.hide-md {
  display: block !important;
}

.show-md {
  display: none !important;
}

.hide-only-md {
  display: block;
}

.show-sm {
  display: none;
}

.hide-sm {
  display: block !important;
}

.hide-fl-sm {
  display: flex !important;
}

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   +retina(/images/mypic.jpg, 2);
 *   +retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */

/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */

/* FONT_START */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

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

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

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

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

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

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

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

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

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */

.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container--fluid {
  max-width: 100%;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.stretch {
  flex: 1;
  align-items: stretch;
}

.align-items-center {
  align-items: center;
}

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

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.order-1 {
  order: 1;
}

.col-1 {
  box-sizing: border-box;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  width: 100%;
}

.order-2 {
  order: 2;
}

.col-2 {
  box-sizing: border-box;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  width: 100%;
}

.order-3 {
  order: 3;
}

.col-3 {
  box-sizing: border-box;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.order-4 {
  order: 4;
}

.col-4 {
  box-sizing: border-box;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 100%;
}

.order-5 {
  order: 5;
}

.col-5 {
  box-sizing: border-box;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  width: 100%;
}

.order-6 {
  order: 6;
}

.col-6 {
  box-sizing: border-box;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.order-7 {
  order: 7;
}

.col-7 {
  box-sizing: border-box;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  width: 100%;
}

.order-8 {
  order: 8;
}

.col-8 {
  box-sizing: border-box;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  width: 100%;
}

.order-9 {
  order: 9;
}

.col-9 {
  box-sizing: border-box;
  flex: 0 0 75%;
  max-width: 75%;
  width: 100%;
}

.order-10 {
  order: 10;
}

.col-10 {
  box-sizing: border-box;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  width: 100%;
}

.order-11 {
  order: 11;
}

.col-11 {
  box-sizing: border-box;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  width: 100%;
}

.order-12 {
  order: 12;
}

.col-12 {
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

@font-face {
  font-family: 'Euclid Circular A';
  src: url("../fonts/euclid-circular/Euclid-Circular-A-Light.woff2") format("woff2"), url("../fonts/euclid-circular/Euclid-Circular-A-Light.woff") format("woff"), url("../fonts/euclid-circular/Euclid-Circular-A-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular A';
  src: url("../fonts/euclid-circular/Euclid-Circular-A-Regular.woff2") format("woff2"), url("../fonts/euclid-circular/Euclid-Circular-A-Regular.woff") format("woff"), url("../fonts/euclid-circular/Euclid-Circular-A-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular A';
  src: url("../fonts/euclid-circular/Euclid-Circular-A-Medium.woff2") format("woff2"), url("../fonts/euclid-circular/Euclid-Circular-A-Medium.woff") format("woff"), url("../fonts/euclid-circular/Euclid-Circular-A-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular A';
  src: url("../fonts/euclid-circular/Euclid-Circular-A-SemiBold.woff2") format("woff2"), url("../fonts/euclid-circular/Euclid-Circular-A-SemiBold.woff") format("woff"), url("../fonts/euclid-circular/Euclid-Circular-A-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular A';
  src: url("../fonts/euclid-circular/Euclid-Circular-A-Bold.woff2") format("woff2"), url("../fonts/euclid-circular/Euclid-Circular-A-Bold.woff") format("woff"), url("../fonts/euclid-circular/Euclid-Circular-A-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  outline: none;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

input {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
}

input:active,
input:focus {
  outline: none;
}

body {
  font-family: "Euclid Circular A", sans-serif;
  background-color: #fff;
  color: #000;
  min-width: 375px;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body.block-scroll {
  overflow: hidden;
}

.inline-block {
  display: inline-block;
}

.container {
  padding: 0 40px;
  max-width: 99.125em;
}

.main {
  position: relative;
  z-index: 2;
}

h2 {
  font-weight: 500;
  font-size: 3em;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #242424;
}

.link {
  color: red;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body:not(.mobile) .link:hover {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.blue {
  color: #2D68FF;
}

.inner {
  padding: 17.25em 0 8.75em 0;
}

.inner__header {
  padding-bottom: 5em;
  border-bottom: 1px solid #2D68FF;
  margin-bottom: 3.75em;
  margin-left: 2.5em;
  margin-right: 2.5em;
}

.inner__title {
  font-weight: 500;
  font-size: 4.75em;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #242424;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0 1.625em;
  background: #2D68FF;
  height: 4.5em;
  border-radius: 2.8125em;
  cursor: pointer;
  box-shadow: none;
  transition: background 300ms ease, width 300ms ease, border 50ms ease 250ms;
  position: relative;
  overflow: hidden;
  border: none;
  isolation: isolate;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.btn span {
  font-size: 1.0625em;
  line-height: 141%;
}

body:not(.mobile) .btn:hover {
  background: #1E5DFF;
}

.btn:active {
  background: #0D48E0;
}

.btn.is-loading {
  pointer-events: none;
  cursor: auto;
  padding: 0 !important;
  width: 4.5em;
}

.btn.is-loading span {
  display: none;
}

.btn.is-loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5em;
  height: 2.5em;
  background: url("../img/btn/spinner.svg") 50% 50% no-repeat;
  background-size: contain;
  z-index: 3;
}

.btn--md {
  height: 3.5em;
  padding: 0 1.5em;
}

.btn--md span {
  font-size: 0.9375em;
  line-height: 160%;
  letter-spacing: 0.02em;
}

.btn--fw {
  width: 100%;
}

.btn--yellow {
  background: #FED74C;
}

.btn--yellow span {
  color: #2C2C2C;
}

body:not(.mobile) .btn--yellow:hover {
  background: #FFE279;
}

.btn--yellow:active {
  background: #FFD53D;
}

.selectize-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
  outline: none;
  display: flex !important;
  align-items: center;
  width: 100%;
  border: 1px solid #DADFE3;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #404750;
  padding: 0 17px;
  font-family: sans-serif;
  font-weight: 400;
  transition: border 300ms ease;
  border-radius: 0;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.selectize-input > input {
  margin: 0 !important;
  font-size: 14px;
  box-sizing: border-box !important;
}

.selectize-input.dropdown-active {
  border-radius: 0;
}

.selectize-input.focus {
  box-shadow: none;
}

.selectize-control.single .selectize-input:after {
  width: 18px;
  height: 18px;
  background: url("../img/dropdown/arrow-18.svg") 50% 50% no-repeat;
  background-size: contain;
  border: none;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 300ms ease;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin: 0;
  border: none;
  transform: translateY(-50%) rotate(-180deg);
}

.selectize-dropdown .option {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #404750;
  padding: 12px 17px;
  cursor: pointer;
  transition: background 300ms ease;
}

body:not(.mobile) .selectize-dropdown .option:hover,
.selectize-dropdown .option.active {
  background: #F5F6F7;
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  overflow-x: hidden;
  overflow-y: overlay;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
  min-width: 375px;
  background: #fff;
}

.modal::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(0, 0, 0, 0);
}

.modal::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.modal::-webkit-scrollbar-thumb {
  background: rgba(36, 36, 36, 0.5);
  border-radius: 3px;
}

.modal.success .modal__form-content {
  display: none;
}

.modal.success .modal__form-success {
  display: flex;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal.active .modal__content {
  transform: translateY(0);
  opacity: 1;
}

.modal__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  width: 100%;
  padding: 0;
  z-index: 2;
  overflow: hidden;
  padding: 0 2.5em;
}

.modal__close {
  box-sizing: content-box;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  z-index: 3;
  display: flex;
  align-items: center;
}

.modal__close span {
  font-weight: 400;
  font-size: 1.1875em;
  line-height: 170%;
  color: rgba(36, 36, 36, 0.5);
}

.modal__close svg {
  display: block;
  width: 3.75em;
  height: 3.75em;
  stroke: #292D32;
  margin-left: 1em;
}

.modal__content {
  width: 100%;
  max-width: 46.25em;
  position: relative;
  z-index: 2;
  padding: 5em 0;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 600ms ease-out, opacity 600ms ease-out;
}

.modal__circle {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}

.modal__circle::before {
  content: '';
  display: inline-block;
  padding-top: 100%;
}

.modal__circle--yellow {
  width: 65.5625em;
  background: #FFD94D;
  top: -51.25em;
  left: -29.6875em;
}

.modal__circle--blue {
  width: 70.9375em;
  background: #F0FAFF;
  bottom: -52.625em;
  right: -38em;
}

.modal__title {
  color: #242424;
  width: 100%;
  max-width: 34.5em;
  margin-bottom: 3.125em;
}

.modal__title span {
  font-weight: 500;
  font-size: 3.5em;
  line-height: 125%;
  letter-spacing: -0.01em;
}

.modal__title--sm {
  max-width: none !important;
  margin-bottom: 1.5em;
}

.modal__form-field {
  padding-bottom: 4.6875em;
}

.modal__submit {
  width: 18.75em;
}

.modal__text {
  color: #595D62;
  padding-bottom: 3.75em;
}

.modal__text span {
  font-weight: 400;
  font-size: 1.375em;
  line-height: 170%;
}

.modal__backlink {
  width: 18.75em;
}

.modal__icon {
  width: 9.5em;
  height: 9.5em;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0FAFF;
  margin-bottom: 4em;
}

.modal__icon img {
  display: block;
  width: 4.5em;
  height: 4.5em;
  object-fit: contain;
}

.modal__form-content {
  display: block;
}

.modal__form-success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tippy-box {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(99, 108, 122, 0.18);
  border-radius: 12px;
  box-sizing: border-box;
  padding: 22px;
  width: 368px;
  max-width: 368px !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #495575;
}

.custom-scroll::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(233, 239, 247, 0.7);
}

.custom-scroll::-webkit-scrollbar-track {
  box-shadow: none;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #647A9C;
  border-radius: 3px;
}

.form__field {
  padding-bottom: 32px;
}

.form__checkbox {
  padding-bottom: 40px;
}

.form__submit {
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.error-msg {
  padding-top: 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #DA2041;
  display: none;
}

.error .error-msg {
  display: block;
}

.label {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.swiper-btn {
  position: absolute;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 6px 30px rgba(23, 28, 69, 0.1);
  backdrop-filter: blur(7.5px);
  transition: opacity 300ms ease;
  display: none;
  z-index: 100;
}

.swiper-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}

.swiper-btn.swiper-button-disabled {
  opacity: 0;
}

.swiper-btn--prev::before {
  background: url("../img/swiper-btn/prev.svg") 50% 50% no-repeat;
  background-size: contain;
}

.swiper-btn--next::before {
  background: url("../img/swiper-btn/next.svg") 50% 50% no-repeat;
  background-size: contain;
}

.input {
  position: relative;
}

.input.error .input__field {
  border-color: #DA2041;
}

.input__label {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #595D62;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(32px);
  pointer-events: none;
  transition: transform 300ms ease;
}

.input__field {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  width: 100%;
  display: block;
  height: 97px;
  line-height: 97px;
  border: none;
  border-bottom: 2px solid #D9D9D9;
  background: none;
  outline: none !important;
  box-shadow: nond;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.02em;
  color: #242424;
  border-radius: 0;
  transition: border 300ms ease;
}

.input.focus .input__label {
  transform: translateY(-20px);
}

.file {
  position: relative;
}

.file.active .file__icon--add {
  display: none;
}

.file.active .file__icon--added {
  display: block;
}

.file.active .file__caption--add {
  display: none;
}

.file.active .file__caption--added {
  display: block;
}

.file.error .file__label {
  border-color: #CC3559;
}

.file__label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 24px;
  background: #15181B;
  border: 2px dashed #626262;
  border-radius: 10px;
  cursor: pointer;
  transition: border 300ms ease;
}

body:not(.mobile) .file__label:hover .btn__name {
  color: #0C100F;
}

body:not(.mobile) .file__label:hover .btn__bg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.6);
}

.file__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.file__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  display: none;
}

.file__icon--add {
  display: block;
}

.file__icon--added {
  display: none;
}

.file__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.file__caption {
  margin-right: 32px;
  display: none;
}

.file__caption--add {
  display: block;
}

.file__caption--added {
  display: none;
}

.file__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #CFCFCF;
  opacity: 0.4;
}

.file__text--white {
  opacity: 1;
  word-break: break-all;
}

.file__button {
  width: 138px;
  flex-shrink: 0;
  margin-left: auto;
}

.textarea--sm .textarea__field {
  padding: 19px 24px;
  border-radius: 10px;
  background: #15181B;
  border-width: 1px;
  font-size: 16px;
  min-height: 105px;
}

.textarea--sm .textarea__field::placeholder {
  opacity: .4;
  font-weight: 400;
  font-size: 15px;
}

.textarea.error .textarea__field {
  border-color: #CC3559;
}

.textarea__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #CFCFCF;
  padding-bottom: 12px;
}

.textarea__field {
  width: 100%;
  display: block;
  border: 2px solid #626262;
  background: none;
  border-radius: 12px;
  outline: none !important;
  box-shadow: nond;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding: 23px 30px;
  resize: none;
  min-height: 150px;
  transition: border 300ms ease;
}

.textarea__field::placeholder {
  color: #fff;
  opacity: 0.4;
  font-weight: 400;
}

.textarea__field:focus,
.textarea__field:active {
  border-color: #53F0CE;
}

.swiper-navigation {
  position: relative;
  display: flex;
  align-items: center;
  user-select: none;
}

.swiper-navigation__btn {
  width: 4em;
  height: 4em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: background 300ms ease, opacity 300ms ease;
  border-radius: 50%;
  overflow: hidden;
  user-select: none;
}

body:not(.mobile) .swiper-navigation__btn:hover:not(.swiper-button-disabled) {
  background: #2D68FF;
}

body:not(.mobile) .swiper-navigation__btn:hover:not(.swiper-button-disabled) svg {
  stroke: #fff;
}

.swiper-navigation__btn--prev {
  margin-right: 1.625em;
}

.swiper-navigation__btn.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
  background: none;
}

.swiper-navigation svg {
  display: block;
  width: 2em;
  height: 2em;
  stroke: #242424;
  transition: stroke 300ms ease;
}

.text-slider__item {
  min-height: 7.75em;
  height: auto;
  padding-bottom: 0.625em;
}

.text-slider__wrapper {
  display: flex;
  align-items: center;
}

.text-slider__icon {
  width: 1.75em;
  height: 1.75em;
  margin-right: 0.75em;
  flex-shrink: 0;
}

.text-slider__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.text-slider__text {
  font-weight: 500;
  font-size: 1.375em;
  line-height: 170%;
  color: #242424;
}

.text-slider .swiper-pagination-bullets,
.text-slider .swiper-pagination-horizontal.swiper-pagination-bullets {
  position: relative;
  left: auto;
  transform: none;
  bottom: auto;
  padding: 0 0 0 0;
  width: auto;
  text-align: left;
}

.text-slider .swiper-pagination-bullets .swiper-pagination-bullet,
.text-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.875em;
  height: 0.875em;
  transform: scale(1) !important;
  background: #000;
  opacity: .2 !important;
  border: 2px solid #fff;
  margin: 0 1.125em !important;
}

.text-slider .swiper-pagination-bullets .swiper-pagination-bullet:first-child,
.text-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 6px !important;
}

.text-slider .swiper-pagination-bullets .swiper-pagination-bullet:last-child,
.text-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 4px !important;
}

.text-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.text-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1 !important;
  border-color: #2D68FF;
  transform: scale(1.2) !important;
}

.services-slider {
  overflow: visible;
}

.services-slider__item {
  background: #FFFFFF;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.07);
  border-radius: 2.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5em;
  opacity: 0;
  transition: opacity 300ms ease;
  height: auto;
  user-select: none;
}

.services-slider__item.swiper-slide-visible {
  opacity: 1;
}

body:not(.mobile) .services-slider__item:hover .services-slider__button {
  background: #2D68FF;
  border-color: #2D68FF;
  color: #fff;
}

.services-slider__title {
  text-align: center;
  margin-bottom: 1.75em;
}

.services-slider__title span {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 135%;
  color: #242424;
}

.services-slider__badge {
  background: #F0FAFF;
  border-radius: 1.25em;
  padding: 0.75em;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
}

.services-slider__badge-icon {
  width: 1.75em;
  height: 1.75em;
  margin-bottom: 0.125em;
}

.services-slider__badge-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services-slider__badge-text {
  font-weight: 500;
  font-size: 0.8125em;
  line-height: 135%;
  letter-spacing: 0.01em;
  color: #2D68FF;
  text-align: center;
}

.services-slider__img {
  width: 100%;
  max-width: 8.0625em;
  margin-bottom: 1.75em;
}

.services-slider__img img {
  display: block;
  width: 100%;
  height: auto;
}

.services-slider__list {
  width: 100%;
  max-width: 10.125em;
  margin-bottom: 1.75em;
  display: flex;
  flex-direction: column;
}

.services-slider__list-item {
  padding-left: 1.4375em;
  position: relative;
  margin-bottom: 0.3125em;
}

.services-slider__list-item span {
  font-weight: 500;
  font-size: 1.0625em;
  line-height: 135%;
  color: #4E4E4E;
}

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

.services-slider__list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.4375em;
  height: 0.4375em;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #2D68FF;
}

.services-slider__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: auto;
}

.services-slider__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2D68FF;
  height: 3.5em;
  border: 2px solid #C4D4FF;
  border-radius: 2.8125em;
  width: 100%;
  padding: 0 1em;
  margin-bottom: 1em;
  transition: background 300ms ease, color 300ms ease, border 300ms ease;
}

.services-slider__button span {
  font-weight: 700;
  font-size: 0.9375em;
  line-height: 160%;
}

.services-slider__price {
  text-align: center;
  display: flex;
  align-items: baseline;
  color: #242424;
}

.services-slider__price-main {
  font-weight: 600;
  font-size: 2em;
  line-height: 135%;
}

.services-slider__price-currency {
  padding-left: 0.25em;
  font-size: 1.5em;
  line-height: 135%;
}

.services-slider__price--old {
  font-weight: 500;
  font-size: 1.0625em;
  line-height: 135%;
  text-decoration-line: line-through;
  color: #979BBE;
}

.services-slider .swiper-btn--prev,
.services-slider .swiper-btn--next {
  top: 50%;
  transform: translateY(-50%);
}

.services-slider .swiper-btn--prev {
  left: calc(50% - 130px - 34px);
}

.services-slider .swiper-btn--next {
  right: calc(50% - 130px - 34px);
}

.more-link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.75em 1.75em 1.75em 0;
  user-select: none;
}

body:not(.mobile) .more-link:hover .more-link__icon::before {
  background: #FFE279;
}

body:not(.mobile) .more-link:hover .more-link__icon svg {
  transform: translateX(6px);
}

.more-link:active .more-link__icon::before {
  background: #FFD53D;
}

.more-link__text {
  color: #242424;
  margin-right: 1em;
  position: relative;
}

.more-link__text span {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 125%;
  letter-spacing: -0.01em;
}

.more-link__icon {
  width: 1.5em;
  height: 1.5em;
  position: relative;
}

.more-link__icon::before {
  content: '';
  position: absolute;
  width: 5em;
  height: 5em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFD84C;
  border-radius: 50%;
  z-index: -1;
  transition: background 300ms ease;
}

.more-link__icon svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  stroke: #292D32;
  transition: transform 300ms ease;
}

.banner {
  background: #2D68FF;
  position: relative;
  overflow: hidden;
}

.banner__wrapper {
  padding: 6.6875em 0;
}

.banner__image {
  position: absolute;
  top: 50%;
  left: -8.75em;
  width: 54.28%;
  min-height: 150%;
  transform: translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
}

.banner__image::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.banner__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.banner__caption {
  margin-left: 58%;
  max-width: 30em;
}

.banner__top-text {
  color: #FED74C;
  padding-bottom: 0.5em;
}

.banner__top-text span {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 125%;
  letter-spacing: -0.01em;
}

.banner__title {
  color: #FFFFFF;
  padding-bottom: 3em;
}

.banner__title span {
  font-weight: 600;
  font-size: 3em;
  line-height: 125%;
  letter-spacing: -0.01em;
}

.banner__text {
  color: #FFFFFF;
  padding-bottom: 2.125em;
}

.banner__text span {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 125%;
  letter-spacing: -0.01em;
}

.banner__list {
  list-style-type: none;
  padding-bottom: 3em;
}

.banner__item {
  color: #FFFFFF;
  margin-bottom: 0.75em;
  padding-left: 2em;
  position: relative;
}

.banner__item span {
  font-weight: 500;
  font-size: 1.375em;
  line-height: 125%;
  letter-spacing: -0.01em;
}

.banner__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  background: #FFD84C;
}

.banner__item:last-child {
  margin-bottom: 0;
}

.banner__btn {
  min-width: 15em;
}

.steps-slider {
  position: relative;
}

.steps-slider::before {
  content: '';
  position: absolute;
  top: 12.5em;
  left: 0;
  width: 100%;
  height: 1px;
  background: #B6BBCB;
}

.steps-slider__container {
  padding: 6.25em 0 2.625em 0;
  overflow: visible;
}

.steps-slider__item {
  height: auto;
  width: 16.25em !important;
}

.steps-slider__item.swiper-slide-active .steps-slider__badge,
.steps-slider__item.swiper-slide-active .steps-slider__title,
.steps-slider__item.swiper-slide-active .steps-slider__description {
  opacity: 1;
}

.steps-slider__header {
  display: inline-block;
  position: relative;
  padding-bottom: 3.5em;
}

.steps-slider__image {
  width: 12.5em;
  height: 12.5em;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: transform 300ms ease;
}

.steps-slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.steps-slider__badge {
  width: 3.75em;
  height: 3.75em;
  border-radius: 50%;
  overflow: hidden;
  background: #FFD84C;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #242424;
  transition: opacity 300ms ease;
}

.steps-slider__badge span {
  font-weight: 500;
  font-size: 1.625em;
  line-height: 125%;
  letter-spacing: -0.01em;
}

.steps-slider__title {
  color: #242424;
  padding-bottom: 1.25em;
  width: 100%;
  max-width: 14.375em;
  transition: opacity 300ms ease;
}

.steps-slider__title span {
  font-weight: 500;
  font-size: 1.625em;
  line-height: 140%;
}

.steps-slider__description {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 150%;
  color: #595D62;
  transition: opacity 300ms ease;
}

.steps-slider .swiper-btn--prev,
.steps-slider .swiper-btn--next {
  top: calc(76px);
}

.steps-slider .swiper-btn--prev {
  left: calc(50% - 175px);
}

.steps-slider .swiper-btn--next {
  right: calc(50% - 175px);
}

.faq {
  position: relative;
}

.faq__item {
  background: #F2F6FC;
  border-radius: 1em;
  margin-bottom: 1em;
  padding: 1.875em 5em;
  display: block;
  border: 2px solid #F2F6FC;
  transition: background 300ms ease, border 300ms ease;
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__item.active {
  background: #000;
  background: #FFFFFF;
  border-color: #C1D4FF;
  box-shadow: 0px 7px 20px rgba(65, 100, 221, 0.16);
}

.faq__item.active .faq__content {
  display: block;
}

.faq__item.active .faq__header::after {
  transform: translateY(-50%) rotate(-180deg);
}

.faq__header {
  position: relative;
  color: #242424;
}

.faq__header span {
  font-weight: 500;
  font-size: 1.375em;
  line-height: 125%;
  letter-spacing: -0.01em;
}

.faq__header::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -3.125em;
  transform: translateY(-50%);
  width: 1.875em;
  height: 1.875em;
  background: url("../img/faq/icon.svg") 50% 50% no-repeat;
  background-size: contain;
}

.faq__header::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -3.125em;
  transform: translateY(-50%);
  width: 1.875em;
  height: 1.875em;
  background: url("../img/faq/arrow.svg") 50% 50% no-repeat;
  background-size: contain;
  transition: transform 300ms ease;
}

.faq__content {
  display: none;
  color: #595D62;
  padding-top: 1.75em;
}

.faq__content span {
  font-weight: 400;
  font-size: 1.125em;
  line-height: 150%;
}

.f-slider {
  position: relative;
}

.f-slider__container {
  overflow: visible;
}

.f-slider__item {
  height: auto;
  width: 32.875em !important;
  background: #FFFFFF;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.07);
  border-radius: 1em;
  padding: 5em 4.375em;
}

.f-slider__header {
  padding-bottom: 1.75em;
  display: flex;
  align-items: center;
  position: relative;
}

.f-slider__img {
  flex-shrink: 0;
  width: 5em;
  height: 5em;
  margin-right: 1.5em;
  border-radius: 50%;
  overflow: hidden;
}

.f-slider__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-slider__name {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 150%;
  color: #242424;
}

.f-slider__icon {
  width: 1.875em;
  height: 1.875em;
  margin-top: 0.625em;
}

.f-slider__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.f-slider__description {
  font-weight: 400;
  font-size: 1.0625em;
  line-height: 160%;
  color: #595D62;
}

.f-slider .swiper-btn--prev,
.f-slider .swiper-btn--next {
  top: 109px;
}

.f-slider .swiper-btn--prev {
  left: -12px;
}

.f-slider .swiper-btn--next {
  right: -12px;
}

.contacts {
  display: flex;
  position: relative;
  align-items: center;
}

.contacts__info {
  width: 34.86%;
  margin-right: 6.25em;
  flex-shrink: 0;
}

.contacts__header {
  padding-bottom: 5em;
}

.contacts__item {
  padding-bottom: 3em;
  display: flex;
}

.contacts__icon {
  width: 4.5em;
  height: 4.5em;
  margin-right: 2em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFD84C;
  overflow: hidden;
}

.contacts__icon img {
  display: block;
  width: 2.5em;
  height: 2.5em;
  object-fit: contain;
}

.contacts__caption {
  width: 100%;
  max-width: 21.875em;
}

.contacts__title {
  padding-bottom: 0.625em;
  color: #242424;
}

.contacts__title span {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 125%;
  letter-spacing: -0.01em;
}

.contacts__phone {
  font-weight: 500;
  font-size: 1.875em;
  line-height: 150%;
  color: #242424;
}

.contacts__mail {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 150%;
  color: #2D68FF;
}

.contacts__mail span {
  border-bottom: 1px solid #2D68FF;
  transition: border 300ms ease;
}

body:not(.mobile) .contacts__mail:hover span {
  border-color: transparent;
}

.contacts__text {
  font-weight: 500;
  font-size: 1.25em;
  line-height: 150%;
  color: #242424;
}

.contacts__text span {
  color: #595D62;
  font-weight: 400;
}

.contacts__location {
  margin-top: 20px;
  display: flex;
}

.contacts__location-text {
  padding-right: 0.875em;
}

.contacts__location-text span {
  font-weight: 400;
  font-size: 1em;
  line-height: 150%;
  color: #595D62;
}

.contacts__location a {
  display: inline-flex;
  align-items: center;
}

.contacts__location a span {
  border-bottom: 1px solid #2D68FF;
  transition: border 300ms ease;
  font-size: 1em;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #2D68FF;
}

body:not(.mobile) .contacts__location a:hover span {
  border-color: transparent;
}

body:not(.mobile) .contacts__location a:hover svg {
  transform: translateX(5px);
}

.contacts__location a svg {
  display: block;
  width: 1em;
  height: 1em;
  stroke: #2D68FF;
  flex-shrink: 0;
  margin-left: 1em;
  transition: transform 300ms ease;
}

.contacts__image {
  width: 100%;
  border-radius: 1.875em;
  overflow: hidden;
  position: relative;
  filter: drop-shadow(0px 14px 54px rgba(0, 0, 0, 0.1));
}

.contacts__image::before {
  content: '';
  display: inline-block;
  padding-top: 74.77%;
}

.contacts__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.develop {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
  position: relative;
}

body:not(.mobile) .develop:hover .develop__icon--planet {
  animation: rotate 600ms ease;
}

body:not(.mobile) .develop:hover .develop__icon--satellite {
  animation: rotate 600ms ease 600ms;
}

.develop__icons {
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0.375em;
  align-items: center;
}

.develop__icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  position: relative;
}

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

.develop__icon--satellite {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}

.develop__icon--satellite::before {
  content: '';
  width: 0.1875em;
  height: 0.1875em;
  border-radius: 50%;
  position: absolute;
  top: 0.1875em;
  left: 0.1875em;
  background: #FFD84C;
}

.develop__text {
  display: block;
  flex-shrink: 0;
  letter-spacing: -0.01em;
  line-height: 126%;
}

.develop__text span {
  font-weight: 300;
  font-size: 0.9375em;
  color: #E8F1FD;
}

.develop__text strong {
  font-weight: 500;
  color: #fff;
  font-size: 1em;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.s-list {
  position: relative;
  padding: 0 2.5em;
}

.s-list__item {
  display: flex;
  padding-bottom: 4.625em;
  border-bottom: 1px solid #B6BBCB;
  margin-bottom: 3.125em;
  position: relative;
}

.s-list__visual {
  width: 20.62%;
  flex-shrink: 0;
}

.s-list__title {
  color: #242424;
  padding-bottom: 2.5em;
}

.s-list__title span {
  font-weight: 500;
  font-size: 2.5em;
  line-height: 125%;
  letter-spacing: -0.01em;
}

.s-list__image {
  width: 7.5em;
  height: 7.5em;
  flex-shrink: 0;
}

.s-list__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.s-list__content {
  width: 100%;
}

.s-list__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.0625em 1.625em;
}

.s-list__row:nth-child(odd) {
  background: #F0FAFF;
}

.s-list__value {
  font-weight: 500;
  font-size: 1.375em;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #242424;
  padding-right: 16px;
}

.s-list__value:last-child {
  padding-right: 0;
}

.f-plate {
  position: fixed;
  left: 50%;
  bottom: 1.25em;
  z-index: 9;
  width: 45.625em;
  transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 0px 10px 50px rgba(12, 26, 99, 0.07);
  border-radius: 4.375em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.375em 2em 1.375em 8.125em;
  transition: opacity 300ms ease, visibility 300ms ease;
  opacity: 0;
  visibility: hidden;
}

.f-plate.visible {
  opacity: 1;
  visibility: visible;
}

.f-plate__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 6.25em;
  height: 6.25em;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #FFD84C;
}

.f-plate__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-plate__text {
  padding-right: 1.5em;
  color: #242424;
}

.f-plate__text span:not(.blue) {
  font-weight: 500;
  font-size: 1.1875em;
  line-height: 170%;
}

.f-plate__btn {
  width: 12.5em;
  flex-shrink: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  transition: background 300ms ease, box-shadow 150ms ease;
  min-width: 375px;
}

.header.active {
  background: #fff;
}

.header .container {
  max-width: 99.125em;
}

.header.collapsed {
  background: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
}

.header.collapsed .header__wrapper {
  padding: 1.125em 0;
}

.header__wrapper {
  display: flex;
  align-items: center;
  padding: 2.0625em 0;
  transition: padding 150ms ease;
  position: relative;
}

.header__logo {
  width: 11.1875em;
  height: 2.75em;
  display: block;
  margin-right: 3.75em;
  position: relative;
  top: -0.375em;
}

.header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__lang-switcher {
  display: flex;
  align-items: center;
}

.header__lang-switcher--sm {
  display: none;
}

.header__lang {
  min-width: 3.125em;
  height: 2.3125em;
  background: #fff;
  border-radius: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.875em;
  color: rgba(51, 45, 45, 0.5);
  margin-right: 0.375em;
  transition: color 300ms ease, background 300ms ease;
}

.header__lang span {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: 0.01em;
}

.header__lang:last-child {
  margin-right: 0;
}

.header__lang.active {
  background: #F2F6FC;
  color: #2D68FF;
}

body:not(.mobile) .header__lang:hover:not(.active) {
  background: #F2F6FC;
  color: #2D68FF;
}

.header__menu {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 375px;
}

.header__list {
  display: flex;
  align-items: center;
  position: relative;
}

.header__item {
  display: block;
}

.header__link {
  display: block;
  color: #332D2D;
  padding: 16px;
  transition: color 300ms ease;
}

.header__link span {
  font-weight: 500;
  font-size: 1em;
  line-height: 1;
}

body:not(.mobile) .header__link:hover {
  color: #2D68FF;
}

.header__phone {
  margin-left: auto;
  height: 2.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.75em;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
  border: 2px solid #000000;
  border-radius: 2.8125em;
  transition: color 300ms ease, background 300ms ease, border 300ms ease, box-shadow 300ms ease;
}

.header__phone span {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

body:not(.mobile) .header__phone:hover {
  color: #fff;
  background: #2D68FF;
  border-color: #2D68FF;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.11);
}

.header__phone:active {
  background: #0D48E0;
  border-color: #0D48E0;
  box-shadow: none;
}

.header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  height: 1.75em;
  padding: 0.125em;
  z-index: 999999999;
  transition: opacity 600ms ease, transform 600ms ease;
}

.header__burger span {
  width: 100%;
  height: 0.125em;
  background: #000;
  margin-bottom: 0.375em;
  transition: all 300ms ease;
}

.header__burger span:last-child {
  margin-bottom: 0;
}

.header__burger.active span:first-child {
  transform: rotate(45deg) translate(0.1875em, 0.1875em);
}

.header__burger.active span:last-child {
  transform: rotate(-45deg) translate(0.1875em, -0.1875em);
}

.footer {
  position: relative;
  background: #26304A;
}

.footer__wrapper {
  padding: 3.75em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.footer__copy {
  font-weight: 500;
  font-size: 1em;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.footer__socials {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer__social {
  margin: 0 0.375em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #3A4666;
  transition: background 300ms ease;
}

body:not(.mobile) .footer__social:hover {
  background: #4A577A;
}

.footer__social:active {
  background: #1A233A;
}

.footer__social img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m-screen {
  padding: 17.5625em 0 17.8125em 0;
  position: relative;
  overflow: hidden;
}

.m-screen__wrapper {
  width: 100%;
}

.m-screen__caption {
  width: 100%;
  max-width: 37.8125em;
}

.m-screen__header {
  position: relative;
  z-index: 2;
  padding-bottom: 4.5em;
}

.m-screen__title {
  padding-bottom: 2em;
}

.m-screen__title h1 {
  color: #242424;
  font-weight: 500;
  font-size: 4.75em;
  line-height: 125%;
  letter-spacing: -0.01em;
}

.m-screen__description {
  font-weight: 400;
  font-size: 1.1875em;
  line-height: 170%;
  color: #242424;
}

.m-screen__button {
  padding-bottom: 3.125em;
  width: 18.75em;
  position: relative;
  z-index: 2;
}

.m-screen__image {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  right: 0;
  width: 69.48%;
  z-index: 0;
}

.m-screen__image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.m-screen__circle {
  position: absolute;
  top: 45%;
  right: -34%;
  opacity: 0;
  transform: translate(30%, -50%) scale(0);
  width: 94%;
  border-radius: 50%;
  background: #FFD94D;
  transition: transform 1400ms ease-in-out, opacity 600ms ease;
}

.m-screen__circle[data-animated] {
  transform: translate(0, -50%) scale(1);
  opacity: 1;
}

.m-screen__circle::before {
  content: '';
  display: inline-block;
  padding-top: 100%;
}

.about {
  padding-top: 5em;
  padding-bottom: 1.25em;
}

.about__title {
  padding-bottom: 1em;
}

.about__row {
  display: flex;
  align-items: center;
}

.about__col:first-child {
  width: 53%;
  flex-shrink: 0;
  margin-right: 1.9375em;
}

.about__col:last-child {
  width: 100%;
  max-width: 38.5em;
}

.about__image {
  width: 100%;
  max-width: 42.875em;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.about__image::before {
  content: '';
  display: inline-block;
  padding-top: 100%;
}

.about__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.about__image img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.about__description {
  color: #595D62;
  padding-bottom: 3.5em;
  padding-left: 3.125em;
}

.about__description span {
  font-weight: 300;
  font-size: 1.25em;
  line-height: 150%;
}

.about__description--sm {
  display: none;
}

.about__list {
  position: relative;
}

.about__list-item {
  padding: 3.125em 0 1.75em 3.125em;
  position: relative;
}

.about__list-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8.75em;
  height: 8.75em;
  border-radius: 50%;
  background: #F0FAFF;
  z-index: 0;
}

.about__list-title {
  color: #242424;
  padding-bottom: 1em;
  position: relative;
  z-index: 1;
}

.about__list-title span {
  font-weight: 500;
  font-size: 1.75em;
  line-height: 125%;
  letter-spacing: -0.01em;
}

.about__list-text {
  color: #595D62;
  position: relative;
  z-index: 1;
}

.about__list-text span {
  font-weight: 400;
  font-size: 1.125em;
  line-height: 150%;
}

.services {
  padding-top: 10.625em;
  padding-bottom: 7.5em;
  position: relative;
  overflow: hidden;
}

.services--simple {
  padding: 5.625em 0 0 0;
}

.services__wrapper {
  position: relative;
}

.services__circle {
  content: '';
  position: absolute;
  top: -10.625em;
  right: calc(-11% - 7.5em);
  width: 59.12%;
  background: #F0FAFF;
  z-index: -1;
  border-radius: 50%;
  max-width: 1500px;
}

.services__circle::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.services__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5em;
}

.services__slider {
  margin-bottom: 3.75em;
}

.steps {
  padding: 7.5em 0;
  background: #F0FAFF;
  overflow: hidden;
}

.steps__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5em;
}

.faq-section {
  background: #fff;
  overflow: hidden;
}

.faq-section__header {
  padding-bottom: 3.75em;
}

.faq-section__wrapper {
  position: relative;
  padding: 7.5em 0;
}

.faq-section__list {
  width: 68.13%;
  position: relative;
  z-index: 2;
}

.faq-section__image {
  position: absolute;
  width: 50.9375em;
  height: 69.3125em;
  top: 0;
  right: -13.125em;
  z-index: 1;
}

.faq-section__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feedbacks {
  padding: 7.5em 0;
  background: #F0FAFF;
  overflow: hidden;
}

.feedbacks__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5em;
}

.contacts-section {
  position: relative;
  overflow: hidden;
  padding: 7.5em 0 5.625em 0;
}

.fade-in {
  opacity: 0;
  transition: opacity 900ms ease-in-out;
}

.fade-in.is-animated,
.fade-in[data-animated] {
  opacity: 1;
}

.fade-in-up {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 600ms ease-in-out, transform 600ms ease-in-out;
}

.fade-in-up.is-animated,
.fade-in-up[data-animated] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fade-in-right {
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  transition: opacity 600ms ease-in-out, transform 600ms ease-in-out;
}

.fade-in-right.is-animated,
.fade-in-right[data-animated] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fade-in-left {
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: opacity 600ms ease-in-out, transform 600ms ease-in-out;
}

.fade-in-left.is-animated,
.fade-in-left[data-animated] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.disable-animation {
  opacity: 1 !important;
  transform: none !important;
}

.full-up {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  transition: transform 600ms ease-in-out;
}

.full-up[data-animated] {
  transform: translate3d(0, 0, 0);
}

@keyframes fly {
  0% {
    transform: rotate(0deg) translate(100px) rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(-160deg) translate(100px) rotate(160deg) scale(1.4);
  }

  100% {
    transform: rotate(-360deg) translate(100px) rotate(360deg) scale(1);
  }
}

@media only screen and (min-width: 0px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xs-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-xs-1 {
    margin-left: 8.33333%;
  }

  .order-xs-1 {
    order: 1;
  }

  .col-xs-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-xs-2 {
    margin-left: 16.66667%;
  }

  .order-xs-2 {
    order: 2;
  }

  .col-xs-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .order-xs-3 {
    order: 3;
  }

  .col-xs-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-xs-4 {
    margin-left: 33.33333%;
  }

  .order-xs-4 {
    order: 4;
  }

  .col-xs-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-xs-5 {
    margin-left: 41.66667%;
  }

  .order-xs-5 {
    order: 5;
  }

  .col-xs-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .order-xs-6 {
    order: 6;
  }

  .col-xs-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-xs-7 {
    margin-left: 58.33333%;
  }

  .order-xs-7 {
    order: 7;
  }

  .col-xs-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-xs-8 {
    margin-left: 66.66667%;
  }

  .order-xs-8 {
    order: 8;
  }

  .col-xs-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .order-xs-9 {
    order: 9;
  }

  .col-xs-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-xs-10 {
    margin-left: 83.33333%;
  }

  .order-xs-10 {
    order: 10;
  }

  .col-xs-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-xs-11 {
    margin-left: 91.66667%;
  }

  .order-xs-11 {
    order: 11;
  }

  .col-xs-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-xs-12 {
    margin-left: 100%;
  }

  .order-xs-12 {
    order: 12;
  }
}

@media only screen and (min-width: 480px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .order-sm-1 {
    order: 1;
  }

  .col-sm-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .order-sm-2 {
    order: 2;
  }

  .col-sm-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .order-sm-3 {
    order: 3;
  }

  .col-sm-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .order-sm-4 {
    order: 4;
  }

  .col-sm-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .order-sm-5 {
    order: 5;
  }

  .col-sm-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .order-sm-6 {
    order: 6;
  }

  .col-sm-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .order-sm-7 {
    order: 7;
  }

  .col-sm-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .order-sm-8 {
    order: 8;
  }

  .col-sm-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .order-sm-9 {
    order: 9;
  }

  .col-sm-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .order-sm-10 {
    order: 10;
  }

  .col-sm-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .order-sm-11 {
    order: 11;
  }

  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-sm-12 {
    margin-left: 100%;
  }

  .order-sm-12 {
    order: 12;
  }
}

@media only screen and (min-width: 768px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .order-md-1 {
    order: 1;
  }

  .col-md-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .order-md-2 {
    order: 2;
  }

  .col-md-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .order-md-3 {
    order: 3;
  }

  .col-md-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .order-md-4 {
    order: 4;
  }

  .col-md-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .order-md-5 {
    order: 5;
  }

  .col-md-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .order-md-6 {
    order: 6;
  }

  .col-md-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .order-md-7 {
    order: 7;
  }

  .col-md-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .order-md-8 {
    order: 8;
  }

  .col-md-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .order-md-9 {
    order: 9;
  }

  .col-md-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .order-md-10 {
    order: 10;
  }

  .col-md-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .order-md-11 {
    order: 11;
  }

  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }

  .order-md-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1025px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .order-lg-1 {
    order: 1;
  }

  .col-lg-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .order-lg-2 {
    order: 2;
  }

  .col-lg-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .order-lg-3 {
    order: 3;
  }

  .col-lg-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .order-lg-4 {
    order: 4;
  }

  .col-lg-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .order-lg-5 {
    order: 5;
  }

  .col-lg-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .order-lg-6 {
    order: 6;
  }

  .col-lg-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .order-lg-7 {
    order: 7;
  }

  .col-lg-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .order-lg-8 {
    order: 8;
  }

  .col-lg-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .order-lg-9 {
    order: 9;
  }

  .col-lg-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .order-lg-10 {
    order: 10;
  }

  .col-lg-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .order-lg-11 {
    order: 11;
  }

  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-lg-12 {
    margin-left: 100%;
  }

  .order-lg-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1280px) {
  .header__menu {
    transform: translate(-50%, -50%) !important;
    opacity: 1 !important;
    display: block !important;
  }
}

@media only screen and (min-width: 1281px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .order-xl-1 {
    order: 1;
  }

  .col-xl-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .order-xl-2 {
    order: 2;
  }

  .col-xl-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .order-xl-3 {
    order: 3;
  }

  .col-xl-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .order-xl-4 {
    order: 4;
  }

  .col-xl-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .order-xl-5 {
    order: 5;
  }

  .col-xl-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .order-xl-6 {
    order: 6;
  }

  .col-xl-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .order-xl-7 {
    order: 7;
  }

  .col-xl-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .order-xl-8 {
    order: 8;
  }

  .col-xl-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .order-xl-9 {
    order: 9;
  }

  .col-xl-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .order-xl-10 {
    order: 10;
  }

  .col-xl-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .order-xl-11 {
    order: 11;
  }

  .col-xl-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-xl-12 {
    margin-left: 100%;
  }

  .order-xl-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1490px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xxl-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .order-xxl-1 {
    order: 1;
  }

  .col-xxl-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .order-xxl-2 {
    order: 2;
  }

  .col-xxl-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .order-xxl-3 {
    order: 3;
  }

  .col-xxl-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .order-xxl-4 {
    order: 4;
  }

  .col-xxl-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .order-xxl-5 {
    order: 5;
  }

  .col-xxl-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .order-xxl-6 {
    order: 6;
  }

  .col-xxl-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .order-xxl-7 {
    order: 7;
  }

  .col-xxl-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .order-xxl-8 {
    order: 8;
  }

  .col-xxl-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .order-xxl-9 {
    order: 9;
  }

  .col-xxl-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .order-xxl-10 {
    order: 10;
  }

  .col-xxl-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }

  .order-xxl-11 {
    order: 11;
  }

  .col-xxl-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-xxl-12 {
    margin-left: 100%;
  }

  .order-xxl-12 {
    order: 12;
  }
}

@media only screen and (max-width: 1801px) {
  .about__description span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1700px) {
  .header .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1600px) {
  .error-msg {
    padding-top: 8px;
    font-size: 14px;
  }

  .input__label {
    font-size: 16px;
    transform: translateY(18px);
  }

  .input__field {
    height: 62px;
    line-height: 62px;
    font-size: 24px;
  }

  .contacts__location {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1582px) {
  .f-slider__description {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1560px) {
  .contacts__location-text span {
    font-size: 13px;
  }

  .contacts__location a span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1534px) {
  .m-screen__description {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1495px) {
  .about__list-text span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1494px) {
  .faq__content span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1477px) {
  .services-slider__badge-text {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1439px) {
  .header__logo {
    margin-right: 32px;
  }
}

@media only screen and (max-width: 1409px) {
  .services-slider__button span {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1366px) {
  .btn--md span {
    font-size: 11px;
  }

  .f-plate {
    padding: 16px 22px 16px 92px;
    width: 519px;
  }

  .f-plate__image {
    width: 71px;
    height: 71px;
  }

  .f-plate__text span:not(.blue) {
    font-size: 13px;
  }

  .f-plate__text {
    padding-right: 16px;
  }

  .f-plate__btn {
    width: 142px;
    height: 40px;
  }
}

@media only screen and (max-width: 1357px) {
  .services-slider__list-item span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1312px) {
  .text-slider__item {
    padding-bottom: 10px;
    min-height: 85px;
  }

  .text-slider__icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .text-slider__text {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1310px) {
  .faq__header span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1305px) {
  .about__list-title span {
    font-size: 19px;
  }
}

@media only screen and (max-width: 1280px) {
  .services-slider__title span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1279px) {
  .header.collapsed .header__menu {
    top: 4.25em;
    height: calc(100% - 4.25em);
  }

  .header__wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .header__logo {
    width: 9.8125em;
    height: 2.375em;
    position: absolute;
    top: calc(50% - 0.25em);
    left: 50%;
    transform: translate(-50%, -50%);
    margin-right: 0;
  }

  .header__lang-switcher {
    display: none;
    position: absolute;
    bottom: 3em;
    left: 50%;
    transform: translateX(-50%);
  }

  .header__lang-switcher--sm {
    display: flex;
  }

  .header__menu {
    position: fixed;
    top: 6em;
    left: 0;
    width: 100%;
    height: calc(100% - 6em);
    transform: translate(0, 0);
    background: #fff;
    overflow-y: auto;
    display: none;
  }

  .header__menu-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 3.75em 2.5em 10.625em 2.5em;
    overflow: hidden;
  }

  .header__list {
    flex-direction: column;
  }

  .header__link span {
    font-size: 1.75em;
    line-height: 114%;
  }

  .header__link {
    padding: 1.75em;
  }

  .header__burger {
    display: flex;
  }
}

@media only screen and (max-width: 1024px) {
  .hide-md {
    display: none !important;
  }

  .show-md {
    display: block !important;
  }

  .hide-only-md {
    display: none;
  }

  h2 {
    font-size: 36px;
  }

  .inner {
    padding: 124px 0 80px 0;
  }

  .inner__header {
    padding-bottom: 32px;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .inner__title {
    font-size: 44px;
  }

  .btn {
    height: 48px;
    border-radius: 45px;
    padding: 0 20px;
  }

  .btn span {
    font-size: 14px;
    line-height: 24px;
  }

  .btn.is-loading {
    width: 48px;
  }

  .btn.is-loading::before {
    width: 24px;
    height: 24px;
  }

  .btn--md {
    height: 48px;
    padding: 0 18px;
  }

  .btn--md span {
    font-size: 14px;
    line-height: 22px;
  }

  .selectize-input {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }

  .selectize-dropdown .option {
    font-size: 12px;
    line-height: 16px;
  }

  .modal__wrapper {
    padding: 0 40px;
  }

  .modal__close span {
    font-size: 16px;
  }

  .modal__close {
    top: 24px;
    right: 24px;
  }

  .modal__close svg {
    width: 40px;
    height: 40px;
    margin-left: 12px;
  }

  .modal__content {
    max-width: 391px;
    padding: 80px 0;
  }

  .modal__circle--yellow {
    width: 600px;
    top: -434px;
    left: -267px;
  }

  .modal__circle--blue {
    width: 667px;
    bottom: -488px;
    right: -359px;
  }

  .modal__title span {
    font-size: 32px;
  }

  .modal__title {
    max-width: none;
    margin-bottom: 50px;
  }

  .modal__title--sm {
    margin-bottom: 12px;
  }

  .modal__form-field {
    padding-bottom: 3.125em;
  }

  .modal__submit {
    width: 100%;
    display: flex;
    justify-content: center;
  }

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

  .modal__text {
    padding-bottom: 40px;
  }

  .modal__backlink {
    width: 218px;
  }

  .modal__icon {
    width: 88px;
    height: 88px;
    margin-bottom: 24px;
  }

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

  .file__label {
    padding: 16px 24px;
  }

  .file__icon {
    margin-right: 12px;
  }

  .file__caption {
    margin-right: 16px;
  }

  .file__text {
    font-size: 13px;
  }

  .file__button {
    width: 120px;
  }

  .textarea--sm .textarea__field {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 140%;
  }

  .textarea--sm .textarea__field::placeholder {
    font-size: 14px;
  }

  .textarea__label {
    font-size: 15px;
  }

  .textarea__field {
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
  }

  .swiper-navigation__btn {
    width: 48px;
    height: 48px;
  }

  .swiper-navigation__btn--prev {
    margin-right: 16px;
  }

  .swiper-navigation svg {
    width: 24px;
    height: 24px;
  }

  .text-slider__item {
    min-height: calc(18px * 3 + 10px);
    padding-bottom: 10px;
  }

  .text-slider__wrapper {
    flex-direction: row-reverse;
  }

  .text-slider__icon {
    width: 28px;
    height: 28px;
    margin-right: 0;
    margin-left: 12px;
  }

  .text-slider__text {
    font-size: 15px;
    line-height: 18px;
    text-align: right;
  }

  .text-slider .swiper-pagination-bullets,
  .text-slider .swiper-pagination-horizontal.swiper-pagination-bullets {
    text-align: right;
    padding: 0 0 0 0;
  }

  .text-slider .swiper-pagination-bullets .swiper-pagination-bullet,
  .text-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px !important;
  }

  .services-slider__item {
    width: 260px !important;
    padding: 24px 28px;
    border-radius: 24px;
  }

  .services-slider__title span {
    font-size: 20px;
  }

  .services-slider__title {
    margin-bottom: 18px;
  }

  .services-slider__badge {
    border-radius: 12px;
    padding: 6px;
    top: 16px;
    right: 16px;
  }

  .services-slider__badge-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
  }

  .services-slider__badge-text {
    font-size: 12px;
  }

  .services-slider__img {
    max-width: 100px;
    margin-bottom: 18px;
  }

  .services-slider__list {
    margin-bottom: 18px;
  }

  .services-slider__list-item span {
    font-size: 13px;
  }

  .services-slider__list-item {
    margin-bottom: 4px;
  }

  .services-slider__button span {
    font-size: 13px;
  }

  .services-slider__button {
    height: 48px;
  }

  .services-slider__price-main {
    font-size: 28px;
  }

  .services-slider__price-currency {
    font-size: 20px;
  }

  .services-slider__price--old {
    font-size: 15px;
  }

  .more-link {
    padding: 15px 13px 15px 0;
  }

  .more-link__text span {
    font-size: 16px;
  }

  .more-link__text {
    margin-right: 10px;
  }

  .more-link__icon {
    width: 18px;
    height: 18px;
  }

  .more-link__icon::before {
    width: 48px;
    height: 48px;
  }

  .banner__wrapper {
    padding: 48px 0;
  }

  .banner__image {
    width: 64%;
    left: -107px;
    min-height: 120%;
    max-width: 550px;
  }

  .banner__caption {
    margin-left: 56%;
    max-width: none;
  }

  .banner__top-text span {
    font-size: 16px;
  }

  .banner__top-text {
    padding-bottom: 6px;
  }

  .banner__title span {
    font-size: 28px;
  }

  .banner__title {
    padding-bottom: 24px;
  }

  .banner__text span {
    font-size: 15px;
  }

  .banner__text {
    padding-bottom: 20px;
  }

  .banner__list {
    padding-bottom: 32px;
  }

  .banner__item span {
    font-size: 15px;
  }

  .banner__item {
    margin-bottom: 6px;
    padding-left: 24px;
  }

  .banner__item::before {
    width: 8px;
    height: 8px;
  }

  .steps-slider::before {
    top: 100px;
  }

  .steps-slider__container {
    padding: 0;
  }

  .steps-slider__item {
    width: 247px !important;
  }

  .steps-slider__header {
    padding-bottom: 40px;
  }

  .steps-slider__image {
    width: 200px;
    height: 200px;
  }

  .steps-slider__badge span {
    font-size: 20px;
  }

  .steps-slider__badge {
    width: 56px;
    height: 56px;
  }

  .steps-slider__title span {
    font-size: 26px;
  }

  .steps-slider__title {
    max-width: 230px;
    padding-bottom: 20px;
  }

  .steps-slider__description {
    font-size: 16px;
  }

  .faq__item {
    padding: 16px 50px;
    margin-bottom: 10px;
    border-radius: 12px;
  }

  .faq__header span {
    font-size: 15px;
  }

  .faq__header::before {
    width: 24px;
    height: 24px;
    left: -38px;
  }

  .faq__header::after {
    width: 24px;
    height: 24px;
    right: -38px;
  }

  .faq__content span {
    font-size: 14px;
    line-height: 140%;
  }

  .faq__content {
    padding-top: 16px;
    margin-left: -26px;
  }

  .f-slider__item {
    width: 311px !important;
    padding: 32px;
  }

  .f-slider__header {
    flex-direction: column;
    padding-bottom: 8px;
  }

  .f-slider__img {
    width: 70px;
    height: 70px;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .f-slider__name {
    font-size: 20px;
  }

  .f-slider__icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -8px;
    right: -8px;
    margin-top: 0;
  }

  .f-slider__description {
    font-size: 14px;
    text-align: center;
  }

  .contacts__info {
    width: 50%;
    margin-right: 43px;
  }

  .contacts__header {
    padding-bottom: 60px;
  }

  .contacts__item {
    padding-bottom: 32px;
  }

  .contacts__icon {
    width: 52px;
    height: 52px;
    margin-right: 18px;
  }

  .contacts__icon img {
    width: 32px;
    height: 32px;
  }

  .contacts__caption {
    max-width: 350px;
  }

  .contacts__title span {
    font-size: 20px;
  }

  .contacts__title {
    padding-bottom: 8px;
  }

  .contacts__phone {
    font-size: 24px;
  }

  .contacts__mail {
    font-size: 16px;
  }

  .contacts__text {
    font-size: 16px;
  }

  .contacts__location {
    margin-top: 8px;
  }

  .contacts__location-text span {
    font-size: 16px;
  }

  .contacts__location-text {
    padding-right: 0;
    padding-bottom: 12px;
  }

  .contacts__location a span {
    font-size: 14px;
  }

  .contacts__location a svg {
    width: 16px;
    height: 16px;
    margin-left: 12px;
  }

  .contacts__image {
    margin-right: -40px;
    border-radius: 20px 0 0 20px;
  }

  .contacts__image::before {
    padding-top: 150%;
  }

  .develop__icons {
    margin: 0 6px;
    width: 32px;
    height: 32px;
  }

  .develop__icon {
    width: 24px;
    height: 24px;
  }

  .develop__icon--satellite::before {
    width: 3px;
    height: 3px;
    top: 3px;
    left: 3px;
  }

  .develop__text span {
    font-size: 15px;
  }

  .develop__text strong {
    font-size: 16px;
  }

  .s-list {
    padding: 0;
  }

  .s-list__item {
    flex-direction: column;
    padding-left: 160px;
    padding-bottom: 50px;
  }

  .s-list__visual {
    width: 100%;
  }

  .s-list__title span {
    font-size: 24px;
  }

  .s-list__title {
    padding-bottom: 32px;
    font-size: 24px;
  }

  .s-list__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
  }

  .s-list__row {
    padding: 14px 16px;
  }

  .s-list__value {
    font-size: 16px;
  }

  .f-plate {
    padding: 10px 12px 10px 84px;
    width: 414px;
    bottom: 16px;
    border-radius: 70px;
  }

  .f-plate__image {
    width: 64px;
    height: 64px;
  }

  .f-plate__text span:not(.blue) {
    font-size: 14px;
    line-height: 130%;
  }

  .f-plate__text {
    padding-right: 16px;
  }

  .f-plate__btn {
    width: 160px;
  }

  .f-plate__btn .btn--md {
    height: 44px;
  }

  .f-plate__btn .btn--md span {
    font-size: 12px;
    white-space: nowrap;
  }

  .header .container {
    padding: 0 24px;
  }

  .header.collapsed .header__menu {
    top: 68px;
    height: calc(100% - 68px);
  }

  .header__wrapper {
    padding: 32px 0;
  }

  .header__logo {
    width: 157px;
    height: 38px;
    top: calc(50% - 4px);
  }

  .header__lang-switcher {
    bottom: 48px;
  }

  .header__lang {
    margin-right: 4px;
    height: 44px;
    padding: 0 20px;
    border-radius: 40px;
    min-width: auto;
  }

  .header__menu {
    top: 96px;
    height: calc(100% - 96px);
  }

  .header__menu-wrapper {
    padding: 60px 40px 170px 40px;
  }

  .header__link span {
    font-size: 28px;
    line-height: 32px;
  }

  .header__link {
    padding: 28px;
  }

  .header__phone span {
    font-size: 14px;
    display: none;
  }

  .header__phone {
    padding: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    background: #F2F6FC;
    position: relative;
  }

  .header__phone::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    background: url("../img/header/phone.svg") 50% 50% no-repeat;
    background-size: contain;
    opacity: 1;
    transition: opacity 300ms ease;
  }

  .header__phone::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    background: url("../img/header/phone-light.svg") 50% 50% no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 300ms ease;
  }

  body:not(.mobile) .header__phone:hover::before {
    opacity: 0;
  }

  body:not(.mobile) .header__phone:hover::after {
    opacity: 1;
  }

  .header__burger {
    width: 28px;
    height: 28px;
    padding: 2px;
  }

  .header__burger span {
    height: 2px;
    margin-bottom: 6px;
  }

  .header__burger.active span:first-child {
    transform: rotate(45deg) translate(3px, 3px);
  }

  .header__burger.active span:last-child {
    transform: rotate(-45deg) translate(3px, -3px);
  }

  .footer__wrapper {
    padding: 40px 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer__copy {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .footer__socials {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .footer__social {
    margin: 0 6px;
    width: 40px;
    height: 40px;
  }

  .footer__develop {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .m-screen {
    padding: 166px 0 80px 0;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 0;
  }

  .m-screen__wrapper {
    padding: 0;
  }

  .m-screen__caption {
    display: flex;
    flex-direction: column;
    max-width: none;
    padding: 0 20px;
    position: relative;
  }

  .m-screen__header {
    order: 2;
    padding-bottom: 40px;
    width: 100%;
    max-width: 379px;
  }

  .m-screen__title {
    padding-bottom: 20px;
  }

  .m-screen__title h1 {
    font-size: 44px;
    line-height: 125%;
  }

  .m-screen__description {
    font-size: 14px;
    line-height: 160%;
  }

  .m-screen__button {
    order: 3;
    width: 250px;
    padding-bottom: 0;
  }

  .m-screen__image {
    position: relative;
    top: auto;
    transform: none;
    width: auto;
    order: 1;
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: 24px;
  }

  .m-screen__circle {
    top: 54%;
    right: -15%;
    transform: translate(30%, -50%) scale(0);
    width: 85%;
  }

  .m-screen__circle[data-animated] {
    transform: translate(0, -50%) scale(1);
    opacity: 1;
  }

  .m-screen__slider {
    order: 4;
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 3;
    width: 200px;
  }

  .about {
    padding-bottom: 49px;
    padding-top: 80px;
  }

  .about__title {
    padding-bottom: 60px;
  }

  .about__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .about__col:first-child {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    padding-bottom: 53px;
  }

  .about__col:last-child {
    max-width: none;
  }

  .about__image {
    width: 44.34%;
    margin-right: 50px;
    max-width: none;
  }

  .about__description span {
    font-size: 14px;
    line-height: 140%;
  }

  .about__description {
    display: none;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 40px;
  }

  .about__description--sm {
    display: block;
  }

  .about__list {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
  }

  .about__list-item {
    padding: 24px 5px 0 29px;
    width: calc(100% / 3);
  }

  .about__list-item::before {
    left: 5px;
    width: 100px;
    height: 100px;
  }

  .about__list-title span {
    font-size: 20px;
  }

  .about__list-title {
    padding-bottom: 16px;
    width: 100%;
    max-width: 180px;
  }

  .about__list-text span {
    font-size: 14px;
    line-height: 140%;
  }

  .services {
    padding-top: 71px;
    padding-bottom: 138px;
  }

  .services--simple {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .services__circle {
    width: 820px;
    right: -390px;
    top: -71px;
  }

  .services__header {
    padding-bottom: 60px;
  }

  .services__slider {
    margin-bottom: 60px;
  }

  .steps {
    padding: 120px 0;
  }

  .steps__header {
    padding-bottom: 60px;
  }

  .faq-section__header {
    padding-bottom: 60px;
  }

  .faq-section__wrapper {
    padding: 80px 0;
  }

  .faq-section__list {
    width: 74.27%;
  }

  .faq-section__image {
    width: 505px;
    height: 674px;
    right: -127px;
  }

  .feedbacks {
    padding: 120px 0;
  }

  .feedbacks__header {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .hide-only-md {
    display: block;
  }

  .show-sm {
    display: block;
  }

  .hide-sm {
    display: none !important;
  }

  .hide-fl-sm {
    display: none !important;
  }

  .sm-column-reverse {
    flex-direction: column-reverse;
  }

  .container {
    padding: 0 16px;
  }

  h2 {
    font-size: 30px;
  }

  .inner {
    padding: 104px 0 60px 0;
  }

  .inner__header {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .inner__title {
    font-size: 36px;
  }

  .modal__circle--yellow {
    top: -470px;
    left: -343px;
  }

  .modal__circle--blue {
    bottom: -537px;
    right: -429px;
  }

  .tippy-box {
    width: 320px;
    max-width: 320px !important;
  }

  .swiper-btn {
    display: flex;
  }

  .file__label {
    flex-wrap: wrap;
    padding: 16px 24px 20px 24px;
  }

  .file__caption {
    margin: 0;
    width: calc(100% - 36px);
  }

  .file__button {
    width: 100%;
    margin-top: 16px;
  }

  .text-slider__item {
    min-height: calc(18px * 3 + 20px);
    padding-bottom: 20px;
  }

  .text-slider__wrapper {
    flex-direction: row;
    justify-content: center;
  }

  .text-slider__icon {
    margin-right: 12px;
    margin-left: 0;
  }

  .text-slider__text {
    text-align: center;
  }

  .text-slider .swiper-pagination-bullets,
  .text-slider .swiper-pagination-horizontal.swiper-pagination-bullets {
    text-align: center;
    padding: 0 0 0 0;
  }

  .banner__image {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    max-width: none;
    width: auto;
    margin-left: -77px;
    margin-right: -77px;
    margin-top: -63%;
    margin-bottom: 24px;
  }

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

  .banner__caption {
    margin-left: 0;
    padding: 0 16px;
  }

  .banner__btn {
    min-width: auto;
    width: 100%;
  }

  .steps-slider__item {
    width: 247px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .steps-slider__badge {
    opacity: 0;
  }

  .steps-slider__title {
    opacity: 0;
  }

  .steps-slider__description {
    opacity: 0;
  }

  .f-slider {
    padding: 0 16px;
  }

  .f-slider__item {
    width: 100% !important;
  }

  .contacts {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .contacts__info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 70px;
  }

  .contacts__caption {
    max-width: none;
  }

  .contacts__image {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }

  .contacts__image::before {
    padding-top: 74.77%;
  }

  .s-list__item {
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }

  .s-list__visual {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .s-list__image {
    position: relative;
    margin-bottom: 32px;
  }

  .f-plate {
    width: auto;
  }

  .f-plate__text {
    display: none;
  }

  .f-plate__btn {
    width: auto;
  }

  .header .container {
    padding: 0 16px;
  }

  .header__wrapper {
    padding: 24px 0;
  }

  .header__menu-wrapper {
    padding: 40px 32px 130px 32px;
  }

  .header__menu-wrapper::before {
    width: 481px;
    height: 481px;
    left: -209px;
    bottom: -218px;
  }

  .header__link {
    font-size: 26px;
    line-height: 20px;
  }

  .footer__wrapper {
    align-items: center;
    text-align: center;
  }

  .footer__copy {
    padding-bottom: 24px;
  }

  .footer__socials {
    margin-bottom: 40px;
  }

  .footer__develop {
    position: relative;
    top: auto;
    transform: none;
  }

  .m-screen {
    padding: 104px 0 0 0;
    border-bottom: none;
    margin-bottom: 0;
    overflow: hidden;
  }

  .m-screen__caption {
    padding: 0 16px;
  }

  .m-screen__header {
    order: 1;
    padding-bottom: 55px;
  }

  .m-screen__title h1 {
    font-size: 36px;
  }

  .m-screen__button {
    width: 100%;
    margin-bottom: 24px;
  }

  .m-screen__image {
    order: 2;
    margin-bottom: 32px;
    margin-left: -48px;
    margin-right: -48px;
  }

  .m-screen__circle {
    top: 54%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 80%;
    transition: transform 900ms ease-in-out, opacity 600ms ease;
  }

  .m-screen__circle[data-animated] {
    transform: translate(-50%, -50%) scale(1);
  }

  .m-screen__slider {
    position: relative;
    right: auto;
    width: 100%;
  }

  .about {
    padding: 80px 16px 100px 16px;
  }

  .about__title {
    padding-bottom: 24px;
  }

  .about__col:first-child {
    flex-direction: column-reverse;
    padding-bottom: 28px;
  }

  .about__image {
    width: 82%;
    margin-right: 0;
  }

  .about__description {
    padding-right: 0;
    padding-bottom: 32px;
  }

  .about__list {
    flex-direction: column;
    margin: 0;
  }

  .about__list-item {
    width: 100%;
    padding: 24px 0 16px 2px;
  }

  .about__list-item::before {
    left: -24px;
  }

  .about__list-title {
    max-width: none;
  }

  .services {
    padding-top: 0;
  }

  .services--simple {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .services__circle {
    width: 735px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
  }

  .services__header {
    text-align: center;
    justify-content: center;
  }

  .services__controlls {
    display: none;
  }

  .services__slider {
    margin-bottom: 24px;
  }

  .services__more-link {
    display: flex;
    justify-content: center;
  }

  .steps {
    padding: 100px 0;
  }

  .steps__header {
    text-align: center;
    justify-content: center;
  }

  .steps__controlls {
    display: none;
  }

  .faq-section__header {
    text-align: center;
    padding-bottom: 40px;
  }

  .faq-section__wrapper {
    padding: 0 0 60px 0;
  }

  .faq-section__list {
    width: 100%;
  }

  .faq-section__image {
    position: relative;
    right: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 18px;
  }

  .faq-section__image img {
    width: 127%;
    position: relative;
    left: -96px;
    margin-top: -90px;
  }

  .feedbacks {
    padding: 100px 0;
  }

  .feedbacks__header {
    text-align: center;
    justify-content: center;
  }

  .feedbacks__controlls {
    display: none;
  }

  .contacts-section {
    padding: 100px 0 0 0;
  }
}
/*# sourceMappingURL=maps/main.css.map */
