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: #F89C24;
}

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

.resource {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.resource__background {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  z-index: 2;
}
.resource__hexagon {
  background-image: url(../assets/images/resource-products/hexagon-gray.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 130% 100%;
  width: 100%;
  height: 1655px;
  top: -1056px;
  position: absolute;
  z-index: 1;
}
.resource__hexagons-left {
  background-image: url("../assets/images/resource-products/hexagons-left.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  width: 311px;
  height: 268px;
  left: 59px;
  top: 356px;
  z-index: 1;
}
.resource__hexagons-right {
  background-image: url("../assets/images/resource-products/hexagons-right.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  width: 413px;
  height: 256px;
  top: -106px;
  right: -44px;
  z-index: 1;
}
.resource__content {
  padding: 17px 40px 64px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
}
.resource__wrapper {
  display: flex;
  gap: 14px;
  justify-content: start;
  width: 100%;
  padding-left: 62px;
  max-width: 1123px;
  position: relative;
}
.resource .splide-main .splide__pagination {
  gap: 12px;
}
.resource .splide-main .splide__pagination__page {
  background: #bec3c7;
  opacity: 1;
  transition: all 0.2s ease;
}
.resource .splide-main .splide__pagination__page.is-active {
  opacity: 1;
  background: #bec3c7;
  transform: scale(1.8);
}
.resource .splide-main .splide__pagination__page:hover {
  background: #919497;
  transform: scale(1.8);
}
.resource .resource-slider {
  width: 510px;
  margin-left: -25px;
  margin-top: 85px;
  position: relative;
}
.resource .resource-slider__arrows {
  top: 39.6%;
  position: absolute;
  display: flex;
  width: 86%;
  justify-content: space-between;
}
.resource .resource-slider__container {
  height: 464px;
  display: flex;
  justify-content: center;
}
.resource .resource-slider__track {
  z-index: 1 !important;
}
.resource .resource-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;
}
.resource .resource-slider__arrow-image {
  background-image: url(../assets/images/resource-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%);
}
.resource .resource-slider__arrow:hover {
  background-color: #377CAA;
}
.resource .resource-slider__arrow:hover .resource-slider__arrow-image {
  filter: brightness(0) invert(1);
}
.resource .resource-slider .arrow_right {
  transform: rotate(180deg);
}
.resource .resource-slider-slide {
  display: flex;
  justify-content: center;
}
.resource .resource-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;
}
.resource .resource-slider-slide .resource-slider-slide_image-first {
  background-image: url(../assets/images/resource-products/thickenup-can.webp);
}
.resource .resource-slider-slide .resource-slider-slide_image-second {
  background-image: url(../assets/images/resource-products/thickenup-can.webp);
}
.resource .resource-slider-slide .resource-slider-slide_image-third {
  background-image: url(../assets/images/resource-products/thickenup-can.webp);
}
.resource .resource-slider-slide .resource-slider-slide_image-fourth {
  background-image: url(../assets/images/resource-products/thickenup-can.webp);
}
.resource .resource-slider-slide .resource-slider-slide_image-fifth {
  background-image: url(../assets/images/resource-products/thickenup-can.webp);
}
.resource__info {
  margin-top: 29px;
  max-width: 563px;
}
.resource__title {
  margin-top: 95px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #323976;
}
.resource__description {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--graphite-black);
  margin-top: 19px;
  line-height: 140%;
  max-width: 516px;
}
.resource__buy {
  background-color: #F89C24;
  color: white;
  padding: 22px 56px;
  border: none;
  margin-top: 16px;
  display: inline-block;
}
.resource__buy:hover {
  color: #F89C24;
  background-color: white;
}
.resource .resource-labels {
  gap: 8px;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}
.resource .resource-labels__label {
  padding: 8px 16px;
  white-space: nowrap;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  color: white;
}
.resource .resource-labels__label_first {
  background: #F89C24;
}
.resource .resource-labels__label_second {
  background: #B454A2;
}
.resource .resource-labels__label_third {
  background: #54B492;
}

.areas {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.areas__background {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  z-index: 0;
}
.areas__rectangle {
  background-color: white;
  width: 100%;
  position: absolute;
  z-index: 0;
  height: 821px;
  top: -728px;
}
.areas__hexagon {
  background-image: url(../assets/images/resource-products/hexagon-white.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 130% 100%;
  width: 100%;
  height: 1655px;
  top: -1102px;
  position: absolute;
  z-index: 1;
}
.areas__content {
  padding-top: 39px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
.areas__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #323976;
  margin-bottom: 30px;
}
.areas__subtitle {
  font-size: 2rem;
  color: var(--graphite-black);
  text-align: center;
  line-height: 140%;
  max-width: 505px;
  margin-top: 35px;
}
.areas__text {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin-top: 32px;
  max-width: 830px;
  line-height: 160%;
}
.areas__items {
  display: flex;
  justify-content: center;
  margin-top: 33px;
  gap: 40px;
}
.areas .areas-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 265px;
  height: 236px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.areas .areas-item__text {
  font-size: 2rem;
  color: white;
  text-align: center;
  line-height: 140%;
  max-width: 175px;
  margin-top: 8px;
}
.areas .areas-item_first {
  background-image: url(../assets/images/resource-products/hexagon-small-dblue.webp);
}
.areas .areas-item_second {
  background-image: url(../assets/images/resource-products/hexagon-small-orange.webp);
}

.pros {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 99px;
}
.pros__content {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pros__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 61px;
  max-width: 1100px;
  text-align: center;
  row-gap: 68px;
  width: 100%;
  position: relative;
}
.pros__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pros__item:last-child {
  grid-column: 1/-1;
  margin-top: 5px;
}
.pros__item-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--graphite-black);
  max-width: 437px;
  margin-top: 18px;
  line-height: 140%;
}
.pros__item-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--graphite-black);
  max-width: 507px;
  margin-top: 35px;
  line-height: 140%;
}
.pros__item-divider {
  width: 200px;
  height: 1px;
  background-color: #C0C0C0;
  position: relative;
  top: 18px;
  opacity: 0.3;
}
.pros__item-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 136px;
}
.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;
}
.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: #F2F6FB;
  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: #F2F6FB;
  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;
}
.properties .properties-consist .properties-consist-addition__image_gluten {
  background-image: url(../assets/images/resource-products/gluten.webp);
  filter: brightness(0) saturate(100%) invert(16%) sepia(24%) saturate(5982%) hue-rotate(229deg) brightness(99%) contrast(95%);
}
.properties .properties-consist .properties-consist-addition__image_halal {
  background-image: url(../assets/images/resource-products/halal.webp);
  filter: brightness(0) saturate(100%) invert(16%) sepia(24%) saturate(5982%) hue-rotate(229deg) brightness(99%) contrast(95%);
}
.properties .properties-scheme {
  max-width: 840px;
  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-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: #F2F6FB;
  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: #F2F6FB;
  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;
  margin-left: 0px;
  margin-top: 34px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #AED5F5;
  font-size: 1.6rem;
  background-color: #D2E9FD;
  overflow: hidden;
}
.properties .properties-spoon .properties-spoon-table__title {
  text-align: center;
  padding: 12px 8px;
}
.properties .properties-spoon .properties-spoon-table__row {
  display: flex;
  border-top: 1px solid #AED5F5;
  height: 136px;
}
.properties .properties-spoon .properties-spoon-table__row:nth-child(odd) {
  background-color: #DCECF9;
}
.properties .properties-spoon .properties-spoon-table__row .properties-spoon-table__cell:not(:last-child) {
  border-right: 1px solid #AED5F5;
}
.properties .properties-spoon .properties-spoon-table__row .properties-spoon-table__cell:nth-child(1) {
  max-width: 128px;
}
.properties .properties-spoon .properties-spoon-table__row .properties-spoon-table__cell:nth-child(2) {
  max-width: 148px;
}
.properties .properties-spoon .properties-spoon-table__row .properties-spoon-table__cell:nth-child(3) {
  max-width: 152px;
}
.properties .properties-spoon .properties-spoon-table__row .properties-spoon-table__cell:nth-child(4) {
  max-width: 160px;
}
.properties .properties-spoon .properties-spoon-table__row .properties-spoon-table__cell:nth-child(5) {
  max-width: 188px;
}
.properties .properties-spoon .properties-spoon-table__cell {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 13px 0 15px;
}
.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: #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: #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: 70px;
  width: 79px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.properties .properties-cooking__image_first {
  background-image: url(../assets/images/resource-products/cooking-1.webp);
}
.properties .properties-cooking__image_second {
  background-image: url(../assets/images/resource-products/cooking-2.webp);
}
.properties .properties-cooking__image_third {
  background-image: url(../assets/images/resource-products/cooking-3.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);
}

.choise {
  background-color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.choise__background {
  z-index: 0;
  position: absolute;
  width: 100%;
  background-color: #F5F5F5;
  height: 48%;
  display: flex;
  justify-content: center;
}
.choise__hexagon {
  background-image: url(../assets/images/resource/hexagon-white.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 130% 100%;
  width: 100%;
  height: 1655px;
  z-index: 1;
  position: absolute;
  top: 67px;
}
.choise__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  z-index: 1;
  padding: 0 24px;
}
.choise__title {
  font-size: 3.6rem;
  color: #323976;
  font-weight: 700;
  text-align: center;
  max-width: 600px;
  margin-top: 70px;
  line-height: 48px;
  margin-bottom: 29px;
}
.choise__hint {
  margin-top: 40px;
  margin-bottom: -8px;
  width: 115px;
  height: auto;
}
.choise .choise-products {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  gap: 40px;
  height: 400px;
  padding: 0 36px;
  max-width: 1044px;
}
.choise .choise-products .reg {
  font-size: 2.1rem;
  top: 0;
}
.choise .choise-products .choise-products-hover {
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0px;
  height: 400px;
  padding: 31px 15px 48px 15px;
  background-color: #F5F5F5;
  border-radius: 40px;
  width: 100%;
}
.choise .choise-products .choise-products-hover .span__block {
  display: block;
}
.choise .choise-products .choise-products-hover__weight {
  font-size: 1.6rem;
  color: white;
  line-height: 120%;
  border-radius: 4px;
  background-color: #323976;
  padding: 5px 13px;
}
.choise .choise-products .choise-products-hover__name {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 140%;
  color: #323976;
  text-align: center;
  text-transform: uppercase;
  margin-top: 8px;
}
.choise .choise-products .choise-products-hover__description {
  font-size: 1.6rem;
  line-height: 120%;
  color: var(--graphite-black);
  text-align: center;
  max-width: 218px;
  margin-top: 21px;
}
.choise .choise-products .choise-products-hover .underline_products {
  max-width: 218px;
  margin-top: 16px;
  width: 100%;
}
.choise .choise-products .choise-products-hover__button {
  color: white;
  background-color: #F89C24;
  transition: all 0.3 ease;
  font-size: 1.8rem;
  margin-top: auto;
  padding: 22px 33px;
}
.choise .choise-products .choise-products-hover__button:hover {
  color: #F89C24;
  background-color: white;
}
.choise .choise-products__star {
  font-size: 1.2rem;
  color: #7C878E;
  margin-top: 5px;
  margin-left: 18px;
  text-align: center;
}
.choise .choise-products__image {
  pointer-events: none;
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.choise .choise-products__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 290px;
  position: relative;
  justify-content: end;
  width: 100%;
}
.choise .choise-products__item:hover .choise-products-hover {
  opacity: 1;
}
.choise .choise-products__item:hover .choise-products__image {
  opacity: 0;
}
.choise .choise-products__item_first {
  padding-bottom: 20px;
}
.choise .choise-products__item_first .choise-products__image {
  width: 23.1vw;
  height: 23.8vw;
  bottom: 20px;
  margin-right: -103px;
  max-width: 332px;
  max-height: 342px;
}
.choise .choise-products__item_second {
  padding-bottom: 20px;
}
.choise .choise-products__item_second .choise-products__image {
  max-width: 309px;
  max-height: 321px;
  bottom: 20px;
  margin-right: -70px;
  width: 21.43vw;
  height: 22.3vw;
}
.choise .choise-products__item_third {
  padding-bottom: 20px;
}
.choise .choise-products__item_third .choise-products__description {
  max-width: 260px;
}
.choise .choise-products__item_third .choise-products__image {
  max-width: 451px;
  max-height: 322px;
  bottom: 20px;
  width: 31.3vw;
  height: 22.4vw;
}
.choise .choise-products__item_fourth .choise-products__image {
  max-width: 309px;
  max-height: 321px;
  bottom: 20px;
  margin-right: -65px;
  width: 21.5vw;
  height: 22.3vw;
}

.purchase {
  background-image: none;
  background-color: #f5f5f5;
}
.purchase__content {
  padding-top: 114px;
}
.purchase__title {
  color: #323976;
  font-size: 4rem;
  margin-bottom: 33px;
}
.purchase__list {
  margin-top: 42px;
  margin-bottom: 74px;
}
.purchase .purchase-background__top {
  height: 42px;
}
.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: #f5f5f5;
  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: #323976;
}
.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=resource-products.css.map */