/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \**********************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Core variables */
/**
 * Variables
*/
/* Breakpoints */
/* Colour palette */
/* CSS Reset */
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html {
  font-family: sans-serif;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 0, "dlig" 0;
          font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 0, "dlig" 0;
}

html,
body {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

input::-ms-clear {
  display: none;
}

input,
button,
textarea,
optgroup,
select {
  outline: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

textarea {
  resize: none;
}

button {
  background-color: transparent;
  text-align: left;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a {
  color: inherit;
  outline: 0;
  display: inline-block;
  list-style: none;
  list-style-type: none;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

/* CSS print */
/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
}
/* Fonts */
/**
 * Fonts
*/
@font-face {
  font-family: "IBMPlexMono";
  src: url("./../fonts/IBMPlexMono-Regular.woff2") format("woff2"), url("./../fonts/IBMPlexMono-Regular.woff") format("woff"), url("./../fonts/IBMPlexMono-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "VelaSans";
  src: url("./../fonts/VelaSans-Medium.woff2") format("woff2"), url("./../fonts/VelaSans-Medium.woff") format("woff"), url("./../fonts/VelaSans-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
/* GLobal */
body {
  color: #000;
  background: #fff;
  font-family: "IBMPlexMono", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.04em;
  overflow-x: hidden;
}
@media (max-width: 1440px) {
  body {
    font-size: 16px;
  }
}
body._lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}
body._hide-loader .preloader {
  display: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  display: block;
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
}
@media (max-width: 1440px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* вычислить проценты значения $size от значения $sizeParent (width: pct-s(10, 100) = width: 10%) */
.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.layout {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1279px) {
  .layout {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.layout--half {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .layout--half {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.horizontal-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
@media (max-width: 1279px) {
  .horizontal-section {
    display: block;
  }
}

.section {
  min-width: 100vw;
  height: 100vh;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
}
.section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__head .btn {
  -ms-flex-item-align: normal;
      align-self: normal;
}
.section__head--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section--vertical {
  position: absolute;
}
@media (max-width: 1279px) {
  .section--vertical {
    position: static;
  }
}
.section h2 {
  color: #fff;
  font-size: 400px;
}
@media (max-width: 1279px) {
  .section--mobile-normal {
    height: auto;
  }
}
@media (max-width: 479px) {
  .section--mobile-normal-479 {
    height: auto;
  }
}

/* UI-KIT */
.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "VelaSans", sans-serif;
  line-height: 1.1;
  font-weight: 300;
}

.fs-14 {
  font-size: 14px;
  line-height: 1.4;
}
.fs-20 {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1440px) {
  .fs-20 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .fs-20 {
    font-size: 14px;
  }
}
.fs-24 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .fs-24 {
    font-size: 16px;
  }
}
.fs-40 {
  font-size: 40px;
}
@media (max-width: 1440px) {
  .fs-40 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .fs-40 {
    font-size: 16px;
  }
}
.fs-40-text {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .fs-40-text {
    font-size: 24px;
  }
}
.fs-70 {
  font-size: 70px;
}
@media (max-width: 1440px) {
  .fs-70 {
    font-size: 48px;
  }
}
@media (max-width: 1023px) {
  .fs-70 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .fs-70 {
    font-size: 24px;
  }
}
.fs-100 {
  font-size: 100px;
}
@media (max-width: 1440px) {
  .fs-100 {
    font-size: 70px;
  }
}
@media (max-width: 1023px) {
  .fs-100 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .fs-100 {
    font-size: 24px;
  }
}
.fs-120 {
  font-size: 120px;
}
@media (max-width: 1440px) {
  .fs-120 {
    font-size: 70px;
  }
}
@media (max-width: 1023px) {
  .fs-120 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .fs-120 {
    font-size: 32px;
  }
}
.fs-160 {
  font-size: 160px;
}
@media (max-width: 1919px) {
  .fs-160 {
    font-size: 100px;
  }
}
@media (max-width: 1023px) {
  .fs-160 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .fs-160 {
    font-size: 40px;
  }
}
.fs-hyper {
  font-size: 600px;
  white-space: nowrap;
}
@media (max-width: 1919px) {
  .fs-hyper {
    font-size: 460px;
  }
}
@media (max-width: 1279px) {
  .fs-hyper {
    font-size: 200px;
    line-height: 0.9;
  }
}
@media (max-width: 767px) {
  .fs-hyper {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .fs-32-mob {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .fs-24-mob {
    font-size: 24px;
  }
}

.ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
}
.ico img,
.ico svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ico-56 {
  font-size: 56px;
}
@media (max-width: 1440px) {
  .ico-56 {
    font-size: 40px;
  }
}

.c-black {
  color: #000;
}

.c-black-2 {
  color: #222222;
}

.c-black-3 {
  color: #333333;
}

.c-black-4 {
  color: #444444;
}

.c-grey {
  color: #8A8A8A;
}

.c-grey-2 {
  color: #DADADA;
}

.c-grey-3 {
  color: #F1F1F1;
}

.c-white {
  color: #fff;
}

.c-red {
  color: #E23232;
}

.link-grey {
  color: #8A8A8A;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .link-grey:hover {
    color: #fff;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: inherit;
  gap: 8px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn[disabled] {
  opacity: 0.5;
}
.btn--full-width {
  width: 100%;
}
.btn--red {
  height: 56px;
  padding: 0 16px;
  background-color: #E23232;
  color: #fff;
  font-size: 20px;
}
@media (any-hover: hover) {
  .btn--red:hover {
    background-color: #000;
  }
}
.btn--red:focus-visible:not([disabled]) {
  background-color: #000;
}
@media (any-hover: hover) {
  .btn--hover-red:hover {
    color: #E23232;
  }
}
.btn img,
.btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media (max-width: 1440px) {
  .btn img,
  .btn svg {
    width: 20px;
    height: 20px;
  }
}

.hover-line {
  position: relative;
}
@media (any-hover: hover) {
  .hover-line:hover:after {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.hover-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: solid 1px currentColor;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.mb-8 {
  margin-bottom: 8px;
}
.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}
.mb-160 {
  margin-bottom: 160px;
}
@media (max-width: 1440px) {
  .mb-160 {
    margin-bottom: 120px;
  }
}
@media (max-width: 1023px) {
  .mb-160 {
    margin-bottom: 100px;
  }
}

.mt-24 {
  margin-top: 24px;
}
.mt-40 {
  margin-top: 40px;
}

.pt-80 {
  padding-bottom: 80px;
}
.pt-160 {
  padding-top: 160px;
}
@media (max-width: 1440px) {
  .pt-160 {
    padding-top: 120px;
  }
}
@media (max-width: 1023px) {
  .pt-160 {
    padding-top: 100px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-160 {
  padding-bottom: 160px;
}
@media (max-width: 1279px) {
  .pb-160 {
    padding-bottom: 100px;
  }
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-black-2 {
  background-color: #222222;
}

.bg-black-3 {
  background-color: #333333;
}

.bg-black-4 {
  background-color: #444444;
}

.bg-red {
  background-color: #E23232;
}

.item-response {
  position: relative;
}
.item-response:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.item-response img,
.item-response svg,
.item-response video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.title-arrow {
  line-height: 1.3;
}
.title-arrow__first {
  margin-top: -0.1em;
}
.title-arrow__second {
  margin-top: -0.4em;
  display: block;
}
@media (min-width: 768px) {
  .title-arrow__second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.title-arrow__second._animated:before {
  opacity: 1;
}
@media (min-width: 768px) {
  .title-arrow__second:before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    font-size: 0.625em;
    width: 1em;
    height: 1em;
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02Mi41IDUwTDgxLjI1IDY4Ljc1TDYyLjUgODcuNU0yNSAxMi41VjY4Ljc1SDc1IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEwIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
            mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02Mi41IDUwTDgxLjI1IDY4Ljc1TDYyLjUgODcuNU0yNSAxMi41VjY4Ljc1SDc1IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEwIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-position: center;
    background-color: currentColor;
    margin-right: 4px;
    margin-bottom: 0.35em;
    opacity: 0;
    -webkit-transition: opacity 0.5s 0.5s;
    transition: opacity 0.5s 0.5s;
  }
}

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

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}

.overflow-hidden {
  overflow: hidden;
}

/* Vendor */
/* Blocks */
.main-screen {
  position: relative;
  color: #fff;
}
.main-screen__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-screen__bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.main-screen__bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-screen__body {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15%;
}
@media (max-width: 1440px) {
  .main-screen__body {
    gap: 20px;
  }
}
.main-screen__row {
  width: 100%;
}
.main-screen__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.main-screen__title .title {
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-screen__desc {
  width: 100%;
  max-width: 393px;
}
@media (max-width: 767px) {
  .main-screen__desc {
    display: none;
  }
}
.main-screen__desc._mobile {
  display: none;
}
@media (max-width: 767px) {
  .main-screen__desc._mobile {
    display: block;
  }
}
.main-screen__slider-block {
  height: 1.3em;
  line-height: 1.3em;
}
.main-screen__slider-block._animated:before {
  opacity: 1;
}
.main-screen__slider-block:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.625em;
  height: 0.625em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02Mi41IDUwTDgxLjI1IDY4Ljc1TDYyLjUgODcuNU0yNSAxMi41VjY4Ljc1SDc1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEwIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 0.21em;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}
@media (max-width: 767px) {
  .main-screen__slider-block:before {
    display: none;
  }
}
.main-screen__slider {
  height: 1.3em;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .main-screen__slider {
    margin-bottom: 16px;
  }
}
.main-screen__slider.swiper {
  padding-left: 0.625em;
}
@media (max-width: 767px) {
  .main-screen__slider.swiper {
    padding-left: 0;
  }
}
.main-screen__slider .swiper-slide {
  white-space: nowrap;
}
.main-screen__scroll {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 24px;
}
@media (max-width: 1023px) {
  .main-screen__scroll {
    display: none;
  }
}

.info-screen {
  position: relative;
  background: #fff;
}
.info-screen__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100vw - 160px);
}
@media (max-width: 1440px) {
  .info-screen__head {
    width: calc(100vw - 80px);
  }
}
@media (max-width: 1023px) {
  .info-screen__head {
    width: 100%;
  }
}
.info-screen__head .btn {
  -ms-flex-item-align: normal;
      align-self: normal;
}
@media (max-width: 600px) {
  .info-screen__head-link {
    display: none;
  }
}
.info-screen__head-link--mobile {
  display: none;
}
@media (max-width: 600px) {
  .info-screen__head-link--mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 24px;
  }
}
.info-screen__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-left: 300px;
}
@media (max-width: 1919px) {
  .info-screen__body {
    padding-left: 218px;
  }
}
@media (max-width: 1440px) {
  .info-screen__body {
    padding-left: 0px;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .info-screen__body {
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .info-screen__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.info-screen__img {
  position: relative;
  width: 100%;
  padding-bottom: 39.7260273973%;
}
@media (max-width: 1023px) {
  .info-screen__img {
    padding-bottom: 28%;
    min-height: 203px;
  }
}
@media (max-width: 600px) {
  .info-screen__img {
    padding-bottom: 53%;
  }
}
.info-screen__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-screen__img:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.info-screen__text {
  max-width: 28.0821917808%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 1023px) {
  .info-screen__text {
    max-width: none;
  }
}
@media (max-width: 600px) {
  .info-screen__text {
    gap: 16px;
  }
}
.info-screen__video-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 190px;
}
@media (max-width: 1919px) {
  .info-screen__video-row {
    gap: 130px;
  }
}
@media (max-width: 1279px) {
  .info-screen__video-row {
    gap: 40px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .info-screen__video-row {
    gap: 24px;
  }
}
.info-screen__video-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .info-screen__video-item {
    gap: 8px;
  }
}
.info-screen__video-item div {
  -webkit-transition: 0.25s color ease;
  transition: 0.25s color ease;
}
@media (any-hover: hover) {
  .info-screen__video-item:hover .info-screen__video-text div {
    color: #E23232;
  }
}
@media (max-width: 1279px) {
  .info-screen__video-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .info-screen__video-item {
    width: 100%;
  }
}
.info-screen__video-item:nth-child(even) {
  margin-top: 100px;
}
@media (max-width: 1919px) {
  .info-screen__video-item:nth-child(even) {
    margin-top: 70px;
  }
}
@media (max-width: 1279px) {
  .info-screen__video-item:nth-child(even) {
    margin-top: 0;
  }
}
.info-screen__video-bx {
  position: relative;
  width: 860px;
  padding-bottom: 56.2790697674%;
}
@media (max-width: 1919px) {
  .info-screen__video-bx {
    width: 633px;
  }
}
@media (max-width: 1279px) {
  .info-screen__video-bx {
    width: 100%;
  }
}
.info-screen__video-bx video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-screen__video-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.what-we-do {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media (max-width: 1279px) {
  .what-we-do {
    white-space: normal;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.create-screen__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 20px;
  position: relative;
}
@media (max-width: 1023px) {
  .create-screen__row {
    gap: 16px;
  }
}
.create-screen__title {
  position: relative;
  z-index: 1;
}
.create-screen__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 560px;
  text-align: center;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1440px) {
  .create-screen__content {
    max-width: 416px;
  }
}
@media (max-width: 1023px) {
  .create-screen__content {
    max-width: 478px;
  }
}
.create-screen__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1279px) {
  .create-screen__labels {
    display: none;
  }
}
.create-screen__label {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid #8A8A8A;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .create-screen__label {
    height: 28px;
    padding: 0 16px;
  }
}
.create-screen__list {
  margin-top: 40px;
}
.create-screen__list._animated li:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media (max-width: 1279px) {
  .create-screen__list {
    margin-top: 24px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.create-screen__list li {
  padding: 30px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.create-screen__list li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #8A8A8A;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.25s all ease 0.75s;
  transition: 0.25s all ease 0.75s;
}
@media (max-width: 1440px) {
  .create-screen__list li {
    padding: 16px 0;
  }
}
@media (max-width: 1279px) {
  .create-screen__list li {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .create-screen__list li {
    padding: 8px 0;
    font-size: 14px;
    line-height: 100%;
  }
}
.create-screen__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .create-screen__background {
    position: static;
    width: auto;
    height: auto;
    margin-top: 40px;
  }
}
.create-screen__img {
  position: absolute;
  width: 23.2954545455%;
  top: 0;
}
@media (max-width: 1023px) {
  .create-screen__img {
    width: 100%;
    max-width: 478px;
    position: relative;
    width: 100%;
  }
}
.create-screen__img--1 {
  left: 0;
  opacity: 1;
}
@media (min-width: 1024px) {
  .create-screen__img--1 {
    top: 21.3043478261%;
  }
}
.create-screen__img--2 {
  top: 36.1956521739%;
  right: 0;
}
@media (max-width: 1023px) {
  .create-screen__img--2 {
    display: none;
  }
}
.create-screen__img--3 {
  top: 62.2826086957%;
  width: 14.7727272727%;
  right: 17.0454545455%;
}
@media (max-width: 1023px) {
  .create-screen__img--3 {
    display: none;
  }
}
.create-screen__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Стили для активного пункта меню */
/* Секция формы обратной связи */
/* Стили для изображений-плейсхолдеров (если они не загрузятся) */
/* Медиа-запросы для адаптивности */
.content-block {
  display: none;
}

.content-block.active {
  display: block;
}

.side-menu {
  width: 17%;
  min-width: 307px;
  position: relative;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 10;
}
.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-menu ul li {
  border-bottom: 1px solid #eee;
}
.side-menu .menu-title {
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.side-menu li {
  margin: 8px;
}
.side-menu li a {
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  padding: 14px 32px 14px 32px;
}
.side-menu li a:hover {
  color: #ff6642;
}
.side-menu li.active a {
  color: #ff6642;
  border-bottom: 1px solid #ff6642;
}

.blockServices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  padding: 80px 40px 80px 80px;
  overflow: hidden;
  gap: 80px;
  position: relative;
}

.sidebar {
  width: 17%;
  min-width: 307px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 0;
  text-align: center;
  position: relative;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 80px;
}
.content h1 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.04em;
}
.content p {
  line-height: 140%;
  letter-spacing: -0.04em;
  max-width: 560px;
  font-size: 16px;
}

.image-placeholder {
  width: 100%;
  min-height: 300px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
  color: #ccc;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.image-placeholder img, .image-placeholder video {
  width: 100%;
  height: 100%;
  max-height: 737px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

.contact-form-section {
  margin: 40px auto;
  padding: 32px;
  gap: 40px;
  background-color: #fff;
  border: 1px solid #e23232;
}
.contact-form-section h2 {
  color: #333;
  margin-bottom: 20px;
}
.contact-form-section p {
  margin-bottom: 30px;
  color: #666;
  max-width: 100%;
}

.project-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #555;
}
.project-form input[type=text] {
  width: calc(100% - 20px);
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.project-form textarea {
  width: calc(100% - 20px);
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  resize: vertical;
  min-height: 80px;
}
.project-form select {
  width: calc(100% - 20px);
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M287%2C197.971L146.2%2C287.051L5.4%2C197.971C-1.8%2C193.371%2C-1.8%2C185.171%2C5.4%2C180.571C12.6%2C175.971%2C24.2%2C175.971%2C31.4%2C180.571L146.2%2C249.271L261%2C180.571C268.2%2C175.971%2C279.8%2C175.971%2C287%2C180.571C294.2%2C185.171%2C294.2%2C193.371%2C287%2C197.971z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 12px;
  padding-right: 30px;
}
.project-form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 12px 20px;
  background-color: #ff6642;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.project-form button:hover {
  background-color: #e05e3a;
}
.project-form button img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.checkbox-container input[type=checkbox] {
  margin-right: 10px;
}
.checkbox-container label a {
  color: #ff6642;
  text-decoration: none;
}

@media (max-width: 768px) {
  .blockServices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
  .layout {
    padding-bottom: 0;
  }
  .sidebar {
    width: 100%;
    min-width: unset;
    border-right: none;
    padding: 10px 0;
  }
  .side-menu {
    width: 100%;
  }
  .side-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
  .side-menu li {
    border: 1px solid #eee;
    padding: 14px 32px 14px 32px;
    gap: 8px;
  }
  .side-menu li a {
    padding: 0;
    text-transform: none;
  }
  .side-menu li.active {
    color: #ff6642;
    border: 1px solid #ff6642;
  }
  .side-menu li.active a {
    border: none;
  }
  .side-menu .menu-title {
    margin-bottom: 0;
  }
  .content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 40px 16px 40px 16px;
  }
  .content h1 {
    font-size: 40px;
    margin-top: 10px;
  }
  .content p {
    font-size: 16px;
    max-width: 560px;
  }
  .content .image-placeholder {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 425px) {
  .blockServices {
    padding: 15px;
    gap: 15px;
  }
  .side-menu .menu-title {
    font-size: 12px;
    padding: 8px 15px;
  }
  .side-menu li {
    padding: 12px 24px 12px 24px;
  }
  .side-menu li a {
    font-size: 16px;
    padding: 0;
  }
  .content h1 {
    font-size: 32px;
  }
  .content p {
    font-size: 16px;
  }
  .content .image-placeholder {
    min-height: 200px;
  }
}
@media (max-width: 375px) {
  .blockServices {
    padding: 10px;
    gap: 10px;
  }
  .side-menu li {
    margin: 2px 5px;
  }
  .side-menu li a {
    font-size: 16px;
    padding: 5px 10px;
  }
  .content h1 {
    font-size: 24px;
  }
  .content p {
    font-size: 16px;
  }
  .content .image-placeholder {
    min-height: 150px;
  }
}
@media (max-width: 320px) {
  .blockServices {
    padding: 5px;
    gap: 5px;
  }
  .side-menu .menu-title {
    font-size: 10px;
    padding: 5px 10px;
  }
  .side-menu li {
    margin: 1px 3px;
  }
  .side-menu li a {
    font-size: 12px;
    padding: 4px 8px;
  }
  .content h1 {
    font-size: 24px;
  }
  .content p {
    font-size: 12px;
  }
  .content .image-placeholder {
    min-height: 100px;
  }
}
/* Components */
.overlay-page {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #222222;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.overlay-page._before {
  top: 100%;
}
.overlay-page._next {
  top: 0;
}

body._show-overlay-page-before .overlay-page._before {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

body._hide-overlay-page-after .overlay-page._after {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.anim-opacity {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.anim-opacity._animated {
  opacity: 1;
}

.anim-up-from-overflow {
  line-height: 1.3;
  opacity: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: translateY(100%) rotate(30deg);
          transform: translateY(100%) rotate(30deg);
}
.anim-up-from-overflow._animated {
  -webkit-animation: showTitle 0.7s both ease;
          animation: showTitle 0.7s both ease;
}

.anim-down-from-overflow._animated:after {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.anim-down-from-overflow::after {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  background-color: inherit;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.delay-03,
.delay-03.anim-up-from-overflow,
.delay-03.anim-down-from-overflow:after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay-05,
.delay-05.anim-up-from-overflow,
.delay-05.anim-down-from-overflow:after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay-06,
.delay-06.anim-up-from-overflow,
.delay-06.anim-down-from-overflow:after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay-1,
.delay-1.anim-up-from-overflow,
.delay-1.anim-down-from-overflow:after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@-webkit-keyframes showTitle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%) rotate(10deg);
            transform: translateY(100%) rotate(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes showTitle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%) rotate(10deg);
            transform: translateY(100%) rotate(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
body._hide-overlay-page-after .header,
body._hide-loader .header {
  opacity: 1;
}

body._hide-loader .header {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}
@media (max-width: 767px) {
  .header:not(._open-menu) .header__actions {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 1023px) {
  .header:not(._open-menu) .menu-header {
    opacity: 0;
    pointer-events: none;
  }
}
.header:not(._open-menu) .menu-header__links {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .header:not(._open-menu) .nav-header {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.header._open-menu .header__row:before {
  opacity: 1;
}
.header._open-menu .header__logo {
  color: #fff;
}
.header._open-menu .header__request .btn {
  color: #fff;
}
.header._open-menu .header__burger {
  color: #fff;
}
.header._open-menu .header__burger svg:first-child {
  display: none;
}
.header._open-menu .header__burger svg:last-child {
  display: block;
}
.header._open-menu .lang-header__trigger {
  color: #fff;
}
@media (max-width: 767px) {
  .header._open-menu .lang-header__list:before {
    opacity: 1;
  }
}
.header._open-submenu .nav-header__link {
  color: #8A8A8A;
}
.header._open-submenu .lang-header._open .lang-header__trigger {
  color: #000;
}
@media (any-hover: hover) {
  .header._open-submenu .lang-header__list a:hover {
    color: #000;
  }
}
.header._open-submenu .lang-header__trigger {
  color: #000;
}
.header._open-submenu .sublist-header__wrapper {
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
  opacity: 1;
  pointer-events: auto;
}
.header._white:not(._open-submenu):not(._open-menu) {
  color: #fff;
}
@media (any-hover: hover) {
  .header._white:not(._open-submenu):not(._open-menu) .nav-header__link:hover {
    color: #fff;
  }
}
@media (any-hover: hover) {
  .header._white:not(._open-submenu):not(._open-menu) .lang-header__list a:hover {
    color: #fff;
  }
}
.header._clear-transitions {
  -webkit-transition: none;
  transition: none;
}
.header._clear-transitions * {
  -webkit-transition: none;
  transition: none;
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 1023px) {
  .header__row {
    padding-top: 16px;
    padding-bottom: 16px;
    min-height: 56px;
  }
}
@media (max-width: 767px) {
  .header__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .header__row:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    background-color: #222222;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.header__logo {
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 122px;
  height: 32px;
  margin-right: 96px;
}
@media (max-width: 1279px) {
  .header__logo {
    margin-right: 40px;
  }
}
@media (max-width: 1023px) {
  .header__logo {
    width: 92px;
    height: 24px;
  }
}
.header__logo img,
.header__logo svg {
  width: 100%;
  height: 100%;
}
.header__actions {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 410px;
  width: 100%;
  margin-left: 69px;
}
@media (max-width: 1440px) {
  .header__actions {
    max-width: 306px;
  }
}
@media (max-width: 1279px) {
  .header__actions {
    margin-left: 40px;
  }
}
@media (max-width: 1023px) {
  .header__actions {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 69px;
  }
}
@media (max-width: 767px) {
  .header__actions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 16px;
    margin-left: 0;
    gap: 12px;
    -webkit-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
  }
}
.header__actions > div {
  line-height: 0;
}
.header__burger {
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: 24px;
}
@media (min-width: 1024px) {
  .header__burger {
    display: none;
  }
}
.header__burger svg {
  width: 100%;
  height: 100%;
}
.header__burger svg:last-child {
  display: none;
}
@media (max-width: 767px) {
  .header__request .btn {
    color: #fff;
  }
}

.menu-header {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1023px) {
  .menu-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
    color: #fff;
    padding: 136px 40px 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .menu-header {
    padding: 119px 20px 0;
  }
}
@media (max-width: 1023px) {
  .menu-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .menu-header__wrapper {
    padding-bottom: 24px;
  }
}
.menu-header__links {
  margin-top: auto;
  padding-top: 40px;
  -webkit-transition: all 0.3s 0.6s;
  transition: all 0.3s 0.6s;
}
@media (max-width: 767px) {
  .menu-header__links {
    padding-top: 24px;
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}
@media (min-width: 1024px) {
  .menu-header__links {
    display: none;
  }
}
.menu-header__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .menu-header__links ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .menu-header__links ul li {
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .menu-header__links ul li:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-bottom: 0;
    border-top: solid 1px #444444;
  }
}

@media (max-width: 1023px) {
  .nav-header {
    -webkit-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
  }
}
@media (max-width: 767px) {
  .nav-header {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
.nav-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media (max-width: 1023px) {
  .nav-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 1023px) {
  .nav-header__list:before {
    content: attr(data-title-mob);
    display: block;
    color: #8A8A8A;
    margin-top: 32px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .nav-header__item:not(._open-submenu) .sublist-header {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
.nav-header__item._open-submenu .nav-header__link {
  color: #000;
}
.nav-header__item._open-submenu .nav-header__link svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media (max-width: 1023px) {
  .nav-header__item.js-submenu {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.nav-header__link:not(.btn) {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1023px) {
  .nav-header__link:not(.btn) {
    font-family: "VelaSans", sans-serif;
    font-size: 64px;
    line-height: 1.1;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .nav-header__link:not(.btn) {
    font-size: 40px;
  }
}
@media (any-hover: hover) {
  .nav-header__link:not(.btn):hover {
    color: #000;
  }
}
.nav-header__link.btn {
  gap: 4px;
}
@media (max-width: 1023px) {
  .nav-header__link.btn {
    color: #8A8A8A;
    margin-bottom: 8px;
    pointer-events: none;
  }
}
.nav-header__link.btn svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 1023px) {
  .nav-header__link.btn svg {
    display: none;
  }
}

.sublist-header {
  display: block;
}
@media (min-width: 1024px) {
  .sublist-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    padding: 80px 0 40px;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  .sublist-header:before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    border-top: solid 1px #DADADA;
  }
}
@media (max-width: 1023px) {
  .sublist-header .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .sublist-header .container {
    padding-top: 40px;
  }
}
@media (max-width: 1023px) {
  .sublist-header .header__logo {
    display: none;
  }
}
.sublist-header .arrowH2 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}
.sublist-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .sublist-header__wrapper {
    opacity: 0;
    pointer-events: none;
  }
}
.sublist-header__wrapper:after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23.2954545455%;
  margin-left: 30px;
}
@media (max-width: 1023px) {
  .sublist-header__wrapper:after {
    display: none;
  }
}
.sublist-header__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 350px;
}
.sublist-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .sublist-header__item {
    margin-bottom: 8px;
  }
}
.sublist-header__item:last-child {
  margin-bottom: 0;
}
.sublist-header__link-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: block;
  width: 410px;
  margin-right: 40px;
}
@media (max-width: 1440px) {
  .sublist-header__link-wrapper {
    width: 144px;
  }
}
@media (max-width: 1023px) {
  .sublist-header__link-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .sublist-header__link-wrapper._open-sublist .sublist-header__list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .sublist-header__link-wrapper._open-sublist .sublist-header__block {
    opacity: 1;
    pointer-events: auto;
  }
  .sublist-header__link-wrapper._open-sublist .sublist-header__list-link:after {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  .sublist-header__link-wrapper._open-sublist .sublist-header__link {
    color: #E23232;
  }
  .sublist-header__link-wrapper._open-sublist .sublist-header__list {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .sublist-header__link-wrapper._open-sublist .sublist-header__link {
    width: 100%;
    color: #E23232; /* Highlight the parent link on hover */
  }
  .sublist-header__link-wrapper._open-sublist h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .sublist-header__link-wrapper._open-sublist .arrowH2 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
  }
  .sublist-header__link-wrapper._open-sublist .hover-line:after {
    top: calc(100% + 16px);
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .sublist-header__link-wrapper:not(._open-sublist) .sublist-header__block {
    opacity: 0;
    pointer-events: none;
  }
}
.sublist-header__link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1023px) {
  .sublist-header__link {
    width: 100%;
    font-family: "VelaSans", sans-serif;
    font-size: 64px;
    line-height: 1.1;
    font-weight: 500;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .sublist-header__link {
    font-size: 40px;
  }
}
@media (any-hover: hover) {
  .sublist-header__link:hover {
    color: #E23232;
  }
}
@media (max-width: 1023px) {
  .sublist-header__list {
    display: none;
  }
}
@media (min-width: 1024px) {
  .sublist-header__list {
    max-height: 0; /* Изначально скрыт */
    opacity: 0;
    -webkit-transition: max-height 0.5s ease-out, opacity 0.5s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: max-height 0.5s ease-out, opacity 0.5s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: max-height 0.5s ease-out, opacity 0.5s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: max-height 0.5s ease-out, opacity 0.5s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.sublist-header__list-item {
  margin-bottom: 8px;
}
.sublist-header__list-item:last-child {
  margin-bottom: 0;
}
.sublist-header__list-link {
  display: inline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.sublist-header__list-link:after {
  bottom: -1px;
}
.sublist-header__block {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 23.2954545455%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sublist-header__img {
  display: block;
}
.sublist-header__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sublist-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}
.sublist-header__row > *:last-child {
  text-align: right;
}

.lang-header {
  position: relative;
}
.lang-header:not(._open) .lang-header__wrapper {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  pointer-events: none;
}
.lang-header._open .lang-header__trigger svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.lang-header._open .lang-header__trigger:after {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.lang-header__trigger {
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .lang-header__trigger {
    color: #fff;
  }
}
.lang-header__trigger:after {
  bottom: -1px;
}
.lang-header__trigger svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.lang-header__wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lang-header__list {
  position: relative;
  margin-top: 4px;
  padding-top: 5px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .lang-header__list:before {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8px;
    width: calc(100% + 16px);
    background: #222222;
    opacity: 0;
  }
}
.lang-header__list li {
  margin-bottom: 8px;
}
.lang-header__list li:last-child {
  margin-bottom: 0;
}
.lang-header__list a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .lang-header__list a:hover {
    color: #000;
  }
}

.footer {
  background-color: #000;
  color: #fff;
}
.footer__section {
  padding: 40px 0;
  border-top: solid 1px #333333;
}
@media (max-width: 1023px) {
  .footer__section {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .footer__section {
    padding: 24px 0;
  }
}
@media (max-width: 1023px) {
  .footer__section:last-child {
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .footer__section:last-child {
    padding-top: 80px;
  }
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
@media (max-width: 767px) {
  .footer__row {
    margin: -12px;
  }
}
@media (max-width: 767px) {
  .footer__row._other-links {
    margin: -4px;
  }
}
@media (max-width: 767px) {
  .footer__row._other-links .footer__col {
    padding: 4px;
  }
}
.footer__col {
  width: 25%;
  padding: 10px;
}
@media (max-width: 1023px) {
  .footer__col {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .footer__col {
    width: 100%;
    padding: 12px;
  }
}
@media (max-width: 1023px) {
  .footer__col._logo {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .footer__col._logo {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .footer__col._creator {
    width: 100%;
  }
}
.footer__logo {
  display: block;
  width: 152px;
  height: 40px;
}
@media (max-width: 1023px) {
  .footer__logo {
    width: 92px;
    height: 24px;
  }
}
.footer__logo svg {
  width: 100%;
  height: 100%;
}
.footer__subtitle {
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .footer__subtitle {
    margin-bottom: 8px;
  }
}
.footer__list li {
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .footer__list li {
    margin-bottom: 8px;
  }
}
.footer__list li:last-child {
  margin-bottom: 0;
}

.bradcrumbs {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-top: 240px;
}
.bradcrumbs--center {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1440px) {
  .bradcrumbs {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .bradcrumbs {
    display: none;
  }
}
.bradcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bradcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bradcrumbs li:last-child:after {
  display: none;
}
.bradcrumbs li:after {
  content: "/";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #8A8A8A;
  margin: 0 4px;
}
.bradcrumbs a {
  color: #8A8A8A;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .bradcrumbs a:hover {
    color: #E23232;
  }
}
@media (max-width: 1023px) {
  .bradcrumbs ~ .page {
    margin-top: 176px;
  }
}
@media (max-width: 767px) {
  .bradcrumbs ~ .page {
    margin-top: 106px;
  }
}

.marquee {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: 20s linear infinite;
          animation: 20s linear infinite;
  will-change: transform;
}
.marquee-wrapper {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 80px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1023px) {
  .marquee-wrapper {
    padding-bottom: 40px;
  }
}
@media (any-hover: hover) {
  .marquee-wrapper:hover {
    color: #E23232;
  }
}
.marquee-wrapper._play .marquee {
  -webkit-animation-name: marquee;
          animation-name: marquee;
}
.marquee__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.marquee__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.marquee__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
  padding: 0 80px;
}
@media (max-width: 1440px) {
  .marquee__item {
    gap: 24px;
    padding: 0 50px;
  }
}
@media (max-width: 1023px) {
  .marquee__item {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .marquee__item {
    gap: 8px;
    padding: 0 24px;
  }
}
.marquee__item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  font-size: 100px;
  width: 1em;
  height: 1em;
}
@media (max-width: 1440px) {
  .marquee__item svg {
    font-size: 80px;
  }
}
@media (max-width: 1023px) {
  .marquee__item svg {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .marquee__item svg {
    font-size: 48px;
  }
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.popup {
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.2);
  padding: 40px;
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
}
.popup._open {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1023px) {
  .popup {
    padding: 0;
  }
}
.popup--side {
  padding: 0;
}
@media (min-width: 1024px) {
  .popup--side .popup__wrapper {
    margin-right: 0;
  }
}
.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 940px;
  width: 100%;
  background-color: #fff;
  padding: 40px 80px;
}
@media (max-width: 1440px) {
  .popup__wrapper {
    max-width: 673px;
    padding: 40px;
  }
}
@media (max-width: 1023px) {
  .popup__wrapper {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .popup__wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .popup__wrapper {
    margin-right: auto;
    margin-left: auto;
  }
}
.popup__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .popup__head {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .popup__head {
    margin-bottom: 24px;
  }
}
.popup__text {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .popup__text {
    margin-top: 8px;
  }
}
.popup__close {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-top: 24px;
  margin-left: 40px;
  color: #8A8A8A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .popup__close {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .popup__close {
    margin-left: 16px;
  }
}
@media (any-hover: hover) {
  .popup__close:hover {
    color: #000;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.popup__close svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.popup__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.popup__scroll-container {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: -16px;
  margin-left: -16px;
}
.popup__scroll-container::-webkit-scrollbar {
  background: #F1F1F1;
  width: 8px;
  border-radius: 8px;
}
.popup__scroll-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #DADADA;
  -webkit-transition: 0.25s background-color ease;
  transition: 0.25s background-color ease;
  cursor: pointer;
}
.popup__scroll-container::-webkit-scrollbar-thumb:hover {
  background-color: #E23232;
}
.popup__scroll-container::-webkit-scrollbar-thumb:active {
  background-color: #E23232;
}
.popup__bottom {
  margin-top: 40px;
}
.popup [data-anim-step] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.popup [data-anim-step="0"] {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.popup [data-anim-step="0"]._playing {
  -webkit-transform: none;
          transform: none;
}
.popup [data-anim-step="1"] {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.popup [data-anim-step="1"]._playing {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.popup [data-anim-step="2"],
.popup [data-anim-step="3"],
.popup [data-anim-step="4"] {
  opacity: 0;
}
.popup [data-anim-step="2"]._playing,
.popup [data-anim-step="3"]._playing,
.popup [data-anim-step="4"]._playing {
  opacity: 1;
}

.form._sending > * {
  opacity: 0.5;
  pointer-events: none;
}
.form__col {
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .form__col {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .form__col {
    margin-bottom: 24px;
  }
}
.form__col:last-child {
  margin-bottom: 0;
}
.form__item {
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .form__item {
    margin-bottom: 16px;
  }
}
.form__item:last-child {
  margin-bottom: 0;
}
.form__subtitle {
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .form__subtitle {
    margin-bottom: 16px;
  }
}

.field {
  display: block;
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .field {
    margin-bottom: 16px;
  }
}
.field:not(._error) .field__error {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
}
.field._error .field__input {
  color: #E23232;
  border-color: #E23232;
}
.field._error .ss-main {
  color: #E23232;
}
.field._error .ss-main:before {
  background-color: #E23232;
}
.field._error .ss-main:after {
  color: #E23232;
}
.field__input {
  display: block;
  width: 100%;
  background-color: transparent;
  padding-bottom: 15px;
  border-bottom: solid 1px #DADADA;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.field__input[disabled] {
  opacity: 0.5;
}
.field__input::-webkit-input-placeholder {
  color: #8A8A8A;
}
.field__input::-moz-placeholder {
  color: #8A8A8A;
}
.field__input:-ms-input-placeholder {
  color: #8A8A8A;
}
.field__input::-ms-input-placeholder {
  color: #8A8A8A;
}
.field__input::placeholder {
  color: #8A8A8A;
}
.field__input:focus-visible:not([disabled]) {
  border-color: #E23232;
}
@media (any-hover: hover) {
  .field__input:hover:not([disabled]) {
    border-color: #E23232;
  }
}
.field__error {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #E23232;
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
  margin-top: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .field__error {
    font-size: 12px;
    margin-top: 0;
  }
}

.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  cursor: pointer;
}
.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox__input:checked ~ .checkbox__body svg {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.checkbox__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 18px;
  margin: 5px;
  border: 2px solid #E23232;
  color: red;
}
.checkbox__body svg {
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.checkbox__text {
  padding-left: 8px;
}
.checkbox__text a {
  display: inline;
  color: #E23232;
}
.checkbox__text a:focus-visible:after {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.form-request-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  max-width: 530px;
  min-height: 100%;
  margin: 0 auto;
}

.select {
  outline: none;
  min-height: 44px;
}

.ss-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 14px;
  border-bottom: solid 2px transparent;
}
.ss-main.ss-open-below:after, .ss-main.ss-open-above:after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.ss-main:not(.ss-disabled) {
  cursor: pointer;
}
.ss-main:not(.ss-disabled):focus-visible:before {
  background-color: #E23232;
}
.ss-main.ss-disabled {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .ss-main:hover:not(.ss-disabled):before {
    background-color: #E23232;
  }
}
.ss-main:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DADADA;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ss-main:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  color: #8A8A8A;
  background-color: currentColor;
  background-size: 100% 100%;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDMuNzVWMTkuNjQ5N001LjI1IDEzLjVMMTIgMjAuMjVMMTguNzUgMTMuNSIgc3Ryb2tlPSIjOEE4QThBIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDMuNzVWMTkuNjQ5N001LjI1IDEzLjVMMTIgMjAuMjVMMTguNzUgMTMuNSIgc3Ryb2tlPSIjOEE4QThBIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K");
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ss-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  z-index: 10000;
}
.ss-content.ss-open-above {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.ss-content.ss-open-below {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.ss-values {
  padding-right: 30px;
}
.ss-placeholder {
  color: #8A8A8A;
}
.ss-arrow {
  display: none;
}
.ss-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: auto;
  max-height: 192px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1411764706);
          box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1411764706);
  padding: 8px 0;
  margin: 16px 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.ss-list::-webkit-scrollbar {
  background: #F1F1F1;
  width: 8px;
  border-radius: 8px;
}
.ss-list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #DADADA;
  -webkit-transition: 0.25s background-color ease;
  transition: 0.25s background-color ease;
  cursor: pointer;
}
.ss-list::-webkit-scrollbar-thumb:hover {
  background-color: #E23232;
}
.ss-list::-webkit-scrollbar-thumb:active {
  background-color: #E23232;
}
.ss-option {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (any-hover: hover) {
  .ss-option:hover:not(.ss-disabled) {
    color: #E23232;
  }
  .ss-option:hover:not(.ss-disabled):after {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.ss-option.ss-highlighted, .ss-option:not(.ss-disabled).ss-selected {
  color: #E23232;
}
.ss-option.ss-highlighted:after, .ss-option:not(.ss-disabled).ss-selected:after {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.ss-option.ss-disabled {
  cursor: default;
  opacity: 0.5;
}
.ss-option:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 16px;
  width: calc(100% - 32px);
  border-top: solid 1px currentColor;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.ss-hide {
  display: none;
}

/* Blocks */
.head-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.head-main--center {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .head-main {
    display: block;
    margin-bottom: 40px;
  }
}
.head-main__end {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 40px;
  max-width: 410px;
}
@media (max-width: 1440px) {
  .head-main__end {
    max-width: 306px;
  }
}
@media (max-width: 1023px) {
  .head-main__end {
    margin-left: 0;
    margin-top: 20px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .head-main__end {
    margin-top: 16px;
  }
}

.head-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 26px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .head-section {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .head-section {
    margin-bottom: 40px;
  }
}
.head-section .btn {
  -ms-flex-item-align: center;
      align-self: center;
}

.links-cases__wrapper:last-child .links-cases__row {
  border-bottom-width: 1px;
}
.links-cases__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 40px 0;
  border: solid #DADADA;
  border-width: 1px 0 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .links-cases__row {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .links-cases__row {
    display: block;
    padding: 16px 0;
  }
}
@media (any-hover: hover) {
  .links-cases__row:hover {
    background-color: #E23232;
    padding-right: 40px;
    padding-left: 40px;
    border-color: #E23232;
  }
}
@media (any-hover: hover) and (max-width: 1440px) {
  .links-cases__row:hover {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (any-hover: hover) {
  .links-cases__row:hover .links-cases__title, .links-cases__row:hover .links-cases__text {
    color: #fff;
  }
}
@media (any-hover: hover) and (min-width: 1441px) {
  .links-cases__row:hover .links-cases__title, .links-cases__row:hover .links-cases__text {
    width: 42.2619047619%;
  }
}
@media (any-hover: hover) {
  .links-cases__row:hover .links-cases__arrow {
    color: #fff;
  }
  .links-cases__row:hover + .links-cases__row {
    border-top-color: #E23232;
  }
}
.links-cases__title, .links-cases__text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1441px) {
  .links-cases__title, .links-cases__text {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40.3409090909%;
  }
}
.links-cases__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1440px) {
  .links-cases__title {
    width: auto;
    min-width: 200px;
  }
}
@media (max-width: 1023px) {
  .links-cases__title {
    min-width: 230px;
  }
}
@media (max-width: 1440px) {
  .links-cases__text {
    width: 100%;
    max-width: 742px;
  }
}
@media (max-width: 1023px) {
  .links-cases__text {
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .links-cases__text {
    padding-right: 0;
    margin-top: 8px;
  }
}
.links-cases__arrow {
  margin-left: auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .links-cases__arrow {
    display: none;
  }
}

.steps-solve__line {
  position: relative;
  height: 1px;
  background-color: #DADADA;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .steps-solve__line {
    margin-bottom: 20px;
  }
}
.steps-solve__line-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #E23232;
}
.steps-solve__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1440px) {
  .steps-solve__row {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .steps-solve__row {
    width: 200%;
  }
}
@media (max-width: 767px) {
  .steps-solve__row {
    width: 400%;
  }
}
.steps-solve__col._active .steps-solve__head {
  color: #000;
}
.steps-solve__col:not(._active) {
  pointer-events: none;
}
@media (max-width: 1023px) {
  .steps-solve__col:not(._active) .steps-solve__body {
    opacity: 0;
  }
}
.steps-solve__head {
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .steps-solve__head {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .steps-solve__body {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.steps-solve__body .btn {
  margin-top: 24px;
}

.we-love-banner__title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1450px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .we-love-banner__title {
    max-width: 910px;
  }
}
@media (max-width: 1023px) {
  .we-love-banner__title {
    max-width: 728px;
  }
}
@media (max-width: 767px) {
  .we-love-banner__title {
    max-width: 320px;
  }
}
.we-love-banner__images {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 80px;
}
.we-love-banner__images .container {
  height: auto;
}
.we-love-banner__row {
  display: grid;
}
@media (max-width: 767px) {
  .we-love-banner__row {
    gap: 50px;
  }
}
.we-love-banner__col:nth-child(odd) .we-love-banner__img {
  margin-left: auto;
}
.we-love-banner__col:nth-child(even) .we-love-banner__img {
  margin-top: -9.0909090909%;
}
@media (max-width: 1440px) {
  .we-love-banner__col:nth-child(even) .we-love-banner__img {
    margin-top: -12.5%;
  }
}
@media (max-width: 1023px) {
  .we-love-banner__col:nth-child(even) .we-love-banner__img {
    margin-top: 0;
  }
}
.we-love-banner__col:nth-child(3) .we-love-banner__img, .we-love-banner__col:nth-child(4n+3) .we-love-banner__img {
  margin-right: 8.5227272727%;
}
@media (max-width: 1440px) {
  .we-love-banner__col:nth-child(3) .we-love-banner__img, .we-love-banner__col:nth-child(4n+3) .we-love-banner__img {
    margin-right: 8.59375%;
  }
}
@media (max-width: 1023px) {
  .we-love-banner__col:nth-child(3) .we-love-banner__img, .we-love-banner__col:nth-child(4n+3) .we-love-banner__img {
    margin-right: 0;
  }
}
.we-love-banner__col:nth-child(4) .we-love-banner__img, .we-love-banner__col:nth-child(4n+4) .we-love-banner__img {
  margin-left: 8.5227272727%;
}
@media (max-width: 1440px) {
  .we-love-banner__col:nth-child(4) .we-love-banner__img, .we-love-banner__col:nth-child(4n+4) .we-love-banner__img {
    margin-left: 8.59375%;
  }
}
@media (max-width: 1023px) {
  .we-love-banner__col:nth-child(4) .we-love-banner__img, .we-love-banner__col:nth-child(4n+4) .we-love-banner__img {
    margin-left: 0;
  }
}
.we-love-banner__img {
  width: 31.8181818182%;
}
@media (max-width: 1023px) {
  .we-love-banner__img {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .we-love-banner__img {
    width: 100%;
  }
}
.we-love-banner__img:before {
  padding-bottom: 68.2142857143%;
}

.latest-projects__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1279px) {
  .latest-projects__wrapper {
    display: block;
  }
}
.latest-projects__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 190px;
}
@media (max-width: 1919px) {
  .latest-projects__row {
    gap: 130px;
  }
}
@media (max-width: 1279px) {
  .latest-projects__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media (max-width: 767px) {
  .latest-projects__row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.latest-projects__col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 860px;
}
@media (max-width: 1919px) {
  .latest-projects__col {
    width: 633px;
  }
}
@media (max-width: 1279px) {
  .latest-projects__col {
    width: auto;
  }
}
.latest-projects__col:first-child {
  margin-left: 300px;
}
@media (max-width: 1919px) {
  .latest-projects__col:first-child {
    margin-left: 218px;
  }
}
@media (max-width: 1440px) {
  .latest-projects__col:first-child {
    margin-left: 0;
  }
}
.latest-projects__col:nth-child(even) {
  margin-top: 100px;
}
@media (max-width: 1919px) {
  .latest-projects__col:nth-child(even) {
    margin-top: 70px;
  }
}
@media (max-width: 1279px) {
  .latest-projects__col:nth-child(even) {
    margin-top: 0;
  }
}
.latest-projects__item {
  display: block;
}
@media (any-hover: hover) {
  .latest-projects__item:hover .latest-projects__text-name {
    color: #E23232;
  }
}
.latest-projects__video:before {
  padding-bottom: 56.2790697674%;
}
.latest-projects__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .latest-projects__text {
    margin-top: 8px;
  }
}
.latest-projects__text-name {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.banner-service-detailed__img {
  min-height: 100vh;
  overflow: hidden;
}
.banner-service-detailed__img:before {
  padding-bottom: 56.25%;
}
@media (max-width: 1023px) {
  .banner-service-detailed__img:before {
    padding-bottom: 133.3333333333%;
  }
}
@media (max-width: 767px) {
  .banner-service-detailed__img:before {
    padding-bottom: 177.7777777778%;
  }
}

.industry-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.industry-screen__head {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 1440px) {
  .industry-screen__head {
    margin-bottom: 40px;
  }
}
.industry-screen__head-text {
  max-width: 710px;
}
.industry-screen__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .industry-screen__row {
    gap: 40px 20px;
  }
}
@media (max-width: 1023px) {
  .industry-screen__row {
    gap: 40px 20px;
  }
}
@media (max-width: 600px) {
  .industry-screen__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .industry-screen__row::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.industry-screen__item {
  width: calc(16.6666666667% - 33.3333333333px);
}
@media (max-width: 1440px) {
  .industry-screen__item {
    width: calc(16.6666666667% - 16.6666666667px);
  }
}
@media (max-width: 1023px) {
  .industry-screen__item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (max-width: 600px) {
  .industry-screen__item {
    width: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.industry-screen__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #DADADA;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 16px;
}
.industry-screen__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90%;
}
@media (max-width: 600px) {
  .industry-screen__img img {
    max-width: 70%;
  }
}

.projects-page__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .projects-page__nav {
    margin-bottom: 20px;
  }
}
.projects-page__nav-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 16px;
  color: #8A8A8A;
  font-size: 20px;
  border-top: 1px solid #DADADA;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
@media (max-width: 1023px) {
  .projects-page__nav-link {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .projects-page__nav-link {
    display: none;
  }
}
.projects-page__nav-link--active {
  border-top: 1px solid #000;
  color: #000;
  pointer-events: none;
}
.projects-page__nav-link:hover {
  border-top: 1px solid #E23232;
  color: #E23232;
}
.projects-page__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 600px) {
  .projects-page__body {
    gap: 24px;
  }
}
.projects-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  gap: 40px;
}
@media (max-width: 1279px) {
  .projects-page__row {
    gap: 20px;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .projects-page__row {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .projects-page__row:nth-child(odd) .projects-page__item {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .projects-page__row:nth-child(odd) .projects-page__item:last-child {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
  .projects-page__row:nth-child(even) .projects-page__item {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .projects-page__row:nth-child(even) .projects-page__item:first-child {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
}
.projects-page__item {
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .projects-page__item {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .projects-page__item:hover .projects-page__item-text div {
    color: #E23232;
  }
}
.projects-page__item-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.4356435644%;
}
.projects-page__item-video video,
.projects-page__item-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-page__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.projects-page__item-text div {
  -webkit-transition: 0.25s color ease;
  transition: 0.25s color ease;
}
.projects-page__select {
  display: none;
}
@media (max-width: 767px) {
  .projects-page__select {
    width: 100%;
    display: block;
  }
}
.projects-page__more {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.projects-detailed__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  border-top: 1px solid #DADADA;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .projects-detailed__nav {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .projects-detailed__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 479px) {
  .projects-detailed__nav {
    margin-bottom: 50px;
  }
}
.projects-detailed__nav-item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.projects-detailed__banner {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.projects-detailed__banner img,
.projects-detailed__banner video,
.projects-detailed__banner source {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-detailed__typography {
  max-width: 560px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.projects-detailed__typography-section {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.projects-detailed__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .projects-detailed__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.projects-detailed__images-item {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 1024px) {
  .projects-detailed__images-item:first-child {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .projects-detailed__images-item:last-child {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .projects-detailed__images-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .projects-detailed__images-item {
    width: 100%;
  }
}
.projects-detailed__images-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-detailed .projects-page__item {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
  width: calc(50% - 20px);
}
@media (max-width: 1279px) {
  .projects-detailed .projects-page__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .projects-detailed .projects-page__item {
    width: 100%;
  }
}

.section--mobile-normal {
  display: contents;
}

.professionals-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  gap: 40px;
}
.professionals-screen__text {
  text-align: center;
  padding: 0 100px;
}
@media (max-width: 767px) {
  .professionals-screen__text {
    padding: 0;
  }
}
.professionals-screen__text img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .professionals-screen__text img {
    display: none;
  }
}
.professionals-screen__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .professionals-screen__list {
    gap: 8px;
  }
}

.our-team__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1440px) {
  .our-team__row {
    gap: 20px;
  }
}
.our-team__item {
  width: calc(25% - 30px);
  display: block;
}
@media (max-width: 1440px) {
  .our-team__item {
    width: calc(25% - 15px);
  }
}
@media (max-width: 1279px) {
  .our-team__item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (max-width: 767px) {
  .our-team__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 479px) {
  .our-team__item {
    width: 100%;
  }
}
.our-team__img {
  width: 100%;
  padding-bottom: 100.487804878%;
  position: relative;
  margin-bottom: 16px;
}
.our-team__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-team__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1279px) {
  .contacts {
    padding: 106px 0 50px;
  }
}
.contacts .bradcrumbs {
  margin-top: 0;
}
.contacts__row {
  text-align: center;
}
.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 1023px) {
  .contacts__list {
    gap: 24px;
  }
}

.not-found {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.not-found__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
.not-found__row .btn {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .not-found__row .btn {
    margin-top: 24px;
  }
}
.not-found__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .not-found__bg {
    display: none;
  }
}
@media (max-width: 1023px) {
  .not-found__err {
    display: none;
  }
}
.not-found__img {
  position: absolute;
  width: 29.1666666667%;
  top: 0;
  min-width: 354px;
}
.not-found__img--1 {
  left: 80px;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .not-found__img--1 {
    left: 20px;
    top: 15%;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}
.not-found__img--2 {
  top: 70%;
  right: 10.9375%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
@media (max-width: 1023px) {
  .not-found__img--2 {
    top: auto;
    bottom: 80px;
    -webkit-transform: none;
            transform: none;
    right: 14.979338843%;
  }
}
.not-found__img--3 {
  top: 10%;
  width: 21.3541666667%;
  right: 80px;
  min-width: 229px;
}
@media (max-width: 1023px) {
  .not-found__img--3 {
    right: 20px;
    top: 25%;
  }
}
.not-found__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper.min.css ***!
  \***************************************************************************************************************************************************************************************************/
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/autoplay/autoplay.min.css ***!
  \**********************************************************************************************************************************************************************************************************************/

