*{
    margin: 0;
    padding: 0;
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    /* overflow-x: hidden; */
    scroll-behavior: smooth; 
}
p, span, h1, h2, h3, h4, h5{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #555555;
    outline: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover{
    color: #229197;
}
li{
    list-style-type: none;
}
body{
    background-color: #ffffff;
    color: #262626;
}
header, footer{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
}
footer{
    border-top: 1px solid #E5E9F1;  
    position: relative;
    z-index: 21;
}
header{
    -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;
}
.container{
    max-width: 1560px;
    width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (max-width: 768px){
    .container{
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
}
@media screen and (max-width: 768px){
    .container{
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
}
.product_cart{
    position: relative;
}
.container_n{
    max-width: 1530px;
    width: 100%;
    position: relative;
}
.header_top, .header_center, .header_category{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.modal_close_nav_mob_categ{
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
}
.modal_close_nav_mob_categ img{
    margin-top: -1px;
    margin-left: 10px;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);

}
.btn_nav_mod{
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: none;
    position: relative;
}
.header_top{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 47px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.header_top nav ul, .block_lang_currency, .block_lang, .block_currency{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header_top nav ul a{
    color: #555555;
    line-height: 17px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header_top nav ul a:hover{
    color: #229197;
}
.header_top nav ul li a{
    margin-right: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.modal_nav_mob{
    /* position: relative; */
    background-color: #fff;
    width: 100%;
}
 #menu_word{
    color: #229197;
    font-size: 18px;
    padding: 15px 0;
    padding-left: 15px;
}
.title_mobile_nav{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* border-bottom: 1px solid #229197; */
}
.categ_in_categ .title_mobile_nav{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-flow: column nowrap;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* border-bottom: 1px solid #229197; */
}
.title_mobile_nav img{
    margin-right: 15px;
}
.modal_nav_top{
    width: 100%;
}
.modal_nav_top li img{
    /* transform: rotate(-90deg);
    height: 10px;
    width: 10px; */

}
.modal_nav_top li{
    border-bottom: 1px solid #eaeaea; 
    padding: 25px 0;
    padding-left: 15px;
    padding-right: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    font-size: 22px;
    line-height: 17px;
}
.modal_nav_top li a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    font-size: 22px;
    line-height: 17px;
}
.categ_in_categ_active{
    left: 0!important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.categ_in_categ{
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: -100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100vh;
    overflow-y: auto;
}
.arrow_nav_mob_disable{
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-right: 0!important;
}
.first_list_categ{
    /* position: relative; */
}
.categ_in_categ span{
    font-size: 42px;
    line-height: 38px;
    padding: 15px;
    color: #229197;
}
.categ_in_categ h2>a{
    font-size: 42px !important;
    color: #229197;
    /* border-bottom: 1px solid #229197; */
}
.categ_in_categ li{
    padding: 24px 15px;
    border-bottom: 1px solid #eaeaea;
    font-size: 24px;
}
.categ_in_categ li a{
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}
.modal_nav_mob_wrap{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 22;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
}
.modal_nav_mob_wrap-disabled{
    overflow: hidden;
    max-height: 100vh;
}
.footer_nav_category_mob{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
}
.footer_nav_category_block_mob{
    width: 100%;
    border-bottom: 1px solid #E5E9F1;
    display: none;
}
.footer_nav_category_mob{
    margin-bottom: 27px;
}
.footer_nav_category_mob li{
    min-width: 160px;
    max-width: 280px;
    width: 48.5%;
    /* margin-bottom: 27px; */
    height: 102px;
}
.category_mob_wrap h3{
    padding-left: 12px;
    max-width: 140px;
    font-weight: 400;
}
.category_mob_wrap{
    height: 102px;
    width: 100%;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    position: relative;

}
.footer_nav_category_block_mob h4{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 27px;
}
.img_prod_footer{
    top: -20px;
    z-index: 2;
}
.circle_bot{
    bottom: 0!important;
    z-index: 1;
    -webkit-border-bottom-right-radius: 5px;
            border-bottom-right-radius: 5px;
}
.category_mob_wrap img{
    position: absolute;
    right: 0;
}
.color_categ1{
    background-color: #F8AFC2;
}
.color_categ2{
    background-color: #E6CFE1;
}
.color_categ3{
    background-color: #CEE1A1;
}
.color_categ4{
    background-color: #9EABD7;
}
.color_categ5{
    background-color: #ADB7DB;
}
.color_categ6{
    background-color:#EFDBC3;
}
.color_categ7{
    background-color:#7BC9BC;
}
.color_categ8{
    background-color:#EAADCE;
}
.color_categ9{
    background-color:#F1BCB6;
}
.color_categ10{
    background-color: #E78578;
}
.color_categ11{
    background-color: #E6CFE1;
}

.modal_nav_mob_wrap_active{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.modal_nav_bot{
    background-color: #f4f6f8;
}
.modal_nav_bot li a{
    padding: 24px 0;
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    line-height: 17px;  
}
.modal_nav_bot li img{
    margin-right: 10px;
}
.li_border{
    border-top: 1px solid #eaeaea;
}
.block_currency{
    margin-left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    position: relative;
}
.block_lang p, .block_currency p{
    color: #555555;
    margin-right: 5px;
}
.block_lang span, .block_currency span{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.block_lang span:first-child{
    margin-right: 10px;
}
.lang_active{
    border-bottom: 1px solid #229197;
    /* margin-right: 10px; */
} 
.lang_disable{
    border-bottom: 1px solid transparent;
}
.val{
    margin-right: 4px;
    height: 17px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.img_val{
    cursor: pointer;
}
.val li{
    line-height: 17px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.val li:hover{
    color: #229197;
}
.val_active{
    height: auto;
    overflow: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
   
}
.block_lang span img, .block_currency span img{
    margin-left: 4px;
}
.container_head{
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
}
.container_head_top{
    z-index: 20;
}
.header_center{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 200px;
    max-height: 109px;
}
.header_center_shadow{
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    border: none;
    background-color: #fff;
    z-index: 12;
}
.header_logo{
    max-width: 215px;
}
.header_search form input{
    background: #F3F3F3;
    outline: none;
    border: none;
    height: 40px;
    width: 400px;
    max-width: 392px;
    padding-left: 15px;
    /* background-image: url(../img/header/lupa.png); */
    /* background-position: 97% 50%;
    background-repeat: no-repeat; */

}
.header_search form input::-webkit-input-placeholder{
   color: #777777;
   font-size: 12px; 
   line-height: 15px;
}
.header_search form input::-moz-placeholder{
   color: #777777;
   font-size: 12px; 
   line-height: 15px;
}
.header_search form input:-ms-input-placeholder{
   color: #777777;
   font-size: 12px; 
   line-height: 15px;
}
.header_search form input::-ms-input-placeholder{
   color: #777777;
   font-size: 12px; 
   line-height: 15px;
}
.header_search form input::placeholder{
   color: #777777;
   font-size: 12px; 
   line-height: 15px;
}
.header_call_back{
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    padding: 0 40px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.header_call_back_descr p{
    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: #555555;
    max-width: 116px;
    line-height: 20px;
}
.header_call_back_descr{
    margin-left: 37px;
}
.btn_call_back{
    width: 155px;
    height: 26px;
    margin-top: 5px;
    font-size: 12px;
    /* margin-top: 30px; */
}
.arrow_footer_nav, .arrow_footer_link, .arrow_footer_help{
    display: none;
}
.btn_all{
    background-color: #229197;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    outline: none;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.btn_all:hover{
    opacity: 0.8;
}
.btn_filter{
    background-color: #F4F9F9;
    color: #262626;
}
.header_acc_block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header_acc, .header_whishlist, .header_acc{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #555555;
    line-height: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header_acc:hover, .header_whishlist:hover, .header_acc:hover{
    color: #229197;
}
.circle_cart_quantity{
    width: 17px;
    height: 17px;
    -webkit-border-radius: 17px;
            border-radius: 17px;
    background: #F25C54;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    font-size: 10px;
    line-height: 100%;
    top: -6.5px;
    right: -8.5px;
}
.header_acc{
    position: relative;
}
.header_acc, .header_whishlist picture{
    margin-right: 8px;  
}
.header_acc_wrap{
    position: relative;
}
.header_acc span{
    margin-left: 8px;
}
.header_whishlist{
    margin: 0 26px;
}
.header_category{
    height: 80px;
    max-height: 78px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; 
}
.header_category ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header_category ul li a{
    color: #262626;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
}

.header_category ul li img{
    position: absolute;
    width: 10px;
    height: 10px;
    right: 25px;
}
.header_category ul li:hover{
    color: #229197;
}
.footer_nav_top, .footer_copyright{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer_descr{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}
.footer_logo_img{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
}
.footer_descrrr{
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
}
.footer_nav_top{
    padding-top: 60px;
    padding-bottom: 38px;
}
.modal_category{
    position: absolute;
    z-index: 10;
    background-color: #fff;
    width: 98%;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    top: 50px;
}
.modal_category_fixed{
    position: absolute;
    z-index: 10;
    background-color: #fff;
    width: 98%;
    overflow: hidden;
    -webkit-transition: 0.4s!important;
    -o-transition: 0.4s!important;
    transition: 0.4s!important;
    top: 50px;
    max-height: 200px;
    border: 1px solid #229197;
}
.modal_category_active{
    height: 200px;
    border: 1px solid #229197;
}
.modal_category ul{
    padding: 15px;
}
.modal_category ul li a{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.modal_category ul a li:hover{
    color: #229197;
}
.footer_nav_link_block h4, .footer_nav_category_block h4, .help_buyer_block h4{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
}
.footer_nav_link_block{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}
.help_buyer_block{
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
}
.footer_nav_category_block{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
}
.footer_nav_link li a, .footer_nav_category li a, .help_buyer li a{
    font-size: 16px;
    line-height: 19px;
    color: #555555;
}
.footer_nav_link li, .footer_nav_category li, .help_buyer li{
    /* margin-bottom: 15px; */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: 15px;
}
.footer_nav_link li:hover, .footer_nav_category li:hover, .help_buyer li:hover{
    color: #229197;
}
.seo_text_col_l{
    padding-right: 30px;
}
.footer_call_back{
    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;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    max-width: 350px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
}
.footer_call_back ul{
    margin-bottom: 10px;
}
.header_nav_categoryy{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none!important;
    background-color: #f4f6f8;
    margin-bottom: 10px;
}
.header_nav_categoryy li{
    color: #222;
    font-size: 18px;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    /* flex-direction: column; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 15px;
}
.footer_dddescr{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;

}
.footer_dddescr_p{
    display: none;
}
.footer_dddescr_p{
    /* width: 180px!important; */
    text-align: left!important;
    margin-bottom: 0!important;
    margin-left: 20px;
}
.footer_dddescr_p  span{
    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-weight: 400;
    font-size: 18px;
    line-height: 32px; 
    margin-right: 10px;
}
.footer_call_back ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 140px;
    color: #262626;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer_call_back ul li:hover{
    color: #229197;
}
.footer_call_back ul li img{
    margin-left: 10px;
}
.footer_call_back a span{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    display: block;
    margin-bottom: 15px;
}
.btn_call_back_footer{
    max-width: 350px;
    width: 400px;
    height: 46px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
}
.footer_call_back p{
    max-width: 350px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
}
.subscibe{
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
}
/* .footer_call_back form{
    display: flex;
    align-items: center;
}
.footer_call_back form input{
    padding-left: 35px;
    border: none;
    outline: none;
    border-bottom: 1px solid #C5C5C5;
    width: 400px;
    max-width: 340px;
    padding-bottom: 14px;
    background-image: url(../img/footer/mail.svg);
    background-repeat: no-repeat;
}
.footer_call_back form button{
    border: none;
    outline: none;
    background-color: #fff;
    border-bottom: 1px solid #C5C5C5;
    height: 32px;
    cursor: pointer;
} */
.footer_copyright{
    border-top: 2px solid #E5E9F1;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 87px;
}
.footer_copyright p{
    color: #A0A0A0;
    line-height: 17px;
    text-align: center;
}
.footer_copyright p span:first-child{
    color: #262626;
    display: inline-block;
}
.footer_copyright p span:nth-child(2){
    display: inline-block;
}
.modal_call_back_wrap{
    width: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: fixed;
    right: -500px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 30;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.modal_call_back{
    overflow-y: auto;
    background: #FFFFFF;
    width: 500px;
    position: relative;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.modal_call_back h3{
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin: 40px 0px;
}
.modal_call_back form{
    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;
    width: 400px;
    max-width: 380px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.modal_call_back form input{
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #D6D6D6;
    /* margin-bottom: 40px; */
    padding-bottom: 10px;
}
.modal_call_back form input::-webkit-input-placeholder{
    font-size: 16px;
    line-height: 19px;
    color: #262626;
}
.modal_call_back form input::-moz-placeholder{
    font-size: 16px;
    line-height: 19px;
    color: #262626;
}
.modal_call_back form input:-ms-input-placeholder{
    font-size: 16px;
    line-height: 19px;
    color: #262626;
}
.modal_call_back form input::-ms-input-placeholder{
    font-size: 16px;
    line-height: 19px;
    color: #262626;
}
.modal_call_back form input::placeholder{
    font-size: 16px;
    line-height: 19px;
    color: #262626;
}
.modal_call_back form button{
    width: 168px;
    height: 46px;
    -webkit-border-radius: 23px;
            border-radius: 23px;
}
.close_modal{
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.close_modal:hover{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
#cart{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -11;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.5);
    transition: opacity .3s ease-in 0s, z-index .0s ease-in .3s;
}
#cart:before{
    display: none;
}
#cart.container_cart_active{
    opacity: 1;
    z-index: 34;
    transition: opacity .3s ease-in;
}
.cart_modal{
    max-width: 540px;
    position: relative;
    /* opacity: 1; */
    z-index: 11;
    /* right: 0; */
    /* top: -500px; */
    background-color: #fff;
    /* z-index: 11; */
    border: 1px solid #EDEDED;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}   
.container_filter{
    padding-top: 0;
    padding-bottom: 20px;
    overflow: hidden;
}
.container_cart_active .cart_modal,
.cart_modal_active{
    /*     top: 157px; */
        opacity: 1;
        z-index: 11;
}
.icon_remove{
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
}
.cart_product{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 118px 15px 20px;
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.total_price{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
    min-height: 50px;
}
.total_price>*{
    max-width: 33.33%;
    width: 100%;
    min-height: 50px;
    margin: 0;
}
.close-cart-btn{
    margin: 0;
}
.price_card, .btn_ordering{
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.cart_product_descr{
    margin-left: 20px;
}
.cart_product_descr h5{
    font-size: 14px;
    line-height: 17px;
    max-width: 282px;
    margin-bottom: 16px;
}
.cart_product_price_quantity, .cart_product_quantity{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.cart_product_quantity span{
    color: #A0A0A0; 
    cursor: pointer;
}
.cart_product_quantity span:first-child{
    margin-right: 24px;
}
.cart_product_quantity span:last-child{
    margin-left: 23px;
}
.cart_product_quantity{
    width: 112px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #EDEDED;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 23px;
            border-radius: 23px;
    height: 40px;
    font-size: 14px;
    line-height: 17px;
    margin-right:  20px;
}
.cart_product_price{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.price_card{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.price_card span{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-right: 8px;
}
.btn_category{
    display: none;
}

  
  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 2px solid #E5E9F1;
  }
  
  .tabs li:not(:last-child) {
    margin-right: 110px;
  }
  
  .tabs li a {
    display: block;
    bottom: -1px;
    position: relative;
    background: #F4F9F9;
    opacity: 0.7;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    padding-bottom: 21px;
    border-bottom: 3px solid transparent;
  }
  .tabs li.active a,
  .tabs li a:hover {
    opacity: 1;
    border-bottom: 3px solid #229197;
  }
  .tabs-panel p{
    max-width: 1010px;
    font-size: 16px;
    line-height: 22px;
    color: #555555;
    width: 100%;
  } 
    .p_tab{
      margin-bottom: 40px;
    }   
  .tabs-content {
    position: relative;
    z-index: 2;
    padding: 25px;
    padding-bottom: 55px;
    padding-top: 38px;
    -webkit-border-radius: 0 4px 4px 4px;
            border-radius: 0 4px 4px 4px;
    background: #F4F9F9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .tabs-panel {
    display: none;
  }
  .tabs-panel ul{
      max-width: 1010px;
      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;
  }
  .tabs-panel ul li{
      background-color: #fff;
      max-width: 1010px;
      width: 1200px;
      min-height: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-border-radius: 100px;
              border-radius: 100px;
      padding-left: 70px;
      font-size: 16px;
      color: #555555;
      line-height: 22px;
      width: 100%;
  }
  .tabs-panel ul li small{
      margin-right: 222px;
      width: 150px;
  }
  .tabs-panel ul li span{
        color: #262626;
  }
  .tabs-panel ul li:nth-child(2n){
    background-color: #F4F9F9;
}
  .tabs-panel.active {
    /* display: block; */
    width: 100%;
    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;
    /* align-items: center; */
  }
  .tabs-panel p + div {
    margin-top: 15px;
  }
  .tabs-panel h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #262626;
    text-align: center;
    margin-bottom: 30px;
  }
  /* product */
  .bread_crumbs_sec, .product_info_sec, .specifications,
  .similar_products, .main_reviews, .brand_product, .new_product,
  .hit_product, .sale_product, .main_brand_product{
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
  .hit_product{
      margin-top: 29px;
  }
  .specifications{
      background-color: #F4F9F9;
      position: relative;
      padding-top: 58px;
  }
  .block_bg{
      background-color: #F4F9F9;
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;

  }
  .block_bg img{
    width: 100%;
  }
  .product_info_sec{
      -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;
      overflow: hidden;
  }
  .bread_crumbs{
      margin: 40px 0;
  }
  .bread_crumbs ul{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
  }
  .bread_crumbs ul a{
      color: #A0A0A0;
      line-height: 17px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
  }
  .bread_crumbs ul a:hover{
      color: #229197;
  }
  .bread_crumbs ul a:after{
    content: '/';
    padding-left: 5px;
    padding-right: 5px;
  }
  .active_bread_crumbs{
    color: #262626!important;
  }
  a.active_bread_crumbs:after{
      display: none;
  }
  .product_info_wrap{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
  }
  .product_info_img, .product_img_small{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }
  .product_info_img{
      margin-right: 60px;
      max-width: -webkit-calc(50% - 60px);
      max-width: calc(50% - 60px);
  }
  .product_img_small{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
  }
  .product_img_small picture{
      margin-bottom: 30px;
      border: 1px solid #fff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      cursor: -webkit-zoom-in;
      cursor: zoom-in;
  }
  .product_img_small picture:hover{
      border: 1px solid #229197;
  }
  .product_img_big{
      margin-left: 40px;  
      width: 100%;
  }
  .product_img_big picture{
      width: 100%;
  }
  .product_img_big picture img{
      width: 100%;
  }
  .product_descr{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -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;
  }
  .product_article{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }
  .product_article span{
    color: #555555;
    font-size: 16px;
    line-height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;  
    -webkit-box-align: center;  
    -webkit-align-items: center;  
        -ms-flex-align: center;  
            align-items: center;
  }
  .product_article span:after{
    content: '';
    display: block;
    height: 20px;
    width: 1px;
    background-color: #EDEDED;
    margin: 0 10px;
    line-height: 25px;
  }
  .product_article_no_prod{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.on_stock_no_prod{
    color: #F25C54!important;
    margin-left: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.product_article_no_prod span{
  color: #555555;
  font-size: 16px;
  line-height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;  
  -webkit-box-align: center;  
  -webkit-align-items: center;  
      -ms-flex-align: center;  
          align-items: center;
}
.product_article_no_prod span:after{
  content: '';
  display: block;
  height: 20px;
  width: 1px;
  background-color: #EDEDED;
  margin: 0 10px;
  line-height: 25px;
}
label[for="name_call"]{
    color: red;
    position: relative;
    left: -40%;
    top: -69px;
}
label[for="name_call"]:after{
    content: '*';
}
#name_call:focus::-webkit-input-placeholder{
    opacity: 0;
}
#name_call:focus::-moz-placeholder{
    opacity: 0;
}
#name_call:focus:-ms-input-placeholder{
    opacity: 0;
}
#name_call:focus::-ms-input-placeholder{
    opacity: 0;
}
#name_call:focus::placeholder{
    opacity: 0;
}
#name_call:focus ~ label[for="name_call"]:after{
    content: ' ';
}
label[for="phone_call"]{
    color: red;
    position: relative;
    left: -31%;
    top: -69px;
}
label[for="phone_call"]:after{
    content: '*';
}
#phone_call:focus::-webkit-input-placeholder{
    opacity: 0;
}
#phone_call:focus::-moz-placeholder{
    opacity: 0;
}
#phone_call:focus:-ms-input-placeholder{
    opacity: 0;
}
#phone_call:focus::-ms-input-placeholder{
    opacity: 0;
}
#phone_call:focus::placeholder{
    opacity: 0;
}
.container_cart{
    width: 100%;
}
.body_active{
    overflow: hidden;
}
.container_cart_active:before{
    width: 100%;
    height: 100%;
    /* top: 157px; */
    top: 0;
    opacity: 0.5;
    position: absolute;
    background-color: #222;
    content: "saf";
    z-index: 11;
}
#phone_call:focus ~ label[for="phone_call"]:after{
    content: ' ';
}
label[for="comment_call"]{
    color: red;
    position: relative;
    left: -22.5%;
    top: -69px;
}
label[for="comment_call"]:after{
    content: '*';
}
#comment_call:focus::-webkit-input-placeholder{
    opacity: 0;
}
#comment_call:focus::-moz-placeholder{
    opacity: 0;
}
#comment_call:focus:-ms-input-placeholder{
    opacity: 0;
}
#comment_call:focus::-ms-input-placeholder{
    opacity: 0;
}
#comment_call:focus::placeholder{
    opacity: 0;
}
#comment_call:focus ~ label[for="comment_call"]:after{
    content: ' ';
}
label[for="name"]{
    color: red;
    position: relative;
    left: -47%;
}
label[for="qw_contact"]{
    color: red;
    position: relative;
    left: -38.5%;
    top: -29px;
}
label[for="name_contact"]{
    color: red;
    position: relative;
    left: -46.5%;
}
label[for="mail"]{
    color: red;
    position: relative;
    left: -41.5%;
}
label[for="mail_contact"]{
    color: red;
    position: relative;
    left: -41.5%;
}
label[for="reviws"]{
    color: red;
    position: relative;
    top: -30px;
    left: -37.5%;
}
label[for="name"]:after{
    content: '*';
}
label[for="qw_contact"]:after{
    content: '*';
}
label[for="name_contact"]:after{
    content: '*';
}
label[for="mail_contact"]:after{
    content: '*';
}
label[for="mail"]:after{
    content: '*';
}
label[for="reviws"]:after{
    content: '*';
}
#name:focus::-webkit-input-placeholder{
    opacity: 0;
}
#name:focus::-moz-placeholder{
    opacity: 0;
}
#name:focus:-ms-input-placeholder{
    opacity: 0;
}
#name:focus::-ms-input-placeholder{
    opacity: 0;
}
#name:focus::placeholder{
    opacity: 0;
}
#name_contact:focus::-webkit-input-placeholder{
    opacity: 0;
}
#name_contact:focus::-moz-placeholder{
    opacity: 0;
}
#name_contact:focus:-ms-input-placeholder{
    opacity: 0;
}
#name_contact:focus::-ms-input-placeholder{
    opacity: 0;
}
#name_contact:focus::placeholder{
    opacity: 0;
}
#mail_contact:focus::-webkit-input-placeholder{
    opacity: 0;
}
#mail_contact:focus::-moz-placeholder{
    opacity: 0;
}
#mail_contact:focus:-ms-input-placeholder{
    opacity: 0;
}
#mail_contact:focus::-ms-input-placeholder{
    opacity: 0;
}
#mail_contact:focus::placeholder{
    opacity: 0;
}
#qw_contact:focus::-webkit-input-placeholder{
    opacity: 0;
}
#qw_contact:focus::-moz-placeholder{
    opacity: 0;
}
#qw_contact:focus:-ms-input-placeholder{
    opacity: 0;
}
#qw_contact:focus::-ms-input-placeholder{
    opacity: 0;
}
#qw_contact:focus::placeholder{
    opacity: 0;
}
#mail:focus::-webkit-input-placeholder{
    opacity: 0;
}
#mail:focus::-moz-placeholder{
    opacity: 0;
}
#mail:focus:-ms-input-placeholder{
    opacity: 0;
}
#mail:focus::-ms-input-placeholder{
    opacity: 0;
}
#mail:focus::placeholder{
    opacity: 0;
}
#reviws:focus::-webkit-input-placeholder{
    opacity: 0;
}
#reviws:focus::-moz-placeholder{
    opacity: 0;
}
#reviws:focus:-ms-input-placeholder{
    opacity: 0;
}
#reviws:focus::-ms-input-placeholder{
    opacity: 0;
}
#reviws:focus::placeholder{
    opacity: 0;
}
#name_contact:focus ~ label[for="name_contact"]:after{
    content: ' ';
}
#mail_contact:focus ~ label[for="mail_contact"]:after{
    content: ' ';
}
#qw_contact:focus ~ label[for="qw_contact"]:after{
    content: ' ';
}
#name:focus ~ label[for="name"]:after{
 content: ' ';
}
#mail:focus ~ label[for="mail"]:after{
    content: ' ';
}
#reviws:focus ~ label[for="reviws"]:after{
    content: ' ';
}
  .on_stock:after{
      display: none!important;
  }
  .on_stock_no_prod:after{
    display: none!important;
}
  .on_stock{
    color: #229197!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .on_stock_no_prod{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .on_stock img{
    margin-right: 8px;
  }
  .on_stock_no_prod img{
    margin-right: 8px;
    margin-bottom: 2px;
  }
  .product_descr_title h1{
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    margin: 20px 0;
    max-width: 540px;
  }
  .product_descr_title p{
    font-size: 16px;
    line-height: 19px; 
    margin-bottom: 20px;
  }
  .product_price{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .old_price{
    text-decoration: line-through;
    color: #555555;
    font-size: 18px;
    line-height: 22px;  
  }
  .btn_delete{
      position: absolute;
      top: 15px;
      right: 20px;
      cursor: pointer;
  }
  .btn_delete:hover svg{
      fill: #229197;
  }
  .btn_delete svg{
      fill: #A0A0A0;
  }
  .new_price{
    color: #F25C54;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    margin: 0 20px; 
  }
  .new_price_no_prod{
      color: #262626;
      margin: 0;
  }
  .sele_block{
    width: 48px;
    height: 22px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    background: #F25C54;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product_select_descr{
      margin-top: 24px;
      background: #F4F9F9;
      padding: 20px 5px 25px 30px;
      margin-bottom: 30px;
      max-width: 430px!important;
     
  }
  .product_select_descr ul{
    max-width: 390px; 
  }
.product_select_descr ul li{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #555555;
    font-size: 14px;
    line-height: 17px;
    max-width: 390px;
}

.product_select_descr ul li:not(:last-child){
    margin-bottom: 10px;
}
  .product_select_descr ul li:before{
      content: '';
      width: 6px;
      min-width: 6px;
      height: 6px;
      -webkit-border-radius: 6px;
              border-radius: 6px;
      background-color: #229197;
      display: block;
      margin-right: 10px;
  }
  .product_select_descr ul li span{
      font-weight: 600;
      margin-left: 10px;
      color: #262626;
  }
  .product_reviews{
    background: #FDFCE8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 172px;
    height: 142px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .product_reviews h3{
      margin-top: 26px;
      font-weight: 600;
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 6px;
  }
  .reviews_status{
      margin-bottom: 9px;
  }
  .product_reviews a{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    line-height: 17px;
  }
  .btn_group_buy{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .quantity_product{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    border: 1px solid #EDEDED;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 23px;
            border-radius: 23px;
    width: 130px;
    height: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    line-height: 17px;
    margin-right: 30px;
  }
  .quantity_product span{
    color: #A0A0A0; 
    cursor: pointer;
  }
  .quantity_product span:first-child{
    margin-right: 28.33px;
  }
  .quantity_product span:last-child{
      margin-left: 27.33px;
  }
  .btn_buy{
      min-width: 192px;
      width: 192px;
      height: 46px;
      -webkit-border-radius: 23px;
              border-radius: 23px;
      line-height: 17px;
      margin-right: 30px;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
  }
  .btn_buy img{
      margin-right: 10px;
      margin-top: 3px;
  }
  .buy_one_click{
      min-width: 196px;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      width: 196px;
      height: 46px;
      border: 1px solid #229197;
      -webkit-border-radius: 23px;
              border-radius: 23px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      outline: none;
      background-color: transparent;
      color: #229197;
      line-height: 17px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer;
      margin-right: 30px;
  }
  .buy_one_click:hover{
      background-color: #229197;
      color: #fff;
  }
  .block_like_it{
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4;
      cursor: pointer;
      background-image: url(../img/product/like_it_none.svg);
      width: 22px;
      height: 22px;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
  }
  .block_like_it.active{
    background-image: url(../img/product/like_it_full.svg);
  }
  .block_like_it_no_product{
      -webkit-flex-basis: auto!important;
          -ms-flex-preferred-size: auto!important;
              flex-basis: auto!important;
  }
  .in_stock_btn{
    background: #F4D35E; 
    -webkit-border-radius: 23px; 
            border-radius: 23px;
    width: 239px;
    height: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
    line-height: 17px;
    border: none;
    outline: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 30px;
  }
  .in_stock_btn:hover{
      opacity: 0.8;
  }
  .block_like_it:hover{
    background-image: url(../img/product/like_it_full.svg);
  }
  .title_sl{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 13px;
      margin-top: 90px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 13px;
      border-bottom: 1px solid #EDEDED;
  }
  .title_sl h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 37px; 
  }
  .arrow_block_sl{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .arrow_block_sl a{
    line-height: 17px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 20px;
  }
  .arrow_block_sl a:hover{
      color: #229197;
  }
  .left_arrow, .right_arrow{
    min-width: 40px;
    min-height: 40px;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 5px solid #fff;
  }
  .left_arrow img, .right_arrow img{
    width: 11px;
    height: 11px;
    display: block;
  }
  .ul_phone{
      position: relative;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      height: 22px;
      width: 100%;
  }
  .phone_list{
      overflow: hidden;
      position: absolute;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      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;
      background-color: #fff;
  }

  .phone_list li{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer;
      padding: 8px  5px;
      padding-left: 13px;
      padding-right: 10px;
  }
  .phone_list li:hover:last-child{
      background-color: #229197;
      color: #fff;
  }
  .phone_list_active{
     height: 22px;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     -webkit-border-radius: 0;
             border-radius: 0;
     -webkit-box-shadow: none;
             box-shadow: none;
     padding: 0;
  }
  .sl_brandd{
    margin-top: 20px;
}
  .link_up{
      position: fixed;
      bottom: 25px;
      right: 25px;
      width: 45px;
      height: 45px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #229197;
      -webkit-border-radius: 40px;
              border-radius: 40px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer;
      z-index: 4;
  }
  .footer_call_back h4{
      font-size: 18px;
      margin-bottom: 10px;
  }
  @media screen and (max-width: 768px){
    .link_up{
        display: none
    }
  }
  .link_up:hover{
      opacity: 0.8;
  }
  .link_up_active{
      width: 0;
      height: 0;
      display: none;
  }
  .left_arrow, .right_arrow{
      -webkit-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in;
  }
  .left_arrow:hover, .right_arrow:hover{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40px;
      height: 40px;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      border: 5px solid #EDEDED;
  }
  .product_cart{
      /* width: 282px!important; */
      max-width: 282px;
      width: 100%;
      position: relative;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
  }
  .container_n .product_cart{
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
      margin-left: 15px;
      margin-right: 15px;
  }
  .product_cart:hover .product_cart_img{
    border: 1px solid #229197;
  }
  .slick-initialized .slick-slide.product_cart_wrap{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;    
  }
  .product_cart_wrap{
      /* flex-basis: 20%; */
      /* display: flex!important; */
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
  .product_cart_img{
     width: 100%; 
     border: 1px solid #EDEDED;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .product_cart_img img{
      max-width: 100%;
      height: auto;
  }
  .like_it_small{
      position: absolute;
      top: 16.82px;
      right: 15.76px;
      width: 20px;
      height: 20px;
      cursor: pointer;
      background-image: url(../img/product/like_it_none.svg);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 21px 21px;
  }
  .like_it_small_full{
    background-image: url(../img/product/like_it_full.svg);
  }
  .like_it_small:hover{
      background-image: url(../img/product/like_it_full.svg);
      background-size: 21px 21px;
  }
  .product_cart_reviews_wrap{
      padding-top: 13px;
      padding-bottom: 11px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative;
      z-index: 0;
      background-color: #fff;
  }
  .sl_product_wrap, .sl_product_wrap2, .random-products, .sl_product_wrap_new, .sl_product_wrap_hit{
      padding-top: 30px;
      /* height: 506px; */
      /* display: inline-block; */
      /* justify-content:space-between; */
  }
  .sl_product_wrap2, .random-products{
      margin-bottom: 90px;
  }
  .product_cart_reviews{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }
  .product_cart_reviews picture{
      margin-right: 5px;
  }
  .product_cart_reviews_link{
    color: #A0A0A0;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    font-size: 13px;
    line-height: 16px;
  }
  .product_cart_title h3{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px; 
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .product_cart_title h3:hover{
      color: #229197;
  }
  .product_cart_title p, .product_cart_title strong, .product_cart_title div{
    color: #A0A0A0; 
    font-size: 13px;  
    line-height: 18px;
  }
  .product_cart_price_buy{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .product_cart_title{
      margin-bottom: 10px;
      position: relative;
      /* z-index: 10; */
      background-color: #fff;
  }
  .product_cart_price_buy h5{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-right: 20px; 
  }
  .btn_buy_prod{
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;  
    -webkit-border-radius: 50px;  
            border-radius: 50px;
  }
  .main_reviews{
      margin-top: 144px;
  }
  .main_brand_wrar{
      margin: 0 5px;
  }
  .main_brand{
      width: 100%;
  }
  .main_brand img{
      /* width: 90%; */
  }
.main_reviews h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    padding-bottom: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #EDEDED;  
    margin-bottom: 60px;
}
.reviews_prev{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.reviews_prev h3{
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
}
.reviews_prev p{
    color: #A0A0A0;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 11.83px;
    margin-bottom: 40px;
}
.reviews_prev form{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -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;
}
.block_add_stars{
    margin-bottom: 43px;
}
.reviews_prev form input{
    outline: none;
    border: none;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.input_100{
    margin-bottom: 0!important;
}
.reviews_prev form input::-webkit-input-placeholder{
    color: #262626;
    font-size: 16px;
    line-height: 19px;
}
.reviews_prev form input::-moz-placeholder{
    color: #262626;
    font-size: 16px;
    line-height: 19px;
}
.reviews_prev form input:-ms-input-placeholder{
    color: #262626;
    font-size: 16px;
    line-height: 19px;
}
.reviews_prev form input::-ms-input-placeholder{
    color: #262626;
    font-size: 16px;
    line-height: 19px;
}
.reviews_prev form input::placeholder{
    color: #262626;
    font-size: 16px;
    line-height: 19px;
}
.reviews_prev form p{
    font-size: 12px;
    line-height: 15px;
    color: #A0A0A0;
}
.input_100{
    width: 100%;
}
.input_50:first-child{
    margin-right: 30px;
}
.input_50{
    width: 380px;
}
.btn_reviews{
    width: 168px;
    height: 46px;
    -webkit-border-radius: 23px;
            border-radius: 23px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 30px;
}
.btn_reviews:hover{
    opacity: 0.8;
}
.reviews_name{
    margin-right: 93.33px;
}
.reviews_all_wrap{
    width: 100%;
    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;
}
.reviews_all{
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1010px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 20px;
}
.block_pagination_wrar{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
}
.pagination_num{
    min-width: 49px;
    height: 49px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #EDEDED;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 16px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pagination_num:hover{
    border: 1px solid #229197;
}
.pagination_num_active{
    border: 1px solid #229197;
}
.pagination_arrow_l{
    cursor: pointer;
    margin-left: 14px;
}
.block_pagination{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.block_pagination span{
    margin-right: 16px;
}
.reviews_name h4{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}
.reviews_name span{
    font-size: 14px;
    line-height: 17px;
    color: #A0A0A0;
}
.reviews_stars_name{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px;
}
.reviews_stars_name picture{
    margin-right: 6.67px;
}
.reviews_text{
    max-width: 822px;
}
.reviews_text p{
    font-size: 15px;
    line-height: 21px;
    color: #555555;
    max-width: 822px;
}
.answer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.answer small{
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
}
.answer_yes{
    margin-right: 20px;
}
.answer_yes, .answer_no{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.btn_back{
    line-height: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;  
    -webkit-box-align: center;  
    -webkit-align-items: center;  
        -ms-flex-align: center;  
            align-items: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-right: 15px;
}
.btn_back:hover{
    color: #229197;
}
.btn_back img{
    margin-right: 9px;
}
.btn_back:before{
    width: 50px;
    height: 50px;
    content: "";
    /* background-image: url(../img/filter/LeftArrow.svg);
    background-size: contain; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    background-color: #F4F9F9;
    right: 30px;
    position: absolute;
    z-index: -1;
}
.bread_crumbs_filter_wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
}
.answer_yes p, .answer_no p{
    line-height: 20px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    margin-right: 8px;
    cursor: pointer;
    color: #262626;
    margin-bottom: 0;
}
.answer_yes span, .answer_no span{
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 28px;
            border-radius: 28px;
}
.answer_yes span{
    color: #229197;
    background: #F4F9F9;
}
.answer_no span{
    color: #F25C54;
    background: #F9F4F4;
}
.container_full{
    width: 100%;
    /* margin: 0 auto; */
}
.main_sl{
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
}
.main_sl_wrap {
    outline: none;
    width: 100%!important;
}
.main_sl_wrap img{
    width: 100%;
}
.slick-slide img{
    border: none;
    margin: auto;
}
.slick-slider:focus {
    outline: none;
}
.sl_brand{
    padding-top: 22px;
}
.brand{
    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;
    cursor: pointer;
}
.brand span{
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.sticker_new, .sticker_hit, .sticker_sele{
    position: absolute;
    width: 48px;
    height: 22px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    top: 15px;
    left: 15px;
    font-family: 'Montserrat Alternates', sans-serif;
    padding-bottom: 2px;
    z-index: 2;
}
.product_price .sticker_new, .product_price .sticker_hit, .product_price .sticker_sele{
    position: unset;
    margin-left: 10px;
}
.sticker_new{
    background-color: #2AA980;
}
.sticker_hit{
    background: #EB913A;
}
.sticker_sele{
    background: #F25C54;
}
.main_brand{
    border: 1px solid #EDEDED; 
    background: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 126px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}
.main_brand:hover{
    border: 1px solid #229197;
}
.main_brand img{
    display: block;
}
.container_brand{
    width: 100%;
  max-width: 1500px;
}
.title_sl_brand{
    margin-left: 0;
    margin-right: 13px;
  
}
.slick-initialized .slick-slide{
    outline: none;
}
.slick-dots li.slick-active button:before{
   color: #229197;
   font-size: 8px;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{
    color: #229197;
}
/* filter */
.btn_filter{
    width: 150px;
    height: 46px;
    margin-bottom: 10px;
    display: none;
    -webkit-border-radius: 15px;
            border-radius: 15px;
}
.filter{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-top: 40px;
}
.filter_wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
}
.filter_wrap{
    width: 282px!important;
    min-width: 282px;
    background: #F4F9F9;
    padding: 0px 15px 19px 15px;
    margin-right: 15px;
}
.filter_brand_hide, .filter_range_wrap_hide, .custom_checkbox_brand_wrap1_hide,
.custom_checkbox_brand_wrap2_hide{
    display: none;
}
.filter_brand_title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    cursor: pointer;
}
.filter_brand_title h5{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
.seleact_alf{
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 20px;
}
.seleact_alf:hover{
    color: #229197;
}
.custom_checkbox_brand{
    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;
    max-height: 210px;
    overflow-y: auto;
    margin-bottom: 30px;
    
}
.border_filter{
    border-top: 1px solid #D1D1DE;
    width: 100%;
    height: 1px;
}
.custom_label{
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.custom_label:hover{
    color: #229197;
}
.custom_checkbox{
    margin-right: 10px;
}
.after_custom_checkbox{
    position: absolute;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #D1D1DE;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.custom_checkbox:checked + .after_custom_checkbox{
    background: #229197;
    background-position: center center;
    background-image:url(../img/filter/v.png); 
    background-repeat: no-repeat;
    border: 1px solid #229197;
}
.custom_label small{
    color: #A0A0A0;
    margin-left: 5px;
}
.custom_checkbox:disabled + .after_custom_text{
    color: #A0A0A0;
}
.category_in_category::-webkit-scrollbar {
    height: 0;
}
    ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    cursor: pointer;
  }
  ::-webkit-scrollbar-thumb {
    background: #229197; 
  }
  ::-webkit-scrollbar-track {
    background: #fff; 
  }
  ::-moz-scrollbar {
    width: 4px;
    height: 4px;
    cursor: pointer;
  }
  ::-moz-scrollbar-thumb {
    background: #229197; 
  }
  ::-moz-scrollbar-track {
    background: #fff; 
  }
  *{
    scrollbar-width: 3px;
    scrollbar-color: #229197 #fff;
    scrollbar-width: thin;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
  }
  .custom_checkbox_brand::-moz-scrollbar {
    width: 4px;
    height: 4px;
    cursor: pointer;
  }
  .custom_checkbox_brand::-moz-scrollbar-thumb {
    background: #229197; 
  }
  .custom_checkbox_brand::-moz-scrollbar-track {
      background: #fff; 
  }
  .filter_nums{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 20px;
      padding-bottom: 30px;
  }
  .filter_num_min, .filter_num_max{
      width: 110px;
      height: 40px;
      background-color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .filter_num_min span, .filter_num_max span{
      margin-left: 5px;
  }
  .filter_brand_title{
    padding-top: 22px;
    padding-bottom: 22px;
}
.clear_filter{
    width: 100%;
    height: 46px;
    margin-top: 25px;
}
.noUi-handle, .noUi-handle-upper{
    outline: none;
    background-color: #fff;
    border: 4px solid #229197;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 0px;
            border-radius: 0px;
}
.noUi-handle-lower{
    right: -20px!important;
}
.arrow_filter{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.arrow_filter_brand_active{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.noUi-horizontal .noUi-handle{
    width: 21px;
    height: 21px;
    top: -9px;
    right: -1px;
}
.noUi-handle:before, .noUi-handle:after{
    display: none;
}
.noUi-connect{
    background: #229197;
}
.noUi-touch-area{
    
}
.noUi-connects{
    background-color: #D1D1DE;
    -webkit-border-radius: 0;
            border-radius: 0;
    height: 3px;
    top: -1px;
}
.noUi-target{
    background-color: #D1D1DE;
    -webkit-border-radius: 0;
            border-radius: 0;
    height: 3px;
}
.list_product_filter_wrap{
    min-width: 100%;
}
#ocfilter + .list_product_filter_wrap, #ocfilter + script + script + .list_product_filter_wrap{
    max-width: 1217px;
    width: 1300px;
    min-width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    /* padding-right: 15px;
    padding-left: 15px; */
}
#ocfilter + .list_product_filter_wrap, #ocfilter + script + .list_product_filter_wrap{
    max-width: 1217px;
    width: 1300px;
    min-width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    /* padding-right: 15px;
    padding-left: 15px; */
}
.bread_crumbs_filter{
    margin: 0;
    margin-bottom: 40px;
}
.list_product_filter_wrap h1{
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
}
.category_in_category{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.category_in_category li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.category_in_category li:hover{
    color: #229197;
}
.category_in_category li span{
    margin-left: 5px;
    color: #A0A0A0;
}
.block_sorting{
    /* margin-top: 13px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #F4F9F9;
    padding-left: 30px;
    padding-right: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.block_sorting select{
    -webkit-appearance: none; 
    padding-right: 24px;
    cursor: pointer;
}
.sorting_list, .max_element_wrap{
    background: url(../img/mdi_keyboard_arrow_left.svg) right center no-repeat;
    background-size: 20px;
    cursor: pointer;
}
.sorting, .max_element{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.sorting span, .max_element span{
    font-size: 16px;
    line-height: 19px;
    color: #A0A0A0;
    margin-right: 10px;
    padding: 5px;
}
.sorting_list img, .max_element_wrap img{
    margin-left: 14px;
    top: -2px;
    position: relative;
}
.sorting_list, .max_element_wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
   
}
.sorting_list ul, .max_element_wrap ul{
    max-height: 26px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sorting_list_active ul{
    max-height: 100%;
    border: 1px solid #EDEDED;
}
.max_element_wrap_active ul{
    max-height: 100%;
    border: 1px solid #EDEDED;
}
.sorting_list ul li, .max_element_wrap ul li{
    font-size: 16px;
    line-height: 19px;
    padding: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.sorting_list ul li:hover, .max_element_wrap ul li:hover{
    background-color: #229197;
    color: #fff;
}
.sorting_list ul li:hover:first-child, .max_element_wrap ul li:hover:first-child{
    background-color: transparent;
    color: #262626;
}
.arrow_sort{
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.arrow_sort_active{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.product_list_filter{   
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    /* justify-content: space-between; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 30px;
}
.product_list_filter>.product_cart{
    max-width: -webkit-calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    background: #fff;
}
.product_list_filter>.product_cart .product_cart_img{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.product_list_filter>.product_cart img{
    max-width: 100%;
    height: auto;
}
.product_cart_filter{
    margin-bottom: 30px;
}
.product_cart_no_text, .product_cart_no_btn{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 15px;
}
.product_cart_no_text{
    position: relative;
    background-color: #fff;
    /* z-index: 10; */
}
.product_cart_no_text p{
    font-size: 16px;
    line-height: 19px;
    color: #F25C54;
}
.product_cart_no_btn{
    position: absolute;
    /* bottom: 100px; */
    top: 278px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 9;
    background-color: #fff;
    padding-bottom: 19px;
    opacity: 0;
}
.product_cart_no:hover .product_cart_no_btn{
    /* bottom: -55px; */
    top: 100%;
    opacity: 1;
}
.product_cart_no_btn button{
    width: 239px;
    height: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F4D35E;
    -webkit-border-radius: 23px;
            border-radius: 23px;
    line-height: 17px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    outline: none;
}
.product_cart_no_btn button:hover{
    opacity: 0.8;
}
.block_pagination_wrar_filter{
    margin-top: 100px;
}
.title_sl_filter{
    margin-top: 50px;
}
.block_bg_filter{
    margin-top: 90px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.seo_text{
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    background-color: #F4F9F9;
    padding-bottom: 59px;
}
.seo_text_col{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.seo_text h1{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 55px;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 40px;
}
/* .seo_text span{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 55px;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 40px;
} */
.seo_text_col h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.seo_text_col p{
    font-size: 15px;
    line-height: 21px;
    color: #555555;
    margin-bottom: 30px;
}
/* .seo_text_col a{
    margin-top: -10px;
    display: block;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    transition: 0.3s;
} */
.seo_text_col a:hover{
    color: #229197;
}
.seo_text_col_l, .seo_text_col_r{
    max-width: 750px;
}
/* news */
.news{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.news h1{
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 30px;
}
.block_news_wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 50px;
    border-bottom: 1px solid #EDEDED;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.block_news{
    position: relative;
    margin-bottom: 60px;
    width: 48%;
    overflow: hidden;
}
.block_news img:hover{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.5;
}
/* .block_news:nth-child(2n){
    margin-left: 60px;
} */
.block_news img{
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block_news_title{
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: #fff;
    width: 92%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
}
.block_news_date{
    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;
    padding: 15px 25px;
}
.block_news_date h5{
    color: #229197;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}
.block_news_date span{
    color: #A0A0A0;
    line-height: 14px;
    margin-bottom: 5px;
}
.block_news_title a{
    padding-left: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; 
}
.block_news_title a h2{
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block_news_title a h2:hover{
    color: #229197;
}
.block_pagination_news{
    margin-bottom: 90px;
}
/* one_news*/
.one_news{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.one_news_img{
    width: 100%;
    margin-bottom: 40px;
}
.one_news img{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1112px;
}
.one_news h1{
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
    text-align: center;
}
.one_news span{
   text-align: center;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
       -ms-flex-pack: center;
           justify-content: center;
   color: #A0A0A0;
   line-height: 17px;
   margin-bottom: 30px;
}
.one_news p{
    max-width: 800px;
    color: #555555;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto; 
}
.one_news h3{
    margin: 40px auto; 
    max-width: 800px;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
}
.one_news p small{
    color: #229197;
    font-weight: 600;
    text-decoration: underline;
}
.quote_news{
    max-width: 800px;
    padding: 50px;
    margin: 0 auto;
    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;
    margin-bottom: 90px;
    margin-top: 59px;
    background: #F4F9F9;
    position: relative;
}
.quote_news picture{
    position: absolute;
    top: -20px;
}
.quote_news p{
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 0!important;
}
.one_news p:last-child{
    margin-bottom: 90px;
}
/* contact */
.contact{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.contact_wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
}
.contact_info h1{
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 40px;
}
.contact_adress p, .contact_phone p, .contact_mail p,
.contact_works_day p, .contact_social p{
    font-size: 14px;
    line-height: 17px;
}
.contact_phone p, .contact_mail p,
.contact_works_day p, .contact_social p{
    margin-bottom: 15px;
}
.contact_adress address{
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    margin-top: 17px;
    margin-bottom: 50px;
}
.contact_phone ul li a{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #262626;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 5px;
}
.contact_phone ul a li:hover{
    color: #229197;
}
.contact_phone_mail, .contact_works_days_social{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contact_phone_mail{
    margin-bottom: 50px;
}
.contact_mail a span{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;  
    color: #262626;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact_mail{
    margin-right: 10px;
}
.contact_mail a span:hover{
    color: #229197;
}
.contact_works_day{
    margin-right: 155px;
}
.contact_works_day small{
    display: block;
    color: #262626;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    max-width:  171px;
}
.social_icon ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;  
}
.social_icon ul li{
    margin-right: 2px;
    -webkit-border-radius: 33px;
            border-radius: 33px;
    border: 3px solid transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-self: start;
        -ms-flex-item-align: start;
            align-self: start;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    padding: 2px;
}
.social_icon ul li:last-child{
    margin: 0;
}
.social_icon ul li:hover{
    padding: 2px;
    border: 3px solid #229197;
}
.contact_phone{
    margin-right: 175px;
}
.contact_map{
    position: relative;
}
.marker_map_wrap{
    position: absolute;
    width: 81px;
    height: 81px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(34, 145, 151, 0.1);
    top: 50%;
    left: 50%;
    cursor: pointer;
    -webkit-border-radius: 81px;
            border-radius: 81px;
}
.contact_map picture{
    width: 100%;
}
.contact_map picture img{
    width: 100%;
}
.marker_map{
    width: 15px;
    height: 15px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    border: 4px solid #fff;
    background-color: #229197;
}
.mail_back{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.contact_send_mail{
    width: 100%;
    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;
}
.contact_send_mail h4{
    margin-top: 108px;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
}
.contact_send_mail form{
    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;
}

.contact_send_mail form input{
    border: none;
    outline: none;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 10px;
}
.contact_send_mail form input::-webkit-input-placeholder{
    font-size: 16px;
    line-height: 19px;
    color: #262626;
}
.contact_send_mail form input::-moz-placeholder{
    font-size: 16px;
    line-height: 19px;
    color: #262626;
}
.contact_send_mail form input:-ms-input-placeholder{
    font-size: 16px;
    line-height: 19px;
    color: #262626;
}
.contact_send_mail form input::-ms-input-placeholder{
    font-size: 16px;
    line-height: 19px;
    color: #262626;
}
.contact_send_mail form input::placeholder{
    font-size: 16px;
    line-height: 19px;
    color: #262626;
}
.fotm_top{
    margin-bottom: 41px;
}
.fotm_top input{
    width: 400px;
    max-width: 380px;
}
.fotm_top input:first-child{
    margin-right: 28px;
}
/* form input:focus{
    border-bottom: 1px solid #229197;
    transition: 0.3s;
} */
.question_input{
    width: 820px;
    max-width: 808px;
}
.form_bottom{
    margin-top: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form_bottom input{
    max-width: 529px;
    width: 530px;
}
.btn_send_mail{
    width: 166px;
    height: 46px;
    margin-top: 40px;
    margin-bottom: 15px;
    -webkit-border-radius: 23px;
            border-radius: 23px;
}
.contact_send_mail form p{
    font-size: 12px;
    line-height: 15px;
    color: #A0A0A0;
    margin-bottom: 90px;
}

/* Выпадающий список: */
.select ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: 1px solid #229197;
  width: 150px;
  position: absolute;
  background-color: #fff;
  font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    z-index: 11;
}

/* Пункт списка: */
.select ul li {
  padding: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #262626;
}

/* Наведение на пункт списка: */
.select ul li:hover {
  background: #229197;
  color: #fff;
}

/* Выбор option "Please Select": */
.select__gap {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #262626;
  padding-right: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Стрелочка: */
.select__gap:after {
  content: '';
  position: absolute;
  right: 0;
  border-top: 5px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.header_call_back_phone_wrap a{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header_call_back_phone_wrap a:hover{
    color: #229197;
}
.header_call_back_phone_wrap ul{
    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;
    /* position: absolute; */
    /* background-color: #fff; */
   
}
.btn_call_back_disable{
    margin-top: 5px;
}
.header_phone{
    /* background-color: #fff; */
    height: auto;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
            border-radius: 5px; 
    top: 20px;
    position: absolute;
    padding: 8px 10px 11px 13px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
}
.header_phone_disable{
    height: 22px;
    padding: 0;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 0;
}
.header_phone span{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header_phone span img{
    margin-left: 6px;
    cursor: pointer;
}
.header_call_back_phone_wrap ul li{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    margin: 10px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header_call_back_phone_wrap ul li:hover{
    color: #229197;
}
.header_call_back_phone_wrap ul li:last-child{
    margin: 0;
}
.header_call_back_phone_wrap ul a{
    -webkit-transition: 0.3;
    -o-transition: 0.3;
    transition: 0.3;
}
.header_call_back_phone_wrap ul a:hover{
    color: #229197;
}
.sub_ul{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    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;
}
.arrow_categ_nav span{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #222;
    font-size: 18px;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.arrow_categ_nav_link h3{
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 97%;
    -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;
}
.arrow_categ_nav_link h3 img{
    margin-right: 15px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 8px;
    height: 8px;
}
.arrow_categ_nav_link{
    position: absolute;
    background-color: #fff;
    top: 0;
    left: -100%;
    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;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    height: 100%;
}
.arrow_categ_nav_link li{
    margin: 0!important;
    border: none;
    padding: 0;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #eaeaea;
}
.arrow_categ_nav_link a{
    padding: 0!important;
   
    
}
.arrow_categ_nav span img{
    margin-right: 15px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.arrow_categ_nav{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.arrow_mob{
    margin-left: 10px;
    width: 8px;
    height: 8px;
}
.wrap_img_sl{
    width: 100%;
    max-height: 100%;
    cursor: pointer;
}
.wrap_img_sl img{
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: inherit;
       object-position: inherit;
}
.btn_filter_wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.badge{
    background: rgba(255,255,255,0);
}
input[type=checkbox], input[type=radio]{
    margin: 0;
}
input[type=checkbox]{
    margin-right: 10px;
}
.after_custom_checkbox{
    top: 1px
}

@media screen and (max-width: 600px){
    .total_price{
        flex-flow: row wrap;
    }
    .total_price>*{
        max-width: 50%;
    }
    .total_price>.price_card{
        flex-basis: unset;
        order: -1;
        width: 100%;
        max-width: 100%;
    }
    .total_price>.close-cart-btn{
        opacity: 0.8;
    }
}