@font-face {
  font-family: "Berthold";
  font-display: swap;
  src: url("../fonts/Berthold-Akzidenz-Grotesk-BE-Light.woff") format("woff"),
    url("../fonts/Berthold-Akzidenz-Grotesk-BE-Light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

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

@font-face {
  font-family: "GT Pressura";
  font-display: swap;
  src: url("../fonts/GT-Pressura-mono-bold.woff") format("woff"),
    url("../fonts/GT-Pressura-mono-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

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

.header__top {
  background: #393b38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: sticky;
  top: 0;
  padding: 15px 30px;
  z-index: 11;
}

.header__top-container {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__top-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #ffffff;
}

.header__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px 40px 30px;
  z-index: 2;
}

.header__body {
  max-width: 516px;
}

.header__logo {
  margin-bottom: 65px;
}

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

.header__title {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #373a36;
  margin-bottom: 50px;
}

.header__description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #373a36;
  margin-bottom: 65px;
}

.header__btn {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #393b38;
  max-width: 451px;
  width: 100%;
  padding: 20px 10px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#80e9eb),
    to(#aeedcd)
  );
  background: -o-linear-gradient(left, #80e9eb 0%, #aeedcd 100%);
  background: linear-gradient(90deg, #80e9eb 0%, #aeedcd 100%);
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(90deg, #80e9eb 0%, #aeedcd 100%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 13px;
}

.header__btn:hover {
  background: #fff;
}

.header__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 451px;
  width: 100%;
  justify-content: center;
}

.header__rating img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}

.header__rating span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #393b38;
}

.header__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  /* height: 600px; */
}

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

.header__image img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #373a36;
  padding: 105px 30px;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.claim_wrapper {
  width: 100%;
  overflow: hidden;
}

.claims_marquee {
  width: 100%;
}

.claims {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#80e9eb),
    to(#aeedcd)
  );
  background: -o-linear-gradient(left, #80e9eb 0%, #aeedcd 100%);
  background: linear-gradient(90deg, #80e9eb 0%, #aeedcd 100%);
}

.benefits__container {
  max-width: 1170px;
  width: 100%;
}

.benefits__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 29px 20px;
}

.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px;
}

.benefits__item-img {
  margin-right: 16px;
}

.benefits__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #393b38;
}

.benefits__mobile {
  display: none;
}

.advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 135px 30px;
}

.advantage__container {
  max-width: 1210px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantage__inner {
  margin-bottom: 80px;
}

.advantage__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #373a36;
}

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

.advantage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 250px;
  width: 100%;
  margin: 0 15px 0 15px;
}

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

.advantage__item-img {
  margin-bottom: 20px;
}

.advantage__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  color: #393b38;
  padding: 5px 25px;
  margin-bottom: 20px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b3ed80),
    to(#fff67f)
  );
  background: -o-linear-gradient(top, #b3ed80 0%, #fff67f 100%);
  background: linear-gradient(180deg, #b3ed80 0%, #fff67f 100%);
}

.advantage__item-title br {
  display: none;
}

.advantage__description {
  font-family: "Berthold", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #373a36;
}

.swiper-pagination-bullet {
  border: 1px solid #393b38;
  background-color: transparent;
  width: 11px;
  height: 11px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #393b38;
}

.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 0px 2px #393b38 inset;
  box-shadow: 0px 0px 0px 2px #393b38 inset;
}

.hydrate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 30px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#80e9eb),
    to(#aeedcd)
  );
  background: -o-linear-gradient(left, #80e9eb 0%, #aeedcd 100%);
  background: linear-gradient(90deg, #80e9eb 0%, #aeedcd 100%);
}

.hydrate__container {
  max-width: 1340px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.hydrate__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  background: #393b38;
  padding: 49px;
}

.hydrate__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
}

.hydrate__pic {
  margin-bottom: 30px;
}

.hydrate__pic img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.hydrate__discription {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 30px;
}

.hydrate__subdescription {
  font-family: "Berthold", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 30px;
}

.hydrate__info-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 23px;
}

.hydrate__info-item:last-child {
  margin-bottom: 0;
}

.hydrate__info-item span {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.hydrate__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  background: #fff;
  padding: 30px 30px 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hydrate__items {
  width: 100%;
}

.hydrate__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

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

.hydrate__item-image {
  width: 100%;
  height: 67px;
  max-width: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 46px;
}

.hydrate__item-image img {
  width: 100%;
  height: 100%;
  max-width: 67px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hydrate__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hydrate__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #393b38;
  padding: 5px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#80e9eb),
    to(#aeedcd)
  );
  background: -o-linear-gradient(top, #80e9eb 0%, #aeedcd 100%);
  background: linear-gradient(180deg, #80e9eb 0%, #aeedcd 100%);
}

.hydrate__item-description {
  font-family: "Berthold", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #373a36;
}

.hydrate__btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 228px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #373a36;
  border: 1px solid #373a36;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 50px;
  padding: 10px 10px;
}

.hydrate__btn:hover {
  background-color: #fff;
  color: #373a36;
}

.hydrate__right-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hydrate__right-item {
  width: 100%;
  max-width: 218px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.hydrate__right-item-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #393b38;
}

.hydrate__right-item-img {
  margin-right: 20px;
}

.hydrate__right-item-img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.perk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 141px 30px;
}

.perk__container {
  max-width: 1220px;
  width: 100%;
}

.perk__inner {
  margin-bottom: 80px;
}

.perk__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #373a36;
}

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

.perk__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 360px;
  width: 100%;
  margin: 0 15px;
}

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

.perk__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.perk__item-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #373a36;
  padding: 10px 30px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b3ed80),
    to(#fff67f)
  );
  background: -o-linear-gradient(top, #b3ed80 0%, #fff67f 100%);
  background: linear-gradient(180deg, #b3ed80 0%, #fff67f 100%);
  max-width: 287px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.perk__item-description {
  font-family: "Berthold", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #373a36;
}

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 74px 30px;
}

.reviews__container {
  max-width: 1070px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews__inner {
  margin-bottom: 80px;
}

.reviews__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #373a36;
}

.reviews__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
}

.reviews__item {
  max-width: 310px;
  width: 100%;
  padding: 30px 30px;
  background: #ffffff;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 15px;
}

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

.reviews__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.reviews__item-rating {
  margin-bottom: 29px;
}

.reviews__item-rating img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews__item-text {
  font-family: "Berthold", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #373a36;
  margin-bottom: 29px;
}

.reviews__item-user {
  font-family: "Berthold", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #373a36;
}

.reviews__btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #393b38;
  max-width: 228px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 12px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#80e9eb),
    to(#aeedcd)
  );
  background: -o-linear-gradient(left, #80e9eb 0%, #aeedcd 100%);
  background: linear-gradient(90deg, #80e9eb 0%, #aeedcd 100%);
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(90deg, #80e9eb 0%, #aeedcd 100%);
}

.reviews__btn:hover {
  background: #fff;
}

.table {
  padding: 108px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table__container {
  max-width: 1220px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table__inner {
  margin-bottom: 80px;
}

.table__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #373a36;
}

.table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 900px;
}

.table__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: auto;
}

.table__mobile {
  display: none !important;
}

.magnify {
  border-radius: 50%;
  border: 2px solid black;
  position: absolute;
  z-index: 20;
  background-repeat: no-repeat;
  background-color: white;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
  display: none;
  cursor: none;
}

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

body {
  font-family: "GT Pressura", sans-serif;
}

a {
  text-decoration: none;
}

summary {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details > summary::-webkit-details-marker {
  display: none;
}

summary:focus {
  outline: none;
}

summary:active {
  border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

[v-cloak] {
  display: block;
  padding: 50px 0;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[v-cloak]:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  -webkit-animation: spinner 0.6s linear infinite;
  animation: spinner 0.6s linear infinite;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

[v-cloak] > div {
  display: none;
}

.modal-enter,
.modal-leave-to {
  opacity: 0;
}

.modal-enter-active,
.modal-leave-active {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media (max-width: 1120px) {
  .hydrate__right-item {
    max-width: 200px;
  }

  .hydrate__right-item-title {
    font-size: 18px;
  }

  .hydrate__right-item-img img {
    width: 55px;
  }
}

@media (max-width: 1050px) {
  .advantage__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advantage__item {
    max-width: none;
    width: 100%;
    max-width: 250px;
    margin: 0 15px 40px 15px;
  }
}

@media (max-width: 990px) {
  .benefits__desktop {
    display: none;
  }

  .benefits__mobile {
    display: block;
    width: 100%;
  }
}

@media (max-width: 970px) {
  .hydrate__left {
    padding: 49px 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 58%;
    flex: 1 1 58%;
  }

  .hydrate__right {
    padding: 30px;
  }
}

@media (max-width: 930px) {
  .header__logo {
    margin-bottom: 40px;
  }

  .header__title {
    font-size: 45px;
    margin-bottom: 40px;
  }

  .header__description {
    margin-bottom: 40px;
  }

  .header__right {
    /* height: 500px; */
  }
}

@media (max-width: 900px) {
  .hydrate__title {
    font-size: 34px;
  }

  .hydrate__info-item {
    font-size: 16px;
  }

  .hydrate__info-item span {
    font-size: 18px;
  }
}

@media (max-width: 850px) {
  .reviews__item {
    padding: 15px;
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .hydrate__right-item {
    width: 50%;
  }
  .hydrate__right-item-img {
    margin-right: 5px;
  }
  .header {
    -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;
  }

  .header__text {
    font-size: 16px;
  }

  .header__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 40px 30px 30px 30px;
  }

  .header__body {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__logo {
    margin-bottom: 35px;
  }

  .header__title {
    text-align: center;
    margin-bottom: 30px;
  }

  .header__description {
    text-align: center;
  }

  .header__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    height: auto;
  }

  .footer {
    padding: 70px 30px;
  }

  .advantage {
    padding: 55px 15px;
  }

  .advantage__inner {
    margin-bottom: 60px;
  }

  .advantage__title {
    font-size: 36px;
    line-height: 120%;
  }

  .hydrate {
    padding: 20px 30px;
  }

  .hydrate__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;
  }

  .hydrate__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 18px;
  }

  .hydrate__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hydrate__item-image {
    margin-right: 30px;
  }

  .hydrate__btn {
    margin-top: 20px;
  }

  .hydrate__right-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .perk {
    padding: 40px 30px;
  }

  .perk__inner {
    margin-bottom: 54px;
  }

  .perk__title {
    font-size: 36px;
  }

  .perk__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;
  }

  .perk__item {
    margin: 0 0 50px 0;
  }

  .perk__item-title {
    font-size: 70px;
    max-width: 215px;
  }

  .reviews {
    padding: 34px 30px;
  }

  .reviews__inner {
    margin-bottom: 50px;
  }

  .reviews__title {
    font-size: 36px;
  }

  .reviews__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;
    margin-bottom: 50px;
  }

  .reviews__item {
    margin: 0 0 30px 0;
  }

  .table {
    padding: 47px 30px;
  }

  .table__inner {
    margin-bottom: 50px;
  }

  .table__title {
    font-size: 36px;
  }

  .table__mobile {
    display: block !important;
  }

  .magnifiedImg {
    display: none !important;
  }
}

@media (max-width: 650px) {
  .advantage__item {
    /* width: 44%; */
  }
}

@media (max-width: 590px) {
  .advantage__item {
    max-width: 200px;
  }
  .advantage__item-title br {
    display: flex;
  }
}

@media (max-width: 560px) {
  .advantage__item {
    /* width: 100%; */
    /* max-width: 250px; */
  }
}

@media (max-width: 490px) {
  .advantage__item {
    margin: 0 10px 40px 10px;
    max-width: 150px;
  }
  .advantage__description {
    font-size: 14px;
    line-height: 135%;
  }
  .advantage__item-title {
    font-size: 16px;
  }
  .advantage__item-img img {
    width: 70px;
    height: 100%;
  }
}

@media (max-width: 460px) {
  .hydrate__right-item-title {
    font-size: 16px;
  }
  .hydrate__right {
    padding: 15px 15px 15px 20px;
  }
}

@media (max-width: 410px) {
  .header__title {
    font-size: 40px;
  }
}

@media (max-width: 400px) {
  .hydrate__right-item {
    flex-direction: column;
  }
  .hydrate__right-item-img {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .hydrate__right {
    padding: 15px;
  }
}

@media (max-width: 390px) {
  .hydrate__title {
    font-size: 30px;
  }
}

@media (max-width: 385px) {
  .advantage__title {
    font-size: 32px;
  }
}

@media (max-width: 374px) {
  .advantage__item {
    margin: 0 5px 30px 5px;
    max-width: 135px;
  }
  .header__top {
    padding: 10px 15px;
  }

  .header__left {
    padding: 40px 15px 20px 15px;
  }

  .header__logo {
    margin-bottom: 30px;
  }

  .header__logo img {
    width: 150px;
  }

  .header__title {
    font-size: 37px;
    margin-bottom: 20px;
  }

  .header__description {
    font-size: 16px;
    line-height: 135%;
  }

  .advantage {
    padding: 40px 15px;
  }

  .hydrate {
    padding: 20px 15px;
  }

  .hydrate__title {
    font-size: 29px;
  }

  .hydrate__discription {
    font-size: 16px;
    line-height: 135%;
  }

  .hydrate__subdescription {
    font-size: 14px;
    line-height: 135%;
  }

  .hydrate__info-item {
    font-size: 14px;
  }

  .hydrate__info-item span {
    font-size: 16px;
  }

  .hydrate__item-image {
    max-width: 50px;
  }

  .perk {
    padding: 40px 15px;
  }

  .perk__title {
    font-size: 32px;
  }

  .perk__item-title {
    font-size: 60px;
  }

  .reviews {
    padding: 34px 15px;
  }

  .reviews__title {
    font-size: 32px;
  }

  .table {
    padding: 40px 15px;
  }

  .table__title {
    font-size: 32px;
  }
}
@supports (-webkit-appearance: none) {
}

@media (max-width: 1120px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1050px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1000px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 990px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 970px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 930px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 900px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 860px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 850px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 767px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 650px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 560px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 410px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 390px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 385px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 374px) {
  @supports (-webkit-appearance: none) {
  }
}

.bundle {
  background: #f6f6f6;
  padding: 70px 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .bundle {
    padding: 40px 30px;
  }
}
@media (max-width: 374px) {
  .bundle {
    padding: 30px 15px;
  }
}
.bundle__container {
  max-width: 1000px;
  width: 100%;
}
.bundle__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .bundle__inner {
    margin-bottom: 30px;
  }
}
.bundle__title {
  font-family: "GT Pressura", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #373a36;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .bundle__title {
    font-size: 36px;
  }
}
@media (max-width: 374px) {
  .bundle__title {
    font-size: 32px;
  }
}
.bundle__rating {
  display: flex;
  justify-content: center;
}
.bundle__rating img {
  width: 96px;
  display: flex;
  margin-right: 12px;
}
.bundle__rating span {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #393b38;
}
.bundle__body {
  display: flex;
}
@media (max-width: 830px) {
  .bundle__body {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.bundle__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  width: 100%;
  margin: 0 25px;
}
@media (max-width: 990px) {
  .bundle__item {
    margin: 0 10px;
  }
}
@media (max-width: 830px) {
  .bundle__item {
    margin: 0 10px 30px 10px;
  }
}
@media (max-width: 400px) {
  .bundle__item {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 830px) {
  .bundle__item:nth-child(2) {
    order: 1;
  }
}
.bundle__item:nth-child(2) .bundle__item-top {
  background: linear-gradient(180deg, #b3ed80 -53.41%, #fcf680 146.59%);
}
@media (max-width: 830px) {
  .bundle__item:nth-child(3) {
    order: 2;
  }
}
.bundle__item:nth-child(3) .bundle__item-top {
  background: linear-gradient(180deg, #c89fe4 -77.27%, #ad7adb 170.45%);
}
.bundle__item:nth-child(3) .bundle__item-save {
  background: linear-gradient(180deg, #fbbb8b -31.53%, #fe9fcb 125.14%);
  color: #393b38;
}
@media (max-width: 830px) {
  .bundle__item:nth-child(1) {
    order: 3;
  }
  .bundle__item:nth-child(1) .bundle__item-top {
    display: none;
  }
}
.bundle__item-top {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  padding: 5px 5px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 900px) {
  .bundle__item-top {
    font-size: 18px;
  }
}
.bundle__item-image {
  margin-top: -1px;
}
.bundle__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: flex;
}
.bundle__item-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9ceaed;
  background: #000000;
  width: 100%;
  padding: 5px 2px;
}
@media (max-width: 900px) {
  .bundle__item-title {
    font-size: 22px;
  }
}
.bundle__item-body {
  padding: 20px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  width: 100%;
}
.bundle__item-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 20px;
}
.bundle__item-price-old {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: #393b38;
  margin-right: 20px;
}
.bundle__item-price-new {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #393b38;
}
.bundle__item-serv {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.bundle__item-serv span {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #393b38;
  position: relative;
}
.bundle__item-serv span:first-child {
  margin-right: 10px;
  padding-right: 10px;
}
.bundle__item-serv span:first-child::after {
  content: "";
  border-right: 1px solid #393b38;
  right: 0px;
  position: absolute;
  height: 100%;
}
.bundle__item-packs {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.bundle__item-packs span {
  font-family: "Berthold", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}
.bundle__item-price-serv {
  font-family: "Berthold", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #393b38;
  margin-bottom: 20px;
}
.bundle__item-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #393b38;
  width: 100%;
  padding: 16px 10px;
  background: linear-gradient(90deg, #80e9eb 0%, #aeedcd 100%);
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(90deg, #80e9eb 0%, #aeedcd 100%);
  transition: all 0.3s ease 0s;
  margin-bottom: 13px;
}
.bundle__item-btn:hover {
  background: #fff;
}
.bundle__item-bonus {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.bundle__item-bonus svg {
  margin-right: 10px;
}
.bundle__item-bonus span {
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #393b38;
}
@media (max-width: 1040px) {
  .bundle__item-bonus span {
    font-size: 16px;
  }
}
@media (max-width: 880px) {
  .bundle__item-bonus span {
    font-size: 14px;
  }
}
.bundle__item-save {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #393b38;
  background: linear-gradient(180deg, #b3ed80 -31.53%, #fff67f 125.14%);
  border-radius: 130px;
  padding: 7px 14px;
  margin-bottom: 20px;
}
