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(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: 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-pink.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 1870px;
  height: 1655px;
  top: -1077px;
  position: absolute;
  z-index: 1;
}
.alfare .alfare-background__family {
  background-image: url(../assets/images/alfare/family-brand-desktop.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: -789px;
  top: -27px;
  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: 224px;
  height: 56px;
}
.alfare__text {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  color: #2E3F78;
  max-width: 640px;
  margin-top: 8px;
  line-height: 140%;
}
.alfare__text .span__top-index {
  font-size: 1.6rem;
}
.alfare .button_buy {
  background-color: #122961;
  color: white;
  padding: 22px 56px;
  border: none;
  border-radius: 40px;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
  margin-top: 8px;
}
.alfare .button_buy:hover {
  color: #122961;
  background-color: white;
}
.alfare__jars {
  margin-top: 23px;
  display: flex;
  margin-top: 23px;
  gap: 1px;
  margin-left: -5px;
}
.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_gastro {
  background-color: #FF9825;
}
.alfare .alfare-jar__link_amino {
  background-color: #F35E44;
}
.alfare .alfare-jar__link_allergy {
  background-color: #FBAACA;
}
.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_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%);
}
.alfare .alfare-about {
  margin-top: 116px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 20px;
}
.alfare .alfare-about__content {
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
  padding: 64px 70px 47px 70px;
  gap: 7.6%;
  width: 100%;
  max-width: 1279px;
  border-radius: 80px;
  background: linear-gradient(-138deg, #F5FEDB 0%, #DBFDF3 100%);
}
.alfare .alfare-about__image-wrapper {
  position: relative;
  width: 484px;
  height: 329px;
  flex-shrink: 0;
}
.alfare .alfare-about__image {
  position: absolute;
  width: 553px;
  height: 583px;
  top: -154px;
  left: -11px;
  background-image: url(../assets/images/alfare/family.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  clip-path: inset(0 0 9.08% 0);
}
.alfare .alfare-about__text {
  margin-top: 23px;
  max-width: 537px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  color: var(--graphite-black);
}
.alfare .alfare-about__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 48px;
  color: #2E3F78;
  max-width: 660px;
}
.alfare .alfare-about .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);
}
.alfare .alfare-about__link {
  background-color: #2E3F78;
  display: inline-block;
  margin-top: 32px;
  color: white;
}
.alfare .alfare-about__link:hover {
  background-color: white;
  color: #2E3F78;
}
.alfare__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #2E3F78;
  margin-top: 65px;
  max-width: 491px;
  text-align: center;
  line-height: 48px;
  margin-bottom: 29px;
}
.alfare .alfare-grid {
  display: flex;
  justify-content: center;
  width: 100%;
}
.alfare .alfare-grid__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 44px;
  max-width: 885px;
  text-align: center;
  row-gap: 47px;
  width: 100%;
  position: relative;
}
.alfare .alfare-grid__background {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.alfare .alfare-grid__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;
  z-index: 1;
  position: absolute;
  top: -1064px;
  clip-path: inset(50% 0 0 0);
}
.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: 400px;
  margin-top: 35px;
  line-height: 140%;
}
.alfare .alfare-grid__item-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
}
.alfare .alfare-grid__item-image_first {
  background-image: url(../assets/images/alfare/baby-brand.webp);
  width: 120px;
  height: 120px;
}
.alfare .alfare-grid__item-image_second {
  background-image: url(../assets/images/alfare/growth-brand.webp);
  width: 112px;
}
.alfare .alfare-grid__item-image_third {
  background-image: url(../assets/images/alfare/individual.webp);
  width: 102px;
}
.alfare .alfare-grid__item-image_fourth {
  background-image: url(../assets/images/alfare/shield-brand.webp);
  width: 101px;
}

.allergy {
  background: linear-gradient(-138deg, #FEF3DD 0%, #FDDDF2 100%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-top: -447px;
}
.allergy__content {
  padding: 509px 0 250px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
}
.allergy__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #2E3F78;
  max-width: 845px;
  text-align: center;
  line-height: 48px;
  margin-bottom: 29px;
}
.allergy__subtitle {
  font-size: 2rem;
  color: var(--graphite-black);
  margin-top: 37px;
}
.allergy__images {
  position: relative;
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  max-width: 1007px;
  margin-top: 36px;
}
.allergy__image-left {
  position: absolute;
  background-image: url(../assets/images/alfare/symptoms-left.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 24px;
  top: 58px;
  height: 306px;
  width: 393px;
  z-index: 2;
}
.allergy__image-baby {
  margin-left: 38px;
  position: absolute;
  background-image: url(../assets/images/alfare/symptoms-baby.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 419px;
  height: 548px;
  z-index: 1;
}
.allergy__image-right {
  position: absolute;
  background-image: url(../assets/images/alfare/symptoms-right.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 63px;
  width: 407px;
  height: 297px;
  z-index: 2;
}
.allergy__image-hexagon {
  position: absolute;
  background-image: url(../assets/images/alfare/hexagon-white.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 437px;
  width: 1870px;
  height: 150px;
  z-index: 0;
}
.allergy__text-bottom {
  font-size: 2rem;
  line-height: 140%;
  font-weight: 400;
  color: var(--graphite-black);
  text-align: center;
  max-width: 844px;
  z-index: 1;
  margin-top: 58px;
}

.research {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: -225px;
}
.research__background {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.research__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;
  z-index: 1;
  position: absolute;
  top: -255px;
}
.research__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  z-index: 1;
  padding: 0 20px;
}
.research__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 140%;
  color: #2E3F78;
  text-align: center;
  max-width: 1000px;
  margin-bottom: 24px;
}
.research__image {
  margin-top: 48px;
  max-width: 1279px;
  width: 100%;
}
.research__image-mobile {
  display: none;
  margin-top: 48px;
  max-width: 610px;
  width: 100%;
}
.research .span__top-index {
  font-size: 2rem;
  font-weight: 700;
}
.research__link {
  margin-top: 40px;
  max-width: 526px;
  width: 100%;
  background-color: #2E3F78;
  color: white;
  text-align: center;
}
.research__link:hover {
  color: #2E3F78;
  background-color: white;
}

.mixtures {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0px 16px;
}
.mixtures__content {
  pointer-events: none;
  background: linear-gradient(-138deg, #FFD6CA 0%, #FFF9C9 100%);
  z-index: 1;
  margin-top: 48px;
  padding: 49px 110px 92px 110px;
  width: 100%;
  max-width: 1279px;
  border-radius: 80px;
  height: 1590px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mixtures__title {
  font-size: 3.6rem;
  margin-top: 69px;
  text-align: center;
  margin-bottom: 31px;
  color: #2E3F78;
}
.mixtures .mixtures-union {
  justify-content: center;
  background-color: white;
  display: flex;
  border-radius: 40px;
  max-width: 840px;
  width: 100%;
  padding: 24px 65px 24px 65px;
  gap: 32px;
}
.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 .mixtures-union__stamp {
  display: none;
  background-image: url(../assets/images/alfare/stamp.webp);
  background-repeat: no-repeat;
  background-position: center;
  width: 120px;
  height: 120px;
  top: 18px;
  right: -5px;
  background-size: contain;
  position: absolute;
  z-index: 1;
}
.mixtures__image {
  background-image: url(../assets/images/alfare/routes-desktop.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1060px;
  height: 345px;
  margin-top: 10px;
  position: relative;
  top: -2px;
  flex-shrink: 0;
}
.mixtures__stamp {
  background-image: url(../assets/images/alfare/stamp.webp);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1063px;
  top: 232px;
  width: 170px;
  height: 170px;
  background-size: contain;
  position: absolute;
  z-index: 1;
}
.mixtures__items {
  position: absolute;
  display: flex;
  gap: 40px;
  top: 361px;
}
.mixtures__items-wrapper {
  top: 414px;
  height: 1334px;
  justify-content: center;
  z-index: 1;
  position: absolute;
  width: 100%;
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
}
.mixtures__arrows {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 2;
  justify-content: space-between;
  top: 1233px;
  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-slider {
  display: none;
}
.mixtures .mixtures-item {
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 40px;
  height: 960px;
  width: 326px;
}
.mixtures .mixtures-item__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  max-width: 240px;
}
.mixtures .mixtures-item__text {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--graphite-black);
  text-align: center;
  line-height: 140%;
  margin-bottom: 17px;
}
.mixtures .mixtures-item .mixtures-item__text_bold {
  font-weight: 700;
}
.mixtures .mixtures-item .mixtures-item__text_small {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.mixtures .mixtures-item__image {
  pointer-events: all;
  flex-shrink: 0;
  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: 10px;
  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;
}
.mixtures .mixtures-more {
  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;
}
.mixtures .mixtures-more__text {
  font-size: 2rem;
  font-weight: 700;
  color: #2E3F78;
  line-height: 140%;
  text-align: center;
  max-width: 600px;
}
.mixtures .mixtures-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;
}
.mixtures .mixtures-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.css.map */