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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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 {
  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;
}

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

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

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

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

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

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

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

html {
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  -webkit-animation: bugfix infinite 1s;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

body {
  font-style: normal;
  font-weight: normal;
  -webkit-animation: bugfix infinite 1s;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #080F20;
  background-color: #FFFFFF;
}

input,
textarea {
  -webkit-animation: bugfix infinite 1s;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: unset;
}

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

button,
input,
a,
textarea {
  outline: none;
  cursor: pointer;
  font: inherit;
}

button:focus,
button:active,
input:focus,
input:active,
a:focus,
a:active,
textarea:focus,
textarea:active {
  outline: none;
}

button {
  display: flex;
  padding: 0;
  background: none;
  border: none;
  text-align: left;
  color: inherit;
}

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

p {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1440px;
  padding: 0 60px;
  margin: 0 auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

.mobile {
  display: none !important;
}

.o-hidden {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  transition: all 0.3s, padding-right 0s;
  pointer-events: none;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #080F20;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.header_active {
  pointer-events: all;
  background-color: #080F20;
}

.header_active::before {
  opacity: 1;
}

.header_scroll {
  background-color: #1F5DEF;
  pointer-events: all;
}

.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  transition: all 0.3s;
}

.header .logo {
  display: inline-flex;
  width: 88px;
  height: 38px;
  flex-shrink: 0;
  pointer-events: all;
}

.header__content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  z-index: -2;
  transform: translateY(-150%);
  transition: all 0.4s ease;
  background-color: #080F20;
  overflow-x: hidden;
  overflow-y: auto;
}

.header__content_active {
  transform: translateY(0%);
}

.header__content .container {
  height: 100%;
}

.header__content-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-height: 100%;
  padding: 100px 0 40px;
}

.header__content-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: auto 0;
}

.header__info {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.header__info-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.header__info-link {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: all 0.3s;
}

.header__info-link:hover {
  color: #1F5DEF;
}

.header__info-link:active {
  color: #0842CA;
}

.header__block {
  display: flex;
  align-items: center;
  gap: 60px;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.header__privacy {
  color: #949AAF;
  transition: all 0.3s;
}

.header__privacy:hover {
  color: #1F5DEF;
}

.header__privacy:active {
  color: #0842CA;
}

.header-animate {
  transition: all 0.3s;
  animation-duration: 0.4s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

.header-animate_up {
  -webkit-animation-name: headerAnimateUp;
  animation-name: headerAnimateUp;
}

.header-animate_down {
  -webkit-animation-name: headerAnimateDown;
  animation-name: headerAnimateDown;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes headerAnimateUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes headerAnimateDown {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.nav__item:not(:last-child) {
  margin-bottom: 66px;
}

.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  transition: all 0.3s;
}

.nav__link:hover {
  color: #1F5DEF;
}

.nav__link:hover svg {
  fill: #1F5DEF;
}

.nav__link:active {
  color: #0842CA;
}

.nav__link:active svg {
  fill: #0842CA;
}

.nav__link svg {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  fill: #00BBFF;
  transition: all 0.3s;
}

.burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  padding: 5px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  cursor: pointer;
  pointer-events: all;
}

.burger span {
  width: 22px;
  height: 3px;
  background-color: #1F5DEF;
  transition: all 0.3s;
}

.burger span:not(:last-child) {
  margin-bottom: 4px;
}

.burger span:last-child {
  background-color: #00BBFF;
}

.burger_active span {
  margin: 0;
}

.burger_active span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -3px;
}

.burger_active span:nth-child(2) {
  display: none;
}

.burger_active span:nth-child(3) {
  transform: rotate(-45deg);
}

.button {
  width: 318px;
  height: 57px;
  padding: 5px 16px;
  background-color: #1F5DEF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.button::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 100%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: all 0.4s;
  z-index: -1;
  pointer-events: none;
}

.button:hover {
  color: #080F20;
}

.button:hover svg {
  fill: #080F20;
}

.button:hover::before {
  transform: scale(10);
}

.button:active::before {
  background-color: #F3F3F3;
}

.button svg {
  width: 24px;
  height: 24px;
  fill: #FFFFFF;
  transition: all 0.3s;
}

.button_hover_dark:hover {
  background-color: #080F20;
  color: #FFFFFF;
}

.button_hover_dark:hover svg {
  fill: #FFFFFF;
}

.button_hover_dark:active {
  background-color: #080F20;
}

.button_border {
  background-color: transparent;
  border: 2px solid #1F5DEF;
  color: #1F5DEF;
}

.button_border::before {
  background-color: #1F5DEF;
}

.button_border:hover {
  color: #FFFFFF;
}

.button_border:active {
  border-color: #0842CA;
}

.button_border:active::before {
  background-color: #0842CA;
}

.button_border_white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.button_border_white::before {
  background-color: #FFFFFF;
}

.button_border_white:hover {
  color: #080F20;
}

.button_border_white:active {
  border-color: #F3F3F3;
}

.button_border_white:active::before {
  background-color: #F3F3F3;
}

.button_white {
  background-color: #FFFFFF;
  color: #080F20;
}

.button_white::before {
  background-color: #080F20;
}

.button_white:hover {
  color: #FFFFFF;
}

.button_white:active {
  color: #FFFFFF;
}

.button_white:active::before {
  background-color: #080F20;
}

.button_dark {
  background-color: #080F20;
}

.button_dark::before {
  background-color: #1F5DEF;
}

.button_dark:hover {
  color: #FFFFFF;
}

.button_dark:hover svg {
  fill: #FFFFFF;
}

.button_dark:active::before {
  background-color: #0842CA;
}

.button_green {
  background-color: #00AF06;
}

.ticker {
  width: 100%;
}

.ticker-wrapper {
  transition-timing-function: linear;
}

.ticker__item {
  width: auto;
  display: flex;
  align-items: center;
}

.ticker__item:not(:last-child) {
  margin-right: 46px;
}

.ticker__elem {
  flex-shrink: 0;
  width: auto;
  height: 54px;
}

.ticker__elem:not(:last-child) {
  margin-right: 46px;
}

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

.slider-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.slider-buttons .slider-button-prev,
.slider-buttons .slider-button-next {
  position: static;
  transform: none;
}

.slider-button-prev,
.slider-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  transform: translateY(-50%);
  outline: none;
  margin: 0;
  z-index: 10;
  transition: all 0.3s;
}

.slider-button-prev:hover svg,
.slider-button-next:hover svg {
  fill: #0842CA;
}

.slider-button-prev:active svg,
.slider-button-next:active svg {
  transform: scale(0.8);
}

.slider-button-prev::after,
.slider-button-next::after {
  content: none;
}

.slider-button-prev svg,
.slider-button-next svg {
  width: 100%;
  height: 100%;
  fill: #1F5DEF;
  transition: all 0.3s;
}

.slider-button-prev {
  left: 0;
}

.slider-button-next {
  right: 0;
}

.slider-pagination.swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}

.slider-pagination.swiper-pagination.swiper-pagination-lock {
  display: none;
}

.slider-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  background: none;
  border-radius: 0;
  margin: 0;
  opacity: 1;
  position: relative;
  transition: all 0.3s;
}

.slider-pagination.swiper-pagination .swiper-pagination-bullet svg {
  width: 100%;
  height: 100%;
  fill: #949AAF;
}

.slider-pagination.swiper-pagination .swiper-pagination-bullet svg path {
  transition: all 0.3s;
}

.slider-pagination.swiper-pagination .swiper-pagination-bullet svg .inner {
  fill: transparent;
  stroke: transparent;
}

.slider-pagination.swiper-pagination .swiper-pagination-bullet-active svg {
  fill: #FF3F38;
}

.slider-pagination.swiper-pagination .swiper-pagination-bullet-active svg .inner {
  fill: #FF3F38;
  stroke: #FF3F38;
}

.form__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px;
}

.form__title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.form__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.form__block_row {
  grid-template-columns: repeat(1, 1fr);
}

.form__bottom {
  margin-top: 60px;
}

.form__button.button {
  width: 100%;
}

.form__button.button::before {
  content: none;
}

.form__button.button:hover {
  background-color: #FFFFFF;
}

.form__button.button:active {
  background-color: #F3F3F3;
  color: #080F20;
}

.form__button.button:active svg {
  fill: #080F20;
}

.form__button.button.button_green:hover {
  background-color: #00AF06;
  color: #FFFFFF;
}

.form__button.button.button_green:active {
  background-color: #00AF06;
  color: #FFFFFF;
}

.label {
  display: flex;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.label_wide {
  grid-column: span 3;
}

input,
textarea {
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #111A31;
  padding: 19px;
  appearance: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: #FFFFFF;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}

input:hover,
textarea:hover {
  background-color: #253458;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: #1F5DEF;
}

input:checked ~ .label__box,
textarea:checked ~ .label__box {
  background-color: #FFFFFF;
}

input:checked ~ .label__box::after,
textarea:checked ~ .label__box::after {
  opacity: 1;
}

input:checked ~ .label__text,
textarea:checked ~ .label__text {
  background-color: #1F5DEF;
}

input:checked ~ .label__text span,
textarea:checked ~ .label__text span {
  color: #FFFFFF;
}

input::placeholder,
textarea::placeholder {
  color: #949AAF;
}

input.visually-hidden,
textarea.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

textarea {
  height: 120px;
  resize: none;
}

.label_checkbox {
  -webkit-tap-highlight-color: transparent;
}

.label_checkbox:hover input:not(:checked) ~ .label__box {
  background-color: #111A31;
}

.label_checkbox:hover input:not(:checked) ~ .label__text {
  background-color: #253458;
}

.label__box {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #253458;
  overflow: hidden;
  transition: all 0.3s;
}

.label__box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: url(../img/content/check.svg) 50%/contain no-repeat;
  opacity: 0;
  transition: all 0.3s;
}

.label__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  padding: 16px 30px;
  background-color: #111A31;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: #FFFFFF;
  transition: all 0.3s;
}

.label__text span {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #949AAF;
  transition: all 0.3s;
}

.label__text:has(span) {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.list {
  padding-left: 26px;
}

.list li {
  font-size: 20px;
  letter-spacing: -0.02em;
  position: relative;
}

.list li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -20px;
  width: 8px;
  height: 8px;
  background-color: #00BBFF;
}

.list li:not(:last-child) {
  margin-bottom: 16px;
}

.list_round {
  padding-left: 52px;
}

.list_round li::before {
  top: 0;
  left: -52px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #AACCFF;
  border: 9px solid #F0F6FF;
}

.list_round li:not(:last-child) {
  margin-bottom: 32px;
}

.list_round li span {
  display: block;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.list_round li span:not(:last-child) {
  margin-bottom: 12px;
}

.pin {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-30%, -40%);
  width: 32px;
  height: 32px;
}

.pin svg {
  width: 100%;
  height: 100%;
  fill: #1F5DEF;
}

.decor {
  display: inline-block;
  margin-right: -6px;
  padding: 10px 23px;
  background-color: #F0F6FF;
  border-radius: 6px;
  color: #525DCF;
  position: relative;
}

.decor::before,
.decor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 135%;
  background-color: #525DCF;
  border-radius: 10px;
}

.decor::after {
  left: auto;
  right: 0;
}

.decor span {
  position: absolute;
  top: -24px;
  left: 2px;
  transform: translateX(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #525DCF;
}

.hero {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}

.hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__content {
  min-height: 100vh;
  min-height: 100svh;
  padding: 136px 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.hero__text {
  text-align: center;
  margin: auto 0;
}

.hero__suptitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 24px;
}

.hero__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.hero__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.services {
  padding: 80px 0;
}

.services__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.services__item {
  min-height: 184px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #F4F7FE;
  transition: all 0.3s;
}

.services__item:hover {
  background-color: #1F5DEF;
}

.services__item:hover .services__item-title {
  color: #FFFFFF;
}

.services__item:hover .services__item-arrow {
  transform: rotate(-45deg);
}

.services__item:hover .services__item-arrow svg {
  fill: #FFFFFF;
}

.services__item:hover .services__item-description {
  color: #FFFFFF;
}

.services__item:active {
  background-color: #0842CA;
}

.services__item-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.services__item-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: all 0.3s;
}

.services__item-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.services__item-arrow svg {
  width: 100%;
  height: 100%;
  fill: #949AAF;
  transition: all 0.3s;
}

.services__item-description {
  margin-top: auto;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #949AAF;
  transition: all 0.3s;
}

.services__button.button {
  width: 100%;
  height: 100%;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.services__button.button:before {
  content: none;
}

.invitation {
  margin: 80px 0;
  background-color: #F4F7FE;
  position: relative;
  z-index: 1;
}

.invitation__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.invitation__img img {
  height: 100%;
  object-fit: cover;
}

.invitation__content {
  min-height: 544px;
  padding: 93px 0;
}

.invitation__text {
  max-width: 600px;
}

.invitation__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 13px;
}

.invitation__description {
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.invitation__button {
  width: 233px;
}

.advantages {
  padding: 80px 0;
}

.advantages__title {
  max-width: 650px;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 60px;
}

.advantages__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.advantages__item {
  min-height: 343px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #F4F7FE;
}

.advantages__item-img {
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
}

.advantages__item-img svg {
  width: 100%;
  height: 100%;
}

.advantages__item-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.advantages__item-description {
  margin-top: auto;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #949AAF;
}

.steps {
  padding: 80px 0;
  height: 250vh;
}

.steps__inner {
  position: sticky;
  top: 140px;
  padding-bottom: 200px;
}

.steps__line {
  position: absolute;
  top: 180px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F3F3F3;
  z-index: -1;
}

.steps__line:nth-child(2) {
  top: 310px;
}

.steps__line:nth-child(3) {
  top: 440px;
}

.steps__line:nth-child(4) {
  top: 570px;
}

.steps__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 60px;
}

.steps__progress {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
  position: relative;
}

.steps__progress-item {
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #949AAF;
}

.steps__range {
  position: absolute;
  top: 62px;
  left: 1%;
  right: 8px;
  transform: translateX(-100%);
  height: 390px;
  width: 3px;
  background-color: #1F5DEF;
  transition: all 0.3s;
}

.steps__range::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #1F5DEF;
}

.steps__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.steps__item {
  width: 429px;
  padding: 30px;
  background-color: #F3F3F3;
  position: relative;
}

.steps__item:not(:first-child) {
  margin-left: -132px;
}

.steps__item:nth-child(2) {
  background-color: #1F5DEF;
  color: #FFFFFF;
}

.steps__item:nth-child(2) .steps__item-info,
.steps__item:nth-child(2) .steps__item-description {
  color: #FFFFFF;
}

.steps__item:nth-child(3) {
  background-color: #080F20;
  color: #FFFFFF;
}

.steps__item:nth-child(3) .steps__item-info,
.steps__item:nth-child(3) .steps__item-description {
  color: #FFFFFF;
}

.steps__item:nth-child(4) {
  background-color: #F4F7FE;
}

.steps__item-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}

.steps__item-info {
  color: #1F5DEF;
}

.steps__item-description {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #949AAF;
}

.portfolio {
  padding: 80px 0 160px;
}

.portfolio__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

.portfolio__filter {
  margin-bottom: 40px;
}

.portfolio__filter-inner {
  display: flex;
  gap: 16px;
}

.portfolio__filter-item {
  flex-shrink: 0;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 5px 25px 2px;
  background-color: #F3F3F3;
  font-size: 20px;
  letter-spacing: -0.02em;
  transition: all 0.3s;
}

.portfolio__filter-item:hover {
  background-color: #1F5DEF;
  color: #FFFFFF;
}

.portfolio__filter-item:active {
  background-color: #0842CA;
}

.portfolio__filter-item_active {
  background-color: #1F5DEF;
  color: #FFFFFF;
}

.portfolio__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 16px;
}

.portfolio__buttons {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.portfolio-card__img {
  width: 100%;
  height: 455px;
  margin-bottom: 10px;
}

.portfolio-card__img img {
  height: 100%;
  object-fit: cover;
}

.portfolio-card__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1F5DEF;
  margin-bottom: 16px;
}

.portfolio-card__label {
  height: 32px;
  display: flex;
  align-items: center;
  padding: 5px 18px 2px;
  background-color: #F4F7FE;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}

.portfolio-card__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 16px;
}

.portfolio-card__description {
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #949AAF;
}

.partners {
  padding: 60px 0;
  background-color: #080F20;
  color: #FFFFFF;
}

.partners__heading {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 30px;
}

.partners__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.partners__arrow {
  width: 74px;
  height: 74px;
  flex-shrink: 0;
}

.partners__arrow svg {
  width: 100%;
  height: 100%;
  fill: #1F5DEF;
  transform: rotate(90deg);
}

.partners__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.partners__item {
  width: 100%;
  height: 200px;
  border: 1px solid rgba(148, 154, 175, 0.2);
  overflow: hidden;
}

.partners__item svg {
  width: 100%;
  height: 100%;
}

.reviews {
  padding: 160px 0;
  overflow: hidden;
}

.reviews__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 60px;
}

.reviews__title {
  max-width: 800px;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.reviews__slider {
  overflow: visible;
}

.reviews__slider-item {
  height: auto;
  min-height: 427px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #F4F7FE;
  transition: background-color 0.3s;
}

.reviews__slider-item.swiper-slide-active {
  background-color: #1F5DEF;
  color: #FFFFFF;
}

.reviews__slider-description {
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  transition: all 0.3s;
}

.reviews__slider-author {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

.reviews__slider-author-photo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
}

.reviews__slider-author-photo img {
  height: 100%;
  object-fit: cover;
}

.reviews__slider-author-text {
  font-size: 20px;
  letter-spacing: -0.02em;
  transition: all 0.3s;
}

.reviews__slider-author-name {
  margin-bottom: 3px;
}

.feedback {
  padding: 60px 0;
  background-color: #080F20;
  color: #FFFFFF;
}

.feedback__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 16px;
}

.feedback__title {
  grid-column: span 3;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.feedback__button.button {
  width: 100%;
}

.footer {
  padding: 60px 0;
  background-color: #080F20;
  color: #FFFFFF;
  overflow: hidden;
}

.footer__info {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 60px;
}

.footer__info-title {
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.footer__info-link {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: all 0.3s;
}

.footer__info-link:hover {
  color: #1F5DEF;
}

.footer__info-link:active {
  color: #0842CA;
}

.footer__bottom {
  display: flex;
  align-items: center;
  gap: 60px;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.footer__bottom-link {
  color: #949AAF;
  transition: all 0.3s;
}

.footer__bottom-link:hover {
  color: #1F5DEF;
}

.footer__bottom-link:active {
  color: #0842CA;
}

.request {
  padding: 168px 0 20px;
  background-color: #080F20;
}

.request .container {
  max-width: 1218px;
}

.request__heading {
  color: #FFFFFF;
  margin-bottom: 60px;
}

.request__title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.request__title svg {
  width: 40px;
  height: 40px;
}

.request__description {
  max-width: 600px;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.services-all__body {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.services-all__side {
  position: sticky;
  top: 88px;
  left: 0;
  height: calc(100vh - 87px);
  grid-column: span 5;
  padding: 30px 90px;
  background-color: #F4F7FE;
  display: flex;
  align-items: center;
}

.services-all__side-list li:not(:last-child) {
  margin-bottom: 40px;
}

.services-all__side-link {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: all 0.3s;
}

.services-all__side-link:hover {
  color: #1F5DEF;
}

.services-all__side-link:active {
  color: #0842CA;
}

.services-all__side-link_active {
  color: #1F5DEF;
}

.services-all__content {
  grid-column: span 7;
  margin-left: -16px;
}

.service-card {
  min-height: calc(100vh - 87px);
  padding: 30px 90px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}

.service-card:nth-child(odd) .service-card__button::before {
  background-color: #080F20;
}

.service-card:nth-child(odd) .service-card__button:hover {
  color: #FFFFFF;
}

.service-card:nth-child(odd) .service-card__button:hover svg {
  fill: #FFFFFF;
}

.service-card:nth-child(even) {
  background-color: #080F20;
  color: #FFFFFF;
}

.service-card:nth-child(even) .service-card__category {
  color: #FFFFFF;
}

.service-card__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.service-card__category {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #1F5DEF;
  margin-bottom: 16px;
}

.service-card__brand {
  width: auto;
  height: 46px;
}

.service-card__brand img {
  height: 100%;
  object-fit: contain;
}

.service-card__brands {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-card__button {
  flex-shrink: 0;
}

.intro {
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}

.intro__media {
  width: 100%;
  height: 695px;
}

.intro__media img {
  height: 100%;
  object-fit: cover;
}

.intro__img {
  position: absolute;
  top: 0;
  left: 48vw;
  width: 916px;
  height: 1215px;
  pointer-events: none;
}

.intro__img img {
  height: 100%;
  object-fit: contain;
}

.intro__content {
  padding-top: 40px;
  position: relative;
}

.intro__text {
  max-width: 760px;
}

.intro__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.intro__title span {
  display: block;
  color: #525DCF;
}

.intro__description {
  padding-left: 223px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.problem {
  padding: 80px 0;
}

.problem__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

.problem__title picture {
  align-self: flex-start;
}

.problem__title img {
  width: 60px;
  height: 60px;
}

.problem__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-end;
}

.problem__item {
  min-height: 446px;
  padding: 60px 24px;
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.problem__item:nth-child(2) {
  min-height: 512px;
  background-color: #F0F6FF;
}

.problem__item:nth-child(3) {
  min-height: 579px;
  background-color: #E2ECFF;
}

.problem__item-number {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: rgba(55, 55, 55, 0.22);
}

.problem__item-title {
  margin-top: auto;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.problem__item-list {
  padding-left: 34px;
}

.problem__item-list li {
  font-size: 20px;
  letter-spacing: -0.02em;
  position: relative;
}

.problem__item-list li.exclamation::before {
  background-image: url(../img/content/list-icon-exclamation.png);
}

.problem__item-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -34px;
  width: 22px;
  height: 22px;
  background: url(../img/content/list-icon.png) 50%/contain no-repeat;
}

.problem__item-list li:not(:last-child) {
  margin-bottom: 10px;
}

.solution {
  padding: 80px 0;
}

.solution__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

.solution__title picture {
  align-self: flex-start;
}

.solution__title img {
  width: 60px;
  height: 60px;
}

.solution__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.solution__item {
  min-height: 696px;
  padding: 30px 30px 500px;
  background-color: #F0F6FF;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.solution__item:nth-child(2) {
  background-color: #D5E4FF;
}

.solution__item:nth-child(3) {
  min-height: 301px;
  grid-column: span 2;
  display: flex;
  align-items: center;
  padding: 25px;
  background-color: #EAEAEA;
}

.solution__item:nth-child(3) .solution__item-img img {
  object-position: right;
}

.solution__item:nth-child(3) .solution__item-text {
  max-width: 700px;
}

.solution__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.solution__item-img img {
  height: 100%;
  object-fit: cover;
}

.solution__item-title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.solution__item-description {
  font-size: 24px;
  letter-spacing: -0.02em;
}

.offer__block {
  padding: 80px 0;
}

.offer__block:nth-child(even) .offer__list li::before {
  background-color: #89E875;
  border-color: #DBFFE0;
}

.offer__block:nth-child(even) .offer__description {
  background-color: #E2FFE5;
  color: #00AF06;
}

.offer__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.offer__content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.offer__img {
  grid-column: span 5;
  width: 100%;
  height: 531px;
}

.offer__img img {
  height: 100%;
  object-fit: contain;
}

.offer__text {
  grid-column: 7/span 6;
}

.offer__list:not(:last-child) {
  margin-bottom: 32px;
}

.offer__description {
  clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%);
  padding: 24px 60px;
  background-color: #F0F6FF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: #1F5DEF;
  text-align: center;
}

.payment {
  margin: 80px 0;
  background-color: #F0F6FF;
  overflow: hidden;
}

.payment__content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.payment__heading {
  padding: 80px 0;
  grid-column: span 7;
}

.payment__text {
  margin-bottom: 40px;
}

.payment__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.payment__subtitle {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.payment__item {
  min-height: 267px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 32px;
  background-color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
}

.payment__item:last-child {
  background-color: #3586FF;
  color: #FFFFFF;
}

.payment__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.payment__item-heading {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.payment__item-img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.payment__item-img img {
  height: 100%;
  object-fit: contain;
}

.payment__item-title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 19px;
}

.payment__item-description {
  font-size: 20px;
  letter-spacing: -0.02em;
}

.payment__img {
  grid-column: 9/span 4;
  width: auto;
  height: 100%;
  margin-left: -16px;
  margin-right: -25vw;
  position: relative;
}

.payment__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.payment__img img {
  height: 100%;
  object-fit: cover;
}

.integration {
  padding: 80px 0;
}

.integration__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-direction: column;
  gap: 30px;
  color: #525DCF;
  margin-bottom: 40px;
  text-align: center;
}

.integration__title picture {
  align-self: flex-start;
}

.integration__title img {
  width: 60px;
  height: 60px;
}

.integration__title picture {
  align-self: center;
}

.integration__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
  max-width: 860px;
  margin: 0 auto;
}

.integration__item {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 7px;
  text-align: center;
  box-shadow: -25px 30px 82px rgba(0, 0, 0, 0.1);
  position: relative;
}

.integration__item:first-child {
  transform: rotate(-0.6deg);
}

.integration__item:first-child .pin svg {
  fill: #B5FFBD;
}

.integration__item:nth-child(2) {
  transform: rotate(0.5deg);
}

.integration__item:nth-child(3) {
  transform: rotate(-1deg);
}

.integration__item:nth-child(3) .pin svg {
  fill: #AACCFF;
}

.integration__item:nth-child(4) {
  transform: rotate(0.9deg);
  background-color: #E2FFE5;
  color: #00780C;
}

.integration__item:nth-child(4) .pin svg {
  fill: #00AF06;
}

.integration__item:nth-child(4) .integration__item-title {
  font-weight: 500;
}

.integration__item-title {
  font-size: 24px;
  letter-spacing: -0.02em;
}

.integration__item-title:not(:last-child) {
  margin-bottom: 16px;
}

.integration__item-brand {
  width: auto;
  height: 40px;
}

.integration__item-brands {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.integration__item-brand img {
  height: 100%;
  object-fit: contain;
}

.loyalty {
  padding: 80px 0;
}

.loyalty__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 16px;
}

.loyalty__title {
  grid-column: span 2;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.loyalty__img {
  grid-row: 1/span 2;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.loyalty__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loyalty__img img {
  height: 100%;
  object-fit: cover;
}

.loyalty__item {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #F9F9F9;
  border-radius: 10px;
}

.loyalty__items {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.loyalty__item:last-child {
  justify-content: center;
  background-color: #E2FFE5;
  color: #00780C;
}

.loyalty__item-title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 13px;
}

.loyalty__item-subtitle {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
}

.loyalty__item-description {
  font-size: 20px;
  letter-spacing: -0.02em;
}

.accounting {
  margin: 80px 0;
  background-color: #F3F3F3;
  overflow: hidden;
}

.accounting__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.accounting__text {
  grid-column: span 2;
  padding: 80px 16px 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.accounting__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.accounting__list {
  max-width: 650px;
}

.accounting__list li::before {
  border-color: #FFFFFF;
}

.accounting__img {
  width: auto;
  min-height: 700px;
  height: 100%;
  margin-left: -16px;
  margin-right: -25vw;
  position: relative;
}

.accounting__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accounting__img img {
  height: 100%;
  object-fit: cover;
}

.analytics {
  padding: 80px 0;
}

.analytics__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: flex-end;
}

.analytics__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.analytics__title picture {
  align-self: flex-start;
}

.analytics__title img {
  width: 60px;
  height: 60px;
}

.analytics__img {
  max-width: 612px;
  width: 100%;
  height: 462px;
}

.analytics__img img {
  height: 100%;
  object-fit: contain;
}

.analytics__list {
  counter-reset: num;
}

.analytics__item {
  padding: 30px 30px 30px 105px;
  background-color: #F9F9F9;
  border-radius: 10px;
  position: relative;
}

.analytics__item::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: rgba(55, 55, 55, 0.22);
}

.analytics__item:nth-child(3n+2) {
  background-color: #F0F6FF;
}

.analytics__item:nth-child(3n+3) {
  background-color: #E2ECFF;
}

.analytics__item:not(:last-child) {
  margin-bottom: 13px;
}

.analytics__item-title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 13px;
}

.analytics__item-description {
  font-size: 20px;
  letter-spacing: -0.02em;
}

.technology {
  padding: 80px 0;
}

.technology__title {
  padding-top: 23px;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 29px;
}

.technology__body {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.technology__content {
  grid-column: 2/12;
}

.technology__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.technology__item:not(:last-child) {
  margin-bottom: -48px;
}

.technology__item:nth-child(2) .technology__item-circle {
  margin-left: 110px;
  background-color: #F0FFF2;
}

.technology__item:nth-child(3) .technology__item-circle {
  margin-left: 220px;
  background-color: #AACCFF;
}

.technology__item-circle {
  width: 207px;
  height: 207px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #F0F6FF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.technology__item-img {
  width: 60px;
  height: 60px;
}

.technology__item-img img {
  height: 100%;
  object-fit: contain;
}

.technology__item-arrow {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  height: 16px;
}

.technology__item-arrow svg {
  flex-shrink: 0;
  width: 431px;
  height: 100%;
}

.technology__item-text {
  flex-shrink: 0;
  width: 100%;
  max-width: 430px;
  padding: 20px 0;
}

.technology__item-title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 13px;
}

.technology__item-description {
  font-size: 20px;
  letter-spacing: -0.02em;
}

.support {
  margin: 80px 0;
  background-color: #D4E5FF;
  overflow: hidden;
}

.support__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.support__text {
  grid-column: span 2;
  padding: 80px 16px 80px 0;
}

.support__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.support__item {
  min-height: 143px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 72px;
  background-color: #FFFFFF;
  border-radius: 4px;
  clip-path: polygon(3.5% 0, 100% 0, 100% 80%, 96.5% 100%, 0 100%, 0 20%);
}

.support__items {
  max-width: 763px;
}

.support__item:not(:last-child) {
  margin-bottom: 16px;
}

.support__item-title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #525DCF;
  margin-bottom: 13px;
}

.support__item-description {
  font-size: 20px;
  letter-spacing: -0.02em;
}

.support__img {
  width: auto;
  height: 100%;
  margin-left: -16px;
  margin-right: -25vw;
  position: relative;
}

.support__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.support__img img {
  height: 100%;
  object-fit: cover;
}

.result {
  padding: 80px 0;
}

.result__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  gap: 16px;
  justify-content: flex-start;
  margin-bottom: 38px;
}

.result__title picture {
  align-self: flex-start;
}

.result__title img {
  width: 60px;
  height: 60px;
}

.result__title span {
  color: #525DCF;
}

.result table {
  width: 100%;
  border-collapse: collapse;
}

.result table thead tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.result table thead th {
  padding: 20px 30px;
  background-color: #F0F1F1;
  border-top-left-radius: 16px;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

.result table thead th:last-child {
  background-color: #D5E6FF;
  border-top-left-radius: 0;
  border-top-right-radius: 16px;
  color: #525DCF;
}

.result table tbody tr {
  display: grid;
  grid-template-columns: 60px 1fr 1fr;
}

.result table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

.result table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

.result table tbody td {
  display: flex;
  align-items: center;
  min-height: 67px;
  padding: 12px 30px;
  font-size: 20px;
  letter-spacing: -0.02em;
  border: 1px solid #F0F1F1;
}

.result table tbody td:first-child {
  padding: 5px;
  justify-content: center;
  color: #B3B3B3;
}

.result table tbody td:nth-child(2) {
  margin-right: 30px;
}

.result table tbody td:last-child {
  background-color: #F0F6FF;
  border-color: #DEE9FF;
  margin-left: -30px;
}

.feature {
  padding: 80px 0;
}

.feature__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 41px 16px;
}

.feature__title {
  grid-column: span 2;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: inline-block;
}

.feature__title picture {
  align-self: flex-start;
}

.feature__title img {
  width: 60px;
  height: 60px;
}

.feature__title picture {
  margin-bottom: -5px;
  display: inline-block;
}

.feature__title picture:not(:last-child) {
  margin-right: -13px;
}

.feature__title img {
  width: 48px;
  height: 48px;
}

.feature__img {
  grid-row: 1/span 2;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.feature__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature__img img {
  height: 100%;
  object-fit: cover;
}

.feature__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: #F9F9F9;
  border-radius: 10px;
}

.feature__items {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.feature__item:last-child {
  grid-column: span 2;
  background-color: #E2FFE5;
}

.feature__item:last-child .feature__item-title {
  color: #00780C;
}

.feature__item-title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 13px;
}

.feature__item-description {
  font-size: 20px;
  letter-spacing: -0.02em;
}

.discuss {
  padding: 80px 0;
  padding-bottom: 138px;
  position: relative;
  overflow: hidden;
}

.discuss__heading {
  text-align: center;
  margin-bottom: 170px;
}

.discuss__suptitle {
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.discuss__title {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.discuss__title .decor {
  margin: -4px 0 0;
  padding: 5px 23px;
}

.discuss__title .decor::before,
.discuss__title .decor::after {
  height: 110%;
}

.discuss__title .decor span {
  top: -3px;
}

.discuss__content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.discuss__img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 38vw;
  height: 574px;
}

.discuss__img img {
  object-position: left bottom;
  height: 100%;
  object-fit: contain;
}

.discuss__card {
  width: 100%;
  max-width: 409px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 7px;
  text-align: center;
  box-shadow: -25px 30px 82px rgba(0, 0, 0, 0.1);
  transform: rotate(0.5deg);
  position: relative;
}

.discuss__card-title {
  max-width: 260px;
  margin: 0 auto 20px;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.discuss__card-info {
  transform: rotate(0.5deg);
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.discuss__card-name {
  font-weight: 500;
  margin-bottom: 11px;
}

.discuss__card-phone {
  display: inline-block;
  color: #525DCF;
  margin-bottom: 12px;
}

.discuss__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.discuss__card-link svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.not-found {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.not-found__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.not-found__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.not-found__img {
  position: absolute;
  bottom: -95px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  max-width: 92%;
  width: 1294px;
  height: auto;
}

.not-found__img img {
  height: 100%;
  object-fit: contain;
}

.not-found__content {
  min-height: 100vh;
  min-height: 100svh;
  padding: 180px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

.not-found__title {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.not-found__subtitle {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}

@media (max-width: 1920px) {
  .payment__img {
    margin-right: -16vw;
  }

  .accounting__img {
    margin-right: -16vw;
  }

  .support__img {
    margin-right: -16vw;
  }

  .discuss__img img {
    object-position: right;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 1600px) {
  .payment__img {
    margin-left: 0;
    margin-right: -9vw;
    grid-column: 8/span 5;
  }

  .accounting__content {
    grid-template-columns: repeat(2, 1fr);
  }

  .accounting__text {
    padding: 70px 0;
    grid-column: span 1;
  }

  .accounting__img {
    margin-left: 0;
    margin-right: -9vw;
  }

  .support__content {
    grid-template-columns: repeat(12, 1fr);
  }

  .support__text {
    grid-column: span 7;
    padding: 80px 0;
  }

  .support__img {
    grid-column: span 5;
    margin-left: 0;
    margin-right: -9vw;
  }
}

@media (max-width: 1440px) {
  .payment__img {
    margin-right: -60px;
  }

  .accounting__img {
    margin-right: -60px;
  }

  .support__img {
    margin-right: -60px;
  }

  .discuss__img {
    right: 34vw;
  }
}

@media (max-width: 1279px) {
  .container {
    padding: 0 30px;
  }

  .mobile {
    display: block !important;
  }

  .header__content-group {
    grid-template-columns: repeat(8, 1fr);
  }

  .header__content-group .nav {
    grid-column: span 5;
  }

  .header__info {
    grid-column: span 3;
  }

  .header__info-link {
    font-size: 25px;
  }

  .nav__item:not(:last-child) {
    margin-bottom: 62px;
  }

  .button {
    width: 255px;
  }

  .ticker {
    overflow: visible;
  }

  .form__title {
    font-size: 25px;
  }

  .decor {
    padding: 6px 16px;
    margin-right: 0;
  }

  .decor::before,
  .decor::after {
    height: 140%;
  }

  .hero {
    overflow: hidden;
  }

  .hero__title {
    font-size: 52px;
  }

  .services {
    padding: 50px 0;
  }

  .services__content {
    grid-template-columns: repeat(2, 1fr);
  }

  .services__item {
    min-height: 180px;
  }

  .services__item-title {
    font-size: 25px;
  }

  .invitation {
    margin: 50px 0;
  }

  .invitation__img img {
    object-position: 38%;
  }

  .invitation__content {
    padding: 30px 0;
  }

  .invitation__button {
    width: 233px;
  }

  .advantages {
    padding: 50px 0;
  }

  .advantages__title {
    font-size: 36px;
  }

  .advantages__title {
    margin-bottom: 40px;
  }

  .advantages__content {
    grid-template-columns: repeat(2, 1fr);
  }

  .advantages__item {
    min-height: auto;
  }

  .advantages__item-title {
    font-size: 25px;
  }

  .advantages__item-title {
    margin-bottom: 16px;
  }

  .steps {
    padding: 50px 0;
  }

  .steps__inner {
    padding-bottom: 210px;
  }

  .steps__line {
    top: 140px;
  }

  .steps__line:nth-child(2) {
    top: 270px;
  }

  .steps__line:nth-child(3) {
    top: 400px;
  }

  .steps__line:nth-child(4) {
    top: 530px;
  }

  .steps__title {
    font-size: 36px;
  }

  .steps__title {
    margin-bottom: 40px;
  }

  .steps__content {
    position: relative;
  }

  .steps__item {
    width: 437px;
  }

  .steps__item:not(:first-child) {
    margin-left: 0;
    position: absolute;
  }

  .steps__item:nth-child(2) {
    left: calc(41% - 200px);
  }

  .steps__item:nth-child(3) {
    right: calc(41% - 200px);
  }

  .steps__item:nth-child(4) {
    right: 0;
  }

  .portfolio {
    padding: 50px 0 100px;
    overflow: hidden;
  }

  .portfolio__title {
    font-size: 36px;
  }

  .portfolio__filter {
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .portfolio__filter::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .portfolio__filter-inner {
    gap: 12px;
    flex-shrink: 0;
  }

  .portfolio__filter-item:first-child {
    margin-left: 30px;
  }

  .portfolio__filter-item:last-child {
    margin-right: 30px;
  }

  .portfolio__buttons {
    margin-top: 40px;
  }

  .partners__heading {
    gap: 8px;
  }

  .partners__title {
    font-size: 36px;
  }

  .partners__arrow {
    width: 46px;
    height: 46px;
  }

  .partners__content {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews {
    padding: 100px 0;
  }

  .reviews__heading {
    margin-bottom: 40px;
  }

  .reviews__title {
    font-size: 36px;
  }

  .feedback {
    padding: 60px 0 40px;
  }

  .feedback__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 16px;
  }

  .feedback__title {
    font-size: 36px;
  }

  .feedback__title {
    grid-column: span 2;
  }

  .footer {
    padding: 40px 0 60px;
  }

  .footer__info-link {
    font-size: 25px;
  }

  .request__title {
    font-size: 36px;
  }

  .services-all .container {
    padding: 0;
  }

  .services-all__body {
    display: block;
  }

  .services-all__side {
    display: none;
  }

  .services-all__side-link {
    font-size: 25px;
  }

  .services-all__content {
    margin-left: 0;
  }

  .service-card {
    min-height: auto;
    padding: 70px 30px;
    gap: 40px;
  }

  .service-card__category {
    font-size: 25px;
  }

  .service-card__button {
    width: 346px;
  }

  .intro {
    padding-bottom: 50px;
  }

  .intro__img {
    width: 700px;
    height: auto;
    top: 25px;
    left: auto;
    right: -200px;
  }

  .intro__title {
    font-size: 52px;
  }

  .intro__description {
    font-size: 25px;
  }

  .intro__description {
    max-width: 500px;
    padding-left: 90px;
  }

  .intro__description br {
    display: none;
  }

  .problem {
    padding: 50px 0;
  }

  .problem__title {
    font-size: 40px;
  }

  .problem__title img {
    width: 40px;
    height: 40px;
  }

  .problem__content {
    display: block;
  }

  .problem__item {
    min-height: auto;
    padding: 40px 24px;
  }

  .problem__item:nth-child(2) {
    min-height: auto;
  }

  .problem__item:nth-child(3) {
    min-height: auto;
  }

  .problem__item-number {
    margin-bottom: -8px;
  }

  .solution {
    padding: 50px 0;
  }

  .solution__title {
    font-size: 40px;
  }

  .solution__title img {
    width: 40px;
    height: 40px;
  }

  .solution__content {
    grid-template-columns: repeat(1, 1fr);
  }

  .solution__item:nth-child(1) .solution__item-img img {
    object-fit: cover;
  }

  .solution__item:nth-child(3) {
    display: block;
    padding: 30px;
    grid-column: span 1;
    min-height: 696px;
  }

  .solution__item:nth-child(3) .solution__item-img img {
    object-position: center;
  }

  .solution__item:nth-child(3) .solution__item-text {
    max-width: none;
  }

  .solution__item-img img {
    object-fit: contain;
    object-position: bottom;
  }

  .solution__item-description {
    max-width: 620px;
  }

  .solution__item-description br {
    display: none;
  }

  .offer__block {
    padding: 50px 0;
  }

  .offer__title {
    font-size: 40px;
  }

  .offer__content {
    display: block;
  }

  .offer__img {
    margin-bottom: 40px;
  }

  .offer__list:not(:last-child) {
    margin-bottom: 24px;
  }

  .offer__description {
    max-width: 651px;
    margin: 0 auto;
  }

  .payment {
    margin: 50px 0;
  }

  .payment__content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .payment__heading {
    padding: 60px 0;
  }

  .payment__title {
    font-size: 40px;
  }

  .payment__img {
    order: -1;
    height: 480px;
    margin: 0 -30px;
  }

  .payment__img picture {
    position: static;
  }

  .integration {
    padding: 50px 0;
  }

  .integration__title {
    font-size: 40px;
  }

  .integration__title img {
    width: 40px;
    height: 40px;
  }

  .integration__content {
    row-gap: 20px;
  }

  .integration__item {
    padding: 20px 10px;
  }

  .integration__item:nth-child(3) {
    transform: rotate(-1deg) translateX(5px);
  }

  .integration__item:nth-child(4) {
    transform: rotate(0.9deg) translateX(-5px);
  }

  .integration__item-brands {
    flex-direction: column;
    justify-content: flex-start;
    gap: 18px;
  }

  .loyalty {
    padding: 50px 0;
  }

  .loyalty__content {
    padding-top: 20px;
    display: block;
  }

  .loyalty__title {
    font-size: 40px;
  }

  .loyalty__title {
    margin-bottom: 11px;
  }

  .loyalty__img {
    height: 388px;
    margin-bottom: 16px;
  }

  .loyalty__img picture {
    position: static;
  }

  .loyalty__item {
    padding: 16px;
    justify-content: center;
  }

  .accounting {
    margin: 50px 0;
  }

  .accounting__content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .accounting__text {
    padding: 60px 0;
  }

  .accounting__title {
    font-size: 40px;
  }

  .accounting__img {
    order: -1;
    min-height: auto;
    height: 480px;
    margin: 0 -30px;
  }

  .accounting__img picture {
    position: static;
  }

  .analytics {
    padding: 50px 0;
  }

  .analytics__content {
    display: block;
  }

  .analytics__title {
    font-size: 40px;
  }

  .analytics__title img {
    width: 40px;
    height: 40px;
  }

  .analytics__title {
    flex-direction: row;
  }

  .analytics__img {
    max-width: none;
    height: 371px;
    margin: 0 auto 24px;
  }

  .technology {
    padding: 50px 0;
  }

  .technology__title {
    font-size: 40px;
  }

  .technology__title {
    padding-top: 0;
    padding-left: 16px;
    text-align: left;
    margin-bottom: 41px;
  }

  .technology__title .decor {
    margin-left: -16px;
  }

  .technology__body {
    display: block;
  }

  .technology__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .technology__item:nth-child(2) .technology__item-circle {
    margin: 0;
  }

  .technology__item:nth-child(3) .technology__item-circle {
    margin: 0;
  }

  .technology__item-circle {
    width: 165px;
    height: 165px;
  }

  .technology__item-text {
    max-width: 436px;
    padding: 0;
  }

  .support {
    margin: 50px 0;
  }

  .support__content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .support__text {
    padding: 40px 0;
  }

  .support__title {
    font-size: 40px;
  }

  .support__item {
    min-height: auto;
    padding: 24px;
  }

  .support__items {
    max-width: none;
  }

  .support__img {
    order: -1;
    height: 400px;
    margin: 0 -30px;
  }

  .support__img picture {
    position: static;
  }

  .result {
    padding: 50px 0;
  }

  .result__title {
    font-size: 40px;
  }

  .result__title img {
    width: 40px;
    height: 40px;
  }

  .result__title {
    flex-wrap: wrap;
  }

  .result table thead th {
    font-size: 18px;
  }

  .result table tbody tr {
    grid-template-columns: 60px 1fr;
  }

  .result table tbody td {
    min-height: auto;
    padding: 16px;
  }

  .result table tbody td:first-child {
    grid-row: span 2;
  }

  .result table tbody td:nth-child(2) {
    margin: 0;
  }

  .result table tbody td:last-child {
    margin: 0;
  }

  .feature {
    padding: 50px 0;
  }

  .feature__content {
    display: block;
  }

  .feature__title {
    font-size: 40px;
  }

  .feature__title img {
    width: 40px;
    height: 40px;
  }

  .feature__title {
    margin-bottom: 45px;
  }

  .feature__img {
    height: 388px;
    margin-bottom: 16px;
  }

  .feature__img picture {
    position: static;
  }

  .feature__item {
    padding: 16px;
    justify-content: flex-start;
  }

  .feature__item:last-child {
    padding: 30px;
  }

  .feature__item-title {
    padding-right: 5px;
  }

  .discuss {
    padding: 50px 0;
  }

  .discuss {
    padding-bottom: 625px;
  }

  .discuss__heading {
    margin-bottom: 50px;
  }

  .discuss__suptitle {
    font-weight: 500;
  }

  .discuss__title {
    font-size: 40px;
  }

  .discuss__title .decor {
    margin: 0;
    padding: 2px 28px;
  }

  .discuss__title .decor span {
    width: 16px;
    height: 16px;
  }

  .discuss__content {
    justify-content: center;
  }

  .discuss__img {
    max-width: 1189px;
    right: -35px;
  }

  .not-found__img {
    bottom: 0;
  }

  .not-found__content {
    padding: 190px 0;
  }

  .not-found__title {
    font-size: 52px;
  }
}

@media (max-width: 1023px) {
  .form__block {
    grid-template-columns: repeat(2, 1fr);
  }

  .form__block_row {
    grid-template-columns: repeat(1, 1fr);
  }

  .label_wide {
    grid-column: span 2;
  }

  .label_wide_table {
    grid-column: span 2;
  }

  .advantages__content {
    grid-template-columns: repeat(1, 1fr);
  }

  .portfolio__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .payment__img {
    height: 380px;
  }

  .loyalty__img {
    height: 288px;
  }

  .accounting__img {
    height: 380px;
  }

  .support__img {
    height: 300px;
  }

  .feature__img {
    height: 288px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }

  .header__content-group {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }

  .header__info-title {
    font-size: 18px;
  }

  .header__info-link {
    font-size: 22px;
  }

  .header__block {
    font-size: 16px;
  }

  .header__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .nav__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .nav__link {
    font-size: 24px;
  }

  .burger {
    width: 38px;
    height: 38px;
  }

  .burger span {
    width: 18px;
  }

  .button {
    width: 100%;
  }

  .slider-buttons {
    display: none;
  }

  .form__content {
    gap: 40px;
  }

  .form__title {
    font-size: 22px;
  }

  .form__title {
    margin-bottom: 16px;
  }

  .form__block {
    grid-template-columns: repeat(1, 1fr);
  }

  .form__bottom {
    margin-top: 40px;
  }

  .label_wide {
    grid-column: span 1;
  }

  .label_wide_table {
    grid-column: span 1;
  }

  input,
  textarea {
    font-size: 16px;
  }

  input,
  textarea {
    font-size: 20px;
  }

  .label__text {
    font-size: 16px;
  }

  .label__text {
    height: auto;
    min-height: 60px;
    justify-content: flex-start;
    padding: 16px 19px;
    font-size: 20px;
    line-height: 1;
  }

  .label__text span {
    font-size: 14px;
  }

  .label__text span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
  }

  .label__text:has(span) {
    min-height: 96px;
    justify-content: center;
    gap: 6px;
  }

  .list li {
    font-size: 16px;
  }

  .list li::before {
    top: 4px;
  }

  .list_round {
    padding-left: 40px;
  }

  .list_round li::before {
    top: 0;
    left: -40px;
    width: 24px;
    height: 24px;
    border-width: 6px;
  }

  .list_round li span {
    font-size: 24px;
  }

  .list_round li span {
    letter-spacing: normal;
  }

  .decor {
    padding: 6px 26px;
  }

  .decor::before,
  .decor::after {
    height: 120%;
  }

  .decor span {
    top: -20px;
  }

  .hero__content {
    padding: 86px 0 70px;
  }

  .hero__suptitle {
    font-size: 16px;
  }

  .hero__title {
    font-size: 42px;
  }

  .hero__buttons {
    flex-wrap: wrap;
    gap: 14px;
  }

  .services {
    padding: 30px 0;
  }

  .services__content {
    grid-template-columns: repeat(1, 1fr);
  }

  .services__item {
    min-height: auto;
    padding: 16px;
  }

  .services__item-title {
    font-size: 22px;
  }

  .services__item-description {
    font-size: 16px;
  }

  .services__button.button {
    font-size: 17px;
  }

  .services__button.button {
    height: 57px;
  }

  .invitation {
    margin: 30px 0;
  }

  .invitation__content {
    padding: 16px 0;
  }

  .invitation__title {
    font-size: 24px;
  }

  .invitation__title {
    letter-spacing: normal;
  }

  .invitation__description {
    font-size: 18px;
  }

  .invitation__description {
    margin-bottom: 16px;
  }

  .invitation__description br {
    display: none;
  }

  .invitation__button {
    max-width: 222px;
  }

  .advantages {
    padding: 30px 0;
  }

  .advantages__title {
    font-size: 27px;
  }

  .advantages__title {
    margin-bottom: 30px;
  }

  .advantages__content {
    gap: 12px;
  }

  .advantages__item {
    padding: 16px;
  }

  .advantages__item-title {
    font-size: 22px;
  }

  .advantages__item-description {
    font-size: 16px;
  }

  .steps {
    padding: 30px 0;
  }

  .steps {
    height: 250svh;
  }

  .steps__inner {
    padding-bottom: 190px;
  }

  .steps__line {
    top: 115px;
  }

  .steps__line:nth-child(2) {
    top: 245px;
  }

  .steps__line:nth-child(3) {
    top: 375px;
  }

  .steps__line:nth-child(4) {
    top: 505px;
  }

  .steps__title {
    font-size: 27px;
  }

  .steps__title {
    margin-bottom: 30px;
  }

  .steps__progress-item {
    font-size: 16px;
  }

  .steps__range {
    top: 57px;
  }

  .steps__content {
    display: block;
  }

  .steps__item {
    width: 100%;
    padding: 16px;
  }

  .steps__item:nth-child(2) {
    left: 0;
  }

  .steps__item:nth-child(3) {
    right: 0;
  }

  .steps__item-heading {
    font-size: 18px;
  }

  .steps__item-description {
    font-size: 14px;
  }

  .steps__item-description {
    font-size: 17px;
  }

  .portfolio {
    padding: 30px 0 60px;
  }

  .portfolio__title {
    font-size: 27px;
  }

  .portfolio__title {
    margin-bottom: 30px;
  }

  .portfolio__filter {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
  }

  .portfolio__filter-item {
    font-size: 16px;
  }

  .portfolio__filter-item {
    height: 37px;
  }

  .portfolio__filter-item:first-child {
    margin-left: 16px;
  }

  .portfolio__filter-item:last-child {
    margin-right: 16px;
  }

  .portfolio__content {
    gap: 16px;
  }

  .portfolio__buttons {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .portfolio-card__img {
    height: auto;
    aspect-ratio: 16/10;
  }

  .portfolio-card__title {
    font-size: 24px;
  }

  .portfolio-card__label {
    font-size: 14px;
  }

  .portfolio-card__label {
    height: 28px;
  }

  .portfolio-card__description {
    font-size: 16px;
  }

  .partners {
    padding: 30px 0;
  }

  .partners__title {
    font-size: 27px;
  }

  .partners__title br {
    display: none;
  }

  .partners__title span {
    position: relative;
    padding-right: 28px;
  }

  .partners__title span::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../img/content/arrow-down.svg) 50%/contain no-repeat;
  }

  .partners__arrow {
    display: none;
  }

  .partners__content {
    gap: 15px;
  }

  .partners__item {
    height: 110px;
  }

  .partners__item svg {
    transform: scale(1.4);
    pointer-events: none;
  }

  .reviews {
    padding: 60px 0;
  }

  .reviews__heading {
    margin-bottom: 30px;
  }

  .reviews__title {
    font-size: 27px;
  }

  .reviews__slider-item {
    width: 269px;
    min-height: 350px;
    padding: 16px;
  }

  .reviews__slider-description {
    font-size: 18px;
  }

  .reviews__slider-author-text {
    font-size: 16px;
  }

  .feedback {
    padding: 30px 0;
  }

  .feedback__content {
    grid-template-columns: repeat(1, 1fr);
  }

  .feedback__title {
    font-size: 27px;
  }

  .feedback__title {
    grid-column: span 1;
  }

  .footer {
    padding: 30px 0;
  }

  .footer__info {
    display: block;
    margin-bottom: 30px;
  }

  .footer__info-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .footer__info-title {
    font-size: 18px;
  }

  .footer__info-title {
    margin-bottom: 10px;
  }

  .footer__info-link {
    font-size: 22px;
  }

  .footer__bottom {
    font-size: 16px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .request {
    padding: 110px 0 10px;
  }

  .request__heading {
    margin-bottom: 40px;
  }

  .request__title {
    font-size: 27px;
  }

  .request__title {
    gap: 8px;
  }

  .request__title svg {
    width: 24px;
    height: 24px;
  }

  .request__description {
    font-size: 18px;
  }

  .services-all__side-link {
    font-size: 22px;
  }

  .service-card {
    padding: 70px 16px;
  }

  .service-card__title {
    font-size: 24px;
  }

  .service-card__category {
    font-size: 22px;
  }

  .intro {
    padding-bottom: 40px;
  }

  .intro__media {
    height: 620px;
  }

  .intro__img {
    width: auto;
    height: 750px;
    top: 0;
    left: 0;
    right: 0;
  }

  .intro__img::before {
    content: "";
    position: absolute;
    bottom: 130px;
    left: 0;
    width: 100%;
    height: 139px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    pointer-events: none;
  }

  .intro__img img {
    object-position: right bottom;
  }

  .intro__content {
    padding-top: 31px;
  }

  .intro__title {
    font-size: 42px;
  }

  .intro__title {
    font-size: 38px;
  }

  .intro__description {
    font-size: 22px;
  }

  .intro__description {
    padding: 0;
  }

  .problem {
    padding: 30px 0;
  }

  .problem {
    padding: 40px 0;
  }

  .problem__title {
    font-size: 28px;
  }

  .problem__title {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
  }

  .problem__title picture {
    align-self: center;
  }

  .problem__item {
    padding: 16px;
  }

  .problem__item-number {
    font-size: 24px;
  }

  .problem__item-title {
    font-size: 24px;
  }

  .problem__item-title {
    letter-spacing: normal;
  }

  .problem__item-list li {
    font-size: 16px;
  }

  .problem__item-list li:not(:last-child) {
    margin-bottom: 13px;
  }

  .solution {
    padding: 30px 0;
  }

  .solution {
    padding: 40px 0;
  }

  .solution__title {
    font-size: 28px;
  }

  .solution__title {
    margin-bottom: 30px;
  }

  .solution__item {
    min-height: 478px;
    padding: 16px;
  }

  .solution__item:nth-child(1) .solution__item-img {
    padding-top: 30px;
  }

  .solution__item:nth-child(2) .solution__item-img {
    padding-top: 90px;
  }

  .solution__item:nth-child(3) {
    min-height: 478px;
    padding: 16px;
  }

  .solution__item:nth-child(3) .solution__item-img img {
    object-position: bottom center;
  }

  .solution__item-title {
    font-size: 24px;
  }

  .solution__item-title {
    letter-spacing: normal;
    margin-bottom: 12px;
  }

  .solution__item-description {
    font-size: 18px;
  }

  .offer__block {
    padding: 30px 0;
  }

  .offer__block {
    padding: 40px 0;
  }

  .offer__title {
    font-size: 28px;
  }

  .offer__title {
    margin-bottom: 30px;
  }

  .offer__title span {
    display: block;
    margin-top: 6px;
    font-size: 20px;
  }

  .offer__img {
    height: auto;
    margin-bottom: 30px;
  }

  .offer__list:not(:last-child) {
    margin-bottom: 30px;
  }

  .offer__description {
    font-size: 16px;
  }

  .offer__description {
    min-height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 50px;
  }

  .offer__description br {
    display: none;
  }

  .payment {
    margin: 40px 0;
  }

  .payment__heading {
    padding: 30px 0;
  }

  .payment__text {
    margin-bottom: 30px;
  }

  .payment__title {
    font-size: 28px;
  }

  .payment__subtitle {
    font-size: 24px;
  }

  .payment__item {
    min-height: 180px;
  }

  .payment__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .payment__item-title {
    font-size: 24px;
  }

  .payment__item-title {
    font-size: 32px;
  }

  .payment__item-description {
    font-size: 16px;
  }

  .payment__item-description {
    font-size: 20px;
  }

  .integration {
    padding: 30px 0;
  }

  .integration {
    padding: 40px 0;
  }

  .integration__title {
    font-size: 28px;
  }

  .integration__title {
    margin-bottom: 30px;
  }

  .integration__content {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 35px;
    padding: 0 6px;
  }

  .integration__item {
    min-height: 191px;
    padding: 20px 32px;
  }

  .integration__item:nth-child(2) {
    min-height: 208px;
  }

  .integration__item:nth-child(3) {
    min-height: 186px;
    transform: rotate(-1deg);
  }

  .integration__item:nth-child(4) {
    min-height: 164px;
    transform: rotate(0.9deg);
  }

  .integration__item-title {
    font-size: 18px;
  }

  .integration__item-brand {
    height: 30px;
  }

  .integration__item-brands {
    flex-direction: row;
    justify-content: center;
  }

  .loyalty {
    padding: 30px 0;
  }

  .loyalty {
    padding: 40px 0;
  }

  .loyalty__content {
    padding-top: 0;
  }

  .loyalty__title {
    font-size: 28px;
  }

  .loyalty__title {
    margin-bottom: 30px;
  }

  .loyalty__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .loyalty__item-title {
    font-size: 24px;
  }

  .loyalty__item-title {
    letter-spacing: normal;
  }

  .loyalty__item-subtitle {
    font-size: 18px;
  }

  .loyalty__item-description {
    font-size: 16px;
  }

  .accounting {
    margin: 40px 0;
  }

  .accounting__text {
    padding: 30px 0;
  }

  .accounting__title {
    font-size: 28px;
  }

  .analytics {
    padding: 30px 0;
  }

  .analytics {
    padding: 40px 0;
  }

  .analytics__title {
    font-size: 28px;
  }

  .analytics__title {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }

  .analytics__title picture {
    align-self: center;
  }

  .analytics__img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .analytics__item {
    padding: 74px 16px 16px;
  }

  .analytics__item::before {
    font-size: 24px;
  }

  .analytics__item::before {
    top: 16px;
    left: 16px;
  }

  .analytics__item-title {
    font-size: 24px;
  }

  .analytics__item-title {
    letter-spacing: normal;
  }

  .analytics__item-description {
    font-size: 16px;
  }

  .technology {
    padding: 30px 0;
  }

  .technology {
    padding: 40px 0;
  }

  .technology__title {
    font-size: 28px;
  }

  .technology__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 29px;
  }

  .technology__title .decor {
    width: min-content;
    margin-left: 0;
  }

  .technology__item {
    align-items: flex-start;
  }

  .technology__item-circle {
    width: 74px;
    height: 74px;
  }

  .technology__item-img {
    width: 36px;
    height: 36px;
  }

  .technology__item-arrow {
    display: none;
  }

  .technology__item-text {
    flex-shrink: 1;
    max-width: none;
    width: auto;
  }

  .technology__item-title {
    font-size: 24px;
  }

  .technology__item-title {
    letter-spacing: normal;
  }

  .technology__item-description {
    font-size: 16px;
  }

  .support {
    margin: 40px 0;
  }

  .support__text {
    padding: 30px 0;
  }

  .support__title {
    font-size: 28px;
  }

  .support__title {
    margin-bottom: 30px;
  }

  .support__item {
    min-height: 136px;
    padding: 16px;
    clip-path: polygon(6.5% 0, 100% 0, 100% 79%, 93.5% 100%, 0 100%, 0 19%);
  }

  .support__item-title {
    font-size: 24px;
  }

  .support__item-title {
    letter-spacing: normal;
  }

  .support__item-description {
    font-size: 16px;
  }

  .result {
    padding: 30px 0;
  }

  .result {
    padding: 40px 0;
  }

  .result__title {
    font-size: 28px;
  }

  .result__title {
    row-gap: 8px;
    margin-bottom: 30px;
  }

  .result table thead th {
    font-size: 24px;
  }

  .result table thead th {
    padding: 20px 6px;
    text-align: center;
    font-size: 13px;
  }

  .result table tbody td {
    font-size: 16px;
  }

  .result table tbody td {
    padding: 12px 15px;
  }

  .result table tbody td:first-child {
    font-size: 18px;
  }

  .feature {
    padding: 30px 0;
  }

  .feature {
    padding: 40px 0;
  }

  .feature__title {
    font-size: 28px;
  }

  .feature__title {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .feature__title span {
    order: 1;
    width: 100%;
  }

  .feature__title picture {
    margin-bottom: -15px;
  }

  .feature__title picture:not(:last-child) {
    margin-right: -18px;
  }

  .feature__title img {
    width: 36px;
    height: 36px;
  }

  .feature__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .feature__item:last-child {
    grid-column: span 1;
    padding: 16px;
  }

  .feature__item-title {
    font-size: 24px;
  }

  .feature__item-title {
    padding-right: 0;
    letter-spacing: normal;
  }

  .feature__item-description {
    font-size: 16px;
  }

  .discuss {
    padding: 30px 0;
  }

  .discuss {
    padding: 40px 0 365px;
  }

  .discuss__heading {
    margin-bottom: 27px;
  }

  .discuss__suptitle {
    font-size: 18px;
  }

  .discuss__title {
    font-size: 28px;
  }

  .discuss__title {
    font-size: 21px;
  }

  .discuss__title .decor {
    padding: 2px 8px;
  }

  .discuss__title .decor::before,
  .discuss__title .decor::after {
    width: 2px;
  }

  .discuss__title .decor span {
    left: 1px;
    width: 9px;
    height: 9px;
  }

  .discuss__img {
    right: 0;
    height: 335px;
  }

  .discuss__img img {
    object-fit: contain;
    object-position: bottom;
  }

  .discuss__card {
    min-height: 293px;
    padding: 20px 12px;
  }

  .discuss__card-title {
    font-size: 18px;
  }

  .discuss__card-info {
    font-size: 24px;
  }

  .not-found__img {
    max-width: 100%;
  }

  .not-found__title {
    font-size: 42px;
  }

  .not-found__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .label__text span {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .discuss__img img {
    object-fit: cover;
  }
}

@media (max-width: 425px) {
  .solution__item-img img {
    object-fit: cover;
  }
}

@media (max-width: 424px) {
  .offer__description {
    padding: 10px 40px;
  }
}

@media (max-width: 374px) {
  .nav__link {
    gap: 16px;
  }

  .nav__link svg {
    width: 32px;
    height: 32px;
  }

  .hero__title {
    font-size: 38px;
  }

  .intro__img::before {
    bottom: 34vw;
  }

  .intro__title {
    font-size: 38px;
  }

  .payment__item {
    padding: 20px 16px;
  }

  .support__title {
    font-size: 24px;
  }

  .support__item-title {
    font-size: 21px;
  }

  .result__title {
    font-size: 24px;
  }

  .not-found__title {
    font-size: 38px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
