html {
  scroll-behavior: smooth;
}

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

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

.breadcrumbs {
  position: absolute;
  top: 0;
  background-color: rgba(230, 230, 230, 0.4);
  z-index: 3;
}
.breadcrumbs__item {
  color: #012169;
}
.breadcrumbs__item::after {
  filter: brightness(0) saturate(100%) invert(11%) sepia(63%) saturate(3314%) hue-rotate(215deg) brightness(91%) contrast(109%);
}

.button {
  transition: all 0.2s ease;
}

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

.underline__highlighter {
  background-color: #2EAFE9;
}

.span__top-index {
  font-size: 1rem;
  vertical-align: super;
  font-weight: 600;
  white-space: nowrap;
  line-height: 0;
}

.peptamen {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: white;
}
.peptamen__background {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  z-index: 2;
}
.peptamen__hexagon {
  background-image: url(../assets/images/peptamen-products/hexagon-gray.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 130% 100%;
  width: 100%;
  height: 1655px;
  top: -1070px;
  position: absolute;
  z-index: 1;
}
.peptamen__content {
  padding: 17px 40px 64px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
}
.peptamen__wrapper {
  display: flex;
  gap: 14px;
  justify-content: start;
  width: 100%;
  padding-left: 62px;
  max-width: 1123px;
  position: relative;
}
.peptamen .splide-main .splide__pagination {
  gap: 12px;
}
.peptamen .splide-main .splide__pagination__page {
  background: #bec3c7;
  opacity: 1;
  transition: all 0.2s ease;
}
.peptamen .splide-main .splide__pagination__page.is-active {
  opacity: 1;
  background: #bec3c7;
  transform: scale(1.8);
}
.peptamen .splide-main .splide__pagination__page:hover {
  background: #919497;
  transform: scale(1.8);
}
.peptamen .peptamen-slider {
  width: 510px;
  margin-left: -25px;
  margin-top: 85px;
  position: relative;
}
.peptamen .peptamen-slider__arrows {
  top: 39.6%;
  position: absolute;
  display: flex;
  width: 86%;
  justify-content: space-between;
}
.peptamen .peptamen-slider__container {
  height: 464px;
  display: flex;
  justify-content: center;
}
.peptamen .peptamen-slider__track {
  z-index: 1 !important;
}
.peptamen .peptamen-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;
}
.peptamen .peptamen-slider__arrow-image {
  background-image: url(../assets/images/peptamen-products/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 24px;
  width: 24px;
  filter: brightness(0) saturate(100%) invert(45%) sepia(59%) saturate(545%) hue-rotate(161deg) brightness(84%) contrast(84%);
}
.peptamen .peptamen-slider__arrow:hover {
  background-color: #377CAA;
}
.peptamen .peptamen-slider__arrow:hover .peptamen-slider__arrow-image {
  filter: brightness(0) invert(1);
}
.peptamen .peptamen-slider .arrow_right {
  transform: rotate(180deg);
}
.peptamen .peptamen-slider-slide {
  display: flex;
  justify-content: center;
}
.peptamen .peptamen-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: 417px;
  margin-right: -99px;
}
.peptamen .peptamen-slider-slide .peptamen-slider-slide_image-first {
  background-image: url(../assets/images/resource-products/thickenup-can.webp);
}
.peptamen .peptamen-slider-slide .peptamen-slider-slide_image-second {
  background-image: url(../assets/images/resource-products/thickenup-can.webp);
}
.peptamen .peptamen-slider-slide .peptamen-slider-slide_image-third {
  background-image: url(../assets/images/resource-products/thickenup-can.webp);
}
.peptamen .peptamen-slider-slide .peptamen-slider-slide_image-fourth {
  background-image: url(../assets/images/resource-products/thickenup-can.webp);
}
.peptamen .peptamen-slider-slide .peptamen-slider-slide_image-fifth {
  background-image: url(../assets/images/resource-products/thickenup-can.webp);
}
.peptamen__info {
  margin-top: 29px;
  max-width: 563px;
}
.peptamen__title {
  margin-top: 91px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #003B7B;
  text-transform: uppercase;
  line-height: 140%;
}
.peptamen__subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 8px;
  color: #003B7B;
}
.peptamen__description {
  font-size: 1.8rem;
  font-weight: 400;
  color: #003B7B;
  margin-top: 19px;
  line-height: 140%;
  max-width: 530px;
}
.peptamen__buy {
  background-color: #377CAA;
  color: white;
  padding: 22px 56px;
  border: none;
  margin-top: 16px;
  display: inline-block;
}
.peptamen__buy:hover {
  color: #377CAA;
  background-color: white;
}
.peptamen .peptamen-labels {
  gap: 8px;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}
.peptamen .peptamen-labels__label {
  padding: 8px 16px;
  white-space: nowrap;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  color: white;
}
.peptamen .peptamen-labels__label_first {
  background: #2EAFE9;
}

.categories {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 1;
}
.categories__background {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.categories__rectangle {
  display: none;
  width: 100%;
  height: 100%;
  background-color: white;
}
.categories__hexagon {
  background-image: url(../assets/images/peptamen-products/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: -913px;
}
.categories__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  z-index: 1;
  padding-bottom: 0px;
  position: relative;
}
.categories__title {
  font-size: 3.6rem;
  color: #003B7B;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
  max-width: 1200px;
  line-height: 48px;
  margin-bottom: 29px;
}
.categories__subtitle {
  font-size: 2rem;
  color: var(--graphite-black);
  text-align: center;
  margin-top: 38px;
  max-width: 1200px;
  line-height: 140%;
}
.categories__hint {
  display: none;
  top: 30px;
  position: absolute;
  height: auto;
  width: 98px;
}
.categories .categories-grid {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -68px;
  width: 100%;
  max-width: 1200px;
  height: 686px;
}
.categories .categories-grid .categories-grid-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 265px;
  height: 236px;
  background-image: url(../assets/images/peptamen-products/hexagon-grid.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.25s ease;
  scale: 1;
}
.categories .categories-grid .categories-grid-item .span__text-bold {
  font-weight: 700;
  display: inline-block;
}
.categories .categories-grid .categories-grid-item__hexagon {
  scale: 1.01;
  position: absolute;
  width: 232px;
  height: 206px;
  background-image: url(../assets/images/peptamen-products/hexagon-grid-small.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.25s ease;
}
.categories .categories-grid .categories-grid-item__hexagon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../assets/images/peptamen-products/hexagon-grid-small-hover.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 232px;
  height: 206px;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
.categories .categories-grid .categories-grid-item__text {
  font-size: 2rem;
  line-height: 140%;
  color: #012169;
  text-align: center;
  max-width: 180px;
  z-index: 1;
  transition: all 0.25s ease-in-out;
}
.categories .categories-grid .categories-grid-item__text-top {
  font-size: 1.4rem;
  color: #7B8B92;
  text-align: center;
  line-height: 120%;
}
.categories .categories-grid .categories-grid-item__text-middle {
  font-size: 2.1rem;
  font-weight: 700;
  color: white;
  line-height: 100%;
  text-align: center;
  border-radius: 39px;
  background-color: #377CAA;
  padding: 5px 8px;
}
.categories .categories-grid .categories-grid-item__text-bottom {
  font-size: 1.6rem;
  line-height: 100%;
  text-align: center;
  color: #377CAA;
}
.categories .categories-grid .categories-grid-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../assets/images/peptamen-products/hexagon-grid-hover.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 265px;
  height: 236px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  z-index: 0;
}
.categories .categories-grid .categories-grid-item:hover::before {
  background-image: url(../assets/images/peptamen-products/hexagon-grid-hover.webp);
  opacity: 1;
}
.categories .categories-grid .categories-grid-item:hover .categories-grid-item__hexagon::before {
  opacity: 1;
}
.categories .categories-grid .categories-grid-item:hover .categories-grid-item__text {
  color: white;
}
.categories .categories-grid .categories-grid-item_first {
  left: 223px;
  top: 108px;
}
.categories .categories-grid .categories-grid-item_second {
  right: 223px;
  top: 108px;
}
.categories .categories-grid .categories-grid-item_third {
  left: -22px;
  top: 251px;
}
.categories .categories-grid .categories-grid-item_fourth {
  top: 251px;
}
.categories .categories-grid .categories-grid-item_fifth {
  top: 251px;
  right: -22px;
}
.categories .categories-grid .categories-grid-item_sixth {
  left: 223px;
  top: 393px;
}
.categories .categories-grid .categories-grid-item_seventh {
  right: 223px;
  top: 393px;
}

.pros {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 24px;
  padding-top: 41px;
}
.pros__content {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pros__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 61px;
  max-width: 1059px;
  text-align: left;
  gap: 32px;
  width: 100%;
  position: relative;
}
.pros__item {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 24px;
  padding: 40px 40px 25px 40px;
}
.pros__item-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--graphite-black);
  max-width: 620px;
  margin-top: 16px;
  line-height: 140%;
}
.pros__item-text-bottom {
  font-size: 1.4rem;
  color: #7C878E;
  margin-top: 13px;
}
.pros__item-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  flex-shrink: 0;
}
.pros__item-image_first {
  background-image: url(../assets/images/resource-products/pros-1.webp);
  width: 147px;
}
.pros__item-image_second {
  background-image: url(../assets/images/resource-products/pros-2.webp);
  width: 119px;
}
.pros__item-image_third {
  background-image: url(../assets/images/resource-products/pros-3.webp);
  width: 117px;
}
.pros__item-image_fourth {
  background-image: url(../assets/images/resource-products/pros-4.webp);
  width: 179px;
}
.pros__item-image_fifth {
  background-image: url(../assets/images/resource-products/pros-5.webp);
  width: 136px;
}
.pros__item-image_sixth {
  background-image: url(../assets/images/resource-products/pros-6.webp);
  width: 188px;
}
.pros__item-image_seventh {
  background-image: url(../assets/images/resource-products/pros-7.webp);
  width: 104px;
}

.properties {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 34px;
}
.properties__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 112px;
  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: 100%;
  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: 8px;
  position: absolute;
  z-index: 1;
  clip-path: inset(0 0 50% 0);
}
.properties__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #012169;
  margin-bottom: 27px;
  max-width: 814px;
  text-align: center;
  line-height: 56px;
}
.properties__subtitle {
  max-width: 840px;
  line-height: 140%;
  font-size: 2rem;
  color: var(--graphite-black);
  text-align: center;
  margin-top: 33px;
}
.properties__items {
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
  max-width: 694px;
  width: 100%;
}
.properties__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 57px;
}
.properties__item-image {
  height: auto;
  width: 274px;
}
.properties__item-text {
  text-align: center;
  font-size: 2rem;
  line-height: 140%;
  color: var(--graphite-black);
  margin-top: 18px;
}
.properties .properties-areas {
  max-width: 840px;
  width: 100%;
  max-height: 10000px;
  transition: max-height 0.3s;
  overflow: hidden;
  border-radius: 18px;
  background-color: #f5f5f5;
  margin-top: 16px;
  padding: 30px 20px 32px 32px;
}
.properties .properties-areas__content {
  opacity: 1;
  transition: opacity 0.3s;
}
.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;
  color: var(--graphite-black);
  padding-right: 10px;
}
.properties .properties-areas__warning {
  font-size: 2rem;
  line-height: 30px;
  background-color: #D2E9FD;
  color: var(--graphite-black);
  font-weight: 700;
  margin-top: 24px;
  margin-right: 12px;
  border-radius: 10px;
  padding: 16px 25px;
}
.properties .properties-areas__title {
  font-size: 2.8rem;
  color: #012169;
  text-align: left;
  transition: all 0.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 0.2s ease;
}
.properties .properties-areas__button:hover .properties-consist__arrow {
  background-image: url(../assets/images/modulen/arrow-up-blue.svg);
}
.properties .properties-areas__button:hover .properties-consist__title {
  color: #2E3F78;
}
.properties .ui-tabs__header {
  flex-wrap: unset;
}
.properties .ui-tabs__btn {
  width: 100%;
}
.properties .ui-tabs__content {
  margin-top: 25px;
}
.properties .properties-consist {
  max-width: 840px;
  width: 100%;
  max-height: 10000px;
  transition: max-height 0.3s;
  overflow: hidden;
  border-radius: 18px;
  background-color: #f5f5f5;
  margin-top: 16px;
  padding: 30px 20px 32px 32px;
}
.properties .properties-consist__content {
  opacity: 1;
  transition: opacity 0.3s;
}
.properties .properties-consist__tabs {
  padding-right: 12px;
  margin-top: 30px;
}
.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;
  padding-right: 10px;
}
.properties .properties-consist__title {
  font-size: 2.8rem;
  color: #012169;
  text-align: left;
  transition: all 0.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 0.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;
  flex-shrink: 0;
}
.properties .properties-consist .properties-consist-addition__image_gluten {
  background-image: url(../assets/images/peptamen-products/gluten.webp);
  filter: brightness(0) saturate(100%) invert(14%) sepia(34%) saturate(6130%) hue-rotate(200deg) brightness(98%) contrast(101%);
}
.properties .properties-consist .properties-consist-addition__image_halal {
  background-image: url(../assets/images/peptamen-products/halal.webp);
  filter: brightness(0) saturate(100%) invert(14%) sepia(34%) saturate(6130%) hue-rotate(200deg) brightness(98%) contrast(101%);
}
.properties .properties-consist .properties-consist-addition__image_lactose {
  background-image: url(../assets/images/peptamen-products/lactose.webp);
  filter: brightness(0) saturate(100%) invert(14%) sepia(34%) saturate(6130%) hue-rotate(200deg) brightness(98%) contrast(101%);
}
.properties .properties-consist .properties-consist-addition__image_kosher {
  background-image: url(../assets/images/peptamen-products/kosher.webp);
  filter: brightness(0) saturate(100%) invert(14%) sepia(34%) saturate(6130%) hue-rotate(200deg) brightness(98%) contrast(101%);
}
.properties .properties-scheme {
  max-width: 840px;
  width: 100%;
  max-height: 10000px;
  transition: max-height 0.3s;
  overflow: hidden;
  border-radius: 18px;
  background-color: #f5f5f5;
  margin-top: 16px;
  padding: 30px 20px 32px 32px;
}
.properties .properties-scheme__content {
  opacity: 1;
  transition: opacity 0.3s;
}
.properties .properties-scheme__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-scheme__text {
  font-size: 2rem;
  margin-top: 23px;
  line-height: 30px;
  padding-right: 10px;
}
.properties .properties-scheme__title {
  font-size: 2.8rem;
  color: #012169;
  text-align: left;
  transition: all 0.2s ease;
}
.properties .properties-scheme__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;
}
.properties .properties-scheme__button:hover .properties-scheme__arrow {
  background-image: url(../assets/images/modulen/arrow-up-blue.svg);
}
.properties .properties-scheme__button:hover .properties-scheme__title {
  color: #2E3F78;
}
.properties .properties-scheme__span-block {
  display: block;
}
.properties .properties-nutrition {
  overflow: hidden;
  border-radius: 18px;
  background-color: #f5f5f5;
  margin-top: 16px;
  width: 100%;
  max-width: 840px;
  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: #012169;
  text-align: left;
  transition: all 0.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 0.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__tables {
  margin-top: 31px;
  transition: all 0.3s ease;
}
.properties .properties-nutrition__tabs {
  padding-right: 12px;
}
.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 .properties-table-header__col-second {
  width: 41%;
}
.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 tr {
  background: transparent;
  transition: background 0.2s;
}
.properties .properties-nutrition .properties-table tr:hover {
  background: #d2e8fd;
}
.properties .properties-nutrition .properties-table__regular td:first-child {
  padding-left: 9px;
  padding-right: 20px;
}
.properties .properties-nutrition .properties-table__regular.properties-table__regular_tab td:first-child {
  padding-left: 24px;
}
.properties .properties-nutrition .properties-nutrition-bottom {
  margin-top: 20px;
}
.properties .properties-nutrition .properties-nutrition-bottom__text-main {
  font-size: 2rem;
  color: var(--graphite-black);
  font-weight: 700;
  line-height: 30px;
}
.properties .properties-nutrition .properties-nutrition-bottom__text {
  font-size: 2rem;
  color: var(--graphite-black);
  font-weight: 400;
  line-height: 30px;
  margin-top: 15px;
}
.properties .properties-nutrition .opacity0 {
  opacity: 0;
}
.properties .properties-spoon {
  overflow: hidden;
  border-radius: 18px;
  background-color: #f5f5f5;
  margin-top: 16px;
  width: 100%;
  max-width: 840px;
  padding: 30px 20px 25px 32px;
  max-height: 10000px;
  transition: max-height 0.3s;
}
.properties .properties-spoon__content {
  opacity: 1;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.properties .properties-spoon__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-spoon__title {
  font-size: 2.8rem;
  color: #012169;
  text-align: left;
  transition: all 0.2s ease;
}
.properties .properties-spoon__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;
}
.properties .properties-spoon__button:hover .properties-spoon__arrow {
  background-image: url(../assets/images/modulen/arrow-up-blue.svg);
}
.properties .properties-spoon__button:hover .properties-spoon__title {
  color: #2E3F78;
}
.properties .properties-spoon__image {
  height: auto;
  max-width: 592px;
  margin-top: 29px;
  margin-left: -13px;
}
.properties .properties-spoon__table-wrapper {
  width: 100%;
}
.properties .properties-spoon .properties-spoon-table {
  max-width: 776px;
  border: 1px solid #D5D5D5;
  border-radius: 16px;
  overflow: hidden;
  background-color: #EEEEEE;
  color: var(--graphite-black);
  font-size: 1.6rem;
  text-align: center;
  margin-top: 31px;
}
.properties .properties-spoon .properties-spoon-table__title {
  padding: 20px;
  border-bottom: 1px solid #D5D5D5;
}
.properties .properties-spoon .properties-spoon-table__row_header {
  background-color: #E3E3E3;
}
.properties .properties-spoon .properties-spoon-table__row_header .properties-spoon-table__cell {
  padding: 12px;
}
.properties .properties-spoon .properties-spoon-table__row_header .properties-spoon-table__cell:nth-child(1) {
  max-width: 267px;
}
.properties .properties-spoon .properties-spoon-table__row_header .properties-spoon-table__cell:nth-child(2) {
  max-width: 361px;
}
.properties .properties-spoon .properties-spoon-table__row_header .properties-spoon-table__cell:nth-child(3) {
  max-width: 148px;
  border: none;
}
.properties .properties-spoon .properties-spoon-table__row {
  display: flex;
  border-bottom: 1px solid #D5D5D5;
}
.properties .properties-spoon .properties-spoon-table__row:last-child {
  border: none;
}
.properties .properties-spoon .properties-spoon-table__subrow {
  display: flex;
}
.properties .properties-spoon .properties-spoon-table__subrow:first-child {
  border-bottom: 1px solid #D5D5D5;
}
.properties .properties-spoon .properties-spoon-table__subrow .properties-spoon-table__cell:nth-child(1) {
  max-width: 147px;
}
.properties .properties-spoon .properties-spoon-table__subrow .properties-spoon-table__cell:nth-child(2) {
  max-width: 361px;
}
.properties .properties-spoon .properties-spoon-table__subrow .properties-spoon-table__cell:nth-child(3) {
  max-width: 148px;
  border: none;
}
.properties .properties-spoon .properties-spoon-table__subrow-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.properties .properties-spoon .properties-spoon-table__cell {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #D5D5D5;
  padding: 18px;
  width: 100%;
}
.properties .properties-spoon .properties-spoon-table__cell_2x {
  max-width: 120px;
}
.properties .properties-spoon .properties-spoon-bottom {
  margin-top: 24px;
}
.properties .properties-spoon .properties-spoon-bottom__text-main {
  font-size: 2rem;
  color: var(--graphite-black);
  font-weight: 700;
  line-height: 30px;
}
.properties .properties-spoon .properties-spoon-bottom__text {
  font-size: 2rem;
  color: var(--graphite-black);
  font-weight: 400;
  line-height: 30px;
  margin-top: 15px;
}
.properties .properties-spoon .properties-spoon-bottom__link {
  color: var(--graphite-black);
}
.properties .properties-cooking {
  max-width: 840px;
  width: 100%;
  max-height: 10000px;
  transition: max-height 0.3s;
  overflow: hidden;
  border-radius: 18px;
  background-color: #f5f5f5;
  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: #012169;
  text-align: left;
  transition: all 0.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 0.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: 22px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.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: contain;
  flex-shrink: 0;
}
.properties .properties-cooking__image_first {
  background-image: url(../assets/images/peptamen-products/cooking-1.webp);
}
.properties .properties-cooking__image_second {
  background-image: url(../assets/images/peptamen-products/cooking-2.webp);
}
.properties .properties-cooking__image_third {
  background-image: url(../assets/images/peptamen-products/cooking-3.webp);
}
.properties .properties-cooking__image_fourth {
  background-image: url(../assets/images/peptamen-products/cooking-4.webp);
}
.properties .properties-cooking__image_fifth {
  background-image: url(../assets/images/peptamen-products/cooking-5.webp);
}
.properties .height96 {
  max-height: 96px;
}
.properties .height96-spoon {
  max-height: 96px;
}
.properties .height96-cooking {
  max-height: 96px;
}
.properties .opacity0 {
  opacity: 0;
}
.properties .rotate {
  transform: rotate(180deg);
}

.products {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -12px;
  width: 100%;
  background-color: white;
}
.products__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-bottom: 10px;
  margin-top: 80px;
  position: relative;
}
.products__hint {
  position: absolute;
  height: auto;
  width: 98px;
  top: 235px;
  margin-left: 109px;
}
.products__hint_tablet {
  display: none;
}
.products__hint_mobile {
  display: none;
}
.products__title {
  color: #003B7B;
  text-align: center;
  font-size: 3.6rem;
  line-height: 48px;
  margin-bottom: 29px;
}
.products__items-younger {
  overflow: hidden;
  height: 0;
  display: flex;
  justify-content: center;
  max-width: 966px;
  width: 100%;
  gap: 6px;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding-bottom: 5px;
}
.products__items-older {
  height: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  max-width: 1317px;
  width: 100%;
  gap: 6px;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding-bottom: 5px;
}
.products .is-show {
  height: unset;
  opacity: 1;
  z-index: 1;
}
.products .active {
  color: #003B7B !important;
}
.products .active::after {
  content: "";
  position: absolute;
  width: 103%;
  height: 2px;
  background-color: #003B7B;
  bottom: -7px;
}
.products .products-categories {
  display: flex;
  margin-top: 35px;
  gap: 96px;
  margin-bottom: 30px;
}
.products .products-categories__category {
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  font-size: 2rem;
  color: #377CAA;
  line-height: 120%;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
.products .products-categories__category:hover {
  color: #003B7B;
}
.products .products-item {
  width: 100%;
  position: relative;
  max-width: 325px;
  height: 435px;
  border-radius: 56px 56px 56px 56px;
  transition: all 0.9s ease;
}
.products .products-item__image {
  position: absolute;
  width: 283px;
  height: 307px;
  top: 66px;
  left: 72px;
  pointer-events: none;
}
.products .products-item_second .products-item-hover__text {
  max-width: 170px;
}
.products .products-item_fourth .products-item__image {
  position: absolute;
  width: 335px;
  height: 344px;
  top: 48px;
  left: 45px;
}
.products .products-item_fourth .products-item-hover__title {
  margin-top: 37px;
  margin-bottom: 45px;
}
.products .products-item_fifth .products-item__image {
  position: absolute;
  width: 335px;
  height: 344px;
  top: 48px;
  left: 45px;
}
.products .products-item_fifth .products-item-hover__title {
  margin-top: 37px;
  margin-bottom: 45px;
}
.products .products-item_fifth .products-item-hover__text {
  max-width: 170px;
}
.products .products-item_sixth .products-item__image {
  width: 237px;
  height: 290px;
  top: 82px;
  left: 86px;
}
.products .products-item_sixth .products-item-hover__text {
  max-width: 170px;
}
.products .products-item_seventh .products-item-hover__text {
  max-width: 170px;
}
.products .products-item .hover-active {
  max-height: 400px;
  opacity: 1;
  pointer-events: all;
}
.products .products-item .hover-opacity {
  opacity: 1;
}
.products .products-item-hover {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
  position: relative;
}
.products .products-item-hover__cover {
  position: absolute;
  border-radius: 56px;
  width: 100%;
  height: 100%;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s ease;
  background-color: #2EAFE9;
}
.products .products-item-hover__cover-plate {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 56px;
}
.products .products-item-hover__container {
  pointer-events: none;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 290px;
  width: 100%;
  height: 400px;
  background-color: white;
  border-radius: 40px;
  z-index: 1;
  margin-bottom: 16px;
}
.products .products-item-hover__underline {
  max-width: 218px;
}
.products .products-item-hover__value {
  font-size: 1.6rem;
  color: white;
  background-color: #003B7B;
  text-align: center;
  border-radius: 4px;
  margin-top: 32px;
  padding: 4px 12px;
}
.products .products-item-hover__title {
  color: #003B7B;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  max-width: 270px;
  margin-top: 8px;
  line-height: 140%;
  margin-bottom: 15px;
}
.products .products-item-hover__text {
  font-size: 1.6rem;
  color: var(--graphite-black);
  line-height: 120%;
  text-align: center;
  margin-top: 21px;
  max-width: 270px;
}
.products .products-item-hover__button {
  margin-top: auto;
  background-color: #2EAFE9;
  padding: 22px 34px;
  color: white;
  margin-bottom: 50px;
  border: 1px solid #2EAFE9;
}
.products .products-item-hover__button:hover {
  color: #2EAFE9;
  background-color: white;
  border: 1px solid #2EAFE9;
}

.purchase {
  background-image: none;
  background-color: #377CAA;
  overflow: unset;
}
.purchase .underline {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.purchase__content {
  padding-top: 114px;
}
.purchase__title {
  color: white;
  font-size: 4rem;
  margin-bottom: 33px;
}
.purchase__list {
  margin-top: 42px;
  margin-bottom: 74px;
}
.purchase .purchase-background__top {
  height: 42px;
  margin-top: -1px;
  margin-bottom: -1px;
}
.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: -536px;
  background-color: #377CAA;
  width: 100%;
}
.source-wrapper .source {
  padding: 497px 80px 81px 80px;
  max-width: unset;
}
.source-wrapper .source__title-wrapper {
  margin-bottom: 37px;
}
.source-wrapper .source__title {
  font-size: 4rem;
  color: var(--graphite-black);
}
.source-wrapper .source__window {
  max-width: 1280px;
  z-index: 1;
}
.source-wrapper .height116 {
  max-height: 156px;
}
.source-wrapper .opacity0 {
  opacity: 0;
}
.source-wrapper .rotate {
  transform: rotate(180deg);
}/*# sourceMappingURL=peptamen-products.css.map */