! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css

html {
  font-size: 16px;
  height: 100%
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

body ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  scrollbar-width: thin;
}


main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0)
}


abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

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

body {
  height: 100%;
  color: var(--text-primary);
  background: var(--background-primary);
  line-height: 1.4;
  font-family: var(--main-font-family);
  font-size: var(--main-font-size);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word
}

body::before {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  content: "";
  background-color: #2a2a2a;
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

body.is-faded {
  overflow: hidden
}

body.is-faded::before {
  z-index: 10;
  opacity: .8
}

body.is-hidden {
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  -ms-touch-action: none;
  touch-action: none
}

body.is-hidden-transform {
  overflow: hidden
}

body.is-hidden-transform .main {
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px)
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
  border: none;
  outline: 0
}

a {
  color: var(--text-accent);
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

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

.icon-svg {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: currentColor
}

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

.wrapper>main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.wrapper>footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: calc(var(--container-max-width-xxl) + 48px);
  padding: 0 4rem;
}

.svg-icon {
  width: 32px;
  height: 32px;
  fill: currentColor;
  stroke: currentColor;
  display: inline-block
}

.mb-8 {
  margin-bottom: 8px !important
}

.mb-16 {
  margin-bottom: 16px !important
}

.mb-24 {
  margin-bottom: 24px !important
}

.mb-32 {
  margin-bottom: 32px !important
}

.mb-48 {
  margin-top: 48px !important
}

.mb-56 {
  margin-bottom: 56px !important
}

.mb-64 {
  margin-bottom: 64px !important
}

.mt-8 {
  margin-top: 8px !important
}

.mt-16 {
  margin-top: 16px !important
}

.mt-20 {
  margin-top: 20px !important
}

.mt-24 {
  margin-top: 24px !important
}

.mt-32 {
  margin-top: 32px !important
}

.mt-48 {
  margin-bottom: 48px !important
}

.mt-64 {
  margin-top: 64px !important
}

.mt-auto {
  margin-top: auto !important
}

.display-none {
  display: none
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.flex-dif {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.flex-fww {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.flex-fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.flex-aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.flex-aife {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.flex-aifs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.flex-ais {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.flex-jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.flex-jcfe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.flex-jcfs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.flex-jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0
}

.h1,
h1 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 114%
}

.h2,
h2 {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 115%
}

.h3,
h3 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 118%
}

.h4,
h4 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%
}

.h5,
h5 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 125%
}

.h6,
h6 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 129%
}

.text-md {
  font-size: 1.25rem;
  line-height: 133%
}

.text-lg-strong {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 129%
}

.text-strong {
  font-weight: 700
}

.text-sm {
  font-size: .75rem;
  line-height: 150%
}

.text-sm-upper {
  font-weight: 600;
  font-size: .875rem;
  line-height: 171%;
  letter-spacing: .04em;
  text-transform: uppercase
}

.text-color {
  color: var(--text-secondary)
}

@-webkit-keyframes shake {

  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0)
  }

  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0)
  }

  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0)
  }

  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0)
  }
}

@keyframes shake {

  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0)
  }

  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0)
  }

  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0)
  }

  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0)
  }
}

.overlay-anim {
  position: relative;
  overflow: hidden
}

.DEV_reverse_anim.overlay-anim::before {
  background: linear-gradient(90deg, rgb(50 80 255 / 70%), rgb(50 80 255 / 0%));
}

.overlay-anim::before {
  content: "";
  /* background: var(--fills-accent); */
  background: linear-gradient(90deg, rgb(50 80 255 / 0%), rgb(50 80 255 / 70%));
  position: absolute;
  inset: 0;
  -webkit-transition: 1s cubic-bezier(.86, 0, .07, 1);
  transition: 1s cubic-bezier(.86, 0, .07, 1);
  z-index: 3;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.overlay-anim.DEV_reverse_anim.is-anim::before {
  -webkit-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%)
}
.overlay-anim.is-anim::before {
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%)
}

.tr-delay-01 {
  -webkit-transition-delay: .1s !important;
  transition-delay: .1s !important
}

.comma-loader {
  display: none
}

.pixel {
  height: 1px;
  position: absolute;
  inset: 0
}

.loading .comma-loader {
  display: block;
  position: absolute;
  top: 390px;
  left: calc(50% - 22px);
  visibility: visible;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 101;
  width: 44px;
  height: 40px
}

.loading::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  opacity: 1;
  background: var(--fills-neutral-white);
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out
}

.loading.is-load::before {
  opacity: 0
}

.loading.is-load .comma-loader {
  visibility: hidden;
  z-index: -10;
  opacity: 0
}

.animation-hero.start-animation {
  width: 100%
}


/*======

.animation-hero.start-animation .header {
  left: calc(50% - 120px);
  top: 290px;
  width: 240px;
  height: 240px;
  background-color: rgba(0, 0, 0, 0);
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: headerPosToTop .4s ease-in-out forwards 1.7s;
  animation: headerPosToTop .4s ease-in-out forwards 1.7s;
  overflow: hidden
}
.animation-hero.start-animation .header::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  opacity: 0;
  border-radius: 50%;
  -webkit-animation: headerBgGrow .6s ease-in-out forwards .5s, headerBgGrow2 .5s ease-in-out forwards 1.9s;
  animation: headerBgGrow .6s ease-in-out forwards .5s, headerBgGrow2 .5s ease-in-out forwards 1.9s
}

.animation-hero.start-animation .header__inner {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-animation: headerInnerPos .5s ease-in-out forwards 2.5s;
  animation: headerInnerPos .5s ease-in-out forwards 2.5s;
  width: 100%
}

.animation-hero.start-animation .header__logo {
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  height: 40px;
  overflow: hidden;
  -webkit-animation: headerGrow .5s ease-in-out forwards .5s, headerLogoPos .4s ease-in-out forwards 2.5s;
  animation: headerGrow .5s ease-in-out forwards .5s, headerLogoPos .4s ease-in-out forwards 2.5s
}

.animation-hero.start-animation .logo__text {
  opacity: 0;
  -webkit-animation: opacityOut .6s ease-in-out forwards .5s;
  animation: opacityOut .6s ease-in-out forwards .5s
}

.animation-hero.start-animation .header__nav {
  opacity: 0;
  -webkit-animation: opacityOut .4s ease-in-out forwards 2.5s;
  animation: opacityOut .4s ease-in-out forwards 2.5s
}

======*/


.animation-hero.start-animation .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  background: var(--fills-neutral-white);
  opacity: 1;
  -webkit-animation: opacityIn .5s ease-in-out forwards 2.5s;
  animation: opacityIn .5s ease-in-out forwards 2.5s
}

.animation-hero.start-animation .hero__img::after {
  opacity: 0;
  -webkit-animation: opacityOut .5s ease-in-out forwards 3.2s;
  animation: opacityOut .5s ease-in-out forwards 3.2s
}

.animation-hero.start-animation .hero__slide.swiper-slide-active .hero__img {
  -webkit-transform: translateY(240px) scale(1.1);
  -ms-transform: translateY(240px) scale(1.1);
  transform: translateY(240px) scale(1.1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-animation: slideOut .4s ease-in-out forwards 2.5s;
  animation: slideOut .4s ease-in-out forwards 2.5s
}

.animation-hero.start-animation .hero__slide.swiper-slide-active .hero__btn,
.animation-hero.start-animation .hero__slide.swiper-slide-active .hero__heading::after,
.animation-hero.start-animation .hero__slide.swiper-slide-active .hero__heading::before,
.animation-hero.start-animation .hero__slide.swiper-slide-active .hero__title {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
  -webkit-transition-duration: .9s;
  transition-duration: .9s
}

.animation-hero.start-animation .hero-thumbs__slide {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%)
}

.animation-hero.start-animation .hero-thumbs__slide:nth-child(1) {
  -webkit-animation: slideOut .5s ease-in-out forwards 3.3s;
  animation: slideOut .5s ease-in-out forwards 3.3s
}

.animation-hero.start-animation .hero-thumbs__slide:nth-child(2) {
  -webkit-animation: slideOut .5s ease-in-out forwards 3.31s;
  animation: slideOut .5s ease-in-out forwards 3.31s
}

.animation-hero.start-animation .hero-thumbs__slide:nth-child(3) {
  -webkit-animation: slideOut .5s ease-in-out forwards 3.32s;
  animation: slideOut .5s ease-in-out forwards 3.32s
}

.animation-hero.start-animation .hero-thumbs__slide:nth-child(4) {
  -webkit-animation: slideOut .5s ease-in-out forwards 3.33s;
  animation: slideOut .5s ease-in-out forwards 3.33s
}

.animation-hero.start-animation .hero-thumbs__slide:nth-child(5) {
  -webkit-animation: slideOut .5s ease-in-out forwards 3.34s;
  animation: slideOut .5s ease-in-out forwards 3.34s
}

.animation-hero.start-animation .hero-thumbs__slide:nth-child(6) {
  -webkit-animation: slideOut .5s ease-in-out forwards 3.35s;
  animation: slideOut .5s ease-in-out forwards 3.35s
}

.animation-hero.start-animation .hero-thumbs__slide:nth-child(7) {
  -webkit-animation: slideOut .5s ease-in-out forwards 3.36s;
  animation: slideOut .5s ease-in-out forwards 3.36s
}

.animation-hero.start-animation .hero-thumbs__slide:nth-child(8) {
  -webkit-animation: slideOut .5s ease-in-out forwards 3.37s;
  animation: slideOut .5s ease-in-out forwards 3.37s
}

.animation-hero.start-animation .hero-thumbs__slide:nth-child(9) {
  -webkit-animation: slideOut .5s ease-in-out forwards 3.38s;
  animation: slideOut .5s ease-in-out forwards 3.38s
}

.animation-hero.start-animation .hero-thumbs__slide:nth-child(10) {
  -webkit-animation: slideOut .5s ease-in-out forwards 3.39s;
  animation: slideOut .5s ease-in-out forwards 3.39s
}

@-webkit-keyframes headerGrow {
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@keyframes headerGrow {
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@-webkit-keyframes headerLogoPos {
  0% {
    position: relative
  }

  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: relative
  }

  100% {
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headerLogoPos {
  0% {
    position: relative
  }

  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: relative
  }

  100% {
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes headerBgGrow {
  10% {
    opacity: 1
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 1
  }
}

@keyframes headerBgGrow {
  10% {
    opacity: 1
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 1
  }
}

@-webkit-keyframes headerBgGrowMobile {
  10% {
    opacity: 1
  }

  100% {
    width: 240px;
    height: 240px;
    opacity: 1
  }
}

@keyframes headerBgGrowMobile {
  10% {
    opacity: 1
  }

  100% {
    width: 240px;
    height: 240px;
    opacity: 1
  }
}

@-webkit-keyframes headerBgGrow2 {
  100% {
    width: 10000px;
    border-radius: 0;
    height: inherit
  }
}

@keyframes headerBgGrow2 {
  100% {
    width: 10000px;
    border-radius: 0;
    height: inherit
  }
}

@-webkit-keyframes headerBgGrow2Mobile {
  100% {
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0;
    height: inherit
  }
}

@keyframes headerBgGrow2Mobile {
  100% {
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0;
    height: inherit
  }
}

@-webkit-keyframes headerPosToTop {
  99% {
    top: 0;
    left: 0;
    width: 100%;
    height: 112px
  }

  100% {
    top: 0;
    left: 0;
    width: 100%;
    height: 112px;
    overflow: hidden
  }
}

@keyframes headerPosToTop {
  99% {
    top: 0;
    left: 0;
    width: 100%;
    height: 112px
  }

  100% {
    top: 0;
    left: 0;
    width: 100%;
    height: 112px;
    overflow: hidden
  }
}

@-webkit-keyframes headerPosToTopLg {
  99% {
    top: 0;
    left: 0;
    width: 100%;
    height: 96px
  }

  100% {
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    overflow: hidden
  }
}

@keyframes headerPosToTopLg {
  99% {
    top: 0;
    left: 0;
    width: 100%;
    height: 96px
  }

  100% {
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    overflow: hidden
  }
}

@-webkit-keyframes headerPosToTopSm {
  99% {
    top: 0;
    left: 0;
    width: 100%;
    height: 72px
  }

  100% {
    top: 0;
    left: 0;
    width: 100%;
    height: 72px
  }
}

@keyframes headerPosToTopSm {
  99% {
    top: 0;
    left: 0;
    width: 100%;
    height: 72px
  }

  100% {
    top: 0;
    left: 0;
    width: 100%;
    height: 72px
  }
}

@-webkit-keyframes headerInnerPos {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headerInnerPos {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes headerBurgerPos {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headerBurgerPos {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes opacityOut {
  100% {
    opacity: 1
  }
}

@keyframes opacityOut {
  100% {
    opacity: 1
  }
}

@-webkit-keyframes opacityIn {
  100% {
    opacity: 0
  }
}

@keyframes opacityIn {
  100% {
    opacity: 0
  }
}

@-webkit-keyframes slideOut {
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1)
  }
}

@keyframes slideOut {
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1)
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
  color: inherit;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.logo__icon {
  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;
  gap: 0;
  border-radius: 0;
  padding: 0;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.logo__icon img, .logo__icon svg {
  width: auto;
  height: 54px;
}



.logo__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: .02em;
}
.header .logo__text {
  color: #d052fc;
}


@media only screen and (max-width:1023px) {
  .logo__icon svg {
    width: auto;
    height: 38px;
  }
  .logo__text {
    font-size: 12px;
    line-height: 14px;
  }
}

@media only screen and (max-width:479px) {
  .logo__icon svg {
    width: auto;
    height: 32px;
  }
  .logo__text {
    font-size: 12px;
    line-height: 12px;
  }
}



.social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px
}

.social-block__link {
  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: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--icon-neutral-black);
  color: var(--text-reversely);
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.social-block__link svg {
  stroke: transparent
}

.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;
  cursor: pointer;
  gap: 8px;
  padding: 1rem 2rem;
  border-radius: var(--btn-border-radius);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--text-reversely);
  background: var(--fills-accent);
  border: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.btn:focus-visible {
  outline: 2px solid var(--border-neutral-white);
  -webkit-box-shadow: 0 0 0 4px var(--border-primary-pale-active);
  box-shadow: 0 0 0 4px var(--border-primary-pale-active)
}

.btn:disabled {
  background: var(--fills-disable-primary)
}

.btn--lg {
  font-size: 1.125rem;
  line-height: 120%;
  padding: 1.125rem 2.25rem;
  background: linear-gradient(45deg, #0088FF, #AA00FF);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
}

.btn--sm {
  font-size: 1rem;
  line-height: 100%;
  padding: .75rem 1.25rem;
  min-height: 3rem
}

.btn--sm--icon-left {
  padding-left: .75rem
}

.btn--icon-left {
  padding-left: 1rem
}

.btn--icon-right {
  padding-right: 1rem
}

.btn--dark {
  background: var(--fills-neutral-black)
}

.section {
  padding: 8rem 0;
  border: 2px solid #FFF;
}

.section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px
}

.section__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  min-width: 0;
  max-width: 100%
}

.section__col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  max-width: 100%
}

.section__col-auto-md {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  max-width: 100%
}

.section__col-lg {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(50% - 64px);
  flex: 1 0 calc(50% - 64px);
  min-width: 0
}

.section__text {
  font-size: 1.25rem;
  line-height: 133%;
  margin-top: 24px;
}

.section__text:first-child {
  margin-top: 0
}

.section__desc {
  margin-top: 24px
}

.section__btn {
  margin-top: 24px
}

.section__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 64px
}

.section__nav .btn {
  white-space: nowrap
}

.section--md-pad {
  padding: 128px 0
}

.section--lg-pad {
  padding: 186px 0
}

.section--light-bg {
  background: var(--background-primary)
}

.section--medium-bg {
  background: var(--background-secondary)
}

.section--neutral-bg {
  background: var(--background-secondary)
}

.section--dark-bg {
  background: var(--background-tetriary)
}

.section--decor {
  background-image: url(../img/decor/decor.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.section--decor-center {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%
}

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 4rem;
  padding-bottom: 1rem
}

.features__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(50% - 48px);
  flex: 1 0 calc(50% - 48px)
}

.features__title {
  font-weight: 200;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: -.04em;
  margin-bottom: 1rem
}

.img-row {
  position: relative;
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.img-row__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 84px
}

.img-row__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(50% - 84px);
  flex: 1 0 calc(50% - 84px)
}

.img-row__label {
  margin-bottom: 16px
}

.img-row__title {
  margin-bottom: 16px
}

.img-row__btn {
  margin-top: 24px
}

.img-row__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(50%);
  background-image: url(../img/decor/decor-min.png);
  background-size: cover;
  background-position: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-row__img img {
  width: 300px;
  height: auto;
}
@media only screen and (max-width:1023px) {
  .img-row__img img {
    width: 200px;
  }
}
@media only screen and (max-width:479px) {
  .img-row__img img {
    width: 150px;
  }
}

.img-row.is-reverse .img-row__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.img-row.is-reverse .img-row__img {
  left: 0;
  right: calc(50%)
}

.img-row+.img-row {
  margin-top: 56px
}

.person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px
}

.person__img {
  width: 200px;
  height: auto;
  min-height: 100px;
  overflow: hidden;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.person__img img {
  width: 100%;
  height: auto;
}

.person__name {
  font-size: 1.25rem;
  line-height: 133%;
  margin-bottom: 1rem;
}

.person__position {
  font-size: 13px;
  line-height: 145%;
  letter-spacing: .02em;
  color: var(--text-secondary);
  margin-top: 4px
}

.grid-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px
}

.grid-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 128px)/ 3);
  flex: 0 0 calc((100% - 128px)/ 3);
  min-width: 0
}

.comma-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem 1rem;
}

.comma-tabs__item {
  position: relative;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 150%;
  color: var(--text-primary);
  padding: 8px;
  white-space: nowrap
}

.comma-tabs__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--icon-accent);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.comma-tabs__item:hover {
  color: var(--text-accent)
}

.comma-tabs__item.is-active {
  color: var(--text-accent)
}

.comma-tabs__item.is-active::after {
  width: 100%
}

.dev-wrapperhelper {
  padding: 4rem 0;
  border-bottom: 4px solid #FFF;
}

.comma-tabs__wrap {
  position: relative
}

.comma-tabs__content {
  position: relative
}

.comma-tabs__content.is-active {
  -webkit-animation: tabsFadeOut 1s forwards;
  animation: tabsFadeOut 1s forwards
}

.comma-tabs__content:not(.is-active) {
  z-index: -1;
  opacity: 0;
  display: none;
  visibility: hidden
}



.comma-tabs__item_custom {
    position: relative;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 150%;
    color: var(--text-primary);
    padding: 8px;
    white-space: nowrap;
}
.comma-tabs__item_custom::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--icon-accent);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.comma-tabs__item_custom.is-active::after {
    width: 100%;
}
.comma-tabs__item_custom.is-active {
    color: var(--text-accent);
}




@-webkit-keyframes tabsFadeOut {
  0% {
    opacity: 0;
    display: block;
    visibility: hidden
  }

  100% {
    opacity: 1;
    display: block;
    visibility: visible;
    z-index: 10
  }
}

@keyframes tabsFadeOut {
  0% {
    opacity: 0;
    display: block;
    visibility: hidden
  }

  100% {
    opacity: 1;
    display: block;
    visibility: visible;
    z-index: 10
  }
}

.slider-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.slider-buttons__next,
.slider-buttons__prev {
  position: static;
  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: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--fills-neutral-white);
  color: var(--icon-accent);
  border: 1px solid var(--border-accent);
  margin-top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.slider-buttons__next svg,
.slider-buttons__prev svg {
  width: 24px;
  height: 24px
}

.slider-buttons__next::after,
.slider-buttons__prev::after {
  display: none
}

.slider-section .slider-buttons {
  position: absolute;
  right: 24px;
  top: -114px;
  gap: 16px
}

.slider-section .slider-buttons__next,
.slider-section .slider-buttons__prev {
  width: 48px;
  height: 48px
}

.slider-section .comma-tabs__content .container {
  position: relative
}

.slider-section .grid-list__item {
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

.input {
  display: block;
  position: relative;
  margin-bottom: 24px
}

.input:not(.is-error):focus-within::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.input:not(.is-error):focus-within::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1)
}

.input:not(.is-error)::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-left: 1px solid var(--border-accent);
  border-right: 1px solid var(--border-accent);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.input:not(.is-error)::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-top: 1px solid var(--border-accent);
  border-bottom: 1px solid var(--border-accent);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.input__native {
  width: 100%;
  height: 4rem;
  font-size: 1rem;
  line-height: 150%;
  padding: 1.875rem .75rem .625rem;
  border: 1px solid var(--border-neutral-light_grey);
  border-radius: 0;
  background-color: var(--fills-neutral-white);
  background-position: center right 8px;
  background-repeat: no-repeat;
  background-size: 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.input__native::-webkit-input-placeholder {
  color: transparent;
  opacity: 0
}

.input__native::-moz-placeholder {
  color: transparent;
  opacity: 0
}

.input__native:-ms-input-placeholder {
  color: transparent;
  opacity: 0
}

.input__native::-ms-input-placeholder {
  color: transparent;
  opacity: 0
}

.input__native::placeholder {
  color: transparent;
  opacity: 0
}

.input__native:focus {
  outline: 0;
  border-color: transparent;
  padding: 1.875rem .75rem .625rem
}

.input__native:focus~.input__label {
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  font-size: .75rem;
  color: var(--text-secondary)
}

.input__native:disabled {
  border-color: var(--border-disable);
  background-color: var(--fills-disable-secondary)
}

.input.is-value .input__native {
  padding: 1.875rem .75rem .625rem
}

.input.is-value .input__label {
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  font-size: .75rem;
  color: var(--text-secondary)
}

.input__label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: .875rem;
  z-index: 1;
  display: block;
  font-weight: 700;
  font-size: .8125rem;
  line-height: 133%;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--text-primary);
  padding: 0 2px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.input__status {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  font-weight: 500;
  font-size: .875rem;
  line-height: 114%;
  letter-spacing: .02em;
  color: var(--text-critical);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.input__info {
  position: absolute;
  top: 100%;
  left: 0;
  font-weight: 500;
  font-size: .875rem;
  line-height: 114%;
  letter-spacing: .02em;
  color: var(--text-secondary);
  margin-top: 8px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.input.is-success .input__native {
  padding-right: 1.75rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H16V16H0V0Z' fill='white' fill-opacity='0.01' /%3E%3Cpath d='M14 4L6.66668 11.3333L4 8.66665' stroke='%23B2BBC6' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E")
}

.input.is-error {
  -webkit-animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
  animation: shake .82s cubic-bezier(.36, .07, .19, .97) both
}

.input.is-error .input__native {
  padding-right: 1.75rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2024_12240)'%3E%3Cpath d='M0 0H16V16H0V0Z' fill='white' fill-opacity='0.01' /%3E%3Cpath d='M5.8 2H10.2C10.4 2 10.5333 2.06667 10.6667 2.2L13.8 5.33333C13.9333 5.46667 14 5.6 14 5.8V10.2C14 10.4 13.9333 10.5333 13.8 10.6667L10.6667 13.8C10.5333 13.9333 10.4 14 10.2 14H5.8C5.6 14 5.46667 13.9333 5.33333 13.8L2.2 10.6667C2.06667 10.5333 2 10.4 2 10.2V5.8C2 5.6 2.06667 5.46667 2.2 5.33333L5.33333 2.2C5.46667 2.06667 5.6 2 5.8 2V2Z' stroke='%23FF2A12' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M8 5.33325V7.99992' stroke='%23FF2A12' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M8 10.6667V10.6734' stroke='%23FF2A12' stroke-width='1.33333' stroke-linecap='round' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2024_12240'%3E%3Crect width='16' height='16' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  border-color: var(--border-neutral-light_grey)
}

.input.is-error .input__status {
  display: block
}

.input.is-error .input__info {
  display: none
}

.input.is-reguared .input__label::after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--icon-critical)
}

.input textarea {
  display: block;
  resize: none;
  height: 10rem
}

.input textarea~.input__label {
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  top: 12px;
  background-color: var(--fills-neutral-white)
}

.switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px
}

.switch__input {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--border-accent-pale);
  border-radius: 24px;
  width: 48px;
  height: 24px
}

.switch__input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--fills-accent);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.switch__input:checked {
  border-color: var(--border-primary-pale-active);
  background-color: var(--fills-accent-pale)
}

.switch__input:checked::before {
  background-color: var(--fills-accent-active);
  -webkit-transform: translate(24px, -50%);
  -ms-transform: translate(24px, -50%);
  transform: translate(24px, -50%)
}

.switch__input:not(:disabled) {
  cursor: pointer
}

.switch__input:disabled {
  opacity: .3
}

.switch__input:disabled+.checkbox__text {
  opacity: .5
}

.switch__text {
  font-size: 14px
}

.breadcrumbs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-weight: 700;
  font-size: .625rem;
  line-height: 160%;
  letter-spacing: .03em;
  text-transform: uppercase
}

.breadcrumbs__item {
  display: inline-block
}

.breadcrumbs__item a,
.breadcrumbs__item span {
  display: block;
  border-radius: 6px;
  padding: 4px 8px;
  background: var(--fills-disable-secondary)
}

.breadcrumbs__item a {
  color: var(--text-primary)
}

.breadcrumbs__item a:hover {
  background-color: var(--fills-accent);
  color: #fff;
}

.breadcrumbs__item span {
  color: var(--text-secondary)
}

.content-block {
  font-size: 1.25rem
}

.content-block__title {
  max-width: 950px
}

.content-block__text-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px 64px
}

@media only screen and (max-width:1023px) {
  .content-block__text-prev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.content-block__text-prev div:first-child {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.content-block__text-prev div:last-child {
  min-width: 0;
  width: 272px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 150%
}

@media only screen and (max-width:1023px) {
  .content-block__text-prev div:last-child {
    margin-left: auto;
    text-align: end
  }
}

@media only screen and (max-width:479px) {
  .content-block__text-prev div:last-child {
    width: 100%
  }
}

.content-block>img {
  display: block;
  width: 100%;
  max-height: 720px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 64px
}

@media only screen and (max-width:1023px) {
  .content-block>img {
    margin-bottom: 24px
  }
}

.content-block>img:last-child {
  margin-bottom: 0
}

.content-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px 64px
}

@media only screen and (max-width:1023px) {
  .content-block__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: unset
  }
}

.content-block__col-title {
  width: 272px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media only screen and (max-width:1023px) {
  .content-block__col-title {
    width: 100%
  }
}

.content-block__col-title+.content-block__col-text {
  margin: 0
}

.content-block__col-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 608px;
  margin: 0 auto
}

@media only screen and (max-width:1023px) {
  .content-block__col-text {
    max-width: unset;
    margin: 0
  }
}

.content-block p {
  margin-bottom: 16px
}

.content-block p:last-child {
  margin-bottom: 0
}

.content-block ul {
  margin: 16px 0;
  padding: 0;
  list-style: none
}

@media only screen and (max-width:1023px) {
  .content-block ul {
    padding-left: 48px
  }
}

.content-block ul:last-child {
  margin-bottom: 0
}

.content-block ul li {
  position: relative;
  margin-bottom: 16px
}

.content-block ul li:last-child {
  margin-bottom: 0
}

.content-block ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -40px;
  width: 16px;
  height: 4px;
  border-radius: 8px;
  background: var(--icon-accent)
}

.content-block ul.content-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px
}

@media only screen and (max-width:1023px) {
  .content-block ul.content-block__list {
    gap: 48px
  }
}

@media only screen and (max-width:479px) {
  .content-block ul.content-block__list {
    gap: 24px
  }
}

.content-block ul.content-block__list li {
  position: relative;
  padding-top: 96px;
  width: calc((100% - 128px)/ 3);
  font-weight: 600;
  font-size: .875rem;
  line-height: 171%;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--text-secondary)
}

@media only screen and (max-width:1023px) {
  .content-block ul.content-block__list li {
    width: calc((100% - 96px)/ 3)
  }
}

@media only screen and (max-width:479px) {
  .content-block ul.content-block__list li {
    padding-top: 48px;
    font-size: .75rem;
    font-weight: 700;
    width: calc((100% - 24px)/ 2)
  }
}

.content-block ul.content-block__list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  width: 45px;
  height: 15px;
  border-bottom: 1px solid var(--icon-accent);
  border-left: 1px solid var(--icon-accent);
  border-radius: unset;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media only screen and (max-width:479px) {
  .content-block ul.content-block__list li::before {
    width: 30px;
    height: 12px;
    top: 0
  }
}

.content-block ul.content-block__list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: var(--icon-accent)
}

@media only screen and (max-width:479px) {
  .content-block ul.content-block__list li::after {
    width: 64px;
    top: 36px
  }
}

@media only screen and (max-width:1023px) {
  .content-block .mt-64 {
    margin-top: 24px !important
  }
}

@media only screen and (max-width:1023px) {
  .content-block .mb-64 {
    margin-bottom: 24px !important
  }
}

.content-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 64px
}

.content-slider img {
  width: 100%;
  aspect-ratio: 1.78;
  -o-object-fit: cover;
  object-fit: cover
}

.content-slider__main {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media only screen and (max-width:1023px) {
  .content-slider__main {
    display: none
  }
}

.content-slider__prev {
  min-width: 0;
  width: 272px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media only screen and (max-width:1023px) {
  .content-slider__prev {
    width: 100%
  }
}

.content-slider__navigation {
  position: relative;
  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;
  margin-top: 16px
}

@media only screen and (max-width:1023px) {
  .content-slider__navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.content-slider__pagination-wrap {
  width: 100%;
  height: 40px;
  max-width: 160px;
  position: relative;
  overflow: hidden
}

.content-slider__pagination {
  bottom: 19px !important
}

.content-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 2px;
  width: 34px;
  background-color: var(--icon-neutral-black-reversely);
  opacity: 1;
  border-radius: 0
}

.content-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--icon-accent)
}

.content-slider__btn-next,
.content-slider__btn-prev {
  position: static;
  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: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--icon-neutral-black-reversely);
  margin-top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

@media only screen and (max-width:1023px) {

  .content-slider__btn-next,
  .content-slider__btn-prev {
    display: none
  }
}

.content-slider__btn-next svg,
.content-slider__btn-prev svg {
  width: 24px;
  height: 24px
}

.content-slider__btn-next::after,
.content-slider__btn-prev::after {
  display: none
}

.content-slider__btn-next:hover,
.content-slider__btn-prev:hover {
  color: var(--icon-accent)
}

.article {
  padding: 0px 0 128px
}

.article .breadcrumbs {
  margin-bottom: 80px
}

@media only screen and (max-width:1023px) {
  .article .breadcrumbs {
    margin-bottom: 64px
  }
}

@media only screen and (max-width:479px) {
  .article .breadcrumbs {
    margin-bottom: 48px
  }
}

.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 24px;
  margin-bottom: 16px
}

.article__label {
  color: var(--text-accent);
  line-height: 114%
}

.article__date {
  line-height: 114%
}

.article__title {
  margin-bottom: 34px;
  max-width: 950px
}

.article__author .person__img {
  width: 53px;
  height: 53px
}

.article__author .person__name {
  font-size: 1.25rem;
  line-height: 140%
}

.quote {
  position: relative;
  max-width: 736px;
  padding: 64px;
  margin: 0 auto;
  -webkit-box-shadow: 0 8px 16px 0 var(--icon-neutral-light_grey);
  box-shadow: 0 8px 16px 0 var(--icon-neutral-light_grey);
  background: var(--surface-primary)
}

@media only screen and (max-width:767px) {
  .quote {
    padding: 48px
  }
}

@media only screen and (max-width:479px) {
  .quote {
    padding: 24px
  }
}

.quote__content {
  position: relative;
  font-size: 1.25rem;
  line-height: 140%;
  margin-bottom: 32px
}

.quote__icon {
  position: absolute;
  z-index: 0;
  width: 104px;
  height: 81px;
  color: var(--fills-accent);
  opacity: .1
}

@media only screen and (max-width:479px) {
  .quote__icon {
    width: 60px;
    height: 60px
  }
}

.quote__icon--top {
  left: 64px;
  top: 48px
}

@media only screen and (max-width:767px) {
  .quote__icon--top {
    left: 48px;
    top: 34px
  }
}

@media only screen and (max-width:479px) {
  .quote__icon--top {
    left: 24px;
    top: 14px
  }
}

.quote__icon--bottom {
  right: 64px;
  bottom: 48px
}

@media only screen and (max-width:767px) {
  .quote__icon--bottom {
    right: 48px;
    bottom: 34px
  }
}

@media only screen and (max-width:479px) {
  .quote__icon--bottom {
    right: 24px;
    bottom: 14px
  }
}

.quote__bottom {
  position: relative
}

.quote__author .person__name {
  margin-bottom: 0
}

.add-file {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: var(--text-accent)
}

.add-file:hover {
  color: var(--text-accent-hover)
}

.add-file__icon {
  width: 24px;
  height: 24px
}

.add-file__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0
}

.add-file__label {
  font-weight: 700;
  font-size: .8125rem;
  line-height: 123%;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}

.card-case {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px 64px
}

@media only screen and (max-width:1023px) {
  .card-case {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
  }
}

.card-case__info {
  min-width: 0
}

.card-case__header {
  line-height: 114%;
  color: var(--text-accent);
  margin-bottom: 8px
}

.card-case__title {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 133%;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--text-accent)), color-stop(50%, var(--text-primary)));
  background: linear-gradient(90deg, var(--text-accent) 50%, var(--text-primary) 50%);
  background-size: 200% 100%;
  background-position: 100% bottom;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: background-position .5s ease-in-out;
  transition: background-position .5s ease-in-out
}

@media only screen and (max-width:1023px) {
  .card-case__title {
    font-size: 1.25rem
  }
}

@media only screen and (max-width:767px) {
  .card-case__title {
    font-size: 2rem;
    line-height: 125%
  }
}

@media only screen and (max-width:479px) {
  .card-case__title {
    font-size: 1.5rem;
    line-height: 133%
  }
}

.card-case__title .h3,
.card-case__title h3 {
  font-size: inherit;
  line-height: inherit;
  color: inherit
}

.card-case__title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10
}

.card-case__title:hover {
  background-position: left
}

.card-case__img {
  width: 100%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.card-case__img img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover
}

.card-blog {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px
}

@media only screen and (max-width:1023px) {
  .card-blog {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
  }
}

.card-blog__info {
  overflow-wrap: break-word
}

.card-blog__header {
  color: var(--text-primary);
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.card-blog__label {
  line-height: 114%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(50% - 8px);
  flex: 1 0 calc(50% - 8px);
  max-width: 100%;
  color: var(--text-accent)
}

.card-blog__date {
  line-height: 114%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(50% - 8px);
  flex: 1 0 calc(50% - 8px)
}

.card-blog__title {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 140%;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--text-accent)), color-stop(50%, var(--text-primary)));
  background: linear-gradient(90deg, var(--text-accent) 50%, var(--text-primary) 50%);
  background-size: 200% auto;
  background-position: 100% center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: background-position .5s ease-in-out;
  transition: background-position .5s ease-in-out
}

@media only screen and (max-width:1023px) {
  .card-blog__title {
    font-size: 1.25rem
  }
}

@media only screen and (max-width:767px) {
  .card-blog__title {
    font-size: 2rem;
    line-height: 125%
  }
}

@media only screen and (max-width:479px) {
  .card-blog__title {
    font-size: 1.5rem;
    line-height: 133%
  }
}

.card-blog__title .h3,
.card-blog__title h3 {
  font-size: inherit;
  line-height: inherit;
  color: inherit
}

.card-blog__title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10
}

.card-blog__title:hover {
  background-position: left
}

.card-blog__img {
  width: 100%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.card-blog__img img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover
}

.card-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}

@media only screen and (max-width:767px) {
  .card-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.card-review__content {
  position: relative;
  width: 65%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: var(--fills-neutral-white);
  padding: 128px 64px
}

@media only screen and (max-width:1023px) {
  .card-review__content {
    padding: 64px 32px
  }
}

@media only screen and (max-width:767px) {
  .card-review__content {
    width: 100%
  }
}

.card-review__icon {
  position: absolute;
  width: 42px;
  height: 32px;
  color: var(--fills-accent);
  opacity: .48
}

@media only screen and (max-width:1023px) {
  .card-review__icon {
    width: 24px;
    height: 20px
  }
}

.card-review__icon--top {
  top: 64px;
  left: 64px
}

@media only screen and (max-width:1023px) {
  .card-review__icon--top {
    top: 20px;
    left: 32px
  }
}

.card-review__icon--bottom {
  bottom: 64px;
  right: 64px
}

@media only screen and (max-width:1023px) {
  .card-review__icon--bottom {
    bottom: 20px;
    right: 32px
  }
}

.card-review__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 1rem;
  max-width: 260px;
}

@media only screen and (max-width:1023px) {
  .card-review__info {
    padding: 1rem;
  }
}

@media only screen and (max-width:767px) {
  .card-review__info {
    align-items: center;
  }
}

.card-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px
}

@media only screen and (max-width:1023px)and (min-width:768px) {
  .card-service {
    max-width: 640px !important
  }
}

@media only screen and (max-width:1023px) {
  .card-service {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
  }
}

.card-service__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 125%;
  margin-bottom: 16px
}

@media only screen and (max-width:1023px) {
  .card-service__title {
    font-size: 1.25rem
  }
}

@media only screen and (max-width:767px) {
  .card-service__title {
    font-size: 2rem;
    line-height: 125%
  }
}

@media only screen and (max-width:479px) {
  .card-service__title {
    font-size: 1.5rem;
    line-height: 133%
  }
}

.card-service__text {
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  line-clamp: 4
}

.card-service__btn {
  margin-top: 24px
}

.card-service__img {
  width: 100%;
  height: 100%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.card-service__img img {
  width: 100%;
  aspect-ratio: 1.78;
  -o-object-fit: cover;
  object-fit: cover
}

.feedback-form {
  padding: 48px;
  -webkit-box-shadow: 0 24px 32px 0 var(--fills-neutral-light_grey);
  box-shadow: 0 24px 32px 0 var(--fills-neutral-light_grey);
  background: var(--surface-primary)
}


@media only screen and (max-width:479px) {
  .feedback-form {
    padding: 20px
  }
}

.feedback-form__inputs {
    padding: 48px;
    -webkit-box-shadow: 0 24px 32px 0 var(--fills-neutral-light_grey);
    box-shadow: 0 24px 32px 0 var(--fills-neutral-light_grey);
    background: var(--surface-primary)
}

@media only screen and (max-width:479px) {
    .feedback-form__inputs {
        padding: 20px
    }
}

.feedback-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px
}

@media only screen and (max-width:479px) {
  .feedback-form__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (max-width:479px) {
  .feedback-form__btn {
    width: 100%
  }
}

.feedback-form__desc {
  height: 100%;
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (max-width:1023px) {
  .feedback-form__desc {
    padding: 0
  }
}

.feedback-form__desc .text-md {
  margin: 16px 0 24px
}

.feedback-form__desc .text-lg-strong {
  margin-top: auto
}

@media only screen and (max-width:479px) {
  .post-review {
    padding: 20px
  }
}

.post-review__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 24px
}

.post-review__row .input {
  width: calc((100% - 24px)/ 2);
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media only screen and (max-width:479px) {
  .post-review__row .input {
    width: 100%
  }
}

.post-review__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 24px
}

@media only screen and (max-width:479px) {
  .post-review__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (max-width:479px) {
  .post-review__btn {
    width: 100%;
    margin-bottom: 24px
  }
}

.post-review__desc {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.post-review__desc .section__title {
  margin-bottom: 24px
}

.post-review__desc .text-strong {
  max-width: 504px;
  font-size: 1.25rem;
  margin-top: auto
}

@media only screen and (max-width:1023px) {
  .post-review__desc .text-strong {
    max-width: unset
  }
}

.main-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  -webkit-transition: all .5s ease .5s;
  transition: all .5s ease .5s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  overflow: auto
}

.main-form.is-open {
  display: block;
  -webkit-animation: openMenu .5s ease-in-out forwards;
  animation: openMenu .5s ease-in-out forwards
}

.main-form.is-open .main-form__top {
  -webkit-animation: openMenuContent .4s ease-in-out forwards .3s;
  animation: openMenuContent .4s ease-in-out forwards .3s
}

.main-form.is-open .main-form__content {
  -webkit-animation: openMenuContent .5s ease-in-out forwards .6s;
  animation: openMenuContent .5s ease-in-out forwards .6s
}

.main-form.is-open .main-form__bg {
  -webkit-animation: openMenuContent .4s ease-in-out forwards .7s;
  animation: openMenuContent .4s ease-in-out forwards .7s
}

.main-form.is-open.is-close {
  -webkit-animation: closeMenu .5s ease-in-out forwards;
  animation: closeMenu .5s ease-in-out forwards
}

.main-form__inner {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background-color: var(--background-tetriary);
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .5s ease-in-out .5s;
  transition: all .5s ease-in-out .5s
}

.main-form__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 52%;
  right: 0;
  background-color: var(--surface-primary);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

@media only screen and (max-width:1199px) {
  .main-form__inner::before {
    left: 0;
    top: 370px
  }
}

@media only screen and (max-width:767px) {
  .main-form__inner::before {
    display: none
  }
}

@media only screen and (max-width:1441px) {
  .main-form__inner {
    padding: 64px
  }
}

@media only screen and (max-width:1199px) {
  .main-form__inner {
    padding: 0
  }
}

.main-form__bg {
  opacity: 0;
  -webkit-transform: translateY(130px);
  -ms-transform: translateY(130px);
  transform: translateY(130px);
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: 800px;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none
}

@media only screen and (max-width:767px) {
  .main-form__bg {
    display: none
  }
}

.main-form__top {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width:1199px) {
  .main-form__top {
    padding: 40px 40px 0
  }
}

@media only screen and (max-width:479px) {
  .main-form__top {
    padding: 24px
  }
}

.main-form__logo {
  color: var(--text-primary)
}

.main-form__close {
  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: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--icon-neutral-white);
  color: var(--icon-neutral-black)
}

@media only screen and (max-width:1199px) {
  .main-form__close {
    width: 40px;
    height: 40px
  }
}

.main-form__close svg {
  width: 24px;
  height: 24px
}

.main-form__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px)
}

@media only screen and (max-width:1199px) {
  .main-form__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.main-form__col {
  position: relative;
  z-index: 1
}

.main-form__left {
  padding-top: 104px;
  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-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  position: relative
}

@media only screen and (max-width:1441px) {
  .main-form__left {
    padding-top: 120px
  }
}

@media only screen and (max-width:1199px) {
  .main-form__left {
    padding: 32px 40px 40px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }
}

@media only screen and (max-width:479px) {
  .main-form__left {
    padding: 32px 24px 24px
  }
}

.main-form__title {
  margin-bottom: 24px
}

@media only screen and (max-width:479px) {
  .main-form__title {
    margin-bottom: 16px
  }
}

@media only screen and (max-width:479px) {
  .main-form__title {
    font-size: 2.25rem;
    line-height: 122%
  }
}

.main-form__desc {
  max-width: 592px;
  margin-bottom: 24px
}

@media only screen and (max-width:479px) {
  .main-form__desc {
    margin-bottom: 16px
  }
}

.main-form__text-wrapp {
  margin-bottom: 24px
}

@media only screen and (max-width:479px) {
  .main-form__text-wrapp {
    margin-bottom: 16px
  }
}

.main-form__text {
  max-height: 1000px
}

.main-form__success-text {
  pointer-events: none;
  opacity: 0;
  max-height: 0
}

.main-form__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 64px;
  margin-top: auto
}

.main-form__contact {
  min-width: 280px
}

@media only screen and (max-width:767px) {
  .main-form__contact {
    min-width: calc((100% - 64px)/ 2)
  }
}

.main-form__contact span {
  display: block;
  font-weight: 700;
  font-size: .75rem;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--text-accent)
}

.main-form__contact a {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 140%;
  color: var(--text-primary);
  margin-top: 8px
}

@media only screen and (max-width:479px) {
  .main-form__contact a {
    font-size: 1rem;
    line-height: 150%;
    margin-top: 0
  }
}

.main-form__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 45%;
  flex: 1 0 45%;
  padding-left: 80px;
  padding-top: 162px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

@media only screen and (max-width:1441px) {
  .main-form__right {
    padding-left: 64px;
    padding-top: 104px
  }
}

@media only screen and (max-width:1199px) {
  .main-form__right {
    padding: 40px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-height: 1000px
  }
}

@media only screen and (max-width:767px) {
  .main-form__right {
    background-color: var(--surface-primary)
  }
}

@media only screen and (max-width:479px) {
  .main-form__right {
    padding: 24px
  }
}

.main-form__form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:1442px) {
  .main-form__form .input {
    margin-bottom: 32px
  }
}

.main-form__form textarea {
  height: 116px
}

.main-form__form .add-file {
  margin-top: 68px
}

@media only screen and (max-width:1441px) {
  .main-form__form .add-file {
    margin-top: 56px
  }
}

.main-form__inputs {
  margin-bottom: 24px
}

@media only screen and (max-width:1199px) {
  .main-form__inputs {
    margin-bottom: 16px
  }
}

.main-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 24px
}

.main-form__row .input {
  width: calc((100% - 24px)/ 2);
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media only screen and (max-width:479px) {
  .main-form__row .input {
    width: 100%
  }
}

.main-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 24px;
  margin-top: auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

@media only screen and (max-width:479px) {
  .main-form__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (max-width:479px) {
  .main-form__btn {
    width: 100%
  }
}

.main-form.is-success .main-form__text {
  pointer-events: none;
  -webkit-animation: formTextOut .5s ease-in-out forwards;
  animation: formTextOut .5s ease-in-out forwards
}

@media only screen and (max-width:1199px) {
  .main-form.is-success .main-form__text {
    -webkit-animation: successTextOut .5s ease-in-out forwards;
    animation: successTextOut .5s ease-in-out forwards
  }
}

.main-form.is-success .main-form__success-text {
  pointer-events: all;
  -webkit-animation: successTextIn .5s ease-in-out forwards .6s;
  animation: successTextIn .5s ease-in-out forwards .6s
}

.main-form.is-success .main-form__right {
  opacity: 0;
  pointer-events: none
}

.main-form.is-success .main-form__contacts {
  -webkit-animation: opacityRevers 1s ease-in-out forwards;
  animation: opacityRevers 1s ease-in-out forwards
}

@media only screen and (min-width:1200px) {
  .main-form.is-success::before {
    left: 100%
  }

  .main-form.is-success .main-form__right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
  }
}

@media only screen and (max-width:1199px) {
  .main-form.is-success::before {
    top: 100%
  }

  .main-form.is-success .main-form__right {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    max-height: 0
  }
}

.main-form.is-again .main-form__text {
  pointer-events: all;
  opacity: 0;
  max-height: 0;
  -webkit-animation: formTextIn .5s ease-in-out forwards .4s;
  animation: formTextIn .5s ease-in-out forwards .4s
}

.main-form.is-again .main-form__success-text {
  pointer-events: none;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: successTextOut .5s ease-in-out forwards;
  animation: successTextOut .5s ease-in-out forwards
}

.main-form.is-again .main-form__contacts {
  -webkit-animation: opacityReversAgain 1s ease-in-out forwards;
  animation: opacityReversAgain 1s ease-in-out forwards
}

@media only screen and (max-width:1199px) {
  .main-form.is-again .main-form__right {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
  }
}




@-webkit-keyframes openMenu {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes openMenu {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes closeMenu {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    overflow: hidden
  }

  50% {
    opacity: 1
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    overflow: hidden
  }
}

@keyframes closeMenu {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    overflow: hidden
  }

  50% {
    opacity: 1
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    overflow: hidden
  }
}

@-webkit-keyframes openMenuContent {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes openMenuContent {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes formTextOut {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    max-height: 1000px
  }

  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    max-height: 0
  }
}

@keyframes formTextOut {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    max-height: 1000px
  }

  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    max-height: 0
  }
}

@-webkit-keyframes formTextIn {
  1% {
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    max-height: 1000px;
    visibility: hidden;
    visibility: visible
  }
}

@keyframes formTextIn {
  1% {
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    max-height: 1000px;
    visibility: hidden;
    visibility: visible
  }
}

@-webkit-keyframes successTextIn {
  1% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    max-height: 0;
    visibility: hidden
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    max-height: 1000px;
    visibility: visible
  }
}

@keyframes successTextIn {
  1% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    max-height: 0;
    visibility: hidden
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    max-height: 1000px;
    visibility: visible
  }
}

@-webkit-keyframes successTextOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    max-height: 1000px;
    visibility: visible
  }

  100% {
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
    opacity: 0;
    max-height: 0;
    visibility: hidden
  }
}

@keyframes successTextOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    max-height: 1000px;
    visibility: visible
  }

  100% {
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
    opacity: 0;
    max-height: 0;
    visibility: hidden
  }
}

@-webkit-keyframes opacityRevers {
  0% {
    opacity: 1
  }

  20% {
    opacity: 0
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes opacityRevers {
  0% {
    opacity: 1
  }

  20% {
    opacity: 0
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes opacityReversAgain {
  0% {
    opacity: 1
  }

  20% {
    opacity: 0
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes opacityReversAgain {
  0% {
    opacity: 1
  }

  20% {
    opacity: 0
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}






.header-container {
  position: absolute;
  width: 100%;
  height: 40px;
}
.header-container .container {
  position: relative;
}

/* CHANGED NEW HEADER */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 380px;
  height: 600px;
  background: rgba(0,0,10,.35);
  padding: 2rem;
  flex-direction: column;
  align-items: start;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
/* .header {
  position: absolute;
  top: 6rem;
  left: 3rem;
  z-index: 50;
  width: 360px;
  border-radius: 14px;
  background: rgba(255,255,255,.65);
  padding: 2rem;
  flex-direction: column;
  align-items: start;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-top: 1px solid rgba(255,255,255,.65);
  border-left: 1px solid rgba(255,255,255,.65);
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.15);
} */



/* CHANGED NEW HEADER */
@media only screen and (max-width:1023px) {
  .header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 1.25rem;
  }
}
/* @media only screen and (max-width:1023px) {
  .header {
    position: relative;
    width: 100%;
    top: 1rem;
    left: 0;
    padding: 1rem 1.25rem;
  }
} */

@media only screen and (max-width:479px) {
  .header-container .container {
    padding: 0 1rem;
  }
  .header {
    padding: 0.75rem 1rem;
  }
}

.header--main {
  position: absolute;
  top: 0;
  left: 0
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}

.header__logo {
  z-index: 10
}

@media only screen and (max-width:350px) {
  .header__logo .logo__text {
    display: none
  }
}


.header__nav {
  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: start;
  -ms-flex-align: start;
  align-items: start;
}


.header__btn {
  position: relative;
  z-index: 10;
  white-space: nowrap
}

.header__burger {
  display: none
}

@media only screen and (max-width:1023px) {
  .header__burger {
    display: block
  }
}

@media only screen and (max-width:1023px) {
  .top-menu {
    opacity: 1;
    -webkit-transition: all .4s ease, width 0s;
    transition: all .4s ease, width 0s;
    scrollbar-width: thin;
    -webkit-animation: menuOverflowAuto .4s forwards;
    animation: menuOverflowAuto .4s forwards
  }

  .top-menu:not(.is-active) {
    opacity: 0;
    height: 0;
    -webkit-animation: menuOverflow .4s forwards;
    animation: menuOverflow .4s forwards
  }
}

.top-menu__wrapper {
  position: relative;
  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;
  overflow: hidden;
  margin-top: 2rem;
}


.top-menu__list {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  gap: 12px;
}


.top-menu__item {
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.top-menu__item.is-hide {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden
}


/* CHANGED NEW HEADER */
.top-menu__link {
  font-size: 1rem;
  display: flex;
  font-weight: 600;
  line-height: 150%;
  align-items: center;
  gap: 12px;
  color: #FFF;
  text-transform: uppercase;
  padding: 4px 0;
  white-space: nowrap;
  z-index: 10;
}
/* .top-menu__link {
  font-size: 1rem;
  display: flex;
  font-weight: 600;
  line-height: 150%;
  align-items: center;
  gap: 12px;
  color: var(--text-primary-not-reversely);
  padding: 4px 0;
  white-space: nowrap;
  z-index: 10;
} */
.top-menu__link img {
  width: 32px;
  height: 32px;
}

/* ADDED NEW HEADER */
.top-menu__link:hover {
  color: #00b0ff;
}

.top-menu__item--has-childe {
  width: 320px;
  /* width: 300px; */ /* CHANGED NEW HEADER */
  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;
  gap: 16px
}

.top-menu__item--has-childe.is-active {
  /* -webkit-transform: translateY(-50px) !important;
  -ms-transform: translateY(-50px) !important;
  transform: translateY(-50px) !important; */
}

.top-menu__item--has-childe.is-active .top-menu__sublist {
  /* -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); */
  opacity: 1;
  visibility: visible;
  pointer-events: all
}

.top-menu__item--has-childe.is-active .top-menu__childe-link {
  /* -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); */
  opacity: 0;
  pointer-events: none
}

.top-menu__item--has-childe.is-active .top-menu__link {
  font-size: 1.25rem;
  opacity: .75
  /* opacity: .5 */ /* CHANGED NEW HEADER */
}


.top-menu__childe-link .svg-icon {
  width: 24px;
  height: 24px;
}

/* CHANGED NEW HEADER */
/*
.top-menu__childe-link {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  padding: 4px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}
/* 
.top-menu__childe-link {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  /* padding: 4px; 
  -webkit-transition: all .4s ease;
  transition: all .4s ease
} */


.top-menu__sublist {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 12px;
  text-align: right;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  overflow-y: auto;
  height: 300px;
  max-width: 250px;
  padding-right: 8px;
}
.top-menu__sublist ul {
  list-style: none;
}
.top-menu__subitem {
  margin-bottom: 12px
}
.top-menu__subitem:last-child {
  margin-bottom: 0
}
/* CHANGED NEW HEADER */
.top-menu__sublink {
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
}
/* 
.top-menu__sublink {
  font-weight: 600;
  font-size: 15px;
  color: var(--text-primary);
} */

/* ADDED NEW HEADER */
.top-menu__sublink:hover {
  color: #00b0ff;
}

.top-menu__back-link {
  position: absolute;
  top: 42px;
  /* top: 45px; */ /* CHANGED NEW HEADER */
  left: 2px;
  z-index: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

/* CHANGED NEW HEADER */
.top-menu__back-link img, .top-menu__back-link svg {
  width: 30px;
  height: 30px;
}

/* .top-menu__back-link img, .top-menu__back-link svg {
  width: 24px;
  height: 24px;
} */

.top-menu__back-link:not(.is-active) {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  pointer-events: none
}








.burger {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  background-color: #665ef6; /* CHANGED NEW HEADER */
  /* background-color: #220999; */
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.burger span,
.burger::after,
.burger::before {
  content: "";
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: var(--icon-neutral-white);
  -webkit-transition: opacity .3s ease, -webkit-transform .3s cubic-bezier(.37, -.38, .59, 1.42);
  transition: opacity .3s ease, -webkit-transform .3s cubic-bezier(.37, -.38, .59, 1.42);
  transition: opacity .3s ease, transform .3s cubic-bezier(.37, -.38, .59, 1.42);
  transition: opacity .3s ease, transform .3s cubic-bezier(.37, -.38, .59, 1.42), -webkit-transform .3s cubic-bezier(.37, -.38, .59, 1.42)
}

.burger::before {
  top: 32%
}
.burger::after {
  bottom: 32%
}
.burger span {
  top: calc(50% - 1px)
}
.burger.is-active span {
  opacity: 0
}

.burger.is-active::before {
  -webkit-transform: translateX(-50%) translateY(6px) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(6px) rotate(-45deg);
  transform: translateX(-50%) translateY(6px) rotate(-45deg)
}
.burger.is-active::after {
  -webkit-transform: translateX(-50%) translateY(-6px) rotate(-135deg);
  -ms-transform: translateX(-50%) translateY(-6px) rotate(-135deg);
  transform: translateX(-50%) translateY(-6px) rotate(-135deg)
}

@media only screen and (max-width:1023px) {
  .burger {
    top: 1.25rem;
    right: 1.25rem;
  }
}
@media only screen and (max-width:479px) {
  .burger {
    top: 1rem;
    right: 1rem;
  }
}




@-webkit-keyframes menuOverflow {
  0% {
    overflow-y: auto;
    overflow-x: hidden
  }

  1% {
    overflow: hidden
  }

  100% {
    overflow: hidden
  }
}

@keyframes menuOverflow {
  0% {
    overflow-y: auto;
    overflow-x: hidden
  }

  1% {
    overflow: hidden
  }

  100% {
    overflow: hidden
  }
}

@-webkit-keyframes menuOverflowAuto {
  0% {
    overflow: hidden
  }

  99% {
    overflow: hidden
  }

  100% {
    overflow-y: auto;
    overflow-x: hidden
  }
}

@keyframes menuOverflowAuto {
  0% {
    overflow: hidden
  }

  99% {
    overflow: hidden
  }

  100% {
    overflow-y: auto;
    overflow-x: hidden
  }
}



.hero {
  position: relative
}

.hero .swiper-wrapper {
  height: auto
}

.hero .swiper-wrapper .container {
  display: flex;
  flex-direction: row;
  gap: 15%;
}


.hero__slide {
  height: 600px;
  /* height: auto; */ /* CHANGED NEW HEADER */
  position: relative;
  padding: 110px 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

/* ADDED NEW HEADER */
@media only screen and (max-width:1366px) {
  .hero__slide {
    height: 100vh;
    padding: 100px 0;
  }
}
/* CHANGED NEW HEADER */
@media only screen and (max-width:1280px) {
  .hero__slide {
    height: 100vh;
    padding: 80px 0;
  }
}
/* @media only screen and (max-width:1280px) {
  .hero__slide {
    padding: 140px 0 100px;
  }
} */


@media only screen and (max-width:479px) {
  .hero__slider .container {
    padding: 0 16px
  }
}

.hero__slide.swiper-slide-active .hero__img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.hero__slide.swiper-slide-active .hero__title {
  opacity: 1;
  letter-spacing: unset;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  line-height: 110%;
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.hero__slide.swiper-slide-active .hero__btn {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.hero__slide.swiper-slide-active .hero__heading::after,
.hero__slide.swiper-slide-active .hero__heading::before {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: .4
}

@media only screen and (max-width:479px) {

  .hero__slide.swiper-slide-active .hero__heading::after,
  .hero__slide.swiper-slide-active .hero__heading::before {
    opacity: .24
  }
}

.hero__slide.swiper-slide-active .hero__heading::before {
  left: -90px
}

@media only screen and (max-width:1199px) {
  .hero__slide.swiper-slide-active .hero__heading::before {
    left: -50px
  }
}

@media only screen and (max-width:479px) {
  .hero__slide.swiper-slide-active .hero__heading::before {
    left: -16px
  }
}

.hero__slide.swiper-slide-active .hero__heading::after {
  right: -75px
}

@media only screen and (max-width:479px) {
  .hero__slide.swiper-slide-active .hero__heading::after {
    right: -16px
  }
}

.hero__img {
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

.hero__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .25);
  -webkit-backdrop-filter: brightness(.75);
  backdrop-filter: brightness(.75)
}

.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.hero__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--text-reversely);
}

/* CHANGED NEW HEADER */
@media only screen and (min-width: 1024px) {
  .hero__content {
    margin-left: 250px;
  }
}
/* @media only screen and (min-width: 1024px) {
  .hero__content {
    margin-left: 450px;
    min-height: 440px;
  }
} */

/* CHANGED NEW HEADER */
.hero__heading {
  position: relative;
  width: 100%;
  min-height: 300px;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  justify-content: end;
}

/* .hero__heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50%;
  max-width: 100%;
  min-height: 380px;
  max-height: 380px;
  padding: 44px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */

@media only screen and (max-width:479px) {
  .hero__heading {
    min-width: 100%;
    min-height: unset;
    max-height: 141px;
    padding: 0
  }
}


/*====== 0088FF AA00FF

.hero__heading::after,
.hero__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  min-height: 360px;
  width: 166px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

@media only screen and (max-width:479px) {

  .hero__heading::after,
  .hero__heading::before {
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%)
  }
}

.hero__heading::before {
  left: -50%;
  background-position: left;
  background-image: url("data:image/svg+xml,%3Csvg class='hero__bracket hero__bracket--left' width='166' height='360' viewBox='0 0 166 360' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' d='M92.5714 360C62.7428 360 39.7714 352.8 23.6571 338.4C7.88571 323.657 0 301.714 0 272.571V87.4286C0 58.2857 7.88571 36.5143 23.6571 22.1143C39.7714 7.37143 62.7428 0 92.5714 0H165.6V39.0857H87.4286C74.7428 39.0857 64.4571 42.8572 56.5714 50.4C48.6857 57.9429 44.7429 67.0286 44.7429 77.6572V282.343C44.7429 292.971 48.6857 302.057 56.5714 309.6C64.4571 317.143 74.7428 320.914 87.4286 320.914H165.6V360H92.5714Z' fill='white' /%3E%3C/svg%3E")
}

.hero__heading::after {
  right: -50%;
  background-position: right;
  background-image: url("data:image/svg+xml, %3Csvg class='hero__bracket hero__bracket--right' width='166' height='360' viewBox='0 0 166 360' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' d='M73.0286 360C102.857 360 125.829 352.8 141.943 338.4C157.714 323.657 165.6 301.714 165.6 272.571V87.4286C165.6 58.2857 157.714 36.5143 141.943 22.1143C125.829 7.37143 102.857 0 73.0286 0H0V39.0857H78.1714C90.8572 39.0857 101.143 42.8572 109.029 50.4C116.914 57.9429 120.857 67.0286 120.857 77.6572V282.343C120.857 292.971 116.914 302.057 109.029 309.6C101.143 317.143 90.8572 320.914 78.1714 320.914H0V360H73.0286Z' fill='white' /%3E%3C/svg%3E")
}

======*/


.hero__title {
  font-weight: 600;
  color: var(--text-reversely);
  font-size: 52px;
  line-height: 90%;
  -webkit-transform: scale(1.45);
  -ms-transform: scale(1.45);
  transform: scale(1.45);
  opacity: 0;
  overflow-y: clip;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

@media only screen and (max-width: 1441px) {
  .hero__title {
    font-size: 46px
  }
}
@media only screen and (max-width:1280px) {
  .hero__title {
    font-size: 42px
  }
}

@media only screen and (max-width:1023px) {
  .hero__title {
    font-size: 38px
  }
}

@media only screen and (max-width:767px) {
  .hero__title {
    font-size: 32px;
    letter-spacing: unset;
    white-space: unset
  }
}

@media only screen and (max-width:479px) {
  .hero__title {
    font-size: 26px;
  }
}

.hero__bracket {
  position: absolute;
  top: 0
}

.hero__bracket--left {
  left: -90px
}

.hero__bracket--right {
  right: -75px
}

/* CHANGED NEW HEADER */
.hero__btn {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translateY(110px);
  -ms-transform: translateY(110px);
  transform: translateY(110px);
  opacity: 0;
  width: 100%;
  text-align: right;
}
/* .hero__btn {
  margin-top: 36px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translateY(110px);
  -ms-transform: translateY(110px);
  transform: translateY(110px);
  opacity: 0
} */

@media only screen and (max-width:479px) {
  .hero__btn {
    margin-top: 24px
  }
}

.hero__thumbs {
  position: absolute;
  width: auto;
  /* bottom: 3rem; */ /* CHANGED NEW HEADER */
  bottom: 2rem;
  right: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  overflow: hidden;
}

@media only screen and (max-width:767px) {
  .hero__thumbs {
    max-width: 100vw;
  }
}

.hero-thumbs__swiper {
  padding: 4px;
}
.hero-thumbs__swiper .swiper-wrapper {
  gap: 12px;
}

.hero-thumbs__slide {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  z-index: -1;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #FFF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
}

.swiper-slide-thumb-active {
  width: 48px;
}

.hero-thumbs__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--fills-accent)), color-stop(50%, var(--fills-neutral-light_grey)));
  background: linear-gradient(90deg, var(--fills-accent) 50%, var(--fills-neutral-light_grey) 50%);
  background-size: 200% 100%;
  background-position: 100% center;
  opacity: 0;
  -webkit-transition: opacity .3s ease, background-position 0s linear;
  transition: opacity .3s ease, background-position 0s linear;
}

.hero-thumbs__slide:nth-child(10) {
  z-index: 0
}

.hero-thumbs__slide:nth-child(9) {
  z-index: 1
}

.hero-thumbs__slide:nth-child(8) {
  z-index: 2
}

.hero-thumbs__slide:nth-child(7) {
  z-index: 3
}

.hero-thumbs__slide:nth-child(6) {
  z-index: 4
}

.hero-thumbs__slide:nth-child(5) {
  z-index: 5
}

.hero-thumbs__slide:nth-child(4) {
  z-index: 6
}

.hero-thumbs__slide:nth-child(3) {
  z-index: 7
}

.hero-thumbs__slide:nth-child(2) {
  z-index: 8
}

.hero-thumbs__slide:nth-child(1) {
  z-index: 9
}

.hero-thumbs__content {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.5);
}

@media only screen and (max-width:479px) {
  .hero-thumbs__content {
    padding: 16px
  }
}

.hero-thumbs__slide.swiper-slide-thumb-active .hero-thumbs__content {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background: var(--fills-neutral-white)
}

.hero-thumbs__slide.swiper-slide-thumb-active::before {
  opacity: 1
}

.hero-thumbs__slide.swiper-slide-thumb-active::after {
  opacity: 1;
  background-position: left;
  -webkit-transition: opacity .3s ease, background-position 7s linear;
  transition: opacity .3s ease, background-position 7s linear
}

.hero-thumbs__slide.swiper-slide-thumb-active .hero-thumbs__text {
  color: var(--text-accent)
}

@media(hover:hover) {
  .hero-thumbs__slide:hover .hero-thumbs__content {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background: var(--fills-neutral-white)
  }

  .hero-thumbs__slide:hover::before {
    opacity: 1
  }
}

.hero-thumbs__label {
  font-weight: 600;
  font-size: 12px;
  line-height: 133%;
  margin-bottom: 36px;
  color: var(--text-secondary);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1
}

@media only screen and (max-width:479px) {
  .hero-thumbs__label {
    margin-bottom: 12px
  }
}

.hero-thumbs__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: var(--text-primary);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3
}

@media only screen and (max-width:479px) {
  .hero-thumbs__text {
    font-size: 14px;
    line-height: 121%
  }
}

.delay-autoplay-hero-slider .hero-thumbs__slide.swiper-slide-thumb-active::after {
  background-position: 100% center;
  -webkit-transition: opacity .3s ease, background-position 0s linear;
  transition: opacity .3s ease, background-position 0s linear
}

.top-section {
  position: relative
}

@media only screen and (min-width:1024px) {
  .top-section {
    height: 600px;
  }
}

.top-section__img {
  position: absolute;
  inset: 0;
  z-index: -1
}

.top-section__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .48);
  -webkit-backdrop-filter: brightness(.5);
  backdrop-filter: brightness(.5)
}

.top-section__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.top-section__content {
  /* margin-left: 250px; */
  /* margin-left: 300px; */
  min-height: 590px;
  padding: 32px 0 64px;
  color: var(--text-reversely);
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (min-width:1920px) and (max-width:2150px) {
.top-section__content {
    margin-left: 250px;
  }
}


@media only screen and (min-width:1441px) and (max-width:1920px) {
.top-section__content {
    margin-left: 350px;
  }
}

@media only screen and (min-width:1024px) and (max-width:1441px) {
.top-section__content {
    margin-left: 450px;
  }
}


@media only screen and (max-width:1441px) {
  .top-section__content {
    min-height: 480px;
    padding: 24px 0 48px
  }
}

@media only screen and (max-width:1023px) {
  .top-section__content {
    min-height: 256px;
    padding: 24px 0
  }
}

@media only screen and (max-width:479px) {
  .top-section__content {
    min-height: 200px;
    padding: 16px 0 24px
  }
}

@media only screen and (max-width:767px) {
  .top-section__breadcrumbs {
    display: none
  }
}



.top-section__title {
  font-size: 3.5rem;
  margin-top: 8rem;
  margin-bottom: 3rem;
  
  font-weight: 600;
  /* font-size: 4rem; */
  line-height: 125%;
  color: var(--text-reversely);
  /* margin-top: auto; */
  /* margin-left: 450px; */
  text-align: right;
}

@media only screen and (max-width: 1023px) {
  .top-section__title {
    font-size: 2.5rem;
    margin-top: 6rem;
    margin-bottom: 2rem;

    line-height: 130%;
    /* margin-left: 0; */
    text-align: left;
  }
}

/* @media only screen and (max-width:1023px) {
  .top-section__title {
    font-size: 3rem;
    line-height: 130%;
    margin-left: 0;
    text-align: left;
  }
} */

@media only screen and (max-width: 767px) {
  .top-section__title {
    font-size: 2.25rem;
    margin-top: 6rem;

    line-height: 114%
  }
}

/* @media only screen and (max-width:767px) {
  .top-section__title {
    font-size: 2.5rem;
    line-height: 114%
  }
} */

.top-section__title--detail {
  font-size: 4rem;
  line-height: 125%
}

@media only screen and (max-width:1023px) {
  .top-section__title--detail {
    font-size: 3rem;
    line-height: 120%
  }
}

@media only screen and (max-width:767px) {
  .top-section__title--detail {
    font-size: 2.5rem;
    line-height: 114%
  }
}

.custom-theme {
  position: fixed;
  top: 200px;
  left: 0;
  z-index: 50
}

.custom-theme.is-open .custom-theme__body {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset
}

@media only screen and (max-width:479px) {
  .custom-theme {
    top: auto;
    bottom: 100px
  }
}

.custom-theme__btn {
  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: 50px;
  height: 50px;
  border-radius: 12px;
  background-color: var(--background-secondary)
}

.custom-theme__body {
  background-color: var(--background-primary);
  padding-top: 48px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  max-width: 550px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow: auto;
  scrollbar-width: thin
}

@media only screen and (max-width:479px) {
  .custom-theme__body {
    padding-top: 24px
  }
}

.custom-theme__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
  padding: 0 48px
}

@media only screen and (max-width:479px) {
  .custom-theme__top {
    padding: 0 24px
  }
}

.custom-theme__title {
  font-size: 24px;
  font-weight: 700
}

.custom-theme__close {
  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: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--icon-neutral-white);
  color: var(--icon-neutral-black);
  border: 1px solid var(--border-accent)
}

.custom-theme__close:hover {
  background-color: var(--background-accent);
  color: var(--icon-neutral-white)
}

.custom-theme__close svg {
  width: 24px;
  height: 24px
}

.custom-theme__form {
  padding: 0 48px
}

@media only screen and (max-width:479px) {
  .custom-theme__form {
    padding: 0 24px
  }
}

.custom-theme__item {
  padding-bottom: 24px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--border-neutral-light_grey)
}

.custom-theme__subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px
}

.custom-theme__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px
}

.custom-theme__options--colors .custom-theme__option {
  padding: 8px;
  border-radius: 12px;
  border: 4px solid transparent
}

.custom-theme__options--colors .custom-theme__option svg {
  pointer-events: none;
  width: 25px;
  height: 20px
}

@media only screen and (max-width:479px) {
  .custom-theme__options--colors .custom-theme__option svg {
    width: 25px;
    height: 20px
  }
}

.custom-theme__options--colors .custom-theme__option:hover {
  border-color: transparent;
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3)
}

.custom-theme__options--colors .custom-theme__option.is-active {
  outline: 2px solid var(--border-accent);
  border-color: var(--background-primary)
}

.custom-theme__option {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 6px 10px;
  border-radius: 8px;
  color: var(--text-primary);
  border: 1px solid var(--fills-neutral-light_grey);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.custom-theme__option:hover {
  border-color: var(--border-accent);
  color: var(--text-primary)
}

.custom-theme__option.is-active {
  background-color: var(--fills-accent);
  border-color: var(--border-accent);
  color: var(--text-reversely)
}

.custom-theme__bottom {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 48px 48px;
  background-color: var(--background-primary);
  -webkit-box-shadow: 0 8px 16px 0 var(--icon-neutral-light_grey);
  box-shadow: 0 8px 16px 0 var(--icon-neutral-light_grey)
}

.custom-theme__reset {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 6px 10px;
  border-radius: 8px;
  color: var(--text-primary);
  border: 1px solid var(--fills-neutral-light_grey);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.custom-theme__reset:hover {
  border-color: var(--border-accent);
  background-color: var(--fills-accent);
  color: var(--text-primary)
}

.contacts {
  background-position: top -20px left calc(50% + 612px)
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px
}

@media only screen and (max-width:767px) {
  .contacts__row {
    gap: 24px 32px
  }
}

.contacts__col {
  width: calc((100% - 128px)/ 3)
}

@media only screen and (max-width:767px) {
  .contacts__col {
    width: 100%
  }
}

.contacts__label {
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  text-transform: uppercase;
  color: var(--text-accent);
  margin-bottom: 8px
}

.contacts__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%
}

@media only screen and (max-width:1023px) {
  .contacts__text {
    font-size: 20px
  }
}

.contacts__text a {
  color: var(--text-primary);
  white-space: nowrap
}

.contacts__map {
  width: 100%;
  height: 1080px;
  -webkit-filter: saturate(7) brightness(.3) grayscale(1);
  filter: saturate(7) brightness(.3) grayscale(1)
}

@media only screen and (max-width:1023px) {
  .contacts__map {
    height: 700px
  }
}

@media only screen and (max-width:479px) {
  .contacts__map {
    height: 500px
  }
}

.contacts__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0
}

.page-404 {
  height: 100%;
  padding: 128px 0;
  background-image: url("data:image/svg+xml,%3Csvg width='288' height='626' viewBox='0 0 288 626' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.08' d='M160.994 1.11032e-05C109.118 1.56384e-05 69.1677 12.52 41.1428 37.56C13.7143 63.1962 1.5169e-05 101.352 1.95993e-05 152.029L4.77444e-05 473.971C5.21746e-05 524.648 13.7143 562.506 41.1429 587.546C69.1677 613.182 109.118 626 160.994 626L288 626L288 558.034L152.05 558.034C129.988 558.034 112.099 551.476 98.3851 538.36C84.6709 525.244 77.8137 509.445 77.8137 490.963L77.8137 135.037C77.8137 116.555 84.6708 100.756 98.3851 87.64C112.099 74.5238 129.988 67.9657 152.05 67.9657L288 67.9657L288 0L160.994 1.11032e-05Z' fill='%23AFBBCA' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 87px left calc(50% + 455px)
}

@media only screen and (max-width:1023px) {
  .page-404 {
    padding: 80px 0;
    background-position: center
  }
}

@media only screen and (max-width:479px) {
  .page-404 {
    padding: 48px 0
  }
}

.page-404__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  font-weight: 700;
  font-size: 200px;
  line-height: 80%;
  letter-spacing: .02em;
  color: var(--text-accent);
  margin-bottom: 64px
}

@media only screen and (max-width:1023px) {
  .page-404__number {
    font-size: 140px;
    gap: 0
  }
}

@media only screen and (max-width:767px) {
  .page-404__number {
    font-size: 100px;
    margin-bottom: 32px
  }
}

.page-404__number svg {
  color: var(--icon-neutral-black);
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media only screen and (max-width:1023px) {
  .page-404__number svg {
    height: 120px
  }
}

@media only screen and (max-width:479px) {
  .page-404__number svg {
    width: 15%;
    height: auto
  }
}

.footer {
  padding: 36px 0;
  background: var(--fills-neutral-black);
  color: var(--text-reversely)
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px
}

.footer__logo .logo__icon {
  height: 32px;
}

.footer__logo .logo__text {
  font-size: 16px;
  line-height: 12px;
}

.footer__social .social-block__link {
  color: var(--icon-neutral-black);
  background-color: var(--fills-accent)
}

.footer__social .social-block__link:hover {
  background-color: var(--fills-accent-hover)
}

.footer__bottom {
  padding-top: 24px
}

.footer__creator {
  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: flex-start;
  gap: .5rem 1rem;
  color: rgba(255,255,255,.5);
}

@media only screen and (max-width:767px) {
  .footer__creator {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.footer__creator a {
  display: block;
  line-height: 1;
  color: var(--text-reversely)
}

.footer__creator svg {
  width: 150px
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px
}

@media only screen and (max-width:1023px) {
  .footer-menu {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media only screen and (max-width:767px) {
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.footer-menu__item {
  position: relative;
  color: var(--text-reversely)
}

@media only screen and (min-width:1024px) {
  .footer-menu__item:hover .footer-menu__link {
    color: var(--text-accent)
  }

  .footer-menu__item:hover .footer-menu__link::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 32px;
    height: 2px;
    opacity: 1
  }
}

.footer-menu__link {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: .01em;
  padding: 4px 0;
  white-space: nowrap;
  color: inherit
}

@media only screen and (min-width:768px) {
  .slider-section .section__nav {
    padding-right: 150px
  }
}

@media only screen and (min-width:1024px) {
  .grid-list--cases .grid-list__item:nth-child(9n+1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 100%
  }

  .grid-list--cases .grid-list__item:nth-child(5n+5) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%
  }

  .grid-list--cases .grid-list__item:nth-child(5n+5) .card-case__img,
  .grid-list--cases .grid-list__item:nth-child(9n+1) .card-case__img {
    width: 65%;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .grid-list--cases .grid-list__item:nth-child(5n+5) .card-case__img img,
  .grid-list--cases .grid-list__item:nth-child(9n+1) .card-case__img img {
    aspect-ratio: 1.63
  }

  .grid-list--cases .grid-list__item:nth-child(5n+5) .card-case__title,
  .grid-list--cases .grid-list__item:nth-child(9n+1) .card-case__title {
    font-size: 2rem;
    line-height: 125%
  }

  .grid-list--cases .grid-list__item:nth-child(5n+5) .card-case__header,
  .grid-list--cases .grid-list__item:nth-child(9n+1) .card-case__header {
    margin-bottom: 24px
  }

  .grid-list--blog .grid-list__item:nth-child(7n+2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc((100% - 128px)/ 3*2 + 64px);
    flex: 1 0 calc((100% - 128px)/ 3*2 + 64px);
    max-width: calc((100% - 128px)/ 3*2 + 64px)
  }

  .grid-list--blog .grid-list__item:nth-child(7n+2) .card-blog__img img {
    aspect-ratio: 1.486
  }

  .grid-list--blog .grid-list__item:nth-child(7n+2) .card-blog__info {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 32px;
    background: var(--fills-neutral-white);
    max-width: 46%
  }

  .grid-list--blog .grid-list__item:nth-child(7n+2) .card-blog__info::before {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: -100%;
    left: -100%
  }

  .grid-list--blog .grid-list__item:nth-child(7n+2) .card-blog__title {
    font-size: 1.5rem;
    line-height: 133%
  }

  .grid-list--blog-page .grid-list__item:nth-child(10n+1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%
  }

  .grid-list--blog-page .grid-list__item:nth-child(10n+1) .card-blog__img img {
    aspect-ratio: 2.28
  }

  .grid-list--blog-page .grid-list__item:nth-child(10n+1) .card-blog__info {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 32px;
    background: var(--fills-neutral-white);
    max-width: 30%
  }

  .grid-list--blog-page .grid-list__item:nth-child(10n+1) .card-blog__title {
    font-size: 1.5rem;
    line-height: 133%
  }

  .grid-list--blog-page .grid-list__item:nth-child(7n+6) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc((100% - 128px)/ 3*2 + 64px);
    flex: 1 0 calc((100% - 128px)/ 3*2 + 64px);
    max-width: calc((100% - 128px)/ 3*2 + 64px)
  }

  .grid-list--blog-page .grid-list__item:nth-child(7n+6) .card-blog__img img {
    aspect-ratio: 1.486
  }

  .grid-list--blog-page .grid-list__item:nth-child(7n+6) .card-blog__info {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 32px;
    background: var(--fills-neutral-white);
    max-width: 46%
  }

  .grid-list--blog-page .grid-list__item:nth-child(7n+6) .card-blog__title {
    font-size: 1.5rem;
    line-height: 133%
  }
}

@media only screen and (max-width:1441px) {
  .container {
    max-width: 1198px
  }
  .features__title {
    font-size: 3rem
  }
}

@media only screen and (max-width:1199px) {
  .container {
    max-width: 1008px
  }

  .grid-list {
    gap: 32px 24px
  }

  .grid-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 48px)/ 3);
    flex: 0 0 calc((100% - 48px)/ 3)
  }
}

@media only screen and (max-width:1023px) {
  .container {
    max-width: 860px;
    padding: 0 2rem;
  }

  .h1,
  h1 {
    font-size: 2.5rem;
    line-height: 115%
  }

  .h2,
  h2 {
    font-size: 2.25rem;
    line-height: 117%
  }

  .h3,
  h3 {
    font-size: 2.125rem;
    line-height: 120%
  }

  .h4,
  h4 {
    font-size: 2rem;
    line-height: 122%
  }

  .text-md {
    font-size: 1.25rem;
    line-height: 138%
  }

  .text-lg-strong {
    font-size: 1.5rem;
    line-height: 133%
  }

  .loading .comma-loader {
    display: none
  }

  .animation-hero.start-animation .header {
    top: 244px;
    left: 0;
    width: 100%;
    height: 180px;
    overflow: visible;
    -webkit-animation: headerPosToTopLg .4s ease-in-out forwards 1.7s;
    animation: headerPosToTopLg .4s ease-in-out forwards 1.7s
  }

  .animation-hero.start-animation .header::before {
    -webkit-animation: headerBgGrowMobile .6s ease-in-out forwards .5s, headerBgGrow2Mobile .3s ease-in-out forwards 1.7s;
    animation: headerBgGrowMobile .6s ease-in-out forwards .5s, headerBgGrow2Mobile .3s ease-in-out forwards 1.7s
  }

  .animation-hero.start-animation .header .container {
    overflow: hidden
  }

  .animation-hero.start-animation .header__inner {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
  }

  .animation-hero.start-animation .header__logo {
    position: relative;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    width: 100%;
    -webkit-animation: unset;
    animation: unset
  }

  .animation-hero.start-animation .header__nav {
    opacity: 1;
    -webkit-transform: translateX(72px);
    -ms-transform: translateX(72px);
    transform: translateX(72px);
    -webkit-animation: headerBurgerPos .4s ease-in-out forwards 2.5s;
    animation: headerBurgerPos .4s ease-in-out forwards 2.5s
  }

  .animation-hero.start-animation .header__burger {
    opacity: 0;
    -webkit-animation: opacityOut .5s ease-in-out forwards 2.5s;
    animation: opacityOut .5s ease-in-out forwards 2.5s
  }

  .btn {
    font-size: 1rem;
    line-height: 100%;
    padding: 1rem 1.5rem
  }

  .section {
    padding: 80px 0
  }

  .section__row {
    gap: 24px
  }

  .section__col-lg {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
  }

  .section__nav {
    gap: 24px
  }

  .section--md-pad {
    padding: 40px 0
  }

  .section--lg-pad {
    padding: 100px 0
  }

  .features__title {
    font-size: 3rem
  }

  .img-row {
    min-height: 50vh
  }

  .img-row__inner {
    gap: 48px
  }

  .img-row+.img-row {
    margin-top: 48px
  }

  .person__name {
    font-size: 1.25rem;
    line-height: 138%
  }

  .grid-list {
    gap: 0
  }

  .sliderMobile {
    padding: 0 24px 0 24px;
    margin: 0 -24px 0 -24px
  }

  .sliderMobile .swiper-slide {
    max-width: 384px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .sliderMobile .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .full-swiper.container {
    max-width: calc(100% - (50% - 368px));
    margin-left: calc(50% - 368px)
  }

  .slider-section .swiper {
    padding: 0 24px 0 24px;
    margin: 0 -24px 0 -24px
  }

  .slider-section .grid-list__item {
    max-width: 384px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

@media only screen and (max-width:767px) {
  .container {
    max-width: 100%
  }

  .text-lg-strong {
    font-size: 1.375rem;
    line-height: 140%
  }

  .animation-hero.start-animation .header__nav {
    -webkit-transform: translateX(48px);
    -ms-transform: translateX(48px);
    transform: translateX(48px)
  }

  .section__col-auto-md {
    width: 100%
  }

  .section__nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0 24px;
    margin: 0 -24px
  }

  .section--decor {
    background-position: center
  }

  .section--decor-center {
    background-position: center
  }

  .features__title {
    font-size: 2.5rem
  }
  .text-sm-upper {
    font-size: .75rem;
  }
  .section__text {
    font-size: 1rem;
  }

  .img-row {
    min-height: unset
  }

  .img-row__inner {
    gap: 32px
  }

  .img-row__col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
  .img-row__col .img-row__content {
    margin-top: 3rem;
  }

  .img-row__img {
    position: relative;
    left: 0;
    min-height: 250px;
  }

  .img-row.is-reverse .img-row__img {
    right: 0;
    min-height: 250px;
  }

  .comma-tabs__nav {
    gap: 1.25rem
  }

  .full-swiper.container {
    max-width: 100%;
    margin-left: 0
  }

  .scroll-booster {
    width: 100%
  }

  .slider-section .slider-buttons {
    position: static;
    margin-bottom: 16px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@media only screen and (max-width:479px) {
  .mb-56 {
    margin-bottom: 24px !important
  }

  .mb-64 {
    margin-bottom: 24px !important
  }

  .mt-64 {
    margin-top: 24px !important
  }

  .h1,
  h1 {
    font-size: 2.75rem;
    line-height: 118%
  }

  .h2,
  h2 {
    font-size: 2.5rem;
    line-height: 110%
  }

  .h3,
  h3 {
    font-size: 2.25rem;
    line-height: 122%
  }

  .h4,
  h4 {
    font-size: 2rem;
    line-height: 124%
  }

  .h5,
  h5 {
    font-size: 2rem;
    line-height: 133%
  }

  .h6,
  h6 {
    font-size: 1.5rem;
    line-height: 133%
  }

  .text-md {
    font-size: 1rem;
    line-height: 150%
  }

  .text-lg-strong {
    font-size: 1.125rem;
    line-height: 150%
  }

  .text-sm-upper {
    font-size: .75rem;
    font-weight: 700
  }

  .animation-hero.start-animation .header {
    -webkit-animation: headerPosToTopSm .4s ease-in-out forwards 1.7s;
    animation: headerPosToTopSm .4s ease-in-out forwards 1.7s
  }

  .btn {
    font-weight: 700;
    font-size: .8125rem;
    line-height: 123%;
    padding: .75rem 1rem
  }

  .btn--lg {
    font-size: .875rem;
    line-height: 123%;
    padding: .875rem 1.25rem;
    min-height: unset
  }

  .btn--sm {
    min-height: 2.5rem
  }

  .btn--icon-left {
    padding-left: .75rem
  }

  .btn--icon-right {
    padding-right: .75rem
  }

  .section {
    padding: 48px 0
  }

  .section__text {
    font-size: 1rem;
    line-height: 150%
  }

  .section--md-pad {
    padding: 32px 0
  }

  .section--lg-pad {
    padding: 48px 0
  }

  .features {
    gap: 24px;
  }

  .features__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 24px);
    flex: 1 0 calc(50% - 24px)
  }

  .features__title {
    font-size: 3rem
  }

  .img-row__inner {
    gap: 24px
  }

  .img-row+.img-row {
    margin-top: 32px
  }

  .person__name {
    font-size: 1.125rem;
    line-height: 142%
  }

  .sliderMobile .swiper-slide {
    max-width: 303px
  }

  .slider-section .grid-list__item {
    max-width: 303px
  }

  .input {
    margin-bottom: 16px
  }

  .input__status {
    margin-top: 0
  }
}

@media only screen and (max-width:413px) {
  .sliderMobile .swiper-slide {
    max-width: 80vw
  }

  .slider-section .grid-list__item {
    max-width: 80vw
  }
}

@media only screen and (min-width:1024px)and (max-width:1199px) {

  .grid-list--cases .grid-list__item:nth-child(5n+5) .card-case__img,
  .grid-list--cases .grid-list__item:nth-child(9n+1) .card-case__img {
    width: 66%
  }

  .grid-list--cases .grid-list__item:nth-child(5n+5) .card-case__title,
  .grid-list--cases .grid-list__item:nth-child(9n+1) .card-case__title {
    font-size: 1.5rem
  }

  .grid-list--blog .grid-list__item:nth-child(7n+2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc((100% - 48px)/ 3*2 + 24px);
    flex: 1 0 calc((100% - 48px)/ 3*2 + 24px);
    max-width: calc((100% - 48px)/ 3*2 + 24px)
  }

  .grid-list--blog .grid-list__item:nth-child(7n+2) .card-blog__info {
    max-width: 100%
  }

  .grid-list--blog-page .grid-list__item:nth-child(10n+1) .card-blog__info {
    max-width: 66%
  }

  .grid-list--blog-page .grid-list__item:nth-child(7n+6) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc((100% - 48px)/ 3*2 + 24px);
    flex: 1 0 calc((100% - 48px)/ 3*2 + 24px);
    max-width: calc((100% - 48px)/ 3*2 + 24px)
  }

  .grid-list--blog-page .grid-list__item:nth-child(7n+6) .card-blog__info {
    max-width: 100%
  }
}

@media only screen and (min-width:1024px)and (max-width:1023px) {
  .grid-list--blog-page .grid-list__item:nth-child(7n+6) .card-blog__title {
    font-size: 1.25rem
  }
}

@media (hover:hover) {
  a:hover {
    text-decoration: none;
    color: var(--text-accent-hover)
  }

  .btn:active,
  .btn:hover {
    background: var(--fills-accent-hover);
    color: var(--text-reversely)
  }

  .slider-buttons__next:hover,
  .slider-buttons__prev:hover {
    background-color: var(--fills-accent);
    color: var(--text-reversely)
  }
}

@media (hover:none) {
  a:active {
    text-decoration: none;
    color: var(--text-accent-hover)
  }

  .btn:active {
    background: var(--fills-accent-hover);
    color: var(--text-reversely)
  }

  .slider-buttons__next:active,
  .slider-buttons__prev:active {
    background-color: var(--fills-accent);
    color: var(--text-reversely)
  }
}



.containerWrapper {
  background-color: #F3F4F6;
  border: 2px solid #FFF;
  padding: 4rem 0;
}







font.errortext{color:red}font.notetext{color:green}


.main-form {
    transform: translateY(100vh);
}

.main-form__right > div {
    height: 100%;
}
.custom-color-picker {
    position: relative;
}

.custom-color-picker__btn{
    background: -webkit-linear-gradient(90deg, #ff0000,#fbff00,#199400,#0088cc,#6600ff);
    background: linear-gradient(90deg, #ff0000,#fbff00,#199400,#0088cc,#6600ff);

}

.custom-color-picker__container {
    position: absolute;
    display: none;
    top: 110%;
    right: 0;
}
@media (max-width: 560px) {

    .custom-color-picker__container {
        position: fixed;
        display: none;
        top: 20%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

.contacts__map > div,
.contacts__map .bx-yandex-view-layout,
.contacts__map .bx-yandex-view-map {
  height: 100%;
}
@media (min-width:768px) {
  .comma-tabs__nav {
    flex-wrap: wrap;
  }
}

blockquote {
    border-left: 5px solid var(--fills-accent);
    /* font-size: 14px; */
    padding: 20px 20px;
    margin: 12px 0;
    background-color: #E5E5E5;
}

.dev__li_ul_padding {
    padding-left: 2.7rem !important;
}

/* CUSTOM */
/* Documents block */
.service-docs__title{
  padding-bottom: 12px;
  border-bottom: 2px solid var(--fills-accent, #ff6a00);
  margin-bottom: 28px;
}

.service-docs__list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 48px;
}

@media (max-width: 768px){
  .service-docs__list{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.service-docs__item{
  display: flex;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.service-docs__item:hover .service-docs__name{
  color: var(--text-accent, #111);
}

.service-docs__icon{
  width: 64px;
  height: 64px;
  border-radius: 14px;
  flex: 0 0 64px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
  overflow: hidden;
  background: #64748b; /* default */
}

.service-docs__icon::before{
  content: attr(data-ext);
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
}

.service-docs__icon::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0; height: 0;
  border-top: 18px solid rgba(255,255,255,.55);
  border-left: 18px solid transparent;
}

/* ext colors */
.service-docs__icon[data-ext="pdf"]{ background: #e11d48; }
.service-docs__icon[data-ext="doc"],
.service-docs__icon[data-ext="docx"]{ background: #2563eb; }
.service-docs__icon[data-ext="xls"],
.service-docs__icon[data-ext="xlsx"]{ background: #16a34a; }
.service-docs__icon[data-ext="ppt"],
.service-docs__icon[data-ext="pptx"]{ background: #f97316; }
.service-docs__icon[data-ext="zip"],
.service-docs__icon[data-ext="rar"],
.service-docs__icon[data-ext="7z"]{ background: #f59e0b; }

.service-docs__meta{
  display: block;
  min-width: 0;
}

.service-docs__name{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.25;
}

.service-docs__size{
  display: block;
  margin-top: 6px;
  font-size: .95rem;
  color: var(--text-secondary, #6b7280);
}


/* FOR SERVICES VOLNA */
.vks_advantage_item {
      text-align: center;
}

/* чтобы картинки не вылезали */
.volna-head img,
.volna-advantages img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* head */
.volna-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:48px;
}

.volna-head__left{
  display:flex;
  flex-direction:column;
  gap:16px;
  min-width: 0;
}

.volna-head__logo{ max-width: 240px; }
.volna-head__hero{ max-width: 520px; }

.volna-divider{
  display:block;
  width:100px;
  height:5px;
  background-color:#19A0DA;
  margin:50px auto;
}

.volna-title{
  text-align:center;
  margin: 0 0 32px;
}

/* преимущества */
.volna-advantages{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:60px;
}

.volna-advantages .vks_advantage_item{
  flex: 1 1 calc(25% - 60px);
  min-width: 220px;
  text-align:center;
}

.volna-advantages .vks_advantage_img{
  margin: 0 auto 16px;
}

/* планшет */
@media (max-width: 992px){
  .volna-head{
    flex-direction:column;
    align-items:flex-start;
    gap:24px;
  }

  .volna-head__hero{
    max-width: 100%;
  }

  .volna-advantages{
    gap:32px;
  }

  .volna-advantages .vks_advantage_item{
    flex: 1 1 calc(50% - 32px);
  }
}

/* мобилка */
@media (max-width: 576px){
  .volna-head{
    align-items:stretch;
  }

  .volna-head__logo{
    max-width: 200px;
  }

  .volna-divider{
    margin: 32px auto;
  }

  .volna-advantages{
    gap:24px;
  }

  .volna-advantages .vks_advantage_item{
    flex: 1 1 100%;
    min-width: 0;
  }
}


/* AXIOMA - UPRAVLENIE */
.axioma-product_row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 50px;
}

.axioma-product_card img {
  max-height: 120px;
  width: fit-content;
  margin: 0 auto;
}

.axioma-product_card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  justify-content: space-between;
}

h6.axioma-card-title {
    text-align: center;
}