body > header {
    z-index: 999;
    position: fixed;
}
li.lang-item {
    margin-left: auto;
}
li.lang-item~.lang-item~.lang-item,
li.lang-item~.lang-item {
    margin-left: 0;
}
ul.menu  a:hover {
    color: #074198;
}


ul.menu li.logo {
    width: 320px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
}
.docs .main-a::after {
    background: var(--color1);
}
.docs .main-a {
    background: var(--color2);
}

ul.menu li.current-lang~li~li::after{display:block;}
ul.menu li.current-lang~li::after,
ul.menu > li.pll-parent-menu-item li.current-lang,
ul.menu > li.pll-parent-menu-item li.current-lang::after {
    display: none;
}
.head-top {
    display: flex;
    justify-content: space-between;
    padding: 12px 10%;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 25px;
    display: none;
}
.head-top > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
ul.menu .pll-parent-menu-item ul {
    padding: 0px 12px;
    margin-left: -12px;
}
ul.menu > li.pll-parent-menu-item a {
    padding: 0px 0px;
}
ul.menu > li.pll-parent-menu-item li {
    margin: 14px 0px;
}
.head-top > :nth-child(2) {
    margin-left: 0;
}

.head-top h1 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: var(--color2);
}
.head-top img {
    width: 250px;
}
ul.menu li {
    position: relative;
}
ul.menu > :nth-child(1) ul {
    min-width: 275px;
}
ul.menu > :nth-child(1) ul li {
    position: relative;
    margin: 12px 0px;
}

ul.menu > :nth-last-child(2) {
    margin-left: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
ul.menu > :nth-last-child(2) > a {
    margin-right: 10px;
}
ul.menu ul img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    margin: -21px auto;
}
ul.menu ul a {
    color: #000;
    display: grid;
    width: 100%;
    text-align: left;
}
ul.menu > li ul a span {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
ul.menu > li ul a {
    color: #000;
    width: 100%;
}

ul.menu ul {
    transform: translateY(60px);
    position: absolute;
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: #fff;
    max-width: 320px;
    border-radius: 15px;
    box-shadow: 0px 0px 50px -17px #000000;
    padding: 0px 15px;
    max-width: 320px;
    transition: 0.4s;
    pointer-events: none;
    opacity: 0;
		    margin: 0px -16px;
    box-shadow: 0px 0px 16px -11px #000;
    padding: 15px 15px;
}
ul.menu {
    display: flex;
    justify-content: start;
    list-style: none;
    margin: 0 auto;
    padding: 25px 2%;
    position: fixed;
    min-width: 80%;
    background: #fff;
    z-index: 4;
    left: 10%;
    border-radius: 15px;
    top: 25px;
		transition:0.4s;
		
}


ul.menu >:last-child {
    margin-left: 5px;
}
ul.menu >:last-child a {
    margin: 0;
}
ul.menu > li > a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 16px;
}
ul.menu > li.a a {
    padding-left: 10px;
    padding-right: 10px;
    background: transparent;
    margin: 0;
}
ul.menu > li.a.current-menu-item > a, ul.menu > li.a a:hover {
    color: var(--color1);
}
ul.menu > li a {
    color: #000000;
    display: flex;
    height: 100%;
    text-align: left;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
    padding: 0px 0px;
}
nav.footer-nav .search,
nav.footer-nav .img {
    display: none;
}
.mobile-header {
    display: none;
}


@media (min-width:1200px){
ul.menu .wc-all-product-categories > ul {
    min-width: 200px;
    margin: 9px 0px;
}

ul.menu > li ul a {
    color: #000;
    width: 100%;
    padding: 8px 0px;
    position: relative;
}
ul.menu ul.open {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0px);
    width: max-content;
}

ul.menu.scrolled-100, ul.menu.scrolled-100.scrolled-300 {
    background: #fff;
    padding: 25px 2%;
    top: 0;
}
ul.menu.scrolled-100>:last-child.svg .main-a {
    border-radius: 35px 0px 15px 35px;
}

ul.menu.scrolled-100 li.svg .main-a {
    border-radius: 0px 35px 35px 15px;
    padding: 21px 25px;
    padding-left: 45px;
}
}



@media (max-width:1600px){
.head-top h1 {
    font-size: 16px;
}
}

@media (max-width:1400px){
ul.menu > li a {
    font-size: 16px;
}
}

@media (max-width:1200px){
ul.menu ul {
    position: relative;
    background: transparent;
    box-shadow: none;
    border-left: 1px solid #dbdbdb;
    border-radius: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    max-height: 0px;
    opacity: 0;
    transition: 0.4s;
    transform: translateY(0px);
}
.active > a > button.submenu-toggle {
    transform: rotate(90deg);
}
ul.menu .active > ul {
    opacity: 1;
    max-height: 2000px;
    padding-top: 15px;
    padding-bottom: 15px;
}
button.submenu-toggle {
    position: absolute;
    right: 20px;
    background: var(--color1);
    color: #fff;
    border: none;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 50px;
    letter-spacing: 2px;
    line-height: 2px;
    transition: 0.4s;
    z-index: 9;
}
.head-top {
    display: flex;
}
ul.menu .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
}
.poisk{display: block;}
ul.menu li.logo {
    display: block;
    width: 196px;
    margin: 0 auto;
    opacity: 0;
}

ul.menu > li.pll-parent-menu-item li.current-lang {
    display: none;
}
ul.menu > li.pll-parent-menu-item li {
    margin: 0;
}
ul.menu li.current-lang~li~li::after,
ul.menu ul li~li::after {
    display:none;
}
ul.menu ul {
    pointer-events: all;
}
ul.menu > li ul a {
    color: #000;
    width: 100%;
    gap: 12px;
}
ul.menu ul img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0;
    margin-right: 9px;
    border-radius: 0;
}

ul.menu .pll-parent-menu-item ul {
    padding: 0;
    margin-left: 0;
    margin-top: 0;
    border: none;
}
ul.menu > :nth-last-child(2) > a {
    margin-right: 0px;
}
ul.menu > li.pll-parent-menu-item a {
    padding: 8px 0px;
}
ul.menu > li a {
    text-align: left;
    font-size: 14px;
		padding-left: 10px;
    padding-right: 10px;
    background: transparent;
    margin: 0;
}
ul.menu >:last-child .main-a {
    border-radius: 15px;
}
ul.menu >:last-child {
    margin-left: 0;
}
ul.menu > li > a {
    margin-right: 0px;
}
li.svg .main-a {
    margin: 0px 0px;
    padding-top: 22px;
    padding-bottom: 22px;
    border-radius: 15px;
}
header ul .main-a {
    font-size: 12px;
    height: auto;
    width: auto;
}
a.b-menu.active > :nth-child(1) {
    transform: rotate(45deg);
    top: calc(50% + 1px);
}
a.b-menu.active > :nth-child(2) {
    transform: rotate(45deg);
    top: calc(50% + 1px);
}
a.b-menu.active > :nth-child(3) {
    transform: rotate(135deg);
    top: calc(50% + 1px);
}
.head-top img {
    width: 180px;
    height: auto;
    margin: 0px 0%;
    max-width: 100%;
    box-sizing: border-box;
}
a.b-menu {
    background: transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: calc(50% - 14px);
    border-radius: 7px;
}
.head-top {
    justify-content: space-between;
    padding: 12px 10%;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 99;
}
a.b-menu > b {
    width: 35px;
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: calc(50% - 8px);
    left: 7px;
    border-radius: 4px;
    transition: 0.4s;
}
    a.b-menu > b~b {
        top: calc(50% - 0px);
    }
    a.b-menu > b~b~b {
        top: calc(50% + 8px);
    }

.mobile-header img {
    width: 260px;
}

.mobile-header {
    display: block;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    background: transparent;
    width: 60px;
    z-index: 999;
    padding: 23px 0px;
}
ul.menu > li a {
    padding: 15px 10px!important;
    color: #000;
    background: #ededed;
    margin: 5px 0px!important;
    border-radius: 10px;
}
ul.menu {
    width: 320px;
    min-width: auto;
    display: block;
    min-height: 100vh;
    padding: 20px 28px;
    transition: 0.4s;
    left: -320px;
    z-index: 99;
    position: fixed;
    top: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0px 0px 76px -34px #000;
    overflow-y: scroll;
    max-height: 100vh;
    padding-top: 69px;
}
ul.menu.active {
    left: 0;
}
ul.menu > :nth-child(1) ul li {
    position: relative;
    margin: 0px 0px;
}
}





@media (max-width:650px){

}