
body{
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #222222;
    padding-top: 8.938rem;
}
.container {
    width: 111.533rem;
}
.logo{
    display: block;
    width: 10.563rem;
}
header{
    transition: all 0.35s;
}
header.shadow{
    top: -2.975rem;
}
.header_top{
    padding: 0.9rem 0;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #E5E5EA;
}
.header_flex{
    padding: 0.5rem 0;
}
.header_top_left a{
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #434343;
}
.header_top_left a img{
    width: 0.656rem;
    margin-right: 0.6rem;
}
.top_menu a{
    display: inline-block;
    margin: 0 3.8rem;
}
.header_cat_btn{
    display: flex;
    align-items: center;
    background: #00A5B0;
    color: white;
    font-weight: 600;
    height: 3.25rem;
    width: 8.6rem;
    justify-content: center;
    border-radius: 30px;
}
.header_cat_btn:hover{
    background: #18848C;
    color: white;
}
.header_cat_btn img{
    width: 0.875rem;
    margin-right: 0.7rem;
}
.header_cat_box{
    margin-left: 7.6rem;
}
.search_box{
    margin-left: 1.6rem;
    position: relative;
}
.search_box button{
    position: absolute;
    left: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    width: 1.1rem;
    cursor: pointer;
    transition: all 0.35s;
}
.search_box button:hover{
    opacity: 0.6;
}
.search_box input{
    background: #F1F1F1;
    height: 3.25rem;
    border-radius: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    padding: 0 1rem;
    padding-left: 3.8rem;
    width: 40.2rem;
}
.search_box input::placeholder{
    color: #999999;
}
.cart_btn{
    display: flex;
    align-items: center;
    height: 3.25rem;
    border-radius: 30px;
    background: #F1F1F1;
    color: #999999;
    padding: 0 1.2rem;
    position: relative;
    font-size: 0.875rem;
}
.cart_btn:hover{
    color: #979696;
    background: #d8d7d7;
}
.cart_btn img{
    width: 1.25rem;
    margin-right: 0.6rem;
}
.cart_count{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    background: #00A5B0;
    color: white;
    position: absolute;
    top: -0.1rem;
    right: -0.2rem;
    border-radius: 50%;
    font-size: 0.75rem;
}

.header_phones_box {
    margin-right: 4rem;
}
.header_phones{
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
}
.phones_drop{
    position: absolute;
    top: -0.7rem;
    left: -0.9rem;
    right: -0.7rem;
    padding: 0.9rem;
    padding-top: 2.4rem;
    padding-bottom: 0.3rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #e4e4e4;
}
.header_phones > a, .header_phones > i{
    position: relative;
    z-index: 2;
}
.phones_drop a{
    display: block;
}
.arrow_down{
    font-size: 0.75rem;
    margin-left: 0.35rem;
    position: relative;
    top: -0.1rem;
    transition: all 0.35s
}
.header_top_left .arrow_down {
    font-size: 0.65rem;
    margin-left: 0.25rem;
    top: -0.05rem;
}
.header_work{
    font-size: 0.75rem;
    color: #00A5B0;
}
.header_socs{
    margin-right: 4rem;
    display: flex;
}
.header_socs a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    border-radius: 50%;
    margin-left: 0.8rem;
    width: 3.25rem;
    height: 3.25rem;
}
.header_socs a:hover{
    opacity: 0.8;
}
.header_socs a img{
    width: 1.2rem;
}
.header_socs a.phone img{
    width: 1rem;
}
.header_socs a.telegram{
    background: linear-gradient(203.2deg, #37AEE2 21.67%, #1E96C8 70%);
}
.header_socs a.phone{
    background: #00A5B0;
}

header{
    background: white;
}

.box1_menu{
    padding-top: 4.9rem;
    padding-right: 3.2rem;
    margin-left: -0.3rem;
    padding-bottom: 3.5rem;
    background: #222222;
    position: relative;
    z-index: 1;
}
.box1_menu:after{
    position: absolute;
    right: 99%;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #222222;
    content: "";
}
.box1_menu_list, .box1_more{
    position: relative;
    z-index: 1;
}
.box1_menu_list a{
    display: flex;
    align-items: center;
    border-radius: 30px;
    justify-content: center;
    font-weight: 600;
    padding: 0.88rem 1rem;
    margin-bottom: 0.6rem;
    background: #434343;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.box1_menu_list a:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: #00A5B0;
    transition: all 0.45s;
    right: 100%;
    border-radius: 30px;
}
.box1_menu_list a:hover:after{
    right: 0;
}
.box1_menu_list a:hover{
    color: white;
}
.box1_menu_list a i{
    font-size: 0.65rem;
    margin-left: 0.5rem;
    position: relative;
    z-index: 1;
}
.box1_menu_list a span{
    position: relative;
    z-index: 1;
}
.box1_more{
    margin-top: 2.6rem;
    text-align: center;
}
.blue_link{
    color: #00A5B0;
    font-weight: 600;
    display: inline-block;
    text-decoration: underline;
}
.blue_link:hover{
    text-decoration: none;
}

.box1_slider{
    margin-left: -10px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.section_title{
    font-weight: 700;
    font-size: 3.25rem;
    letter-spacing: 0.07rem;
    margin-bottom: 1.7rem;
}
.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*height: 2.938rem;*/
    height: 3.125rem;;
    font-weight: 600;
    background: #00A5B0;
    color: white;
    border-radius: 30px;
    padding: 0 2rem;
    font-family: "Inter", sans-serif;
    transition: all 0.35s;
}
.btn.bordered{
    border: 1px solid #00A5B0;
    background: white;
    color: #00A5B0;
}
.btn.bordered:hover{
    background: #434343;
    border-color: #434343;
    color: white;
}
.btn:hover{
    background: #18848C;
    color: white;
}
.btn.black{
    background: #222222;
    color: white;
}
.btn.black:hover{
    background: #505050;
    color: white;
}
.btn.full{
    padding: 0;
    width: 100%;
}
.box1_slider_text{
    padding-top: 10rem;
    padding-left: 10.8rem;
    position: relative;
    z-index: 2;
}
.box1_slider_bottom{
    padding: 3.7rem 10.8rem;
    padding-right: 8.1rem;
    position: relative;
    color: white;
    background: #00A5B0;
}
.box1_slider_bottom:after{
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    background: #00A5B0;
}
.box1_form_title{
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1.1rem;
}
.form-control{
    background: #F1F1F1;
    color: black;
    height: 3.125rem;
    border-radius: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    width: 100%;
    padding: 0 1.2rem;
}
.form-control::placeholder{
    color: #999999;
}
.otr_logo{
    width: 69.538rem;
    position: absolute;
    right: -6.1rem;
    bottom: 11.3rem;
    pointer-events: none;
}
.otr_img{
    width: 108.563rem;
    position: absolute;
    right: -4.8rem;
    bottom: 6.6rem;
    pointer-events: none;
    z-index: 1;
}
#box-1{
    overflow: hidden;
    background: #F1F1F1;
}
#box-2{
    padding-top: 7.7rem;
    background: white;
}
.section_title_sm img{
    width: 1.5rem;
    margin-left: 0.65rem;
}
.section_title_sm{
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin-bottom: 2.7rem;
}
.prod_item{
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    height: 100%;
    padding-bottom: 0.3rem;
    position: relative;
}
.prod_img{
    overflow: hidden;
    height: 25rem;
    position: relative;
    background: #F1F1F1;
    border-radius: 8px;
}
.prod_sale{
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0.45rem 0.75rem;
    background: #F60118;
    color: white;
    z-index: 1;
}
.prod_title{
    font-weight: 600;
    margin-top: 1.6rem;
    margin-bottom: 0.7rem;
}
.prod_articul{
    font-size: 0.875rem;
    margin-bottom: 0.9rem;
    color: #999999;
}
.prod_status{
    font-size: 0.875rem;
    margin-bottom: 0.9rem;
    color: #34C759;
}
.prod_status.blue{
    color: #00A5B0;
}
.prod_price_box{
    display: flex;
    align-items: center;
    margin-bottom: 0.7rem;
}
.prod_price{
    font-weight: 600;
    color: #222222;
}
.prod_old_price{
    text-decoration: line-through;
    margin-left: 0.5rem;
    color: #999999;
}
.cart_count_text{
    min-width: 7.3rem;
}
.prod_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 2.25rem;*/
    height: 2.7rem;
    border-radius: 25px;
    border: 1px solid #00A5B0;
    background: #00A5B0;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    width: 100%;
    transition: all 0.35s;
    position: relative;
    overflow: hidden;
}
.prod_btn.added, .btn.added{
    background: #18c71a;
    pointer-events: none;
}
.prod_btn .loading-icon{
    background: #00A5B0;
}

.prod_btn.bordered{
    margin-top: 0.3rem;
    background: white;
    color: black;
}

#box-3 {
    padding-top: 0.4rem;
    background: white;
}
.breadcrumbs ul li:after {
    margin-left: 0.2rem;
}
.prod_slider .slick-list{
    display: flex;
    margin: 0 -10px;
    padding-bottom: 6rem;
}
.prod_slider .slick-track{
    display: flex;
}
.prod_slider .slick-slide > div{
    height: 100%;
}
.prod_slider .slick-slide .mb_30{
    margin: 0;
    height: 100%;
    -ms-flex: none;
    flex: none;
    max-width: unset;
}
.prod_slider .slick-arrow{
    top: -6rem;
    transform: none;
}
.prod_slider .slick-next{
    right: 0;
}
.prod_slider .slick-prev{
    left: unset;
    right: 3.4rem;
}
.cat_flex{
    margin-right: -1px;
}
.cat_item{
    border: 1px solid #E5E5EA;
    width: 25%;
    padding: 1.8rem;
    border-left: 0;
    margin-top: -1px;
}
.cat_item:hover{
    color: white;
    background: #00A5B0;
}
.cat_img{
    height: 17.188rem;
    position: relative;
}
.cat_count{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.875rem;
    font-weight: 600;
    opacity: 0.6;
}
.cat_title{
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.8rem;
    padding-left: 1.9rem;
}
.brand_slider .slick-list{
    margin: 0 -5px;
    overflow: unset;
}
.brand_slider .slick-slide > div{
    padding: 0 5px;
}
.brand_slider_item {
    height: 8.4rem;
}
.brand_slider_item:hover{
    opacity: 0.6;
}
.brand_slider_box {
    margin-top: 1.3rem;
    padding-bottom: 1.2rem;
}
.long_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F1F1;
    font-size: 1.25rem;
    font-weight: 600;
    height: 5.3rem;
}
.long_btn:hover{
    background: #00A5B0;
    color: white;
}
.long_btn:hover img{
    filter: brightness(0) invert(1);
}
.long_btn img{
    width: 1.4rem;
    margin-left: 0.3rem;
    transition: all 0.35s;
}
#box-4 {
    padding-top: 7.6rem;
    background: white;
}
.box4_text {
    width: 77rem;
    margin: 0 auto;
    margin-bottom: 2.2rem;
}
.preims{
    margin-right: -1px;
}
.preim_item{
    width: 25%;
    border: 1px solid #E5E5EA;
    padding: 5rem 3.7rem;
    border-left: 0;
}
.preim_icon{
    width: 6.625rem;
    height: 6.625rem;
    background: #F1F1F1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preim_icon img{
    width: 1.5rem;
}
.preim_title{
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
}
.preim_text {
    line-height: 1.3;
}
.box5_form{
    padding-left: 3.7rem;
    padding-right: 14rem;

}
.bordered_input .form-control{
    border: 1px solid #D1D1D6;
}
.form-group{
    margin-bottom: 0.6rem;
}

.box5_form_data{
    width: 36.4rem;
    margin-top: 2rem;
}
textarea.form-control{
    height: auto;
    padding-top: 1rem;
    border-radius: 24px;
}
#box-5{
    border-top: 1px solid #E5E5EA;
    margin-top: -1px;
}
footer{
    padding-top: 5rem;
    color: white;
    background: #222222;
    padding-bottom: 2rem;
}
.footer_logo{
    display: block;
    width: 15.313rem;
}
.slogan {
    width: 24rem;
    font-size: 0.875rem;
    margin-top: 1.1rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}
.socials{
    display: flex;
}
.socials a{
    width: 3.25rem;
    height: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #434343;
    color: white;
    margin-right: 0.8rem;
    border-radius: 50%;
    font-size: 1.5rem;
}
.socials a:hover{
    background: #777777;
    color: white;
}
.footer_title{
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.4rem;
    color: #999999;
}
.footer_item:not(:last-child){
    margin-bottom: 3.5rem;
}
.footer_item ul{
    margin: 0;
    list-style-type: none;
}
.footer_item li:not(:last-child) {
    margin-bottom: 1.3rem;
}
footer a{
    color: white;
}
.footer_cont{
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    align-items: flex-start;
}
.footer_cont.bold{
    font-weight: 600;
}
footer .header_socs, .contacts_info .header_socs {
    margin-right: 0;
    margin-top: -1.5rem;
}
footer .header_socs a, .contacts_info .header_socs a{
    margin: 0;
    margin-right: 0.7rem;
}
.footer_bootom_row {
    margin-top: 5rem;
    font-size: 0.875rem;
    color: #8E8E93;
}
.footer_bootom_row a{
    color: #8E8E93;
}
.footer_bootom_row a:hover{
    color: white;
}

.header_drop_cats{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 2.5rem;
    background-color: white;
    border-top: 1px solid #E5E5EA;
    overflow-y: auto;
    height: calc(100vh - 7.319rem);
    display: none;
}
.header_drop_cat_item{

}
.header_drop_cat_item_title{
    font-size: 1.25rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1.4rem;
}
.header_drop_cat_item ul{
    list-style-type: none;
    margin-bottom: 0.5rem;
}
.header_drop_cat_item ul.hidden{
    display: none;
}
.header_drop_cat_item ul li:not(:last-child){
    margin-bottom: 0.5rem;
}
.header_drop_cat_item .blue_link{
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 0.1rem;
}
.header_drop_cats_row > .mb_30{
    margin-bottom: 2rem;
}
.section_title_sm.big{
    font-size: 3rem;
}
.page {
    padding-top: 3.5rem;
    padding-bottom: 7.4rem;
}
.cat_seo_block{
    padding-top: 6rem;
}
.hidden_seo{
    display: none;
}
.brand_item{
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #E5E5EA;
    padding: 1rem;
    border-radius: 8px;
}
.brand_item:hover{
    color: white;
    background: #00A5B0;
}
.brand_logo{
    width: 11.563rem;
    height: 6.5rem;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    padding: 0 1rem;
}
.brand_text{
    width: calc(100% - 11.563rem);
    padding-left: 1.3rem;
}
.brand_text p{
    margin-bottom: 0.3rem;
}
.brand_text span{
    font-size: 0.75rem;
    opacity: 0.6;
}
.sort_label {
    margin-right: 0.6rem;
}
.selected_sort{
    display: flex;
    align-items: center;
    font-weight: 600;
}
.filter_title{
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1.2rem;
}
.sort_flex{
    margin-bottom: 1.8rem;
}
.filter_price_item{
    border: 1px solid #D1D1D6;
    border-radius: 5px;
    padding: 0.1rem 0.5rem;
    width: 49%;
    position: relative;
}
.filter_price_item span{
    font-size: 0.75rem;
    color: #999999;
}
.filter_price_item input{
    background: transparent;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    height: 1.7rem;
    padding-right: 1.2rem;
}
.filter_price_valute{
    position: absolute;
    right: 0.7rem;
    bottom: 0.4rem;
}

.ui-slider-horizontal {
    height: 4px!important;
}
.ui-slider .ui-slider-handle{
    width: 14px!important;
    height: 14px!important;
    border-radius: 50%!important;
    border: 4px solid #00A5B0!important;
    background: white!important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -6px!important;
}
#slider{
    width: 95%!important;
    margin: 0 auto;
    margin-top: 1.3rem;
}
.slider_pad{
    padding-bottom: 0.5rem;
}
.filter_lables.hidden{
    display: none;
    padding-top: 0.5rem;
}
.filter_lables label:not(:last-child){
    margin-bottom: 0.5rem;
}
.filter_lables label{
    display: flex;
    align-content: center;
    cursor: pointer;
}
.filter_lables label input, .policy_save input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1rem;
    height: 1rem;
    border-radius: 2px;
    position: relative;
    background: #D1D1D6;
    overflow: hidden;
}
.filter_lables label input:checked:after, .policy_save input:checked:after{
    opacity: 1;
}
.filter_lables label input:after, .policy_save input:after{
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../img/check.png");
    background-size: 0.875rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #00A5B0;
    transition: all 0.2s;
    opacity: 0;
}
.filter_lables label span{
    width: calc(100% - 1rem);
    padding-left: 0.5rem;
}
.filter_item{
    margin-bottom: 2.8rem;
}
.filter_more{
    margin-top: 1rem;
}
.filter_more .blue_link{
    font-size: 0.875rem;
    font-weight: 400;
}

.filter_item .search_box {
    margin: 0;
}
.filter_item .search_box input{
    width: 100%;
    background: white;
    border: 1px solid #D1D1D6;
    padding-left: 3.3rem;
}
.filter_item .search_box input::placeholder{
    color: #999999;
}
.filter_item .search_box button{
    left: 1.4rem;
}
.produscts_row .mb_30{
    margin-bottom: 3.1rem;
}
.produscts_row .mb_30:hover{
    z-index: 2;
}
.produscts_row{
    margin-bottom: -2rem;
}

.select2-container{
    width: 100%!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 3.25rem !important;
    padding-left: 1.6rem !important;
}
.select2-container .select2-selection--single{
    height: 3.25rem!important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #D1D1D6!important;
    border-radius: 30px!important;
    transition: all 0.1s!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 0.75rem!important;
    width: 0.75rem!important;
    top: 50%!important;
    transform: translateY(-50%)!important;
    background-image: url("../img/arrow_bottom.png");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    right: 1rem!important;
    transition: all 0.35s;
}
.select2-results__option {
    padding: 0.8rem 1rem!important;
}
.select2-selection__arrow b{
    display: none!important;
}
.select2-container--default.select2-container--open .select2-selection__arrow{
    transform: rotate(-180deg) translateY(50%)!important;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 16px!important;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-radius: 16px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #00A5B0!important;
}

.filter_item.sm1{

}
.filter_item.sm2{
    margin-bottom: 2.2rem;
}
.ui-widget-header{
    background-color: #00A5B0!important;
}
.sort_box{
    position: relative;
    z-index: 4;
}
.sort_drop{
    position: absolute;
    top: 100%;
    right: 0;
    width: max-content;
    background: white;
    border-radius: 16px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    padding: 1rem;
    font-weight: 600;
}
.sort_drop a{
    display: block;
}
.sort_drop a:not(:last-child){
    margin-bottom: 0.9rem;
}
.cart_slider_left {
    width: 8rem;
    margin-right: 1.3rem;
}
.nav_item{
    height: 8rem;
    border-radius: 8px;
    overflow: hidden;
    background: #F1F1F1;
    margin-bottom: 0.5rem!important;
    cursor: pointer;
    transition: all 0.35s;
}
.slick-current .nav_item{
    opacity: 0.5;
}
.cart_slider_right{
    width: 42.3rem;
    border-radius: 8px;
    overflow: hidden;
    background: #F1F1F1;
}
.cart_slider_right a{
    height: 42.3rem;
    display: block;
}
.nav_item img, .cart_slider_right a img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: block;
}

.cart_slider_left .slick-prev{
    display: none!important;
}
.cart_slider_left .slick-next{
    top: unset;
    transform: translateX(50%) rotate(90deg);
    right: 50%;
    bottom: -4.7rem;
}
.card_status_flex .prod_articul{
    font-weight: 400;
    font-size: 1rem;
    margin: 0;
}
.card_status_flex .prod_status{
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-right: 4.1rem;
}

.card_top_chars{
    border-top: 1px solid #D1D1D6;
    margin-top: 0.9rem;
    padding-top: 2.5rem;
}
.card_top_char_item_title{
    font-weight: 600;
    margin-bottom: 0.9rem;
}
.card_top_char_item_content.content *{
    margin-bottom: 0.6rem;
}
.card_top_char_item_content.hidden{
    display: none;
}
.card_top_char_item .blue_link{
    font-size: 0.875rem;
}

.card_price{
    border-top: 1px solid #D1D1D6;
    margin-top: 2.7rem;
    padding-top: 2.5rem;
}
.card_price_title{
    font-weight: 600;
    margin-bottom: 1rem;
}
.card_price .prod_price{
    font-size: 1.5rem;
}
.card_price .prod_old_price{
    font-size: 1.5rem;
    margin-left: 1.4rem;
}
.counter{
    display: flex;
    border-radius: 30px;
    background: #F1F1F1;
    overflow: hidden;
}
.counter button{
    height: 3.125rem;
    width: 3rem;
    background: transparent;
    color: black;
    font-weight: 600;
    font-size: 1.4rem;
    transition: all 0.35s;
}
.counter button:hover{
    color: #00A5B0;
}
.counter input{
    width: 2.5rem;
    background: transparent;
    text-align: center;
    height: 3.125rem;
    font-weight: 600;
    pointer-events: none;
}
.card_btns{
    gap: 1rem;
    margin-top: 2.3rem;
}
.card_tabs{
    margin-top: 4.7rem;
}
.card_tabs_top a{
    display: inline-flex;
    height: 3.5rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #999999;
    color: #999999;
    border-radius: 30px;
    padding: 0 1.4rem;
    font-size: 1.25rem;
    font-weight: 600;
    margin-right: 0.4rem;
}
.card_tabs_top a.active{
    border-color: #222222;
    color: #222222;
    pointer-events: none;
}
.card_tabs_top a:hover{
    border: 1px solid #00A5B0;
    color: #00A5B0;
}
.card_tab_char_item{
    border-bottom: 1px solid #D1D1D6;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.9rem;
    height: 100%;
}

.card_tab_char_item.faq_item{
    display: block;
}
.faq_title{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.card_tab_char_item span{
    width: 49%;
}
.card_tabs_top{
    margin-bottom: 3.2rem;
}
.card_tab_chars .mb_30{
    margin-bottom: 1.9rem;
}
.similars {
    padding-top: 5.7rem;
    margin-bottom: -6rem;
}
.card_tab_body_item:not(.factive){
    display: none;
}

.left_cart{
    border-right: 1px solid #D1D1D6;
    padding-top: 3.5rem;
    padding-bottom: 7rem;
    height: 100%;
}
.left_cart .section_title_sm{
    margin-bottom: 2.3rem;
}
.cart_info{
    background: #F1F1F1;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1.1rem;
    padding-left: 3.7rem;
    margin-bottom: 2rem;
}
.cart_info .blue_link{
    font-size: 0.875rem;
    font-weight: 400;
}
.cart_left_box{
    margin-left: -3.7rem;
}
.cart_item {
    padding-left: 3.7rem;
    border-bottom: 1px solid #D1D1D6;
    padding-bottom: 1.7rem;
    margin-bottom: 1.7rem;
}
.cart_item:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.cart_item_img{
    display: block;
    width: 9.563rem;
    height: 9.563rem;
    border-radius: 8px;
    overflow: hidden;
    background: #F1F1F1;
}
.cart_item_info{
    width: calc(100% - 9.563rem);
    padding-left: 2.4rem;
    padding-right: 1rem;
}
.cart_item_info a{
    font-weight: 600;
}
.cart_item_info .prod_articul{
    margin: 0;
    margin-top: 1rem;
}
.cart_price .prod_price{

}
.cart_price .prod_old_price{
    margin: 0;
    margin-top: 0.5rem;
}
.cart_delete{
    width: 1.25rem;
    display: block;
    filter: grayscale(1);
    opacity: 0.8;
}
.cart_delete:hover{
    filter: grayscale(0);
    opacity: 1;
}
.cart_last_flex{
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}

.right_cart{
    padding-top: 9.7rem;
    padding-left: 2.4rem;
}
.right_cart_title{
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 2.6rem;
}

.right_cart_item{
    margin-bottom: 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.right_cart_item:after{
    content: "";
    bottom: 1px;
    left: 0;
    right: 0;
    border-top: 1px dotted #999999;
    position: absolute;
}
.right_cart_item span{
    position: relative;
    background: white;
    z-index: 1;
}

.right_cart_item span:last-child{
    font-weight: 700;
    min-width: 9rem;
}
.cart_total{
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 2.2rem;
}
.order_ves{
    margin-top: 2.8rem;
}
.order_ves_item:not(:last-child){
    margin-bottom: 1.4rem;
}
.order_ves_item span{
    display: inline-block;
    font-weight: 700;
}
.order_item{
    padding-left: 3.7rem;
    padding-right: 9.4rem;
    border-bottom: 1px solid #D1D1D6;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}
.order_item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.order_title{
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.9rem;
}
.order_tabs_link{
    display: flex;
    margin-bottom: 2.7rem;
}
.order_tabs_link label{
    height: 2.938rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.3rem;
    border: 1px solid #999999;
    color: #999999;
    transition: all 0.35s;
    border-radius: 30px;
    margin-right: 0.7rem;
    font-weight: 600;
    cursor: pointer;
}
.order_tabs_link label:has(:checked){
    border-color: #00A5B0;
    color: black;
}
.order_tabs_link label input{
    display: none;
}

.order_body_inputs{
    width: 26.9rem;
}
.form_label_title{
    font-size: 0.875rem;
    margin-bottom: 0.7rem;
}
.form_label_title span{
    color: #00A5B0;
}

.order_item .form-group {
    margin-bottom: 1.9rem;
}
.order_item .form-group:last-child{
    margin-bottom: 0;
}
.order_labels{
    gap: 1rem;
}
.order_label{
    width: 32.333%;
    border: 1px solid #D1D1D6;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 2rem 1.7rem;
    min-height: 6.5rem;
    transition: all 0.35s;
    cursor: pointer;
}
.order_label:has(:checked){
    border-color: #00A5B0;
}
.order_label_info{
    width: calc(100% - 1.5rem);
    padding-left: 1.8rem;
}
.order_label_info p{
    margin-bottom: 0.1rem;
}
.order_label_info span{
    font-size: 0.75rem;
}

.order_label input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 2px;
    position: relative;
    background: #D1D1D6;
    overflow: hidden;
}
.order_label input:checked:after{
    opacity: 1;
}
.order_label input:after{
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../img/check.png");
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #00A5B0;
    transition: all 0.2s;
    opacity: 0;
}
.order_address{
    margin-top: 2.4rem;
}
textarea.form-control{
    height: auto;
    padding-top: 1rem;
}
.filter_btns .btn.black{
    margin-top: 0.5rem;
}
.policy_save{
    margin-top: 2rem;
    font-size: 0.875rem;
    margin-bottom: 1.7rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.policy_save a{
    text-decoration: underline;
}
.policy_save a:hover{
    text-decoration: none;
}
.policy_save span{
    width: calc(100% - 1rem);
    padding-left: 0.5rem;
}
.check_icon{
    width: 4.6rem;
    margin: 0 auto;
    margin-bottom: 0.9rem;
}
.modal_title2{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.about_banner{
    padding-top: 3.4rem;
    padding-bottom: 2rem;
    min-height: 34.7rem;
    position: relative;
}
.about_banner .container{
    position: relative;
    z-index: 1;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.about_texts{
    padding-top: 7.4rem;
    padding-bottom: 4.8rem;
    background: #F1F1F1;
}
.about_text_item .section_title_sm{
    font-size: 1.5rem;
    margin-bottom: 1.9rem;
}
.ati2{
    padding-left: 2.9rem;
}
.about_last_text{
    padding-top: 1rem;
    padding-left: 3rem;
    padding-right: 3.2rem;
}
.map{
    overflow: hidden;
    height: 46.9rem;
}
.map iframe{
    width: 100%!important;
    height: 100%!important;
}
.contacts_info{
    padding: 3.5rem 3.6rem;
    padding-bottom: 1rem;
}
.cont_items .footer_title {
    margin-bottom: 0.7rem;
}
.cont_items .footer_item {
    margin-bottom: 2.2rem;
}

.f18{
    font-size: 1.25rem;
}
.contacts_info .header_socs{
    margin-top: 1.4rem;
}
.contacts_page .box5_form {
    padding-left: 3rem;
    padding-right: 7rem;
}
.contacts_page .box5_form_data {
    width: 45.5rem;
}
.contacts_info .footer_title{
    color: #434343;
}
.contacts_info .socials a{
    background: #F1F1F1;
    color: #434343;
}
.contacts_info .socials a:hover{
    background: #434343;
    color: #F1F1F1;
}
.news{
    margin-right: -1px;
    margin-top: -1px;
    border-top: 1px solid #D1D1D6;
}
.news_item{
    border: 1px solid #D1D1D6;
    border-left: none;
    border-top: none;
    width: 33.333%;
    padding: 0 3.6rem;
    padding-bottom: 3.6rem;
}
.news_item:hover{
    color: white;
    background: #00A5B0;
}
.news_img{
    height: 15rem;
    position: relative;
    overflow: hidden;
}
.news_date{
    position: absolute;
    bottom: 1.3rem;
    left: 1rem;
    height: 2rem;
    font-size: 0.875rem;
    border-radius: 30px;
    z-index: 1;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    color: #00A5B0;
    background: white;
}
.news_title{
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
}
.news_text{
    line-height: 1.3;
}
.pag_center .pagination{
    justify-content: center;
}
.pag_center .pagination li{
    margin: 0 0.3rem;
}
.box1_form .result{
    text-align: center;
}
.box1_form .result p{
    margin-top: 0.5rem;
    margin-bottom: -1rem;
}
.result{
    font-size: 0.9rem;
}
.pad_content{
    padding-bottom: 1rem;
}
.vac_item{
    background: #F1F1F1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    padding: 1.5rem 1.7rem;
    padding-right: 1rem;
}
.vac_item:hover{
    background: #00A5B0;
    color: white;
}
.vac_item:hover .vac_arrow{
    background: #F1F1F1;
}
.vac_item:hover .vac_dot{
    background: white;
}
.vac_title{
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: 1.9rem;
    min-height: 3.1rem;
    margin-bottom: 1.2rem;
}
.vac_arrow{
    width: 2.875rem;
    height: 2.875rem;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.35s;
    color: black;
}
.vac_arrow .arrow_down{
    margin: 0;
    top: 0;
}
.vac_page #box-5 {
    margin-top: 5.4rem;
}
.vac_dot{
    width: 5px;
    height: 5px;
    background: black;
    border-radius: 50%;
    margin: 0 1rem;
    transition: all 0.35s;
}
.vac_card_price{
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.vac_tag{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F1F1;
    border-radius: 30px;
    padding: 0 1rem;
    height: 2.4rem;
    margin-right: 1rem;
}
.vac_tag img{
    width: 1rem;
    margin-right: 0.35rem;
}
.vac_content_title{
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.vac_tags{
    margin-bottom: 2.5rem;
}
.vac_content_item{
    margin-bottom: 2.2rem;
}
.no_img{
    width: 100%;
    height: 100%;
    background: #e8e8e8;
}
.order_tabs_body_item:not(.factive){
    display: none;
}
.images_row{
    margin-top: 3rem;
}
.images_row a{
    display: block;
    height: 20rem;
    background: black;
}
.images_row a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.images_row a:hover img{
    opacity: 0.6;
}
.news_similars{
    margin-top: 3rem;
}