header {
    position: sticky;
    top: 0;
    left: 0;
    background: var(--white);
    z-index: 100;
} .header__content {
    position: relative;
    padding: 20px 0;
    border: 1px solid #cce0e8;
} nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
} .nav_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
} .nav_top_left {
    display: flex;
    align-items: center;
    gap: 20px;
} .nav_top_left a {
    width: fit-content;
    max-height: 50px;
}  .nav_top_right {
    display: flex;
    gap: 30px;
} .nav_top_right a:hover {
    color: var(--green);
} .nav_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
} .nav_bottom_left {
    display: flex;
    align-items: center;
    gap: 30px;
} .nav_bottom_left a:hover {
    color: var(--green);
} .nav_bottom_right {
    display: flex;
} .nav_bottom_right .nav__support {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 20px;
} .nav_bottom_right .nav__support:hover p {
    color: var(--red);
} .nav_bottom_right__text {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
} .nav_bottom_right__text p {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    transition: 0.3s linear;
} .nav_bottom_right__text span {
    font-size: 13px;
    font-weight: 400;
    line-height: 20.8px;
} .nav__callback {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid var(--green);
    color: var(--green);
    text-transform: uppercase;
    border-radius: 500px;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    overflow: hidden;
    z-index: 0;
} .nav__callback::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--greenGradient);
    opacity: 0;
    transition: 0.3s linear;
    z-index: -1;
} .nav__callback:hover::before {
    opacity: 1;
} .nav__callback:hover {
    color: var(--white);
} .nav__lang {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #CCE0E8;
    color: var(--blue);
    text-transform: uppercase;
    border-radius: 500px;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    overflow: hidden;
    z-index: 0;
} .nav__lang::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--blueGradient);
    opacity: 0;
    transition: 0.3s linear;
    z-index: -1;
} .nav__lang:hover::before {
    opacity: 1;
} .nav__lang:hover {
    color: var(--white);
} /* .header__dropdown a::after {
    content: '';
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 6px;
    width: 6px;
    height: 6px;
    background: var(--green);
    border-radius: 50%;
} .header__dropdown.active a::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: inherit;
    height: 3px;
    border-radius: 10px;
    background: var(--green);
    opacity: 0;
    transition: 0.3s linear;
} .header__dropdown.active a::before {
    opacity: 1;
} */ .menu_two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.header__popup {
    position: absolute;
    top: 159px;
    z-index: 10;
    width: 100%;
    height: 0;
    opacity: 1;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
} .header__popup.active {
    height: 100vh;
    user-select: all;
    pointer-events: all;
} .header__popup-menu {
    position: relative;
    z-index: 11;
    background: var(--white);
} .header__popup-overlay {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(35, 31, 32, 0.5);
    backdrop-filter: blur(15px);
} .header__popup .header__popup-menu .container_mini {
    padding-top: 30px;
    padding-bottom: 40px;
} .header__dropdowns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 30px;
} .header__dropdown-menu li {
    margin-top: 15px;
} .header__dropdown-menu a {
    display: inline-block;
    width: 100%;
    letter-spacing: 3%;
    user-select: none;
    transition: 0.3s linear;
} .header__dropdown-menu li:hover a {
    color: var(--green);
} .header__dropdown-menu > ul li:last-child a, .header__dropdown-menu > ul li a.last {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: var(--green);
} .header__dropdown-menu > ul li.no-last:last-child a {
    text-transform: unset;
    font-size: 17px;
    font-weight: 400;
    color: var(--black);
} .header__dropdown-menu > ul li.no-last:last-child:hover a {
    color: var(--green);
} .header__dropdown-menu > ul li:last-child a:hover {
    color: var(--blue);
} .header__dropdown-menu.header__dropdown-menu_standart > ul li a {
    text-transform: unset;
    font-size: 17px;
    font-weight: 400;
    color: var(--black);
} .header__dropdown-menu.header__dropdown-menu_standart > ul li:hover a {
    color: var(--green);
} .header__popup-buttons {
    display: flex;
    margin-top: 30px;
}

#header-mobile {
    display: none;
} #header-mobile .header__content {
    position: relative;
    z-index: 11;
    background: var(--white);
} #header-mobile nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
} #header-mobile .nav__support p {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
    color: var(--black);
} #header-mobile .nav__support span {
    font-size: 13px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0.03em;
    text-align: left;
    color: var(--red);
} #header-mobile nav a img {
    width: 104px;
} #header-mobile nav .nav_top_left > img {
    display: none;
} #header-mobile .bars {
    display: block;
    position: relative;
    width: 25px;
    height: 3px;
    background: #6c7e86;
    border-radius: 100px;
    transition: 0.5s;
} #header-mobile .bars::before,
  #header-mobile .bars::after {
    content: '';
    display: block;
    background: #6c7e86;
    width: 100%;
    height: 3px;
    position: absolute;
    border-radius: 100px;
    transition: 0.5s;
} #header-mobile .bars::before {
    top: -9px;
} #header-mobile .bars::after {
    top: 9px;
} .burger {
    display: flex;
    justify-content: center;
    align-items: center;
} #header-mobile .burger.active .bars {
    background: transparent;
} #header-mobile .burger.active .bars::before {
    transform: rotate(45deg);
    top: 0;
} #header-mobile .burger.active .bars::after {
    transform: rotate(-45deg);
    top: 0;
}

@media (max-width: 1100px) {
    header {
        display: none;
    } #header-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        z-index: 99;
    } #header-mobile .header__popup_mobile {
        position: fixed;
        top: -120%;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding-bottom: 87px;
        transition: 0.5s linear;
    } #header-mobile .header__popup_mobile.active {
        top: 87px;
    } #header-mobile .header__popup-buttons {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: -200%;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #cce0e8;
        background: #FFFFFF;
        z-index: 10;
        transition: 0s;
    } #header-mobile .header__popup_mobile.active .header__popup-buttons {
        bottom: 0;
    } #header-mobile .header__dropdown-menu {
        gap: 24px;
    } #header-mobile .header__dropdown-menu h4, #header-mobile .header__dropdown-menu .h4 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 28.8px;
        color: var(--black);
    } #header-mobile .header__dropdown-menu h4.parent::after, #header-mobile .header__dropdown-menu .h4.parent::after {
        content: '';
        display: inline-block;
        margin-bottom: 2px;
        margin-left: 6px;
        width: 6px;
        height: 6px;
        background: var(--green);
        border-radius: 50%;
    } #header-mobile .header__dropdowns {
        max-width: 100%;
        grid-template-columns: 1fr;
        padding: 20px 25px;
        padding-bottom: 100px;
    } #header-mobile .header__dropdown-menu.accordion__item_active {
        gap: 16px;
        margin-bottom: 24px;
    } #header-mobile .header__dropdown-menu ul {
        overflow: hidden;
    } #header-mobile .header__dropdown-menu ul li:first-of-type {
        margin-top: 0;
    } #header-mobile .accordion__header {
        padding: 0;
    } 
} 