.menu-item-has-children::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: calc(50% - 5px);
    font-size: 10px;
}
ul.menu > li.a.menu-item-has-children,
ul.menu > li.menu-item-has-children {
    padding-right: 18px;
}
.mob-header{display:none;}

ul.menu li.right a {
    margin-right: 8px;
}
ul.menu  a:hover {
    color: #ff4044;
}
ul.menu  a{transition:0.4s;}
header {
    position: relative;
    z-index: 999;
}
ul.menu li.logo::after {
    content: '';
    position: absolute;
    left: -17%;
    top: calc(50% - 23px);
    width: 110%;
    height: 55px;
    background: transparent;
    z-index: -1;
    transform: skew(-40deg, 0deg);
    border-radius: 13px;
    border: 2px solid #ffffff;
}
ul.menu li.logo::before {
    content: '';
    position: absolute;
    left: -10%;
    top: calc(50% - 27px);
    width: 110%;
    height: 55px;
    background: #ffffff;
    z-index: -1;
    transform: skew(-40deg, 0deg);
    border-radius: 13px;
}
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;
    transform: translateY(-4px);
    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;
}
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::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 15%;
    height: 1px;
    background: #3c3c3c;
}

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(20px);
}
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: 0;
}
ul.menu li.right {
    margin-left: auto;
}
ul.menu {
    display: flex;
    justify-content: start;
    list-style: none;
    margin: 0 auto;
    padding: 35px 10%;
    position: fixed;
    min-width: 100%;
    z-index: 4;
    border-radius: 0;
    box-sizing: border-box;
    transition: 0.4s;
    top: 15px;
    left: 0;
}


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 > a {
    margin-right: 30px;
    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, ul.menu > li.a > a:hover::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: #000000;
    display: flex;
    height: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    padding: 0px 0px;
}
nav.footer-nav .search,
nav.footer-nav .img {
    display: none;
}
.mobile-header {
    display: none;
}

@media (max-width:1600px){
ul.menu > li.a {
    padding: 0px 12px;
}
}

@media (max-width:1400px){
ul.menu li.logo {
    margin-right: 3%;
}
ul.menu > li a {
    color: #000000;
    display: flex;
    height: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    padding: 0px 0px;
}
}

@media (min-width:1100px){
ul.menu.scroll-down {
    top: -125px;
}
ul.menu.scroll-up {
    top: 0px;
    background: #f1f8f6;
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.menu .pll-parent-menu-item ul {
    padding: 0px 12px;
    margin-left: -12px;
    margin-top: -30px;
    min-width: fit-content;
}
ul.menu > li.pll-parent-menu-item a {
    padding: 0px 0px;
}
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){
.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: 2px;
    background: #ef3d3c;
    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);
    }
.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 li~li::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 10px;
    width: 20px;
    height: 1px;
    background: #d8d8d8;
}
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: 10px;
    max-width: 100px;
    box-sizing: border-box;
    display: block;
    min-width: fit-content;
}

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;
}
    ul.menu li.logo {
        margin-right: 3%;
        margin: 0 auto;
    }
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;
}
}





