@media (max-width: 1200px) {
    .container {
        max-width: 992px;
    }

    .advantages_block {
        justify-content: center;
        gap: 16px;
    }

    .img_wrapper {
        right: 50px;
    }

    .bottom_img_wrapper {
        right: 0px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 768px;
    }

    .header_left {
        gap: 24px;
    }

    .header_right {
        gap: 12px;
    }

    .main_h1 {
        font-size: 46px;
    }

    .img_btn img {
        width: 80%;
    }

    .deposit_calc form {
        flex-wrap: wrap;
    }

    .deposit_calc-second {
        width: 100%;
    }

    .main_img {
        max-width: 360px;
    }

    .first_advantages_block_img {
        width: 100%;
        img {
            width: inherit;
        }
    }

    .second_advantages_block {
        .second_advantages_img {
            padding: 20px 20px 0 20px;
            img {
                width: 74px;
                height: 74px;
            }
        }
    }

    .second_advantages_text {
        padding: 0 24px 24px 24px;
    }

    .img_wrapper {
        right: -140px;
    }

    .bottom_img_wrapper {
        right: -100px;
    }

    .bank_history_text {
        padding: 24px;
    }
    .salom_form_wrapper {
        gap: 0;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 576px;
    }

    .header_wrapper {
        height: 60px;
    }

    .navigation_list,
    .header_right_items {
        display: none;
    }

    .header_right_item.header_right_items {
        display: flex;
    }

    .main {
        flex-direction: column-reverse;
        justify-content: start;
    }

    .main_h1 {
        font-size: 32px;
        font-weight: 700;
    }

    .main_p {
        font-size: 14px;
        font-weight: 400;
    }

    .special_features-item.burger_wrapper {
        display: block;
        border-radius: 100%;
        border: 1px solid;
        padding: 11px;
        color: #777E90;
        border-color: #E6E8EC;
        width: 39px;
        height: 38px;
    }

    .phone_number {
        display: flex;
        align-items: center;
    }

    .main_text {
        width: 100%;
    }

    .microloan {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: max-content;
        gap: 16px;
    }

    .callBackForm_title {
        font-size: 36px;
    }

    .callBackForm_subtitle {
        font-size: 14px;
    }

    .premium_btn {
        margin-top: 15px;
    }

    .callBackForm .form_content {
        grid-template-columns: 1fr;
    }

    .advantages_block {
        flex-wrap: wrap;
    }

    .qulay_blocks {
        flex-wrap: wrap;
    }

    .gtk_block {
        flex-direction: column;
    }

    .main_img {
        max-width: 320px;
    }
    .btn {
        padding: 12px 16px;
        font-size: 14px;
    }

    .first_advantages_block_title {
        font-size: 24px;
        line-height: 125%;
    }

    .first_advantages_block_p {
        font-size: 16px;
    }

    .first_advantages {
        grid-template-columns: 100%;
    }

    .first_advantages_block {
        padding: 24px 24px 0px 24px;
        flex-direction: row;
    }

    .first_advantages_block_text {
        padding-bottom: 24px;
    }

    .second_advantages {
        grid-template-columns: repeat(2, 1fr);
    }

    .second_advantages_text {
        margin-top: 0;
    }

    .second_advantages_title {
        font-size: 20px;
    }

    .third_advantages_block {
        flex-direction: column;
        gap: 20px;
    }

    .img_wrapper {
        position: unset;
        right: unset;
        bottom: unset;
        transform: unset;
        display: flex;
        justify-content: center;
        img {
            width: 70%;
        }
    }

    .silver-sqb-logo {
        display: none;
    }

    .small-silver-logo {
        display: block;
        width: 100%;
    }

    .bottom_img_wrapper {
        display: flex;
        align-items: end;
    }

    .salom_form_wrapper {
        flex-direction: column;
    }
    .line_part {
        height: 2px;
        width: auto;
        margin-inline: 24px;
        margin-block: 0;
    }
    .salom-sqb_title {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .main_img {
        max-width: 360px;
    }

    .advantages_h3 {
        font-size: 18px;
    }

    .advantages_p {
        font-size: 14px;
    }

    .apply_h1 {
        font-size: 24px;
    }

    .microloan_h3 {
        font-size: 12px;
    }

    .microloan_text {
        font-size: 18px;
    }

    .bank_img {
        width: 32px;
        height: 32px;
    }

    .microloan_joyda_text {
        font-size: 18px;
    }

    .joyda_h3 {
        font-size: 12px;
    }

    .joyda_btn {
        display: none;
    }

    .joyda_btn-2 {
        display: block;
    }

    .how_to-get {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .how-to_h3 {
        font-size: 12px;
    }

    .steps_text {
        font-size: 14px;
    }

    .step {
        width: 32px;
        height: 32px;
        font-weight: 400;
    }

    .microloan_text_blue {
        font-size: 18px;
    }

    .how-to_h3_blue {
        font-size: 12px;
    }

    .callBackForm_wrapper {
        padding: 60px 30px;
    }

    footer {
        padding-top: 74px;
    }

    footer .feedback_block {
        padding: 32px 36px;
    }

    footer .feedback_block .feedback_numbers .feedback_number-wrapper .feedback_number {
        font-size: 32px;
    }

    footer .feedback_block .feedback_numbers .feedback_number-wrapper .feedback_title {
        font-size: 14px;
    }

    .footer_logo img {
        width: 158px;
    }

    footer .main_links-left {
        flex-wrap: wrap;
        gap: 48px;
    }

    .footer_link-lists {
        grid-template-columns: 100%;
    }

    .about_sqbMobile .sqbMobile_download {
        flex-wrap: wrap;
    }

    footer .footer_wrapper {
        gap: 48px;
    }

    .address_items {
        margin-top: 36px;
        flex-direction: column;
    }

    .main_links-third_column .helpline_block-item {
        flex-wrap: wrap;
    }

    .footer_list {
        gap: 11px;
    }

    .main_links {
        flex-direction: column;
    }
    .headed_blocks {
        grid-template-columns: 100%;
    }
    .deposit_calc-second {
        min-width: 100%;
    }
    .deposit_calc .deposit_calc-first {
        padding: 20px;
    }
    .more-padding {
        padding: 20px;
    }
    .just_text {
        grid-column: auto;
    }

    .deposit_calc button {
        grid-column: auto;
    }

    .second_advantages {
        grid-template-columns: repeat(1, 1fr);
    }

    .first_advantages_block {
        flex-direction: column;
    }
    
    .first_advantages_block_img {
        width: 100%;
    }

    .first_advantages_block_img {
        width: unset;
        img {
            width: 100%;
        }
    }

    .bank_history_block {
        flex-direction: column;
    }

    .small-silver-logo {
        width: 50%;
    }

    .bottom_img_wrapper {
        display: flex;
        justify-content: end;
    }

    .support_part,
    .salom_form_wrapper .form_part {
        padding: 24px;
    }
    .support_line img {
        width: 50px;
        height: 50px;
    }
    .salom-sqb_title {
        font-size: 32px;
    }
    section {
        padding: 60px 0;
    }
    .red_dot_p {
        p {
            font-size: 16px;
        }
    }
    .salom_note_text {
        div + div {
            margin-top: 16px;
        }
    }
}

@media (max-width: 410px) {
    .main_img {
        width: 270px;
    }

    .callBackForm_wrapper {
        padding: 50px 30px;
    }

    .footer_lang {
        display: none;
    }

    .footer_list {
        flex-wrap: wrap;
    }
    .main {
        height: auto;
        padding-bottom: 60px;
    }
}