@media (max-width: 991px) {
    .header-info__mail-link:active {
        color: #00b74f;
    }
    .green-btn:active {
        background: #1ebf64;
    }
    .footer-bottom__policy:active {
        color: #00b74f;
        opacity: 1;
    }
    .footer-top__nav ul li a:active {
        color: #00b74f;
    }
    .footer-top__mail:active {
        color: #00b74f;
    }
    .header-info__phone-link:active {
        opacity: 0.8;
    }
    .footer-top__phone:active {
        opacity: 0.8;
    }
}
@media (min-width: 992px) {
    .header-info__mail-link:hover {
        color: #00b74f;
    }
    .green-btn:hover {
        background: #1ebf64;
    }
    .footer-bottom__policy:hover {
        color: #00b74f;
        opacity: 1;
    }
    .footer-top__nav ul li a:hover {
        color: #00b74f;
    }
    .footer-top__mail:hover {
        color: #00b74f;
    }
    .header-info__phone-link:hover {
        opacity: 0.8;
    }
    .footer-top__phone:hover {
        opacity: 0.8;
    }
}

.header *,
.header *::before,
.header *::after,
.footer *,
.footer *::before,
.footer *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header,
.footer {
    font-family: 'Noto Sans', sans-serif;
}
.header-top {
    padding: 16px 0;
}
.header-top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.header-logo__link {
    display: inline-block;
    max-width: 228px;
    max-height: 74px;
}
.header-logo__link img {
    width: 100%;
    height: 100%;
    max-height: inherit;
}
.header-logo__info {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #696969;
    max-width: 234px;
}
.header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    margin-left: auto;
}
.header-info__item-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #212121;
    opacity: 0.7;
    margin-bottom: 4px;
}
.header-info__mail-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    text-decoration: none;
    margin-top: 4px;
    display: inline-block;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
.header-info__phone-link {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #00b74f;
    text-decoration: none;
    display: inline-block;
    margin-top: 4px;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.header-info__item {
    position: relative;
    padding-left: 24px;
    min-width: 175px;
}
.header-info__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}
.header-info__city.header-info__item::before {
    background-image: url('../images/icons/location.svg');
}
.header-info__mail.header-info__item::before {
    background-image: url('../images/icons/mail.svg');
}
.header-info__phone.header-info__item::before {
    background-image: url('../images/icons/phone.svg');
}
.green-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #fff;
    padding: 7px 29px;
    background: #00b74f;
    -webkit-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    cursor: pointer;
    text-decoration: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.header-top__buttons .green-btn {
    min-width: 197px;
}
.header-mobile__btn {
    display: none;
}
.header-top__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    margin-left: auto;
}
.header-info__city .select2-selection.select2-selection--single {
    font-family: 'Noto Sans', sans-serif;
    width: -webkit-fill-available;
}
.header-info__city
    .select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    font-family: 'Noto Sans', sans-serif;
}
.header-info__city .select2-selection__rendered {
    padding: 0px !important;
}
.header-info__city .select2-container--default .select2-selection--single {
    border: none;
}
.header-info__city .select2-selection__arrow {
    position: relative !important;
}
.header-info__city .select2-selection.select2-selection--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}
.header-info__city
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    background-image: url('../images/icons/curet.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 9px;
    min-width: 9px;
    height: 5px;
}
.header-info__city .select2-container .select2-selection--single .select2-selection__rendered {
    letter-spacing: 0.02rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
}
.header-info__city
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: none;
}
.header-info__city .select2-container {
    min-width: 151px;
}
.header-info__city .select2-dropdown {
    border: none;
    min-width: 170px;
    border-radius: 4px;
}
.header-info__city .select2-container--default .select2-results__option--selected {
    background: #aaa;
    color: #fff;
}
.header-info__city
    .select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background: #00b74f;
}
.select2-results__option.select2-results__option--selectable.select2-results__option--selected.select2-results__option--highlighted {
    background: #aaa;
    color: #fff;
}
.header-info__city .select2-results__option.select2-results__option--selectable {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header-info__city
    .select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar {
    display: none;
}
.header-info__city .select2-container--default .select2-results > .select2-results__options {
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-radius: 3px;
    max-height: 220px;
}
.header-bottom__buttons {
    display: none;
}
.header-bottom {
    background: #00b74f;
}
.header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
}
.header-nav ul li a {
    display: inline-block;
    padding: 16px 54px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 127%;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    letter-spacing: 0.01rem;
    cursor: pointer;
}
.header-nav ul li a:hover {
    background: #fff;
    color: #00b74f;
}
.header-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header-banner__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 108%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: 19px;
}
.header-banner__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #212121;
    margin-bottom: 30px;
    letter-spacing: 0.01rem;
}
.header-banner__content {
    max-width: 652px;
}
.header-banner__btn.green-btn {
    padding: 17px 67px;
    min-width: 286px;
    line-height: 137%;
}
.header-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 65px 0 56px;
    min-height: 484px;
}
.footer {
    background: #f0f5f0;
}
.footer-top {
    padding: 50px 0 44px;
}
.footer-top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-top__logo {
    display: inline-block;
    max-width: 165px;
    max-height: 54px;
    margin-bottom: 42px;
}
.footer-top__logo img {
    width: 100%;
    height: 100%;
    max-height: inherit;
}
.footer-top__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 18px;
}
.footer-top__phone {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 117%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #00b74f;
    text-decoration: none;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.footer-top__mail {
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    text-decoration: none;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
.footer-top__address {
    max-width: 271px;
}
.footer-top__address address {
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    font-style: normal;
    letter-spacing: 0.006rem;
}
.footer-top__address span {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    text-align: right;
    color: #212121;
    opacity: 0.5;
    margin-top: 7px;
}
.footer-top__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 115px;
    padding-top: 36px;
}
.footer-top__nav {
    width: 208px;
}
.footer-top__nav p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #212121;
    opacity: 0.5;
    margin-bottom: 32px;
}
.footer-top__nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.footer-top__nav ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    text-decoration: none;
    letter-spacing: 0.008rem;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
.footer-bottom {
    padding-bottom: 36px;
}
.footer-bottom__inner {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: 0.01rem;
}
.footer-bottom__copy {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #212121;
    opacity: 0.5;
    letter-spacing: 0.006rem;
}
.footer-bottom__policy {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #212121;
    opacity: 0.5;
    text-decoration: none;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

@media (max-width: 1280px) {
    .footer-bottom__policy {
        font-size: 13px;
    }
    .footer-bottom__copy {
        font-size: 13px;
    }
    .footer-top__nav p {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .footer-top__nav ul li a {
        font-size: 15px;
    }
    .footer-top__nav ul {
        gap: 15px;
    }
    .footer-top__phone {
        font-size: 20px;
    }
    .footer-top__menu {
        gap: 80px;
        padding-top: 26px;
    }
    .footer-top__logo {
        margin-bottom: 26px;
        max-width: 149px;
        max-height: 48px;
    }
    .footer-top__mail {
        font-size: 15px;
    }
    .footer-top__address address {
        font-size: 15px;
    }
    .footer-top__address {
        max-width: 236px;
    }
    .footer-top__address span {
        font-size: 14px;
    }
    .footer-top {
        padding: 40px 0 36px;
    }
    .footer-top__contacts {
        row-gap: 15px;
    }
    .footer-top__nav {
        width: 177px;
    }
    .header-logo__link {
        max-width: 148px;
        max-height: 48px;
    }
    .header-logo__info {
        font-size: 12px;
        max-width: 184px;
    }
    .header-info__item-title {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .header-info__phone-link {
        font-size: 18px;
    }
    .header-info__mail-link {
        font-size: 15px;
    }
    .header-info__city
        .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        font-size: 13px;
    }
    .header-info__city .select2-results__options li {
        font-size: 13px;
    }
    .header-info__city .select2-container--default .select2-results > .select2-results__options {
        max-height: 169px;
    }
    .header-top {
        padding: 10px 0;
    }
    .header-nav ul li a {
        padding: 13px 44px;
        font-size: 14px;
    }
    .green-btn {
        font-size: 14px;
    }
    .header-banner__title {
        font-size: 44px;
        margin-bottom: 12px;
    }
    .header-banner__subtitle {
        font-size: 18px;
    }
    .header-banner__content {
        max-width: 598px;
    }
    .header-banner__btn.green-btn {
        padding: 14px 68px;
        min-width: 250px;
    }
    .header-banner__inner {
        min-height: 430px;
        padding: 50px 0 60px;
    }
    .header-info {
        gap: 12px;
    }
    .header-info__city .select2-dropdown {
        min-width: 152px;
    }
    .header-top__buttons .green-btn {
        min-width: 172px;
    }
    .header-logo {
        gap: 6px;
    }
}
@media (max-width: 1092px) {
    .header-logo__info {
        display: none;
    }
}
@media (max-width: 991px) {
    .footer-bottom__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }
    .footer-top__menu {
        gap: 50px;
    }
    .header-top__buttons {
        display: none;
    }
    .header-info__mail.header-info__item {
        display: none;
    }
    .header-info__item-title {
        display: none;
    }
    .header-info {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #00b74f;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 7px 15px 9px;
    }
    .header-info__city .select2-selection.select2-selection--single {
        background: transparent;
    }
    .header-info__phone.header-info__item::before {
        background-image: url('../images/icons/phone-mob.svg');
    }
    .header-info__city.header-info__item::before {
        background-image: url('../images/icons/location-mob.svg');
    }
    .header-info__city
        .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        font-size: 18px;
        line-height: 114%;
        color: #fff;
    }
    .header-info__city
        .select2-container--default
        .select2-selection--single
        .select2-selection__arrow {
        background-image: url('../images/icons/curet-mob.svg');
    }
    .header-info__item::before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header-info__phone {
        padding: 3px 0 3px 24px;
    }
    .header-info__phone-link {
        font-size: 18px;
        line-height: 114%;
        color: #fff;
    }
    .header-bottom {
        width: 100%;
        background: #fff;
        position: absolute;
        top: -100%;
        -webkit-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        padding: 10px 0 20px;
    }
    .header-bottom.active {
        top: 118px;
    }
    .header-mobile__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 6px;
        padding: 13px 11px;
        width: 44px;
        height: 44px;
        background: #fafafa;
    }
    .header-mobile__btn span {
        display: inline-block;
        width: 100%;
        height: 2px;
        background: #00b74f;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    }
    .header-mobile__btn.close span:nth-child(1) {
        -webkit-transform: rotate(45deg) translateY(2.5px) translateX(2px);
        -ms-transform: rotate(45deg) translateY(2.5px) translateX(2px);
        transform: rotate(45deg) translateY(2.5px) translateX(2px);
    }
    .header-mobile__btn.close span:nth-child(2) {
        display: none;
    }
    .header-mobile__btn.close span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translateY(-4px) translateX(2.5px);
        -ms-transform: rotate(-45deg) translateY(-4px) translateX(2.5px);
        transform: rotate(-45deg) translateY(-4px) translateX(2.5px);
    }
    .header-nav ul li a {
        font-size: 15px;
        line-height: 129%;
        color: #212121;
        padding: 9px 0;
        width: 100%;
    }
    .header-nav ul li {
        width: 100%;
    }
    .header-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header-bottom__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 8px;
        margin-top: 17px;
    }
    .header-top {
        position: relative;
        z-index: 100;
        background: #fff;
        padding-top: 60px;
    }
    .header-bottom__buttons .green-btn {
        width: 100%;
        padding: 14px;
    }
    .header-banner__title {
        font-size: 37px;
        margin-bottom: 9px;
    }
    .header-banner__subtitle {
        font-size: 16px;
    }
    .header-banner__content {
        max-width: 378px;
    }
    .header-banner__inner {
        min-height: 372px;
        padding: 40px 0 50px;
    }
    .header-info__city .select2-results__options li {
        font-size: 16px;
    }
    .header-info__city .select2-dropdown {
        min-width: 190px;
        left: -24px;
        top: 3px;
    }
    .header-info__city .select2-container--default .select2-results > .select2-results__options {
        max-height: 288px;
    }
    .header-top__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 991px) and (min-width: 430px) {
    .select2.select2-container.select2-container--default {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
    }
}
@media (max-width: 768px) {
    .footer-top__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-top {
        padding: 30px 0 32px;
    }
    .footer-top__logo {
        max-width: 107px;
        max-height: 44px;
        height: 44px;
        margin-bottom: 20px;
    }
    .footer-top__address {
        max-width: 85%;
    }
    .footer-top__contacts {
        row-gap: 14px;
    }
    .footer-top__phone {
        font-size: 17px;
        line-height: 118%;
    }
    .footer-top__mail {
        font-size: 13px;
        line-height: 138%;
    }
    .footer-top__address address {
        font-size: 13px;
        line-height: 138%;
    }
    .footer-top__address span {
        font-size: 12px;
        line-height: 117%;
        letter-spacing: 0.008rem;
    }
    .footer-top__menu {
        padding-top: 38px;
        gap: 16px;
    }
    .footer-top__nav p {
        font-size: 12px;
        line-height: 117%;
        margin-bottom: 10px;
    }
    .footer-top__nav ul li a {
        font-size: 13px;
        line-height: 138%;
    }
    .footer-top__nav ul {
        gap: 8.5px;
    }
    .footer-bottom__inner {
        padding-top: 10px;
    }
    .footer-bottom {
        padding-bottom: 20px;
    }
    .footer-bottom__copy {
        font-size: 12px;
        line-height: 125%;
    }
    .footer-bottom__policy {
        font-size: 12px;
        line-height: 125%;
        letter-spacing: 0.007rem;
    }
    .footer-top__nav {
        width: 159px;
    }
    .header-logo__link {
        max-width: 158px;
        max-height: 44px;
    }
    .header-top {
        padding: 13px 0 12px;
    }
    .header-info__city
        .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        font-size: 14px;
        letter-spacing: 0.01rem;
    }
    .header-info__item::before {
        width: 16px;
        height: 16px;
    }
    .header-info__phone-link {
        font-size: 14px;
        margin-top: 0;
    }
    .header-info__item {
        padding-left: 20px;
    }
    .header-info__phone {
        padding: 1px 0 0px 23px;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }
    .header-top {
        padding: 45px 0 12px;
    }
    .header-bottom.active {
        top: 101px;
        padding: 5px 0 20px;
    }
    .header-nav ul li a {
        font-size: 14px;
    }
    .header-info {
        padding: 2px 20px 2px;
    }
    .header-info__city .select2-results__options li {
        font-size: 14px;
    }
    .header-info__city .select2-dropdown {
        min-width: 157px;
    }
    .header-mobile__btn {
        padding: 13.5px 13px;
        row-gap: 5px;
    }
    .header-mobile__btn span {
        height: 1.5px;
    }
    .header-banner__btn.green-btn {
        padding: 12px 68px;
        font-size: 13px;
    }
    .header-bottom__buttons .green-btn {
        padding: 12.5px;
        letter-spacing: -0.02rem;
    }
    .header-mobile__btn.close span:nth-child(1) {
        -webkit-transform: rotate(45deg) translateY(1.5px) translateX(2px);
        -ms-transform: rotate(45deg) translateY(1.5px) translateX(2px);
        transform: rotate(45deg) translateY(1.5px) translateX(2px);
    }
    .header-mobile__btn.close span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translateY(-2.5px) translateX(3px);
        -ms-transform: rotate(-45deg) translateY(-2.5px) translateX(3px);
        transform: rotate(-45deg) translateY(-2.5px) translateX(3px);
    }
}
@media (max-width: 620px) {
    .header-banner__content {
        max-width: 306px;
    }
}
@media (max-width: 430px) {
    .header-banner__inner {
        min-height: 506px;
        padding: 30px 0;
    }
    .header-banner__btn.green-btn {
        width: 100%;
    }
    .header-banner__title {
        font-size: 34px;
        line-height: 118%;
    }
    .header-banner__subtitle {
        font-size: 16px;
        line-height: 137%;
    }
    .header-info {
        gap: inherit;
    }
    .header-banner__content {
        max-width: 100%;
    }
}
@media (max-width: 370px) {
    .footer-top__menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 30px;
    }
}
@media (max-width: 350px) {
    .header-info {
        padding: 2px 10px 2px;
    }
}
