@charset "UTF-8";
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
}

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

/**
  * Render the `main` element consistently in IE.
  */
main {
  flex: 1 1 auto;
}

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

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
/*  h1 {
   font-size: 40px;
   color: #4F566B;
   padding-bottom: 15px;
 } */
/* Grouping content
    ========================================================================== */
/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}

/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
    ========================================================================== */
/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
ß ul {
  margin: 0;
}

li {
  list-style: none;
}

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

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

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

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

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

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

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

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

/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  vertical-align: baseline;
}

/**
  * Remove the default vertical scrollbar in IE 10+.
  */
textarea {
  overflow: auto;
}

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

/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
    ========================================================================== */
/*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
details {
  display: block;
}

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

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

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

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #121212;
}

body.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 15px;
  }
}

.btn {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3B58ED;
  border: 2px solid transparent;
  border-radius: 100px;
  line-height: 20px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.btn a {
  color: inherit;
}
.btn:hover {
  color: #12022F;
  background: #CDD4FF;
  border: 2px solid #3B58ED;
}

.header {
  background: #FFFFFF;
  border-bottom: 1px solid #EBEBEB;
}
.header__wrapper {
  padding: 19px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .header__wrapper {
    padding: 16px 0;
  }
}
.header__logo {
  z-index: 20;
}
.header__logo img {
  max-width: 145px;
}
@media screen and (max-width: 576px) {
  .header__logo img {
    max-width: 82px;
  }
}
.header__nav ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__nav ul {
    display: none;
  }
}
.header__nav ul li {
  padding: 0 12px;
}
.header__nav ul li a {
  color: #121212;
  transition: all 0.4s ease-in;
  padding: 6px 0;
  position: relative;
}
.header__nav ul li a::after {
  content: "";
  width: 0%;
  height: 0%;
  border-bottom: 2px solid #3B58ED;
  transition: all 0.6s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header__nav ul li a:hover:after {
  width: 100%;
  height: 100%;
}
.header__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 585px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .header__info {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .header__info {
    max-width: 105px;
  }
}
@media screen and (max-width: 768px) {
  .header__info {
    display: none;
  }
}
.header__info-btn {
  max-width: 255px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .header__info-btn {
    display: none;
  }
}
.header__lang span:nth-child(1) {
  margin-right: 50px;
}
@media screen and (max-width: 1400px) {
  .header__call {
    display: none;
  }
}
.header__call a {
  color: #121212;
  transition: all 0.2s ease-in;
  padding: 0 32px;
}
.header__call a:hover {
  color: #3B58ED;
}
.header__burger {
  display: none;
  width: 24px;
  height: 18px;
  z-index: 20;
  color: #3B58ED;
}
@media screen and (max-width: 768px) {
  .header__burger {
    display: flex;
  }
}
.header__mobile-menu {
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  padding-top: 110px;
  transform: translateX(-100%);
  display: none;
  transition: all 0.8s ease-out;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header__mobile-menu {
    width: 65%;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .header__mobile-menu {
    padding-top: 130px;
    width: 100%;
  }
}
.header__mobile-menu ul {
  margin-bottom: 40px;
}
.header__mobile-menu ul li {
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
  height: 45px;
}
.header__mobile-menu ul li a {
  font-size: 22px;
  color: #121212;
  max-width: 280px;
  width: 100%;
}
.header__mobile-menu.header__mobile-menu_active {
  transform: translateX(0);
  box-shadow: 8px 0px 33px 0px rgba(0, 0, 0, 0.9);
}
.header__mobile-info {
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
}

.switch {
  display: none;
}
.switch-for {
  cursor: pointer;
  position: relative;
}
.switch-for::after {
  content: "";
  width: 36px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.32);
  border-radius: 10px;
  position: absolute;
  top: -2px;
  right: 30px;
}
.switch-for::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  right: 47px;
  top: 0px;
  z-index: 1;
  transition-duration: 300ms;
}
.switch:checked + .switch-for::before {
  right: 33px;
}

.burger {
  position: relative;
  margin: -3px auto 0;
  padding: 12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: none;
}
.burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #3B58ED;
  border-radius: 50px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.burger span:nth-child(even) {
  left: 50%;
}
.burger span:nth-child(odd) {
  left: 2px;
}
.burger span:nth-child(1), .burger span:nth-child(2) {
  top: 0px;
}
.burger span:nth-child(3), .burger span:nth-child(4) {
  top: 7.5px;
}
.burger span:nth-child(5), .burger span:nth-child(6) {
  top: 15px;
}
.burger.open span:nth-child(1), .burger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.open span:nth-child(2), .burger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.open span:nth-child(1) {
  left: 2px;
  top: 4px;
}
.burger.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 4px;
}
.burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.burger.open span:nth-child(5) {
  left: 2px;
  top: 12px;
}
.burger.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 12px;
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  background-image: url("../img/hero/hero.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 730px;
  height: 572px;
  right: 0;
  right: -152px;
  right: -40px;
  top: 100px;
}
@media screen and (max-width: 1400px) {
  .hero::before {
    right: -150px;
  }
}
@media screen and (max-width: 1200px) {
  .hero::before {
    right: -262px;
  }
}
@media screen and (max-width: 992px) {
  .hero::before {
    right: -60px;
    top: auto;
    bottom: 100px;
    width: 420px;
    height: 287px;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .hero::before {
    display: none;
  }
}
.hero__wrapper {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .hero__wrapper {
    padding: 60px 0;
  }
}
@media screen and (max-width: 576px) {
  .hero__wrapper {
    padding: 24px 0;
  }
}
.hero__box {
  max-width: 636px;
}
.hero__title h1 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -3px;
  color: #121212;
}
@media screen and (max-width: 1400px) {
  .hero__title h1 {
    font-size: 68px;
  }
}
@media screen and (max-width: 1200px) {
  .hero__title h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 992px) {
  .hero__title h1 {
    font-size: 72px;
    line-height: 83px;
  }
}
@media screen and (max-width: 768px) {
  .hero__title h1 {
    max-width: 550px;
    font-size: 61px;
    line-height: 70px;
  }
}
@media screen and (max-width: 576px) {
  .hero__title h1 {
    max-width: 450px;
    font-size: 46px;
    line-height: 55px;
  }
}
@media screen and (max-width: 375px) {
  .hero__title h1 {
    max-width: 320px;
    font-size: 40px;
    line-height: 50px;
  }
}
.hero__subtitle {
  margin-bottom: 32px;
}
.hero__subtitle p {
  font-size: 18px;
  line-height: 26px;
  white-space: pre-line;
}
@media screen and (max-width: 1400px) {
  .hero__subtitle p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .hero__subtitle p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 576px) {
  .hero__subtitle p {
    font-size: 18px;
    line-height: 26px;
    max-width: 470px;
  }
}
@media screen and (max-width: 375px) {
  .hero__subtitle p {
    max-width: 320px;
  }
}
.hero__btn {
  max-width: 255px;
  margin-bottom: 64px;
}
@media screen and (max-width: 375px) {
  .hero__btn {
    max-width: 400px;
    margin-bottom: 24px;
  }
}
.hero__list li {
  font-size: 18px;
  line-height: 28px;
  color: #12022F;
  margin: 0 0 12px 36px;
  position: relative;
}
.hero__list li::before {
  content: "";
  position: absolute;
  background-image: url("../img/hero/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 24px;
  left: -36px;
  top: 2px;
}

.rolltext-pair__wrapper {
  padding: 20px 0 200px;
  width: 99.9%;
}
@media screen and (max-width: 576px) {
  .rolltext-pair__wrapper {
    padding: 30px 0 108px;
    overflow: hidden;
  }
}

.separatewebhranimation {
  overflow: hidden;
  background: #121212;
  padding: 12px 0;
  color: #FFFFFF;
}

.alternate {
  margin: 0 20px;
  display: inline-block;
}

.marquee-item-list {
  display: inline-flex;
  width: 100%;
  overflow-x: hidden;
}

.marquee-item-list li {
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  color: #3B58ED;
}

.marquee__inner {
  height: 100%;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
  animation: sw-marquee 15s linear infinite;
  will-change: transform;
}

@keyframes sw-marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.rolltext-pair .separatewebhranimation {
  padding: 10px 0;
}

.rolltext-pair .rtp1 {
  transform: rotate(5deg);
  margin: 0 0 0;
}
@media screen and (max-width: 992px) {
  .rolltext-pair .rtp1 {
    display: none;
  }
}

.rolltext-pair .rtp2 {
  transform: rotate(-2deg);
  margin: -6px 0 0;
  background: #121212;
}
@media screen and (max-width: 576px) {
  .rolltext-pair .rtp2 {
    transform: rotate(-5deg);
  }
}

.animation-2 {
  animation-direction: reverse;
}

.line-text {
  color: #FFFFFF;
}

.crossed {
  text-decoration: line-through;
}

.about {
  background-color: #CDD4FF;
  border-radius: 32px 32px 0px 0px;
}
.about__wrapper {
  padding: 150px 0 118px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .about__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .about__wrapper {
    padding: 54px 0;
  }
}
@media screen and (max-width: 576px) {
  .about__wrapper {
    padding: 24px 0 0;
  }
}
.about__box {
  max-width: 722px;
}
@media screen and (max-width: 1200px) {
  .about__box {
    max-width: 1100px;
  }
}
.about__title {
  margin-bottom: 24px;
}
.about__title h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -2px;
  color: #12022F;
}
@media screen and (max-width: 768px) {
  .about__title h2 {
    font-size: 46px;
    line-height: 49px;
  }
}
@media screen and (max-width: 576px) {
  .about__title h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
.about__subtitle {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .about__subtitle {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 576px) {
  .about__subtitle {
    margin-bottom: 24px;
  }
}
.about__subtitle p {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .about__subtitle p {
    font-size: 18px;
  }
}
.about__include {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  max-width: 542px;
}
@media screen and (max-width: 1200px) {
  .about__include {
    max-width: 1060px;
    gap: 15px;
  }
}
@media screen and (max-width: 992px) {
  .about__include {
    max-width: 735px;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 576px) {
  .about__include {
    justify-content: flex-start;
  }
}
.about__include-box {
  max-width: 255px;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  .about__include-box {
    max-width: 510px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 375px) {
  .about__include-box {
    max-width: 310px;
  }
}
.about__include-box-title {
  margin-bottom: 12px;
}
.about__include-box-title h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 576px) {
  .about__include-box-title h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.about__include-box-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.355556px;
}
.about__img {
  padding-bottom: 24px;
  margin-right: 107px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .about__img {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 576px) {
  .about__img {
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .about__img img {
    max-width: 188px;
  }
}
.about__img-orders {
  display: flex;
  align-items: center;
  padding: 13px;
  max-width: 377px;
  width: 100%;
  background: linear-gradient(0deg, #9C9C9C, #9C9C9C), rgba(37, 37, 37, 0.7);
  background-blend-mode: overlay, normal;
  backdrop-filter: blur(75px);
  opacity: 0.8;
  border-radius: 24px;
  position: absolute;
  top: 204px;
  left: -112px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .about__img-orders {
    left: -70px;
  }
}
@media screen and (max-width: 768px) {
  .about__img-orders {
    width: 195px;
    padding: 7px;
    top: 110px;
    left: -54px;
  }
}
.about__img-orders-icon, .about__img-conversion-icon {
  margin-right: 10px;
}
.about__img-orders-icon div, .about__img-conversion-icon div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about__img-orders-icon div img, .about__img-conversion-icon div img {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about__img-orders-info {
    display: flex;
    flex-direction: column;
  }
}
.about__img-orders-info h4 {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .about__img-orders-info h4 {
    font-size: 11px;
    line-height: 15px;
  }
}
.about__img-orders-info span {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .about__img-orders-info span {
    font-size: 8px;
    line-height: 12px;
  }
}
.about__img-conversion {
  display: flex;
  align-items: center;
  padding: 16px;
  max-width: 241px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 106px 42px rgba(0, 0, 0, 0.01), 0px 60px 36px rgba(0, 0, 0, 0.05), 0px 27px 27px rgba(0, 0, 0, 0.09), 0px 7px 15px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: absolute;
  bottom: 262px;
  right: -104px;
}
@media screen and (max-width: 768px) {
  .about__img-conversion {
    width: 123px;
    padding: 7px;
    bottom: 142px;
    right: -48px;
    border-radius: 10px;
  }
}
.about__img-conversion-info h4 {
  font-size: 18px;
  line-height: 28px;
  color: #121212;
}
@media screen and (max-width: 768px) {
  .about__img-conversion-info h4 {
    font-size: 9px;
    line-height: 11px;
  }
}
.about__img-conversion-info span {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.06em;
  color: #121212;
}
@media screen and (max-width: 768px) {
  .about__img-conversion-info span {
    font-size: 13px;
    line-height: 15px;
  }
}

.advantages {
  padding: 150px 0;
}
@media screen and (max-width: 576px) {
  .advantages {
    padding: 63px 0;
  }
}
.advantages__list-item {
  border-radius: 32px;
  padding: 64px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.7s ease, transform 1.7s ease;
}
@media screen and (max-width: 1200px) {
  .advantages__list-item {
    min-height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .advantages__list-item {
    min-height: 570px;
    padding-top: 24px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .advantages__list-item {
    min-height: 420px;
    padding: 24px;
  }
}
.advantages__list-item:not(:last-child) {
  margin-bottom: 30px;
}
.advantages__list-item:nth-child(odd) {
  background: #CDD4FF;
}
.advantages__list-item:nth-child(even) {
  background: #F5F5F5;
}
.advantages__list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 64px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .advantages__list-item::after {
    right: 50%;
    transform: translateX(50%);
  }
}
.advantages__list-item:nth-child(1)::after {
  background-image: url("../img/advantages/advantage1.png");
  width: 600px;
  height: 390px;
}
@media screen and (max-width: 1400px) {
  .advantages__list-item:nth-child(1)::after {
    width: 534px;
    height: 353px;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__list-item:nth-child(1)::after {
    width: 390px;
    height: 257px;
  }
}
@media screen and (max-width: 768px) {
  .advantages__list-item:nth-child(1)::after {
    width: 400px;
    height: 265px;
  }
}
@media screen and (max-width: 576px) {
  .advantages__list-item:nth-child(1)::after {
    width: 250px;
    height: 165px;
  }
}
.advantages__list-item:nth-child(2)::after {
  background-image: url("../img/advantages/advantage2.png");
  width: 621px;
  height: 421px;
}
@media screen and (max-width: 1400px) {
  .advantages__list-item:nth-child(2)::after {
    width: 530px;
    height: 360px;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__list-item:nth-child(2)::after {
    width: 390px;
    height: 265px;
  }
}
@media screen and (max-width: 768px) {
  .advantages__list-item:nth-child(2)::after {
    width: 400px;
    height: 272px;
  }
}
@media screen and (max-width: 576px) {
  .advantages__list-item:nth-child(2)::after {
    width: 272px;
    height: 185px;
  }
}
.advantages__list-item:nth-child(3)::after {
  background-image: url("../img/advantages/advantage3.png");
  width: 633px;
  height: 374px;
}
@media screen and (max-width: 1400px) {
  .advantages__list-item:nth-child(3)::after {
    width: 525px;
    height: 310px;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__list-item:nth-child(3)::after {
    width: 390px;
    height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .advantages__list-item:nth-child(3)::after {
    width: 400px;
    height: 236px;
  }
}
@media screen and (max-width: 576px) {
  .advantages__list-item:nth-child(3)::after {
    width: 235px;
    height: 139px;
  }
}
.advantages__list-item:nth-child(4)::after {
  background-image: url("../img/advantages/advantage4.png");
  width: 633px;
  height: 348px;
}
@media screen and (max-width: 1400px) {
  .advantages__list-item:nth-child(4)::after {
    width: 490px;
    height: 269px;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__list-item:nth-child(4)::after {
    width: 360px;
    height: 198px;
  }
}
@media screen and (max-width: 768px) {
  .advantages__list-item:nth-child(4)::after {
    width: 362px;
    height: 196px;
  }
}
@media screen and (max-width: 576px) {
  .advantages__list-item:nth-child(4)::after {
    width: 247px;
    height: 135px;
  }
}
.advantages__list-item:nth-child(5)::after {
  background-image: url("../img/advantages/advantage5.png");
  width: 297px;
  height: 446px;
  right: 174px;
}
@media screen and (max-width: 1400px) {
  .advantages__list-item:nth-child(5)::after {
    width: 410px;
    height: 400px;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__list-item:nth-child(5)::after {
    width: 210px;
    height: 287px;
    right: 115px;
  }
}
@media screen and (max-width: 992px) {
  .advantages__list-item:nth-child(5)::after {
    right: 50%;
    transform: translateX(50%);
    width: 167px;
    height: 254px;
  }
}
@media screen and (max-width: 768px) {
  .advantages__list-item:nth-child(5)::after {
    width: 131px;
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .advantages__list-item:nth-child(5)::after {
    width: 118px;
    height: 161px;
  }
}
.advantages__list-item.animate {
  opacity: 1;
  transform: translateY(0);
}
.advantages__list-box {
  max-width: 450px;
  width: 100%;
}
.advantages__list-title {
  margin: 20px 0;
}
@media screen and (max-width: 576px) {
  .advantages__list-title {
    margin: 4px 0 20px;
  }
}
.advantages__list-title h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -2px;
}
@media screen and (max-width: 576px) {
  .advantages__list-title h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media screen and (max-width: 576px) {
  .advantages__list-pros {
    padding-bottom: 150px;
  }
}
.advantages__list-pros li {
  margin: 0 0 12px 21px;
  position: relative;
  letter-spacing: -0.355556px;
}
.advantages__list-pros li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3B58ED;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
}

.stages {
  background: #F5F5F5;
  border-radius: 32px 32px 0px 0px;
}
.stages__wrapper {
  padding: 150px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .stages__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .stages__wrapper {
    padding: 44px 0;
  }
}
@media screen and (max-width: 375px) {
  .stages__wrapper {
    padding: 24px 0;
  }
}
@media screen and (max-width: 1400px) {
  .stages__title {
    max-width: 305px;
  }
}
@media screen and (max-width: 992px) {
  .stages__title {
    max-width: 900px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 375px) {
  .stages__title {
    max-width: 320px;
    margin-top: 4px;
  }
}
.stages__title h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -2px;
  color: #12022F;
}
@media screen and (max-width: 375px) {
  .stages__title h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
.stages__items {
  max-width: 776px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .stages__items {
    max-width: 800px;
    margin-left: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .stages__items {
    max-width: 740px;
    justify-content: space-between;
    gap: 15px;
  }
}
@media screen and (max-width: 992px) {
  .stages__items {
    max-width: 990px;
  }
}
@media screen and (max-width: 768px) {
  .stages__items {
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .stages__items {
    margin-left: 0;
    gap: 25px;
  }
}
.stages__box {
  max-width: 372px;
  width: 100%;
  padding-bottom: 30px;
}
.stages__box:not(:last-child) {
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1400px) {
  .stages__box {
    max-width: 350px;
  }
}
@media screen and (max-width: 1200px) {
  .stages__box {
    max-width: 310px;
  }
}
@media screen and (max-width: 992px) {
  .stages__box {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .stages__box {
    max-width: 220px;
  }
}
@media screen and (max-width: 576px) {
  .stages__box {
    max-width: 550px;
  }
}
.stages__box-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}
@media screen and (max-width: 450px) {
  .stages__box-icon {
    margin-bottom: 14px;
  }
}
.stages__box-title h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #12022F;
  margin-bottom: 24px;
}
@media screen and (max-width: 450px) {
  .stages__box-title h3 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 450px) {
  .stages__box-title h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.stages__box-text p {
  font-weight: 400;
  letter-spacing: -0.355556px;
  color: #121212;
}

.comparison {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .comparison {
    padding: 68px 0;
  }
}
.comparison__title {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .comparison__title {
    max-width: 185px;
    margin: 0 auto 21px;
  }
}
.comparison__title h2 {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -2px;
  color: #12022F;
}
@media screen and (max-width: 768px) {
  .comparison__title h2 {
    font-size: 36px;
    line-height: 45px;
    text-align: center;
  }
}
.comparison__sheet {
  display: flex;
  flex-direction: column;
}
.comparison__sheet-title, .comparison__sheet-item {
  display: flex;
  justify-content: space-between;
}
.comparison__sheet-title {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 768px) {
  .comparison__sheet-title {
    justify-content: space-between;
    align-items: center;
  }
}
.comparison__sheet-title div {
  display: flex;
  justify-content: space-between;
  max-width: 485px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .comparison__sheet-title div {
    max-width: 355px;
  }
}
@media screen and (max-width: 768px) {
  .comparison__sheet-title div {
    max-width: 212px;
  }
}
.comparison__sheet-title span {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .comparison__sheet-title span {
    font-size: 16px;
    line-height: 20px;
  }
}
.comparison__sheet-title h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  .comparison__sheet-title h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .comparison__sheet-title h3 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-left: 12px;
  }
}
.comparison__sheet-item {
  padding: 16px;
  background: #F5F5F5;
  border-radius: 15px;
  margin-bottom: 12px;
}
.comparison__sheet-item div {
  display: flex;
  justify-content: space-evenly;
  max-width: 485px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .comparison__sheet-item div {
    align-items: center;
    max-width: 361px;
  }
}
@media screen and (max-width: 768px) {
  .comparison__sheet-item div {
    max-width: 188px;
  }
}
.comparison__sheet-item span {
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 992px) {
  .comparison__sheet-item span {
    display: inline-block;
    max-width: 175px;
  }
}
@media screen and (max-width: 768px) {
  .comparison__sheet-item span {
    max-width: 200px;
  }
}
@media screen and (max-width: 576px) {
  .comparison__sheet-item span {
    max-width: 100px;
  }
}
@media screen and (max-width: 375px) {
  .comparison__sheet-item span {
    max-width: 65px;
    font-size: 12px;
  }
}
.comparison__sheet-icon {
  width: 24px;
  height: 24px;
}
.comparison__btn {
  max-width: 255px;
  margin: 0 auto;
  margin-top: 12px;
}
@media screen and (max-width: 576px) {
  .comparison__btn {
    max-width: 350px;
  }
}

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.feedbacks__wrapper {
  padding: 0 0 75px;
}
.feedbacks__hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 576px) {
  .feedbacks__hero {
    margin-bottom: 20px;
  }
}
.feedbacks__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 128px;
  width: 100%;
}
.feedbacks__controls-prew, .feedbacks__controls-next {
  border: none;
  width: 52px;
  height: 52px;
  background: #3B58ED;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.feedbacks__controls-prew:hover, .feedbacks__controls-next:hover {
  filter: brightness(140%);
}
.feedbacks__title h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -2px;
  color: #12022F;
}
@media screen and (max-width: 576px) {
  .feedbacks__title h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
.feedbacks__swiper-slide {
  padding: 64px;
  background: #F5F5F5;
  border-radius: 32px;
  width: 618px;
  max-height: 312px;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 992px) {
  .feedbacks__swiper-slide {
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .feedbacks__swiper-slide {
    padding: 16px;
  }
}
@media screen and (max-width: 576px) {
  .feedbacks__swiper-slide {
    padding: 24px;
    max-height: 250px;
    height: 100%;
  }
}
.feedbacks__swiper-slide-photo {
  width: 64px;
  height: 64px;
  border-radius: 100px;
}
.feedbacks__swiper-slide-info {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
}
.feedbacks__swiper-slide-title h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
}
@media screen and (max-width: 576px) {
  .feedbacks__swiper-slide-title h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.feedbacks__swiper-slide-desc {
  max-height: 190px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .feedbacks__swiper-slide-desc {
    max-height: 164px;
  }
}
.feedbacks__swiper-slide-desc p {
  font-weight: 400;
  letter-spacing: -0.355556px;
  color: #8E8E8E;
}
@media screen and (max-width: 576px) {
  .feedbacks__swiper-slide-desc p {
    font-size: 14px;
    line-height: 18px;
  }
}

.swiper-button-disabled {
  background: #F5F5F5;
}
.swiper-button-disabled:hover {
  background: #F5F5F5;
  filter: brightness(100%);
}

.integrations__wrapper {
  padding: 75px 0 150px;
}
@media screen and (max-width: 768px) {
  .integrations__wrapper {
    padding: 25px 0 80px;
  }
}
.integrations__title {
  margin: 0 auto;
  max-width: 520px;
  padding-bottom: 41px;
}
@media screen and (max-width: 576px) {
  .integrations__title {
    max-width: 320px;
  }
}
.integrations__title h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -2px;
  color: #12022F;
}
@media screen and (max-width: 768px) {
  .integrations__title h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
.integrations__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .integrations__items {
    flex-direction: column;
  }
}
.integrations__box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .integrations__box {
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 576px) {
  .integrations__box {
    margin-bottom: 125px;
  }
}
.integrations__box-left, .integrations__box-right {
  margin-top: 65px;
}
.integrations__box-center {
  margin: 0 30px;
}
@media screen and (max-width: 992px) {
  .integrations__box-center {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .integrations__box-center {
    margin: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .integrations__box-center {
    margin: 0 10px;
  }
}
.integrations__smbox {
  height: 100px;
  width: 100px;
  background-color: #F5F5F5;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .integrations__smbox {
    height: 90px;
    width: 90px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .integrations__smbox {
    height: 100px;
    width: 100px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .integrations__smbox {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .integrations__smbox {
    height: 90px;
    width: 90px;
  }
}
.integrations__logo {
  width: 100px;
  height: 100px;
  border-radius: 32px;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.integrations__center {
  position: relative;
  z-index: 2;
}
.integrations__line-top {
  position: absolute;
  top: 20px;
  left: 50px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .integrations__line-top {
    display: none;
  }
}
.integrations__line-bottom {
  position: absolute;
  bottom: -56px;
  left: 50px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .integrations__line-bottom {
    display: none;
  }
}
.integrations__image {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .integrations__image {
    margin-top: 100px;
    margin-right: 0;
  }
}
.integrations__right-img {
  position: relative;
  width: 201px;
  height: 406px;
  z-index: 2;
}
.integrations__right-img img {
  width: 100%;
  height: 100%;
}

.video {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  max-width: 201px;
  width: 100%;
  max-height: 384px;
  height: 100%;
  z-index: -1;
  object-fit: contain;
}

.order__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #121212;
  border-radius: 32px;
  padding: 64px;
}
@media screen and (max-width: 768px) {
  .order__wrapper {
    padding: 34px;
  }
}
@media screen and (max-width: 576px) {
  .order__wrapper {
    padding: 24px;
  }
}
.order__box {
  display: flex;
  flex-direction: column;
  width: 458px;
}
@media screen and (max-width: 1200px) {
  .order__box {
    margin: 0 auto;
  }
}
.order__img {
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .order__img {
    display: none;
  }
}
.order__img img {
  max-width: 596px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .order__img img {
    max-width: 496px;
  }
}
@media screen and (max-width: 1200px) {
  .order__img img {
    max-width: 320px;
  }
}
.order__title {
  margin-bottom: 12px;
}
.order__title h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -2px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .order__title h2 {
    font-size: 44px;
    line-height: 46px;
  }
}
@media screen and (max-width: 576px) {
  .order__title h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
.order__subtitle {
  margin-bottom: 64px;
}
.order__subtitle p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
.order__form {
  display: flex;
  flex-direction: column;
}
.order__form label {
  color: #B8B8B8;
  margin-bottom: 8px;
}
@media screen and (max-width: 576px) {
  .order__form label {
    font-size: 14px;
    line-height: 16px;
  }
}
.order__form input {
  padding: 16px;
  background: #F5F5F5;
  border-radius: 100px;
  color: #8E8E8E;
  border: none;
  outline: none;
  margin-bottom: 24px;
}
.order__form input ::placeholder {
  color: #8E8E8E;
}
.order__budget {
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  .order__budget {
    display: flex;
    flex-wrap: wrap;
    max-width: 220px;
  }
}
.order__form-price {
  position: absolute;
  z-index: -1;
  opacity: 1;
}
.order__form-price + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  position: relative;
}
.order__form-price + label span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.order__form-price + label::before {
  content: "";
  display: inline-block;
  width: 105px;
  height: 52px;
  border: 1px solid #8E8E8E;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .order__form-price + label::before {
    margin: 0 5px 5px 0;
  }
}
.order__form-price:not(:disabled):not(:checked) + label:hover::before {
  border: 1px solid #3B58ED;
}
.order__form-price:not(:disabled):active + label::before {
  background-color: #3B58ED;
}
.order__form-price:checked + label::before {
  border-color: #3B58ED;
  background-color: #3B58ED;
}
.order__form-price:checked + label span {
  color: #ffffff;
}
.order__img-wrapper img {
  border-radius: 22px;
}
.order__img-wrapper video{
  max-width: 596px;
  width: 100%;
}
.order__form .error {
  box-shadow: 0 0 16px rgba(255, 0, 0, 0.85);
  background-color: rgba(255, 0, 0, 0.15);
}

.faq__wrapper {
  padding: 82px 0 142px;
}
@media screen and (max-width: 576px) {
  .faq__wrapper {
    padding: 64px 0;
  }
}
.faq__title {
  margin-bottom: 64px;
}
@media screen and (max-width: 576px) {
  .faq__title {
    margin-bottom: 24px;
  }
}
.faq__title h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -2px;
  color: #12022F;
}
@media screen and (max-width: 576px) {
  .faq__title h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
.faq__main {
  display: flex;
  justify-content: space-between;
}
.faq__accordion {
  max-width: 924px;
  width: 100%;
}
.faq__contacts {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #D6D6D6;
  max-width: 314px;
  width: 100%;
  max-height: 222px;
}
@media screen and (max-width: 992px) {
  .faq__contacts {
    display: none;
  }
}
.faq__contacts-title h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}
.faq__contacts-title span {
  display: inline-block;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 24px;
}
.faq__contacts-info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.faq__contacts-info img {
  margin-right: 12px;
}
.faq__contacts-info a {
  color: #121212;
  transition: all 0.3s ease-in;
}
.faq__contacts-info a:hover {
  transform: scale(1.03);
}

.accordion__box {
  margin: 0px 0px 24px 0px;
}
.accordion__header {
  width: 100%;
  text-align: left;
  line-height: 20px;
  color: #121212;
  padding: 12px;
  border: 1px solid #D6D6D6;
  background-color: transparent;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  transition: margin-bottom 0.4s ease-in-out;
}
.accordion__header._active {
  border: 2px solid #3B58ED;
}
.accordion__header._active + .accordion__content {
  border-bottom: 1px solid #D6D6D6;
}
.accordion__header ._init {
  border: 2px solid #3B58ED;
}
.accordion__content {
  padding: 0 10px 10px;
  line-height: 130%;
  padding: 16px 0 24px;
  line-height: 22px;
}

._init .accordion__header::after {
  content: "";
  position: absolute;
  background: url(../img/faq/close.svg);
  background-size: cover;
  width: 32px;
  height: 32px;
  right: 12px;
  top: 6px;
  transform: rotate(45deg);
  transition: transform 0.3s ease 0s;
}

._init .accordion__header._active::after {
  transform: rotate(180deg);
}

.thanx {
  position: relative;
  overflow-x: hidden;
}
.thanx::after {
  content: "";
  position: absolute;
  right: -15%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/thanx/thanx.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 1024px;
  width: 100%;
  max-height: 682px;
  height: 100%;
}
@media screen and (max-width: 1550px) {
  .thanx::after {
    max-height: 500px;
  }
}
@media screen and (max-width: 1400px) {
  .thanx::after {
    right: -25%;
    max-height: 480px;
  }
}
@media screen and (max-width: 1200px) {
  .thanx::after {
    right: -20%;
    max-width: 600px;
    max-height: 390px;
  }
}
@media screen and (max-width: 992px) {
  .thanx::after {
    display: none;
  }
}
.thanx__wrapper {
  padding: 10px;
  display: flex;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 992px) {
  .thanx__wrapper {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    padding: 10vh 0;
  }
}
.thanx__items {
  display: flex;
  flex-direction: column;
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .thanx__items {
    max-width: 990px;
    margin-bottom: 60px;
  }
}
.thanx__title {
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  .thanx__title {
    margin-bottom: 16px;
  }
}
.thanx__title h2 {
  color: #12022F;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -2px;
}
@media screen and (max-width: 576px) {
  .thanx__title h2 {
    font-size: 36px;
    line-height: 45px;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .thanx__title h2 {
    font-size: 30px;
  }
}
.thanx__text {
  margin-bottom: 48px;
}
@media screen and (max-width: 576px) {
  .thanx__text {
    margin-bottom: 32px;
  }
}
.thanx__text p {
  color: #525252;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 576px) {
  .thanx__text p {
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .thanx__text p {
    font-size: 16px;
    line-height: 25px;
  }
}
.thanx__btn {
  display: flex;
}
@media screen and (max-width: 576px) {
  .thanx__btn {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.thanx__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanx__btn-feedbacks {
  width: 229px;
  height: 52px;
  border: 2px solid #EBEBEB;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  margin-right: 12px;
}
.feedbacks__swiper-slide-photo img {
  width: 64px;
  height: 64px;
  border-radius: 100px;
}
@media screen and (max-width: 576px) {
  .thanx__btn-feedbacks {
    max-width: 375px;
    width: 100%;
  }
}
.thanx__btn-feedbacks a {
  height: 100%;
  width: 100%;
  color: #0F0233;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanx__btn-feedbacks:hover {
  border: 2px solid #3B58ED;
}
.thanx__btn-home {
  width: 181px;
  height: 52px;
  background: #3B58ED;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 576px) {
  .thanx__btn-home {
    max-width: 375px;
    width: 100%;
    margin-bottom: 12px;
  }
}
.thanx__btn-home a {
  height: 100%;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}
.thanx__btn-home_icons-wrapper {
  overflow: hidden;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.thanx__btn-home_icons-wrapper svg {
  display: block;
}
.thanx__btn-home:hover {
  background: #FFFFFF;
  border: 2px solid #3B58ED;
}
.thanx__btn-home:hover a {
  color: #12022F;
}
.thanx__btn-home:hover .home-arrow-main {
  transform: translateX(100%);
}
.thanx__btn-home:hover .home-arrow-add {
  left: 0;
}
.thanx__img {
  display: none;
}
@media screen and (max-width: 992px) {
  .thanx__img {
    display: block;
    max-width: 600px;
    width: 100%;
    max-height: 390px;
    height: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .thanx__img {
    width: 470px;
    height: 305px;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .thanx__img {
    max-width: 320px;
    width: 100%;
    max-height: 214px;
    height: 100%;
  }
}
@media screen and (max-width: 992px) {
  .thanx__img img {
    width: 100%;
    height: 100%;
  }
}

.home-arrow-main {
  transition: all 0.3s ease;
}

.home-arrow-add {
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all 0.3s ease;
}

.footer {
  background: #121212;
  border-radius: 32px 32px 0px 0px;
}
.footer__wrapper {
  padding: 150px 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .footer__wrapper {
    padding: 70px 0 40px;
  }
}
@media screen and (max-width: 576px) {
  .footer__wrapper {
    padding: 24px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .footer__logo {
    margin-bottom: 24px;
  }
}
.footer__header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer__header {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 576px) {
  .footer__header {
    flex-direction: column;
    padding: 0 30px;
  }
}
@media screen and (max-width: 375px) {
  .footer__header {
    padding: 0;
  }
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.footer__nav-list h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.footer__nav-list li {
  margin-bottom: 16px;
}
.footer__nav-list li a {
  color: #FFFFFF;
  transition: all 0.3s ease-in;
}
.footer__nav-list li a:hover {
  color: #CDD4FF;
}
.footer__main {
  display: flex;
  justify-content: space-between;
  gap: 5vh;
}
@media screen and (max-width: 1200px) {
  .footer__main {
    gap: 10vh;
  }
}
@media screen and (max-width: 992px) {
  .footer__main {
    flex-direction: column;
    gap: 0;
  }
}
.footer__contacts-info {
  display: flex;
  justify-content: space-between;
  gap: 5vh;
  margin: 0 5vh;
}
@media screen and (max-width: 1200px) {
  .footer__contacts-info {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
}
@media screen and (max-width: 992px) {
  .footer__contacts-info {
    margin: 0;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.footer__contacts h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.footer__contacts li {
  margin-bottom: 16px;
}
.footer__contacts li a {
  color: #FFFFFF;
  transition: all 0.3s ease-in;
}
.footer__contacts li a:hover {
  color: #CDD4FF;
}
@media screen and (max-width: 1200px) {
  .footer__socials {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 576px) {
  .footer__socials {
    margin-bottom: 0;
  }
}
.footer__socials-title h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.footer__socials-links {
  width: 152px;
  display: flex;
  justify-content: space-between;
}
.footer__socials-links a {
  transition: all 0.3s ease-in;
}
.footer__socials-links a:hover {
  transform: scale(1.1);
}
.footer__order {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media screen and (max-width: 992px) {
  .footer__order {
    flex-direction: row;
    justify-content: space-around;
    max-width: 800px;
    width: 100%;
    margin: 20px 0 40px;
  }
}
@media screen and (max-width: 576px) {
  .footer__order {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .footer__order-lang {
    position: absolute;
    top: 24px;
    right: 24px;
  }
}
@media screen and (max-width: 375px) {
  .footer__order-lang {
    right: 0;
  }
}
.footer__order-lang span {
  color: #FFFFFF;
}
.footer__order-lang span:nth-child(1) {
  margin-right: 50px;
}
.footer__order-btn {
  margin-top: 24px;
  width: 255px;
}
@media screen and (max-width: 576px) {
  .footer__order-btn {
    max-width: 400px;
    width: 100%;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  color: #FFFFFF;
  padding-top: 12px;
  border-top: 1px solid #8E8E8E;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom div {
    margin-bottom: 24px;
  }
}
.footer__bottom a {
  color: #FFFFFF;
  transition: all 0.3s ease-in;
}
.footer__bottom a:hover {
  color: #CDD4FF;
}

.switch2 {
  display: none;
}
.switch2-for {
  cursor: pointer;
  position: relative;
}
.switch2-for::after {
  content: "";
  width: 36px;
  height: 20px;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 10px;
  position: absolute;
  top: -2px;
  right: 30px;
}
.switch2-for::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  right: 47px;
  top: 0px;
  z-index: 1;
  transition-duration: 300ms;
}
.switch2:checked + .switch2-for::before {
  right: 33px;
}