html, body{
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    background-color: #f1f3f6;
}

li{
    list-style: none;
}
a{
    text-decoration: none;
}

.container {
	width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
 box-sizing: border-box;
}

.header_top{
    background-color: #16254b;
}

.header_top ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.heder_top_menu_adaptive{
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}
.heder_top_menu_adaptive .line{
    height: 4px;
    width: 30px;
    background-color: #ff4545;
    margin-bottom: 4px;
}
.header_bottom_menu_adaptive{
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}
.header_bottom_menu_adaptive .line{
    height: 4px;
    width: 30px;
    background-color: #eb4040;
    margin-bottom: 4px;
}

.header_top ul li a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: white;
}
.header_top ul li a:hover{
    background-color: #0a142e;
}
.icon{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 27px;
    width: 27px;
    padding: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 14px;
    border: 1px solid #304370;
    background-color: #293c6a;
}
.icon svg{
    margin: auto;
    height: 15px;
    width: 15px;
    fill: #ff4545;
}
.header_middle{
    background-color: #f1f3f6;
}
.header_middle .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_middle_middle_left{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_middle_middle_right{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
.logo{
    margin-right: 35px;
}
.search{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
}
.search label{
    cursor: pointer;
    margin-bottom: 7px;
    font-size: 16px;
}
.search_input{
    position: relative;
}
.search_input input{
    position: relative;
    height: 30px;
    width: 370px;
    border: none;
    border: 1px solid #e1e1e1;
    background-color: white;
    border-radius: 50px;
    outline: none;
    padding-left: 20px;
    padding-right: 30px;
    font-style: italic;
}
.search_input button{
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 7px;
    height: 16px;
    width: 16px;
    border: none;
    background-color: transparent;
    background: url(../img/icon/search.svg);
    background-repeat: no-repeat;
}
.hours_job{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 45px;
}
.hours_job span{
    font-size: 14px;
    margin-bottom: 15px;
}
.hours_job span:nth-child(1){
    font-size: 14px;
    color: black;

}
.hours_job .hours{
    font-weight: 700;
    color: #16254b;
}
.hours_job_icon{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

}
.hours_job_icon svg{
    height: 15px;
    width: 15px;
    margin-right: 12px;
    fill: #ff4545;
}
.contacts{
    margin-right: 45px;
}
.contacts a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #16254b;
    font-weight: 700;
    margin-bottom: 15px;
}
.tel{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.tel:hover a{
    color: #eb4040;
}
.tel svg{
    margin-right: 10px;
}
.mail{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
}
.mail:hover a{
 color: #eb4040;
}
.mail svg{
    margin-right: 10px;
    margin-bottom: 10px;
}
.contacts svg{
    height: 15px;
    width: 15px;
    fill: #ff4545 !important;
}
.basket{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #16254b;
    padding-left: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.basket a{
    font-size: 14px;
    color: black;
    border-bottom: 1px dashed #16254b;
}
.basket a:hover{
    border-bottom: 1px solid #16254b;
}

.basket_row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket_row img{
    height: 30px;
    width: 30px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.basket_line{
    height: 23px;
    width: 1px;
    background-color: #16254b;
    margin-right: 20px;
}
.basket_information{
    margin-bottom: 13px;
}
.goods{
    font-size: 14px;
    font-weight: 400;
    color: #16254b;
    margin-bottom: 9px;
}

.price{
    font-size: 18px;
    font-weight: 700;
    color: #eb4040;
}








.header_bottom{
    background-color: #ff4545;
}
.header_bottom nav ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;

}
.header_bottom nav ul:nth-last-child(1){
    /*background-color: #fd4545;
    display: none;*/
}
.header_bottom:hover ul:nth-last-child(1){
    /*display: flex;*/
}
.header_bottom nav ul li a{
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
}
.header_bottom nav ul li a:hover{
    background-color: #cf3e3e;
}

.slider{
    height: 400px;
    width: 100%;
}
.slider *{
    outline: none;
}
.slide_1 .container a:hover{
    background-color: #cf3e3e;
}
.slide_1{
    font-family: 'Comfortaa', cursive;
    height: 100%;
    width: 100%;
    /*    background: url(../img/slide_1.png) no-repeat center top/cover;*/
}


.slide_1 .container{
    color: #16254b;
    height: 400px;
}

.slide_1 h2{
    padding-top: 70px;
    font-size: 36px;
}
.slide_1 p{
    width: 550px;
}
.slide_1 ul{
    padding: 10px;
}
.slide_1 ul li{
    list-style: disc;
}
.slide_1 .container a{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ff4545;
    border-radius: 50px;
    color: white;
}
.slick-dots{
    position: absolute;
    bottom: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 170px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    background-color: white;
}
.slick-dots ul{
    padding: 0;
}
.slick-dots li{
    margin-right: 0;
}
.slick-dots li button{
    height: 10px;
    width: 10px;
    background-color: #b7b7b7;
    border-radius: 50%;
}
.slick-dots li button::before {
    opacity: 0;
}

.slick-dots li button:hover::before{
    opacity: 0;
}
.slick-dots .slick-active button{
    background-color: #eb4040;
}
.slick-dots li button:before {
    opacity: 0 !important;
}
.slick-next {
    right: 0;
    opacity: 0;
}

.popular_goods{
    padding-top: 70px;
    background-color: #f1f3f6;
}
.title{
    font-size: 24px;
    line-height: 35px;
    margin-left: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.red{
    color: #ff4545;
    position: relative;
}
.red::before{
    content: "";

    position: absolute;
    left: -10px;
    top: -2px;
    height: 32px;
    width: 26px;
    vertical-align: middle;
    background-color: transparent;
    border: 2px solid #ff4545;
    border-right: none;
}
.popular_goods_items{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popular_goods_item{
    box-sizing: border-box;
    position: relative;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: stretch;

    -webkit-flex-basis: 270px;

    -ms-flex-preferred-size: 270px;

    flex-basis: 270px;
    border: 1px  solid #e2e2e2;
    background-color: white;
    padding: 18px;
    margin-right: 22px;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;

}
.popular_goods_item:hover .hover{
    display: flex;
}

.popular_goods_item:hover{
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}


.popular_goods_item .a_name{
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: black;
    text-decoration: none;
}
.popular_goods_item p{
    width: 100%;
}
.popular_goods_item_footer{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 11;
}
.amount, .blue{
    color: #16254b;
}
.price .blue{
    color: #16254b !important;
}
.price{
    color: #ff4545;
}
.hover{
 width: 100%;
 -webkit-align-self: flex-start;
 -ms-flex-item-align: start;
 align-self: flex-start;
 display: flex;
 display: none;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;

 position: absolute;
 z-index: 10;
 top: 100%;
 left: -1px;
 width: calc(100% + 2px);
 background-color: white;
 padding: 18px;
 box-sizing: border-box;
 border: 1px  solid #e2e2e2;
 border-top: none;

 box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.popular_goods_item {
    overflow: visible;
}

.popular_goods_item:hover .hover {
 box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);

}

.popular_goods_item .a_logo {
	text-align: center;
}

.counter{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.hover input{
    height: 28px;
    width: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    outline: none;
}
.hover .minus, .hover .plus{
    height: 30px;
    width: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    background-color: white;
    color: black;
    font-size: 26px;
    text-align: center;
}

.minus{
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
}

.minus::before{
    content: "";

    position: absolute;
    width: 12px;
    height: 0px;
    background-color: #16254b;
    left: 8px;
}


.plus{
    cursor: pointer;
    outline: none;
    margin-right: 10px;
    position: relative;
}


.hover a{
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #ff4545;
    color: white;
    font-family: 'Comfortaa', cursive;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 50px;
}
.hover a:hover{
    background-color: #cf3e3e;
}
.sales_and_news{
    background-color: #f1f3f6;
}
.sales_and_news_header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.view_all{
    color: #ff4545;
    font-size: 18px;
    margin-right: 30px;
}
.sales_and_news_items{
    width: 100%;
    margin-right: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: stretch;
}
.sales_and_news_item{
    width: 370px;
    color: black;
    cursor: pointer;
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
    margin-right: 30px;
}



.sales_and_news_item:hover{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
}


.data{
    font-size: 14px;
    color: #ff4545;
}
.sales_and_news_item h3{
    font-size: 18px;
    font-weight: 700;
}
.sales_and_news_item p{
    font-size: 16px;
}
.more_about_desavide{
    padding-top: 25px;
    background-color: #f1f3f6;
    padding-bottom: 20px;
}
video{
    margin-right: 30px;
}
.more_about_desavide_contant{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.text{
    width: calc(100% - 375px);
}
.text p{
    font-size: 16px;


}
.text a{
    font-family: 'Comfortaa', cursive;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    background-color: #ff4545;
    border-radius: 50px;
    color: white;
}
.text a:hover{
    background-color: #cf3e3e;
}
.question{
    padding-top: 20px;
    background-color: #f1f3f6;
}

.question .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 100px;
}

.question_container_left{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
    width: 270px;
    margin-right: 30px;
    -webkit-flex-basis: 270px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
    background-color: #eb4040;
}
.question_container_left img{
    position: relative;
}

.question_container_left h2{
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;

}
.question_container_left a{
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    color: white;
    background-color: white;
    color: #eb4040;
}
.question_container_left a:hover{
    background-color: #cf3e3e;
    color: white;
}
.question_and_answer{
    text-transform: uppercase;
    color: #eb4040;
}

.quaere{
    font-size: 24px;
}
.answer{
    font-size: 14px;
}
.question_slider{
    outline: none;
    position: relative;
    width: 820px;
    min-width: 400px;
}
.question_slider *{
    outline: none;
}
.question_slider .question_slide_1{
   width: 100%;
}
.question_slider .slick-prev::before{
    content: "";
}
.question_slider .question_slide_1{
    padding-bottom: 20px;
}
.question_slider .slick-prev{
    position: absolute;
    top: 95%;
    height: 30px;
    left: 0;
    background: url(../img/arrow.png) no-repeat center;
    z-index: 10;
}

.question_slider .slick-next::before{
    content: "";
}
.question_slider .slick-next{
    height: 30px;
    top: 95%;
    right: 0;
    opacity: 1;
    background: url(../img/arrow_right.png) no-repeat center;
    z-index: 10;
}








footer{
    padding-top: 40px;
    background-color: #16254b;
    color: white !important;
}

footer .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.menu h2{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}
.menu ul{
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.menu ul li{
    margin-bottom: 10px;
}
.menu ul li a{
    font-size: 16px;
    color: white;
}
.menu ul li a:hover{
    text-decoration: underline;
}
.contant .container .catalog{
    width: calc(100% - 285px);
}
.catalog h2{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}
.catalog ul{
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.catalog ul li{
    margin-bottom: 10px;
}
.catalog ul li:nth-last-child(1) a{
    font-size: 18px;
    font-weight: 700;
}
.catalog ul li a{
    font-size: 16px;
    color: white;
}
.catalog ul li a:hover{
    text-decoration: underline;
}
.footer .container .logo{
    margin-right: 20px;
    margin-bottom: 20px;
}
.footer .container .menu{
    margin-right: 20px;
    margin-bottom: 20px;
}
.footer .container .catalog{
    margin-right: 20px;
    margin-bottom: 20px;
}
.footer .container .footer_contact{
    margin-right: 20px;
    margin-bottom: 20px;
}


.footer_contact h2{
    font-size: 18px;
    font-weight: 700;
}

.footer_contact_container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer_contact_container_left, .footer_contact_container_right{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer_contact_container_right a{
    color: white;
    margin-bottom: 10px;
}
.footer_contact_container_right a:hover{
    text-decoration: underline;
}
.footer_contact_container_left p{
    margin: 0;
    margin-bottom: 10px;
}

.social{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.social h3{
    font-size: 18px;
    font-weight: 700;
}
.social ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.social ul li{
    margin-right: 30px;
}
.social ul li a{
    position: relative;
}
.social ul li a::before{
    content: "•";

    position: absolute;
    left: -15px;
    color: #ff4545;
}
.social ul li:nth-child(1) a::before{
    content: "";
}
.social ul li a svg{
    height: 20px;
    width: 30px;
    fill: #ff4545;
}

/*---------------------catalog----------------------*/
.bread_crumbs{
    padding-top: 23px;
    padding-bottom: 43px;
    background-color: #f1f3f6;
}
.bread_crumbs .container ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0;
}
.bread_crumbs .container ul li{
    margin-right: 14px;
}
.bread_crumbs .container ul li a{
    color: black;
    position: relative;
}
.bread_crumbs .container ul li a::after{
    content: "/";

    position: absolute;
    right: -10px;
}
.bread_crumbs .container ul li span{
    color: #0274cb;
}
.contant{
    background-color: #f1f3f6;
    margin-bottom: 70px;
}
.contant .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
aside{
    width: 255px;
    margin-right: 30px;
}
.aside_adaptive{
    display: none;
    height: 25px;
    width: 30px;
}
.aside_adaptive .line{
    width: 25px;
    height: 3px;
    background-color: red;
    margin-bottom: 3px;
}
aside ul{
    margin-top: 0;
    padding: 0;
}
aside ul li a{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    text-transform: uppercase;
    font-size: 18px;
    color: black;
    width: 255px;
    padding-left: 15px;
    border-bottom: 1px solid #e2e2e2;
}
aside ul li a:hover{
    background-color: #e2e2e2;
    color: #ff4545;
    text-decoration: underline;
}



/*-----------------------shopping_cart--------------*/
.shopping_cart{
    width: 100%;
}
table td{

}
.shopping_cart_product{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}
.shopping_cart_product table{
    border-collapse: collapse;
}
.shopping_cart_product table tr{
    border-bottom: 1px solid #e1e1e1;
}
.shopping_cart_product table thead tr{
    border: none;
}
.shopping_cart_product table td{
    padding-top: 15px;
    padding-bottom: 15px;
}

.shopping_cart_product_img a{
 height: 70px;
 box-sizing: border-box;
 padding: 5px;
}
.shopping_cart_product_img a img{
 height: 100%;
 width: auto;
}
.shopping_cart_product_name{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.shopping_cart_product_quantity{
    padding-top: 30px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.shopping_cart_product_quantity input{
    box-sizing: border-box;
    width: 70px;
    height: 30px;
    border: none;
    border: 1px solid #e2e2e2;
    margin-right: 10px;
    text-align: center;
}
.shopping_cart_minus{
    border: none;
    height: 30px;
    width: 30px;
    background-color: white;
    border: 1px solid #e2e2e2;
    margin-right: 10px;
    position: relative;
}
.shopping_cart_minus::before{
    content: "";

    position: absolute;
    height: 2px;
    width: 12px;
    left: 8px;
    top: 14px;
    background-color: #56b6ff;
}
.shopping_cart_plus{
    border: none;
    background-color: white;
    border: 1px solid #e2e2e2;
    height: 30px;
    width: 30px;
    position: relative;
}
.shopping_cart_plus::before{
    content: "";

    position: absolute;
    height: 2px;
    width: 12px;
    left: 8px;
    top: 14px;
    background-color: #56b6ff;
}
.shopping_cart_plus::after{
    content: "";

    position: absolute;
    transform: rotate(90deg);
    height: 2px;
    width: 12px;
    left: 8px;
    top: 14px;
    background-color: #56b6ff;
}
.shopping_cart_product_value p{
    font-size: 18px;
}
.value_red{
    color: #ff4545;
}
.shopping_cart_product_delete a{
    height: 15px;
    width: 15px;
}
table{
    width: 100%;
}
table th{
    text-align: left;
}
table tr{

}
.shopping_cart_product_quantity span{
    display: flex;
    align-items: center;
}
.total{
    margin-top: 20px;
    font-size: 18px;
    align-self: flex-end;
}
.total_cost{
    color: #eb4040;
}
.bold{
    font-weight: 700;
}
.ordering{
    margin-bottom: 30px;
}
.ordering form{
    display: flex;
    flex-direction: column;
}
.ordering_top{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.ordering_middle{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.ordering_bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.ordering_bottom button{
    outline: none;
    margin-right: 90px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    background-color: #ff4545;
    color: white;
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    cursor: pointer;
}
.ordering_bottom button:hover{
    background-color: #cf3e3e;
}
.ordering input{
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    width: 170px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
}
.ordering label{
    margin-bottom: 8px;
}

.name, .surname, .phone, .email, .city, .address{
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}
.address input{
    width: 270px !important;
}
.address label{
    font-size: 16px;
}
.information_about_delivery{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #dedede;
}
.information_about_delivery a{
    font-size: 18px;
    font-weight: 700;
    color: black;
    border-bottom: 1px dashed black;
}

.information_about_delivery_circle{
    height: 30px;
    width: 30px;
    margin-left: 5px;
    background: url(../img/circle_2.png);
    transform: rotate(-90deg);
    /*    background-color: #0274cb;*/
/*
    border-radius: 50%;
    position: relative;
    */
}
/*
.information_about_delivery_circle::before{
    content: "";

    position: absolute;
    width: 12px;
    height: 2px;
    top: 14px;
    left: 5px;
    background-color: white;
    transform: rotate(45deg);
}
.information_about_delivery_circle::after{
    content: "";

    position: absolute;
    width: 12px;
    height: 2px;
    top: 14px;
    right: 5px;
    background-color: white;
    transform: rotate(135deg);
}
*/
.information_about_delivery_text{
    display: none;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    background-color: white;
    padding: 20px;
}
.collapsed{
    background-color: white;
}
.rotate{
    transform: rotate(90deg);
}





/*-----------------------shares---------------------*/


.shares{
    width: 100%;
}
.shares_slider{
    width: 100%;
    height: 500px;
}
.shares_slider .slick-prev{
    opacity: 0;
}
.shares_slider .slick-track{
    height: 400px;
}
.shares_slide_contant{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.shares_slide_text{
    height: 100%;
    margin-right: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shares_slide_img{
    width: 200px;
}
.shares_slide_img img{
   width: 200px;
   min-width: 150px;

}
.shares_slide{
    width: 100%;
    height: 100%;
    padding: 40px;
}
.shares_slide h2{
    font-size: 36px;
    font-family: 'Comfortaa', cursive;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #3398ff;
    color: white;
    border-radius: 50px;
    max-width: 610px;
    text-align: center;
}
.shares_slide p{
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    background-color: white;
    padding: 15px;
    max-width: 610px;
    text-align: center;
}

/*---------------------cooperation----------*/

.cooperation{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.cooperation_text{
    background-color: white;
    padding: 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 40px;
}
.cooperation_text ul{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.cooperation_text ul li{
    margin-right: 15px;
}
.cooperation_text ul li a{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    color: black;
}
.cooperation_text_active{
    background-color: #0274cb;
    color: white !important;
}
.execution_of_an_application h3{
    font-size: 24px;
    font-weight: 700;
}
.execution_of_an_application form{
    display: flex;
    flex-direction: column;
}
.execution_of_an_application form label{
    margin-bottom: 10px;
    font-size: 16px;
    color: black;
}
.execution_of_an_application form input{
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    width: 170px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
}
.execution_of_an_application_top{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.execution_of_an_application_middle{
    margin-bottom: 30px;
}
.covering_letter{
    display: flex;
    flex-direction: column;
}
.covering_letter textarea{
    height: 100px;
    width: 570px;
    outline: none;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
    resize: none;
}

.execution_of_an_application_bottom input{
    margin-right: 90px;
    border: none !important;
    width: 210px !important;
    height: 35px !important;
    border-radius: 50px !important;
    background-color: #ff4545;
    color: white;
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    cursor: pointer;
    outline: none !important;
}
.execution_of_an_application_bottom input:hover{
    background-color: #cf3e3e;
}

/*------------------------about_company--------------*/
.about_company{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    border: 1px solid #e1e1e1;
    padding: 20px;


}
.about_company_contant_top{
    display: flex;
    flex-direction: row;

}
.about_company_contant_top img{
    margin-right: 20px;
}
.about_company_contant_top_text h2{
    font-size: 18px;
    font-weight: 700;
}
.about_company_contant_top_text p{
    font-size: 16px;
}
.about_company_contant_bottom h2{
    font-weight: 700;
    font-size: 18px;
}
.about_company_contant_bottom p{
    font-size: 16px;
}

/*-------------shipping_and_paymen----------*/

.delivery_method{
    background-color: white;
    padding: 20px;
    font-size: 18px;
    border: 1px solid #e1e1e1;
}
.payment_method{
    background-color: white;
    padding: 20px;
    font-size: 18px;
    border: 1px solid #e1e1e1;
    border-top: none;
}

.shipping_and_paymen h2{
    text-transform: uppercase;
    color: #ff4545;
    font-size: 18px;
}
.shipping_and_paymen p{
    padding-top: 0;
    margin-top: 0;
}

/*----------------question_answer-------------------*/
.question_answer{
    width: 100%;
}
.buyers_question_and_seller_answer{
    margin-bottom: 15px;
}
.buyers_question{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #dedede;
    cursor: pointer;
}
.buyers_question a{
    width: 90%;
}

.seller_answer{
    display: none;
    padding-left: 65px;
}
.pages{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 50px;
}
.pages_item{
    display: flex;
    align-items: center;
    height: 30px;
    width: 30px;
    background-color: white;
    border: 1px solid #ff4545;
    border-radius: 50%;
    color: black;
    margin-right: 10px;
    margin-bottom: 10px;
}
.pages_item span{
    margin: auto;
}
.pages_item_active{
    background-color: #ff4545;
    color: white;
}
.ask_a_question form label{
    margin-bottom: 10px;
    font-size: 16px;
    color: black;
}
.ask_a_question form input{
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    width: 170px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
}
.ask_a_question_top{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.ask_a_question_middle{
    margin-bottom: 20px;
}
.ask_a_question_middle .your_question{
    display: flex;
    flex-direction: column;
}
.ask_a_question_middle .your_question textarea{
    height: 100px;
    width: 335px;
    outline: none;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
    resize: none;
}

.ask_a_question_bottom input{
    margin-right: 90px;
    border: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 50px !important;
    width: auto !important;
    height: auto !important;
    background-color: #ff4545 !important;
    color: white;
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    cursor: pointer;
    outline: none !important;
}
.ask_a_question_bottom input:hover{
    background-color: #cf3e3e;
}

.buyers_question_red{
    text-transform: uppercase;
    color: #eb4040;
    font-weight: 700;
}
.seller_answer_blue{
    text-transform: uppercase;
    color: #0274cb;
    font-weight: 700;
}

/*------------card_product-----------------*/

.card_product{
    width: calc(100% - 285px);
    display: flex;
    flex-direction: column;
}
.card_product_top{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.card_product_slider{
    width: 370px;
    height: 350px;
    background-color: white;
    border: 1px solid #e1e1e1;

    display: flex;
    align-items: center;
    justify-content: center;
}
.articles{
    font-size: 0;
}
.articles-item{
    overflow: hidden;
    margin-bottom: 30px;
}
.articles-item__info{
    width: 72%;
    float: left;
    margin-left: 10px;
    padding: 0 15px;
}
.articles-item__img{
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 15px;
}
.articles-item__img img{
    max-height: 200px;
}
.articles-item__info a{
    border-bottom: 1px solid #ff4545;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000;
}
.articles-item__info p{
    font-size: 16px;
    margin: auto;
}
.article ul li{
    list-style-type: disc;
}
.article img{
    margin: 15px auto;
    display: block;
}
.card_product_top_right{
    padding-left: 30px;
}
.card_product_middle{
    background-color: white;
    border: 1px solid #e1e1e1;
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}
.card_product_middle h3{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.card_product_middle p{
    font-size: 16px;
}
.card_product_middle ul{
    padding-left: 20px;
}
.card_product_middle ul li{
    list-style-type: disc;
}
.shopping_cart_product_quantity p{
    margin-right: 20px;
}
.cart_product_value{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
}
.card_product_price{
    margin-right: 110px;
}
.card_product_top_right button{
    background: url(../img/basket_white.png) no-repeat scroll 0 0 transparent;
    background-position: 18px 6px;
    align-self: center;
    background-color: #ff4545;
    color: white;
    font-family: 'Comfortaa', cursive;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 50px;
    width: 153px;
    text-align: right;
    height: 36px;
    border: 0;
}
.card_product_top_right button:hover{
    background-color: #cf3e3e;
    cursor: pointer;
}
.card_product_top_right a img{
    margin-right: 5px;
}
.card_product_top_right h3{
    font-size: 24px;
    font-weight: 700;
}
.card_product_top_right p{
    max-width: 300px;
    font-size: 16px;
}
.card_product_information{
    margin-bottom: 60px;
}
.card_product_top_right .shopping_cart_product_value{
    margin-bottom: 20px;
}
.card_product_slider .slick-prev{
    height: 30px;
    width: 30px;
    top: 50%;
    transform: translateX(-50%);
    background: url(../img/circle_2.png);
    transform: rotate(0deg);
    left: 10px;
    z-index: 10;
}
.card_product_slider .slick-next{
    height: 30px;
    width: 30px;
    top: 50%;
    transform: translateX(-50%);
    background: url(../img/circle_2.png);
    right: 10px;
    z-index: 10;
    opacity: 1;
    transform: rotate(180deg);
    padding: 0;
    margin: 0;
}
.card_product_slider .slick-prev::before {
    content: "";
}
.card_product_slider .slick-next::before {
    content: "";
}
/*---------------------where_can_I_buy---------------*/

.where_can_I_buy{
    width: 100%;
    background-color: white;
}
.choose{
    border: 1px solid #e1e1e1;
}
.choose_the_country{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;

}
.choose_the_country h2{
    font-size: 18px;
    margin: 0;
    margin-bottom: 25px;
}
.choose_the_city h2{
    font-size: 18px;
    margin: 0;
    margin-bottom: 25px;
}
.country{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 100px;
}
.country_item{
    cursor: pointer;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.country_item p{
    font-weight: 700;
    font-size: 16px;
}
.country_item_active .flag img{
    border: 5px solid #0274cb !important;
}
.country_item p{
    color: black !important;
    text-decoration: none !important;
}
.country_item_active p{
    color: #0274cb !important;
    text-decoration: underline!important;
}
.country_item .flag img{
 border: 5px solid transparent;
}
.choose_the_city ul{
    margin-left: 100px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.choose_the_city ul li{
    margin-bottom: 10px;
}
.choose_the_city ul li a{
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 15px;
    background-color: white;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
}
.choose_the_city .choose_the_city_active{
    background-color: #0274cb;
    color: white;
}
.choose{
    padding: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.where_can_I_buy_middle{
    padding: 20px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.where_can_I_buy_middle p{
    margin: 0;
}
.where_can_I_buy_bottom{
    padding: 20px;
    border: 1px solid #e1e1e1;
}
.where_can_I_buy_bottom h2{
    font-size: 16px;
    margin: 0;
}
.where_can_I_buy_bottom p a{
    color: black;
    font-size: 16px;
    font-weight: 700;
}
.where_can_I_buy_bottom ul{
    padding-left: 20px;
}
.where_can_I_buy_bottom ul li{
    list-style-type: disc;
}
.where_can_I_buy_bottom ul li a{
    text-decoration: underline;
    color: #0274cb;
}
.where_can_I_buy_bottom ul .list_none{
    list-style-type: none;
}

.for_map{
    font-weight: 700;
    margin-bottom: 0;
}
.map{
    height: 450px;
    width: 100%;
    /*    background: url(../img/map.jpg) no-repeat center top/cover;*/
    background-color: silver;

}
.where_can_I_buy_buttom_popular {
   background-color: #f1f3f6;
}
.where_can_I_buy_buttom_popular .popular_goods_items{

    border: none;
}
.where_can_I_buy_buttom_popular h2{
    margin-top: 0;
    padding-top: 50px;
}


/*-----------------contact_page----------------*/

.contact_page{
    background-color: white;
    border: 1px solid #e1e1e1;
}
.contact_page .map{
    background: url(../img/map.jpg) no-repeat center top/cover;
}
.contact_page h2{
    padding-top: 20px;
    padding-left: 20px;
    margin: 0;
}
.contact_page_items{
    padding: 20px;
    margin-left: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact_page_item{
    margin-right: 60px;
    margin-bottom: 20px;
}
.contact_page_item a{
    color: #0274cb;
}
.contact_page_item_bottom .contact_page_tel{
    color: black;
}
.contact_page_item a:hover{
    text-decoration: underline;
}
.contact_page_item_top{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contact_page_item_top_icon{
    display: flex;
    height: 30px;
    width: 30px;
    margin-right: 20px;
    border: 1px solid #0274cb;
}
.contact_page_item_top_icon img{
    margin: auto;
}







.a_name{
    width: 100%;
}


.woocommerce-order-overview .woocommerce-thankyou-order-details .order_details{
    float: left;
}

.woocommerce-order-details{
    float: right;
    margin-top: 50px;
}

.woocommerce-order-details a{
    color: #0274cb;
}
.woocommerce-order-overview .woocommerce-thankyou-order-details .order_details + p{
    display: none;
}

.woocommerce-table tfoot tr:nth-last-child(1){
    border-top: 1px solid black;
    padding-top: 10px;
}
.woocommerce-table tfoot tr:nth-child(1){
    display: none;
}
.woocommerce-table{
    border-collapse: collapse;
}
.woocommerce-table td{
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-total{
    text-align: right;
}

tfoot tr:nth-last-child(1) td{
    text-align: right;
}
.add-to-cart{
    outline: none;
}











@media (max-width: 1200px) {
    .shares_slide h2{
     width: 410px;
     margin-bottom: 50px;
     font-size: 26px;

 }
 .articles-item__img{
    width: 100%;
    text-align: center;
    float: none;
    margin: 15px auto;
    padding: 0;
}
.articles-item__img img{
    max-width: 100%;
}
.articles-item__info{
    width: 100%;
    float: none;
    padding: 0;
}
.shares_slide p{

    width: 410px;

}
.container {
  width: 970px;
}
.header_top{
    position: relative;
}
.header_top .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header_top .container ul{
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 100;
    left: 0;
    background-color: #16254b;
    top: 64px;
}
.heder_top_menu_adaptive{
    display: block;
}
.header_top{
    position: relative;
}
.header_bottom .container nav ul{
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    z-index: 100;
    background-color: #eb4040;
    right: 0;
    top: 64px;
}
.header_bottom_menu_adaptive{
    display: block;
}
.header_middle .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header_middle_middle_left{
    padding-bottom: 20px;
}
.header_middle_middle_right{
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.sales_and_news_items{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popular_goods_items{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sales_and_news_items{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ordering_top{
    flex-wrap: wrap;
}
.ordering_middle{
    flex-wrap: wrap;
}



}

@media  (max-width: 992px) {
    /*    адаптив таблицы*/
    table thead {
      display: none;
  }
/*
    table td{
        display: block;
        text-align: right !important;
        font-size: 13px;
        border: 0;
        border-bottom: 1px dotted #a0a0a0;
        width: 100%;
    }
    */
    table td:before {
     content: attr(data-label);
     text-transform: uppercase;
     font-weight: bold;
     display: block;
     padding: 0 8px;
     background: #eee;

 }
 table td{
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid silver;
}
table tr{
    border-bottom: 1px solid black;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}


.container {
  width: 750px;
}
footer .container{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about_company_contant_top{
    flex-direction: column;
}
.shares_slide_text{
    margin-right: 50px;
}

}

@media (max-width: 768px) {
    .hover:hover{
        box-shadow: none !important;
    }
    .text{
        width: 100%;
    }
    .card_product_slider .slick-prev{
        margin: 0;
    }
    .shares_slide_contant{
        flex-direction: column;
        align-items: center;
    }
    .shares_slide h2{
     width: 250px;
     margin-bottom: 50px;
     font-size: 26px;
     margin-top: 0;

 }
 .shares_slide p{
    width: 250px;
}
.shares_slide_img{

}
.shares_slide_img img{
    width: 100px;
    margin-right: 0;
    margin: 0 auto;
}

.shares_slider{
    height: auto;
}
.shares_slide{
   padding: 10px;
}
.shares_slide_text{
    margin-right: 0;
}

.hover{
   display: flex !important;
   position: static;
   width: 100%;
   box-shadow: none;
   border: none;
   padding: 0;
}

.container {
  width: 100%;
}
.question .container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.question_slider{
    width: 550px;
}
.more_about_desavide_contant{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.more_about_desavide_contant video{
    margin-right: 0 !important;
}
footer .container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
footer .container logo{
    margin-bottom: 20px;
}
.sales_and_news_item{
    margin-right: 0;
}
.question_container_left{
    margin-right: 0;
}
.slick-prev{
    margin-top: 10px;
}
.slick-next{
    margin-top: 10px;
}
.cooperation_text ul{
    display: flex;
    flex-direction: column;
}
.cooperation_text ul li{
    margin-bottom: 10px;
}
.execution_of_an_application_top{
    flex-direction: column;
}
.covering_letter textarea{
    width: 400px;
}
.shares_slider .slick-track {
    height: 700px;
}
}

@media (max-width: 720px) {
    .card_product_top{
        flex-direction: column;
        align-items: center;
    }
    .card_product_top_right{
        padding-left: 0;
    }
}

@media (max-width: 680px) {
    .contant .container{
        position: relative;
    }

    aside{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
        margin-right: 0;
        width: auto;
        height: auto;
    }
    aside ul{
        margin: 0;
    }
    .aside_adaptive{
        display: block;
    }
    .catalog .popular_goods_items{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contant .container .catalog{
        width: 100%;
    }
    .card_product{
        width: 100%;
    }
}
@media (max-width: 600px) {
    .header_middle_middle_left{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .logo{
        margin-bottom: 20px;
    }
    .header_middle_middle_right{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .header_middle_middle_right{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hours_job{
        margin: 0;
    }
    .contacts{
        margin: 0;
    }
    .basket{
        border: none;
        padding: 0;
    }
    .slide_1 p{
        width: 100%;
    }
    .question_slider{
        width: 320px;
    }
    .covering_letter textarea{
        width: 270px;
    }
}
@media (max-width: 570px) {
    .country{
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .choose_the_city ul{
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .country_item{
        margin-right: 0;
    }
}
@media (max-width: 500px) {
    .slide_1 h2{
        padding: 0;
    }
    .question .container{
        padding-bottom: 20px;
    }
    .question_slider{
        width: 300px;
    }
    .quaere{
        font-size: 15px;
    }
    .question_slider{
        min-width: 0;
    }
    .ordering_bottom{
        flex-direction: column;
    }
    .ask_a_question_middle .your_question textarea{
        width: 280px;
    }

}

@media (max-width: 400px) {
    .search_input input{
        width: 300px;
    }
    .more_about_desavide_contant video{
        width: 300px;
    }
    .slider{
        height: 420px;
    }
    .slide_1{
       height: 420px;
   }
   .slide_1 h2{
    font-size: 22px;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.slick-dots{
 bottom: -30px;
}
.popular_goods_item{
    margin-right: 0;
}
.covering_letter textarea{
    width: 170px;
}
.ask_a_question_middle .your_question textarea{
    width: 200px;
}
.card_product_slider{
   width: 290px;
}
.card_product_slider .card_product_slide img{
    height: 100%;
    width: auto;
}
}



.clearfix::after {
	content: "";
	display: table;

	clear: both;
}

a {
	display: inline-block;
}

a:hover {

}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

figure {
	margin: 0;
}

@-webkit-keyframes show_block {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show_block {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.cooperation_text_hidden {
	display: none;
}

.category-active {
	background-color: #e2e2e2;
    color: #ff4545;
}

.hover .add-to-cart {
	background: url("../img/basket_white.png") no-repeat scroll 0 0 transparent;
	background-position: 18px 6px;
	align-self: center;
    background-color: #ff4545;
    color: white;
    font-family: 'Comfortaa', cursive;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 50px;
    width: 153px;
    text-align: right;
    height: 36px;
    margin-left: 18%;
    border: 0;
}

.hover .add-to-cart:hover {
	cursor: pointer;
	background-color: #cf3e3e;
}

main.catalog {
	width: 100%;
}

.product-no-found {
	font-size: 28px;
	width: 100%;
	text-align: center;
}

.shopping_cart_plus, .shopping_cart_minus {
	cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

.card_product_slide {
	text-align: center;
}

.card_product_slide img {
	display: inline-block;
}

.entry-header {
	display: none;
}

.shopping_cart_product_img a {
	width: 66px;
	text-align: center;
	border: 1px solid #EAE5E5;
	background-color: white;
}

.shopping_cart_product_img a img {
	display: inline-block;
}

.shopping_cart_product_name a {
	color: black;
	text-decoration: none;
}

.shopping_cart_product_delete div {
    height: 15px;
    width: 15px;
}

.shopping_cart_product_delete div:hover {
    cursor: pointer;
}

.shopping_cart .cart_empty{
	font-size: 26px;
	text-align: center;
	margin-bottom: 80px;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
}

.basket_link {
	border-bottom: 0 !important;
}

.basket_link:hover {
	cursor: pointer;
}

.woocommerce-checkout-review-order-table, .woocommerce-checkout-payment .wc_payment_methods {
	/*display: none !important;*/
}

.place-order input{
    outline: none;
    margin-right: 90px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    background-color: #ff4545;
    color: white;
    font-family: 'Comfortaa', cursive;
    font-size: 18px !important;
    cursor: pointer;
    width: 206 !important;
}
.place-order input:hover{
    background-color: #cf3e3e;
}

.place-order {
	padding: 0 !important;
	margin-top: 0 !important;
	width: 100% !important;
}

#payment .place-order .button {
    font-size: 18px !important;
  
    white-space: nowrap !important;
    line-height: 1.15 !important;
    height: 40px !important;
}

.ordering_bottom h3 {
	width: 100% !important;
}

p.woocommerce-thankyou-order-received {
	width: 100% !important;
	font-size: 26px;
	text-align: center;
}

.woocommerce-order-overview__payment-method {
	display: none !important;
}

.woocommerce-table--order-details tfoot tr:nth-child(2)	{
	display: none !important;
}

ul.woocommerce-thankyou-order-details, section.woocommerce-order-details {
	width: 40% !important;
	display: inline-block;
}

.hidden_choose_the_city {
	display: none;
}


.popular_goods_item .a_logo {
	height: 160px;
	min-height: 160px;
	max-height: 160px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.popular_goods_item .a_name {
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	display: block;
}

.popular_goods_item .popular_goods_item_desc {
	height: 100px;
	min-height: 100px;
	max-height: 100px;
	display: block;
}

.popular_goods_item .popular_goods_item_footer {
	margin-top: 20px;
}

.woocommerce-message {
	margin-bottom: 0px !important;
}

.signa p {
	width: auto;
}

.signa a {
	color: white;
}

.wp-pagenavi {

    text-align: center;
}
.pagenavigate {
    clear:both;
    padding:50px 0 20px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
   border-radius: 15px;
   font-size: 16px;
   display: inline-block;
   vertical-align: middle;
   padding: 5px 10px !important;
   border: 1px solid #cf3e3e!important;
}

.redbot a{
    background-color: #ff4545;
    border-radius: 50px;
    color: white;
    font-family: "Comfortaa",cursive;
    margin-top: 30px;
    padding: 10px 40px;
    }

.execution_of_an_application_top1 .name, .execution_of_an_application_top1 .email , .execution_of_an_application_top1 .item {
   display: table;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
}


.execution_of_an_application_bottom2 input {
    background-color: #ff4545;
    border: medium none;
    border-radius: 50px;
    color: white;
    cursor: pointer;
    font-family: "Comfortaa",cursive;
    font-size: 18px;
    height: 35px;
    outline: medium none;
    width: 210px;
}

#billing_country_field {
display:none;
}
#ship-to-different-address-checkbox {
width:inherit
}
#order_comments {
    outline: none;
    padding:20px;
    width: 100%;
    height: 150px;
    border-radius: 50px;
    border: 1px solid 
    #e1e1e1;
}

#place_order{
outline: none;
margin-right: 90px;
border: none;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 50px;
background-color:
#ff4545;
color:
    white;
    font-family: 'Comfortaa', cursive;
    font-size: 18px !important;
    cursor: pointer;
    width: 250px !important;
}
.shop_table  th,.shop_table td {
    border-bottom:1px dashed#ccc;
    padding:10px
}
.shop_table.woocommerce-checkout-review-order-table .product-name {

width:auto
}

.order_details {
padding: 20px;
max-width: 400px;
background:#fff;
}

ul.order_details li {
padding:10px 0;
border-bottom: 1px dashed #ccc;
}
.woocommerce form {
padding-bottom:50px
}
.woocommerce form input[type=submit] {
outline: none;
margin-right: 90px;
border: none;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 50px;
background-color:
#ff4545;
color:
    white;
    font-family: 'Comfortaa', cursive;
    font-size: 18px !important;
    cursor: pointer;
    width: 250px !important;

}

.group {
display: flex;
}
.text {
/*
width: 70px!important;
height: 30px!important;
border: none!important;
border: 1px solid#e2e2e2!important;
	*/
margin-right: 10px!important;
text-align: center!important;
}
