@charset "UTF-8";
/* Стандартный transition для hover-анимаций */
/* Миксин замены цвета placeholder у input.
Нужно добавить в стилях элемента конструкцию вида @include placeholder(#000); */
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Regular.woff2") format("woff2"), url("../fonts/SourceSans3-Regular.woff") format("woff"), url("../fonts/SourceSans3-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3 Bold";
  src: url("../fonts/SourceSans3-Bold.woff2") format("woff2"), url("../fonts/SourceSans3-Bold.woff") format("woff"), url("../fonts/SourceSans3-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-Regular.woff2") format("woff2"), url("../fonts/Caveat-Regular.woff") format("woff"), url("../fonts/Caveat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HypatiaSansProBold";
  src: url("../fonts/HypatiaSansPro-Bold.woff2") format("woff2"), url("../fonts/HypatiaSansPro-Bold.woff") format("woff"), url("../fonts/HypatiaSansPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  height: 100%;
  -webkit-font-feature-settings: "ss11" on;
          font-feature-settings: "ss11" on;
}

body {
  font-family: "Source Sans 3", Arial, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.25rem;
  text-rendering: auto;
  line-height: normal;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  outline: none !important;
  overflow-x: hidden;
  min-height: 100%;
  /*display: flex;
  flex-direction: column;
  height: 100%;*/
}

header {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.wrapper {
  overflow-x: hidden;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  margin: 0;
  padding: 0;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin: 0;
  display: block;
  line-height: 1.5rem;
}

b {
  font-family: "Source Sans 3 Bold";
}

button, a, input {
  outline: none;
}
button:focus, button:visited, a:focus, a:visited, input:focus, input:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

label {
  margin: 0;
}

/*body,html{
  width: 100vw;
  max-width: 100vw;
}*/
.price {
  white-space: nowrap;
}

@media (min-width: 991px) {
  .container {
    max-width: 71.25rem;
  }
}
.h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "HypatiaSansProBold";
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.h2 {
  text-transform: uppercase;
  font-size: 2.625rem;
  font-family: "HypatiaSansProBold";
  margin-bottom: 1.25rem;
  letter-spacing: 1.32px;
}

.h3 {
  font-family: "HypatiaSansProBold";
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  line-height: 2rem;
}

.title {
  font-family: "HypatiaSansProBold";
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 1.25rem;
}

.subtitle {
  font-size: 1.5rem;
  font-family: "Source Sans 3 Bold";
  line-height: 1.875rem;
}

.text-gray {
  color: #767676;
}

.text-orange {
  color: #E97935;
}

.span-br {
  display: block;
}

.text-middle-bold {
  font-size: 1.0625rem;
  font-family: "HypatiaSansProBold";
}

.text-big {
  font-size: 1.5rem;
  font-family: "HypatiaSansProBold";
}

.tabs__block--js {
  display: none;
}

.tabs__block--js.active {
  display: block;
}

.section {
  padding: 3.75rem 0;
}

.section-gray {
  background: #FAFAFA;
  margin-bottom: 1.25rem;
  padding: 3.75rem 0;
}

.section-white {
  background: #FFFFFF;
  padding: 3.5625rem 0 4.375rem;
}

.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.9375rem;
}
.list-item:before {
  content: "";
  background: #FE702C;
  width: 0.375rem;
  min-width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  margin-right: 0.4375rem;
}

.banner-page {
  width: 100%;
  position: relative;
}

.color-orange {
  color: #E97935;
}

.icon {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.icon-18 {
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
}

.icon-14 {
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.875rem;
}

.icon-24 {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
}

.icon-white {
  fill: #F6F6F6;
}

.icon-gray {
  fill: #767676;
}

.icon-gray-2 {
  fill: #B5B5B5;
}

.button {
  padding: 1rem 1.5625rem 0.75rem;
  border: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-family: "HypatiaSansProBold";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F6F6F6;
  min-height: 3.125rem;
  white-space: nowrap;
}
.button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.button:hover {
  cursor: pointer;
}

.button-green {
  background: #FE702C;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.button-green:hover, .button-green:active {
  background: #23A8A8;
  color: #F6F6F6;
}

.button-gray {
  background: #767676;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.button-gray:hover, .button-gray:active {
  color: #F6F6F6;
}

.button-gray_arrow {
  padding: 0.8125rem;
  width: 3.125rem;
  min-width: 3.125rem;
  height: 3.125rem;
}
.button-gray_arrow:after {
  content: "";
  background-image: url("../img/arrow-right-button-gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 1.4375rem;
  min-width: 1.4375rem;
  height: 1.5rem;
}

.button-braun {
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 0.125rem solid #2ABDBD;
  background: #2ABDBD;
}
.button-braun:hover, .button-braun:active {
  background: #FE702C;
  color: #F6F6F6;
  border-color: #FE702C;
}

.button-orange {
  color: #FFFFFF;
  background: #FE702C;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 0.125rem solid #FE702C;
}
.button-orange:hover, .button-orange:active {
  background: #FE702C;
  color: #F6F6F6;
  border-color: #FE702C;
}

.button-black {
  color: #000;
  background: transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 0.125rem solid #000;
}
.button-black:hover, .button-black:active {
  background: #FE702C;
  color: #F6F6F6;
  border-color: #FE702C;
}

.button-transparent {
  border: 0.0625rem solid #B5B5B5;
}

.button-call:before {
  content: "";
  background-image: url("../img/call-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.625rem;
}

.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-wrap .button {
  margin-right: 1.25rem;
}
.button-wrap .button:last-child {
  margin-right: 0;
}

.button-small {
  height: 2.25rem;
  min-height: 2.25rem;
  padding: 0.4375rem 1.5625rem;
}

.label {
  color: #767676;
  font-size: 0.875rem;
  margin-bottom: 0.4375rem;
  display: block;
}

.input {
  display: block;
  border: 1px solid #767676;
  color: #767676;
  background: transparent;
  height: 3.125rem;
  padding-left: 0.8125rem;
  width: 100%;
}
.input::-webkit-input-placeholder {
  color: #767676;
  font-size: 1.0625rem;
}
.input::-moz-placeholder {
  color: #767676;
  font-size: 1.0625rem;
}
.input:-ms-input-placeholder {
  color: #767676;
  font-size: 1.0625rem;
}

.search-block,
.search-input {
  width: 100%;
  height: 2.5rem;
}

.search-input {
  background: #FFFFFF;
  border: none;
  padding-left: 0.8125rem;
  padding-right: 2.5rem;
}
.search-input::-webkit-input-placeholder {
  color: #A3A3A3;
  font-size: 1.0625rem;
}
.search-input::-moz-placeholder {
  color: #A3A3A3;
  font-size: 1.0625rem;
}
.search-input:-ms-input-placeholder {
  color: #A3A3A3;
  font-size: 1.0625rem;
}
.search-input::-webkit-input-placeholder, .search-input::-moz-placeholder, .search-input:-ms-input-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.search-wrap {
  position: relative;
  -webkit-box-shadow: 0px 0px 8px rgba(118, 118, 118, 0.65);
          box-shadow: 0px 0px 8px rgba(118, 118, 118, 0.65);
}

.search-block {
  position: relative;
}
.search-block .search-link {
  position: absolute;
  right: 0.6875rem;
  top: 50%;
  margin-top: -0.75rem;
}

.map-where__find-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 2.5rem;
  left: 0px;
}

.map-options {
  height: 2.5rem;
  width: 100%;
  padding: 0.6875rem 0.9375rem 0.9375rem;
  background-color: #f2f2f2;
  pointer-events: all;
}

.i-check {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.i-check input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.map-where__find-inner input {
  background: #fff;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.625rem 2.5rem 0.625rem 0.8125rem;
  display: block;
  width: 100%;
  outline: 0;
  color: #262626;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  pointer-events: all;
}

.i-check--map input[type=checkbox] + span {
  display: block;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #767676;
  padding-left: 1.5rem;
}

.i-check input[type=checkbox] + span:after, .i-check input[type=checkbox] + span:before {
  content: "";
  position: absolute;
}

.i-check--map input[type=checkbox] + span::before {
  width: 1rem;
  height: 1rem;
}

.i-check input[type=checkbox] + span:before {
  left: 0;
  width: 1rem;
  height: 1rem;
  top: 0;
  border: 1px solid #767676;
}

.i-check--map input[type=checkbox]:checked + span::after {
  width: 0.6875rem;
  height: 0.6875rem;
  left: 0.125rem;
  top: 0.0625rem;
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.66667 8.83333L1.16667 5.33333L0 6.5L4.66667 11.1667L14.6667 1.16667L13.5 0L4.66667 8.83333Z' fill='%23767676'/%3e%3c/svg%3e");
}

.input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabs__item {
  color: #393939;
  padding-bottom: 0.9375rem;
  border-bottom: 0.1875rem solid transparent;
  font-family: "Source Sans 3 Bold";
  margin-right: 2.5rem;
  white-space: nowrap;
}
.tabs__item:hover, .tabs__item.active {
  color: #FE702C;
  border-color: #FE702C;
}

.tabs__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.accordion-title {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-family: "HypatiaSansProBold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.3125rem 0 1rem;
}
.accordion-title:hover {
  cursor: pointer;
}
.accordion-title:after {
  content: "";
  background-image: url("../img/arrow-accord-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  margin-left: auto;
}
.accordion-title:before {
  content: "";
  background-image: url("../img/accordion-plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.4375rem;
  min-width: 1.4375rem;
  height: 1.4375rem;
  margin-top: -0.3125rem;
  margin-right: 0.625rem;
}

.accordion-block {
  padding-bottom: 1.375rem;
}

.accordion-block--js {
  display: none;
}

.accordion-item {
  border-top: 1px solid #D8D6D6;
}
.accordion-item:last-child {
  border-bottom: 1px solid #D8D6D6;
}
.accordion-item.is-open .accordion-title:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.holistic__slide {
  width: 19.375rem;
}

.holistic__slide img {
  display: block;
  width: 13.75rem;
  margin-left: auto;
  margin-right: auto;
}

.holistic__nav {
  position: relative;
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.4375rem;
}

.holistic__arrow {
  position: absolute;
  cursor: pointer;
  top: 0.8125rem;
  margin-top: 0.9375rem;
  outline: 0;
}

.holistic__arrow.is-back {
  left: 0;
  margin-left: 1.875rem;
}

.holistic__arrow.is-next {
  right: 0;
  margin-right: 1.875rem;
}

.holistic__caption {
  max-width: 28.125rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.holistic__caption span {
  height: 5.25rem;
  overflow-y: hidden;
  display: block;
}

.holistic__caption b {
  display: block;
  margin-bottom: 0.625rem;
}

.holistic__counts {
  text-align: center;
  margin-top: 1.875rem;
  font-family: "Source Sans 3 Bold";
}

.holistic__caption.fadeOut {
  opacity: 0;
  -webkit-transform: translateY(0.625rem);
      -ms-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
}

.holistic__arrow svg .round {
  fill: transparent;
}

/* ingredients start  */
.ingredients__slider {
  margin-top: -3.5625rem;
  margin-right: -1.0625rem;
}
.ingredients__slider .swiper-slide-active {
  opacity: 1 !important;
}
.ingredients__slider .slide-title {
  text-transform: uppercase;
  font-family: "HypatiaSansProBold";
  font-size: 1.5rem;
}

.ingredients__slide {
  width: 19.375rem;
}

.ingredients__slide img {
  display: block;
  width: 49.375rem;
  height: 47rem;
  margin-left: auto;
  margin-right: auto;
}

.ingredients__nav {
  position: relative;
  max-width: 50.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.4375rem;
  top: -27rem;
  z-index: 20;
}

.ingredients__arrow {
  position: absolute;
  cursor: pointer;
  top: 100%;
  width: 2.875rem;
  height: 2.875rem;
  margin-top: 0.9375rem;
  outline: 0;
}
.ingredients__arrow svg {
  width: 2.875rem;
  height: 2.875rem;
}

.ingredients__arrow.is-back {
  left: 0;
  margin-left: 1.875rem;
}

.ingredients__arrow.is-next {
  right: 0;
  margin-right: 1.875rem;
}

.ingredients__caption {
  max-width: 28.125rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: -57px;
  position: relative;
  z-index: 10;
}

.ingredients__caption b {
  display: block;
  margin-bottom: 0.625rem;
}

.ingredients__counts {
  text-align: center;
  margin-top: 1.875rem;
  font-family: "HypatiaSansProBold";
}

.ingredients__caption.fadeOut {
  opacity: 0;
  -webkit-transform: translateY(0.625rem);
      -ms-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
}

.ingredients__arrow svg .round {
  fill: transparent;
}

/* ingredients end  */
.slide-title {
  font-family: "Source Sans 3 Bold";
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
}

/* swiper-container__main */
.swiper-container__main .swiper-pagination {
  position: absolute;
  top: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0px;
}
.swiper-container__main .swiper-button-next,
.swiper-container__main .swiper-button-prev {
  background-image: url("../img/arrow-slider-main-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.25rem;
  height: 2.25rem;
}
.swiper-container__main .swiper-button-next:after,
.swiper-container__main .swiper-button-prev:after {
  display: none;
}
.swiper-container__main .swiper-button-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

:root {
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
}

.swiper-carousel .swiper-slide {
  width: 27.8125rem;
  height: 28.125rem;
}
.swiper-carousel .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-carousel .swiper-slide-prev .swiper-carousel-animate-opacity,
.swiper-carousel .swiper-slide-next .swiper-carousel-animate-opacity {
  opacity: 1 !important;
}
.swiper-carousel .swiper-carousel-animate-opacity {
  opacity: 0 !important;
}
.swiper-carousel .swiper-slide-active .swiper-carousel-animate-opacity {
  opacity: 1 !important;
}
.swiper-carousel img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
}

.swiper-container__main {
  opacity: 0;
}

.swiper-container__main.swiper-initialized {
  opacity: 1;
}

.noTransform .swiper-android .swiper-slide,
.noTransform .swiper-wrapper {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.noTransform .ingredients__slider .swiper-slide-active,
.noTransform .swiper-fade .swiper-slide {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.range__tab-wrap {
  display: none;
}

.i-tab-current {
  display: block;
}

.hidden {
  display: none;
}

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
      touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  /* right:0; */
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}

.noUi-handle .shadow {
  background-color: #765f43;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-handle {
  background: #000000;
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
  right: -0.5625rem;
  top: -0.375rem;
  cursor: pointer;
}

.noUi-connects {
  background: #B5B5B5;
  border-radius: 6.25rem;
  height: 0.4375rem;
  width: auto;
}

/**/
.range__val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -0.6875rem;
  margin-right: -0.625rem;
  margin-top: 0.75rem;
}

.range__val span {
  width: 1.625rem;
  height: 1.625rem;
  text-align: center;
  line-height: 1.625rem;
  display: block;
  color: #B5B5B5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.range__val span:hover {
  color: #FE702C;
}

.range__val span.is-current {
  font-family: "Source Sans 3 Bold";
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  color: #000000;
}

.range__val span.is-current.shadow {
  color: #FE702C;
}

.range__title {
  font-family: "Source Sans 3 Bold";
}

.range-wrap {
  display: grid;
  grid-template-columns: 8fr 5fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.range-wrap__left {
  display: grid;
  grid-template-columns: 5fr 3fr;
}

@media (max-width: 1023px) {
  .range-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.range {
  width: 100%;
}

.range__title {
  margin-bottom: 1.25rem;
}

.range-col {
  margin-left: 2.0625rem;
}

.range-col--text {
  line-height: 24px;
}

.range-col:first-child {
  margin-left: 0;
}

.food-cup {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.range-col--cup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: -3.1875rem;
}

@media (max-width: 699px) {
  .range-col--cup {
    width: 100%;
    margin-left: 0;
    margin-top: 1.5625rem;
  }
}
.range-col__cup-label {
  margin-left: 0.625rem;
}

.range-col__cup-label-weight {
  font-size: 2rem;
  line-height: 1.375rem;
  font-family: "Source Sans 3 Bold";
  color: #000000;
  white-space: nowrap;
}

.range-col--line {
  width: 26.125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 767px) {
  .range-col--line {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.range-wrap--pregnant {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: 41.375rem;
}

.range-col--feeding {
  margin-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.range-col--feeding:first-child {
  margin-bottom: 2.5rem;
}

.range-col--feeding:last-child {
  margin-bottom: 4rem;
}

.range-col--feeding-cup {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-height: 5rem;
  margin-bottom: 2.5rem;
  margin-right: 2.5rem;
}

.range-col__cup-label--feeding {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 6.25rem;
  min-width: 3.25rem;
}

.range-col--desktop {
  margin-left: 0;
}

.range-col--mobile {
  margin: 0;
}

.range-col--static {
  margin: 0;
}

.range__title--with-prefix {
  margin-bottom: 0;
}

.i-accordion__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.8125rem;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

.i-check input[type=radio] + span {
  padding-left: 1.5rem;
}

.i-check--light input[type=radio] + span:before {
  left: 0;
  width: 1rem;
  height: 1rem;
  top: 50%;
  margin-top: -0.5rem;
  background-image: url("../img/radiobutton.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.i-check input[type=radio] + span:after, .i-check input[type=radio] + span:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.i-check input[type=radio]:checked + span:before {
  background-image: url("../img/radiobutton-active.svg");
}

.i-accordion__tab:not(:last-child) {
  margin-right: 1.875rem;
}

.shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.range__element {
  width: 11%;
  height: 100%;
  background: #FE702C;
  opacity: 0.3;
}

.range__element:first-child {
  border-radius: 6.25rem 0 0 6.25rem;
}

.range__shadow {
  position: relative;
  top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7px;
  border-radius: 6.25rem;
  width: auto;
  z-index: 1;
}

.range-full .noUi-connects {
  background: transparent;
}
.range-full .range__element {
  /*width: 11% !important;*/
  height: 100%;
  background: #A3A3A3;
  opacity: 0.3;
}
.range-full .range__element.active {
  opacity: 1;
}
.range-full .first-elem-border {
  border-radius: 6.25rem 0 0 6.25rem;
}
.range-full .last-elem-border {
  border-radius: 0 6.25rem 6.25rem 0;
}
.range-full .range__element:last-child {
  border-radius: 0 6.25rem 6.25rem 0;
}
.range-full .range__tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.range-full .range-col__cup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.range-full .range-col__wrap,
.range-full .range-col--feeding {
  max-width: 26.125rem;
  min-width: 26.125rem;
  margin-right: 0;
}
.range-full .range-col--feeding-cup {
  margin-right: 0;
  margin-top: 0;
}

.feed-recommend-text {
  color: #E97935;
  font-family: "Source Sans 3 Bold";
  font-size: 1.5rem;
  line-height: 1.8125rem;
  width: 12.5rem;
  top: 0;
  left: 0;
}

.advantages-main__block-item {
  position: relative;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantages-main__block-item:after {
  content: "";
  position: absolute;
  height: 0.3125rem;
  background: #ECECEC;
  width: 100%;
  top: 1.125rem;
  left: 6.875rem;
}
.advantages-main__block-item:last-child:after {
  display: none;
}

.advantages-main__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3.3125rem;
}

.advantages-main__text {
  text-align: center;
  margin-bottom: 4.375rem;
  line-height: 1.5rem;
  padding: 0 11.25rem;
}

.advantages-main__block-item-num {
  width: 2.625rem;
  height: 2.625rem;
  font-size: 1.625rem;
  background: #FE702C;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
  font-family: "Source Sans 3 Bold";
  color: #FFFFFF;
  margin-bottom: 0.625rem;
}

.advantages-main__block-item-text {
  text-align: center;
  font-family: "Source Sans 3 Bold";
  color: #393939;
  line-height: 1.5rem;
}

@-webkit-keyframes FadeInNum {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
  }
  21.25% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  25% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes FadeInText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-webkit-keyframes FadeInLine {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
.span-br-ad {
  display: block;
}

.advantages-main__block-item-num,
.advantages-main__block-item-text,
.advantages-main__block-item:after {
  opacity: 0;
}

.advantages-main__block.active .advantages-main__block-item-num {
  opacity: 1;
}

.advantages-main__block.active .advantages-main__block-item-num {
  -webkit-animation: FadeInNum 1s 1 linear;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.advantages-main__block.active .advantages-main__block-item-text {
  -webkit-animation: FadeInText 0.3s 1 linear;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.advantages-main__block.active .advantages-main__block-item:after {
  -webkit-animation: FadeInLine 0.5s 1 linear;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.advantages-main__block.active .advantages-main__block-item:nth-child(1) .advantages-main__block-item-num,
.advantages-main__block.active .advantages-main__block-item:nth-child(1) .advantages-main__block-item-text {
  -webkit-animation-delay: 0.2s;
}
.advantages-main__block.active .advantages-main__block-item:nth-child(1):after {
  -webkit-animation-delay: 0s;
}

.advantages-main__block.active .advantages-main__block-item:nth-child(2) .advantages-main__block-item-num,
.advantages-main__block.active .advantages-main__block-item:nth-child(2) .advantages-main__block-item-text {
  -webkit-animation-delay: 0.4s;
}
.advantages-main__block.active .advantages-main__block-item:nth-child(2):after {
  -webkit-animation-delay: 0.2s;
}

.advantages-main__block.active .advantages-main__block-item:nth-child(3) .advantages-main__block-item-num,
.advantages-main__block.active .advantages-main__block-item:nth-child(3) .advantages-main__block-item-text {
  -webkit-animation-delay: 0.6s;
}
.advantages-main__block.active .advantages-main__block-item:nth-child(3):after {
  -webkit-animation-delay: 0.4s;
}

.advantages-main__block.active .advantages-main__block-item:nth-child(4) .advantages-main__block-item-num,
.advantages-main__block.active .advantages-main__block-item:nth-child(4) .advantages-main__block-item-text {
  -webkit-animation-delay: 0.8s;
}
.advantages-main__block.active .advantages-main__block-item:nth-child(4):after {
  -webkit-animation-delay: 0.6s;
}

.advantages-main__block.active .advantages-main__block-item:nth-child(5) .advantages-main__block-item-num,
.advantages-main__block.active .advantages-main__block-item:nth-child(5) .advantages-main__block-item-text {
  -webkit-animation-delay: 1s;
}
.advantages-main__block.active .advantages-main__block-item:nth-child(5):after {
  -webkit-animation-delay: 0.8s;
}

.header {
  background: #FFFFFF;
  min-height: 3.375rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 1.75rem;
  position: fixed;
  top: 2.9375rem;
  left: 0;
  right: 0;
  z-index: 50;
  transition: transform 0.5s, background-color 0.3s, -webkit-transform 0.5s;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(196, 196, 196, 0.5);
          box-shadow: 0px 2px 10px 0px rgba(196, 196, 196, 0.5);
}
.header.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header-top {
  height: 3.125rem;
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 52;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 1.75rem;
}

.header-logo {
  background-image: url("../img/logo.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14.696rem;
  height: 1.375rem;
}

.header-top__logos {
  padding: 0.625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header-top__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1.875rem;
}

.header-top__right .nav-menu__item-link {
  color: #B5B5B5;
}
.header-top__right .nav-menu__item--lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top__logo_grandorf {
  background-image: url("../img/grandorf-logo.svg?v=3");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5.438rem;
  height: 0.75rem;
}

.header-top__logo-line {
  background: #B5B5B5;
  width: 0.125rem;
  height: 1.625rem;
}

.header-top__logo_grandorf-fresh {
  background-image: url("../img/grandorf-fresh-logo.svg?v=3");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 8.3125rem;
  width: 8.3125rem;
  height: 0.75rem;
}


.header-top__logo_grandorf-vet {
  background-image: url("../img/grandorf-vet-logo.svg?v=3");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.438rem;
  height: 0.75rem;
}

.header-top__logo_wrap:hover .header-top__logo_grandorf,
.header-top__logo_grandorf.active,
.footer-logo_grandorf.active,
.footer-logo_grandorf:hover
{
  background-image: url("../img/grandorf-logo-active.svg?v=3");
}

.header-top__logo_wrap:hover .header-top__logo_grandorf-fresh,
.header-top__logo_grandorf-fresh.active,
.footer-logo_grandorf-fresh.active,
.footer-logo_grandorf-fresh:hover
{
  background-image: url("../img/grandorf-fresh-logo-active.svg?v=3");
}
.header-top__logo_wrap:hover .header-top__logo_grandorf-vet,
.header-top__logo_grandorf-vet.active,
.footer-logo_grandorf-vet.active,
.footer-logo_grandorf-vet:hover
{
  background-image: url("../img/grandorf-vet-logo-active.svg?v=3");
}
.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-menu__item {
  margin-right: 2.5rem;
}
.nav-menu__item:last-child {
  margin-right: 0;
}
.nav-menu__item:hover .nav-menu__item-link {
  color: #FE702C;
}
.nav-menu__item:hover .icon {
  fill: #FE702C;
}

.nav-menu__item-link {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #393939;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-menu__item_geo {
  margin-left: 1.125rem;
}
.nav-menu__item_geo .nav-menu__item-link {
  position: relative;
}
.nav-menu__item_geo .nav-menu__item-link .icon-geo {
  position: absolute;
  left: -1.0625rem;
}

.nav-menu__item-link--text {
  margin-left: 0.1875rem;
}

.nav-menu__lang {
  position: absolute;
  left: 0;
  right: -1.75rem;
  background: #393939;
  opacity: 0;
  pointer-events: none;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 0.3125rem;
  top: 2.125rem;
}

.nav-menu__item--lang {
  position: relative;
}
.nav-menu__item--lang .nav-menu__item-link--text {
  margin-right: 0.125rem;
}

.header .nav-menu__item--lang .nav-menu__item-link {
  margin-top: 0.5rem;
}

.nav-menu__lang a {
  padding: 0.375rem 1.25rem;
  display: block;
  color: #F6F6F6;
}

.nav-menu__name-ico--arrow {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.nav-menu__name-ico--arrow svg {
  margin-top: -0.0625rem;
}

.nav-menu__item--lang .nav-menu__item-link {
  font-size: 0.875rem;
}
.nav-menu__item--lang.dropdown-open .nav-menu__name-ico--arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.nav-menu__item--lang.dropdown-open .nav-menu__lang {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  pointer-events: auto;
}

.empty-block {
  width: 2.25rem;
  min-width: 2.25rem;
  height: 2.25rem;
}

.humb {
  width: 2.25rem;
  min-width: 2.25rem;
  height: 2.25rem;
  background-image: url("../img/humb.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-nursery {
  margin-bottom: 2px;
}

.footer {
  margin-top: -1px;
  background: #000000;
  padding: 3.0625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 10;
}
.footer .nav-menu {
  margin-bottom: 2.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .nav-menu__item--lang .nav-menu__item-link {
  font-size: 1.25rem;
}
.footer .nav-menu__lang {
  padding-top: 0.3125rem;
}
.footer .nav-menu__lang a {
  font-size: 1.25rem;
  padding: 0.625rem 0.3125rem;
}
.footer .nav-menu__item-link {
  white-space: nowrap;
  color: #B5B5B5;
}

footer .nav-menu__item {
  margin-right: 2.0625rem;
}

.footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.6875rem;
}

.footer-logo {
  background-image: url("../img/logo-footer.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8.625rem;
  height: 0.75rem;
  margin-right: 2.5rem;

}

.footer-logos__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-logo_grandorf {
  background-image: url("../img/grandorf-logo.svg?v=3");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5.9375rem;
  height: 0.75rem;
  margin-right: 2.5rem;
}

.footer-logo_grandorf-fresh {
  background-image: url("../img/grandorf-fresh-logo.svg?v=3");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8rem;
  height: 0.75rem;
}

.footer-logo_grandorf-vet {
  background-image: url("../img/grandorf-vet-logo.svg?v=3");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8rem;
  height: 0.75rem;
}

.copy-text {
  text-align: center;
  color: #B5B5B5;
  font-size: 0.875rem;
  margin-top: 2.6875rem;
}

.footer-wrap .nav-menu__item_geo .nav-menu__item-link .icon-geo {
  left: -1.25rem;
}

.subscribe-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subscribe-block .button {
  margin-left: 0.6875rem;
}
.subscribe-block .label {
  color: #B5B5B5;
}
.subscribe-block .input-wrap {
  width: 26.375rem;
  min-width: 26.375rem;
}
.subscribe-block .input {
  border-color: #B5B5B5;
  color: #B5B5B5;
}
.subscribe-block .input::-webkit-input-placeholder {
  color: #B5B5B5;
  font-size: 1.25rem;
}
.subscribe-block .input::-moz-placeholder {
  color: #B5B5B5;
  font-size: 1.25rem;
}
.subscribe-block .input:-ms-input-placeholder {
  color: #B5B5B5;
  font-size: 1.25rem;
}

.button-gray_arrow:hover:after {
  background-image: url(../img/arrow-right-button-orange.svg);
}

.contacts-page {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
}

.banner-page_contacts {
  height: 34.625rem;
  top: -1.0625rem;
}

.contacts-page .page-head {
  padding-top: 11.1875rem;
  margin-bottom: 3.3125rem;
}

.office-wrap {
  margin-bottom: -9.375rem;
  position: relative;
  z-index: 10;
}
.office-wrap .h3 {
  margin-bottom: 3.3125rem;
}

.office-row {
  margin-bottom: 6.6875rem;
}

.office-title {
  font-family: "Source Sans 3 Bold";
  font-size: 1.625rem;
  margin-bottom: 0.8125rem;
}

.office-desc {
  padding-right: 2.75rem;
}

.office-desc__item {
  color: #393939;
  display: block;
  margin-bottom: 0.1875rem;
  line-height: 1.625rem;
}
.office-desc__item a {
  color: #393939;
}
.office-desc__item a:hover {
  color: #828282;
}
.office-desc__item span {
  font-family: "Source Sans 3 Bold";
}

.contacts-bottom .text {
  margin-bottom: 1.875rem;
}
.contacts-bottom .button-call {
  margin-right: 1.875rem;
}

.main {
  background: #FFFFFF;
}
.main .section-probiotic {
  margin-bottom: -1.5625rem;
}

.banner-main {
  height: 53.75rem;
  width: 100%;
  position: relative;
  padding-top: 9rem;
  margin-top: 0.375rem;
}
.banner-main .h1 {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 3.75rem;
  font-size: 3rem;
  line-height: 3.375rem;
}

.picture_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
}
.picture_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-main__right {
  margin-top: 1.125rem;
}
.banner-main__right .h2 {
  line-height: 3.3125rem;
  font-size: 2.75rem;
  margin-bottom: 1.3125rem;
}
.banner-main__right .button-braun {
  width: 146px;
  min-width: 146px;
}
.banner-main__right .subtitle {
  font-size: 1.375rem;
  margin-bottom: 2.0625rem;
}
.banner-main__right .h1 {
  margin-bottom: 1.1875rem;
}
.banner-main__right .approved-block {
  margin-bottom: 2rem;
}

.banner-main__block_desc {
  margin-bottom: 2.5rem;
  line-height: 1.5rem;
  padding-right: 2.625rem;
}

.main-footer .h1 {
  margin-bottom: 2.0625rem;
}
.main-footer .subtitle {
  margin-bottom: 2.625rem;
}

.main-footer__block {
  position: relative;
  z-index: 10;
}

.section-ingredients-main {
  padding: 7.75rem 0 9.3125rem;
  margin-top: 5.6875rem;
}

.section-advantages-main {
  background: transparent;
  margin-top: -13.125rem;
  position: relative;
  z-index: 10;
  padding: 3.5625rem 0 4.375rem;
  margin-bottom: -4.5625rem;
}
.section-advantages-main .h1 {
  text-align: center;
  margin-bottom: 3.5rem;
}

.under_banner_wrapper {
  margin-top: 3.75rem !important;
}
.under_banner_wrapper img {
  width: 15.0625rem;
  height: 3.75rem;
}

.section-ingredients-main {
  background-image: url("../img/ingredients-main-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 79.5625rem;
}

.section-probiotic {
  background-image: url("../img/probiotic-bg-3.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 52.1875rem;
  margin-top: -0.375rem;
  margin-bottom: -0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
}

.section-probiotic__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

.probiotic-list {
  font-family: "Source Sans 3 Bold";
  margin-top: 3.3125rem;
}

.probiotic-item {
  margin-bottom: 0.6875rem;
}

.ingredient-block_one {
  padding: 18.75rem 0.9375rem 0 0;
}
.ingredient-block_one .h1 {
  margin-bottom: 1.25rem;
}
.ingredient-block_one p {
  line-height: 1.5rem;
  margin-bottom: 0.9375rem;
}
.ingredient-block_one .list {
  margin-top: 1.125rem;
}
.ingredient-block_one .list-item {
  font-family: "Source Sans 3 Bold";
  margin-bottom: 0.25rem;
}

.section-probiotic__block-img {
  width: 18.1875rem;
  min-width: 18.1875rem;
  height: 18.1875rem;
  margin-right: 3.75rem;
  margin-top: 1.3125rem;
  margin-left: 1.875rem;
}

.main .section-food {
  padding: 6.0625rem 0 0;
}

.section-food {
  position: relative;
  z-index: 10;
}
.section-food .h1 {
  text-align: center;
  color: #E97935;
  margin-bottom: 1.25rem;
}
.section-food .subtitle {
  text-transform: uppercase;
  text-align: center;
  padding: 0 9.375rem;
  letter-spacing: 0.03em;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "HypatiaSansProBold";
}

.brands-block__img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80px;
  min-width: 80px;
  margin: 0 1.25rem 0 1.25rem;
}

.brands-block__img {
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  margin: 0;
}

.ingredient-block_tree {
  padding-top: 1.9375rem;
}

.ingredient-block_two {
  padding: 12.25rem 0 0 0;
}
.ingredient-block_two p {
  line-height: 1.5rem;
  padding-right: 10rem;
}
.ingredient-block_two .h1 {
  margin-bottom: 1.375rem;
}

.ingredient-block_tree-add {
  padding: 9.9375rem 0 0 0;
}
.ingredient-block_tree-add p {
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
}
.ingredient-block_tree-add .h1 {
  margin-bottom: 1.375rem;
}

.ingredient-block_tree p {
  line-height: 1.5rem;
  padding-right: 10.3125rem;
}
.ingredient-block_tree .h1 {
  margin-bottom: 1.375rem;
}

.pluses-item {
  height: 20.6875rem;
  padding: 2.5rem 0.9375rem;
  background: #FFFFFF;
}

.section-pluses {
  padding: 0px 0 5.3125rem;
}

.pluses-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "HypatiaSansProBold";
  text-transform: uppercase;
  font-size: 2rem;
}

.pluses-item__img {
  width: 8.4375rem;
  min-width: 8.4375rem;
}

.pluses-item__head_left {
  margin-bottom: -0.375rem;
}
.pluses-item__head_left .pluses-item__img {
  margin-left: -0.9375rem;
  margin-top: 0.1875rem;
  margin-right: 0.3125rem;
}

.pluses-item__text {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.pluses-item__title {
  letter-spacing: 0.03em;
  font-size: 2rem;
  line-height: 2.5rem;
}

.section-probiotic-kitchen {
  padding-top: 9rem;
  padding-bottom: 7.0625rem;
}
.section-probiotic-kitchen .h1 {
  margin-bottom: 1.0625rem;
}
.section-probiotic-kitchen p {
  line-height: 1.5rem;
  margin-bottom: 1.875rem;
  padding-right: 7.875rem;
}

.ingredient-block {
  position: relative;
  z-index: 10;
}

.section-productions {
  padding: 5rem 0;
}

.main .section-productions {
  padding: 2.625rem 0 0px;
}

.productions-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.productions_main-inner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productions-text {
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: "HypatiaSansProBold";
  letter-spacing: 0.03em;
}

.productions-desc {
  margin-top: 0.875rem;
  margin-bottom: 1.25rem;
}

.productions-brands__img-wrap {
  margin-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.productions-brands__img-wrap:last-child {
  margin-right: 0;
}

.productions-brands__img {
  max-height: 100%;
  max-width: 100%;
}
.productions-brands__img:last-child {
  margin-right: 0;
}

.productions-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.375rem;
}

.flag-img {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 1.875rem;
  margin-bottom: 0.875rem;
}

.advantages__block .h2 {
  margin-bottom: 3.9375rem;
}

.advantages__img {
  position: absolute;
  top: -4.3125rem;
  left: 64%;
  width: 73.0625rem;
  height: 84.1875rem;
  pointer-events: none;
  z-index: 10;
}

.main-footer {
  position: relative;
  height: 55rem;
  width: 100%;
  padding: 6.25rem 0;
  text-align: center;
}

.section-food .h2 {
  text-align: center;
  color: #E97935;
}
.section-food .subtitle {
  text-align: center;
  padding: 0 9.375rem;
}

.section-food-not {
  padding: 5rem 0;
}

.section-advantages {
  position: relative;
  padding: 6.0625rem 0;
}

.section-video {
  padding: 0px;
  margin-bottom: -1.9375rem;
}
.section-video p {
  margin-bottom: 0.9375rem;
  line-height: 1.5rem;
}

.video-text__left {
  margin-top: 13.3125rem;
}

.team-text {
  font-family: "Caveat";
  font-size: 2.4375rem;
  line-height: 1.5rem;
  margin-bottom: 2.75rem;
  display: block;
}

.section-probiotic-kitchen .button-wrap .button {
  margin-right: 0.9375rem;
}

.bag-kitchen__wrap {
  position: relative;
  pointer-events: none;
}
.bag-kitchen__wrap .picture_img {
  top: -9.8125rem;
  left: -11.1875rem;
  z-index: 10;
}
.bag-kitchen__wrap img {
  width: 61.8125rem;
  height: 71.4375rem;
}

.line-gray {
  width: 100%;
  height: 0.5rem;
  background: #F8F8F8;
}

.showVideo .video-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ingredients-wrap {
  padding-top: 2.375rem;
}

.showVideo #ingredients-wrap {
  display: none;
}

.showSlider .video-block {
  display: none;
}

.showSlider #ingredients-wrap {
  display: block;
}

.scroll-hidden .header {
  width: calc(100% - 0.313rem);
}

/*:root {
  scrollbar-width: thin !important;
}

body::-webkit-scrollbar {
  width: 0.3125rem;
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}*/

@media screen and (max-device-width: 830px) and (orientation: portrait) {
  .scroll-hidden .header {
    width: 100%;
  }
}
@media screen and (max-device-width: 830px) and (orientation: landscape) {
  .scroll-hidden .header {
    width: 100%;
  }
}
.section-select {
  padding-top: 5.375rem;
  padding-bottom: 0px;
}
.section-select .h2 {
  font-size: 2.75rem;
  line-height: 3.6875rem;
  margin-bottom: 2.4375rem;
}
.section-select .picture_img img {
  -o-object-position: bottom;
     object-position: bottom;
}

.select__head {
  padding-top: 3.375rem;
}

.select-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.625rem;
}

.select-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-select {
  text-align: center;
}
.section-select .h1 {
  margin-bottom: 2.3125rem;
}

.select-block__item-title {
  font-size: 2rem;
  font-family: "HypatiaSansProBold";
  text-transform: uppercase;
  line-height: 2.5rem;
}

.banner-select {
  height: 62rem;
  width: 100%;
  position: relative;
}

.banner-ingredients_top {
  margin-bottom: -1.375rem;
  height: 53.9375rem;
}
.banner-ingredients_top .banner-ingredients__content {
  padding-top: 16.25rem;
}

.effect-img {
  width: 40.625rem;
  min-width: 40.625rem;
  height: 40.625rem;
  margin-left: -3.125rem;
}

.effect-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.625rem;
}

.effect-icons__item-text {
  margin-top: 0.625rem;
  letter-spacing: 0.72px;
  font-size: 1.5rem;
  font-family: "HypatiaSansProBold";
  text-transform: uppercase;
  margin-left: 0.375rem;
}

.effect-icons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.313rem;
  margin-bottom: 1.25rem;
}

.section-effect {
  width: 100%;
  background-image: url("../img/effect-bg.png");
  background-position: center 11.0625rem;
  background-repeat: no-repeat;
  background-size: 100% 19.25rem;
}

.main .section-brands-detail {
  padding: 0;
  margin-top: -1.0625rem;
}

.substances__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}

.substances__item {
  height: 43.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7.375rem 2.5rem 2.5rem;
}

.substances__item_grass {
  background-image: url("../img/herbal-bg.png");
}

.substances__item_probiotic {
  background-image: url("../img/PB-bg.png");
}

.substances__item_oil {
  background-image: url("../img/OIL-bg.png");
}

.substances__item-img {
  height: 13.25rem;
  width: auto;
  margin-bottom: 2.375rem;
}

.substances__item-title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: "HypatiaSansProBold";
  text-align: center;
  margin-bottom: 1.25rem;
}

.substances__item-text {
  text-align: center;
  line-height: 1.5rem;
}

.section-doctor {
  margin-top: 4.875rem;
}

.doctor-block {
  background-image: url("../img/doctor-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 43.4375rem;
  width: 84.6875rem;
  margin-left: -12.3125rem;
}

.doctor-block__right {
  margin-top: 11.0625rem;
  margin-left: 4.6875rem;
}
.doctor-block__right .approved-block__img {
  width: 5.125rem;
  height: 8.5rem;
}
.doctor-block__right .approved-block__text {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.96px;
}
.doctor-block__right .approved-block {
  margin-bottom: 1rem;
}
.doctor-block__right p {
  margin-bottom: 1rem;
}
.doctor-block__right p:last-child {
  margin-bottom: 0;
}

.logo-big__text {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: "HypatiaSansProBold";
  margin-top: 2.5rem;
}

.effect-block {
  margin-top: -3.625rem;
  margin-left: -1.875rem;
}

.effect-block__right {
  margin-left: 1rem;
  margin-top: 9.25rem;
}
.effect-block__right .h1 {
  margin-bottom: 1.625rem;
}
.effect-block__right .text {
  line-height: 1.5rem;
}

.section-treatment {
  padding-top: 0;
  margin-top: 0.125rem;
}
.section-treatment .h1 {
  margin-bottom: 0.9375rem;
}

.banner-page_catalog {
  min-height: 36.8125rem;
}
.banner-page_catalog .h2 {
  margin-bottom: 1.25rem;
}

.product-item__name {
  display: inline-block;
  width: 100%;
  font-size: 1.625rem;
  font-family: "Source Sans 3 Bold";
  text-align: center;
  text-transform: uppercase;
  color: #393939;
  margin-bottom: 0.125rem;
  line-height: 1.875rem;
}

.product-item__name_icon {
  width: 2.5rem;
  height: 2.125rem;
  margin-right: 0.375rem;
}

.product-item__text {
  font-size: 1.25rem;
  text-align: center;
  color: #393939;
  line-height: 1.5rem;
}

.section-top-catalog {
  background: #FFFFFF;
  margin-bottom: 6.4375rem;
}

.catalog-page .title {
  text-align: center;
  margin-bottom: 3.75rem;
}
.catalog-page .h1 {
  margin-bottom: 1.125rem;
  margin-top: 15.0625rem;
}

.product-item__name_text {
  white-space: nowrap;
}

.products-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-item {
  width: calc(33.3333333333% - 2.5rem);
  min-width: calc(33.3333333333% - 2.5rem);
  margin: 0 2.8125rem 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-item__img-wrap {
  width: 19.6875rem;
  height: 19.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

.product-item__img {
  max-width: 100%;
  max-height: 100%;
}

.catalog-page .section-gray:last-child {
  margin-bottom: 0;
}

.banner-catalog__block_desc {
  margin-bottom: 1.25rem;
  min-height: 2.625rem;
}

.banner-catalog__block .brands-block_banner .brands-block__img {
  width: 6.375rem;
  min-width: 6.375rem;
  height: 6.375rem;
  margin: 0 1.25rem 0 0;
}

.section-catalog {
  padding-bottom: 5.625rem;
}

.error-page {
  background: #FFFFFF;
  height: 100%;
}

.error-wrap {
  padding-top: 9.25rem;
  padding-bottom: 5.5rem;
  width: 100%;
  height: 100%;
  position: relative;
}
.error-wrap .button {
  height: 2.25rem;
  min-height: 2.25rem;
}

.error-text {
  font-family: "Source Sans 3 Bold";
  font-size: 1.25rem;
  margin-bottom: 1.1875rem;
}

.error-page__block {
  text-align: center;
  position: relative;
  z-index: 10;
}

.error-title {
  font-size: 3.875rem;
  font-family: "HypatiaSansProBold";
  margin-bottom: 0.8125rem;
}

.img-error,
.error-img__wrap {
  max-width: 100%;
}

.error-img__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -6.375rem;
}

.bay-page {
  position: relative;
  padding-bottom: 4.125rem;
  background-color: #FFFFFF;
}
.bay-page .page-head {
  padding-top: 10.8125rem;
}
.bay-page .h1 {
  margin-bottom: 3.5625rem;
}

.bay-footer .text {
  margin-bottom: 1.8125rem;
  line-height: 1.3125rem;
}

.banner-page_bay {
  height: auto;
}

.bay-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
}

.bay-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.5625rem;
}
.bay-block:last-child {
  margin-right: 0;
}
.bay-block .text {
  margin-left: 0.5625rem;
}

.bay-block__num {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.03em;
  font-family: "HypatiaSansProBold";
  text-transform: uppercase;
}

.map-shops {
  width: 100%;
  height: 47.625rem;
  padding: 0;
}

.map-shops__wrap {
  position: relative;
}

.search-wrap__container {
  position: absolute;
  left: 5rem;
  right: 5rem;
  top: 1.25rem;
  z-index: 9;
}

.map-shops > ymaps {
  height: 40.125rem !important;
  width: 100%;
}

.map-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-block__wrap {
  margin-bottom: 1.875rem;
}

.tabs-info {
  margin-bottom: 0.9375rem;
  text-align: right;
}
.tabs-info a {
  color: #FE702C;
}

.section-map {
  margin-bottom: 3.75rem;
}

.shops {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.875rem;
}

.shops-wrap {
  background: #DCDCDC;
  padding: 1.25rem 0 3.75rem;
}
.shops-wrap .search-wrap {
  margin-bottom: 1.25rem;
}

.partners-text {
  margin-bottom: 1.875rem;
  margin-top: 2.5rem;
}

.shops-item_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.1875rem solid #A3A3A3;
  line-height: 1.5rem;
  text-align: center;
  color: #A3A3A3;
  height: 9.375rem;
}
.shops-item_more:hover {
  color: #A3A3A3;
}

.shops-item {
  background: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 9.375rem;
  padding: 0.625rem;
  width: 100%;
}

.shops-item_img__wrap {
  height: 3.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.3125rem;
}

.shops-item_img {
  max-width: 90%;
  max-height: 100%;
}

.shops-item_name {
  font-size: 0.875rem;
  text-align: center;
}

.map-options__my-geolocation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  min-width: 5.6875rem;
  cursor: pointer;
}

.map-options__address-search {
  margin-right: 3.125rem;
}

.map-options__my-geolocation span {
  margin-left: 0.1875rem;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 400;
  color: #767676;
  margin-top: 0.25rem;
}

.json-results__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4375rem 1.5625rem 0.4375rem 0.9375rem;
}

.json-results {
  position: absolute;
  top: 4.875rem;
  left: 0;
  width: 100%;
  list-style: none;
  pointer-events: all;
  z-index: 10;
  background: #F6F6F6;
}

.json-results__icon {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-top: 0.4375rem;
  margin-right: 0.875rem;
}

.json-results__icon img {
  width: 100%;
  height: 100%;
}

.json-results__inner {
  position: relative;
  max-width: 31.25rem;
  pointer-events: none;
}

.json-results__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 0.4375rem;
  margin-bottom: 0.9375rem;
  font-family: "HypatiaSansProBold";
}

.json-results__subtitle {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #767676;
  pointer-events: none;
}

.bay-block__num_city {
  font-size: 2rem;
}

.section-product-top {
  padding-top: 13.1875rem;
}
.section-product-top .h2 {
  margin-bottom: 1.875rem;
}
.section-product-top .h3 {
  margin-bottom: 2rem;
}
.section-product-top .text {
  padding-right: 3.125rem;
  margin-bottom: 1.9375rem;
}

.info-pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "HypatiaSansProBold";
}
.info-pack .info-pack-right {
  margin-left: 1.875rem;
}
.info-pack span {
  margin-right: 1.875rem;
}
.info-pack span:last-child {
  margin-right: 0;
}

.img-detail__wrap {
  width: 30.625rem;
  height: 30.375rem;
  margin-top: -1.375rem;
  display: block;
  margin-left: -4.1875rem;
}

.img-detail {
  max-width: 100%;
  max-height: 100%;
}

.img-cup {
  width: 22.5625rem;
  height: 27.4375rem;
  margin-top: -0.875rem;
}

.cup__wrap {
  text-align: center;
  color: #393939;
  margin-left: -0.25rem;
}
.cup__wrap:hover {
  color: #393939;
}
.cup__wrap .text {
  margin-top: -3.625rem;
  margin-left: 0.25rem;
}

.weight__wrap {
  display: grid;
  grid-template-columns: 2fr 6fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  margin-bottom: 1.875rem;
}

.weight__block__left {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.weight__block__right {
  display: grid;
  grid-template-columns: 3fr 19fr;
  -webkit-column-gap: 1.375rem;
     -moz-column-gap: 1.375rem;
          column-gap: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.weight__item {
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  padding: 0.875rem 1.875rem;
  border: 0.125rem solid #BFBFBF;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "HypatiaSansProBold";
  font-size: 0.9375rem;
  color: #BFBFBF;
}
.weight__item:hover, .weight__item.item-active {
  color: #393939;
  border-color: #393939;
}

.weight__block-price {
  font-size: 1.75rem;
  line-height: 2.25rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: "HypatiaSansProBold";
}
.weight__block-price span {
  font-family: "Source Sans 3 Bold";
  font-size: 2rem;
}

.weight__wrap .text {
  text-align: center;
  color: #767676;
  margin-top: 1.875rem;
}

.section-scheme {
  padding: 6.4375rem 0 8.8125rem;
}
.section-scheme .h1 {
  margin-bottom: 1.75rem;
}
.section-scheme .text-wrap {
  padding-right: 5rem;
}
.section-scheme .text-wrap p {
  line-height: 1.5rem;
}

.logo-detail {
  width: 22.875rem;
  height: 7.6875rem;
  margin-bottom: 3.4375rem;
  margin-left: -1.125rem;
  margin-top: 2.875rem;
}

.scheme-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 2.1875rem;
  margin-left: 0.25rem;
}

.img-scheme {
  width: 26.25rem;
  height: 25.125rem;
}

.scheme-title {
  font-family: "Source Sans 3 Bold";
  line-height: 1.5rem;
  margin-bottom: 0.3125rem;
}

.scheme-text {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.scheme-desc {
  position: absolute;
  text-align: center;
}

.scheme-desc_1 {
  top: -3.25rem;
  left: 0.1875rem;
  right: 0;
}

.scheme-desc_2 {
  top: -0.3125rem;
  left: 0;
  right: -18.6875rem;
}

.scheme-desc_3 {
  top: 8.75rem;
  left: 0;
  right: -28rem;
}

.scheme-desc_4 {
  top: 17.8125rem;
  left: 0;
  right: -23.75rem;
}

.scheme-desc_5 {
  top: 22.6875rem;
  left: 0.5625rem;
  right: 0px;
}

.scheme-desc_6 {
  top: 15.125rem;
  left: -3.3125rem;
  right: 23.5625rem;
}

.scheme-desc_7 {
  top: 8.25rem;
  left: 0;
  right: 25.5rem;
}

.scheme-desc_8 {
  top: 4.3125rem;
  left: -0.5625rem;
  right: 23.5rem;
}

.brands-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.big-icon-geo {
  text-align: center;
  width: 4.1875rem;
  height: 4.1875rem;
}

.bay-footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bay-footer__block .text {
  margin-bottom: 1.75rem;
  margin-top: 1.375rem;
}
.bay-footer__block .big-icon-geo {
  margin-bottom: 0.3125rem;
}

.section-ingredients {
  padding-top: 6.25rem;
  padding-bottom: 1.1875rem;
}
.section-ingredients .h1 {
  margin-bottom: 2.125rem;
}

.section-structure {
  padding-top: 5.0625rem;
  padding-bottom: 5rem;
}
.section-structure p {
  line-height: 1.5rem;
}
.section-structure .h1 {
  margin-bottom: 1rem;
}

.structure-block {
  margin-bottom: 5rem;
}

.description-block {
  margin-bottom: 4.1875rem;
}
.description-block p {
  margin-bottom: 0.9375rem;
}
.description-block .h1 {
  margin-bottom: 1rem;
}

.recommendation-block__icon {
  width: 3.9375rem;
  min-width: 3.9375rem;
  height: 3.6875rem;
  margin-right: 1.25rem;
}

.recommendation-block__text {
  color: #FE702C;
}

.recommendation-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.1875rem;
  margin-bottom: 4.25rem;
}

.recommendation-star {
  margin-top: 3.125rem;
}
.recommendation-star a {
  color: #2ABDBD;
  text-decoration: underline;
}

.treatment-block {
  text-align: center;
}

.treatment-img {
  width: 8.4375rem;
  height: 8.4375rem;
  margin-bottom: -0.375rem;
}

.page-product .section-treatment {
  padding-top: 5.1875rem;
  padding-bottom: 5.1875rem;
}

.weight__wrap_two .weight__block__left {
  grid-template-columns: repeat(2, 1fr);
}

.weight__wrap_one {
  grid-template-columns: 6fr 40fr;
}
.weight__wrap_one .weight__block__left {
  grid-template-columns: repeat(1, 1fr);
}
.weight__wrap_one .weight__block__right {
  grid-template-columns: 3fr 22fr;
}

.section-production {
  padding: 2.5625rem 0;
}

.section-where {
  padding: 3.75rem 0 6.375rem;
}

.banner-product {
  height: 42.5625rem;
  width: 100%;
  position: relative;
}

.brands-block_banner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.brands-block_banner .brands-block__img {
  width: 7.5rem;
  min-width: 7.5rem;
  height: 7.5rem;
  margin: 0 1.4375rem 0 0;
}
.brands-block_banner .brands-block__img:last-child {
  margin-right: 0;
}

.section-brands-detail {
  padding: 1.875rem 0 1.1875rem;
}

.banner-product__block {
  padding-top: 12.5625rem;
}
.banner-product__block .product-icon {
  width: 50px;
  min-width: 50px;
  height: 42px;
}
.banner-product__block .subtitle {
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding-right: 4.375rem;
}
.banner-product__block .h1 {
  margin-bottom: 1.6875rem;
}
.banner-product__block .h3 {
  margin-bottom: 2.125rem;
}

.section-base .h1 {
  margin-bottom: 1.25rem;
}

.banner-product__block_desc {
  margin-bottom: 1.875rem;
  min-height: 3.9375rem;
  line-height: 1.5rem;
}

.accordion-title_not {
  color: #E97935;
}
.accordion-title_not:after {
  background-image: url(../img/arrow-accord-down-orange.svg);
}

.section-accordion {
  padding: 2.5rem 0 5.0625rem;
}

.page-product .accordion-detail {
  padding-right: 2rem;
}

.section-weight {
  padding: 4.25rem 0 3.6875rem;
}

.section-base {
  padding-top: 0;
  padding-bottom: 2.9375rem;
}

.page-product .section-pluses {
  padding: 1.6875rem 0 2.3125rem;
}
.page-product .section-food {
  margin-top: 0;
  padding-top: 4.9375rem;
}
.page-product .section-treatment p {
  padding: 0 3.125rem;
}

.base-img {
  width: 36.25rem;
  margin-left: -0.75rem;
  margin-top: -0.5625rem;
}

.section-recommendation {
  padding: 4.9375rem 0 3.9375rem;
}

.section-banner-product .h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-banner-product .h1__text {
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}

.approved-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.approved-block__text {
  font-family: "HypatiaSansProBold";
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
  margin-left: 0.625rem;
}

.approved-block__img {
  width: 52px;
  min-width: 52px;
  height: 5.4375rem;
}

.scheme-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scheme-img {
  width: 69.375rem;
  height: 47.8125rem;
}

body.menu-open .header.is-hidden {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
body.menu-open .menu-mob-wrap {
  top: 6.25rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

body.menu-open .humb {
  background-image: url("../img/close-icon.svg");
}

.menu-mob-wrap {
  top: -1500px;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 20;
  height: 100vh;
  background: #F6F6F6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.menu-mob-wrap .dropdown-open_mob {
  border-bottom: none !important;
}
.menu-mob-wrap .nav-menu__lang {
  padding-top: 0px;
  position: static;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
}
.menu-mob-wrap .nav-menu__item {
  margin-right: 0;
  border-top: 1px solid #767676;
  width: 100%;
  text-align: center;
}
.menu-mob-wrap .nav-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-mob-wrap .nav-menu__item-link {
  padding: 1.6875rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  color: #393939;
}
.menu-mob-wrap .nav-menu__item:last-child {
  border-bottom: 1px solid #323232;
}
.menu-mob-wrap .nav-menu__item--lang .nav-menu__item-link {
  font-size: 1.0625rem;
}
.menu-mob-wrap .nav-menu__lang a {
  padding: 2.0625rem 0;
  background: #EAE9E9;
  font-size: 1.0625rem;
  color: #393939;
}

.menu-mob {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 3.375rem);
  padding-bottom: 3.125rem;
}

.cookies {
  position: fixed;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: #F6F6F6;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  color: #dcdcdc;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  display: none;
}

.cookies.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookies__msg {
  color: #393939;
}

@media (max-width: 699px) {
  .cookies {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.cookies__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 699px) {
  .cookies__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cookies__setup {
  display: none;
}

.cookies__setup.is-open {
  display: block;
}

.cookies__setup-inner {
  padding-top: 1.875rem;
}

.cookies__close {
  cursor: pointer;
  margin-left: 1.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.cookies__close svg {
  display: block;
  pointer-events: none;
}

.cookies__close svg path {
  fill: #dcdcdc;
}

.cookies__close:hover svg path {
  fill: #bd935f;
}

@media (max-width: 1023px) {
  .cookies__close {
    margin-left: 1.5625rem;
  }
}
@media (max-width: 699px) {
  .cookies__msg {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.25rem;
  }
}
.cookies__btn {
  margin-left: 1.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 1023px) {
  .cookies__btn {
    margin-left: 1.25rem;
  }
}
@media (max-width: 699px) {
  .cookies__btn {
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .cookies__btn .i-btn {
    width: 100%;
  }
}
.cookies__setup-link {
  color: #FE702C;
  cursor: pointer;
}

.cookies__checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 699px) {
  .cookies__checks {
    display: block;
  }
}
.cookies__check {
  position: relative;
  cursor: pointer;
  display: block;
  margin-left: 1.875rem;
}

.cookies__check:first-child {
  margin-left: 0;
}

.cookies__check input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.cookies__check span {
  position: relative;
  display: block;
  padding-left: 1.75rem;
  line-height: 1.25rem;
  color: #393939;
}

.cookies__check span:after, .cookies__check span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.cookies__check span:before {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #393939;
}

.cookies__check span:after {
  top: 0.25rem;
  left: 0.1875rem;
  width: 0.9375rem;
  height: 0.75rem;
  background-image: url("../img/check-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

.cookies__check input:checked + span:after {
  display: block;
}

.cookies__check input:disabled + span:after, .cookies__check input:disabled + span:before {
  opacity: 0.4;
}

@media (max-width: 699px) {
  .cookies__check {
    margin-bottom: 1.875rem;
    margin-left: 0;
  }

  .cookies__check:last-child {
    margin-bottom: 0;
  }
}
.cookies__footer {
  text-align: center;
  padding-top: 1.875rem;
}

.cookies__footer a {
  color: #FE702C;
}

@media (max-width: 699px) {
  .cookies__footer {
    text-align: left;
  }
}
.map-where-buy {
  height: 550px;
}

.ymaps-2-1-79-balloon__tail {
  left: 50% !important;
  margin-left: -14px !important;
}

.balloon {
  width: 100%;
  font-family: "Source Sans 3" !important;
}

.balloon-title {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-family: "Source Sans 3 Bold" !important;
}

.balloon-city {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.balloon-city:before {
  content: "";
  background-image: url("../img/geo-map.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.3125rem;
}

.balloon-address {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: normal;
}
.balloon-address span {
  font-family: "Source Sans 3 Bold";
  margin-right: 0.3125rem;
}
.balloon-address a {
  color: #000;
}

.balloon-top {
  margin-bottom: 1.5625rem;
}

.ymaps-2-1-79-balloon__close-button {
  background-size: 11px !important;
  opacity: 1 !important;
  width: 42px !important;
}

.ymaps-2-1-79-balloon__content {
  padding: 28px 20px 20px !important;
}

.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  margin-right: 0 !important;
}

.fullscreen-control-yandex__btn {
  background: transparent;
  border: none;
}

.fullscreen-control-yandex,
.fullscreen-control-yandex__btn {
  width: 4.5rem;
  height: 3.875rem;
}
.fullscreen-control-yandex img,
.fullscreen-control-yandex__btn img {
  width: 3.75rem;
  height: 3.75rem;
}

.fullscreen-control-yandex__icon {
  position: relative;
  width: 10px;
  height: 10px;
}

.fullscreen-control-yandex__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.zoom-control-yandex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 75px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 4px 0;
}

.zoom-control-yandex__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.zoom-control-yandex__border {
  width: 30px;
  height: 1px;
  background-color: #dcdcdc;
}

.ymaps-2-1-79-controls__control_toolbar {
  margin-right: -7px !important;
}

.page-politics {
  padding-top: 9.375rem;
  padding-bottom: 7.875rem;
}
.page-politics .h2 {
  margin-bottom: 4.25rem;
}
.page-politics .subtitle {
  margin-bottom: 0.9375rem;
}
.page-politics ul {
  padding-left: 1.5625rem;
}
.page-politics li {
  list-style: disc;
}

@media (min-width: 1921px) and (max-width: 3000px) {
  .ingredient-block_one {
    padding-top: 24.75rem;
  }

  html {
    font-size: 16px;
  }

  .section-ingredients-main {
    margin-top: -0.813rem;
    margin-bottom: 3.75rem;
    background-image: url("../img/ingredients-main-bg5000.webp");
  }

  .section-probiotic {
    background-image: url("../img/probiotic-bg5000.webp");
  }

  .header-logo {
    width: 12.20625rem;
    height: 1.8rem;
  }

  .nav-menu__item {
    margin-right: 1.96875rem;
  }

  .nav-menu__item-link {
    font-size: 0.95625rem;
  }

  .nav-menu__item-link .icon-18 {
    width: 1.0125rem;
    min-width: 1.0125rem;
    height: 1.0125rem;
  }

  .header {
    min-height: 3.0375rem;
  }
}
@media screen and (max-width: 3000px) {
  html {
    /*font-size: 16px;*/
  }
}
@media screen and (max-width: 2000px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1700px) {
  .banner-main {
    height: 53.375rem;
  }

  .banner-select {
    height: 56.375rem;
  }
}
@media screen and (max-width: 1490px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 12.5px;
  }

  .pluses-item {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
@media screen and (max-width: 1180px) {
  html {
    font-size: 11px;
  }
}
@media (min-width: 1201px) and (max-width: 1300px) {
  body {
    font-size: 1.125rem;
  }

  .office-desc {
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .button {
    font-size: 0.75rem;
    padding: 0.4375rem 1.125rem;
    min-height: 2.25rem;
  }

  .button-gray_arrow {
    height: 2.25rem;
    width: 2.25rem;
    min-width: 2.25rem;
    padding: 0.625rem;
  }
}
@media screen and (max-width: 991px) {
  .section-effect {
    background-position: center 4.0625rem;
  }
  body {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  html {
    font-size: 16px;
  }

  .section-white {
    padding: 3.75rem 0;
  }

  .container {
    max-width: 766px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .header {
    padding: 0.625rem 1.25rem;
    height: 3.375rem;
  }

  .banner-main {
    height: 48.5rem;
    margin-top: 4.125rem;
  }

  .effect-img {
    width: 26.625rem;
    min-width: 26.625rem;
    height: 26.625rem;
  }

  .effect-icons__item-text {
    font-size: 1.125rem;
  }

  .main .section-brands-detail {
    margin-top: 1.5625rem;
  }

  .substances__items {
    grid-template-columns: 1fr;
  }

  .doctor-block {
    background: none;
    height: auto;
    width: auto;
    margin-left: 0;
  }

  .section-doctor .doctor-bg {
    margin-left: -5rem;
  }

  .doctor-block__right {
    margin-top: -1.5625rem;
    margin-left: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .substances__item {
    margin-bottom: 1.25rem;
  }

  .effect-block__right {
    margin-top: 5.25rem;
  }

  .h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .h2,
.banner-main__right .h2 {
    font-size: 1.9375rem;
    line-height: 2.375rem;
  }

  .banner-main__right {
    padding-top: 0;
    margin-top: -1.625rem;
  }

  p {
    line-height: 1.1875rem;
  }

  .subtitle {
    margin-bottom: 1rem;
    line-height: 1.875rem;
  }

  .banner-main__block_desc {
    padding-right: 13.5rem;
  }

  .advantages-main__text {
    padding: 0 0.9375rem;
  }

  .ingredient-one_bg {
    width: 39.5rem;
    height: 39.375rem;
    top: -6.875rem;
    left: 93%;
  }

  .ingredient-two_bg {
    width: 39.6875rem;
    height: 44.25rem;
    top: -15.875rem;
    right: 115%;
  }

  .ingredient-two .h2 {
    white-space: nowrap;
  }

  .ingredient .list-item {
    font-size: 1.125rem;
  }

  .list-item:before {
    width: 0.375rem;
    min-width: 0.375rem;
    height: 0.375rem;
  }

  .ingredient-three_bg {
    width: 45.25rem;
    height: 46.875rem;
    top: -16.625rem;
    left: 92%;
  }

  .ingredient-four_bg {
    width: 33.75rem;
    height: 30.3125rem;
    top: -15.125rem;
    right: 115%;
  }

  .ingredient-three {
    height: 30.125rem;
  }

  .productions_main .flag-img {
    margin-bottom: 0.875rem;
  }

  .productions_main .productions-left {
    margin-bottom: 1.5625rem;
  }

  .productions_main-inner {
    padding: 0 1.5625rem;
  }

  .productions_main {
    padding: 1.25rem 0;
  }
  .productions_main .productions-text {
    font-size: 1.9375rem;
  }
  .productions_main .flag-img {
    width: 5rem;
    min-width: 5rem;
    height: 3.75rem;
  }

  .flag-img {
    width: 4.5rem;
    min-width: 4.5rem;
    height: 3.375rem;
  }

  .productions-text {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }

  .ingredient-block .brands-block {
    margin-top: 0.25rem;
    margin-left: 0px;
  }

  .logo-detail {
    width: 20.1875rem;
    height: 6.8125rem;
    margin-left: -1rem;
    margin-bottom: 1.1875rem;
  }

  .img-scheme {
    width: 16rem;
    height: 15.3125rem;
    margin-top: 0;
  }

  .scheme-title {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }

  .scheme-text {
    font-size: 0.5625rem;
    line-height: 0.75rem;
  }

  .scheme-wrap {
    margin-top: 5.0625rem;
    margin-left: -1.25rem;
  }

  .section-food .subtitle {
    padding: 0 3.125rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 0;
  }

  .accordion-title {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }

  .accordion-title:after {
    width: 1.625rem;
    min-width: 1.625rem;
    height: 1.625rem;
  }

  .advantages__img {
    width: 57.375rem;
    height: 65.375rem;
    top: 0.3125rem;
    left: 57%;
  }

  .main-footer {
    height: 39.625rem;
  }

  .input {
    height: 2.25rem;
  }

  .nav-menu__item {
    margin-right: 1.25rem;
  }

  .header-logo {
    width: 9.8125rem;
    height: 1.5rem;
  }

  .banner-main__right .h1 {
    margin-bottom: 0.6875rem;
  }

  .banner-main__right .subtitle {
    margin-bottom: 1.375rem;
    padding-right: 60%;
  }

  .button-wrap .button {
    margin-right: 0.8125rem;
  }

  .section-ingredients-main {
    padding: 5.75rem 0 3.9375rem;
  }

  .section-ingredients {
    padding: 5.75rem 0 5.125rem;
  }

  .ingredient-one {
    height: 30.1875rem;
  }

  .ingredient-two {
    height: 27.5625rem;
  }

  .list-item {
    margin-bottom: 1.1875rem;
  }

  .section-scheme {
    padding: 3.625rem 0 4.8125rem;
  }

  .scheme-desc_1 {
    top: -2.5rem;
  }

  .scheme-desc_2 {
    top: -1.3125rem;
    right: -12.5625rem;
  }

  .scheme-desc_3 {
    top: 5.25rem;
    right: -17.3125rem;
  }

  .scheme-desc_4 {
    top: 10.6875rem;
    right: -14.6875rem;
  }

  .scheme-desc_5 {
    top: 13.8125rem;
  }

  .scheme-desc_6 {
    top: 9.125rem;
    right: 12.9375rem;
  }

  .scheme-desc_7 {
    top: 4.375rem;
    right: 16.125rem;
  }

  .scheme-desc_8 {
    top: 2.6875rem;
    right: 14.5625rem;
  }

  .section-advantages {
    padding: 5.6875rem 0 5rem;
  }
  .section-advantages .advantages__block {
    margin-right: -2.1875rem;
  }

  .advantages__block .h2 {
    margin-bottom: 5.0625rem;
  }

  .accordion-title {
    padding: 1.5rem 0 1.5625rem;
  }

  .accordion-block {
    padding-bottom: 1.125rem;
  }

  .main-footer .h1 {
    margin-bottom: 1.0625rem;
  }

  .main-footer .subtitle {
    margin-bottom: 1.375rem;
  }

  .main-footer .picture_img img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }

  .footer .nav-menu {
    margin-bottom: 2.625rem;
  }

  .copy-text {
    margin-top: 2.625rem;
  }

  .footer .nav-menu__item-link {
    font-size: 1.0625rem;
  }

  .product-item__img-wrap {
    width: 19.25rem;
    height: 19.625rem;
  }

  .products-block {
    margin: 0 -4.375rem -0.625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .product-item {
    width: calc(33.3333333333% - 4.375rem);
    min-width: calc(33.3333333333% - 4.375rem);
    margin: 0 2.1875rem 0.625rem;
  }

  .banner-page_contacts {
    height: 29.25rem;
    margin-top: -10.625rem;
  }

  .h3 {
    font-size: 1.1875rem;
  }

  .contacts-page .page-head {
    padding-top: 7.5rem;
  }

  .office-wrap {
    margin-bottom: 5.75rem;
  }

  .office-title {
    font-size: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .office-block {
    margin-bottom: 3.6875rem;
  }

  .office-row {
    margin-bottom: 0;
  }

  .office-desc {
    padding-right: 1.625rem;
  }

  .contacts-bottom .button {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .contacts-bottom .button-call {
    margin-right: 1.6875rem;
  }

  .button-call:before {
    margin-right: 0.25rem;
  }

  .error-page_bg {
    right: -1.3125rem;
  }

  .section-product-top .text {
    padding-right: 0;
  }

  .img-cup {
    width: 14.125rem;
    height: 17.1875rem;
    margin-left: -0.4375rem;
  }

  .weight__wrap {
    grid-template-columns: 1fr;
    row-gap: 1.875rem;
  }

  .weight__block__right .button {
    height: 3.125rem;
  }

  .holistic__slide,
.holistic__slide img {
    width: 12.0625rem;
  }

  .holistic__nav {
    max-width: 45.625rem;
  }

  .range-wrap {
    grid-template-columns: 1fr;
  }

  .range-wrap__left {
    margin-bottom: 1.6875rem;
  }

  .product-item__name {
    font-size: 1.5rem;
    margin-bottom: 0.4375rem;
    line-height: 1.5rem;
  }

  .product-item__desc {
    margin: 0 -1.625rem;
  }

  .banner-page_catalog {
    min-height: 0;
    height: 27.1875rem;
  }

  .banner-page_catalog .page-head {
    padding-right: 3.125rem;
    padding-top: 8rem;
  }

  .catalog-page .h1 {
    margin-bottom: 1.3125rem;
    margin-top: 0;
  }

  .product-item__text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0 0.9375rem;
  }

  .img-detail__wrap {
    min-width: 19.5625rem;
    height: 20rem;
    margin-top: 2.25rem;
    margin-left: -2.6875rem;
  }

  .section-product-top {
    padding-top: 7.625rem;
    padding-bottom: 2.8125rem;
  }

  .cup__wrap {
    margin-left: 0.5rem;
  }

  .cup__wrap .text {
    margin-top: -1.625rem;
    margin-left: 0.8125rem;
  }

  .range-col--line,
.range-full .range-col__wrap, .range-full .range-col--feeding {
    max-width: 28.375rem;
    min-width: 28.375rem;
    width: 28.375rem;
  }

  .range-col--cup {
    margin-top: -0.0625rem;
  }

  .range-col__cup-label-weight {
    white-space: nowrap;
  }

  .section-norm {
    padding: 0 0 2.375rem;
  }

  .section-production {
    padding: 2.375rem 0;
  }

  .bay-footer__block .text {
    margin-bottom: 1.5rem;
  }

  .error-title {
    font-size: 2.125rem;
  }

  .error-wrap {
    padding-top: 8.0625rem;
    padding-bottom: 5.5rem;
  }
  .error-wrap .text-middle-bold {
    font-size: 1rem;
  }

  .error-page_bg {
    bottom: -1.9375rem;
  }

  .shops {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }

  .bay-blocks {
    margin-bottom: 2.5rem;
  }

  .bay-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .bay-block .text {
    margin-left: 0;
  }

  .bay-block__num {
    font-size: 1.1875rem;
    margin-bottom: 0.125rem;
  }

  .bay-page .h2 {
    margin-bottom: 3.5rem;
  }

  .tabs-info {
    margin-bottom: 1.125rem;
  }

  .balloon-title {
    font-size: 1.125rem;
    line-height: normal;
  }

  .balloon-address {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }

  .section-product-top .span-br {
    display: inline;
  }

  .nav-menu__item_geo .nav-menu__item-link .icon-geo {
    position: static;
  }

  .banner-page_catalog .h2 {
    font-size: 1.9375rem;
  }

  .banner-product__block_desc {
    margin-bottom: 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  .banner-product {
    min-height: 32.4375rem;
    height: auto;
  }

  .banner-product__block {
    padding-top: 8.25rem;
  }

  .search-wrap__container {
    left: 4rem;
    right: 4rem;
  }

  .brands-block_banner_main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .brands-block_banner .brands-block__img {
    width: 5.625rem;
    min-width: 5.625rem;
    height: 5.625rem;
    margin-right: 0;
  }

  .ingredient-block .brands-block__img {
    width: 6rem;
    min-width: 6rem;
    height: 6rem;
  }
  .ingredient-block .brands-block__img:last-child {
    margin-right: 0;
  }

  .productions_main .productions-text {
    font-size: 1.9375rem;
  }

  .productions-brands {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .productions-brands__img-wrap {
    margin: 0.625rem;
    height: 4.375rem;
  }

  .subscribe-block .input-wrap {
    width: 310px;
    min-width: 310px;
  }

  .banner-product__block .subtitle {
    font-size: 1.375rem;
    line-height: 1.375rem;
    padding-right: 0;
  }

  .bay-page .page-head {
    padding-top: 7.8125rem;
  }

  .error-img__wrap {
    margin-top: 0;
  }

  .swiper-container__main.swiper-carousel .swiper-slide {
    width: 21.3125rem;
    height: 21.5rem;
  }

  .swiper-container__main .swiper-button-next, .swiper-container__main .swiper-rtl .swiper-button-prev {
    right: -0.75rem;
  }
  .swiper-container__main .swiper-button-prev, .swiper-container__main .swiper-rtl .swiper-button-next {
    left: -0.75rem;
  }

  .section-advantages-main {
    padding-top: 12.25rem;
    padding-bottom: 0;
  }

  .advantages-main__block-item-num {
    width: 2.625rem;
    min-width: 2.625rem;
    height: 2.625rem;
    font-size: 1rem;
  }

  .advantages-main__block-item-text {
    font-size: 1rem;
    line-height: 1rem;
  }

  .advantages-main__block-item:after {
    top: 1.25rem;
    left: 4.0625rem;
  }

  .ingredient-block_one {
    padding: 20rem 1rem 0 0.625rem;
  }

  .ingredient-block_two p {
    padding-right: 3rem;
  }

  .section-probiotic__block {
    padding-left: 0;
  }

  .ingredient-block_tree p {
    padding-right: 0;
  }

  .menu-mob-wrap .nav-menu__lang {
    background: none;
  }

  .video-block_bg {
    display: none;
  }

  .video-text__left .h1, .video-text__right .h1 {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: normal;
  }
  .video-text__left p, .video-text__right p {
    font-size: 1rem;
    line-height: 1rem;
  }

  .video-img,
.ingredients__slide img {
    width: 37.5rem;
    height: 35.6875rem;
  }

  .video-param {
    width: 44.9375rem;
    height: 27.875rem;
    margin-top: -6.3125rem;
    margin-left: 0.1875rem;
  }

  .video-text__left {
    margin-top: 0.3125rem;
  }

  .video-text__right {
    margin-left: 11.875rem;
  }

  .video-text {
    padding: 0 0.9375rem;
  }

  .nav-menu__item--lang .nav-menu__item-link--text,
.footer .nav-menu__lang a {
    font-size: 1.0625rem;
  }

  .nav-menu__name-ico--arrow svg {
    margin-top: -0.125rem;
  }

  .ingredients__nav {
    top: -20rem;
    max-width: 39.5rem;
  }

  .section-probiotic {
    background-image: url("../img/probiotic-bg-tablet.webp");
    height: 70.1875rem;
  }

  .section-probiotic__block-img {
    width: 12.5rem;
    min-width: 12.5rem;
    height: 12.5rem;
    margin-right: 0.9375rem;
    margin-left: 0;
  }

  .probiotic-item {
    font-size: 1.125rem;
  }

  .ingredient-block_tree p {
    font-size: 1.125rem;
  }

  .section-scheme .text-wrap {
    padding-right: 3.125rem;
  }

  .section-scheme .text-wrap p {
    padding: 0 0.9375rem;
  }

  .i-accordion__tab:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .i-accordion__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header-top {
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header-top__logos {
    margin-left: 0.9375rem;
  }

  .header-logo {
    width: 14.875rem;
    min-width: 14.875rem;
    height: 1.25rem;
  }

  .pluses-item {
    height: 31rem;
  }

  .pluses-item__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .pluses-item__title {
    margin-bottom: 1.25rem;
  }

  .section-probiotic-kitchen .h1 {
    text-align: center;
  }

  .section-probiotic-kitchen p {
    text-align: center;
    padding-right: 0;
  }

  .team-text {
    text-align: center;
  }

  .section-probiotic-kitchen {
    padding-bottom: 0;
    margin-bottom: -27.0625rem;
  }

  .bag-kitchen__wrap .picture_img {
    position: static;
  }

  .subscribe-block .input::-webkit-input-placeholder {
    color: #FFFFFF;
    font-size: 1rem;
  }
  .subscribe-block .input::-moz-placeholder {
    color: #FFFFFF;
    font-size: 1rem;
  }
  .subscribe-block .input:-ms-input-placeholder {
    color: #FFFFFF;
    font-size: 1rem;
  }

  .section-brands-detail .brands-block_banner_main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .section-food .brands-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-food .brands-block__img-block {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-substances {
    padding-top: 2.75rem;
  }
  .container {
    max-width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .banner-main {
    height: 36.625rem;
    min-height: 0;
    padding-top: 8rem;
    margin-top: 3.375rem;
  }

  .h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .banner-main__right {
    margin-top: -10.375rem;
  }

  .section-banner-product .banner-main__right .approved-block {
    margin-top: 2.375rem;
  }

  .effect-block {
    margin-top: 1.5625rem;
  }

  .banner-main__block_desc {
    padding-right: 0;
  }

  .banner-main__right .h2 {
    margin-bottom: 0.75rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .banner-main__right .subtitle {
    font-size: 1.25rem;
  }

  .under_banner_wrapper {
    margin-top: 3.5625rem;
  }

  .section-advantages-main {
    padding-top: 16.25rem;
    margin-top: -10.5625rem;
    padding-bottom: 2.75rem;
  }

  .under_banner_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .effect-img {
    width: 28.125rem;
    min-width: 28.125rem;
    height: 28.125rem;
    margin-top: 2.625rem;
    margin-left: 2.3125rem;
  }

  .effect-icons__item-text {
    font-size: 1.5rem;
  }

  .effect-block__right {
    text-align: center;
    margin-top: -1.125rem;
  }

  .effect-icons__item {
    margin: 0 0.5625rem 1.5rem 0.5625rem;
  }

  .effect-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.4375rem;
  }

  .main .section-brands-detail {
    margin-top: 6.5625rem;
  }

  .banner-main .h1 {
    text-align: center;
  }
  .banner-main .subtitle {
    text-align: center;
    padding: 0 0.9375rem;
    margin-bottom: 1.8125rem;
  }
  .banner-main .button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .button-wrap .button {
    margin-right: 1.375rem;
  }

  .section-ingredients-main {
    padding: 0.5rem 0 4.9375rem;
    margin-top: -1.625rem;
  }

  .section-ingredients {
    padding: 6.375rem 0 2.9375rem;
  }

  .ingredient-bg {
    position: static;
  }

  .ingredient-block .h1 {
    text-align: center;
  }
  .ingredient-block p {
    text-align: center;
  }

  .ingredient-block_one {
    padding-top: 6.875rem;
  }

  .ingredient {
    height: auto;
  }

  .ingredient-one {
    margin-bottom: 3.3125rem;
  }
  .ingredient-one .ingredient-block {
    margin-top: -1.875rem;
  }

  .ingredient-one_bg {
    width: 28.5rem;
    height: 28.4375rem;
    margin-left: -1.1875rem;
  }

  .ingredient-two {
    margin-bottom: 1.25rem;
  }

  .ingredient-two .h2 {
    white-space: normal;
  }

  .ingredient-two_bg {
    width: 31.75rem;
    height: 35.4375rem;
    margin-left: -7.5rem;
    margin-bottom: -0.6875rem;
  }

  .ingredient .list .list-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .ingredient-three_bg {
    width: 36.125rem;
    height: 37.5625rem;
    margin-left: -4.375rem;
    margin-bottom: 0.8125rem;
  }

  .ingredient-three {
    margin-bottom: 3.0625rem;
  }

  .ingredient-four_bg {
    width: 26.9375rem;
    height: 24.25rem;
    margin-left: -2.6875rem;
    margin-bottom: 1.875rem;
  }

  .brands-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.5rem;
    padding: 0;
  }
  .brands-block .brands-block__img {
    margin-bottom: 0.375rem;
  }

  .brands-block.brands-block_banner {
    margin-top: 0.375rem;
  }

  .banner-main__right .h1 {
    margin-bottom: 0.6875rem;
  }

  .productions-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.625rem;
  }

  .list-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .ingredient-block_one .list-item {
    margin-bottom: 0.5rem;
  }

  .section-productions {
    padding: 5rem 0 3.4375rem;
  }
  .section-productions p {
    text-align: center;
    padding: 0 1.5625rem;
  }

  .productions-text {
    margin-left: 0;
    text-align: center;
  }

  .productions-desc {
    margin-bottom: 3.0625rem;
  }

  .logo-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: auto;
    margin-bottom: 3.3125rem;
  }

  .section-scheme {
    padding: 2.0625rem 0 6.375rem;
  }
  .section-scheme .h2, .section-scheme p {
    text-align: center;
  }

  .section-scheme .text-wrap {
    padding-right: 0;
  }
  .section-scheme .text-wrap p {
    padding: 0;
  }

  .pluses-item__title {
    margin-bottom: 1.8125rem;
  }

  .scheme-wrap {
    margin-top: 5.3125rem;
    margin-left: -1px;
  }

  .section-probiotic-kitchen {
    /*padding-top: 11.5rem;*/
    padding-top: 4.5rem;
    margin-bottom: -17.5rem;
  }

  .section-select {
    padding-top: 1.375rem;
  }

  .section-food {
    padding: 0.9375rem 0 0;
  }
  .section-food .brands-block .brands-block__img {
    margin-bottom: 0;
  }

  .section-food .subtitle {
    padding: 0 1.5625rem;
  }

  .banner-select {
    height: 191.2195vw;
    margin-top: 7.1875rem;
  }

  .section-advantages {
    padding: 4.9375rem 0 0;
  }

  .advantages__block .h2 {
    margin-bottom: 2rem;
  }

  .advantages__block {
    margin-left: 0px;
    margin-bottom: -13.6875rem;
    position: relative;
    z-index: 10;
  }

  .advantages__img {
    position: static;
    width: 44rem;
    height: 50.6875rem;
    margin-left: -8.75rem;
    margin-top: 1.625rem;
  }

  .main-footer {
    min-height: 50rem;
    height: auto;
    padding: 5.1875rem 0;
  }

  .main-footer__block .subtitle {
    margin-bottom: 1.8125rem;
  }

  .footer-logo {
    width: 14.125rem;
    height: 1.1875rem;
    margin-bottom: 1.875rem;
    margin-right: 0;
  }

  .footer {
    padding: 2.4375rem 0 2rem;
  }

  .footer-wrap {
    width: 100%;
  }

  .footer-logos__right .footer-logo_grandorf,
  .footer-logos__right .footer-logo_grandorf-fresh,
  .footer-logos__right .footer-logo_grandorf-vet
  {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .nav-menu__item_geo {
    margin-left: 0;
  }

  .footer .nav-menu__item-link {
    font-size: 1.0625rem;
  }

  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .nav-menu__item {
    margin-right: 0;
    border-top: 1px solid #767676;
    width: 100%;
    text-align: center;
  }
  .nav-menu__item:last-child {
    border-bottom: 1px solid #767676;
  }

  .nav-menu__item-link {
    padding: 1.75rem;
  }

  .subscribe-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2.5rem;
  }
  .subscribe-block .input-wrap {
    margin-bottom: 0.75rem;
    width: 100%;
    min-width: 100%;
    max-width: 410px;
  }
  .subscribe-block .input {
    height: 3.125rem;
    font-size: 1.25rem;
  }
  .subscribe-block .input::-webkit-input-placeholder {
    color: #767676;
    font-size: 1.25rem;
  }
  .subscribe-block .input::-moz-placeholder {
    color: #767676;
    font-size: 1.25rem;
  }
  .subscribe-block .input:-ms-input-placeholder {
    color: #767676;
    font-size: 1.25rem;
  }

  .copy-text {
    margin-top: 16px;
  }

  .footer .nav-menu {
    margin-bottom: 1.375rem;
  }

  .footer .nav-menu__lang {
    padding-top: 0px;
    position: static;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
  }

  .nav-menu__lang {
    padding-bottom: 0;
  }

  .footer .nav-menu__item-link {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer .nav-menu__lang a {
    padding: 1.875rem 0;
    background: #323232;
  }

  .dropdown-open_mob .nav-menu__name-ico--arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .banner-page_catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FAFAFA;
  }

  .product-item {
    width: 100%;
    min-width: 100%;
    margin-bottom: 3.375rem;
    padding: 0 20%;
  }
  .product-item:last-child {
    margin-bottom: 0;
  }

  .product-item__text {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .catalog-page .section-white {
    padding: 3.75rem 0 4.375rem;
  }

  .product-item__img-wrap {
    margin-bottom: 1.0625rem;
  }

  .catalog-page .h3 {
    margin-bottom: 4rem;
  }

  .products-block {
    margin-bottom: 0;
  }

  .banner-page_contacts .page-head {
    padding-top: 21.125rem;
  }

  .office-wrap {
    margin-top: 4.0625rem;
  }

  .banner-page_contacts {
    height: 20.625rem;
    margin-top: -7.4375rem;
  }

  .office-block {
    margin-bottom: 3.5rem;
  }

  .contacts-bottom .button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-bottom .button-wrap .button {
    width: 100%;
  }
  .contacts-bottom .button-wrap .button-call {
    margin-right: 0;
    margin-bottom: 1.6875rem;
  }

  .contacts-page {
    padding-bottom: 3.3125rem;
  }

  .error-page_bg {
    width: 28.4375rem;
    height: 25.8125rem;
    right: -4.625rem;
  }

  .error-wrap {
    padding-bottom: 4.5rem;
    line-height: 2.5rem;
    padding-top: 10.3125rem;
    text-align: center;
  }

  .range-wrap__left {
    grid-template-columns: 1fr;
  }

  .banner-page_catalog .page-head {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    padding-top: 0px;
    padding-bottom: 2.9375rem;
    text-align: center;
  }

  .img-detail__wrap {
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 4.0625rem;
    min-width: 19.75rem;
    height: auto;
    min-height: 14.9375rem;
    margin-bottom: -3rem;
  }

  .section-product-top {
    padding-top: 3.9375rem;
    padding-bottom: 3.9375rem;
  }
  .section-product-top .page-head {
    margin-top: 1.8125rem;
    text-align: center;
  }

  .info-pack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .info-pack .info-pack-right {
    margin-left: 0px;
    margin-top: 1.1875rem;
  }

  .range-col--line {
    width: auto;
  }

  .range-col--line,
.range-full .range-col__wrap, .range-full .range-col--feeding {
    max-width: 100%;
    min-width: 0;
    width: auto;
  }

  .range-col--feeding:last-child {
    margin-bottom: 2.0625rem;
  }

  .range-col--feeding-cup {
    margin-bottom: 0.9375rem;
  }

  .cup__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.75rem;
    margin-left: 0.4375rem;
  }

  .weight__item {
    padding: 0.3125rem;
  }

  .section-weight {
    padding-top: 3.75rem;
  }

  .weight__block-price {
    font-size: 1.5rem;
  }
  .weight__block-price span {
    font-size: 1.6875rem;
  }

  .holistic__caption {
    max-width: 70%;
  }

  .holistic__arrow {
    margin-top: 0;
  }

  .holistic__arrow.is-back {
    margin-left: 0;
  }

  .holistic__arrow.is-next {
    margin-right: 0;
  }

  .range-col--line {
    margin-bottom: 2.125rem;
  }

  .range-wrap__left {
    margin-bottom: 1.625rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .section-structure {
    padding: 5.1875rem 0 3.5rem;
  }

  .page-product .section-treatment p {
    padding: 0;
  }

  .structure-block {
    margin-bottom: 3.5rem;
  }

  .page-politics .h2 {
    margin-bottom: 2.5625rem;
    font-size: 1.4375rem;
  }

  .page-politics {
    padding-top: 5.375rem;
    padding-bottom: 4.9375rem;
  }

  .shops {
    grid-template-columns: repeat(2, 1fr);
  }

  .map-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .tabs-info {
    text-align: center;
    margin-top: 3.5rem;
    margin-bottom: 1.875rem;
  }

  .banner-page_bay {
    height: auto;
  }

  .bay-page .page-head {
    padding-top: 10.0625rem;
  }

  .bay-page .h2 {
    margin-bottom: 2.1875rem;
  }

  .bay-block {
    margin-right: 3.3125rem;
  }

  .bay-blocks {
    margin-bottom: 2.375rem;
  }

  .section-map {
    margin-bottom: 0;
  }

  .bay-page .page-head .h1 {
    margin-bottom: 2.6875rem;
  }

  .bay-block__num {
    font-size: 1.5rem;
  }

  .bay-block .text {
    margin-top: 0.625rem;
  }

  .product-item__name {
    margin-bottom: 0.6875rem;
    font-size: 1.625rem;
    line-height: 1.875rem;
  }

  .accordion-title {
    padding: 1.5625rem 0 1.25rem;
    letter-spacing: 0.6px;
    line-height: 1.6875rem;
  }

  .accordion-title:after {
    width: 1.875rem;
    min-width: 1.875rem;
    height: 1.875rem;
    margin-top: -0.4375rem;
  }

  .i-check--light input[type=radio] + span:before {
    top: 0;
    margin-top: 0.25rem;
  }

  .list-item:before {
    margin-right: 0.25rem;
  }

  .product-item__desc {
    margin: 0;
  }

  .banner-product__block .brands-block_banner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .banner-product__block .brands-block_banner .brands-block__img:last-child {
    margin-right: auto;
  }

  .banner-product__block {
    padding-top: 5.625rem;
  }

  .product-icon {
    width: 3.125rem;
    height: 2.625rem;
  }

  .page-head .h1 {
    margin-bottom: 1.8125rem;
  }

  .banner-product {
    min-height: 25.3125rem;
    height: auto;
    padding-bottom: 0px;
    background: #FFFFFF;
  }
  .banner-product .page-head {
    text-align: center;
  }

  .ingredient .list {
    padding-left: 0;
  }

  .section-food-not {
    padding: 5rem 0;
  }

  .cup__wrap .text {
    margin-left: -0.8125rem;
    margin-top: -3.5rem;
  }

  .search-wrap__container {
    position: absolute;
    left: 0px;
    right: 0px;
  }

  .fullscreen-control-yandex {
    position: absolute;
    top: 3.875rem;
    right: -0.3125rem;
  }

  .search-input {
    padding-right: 2.1875rem;
  }
  .search-input::-webkit-input-placeholder {
    color: #A3A3A3;
    font-size: 1rem;
  }
  .search-input::-moz-placeholder {
    color: #A3A3A3;
    font-size: 1rem;
  }
  .search-input:-ms-input-placeholder {
    color: #A3A3A3;
    font-size: 1rem;
  }

  .ingredient-block .brands-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .section-advantages .advantages__block {
    margin-right: 0;
  }

  .flag-img,
.productions_main .flag-img {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 1.875rem;
    margin-bottom: 0.5625rem;
  }

  .productions_main .productions-text {
    line-height: 2.375rem;
    font-size: 1.5625rem;
  }

  .productions-text {
    line-height: 1.4375rem;
    font-size: 1.1875rem;
  }

  .productions_main .productions-left,
.productions-left {
    margin-bottom: 0px;
  }

  .section-productions p {
    font-size: 1.0625rem;
    padding: 0;
    line-height: 1.3125rem;
  }

  .section-where {
    padding-bottom: 6.25rem;
  }

  .bay-footer__block .text {
    margin-bottom: 2.1875rem;
  }

  .banner-product__block .subtitle {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }

  .subtitle {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 1.8125rem;
  }

  .banner-product__block .page-head {
    padding-left: 0;
  }

  .banner-product__block_desc {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .img-cup {
    width: 22.5625rem;
    height: 27.3125rem;
    margin-top: 3.625rem;
  }

  .scheme-img {
    width: 34.5rem;
    height: auto;
    max-width: 100%;
  }

  .recommendation-block__icon {
    margin-bottom: 0.8125rem;
  }

  .recommendation-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 4.75rem;
  }

  .page-product .accordion-detail {
    padding-left: 0;
    padding-right: 0;
  }

  .productions_main,
.productions_main-inner {
    padding: 0;
  }

  .section-banner-product .page-head {
    background: #FFFFFF;
    margin-bottom: 5.6875rem;
    text-align: center;
    padding-top: 6.5625rem;
  }
  .section-banner-product .approved-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.75rem;
  }
  .section-banner-product .approved-block__text {
    text-align: left;
  }
  .section-banner-product .h1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .section-accordion {
    padding-top: 3.0625rem;
    padding-bottom: 1.0625rem;
  }

  .contacts-page .page-head {
    padding-top: 3.125rem;
    margin-bottom: 3.875rem;
  }
  .contacts-page .page-head .h1 {
    margin-bottom: 0;
  }

  .office-title {
    font-size: 1.625rem;
  }

  .office-row {
    margin-bottom: 3.125rem;
  }

  .map-shops {
    height: 40.125rem;
  }

  .section-map {
    margin-bottom: 3.75rem;
  }

  .img-error,
.error-img__wrap {
    width: 100%;
    margin-top: -3.75rem;
  }

  .error-title {
    font-size: 3.875rem;
    margin-bottom: 1.625rem;
  }

  .error-text {
    margin-bottom: 0.625rem;
  }

  .swiper-container__main__wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  .swiper-container__main .swiper-pagination {
    display: none;
  }

  .ingredients__slide img,
.video-img {
    width: 26.625rem;
    height: 25.3125rem;
  }

  .video-img {
    margin-top: -25px;
    margin-left: 3px;
  }

  .ingredients-wrap {
    padding-top: 0;
  }

  .video-param {
    width: 62.5625rem;
    height: 38.875rem;
    margin-top: -1.9375rem;
    margin-left: -2.3125rem;
    margin-bottom: -2.25rem;
  }

  .ingredients__slider {
    margin-top: 0px;
  }

  .section-video {
    min-height: 0;
  }

  .video-block_bg {
    display: none;
  }

  .ingredients__nav {
    max-width: 90%;
    top: 1rem;
  }

  .ingredients__caption {
    max-width: 45%;
  }

  .advantages-main__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .advantages-main__block-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }

  .span-br-ad {
    display: inline-block;
    margin-right: 0.1875rem;
    margin-left: 0.1875rem;
  }

  .advantages-main__block-item {
    margin-bottom: 1.3125rem;
  }

  .advantages-main__block-item-num {
    margin-bottom: 0;
    margin-right: 0.9375rem;
  }

  .section-ingredients-main {
    height: 81.8125rem;
  }

  .ingredients-additionally-bg {
    background-image: url("../img/ingredients-main-bg-tablet-dop.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 17.375rem;
    margin-top: -3.5625rem;
    margin-bottom: -0.6875rem;
  }

  .ingredients-additionally-bg-two,
.ingredients-additionally-bg-tree {
    width: 56.25rem;
    height: 25.9375rem;
    margin-left: -5%;
  }

  .ingredients-additionally-bg-two {
    margin-top: 0.625rem;
  }

  .ingredients-additionally-bg-tree {
    margin-top: -1.25rem;
    margin-bottom: 0.625rem;
  }

  .section-food .brands-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .section-main-mobile {
    padding-bottom: 0;
  }

  .ingredient-block_two {
    padding: 0;
    margin-top: 0.9375rem;
  }

  .ingredient-block_two p {
    padding-right: 0;
  }

  .section-ingredients-main {
    height: auto;
    background: none;
  }

  .ingredient-block_one_mob {
    background-image: url("../img/ingredients-main-bg-tablet.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 54.375rem;
    margin: 3.5625rem -1.25rem 0;
  }

  .ingredient-block_one {
    padding-left: 0;
    padding-right: 0;
  }

  .ingredient-block_two_mob {
    background-image: url("../img/ingredients-main-bg-tablet-two.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 39.5625rem;
    margin: 2.8125rem -1.25rem 0;
  }

  .section-doctor .doctor-bg {
    margin-left: 0;
    width: 100%;
    height: 148.5366vw;
  }

  .section-doctor {
    margin-top: 6.3125rem;
    margin-bottom: 5rem;
  }

  .section-probiotic__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .doctor-block__right {
    margin-top: -4.125rem;
  }

  .doctor-block__right .approved-block__img {
    width: 4.375rem;
    min-width: 4.375rem;
    height: 7.25rem;
  }

  .doctor-block__right .approved-block__text {
    text-align: left;
  }

  .section-treatment {
    padding-top: 0;
    padding-bottom: 0;
  }

  .substances__items {
    padding: 0 0.625rem;
  }

  .substances__item {
    padding-top: 7.875rem;
    margin-bottom: 1.875rem;
  }

  .main .section-food {
    padding: 4.375rem 0 0;
  }

  .section-probiotic__block-img {
    margin-right: 0;
    width: 17.875rem;
    min-width: 17.875rem;
    height: 18.0625rem;
    margin-bottom: 0.8125rem;
  }

  .probiotic-list {
    padding: 0 2.4375rem;
    margin-top: 2.4375rem;
  }

  .probiotic-item {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 1.5625rem;
  }

  .section-scheme .h3 {
    text-align: center;
  }

  .section-video {
    margin-top: 0;
    padding: 0.75rem 0 4.0625rem;
    margin-bottom: 0;
  }

  .ingredients__close {
    top: 2.75rem;
    right: calc(50% - 10.75rem);
  }

  .ingredients__caption {
    margin-top: -1.5rem;
  }

  .section-probiotic-kitchen p {
    padding: 0;
  }

  .team-text {
    margin-bottom: 3.75rem;
  }

  .bag-kitchen__wrap img {
    width: 62.0625rem;
    height: 45.875rem;
    margin-left: -19.5625rem;
    margin-top: 1.1875rem;
  }

  .main .section-productions {
    padding-top: 17.4375rem;
  }

  .swiper-pagination {
    display: none;
  }

  .advantages-main__block-item-text {
    font-size: 1.25rem;
  }

  .select__head {
    padding-top: 0px;
  }

  .advantages-main__block {
    padding: 0 0 0 2.625rem;
  }

  .section-advantages-main .h1 {
    margin-bottom: 2.4375rem;
  }

  .advantages-main__block-item-num {
    font-size: 1.625rem;
  }

  .animated-block {
    height: auto;
  }

  .advantages-main__block-item:after {
    width: 0.3125rem;
    height: 4.125rem;
    top: 1.5625rem;
    left: 1.1875rem;
  }

  @-webkit-keyframes FadeInLine {
    0% {
      opacity: 0;
      height: 0;
    }
    100% {
      opacity: 1;
      height: 4.125rem;
    }
  }
  .section-video {
    /*height: rem(970px);*/
  }

  .showVideo .video-block {
    margin-top: 3.125rem;
  }

  .productions-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }

  .tabs__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .tabs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    height: 2.75rem;
    text-align: center;
    padding-bottom: 0;
    border-radius: 3.125rem;
    margin-bottom: 0.625rem;
    background: #E9E9E9;
    color: #A3A3A3;
  }

  .tabs__item:hover, .tabs__item.active {
    color: #FFFFFF;
    border: none;
    background: #FE702C;
  }

  .tabs__item_full {
    width: 100%;
  }

  .tabs__item_part {
    width: calc(50% - 0.313rem);
    min-width: calc(50% - 0.313rem);
  }

  .section-scheme .h1 {
    text-align: center;
  }

  .holistic__caption span {
    height: 7.75rem;
  }

  .holistic__nav {
    margin-top: 3.4375rem;
  }

  .pluses-item {
    margin: 0 1.125rem 1.875rem 1.125rem;
    height: auto;
    padding-top: 1.5rem;
  }

  .section-pluses {
    padding: 2rem 0;
  }

  .section-food .brands-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    padding: 0;
  }

  .section-base {
    text-align: center;
    padding-top: 0;
  }

  .section-select .h1 {
    font-size: 2.75rem;
    line-height: 3.125rem;
  }

  .select-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 3.5625rem;
    margin-bottom: 0;
  }

  .select-block__item {
    width: 50%;
    min-width: 50%;
    margin-bottom: 44px;
  }

  .select-block__item_millions {
    width: 100%;
  }

  .footer-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.8125rem;
  }

  .footer-wrap .nav-menu__item-link,
.footer-wrap .nav-menu__item-link--text {
    font-size: 1.25rem;
  }

  .section-top-catalog {
    margin-bottom: 43px;
  }

  .banner-catalog__block_desc {
    margin-bottom: 5.9375rem;
  }

  .section-catalog {
    padding-bottom: 5rem;
  }

  .banner-page_catalog {
    height: 106.1707vw;
    margin-top: 3.4375rem;
    margin-bottom: 0.9375rem;
  }

  .header-top__logos {
    margin-left: 0.1875rem;
  }

  .section-brands-detail {
    padding-top: 1.5625rem;
    padding-bottom: 0;
  }

  .ingredient-block_tree-add {
    padding: 0;
  }

  .banner-main__right .subtitle {
    padding-right: 0;
  }

  .base-img {
    margin-top: -1.125rem;
    width: 37.25rem;
  }

  p {
    line-height: 1.5rem;
  }

  .page-product .section-food {
    padding-top: 5.125rem;
    padding-bottom: 6.25rem;
  }

  .page-head {
    text-align: center;
  }

  .banner-main {
    height: 168.0732vw;
  }

  .effect-block__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 701px) and (max-width: 767px) {
  .shops {
    grid-template-columns: repeat(3, 1fr);
  }

  .banner-page_contacts {
    height: 30rem;
  }
}
@media (min-width: 540px) and (max-width: 700px) {
  .banner-page_contacts {
    height: 25.625rem;
  }

  .base-img {
    margin-left: -5%;
  }

  .ingredients-additionally-bg-two,
.ingredients-additionally-bg-tree {
    margin-left: -10%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .ingredient-bg,
.advantages__img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 550px) {
  .main-footer {
    min-height: 43.75rem;
  }

  .base-img {
    margin-left: -25%;
  }

  .ingredients-additionally-bg-two,
.ingredients-additionally-bg-tree {
    margin-left: -25%;
  }
}
@media screen and (max-width: 600px) {
  .section-probiotic {
    height: 75.1875rem;
  }
}
@media screen and (max-width: 450px) {
  .section-probiotic {
    display: block;
    margin-top: 0;
    background-image: url("../img/probiotic-bg-mob.webp");
    height: 89.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 13.875rem;
  }
}
@media screen and (max-width: 415px) {
  .main-footer {
    min-height: 39.75rem;
  }

  .office-desc {
    padding-right: 4.625rem;
  }

  .base-img {
    margin-left: -31%;
  }

  .ingredients-additionally-bg-two,
.ingredients-additionally-bg-tree {
    margin-left: calc(-50% - 47px);
  }
}
@media screen and (max-width: 409px) {
  html {
    font-size: 15px;
  }

  .banner-page_contacts {
    height: 23.875rem;
  }

  .section-scheme .h2, .section-scheme p {
    padding: 0px;
  }

  .button {
    padding: 10px 1.25rem;
    font-size: 0.875rem;
  }

  .main-footer__block .subtitle {
    font-size: 1rem;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 14px;
  }

  .banner-page_contacts {
    height: 26.875rem;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 13px;
  }
}


.i-accordion__tabs span {
  white-space: nowrap;
}

.section-clinic{
  background-color: #F8F8F8;
  padding: 80px 0;
}
.clinic-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.clinic-wrap img {
  margin-bottom: 16px;
}
.clinic-wrap .h1 {
  margin-bottom: 16px;
}
.clinic-wrap p {
  margin-bottom: 36px;
}

