@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 h2 {
        text-align: center;
    }

    section.get-loan-easy .content .sub-title {
        text-align: center;
    }

    section.get-loan-easy .content .btn {
        max-width: 345px;
        width: 100%;
        margin: 32px auto 0 auto;
    }

    section.feedback ul li {
        flex-direction: column;
    }

    .side-menu .side-menu__wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
    }
}

@media (max-width: 1110px) {
    footer .footer-info .wrapper {
        text-align: center;
    }

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

    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: 32px;
    }

    footer {
        padding: 64px 0;
    }

    .tel {
        margin: 0 auto;
    }

    .side-menu .tel {
        margin: 0;
    }
}

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

    section.exchange h3 {
        font-size: 28px;
    }

    section.exchange .text {
        font-size: 20px;
    }

    section.exchange .contacts {
        flex-wrap: wrap;
        justify-content: center;
    }

    section.exchange .help .help-description {
        padding-bottom: 130px;
    }

    section.exchange .container > img {
        display: none;
    }

    section.exchange > img.mobile {
        display: block;
        width: 94%;
        max-width: 700px;
        margin: 0 auto;
        margin-left: 20px;
    }
}

@media (max-width: 900px) {
    section.feedback .feedback-ul-nav {
        display: none;
    }

    section.why-we-best ul li:first-child {
        justify-content: center;
        align-items: center;
        gap: 0;
        min-height: 174px;
        height: fit-content;
    }

    section.feedback ul li .comment {
        width: 316px;
    }

    section.feedback ul {
        overflow: scroll;
        justify-content: flex-start;

    }

    section.feedback ul::-webkit-scrollbar {
        display: none;
    }

    section.why-we-best ul li:first-child h3 {
        text-align: center;
        font-size: 32px;
    }

    section.why-we-best h2 {
        text-align: center;
        font-size: 32px;
        line-height: 28.8px;
    }

    section.why-we-best ul li:first-child .btn {
        max-width: 345px;
        width: 100%;
    }
}

@media (max-width: 775px) {
    .side-menu .info .wrapper {
        font-size: 18px;
        line-height: 21.6px;
        text-align: center;
    }

    .side-menu .info .wrapper span {
        font-size: 18px;
        line-height: 21.6px;
        text-align: center;
    }

    .side-menu .tel {
        margin: 0 auto;
    }

    .side-menu {
        min-height: 80vh;
        height: fit-content;
        padding-top: 32px;
        background-position-y: 96%;
    }

    .side-menu .side-menu__wrapper ul {
        justify-content: center;
        gap: 16px 32px;
    }

    .side-menu .side-menu__wrapper ul li {
        max-width: 200px;
    }

    .side-menu .side-menu__wrapper ul li a {
        font-size: 18px;
        line-height: 21.6px;
    }

    .side-menu .side-menu__wrapper ul li a img {
        width: 24px;
        height: 24px;
    }

}

@media (max-width: 768px) {
    .info {
        flex-direction: column;
    }

    .map {
        min-height: 400px;
        width: 100%;
    }

    .contacts-info {
        padding: 16px;
        max-width: 100%;
    }

    .contacts-info__title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .contacts-info__subtitle {
        font-size: 18px;
        font-weight: 700;

    }
}

@media (max-width: 700px) {
    .modal {
        padding-top: 78px;
    }

    section.feedback ul {
        margin-top: 32px;
    }

    h3 {
        font-size: 24px;
        line-height: 28.8px;
    }

    footer {
        padding: 48px 0;
    }

    section.exchange .contacts a {
        max-width: 109px;
    }

    section.exchange .contacts a > img {
        width: 90px;
        height: 90px;
    }

    section.exchange .contacts a .text {
        font-size: 16px;
    }

    .cookie-modal {
        padding: 48px 24px;
        gap: 24px;
    }
}

@media (max-width: 600px) {
    section.privacy-policy {
        padding-top: 80px;
    }

    section.privacy-policy ul li .name {
        font-size: 18px;
    }

    section.privacy-policy h1 {
        margin: 32px auto;
    }

    section.privacy-policy ul {
        gap: 32px;
    }

    section.privacy-policy ul li .text {
        font-size: 16px;
    }

    section.get-loan-easy img.phone {
        width: 90vw;
    }

    .side-menu {
        margin-top: 56px;
    }

    .side-menu .btns-wrapper {
        display: flex;
    }

    section.why-we-best ul li {
        min-height: 280px;
        padding-bottom: 32px;
    }

    h5 {
        font-size: 20px;
        line-height: 24px;
    }

    .why-we-best-header {
        font-size: 20px;
        line-height: 24px;
    }

    section {
        padding: 48px 0;
    }

    section.exchange .help .help-description {
        padding: 16px;
        min-height: 265px;
        background-size: 80%;
        background-position: 62% 100%;
    }

    section.exchange h3 {
        font-size: 20px;
        line-height: 24px;
    }

    section.exchange .text {
        font-size: 18px;
        line-height: 21.6px;
    }

    .container {
        padding: 0 20px;
    }

    header {
        height: 56px;
    }

    header .wrapper {
        height: 56px;
    }

    header .btns-wrapper {
        display: none;
    }

    header .wrapper {
        justify-content: flex-start;
        gap: 24vw;
    }

    .sub-title {
        font-size: 14px;
        line-height: 16.8px;
    }

    h1 {
        font-size: 28px;
        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: 100px;
        padding-top: 64px;
    }

    section.calculator-section .calculator-wrapper {
        margin-top: 16px;
        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;
    }

    .cookie-modal h4 {
        font-size: 16px;
        line-height: 120%;
    }

    .cookie-modal .text {
        font-size: 14px;
        line-height: 120%;
    }

    .cookie-modal {
        gap: 16px;
    }

    .cookie-modal {
        padding: 32px 16px;
    }

    .cookie-modal h4, .cookie-modal .text {
        text-align: left !important;
    }

    .cookie-modal .btns-wrapper {
        gap: 12px;
    }

    .cookie-modal .btns-wrapper .btn {
        font-size: 14px;
    }

    .side-menu .info .wrapper {
        text-align: left;
    }

    .side-menu .info .wrapper span {
        text-align: left;
    }

    .side-menu .side-menu__wrapper ul {
        justify-content: flex-start;
    }

    .side-menu .tel {
        margin: 0;
    }

    .modal {
        background: #FFFFFF;
    }

    .modal .modal-content {
        padding: 0;
        border: none;
    }

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

    section.about-us h1 {
        line-height: 120%;
    }

    section.about-us .subtitle {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 24px;
    }

    section.about-us .pink-text-bg {
        padding: 24px;
    }

    section.about-us h4 {
        font-size: 18px;
        line-height: 120%;
    }

    section.about-us .pink-text-bg h4 {
        font-size: 20px;
        line-height: 120%;
    }

    section.about-us ul li {
        min-height: auto;
        padding: 24px;
    }
}

@media (max-width: 425px) {
    section.get-loan-easy img.upper-eye {
        width: 100vw;
    }

    section.QA .qa-list li .text__wrapper-to-open {
        padding: 0 16px;
    }

    section.QA h3 {
        font-size: 20px;
    }

    section.QA .qa-list li .item__wrapper .text {
        font-size: 16px;
    }

    section.QA .qa-list li .text__wrapper-to-open .text {
        font-size: 14px;
    }

    section.QA .qa-list li .item__wrapper {
        padding: 16px 20px;
        column-gap: 8px;
        align-items: center;
    }

    section.QA .qa-list li .text__wrapper-to-open img {
        width: 100%;
    }

    .breadcrumb {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .result-modal {
        width: 95vw;
    }

    section.exchange .help {
        gap: 24px;
        padding-bottom: 24px;
    }

    section.exchange h3 {
        font-size: 18px;
        line-height: 21px;
    }

    section.exchange .text {
        font-size: 16px;
        line-height: 18px;
    }

    section.calculator-section .calculator-wrapper .loan-details .loan-details-wrapper {
        font-size: 10px;
        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;
    }

    .main-item {
        margin-bottom: 16px;
    }

    .item {
        margin-bottom: 16px;
    }

    .h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .h5 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .main-item__content {
        padding: 4px 8px 4px 8px;
        margin: 8px;
        width: calc(100% - 16px);
    }

    .main-item__content-text {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 5px;
    }

    .main-item__content-text--small {
        font-size: 16px;
        line-height: 14px;
        margin-bottom: 5px;
        font-weight: normal;
    }

    .main-item__content-footer--small {
        font-size: 14px !important;
        text-transform: none;
    }

    .main-item__content-footer {
        font-size: 10px;
    }

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

    .breadcrumb {
        font-size: 14px;
    }

    .article-content-title {
        font-size: 18px;
    }

    .article-content-list li {
        font-size: 16px;
    }

    .article-content__paragraph {
        font-size: 16px;
    }
}

@media (max-height: 706px) {
    .side-menu .side-menu__wrapper {
        display: block;
    }
}

@media (min-width: 860px) {
    header button.header-btn-more {
        margin-right: 270px;
    }
}

@media (max-width: 659px) {
    section.about-us ul li {
        max-width: 390px;
    }
}
