@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --scale: 1px;
  --grid-gap: 10rem;
  --header-min-height: 116rem;
  --zoom: 1.1;
  --main-padding: 40rem;
  --bg-main: #100F14;
  --accent: #2149FF;
  --debug-grid-color: #ff000022;
  --greyscale-000: #FFFFFF;
  --greyscale-100: #F8F9F8;
  --greyscale-150: #EEEFF1;
  --greyscale-200: #DCDDDC;
  --greyscale-300: #C1C2C1;
  --greyscale-400: #A5A6A5;
  --greyscale-500: #8A8A8A;
  --greyscale-600: #6E6F6E;
  --greyscale-700: #535353;
  --greyscale-800: #373737;
  --greyscale-850: #2A2A2A;
  --greyscale-900: #1B1B1B;
  --greyscale-1000: #000000;
  --accent-50: #FAE8E8;
  --accent-100: #F5D3D3;
  --accent-200: #ECA9AA;
  --accent-300: #E37F81;
  --accent-400: #DA5557;
  --accent-500: #CF2D30;
  --accent-600: #A52426;
  --accent-700: #7B1B1D;
  --accent-800: #511213;
  --accent-900: #270909;
  --border-radius-s: 32rem;
  --border-radius-m: 40rem;
  --border-radius-l: 120rem;
  --introTiming: .3s;
  --scrollOffset: 0px;
}

@media only screen and (max-width: 1919px) {
  :root {
    --header-min-height: 100rem;
    --border-radius-s: 24rem;
    --border-radius-m: 32rem;
    --border-radius-l: 104rem;
  }
}
@media only screen and (max-width: 1023px) {
  :root {
    --grid-gap: 8rem;
    --main-padding: 32rem;
    --header-min-height: 92rem;
    --border-radius-s: 16rem;
    --border-radius-m: 24rem;
    --border-radius-l: 48rem;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --main-padding: 20rem;
    --header-min-height: 72rem;
    --border-radius-s: 12rem;
    --border-radius-m: 16rem;
    --border-radius-l: 32rem;
  }
}
/* MIXINS FOR ANIMATIONS */
* {
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

html {
  font-size: var(--scale);
  scroll-behavior: smooth;
}

body {
  color: var(--greyscale-900);
  background-color: var(--greyscale-000);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  body {
    font-size: 16rem;
  }
}
body {
  /* & {
      scrollbar-width: thin;
      scrollbar-color: $thumb $track;
  } */
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 8px;
}
body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
  margin: 0px 0;
}
body::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 8px;
}

svg {
  fill: currentColor;
}

a {
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
}

button {
  cursor: pointer;
  color: currentColor;
}

input, button, textarea {
  padding: 0;
  margin: 0;
  background-color: transparent;
  padding: 0;
  border: none;
  font-family: "Roboto", Arial, sans-serif;
}

img,
video {
  display: block;
  max-width: 100%;
}

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

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

p {
  margin: 1em 0;
}
p:first-child {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

address {
  font-style: normal;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

.main {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
}
.main--blob {
  background: url("/assets/images/blob.png") 0 100% no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 1023px) {
  .main--blob {
    background: none;
  }
}

.is-hidden {
  display: none !important;
}

.is-overflow {
  overflow: hidden;
}

.is-scroll-lock {
  padding-right: var(--scrollOffset);
}
.is-scroll-lock::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  z-index: 3;
}

.is-scroll-lock.is-overflow {
  overflow: hidden;
}

.h0 {
  font-family: "Michroma", Arial, sans-serif;
  font-size: 166rem;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .h0 {
    font-size: 104rem;
    line-height: 148rem;
  }
}
@media only screen and (max-width: 1365px) {
  .h0 {
    font-size: 80rem;
    line-height: 112rem;
  }
}
@media only screen and (max-width: 1199px) {
  .h0 {
    font-size: 68rem;
    line-height: 96rem;
  }
}
@media only screen and (max-width: 1023px) {
  .h0 {
    font-size: 60rem;
    line-height: 90rem;
  }
}
@media only screen and (max-width: 767px) {
  .h0 {
    font-size: 50rem;
    line-height: 50rem;
  }
}

.h1 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 140rem;
  line-height: 120rem;
  font-weight: 500;
}
@media only screen and (max-width: 1919px) {
  .h1 {
    font-size: 90rem;
    line-height: 120rem;
  }
}
.h1 {
  /* @media only screen and (max-width: variable.$medium) {
      font-size: 64rem;
      line-height: 84rem;
  } */
}
@media only screen and (max-width: 1023px) {
  .h1 {
    font-size: 48rem;
    line-height: 56rem;
  }
}
@media only screen and (max-width: 767px) {
  .h1 {
    font-size: 48rem;
    line-height: 43rem;
  }
}

.h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 90rem;
  line-height: 100rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .h2 {
    font-size: 64rem;
    line-height: 75rem;
  }
}
.h2 {
  /* @media only screen and (max-width: variable.$medium) {
      font-size: 48rem;
      line-height: 58rem;
  } */
}
@media only screen and (max-width: 1023px) {
  .h2 {
    font-size: 40rem;
    line-height: 48rem;
  }
}
@media only screen and (max-width: 767px) {
  .h2 {
    font-size: 28rem;
    line-height: 36rem;
  }
}

.h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 70rem;
  line-height: 84rem;
  font-weight: 500;
}
@media only screen and (max-width: 1919px) {
  .h3 {
    font-size: 50rem;
    line-height: 59rem;
  }
}
@media only screen and (max-width: 1023px) {
  .h3 {
    font-size: 32rem;
    line-height: 38rem;
  }
}
@media only screen and (max-width: 767px) {
  .h3 {
    font-size: 22rem;
    line-height: 32rem;
  }
}

.h4 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 50rem;
  line-height: 60rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .h4 {
    font-size: 36rem;
    line-height: 48rem;
  }
}
@media only screen and (max-width: 1023px) {
  .h4 {
    font-size: 24rem;
    line-height: 33rem;
  }
}
@media only screen and (max-width: 767px) {
  .h4 {
    font-size: 20rem;
    line-height: 26rem;
  }
}
.h4 {
  font-weight: 500;
}

.h5 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 36rem;
  line-height: 42rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .h5 {
    font-size: 32rem;
    line-height: 40rem;
  }
}
@media only screen and (max-width: 1023px) {
  .h5 {
    font-size: 22rem;
    line-height: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .h5 {
    font-size: 18rem;
    line-height: 24rem;
  }
}
.h5 {
  font-weight: 500;
}

.h6 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 24rem;
  line-height: 28rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .h6 {
    line-height: 32rem;
  }
}
@media only screen and (max-width: 1023px) {
  .h6 {
    font-size: 14rem;
    line-height: 22rem;
  }
}
@media only screen and (max-width: 767px) {
  .h6 {
    line-height: 20rem;
  }
}
.h6 {
  font-weight: 500;
}

.indent-l {
  text-indent: 335rem;
}
@media only screen and (max-width: 1919px) {
  .indent-l {
    text-indent: 259rem;
  }
}
@media only screen and (max-width: 1023px) {
  .indent-l {
    text-indent: 60rem;
  }
}
@media only screen and (max-width: 767px) {
  .indent-l {
    text-indent: 40rem;
  }
}

.indent-s span:first-child {
  display: inline-block;
  text-indent: 100rem;
}
@media only screen and (max-width: 1023px) {
  .indent-s span:first-child {
    text-indent: 60rem;
  }
}
@media only screen and (max-width: 767px) {
  .indent-s span:first-child {
    text-indent: 40rem;
  }
}

.accent {
  color: var(--accent-500);
}

.loader {
  --dot-size: 8rem;
  --dot-gap: 6rem;
  --dot-color: currentColor;
  --animation-duration: 0.6s;
  display: inline-block;
  width: calc(4 * var(--dot-gap) + 3 * var(--dot-size));
  height: calc(2 * var(--dot-size));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.loader div {
  position: absolute;
  top: 50%;
  width: var(--dot-size);
  height: var(--dot-size);
  margin-top: calc(var(--dot-size) / -2);
  border-radius: 50%;
  background-color: var(--dot-color);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader div:nth-child(1) {
  left: var(--dot-gap);
  animation: loader1 var(--animation-duration) infinite;
}
.loader div:nth-child(2) {
  left: var(--dot-gap);
  animation: loader2 var(--animation-duration) infinite;
}
.loader div:nth-child(3) {
  left: calc(2 * var(--dot-gap) + var(--dot-size));
  animation: loader2 var(--animation-duration) infinite;
}
.loader div:nth-child(4) {
  left: calc(var(--dot-gap) + 2 * (var(--dot-gap) + var(--dot-size)));
  animation: loader3 var(--animation-duration) infinite;
}

@keyframes loader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loader2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--dot-gap) + var(--dot-size)));
  }
}
@keyframes loader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.error-page {
  background: var(--greyscale-1000) url("/assets/images/blob-error.png") 0 100% no-repeat;
  background-size: cover;
  color: var(--greyscale-000);
}
.error-page__container {
  width: 100%;
  padding: 0 var(--main-padding);
}
.error-page__wrap {
  padding: 100rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100 * var(--vh));
}
.error-page__title {
  font-size: 31vh;
  line-height: 1;
}
.error-page__subtitle {
  margin-top: 60rem;
}
.error-page__text {
  margin-top: 20rem;
  font-weight: 400;
  text-align: center;
}
.error-page__button {
  margin-top: 40rem;
}

@media only screen and (max-width: 1023px) {
  .error-page__title {
    font-size: 180rem;
  }
  .error-page__subtitle {
    margin-top: 48rem;
  }
  .error-page__text {
    margin-top: 12rem;
  }
  .error-page__button {
    margin-top: 32rem;
  }
}
@media only screen and (max-width: 767px) {
  .error-page__title {
    font-size: 110rem;
    line-height: 1.1;
  }
  .error-page__subtitle {
    margin-top: 40rem;
  }
  .error-page__text {
    margin-top: 8rem;
    max-width: 300rem;
  }
  .error-page__button {
    margin-top: 24rem;
  }
}
body.is-debug .debug {
  display: block;
}
body.is-debug.is-debug-grid .debug-grid {
  display: block;
}

.debug {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.debug-grid {
  display: none;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.debug-grid__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0 var(--main-padding);
}
.debug-grid__row {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-1 * var(--grid-gap));
  margin-right: calc(-1 * var(--grid-gap));
}
.debug-grid span {
  flex-shrink: 0;
  display: flex;
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 6.25%;
}
.debug-grid i {
  flex-grow: 1;
  height: 100%;
  display: block;
  background-color: var(--debug-grid-color);
}

@media screen and (max-width: 768px) {
  .debug-grid span {
    flex-shrink: 0;
    display: flex;
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 25%;
  }
}
.debug-panel {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 105;
}
.sitemap {
  min-height: 100vh;
  padding-top: 100px;
}
.sitemap s {
  border: 1px dashed #fff;
  padding: 3px 6px;
  margin-left: -6px;
}
.sitemap__container {
  width: 600px;
  margin: 0 auto;
}
.sitemap__head {
  padding: 0 0 20px 0;
}
.sitemap__logo {
  display: block;
  line-height: 0;
  width: 140px;
  height: auto;
}
.sitemap__list {
  column-count: 1;
}
.sitemap__item {
  margin-bottom: 12px;
  list-style-type: none;
  font-size: 19px;
  margin-top: 40px;
}
.sitemap__item--category {
  margin-top: 40px;
  font-size: 35px;
}
.sitemap__link {
  display: inline-block;
  border-bottom: 1px solid var(--accent);
  transition: border-color 0.3s;
}
.sitemap__link:hover {
  border-bottom-color: currentColor;
}

@media only screen and (max-width: 1023px) {
  .sitemap__list {
    column-count: 1;
  }
}
.fade-up-step span {
  display: inline-block;
  transform: translateY(50%);
  opacity: 0;
}
.fade-up-step.is-active span {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: calc(var(--i) * 0.1s);
}

.section--intro[data-animation-state="1"] .logo-animation__lines, .section--intro[data-animation-state="2"] .logo-animation__lines, .section--intro[data-animation-state="3"] .logo-animation__lines, .section--intro[data-animation-state="4"] .logo-animation__lines, .section--intro[data-animation-state="5"] .logo-animation__lines, .section--intro[data-animation-state="6"] .logo-animation__lines {
  opacity: 1;
}
.section--intro[data-animation-state="1"] .fade-up-step span, .section--intro[data-animation-state="2"] .fade-up-step span, .section--intro[data-animation-state="3"] .fade-up-step span, .section--intro[data-animation-state="4"] .fade-up-step span, .section--intro[data-animation-state="5"] .fade-up-step span, .section--intro[data-animation-state="6"] .fade-up-step span {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: calc(var(--i) * 0.1s);
}
.section--intro[data-animation-state="1"] .intro__blob, .section--intro[data-animation-state="2"] .intro__blob, .section--intro[data-animation-state="3"] .intro__blob, .section--intro[data-animation-state="4"] .intro__blob, .section--intro[data-animation-state="5"] .intro__blob, .section--intro[data-animation-state="6"] .intro__blob {
  opacity: 1;
}
.section--intro[data-animation-state="1"] .intro__image--first img, .section--intro[data-animation-state="2"] .intro__image--first img, .section--intro[data-animation-state="3"] .intro__image--first img, .section--intro[data-animation-state="4"] .intro__image--first img, .section--intro[data-animation-state="5"] .intro__image--first img, .section--intro[data-animation-state="6"] .intro__image--first img {
  opacity: 0;
}
.section--intro[data-animation-state="1"] .intro__image--second img, .section--intro[data-animation-state="2"] .intro__image--second img, .section--intro[data-animation-state="3"] .intro__image--second img, .section--intro[data-animation-state="4"] .intro__image--second img, .section--intro[data-animation-state="5"] .intro__image--second img, .section--intro[data-animation-state="6"] .intro__image--second img {
  opacity: 1;
}
.section--intro[data-animation-state="2"] .logo-animation__full, .section--intro[data-animation-state="3"] .logo-animation__full {
  height: 100%;
  transition: height var(--introTiming) var(--introTiming);
}
.section--intro[data-animation-state="2"] .logo-animation__lines, .section--intro[data-animation-state="3"] .logo-animation__lines {
  transform: rotate(0deg);
}
.section--intro[data-animation-state="2"] .logo-animation__lines span:nth-child(1), .section--intro[data-animation-state="3"] .logo-animation__lines span:nth-child(1) {
  left: -169px;
}
.section--intro[data-animation-state="2"] .logo-animation__lines span:nth-child(2), .section--intro[data-animation-state="3"] .logo-animation__lines span:nth-child(2) {
  left: -55px;
}
.section--intro[data-animation-state="2"] .logo-animation__lines span:nth-child(3), .section--intro[data-animation-state="3"] .logo-animation__lines span:nth-child(3) {
  left: -23px;
}
.section--intro[data-animation-state="2"] .logo-animation__lines span:nth-child(4), .section--intro[data-animation-state="3"] .logo-animation__lines span:nth-child(4) {
  left: 52px;
}
.section--intro[data-animation-state="2"] .logo-animation__lines span:nth-child(5), .section--intro[data-animation-state="3"] .logo-animation__lines span:nth-child(5) {
  left: 198px;
}
.section--intro[data-animation-state="3"] .logo-animation__lines, .section--intro[data-animation-state="4"] .logo-animation__lines, .section--intro[data-animation-state="5"] .logo-animation__lines, .section--intro[data-animation-state="6"] .logo-animation__lines {
  transform: rotate(0deg);
}
.section--intro[data-animation-state="3"] .logo-animation__lines span:nth-child(2), .section--intro[data-animation-state="4"] .logo-animation__lines span:nth-child(2), .section--intro[data-animation-state="5"] .logo-animation__lines span:nth-child(2), .section--intro[data-animation-state="6"] .logo-animation__lines span:nth-child(2) {
  opacity: 0;
}
.section--intro[data-animation-state="3"] .logo-animation__lines span:nth-child(3), .section--intro[data-animation-state="4"] .logo-animation__lines span:nth-child(3), .section--intro[data-animation-state="5"] .logo-animation__lines span:nth-child(3), .section--intro[data-animation-state="6"] .logo-animation__lines span:nth-child(3) {
  opacity: 0;
}
.section--intro[data-animation-state="3"] .logo-animation__lines span:nth-child(4), .section--intro[data-animation-state="4"] .logo-animation__lines span:nth-child(4), .section--intro[data-animation-state="5"] .logo-animation__lines span:nth-child(4), .section--intro[data-animation-state="6"] .logo-animation__lines span:nth-child(4) {
  opacity: 0;
}
.section--intro[data-animation-state="3"] .logo-animation__lines span:nth-child(5), .section--intro[data-animation-state="4"] .logo-animation__lines span:nth-child(5), .section--intro[data-animation-state="5"] .logo-animation__lines span:nth-child(5), .section--intro[data-animation-state="6"] .logo-animation__lines span:nth-child(5) {
  opacity: 0;
}
.section--intro[data-animation-state="3"] .logo-animation__full, .section--intro[data-animation-state="4"] .logo-animation__full, .section--intro[data-animation-state="5"] .logo-animation__full, .section--intro[data-animation-state="6"] .logo-animation__full {
  height: 100%;
}
.section--intro[data-animation-state="3"] .logo-animation__full path[data-letter=C],
.section--intro[data-animation-state="3"] .logo-animation__full path[data-letter=O],
.section--intro[data-animation-state="3"] .logo-animation__full path[data-letter=N],
.section--intro[data-animation-state="3"] .logo-animation__full path[data-letter=R],
.section--intro[data-animation-state="3"] .logo-animation__full path[data-letter=O],
.section--intro[data-animation-state="3"] .logo-animation__full path[data-letter=U],
.section--intro[data-animation-state="3"] .logo-animation__full path[data-letter=P], .section--intro[data-animation-state="4"] .logo-animation__full path[data-letter=C],
.section--intro[data-animation-state="4"] .logo-animation__full path[data-letter=O],
.section--intro[data-animation-state="4"] .logo-animation__full path[data-letter=N],
.section--intro[data-animation-state="4"] .logo-animation__full path[data-letter=R],
.section--intro[data-animation-state="4"] .logo-animation__full path[data-letter=O],
.section--intro[data-animation-state="4"] .logo-animation__full path[data-letter=U],
.section--intro[data-animation-state="4"] .logo-animation__full path[data-letter=P], .section--intro[data-animation-state="5"] .logo-animation__full path[data-letter=C],
.section--intro[data-animation-state="5"] .logo-animation__full path[data-letter=O],
.section--intro[data-animation-state="5"] .logo-animation__full path[data-letter=N],
.section--intro[data-animation-state="5"] .logo-animation__full path[data-letter=R],
.section--intro[data-animation-state="5"] .logo-animation__full path[data-letter=O],
.section--intro[data-animation-state="5"] .logo-animation__full path[data-letter=U],
.section--intro[data-animation-state="5"] .logo-animation__full path[data-letter=P], .section--intro[data-animation-state="6"] .logo-animation__full path[data-letter=C],
.section--intro[data-animation-state="6"] .logo-animation__full path[data-letter=O],
.section--intro[data-animation-state="6"] .logo-animation__full path[data-letter=N],
.section--intro[data-animation-state="6"] .logo-animation__full path[data-letter=R],
.section--intro[data-animation-state="6"] .logo-animation__full path[data-letter=O],
.section--intro[data-animation-state="6"] .logo-animation__full path[data-letter=U],
.section--intro[data-animation-state="6"] .logo-animation__full path[data-letter=P] {
  opacity: 0;
}
.section--intro[data-animation-state="4"] .logo-animation, .section--intro[data-animation-state="5"] .logo-animation, .section--intro[data-animation-state="6"] .logo-animation {
  transform: translateX(146px);
  width: 130px;
}
.section--intro[data-animation-state="4"] .logo-animation__lines, .section--intro[data-animation-state="5"] .logo-animation__lines, .section--intro[data-animation-state="6"] .logo-animation__lines {
  opacity: 1;
  transform: rotate(0deg);
}
.section--intro[data-animation-state="4"] .logo-animation__lines span:nth-child(1), .section--intro[data-animation-state="5"] .logo-animation__lines span:nth-child(1), .section--intro[data-animation-state="6"] .logo-animation__lines span:nth-child(1) {
  left: 14px;
  transform: rotate(90deg);
}
.section--intro[data-animation-state="4"] .logo-animation__full, .section--intro[data-animation-state="5"] .logo-animation__full, .section--intro[data-animation-state="6"] .logo-animation__full {
  height: 100%;
}
.section--intro[data-animation-state="4"] .logo-animation__full path[data-letter=C],
.section--intro[data-animation-state="4"] .logo-animation__full path[data-letter=O],
.section--intro[data-animation-state="4"] .logo-animation__full path[data-letter=N],
.section--intro[data-animation-state="4"] .logo-animation__full path[data-letter=R],
.section--intro[data-animation-state="4"] .logo-animation__full path[data-letter=O],
.section--intro[data-animation-state="4"] .logo-animation__full path[data-letter=U],
.section--intro[data-animation-state="4"] .logo-animation__full path[data-letter=P], .section--intro[data-animation-state="5"] .logo-animation__full path[data-letter=C],
.section--intro[data-animation-state="5"] .logo-animation__full path[data-letter=O],
.section--intro[data-animation-state="5"] .logo-animation__full path[data-letter=N],
.section--intro[data-animation-state="5"] .logo-animation__full path[data-letter=R],
.section--intro[data-animation-state="5"] .logo-animation__full path[data-letter=O],
.section--intro[data-animation-state="5"] .logo-animation__full path[data-letter=U],
.section--intro[data-animation-state="5"] .logo-animation__full path[data-letter=P], .section--intro[data-animation-state="6"] .logo-animation__full path[data-letter=C],
.section--intro[data-animation-state="6"] .logo-animation__full path[data-letter=O],
.section--intro[data-animation-state="6"] .logo-animation__full path[data-letter=N],
.section--intro[data-animation-state="6"] .logo-animation__full path[data-letter=R],
.section--intro[data-animation-state="6"] .logo-animation__full path[data-letter=O],
.section--intro[data-animation-state="6"] .logo-animation__full path[data-letter=U],
.section--intro[data-animation-state="6"] .logo-animation__full path[data-letter=P] {
  opacity: 0;
}
.section--intro[data-animation-state="4"] .logo-animation__full path[data-letter=G], .section--intro[data-animation-state="5"] .logo-animation__full path[data-letter=G], .section--intro[data-animation-state="6"] .logo-animation__full path[data-letter=G] {
  transform: translateX(-80px);
}
.section--intro[data-animation-state="5"] .logo-animation, .section--intro[data-animation-state="6"] .logo-animation {
  top: 90px;
  transform: translateX(146px) scale(0.85);
}
.section--intro[data-animation-state="6"] .intro {
  transition: none;
}

@media screen and (max-width: 767px) {
  .section--intro[data-animation-state="2"] .logo-animation__full, .section--intro[data-animation-state="3"] .logo-animation__full {
    height: 100%;
    transition: height var(--introTiming) var(--introTiming);
  }
  .section--intro[data-animation-state="2"] .logo-animation__lines, .section--intro[data-animation-state="3"] .logo-animation__lines {
    transform: rotate(0deg);
  }
  .section--intro[data-animation-state="2"] .logo-animation__lines span:nth-child(1), .section--intro[data-animation-state="3"] .logo-animation__lines span:nth-child(1) {
    left: -68px;
  }
  .section--intro[data-animation-state="2"] .logo-animation__lines span:nth-child(2), .section--intro[data-animation-state="3"] .logo-animation__lines span:nth-child(2) {
    left: -12px;
  }
  .section--intro[data-animation-state="2"] .logo-animation__lines span:nth-child(3), .section--intro[data-animation-state="3"] .logo-animation__lines span:nth-child(3) {
    left: 4px;
  }
  .section--intro[data-animation-state="2"] .logo-animation__lines span:nth-child(4), .section--intro[data-animation-state="3"] .logo-animation__lines span:nth-child(4) {
    left: 42px;
  }
  .section--intro[data-animation-state="2"] .logo-animation__lines span:nth-child(5), .section--intro[data-animation-state="3"] .logo-animation__lines span:nth-child(5) {
    left: 114px;
  }
  .section--intro[data-animation-state="4"] .logo-animation, .section--intro[data-animation-state="5"] .logo-animation, .section--intro[data-animation-state="6"] .logo-animation {
    transform: translateX(73px);
    width: 65px;
  }
  .section--intro[data-animation-state="4"] .logo-animation__lines, .section--intro[data-animation-state="5"] .logo-animation__lines, .section--intro[data-animation-state="6"] .logo-animation__lines {
    opacity: 1;
    transform: rotate(0deg);
  }
  .section--intro[data-animation-state="4"] .logo-animation__lines span:nth-child(1), .section--intro[data-animation-state="5"] .logo-animation__lines span:nth-child(1), .section--intro[data-animation-state="6"] .logo-animation__lines span:nth-child(1) {
    left: 22px;
  }
  .section--intro[data-animation-state="5"] .logo-animation, .section--intro[data-animation-state="6"] .logo-animation {
    top: 40px;
    transform: translateX(73px) scale(0.85);
  }
}
body {
  height: 100vh;
  overflow: hidden;
}
body.is-ready {
  height: auto;
  overflow: auto;
}
body.is-ready .start {
  transform: translateY(0%);
}
body.is-ready .intro {
  clip-path: inset(0px 0px calc(var(--vh) * 100) 0px);
  /* &__image--third img {
      transition: 0.0s .7s;
      opacity: 1;
  } */
}
body.is-ready .floating-menu {
  opacity: 1;
  transform: translateY(0%);
}
body.is-ready {
  /* .start__title.fade-up-step span {
      opacity: 1;
      transform: translateY(0%);
  } */
}
body.is-ready .about-section--stats .about-section__title--fade {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: calc(var(--i) * 0.1s);
}

.header__controls.is-active .header__controls-item {
  opacity: 1;
  transform: translateY(0%);
}
.header__logo.is-active {
  opacity: 1;
}

.about-section {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 36rem;
  line-height: 42rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .about-section {
    font-size: 32rem;
    line-height: 40rem;
  }
}
@media only screen and (max-width: 1023px) {
  .about-section {
    font-size: 22rem;
    line-height: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-section {
    font-size: 18rem;
    line-height: 24rem;
  }
}
.about-section__container {
  width: 100%;
  padding: 0 var(--main-padding);
}
.about-section__wrap {
  padding: 60rem 0;
  display: flex;
  flex-direction: column;
  gap: 80rem;
}
.about-section__main {
  position: relative;
}
.about-section__main--horizontal {
  margin: 0 calc(var(--main-padding) * -1);
}
.about-section__top, .about-section__main, .about-section__bottom {
  display: flex;
  flex-direction: column;
  gap: 80rem;
}
.about-section__row {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-1 * var(--grid-gap));
  margin-right: calc(-1 * var(--grid-gap));
}
.about-section__row:first-child {
  position: relative;
}
.about-section__col:first-child {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 43.75%;
}
.about-section__col:last-child {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 56.25%;
}
.about-section__col:only-child {
  margin-left: 43.75%;
}
.about-section__title--switch {
  display: none;
}
.about-section__title--switch.is-active {
  display: block;
}
.about-section__text {
  margin-top: 32rem;
  color: var(--greyscale-700);
}
.about-section__slider {
  margin-top: 80rem;
}
.about-section__info h4 {
  margin-bottom: 32rem;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 50rem;
  line-height: 60rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .about-section__info h4 {
    font-size: 36rem;
    line-height: 48rem;
  }
}
@media only screen and (max-width: 1023px) {
  .about-section__info h4 {
    font-size: 24rem;
    line-height: 33rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__info h4 {
    font-size: 20rem;
    line-height: 26rem;
  }
}
.about-section__info h4 {
  font-weight: 500;
}
.about-section__info ul li {
  position: relative;
  padding-left: 36rem;
}
.about-section__info ul li::before {
  content: "";
  display: block;
  width: 16rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--accent-500);
  position: absolute;
  left: 0;
  top: 12rem;
}
@media only screen and (max-width: 1023px) {
  .about-section__info ul li {
    padding-left: 22rem;
  }
  .about-section__info ul li::before {
    width: 10rem;
    top: 6rem;
  }
}
.about-section__info li {
  margin-bottom: 32rem;
}
.about-section__info li:last-child {
  margin-bottom: 0;
}
.about-section__info--switch {
  display: none;
}
.about-section__info--switch.is-active {
  display: block;
}
.about-section__logo {
  width: 100%;
  max-width: 609rem;
  margin-bottom: 60rem;
  display: inline-flex;
}
.about-section__logo .svg-icon {
  width: 100%;
  height: 100%;
}
.about-section__image {
  overflow: hidden;
  border: 2rem solid currentColor;
  border-radius: var(--border-radius-m);
}
.about-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section__list {
  margin-top: 80rem;
}
.about-section__item {
  padding-bottom: 45rem;
  margin-bottom: 45rem;
  border-bottom: 1rem solid var(--greyscale-200);
}
.about-section__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.about-section--stats .about-section__title--fade {
  transform: translateY(50%);
  opacity: 0;
}
.about-section--stats .about-section__title--fade {
  transform: translateY(100%);
}
.about-timeline {
  padding-right: var(--main-padding);
  margin-right: calc(-1 * var(--main-padding));
  overflow: hidden;
}
.about-timeline__list {
  position: relative;
  display: flex;
  /* //overflow: hidden;
  overflow-x: auto;
  padding-right: var(--main-padding);
  margin-right: calc(-1 * var(--main-padding));
  margin-left: -5rem;
  width: calc(100% + var(--main-padding));
  @include mixins.scrollbarClear(); */
}
.about-timeline__item {
  --grid-gap: 16rem;
  flex-shrink: 0;
  padding-bottom: 23rem;
  margin-bottom: 28rem;
  position: relative;
}
.about-timeline__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  height: 6rem;
  width: calc(100% + 12rem);
  background-color: var(--greyscale-200);
  transform: translateY(11rem);
}
.about-timeline__item.swiper-slide-active .about-timeline__btn {
  color: var(--greyscale-900);
}
.about-timeline__item.swiper-slide-active .about-timeline__btn ~ .about-timeline__point {
  border-color: var(--accent-500);
}
.about-timeline__item.swiper-slide-active .about-timeline__btn ~ .about-timeline__point::before {
  background-color: var(--accent-500);
}
.about-timeline__item.swiper-slide-active .about-timeline__btn span {
  display: inline-block;
}
.about-timeline__btn {
  color: var(--greyscale-500);
}
.about-timeline__point {
  width: 28rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--greyscale-000);
  border: 2rem solid var(--greyscale-200);
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  z-index: 2;
  transition: border-color 0.3s;
}
.about-timeline__point::before {
  content: "";
  display: block;
  background-color: var(--greyscale-200);
  width: 12rem;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s;
}

.about-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 48rem;
  border-radius: var(--border-radius-s);
  height: 100%;
  overflow: hidden;
  color: var(--greyscale-000);
  z-index: 2;
}
.about-slide__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-slide__bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.831372549);
}
.about-slide__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-slide__title {
  margin-bottom: auto;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 36rem;
  line-height: 42rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .about-slide__title {
    font-size: 32rem;
    line-height: 40rem;
  }
}
@media only screen and (max-width: 1023px) {
  .about-slide__title {
    font-size: 22rem;
    line-height: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-slide__title {
    font-size: 18rem;
    line-height: 24rem;
  }
}
.about-slide__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36rem;
}
.about-slide__logo {
  width: 56rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.about-slide__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-slide--black {
  color: var(--greyscale-000);
}

.about-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32rem;
}
.about-info__icon {
  width: 100rem;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.about-info__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-info__title {
  font-weight: 500;
}
.about-info__text {
  margin-top: 10rem;
  color: var(--greyscale-700);
}

@media only screen and (max-width: 1919px) {
  .about-section__wrap {
    gap: 60rem;
  }
  .about-section__top, .about-section__main, .about-section__bottom {
    gap: 60rem;
  }
  .about-section__text {
    margin-top: 20rem;
  }
  .about-section__list {
    margin-top: 60rem;
  }
  .about-section__item {
    padding-bottom: 32rem;
    margin-bottom: 32rem;
  }
  .about-section__slider {
    margin-top: 48rem;
  }
  .about-section--history .about-section__main {
    gap: 40rem;
  }
  .about-info__icon {
    width: 86rem;
  }
  .about-slide {
    padding: 32rem 32rem 64rem;
  }
}
@media only screen and (max-width: 1023px) {
  .about-section__wrap {
    padding: 48rem 0;
    gap: 32rem;
  }
  .about-section__top, .about-section__main, .about-section__bottom {
    gap: 32rem;
  }
  .about-section__col:first-child, .about-section__col:last-child {
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 100%;
  }
  .about-section__col:only-child {
    margin-left: 0%;
  }
  .about-section__text {
    margin-top: 16rem;
  }
  .about-section__timeline {
    margin-top: 40rem;
  }
  .about-section__slider {
    margin-top: 32rem;
  }
  .about-section__logo {
    margin-bottom: 24rem;
    width: 241rem;
  }
  .about-section__image {
    aspect-ratio: 704/388;
  }
  .about-section__list {
    margin-top: 40rem;
  }
  .about-section__item {
    padding-bottom: 24rem;
    margin-bottom: 24rem;
  }
  .about-section__info h4 {
    margin-bottom: 20rem;
  }
  .about-section__info li {
    margin-bottom: 20rem;
  }
  .about-section--history .about-section__wrap {
    gap: 0;
  }
  .about-section--history .about-section__top {
    gap: 16rem;
    padding-bottom: 48rem;
  }
  .about-section--history .about-section__main {
    padding-top: 48rem;
    gap: 24rem;
  }
  .about-section--values .about-section__wrap {
    gap: 0;
  }
  .about-section--values .about-section__main {
    gap: 40rem;
    padding-top: 40rem;
    padding-bottom: 48rem;
  }
  .about-section--values .about-section__bottom {
    padding-top: 48rem;
  }
  .about-timeline__item {
    padding-bottom: 16rem;
  }
  .about-slide {
    padding: 24rem 24rem 64rem;
  }
  .about-slide__title {
    font-size: 24rem;
    line-height: 36rem;
  }
  .about-slide__bottom {
    padding: 10rem 0;
  }
  .about-slide__name {
    font-size: 32rem;
    font-size: 40rem;
  }
  .about-slide__logo {
    width: 41rem;
  }
  .about-info {
    gap: 24rem;
  }
  .about-info__icon {
    width: 72rem;
  }
  .about-info__text {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__wrap {
    padding: 40rem 0;
  }
  .about-section__image {
    aspect-ratio: 335/195;
  }
  .about-section__text {
    margin-top: 8rem;
  }
  .about-section__timeline {
    margin-top: 32rem;
  }
  .about-section__slider {
    margin-top: 30rem;
  }
  .about-section__info li {
    margin-bottom: 12rem;
  }
  .about-section__logo {
    margin-bottom: 16rem;
    width: 160rem;
  }
  .about-section__list {
    margin-top: 32rem;
  }
  .about-section__item {
    padding-bottom: 16rem;
    margin-bottom: 16rem;
  }
  .about-section--history .about-section__top {
    gap: 8rem;
    padding-bottom: 40rem;
  }
  .about-section--history .about-section__main {
    padding-top: 40rem;
    gap: 20rem;
  }
  .about-section--history .about-section__title {
    max-width: 100%;
  }
  .about-section--history .about-section__info {
    font-size: 16rem;
    line-height: 23rem;
  }
  .about-section--values .about-section__wrap {
    gap: 32rem;
    padding-bottom: 60rem;
  }
  .about-section--values .about-section__main {
    gap: 32rem;
    padding: 0;
  }
  .about-section--values .about-section__bottom {
    padding-top: 0;
  }
  .about-timeline__item {
    /* --grid-gap: 4rem;
    width: calc((100%/4*3) + var(--grid-gap)); */
    margin-bottom: 20rem;
  }
  .about-timeline__item::before {
    height: 2rem;
    transform: translateY(9rem);
  }
  .about-timeline__point {
    width: 20rem;
    border-width: 1rem;
  }
  .about-timeline__point::before {
    width: 9rem;
  }
  .about-slide {
    padding: 16rem 16rem 24rem;
  }
  .about-slide__title {
    font-size: 14rem;
    line-height: 18rem;
  }
  .about-slide__bottom {
    padding: 0;
  }
  .about-slide__name {
    font-size: 16rem;
    line-height: 24rem;
  }
  .about-slide__logo {
    width: 21rem;
  }
  .about-info {
    gap: 16rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .about-info__icon {
    width: 32rem;
  }
}
.accordion__container {
  width: 100%;
  padding: 0 var(--main-padding);
}
.accordion__wrap {
  padding: 100rem 0;
}
.accordion__row {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-1 * var(--grid-gap));
  margin-right: calc(-1 * var(--grid-gap));
}
.accordion__col {
  display: flex;
  flex-direction: column;
  gap: 80rem;
}
.accordion__col:first-child {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 43.75%;
}
.accordion__col:last-child {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 56.25%;
}
.accordion__col:only-child {
  margin-left: 43.75%;
}
.accordion__item {
  margin-bottom: 16rem;
  box-shadow: inset 0 -1px 0 0 var(--greyscale-500);
}
.accordion__item:last-child {
  box-shadow: none;
  margin-bottom: 0;
}
.accordion--contacts__wrap {
  padding-bottom: 120rem;
}

.accordion-card {
  padding: 20rem 0 40rem;
}
.accordion-card__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16rem;
  cursor: pointer;
}
.accordion-card__title {
  transition: color 0.3s;
}
.accordion-card__icon, .accordion-card__plus {
  width: 32rem;
  height: 32rem;
  flex-shrink: 0;
  transition: color 0.3s;
}
.accordion-card__icon img,
.accordion-card__icon svg, .accordion-card__plus img,
.accordion-card__plus svg {
  width: 100%;
  height: 100%;
}
.accordion-card__plus {
  margin-left: auto;
  color: var(--greyscale-500);
  transform-origin: center;
  transition: color 0.3s, transform 0.3s;
}
.accordion-card__drop {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
.accordion-card__content {
  padding-right: 80rem;
  padding-top: 24rem;
  color: var(--greyscale-700);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 36rem;
  line-height: 42rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .accordion-card__content {
    font-size: 32rem;
    line-height: 40rem;
  }
}
@media only screen and (max-width: 1023px) {
  .accordion-card__content {
    font-size: 22rem;
    line-height: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-card__content {
    font-size: 18rem;
    line-height: 24rem;
  }
}
.accordion-card__tags {
  color: var(--greyscale-900);
  margin-top: 48rem;
}
.accordion-card__tags .tag {
  box-shadow: inset 0 0 0 1px var(--greyscale-500);
}
.accordion-card.is-open .accordion-card__plus {
  color: var(--accent-500);
  transform: rotate(45deg);
}
.accordion-card.is-open .accordion-card__drop {
  height: 100%;
}

.accordion-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16rem;
  padding: 20rem 0 40rem;
}
.accordion-info__title {
  flex-grow: 1;
}
.accordion-info__button {
  flex-shrink: 0;
}

@media (hover: hover) and (pointer: fine) {
  .accordion-card__top:hover .accordion-card__icon, .accordion-card__top:hover .accordion-card__title, .accordion-card__top:hover .accordion-card__plus {
    color: var(--greyscale-1000);
  }
}
@media only screen and (max-width: 1919px) {
  .accordion__wrap {
    padding: 60rem 0;
  }
  .accordion__col {
    gap: 60rem;
  }
  .accordion--contacts .accordion__col {
    gap: 40rem;
  }
  .accordion-card__tags {
    margin-top: 32rem;
  }
}
@media only screen and (max-width: 1023px) {
  .accordion__wrap {
    padding: 48rem 0 80rem;
  }
  .accordion__col {
    gap: 24rem;
  }
  .accordion__col:first-child, .accordion__col:last-child {
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 100%;
  }
  .accordion__col:only-child {
    margin-left: 0%;
  }
  .accordion--contacts .accordion__col {
    gap: 32rem;
  }
  .accordion-card {
    padding-bottom: 32rem;
  }
  .accordion-card__top {
    gap: 8rem;
  }
  .accordion-card__icon, .accordion-card__plus {
    width: 24rem;
    height: 24rem;
  }
  .accordion-card__content {
    padding-top: 12rem;
  }
  .accordion-card__tags .tags__list {
    margin-top: 16rem;
  }
  .accordion-card__tags .tag {
    padding: 8rem 16rem;
  }
  .accordion-info {
    padding-bottom: 32rem;
  }
}
@media only screen and (max-width: 767px) {
  .accordion__wrap {
    padding-top: 40rem;
    padding-bottom: 60rem;
  }
  .accordion__item {
    margin-bottom: 20rem;
  }
  .accordion-card {
    padding-top: 0;
    padding-bottom: 20rem;
  }
  .accordion-card__top {
    gap: 8rem;
  }
  .accordion-card__title {
    line-height: 20rem;
  }
  .accordion-card__icon, .accordion-card__plus {
    width: 18rem;
    height: 18rem;
  }
  .accordion-card__icon {
    display: none;
  }
  .accordion-card__tags {
    margin-top: 20rem;
  }
  .accordion-card__tags .tags__list {
    margin-top: 12rem;
  }
  .accordion-info {
    padding-top: 0;
    padding-bottom: 20rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .accordion-info__button {
    width: 100%;
  }
}
.button {
  display: inline-flex;
  gap: 8rem;
  align-items: center;
  justify-content: center;
  padding: 16rem 32rem;
  border-radius: 32rem;
  color: var(--greyscale-000);
  background-color: var(--accent-500);
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20rem;
  line-height: 24rem;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .button {
    font-size: 14rem;
    line-height: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .button {
    /* font-size: 12rem;
    line-height: 16rem; */
  }
}
.button .svg-icon {
  flex-shrink: 0;
  transition: color 0.3s;
}
.button[disabled] {
  background-color: var(--greyscale-200);
  pointer-events: none;
}
.button--border {
  box-shadow: inset 0 0 0 1px var(--greyscale-900);
  background-color: transparent;
  color: var(--greyscale-900);
  /* .svg-icon {
  	color: var(--greyscale-1000);
  } */
}
.button--border[disabled] {
  box-shadow: inset 0 0 0 1px var(--greyscale-200);
  color: var(--greyscale-500);
}
.button--border[disabled] .svg-icon {
  color: var(--greyscale-400);
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    background-color: var(--accent-600);
  }
  .button--border:hover {
    box-shadow: inset 0 0 0 1px var(--greyscale-500);
    color: var(--greyscale-700);
    background-color: var(--greyscale-000);
  }
  .button--border:hover .svg-icon {
    color: var(--greyscale-500);
  }
}
@media only screen and (max-width: 1023px) {
  .button {
    padding: 10rem 20rem;
    gap: 4rem;
  }
  .button .svg-icon {
    width: 20rem;
    height: 20rem;
  }
}
.checkbox {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  white-space: nowrap;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .checkbox {
    font-size: 14rem;
    line-height: 21rem;
  }
}
@media only screen and (max-width: 767px) {
  .checkbox {
    line-height: 20rem;
  }
}
.checkbox__control {
  flex-shrink: 0;
  width: 24rem;
  height: 24rem;
  position: relative;
  display: inline-flex;
}
.checkbox__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  margin: 0;
  cursor: pointer;
}
.checkbox__input:checked ~ .checkbox__icon {
  box-shadow: inset 0 0 0 1px var(--accent-500);
  background-color: var(--accent-500);
}
.checkbox__input:checked ~ .checkbox__icon .svg-icon {
  opacity: 1;
}
.checkbox__input[disabled]:checked ~ .checkbox__icon {
  pointer-events: none;
  box-shadow: inset 0 0 0 1px var(--greyscale-200);
  background-color: var(--greyscale-200);
}
.checkbox__input[disabled]:checked ~ .checkbox__icon .svg-icon {
  opacity: 1;
}
.checkbox__input[disabled] ~ .checkbox__icon {
  pointer-events: none;
  box-shadow: inset 0 0 0 1px var(--greyscale-200);
}
.checkbox__input:focus {
  background-color: var(--accent-700);
  box-shadow: inset 0 0 1px var(--accent-700);
}
.checkbox__icon {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 24rem;
  border-radius: 8rem;
  box-shadow: inset 0 0 0 1px var(--greyscale-900);
  background-color: var(--greyscale-000);
  color: var(--greyscale-000);
  z-index: 1;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}
.checkbox__icon .svg-icon {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.checkbox__label {
  display: inline;
  padding-left: 12rem;
  cursor: pointer;
  white-space: normal;
  color: var(--greyscale-900);
  transition: color 0.3s;
  position: relative;
  z-index: 2;
}
.checkbox__label a {
  color: var(--accent-500);
  transition: color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .checkbox__input:hover:not[disabled] ~ .checkbox__icon {
    box-shadow: inset 0 0 0 1px var(--accent-600);
  }
  .checkbox__input:checked:hover ~ .checkbox__icon {
    box-shadow: inset 0 0 0 1px var(--accent-600);
    background-color: var(--accent-600);
  }
}
.circle {
  display: flex;
}
.circle__row {
  margin: auto 0;
  display: flex;
  flex-wrap: nowrap;
  margin: auto calc(-1 * var(--grid-gap));
  padding: 0 var(--main-padding);
}
.circle__col {
  padding: 0 var(--grid-gap);
  max-width: calc(720rem + 2 * var(--grid-gap));
  width: calc((100vw - 2 * (var(--main-padding) - var(--grid-gap))) / 16 * 7);
}

.circle-numbers-card {
  border: 2px solid currentColor;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  padding: 40rem;
  display: flex;
  background-color: var(--greyscale-000);
}
.circle-numbers-card__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.circle-numbers-card__subtitle {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 36rem;
  line-height: 42rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .circle-numbers-card__subtitle {
    font-size: 32rem;
    line-height: 40rem;
  }
}
@media only screen and (max-width: 1023px) {
  .circle-numbers-card__subtitle {
    font-size: 22rem;
    line-height: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .circle-numbers-card__subtitle {
    font-size: 18rem;
    line-height: 24rem;
  }
}
.circle-numbers-card__title {
  margin-top: 40rem;
  display: flex;
  gap: 24rem;
  align-items: center;
}
.circle-numbers-card__title .svg-icon {
  flex-shrink: 0;
}
@media only screen and (max-width: 1365px) {
  .circle-numbers-card__title .svg-icon {
    width: 50rem;
    height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .circle-numbers-card__title {
    gap: 16rem;
  }
  .circle-numbers-card__title .svg-icon {
    width: 45rem;
  }
}
@media only screen and (max-width: 1023px) {
  .circle-numbers-card__title {
    gap: 10rem;
  }
  .circle-numbers-card__title .svg-icon {
    width: 38rem;
  }
}
.circle-numbers-card__text {
  --line-height: 28rem;
  text-align: center;
  margin-top: 32rem;
  max-width: 420rem;
  min-height: calc(var(--line-height) * 3);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .circle-numbers-card__text {
    font-size: 16rem;
  }
}
.circle-numbers-card__text {
  font-weight: 600;
}

.circle-card {
  border: 2px solid currentColor;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  padding: 100rem 60rem;
  display: flex;
  /* width: 90vh;
  margin-right: var(--main-padding); */
}
.circle-card__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
}
.circle-card__icon {
  width: 100rem;
  aspect-ratio: 1;
}
.circle-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.circle-card__subtitle {
  --line-height: 60rem;
  margin-top: 24rem;
}
.circle-card__text {
  margin-top: 20rem;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 24rem;
  line-height: 28rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .circle-card__text {
    line-height: 32rem;
  }
}
@media only screen and (max-width: 1023px) {
  .circle-card__text {
    font-size: 14rem;
    line-height: 22rem;
  }
}
@media only screen and (max-width: 767px) {
  .circle-card__text {
    line-height: 20rem;
  }
}

@media only screen and (max-width: 1919px) {
  .circle-numbers-card {
    padding: 80rem;
  }
  .circle-numbers-card__title {
    margin-top: 20rem;
  }
  .circle-numbers-card__text {
    --line-height: 24rem;
    margin-top: 12rem;
  }
  .circle-card__subtitle {
    --line-height: 32rem;
    font-size: 32rem;
    line-height: 32rem;
  }
  .circle-card__text {
    margin-top: 16rem;
  }
}
@media only screen and (max-width: 1365px) {
  .circle__col {
    width: calc((100vw - 2 * (var(--main-padding) - var(--grid-gap))) / 16 * 8);
  }
}
@media only screen and (max-width: 1023px) {
  .circle__row {
    overflow-x: auto;
  }
  .circle__row {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  .circle__row::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    border-radius: 0px;
  }
  .circle__row::-webkit-scrollbar-track {
    background: transparent;
  }
  .circle__row::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0px;
  }
  .circle-numbers-card {
    padding: 32rem;
    border-width: 1px;
  }
  .circle-numbers-card__title {
    margin-top: 0;
  }
  .circle-numbers-card__text {
    --line-height: 24rem;
    margin-top: 0;
  }
  .circle-card {
    padding: 32rem;
  }
  .circle-card__icon {
    width: 50rem;
  }
  .circle-card__subtitle {
    --line-height: 28rem;
    margin-top: 16rem;
    font-size: 22rem;
    line-height: 28rem;
  }
  .circle-card__text {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .circle__row {
    flex-wrap: wrap;
    overflow: visible;
    margin: 0;
    padding: 0 var(--main-padding);
  }
  .circle__col {
    margin-top: 16rem;
    padding: 0;
    width: 100%;
  }
  .circle__col:first-child {
    margin-top: 0;
  }
  .circle-numbers-card {
    padding: 24rem;
    border-width: 1px;
  }
  .circle-numbers-card__title {
    margin-top: 12rem;
  }
  .circle-numbers-card__text {
    margin-top: 12rem;
  }
  .circle-card {
    border-width: 1px;
  }
  .circle-card__subtitle {
    --line-height: 24rem;
    font-size: 18rem;
    line-height: 24rem;
  }
}
.contacts__container {
  width: 100%;
  padding: 0 var(--main-padding);
}
.contacts__wrap {
  padding: 48rem 0 60rem;
}
.contacts__row {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-1 * var(--grid-gap));
  margin-right: calc(-1 * var(--grid-gap));
}
.contacts__col:first-child {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 43.75%;
}
.contacts__col:last-child {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 56.25%;
}
.contacts__main {
  display: flex;
  flex-direction: column;
  gap: 48rem;
  max-width: 652rem;
  height: 100%;
}
.contacts__title {
  font-weight: 400;
}
.contacts__info {
  margin-top: auto;
  display: flex;
  flex-flow: row wrap;
  gap: 60rem;
}
.contacts__subtitle {
  margin-bottom: 20rem;
}
.contacts__link {
  display: inline-block;
  transition: color 0.3s;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .contacts__link {
    font-size: 16rem;
  }
}
.contacts__link {
  font-weight: 600;
}
.contacts__socials {
  display: inline-flex;
}

@media (hover: hover) and (pointer: fine) {
  .contacts__link:hover {
    color: var(--accent-500);
  }
}
@media only screen and (max-width: 1919px) {
  .contacts__wrap {
    padding-top: 40rem;
  }
}
@media only screen and (max-width: 1023px) {
  .contacts__wrap {
    padding-bottom: 48rem;
  }
  .contacts__row {
    gap: 32rem;
  }
  .contacts__col:first-child, .contacts__col:last-child {
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 100%;
  }
  .contacts__main {
    gap: 32rem;
    max-width: 100%;
  }
  .contacts__title {
    max-width: 373rem;
  }
  .contacts__info {
    gap: 40rem;
  }
  .contacts__subtitle {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .contacts__subtitle {
    margin-bottom: 8rem;
  }
  .contacts__info {
    flex-direction: column;
    gap: 20rem;
  }
}
.floating-menu {
  position: sticky;
  padding-bottom: 40rem;
  bottom: 0;
  z-index: 11;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s 0.4s, opacity 0.7s 0.4s;
}
.floating-menu__container {
  width: 100%;
  padding: 0 var(--main-padding);
}

@media only screen and (max-width: 1919px) {
  .floating-menu {
    padding-bottom: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .floating-menu {
    display: none;
  }
}
.footer {
  background-color: var(--greyscale-1000);
  color: var(--greyscale-000);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .footer {
    font-size: 16rem;
  }
}
.footer__container {
  width: 100%;
  padding: 0 var(--main-padding);
}
.footer__wrap {
  position: relative;
  padding: 60rem 0;
  display: flex;
  flex-direction: column;
  min-height: calc(100 * var(--vh));
}
.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.footer__item {
  margin-bottom: 20rem;
}
.footer__item:last-child {
  margin-bottom: 0;
}
.footer__link {
  font-weight: 500;
  transition: color 0.3s;
}
.footer__block {
  text-align: right;
}
.footer__subtitle {
  margin-bottom: 20rem;
}
.footer__contacts {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16rem;
  color: var(--greyscale-500);
  font-weight: 500;
}
.footer__contact {
  transition: color 0.3s;
}
.footer__socials {
  margin-top: 20rem;
}
.footer__main {
  min-height: 460rem;
  flex-grow: 1;
}
.footer__logo {
  display: flex;
  transition: opacity 0.3s;
  z-index: 2;
}
.footer__logo, .footer__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer__image {
  width: 100%;
  max-width: 1313rem;
  max-height: 65vh;
  height: 100%;
}
.footer__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: var(--greyscale-500);
}
.footer__official {
  display: inline-flex;
  flex-direction: column;
  gap: 16rem;
}
.footer__copy {
  display: inline-flex;
  gap: 10rem;
}
.footer__details {
  display: inline-flex;
  flex-direction: column;
  gap: 16rem;
}
.footer__licenses {
  display: inline-flex;
  flex-direction: column;
  gap: 16rem;
  text-align: right;
}
.footer__licenses a {
  transition: color 0.3s;
}
.footer__licenses a span {
  border-bottom: 1px solid currentColor;
  transition: border-color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .footer__link:hover, .footer__contact:hover {
    color: var(--accent-600);
  }
  .footer__logo:hover {
    opacity: 0.7;
  }
  .footer__licenses a:hover {
    color: var(--accent-600);
  }
}
@media only screen and (max-width: 1023px) {
  .footer__wrap {
    padding: 40rem 0;
  }
  .footer__main {
    min-height: 282rem;
  }
  .footer__logo {
    width: 328rem;
  }
  .footer__logo .svg-icon {
    width: 100%;
    height: 100%;
  }
  .footer__image {
    height: auto;
  }
  .footer__bottom {
    line-height: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer__wrap {
    min-height: unset;
  }
  .footer__main {
    order: -1;
    margin-bottom: 48rem;
    min-height: unset;
  }
  .footer__logo {
    position: static;
    width: 160rem;
    transform: translate(0);
  }
  .footer__image {
    display: none;
  }
  .footer__top {
    flex-direction: column;
  }
  .footer__nav {
    width: 100%;
  }
  .footer__list {
    column-count: 2;
  }
  .footer__item {
    margin-bottom: 24rem;
  }
  .footer__block {
    text-align: left;
    margin-top: 48rem;
    width: 100%;
    position: relative;
    column-count: 2;
  }
  .footer__contacts {
    align-items: flex-start;
  }
  .footer__socials {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .footer__bottom {
    margin-top: 32rem;
    border-top: 1px solid currentColor;
    padding-top: 32rem;
    align-items: flex-start;
    flex-direction: column;
    gap: 16rem;
    font-size: 14rem;
    line-height: 18rem;
    font-weight: 500;
  }
  .footer__official {
    gap: 4rem;
  }
  .footer__details {
    flex-direction: row;
    gap: 8rem;
  }
  .footer__licenses {
    text-align: left;
  }
}
.form {
  position: relative;
  width: 100%;
  transition: opacity 0.3s;
}
.form.is-loading {
  pointer-events: none;
  opacity: 0.6;
}
.form__box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.form__field {
  margin-bottom: 24rem;
}
.form__field:last-child {
  margin-bottom: 0;
}
.form__field--controls {
  margin-top: 60rem;
  margin-bottom: 0;
}
.form__field--checkbox {
  max-width: 692rem;
  margin-bottom: 0;
}
.form__field.is-error .form-message {
  display: block;
}
.form__input, .form__textarea {
  display: block;
  width: 100%;
  border-radius: 12rem;
  background-color: var(--greyscale-150);
  padding: 24rem 32rem;
  color: var(--greyscale-900);
  text-overflow: ellipsis;
  transition: background-color 0.3s, color 0.3s;
  font-size: 20rem;
  line-height: 24rem;
}
.form__input, .form__textarea {
  font-weight: 500;
}
.form__input::placeholder, .form__textarea::placeholder {
  color: var(--greyscale-500);
}
.form__input[disabled], .form__textarea[disabled] {
  background-color: var(--greyscale-200);
  pointer-events: none;
}
.form__textarea {
  resize: none !important;
  min-height: 174rem;
}
.form input[type=number]::-webkit-inner-spin-button,
.form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active textarea:-webkit-autofill,
.form select:-webkit-autofill {
  background-color: transparent !important;
  color: var(--greyscale-900) !important;
  -webkit-text-fill-color: var(--greyscale-900) !important;
  transition: background-color 5000s ease-in-out 0s;
}
.form.is-success .form-success {
  display: block;
}
.form.is-error .form-response {
  display: block;
  color: var(--accent-500);
}
.form--popup {
  color: var(--greyscale-000);
}
.form--popup .form__box {
  display: grid;
  grid-template-columns: minmax(0, 496rem) 1fr; /* левая до 496px, правая — всё остальное */
  grid-template-areas: "inputs header" "inputs footer";
  gap: 0 60px;
  height: auto;
  align-items: start;
}
.form--popup .form__block:nth-child(1) {
  grid-area: header;
}
.form--popup .form__block:nth-child(2) {
  grid-area: inputs;
}
.form--popup .form__block:nth-child(3) {
  grid-area: footer;
  align-self: flex-end;
  margin-top: 32rem;
}
.form--popup .form__title {
  font-size: 70rem;
}
.form--popup .form__text {
  color: var(--greyscale-500);
  margin-top: 32rem;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 24rem;
  line-height: 28rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .form--popup .form__text {
    line-height: 32rem;
  }
}
@media only screen and (max-width: 1023px) {
  .form--popup .form__text {
    font-size: 14rem;
    line-height: 22rem;
  }
}
@media only screen and (max-width: 767px) {
  .form--popup .form__text {
    line-height: 20rem;
  }
}
.form--popup .form__field {
  margin-bottom: 20rem;
}
.form--popup .form__field:last-child {
  margin-bottom: 0;
}
.form--popup .form__field--controls {
  margin-top: 24rem;
}
.form--popup .form__input, .form--popup .form__textarea {
  background-color: var(--greyscale-850);
  color: var(--greyscale-000);
}
.form--popup .checkbox__icon {
  box-shadow: inset 0 0 0 1px var(--greyscale-000);
  background-color: var(--greyscale-900);
}
.form--popup .checkbox__label {
  color: var(--greyscale-000);
}
.form--popup input:-webkit-autofill,
.form--popup input:-webkit-autofill:hover,
.form--popup input:-webkit-autofill:focus,
.form--popup input:-webkit-autofill:active textarea:-webkit-autofill,
.form--popup select:-webkit-autofill {
  color: var(--greyscale-000) !important;
  -webkit-text-fill-color: var(--greyscale-000) !important;
}

.form-success__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 465rem;
  margin: 0 auto;
}
.form-success__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-success__icon {
  display: flex;
  flex-shrink: 0;
  width: 100rem;
  height: 100rem;
  border-radius: 50%;
  background-color: var(--accent-500);
}
.form-success__icon .svg-icon {
  flex-shrink: 0;
  margin: auto;
}
.form-success__title {
  margin-top: 24rem;
}
.form-success__text {
  margin-top: 12rem;
  text-align: center;
  color: var(--greyscale-500);
  max-width: 465rem;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .form-success__text {
    font-size: 14rem;
    line-height: 21rem;
  }
}
@media only screen and (max-width: 767px) {
  .form-success__text {
    line-height: 20rem;
  }
}
.form-success__button {
  margin-top: 66rem;
}

.form-message {
  display: none;
  color: var(--accent-500);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14rem;
  line-height: 18rem;
  font-weight: 400;
}
.form-message:not(:empty) {
  margin-top: 4rem;
}

.form-response {
  display: none;
}

@media only screen and (max-width: 1919px) {
  .form--popup .form__title {
    font-size: 50rem;
    line-height: 59rem;
  }
  .form--popup .form__text {
    line-height: 30rem;
  }
  .form-success__title {
    font-weight: 400;
  }
}
@media only screen and (max-width: 1365px) {
  .form--popup .form__box {
    gap: 0 40rem;
    grid-template-columns: minmax(0, 400rem) 1fr;
  }
  .form--popup .form__block:nth-child(3) {
    margin-top: 24rem;
  }
  .form--popup .form__title {
    font-size: 42rem;
    line-height: 48rem;
  }
  .form--popup .form__text {
    font-size: 20rem;
    line-height: 24rem;
    margin-top: 24rem;
  }
}
@media only screen and (max-width: 1023px) {
  .form__field {
    margin-bottom: 20rem;
  }
  .form__field--checkbox {
    margin-bottom: 0;
  }
  .form__field--controls {
    margin-top: 40rem;
    margin-bottom: 0;
  }
  .form--popup {
    height: 100%;
  }
  .form--popup .form__box {
    display: flex;
    gap: 24rem;
  }
  .form--popup .form__block {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .form--popup .form__block:nth-child(3) {
    flex-grow: 1;
    margin-top: 0;
  }
  .form--popup .form__title {
    font-size: 32rem;
    line-height: 38rem;
  }
  .form--popup .form__text {
    font-size: 14rem;
    line-height: 22rem;
    margin-top: 12rem;
  }
  .form--popup .form__field {
    margin-bottom: 16rem;
  }
  .form--popup .form__field:last-child {
    margin-bottom: 0;
  }
  .form--popup .form__field--checkbox {
    margin-top: 0;
  }
  .form--popup .form__field--controls {
    margin-top: auto;
    margin-left: auto;
  }
  .form-success {
    display: flex;
    height: 100%;
  }
  .form-success__box {
    margin: auto;
  }
  .form-success__icon {
    width: 80rem;
    height: 80rem;
  }
  .form-success__icon .svg-icon {
    width: 34rem;
    height: auto;
  }
  .form-success__title {
    font-size: 32rem;
    line-height: 38rem;
    font-weight: 500;
  }
  .form-success__text {
    margin-top: 8rem;
    max-width: 420rem;
  }
  .form-success__button {
    margin-top: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .form__field {
    margin-bottom: 16rem;
  }
  .form__field--checkbox, .form__field--controls {
    margin-bottom: 0;
  }
  .form__field--controls {
    margin-top: 32rem;
  }
  .form__input, .form__textarea {
    font-size: 16rem;
    line-height: 23rem;
    padding: 16rem 20rem;
  }
  .form__textarea {
    min-height: 360rem;
  }
  .form__button {
    width: 100%;
  }
  .form--popup .form__box {
    gap: 20rem;
  }
  .form--popup .form__title {
    font-size: 22rem;
    line-height: 32rem;
  }
  .form--popup .form__text {
    font-size: 14rem;
    line-height: 20rem;
  }
  .form--popup .form__field--controls {
    margin-left: 0;
    width: 100%;
  }
  .form-success__box {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .form-success__main {
    margin: auto;
  }
  .form-success__title {
    font-size: 22rem;
    line-height: 32rem;
    font-weight: 400;
  }
  .form-success__button {
    width: 100%;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: var(--scrollOffset, 0px);
  transform: translateY(-100%);
  padding-top: 20rem;
  transition: transform 0.3s;
  pointer-events: none;
  z-index: 12;
}
.header.is-active {
  transform: translateY(0);
}
.header.is-open .header__wrap {
  color: var(--greyscale-000);
  background-color: var(--greyscale-850);
  box-shadow: inset 0 0 0 1rem var(--greyscale-850);
  padding: 48rem 48rem 20rem;
}
.header.is-open .header__button--burger {
  color: var(--greyscale-000);
  box-shadow: inset 0 0 0 1px var(--greyscale-000);
  max-width: 80rem;
}
.header.is-open .header__button--burger span {
  opacity: 0;
  transform: scale(0.8);
}
.header.is-open .header__button--burger .svg-icon--burger {
  opacity: 0;
  transform: scale(0.8);
}
.header.is-open .header__button--burger .svg-icon--cross {
  opacity: 1;
}
.header__container {
  width: 100%;
  max-width: 822rem;
  margin: 0 auto;
}
.header__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20rem 20rem 20rem 48rem;
  border-radius: 1000px;
  box-shadow: inset 0 0 0 1rem var(--greyscale-200);
  background-color: var(--greyscale-000);
  transition: color 0.3s, background-color 0.3s, padding 0.3s;
  pointer-events: auto;
}
.header__logo {
  display: block;
  line-height: 0;
  width: 85rem;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.5s;
  position: relative;
  z-index: 3;
}
.header__logo .svg-icon {
  width: 100%;
  height: 100%;
}
.header__controls {
  display: flex;
}
.header__controls-item {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  margin-left: 20rem;
  display: flex;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateY(50%);
}
.header__controls-item:first-child {
  margin-left: 0;
  transition-delay: 0.1s;
}
.header__controls-item:last-child {
  transition-delay: 0.2s;
}
.header__button--burger {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 152rem;
  padding-left: 24rem;
  padding-right: 24rem;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, max-width 0.3s;
}
.header__button--burger span {
  transition: opacity 0.3s, transform 0.3s;
}
.header__button--burger .svg-icon {
  transition: opacity 0.3s, color 0.3s, transform 0.3s;
}
.header__button--burger .svg-icon--cross {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.header__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform-origin: top;
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}

.header-nav {
  position: relative;
  padding: 160rem 48rem 48rem;
  border-radius: var(--border-radius-m);
  background-color: var(--greyscale-850);
  color: var(--greyscale-000);
  pointer-events: auto;
  transition: color 0.3s, background-color 0.3s, min-height 0.3s;
  z-index: 2;
  /* &__close {
      position: absolute;
      width: 32rem;
      height: 32rem;
      padding: 4rem;
      top: 44rem;
      right: 44rem;
      transition: color .3s;
  } */
}
.header-nav__list {
  display: flex;
  flex-flow: column wrap;
  gap: 24rem;
  max-height: 235rem;
  align-content: space-between;
}
.header-nav__item {
  width: 50%;
  max-width: 325rem;
}
.header-nav__item:last-child {
  margin-top: auto;
}
.header-nav__link {
  white-space: nowrap;
  transition: color 0.3s;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 24rem;
  line-height: 28rem;
  font-weight: 500;
}
.header-nav__text {
  padding: 3rem 0 3rem 10rem;
  border-left: 4rem solid var(--accent-500);
}

@media (hover: hover) and (pointer: fine) {
  .header__logo:hover {
    opacity: 0.7;
  }
  .header-nav {
    /* &__close {
        &:hover {
            color: var(--accent-500);
        }
    } */
  }
  .header-nav__link:hover {
    color: var(--accent-500);
  }
}
@media only screen and (max-width: 1919px) {
  .header__container {
    max-width: 734rem;
  }
  .header__logo {
    width: 68rem;
  }
  .header__button {
    padding: 10rem 20rem;
    gap: 4rem;
    font-size: 14rem;
    line-height: 20rem;
  }
  .header__button .svg-icon {
    width: 20rem;
    height: 20rem;
  }
  .header__button--burger {
    max-width: 104rem;
  }
  .header.is-open .header__button--burger {
    max-width: 64rem;
  }
  .header.is-open .header__button--burger .svg-icon--cross {
    width: 24rem;
    height: 24rem;
  }
  .header-nav__item {
    max-width: 237rem;
  }
}
@media only screen and (max-width: 1023px) {
  .header__container {
    max-width: 620rem;
  }
  .header__wrap {
    padding: 16rem 16rem 16rem 32rem;
  }
  .header__logo {
    width: 63rem;
  }
  .header.is-open .header__wrap {
    padding: 32rem 32rem 16rem;
  }
  .header-nav {
    padding: 130rem 32rem 32rem 32rem;
  }
  .header-nav__link {
    font-size: 18rem;
    line-height: 24rem;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding-top: 16rem;
  }
  .header__container {
    padding: 0 4rem;
    max-width: 100%;
  }
  .header__wrap {
    padding: 12rem 20rem;
  }
  .header__logo {
    width: 50rem;
    z-index: 1;
  }
  .header__nav {
    position: fixed;
    z-index: 2;
  }
  .header__controls-item {
    margin-left: 16rem;
  }
  .header__controls-item:first-child {
    z-index: 1;
  }
  .header__button {
    padding: 8rem 20rem;
    font-size: 12rem;
    line-height: 16rem;
    z-index: 1;
  }
  .header__button--burger {
    padding: 0;
    box-shadow: none;
    max-width: 32rem;
    border-radius: 0;
    z-index: 3;
  }
  .header__button--burger span {
    display: none;
  }
  .header__button--burger .svg-icon {
    width: 32rem;
    height: 32rem;
  }
  .header.is-open .header__wrap {
    padding: 16rem 20rem;
  }
  .header.is-open .header__button--burger {
    box-shadow: none;
  }
  .header-nav {
    padding: 40rem 20rem;
    border-radius: 0;
    height: 100%;
    min-height: calc(100 * var(--vh));
    display: flex;
  }
  .header-nav__list {
    max-height: unset;
    width: 100%;
  }
  .header-nav__item {
    max-width: 100%;
  }
  .header-nav__item--contacts {
    margin-top: auto;
  }
  .header-nav__item:last-child {
    margin-top: 40rem;
  }
}
.industry__container {
  width: 100%;
  padding: 0 var(--main-padding);
}
.industry__wrap {
  padding: 60rem 0;
}
.industry__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24rem;
}
.industry__arrows {
  display: flex;
  align-items: center;
  gap: 14rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.industry__arrow {
  width: 56rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2rem solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.industry__arrow .svg-icon {
  width: 25rem;
  height: 25rem;
}
.industry__arrow.is-active {
  color: var(--greyscale-000);
  background-color: var(--accent-700);
  border-color: var(--accent-700);
}
.industry__arrow[disabled] {
  color: var(--greyscale-000);
  background-color: var(--greyscale-200);
  border-color: var(--greyscale-200);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .industry__arrow:hover {
    color: var(--greyscale-000);
    background-color: var(--accent-500);
    border-color: var(--accent-500);
  }
}
.industry__arrow {
  /* width: 56rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2rem solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .3s, color .3s, border-color .3s;

  .svg-icon {
      width: 25rem;
      height: 25rem;
  }

  &.is-active {
      color: var(--greyscale-000);
      background-color: var(--accent-700);
      border-color: var(--accent-700);
  }

  &[disabled] {
      color: var(--greyscale-000);
      background-color: var(--greyscale-200);
      border-color: var(--greyscale-200);
      pointer-events: none;
  } */
}
.industry__head {
  margin-top: 20rem;
}
.industry__head .tab-nav {
  pointer-events: none;
}
.industry__head .tab-nav__list {
  box-shadow: inset 0 0px 0 0 var(--greyscale-500);
  transition: box-shadow 0.3s;
}
.industry__head .tab-nav__item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s, transform 0.2s;
  transition-delay: 0s;
}
.industry__main {
  margin-top: 40rem;
}
.industry__block {
  display: none;
}
.industry__block.is-active {
  display: block;
}
.industry.is-active .tab-nav {
  pointer-events: auto;
}
.industry.is-active .industry__title.fade-up-step span {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: calc(var(--i) * 0.1s);
}
.industry.is-active .industry__head .tab-nav__item {
  transition: opacity 0.7s, transform 0.7s;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: calc(var(--i) * 0.05s);
}
.industry.is-active .industry__head .tab-nav__list {
  box-shadow: inset 0 -1px 0 0 var(--greyscale-500);
}
.industry.is-active .industry-accent-card {
  opacity: 1;
}
.industry.is-active .industry-accent-card__title span {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: calc(var(--i) * 0.1s);
}
.industry.is-active .industry-accent-card__details {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: calc(var(--i) * 0.1s);
}
.industry.is-active .industry-accent-card__image {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.4s;
}
.industry.is-active .industry-card__title .fade-up-step span {
  transition: opacity 0.7s, transform 0.7s;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: calc(var(--i) * 0.02s);
}
.industry.is-active .industry-card__text span {
  transition: opacity 0.7s, transform 0.7s;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: calc(var(--i) * 0.02s);
}
.industry.is-active .industry-card__tags .tags__title,
.industry.is-active .industry-card__tags .tags__list {
  transition: opacity 0.7s, transform 0.7s;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: calc(var(--i) * 0.03s);
}

.industry-card__row {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-1 * var(--grid-gap));
  margin-right: calc(-1 * var(--grid-gap));
}
.industry-card__col {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 50%;
}
.industry-card__info {
  padding: 48rem 0;
  padding-left: 40rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.industry-card__main {
  margin-bottom: auto;
}
.industry-card__text {
  margin-top: 20rem;
  color: var(--greyscale-700);
}
.industry-card__tags {
  margin-top: 32rem;
}
.industry-card__tags .tags__title,
.industry-card__tags .tags__list {
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 0.3s, transform 0.3s;
}

.industry-accent-card {
  position: relative;
  padding: 48rem;
  border-radius: var(--border-radius-m);
  background-color: var(--greyscale-900);
  display: flex;
  flex-direction: column;
  color: var(--greyscale-000);
  min-height: 704rem;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 24rem;
  line-height: 28rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .industry-accent-card {
    line-height: 32rem;
  }
}
@media only screen and (max-width: 1023px) {
  .industry-accent-card {
    font-size: 14rem;
    line-height: 22rem;
  }
}
@media only screen and (max-width: 767px) {
  .industry-accent-card {
    line-height: 20rem;
  }
}
.industry-accent-card {
  font-weight: 500;
}
.industry-accent-card__title {
  margin-bottom: 36rem;
}
.industry-accent-card__image {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0.8);
  transform-origin: right bottom;
  transition: opacity 0.3s, transform 0.3s;
}
.industry-accent-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-accent-card__details {
  margin-top: auto;
  transform: translateY(50%);
  opacity: 0;
}
.industry-accent-card__logos {
  display: none;
}
.industry-accent-card__name {
  margin-top: 36rem;
}
.industry-accent-card__text {
  margin-top: 12rem;
  max-width: 460rem;
}

@media (hover: hover) and (pointer: fine) {
  /* .industry {
      &__arrow {
          &:hover {
              color: var(--greyscale-000);
              background-color: var(--accent-500);
              border-color: var(--accent-500);
          }
      }
  } */
}
@media only screen and (max-width: 1919px) {
  .industry__arrows {
    opacity: 1;
    pointer-events: auto;
  }
  .industry-card__info {
    padding: 40rem 0;
    padding-left: 12rem;
  }
  .industry-accent-card {
    padding: 32rem;
    min-height: 552rem;
  }
  .industry-accent-card__name {
    margin-top: 32rem;
  }
}
@media only screen and (max-width: 1023px) {
  .industry__wrap {
    padding: 40rem 0;
  }
  .industry__arrows {
    display: none;
  }
  .industry__main {
    margin-top: 32rem;
  }
  .industry-card__row {
    --grid-gap: 8rem;
  }
  .industry-card__col {
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 100%;
  }
  .industry-card__info {
    padding: 0;
    margin-top: 32rem;
    height: auto;
  }
  .industry-card__text {
    margin-top: 12rem;
  }
  .industry-accent-card {
    min-height: 280rem;
  }
  .industry-accent-card__title {
    margin-bottom: 20rem;
  }
  .industry-accent-card__name {
    margin-top: 20rem;
  }
  .industry-accent-card__text {
    margin-top: 4rem;
    max-width: 370rem;
  }
}
@media only screen and (max-width: 767px) {
  .industry__title {
    font-size: 22rem;
    line-height: 28rem;
  }
  .industry__main {
    margin-top: 25rem;
  }
  .industry-card__info {
    margin-top: 25rem;
  }
  .industry-card__tags {
    margin-top: 25rem;
  }
  .industry-accent-card {
    padding: 20rem;
  }
  .industry-accent-card__text {
    margin-top: 8rem;
    max-width: 280rem;
  }
}
.intro {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  color: var(--greyscale-000);
  overflow: hidden;
  background-color: var(--greyscale-1000);
  clip-path: inset(0px 0px 0vh 0px);
  transition: clip-path 0.5s;
}
.intro__image {
  position: fixed;
  top: 114rem;
  left: 50%;
  transform: translate(-50%);
  width: 80%;
  max-height: 65vh;
  height: 100%;
  z-index: 1;
  transition: opacity var(--introTiming);
}
.intro__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 1.7s;
}
.intro__image--first img {
  opacity: 1;
}
.intro__image--third {
  z-index: -1;
}
.intro__image--third img {
  opacity: 1;
}
.intro__image--third.is-hide {
  opacity: 0;
}
.intro__blob {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: url("/assets/images/main/blob.png") 0 100% no-repeat;
  opacity: 0;
  transition: opacity 1.7s;
}
.intro__container {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 var(--main-padding);
}
.intro__wrap {
  padding: 60rem 0;
  min-height: calc(100 * var(--vh));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24rem;
  position: relative;
  z-index: 2;
}
.intro__logo {
  display: none;
  width: 186rem;
  line-height: 0;
  transition: opacity 0.3s;
}
.intro__logo .svg-icon {
  width: 100%;
  height: 100%;
}
.intro__logo .svg-icon--mob {
  display: none;
}
.intro__logo-animation {
  margin: auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.intro__title {
  align-self: flex-start;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .intro__logo:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1919px) {
  .intro__image {
    width: 140%;
    max-width: 983rem;
  }
}
@media only screen and (max-width: 1023px) {
  .intro__wrap {
    padding: 40rem 0;
    transition: min-height 0.3s;
  }
  .intro__image {
    width: 180%;
  }
}
@media only screen and (max-width: 767px) {
  .intro {
    background-position-x: 25%;
  }
  .intro__logo {
    width: 35rem;
  }
  .intro__logo .svg-icon--desk {
    display: none;
  }
  .intro__logo .svg-icon--mob {
    display: block;
  }
  .intro__image {
    top: var(--header-min-height);
    width: 200%;
    max-width: 719rem;
  }
}
.logo-animation {
  --logoWidth: 400px;
  --logoHeight: 48px;
  --lineWidth: 6px;
  --lineDefaultOffset: 14px;
  position: fixed;
  left: 50%;
  top: 40%;
  margin-left: calc(var(--logoWidth) / -2);
  margin-top: calc(var(--logoHeight) / -2);
  width: var(--logoWidth);
  height: var(--logoHeight);
  transition: transform var(--introTiming), top var(--introTiming), width var(--introTiming);
}
.logo-animation__full {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 0%;
  transition: height var(--introTiming) 0s;
}
.logo-animation__full svg {
  width: var(--logoWidth);
  height: var(--logoHeight);
}
.logo-animation__full path {
  transition: opacity var(--introTiming), transform var(--introTiming);
}
.logo-animation__lines-wrapper {
  display: flex;
  justify-content: center;
}
.logo-animation__lines {
  position: relative;
  z-index: 1;
  width: 63px;
  height: var(--logoHeight);
  opacity: 0;
  transform: rotate(90deg);
  transition: opacity calc(var(--introTiming) * 1) 0.3s, transform var(--introTiming), width var(--introTiming);
}
.logo-animation__lines span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--lineWidth);
  background-color: var(--greyscale-000);
  transition: left var(--introTiming), opacity var(--introTiming), transform var(--introTiming);
}
.logo-animation__lines span:first-child {
  width: calc(var(--lineWidth) + 1px);
  background-color: var(--accent-500);
}
.logo-animation__lines span:nth-child(2) {
  left: calc(var(--lineDefaultOffset) * 1);
}
.logo-animation__lines span:nth-child(3) {
  left: calc(var(--lineDefaultOffset) * 2);
}
.logo-animation__lines span:nth-child(4) {
  left: calc(var(--lineDefaultOffset) * 3);
}
.logo-animation__lines span:nth-child(5) {
  left: calc(var(--lineDefaultOffset) * 4);
}
.logo-animation {
  /* &__list {
      display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
  }

  &__item {
      line-height: 0;

      &:first-child {
          min-width: 124rem;
      }
  } */
}

.logo-list {
  display: flex;
  align-items: center;
}
.logo-list__item {
  margin-left: -9rem;
  position: relative;
}
.logo-list__item:first-child {
  margin-left: 0;
}
.logo-list__img {
  width: 52rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--greyscale-000);
}
.logo-list--border-white .logo-list__img {
  box-shadow: 0 0 0 4rem var(--greyscale-000);
}
.logo-list--border-black .logo-list__img {
  box-shadow: 0 0 0 4rem var(--greyscale-900);
}

@media only screen and (max-width: 1365px) {
  .logo-list__img {
    width: 42rem;
  }
}
@media only screen and (max-width: 1023px) {
  .logo-list__item {
    margin-left: -6rem;
  }
  .logo-list__img {
    width: 32rem;
  }
  .logo-animation {
    /* &__item {
        &:first-child {
            min-width: 100rem;
        }

        &:nth-of-type(2) {
            width: 76rem;

            .svg-icon {
                width: 100%;
                height: 100%;
            }
        }

        .svg-icon {
            width: auto;
            height: 21rem;
        }
    } */
  }
}
@media only screen and (max-width: 767px) {
  .logo-list__img {
    width: 26rem;
  }
  .logo-animation {
    --logoWidth: 200px;
    --logoHeight: 24px;
    --lineWidth: 4px;
    --lineDefaultOffset: 10px;
  }
  .logo-animation__lines span:first-child {
    width: var(--lineWidth);
  }
  .logo-animation {
    /* width: 300px;

    &__full svg {
        width: 300px;
    } */
    /* &__item {
        &:first-child {
            min-width: 58rem;
        }

        &:nth-of-type(2) {
            width: 47rem;
        }

        .svg-icon {
            height: 12rem;
        }
    } */
  }
}
.map__container {
  width: 100%;
  padding: 0 var(--main-padding);
}
.map__wrap {
  position: relative;
  padding: 60rem 0;
}
.map__title {
  margin-bottom: 20rem;
  max-width: 1377rem;
}
.map__box-wrapper {
  position: relative;
}
.map__box {
  margin: 0 calc(-1 * var(--main-padding));
  width: calc(100% + 2 * var(--main-padding));
  overflow-x: auto;
}
.map__box {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.map__box::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  border-radius: 0px;
}
.map__box::-webkit-scrollbar-track {
  background: transparent;
}
.map__box::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 0px;
}
.map__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% + 80rem);
  transform: translateX(-50%);
}
.map__map {
  width: 100%;
  height: 100%;
  min-width: 1690rem;
  transform: translateY(50%);
  opacity: 0;
}
.map__map img, .map__map svg {
  width: 100%;
  height: 100%;
}
.map__popover {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  width: 100%;
  max-width: 450rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, left 0.3s, top 0.3s;
}
.map__popover:not(.is-open) {
  transform: translate(-50%, -50%) !important;
}
.map__popover.is-open {
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
}
.map__popover[data-side=right] .map-popover::before {
  left: -12px;
  transform: rotate(-90deg);
}
.map__popover[data-side=left] .map-popover::before {
  right: -12px;
  transform: rotate(90deg);
}
.map.is-active .fade-up-step span {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: calc(var(--i) * 0.1s);
}
.map.is-active .map__map {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: calc(var(--i) * 0.3s);
}

.map-svg #map {
  pointer-events: none;
}
.map-svg__group.is-active .map-svg__dot {
  transform: translateY(0);
}
.map-svg__group.is-active .map-svg__point rect {
  transform: scaleY(1);
}
.map-svg__group.is-active .map-svg__circle {
  opacity: 1;
}
.map-svg__group.is-active .map-svg__region {
  opacity: 1;
}
.map-svg__inline {
  fill: none;
}
.map-svg__outline {
  fill: #fff;
}
.map-svg__region {
  opacity: 0;
  fill: url(#radial-gradient);
  fill-opacity: 0.05;
  transition: opacity 0.3s;
}
.map-svg__region:hover {
  opacity: 1;
}
.map-svg__point {
  pointer-events: none;
}
.map-svg__point > path {
  fill: none;
}
.map-svg__point rect {
  transform: scaleY(0);
  transform-origin: bottom;
  transition: height 0.3s, transform 0.3s;
}
.map-svg__dot {
  opacity: 1;
  transform: translateY(40px);
  transition: transform 0.3s;
}
.map-svg__circle {
  opacity: 0;
  transition: opacity 0.3s;
}
.map-svg__circle-shadow {
  opacity: 0;
}

.map-popover {
  padding: 20rem;
  border-radius: 12rem;
  background-color: var(--greyscale-000);
  box-shadow: 0px 4px 16.3px rgba(83, 82, 82, 0.15);
  position: relative;
  margin-left: 6rem;
}
.map-popover::before {
  content: "";
  bottom: 26px;
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--greyscale-000);
}
.map-popover__box {
  display: none;
  width: 100%;
  pointer-events: auto;
}
.map-popover__box.is-active {
  display: block;
}
.map-popover__top {
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24rem; */
  padding-right: 32rem;
  padding-bottom: 20rem;
  box-shadow: inset 0 -1px 0 0 #DFDFDF;
  margin-bottom: 20rem;
}
.map-popover__close {
  position: absolute;
  top: 24rem;
  right: 24rem;
  z-index: 200;
  pointer-events: auto;
  width: 24rem;
  height: 24rem;
  transition: color 0.3s;
}
.map-popover__close .svg-icon {
  width: 100%;
  height: 100%;
}
.map-popover__title {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .map-popover__title {
    font-size: 14rem;
    line-height: 21rem;
  }
}
@media only screen and (max-width: 767px) {
  .map-popover__title {
    line-height: 20rem;
  }
}
.map-popover__title {
  font-weight: 500;
}
.map-popover__content {
  margin-top: 16rem;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .map-popover__content {
    font-size: 14rem;
    line-height: 21rem;
  }
}
@media only screen and (max-width: 767px) {
  .map-popover__content {
    line-height: 20rem;
  }
}
.map-popover__content ul li {
  position: relative;
  padding-left: 22rem;
}
.map-popover__content ul li::before {
  content: "";
  display: block;
  width: 10rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--accent-500);
  position: absolute;
  left: 0;
  top: 6rem;
}
.map-popover__content li {
  margin-bottom: 16rem;
}
.map-popover__content li:last-child {
  margin-bottom: 0;
}

@media (hover: hover) and (pointer: fine) {
  .map-popover__close:hover {
    color: var(--accent-500);
  }
}
@media only screen and (max-width: 1919px) {
  .map__title {
    max-width: 915rem;
  }
}
@media only screen and (max-width: 1023px) {
  .map__wrap {
    padding: 40rem 0 80rem;
  }
  .map__title {
    margin-bottom: 32rem;
  }
  .map__map {
    min-width: 880rem;
  }
  .map-popover {
    padding: 16rem;
  }
  .map-popover__header {
    font-size: 18rem;
  }
  .map-popover__close {
    top: 20rem;
    right: 20rem;
    width: 16rem;
    height: 16rem;
  }
  .map-popover__top {
    padding-right: 24rem;
    padding-bottom: 16rem;
    margin-bottom: 16rem;
  }
  .map-popover__content {
    margin-top: 8rem;
  }
  .map-popover__content li {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .map__wrap {
    padding-bottom: 20rem;
  }
  .map__title {
    margin-bottom: 0;
  }
  .map__map {
    min-width: 757rem;
  }
  .map__popover {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .map-popover__content ul li {
    padding-left: 18rem;
  }
  .map-popover__content ul li::before {
    width: 8rem;
    top: 5rem;
  }
}
.menu {
  padding: 8rem;
  border-radius: 16rem;
  background-color: var(--greyscale-150);
}
.menu__list {
  display: flex;
  gap: 2rem;
}
.menu__item {
  flex: 1 0 0;
}
.menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15rem 24rem;
  border-radius: 12rem;
  transition: background-color 0.3s;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20rem;
  line-height: 24rem;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .menu__link {
    font-size: 14rem;
    line-height: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .menu__link {
    /* font-size: 12rem;
    line-height: 16rem; */
  }
}
.menu__link.is-active {
  background-color: var(--greyscale-000);
}

@media (hover: hover) and (pointer: fine) {
  .menu__link:hover {
    background-color: var(--greyscale-000);
  }
}
@media only screen and (max-width: 1023px) {
  .menu {
    padding: 4rem;
    border-radius: 12rem;
  }
  .menu__link {
    padding: 7rem 16rem;
    font-size: 12rem;
    line-height: 16rem;
    border-radius: 8rem;
  }
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  padding: 60rem;
  background-color: rgba(56, 59, 74, 0.4);
  backdrop-filter: blur(25px);
  /* will-change: backdrop-filter; */
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: visibility 0.3s, opacity 0.3s;
}
.popup.is-open {
  opacity: 1;
  visibility: visible;
}
.popup__box {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1420rem;
  border-radius: 40rem;
  background-color: var(--greyscale-900);
  color: var(--greyscale-000);
  padding: 80rem;
}
.popup__close {
  width: 32rem;
  height: 32rem;
  padding: 4rem;
  position: absolute;
  top: 32rem;
  right: 32rem;
  transition: color 0.3s;
  z-index: 2;
}
.popup__close .svg-icon {
  width: 100%;
  height: 100%;
}
.popup--form-success .popup__box {
  max-width: 625rem;
}

@media (hover: hover) and (pointer: fine) {
  .popup__close:hover {
    color: var(--accent-500);
  }
}
@media only screen and (max-width: 1919px) {
  .popup__box {
    max-width: 1320rem;
  }
}
@media only screen and (max-width: 1365px) {
  .popup__box {
    padding: 60rem;
  }
}
@media only screen and (max-width: 1023px) {
  .popup {
    padding: 0;
  }
  .popup__box {
    border-radius: 0;
    height: 100%;
    padding: 32rem 40rem;
  }
  .popup__close {
    right: 40rem;
  }
  .popup__main, .popup__form {
    height: 100%;
  }
  .popup--form-success .popup__box {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .popup__box {
    padding: 40rem 20rem;
  }
  .popup__close {
    right: 14rem;
  }
}
.section--intro {
  --scroll: 0px;
  height: 0;
  position: relative;
  z-index: 20;
}
.section--start {
  padding-top: var(--header-min-height);
}

.services-section__container {
  width: 100%;
  padding: 0 var(--main-padding);
}
.services-section__wrap {
  padding: 60rem 0;
  display: flex;
  flex-direction: column;
  gap: 80rem;
}
.services-section__row {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-1 * var(--grid-gap));
  margin-right: calc(-1 * var(--grid-gap));
}
.services-section__col:first-child {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 43.75%;
}
.services-section__col:last-child {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 56.25%;
}
.services-section__col:only-child {
  margin-left: 43.75%;
}
.services-section__bubbles {
  margin: 0 calc(-1 * var(--main-padding));
}

@media only screen and (max-width: 1919px) {
  .services-section__wrap {
    gap: 60rem;
  }
}
@media only screen and (max-width: 1023px) {
  .services-section__wrap {
    padding: 48rem 0;
    gap: 32rem;
  }
  .services-section__col:first-child, .services-section__col:last-child {
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 100%;
  }
  .services-section__col:only-child {
    margin-left: 0%;
  }
  .services-section__subtitle br {
    display: none;
  }
  .services-section--stats .services-section__title {
    max-width: 464rem;
  }
  .services-section--directions .accordion-card__content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .services-section__wrap {
    padding: 40rem 0;
  }
  .services-section--directions .services-section__title {
    font-size: 32rem;
    line-height: 38rem;
  }
  .services-section--directions .accordion__item:last-child {
    box-shadow: inset 0 -1px 0 0 var(--greyscale-500);
  }
}
.services {
  overflow: hidden;
}
.services__container {
  width: 100%;
  padding: 0 var(--main-padding);
}
.services__wrap {
  padding: 80rem 0;
  max-width: 1416rem;
  margin: 0 auto;
}
.services__list {
  border-radius: var(--border-radius-s);
  overflow: hidden;
  --grid-gap: 2rem;
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-1 * var(--grid-gap));
  margin-right: calc(-1 * var(--grid-gap));
}
.services__item {
  opacity: 0;
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 50%;
}
.services.is-active .services-card {
  transform: translateY(0%);
  opacity: 1;
}
.services.is-active .services__item {
  transition: opacity 0.3s calc(var(--i) * 0.1s);
  opacity: 1;
}

.services-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--greyscale-150);
  padding: 32rem 40rem;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.5s calc(var(--i) * 0.2s), opacity 0.5s calc(var(--i) * 0.2s);
  transform: translateY(-50%);
  opacity: 0;
}
.services-card__top {
  display: flex;
  align-items: flex-start;
  gap: 12rem;
}
.services-card__icon, .services-card__arrow {
  width: 32rem;
  aspect-ratio: 1;
  line-height: 0;
  flex-shrink: 0;
}
.services-card__icon .svg-icon, .services-card__arrow .svg-icon {
  width: 100%;
  height: 100%;
}
.services-card__arrow {
  margin-left: auto;
  transform-origin: center;
  transition: transform 0.3s;
}
.services-card__arrow .svg-icon--mob {
  display: none;
}
.services-card__title {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 24rem;
  line-height: 28rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .services-card__title {
    line-height: 32rem;
  }
}
@media only screen and (max-width: 1023px) {
  .services-card__title {
    font-size: 14rem;
    line-height: 22rem;
  }
}
@media only screen and (max-width: 767px) {
  .services-card__title {
    line-height: 20rem;
  }
}
.services-card__title {
  font-weight: 500;
}
.services-card__block {
  margin-top: 40rem;
}
.services-card__content {
  color: var(--greyscale-700);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .services-card__content {
    font-size: 14rem;
    line-height: 21rem;
  }
}
@media only screen and (max-width: 767px) {
  .services-card__content {
    line-height: 20rem;
  }
}
.services-card__content h3 {
  margin-bottom: 16rem;
  color: var(--greyscale-900);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .services-card__content h3 {
    font-size: 16rem;
  }
}
.services-card__content h3 {
  font-weight: 500;
}
.services-card__content strong {
  font-weight: 500;
  color: var(--greyscale-900);
}
.services-card__content ul li {
  position: relative;
  padding-left: 22rem;
}
.services-card__content ul li::before {
  content: "";
  display: block;
  width: 10rem;
  height: 2rem;
  border-radius: 100rem;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 10rem;
}
.services-card__content ul li strong {
  display: block;
  margin-bottom: 4rem;
}
.services-card__content li {
  margin-bottom: 16rem;
}
.services-card__content li:last-child {
  margin-bottom: 0;
}
.services-card__link {
  display: none;
}

.services-slide {
  padding: 30rem 30rem 38rem;
  border-radius: 24rem;
  overflow: hidden;
  color: var(--greyscale-000);
  position: relative;
  z-index: 2;
  min-height: 290rem;
  display: flex;
  flex-direction: column;
}
.services-slide__subtitle {
  margin-bottom: 24rem;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .services-slide__subtitle {
    font-size: 14rem;
    line-height: 21rem;
  }
}
@media only screen and (max-width: 767px) {
  .services-slide__subtitle {
    line-height: 20rem;
  }
}
.services-slide__subtitle {
  font-weight: 500;
}
.services-slide__title {
  margin-top: auto;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 36rem;
  line-height: 42rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .services-slide__title {
    font-size: 32rem;
    line-height: 40rem;
  }
}
@media only screen and (max-width: 1023px) {
  .services-slide__title {
    font-size: 22rem;
    line-height: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .services-slide__title {
    font-size: 18rem;
    line-height: 24rem;
  }
}
.services-slide__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.services-slide__bg::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6901960784);
  z-index: 0;
}
.services-slide__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-menu {
  max-width: 1516rem;
  margin: 0 auto;
}
.services-menu__list {
  border-radius: 16rem;
  overflow: hidden;
  --grid-gap: 2rem;
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-1 * var(--grid-gap));
  margin-right: calc(-1 * var(--grid-gap));
}
.services-menu__item {
  flex: 1 0 0;
  padding: 0 var(--grid-gap);
}
.services-menu__link {
  padding: 23rem 24rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--greyscale-150);
  transition: background-color 0.3s;
}
.services-menu__top {
  display: flex;
  align-items: center;
  gap: 12rem;
}
.services-menu__icon, .services-menu__arrow {
  width: 24rem;
  aspect-ratio: 1;
  line-height: 0;
  flex-shrink: 0;
}
.services-menu__icon .svg-icon, .services-menu__arrow .svg-icon {
  width: 100%;
  height: 100%;
}
.services-menu__arrow {
  margin-left: auto;
  transform-origin: center;
  transition: transform 0.3s;
}
.services-menu__title {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20rem;
  line-height: 24rem;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .services-menu__title {
    font-size: 14rem;
    line-height: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .services-menu__title {
    /* font-size: 12rem;
    line-height: 16rem; */
  }
}
.services-menu__drop {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
.services-menu__content {
  padding-top: 20rem;
  line-height: 1.5;
  color: var(--greyscale-400);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .services-menu__content {
    font-size: 14rem;
    line-height: 21rem;
  }
}
@media only screen and (max-width: 767px) {
  .services-menu__content {
    line-height: 20rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .services-menu__link:hover {
    background-color: #F7F8FA;
  }
  .services-menu__link:hover .services-menu__arrow {
    transform: rotate(45deg);
  }
  .services-card:hover {
    background-color: #F7F8FA;
  }
  .services-card:hover .services-card__arrow {
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 768px) {
  .services-card__drop {
    height: auto !important;
  }
}
@media only screen and (max-width: 1919px) {
  .services-card {
    padding: 32rem;
  }
}
@media only screen and (max-width: 1365px) {
  .services__item {
    margin-bottom: 16rem;
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 100%;
  }
  .services__item:last-child {
    margin-bottom: 0;
  }
  .services-card__content {
    --grid-gap: 20rem;
    margin-top: 40rem;
    display: flex;
    flex-flow: row wrap;
    margin-left: calc(-1 * var(--grid-gap));
    margin-right: calc(-1 * var(--grid-gap));
  }
  .services-card__block {
    margin: 0;
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .services__wrap {
    padding: 40rem 0;
  }
  .services__list {
    border-radius: 0;
  }
  .services-menu__list {
    border-radius: 12rem;
  }
  .services-menu__link {
    padding: 13rem 16rem;
  }
  .services-menu__top {
    gap: 8rem;
  }
  .services-menu__title {
    font-style: 12rem;
    line-height: 16rem;
  }
  .services-menu__icon, .services-menu__arrow {
    width: 14rem;
    height: 14rem;
  }
  .services-card {
    padding: 24rem;
    position: relative;
    pointer-events: none;
    border-radius: var(--border-radius-s);
  }
  .services-card__top {
    padding: 8rem 0;
    margin-right: 100rem;
    align-items: center;
  }
  .services-card__icon, .services-card__arrow {
    width: 24rem;
  }
  .services-card__arrow {
    display: none;
  }
  .services-card__title {
    font-size: 20rem;
    line-height: 22rem;
  }
  .services-card__content {
    margin-top: 32rem;
  }
  .services-card__link {
    display: inline-flex;
    position: absolute;
    right: 24rem;
    top: 24rem;
    pointer-events: auto;
  }
  .services-slide {
    padding: 24rem 24rem 28rem;
    min-height: 226rem;
  }
}
@media only screen and (max-width: 767px) {
  .services-card {
    padding: 20rem;
  }
  .services-card__top {
    margin-right: 0;
    padding: 4rem 0;
    pointer-events: auto;
  }
  .services-card__title {
    font-size: 18rem;
  }
  .services-card__arrow {
    display: block;
    transform: none;
  }
  .services-card__arrow .svg-icon--desk {
    display: none;
  }
  .services-card__arrow .svg-icon--mob {
    display: block;
  }
  .services-card__drop {
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
  }
  .services-card__content {
    display: block;
    padding-top: 24rem;
    margin: 0;
  }
  .services-card__content h3 {
    margin-bottom: 12rem;
  }
  .services-card__content li {
    margin-bottom: 12rem;
  }
  .services-card__block {
    margin-top: 24rem;
    padding: 0;
    width: 100%;
  }
  .services-card__block:first-child {
    margin-top: 0;
  }
  .services-card__link {
    position: static;
    margin-top: 24rem;
  }
  .services-card__link.button {
    width: 100%;
    justify-content: center;
    padding: 10rem 20rem;
  }
  .services-card.is-open .services-card__arrow {
    transform: scale(1, -1);
  }
}
.slider {
  position: relative;
  overflow: hidden;
}
.slider__list {
  display: flex;
}
.slider__item {
  width: 100%;
  flex-shrink: 0;
}
.slider__progress {
  display: flex;
  gap: 4rem;
}
.slider__progress span {
  display: block;
  width: 30rem;
  height: 4rem;
  border-radius: 100rem;
  background-color: var(--greyscale-500);
  transition: background-color 0.3s;
}
.slider__progress span.is-active {
  background-color: var(--greyscale-000);
}
.slider__controls {
  display: inline-flex;
  gap: 20rem;
}
.slider__arrow {
  width: 95rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2rem solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.slider__arrow .svg-icon {
  width: 42rem;
  height: 42rem;
}
.slider__arrow.is-active {
  color: var(--greyscale-000);
  background-color: var(--accent-700);
  border-color: var(--accent-700);
}
.slider__arrow[disabled] {
  color: var(--greyscale-000);
  background-color: var(--greyscale-200);
  border-color: var(--greyscale-200);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .slider__arrow:hover {
    color: var(--greyscale-000);
    background-color: var(--accent-500);
    border-color: var(--accent-500);
  }
}
.slider__arrow {
  /* width: 95rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2rem solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .3s, color .3s, border-color .3s;

  .svg-icon {
      width: 42rem;
      height: 42rem;
  }

  &.is-active {
      color: var(--greyscale-000);
      background-color: var(--accent-700);
      border-color: var(--accent-700);
  }

  &[disabled] {
      color: var(--greyscale-000);
      background-color: var(--greyscale-200);
      border-color: var(--greyscale-200);
      pointer-events: none;
  } */
}
.slider--services .slider__progress {
  position: absolute;
  padding: 19rem 0;
  bottom: 37rem;
  right: 30rem;
  z-index: 2;
}
.slider--history {
  position: static;
  padding-right: var(--main-padding);
  margin-right: calc(-1 * var(--main-padding));
}
.slider--history .slider__list {
  /* --grid-gap: 16rem;
  margin: 0 calc(-1 * var(--grid-gap));
  padding-right: calc(var(--main-padding) - var(--grid-gap));
  margin-right: calc(-1 * var(--main-padding));
  width: calc(100% + var(--main-padding) + var(--grid-gap));
  overflow-x: auto;
  @include mixins.scrollbarClear(); */
}
.slider--history .slider__controls {
  position: absolute;
  bottom: 0;
  left: var(--grid-gap);
}

@media (hover: hover) and (pointer: fine) {
  /* .slider {
      &__arrow {
          &:hover {
              color: var(--greyscale-000);
              background-color: var(--accent-500);
              border-color: var(--accent-500);
          }
      }
  } */
}
@media only screen and (max-width: 1023px) {
  .slider--services .slider__progress {
    padding: 0;
  }
  .slider--services .slider__progress span {
    width: 24rem;
  }
  .slider--history .slider__controls {
    display: none;
  }
}
.socials {
  display: inline-flex;
  gap: 16rem;
}
.socials__link {
  display: block;
  width: 24rem;
  height: 24rem;
  transition: color 0.3s;
}
.socials__link .svg-icon {
  width: 100%;
  height: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .socials__link:hover {
    color: var(--accent-600);
  }
}
@media only screen and (max-width: 1023px) {
  .socials {
    gap: 32rem;
  }
}
.start {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 36rem;
  line-height: 42rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .start {
    font-size: 32rem;
    line-height: 40rem;
  }
}
@media only screen and (max-width: 1023px) {
  .start {
    font-size: 22rem;
    line-height: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .start {
    font-size: 18rem;
    line-height: 24rem;
  }
}
.start {
  transition: transform 0.7s;
  transform: translateY(100%);
}
.start__container {
  width: 100%;
  padding: 0 var(--main-padding);
}
.start__wrap {
  padding: 60rem 0 80rem;
  position: relative;
}
.start__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-44%, -40rem);
  width: 65%;
  z-index: -1;
}
.start__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.start__row {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-1 * var(--grid-gap));
  margin-right: calc(-1 * var(--grid-gap));
}
.start__col--left {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 37.5%;
}
.start__col--right {
  margin-top: 100rem;
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 56.25%;
  margin-left: 43.75%;
}
.start__slogan {
  max-width: 490rem;
}
.start__text {
  margin-top: 32rem;
  color: var(--greyscale-700);
}

@media only screen and (max-width: 1919px) {
  .start {
    overflow: hidden;
  }
  .start__slogan {
    max-width: 435rem;
  }
  .start__image {
    width: 100%;
    max-width: 1114rem;
  }
}
@media only screen and (max-width: 1023px) {
  .start__wrap {
    padding: 48rem 0;
  }
  .start__col--left {
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 41.6666666667%;
  }
  .start__col--right {
    margin-top: 282rem;
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 100%;
    margin-left: 0%;
  }
  .start__image {
    width: 100%;
    bottom: 50%;
    transform: translate(-50%, 40%);
  }
  .start__text {
    margin-top: 16rem;
  }
  .start__title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .start {
    overflow: hidden;
  }
  .start__wrap {
    padding: 40rem 0;
  }
  .start__slogan {
    display: none;
  }
  .start__col--right {
    margin-top: 389rem;
  }
  .start__image {
    aspect-ratio: 719/286;
    width: auto;
    height: 286rem;
  }
  .start__text {
    margin-top: 8rem;
  }
}
.static__container {
  width: 100%;
  padding: 0 var(--main-padding);
}
.static__wrap {
  padding: 60rem 0 100rem;
}
.static__row {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-1 * var(--grid-gap));
  margin-right: calc(-1 * var(--grid-gap));
}
.static__row--heading .static__col {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 68.75%;
  margin-right: 31.25%;
}
.static__row--main .static__col {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 75%;
  margin-right: 25%;
}
.static__content {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .static__content {
    font-size: 16rem;
  }
}
.static__content h2 {
  margin-bottom: 20rem;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 70rem;
  line-height: 84rem;
  font-weight: 500;
}
@media only screen and (max-width: 1919px) {
  .static__content h2 {
    font-size: 50rem;
    line-height: 59rem;
  }
}
@media only screen and (max-width: 1023px) {
  .static__content h2 {
    font-size: 32rem;
    line-height: 38rem;
  }
}
@media only screen and (max-width: 767px) {
  .static__content h2 {
    font-size: 22rem;
    line-height: 32rem;
  }
}
.static__content h3 {
  margin: 80rem 0 32rem;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 36rem;
  line-height: 42rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .static__content h3 {
    font-size: 32rem;
    line-height: 40rem;
  }
}
@media only screen and (max-width: 1023px) {
  .static__content h3 {
    font-size: 22rem;
    line-height: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .static__content h3 {
    font-size: 18rem;
    line-height: 24rem;
  }
}
.static__content h3 {
  font-weight: 500;
}
.static__content ol {
  counter-reset: item;
}
.static__content ol > li::before {
  counter-increment: item;
  content: counters(item, ".") ". ";
}
.static__content ul li {
  position: relative;
  padding-left: 22rem;
}
.static__content ul li::before {
  content: "";
  display: block;
  width: 10rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--accent-500);
  position: absolute;
  left: 0;
  top: 6rem;
}
.static__content > ol > li {
  margin-top: 80rem;
  margin-bottom: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 36rem;
  line-height: 42rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .static__content > ol > li {
    font-size: 32rem;
    line-height: 40rem;
  }
}
@media only screen and (max-width: 1023px) {
  .static__content > ol > li {
    font-size: 22rem;
    line-height: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .static__content > ol > li {
    font-size: 18rem;
    line-height: 24rem;
  }
}
.static__content > ol > li {
  font-weight: 500;
}
.static__content > ol > li > ol {
  margin-top: 32rem;
}
.static__content > ol > li > ol > li ol, .static__content > ol > li > ol > li ul {
  margin-top: 20rem;
}
.static__content > ol > li > * {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .static__content > ol > li > * {
    font-size: 16rem;
  }
}
.static__content li {
  margin-bottom: 20rem;
}
.static__content li:last-child {
  margin-bottom: 0;
}
.static__content li > p {
  margin-top: 20rem;
}
.static__content a {
  color: var(--accent-500);
  border-bottom: 1rem solid currentColor;
  transition: color 0.3s;
}
.static__content .bold {
  font-weight: 500;
}
.static__content .bold ol, .static__content .bold ul {
  font-weight: 400;
}
.static__content .meta {
  display: flex;
  gap: 24rem;
}

@media (hover: hover) and (pointer: fine) {
  .static__content a:hover {
    color: var(--accent-600);
  }
}
@media only screen and (max-width: 1919px) {
  .static__row--heading .static__col {
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 75%;
    margin-right: 25%;
  }
  .static__content {
    line-height: 28rem;
  }
  .static__content > ol > li > * {
    line-height: 28rem;
  }
  .static__content .meta {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 20rem;
    line-height: 24rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1919px) and (max-width: 1023px) {
  .static__content .meta {
    font-size: 16rem;
  }
}
@media only screen and (max-width: 1919px) {
  .static__content .meta {
    line-height: 28rem;
  }
}
@media only screen and (max-width: 1023px) {
  .static__wrap {
    padding: 40rem 0;
  }
  .static__row--heading .static__col, .static__row--main .static__col {
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 100%;
    margin-right: 0%;
  }
  .static__content {
    line-height: 24rem;
  }
  .static__content h2 {
    margin-bottom: 16rem;
  }
  .static__content h3 {
    margin: 40rem 0 20rem;
  }
  .static__content > ol > li {
    margin-top: 40rem;
    margin-bottom: 0;
  }
  .static__content > ol > li > ol {
    margin-top: 20rem;
  }
  .static__content > ol > li > ol > li ol, .static__content > ol > li > ol > li ul {
    margin-top: 16rem;
  }
  .static__content > ol > li > * {
    line-height: 24rem;
  }
  .static__content li {
    margin-bottom: 16rem;
  }
  .static__content li:last-child {
    margin-bottom: 0;
  }
  .static__content .meta {
    line-height: 24rem;
    margin-bottom: 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .static__wrap {
    padding-bottom: 80rem;
  }
  .static__content {
    line-height: 23rem;
  }
  .static__content h3 {
    margin-top: 32rem;
  }
  .static__content > ol > li {
    margin-top: 32rem;
  }
  .static__content .meta {
    line-height: 23rem;
  }
}
.stats__container {
  width: 100%;
  padding: 0 var(--main-padding);
}
.stats__row {
  padding: 60rem 0;
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-1 * var(--grid-gap));
  margin-right: calc(-1 * var(--grid-gap));
}
.stats__col--left {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 37.5%;
}
.stats__col--left {
  display: flex;
  flex-direction: column;
}
.stats__col--right {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 62.5%;
}
.stats__sticky-wrap {
  flex-grow: 1;
}
.stats__sticky {
  position: sticky;
  top: 60rem;
}
.stats__circle {
  position: relative;
}
.stats__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 62rem;
  aspect-ratio: 1;
}
.stats__icon .svg-icon {
  width: 100%;
  height: 100%;
}
.stats__title {
  margin-top: 20rem;
}
.stats__title--mob {
  display: none;
}
.stats__list {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}

.stats-card {
  border: 2px solid currentColor;
  border-radius: var(--border-radius-l);
  padding: 114rem 32rem;
  background-color: var(--greyscale-000);
}
.stats-card__box {
  display: flex;
  flex-direction: column;
  gap: 20rem;
  max-width: 878rem;
  margin: 0 auto;
}
.stats-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20rem;
}
.stats-card__subtitle {
  max-width: 330rem;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 24rem;
  line-height: 28rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .stats-card__subtitle {
    line-height: 32rem;
  }
}
@media only screen and (max-width: 1023px) {
  .stats-card__subtitle {
    font-size: 14rem;
    line-height: 22rem;
  }
}
@media only screen and (max-width: 767px) {
  .stats-card__subtitle {
    line-height: 20rem;
  }
}
.stats-card__subtitle {
  font-weight: 500;
}
.stats-card__icons {
  display: flex;
}
.stats-card__title {
  display: flex;
  gap: 24rem;
  align-items: center;
}
.stats-card__title .svg-icon {
  flex-shrink: 0;
}
@media only screen and (max-width: 1365px) {
  .stats-card__title .svg-icon {
    width: 50rem;
    height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .stats-card__title {
    gap: 16rem;
  }
  .stats-card__title .svg-icon {
    width: 45rem;
  }
}
@media only screen and (max-width: 1023px) {
  .stats-card__title {
    gap: 10rem;
  }
  .stats-card__title .svg-icon {
    width: 38rem;
  }
}
.stats-card__title {
  /* span {
      padding-bottom: 23rem;
  } */
}
.stats-card__content {
  display: flex;
  gap: 20rem;
}
.stats-card__descr {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 36rem;
  line-height: 42rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .stats-card__descr {
    font-size: 32rem;
    line-height: 40rem;
  }
}
@media only screen and (max-width: 1023px) {
  .stats-card__descr {
    font-size: 22rem;
    line-height: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .stats-card__descr {
    font-size: 18rem;
    line-height: 24rem;
  }
}
.stats-card__text {
  flex-grow: 1;
  max-width: 536rem;
  margin-left: auto;
}

@media only screen and (max-width: 1919px) {
  .stats__col--left {
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 43.75%;
  }
  .stats__col--right {
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 56.25%;
  }
  .stats-card {
    padding: 60rem 80rem;
  }
  .stats-card__box {
    gap: 16rem;
  }
  .stats-card__subtitle {
    font-size: 24rem;
    line-height: 32rem;
  }
  .stats-card__content {
    flex-direction: column;
    gap: 24rem;
  }
  .stats-card__text {
    max-width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1365px) {
  .stats-card {
    padding: 60rem;
  }
}
@media only screen and (max-width: 1023px) {
  .stats__row {
    padding: 40rem 0;
  }
  .stats__icon {
    width: 28rem;
  }
  .stats__list {
    gap: 16rem;
  }
  .stats-card {
    padding: 32rem;
    border-width: 1px;
  }
  .stats-card__box {
    gap: 8rem;
  }
  .stats-card__subtitle {
    font-size: 14rem;
    line-height: 22rem;
  }
  .stats-card__content {
    gap: 12rem;
  }
  .stats-card__icon {
    width: 42rem;
  }
}
@media only screen and (max-width: 767px) {
  .stats__row {
    gap: 16rem;
  }
  .stats__col--left {
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 100%;
  }
  .stats__col--right {
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 100%;
  }
  .stats__title {
    margin-top: 16rem;
  }
  .stats__title--desk {
    display: none;
  }
  .stats__title--mob {
    display: block;
  }
  .stats-card {
    padding: 24rem;
  }
  .stats-card__box {
    gap: 24rem;
  }
  .stats-card__subtitle {
    line-height: 20rem;
  }
  .stats-card__icon {
    width: 32rem;
  }
}
.tab-nav {
  width: calc(100% + 2 * var(--main-padding));
  margin: 0 calc(-1 * var(--main-padding));
  padding: 0 var(--main-padding);
  overflow-x: auto;
  padding-bottom: 10rem;
  margin-bottom: -10rem;
}
.tab-nav {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.tab-nav::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  border-radius: 0px;
}
.tab-nav::-webkit-scrollbar-track {
  background: transparent;
}
.tab-nav::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 0px;
}
.tab-nav__list {
  display: inline-flex;
  gap: 20rem;
  box-shadow: inset 0 -1px 0 0 var(--greyscale-500);
  position: relative;
}
.tab-nav__list::before, .tab-nav__list::after {
  content: "";
  display: block;
  width: 20rem;
  height: 4px;
  background-color: var(--greyscale-000);
  position: absolute;
  bottom: 0;
}
.tab-nav__list::before {
  left: 0;
}
.tab-nav__list::after {
  right: 0;
}
.tab-nav__btn {
  display: inline-flex;
  white-space: nowrap;
  padding: 0 20rem;
  transition: color 0.3s;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 24rem;
  line-height: 28rem;
  font-weight: 500;
}
.tab-nav__btn span {
  padding: 20rem 0;
  border-bottom: 4px solid transparent;
  transition: border-color 0.3s;
}
.tab-nav__btn.is-active {
  color: var(--accent-500);
}
.tab-nav__btn.is-active span {
  border-color: var(--accent-500);
}

@media (hover: hover) and (pointer: fine) {
  .tab-nav__btn:hover {
    color: var(--accent-600);
  }
  .tab-nav__btn:hover span {
    border-color: var(--accent-600);
  }
}
@media only screen and (max-width: 1023px) {
  .tab-nav__list::before, .tab-nav__list::after {
    display: none;
  }
  .tab-nav__btn {
    font-size: 16rem;
    line-height: 20rem;
    padding: 0;
  }
  .tab-nav__btn span {
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .tab-nav__list {
    gap: 24rem;
  }
  .tab-nav__btn {
    font-size: 14rem;
    line-height: 18rem;
  }
  .tab-nav__btn span {
    padding: 0 0 12rem;
  }
}
.tags__title {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 24rem;
  line-height: 28rem;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .tags__title {
    line-height: 32rem;
  }
}
@media only screen and (max-width: 1023px) {
  .tags__title {
    font-size: 14rem;
    line-height: 22rem;
  }
}
@media only screen and (max-width: 767px) {
  .tags__title {
    line-height: 20rem;
  }
}
.tags__title {
  font-weight: 500;
}
.tags__list {
  display: flex;
  flex-flow: row wrap;
  gap: 12rem;
  margin-top: 20rem;
}

.tag {
  padding: 12rem 20rem;
  display: inline-flex;
  white-space: nowrap;
  border-radius: var(--border-radius-l);
  box-shadow: inset 0 0 0 1px var(--greyscale-200);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .tag {
    font-size: 16rem;
  }
}
@media only screen and (max-width: 1919px) {
  .tag {
    line-height: 24rem;
  }
}
@media only screen and (max-width: 1023px) {
  .tags__title {
    font-size: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .tags__title {
    font-size: 14rem;
    line-height: 20rem;
  }
  .tags__list {
    margin-top: 12rem;
    gap: 8rem;
  }
  .tag {
    padding: 8rem 16rem;
    font-size: 12rem;
    line-height: 18rem;
  }
}
.vendors__container {
  width: 100%;
  padding: 0 var(--main-padding);
}
.vendors__wrap {
  padding: 100rem 0;
  display: flex;
  flex-direction: column;
  gap: 80rem;
}
.vendors__row {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-1 * var(--grid-gap));
  margin-right: calc(-1 * var(--grid-gap));
}
.vendors__col:first-child {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 43.75%;
}
.vendors__col:last-child {
  padding-right: var(--grid-gap);
  padding-left: var(--grid-gap);
  width: 56.25%;
}
.vendors__col:only-child {
  margin-left: 43.75%;
}
.vendors__track {
  display: flex;
  width: 100%;
  margin-bottom: 44rem;
  overflow: hidden;
}
.vendors__track:last-child {
  margin-bottom: 0;
}
.vendors__track:first-child .vendors__line {
  animation: marquee-left 40s linear infinite;
}
.vendors__track:last-child .vendors__line {
  animation: marquee-right 40s linear infinite;
}
.vendors__line {
  display: flex;
  flex-shrink: 0;
  will-change: transform;
}
.vendors__item {
  flex-shrink: 0;
  height: 89rem;
  width: auto;
  filter: grayscale(1);
  opacity: 0.7;
  transition: opacity 0.3s, filter 0.3s;
  cursor: pointer;
  margin: 0 40rem;
}
.vendors__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (hover: hover) and (pointer: fine) {
  .vendors__item:hover {
    filter: grayscale(0);
    opacity: 1;
  }
  .vendors__track:hover .vendors__line {
    animation-play-state: paused;
  }
}
@media only screen and (max-width: 1919px) {
  .vendors__wrap {
    padding: 60rem 0;
    gap: 60rem;
  }
}
@media only screen and (max-width: 1023px) {
  .vendors__wrap {
    padding: 48rem 0;
    gap: 40rem;
  }
  .vendors__col:first-child, .vendors__col:last-child {
    padding-right: var(--grid-gap);
    padding-left: var(--grid-gap);
    width: 100%;
  }
  .vendors__col:only-child {
    margin-left: 0%;
  }
  .vendors__track {
    margin-bottom: 32rem;
  }
  .vendors__item {
    margin: 0 16rem;
    height: 55rem;
    opacity: 1;
    filter: grayscale(0);
  }
}
@media only screen and (max-width: 767px) {
  .vendors__wrap {
    padding: 40rem 0;
  }
  .vendors__item {
    height: 36rem;
    margin: 0 10rem;
  }
}
@keyframes marquee-left {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(calc(var(--lineWidth) * -1), 0);
  }
}
@keyframes marquee-right {
  0% {
    transform: translate(calc(var(--lineWidth) * -1), 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ya-map__container {
  width: 100%;
  padding: 0 var(--main-padding);
}
.ya-map__wrap {
  padding: 60rem 0;
}
.ya-map__map {
  position: relative;
  width: 100%;
  height: 100%;
  height: 696rem;
  border-radius: var(--border-radius-s);
  overflow: hidden;
}
.ya-map__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ya-marker {
  position: relative;
  transform: translate(-50%, -100%);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .ya-marker {
    font-size: 14rem;
    line-height: 21rem;
  }
}
@media only screen and (max-width: 767px) {
  .ya-marker {
    line-height: 20rem;
  }
}
.ya-marker__icon {
  display: block;
  width: 90rem;
}
.ya-marker__icon img {
  width: 100%;
  height: 100%;
}
.ya-marker__hint {
  position: absolute;
  top: 50%;
  left: 100%;
  white-space: nowrap;
  transform: translate(0, -75%);
  margin-left: 14rem;
  padding: 8rem 16rem;
  border-radius: 8rem;
  background-color: var(--greyscale-000);
  pointer-events: none;
  transition: opacity 0.3s;
  font-weight: 500;
  /* &.is-active {
      opacity: 1;
      pointer-events: auto;
  } */
}

.ya-popup {
  position: absolute;
  top: 40rem;
  left: 40rem;
  display: flex;
  padding: 24rem;
  border-radius: 24rem;
  background-color: var(--greyscale-000);
  pointer-events: none;
  transition: opacity 0.3s;
  /* &.is-active {
      opacity: 1;
      pointer-events: auto;
  } */
}
.ya-popup__title {
  margin-bottom: 12rem;
}

@media only screen and (max-width: 1023px) {
  .ya-map__wrap {
    padding: 48rem 0;
  }
  .ya-map__map {
    height: 560rem;
  }
  .ya-popup {
    top: 30rem;
    left: 30rem;
    padding: 16rem;
  }
  .ya-popup__title {
    font-size: 22rem;
    line-height: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .ya-map__wrap {
    padding: 40rem 0;
  }
  .ya-map__map {
    height: 520rem;
  }
  .ya-marker__hint {
    opacity: 0;
    pointer-events: none;
  }
  .ya-popup {
    top: 18rem;
    left: 18rem;
    border-radius: 12rem;
  }
  .ya-popup__title {
    font-size: 18rem;
    line-height: 24rem;
    margin-bottom: 8rem;
  }
}
/* [data-elts="scrollTransform"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
} */
[data-scroll] {
  display: flex;
}

[data-sticky] {
  position: sticky;
  top: 0px;
  left: 0;
  height: calc(var(--vh) * 100);
  display: flex;
  overflow: hidden;
}

[data-track] {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}

[data-scroll-debug] [data-sticky] {
  padding-top: 80px;
}
[data-scroll-debug] [data-track] > div {
  background-color: #607d8b;
}

@media only screen and (max-width: 1023px) {
  [data-sticky] {
    position: static;
    overflow-x: auto;
    height: auto;
  }
  [data-sticky] {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  [data-sticky]::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    border-radius: 0px;
  }
  [data-sticky]::-webkit-scrollbar-track {
    background: transparent;
  }
  [data-sticky]::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0px;
  }
  [data-track] {
    flex-shrink: unset;
  }
}
@media only screen and (max-width: 767px) {
  [data-sticky] {
    overflow: visible;
  }
}