@font-face {
  font-family: 'HurmeGeometricSans3-Bold';
  src: local('HurmeGeometricSans3-Bold'),
    url('./static/fonts/HurmeGeometricSans3-Bold.woff') format('woff');
}
@font-face {
  font-family: 'HurmeGeometricSans3-Regular';
  src: local('HurmeGeometricSans3-Regular'),
    url('./static/fonts/HurmeGeometricSans3-Regular.woff') format('woff');
}
@font-face {
  font-family: 'HurmeGeometricSans3-Black';
  src: local('HurmeGeometricSans3-Black'),
    url('./static/fonts/HurmeGeometricSans3-Black.woff') format('woff');
}
@font-face {
  font-family: 'HurmeGeometricSans3-Light';
  src: local('HurmeGeometricSans3-Light'),
    url('./static/fonts/HurmeGeometricSans3-Light.woff2') format('woff2');
}
#es-rc #es-rc-content {
  margin: 0 auto;
  padding: 0;
  font-family: 'HurmeGeometricSans3-Regular', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  max-width: 100vw;
  overflow: hidden;
  background-color: #ffffff;
}
#es-rc #es-rc-content * {
  box-sizing: border-box;
}
#es-rc #es-rc-content h2,
#es-rc #es-rc-content h3,
#es-rc #es-rc-content h4,
#es-rc #es-rc-content h5,
#es-rc #es-rc-content h6 {
  margin: 0;
}
#es-rc #es-rc-content p {
  margin: 0;
}
#es-rc #es-rc-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#es-rc #es-rc-content .es-title {
  padding-top: 10px;
  margin-bottom: 10px;
  font-family: 'HurmeGeometricSans3-Bold', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #13294b;
  text-align: center;
}
#es-rc #es-rc-content .es-kv {
  min-height: 570px;
  height: 550px;
  background: url(./static/img/kv-m.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#es-rc #es-rc-content .es-kv__logotyp {
  width: 80%;
  padding-top: 45px;
}
#es-rc #es-rc-content .es-kv__title {
  padding-top: 120px;
  padding-left: 7%;
  font-family: 'HurmeGeometricSans3-Bold', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
}
#es-rc #es-rc-content .es-kv__title span {
  font-size: 20px;
  font-family: 'HurmeGeometricSans3-Regular', sans-serif;
}
#es-rc #es-rc-content .es-kv__link {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  margin: 0 auto;
  font-family: 'HurmeGeometricSans3-Bold', sans-serif;
  background: #13294b;
  padding: 10px 20px;
  border-radius: 40px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}
#es-rc #es-rc-content .es-faq__link-container {
  text-decoration: none;
}
#es-rc #es-rc-content .es-faq__link {
  width: 200px;
  margin: 0 auto;
  font-family: 'HurmeGeometricSans3-Bold', sans-serif;
  background: #13294b;
  padding: 10px 20px;
  border-radius: 40px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}
#es-rc #es-rc-content .es-faq__packshot {
  display: block;
  width: 100%;
  max-width: 200px;
  max-height: 100%;
  margin: 0 auto;
  margin-left: -20px;
  margin-bottom: 20px;
}
#es-rc #es-rc-content .es-features {
  background-color: #eeebe4;
  position: relative;
  padding-top: 50px;
  padding-bottom: 43px;
}
#es-rc #es-rc-content .es-features__img-1 {
  width: 80px;
  position: absolute;
  bottom: -15px;
  left: -15px;
}
#es-rc #es-rc-content .es-features__img-2 {
  position: absolute;
  width: 45px;
  top: 30px;
  right: 4px;
}
#es-rc #es-rc-content .es-features__img-2--desktop {
  display: none;
}
#es-rc #es-rc-content .es-features__img-3 {
  display: none;
}
#es-rc #es-rc-content .es-features__description {
  width: 70%;
  margin: 0 auto;
  font-family: 'HurmeGeometricSans3-Regular', sans-serif;
  text-align: center;
  font-size: 18px;
  color: #13294b;
}
#es-rc #es-rc-content .es-features__description span {
  font-family: 'HurmeGeometricSans3-Bold', sans-serif;
}
#es-rc #es-rc-content .es-features__description--desktop {
  display: none;
}
#es-rc #es-rc-content .es-description {
  background: #e89ca2;
  background: url(./static/img/description-m.jpg) no-repeat center center;
  min-height: 600px;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 20px;
}
#es-rc #es-rc-content .es-description__container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 375px;
}
#es-rc #es-rc-content .es-description__title {
  font-family: 'HurmeGeometricSans3-Bold', sans-serif;
  font-size: 18px;
  color: #13294b;
}
#es-rc #es-rc-content .es-description__subtitle {
  max-width: 85%;
  margin: 0 auto;
  font-family: 'HurmeGeometricSans3-Regular', sans-serif;
  font-size: 18px;
  color: #13294b;
  text-align: center;
}
#es-rc #es-rc-content .es-description__subtitle--desktop {
  display: none;
}
#es-rc #es-rc-content .es-ingredients {
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: #eeebe4;
}
#es-rc #es-rc-content .es-ingredients__title {
  margin-bottom: 45px;
  font-family: 'HurmeGeometricSans3-Bold', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #13294b;
  text-align: center;
}
#es-rc #es-rc-content .es-ingredients__title--desktop {
  display: none;
}
#es-rc #es-rc-content .es-ingredients__slide-title {
  font-size: 13px;
  font-family: 'HurmeGeometricSans3-Regular', sans-serif;
  color: #13294b;
  text-align: center;
}
#es-rc #es-rc-content .es-ingredients__slide-title span {
  font-family: 'HurmeGeometricSans3-Bold', sans-serif;
}
#es-rc #es-rc-content .es-ingredients__slide-img {
  width: 32%;
  max-width: 152px;
  margin-bottom: 16px;
}
#es-rc #es-rc-content .es-ingredients__disclaimer {
  margin-top: 20px;
  margin-left: 20px;
  font-family: 'HurmeGeometricSans3-Regular', sans-serif;
  font-size: 10px;
  color: #13294b;
}
#es-rc #es-rc-content .es-ingredients__inner {
  display: none;
}
#es-rc #es-rc-content .es-ingredients__eclipse {
  display: none;
}
#es-rc #es-rc-content .es-video {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #13294b;
}
#es-rc #es-rc-content .es-video__title {
  margin-bottom: 25px;
  font-family: 'HurmeGeometricSans3-Bold', sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #ffffff;
}
#es-rc #es-rc-content .es-video__title--desktop {
  display: none;
}
#es-rc #es-rc-content .es-video__wrapper {
  margin: 0 auto;
  width: 100%;
}
#es-rc #es-rc-content .es-video iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 185px;
}
#es-rc #es-rc-content .es-video__iframe--desktop {
  display: none;
}
#es-rc #es-rc-content .es-video__iframe--mobile {
  border: 0;
  top: 0;
  left: 0;
  height: 650px !important;
}
#es-rc #es-rc-content .es-steps {
  background: url(./static/img/steps-bg-m.jpg) no-repeat center center;
  background-size: cover;
  height: 1140px;
  padding-top: 15px;
  position: relative;
}
#es-rc #es-rc-content .es-steps__title {
  margin-bottom: 30px;
  font-family: 'HurmeGeometricSans3-Bold', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}
#es-rc #es-rc-content .es-steps__subtitle {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'HurmeGeometricSans3-Bold', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}
#es-rc #es-rc-content .es-steps__subtitle--desktop {
  display: none;
}
#es-rc #es-rc-content .es-steps__container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 5px;
}
#es-rc #es-rc-content .es-steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#es-rc #es-rc-content .es-steps__item-title {
  margin-bottom: 12px;
  font-family: 'HurmeGeometricSans3-Bold', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
}
#es-rc #es-rc-content .es-steps__item-subtitle {
  margin-bottom: 30px;
  font-family: 'HurmeGeometricSans3-Regular', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}
#es-rc #es-rc-content .es-steps__item-img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
  width: 50%;
}
#es-rc #es-rc-content .es-cross {
  background-color: #eeebe4;
  padding-top: 15px;
  position: relative;
}
#es-rc #es-rc-content .es-cross__inner-gray {
  padding-bottom: 90px;
}
#es-rc #es-rc-content .es-cross__inner {
  background-color: #ffffff;
  padding-bottom: 50px;
}
#es-rc #es-rc-content .es-cross__img-elipse {
  position: absolute;
  bottom: 475px;
  right: 0;
  width: 25%;
}
#es-rc #es-rc-content .es-cross__img-elipse--desktop {
  display: none;
}
#es-rc #es-rc-content .es-cross__img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: 82%;
  max-width: 350px;
  margin-bottom: 30px;
  margin-left: 20px;
}
#es-rc #es-rc-content .es-cross__img--desktop {
  display: none;
}
#es-rc #es-rc-content .es-cross__subtitle {
  display: block;
  width: 230px;
  margin: 0 auto;
  font-family: 'HurmeGeometricSans3-Bold', sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #13294b;
  font-size: 30px;
  text-align: left;
}
#es-rc #es-rc-content .es-cross__title {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  margin-bottom: 32px;
  font-family: 'HurmeGeometricSans3-Bold', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #13294b;
  text-align: center;
  line-height: 1.4;
}
#es-rc #es-rc-content .es-cross__store-img {
  width: 55%;
}
#es-rc #es-rc-content .es-cross__container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 24px;
}
#es-rc #es-rc-content .es-faq {
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #13294b;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
#es-rc #es-rc-content .es-faq__title {
  padding-left: 25px;
  padding-bottom: 20px;
  font-family: 'HurmeGeometricSans3-Regular', sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  color: #fff !important;
}
#es-rc #es-rc-content .es-faq__item-check {
  width: 30px;
}
#es-rc #es-rc-content .es-faq__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#es-rc #es-rc-content .es-faq__item-visible {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
#es-rc #es-rc-content .es-faq .es-accordion [type='checkbox'] + label:after,
[type='checkbox'] + label:before {
  display: none;
}
#es-rc #es-rc-content .es-faq .es-accordion {
  margin: 0 auto;
  max-width: 990px;
}
#es-rc #es-rc-content .es-faq .es-accordion__element {
  margin: 0 auto;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid #fff;
}
#es-rc #es-rc-content .es-faq .es-accordion__element:last-of-type {
  border-bottom: none;
}
#es-rc #es-rc-content .es-faq .es-accordion__element-content {
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
  overflow: hidden;
  margin-top: -30px;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 10px;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}
#es-rc #es-rc-content .es-faq .es-accordion__element-content p {
  padding-left: 25px;
}
#es-rc #es-rc-content .es-faq .es-accordion__title {
  padding: 4px 15px 17px 60px;
  font-size: 14px;
  color: #fff;
  transition: all 200ms ease-out;
  border-radius: 5px;
  font-family: 'HurmeGeometricSans3-Regular', sans-serif;
  font-weight: 700;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

#es-rc #es-rc-content .es-faq .es-accordion .es-accordion__arrow {
  width: 17px;
  position: absolute;
  left: 28px;
  top: 10px;
  margin: auto 0;
  transition: all 0.3s ease-out;
}
#es-rc #es-rc-content .es-faq .es-accordion .active .es-accordion__arrow {
  transform: rotate(180deg);
}
#es-rc #es-rc-content .es-accordion__checkbox {
  display: none;
}

#es-rc #es-rc-content .es-accordion__element-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 0;
  margin-top: -30px;
}

#es-rc
  #es-rc-content
  .es-accordion__checkbox:checked
  ~ .es-accordion__element-content {
  max-height: 500px;
  padding-bottom: 10px;
}
#es-rc #es-rc-content .es-accordion__title {
  display: block;
  padding: 4px 15px 17px 60px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

#es-rc #es-rc-content .es-accordion__arrow {
  width: 17px;
  position: absolute;
  left: 28px;
  top: 10px;
  transition: transform 0.3s ease;
}

#es-rc
  #es-rc-content
  .es-accordion__checkbox:checked
  + .es-accordion__title
  .es-accordion__arrow {
  transform: rotate(180deg);
}
#es-rc #es-rc-content .es-footer {
  padding-top: 15px;
  padding-bottom: 50px;
}
#es-rc #es-rc-content .es-footer__title {
  font-family: 'HurmeGeometricSans3-Bold', sans-serif;
  font-weight: 500;
  color: #13294b;
  font-size: 22px;
  text-align: center;
}
#es-rc #es-rc-content .es-footer__title span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.2;
}
#es-rc #es-rc-content .es-footer__subtitle {
  margin-bottom: 20px;
  font-family: 'HurmeGeometricSans3-Bold', sans-serif;
  font-weight: 500;
  color: #13294b;
  font-size: 16px;
  text-align: center;
}
#es-rc #es-rc-content .es-footer__logo {
  width: 100%;
  max-width: 150px;
}
#es-rc #es-rc-content .swiper-pagination-bullet {
  background-color: #afafaf;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
#es-rc #es-rc-content .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#es-rc #es-rc-content .swiper-pagination-bullet-active {
  background-color: #bebcbc;
}
#es-rc #es-rc-content .es-swiper-button-next {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  transform: rotate(180deg);
  z-index: 3;
}
#es-rc #es-rc-content .es-swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  z-index: 3;
}
@media screen and (min-width: 360px) {
  #es-rc #es-rc-content .es-kv {
    height: 650px;
  }
  #es-rc #es-rc-content .es-description {
    /* min-height: 800px; */
  }
  #es-rc #es-rc-content .es-description__container {
    gap: 510px;
  }
}
@media screen and (min-width: 400px) {
  #es-rc #es-rc-content .es-kv {
    height: 850px;
  }
  #es-rc #es-rc-content .es-kv__title {
    padding-top: 250px;
    font-size: 35px;
  }
  #es-rc #es-rc-content .es-kv__title span {
    font-size: 25px;
  }
  #es-rc #es-rc-content .es-kv__link {
    left: 32%;
    bottom: 5px;
  }
}
@media screen and (min-width: 500px) {
  #es-rc #es-rc-content .es-steps {
    padding-top: 50px;
    background: url(./static/img/steps-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 640px;
  }
  #es-rc #es-rc-content .es-steps__container {
    flex-direction: row;
    justify-content: center;
  }
  #es-rc #es-rc-content .es-description {
    background: url(./static/img/description.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    min-height: 250px;
  }
  #es-rc #es-rc-content .es-description__container {
    max-width: 275px;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  #es-rc #es-rc-content .es-description__subtitle {
    font-size: 16px;
  }
}
@media screen and (min-width: 550px) {
  #es-rc #es-rc-content .es-kv {
    height: 975px;
    position: relative;
    z-index: 2;
  }
  #es-rc #es-rc-content .es-kv__title {
    padding-top: 250px;
    font-size: 35px;
  }
  #es-rc #es-rc-content .es-features {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #es-rc #es-rc-content .es-features__description {
    display: none;
  }
  #es-rc #es-rc-content .es-features__description--desktop {
    width: 100%;
    display: block;
    font-size: 18px;
  }
  #es-rc #es-rc-content .es-features__img-3 {
    display: block;
    position: absolute;
    width: 63px;
    top: -20px;
    left: 200px;
    z-index: 1;
  }
  #es-rc #es-rc-content .es-features__img-1 {
    bottom: -35px;
    left: 30px;
  }
  #es-rc #es-rc-content .es-features__img-2 {
    display: none;
  }
  #es-rc #es-rc-content .es-features__img-2--desktop {
    display: block;
    width: 50px;
    top: 45px;
    right: 30px;
  }
  #es-rc #es-rc-content .es-ingredients .es-swiper {
    display: none;
  }
  #es-rc #es-rc-content .es-ingredients__inner {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
  #es-rc #es-rc-content .es-ingredients__slide {
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #es-rc #es-rc-content .es-ingredients__slide-img {
    width: 50%;
  }
  #es-rc #es-rc-content .es-ingredients__slide-title {
    font-size: 18px;
  }
  #es-rc #es-rc-content .es-ingredients__disclaimer {
    text-align: center;
  }
  #es-rc #es-rc-content .es-steps__subtitle {
    display: none;
  }
  #es-rc #es-rc-content .es-steps__subtitle--desktop {
    display: block;
    bottom: 30px;
  }
  #es-rc #es-rc-content .es-steps__item-title {
    font-size: 25px;
  }
  #es-rc #es-rc-content .es-steps__item-subtitle {
    font-size: 16px;
  }
  #es-rc #es-rc-content .es-video iframe {
    min-height: 585px;
  }
  #es-rc #es-rc-content .es-video__title {
    display: none;
  }
  #es-rc #es-rc-content .es-video__title--desktop {
    display: block;
  }

  #es-rc #es-rc-content .es-kv__link {
    left: 22%;
  }
  #es-rc #es-rc-content .es-description {
    min-height: 340px;
  }
}
@media screen and (min-width: 650px) {
  #es-rc #es-rc-content .es-kv {
    height: 1200px;
    background: url(./static/img/kv.jpg) no-repeat center center;
    height: 100%;
    background-size: cover;
  }
  #es-rc #es-rc-content .es-kv__logotyp {
    max-width: 280px;
    margin-left: 5%;
  }
  #es-rc #es-rc-content .es-kv__title {
    padding-top: 50px;
    font-size: 35px;
  }
  #es-rc #es-rc-content .es-kv__link {
    left: 20%;
  }
  #es-rc #es-rc-content .es-cross__inner-gray {
    display: flex;
    align-items: center;
  }
  #es-rc #es-rc-content .es-cross__img {
    margin-left: auto;
    display: none;
  }
  #es-rc #es-rc-content .es-cross__img--desktop {
    display: block;
  }
  #es-rc #es-rc-content .es-cross__img-elipse {
    display: none;
  }
  #es-rc #es-rc-content .es-cross__img-elipse--desktop {
    display: block;
    width: 120px;
    bottom: 275px;
  }
  #es-rc #es-rc-content .es-cross__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #es-rc #es-rc-content .es-cross__store-img {
    width: 100%;
    max-width: 200px;
  }
  #es-rc #es-rc-content .es-faq__title {
    margin: 0 auto;
    padding-left: 75px;
    font-size: 20px;
  }
  #es-rc #es-rc-content .es-faq .es-accordion {
    max-width: none;
  }
  #es-rc #es-rc-content .es-faq .es-accordion__title {
    font-size: 20px;
  }
  #es-rc #es-rc-content .es-faq .es-accordion__element {
    padding-left: 50px;
  }
  #es-rc #es-rc-content .es-faq .es-accordion__element-content p {
    font-size: 20px;
  }
  #es-rc #es-rc-content .es-footer {
    position: relative;
    padding-top: 50px;
  }
  #es-rc #es-rc-content .es-footer__title {
    z-index: 2;
    position: relative;
  }
  #es-rc #es-rc-content .es-footer__img {
    margin-top: -100px;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  #es-rc #es-rc-content .es-title {
    font-size: 35px;
  }
  #es-rc #es-rc-content .es-description {
    background: url(./static/img/description.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    min-height: 440px;
  }
  #es-rc #es-rc-content .es-description__title {
    font-size: 22px;
  }
  #es-rc #es-rc-content .es-description__subtitle {
    display: none;
  }
  #es-rc #es-rc-content .es-description__subtitle--desktop {
    display: block;
    font-size: 18px;
  }
  #es-rc #es-rc-content .es-description__container {
    max-width: 420px;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  #es-rc #es-rc-content .es-cross__inner-gray {
    width: 80%;
    margin: 0 auto;
    gap: 20px;
  }
  #es-rc #es-rc-content .es-cross__subtitle {
    width: 400px;
    font-size: 32px;
  }
}
@media screen and (min-width: 998px) {
  #es-rc #es-rc-content .es-kv {
    height: 580px;
  }
  #es-rc #es-rc-content .es-ingredients {
    position: relative;
  }
  #es-rc #es-rc-content .es-ingredients__title {
    display: none;
  }
  #es-rc #es-rc-content .es-ingredients__title--desktop {
    display: block;
  }
  #es-rc #es-rc-content .es-ingredients__inner {
    max-width: none;
  }
  #es-rc #es-rc-content .es-ingredients__slide {
    width: 225px;
  }
  #es-rc #es-rc-content .es-ingredients__eclipse {
    display: block;
    position: absolute;
    right: 5%;
    top: 5%;
    width: 120px;
  }
  #es-rc #es-rc-content .es-video {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  #es-rc #es-rc-content .es-video__title {
    margin-bottom: 50px;
  }
  #es-rc #es-rc-content .es-video iframe {
    width: 80%;
  }
  #es-rc #es-rc-content .es-cross__img-elipse--desktop {
    bottom: 350px;
    right: 100px;
  }
  #es-rc #es-rc-content .es-cross__inner {
    padding-bottom: 100px;
  }
  #es-rc #es-rc-content .es-cross__inner-gray {
    gap: 50px;
  }
  #es-rc #es-rc-content .es-cross__subtitle {
    width: 500px;
    font-size: 45px;
  }
  #es-rc #es-rc-content .es-footer__img {
    margin-top: -220px;
  }
  #es-rc #es-rc-content .es-footer__subtitle {
    margin-bottom: 50px;
    font-size: 30px;
  }
  #es-rc #es-rc-content .es-footer__logo {
    max-width: 250px;
  }
  #es-rc #es-rc-content .es-description {
    min-height: 500px;
  }
}
@media screen and (min-width: 1100px) {
  #es-rc #es-rc-content .es-kv {
    height: 680px;
  }
  #es-rc #es-rc-content .es-description {
    min-height: 590px;
  }
}
@media screen and (min-width: 1200px) {
  #es-rc #es-rc-content .es-kv {
    height: 880px;
  }
  #es-rc #es-rc-content .es-kv__logotyp {
    padding-top: 12%;
  }
  #es-rc #es-rc-content .es-kv__title {
    padding-top: 60px;
    font-size: 40px;
  }
  #es-rc #es-rc-content .es-kv__link {
    bottom: 17%;
    left: 15%;
  }
}
@media screen and (min-width: 1400px) {
  #es-rc #es-rc-content .es-description {
    min-height: 800px;
  }
  #es-rc #es-rc-content .es-description__container {
    max-width: 620px;
  }
}
@media screen and (min-width: 1550px) {
  #es-rc #es-rc-content .es-kv {
    height: 980px;
  }
}
@media screen and (min-width: 1800px) {
  #es-rc #es-rc-content .es-kv {
    height: 1080px;
  }
  #es-rc #es-rc-content .es-kv__title {
    padding-top: 80px;
    font-size: 70px;
    padding-left: 12%;
  }
  #es-rc #es-rc-content .es-kv__title span {
    font-size: 50px;
  }
  #es-rc #es-rc-content .es-kv__link {
    bottom: 9%;
    left: 23.5%;
    width: 425px;
    font-size: 36px;
    text-align: center;
    padding: 21px 25px;
  }
  #es-rc #es-rc-content .es-kv__logotyp {
    padding-top: 8.7%;
    margin-left: 11.5%;
    max-width: 490px;
  }
  #es-rc #es-rc-content .es-features {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  #es-rc #es-rc-content .es-features__description--desktop {
    font-size: 35px;
  }
  #es-rc #es-rc-content .es-features__img-3 {
    width: 170px;
    top: -50px;
    left: 500px;
  }
  #es-rc #es-rc-content .es-features__img-2 {
    width: 140px;
    top: 125px;
    right: 160px;
  }
  #es-rc #es-rc-content .es-features__img-1 {
    bottom: -70px;
    left: 105px;
    width: 225px;
  }
  #es-rc #es-rc-content .es-description {
    min-height: 890px;
  }
  #es-rc #es-rc-content .es-description__container {
    max-width: 820px;
    margin-left: 190px;
  }
  #es-rc #es-rc-content .es-description__title {
    margin-top: 50px;
    font-size: 45px;
  }
  #es-rc #es-rc-content .es-description__subtitle--desktop {
    font-size: 35px;
  }
  #es-rc #es-rc-content .es-ingredients {
    padding-top: 85px;
    padding-bottom: 100px;
  }
  #es-rc #es-rc-content .es-ingredients__title {
    margin-bottom: 100px;
    font-size: 50px;
  }
  #es-rc #es-rc-content .es-ingredients__slide-img {
    width: 100%;
    max-width: 200px;
  }
  #es-rc #es-rc-content .es-ingredients__inner {
    gap: 65px;
  }
  #es-rc #es-rc-content .es-ingredients__slide-title {
    font-size: 26px;
  }
  #es-rc #es-rc-content .es-ingredients__slide {
    width: 315px;
  }
  #es-rc #es-rc-content .es-video {
    padding-top: 100px;
  }
  #es-rc #es-rc-content .es-video__title {
    margin-bottom: 100px;
    font-size: 45px;
  }
  #es-rc #es-rc-content .es-steps {
    padding-top: 105px;
    height: 1540px;
  }
  #es-rc #es-rc-content .es-steps__title {
    margin-bottom: 100px;
    font-size: 47px;
  }
  #es-rc #es-rc-content .es-steps__item-img {
    width: 100%;
  }
  #es-rc #es-rc-content .es-steps__container {
    -moz-column-gap: 250px;
    column-gap: 250px;
  }
  #es-rc #es-rc-content .es-steps__item-title {
    margin-bottom: 25px;
    font-size: 45px;
  }
  #es-rc #es-rc-content .es-steps__item-subtitle {
    font-size: 25px;
  }
  #es-rc #es-rc-content .es-steps__subtitle--desktop {
    bottom: 128px;
    font-size: 72px;
  }
  #es-rc #es-rc-content .es-cross {
    padding-top: 65px;
  }
  #es-rc #es-rc-content .es-cross__inner {
    padding-top: 25px;
    padding-bottom: 145px;
  }
  #es-rc #es-rc-content .es-cross__img-elipse--desktop {
    bottom: 565px;
    right: 240px;
    width: 170px;
  }
  #es-rc #es-rc-content .es-cross__inner-gray {
    width: 65%;
  }
  #es-rc #es-rc-content .es-cross__subtitle {
    width: 600px;
    font-size: 75px;
  }
  #es-rc #es-rc-content .es-cross__img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
  }
  #es-rc #es-rc-content .es-cross__title {
    margin-bottom: 100px;
    width: 60%;
    font-size: 45px;
  }
  #es-rc #es-rc-content .es-cross__store-img {
    max-width: 325px;
  }
  #es-rc #es-rc-content .es-faq__title {
    font-size: 30px;
    padding-left: 13%;
    padding-top: 20px;
    padding-bottom: 60px;
  }
  #es-rc #es-rc-content .es-faq .es-accordion__element-content {
    font-size: 30px;
  }
  #es-rc #es-rc-content .es-faq .es-accordion__element {
    padding-bottom: 40px;
    padding-left: 12%;
  }
  #es-rc #es-rc-content .es-faq .es-accordion .es-accordion__arrow {
    width: 30px;
    left: 15px;
    top: 35px;
  }
  #es-rc #es-rc-content .es-faq .es-accordion__title {
    padding-top: 25px;
    font-size: 30px;
  }
  #es-rc #es-rc-content .es-footer {
    padding-top: 160px;
  }
  #es-rc #es-rc-content .es-footer__img {
    margin-top: -410px;
  }
  #es-rc #es-rc-content .es-footer__title {
    font-size: 65px;
  }
  #es-rc #es-rc-content .es-footer__title span {
    font-size: 45px;
  }
  #es-rc #es-rc-content .es-footer__subtitle {
    margin-top: -50px;
    font-size: 50px;
  }
  #es-rc #es-rc-content .es-footer__logo {
    margin-bottom: 65px;
    max-width: 320px;
  }
} /*# sourceMappingURL=style.css.map */
