@media screen and (max-width: 1440px) {
    header nav ul {
        gap: 24px;
    }
}

@media screen and (max-width: 1240px) {
    section.why-we ul {
        flex-direction: column;
        align-items: center;
    }

    section.why-we h4 {
        text-align: center;
    }

    section.get .get__wrapper {
        flex-direction: column;
        align-items: center;
    }

    section.get {
        padding-bottom: 72px;
    }

    section.get .text-content {
        padding-top: 0;
    }

    section.credit-rating .credit-rating__wrapper {
        flex-direction: column;
        align-items: center;
    }

    section.feedback .feedback__wrapper {
        flex-direction: column;
        align-items: center;
    }

    h4 {
        text-align: center !important;
    }

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

    section.first-screen {
        text-align: center !important;
    }

    .calculator {
        max-width: 800px;
    }

    .calculator .btn {
        margin: 0 auto;
        max-width: 234px;
    }

    section.feedback {
        padding: 72px 0;
    }

    section.credit-rating {
        padding-top: 72px;
    }

    footer {
        padding: 72px 0;
    }

    footer .info-list {
        flex-direction: column;
        align-items: center;
    }

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

    footer .info-list .contacts-list {
        margin-bottom: 18px;
    }

    section.credit-rating .credit-rating__wrapper .primary-text {
        max-width: 500px;
        text-align: center;
    }

    section.credit-rating .credit-rating__wrapper .text-content {
        margin-top: 0;
        align-items: center;
    }

    section.get .btn {
        margin: 0 auto;
    }

    section.get h2 {
        max-width: 800px;
        text-align: center;
    }

    section.why-we ul li {
        max-width: 800px;
        min-height: auto;
        padding: 32px;
    }

    section.how-to-get ul {
        flex-direction: column;
        gap: 36px;
    }

    .language-select {
        height: 56px;
    }

    .language-select .language-select__item {
        height: 48px;
        width: 48px;
    }

    .language-select {
        width: auto;
    }

    section.how-to-get ul .arrow img {
        content: url("../img/arrow-down-icon.svg");
        width: 45px;
        flex-shrink: 0;
    }

    section.how-to-get ul li {
        flex-direction: row;
        max-width: 800px;
    }

    section.how-to-get ul li h5 {
        margin-bottom: 12px;
    }

    section.how-to-get h4 {
        text-align: center;
    }

    header nav ul {
        display: none;
    }

    header .header__wrapper {
        justify-content: space-between;
    }

    header .right-side {

    }

    header .header__wrapper {
        height: 76px;
    }

    section.first-screen {
        padding-top: 140px;
        background: linear-gradient(96.94deg, #C9FFAF 0%, #56CEFF 100%),
        radial-gradient(51.74% 148.28% at 50.76% 127.76%, #56CEFF 0%, #C9FFAF 56.73%, #F8F8F9 100%);;
    }

    header .header__wrapper .logo img {
        width: 185px;
    }

    header .enter-btn.media-1240 {
        border-radius: 50%;
        width: 56px;
        height: 56px;
        padding: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .media-1240 {
        display: initial !important;
    }

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

@media screen and (max-width: 850px) {
    section.get .get__wrapper img {
        width: 100%;
    }

    section.credit-rating .credit-rating__wrapper img {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .modal {
        width: 92vw;
        top: 10%;
    }

    .modal.call-modal .call-modal__wrapper {
        gap: 16px;
    }

    .modal .close-btn {
        top: 17px;
        right: 15px;
    }

    .modal .btn {
        height: 58px;
        font-size: 18px;
    }

    .modal.call-success-modal img {
        margin-bottom: 0;
    }

    .side-menu {
        top: 12px;
    }

    .side-menu .language-select {
        display: flex;
        height: 64px;
        width: 124px;
    }

    .side-menu .wrapper {
        display: flex;
        justify-content: center;
        gap: 24px;
        margin-bottom: 32px;
    }

    .side-menu .get-call-wrapper a {
        font-size: 20px;
    }

    .side-menu .divider {
        margin: 48px 0;
    }

    .side-menu {
        padding: 46px 12px 0 12px;
    }

    .side-menu nav ul {
        gap: 32px;
    }

    .side-menu nav ul li a {
        font-size: 24px;
    }

    .side-menu .get-call-wrapper {
        width: auto;
        align-items: flex-start;
    }

    .side-menu .language-select .language-select__item {
        width: 56px;
        height: 56px;
    }

    .side-menu .enter-btn {
        display: flex;
        width: 100%;
        max-width: 343px;
        justify-content: center;
        margin: 0 auto;
    }

    header .language-select {
        display: none;
    }

    header .enter-btn.media-1240 {
        display: none !important;
    }

    a.phone-number .phone-icon-wrapper {
        width: 48px;
        height: 48px;
    }

    a.phone-number .phone-icon-wrapper img {
        width: 24px;
        height: 24px;
    }

    header .header__wrapper {
        height: 64px;
    }

    header .header__wrapper .logo img {
        width: 164px;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 48px;
        line-height: 60px;
    }

    h2 {
        font-size: 32px;
        line-height: 44px;
    }

    h3 {
        font-size: 28px;
        line-height: 36px;
    }

    h4 {
        font-size: 24px !important;
    }

    h5 {
        font-size: 20px !important;
    }

    section.get .text-content .btn {
        max-width: 343px;
    }

    section.first-screen {
        padding: 100px 0 48px 0;
    }

    section.credit-rating .btn.btn-gradient {
        margin-top: -12px !important;
    }

    section.faq ul li .item-header {
        gap: 16px;
        padding: 24px;
    }

    section.feedback form {
        padding: 24px;
    }

    section.feedback .get-call-wrapper {
        padding: 24px;
        text-align: center;
    }

    section {
        padding: 24px 0;
    }

    footer .info-list .contacts-list {
        flex-direction: column;
    }

    footer {
        padding: 48px 0;
    }

    section.get {
        padding-bottom: 48px;
    }

    section.feedback {
        padding: 48px 0;
    }

    section.faq ul li .item-content {
        padding: 24px;
    }

    section.how-to-get ul {
        gap: 24px;
    }

    section.how-to-get {
        padding-top: 48px;
    }

    section.why-we {
        padding-bottom: 48px;
    }

    section.why-we ul li {
        text-align: center;
        gap: 8px;
        padding: 24px;
        padding-top: 16px;
    }

    section.credit-rating img {
        content: url("../img/credit-rating-mobile-img.png");
    }

    section.why-we ul li .wrapper {
        flex-direction: column;
        align-items: center;
    }

    section.how-to-get ul li {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .calculator {
        padding: 24px;
    }

    header .right-side {
        position: relative;
        right: 12px;
    }

    .container {
        padding: 0 12px;
    }

    .calculator input[type="text"] {
        font-size: 24px;
    }
}

@media (max-width: 320px) {
    .side-menu nav ul {
        gap: 16px;
    }

    .side-menu .divider {
        margin: 24px 0;
    }
}