ul.menu li.heart a {
    margin: 0;
    margin-right: 15px;
}
ul.menu > li ul a span video {
    width: 100%;
    aspect-ratio: 1/1;
    min-height: 100px;
	transition:0.4s;
}

ul.menu li.heart a i {
    background: var(--color1);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: 0.4s;
}
ul.menu li.heart a:hover i{
    color: var(--color1);
    background: #fff;
}
ul.menu li.heart~li {
    margin-left: 0;
}
ul.menu li.heart {
    margin-left: auto;
    position: relative;
}
ul.menu li.heart::after {
    content: attr(data-wl-count);
    position: absolute;
    top: -4px;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--color1);
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transform: translate(50%, -30%);
    display: none;
}
ul.menu li.heart.has-wishlist::after,
ul.menu li.heart[data-wl-count]:not([data-wl-count=""]):not([data-wl-count="0"]):after {
    display: inline-block;
}

ul.menu .main-a {
    overflow: visible;
}
ul.menu .main-a::after{display:none;}

.all-menu > ul ul {
    margin: 0;
    padding: 0px;
    transition: 0.4s;
    max-height: 0px;
    opacity: 0;
}

.all-menu > ul ul li a {
    padding-left: 35px;
}
.all-menu > ul {
    list-style: none;
    margin: 0;
    padding: 25px 0px;
    border-radius: 10px;
    background: #fff;
    background-size: contain;
    border: 1px solid #ffffff;
    height: fit-content;
}
.all-menu > ul li~li a {
    border-top: 1px solid #d7d7d7;
}
.all-menu > ul a {
    color: #111;
    padding: 13px 15px;
    display: block;
    font-weight: 400;
    padding-right: 50px;
}
.all-menu > ul h3 {
    text-align: center;
    margin-top: -7px;
}
.all-menu > ul a:hover{color:var(--color1);}

.all-menu > ul ul li {
    list-style: none;
}

.all-menu > ul li > a button.submenu-toggle:hover{background:var(--color1);color:#fff;}
.all-menu > ul li > a button.submenu-toggle {
    top: calc(50%);
    transform: translateY(-50%);
}
.all-menu > ul li > a button.submenu-toggle span {
    transition: 0.4s;
    text-align: center;
    display: flex;
    justify-content: center;
    letter-spacing: 0px;
}
.all-menu > ul .active a button.submenu-toggle span{transform:rotate(90deg);}
.all-menu > ul .active ul {
    opacity: 1;
    max-height: 500px;
}

.all-menu > ul li > a {
    position: relative;
}
.active > a > button.submenu-toggle {
    transform: rotate(90deg);
}
button.submenu-toggle {
    position: absolute;
    right: 10px;
    background: #f0f0f0;
    color: #111;
    border: none;
    font-size: 14px;
    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;
}

header {
    /* position: relative; */
    /* z-index: 999; */
    background: #fff;
}

ul.menu li.lang-item~li.lang-item {
    margin-left: 0;
}

ul.menu li.lang-item {
    margin-left: auto;
}

.docs .main-a::after {
    background: var(--color1);
}
.docs .main-a {
    background: var(--color2);
}
.poisk,ul.menu li.logo {
    display: none;
}
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 #e2e2e2;
    margin-bottom: 0;
}
.head-top > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
ul.menu .pll-parent-menu-item ul {
    padding: 0px 12px;
    margin-left: -12px;
    margin-top: -30px;
}
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: initial;
}




ul.menu > li ul a {
    display: grid;
    text-align: center;
    gap: 15px;
    /* background: red; */
    border-radius: var(--border-r);
}
ul.menu > li ul a:hover,
ul.menu > li ul a:hover{
   
}
ul.menu > li ul a img {
    transition:0.4s;
}

ul.menu ul img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin: 0px 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 {
    display: flex;
    justify-content: start;
    list-style: none;
    margin: 0 auto;
    padding: 0px 0%;
    position: absolute;
    min-width: 100%;
    background: #fff;
    z-index: 4;
    left: 0;
    padding: 0px 10%;
}



ul.menu >:last-child {
    margin-left: auto;
}
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:hover {
    color: var(--color1);
}
ul.menu > li > a {
    color: #000000;
    display: flex;
    height: 100%;
    text-align: center;
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 0px;
    position: relative;
    transition: 0.4s;
    text-align: left;
    margin-right: 30px;
}
nav.footer-nav .search,
nav.footer-nav .img {
    display: none;
}
.mobile-header {
    display: none;
}

@media (max-height:850px) and (min-width:1200px){
ul.menu > li ul a:hover {
    background: #f2f2f2;
}
ul.menu ul li~li > a::after{display:none;}
ul.menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
}
ul.menu ul > li a {
    background: #f2f2f2;
    padding: 4px 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 7px;
}
}


@media (min-width:1200px){
section.main-site.has-open {
    background: #ffffff;
    filter: blur(4px);
}
section.main-site{transition:0.4s;}
ul.menu.has-open {
    z-index: 999;
}
ul.menu > :nth-child(1) ul {
    min-width: 300px;
}
ul.menu > li ul li ul a {
    font-size: 14px;
    padding: 3px 0px;
    position: relative;
}

ul.menu ul.open {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0px);
}
ul.menu > li ul .wc-all-product-categories__group-title ~ .wc-all-product-categories__group-title ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
ul.menu > li ul .wc-all-product-categories__group-title > a {
    text-align: left;
    color: #fff;
    background: var(--color1);
    padding: 6px 16px;
    width: fit-content;
    margin-bottom: 16px;
}
ul.menu > li > ul {
    box-shadow: 0px 0px 90px -20px #c4c4c4;
    border-radius: var(--border-r);
    padding: 25px;
}
ul.menu ul {
    transform: translateY(-60px);
    position: absolute;
    list-style: none;
    margin: 0px;
    background: #ffffff;
    border-radius: 0px 0px 15px 15px;
    padding: 5px 15px;
    max-width: 100vw;
    width: 88%;
    margin-left: -4%;
    pointer-events: none;
    opacity: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
}
ul.menu ul ul {
    position: relative;
    opacity: 1;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    left: 0;
    top: 0;
    margin: 0;
    transform: none;
}
ul.menu.scrolled-100 {
    position: fixed;
    transition: 0.4s;
    top: -200px;
}
ul.menu.scrolled-100.scrolled-300 {
    top: 0;
    box-shadow: 0px 0px 30px -15px #f2f2f2;
    z-index: 9999;
}
ul.menu.scrolled-100>:last-child.svg .main-a {
    border-radius: 35px 0px 15px 35px;
}

ul.menu.scrolled-100 li.svg .main-a {
    padding: 21px 25px;
    padding-left: 45px;
}
}



@media (max-width:1600px){
.head-top h1 {
    font-size: 16px;
}
}

@media (max-width:1400px){
.head-top {
    padding: 12px 2%;
}
ul.menu {
    padding: 0px 2%;
}

}

@media (max-width:1200px){
ul.menu > li.wc-all-product-categories > a {
    background: var(--color1);
    color: #fff;
    padding: 20px 10px;
    border-radius: 8px;
}
button.submenu-toggle {
    background: #fff;
    color: var(--color1);
    letter-spacing: 0;
}
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;
}

ul.menu > li.pll-parent-menu-item li.current-lang {
    display: none;
}
ul.menu > li.pll-parent-menu-item li {
    margin: 0;
}
ul.menu ul li~li::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 10px;
    width: 20px;
    height: 1px;
    background: transparent;
}
ul.menu ul {
    pointer-events: all;
}
ul.menu ul li~li > a::after {
    background: transparent;
}
ul.menu ul img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0;
    margin-right: 9px;
    border-radius: 0;
}
ul.menu ul {
    position: relative;
    background: transparent;
    box-shadow: none;
    border-left: 1px solid #ffffff;
    border-radius: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    max-height: 0px;
    opacity: 0;
    transition: 0.4s;
}
ul.menu > li ul a img {
    transition: 0.4s;
    aspect-ratio: 1/1;
    min-height: 100px;
}
ul.menu ul ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
}
ul.menu > li ul a span {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
}

ul.menu .active > ul {
    opacity: 1;
    max-height: 16000px;
    padding-top: 15px;
    padding-bottom: 15px;
}

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 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: 200px;
    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: 50%;
    transform: translateY(-50%);
    border-radius: 7px;
}

.head-top {
    justify-content: space-between;
    padding: 0px 10%;
    position: fixed;
    width: 100%;
    background:#fff;
    top: 0;
    z-index: 999;
}
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;
}
ul.menu ul > li a {
    padding: 10px 0px;
    padding-right: 35px;
    text-align: left;
    position: relative;
}
ul.menu ul > li a button.submenu-toggle {
    right: 12px;
    border-radius: 50px;
    top: calc(50% - 17px);
    width: 35px;
    height: 35px;
    letter-spacing: -8px;
    line-height: 7px;
    font-size: 14px;
    background: var(--color1);
    color: #fff;
}
.mobile-header {
    display: block;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    z-index: 999;
    padding: 0;
    height: 73px;
}
ul.menu > li.svg > a {
    padding: 0;
}
ul.menu > li.ad > a {
    padding: 12px 9px;
}
header .main-a {
    padding: 18px 25px;
	padding-left:45px;
    border-radius: 15px;
}

ul.menu .dgwt-wcas-search-wrapp a {
    background: transparent;
}
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: 93px;
    background: #fff;
    background-size: contain;
}
ul.menu.active {
    left: 0;
}
ul.menu > :nth-child(1) ul li {
    position: inherit;
    margin: 0px 0px;
}
.dgwt-wcas-overlay-mobile {
    padding: 22px;
}
.dgwt-wcas-open-pirx .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp, .dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return {

}
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg {
    left: -7px;
    top: 16px;
    width: 17px;
    height: 17px;
}
body .js-dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
body .js-dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {

}
}





@media (max-width:650px){
.mobile-header {
    height: 68px;
}
}