.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(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;
  z-index: 1;
}

.span__top-index {
  font-size: 1rem;
  vertical-align: top;
  top: -0.3em;
  position: relative;
  font-weight: 600;
}

.peptamen {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 40px;
}
.peptamen__content {
  z-index: 1;
  width: 100%;
  max-width: 1204px;
}
.peptamen__logo {
  background-image: url(../assets/images/peptamen/logo.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 310px;
  height: 56px;
  margin-left: 117px;
  margin-top: 82px;
}
.peptamen__text-main {
  text-transform: uppercase;
  text-align: center;
  color: #003B7B;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  max-width: 470px;
  margin-top: 16px;
  margin-left: 33px;
}
.peptamen__text-sub {
  text-align: center;
  color: #003B7B;
  font-size: 1.6rem;
  line-height: 120%;
  max-width: 538px;
  margin-top: 4px;
}
.peptamen__products {
  width: 859px;
  height: 328px;
  margin-top: 25px;
  margin-left: -30px;
}
.peptamen__background {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  z-index: 0;
  height: 100%;
  overflow: hidden;
}
.peptamen__hexagon {
  background-image: url("../assets/images/resource/hexagon-gray.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  mask-image: url("../assets/images/resource/hexagon-gray.webp");
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-image: url("../assets/images/resource/hexagon-gray.webp");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 1870px;
  height: 1655px;
  top: -1055px;
  position: absolute;
  z-index: 1;
}
.peptamen__family {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: -39px;
  top: 815px;
  width: 1002px;
  height: auto;
  position: absolute;
  z-index: 1;
}
.peptamen__family-tablet {
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: auto;
  position: absolute;
  z-index: 1;
}

.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__hexagon {
  background-image: url(../assets/images/resource/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: -769px;
  clip-path: inset(50% 0 0 0);
}
.categories__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  z-index: 1;
  padding-bottom: 101px;
  position: relative;
}
.categories__title {
  font-size: 3.6rem;
  color: #323976;
  font-weight: 700;
  text-align: center;
  margin-top: 46px;
  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: -12px;
  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/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/hexagon-grid-small.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.categories .categories-grid .categories-grid-item__text {
  font-size: 2rem;
  line-height: 140%;
  color: #012169;
  text-align: center;
  max-width: 174px;
  z-index: 1;
}
.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__hover {
  position: absolute;
  top: -28px;
  opacity: 0;
  scale: 0.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.25s ease;
  z-index: 2;
  background-image: url(../assets/images/peptamen/hexagon-grid-hover.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 329px;
  height: 292px;
}
.categories .categories-grid .categories-grid-item:hover {
  scale: 1.2;
  z-index: 1;
}
.categories .categories-grid .categories-grid-item:hover .categories-grid-item__hover {
  opacity: 1;
  scale: 0.83;
}
.categories .categories-grid .categories-grid-item_first {
  left: 223px;
  top: 108px;
}
.categories .categories-grid .categories-grid-item_first .categories-grid-item__text-top {
  margin-top: 52px;
  max-width: 150px;
}
.categories .categories-grid .categories-grid-item_first .categories-grid-item__text-middle {
  padding: 8px;
  max-width: 206px;
  margin-top: 5px;
}
.categories .categories-grid .categories-grid-item_first .categories-grid-item__text-bottom {
  max-width: 175px;
  margin-top: 12px;
  font-size: 1.8rem;
}
.categories .categories-grid .categories-grid-item_first .span__text-bold {
  margin-top: 5px;
  margin-left: 10px;
}
.categories .categories-grid .categories-grid-item_second {
  right: 223px;
  top: 108px;
}
.categories .categories-grid .categories-grid-item_second .categories-grid-item__text-top {
  font-size: 2rem;
  max-width: 175px;
  margin-top: 69px;
}
.categories .categories-grid .categories-grid-item_second .categories-grid-item__text-middle {
  padding: 8px;
  margin-top: 12px;
  max-width: 210px;
  width: 100%;
}
.categories .categories-grid .categories-grid-item_second .categories-grid-item__text-bottom {
  margin-top: 12px;
  font-size: 2rem;
  max-width: 100px;
  line-height: 120%;
}
.categories .categories-grid .categories-grid-item_third {
  left: -22px;
  top: 251px;
}
.categories .categories-grid .categories-grid-item_third .categories-grid-item__text-top {
  margin-top: 69px;
  max-width: 150px;
}
.categories .categories-grid .categories-grid-item_third .categories-grid-item__text-middle {
  font-size: 3.6rem;
  padding: 5px;
  max-width: 186px;
  margin-top: 12px;
  width: 100%;
}
.categories .categories-grid .categories-grid-item_third .categories-grid-item__text-bottom {
  max-width: 175px;
  margin-top: 7px;
  font-size: 2.5rem;
}
.categories .categories-grid .categories-grid-item_third .span__text-bold {
  font-size: 2.1rem;
  margin-top: 6px;
  margin-left: 9px;
}
.categories .categories-grid .categories-grid-item_fourth {
  top: 251px;
}
.categories .categories-grid .categories-grid-item_fourth .categories-grid-item__text-top {
  margin-top: 59px;
  max-width: 150px;
}
.categories .categories-grid .categories-grid-item_fourth .categories-grid-item__text-middle {
  padding: 5px;
  max-width: 180px;
  margin-top: 6px;
  font-size: 1.8rem;
}
.categories .categories-grid .categories-grid-item_fourth .categories-grid-item__text-bottom {
  max-width: 196px;
  margin-top: 9px;
  font-size: 1.5rem;
}
.categories .categories-grid .categories-grid-item_fourth .span__text-bold {
  font-size: 1.5rem;
  max-width: 215px;
  margin-bottom: 6px;
}
.categories .categories-grid .categories-grid-item_fifth {
  top: 251px;
  right: -22px;
}
.categories .categories-grid .categories-grid-item_fifth .categories-grid-item__text-middle {
  padding: 4px;
  max-width: 222px;
  margin-top: 98px;
  font-size: 2.4rem;
}
.categories .categories-grid .categories-grid-item_fifth .categories-grid-item__text-bottom {
  max-width: 190px;
  margin-top: 3px;
  font-size: 2.2rem;
}
.categories .categories-grid .categories-grid-item_fifth .span__text-bold {
  font-size: 1.8rem;
  line-height: 100%;
}
.categories .categories-grid .categories-grid-item_sixth {
  left: 223px;
  top: 393px;
}
.categories .categories-grid .categories-grid-item_sixth .categories-grid-item__text-top {
  margin-top: 49px;
  max-width: 150px;
  font-size: 1.8rem;
}
.categories .categories-grid .categories-grid-item_sixth .categories-grid-item__text-bottom {
  max-width: 147px;
  margin-top: 1px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 120%;
}
.categories .categories-grid .categories-grid-item_seventh {
  right: 223px;
  top: 393px;
}
.categories .categories-grid .categories-grid-item_seventh .categories-grid-item__text-top {
  margin-top: 49px;
  max-width: 130px;
}
.categories .categories-grid .categories-grid-item_seventh .categories-grid-item__text-middle {
  padding: 8px;
  max-width: 202px;
  margin-top: 7px;
}
.categories .categories-grid .categories-grid-item_seventh .categories-grid-item__text-bottom {
  max-width: 175px;
  margin-top: 8px;
  font-size: 1.6rem;
}

.products {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -12px;
  width: 100%;
  background-color: #F5F5F5;
  padding-top: 480px;
  margin-top: -490px;
}
.products__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-bottom: 10px;
  height: 800px;
}
.products__title {
  color: #003B7B;
  text-align: center;
  font-size: 3.6rem;
  line-height: 48px;
  margin-bottom: 29px;
}
.products__items-younger {
  position: absolute;
  display: flex;
  justify-content: center;
  max-width: 966px;
  width: 100%;
  gap: 6px;
  bottom: 153px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.products__items-older {
  position: absolute;
  display: flex;
  justify-content: center;
  max-width: 1317px;
  width: 100%;
  gap: 6px;
  bottom: 153px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.products .is-show {
  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: 73px;
  gap: 40px;
  margin-bottom: 30px;
}
.products .products-categories__category {
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  font-size: 2.4rem;
  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;
}
.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 .products-item-hover__container {
  max-height: 400px;
  opacity: 1;
  pointer-events: all;
}
.products .products-item:hover .products-item-hover__cover {
  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: #f5f5f5;
  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;
}

.benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -75px;
}
.benefits__background {
  z-index: 0;
  position: absolute;
  width: 100%;
  background-color: #F5F5F5;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefits__hexagon {
  background-image: url(../assets/images/peptamen/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: 0;
}
.benefits__rectangle {
  background-color: white;
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.benefits__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  z-index: 1;
  width: 100%;
}
.benefits__title {
  margin-top: 72px;
  color: #003B7B;
  text-align: center;
  font-size: 3.6rem;
  line-height: 48px;
  margin-bottom: 29px;
  max-width: 750px;
}
.benefits__subtitle {
  display: none;
}
.benefits__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 95px;
  width: 100%;
  padding-bottom: 120px;
}
.benefits__image-products {
  max-width: 605px;
  height: auto;
  width: 100%;
  flex-shrink: 1;
  position: relative;
}
.benefits__image-products_tablet {
  display: none;
}
.benefits__items {
  position: relative;
  width: 578px;
  flex-shrink: 0;
  height: 574px;
}
.benefits__ellipse {
  position: absolute;
  background-image: url(../assets/images/peptamen/ellipse.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 148px;
  height: 712px;
  top: -67px;
  left: -134px;
}
.benefits__spacer {
  width: 14vw;
  max-width: 200px;
  flex-shrink: 1;
  min-width: 80px;
}
.benefits .benefits-item {
  position: absolute;
  background-color: #F5F5F5;
  padding: 9px 16px;
  border-radius: 16px;
  max-height: 45px;
  height: 100%;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1;
}
.benefits .benefits-item::before {
  content: "";
  position: absolute;
  background-image: url(../assets/images/peptamen/point.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 8px;
  left: -61px;
  top: 18px;
}
.benefits .benefits-item:hover {
  z-index: 2;
  background-color: #377CAA;
}
.benefits .benefits-item:hover .benefits-item__text-main {
  opacity: 0;
}
.benefits .benefits-item:hover .benefits-item__text-hover {
  opacity: 1;
}
.benefits .benefits-item__text-main {
  color: #003B7B;
  line-height: 28px;
  font-weight: 700;
  font-size: 1.8rem;
  transition: all 0.3s ease;
}
.benefits .benefits-item__text-hover {
  pointer-events: none;
  position: absolute;
  color: white;
  line-height: 28px;
  font-size: 1.6rem;
  z-index: 1;
  opacity: 0;
  top: 17px;
  left: 25px;
  width: 100%;
}
.benefits .benefits-item_first {
  left: -11px;
  top: 6px;
  width: 507px;
}
.benefits .benefits-item_first .benefits-item__text-main {
  width: 500px;
}
.benefits .benefits-item_first .benefits-item__text-hover {
  width: 380px;
}
.benefits .benefits-item_first:hover {
  width: 507px;
  max-height: 88px;
}
.benefits .benefits-item_second {
  top: 132px;
  left: 43px;
  max-width: 428px;
  max-height: 77px;
}
.benefits .benefits-item_second .benefits-item__text-hover {
  width: 380px;
}
.benefits .benefits-item_second:hover {
  max-width: 428px;
  max-height: 88px;
}
.benefits .benefits-item_third {
  top: 258px;
  left: 59px;
  max-width: 334px;
}
.benefits .benefits-item_third .benefits-item__text-hover {
  width: 454px;
}
.benefits .benefits-item_third:hover {
  max-width: 507px;
  max-height: 116px;
}
.benefits .benefits-item_fourth {
  top: 385px;
  left: 48px;
  width: 376px;
}
.benefits .benefits-item_fourth .benefits-item__text-hover {
  width: 454px;
}
.benefits .benefits-item_fourth:hover {
  width: 523px;
  max-height: 199px;
}
.benefits .benefits-item_fifth {
  top: 511px;
  left: 0px;
  width: 452px;
}
.benefits .benefits-item_fifth .benefits-item__text-hover {
  width: 498px;
}
.benefits .benefits-item_fifth:hover {
  width: 561px;
  max-height: 176px;
}

.protein {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  background-color: white;
}
.protein__content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  width: 100%;
  border-radius: 80px;
  box-shadow: 0px 4px 44px 0px rgba(0, 59, 123, 0.08);
  padding: 0 40px;
}
.protein__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 44px;
  padding: 0 10px 47px 10px;
  max-width: 1140px;
}
.protein__columns-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.protein__title {
  color: #003B7B;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 140%;
  margin-top: 73px;
  max-width: 918px;
  margin-bottom: 32px;
}
.protein .span__top-index_title {
  font-weight: 700;
  font-size: 1.4rem;
}
.protein__text-bold {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--graphite-black);
  line-height: 120%;
}
.protein__text-normal {
  font-size: 1.6rem;
  color: var(--graphite-black);
  line-height: 120%;
}
.protein .protein-left {
  max-width: 426px;
  width: 100%;
}
.protein .protein-left__text-normal {
  margin-top: 10px;
}
.protein .protein-left__images-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 26px;
  max-width: 400px;
}
.protein .protein-left__column-first {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.protein .protein-left__column-second {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.protein .protein-left__image-protein {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 168px;
  height: 160px;
}
.protein .protein-left__arrows {
  background-image: url(../assets/images/peptamen/arrows.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 47px;
  height: 16px;
  margin-top: 72px;
}
.protein .protein-left__image-protein_first {
  background-image: url(../assets/images/peptamen/prot1.webp);
}
.protein .protein-left__image-protein_second {
  background-image: url(../assets/images/peptamen/prot2.webp);
}
.protein .protein-left__protein-name {
  text-align: center;
  margin-top: 12px;
  max-width: 140px;
}
.protein__graph {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 638px;
  height: 263px;
  background-image: url(../assets/images/peptamen/graph.webp);
  margin-top: 17px;
  margin-left: 7px;
}
.protein .protein-right {
  width: 100%;
  max-width: 664px;
  display: flex;
  flex-direction: column;
}
.protein .protein-right__text-bold {
  max-width: 340px;
  margin-left: 84px;
}
.protein .protein-markers {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 27px;
  padding-left: 99px;
  max-width: 587px;
}
.protein .protein-markers__gray {
  position: relative;
}
.protein .protein-markers__gray::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  left: -19px;
  top: 3px;
  background-color: #DDDDDD;
}
.protein .protein-markers__blue {
  position: relative;
}
.protein .protein-markers__blue::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  left: -19px;
  top: 3px;
  background-color: #2EAFE9;
}
.protein .protein-markers__text-small {
  font-size: 1.4rem;
  color: #7B8B92;
  display: block;
  margin-top: 3px;
}
.protein .protein-bottom {
  background-color: #F5F5F5;
  border-radius: 16px;
  display: flex;
  width: 100%;
  max-width: 1120px;
  justify-content: center;
  margin-top: 45px;
  padding: 24px 40px;
  gap: 36px;
  position: relative;
}
.protein .protein-bottom::before {
  content: "";
  position: absolute;
  background-image: url(../assets/images/peptamen/arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 114px;
  height: 28px;
  top: -26px;
  left: 258px;
  z-index: 1;
}
.protein .protein-bottom__text {
  position: relative;
  text-align: center;
}
.protein .protein-bottom__text::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background-image: url(../assets/images/peptamen/mark.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -20px;
  top: 0px;
}
.protein .protein-bottom_tablet {
  display: none;
}

.purchase {
  background-image: none;
  background-color: #377CAA;
  overflow: unset;
}
.purchase__content {
  padding-top: 151px;
}
.purchase__title {
  color: white;
  font-size: 4rem;
  margin-bottom: 33px;
}
.purchase__list {
  margin-top: 42px;
  margin-bottom: 74px;
}
.purchase .purchase-background__top {
  height: 79px;
  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;
}
.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.css.map */