@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Raleway:wght@700&family=Roboto:wght@700;900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

a {
  color: #575757;
}

html {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #575757;
}

:root {
  overflow: auto;
}
:root.lock {
  overflow: hidden;
  scrollbar-gutter: stable;
}

.body__wrapper {
  overflow: hidden;
}

.element-animation-top {
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
  opacity: 0;
}
.element-animation-top.element-show {
  -webkit-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.element-animation-bottom {
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
  opacity: 0;
}
.element-animation-bottom.element-show {
  -webkit-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.element-animation-left {
  -webkit-transform: translate(-15px, 0);
          transform: translate(-15px, 0);
  opacity: 0;
}
.element-animation-left.element-show {
  -webkit-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.element-animation-right {
  -webkit-transform: translate(15px, 0);
          transform: translate(15px, 0);
  opacity: 0;
}
.element-animation-right.element-show {
  -webkit-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.container {
  width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .container {
    width: 962px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 738px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 546px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 15px;
    width: 100%;
  }
}

.reviews {
  font-size: 1rem;
  padding: 6.6875em 0 7.5625em 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF8ED), to(rgba(255, 248, 237, 0.5)));
  background: linear-gradient(180deg, #FFF8ED 0%, rgba(255, 248, 237, 0.5) 100%);
}
@media (max-width: 1240px) {
  .reviews {
    font-size: 0.9rem;
  }
}
@media (max-width: 992px) {
  .reviews {
    font-size: 0.8rem;
    padding: 6.25em 0 7.421875em 0;
  }
}
@media (max-width: 768px) {
  .reviews {
    font-size: 0.7rem;
    padding: 5.8035714286em 0 6.6964285714em 0;
  }
}
@media (max-width: 576px) {
  .reviews {
    font-size: 0.6rem;
    padding: 5.2083333333em 0 5.2083333333em 0;
  }
}
@media (max-width: 400px) {
  .reviews {
    font-size: 0.6rem;
    padding: 4.1666666667em 0 4.1666666667em 0;
  }
}
@media (max-width: 300px) {
  .reviews {
    padding: 3.125em 0 3.125em 0;
  }
}

.reviews__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 -226px;
  padding: 0 0 0 226px;
}
@media (max-width: 768px) {
  .reviews__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
  }
}

.reviews__col {
  min-width: 0;
}

.reviews__col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.9375em;
          flex: 0 0 25.9375em;
  margin: 0 5.375em 0 0;
  -webkit-transform: translate(0, 6px);
          transform: translate(0, 6px);
}
@media (max-width: 1240px) {
  .reviews__col-1 {
    margin: 0 2.5em 0 0;
  }
}
@media (max-width: 768px) {
  .reviews__col-1 {
    margin: 0;
  }
}

.reviews__title {
  color: #333;
  line-height: 1.3333333333em;
  margin: 0 0 0.625em 0;
}

.reviews__txt {
  width: 25em;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  color: #999;
  margin: 0 0 2em 0;
}
@media (max-width: 768px) {
  .reviews__txt {
    margin: 0 0 1em 0;
  }
}

.slider {
  font-size: 1rem;
  min-width: 0px;
}
@media (max-width: 1240px) {
  .slider {
    font-size: 0.8rem;
  }
}
@media (max-width: 992px) {
  .slider {
    font-size: 0.7rem;
  }
}
@media (max-width: 576px) {
  .slider {
    font-size: 0.6rem;
  }
}

.slider__item {
  font-size: 1em;
  width: 270px;
  margin: 0 1.875em 0 0;
}

.slider__controls {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.slider__digits {
  font-family: "Raleway";
  font-size: 1em;
  line-height: 1.375em;
  font-weight: 700;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: #CCCCCC;
  margin: 0 0 1.875em 0;
}
@media (max-width: 768px) {
  .slider__digits {
    margin: 0 0 1.25em 0;
  }
}

#slider__digits-current {
  font-family: "Raleway";
  font-size: 3em;
  line-height: 1.3333333333em;
  font-weight: 700;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: #333;
}

.slider__btn {
  display: inline-block;
  background: #FFD7A0;
  border-radius: 0.625em;
  width: 3.5em;
  height: 3.5em;
  padding: 1em;
  margin: 0 1.5em 0 0;
  cursor: pointer;
}
.slider__btn img {
  width: 100%;
  height: 100%;
}
.slider__btn:hover {
  background-color: #FB9333;
}
.slider__btn:active {
  background: #FFD7A0;
}

.slider__btn-back img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Слайдер */
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
  padding: 40px 0 0 0;
}
@media (max-width: 768px) {
  .slick-list {
    padding: 60px 0 0 0;
    width: 100%;
    width: 624px;
  }
}

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Стрелка */
.slick-arrow {
  font-size: 0;
  display: inline-block;
  background: #FFD7A0;
  border-radius: 0.625em;
  width: 56px;
  height: 56px;
  padding: 16px;
  margin: 0 24px 0 0;
  cursor: pointer;
}
.slick-arrow img {
  width: 100%;
  height: 100%;
}
.slick-arrow:hover {
  background-color: #FB9333;
}
.slick-arrow:active {
  background: #FFD7A0;
}

/* Стрелка не активная */
.slick-arrow.slick-disabled {
  opacity: 0.2;
  cursor: default;
}

/* Стрелка влево */
.slick-arrow.slick-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Стрелка вправо */
/*
контроллеры
кнопки, checkboxes, radiobuttons
*/
.logo {
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.1666666667em;
  font-weight: 900;
  color: #575757;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.logo span {
  color: #FB9333;
}
.logo:hover {
  color: #FB9333;
}
.logo:active {
  color: #575757;
}

.btn {
  display: inline-block;
  background-color: #FB9333;
  color: #fff;
  line-height: 1.3;
  font-weight: 600;
  padding: 0.90625em 2.8125em;
  border-radius: 6.25em;
  border: 0.125em solid #FB9333;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.btn:hover {
  color: #FB9333;
  background-color: #fff;
  border: 0.125em solid #FB9333;
}
.btn:active {
  background-color: #FB9333;
  color: #fff;
  border: 0.125em solid #FB9333;
}

.btn-advantages {
  display: inline-block;
  background-color: #FB9333;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: -0.02em;
  padding: 0.50625em 1.5625em;
  border-radius: 6.25em;
  border: 0.125em solid #FB9333;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.btn-advantages span {
  display: inline-block;
  width: 15px;
  height: 1.5px;
  border-radius: 5px;
  background-color: #fff;
  margin: 0 0 0 13.5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  bottom: 5px;
}
.btn-advantages span::before, .btn-advantages span::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1.5px;
  width: 8.5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: right;
          transform-origin: right;
  right: 0.19px;
}
.btn-advantages span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.5px;
}
.btn-advantages span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0.5px;
}
.btn-advantages:hover {
  padding: 0.50625em 1.25em 0.50625em 1.5625em;
  color: #FB9333;
  background-color: #fff;
  border: 0.125em solid #FB9333;
}
.btn-advantages:hover span {
  width: 1.25em;
  background-color: #FB9333;
}
.btn-advantages:hover span::before {
  background-color: #FB9333;
}
.btn-advantages:hover span::after {
  background-color: #FB9333;
}
.btn-advantages:active {
  background-color: #FB9333;
  color: #fff;
  border: 0.125em solid #FB9333;
}
.btn-advantages:active span {
  background-color: #fff;
}
.btn-advantages:active span::before {
  background-color: #fff;
}
.btn-advantages:active span::after {
  background-color: #fff;
}
.btn-advantages-disable {
  background-color: #fff;
  border: 0.125em solid #fff;
  color: #575757;
}
.btn-advantages-disable span {
  background-color: #575757;
}
.btn-advantages-disable span::before {
  background-color: #575757;
}
.btn-advantages-disable span::after {
  background-color: #575757;
}

.ibg {
  position: relative;
}
.ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.badge {
  display: inline-block;
  background-color: #FFF0DC;
  color: #FB9333;
  line-height: 1.3;
  font-weight: 600;
  padding: 0.875em;
  border-radius: 2em;
  border: 0.125em solid #FFF0DC;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.badge:hover {
  background-color: #FB9333;
  border: 0.125em solid #FB9333;
  color: #fff;
}
.badge:active {
  background-color: #FFF0DC;
  border: 0.125em solid #FFF0DC;
  color: #FB9333;
}

.card-review {
  display: inline-block;
  position: relative;
  font-size: 1em;
  background-color: #fff;
  border-radius: 2.1875em;
  padding: 0.3125em 2em 0.3125em 0.4375em;
}

.card-review__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-review__emoticon {
  display: inline-block;
  width: 4.1875em;
  height: 3.75em;
  margin: 0 0.625em 0 0;
}

.card-review__right {
  display: inline-block;
}

.card-review__title {
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
}

.card-review__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-review__p {
  font-weight: 600;
  font-size: 0.75em;
  line-height: 1.5em;
}
.card-review__p span {
  font-weight: 400;
  color: rgba(87, 87, 87, 0.5);
}

.card-review__star {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.9725em;
          flex: 0 0 0.9725em;
  margin: 0 0.5em 0 0;
  padding: 0.1216666667em 0.0975em;
}

.card-calories {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(0.25em);
          backdrop-filter: blur(0.25em);
  border-radius: 1.75em;
  padding: 1em 1.4375em 1.5em 1.4375em;
}

.card-calories__title {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.6;
}

.card-calories__calories {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.6;
  margin: 0 0 0.6666666667em 0;
}
.card-calories__calories span {
  color: #2B2B2B;
}

.card-calories__chart {
  height: 4.5625em;
}

.card-calories__column-bg {
  display: inline-block;
  position: relative;
  width: 0.625em;
  height: 100%;
  background: #F5F5F5;
  border-radius: 6.25em;
  margin: 0 0.10625em 0 0;
}
.card-calories__column-bg:last-child {
  margin: 0;
}

.card-calories__column {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD7A0), to(#FB9333));
  background: linear-gradient(180deg, #FFD7A0 0%, #FB9333 100%);
  border-radius: 6.25em;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.card-calories__column-1 {
  height: 1.895em;
}
.card-calories__column-2 {
  height: 2.456875em;
}
.card-calories__column-3 {
  height: 3.22875em;
}
.card-calories__column-4 {
  height: 2.8075em;
}
.card-calories__column-5 {
  height: 2.456875em;
}
.card-calories__column-6 {
  height: 3.58em;
}
.card-calories__column-7 {
  height: 3.930625em;
}
.card-calories__column-8 {
  height: 4.07125em;
}

.card-advantages {
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 1em;
  padding: 2.5em 2.1875em 3em 2.1875em;
  background-color: #fff;
  border-radius: 3.125em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1240px) {
  .card-advantages {
    padding: 2.1875em 1.875em 2.625em 1.875em;
  }
}
@media (max-width: 992px) {
  .card-advantages {
    padding: 1.875em 1.5625em 1.875em 1.5625em;
    border-radius: 2.375em;
  }
}
@media (max-width: 768px) {
  .card-advantages {
    padding: 1.5625em 1.25em 1.25em 1.25em;
    border-radius: 2.375em;
  }
}
@media (max-width: 576px) {
  .card-advantages {
    padding: 1.25em 1.25em 1.25em 1.25em;
  }
}
.card-advantages:hover {
  -webkit-box-shadow: 0px 3.125em 5em -1.875em rgba(151, 109, 0, 0.2);
          box-shadow: 0px 3.125em 5em -1.875em rgba(151, 109, 0, 0.2);
}

.card-advantages__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #FFE8C8;
  border-radius: 1.25em;
  width: 6.25em;
  height: 6.25em;
  padding: 1.6875em;
  margin: 0 0 5em 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 1240px) {
  .card-advantages__icon {
    margin: 0 0 3.75em 0;
  }
}
@media (max-width: 992px) {
  .card-advantages__icon {
    margin: 0 0 2.5em 0;
  }
}
.card-advantages__icon img {
  width: 100%;
  height: 100%;
}
.card-advantages__icon::before {
  content: "";
  background-color: rgba(255, 232, 200, 0.5);
  border-radius: 1.25em;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  z-index: -1;
}

.card-advantages__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 180%;
  letter-spacing: -0.02em;
  color: #2B2B2B;
  margin: 0 0 0.5em 0;
}

.card-advantages__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
  margin: 0 0 1.5em 0;
}

.card-advantages__btn {
  font-size: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.card-slider {
  display: inline-block;
  font-size: 1em;
  background: #FFFFFF;
  border-radius: 0.5em;
  width: 16.8125em;
  padding: 2em 1.5em;
}

.card-slider__img {
  width: 5.625em;
  height: 5.625em;
  position: relative;
  -webkit-transform: translate(0, -4.5em);
          transform: translate(0, -4.5em);
}
.card-slider__img img {
  border-radius: 0.5em;
}

.card-slider__name {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.3333333333em;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: #2B2B2B;
  margin: 0 0 0.3333333333em 0;
}

.card-slider__age {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.5;
  color: #999;
  margin: 0 0 1.3571428571em 0;
}

.card-slider__message {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #575757;
}

.title {
  font-weight: 600;
  font-size: 3em;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #585858;
}
.title span {
  color: #FB9333;
}

.card-food {
  font-size: 1em;
  border-radius: 3.125em;
  overflow: hidden;
  height: 32.5em;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (max-width: 1240px) {
  .card-food {
    height: 29.1666666667em;
  }
}
@media (max-width: 992px) {
  .card-food {
    height: 29.125em;
  }
}
@media (max-width: 768px) {
  .card-food {
    height: 25.0833333333em;
  }
}
@media (max-width: 400px) {
  .card-food {
    padding: 140% 0 0 0;
  }
}
.card-food img {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.card-food:hover img {
  -webkit-transform: scale(1.075);
          transform: scale(1.075);
}

.card-food__txt {
  position: absolute;
  left: 2.5em;
  bottom: 2.5em;
}
@media (max-width: 768px) {
  .card-food__txt {
    left: 1.2em;
    bottom: 1em;
  }
}

.card-food__name {
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 0.375em 0;
}

.card-food__cost {
  font-size: 2.5em;
  line-height: 1.3;
  font-weight: 700;
}

/*
$Title-color-subtitle: #967675;
$Title-color-title: #23242C;

.Title {
	&__subtitle {
		font-weight: 300;
		font-size: 16px;
		line-height: 1.5;
		color: $Title-color-subtitle;
	}
	&__title {
		font-family: 'PlayfairDisplay';
		font-weight: 700;
		font-size: 102px;
		line-height: 1.0784;
		color: $Title-color-title;
	}
	&__btn {}
}
*/
/*
$form-txt-color: #000;
$form-txt-placeholder-color: #DCCBC6;
$form-bdrd-color: rgba(150, 118, 117, 0.5);
$form-txt-placeholder-color-hover: #CFADAC;
.form {
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin: 0 -17.5px;
	@media (max-width: $md){
		flex-direction: column;
		align-items: center;
		margin: 0;
	}
	&__edit {
		flex: 1 0 50%;
		font-weight: 300;
		font-size: 28px;
		line-height: 1.5;
		padding: 9.5px 12.5px;
		margin: 0 17.5px;
		color: $form-txt-color;
		background-color: #0000;
		border-bottom: 1px solid $form-bdrd-color;
		&::placeholder {
			color: $form-txt-placeholder-color;
		}
		&:hover, &:active, &:focus {
			border-bottom: 1px solid $form-txt-color;
		}
		&:hover.form__edit::placeholder {
			color: $form-txt-placeholder-color-hover;
		}
	}
	&__btn {
		flex: 0 0 auto;
		margin: 0 17.5px;
	}
}
*/
/*
body{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background-color: #1d1d1d;
	color: #ccc;
	&.lock{
		overflow: hidden;
	}
}
*/
.header {
  font-size: 1rem;
  padding: 2.25rem 0 2.25rem 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
  -webkit-transition: all 0.4s ease 0s, padding 0s ease 0s;
  transition: all 0.4s ease 0s, padding 0s ease 0s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 992px) {
  .header {
    padding: 1.25rem 0 1.25rem 0;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0.625rem 0 0.625rem 0;
  }
}
@media (max-width: 576px) {
  .header {
    padding: 0.25rem 0 0.25rem 0;
  }
}
.header-bg {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(0.25em);
          backdrop-filter: blur(0.25em);
}
.header__body {
  overflow: visible;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  scrollbar-gutter: stable;
}
@media (max-width: 992px) {
  .header__body {
    height: 55px;
  }
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.625em;
          flex: 0 0 5.625em;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  font-size: 1.5em;
  z-index: 100;
}
@media (max-width: 1240px) {
  .header__logo {
    font-size: 1.375em;
  }
}
@media (max-width: 992px) {
  .header__logo {
    font-size: 1.25em;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
@media (max-width: 768px) {
  .header__logo {
    font-size: 1.125em;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 992px) {
  .header__burger {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    display: block;
    height: 35px;
    position: relative;
    z-index: 100;
  }
  .header__burger span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 3.5px;
    background-color: rgba(251, 147, 51, 0.67);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .header__burger:before, .header__burger:after {
    content: "";
    display: block;
    width: 100%;
    height: 3.5px;
    border-radius: 3px;
    background: rgba(251, 147, 51, 0.67);
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .header__burger:before {
    top: 0;
  }
  .header__burger:after {
    bottom: 0;
  }
  .header__burger.active span {
    -webkit-transform: scale(0.001, 0.75);
            transform: scale(0.001, 0.75);
  }
  .header__burger.active:before {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(225deg) scale(1.3, 1);
            transform: rotate(225deg) scale(1.3, 1);
    top: 16px;
  }
  .header__burger.active:after {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-225deg) scale(1.3, 1);
            transform: rotate(-225deg) scale(1.3, 1);
    bottom: 15px;
  }
  .header__burger:hover {
    cursor: pointer;
  }
  .header__burger:hover span, .header__burger:hover:before, .header__burger:hover:after {
    background-color: #FB9333;
  }
}
.header__nav {
  position: static;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  -webkit-transition: padding 0s ease 0s;
  transition: padding 0s ease 0s;
  padding: 0;
}
@media (max-width: 992px) {
  .header__nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: -100vh;
    z-index: 99;
    overflow: auto;
    padding: 6.25em 0 6.25em 0;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .header__nav.active {
    top: 0;
  }
}
.header__btn {
  font-size: 1rem;
}
@media (max-width: 992px) {
  .header__btn {
    margin: 0 1.875em 0 0;
    font-size: 0.9rem;
  }
}
@media (max-width: 992px) {
  .header__btn {
    font-size: 0.8rem;
    margin: 0 1.5625em 0 0;
  }
}
@media (max-width: 768px) {
  .header__btn {
    font-size: 0.8rem;
    margin: 0 1.25em 0 1.25em;
  }
}
@media (max-width: 576px) {
  .header__btn {
    font-size: 0.8rem;
    margin: 0 0.625em 0 0.625em;
  }
}
@media (max-width: 400px) {
  .header__btn {
    font-size: 0.7rem;
  }
}
@media (max-width: 300px) {
  .header__btn {
    font-size: 0.65rem;
  }
}

.header-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media (max-width: 992px) {
  .nav__ul {
    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: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.nav__li {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 3.5em 0 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (max-width: 992px) {
  .nav__li {
    margin: 0 0 2em 0;
  }
}
.nav__li a {
  color: #575757;
}
.nav__li:hover a {
  color: #FB9333;
}
.nav__li:active a {
  color: #575757;
}
.nav__li-active a {
  color: #FB9333;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 992px) {
  .nav__li {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    text-align: center;
    display: block;
    font-size: 2.5em;
    line-height: 2;
    font-weight: 700;
    cursor: pointer;
  }
}
.section1 {
  position: relative;
  font-size: 1rem;
  padding: 154px 0 7.5em 0;
  background: radial-gradient(ellipse at top right, #FEEAD0 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1240px) {
  .section1 {
    font-size: 0.9rem;
    padding: 120px 0 7.5em 0;
  }
}
@media (max-width: 992px) {
  .section1 {
    font-size: 0.8rem;
    padding: 90px 0 7.5em 0;
  }
}
@media (max-width: 768px) {
  .section1 {
    font-size: 0.65rem;
    padding: 70px 0 7.5em 0;
  }
}
@media (max-width: 576px) {
  .section1 {
    font-size: 0.55rem;
    padding: 60px 0 7.5em 0;
  }
}
@media (max-width: 400px) {
  .section1 {
    font-size: 0.4rem;
  }
}
@media (max-width: 300px) {
  .section1 {
    font-size: 0.25rem;
  }
}

.section1__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 768px) {
  .section1__body {
    -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;
  }
}

.section1 .container {
  position: relative;
}

.section1__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .section1__left {
    font-size: 0.9rem;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 576px) {
  .section1__left {
    font-size: 0.7rem;
  }
}
@media (max-width: 400px) {
  .section1__left {
    font-size: 0.6rem;
  }
}
@media (max-width: 300px) {
  .section1__left {
    font-size: 0.5rem;
  }
}

.section1__badge {
  margin: 4em 0 1.875em 0;
}
@media (max-width: 1240px) {
  .section1__badge {
    margin: 3.125em 0 1.875em 0;
  }
}
@media (max-width: 992px) {
  .section1__badge {
    margin: 1.875em 0 1.875em 0;
  }
}
@media (max-width: 768px) {
  .section1__badge {
    margin: 1.25em 0 1.25em 0;
  }
}
@media (max-width: 576px) {
  .section1__badge {
    margin: 0.625em 0 0.625em 0;
  }
}

.section1__title {
  font-weight: 700;
  font-size: 4.5em;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0 0 0.4166666667em 0;
}
.section1__title span {
  color: #FB9333;
}
@media (max-width: 1240px) {
  .section1__title {
    margin: 0 0 0.4166666667em 0;
  }
}
@media (max-width: 992px) {
  .section1__title {
    margin: 0 0 0.3472222222em 0;
  }
}
@media (max-width: 768px) {
  .section1__title {
    margin: 0 0 0.2777777778em 0;
  }
}
@media (max-width: 576px) {
  .section1__title {
    margin: 0 0 0.2083333333em 0;
  }
}

.section1__subtitle {
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.6;
  letter-spacing: -0.02em;
  width: 25em;
  margin: 0 0 1.75em 0;
  color: #828282;
}
@media (max-width: 576px) {
  .section1__subtitle {
    margin: 0 0 1.5em 0;
  }
}

.section1__btn {
  font-size: 1.125em;
  margin: 0 0 4.5555555556em 0;
}
@media (max-width: 1240px) {
  .section1__btn {
    margin: 0 0 3.3333333333em 0;
  }
}
@media (max-width: 992px) {
  .section1__btn {
    margin: 0 0 2.7777777778em 0;
  }
}
@media (max-width: 768px) {
  .section1__btn {
    margin: 0 0 2.2222222222em 0;
  }
}
@media (max-width: 576px) {
  .section1__btn {
    margin: 0 0 1.6666666667em 0;
  }
}

.section1__right {
  font-size: 1em;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 992px) {
  .section1__right {
    font-size: 0.9em;
  }
}
@media (max-width: 768px) {
  .section1__right {
    font-size: 1.3em;
  }
}
@media (max-width: 576px) {
  .section1__right {
    font-size: 1.1em;
  }
}
@media (max-width: 400px) {
  .section1__right {
    font-size: 1.2em;
  }
}
@media (max-width: 300px) {
  .section1__right {
    font-size: 1.7em;
  }
}

.section1__bg-1 {
  font-size: 1em;
  position: absolute;
  width: 37.3125em;
  height: 48.9375em;
  top: -17.5em;
  right: -12.9375em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0;
}

.section1__bg-2 {
  font-size: 1em;
  position: absolute;
  width: 6.25em;
  height: 6.25em;
  top: 1.464375em;
  right: 1.5775em;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.section1__bg-3 {
  font-size: 1em;
  position: absolute;
  width: 12.8125em;
  height: 11.3125em;
  top: 9.8333125em;
  left: 4.603125em;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.section1__bg-4 {
  font-size: 1em;
  position: absolute;
  width: 8.625em;
  height: 8.625em;
  top: 13.875em;
  right: 0.884375em;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.section1__img {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 41.14125em;
  height: 46.701875em;
  z-index: 1;
}

.section1__review {
  position: absolute;
  left: 0.375em;
  bottom: 6em;
  z-index: 2;
}
@media (max-width: 992px) {
  .section1__review {
    left: 3.125em;
    bottom: 12.5em;
  }
}
@media (max-width: 768px) {
  .section1__review {
    left: 0;
  }
}

.section1__calories {
  position: absolute;
  right: 3.475em;
  bottom: 0.173125em;
  z-index: 2;
}
@media (max-width: 1240px) {
  .section1__calories {
    right: 7.5em;
    bottom: 0;
  }
}
@media (max-width: 992px) {
  .section1__calories {
    right: 11.5625em;
    bottom: -1.875em;
  }
}
@media (max-width: 768px) {
  .section1__calories {
    right: 0;
    bottom: 0;
  }
}

.metrics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 768px) {
  .metrics {
    text-align: center;
  }
}

.metrics__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  margin: 0;
}

.metrics__digit {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.6;
}

.metrics__txt {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.6;
  color: #828282;
}

.advantages {
  font-size: 1rem;
  padding: 0 0 6.25em 0;
}
@media (max-width: 1240px) {
  .advantages {
    font-size: 0.9rem;
  }
}
@media (max-width: 992px) {
  .advantages {
    font-size: 0.8rem;
    padding: 0 0 6.25em 0;
  }
}
@media (max-width: 768px) {
  .advantages {
    font-size: 0.7rem;
    padding: 0 0 5.8035714286em 0;
  }
}
@media (max-width: 576px) {
  .advantages {
    font-size: 0.7rem;
    padding: 0 0 4.4642857143em 0;
  }
}
@media (max-width: 400px) {
  .advantages {
    font-size: 0.6rem;
    padding: 0 0 4.1666666667em 0;
  }
}
@media (max-width: 300px) {
  .advantages {
    padding: 0 0 3.125em 0;
  }
}

.advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 4em 0;
  font-size: 1em;
}
@media (max-width: 992px) {
  .advantages__row {
    margin: 0 0 3.5em 0;
  }
}
@media (max-width: 768px) {
  .advantages__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 3em 0;
  }
}
@media (max-width: 576px) {
  .advantages__row {
    margin: 0 0 2.5em 0;
  }
}

.advantages__col {
  font-size: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 400px) {
  .advantages__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.advantages__title {
  text-transform: uppercase;
}
.advantages__txt {
  color: #828282;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.8;
  letter-spacing: -0.02em;
  margin: 0 0 0 6.6em;
}
@media (max-width: 1240px) {
  .advantages__txt {
    margin: 0 0 0 4.5em;
  }
}
@media (max-width: 992px) {
  .advantages__txt {
    margin: 0 0 0 2.75em;
  }
}
@media (max-width: 768px) {
  .advantages__txt {
    width: 60%;
    margin: 0.75em auto 0 auto;
  }
}
@media (max-width: 576px) {
  .advantages__txt {
    width: 100%;
  }
}
.advantages__cards-row {
  margin: 0 -2.8125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1240px) {
  .advantages__cards-row {
    margin: 0 0;
  }
}
@media (max-width: 992px) {
  .advantages__cards-row {
    gap: 3em;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .advantages__cards-row {
    gap: 2em;
  }
}
@media (max-width: 576px) {
  .advantages__cards-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3em;
  }
}

.advantages__cards-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.125em;
          flex: 0 0 23.125em;
}
@media (max-width: 1240px) {
  .advantages__cards-col {
    font-size: 0.9em;
  }
}
@media (max-width: 992px) {
  .advantages__cards-col {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .advantages__cards-col {
    font-size: 0.7rem;
  }
}
@media (max-width: 576px) {
  .advantages__cards-col {
    font-size: 0.7rem;
  }
}
@media (max-width: 400px) {
  .advantages__cards-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 0.65rem;
  }
}
@media (max-width: 300px) {
  .advantages__cards-col {
    font-size: 0.6rem;
  }
}

.advantages__card {
  width: 100%;
  height: 100%;
}

.section-menu {
  font-size: 1rem;
  padding: 7.5em 0 9.375em 0;
}
@media (max-width: 1240px) {
  .section-menu {
    font-size: 0.9rem;
    padding: 7.2916666667em 0 8.6805555556em 0;
  }
}
@media (max-width: 992px) {
  .section-menu {
    font-size: 0.8rem;
    padding: 6.25em 0 7.8125em 0;
  }
}
@media (max-width: 768px) {
  .section-menu {
    font-size: 0.7rem;
    padding: 5.8035714286em 0 6.6964285714em 0;
  }
}
@media (max-width: 576px) {
  .section-menu {
    font-size: 0.6rem;
    padding: 5.2083333333em 0 5.2083333333em 0;
  }
}
@media (max-width: 400px) {
  .section-menu {
    font-size: 0.6rem;
    padding: 4.1666666667em 0 4.1666666667em 0;
  }
}
@media (max-width: 300px) {
  .section-menu {
    padding: 3.125em 0 3.125em 0;
  }
}

.section-menu__subtitle {
  font-size: 1.25em;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FB9333;
  margin: 0 0 0.75em 0;
}

.section-menu__title {
  text-align: center;
  text-transform: uppercase;
  width: 15.25em;
  margin: 0 auto 1.4791666667em auto;
}
@media (max-width: 576px) {
  .section-menu__title {
    width: 100%;
  }
}

.section-menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 576px) {
  .section-menu__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}

.section-menu__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.125em;
          flex: 0 0 23.125em;
}
@media (max-width: 1240px) {
  .section-menu__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333em;
            flex: 0 0 20.8333333333em;
  }
}
@media (max-width: 992px) {
  .section-menu__col {
    font-size: 0.7rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8035714286em;
            flex: 0 0 20.8035714286em;
  }
}
@media (max-width: 768px) {
  .section-menu__col {
    font-size: 0.6rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.9166666667em;
            flex: 0 0 17.9166666667em;
  }
}
@media (max-width: 576px) {
  .section-menu__col {
    font-size: 0.8rem;
  }
}
@media (max-width: 400px) {
  .section-menu__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.section-subscribe {
  font-size: 1rem;
}
@media (max-width: 1240px) {
  .section-subscribe {
    font-size: 0.9rem;
    padding: 7.2916666667em 0 8.6805555556em 0;
  }
}
@media (max-width: 992px) {
  .section-subscribe {
    font-size: 0.8rem;
    padding: 6.25em 0 7.8125em 0;
  }
}
@media (max-width: 768px) {
  .section-subscribe {
    font-size: 0.7rem;
    padding: 5.8035714286em 0 6.6964285714em 0;
  }
}
@media (max-width: 576px) {
  .section-subscribe {
    margin: 0 1.5625em;
    font-size: 0.6rem;
    padding: 5.2083333333em 0 5.2083333333em 0;
  }
}
.section-subscribe .container {
  background-color: #FFF8ED;
  padding: 3em 0 6em 0;
  border-radius: 3.125em;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-subscribe .container {
    padding: 3em 1.25em 6em 1.25em;
  }
}
.section-subscribe .container img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40.649% 0 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.section-subscribe__body {
  margin: 0 auto;
  width: 43.75em;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-subscribe__body {
    width: 100%;
  }
}

.section-subscribe__subtitle {
  font-size: 1.25em;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FB9333;
}

.section-subscribe__title {
  text-align: center;
  margin: 0 0 1.5em 0;
}
@media (max-width: 768px) {
  .section-subscribe__title {
    margin: 0 0 0.5em 0;
  }
}

.section-subscribe__txt {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  color: #575757;
  width: 28.875em;
  margin: 0 auto 5em auto;
}
@media (max-width: 768px) {
  .section-subscribe__txt {
    width: 100%;
    margin: 0 0 2.5em 0;
  }
}
.section-subscribe__txt::-webkit-input-placeholder {
  opacity: 0.7;
}
.section-subscribe__txt::-moz-placeholder {
  opacity: 0.7;
}
.section-subscribe__txt:-ms-input-placeholder {
  opacity: 0.7;
}
.section-subscribe__txt::-ms-input-placeholder {
  opacity: 0.7;
}
.section-subscribe__txt::placeholder {
  opacity: 0.7;
}

.section-subscribe__form {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.section-subscribe__edit {
  font-size: 1.125em;
  line-height: 1.4;
  letter-spacing: -0.02em;
  opacity: 0.7;
  border-radius: 100px;
  width: 100%;
  height: 4.4444444444em;
  padding: 0 9.8888888889em 0 2.2777777778em;
}
@media (max-width: 400px) {
  .section-subscribe__edit {
    position: relative;
  }
}

.section-subscribe__btn {
  display: inline-block;
  position: absolute;
  font-size: 1.125em;
  line-height: 1.4;
  font-weight: 500;
  right: 0.4444444444em;
  top: 0.4444444444em;
  letter-spacing: -0.02em;
  padding: 0.9527777778em 2.1833333333em 0.9527777778em 2.1833333333em;
}
@media (max-width: 400px) {
  .section-subscribe__btn {
    position: static;
    width: 100%;
    text-align: center;
    margin: 2em 0 0 0;
  }
}

.section-subscribe__error {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.25;
  font-weight: 500;
  padding: 0 0 0 3.4166666667em;
  margin: 0.75em 0 0 0;
  color: #000;
}
@media (max-width: 400px) {
  .section-subscribe__error {
    position: absolute;
  }
}

/*
$sm: 576px;				//576
$md: 768px;				//768
$lg: 992px;				//992
$xl: 1200px;			//1200
$xxl: 1400px;			//1400
*/
.footer {
  font-size: 1rem;
  padding: 10em 0 6.25em 0;
}
@media (max-width: 1240px) {
  .footer {
    padding: 8.25em 0 5em 0;
  }
}
@media (max-width: 992px) {
  .footer {
    padding: 6.625em 0 4.375em 0;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 5em 0 3.75em 0;
  }
}
@media (max-width: 576px) {
  .footer {
    padding: 4em 0 3.125em 0;
  }
}
@media (max-width: 400px) {
  .footer {
    padding: 2.875em 0 2.5em 0;
  }
}
@media (max-width: 300px) {
  .footer {
    padding: 1.875em 0 1.875em 0;
  }
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}
@media (max-width: 992px) {
  .footer__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 70px 30px;
  }
}
@media (max-width: 576px) {
  .footer__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
.footer__col-flex {
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 992px) {
  .footer__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }
}
@media (max-width: 576px) {
  .footer__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 1.1875em 0;
}

.footer__txt {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  width: 13.25em;
}
.footer__txt-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 576px) {
  .footer__txt-social {
    width: 100%;
    text-align: center;
  }
}

.footer__copyright {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #2B2B2B;
}

.footer__title {
  font-size: 1rem;
  line-height: 1.375em;
  font-weight: 600;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  margin: 0 0 1.6875em 0;
  color: #FB9333;
}

.footer__link {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 1.5em 0;
}
@media (max-width: 992px) {
  .footer__link {
    margin: 0 0 1em 0;
  }
}
.footer__link:last-child {
  margin: 0;
}
.footer__link:hover {
  color: #FB9333;
}

.footer__icon-txt {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 0 0 0 2.5em;
  margin: 0 0 1.34375em 0;
  position: relative;
}
.footer__icon-txt img {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
}
.footer__icon-txt:last-child {
  margin: 0;
}

.footer__social {
  margin: 0 0 1.625em 0;
}
@media (max-width: 576px) {
  .footer__social {
    text-align: center;
  }
}
.footer__social a {
  display: inline-block;
  margin: 0 2em 0 0;
}
.footer__social a:last-child {
  margin: 0;
}

.footer__social-img-unactive {
  display: inline-block;
}

.footer__social-img-active {
  display: none;
}

.footer__social-img {
  width: 1.5em;
  height: 1.5em;
}

.footer__social-img:hover .footer__social-img-unactive {
  display: none;
}

.footer__social-img:hover .footer__social-img-active {
  display: inline-block;
}

/*
		@media (max-width: $xxl) {
			padding: 92px 92px 92px 92px;
		}
		@media (max-width: $xl) {
			padding: 92px 92px 92px 92px;
		}
		@media (max-width: $lg) {
			padding: 92px 92px 92px 92px;
		}
		@media (max-width: $md){
			padding: 92px 92px 92px 92px;
		}
		@media (max-width: $sm) {
			padding: 92px 92px 92px 92px;
		}
		@media (max-width: $nav-break-point-width) {
			padding: 92px 92px 92px 92px;
		}
*/