@media (max-width: 1024px) {
    body {
        background-image: url('../images/bg-left.svg'), url('../images/bg-right.svg'), url('../images/bg-left-2.svg');
        background-position: left top 30%, right top 60%, left top 78%;
        background-size: 12%, 12%, 12%;
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 1.6;
        padding-top: 55px;

    }

    h2 {
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 25px;
    }

    h3 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    section {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
    }

    .wrap {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .vacancies-header {
        position: relative;
        text-align: center;
        margin-bottom: 180px;
    }

    .vacancies-header-bg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 0;
        pointer-events: none;
    }

    .vacancies-header-bg-img {
        max-width: 500px;
        height: auto;
    }
}

@media (max-width: 900px) {
    body {
        background-image: url('../images/bg-left.svg'), url('../images/bg-right.svg'), url('../images/bg-left-2.svg');
        background-position: left top 129%, right top 160%, left top 171%;
        background-size: 0%, 0%, 0%;
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 1.6;
    }

    section {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
    }

    .wrap {
        width: 100%;
        max-width: 860px;
        margin: 0 auto;
        padding: 0 30px;
    }

    .section-title {
        font-size: 34px;
        line-height: 1.1;
        text-align: center;
    }

    .own-production-content-left .section-title .text-red,
    .own-production-content-left .section-title {
        text-align: center;
    }

    .own-production-new {
        padding: 0px 0;
    }

    .promotions-header .section-title {
        font-size: 34px !important;
        margin-bottom: 10px !important;
    }

    .promotions-header .section-title .text-red {
        margin-top: 0px !important;
        font-size: 0.9em !important;
    }

    h2 {
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 25px;
    }

    h3 {
        font-size: 2022px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .decor-left,
    .decor-right {
        display: none;
    }


    .shops-section>.wrap {
        display: flex;
        flex-direction: column;
    }

    .shops-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
        order: 1;
    }


    .shops-header .section-title {
        order: 1;
    }

    .shops-schedule-badge {
        order: 2;
        flex-direction: column;
        text-align: center;
        margin-top: 20px;
    }

    .shops-icon-badge {
        order: 3;
        width: 250px;
    }


    .shops-info-banner {
        order: 2;
        margin-bottom: 20px;
        position: relative;
        top: -60px;
        padding: 15px 40px;
        border-radius: 20px;
    }


    .quality-standards {
        order: 3;
        flex-direction: column;
        gap: 30px;
    }

    .quality-standards {
        margin-bottom: 0px;
    }

    .quality-map-visual {
        order: 1;
        width: 100%;
        justify-content: center;
    }

    .quality-content {
        order: 2;
        width: 100%;
        text-align: center;
    }

    .quality-title {
        text-align: center;
        font-size: 24px;
    }

    .quality-list li {
        text-align: left;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .shops-top-flex-block {
        order: 4;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 20px;
        gap: 0px;
    }

    .shops-carousel-header {
        width: 100%;
        text-align: center;
        order: 2;
    }

    .shops-carousel-header h3 {
        text-align: center;
        font-size: 22px;
        padding: 0 10px;
    }

    .arrow-down-teaser {
        margin-top: 20px;
        padding-left: 0;
        text-align: center;
    }

    .city-carousel-title {
        padding-left: 0;
        text-align: center;
        font-size: 28px;
        margin-top: 10px;
    }

    .shops-carousel-decor {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
        order: 1;
    }

    .shops-carousel-decor .decor-img {
        max-width: 200px;
        margin-bottom: 25px;
    }

    .shops-slider-wrapper,
    .promotions-slider-wrapper,
    .vacancies-slider-wrapper {
        order: 5;
        top: 0;
        padding: 0 40px;

        margin-top: 0px;
        position: relative;
    }

    .shop-prev,
    .shop-next,
    .promo-prev,
    .promo-next,
    .vacancy-prev,
    .vacancy-next {
        width: 32px !important;
        height: 32px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .shop-prev,
    .promo-prev,
    .vacancy-prev {
        left: 5px !important;
    }

    .shop-next,
    .promo-next,
    .vacancy-next {
        right: 5px !important;
    }

    .shop-card,
    .promo-card,
    .vacancy-card {
        margin: 15px 5px;

    }

    .new-price-blob .price-val {
        font-size: 32px;

    }

    .new-price-blob .currency {
        font-size: 20px;
    }

    .all-locations-btn-wrapper {
        order: 6;
        margin: 20px 0;
    }

    .hero-title {
        font-size: 16px;
        margin-bottom: 15px;

    }

    .hero-banner-container {
        height: 250px;
        border-radius: 40px;
    }

    .hero-decor-large {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -65%);
        width: 95%;
        height: 95%;
        z-index: 5;
        pointer-events: none;
    }

    .vacancies-section {
        padding: 0px 0;
    }

    .vacancies-header-bg-img {
        max-width: 290px;
    }

    .vacancies-grid {
        display: block;
        gap: 30px;
    }

    .vacancies-header {
        position: relative;
        text-align: center;
        margin-bottom: 125px;
    }

    .vacancies-main-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 25px;
        color: #000;
    }

    .promotions-header {
        text-align: center;
        margin-bottom: 0px;
    }

    .vacancies-slider-wrapper {
        margin: 0px auto;
    }

    .vacancies-form {
        border: none;
        border-radius: 0;
        padding: 0;
        max-width: 100%;
        background: transparent;
    }

    .form-inner {
        flex-direction: column;
        gap: 12px;
    }

    .input-with-icon {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 30px;
        padding: 5px 20px;
        background: #fff;
    }

    .btn-submit {
        width: 100%;
        margin-top: 5px;
    }

    .footer-dark-section {
        padding: 1px 0px 0px;
        margin-top: 120px;
    }

    .history-content {
        max-width: 800px;
        margin: -76px auto 30px;
    }

    .history-paragraphs article {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
        color: #ccc;
        margin: 15px auto;
    }

    .dynamic-block-title {
        font-size: 20px;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 0px;
        color: #000;
    }

    .history-content h2 {
        font-size: 26px;
        color: #fff;
        margin-bottom: 0;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 1.2;
        background: var(--color-dark-bg);
        display: inline-block;
        padding: 10px 25px 0;
        border-radius: 40px 40px 0 0;
        position: relative;
    }

    .own-production-top {
        display: block;
        margin-bottom: 40px;
    }

    .meat-illustration-wrap {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        position: relative;
    }

    .meat-illustration-wrap img {
        width: 100%;
        max-width: 480px;
    }

    .brands-clickable-layer {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 480px;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        z-index: 10;
    }

    .feedback-grid {
        display: block;
    }

    .feedback-card h3 {
        font-size: 20px;
        margin-bottom: 70px;
    }
}

@media (max-width: 480px) {
    section {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .wrap {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .section-title {
        font-size: 34px;
        line-height: 1.1;
        text-align: center;
    }

    .own-production-content-left .section-title .text-red,
    .own-production-content-left .section-title {
        text-align: center;
    }

    .own-production-new {
        padding: 0px 0;
    }

    .promotions-header .section-title {
        font-size: 34px !important;
        margin-bottom: 10px !important;
    }

    .promotions-header .section-title .text-red {
        margin-top: 0px !important;
        font-size: 0.9em !important;
    }

    h2 {
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 25px;
    }

    h3 {
        font-size: 2022px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .decor-left,
    .decor-right {
        display: none;
    }


    .shops-section>.wrap {
        display: flex;
        flex-direction: column;
    }

    .shops-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
        order: 1;
    }


    .shops-header .section-title {
        order: 1;
    }

    .shops-schedule-badge {
        order: 2;
        flex-direction: column;
        text-align: center;
        margin-top: 20px;
    }

    .shops-icon-badge {
        order: 3;
        width: 250px;
    }


    .shops-info-banner {
        order: 2;
        margin-bottom: 20px;
        position: relative;
        top: -60px;
        padding: 15px 40px;
        border-radius: 20px;
    }


    .quality-standards {
        order: 3;
        flex-direction: column;
        gap: 30px;
    }

    .quality-standards {
        margin-bottom: 0px;
    }

    .quality-map-visual {
        order: 1;
        width: 100%;
        justify-content: center;
    }

    .quality-content {
        order: 2;
        width: 100%;
        text-align: center;
    }

    .quality-title {
        text-align: center;
        font-size: 24px;
    }

    .quality-list li {
        text-align: left;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .shops-top-flex-block {
        order: 4;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 20px;
        gap: 0px;
    }

    .shops-carousel-header {
        width: 100%;
        text-align: center;
        order: 2;
    }

    .shops-carousel-header h3 {
        text-align: center;
        font-size: 22px;
        padding: 0 10px;
    }

    .arrow-down-teaser {
        margin-top: 20px;
        padding-left: 0;
        text-align: center;
    }

    .city-carousel-title {
        padding-left: 0;
        text-align: center;
        font-size: 28px;
        margin-top: 10px;
    }

    .shops-carousel-decor {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
        order: 1;
    }

    .shops-carousel-decor .decor-img {
        max-width: 200px;
        margin-bottom: 25px;
    }

    .shops-slider-wrapper,
    .promotions-slider-wrapper,
    .vacancies-slider-wrapper {
        order: 5;
        top: 0;
        padding: 0 40px;

        margin-top: 0px;
        position: relative;
    }

    .shop-prev,
    .shop-next,
    .promo-prev,
    .promo-next,
    .vacancy-prev,
    .vacancy-next {
        width: 32px !important;
        height: 32px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .shop-prev,
    .promo-prev,
    .vacancy-prev {
        left: 5px !important;
    }

    .shop-next,
    .promo-next,
    .vacancy-next {
        right: 5px !important;
    }

    .shop-card,
    .promo-card,
    .vacancy-card {
        margin: 15px 5px;

    }

    .new-price-blob .price-val {
        font-size: 32px;

    }

    .new-price-blob .currency {
        font-size: 20px;
    }

    .all-locations-btn-wrapper {
        order: 6;
        margin: 20px 0;
    }

    .hero-title {
        font-size: 16px;
        margin-bottom: 15px;

    }

    .hero-banner-container {
        height: 250px;
        border-radius: 40px;
    }

    .hero-decor-large {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -65%);
        width: 95%;
        height: 95%;
        z-index: 5;
        pointer-events: none;
    }

    .vacancies-section {
        padding: 0px 0;
    }

    .vacancies-header-bg-img {
        max-width: 290px;
    }

    .vacancies-grid {
        display: block;
        gap: 30px;
    }

    .vacancies-header {
        position: relative;
        text-align: center;
        margin-bottom: 125px;
    }

    .vacancies-main-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 25px;
        color: #000;
    }

    .promotions-header {
        text-align: center;
        margin-bottom: 0px;
    }

    .vacancies-slider-wrapper {
        margin: 0px auto;
    }

    .vacancies-form {
        border: none;
        border-radius: 0;
        padding: 0;
        max-width: 100%;
        background: transparent;
    }

    .form-inner {
        flex-direction: column;
        gap: 12px;
    }

    .input-with-icon {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 30px;
        padding: 5px 20px;
        background: #fff;
    }

    .btn-submit {
        width: 100%;
        margin-top: 5px;
    }

    .footer-dark-section {
        padding: 1px 0px 0px;
        margin-top: 120px;
    }

    .history-content {
        max-width: 800px;
        margin: -78px auto 30px;
    }

    .history-paragraphs article {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
        color: #ccc;
        margin: 15px auto;
    }

    .dynamic-block-title {
        font-size: 20px;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 0px;
        color: #000;
    }

    .history-content h2 {
        font-size: 26px;
        color: #fff;
        margin-bottom: 0;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 1.2;
        background: var(--color-dark-bg);
        display: inline-block;
        padding: 10px 25px 0;
        border-radius: 40px 40px 0 0;
        position: relative;
    }

    .own-production-top {
        display: block;
        margin-bottom: 40px;
    }

    .feedback-grid {
        display: block;
    }

    .feedback-card h3 {
        font-size: 20px;
        margin-bottom: 70px;
    }
}