html {
  scroll-behavior: smooth;
}

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

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

.breadcrumbs {
  position: absolute;
  top: 0;
  background-color: rgba(71, 179, 174, 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: #E067B6;
}

.span__top-index {
  font-size: 1rem;
  vertical-align: top;
  top: -0.3em;
  position: relative;
  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-cyan.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 1870px;
  height: 1655px;
  top: -1052px;
  position: absolute;
  z-index: 1;
}
.alfare .alfare-background__hexagon-white {
  background-image: url(../assets/images/alfare/hexagon-white.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 1870px;
  height: 1655px;
  top: -795px;
  position: absolute;
  z-index: 0;
}
.alfare .alfare-background__family {
  background-image: url(../assets/images/alfare/family-about-allergy-desktop.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: -765px;
  top: -30px;
  width: 535px;
  height: 655px;
  position: absolute;
  z-index: 1;
}
.alfare__content {
  padding: 71px 40px 76px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
}
.alfare__wrapper {
  padding-right: 27%;
}
.alfare__logo {
  background-image: url(../assets/images/alfare/alfare-mini.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 194px;
  height: 50px;
}
.alfare__text-main {
  font-size: 2.4rem;
  font-weight: 700;
  color: #2E3F78;
  max-width: 700px;
  margin-top: 8px;
  line-height: 140%;
}
.alfare__text-sub {
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--graphite-black);
  font-weight: 700;
  max-width: 697px;
}
.alfare__text-sub .span__top-index {
  font-weight: 700;
}
.alfare__text-bottom {
  font-size: 2rem;
  color: var(--graphite-black);
  line-height: 140%;
  text-align: center;
  max-width: 800px;
  margin-top: 82px;
}
.alfare .button_buy {
  background-color: #122961;
  color: white;
  margin-top: 12px;
  padding: 18px 56px;
  border: none;
  border-radius: 40px;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
}
.alfare .button_buy:hover {
  color: #122961;
  background-color: white;
}
.alfare__jars {
  margin-top: 23px;
  display: flex;
  margin-top: 23px;
  gap: 1px;
  margin-left: -9px;
}
.alfare .alfare-jar {
  position: relative;
  display: flex;
  justify-content: center;
}
.alfare .alfare-jar__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 232px;
  height: 295px;
}
.alfare .alfare-jar__image_gastro {
  background-image: url(../assets/images/alfare/alfare-jar-gastro.webp);
}
.alfare .alfare-jar__image_amino {
  background-image: url(../assets/images/alfare/alfare-jar-amino.webp);
}
.alfare .alfare-jar__image_allergy {
  background-image: url(../assets/images/alfare/alfare-jar.webp);
}
.alfare .alfare-jar__shadow {
  position: absolute;
  background-image: url(../assets/images/alfare/shadow.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 291px;
  height: 140px;
  z-index: -1;
  bottom: -16px;
  right: -74px;
}
.alfare .alfare-jar__link {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -12px;
  z-index: 1;
}
.alfare .alfare-jar__circle {
  position: absolute;
  opacity: 0.75;
  border-radius: 50%;
  z-index: 0;
}
.alfare .alfare-jar__circle_gastro {
  width: 23px;
  height: 23px;
  background-color: #E5E17E;
  bottom: -15px;
  right: 87px;
}
.alfare .alfare-jar__circle_amino {
  width: 36px;
  height: 36px;
  background-color: #CFBBDB;
  bottom: 8px;
  right: 116px;
}
.alfare .alfare-jar__circle_allergy {
  width: 24px;
  height: 24px;
  background-color: #CBD4C0;
  bottom: -17px;
  right: 120px;
}
.alfare .alfare-jar .button {
  padding: 0;
}
.alfare .alfare-jar__link-image {
  background-image: url(../assets/images/alfare/arrow-right.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 24px;
  width: 24px;
}
.alfare .alfare-jar__link_gastro {
  background-color: #FF9825;
}
.alfare .alfare-jar__link_amino {
  background-color: #F35E44;
}
.alfare .alfare-jar__link_allergy {
  background-color: #FBAACA;
}
.alfare .alfare-jar_gastro:hover .alfare-jar__link_gastro {
  background-color: white;
}
.alfare .alfare-jar_gastro:hover .alfare-jar__link-image {
  filter: brightness(0) saturate(100%) invert(77%) sepia(35%) saturate(4765%) hue-rotate(340deg) brightness(101%) contrast(101%);
}
.alfare .alfare-jar_amino:hover .alfare-jar__link_amino {
  background-color: white;
}
.alfare .alfare-jar_amino:hover .alfare-jar__link-image {
  filter: brightness(0) saturate(100%) invert(47%) sepia(70%) saturate(2417%) hue-rotate(335deg) brightness(99%) contrast(92%);
}
.alfare .alfare-jar_allergy:hover .alfare-jar__link_allergy {
  background-color: white;
}
.alfare .alfare-jar_allergy:hover .alfare-jar__link-image {
  filter: brightness(0) saturate(100%) invert(85%) sepia(85%) saturate(5314%) hue-rotate(282deg) brightness(95%) contrast(108%);
}

.properties {
  z-index: 0;
  margin-top: -450px;
  background: linear-gradient(-138deg, #FEF6DC 0%, #FDDFE7 100%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.properties__content {
  padding: 511px 40px 506px 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: 900px;
  margin-bottom: 29px;
}
.properties__subtitle {
  opacity: 1;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: var(--graphite-black);
  text-align: center;
  max-width: 838px;
  margin-top: 35px;
  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: 64px;
}
.properties .properties-slider__arrows {
  top: 45.7%;
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.properties .properties-slider__container {
  height: 609px;
  display: flex;
  justify-content: center;
}
.properties .properties-slider__track {
  z-index: 1 !important;
  top: 60px;
}
.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__text-regular {
  font-size: 2rem;
  line-height: 140%;
  color: var(--graphite-black);
  max-width: 400px;
}
.properties .properties-slider .properties-slider-slide__text-bold {
  font-size: 2rem;
  line-height: 140%;
  color: #2E3F78;
  max-width: 400px;
  font-weight: 700;
}
.properties .properties-slider .properties-slider-slide__text-small {
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--graphite-black);
  max-width: 520px;
}
.properties .properties-slider .properties-slider-slide__text-list {
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--graphite-black);
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 16px;
}
.properties .properties-slider .properties-slider-slide__text-list::before {
  content: "";
  position: absolute;
  background-color: #F2729D;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  left: -18px;
}
.properties .properties-slider .properties-slider-slide__text-wrapper {
  width: 100%;
}
.properties .properties-slider .properties-slider-slide__text-regular_first {
  margin-top: 74px;
}
.properties .properties-slider .properties-slider-slide__text-bold_first {
  margin-top: 12px;
}
.properties .properties-slider .properties-slider-slide__text-small_first {
  margin-top: 27px;
}
.properties .properties-slider .properties-slider-slide__text-regular_second {
  margin-top: 105px;
  font-size: 2.4rem;
  max-width: 420px;
}
.properties .properties-slider .properties-slider-slide__text-bold_second {
  margin-top: 3px;
  font-size: 3.2rem;
}
.properties .properties-slider .properties-slider-slide__text-small_second {
  font-size: 2rem;
  max-width: 420px;
  margin-top: 24px;
}
.properties .properties-slider .properties-slider-slide__text-regular_third {
  margin-top: 88px;
  font-size: 2.4rem;
}
.properties .properties-slider .properties-slider-slide__text-bold_third {
  font-size: 2.4rem;
  margin-top: 6px;
  max-width: 540px;
}
.properties .properties-slider .properties-slider-slide__text-small_third {
  font-size: 2rem;
  margin-top: 27px;
}
.properties .properties-slider .properties-slider-slide__text-bold_fifth {
  margin-top: -4px;
  margin-bottom: 32px;
  font-size: 2.4rem;
  max-width: 500px;
}
.properties .properties-slider .properties-slider-slide__first {
  margin-top: 18px;
  max-width: 838px;
  overflow: visible;
}
.properties .properties-slider .properties-slider-slide__first .properties-slider-slide__text-wrapper {
  max-width: 840px;
  z-index: 1;
}
.properties .properties-slider .properties-slider-slide__first .properties-slider-slide__image-first {
  position: absolute;
  background-image: url(../assets/images/alfare/baby-allergy-1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 483px;
  width: 482px;
  right: -117px;
  top: 23px;
}
.properties .properties-slider .properties-slider-slide__second {
  margin-top: 41px;
  max-width: 859px;
  overflow: visible;
}
.properties .properties-slider .properties-slider-slide__second .properties-slider-slide__image-second {
  position: absolute;
  background-image: url(../assets/images/alfare/baby-allergy-2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 436px;
  width: 857px;
  right: -126px;
  top: 5px;
}
.properties .properties-slider .properties-slider-slide__second .properties-slider-slide__text-wrapper_second {
  max-width: 852px;
  z-index: 1;
}
.properties .properties-slider .properties-slider-slide__third {
  margin-top: 25px;
  max-width: 853px;
  overflow: visible;
}
.properties .properties-slider .properties-slider-slide__third .properties-slider-slide__image-third {
  position: absolute;
  background-image: url(../assets/images/alfare/baby-allergy-3.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 457px;
  height: 494px;
  right: -96px;
  top: 2px;
}
.properties .properties-slider .properties-slider-slide__third .properties-slider-slide__text-wrapper {
  z-index: 1;
  max-width: 855px;
}
.properties .properties-slider .properties-slider-slide-caution {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  margin-top: 103px;
}
.properties .properties-slider .properties-slider-slide-caution__text-main {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 140%;
  color: #2E3F78;
}
.properties .properties-slider .properties-slider-slide-caution__text-bold {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  color: #2E3F78;
  margin-top: 11px;
  max-width: 880px;
}
.properties .properties-slider .properties-slider-slide-caution__text-regular {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 140%;
  color: var(--graphite-black);
  margin-top: 17px;
  max-width: 840px;
}
.properties .properties-slider .properties-slider-slide__fifth {
  margin-top: 91px;
  max-width: 853px;
  overflow: visible;
}
.properties .properties-slider .properties-slider-slide__fifth .properties-slider-slide__image-fifth {
  position: absolute;
  background-image: url(../assets/images/alfare/baby-allergy-4.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 321px;
  width: 554px;
  right: -87px;
  top: 84px;
}
.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 .splide__pagination--custom:nth-child(1) {
  display: none;
}
.properties .splide__pagination {
  bottom: unset;
  justify-content: space-between;
  max-width: 1086px;
  margin: 0 auto;
}
.properties .splide__pagination__page {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Inter", sans-serif;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  color: #2E3F78;
  opacity: 0.6;
  background: unset;
}
.properties .splide__pagination__page.is-active {
  transform: unset;
  background: unset;
  opacity: 1;
  position: relative;
}
.properties .splide__pagination__page.is-active::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 110%;
  background-color: #2E3F78;
  bottom: -25px;
}
.properties .opacity0 {
  opacity: 0;
}
.properties__text-bottom {
  text-align: center;
  font-size: 2rem;
  font-weight: 400px;
  max-width: 826px;
  color: var(--graphite-black);
  line-height: 140%;
}

.therapy {
  z-index: 0;
  margin-top: -386px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.therapy__content {
  padding: 20px 40px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
}
.therapy__background {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  z-index: -1;
}
.therapy__hexagon {
  background-image: url(../assets/images/alfare/hexagon-white.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 129% 100%;
  width: 100%;
  height: 1655px;
  top: -50px;
  position: absolute;
  z-index: 0;
  clip-path: inset(0 0 50% 0);
}
.therapy__title {
  font-size: 3.2rem;
  color: #2E3F78;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  max-width: 900px;
  margin-bottom: 29px;
}
.therapy__subtitle {
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: var(--graphite-black);
  text-align: center;
  max-width: 620px;
  margin-top: 33px;
}
.therapy .therapy-grid {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1099px;
  margin-top: 34px;
  display: grid;
  text-align: center;
  row-gap: 61px;
  width: 100%;
}
.therapy .therapy-grid__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.therapy .therapy-grid__item::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  background-color: #C0C0C0;
  top: 140px;
  opacity: 0.3;
}
.therapy .therapy-grid__item-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--graphite-black);
  max-width: 345px;
  margin-top: 35px;
  line-height: 140%;
}
.therapy .therapy-grid__item-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
}
.therapy .therapy-grid__item-image_first {
  background-image: url(../assets/images/alfare/meat.webp);
  width: 138px;
  height: 120px;
}
.therapy .therapy-grid__item-image_second {
  background-image: url(../assets/images/alfare/cheese.webp);
  width: 120px;
  height: 120px;
}
.therapy .therapy-grid__item-image_third {
  background-image: url(../assets/images/alfare/milk.webp);
  width: 120px;
  height: 121px;
}

.mixtures {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}
.mixtures__stamp {
  background-image: url(../assets/images/alfare/stamp.webp);
  background-repeat: no-repeat;
  background-position: center;
  right: 7vw;
  top: 218px;
  width: 155px;
  height: 155px;
  background-size: contain;
  position: absolute;
  z-index: 2;
}
.mixtures__content {
  height: 1250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  position: relative;
  margin-top: 57px;
  padding: 69px 110px 79px 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: 760px;
  text-align: center;
  margin-bottom: 28px;
}
.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: 339px;
  justify-content: center;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 641px;
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
}
.mixtures .mixtures-union {
  margin-top: auto;
  justify-content: center;
  display: flex;
  max-width: 712px;
  width: 100%;
  gap: 32px;
  margin-bottom: 43px;
}
.mixtures .mixtures-union__text {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--graphite-black);
  line-height: 140%;
  text-align: center;
  margin-top: 9px;
}
.mixtures .mixtures-union__image {
  background-image: url(../assets/images/alfare/book.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 86px;
  height: 120px;
  flex-shrink: 0;
}
.mixtures__button {
  text-transform: none;
  padding: 22px 56px;
  background-color: #2E3F78;
  color: white;
}
.mixtures__button:hover {
  background-color: white;
  color: #2E3F78;
}
.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: #122961;
  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: brightness(0) saturate(100%) invert(11%) sepia(33%) saturate(5427%) hue-rotate(216deg) brightness(94%) contrast(94%);
}
.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;
}

.efficiency {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.efficiency__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 67px;
  max-width: 1059px;
  width: 100%;
}
.efficiency__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 48px;
  color: #2E3F78;
  max-width: 840px;
  text-align: center;
  margin-bottom: 28px;
}
.efficiency__subtitle {
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  color: var(--graphite-black);
  text-align: center;
  max-width: 620px;
  margin-top: 33px;
}
.efficiency .efficiency-variants {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  width: 100%;
  max-width: 839px;
}
.efficiency .efficiency-variants__item {
  border-radius: 40px;
  background: linear-gradient(-138deg, #FEE8DA 0%, #FDF8DA 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  width: 100%;
  padding: 39px 20px 34px 20px;
  gap: 26px;
}
.efficiency .efficiency-variants__statement {
  font-size: 1.8rem;
  text-align: center;
  background-color: white;
  border-radius: 40px;
  padding: 12px 20px;
  color: var(--graphite-black);
  max-width: 160px;
  width: 100%;
}
.efficiency .efficiency-variants__text {
  font-size: 2rem;
  text-align: center;
  color: var(--graphite-black);
  line-height: 140%;
  max-width: 320px;
}

.more {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
}
.more__content {
  background: linear-gradient(-138deg, #F9DBFC 0%, #FFE6F0 100%);
  border-radius: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  max-width: 1059px;
  width: 100%;
  padding: 74px 20px 79px 20px;
}
.more__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #2E3F78;
  text-align: center;
  margin-bottom: 28px;
  margin-top: 28px;
  max-width: 810px;
  line-height: 140%;
}
.more .span__top-index {
  font-size: 2.1rem;
  font-weight: 700;
}
.more__text {
  font-size: 2rem;
  font-weight: 700;
  color: #2E3F78;
  line-height: 140%;
  text-align: center;
  max-width: 600px;
}
.more__button {
  cursor: pointer;
  color: white;
  background-color: #F2729D;
  text-transform: unset;
  border: none;
  font-family: "Inter", sans-serif;
  margin-top: 25px;
  padding: 18px 48px;
}
.more__button:hover {
  color: #F2729D;
  background-color: white;
}

.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);
}/*# sourceMappingURL=alfare-allergy.css.map */