/* 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 {
    --color-text: #121212;
    --color-bg: #f7f9ff;
    --color-primary: #396cef;
    --font-rubik: "Rubik";
  }
}

@layer base {

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

  html {
    font-size: 100%;
  }

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

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

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

  body {
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    background: var(--color-bg);
    min-width: unset;
  }

  *:not(:is(use, path, symbol)) {
    font-family: var(--font-rubik), sans-serif;
    color: var(--color-text);
    scroll-behavior: smooth;
    outline: none;
  }

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

  .overflow-hidden {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
  }

  .icon:not(:has([href="#icon-logo"])) {
    width: 24px;
    height: 24px;
  }

  .icon:not(:has([href="#icon-logo"])) use {
    color: inherit;
  }

  #svg-sprite {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
  }
}

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

@layer components {
  .benefit-card {
    display: flex;
    flex-direction: column;
    padding: 24px 32px;
    align-items: center;
    justify-content: center;
  }

  .benefit-card__icon-wrapper {
    display: flex;
    width: 100px;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 40px 40px 0 rgba(213, 220, 235, 0.56);
  }

  .benefit-card__title {
    margin-top: 40px;
    color: #252525;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
  }

  .benefit-card__description {
    color: #252525;
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
  }

  @media screen and (max-width: 768px) {
    .benefit-card {
      padding: 0;
    }
  }
}

@layer components {
  .button {
    background: var(--color-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    transition: 0.3s ease;
  }

  @media screen and (pointer: fine) {
    .button:hover {
      background: hsl(223, 85%, 63%);
    }
  }

  .button:active {
    background: hsl(223, 85%, 68%);
  }

  .button--outline {
    border: 1px solid var(--color-primary);
    background: transparent;
    color: var(--color-primary);
  }

  @media screen and (pointer: fine) {
    .button--outline:hover {
      background: var(--color-primary);
      color: #fff;
    }
  }

  .button--outline:active {
    color: #fff;
    background: hsl(223, 85%, 68%);
    border-color: hsl(223, 85%, 68%);
  }

  .button--secondary {
    background: #e4ecff;
    color: var(--color-primary);
  }

  @media screen and (pointer: fine) {
    .button--secondary:hover {
      background: var(--color-primary);
      color: #fff;
    }
  }

  .button--secondary:active {
    color: #fff;
    background: hsl(223, 85%, 68%);
  }

  .button:disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
  }
}

@layer components {
  .catalog-item {
    border-radius: 12px;
    background: #fff;
    transition: 0.3s ease;
    padding: 4px;
    display: flex;
    flex-direction: column;
  }

  .catalog-item__img-wrapper {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }

  .catalog-item__img {
    display: block;
    width: 100%;
    aspect-ratio: 386/260;
    object-fit: cover;
  }

  .catalog-item__title {
    padding: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    margin-top: 16px;
    border-bottom: 1px solid #ededed;
  }

  .catalog-item__info {
    display: flex;
    flex-direction: column;
    padding: 8px 16px;
    gap: 16px;
    margin-top: 16px;
    flex: 1 1 0;
  }

  .catalog-item__row {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
  }

  .catalog-item__composition-title {
    color: #636363;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    min-width: min-content;
  }

  .catalog-item__composition-text {
    color: #252525;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.48px;
    text-align: right;
    text-transform: uppercase;
  }

  .catalog-item__button {
    margin-top: auto;
  }

  .catalog-item__text {
    color: #252525;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
  }

  .catalog-item__discount {
    position: absolute;
    bottom: 16px;
    left: 16px;
  }

  .catalog-item:has(.catalog-item__discount) .catalog-item__img {
    aspect-ratio: 386/340;
  }

  @media screen and (pointer: fine) {
    .catalog-item:hover {
      transform: translateY(-4px);
      box-shadow: 0 40px 40px 0 rgba(213, 220, 235, 0.56);
    }
  }
}

@layer components {
  .certificates__row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  @media screen and (min-width: 769px) {

    .certificates__swiper,
    .certificates .swiper-slide,
    .certificates .swiper-wrapper {
      display: contents !important;
    }

    .certificates .swiper-pagination {
      display: none !important;
    }
  }

  @media screen and (max-width: 768px) {
    .certificates__row {
      display: block;
    }
  }

  .certificate {
    flex: 1 1 300px;
    padding: 16px;
    border-radius: 8px;
    background: #e4ecff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .certificate__img {
    max-height: 440px;
    width: 100%;
    aspect-ratio: 310/440;
    object-fit: contain;
  }
}

@layer components {
  .discount-price {
    border-radius: 111px;
    background: rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
    padding: 4px 24px 4px 4px;
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .discount-price__column {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .discount-price__title, .discount-price__old {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    /* 12px */
    opacity: 0.5;
  }

  .discount-price__new {
    color: #fff;
    font-size: 16px;
    margin-right: auto;
    font-weight: 600;
    line-height: 100%;
    /* 16px */
  }

  .discount-price__icon {
    aspect-ratio: 1/1;
    width: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e91639;
  }
}

@layer components {
  .form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .form__inputs {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .form__title+.form__inputs {
    margin-top: 20px;
  }

  .form__title {
    font-size: 38px;
    font-weight: 400;
    line-height: 100%;
    /* 38px */
  }

  .form__title--small {
    font-size: 24px;
  }

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

  .form__text {
    text-align: center;
    opacity: 0.4;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
  }

  .form__text a {
    text-decoration: underline;
  }

  .form__text a:hover {
    text-decoration: none;
  }

  .form .button {
    padding-block: 24px;
    font-size: 16px;
    text-transform: uppercase;
  }
}

@layer components {
  .input {
    --input-bg: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
  }

  .input__title {
    position: absolute;
    top: 50%;
    left: 22px;
    color: #454545;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    letter-spacing: 0.64px;
    text-transform: uppercase;
    padding: 10px;
    opacity: 0.2;
    transition: 0.3s ease;
    background: transparent;
    transform: translateY(-50%);
  }

  .input__field {
    width: 100%;
    border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #b1b1b1;
    padding: 24px 32px;
    color: #121212;
    font-size: 16px;
    background: var(--input-bg);
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    letter-spacing: 0.64px;
    text-transform: uppercase;
  }

  .input__field::placeholder {
    opacity: 0;
    transition: 0.3s ease;
  }

  .input:focus-within .input__title, .input--filled .input__title {
    font-size: 12px;
    opacity: 1;
    top: 0;
    background: var(--input-bg);
    transform: translateY(-50%);
    color: var(--color-primary);
  }

  .input:focus-within .input__field, .input--filled .input__field {
    border-color: var(--color-primary);
  }

  .input:focus-within .input__field::placeholder, .input--filled .input__field::placeholder {
    opacity: 0.3;
  }

  .input--dark {
    --input-bg: #eff3ff;
  }

  .input:has(input:disabled) .input__field {
    border-color: #b1b1b1;
  }

  .input:has(input:disabled) .input__title {
    color: #b1b1b1;
  }
}

@layer components {
  .logo {
    display: flex;
  }

  .logo .icon {
    width: 192px;
    height: auto;
    aspect-ratio: 192/39;
  }

  @media screen and (max-width: 768px) {
    .logo .icon {
      width: 150px;
    }
  }
}

@layer components {
  .modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    padding: 12px;
    z-index: 10;
    width: 100dvw;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
  }

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

  .modal {
    margin: auto;
    padding: 40px;
    border-radius: 8px;
    background: #fff;
    max-width: 780px;
    width: 100%;
    transform: translateY(100px);
    transition: 0.3s ease;
    display: none;
  }

  .modal__form .form__inputs {
    margin-top: 40px;
  }

  .modal.active {
    display: block;
    transform: translateY(0px);
  }

  .modal--video {
    max-width: 80%;
    padding: 24px;
    max-height: 100%;
  }

  .modal--video.active {
    display: flex;
  }

  .modal-video {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 8px;
  }

  .modal-video::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    transition: 0.3s ease;
    left: 0;
    background: rgba(0, 0, 0, 0.24);
  }

  .modal-video.is-active .modal-video__video-button {
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }

  .modal-video.is-active::before {
    pointer-events: none;
    opacity: 0;
  }

  .modal-video__video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 2;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
  }

  @media screen and (pointer: fine) {
    .modal-video__video-button:hover {
      transform: translate(-50%, -50%) scale(1.1);
    }
  }

  .modal-video__video-button:active {
    transform: translate(-50%, -50%) scale(0.9);
  }

  .modal-video__video {
    width: 100%;
    height: auto;
  }

  @media screen and (max-width: 768px) {
    .modal-video {
      height: 100%;
      max-height: -webkit-fill-available;
    }

    .modal-video__video {
      height: auto;
      width: auto;
    }
  }
}

@layer components {
  .nav {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .nav__link {
    position: relative;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .nav__link::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    transition: 0.3s ease-in;
    transform: translateY(4px);
    border-radius: 100px;
    background: var(--color-primary);
  }

  .nav__link.active::after {
    opacity: 1;
    transform: translateY(0);
  }

  @media screen and (max-width: 1160px) {
    .nav {
      gap: 20px;
    }
  }

  @media screen and (max-width: 1024px) {
    .nav {
      align-items: flex-end;
      flex-direction: column;
    }

    .nav__link {
      font-size: 24px;
    }

    .nav__link::after {
      bottom: -6px;
    }
  }
}

@layer components {
  .section+.section {
    padding-top: 80px;
  }

  .section__title {
    color: #121212;
    font-size: 38px;
    font-weight: 500;
    line-height: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
  }

  .section__title+* {
    margin-top: 32px;
  }

  .section__title--small {
    font-size: 24px;
    text-transform: uppercase;
  }

  .section__title--center {
    text-align: center;
  }

  .section--white {
    background: #fff;
    padding-bottom: 80px;
    margin-top: 80px;
  }

  .section--dark {
    margin-top: 80px;
    background: #eff3ff;
    padding-bottom: 80px;
  }

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

    .section--white {
      padding-bottom: 40px;
      margin-top: 40px;
    }

    .section--dark {
      margin-top: 40px;
      padding-bottom: 40px;
    }

    .section__title {
      font-size: 24px;
    }

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

@layer components {
  .swiper-pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    position: static !important;
    margin-top: 16px !important;
    height: 16px;
  }

  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: #d9d9d9 !important;
    margin: 0 !important;
    opacity: 1 !important;
    transition: 0.3s ease;
  }

  .swiper-pagination-bullet-active {
    width: 16px !important;
    height: 16px !important;
    background: var(--color-primary) !important;
  }

  .swiper-pagination--absolute {
    position: absolute !important;
    bottom: 24px !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    position: static !important;
    display: flex !important;
    opacity: 1 !important;
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    max-width: 40px;
    transition: 0.3s ease;
    max-height: 40px;
    background: var(--color-primary);
    border-radius: 50%;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    content: unset !important;
  }

  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.5 !important;
  }

  @media screen and (pointer: fine) {

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
      background: hsl(223, 85%, 63%) !important;
    }
  }

  .swiper-button-prev:active,
  .swiper-button-next:active {
    background: hsl(223, 85%, 68%) !important;
  }

  @media screen and (max-width: 768px) {

    .swiper-button-prev,
    .swiper-button-next {
      display: none !important;
    }
  }

  .swiper {
    max-width: 100%;
    border-radius: 8px;
  }
}

@layer components {

  .toasts-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    bottom: 0;
    gap: 12px;
    padding: 24px;
    max-width: min(360px, 100vw);
    z-index: 9999;
    width: 100%;
    overflow: hidden;
  }

  .toast {
    padding: 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
    gap: 12px;
    background: #396cef;
    color: #fff;
  }

  .toast__loader {
    animation: toastLoader 1.5s infinite linear;
  }

  .toast__close {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    opacity: 0.3;
    transition: 0.3s ease;
  }

  @media screen and (pointer: fine) {
    .toast__close:hover {
      opacity: 1;
    }
  }

  .toast--error {
    background: #2c2424;
  }

  .toast--error .toast__text {
    color: #ff5735;
  }

  .toast--close {
    animation: toastClose 1s ease;
  }

  @keyframes toastLoader {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes toastClose {
    0% {
      opacity: 1;
      right: 0;
      bottom: 0;
      transform: translateX(0);
    }

    95% {
      position: static;
    }

    100% {
      right: 0;
      bottom: 0;
      opacity: 0;
      transform: translateX(100%);
    }
  }
}

@layer blocks {
  .about-slide {
    max-width: 753px;
  }

  .about-slide__img {
    width: 100%;
    height: 100%;
    height: 460px;
    border-radius: 8px;
    max-height: 460px;
    object-fit: cover;
  }

  .about-swiper {
    max-width: 868px;
  }

  .about__row {
    align-items: flex-start;
    gap: 80px;
    display: flex;
    justify-content: space-between;
  }

  .about__column {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: min(652px, 50% - 30px);
  }

  .about__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
  }

  @media screen and (max-width: 768px) {
    .about__column {
      max-width: 100%;
    }

    .about__row {
      gap: 24px;
      flex-direction: column;
    }
  }
}

@layer blocks {
  .benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    justify-content: space-between;
  }

  @media screen and (min-width: 769px) {

    .benefits__swiper,
    .benefits .swiper-slide,
    .benefits .swiper-wrapper {
      display: contents !important;
    }

    .benefits .swiper-pagination {
      display: none !important;
    }
  }

  @media screen and (max-width: 768px) {
    .benefits__grid {
      display: block;
    }

    .benefits:has(+ .request) {
      padding-bottom: 40px;
    }
  }
}

@layer blocks {
  .bestseller .container {
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
  }

  .bestseller__column {
    flex: 1 1 0;
  }

  .bestseller__img-wrapper {
    position: relative;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 730/360;
  }

  .bestseller__price {
    position: absolute;
    top: 24px;
    left: 24px;
  }

  .bestseller__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bestseller__form {
    margin-top: 40px;
  }

  @media screen and (max-width: 768px) {
    .bestseller .container {
      flex-direction: column;
      flex-wrap: nowrap;
    }

    .bestseller__price {
      top: 8px;
      left: 8px;
    }

    .bestseller__img-wrapper {
      width: 100%;
      height: auto;
    }
  }

  .bestseller-comparision {
    display: flex;
    flex-direction: column;
  }

  .bestseller-comparision__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 12px;
  }

  .bestseller-comparision__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
  }

  .bestseller-comparision__benefit {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #32467a;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
  }

  .bestseller-comparision__info {
    margin-top: 40px;
    max-width: 490px;
    width: 100%;
    border-radius: 12px;
    background: #e4ecff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }

  .bestseller-comparision__info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
  }

  .bestseller-comparision__info-item span {
    color: var(--color-primary);
  }

  .bestseller-comparision__info-item span:first-child {
    min-width: min-content;
    opacity: 0.6;
  }

  .bestseller-comparision__info-item span:last-child {
    text-align: right;
  }

  @media screen and (max-width: 768px) {
    .bestseller-comparision__benefits {
      flex-direction: column;
    }
  }
}

@layer blocks {
  .catalog .container {
    display: flex;
    flex-direction: column;
  }

  .catalog__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 8px;
  }

  .catalog__button {
    width: 100%;
    max-width: 800px;
    margin: 32px auto 0;
  }

  @media screen and (max-width: 425px) {
    .catalog__grid {
      grid-template-columns: 1fr;
    }
  }
}

@layer blocks {
  .contacts__row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
  }

  @media screen and (max-width: 768px) {
    .contacts__row {
      flex-direction: column-reverse;
    }
  }

  .contacts-info {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 40px 40px 0 rgba(213, 220, 235, 0.56);
  }

  .contacts-info__column {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .contacts-info__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.5;
  }

  .contacts-info__text {
    font-size: 16px;
    font-weight: 500;
  }

  .contacts-info__button {
    padding-block: 14px;
    padding-inline: 40px;
  }

  @media screen and (max-width: 768px) {
    .contacts-info {
      width: 100%;
    }
  }

  .contacts-map {
    flex: 1 1 0;
    max-height: 420px;
    display: flex;
    height: 100%;
    align-items: flex-start;
  }

  .contacts-map img {
    border-radius: 8px;
    display: block;
    max-height: 420px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media screen and (max-width: 768px) {
    .contacts-map {
      width: 100%;
    }
  }
}

@layer blocks {
  .discount .container {
    display: flex;
    flex-direction: column;
  }

  .discount__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 8px;
  }

  .discount__button {
    width: 100%;
    max-width: 800px;
    margin: 32px auto 0;
  }

  @media screen and (min-width: 769px) {

    .discount__swiper,
    .discount .swiper-slide,
    .discount .swiper-wrapper {
      display: contents !important;
    }

    .discount .swiper-pagination {
      display: none !important;
    }
  }

  @media screen and (max-width: 768px) {
    .discount__grid {
      display: block;
    }
  }
}

@layer blocks {

  .fabric-slide__img {
    width: 100%;
    height: 100%;
    height: 500px;
    border-radius: 8px;
    max-height: 500px;
    object-fit: cover;
  }

  .fabric__swiper-wrapper {
    display: flex;
    gap: 24px;
    align-items: center;
    position: relative;
  }
}

@layer blocks {
  .footer {
    padding: 24px 0px;
  }

  .footer .container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .footer__logo .icon {
    width: 284px;
    height: 58px;
  }

  .footer__text {
    text-align: center;
    opacity: 0.4;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
  }
}

@layer blocks {
  .header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #f7f9ff;
    padding: 16px 0px;
    z-index: 5;
  }

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

  .header__button {
    max-width: 205px;
    width: 100%;
    min-width: 205px;
  }

  .header__right {
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .header__phone {
    font-size: 18px;
    white-space: nowrap;
    font-weight: 500;
  }

  @media screen and (max-width: 1024px) {
    .header__right {
      margin-top: 32px;
      gap: 16px;
      flex-direction: column;
      align-items: flex-end;
    }

    .header__phone {
      font-size: 24px;
    }
  }

  .header-mobile {
    display: contents;
  }

  @media screen and (max-width: 1024px) {
    .header-mobile {
      display: flex;
      opacity: 0;
      padding: 0px 16px;
      pointer-events: none;
      flex-direction: column;
      transform: translateY(-10px);
      position: absolute;
      top: 100%;
      background: #f7f9ff;
      height: 100dvh;
      width: 100dvw;
      left: 0;
      transition: 0.3s ease;
    }

    .header-mobile.active {
      opacity: 1;
      pointer-events: all;
      transform: translateY(0);
    }
  }

  .header-burger {
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    display: none;
    flex-direction: column;
  }

  .header-burger span {
    width: 20px;
    height: 2px;
    transition: 0.3s ease;
    border-radius: 2px;
    background: #121212;
  }

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

  .header-burger.active span:nth-child(2) {
    transform: rotate(-45deg);
  }

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

  @media screen and (max-width: 1024px) {
    .header-burger {
      display: flex;
    }
  }
}

@layer blocks {
  .hero .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .hero__top {
    display: flex;
    border-radius: 8px;
    padding: 60px;
    gap: 20px;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 40px 40px 0 rgba(213, 220, 235, 0.56);
  }

  .hero__column {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .hero__title {
    color: #121212;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
    /* 48px */
  }

  .hero__subtitle {
    color: #121212;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
  }

  .hero__title-column {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 16px;
  }

  .hero__row {
    display: flex;
    gap: 20px;
    width: 100%;
  }

  .hero__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
  }

  .hero__button {
    flex: 1 1 0;
    position: relative;
  }

  .hero__button img {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
  }

  .hero__video-button-modal {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .hero__video-button-modal span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    aspect-ratio: 1/1;
  }

  .hero__video-button-modal span .icon {
    width: 8px;
    height: 8px;
  }

  .hero__video-wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 8px;
  }

  .hero__video {
    width: 100%;
    height: auto;
  }

  @media screen and (max-width: 1024px) {
    .hero__top {
      flex-direction: column;
    }
  }

  @media screen and (max-width: 768px) {
    .hero__video-wrapper, .hero__video {
      height: 600px;
      object-fit: cover;
    }

    .hero__button img {
      width: 60px;
    }

    .hero__title {
      font-size: 32px;
    }

    .hero__top {
      padding: 20px;
    }

    .hero__row {
      flex-direction: column;
    }
  }
}

@layer blocks {
  .prefooter__title span {
    max-width: 790px;
    display: block;
    text-align: center;
    margin-inline: auto;
  }

  .prefooter__nav {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 24px 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .prefooter__nav-link {
    font-size: 20px;
    font-weight: 400;
  }

  .prefooter__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px;
  }

  .prefooter__left {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .prefooter__socials {
    display: flex;
    gap: 12px;
  }

  .prefooter__social .icon {
    width: 32px;
    height: 32px;
  }

  .prefooter__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
    opacity: 0.5;
    max-width: 385px;
  }

  .prefooter__right {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .prefooter__link {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  @media screen and (max-width: 425px) {
    .prefooter__nav {
      flex-direction: column;
      padding: 0;
    }

    .prefooter__bottom {
      margin-top: 24px;
    }
  }
}

@layer blocks {
  .request {
    background: url("/assets/images/request-bg.png") no-repeat center/cover;
    padding-block: 160px;
  }

  .request .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .request__form {
    padding: 40px;
    border-radius: 4px;
    background: #fff;
    max-width: 540px;
    width: 100%;
  }

  @media screen and (max-width: 768px) {
    .request {
      padding-block: 80px;
    }

    .request__form {
      padding: 24px;
    }
  }

  .request-price {
    padding-block: 50px;
    background: #ffffff;
  }

  .request-price .container {
    display: flex;
  }

  .request-price .button {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
    padding-block: 20px;
  }
}

@layer blocks {

  .showroom-slide__img {
    width: 100%;
    height: 100%;
    height: 684px;
    border-radius: 8px;
    max-height: 684px;
    object-fit: cover;
  }

  .showroom__wrapper {
    position: relative;
  }

  .showroom__form {
    position: absolute;
    right: 80px;
    left: auto;
    max-width: 500px;
    width: 100%;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    padding: 32px;
    border-radius: 8px;
    background: #fff;
  }

  @media screen and (max-width: 768px) {
    .showroom .container {
      display: flex;
      flex-direction: column;
    }

    .showroom__form {
      transform: translate(0);
      position: relative;
      z-index: 2;
      left: unset;
      right: unset;
      max-width: 100%;
      margin-top: -8px;
      padding: 24px;
    }

    .showroom__form .form__inputs {
      margin-top: 0;
    }

    .showroom__wrapper {
      display: contents;
    }
  }
}

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

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