@media (max-width: 1600px) {
    section.first-screen .container {
        flex-direction: column;
        align-items: center;
        text-align: center !important;
    }

    .swiper-nav-btns-wrapper {
        left: 50%;
        transform: translateX(-50%);
    }

    section.first-screen .swiper {
        width: 100%;
    }

    section.first-screen .right-side {
        max-width: 852px;
        width: 100%;
        align-items: center;
    }

    #footer-up {
        top: 260px;
    }

    section.promotion {
        text-align: center !important;
        padding-bottom: 140px;
    }

    section.promotion .text-wrapper {
        margin: 0 auto;
    }

    section.promotion .btn {
        margin-inline: auto;
    }

    section.promotion .additional-info {
        margin: 0 auto;
    }

    section.promotion img.desk {
        display: none;
    }

    section.promotion img.mobile {
        display: block;
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 1440px) {
    footer .footer__wrapper {
        gap: 70px;
    }

    section.first-screen .main-title {
        margin-bottom: -24px;
    }

    header nav ul {
        gap: 24px;
    }
}

@media (max-width: 1240px) {
    footer .footer__wrapper {
        gap: 32px;
    }

    #footer-up {
        top: 240px;
    }

    h2 {
        font-size: 64px;
    }

    section.easy-to-get h5, section.easy-to-get h4 {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    section.first-screen .right-side .calculator-wrapper {
        gap: 0;
    }

    section.first-screen .swiper-slide img {
        margin-bottom: 82px;
    }

    section.first-screen .calculator-wrapper {
        padding: 16px 16px 45px 16px;
    }

    .calculator {
        max-width: 550px;
        width: 100%;
    }

    .calculator-wrapper .calculator-input-wrapper {
        max-width: 550px;
        width: 100%;
    }

    .calculator-calculation__list {
        max-width: 550px;
        width: 100%;
    }

    .calculator-details {
        max-width: 550px;
        width: 100%;
    }

    footer .footer__wrapper {
        flex-direction: column;
        align-items: center;
    }

    footer .footer__wrapper .footer__list {
        border: none;
    }

    footer nav, footer ul, footer .footer__login-content {
        max-width: 580px;
        width: 100%;
    }

    section.first-screen .main-title {
        margin-bottom: -12px;
    }

    .calculator-block-wrapper {
        flex-direction: column;
        align-items: center;
    }

    section.first-screen .right-side .calculator-wrapper {
        max-width: 450px;
    }

    section.first-screen .first-screen__wrapper {
        padding: 40px 15px 40px 15px;
    }

    .telegram-promotion .wrapper {
        flex-direction: column;
        align-items: center;
    }

    .calculator-block-wrapper {
        padding: 15px 15px 40px 15px;
    }

    header nav ul {
        display: none;
    }

    header .buttons-wrapper {
        display: none;
    }

    .media-1024 {
        display: initial !important;
    }

    header .header__wrapper {
        height: 44px;
    }

    header img {
        width: 90px;
    }

}

@media (max-width: 768px) {
    section.promotion h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    section.promotion h5 {
        font-size: 28px;
        margin-bottom: 24px;
    }

    section.promotion .btn {
        max-width: 500px;
        width: 100%;
        height: 68px;
        margin: 32px 0;
    }

    section.easy-to-get .subtitle {
        font-size: 14px;
        margin-top: 16px;
    }

    h2 {
        font-size: 32px;
    }

    section.easy-to-get h5, section.easy-to-get h4 {
        font-size: 32px;
    }

    ul.info-list li {
        padding: 20px 10px;
    }

    ul.info-list .title {
        font-size: 20px;
    }

    .primary-text {
        font-size: 16px;
    }

    section.first-screen .main-title {
        margin-bottom: -12px;
    }

    section.feedback ul.feedback__list li {
        max-width: 260px;
        padding: 20px 10px;
    }

    section.feedback ul.feedback__list li .primary-text {
        font-size: 14px;
    }

    section.feedback ul.feedback__list li .feedback__list-item-header img {
        width: 32px;
        height: 32px;
    }

    section.feedback ul.feedback__list li .wrapper .name {
        font-size: 15px;
    }

    section.feedback ul.feedback__list li .wrapper .feedback-info img {
        width: 16px;
        height: 16px;
    }

    section.feedback ul.feedback__list li .wrapper .feedback-info {
        align-items: center;
    }

    .swiper-nav-btns-wrapper .swiper-button-prev button img, .swiper-nav-btns-wrapper .swiper-button-next button img {
        width: 44px;
        height: 44px;
    }

    .swiper-nav-btns-wrapper {
        gap: 12px;
        bottom: 12px;
    }

    section.feedback ul.feedback__list li .wrapper .feedback-info .date {
        font-size: 12px;
    }

    section.feedback .swiper {
        margin-top: -48px;
    }

    section.feedback {
        padding: 56px 0 72px 0;
    }

    section.feedback ul.feedback__list li {
        margin-bottom: 0;
    }

    section.feedback .swiper-btns-wrapper {
        display: none;
    }


    section.first-screen {
        padding-top: 72px;
    }
}

@media (max-width: 500px) {
    section.first-screen .swiper-slide h5 {
        font-size: 24px;
    }

    section.promotion h4 {
        font-size: 14px;
    }

    section.promotion .additional-info {
        font-size: 10px;
    }

    .container {
        padding: 0 12px;
    }


    .primary-text {
        font-size: 14px;
    }


    section.easy-to-get h5, section.easy-to-get h4, section.easy-to-get h2 {
        font-size: 24px;
        word-break: break-word;
    }

    section.promotion .promotion__wrapper {
        padding: 16px 16px 28px 16px;
        border-radius: 24px;
    }

    section.faq {
        border-radius: 24px;
    }

    .calculator-calculation__list {
        padding: 16px;
        margin-bottom: 24px;
    }

    h2 {
        font-size: 24px;
    }

    section.easy-to-get .subtitle {
        line-height: 1;
    }

    h4 {
        font-size: 24px;
    }

    section.feedback .subtitle {
        font-size: 14px;
    }

    section.faq ul.faq__list li .faq__list-item-header {
        border-radius: 12px;
        height: auto;
    }

    section.faq ul.faq__list li .faq__list-item-header .title {
        font-size: 18px;
    }

    section.promotion {
        padding-bottom: 56px;
    }

    section.easy-to-get {
        padding-bottom: 0;
    }

    ul.info-list {
        margin-top: 48px;
        margin-bottom: 32px !important;
    }

    .calculator-details .btn {
        margin-bottom: 24px;
    }

    section.feedback {
        border-radius: 24px;
    }

    section.first-screen .first-screen__wrapper {
        border-radius: 24px;
    }

    section {
        padding: 56px 0;
    }

    section.promotion h5 {
        font-size: 20px;
    }

    #footer-up {
        top: 175px;
    }

    .all-rights {
        margin-top: 32px;
    }

    footer .footer__wrapper .footer__list.footer__login-content {
        flex-direction: column;
    }

    footer .footer__wrapper .footer__list.footer__login-content .btn {
        width: 100%;
        max-width: 500px;
    }

    footer .footer__wrapper {
        margin: 24px 0;
    }

    footer {
        padding: 34px 0 96px 0;
    }

    footer .footer__additional-info.mb-50 {
        margin-bottom: 24px !important;
    }
}