@charset "UTF-8";

/** Подключение шрифтов локально из папки "./src/fonts" */

@font-face {
  font-family: Inika;
  font-display: swap;
  src: url("../fonts/Inika-Bold.woff2") format("woff2"), url("../fonts/Inika-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Inika;
  font-display: swap;
  src: url("../fonts/Inika-Regular.woff2") format("woff2"), url("../fonts/Inika-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Thin.woff2") format("woff2"), url("../fonts/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

/** Подключение переменных */

:root {
  --accent: #1F2743;
}

/** Подключение sass function и mixins и extends стилей */

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

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/** Общие параметры, шаблоны(заготовки) и вспомогательные классы */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  background-color: rgb(245, 245, 245);
}

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container {
  max-width: 1366px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}

/** БЕМ блоки используемые во всё проекте */

body {
  font-family: "Exo 2", sans-serif;
  color: #333333;
  background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}

a {
  color: #333333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover,
a:focus {
  color: #333333;
  text-decoration: none;
}

.text_62 {
  font-size: 62px;
}

.text_56 {
  font-size: 56px;
}

.text_44 {
  font-size: 44px;
}

.text_36 {
  font-size: 36px;
}

.text_24 {
  font-size: 24px;
}

.text_20 {
  font-size: 20px;
}

.text_18 {
  font-size: 18px;
}

.text_16 {
  font-size: 16px;
}

.text_14 {
  font-size: 14px;
}

.text_serif {
  font-family: "Oswald", sans-serif;
}

.text_bold {
  font-weight: 500;
}

.text_semibold {
  font-weight: 600;
}

.text_black {
  font-weight: 700;
}

.cbtn {
  padding: 12px 31px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgb(199, 0, 0);
  border: 1px solid rgb(199, 0, 0);
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}

.cbtn.hover:hover {
  color: rgb(199, 0, 0);
  background-color: white;
}

.cbtn_big {
  padding: 14px 50px;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-20px) rotate(5deg);
            transform: translateY(-20px) rotate(5deg);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-20px) rotate(5deg);
            transform: translateY(-20px) rotate(5deg);
  }
}

.csection {
  padding: 90px 0;
}

.csection_min {
  padding-top: 90px;
}

@-webkit-keyframes scale_anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale_anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/** Подключение стилей отдельных блоков и секций */

.header__img {
  width: 100%;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: hue 2s infinite;
          animation: hue 2s infinite;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0);
            filter: hue-rotate(0);
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }

  50% {
    -webkit-filter: hue-rotate(1turn);
            filter: hue-rotate(1turn);
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }

  to {
    -webkit-filter: hue-rotate(2turn);
            filter: hue-rotate(2turn);
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }
}

@keyframes hue {
  from {
    -webkit-filter: hue-rotate(0);
            filter: hue-rotate(0);
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }

  50% {
    -webkit-filter: hue-rotate(1turn);
            filter: hue-rotate(1turn);
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }

  to {
    -webkit-filter: hue-rotate(2turn);
            filter: hue-rotate(2turn);
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }
}

.cform {
  background: radial-gradient(39.81% 88.66% at 52.22% 50.09%, #000D3D 0%, #000D3D 22.87%, #000000 65.25%);
  position: relative;
}

.cform__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  position: relative;
  z-index: 2;
}

.cform__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 610px;
}

.cform__title {
  margin: 0;
  color: white;
}

.cform__subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.cform__subtitle span:nth-of-type(1) {
  text-decoration: line-through;
}

.cform__subtitle span:nth-of-type(2) {
  color: white;
}

.cform__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  gap: 20px;
}

.cform__form-title {
  color: white;
}

.cform__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.cform__input {
  padding: 12px 31px;
  width: 100%;
}

.cform__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cform__check {
  color: rgba(255, 255, 255, 0.6);
}

.cform__back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  pointer-events: none;
  -webkit-filter: brightness(0.25);
          filter: brightness(0.25);
}

.hero-process {
  position: relative;
}

.hero-process__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  height: 550px;
}

.hero-process__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 4;
}

.hero-process__title {
  margin: 0;
  max-width: 620px;
}

.hero-process__text {
  max-width: 395px;
  margin-top: 28px;
  margin-bottom: 40px;
}

.hero-process__assets {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 1;
  width: 100%;
}

.hero-process__img {
  position: absolute;
}

.hero-process__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.hero-process__img-obj {
  right: 0;
  top: 32px;
  z-index: 3;
  width: 631px;
  height: 547px;
  -webkit-animation: float 4s ease-in-out infinite;
          animation: float 4s ease-in-out infinite;
}

.hero-process__img-elips {
  right: -411px;
  top: -443px;
  z-index: 2;
  width: 1500px;
  height: 1500px;
  clip-path: inset(0 0 507px 0);
}

.hero-process__img-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.hero-process__img-back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-process {
  background: radial-gradient(38.38% 108.99% at 52.22% 50.09%, #000D3D 0%, #000000 87.31%);
}

.about-process__container:nth-child(2) {
  margin-top: 90px;
}

.about-process__title {
  color: white;
  margin: 0;
}

.about-process__grid {
  margin-top: 44px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.about-process__card {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 32px;
  border-radius: 12px;
}

.about-process__card img {
  width: 48px;
  height: 48px;
}

.about-process__card-title {
  margin-top: 24px;
}

.about-process__card-text {
  margin-top: 12px;
  color: rgb(126, 130, 146);
}

.rule__text {
  margin-top: 28px;
  max-width: 977px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rule__swiper {
  margin-top: 40px;
}

.rule__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.rule__slide-img {
  overflow: hidden;
  border-radius: 12px;
  width: 50%;
  height: 600px;
}

.rule__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: scale_anim 25s infinite;
          animation: scale_anim 25s infinite;
}

.rule__slide-wrapper {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rule__slide-content {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 233, 234);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px 32px;
  height: 480px;
}

.rule__slide-title {
  margin-top: 36px;
}

.rule__slide-text {
  margin-top: 20px;
  color: rgb(144, 157, 162);
}

.rule__slide-pagin {
  margin-top: auto;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.rule__slide-pagin span {
  background-color: rgba(0, 0, 0, 0.1);
  height: 4px;
  border-radius: 50px;
}

.rule__slide-pagin span.active {
  background-color: rgb(199, 0, 0);
}

.schema {
  background: radial-gradient(39.81% 88.66% at 52.22% 50.09%, #000D3D 0%, #000D3D 22.87%, #000000 65.25%);
}

.schema__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.schema__img {
  pointer-events: none;
}

.schema__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.schema__card {
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 32px 24px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
}

.schema__card-number {
  color: white;
}

.schema__card-title {
  color: white;
  margin-top: 12px;
}

.schema__card-text {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
}

.purchase__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.purchase__title {
  margin: 0;
  margin-top: 24px;
}

.purchase__accordion {
  margin-top: 44px;
}

.purchase__accordion-row {
  padding: 32px;
  background-color: white;
  border-radius: 10px;
}

.purchase__accordion-row-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

.purchase__accordion-row-link::before {
  display: none;
}

.purchase__accordion-row-link:hover {
  opacity: 1;
}

.purchase__accordion-row-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.purchase__accordion-row-text {
  color: rgb(144, 157, 162);
}

.purchase__accordion-row-button {
  color: rgb(236, 56, 56);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  display: none;
}

.purchase__accordion-row-button:nth-of-type(2) img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.purchase__accordion-row-button.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.purchase__accordion-row-content {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid rgba(34, 36, 50, 0.1);
  overflow: auto;
}

.purchase__accordion-row-content table {
  border-collapse: collapse;
  width: 100%;
}

.purchase__accordion-row-content table tbody {
  border-collapse: collapse;
  width: 100%;
}

.purchase__accordion-row-content table tr {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.purchase__accordion-row-content table td {
  padding: 10px 12px;
}

.purchase__accordion-row-content table td:nth-child(1) {
  padding: 10px 16px;
}

.purchase__accordion-row-content table td:nth-child(2) {
  font-weight: 600;
}

.purchase__accordion-row-content table.cblue tr:nth-child(1) td {
  background-color: rgb(0, 38, 173);
  color: white;
  font-weight: 600;
}

.purchase__accordion-row-content table.cblue tr:nth-child(2n+3) td {
  background-color: rgb(229, 233, 247);
  color: rgb(0, 0, 0);
}

.purchase__accordion-row-content table.cblack tr:nth-child(1) td {
  background-color: rgb(52, 55, 65);
  color: white;
  font-weight: 600;
}

.purchase__accordion-row-content table.cblack tr:nth-child(2n+3) td {
  background-color: rgba(52, 55, 65, 0.1);
  color: rgb(0, 0, 0);
}

.cresults__title {
  margin: 0;
}

.cresults__content {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.cresults__card {
  padding: 40px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.cresults__card_black {
  width: 40%;
  background: radial-gradient(192.06% 165.39% at 126.21% 123.64%, #021D7C 0%, #000D3D 31.29%, #000000 74.1%);
}

.cresults__card_black .cresults__card-title {
  color: white;
}

.cresults__card_black .cresults__card-list-title {
  color: white;
}

.cresults__card_black .cresults__card-list-text {
  color: white;
}

.cresults__card_black .cresults__card-list-point {
  background-color: white !important;
}

.cresults__card_white {
  background: radial-gradient(451.7% 755.03% at 30.29% 0%, #FFFFFF 9.14%, #0026AD 100%);
}

.cresults__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.cresults__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.cresults__card-list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.cresults__card-list-point {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  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;
  background-color: rgba(0, 38, 173, 0.1);
}

.cresults__cards {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.cresults__card-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.csystem {
  background: radial-gradient(38.38% 108.99% at 52.22% 50.09%, #000D3D 0%, #000000 87.31%);
}

.csystem__title {
  color: white;
  margin: 0;
}

.csystem__table-wrapper {
  overflow: auto;
}

.csystem__table {
  margin-top: 44px;
  width: 100%;
  border: transparent;
  border-collapse: collapse;
}

.csystem__table tr td:nth-child(4) {
  opacity: 1 !important;
}

.csystem__table tr:nth-child(1) td:nth-child(4) {
  background-color: rgba(216, 216, 216, 0.41);
  border-radius: 10px 10px 0 0;
}

.csystem__table tr:nth-child(5) td:nth-child(4) {
  background-color: rgba(216, 216, 216, 0.41);
  border-radius: 0 0 10px 10px;
}

.csystem__table tr:nth-child(2n) td {
  background-color: rgba(113, 136, 220, 0.41);
}

.csystem__table tr:nth-child(3) td {
  background-color: rgba(216, 216, 216, 0.41);
}

.csystem__table td {
  padding: 20px;
  /*display: flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 0.6;
  color: white;
}

.csystem__table tr.buttons-tr {
  height: 80px;
}

.cclients__title {
  margin: 0;
}

.cclients__grid {
  margin-top: 44px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.cclients__card {
  padding: 24px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cclients__card-img {
  width: 100%;
  height: 344px;
  position: relative;
}

.cclients__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  pointer-events: none;
}

.cclients__card-tag {
  position: absolute;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px 16px;
  right: 16px;
  top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cclients__card-title {
  margin-top: 20px;
}

.cclients__card-text {
  margin-top: 8px;
  margin-bottom: auto;
}

.cclients__card-block {
  margin-top: 28px;
  padding-top: 12px;
  border-top: 1px solid rgb(208, 208, 209);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.cclients__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.cclients__card-row-text {
  color: rgb(135, 135, 137);
}

.simple-title {
  margin: 0px;
}

.hero-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-service__content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 89px 0;
  max-width: 510px;
}

.hero-service__title {
  text-transform: uppercase;
}

.hero-service__text {
  margin-top: 20px;
}

.hero-service__text b {
  text-transform: uppercase;
}

.hero-service__text p {
  margin-bottom: 12px;
}

.hero-service__btn {
  margin-top: 32px;
}

.hero-service__clients {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-service__clients span {
  max-width: 150px;
  font-weight: 300;
}

.hero-service__img-wrapper {
  width: 50%;
  position: relative;
}

.hero-service__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-service__tag {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  padding: 15px 12px;
  background: rgba(0, 0, 0, 0.5019607843);
  backdrop-filter: blur(4px);
  border-radius: 12px;
  bottom: 40px;
  right: 80px;
}

.hero-service__tag-left {
  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;
  gap: 5px;
}

.hero-service__tag-name {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.hero-service__tag-name:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50px;
  background-color: #EC3838;
}

.hero-service__tag-job {
  color: rgba(255, 255, 255, 0.5019607843);
}

.hero-service__tag-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background-color: #343741;
  padding: 6px 20px 6px 6px;
  border-radius: 8px;
}

.hero-service__tag-right-text {
  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;
}

.hero-service__tag-right-text span {
  color: white;
}

.services-service {
  padding-top: 100px;
  padding-bottom: 90px;
}

.services-service__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.services-service__title {
  text-transform: uppercase;
}

.services-service__swiper {
  margin-top: 52px;
}

.services-service__slide-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.services-service__slide-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.services-service__card {
  border: 1px solid #E4E3E0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 265px;
  cursor: pointer;
}

.services-service__card:hover {
  border: 1px solid #C70000;
}

.services-service__card.min {
  width: 40%;
}

.services-service__card.big {
  width: 60%;
}

.services-service__card-content {
  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;
}

.services-service__card-img-wrapper {
  width: auto;
  height: 100%;
}

.services-service__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cswiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cswiper-button {
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cswiper-button svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cswiper-button.prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cswiper-button.swiper-button-disabled svg path {
  stroke: #E4E3E0;
}

.cswiper-button.swiper-button-disabled svg path:nth-child(2) {
  fill: #E4E3E0;
}

.cswiper-pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.cswiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0px !important;
}

.cswiper-pagination .swiper-pagination-bullet-active {
  background-color: #C70000;
}

.steam {
  padding-top: 90px;
  padding-bottom: 90px;
}

.steam__swiper {
  margin-top: 52px;
  overflow: hidden;
}

.steam__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  overflow: hidden;
}

.steam__slide-img-wraper {
  position: relative;
  height: 300px;
}

.steam__slide-img-wraper svg {
  position: absolute;
  top: 0;
  right: 0;
}

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

.steam__slide-content {
  padding: 16px 16px 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.steam__slide-content-text {
  margin-top: 8px;
  color: #A0A0A0;
}

.steam__slide-content-mail {
  margin-top: 12px;
}

.steam__slide-content-link {
  padding-top: 24px;
  margin-top: auto;
  color: #C70200;
  text-decoration: underline;
}

.sadvantages {
  background-color: #F5F5F5;
  padding-top: 90px;
  padding-bottom: 90px;
}

.sadvantages__grid {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.sadvantages__card {
  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;
  background-color: white;
  border-radius: 4px;
  padding: 24px;
}

.sadvantages__card-icon-wrapper {
  width: 44px;
  height: 44px;
}

.sadvantages__card-icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.snumbers {
  padding-top: 60px;
  padding-bottom: 90px;
}

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

.snumbers__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 217px;
}

.snumbers__card-title {
  color: #C70200;
}

.sreviews {
  padding-top: 90px;
  padding-bottom: 90px;
}

.sreviews__swiper {
  margin-top: 44px;
  overflow: hidden;
}

.sreviews__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px 16px;
  border: 1px solid #E4E3E0;
  border-radius: 4px;
}

.sreviews__slide-img-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}

.sreviews__slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sreviews__slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sreviews__slide-title {
  color: #C70200;
}

.sreviews__slide-subtitle {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.5019607843);
}

.sreviews__slide-text {
  margin-top: 24px;
}

.scase {
  padding-top: 90px;
  padding-bottom: 90px;
}

.scase__swiper {
  margin-top: 52px;
}

.scase__slide {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E4E3E0;
}

.scase__slide-img-wrapper {
  height: 216px;
}

.scase__slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scase__slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 24px;
}

.scase__slide-subtitle {
  margin-top: 5px;
}

.scase__slide-text {
  margin-top: 12px;
  color: #878789;
  font-weight: 300;
}

.scase__slide-bottom {
  margin-top: auto;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.scase__slide-conversion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.scase__slide-conversion-title {
  color: #878789;
  font-weight: 300;
}

.scase__slide-conversion-value {
  margin-top: 5px;
  color: #C70000;
}

.scase__slide-link {
  color: #C70000;
  text-decoration: underline;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.ssteps {
  background-color: #F5F5F5;
  padding-top: 90px;
  padding-bottom: 90px;
}

.ssteps__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 60px;
}

.ssteps__title {
  padding-top: 24px;
  padding-left: 24px;
}

.ssteps__img-wrapper {
  width: 50%;
  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;
  background-color: white;
  border-radius: 4px;
}

.ssteps__img {
  width: 100%;
  height: auto;
  margin-top: auto;
}

.ssteps__content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.ssteps__card {
  background-color: white;
  border-radius: 4px;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}

.ssteps__card-title {
  text-transform: uppercase;
}

.ssteps__card-number {
  color: #C70000;
  font-size: 70px;
}

.ssteps__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.ssteps__card-text {
  color: #909DA2;
}

.sclients {
  padding-top: 90px;
  padding-bottom: 90px;
}

.sclients__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.sclients__content {
  max-width: 462px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sclients__content-text {
  margin-top: 32px;
}

.sclients__content-btn {
  margin-top: 60px;
}

.sclients__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 600px;
  height: 440px;
  overflow: hidden;
  position: relative;
}

.sclients__grid::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-box-shadow: -3px 1px 63px 30px rgb(255, 255, 255) inset;
          box-shadow: -3px 1px 63px 30px rgb(255, 255, 255) inset;
  z-index: 1;
}

.sclients__card {
  overflow: hidden;
  height: 104px;
  width: 104px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 12px;
  background-color: #F1F3FC;
  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;
}

.sclients__column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.sclients__column.scroll-up {
  -webkit-animation: scrollUp 30s linear infinite;
          animation: scrollUp 30s linear infinite;
}

.sclients__column.scroll-down {
  -webkit-animation: scrollDown 30s linear infinite;
          animation: scrollDown 30s linear infinite;
}

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

  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

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

  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

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

@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

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

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

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

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

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

@-webkit-keyframes scrollDownX {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

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

@keyframes scrollDownX {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

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

.snews {
  padding-top: 90px;
  padding-bottom: 40px;
}

.snews__link {
  color: #C70000;
  text-decoration: underline;
}

.snews__swiper {
  margin-top: 52px;
}

.snews__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #E4E3E0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 12px;
  border-radius: 4px;
}

.snews__slide:hover {
  border: 1px solid #C70000;
}

.snews__slide-img-wrapper {
  height: 144px;
  border-radius: 4px;
  overflow: hidden;
}

.snews__slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.snews__slide-date {
  color: #878789;
  margin-top: 16px;
}

.snews__slide-title {
  color: #262626;
  margin-top: 12px;
}

.snews__slide-text {
  margin-top: 8px;
}

.snews__slide-link {
  margin-top: auto;
  padding-top: 20px;
  text-decoration: underline;
}

.sform {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #343741;
}

.sform__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sform__content {
  max-width: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sform__title {
  color: white;
}

.sform__content-tag {
  color: white;
  background-color: #C70000;
  padding: 6px 32px 6px 20px;
  max-width: 440px;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 89% 100%, 0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}

.sform__author {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.sform__author-img-wrapper {
  width: 100px;
  height: 100px;
  position: relative;
}

.sform__author-img-wrapper:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  background-color: #C70000;
  border: 2px solid #343741;
  border-radius: 50px;
  position: absolute;
  top: -5px;
  left: -5px;
}

.sform__author-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.sform__author-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.sform__author-name {
  color: white;
}

.sform__author-post {
  color: rgba(255, 255, 255, 0.6);
}

.sform__author-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  color: white;
  border-radius: 0 12px 12px 12px;
  padding: 12px;
}

.sform__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 628px;
  gap: 12px;
}

.sform__input {
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  background-color: white;
  color: #8F8F8F;
  border-radius: 4px;
  width: 100%;
}

.sform__input::-webkit-input-placeholder {
  font-size: 16px;
}

.sform__input::-moz-placeholder {
  font-size: 16px;
}

.sform__input:-ms-input-placeholder {
  font-size: 16px;
}

.sform__input::-ms-input-placeholder {
  font-size: 16px;
}

.sform__input::placeholder {
  font-size: 16px;
}

.sform__button {
  margin-top: 20px;
}

.sform__privacy {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 8px;
}

.sfaq {
  background-color: #F5F5F5;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sfaq__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 52px;
}

.sfaq__accordion-item {
  background-color: white;
  padding: 16px 20px;
  border-radius: 4px;
  margin: 0px !important;
}

.sfaq__accordion-item.uk-open svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sfaq__accordion-title {
  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;
}

.sfaq__accordion-title::before {
  display: none;
}

.sfaq__accordion-title svg {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sitresting {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sitresting__grid {
  margin-top: 52px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px 20px;
}

.sitresting__card {
  background-color: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 18px;
  border-radius: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sitresting__card * {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sitresting__card:hover {
  background-color: #C70000;
  color: white;
}

.sitresting__card:hover svg path {
  fill: white;
}

.sseo {
  padding-bottom: 60px;
}

.sseo__accordion {
  max-width: 847px;
}

.sseo__container {
  border-top: 1px solid #F3F3F3;
  padding-top: 60px;
}

.sseo__accordion-item.uk-open .sseo__accordion-open {
  display: none;
}

.sseo__accordion-item.uk-open .sseo__accordion-hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sseo__accordion-title::before {
  display: none;
}

.sseo__accordion-open {
  text-decoration: underline;
  color: black;
  margin-top: 24px;
}

.sseo__accordion-hidden {
  text-decoration: underline;
  color: black;
  display: none;
  margin-top: 24px;
}

@media (max-width: 1100.98px) {
  .text_mobile_56 {
    font-size: 56px;
  }

  .text_mobile_36 {
    font-size: 36px;
  }

  .text_mobile_44 {
    font-size: 44px;
  }

  .text_mobile_24 {
    font-size: 24px;
  }

  .text_mobile_20 {
    font-size: 20px;
  }

  .text_mobile_18 {
    font-size: 18px;
  }

  .text_mobile_16 {
    font-size: 16px;
  }

  .text_mobile_14 {
    font-size: 14px;
  }

  .csection {
    padding: 50px 0;
  }

  .csection_min {
    padding-top: 50px;
  }

  .cform__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 44px;
  }

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

  .cform__button {
    width: 100%;
  }

  .hero-process__container {
    height: 470px;
  }

  .hero-process__img-obj {
    width: 150px;
    height: 150px;
    top: 379px;
    right: 15px;
  }

  .hero-process__img-elips {
    display: none;
  }

  .about-process__grid {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }

  .rule__slide {
    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;
  }

  .rule__slide-img {
    width: 100%;
    height: 150px;
  }

  .rule__slide-wrapper {
    width: 100%;
  }

  .rule__slide-content {
    padding: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .rule__slide-pagin {
    margin-top: 24px;
  }

  .schema__container {
    gap: 24px;
  }

  .schema__img {
    pointer-events: unset;
    overflow: auto;
    width: 100%;
  }

  .schema__img img {
    pointer-events: none;
    min-width: 1000px;
    height: 500px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .schema__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .purchase__accordion-row-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cresults__content {
    margin-top: 32px;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cresults__card_black {
    width: 100%;
  }

  .cresults__cards {
    width: 100%;
  }

  .cresults__card-img {
    display: none;
  }

  .cclients__grid {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }

  .cclients__card-img {
    height: 220px;
  }

  .hero-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }

  .hero-service__content {
    width: 100%;
    padding: 46px 0 0 0px;
  }

  .hero-service__img-wrapper {
    width: 100%;
    height: 450px;
  }

  .hero-service__tag {
    left: 12px;
    bottom: 20px;
    right: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
  }

  .hero-service__tag-right {
    padding: 6px 10px 6px 6px;
  }

  .hero-service__clients {
    margin-top: 32px;
  }

  .services-service {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .services-service__slide-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .services-service__card {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .services-service__card.min {
    width: 100%;
  }

  .services-service__card.big {
    width: 100%;
  }

  .services-service__card-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }

  .services-service__card-img-wrapper {
    height: 130px;
  }

  .steam {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .sadvantages {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sadvantages__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .snumbers {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .snumbers__grid {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }

  .snumbers__card {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .snumbers__card span {
    text-align: center;
  }

  .sreviews {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sreviews__swiper {
    margin-top: 32px;
  }

  .sreviews__slide {
    position: relative;
  }

  .sreviews__slide-img-wrapper {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 20px;
    left: 16px;
  }

  .sreviews__slide-title {
    padding-left: 80px;
  }

  .sreviews__slide-subtitle {
    padding-left: 80px;
  }

  .scase {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ssteps {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ssteps__img-wrapper {
    width: 100%;
    height: 313px;
    overflow: hidden;
  }

  .ssteps__content {
    width: 100%;
  }

  .ssteps__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }

  .sclients {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sclients__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }

  .sclients__content {
    max-width: 100%;
  }

  .sclients__grid {
    gap: 15px;
    max-width: 100%;
    max-height: 168px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sclients__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }

  .sclients__column.scroll-up {
    -webkit-animation: scrollUpX 30s linear infinite;
            animation: scrollUpX 30s linear infinite;
  }

  .sclients__column.scroll-down {
    -webkit-animation: scrollDownX 30s linear infinite;
            animation: scrollDownX 30s linear infinite;
  }

  .sclients__card {
    height: 80px;
    width: 80px;
  }

  .sclients__content-btn {
    margin-top: 32px;
    width: 100%;
    text-align: center;
  }

  .snews {
    padding-top: 40px;
  }

  .snews__swiper {
    margin-top: 40px;
  }

  .sform {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .sform__content {
    max-width: 100%;
  }

  .sform__form {
    max-width: 100%;
  }

  .sform__author-img-wrapper {
    width: 60px;
    height: 60px;
  }

  .sfaq {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sfaq__title-block {
    -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;
  }

  .sfaq__btn {
    width: 100%;
    text-align: center;
  }

  .sfaq__accordion {
    margin-top: 32px;
  }

  .sitresting {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sitresting__grid {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }

  .sseo {
    padding-bottom: 40px;
  }

  .sseo__container {
    padding-top: 40px;
  }
}