@font-face {
    font-family: DINPro;

    src: url("https://s3.eu-central-1.amazonaws.com/rc-noerror/assets/fonts/DINPro.woff2") format("woff2"), url("https://s3.eu-central-1.amazonaws.com/rc-noerror/assets/fonts/DINPro.woff") format("woff");
}

@font-face {
    font-family: DINPro-CondensedBold;

    src: url("https://s3.eu-central-1.amazonaws.com/rc-noerror/assets/fonts/DINPro-CondensedBold.woff2") format("woff2"), url("https://s3.eu-central-1.amazonaws.com/rc-noerror/assets/fonts/DINPro-CondensedBold.woff") format("woff");
}

@font-face {
    font-family: DINPro-Bold;

    src: url("https://s3.eu-central-1.amazonaws.com/rc-noerror/assets/fonts/DINPro-Bold.woff2") format("woff2"), url("https://s3.eu-central-1.amazonaws.com/rc-noerror/assets/fonts/DINPro-Bold.woff") format("woff");
}


@font-face {
    font-family: "Helvetica Neue";

    src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff");
}

@font-face {
    font-family: "Helvetica Neue Bold";

    src: url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");
}


.max-container {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.container {
    padding: 0 48px;
}

.main-banner {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 500px;
    background: url('../img/main-banner-full.png') no-repeat;
    background-size: contain;
}

.main-banner__text-block {
    width: 55%;
    padding-left: 48px;
    padding-bottom: 48px;
    font-family: DINPro-CondensedBold;
    text-transform: uppercase;
}

.main-banner__text {
    margin-bottom: 10px;
    font-size: 72px;
    line-height: 1;
    color: rgb(236, 0, 26);
}

.main-banner__subtext {
    font-size: 56px;
    line-height: 1;
    color: #333333;
}

.main-banner__xs {
    display: none;
}

.optimal-food-block {
    display: flex;
    align-items: center;
}

.optimal-food-block__img {
    width: 50%;
}

.optimal-food-block__text {
    font-family: DINPro-CondensedBold;
    line-height: 1.2;
    margin-right: 48px;
    margin-left: 48px;
}

.optimal-food-block__main-text {
    font-family: "Helvetica Neue Bold";
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
}

.optimal-food-block__description div {
    font-family: "Helvetica Neue";
    font-size: 17px;
    margin-bottom: 12px;
}

.new-food {
    position: relative;
    padding-bottom: 43px;
}

.new-food__description--block {
    display: flex;
}

.title-line {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-line div {
    width: 100%;
    height: 5px;
    background-color: rgb(236, 0, 26);
}

.title-line p {
    margin: auto 24px;
    font-family: DINPro-CondensedBold;
    font-size: 70px;
    line-height: 1.2;
    color: rgb(236, 0, 26);
    text-align: center;
    white-space: nowrap;
}

.new-food__description {
    font-family: DINPro;
    color: #333333;
    font-size: 23px;
    font-weight: 400;
}

.new-food__images {
    display: flex;
    justify-content: space-evenly;
}

.new-food__images--left-img p,
.new-food__images--right-img p {
    font-family: DINPro-CondensedBold;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;

    margin: 0;
}

.slider-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.recommendation-food__img {
    position: relative;
    right: -30px;
    margin: auto;
}

.benefits-dry__content {
    display: flex;
}

.benefits-dry__img--left {
    width: 60%;
    object-fit: contain;
}

.benefits-dry__img--right {
    position: absolute;
    top: 100px;
    right: 0;
    width: 58%;
    object-fit: contain;
    z-index: -1;
}

.benefits-wet__img--xs {
    display: none;
}

.benefits-wet__img {
    position: relative;
    /*left: -50px;*/
    margin: auto;
    width: 100%;
    height: 70%;
}

.recommendation-food-first {
    display: flex;
    align-items: center;
    padding-right: 54px;
    padding-left: 54px;
}

.recommendation-food-first__img {
    width: 50%;
    padding-bottom: 40px;
}

.recommendation-food-first__img img {
    width: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.recommendation-food-first__info {
    width: 100%;
    margin-left: 34px;
    z-index: -1;
}

.recommendation-food-first__info--block {
    position: relative;
    font-size: 25px;
    padding: 26px 72px 30px 81px !important;
    background-color: #f6f6f6;
    margin-bottom: 22px;
    border-radius: 24px;
    color: #333333;
}

.recommendation-food-first__info--block span {
    color: #ffffff;
    font-family: DINPro-CondensedBold;
    font-size: 70px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;

    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: -8%;
    width: 88px;
    height: 88px;
    transform: translate(0, -50%);

    border-radius: 100%;
    background-color: #eb1c22;
}

.recommendation-food-first__info--block span:before {
    content: '';
    position: absolute;
    width: 88px;
    height: 88px;
    border-radius: 100%;
    border: 4px solid #ffffff;
}

.recommendation-food-first__info--block span:after {
    content: '';
    position: absolute;
    background-color: #eb1c22;
    width: 102px;
    height: 102px;
    border-radius: 100%;
    z-index: -1;
}

.recommendation-food-first__info--title {
    font-family: DINPro-Bold;
    margin-bottom: 12px;
}

.recommendation-food-first__info--text {
    font-family: DINPro;
    font-size: 25px;
}

.info-block {
    position: relative;
    display: flex;
    align-items: center;
    width: 90%;
    height: 100%;
    padding-right: 220px;
    margin-left: 70px;
}

.info-block__text-block {
    font-family: "Helvetica Neue";
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    padding-left: 24px;
    padding-right: 37px;
    width: 580px;
    height: 294px;
    margin-right: 48px;
}

.info-block__text-block--title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 44px;
    letter-spacing: 0.75px;
}

.info-block__text-block--description {
    font-size: 18px;
    font-weight: 400;
}

.info-block__img img {
    width: 100%;
}

.background-mark--img {
    position: absolute;
    top: 25%;
    right: 0;
    z-index: -1;
}

/*SLIDER*/

.swiper-container {
    width: 100%;
    height: 600px;
}

.swiper-slide {
    display: flex;
    align-items: center;
}

.swiper-pagination-bullet-active {
    background-color: #f8a602 !important;
}

.swiper-pagination span {
    width: 19px;
    height: 19px;
    background-color: #ffffff;
    border: 3px solid #000000;
    border-radius: 100%;
    margin-right: 9px;
    cursor: pointer;
    transition: 0.3s ease;
    opacity: 1;
    outline: none;
}

/*.swiper-pagination span:hover {*/
/*    background-color: rgba(248, 166, 2, 0.4);*/
/*    transition: 0.3s ease;*/
/*}*/

.swiper-button-next, .swiper-button-prev {
    color: #000000 !important;
    z-index: 10;
}

.recommendation-food__img-block {
    display: flex;
    align-items: center;
    height: 100%;
}

.new-food__images--img {
    width: 350px;
    height: 350px;
    object-fit: cover;
}

@media (min-width: 320px) and (max-width: 1023px) {
    .container {
        padding: 0 28px;
    }

    .main-banner__text-block {
        display: none;
    }

    .main-banner {
        display: none;
    }

    .main-banner__xs {
        display: inline-block;
    }

    .optimal-food-block {
        flex-direction: column;
    }

    .optimal-food-block__img {
        width: 90%;
    }

    .optimal-food-block__text {
        margin: 0 28px;
    }

    .optimal-food-block__main-text {
        font-size: 30px;
    }

    .optimal-food-block__description div {
        font-size: 14px;
    }

    .title-line p {
        font-size: 45px;
    }

    .new-food__images--left-img, .new-food__images--right-img {
        width: 50%;
    }

    .new-food__images--left-img img, .new-food__images--right-img img {
        width: 100%;
    }

    .recommendation-food__img {
        right: 0;
    }

    /*.recommendation-food__img {*/
    /*    width: 100%;*/
    /*}*/

    .benefits-dry__img--right {
        display: none;
    }

    .benefits-dry__img--left {
        width: 90%;
    }

    .benefits-dry__content {
        display: flex;
        margin: auto;
    }

    .benefits-wet__img {
        display: none;
    }

    .benefits-wet__img--xs {
        display: block;
        margin: auto;
        width: 90%;
    }

    .recommendation-food-first__img {
        display: none;
    }

    .swiper-button-prev, .swiper-button-next {
        opacity: 0 !important;
    }

    .swiper-slide {
        display: flex;
        align-items: center;
    }

    .recommendation-food-first__info--text {
        font-size: 18px;
    }

    .recommendation-food-first__info--block span:after {
        display: none;
    }

    .info-block__text-block {
        height: auto;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .background-mark--img {
        position: relative;
        width: 264px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .title-line p {
        /*white-space: inherit;*/
        font-size: 20px;
        margin: auto 12px;
    }

    .new-food__description--block {
        flex-direction: column;
        margin-top: 12px;
    }

    .background-mark--img {
        width: 264px;
        margin-top: 24px;
    }

    .new-food__images {
        flex-direction: column;
    }

    .new-food__images--left-img, .new-food__images--right-img {
        width: 100%;
    }

    .new-food__images--left-img img, .new-food__images--right-img img {
        width: 100%;
    }

    .benefits-wet__img--xs {
        margin: auto;
        width: 100%;
    }

    .swiper-container {
        /*height: 100%;*/
    }

    .swiper-container {
        margin-bottom: 24px;
    }

    .swiper-slide {
        display: block;
    }

    .recommendation-food-first {
        padding: 0;
        margin-top: 52px;
        margin-left: 12px;
    }

    .recommendation-food-first__info {
        margin-left: 0;
    }

    .recommendation-food-first__info--block {
        padding: 42px 22px 20px 22px !important;
        margin-bottom: 52px;
    }

    .recommendation-food-first__info--block span {
        font-size: 35px;
        top: -20px;
        left: 50%;
        transform: translate(-50%,0);
    }

    .recommendation-food-first__info--text {
        font-size: 15px;
    }

    .info-block__img {
        display: none;
    }

    .info-block {
        left: 0;
        margin-left: 20px;
    }

    .info-block__text-block {
        margin-bottom: 34px;
        margin-right: 0;
    }

    .swiper-container--first {
        height: 300px;
    }

    .swiper-container--third {
        height: 500px;
    }

    .new-food__description {
        font-size: 16px;
    }

    .background-mark--img {
        margin-left: auto;
        margin-right: auto;
    }

    .recommendation-food-first__info--block span {
        width: 44px;
        height: 44px;
    }

    .recommendation-food-first__info--block span:before {
        width: 44px;
        height: 44px;
    }
}
