@charset "UTF-8";
/* Переменные */
/* Миксины */
/* Типографика */
/* Анимации */
/* Компоненты */
/* Блоки */
/* Страницы */
/* Главная */
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.protein-page .header:before {
  z-index: 0;
}

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

.break-xl {
  display: none;
}
@media (max-width: 1280px) {
  .break-xl {
    display: block;
  }
}

.break-md {
  display: none;
}
@media (max-width: 767.98px) {
  .break-md {
    display: block;
  }
}

.break-sm {
  display: none;
}
@media (max-width: 575.98px) {
  .break-sm {
    display: block;
  }
}

.sc-protein-home {
  height: calc(100dvh - 111px);
  min-height: 780px;
  max-height: 920px;
  position: relative;
  z-index: 3;
  will-change: transform;
}
@media (max-width: 767.98px) {
  .sc-protein-home {
    height: 80vw;
    min-height: unset;
    max-height: unset;
  }
}
.sc-protein-home::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  z-index: 1;
  height: 88.4px;
  background: url(/images/protein-page/fence-white.svg) repeat-x center bottom;
  background-size: 1920px;
}
.sc-protein-home__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.52vh;
  width: 100%;
  height: 100%;
  padding: 10.8vh 0 5.4vh 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .sc-protein-home__flex {
    padding: 0;
    row-gap: 0;
    padding-bottom: 4.26vw;
  }
}
.sc-protein-home__wrap-frame {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 1430px;
  height: 705px;
}
@media (max-width: 1024px) {
  .sc-protein-home__wrap-frame {
    width: 139.64vw;
    height: 69.84vw;
  }
}
@media (max-width: 767.98px) {
  .sc-protein-home__wrap-frame {
    width: calc(146.62vw - 40px);
    height: calc(73.33vw - 40px);
    top: -5vw;
  }
}
.sc-protein-home__frame {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sc-protein-home__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  margin-top: auto;
  position: relative;
  z-index: 4;
}
@media (max-width: 767.98px) {
  .sc-protein-home__bottom {
    row-gap: 1.6vw;
  }
}
.sc-protein-home__logo img {
  display: block;
  width: 152px;
  height: 62px;
  object-fit: cover;
  max-width: 100%;
  user-select: none;
}
@media (max-width: 767.98px) {
  .sc-protein-home__logo img {
    width: 14.4vw;
    height: 5.86vw;
  }
}
.sc-protein-home__wrap-desc {
  text-align: center;
}
.sc-protein-home__wrap-desc span {
  font-size: 24px;
  line-height: 1.2;
  color: #493627;
  user-select: none;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .sc-protein-home__wrap-desc span {
    font-size: 4.26vw;
  }
}

.pr-pagination.swiper-pagination {
  position: static;
  margin: 0 auto;
  height: 9px;
  gap: 6px;
}
@media (max-width: 767.98px) {
  .pr-pagination.swiper-pagination {
    align-items: center;
  }
}
.pr-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  min-width: 7px;
  min-height: 7px;
  background-color: #4a3627;
  opacity: 0.26;
  transition-property: background-color, opacity, width, height, min-width, min-height;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.pr-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #eb5200;
  opacity: 1;
  width: 9px;
  height: 9px;
  min-width: 9px;
  min-height: 9px;
}

.sc-squirrel {
  position: relative;
  overflow: hidden;
  height: 760px;
}
@media (max-width: 767.98px) {
  .sc-squirrel {
    height: 90.66vw;
  }
}
.sc-squirrel__wrap {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.sc-squirrel__background {
  position: absolute;
  background-repeat: repeat-x;
  background-position: top center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 2322px;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 2400px) {
  .sc-squirrel__background {
    background-size: contain;
  }
}
@media (min-width: 1920px) {
  .sc-squirrel__background {
    width: calc(100vw + 400px);
  }
}
@media (max-width: 1280px) {
  .sc-squirrel__background {
    width: 1682px;
  }
}
@media (max-width: 1024px) {
  .sc-squirrel__background {
    width: 1280px;
  }
}
@media (max-width: 767.98px) {
  .sc-squirrel__background {
    width: 900px;
  }
}
@media (max-width: 575.98px) {
  .sc-squirrel__background {
    width: 653px;
  }
}
.sc-squirrel__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}
.sc-squirrel__figure {
  position: absolute;
  width: 622px;
  height: 707px;
  z-index: 1;
  bottom: -349px;
  left: 216px;
}
@media (max-width: 1280px) {
  .sc-squirrel__figure {
    left: 108px;
  }
}
@media (max-width: 1024px) {
  .sc-squirrel__figure {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .sc-squirrel__figure {
    width: 57.33vw;
    height: 65.33vw;
    margin-left: 0;
    left: -40px;
    bottom: -32vw;
  }
}
.sc-squirrel__wrap-message {
  position: absolute;
  z-index: 2;
  width: 614px;
  height: 230px;
  top: 174px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .sc-squirrel__wrap-message {
    width: 96vw;
    height: 42.18vw;
    top: 13.6vw;
  }
}
.sc-squirrel__message-relative {
  position: relative;
  width: 100%;
  height: 100%;
}
.sc-squirrel__message-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.sc-squirrel__message-background svg {
  display: block;
  width: 100%;
  height: 100%;
}
.sc-squirrel__message {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 50px 45px 48px 45px;
}
@media (max-width: 767.98px) {
  .sc-squirrel__message {
    padding: 0;
  }
}
.sc-squirrel__message p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #493627;
}
@media (max-width: 767.98px) {
  .sc-squirrel__message p {
    font-size: 4.266vw;
  }
}

.sc-mixtures {
  position: relative;
}
.sc-mixtures::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  z-index: 1;
  height: 88.4px;
  background: url(/images/fence-grey.svg) repeat-x center bottom;
  background-size: 1920px;
}
.sc-mixtures__block-top {
  height: 562px;
  background-color: #f7f4ee;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .sc-mixtures__block-top {
    height: auto;
    position: relative;
    z-index: 1;
  }
}
.sc-mixtures__flex {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 40px;
  padding-top: 96px;
  position: relative;
}
@media (max-width: 767.98px) {
  .sc-mixtures__flex {
    row-gap: 17.866vw;
    padding-top: 18.66vw;
  }
}
.sc-mixtures__figure {
  position: absolute;
  z-index: 2;
}
.sc-mixtures__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}
.sc-mixtures__figure--figure1 {
  width: 64px;
  height: 40px;
  top: 26px;
  left: 48.33vw;
}
@media (max-width: 767.98px) {
  .sc-mixtures__figure--figure1 {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 575.98px) {
  .sc-mixtures__figure--figure1 {
    width: 17vw;
    height: 10.66vw;
    top: 5.33vw;
    left: 43.466vw;
    transform: unset;
  }
}
.sc-mixtures__figure--figure2 {
  width: 41px;
  height: 43px;
  top: 200px;
  left: 31vw;
}
@media (max-width: 1280px) {
  .sc-mixtures__figure--figure2 {
    left: 21.56vw;
  }
}
@media (max-width: 1024px) {
  .sc-mixtures__figure--figure2 {
    left: 15vw;
  }
}
@media (max-width: 900px) {
  .sc-mixtures__figure--figure2 {
    left: 11vw;
  }
}
@media (max-width: 767.98px) {
  .sc-mixtures__figure--figure2 {
    top: 51vw;
  }
}
@media (max-width: 575.98px) {
  .sc-mixtures__figure--figure2 {
    width: 10.933vw;
    height: 11.466vw;
    top: 51.466vw;
    left: 11.733vw;
  }
}
.sc-mixtures__figure--figure3 {
  width: 61px;
  height: 44px;
  top: 243px;
  left: 28.3333vw;
}
@media (max-width: 1280px) {
  .sc-mixtures__figure--figure3 {
    left: 17.5vw;
    top: 241px;
  }
}
@media (max-width: 1024px) {
  .sc-mixtures__figure--figure3 {
    left: 10vw;
    top: 250px;
  }
}
@media (max-width: 900px) {
  .sc-mixtures__figure--figure3 {
    left: 6vw;
  }
}
@media (max-width: 767.98px) {
  .sc-mixtures__figure--figure3 {
    top: 59vw;
    left: 3vw;
  }
}
@media (max-width: 575.98px) {
  .sc-mixtures__figure--figure3 {
    width: 16.266vw;
    height: 11.733vw;
    top: 61.86vw;
    left: -2.4vw;
  }
}
.sc-mixtures__figure--figure4 {
  width: 63px;
  height: 57px;
  top: 218px;
  right: 28.54vw;
}
@media (max-width: 1280px) {
  .sc-mixtures__figure--figure4 {
    right: 17.73vw;
    top: 216px;
  }
}
@media (max-width: 1024px) {
  .sc-mixtures__figure--figure4 {
    right: 10vw;
  }
}
@media (max-width: 900px) {
  .sc-mixtures__figure--figure4 {
    right: 6vw;
  }
}
@media (max-width: 767.98px) {
  .sc-mixtures__figure--figure4 {
    top: 56vw;
  }
}
@media (max-width: 575.98px) {
  .sc-mixtures__figure--figure4 {
    width: 16.8vw;
    height: 15.22vw;
    right: 5.33vw;
    top: 55.2vw;
  }
}
.sc-mixtures__figure--figure5 {
  width: 115px;
  height: 112px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
@media (max-width: 575.98px) {
  .sc-mixtures__figure--figure5 {
    width: 30.66vw;
    height: 29.866vw;
    bottom: -48px;
  }
}
@media (max-width: 480px) {
  .sc-mixtures__figure--figure5 {
    bottom: calc(-40px - 2vw);
  }
}
.sc-mixtures__wrap-desc {
  max-width: 590px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sc-mixtures__wrap-desc {
    max-width: 69.333vw;
  }
}
.sc-mixtures__wrap-desc p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #493627;
}
@media (max-width: 767.98px) {
  .sc-mixtures__wrap-desc p {
    font-size: 4.266vw;
  }
}
@media (max-width: 767.98px) {
  .sc-mixtures__wrap-desc p br {
    display: none;
  }
}
.sc-mixtures__wrap-desc p b {
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  color: inherit;
}
.sc-mixtures__wrap-image {
  width: 737px;
  height: 368px;
}
@media (max-width: 767.98px) {
  .sc-mixtures__wrap-image {
    width: 84.533vw;
    height: 42.133vw;
  }
}
.sc-mixtures__wrap-image img {
  display: block;
  width: 100%;
  height: auto;
}
.sc-mixtures__block-weight {
  background-color: #fff;
  position: relative;
}
.sc-mixtures__block-weight::after, .sc-mixtures__block-weight::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 88.4px;
  background: url(/images/protein-page/fence-white.svg) repeat-x center bottom;
  background-size: 1920px;
}
.sc-mixtures__block-weight::after {
  top: -16px;
  transform: rotate(180deg);
}
.sc-mixtures__block-weight::before {
  bottom: -16px;
}

.sc-protein-catalog {
  position: relative;
}
.sc-protein-catalog__container {
  position: relative;
  z-index: 3;
}
.sc-protein-catalog__wrap-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  z-index: 2;
}
.sc-protein-catalog__wrap-swiper {
  max-width: 956px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .sc-protein-catalog__wrap-swiper {
    max-width: 760px;
  }
}
@media (max-width: 1024px) {
  .sc-protein-catalog__wrap-swiper {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .sc-protein-catalog__wrap-swiper {
    padding: 0;
  }
}
.sc-protein-catalog__wrap-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 30px;
  cursor: default;
}
@media (max-width: 1024px) {
  .sc-protein-catalog__wrap-swiper .swiper-wrapper {
    row-gap: 15px;
    column-gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .sc-protein-catalog__wrap-swiper .swiper-wrapper {
    display: flex;
    column-gap: 0;
    row-gap: 0;
    cursor: pointer;
    margin-bottom: 40px;
  }
}
.sc-protein-catalog__wrap-swiper .swiper-slide {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .sc-protein-catalog__wrap-swiper .swiper-slide {
    width: 246px;
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .sc-protein-catalog__wrap-swiper .swiper-slide:last-child {
    margin-right: 0;
  }
}
.sc-protein-catalog__wrap-swiper .pr-pagination.swiper-pagination {
  display: none;
}
@media (max-width: 767.98px) {
  .sc-protein-catalog__wrap-swiper .pr-pagination.swiper-pagination {
    display: flex;
  }
}
.sc-protein-catalog__title-icon {
  width: 306px;
  height: 60px;
}
.sc-protein-catalog__title-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.sc-protein-catalog__title h2 {
  text-align: center;
  color: #493627;
  font-weight: 500;
  font-family: "Avenir Next Cyr", sans-serif;
}
.sc-protein-catalog__items {
  max-width: 956px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .sc-protein-catalog__items {
    max-width: 542px;
    gap: 8px;
  }
}
@media (max-width: 1024px) {
  .sc-protein-catalog__items {
    padding: 0 20px;
  }
}
@media (max-width: 575.98px) {
  .sc-protein-catalog__items {
    padding: 0 8px;
  }
}
.sc-protein-catalog--top {
  padding: 40px 0 72px 0;
  background-color: #edece6;
}
@media (max-width: 767.98px) {
  .sc-protein-catalog--top {
    padding: 34px 0;
  }
}
.sc-protein-catalog--top::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 88.4px;
  background: url(/images/protein-page/fence-grey.svg) repeat-x center bottom;
  background-size: 1920px;
  top: -16px;
  transform: rotate(180deg);
}
.sc-protein-catalog--top .sc-protein-catalog__wrap-title {
  margin-bottom: 56px;
}
@media (max-width: 1280px) {
  .sc-protein-catalog--top .sc-protein-catalog__wrap-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .sc-protein-catalog--top .sc-protein-catalog__wrap-title {
    margin-bottom: 36px;
  }
}
.sc-protein-catalog--top .sc-protein-catalog__title h2 {
  font-size: 55px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .sc-protein-catalog--top .sc-protein-catalog__title h2 {
    font-size: 40px;
  }
}
@media (max-width: 374.98px) {
  .sc-protein-catalog--top .sc-protein-catalog__title h2 {
    font-size: 10.66vw;
  }
}
@media (max-width: 374.98px) {
  .sc-protein-catalog--top .product-protein-card .product-protein-card__content h3 {
    min-height: 38px;
  }
}
@media (max-width: 374.98px) {
  .sc-protein-catalog--top .product-protein-card .product-protein-card__content p {
    min-height: 28px;
  }
}
.sc-protein-catalog--all {
  padding: 56px 0;
  background-color: #fff;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .sc-protein-catalog--all {
    padding: 40px 0;
  }
}
.sc-protein-catalog--all::before, .sc-protein-catalog--all::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 88.4px;
  background: url(/images/protein-page/fence-white.svg) repeat-x center bottom;
  background-size: 1920px;
}
.sc-protein-catalog--all::before {
  top: -16px;
  transform: rotate(180deg);
}
.sc-protein-catalog--all::after {
  bottom: -16px;
}
@media (max-width: 767.98px) {
  .sc-protein-catalog--all::after {
    background-image: url(/images/protein-page/fence-whitegreen.svg);
    transform: rotate(180deg);
  }
}
.sc-protein-catalog--all .sc-protein-catalog__wrap-title {
  margin-bottom: 48px;
}
@media (max-width: 767.98px) {
  .sc-protein-catalog--all .sc-protein-catalog__wrap-title {
    margin-bottom: 40px;
  }
}
.sc-protein-catalog--all .sc-protein-catalog__title {
  max-width: 663px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sc-protein-catalog--all .sc-protein-catalog__title {
    padding: 0 20px;
  }
}
.sc-protein-catalog--all .sc-protein-catalog__title h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Avenir Next Cyr", sans-serif;
  line-height: 1.2;
}
@media (max-width: 374.98px) {
  .sc-protein-catalog--all .sc-protein-catalog__title h2 {
    font-size: 10vw;
  }
}
.sc-protein-catalog--all .sc-protein-catalog__wrap-swiper {
  margin-bottom: 40px;
}
.sc-protein-catalog--all .sc-protein-catalog__wrap-btn {
  display: flex;
  justify-content: center;
}

.product-protein-card {
  user-select: none;
}
.product-protein-card__wrap-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product-protein-card__content {
  text-align: center;
  user-select: none;
}
.product-protein-card__content h3 {
  font-family: "Avenir Next Cyr", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  color: #493627;
  font-weight: 400;
  margin-bottom: 2px;
}
.product-protein-card__content p {
  display: block;
  font-weight: 400;
  color: #493627;
  font-size: 16px;
  line-height: 1;
  min-height: 32px;
  max-width: 120px;
  margin: 0 auto 8px auto;
}
@media (max-width: 1280px) {
  .product-protein-card__content p {
    font-size: 14px;
    min-height: 30px;
  }
}
@media (max-width: 767.98px) {
  .product-protein-card__content p {
    font-size: 15px;
    min-height: 31px;
  }
}
.product-protein-card__content > b {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  background-color: #47ae2e;
  color: #fff;
  line-height: 1;
  font-family: "Suisse Intl", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
.product-protein-card--white {
  background-color: #fff;
}
.product-protein-card--grey {
  background-color: #d5d4cc;
  border: 1px solid #d5d4cc;
}
@media (max-width: 767.98px) {
  .product-protein-card--grey {
    background-color: #edece6;
    border: 1px solid #edece6;
  }
}
.product-protein-card--round-md {
  border-radius: 5px;
}
.product-protein-card--round-lg {
  border-radius: 10px;
}
.product-protein-card--vertical {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0 18px 0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0);
  transition-property: box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
@media (max-width: 767.98px) {
  .product-protein-card--vertical {
    box-shadow: unset;
  }
}
.product-protein-card--vertical:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  .product-protein-card--vertical:hover {
    box-shadow: unset;
  }
}
.product-protein-card--vertical .product-protein-card__wrap-img {
  width: 95px;
}
.product-protein-card--vertical .product-protein-card__content h3 {
  font-size: 19px;
}
.product-protein-card--vertical .product-protein-card__content > b {
  border-radius: 10px;
  height: 23px;
  padding: 0 23px;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .product-protein-card--vertical .product-protein-card__content > b {
    height: 20px;
  }
}
.product-protein-card--vertical .product-protein-card__wrap-img {
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .product-protein-card--vertical .product-protein-card__wrap-img {
    margin-bottom: 2px;
  }
}
.product-protein-card--vertical::before {
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  min-width: 25px;
  min-height: 24px;
  user-select: none;
  background-image: url("/images/protein-page/crown-mini.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 4px;
}
.product-protein-card--horizontal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  user-select: none;
}
@media (max-width: 1280px) {
  .product-protein-card--horizontal {
    grid-template-columns: 1fr 115px;
  }
}
@media (max-width: 767.98px) {
  .product-protein-card--horizontal {
    grid-template-columns: 125px 1fr;
  }
}
.product-protein-card--horizontal .product-protein-card__wrap-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
}
.product-protein-card--horizontal .product-protein-card__wrap-img img {
  display: block;
  max-width: 100px;
  width: 100%;
  height: auto;
  object-fit: cover;
  user-select: none;
}
.product-protein-card--horizontal .product-protein-card__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  row-gap: 4px;
  padding: 18px 0;
}
.product-protein-card--horizontal .product-protein-card__content h3,
.product-protein-card--horizontal .product-protein-card__content p {
  color: #493627;
}
.product-protein-card--horizontal .product-protein-card__content h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .product-protein-card--horizontal .product-protein-card__content h3 {
    margin-bottom: 4px;
  }
}
.product-protein-card--horizontal .product-protein-card__content p {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .product-protein-card--horizontal .product-protein-card__content p {
    font-size: 14px;
    padding: 0 2px;
  }
}
@media (max-width: 767.98px) {
  .product-protein-card--horizontal .product-protein-card__content p {
    font-size: 15px;
  }
}
.product-protein-card--horizontal .product-protein-card__content > b {
  margin-top: auto;
  border-radius: 8px;
  height: 16px;
  padding: 0 10px;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .product-protein-card--horizontal .product-protein-card__content > b {
    font-size: 14px;
    height: 18px;
  }
}

.protein-bg-green {
  background-color: #2ba692;
}

.sc-battle {
  padding: 64px 0 50px 0;
}
@media (max-width: 767.98px) {
  .sc-battle {
    padding: 40px 0 50px 0;
  }
}
.sc-battle__wrap-title {
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .sc-battle__wrap-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .sc-battle__wrap-title {
    margin-bottom: 32px;
  }
}
.sc-battle__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  column-gap: 40px;
}
@media (max-width: 1280px) {
  .sc-battle__title {
    flex-direction: column;
    row-gap: 32px;
  }
}
@media (max-width: 767.98px) {
  .sc-battle__title {
    row-gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .sc-battle__title {
    row-gap: 12px;
  }
}
.sc-battle__title::after, .sc-battle__title::before {
  content: "";
  display: block;
  width: 87px;
  min-width: 87px;
  height: 87px;
  min-height: 87px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("/images/protein-page/spoons.svg");
}
@media (max-width: 1280px) {
  .sc-battle__title::after {
    display: none;
  }
}
.sc-battle__title h2 {
  color: #febc3b;
  font-size: 55px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Avenir Next Cyr", sans-serif;
}
@media (max-width: 575.98px) {
  .sc-battle__title h2 {
    font-size: 40px;
  }
}
@media (max-width: 374.98px) {
  .sc-battle__title h2 {
    font-size: 10.66vw;
  }
}
.sc-battle__items {
  max-width: 956px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media (max-width: 1024px) {
  .sc-battle__items {
    padding-left: 20px;
    padding-right: 20px;
    column-gap: 3.9vw;
  }
}
@media (max-width: 575.98px) {
  .sc-battle__items {
    overflow-x: unset;
    max-width: unset;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .sc-battle__item {
    width: 100%;
    min-width: unset;
    position: static;
  }
}

.battle-item {
  position: relative;
}
.battle-item::before {
  content: "";
  display: block;
  content: "";
  max-width: 956px;
  width: 100%;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg width='956' height='14' viewBox='0 0 956 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_168_71153' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='956' height='14'%3E%3Crect width='956' height='14' transform='matrix(-1 0 0 1 956 0)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_168_71153)'%3E%3Cpath d='M1279.81 12.3477L1269.88 2.3612H1269.75L1259.81 12.3477L1249.88 2.3612H1249.75L1239.81 12.3477L1229.88 2.3612H1229.75L1219.81 12.3477L1209.88 2.3612H1209.75L1199.81 12.3477L1189.88 2.3612H1189.75L1179.81 12.3477L1169.88 2.3612H1169.75L1159.81 12.3477L1149.88 2.3612H1149.75L1139.81 12.3477L1129.88 2.3612H1129.75L1119.81 12.3477L1109.88 2.3612H1109.75L1099.81 12.3477L1089.88 2.3612H1089.75L1079.81 12.3477L1069.88 2.3612H1069.75L1059.81 12.3477L1049.88 2.3612H1049.75L1039.81 12.3477L1029.88 2.3612H1029.75L1019.81 12.3477L1009.88 2.3612H1009.75L999.814 12.3477L989.881 2.3612H989.748L979.814 12.3477L969.881 2.3612H969.748L959.814 12.3477L949.881 2.3612H949.748L939.814 12.3477L929.881 2.3612H929.748L919.814 12.3477L909.881 2.3612H909.748L899.814 12.3477L889.881 2.3612H889.748L879.814 12.3477L869.881 2.3612H869.748L859.814 12.3477L849.881 2.3612H849.748L839.814 12.3477L829.881 2.3612H829.748L819.814 12.3477L809.881 2.3612H809.748L799.814 12.3477L789.881 2.3612H789.748L779.814 12.3477L769.881 2.3612H769.748L759.814 12.3477L749.881 2.3612H749.748L739.814 12.3477L729.881 2.3612H729.748L719.814 12.3477L709.881 2.3612H709.748L699.814 12.3477L689.881 2.3612H689.748L679.814 12.3477L669.881 2.3612H669.748L659.814 12.3477L649.881 2.3612H649.748L639.814 12.3477L629.881 2.3612H629.748L619.814 12.3477L609.881 2.3612H609.748L599.814 12.3477L589.881 2.3612H589.748L579.814 12.3477L569.881 2.3612H569.748L559.814 12.3477L549.881 2.3612H549.748L539.814 12.3477L529.881 2.3612H529.748L519.814 12.3477L509.881 2.3612H509.748L499.814 12.3477L489.881 2.3612H489.748L479.814 12.3477L469.881 2.3612H469.748L459.814 12.3477L449.881 2.3612H449.748L439.814 12.3477L429.881 2.3612H429.748L419.814 12.3477L409.881 2.3612H409.748L399.814 12.3477L389.881 2.3612H389.748L379.814 12.3477L369.881 2.3612H369.748L359.814 12.3477L349.881 2.3612H349.748L339.814 12.3477L329.881 2.3612H329.748L319.814 12.3477L309.881 2.3612H309.748L299.814 12.3477L289.881 2.3612H289.748L279.814 12.3477L269.881 2.3612H269.748L259.814 12.3477L249.881 2.3612H249.748L239.814 12.3477L229.881 2.3612H229.748L219.814 12.3477L209.881 2.3612H209.748L199.814 12.3477L189.881 2.3612H189.748L179.814 12.3477L169.881 2.3612H169.748L159.814 12.3477L149.881 2.3612H149.748L139.814 12.3477L129.881 2.3612H129.748L119.814 12.3477L109.881 2.3612H109.748L99.8145 12.3477L89.8811 2.3612H89.7478L79.8145 12.3477L69.8811 2.3612H69.7478L59.8145 12.3477L49.8811 2.3612H49.7478L39.8145 12.3477L29.8811 2.3612H29.7478L19.8145 12.3477L9.88112 2.3612H9.74779L-0.185547 12.3477' stroke='%23FEBC3B'/%3E%3C/g%3E%3C/svg%3E%0A");
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .battle-item::before {
    position: relative;
    left: -20px;
    height: 2.48vw;
    width: 100vw;
    max-width: unset;
    display: block;
    margin-bottom: 28px;
  }
}
.battle-item__title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .battle-item__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .battle-item__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__title {
    margin-bottom: 6.4vw;
  }
}
.battle-item__title h3 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Avenir Next Cyr", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .battle-item__title h3 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .battle-item__title h3 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__title h3 {
    font-size: 5.33vw;
  }
}
.battle-item__title h3 span {
  display: block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: #febc3b;
  text-transform: inherit;
}
.battle-item__card-rival-left, .battle-item__card-rival-right {
  display: grid;
  align-items: center;
  height: 120px;
}
@media (max-width: 1024px) {
  .battle-item__card-rival-left, .battle-item__card-rival-right {
    height: 98px;
  }
}
@media (max-width: 767.98px) {
  .battle-item__card-rival-left, .battle-item__card-rival-right {
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-rival-left, .battle-item__card-rival-right {
    height: 18vw;
  }
}
.battle-item__card-rival-left p, .battle-item__card-rival-right p {
  color: #493627;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .battle-item__card-rival-left p, .battle-item__card-rival-right p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-rival-left p, .battle-item__card-rival-right p {
    font-size: 3.2vw;
  }
}
.battle-item__card-rival-left p b, .battle-item__card-rival-right p b {
  font-weight: 500;
  display: block;
}
.battle-item__card-rival-left {
  grid-template-columns: 150px 120px;
  z-index: 1;
  column-gap: 10px;
  max-width: 280px;
}
@media (max-width: 1024px) {
  .battle-item__card-rival-left {
    grid-template-columns: 130px 98px;
  }
}
@media (max-width: 767.98px) {
  .battle-item__card-rival-left {
    grid-template-columns: 140px 80px;
  }
}
@media (max-width: 800px) {
  .battle-item__card-rival-left {
    column-gap: 0;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-rival-left {
    column-gap: 2.66vw;
    grid-template-columns: 34vw 19.2vw;
    max-width: 55.19vw;
  }
}
.battle-item__card-rival-left img {
  display: block;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
  object-fit: cover;
  grid-column: 2;
}
@media (max-width: 1024px) {
  .battle-item__card-rival-left img {
    width: 98px;
    min-width: 98px;
    height: 98px;
    min-height: 98px;
  }
}
@media (max-width: 767.98px) {
  .battle-item__card-rival-left img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-rival-left img {
    width: 19.2vw;
    min-width: 19.2vw;
    height: 19.2vw;
    min-height: 19.2vw;
  }
}
.battle-item__card-rival-left p {
  grid-column: 1;
}
.battle-item__card-rival-right {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 767.98px) {
  .battle-item__card-rival-right {
    align-self: flex-end;
  }
}
@media (max-width: 1024px) {
  .battle-item__card-rival-right {
    column-gap: 10px;
  }
}
@media (max-width: 800px) {
  .battle-item__card-rival-right {
    column-gap: 0;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-rival-right {
    column-gap: 2.66vw;
  }
}
.battle-item__card-rival-right p {
  min-width: 150px;
}
@media (max-width: 1024px) {
  .battle-item__card-rival-right p {
    min-width: 130px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-rival-right p {
    min-width: 32vw;
  }
}
.battle-item__card {
  background-color: #febc3b;
  border-radius: 10px;
  display: grid;
  height: 248px;
  grid-template-columns: 132px 1fr;
  padding-left: 10px;
  position: relative;
  width: 100%;
  min-width: inherit;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .battle-item__card {
    height: 210px;
  }
}
@media (max-width: 767.98px) {
  .battle-item__card {
    height: 230px;
    padding-left: 5px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card {
    height: 56vw;
    position: relative;
    padding-left: 1.33vw;
    grid-template-columns: 1fr;
    overflow: unset;
  }
}
.battle-item__card-left {
  position: relative;
  padding-top: 20px;
  display: flex;
}
@media (max-width: 1024px) {
  .battle-item__card-left {
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-left {
    z-index: 3;
    position: absolute;
    padding-top: 0;
    top: -18.6vw;
    left: 0;
  }
}
.battle-item__card-img {
  position: relative;
  z-index: 1;
  width: 132px;
}
@media (max-width: 1024px) {
  .battle-item__card-img {
    width: 116px;
  }
}
@media (max-width: 767.98px) {
  .battle-item__card-img {
    width: 128px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-img {
    width: 21vw;
  }
}
.battle-item__card-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  user-select: none;
}
.battle-item__count-protein {
  position: absolute;
  z-index: 0;
  background-color: #47ae2e;
  border-radius: 5px;
  height: 26px;
  width: 108px;
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 40px;
  left: 90px;
}
@media (max-width: 1024px) {
  .battle-item__count-protein {
    left: 80px;
  }
}
@media (max-width: 767.98px) {
  .battle-item__count-protein {
    left: 100px;
    top: 170px;
    height: 19px;
    width: 92px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__count-protein {
    top: 16vw;
    left: 17vw;
    width: 24.533vw;
    border-radius: 1.33vw;
    padding-right: 2.133vw;
    height: 5vw;
  }
}
.battle-item__count-protein b {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  user-select: none;
}
@media (max-width: 767.98px) {
  .battle-item__count-protein b {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__count-protein b {
    font-size: 3.2vw;
  }
}
.battle-item__card-right {
  height: 100%;
  padding: 16px 16px 18px 18px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .battle-item__card-right {
    padding: 12px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-right {
    padding: 2.66vw;
  }
}
.battle-item__card-top {
  display: flex;
  column-gap: 32px;
  padding-left: 110px;
}
@media (max-width: 1024px) {
  .battle-item__card-top {
    padding-left: 0;
    margin: 0 auto;
    column-gap: 24px;
    position: relative;
    left: -40px;
  }
}
@media (max-width: 767.98px) {
  .battle-item__card-top {
    column-gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-top {
    left: 0;
    justify-content: flex-end;
    column-gap: 2.666vw;
  }
}
.battle-item__card-top span {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
@media (max-width: 1024px) {
  .battle-item__card-top span {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .battle-item__card-top span {
    font-size: 24px;
    row-gap: 2px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-top span {
    font-size: 5.86vw;
    row-gap: 0.53vw;
  }
}
.battle-item__card-top span i {
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .battle-item__card-top span i {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .battle-item__card-top span i {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-top span i {
    font-size: 3.2vw;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-top {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-top .break-xl {
    display: none;
  }
}
@media (max-width: 420px) {
  .battle-item__card-top .break-xl {
    display: block;
  }
}
@media (max-width: 360px) {
  .battle-item__card-top .break-xl {
    display: none;
  }
}
.battle-item__card-top p, .battle-item__card-bottom p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #493627;
}
@media (max-width: 1024px) {
  .battle-item__card-top p, .battle-item__card-bottom p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-top p, .battle-item__card-bottom p {
    font-size: 3.466vw;
  }
}
.battle-item__card-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-top: auto;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .battle-item__card-center {
    column-gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .battle-item__card-center {
    flex-direction: column;
    align-items: unset;
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-center {
    padding-top: 0;
    padding-bottom: 0;
    row-gap: 2vw;
  }
}
.battle-item__card-portions {
  display: flex;
  align-items: center;
}
.battle-item__card-portions--count2 .battle-item__card-portion:nth-child(1) {
  left: 40px;
}
@media (max-width: 1280px) {
  .battle-item__card-portions--count2 .battle-item__card-portion:nth-child(1) {
    left: 0;
  }
}
@media (max-width: 1280px) {
  .battle-item__card-portions--count2 .battle-item__card-portion:nth-child(2) {
    left: -30px;
  }
}
.battle-item__card-portions--count3 {
  width: 260px;
}
@media (max-width: 1024px) {
  .battle-item__card-portions--count3 {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .battle-item__card-portions--count3 {
    width: 150px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-portions--count3 {
    width: 41.33vw;
  }
}
.battle-item__card-portions--count3 .battle-item__card-portion:nth-child(1) {
  left: 0;
}
.battle-item__card-portions--count3 .battle-item__card-portion:nth-child(2) {
  left: -50px;
}
@media (max-width: 575.98px) {
  .battle-item__card-portions--count3 .battle-item__card-portion:nth-child(2) {
    left: -8vw;
  }
}
.battle-item__card-portions--count3 .battle-item__card-portion:nth-child(3) {
  left: -100px;
}
@media (max-width: 575.98px) {
  .battle-item__card-portions--count3 .battle-item__card-portion:nth-child(3) {
    left: -16vw;
  }
}
.battle-item__card-portion {
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
  position: relative;
}
@media (max-width: 1024px) {
  .battle-item__card-portion {
    width: 98px;
    min-width: 98px;
    height: 98px;
    min-height: 98px;
  }
}
@media (max-width: 767.98px) {
  .battle-item__card-portion {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .battle-item__card-portion {
    width: 19.2vw;
    min-width: 19.2vw;
    height: 19.2vw;
    min-height: 19.2vw;
  }
}
.battle-item__card-portion:nth-child(1) {
  z-index: 0;
}
.battle-item__card-portion:nth-child(2) {
  z-index: 1;
}
.battle-item__card-portion:nth-child(3) {
  z-index: 2;
}
.battle-item__card-portion img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}

.sc-about-natural__block-top {
  background-color: #fff;
  position: relative;
}
.sc-about-natural__block-top::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  z-index: 1;
  height: 94.62px;
  background: url(/images/protein-page/fence-whitegreen.svg) repeat-x center bottom;
  background-size: 1280px 100%;
}
.sc-about-natural__block-top .weight-title-block__desc {
  position: relative;
  top: -6px;
}
@media (max-width: 575.98px) {
  .sc-about-natural__block-top .weight-title-block__desc {
    top: -8px;
  }
}
.sc-about-natural__block-content {
  background-color: #f7f4ee;
  padding: 56px 0 90px 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .sc-about-natural__block-content {
    padding-top: 44px;
  }
}
@media (max-width: 575.98px) {
  .sc-about-natural__block-content {
    padding-bottom: 76px;
    padding-top: 32px;
  }
}
@media (max-width: 374.98px) {
  .sc-about-natural__block-content {
    padding-top: 24px;
  }
}
.sc-about-natural__block-content::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  z-index: 1;
  height: 96px;
  background: url(/images/protein-page/fence-whitegrey.svg) repeat-x center bottom;
  background-size: 1280px 100%;
  z-index: 1;
}
.sc-about-natural__background {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 254px;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .sc-about-natural__background {
    display: none;
  }
}
.sc-about-natural__background svg {
  display: block;
  width: 1280px;
  height: 100%;
}
.sc-about-natural__wrap-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .sc-about-natural__wrap-content {
    padding: 0 20px;
  }
}
.sc-about-natural__wrap-content h2 {
  font-size: 55px;
  font-weight: 500;
  line-height: 1;
  font-family: "Avenir Next Cyr", sans-serif;
  color: #493627;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sc-about-natural__wrap-content h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .sc-about-natural__wrap-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 374.98px) {
  .sc-about-natural__wrap-content h2 {
    font-size: 10.66vw;
  }
}
.sc-about-natural__wrap-desc {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}
@media (max-width: 1280px) {
  .sc-about-natural__wrap-desc {
    max-width: 610px;
  }
}
@media (max-width: 767.98px) {
  .sc-about-natural__wrap-desc {
    row-gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .sc-about-natural__wrap-desc {
    max-width: 420px;
  }
}
@media (max-width: 400px) {
  .sc-about-natural__wrap-desc {
    max-width: 335px;
  }
}
.sc-about-natural__wrap-desc p {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #493627;
}
@media (max-width: 575.98px) {
  .sc-about-natural__wrap-desc p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .sc-about-natural__wrap-desc p br {
    display: none;
  }
}

.protein-bg-yellow {
  background-color: #febc3b;
}

.sc-protein-recipes {
  padding: 12px 0 84px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .sc-protein-recipes {
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .sc-protein-recipes {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.sc-protein-recipes::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -39px;
  z-index: 1;
  height: 40px;
  background: url(/images/protein-page/fence-yellow.svg) repeat-x center bottom;
  background-size: 1920px;
}
.sc-protein-recipes__container {
  position: relative;
  z-index: 2;
}
.sc-protein-recipes__wrap-title {
  margin-bottom: 52px;
}
@media (max-width: 767.98px) {
  .sc-protein-recipes__wrap-title {
    padding: 0 20px;
  }
}
@media (max-width: 575.98px) {
  .sc-protein-recipes__wrap-title {
    margin-bottom: 30px;
  }
}
.sc-protein-recipes__wrap-title h2 {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Avenir Next Cyr", sans-serif;
  color: #493627;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .sc-protein-recipes__wrap-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 374.98px) {
  .sc-protein-recipes__wrap-title h2 {
    font-size: 10.66vw;
  }
}
.sc-protein-recipes__wrap-desc {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .sc-protein-recipes__wrap-desc {
    max-width: 606px;
  }
}
@media (max-width: 767.98px) {
  .sc-protein-recipes__wrap-desc {
    row-gap: 16px;
    max-width: 480px;
  }
}
@media (max-width: 575.98px) {
  .sc-protein-recipes__wrap-desc {
    row-gap: 10px;
  }
}
.sc-protein-recipes__wrap-desc p {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #493627;
}
@media (max-width: 575.98px) {
  .sc-protein-recipes__wrap-desc p {
    font-size: 16px;
  }
}
.sc-protein-recipes__wrap-desc p:first-child {
  text-align: center;
}
@media (max-width: 767.98px) {
  .sc-protein-recipes__wrap-desc p:first-child {
    text-align: left;
  }
}
.sc-protein-recipes__wrap-desc p b {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-weight: 500;
  font-family: inherit;
}
.sc-protein-recipes__wrap-swiper {
  margin: 0 auto 40px auto;
}
.sc-protein-recipes__wrap-swiper .swiper-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 575.98px) {
  .sc-protein-recipes__wrap-swiper .swiper-wrapper {
    margin-bottom: 40px;
  }
}
.sc-protein-recipes__wrap-swiper .swiper-slide {
  width: 305px;
  margin-right: 20px;
}
@media (max-width: 1280px) {
  .sc-protein-recipes__wrap-swiper .swiper-slide {
    width: 283px;
  }
}
@media (max-width: 1024px) {
  .sc-protein-recipes__wrap-swiper .swiper-slide {
    margin-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .sc-protein-recipes__wrap-swiper .swiper-slide {
    margin-right: 20px;
  }
}
.sc-protein-recipes__wrap-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.sc-protein-recipes__wrap-swiper .pr-pagination.swiper-pagination {
  display: flex;
}
.sc-protein-recipes__wrap-swiper .pr-pagination.swiper-pagination .swiper-pagination-bullet {
  opacity: 0.2;
}
.sc-protein-recipes__wrap-btn {
  display: flex;
  justify-content: center;
}

.recipe-protein-card {
  border-radius: 10px;
  height: 370px;
  display: block;
  user-select: none;
}
@media (max-width: 1024px) {
  .recipe-protein-card {
    height: 340px;
  }
}
.recipe-protein-card:hover .recipe-protein-card__wrap-img img {
  transform: scale(1.15);
}
.recipe-protein-card:hover .recipe-protein-card__wrap-img.recipe-protein-card__wrap-img--default-image img {
  transform: scale(1.1);
}
@media (max-width: 767.98px) {
  .recipe-protein-card:hover .recipe-protein-card__wrap-img:not(.recipe-protein-card__wrap-img--default-image) img {
    transform: scale(1.05);
  }
}
.recipe-protein-card__wrap-img {
  background-color: #fff;
  height: 190px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .recipe-protein-card__wrap-img {
    height: 180px;
  }
}
@media (max-width: 1024px) {
  .recipe-protein-card__wrap-img {
    height: 170px;
  }
}
.recipe-protein-card__wrap-img img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  display: block;
  width: 100%;
  transform: scale(1.05);
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  user-select: none;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.recipe-protein-card__wrap-img--default-image {
  padding-bottom: 8px;
}
.recipe-protein-card__wrap-img--default-image img {
  width: 106px;
  height: auto;
  transform: scale(1);
}
.recipe-protein-card__content {
  height: calc(100% - 190px);
  background-color: #edece6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 16px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1280px) {
  .recipe-protein-card__content {
    height: calc(100% - 180px);
  }
}
@media (max-width: 1024px) {
  .recipe-protein-card__content {
    height: calc(100% - 170px);
  }
}
.recipe-protein-card__content::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -11px;
  z-index: 1;
  width: 100%;
  height: 11px;
  background: url(/images/fence-grey-mini.svg) repeat-x center bottom;
  background-size: 240px;
}
@media (max-width: 1280px) {
  .recipe-protein-card__content::before {
    height: 12px;
    top: -12px;
  }
}
.recipe-protein-card__content h3 {
  display: block;
  min-height: 84px;
  margin-bottom: 6px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Suisse Intl", sans-serif;
  padding: 0 10px;
}
.recipe-protein-card__charact-items {
  display: grid;
  grid-template-columns: 1fr 86px 1fr;
  margin-top: auto;
}
.recipe-protein-card__charact {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  row-gap: 6px;
  border-right: 1px solid rgba(74, 54, 39, 0.25);
}
.recipe-protein-card__charact:last-child {
  border-right: 0;
}
.recipe-protein-card__charact > span {
  font-size: 10px;
  display: block;
  margin-top: auto;
  line-height: 1;
  color: rgba(73, 54, 39, 0.8);
  font-weight: 400;
  text-transform: uppercase;
}
.recipe-protein-card__charact-top {
  height: 20px;
  display: flex;
  align-items: center;
}
.recipe-protein-card__charact-top span {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #493627;
}
.recipe-protein-card__charact-stars {
  display: flex;
  align-items: center;
  column-gap: 1px;
}
.recipe-protein-card__charact-stars span {
  display: block;
  user-select: none;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.34766 0L7.16549 3.12102L10.6955 3.88543L8.28897 6.57874L8.6528 10.1722L5.34766 8.71572L2.04251 10.1722L2.40635 6.57874L-0.000179291 3.88543L3.52983 3.12102L5.34766 0Z' fill='%234A3627' fill-opacity='0.19'/%3E%3C/svg%3E%0A");
}
.recipe-protein-card__charact-stars span.active {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.34766 0L7.16549 3.12102L10.6955 3.88543L8.28897 6.57874L8.6528 10.1722L5.34766 8.71572L2.04251 10.1722L2.40635 6.57874L-0.000179291 3.88543L3.52983 3.12102L5.34766 0Z' fill='%234A3627'/%3E%3C/svg%3E%0A");
}

.sc-why-protein__block {
  background-color: #fff;
  padding: 38px 0 54px 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .sc-why-protein__block {
    padding: 24px 0 36px 0;
  }
}
.sc-why-protein__block::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  transform: rotate(180deg);
  z-index: 1;
  height: 88.4px;
  background: url(/images/protein-page/fence-white.svg) repeat-x center bottom;
  background-size: 1920px;
}
.sc-why-protein__block::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  z-index: 1;
  height: 88.4px;
  background: url(/images/protein-page/fence-white.svg) repeat-x center bottom;
  background-size: 1920px;
}
.sc-why-protein__wrap-title {
  max-width: 720px;
  margin: 0 auto 40px auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .sc-why-protein__wrap-title {
    margin-bottom: 28px;
  }
}
@media (max-width: 575.98px) {
  .sc-why-protein__wrap-title {
    padding: 0 20px;
  }
}
.sc-why-protein__wrap-title h2 {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Avenir Next Cyr", sans-serif;
  color: #493627;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .sc-why-protein__wrap-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 374.98px) {
  .sc-why-protein__wrap-title h2 {
    font-size: 10.66vw;
  }
}
.sc-why-protein__cards {
  max-width: 956px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  counter-reset: numbers-list;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  .sc-why-protein__cards {
    max-width: 1075px;
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .sc-why-protein__cards {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    max-width: 375px;
  }
}
.sc-why-protein__card {
  counter-increment: numbers-list;
  border-radius: 10px;
  padding: 36px 10px 26px 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .sc-why-protein__card {
    padding-left: 16px;
    padding-bottom: 16px;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .sc-why-protein__card {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 374.98px) {
  .sc-why-protein__card {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
.sc-why-protein__card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 199px;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: inherit;
}
@media (max-width: 1280px) {
  .sc-why-protein__card::before {
    height: 218px;
  }
}
@media (max-width: 1024px) {
  .sc-why-protein__card::before {
    width: 101%;
    top: -12px;
  }
}
@media (max-width: 830px) {
  .sc-why-protein__card::before {
    top: -20px;
  }
}
@media (max-width: 767.98px) {
  .sc-why-protein__card::before {
    width: 100%;
    height: 218px;
    top: 0;
  }
}
@media (max-width: 374.98px) {
  .sc-why-protein__card::before {
    top: -10px;
  }
}
.sc-why-protein__card:nth-child(1) .sc-why-protein__card-icon {
  width: 100px;
}
.sc-why-protein__card:nth-child(2) .sc-why-protein__card-icon {
  width: 90px;
}
.sc-why-protein__card:nth-child(3) .sc-why-protein__card-icon {
  width: 72px;
}
.sc-why-protein__card-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  margin-top: -10px;
}
@media (max-width: 1024px) {
  .sc-why-protein__card-icon {
    margin-top: 0;
    opacity: 0.6;
  }
}
@media (max-width: 767.98px) {
  .sc-why-protein__card-icon {
    opacity: 1;
    margin-top: -6px;
  }
}
@media (max-width: 375px) {
  .sc-why-protein__card-icon {
    opacity: 0.6;
    margin-top: 0;
  }
}
.sc-why-protein__card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sc-why-protein__card-content {
  position: relative;
  z-index: 1;
}
.sc-why-protein__card-title, .sc-why-protein__card-desc {
  position: relative;
  z-index: 1;
}
.sc-why-protein__card-title {
  max-width: 240px;
  margin: 0 auto 40px auto;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
  text-align: center;
}
@media (max-width: 1280px) {
  .sc-why-protein__card-title {
    row-gap: 26px;
  }
}
@media (max-width: 767.98px) {
  .sc-why-protein__card-title {
    row-gap: 23px;
    margin-bottom: 30px;
  }
}
.sc-why-protein__card-title::before {
  content: "0" counter(numbers-list);
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='30' viewBox='0 0 52 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.0135 16.0834C47.1876 14.6578 49.0587 13.348 49.6645 10.9512C50.2704 8.55446 49.522 5.86365 47.7845 4.10839C46.0471 2.35313 43.5345 1.6136 41.1021 1.15919C28.2272 -1.2465 14.2831 3.03919 4.98108 12.2699C3.51094 13.7311 2.1299 15.3349 1.28345 17.2328C0.437003 19.1306 0.187525 21.367 0.980511 23.2826C2.35265 26.615 6.27303 28.0138 9.81919 28.6375C17.6332 30.0096 25.8126 29.377 33.2613 26.6595C40.71 23.942 46.7064 20.5562 51.5 14.239' stroke='white' stroke-opacity='0.4' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  width: 51px;
  min-width: 51px;
  height: 29px;
  min-height: 29px;
  color: #fff;
  user-select: none;
  font-family: "Avenir Next Cyr", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .sc-why-protein__card-title::before {
    width: 59px;
    min-width: 59px;
    height: 34px;
    min-height: 34px;
  }
}
.sc-why-protein__card-title h3 {
  font-size: 23px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-family: "Avenir Next Cyr", sans-serif;
}
.sc-why-protein__card-desc {
  height: 188px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .sc-why-protein__card-desc {
    max-width: 284px;
  }
}
.sc-why-protein__card-desc p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 830px) {
  .sc-why-protein__card-desc p {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .sc-why-protein__card-desc p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .sc-why-protein__card-desc p br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .sc-why-protein__card-desc p br {
    display: block;
  }
}
@media (max-width: 374.98px) {
  .sc-why-protein__card-desc p br {
    display: none;
  }
}
.sc-why-protein__card--green {
  background-color: #98bd78;
}
.sc-why-protein__card--green::before {
  background-image: url("data:image/svg+xml,%3Csvg width='305' height='199' viewBox='0 0 305 199' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M297.716 0C301.739 6.45218e-07 305 3.26097 305 7.28358V192.367C281.922 196.357 258.19 198.438 233.973 198.438C147.145 198.438 66.5611 171.706 0 126.025V7.28358C0 3.26097 3.26097 3.1161e-08 7.28358 0H297.716Z' fill='%23457C42' /%3E%3C/svg%3E");
}
.sc-why-protein__card--green .sc-why-protein__card-desc p {
  color: #2d402c;
}
.sc-why-protein__card--yellow {
  background-color: #e5d170;
}
.sc-why-protein__card--yellow::before {
  background-image: url("data:image/svg+xml,%3Csvg width='305' height='199' viewBox='0 0 305 199' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M297.716 0C301.739 6.45218e-07 305 3.26097 305 7.28358V192.367C281.922 196.357 258.19 198.438 233.973 198.438C147.145 198.438 66.5611 171.706 0 126.025V7.28358C0 3.26097 3.26097 3.1161e-08 7.28358 0H297.716Z' fill='%23ECA634' /%3E%3C/svg%3E");
}
.sc-why-protein__card--yellow .sc-why-protein__card-desc p {
  color: #795212;
}
.sc-why-protein__card--darkred {
  background-color: #e7b6a8;
}
.sc-why-protein__card--darkred::before {
  background-image: url("data:image/svg+xml,%3Csvg width='305' height='199' viewBox='0 0 305 199' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M297.716 0C301.739 6.45218e-07 305 3.26097 305 7.28358V192.367C281.922 196.357 258.19 198.438 233.973 198.438C147.145 198.438 66.5611 171.706 0 126.025V7.28358C0 3.26097 3.26097 3.1161e-08 7.28358 0H297.716Z' fill='%23BB5D55' /%3E%3C/svg%3E");
}
.sc-why-protein__card--darkred .sc-why-protein__card-desc p {
  color: #723935;
}

.footer-game {
  position: relative;
}
@media (max-width: 767.98px) {
  .footer-game {
    overflow: hidden;
  }
}
.footer-game__block-image {
  background-color: #febc3b;
  height: 288px;
}
.footer-game__container, .footer-game__picture, .footer-game__background {
  height: 100%;
}
.footer-game__picture {
  position: relative;
}
.footer-game__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}
.footer-game__figure-paw {
  position: absolute;
  width: 292px;
  height: 293px;
  left: 530px;
  bottom: -136.57px;
  z-index: 5;
}
@media (max-width: 1280px) {
  .footer-game__figure-paw {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .footer-game__figure-paw {
    margin-left: 42px;
  }
}
.footer-game__figure-squirrel svg, .footer-game__figure-paw svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-game__figure-squirrel {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 439px;
  height: 417px;
  margin-left: 100px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .footer-game__figure-squirrel {
    margin-left: 110px;
  }
}
.footer-game__package {
  position: absolute;
  top: 26px;
  left: 50%;
  margin-left: -96px;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 767.98px) {
  .footer-game__package {
    margin-left: -86px;
    top: 30px;
  }
}
.footer-game__package img {
  display: block;
  width: 205px;
  height: 288px;
  object-fit: cover;
  user-select: none;
}
.footer-game__block-content {
  background-color: #2ba692;
  padding: 94px 0 90px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .footer-game__block-content {
    padding-top: 104px;
    padding-bottom: 64px;
  }
}
.footer-game__block-content::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  z-index: 1;
  height: 88.4px;
  background: url(/images/protein-page/fence-green.svg) repeat-x center bottom;
  background-size: 1920px;
}
.footer-game__wrap-content {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media (max-width: 575.98px) {
  .footer-game__wrap-content {
    max-width: 220px;
  }
}
.footer-game__wrap-content h2 {
  font-size: 27px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  font-family: "Avenir Next Cyr", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .footer-game__wrap-content h2 {
    font-size: 20px;
  }
}

.pr-btn-all a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
  height: 56px;
  width: 100%;
  max-width: 198px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  border-radius: 48px;
  user-select: none;
  background-color: #ff4e00;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.pr-btn-all a:hover {
  opacity: 0.9;
}