@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
button,
a,
input,
div,
label {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
body {
  background-color: #f5faf7;
  background-image: url("../assets/images/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  overflow-x: hidden;
}
.wrapper {
  position: relative;
  max-width: 1220px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.header {
  min-height: 83px;
  padding-block: 24px 19px;
}
.header__logo-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__logo-icon {
  width: 40px;
  height: 40px;
}
.header__logo-text {
  font-weight: 700;
  font-size: 22px;
  line-height: 131%;
  color: #000000;
}
.intro {
  padding-top: 85.4px;
  margin-bottom: 65px;
}
@media (max-width: 430px) {
  .intro {
    margin-bottom: 40px;
  }
}
.intro__wrapper {
  display: flex;
  align-items: center;
  gap: 43px;
  gap: clamp(20px, calc(20px + (23 * ((100vw - 992px) / 408))), 43px);
}
.intro__content {
  max-width: 482px;
  width: 100%;
  padding-top: 20px;
}
.intro__content p {
  max-width: 390px;
  margin-bottom: 38px;
  padding-right: 20px;
}
.intro__title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 36px;
  font-size: clamp(31px, calc(31px + (5 * ((100vw - 992px) / 408))), 36px);
  line-height: 131%;
  color: #000000;
}
.intro__title span {
  display: inline-block;
  width: 100%;
  color: #49cd7e;
}
.intro__tariff {
  display: flex;
  gap: 10px;
}
.intro__tariff-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 140px;
  width: 100%;
  height: 115px;
  padding: 20px 27px;
  border-radius: 20px;
  border: 2px solid transparent;
  box-shadow: 0 4px 14px 0 rgba(9, 48, 25, 0.06);
  background: #fff;
  cursor: pointer;
  transition: all 0.4s ease;
}
.intro__tariff-card.active {
  border: 2px solid #49cd7e;
  border-radius: 20px;
  box-shadow: 0 4px 14px 0 rgba(9, 48, 25, 0.06);
  background: #f0fff7;
}
.intro__tariff-card:last-child {
  position: relative;
}
.intro__tariff-card:last-child:before {
  position: absolute;
  content: "Save 60%";
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 20px;
  background-image: url("../assets/icons/badge.svg");
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.intro__tariff-period {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 106%;
  text-align: center;
  color: #262e2a;
}
.intro__tariff-price {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
}
.intro__tariff-save {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #49cd7e;
}
.intro__button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 292px;
  width: 100%;
  min-height: 68px;
  margin-top: 29px;
  border-radius: 57px;
  box-shadow: 0 4px 15px 0 rgba(9, 48, 25, 0.06);
  background: #49cd7e;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transition: transform 1s ease;
}
.intro__button.animate {
  opacity: 1;
  transform: none;
}
.intro__pictures-box {
  position: relative;
  max-width: 636px;
  width: 100%;
  height: 560px;
  height: clamp(480px, calc(480px + (80 * ((100vw - 992px) / 408))), 560px);
}
.intro__picture {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}
.intro__icon {
  position: absolute;
}
.intro__icon.clock {
  left: 18%;
  bottom: -15px;
  opacity: 0;
  transform: translate(100px, -50px) scale(0.8);
  transition: all 0.3s ease-out 0.7s;
}
.intro__icon.clock.animate {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.intro__icon.donut {
  right: -15px;
  top: -70px;
  opacity: 0;
  transform: translate(-200px, 200px) scale(0.8);
  transition: all 0.5s ease-out 1s;
}
.intro__icon.donut.animate {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.proven {
  margin-bottom: 17px;
}
.proven__title.h2 {
  margin-bottom: 72px;
}
.proven__brands {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36.5px;
  gap: clamp(15px, calc(15px + (21.5 * ((100vw - 1150px) / 250))), 36.5px);
}
.advantage__wrapper {
  position: relative;
  display: flex;
  gap: 30px;
}
.advantage__picture {
  max-width: 602px;
  width: 100%;
  background-image: url("../assets/images/girl.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.advantage__content {
  max-width: 558px;
  width: 100%;
  padding-block: 53px 125px;
}
.advantage__title.h2 {
  margin-bottom: 47px;
  line-height: 131%;
  text-align: left;
}
.advantage__list {
  margin-bottom: 47px;
}
.advantage__list-item {
  display: flex;
  gap: 12px;
  padding-right: 120px;
  align-items: flex-start;
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}
.advantage__list-item img {
  display: inline-block;
  margin-top: 3px;
}
.advantage__list-item:last-child {
  margin-bottom: 0;
}
.advantage__pic-box {
  position: relative;
  width: 180px;
  height: 52px;
}
.advantage__pic.app {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.advantage__pic.hand {
  position: absolute;
  right: -80px;
  bottom: -55px;
  width: 90px;
  height: auto;
  cursor: pointer;
  pointer-events: none;
}
@keyframes tapAnimation {
  0% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-20px, -15px) scale(0.9);
  }
  30% {
    transform: translate(-22px, -17px) scale(0.85);
  }
  45% {
    transform: translate(0, 0) scale(1);
  }
  46%,
  100% {
    transform: translate(0, 0) scale(1);
  }
}
.footer {
  background-color: #1a2127;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}
.footer a {
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.5px;
  text-align: right;
  color: #fff;
}
.footer__left {
  display: flex;
  gap: 40px;
}
.footer__right {
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.5px;
  text-align: right;
  color: #fff;
  opacity: 0.6;
}
.terms,
.privacy,
.cookie {
  font-size: 24px;
}
.terms br,
.privacy br,
.cookie br {
  margin-bottom: 15px;
}
.terms h4,
.privacy h4,
.cookie h4 {
  margin-block: 30px 10px;
}
.terms p,
.privacy p,
.cookie p,
.terms h5,
.privacy h5,
.cookie h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
.terms li p,
.privacy li p,
.cookie li p {
  margin-bottom: 0;
  margin-top: 10px;
}
.terms a,
.privacy a,
.cookie a {
  text-overflow: ellipsis;
  text-decoration: underline;
  color: #49cd7e;
}
.terms a:hover,
.privacy a:hover,
.cookie a:hover {
  text-decoration: none;
}
.terms ul,
.privacy ul,
.cookie ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.terms li,
.privacy li,
.cookie li {
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
}
.terms li span,
.privacy li span,
.cookie li span {
  display: inline-block;
  width: 100%;
}
#appendix_a,
#appendix_b {
  margin-top: 50px;
}
.providers-grid,
.partners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
  border-top: 1px solid #1a2127;
  border-left: 1px solid #1a2127;
}
.grid__cell {
  padding: 10px;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #1a2127;
  border-right: 1px solid #1a2127;
}
@media (max-width: 1280px) {
  .wrapper {
    padding-inline: 15px;
  }
}
@media (max-width: 1150px) {
  .proven__brands {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-content: center;
    justify-items: center;
    gap: 40px;
  }
  .proven__brand {
    max-width: 253px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .advantage__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
  }
  .advantage__picture {
    max-width: 500px;
    height: 370px;
    object-fit: contain;
    margin-bottom: 20px;
  }
  .advantage__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 650px;
    padding-block: 30px 50px;
  }
  .advantage__title.h2 {
    text-align: center;
  }
  .grid__cell {
    font-size: 16px;
  }
  .grid__cell a {
    display: inline-block;
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .grid__cell p {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 900px) {
  .intro__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .intro__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .intro__title,
  .intro p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .proven__brands {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .advantage__list-item {
    padding-right: 20px;
  }
  .providers-grid,
  .partners-grid {
    grid-template-columns: 1fr;
  }
  .grid__cell:nth-child(odd) {
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #1a2127;
  }
}
@media (max-width: 480px) {
  .intro__button {
    max-width: 100%;
  }
  .intro__icon.donut {
    right: 0;
    top: 0;
  }
  .intro__icon.clock {
    left: 5%;
    bottom: 25px;
  }
}
@media (max-width: 430px) {
  .intro__title {
    font-size: 24px;
  }
  .proven__title.h2 {
    margin-bottom: 40px;
  }
  .advantage__title {
    margin-bottom: 40px;
  }
  .advantage__pic.hand {
    width: 70px;
    right: -65px;
    bottom: -45px;
  }
  .footer__wrapper {
    gap: 15px;
  }
  .footer__left {
    gap: 10px;
  }
  .footer a,
  .footer__right {
    font-size: 12px;
  }
}
.h2 {
  margin-bottom: 72px;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
}
@media (max-width: 430px) {
  .h2 {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.flex__container {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1190px) {
  .flex__container {
    column-gap: 40px;
  }
}
.flex__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: auto;
  text-align: center;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 4px 23px 0px #0b76361a;
}
.flex__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.swiper {
  margin-bottom: 70px;
  overflow: inherit;
}
@media (min-width: 1190px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
.swiper-button-next,
.swiper-button-prev {
  color: #49cd7e;
}
.benefits {
  position: relative;
  margin-bottom: 72px;
}
.benefits__wrapper {
  position: relative;
  z-index: 1;
}
.benefits__item {
  padding: 13px 20px 40px;
}
@media (min-width: 1190px) {
  .benefits__item {
    max-width: 260px;
  }
}
.benefits__image {
  display: flex;
  align-items: center;
  height: 195px;
  margin-bottom: 11px;
}
.benefits__title {
  max-width: 150px;
  margin-bottom: 12px;
}
.benefits__text {
  font-size: 16px;
  line-height: 22px;
}
.benefits__salad {
  position: absolute;
  top: 38%;
  right: 0;
}
@media (max-width: 730px) {
  .benefits__salad {
    top: 0;
  }
}
.reviews {
  position: relative;
  margin-bottom: 72px;
  z-index: 1;
}
.reviews__h2 {
  margin-bottom: 104px;
}
@media (max-width: 430px) {
  .reviews__h2 {
    margin-bottom: 50px;
  }
}
.reviews__item {
  position: relative;
  padding: 72px 19px 30px;
  opacity: 0;
  transform: translate(0, 50px) scale(0.6);
  transition: transform 1s ease;
}
.reviews__item.active {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
@media (min-width: 1190px) {
  .reviews__item {
    max-width: 360px;
  }
}
@media (max-width: 1189px) {
  .reviews__item {
    padding-left: 40px;
    padding-right: 40px;
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
.reviews__person {
  position: absolute;
  top: -32px;
}
.reviews__title {
  margin-bottom: 16px;
  color: #49cd7e;
}
.reviews__stars {
  width: 0;
  transition: width 1s linear;
}
.reviews__stars.active {
  width: 173px;
}
.reviews__text {
  margin: 23px 0 12px;
  font-size: 18px;
  line-height: 24px;
}
.smile {
  opacity: 0;
  transform: rotateZ(90deg) scale(0);
  transition: transform 1s ease;
}
@media (max-width: 1300px) {
  .smile {
    width: 80px;
    height: 80px;
  }
}
.smile.active {
  opacity: 1;
  transform: rotateZ(0) scale(1);
}
.smile__heart {
  position: absolute;
  top: 40px;
  left: -40px;
  z-index: 2;
}
@media (max-width: 1300px) {
  .smile__heart {
    top: 100px;
    left: 0;
  }
}
.smile__perfect {
  position: absolute;
  right: -76px;
  bottom: 86px;
  z-index: 1;
}
@media (max-width: 1300px) {
  .smile__perfect {
    right: 0;
    bottom: 100px;
  }
}
.button__link {
  display: block;
  width: 292px;
  margin: 0 auto;
  padding: 22px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  border-radius: 57px;
  background-color: #49cd7e;
  box-shadow: 0px 4px 15px 0px #0930190f;
  opacity: 0;
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transition: transform 1s ease;
}
.button__link.active {
  opacity: 1;
  transform: none;
}
.cookies {
  position: fixed;
  top: 12px;
  left: 50%;
  overflow-y: auto;
  width: 100%;
  max-width: 858px;
  max-height: 100%;
  padding: 11px 24px;
  color: #ffffff;
  border-radius: 20px;
  background-color: #49cd7e;
  box-shadow: 0px 4px 23px 0px #0b76361a;
  opacity: 0;
  transform: translateX(-50%);
  z-index: 1;
  animation: opacityCookies 1s ease-in-out forwards;
}
.cookies__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
}
.cookies__container_customize {
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cookies__container_customize .customize__item {
  display: block;
}
.cookies__container_customize .cookies__text_initial,
.cookies__container_customize .customize__button {
  display: none;
}
.cookies__container_customize .cookies__title_main {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cookies__container_customize .cookies__title_main .cookies__back {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../assets/icons/arrow_back.svg");
  background-position: left center;
  background-repeat: no-repeat;
}
.cookies__title {
  width: 120px;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}
.cookies__title_main {
  width: 100%;
}
.cookies__back {
  display: none;
}
.cookies__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.cookies__link {
  text-decoration: underline;
}
.cookies__link:hover {
  text-decoration: none;
}
.cookies button {
  white-space: nowrap;
}
.cookies__button {
  font-weight: 700;
  font-size: 12px;
  text-decoration: underline;
  color: #ffffff;
}
.cookies__button:hover {
  text-decoration: none;
}
.cookies__accept {
  width: 100%;
  max-width: 123px;
  padding: 12px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #3bbf6f;
  border-radius: 57px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cookies__accept:hover {
  color: #ffffff;
  background-color: #3bbf6f;
}
.cookies-option__container {
  margin-top: 15px;
}
.cookies-option__text {
  margin: 2px 0 15px;
}
@media (min-width: 701px) {
  .cookies__text_initial {
    margin-right: 20px;
  }
}
@media (max-width: 700px) {
  .cookies {
    top: auto;
    bottom: 0;
    padding: 10px 20px 20px;
  }
  .cookies__container {
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align: center;
  }
  .cookies__container_customize {
    justify-content: space-between;
    text-align: left;
  }
  .cookies__title_main {
    justify-content: center;
    margin-bottom: 7px !important;
  }
  .cookies__title_main span {
    flex-grow: 1;
    text-align: center;
  }
  .cookies__text_initial {
    margin-bottom: 8px;
  }
  .cookies__accept {
    padding: 9px;
  }
}
@keyframes opacityCookies {
  to {
    opacity: 1;
  }
}
.customize__item {
  display: none;
}
@media (max-width: 700px) {
  .customize__button {
    order: 1;
  }
}
.switcher {
  display: flex;
  align-items: center;
}
.switcher__container {
  display: flex;
  align-items: center;
  gap: 7px;
  transition: opacity 0.3s ease-in-out;
}
.switcher__container_active .switcher__knob,
.switcher__container_necessary .switcher__knob {
  transform: translateX(100%);
}
.switcher__container_necessary {
  opacity: 0.6;
  pointer-events: none;
}
.switcher__text {
  width: 23px;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
}
.switcher__item {
  width: 46px;
  height: 26px;
  padding: 2px;
  border-radius: 100px;
  border: 2px solid #ffffff;
  cursor: pointer;
}
.switcher__knob {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px #00000026;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 700px) {
  .switcher {
    justify-content: space-between;
  }
}
