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

.breadcrumbs {
  z-index: 2;
}

.button {
  transition: all .2s ease;
}

.underline__highlighter {
  background-color: #FF9F62;
}

.modulen {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.modulen .modulen-background {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
}
.modulen .modulen-background__hexagon {
  background-image: url(../assets/images/modulen/hexagon-f4.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 130% 100%;
  width: 100%;
  height: 1655px;
  top: -901px;
  position: absolute;
  z-index: 1;
}
.modulen__content {
  padding: 65px 40px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
}
.modulen__wrapper {
  display: flex;
  gap: 18px;
  justify-content: center;
  width: 100%;
  padding-right: 70px;
}
.modulen .splide__pagination {
  gap: 12px;
}
.modulen .splide__pagination__page {
  background: #00A4CB;
}
.modulen .splide__pagination__page.is-active {
  background: #00A4CB;
  transform: scale(1.8);
}
.modulen .splide__pagination__page:hover {
  background: #0083a3;
  transform: scale(1.8);
}
.modulen .modulen-slider {
  width: 510px;
  margin-left: -25px;
  margin-top: 26px;
}
.modulen .modulen-slider__arrows {
  top: 44.6%;
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.modulen .modulen-slider__container {
  height: 498px;
  display: flex;
  justify-content: center;
}
.modulen .modulen-slider__track {
  z-index: 1 !important;
}
.modulen .modulen-slider__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background-color: #00A4CB;
  z-index: 1;
  transition: all .2s ease;
}
.modulen .modulen-slider__arrow-image {
  background-image: url(../assets/images/modulen/arrow-left.svg);
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-position: center center;
  height: 24px;
  width: 24px;
}
.modulen .modulen-slider__arrow:hover {
  background-color: white;
}
.modulen .modulen-slider__arrow:hover .modulen-slider__arrow-image {
  filter: unset;
}
.modulen .modulen-slider .arrow_right {
  transform: rotate(180deg);
}
.modulen .modulen-slider-slide {
  display: flex;
  justify-content: center;
}
.modulen .modulen-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%;
  height: 449px;
}
.modulen .modulen-info {
  margin-top: 113px;
  max-width: 650px;
}
.modulen .modulen-info__logo {
  width: 467px;
  height: 52px;
  background-image: url(../assets/images/modulen/modulen-logo.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.modulen .modulen-info__title {
  margin-top: 95px;
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--deep-blue);
}
.modulen .modulen-info__items {
  gap: 8px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.modulen .modulen-info__item {
  padding: 8px 16px;
  white-space: nowrap;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  color: white;
}
.modulen .modulen-info__item_orange {
  background-color: #FD6449;
}
.modulen .modulen-info__item_green {
  background-color: #9AC967;
}
.modulen .modulen-info__item_magenta {
  background-color: #C92E6D;
}
.modulen .modulen-info__description {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--graphite-black);
  margin-top: 25px;
  line-height: 28px;
}
.modulen .modulen-info__buttons {
  margin-top: 25px;
  display: flex;
}
.modulen .modulen-info .button_buy {
  background-color: #00A4CB;
  color: white;
  padding: 22px 56px;
  border: none;
}
.modulen .modulen-info .button_buy:hover {
  background-color: #0083a3;
}

.area {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.area__background {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  z-index: 0;
}
.area__rectangle {
  background-color: white;
  width: 100%;
  position: absolute;
  z-index: 0;
  height: 821px;
  top: -728px;
}
.area__hexagon {
  background-image: url(../assets/images/modulen/hexagon-white.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 130% 100%;
  width: 100%;
  height: 1655px;
  top: -789px;
  position: absolute;
  z-index: 1;
}
.area__content {
  padding-top: 216px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
.area__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #00A4CB;
  margin-bottom: 30px;
}
.area__text {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin-top: 32px;
  max-width: 830px;
  line-height: 160%;
}
.area .area-illnesses {
  margin-top: 33px;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 640px;
  height: 256px;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
}
.area .area-illnesses__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #EA65A4;
  justify-content: center;
  gap: 40px;
  padding-top: 5px;
}
.area .area-illnesses__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #5FB8D9;
  justify-content: center;
  gap: 40px;
  padding-top: 5px;
}
.area .area-illnesses__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 120px;
  width: 29%;
}
.area .area-illnesses__image_crohn {
  background-image: url(../assets/images/modulen/crohn.svg);
}
.area .area-illnesses__image_colitis {
  background-image: url(../assets/images/modulen/colitis.svg);
}

.diet {
  width: 100%;
  display: flex;
  justify-content: center;
}
.diet__content {
  padding-top: 178px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.diet__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #00A4CB;
  margin-bottom: 30px;
  max-width: 660px;
  text-align: center;
  line-height: 48px;
}
.diet__banner-wrapper {
  margin-top: 38px;
  max-width: 1066px;
  width: 100%;
  height: 400px;
}
.diet__banner-image {
  background-image: url(../assets/images/modulen/banner.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.properties {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.properties__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 148px;
  z-index: 1;
}
.properties__background {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 40px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.properties__rectangle {
  background-color: white;
  width: 100%;
  position: absolute;
  z-index: 0;
  height: 95%;
  top: 805px;
}
.properties__hexagon {
  background-image: url(../assets/images/modulen/hexagon-white.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 130% 100%;
  width: 100%;
  height: 1655px;
  top: 37px;
  position: absolute;
  z-index: 1;
}
.properties__title {
  font-size: 4rem;
  font-weight: 700;
  color: #00A4CB;
  margin-bottom: 27px;
  max-width: 740px;
  text-align: center;
  line-height: 56px;
}
.properties .properties-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 49px;
  margin-top: 40px;
  max-width: 1112px;
  width: 100%;
}
.properties .properties-grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.properties .properties-grid__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 160%;
  color: var(--graphite-black);
  text-align: center;
  max-width: 300px;
  margin-top: 16px;
}
.properties .properties-grid__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 191px;
  height: 168px;
}
.properties .properties-grid__image_casein {
  background-image: url(../assets/images/modulen/casein.webp);
}
.properties .properties-grid__image_fats {
  background-image: url(../assets/images/modulen/fats.webp);
}
.properties .properties-grid__image_energy {
  background-image: url(../assets/images/modulen/energy.webp);
}
.properties .properties-grid__image_vitamins {
  background-image: url(../assets/images/modulen/vitamins.webp);
}
.properties .properties-grid__image_taste {
  background-image: url(../assets/images/modulen/taste.webp);
}
.properties .properties-grid__image_beta {
  background-image: url(../assets/images/modulen/beta.webp);
}
.properties .properties-grid__image_lactose {
  background-image: url(../assets/images/modulen/lactose.webp);
}
.properties .properties-grid__image_osm {
  background-image: url(../assets/images/modulen/osm.webp);
}
.properties .properties-grid__image_crohn {
  background-image: url(../assets/images/modulen/crohn.webp);
}
.properties .properties-areas {
  max-width: 853px;
  width: 100%;
  max-height: 10000px;
  transition: max-height 0.3s;
  overflow: hidden;
  border-radius: 18px;
  background-color: #F2F6FB;
  margin-top: 72px;
  padding: 30px 20px 25px 32px;
}
.properties .properties-areas__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;
}
.properties .properties-areas__text {
  font-size: 2rem;
  margin-top: 23px;
  line-height: 30px;
  opacity: 1;
  transition: opacity 0.3s;
}
.properties .properties-areas__title {
  font-size: 2.8rem;
  color: #00A4CB;
  text-align: left;
  transition: all .2s ease;
}
.properties .properties-areas__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;
}
.properties .properties-areas__button:hover .properties-areas__arrow {
  background-image: url(../assets/images/modulen/arrow-up-blue.svg);
}
.properties .properties-areas__button:hover .properties-areas__title {
  color: #2E3F78;
}
.properties .properties-areas__span-block {
  display: block;
}
.properties .properties-consist {
  max-width: 853px;
  width: 100%;
  max-height: 10000px;
  transition: max-height 0.3s;
  overflow: hidden;
  border-radius: 18px;
  background-color: #F2F6FB;
  margin-top: 16px;
  padding: 30px 20px 32px 32px;
}
.properties .properties-consist__content {
  opacity: 1;
  transition: opacity 0.3s;
}
.properties .properties-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;
}
.properties .properties-consist__text {
  font-size: 2rem;
  margin-top: 23px;
  line-height: 30px;
}
.properties .properties-consist__title {
  font-size: 2.8rem;
  color: #00A4CB;
  text-align: left;
  transition: all .2s ease;
}
.properties .properties-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;
}
.properties .properties-consist__button:hover .properties-consist__arrow {
  background-image: url(../assets/images/modulen/arrow-up-blue.svg);
}
.properties .properties-consist__button:hover .properties-consist__title {
  color: #2E3F78;
}
.properties .properties-consist__span-block {
  display: block;
}
.properties .properties-consist .properties-consist-addition {
  display: flex;
  margin-top: 24px;
  gap: 44px;
  transition: opacity 0.3s;
}
.properties .properties-consist .properties-consist-addition__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.properties .properties-consist .properties-consist-addition__text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 28px;
  color: var(--graphite-black);
}
.properties .properties-consist .properties-consist-addition__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80px;
  width: 80px;
}
.properties .properties-consist .properties-consist-addition__image_gluten {
  background-image: url(../assets/images/modulen/gluten.webp);
}
.properties .properties-consist .properties-consist-addition__image_halal {
  background-image: url(../assets/images/modulen/halal.webp);
}
.properties .properties-consist .properties-consist-addition__image_gmo {
  background-image: url(../assets/images/modulen/gmo.webp);
}
.properties .properties-nutrition {
  overflow: hidden;
  border-radius: 18px;
  background-color: #F2F6FB;
  margin-top: 16px;
  width: 100%;
  max-width: 853px;
  padding: 30px 20px 25px 32px;
  max-height: 10000px;
  transition: max-height 0.3s;
}
.properties .properties-nutrition__footer {
  font-size: 1.8rem;
  font-weight: 400;
  color: black;
  padding-top: 20px;
  border-top: 1px solid #CDE1E6;
}
.properties .properties-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;
}
.properties .properties-nutrition__title {
  font-size: 2.8rem;
  color: #00A4CB;
  text-align: left;
  transition: all .2s ease;
}
.properties .properties-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;
}
.properties .properties-nutrition__button:hover .properties-nutrition__arrow {
  background-image: url(../assets/images/modulen/arrow-up-blue.svg);
}
.properties .properties-nutrition__button:hover .properties-nutrition__title {
  color: #2E3F78;
}
.properties .properties-nutrition .properties-table {
  opacity: 1;
  border-collapse: collapse;
  width: 100%;
  margin-top: 32px;
  line-height: 46px;
  text-align: left;
  font-size: 2rem;
  transition: opacity 0.3s;
}
.properties .properties-nutrition .properties-table__strong-border {
  line-height: 48px;
}
.properties .properties-nutrition .properties-table__strong-border td {
  border-top: 1px solid #CDE1E6;
}
.properties .properties-nutrition .properties-table__strong-border th {
  border-top: 1px solid #CDE1E6;
}
.properties .properties-nutrition .properties-table-header__col-third {
  width: 25.5%;
}
.properties .properties-nutrition .properties-table tr {
  background: transparent;
  transition: background 0.2s;
}
.properties .properties-nutrition .properties-table tr:hover {
  background: #d2e8fd;
}
.properties .properties-nutrition .properties-table .properties-table__regular td:first-child {
  padding-left: 9px;
  padding-right: 20px;
}
.properties .properties-nutrition .properties-table .properties-table__regular.properties-table__regular_tab td:first-child {
  padding-left: 24px;
}
.properties .properties-nutrition .opacity0 {
  opacity: 0;
}
.properties .properties-cooking {
  max-width: 853px;
  width: 100%;
  max-height: 10000px;
  transition: max-height 0.3s;
  overflow: hidden;
  border-radius: 18px;
  background-color: #F2F6FB;
  margin-top: 16px;
  padding: 30px 20px 25px 32px;
}
.properties .properties-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;
}
.properties .properties-cooking__title {
  font-size: 2.8rem;
  color: #00A4CB;
  text-align: left;
  transition: all .2s ease;
}
.properties .properties-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;
}
.properties .properties-cooking__button:hover .properties-cooking__arrow {
  background-image: url(../assets/images/modulen/arrow-up-blue.svg);
}
.properties .properties-cooking__button:hover .properties-cooking__title {
  color: #2E3F78;
}
.properties .properties-cooking__content {
  opacity: 1;
  transition: opacity 0.3s;
}
.properties .properties-cooking__steps {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.properties .properties-cooking__row {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-right: 26px;
}
.properties .properties-cooking__text {
  font-size: 2rem;
  font-weight: 400;
  color: var(--graphite-black);
  line-height: 30px;
}
.properties .properties-cooking__image {
  height: 76px;
  width: 82px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}
.properties .properties-cooking__image_first {
  background-image: url(../assets/images/modulen/step-1.webp);
}
.properties .properties-cooking__image_second {
  background-image: url(../assets/images/modulen/step-2.webp);
}
.properties .properties-cooking__image_third {
  background-image: url(../assets/images/modulen/step-3.webp);
}
.properties .properties-cooking__image_fourth {
  background-image: url(../assets/images/modulen/step-4.webp);
}
.properties .properties-cooking__image_fifth {
  background-image: url(../assets/images/modulen/step-5.webp);
}
.properties .properties-cooking-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #e9f4ff;
  border-radius: 16px;
  overflow: hidden;
  color: var(--graphite-black);
  max-width: 777px;
  margin-top: 31px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  border: 1px solid #AED5F5;
}
.properties .properties-cooking-table th, .properties .properties-cooking-table td {
  font-weight: 400;
  text-align: center;
  border-right: 1px solid #AED5F5;
  border-bottom: 1px solid #AED5F5;
}
.properties .properties-cooking-table th {
  background: #D2E9FD;
}
.properties .properties-cooking-table tr:last-child td {
  border-bottom: none;
}
.properties .properties-cooking-table th:last-child,
.properties .properties-cooking-table td:last-child {
  border-right: none;
}
.properties .properties-cooking-table td[rowspan] {
  vertical-align: middle;
  padding: 47px;
}
.properties .properties-cooking-table .properties-cooking-table__td_border {
  border-bottom: none;
}
.properties .properties-cooking-table td {
  background: #DCECF9;
}
.properties .properties-cooking-table th:nth-child(1) {
  padding: 25px 34px;
  width: 195px;
}
.properties .properties-cooking-table th:nth-child(2) {
  padding: 25px 14px;
  width: 194px;
}
.properties .properties-cooking-table th:nth-child(3) {
  width: 120px;
  padding: 25px 34px;
}
.properties .properties-cooking-table th:nth-child(4) {
  padding: 25px 26px;
}
.properties .properties-cooking-table__header-first {
  padding: 19px 34px;
}
.properties .properties-cooking-footer {
  margin-top: 24px;
}
.properties .properties-cooking-footer__text {
  font-size: 2rem;
  line-height: 30px;
  font-weight: 400;
  color: var(--graphite-black);
}
.properties .properties-cooking-footer__text:first-child {
  margin-bottom: 15px;
}
.properties .height96 {
  max-height: 96px;
}
.properties .opacity0 {
  opacity: 0;
}
.properties .rotate {
  transform: rotate(180deg);
}

.purchase {
  background-image: unset;
  background-color: #f4f4f4;
}
.purchase__content {
  padding-bottom: 43px;
  padding-top: 152px;
}
.purchase .purchase-background__top {
  height: 79px;
}
.purchase__list {
  margin-top: 39px;
}
.purchase .purchase-item:hover {
  box-shadow: 0px 0px 80px 0px rgba(0, 127, 177, 0.4);
}
.purchase .purchase-wrapper__hexagon {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 129% 100%;
  width: 100%;
  min-width: unset;
}
.purchase__title {
  color: #00A4CB;
}

.source-wrapper {
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f4f4f4;
}
.source-wrapper .source {
  padding: 0px 80px 81px 80px;
}
.source-wrapper .source__info {
  margin-top: 35px;
}
.source-wrapper .source__info-numbered {
  margin-top: 16px;
  padding-left: 15px;
  gap: 15px;
}
.source-wrapper .source__title {
  color: #00A4CB;
}
.source-wrapper .source__title-wrapper:hover .source__title {
  color: #2E3F78;
}
.source-wrapper .source__arrow {
  background-image: url(../assets/images/modulen/arrow-up-black.svg);
  transition: all .2s ease;
}
.source-wrapper .source__title-wrapper:hover .source__arrow {
  background-image: url(../assets/icons/arrow-top.svg);
}
.source-wrapper .height116 {
  max-height: 156px;
}
.source-wrapper .opacity0 {
  opacity: 0;
}
.source-wrapper .rotate {
  transform: rotate(180deg);
}

.modulen-slider-slide_image-first {
  background-image: url(../assets/images/modulen/modulen-slide-1.webp);
}
.modulen-slider-slide_image-second {
  background-image: url(../assets/images/modulen/modulen-slide-2.webp);
}
.modulen-slider-slide_image-third {
  background-image: url(../assets/images/modulen/modulen-slide-3.webp);
}
.modulen-slider-slide_image-fourth {
  background-image: url(../assets/images/modulen/modulen-slide-4.webp);
}/*# sourceMappingURL=modulen.css.map */