html {
  scroll-behavior: smooth;
}

.main {
  align-items: center;
  position: relative;
}
.main__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  width: 100%;
}

.background-wrapper {
  position: absolute;
  width: 100vw;
  top: 0;
  overflow: hidden;
  height: 7000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.optifast {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.optifast-background {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
}
.optifast-background__image {
  background-image: url(../assets/images/optifast-products/background-top.svg);
  background-position: calc(50% - 48px) center;
  background-repeat: no-repeat;
  height: 1452px;
  width: 100%;
  margin-top: 129px;
}
.optifast-background__hexagon {
  background-image: url(../assets/images/optifast-products/hexagon-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1870px;
  width: 100%;
  height: 1655px;
  top: -758px;
  position: absolute;
  z-index: -1;
}
.optifast-background__line {
  height: 11px;
  background: var(--persian-green);
  width: 100%;
  position: absolute;
  top: 131px;
  clip-path: inset(0 61% 0 0);
}
.optifast__content {
  padding: 65px 112px 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.optifast__wrapper {
  display: flex;
  gap: 4px;
  justify-content: center;
}
.optifast__subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--graphite-black);
  margin-top: 53px;
  max-width: 676px;
  text-align: center;
  margin-left: 52px;
  line-height: 32px;
}
.optifast .splide__pagination {
  gap: 10px;
  margin-right: 36px;
}
.optifast .splide__pagination__page {
  background: var(--persian-green);
}
.optifast .splide__pagination__page.is-active {
  background: var(--persian-green);
  transform: scale(1.8);
}
.optifast .splide__pagination__page:hover {
  background: var(--persian-dark-green);
  transform: scale(1.8);
}
.optifast-slider {
  clip-path: inset(0 32px 0 0);
  width: 542px;
  margin-top: 134px;
}
.optifast-slider__arrows {
  top: 37.2%;
  position: absolute;
  display: flex;
  width: 93.2%;
  justify-content: space-between;
}
.optifast-slider__container {
  height: 430px;
}
.optifast-slider__track {
  z-index: 1 !important;
}
.optifast-slider__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background-color: white;
  z-index: 1;
  transition: all .2s ease;
}
.optifast-slider__arrow-image {
  background-image: url(../assets/icons/optifast-products/slides-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 24px;
  width: 24px;
}
.optifast-slider__arrow:hover {
  background-color: var(--persian-green);
}
.optifast-slider__arrow:hover .optifast-slider__arrow-image {
  filter: brightness(0) invert(1);
}
.optifast-slider .arrow_right {
  transform: rotate(180deg);
}
.optifast-slider-slide {
  display: flex;
  justify-content: center;
}
.optifast-slider-slide__content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  overflow: hidden;
  width: 318px;
  aspect-ratio: 360/421;
  display: flex;
  justify-content: center;
  margin-right: 30px;
}
.optifast-info {
  max-width: 615px;
}
.optifast-info__logo {
  width: 357px;
  height: 64px;
  background-image: url(../assets/icons/optifast-products/optifast-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.optifast-info__title {
  margin-top: 70px;
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--deep-blue);
}
.optifast-info__subtitle {
  margin-top: 24px;
  padding: 8px 16px;
  max-width: 256px;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  color: white;
  background-color: var(--persian-green);
}
.optifast-info__description {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--graphite-black);
  margin-top: 23px;
  line-height: 32px;
}
.optifast-info__buttons {
  margin-top: 23px;
  gap: 17px;
  display: flex;
}
.optifast-info .button_buy {
  background-color: var(--persian-green);
  color: white;
  padding: 20px 56px;
  border: none;
  transition: all .2s ease;
}
.optifast-info .button_another {
  background-color: transparent;
  border: 1px solid var(--persian-green);
  color: var(--persian-green);
  padding: 20px 0;
  transition: all .2s ease;
  max-width: 252px;
  width: 100%;
  text-align: center;
}
.optifast-info .button_buy:hover {
  background-color: var(--persian-dark-green);
}
.optifast-info .button_another:hover {
  background-color: var(--persian-green);
  color: white;
}

.sachet {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sachet__content {
  padding-top: 344px;
}
.sachet-background {
  position: absolute;
  display: flex;
  justify-content: center;
  max-width: 1440px;
  top: 40px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sachet-background__line {
  clip-path: inset(615px 0 0 0);
  background-color: var(--persian-green);
  height: 100%;
  margin-right: -1141px;
  width: 11px;
}
.sachet-header {
  padding: 133px 80px 60px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 840px;
  width: 100%;
  background-image: url(../assets/images/optifast-products/whom-green.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 40px;
}
.sachet-header__images {
  display: flex;
  justify-content: center;
}
.sachet-header__image {
  position: absolute;
  height: 231px;
  width: 231px;
}
.sachet-header__image_front {
  top: -118px;
  margin-left: -61px;
}
.sachet-header__image_back {
  top: -171px;
  margin-right: -71px;
  clip-path: inset(120px 0 0 0);
}
.sachet-header__image_back-clipped {
  top: -171px;
  margin-right: -71px;
  z-index: -1;
}
.sachet-header__shadow-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 350px;
  height: 300px;
}
.sachet-header__shadow-wrapper_front {
  top: -101px;
  margin-left: -62px;
  clip-path: inset(101px 0 0 0);
}
.sachet-header__shadow-wrapper_back {
  top: -155px;
  margin-right: -59px;
  clip-path: inset(155px 0 0 0);
}
.sachet-header__shadow {
  opacity: 0.45;
  background-color: black;
  width: 203px;
  height: 203px;
  filter: blur(20.66px);
}
.sachet-header__shadow_front {
  transform: rotate(-8.5deg);
}
.sachet-header__shadow_back {
  transform: rotate(8.5deg);
}
.sachet-header__circle {
  background-color: white;
  border-radius: 50%;
  height: 319px;
  width: 319px;
  position: absolute;
  top: -185px;
  z-index: -1;
}
.sachet-header__circle-blur {
  position: absolute;
  background-image: url(../assets/images/optifast-products/circle-blur.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 386px;
  height: 386px;
  top: -215px;
  z-index: -1;
}
.sachet__title {
  max-width: 470px;
  font-size: 3.2rem;
  color: white;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.3px;
  line-height: 37px;
}
.sachet__subtitle {
  max-width: 680px;
  font-size: 1.4rem;
  font-weight: 400;
  color: white;
  text-align: center;
  margin-top: 22px;
  line-height: 21px;
}
.sachet__span-subtitle {
  display: block;
}
.sachet-nutrition {
  overflow: hidden;
  border-radius: 18px;
  background-color: #E3F7F6;
  margin-top: 64px;
  width: 100%;
  max-width: 840px;
  padding: 34px 27px 34px 34px;
  max-height: 10000px;
  transition: max-height 0.3s;
}
.sachet-nutrition__footer {
  font-size: 1.8rem;
  font-weight: 400;
  color: black;
  padding-top: 20px;
  border-top: 1px solid #CDE1E6;
}
.sachet-nutrition__button {
  padding-left: 0;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-right: 12px;
  border: none;
  width: 100%;
  background-color: transparent;
}
.sachet-nutrition__title {
  font-size: 2.8rem;
  color: var(--deep-blue);
}
.sachet-nutrition__arrow {
  width: 32px;
  height: 32px;
  background-image: url(../assets/icons/optifast-products/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all .2s ease;
}
.sachet-nutrition__button:hover .sachet-nutrition__arrow {
  background-image: url(../assets/icons/optifast-products/arrow-up-green.svg);
}
.sachet-nutrition__button:hover .sachet-nutrition__title {
  color: var(--persian-green);
}
.sachet-table {
  opacity: 1;
  border-collapse: collapse;
  width: 100%;
  margin-top: 32px;
  line-height: 40px;
  text-align: left;
  font-size: 1.8rem;
  transition: opacity 0.3s;
}
.sachet-table tr {
  background: transparent;
  transition: background 0.2s;
}
.sachet-table tr:hover {
  background: #cff2ee;
}
.sachet-table__strong-border {
  line-height: 48px;
}
.sachet-table__strong-border td {
  border-top: 1px solid #CDE1E6;
}
.sachet-table__strong-border th {
  border-top: 1px solid #CDE1E6;
}
.sachet-table-header__col-third {
  width: 25.5%;
}
.sachet-table .sachet-table__regular td:first-child {
  padding-left: 9px;
}
.sachet-table .sachet-table__regular.sachet-table__regular_tab td:first-child {
  padding-left: 24px;
}
.sachet-consist {
  max-width: 840px;
  width: 100%;
  max-height: 10000px;
  transition: max-height 0.3s;
  overflow: hidden;
  border-radius: 18px;
  background-color: #E3F7F6;
  margin-top: 16px;
  padding: 32px 27px 34px 34px;
}
.sachet-consist__button {
  padding-left: 0;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-right: 12px;
  border: none;
  width: 100%;
  background-color: transparent;
}
.sachet-consist__text {
  font-size: 2rem;
  margin-top: 23px;
  line-height: 30px;
  opacity: 1;
  transition: opacity 0.3s;
}
.sachet-consist__title {
  font-size: 2.8rem;
  color: var(--deep-blue);
}
.sachet-consist__arrow {
  width: 32px;
  height: 32px;
  background-image: url(../assets/icons/optifast-products/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all .2s ease;
}
.sachet-consist__button:hover .sachet-consist__arrow {
  background-image: url(../assets/icons/optifast-products/arrow-up-green.svg);
}
.sachet-consist__button:hover .sachet-consist__title {
  color: var(--persian-green);
}
.sachet-consist__span-block {
  display: block;
}
.sachet-cooking {
  max-width: 840px;
  width: 100%;
  max-height: 10000px;
  transition: max-height 0.3s;
  overflow: hidden;
  border-radius: 18px;
  background-color: #E3F7F6;
  margin-top: 16px;
  padding: 32px 27px 26px 34px;
}
.sachet-cooking__button {
  padding-left: 0;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-right: 12px;
  border: none;
  width: 100%;
  background-color: transparent;
}
.sachet-cooking__title {
  font-size: 2.8rem;
  color: var(--deep-blue);
}
.sachet-cooking__arrow {
  width: 32px;
  height: 32px;
  background-image: url(../assets/icons/optifast-products/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all .2s ease;
}
.sachet-cooking__button:hover .sachet-cooking__arrow {
  background-image: url(../assets/icons/optifast-products/arrow-up-green.svg);
}
.sachet-cooking__button:hover .sachet-cooking__title {
  color: var(--persian-green);
}
.sachet-cooking__content {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  opacity: 1;
  transition: opacity 0.3s;
}
.sachet-cooking__row {
  display: flex;
  align-items: center;
  gap: 22px;
}
.sachet-cooking__step {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--persian-green);
}
.sachet-cooking__text {
  font-size: 2rem;
  font-weight: 400;
  color: black;
  line-height: 30px;
  margin-top: 9px;
}
.sachet-cooking__image {
  height: 120px;
  width: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.sachet-cooking__image_bottle {
  background-image: url(../assets/images/optifast-products/bottle.webp);
}
.sachet-cooking__image_shake {
  background-image: url(../assets/images/optifast-products/shake.webp);
}
.sachet-cooking__image_time {
  background-image: url(../assets/images/optifast-products/time.webp);
}

.assortment {
  position: relative;
  overflow: hidden;
}
.assortment-background {
  position: absolute;
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: -31px;
  height: 100%;
}
.assortment-background__line-top {
  background-image: url(../assets/images/optifast-products/background-bottom.svg);
  background-position: calc(50% + 0px) center;
  background-repeat: no-repeat;
  width: 100%;
  height: 218.5px;
  z-index: 1;
}

.assortment-background__line-middle {
  width: 11px;
  background-color: #00B1AD;
  position: relative;
  left: -570px;
  margin-top: -20px;
  flex-grow: 1;
  max-height: 800px;
}

.assortment-background__line-bottom {
  background-image: url(../assets/images/optifast-products/background-bottom-bottom.svg);
  background-position: calc(50% + 0px) center;
  background-repeat: no-repeat;
  width: 100%;
  height: 318.15px;
  z-index: 1;
  margin-bottom: -34px;
  position: relative;
  left: -286px;
}

.assortment__content {
  padding: 71px 60px 187px 60px;
}

.assortment__list {
  gap: 78px;
}
.assortment__header {
  margin-bottom: 47px;
}
/* .assortment__bottom-row {
  margin-top: 78px;
} */

.purchase__content {
  padding-bottom: 83px;
  padding-top: 70px;
}
.purchase-background__top {
  height: 0px;
}

.height96 {
  max-height: 96px;
}

.opacity0 {
  opacity: 0;
}

.rotate {
  transform: rotate(180deg);
}/*# sourceMappingURL=optifast-products.css.map */