
header {
    position: relative;
    z-index: 4;
}


.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: 15px 0px;
}
.head-top > :nth-child(2) {
    margin-left: auto;
}
.head-top img {
    width: 250px;
}
ul.menu li {
    position: relative;
}
ul.menu > :nth-last-child(2) {
    margin-left: auto;
}
ul.menu > :nth-last-child(2) > a {
    margin-right: 10px;
}
ul.menu ul img {
    width: 100%;
}
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: 15px;
    max-width: 320px;
    transition: 0.4s;
    pointer-events: none;
    opacity: 0;
}
ul.menu {
    display: flex;
    justify-content: start;
    list-style: none;
    margin: 0 auto;
    padding: 0px 0%;
    position: absolute;
    min-width: 80%;
    top: 115px;
    background: #009eff;
    z-index: 4;
    left: 10%;
    border-radius: 15px;
}
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-left: 5px;
}
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 a:hover {
    background: #1772a9;
}
ul.menu > li a {
    color: #ffffff;
    display: flex;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 18px 0px;
}
nav.footer-nav .search,
nav.footer-nav .img {
    display: none;
}
.mobile-header {
    display: none;
}

@media (max-width:1100px){
a.b-menu.active > :nth-child(1) {
    transform: rotate(45deg);
    top: calc(50% + -2px);
}
a.b-menu.active > :nth-child(2) {
    transform: rotate(45deg);
    top: calc(50% + -2px);
}
    a.b-menu.active > :nth-child(3) {
        transform: rotate(135deg);
        top: calc(50% + -2px);
    }
    a.b-menu {
        background: #82b95b;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 5px;
        top: 5px;
        border-radius: 7px;
    }
    a.b-menu > b {
        width: 30px;
        height: 4px;
        background: #ffffff;
        position: absolute;
        top: calc(50% - 10px);
        left: 10px;
        border-radius: 4px;
		transition:0.4s;
    }
    a.b-menu > b~b {
        top: calc(50% - 2px);
    }
    a.b-menu > b~b~b {
        top: calc(50% + 6px);
    }

.mobile-header img {
    width: 260px;
}
ul.menu img {
    opacity: 0;
}
.mobile-header {
        display: block;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 99;
        padding: 5px 0px;
    }
ul.menu > li a {
    padding: 15px 0px;
}
ul.menu {
    width: 320px;
    min-width: auto;
    display: block;
    min-height: 100vh;
    padding: 20px 28px;
    transition: 0.4s;
    left: -320px;
	z-index:99;
}
ul.menu.active {
    left: 0;
}
}