@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSansRegular.woff2") format("woff2"), url("../fonts/OpenSansRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSansSemiBold.woff2") format("woff2"), url("../fonts/OpenSansSemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JosefinSans';
  src: url("../fonts/josefinsans.woff2") format("woff2"), url("../fonts/josefinsans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JosefinSans';
  src: url("../fonts/JosefinSans-SemiBold.woff2") format("woff2"), url("../fonts/JosefinSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JosefinSans';
  src: url("../fonts/josefinsansbold.woff2") format("woff2"), url("../fonts/josefinsansbold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Candara';
  src: url("../fonts/Candara.woff2") format("woff2"), url("../fonts/Candara.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  background-color: #fff;
  color: #4D4F52;
  font-size: 62.5%;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
}

body {
  font-size: 1.6rem;
}

body.loading {
  opacity: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.md {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
}

a {
  color: #4D4F52;
}

button, input, textarea {
  font-family: inherit;
}

.ma {
  margin: auto;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mt5 {
  margin-top: 5rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.mb5 {
  margin-bottom: 5rem;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.tc {
  text-align: center;
}

.ttu {
  text-transform: uppercase;
}

.c-green {
  color: #00A0AA;
}

.c-rouse {
  color: #F54E60;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.btn {
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.375;
  text-align: center;
  border-radius: .5rem;
  background-color: #F54E60;
  min-width: 18rem;
  padding: .6875em 1.5em .75em 1.5em;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear;
}

.btn:hover, .btn:focus {
  background-color: #D94555;
}

.title {
  font-family: Candara;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

img[data-sizes="auto"] {
  display: block;
  width: 100%;
}

.header__content {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  height: 100vh;
  background-color: #FCFAF9;
  overflow-x: hidden;
  padding: 84px 20px 20px 20px;
  width: 280px;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  z-index: 9;
}

.menu-btn {
  position: relative;
  width: 30px;
  height: 24px;
  display: block;
}

.menu-btn__line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4D4F52;
  left: 0;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  border-radius: 2px;
}

.menu-btn__line_t {
  top: 0;
}

.menu-btn__line_m {
  top: 10px;
  width: 17px;
}

.menu-btn__line_b {
  top: 22px;
}

.menu-open {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.menu-open:before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.menu-open .menu-btn__line_t {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
  left: 0;
}

.menu-open .menu-btn__line_m {
  width: 0;
}

.menu-open .menu-btn__line_b {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
}

.menu-open .header__content {
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 15;
  background-color: #fff;
}

.header-mobile__wrap {
  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;
}

.header__link {
  margin-bottom: 10px;
}

.header__links {
  display: none;
}

.header__wrap {
  opacity: 0;
}

.header__wrap .tel {
  display: none;
}

.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.tel__num {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  font-family: "JosefinSans";
}

.tel__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  margin-left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
}

.menu {
  margin-bottom: 20px;
}

.menu__item {
  margin-bottom: 10px;
}

.menu__link {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
}

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

.basket__title {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
}

.basket__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 2.5rem;
  height: 2.5rem;
  margin-left: 1rem;
  border-radius: 2.5rem;
  background-color: #7CCBD0;
}

.basket__num {
  display: block;
  margin: auto;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "JosefinSans";
  line-height: 1;
  text-align: center;
  padding: 0 .5rem;
}

.main {
  overflow: hidden;
}

/* hero start */
.hero {
  text-align: center;
  display: block;
  position: relative;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../img/hero/hero-bg--mob.jpg?v1);
  padding-top: 10vh;
  padding-bottom: 40px;
}

.hero__wrap {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.hero__content {
  margin: 0 auto;
}

.hero__title {
  color: #FFF;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Candara", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.hero__stitle {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.375;
  margin-bottom: 1rem;
}

.hero__btn {
  margin-top: 8vh;
}

/* hero end */
/* ac start */
.ac {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #FCFAF9;
}

.ac__wrap {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background-color: #F54E60;
  border: 4px solid #FFFFFF;
  width: 27rem;
  height: 27rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin: 0 auto;
}

.ds__content {
  margin: auto;
  color: #fff;
  text-align: center;
}

.ds__title {
  font-family: "Candara", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}

.ds__stitle {
  font-family: "Candara", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  padding-left: 1rem;
}

.ds__num {
  font-family: "JosefinSans";
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

.ds__tr {
  position: absolute;
  font-size: 6rem;
  top: 1rem;
  margin-left: -1.6rem;
  font-family: "JosefinSans";
}

.ds__tx {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1rem;
}

.cnt {
  text-align: center;
  background-color: #FCFAF9;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 5rem;
}

.cnt__title {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 3.7rem;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.counter__item {
  margin: 0 1rem;
  min-width: 5rem;
}

.counter__num {
  color: #F54E60;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  font-family: "JosefinSans";
  display: block;
}

/* ac end */
/* triggers start */
.triggers {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #fff;
}

.triggers__list {
  margin: auto;
  display: table;
}

.triggers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6rem;
}

.triggers__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 2rem;
}

.triggers__icon--qualitative {
  width: 6.8rem;
  height: 6.6rem;
}

.triggers__icon--sending {
  width: 6.6rem;
  height: 6.6rem;
}

.triggers__icon--exchange {
  width: 6.4rem;
  height: 6.4em;
}

.triggers__tx {
  line-height: 1.625;
}

.triggers__b {
  display: block;
  font-weight: 600;
}

/* triggers end */
/* offer start */
.offer__wrap.md {
  padding-left: 0;
  padding-right: 0;
}

.offer__title {
  margin-bottom: 1rem;
  display: none;
}

.offer__title--mobile {
  display: block;
}

.offer__stitle {
  font-family: "Candara", sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.22857;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4rem;
  display: none;
}

.offer__stitle--mobile {
  display: block;
}

.offer__num {
  font-family: "JosefinSans";
  font-size: 5.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.offer__content {
  background-color: #FCFAF9;
}

.offer__img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 49rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.set {
  width: 100%;
  text-align: center;
  padding: 8rem 3rem;
}

.set__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #7CCBD0;
  margin: 0 auto 2.5rem auto;
}

.set__star {
  width: 2.8rem;
  margin: auto;
}

.set__title {
  color: #4D4F52;
  line-height: 1.625;
  font-weight: 600;
  text-transform: uppercase;
}

.set__stitle {
  color: #7D8193;
  line-height: 1.625;
  font-weight: 400;
  margin-bottom: 3rem;
}

.set__line {
  display: block;
  width: 6rem;
  height: 2px;
  background-color: #00A0AA;
  margin: 1.5rem auto 1rem auto;
  border-radius: 2px;
  overflow: hidden;
}

.set__price-old {
  color: #7D8193;
  margin-bottom: .6rem;
}

.set__price-old--num {
  font-size: 3rem;
  font-weight: 700;
  font-family: "JosefinSans";
  text-decoration: line-through;
}

.set__price-old--sup {
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 400;
}

.set__price {
  margin-bottom: 3rem;
}

.set__price--num {
  font-size: 5rem;
  font-weight: 700;
  font-family: "JosefinSans";
  line-height: 1;
}

.set__price--sup {
  color: #F54E60;
  vertical-align: top;
  font-size: 2.5rem;
  font-weight: 400;
}

/* offer end */
/* list start */
.list {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #FCFAF9;
}

.list__title {
  margin-bottom: 2.5rem;
}

.list__title span {
  display: block;
}

.list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  flex-wrap: wrap;
  overflow: hidden;
}

.list__item {
  margin: 2.5rem 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* list end */
/* card start */
.card {
  background-color: #fff;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card__picture {
  background-color: #FFF;
  position: relative;
  height: 23rem;
}

.card__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 23rem;
  max-width: 100%;
  vertical-align: middle;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.card__body {
  padding: 4rem 2.5rem 2rem 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card__name {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57143;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.card__line {
  display: block;
  width: 6rem;
  height: 2px;
  background-color: #00A0AA;
  border-radius: 2px;
  overflow: hidden;
}

.card__footer {
  padding: 2rem 2.5rem 3rem 2.5rem;
}

.card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__price-new {
  margin-right: 1rem;
}

.card__price-new--num {
  color: #00A0AA;
  font-family: "JosefinSans";
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.card__price-new--sup {
  color: #F54E60;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  vertical-align: top;
}

.card__price-old {
  color: #7D8193;
}

.card__price-old--num {
  font-family: "JosefinSans";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: line-through;
}

.card__price-old--sup {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  vertical-align: top;
}

.card__footer {
  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;
}

.basket-add {
  position: relative;
  z-index: 2;
}

.basket-add__icon {
  width: 3.7rem;
  height: 4.5rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/basket-add.svg);
  background-size: contain;
  opacity: .7;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

.basket-add__icon:hover {
  opacity: 1;
}

/* card end */
/* half start */
.half {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.half__title {
  padding-bottom: 1rem;
}

.half__stitle {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.375;
  text-align: center;
  margin-bottom: 5rem;
}

.half__list {
  margin: 2rem -1.5rem;
}

.half__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 49rem;
  position: relative;
  margin-bottom: 1rem;
}

.half__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.half__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: auto;
  width: 30rem;
  min-height: 30rem;
  background-color: #fff;
  padding: 4rem;
}

.half__content-wrap {
  margin: 0 auto;
}

.half__tl {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57143;
  margin-bottom: 2.2rem;
  text-transform: uppercase;
}

.half__p {
  margin-bottom: 1.7rem;
  position: relative;
  padding-left: 2.3rem;
}

.half__p:before {
  content: '';
  display: block;
  width: 1.3rem;
  height: 1rem;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: .4rem;
}

.half__p--blue:before {
  background-image: url(../img/check-blue.svg);
}

.half__p--red:before {
  background-image: url(../img/check-red.svg);
}

/* half end */
/* instruction start */
.instruction {
  background-color: #FCFAF9;
  padding-top: 2rem;
}

.instruction__title {
  padding-bottom: 5rem;
  font-size: 2.6rem;
}

.instruction__content {
  padding-top: 6rem;
  padding-left: 3rem;
  position: relative;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.instruction__picture {
  position: relative;
}

.instruction__picture:before {
  content: '';
  position: absolute;
  top: -6rem;
  left: -3rem;
  width: 100%;
  height: 100%;
  background-color: #7CCBD0;
}

.instruction__mask {
  display: none;
}

.instruction__img {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 52rem;
  height: auto;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
}

.instruction__vars {
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 3rem;
}

.instruction__vars br {
  display: none;
}

.instruction__var {
  margin-bottom: 2.5rem;
}

.instruction__var:last-child {
  margin-bottom: 0;
}

.instruction__tl {
  color: #F54E60;
  font-weight: 600;
  line-height: 1.24;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.instruction__item {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  margin-bottom: 1rem;
}

.instruction__item:last-child {
  margin-bottom: 0;
}

/* instruction end */
/* bvideo start */
.bvideo {
  background-color: #FCFAF9;
  position: relative;
}

.bvideo__wrap.md {
  padding-left: 0;
  padding-right: 0;
}

.vd {
  width: 100%;
  height: 46rem;
  background-image: url("../img/vd-mob.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.vd__btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.vd__btn:before {
  content: '';
  width: 12.4rem;
  height: 12.4rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #fff;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear;
}

.vd__btn:after {
  content: '';
  width: 4.4rem;
  height: 5.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: .5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/play.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.vd__btn:hover:before {
  background-color: #7CCBD0;
}

/* bvideo end */
/* advantages start */
.advantages {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.advantages__title {
  margin-bottom: 6rem;
}

.advantages__item {
  text-align: center;
  margin: 0 auto 5rem auto;
}

.advantages__icon {
  display: block;
  width: 8rem;
  margin: auto;
}

.advantages__picture {
  margin-bottom: 2rem;
}

.advantages__tx {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
}

.advantages__tx .b {
  display: block;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

/* advantages end */
.mob-none {
  display: none;
}

/* recipes start */
.recipes {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #FCFAF9;
}

.recipes__wrap {
  position: relative;
}

.recipes__wrap.md {
  padding-left: 0;
  padding-right: 0;
}

.recipes__title {
  margin-bottom: 1rem;
}

.recipes__tl {
  color: #7D8193;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5rem;
}

.recipes__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
}

.recipes__description {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.recipes__picture {
  position: relative;
  padding-bottom: 6rem;
}

.recipes__picture:before {
  content: '';
  position: absolute;
  width: calc(100% - 3rem);
  height: calc(100% - 6rem);
  bottom: 0;
  right: 0;
  background-color: #7CCBD0;
}

.recipes__img {
  width: calc(100% - 3rem);
  height: auto;
  max-width: 51.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 2;
}

.recipes__mask {
  display: none;
}

.recipes__stitle {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.375;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.recipes__stitle_sm {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.375;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.recipes__list {
  padding-left: 1.8rem;
}

.recipes__item {
  margin-bottom: 1rem;
}

.recipes__item:last-child {
  margin-bottom: 0;
}

.recipes__p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
}

.recipes__container {
  position: relative;
}

.recipes__dots {
  text-align: center;
}

.recipes__dots .slick-dots li {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #00A0AA;
  margin: 0 1rem;
  cursor: pointer;
  -webkit-transition: background-color .15s linear;
  transition: background-color .15s linear;
}

.recipes__dots .slick-dots li.slick-active {
  background-color: #F54E60;
}

.recipes__dots .slick-dots li:hover {
  background-color: #e90d25;
}

.recipes__dots button {
  display: none;
}

/* recipes end */
/* reviews start */
.reviews {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.reviews__title {
  margin-bottom: 1rem;
}

.reviews__stitle {
  color: #7D8193;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5rem;
}

.reviews__content {
  max-width: 70rem;
  margin: auto;
}

.reviews-sl {
  background-color: #FCFAF9;
  padding: 2rem;
  margin-bottom: 5rem;
}

.reviews__tl {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.57143;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.rate__item {
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url("../img/rate.svg");
  margin-right: 0.5rem;
}

.reviews__p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.85714;
}

.reviews__dots {
  text-align: center;
}

.reviews__dots .slick-dots li {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #00A0AA;
  margin: 0 1rem;
  cursor: pointer;
  -webkit-transition: background-color .15s linear;
  transition: background-color .15s linear;
}

.reviews__dots .slick-dots li.slick-active {
  background-color: #F54E60;
}

.reviews__dots .slick-dots li:hover {
  background-color: #e90d25;
}

.reviews__dots button {
  display: none;
}

/* reviews end */
/* safe start */
.percent {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  background-color: #F54E60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.percent p {
  margin: auto;
  color: #fff;
}

.percent__num {
  font-family: "JosefinSans";
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
}

.percent__zn {
  font-family: "Candara", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.safe__percent {
  margin: 0 auto -5.4rem auto;
}

.safe__content {
  color: #fff;
  background-color: #7CCBD0;
  padding: 10rem 2rem 5rem 2rem;
  text-align: center;
  margin: 0 auto;
}

.safe__title {
  margin-bottom: 1rem;
}

.safe__stitle {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

/* safe end */
/* delivery start */
.delivery {
  padding-top: 8rem;
  padding-bottom: 0;
}

.delivery__wrap.md {
  padding-left: 0;
  padding-right: 0;
}

.delivery__title {
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 3rem;
}

.delivery__item {
  padding: 6rem 3rem;
}

.delivery__item--left {
  background-color: #FCFAF9;
}

.delivery__item--right {
  background-color: #F2FAF8;
}

.delivery__tl {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3rem;
}

.delivery__tx {
  position: relative;
  padding-left: 2.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
}

.delivery__tx:before {
  content: '';
  display: block;
  width: 1.3rem;
  height: 1rem;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: .8rem;
}

.delivery__tx .b {
  display: block;
  line-height: 1.625;
  font-weight: 600;
}

.delivery__tx .bold {
  font-weight: 600;
}

.delivery__tx--blue:before {
  background-image: url(../img/check-blue.svg);
}

.delivery__tx--red:before {
  background-image: url(../img/check-red.svg);
}

.delivery__el {
  margin-bottom: 1.5rem;
}

.delivery__el:last-child {
  margin-bottom: 0;
}

/* delivery end */
/* contacts start */
.contacts {
  padding-top: 8rem;
  padding-bottom: 5rem;
}

.contacts__wrap.md {
  padding-left: 0;
  padding-right: 0;
}

.contacts__content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.contacts__title {
  margin-bottom: 3rem;
}

.contacts__info {
  text-align: center;
  margin-bottom: 3rem;
}

.contacts__item {
  margin-bottom: 1rem;
}

.contacts__p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
}

.contacts__p img {
  position: relative;
  top: 0.2rem;
  margin-right: 0.5rem;
}

.contacts__b {
  display: block;
  font-weight: 600;
  line-height: 1.625;
  line-height: 1.625;
}

.contacts__line {
  display: block;
  width: 6rem;
  height: 2px;
  background-color: #00A0AA;
  margin: 0 auto 3rem auto;
  border-radius: 2px;
  overflow: hidden;
}

.contacts__lz {
  font-size: 1.6rem;
  line-height: 1.625;
}

.contacts__picture {
  position: relative;
  padding-top: 6rem;
  margin-top: 5rem;
}

.contacts__picture:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 3rem);
  height: calc(100% - 6rem);
  background-color: #7CCBD0;
}

.contacts__img {
  width: calc(100% - 3rem);
  height: auto;
  max-width: 51.6rem;
  max-height: 50.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 2;
}

/* contacts end */
/* footer start */
.footer {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #FCFAF9;
}

.footer__menu {
  display: none;
}

/* footer end */
.scroll-top {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #7CCBD0;
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  z-index: 4;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear;
}

.scroll-top__icon {
  margin: auto;
  width: 1.8rem;
}

.scroll-top__icon path {
  -webkit-transition: fill .25s linear;
  transition: fill .25s linear;
  fill: #00A0AA;
}

.scroll-top:hover {
  background-color: #00A0AA;
}

.scroll-top:hover .scroll-top__icon path {
  fill: #fff;
}

.blocker {
  z-index: 100;
}

.modal {
  max-width: 50rem;
  padding: 7rem 2rem 5rem 2rem;
  border-radius: 0;
}

.modal a.close-modal {
  top: 2rem;
  right: 2rem;
  background-color: #F54E60;
}

@media (orientation: landscape) {
  .modal {
    padding: 2rem;
  }
  .modal a.close-modal {
    top: -12.5px;
    right: -12.5px;
  }
}

.basket-logo {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #7CCBD0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket-logo__icon {
  display: block;
  margin: auto;
  width: 3.5rem;
}

.modal-basket__logo {
  margin: 0 auto 2rem auto;
}

.youtube-contaimer {
  width: 100%;
  position: relative;
}

.youtube-contaimer:before {
  content: '';
  width: 100%;
  display: block;
  position: relative;
  padding-top: 56.25%;
  /*16:9 ratio*/
  background-color: #000;
}

.youtube-contaimer iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border: 0;
}

.modal-order {
  max-width: 37rem;
}

@media (orientation: landscape) and (max-width: 1200px) {
  .modal-order {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.modal-order__content {
  width: 24rem;
  margin: auto;
}

.modal-order__p {
  text-align: center;
  line-height: 1.375;
  margin-bottom: 3rem;
}

.modal-order__title {
  font-size: 2.8rem !important;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.form__item {
  margin-bottom: 1.5rem;
}

.form__item--submit {
  margin-top: 5rem;
  text-align: center;
  margin-bottom: 0;
}

.form__input {
  display: block;
  width: 100%;
  height: 5rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: inherit;
  display: block;
  border: 1px solid #7CCBD0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.form__input::-webkit-input-placeholder {
  color: #7D8193;
}

.form__input:-ms-input-placeholder {
  color: #7D8193;
}

.form__input::-ms-input-placeholder {
  color: #7D8193;
}

.form__input::placeholder {
  color: #7D8193;
}

.form__input:focus {
  border-color: #7D8193;
}

@media (min-width: 360px) {
  .md {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .half__list {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .instruction__content {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .recipes__description {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .contacts__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 576px) {
  .list__item {
    max-width: 288px;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
  .list__item {
    max-width: none;
    width: calc(50% - 3rem);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .counter {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .offer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .offer__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    position: relative;
  }
  .offer__content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    background-color: #FCFAF9;
  }
  .offer__img {
    max-height: none;
  }
  .offer__title {
    display: block;
  }
  .offer__title--mobile {
    display: none;
  }
  .offer__stitle {
    display: block;
  }
  .offer__stitle--mobile {
    display: none;
  }
  .advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .advantages__item {
    width: 50%;
  }
  .contacts__pictur {
    display: none;
  }
  .instruction__img {
    margin: auto;
  }
  .recipes__img {
    margin: auto;
  }
  .contacts__img {
    margin: auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .vd {
    background-image: url("../img/vd.jpg");
  }
  /* ac start */
  .ac {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: #fff;
  }
  .ac__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ds {
    width: 37rem;
    height: 37rem;
    margin: 0;
  }
  .ds__content {
    margin: auto;
    color: #fff;
    text-align: center;
  }
  .ds__title {
    font-size: 3.5rem;
    line-height: 1.22857;
    margin-bottom: 1rem;
    padding-left: 2rem;
  }
  .ds__stitle {
    font-size: 6rem;
  }
  .ds__num {
    font-size: 11rem;
  }
  .ds__tr {
    font-size: 8rem;
    top: 2rem;
  }
  .ds__tx {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .cnt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: -9rem;
    padding-bottom: 5rem;
    padding-left: 9rem;
  }
  .cnt__title {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 3.7rem;
  }
  .counter {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .counter__item {
    margin: 0 2rem;
    min-width: 8rem;
  }
  .counter__num {
    font-size: 6rem;
  }
  /* ac end */
  /* triggers start */
  .triggers {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
  .triggers .md {
    display: flex;
    justify-content: space-around;
  }
  .triggers__item {
    margin: 4rem 6rem;
    height: 105px;
  }
  /* triggers end */
  /* offer start */
  .offer {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
  .offer__wrap.md {
    padding-left: 15px;
    padding-right: 15px;
  }
  .offer__title {
    margin-bottom: 1rem;
  }
  .offer__stitle {
    margin-bottom: 5.8rem;
  }
  .offer__item {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    position: relative;
  }
  .offer__content {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
  }
  .set {
    padding: 4rem;
  }
  /* offer end */
  /* list start */
  .list {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .list__title span {
    display: inline;
  }
  .list__item {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-width: none;
    -ms-flex-preferred-size: calc(33.333% - 3rem);
        flex-basis: calc(33.333% - 3rem);
  }
  /* list end */
  /* half start */
  .half {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
  .half__title {
    padding-bottom: 1.5rem;
  }
  .half__stitle {
    font-size: 1.8rem;
    line-height: 1.33333;
  }
  .half__list {
    margin: 2rem -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .half__item {
    margin: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
  /* half end */
}

@media (min-width: 1200px) {
  .md {
    max-width: 120rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .title {
    font-size: 3.5rem;
    line-height: 1.2;
  }
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: "Candara", sans-serif;
    padding-top: 35px;
    z-index: 5;
  }
  .header__wrap {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 9;
    height: auto;
    position: static;
    opacity: 1;
  }
  .header__wrap .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-mobile {
    display: none;
  }
  .header__content {
    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;
    width: 100%;
    position: static;
    height: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-color: transparent;
  }
  .header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__link {
    margin-left: 3.5rem;
    margin-bottom: 0;
  }
  .header__link--tels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .v-line {
    display: inline-block;
    width: 2px;
    min-height: 2rem;
    background-color: #7CCBD0;
    margin: 0 1rem;
    border-radius: 2px;
  }
  .menu {
    margin-bottom: 0;
  }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu__item {
    margin-right: 3.5rem;
    margin-bottom: 0;
  }
  .menu__link {
    position: relative;
    overflow: hidden;
    padding-bottom: 3px;
  }
  .menu__link:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #7CCBD0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .menu__link:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /* hero start */
  .hero {
    position: relative;
    min-height: 70rem;
    height: 100vh;
    background-image: url(../img/hero/hero-bg.jpg?v1);
    text-align: left;
    display: block;
    padding-top: 40px;
  }
  .hero__wrap {
    padding-top: 0;
  }
  .hero__content {
    margin: auto 0;
  }
  .hero__title {
    font-size: 5.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
  .hero__stitle {
    font-size: 2.2rem;
    line-height: 1.22222;
  }
  .hero__btn {
    margin-top: 3rem;
    min-width: 16rem;
  }
  /* hero end */
  .instruction__img {
    margin: 0;
  }
  .recipes__img {
    margin: 0;
  }
  .contacts__img {
    margin: 0;
    display: block;
  }
  .cnt {
    padding-left: 0;
  }
  .counter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* instruction start */
  .instruction {
    padding-top: 10rem;
    padding-bottom: 7rem;
  }
  .instruction__title {
    padding-bottom: 9rem;
  }
  .instruction__content {
    padding-top: 7rem;
    padding-left: 6.5rem;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .instruction__picture {
    margin-right: 9rem;
    position: static;
  }
  .instruction__picture:before {
    display: none;
  }
  .instruction__mask {
    width: 41rem;
    height: 48rem;
    background-color: #7CCBD0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .instruction__img {
    width: 52rem;
    height: 53.6rem;
    margin-left: 0;
    max-width: none;
  }
  .instruction__img.mob-none {
    margin-top: 2rem;
  }
  .instruction__vars {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    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-around;
  }
  .instruction__vars br {
    display: block;
  }
  /* instruction end */
  /* bvideo start */
  .bvideo {
    padding-top: 7rem;
    padding-bottom: 12rem;
  }
  .bvideo:before {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #7CCBD0;
  }
  .bvideo__wrap, md {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* bvideo end */
  /* advantages start */
  .advantages {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
  .advantages__title {
    margin-bottom: 8rem;
  }
  .advantages__list {
    text-align: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .advantages__item {
    max-width: 25rem;
    margin: 0 0 2rem 0;
    width: auto;
  }
  /* advantages end */
  .mob-none {
    display: inline;
  }
  /* recipes start */
  .recipes {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .recipes__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .recipes__title {
    margin-bottom: 1rem;
  }
  .recipes__tl {
    font-size: 1.8rem;
    line-height: 1.33333;
    margin-bottom: 9rem;
  }
  .recipes__content {
    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 7rem 7rem 6rem;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .recipes__description {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 51rem;
    margin-right: 2rem;
    margin-left: 0;
  }
  .recipes__picture {
    margin-left: 0;
    margin-right: 0;
    position: static;
    padding-bottom: 0;
  }
  .recipes__picture:before {
    display: none;
  }
  .recipes__img {
    width: 51.6rem;
    height: 50.4rem;
    max-width: none;
  }
  .recipes__mask {
    background-color: #7CCBD0;
    width: 53rem;
    height: 40rem;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
  }
  .recipes__nav {
    position: absolute;
    left: 0;
    top: 7rem;
  }
  .recipes__arrows .arrow {
    width: 2.2rem;
    height: 1.2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: block;
  }
  .recipes__arrows .arrow--prev {
    background-image: url("../img/prev.svg");
    margin-bottom: 2.5rem;
  }
  .recipes__arrows .arrow--next {
    background-image: url("../img/next.svg");
    margin-top: 2.5rem;
  }
  .recipes__dots {
    width: .4rem;
    height: 30rem;
    background-color: #6BC5D2;
    border-radius: .2rem;
    margin: 0 auto;
    overflow: hidden;
  }
  .recipes__dots button {
    display: none;
  }
  .recipes__dots .slick-dots li {
    width: 100%;
    height: 10rem;
    border-radius: .2rem;
    cursor: pointer;
    margin: 0;
  }
  .recipes__dots .slick-dots li.slick-active {
    background-color: #F54E60;
  }
  /* recipes end */
  /* reviews start */
  .reviews {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .reviews__stitle {
    font-size: 1.8rem;
    line-height: 1.33333;
  }
  .reviews__content {
    width: 70rem;
    max-width: none;
  }
  .reviews-sl {
    padding: 4rem;
    margin-bottom: 3rem;
  }
  .reviews__p {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  /* reviews end */
  /* safe start */
  .safe {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .safe__percent {
    margin: 0 auto -5.4rem auto;
  }
  .safe__content {
    width: 70rem;
    padding: 10rem 4rem 5rem 4rem;
  }
  .safe__stitle {
    font-size: 1.8rem;
    line-height: 1.33333;
    text-align: center;
  }
  /* safe end */
  /* delivery start */
  .delivery {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
  .delivery__wrap.md {
    padding-left: 15px;
    padding-right: 15px;
  }
  .delivery__title {
    margin-bottom: 4rem;
    margin-left: 0;
    margin-right: 0;
  }
  .delivery__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem;
  }
  .delivery__item {
    width: 50%;
    margin: 1rem;
    padding: 6rem 4rem;
  }
  .delivery__tl {
    margin-bottom: 4rem;
  }
  /* delivery end */
  /* contacts start */
  .contacts {
    padding-top: 6rem;
    padding-bottom: 9rem;
  }
  .contacts__wrap.md {
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contacts__title {
    margin-bottom: 5.5rem;
  }
  .contacts__item {
    margin-bottom: 1rem;
  }
  .contacts__lz {
    margin-bottom: 5rem;
  }
  .contacts__content {
    padding: 0;
    padding-top: 19rem;
    width: 47.7rem;
  }
  .contacts__picture {
    margin-top: 0;
    padding-top: 7rem;
    padding-right: 7rem;
  }
  .contacts__img {
    width: 51.6rem;
    height: 50.4rem;
  }
  /* contacts end */
  /* footer start */
  .footer {
    text-align: left;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #FCFAF9;
    font-family: "Candara", sans-serif;
  }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__menu-item {
    margin-right: 3.5rem;
  }
  .footer__menu-link {
    -webkit-transition: color .15s linear;
    transition: color .15s linear;
  }
  .footer__menu-link:hover {
    color: #00A0AA;
  }
  /* footer end */
  .scroll-top {
    width: 6rem;
    height: 6rem;
  }
  .scroll-top__icon {
    width: 2.2rem;
  }
  #modal-video {
    max-width: 80%;
  }
}

.img {
  max-width: 100%;
}

.not_on_stock {
    color: #F54E60;
}

.footer__copy .header__call {
    margin-right: 40px;
}

.btn-catalog {
    min-width: 12rem;
}

@media (max-width: 400px) {
    .header-mobile .tel__num {
        font-size: 1.4rem;
    }

    .btn-catalog {
        min-width: 8rem;
    }
}

#cookie-main {
    margin-top: 20vw;
}

#cookie-main p,
#cookie-main li {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.625;
    margin-bottom: 0.8rem;
}

#cookie-main a {
    color: #00A0AA;
}

#cookie-main h1,
#cookie-main h2,
#cookie-main h3,
#cookie-main h4 {
    color: #F54E60;
    font-weight: 600;
    line-height: 1.24;
    margin-bottom: 1rem;
}

#cookie-main h1 {
    font-size: 3.5rem;
}

#cookie-main h2 {
    font-size: 2.5rem;
}

#cookie-main h3,
#cookie-main h4 {
    font-size: 2rem;
}


#cookies {
    display: none;
    width: 100vw;
    position: fixed;
    left: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0,0,0,.7);
    z-index: 99999;
}

.cookies__body {
    padding: 1rem 0;
    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;
    gap: 1rem;
}

#cookies-btn {
    width: 20vw;
    min-width: auto;
    padding-left: 1em;
    padding-right: 1em;
}

#cookies a {
    color: #00A0AA;
}

#cookies p {
    font-size: 1.5rem;
    line-height: 1.4;
}

#cookies .md {
    width: 91.6667vw;
}

@media (min-width: 1200px) {
    #cookies-btn {
        width: 4vw;
    }

    #cookie-main {
        margin-top: 7vw;
    }

}

.video video {
  display: block;
  margin: 0 auto 2rem;
}