

/* Start:/about_food/vegetables/style.css?172846064510692*/
:root {
    --main-color: #F05022;
    --red-color: #DA2128;
    --bg-color: #F7F7F7;
    --black-color: #101010;
}

a:hover {
    text-decoration: none;
}

.container {
    max-width: 1320px;
}

[class*=__container] {
    max-width: 111.1rem !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    margin: 0 auto !important;
    padding: 0 0.9375rem !important;
}

.intro {
    background-color: #060606;
    background-image: url(/local/templates/shampuriko/img/header-offer-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -2rem;
}

.intro__body-question {
    font-size: 12px;
    line-height: 1.4545454545;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 10px 18px;
    border-radius: 0.3125rem;
    min-width: 9.3125rem;
    width: 175px;
    background-color: #cd4c2c;
}

.intro__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 18.063rem;
    position: relative;
    padding-bottom: 26.438rem;
}

.intro__body-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: -.2px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 46.6%;
    flex: 0 1 46.6%;
    color: #fff;
    margin-left: 720px;
    font-family: 'Montserrat', sans-serif;
}


.lk-header .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    color: #434B53;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.lk-header {
    padding: 20px 0;
    background: var(--black-color);
}

@media (max-width: 575px) {
    .lk-header {
        padding: 10px 0;
    }
}

.red-border-btn {
    border: 1px solid #fff;
    color: #F7F7F7;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
}

.btn-null {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 40px;
    border-radius: 12px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.red-border-btn:hover {
    background: #cd4c2c;
    color: #fff;
}

.lk-footer {
    padding: 25px 0;
    background: var(--black-color);
}

.phone-lk-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.phone-lk-footer__title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    margin-right: 20px;
}

.phone-lk-footer__link {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.section-2 {
    padding: 107px 0 166px;
}

.section-2__row {
    width: 840px;
    max-width: 100%;
}

.page-bread-title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 28px;
}

.section-2__text {
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
}

.section-3 {
    padding: 90px 0 400px;
    background-image: url(/local/templates/shampuriko/img/section-3.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.section-3__block {
    background-color: #CD4C2F;
    width: 521px;
    color: #fff;
    padding: 30px 30px;
    font-size: 32px;
    line-height: normal;
    text-align: center;
    border-radius: 5px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.section-3__block::after {
    content: '';
    position: absolute;
    right: 23px;
    bottom: -26px;
    border: 12px solid transparent;
    border-top: 10px solid #CD4C2F;
    scale: 1.5;
    width: 20px;
    height: 20px;
}

.section-4__block {
    padding-left: 72px;
    width: 600px;
    padding-right: 20px;
}

.section-4__img {
    width: 50%;
}

.section-4__img img {
    width: 100%;
}

.section-4__row {
    display: flex;
    align-items: center;
}

.section-4 .page-bread-title {
    width: 349px;
    max-width: 100%;
}

.section-4__text {
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
}

.pc-block {
    display: block;
}

.mobile-blokc {
    display: none;
}

.section-5 {
    color: #fff;
    padding: 300px 0;
    position: relative;
}

.section-5__row {
    width: 515px;
    position: relative;
    z-index: 2;
}

.section-5__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-5__text {
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
}

.section-6 {
    background-color: #CD4C2F;
    padding: 150px 0;
    text-align: center;
}

.section-6__title {
    font-weight: 800;
    font-size: 34px;
    color: #fff;
    padding: 120px 0;
}

.section-7 .section-4__row {
    justify-content: space-between;
    background-color: #F2F2F2;
}

.section-7 .section-4__block {
    margin-left: auto;
    padding-right: 72px;
    padding-left: 20px;
}

.section-8 {
    padding: 80px 0;
}

.section-8__row {
    display: flex;
    justify-content: end;
}

@media (max-width: 1440px) {

}

@media (max-width: 997px) {
    .intro {
        padding-bottom: 330px;
    }

    .intro__body-info {
        margin-left: 0;
        width: 100%;
        position: relative;
        padding-bottom: 25px;
    }

    .intro__body {
        padding-top: 42px !important;
        padding-right: 15px;
        padding-left: 14px;
        padding-bottom: 80px;
        padding-top: 0;
        width: 100vw;
        margin: 0 -15px;
        display: block;
        position: relative;
    }

    .intro__body::before {
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, var(--black-color) 80%, rgba(0, 0, 0, 0.41228991596638653) 95%, rgba(0, 212, 255, 0) 100%);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }

    .section-4__row {
        display: block;
        position: relative;
    }

    .section-4__img {
        width: 100%;
    }

    .section-4__block {
        color: #fff;
        position: absolute;
        top: 24px;
        left: 20px;
        padding: 0;
        padding-right: 40px;
    }

    .section-7 .section-4__row {
        display: block;
    }

    .section-7 .section-4__block {
        color: #434B53;
        position: initial;
        margin-left: 0;
        padding: 48px 20px;
    }

}

@media (max-width: 750px) {
    .section-4__block {
        width: 100%;
    }

    .section-5__row {
        color: #434B53;
        padding: 28px 0;
    }

    .section-5__img {
        position: relative;
    }

    .section-5 {
        padding: 0;
    }

    .section-5__img {
        margin: 0 -20px;
        width: 102vw;
    }

    .section-6__title {
        font-size: 24px;
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .phone-lk-footer__link {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 130%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .intro__body-info {
        font-size: 12px;
        gap: 12px;
    }

    .intro__body {
        padding-bottom: 20px;
    }

    .site-logo {
        max-width: 130px;
    }

    .site-logo img {
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .btn-null {
        font-size: 12px;
        padding: 10px 20px;
    }

    .intro__body-question {
        font-size: 9px;
        max-width: 8.3125rem;
    }

    .intro__body::before {
        background: linear-gradient(180deg, var(--black-color) 69%, rgba(0, 0, 0, 0.41228991596638653) 94%, rgba(0, 212, 255, 0) 100%);
    }

    .intro {
        background-image: url(/local/templates/shampuriko/img/header-offer-img-2.png);
        background-position-x: 0rem;
    }

    .section-2 {
        padding: 17px 0 24px;
    }

    .phone-lk-footer__title {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
    }

    .page-bread-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .section-2__text {
        font-size: 12px;
        margin-bottom: 0;
    }

    .section-3 {
        padding: 30px 0 250px;
        background-image: url(/local/templates/shampuriko/img/section-3.1.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .section-3__block {
        background-color: #CD4C2F;
        width: 199px;
        color: #fff;
        padding: 20px;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        border-radius: 5px;
        position: relative;
    }

    .section-3__block::after {
        content: '';
        position: absolute;
        right: 23px;
        bottom: -26px;
        border: 12px solid transparent;
        border-top: 10px solid #CD4C2F;
        scale: 1.5;
        width: 20px;
        height: 20px;
    }

    .lk-footer {
        padding: 13px 0;
    }

    .pc-block {
        display: none;
    }

    .mobile-blokc {
        display: block;
    }

    .section-4__text {
        font-size: 12px;
    }

    .section-5__text {
        font-size: 12px;
    }

    .section-5__row {
        width: 100%;
    }

    .section-6__title {
        font-size: 16px;
        padding: 40px 0;
    }

    .section-6__img {
        width: 200px;
    }

    .section-6 {
        padding: 27px 0;
    }

    .section-8 {
        padding: 35px 0;
    }

    .section-8__row {
        display: flex;
        justify-content: end;
    }

    .section-8__img {
        width: 234px;
    }

}
/* End */
/* /about_food/vegetables/style.css?172846064510692 */
