@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
a {
  outline: none !important;
}

a:visited {
  color: #fff;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

a {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: inherit;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type='submit'] {
  appearance: none;
}

input[type='search'] {
  appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.container {
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 76.5rem) {
  .container {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media (max-width: 62rem) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 46rem) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.btn-row {
  display: flex;
  justify-content: center;
}

.btn {
  cursor: pointer;
  position: relative;
  padding: 0 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  height: 2.625rem;
  transition: all ease .4s;
  border-radius: 1000px;
  background: linear-gradient(48deg, #0e308c 0%, #184fe8 100%);
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}

.btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(24, 79, 232, 0.4);
}

.btn:hover svg {
  transform: rotate(45deg);
  transition: all ease .3s;
}

.btn svg {
  transition: all ease .3s;
  margin-left: 0.75rem;
}

section {
  padding-top: 7.75rem;
}

.title-section {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  background: linear-gradient(137deg, #0e308c 0%, #184fe8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.title-section__sub {
  margin-top: 0.625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 181%;
  text-align: center;
  color: #000;
}

.title-section.large {
  font-size: 2.625rem;
  line-height: 2.9375rem;
}

.title-section.medium {
  font-size: 32px;
  line-height: 37px;
}

.slider-arrows {
  cursor: pointer;
  width: 3.3125rem;
  height: 3.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--check-color);
  border-radius: 50%;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  border-radius: 10px;
  width: 2.3125rem;
  height: 0.375rem;
  background: #dff1ff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--check-color);
}

.js-close-menu {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 111;
  display: none;
}

.js-close-menu {
  display: none;
  position: absolute;
  top: 1.5rem;
  right: 0.875rem;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  color: #FFF;
  font-size: 1.125rem;
  font-family: 'Play', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  transition: all ease .3s;
}

.btn-more::after {
  content: '';
  display: block;
  margin-left: 1.25rem;
  min-width: 3.4375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background: url(../img/icon/btn-more-icon.svg) no-repeat;
  background-size: contain;
}

.btn-more:hover {
  transition: all ease .3s;
  opacity: .5;
}

@media (max-width: 62rem) {
  .title-section {
    font-size: 1.875rem;
    line-height: 120%;
  }
  section {
    padding-top: 5rem;
  }
  .title-section.large {
    font-size: 2.125rem;
  }
  .title-section.medium {
    font-size: 1.875rem;
    line-height: 120%;
  }
}

.slider-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 6px;
  background: #f4f5fd;
}

.title-row {
  display: flex;
  align-items: center;
}

.mob-show {
  display: none;
}

.textarea-wrap {
  margin-bottom: 1rem;
}

@media (max-width: 46rem) {
  section {
    padding-top: 4.375rem;
  }
  .title-section {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
  .title-section.large {
    font-size: 1.875rem;
    line-height: 2.0625rem;
  }
  .title-section.medium {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
  .title-section span {
    display: block;
  }
  .title-section br {
    display: none;
  }
  .mob-show {
    display: block;
  }
  .mob-hide {
    display: none;
  }
  .compare-vector__left,
  .tech-vector__left,
  .algoritm-vector__left {
    display: none;
  }
}

.header {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: fixed;
  z-index: 111;
  top: 1.6875rem;
  left: 0;
  width: 100%;
  background: #fff;
  transition: transform ease .3s;
  transform: translateY(0);
}

.header.header-fixed {
  padding: 0.875rem 0;
  transform: translateY(-1.75rem);
  transition: transform ease .3s;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.62);
}

.header-bar {
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.75rem;
  background: #111;
  transform: translateY(0);
  transition: all ease .3s;
}

.header-bar.header-bar__scroll {
  transform: translateY(-100%);
  transition: all ease .3s;
}

.header-bar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.75rem;
}

.header-bar__link {
  display: flex;
  gap: 1rem;
  font-weight: 600;
}

.header-bar__link a {
  color: #fff;
  font-size: 0.8125rem;
  transition: all ease .3s;
  font-family: "Open Sans", sans-serif;
}

.header-bar__link a:hover {
  color: #1a57ff;
  transition: all ease .3s;
}

.header-bar__social {
  display: flex;
  gap: 1rem;
}

.header-bar__social svg path {
  transition: all ease .3s;
}

.header-bar__social svg:hover path {
  fill: #1a57ff;
  transition: all ease .3s;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: 11.875rem;
}

.header-logo img {
  width: 100%;
}

.header-menu ul {
  display: flex;
  gap: 2rem;
}

.header-menu a {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #111;
  transition: all ease .3s;
}

.header-menu a:hover {
  transition: all ease .3s;
  color: #1a57ff;
}

.header-menu-lang {
  position: relative;
}

.header-menu-lang.active .sub-menu {
  display: block;
}

.header-menu-lang.active::after {
  transform: scale(-1);
  transition: all ease .3s;
}

.header-menu-lang::before {
  content: '';
  position: absolute;
  top: 1px;
  left: -18px;
  width: 14px;
  height: 14px;
  background: url(../img//icon/lang-icon.svg) no-repeat;
  background-size: contain;
}

.header-menu-lang::after {
  content: '';
  position: absolute;
  top: 2px;
  right: -14px;
  width: 12px;
  height: 12px;
  background: url(../img//icon/lang-arrow.svg) no-repeat;
  background-size: contain;
  transition: all ease .3s;
}

.header-menu-lang .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  padding: 10px;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.header-menu-lang .sub-menu .current-lang {
  display: none;
}

.header-menu-lang .sub-menu li {
  margin-bottom: 7px;
}

.header-menu-lang .sub-menu li:last-child {
  margin-bottom: 0;
}

.header-menu-lang a {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #111;
  transition: all ease .3s;
}

.header-menu-lang a:hover {
  transition: all ease .3s;
  color: #1a57ff;
}

.header-action {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}

.header .burger {
  display: none;
}

.mob-menu {
  display: none;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 111;
  overflow: hidden;
}

.mob-menu.active .mob-menu__wrap {
  transform: translateX(0);
  transition: all ease .4s;
}

.mob-menu__wrap {
  width: 18.75rem;
  padding: 1rem 1rem 2rem 1rem;
  background: #fff;
  transform: translateX(100%);
  transition: all ease .3s;
}

.mob-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mob-menu__top-col {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.mob-menu .btn {
  padding: 0 1.25rem;
  height: 2.125rem;
  font-size: 0.75rem;
}

.mob-menu__col {
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mob-menu__nav li {
  margin-bottom: 1.5rem;
  display: block;
}

.mob-menu__nav li:last-child {
  margin-bottom: 0;
}

.mob-menu__nav a {
  font-weight: 600;
  font-size: 1.25rem;
  color: #111;
}

.mob-menu__bottom a {
  margin-bottom: 1rem;
  display: block;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #1a57ff;
}

.mob-menu__bottom a:last-child {
  margin-bottom: 0;
}

.mob-menu__bottom .social {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mob-menu__bottom .social a {
  margin-bottom: 0;
}

.mob-menu__bottom .social svg {
  width: 1.75rem;
  height: 1.75rem;
}

.mob-menu__lang {
  margin-left: 20px;
}

@media (max-width: 62rem) {
  .header-bar {
    display: none;
  }
  .header {
    top: 0;
    padding: 0.875rem 0;
  }
  .header.header-fixed {
    transform: translateY(0);
  }
  .header-logo {
    width: 12rem;
  }
  .header .burger {
    display: block;
  }
  .header-action {
    gap: 1.5rem;
  }
  .header-lang {
    display: none;
  }
  .header-menu {
    display: none;
  }
  .mob-menu .header-menu {
    display: block;
  }
}

@media (max-width: 46rem) {
  .header-btn {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    height: 2.375rem;
    font-size: 0.875rem;
  }
  .header-logo {
    width: 10.75rem;
  }
  .mob-menu .btn {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    height: 2.375rem;
    font-size: 0.875rem;
  }
}

@media (max-width: 25rem) {
  .header-logo {
    width: 10rem;
  }
}

.main .title-section {
  max-width: 43.4375rem;
  font-size: 2.625rem;
  line-height: 2.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.main-img {
  margin-top: 3.5rem;
  width: 100%;
  height: 18.75rem;
  border-radius: 12px;
  overflow: hidden;
}

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

.main-content {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}

.main-content__col {
  max-width: 34.25rem;
  width: 100%;
}

.main-content__title {
  font-weight: 700;
  font-size: 2rem;
  background: linear-gradient(137deg, #0e308c 0%, #184fe8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-content__text {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 137%;
  color: #111;
}

.main-content__hr {
  width: 1px;
  min-width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  background: #e7e7e7;
}

@media (max-width: 62rem) {
  .main .title-section {
    font-size: 2.25rem;
  }
  .main-img {
    margin-top: 3rem;
    height: 18.75rem;
  }
  .main-content {
    margin-top: 2.5rem;
  }
  .main-content__title {
    font-size: 1.875rem;
  }
  .main-content__text {
    margin-top: 1.25rem;
  }
}

@media (max-width: 46rem) {
  .main .title-section {
    font-size: 1.625rem;
    line-height: 2.0625rem;
  }
  .main-img {
    margin-top: 2rem;
  }
  .main-content {
    flex-wrap: wrap;
    margin-top: 0.75rem;
  }
  .main-content__col {
    padding-top: 1.5rem;
    max-width: 100%;
  }
  .main-content__title {
    font-size: 1.625rem;
  }
  .main-content__text {
    padding-bottom: 1.5rem;
    margin-top: 1.5rem;
    border-bottom: 1px solid #e7e7e7;
    font-size: 1rem;
    line-height: 143%;
  }
  .main-content__hr {
    display: none;
  }
}

.counter-row {
  display: flex;
  gap: 1.5rem;
}

.counter-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 25%;
  height: 164px;
  border-radius: 12px;
  background: #f4f5fd;
}

.counter-item__num {
  display: flex;
  align-items: center;
  color: #0b256b;
  font-weight: 500;
  font-size: 3.625rem;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.counter-item__text {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1rem;
  color: #111;
}

.counter-item:nth-child(1) {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 133%;
  text-align: center;
  color: #fff;
  background: url(../img/main/btn-bg.png) no-repeat;
  background-size: 140% auto;
  animation: moveBackground 6s linear infinite;
}

@keyframes moveBackground {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
}

@media (max-width: 62rem) {
  .counter-row {
    flex-wrap: wrap;
  }
  .counter-item {
    width: calc(50% - 0.75rem);
  }
  .counter-item:nth-child(1) {
    font-size: 1.25rem;
  }
}

@media (max-width: 46rem) {
  .counter-item {
    padding: 0.75rem;
  }
  .counter-item__num {
    font-size: 2.625rem;
  }
  .counter-item__text {
    text-align: center;
    font-size: 0.875rem;
  }
  .counter-row {
    gap: 1rem;
  }
  .counter-item {
    width: calc(50% - 0.5rem);
  }
  .counter-item:nth-child(1) {
    background-size: 200%;
  }
}

.hero-wrap {
  padding: 3.5rem 1.25rem;
  border-radius: 18px;
  background: #f4f5fd;
}

.hero-wrap .hr {
  min-width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  background: #e7e7e7;
}

.hero-text {
  max-width: 50.625rem;
  width: 100%;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  font-size: 1rem;
  line-height: 137%;
  text-align: center;
}

.hero-text__title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2rem;
  background: linear-gradient(137deg, #0e308c 0%, #184fe8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-text__row {
  display: flex;
  gap: 2rem;
}

.hero-text__row p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 137%;
}

.hero-about__row {
  display: flex;
  justify-content: space-between;
}

.hero-about__content {
  max-width: 34.5rem;
}

.hero-about__title {
  font-weight: 700;
  font-size: 2rem;
  background: linear-gradient(137deg, #0e308c 0%, #184fe8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-about__text {
  margin-top: 1.5rem;
}

.hero-about__text p {
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 137%;
  color: #111;
}

.hero-about__text a {
  cursor: pointer;
  position: relative;
  padding: 0 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  height: 2.625rem;
  transition: all ease .4s;
  border-radius: 1000px;
  background: linear-gradient(48deg, #0e308c 0%, #184fe8 100%);
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}

.hero-about__text a svg {
  margin-left: 0.75rem;
  transition: all ease .3s;
}

.hero-about__text a:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(24, 79, 232, 0.4);
}

.hero-about__text a:hover svg {
  transform: rotate(45deg);
  transition: all ease .3s;
}

.hero-about__action {
  position: relative;
  max-width: 37.5rem;
  width: 100%;
}

.hero-about__action-vector {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 26.25rem;
  height: 26.25rem;
  border-radius: 50%;
  background: radial-gradient(circle, #96B2FF 0%, rgba(255, 255, 255, 0) 100%);
  transform: translate(-50%, -50%);
  animation: 4s ease-in-out infinite;
  z-index: -1;
}

.hero-about__item {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  background: #f4f5fd;
  border-radius: 1000px;
  padding: 0 0.75rem;
}

.hero-about__item::before {
  content: '';
  position: absolute;
  border: 1px solid #b8cbff;
  width: calc(100% + 0.5rem);
  height: 2.25rem;
  border-radius: 1000px;
}

.hero-about__item-row {
  display: flex;
  justify-content: space-between;
}

.hero-about__item-row.center {
  justify-content: center;
}

.hero-about__item-row:nth-child(2) {
  margin-bottom: 2.75rem;
}

.hero-about__item-row:last-child {
  margin-top: 1.875rem;
}

.hero-about__item-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f4f5fd;
  border-radius: 18px;
  width: 8.25rem;
  height: 8.25rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-about__item-main svg {
  margin-bottom: 0.5rem;
  width: 2.625rem;
  height: 2.625rem;
  font-weight: 600;
  font-size: 14px;
}

.hero-about__item-main::before {
  content: '';
  position: absolute;
  border: 1px solid #b8cbff;
  width: 9rem;
  height: 9rem;
  border-radius: 20px;
}

.hero-about .pulse i {
  position: absolute;
  top: 20%;
  left: 33%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border: 1px solid #184fe8;
  border-radius: 50%;
  animation: pulsed 3600ms ease-out 15s infinite;
  opacity: 0;
}

.hero-about .pulse i:nth-child(2) {
  animation-delay: 1300ms;
}

.hero-about .pulse i:nth-child(3) {
  animation-delay: 1600ms;
}

.hero-about .pulse i:nth-child(4) {
  animation-delay: 1900ms;
}

.hero-about .pulse i:nth-child(5) {
  animation-delay: 2200ms;
}

.hero-project {
  margin-top: 4rem;
  padding-top: 4rem;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #f6f7fe 100%);
}

.hero-project .title-section {
  font-size: 25px;
  line-height: 30px;
}

.hero-project__top {
  margin-top: 4rem;
  display: flex;
  gap: 1rem;
}

.hero-project__item {
  padding: 1.875rem 0.9375rem;
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 12px;
}

.hero-project__item-img {
  margin-top: 1.5rem;
  width: 100%;
  height: 10.625rem;
  border-radius: 12px;
  overflow: hidden;
}

.hero-project__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-project__item-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 115%;
}

.hero-project__item-text {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 137%;
}

.hero-project__list {
  margin-top: 4rem;
}

.hero-project__list-row {
  padding: 3.5rem 0;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
}

.hero-project__list-item {
  padding: 42px 0;
  width: 25%;
  border-bottom: 1px solid #e7e7e7;
}

.hero-project__list-item:nth-last-child(-n+4) {
  border-bottom: none;
  padding-bottom: 0;
}

.hero-project__list-item b {
  display: block;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 120%;
  margin-bottom: 1rem;
  color: #10369f;
}

.hero-project__list-item ul {
  padding-right: 30px;
}

.hero-project__list-item li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.375rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 120%;
}

.hero-project__list-item li:last-child {
  margin-bottom: 0;
}

.hero-project__list-item li::before {
  content: "";
  display: block;
  margin-right: 0.75rem;
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.875rem;
  background: url(../img/icon/list-checkbox.svg) no-repeat;
  background-size: contain;
}

.hero-project__footer {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
}

.hero-project__footer .hr {
  margin-right: 1.5rem;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
}

.hero-project__footer .btn {
  white-space: nowrap;
}

@keyframes pulsed {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.6;
  }
}

@media (max-width: 62rem) {
  .hero-about__title {
    font-size: 1.875rem;
  }
  .hero-about__row {
    flex-wrap: wrap;
  }
  .hero-about__content {
    max-width: 100%;
  }
  .hero-about__action {
    margin-top: 3.75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-project__top {
    padding-bottom: 0.3125rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-project__item {
    width: calc(50% - 0.5rem);
  }
  .hero-project__item-title {
    font-size: 1.125rem;
  }
  .hero-project__item-text {
    margin-top: 0.75rem;
    font-size: 0.9375rem;
  }
  .hero-project__list-row {
    flex-wrap: wrap;
    padding-bottom: 32px;
  }
  .hero-project__list-item {
    padding: 32px 0;
    width: 33.33%;
  }
  .hero-project__list-item:nth-last-child(-n+4) {
    border-bottom: 1px solid #e7e7e7;
  }
  .hero-project__list-item:nth-last-child(-n+3) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .hero-project__list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .hero-project__list {
    margin-top: 2.5rem;
  }
  .hero-wrap {
    padding: 2rem 1rem;
  }
  .hero-text {
    font-size: 1rem;
  }
  .hero-text__row p {
    font-size: 0.9375rem;
  }
  .hero-project .title-section {
    font-size: 1.5rem;
  }
}

@media (max-width: 46rem) {
  .hero-wrap .hr {
    width: 100%;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
  }
  .hero-about__action-vector {
    width: 18.75rem;
    height: 18.75rem;
  }
  .hero-about__item {
    font-size: 0.875rem;
  }
  .hero-project .title-section {
    font-size: 1.5rem;
  }
  .hero-about__title {
    font-size: 1.625rem;
    line-height: 1.5625rem;
  }
  .hero-about__item-main {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }
  .hero-about__item-row:last-child {
    margin-top: 1.5rem;
  }
  .hero-about__item-row:nth-child(2) {
    margin-bottom: 1.5rem;
  }
  .hero-about .pulse i {
    width: 6.25rem;
    height: 6.25rem;
    top: 36%;
    left: 35%;
  }
  .hero-project {
    margin-top: 3.75rem;
    padding-top: 3.75rem;
  }
  .hero-project__list-row {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .hero-project__item {
    width: 100%;
  }
  .hero-project__list-item {
    padding: 2rem;
    padding-left: 0;
    width: 100%;
  }
  .hero-project__list-item:nth-last-child(-n+4) {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
  }
  .hero-project__list-item:last-child {
    border: none;
    padding-bottom: 0;
  }
  .hero-project__list-item:nth-last-child(-n+2) {
    padding-bottom: 32px;
  }
  .hero-project__list-item ul {
    padding-right: 0;
  }
  .hero-project__list-item li {
    font-size: 1rem;
  }
  .hero-project__footer {
    margin-top: 1rem;
    justify-content: center;
  }
  .hero-text__row {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .hero-text__title {
    margin-bottom: 1rem;
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
  .hero-project__item-text {
    font-size: 1rem;
  }
  .hero-text__row p {
    font-size: 1rem;
  }
}

.pereezd {
  padding-top: 5.75rem;
}

.pereezd-row {
  margin-top: 4rem;
  display: flex;
  gap: 1.5rem;
}

.pereezd-col {
  width: 50%;
}

.pereezd-col:last-child {
  background: #f4f5fd;
  border-radius: 18px;
}

.pereezd-col:last-child .pereezd-col__text {
  padding: 2rem 1.5rem;
}

.pereezd-col__text {
  padding: 1.75rem 1.5rem;
  border-radius: 18px;
  background: #f4f5fd;
}

.pereezd-col__text h3, .pereezd-col__text h4, .pereezd-col__text h5, .pereezd-col__text b {
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 1.5rem;
}

.pereezd-col__text p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 137%;
}

.pereezd-col__text ul li {
  display: flex;
  align-items: first baseline;
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 137%;
}

.pereezd-col__text ul li:last-child {
  margin-bottom: 0;
}

.pereezd-col__text ul li::before {
  content: "";
  display: block;
  margin-right: 0.75rem;
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.875rem;
  background: url(../img/icon/list-checkbox.svg) no-repeat;
  background-size: contain;
}

.pereezd-col__img {
  width: 100%;
  margin-top: 1.5rem;
  border-radius: 18px;
  overflow: hidden;
}

.pereezd-col__img img {
  width: 100%;
}

@media (max-width: 62rem) {
  .pereezd {
    padding-top: 5rem;
  }
  .pereezd-col__text ul li {
    margin-bottom: 0.75rem;
    font-size: 1rem;
  }
  .pereezd-col__text p {
    font-size: 1rem;
  }
}

@media (max-width: 46rem) {
  .pereezd {
    padding-top: 4.375rem;
  }
  .pereezd-row {
    margin-top: 2.5rem;
    flex-wrap: wrap;
  }
  .pereezd-col {
    width: 100%;
  }
  .pereezd-col__text h3, .pereezd-col__text h4, .pereezd-col__text h5, .pereezd-col__text b {
    font-size: 1.25rem;
  }
}

.call-to-action .btn-row {
  margin-top: 1.5rem;
}

.call-to-action .title-section {
  font-size: 1.5rem;
  line-height: 1.8125rem;
}

@media (max-width: 62rem) {
  .call-to-action .title-section {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

@media (max-width: 46rem) {
  .call-to-action .title-section {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.why-row {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.why-item {
  padding: 1.125rem 1.25rem;
  height: 11.875rem;
  border-radius: 0.75rem;
  background: #f4f5fd;
  width: calc(33.33% - 1rem);
}

.why-item__icon {
  border-radius: 8px;
  width: 2.625rem;
  height: 2.625rem;
  box-shadow: 0 1px 4px 0 rgba(24, 79, 232, 0.15);
}

.why-item__title {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 1.5rem;
}

.why-item__text {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 137%;
}

@media (max-width: 62rem) {
  .why-row {
    flex-wrap: wrap;
  }
  .why-item {
    width: calc(50% - 0.75rem);
    height: auto;
  }
  .why-item__title {
    font-size: 1.375rem;
  }
  .why-item__text {
    font-size: 1rem;
  }
}

@media (max-width: 46rem) {
  .why-item {
    width: 100%;
    height: auto;
  }
  .why-row {
    margin-top: 2.5rem;
  }
  .why-item__title {
    font-size: 1.125rem;
  }
  .why-item__text {
    margin-top: 0.75rem;
  }
}

.example-row {
  position: relative;
  margin-top: 4rem;
}

.example-slider__item-img {
  border-radius: 12px;
  width: 100%;
  height: 18rem;
  overflow: hidden;
}

.example-slider__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.example-slider__item-title {
  margin-top: 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
}

.example-slider__action {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
}

.example-slider__action .swiper-pagination-progressbar {
  width: 23.4375rem;
  position: static;
  border-radius: 6px;
  background: #e7e7e7;
}

.example-slider__action .swiper-pagination-progressbar-fill {
  border-radius: 6px;
  background: linear-gradient(137deg, #0e308c 0%, #184fe8 100%);
}

.example .btn-row {
  margin-top: 2rem;
}

.contact-form.inside-page {
  padding-top: 4rem;
}

.contact-form__row {
  display: flex;
  gap: 3rem;
  padding: 2.125rem 1.5rem;
  border-radius: 18px;
  background: #f4f5fd;
}

.contact-form .title-section {
  text-align: left;
}

.contact-form__title-sub {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 137%;
}

.contact-form__col {
  width: 50%;
}

.contact-form .links-col {
  margin-top: 3rem;
}

.contact-form .links-col__title {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1rem;
}

.contact-form .links-col a {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #1a57ff;
  font-family: "Open Sans", sans-serif;
}

.contact-form .links-col .social {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}

.contact-form .links-col__email {
  margin-top: 0.9375rem;
}

.contact-form .links-col__office {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.contact-form .links-col__office-item {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 137%;
}

.contact-form .links-col__office-item img {
  display: block;
  margin-right: 0.625rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}

.contact-form .form-col {
  padding: 1.375rem 1.25rem;
  border-radius: 16px;
  background: #fff;
}

.services .title-section {
  margin-bottom: 40px;
}

.services-item {
  margin-bottom: 7.5rem;
  display: flex;
  gap: 4.5rem;
}

.services-item:last-child {
  margin-bottom: 0;
}

.services-item:nth-child(even) {
  flex-direction: row-reverse;
}

.services-item__img {
  width: 40%;
  border-radius: 12px;
  overflow: hidden;
}

.services-item__img img {
  width: 100%;
  border-radius: 12px;
}

.services-item__content {
  width: 60%;
}

.services-item__content h2 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #111;
}

.services-item__content h3, .services-item__content h4, .services-item__content h5 {
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 137%;
}

.services-item__content ul {
  margin-bottom: 1.5rem;
}

.services-item__content li {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 137%;
}

.services-item__content li:last-child {
  margin-bottom: 0;
}

.services-item__content li::before {
  content: "";
  position: relative;
  top: 2px;
  display: block;
  margin-right: 0.75rem;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  background: url(../img/icon/list-checkbox.svg) no-repeat;
  background-size: contain;
}

.services-item__content p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 137%;
}

.services-item__content .btn {
  margin-top: 20px;
}

@media (max-width: 62rem) {
  .services {
    padding-top: 60px;
  }
  .services-item {
    margin-bottom: 5rem;
    gap: 1.5rem;
  }
  .services-item__content h2 {
    font-size: 1.5rem;
  }
  .services-item__content li {
    font-size: 1rem;
  }
  .services-item__content .btn {
    margin-top: 0.9375rem;
  }
  .services-item__content ul:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 46rem) {
  .services-item {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  .services-item__content {
    width: 100%;
    order: 1;
  }
  .services-item__img {
    width: 100%;
    order: 2;
  }
  .services-item:nth-child(2n) {
    flex-direction: row;
  }
  .services-item__content h2 {
    font-size: 1.375rem;
  }
}

.optim-top {
  position: relative;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.optim-top::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(244, 245, 253, 0) 0%, rgba(24, 79, 232, 0.6) 50%, rgba(244, 245, 253, 0) 100%);
}

.optim-top__num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background: linear-gradient(48deg, #0e308c 0%, #184fe8 100%);
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
}

.optim-row {
  margin-top: 2rem;
  display: flex;
  gap: 2rem;
}

.optim-wrap {
  padding: 3.5rem 2rem;
  border-radius: 18px;
  background: #f4f5fd;
}

.optim-item {
  width: 33.33%;
  background: #fff;
  border-radius: 12px;
  padding: 0.875rem 16px;
}

.optim-item__title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.25rem;
}

.optim-item li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 120%;
}

.optim-item li:last-child {
  margin-bottom: 0;
}

.optim-item li::before {
  content: "";
  display: block;
  margin-right: 0.75rem;
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.875rem;
  background: url(../img/icon/list-checkbox.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 62rem) {
  .optim-item__title {
    font-size: 1.125rem;
  }
  .optim-row {
    gap: 1rem;
  }
  .optim-item li {
    font-size: 1rem;
  }
}

@media (max-width: 46rem) {
  .optim-wrap {
    padding: 3rem 0.75rem;
  }
  .optim-content {
    display: flex;
    gap: 0.75rem;
  }
  .optim-top {
    display: none;
    margin-top: 2.5rem;
    flex-direction: column;
  }
  .optim-row {
    flex-wrap: wrap;
  }
  .optim-item {
    width: 100%;
  }
  .optim-top::before {
    width: 1px;
    height: 100%;
    top: 0;
    transform: translateY(0);
    left: 50%;
    transform: translateX(-50%);
  }
}

.form .input-row {
  display: flex;
  gap: 1.5rem;
}

.form .input-row .input-wrap {
  width: 50%;
}

.form .input-wrap {
  margin-bottom: 2.625rem;
}

.form .input-wrap label {
  margin-bottom: 0.75rem;
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
}

.form .input-wrap input {
  width: 100%;
  height: 1.5rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e7e7e7;
}

.form .input-wrap input::placeholder {
  font-weight: 500;
  font-size: 0.875rem;
  opacity: 1;
  color: #606060;
}

.form .textarea-wrap label {
  margin-bottom: 0.75rem;
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
}

.form .textarea-wrap textarea {
  resize: none;
  width: 100%;
  height: 6.25rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e7e7e7;
}

.form .textarea-wrap textarea::placeholder {
  font-weight: 500;
  font-size: 0.875rem;
  opacity: 1;
  color: #606060;
}

.form-row__btn {
  position: relative;
  margin-top: 1.625rem;
  display: flex;
  justify-content: flex-end;
}

.form-row__btn input {
  cursor: pointer;
  position: relative;
  padding: 0 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  height: 2.625rem;
  transition: all ease .4s;
  border-radius: 1000px;
  background: linear-gradient(48deg, #0e308c 0%, #184fe8 100%);
  font-weight: 600;
  font-size: 0.9375rem;
  color: #fff;
  border: none;
}

.form-row__btn input:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(24, 79, 232, 0.4);
}

.form .wpcf7-spinner {
  position: absolute;
  bottom: -25px;
  right: -10px;
}

@media (max-width: 62rem) {
  .contact-form.inside-page {
    padding-top: 3rem;
  }
  .contact-form__title-sub {
    font-size: 1rem;
  }
  .form-row__btn {
    justify-content: center;
  }
  .form .input-row {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
  .form .input-row .input-wrap {
    width: 100%;
    margin-bottom: 0;
  }
  .form .input-wrap {
    margin-bottom: 1.5rem;
  }
  .contact-form .links-col__office {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

@media (max-width: 46rem) {
  .contact-form__row {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .contact-form__col {
    width: 100%;
  }
  .contact-form__title-sub {
    margin-top: 1.25rem;
  }
}

.faq-wrap {
  margin-top: 4rem;
}

.faq-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e7e7e7;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item__title {
  font-weight: 700;
  font-size: 1.25rem;
}

.faq-item__content {
  padding-top: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 137%;
  color: #606060;
}

@media (max-width: 62rem) {
  .faq-wrap {
    margin-top: 2.5rem;
  }
  .faq-item {
    padding-bottom: 1rem;
  }
  .faq-item__content {
    padding-top: 1rem;
    font-size: 0.875rem;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 222;
}

.modal-body {
  max-width: 31.25rem;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 1.25rem;
  border-radius: 10px;
  background: #fff;
}

.modal-body__close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}

.modal-body__title {
  font-size: 1.5rem;
  text-align: center;
  line-height: 37px;
  background: linear-gradient(137deg, #0e308c 0%, #184fe8 100%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.modal-body__form {
  margin-top: 1.5rem;
}

.modal .form .input-row {
  flex-wrap: wrap;
  gap: 0;
}

.modal .form .input-wrap {
  margin-bottom: 20px;
}

.modal .form .input-row .input-wrap {
  width: 100%;
  margin-bottom: 20px;
}

.modal .form .input-wrap label {
  margin-bottom: 0;
}

.modal .form .textarea-wrap label {
  margin-bottom: 0;
}

@media (max-width: 46rem) {
  .modal-body {
    width: 96%;
  }
  .modal-body__title {
    font-size: 20px;
  }
  .form .textarea-wrap textarea {
    height: 80px;
  }
  .modal .form .input-row {
    margin-bottom: 0;
  }
}

.page-content {
  font-weight: 500;
}

.page-content h1 {
  font-size: 28px;
  line-height: normal;
}

.page-content p {
  margin-top: 10px;
  line-height: normal;
}

.page-content ul {
  margin-left: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: disc;
}

.page-content ul li {
  margin-bottom: 10px;
  line-height: normal;
}

.footer {
  margin-top: 6rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background: #111;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-top__wrap {
  display: flex;
  gap: 64px;
}

.footer-top__col-title {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  color: #606060;
}

.footer-logo {
  display: block;
  width: 14.75rem;
}

.footer-logo img {
  width: 100%;
}

.footer-text {
  margin-top: 2rem;
  font-weight: 600;
  font-size: 1rem;
  color: #606060;
}

.footer-btn {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 62.5rem;
  padding: 0.75rem 24px;
  height: 2.625rem;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all ease .3s;
}

.footer-btn svg {
  margin-left: 0.75rem;
  transition: all ease .3s;
}

.footer-btn:hover {
  background: #184fe8;
  transition: all ease .3s;
}

.footer-btn:hover svg {
  transform: rotate(45deg);
  transition: all ease .3s;
}

.footer-menu ul li {
  margin-bottom: 0.75rem;
}

.footer-menu ul li:last-child {
  margin-bottom: 0;
}

.footer-menu a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: #fff;
}

.footer-menu a:hover {
  color: #184fe8;
  transition: all ease .3s;
}

.footer-links a {
  display: block;
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  transition: all ease .3s;
}

.footer-links a:hover {
  color: #184fe8;
  transition: all ease .3s;
}

.footer-links a[href^="mailto"] {
  margin-top: 0.75rem;
  text-decoration: none;
}

.footer-social {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.footer-bottom {
  border-top: 1px solid #606060;
  padding-top: 1.5rem;
  margin-top: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom__col {
  display: flex;
  align-items: center;
}

.footer-bottom__menu {
  display: flex;
  align-items: center;
}

.footer-bottom__menu ul {
  display: flex;
  gap: 3rem;
}

.footer-bottom__menu a {
  font-weight: 500;
  font-size: 0.75rem;
  color: #606060;
}

.footer-copy {
  font-weight: 500;
  font-size: 0.75rem;
  color: #606060;
}

.footer-lang {
  margin-left: 3.125rem;
  font-weight: 500;
  font-size: 0.75rem;
  color: #fff;
}

.footer .header-menu-lang {
  position: relative;
}

.footer .header-menu-lang.active .sub-menu {
  display: block;
}

.footer .header-menu-lang.active::after {
  transform: scale(-1);
  transition: all ease .3s;
}

.footer .header-menu-lang::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -20px;
  width: 14px;
  height: 14px;
  background: url(../img//icon/lang-icon-white.svg) no-repeat;
  background-size: contain;
}

.footer .header-menu-lang::after {
  content: '';
  position: absolute;
  top: 2px;
  right: -14px;
  width: 12px;
  height: 12px;
  background: url(../img//icon/lang-arrow-white.svg) no-repeat;
  background-size: contain;
  transition: all ease .3s;
}

.footer .header-menu-lang .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -62px;
  padding: 10px;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.footer .header-menu-lang .sub-menu .current-lang {
  display: none;
}

.footer .header-menu-lang .sub-menu li {
  margin-bottom: 7px;
}

.footer .header-menu-lang .sub-menu li:last-child {
  margin-bottom: 0;
}

.footer .header-menu-lang .sub-menu li a {
  color: #000;
}

.footer .header-menu-lang a {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #fff;
  transition: all ease .3s;
}

.footer .header-menu-lang a:hover {
  transition: all ease .3s;
  color: #1a57ff;
}

@media (max-width: 62rem) {
  .footer-bottom {
    margin-top: 7.5rem;
  }
  .footer-menu a {
    font-size: 0.875rem;
  }
  .footer-links a {
    font-size: 0.875rem;
  }
  .footer-text {
    font-size: 1rem;
  }
}

@media (max-width: 46rem) {
  .footer {
    margin-top: 5rem;
    padding-bottom: 1.5rem;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .footer-col {
    width: 100%;
  }
  .footer-top__wrap {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .footer-top__col {
    width: 100%;
  }
  .footer-bottom {
    position: relative;
    margin-top: 2.5rem;
    flex-wrap: wrap;
  }
  .footer-bottom__col {
    margin-top: 0.375rem;
    flex-wrap: wrap;
  }
  .footer-bottom__menu ul {
    flex-wrap: wrap;
    gap: 0.375rem;
  }
  .footer-bottom__menu ul li {
    width: 100%;
  }
  .footer-lang {
    top: 1.5rem;
    right: 0;
    position: absolute;
  }
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

input,
textarea,
button,
select {
  font-family: "Raleway", sans-serif;
}

input::placeholder,
textarea::placeholder,
button::placeholder,
select::placeholder {
  opacity: 1;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

@media (max-width: 1600px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  padding-top: 9rem;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  min-width: 360px;
  background: #fff;
  color: #111;
  margin-bottom: 0 !important;
}

body.hidden {
  width: 99vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(32, 32, 32, 0.7);
}

@media (max-width: 62rem) {
  body {
    padding-top: 7rem;
  }
}

@media (max-width: 46rem) {
  body {
    padding-top: 6.25rem;
  }
}

body::-webkit-scrollbar {
  width: 8px;
  /* Ширина скроллбара */
}

body::-webkit-scrollbar-track {
  background: transparent;
  /* Цвет трека скроллбара */
}

body::-webkit-scrollbar-thumb {
  background: #888;
  /* Цвет ползунка скроллбара */
  border-radius: 4px;
  /* Скругление углов ползунка */
}
/*# sourceMappingURL=main.css.map */