@media (max-width: 1600px) {
    section.get-loan-easy img.upper-eye {
        top: -12px;
        right: -3%;
        transform: scale(.8);
    }

    section.get-loan-easy img.lower-eye {
        bottom: -12px;
        left: -3%;
        transform: scale(.8);
    }
}

@media (max-width: 1250px) {
    section.get-loan-easy img.lower-eye {
        display: none;
    }

    section.get-loan-easy {
        padding-top: 0px;
    }

    section.get-loan-easy img.phone {
        margin-top: 64px;
    }

    section.get-loan-easy .content .text {
        text-align: center;
    }

    section.get-loan-easy .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.get-loan-easy img.upper-eye {
        position: relative;
        display: block;
        padding-right: 50px;
    }

    section.get-loan-easy .content {
        flex-direction: column;
        align-items: center;
    }

    section.get-loan-easy .content > .wrapper {
        padding-top: 0;
    }

    section.get-loan-easy h3 {
        text-align: center;
        font-size: 24px;
    }

    section.get-loan-easy .content .sub-title {
        text-align: center;
        font-size: 20px;
    }

    section.get-loan-easy .content .btn {
        max-width: 345px;
        width: 100%;
        margin: 32px auto 0 auto;
    }
}

@media (max-width: 1110px) {
    footer .footer-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 21px;
    }

    footer .footer-wrapper .company {
        align-items: center;
        text-align: center;
    }

    footer nav ul {
        column-gap: 16px;
        flex-direction: row;
        justify-content: center;
    }

    footer .footer-info {
        align-items: center;
    }

    footer .footer-info .wrapper span {
        text-align: center;
    }

    footer .rights {
        margin-top: 21px;
    }

    footer {
        padding: 64px 0;
    }

    .tel {
        margin: 0 auto;
    }
}

@media (max-width: 930px) {
    section.calculator-section .calculator-wrapper {
        flex-direction: column;
        align-items: center;
        width: fit-content;
        padding: 16px;
        margin-top: 32px;
    }

    section.calculator-section {
        padding-bottom: 150px;
    }

    #scrollToTopBtn {
        right: 17px;
    }
}

@media (max-width: 768px) {
    .info {
        flex-direction: column;
    }

    .map {
        min-height: 400px;
        width: 100%;
    }
}

@media (max-width: 700px) {

    h3 {
        font-size: 24px;
        line-height: 28.8px;
    }

    footer {
        padding: 48px 0;
    }

    .cookie-modal {
        padding: 48px 24px;
        gap: 24px;
    }
}

@media (max-width: 600px) {

    section.get-loan-easy img.phone {
        width: 90vw;
    }

    h5 {
        font-size: 20px;
        line-height: 24px;
    }

    section {
        padding: 48px 0;
    }

    .container {
        padding: 0 20px;
    }

    header {
        height: 56px;
    }

    header .wrapper {
        height: 56px;
    }

    header .btns-wrapper {
        display: none;
    }

    header .wrapper {
        gap: 24vw;
    }

    .sub-title {
        font-size: 14px;
        line-height: 16.8px;
    }

    h1 {
        font-size: 32px;
        line-height: 33.6px;
    }

    section.calculator-section .calculator-wrapper .calculator, section.calculator-section .calculator-wrapper .loan-details {
        /*max-width: 325px;*/
        padding: 16px 16px 24px 16px;
    }

    section.calculator-section .calculator-wrapper {
        gap: 16px;
    }

    section.calculator-section .calculator-wrapper .loan-details .loan-details-wrapper {
        font-size: 11px;
        line-height: 14.4px;
    }

    section.calculator-section .calculator-wrapper .loan-details .loan-details-wrapper {
        gap: 10px;
        margin-bottom: 16px;
    }

    section.calculator-section {
        padding-bottom: 250px;
        padding-top: 64px;
    }

    section.calculator-section .calculator-wrapper {
        margin-top: 30px;
        padding: 10px;
    }

    section.calculator-section .calculator-wrapper .loan-details .btn {
        font-size: 14px;
    }

    h2 {
        font-size: 24px;
        line-height: 28.8px;
    }
}

@media (max-width: 500px) {

    section.breadcrumb-pt {
        padding-top: 70px;
    }

    .container {
        padding: 0 16px;
    }

    section.calculator-section .calculator-wrapper .loan-details .loan-details-wrapper {
        padding: 10px;
    }

    header .logo {
        width: 108px;
        height: 24px;
        line-height: 16.8;
    }

}

@media (max-width: 425px) {
    section.calculator-section .calculator-wrapper {
        width: 100%;
    }

    section.get-loan-easy img.upper-eye {
        width: 100vw;
    }
}

@media (max-width: 375px) {

    section.calculator-section .calculator-wrapper .loan-details .loan-details-wrapper {
        font-size: 12px;
        gap: 8px;
    }

    section.calculator-section .calculator-wrapper .loan-details .btn {
        height: 38px;
    }

    section.calculator-section .calculator-wrapper .calculator, section.calculator-section .calculator-wrapper .loan-details {
        padding: 12px 12px 24px 12px;
    }
}

@media (max-width: 340px) {
    section.calculator-section .calculator-wrapper .loan-details .loan-details-wrapper {
        font-size: 8px;
    }
}

@media (max-width: 1024px) {
    .item__right {
        display: none;
    }
}

@media (max-width: 768px) {
    section.content {
        padding-top: 80px;
    }

    .item {
        margin-bottom: 16px;
    }

    .h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .h5 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .actions .btn {
        width: 100%;
        max-width: none;
    }

    .promotion {
        width: 100%;
    }

    .promotion-list {
        gap: 0;
    }
}

@media (max-width: 425px) {
    section.content {
        padding-top: 70px;
    }

    .h1 {
        font-size: 28px;
    }

    .h5 {
        font-size: 20px;
    }

    .h4 {
        font-size: 20px;
    }
}
