.section-header {
}

.announcement-bar-section {
  display: none;
}

#shopify-section-sections--16104639299693__footer {
  display: none;
}

.hero-top-bar {
  background: #70b0bf;
  display: flex;
  justify-content: center;
  padding: 5px 15px;
}

.hero-top-bar__container {
  max-width: 1000px;
  width: 100%;
}

.hero-top-bar__content {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

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

* {
  -webkit-tap-highlight-color: transparent;
}

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

a {
  text-decoration: none;
}

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

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

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;
  transition: opacity 0.2s ease;
}

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

summary {
  cursor: pointer;
  position: relative;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 35px 16px 0;
}

summary::marker {
  font-size: 0;
}

details > summary::after {
  position: absolute;
  content: "+";
  right: 10px;
  font-size: 30px;
  font-weight: 400;
  color: #003057;
}

details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 12px;
  font-size: 30px;
  font-weight: 400;
  color: #003057;
  line-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

details > summary::-webkit-details-marker {
  display: none;
}
/* 
details {
  border-bottom: 1px solid #d2dde5;
} */

.btn {
  color: #fff !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  border-radius: 50px;
  background: #2cc1d6;
  padding: 20px 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #2cc1d6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 341px;
}

.btn:hover {
  background: #fff;
  color: #2cc1d6 !important;
}

.title {
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.footer-landing {
  background: #002236;
  padding: 70px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rotate {
  background: #e4edf0;
  padding: 5px 30px;
}

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

.rotate__container {
  max-width: 1185px;
  width: 100%;
}

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

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

.rotate__item-img {
  max-width: 60px;
}

.rotate__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.rotate__item-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #002236;
}

.rotate__mob {
  display: none;
}

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

.claims {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: max-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  will-change: transform;
}

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

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

.shop__container {
  max-width: 1250px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.shop__row {
  width: 50%;
}

.shop__row:nth-child(1) .shop__inner {
  display: none;
}

.shop__inner {
  margin-bottom: 40px;
}

.shop__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
}

.shop__review span {
  color: #002236;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.shop__review svg {
  width: 100%;
  height: 100%;
  max-width: 152px;
}

.shop__title {
  color: #002236;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 30px;
}

.shop__sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}

.shop__media-item {
  width: 100%;
}

.shop__media-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.shop__description {
  color: #002236;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 30px;
}

.shop__packs {
  margin-bottom: 40px;
}

.shop__packs-title {
  color: #1d1d1d;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.shop__packs-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}

.shop__packs-item {
  width: 100%;
}

.shop__packs-item input {
  display: none;
}

.shop__packs-item input:checked + label {
  border-radius: 10px;
  border: 1px solid #2cc1d6;
  background: #002236;
  -webkit-box-shadow: inset 0 0 0 2px rgb(44, 194, 214);
  box-shadow: inset 0 0 0 2px rgb(44, 194, 214);
}

.shop__packs-item input:checked + label .shop__packs-item-title,
.shop__packs-item input:checked + label .shop__packs-item-price {
  color: #fff;
}

.shop__packs-item label {
  border-radius: 10px;
  border: 1px solid #002236;
  background: #fff;
  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;
  cursor: pointer;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  padding: 29px 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.shop__packs-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #2cc1d6;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.4px;
  padding: 3px;
}

.shop__packs-item-title {
  color: #002236;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.shop__packs-item-price {
  color: #002236;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.shop__purchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

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

.shop__purchase-item input {
  display: none;
}

.shop__purchase-item input:checked + label .shop__purchase-item-title::after {
  background: #2cc1d6;
}

.shop__purchase-item select {
  margin-top: 10px;
  width: 100%;
  padding: 5px 10px;
  max-width: 236px;
  border-radius: 20px;
  background: #2cc1d6;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  border: none;
  margin-left: 30px;
}

.shop__purchase-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}

.shop__purchase-item-title {
  position: relative;
  color: #002236;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.shop__purchase-item-title span {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  border-radius: 10px;
  background: #2cc1d6;
  padding: 4px 8px;
  text-align: center;
}

.shop__purchase-item-title::before {
  content: "";
  width: 31px;
  height: 31px;
  border-radius: 100px;
  border: 2px solid #e1d9d7;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31px;
  flex: 0 0 31px;
}

.shop__purchase-item-title::after {
  content: "";
  position: absolute;
  left: 6px;
  width: 19px;
  height: 19px;
  border-radius: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19px;
  flex: 0 0 19px;
  background: #e1d9d7;
}

.shop__purchase-item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.shop__purchase-item-price-old {
  color: #002236;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-decoration: line-through;
}

.shop__purchase-item-price-new {
  color: #002236;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.shop__purchase-item-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px;
  margin-top: 10px;
  padding-left: 30px;
}

.shop__purchase-item-benefits-item {
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.shop__purchase-item-benefits-item svg {
  width: 15px;
  height: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
}

.shop__btn {
  max-width: none;
}

.shop-price-red {
  color: #c00;
}

.shop__big-slider,
.shop__small-slider {
  width: 100%;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #095e77;
}

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

.hero__row:first-child {
  padding: 60px 30px 60px 30px;
}

.hero__body {
  max-width: 482px;
  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;
}

.hero__logo {
  margin-bottom: 57px;
}

.hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero__title {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 30px;
}

.hero__subtitle {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 35px;
}

.hero__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.hero__review svg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hero__review span {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.hero__description {
  color: #315620;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
}

.hero__btn {
  max-width: 341px;
  margin-bottom: 25px;
}

.hero__img {
  width: 100%;
  height: 100%;
  max-height: 860px;
}

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

.black-friday-banner {
  padding: 25px 15px;
  background: #1f3c52;
  display: flex;
  justify-content: center;
}

.black-friday-banner__container {
  display: flex;
  gap: 10px;
  align-items: center;
}

.black-friday-banner__container span {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
}

.why {
  position: relative;
  background: #002236;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 75px 30px;
  overflow: hidden;
}

.why__bg {
  position: absolute;
  width: auto;
  top: 0;
  height: 100%;
}

.why__bg:nth-child(1) {
  left: 0;
}

.why__bg:nth-child(2) {
  right: 0;
}

.why__bg svg,
.why__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.why__item-icon {
  max-width: 96px;
}

.why__item-icon img,
.why__item-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why__container {
  max-width: 1020px;
  position: relative;
  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;
}

.why__inner {
  margin-bottom: 50px;
}

.why__title {
  color: #a5d1d6;
  margin: 3rem 0 2rem;
}

@media screen and (min-width: 990px) {
  .why__title {
    margin: 5rem 0 3rem;
  }
}

.why__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 50px;
  width: 100%;
}

.why__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.why__item-title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.why__item-description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  width: 100%;
}

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #095e77;
  padding: 90px 30px;
}

.reviews__container {
  max-width: 1158px;
  width: 100%;
}

.reviews__inner {
  margin-bottom: 50px;
}

.reviews__title {
  color: #a5d1d6;
}

.reviews__body .swiper-button-prev:after,
.reviews__body .swiper-rtl .swiper-button-next:after,
.reviews__body .swiper-button-next:after,
.reviews__body .swiper-rtl .swiper-button-prev:after {
  font-size: 25px;
  color: #fff;
}

.reviews__body .swiper-pagination-bullet {
  background: #fff;
}

.reviews__item {
  border-radius: 10px;
  background: #fff;
  padding: 30px 20px;
}

.reviews__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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.reviews__item-icon {
  max-width: 151px;
}

.reviews__item-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.reviews__item-text {
  color: #002236;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.reviews__item-author {
  color: #002236;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.reviews .swiper-wrapper {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 30px;
  background: #fff;
}

.socials__container {
  max-width: 1180px;
  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;
}

.socials__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

.socials__title {
  color: #002236;
}

.socials__title a {
  color: #002236;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.socials__title a:hover {
  color: #095e77;
}

.socials__title-logo {
  max-width: 175px;
}

.socials__title-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.socials__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}

.socials__item {
  width: calc(25% - 11px);
  overflow: hidden;
}

.socials__item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.socials__item img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.socials__mobile {
  display: none;
}

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

.table__container {
  max-width: 1160px;
  width: 100%;
}

.table__body tr {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  border-bottom: 1px solid #fff;
}

.table__body tr:not(:nth-child(1)) {
  color: #002236;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.table__body td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 10px;
  border: none !important;
}

.table__body td:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px 10px 15px 0;
}

.table__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.table__icon > :not(:first-child) {
  display: none !important;
}

.table__icon svg,
.table__icon img {
  width: 48px;
  height: 48px;
}

.table__logo {
  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;
  gap: 30px;
}

.table__logo img {
  max-width: 180px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.table__logo svg {
  width: 100% !important;
  height: 100% !important;
  max-width: 223px;
}

.table__logo-title {
  color: #002236;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  word-wrap: nowrap;
}

.table-top {
  color: #002236;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding-bottom: 10px;
}

.table-top td {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.table-top td:not(:first-child) {
  padding: 50px;
}

.ingredients {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 30px 30px 30px;
  background: #a2d3d8;
}

.ingredients__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

.ingredients__container {
  max-width: 1100px;
  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;
  position: relative;
}

.ingredients__inner {
  margin-bottom: 70px;
}

.ingredients__title {
  color: #002236;
}

.ingredients__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 200px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.ingredients__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
  width: 100%;
}

.ingredients__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}

.ingredients__item-icon {
  max-width: 96px;
}

.ingredients__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ingredients__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}

.ingredients__item-title {
  color: #095e77;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.ingredients__item-description {
  color: #002236;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.ingredients__btn {
  background: #095e77;
  border: 1px solid #095e77;
}

.ingredients__btn:hover {
  color: #095e77;
}

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

  .hero__title {
    font-size: 50px;
    margin-bottom: 35px;
  }

  .hero__review img {
    width: 150px;
  }

  .ingredients__body {
    max-width: 700px;
    gap: 30px;
  }

  .ingredients__item-icon {
    max-width: 70px;
  }
}

@media (max-width: 1024px) {
  .shop__packs-item-label {
    font-size: 12px;
  }
}

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

  .rotate {
    padding: 5px 0;
  }

  .rotate__desk {
    display: none;
  }

  .rotate__item {
    margin: 0 10px;
  }

  .rotate__mob {
    display: block;
  }

  .shop__container {
    gap: 20px;
  }

  .shop__review svg {
    max-width: 122px;
  }

  .shop__packs-title {
    font-size: 26px;
  }

  .shop__packs-item-label {
    font-size: 10px;
  }

  .shop__packs-item-title {
    font-size: 16px;
  }

  .shop__packs-item-price {
    font-size: 14px;
  }

  .shop__purchase-item-price {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .why__body {
    gap: 15px;
  }

  .reviews__body {
    padding-bottom: 50px;
  }

  .socials__item {
    width: calc(50% - 11px);
  }
}

@media (max-width: 850px) {
  .hero__row:first-child {
    padding: 50px 30px 50px 30px;
  }

  .hero__logo {
    margin-bottom: 30px;
  }

  .hero__title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .hero__subtitle {
    font-size: 26px;
  }

  .hero__review img {
    width: 110px;
  }

  .hero__review span {
    font-size: 18px;
  }
}

@media (max-width: 820px) {
  .ingredients__bg img {
    -o-object-position: 43% 0;
    object-position: 43% 0;
  }

  .ingredients__row {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .black-friday-banner__container span {
    font-size: 16px;
  }

  .btn {
    font-size: 18px;
  }

  .title {
    font-size: 30px;
  }

  .footer-landing {
    padding: 50px 15px;
  }

  .rotate__item-label {
    font-size: 12px;
  }

  .shop {
    padding: 40px 20px;
  }

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

  .shop__row {
    width: 100%;
  }

  .shop__row:nth-child(1) .shop__inner {
    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;
  }

  .shop__row:nth-child(2) .shop__inner {
    display: none;
  }

  .shop__inner {
    margin-bottom: 30px;
  }

  .shop__review {
    margin-bottom: 0;
  }

  .shop__title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 15px;
  }

  .shop__description {
    text-align: center;
  }

  .shop__packs {
    margin-bottom: 30px;
  }

  .shop__packs-body {
    gap: 5px;
  }

  .shop__packs-item label {
    padding: 30px 5px 20px 5px;
  }

  .shop__purchase {
    margin-bottom: 30px;
  }

  .shop__purchase-item-title {
    font-size: 16px;
    gap: 5px;
  }

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

  .shop__purchase-item-price {
    width: auto;
    gap: 10px;
  }

  .shop__purchase-item-benefits-item {
    font-size: 14px;
  }

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

  .hero__row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }

  .hero__row:first-child {
    padding: 40px 20px 40px 20px;
  }

  .hero__body {
    max-width: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero__title {
    max-width: 400px;
    text-align: center;
  }

  .hero__subtitle {
    text-align: center;
  }

  .hero__review span {
    font-size: 16px;
  }

  .hero__description {
    margin-bottom: 30px;
  }

  .why {
    padding: 50px 20px;
  }

  .why__bg {
    display: none;
  }

  .why__inner {
    margin-bottom: 40px;
  }

  .why__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;
    gap: 30px;
    margin-bottom: 40px;
  }

  .why__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 520px;
  }

  .why__item-description {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .why__item-title {
    font-size: 18px;
  }

  .reviews {
    padding: 50px 20px;
  }

  .reviews__inner {
    margin-bottom: 40px;
  }

  .reviews__item-body {
    gap: 10px;
  }

  .reviews__item-icon {
    max-width: 120px;
  }

  .socials {
    padding: 50px 0;
  }

  .socials__inner {
    padding: 0 15px;
  }

  .socials__body {
    display: none;
  }

  .socials__item {
    width: 100%;
    max-width: 234px;
    margin: 0 6px;
  }

  .socials__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
  }

  .table {
    padding: 50px 20px;
  }

  .table__body tr:not(:nth-child(1)) {
    font-size: 16px;
  }

  .table__body td {
    padding: 10px 10px;
  }

  .table__body td:first-child {
    padding: 10px 10px 10px 0;
  }

  .table__icon svg,
  .table__icon img {
    width: 38px;
    height: 38px;
  }

  .table__logo {
    gap: 15px;
  }

  .table-top {
    font-size: 30px;
  }

  .ingredients {
    padding: 50px 20px;
  }

  .ingredients__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    top: auto;
    bottom: 0;
    min-height: 350px;
  }

  .ingredients__bg img {
    -o-object-position: 70% 100%;
    object-position: 70% 100%;
  }

  .ingredients__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: none;
    width: 100%;
    margin-bottom: 300px;
  }

  .ingredients__btn {
    display: none;
  }
}

@media (max-width: 460px) {
  .shop__purchase-item-price {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 440px) {
  .table__body tr {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .table__body tr:not(:nth-child(1)) {
    font-size: 14px;
  }

  .table__body td {
    padding: 5px 10px;
  }
}

@media (max-width: 374px) {
  .btn {
    padding: 15px 15px;
  }

  .title {
    font-size: 28px;
  }

  .shop {
    padding: 40px 15px;
  }

  .shop__review span {
    font-size: 14px;
  }

  .shop__review svg {
    max-width: 110px;
  }

  .shop__title {
    font-size: 30px;
  }

  .shop__packs-title {
    font-size: 22px;
  }

  .shop__packs-item label {
    padding: 25px 5px 15px 5px;
  }

  .shop__packs-item-label {
    font-size: 8px;
    padding: 4px;
  }

  .shop__packs-item-title {
    font-size: 14px;
  }

  .shop__packs-item-price {
    font-size: 12px;
  }

  .shop__purchase-item-title {
    font-size: 14px;
  }

  .shop__purchase-item-title span {
    font-size: 10px;
  }

  .hero__row:first-child {
    padding: 40px 15px;
  }

  .hero__title {
    font-size: 40px;
  }

  .hero__subtitle {
    font-size: 22px;
  }

  .hero__review span {
    font-size: 14px;
  }

  .why {
    padding: 40px 15px;
  }

  .why__item-description {
    font-size: 14px;
  }

  .reviews {
    padding: 40px 15px;
  }

  .socials {
    padding: 40px 0;
  }

  .table {
    padding: 40px 15px;
  }

  .table__body tr {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .table__body tr:not(:nth-child(1)) {
    font-size: 12px;
  }

  .table__body td {
    padding: 5px;
  }

  .table__body td:first-child {
    padding: 5px 5px 5px 0;
  }

  .table__icon svg,
  .table__icon img {
    width: 28px;
    height: 28px;
  }

  .table-top {
    font-size: 20px;
  }

  .ingredients {
    padding: 40px 15px;
  }
}

@supports (-webkit-appearance: none) {
}

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

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

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

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

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

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

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

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

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