.sret-main-screen {
    position: relative;
    background-image: url('../images/sret-package/main-bg_1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sret-content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.food-package .about {
    background-color: rgba(255, 255, 255, .85);
    padding-top: 90px;
    padding-bottom: 80px;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 630px; 
    width: 100%;
    margin-right: 25px;
}

.food-package .about .main-title {
    text-align: left;
}

.food-package .about .main-subtitle {
    font-size: 16px;
    max-width: inherit;
    text-align: left;
    font-family: 'Proxima Nova',sans-serif;
    margin-top: 15px;
    margin-bottom: 24px;
}

.food-package .about .main-subtitle::after,
.food-package .about .main-subtitle::before {
    content: none;
}

.sret-description {
    background: #FFFFFF;
    box-shadow: 18px 13px 35px rgb(0 0 0 / 9%);
    border-radius: 8px;
    padding-top: 62px;
    padding-bottom: 62px;
    padding-left: 40px;
    padding-right: 34px;
    position: relative;
}

.sret-description::before {
    content: "";
    position: absolute;
    top: -26px;
    border: 16px solid transparent;
    border-bottom: 12px solid #fff;
}

.sret-description .title {
    font-size: 20px;
    line-height: 100%;
    color: #27353F;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Copperplate',sans-serif;
    font-weight: normal;
}

.sret-description .text {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #27353F;
    margin-top: 25px;
    margin-bottom: 0;
    font-family: 'Proxima Nova',sans-serif;
}

.food-package .text-opac {
    font-family: 'Proxima Nova',sans-serif;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 14px;
    line-height: 140%;
    color: #92A6B4;
}

.sret-form {
    background: #FFFFFF;
    box-shadow: 18px 13px 35px rgb(0 0 0 / 9%);
    border-radius: 8px;
    padding: 83px 31px;
    max-width: 410px;
    width: 100%;
}

.sret-form .pop-up__title {
    font-size: 30px;
    line-height: 37px;
}

.sret-form .main-subtitle {
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #92A6B4;
    padding-bottom: 20px;
    max-width: 248px;
    font-family: 'Proxima Nova',sans-serif;
}

.sret-form .main-subtitle::before {
    background-color: #1DA4F7;
    width: 100px;
    height: 2px;
    top: inherit;
    bottom: 0;
    left: calc(50% - 50px);
}

.sret-form .main-subtitle::after {
    content: none;
}

.sret-form .pop-up__form-block .form-group,
.sret-form .pop-up__form-block .form-group .input {
    max-width: 348px;
    width: 100%;
}

.food-package .large-sections-container {
    position: relative;
    overflow: hidden;
}

/** START  Section Key features of CPET  **/
.food-package .characters {
    padding-top: 150px;
    padding-bottom: 190px;
    position: relative;
    z-index: 1;
}

.food-package .characters::after, 
.food-package .characters::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
}

.food-package .characters::before {
    background-image: url('../images/main-screen/icons/gradient1.svg');
    width: 100%;
    height: 1717px;
    bottom: 0;
    transform: rotateY(180deg);
}

.food-package .characters::after {
    background-image: url('../images/about-us/bg-icon1.png');
    width: 244px;
    height: 535px;
    bottom: 0;
    right: 0;
    transform: rotateY(180deg);
}

.food-package .characters .main-title {
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 70px;
}

.food-package .characters-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 40px;
    margin-bottom: 42px;
}

.food-package .characters-items__link {
    background: #FFFFFF;
    box-shadow: 5px 20px 26px 4px transparent;
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    max-width: 410px;
    width: 100%;
    padding: 30px 34px;
    transition: all ease-in-out .4s;
}

.food-package .characters-items__link .title {
    font-family: 'Copperplate',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    color: #27353F;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 200px;
    margin-left: 26px;
    margin-right: auto;
}

.food-package .characters-items__link .icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    fill: #dcdcdc;
    transition: all ease-in-out .4s;
}

.food-package .characters-items__link:hover {
    box-shadow: 5px 20px 26px 4px rgba(20, 69, 129, 0.05);
}

.food-package .characters-items__link:hover .icon {
    fill: #1da4f7;
}

.food-package .large-image .img {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
/** END  Section Key features of CPET  **/
/** START  Section Protection  **/
.food-package .protection {
    padding-top: 140px;
    position: relative;
}

.food-package .protection-info {
    display: flex;
    margin-bottom: 46px;
}

.food-package .protection-info .info {
    max-width: 620px;
    width: 100%;
    padding-bottom: 50px;
    margin-right: 60px;
}

.food-package .block-title {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.food-package .block-title .image {
    background: #FFFFFF;
    box-shadow: 5px 20px 26px 4px rgb(20 69 129 / 5%);
    border-radius: 8px;
    padding: 17px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.food-package .block-title .text-group {
    margin-left: 30px;
}

.food-package .block-title .main-title {
    font-size: 30px;
    line-height: 110%;
    text-align: left;
}

.food-package .block-title .short-description {
    font-size: 14px;
    line-height: 140%;
    color: #92A6B4;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'Proxima Nova',sans-serif;
}

.food-package .protection-info .sub-title {
    font-family: 'Proxima', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 140%;
    color: #27353F;
    margin-top: 0;
    margin-bottom: 0;
}

.food-package .protection-info .sub-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #27353F;
    margin-top: 28px;
    margin-bottom: 28px;
}

.food-package .protection-info .sret-description {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 45px;
}

.food-package .protection-info .sret-description .text {
    margin-top: 20px;
    max-width: 430px;
}

.food-package .protection-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 112px;
    margin-bottom: 44px;
}

.food-package .protection-columns--bottom {
    margin-top: 60px;
}

.food-package .protection-columns.protection-columns--bottom .columns {
    max-width: 545px;
}

.food-package .protection-columns .columns {
    max-width: 520px;
    width: 100%;
}

.food-package .protection-columns .column-title {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.food-package .icon-circle {
    border: 1px solid #1DA4F7;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.food-package .icon-circle .icon {
    width: 35px;
    height: 35px;
}

.food-package .protection-columns .title {
    margin-top: 0;
    margin-bottom: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    color: #27353F;
    font-family: 'Proxima Nova',sans-serif;
    margin-left: 20px;
}

.food-package .protection-columns .description {
    margin-top: 0;
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #27353F;
    font-family: 'Proxima Nova',sans-serif;
}

.food-package .protection .large-image .image {
    width: 100%;
}

.food-package .protection .accent-block {
    background: #1DA4F7;
    box-shadow: 18px 13px 35px rgb(0 0 0 / 9%);
    border-radius: 8px;
    padding: 65px 95px;
    margin-top: 60px;
}

.food-package .protection .accent-block .text-info {
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Proxima',sans-serif;
}
/** END  Section Protection  **/
/** START Section Gallery **/
.food-package .gallery {
    color: #fff;
    background-image: url('../images/sret-package/gallery-group-image.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 320px;
    margin-top: 145px;
}

.food-package .gallery::before,
.food-package .gallery::after {
    content: none;
}

.food-package .gallery .accent-block {
    margin-top: 0;
    padding: 65px;
    box-shadow: 18px 13px 35px rgba(0, 0, 0, .09);
    border-radius: 8px;
    top: -85px;
}
.food-package .gallery .accent-block .text-info {
    margin: 0;
    font-family: 'Proxima Bold',sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}
/** END Section Gallery **/
/** START  Section Ecology package  **/
.food-package .energy {
    padding-top: 150px;
    position: relative;
}

.food-package .energy .block-title {
    margin-bottom: 0;
}

.food-package .energy .description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #27353F;
    max-width: 1180px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.food-package .energy .large-image .image {
    width: 100%;
}

.food-package .energy .description.description--margin {
    margin-top: 80px;
    margin-bottom: 50px;
}

.food-package .news-page__list {
    max-width: 1180px;
    margin-bottom: 50px;
}

.food-package .energy-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 75px;
    column-gap: 100px;
    row-gap: 50px;
    border-bottom: 1px solid #EDEDED;
}

.food-package .energy-columns .column-image .image {
    width: 100%;
}

.food-package .energy-columns .column-text {
    padding-left: 30px;
    position: relative;
    max-width: 580px;
}

.food-package .energy-columns .column-text::before {
    content: "";
    position: absolute;
    background-color: #1DA4F7;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: calc(0px - -4px);
}

.food-package .energy-columns .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    color: #27353F;
    font-family: 'Proxima',sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

.food-package .energy-columns .text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #27353F;
    margin-top: 0;
    margin-bottom: 0;
}

.food-package .energy-columns .text.text--margin {
    margin-top: 22px;
    margin-bottom: 25px;
}
/** END Section Ecology package  **/
/** START Section Univarsal  **/
.food-package .univarsal {
    padding-top: 65px;
}

.food-package .univarsal .block-title {
    margin-bottom: 0;
}

.food-package .univarsal .description {
    font-size: 16px;
    line-height: 140%;
    color: #27353F;
    margin-top: 30px;
    margin-bottom: 65px;
    max-width: 1180px;
}

.food-package .univarsal .text-dotted {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.food-package .univarsal .text-dotted::before,
.food-package .univarsal .text-dotted::after {
    content: "";
    position: absolute;
    z-index: -1;
}

.food-package .univarsal .text-dotted::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url('../images/sret-package/universal-large.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    width: 410px;
    height: 497px;
    left: 0;
}

.food-package .univarsal .text-dotted::after {
    background-image: url('../images/sret-package/universal-small.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    width: 332px;
    height: 218px;
    right: 0;
}

.food-package .univarsal .text {
    font-size: 14px;
    line-height: 140%;
    color: #27353F;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 15px;
    max-width: 413px;
}

.food-package .univarsal .text.first-dd-line::after,
.food-package .univarsal .text.second-dd-line::after,
.food-package .univarsal .text.third-dd-line::after {
    content: "";
    position: absolute;
    background-image: url('../images/sret-package/icons/dotted-line.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.food-package .univarsal .text.first-dd-line {
    margin-bottom: 120px;
    margin-right: 190px;
}

.food-package .univarsal .text.first-dd-line::after {
    width: 254px;
    height: 80px;
    left: calc(50% - 150px);
    bottom: -80px;
    position: absolute;
}

.food-package .univarsal .text.second-dd-line {
    margin-bottom: 190px;
    margin-left: 260px;
}

.food-package .univarsal .text.second-dd-line::after {
    width: 284px;
    height: 90px;
    left: calc(50% - 105px);
    bottom: -90px;
    transform: rotateY(180deg);
}

.food-package .univarsal .text.third-dd-line {
    margin-left: 240px;
}

.food-package .univarsal .text.third-dd-line::after {
    background-image: url('../images/sret-package/icons/dotted-large-line.svg');
    width: 488px;
    height: 80px;
    bottom: -80px;
    left: calc(50% - 220px);
}

.food-package .accent-block {
    position: relative;
    background-color: #1DA4F7;
    padding: 78px 85px;
    margin-top: 70px;
}

.food-package .accent-block.accent-block--image::after {
    content: "";
    position: absolute;
    background-image: url('../images/sret-package/universal-color.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 630px;
    height: 312px;
    top: -75px;
    right: 18%;
}

.food-package .accent-block.accent-block--image::before {
    content: "";
    position: absolute;
    background-image: url('../images/popular-product/icon2.svg');
    background-repeat: no-repeat;
    width: 60px;
    height: 50px;
    right: 400px;
    background-size: contain;
    top: -100px;
    filter: blur(5px);
}

.food-package .accent-block .text {
    font-weight: bold;
    font-size: 17px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: 'Proxima',sans-serif;
    max-width: 522px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
/** END Section Univarsal  **/
/** START Section Discuss  **/
.food-package .discuss {
    padding-top: 105px;
    position: relative;
}

.food-package .discuss .block-title {
    margin-bottom: 0;
}

.food-package .discuss .description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #27353F;
    max-width: 1180px;
    margin-top: 0;
    margin-bottom: 0;
}

.food-package .discuss .description.description--margin {
    margin-top: 30px;
    margin-bottom: 18px;
}

.food-package .discuss .description .accent {
    font-weight: bold;
}

.food-package .discuss .advantages-item {
    max-height: inherit;
    max-width: inherit;
}

.food-package .discuss .advantages-item:hover {
    transform: translateY(0);
}

.food-package .discuss .advantages-item:hover .icon {
    filter: drop-shadow(2px 4px 6px white);
    opacity: 1;
}

.food-package .discuss .discuss-container {
    padding-top: 30px;
    padding-bottom: 75px;
    border-bottom: 1px solid #EDEDED;
}

.food-package .discuss .discuss-sm-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
    margin-bottom: 40px;
}

.food-package .discuss .discuss-lg-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.food-package .discuss .advantages-item__number {
    color: #1DA4F7;
}

.food-package .discuss .advantages-item:hover .advantages-item__number {
    color: #fff;
}
.food-package .big-banner-block img {
    width: 100%;
}
/** END Section Discuss  **/
/** START Section Graph  **/
.food-package .graph {
    padding-top: 75px;
}

.food-package .graph .block-title {
    margin-bottom: 0;
}

.food-package .graph .description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #27353F;
    max-width: 1180px;
    margin-top: 0;
    margin-bottom: 0;
}

.food-package .graph .description.description--margin {
    margin-top: 44px;
}

.food-package .graph .graph-content {
    margin-top: 44px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

.food-package .graph .graph-content .text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #27353F;
}

.food-package .graph .graph-content .graph-image img {
    width: 100%;
}

.food-package .graph .graph-content .text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 240px;
    max-height: 320px;
    margin: 0 10px;
}

.food-package .graph .accent-block {
    padding: 55px 95px;
    margin-top: 60px;
    box-shadow: 18px 13px 35px rgba(0, 0, 0, .09);
    border-radius: 8px;
}

.food-package .graph .accent-block .text-info {
    font-weight: bold;
    font-size: 17px;
    line-height: 140%;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Proxima Bold',sans-serif;
}
/** END Section Graph  **/
/** START Section Agile  **/
.food-package .agile {
    padding-top: 150px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

.food-package .agile::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url('../images/main-screen/icons/gradient1.svg');
    background-repeat: no-repeat;
    width: 100%;
    height: 1717px;
    bottom: -300px;
}

.food-package .agile .block-title {
    margin-bottom: 30px;
}

.food-package .agile .agile-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.food-package .agile .text-content {
    max-width: 520px;
    margin-left: 20px;
}

.food-package .agile .text-content .description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #27353F;
    margin-top: 0;
    margin-bottom: 0;
}

.food-package .agile .text-content .title {
    font-family: 'Proxima Bold', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: #27353F;
    margin-top: 36px;
    margin-bottom: 36px;
}
.food-package .form-block {
    z-index: 1;
}
/** END Section Agile  **/




@media (max-width: 1200px) {
    .food-package .characters-items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .food-package .protection-info-image .image {
        width: 100%;
    }
    .food-package .protection-columns {
        column-gap: 20px;
    }
    .food-package .energy-columns {
        column-gap: 25px;
    }
    .food-package .discuss .discuss-sm-items {
        grid-template-columns: 1fr 1fr;
        row-gap: 40px;
    }
    .food-package .gallery {
        margin-top: 0;
        padding-bottom: 250px;
    }
    .food-package .gallery .accent-block {
        top: 0;
    }
}

@media (max-width: 992px) {
    .sret-main-screen {
        padding-bottom: 50px;
    }
    .sret-content-container {
        flex-direction: column;
    }
    .food-package .about {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .sret-form {
        max-width: inherit;
        padding: 40px 20px;
    }
    .sret-form .pop-up__form {
        max-width: inherit;
    }
    .sret-form .main-subtitle {
        margin-bottom: 10px;
        max-width: inherit;
    }
    .sret-form .pop-up__form-block {
        flex-direction: row;
    }
    .sret-form .pop-up__form-block .form-group--margin {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
    }
    .food-package .characters::after {
        bottom: 25%;
    }
    .food-package .protection-info-image .image {
        display: none;
    }
    .food-package .protection::before {
        content: "";
        position: absolute;
        background-image: url('/images/sret-package/protection-pack.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .3;
        top: 0;
        background-position: top right;
    }
    .food-package .protection-info {
        align-items: center;
        justify-content: center;
    }
    .food-package .protection-info .info {
        margin-right: 0;
    }
    .food-package .energy-columns {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .food-package .energy-columns .column:nth-child(2) {
        order: -1;
    }
    .food-package .univarsal .text-dotted::before  {
        width: 330px;
        height: 397px;
        opacity: .3;
    }
    .food-package .univarsal .text-dotted::after {
        opacity: .5;
    }
    .food-package .accent-block.accent-block--image::after {
        top: -150px;
        right: 20%;
    }
    .food-package .graph .graph-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .food-package .graph .accent-block {
        padding: 35px 45px;
        margin-top: 30px;
    }
    .food-package .graph .accent-block .text-info {
        font-size: 16px;
    }
    .food-package .agile .agile-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .food-package .agile .agile-content .image-block img {
        width: 100%;
    }
    .food-package .agile .text-content {
        max-width: 605px;
        margin-left: 0;
        margin-top: 20px;
    }
    .food-package .gallery {
        padding-bottom: 150px;
    }
    .food-package .gallery .accent-block {
        padding: 35px 45px;
    }
    .food-package .gallery .accent-block .text-info {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .food-package .protection-columns {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        column-gap: 0;
        row-gap: 25px;
    }
    .food-package .protection-columns .columns,
    .food-package .protection-columns.protection-columns--bottom .columns {
        max-width: 620px;
    }
    .food-package .protection .accent-block {
        padding: 35px;
    }
    .food-package .univarsal .text-dotted::after {
        content: none;
    }
    .food-package .univarsal .text.third-dd-line {
        margin-left: 0;
    }
    .food-package .univarsal .text.third-dd-line::after {
        background-image: url('../images/sret-package/icons/dotted-large-line.svg');
        width: 465px;
        height: 80px;
        bottom: -80px;
        left: calc(50% - 220px);
    }
    .food-package .accent-block.accent-block--image::after {
        top: -11px;
        right: calc(50% - 315px);
        opacity: .5;
    }
    .food-package .discuss .discuss-sm-items,
    .food-package .discuss .discuss-lg-items {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .food-package .gallery {
        background-image: url('../images/sret-package/gallery-1.jpg');
        background-size: cover;
        background-position: center;
        margin-top: 150px;
    }
    .food-package .gallery .accent-block {
        top: -100px;
    }
    .food-package .energy {
        padding-top: 75px;
    }
}

@media (max-width: 575px) {
    .food-package .about {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .food-package .about .main-title {
        font-size: 32px;
        line-height: 40px;
    }
    .sret-description {
        padding: 32px 22px;
    }
    .sret-description::before {
        left: 30px;
    }
    .sret-form .pop-up__title {
        font-size: 28px;
        line-height: 35px;
    }
    .sret-description .title,
    .sret-description .text,
    .food-package .text-opac {
        text-align: left;
    }
    .sret-form .main-subtitle {
        margin-bottom: 20px;
        max-width: 248px;
    }
    .sret-form .pop-up__form-block {
        flex-direction: column;
    }
    .sret-form .pop-up__form-block .form-group--margin {
        margin: 20px 0;
    }
    .sret-form .pop-up__form .main-button {
        max-width: 348px;
    }
    .food-package .characters {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .food-package .characters .main-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .food-package .protection {
        padding-top: 50px;
    }
    .food-package .block-title .text-group {
        margin-left: 15px;
    }
    .food-package .block-title .main-title {
        font-size: 22px;
        line-height: 30px;
    }
    .food-package .protection-info {
        margin-bottom: 25px;
    }
    .food-package .protection-columns--bottom {
        margin-top: 30px;
    }
    .food-package .protection .accent-block {
        margin-top: 0;
        padding: 15px 20px;
    }
    .food-package .protection .accent-block .text-info {
        font-size: 16px; 
    }
    .food-package .energy {
        padding-top: 50px;
    }
    .food-package .energy .block-title .main-title {
        font-size: 18px;
        line-height: 26px;
    }
    .food-package .energy .description {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .food-package .energy .description.description--margin {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .food-package .news-page__list {
        margin-bottom: 30px;
    }   
    .food-package .univarsal .text.first-dd-line {
        margin-right: 0;
        margin-bottom: 70px;
    }
    .food-package .univarsal .text.second-dd-line {
        margin-bottom: 70px;
        margin-left: 0;
    }
    .food-package .univarsal {
        padding-top: 50px;
    }
    .food-package .accent-block {
        margin-top: 0;
        padding: 78px 20px;
        overflow: hidden;
    }
    .food-package .accent-block.accent-block--image::before {
        content: none;
    }
    .food-package .accent-block .text {
        font-size: 16px; 
    }
    .food-package .discuss {
        padding-top: 50px;
    }
    .food-package .graph {
        padding-top: 50px;
    }
    .food-package .graph .accent-block {
        margin-top: 0;
        padding: 15px 25px;
    }
    .food-package .graph .accent-block .text-info {
        font-size: 14px;
    }
    .food-package .graph .graph-content {
        margin-bottom: 30px;
    }
    .food-package .agile {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .food-package .gallery {
        margin-top: 90px;
    }
    .food-package .gallery .accent-block {
        padding: 15px 25px;
        top: -50px;
    }
    .food-package .gallery .accent-block .text-info {
        font-size: 14px;
    }
    .food-package .big-banner-block img {
        min-height: 200px;
        object-fit: cover;
    }
}

@media (max-width: 375px) {
    .food-package .about {
        padding: 30px 15px;
    }
    .food-package .about .main-title {
        font-size: 28px;
        line-height: 30px;
    }
    .sret-form .pop-up__title {
        font-size: 24px;
        line-height: 30px;
    }
    .food-package .characters .main-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .food-package .characters-items {
        row-gap: 20px;
    }
    .food-package .characters-items__link {
        padding: 20px 15px;
    }
    .food-package .characters-items__link .title {
        font-size: 16px;
        max-width: 160px;
        margin-left: 14px;
    }
    .food-package .block-title {
        margin-bottom: 30px;
        align-items: flex-start;
    }
    .food-package .protection-info .sub-text {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .food-package .protection-info .sret-description {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 25px;
    }
    .food-package .block-title .main-title {
        font-size: 18px;
        line-height: 26px;
    }
    .food-package .protection-columns .title {
        margin-left: 10px;
        font-size: 16px;
    }
    .food-package .energy .block-title .main-title {
        font-size: 16px;
        line-height: 18px;
    } 
    .food-package .energy-columns .column-text {
        padding-left: 15px;
    }
    .food-package .energy-columns .title {
        font-size: 16px;
    }
    .food-package .univarsal .text.third-dd-line {
        max-width: 210px;
    }
    .food-package .univarsal .text.third-dd-line::after {
        background-image: url('../images/sret-package/icons/dotted-line.svg');
        width: 250px;
        height: 80px;
        left: calc(50% - 150px);
    }
    .food-package .accent-block {
        padding: 50px 20px;
    }
    .food-package .accent-block.accent-block--image::after {
        top: calc(50% - 80px);
        right: calc(50% - 165px);
        opacity: .5;
        width: 330px;
        height: 160px;
    }
    .food-package .discuss .discuss-sm-items {
        margin-bottom: 30px;
    }
    .food-package .discuss .advantages-item {
        padding: 35px 25px;
    }
}

@media (max-width: 360px) {
    .food-package .energy .block-title .main-title {
        font-size: 14px;
        line-height: 18px;
    } 
}