@media (max-width: 1250px) {
    section.credit-product .container > .wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section.credit-product .choose-credit-product-wrapper .credit-product-btn.active {
        right: 0;
        top: 52px;
    }

    section.credit-product .choose-credit-product-wrapper .credit-product-btn button {
        top: 93px;
        transform: rotate(90deg);
        right: 41%;
    }

    .credit-product-btn {
        position: relative;
    }

    .credit-product-btn.first-credit-product.active ~ .credit-product-btn.second-credit-product {
        position: absolute;
        top: 1532px;
    }

    section.credit-product .credit-product-desc {
        padding-top: 56px;
    }

    section.credit-product .credit-product-desc .credit-product {
        padding-right: 12px;
    }
    section.credit-product .choose-credit-product-wrapper {
        gap: 0;
    }
}


@media (max-width: 1024px) {
    .container {
        padding: 0 24px;
    }

    footer {
        padding-top: 56px;
    }

    footer .footer__wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 16px;
    }

    footer .footer__wrapper .logo-text {
        text-align: center;
    }

    footer .footer__wrapper .logo__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .footer__wrapper .support {
        justify-content: center;
    }

    footer .footer__wrapper .footer-text {
        text-align: center;
    }

    .tel {
        justify-content: center;
    }

    .modal .modal-content .modal-footer .tel {
        justify-content: flex-start;
    }

    footer .footer__wrapper .support h5 {
        text-align: center;
    }

    footer .footer__wrapper .contacts h5 {
        text-align: center;
    }

    footer .footer__wrapper .contacts .contact-wrapper > .wrapper {
        justify-content: center;
    }

    footer .footer__wrapper .contacts .email a {
        margin: 0 auto;
        font-size: 20px;
    }

    .tel .tel-text {
        font-size: 20px;
    }

    .gold-bg-text {
        font-size: 24px;
    }

    .media-1024-hide {
        display: none !important;
    }

    .media-1024 {
        display: block !important;
    }

    h1 {
        font-size: 32px;
        line-height: 39px;
    }

    section.first-screen {
        height: 712px;
    }

    section.first-screen .text {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .container {
        padding: 0 16px;
    }

    .side-menu {
        margin-top: 65px;
    }

    section.credit-product .choose-credit-product-wrapper .credit-product-btn {
        width: 100%;
    }

    .credit-product-btn.first-credit-product.active ~ .credit-product-btn.second-credit-product {
        width: 93vw;
    }

    section.credit-product .choose-credit-product-wrapper {
        width: 100%;
    }

    section.credit-product .credit-product-desc .credit-product ul li .wrapper .name {
        font-size: 20px;
    }

    section.credit-product .credit-product-desc .credit-product ul li .text {
        font-size: 16px;
        line-height: 22px;
    }

    section.credit-product .credit-product-desc .credit-product > .name {
        text-align: center;
    }

    header {
        height: 56px;
        padding-top: 8px;
    }

    header .logo {
        transform: scale(.75);
    }

    section.first-screen {
        padding-top: 56px;
    }

    h1 {
        font-size: 28px;
        line-height: 39px;
        margin-bottom: 16px;
    }

    section.first-screen .text {
        font-size: 14px;
    }

    button.more-btn {
        max-width: 345px;
        width: 100%;
    }
}

@media (max-width: 450px) {
    .credit-product-btn.first-credit-product.active ~ .credit-product-btn.second-credit-product {
        width: 92vw;
    }
}
@media (max-width: 370px) {
    .credit-product-btn.first-credit-product.active ~ .credit-product-btn.second-credit-product {
        width: 91vw;
    }
}
@media (max-width: 350px) {
    .gold-bg-text {
        font-size: 22px;
    }
}