html {
  scroll-behavior: smooth;
}

.main {
  align-items: center;
  position: relative;
  background-color: white;
}

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

.breadcrumbs {
  background-color: rgba(227, 113, 186, 0.4);
  z-index: 3;
}
.breadcrumbs__item {
  color: white;
}
.breadcrumbs__item::after {
  filter: brightness(0) invert(1);
}

.button {
  transition: all 0.2s ease;
}

.underline {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.underline__highlighter {
  background-color: #F37BC3;
}

.span__top-index {
  font-size: 1rem;
  vertical-align: super;
  font-weight: 600;
}

.alfare {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.alfare .alfare-background {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  z-index: 2;
}
.alfare .alfare-background__hexagon {
  background-image: url(../assets/images/alfare/hexagon-pink.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 130% 100%;
  width: 100%;
  height: 1655px;
  top: -1124px;
  position: absolute;
  z-index: 1;
}
.alfare__content {
  padding: 17px 40px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
}
.alfare__wrapper {
  display: flex;
  gap: 20px;
  justify-content: start;
  width: 100%;
  padding-left: 62px;
  max-width: 1123px;
  position: relative;
}
.alfare__stamp {
  background-image: url(../assets/images/alfare/stamp.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 37px;
  top: 391px;
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 1;
}
.alfare .splide-main .splide__pagination {
  gap: 12px;
}
.alfare .splide-main .splide__pagination__page {
  background: white;
}
.alfare .splide-main .splide__pagination__page.is-active {
  opacity: 1;
  background: white;
  transform: scale(1.8);
}
.alfare .splide-main .splide__pagination__page:hover {
  background: #F37BC3;
  transform: scale(1.8);
}
.alfare .alfare-slider {
  width: 510px;
  margin-left: -25px;
  margin-top: 26px;
  position: relative;
}
.alfare .alfare-slider__circles {
  background-image: url(../assets/images/alfare/circles.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 615px;
  top: -45px;
  left: -57px;
  height: 512px;
  position: absolute;
  z-index: 1;
  mix-blend-mode: multiply;
}
.alfare .alfare-slider__age {
  background-image: url(../assets/images/alfare/age.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -14px;
  left: 358px;
  z-index: 2;
  pointer-events: none;
  height: 116px;
  width: 116px;
  position: absolute;
}
.alfare .alfare-slider__shadow {
  background-image: url(../assets/images/alfare/shadow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 245px;
  left: 72px;
  z-index: 1;
  height: 206px;
  width: 427px;
  position: absolute;
}
.alfare .alfare-slider__arrows {
  top: 39.6%;
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.alfare .alfare-slider__container {
  height: 472px;
  display: flex;
  justify-content: center;
}
.alfare .alfare-slider__track {
  z-index: 1 !important;
}
.alfare .alfare-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 0.2s ease;
}
.alfare .alfare-slider__arrow-image {
  background-image: url(../assets/images/alfare/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 24px;
  width: 24px;
}
.alfare .alfare-slider__arrow:hover {
  background-color: #1B296A;
}
.alfare .alfare-slider__arrow:hover .alfare-slider__arrow-image {
  filter: brightness(0) invert(1);
}
.alfare .alfare-slider .arrow_right {
  transform: rotate(180deg);
}
.alfare .alfare-slider-slide {
  display: flex;
  justify-content: center;
}
.alfare .alfare-slider-slide__content {
  margin-right: -11px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  aspect-ratio: 509/527;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 435px;
}
.alfare .alfare-info {
  margin-top: 41px;
  max-width: 563px;
}
.alfare .alfare-info__logo {
  font-size: 4rem;
  color: #1B296A;
  line-height: 120%;
}
.alfare .alfare-info .span__logo-small {
  font-size: 3.6rem;
}
.alfare .alfare-info__title {
  margin-top: 95px;
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--deep-blue);
}
.alfare .alfare-info__description {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--graphite-black);
  margin-top: 21px;
  line-height: 32px;
}
.alfare .alfare-info__description:last-child {
  margin-top: 14px;
}
.alfare .alfare-info__buttons {
  margin-top: 23px;
  display: flex;
}
.alfare .alfare-info .button_buy {
  background-color: #F37BC3;
  color: white;
  padding: 22px 56px;
  border: none;
}
.alfare .alfare-info .button_buy:hover {
  color: #F37BC3;
  background-color: white;
}
.alfare .alfare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 100px;
  max-width: 885px;
  text-align: center;
  row-gap: 61px;
  width: 100%;
}
.alfare .alfare-grid__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.alfare .alfare-grid__item::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  background-color: #C0C0C0;
  top: 140px;
  opacity: 0.3;
}
.alfare .alfare-grid__item-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--graphite-black);
  max-width: 360px;
  margin-top: 35px;
  line-height: 140%;
}
.alfare .alfare-grid__item-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px;
}
.alfare .alfare-grid__item-image_first {
  background-image: url(../assets/images/alfare/protein.webp);
  width: 110px;
}
.alfare .alfare-grid__item-image_second {
  background-image: url(../assets/images/alfare/lactose.webp);
  width: 72px;
}
.alfare .alfare-grid__item-image_third {
  background-image: url(../assets/images/alfare/research.webp);
  width: 134px;
}
.alfare .alfare-grid__item-image_fourth {
  background-image: url(../assets/images/alfare/shield.webp);
  width: 113px;
}

.components {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.components__background {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  overflow: hidden;
  height: 1028px;
}
.components__hexagon {
  background-image: url(../assets/images/alfare/hexagon-white.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 130% 100%;
  width: 100%;
  height: 1655px;
  top: -791px;
  position: absolute;
  z-index: 1;
}
.components__jar {
  background-image: url(../assets/images/alfare/jar.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 805px;
  height: 596px;
  top: 268px;
  margin-right: 26px;
  position: absolute;
  z-index: 1;
}
.components__rect {
  display: none;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 328px;
  z-index: 1;
  background: white;
}
.components__bubbles {
  display: none;
  position: absolute;
  background-image: url(../assets/images/alfare/bubbles-mobile.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.components__content {
  padding: 42px 40px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
}
.components__title {
  font-size: 3.6rem;
  color: #2E3F78;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  max-width: 372px;
  margin-bottom: 30px;
}
.components__items {
  max-width: 1161px;
  position: relative;
  height: 684px;
  width: 100%;
}
.components .components-item {
  position: absolute;
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.components .components-item__wrapper {
  position: relative;
}
.components .components-item__info {
  box-shadow: 0px 22px 33px 0px rgba(109, 185, 232, 0.1);
  background-color: white;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 23px;
  gap: 5px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  opacity: 0;
  scale: 0.9;
  transform: translateY(-20px) scale(0.7);
}
.components .components-item__line-bold {
  color: #2E3F78;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
}
.components .components-item__line {
  color: var(--graphite-black);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
}
.components .components-item__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.components .components-item__bubble {
  background-image: url(../assets/images/alfare/bubble.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.components .components-item__bubble_first {
  width: 130px;
  height: 116px;
  top: -242px;
  left: -27px;
  animation: float 4.2s ease-in-out infinite, rotate 3.5s ease-in-out infinite;
}
.components .components-item__bubble_second {
  width: 124px;
  height: 116px;
  top: -308px;
  left: 204px;
  animation: float 3.6s ease-in-out infinite, rotate 3.1s ease-in-out infinite;
}
.components .components-item__bubble_third {
  width: 76px;
  height: 116px;
  top: -91px;
  margin-left: -206px;
  animation: float 5.2s ease-in-out infinite, rotate 4.2s ease-in-out infinite;
}
.components .components-item__bubble_fourth {
  width: 124px;
  height: 104px;
  top: -179px;
  margin-right: -344px;
  animation: float 5.3s ease-in-out infinite, rotate 4.2s ease-in-out infinite;
}
.components .components-item__bubble_fifth {
  width: 127px;
  height: 142px;
  top: -270px;
  right: 246px;
  animation: float 4.9s ease-in-out infinite, rotate 4.1s ease-in-out infinite;
}
.components .components-item__bubble_sixth {
  width: 80px;
  height: 82px;
  top: -277px;
  right: -1px;
  animation: float 4s ease-in-out infinite, rotate 3s ease-in-out infinite;
}
.components .components-item:hover {
  scale: 1.1;
}
.components .components-item:hover .components-item__info {
  opacity: 1;
  transform: translateY(0px);
}
.components .components-item_first {
  left: 0px;
  top: 441px;
  z-index: 1;
}
.components .components-item_first .components-item__image {
  background-image: url(../assets/images/alfare/bubbles-hmo.webp);
  width: 297px;
  height: 274px;
  top: -208px;
  left: 60px;
  animation: float 5.5s ease-in-out infinite, rotate 4.5s ease-in-out infinite, scale 3s ease-in-out infinite;
}
.components .components-item_first .components-item__info {
  width: 427px;
  height: 116px;
}
.components .components-item_second {
  top: 223px;
  left: 0;
  right: 0;
}
.components .components-item_second .components-item__wrapper {
  display: flex;
  justify-content: center;
  margin-right: 9px;
}
.components .components-item_second .components-item__info {
  width: 380px;
  height: 138px;
}
.components .components-item_second .components-item__image {
  z-index: 1;
  background-image: url(../assets/images/alfare/bubbles-drop.webp);
  width: 398px;
  height: 232px;
  top: -187px;
  margin-left: 0px;
  animation: float 5s ease-in-out infinite, rotate 4s ease-in-out infinite, scale 3s ease-in-out infinite;
}
.components .components-item_third {
  right: 51px;
  top: 429px;
}
.components .components-item_third .components-item__info {
  width: 279px;
  height: 94px;
  gap: 6px;
}
.components .components-item_third .components-item__image {
  background-image: url(../assets/images/alfare/bubbles-dha.webp);
  width: 261px;
  height: 322px;
  top: -241px;
  right: 10px;
  animation: float 6s ease-in-out infinite, rotate 5s ease-in-out infinite, scale 3s ease-in-out infinite;
}

.properties {
  z-index: 0;
  margin-top: -488px;
  background: linear-gradient(-138deg, #FAE4F5 0%, #FFB4DD 100%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.properties__background {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 0;
}
.properties__hexagon {
  background-image: url(../assets/images/alfare/hexagon-white.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 130% 100%;
  width: 100%;
  height: 1655px;
  top: -438px;
  position: absolute;
  z-index: 0;
  clip-path: inset(0 0 50% 0);
}
.properties__content {
  padding: 499px 40px 420px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
}
.properties__title {
  font-size: 3.6rem;
  color: #2E3F78;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  max-width: 870px;
  margin-bottom: 29px;
}
.properties__subtitle {
  opacity: 1;
  position: absolute;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: var(--graphite-black);
  text-align: center;
  max-width: 838px;
  margin-top: 150px;
  transition: all 0.2s ease;
}
.properties .span__top-index {
  font-size: 1.3rem;
  transform: translateY(-8px);
}
.properties .properties-slider {
  width: 100%;
  margin-top: 1px;
  position: relative;
  max-width: 1280px;
  margin-top: 112px;
}
.properties .properties-slider__arrows {
  top: 36.6%;
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.properties .properties-slider__container {
  height: 545px;
  display: flex;
  justify-content: center;
}
.properties .properties-slider__track {
  z-index: 1 !important;
}
.properties .properties-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 0.2s ease;
}
.properties .properties-slider__arrow-image {
  background-image: url(../assets/images/alfare/arrow-left-s.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 24px;
  width: 24px;
}
.properties .properties-slider__arrow:hover {
  background-color: #1B296A;
}
.properties .properties-slider__arrow:hover .properties-slider__arrow-image {
  filter: brightness(0) invert(1);
}
.properties .properties-slider .arrow_right {
  transform: rotate(180deg);
}
.properties .properties-slider .properties-slider-slide__content {
  width: 1114px;
  height: 550px;
}
.properties .properties-slider-slide {
  display: flex;
  justify-content: center;
}
.properties .properties-slider-slide__content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  aspect-ratio: 509/527;
  display: flex;
  justify-content: center;
  width: 100%;
}
.properties .opacity0 {
  opacity: 0;
}

.balance {
  margin-top: -400px;
  z-index: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.balance__background {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
}
.balance__hexagon {
  background-image: url(../assets/images/alfare/hexagon-white.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 130% 100%;
  width: 100%;
  height: 1655px;
  top: -38px;
  position: absolute;
  z-index: 0;
  clip-path: inset(24px 0 50% 0);
}
.balance__content {
  padding: 34px 40px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  z-index: 1;
}
.balance__title {
  font-size: 3.2rem;
  color: #2E3F78;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  max-width: 900px;
  margin-bottom: 29px;
}
.balance .balance-consist {
  margin-top: 79px;
  max-width: 840px;
  width: 100%;
  max-height: 10000px;
  transition: max-height 0.3s;
  overflow: hidden;
  border-radius: 18px;
  background-color: #FFF5FC;
  padding: 30px 20px 25px 32px;
}
.balance .balance-consist__content {
  opacity: 1;
  transition: opacity 0.3s;
}
.balance .balance-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;
}
.balance .balance-consist__text {
  font-size: 2rem;
  margin-top: 23px;
  line-height: 30px;
}
.balance .balance-consist__title {
  font-size: 2.8rem;
  color: #2E3F78;
  text-align: left;
  transition: all 0.2s ease;
}
.balance .balance-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 0.2s ease;
}
.balance .balance-consist__button:hover .balance-consist__arrow {
  background-image: url(../assets/images/modulen/arrow-up-blue.svg);
}
.balance .balance-consist__button:hover .balance-consist__title {
  color: #2E3F78;
}
.balance .balance-nutrition {
  overflow: hidden;
  border-radius: 18px;
  background-color: #FFF5FC;
  margin-top: 16px;
  width: 100%;
  max-width: 840px;
  padding: 30px 20px 25px 32px;
  max-height: 10000px;
  transition: max-height 0.3s;
}
.balance .balance-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;
}
.balance .balance-nutrition__title {
  font-size: 2.8rem;
  color: #2E3F78;
  text-align: left;
  transition: all 0.2s ease;
}
.balance .balance-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 0.2s ease;
}
.balance .balance-nutrition__button:hover .balance-nutrition__arrow {
  background-image: url(../assets/images/modulen/arrow-up-blue.svg);
}
.balance .balance-nutrition__button:hover .balance-nutrition__title {
  color: #2E3F78;
}
.balance .balance-nutrition .balance-table {
  opacity: 1;
  border-collapse: collapse;
  width: 100%;
  margin-top: 32px;
  line-height: 46px;
  text-align: left;
  font-size: 2rem;
  transition: opacity 0.3s;
}
.balance .balance-nutrition .balance-table__strong-border {
  line-height: 48px;
}
.balance .balance-nutrition .balance-table__strong-border td {
  border-top: 1px solid #CDE1E6;
}
.balance .balance-nutrition .balance-table__strong-border th {
  border-top: 1px solid #CDE1E6;
}
.balance .balance-nutrition .balance-table .balance-table-header__col-second {
  width: 41%;
}
.balance .balance-nutrition .balance-table .balance-table-header__row {
  line-height: 30px;
  height: 80px;
}
.balance .balance-nutrition .balance-table tr {
  background: transparent;
  transition: background 0.2s;
}
.balance .balance-nutrition .balance-table tr:hover {
  background: #ffeaf7;
}
.balance .balance-nutrition .balance-table__regular td:first-child {
  padding-left: 9px;
  padding-right: 20px;
}
.balance .balance-nutrition .opacity0 {
  opacity: 0;
}
.balance .balance-cooking {
  max-width: 840px;
  width: 100%;
  max-height: 10000px;
  transition: max-height 0.3s;
  overflow: hidden;
  border-radius: 18px;
  background-color: #FFF5FC;
  margin-top: 16px;
  padding: 30px 32px 32px 32px;
}
.balance .balance-cooking__button {
  padding-left: 0;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border: none;
  width: 100%;
  background-color: transparent;
}
.balance .balance-cooking__title {
  font-size: 2.8rem;
  color: #2E3F78;
  text-align: left;
  transition: all 0.2s ease;
}
.balance .balance-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 0.2s ease;
}
.balance .balance-cooking__button:hover .balance-cooking__arrow {
  background-image: url(../assets/images/modulen/arrow-up-blue.svg);
}
.balance .balance-cooking__button:hover .balance-cooking__title {
  color: #2E3F78;
}
.balance .balance-cooking__content {
  opacity: 1;
  transition: opacity 0.3s;
}
.balance .balance-cooking__steps {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  padding-left: 3px;
  gap: 30.5px;
}
.balance .balance-cooking__row {
  display: flex;
  align-items: center;
  gap: 19px;
  padding-right: 26px;
}
.balance .balance-cooking__text {
  font-size: 2rem;
  font-weight: 400;
  color: var(--graphite-black);
  line-height: 30px;
}
.balance .balance-cooking__image {
  width: 74px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.balance .balance-cooking__image_first {
  background-image: url(../assets/images/alfare/step-1.webp);
  height: 68px;
}
.balance .balance-cooking__image_second {
  background-image: url(../assets/images/alfare/step-2.webp);
  height: 77px;
}
.balance .balance-cooking__image_third {
  background-image: url(../assets/images/alfare/step-3.webp);
  height: 72px;
}
.balance .balance-cooking__image_fourth {
  background-image: url(../assets/images/alfare/step-4.webp);
  height: 74px;
}
.balance .balance-cooking__image_fifth {
  background-image: url(../assets/images/alfare/step-5.webp);
  height: 74px;
}
.balance .balance-cooking__image_sixth {
  background-image: url(../assets/images/alfare/step-6.webp);
  height: 67px;
}
.balance .balance-cooking__image_seventh {
  background-image: url(../assets/images/alfare/step-7.webp);
  height: 63px;
}
.balance .balance-cooking__image_eighth {
  background-image: url(../assets/images/alfare/step-8.webp);
  height: 65px;
}
.balance .balance-cooking-attention {
  width: 100%;
  background-color: white;
  border-radius: 16px;
  font-size: 2rem;
  padding: 16px 32px 24px 32px;
  margin-top: 33px;
}
.balance .balance-cooking-attention__text-bold {
  color: #2E3F78;
  font-weight: 700;
  line-height: 48px;
}
.balance .balance-cooking-attention__text {
  font-weight: 400;
  color: var(--graphite-black);
  line-height: 30px;
}
.balance .balance-cooking-attention__text:last-child {
  margin-top: 14px;
}
.balance .height96 {
  max-height: 96px;
}
.balance .opacity0 {
  opacity: 0;
}
.balance .rotate {
  transform: rotate(180deg);
}

.mixtures {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}
.mixtures__content {
  height: 940px;
  z-index: 1;
  position: relative;
  margin-top: 140px;
  padding: 76px 110px 92px 110px;
  width: 100%;
  max-width: 1279px;
  border-radius: 80px;
  background: linear-gradient(-138deg, #F5FEDB 0%, #DBFDF3 100%);
}
.mixtures__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 48px;
  color: #2E3F78;
  max-width: 660px;
}
.mixtures__background {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  z-index: -1;
}
.mixtures__family {
  position: absolute;
  top: -138px;
  right: 210px;
  width: 471px;
  height: 566px;
  background-image: url(../assets/images/alfare/family.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mixtures .span__alfare {
  background-image: url(../assets/images/alfare/alfare-mini.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 127px;
  height: 32px;
  display: inline-block;
  transform: translateX(2px);
}
.mixtures__items {
  position: absolute;
  display: flex;
  gap: 40px;
}
.mixtures__items-wrapper {
  top: 371px;
  justify-content: center;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 645px;
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
}
.mixtures__arrows {
  position: absolute;
  display: none;
  width: 102%;
  z-index: 2;
  justify-content: space-between;
  top: 461px;
  pointer-events: none;
}
.mixtures__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 48px;
  height: 48px;
  background-color: #F37BC3;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  transition: all 0.2s ease;
}
.mixtures__arrow:hover {
  background-color: white;
}
.mixtures__arrow:hover .mixtures__arrow-image {
  filter: saturate(1500%) hue-rotate(79deg) brightness(100%) opacity(0.6) contrast(100%);
}
.mixtures__arrow-image {
  background-image: url(../assets/images/alfare/arrow-left-s.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 21px;
  width: 21px;
  filter: brightness(0) invert(1);
}
.mixtures .arrow_right {
  transform: rotate(180deg);
}
.mixtures .mixtures-item {
  padding: 34px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 40px;
  height: 630px;
  width: 326px;
}
.mixtures .mixtures-item__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.mixtures .mixtures-item__text {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--graphite-black);
  text-align: center;
  line-height: 140%;
}
.mixtures .mixtures-item__image {
  height: 224px;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mixtures .mixtures-item__links {
  pointer-events: auto;
  display: flex;
  margin-top: auto;
  justify-content: space-between;
  max-width: 276px;
  width: 100%;
  margin-bottom: 6px;
  font-family: "Rotonda", sans-serif;
}
.mixtures .mixtures-item__link-buy {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 8px 40px;
  color: white;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 48px;
  height: 44px;
  transition: all 0.2s ease;
}
.mixtures .mixtures-item__link-more {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 26px;
  background-color: transparent;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 48px;
  height: 44px;
  transition: all 0.2s ease;
}
.mixtures .mixtures-item_allergy .mixtures-item__title {
  color: #FBAACA;
}
.mixtures .mixtures-item_allergy .mixtures-item__image {
  background-image: url(../assets/images/alfare/alfare-allergy.webp);
  margin-top: 39px;
  height: 242px;
  margin-right: 12px;
  margin-bottom: 18px;
}
.mixtures .mixtures-item_allergy .mixtures-item__link-buy {
  background-color: #FBAACA;
  border: 1px solid #FBAACA;
}
.mixtures .mixtures-item_allergy .mixtures-item__link-buy:hover {
  background-color: #ff7bb0;
}
.mixtures .mixtures-item_allergy .mixtures-item__link-more {
  border: 1px solid #FBAACA;
  color: #FBAACA;
}
.mixtures .mixtures-item_allergy .mixtures-item__link-more:hover {
  background-color: #ff7bb0;
  color: white;
  border-color: #ff7bb0;
}
.mixtures .mixtures-item_gastro .mixtures-item__title {
  color: #FF9825;
}
.mixtures .mixtures-item_gastro .mixtures-item__image {
  background-image: url(../assets/images/alfare/alfare-gastro.webp);
  margin-top: 8px;
  height: 273px;
  margin-left: 3px;
  margin-bottom: 18px;
}
.mixtures .mixtures-item_gastro .mixtures-item__link-buy {
  background-color: #FF9825;
}
.mixtures .mixtures-item_gastro .mixtures-item__link-buy:hover {
  background-color: #ff5e00;
}
.mixtures .mixtures-item_gastro .mixtures-item__link-more {
  border: 1px solid #FF9825;
  color: #FF9825;
}
.mixtures .mixtures-item_gastro .mixtures-item__link-more:hover {
  background-color: #ff5e00;
  color: white;
  border-color: #ff5e00;
}
.mixtures .mixtures-item_amino .mixtures-item__title {
  color: #F35E44;
}
.mixtures .mixtures-item_amino .mixtures-item__image {
  background-image: url(../assets/images/alfare/alfare-amino.webp);
  margin-top: 32px;
  height: 241px;
  margin-right: 2px;
  margin-bottom: 25px;
}
.mixtures .mixtures-item_amino .mixtures-item__link-buy {
  background-color: #F35E44;
}
.mixtures .mixtures-item_amino .mixtures-item__link-buy:hover {
  background-color: #eb0000;
}
.mixtures .mixtures-item_amino .mixtures-item__link-more {
  border: 1px solid #F35E44;
  color: #F35E44;
}
.mixtures .mixtures-item_amino .mixtures-item__link-more:hover {
  color: white;
  background-color: #eb0000;
  border-color: #eb0000;
}

.purchase {
  background-image: none;
}
.purchase__content {
  padding-top: 151px;
}
.purchase__title {
  font-size: 3.6rem;
  margin-bottom: 33px;
}
.purchase__list {
  margin-top: 39px;
  flex-wrap: wrap;
  max-width: 700px;
  margin-bottom: 74px;
}
.purchase .purchase-background__top {
  height: 79px;
}
.purchase .purchase-wrapper__hexagon {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 129% 100%;
  width: 100%;
  min-width: unset;
}

.source-wrapper {
  margin-top: -730px;
  background: linear-gradient(-138deg, #DAFBFD 0%, #DAFEE7 100%);
  width: 100%;
}
.source-wrapper .source {
  padding: 694px 80px 81px 80px;
  max-width: unset;
}
.source-wrapper .source__title-wrapper {
  margin-bottom: 37px;
}
.source-wrapper .source__title {
  font-size: 3.6rem;
}
.source-wrapper .source__window {
  max-width: 1280px;
}
.source-wrapper .height116 {
  max-height: 156px;
}
.source-wrapper .opacity0 {
  opacity: 0;
}
.source-wrapper .rotate {
  transform: rotate(180deg);
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rotate {
  0% {
    rotate: -3deg;
  }
  50% {
    rotate: 3deg;
  }
  100% {
    rotate: -3deg;
  }
}
@keyframes scale {
  0% {
    scale: 1;
    filter: brightness(1) contrast(1);
  }
  10% {
    scale: 1;
    filter: brightness(1) contrast(1);
  }
  20% {
    scale: 1;
    filter: brightness(1) contrast(1);
  }
  30% {
    scale: 1;
    filter: brightness(1) contrast(1);
  }
  40% {
    scale: 1.05;
    filter: brightness(0.92) contrast(1.3);
  }
  50% {
    scale: 1;
    filter: brightness(1) contrast(1);
  }
  60% {
    scale: 1.05;
    filter: brightness(0.92) contrast(1.3);
  }
  70% {
    scale: 1;
    filter: brightness(1) contrast(1);
  }
  80% {
    scale: 1;
    filter: brightness(1) contrast(1);
  }
  90% {
    scale: 1;
    filter: brightness(1) contrast(1);
  }
  100% {
    scale: 1;
    filter: brightness(1) contrast(1);
  }
}
@keyframes bounceScale {
  0% {
    width: 0px;
    height: 0px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}/*# sourceMappingURL=alfare-products.css.map */