.hamberger{
    display: none;
    position: absolute;
    left: auto;
    right: 40px;
    top: 60px;
    width: 32px;
    height: auto;
}
.hamberger > .hamberger-button {
    width: inherit;
    height: inherit;
    background: transparent;
    border: none;
}
.close-button {
    background: transparent;
    border: none;
}
.popup-mobile-menu.active {
    visibility: visible;
    opacity: 1;
}
.popup-mobile-menu {
    z-index: 9999;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s ease-out;
}
.popup-mobile-menu .inner {
    width: 320px;
    z-index: 999;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px rgb(0 0 0 / 8%);
    border-radius: 0px 15px 15px 0px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    opacity: 0;
    left: -150;
    transition: all .5s ease-out;
}
.popup-mobile-menu.active .inner {
    opacity: 1;
    left: 0;
    overflow-y: auto;
}
.popup-mobile-menu > .inner > .header_top{
    display: flex;
    border-bottom: 1px solid #D9D9D9;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    flex: 0 0 auto;
}
.popup-mobile-menu > .inner > .header_top > .logo{
    display: flex;
    align-items: center;
}
.popup-mobile-menu > .inner > .header_top > .logo > .logo-name {
    color: #333;
    font-size: 25px;
    font-weight: bold;
    text-transform: capitalize;
}
.popup-mobile-menu > .inner > .header_top > .logo > .logo-name > img {
    max-width: 80%;
    display: block;
    object-fit: cover;
    height: auto;
}
.popup-mobile-menu > .inner > .header_top > .close_menu{
    width: 32px;
    height: auto;
}
.popup-mobile-menu > .inner > .header_top > .close_menu > .close_button {
    border: 0 none;
    color: white;
    width: inherit;
    height: inherit;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.popup-mobile-menu .mainmenu {
    list-style: none;
    margin: 0;
    padding: 0 10px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}
.popup-mobile-menu .mainmenu li + li {
    border-top: 1px solid #D9D9D9;
}
.popup-mobile-menu .mainmenu li {
    margin: 0;
    width: 100%;
    padding: 15px 0;

}
.popup-mobile-menu .mainmenu .has-menu-child-item a,
.popup-mobile-menu .mainmenu li > a{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.popup-mobile-menu .mainmenu .has-menu-child-item > a {
    display: flex;
    align-content: center;
    justify-content: space-between;
    &::after {
        content: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='26' height='26' rx='13' fill='url(%23paint0_linear_4902_254)'/%3E%3Cg clip-path='url(%23clip0_4902_254)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5346 18.7147C11.4612 18.8034 11.3674 18.8751 11.2602 18.9245C11.1529 18.9738 11.0352 18.9995 10.9159 18.9995C10.7966 18.9995 10.6789 18.9738 10.5717 18.9245C10.4644 18.8751 10.3706 18.8034 10.2972 18.7147C10.1993 18.6499 10.1199 18.5633 10.066 18.4627C10.0121 18.362 9.98529 18.2504 9.98798 18.1377C9.99067 18.025 10.0228 17.9146 10.0814 17.8163C10.1401 17.7181 10.2236 17.635 10.3244 17.5744L14.6061 13.486L10.3244 9.39329C10.2242 9.33256 10.1413 9.24957 10.0831 9.1516C10.0248 9.05364 9.99298 8.94369 9.99029 8.83141C9.9876 8.71913 10.0142 8.60794 10.0677 8.5076C10.1212 8.40726 10.2 8.32083 10.2972 8.25589C10.3704 8.16696 10.4642 8.09498 10.5714 8.04547C10.6787 7.99596 10.7965 7.97021 10.9159 7.97021C11.0353 7.97021 11.1531 7.99596 11.2604 8.04547C11.3676 8.09498 11.4614 8.16696 11.5346 8.25589L16.4758 12.9133C16.5662 12.9811 16.6383 13.0682 16.6862 13.1674C16.734 13.2665 16.7563 13.375 16.7512 13.4838C16.7561 13.5926 16.7337 13.701 16.6858 13.8001C16.638 13.8992 16.5661 13.9863 16.4758 14.0544L11.5346 18.7147Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4902_254' x1='-6.35104e-09' y1='1.83529' x2='29.6273' y2='7.71158' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D31C21'/%3E%3Cstop offset='1' stop-color='%23E63C3D'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_4902_254'%3E%3Crect width='7' height='11' fill='white' transform='translate(10 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        width: 26px;
        height: 26px;
        transition: 0.4s;
    }
}
.popup-mobile-menu .mainmenu .has-droupdown.is-open > a::after {
    transform: rotate(90deg);
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu {
    max-width: 100%;
    list-style: none;
    padding-left: 14px;
    display: none;
    position: static;
    box-shadow: none;
}
.popup-mobile-menu .mainmenu .has-droupdown.is-open > .submenu {
    display: block;
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a {font-size: 15px;}
.popup-mobile-menu .mainmenu > li > .submenu > li:nth-child(1) > a,
.popup-mobile-menu .mainmenu > li > .submenu > li:nth-child(2) > a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.footer_mobile-nav {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-left: 30px;
}
.footer_mobile-nav > .header_icon {
    display: flex;
    gap: 20px;
}
.footer_mobile-nav > .header_top_mail > a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #3375BB;
}
.header-left > ul {
    padding: 0;
    display: flex;
    gap: 15px;
    margin: 0;
}
.header-left > ul > li {
    list-style-type: none;
    margin: 0;
}
.link-hover a {
    display: inline-block;
    position: relative;
}
.footer_mobile-nav > .block_nav > .header-left > .link-hover {
    flex-direction: column;
    padding: 0 20px;
}
.footer_mobile-nav > .block_nav > .btn-phones{
    color: black;
    font-weight: bold;
    font-size: 16px;
}
.social-icon-wrapper > .title {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0 0 15px;
}
.social-icon.social-default.icon-naked.mobile_nav_social{
    display:flex;
    flex-flow:row wrap;
    gap:20px;
    .social_max,.social_vk,.social_mail{
        width: max-content;
        height:max-content;
        &:after{
            content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7478 22.9365C9.48838 22.9365 8.4378 22.6043 6.61822 21.2739C5.46045 22.7704 1.81405 23.9343 1.6537 21.9383C1.6537 20.4444 1.31939 19.1843 0.95105 17.7977C0.50062 16.1064 1.01466e-07 14.2181 1.01466e-07 11.4715C-0.000850569 4.92505 5.34731 0 11.6869 0C18.0278 0 23 5.16495 23 11.535C23 17.9059 17.8705 22.9434 11.7478 22.9434V22.9365ZM11.8396 5.65462C8.75425 5.4924 6.34643 7.64163 5.81518 11.0067C5.37581 13.7932 6.15503 17.1883 6.82195 17.3595C7.13585 17.4398 7.94186 16.7858 8.43822 16.2866C9.25402 16.8179 10.1915 17.2308 11.2327 17.2853C14.4006 17.4514 17.2082 14.9623 17.3737 11.7813C17.5395 8.60081 15.0075 5.82156 11.8396 5.65462Z' fill='url(%23paint0_linear_8008_5517)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_8008_5517' x1='0' y1='11.5' x2='23' y2='11.5' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.22' stop-color='%2343D6FF'/%3E%3Cstop offset='0.4' stop-color='%235A8CFF'/%3E%3Cstop offset='0.9' stop-color='%238F3FFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
        }
    }
    .social_vk{
        &:after{
            content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='512' cy='512' r='512' style='fill:%232787f5'/%3E%3Cpath d='M585.83 271.5H438.17c-134.76 0-166.67 31.91-166.67 166.67v147.66c0 134.76 31.91 166.67 166.67 166.67h147.66c134.76 0 166.67-31.91 166.67-166.67V438.17c0-134.76-32.25-166.67-166.67-166.67zm74 343.18h-35c-13.24 0-17.31-10.52-41.07-34.62-20.71-20-29.87-22.74-35-22.74-7.13 0-9.17 2-9.17 11.88v31.57c0 8.49-2.72 13.58-25.12 13.58-37 0-78.07-22.4-106.93-64.16-43.45-61.1-55.33-106.93-55.33-116.43 0-5.09 2-9.84 11.88-9.84h35c8.83 0 12.22 4.07 15.61 13.58 17.31 49.9 46.17 93.69 58 93.69 4.41 0 6.45-2 6.45-13.24v-51.6c-1.36-23.76-13.92-25.8-13.92-34.28 0-4.07 3.39-8.15 8.83-8.15h55c7.47 0 10.18 4.07 10.18 12.9v69.58c0 7.47 3.39 10.18 5.43 10.18 4.41 0 8.15-2.72 16.29-10.86 25.12-28.17 43.11-71.62 43.11-71.62 2.38-5.09 6.45-9.84 15.28-9.84h35c10.52 0 12.9 5.43 10.52 12.9-4.41 20.37-47.18 80.79-47.18 80.79-3.73 6.11-5.09 8.83 0 15.61 3.73 5.09 16 15.61 24.1 25.12 14.94 17 26.48 31.23 29.53 41.07 3.45 9.84-1.65 14.93-11.49 14.93z' style='fill:%23fff'/%3E%3C/svg%3E");
        }
    }
    .social_mail{
        &:after{
            content:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 256 256' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M255.912 212.504C256.882 209.881 145.454 125.744 145.454 125.744C131.504 115.45 124.167 115.288 110.372 125.744C110.372 125.744 -0.894469 209.813 0.0420313 212.4L0.0195312 212.419C0.0310313 212.441 0.0495313 212.457 0.0650313 212.477C1.0085 215.049 2.38111 217.442 4.12453 219.556C4.86103 220.449 5.74853 221.197 6.60203 221.974L6.56053 222.006C6.62853 222.067 6.71903 222.095 6.78703 222.155C10.4045 225.382 14.9665 227.472 20.0345 228.069C20.114 228.078 20.178 228.12 20.2575 228.129H20.5635C21.334 228.203 22.0665 228.388 22.8555 228.388H233.216C243.575 228.388 252.351 221.874 255.837 212.742C255.878 212.674 255.942 212.625 255.98 212.555L255.912 212.504Z' fill='%2396A9B2'/%3E%3Cpath d='M128.066 116.088L0.607422 211.682V76.2574C0.607422 63.0574 11.3059 52.3589 24.5059 52.3589H231.626C244.826 52.3589 255.524 63.0574 255.524 76.2574V211.682L128.066 116.088Z' fill='%23B9C5C6'/%3E%3Cpath d='M2.09473 67.9482L110.917 153.423C124.652 163.558 131.876 163.718 145.459 153.423L254.11 68.0838C252.225 64.6668 249.403 61.9672 246.176 59.8147L247.67 58.6437C244.023 55.3232 239.36 53.1707 234.185 52.6147L21.9572 52.6222C16.7962 53.1707 12.1262 55.3307 8.48623 58.6437L9.96973 59.8002C6.77973 61.9227 3.98373 64.5757 2.09473 67.9482Z' fill='%23EDECE6'/%3E%3Cpath d='M2.05919 68.1268C1.10369 70.7093 110.815 153.549 110.815 153.549C124.55 163.685 131.774 163.845 145.357 153.549C145.357 153.549 254.908 70.7763 253.986 68.2293L254.008 68.2108C253.997 68.1883 253.979 68.1738 253.964 68.1533C253.035 65.621 251.683 63.2644 249.967 61.1838C249.242 60.3043 248.368 59.5683 247.528 58.8023L247.569 58.7708C247.502 58.7113 247.413 58.6833 247.346 58.6238C243.784 55.4468 239.292 53.3888 234.303 52.8013C234.225 52.7918 234.161 52.7513 234.083 52.7418H233.782C233.024 52.6693 232.302 52.4873 231.525 52.4873H24.4052C14.2062 52.4873 5.56519 58.9013 2.13369 67.8918C2.09269 67.9588 2.02969 68.0073 1.99219 68.0758L2.05919 68.1268Z' fill='%23DCE2E2'/%3E%3C/svg%3E");
        }
    }
}
@media screen and (max-width: 1020px) {
    header {
        position: fixed;
        z-index: 99999;
        background: white;
        width: 100%;
        top: 0;
    }
    .hamberger {
        display: flex;
        right: 30px;
        top: 20px;
        z-index: 999;
    }
}

li:nth-child(2){
    .level_three{
        display: none;
        padding:0;
    }
}
