/*! 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 */
  -webkit-text-decoration: underline dotted;
          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.
 */
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-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;
}
/* fonts */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/AvenirNextLight.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/AvenirNextRegular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/AvenirNextMedium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/AvenirNextDemi.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/AvenirNextBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/AvenirNextHeavy.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
/* end fonts */
:root {
  --color-company: #4EC5E0;
  --color-white: #FFFFFF;
  --color-red: #E32E62;
  --color-service-coral: #F09A92;
  --color-light-grey: #F1F2F2;
  --color-pure-black: #1C2021;
  --color-almost-black: #2E3032;
  --color-dark-grey: #8D8E8E;
  --color-minor-grey: #BFC2C3;
  --color-container-grey: #E3E6E8;
  --color-grad: #4A68D4;
  --color-grad-main: rgba(255, 255, 255, 0.3);
  --color-grad-opacity: rgba(255, 255, 255, 0);
  --grad-company: linear-gradient(90deg, #00e7dc 0%, #0cc5ef 100%);
}
/* common */
*,
*::after,
*::before {
  box-sizing: inherit;
}
*:focus-visible {
  outline: 0.1px solid var(--color-company);
}
input:focus-visible + label {
  outline: 0.1px solid var(--color-company);
}
html {
  height: 100%;
  box-sizing: border-box;
}
body {
  display: flex;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-direction: column;
  font-family: 'Avenir', sans-serif;
  font-weight: 400;
  background-color: var(--color-pure-black);
  overflow-x: hidden;
  position: relative;
}
body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
@media (max-width: 576px) {
  body::-webkit-scrollbar {
    width: 3px;
  }
}
body::-webkit-scrollbar-track {
  background: var(--color-almost-black);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--color-company);
  border-radius: 20px;
}
header {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
main {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  overflow: hidden;
}
footer {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
a {
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
}
/* end common */
/* mixins */
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .wrapper {
    max-width: none;
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  .wrapper {
    padding: 0 24px;
  }
}
.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reset-button {
  padding: 0;
  border: none;
  background-color: inherit;
}
.stop-scroll {
  overflow-y: hidden;
}
.animate-section.animate-active {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.animate-section.animate-active.animate {
  visibility: visible;
  opacity: 1;
}
/* end mixins */
/* animations */
.gradient-animate-0 {
  -webkit-animation: gradient-animate-0 15s ease-out infinite both;
          animation: gradient-animate-0 15s ease-out infinite both;
}
@-webkit-keyframes gradient-animate-0 {
  0% {
    stop-color: var(--color-grad-main);
  }
  50% {
    stop-color: var(--color-grad-opacity);
  }
  100% {
    stop-color: var(--color-grad-main);
  }
}
@keyframes gradient-animate-0 {
  0% {
    stop-color: var(--color-grad-main);
  }
  50% {
    stop-color: var(--color-grad-opacity);
  }
  100% {
    stop-color: var(--color-grad-main);
  }
}
.gradient-animate-1 {
  -webkit-animation: gradient-animate-1 15s ease-out infinite both;
          animation: gradient-animate-1 15s ease-out infinite both;
}
@-webkit-keyframes gradient-animate-1 {
  0% {
    stop-color: var(--color-grad-opacity);
  }
  50% {
    stop-color: var(--color-grad-main);
  }
  100% {
    stop-color: var(--color-grad-opacity);
  }
}
@keyframes gradient-animate-1 {
  0% {
    stop-color: var(--color-grad-opacity);
  }
  50% {
    stop-color: var(--color-grad-main);
  }
  100% {
    stop-color: var(--color-grad-opacity);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.heartbeat {
  -webkit-animation: heartbeat 1.8s ease-in-out infinite both;
          animation: heartbeat 1.8s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  0% {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.move-down {
  -webkit-animation: move-down 0.8s ease-out infinite both;
          animation: move-down 0.8s ease-out infinite both;
}
@-webkit-keyframes move-down {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes move-down {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
.dash {
  -webkit-animation: dash 18s linear infinite both;
          animation: dash 18s linear infinite both;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 1200;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 1200;
  }
}
.fade-in {
  -webkit-animation: fade-in 0.3s ease-out both;
          animation: fade-in 0.3s ease-out both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* end animations */
/* splide-core */
@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
/* end splide-core */
/* slider-works */
.slider-works {
  position: relative;
}
.slider-works .splide__track {
  overflow: visible;
}
.slider-works .splide__slide {
  width: 100%;
  position: initial;
}
.slider-works .splide__slide:hover h3 {
  color: var(--color-white);
  transform: translateX(30px);
}
@media (max-width: 768px) {
  .slider-works .splide__slide:hover h3 {
    transform: translateX(0);
  }
}
.slider-works .splide__slide:hover p {
  transform: translateX(30px);
}
@media (max-width: 768px) {
  .slider-works .splide__slide:hover p {
    transform: translateX(0);
  }
}
.slider-works .splide__slide:hover .slider-works__link + .slider-works__back {
  opacity: 1;
  transform: scale(1) translateX(120px) translateY(50px);
}
@media (max-width: 1200px) {
  .slider-works .splide__slide:hover .slider-works__link + .slider-works__back {
    transform: scale(1) translateX(100px) translateY(-100px);
  }
}
.slider-works .splide__slide:hover ~ .splide__slide:last-child h3 {
  color: transparent;
  transform: translateX(0);
}
@media (max-width: 768px) {
  .slider-works .splide__slide:hover ~ .splide__slide:last-child h3 {
    transform: translateX(0);
  }
}
.slider-works .splide__slide:hover ~ .splide__slide:last-child p {
  transform: translateX(0);
}
@media (max-width: 768px) {
  .slider-works .splide__slide:hover ~ .splide__slide:last-child p {
    transform: translateX(0);
  }
}
.slider-works .splide__slide:hover ~ .splide__slide:last-child .slider-works__link + .slider-works__back {
  opacity: 0;
  transform: scale(0.9) translateX(160px) translateY(90px);
}
@media (max-width: 1200px) {
  .slider-works .splide__slide:hover ~ .splide__slide:last-child .slider-works__link + .slider-works__back {
    transform: scale(0.9) translateX(120px) translateY(-100px);
  }
}
.slider-works__list .splide__slide:last-child h3 {
  color: var(--color-white);
  transform: translateX(30px);
}
@media (max-width: 768px) {
  .slider-works__list .splide__slide:last-child h3 {
    transform: translateX(0);
  }
}
.slider-works__list .splide__slide:last-child p {
  transform: translateX(30px);
}
@media (max-width: 768px) {
  .slider-works__list .splide__slide:last-child p {
    transform: translateX(0);
  }
}
.slider-works__list .splide__slide:last-child .slider-works__link + .slider-works__back {
  opacity: 1;
  transform: scale(1) translateX(120px) translateY(50px);
}
@media (max-width: 1200px) {
  .slider-works__list .splide__slide:last-child .slider-works__link + .slider-works__back {
    transform: scale(1) translateX(100px) translateY(-100px);
  }
}
.slider-works__list {
  min-height: 400px;
  position: relative;
}
@media (max-width: 1200px) {
  .slider-works__list {
    min-height: 270px;
  }
}
@media (max-width: 768px) {
  .slider-works__list .is-active h3,
  .slider-works__list .is-active p {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .slider-works__list .is-active img {
    opacity: 1;
    transform: scale(1);
  }
}
.slider-works__link {
  position: relative;
}
.slider-works__link::before {
  content: "";
  height: 1px;
  width: 100%;
  max-width: 470px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 48.96%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .slider-works__link::before {
    display: none;
  }
}
.slider-works__link h3 {
  display: block;
  margin: 0;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 1px var(--color-white);
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
@media (max-width: 1200px) {
  .slider-works__link h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .slider-works__link h3 {
    color: var(--color-white);
    -webkit-text-stroke: 0;
    text-align: center;
    opacity: 0;
  }
}
.slider-works__link p {
  margin: 0;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--color-dark-grey);
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .slider-works__link p {
    font-size: 14px;
    text-align: center;
  }
}
.slider-works__link img {
  display: none;
}
@media (max-width: 768px) {
  .slider-works__link img {
    display: block;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 24px 34px 0px rgba(0, 0, 0, 0.3);
    opacity: 0.3;
    transform: scale(0.8);
    transition: all 0.3s ease-out;
  }
}
.slider-works__text {
  padding: 16px 0;
}
@media (max-width: 768px) {
  .slider-works__text {
    padding: 32px 0;
  }
}
.slider-works__back {
  opacity: 0;
  transform: scale(0.9) translateX(160px) translateY(90px);
  transition: all 0.3s ease-out;
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .slider-works__back {
    width: 92%;
    transform: scale(0.9) translateX(120px) translateY(-100px);
    bottom: auto;
    top: 0;
  }
}
@media (max-width: 768px) {
  .slider-works__back {
    display: none;
  }
}
.slider-works__back img {
  width: 100%;
}
.splide__pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 8px;
  width: 96px;
  margin: 0 auto;
  background-color: rgba(227, 230, 232, 0.1);
  border-radius: 4px;
  flex-wrap: nowrap;
  position: relative;
}
.splide__pagination li {
  height: 100%;
  width: 100%;
}
.splide__pagination__page {
  padding: 0;
  border: none;
  background-color: inherit;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.splide__pagination__page.is-active {
  display: block;
  background-color: var(--color-company);
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
  flex-direction: column-reverse;
  justify-items: flex-start;
  align-items: flex-start;
}
/* end slider-works */
/* toggle-lang */
.toggle-lang {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.toggle-lang li {
  margin-right: 8px;
}
.toggle-lang li:last-child {
  margin-right: 0;
}
.toggle-lang a {
  display: inline-block;
  padding: 6px 3px;
  position: relative;
}
.toggle-lang a:hover span {
  opacity: 1;
}
.toggle-lang a::after {
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--color-company);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-out;
}
.toggle-lang span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: var(--color-white);
  text-transform: uppercase;
  opacity: 0.3;
  transition: opacity 0.3s ease-out;
}
.toggle-lang a.current span {
  opacity: 1;
}
.toggle-lang a.current::after {
  width: 100%;
}
/* end toggle-lang */
/* button-animate */
.button-animate {
  padding: 0;
  border: none;
  background-color: inherit;
  min-height: 48px;
  padding: 14px 40px;
  background: inherit;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .button-animate {
    padding: 14px;
  }
}
.button-animate::before,
.button-animate::after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: inherit;
  position: absolute;
  inset: 0;
}
.button-animate::before {
  border: 2px solid var(--color-company);
}
.button-animate::after {
  background-image: var(--grad-company);
  transform: translateX(-100%);
  transition: all 0.3s ease-out;
}
@media (max-width: 1200px) {
  .button-animate::after {
    transition: none;
  }
}
.button-animate span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: var(--color-white);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.button-animate:hover {
  cursor: pointer;
}
.button-animate:hover::after {
  transform: translateX(0);
}
@media (max-width: 1200px) {
  .button-animate:hover::after {
    transform: translateX(-100%);
  }
}
.button-animate--icon {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.button-animate--icon span:first-child {
  margin-right: 16px;
}
.button-animate--icon svg {
  height: 24px;
  width: 24px;
  stroke: var(--color-white);
  fill: none;
}
.button-animate--light span {
  color: var(--color-pure-black);
}
.button-animate--light svg {
  height: 24px;
  width: 24px;
  stroke: var(--color-pure-black);
  fill: none;
}
/* end button-animate */
/* title */
.title {
  display: inline-block;
  margin: 0;
  padding-bottom: 16px;
  font-size: 56px;
  line-height: 78px;
  font-weight: 700;
  color: var(--color-white);
  position: relative;
}
@media (max-width: 1200px) {
  .title {
    font-size: 32px;
    line-height: 49px;
  }
}
.title::after {
  content: "";
  height: 6px;
  width: 55px;
  background-color: var(--color-company);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .title::after {
    height: 4px;
    width: 42px;
  }
}
/* end title */
/* burger */
.burger {
  padding: 0;
  border: none;
  background-color: inherit;
  display: block;
  height: 45px;
  width: 45px;
  position: relative;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  transform: scale(0.6);
}
.burger span {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 50px;
  background: var(--color-white);
  opacity: 1;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
}
.burger span:nth-child(1) {
  top: 8px;
}
.burger span:nth-child(2) {
  top: 21px;
  background: var(--color-company);
}
.burger span:nth-child(3) {
  top: 34px;
}
.burger.show span:nth-child(1) {
  top: 20px;
  background: var(--color-company);
  transform: rotate(135deg);
}
.burger.show span:nth-child(2) {
  opacity: 0;
  left: 30px;
}
.burger.show span:nth-child(3) {
  top: 20px;
  transform: rotate(-135deg);
}
/* end burger */
/* mobile */
.mobile {
  height: 100vh;
  width: 100%;
  padding: 43px;
  padding-top: 32px;
  opacity: 0;
  background-color: var(--color-pure-black);
  background-image: url("../img/background/mobile-back.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateX(-100%);
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
}
.mobile::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.mobile::-webkit-scrollbar-track {
  background: var(--color-almost-black);
}
.mobile::-webkit-scrollbar-thumb {
  background-color: var(--color-company);
  border-radius: 20px;
}
.mobile.show {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.mobile__menu {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-items: flex-start;
  align-items: flex-start;
}
.mobile__nav {
  flex-grow: 1;
  display: flex;
  height: 100%;
  margin: 32px 0;
  flex-direction: row;
  justify-items: flex-start;
  align-items: center;
}
.mobile__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile__nav li {
  margin-bottom: 12px;
}
.mobile__nav li:last-child {
  margin-bottom: 0;
}
.mobile__nav a {
  display: inline-block;
  padding: 6px 0;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
}
.mobile__nav a:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .mobile__button-animate {
    width: 100%;
    justify-content: center;
  }
}
.mobile__button-animate span:first-child {
  margin-right: 16px;
}
.mobile__bottom {
  width: 100%;
  padding-bottom: 80px;
}
/* end mobile */
/* form */
.form {
  margin: 0;
  padding: 0;
}
.form__field-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  margin-bottom: 70px;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (max-width: 1200px) {
  .form__field-list {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 768px) {
  .form__field-list {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 24px;
  }
}
.form__field label {
  display: block;
  height: 60px;
  width: 100%;
  position: relative;
}
.form__field input {
  height: 100%;
  width: 100%;
  padding: 0;
  border: none;
  border-bottom: 2px solid var(--color-minor-grey);
  font-size: 24px;
  line-height: 1;
  color: var(--color-minor-grey);
  font-weight: 400;
  transition: all 0.3s ease-out;
  position: absolute;
  inset: 0;
}
.form__field input:hover,
.form__field input:focus {
  color: var(--color-pure-black);
  border-bottom: 2px solid var(--color-pure-black);
}
.form__field input:focus-visible {
  outline: none;
}
.form__field span {
  display: block;
}
.form__field-placeholder {
  font-size: 24px;
  line-height: 1;
  color: var(--color-minor-grey);
  font-weight: 400;
  transform: translateY(0);
  transition: all 0.2s ease-out;
  position: absolute;
  bottom: 19px;
  left: 0;
}
.form__field input:valid {
  color: var(--color-pure-black);
  border-bottom: 2px solid var(--color-company);
}
.form__field input:valid ~ .form__field-placeholder {
  transform: translateY(-32px) translateX(-18%) scale(0.6);
}
@media (max-width: 1024px) {
  .form__field input:valid ~ .form__field-placeholder {
    transform: translateY(-24px) translateX(-20%) scale(0.6);
  }
}
.form__field input.error {
  color: var(--color-service-coral);
  border-bottom: 2px solid var(--color-service-coral);
}
.form__field input.error:focus {
  color: var(--color-pure-black);
  border-bottom: 2px solid var(--color-pure-black);
}
/* end form */
/* connection */
.connection ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.connection ul li {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .connection ul li {
    margin-right: 11px;
    margin-bottom: 11px;
  }
}
.connection label {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 100px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
@media (max-width: 1200px) {
  .connection label {
    font-size: 18px;
  }
}
.connection input {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  border: none;
  opacity: 0;
  position: absolute;
  inset: 0;
}
.connection span {
  display: inline-block;
  padding: 14px 32px;
  background-color: var(--color-light-grey);
  border-radius: 100px;
  color: var(--color-pure-black);
  transition: all 0.3s ease-out;
}
@media (max-width: 1200px) {
  .connection span {
    padding: 11px 16px;
  }
}
.connection input:hover {
  cursor: pointer;
}
.connection input:hover + span {
  background-color: var(--color-container-grey);
}
.connection input:checked + span {
  color: var(--color-white);
  background-color: var(--color-company);
}
/* end connection */
/* check */
.check {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-pure-black);
}
.check label {
  display: inline-block;
  padding-top: 4px;
  padding-left: 48px;
  position: relative;
}
.check label:hover {
  cursor: pointer;
}
.check input {
  height: 32px;
  width: 32px;
  min-width: 32px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.check input:hover + .check__svg {
  background-color: var(--color-container-grey);
}
.check input:checked + .check__svg svg:first-child {
  opacity: 1;
  transform: translateY(0);
}
.check input:checked + .check__svg svg:last-child {
  opacity: 1;
  transform: translateY(0);
}
.check__svg {
  display: flex;
  height: 32px;
  width: 32px;
  min-width: 32px;
  margin: auto 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--color-light-grey);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.check__svg svg:first-child {
  height: auto;
  width: 37px;
  fill: var(--color-company);
  stroke: var(--color-company);
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  left: -2px;
  bottom: 0;
}
.check__svg svg:last-child {
  height: 24px;
  width: 24px;
  margin: auto;
  fill: none;
  stroke: var(--color-white);
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  inset: 0;
}
.check__text {
  display: inline;
}
.check__link {
  display: inline;
  margin-left: 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-pure-black);
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* end check */
/* main */
.main {
  height: 100%;
  width: 100%;
  position: relative;
}
.main__intro {
  display: flex;
  height: 100vh;
  min-height: 750px;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .main__intro {
    min-height: 600px;
    align-items: flex-start;
  }
}
.main__intro::before {
  content: "";
  height: 100vh;
  width: 100%;
  background: linear-gradient(0deg, var(--color-pure-black) 0%, transparent 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.main__back {
  height: 100vh;
  width: 100%;
  position: fixed;
  inset: 0;
}
.main__back img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main__black-back {
  height: calc(100% - 100vh);
  width: 100%;
  background-color: var(--color-pure-black);
  position: absolute;
  left: 0;
  bottom: 0;
}
.main__back-down {
  height: 100%;
  width: 100%;
  background-image: url("../img/background/down-back.svg");
  background-repeat: no-repeat;
  background-size: 2560px;
  background-position: bottom 100px right -600px;
  filter: blur(0.5px);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1920px) {
  .main__back-down {
    background-size: 1510px;
    background-position: bottom 100px right -200px;
  }
}
@media (max-width: 1200px) {
  .main__back-down {
    background-position: bottom 100px right -400px;
  }
}
@media (max-width: 768px) {
  .main__back-down {
    background-size: 877px;
    background-position: bottom 100px right -200px;
  }
}
@media (max-width: 768px) {
  .main__back-down {
    background-position: bottom 100px right -300px;
  }
}
.main__title {
  position: relative;
}
@media (max-width: 768px) {
  .main__title {
    margin-top: 25vh;
  }
}
.main__title-wrapper {
  width: 575px;
  position: relative;
}
@media (max-width: 768px) {
  .main__title-wrapper {
    width: 375px;
  }
}
@media (max-width: 576px) {
  .main__title-wrapper {
    width: 100%;
  }
}
.main__title-wrapper h1 {
  margin: 0;
  margin-bottom: 42px;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--color-white);
}
@media (max-width: 768px) {
  .main__title-wrapper h1 {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.main__title-wrapper p {
  display: inline-block;
  margin: 0;
  padding: 32px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: var(--color-white);
  border-radius: 32px;
  box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media (max-width: 768px) {
  .main__title-wrapper p {
    padding: 20px;
    font-size: 18px;
    line-height: 25px;
  }
}
.main__title-wrapper p:before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 32px;
  position: absolute;
  inset: 0;
}
@media (max-width: 768px) {
  .main__title-wrapper p:before {
    border-radius: 24px;
  }
}
.main__title-wrapper p span {
  position: relative;
}
.main__title-decor {
  position: absolute;
  top: 0;
  right: 0;
}
.main__title-decor::after {
  content: "";
  height: 98px;
  width: 212px;
  background-image: url("../img/background/group-plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(3%) translateY(-32%);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .main__title-decor::after {
    height: 68px;
    width: 148px;
    transform: translateX(56%) translateY(-32%);
  }
}
@media (max-width: 576px) {
  .main__title-decor::after {
    transform: translateX(24%) translateY(-32%);
  }
}
.main__scroll-wrapper {
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 100px;
}
@media (max-width: 1200px) {
  .main__scroll-wrapper {
    bottom: 62px;
  }
}
.main__scroll {
  padding: 0;
  border: none;
  background-color: inherit;
  display: flex;
  height: 56px;
  width: 56px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 100%;
  transform: rotate(90deg);
  transition: all 0.7s ease-out;
}
.main__scroll:hover {
  cursor: pointer;
}
.main__scroll:hover span {
  -webkit-animation: move-down 0.8s ease-out infinite both;
          animation: move-down 0.8s ease-out infinite both;
}
.main__scroll span {
  display: block;
}
.main__scroll svg {
  height: 24px;
  width: 24px;
  fill: none;
  stroke: var(--color-pure-black);
}
.main__blob {
  height: 100vh;
  width: 100%;
  position: absolute;
  inset: 0;
}
.main__blob canvas {
  display: block;
  height: 100%;
  width: 100%;
}
.main__advantages {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 184px;
  position: relative;
}
@media (max-width: 768px) {
  .main__advantages {
    padding-bottom: 120px;
  }
}
.main__advantages-rikorda {
  height: auto;
  width: 1191px;
  z-index: 1;
  opacity: calc(var(--progress) + 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1920px) {
  .main__advantages-rikorda {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .main__advantages-rikorda {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .main__advantages-rikorda {
    height: 69px;
    width: 507px;
    top: 0;
    bottom: auto;
  }
}
.main__advantages-rikorda span {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  transform: translateX(40%) translateY(250px);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1920px) {
  .main__advantages-rikorda span {
    transform: translateX(34%) translateY(270px);
  }
}
@media (max-width: 1200px) {
  .main__advantages-rikorda span {
    transform: translateX(46px) translateY(156px);
  }
}
@media (max-width: 768px) {
  .main__advantages-rikorda span {
    justify-content: flex-start;
    align-items: flex-start;
    transform: rotate(270deg) translateY(-17px) translateX(-17px);
    transform-origin: bottom right;
    top: 0;
    bottom: auto;
  }
}
.main__advantages-rikorda svg {
  height: auto;
  width: 100%;
  fill: none;
  stroke: #3F4142;
}
.main-advantages__wrapper {
  position: relative;
}
.main__advantages-back {
  display: block;
  height: 475px;
  width: 475px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .main__advantages-back {
    height: 324px;
    width: 324px;
  }
}
.main__advantages-back::after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/background/group-round.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  transform: translateX(-32%) translateY(62%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.main__advantages-line {
  display: block;
  height: 141px;
  width: 339px;
  transform: translateX(5%) translateY(100%);
  opacity: calc(var(--progress) + 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .main__advantages-line {
    height: 79px;
    width: 166px;
  }
}
@media (max-width: 768px) {
  .main__advantages-line {
    height: 79px;
    width: 166px;
    transform: translateX(15%) translateY(160%);
  }
}
.main__advantages-line svg {
  height: auto;
  width: 100%;
}
.main__advantages-line svg path {
  -webkit-animation: dash 18s linear infinite both;
          animation: dash 18s linear infinite both;
  stroke-dasharray: 12;
  stroke-dashoffset: 0;
}
.main__advantages-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .main__advantages-grid {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.main__advantages-title {
  margin-bottom: 42px;
}
@media (max-width: 1200px) {
  .main__advantages-title {
    margin-bottom: 32px;
  }
}
.main__advantages ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
@media (max-width: 768px) {
  .main__advantages ul {
    padding-right: 80px;
  }
}
.main__advantages ul li {
  padding-bottom: 32px;
  padding-left: 42px;
  border-left: 1px solid var(--color-white);
  position: relative;
}
@media (max-width: 768px) {
  .main__advantages ul li {
    padding-left: 16px;
    padding-bottom: 24px;
  }
}
.main__advantages ul li::before {
  display: none;
  content: "";
  height: 11px;
  width: 11px;
  background-color: var(--color-white);
  border-radius: 100%;
  position: absolute;
  bottom: -6px;
  left: -6px;
}
@media (max-width: 768px) {
  .main__advantages ul li::before {
    height: 7px;
    width: 7px;
    bottom: -4px;
    left: -4px;
  }
}
.main__advantages ul li:first-child::before {
  display: block;
  top: -6px;
  bottom: 0;
}
@media (max-width: 768px) {
  .main__advantages ul li:first-child::before {
    top: -4px;
    bottom: 0;
  }
}
.main__advantages ul li:last-child {
  padding-bottom: 0;
}
.main__advantages ul li:last-child::before {
  display: block;
}
.main__advantages ul p {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--color-white);
}
@media (max-width: 1200px) {
  .main__advantages ul p {
    font-size: 18px;
    line-height: 22px;
  }
}
.main__how {
  padding-top: 170px;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .main__how {
    padding-top: 82px;
    padding-bottom: 82px;
  }
}
.main__how-wrapper {
  position: relative;
}
.main__how-blob {
  display: block;
  height: 578px;
  width: 614px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .main__how-blob {
    height: 288px;
    width: 306px;
  }
}
.main__how-blob::after {
  content: "";
  height: 578px;
  width: 614px;
  background-image: url("../img/background/blob.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(100%, -55%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .main__how-blob::after {
    height: 288px;
    width: 306px;
    transform: translate(40%, -40%);
  }
}
@media (max-width: 768px) {
  .main__how-blob::after {
    transform: translate(40%, -50%) rotate(355deg);
  }
}
.main__how-title {
  margin-bottom: 42px;
  position: relative;
}
@media (max-width: 1200px) {
  .main__how-title {
    margin-bottom: 32px;
  }
}
.main__how-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .main__how-list {
    grid-template-columns: 1fr;
  }
}
.main__how-list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .main__how-list li {
    align-items: center;
  }
}
.main__how-list span {
  display: inline-flex;
  height: 48px;
  width: 48px;
  min-width: 48px;
  margin-right: 32px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-white);
  background-color: var(--color-almost-black);
  border-radius: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .main__how-list span {
    height: 60px;
    width: 60px;
    min-width: 60px;
    font-size: 18px;
  }
}
.main__how-list span::after {
  content: "";
  height: 8px;
  width: 8px;
  margin: auto 0;
  background-color: var(--color-company);
  border-radius: 100%;
  position: absolute;
  right: -4px;
  top: 0;
  bottom: 0;
}
.main__how-list p {
  margin: 0;
  padding-top: 12px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--color-white);
}
@media (max-width: 768px) {
  .main__how-list p {
    padding-top: 0;
    font-size: 18px;
  }
}
.main__works {
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .main__works {
    padding-bottom: 0;
  }
}
.main__works-wrapper {
  display: grid;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: 20px 1fr 20px;
  position: relative;
}
@media (max-width: 1280px) {
  .main__works-wrapper {
    max-width: none;
    grid-template-columns: 1fr;
  }
}
.main__works-blob {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 1280px) {
  .main__works-blob {
    grid-column: 1 / span 1;
  }
}
.main__works-blob::after {
  content: "";
  height: 511px;
  width: 544px;
  background-image: url("../img/background/blob.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(29%, 23%) rotate(317deg);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .main__works-blob::after {
    height: 310px;
    width: 330px;
    transform: translate(0, 0) rotate(317deg);
  }
}
.main__works-blob-blue {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 1280px) {
  .main__works-blob-blue {
    grid-column: 1 / span 1;
  }
}
.main__works-blob-blue::after {
  content: "";
  height: 323px;
  width: 273px;
  background-image: url("../img/background/blob-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-39%, 15%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1280px) {
  .main__works-blob-blue::after {
    transform: translate(-15%, 14%);
  }
}
.main__works-blob-pink {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
  justify-self: flex-end;
  align-self: flex-start;
  display: block;
  height: 174px;
  width: 179px;
  position: relative;
}
@media (max-width: 1280px) {
  .main__works-blob-pink {
    grid-column: 1 / span 1;
  }
}
@media (max-width: 1200px) {
  .main__works-blob-pink {
    z-index: -1;
  }
}
.main__works-blob-pink::after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/background/blob-pink.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-100%, -30%);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .main__works-blob-pink::after {
    transform: translate(0, 0);
  }
}
.main__works-content {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
  display: grid;
  grid-template-columns: 56px 1fr 1fr 56px;
  grid-template-rows: 56px auto 1fr 56px;
  background-color: rgba(46, 48, 50, 0.7);
  -webkit-backdrop-filter: blur(70px);
          backdrop-filter: blur(70px);
  border-radius: 6px;
  position: relative;
}
@media (max-width: 1280px) {
  .main__works-content {
    grid-column: 1 / span 1;
    grid-template-columns: 56px 1fr 1fr 56px;
    grid-template-rows: 60px auto 1fr 60px;
    border-radius: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    -o-border-image: linear-gradient(90deg, var(--color-grad-main) 0%, var(--color-grad-opacity) 100%);
       border-image: linear-gradient(90deg, var(--color-grad-main) 0%, var(--color-grad-opacity) 100%);
    border-image-slice: 9;
  }
}
@media (max-width: 1200px) {
  .main__works-content {
    grid-template-columns: 24px 1fr 1fr 24px;
  }
}
@media (max-width: 768px) {
  .main__works-content {
    grid-template-columns: 24px 1fr 24px;
    grid-template-rows: 35px auto 1fr auto 35px;
    -webkit-backdrop-filter: blur(80px);
            backdrop-filter: blur(80px);
  }
}
.main__works-border {
  grid-column: 1 / span 4;
  grid-row: 1 / span 4;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
}
@media (max-width: 1280px) {
  .main__works-border {
    display: none;
  }
}
.main__works-border svg {
  height: 100%;
  width: 100%;
  fill: none;
  stroke-width: 1px;
  overflow: visible;
}
.main__works-border .gradient stop:first-child {
  -webkit-animation: gradient-animate-0 15s ease-out infinite both;
          animation: gradient-animate-0 15s ease-out infinite both;
}
@media (max-width: 1024px) {
  .main__works-border .gradient stop:first-child {
    -webkit-animation: none;
            animation: none;
    stop-color: var(--color-grad-main);
  }
}
.main__works-border .gradient stop:last-child {
  -webkit-animation: gradient-animate-1 15s ease-out infinite both;
          animation: gradient-animate-1 15s ease-out infinite both;
}
@media (max-width: 1024px) {
  .main__works-border .gradient stop:last-child {
    -webkit-animation: none;
            animation: none;
    stop-color: var(--color-grad-opacity);
  }
}
.main__works-title {
  grid-column: 2 / span 2;
  grid-row: 2 / span 1;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .main__works-title {
    grid-column: 2 / span 1;
  }
}
.main__works-back {
  grid-column: 3 / span 2;
  grid-row: 2 / span 3;
  align-self: end;
  display: flex;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  opacity: 0.05;
}
@media (max-width: 1200px) {
  .main__works-back {
    grid-column: 3 / span 1;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .main__works-back {
    display: none;
  }
}
.main__works-back svg {
  height: auto;
  width: 530px;
  fill: var(--color-light-grey);
}
@media (max-width: 1200px) {
  .main__works-back svg {
    width: 100%;
  }
}
.main__slider-works {
  grid-column: 2 / span 2;
  grid-row: 3 / span 1;
}
@media (max-width: 768px) {
  .main__slider-works {
    grid-column: 1 / span 3;
  }
}
.main__services {
  padding-top: 64px;
  padding-bottom: 130px;
  position: relative;
}
.main__services::before {
  content: "";
  height: 1200px;
  width: 1200px;
  opacity: 0.6;
  background: var(--color-pure-black);
  background: radial-gradient(ellipse, var(--color-grad) 0%, transparent 70%, transparent 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1920px) {
  .main__services::before {
    transform: translateX(25%);
  }
}
@media (max-width: 1024px) {
  .main__services::before {
    height: 800px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main__services::before {
    height: 100%;
    width: 100%;
    transform: translateX(25%);
  }
}
.main__services-title {
  margin-bottom: 42px;
}
@media (max-width: 1200px) {
  .main__services-title {
    margin-bottom: 32px;
  }
}
.main__services ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1200px) {
  .main__services ul {
    gap: 24px;
  }
}
@media (max-width: 1024px) {
  .main__services ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .main__services ul {
    grid-template-columns: 1fr;
    gap: 11px;
  }
}
.main__services-item {
  display: flex;
  padding: 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: rgba(46, 48, 50, 0.5);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .main__services-item {
    padding: 16px;
  }
}
.main__services-item img {
  height: auto;
  width: 108px;
  min-width: 108px;
  margin-right: 24px;
}
@media (max-width: 1200px) {
  .main__services-item img {
    width: 96px;
    min-width: 96px;
  }
}
.main__services-item p {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--color-white);
}
@media (max-width: 1200px) {
  .main__services-item p {
    font-size: 18px;
  }
}
.main__services-border {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
}
.main__services-border svg {
  height: 100%;
  width: 100%;
  fill: none;
  stroke-width: 1px;
  overflow: visible;
}
.main__services-border .gradient {
  transform: rotate(45deg);
}
.main__services-border .gradient stop:first-child {
  -webkit-animation: gradient-animate-0 15s ease-out infinite both;
          animation: gradient-animate-0 15s ease-out infinite both;
}
@media (max-width: 1024px) {
  .main__services-border .gradient stop:first-child {
    -webkit-animation: none;
            animation: none;
    stop-color: var(--color-grad-main);
  }
}
.main__services-border .gradient stop:last-child {
  -webkit-animation: gradient-animate-1 15s ease-out infinite both;
          animation: gradient-animate-1 15s ease-out infinite both;
}
@media (max-width: 1024px) {
  .main__services-border .gradient stop:last-child {
    -webkit-animation: none;
            animation: none;
    stop-color: var(--color-grad-opacity);
  }
}
/* end main */
/* header */
.header {
  width: 100%;
  background-image: linear-gradient(180deg, var(--color-almost-black) 0, rgba(46, 48, 50, 0) 100%);
  z-index: 10;
  transform: translateY(0);
  transition: transform 0.4s ease-out;
  position: fixed;
  left: 0;
  top: 0;
}
.header--scroll {
  transform: translateY(-120%);
}
.header--fixed {
  transform: translateY(0);
}
.header__wraper {
  display: grid;
  width: 100%;
  margin: 0 auto;
  padding: 15px 32px;
  grid-template-columns: 1fr auto;
}
@media (max-width: 1200px) {
  .header__wraper {
    grid-template-columns: 1fr 72px;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .header__wraper {
    padding: 5px;
  }
}
.header__logo {
  display: grid;
  width: 100%;
  grid-template-columns: auto 1fr 100px;
  align-items: center;
}
@media (max-width: 768px) {
  .header__logo {
    grid-template-columns: auto 1fr;
  }
}
.header__logo a {
  display: inline-block;
}
@media (max-width: 1200px) {
  .header__logo a {
    grid-column: 1 / span 1;
  }
}
.header__logo img {
  height: auto;
  width: 172px;
}
@media (max-width: 768px) {
  .header__logo img {
    width: 72px;
  }
}
.header__logo p {
  display: inline-block;
  margin: 0;
  margin-left: 24px;
  padding: 5px 0;
  padding-left: 24px;
  border-left: 1px solid var(--color-dark-grey);
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  color: var(--color-minor-grey);
  white-space: nowrap;
}
@media (max-width: 1370px) {
  .header__logo p {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header__logo p {
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  .header__logo p {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    grid-column: 2 / span 1;
    justify-self: center;
  }
}
.header__action {
  justify-self: end;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__action {
    display: none;
  }
}
.header__toggle-lang {
  margin-left: 32px;
}
.header__burger {
  display: none;
}
@media (max-width: 1200px) {
  .header__burger {
    align-self: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.header__mobile {
  display: none;
}
@media (max-width: 1200px) {
  .header__mobile {
    display: block;
  }
}
/* end header */
/* footer */
.footer {
  padding-bottom: 150px;
  background-image: url("../img/background/callback-section.svg");
  background-repeat: no-repeat;
  background-size: 1608px;
  background-position: right -400px top 230px;
  background-color: var(--color-pure-black);
  position: relative;
}
@media (max-width: 1200px) {
  .footer {
    background-size: 1015px;
    background-position: right -326px top 460px;
  }
}
@media (max-width: 576px) {
  .footer {
    padding-bottom: 128px;
  }
}
.footer__wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  position: relative;
}
@media (max-width: 576px) {
  .footer__wrapper {
    grid-template-columns: 1fr;
  }
}
.footer__sell {
  display: block;
  width: 156px;
  height: 196px;
  background-image: url("../img/icons/sell.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-animation: 40s linear 0s normal none infinite running rotate;
          animation: 40s linear 0s normal none infinite running rotate;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1280px) {
  .footer__sell {
    right: 10%;
  }
}
@media (max-width: 768px) {
  .footer__sell {
    width: 72px;
    height: 90px;
  }
}
@media (max-width: 576px) {
  .footer__sell {
    top: -17%;
  }
}
.footer__title {
  margin: 0;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 34px;
  color: var(--color-white);
}
@media (max-width: 1200px) {
  .footer__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.footer__title em {
  display: block;
  margin-bottom: 8px;
  font-size: 56px;
  line-height: 78px;
  font-weight: 700;
  font-style: normal;
  color: var(--color-white);
}
@media (max-width: 1200px) {
  .footer__title em {
    font-size: 32px;
    line-height: 49px;
  }
}
.footer__address {
  grid-column: 1 / span 1;
  padding: 0;
  margin: 0;
  margin-bottom: 56px;
  font-style: normal;
}
@media (max-width: 1200px) {
  .footer__address {
    margin-bottom: 40px;
  }
}
.footer__address p {
  margin: 0;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
  color: var(--color-white);
}
@media (max-width: 1200px) {
  .footer__address p {
    font-size: 18px;
    line-height: 22px;
  }
}
.footer__address p span:first-child {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: var(--color-dark-grey);
}
@media (max-width: 1200px) {
  .footer__address p span:first-child {
    font-size: 14px;
  }
}
.footer__phone {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-white);
  transition: all 0.3s ease-out;
}
@media (max-width: 1200px) {
  .footer__phone {
    font-size: 24px;
  }
}
.footer__phone:hover {
  color: var(--color-white);
  -webkit-text-stroke: 1px var(--color-white);
}
.footer__map {
  display: inline-flex;
  padding: 12px 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: rgba(75, 79, 84, 0.3);
  box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 100px;
  transition: all 0.3s ease-out;
}
.footer__map:hover {
  background-color: rgba(75, 79, 84, 0.2);
}
.footer__map span {
  display: block;
}
.footer__map span:first-child {
  margin-right: 16px;
}
.footer__map svg {
  height: 24px;
  width: 24px;
  fill: none;
  stroke: var(--color-white);
}
.footer__button {
  align-self: end;
  grid-column: 1 / span 1;
  min-height: 64px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 54px;
}
@media (max-width: 1200px) {
  .footer__button {
    min-height: 56px;
    padding: 14px 32px;
  }
}
@media (max-width: 576px) {
  .footer__button {
    grid-column: 1 / span 1;
    margin-bottom: 40px;
  }
}
.footer__social {
  grid-column: 2 / span 1;
  margin-top: 40px;
  position: relative;
  align-self: center;
}
@media (max-width: 768px) {
  .footer__social {
    grid-column: 1 / span 1;
    align-self: start;
  }
}
.footer__social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer__social ul li {
  margin-right: 8px;
}
.footer__social ul li:last-child {
  margin-right: 0;
}
.footer__social a {
  display: inline-block;
  padding: 8px;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.footer__social a:hover {
  opacity: 0.8;
}
.footer__social img {
  height: auto;
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
/* end footer */
/* modal */
.modal {
  display: none;
  height: 100%;
  width: 100%;
  background-color: var(--color-white);
  overflow-y: auto;
  z-index: 999999;
  position: fixed;
  inset: 0;
}
.modal::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
@media (max-width: 576px) {
  .modal::-webkit-scrollbar {
    width: 3px;
  }
}
.modal::-webkit-scrollbar-track {
  background: var(--color-almost-black);
}
.modal::-webkit-scrollbar-thumb {
  background-color: var(--color-company);
  border-radius: 20px;
}
.modal.show {
  -webkit-animation: fade-in 0.3s ease-out both;
          animation: fade-in 0.3s ease-out both;
  display: block;
}
.modal__wrapper {
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: 1fr 1170px 1fr;
  grid-template-rows: 1fr auto 1fr;
}
@media (max-width: 1200px) {
  .modal__wrapper {
    grid-template-columns: 32px 1fr 32px;
    grid-template-rows: 72px 1fr 72px;
  }
}
.modal__title {
  color: var(--color-pure-black);
}
.modal__content,
.modal__success {
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
  align-self: center;
  padding: 72px 0;
}
@media (max-width: 1200px) {
  .modal__content,
  .modal__success {
    padding: 0;
    padding-bottom: 72px;
  }
}
.modal__content.hidden {
  display: none;
}
.modal__success {
  justify-self: center;
  display: none;
  width: 770px;
  margin-bottom: 24px;
  color: var(--color-pure-black);
  text-align: center;
  position: relative;
}
@media (max-width: 1200px) {
  .modal__success {
    width: 100%;
    margin-bottom: 13px;
  }
}
.modal__success h2 {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--color-pure-black);
}
@media (max-width: 1200px) {
  .modal__success h2 {
    margin-bottom: 13px;
  }
}
.modal__success span {
  display: inline-block;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .modal__success span {
    margin-bottom: 32px;
  }
}
.modal__success svg {
  height: 64px;
  width: 64px;
  fill: var(--color-company);
}
.modal__success.show {
  -webkit-animation: fade-in 0.3s ease-out both;
          animation: fade-in 0.3s ease-out both;
  display: block;
}
.modal__close {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
@media (max-width: 1920px) {
  .modal__close {
    top: 6px;
    right: 8px;
    left: auto;
  }
}
.modal__close button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: block;
  height: 72px;
  width: 72px;
  background-color: transparent;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.modal__close button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.modal__close button span {
  display: block;
}
.modal__close button svg {
  height: 72px;
  width: 72px;
}
.modal__form {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media (max-width: 768px) {
  .modal__form {
    grid-template-columns: 1fr;
  }
}
.modal__field {
  grid-column: 1 / span 2;
}
.modal__connection {
  grid-column: 1 / span 2;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .modal__connection {
    margin-bottom: 22px;
  }
}
.modal__connection h3 {
  margin-bottom: 16px;
}
.modal__apply {
  grid-column: 1 / span 1;
  align-self: center;
  padding-right: 16px;
}
@media (max-width: 768px) {
  .modal__apply {
    grid-column: 1 / span 1;
    align-self: start;
    margin-bottom: 32px;
  }
}
.modal__button {
  grid-column: 2 / span 1;
  min-height: 64px;
  min-width: 272px;
}
@media (max-width: 1200px) {
  .modal__button {
    min-height: 56px;
    min-width: 195px;
  }
}
@media (max-width: 768px) {
  .modal__button {
    grid-column: 1 / span 1;
  }
}
/* end modal */
/* modal-callback */
.modal-callback__back {
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--color-white);
  background-image: url("../img/background/main-back.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.07;
  pointer-events: none;
  overflow-y: hidden;
  position: fixed;
  inset: 0;
}
/* end modal-callback */
/* lenis */
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
/* end lenis */
