.mob-header{display:none;}

ul.menu li.right a {
    margin-right: 8px;
}
ul.menu > li~.current-menu-item > a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--color1);
    box-shadow: 0px 16px 33px 1px var(--color1);
}
ul.menu .current-menu-item > a,
ul.menu  a:hover {
    color: var(--color1);
}
ul.menu  a{transition:0.4s;}
header {
    position: relative;
    z-index: 999;
}


ul.menu .btn {
    margin: 0px 0px;
}
ul.menu > li.call a i {
    font-size: 15px;
    margin: 7px 5px;
}
ul.menu .btn::after {
    border: 2px solid #000000;
}
ul.menu li.logo {
    width: 210px;
    display: block;
    margin-right: 5%;
    padding: 0;
}
.head-top {
    display: flex;
    justify-content: space-between;
    padding: 12px 10%;
}
.head-top > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.head-top > :nth-child(2) {
    margin-left: auto;
}
.head-top img {
    width: 250px;
}
ul.menu > li {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
ul.menu > :nth-child(1) ul {
    min-width: 275px;
}
ul.menu > :nth-child(1) ul li {
    position: relative;
    margin: 12px 0px;
}


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: #ffffff;
    width: 100%;
    display: block;
    grid-template-columns: 40% 60%;
    text-align: left;
    padding: 5px 0px;
}
ul.menu ul.open {
    pointer-events: all;
    opacity: 1;
    transform: translateY(100px);
}
ul.menu ul {
    transform: translateY(60px);
    position: absolute;
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: #222222;
    max-width: 320px;
    border-radius: 15px;
    padding: 25px 30px;
    max-width: 320px;
    transition: 0.4s;
    pointer-events: none;
    opacity: 0;
    min-width: 300px;
    left: -27px;
    top: -33px;
}
ul.menu li.right {
    margin-left: auto;
}
ul.menu {
    display: flex;
    justify-content: start;
    list-style: none;
    margin: 0 auto;
    padding: 0px 1%;
    position: fixed;
    z-index: 4;
    border-radius: 0;
    box-sizing: border-box;
    transition: 0.4s;
    top: 50px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(255 255 255 / 86%);
    border-radius: 10px;
}
ul.menu::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    background: var(--color2);
    width: 480px;
    height: 102%;
    clip-path: polygon(28% 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0% 100%);
    border-radius: 0px 10px 10px 0px;
    z-index: -1;
}

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: row;
    font-size: 24px;
    margin: 24px 30px;
}
li.call {
    margin-left: auto;
}
ul.menu >:last-child a {
    margin: 0;
}
ul.menu li.logo ~ li {
    margin-right: 20px;
}
ul.menu > li > a {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
ul.menu > li.a {
    background: #ffffff;
    padding: 0px 31px;
    border-radius: 10px 0px 0px 10px;
}
ul.menu > li.a ~ .a{ border-radius: 0px;}
ul.menu > li.a ~ .a ~ .a ~ .a {border-radius: 0px 10px 10px 0px;}
ul.menu > li.a a {
    background: transparent;
    margin: 0;
	position:relative;
}
ul.menu > li.a.current-menu-item > a::after {
    background: #ff4044;
}
ul.menu > li.a > a::after, ul.menu > li.a > a::after {
    content: '';
    background: transparent;
    width: 100%;
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: 0.4s;
}
ul.menu > li a {
    color: var(--color2);
    display: flex;
    height: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    padding: 18px 0px;
}
ul.menu li.logo a {
    padding: 0;
}
nav.footer-nav .search,
nav.footer-nav .img {
    display: none;
}
.mobile-header {
    display: none;
}



@media (max-width:1800px){
ul.menu {
    width: 95%;
}
}



@media (max-width:1500px){
ul.menu li.logo {
    margin-right: 2%;
}
}

@media (max-width:1200px){
ul.menu li.logo {
    margin-right: 2%;
    width: 126px;
}
ul.menu li.logo {
    margin-right: 3%;
}

}

@media (min-width:1100px){
ul.menu.scroll-down {
    top: -125px;
}
ul.menu.scroll-up {
    top: 15px;
    box-shadow: 0px 8px 40px -30px rgb(0 0 0 / 26%);
}
ul.menu .pll-parent-menu-item ul {
    padding: 0px 12px;
    margin-left: -12px;
    margin-top: -95px;
    min-width: fit-content;
}
ul.menu > li.pll-parent-menu-item a {
    padding: 0px 0px;
    color: #fff;
}
ul.menu > li.pll-parent-menu-item li {
    margin: 14px 0px;
}
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:1100px){
ul.menu > li {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
}
.menu-item-has-children::after {opacity: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: 4px;
    background: #ef3d3c;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    transition: 0.4s;
    border-radius: 10px;
}
.b-menu span~span {
    top: calc(50% - -8px);
}
    .b-menu span~span~span {
        top: calc(50% - +10px);
    }
.mob-header {
    display: block;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
}
.mob-header img {
    width: 200px;
    height: auto;
}
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 ul.open {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0px);
}


ul.menu ul {
    pointer-events: all;
}

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: 22px;
    padding-left: 31px;
    max-width: 100px;
    box-sizing: border-box;
    display: block;
    min-width: fit-content;
    top: auto;
}

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: 10px 0px;
    color: #000;
}
	.active ul.menu {
    left: 0;
}
ul.menu > li ul a {
    color: #000000;
}
ul.menu {
    width: 320px;
    min-width: auto;
    display: block;
    min-height: 100vh;
    padding: 35px 28px;
    transition: 0.4s;
    left: -520px;
    z-index: 9999;
    position: fixed;
    top: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0px 0px 76px -34px #000;
    overflow-y: scroll;
    max-height: 100vh;
    transform: none;
    padding-top: 90px;
}
ul.menu::after{display:none;}
ul.menu li.logo {
    margin-right: 3%;
    margin: 0 auto;
    display: none;
}
ul.menu > li.a a {
    background: transparent;
    margin: 0;
    position: relative;
    width: fit-content;
    color: #000;
}
ul.menu.active {
    left: 0;
}
ul.menu > :nth-child(1) ul li {
    position: relative;
    margin: 0px 0px;
}
}





