@font-face {
  font-display: swap;
  font-family: SimplerPro;
  font-style: normal;
  font-weight: 600;
  src: url(../assets/fonts/SimplerPro-Semibold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: SimplerPro;
  font-style: normal;
  font-weight: 400;
  src: url(../assets/fonts/SimplerPro-Regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: SimplerPro;
  font-style: normal;
  font-weight: 300;
  src: url(../assets/fonts/SimplerPro-Light.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: SimplerPro;
  font-style: normal;
  font-weight: 900;
  src: url(../assets/fonts/SimplerPro-Black.woff2) format("woff2");
}
* {
  border: 0;
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
:after,
:before {
  display: inline-block;
}
input:focus,
textarea:focus {
  outline: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body,
html {
  height: 100%;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input,
textarea {
  width: 100%;
}
button,
option,
select {
  cursor: pointer;
}
a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  object-fit: cover;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
details summary {
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}
input {
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
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;
}
b {
  font-weight: 600;
}
.contacts-comp__item {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s;
}
@property --btn-gr-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #2839d9;
}
@property --btn-gr-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #3169e7;
}
.menu ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 69px;
}
.menu ul li {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
.button {
  align-items: center;
  background: linear-gradient(
    90deg,
    var(--btn-gr-color-1) 0,
    var(--btn-gr-color-2) 100%
  );
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  font-size: 20px;
  font-weight: 600;
  gap: 18px;
  justify-content: center;
  line-height: 1.4;
  min-height: 50px;
  padding: 10px 26px;
  text-align: center;
  text-align: right;
  transition:
    --btn-gr-color-1 0.3s,
    --btn-gr-color-2 0.3s,
    all 0.3s;
}
.button--border {
  border: 1px solid #fff;
  --btn-gr-color-1: transparent;
  --btn-gr-color-2: transparent;
}
.button._sprite-arrow-left:before {
  height: 16px;
  width: 22px;
}
.logo {
  aspect-ratio: 157/56;
  width: 157px;
}
.ibg {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ibg--contain {
  object-fit: contain;
}
.title,
.section-header__content h2,
.section-header__content h3,
.item-services__content h3,
.item-pricing__content h3,
.success-contacts__text h3 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
}
.text {
  line-height: 1.4;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  color: #000;
  font-weight: 600;
}
.text h3 {
  line-height: 1.25;
}
.text ul {
  padding-inline-start: 26px;
}
.text ul li {
  list-style: disc;
}
.text ol {
  padding-inline-start: 26px;
}
.text ol li {
  list-style: decimal;
}
.splide__pagination {
  row-gap: 3px !important;
  top: calc(100% + 30px) !important;
}
.splide__pagination li {
  font-size: 0;
}
.splide__pagination__page {
  background: transparent !important;
  border: 0.5px solid #6f7699 !important;
  border-radius: 5px !important;
  height: 5px !important;
  left: 0;
  margin: 0 1.5px !important;
  opacity: 1 !important;
  position: absolute;
  top: 0;
  transform: none !important;
  transition: all 0.3s !important;
  width: 5px !important;
}
.splide__pagination__page.is-active {
  background: #6f7699 !important;
}
.splide__pagination--white .splide__pagination__page {
  border-color: #fff !important;
}
.splide__pagination--white .splide__pagination__page.is-active {
  background: #fff !important;
}
.--stars {
  position: relative;
}
.--stars:after,
.--stars:before {
  aspect-ratio: 1/1;
  background-color: #fff;
  content: "";
  display: block;
  -webkit-mask-image: url(../assets/img/icons/star.svg);
  mask-image: url(../assets/img/icons/star.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  pointer-events: none;
  position: absolute;
}
.splide__arrow {
  background-color: #fff !important;
  height: 29px !important;
  opacity: 1 !important;
  transform: none !important;
  transform: translateY(-55%) !important;
  transition: all 0.3s;
  width: 29px !important;
}
.splide__arrow:disabled {
  cursor: default !important;
  opacity: 0.5 !important;
}
.splide__arrow:before {
  background-color: #1e2866 !important;
  height: 13px !important;
  transform: rotate(180deg);
  width: 17px !important;
}
.splide__arrow svg {
  display: none !important;
}
.splide__arrow--next {
  left: 0 !important;
}
.splide__arrow--prev {
  right: 0 !important;
}
.contacts-comp {
  gap: 10px;
}
.contacts-comp,
.contacts-comp__item {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.contacts-comp__item {
  color: #fff;
  font-weight: 600;
  gap: 8px;
  text-align: center;
}
.contacts-comp__item._sprite-phone:before {
  height: 21px;
  width: 13px;
}
.contacts-comp__item._sprite-email:before {
  height: 14px;
  width: 21px;
}
[class*="_icon-"]:before {
  font-family: icons;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
._icon-file:before {
  content: "\e92e";
}
._icon-comment:before {
  content: "\e92d";
}
._icon-download:before {
  content: "\e929";
}
._icon-truck:before {
  content: "\e92a";
}
._icon-package:before {
  content: "\e92b";
}
._icon-money:before {
  content: "\e92c";
}
._icon-plus:before {
  content: "\e928";
}
._icon-profile-location:before {
  content: "\e927";
}
._icon-gift-card:before {
  content: "\e925";
}
._icon-info:before {
  content: "\e926";
}
._icon-eye-hide:before {
  content: "\e923";
}
._icon-eye:before {
  content: "\e924";
}
._icon-exit:before {
  content: "\e921";
}
._icon-path:before {
  content: "\e922";
}
._icon-orders:before {
  content: "\e920";
}
._icon-pencil:before {
  content: "\e91f";
}
._icon-clear:before {
  content: "\e91e";
}
._icon-delete:before {
  content: "\e91d";
}
._icon-filter:before {
  content: "\e91b";
}
._icon-sort:before {
  content: "\e91c";
}
._icon-ch-down:before {
  content: "\e918";
}
._icon-like:before {
  content: "\e919";
}
._icon-dislike:before {
  content: "\e91a";
}
._icon-nav-catalog:before {
  content: "\e914";
}
._icon-nav-home:before {
  content: "\e917";
}
._icon-nav-cart:before {
  content: "\e913";
}
._icon-nav-user:before {
  content: "\e915";
}
._icon-nav-phone:before {
  content: "\e916";
}
._icon-heart-fill:before {
  content: "\e912";
}
._icon-location-fill:before {
  content: "\e911";
}
._icon-heart:before {
  content: "\e900";
}
._icon-ch-up:before {
  content: "\e901";
}
._icon-cross:before {
  content: "\e902";
}
._icon-location:before {
  content: "\e903";
}
._icon-menu:before {
  content: "\e904";
}
._icon-menu-thin:before {
  content: "\e905";
}
._icon-phone:before {
  content: "\e906";
}
._icon-phone-fill:before {
  content: "\e907";
}
._icon-search:before {
  content: "\e908";
}
._icon-s-fb:before {
  content: "\e909";
}
._icon-s-inst:before {
  content: "\e90a";
}
._icon-star:before {
  content: "\e90b";
}
._icon-s-yt:before {
  content: "\e90c";
}
._icon-user:before {
  content: "\e90d";
}
._icon-cart:before {
  content: "\e90e";
}
._icon-ch-left:before {
  content: "\e90f";
}
._icon-ch-right:before {
  content: "\e910";
}
[class*="_sprite-"]:before {
  aspect-ratio: 1/1;
  background-color: #fff;
  content: "";
  display: block;
  flex-shrink: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
  width: 16px;
}
._sprite-cross:before {
  -webkit-mask-image: url(../assets/img/icons/cross.svg);
  mask-image: url(../assets/img/icons/cross.svg);
}
._sprite-phone:before {
  -webkit-mask-image: url(../assets/img/icons/phone.svg);
  mask-image: url(../assets/img/icons/phone.svg);
}
._sprite-email:before {
  -webkit-mask-image: url(../assets/img/icons/email.svg);
  mask-image: url(../assets/img/icons/email.svg);
}
._sprite-arrow-left:before {
  -webkit-mask-image: url(../assets/img/icons/arrow-left.svg);
  mask-image: url(../assets/img/icons/arrow-left.svg);
}
._sprite-star:before {
  -webkit-mask-image: url(../assets/img/icons/star.svg);
  mask-image: url(../assets/img/icons/star.svg);
}
._sprite-check:before {
  -webkit-mask-image: url(../assets/img/icons/check.svg);
  mask-image: url(../assets/img/icons/check.svg);
}
._sprite-arrow-right:before {
  -webkit-mask-image: url(../assets/img/icons/arrow-right.svg);
  mask-image: url(../assets/img/icons/arrow-right.svg);
}
._sprite-plus:before {
  -webkit-mask-image: url(../assets/img/icons/plus-icon.svg);
  mask-image: url(../assets/img/icons/plus-icon.svg);
}
body {
  color: #6f7699;
  font-family: SimplerPro, sans-serif;
  font-size: 16px;
  min-width: 320px;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}
body:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.8s ease 0s;
  width: 100%;
  z-index: 149;
}
.page {
  padding-top: var(--header-height);
}
.page--no-pd {
  padding-top: 0;
}
.icon-menu {
  display: none;
}
:root {
  --header-height: 90px;
}
@property --gr-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #4577c4;
}
@property --gr-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #1e2866;
}
.header {
  background: linear-gradient(
    90deg,
    var(--gr-color-1) 0.05%,
    var(--gr-color-2) 69.7%
  );
  padding: 22px 0 12px;
  position: fixed;
  transition:
    --gr-color-1 0.5s,
    --gr-color-2 0.5s;
  z-index: 50;
}
.header,
.header:before {
  left: 0;
  top: 0;
  width: 100%;
}
.header:before {
  background-color: #050610;
  content: "";
  height: 100%;
  position: absolute;
  transform: translateX(100%);
  transition: all 0.3s;
}
[data-fls-menu-open] .header:before {
  transform: none;
}
.header--home:not(.--header-scroll) {
  --gr-color-1: transparent;
  --gr-color-2: transparent;
}
.header__container {
  align-items: center;
  display: flex;
  gap: 20px;
}
.header__body {
  align-items: center;
  display: flex;
  flex-grow: 1;
  gap: 15px 44px;
  justify-content: space-between;
}
.header__logo,
.header__menu {
  position: relative;
  z-index: 2;
}
.header__menu {
  padding-bottom: 8px;
}
.mobile-menu {
  background-color: #050610;
  display: flex;
  flex-direction: column;
  height: calc(100% - var(--header-height));
  left: 0;
  overflow: auto;
  padding: 59px 15px 86px;
  position: fixed;
  top: var(--header-height);
  transform: translateX(100%);
  transition: all 0.3s;
  width: 100%;
  z-index: 50;
}
[data-fls-menu-open] .mobile-menu {
  transform: none;
}
.mobile-menu__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 24px;
}
.mobile-menu__menu {
  flex-grow: 1;
}
[data-fls-header-scroll-show].--header-scroll {
  transform: translateY(-100%);
  transition: transform 0.3s;
}
[data-fls-header-scroll-show].--header-show {
  transform: translate(0);
}
.footer__copy a {
  text-decoration: underline;
  text-decoration-color: transparent;
}
.footer__copy a,
.footer__text a {
  transition: text-decoration-color 0.3s;
}
.footer__text a {
  text-decoration: underline;
  text-decoration-color: inherit;
}
.footer {
  background-color: #1e1e1e;
}
.footer__container {
  align-items: end;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  padding-bottom: 45px;
  padding-top: 43px;
}
.footer__logo {
  aspect-ratio: 141/36;
  width: 140px;
}
.footer__logo:not(:last-child) {
  margin-bottom: 12px;
}
.footer__text {
  color: #fff;
  line-height: 1.4;
}
.footer__text a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.footer__text:not(:last-child) {
  margin-bottom: 16px;
}
.footer__copy {
  align-items: center;
  color: hsla(0, 0%, 100%, 0.5);
  display: flex;
  font-size: 14px;
  gap: 7px;
  line-height: 1.4;
}
.footer__aside .footer__copy {
  gap: 10px;
}
.footer__copy .footer-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__copy .footer-menu li + li::before {
  content: "|";
  margin-inline-end: 7px;
}
.footer__aside {
  flex-shrink: 0;
}
.footer__contacts {
  align-items: end;
  gap: 14px;
}
.footer__contacts:not(:last-child) {
  margin-bottom: 20px;
}
.footer__contacts .contacts-comp__item {
  flex-direction: row-reverse;
  gap: 12px;
}
.footer__contacts .contacts-comp__item._sprite-phone:before {
  width: 21px;
}
.footer__mob-copy {
  background-color: #000;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  line-height: 1.4;
  padding: 14px 15px;
  text-align: center;
}
.info-page__text a {
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: text-decoration-color 0.3s;
}
.info-page {
  position: relative;
}
.info-page__container {
  max-width: 900px;
}
.info-page__wrapper {
  padding-bottom: 167px;
  padding-top: 36px;
}
.info-page__wrapper:after,
.info-page__wrapper:before {
  background-color: #71b3ff;
  z-index: 1;
}
.info-page__wrapper:before {
  left: calc(100% + 90px);
  top: 74px;
  width: 28px;
}
.info-page__wrapper:after {
  bottom: 75px;
  left: 40px;
  width: 14px;
}
.info-page__wrapper > * {
  position: relative;
  z-index: 2;
}
.info-page__header:not(:last-child) {
  margin-bottom: 32px;
}
.info-page__subtitle {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.4;
  margin-top: -6px;
}
.info-page__text {
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}
.info-page__text a {
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.select {
  min-width: 0;
}
.select,
.select__body,
.select__title {
  position: relative;
}
.select__title {
  color: inherit;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.select__title:after,
.select__title:before {
  aspect-ratio: 1/1;
  background-color: #3169e7;
  content: "";
  display: block;
  -webkit-mask-image: url(../assets/img/icons/star.svg);
  mask-image: url(../assets/img/icons/star.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  pointer-events: none;
  position: absolute;
  width: 21px;
}
.select__title:before {
  right: 39.769452%;
  top: 6px;
}
.select__title:after {
  bottom: calc(100% + 1px);
  left: calc(100% - 6px);
  width: 21px;
}
.select__value {
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  color: #6f7699;
  display: flex;
  font-size: 18px;
  height: 55px;
  line-height: 1.5;
  min-width: 0;
  padding: 5px 18px;
  text-align: right;
}
.select__value > * {
  flex: 1 1 auto;
}
.select__value:after {
  background-color: #6f7699;
  content: "";
  display: block;
  height: 8px;
  -webkit-mask-image: url(../assets/img/icons/ch-down.svg);
  mask-image: url(../assets/img/icons/ch-down.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: transform 0.3s ease 0s;
  width: 15px;
}
.--select-open .select__value:after {
  transform: rotate(-180deg);
}
.select__content,
.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__input {
  background-color: transparent;
  color: #1e1e1e;
  height: 100%;
  width: 100%;
}
.select__input::placeholder {
  color: #1e1e1e;
}
.--select-focus .select__input::placeholder {
  opacity: 0.5;
}
.select__options {
  background-color: #fff;
  border-radius: 20px;
  left: 0;
  min-width: 0;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 20px);
  width: 100%;
}
.select__scroll {
  height: var(--content-height);
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.select--profile .select__scroll {
  margin: 0 -10px;
}
.select:has([data-fls-select-scroll]) .select__scroll {
  max-height: 300px;
}
.select__scroll .simplebar-vertical {
  height: 100% !important;
  right: 10px !important;
}
.select__option {
  color: #6f7699;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 18px;
  text-align: right;
  transition: all 0.3s;
  width: 100%;
}
.select__row {
  align-items: center;
  display: inline-flex;
}
.select__search:not(:last-child) {
  margin-bottom: 5px;
}
.select__search .search__input {
  font-size: 16px;
  padding: 8px 40px 8px 14px;
}
.select__search .search__submit {
  pointer-events: none;
}
.select--show-top .select__options {
  bottom: calc(100% + 20px);
  top: auto;
}
.--select-tag {
  cursor: pointer;
}
[data-simplebar] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.simplebar-wrapper {
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  overflow: hidden;
  width: inherit;
}
.simplebar-mask {
  direction: inherit;
  height: auto !important;
  overflow: hidden;
  width: auto !important;
  z-index: 0;
}
.simplebar-mask,
.simplebar-offset {
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.simplebar-offset {
  box-sizing: inherit !important;
  direction: inherit !important;
  resize: none !important;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  box-sizing: border-box !important;
  direction: inherit;
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  position: relative;
  scrollbar-width: none;
  width: auto;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}
.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
  width: 100%;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  flex-basis: 0;
  flex-grow: inherit;
  flex-shrink: 0;
  float: left;
  height: 100%;
  margin: 0;
  max-height: 1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: -1;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  height: 1000%;
  left: 0;
  min-height: 1px;
  min-width: 1px;
  opacity: 0;
  top: 0;
  width: 1000%;
  z-index: -1;
}
.simplebar-height-auto-observer,
.simplebar-track {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}
.simplebar-track {
  bottom: 0;
  right: 0;
  z-index: 1;
}
[data-simplebar].simplebar-dragging,
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  left: 0;
  min-height: 10px;
  position: absolute;
  right: 0;
}
.simplebar-scrollbar:before {
  background: #000;
  border-radius: 7px;
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s linear 0.5s;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  bottom: 2px;
  left: 2px;
  right: 2px;
  top: 2px;
}
.simplebar-track.simplebar-horizontal {
  height: 11px;
  left: 0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  bottom: 0;
  left: 0;
  min-height: 0;
  min-width: 10px;
  right: auto;
  top: 0;
  width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  left: 0;
  right: auto;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  height: 500px;
  opacity: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  position: fixed;
  visibility: hidden;
  width: 500px;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  height: 200%;
  margin: 10px 0;
  width: 200%;
}
.simplebar-hide-scrollbar {
  left: 0;
  overflow-y: scroll;
  position: fixed;
  scrollbar-width: none;
  visibility: hidden;
  -ms-overflow-style: none;
}
.spoilers__item {
  border-bottom: 1px solid var(--text-color);
  color: var(--text-color);
  display: block;
  padding-bottom: 15px;
  transition: all 0.3s;
  width: 100%;
}
.spoilers__item:not(:last-child) {
  margin-bottom: 15px;
}
.spoilers__title {
  align-items: center;
  color: var(--text-color);
  cursor: pointer;
  display: flex;
  font-weight: 500;
  gap: 20px;
  justify-content: space-between;
  line-height: 1.3;
  text-transform: uppercase;
  transition: all 0.3s;
  --color: var(--text-color);
}
.spoilers__title svg {
  height: 18px;
  width: 18px;
}
.spoilers__title svg path {
  transition: all 0.3s;
}
.spoilers__title .plus-icon {
  height: 16px;
  width: 16px;
}
.spoilers__title .plus-icon:after,
.spoilers__title .plus-icon:before {
  height: 2px;
}
.spoilers__title.--spoiler-active .plus-icon:after,
.spoilers__title.--spoiler-active .plus-icon:before {
  background-color: var(--text-color);
}
.spoilers__body {
  padding-top: 20px;
}
.spoilers__body .text {
  font-family: Roboto, sans-serif;
  line-height: 1.3;
}
.spoilers__body .text p:not(:last-child) {
  margin-bottom: 15px;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.contact-us__text a {
  text-decoration: underline;
  text-decoration-color: transparent;
}
.checkbox a,
.contact-us__text a {
  transition: text-decoration-color 0.3s;
}
.checkbox a {
  text-decoration: underline;
  text-decoration-color: inherit;
}
@property --sp-gr-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #fff;
}
.hero-home {
  background-color: #1e2866;
  color: #fff;
  padding-bottom: 30px;
  padding-top: calc(var(--header-height) + 93px);
  position: relative;
}
.hero-home:before {
  right: 334px;
  top: calc(var(--header-height) + 12px);
  width: 28px;
}
.hero-home:after {
  right: 186px;
  top: calc(var(--header-height) + 89px);
  width: 14px;
}
.hero-home__container {
  position: relative;
  z-index: 2;
}
.hero-home__bg-image {
  aspect-ratio: 1560/871;
  height: 100%;
  left: 0;
  max-width: 1560px;
  position: absolute;
  top: 0;
  width: 95%;
}
.hero-home__bg-image img {
  object-position: right;
}
.hero-home__image {
  margin: 0 -15px;
}
.hero-home__inner {
  max-width: 474px;
}
.hero-home__content:not(:last-child) {
  margin-bottom: 40px;
}
.hero-home__content h1 strong {
  color: #3e98f4;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.15;
}
.hero-home__content h1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.05;
}
.hero-home__content h1 {
  margin-bottom: 7px;
}
.hero-home__content {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.hero-home__actions {
  display: flex;
  gap: 27px;
}
.hero-home__actions:not(:last-child) {
  margin-bottom: 67px;
}
.hero-home__button {
  min-height: 54px;
  min-width: 221px;
}
.hero-home__button.button--border {
  min-width: 141px;
}
.hero-home__details {
  display: flex;
  gap: 18px;
  justify-content: center;
  max-width: 440px;
}
.hero-home__details-item {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 300;
  gap: 12px;
  line-height: 1.2;
  padding-top: 3px;
  text-align: center;
}
.hero-home__details-item img {
  aspect-ratio: 100/37;
  width: 100px;
  object-fit: contain;
  object-position: center;
}
.hero-home__details-item:not(:last-child) {
  border-inline-end: 1px solid #fff;
  padding-inline-end: 27px;
}
.hero-home__details-item:not(:last-child):first-child {
  padding-inline-end: 15px;
}
.hero-home__details-item:not(:last-child):nth-child(2) {
  padding-inline-start: 7px;
}
.services-home {
  padding: 74px 0 80px;
  position: relative;
}
.services-home:before {
  background-color: #3169e7;
  right: 183px;
  top: 220px;
  width: 34px;
}
.services-home:after {
  display: none;
}
.services-home__container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.services-home__container:before {
  background-color: #3169e7;
  bottom: -19px;
  right: 65px;
  width: 58px;
}
.services-home__container:after {
  display: none;
}
.services-home__header {
  position: relative;
  z-index: 2;
}
.services-home__header:not(:last-child) {
  margin-bottom: 73px;
}
.services-home__slider {
  position: relative;
  z-index: 2;
}
.services-home__slider .splide__track {
  overflow: visible;
}
.services-home__slider .splide__slide {
  display: flex;
}
.services-home__slider.--watcher-view .splide__slide {
  opacity: 1;
  transform: none;
}
.services-home__slider .splide__pagination {
  margin-inline-end: 14px;
}
.services-home__slider:not(:last-child) {
  margin-bottom: 65px;
}
.services-home__button {
  align-self: center;
  min-width: 235px;
  position: relative;
  z-index: 2;
}
.section-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.section-header__title {
  background-color: #e3e9f8;
  border-radius: 100px;
  color: #2e5ce3;
  font-size: 15px;
  line-height: 1.4;
  min-width: 110px;
  padding: 5px 10px;
  text-align: center;
}
.section-header__title:not(:last-child) {
  margin-bottom: 15px;
}
.section-header__content h2,
.section-header__content h3 {
  margin-bottom: 3px;
}
.section-header__text {
  font-size: 18px;
  line-height: 1.4;
  max-width: 866px;
}

.section-header__content h2,
.section-header__content h3 {
  margin-bottom: 3px;
}
.section-header__content {
  line-height: 1.4;
  font-size: 18px;
  max-width: 866px;
}
.item-services {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 13.6px 1px rgba(0, 0, 0, 0.15);
  padding: 30px 21px 42px;
  width: 100%;
}
.item-services__icon {
  aspect-ratio: 66/68;
  background: #edf0fd;
  border-radius: 10px;
  width: 66px;
}
.item-services__icon:not(:last-child) {
  margin-bottom: 28px;
}
.item-services__text {
  font-size: 18px;
  line-height: 1.4;
}
.item-services__content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.item-services__content {
  font-size: 18px;
  line-height: 1.4;
}
.clients-home {
  background-color: #2839d9;
  padding: 48px 0 61px;
}
.clients-home:before {
  background-color: #fff;
  left: 11.35%;
  top: 86px;
  width: 58px;
}
.clients-home:after {
  background-color: #fff;
  bottom: 31px;
  left: 23.3%;
  width: 24px;
}
.clients-home__container {
  position: relative;
  z-index: 2;
}
.clients-home__header:not(:last-child) {
  margin-bottom: 13px;
}
.clients-home__slider .splide__track {
  overflow: visible !important;
}
.clients-home__logo {
  max-height: 89px;
  max-width: 200px;
  object-fit: contain;
  width: 100%;
}
.pricing-home {
  padding: 48px 0 44px;
}
.pricing-home__header:not(:last-child) {
  margin-bottom: 63px;
}
.pricing-home__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
  position: relative;
  row-gap: 30px;
}
.pricing-home__body:after {
  display: none;
}
.pricing-home__body:before {
  background-color: #1b2983;
  left: calc(100% + 34px);
  top: calc(100% + 93px);
  width: 58px;
}
.pricing-home__body:not(:last-child) {
  margin-bottom: 123px;
}
.pricing-home__wrapper {
  display: flex;
  flex: 0 0 33.3333%;
  padding: 0 15px;
}
.pricing-home__item {
  width: 100%;
}
.pricing-home__label {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item-pricing {
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 13.6px 1px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  padding: 34px 36px 30px 26px;
  position: relative;
  transition: all 0.3s;
}
.item-pricing__content h3 {
  color: #2e5ce3;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-inline-end: 10px;
  text-align: center;
  transition: all 0.5s;
}
.item-pricing__content h3 {
  margin-bottom: 2px;
}
.item-pricing__content {
  font-size: 14px;
  line-height: 1.47;
  margin-inline-end: 10px;
  text-align: center;
  transition: all 0.5s;
}
.item-pricing__content:not(:last-child) {
  margin-bottom: 21px;
}
.item-pricing__price {
  align-items: center;
  display: flex;
  gap: 17px;
  margin-inline-start: 17px;
}
.item-pricing__price:not(:last-child) {
  margin-bottom: 29px;
}
.item-pricing__pr-details {
  border-inline-start: 1px solid #3169e7;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 12px 10px 0;
  transition: all 0.5s;
}
.item-pricing__pr-body {
  color: #3169e7;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  flex-shrink: 0;
  transition: all 0.5s;
}
.item-pricing__pr-body span {
  font-size: 28px;
}
.item-pricing__text {
  transition: all 0.5s;
}
.item-pricing__text ul li {
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  padding-inline-start: 22px;
}
.item-pricing__text ul li:not(:last-child) {
  margin-bottom: 18px;
}
.item-pricing__text ul li b {
  font-weight: 600;
}
.item-pricing__text ul li:before {
  aspect-ratio: 1/1;
  background: url(../assets/img/icons/list-check.svg) no-repeat 50% / contain;
  content: "";
  display: block;
  flex-shrink: 0;
  width: 15px;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
}
.item-pricing__badge {
  background-color: #3169e7;
  border-radius: 100px;
  color: #fff;
  font-size: 15px;
  left: 50%;
  line-height: 1.4;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, -50%);
}
.contact-us {
  background-color: #e0e9fc;
  padding: 54px 0 40px;
}
.contact-us,
.contact-us__container {
  position: relative;
}
.contact-us__container > * {
  position: relative;
  z-index: 2;
}
.contact-us__bg {
  aspect-ratio: 629/530;
  left: -130px;
  max-width: 629px;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 1;
}
.contact-us__header .section-header__title {
  background-color: #fff;
}
.contact-us__header:not(:last-child) {
  margin-bottom: 70px;
}
.contact-us__form {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.contact-us__fields {
  display: grid;
  gap: 31px 100px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 792px;
  position: relative;
  width: 100%;
}
.contact-us__fields:before {
  background-color: #fff;
  bottom: calc(100% + 11px);
  left: calc(100% + 20px);
  width: 43px;
}
.contact-us__fields:after {
  display: none;
}
.contact-us__fields:not(:last-child) {
  margin-bottom: 72px;
}
.contact-us__field {
  min-width: 0;
}
.contact-us__text {
  background-color: #e0e9fb;
  font-size: 18px;
  line-height: 1.5;
  padding: 5px;
  text-align: center;
}
.contact-us__text:not(:last-child) {
  margin-bottom: 62px;
}
.contact-us__checkbox-wrap:not(:last-child) {
  margin-bottom: 20px;
}
.contact-us__checkbox-wrap.has-error .contact-us__checkbox {
  border-color: #fb5624;
}
.contact-us__checkbox {
  background-color: #e0e9fb;
  border: 2px solid transparent;
  padding: 2px 10px;
  transition: border-color 0.3s;
}
.contact-us__checkbox:not(:last-child) {
  margin-bottom: 0;
}
.checkbox__error {
  color: #fb5624;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 4px;
  padding: 0 10px;
}
.checkbox__error:empty {
  display: none;
}
.contact-us__button {
  position: relative;
}
.contact-us__button:before {
  background-color: #fff;
  right: 9px;
  top: 7px;
  width: 12px;
}
.contact-us__button:after {
  display: none;
}
.field__body {
  position: relative;
}
.field__input {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  height: 55px;
  padding: 5px 18px;
  text-align: right;
}
.field__input,
.field__placeholder {
  color: #6f7699;
  font-size: 18px;
  line-height: 1.5;
}
.field__placeholder {
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 0 18px;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  white-space: nowrap;
  width: 100%;
}
.field__placeholder span {
  color: #fb5624;
}
.field:has(.field__error:not(:empty)) .field__placeholder,
.field:has(.field__input:focus) .field__placeholder,
.field:has(.field__input:not(:placeholder-shown)) .field__placeholder {
  opacity: 0;
}
.field__error {
  color: #fb5624;
  display: block;
  font-size: 18px;
  line-height: 1.5;
  min-width: 0;
  overflow: hidden;
  padding: 0 18px;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  white-space: nowrap;
  width: 100%;
}
.field:has(.field__error:not(:empty)) .field__input {
  border-color: #fb5624;
  color: transparent;
}
.field:has(.field__input:focus) .field__error {
  opacity: 0;
}
.checkbox {
  align-items: center;
  color: #6f7699;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.checkbox input {
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 0;
}
.checkbox__icon {
  align-items: center;
  background: #fff;
  border: 1px solid #6f7699;
  display: inline-flex;
  flex-shrink: 0;
  height: 12px;
  justify-content: center;
  margin-inline-end: 7px;
  width: 12px;
}
.checkbox__icon:before {
  background-color: #6f7699;
  mask-position: center;
  opacity: 0;
  transition: all 0.3s;
  width: 8px;
}
.checkbox:has(input:checked) .checkbox__icon:before {
  opacity: 1;
}
.contact-us__success {
}
.success-contacts {
  align-items: center;
  background-color: #e0e9fc;
  display: flex;
  padding: 60px 0 78px;
}
.success-contacts__gr-container,
.about-home__gr-container {
  display: grid;
  grid-template-columns: 15px 1fr minmax(auto, 1200px) 1fr 15px;
  min-width: 0;
}
.success-contacts__gr-container > * {
  grid-column: 3/6;
  min-width: 0;
}

.about-home__gr-container > * {
  grid-column: 3;
  min-width: 0;
}

.success-contacts__content {
  align-items: center;
  display: flex;
  gap: 62px;
  justify-content: space-between;
  padding-right: 107px;
}
.success-contacts__image {
  aspect-ratio: 1081/501;
  max-width: 1081px;
}
.success-contacts__body {
  flex-shrink: 0;
  max-width: 348px;
  padding-top: 27px;
}
.success-contacts__text {
  font-size: 18px;
}

.success-contacts__text h3 {
  line-height: 1.25;
}
.success-contacts__text h3:not(:last-child) {
  margin-bottom: 12px;
}
.success-contacts__text:not(:last-child) {
  margin-bottom: 20px;
}
.success-contacts__button {
  --btn-gr-color-1: #3169e7;
  --btn-gr-color-2: #3169e7;
  border-radius: 100px;
  font-size: 15px;
  min-height: 31px;
  min-width: 110px;
  padding: 5px 10px;
}
.feedback-home {
  background: linear-gradient(264deg, #1b2662 7.19%, #212a6a 92.89%);
  padding: 54px 0 86px;
}
.feedback-home__header:not(:last-child) {
  margin-bottom: 42px;
}
.feedback-home__slider .splide__track {
  margin: 0 auto;
  max-width: 1002px;
}
.feedback-home__slider .splide__slide {
  display: flex;
}
.item-feedback {
  background-color: #1e245e;
  border: 1px solid #3b4584;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 34px 21px 15px;
}
.item-feedback__header {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  justify-content: center;
}
.item-feedback__header:not(:last-child) {
  margin-bottom: 25px;
}
.item-feedback__image {
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  width: 88px;
}
.item-feedback__label {
  background: rgba(51, 57, 107, 0.5);
  border: 1px solid rgba(232, 234, 239, 0.5);
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.4;
  padding: 9px 10px;
}
.item-feedback__label:not(:last-child) {
  margin-bottom: 17px;
}
.item-feedback__content h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.item-feedback__content h3 {
  margin-bottom: 8px;
}
.item-feedback__content {
  flex-grow: 1;
  font-size: 18px;
  line-height: 1.4;
}
.item-feedback__content:not(:last-child) {
  margin-bottom: 27px;
}
.item-feedback__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: end;
}
.item-feedback__link {
  background-color: #294090;
  border-radius: 76.469px;
  color: #409af3;
  font-size: 12px;
  line-height: 1.4;
  min-width: 94px;
  padding: 4px;
  text-align: center;
  transition: all 0.3s;
}
.about-home {
  padding: 53px 0 74px;
}
.about-home__container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.about-home__header:not(:last-child) {
  margin-bottom: 40px;
}
.about-home__content {
  display: grid;
  grid-template-columns: 542px 1fr;
  width: 100%;
  grid-column: 3 / 6;
  padding-inline-end: 15px;
}
.about-home__content:not(:last-child) {
  margin-bottom: 10px;
}
.about-home__body {
  margin-inline-end: -71px;
  padding-top: 90px;
}
.about-home__image {
  aspect-ratio: 848/565;
  max-width: 848px;
  margin-inline-end: auto;
  min-width: 0;
}
.about-home__text {
  font-size: 18px;
  line-height: 1.7;
}
.about-home__text:not(:last-child) {
  margin-bottom: 25px;
}
.about-home__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.about-home__tags span {
  border: 1px solid #2f81fd;
  border-radius: 100px;
  color: #2f81fd;
  font-size: 12px;
  line-height: 1.4;
  padding: 3px 9px;
  text-align: center;
}
.about-home__button {
  min-width: 235px;
  padding: 10px 20px;
  justify-self: center;
}
.faq-home {
  background-color: #eeeef4;
  padding: 59px 0 114px;
}
.faq-home__header:not(:last-child) {
  margin-bottom: 74px;
}
.faq-home__item {
  background: linear-gradient(180deg, var(--sp-gr-color, #fff) 0, #fff 100%);
  border-radius: 10px;
  transition: --sp-gr-color 0.3s;
}
.faq-home__item:has(.--spoiler-active) {
  --sp-gr-color: #edeef3;
}
.faq-home__item:not(:last-child) {
  margin-bottom: 25px;
}
.faq-home__title {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  gap: 52px;
  line-height: 1.4;
  padding: 20px 26px;
  position: relative;
  transition: all 0.3s;
}
.faq-home__title:before {
  background-color: #b7bbcc;
  flex-shrink: 0;
  transition: all 0.5s;
  width: 40px;
}
.faq-home__title.--spoiler-active:before {
  transform: rotate(45deg);
}
.faq-home__body {
  padding: 2px 118px 22px 110px;
}
.faq-home__text {
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 93.74875em) {
  .pricing-home__body:before {
    left: 50%;
    top: calc(100% + 20px);
    transform: translateX(-50%);
  }
}
@media (max-width: 81.24875em) {
  .clients-home:before {
    top: 40px;
  }
}
@media (max-width: 74.99875em) {
  .menu ul {
    gap: 5px 40px;
  }
  .about-home__content {
    grid-template-columns: repeat(2, 1fr);
    grid-column: 3;
    padding: 0;
  }
  .about-home__body {
    margin-inline-end: 0;
    padding-top: 0;
  }
  .about-home__image {
    margin-inline-end: 0;
  }
}
@media (max-width: 68.74875em) {
  .pricing-home__wrapper {
    flex-basis: 50%;
  }
}
@media (max-width: 61.99875em) {
  .menu ul {
    gap: 5px 25px;
  }
  .menu ul li {
    font-size: 16px;
  }
  .hero-home__bg-image {
    width: 100%;
  }

  .hero-home__content h1 strong {
    font-size: 60px;
  }
  .hero-home__content h1 {
    font-size: 37px;
  }
  .contact-us__fields:before {
    display: none;
  }
  .success-contacts__content {
    align-items: center;
    flex-direction: column;
    grid-column: 2/4;
    justify-content: center;
    padding: 0;
  }
  .success-contacts__image {
    flex-grow: 1;
    margin-left: -30px;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
  .success-contacts__image img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .success-contacts__body {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .success-contacts__text {
    text-align: center;
  }
}
@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 47.99875em) {
  .menu ul {
    flex-direction: column;
    gap: 40px;
  }
  .menu ul li {
    font-size: 20px;
    text-align: center;
  }
  .button {
    gap: 16px;
    padding: 10px 25px;
  }
  .button._sprite-arrow-left:before {
    height: 14px;
    width: 19px;
  }
  .pc {
    display: none !important;
  }
  .menu__body {
    height: 100%;
    overflow: auto;
    padding: 50px 15px 30px;
  }
  .menu__body,
  .menu__body:before {
    left: -100%;
    position: fixed;
    top: 0;
    transition: left 0.3s;
    width: 100%;
  }
  .menu__body:before {
    content: "";
    height: 70px;
    z-index: 2;
  }
  [data-fls-menu-open] .menu__body,
  [data-fls-menu-open] .menu__body:before {
    left: 0;
  }
  .icon-menu {
    display: block;
    height: 13px;
    position: relative;
    width: 17px;
    z-index: 2;
  }
  .icon-menu span,
  .icon-menu:after,
  .icon-menu:before {
    background-color: #fff;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .icon-menu:before {
    top: 0;
  }
  .icon-menu:after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.5px);
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu:before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu:after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .header {
    background: linear-gradient(
      351deg,
      var(--gr-color-1) 8.02%,
      var(--gr-color-2) 93.32%
    );
  }
  .header__container {
    gap: 15px;
  }
  .footer__container {
    align-items: start;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 92px;
  }
  .footer__copy {
    gap: 6px;
  }
  .footer__contacts {
    align-items: start;
  }
  .footer__contacts:not(:last-child) {
    margin-bottom: 27px;
  }
  .footer__contacts .contacts-comp__item {
    flex-direction: row;
  }
  .footer__contacts .contacts-comp__item._sprite-phone:before {
    mask-position: center right;
  }
  .info-page__wrapper {
    padding-bottom: 91px;
  }
  .info-page__wrapper:before {
    background-color: #2e5ce3;
    left: 0;
    top: 19px;
    width: 31px;
  }
  .info-page__wrapper:after,
  .select__title:before {
    display: none;
  }
  .select__title:after {
    bottom: calc(100% - 1px);
    left: calc(100% - 9px);
  }
  .hero-home {
    padding-top: 45px;
  }
  .hero-home:after,
  .hero-home:before,
  .hero-home__bg-image {
    display: none;
  }
  .hero-home__inner {
    margin: 0 auto;
  }
  .hero-home__content:not(:last-child) {
    margin-bottom: 26px;
  }
  .hero-home__content h1 {
    margin-bottom: 5px;
  }
  .hero-home__actions {
    gap: 24px;
  }
  .hero-home__actions:not(:last-child) {
    margin-bottom: 47px;
  }
  .hero-home__button {
    font-size: 18px;
    min-height: 48px;
    min-width: 196px;
    padding-inline: 20px;
  }
  .hero-home__button.button--border {
    min-width: 125px;
  }
  .hero-home__details {
    gap: 15px;
    margin-inline: -7px;
  }
  .hero-home__details-item {
    font-size: 10px;
    gap: 10px;
  }
  .hero-home__details-item:not(:last-child) {
    border-inline-end: 1px solid #fff;
    padding-inline-end: 20px;
  }
  .hero-home__details-item:not(:last-child):first-child {
    padding-inline-end: 10px;
  }
  .hero-home__details-item:not(:last-child):nth-child(2) {
    padding-inline-start: 3px;
  }
  .hero-home__details-item img {
    width: 85px;
  }
  .services-home:before {
    display: none;
  }
  .services-home {
    padding-bottom: 33px;
  }
  .services-home__container:before {
    right: 26px;
    top: -4px;
    width: 34px;
  }
  .services-home__header:not(:last-child) {
    margin-bottom: 60px;
  }
  .services-home__slider:not(:last-child) {
    margin-bottom: 69px;
  }
  .services-home__slider {
    margin-inline-end: -15px;
  }

  .section-header__content h2,
  .section-header__content h3 {
    margin-bottom: 15px;
    line-height: 1.16;
  }

  .clients-home {
    padding: 48px 0 80px;
  }
  .clients-home:before {
    right: 25px;
    top: 114px;
    width: 36px;
  }
  .clients-home:after {
    bottom: auto;
    left: 466px;
    left: 12px;
  }
  .clients-home__header:not(:last-child) {
    margin-bottom: 55px;
  }
  .pricing-home {
    padding-bottom: 36px;
  }
  .pricing-home__body {
    row-gap: 25px;
  }
  .pricing-home__body:before {
    width: 37px;
  }
  .pricing-home__body:not(:last-child) {
    margin-bottom: 67px;
  }
  .contact-us {
    padding-bottom: 57px;
  }
  .contact-us__bg {
    bottom: 0;
    left: 0;
    max-width: 100%;
    top: auto;
  }
  .contact-us__header:not(:last-child) {
    margin-bottom: 24px;
  }
  .contact-us__fields {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .contact-us__fields:not(:last-child) {
    margin-bottom: 30px;
  }
  .contact-us__text:not(:last-child) {
    margin-bottom: 148px;
  }
  .contact-us__checkbox {
    max-width: 223px;
    padding: 5px;
  }
  .checkbox {
    align-items: start;
  }
  .checkbox__icon {
    margin-inline-end: 4px;
  }
  .feedback-home__header:not(:last-child) {
    margin-bottom: 28px;
  }

  .item-feedback {
    padding: 35px 20px 20px;
  }
  .item-feedback__header:not(:last-child) {
    margin-bottom: 31px;
  }
  .item-feedback__label {
    padding: 5px 10px;
    text-align: center;
  }
  .item-feedback__label:not(:last-child) {
    margin-bottom: 23px;
  }
  .item-feedback__content h3 {
    line-height: 1.3;
  }
  .item-feedback__content h3 {
    margin-bottom: 1px;
  }
  .item-feedback__links {
    justify-content: center;
  }
  .about-home {
    padding-bottom: 49px;
  }
  .about-home__header:not(:last-child) {
    margin-bottom: 34px;
  }
  .about-home__content {
    grid-template-columns: 1fr;
  }
  .about-home__content:not(:last-child) {
    margin-bottom: 10px;
  }
  .about-home__image {
    margin: 0 -15px;
    min-width: 0;
  }
  .about-home__text:not(:last-child) {
    margin-bottom: 21px;
  }
  .faq-home {
    padding-bottom: 68px;
  }
  .faq-home__header:not(:last-child) {
    margin-bottom: 37px;
  }
  .faq-home__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .faq-home__title:before {
    width: 20px;
  }
  .faq-home__title {
    gap: 26px;
    line-height: 1;
    padding: 20px 15px 15px;
  }
  .faq-home__body {
    padding: 0 60px 17px 15px;
  }
  .pricing-home__wrapper {
    flex-basis: 100%;
  }
}
@media (max-width: 31.24875em) {
  .hero-home {
    padding-bottom: 19px;
  }
  .pricing-home__header:not(:last-child) {
    margin-bottom: 14px;
  }

  .pricing-home__header .section-header__content h2,
  .pricing-home__header .section-header__content h3 {
    max-width: 186px;
    margin-inline: auto;
  }
  .item-pricing {
    padding: 30px 18px 23px 36px;
  }
  .item-pricing__title,
  .item-pricing__content h3,
  .item-pricing__content .item-pricing__title {
    margin-inline-end: 0;
    margin-inline-start: 15px;
  }
  .item-pricing__price {
    margin-inline-start: 35px;
  }
}
@media (max-width: 24.99875em) {
  .spoilers__item {
    padding-bottom: 8px;
  }
  .spoilers__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 43.74875em) {
  .pricing-home__wrapper {
    opacity: 0;
    transform: translateY(20px);
    transition:
      all 0.5s ease,
      width 0s 0s,
      flex-basis 0s 0s;
  }
  .pricing-home__wrapper:first-child {
    transition-delay: 0s;
  }
  .pricing-home__wrapper:nth-child(2) {
    transition-delay: 0.2s, 0s, 0s;
  }
  .pricing-home__wrapper:nth-child(3) {
    transition-delay: 0.4s, 0s, 0s;
  }
  .pricing-home__wrapper:nth-child(4) {
    transition-delay: 0.6s, 0s, 0s;
  }
  .--watcher-view .pricing-home__wrapper {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 47.99875em) {
  .mobile {
    display: none !important;
  }
  .mobile-menu {
    display: none;
  }
  .home__hero {
    min-height: 874px;
  }
  .hero-home__image {
    display: none;
  }
  .services-home__slider .splide__slide {
    opacity: 0;
    transform: translateY(20px);
    transition:
      all 0.5s ease,
      flex-basis 0s 0s,
      width 0s 0s;
  }
  .services-home__slider .splide__slide:first-child {
    transition-delay: 0s, 0s, 0s;
  }
  .services-home__slider .splide__slide:nth-child(2) {
    transition-delay: 0.2s, 0s, 0s;
  }
  .services-home__slider .splide__slide:nth-child(3) {
    transition-delay: 0.4s, 0s, 0s;
  }
  .services-home__slider .splide__slide:nth-child(4) {
    transition-delay: 0.6s, 0s, 0s;
  }
  .services-home__slider .splide__list {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center !important;
    margin: 0 -13px !important;
    row-gap: 26px;
  }
  .services-home__slider .splide__slide {
    flex: 0 0 25%;
    padding: 0 13px !important;
  }
  .clients-home__slider {
    margin: 0 auto;
    max-width: 965px;
  }
  .clients-home__slider .splide__list {
    direction: rtl;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-items: center;
    margin: 0 -40px !important;
    row-gap: 18px;
  }
  .clients-home__slider .splide__slide {
    flex: 0 0 25%;
    padding: 0 40px;
  }

  .contact-us__button:before {
    display: none;
  }
  .feedback-home__slider {
    padding: 0 50px;
  }
  .faq-home__title:after {
    background-color: #fff;
    content: "";
    height: calc(100% - 28px);
    position: absolute;
    right: 96px;
    top: 14px;
    width: 2px;
  }
}
@media (min-width: 68.74875em) {
  .pricing-home__item {
    min-height: 520px;
  }
}
@media (min-width: 47.99875em) and (max-width: 68.74875em) {
  .services-home__slider .splide__slide {
    flex: 0 0 33.3333%;
  }
}

@media (min-width: 47.99875em) and (max-width: 53.12375em) {
  .services-home__slider .splide__slide {
    flex: 0 0 50%;
  }
}
@media (any-hover: hover) {
  .contacts-comp__item:hover {
    text-decoration-color: inherit;
  }
  .button:not(:disabled):hover {
    border-color: transparent;
    --btn-gr-color-1: #1b2983;
    --btn-gr-color-2: #1b2983;
    box-shadow: inset 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
  }
  .splide__arrow:not(:disabled):hover {
    background-color: #1e2866 !important;
  }
  .splide__arrow:not(:disabled):hover:before {
    background-color: #fff !important;
  }
  .footer__copy a:hover {
    text-decoration-color: inherit;
  }
  .footer__text a:hover,
  .info-page__text a:hover {
    text-decoration-color: transparent;
  }
  .select__option:hover {
    background: #ecf0fa;
  }
  .spoilers__item:has(.spoilers__title:hover) {
    border-bottom-color: #6c6f38;
  }
  .spoilers__title:hover {
    border-color: #6c6f38;
    color: #6c6f38;
    --color: #e2102e;
  }
  .spoilers__title:hover .plus-icon:after,
  .spoilers__title:hover .plus-icon:before {
    background-color: #6c6f38;
  }
  .contact-us__text a:hover {
    text-decoration-color: inherit;
  }
  .checkbox a:hover {
    text-decoration-color: transparent;
  }
  .item-pricing:hover {
    background-color: #1e2866;
  }
  .item-pricing:hover .item-pricing__subtitle,
  .item-pricing:hover .item-pricing__title,
  .item-pricing:hover .item-pricing__content h3 {
    color: #fff;
  }
  .item-pricing:hover .item-pricing__pr-details {
    border-color: #fff;
    color: #fff;
  }
  .item-pricing:hover .item-pricing__pr-body,
  .item-pricing:hover .item-pricing__text {
    color: #fff;
  }
  .item-feedback__link:hover {
    background-color: #fff;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.select__option{
  direction: ltr;
  text-align: right
}
