@charset "UTF-8";

/* 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: 23px;
    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
 */
 section.section.section--margin.articles {
  margin-bottom: 70px;
}
  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: #ffffff;
    --color-black: #000;
    --color-blue: #1557ff;
  }
}

@layer base {

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

  html {
    font-size: 100%;
  }

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

  * {
    color: var(--color-text);
    font-family: Inter;
  }

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

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

  .section__title {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    line-height: 130%;
  }

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

  .section__text {
    font-size: 20px;
    font-weight: 500;
  }

  .section__text b {
    font-weight: 800;
  }

  .section__list li {
    font-size: 20px;
    font-weight: 500;
  }

  .section__list li::before {
    content: "•";
    margin-inline: 5px;
  }

  .section--margin {
    margin-top: 200px;
  }

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

    .section__title {
      font-size: 32px;
    }

    .section__text {
      font-size: 16px;
    }

    .section__list li {
      font-size: 16px;
    }
  }

  @media screen and (min-width: 1025px) {
    .section__title+* {
      margin-top: 50px;
    }

    .section__title:is([data-aside-title]) {
      position: relative;
    }

    .section__title:is([data-aside-title])::after {
      content: attr(data-aside-title);
      color: rgba(255, 255, 255, 0.1);
      font-size: 90px;
      font-style: normal;
      font-weight: 800;
      line-height: 80px;
      position: absolute;
      white-space: nowrap;
      padding-bottom: 55px;
      padding-right: 18px;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      right: calc(100% + 60px - 11px);
      writing-mode: sideways-lr;
      bottom: -20px;
      text-orientation: mixed;
    }

    .section__title:is([data-aside-title])::before {
      pointer-events: none;
      position: absolute;
      left: -49px;
      bottom: -20px;
      width: 100%;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      content: "";
    }

    .section:is([data-aside-title]) {
      --text: attr(data-aside-title);
    }

    .section:is([data-aside-title]) .container {
      position: relative;
    }

    .benefits-content-item__icon {
      margin-right: 37px;
  }

    .section:is([data-aside-title]) .container::after {
      content: var(--text);
      color: rgba(255, 255, 255, 0.1);
      font-size: 90px;
      font-style: normal;
      font-weight: 800;
      line-height: 80px;
      position: absolute;
      white-space: nowrap;
      right: calc(100% + 60px - 11px);
      writing-mode: sideways-lr;
      top: 50%;
      transform: translateY(-50%);
      text-orientation: mixed;
    }

    .section--left-ball, .section--right-ball {
      position: relative;
    }

    .section--left-ball::before, .section--left-ball::after, .section--right-ball::before, .section--right-ball::after {
      position: absolute;
      left: -500px;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 50%;
      pointer-events: none;
      filter: blur(350px);
      width: 700px;
      height: 700px;
      background: rgba(255, 255, 255, 0.7);
    }

    .section--left-ball .container, .section--right-ball .container {
      z-index: 1;
      position: relative;
    }

    .section--left-ball::before {
      content: "";
    }

    .section--right-ball::after {
      content: "";
      right: -500px;
      left: auto;
    }

    .section--left-ball-blue::before {
      background: rgba(21, 87, 255, 0.7);
    }

    .section--right-ball-blue::after {
      background: rgba(21, 87, 255, 0.7);
    }
  }

  .gotop {
    width: 60px;
    height: 60px;
    background: rgb(21, 87, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: fixed;
    right: 140px;
    bottom: 100px;
    transition: 0.3s ease;
    opacity: 0;
    transform: translateY(50px) scale(0.8);
    pointer-events: none;
  }

  .gotop.is-active {
    pointer-events: all;
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  @media screen and (max-width: 768px) {
    .gotop {
      width: 40px;
      height: 40px;
      right: 24px;
      bottom: 36px;
    }

    .gotop svg {
      width: 20px;
      height: 20px;
    }
  }
}

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

@layer components {
  .input {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    outline: none !important;
  }

  .input::placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
}

@layer components {
  .link-button {
    display: flex;
    align-items: center;
    font-weight: 700;
    background: var(--color-blue);
    border: 1px solid var(--color-blue);
    transition: 0.3s ease;
    padding: 13px 19px;
    justify-content: center;
  }

  @media screen and (pointer: fine) {
    .link-button:hover {
      background: transparent;
      border-color: var(--color-text);
    }
  }

  .link-button--transparent {
    background: transparent;
    border-color: var(--color-text);
  }

  @media screen and (pointer: fine) {
    .link-button--transparent:hover {
      background: var(--color-blue);
      border-color: var(--color-blue);
    }
  }
}

.hero--with-margin {
  margin-bottom: 60px; /* нужный отступ между блоками */
}

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

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

  .nav__link--button {
    padding: 15px 19px;
  }

  .nav__socials {
    display: flex;
    gap: 18px;
    margin-left: auto;
  }

  .nav__social {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-blue);
    width: 42px;
    transition: 0.3s ease;
    height: 42px;
    background: var(--color-blue);
  }

  @media screen and (pointer: fine) {
    .nav__social:hover {
      background: transparent;
      border-color: var(--color-text);
    }
  }

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

    .nav__socials {
      margin-left: 0;
    }

    .nav--footer {
      gap: 16px;
      align-items: flex-start;
    }

    .nav:not(.nav--footer) {
      background: #000;
      position: fixed;
      top: 0;
      left: 0;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      opacity: 0;
      pointer-events: none;
      transform: translateY(-10%);
      transition: all 0.3s ease-in-out;
    }

    .nav:not(.nav--footer).is-active {
      opacity: 1;
      pointer-events: all;
      transform: translateY(0);
    }
  }
}

@layer components {
  .wb-button {
    --color: #fff;
    font-size: 18px;
    font-weight: 800;
    padding: 20px;
    border: 1px solid #fff;
    transition: 0.3s ease;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color);
    gap: 10px;
  }

  .wb-button svg path[fill=white],
  .wb-button svg path[stroke=white] {
    transition: 0.3s ease;
  }

  .wb-button svg path[fill=white] {
    fill: var(--color);
  }

  .wb-button svg path[stroke=white] {
    stroke: var(--color);
  }

  .wb-button.is-active, .wb-button:hover {
    --color: var(--color-black);
    background: #fff;
  }
}

@layer blocks {
  .about {
    min-height: 960px;
    background: url("../assets/images/about-bg.png") no-repeat center/cover;
    background-position: 30%;
  }

  .about__content {
    max-width: 530px;
    width: 100%;
    padding-top: 140px;
  }

  @media screen and (max-width: 768px) {
    .about {
      min-height: unset;
    }

    .about__content {
      padding: 70px 0px;
    }
  }
}

@layer blocks {
  .addresses__content {
    display: flex;
    flex-direction: column;
    padding: 48px 60px;
    gap: 24px;
    border: 1px solid #fff;
  }

  .addresses__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 32px;
  }

  .addresses__column {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
  }

  @media screen and (max-width: 768px) {
    .addresses__content {
      padding: 16px;
    }
  }

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

  .address-list__title {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
  }

  .address-list__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .address-list__social {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .address-list__list-item {
    display: flex;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
  }

  .address-list__list-item::before {
    content: "•";
    margin-right: 5px;
    display: block;
  }
}

@layer blocks {
  .wysiwyg-content {
    font-size: 16px;
    line-height: 1.7;
    color: #000;
  }
  
  /* Заголовки */
  .wysiwyg-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 40px 0 20px;
  }
  
  .wysiwyg-content h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 35px 0 15px;
  }
  
  .wysiwyg-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 10px;
  }
  
  .wysiwyg-content h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 25px 0 8px;
  }
  
  /* Параграфы */
  .wysiwyg-content p {
    margin-bottom: 16px;
  }
  
  /* Списки */
  .wysiwyg-content ul,
  .wysiwyg-content ol {
    padding-left: 20px;
    margin-bottom: 16px;
  }
  
  .wysiwyg-content ul li,
  .wysiwyg-content ol li {
    margin-bottom: 8px;
    line-height: 1.6;
  }
  
  /* Маркировка списков */
  .wysiwyg-content ul {
    list-style-type: disc;
  }
  
  .wysiwyg-content ol {
    list-style-type: decimal;
  }
  
  /* Вложенные списки */
  .wysiwyg-content ul li ul,
  .wysiwyg-content ol li ol {
    margin-top: 8px;
    padding-left: 20px;
  }
  
  /* Ссылки */
  .wysiwyg-content a {
    color: #1557FF;
    text-decoration: underline;
  }
  
  /* Изображения */
  .wysiwyg-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
  }

  .wysiwyg-content img { height: auto;
  }

  .wysiwyg-content img {
    width: 100%;
    margin-top: 32px;
  }

  .wysiwyg-content img+* {
    margin-top: 24px;
  }

  @media screen and (max-width: 768px) {
    .wysiwyg-content h1 {
      font-size: 30px;
    }

    .wysiwyg-content h2 {
      font-size: 20px;
      min-height: 40px;
    }

    .wysiwyg-content p {
      font-size: 16px;
    }

    .wysiwyg-content img {
      margin-top: 16px;
    }
    
    .wysiwyg-content img {
      height: auto;
     }
     

    .wysiwyg-content img+* {
      margin-top: 16px;
    }
  }

  .article {
    margin-top: 100px;
  }

  @media screen and (max-width: 768px) {
    .article {
      margin-top: 50px;
    }
  }
}

.header-breadcrumbs__item {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
}
.header-breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .header-breadcrumbs__item {
    font-size: 14px;
  }
}

.header-breadcrumbs__item {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
}
.header-breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .header-breadcrumbs__item {
    font-size: 14px;
  }
}

@layer blocks {
  .articles__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 50px;
  }

  .articles__filters {
    display: flex;
    gap: 28px;
    margin-top: 0;
  }

  .articles__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  @media screen and (max-width: 1024px) {
    .articles__grid {
      grid-template-columns: repeat(1, 1fr);
    }

    .articles__filters {
      gap: 16px;
    }
  }

  .article-card {
    position: relative;
    aspect-ratio: 620/554;
  }

  .article-card__link {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .article-card__content {
    position: relative;
    z-index: 1;
    padding: 36px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .article-card__title {
    margin-top: auto;
    max-width: 376px;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 125%;
  }

  .article-card__footer {
    display: flex;
    margin-top: 40px;
    align-items: center;
    gap: 30px;
  }

  .article-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
  }

  .article-card__date {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 700;
  }

  .article-card__arrow {
    margin-left: auto;
    padding: 16px;
    background: rgba(217, 217, 217, 0.3019607843);
  }

  .article-card__link:hover+.article-card__content .article-card__button {
    --color: var(--color-black);
    background: #fff;
  }

  @media screen and (max-width: 768px) {
    .article-card {
      aspect-ratio: auto;
    }

    .article-card__footer {
      flex-direction: column-reverse;
      gap: 12px;
      align-items: flex-start;
    }

    .article-card__content {
      padding: 16px;
    }

    .article-card__title {
      font-size: 24px;
    }
  }

  .articles-pagination {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
    margin-top: 48px;
  }

  .articles-pagination__button {
    align-items: center;
    justify-content: center;
    pointer-events: none;
    width: 60px;
    height: 60px;
    opacity: 0;
    transition: 0.3s ease;
  }

  .articles-pagination__button.is-active {
    opacity: 1;
  }

  .articles-pagination__progress {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 700;
  }
}

@layer blocks {

  .benefits::before, .benefits::after {
    transform: translate(0);
    bottom: 24px;
    top: unset;
  }

  .benefits-hero {
    display: flex;
    gap: 20px 32px;
    flex-wrap: wrap;
  }

  .benefits-hero__content {
    max-width: 530px;
    width: 100%;
  }

  .benefits-hero__img {
    flex: 1 1 550px;
    max-height: 660px;
    object-fit: contain;
  }

  .benefits-content {
    margin-top: 100px;
  }

  .benefits-content__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, auto);
    gap: 32px 52px;
    grid-auto-flow: column;
  }

  @media screen and (max-width: 1024px) {
    .benefits-content__row {
      gap: 16px;
      display: flex;
      flex-direction: column;
    }
  }

  @media screen and (max-width: 768px) {
    .benefits-content {
      margin-top: 50px;
    }
  }

  .benefits-content-item {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    padding: 20px 24px;
    align-items: center;
    border: 1px solid #fff;
    transition: 0.3s ease;
  }

  .benefits-content-item__title {
    font-size: 28px;
    font-weight: 800;
    transition: 0.3s ease;
  }

  .benefits-content-item__text {
    transition: 0.3s ease;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
  }

  .benefits-content-item svg {
    min-width: 69px;
  }

  .benefits-content-item svg path[fill=white] {
    transition: 0.3s ease;
  }

  @media screen and (pointer: fine) {
    .benefits-content-item:hover {
      background: #fff;
    }

    .benefits-content-item:hover .benefits-content-item__title {
      color: var(--color-black);
    }

    .benefits-content-item:hover .benefits-content-item__text {
      color: var(--color-black);
    }

    .benefits-content-item:hover svg path[fill=white] {
      fill: var(--color-black) !important;
    }
  }

  @media screen and (max-width: 768px) {
    .benefits-content-item {
      padding: 30px;
    }

    .benefits-content-item__title {
      font-size: 20px;
    }

    .benefits-content-item__text {
      font-size: 16px;
    }

    .benefits-content-item__text br {
      display: none;
    }

    .benefits-content-item svg {
      min-width: 48px;
      width: 48px;
      max-width: 48px;
    }
  }
}

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

  .contacts__title {
    margin: 0 auto 20px;
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 80px;
    /* 133.333% */
  }

  .contacts::before {
    top: 80%;
  }

  @media screen and (max-width: 768px) {
    .contacts__title {
      font-size: 40px;
      line-height: 50px;
    }
  }

  .contacts-form {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    background: #fff;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    padding: 74px 68px;
  }

  .contacts-form__input {
    flex: 1 1 0;
    padding: 0px 0px 32px;
    border-bottom: 2px solid #e8e8e8;
  }

  .contacts-form__input--fill {
    flex: unset;
    width: 100%;
  }

  .contacts-form__button {
    padding: 19px 20px;
    width: 100%;
    margin-top: 32px;
  }

  @media screen and (pointer: fine) {
    .contacts-form__button:hover {
      background: #fff;
      color: var(--color-blue);
      border-color: var(--color-blue);
    }
  }

  @media screen and (max-width: 768px) {
    .contacts-form {
      flex-direction: column;
      padding: 24px;
    }

    .contacts-form__button {
      margin-top: 0;
    }

    .contacts-form__input {
      padding-bottom: 16px;
    }
  }

  .contacts-info {
    display: flex;
    border: 1px solid #fff;
    margin-top: 170px;
    margin-bottom: 170px;
    position: relative;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
  }

  .contacts-info__title {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    line-height: 80px;
  }

  .contacts-info__column {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 48px 0px 48px 64px;
  }

  .contacts-info__map {
    min-height: 100%;
    display: block;
    flex: 1 1 0;
    object-fit: cover;
  }

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

    .contacts-info__map {
      min-height: 400px;
      max-width: 100%;
    }
  }

  @media screen and (max-width: 768px) {
    .contacts-info {
      margin-top: 60px;
      margin-bottom: 60px;
    }

    .contacts-info__column {
      padding: 16px 24px;
    }
  }
}

@layer blocks {
  .equipment__row {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-top: 20px;
  }

  .equipment__line {
    width: 100%;
    height: 1px;
    background: #ffffff;
  }

  .equipment__button {
    cursor: pointer;
  }

  .equipment-swiper {
    overflow: visible !important;
  }

  .equipment-slide {
    max-width: 620px;
    width: 100%;
    aspect-ratio: 620/350;
  }

  .equipment-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@layer blocks {
  .faqs {
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .faqs__list {
    display: flex;
    flex-direction: column;
  }

  .faq {
    border-bottom: 1px solid #fff;
  }

  .faq:first-child {
    border-top: 1px solid #fff;
  }

  .faq__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 40px 0;
  }

  .faq__title {
    max-width: 1000px;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }

  .faq__wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s ease;
  }

  .faq__content {
    overflow: hidden;
    transition: 0.3s ease;
  }

  .faq__button {
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
  }

  .faq__button::before, .faq__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 2px;
    background: var(--color-text);
    transition: 0.3s ease;
  }

  .faq__button::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .faq.is-active .faq__wrapper {
    grid-template-rows: 1fr;
  }

  .faq.is-active .faq__content {
    padding: 16px 0px 72px;
  }

  .faq.is-active .faq__button::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }

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

  .wysiwyg-faq p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
  }

  .wysiwyg-faq b,
  .wysiwyg-faq strong {
    font-weight: 700;
  }

  .wysiwyg-faq li {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
  }

  .wysiwyg-faq li::before {
    content: "•";
    margin-inline: 5px;
  }
}

@layer blocks {
  .feedback-form {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  .feedback-form__input {
    flex: 1 1 0;
  }

  .feedback-form__input--fill {
    flex: unset;
    width: 100%;
  }

  .feedback-form__button {
    padding: 19px 20px;
  }

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

@layer blocks {

  /* stylelint-disable */
  .footer {
    padding: 36px 0;
    margin-top: auto;
  }

  .footer .container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .footer__divider {
    width: 100%;
    height: 1px;
    background: var(--color-text);
  }

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

  .footer-bottom__text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    letter-spacing: 0.12px;
    font-weight: 500;
  }

  .footer-bottom__text:nth-child(2) {
    margin-left: auto;
  }

  @media screen and (max-width: 768px) {
    .footer-bottom {
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-bottom__text:nth-child(1) {
      width: 100%;
      order: 1;
    }

    .footer-bottom__text:nth-child(2) {
      margin-left: 0;
    }
  }

  .footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-end;
    justify-content: space-between;
  }

  .footer-top__row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 60px;
  }

  .footer-top__text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
  }
}

@layer blocks {

  /* stylelint-disable */
  .header {
    padding: 32px 0px;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
  }

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

  .header__logo {
    display: flex;
    gap: 8px;
    font-weight: 800;
    font-size: 20px;
    align-items: center;
    z-index: 1;
  }

  @media screen and (max-width: 1024px) {
    .header {
      padding: 16px 0px;
    }
  }

  .header-burger {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    position: relative;
    z-index: 1;
    min-height: 32px;
  }

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

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

  .header-burger span:nth-child(3) {
    transform: translateY(6px);
  }

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

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

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

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

@layer blocks {

  /* stylelint-disable */
  .hero {
    min-height: 960px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../assets/images/hero-bg.png") no-repeat center/cover;
  }

  .hero .container {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

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

  .hero__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  .hero__title {
    max-width: 810px;
    width: 100%;
    font-size: 60px;
    line-height: 130%;
    font-weight: 800;
  }

  .hero__title--center {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    align-content: center;
  }

  .hero__title--small {
    line-height: 120%;
    font-size: 45px;
    font-weight: 800;
    min-height: 80px;
  }

  .hero__title--blog {
    line-height: 170%;
    max-width: 991px;
  }

  .hero__date {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
  }

  .hero__subtitle {
    max-width: 451px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
  }

  .hero__buttons {
    display: flex;
    gap: 20px;
  }

  .hero__button {
    height: 60px;
  }

  .hero__suptitle {
    padding: 13px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 300;
  }
  

  .hero--centered, .hero--blog {
    min-height: 790px;
    background: url("../assets/images/hero-bg-01.png") no-repeat center/cover;
  }

  .hero--centered .container, .hero--blog .container {
    gap: 0;
  }

  .hero--blog .hero__title {
    max-width: 991px;
  }

  @media screen and (max-width: 768px) {
    .hero {
      min-height: 750px;
    }

    .hero__title {
      font-size: 38px;
    }

    .hero__title--center {
      margin-top: 20px;
    }

    .hero__title--small {
      font-size: 32px;
    }

    .hero__buttons {
      display: flex;
      flex-direction: column;
    }

    .hero__button {
      width: 100%;
    }
  }
}

@layer blocks {
  .services__row {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 52px;
    display: flex;
  }

  .services__box {
    padding: 24px;
    border: 1px solid #fff;
    display: flex;
    flex: 1 1 590px;
    flex-direction: column;
    gap: 24px;
  }

  .services__item {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
  }

  @media screen and (max-width: 768px) {
    .services__box {
      padding: 16px;
      gap: 16px;
    }

    .services__item {
      font-size: 16px;
    }
  }
}

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

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