/* Vnymanye! Kazhdyj styl dolzhen vkljuchat header */
#top .icons,
header .icons {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
header .icon-li svg path,
#top .icon-li svg path {
    /* fill:var(--primary);  */
    /* stroke:var(--primary);  */
     /* fill:red;            */
    /*stroke:red;  */       
}
header .soc svg path + path,
nav#top .soc svg path + path {
    fill:transparent; 
}
header #recall,
#top #recall  {
    cursor:pointer
}
#form-language ul,
#form-currency ul,
#form-blog ul,
#pro-kom ul {
    margin-top: 5px;
}
/* Vnymanye! Kazhdyj styl dolzhen vkljuchat  #top */
/* top */

#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

#top #top-links {
    background: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

#top .btn-link,
#top #top-links li,
#top #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover,
#top #top-links a:hover {
    color: #444;
}

#top .icon-li {
    display: inline-flex;
    padding-left: 30px;
    list-style-type: none;
    align-items: center;
}
#top .icon-li.header-currancy,
#top .icon-li.header-lang,
#top .icon-li#pro-kom {
    padding-left:0px;
}
#top .icon-li.header-currancy ul,
#top .icon-li.header-lang ul,
#top .icon-li#pro-kom ul {
    padding-left:0px;
}
#top .icon-li span.icons {
    margin: 0px 5px 0px -26px;
}
#top #form-language .dropdown-menu li {
    padding-left:0px;
    /* display:flex; */
}
#top #form-language .dropdown-menu button {
    padding-left: 30px;
    display: flex;
    align-items: center;
}
#top #form-language .dropdown-menu li a {
    padding-left:40px
}
#top #top-links .dropdown-menu a {
    text-shadow: none;
    /* padding-left: 12px; */
    padding-right: 12px;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}



#top #top-links .dropdown-menu a:hover {
    background: none;
}

#top-links a + a {
    margin-left: 15px;
}
#top .list-inline {
    display:inline-flex;
}
/* Vnymanye! Kazhdyj styl dolzhen vkljuchat  header */
header .icon-li {
    padding-left: 30px;
    list-style-type: none;
}
header span.icons {
    width: 42px;
    height: 42px;
    display: flex;
    /* position: absolute; */
    border: 1px solid var(--border);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-right: 12px;
    cursor: pointer;
}
header span.icons.moon_icon {
    cursor:pointer;
    margin-right: 0px;
}
header .icon-li span.icons {
    margin: 0px 5px 0px -26px;
}

header .icon-li {
    display: inline-flex;
    padding-left: 30px;
    list-style-type: none;
    align-items: flex-start;
    align-items: center;
}
header .col {
    display:inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    overflow: visible;
}
header .header_action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
header .col .zmenu-h > ul > li > a, 
header .col .zmenu-h > ul > li > .link {
    border-bottom: 0px solid transparent;
}
header .col .zmenu-h > ul > li > a:before,
header .col .zmenu-h > ul > li > .link:before{
        content: '';
        width: 0%;
        height: 2px;
        background: var(--primary);
        opacity: 1;
        display: block;
        position: absolute;
        bottom: 0rem;
        left: 0;
        transition: width 0.3s;
}
header .col .zmenu-h > ul > li:hover > a:before,
header .col .zmenu-h > ul > li:hover > .link:before{
        width: 100%;
}
header .col .zmenu-h > ul > li:hover > a,
header .col .zmenu-h > ul > li:hover > .link{
    border-bottom:0px solid var(--primary);
    position: relative;
}
header .col .zmenu-h > ul > li.hassubmenu {
    position:relative;
    cursor: pointer;
}
header .col .zmenu-h > ul > li.hassubmenu >.dropdown{
    position:absolute;
    visibility: hidden;
    display:none;
    /* display: flex; */
    /* margin-top: -2px; */
    padding-top: 12px;
    border: 0px solid red;
}
header .col .zmenu-h > ul > li.hassubmenu >.dropdown .menu-list {
    /* width: 100%; */
    width: auto;
    /* max-width: 100%; */
}
header .col .zmenu-h > ul > li > a.haschild + .dropdown > .menu-list,
header .col .zmenu-h > ul > li > .link.haschild + .dropdown > .menu-list{
    /* display: flex; */
    /* position: relative; */
    position:absolute;
    display:block;
    height:0px;
}
@media(min-width:992px) {
header .col .zmenu-h > ul > li.hassubmenu:hover >.dropdown {
    /* position:absolute; */
    visibility: visible;
    z-index: 11;
    display:flex;
}
}
header .col .zmenu-h > ul > li > a.haschild + .dropdown ul,
header .col .zmenu-h > ul > li > .link.haschild + .dropdown ul{
    display:flex;
    flex-direction: column;
    /* border: 0px; */
    color: #fff;
    top: 0px;
    border-radius: 0px 0px 15px 15px;
    /* left: calc(100% + 1px); */
}
header .col .zmenu-h > ul > li > a.haschild + .dropdown ul ul,
header .col .zmenu-h > ul > li > .link.haschild + .dropdown ul ul{
    /* left: calc(100% + -46px); */
    background: var(--primary);
    border-radius: 0px 15px 15px 15px;
}
header .col .zmenu-h > ul > li > a.haschild + .dropdown ul ul a,
header .col .zmenu-h > ul > li > a.haschild + .dropdown ul ul .link,
header .col .zmenu-h > ul > li > .link.haschild + .dropdown ul ul a,
header .col .zmenu-h > ul > li > .link.haschild + .dropdown ul ul .link {
    color: #000;
    white-space: nowrap;
    /* width: auto; */
}
header .col .zmenu-h > ul > li > a.haschild + .dropdown ul .dropdown,
header .col .zmenu-h > ul > li > .link.haschild + .dropdown ul .dropdown{
    display:none;
    position: absolute;
    top: -10px;
    width: 75%;
}
@media(min-width:992px){
    header .col .zmenu-h > ul > li > a.haschild + .dropdown ul > li.hassubmenu:hover .dropdown,
    header .col .zmenu-h > ul > li > .link.haschild + .dropdown ul > li.hassubmenu:hover .dropdown{
        display:flex;
        /* margin-right: 0px; */
        flex-direction: column;
    }
}
header .col .zmenu-h > ul > li > .link.haschild + .dropdown ul .dropdown {
    width: auto;
    left: 100%;
}
header .col .zmenu-h > ul {
    display:flex;
    justify-content: space-between;
    width: 760px;
    padding: 0px 27px;
    overflow: visible;
}
header .col .right_block {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--text);
}
header .col .right_block span {
    font-size:14.66px;
}
header .col .right_block a {
    color: var(--text);
    font-weight:bold;
}
header .col.header_tel .right_block a {
    font-size:15px;
}
header .col.header_tel .right_block a:hover {
    color:var(--primary);
}
header .col.header_email .right_block a {
    font-size:12.98px;
}
header .col.header_email .right_block a:hover {
    color:var(--primary);
}
header .col.header_address .right_block a {
    font-size:13.82px;
}
header .col.header_btn a {
    width:117px;
    height:41px;
    border-radius:20px;
    background:var(--primary);
    color:#000;
    display:flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 13.82px;
    font-weight: bold;
}
header .col.header_btn a:hover {
    background:var(--btnfff);
    color:var(--fon);
}
header .header-top {
    display:grid;
    grid-template-columns: 2fr 2fr 4fr 2fr;
    grid-gap:30px;
}
header .header-bottom {
    display:grid;
    grid-template-columns: 2fr 6fr 2fr;
    grid-gap:30px;
}





header  .dropdown-menu .icon-li span {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    margin: 2px 0px -8px -24px;
}
.header-currancy  .icon-li {
    padding-left:0px!important;
}
/* header .telephone-icon {
    background: url(/image/catalog/design/telephone-icon.svg);
}

header .account-icon {
    background: url(/image/catalog/design/account-icon.svg);
}

header .register-icon {
    background: url(/image/catalog/design/register-icon.svg);
}

header .email-icon {
    background: url(/image/catalog/design/email-icon.svg);
}

header .address-icon {
    background: url(/image/catalog/design/address-icon.svg);
}
header .open-icon {
    background: url(/image/catalog/design/open-icon.svg);
} */

header .slogan {
    display: inline-block;
}
/* logo */
header #logo {
    margin: 0 0 10px 0;
}
header .header-address br {
    display:none
}
header .header-time br {
    display:none
}
header .header-time s {
    text-decoration:none;
}
header .header-time s:after {
    content:',';
    display:inline-flex;
    width: 7px;
}
header .header-time s:last-child:after {
    display:none
}
@media (max-width: 767px) {
    header .header-time > .icon-li {
        display: inline-flex;
        padding-left: 30px;
        list-style-type: none;
        align-items: flex-start;
        flex-direction: column;
    }
    header .header-time s:after {
        display:none
    }
}
header .header-soc-mes {
    flex-direction: column;
}
/*soc-header*/
header .soc {
    display: flex;
    gap:10px;
    justify-content: center;
}
header .soc a {
    width:24px;
    height:24px;
    display:inline-flex;
}
header .icon-li svg path {
    /* fill:var(--primary);  */
    /* stroke:var(--primary);  */
     /* fill:red;            */
    /*stroke:red;  */       
}
header .soc svg path {
    /* fill:var(--primary);            */
    /* stroke:var(--primary);          */
    /* fill:red;           */
    /* stroke:red; */      
}
header .soc svg path + path {
    fill:transparent; 
}
/*soc-header end*/

/* Chat */
header .messengers {
    display: flex;
    gap: 2px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 5px auto 10px;

}
header .messengers a {
    width: 24px;
    height: 24px;
    display: flex;
    border-radius: var(--radius-50);
    background-position: center center;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
}
/* Chat - END */
.header_top {
    display:flex;
    justify-content: space-between;
    height: 144px;
    /* border-radius: 40px; */
    overflow: visible;
    /* gap: 50px; */
}
header .header_action .header_burger {
    display: none;
}

/* media styles */
@media(max-width:1919px) {
.header_top, header .header_action {
    gap: 20px;
}
header .col:nth-child(2) {
    flex-grow: 1;
}
header .col .zmenu-h>ul {
    padding: 0;
    gap: 20px;
    width: auto;
}
header .zmenu-h ul li {
    padding-left: 0;
    padding-right: 0;
}
header .col .zmenu-h>ul>li.hassubmenu .link.haschild {
    padding-right: 16px;
    /* padding-left: 17px; */
    position: relative;
}
    header .col .zmenu-h>ul>li.hassubmenu ul .link.haschild {
        padding-right:35px
    }
   
.zmenu-h>ul>li>a,
.zmenu-h>ul>li>.link {
    font-size: 17px;
}
header span.icons {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    flex-shrink: 0;
}
header .col .right_block span {
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 2px;
}
header .col.header_tel .right_block a,
header .col.header_email .right_block a,
header .col .right_block {
    font-size: 12px;
    line-height: 1.29;
}
header .col.header_btn a {
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
}
}
@media (min-width:992px) {
    header .col .zmenu-h>ul>li.hassubmenu ul .link.haschild, header .col .zmenu-h>ul>li.hassubmenu ul li.hassubmenu a {
        color:#fff
    }
}
@media(max-width:1599px) {
.header_top, header .header_action {
    gap: 15px;
}
header #logo {
    width: 87px;
}
header .col .zmenu-h>ul {
    gap: 15px;
}
.zmenu-h>ul>li>a,
.zmenu-h>ul>li>.link {
    font-size: 15px;
}
}
@media(max-width:1439px) {
.header_top {
    align-items: center;
    height: auto;
    padding: 24px 0;
}
header .header_action {
    flex-wrap: wrap;
    gap: 8px 25px;
    max-width: 384px;
}
header .header_action>.col:nth-child(1) {
    order: 1;
}
header .header_action>.col:nth-child(2) {
    order: 4;
    display: inline-flex;
}
header .header_action>.col:nth-child(3) {
    order: 2;
}
header .header_action>.col:nth-child(4) {
    order: 5;
}
header .header_action>.col:nth-child(5) {
    order: 3;
}
header .col .zmenu-h>ul {
    gap: 20px;
}
}
@media(max-width:1199px) {
header .header_action {
    flex-shrink: 0;
}
        header .header_action>.col:nth-child(2) {
        /* display: inline-flex; */
        /* justify-content: flex-start; */
    }
header .col .zmenu-h>ul {
    max-width: 436px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    gap: 6px 42px;
    justify-items: flex-start;
}
header .zmenu-h ul li {
    padding: 0;
}
header .col .zmenu-h>ul>li.hassubmenu>.dropdown {
    padding-top: 0;
}
}
@media(max-width:991px) {
     header .col .zmenu-h>ul>li.hassubmenu ul .link.haschild:before {
        content:'';
        width: 7px;
        height: 7px;
        background:var(--primary);
        display:block;
        position:absolute;
        top: 12px;
        border-radius: 50%;
        left: -20px;
    }
header #logo {
    width: 97px;
    margin-bottom: 0;
}
header .header_top>.col:nth-child(2) {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 999999999999999;
    align-items: flex-start;
    justify-content: flex-start;
}
    

header .col .zmenu-main.mod {
    width: 280px;
    max-width: 100%;
    height: 100%;
    background-color: var(--fon);
    padding: 40px 20px;
    overflow-y: auto;
}
header .col .zmenu-h>ul {
    display: flex;
    flex-direction: column;
}
header .col .zmenu-h>ul>li.hassubmenu>.dropdown,
header .col .zmenu-h>ul>li>a.haschild+.dropdown ul .dropdown,
header .col .zmenu-h>ul>li>.link.haschild+.dropdown ul .dropdown {
    position: unset;
    display: none;
    visibility: visible;
    padding-left: 22px;
}
    header .col .zmenu-h>ul>li>.link.haschild+.dropdown ul .dropdown {
       padding-left: 18px; 
        margin-bottom:5px;
    }
header .col .zmenu-h>ul>li>a.haschild+.dropdown>.menu-list,
header .col .zmenu-h>ul>li>.link.haschild+.dropdown>.menu-list {
    height: auto;
    position: unset;
}
header .col .zmenu-h>ul>li>a.haschild+.dropdown ul,
header .col .zmenu-h>ul>li>.link.haschild+.dropdown ul,
header .col .zmenu-h>ul>li>a.haschild+.dropdown ul ul,
header .col .zmenu-h>ul>li>.link.haschild+.dropdown ul ul {
    border-radius: 0;
}
header .col .zmenu-h>ul>li>a.haschild+.dropdown ul,
header .col .zmenu-h>ul>li>.link.haschild+.dropdown ul,
header .col .zmenu-h>ul>li>a.haschild+.dropdown ul ul,
header .col .zmenu-h>ul>li>.link.haschild+.dropdown ul ul {
    background: transparent;
    padding: 5px 0px;
}
.zmenu-h li ul li .link.haschild,
.zmenu-h li ul li a,
.zmenu-h li ul li .link {
    padding: 5px 0;
    font-size: 17px;
}
header .col .zmenu-h>ul>li>a.haschild+.dropdown ul ul a,
header .col .zmenu-h>ul>li>a.haschild+.dropdown ul ul .link,
header .col .zmenu-h>ul>li>.link.haschild+.dropdown ul ul a,
header .col .zmenu-h>ul>li>.link.haschild+.dropdown ul ul .link {
    color: var(--text);
}
header .col .zmenu-h>ul>li>.link.haschild+.dropdown ul ul a {
        font-size: 15px;
        white-space: normal;
}
header .col .zmenu-h>ul>li>.link.haschild+.dropdown ul ul a:before{
            content: '';
            width: 5px;
            height: 5px;
            background: var(--primary);
            background: var(--mark555);
            display: block;
            position: absolute;
            top: 13px;
            border-radius: 50%;
            left: -15px;
    }
.zmenu-h>ul>li>a,
.zmenu-h>ul>li>.link,
.zmenu-h li ul li a,
.zmenu-h li ul li .link {
    font-size: 19px;
}
header .col .zmenu-h>ul>li>a:before,
header .col .zmenu-h>ul>li>.link:before {
    display: none;
}
header .header_action {
    flex-grow: 1;
    flex-shrink: unset;
    max-width: 540px;
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-items: flex-start;
}
header .header_action>.col:nth-child(4) {
    order: 3;
}
header .header_action>.col:nth-child(5) {
    order: 5;
}
header .header_action .header_burger {
    order: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    width: 115px;
    height: 41px;
    background-color: #333;
    border-radius: 100px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}
header .header_action .header_burger svg {
    width: 20px;
    height: auto;
}
}
@media(max-width:767px) {
    header .header_action {
        display: flex;
        justify-content: space-between;
        max-width: 440px;
    }
    header .col.header_email .right_block a {
        font-size:11.6px;
    }
    header .header_action>.col:nth-child(2) {
        flex-grow: unset;
    }
}
@media(max-width:575px) {
.header_top {
    padding: 16px 0;
    gap: 12px;
}
header #logo {
    width: 83px;
}
header .header_action {
    max-width: 450px;
    gap: 6px 12px;
}
header .header_action>.col:nth-child(1) {
    order: 4;
}
header .header_action>.col:nth-child(2) {
    order: 1;
}
header .header_action>.col:nth-child(3) {
    order: 5;
}
header .header_action>.col:nth-child(5) {
    order: 2;
}
header .col .right_block span,
header .col.header_tel .right_block a,
header .col.header_email .right_block a,
header .col .right_block {
    font-size: 10px;
}
header .col.header_btn a {
    font-size: 12px;
    height: 30px;
    width: 100px;
}
header .header_action .header_burger {
    padding: 5px 10px;
    height: 30px;
    width: 100px;
    font-size: 16px;
}
header .header_action .header_burger svg {
    width: 18px;
}
header span.icons {
    width: 30px;
    height: 30px;
}
header span.icons svg {
    width: 12px;
    height: 12px;
    object-fit: contain;
}
}
@media(max-width:479px) {
.header_top {
    padding: 24px 0;
    gap: 4px;
}
header #logo {
    width: 69px;
    padding: 0 6px;
}
header .header_action {
    gap: 5px;
    max-width: 370px;
}
header .col .right_block span {
    font-size: 8px;
}
header span.icons {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
header span.icons svg {
    width: 10px;
    height: 10px;
}
header .col.header_btn a {
    width: 76px;
    height: 24px;
    font-size: 9px;
}
header .header_action .header_burger {
    width: 76px;
    height: 24px;
    font-size: 12px;
    gap: 6px;
    flex-direction: row-reverse;
}
header .header_action .header_burger svg {
    width: 12px;
}
header .col.header_email .right_block a {
    font-size: 10px;
}
}
@media(max-width:419px) {
    header .header_action .header_burger {
        width: 63px;
        gap: 3px;
        font-size: 10px;
    }
    header .col.header_email .right_block a {
        font-size: 9px;
    }
    header .col.header_btn a {
        width: 63px;
        font-size: 9px;
    }
    header #logo {
        width: 54px;
        padding: 0px;
    }
}

@media(max-width:359px) {
.header_top {
    position: relative;
    padding: 18px 0;
    gap: 0;
}
header #logo {
    width: 60px;
    height: 46px;
    object-fit: contain;
    position: absolute;
    top: 18px;
    left: 0;
    padding: 0;
}
header .header_action::before {
    content: '';
    width: 60px;
    height: 46px;
}
header .header_action>.col:nth-child(1) {
    order: 3;
}
header .header_action>.col:nth-child(2) {
    order: 5;
}
header .header_action>.col:nth-child(3) {
    order: 6;
    margin-right: 10px;
    margin-left: -15px;
}
header .header_action>.col:nth-child(4) {
    order: 2;
}
header .header_action>.col:nth-child(5) {
    order: 1;
}
header .header_action {
    gap: 14px 20px;
}
header span.icons {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}
header span.icons svg {
    width: 14px;
    height: 14px;
}
header .col.header_btn a {
    width: 102px;
    height: 31px;
    font-size: 12px;
}
header .header_action .header_burger {
    order: 4;
    width: 102px;
    height: 31px;
    font-size: 16px;
    gap: 8px;
    flex-direction: row;
}
header .header_action .header_burger svg {
    width: 16px;
}
header .col .right_block span,
header .col.header_tel .right_block a,
header .col .right_block {
    font-size: 12px;
}
header .col.header_email .right_block a {
    font-size: 10px;
}
}