@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", Helvetica, Arial, sans-serif;
  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", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin-right: 48px;
  margin-left: 48px;
}

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

.optimal-food-block__description div {
  font-size: 17px;
  margin-bottom: 12px;
  font-weight: 700;
}

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

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

.title-line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

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

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

.new-food__description {
  margin-bottom: 40px;
  font-family: DINPro, Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
}

.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, Helvetica, Arial, sans-serif;
  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;
}

@media (max-width: 1279px) {
  .recommendation-food-first {
    transform: scale(0.7);
  }
}

.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, Helvetica, Arial, sans-serif;
  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, Helvetica, Arial, sans-serif;
  margin-bottom: 12px;
}

.recommendation-food-first__info--text {
  font-family: DINPro, Helvetica, Arial, sans-serif;
  font-size: 25px;
}

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

@media (max-width: 1279px) {
  .info-block {
    transform: scale(0.8);
  }
}

.info-block__text-block {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  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;
}

@media (max-width: 1279px) {
  .info-block__text-block--title {
    margin-bottom: 20px;
  }
}

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

@media (max-width: 1279px) {
  .info-block__text-block--description {
    font-size: 15px;
  }
}

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

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

@media (max-width: 1279px) {
  .background-mark--img {
    top: 25%;
  }
}

/*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 (max-width: 1279px) {
  .new-food__images--img {
    width: 330px;
    height: 300px;
  }
}

@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;
    height: 150px;
  }
}

@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;
    height: auto;
    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%;
    height: auto;
  }

  .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;
    transform: scale(1);
  }

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

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

  .swiper-container--second {
    height: 750px;
  }

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

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

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

  .recommendation-food-first {
    transform: scale(1);
  }

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

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

.title {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-family: "DINpro-CondensedBold", Helvetica, Arial, sans-serif;
  color: #ec001a;
  font-weight: bold;
  font-size: 70px;
  line-height: 78px;
  text-align: center;
  text-transform: uppercase
}

@media only screen and (max-width: 1279px) {
  .title {
    margin-bottom: 24px
  }
}

@media only screen and (max-width: 1023px) {
  .title {
    margin-bottom: 16px
  }
}

.title:before, .title:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  height: 5px;
  background-color: #ec001a
}

.title:before {
  margin-right: 25px
}

.title:after {
  margin-left: 25px
}

@media only screen and (max-width: 1279px) {
  .title {
    font-size: 54px;
    line-height: 58px
  }
}

@media only screen and (max-width: 1023px) {
  .title {
    font-size: 40px;
    line-height: 48px
  }
}

@media only screen and (max-width: 767px) {
  .title {
    font-size: 26px;
    line-height: 30px
  }

  .title:before, .title:after {
    width: 32px;
    height: 3px
  }

  .title:before {
    margin-right: 16px
  }

  .title:after {
    margin-left: 16px
  }
}

.recommendation__img {
  max-width: 100%
}

.recommendation__text-box {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 1279px) {
  .recommendation__text-box {
    margin-top: 16px
  }
}

@media only screen and (max-width: 1023px) {
  .recommendation__text-box {
    margin-top: 8px
  }
}

.recommendation__text {
  font-family: "DINpro-CondensedBold", Helvetica, Arial, sans-serif;
  width: 445px;
  font-size: 28px;
  line-height: 36px;
  color: #333;
  text-align: center;
  text-transform: uppercase
}

@media only screen and (max-width: 1279px) {
  .recommendation__text {
    width: 410px;
    font-size: 21px;
    line-height: 28px
  }
}

@media only screen and (max-width: 1023px) {
  .recommendation__text {
    width: 300px;
    font-size: 15px;
    line-height: 22px
  }
}

@media only screen and (max-width: 767px) {
  .recommendation__text {
    width: 130px;
    font-size: 14px;
    line-height: 16px
  }
}

.dry__inner, .wet__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dry__img, .wet__img {
  width: 500px
}

@media only screen and (max-width: 1439px) {
  .dry__img, .wet__img {
    width: 450px;
    height: auto
  }
}

@media only screen and (max-width: 1279px) {
  .dry__img, .wet__img {
    width: 350px
  }
}

@media only screen and (max-width: 1023px) {
  .dry__img, .wet__img {
    display: none
  }

  .look-xs {
    display: block;
    width: 100% !important;
  }
}

.wet__img {
  width: 50%
}

.wet__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.benefits {
  position: relative;
  min-height: 450px
}

@media only screen and (max-width: 1279px) {
  .benefits {
    min-height: 400px
  }
}

@media only screen and (max-width: 767px) {
  .benefits {
    width: 100%;
    min-height: unset
  }
}

.benefits__info {
  position: relative;
  top: 60px;
  width: 700px;
  min-height: 300px;
  background-image: url("../img/benefits-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1
}

@media only screen and (max-width: 1279px) {
  .benefits__info {
    width: 600px
  }
}

@media only screen and (max-width: 1023px) {
  .benefits__info {
    width: 704px
  }
}

@media only screen and (max-width: 767px) {
  .benefits__info {
    top: 0;
    width: auto;
    max-width: 100%;
    min-height: 160px;
    background-image: unset;
    background-color: #f6f6f6;
    border-radius: 16px
  }
}

.benefits__info-box {
  padding-top: 5px;
  padding-left: 200px;
  color: #333
}

@media only screen and (max-width: 1279px) {
  .benefits__info-box {
    max-width: 530px;
    padding-top: 1px;
    padding-left: 160px
  }
}

@media only screen and (max-width: 1023px) {
  .benefits__info-box {
    max-width: 585px
  }
}

@media only screen and (max-width: 767px) {
  .benefits__info-box {
    padding-bottom: 10px;
    padding-left: 80px;
    padding-right: 16px;
    max-width: 100%
  }
}

.benefits__title {
  margin-bottom: 16px;
  font-family: "DINpro-CondensedBold", Helvetica, Arial, sans-serif;
  font-size: 35px;
  line-height: 39px;
  text-transform: uppercase;
  color: #ec001a
}

@media only screen and (max-width: 1279px) {
  .benefits__title {
    margin-bottom: 16px
  }
}

@media only screen and (max-width: 1023px) {
  .benefits__title {
    margin-bottom: 8px
  }
}

@media only screen and (max-width: 1279px) {
  .benefits__title {
    font-size: 30px;
    line-height: 34px
  }
}

@media only screen and (max-width: 767px) {
  .benefits__title {
    font-size: 16px;
    line-height: 18px
  }
}

.benefits__list {
  padding-left: 22px;
  font-family: "Din Pro", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 24px
}

@media only screen and (max-width: 1279px) {
  .benefits__list {
    font-size: 19px;
    line-height: 21px
  }
}

@media only screen and (max-width: 1023px) {
  .benefits__list {
    font-size: 22px;
    line-height: 24px
  }
}

@media only screen and (max-width: 767px) {
  .benefits__list {
    font-size: 12px;
    line-height: 14px
  }
}

.benefits__list li {
  margin-bottom: 8px;
  max-width: 350px;
  list-style: disc;
  color: #ec001a
}

.benefits__list li:last-child {
  margin-bottom: 0
}

.benefits__list p {
  color: #333
}

.benefits__feed {
  position: absolute;
  top: 0;
  left: -50px;
  width: 290px;
  height: auto;
  z-index: 2;
  mix-blend-mode: darken
}

@media only screen and (max-width: 1279px) {
  .benefits__feed {
    width: 230px;
    left: -34px
  }
}

@media only screen and (max-width: 767px) {
  .benefits__feed {
    left: -16px;
    width: 100px
  }
}

.benefits__granules {
  position: absolute;
  bottom: 25px;
  left: 200px;
  width: 150px;
  height: auto;
  z-index: 2;
  mix-blend-mode: darken

}

@media only screen and (max-width: 1023px) {
  .benefits__granules {
    left: 212px;
    bottom: -10px
  }
}

@media only screen and (max-width: 767px) {
  .benefits__granules {
    left: 10px;
    bottom: 0;
    width: 80px
  }
}

section {
  padding-bottom: 30px
}

.swiper-slide {
  height: 83% !important;
}

.swiper-container--third {
  padding-top: 100px !important;
  height: 400px;
}

@media only screen and (max-width: 1023px) {
  section {
    padding-top: 32px
  }
}

@media only screen and (max-width: 1279px) {
  section {
    padding-bottom: 56px
  }
}

@media only screen and (max-width: 1023px) {
  section {
    padding-bottom: 32px
  }
}
