/* stylelint-disable */

@layer reset {

  /*! destyle.css v4.0.1 | MIT License | <a href="https://github.com/nicolas-cusan/destyle.css">https://github.com/nicolas-cusan/destyle.css</a> */

  /* 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 &amp; 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: #292929;
    --color-light-text: #797979;
    --color-bg: #fbf5f8;
    --color-primary: #81255c;
  }
}

@layer base {

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

  html {
    font-size: 100%;
  }

  @font-face {
    font-family: "Bounded";
    src: url("../fonts/Bounded-Variable.ttf") format("truetype-variations");
    font-weight: 100 900;
    font-style: normal;
  }
  body {
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    background: var(--color-bg);
  }

  *:not(:is(use, path, symbol)) {
    font-family: "Bounded", sans-serif;
    color: var(--color-text);
    outline: none;
  }

  .container {
    max-width: 1448px;
    width: 100%;
    padding: 0px 24px;
    margin: 0 auto;
  }
  @media screen and (max-width: 768px) {
    .container {
      padding: 0px 8px;
    }
  }

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

  .icon {
    width: 24px;
    height: 24px;
  }
  .icon use {
    color: inherit;
  }

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

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

@layer components {
  .breadcrumbs + * {
    margin-top: 40px;
  }
  .breadcrumbs__arrow {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--color-text);
    opacity: 0.3;
    padding-left: 24px;
    padding-right: 24px;
  }

  .breadcrumb {
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .breadcrumb:last-child {
    color: var(--color-text);
    opacity: 0.3;
  }
}

@layer components {
  .button {
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--color-primary);
    border-radius: 116px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .button--secondary {
    width: auto;
    display: flex;
    padding: 20px 40px 20px 32px;
    gap: 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background: transparent;
    border-radius: 116px;
    border: 1px solid var(--color-text);
    color: #292929;
    font-size: 14px;
    font-weight: 500;
  }
  .button--secondary .icon {
    width: 16px;
    height: 16px;
  }

  @media screen and (pointer: fine) {
    .button:hover {
      background: hsl(324, 59%, 23%);
    }
  }
}

@layer components {
  .dropdown {
    position: relative;
    z-index: 1;
  }
  .dropdown__header {
    padding: 16px 24px 16px 32px;
    display: flex;
    border-radius: 12px;
    border: 1px solid rgba(41, 41, 41, 0.15);
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .dropdown__icon {
    transition: 0.3s ease;
  }
  .dropdown__value {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .dropdown__content {
    position: absolute;
    top: 62px;
    left: 0;
    padding: 12px;
    background: #fff;
    font-size: 12px;
    font-weight: 400;
    transition: 0.3s ease;
    text-transform: uppercase;
    border-radius: 12px;
    border: 1px solid rgba(41, 41, 41, 0.15);
    opacity: 0;
    pointer-events: none;
    transform: translate(0, 10px);
  }
  .dropdown__inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 4px;
  }
  .dropdown.active .dropdown__value {
    color: #fff;
  }
  .dropdown.active .dropdown__header {
    background: #81255C;
  }
  .dropdown.active .dropdown__icon {
    transform: rotate(180deg);
    color: #fff;
  }
  .dropdown.active .dropdown__icon path {
    fill: #fff !important;
  }
  .dropdown.active .dropdown__content {
    opacity: 1;
    pointer-events: all;
    transform: translate(0, 0);
  }
}

@layer components {
  .input {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .input__title {
    margin-left: 20px;
    color: #292929;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.5;
  }
  .input__field {
    background: #faf5f8;
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 24px;
    border-radius: 32px;
    align-self: stretch;
    color: #292929;
    font-size: 14px;
    font-weight: 500;
  }
  .input__field:is(textarea) {
    resize: none;
    min-height: 144px;
  }
  .input__field::placeholder {
    opacity: 0.3;
  }
}

@layer components {
  .logo {
    display: flex;
  }
  .logo img {
    height: 54px;
    aspect-ratio: 174/54;
  }
  @media screen and (max-width: 768px) {
    .logo img {
      height: 40px;
    }
  }
}

@layer components {
  .news-card {
    padding: 8px 8px 16px;
    border-radius: 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
    border: solid 3px #fff;
    gap: 16px;
  }
  .news-card:hover {
    border: solid 3px #81255C;
  }
  .news-card:hover .news-card__link {
    border-color: #81255C;
  }
  .news-card:hover .news-card__link path {
    stroke: #81255C;
  }
  .news-card__info {
    display: flex;
    padding: 10px;
    gap: 10px;
    align-items: flex-start;
  }
  .news-card__img-wrapper {
    width: 100%;
    position: relative;
  }
  .news-card__img {
    border-radius: 24px;
    width: 100%;
  }
  .news-card__date {
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 4px 12px;
    border-radius: 30px;
    background: #fff;
    color: #585858;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
    letter-spacing: 0.24px;
  }
  .news-card__link {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--color-text);
  }
  .news-card__link .icon {
    width: 16px;
    height: 16px;
  }
  .news-card__category {
    padding: 10px;
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
    letter-spacing: 0.24px;
  }
  .news-card__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.32px;
  }
}

@layer components {
  .section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section__header + * {
    margin-top: 24px;
  }
  .section__title {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    gap: 24px;
    display: flex;
    align-items: center;
  }
  .section__title span {
    color: var(--color-primary);
  }
  .section__link {
    display: flex;
    height: 48px;
    width: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 50%;
    border: 1px solid #000;
  }
  .section__link .icon {
    width: 16px;
    height: 16px;
  }
  .section__swiper-navigation {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .section + .section {
    margin-top: 100px;
  }
  @media screen and (max-width: 768px) {
    .section__title {
      font-size: 32px;
      margin-bottom: 20px;
    }
    .section__header {
      align-items: flex-start;
      flex-direction: column;
    }
  }
}

@layer components {
  .service-card {
    padding: 4px;
    border-radius: 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .service-card:hover {
    border: solid 3px #81255C;
  }
  .service-card:hover .service-card__link {
    border-color: #81255C;
  }
  .service-card:hover .service-card__link path {
    stroke: #81255C;
  }
  .service-card__info {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 16px;
  }
  .service-card__img-wrapper {
    position: relative;
  }
  .service-card__img {
    border-radius: 24px;
    width: 100%;
  }
  .service-card__link {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--color-text);
    background: #faf5f8;
    outline: 12px solid #faf5f8;
  }
  .service-card__link .icon {
    width: 16px;
    height: 16px;
  }
  .service-card__title {
    font-size: 16px;
    font-weight: 400;
  }
  .service-card__text {
    color: var(--dark, #050505);
    font-size: 14px;
    font-weight: 300;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.28px;
    opacity: 0.6;
  }
}

@layer components {
  .socials {
    display: flex;
    gap: 40px;
    align-items: center;
  }
  .socials__group {
    display: flex;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 12px;
    background: #fff;
  }
  .socials__group .icon {
    width: 28px;
    height: 28px;
  }

  .social-big {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .social-big__icon {
    border-radius: 12px;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    min-width: 38px;
  }
  .social-big__icon .icon {
    min-width: 20px;
    width: 20px;
    height: 20px;
  }
  .social-big__column {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .social-big__title {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
  }
  .social-big__subtitle {
    color: var(--color-light-text);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.88px;
    text-transform: uppercase;
  }
  .social-big--thin .social-big__title {
    font-size: 13px;
    font-weight: 400;
  }
  .social-big--thin .social-big__subtitle {
    font-size: 11px;
  }
  @media screen and (pointer: fine) {
    .social-big--thin:hover {
      background: hsl(322, 48%, 56%);
      margin: -5px -10px -5px -5px;
      padding: 5px 10px 5px 5px;
    }

    .social-big--thin:hover .social-big__icon {
      background: #fff;
    }

    .social-big--thin:hover .social-big__title {
      color: #fff;
    }

    .social-big--thin:hover .social-big__subtitle {
      color: #fff;
    }
  }
}

@layer components {
  .swiper-pagination {
    position: static !important;
    margin-top: 32px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 8px !important;
    background: #d6b6c9 !important;
    opacity: 1 !important;
    margin: 0 !important;
    transition: 0.3s ease;
    border-radius: 24px !important;
  }
  .swiper-pagination-bullet-active {
    background: #81255c !important;
    width: 40px !important;
    height: 8px !important;
  }

  .swiper-button {
    width: 24px;
    height: 24px;
  }

  .library-swiper.swiper {
    overflow: hidden !important;
  }

  .center-events-swiper.swiper {
    overflow: hidden !important;
  }

  .about-us-swiper.swiper {
    overflow: hidden !important;
  }
}

@layer blocks {
  .about-service {
    margin-top: 32px;
  }
  .about-service__img {
    border-radius: 32px;
    width: 100%;
  }
  .about-service__title {
    margin-top: 24px;
    color: #292929;
    font-size: 20px;
    font-weight: 400;
  }
  .about-service__text {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.28px;
    opacity: 0.6;
  }
  .about-service__benefits {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, auto));
    justify-content: start;
    gap: 16px;
    margin-top: 60px;
  }

  .about-service-benefit {
    border-radius: 24px;
    border: 1px solid #f4eff2;
    background: var(--white, #fff);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    justify-content: flex-end;
    width: 100%;
    aspect-ratio: 332/310;
  }
  .about-service-benefit__title {
    color: #292929;
    font-size: 20px;
    font-weight: 400;
  }
  .about-service-benefit__text {
    color: var(--dark, #050505);
    font-size: 14px;
    font-weight: 300;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.28px;
    opacity: 0.6;
  }
}

@layer blocks {
  .article-content {
    margin-top: 40px;
  }
  .article-content__img {
    width: 100%;
    object-fit: cover;
    border-radius: 32px;
    min-height: 600px;
    position: relative;
    z-index: 0;
  }
  .article-content__container {
    max-width: 900px;
    margin-inline: auto;
    margin-top: -154px;
    gap: 12px;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .article-content__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0px;
  }
  .article-content__tag {
    padding: 4px 12px;
    color: #585858;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
    letter-spacing: 0.24px;
    border-radius: 29px;
    background: #fff;
  }
  .article-content .content {
    padding: 40px 24px;
    border-radius: 24px;
    border: 1px solid #f4eff2;
    background: var(--white, #fff);
  }
  .article-content .content * + * {
    margin-top: 32px;
  }
  .article-content .content h2 + *,
  .article-content .content h1 + * {
    margin-top: 40px;
  }
  .article-content .content h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 100%; /* 40px */
  }
  .article-content .content h2 {
    font-size: 32px;
    font-weight: 400;
  }
  .article-content .content p {
    color: var(--dark, #050505);
    font-size: 16px;
    font-weight: 300;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
  }
  .article-content .content img {
    width: 100%;
    height: auto;
    border-radius: 24px;
  }
  @media screen and (max-width: 768px) {
    .article-content__tags {
      padding-inline: 8px;
    }
    .article-content .content {
      padding: 32px 16px;
    }
    .article-content .content * + * {
      margin-top: 24px;
    }
    .article-content .content h2 + *,
    .article-content .content h1 + * {
      margin-top: 32px;
    }
    .article-content .content h1 {
      font-size: 32px;
    }
    .article-content .content h2 {
      font-size: 24px;
    }
    .article-content .content p {
      font-size: 14px;
    }
    .article-content .content img {
      border-radius: 16px;
    }
  }
}

@layer blocks {
  .contacts {
    margin-top: 40px;
  }
  .contacts__container {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .contacts__map &gt; * {
    width: 100%;
    max-height: 620px;
    border-radius: 24px !important;
  }
  .contacts__row {
    gap: 24px;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
  }
  .contacts__row &gt; * {
    flex: 1 1 300px;
  }
  .contacts__column {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .contacts__block {
    border-radius: 24px;
    border: 1px solid #f4eff2;
    background: #fff;
    display: flex;
    padding: 32px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .contacts__block-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
  }
  .contacts__block-subtitle {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .contacts-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .contacts-info__item {
    display: flex;
    gap: 16px;
  }
  .contacts-info__item span:first-child {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 80px;
    width: 80px;
  }
  .contacts-info__item span:last-child {
    color: #909090;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.12px;
    text-transform: uppercase;
  }

  .contacts-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: 100%;
    width: 100%;
  }
  .contacts-form__bottom {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .contacts-form__bottom .button {
    width: 100%;
  }
  .contacts-form__text {
    color: var(--dark, #050505);
    font-size: 12px;
    font-weight: 300;
    line-height: 160%; /* 19.2px */
    letter-spacing: 0.24px;
  }
}

@layer blocks {
  .footer {
    margin-top: auto;
  }
  .footer .container {
    margin-top: 80px;
  }
  .footer__base {
    background: #fff;
    border-radius: 40px 40px 0px 0px;
    padding: 48px 80px 64px;
  }
  .footer__row {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
    gap: 32px;
  }
  @media screen and (max-width: 768px) {
    .footer__base {
      padding: 16px 16px 64px;
    }
    .footer__row {
      margin-top: 40px;
    }
  }

  .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .footer-nav__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.32px;
    margin-bottom: 8px;
  }
  .footer-nav__link {
    font-size: 14px;
    font-weight: 300;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.28px;
  }

  @media screen and (pointer: fine) {
    .footer-nav__link:hover {
      color: hsl(324, 55%, 33%);
      border-bottom-color: hsl(324, 55%, 33%);
    }
  }

}

@layer blocks {
  .header-top {
    padding: 12px 0px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .header-top__link {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.7;
  }
  .header-top__link:nth-child(3) {
    margin-left: auto;
  }
  .header-top__link[href^="mailto:"] {
    text-transform: uppercase;
  }
  @media screen and (max-width: 1024px) {
    .header-top {
      padding: 16px 0;
    }
    .header-top__link:not(:is(:nth-child(1), :nth-child(2))) {
      display: none;
    }
  }

  .header-middle {
    display: flex;
    gap: 84px;
    padding: 16px 0px;
  }
  @media screen and (max-width: 1390px) {
    .header-middle {
      gap: 16px;
    }
  }
  @media screen and (max-width: 1024px) {
    .header-middle {
      padding: 12px;
      background: #fff;
      border-radius: 16px;
    }
    .header-middle .social-big {
      display: none;
    }
    .header-middle .socials__group {
      position: fixed;
      bottom: 8px;
      height: 50px;
      align-items: center;
      left: 8px;
      z-index: 9;
      padding: 8px 12px;
      gap: 12px;
      border-radius: 48px;
    }
  }

  .header-bottom {
    top: 16px;
    position: sticky;
    z-index: 10;
  }
  .header-bottom__inner {
    display: flex;
    padding: 16px;
    gap: 40px;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 140px;
  }
  .header-bottom__link {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  @media screen and (max-width: 1024px) {
    .header-bottom {
      display: none;
    }
  }

  .header-sign {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .header-sign__wrapper {
    display: contents;
  }
  .header-sign__icon {
    display: flex;
    width: 38px;
    min-width: 38px;
    height: 38px;
    padding: 7px;
    align-items: center;
    gap: 10px;
    border-radius: 50%;
    border: 1px dashed var(--color-primary);
  }
  @media screen and (max-width: 1024px) {
    .header-sign {
      margin-left: auto;
    }
    .header-sign__wrapper {
      position: fixed;
      height: 50px;
      display: flex;
      z-index: 9;
      right: 8px;
      bottom: 8px;
      padding: 8px 12px;
      background: #fff;
      border-radius: 48px;
    }
  }

  .header-burger {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    z-index: 1;
    margin: auto 8px;
  }
  .header-burger span {
    transition: 0.3s ease;
    height: 2px;
    border-radius: 2px;
    width: 100%;
    background: var(--color-primary);
  }
  .header-burger span:nth-child(2) {
    margin: 5px 0;
  }
  .header-burger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .header-burger.active span:nth-child(2) {
    opacity: 0;
  }
  .header-burger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  @media screen and (max-width: 1024px) {
    .header-burger {
      display: flex;
    }
  }

  .header-mobile {
    display: none;
  }
  .header-mobile .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    height: 100%;
  }
  .header-mobile .header-mobile-top {
    display: flex;
    padding: 16px 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header-mobile .header-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid #d9d9d9;
    width: 100%;
    padding: 20px;
    margin-top: auto;
    gap: 16px;
  }
  .header-mobile .header-top__link {
    margin: 0;
    display: flex !important;
  }
  .header-mobile .socials {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .header-mobile .header-sign__icon {
    margin-left: auto;
    margin-right: 12px;
  }
  .header-mobile .header-bottom__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0px 20px;
    width: 100%;
    align-items: flex-start;
    margin-top: 40px;
  }
  .header-mobile .header-bottom__link {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
  }
  @media screen and (max-width: 1024px) {
    .header-mobile {
      display: flex;
      flex-direction: column;
      position: fixed;
      top: 0;
      left: 0;
      width: 100dvw;
      height: 100dvh;
      z-index: 10;
      gap: 32px;
      background: #ffffff;
      opacity: 0;
      transition: 0.3s ease;
      pointer-events: none;
      justify-content: flex-start;
      align-items: flex-start;
    }
    .header-mobile.active {
      pointer-events: all;
      opacity: 1;
    }
  }
}

@layer blocks {
  .hero {
    margin-top: 24px;
  }
  .hero__base {
    padding: 32px 24px 32px 40px;
    background: #fff;
    border-radius: 40px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
  .hero__img {
    flex: 1 1 0;
    object-fit: contain;
    min-width: 340px;
  }
  .hero__column {
    min-width: 340px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    flex: 1 1 0;
    align-items: flex-start;
  }
  .hero__column--small { width: 100%; }
  .hero__title {
    font-size: 40px;
    font-weight: 400;
    line-height: 100%; /* 40px */
  }
  .hero__subtitle {
    color: var(--dark, #050505);
    font-size: 16px;
    font-weight: 300;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.32px;
    opacity: 0.8;
  }
  .hero__text {
    color: var(--dark, #050505);
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.4px;
  }
  .hero__text span {
    opacity: 0.8;
    color: #6a6a6a;
  }
  @media screen and (max-width: 768px) {
    .hero__base {
      padding: 16px;
      flex-direction: column-reverse;
    }
    .hero__column {
      gap: 16px;
      padding-top: 16px;
    }
    .hero__title {
      font-size: 24px;
    }
    .hero__img {
      width: 100%;
      height: 502px;
      min-height: 502px;
      object-fit: cover;
    }
    .hero__subtitle {
      font-size: 14px;
    }
    .hero__text {
      font-size: 16px;
    }
    .hero .button {
      width: 100%;
    }
  }

  .hero-tag {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .hero-tag__column {
    gap: 4px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .hero-tag__title {
    font-size: 16px;
    font-weight: 500;
  }
  .hero-tag__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f7e7f1;
  }
  .hero-tag__subtitle {
    border-radius: 54px;
    background: #c55a9d;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
  }
  @media screen and (max-width: 768px) {
    .hero-tag__title {
      font-size: 12px;
    }
    .hero-tag__icon {
      width: 32px;
      height: 32px;
      min-width: 32px;
    }
    .hero-tag__icon svg {
      width: 14px;
    }
  }
}

@layer blocks {
  .news-slider__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px auto 0;
  }
}

@layer blocks {
  .news {
    margin-top: 40px;
  }
  .news__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 16px;
  }
  @media screen and (max-width: 768px) {
    .news__grid {
      display: flex;
      flex-direction: column;
    }
  }

  .news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
  }
  .news-pagination__button, .news-pagination__dots {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
  }
}

@layer blocks {
  .nipt {
    margin-top: 0;
  }
  .nipt__row {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .nipt-about {
    display: flex;
    padding: 12px;
    border-radius: 24px;
    background: #fff;
    flex: 1 1 0;
    gap: 24px;
    min-width: 410px;
    flex-wrap: wrap;
  }
  .nipt-about__img-wrapper {
    max-width: 386px;
    width: 100%;
    position: relative;
  }
  .nipt-about__img {
    width: 100%;
    height: 100%; object-fit: contain; border-radius: 16px;
  }
  .nipt-about__icon {
    right: 12px;
    bottom: 12px;
    position: absolute;
  }
  .nipt-about__icon .icon {
    width: 80px;
    height: 80px;
  }
  .nipt-about__column {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    padding: 12px;
    min-width: 350px;
  }
  .nipt-about__link {
    margin-top: 24px;
  }
  .nipt-about__tags {
    display: flex;
    gap: 4px;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
  .nipt-about__tag {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    height: 32px;
    padding: 9px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 270px;
    border: 1px solid rgba(41, 41, 41, 0.2);
  }
  .nipt-about__text {
    margin-top: 16px;
    color: var(--dark, #050505);
    font-size: 14px;
    font-weight: 300;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.28px;
    opacity: 0.8;
  }
  .nipt-about__title {
    margin-top: auto;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
    text-transform: uppercase;
  }
  .nipt-about__link {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
  }
  .nipt-about__link span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--DARK-400, #292929);
  }
  @media screen and (max-width: 768px) {
    .nipt-about {
      min-width: 100%;
      gap: 12px;
      flex-direction: column;
    }
    .nipt-about__column {
      padding: 0;
      min-width: 0;
    }
  }

  .nipt-diagnostics {
    flex: 1 1 0;
    background: #fff;
    border-radius: 24px;
    padding: 40px 24px 24px;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    max-width: 350px;
  }
  .nipt-diagnostics__img {
    display: block; margin: 0 auto;
  }
  .nipt-diagnostics__title {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;
  }
  .nipt-diagnostics__text {
    margin-top: 16px;
    color: var(--dark, #050505);
    font-size: 14px;
    font-weight: 300;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.28px;
  }
  @media screen and (max-width: 768px) {
    .nipt-diagnostics {
      min-width: 0;
      max-width: 100%;
    }
  }
}

@layer blocks {
  @layer blocks {
    .cooperation {
      margin-top: 40px;
    }

    .partners-content {
      display: flex;
      justify-content: space-between;
      position: relative;
    }

    .partners-section {
      display: flex;
      margin-bottom: 40px;
    }

    .partners-card {
      background-color: #fff;
      border-radius: 40px;
      max-width: 100%;
      width: 100%;
      position: relative;
      overflow: visible;
      min-height: 458px;
      display: flex;
      justify-content: space-between;
    }

    .partners-text {
      flex: 0 0 40%;
      font-size: 24px;
      line-height: 1.4;
      color: #292929;
      padding: 40px 40px 40px 40px;
      z-index: 1;
    }

    .partners-text-l {
      flex: 0 0 35%;
      font-size: 24px;
      line-height: 1.4;
      color: #292929;
      padding: 40px 40px 40px 40px;
      z-index: 1;
    }

    .partners-text-r {
      flex: 0 0 30%;
      font-size: 14px;
      line-height: 1.6;
      font-weight: 300;
      color: rgba(5, 5, 5, 0.80);
      padding: 40px 40px 40px 40px;
      z-index: 1;
      display: flex;
      align-items: flex-end;
    }

    .partners-text span {
      color: #6A6A6A;
    }

    .partners-section.about .partners-text-l span {
      color: #C55A9D;
    }

    .partners-image {
      position: absolute;
      right: 0;
      bottom: 0;
      border-radius: 0 0 40px 0;
      overflow: hidden;
    }

    .partners-section.about .partners-image {
      right: calc(50% - 352px);
    }

    .partners-image img {
      width: 100%;
    }
  }
  @layer blocks {
    .contacts__block.about {
      max-width: 650px;
      margin: 0 auto;
    }

    .contacts__block.about .contacts-form__bottom, .add_reviews_form-popup .contacts-form__bottom {
      max-width: 260px;
      margin: 0 auto;
    }

    .contacts__block.about a {
      color: #C55A9D;
    }

    .input__checkbox {
      border: solid 1px #81255C;
      width: 23px;
      height: 23px;
      border-radius: 5px;
      margin-right: 10px;
      position: relative;
    }

    .input__checkbox:checked::after {
      content: '';
      position: absolute;
      top: 4px;
      left: 8px;
      width: 5px;
      height: 10px;
      border: solid #81255C;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }

    .contacts__block.about .contacts-form__text, .add_reviews_form-popup .contacts-form__text {
      font-size: 14px;
    }

    .add_reviews_form-popup .contacts-form__text a {
      color: #C55A9D;
    }
    .contacts-form__text a {
      margin-left: 5px;
    }
    .contacts__block.about {
      border-radius: 28px;
      padding: 24px;
    }

    .contacts__block.about .input__field, .add_reviews_form-popup .input__field {
      background: #F2F5F6;
      display: flex;
      padding: 10px;
      align-items: center;
      gap: 24px;
      border-radius: 12px;
      align-self: stretch;
      color: #292929;
      font-size: 14px;
      font-weight: 500;
      height: 50px;
    }

    .contacts__block.about .input__title, .add_reviews_form-popup .input__title {
      margin-left: 0px;
      text-transform: none;
      color: #292929;
      font-size: 20px;
      font-weight: 400;
      opacity: 0.8;
    }

    .contacts__block_title {
      text-align: center;
      margin-bottom: 32px;
      font-size: 24px;
    }

    .contacts__block.about .contacts-form__bottom button {
      height: 46px;
      text-transform: none;
    }

    .section.cooperation .section__title, .section.vacancies .section__title, .section.reviews .section__title, .section.library .section__title, .section.genetic-database .section__title, .section.corporate-ethics .section__title, .section.about-us .section__title {
      text-transform: none;
    }
  }
  @layer blocks {
    .vacancies__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
      gap: 16px;
    }

    .vacancies-card {
      padding: 24px;
      border-radius: 28px;
      background: #fff;

    }

    .vacancies-card__title {
      font-size: 20px;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 0.32px;
      margin-bottom: 20px;
    }

    .vacancies-card__info {
      font-size: 16px;
      font-weight: 300;
      line-height: 120%;
      letter-spacing: 0.32px;
      color: rgba(5, 5, 5, 0.8);
      margin-bottom: 24px;
    }

    .vacancies-card__link {

      display: flex;
      justify-content: flex-end;

    }

    .button {
      padding: 16px 32px;
    }
    .button img {
      flex-shrink: 0;
    }
  }
  @layer blocks {
    .news-pagination__button, .news-pagination__dots {
      width: 37px;
      height: 37px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .news-pagination__button.active {
      color: #fff;
      background: #C55A9D;
    }

    .news-pagination {
      gap: 10px;
    }
  }
  @layer blocks {
    .reviews, .library, .vacancies, .about-us, .cooperation, .corporate-ethics, .genetic-database {
      margin-top: 40px;
    }
    .reviews__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
      gap: 16px;
    }

    .reviews-card__info_full {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 1000;
    }

    .reviews-card__info_full.active {
      display: flex;
    }

    /* сам попап */
    .reviews-card__info_full-popup {
      position: relative;
      background: #fff;
      border-radius: 28px;
      padding: 24px;
      max-width: 1040px;
      width: 100%;
      max-height: 90vh;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      animation: popup-show 0.25s ease;
      overflow: hidden;
    }

    .reviews-card__info_full-popup_bt {
      overflow-y: auto;
      font-size: 12px;
      font-weight: 300;
      line-height: 160%;
      color: #050505;
      display: flex;
      gap: 20px;
      height: 72vh;
    }

    .reviews-card__info_full-popup_bt &gt; div {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 100%;
    }

    @media screen and (max-width: 768px) {
      .reviews-card__info_full-popup_bt {
        flex-direction: column;
      }
    }

    .reviews-card__link {
      display: flex;
      justify-content: flex-start;
    }

    /* плавное появление */
    @keyframes popup-show {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* кнопка закрытия */
    .popup-close {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 28px;
      font-weight: 300;
      border: none;
      background: #81255C;
      color: #fff;
      border-radius: 50%;
      width: 41px;
      height: 41px;
      line-height: 30px;
      cursor: pointer;
      transition: background 0.2s;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .popup-close:hover {
      background: #e0265d;
    }

    .reviews-card__info_full-popup__date {
      padding: 8px 13px;
      border-radius: 30px;
      background: #fff;
      font-size: 12px;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0.24px;
      border: solid 1px #29292933;
      margin-left: 24px;
    }

    .reviews-card__info_full-popup__ava {
      font-size: 16px;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 0.32px;
      margin-bottom: 24px;
      display: flex;
      align-items: center;
    }

    .reviews-card__info_full-popup__ava &gt; div {
      margin-right: 24px;
    }

    .add_reviews_form {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 1000;
    }

    .add_reviews_form.active {
      display: flex;
    }

    .add_reviews_form-popup {
      position: relative;
      background: #fff;
      border-radius: 28px;
      padding: 24px;
      max-width: 690px;
      width: 100%;
      max-height: 100vh;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      animation: popup-show 0.25s ease;
      overflow: hidden;
    }
    .send_reviews_form-popup_title {
      display: none;
    }
    .add_reviews_form-popup_title, .send_reviews_form-popup_title {
      font-size: 40px;
      margin-bottom: 24px;
    }

    @media screen and (max-width: 768px) {
      .add_reviews_form-popup_title, .send_reviews_form-popup_title {
        font-size: 27px;
        margin-bottom: 10px;
      }
    }

    .reviews-card {
      padding: 24px;
      border-radius: 28px;
      background: #fff;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border: solid 3px #fff;
    }

    .reviews-card:hover {
      border: solid 3px #C55A9D;
      cursor: pointer;
    }

    .reviews-card:hover:before {
      content: "Читать весь отзыв";
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 28px;
      left: 0;
      top: 0;
      font-size: 24px;
      color: #81255C;
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      z-index: 1;
    }

    .reviews-card__ava {
      font-size: 16px;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 0.32px;
      margin-bottom: 40px;
      display: flex;
      align-items: center;
    }

    .reviews-card__ava &gt; div {
      margin-right: 12px;
    }

    .reviews-card__info {
      font-size: 16px;
      font-weight: 300;
      line-height: 160%;
      letter-spacing: 0.6px;
      color: rgba(5, 5, 5, 0.8);
    }

    .reviews-card__link {

      display: flex;
      justify-content: flex-start;

    }

    .reviews-card__link a {
      color: #C55A9D;
    }

    .section.reviews .partners-text {
      justify-content: space-between;
      display: flex;
      flex-direction: column;
    }

    .reviews-card__date {
      position: absolute;
      top: 16px;
      right: 16px;
      padding: 8px 13px;
      border-radius: 30px;
      background: #fff;
      font-size: 12px;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0.24px;
      border: solid 1px #29292933;
    }

    /* Скрываем стандартный input */
    .file-upload input[type="file"] {
      display: none;
    }

    /* Стили для кастомной кнопки */
    .file-upload {
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      border-radius: 5px;
      color: #C55A9D;
      cursor: pointer;
    }


    .file-upload-text {
      pointer-events: none;
      color: #C55A9D;
      display: flex;
      align-items: center;

    }

    .file-upload-text svg {
      margin-right: 10px;
    }

    /* Отображение выбранного файла */
    .file-name {
      margin-top: 10px;
      font-size: 12px;
      color: #9f9f9f;
    }
    .input__field.input-error {
      border: 2px solid #C55A9D !important;
      outline: none;
    }

    .input__checkbox.input-error {
      outline: 1px solid #C55A9D;
      outline-offset: 1px;
    }

    #fileInput.input-error + .file-upload-text {
      color: #e74c3c;
    }
    .add_reviews_form-popup .contacts-form {
      gap: 16px !important;
    }


    @media screen and (max-width: 768px) {
      .reviews__grid {
        display: flex;
        flex-direction: column;
      }
    }
  }
  @layer blocks {
    .library-slider .section__title {
      font-size: 24px;
    }
    .library-slider {
      margin-top: 40px;
    }
    .library-card {
      padding: 24px;
      border-radius: 28px;
      background: #fff;
      height: 310px !important;
      display: flex !important;
      flex-direction: column;
      justify-content: space-between;
    }
    .library-card__info {
      font-size: 16px;
      font-weight: 300;
      line-height: 120%;
      letter-spacing: 0.32px;
      color: rgba(5, 5, 5, 0.8);
      margin-bottom: 24px;
    }
    .library-card__link {
      display: flex;
      justify-content: flex-end;
    }

  }


  @layer blocks {
    .genetic-database .partners-text .partners-text_pl {
      font-size: 16px;
      font-weight: 300;
      line-height: 160%;
      color: rgba(5, 5, 5, 0.8);
      position: relative;
      padding-left: 12px;
    }
    .genetic-database .partners-text {
      font-size: 20px;
      line-height: 140%;
      font-weight: 400;
      display: flex;
      flex-direction: column;
      gap: 12px;
      flex: 0 0 50%;
      margin-bottom: 100px;
    }
    .genetic-database .partners-text strong:first-child {
      margin-bottom: 12px;
      font-weight: 400;
    }
    .genetic-database .partners-text strong:last-child {
      margin-top: 12px;
      font-weight: 400;
    }
    .genetic-database .partners-text_rt {
      font-size: 14px;
      line-height: 160%;
      font-weight: 300;
      color: rgba(5, 5, 5, 0.8);
      padding: 40px;
      width: 410px;
    }
    .genetic-database .partners-text .partners-text_pl:before {
      content: "";
      width: 4px;
      height: 100%;
      position: absolute;
      background: #C55A9D;
      border-radius: 2px;
      left: 0;
      top: 0;
    }
    .genetic-database .section__title {
      font-size: 32px;
    }
    .genetic-database-card {
      padding: 24px;
      border-radius: 28px;
      background: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .genetic-database__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
      gap: 16px;
    }
    .genetic-database__info {
      font-size: 20px;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 0.32px;
      color: #292929;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .genetic-database__info a.link {
      color: #C55A9D;
    }
    .genetic-database__title {
      font-size: 20px;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 0.32px;
      margin-bottom: 20px;
    }
    .genetic-database-card__title_num {
      width: 60px;
      height: 60px;
      background: #81255C;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 30px;
      color: #fff;
      font-size: 38px;
      font-weight: 400;
      line-height: 100%;

    }

  }
  @layer blocks {
    .corporate-ethics .section__title {
      font-size: 32px;
    }

    .corporate-ethics .partners-text {
      flex: 0 0 50%;

    }

    .corporate-ethics .partners-text &gt; div:last-child {
      color: #6A6A6A;
      font-size: 20px;
      margin-top: 120px;
    }

    .corporate-ethics .partners-text a {
      color: #C55A9D;
    }

    .corporate-ethics .partners-text-title {
      color: #C55A9D;
      margin-bottom: 24px;
    }

    .corporate-ethics .partners-text_rtpl {
      border-radius: 32px;
      background: #FBF5F8;
      margin-top: 24px;
      margin-right: 24px;
      padding: 32px;
      font-size: 14px;
      font-weight: 300;
      line-height: 160%;
      letter-spacing: 0.32px;
      max-width: 490px;
    }

    .corporate-ethics .partners-text_rtpl div {
      text-align: right;
      color: #81255C;
      margin-top: 40px;
      font-weight: 400;
    }

    .corporate-ethics .partners-text_rtpl span {
      position: relative;
      display: block;
      padding-right: 25px;
      padding-left: 14px;
    }

    .corporate-ethics .partners-text_rtpl span:before {
      content: "";
      width: 4px;
      height: 100%;
      position: absolute;
      background: #C55A9D;
      border-radius: 2px;
      left: 0;
      top: 0;
    }

    .corporate-ethics .partners-text_rtpl span:after {
      content: "";
      background: url("/assets/images/Vector333.svg");
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      right: 0;
    }

    .corporate-ethics .partners-content {
      align-items: flex-start;
    }

    .corporate-ethics__doc {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }

    .corporate-ethics__doc_lk {
      flex: 0 0 42%;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .corporate-ethics__doc_lk_it {
      padding: 34px 24px;
      border-radius: 28px;
      background: #fff;
      font-size: 24px;
      display: flex;
      gap: 24px;
      justify-content: space-between;
      align-items: center;
    }
    .corporate-ethics__doc_lk_it img {
      flex-shrink: 0;
    }
    .corporate-ethics__doc_st {
      flex: 0 0 40%;
      display: flex;
      gap: 16px;
      justify-content: flex-end;
    }
    .corporate-ethics__doc_st a {
      display: flex;
      border: solid 3px #fff;
      cursor: pointer;
      overflow: hidden;
      border-radius: 28px;
      position: relative;
    }
    .corporate-ethics__doc_st a:hover {
      border: solid 3px #81255C;
    }
    .corporate-ethics__doc_st a:hover:before {
      content: url("/assets/images/Frame7298.svg");
      width: 100%;
      height: 100%;
      position: absolute;
      background: #E8CBF563;
      border-radius: 28px;
      left: 0;
      top: 0;
      font-size: 24px;
      color: #81255C;
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      z-index: 1;
    }

    a.about-us-card {
      display: flex;
      border: solid 3px #fff;
      cursor: pointer;
      overflow: hidden;
      border-radius: 28px;
      position: relative;
    }
    a.about-us-card:hover {
      border: solid 3px #81255C;
    }
    a.about-us-card:hover:before {
      content: url("/assets/images/Frame7298.svg");
      width: 100%;
      height: 100%;
      position: absolute;
      background: #E8CBF563;
      border-radius: 28px;
      left: 0;
      top: 0;
      font-size: 24px;
      color: #81255C;
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      z-index: 1;
    }
    .company-mission-box {
      display: flex;
      gap: 10px;
    }

    .company-mission-box-it {
      border-radius: 40px;
      background: #fff;
      font-size: 20px;
      line-height: 140%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      color: rgba(41, 41, 41, 0.8);
      overflow: hidden;
    }
    .company-mission-box-it img {
      width: 100%;
      border-radius: 40px 40px 0 0;
    }
    .company-mission-box &gt; div {
      width: calc(100%/4);

    }
    .company-mission-box-it &gt; div  {
      padding: 24px;
    }


    .advantages {
      background: #DECDE7;
      padding-top: 50px;
      padding-bottom: 50px;

    }
    .advantages .section__title {
      color: #fff;
    }
    .advantages-box {
      display: grid;
      gap: 24px;
    }


    @media (min-width: 992px) {
      .advantages-box {
        grid-template-columns: repeat(14, 1fr);
        grid-template-areas:
      "one one one one one one one two two two two two two two"
      "three three three three three four four four four four four four four four";
      }

      .advantages-box-it._one { grid-area: one; }
      .advantages-box-it._two { grid-area: two; }
      .advantages-box-it._three { grid-area: three; }
      .advantages-box-it._four { grid-area: four; }
    }


    .advantages-box-it {
      display: flex;
      flex-direction: column;
      background: #fff;
      border-radius: 32px;
      padding: 8px;
      overflow: hidden;
    }

    .advantages-box-it img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .advantages-box-it &gt; div {
      padding: 16px 24px;
      font-size: 14px;
      line-height: 1.4;
    }


    @media (max-width: 991px) {
      .advantages-box {
        grid-template-columns: 1fr;
        grid-template-areas: none;
      }
    }

    .center-events-card {
      display: flex;
      flex-direction: column;
      background: #fff;
      border-radius: 32px;
      padding: 8px;
      overflow: hidden;
    }
    .center-events-card_im {
      width: 100%;
      height: 680px;
      border-radius: 32px;
      overflow: hidden;
      padding: 0 !important;
    }
    @media (max-width: 991px) {
      .center-events-card_im {
        height: 400px;
      }
    }
    .center-events-card img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }
    .center-events-card &gt; div {
      padding: 16px 24px;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.5;
    }


    .employees-box {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }


    .employees-box-it:first-child {
      grid-row: span 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }


    .employees-box-it {
      background: #fff;
      border-radius: 28px;
      overflow: hidden;
      padding: 4px;
      display: flex;
      flex-direction: column;
      border: solid 3px #fff;
      cursor: pointer;
      position: relative;

    }
    .employees-box-it .employees-img-min {
      display: none;
    }
    @media (max-width: 576px) {
      .employees-box-it .employees-img-min {
        display: block;
      }
      .employees-box-it .employees-img-big {
        display: none;
      }
    }
    .employees-box-it:hover {
      border: solid 3px #C55A9D;
    }
    .employees-box-it:hover .employees-box-it-inffull {
      opacity: 1;
      visibility: visible;
    }
    .employees-box-it-inffull {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 16px 12px;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.35s ease, visibility 0.35s ease;

    }
    .employees-box-it-inffull &gt; div:first-child{
      font-size: 16px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 8px;
    }
    .employees-box-it-inffull &gt; div:last-child {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 8px;
    }
    .employees-box-it-inffull &gt; div:last-child span {
      padding-left: 28px;
      position: relative;
      padding-bottom: 8px;
      font-size: 12px;

    }
    .employees-box-it-inffull &gt; div:last-child span:before {
      content: url("../images/link44.svg");
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: 16px;
    }
    .employees-box-it-inffull &gt; div:last-child span:after {
      content: "";
      border-bottom: solid 1px rgba(41, 41, 41, 0.6);
      position: absolute;
      left: 28px;
      bottom: 0;
      width: calc(100% - 28px);

    }
    .employees-box-it-inffull &gt; div:last-child span:last-child:after {
      display: none;
    }

    .employees-box-it span {
      font-size: 14px;
      font-weight: 300;
      line-height: 120%;
      color: rgba(5, 5, 5, 0.6);
    }
    .employees-box-it img {
      width: 100%;
      height: auto;
      max-height: 310px;
      object-fit: contain;
      display: block;
    }

    .employees-box-it .employees-box-it-inf {
      padding: 12px;
      font-size: 15px;
      line-height: 1.5;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }


    @media (max-width: 992px) {
      .employees-box {
        grid-template-columns: repeat(2, 1fr);
      }
    }


    @media (max-width: 576px) {
      .employees-box {
        grid-template-columns: 1fr;
      }

      .employees-box-it:first-child {
        grid-row: auto;
      }
    }



    .acts-box {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: 456px 220px 220px;
      gap: 16px;
    }


    .acts-box-it {
      background: #fff;
      border-radius: 28px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      gap: 12px;
      font-size: 20px;
      line-height: 140%;
      position: relative;
      border: solid 3px #fff;
      cursor: pointer;
      overflow: hidden;

    }
    .acts-box-it:hover {
      border: solid 3px #C55A9D;
    }
    .acts-box-it:hover .acts-box-it-hv {
      opacity: 1;
      visibility: visible;
    }
    .acts-box-it:hover .acts-box-it-ico svg rect {
      fill: #C55A9D;
    }
    .acts-box-it:hover .acts-box-it-ico svg path {
      stroke: #fff;
    }
    .acts-box-it-hv {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;

      display: flex;
      flex-direction: column;
      justify-content: space-between;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.35s ease, visibility 0.35s ease;

    }
    .acts-box-it-ico {
      position: absolute;
      width: 48px;
      height: 48px;
      top: 24px;
      right: 24px;
    }

    .acts-box-it-infm {
      max-width: 610px;
    }
    ._it-top {
      justify-content: flex-start;
    }
    .acts-box-it:nth-child(4) {
      grid-row: 2 / span 2;
      height: calc(220px * 2 + 16px);
    }
    .acts-box-it:nth-child(5) {
      grid-column: 2 / 4;
      grid-row: 2;
    }

    .acts-box-it:nth-child(6) {
      grid-column: 2 / 4;
      grid-row: 3;
    }

    @media (max-width: 990px) {
      .acts-box {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
      }
      .acts-box-it {
        height: 456px;
      }
      .acts-box-it:nth-child(4),
      .acts-box-it:nth-child(5),
      .acts-box-it:nth-child(6) {
        grid-column: auto;
        grid-row: auto;

      }
      ._it-top {
        justify-content: flex-end;
      }
      .acts-box-it-hv img {
        width: 59%;
      }
      .acts-box-it:nth-child(4) {
        height: 315px;
      }
    }

    /* До 800px — 1 в ряд */
    @media (max-width: 800px) {
      .acts-box {
        grid-template-columns: 1fr;
      }
    }
    @media (max-width: 600px) {
      .acts-box-it-hv img {
        width: 250px;
      }
    }

  }
  @layer components {


    .about-us-card__img {
      border-radius: 24px;
      width: 100%;
    }
  }
  @layer blocks {
    @media screen and (max-width: 1200px) {
      .partners-image {
        width: 65%;
      }
    }
    @media (max-width: 990px) {
      .partners-image {
        width: 60%;
      }
      .partners-text {
        flex: 0 0 52%;
      }
      .partners-section.about .partners-content {
        flex-direction: column;
        justify-content: flex-start;
      }
      .partners-section.about  .partners-text-r {
        padding-top: 0;
        width: 52%;
      }
      .partners-section.about .partners-text-l {
        padding-bottom: 20px;
        width: 52%;
      }
      .partners-section.about .partners-image {
        right: 0;
        width: 55%;
      }
      .corporate-ethics .partners-content {
        flex-direction: column;
      }
      .corporate-ethics .partners-text &gt; div:last-child {
        margin-top: 24px;
      }
      .corporate-ethics .partners-text_rtpl {
        margin: 0 40px 40px 40px;
        max-width: 100%;
      }
      .corporate-ethics__doc {
        flex-direction: column;
        margin-bottom: 24px;
      }
      .corporate-ethics__doc_lk {
        margin-bottom: 24px;
      }
      .corporate-ethics__doc_st {
        width: 100%;
        display: flex;
        justify-content: center;
      }
      .corporate-ethics .partners-text {
        flex: 0;
      }
      .company-mission-box-it {
        font-size: 16px;
      }
      .acts-box-it {
        font-size: 16px;
        height: 315px;
      }
    }
    @media (max-width: 900px) {
      .partners-section.about .partners-text-l {
        padding-bottom: 20px;
        width: 100%;
      }
      .genetic-database .partners-content {
        flex-direction: column;
      }
      .company-mission-box {
        flex-wrap: wrap;
      }
      .company-mission-box &gt; div {
        width: calc(100%/2 - 5px);
      }
    }
    @media (max-width: 800px) {
      .partners-text {
        flex: 0 0 100%;
      }

    }

    @media screen and (max-width: 768px) {
      .partners-text {
        font-size: 16px;
      }
      .partners-text-l {
        font-size: 16px;
      }
      .partners-image {
        width: 450px;
      }
      .vacancies__grid {
        display: flex;
        flex-direction: column;
      }
      .genetic-database .partners-text {
        margin-bottom: 0px;
      }
      .genetic-database .partners-text_rt {
        padding-top: 0;
        width: 100%;
      }
      .genetic-database .partners-content {
        padding-bottom: 280px;
      }
      .genetic-database__grid {
        display: flex;
        flex-direction: column;
      }
      .corporate-ethics__doc_lk_it {
        font-size: 16px;
      }

    }
    @media screen and (max-width: 650px) {
      .partners-section.about .partners-text-r {
        width: 100%;
        margin-bottom: 200px;
        padding: 0 30px;
      }
      .partners-section.about .partners-text-l {
        padding: 30px;
        flex: 0;
      }
      .partners-section.about .partners-image {
        width: 280px;
      }
      .partners-text {
        padding: 30px;
      }
      .section__title {
        font-size: 24px;
      }
      .genetic-database .partners-text_rt {
        padding: 0 30px 30px 30px;
      }
      .corporate-ethics .partners-text_rtpl {
        margin: 0 30px 30px 30px;
      }
    }
    @media screen and (max-width: 470px) {
      .partners-image {
        width: 377px;
      }
      .genetic-database .partners-content {
        padding-bottom: 215px;
      }
      .company-mission-box &gt; div {
        width: 100%;
      }
    }
    @media screen and (max-width: 320px) {
      .partners-image {
        width: 275px;
      }
    }
  }
}

@layer blocks {
  .service-options {
    margin-top: 60px;
  }
  .service-options__header {
    display: flex;
    flex-direction: column;
    gap: 24px; width: 100%;
  }
  .service-options__title {
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
  }
  .service-options__text {
    color: var(--dark, #050505);
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.28px;
    opacity: 0.6;
  }
  .service-options__row {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px;
  }
  .service-option {
    border-radius: 24px;
    border: 1px solid #f4eff2;
    background: var(--white, #fff);
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    min-height: 420px;
  }
  .service-option__suptitle {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .service-option__list {
    margin-top: 12px;
    border-radius: 24px;
    background: #faf5f8;
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
    gap: 16px;
    margin-bottom: 24px;
    min-height: 220px;
  }
  .service-option__item {
    color: var(--dark, #050505);
    font-size: 14px;
    font-weight: 300;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.28px;
    display: flex;
    gap: 4px;
  }
  .service-option__item .icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
  .service-option__title {
    margin-top: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }
  .service-option__button {
    margin-top: 16px;
  }
}

@layer blocks {
  .services {
    margin-top: 64px;
  }
  .services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 16px;
  }
  @media screen and (max-width: 768px) {
    .services__grid {
      display: flex;
      flex-direction: column;
    }
  }
}

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

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