.category_info .content.full_width_content {
    width: 100%;
}
.mobile-menus{
        display: none;
    }
    header .cont{
        width: 100%;
        max-width: 1328px;
        margin: 0 auto;
        padding: 0 24px;
    }
    .header-top-line{
        background: rgba(10, 114, 103, 1);
        padding: 17px 0;
    }
    .header-top-line a, header .location .current{
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        font-size: 14px;
    }
    header .location .current{
        margin: 0 8px;
    }
    ul.top-line-list{
        display: flex;
        list-style: none;
    }
    ul.top-line-list li{
        margin-right:30px;
    }
    .header-top-line-block{
        display: flex;
        justify-content: space-between;
    }
    /* ================ */
    .header-main-line{
        background: rgba(16, 133, 120, 1);
        padding: 10px 0;
    }
    header .logo {
        color: inherit;
        display: block;
        width: 148px;
        height: 48px;
        text-decoration: none;
        background: transparent;
    }
    header .links a, header .contacts .phone a {
        color: #FFF;
    }
    header .contacts .phone{
        font-weight: 400;
    }
    header .contacts .callback_btn{
        color: rgba(255, 255, 255, 0.8);
        font-weight: 400;
    }
    .top-contacts-btns{
        display: flex;
    }
    .top-contacts-btns button:hover, .top-contacts-btns a:hover{
        text-decoration: none;
        color: #efd944;
    }
    .top-wha-link{
        margin-left: 18px;
    }
    header .cart_link {
        width: 74px;
        height: 80px;
        background: inherit;
        border-right: 2px solid rgba(36, 153, 140, 1);
        margin-left: 0;
    }
    
    header .cart_link:hover, header .cart_link:hover .top-cart-title{
        color: #efd944;
    }
    header .cart_link:hover svg path{
        stroke: #efd944;
    }
    
    header .header-top-line .location{
        display: block
    }
    .header-main-line .cart_link:nth-of-type(1){
        border-left: 2px solid rgba(36, 153, 140, 1);
        margin-left: auto;
    }
    /* ================ */
    .mobile-menus-btns{
        display: flex;
        align-items: center;
    }
    
    .show-public-menu, .show-catalog-menu{
        display: flex;
    }
    .show-public-menu{
        background: rgba(36, 153, 140, 1);
        color: #FFF;
        width: 30%;
        padding: 11px 0;
        text-decoration: none;
        padding-left: 24px;
    }
    .close-pub-menu{
        display: none;
    }
    .show-public-menu.open .open-pub-menu{
        display:none;
    }
    .show-public-menu.open .close-pub-menu{
        display: block;
    }
    
    /**/
    .show-catalog-menu{
        background: rgba(16, 133, 120, 1);
        color: #FFF;
        width: 70%;
        padding: 11px 0;
        text-decoration: none;
        padding-left: 20px;
    }
    .close-cat-menu{
        display:none
    }
     .show-catalog-menu.open .open-cat-menu{
        display:none;
    }
    .show-catalog-menu.open .close-cat-menu{
        display: block;
    }
    
    /**/
    .show-public-menu svg, .show-catalog-menu svg{
        margin-right: 10px;
    }
    
    
    .mobile-menu-public-menu{
        background: rgba(36, 153, 140, 1);
        height: 100%;
        position: fixed;
        width: 100%;
        padding: 0 40px;
        left: -100%;
        transition: left .25s;
    }
    .mobile-menu-public-menu.open{
        left: 0;
    }
    
    .mobile-menu-public-menu a{
        color: rgba(255, 255, 255, 1);
        font-size: 24px;
        text-decoration: none;
    }
    
    /* ================ */
    .mobile-menu-catalog-menu{
        background: rgba(16, 133, 120, 1);
        height: 100%;
        position: fixed;
        width: 70%;
        padding: 0 40px;
        right: -100%;
        transition: right .25s;
    }
    .mobile-menu-catalog-menu.open{
        right: 0;
    }
    
.main_slider .btn{
    line-height: 77px;
}
.cart_link .small-cart-info{
    display: none;
}
.cart_link.full .small-cart-info{
    display: block;
}

/* ================ */
.modal.cities-modal {
    color: #999;
    background: #FFF;
    padding: 40px;
    border-radius: 0;
}
.modal.cities-modal a{
    color: #999;
}
.mcs-dialog .title {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #006d5b;
    vertical-align: top;
    padding-top: 3px;
    margin-bottom: 1rem;
}

.mcs-dialog .cities .cities-group {
	    position: relative;
	    padding-top: 1px;
	    padding-left: 30px;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.mcs-dialog .cities .cities-group .first-letter-cities {
	    position: absolute;
	    top: 0;
	    left: 0;
	    font-size: 14px;
	    color: #006d5b;
	}
	.mcs-dialog a {
	    font-size: 16px;
	    line-height: 22px;
	    color: #828282;
	    text-decoration: none;
	}
	.mcs-dialog .country a.active, .mcs-dialog .province a.active, .mcs-dialog .city a.active {
        color: #006d5b;
        font-weight: bold;
        text-decoration: none;
    }
/* ================ */

.product_simple_head .data:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) -1.03%, rgba(0, 0, 0, 0.05) 100%);
    
}
.text_block h2 {
    color: #0a7267;
}
/* ================ */
.form .input{
    color: #FFF;
}

/* ================ */
.top-cart-title{
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
}
header .links .lractive a:after{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 30px;
    height: 4px;
    margin: 14px auto 0;
    content: '';
    transition: width .3s linear;
    border-radius: 100px;
    background: #efd944;
}
header{
    z-index:999;
}
.ms2_form.form input{
    color: #000;
}
/******  *******/
header .langs a.active{
    color: #FFF;
    line-height: 20px;
    width: auto;
    height: auto;
    font-weight: bold;
    text-align: center;
    border: none;
}
header .langs a{
    color: rgba(255, 255, 255, 0.5);
}
/******  *******/
.tvtable th:nth-of-type(3), .tvtable td:nth-of-type(3){
    display: none;
}

/******  *******/
/******  *******/
header .cont{
    position: relative;
}
/* .links.row>.has-child>.menu-childs{
    display: none;
} */
.links.row>.has-child>.menu-childs, .links.row>.has-child>.lractive>.menu-childs{
    /* display: none; */
    position: absolute;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    left: 0;
    background: #FFF;
    border-radius: 20px;
    padding: 0;
    height:0px;
    overflow:auto;
    transition: height .15s, padding .05s;
}
.links.row>.has-child:hover>.menu-childs{
    display: flex;
    justify-content: start;
    gap:35px;
    height: auto;
    padding: 40px 40px 50px;
}
/* .links.row>.has-child.active>.menu-childs{
    display: flex;
    justify-content: space-between;
} */

.menu-childs .menu-childs{
    display: block;
}
header .links .menu-childs a{
    color: #108578;
    border-bottom: 1px solid;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    margin-top: 10px;
}
header .links .menu-childs .has-child>a{
    color: #000;
    border-bottom: none;
}
header .links .menu-childs a:hover, header .links .menu-childs a.active{
    border-color: #FFF;
}
header .links .menu-childs a:hover:after, header .links .menu-childs a.active:after, header .links .menu-childs .lractive a:after {
    width: 0;
}
header .links .menu-childs .lractive a{
    color: #000;
}
header .links .has-child>a{
    padding-bottom: 10px;
}
/******  *******/
/******  *******/
footer .col {
    width: 220px;
}
.footer-soc{
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
    margin-top: 30px;
}
.footer-soc-links{
    display: flex;
    gap: 10px;
}

footer .links a{
    color: #FFF;
}
footer .links .border-links{
    border-bottom: 1px solid  rgba(255, 255, 255, 0.12);
    padding-bottom: 17px;
}
footer .links > * + * {
    margin-top: 10px;
}
footer .val > * + * {
    margin-top: 10px;
}
footer .links .phones .label{
    margin-top: 17px;
    margin-bottom: 10px;
}
footer .contacts{
    margin-top: 20px !important;
}
.footer-title{
    font-size: 20px;
    margin-bottom: 20px;
    color: #FFF;
    margin-top: 30px !important;
}
.footer-title:first-child{
    margin-top: 0 !important;
}

.links.footer-catalog-links a{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid;
    border-color:rgba(255, 255, 255, 0.5);
    transition: border-color .25s;
}
.links.footer-catalog-links a:hover{
    border-color:transparent;
}

footer .submenu{
    display: none;
}
/******  *******/
.porolon-block-title{
    display: flex;
    align-items: center;
    gap: 13px;
}
.pb-arrow{
    width: 24px;
    height: 24px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.links.footer-catalog-links a.parent-cat{
    color: #FFF;
    border-color: transparent;
}
.links.footer-catalog-links a.parent-cat:hover{
    border-color: #FFF;
}
.links.footer-porolon-links{
    width: 220px;
}
footer .porolon-block:nth-of-type(1) .submenu{
    display: block;
}

/******  *******/
header .langs{
    margin-left: 0;
}
/******  *******/

.search-block{
    position: relative;
    /* margin-left: auto; */
    width: 300px;
}
.search-block input[type=text]{
    width: 100%;
    height: 100%;
    border: none;
    padding: 5px;
    border-radius: 5px;
}
.search-block button{
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
}
.search-block button svg{
    width: 100%;
    height: 100%;
}
/******  *******/

    
/* ======= go media========= */
@media print, (max-width: 1023px){
        .links.row>.has-child:hover>.menu-childs {
            height: 0;
            padding: 0;
        }
        header .links a:hover:after, header .links a.active:after{
            width: 0;
        }
        /******  *******/
        footer .links + .links {
            display: block;
        }
        header .langs{
            padding-bottom: 15px;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            padding-top: 15px;
            font-weight: 400;
        }
        header .langs a.active{
            font-weight: 400;
        }
        .mobile-menus{
            display: block;
        }
        .mobile-menu-catalog-menu .links.row{
            display: block;
            padding-top:40px;
            margin-left: 0;
        }
        header .mobile-menu-catalog-menu .links > * + *{
            margin-left: 0;
            margin-top:25px;
        }
        header .mobile-menu-catalog-menu .links a{
            text-align: left;
            font-size: 24px;
            line-height: 120%;
        }
        
        body.openmenu{
            height: 100%;
            overflow: hidden;
        }
        header .location {
            margin-left: 0;
        }
        #mobphones .contacts{
            display: block;
        }
        header #mobphones .contacts{
            margin-left: 0;
            text-align: left;
            margin-top: 30px;
            padding: 0;
        }
        .mobile-menu-public-menu .location{
            display: block;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            padding: 20px 0;
            color: #FFF;
        }
        .mobile-menu-public-menu .location .current{
            color: #FFF;
        }
        .header-top-line-block {
            display: block;
            justify-content: space-between;
        }
        ul.top-line-list {
            display: block;
            padding: 50px 0px 0;
            list-style: none;
        }
        ul.top-line-list li {
            margin-right: 0;
            margin-bottom: 24px;
        }
        .header-top-line{
            display: none;
        }
        .header-main-line{
            background: rgba(10, 114, 103, 1);
        }
        header .logo {
            border-right: none;
        }
        .header-main-line .cart_link:nth-of-type(1) {
            margin-left: auto;
        }
        
        
        .mobile-menu-public-menu .has_question{
            margin-top: 40px;
        }
        .mobile-menu-public-menu .has_question{
            color: rgba(255, 255, 255, 0.5);
            font-size: 12px;
        }
        .mobile-menu-public-menu .has_question .title{
            font-size: 24px;
            color: #FFF;
            margin-bottom: 15px;
        }
        .has_question .btn {
            color: #000;
            font-size: 14px;
            font-weight: 500;
            line-height: 17px;
            width: 250px;
            height: 80px;
            margin-top: 30px;
            border-radius: 100px;
            background: #efd944;
            width: 232px;
            height: 72px;
        }
        .has_question .points {
            position: relative;
            width: 8px;
            height: 8px;
            margin-top: 30px;
            margin-left: 30px;
            border-radius: 50%;
            background: #efd944;
        }
        .has_question .points:before, .has_question .points:after {
            position: absolute;
            top: 0;
            left: 100%;
            display: block;
            width: 100%;
            height: 100%;
            margin-left: 20px;
            content: '';
            border-radius: 50%;
            background: rgba(239, 217, 68, .5);
        }
        .has_question .points:after {
            margin-left: 48px;
            background: rgba(239, 217, 68, .2);
        }
        .hq_btn_block{
            display: flex;
            align-items: center;
        }
        .mobile-menu-public-menu:before {
            position: absolute;
            z-index: -1;
            bottom: -272px;
            left: -272px;
            display: block;
            width: 544px;
            height: 544px;
            content: '';
            transform: rotate(90deg);
            pointer-events: none;
            border-radius: 50%;
            background: radial-gradient(50% 50% at 50% 50%, rgba(16, 133, 120, 0) 0%, #108578 100%);
        }
        
    }
    
    @media print, (max-width: 1279px){
        header .cart_link .icon {
            display: block;
            width: 26px;
            height: 26px;
        }
        header .cart_link {
            width: 46px;
            height: 30px;
        }
        .top-cart-title{
            display: none;
        }
    }

@media only screen and (max-width:767px){
    footer .links {
        display: block;
    }
    .main_slider .btn {
        line-height: 59px;
    }
}

@media only screen and (max-width: 480px){
    footer .contacts{
        margin-bottom: 20px;
    }
    footer .col {
        width: 100%;
        margin-bottom: 20px;
    }
}
