.mob-header{display:none;}
ul.menu li div {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

header {
    position: relative;
    z-index: 999;
}
ul.menu > li.call a i {
    font-size: 15px;
    margin: 7px 5px;
}

ul.menu li.logo {
    width: 350px;
    margin-right: 0;
    margin-left: -26px;
}
.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 {
    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: -7px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d8d8d8;
}

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%;
    display: grid;
    grid-template-columns: 40% 60%;
}
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: #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;
}
ul.menu {
    display: block;
    justify-content: start;
    list-style: none;
    margin: 0 auto;
    padding: 35px 16px;
    position: fixed;
    min-width: 320px;
    width: 320px;
    z-index: 4;
    border-radius: 0;
    box-sizing: border-box;
    min-height: 100vh;
    box-shadow: 0px 0px 30px -25px #000;
    top: 0;
    background: #fff;
}
ul.menu li .btn.a-form {
    margin: 10px auto;
}
li.svg .main-a {
    background: #1772a9;
    margin: -24px 0px;
    padding-top: 22px;
		padding-bottom: 22px;
    border-radius: 15px 35px 35px 15px;
}
ul.menu li div>a:nth-child(1) i {
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    font-size: 23px;
}
ul.menu >:last-child .main-a {
    border-radius: 35px 15px 15px 35px;
}
ul.menu >:last-child {
    margin-right: 0;
    position: absolute;
    bottom: 13px;
    width: 100%;
    left: 0;
}
ul.menu > li.call a {
    display: flex;
    flex-direction: row;
    font-size: 21px;
    margin: -13px 30px;
}
ul.menu li.call {
    margin-left: auto;
    position: absolute;
    bottom: 110px;
    width: 100%;
    left: 0;
}
ul.menu > li a.active {
    color: #de1728;
}
ul.menu li.a ~ li {
    border-top: 1px solid #ebe3e3;
}
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 {
    color: #000000;
    display: flex;
    height: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 0px;
}
nav.footer-nav .search,
nav.footer-nav .img {
    display: none;
}
.mobile-header {
    display: none;
}


@media (min-width:1100px){
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){
.active ul.menu {
    left: 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;
    display: none;
}
ul.menu ul.open {
    pointer-events: all;
    opacity: 1;
    transform: translateY(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 li~li::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 10px;
    width: 20px;
    height: 1px;
    background: #d8d8d8;
}
ul.menu ul {
    pointer-events: all;
}
ul.menu > li ul a {
    color: #000;
    width: 100%;
    display: grid;
    grid-template-columns: 60px auto;
    gap: 12px;
}
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;
    }
		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;
}
.b-menu.active {
    transform: rotate(90deg);
}
.b-menu.active span{
    transform: rotate(45deg);
}
.b-menu.active span~span {
    transform: rotate(-45deg);
    top: 21px;
}
.active nav.landing-nav {
    left: 0;
}
.b-menu {
    transition: 0.4s;
    width: 44px;
    height: 44px;
    top: 8px;
    right: 20px;
    position: absolute;
    cursor: pointer;
}
.b-menu span {
    width: 100%;
    height: 2px;
    background: #ff5722;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
	transition:0.4s;
}
.mob-header {
    display: block;
}
.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: 9999;
    top: 0;
    padding: 0px 5px;
    box-sizing: border-box;
}
.mob-header img {
    width: 200px;
    height: auto;
}
.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.call {
    margin-left: auto;
    position: absolute;
    bottom: 160px;
    width: 100%;
    left: 0;
}
ul.menu >:last-child {
    margin-right: 0;
    position: absolute;
    bottom: 61px;
    width: 100%;
    left: 0;
}
ul.menu {
    width: 320px;
    min-width: auto;
    display: block;
    min-height: 100vh;
    padding: 20px 28px;
    transition: 0.4s;
    left: -620px;
    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: 82px;
}
ul.menu.active {
    left: 0;
}
ul.menu > :nth-child(1) ul li {
    position: relative;
    margin: 0px 0px;
}
}





