@media screen and (max-width: 1024px) {
    .swiper {
        height: 340px;
    }

    .swiper .swiper-wrapper .swiper-slide .content {
        padding: 0 26px;
        grid-template-columns: 1fr 228px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

    .swiper .swiper-wrapper .swiper-slide .content .info input {
        font-size: 16px;
        padding: 20px 52px;
    }


    .swiper .swiper-wrapper .swiper-slide .content .info .title {
        font-size: 48px;
    }

    .swiper .swiper-wrapper .swiper-slide .content .info .subtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .swiper .swiper-pagination {
        left: 26px !important;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 16px !important;
    }

    .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 3px;
    }

    .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 1.5px) !important;
    }


    .under_banner {
        display: flex;
    }

    .swiper .swiper-wrapper .swiper-slide .content .info input {
        display: none;
    }

    .vending_block {
        margin-top: 60px;
        padding: 0;
    }

    .vending_block>.title {
        font-size: 32px;
    }

    .vending_block>.subtitle {
        font-size: 18px;
        margin-top: 24px;
        line-height: 27px;
    }

    .vending_block .list {
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 26px;
        align-items: start;
        padding: 0;
    }

    .vending_block .list .item_wrapper {
        display: grid;
        grid-template-columns: 40px 1fr;
        grid-template-rows: max-content 1fr;
        gap: 10px;
    }

    .vending_block .list .item_wrapper .icon {
        grid-row: span 2;
    }

    .vending_block .list .item_wrapper .description {
        grid-column: 2/3;
    }

    .vending_block .list .title {
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
    }

    .vending_block .list .description {
        font-size: 16px;
        line-height: 24px;
    }

    .franchise_block {
        margin-top: 80px !important;
    }

    .franchise_block>.title {
        font-size: 32px;
        line-height: normal;
    }

    .franchise_block .subtitle {
        margin-top: 24px;
        font-size: 18px;
        line-height: 27px
    }

    .franchise_block .list {
        margin-top: 72px;
        grid-template-columns: repeat(3, 1fr);
        gap: 52px 10px;
    }

    .franchise_block .item {
        gap: 30px;
    }

    .franchise_block .item .item_title {
        font-size: 17px;
        font-weight: 600;
        line-height: normal;
    }

    .franchise_block .item .item_icon .big_circle {
        width: 100px;
        font-size: 25px;
        padding-bottom: 0;
    }

    .franchise_block .item .item_icon .small_circle {
        width: 50px;
        right: -17px;
        bottom: -25px;
        overflow: hidden;
    }

    .franchise_block .item .item_icon .small_circle img {
        width: 28px;
    }

    .franchise_block .list .item:last-child {
        grid-column: 2;
    }

    .we_block {
        margin-top: 80px;
    }

    .we_block>.title {
        font-size: 32px;
        line-height: normal;
    }

    .we_block .list {
        gap: 26px 23px;
    }

    .we_block .list .item {
        padding: 18px;
    }

    .we_block .list .item .icon {
        width: 60px;
    }

    .we_block .list .item .icon img {
        width: 40px;
    }

    .we_block .list .item .info .title {
        font-size: 17px;
        line-height: 27px;
    }

    .we_block .list .item .info .description {
        font-size: 16px;
    }

    .we_block .achievements .item .title {
        font-size: 44px;
    }

    .we_block .achievements .item .description {
        font-size: 17px;
    }

    .we_block .achievements {
        margin-top: 80px;
    }

    .order_block {
        margin-top: 80px;
    }

    .order_block>.title {
        font-size: 32px;
        line-height: normal;
    }

    .order_block .progress_bar {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        margin-top: 40px;
    }

    .order_block .progress_bar .item {
        flex-direction: row;
        align-items: start;
        padding-bottom: 62px;
    }

    .order_block .progress_bar .item:last-child {
        padding-bottom: 0;
    }

    .order_block .progress_bar .item .bullet {
        margin-top: 0;
    }

    .order_block .progress_bar .item .info {
        align-items: start;
        gap: 4px;
    }

    .order_block .progress_bar .item .info .title {
        font-size: 18px;

    }

    .order_block .progress_bar .item .info .description {

        font-size: 16px;
        text-align: start;
    }

    .order_block .progress_bar .item .bullet::after {
        content: "";
        position: absolute;
        width: 5px;
        height: calc(100%);
        background-color: #0050EC;
        transform: translate(0, 50%);
        z-index: -1;
    }

    .consultation_block {
        display: none;
    }

    .production_block {
        margin-top: 80px;
    }

    .production_block>.title {
        font-size: 32px;
    }

    .production_block .description {
        grid-template-columns: 1fr;
    }

    .production_block .description .text {
        display: none;
    }

    .production_block .description .text_mobile {
        margin-top: 24px;
        display: block;
    }

    .production_block .description .go_to_catalog {
        display: none;
    }

    .production_block .goods_list {
        display: none;
    }

    .production_block .swiperpro {
        display: block;
    }

    .reviews_block>.title {
        font-size: 32px;
    }

    .swiper-button-next_r,
    .swiper-button-prev_r {
        display: none !important;
    }

    .reviews_block .swiper_r {
        margin-top: 40px;
    }

    .reviews_block .swiper_r .item {
        padding: 30px 21px 41px 30px;
    }

    .reviews_block .swiper_r .item .author_info .picture {
        padding: 5px;
    }

    .reviews_block .swiper_r .item .author_info .picture img {
        width: 48px;
    }

    .reviews_block .swiper_r .item .author_info .name {
        line-height: 19px;
    }

    .reviews_block .swiper_r .item {
        max-width: none;
    }

    .reviews_block .swiper_r .item .text {
        font-size: 16px;
        margin-top: 24px;
    }

    .reviews_block .swiper_r .swiper-pagination_r .swiper-pagination-bullet {
        width: 15px;
        height: 3px;
        border-radius: 3px;
    }

    .reviews_block .swiper_r .swiper-pagination_r .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px;
    }

    .order_consultation_mobile {
        display: flex;
    }

    .order_consultation {
        display: none;
    }

    .instagram_block {
        margin-top: 80px;
        /* overflow: scroll; */
    }

    .instagram_block>.title {
        font-size: 32px;
    }

    #sbi_images {
        grid-template-columns: repeat(4, 250px);
        gap: 40px;
    }

}

@media screen and (max-width: 768px) {

    .vending_block,
    .franchise_block,
    .we_block,
    .order_block,
    .production_block,
    .reviews_block,
    .instagram_block {
        margin-top: 60px;
    }

    .vending_block>.title,
    .franchise_block>.title,
    .we_block>.title,
    .order_block>.title,
    .production_block>.title,
    .reviews_block>.title,
    .instagram_block>.title,
    .order_consultation_mobile>.title {
        font-size: 24px;
        line-height: normal;
    }

    .vending_block>.subtitle {
        font-size: 14px;
        line-height: 21px;
    }

    .vending_block .list .title {
        font-size: 16px;
    }

    .vending_block .list .item_wrapper .description {
        font-size: 14px;
        line-height: 20px;
    }

    .vending_block .list {
        grid-template-columns: 1fr;
        gap: 23px;
    }

    .franchise_block .list {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 28px;
    }

    .franchise_block .item {
        gap: 22px;
    }

    .franchise_block .subtitle {
        margin-top: 12px;
        font-size: 14px;
    }

    .franchise_block .item .item_icon .big_circle {
        width: 69px;
        font-size: 18px;
    }

    .franchise_block .item .item_icon .small_circle {
        width: 38px;
        font-size: 22px;
        right: -13px;
        bottom: -18px;
    }

    .franchise_block .item .item_icon .small_circle img {
        width: 22px;
    }

    .franchise_block .item .item_title {
        font-size: 14px;
    }

    .we_block .list {
        grid-template-columns: 1fr;
        gap: 23px;
        margin-top: 28px;
    }

    .we_block .achievements {
        grid-template-columns: repeat(2, 1fr);
    }

    .we_block .achievements .item_wrapper:nth-child(2) {
        grid-column: span 2;
        order: 3;
    }

    .we_block .achievements .item_wrapper:nth-child(3) {
        order: 2;
    }

    .order_block .progress_bar .item {
        padding-bottom: 24px;
    }

    .order_block .progress_bar .item .bullet {
        width: 45px;
        font-size: 24px;
    }

    .production_block .description .text_mobile {
        font-size: 14px;
        margin-top: 12px;
    }

    .order_consultation_mobile>.subtitle {
        font-size: 14px;
    }

    .order_consultation_mobile input {
        font-size: 13px;
        font-weight: 700;
    }

    #sbi_images {
        grid-template-columns: repeat(4, 150px);
        gap: 20px;
    }

    .reviews_block .swiper_r .item .text {
        font-size: 13px;
    }
}

@media screen and (max-width: 643px) {


    .swiper .swiper-wrapper .swiper-slide .content {
        padding: 0 18px;
    }

    .swiper .swiper-wrapper .swiper-slide .content .info .title {
        font-size: 22px;
        line-height: normal;
    }

    .swiper .swiper-wrapper .swiper-slide .content .info .subtitle {
        font-size: 12px;
        line-height: 16px;
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .swiper {
        height: 164px;
        border-radius: 5px;
    }

    .swiper .swiper-wrapper .swiper-slide .content {
        grid-template-columns: 1fr 100px;
    }
}