/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./frontend/src/scss/pages/support-mom/index.scss ***!
  \*****************************************************************************************************************************************/
html {
  --theme-buy-bg: #FFFFFF;
  --theme-btn-primary-hover: #E0A6B2;
  --theme-btn-primary-active: #D497A3;
  --theme-primary-color: #DE8696;
  --theme-ui-primary-color: #E5C1C8;
  --theme-ui-primary-color-hover: #E36279;
  --theme-ui-primary-color-active: #A44F5E;
  --theme-secondary-bg: #FFFFFF;
  --theme-header-border: #FDF7F8;
  --theme-text-color: #585858;
  --theme-button-shadow: .7rem .7rem 1.8rem #AC818966;
  --theme-black: rgba(88, 88, 88, 1);
  --theme-black-075: rgba(88, 88, 88, .75);
  --theme-black-05: rgba(88, 88, 88, .5);
  --theme-black-03: rgba(88, 88, 88, .3);
  --theme-black-005: rgba(88, 88, 88, .05);
  --theme-product-hero-bg: #FDF7F8;
  --theme-modal-overlay: rgba(198, 176, 180, 0.4);
  --theme-primary-bg: #FFFFFF;
  --theme-subfilter-bg: #FFFFFF;
  --theme-article-content-bg: rgba(255, 255, 255, 0.75);
}

html[data-theme=dark-theme] {
  --theme-buy-bg: #D0E5FF;
  --theme-btn-primary-hover: #008589;
  --theme-btn-primary-active: #007E83;
  --theme-primary-color: #20A7AB;
  --theme-ui-primary-color: #20A7AB;
  --theme-ui-primary-color-hover: #008589;
  --theme-ui-primary-color-active: #007E83;
  --theme-secondary-bg: #3B4D64;
  --theme-header-border: #6C7B8F;
  --theme-text-color: #FFFFFF;
  --theme-button-shadow: 7px 7px 18px 0px #20A7AB3D;
  --theme-black: rgba(40, 58, 81, 1);
  --theme-black-075: rgba(40, 58, 81, .75);
  --theme-black-05: rgba(40, 58, 81, .5);
  --theme-black-03: rgba(40, 58, 81, .3);
  --theme-black-005: rgba(40, 58, 81, .05);
  --theme-product-hero-bg: #394A5F;
  --theme-modal-overlay: rgba(40, 58, 81, .5);
  --theme-primary-bg: #4E5F74;
  --theme-subfilter-bg: #3B4D64;
  --theme-article-content-bg: rgba(57, 74, 95, 0.75);
}

.sm-banner {
  position: relative;
  background: linear-gradient(180deg, #FFE9ED 0%, #FFC7D2 100%);
  overflow: hidden;
}
.sm-banner__inner {
  position: relative;
  height: 48rem;
  max-width: 144rem;
  margin: 0 auto;
}
@media (max-width: 667px) {
  .sm-banner__inner {
    height: 58rem;
  }
}
.sm-banner__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.sm-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}
@media (max-width: 667px) {
  .sm-banner__image img {
    object-position: center top;
  }
}
.sm-banner__hands {
  position: absolute;
  left: 9rem;
  bottom: 0;
  width: 53rem;
  height: auto;
  z-index: 2;
  pointer-events: none;
  display: block;
  transform: translateY(30%);
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (max-width: 667px) {
  .sm-banner__hands {
    display: none;
  }
}
.sm-banner__actions:hover ~ .sm-banner__hands, .sm-banner__actions:focus-within ~ .sm-banner__hands {
  transform: translateY(0);
}
.sm-banner__text {
  position: relative;
  z-index: 2;
  padding: 4.8rem 5.1rem 0;
  max-width: 75rem;
}
@media (max-width: 667px) {
  .sm-banner__text {
    padding: 2rem 1.6rem 0;
    max-width: 100%;
  }
}
.sm-banner__title {
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 5.6rem;
  line-height: 5.8rem;
  letter-spacing: 0.028rem;
  text-transform: uppercase;
  color: #585858;
  margin: 0;
}
@media (max-width: 667px) {
  .sm-banner__title {
    font-size: 2.8rem;
    line-height: 2.8rem;
    letter-spacing: 0.014rem;
  }
}
.sm-banner__subtitle {
  margin-top: 1.6rem;
  font-family: FuturaNew;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #585858;
  max-width: 40.3rem;
}
@media (max-width: 667px) {
  .sm-banner__subtitle {
    display: none;
  }
}
.sm-banner__actions {
  position: absolute;
  z-index: 3;
  left: 5.1rem;
  top: 28rem;
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
@media (max-width: 667px) {
  .sm-banner__actions {
    left: 1.6rem;
    right: 1.6rem;
    top: auto;
    bottom: 1.6rem;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
}
.sm-banner__cta {
  flex: 0 0 auto;
  height: 6.8rem;
  padding: 0 6rem;
  background: #EA6A86;
  color: rgb(255, 255, 255);
  border: none;
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0.7rem 0.7rem 1.89rem 0 rgba(172, 129, 137, 0.8);
  transition: background-color 0.2s;
  cursor: pointer;
}
@media (min-width: 667px) {
  .sm-banner__cta:hover {
    background: #D55F78;
  }
}
.sm-banner__cta:active {
  background: #C25670;
}
@media (max-width: 667px) {
  .sm-banner__cta {
    width: 100%;
    height: 6rem;
    font-size: 1.6rem;
    padding: 0 4.4rem;
  }
}
.sm-banner__like, .sm-banner__share {
  flex: 0 0 auto;
  height: 6.8rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0 2.4rem;
  box-shadow: 0.7rem 0.7rem 1.89rem 0 rgba(172, 129, 137, 0.8);
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  position: relative;
  background-color: rgb(255, 255, 255);
  border: none;
  animation: sm-banner-btn-glow 3s ease-in-out infinite;
  transition: background-color 0.25s, color 0.25s;
}
@keyframes sm-banner-btn-glow {
  0%, 100% {
    box-shadow: 0.7rem 0.7rem 1.89rem 0 rgba(172, 129, 137, 0.8), 0 0 0.5rem rgba(234, 106, 134, 0.2);
  }
  50% {
    box-shadow: 0.7rem 0.7rem 1.89rem 0 rgba(172, 129, 137, 0.8), 0 0 1.5rem rgba(234, 106, 134, 0.6);
  }
}
@media (max-width: 667px) {
  .sm-banner__like, .sm-banner__share {
    height: 6rem;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 667px) {
  .sm-banner__like:hover, .sm-banner__share:hover {
    background-color: #EA6A86;
    color: rgb(255, 255, 255);
  }
  .sm-banner__like:hover .sm-banner__border, .sm-banner__share:hover .sm-banner__border {
    display: none;
  }
  .sm-banner__like:active, .sm-banner__share:active {
    background-color: #D55F78;
    color: rgb(255, 255, 255);
  }
}
.sm-banner__like:disabled, .sm-banner__like.is-liked, .sm-banner__share:disabled, .sm-banner__share.is-liked {
  cursor: default;
}
@media (hover: hover) and (pointer: fine) and (min-width: 667px) {
  .sm-banner__like:hover .sm-banner__like-icon, .sm-banner__like:hover.is-liked .sm-banner__like-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3Cpath d=%27M3.89844 7.53707C5.13318 5.45948 7.53232 4.3404 9.80176 4.73531V4.73433C11.2794 4.99511 12.5947 5.84873 13.6797 7.36422V7.36324C13.9276 7.71608 14.1137 7.96663 14.2354 8.14156L14.2412 8.14937C15.1026 9.35994 16.8974 9.35994 17.7588 8.14937L17.7646 8.14156C17.8862 7.96681 18.0719 7.71647 18.3193 7.36422C19.7922 5.30781 21.754 4.42922 23.8486 4.71578C26.1422 5.02947 27.9722 6.58405 28.748 8.97164L28.8193 9.20504C29.3624 11.0828 29.1788 13.0524 28.2725 14.874L28.0811 15.2363C27.1635 16.8821 25.5956 18.6745 22.7119 21.2607C22.0168 21.8817 20.1933 23.4619 18.5303 24.8925C17.7002 25.6066 16.9134 26.2813 16.3311 26.7763C16.2111 26.8783 16.0986 26.9706 15.998 27.0556C15.8983 26.9714 15.7877 26.8792 15.6689 26.7783C15.0881 26.285 14.303 25.6132 13.4746 24.9003C11.8149 23.4722 9.99346 21.8919 9.28906 21.2617H9.29004C4.8436 17.2754 3.32402 14.9799 2.95313 12.4218C2.71002 10.7475 3.0627 8.94195 3.89844 7.53804V7.53707Z%27 fill=%27%23ffffff%27/%3E%3C/svg%3E");
  }
  .sm-banner__like:hover .sm-banner__like-count {
    color: rgb(255, 255, 255);
  }
  .sm-banner__share:hover .sm-banner__share-icon {
    background-color: rgb(255, 255, 255);
  }
}
.sm-banner__like {
  width: 10.8rem;
  color: #585858;
}
@media (max-width: 667px) {
  .sm-banner__like {
    width: 10.8rem;
  }
}
.sm-banner__like.is-liked .sm-banner__like-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3Cpath d=%27M3.89844 7.53707C5.13318 5.45948 7.53232 4.3404 9.80176 4.73531V4.73433C11.2794 4.99511 12.5947 5.84873 13.6797 7.36422V7.36324C13.9276 7.71608 14.1137 7.96663 14.2354 8.14156L14.2412 8.14937C15.1026 9.35994 16.8974 9.35994 17.7588 8.14937L17.7646 8.14156C17.8862 7.96681 18.0719 7.71647 18.3193 7.36422C19.7922 5.30781 21.754 4.42922 23.8486 4.71578C26.1422 5.02947 27.9722 6.58405 28.748 8.97164L28.8193 9.20504C29.3624 11.0828 29.1788 13.0524 28.2725 14.874L28.0811 15.2363C27.1635 16.8821 25.5956 18.6745 22.7119 21.2607C22.0168 21.8817 20.1933 23.4619 18.5303 24.8925C17.7002 25.6066 16.9134 26.2813 16.3311 26.7763C16.2111 26.8783 16.0986 26.9706 15.998 27.0556C15.8983 26.9714 15.7877 26.8792 15.6689 26.7783C15.0881 26.285 14.303 25.6132 13.4746 24.9003C11.8149 23.4722 9.99346 21.8919 9.28906 21.2617H9.29004C4.8436 17.2754 3.32402 14.9799 2.95313 12.4218C2.71002 10.7475 3.0627 8.94195 3.89844 7.53804V7.53707Z%27 fill=%27%23EA6A86%27/%3E%3C/svg%3E");
}
.sm-banner__border {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.sm-banner__border::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150%;
  height: 300%;
  background: conic-gradient(from 0deg, #EA6A86, #F4A4B4, #EA6A86, #F4A4B4, #EA6A86);
  transform: translate(-50%, -50%) rotate(0deg);
  animation: sm-banner-border-rotate 4s linear infinite;
}
.sm-banner__border::after {
  content: "";
  position: absolute;
  inset: 0.2rem;
  background: rgb(255, 255, 255);
}
@keyframes sm-banner-border-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.sm-banner__like-icon, .sm-banner__like-count, .sm-banner__share-icon, .sm-banner__share-label {
  position: relative;
  z-index: 1;
}
.sm-banner__like-icon {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27 fill=%27none%27%3E%3Cpath d=%27M3.89844 7.53707C5.13318 5.45948 7.53232 4.3404 9.80176 4.73531V4.73433C11.2794 4.99511 12.5947 5.84873 13.6797 7.36422V7.36324C13.9276 7.71608 14.1137 7.96663 14.2354 8.14156L14.2412 8.14937C15.1026 9.35994 16.8974 9.35994 17.7588 8.14937L17.7646 8.14156C17.8862 7.96681 18.0719 7.71647 18.3193 7.36422C19.7922 5.30781 21.754 4.42922 23.8486 4.71578C26.1422 5.02947 27.9722 6.58405 28.748 8.97164L28.8193 9.20504C29.3624 11.0828 29.1788 13.0524 28.2725 14.874L28.0811 15.2363C27.1635 16.8821 25.5956 18.6745 22.7119 21.2607C22.0168 21.8817 20.1933 23.4619 18.5303 24.8925C17.7002 25.6066 16.9134 26.2813 16.3311 26.7763C16.2111 26.8783 16.0986 26.9706 15.998 27.0556C15.8983 26.9714 15.7877 26.8792 15.6689 26.7783C15.0881 26.285 14.303 25.6132 13.4746 24.9003C11.8149 23.4722 9.99346 21.8919 9.28906 21.2617H9.29004C4.8436 17.2754 3.32402 14.9799 2.95313 12.4218C2.71002 10.7475 3.0627 8.94195 3.89844 7.53804V7.53707Z%27 stroke=%27%23EA6A86%27 stroke-width=%272%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.2s;
}
.sm-banner__like-count {
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #585858;
  text-align: left;
  white-space: nowrap;
}
.sm-banner__share {
  flex: 1 1 auto;
  color: #DE8696;
  text-transform: uppercase;
}
@media (max-width: 667px) {
  .sm-banner__share {
    flex: 1 1 0;
    min-width: 0;
  }
}
.sm-banner__share-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  background-color: #DE8696;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><circle cx=%2718%27 cy=%275%27 r=%273%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.5%27/><circle cx=%276%27 cy=%2712%27 r=%273%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.5%27/><circle cx=%2718%27 cy=%2719%27 r=%273%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.5%27/><line x1=%278.59%27 y1=%2713.51%27 x2=%2715.42%27 y2=%2717.49%27 stroke=%27black%27 stroke-width=%271.5%27/><line x1=%2715.41%27 y1=%276.51%27 x2=%278.59%27 y2=%2710.49%27 stroke=%27black%27 stroke-width=%271.5%27/></svg>") no-repeat center/contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><circle cx=%2718%27 cy=%275%27 r=%273%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.5%27/><circle cx=%276%27 cy=%2712%27 r=%273%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.5%27/><circle cx=%2718%27 cy=%2719%27 r=%273%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.5%27/><line x1=%278.59%27 y1=%2713.51%27 x2=%2715.42%27 y2=%2717.49%27 stroke=%27black%27 stroke-width=%271.5%27/><line x1=%2715.41%27 y1=%276.51%27 x2=%278.59%27 y2=%2710.49%27 stroke=%27black%27 stroke-width=%271.5%27/></svg>") no-repeat center/contain;
}
.sm-banner__toast {
  position: fixed;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  background: #585858;
  color: rgb(255, 255, 255);
  padding: 1.2rem 2rem;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.sm-banner__toast.is-visible {
  opacity: 1;
}

.sm-sponsors {
  background: rgb(255, 255, 255);
  overflow: hidden;
  height: 6rem;
}
@media (max-width: 667px) {
  .sm-sponsors {
    height: 4.8rem;
  }
}
.sm-sponsors__track {
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  animation: sm-sponsors-scroll 60s linear infinite;
}
@media (max-width: 667px) {
  .sm-sponsors__track {
    animation-duration: 25s;
  }
}
.sm-sponsors__group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6rem;
  padding: 0 3rem;
}
@media (max-width: 667px) {
  .sm-sponsors__group {
    gap: 3rem;
    padding: 0 1.5rem;
  }
}
.sm-sponsors__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: 5.4rem;
}
@media (max-width: 667px) {
  .sm-sponsors__item {
    height: 4.2rem;
  }
}
.sm-sponsors__item img {
  display: block;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.sm-sponsors__item--magnit {
  width: 20rem;
}
@media (max-width: 667px) {
  .sm-sponsors__item--magnit {
    width: 15.7rem;
  }
}
.sm-sponsors__item--dobryakov {
  width: 12.7rem;
}
@media (max-width: 667px) {
  .sm-sponsors__item--dobryakov {
    width: 10rem;
  }
}
.sm-sponsors__item--cosmetics {
  width: 20rem;
}
@media (max-width: 667px) {
  .sm-sponsors__item--cosmetics {
    width: 15.7rem;
  }
}

@keyframes sm-sponsors-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.sm-mission {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 0 4rem;
}
@media (max-width: 667px) {
  .sm-mission {
    padding: 0 1.6rem;
    gap: 1.2rem;
  }
}
.sm-mission__title {
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.024rem;
  text-transform: uppercase;
  color: #DE8696;
  text-align: center;
  margin: 0;
}
@media (max-width: 667px) {
  .sm-mission__title {
    font-size: 2.3rem;
    letter-spacing: 0.012rem;
  }
}
.sm-mission__cards {
  display: grid;
  grid-template-columns: 67.3rem 1fr;
  gap: 1.6rem;
  align-items: stretch;
}
@media (max-width: 667px) {
  .sm-mission__cards {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.sm-mission__card {
  position: relative;
  overflow: hidden;
  min-height: 43rem;
}
@media (max-width: 667px) {
  .sm-mission__card {
    min-height: auto;
  }
}
.sm-mission__card--photo {
  background: rgb(255, 255, 255);
}
@media (max-width: 667px) {
  .sm-mission__card--photo {
    min-height: 35.7rem;
  }
}
.sm-mission__card--text {
  background: #F4E3E9;
  padding: 2.4rem 2.4rem 16rem;
}
@media (max-width: 667px) {
  .sm-mission__card--text {
    padding: 1.6rem 1.6rem 14rem;
    background: #F4E3E9;
  }
}
.sm-mission__photo {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.sm-mission__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sm-mission__photo-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(150, 110, 118, 0) 0%, rgba(104, 58, 68, 0.6) 70%, rgba(85, 37, 47, 0.6) 100%);
  backdrop-filter: blur(0.3rem);
  -webkit-backdrop-filter: blur(0.3rem);
}
.sm-mission__photo-text {
  position: absolute;
  inset: auto 2.4rem 2.4rem 2.4rem;
  z-index: 3;
  font-family: FuturaNew;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.012rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 667px) {
  .sm-mission__photo-text {
    font-size: 1.6rem;
    line-height: 1.6rem;
    inset: auto 1.6rem 1.6rem 1.6rem;
  }
}
.sm-mission__text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  font-family: FuturaNew;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.012rem;
  color: #585858;
}
@media (max-width: 667px) {
  .sm-mission__text {
    font-size: 1.6rem;
    line-height: 2rem;
    gap: 0.8rem;
  }
}
.sm-mission__text p {
  margin: 0;
}
.sm-mission__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.sm-mission__hands {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 21.7rem;
  height: auto;
  display: block;
  z-index: 1;
}
.sm-mission__heart {
  position: absolute;
  display: block;
  width: 1.7rem;
  height: auto;
  z-index: 2;
}
.sm-mission__heart--1 {
  left: 9%;
  bottom: 3.5rem;
  width: 1.5rem;
  transform: rotate(128deg);
}
.sm-mission__heart--2 {
  left: 81%;
  bottom: 9rem;
  width: 1.9rem;
  transform: rotate(45deg);
}
.sm-mission__heart--3 {
  left: 24%;
  bottom: 7.5rem;
  width: 1.8rem;
  transform: rotate(-27deg);
}
.sm-mission__heart--4 {
  left: 88%;
  bottom: 2.5rem;
  width: 1.5rem;
  transform: rotate(52deg);
}

.sm-numbers {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.sm-numbers__heading {
  background: #F4E3E9;
  padding: 4rem 3.2rem;
  text-align: center;
}
@media (max-width: 667px) {
  .sm-numbers__heading {
    padding: 1.6rem 1.6rem;
  }
}
.sm-numbers__title {
  margin: 0;
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.2rem;
  letter-spacing: 0.016rem;
  text-transform: uppercase;
  color: #DE8696;
}
@media (max-width: 667px) {
  .sm-numbers__title {
    font-size: 2.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.012rem;
  }
}
.sm-numbers__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  padding: 0 4rem;
}
@media (max-width: 667px) {
  .sm-numbers__grid {
    grid-template-columns: 1fr;
    padding: 0 1.6rem;
    gap: 1.2rem;
  }
}
.sm-numbers__cell {
  border: 0.1rem solid #DE8696;
  padding: 4rem 3.2rem;
  min-height: 19.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.6rem;
}
@media (max-width: 667px) {
  .sm-numbers__cell {
    padding: 2.4rem 1.6rem;
    min-height: 20rem;
  }
}
.sm-numbers__value {
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.024rem;
  text-transform: uppercase;
  color: #DE8696;
}
@media (max-width: 667px) {
  .sm-numbers__value {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
.sm-numbers__label {
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.009rem;
  text-transform: uppercase;
  color: #585858;
  max-width: 60.8rem;
}
@media (max-width: 667px) {
  .sm-numbers__label {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.sm-challenges {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}
@media (max-width: 667px) {
  .sm-challenges {
    gap: 1.2rem;
  }
}
.sm-challenges__title {
  margin: 0;
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.024rem;
  text-transform: uppercase;
  color: #DE8696;
  text-align: center;
  max-width: 70.6rem;
  padding: 0 4rem;
}
@media (max-width: 667px) {
  .sm-challenges__title {
    font-size: 2.4rem;
    padding: 0 1.6rem;
  }
}
.sm-challenges__banner {
  width: 100%;
  background: #F096A8;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 0.4rem 2rem;
  min-height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.016rem;
  text-transform: uppercase;
}
@media (max-width: 667px) {
  .sm-challenges__banner {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 0.8rem 1.2rem;
    min-height: 7.6rem;
  }
}
.sm-challenges__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  width: 100%;
  padding: 0 4rem;
}
@media (max-width: 667px) {
  .sm-challenges__stats {
    grid-template-columns: 1fr;
    padding: 0 1.6rem;
    gap: 1.2rem;
  }
}
.sm-challenges__stat {
  background: #FBF0F2;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  text-align: left;
}
@media (max-width: 667px) {
  .sm-challenges__stat {
    padding: 2.4rem;
  }
}
.sm-challenges__percent {
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 5.6rem;
  line-height: 1;
  letter-spacing: 0.028rem;
  text-transform: uppercase;
  color: #DE8696;
}
@media (max-width: 667px) {
  .sm-challenges__percent {
    font-size: 3.2rem;
  }
}
.sm-challenges__caption {
  font-family: FuturaNew;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 2.8rem;
  color: #585858;
}
@media (max-width: 667px) {
  .sm-challenges__caption {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.sm-challenges__interpretation {
  margin: 0;
  max-width: 80rem;
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
  color: #585858;
  padding: 0 4rem;
}
@media (max-width: 667px) {
  .sm-challenges__interpretation {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 0 1.6rem;
  }
}
.sm-challenges__cta {
  height: 6.8rem;
  width: 40rem;
  background: #F096A8;
  color: rgb(255, 255, 255);
  border: none;
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0.7rem 0.7rem 1.8rem 0 rgba(172, 129, 137, 0.4);
  cursor: pointer;
  transition: background-color 0.2s;
}
@media (min-width: 667px) {
  .sm-challenges__cta:hover {
    background: #EA6A86;
  }
}
.sm-challenges__cta:active {
  background: #D55F78;
}
@media (max-width: 667px) {
  .sm-challenges__cta {
    width: calc(100% - 3.2rem);
    max-width: none;
    margin: 0 1.6rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}

.sm-stories {
  background: #FBF0F2;
  padding: 4rem 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  overflow: hidden;
}
@media (max-width: 667px) {
  .sm-stories {
    padding: 2rem 0;
    gap: 2rem;
  }
}
.sm-stories__title {
  margin: 0;
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.024rem;
  text-transform: uppercase;
  color: #DE8696;
  text-align: center;
}
@media (max-width: 667px) {
  .sm-stories__title {
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 0 1.6rem;
  }
}
.sm-stories__splide {
  width: 100%;
  max-width: 132.2rem;
}
@media (max-width: 667px) {
  .sm-stories__splide {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 667px) {
  .sm-stories__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }
}
@media (min-width: 667px) {
  .sm-stories__slide {
    width: auto !important;
    margin: 0 !important;
  }
}
.sm-stories__card {
  background: rgb(255, 255, 255);
  padding: 2.8rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 52.8rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.sm-stories__card.js-sm-story-video {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .sm-stories__card:hover .sm-stories__img {
    transform: scale(1.1);
  }
  .sm-stories__card:hover .sm-stories__link {
    opacity: 0.7;
  }
}
@media (max-width: 667px) {
  .sm-stories__card {
    padding: 1.2rem;
    height: 45.6rem;
  }
}
.sm-stories__media {
  position: relative;
  height: 34rem;
  overflow: hidden;
  border: none;
  background: transparent;
  padding: 0;
  width: 100%;
}
@media (max-width: 667px) {
  .sm-stories__media {
    height: 30rem;
  }
}
.sm-stories__media.js-sm-story-video {
  cursor: pointer;
}
.sm-stories__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sm-stories__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.2, 0, 0.2, 1);
}
.sm-stories__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(0.3rem);
  -webkit-backdrop-filter: blur(0.3rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sm-stories__play::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.1rem 0 1.1rem 1.7rem;
  border-color: transparent transparent transparent #DE8696;
  margin-left: 0.3rem;
}
.sm-stories__story-title {
  margin: 0;
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.009rem;
  text-transform: uppercase;
  color: #585858;
  flex: 1 1 auto;
}
.sm-stories__link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.008rem;
  text-transform: uppercase;
  color: #DE8696;
  text-decoration: none;
  transition: opacity 0.2s;
  cursor: pointer;
}
.sm-stories__link--btn {
  background: transparent;
  border: none;
  padding: 0;
  font-family: inherit;
  pointer-events: none;
}
@media (min-width: 667px) {
  .sm-stories__link:hover {
    opacity: 0.7;
  }
}
.sm-stories__link-arrow {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background-color: #DE8696;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18 18%27><path d=%27M3 9h12 M11 5l4 4-4 4%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>") no-repeat center/contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18 18%27><path d=%27M3 9h12 M11 5l4 4-4 4%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>") no-repeat center/contain;
}
.sm-stories__cta {
  margin: 0 1.6rem;
  height: 6.8rem;
  width: 40rem;
  background: #F096A8;
  color: rgb(255, 255, 255);
  border: none;
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0.7rem 0.7rem 1.8rem 0 rgba(172, 129, 137, 0.4);
  cursor: pointer;
  transition: background-color 0.2s;
}
@media (min-width: 667px) {
  .sm-stories__cta:hover {
    background: #EA6A86;
  }
}
.sm-stories__cta:active {
  background: #D55F78;
}
@media (max-width: 667px) {
  .sm-stories__cta {
    width: calc(100% - 3.2rem);
    max-width: none;
    margin: 0 1.6rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}

.sm-stories .splide__pagination {
  position: static;
  margin-top: 1.2rem;
  padding: 0;
  display: flex;
  gap: 1.2rem;
  justify-content: center;
}

.sm-stories .splide__pagination__page {
  width: 4.7rem;
  height: 0.2rem;
  background: rgba(88, 88, 88, 0.2);
  border-radius: 0;
  opacity: 1;
  margin: 0;
}
.sm-stories .splide__pagination__page.is-active {
  background: #DE8696;
  transform: none;
}

.sm-partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  padding: 0 4rem;
}
@media (max-width: 667px) {
  .sm-partners {
    padding: 0 1.6rem;
    gap: 4rem;
  }
}
.sm-partners__title {
  margin: 0;
  font-family: FuturaNew;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.024rem;
  text-transform: uppercase;
  color: #DE8696;
  text-align: center;
  width: 100%;
}
@media (max-width: 667px) {
  .sm-partners__title {
    font-size: 2.4rem;
  }
}
.sm-partners__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  flex-wrap: wrap;
}
@media (max-width: 667px) {
  .sm-partners__list {
    flex-direction: column;
    gap: 2rem;
    align-items: start;
  }
}
.sm-partners__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 6rem;
}
.sm-partners__item img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}
.sm-partners__item--dobryakov {
  max-width: 30rem;
}
@media (max-width: 667px) {
  .sm-partners__item--dobryakov {
    width: 25.6rem;
    height: 4.8rem;
  }
}
.sm-partners__item--magnit {
  max-width: 37rem;
}
@media (max-width: 667px) {
  .sm-partners__item--magnit {
    width: 22.2rem;
    height: 5.2rem;
  }
}
.sm-partners__item--cosmetics {
  max-width: 37rem;
}
@media (max-width: 667px) {
  .sm-partners__item--cosmetics {
    width: 25.6rem;
    height: 5.7rem;
  }
}

.support-mom {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 667px) {
  .support-mom {
    gap: 4rem;
    padding-bottom: 6rem;
  }
}
.support-mom .sm-banner + .sm-sponsors {
  margin-top: -8rem;
}
@media (max-width: 667px) {
  .support-mom .sm-banner + .sm-sponsors {
    margin-top: -4rem;
  }
}
