@media (max-width: 1250px) {
    section.how-to-pay-loan .mobile {
        display: flex;
        justify-content: flex-start;
    }

    section.safety .safety-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section.how-to-pay-loan .desktop {
        display: none;
    }

    section.first-screen .first-screen-wrapper {
        flex-direction: column;
        align-items: center;
    }

    section.first-screen .first-screen-wrapper img {
        width: 600px;
        padding-left: 77px;
    }

    section.first-screen .text-wrapper {
        margin-top: 0;
        align-items: center;
        max-width: 400px;
    }

    section.first-screen .text-wrapper .btn {
        max-width: 400px;
        width: 100%;
    }

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

@media (max-width: 1024px) {
    .media-1024 {
        display: block !important;
    }

    .media-1024-hide {
        display: none !important;
    }

    .media-1024-btn {
        display: flex !important;
    }

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

    .media-1024-list-hide {
        display: none !important;
    }

    .media-1024-hide-btn {
        display: none !important;
    }

    .media-1024-list {
        display: flex !important;
    }

    footer {
        padding-top: 56px;
    }

    header {
        height: 56px;
        padding-top: 8px;
    }

    section.we-always-in-touch .we-always-in-touch__wrapper {
        flex-direction: column;
        align-items: center;
    }

    section.we-always-in-touch .we-always-in-touch__wrapper .text {
        margin: 0px auto;
        margin-bottom: 44px;
    }

    section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch {
        margin: 34px 0;
    }

    section.we-always-in-touch .social-media {
        flex-direction: column;
        row-gap: 16px;
        align-items: center;
    }

    section.we-always-in-touch .social-media .wrapper {
        display: flex;
        column-gap: 16px;
    }

    section.we-always-in-touch .we-always-in-touch__wrapper .social-media .text {
        margin-bottom: 0;
    }

    footer .footer__wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 16px;
    }

    footer .footer__wrapper .logo-text {
        text-align: center;
    }

    .header-btns {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 16px;
    }

    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;
    }

    footer .footer__wrapper .support h5 {
        text-align: center;
    }

    footer {
        padding-bottom: 48px;
    }
}

@media (max-width: 950px) {
    section.how-to-pay-loan .mobile {
        display: flex;
        justify-content: flex-start;
    }

}

@media (max-width: 700px) {
    section.safety .safety-wrapper > img {
        width: 100%;
    }

    section.safety .safety-wrapper {
        gap: 24px;
    }

    section.safety .safety-wrapper ul {
        gap: 24px;
    }

    section.safety .safety-wrapper ul li img {
        width: 55px;
    }
}

@media (max-width: 610px) {
    section.first-screen {
        overflow: hidden;
    }

    section.first-screen .first-screen-wrapper img {
        width: 110%;
        padding-left: 0;
    }
}

@media (max-width: 550px) {
    section.we-always-in-touch .resp {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .container {
        padding: 0 12px;
    }

    section.safety .safety-wrapper ul li .name {
        font-size: 24px;
    }

    section.safety .safety-wrapper ul li .text {
        font-size: 18px;
    }

    section.how-to-pay-loan {
        padding: 48px 0;
    }

    section.how-to-pay-loan .text {
        display: none;
    }

    h1 {
        font-size: 28px;
        margin-bottom: 0;
    }

    section.first-screen .text {
        font-size: 14px;
        text-align: center;
        margin-bottom: 12px;
    }

    section.first-screen .text-wrapper {
        gap: 12px;
    }

    section.how-to-pay-loan h3 {
        font-size: 24px;
    }

    section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch li .item-to-show input::placeholder {
        font-size: 14px;
    }

    section.we-always-in-touch .we-always-in-touch__wrapper .text {
        font-size: 16px;
    }

    section.we-always-in-touch .we-always-in-touch__wrapper h2 {
        font-size: 24px;
    }

    section.license {
        padding: 64px 0;
    }

    section.license ul.info-links-btn {
        margin-top: 32px;
    }
}

@media (max-width: 300px) {
    section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch li .item-to-show input::placeholder {
        font-size: 14px;
    }

    section.we-always-in-touch .we-always-in-touch__wrapper .we-always-in-touch li .item-to-show input {
        font-size: 14px;
    }

}
