body.dark {
    background: #121212;
    color: #fff;
}
body.dark section#d5 video {
    background: #202020;
}
body.dark .spc-popup-content {
    background: #171717;
}
body.dark a {
    color: #fff;
}
body.dark .home_banner .waves {
    filter: invert(93%);
}
body.dark h2 {
    color: #fff;
}
body.dark .home_banner {
    background: linear-gradient(60deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
}
body.dark .puziriki .imga {
    background: linear-gradient(45deg, rgb(81 62 183 / 45%), rgb(65 232 255 / 6%));
}
body.dark  ul.menu.scroll-up {
    background: #000000;
}
body.dark ul.menu.scroll-up > li a {
    color: #ffffff;
}
body.dark .spc-product-card h3,
body.dark p, 
body.dark li {
    color: #fff;
}

body.dark  .spc-product-card {
    box-shadow: 0px 0px 1px 1px #2f2f2f;
}
body.dark .spc-product-card:hover {
    box-shadow: 0px 0px 1px 1px #004aad;
}
.theme-toggle {
    position: fixed;
    top: 36px;
    left: 30px;
    width: 60px;
    height: 26px;
    background: #ebebeb;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999;
    transition: background 0.3s, transform 0.3s;
    overflow: hidden;
    border: 1px solid #dedede;
}
.dark .theme-toggle i {
    left: 31px;
}
.dark .theme-toggle i~i {
    opacity: 1;
}


/* Иконки */
.theme-toggle i {
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    opacity: 1;
    transition: opacity 0.3s, transform 0.3s;
    left: 0px;
    z-index: 2;
    background: var(--bg-color);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50px;
    transition: 0.4s;
}
.dark .theme-toggle {
    background: #eaeaea;
    border: 2px solid #e2e2e2;
}
.theme-toggle i ~ i {
    opacity: 0;
    background: var(--bg-color);
    color: #fff;
}
ul.menu li.ss {
    margin-left: auto;
}


.mob-header{display:none;}

ul.menu::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 3px;
    background: var(--bg-color);
    border-radius: 2px;
    transition: all 0.4s ease 0.2s;
}



ul.menu::after {
  left: var(--slider-left, 0);
  width: var(--slider-width, 0);
}

.dark .home_banner .text ul li a {
    color: #000000;
}
ul.menu li.s {
    
}
header {
    position: relative;
    z-index: 999;
}
ul.menu > li.call a i {
    font-size: 17px;
    margin: 0px 0px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50px;
}

ul.menu li.logo {
    width: 180px;
    margin-right: 5%;
    transition: 0.4s;
    filter: brightness(0)invert(1);
}
.head-top {
    display: flex;
    justify-content: space-between;
    padding: 12px 10%;
}
.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: auto;
}
.head-top img {
    width: 250px;
}
ul.menu li.big ul {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
    width: 403px;
}
ul.menu .big ul li~li > a::after{opacity:0;}
ul.menu .big ul li~li~li > a::after{opacity:1;}
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 ul li~li > a::after {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d8d8d8;
}

ul.menu > li ul a span i {
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    transform: rotate(-90deg);
	transition:0.4s;
}

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 ul li {
    position: initial;
}
ul.menu > li ul a {
    color: #000;
    width: 100%;
    display: block;
    grid-template-columns: 40% 60%;
    text-align: left;
    padding: 8px 0px;
    position: relative;
}

ul.menu ul {
    transform: translateY(60px);
    position: absolute;
    list-style: none;
    margin: 0px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 50px -17px #000000;
    padding: 15px 25px;
    max-width: 400px;
    transition: 0.4s;
    pointer-events: none;
    width: 250px;
    left: -25px;
    top: 45px;
    opacity: 0;
    box-sizing: border-box;
}
ul.menu > li a > span > i {
    font-size: 10px;
    transform: translateY(-2px);
}
ul.menu ul ul.open {
    top: 0;
    transform: translateY(0px);
}
ul.menu ul ul {
    top: 0;
    left: 250px;
}
ul.menu {
    display: flex;
    justify-content: start;
    list-style: none;
    margin: 0 auto;
    padding: 0px 10%;
    position: fixed;
    min-width: 100%;
    z-index: 4;
    box-sizing: border-box;
    top: 0;
    transition: 0.4s;
    height: 101px;
}

li.svg .main-a {
    background: #1772a9;
    margin: -24px 0px;
    padding-top: 22px;
		padding-bottom: 22px;
    border-radius: 15px 35px 35px 15px;
}
ul.menu >:last-child .main-a {
    border-radius: 35px 15px 15px 35px;
}
ul.menu >:last-child {
    margin-right: 0;
}
ul.menu > li.call a {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    margin: 0px 0px;
    justify-content: center;
    height: 100%;
    font-family: "Chakra Petch", sans-serif;
}
ul.menu.scroll-up > li a:hover,
ul.menu > li a:hover {
    color: var(--bg-color);
}
li.call {
    margin-left: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px 19px;
}
li.call~.call {
    margin-left: -25px;
}
ul.menu >:last-child a {
    margin: 0;
}
ul.menu > li > a {
    margin-right: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
ul.menu > li.a a {
    padding-left: 10px;
    padding-right: 10px;
    background: transparent;
    margin: 0;
}

ul.menu > li a {
    color: #ffffff;
    display: flex;
    height: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    padding: 0px 0px;
    transition: 0.4s;
}
nav.footer-nav .search,
nav.footer-nav .img {
    display: none;
}
.mobile-header {
    display: none;
}


@media (min-width:1300px){
ul.menu.scroll-up li.logo {
    filter: brightness(1)invert(0);
}
ul.menu > li ul a:hover span i{right: -5px;}
ul.menu.scroll-down {
    top: -175px;
}
ul.menu.scroll-up > li a{color:#000;}
ul.menu.scroll-up {
    background: #ffffff;
    height: 100px;
}
ul.menu ul.open{
    pointer-events: all;
    opacity: 1;
		transform: translateY(20px);
}
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 #000;
    background: #009eff;
    border-radius: 0px 0px 15px 15px;
}
ul.menu.scrolled-100>:last-child.svg .main-a {
    border-radius: 35px 0px 15px 35px;
}
ul.menu.scrolled-100 .main-a {
    margin: -18px 0px;
}
ul.menu.scrolled-100 li.svg .main-a {
    border-radius: 0px 35px 35px 15px;
}
}

@media (max-width:1800px){

ul.menu li.logo {
    margin-right: 1%;
}
}

@media (max-width:1600px){
ul.menu {
    padding: 0px 2%;
    padding-left: 100px;
}
}

@media (max-width:1400px){
ul.menu > li.call a,
ul.menu > li > a {
    margin-right: 12px;
}
ul.menu > li.call a {
    font-size: 16px;
}
}


@media (max-width:1300px){
ul.menu li.s {
    border: navajowhite;
    float: left;
    width: 25%;
    display: flex;
    justify-content: center;
    margin-bottom: -35px;
    margin-top: 11px;
}
ul.menu > li ~ li ~ li.call~.call~.call~.call~.call a {
    font-size: 22px;
    margin-top: 29px;
    text-align: center;
    width: 100%;
    margin-bottom: -55px;
}
ul.menu > li.call a i {
    margin: 0 auto;
}
ul.menu > li ~ li ~ li.call~.call~.call~.call~.call {
    width: 100%;
}
ul.menu > li ~ li ~ li.call {
    border: none;
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-top: 12px;
    box-sizing: border-box;
    display: block;
    padding: 0;
}
li.call~.call {
    margin-left: 0px;
}

.dark .mob-header a {
color:#fff;
}
.mob-header a {
    color: #004aad;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 77px;
    margin-right: 9px;
}
.cursor,
ul.menu::after{display:none;}
.dark.scrolled .mob-header {
    background: #000000;
}
.dark .b-menu span {
    background: #ffffff;
}
.theme-toggle {
    top: 24px;
    left: 15px;
}
ul.menu > li ~ li ~ li {
    border-top: 1px solid #363636;
}
ul.menu > li.menu-item-has-children a > span > i {
    font-size: 10px;
    transform: translateY(0px)rotate(-90deg);
    background: var(--bg-color);
    width: 25px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 14px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    border-radius: 7px;
    transition: 0.4s;
}
ul.menu ul > li.menu-item-has-children a > span > i {
    top: 6px;
}
ul.menu ul > .menu-item-has-children.active > a > span > i,
ul.menu > .menu-item-has-children.active > a > span > i {
    transform: rotate(0deg);
}
ul.menu ul ul {
    top: 0;
    left: 0;
    margin: 0px 4px;
}
ul.menu ul li {
    position: relative;
}
ul.menu ul > li~li > a::after {
    background: transparent;
}
ul.menu ul ul > li~li > a::after {
    background: #262626;
}
.active ul.menu {
    left: 0;
}
.b-menu.active {
    transform: rotate(90deg);
}
.b-menu.active span{
    transform: rotate(45deg);
}
.b-menu.active span~span {
    transform: rotate(-45deg);
    top: 21px;
}
.b-menu {
    transition: 0.4s;
    width: 44px;
    height: 44px;
    top: calc(50% - 23px);
    right: 20px;
    position: absolute;
    cursor: pointer;
}
.b-menu span {
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    transition: 0.4s;
}

.b-menu span~span {
    top: calc(50% - -8px);
}
    .b-menu span~span~span {
        top: calc(50% - +10px);
    }
.scrolled .mob-header {
    background: #ffffff;
}
.mob-header {
    display: block;
    position: fixed;
    background: transparent;
    width: 100%;
    z-index: 9999;
    top: 0;
    padding: 0px 85px;
    box-sizing: border-box;
    transition: 0.4s;
}
.mob-header img {
    width: 133px;
    height: auto;
    padding: 8px;
    box-sizing: border-box;
    filter: brightness(0)invert(1);
}
.scrolled .mob-header img {
    filter: brightness(1)invert(0);
}
.mob-header {
    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: none;
}
ul.menu .btn.a-form {
    margin: 0;
    margin-top: 146px;
}
ul.menu > li.call a {
    margin: -14px 0px;
}
ul.menu > li.pll-parent-menu-item li.current-lang {
    display: none;
}
ul.menu > li.pll-parent-menu-item li {
    margin: 30px 0px;
}
ul.menu ul {
    pointer-events: none;
    width: auto;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.4s ease;
}
.menu-item-has-children.active > .sub-menu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
ul.menu > li.call a {
    font-size: 18px;
    text-align: center;
}
ul.menu >:last-child a {
    margin: 0;
    width: fit-content;
    margin: 0 auto;
    display: block;
}
ul.menu > li ul a {
    color: #fff;
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    gap: 0px;
}
ul.menu li.big ul {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 4%;
    width: auto;
}
ul.menu ul img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0;
    margin-right: 9px;
    border-radius: 0;
}
ul.menu ul {
    opacity: 1;
    position: relative;
    background: transparent;
    box-shadow: none;
    transform: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #dbdbdb;
    border-radius: 0;
    margin-left: 30px;
    padding-left: 10px;
    top: auto;
}
ul.menu .pll-parent-menu-item ul {
    padding: 0px 12px;
    margin-left: -12px;
    margin-top: -30px;
    border: none;
}
ul.menu > :nth-last-child(2) > a {
    margin-right: 0px;
}
ul.menu > li.pll-parent-menu-item a {
		padding: 10px;
}
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: 130px;
    height: auto;
}
a.b-menu {
    background: transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 8px;
    border-radius: 7px;
}
.head-top {
    justify-content: space-between;
    padding: 0px 10%;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
}
a.b-menu > b {
    width: 35px;
    height: 2px;
    background: #1772a9;
    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;
    left: 0;
    background: transparent;
    width: 100%;
    z-index: 99;
    padding: 0px 0px;
}
ul.menu > li a {
    padding: 15px 0px;
    color: #ffffff;
}
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: #000000;
    box-shadow: 0px 0px 76px -34px #000;
    overflow-y: scroll;
    max-height: 100vh;
    padding-top: 85px;
}
ul.menu.active {
    left: 0;
}
ul.menu > :nth-child(1) ul li {
    position: relative;
    margin: 0px 0px;
}
}





