@media (max-width: 1600px) {
    section.first-screen {
        background-position: -150px -10px;
    }
}


@media (max-width: 1440px) {
    section.first-screen {
        background-position: -300px -10px;
    }
}

@media (max-width: 1024px) {
    section.first-screen {
        background-position: -650px -10px;
    }

    footer .tel {
        justify-content: center;
    }

    footer .licence-wrapper {
        gap: 24px;
    }

    footer .footer__wrapper {
        flex-direction: column;
        align-items: center;
        gap: 32px;
        text-align: center !important;
    }

    footer .licence-wrapper .links-wrapper {
        gap: 16px;
    }

    footer .licence-wrapper .links-wrapper a {
        max-width: 345px;
        width: 100%;
        height: 48px;
        border: 1px solid #D39433;
        background: transparent;
        padding: 14px 24px;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        color: #D39433;
    }

    footer .licence-wrapper .links-wrapper .media-1024 {
        display: block !important;
    }

    footer .media-1024-hide {
        display: none !important;
    }

    section.calculation-example .calculation-example-wrapper {
        flex-direction: column;
        gap: 16px;
        padding: 16px 8px;
    }

    section.calculation-example .info-wrapper {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }

    section.calculation-example .btns-wrapper {
        width: 100%;
        justify-content: center;
    }

    section.app-download .app-download-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    section.app-download .play-market-btn {
        display: none;
    }

    section.app-download .play-market-btn.mobile-1024 {
        display: flex !important;
        max-width: 589px;
        width: 100%;
    }

    section.app-download {
        padding-bottom: 64px;
        padding-top: 64px;
    }

    section.app-download .app-download-wrapper > .img-wrapper img {
        margin-right: 0;
    }

    section.app-download {
        text-align: center !important;
    }

    section.app-download h3 {
        margin-top: 0;
    }
}

@media screen and (max-width: 880px) {
    .swiper-carousel-container {
        transform: scale(0.8) translateX(-62.5%);
    }

    section.socials {
        height: 677px;
    }

    .swiper-socials-carousel-button-prev, .swiper-socials-carousel-button-next {
        top: 400px;
    }

    section.socials .text {
        margin-bottom: -30px;
    }
}

@media (max-width: 768px) {
    section.first-screen .first-screen-wrapper {
        max-width: 9999px;
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    section.first-screen .text {
        text-align: left;
    }

    section.first-screen .first-screen-wrapper > img {
        width: 178px;
    }

    section.first-screen {
        background-position: -800px -10px;
        padding-top: 48px;
        text-align: center !important;
    }

    section.first-screen h1 {
        text-align: center;
    }

    section.first-screen .btns-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
        margin-top: 32px;
        max-width: 400px;
        width: 100%;
    }

    section.first-screen .btns-wrapper a {
        max-width: 400px;
        width: 100%;
        gap: 8px;
    }
}

@media screen and (max-width: 650px) {
    section.calculation-example .btns-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    section.calculation-example a.btn {
        max-width: 400px;
    }

    section.app-download .app-download-wrapper > .img-wrapper > img {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    section.first-screen {
        background: url("../img/first-screen-mobile-bg.png"), #1D2228;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right bottom;
        min-height: 750px;
    }

    section.first-screen {
        padding-top: 32px;
    }

    section.first-screen .first-screen-wrapper > img {
        position: absolute;
        left: 0;
        bottom: -60px;
    }

    section.first-screen .first-screen-wrapper {
        align-items: center;
    }

    h3 {
        font-size: 24px;
    }

    h1 {
        font-size: 28px;
        text-align: center;
    }

    section.first-screen .text {
        font-size: 14px;
    }

    section.loan h2 {
        font-size: 28px;
    }

    footer {
        padding: 54px 0;
    }

    section.calculation-example {
        padding: 64px 0;
    }

    section.calculation-example .calculation-example-wrapper .calculation .wrapper .name {
        font-size: 15px;
    }

    section.calculation-example .calculation-example-wrapper .calculation-details .detail {
        font-size: 15px;
    }

    section.loan {
        padding: 64px 0;
    }

    section.get-loan {
        padding: 64px 0;
    }

    section.get-loan ul li {
        flex-direction: row;
        max-width: 400px;
        width: 100%;
        min-height: 139px;
        padding: 32px;
    }

    section.get-loan ul li .number {
        flex-shrink: 0;
    }

    .container {
        padding: 0 16px;
    }

    section.app-download .app-download-wrapper > .img-wrapper > img {
        content: url(../img/download-app-mobile-img.svg);
    }

    h1 {
        font-size: 28px;
        line-height: 120%;
    }

    section.loan .text {
        font-size: 16px;
        line-height: 130%;
    }

    header {
        height: 56px;
    }

    header img {
        width: 130px;
    }

    .swiper-socials-carousel-button-prev, .swiper-socials-carousel-button-next {
        top: 360px;
    }

    .swiper-carousel-container {
        transform: scale(0.6) translateX(-83.33%);
    }

    section.socials {
        height: 568px;
    }

    section.socials .text {
        margin-bottom: -80px;
    }
}

@media (max-width: 450px) {
    section.socials {
        height: 595px;
    }

    .swiper-socials-carousel-button-prev, .swiper-socials-carousel-button-next {
        top: 393px;
    }
}


@media (max-width: 400px) {
    section.socials {
        height: 536px;
    }

    .swiper-carousel-container {
        transform: scale(0.5) translateX(-100%);
    }

    section.socials .text {
        margin-bottom: -110px;
    }

    .swiper-socials-carousel-button-prev, .swiper-socials-carousel-button-next {
        transform: scale(.9);
        top: 365px;
    }
}

@media screen and (max-width: 350px) {
    section.socials {
        height: 515px;
    }

    section.socials .text {
        font-size: 14px;
        line-height: 20px;
    }

    .swiper-socials-carousel-button-prev, .swiper-socials-carousel-button-next {
        top: 340px;
    }

    section.socials h3 {
        font-size: 24px;
    }
}

/* Social Carousel Navigation Buttons - Media Queries */
@media screen and (max-width: 1400px) {
    .swiper-socials-carousel-button-prev {
        margin-left: 30px;
    }

    .swiper-socials-carousel-button-next {
        margin-left: 1150px;
    }
}

@media screen and (max-width: 1250px) {
    .swiper-socials-carousel-button-prev {
        margin-left: 0;
        left: 1%;
    }

    .swiper-socials-carousel-button-next {
        margin-left: 0;
        right: 1%;
    }
}

@media screen and (max-width: 880px) {
    .swiper-socials-carousel-button-prev,
    .swiper-socials-carousel-button-next {
        top: 400px;
    }
}

@media screen and (max-width: 600px) {
    .swiper-socials-carousel-button-prev {
        left: 5%;
        transform: scale(.8);
        top: 340px;
    }

    .swiper-socials-carousel-button-next {
        right: 5%;
        transform: scale(.8);
        top: 340px;
    }
}

@media screen and (max-width: 500px) {
    .swiper-socials-carousel-button-prev,
    .swiper-socials-carousel-button-next {
        top: 360px;
    }
}

@media screen and (max-width: 450px) {
    .swiper-socials-carousel-button-prev,
    .swiper-socials-carousel-button-next {
        top: 393px;
    }
}

@media screen and (max-width: 400px) {
    .swiper-socials-carousel-button-prev,
    .swiper-socials-carousel-button-next {
        transform: scale(.9);
        top: 365px;
    }
}

@media screen and (max-width: 350px) {
    .swiper-socials-carousel-button-prev,
    .swiper-socials-carousel-button-next {
        top: 340px;
    }
}