/* stylelint-disable */

@layer reset {

  /*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

  /* Reset box-model and set borders */
  /* ============================================ */

  *,
  ::before,
  ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    min-width: 0;
  }

  /* Document */
  /* ============================================ */

  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

  html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
  }

  /* Sections */
  /* ============================================ */

  /**
 * Remove the margin in all browsers.
 */

  body {
    margin: 0;
  }

  /**
 * Render the `main` element consistently in IE.
 */

  main {
    display: block;
  }

  /* Vertical rhythm */
  /* ============================================ */

  p,
  table,
  blockquote,
  address,
  pre,
  iframe,
  form,
  figure,
  dl {
    margin: 0;
  }

  /* Headings */
  /* ============================================ */

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
  }

  /* Lists (enumeration) */
  /* ============================================ */

  ul,
  ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* Lists (definition) */
  /* ============================================ */

  dt {
    font-weight: bold;
  }

  dd {
    margin-left: 0;
  }

  /* Grouping content */
  /* ============================================ */

  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
  }

  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
  }

  address {
    font-style: inherit;
  }

  /* Text-level semantics */
  /* ============================================ */

  /**
 * Remove the gray background on active links in IE 10.
 */

  a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }

  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

  abbr[title] {
    text-decoration: underline dotted;
    /* 2 */
  }

  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

  b,
  strong {
    font-weight: bolder;
  }

  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
  }

  /**
 * Add the correct font size in all browsers.
 */

  small {
    font-size: 80%;
  }

  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  /* Replaced content */
  /* ============================================ */

  /**
 * Prevent vertical alignment issues.
 */

  svg,
  img,
  embed,
  object,
  iframe {
    vertical-align: bottom;
  }

  /* Forms */
  /* ============================================ */

  /**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

  button,
  input,
  optgroup,
  select,
  textarea {
    -webkit-appearance: none;
    /* 1 */
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    /* 2 */
  }

  /**
 * Correct cursors for clickable elements.
 */

  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    cursor: pointer;
  }

  button:disabled,
  [type="button"]:disabled,
  [type="reset"]:disabled,
  [type="submit"]:disabled {
    cursor: default;
  }

  /**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

  :-moz-focusring {
    outline: auto;
  }

  select:disabled {
    opacity: inherit;
  }

  /**
 * Remove padding
 */

  option {
    padding: 0;
  }

  /**
 * Reset to invisible
 */

  fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
  }

  legend {
    padding: 0;
  }

  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

  progress {
    vertical-align: baseline;
  }

  /**
 * Remove the default vertical scrollbar in IE 10+.
 */

  textarea {
    overflow: auto;
  }

  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

  /**
 * Correct the outline style in Safari.
 */

  [type="search"] {
    outline-offset: -2px;
    /* 1 */
  }

  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }

  /**
 * Fix appearance for Firefox
 */
  [type="number"] {
    -moz-appearance: textfield;
  }

  /**
 * Clickable labels
 */

  label[for] {
    cursor: pointer;
  }

  /* Interactive */
  /* ============================================ */

  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

  details {
    display: block;
  }

  /*
 * Add the correct display in all browsers.
 */

  summary {
    display: list-item;
  }

  /*
 * Remove outline for editable content.
 */

  [contenteditable]:focus {
    outline: auto;
  }

  /* Tables */
  /* ============================================ */

  /**
1. Correct table border color inheritance in all Chrome and Safari.
*/

  table {
    border-color: inherit;
    /* 1 */
    border-collapse: collapse;
  }

  caption {
    text-align: left;
  }

  td,
  th {
    vertical-align: top;
    padding: 0;
  }

  th {
    text-align: left;
    font-weight: bold;
  }
}

@layer root {

  /* stylelint-disable */
  :root {
    --ff-nunito-sans-10pt: "NunitoSans10pt";
    --ff-stem: "Stem";
    --ff-steppe: "Steppe";
    --ff-nunito-sans-7pt-expanded: "NunitoSans7ptExpanded";
    --color-text: #282525;
    --color-pink: #E3AFBC;
  }
}

@layer base {

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  @font-face {
    font-family: "NunitoSans10pt";
    src: url("/assets/fonts/NunitoSans-10pt-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
  }

  @font-face {
    font-family: "NunitoSans10pt";
    src: url("/assets/fonts/NunitoSans-10pt-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
  }

  @font-face {
    font-family: "NunitoSans10pt";
    src: url("/assets/fonts/NunitoSans-10pt-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
  }

  @font-face {
    font-family: "NunitoSans10pt";
    src: url("/assets/fonts/NunitoSans-10pt-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
  }

  @font-face {
    font-family: "Stem";
    src: url("/assets/fonts/Stem-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
  }

  @font-face {
    font-family: "Stem";
    src: url("/assets/fonts/Stem-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
  }

  @font-face {
    font-family: "Steppe";
    src: url("/assets/fonts/Steppe-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
  }

  @font-face {
    font-family: "NunitoSans7ptExpanded";
    src: url("/assets/fonts/NunitoSans-7pt-Expanded-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
  }

  @font-face {
    font-family: "NunitoSans7ptExpanded";
    src: url("/assets/fonts/NunitoSans-7pt-Expanded-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
  }

  @font-face {
    font-family: "NunitoSans7ptExpanded";
    src: url("/assets/fonts/NunitoSans-7pt-Expanded-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
  }

  html {
    font-size: 100%;
  }

  body {
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
  }

  * {
    color: var(--color-text);
    font-family: var(--ff-nunito-sans-10pt);
  }

  .container {
    max-width: 1248px;
    width: 100%;
    padding: 0px 24px;
    margin: 0 auto;
  }

  .section {
    scroll-margin-top: 100px;
  }

  .section__suptitle {
    font-family: var(--ff-nunito-sans-7pt-expanded);
    font-weight: 900;
    letter-spacing: 16%;
    font-size: 0.625rem;
    color: var(--color-pink);
  }

  .section__title {
    font-family: var(--ff-nunito-sans-7pt-expanded);
    font-weight: 800;
    letter-spacing: -0.8px;
    font-size: 1.25rem;
  }

  .section__suptitle+.section__title {
    margin-top: 8px;
  }

  .section__subtitle {
    font-family: var(--ff-nunito-sans-7pt-expanded);
    font-weight: 300;
    letter-spacing: -0.56px;
    font-size: 0.875rem;
    line-height: 160%;
    max-width: 384px;
  }

  .section__title+.section__subtitle {
    margin-top: 24px;
  }

  .section+.section {
    margin-top: 120px;
  }

  @media screen and (max-width: 768px) {
    .section+.section {
      margin-top: 60px;
    }

    .section__title+.section__subtitle {
      margin-top: 16px;
    }
  }

  .main {
    overflow: hidden;
    width: 100%;
  }
}

@layer layouts {
  /* @import "./layout.scss"; */
}

@layer blocks {
  .about {
    padding: 80px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .about__wrapper {
    background: #f4f3e7;
  }

  .about .container {
    display: flex;
    gap: 7px;
  }

  .about__left {
    max-width: 503px;
    width: 100%;
    min-width: 503px;
    position: relative;
  }

  .about__column {
    max-width: 588px;
    width: 100%;
    padding-top: 105px;
    padding-bottom: 56px;
    display: flex;
    flex-direction: column;
  }

  .about__column::after {
    content: "";
    display: block;
    width: 63px;
    height: 4px;
    margin-top: 32px;
    background: rgb(227, 175, 188);
  }

  .about__img {
    max-width: 384px;
    width: 100%;
    margin-top: -80px;
    margin-bottom: -80px;
    object-fit: cover;
    object-position: top;
  }

  .about__caption {
    color: #fff;
    left: 34px;
    top: 0px;
    padding: 24px 188px 24px 36px;
    font-size: 2.8125rem;
    font-weight: 800;
    line-height: 140%;
    position: absolute;
    border: 1px solid rgba(255, 252, 246, 0.06);
    background: rgba(54, 58, 70, 0.1);
    backdrop-filter: blur(16px);
  }

  .about__text {
    font-size: 1rem;
    font-weight: 300;
    line-height: 160%;
    margin-top: 32px;
  }

  .about__text+.about__text {
    margin-top: 24px;
  }

  @media screen and (max-width: 950px) {
    .about {
      padding-top: 120px;
      padding-bottom: 0;
    }

    .about .container {
      display: flex;
      flex-direction: column;
      gap: 34px;
    }

    .about__caption {
      left: 0;
      font-size: 2rem;
      padding: 24px 130px 24px 32px;
      line-height: 100%;
    }

    .about__column {
      padding: 0 0px 44px;
    }

    .about__img {
      width: 395px;
      min-width: 395px;
      margin-left: -166px;
      height: 395px;
      margin-top: -110px;
      margin-bottom: 0;
    }
  }
}

@layer blocks {
  .benefits {
    position: relative;
    padding-bottom: 200px;
    margin-bottom: -200px;
  }

  .benefits .container {
    position: relative;
    z-index: 1;
  }

  .benefits__row {
    display: flex;
    gap: 66px 80px;
    flex-wrap: wrap;
    margin-top: 55px;
  }

  .benefit-item {
    max-width: 336px;
    width: 100%;
    padding: 79px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--ff-nunito-sans-7pt-expanded);
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 160%;
    white-space: nowrap;
    letter-spacing: -0.76px;
    position: relative;
  }

  .benefit-item:nth-child(1) {
    background: url("/assets/images/benefits-card-01.png") center/cover no-repeat;
  }

  .benefit-item:nth-child(2) {
    background: url("/assets/images/benefits-card-02.png") center/cover no-repeat;
  }

  .benefit-item:nth-child(3) {
    background: url("/assets/images/benefits-card-03.png") center/cover no-repeat;
  }

  .benefit-item::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 24px;
    width: 100%;
    height: 100%;
    z-index: -1;
    outline: 7px solid #b1a5a8;
  }

  .benefits-decor {
    position: absolute;
  }

  .benefits-decor--left {
    left: -763px;
    bottom: 120px;
    opacity: 0.4;
    transform: rotate(280deg);
  }

  .benefits-decor--right {
    right: -473px;
    transform: rotate(-55deg);
    opacity: 0.25;
    bottom: -200px;
  }

  @media screen and (max-width: 768px) {
    .benefits-decor--left {
      left: -538px;
      top: -128px;
      bottom: auto;
      width: 810px;
      height: 454px;
      transform: rotate(-77.203deg);
    }

    .benefits-decor--right {
      bottom: 100px;
      width: 1103px;
      height: 618px;
      transform: rotate(-79deg);
      right: -670px;
    }
  }
}

@layer blocks {

  /* stylelint-disable */
  .catalog {
    position: relative;
  }

  .catalog__wrapper {
    overflow: hidden;
  }

  .catalog-decor {
    position: absolute;
    top: 300px;
    left: -825px;
    transform: rotate(-54deg);
    opacity: 0.25;
  }

  @media screen and (max-width: 768px) {
    .catalog-decor {
      top: 93px;
      right: -496px;
      left: auto;
      width: 810.081px;
      height: 454.05px;
      transform: rotate(-121.474deg);
    }
  }

  .catalog-swiper {
    overflow: visible !important;
    margin-top: 32px;
  }

  .catalog-card {
    max-width: 328px;
    width: 100%;
    position: relative;
  }

  .catalog-card__img {
    display: block;
    width: 100%;
    aspect-ratio: 328/470;
  }

  .catalog-card__hidden-buttons {
    display: none;
  }

  .catalog-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: #e3afbc;
    width: 100%;
    gap: 10px;
    color: #000;
    font-family: var(--ff-stem);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.64px;
  }

  .catalog-card__info {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    padding: 10px 20px 24px;
    border-top: 1px solid rgba(255, 252, 246, 0.06);
    background: rgba(54, 58, 70, 0.2);
    backdrop-filter: blur(16px);
  }

  .catalog-card__count {
    color: #fff;
    font-family: var(--ff-stem);
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.52px;
  }

  .catalog-card__title {
    color: #fff;
    font-family: var(--ff-stem);
    font-size: 1.1875rem;
    font-weight: 500;
    letter-spacing: 0.76px;
    margin-top: 16px;
  }

  .catalog-card__description {
    color: #fff;
    font-family: var(--ff-steppe);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 140%;
    /* 21px */
    letter-spacing: 0.6px;
    margin-top: 8px;
  }

  .catalog-card__progress {
    --progress-max: 1;
    --progress: 1;
    margin-top: 5px;
    height: 3px;
    width: 100%;
    width: 100%;
    position: relative;
    background: #fff;
  }

  .catalog-card__progress::before {
    content: "";
    position: absolute;
    background: #e3afbc;
    height: 100%;
    width: calc(100% / var(--progress-max) * var(--progress));
  }

  @media screen and (max-width: 768px) {
    .catalog-card {
      max-width: 230px;
    }

    .catalog-card__img {
      aspect-ratio: 230/332;
    }

    .catalog-card__info {
      padding-bottom: 16px;
    }

    .catalog-card__progress {
      margin-top: 8px;
    }

    .catalog-card__title {
      margin-top: 12px;
    }
  }

  .catalog-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    padding: 24px;
    transition: 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }

  .catalog-modal__content {
    margin: auto;
    display: flex;
    max-width: 840px;
    width: 100%;
    max-height: 620px;
    height: 100%;
    background: #fef5f4;
  }

  .catalog-modal__img {
    max-width: 50%;
    width: 100%;
    object-fit: cover;
  }

  .catalog-modal__column {
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .catalog-modal__title {
    font-family: var(--ff-stem);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.96px;
  }

  .catalog-modal__prices {
    margin-top: 30px;
    overflow: auto;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .catalog-modal__footer {
    margin-top: auto;
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .catalog-modal__price {
    font-family: var(--ff-stem);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.96px;
    flex: 1 1 0;
    white-space: nowrap;
  }

  .catalog-modal__buy {
    color: #000;
    font-family: var(--ff-stem);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.64px;
    max-width: 240px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(227, 175, 188);
  }

  .catalog-modal.is-active {
    opacity: 1;
    pointer-events: all;
  }

  @media screen and (max-width: 768px) {
    .catalog-modal {
      overflow: auto;
    }

    .catalog-modal__content {
      max-width: 392px;
      flex-direction: column;
      height: auto;
      max-height: none;
    }

    .catalog-modal__img {
      width: 100%;
      height: 354px;
      aspect-ratio: 392/354;
      max-width: 100%;
    }

    .catalog-modal__column {
      padding: 20px 20px 0px;
    }

    .catalog-modal__prices {
      margin-top: 20px;
      margin-bottom: 32px;
    }

    .catalog-modal__footer {
      display: flex;
      flex-direction: row-reverse;
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px);
      background: rgb(227, 175, 188);
      height: 54px;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .catalog-modal__price {
      display: block;
      width: auto;
      flex: unset;
      font-size: 1rem;
      font-weight: 700;
    }

    .catalog-modal__buy {
      font-size: 1rem;
      font-weight: 700;
      flex: unset;
      display: block;
      width: auto;
      height: unset;
    }
  }

  .catalog-modal-price {
    border: 1px solid #e3afbc;
    padding: 12px 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--ff-steppe);
    font-size: 1rem;
    transition: 0.3s ease;
    line-height: 140%;
    letter-spacing: 0.64px;
  }

  .catalog-modal-price span {
    font-family: var(--ff-stem);
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
  }

  .catalog-modal-price.is-active {
    background: #e3afbc;
  }

  .products-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 32px;
  }

  .products-controls__arrows {
    display: flex;
    gap: 24px;
  }

  .products-controls__arrow {
    transition: 0.3s ease;
  }

  .products-controls__arrow.swiper-button-disabled {
    opacity: 0.5;
  }

  @media screen and (max-width: 1024px) {
    .products-controls {
      margin-top: 24px;
    }

    .products-controls__arrows {
      display: none;
    }
  }

  .products-categories {
    height: 48px;
  }

  .products-categories__list {
    display: flex;
    gap: 16px;
  }

  .products-categories__arrow {
    display: none;
  }

  @media screen and (max-width: 950px) {
    .products-categories {
      position: relative;
      height: 56px;
      max-width: 230px;
      width: 100%;
    }

    .products-categories__arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 24px;
      top: 24px;
      height: 9px;
      z-index: 2;
      transition: 0.3s ease;
    }

    .products-categories__list {
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
      gap: 0;
      flex-direction: column;
      left: 0;
    }

    .products-categories.is-active .products-category {
      display: flex !important;
    }

    .products-categories.is-active .products-categories__arrow {
      transform: translateY(-50%) rotate(180deg);
    }
  }

  .products-category {
    padding: 12px 16px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease;
    font-size: 1rem;
    font-weight: 300;
    line-height: 140%;
    /* 22.4px */
  }

  .products-category.is-active {
    border-color: #e3afbc;
  }

  @media screen and (max-width: 950px) {
    .products-category {
      background: rgb(124, 90, 106);
      width: 100%;
      height: 44px;
      color: #fff;
      transition: none;
      display: none;
      order: 1;
      justify-content: flex-start;
      padding-block: 0;
    }

    .products-category.is-active {
      height: 56px;
      border-color: transparent;
      order: 0;
      pointer-events: none;
      display: flex;
    }
  }
}

@layer blocks {
  .contacts {
    padding: 100px 0px;
    background: url("/assets/images/contacts-bg.jpg") center/cover no-repeat;
  }

  .contacts__title, .contacts__subtitle {
    color: #fff;
  }

  @media screen and (max-width: 768px) {
    .contacts {
      padding: 76px 0;
      background: url("/assets/images/contacts-bg-mobile.jpg") center/cover no-repeat;
    }
  }

  .contacts-block {
    padding: 75px 85px;
    border: 1px solid rgba(255, 252, 246, 0.06);
    background: rgba(54, 58, 70, 0.1);
    backdrop-filter: blur(16px);
    margin-top: 48px;
    gap: 40px;
    display: flex;
    flex-direction: column;
  }

  @media screen and (max-width: 768px) {
    .contacts-block {
      margin-top: 36px;
      padding: 28px 12px 28px 28px;
      gap: 50px;
    }
  }

  .contacts-block-item {
    display: flex;
    gap: 24px;
    align-items: center;
  }

  .contacts-block-item__column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .contacts-block-item__icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contacts-block-item__title {
    color: #b0b0b0;
    font-size: 0.625rem;
    font-weight: 900;
    line-height: 160%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }

  .contacts-block-item__text {
    color: #fff;
    font-family: var(--ff-nunito-sans-7pt-expanded);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.72px;
  }

  @media screen and (max-width: 768px) {
    .contacts-block-item__text {
      font-size: 1rem;
      line-height: 110%;
    }
  }
}

@layer blocks {
  .footer {
    height: 125px;
    background: #fef5f4;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer__logo, .footer__go-top {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .footer .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .footer__logo {
      display: block;
      font-size: 0.875rem;
      font-weight: 800;
      line-height: 140%;
    }

    .footer__logo span {
      color: var(--color-pink);
    }

    .footer__go-top {
      display: block;
    }
  }

  .footer-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
  }

  .footer-nav__link {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 140%;
    /* 19.6px */
  }

  @media screen and (max-width: 768px) {
    .footer-nav {
      display: none;
    }
  }
}

@layer blocks {
  .header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffe2e9;
    z-index: 10;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header__logo {
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 140%;
  }

  .header__logo span {
    color: var(--color-pink);
  }

  .header__phone {
    font-family: var(--ff-nunito-sans-7pt-expanded);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.56px;
    display: flex;
    align-items: center;
    gap: 9px;
  }

  @media screen and (max-width: 950px) {
    .header__phone {
      display: none;
    }

    .header__logo {
      font-size: 1.75rem;
    }
  }

  .header-nav {
    display: flex;
    gap: 24px 48px;
  }

  .header-nav__link {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 140%;
  }

  .header-nav__line, .header-nav__mobile {
    display: none;
  }

  @media screen and (max-width: 950px) {
    .header-nav {
      flex-direction: column;
      position: absolute;
      top: 100%;
      z-index: -1;
      transform: translate(0, -20px);
      opacity: 0;
      pointer-events: none;
      transition: all 0.3s ease-in-out;
      left: 0;
      width: 100%;
      background: #ffe2e9;
      padding: 0px 24px 48px;
    }

    .header-nav__link {
      font-family: var(--ff-nunito-sans-7pt-expanded);
      font-size: 1.125rem;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.18px;
    }

    .header-nav__line {
      display: block;
      width: 100%;
      height: 1px;
      border: 0;
      background: var(--color-text);
    }

    .header-nav__mobile {
      display: flex;
      flex-direction: column;
      gap: 7px;
    }

    .header-nav__mobile-title {
      color: #1b1b1b;
      font-size: 1rem;
      font-weight: 300;
      line-height: 160%;
    }

    .header-nav.is-active {
      transform: translate(0, 0);
      opacity: 1;
      pointer-events: all;
    }
  }

  .header-burger {
    display: none;
  }

  @media screen and (max-width: 950px) {
    .header-burger {
      display: flex;
      flex-direction: column;
      gap: 6px;
      cursor: pointer;
    }

    .header-burger span {
      width: 24px;
      height: 2px;
      transition: 0.3s ease;
      background: var(--color-text);
    }

    .header-burger.is-active span:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }

    .header-burger.is-active span:nth-child(2) {
      opacity: 0;
    }

    .header-burger.is-active span:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }
  }
}

@layer blocks {

  /* stylelint-disable */
  .hero {
    background: #fef5f4;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .hero .container {
    display: flex;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
  }

  .hero__column {
    padding-top: 80px;
    padding-bottom: 44px;
    flex: 1 1 0;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__img {
    max-width: 50%;
    width: 100%;
    flex: 1 1 0;
    min-width: 320px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
  }

  .hero__title {
    font-family: var(--ff-nunito-sans-7pt-expanded);
    font-weight: 800;
    font-size: 2rem;
    letter-spacing: -1.28px;
  }

  .hero__subtitle {
    margin-top: 38px;
    max-width: 486px;
    width: 100%;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 160%;
  }

  .hero__button {
    margin-top: 80px;
    padding: 0px 32px 0px 36px;
    gap: 40px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 140%;
    background: var(--color-text);
    transition: 0.3s ease;
    position: relative;
  }

  .hero__button::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 6px;
    left: 6px;
    z-index: -1;
    transition: 0.3s ease;
    outline: 1px solid var(--color-text);
  }

  .hero__button:active {
    transform: translate(6px, 6px);
  }

  .hero__button:active::before {
    transform: translate(-6px, -6px);
  }

  @media screen and (max-width: 768px) {
    .hero {
      padding-top: 32px;
      padding-bottom: 24px;
    }

    .hero__column {
      padding-top: 0;
    }

    .hero__title {
      font-size: 1.625rem;
    }

    .hero__subtile {
      font-size: 1rem;
      margin-top: 20px;
    }

    .hero__button {
      height: 54px;
      gap: 36px;
      margin-top: 40px;
      padding: 0px 34px 0px 30px;
    }
  }

  .hero-decoration {
    position: absolute;
    top: 110px;
    opacity: 0.3;
    filter: blur(20px);
  }

  .hero-decoration--left {
    left: -410px;
    transform: rotate(65deg);
  }

  .hero-decoration--right {
    right: -426px;
    transform: rotate(-65deg);
  }
}

@layer components {
  /* @import "./_button.scss"; */
}

@layer pages {
  /* @import "./page.scss"; */
}

@layer reset, tokens, base, libs, layouts, components, pages;
