body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin: 0;
}

body.menuOpen {
    overflow: hidden;
}

input,
button {
    font-family: 'Montserrat', sans-serif;
}

a,
a:focus,
a:visited {
    color: #333F48;
    transition: color .3s;
    text-decoration: none;
}

a:hover {
    background: linear-gradient(97.53deg, #3152F5 0%, #1A37CC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #3152F5;
    text-decoration: none;
    outline: none;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

h1 {
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 24px;
}

h2 {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 15px;
}

.main-button,
.main-button:visited {
    background: linear-gradient(97.53deg, #3152F5 0%, #1A37CC 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    padding: 0 24px;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: .3s background-color, .3s color;
}

.main-button:hover {
    background: linear-gradient(97.53deg, #3152F5 0%, #1A37CC 100%);
    -webkit-text-fill-color: #fff;
}

.hidden {
    display: none;
}

.block-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px;
}

.section-about__row {
    margin-left: -32px;
    margin-right: -32px;
}

.section-about__row .block-col-big {
    padding-left: 32px;
    padding-right: 32px;
}

.block-col-small,
.block-col-big {
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gradient-border {
    padding: 2px;
    background: linear-gradient(97.53deg, #3152F5 0%, #1A37CC 100%);
    display: inline-block;
}

.gradient-border__container {
    background: #fff;
    height: 52px;
    line-height: 52px;
}

.main-title {
    font-weight: bold;
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 0;
}

.main-title span,
.section-products__more span {
    background: linear-gradient(97.53deg, #3152F5 0%, #1A37CC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #3152F5;
}

.title-h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
}

.header-blue {
    background: linear-gradient(97.53deg, #3152F5 0%, #1A37CC 100%);
    color: #fff;
}

.header-blue a {
    color: #fff;
    transition: opacity .3s;
}

.header-blue a:hover {
    -webkit-text-fill-color: #fff;
    opacity: 0.6;
}

.header-blue img {
    filter: brightness(10);
}

.header-blue .header__menu-burger:before,
.header-blue .header__menu-burger:after {
    background: #fff;
}

.header__container {
    padding: 30px 40px;
}

.header__container {
    display: flex;
    align-items: center;
    position: relative;
}

.header__logo {
    height: 28px;
}

.header__menu-burger {
    position: absolute;
    width: 62px;
    height: 64px;
    z-index: 10;
    border-left: 2px solid #F0F0F0;
    top: 0;
    right: -24px;
    cursor: pointer;
}

.header__menu-burger:before,
.header__menu-burger:after {
    content: '';
    width: 32px;
    height: 2px;
    background: linear-gradient(97.53deg, #3152F5 0%, #1A37CC 100%);
    display: block;
    position: absolute;
    right: 14px;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.header__menu-burger:before {
    top: 26px;
}

.header__menu-burger:after {
    top: 36px;
}

.header__menu-block a,
.header__menu-block a:hover {
    line-height: 24px;
    font-weight: 700;
}

.header__menu-link {
    margin-right: 35px;
}

.header__contacts {
    position: relative;
}

.header__contacts-txt {
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    top: -10px;
}

.social-block {
    display: flex;
}

.social-block a {
    width: 24px;
    height: 24px;
    display: block;
    transition: .3s opacity;
}

.social-block a:hover {
    opacity: 0.6;
}

.social-block a:not(:first-child) {
    margin-left: 15px;
}

.section-banner {
    position: relative;
    height: calc(100vh - 64px);
    background-position: 50% 50%;
    background-size: cover;
    font-size: 3vmin;
}

.section-main__bg {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
}

.section-main__pack {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25em;
    z-index: 2;
}

.section-banner__main-txt {
    font-size: 5.25em;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 1.2em;
    left: 2.47em;
    z-index: 1;
}

.section-products__title {
    padding: 74px 96px;
}

.section-products .jq-selectbox__select {
    width: 158px;
    box-sizing: border-box;
}

.section-products__tabs {
    display: flex;
    background: #fff;
    height: 52px;
}

.section-products__tabs .jq-selectbox {
    padding: 0;
}

.section-products__tab {
    min-width: 134px;
    padding: 0 24px;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 52px;
    text-align: center;
}

.section-products__tab:not(.active):hover {
    background: linear-gradient(97.53deg, #3152F5 0%, #1A37CC 100%);
    -webkit-text-fill-color: #fff;
}

.section-products__tab:not(.active) {
    background: linear-gradient(97.53deg, #3152F5 0%, #1A37CC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}

.section-products__tab.active {
    background: linear-gradient(97.53deg, #3152F5 0%, #1A37CC 100%);
    color: #fff;
}

.section-products .owl-carousel .owl-nav {

}

.arrow__prev,
.arrow__next {
    width: 55px;
    min-width: 55px;
    border-left: 2px solid #3152F5;
    position: relative;
}

.section-dish .arrow__prev,
.section-dish .arrow__next {
    border-left: 0;
    border-right: 2px solid #3152F5;
}

.arrow__prev:hover:before,
.arrow__next:hover:after {
    filter: brightness(10);
}

.arrow__prev:before,
.arrow__next:after {
    content: '';
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 17px;
    left: 20px;
    width: 11px;
    height: 18px;
}

.arrow__next:after {
    transform: rotate(180deg);
    left: 22px;
}

.section-benefits {
    border-top: 2px solid #F0F0F0;
}

.border-bottom {
    border-bottom: 2px solid #F0F0F0;
}

.section-awards,
.section-recipes__list {
    border-top: 2px solid #F0F0F0;
}

.section-benefits__container {
    display: flex;
}

.section-benefits__image {
    position: relative;
    padding-top: 91.67%;
    margin: -2px 0;
}

.section-awards .section-benefits__image {
    padding-top: 97.22%;
}

.section-awards .section-benefits__container {
    align-items: center;
}

.section-benefits__banner {
    min-width: 50%;
}

.section-benefits__image img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
}

.section-benefits__desc {
    min-width: 50%;
    box-sizing: border-box;
    padding: 96px 96px 0;
}

.section-benefits__desc .gradient-border {
    margin-top: 56px;
}

.section-benefits__desc .owl-carousel .owl-nav {
    bottom: -134px;
    top: unset;
    left: 0;
}

.section-benefits__txt {
    font-weight: 500;
}

.section-benefits__desc .main-title {
    padding-bottom: 32px;
}

.section-products__list {
    border-top: 2px solid #F0F0F0;
    margin-bottom: -2px;
}

.section-products__item {
    text-align: center;
    padding: 40px 0 56px;
    border-left: 2px solid #fff;
    position: relative;
}

.section-products__images {
    position: relative;
    overflow: hidden;
    padding-top: 62.5%;
}

.section-products__images img,
.section-product__full__images img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
}

.owl-item.active + .owl-item.active .section-products__item {
    border-left: 2px solid #F0F0F0;
}

.section-products__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding: 36px 0 12px;
}

.section-dish {
    border-bottom: 2px solid #F0F0F0;
    padding-bottom: 138px;
}

.section-dish__name {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    padding: 30px 50px 0 0;
}

.section-dish__item {
    border-left: 2px solid #fff;
    display: block;
}

.section-dish__item:hover .section-dish__images img {
    transform: scale(1.1);
}

.section-dish__images {
    position: relative;
    padding-top: 91.15%;
    overflow: hidden;
}

.section-dish__images img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    transition: all .3s ease;
    will-change: transform;
}


.section-dish .section-products__title,
.section-foods .section-products__title {
    padding: 110px 96px 40px;
}

.section-foods {
    padding-bottom: 92px;
}

.section-food__item {
    margin-bottom: 30px;
    display: block;
}

.section-food__item:hover .section-food__image img {
    transform: scale(1.1);
}

.section-food__image img {
    max-width: 100%;
    display: block;
    transition: all .3s ease;
    will-change: transform;
}

.section-food__image {
    overflow: hidden;
}

.footer {
    border-top: 2px solid #F0F0F0;
}

.footer__container {
    padding: 32px 0;
}

.footer__copyright {
    color: #999;
}

.section-products__page .section-products__tabs {
    margin-right: 0;
}

.section-products__page .section-products__item {
    width: 100%;
    height: 100%;
    padding-bottom: 72px;
    padding: 0;
    border: 0;
}

.section-products__page .block-col-small {
    padding: 0;
}

.section-products__page .block-row {
    margin: 0;
}

.section-products__bottle .section-products__container {
    padding: 0;
    border-bottom: 0;
    height: 100%;
}

.section-products__container {
    border-left: 2px solid #F0F0F0;
    border-bottom: 2px solid #F0F0F0;
    padding: 40px 0 72px;
}

.section-products__page .section-products__item .owl-dots {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translate(-50%, 0);
}

.section-products__page .section-products__item .section-product__full-container .owl-dots {
    top: unset;
    bottom: -70px;
    border: 0;
}

.section-products__more {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.section-products__more img {
    max-width: 82px;
    margin-right: 30px;
}

.section-products__more-title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    width: 210px;
    text-align: left;
}

.main-carousel__product {
    text-align: center;
}

.section-recipes__list .title-h2 {
    margin-top: 32px;
}

.section-food__video,
.section-recipe__video {
    position: relative;
    padding-bottom: 67.31%;
    overflow: hidden;
    display: block;
}

.section-food__video iframe,
.section-recipe__video iframe,
.section-recipe__video img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.block-col-small .section-food__video {
    padding-bottom: 96.15%;
}

.section-recipe__video {
    padding-bottom: 44.44%;
}

.section-recipes__list {
    padding-bottom: 56px;
}

.section-recipes__list .main-button,
.section-recipes__list .gradient-border {
    display: block;
}

.section-recipe__content {
    padding: 40px 0 48px;
}

.section-recipe__steps {
    padding: 0 0 56px 0;
}

.section-recipe__steps .main-title,
.section-article__content .main-title {
    padding-bottom: 64px;
    border-bottom: 2px solid #F0F0F0;
}

.section-article__content .main-title {
    margin-bottom: 40px;
}

.section-article__content .title-h2 {
    margin-top: 56px;
}

.section-article__content img {
    max-width: 100%;
    margin-bottom: 40px;
}

.section-recipe__steps ol {
    list-style-type: none;
    counter-reset: num;
    padding: 40px 0 0;
    margin: 0;
}

.section-recipe__steps ol li {
    position: relative;
    padding-left: 30px;
}

.section-recipe__steps ol li:not(:first-child) {
    padding-top: 24px;
}

.section-recipe__steps ol li:before {
    content: counter(num) '. ';
    counter-increment: num;
    background: linear-gradient(97.53deg, #3152F5 0%, #1A37CC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #3152F5;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.section-recipe__ingredients h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    background: linear-gradient(97.53deg, #3152F5 0%, #1A37CC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 24px;
}

.section-recipe__ingredients ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.section-recipe__steps ul {
    padding: 40px 0 0;
    margin: 0;
    list-style-type: none;
}

.section-recipe__ingredients li {
    position: relative;
    padding-left: 22px;
}

.section-recipe__steps ul li {
    position: relative;
    padding-left: 30px;
}

.section-recipe__ingredients li:not(:last-child),
.section-recipe__steps ul li:not(:last-child) {
    padding-bottom: 16px;
}

.section-recipe__ingredients li:before,
.section-recipe__steps ul li:before {
    content: '';
    background: linear-gradient(97.53deg, #3152F5 0%, #1A37CC 100%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.section-healthy__page .section-recipes__list {
    border-top: 0;
}

.section-article__content p {
    margin: 0;
}

.section-article__content p + p {
    margin-top: 12px;
}

.section-article__content h2:not(.title-h2),
.section-article__content h3,
.section-article__content h4 {
    margin-top: 56px;
}

.section-article__content h2:not(.title-h2) {
    margin-bottom: 32px;
}

.section-article__content h3 {
    margin-bottom: 24px;
}

.section-article__content h4 {
    margin-bottom: 16px;
}

.section-about__structure {
    padding-bottom: 64px;
}

.section-about__structure-item {
    display: flex;
    align-items: center;
    line-height: 24px;
    padding-top: 26px;
}

.section-about__structure-item img {
    margin: 0 20px 0 0;
}

.section-about__structure-txt {
    padding-bottom: 14px;
}

.section-greek-yogurt {
    padding-bottom: 32px;
    border-bottom: 2px solid #F0F0F0;
    margin-bottom: 40px;
}

.section-greek-yogurt__item {
    display: flex;
    line-height: 22px;
    margin-bottom: 32px;
}

.section-greek-yogurt__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 48px;
    margin-bottom: 8px;
}

.section-greek-yogurt__number {
    background: linear-gradient(97.53deg, #3152F5 0%, #1A37CC 100%);
    min-width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    color: #fff;
    display: block;
    margin-right: 20px;
}

.section-greek-yogurt__number img {
    margin: 0;
}

.js-show__item {
    cursor: pointer;
}

.section-product__full-info {
    position: absolute;
    z-index: 1000;
    border: 2px solid #2443E1;
    background: #fff;
    box-sizing: border-box;
}

.section-product__full__images {
    position: relative;
    overflow: hidden;
    padding-top: 60.83%;
}

.section-product__full-container {
    padding: 80px 120px 80px;
}

.section-recipe__about {
    padding-top: 32px;
}

.section-recipe__about svg {
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.section-product__close {
    position: absolute;
    right: 0;
    top: 0;
    background: #2443E1;
    width: 56px;
    height: 56px;
    z-index: 5;
    cursor: pointer;
}

.section-product__close:before,
.section-product__close:after {
    content: '';
    width: 32px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    right: 12px;
    transform: rotate(-45deg);
    top: 27px;
}

.section-product__close:after {
    transform: rotate(45deg);
}

.section-product__full-title {
    font-weight: bold;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
    color: #2443E1;
    margin: 80px 0 24px;
}

.section-product__full-row {
    font-weight: bold;
    margin-bottom: 8px;
}

.section-product__full-row span {
    display: inline-block;
    padding: 0 12px;
    width: 180px;
    text-align: left;
}

.section-product__full-row span:first-child {
    color: #999999;
    width: 160px;
    box-sizing: border-box;
    text-align: right;
}

.section-recipes__page .section-products__title .jq-selectbox:first-child {
    margin-right: 20px;
}

.section-products__recipe .owl-carousel .owl-nav,
.section-dish__about .owl-carousel .owl-nav {
    margin-top: -1px;
}

.section-foods__border {
    border-top: 2px solid #F0F0F0;
}

.section-products__big-image {
    max-width: 550px;
    margin: 0 auto;
}

.section-benefits__nav .arrow__prev {
    border-left: 0;
}

.section-404__container {
    padding: 24px 0 36px;
}

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

.section-404__txt {
    padding-top: 24px;
}

.section-404__txt p {
    margin: 0;
}

.section-awards__about {
    font-weight: 700;
    padding-bottom: 64px;
}

.section-awards__star-txt {
    padding-top: 40px;
}

.section-awards__star-txt img {
    padding-top: 40px;
}

.section-awards__quote {
    border-top: 2px solid #F0F0F0;
    padding-top: 32px;
    margin-top: 56px;
}

.section-awards__ico{
    margin-right: 32px;
    max-width: 90px;
}

.section-awards__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

.section-awards__author {
    padding-top: 24px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.section-benefits__page .section-article__content .main-title {
    margin-bottom: 24px;
    border-bottom: 0;
    padding-bottom: 0;
}

.page-benefits__item {
    padding: 24px 0;
}

.page-benefits__item + .page-benefits__item {
    border-top: 2px solid #F0F0F0;
}

.page-benefits__item-img {
    margin-right: 32px;
    min-width: 112px;
}

.page-benefits__item-img img {
    margin: 0;
}

.page-benefits__item-desc {
    font-size: 16px;
    line-height: 28px;
}

@media (max-width:1439px) {
    .container {
        padding: 0 40px;
    }

    .header__container {
        padding: 30px 0;
    }

    .section-products__list .container,
    .section-benefits .container,
    .section-awards .container {
        padding: 0;
    }

    .section-products__title {
        padding: 74px 0;
    }


    .section-benefits__banner {
        order: 1;
        min-width: 100%;
    }

    .section-benefits__desc {
        order: 2;
        min-width: 100%;
        padding: 64px 40px 80px;
    }

    .section-benefits__desc .owl-carousel .owl-nav {
        bottom: -88px;
    }

    .section-dish .section-products__title, .section-foods .section-products__title {
        padding: 64px 0 40px;
    }

    .section-benefits__container {
        flex-wrap: wrap;
    }
}

@media (max-width:1199px) {
    .header__menu-block {
        background: #fff;
        position: fixed;
        top: 0;
        right: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .2s ease,height 0s .4s;
        transition: opacity .2s ease, visibility .2s ease;
        height: 100vh;
        padding: 80px 24px 0;
        left: 0;
        right: 0;
        z-index: 100;
    }

    .header__menu-block a {
        display: block;
        margin-top: 20px;
    }

    .header__contacts {
        margin-top: 30px;
    }

    .menu__open .header__menu-block {
        opacity: 1;
        visibility: visible;
    }

    .menu__open .header__logo,
    .menu__open .header__menu-burger {
        z-index: 101;
    }

    .menu__open .header__menu-burger {
        background: linear-gradient(97.53deg, #3152F5 0%, #1A37CC 100%);
        border-left-color: #3152F5;
    }

    .menu__open .header__menu-block a,
    .menu__open .header__menu-block a:hover {
        color: #333;
        -webkit-text-fill-color: #333;
    }

    .menu__open .header__menu-burger:before,
    .menu__open .header__menu-burger:after {
        background: #fff;
        top: 31px;
        right: 16px;
    }

    .menu__open .header__menu-burger:before {
        transform: rotate(45deg);
    }

    .menu__open .header__menu-burger:after {
        transform: rotate(-45deg);
    }

    .header__container {
        justify-content: space-between;
    }

    .section-products__title .main-title  {
        padding-bottom: 24px;
    }

    .section-dish {
        padding-bottom: 86px;
    }

    .section-healthy__page .section-products__title .main-title {
        padding-bottom: 0;
    }

    .section-recipe__steps .main-title,
    .section-article__content .main-title {
        padding-bottom: 40px;
    }

    .section-product__full-desc {
        margin: 0 -24px 0;
    }

    .visible-desc {
        display: none;
    }

    .section-recipe__about {
        padding-bottom: 56px;
    }

    .section-recipe__steps .section-recipe__ingredients ul {
        padding: 0;
    }

    .section-404__container {
        text-align: center;
    }

    .section-404__info {
        margin-top: 16px;
    }
}

@media (min-width:768px) and (max-width:1199px){
    .header .social-block {
        margin-right: 78px;
    }

    .menu__open .header__menu-burger:before,
    .menu__open .header__menu-burger:after {
        right: 28px;
    }

    .header__menu-block {
        padding: 120px 40px 0;
    }

    .header__menu-block .header__contacts {
        display: none;
    }

    .social-block .header__contacts {
        margin: 0 15px 0 0;
    }

    .social-block .header__contacts a {
        width: auto;
        margin-left: 0;
        font-weight: bold;
    }

    .section-products__title {
        padding: 36px 0 52px;
    }

    .section-dish .section-products__title,
    .section-foods .section-products__title {
        padding: 64px 0 40px;
    }

    .section-food__item img{
        width: 100%;
    }

    .section-food__item {
        margin-bottom: 40px;
    }

    .section-foods {
        padding-bottom: 48px;
    }

    .header__menu-burger {
        width: 86px;
        height: 88px;
        top: 0;
        right: -40px;
    }

    .header__menu-burger:before,
    .header__menu-burger:after {
        right: 26px;
        margin-top: 12px;
    }

    .section-products__page .block-col-small:nth-child(odd) .section-products__item .section-products__container {
        border-left: 2px solid #fff;
    }

    .section-404__info {
        margin: 20px auto 0;
    }
}

@media (max-width:1010px) {

    .section-banner__main-txt {
        font-size: 3.16em;
        bottom: 2.96em;
        left: 5.05em;
    }

    .section-banner {
        max-height: 540px;
        background-position: right bottom;
        font-size: 2vmin;
    }
}

@media (max-width:767px) {
    .header__container {
        padding: 20px 0;
    }

    .container {
        padding: 0 24px;
    }

    .header .social-block {
        display: none;
    }

    .header__logo {
        height: 24px;
    }

    .header__logo img {
        width: 116px;
    }

    .section-banner__main-txt {
        font-size: 2.25em;
        bottom: 2.9em;
        left: 4.6em;
    }

    .section-products__title {
        padding: 24px 0 30px;
    }

    .main-title {
        font-size: 40px;
        line-height: 48px;
    }

    .hide-mobile {
        display: none;
    }

    .section-products__item {
        padding: 0 0 40px;
    }

    .section-products__name {
        padding: 10px 0 8px;
    }

    .section-benefits__desc .main-title {
        padding-bottom: 20px;
    }

    .section-dish .section-products__title, .section-foods .section-products__title {
        padding: 48px 0 30px;
    }

    .section-products__container {
        border-left: 0;
    }

    .section-products__tab {
        padding: 0 22px;
    }

    .section-dish__name {
        padding-right: 0;
    }

    .section-dish {
        padding-bottom: 54px;
    }

    .section-foods {
        padding-bottom: 26px;
    }

    .section-awards .section-benefits__desc {
        padding: 48px 24px;
    }

    .section-benefits__desc .gradient-border {
        margin-top: 32px;
    }

    .section-benefits__desc {
        padding: 40px 24px 56px;
    }

    .footer__copyright {
        padding-bottom: 20px;
    }

    .section-products__page .section-products__item .section-products__container {
        padding-bottom: 40px;
    }

    .section-products__more {
        height: 322px;
    }

    .section-article__content .main-title {
        margin-bottom: 32px;
    }

    .section-article__content h2:not(.title-h2),
    .section-article__content h3,
    .section-article__content h4 {
        margin-top: 48px;
    }

    .section-main__pack {
        width: 176px;
    }

    .section-about__structure {
        padding-bottom: 56px;
    }

    .section-about__row {
        margin-left: -24px;
        margin-right: -24px;
    }

    .section-about__row .block-col-big {
        padding-left: 24px;
        padding-right: 24px;
    }

    .section-greek-yogurt {
        padding-bottom: 16px;
    }

    .section-greek-yogurt__title {
        line-height: 24px;
    }

    .section-product__full-container {
        padding: 60px 0 40px;
    }

    .section-product__full-title {
        font-size: 40px;
        line-height: 48px;
    }

    .section-product__full-info {
        width: 100%;
        padding: 0 24px;
    }

    .section-product__full-row span:first-child,
    .section-product__full-row span {
        width: 160px;
    }

    .section-recipes__list .title-h2 {
        font-size: 32px;
    }

    .section-products__item-open .section-products__main-img,
    .section-products__item-open .section-products__name,
    .section-products__item-open .section-products__desc {
        display: none!important;
    }

    .section-products__item-open .section-products__container {
        padding: 0!important;
    }

    .section-product__full-info {
        position: relative;
        top: 0!important;
        right: unset!important;
        left: 0;
    }

    .section-404__txt {
        padding-top: 16px;
    }

    .section-awards__about {
        padding-bottom: 56px;
    }

    .section-awards__star-txt {
        padding-top: 16px;
    }

    .section-article__content img {
        margin-bottom: 24px;
    }

    .section-awards__ico {
        margin: 0 0 16px;
    }

    .section-awards__title {
        font-size: 16px;
        line-height: 24px;
    }

    .section-awards__author {
        line-height: 24px;
        margin-top: 16px;
    }

    .section-main__pack {
        width: 16.3em;
    }
}

@media (max-width:479px) {
    .section-recipes__page .section-products__title .jq-selectbox:first-child {
        margin-bottom: 16px;
        margin-right: 0;
    }

    .section-recipes__page .section-products__title .jq-selectbox {
        width: 100%;
    }

    .section-banner {
        max-height: 260px;
        background-position: right bottom;
    }
}

@media (min-width:768px) {
    .block-col-small {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer__container {
        display: flex;
        align-items: center;
        padding: 34px 0;
        justify-content: space-between;
    }

    .section-products .jq-selectbox,
    .section-products .formstyler,
    .section-products__page .section-products__title .jq-selectbox,
    .section-products__page .section-products__title .formstyler {
        display: none;
    }

    .section-recipes__list .title-h2 {
        margin-top: 64px;
    }

    .title-h2 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 40px;
    }

    .section-recipes__list {
        padding-bottom: 80px;
    }

    .section-recipe__steps ol,
    .section-recipe__steps ul {
        padding: 56px 0 0;
    }

    .section-recipe__ingredients h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .section-article__content {
        max-width: 768px;
        margin: 0 auto;
        font-size: 18px;
        line-height: 32px;
    }

    .section-article__content .main-title {
        margin-bottom: 56px;
    }

    .section-product__full-row {
        font-size: 20px;
        line-height: 24px;
    }

    .section-product__full-title {
        margin-top: 120px;
    }

    .section-404__info {
        max-width: 430px;
    }

    .section-404__container {
        padding: 40px 0 72px;
    }

    .section-awards__quote {
        margin-top: 64px;
        display: flex;
    }

    .page-benefits__item {
        display: flex;
        align-items: center;
        padding: 48px 0;
    }
}

@media (min-width:992px) {
    .section-banner {
        height: calc(100vh - 88px);
    }
}

@media (min-width:1200px) {
    .block-col-small {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .block-col-big {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .header__menu-burger {
        display: none;
    }

    .section-products__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header__menu-block {
        display: flex;
        width: 100%;
        margin: 0 0 0 48px;
        justify-content: center;
    }

    .social-block .header__contacts {
        display: none;
    }

    .section-products__page .block-col-small:nth-child(1) .section-products__container ,
    .section-products__page .block-col-small:nth-child(4) .section-products__container,
    .section-products__page .block-col-small:nth-child(7) .section-products__container,
    .section-products__page .block-col-small:nth-child(10) .section-products__container,
    .section-products__page .block-col-small:nth-child(13) .section-products__container {
        border-left: 2px solid #fff;
    }

    .section-products__page .section-products__list {
        padding: 0 1px;
    }

    .section-food__item {
        margin-bottom: 48px;
    }

    .section-recipes__list .title-h2 {
        margin-top: 80px;
    }

    .section-recipe__content {
        display: flex;
        padding: 80px 96px 80px;
    }

    .section-recipe__steps {
        padding: 0 64px 80px 0;
    }

    .section-recipe__ingredients {
        padding-left: 62px;
        border-left: 2px solid #F0F0F0;
        padding-top: 20px;
    }

    .hide-desc {
        display: none;
    }

    .section-404__container {
        display: flex;
        justify-content: center;
        padding: 100px 0 72px;
        align-items: center;
    }

    .section-404__img {
        text-align: right;
    }
}

@media (min-width:1440px) {
    .section-dish__list {
        padding: 0 96px;
    }

    .section-awards .section-benefits__desc {
        padding-top: 0;
    }

    .footer__container {
        padding: 34px 40px;
    }

    .section-recipe__ingredients h3 {
        width: 352px;
    }

    .header__menu-link {
        margin-right: 48px;
    }
}