

/* Start:/css/main.css?1750957731114138*/
@charset "UTF-8";

/*! 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;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
 


@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;
}

:root {
  --swiper-theme-color: #007aff;
}

h2 .blue {
color: #007aff;
}

h2 .red {
color: #D80C1E;
}

 #FORM_SHORT {
  max-width: 420px;
 }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

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

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

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

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

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  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));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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-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-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.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-button-next,
.swiper-button-prev {
  position: absolute;
  top: 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-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

.swiper-button-next:after,
.swiper-button-prev: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: 10px;
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s 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;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.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: 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-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

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

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: 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: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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 > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .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 .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-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  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;
}

img[data-action=lumos] {
  cursor: zoom-in;
}

div#lumos-container {
  transition: all 250ms ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: scale(0);
  opacity: 0;
  cursor: zoom-out;
}

div#lumos-container.visible {
  animation-name: animate-in;
  animation-duration: 250ms;
  animation-fill-mode: forwards;
}

div#lumos-container.hidden {
  animation: animate-out;
  animation-duration: 250ms;
  animation-fill-mode: forwards;
}

img#lumos-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@keyframes animate-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  1% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes animate-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  99% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

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

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

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

@font-face {
  font-family: "Grava Display";
  src: url("/css/../fonts/GravaDisplay-Roman.woff2") format("woff2"), url("/css/../fonts/GravaDisplay-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Grava";
}

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

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  text-decoration: none;
}

li {
  list-style: none;
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

.thanks {
max-width: 1170px;
margin: 0 auto;
}

.thanks__title {
color: #fff;
font-family: "Grava";
font-style: normal;
font-weight: 600;
}

.thanks__text {
font-size: 18px;
color: #fff;
font-family: "Grava";
font-style: normal;
}

.wrapper {
max-width: 1170px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}

.breadcrumb {
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
color: rgba(255,255,255,0.64);
}

.breadcrumb a {
color: rgba(255,255,255,0.64);
margin-right: 5px;
}

.page-title {
font-size: 36px;
color: #fff;
}

.hero {
  padding: 14px 0 116px 0;
  background: linear-gradient(134.79deg, rgba(10, 122, 204, 0.7) 0%, rgba(45, 155, 236, 0.7) 99.63%);
}

.hero__wrapper {
  max-width: 1238px;
  margin: 0 auto;
}

.hero__container {
  max-width: 1170px;
  margin: 0 auto;
}

.hero__container_p .breadcrumb {
margin-bottom: 20px;
}

.hero__menu-wrap {
height: 162px;
}

.hero__menu_fix {
position: fixed;
top:15px;
width: 100%;
max-width: 1240px;
z-index: 3;
background: rgba(255,255,255,0.8);
}

.hero__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 8px 0px 20px rgba(117, 115, 111, 0.5);
  border-radius: 24px;
  padding: 14px 33px;
}

.hero__logo {
  max-width: 178px;
  max-height: 42px;
}

.hero__logo a {
  display: block;
  width: 100%;
  height: 42px;
}

.hero__logo img {
  max-width: 100%;
  max-height: 42px;
}

.hero__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 477px;
}

.hero__link a {
  font-family: "Grava";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #191919;
  white-space: nowrap;
}

.hero__link {
position: relative;
height: 50px;
display: flex;
align-items: center;
}

.hero__link-inner {
position: absolute;
background: #fff;
box-shadow: 8px 0px 20px rgba(117, 115, 111, 0.5);
border-radius: 24px;
padding: 25px 28px 14px 28px;
min-width: 300px;
top:45px;
display: none;
z-index: 3;
}

.hero__link:hover .hero__link-inner {
display: block;
}

.hero__link_child-icon {
margin-left: 3px;
}

.hero__link-inner-item {
display: block;
margin-bottom: 12px;
line-height: 1.2;
}

.hero__link a:hover {
  opacity: 0.7;
}

.mobile-menu__link-inner {
    display: none;
    margin-top: 5px;
}

.mobile-menu__link-inner_active {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobile-menu__link-inner_active a {
font-size: 18px;
font-weight: 500;
}

.hero__phone a {
  font-family: "Grava";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.6px;
  color: #191919;
}

.hero__phone a:hover {
  opacity: 0.7;
}

.hero__subtel {
  margin-top: -5px;
  display: block;
  border: none;
  width: 100%;
  background-color: transparent;
  outline: none;
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #D80C1E;
  text-align: right;
  cursor: pointer;
}

.hero__socials {
display: flex;
align-content: center;
align-items: center;
flex-wrap: wrap;
}

.hero__socials-item {
margin-left: 10px;
}

.mobile__socials {
width: 80px;
padding: 10px;
box-shadow: 8px 0px 20px rgb(117 115 111 / 50%);
border-radius: 24px 0 0 24px;
position: fixed;
bottom: 15px;
right: 0;
z-index: 66;
background: #D80C1E;
text-align: center;
}

.mobile__socials-title {
color: #fff;
font-size: 10px;
margin-bottom: 15px;
}

.mobile__socials .hero__socials-item {
margin-left: 0;
}

.mobile__socials .hero__socials-item-icon {
width: 40px;
}

.hero .burger {
  display: none;
}

.hero__main {
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
  align-items: center;
  margin: 0 auto;
}

.hero__pic {
display: flex;
justify-content: center;
width: 50%;
}

@media (max-width:1024px) {

.hero__pic {
width: 100%;
}

}

.hero__pic-src {
max-width: 90%;
margin: 4rem 0;
}

.hero__title {
  font-family: "Grava";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #fff;
  max-width: 425px;
  margin-bottom: 25px;
}

.hero__subtitle {
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.64);
  max-width: 387px;
  margin-bottom: 8px;
}

.hero__subtitle:nth-child(3) {
  max-width: 309px;
  margin-bottom: 25px;
}

.hero__button {
  padding: 21px 52px 21px 52px;
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 9px;
  transition: all 0.5s;
  cursor: pointer;
  display: inline-block;
}

.hero__button:hover {
  color: #191919;
  background: #fff;
  border: 1px solid #fff;
}

.hero__form {
  display: flex;
  flex-direction: column;
  background: #F5F4F2;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  max-width: 394px;
  min-height: 470px;
}

.hero__rev {
background: #FFFFFF;
border-radius: 24px;
padding: 17px 20px 20px 20px;
margin-bottom: 6px;
}

.hero__rev textarea {
background: transparent;
font-family: "Roboto" !important;
font-style: normal;
font-weight: 400;
font-size: 16px !important;
line-height: 19px !important;
color: #151515;
mix-blend-mode: normal;
opacity: 0.6;
border: none;
border-bottom: 1px solid #D1D1CF;
width: 100%;
height: 50px;
padding-bottom: 7px;
outline: none;
border-radius: 24px !important;
}

.hero__adress {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 17px 20px 20px 53px;
  margin-bottom: 6px;
}

.hero__adress_a {
  position: relative;
}

.hero__adress_a input {
  background: transparent;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #151515;
  mix-blend-mode: normal;
  opacity: 0.6;
  border: none;
  border-bottom: 1px solid #D1D1CF;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 21px !important;
  outline: none;
}

.hero__adress_a:before {
  content: "А";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -33px;
  background: #fff;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #D80C1E;
  border: 1px solid #D80C1E;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__adress_b {
  position: relative;
}

.hero__adress_b input {
  background: transparent;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #151515;
  opacity: 0.6;
  border: none;
  border-bottom: 1px solid #D1D1CF;
  width: 100%;
  padding-bottom: 7px;
  outline: none;
}

.hero__adress_b::before {
  content: "B";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -33px;
  background: #fff;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #D80C1E;
  border: 1px solid #D80C1E;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__car {
  background: #fff;
  border-radius: 24px;
  padding: 20px 23px 20px 20px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero__cars {
  width: 84px;
  height: 90px;
  border-radius: 12px;
}

.hero__car input[type=radio] {
  display: none;
}

.hero__car input[type=radio]:checked + label .hero__radio {
  background: #F5F4F2;
}

.hero__car input[type=radio]:checked + label .hero__weight {
  opacity: 1;
}

.hero__radio {
  padding: 9px 3px 9px 9px;
  cursor: pointer;
  border-radius: 12px;
}

.hero__radio svg {
  width: 44px;
  height: 30px;
}

.hero__radio svg use {
  width: 100%;
  height: 100%;
}

.hero__weight {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #191919;
  opacity: 0.64;
}

.hero__price {
  font-family: "Grava";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #191919;
}

.hero__contats {
  padding: 18px 20px 20px 53px;
  margin-bottom: 6px;
  background: #fff;
  border-radius: 24px;
}

.hero__name {
  position: relative;
}

.hero__name input {
  background: transparent;
  font-family: "Roboto" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #151515;
  mix-blend-mode: normal;
  opacity: 0.6;
  border: none;
  border-bottom: 1px solid #D1D1CF;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 21px !important;
  outline: none;
}

.hero__name:before {
  content: "";
  background-image: url("/css/../img/sprites/hero-user.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: -28px;
}

.hero__telphone {
  position: relative;
}

.hero__telphone input {
  background: transparent;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #151515;
  mix-blend-mode: normal;
  opacity: 0.6;
  border: none;
  border-bottom: 1px solid #D1D1CF;
  width: 100%;
  padding-bottom: 7px;
  outline: none;
}

.hero__telphone:before {
  content: "";
  background-image: url("/css/../img/sprites/hero-telephone.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -29px;
}

.hero__submit {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 24px;
}

.button {
font-family: "Grava Display";
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: #fff;
background: #D80C1E;
border-radius: 9px;
width: 354px;
height: 57px;
outline: none;
border: none;
cursor: pointer;
transition: all 0.3s;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
}

.hero__submit button {
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #D80C1E;
  border-radius: 9px;
  width: 354px;
  height: 57px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.hero__submit button:hover {
  opacity: 0.7;
}

.hero__submit button span {
  display: block;
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
}

.cta-banner {
display: flex;
background: linear-gradient(134.79deg, rgba(10, 122, 204, 0.7) 0%, rgba(45, 155, 236, 0.7) 99.63%);
border-radius: 24px;
max-width: 1170px;
margin: 0 auto;
padding: 30px 50px;
margin-top: 70px;
align-items: center;
align-content: center;
}

.cta-banner__pic {
width: 30%;
}

.cta-banner__pic-src {
max-width: 100%;
width: 100%;
}

.cta-banner__text {
width: 50%;
margin-left: 20%;
color: #fff;
}

.cta-banner__text-logo {
max-height: 42px;
}

.cta-banner__text-title {
font-size: 36px;
margin-top: 25px;
margin-bottom: 25px;
}

.cta-banner__text-val {
font-size: 16px;
margin-bottom: 20px;
}

.cta-banner-button {
font-family: "Grava Display";
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: #fff;
background: #D80C1E;
border-radius: 9px;
height: 57px;
outline: none;
border: none;
cursor: pointer;
transition: all 0.3s;
height: 57px;
display: inline-flex;
align-items: center;
align-content: center;
justify-content: center;
padding: 0 40px;
}

.comfort {
  background-color: #fff;
  padding: 100px 0 158px 0;
}

.comfort_alt {
background: #F6F5FC;
}

.comfort__container {
  max-width: 1170px;
  margin: 0 auto;
}

.comfort__title {
  font-family: "Grava";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #191919;
  margin-bottom: 51px;
}

.comfort__stitle {
font-family: "Grava";
font-style: normal;
font-weight: 700;
font-size: 18px;
margin-top: -40px;
margin-bottom: 40px;
}

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

.comfort__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(33.33% - 30px);
  margin-right: 30px;
}

.comfort__block:nth-child(-n+3) {
  margin-bottom: 60px;
}

.comfort__svg {
  width: 45px;
  margin-bottom: 20px;
}

.comfort img {
max-width: 45px;
margin-bottom: 20px;
}

.comfort__text, .comfort__block h1, .comfort__block h2, .comfort__block h3 {
  font-family: "Grava";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #191919;
  margin-bottom: 9px;
}

.comfort__descr {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #191919;
}

.comfort__descr span {
  color: #D80C1E;
}

.quiz {
  background: #F6F5FC;
  padding: 90px 0 145px 0;
}

.quiz__container {
  max-width: 760px;
  margin: 0 auto;
}

.quiz__title {
  font-family: "Grava";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
  color: #191919;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
  max-width: 434px;
}

.quiz__subtitle {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #191919;
  mix-blend-mode: normal;
  opacity: 0.64;
  max-width: 434px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.quiz__form {
  background: #FFFFFF;
  box-shadow: 8px 0px 20px rgba(117, 115, 111, 0.5);
  border-radius: 24px;
  max-width: 100%;
  margin: 0 auto;
  padding: 58px 50px 50px 50px;
}

.quiz__package {
  font-family: "Grava";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #191919;
  margin-bottom: 25px;
}

.quiz__package form {
  display: flex;
  flex-direction: column;
}

.quiz__flex {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.quiz__flex:not(:last-child) {
  margin-bottom: 17px;
}

.quiz__checkbox {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #191919;
}

.quiz__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.quiz__wrapper .current {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 2px;
  color: rgba(25, 25, 25, 0.6);
  mix-blend-mode: normal;
  margin-right: 25%;
  position: relative;
}

.current__cirlce {
  position: absolute;
  top: 0;
  right: -44px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border-radius: 100%;
  background-color: #D80C1E;
  background: linear-gradient(315deg, #D80C1E 50%, transparent 50%), linear-gradient(89deg, #D80C1E 50%, lightgray 50%);
}

.quiz__error {
color: #EB2026;
width:100%;
font-family: "Grava";
display: none;
}

.current__cirlce_inner {
position: relative;
top: 3px;
left: 3px;
text-align: center;
width: 18px;
height: 18px;
border-radius: 100%;
background-color: #ffffff;
}

.quiz__button {
  background: #D80C1E;
  border-radius: 9px;
  transition: all 0.3s;
  padding: 21px 60px 21px 60px;
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  cursor: pointer;
}

.quiz__button:hover {
  opacity: 0.7;
}

.quiz__form__block_final .hero__car {
display: none;
}

.quiz__form__block_final .hero__form {
max-width: 100%;
min-height: 100%;
background: none;
}

.quiz__form__block_final .submit-button {
content: ' Получить скидку ';
}

.form-ok {
width:100%;
height: 100%;
background: #fff;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: center;
align-items: center;
    padding-top: 20%;
}

.form-ok img {
max-width: 30%;
}

.form-ok h3 {
font-family: "Grava";
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 47px;
color: #191919;
margin-top: 30px;
    padding: 0 10%;
text-align: center;
}

.slam-easyform .form-group {
margin-bottom: 0px !important;
}

.slam-easyform .has-error .help-block {
position: absolute;
top: 23px;
}

.slam-easyform .help__form .has-error .help-block {
bottom: -25px;
top: auto;
}

.quiz__form__block_final-title {
font-family: "Grava Display";
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 30px;
color: #191919;
text-align: center;
padding-bottom: 15px;
}

.quiz__form__block_final-title span {
font-family: "Grava Display";
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 30px;
color: #D80C1E;
}

.quiz__form__block {
display: none;
}

.quiz__form__block_1 {
display: block;
}

.faq__head .page-title {
padding-top: 60px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .quiz input[type=checkbox] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #D80C1E;
    --border-hover: #275EFE;
    --background: #F6F5FC;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    margin-right: 12px;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }

  .quiz input[type=checkbox]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }

  .quiz input[type=checkbox]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }

  .quiz input[type=checkbox]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }

  .quiz input[type=checkbox]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }

  .quiz input[type=checkbox]:disabled + label {
    cursor: not-allowed;
  }

  .quiz input[type=checkbox]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }

  .quiz input[type=checkbox]:focus {
    box-shadow: 0 0 0 var(--focus);
  }

  .quiz input[type=checkbox]:not(.switch) {
    width: 21px;
  }

  .quiz input[type=checkbox]:not(.switch):after {
    opacity: var(--o, 0);
  }

  .quiz input[type=checkbox]:not(.switch):checked {
    --o: 1;
  }

  .quiz input[type=checkbox] + label {
    font-size: 16px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  .quiz input[type=checkbox]:not(.switch) {
    border-radius: 0px;
  }

  .quiz input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 6px;
    top: 3px;
    transform: rotate(var(--r, 20deg));
  }

  .quiz input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }

  .quiz input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }

  .quiz input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }

  .quiz input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }

  .quiz input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
}

.step {
  background: linear-gradient(134.79deg, rgba(10, 122, 204, 0.7) 0%, rgba(45, 155, 236, 0.7) 99.63%);
  padding: 120px 0 164px 0;
}

.step__container {
  margin: 0 auto;
  max-width: 1170px;
}

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

.step__block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 360px;
  margin-right: 20px;
}

.step__number {
  font-family: "Grava";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 4px;
}

.step__descr {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.step__descr strong {
display: block;
}

.step__descr a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.step__descr a:hover {
  color: #191919;
}

.document {
  background-color: #fff;
  padding: 90px 0 140px 0;
}

.document__container {
  max-width: 1170px;
  margin: 0 auto;
}

.document__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.document__title {
  font-family: "Grava";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #191919;
  max-width: 532px;
}

.document__title-pic {
display: block;
margin-top: 30px;
}

.document__descr {
  min-width: 537px;
}

.document__suplist {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #191919;
  opacity: 0.64;
  max-width: 500px;
  margin-bottom: 20px;
}

.document__suplist_bottom {
margin-bottom: 0;
margin-top: 20px;
}

.document__item {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #191919;
  padding-left: 27px;
  position: relative;
}

.document__item:not(:last-child) {
  margin-bottom: 2px;
}

.document__item::before {
  content: url("/css/../img/sprites/document-check.svg");
  width: 15px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 0px;
}

.document__buttons {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.document__form {
  padding: 21px 60px;
  background: #D80C1E;
  border: 1px solid #D80C1E;
  border-radius: 9px;
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}

.document__form:hover {
  background: #fff;
  color: #D80C1E;
  border: 1px solid #D80C1E;
}

.document__download {
  padding: 13px 34px 10px 34px;
  background: #fff;
  border: 1px solid #D80C1E;
  border-radius: 9px;
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #D80C1E;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}

.document__download:hover {
  background: #D80C1E;
  color: #fff;
  border: 1px solid #D80C1E;
}

.document__download:hover span {
  color: #fff;
}

.document__download span {
  display: block;
  font-size: 12px;
}

.help {
  padding: 75px 0 77px 0;
  background: #F6F5FC;
  position: relative;
  z-index: 1;
}

.help::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  height: auto;
  background: linear-gradient(134.79deg, rgba(10, 122, 204, 0.7) 0%, rgba(45, 155, 236, 0.7) 99.63%);
  z-index: -1;
}

.help__container {
  max-width: 1170px;
  margin: 0 auto;
}

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

.help__text {
  max-width: 585px;
}

.help__title {
  font-family: "Grava";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #191919;
  margin-bottom: 20px;
}

.help__stitle {
font-weight: 700;
padding-bottom: 30px;
}

.help__descr {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #191919;
  max-width: 500px;
  margin-bottom: 45px;
}

.help__text li {
font-size: 20px;
margin-bottom: 30px;
position: relative;
padding-left: 25px;
}

.help__text li:before {
width: 6px;
height: 6px;
background: #000;
border-radius: 50%;
position: absolute;
left: 0;
top: 6px;
display: block;
content: ' ';
}

.help__text li strong {
display: block;
font-weight: 700;
font-size: 20px;
}

.help__form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.help__form input {
  border: none;
  font-family: "Grava Display" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 25px !important;
  color: #D1D1CF;
  width: 200px;
  border-bottom: 1px solid #D1D1CF;
  padding-bottom: 5px;
  outline: none;
  background: transparent;
}

.help__submit {
  padding: 21px 60px;
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #D80C1E;
  border-radius: 9px;
  border: 1px solid #D80C1E;
  cursor: pointer;
  transition: all 0.3s;
}

.help__submit:hover {
  background: #fff;
  color: #D80C1E;
}

.help__photo {
  width: auto;
  font-size: 0;
  box-shadow: 8px 0px 20px rgba(117, 115, 111, 0.5);
  overflow: hidden;
}

.help__photo img {
  border-radius: 9px;
}

.autopark {
  padding: 90px 0 145px 0;
  background-color: #fff;
}

.autopark__container {
  max-width: 1170px;
  margin: 0 auto;
}

.autopark__title {
  font-family: "Grava";
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #191919;
  margin-bottom: 45px;
}

.autopark__tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 568px;
  margin-bottom: 75px;
}

.autopark__item {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #191919;
  mix-blend-mode: normal;
  opacity: 0.64;
  transition: all 0.3s;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

.autopark__item:hover {
  opacity: 0.8;
}

.autopark__item_active {
  opacity: 1;
  border-bottom: 1px solid #D80C1E;
}

.autopark__block {
  display: none;
  transition: all 0.5s;
}

.autopark__block_active {
  display: flex;
  align-items: flex-start;
  justify-content: baseline;
  transition: all 0.5s;
}

.autopark__img {
  max-width: 525px;
  max-height: 308px;
  margin-right: 80px;
}

.autopark__img img {
  width: 525px;
}

.autopark__text {
  max-width: 382px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.autopark__descr {
  min-width: 144px;
}

.autopark__descr:nth-child(-n+4) {
  margin-bottom: 20px;
}

.autopark__descr_title {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #191919;
  opacity: 0.64;
  margin-bottom: 11px;
}

.autopark__descr_value {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #191919;
}

.autopark__button {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  min-width: 537px;
}

.autopark__modal {
  padding: 21px 45px;
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #D80C1E;
  border: 1px solid #D80C1E;
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.autopark__modal:hover {
  color: #fff;
  background: #D80C1E;
}

.autopark__form {
  padding: 21px 60px;
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border: 1px solid #D80C1E;
  border-radius: 9px;
  background: #D80C1E;
  cursor: pointer;
  transition: all 0.3s;
}

.autopark__form:hover {
  color: #D80C1E;
  background: #fff;
}

.autopark__whatsapp {
  margin: 0 auto;
  margin-top: 62px;
  max-width: 500px;
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #6C6C6C;
}

.autopark__whatsapp a {
  transition: all 0.3s;
  color: #4CAF50;
}

.autopark__whatsapp a:hover {
  opacity: 0.7;
}

.autopark .fade {
  animation: autopark__block_active 0.5s cubic-bezier(0.6, 0, 0.18, 0.99);
}

@keyframes autopark__block_active {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.clients {
  padding: 78px 0 120px 0;
  background: #F6F5FC;
}

.clients__container {
  max-width: 1170px;
  margin: 0 auto;
}

.clients__title {
  font-family: "Grava";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #191919;
  margin-bottom: 60px;
  max-width: 540px;
}

.clients__wrapper, .news-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.clients__link {
  display: block;
  width: 543px;
  height: 310px;
  border-radius: 24px;
  overflow: hidden;
  padding: 20px 20px 101px 20px;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 62px;
}

.clients__link-bg {
position: absolute;
width: 100%;
height: 100%;
top:0;
left: 0;
z-index: 0;
background-size: cover;
}

.clients__link-black-bg {
position: absolute;
width: 100%;
height: 100%;
top:0;
left: 0;
z-index: 1;
background: rgba(0,0,0,0.64);
}

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

.clients__link:hover .clients__way {
  color: #D80C1E;
  border-color: #D80C1E;
}

.clients__link:hover .clients__descr {
  color: #D80C1E;
  border-color: #D80C1E;
}

.clients__link:nth-child(-n+2) {
  margin-bottom: 62px;
}

.clients__link_one {
  background: url("/css/../img/clients/client-1.jpg") center center/cover no-repeat;
}

.clients__link_two {
  background: url("/css/../img/clients/client-2.jpg") center center/cover no-repeat;
}

.clients__link_three {
  background: url("/css/../img/clients/client-3.jpg") center center/cover no-repeat;
}

.clients__link_four {
  background: url("/css/../img/clients/client-4.jpg") center center/cover no-repeat;
}

.clients__way {
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  padding: 9px 15px 9px 15px;
  border: 1px solid #fff;
  margin-bottom: 55px;
  display: inline-block;
  transition: all 0.3s;
}

.clients__descr {
  max-width: 503px;
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 36px;
  color: #fff;
  transition: all 0.3s;
}

.add-services {
padding-bottom: 0;
}

.add-services .clients__title {
max-width: 100%;
}

.add-services-inner {
display: flex;
flex-wrap: wrap;
}

.add-services-inner-pic {
width: 50%;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}

.add-services-inner-pic-src {
max-width: 80%;
}

.add-services-inner-text {
width: 50%;
}

.add-services-inner-text-item {
background: #fff;
border-radius: 9px;
border: 1px solid #0065FB;
padding: 15px;
display: flex;
flex-wrap: wrap;
margin-bottom: 15px;
}

.add-services-inner-text-item-icon {
width: 50px;
}

.add-services-inner-text-item-content {
width: calc(100% - 50px);
}

.add-services-inner-text-item-content-title {
font-size: 20px;
padding-bottom: 12px;
}

.reviews {
  padding: 90px 0 140px 0;
  background-color: #fff;
}

.reviews_alt {
border-top: 1px solid #0065FB;
border-bottom: 1px solid #0065FB;
}

.reviews__container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

.reviews__title {
  font-family: "Grava";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #191919;
  margin-bottom: 15px;
}

.reviews__subtitle {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #191919;
  opacity: 0.64;
  max-width: 350px;
  margin-bottom: 60px;
  font-weight: 700;
}

.reviews .swiper {
  width: 800px;
  margin: 0 auto;
}

.reviews__descr {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #191919;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  min-height: 480px;
  display: flex;
  align-items: center;
  align-content: center;
}

.reviews__descr:before {
background: url('/img/review-quote.svg') no-repeat;
width: 40px;
height: 30px;
display: block;
content: ' ';
left: 0;
top:-35px;
position: absolute;
}

.reviews__author {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}

.reviews__img {
  width: 70px;
  height: 70px;
  border-radius: 24px;
  overflow: hidden;
}

.reviews__name {
  font-family: "Grava";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #191919;
  margin-bottom: 7px;
}

.reviews__whatsapp {
  padding-left: 34px;
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4CAF50;
  position: relative;
}

.reviews__whatsapp::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/css/../img/sprites/reviews-whatsapp.svg");
}

.reviews .swiper-button-prev {
  width: 16px;
  height: 30px;
  transform: scale(-1, -1);
  right: auto;
  left: 20px;
  top: 50%;
}

.reviews .swiper-button-prev svg {
  width: 16px;
  height: 30px;
}

.reviews .swiper-button-prev svg use {
  fill: #D80C1E;
}

.reviews .swiper-button-prev::after {
  display: none;
}

.reviews .swiper-button-next {
  width: 16px;
  height: 30px;
  left: auto;
  right: 20px;
  top: 50%;
}

.reviews .swiper-button-next svg {
  width: 16px;
  height: 30px;
}

.reviews .swiper-button-next svg use {
  fill: #D80C1E;
}

.reviews .swiper-button-next::after {
  display: none;
}

.reviews__button {
  padding: 13px 22px 10px 22px;
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #D80C1E;
  border-radius: 9px;
  border: 1px solid #D80C1E;
  display: block;
  margin-top: 30px;
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
  max-width: 380px;
  margin: 0 auto;
}

.reviews__button span {
  display: block;
  font-size: 12px;
  line-height: 15px;
}

.reviews__button:hover {
  color: #D80C1E;
  background: #fff;
}

.reviews__mobile {
  display: none;
}

.team {
padding-top: 88px;
padding-bottom: 120px;
}

.team h2 {
margin-bottom: 65px;
}

.team__slider-item {
border-radius: 9px;
overflow: hidden;
}

.team__slider-item-pic {
font-size: 0;
}

.team__slider-item-pic-src {
width: 100%;
}

.team__slider-item-nr {
color: #fff;
background: linear-gradient(134.79deg, #0A7ACC 0%, #2D9BEC 99.63%);
border-radius: 9px;
text-align: center;
padding-top: 23px;
padding-bottom: 23px;
}

.team__slider-item-nr-name {
font-size: 20px;
font-weight: 600;
color: #fff;
}

.team__slider-item-nr-role {

}

.team__slider-prev {
position: absolute;
top:calc(50% - 35px);
left: 0;
z-index: 3;
cursor: pointer;
background: rgba(255,255,255,0.6);
border-radius: 50%;
width: 70px;
height: 70px;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}

.team__slider-next {
position: absolute;
top:calc(50% - 35px);
right: 0;
z-index: 3;
cursor: pointer;
background: rgba(255,255,255,0.6);
border-radius: 50%;
width: 70px;
height: 70px;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}

.team__slider-next svg, .team__slider-prev svg {
max-width: 25px;
max-height: 35px;
}

.move {
  padding: 90px 0 137px 0;
  background-color: #F6F5FC;
}

.move__container {
  max-width: 1170px;
  margin: 0 auto;
}

.move__title {
  font-family: "Grava";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #191919;
  margin-bottom: 60px;
  text-align: left;
}

.move__wrapper {
  overflow-x: hidden;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.move__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(33.33% - 15px);
  margin-bottom: 30px;
}


.move__img {
  width: 100%;
  height: 100%;
}

.move__text {
  width: 100%;
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.move__data {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #191919;
  mix-blend-mode: normal;
  opacity: 0.64;
}

.move__way {
  font-family: "Grava";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #191919;
}

.move__mobile {
  display: none;
}

.response {
  padding: 90px 0 140px 0;
  background-color: #fff;
}

.response__container {
  max-width: 1170px;
  margin: 0 auto;
}

.response__title {
  font-family: "Grava";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #191919;
  margin-bottom: 52px;
}

.response__stitle {
margin-top: -30px;
margin-bottom: 40px;
font-weight: 600;
font-size: 18px;
}

.response .accordion {
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}

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

.response .accordion__intro {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #DFDFDF;
  transition: 0.3s;
}

.response .accordion__intro svg {
  width: 20px;
  height: 20px;
}

.response .accordion__title {
  font-family: "Grava";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #191919;
  width: 100%;
  padding-bottom: 18px;
  border-bottom: 0px solid #DFDFDF;
  transition: 0.3s;
}

.response .accordion__descr {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #191919;
  max-width: 694px;
}

.response .accordion__content {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  //color: #f1f1f1;
  opacity: 0;
  padding-bottom: 18px;
}

.response .accordion__active .accordion__content {
  opacity: 1;
  border-bottom: 1px solid #DFDFDF;
  transition: 0.3s;
}

.response .accordion__active .accordion__intro {
  border-bottom: 0px;
  transition: all 0.3s;
}

.free {
  padding: 90px 0 103px 0;
  background: linear-gradient(134.79deg, rgba(10, 122, 204, 0.7) 0%, rgba(45, 155, 236, 0.7) 99.63%);
}

.free__container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.free__title {
  font-family: "Grava";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #fff;
  margin-bottom: 50px;
}

.free__form {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  max-width: 444px;
  padding: 41px 25px 42px;
}

.free__form .hero__form {
background: none;
}

.hero__form form {
position: relative;
}

.hero__form .alert-success {
position: absolute;
height: 100%;
width: 100%;
z-index: 2;
}

.free__adress {
  background: #fff;
  border-radius: 24px;
  padding: 17px 20px 20px 53px;
  margin-bottom: 6px;
}

.free__adress_a {
  position: relative;
}

.free__adress_a input {
  background: transparent;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #151515;
  opacity: 0.6;
  border: none;
  border-bottom: 1px solid #D1D1CF;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 21px;
  outline: none;
}

.free__adress_a:before {
  content: "А";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -33px;
  background: #fff;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #D80C1E;
  border: 1px solid #D80C1E;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.free__adress_b {
  position: relative;
}

.free__adress_b input {
  background: transparent;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #151515;
  opacity: 0.6;
  border: none;
  border-bottom: 1px solid #D1D1CF;
  width: 100%;
  padding-bottom: 7px;
  outline: none;
}

.free__adress_b::before {
  content: "B";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -33px;
  background: #fff;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #D80C1E;
  border: 1px solid #D80C1E;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.free__car {
  background: #fff;
  border-radius: 24px;
  padding: 20px 23px 20px 20px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.free__cars {
  width: 84px;
  height: 90px;
  border-radius: 12px;
}

.free__car input[type=radio] {
  display: none;
}

.free__car input[type=radio]:checked + label .free__radio {
  background: #F5F4F2;
}

.free__car input[type=radio]:checked + label .free__weight {
  opacity: 1;
}

.free__radio {
  padding: 9px 3px 9px 9px;
  cursor: pointer;
  border-radius: 12px;
}

.free__radio svg {
  width: 44px;
  height: 30px;
}

.free__radio svg use {
  width: 100%;
  height: 100%;
}

.free__weight {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #191919;
  opacity: 0.64;
}

.free__price {
  font-family: "Grava";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #191919;
}

.free__contats {
  padding: 18px 20px 20px 53px;
  margin-bottom: 6px;
  background: #fff;
  border-radius: 24px;
}

.free__name {
  position: relative;
}

.free__name input {
  background: transparent;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #151515;
  mix-blend-mode: normal;
  opacity: 0.6;
  border: none;
  border-bottom: 1px solid #D1D1CF;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 21px;
  outline: none;
}

.free__name:before {
  content: "";
  background-image: url("/css/../img/sprites/hero-user.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: -28px;
}

.free__telphone {
  position: relative;
}

.free__telphone input {
  background: transparent;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #151515;
  mix-blend-mode: normal;
  opacity: 0.6;
  border: none;
  border-bottom: 1px solid #D1D1CF;
  width: 100%;
  padding-bottom: 7px;
  outline: none;
}

.free__telphone:before {
  content: "";
  background-image: url("/css/../img/sprites/hero-telephone.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -29px;
}

.free__submit {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 24px;
}

.free__submit button {
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #D80C1E;
  border-radius: 9px;
  width: 354px;
  height: 57px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.free__submit button:hover {
  opacity: 0.7;
}

.footer {
  padding: 71px 0 160px 0;
  background: #222222;
}

.footer__container {
  max-width: 1170px;
  margin: 0 auto;
}

.footer__contacts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 46px;
}

.footer__contacts .header__svg {
  height: 42px;
}

.footer__phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer__phone a {
  font-family: "Grava";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  transition: all 0.3s;
}

.footer__phone a:hover {
  opacity: 0.7;
}

.footer__phone span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  opacity: 0.64;
}

.footer__email {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer__email a {
  font-family: "Grava";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  transition: all 0.3s;
}

.footer__email a:hover {
  opacity: 0.7;
}

.footer__email span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  opacity: 0.64;
}

.footer__button {
  padding: 21px 60px;
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #D80C1E;
  border: 1px solid #D80C1E;
  border-radius: 9px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}

.footer__button:hover {
  color: #D80C1E;
  background: transparent;
}

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

.footer__data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 21.5%;
}

.footer__data span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  opacity: 0.64;
}

.footer__data span:nth-child(1) {
  margin-bottom: 8px;
}

.footer__menu_1 {
width: 25%;
}

.footer__menu_2 {
width: 28%;
}

.footer__menu-item {
font-family: "Grava";
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #fff;
display: block;
margin-bottom: 8px;
}

.footer__policy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 25%;
}

.footer__policy a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  opacity: 0.64;
  transition: all 0.3s;
}

.footer__policy a:hover {
  opacity: 1;
}

.footer__policy a:nth-child(1) {
  margin-bottom: 8px;
}

.footer__social {
display: flex;
align-items: center;
align-content: center;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 20px;
}

.footer__social-item {
margin-bottom: 0 !important;
opacity: 1 !important;
}

.footer__social-item-icon {
max-width: 30px;
max-height: 30px;
min-width: 20px;
min-height: 30px;
}

.modal-info {
  background: rgba(71, 133, 238, 0.5);
  backdrop-filter: blur(4px);
  width: 100%;
  height: 100vh;
  transition: all 0.5s;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  opacity: 0;
  z-index: -5;
  display: none;
}

.modal-info__active {
  z-index: 15;
  opacity: 1;
  transition: all 0.5s;
  display: flex;
}

.modal-info__wrapper {
  padding: 40px 120px 34px 35px;
  max-width: 575px;
  background: #fff;
  box-shadow: 8px 0px 20px rgba(117, 115, 111, 0.5);
  border-radius: 24px;
  position: relative;
}

.modal-info__title {
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #1C1B1F;
  max-width: 420px;
  margin-bottom: 25px;
}

.modal-info__close {
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 25px;
  transition: all 0.3s;
}

.modal-info__close:hover {
  opacity: 0.7;
}

.modal-info__close svg {
  width: 33px;
  height: 33px;
}

.modal-info__close svg use {
  width: 100%;
  height: 100%;
}

.modal-info__item {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #191919;
  margin-bottom: 5px;
  padding-left: 27px;
  position: relative;
}

.modal-info__item::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 15px;
  height: 11px;
  background: url("/css/../img/sprites/document-check.svg") center/cover no-repeat;
}

.modal-form {
  background: rgba(71, 133, 238, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -5;
  display: none;
}

.modal-form__active {
  opacity: 1;
  transition: all 0.5s;
  z-index: 20;
  display: flex;
}

.modal-form__active .hero__adress, .modal-form__active .hero__car {
//display: none;
}

.modal-form__active .hero__form {
min-height: 220px;
}

.modal-form__wrapper {
  position: relative;
}

.modal-form__close {
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
  right: -35px;
  top: -35px;
}

.modal-form__close svg {
  width: 33px;
  height: 33px;
}

.modal-form__close svg use {
  width: 100%;
  height: 100%;
}

.modal-form__close:hover {
  opacity: 0.7;
}

.modal-form__form {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  max-width: 444px;
  max-height: 517px;
}

.modal-form__form .hero__form {
background: #fff;
}

.modal-form__adress {
  background: #fff;
  border-radius: 24px;
  padding: 17px 20px 20px 53px;
  margin-bottom: 6px;
}

.modal-form__adress_a {
  position: relative;
}

.modal-form__adress_a input {
  background: transparent;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #151515;
  opacity: 0.6;
  border: none;
  border-bottom: 1px solid #D1D1CF;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 21px;
  outline: none;
}

.modal-form__adress_a:before {
  content: "А";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -33px;
  background: #fff;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #D80C1E;
  border: 1px solid #D80C1E;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-form__adress_b {
  position: relative;
}

.modal-form__adress_b input {
  background: transparent;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #151515;
  opacity: 0.6;
  border: none;
  border-bottom: 1px solid #D1D1CF;
  width: 100%;
  padding-bottom: 7px;
  outline: none;
}

.modal-form__adress_b::before {
  content: "B";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -33px;
  background: #fff;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #D80C1E;
  border: 1px solid #D80C1E;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-form__car {
  background: #fff;
  border-radius: 24px;
  padding: 20px 23px 20px 20px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-form__cars {
  width: 84px;
  height: 90px;
  border-radius: 12px;
}

.modal-form__car input[type=radio] {
  display: none;
}

.modal-form__car input[type=radio]:checked + label .free__radio {
  background: #F5F4F2;
}

.modal-form__car input[type=radio]:checked + label .free__weight {
  opacity: 1;
}

.modal-form__radio {
  padding: 9px 3px 9px 9px;
  cursor: pointer;
  border-radius: 12px;
}

.modal-form__radio svg {
  width: 44px;
  height: 30px;
}

.modal-form__radio svg use {
  width: 100%;
  height: 100%;
}

.modal-form__weight {
  font-family: "Grava";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #191919;
  opacity: 0.64;
}

.modal-form__price {
  font-family: "Grava";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #191919;
}

.modal-form__contats {
  padding: 18px 20px 20px 53px;
  margin-bottom: 6px;
  background: #fff;
  border-radius: 24px;
}

.modal-form__name {
  position: relative;
}

.modal-form__name input {
  background: transparent;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #151515;
  mix-blend-mode: normal;
  opacity: 0.6;
  border: none;
  border-bottom: 1px solid #D1D1CF;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 21px;
  outline: none;
}

.modal-form__name:before {
  content: "";
  background-image: url("/css/../img/sprites/hero-user.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: -28px;
}

.modal-form__telphone {
  position: relative;
}

.modal-form__telphone input {
  background: transparent;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #151515;
  mix-blend-mode: normal;
  opacity: 0.6;
  border: none;
  border-bottom: 1px solid #D1D1CF;
  width: 100%;
  padding-bottom: 7px;
  outline: none;
}

.modal-form__telphone:before {
  content: "";
  background-image: url("/css/../img/sprites/hero-telephone.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -29px;
}

.modal-form__submit {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 24px;
}

.modal-form__submit button {
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #D80C1E;
  border-radius: 9px;
  width: 354px;
  height: 57px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.modal-form__submit button:hover {
  opacity: 0.7;
}

.block-w-border {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-top: 90px;
padding-bottom: 140px;
}

.block-w-border_np {
padding-bottom: 0;
}

.block-w-border__left, .block-w-border__right {
width: calc(50% - 20px);
}

.block-w-border__left h4 {
font-size: 33px;
padding-bottom: 15px;
}

.block-w-border__left h3 {
font-size: 32px;
padding-bottom: 10px;
}

.block-w-border__left h2 {
font-size: 72px;
padding-bottom: 10px;
}

.block-w-border__left p {
font-size: 24px;
padding-bottom: 15px;
}

.block-w-border__body {
border:10px solid #D80C1E;
padding: 60px;
font-size: 20px;
}

.block-w-border__body ul {
margin-top: 10px;
}

.block-w-border__body li {
position: relative;
padding-left: 20px;
margin-bottom: 15px;
}

.block-w-border__body li strong {
display: block;
}

.block-w-border__body li:after {
width: 15px;
height: 11px;
background: url('/img/checkbox.svg') no-repeat;
display: block;
content: ' ';
position: absolute;
left: 0;
top:5px;
}

.block-w-border__bottom {
width: 100%;
border-left:10px solid #D80C1E;
padding-left: 33px;
font-size: 24px;
margin-top: 70px;
}

.cta__block {
padding: 64px 0 66px 0;
background: linear-gradient(134.79deg, rgba(10, 122, 204, 0.7) 0%, rgba(45, 155, 236, 0.7) 99.63%);
text-align: center;
}

.cta__block h3 {
color: #fff;
max-width: 600px;
text-align: center;
margin: 0 auto;
margin-bottom: 50px;
font-size: 36px;
}

.cta__block p {
color: #fff;
font-size: 18px;
}

.contacts-block {
border-bottom:2px solid #D80C1E;
padding-top: 50px;
padding-bottom: 50px;
}

.contacts-block .wrapper {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.contacts-block__col {
width: calc(50% - 20px);
}

.contacts-block__col h3 {
font-size: 36px;
}

.contacts-block__col ul {
margin-top: 20px;
margin-bottom: 20px;
}

.contacts-block__col li {
font-size: 16px;
position: relative;
margin-bottom: 9px;
padding-left: 15px;
}

.contacts-block__col li:before {
width: 6px;
height: 6px;
background: #000;
border-radius: 50%;
position: absolute;
left: 0;
top:6px;
display: block;
content: ' ';
}

.step__title {
color: #fff;
padding-bottom: 30px;
}

.step__stitle {
color: #fff;
margin-top: -15px;
margin-bottom: 30px;
font-size: 20px;
font-weight: 700;
}

.contacts-footer {
background: linear-gradient(134.79deg, rgba(10, 122, 204, 0.7) 0%, rgba(45, 155, 236, 0.7) 99.63%);
padding-top: 50px;
padding-bottom: 70px;
text-align: center;
}

.contacts-footer__title {
color: #fff;
padding-bottom: 30px;
}

.contacts-footer .hero__form {
background: none;
max-width: 800px;
min-height: auto;
flex-direction: initial;
margin: 0 auto;
}

.contacts-footer .hero__car {
display: none;
}

.contacts-footer .hero__adress {
width: calc(50% - 5px);
}

.contacts-footer .hero__contats {
width: calc(50% - 5px);
}

.contacts-footer .hero__submit {
width: 100%;
}

.contacts-footer .hero__form form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.contacts-footer .hero__submit button {
width: 100%;
}

.keys {
  padding: 14px 0 110px 0;
  background: linear-gradient(134.79deg, rgba(5, 117, 230, 0.7) 0%, rgba(5, 117, 230, 0.7) 0%, rgba(2, 27, 121, 0.7) 99.63%);
}

.keys__wrapper {
  max-width: 1238px;
  margin: 0 auto;
}

.keys__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 8px 0px 20px rgba(117, 115, 111, 0.5);
  border-radius: 24px;
  padding: 14px 33px;
  margin-bottom: 90px;
}

.keys__logo {
  max-width: 178px;
  max-height: 42px;
}

.keys__logo a {
  display: block;
  width: 100%;
  height: 42px;
}

.keys__logo svg {
  width: 100%;
  height: 42px;
}

.keys__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 477px;
}

.keys__link a {
  font-family: "Grava";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #191919;
}

.keys__link a:hover {
  opacity: 0.7;
}

.keys__phone a {
  font-family: "Grava";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.6px;
  color: #191919;
}

.keys__phone a:hover {
  opacity: 0.7;
}

.keys__subtel {
  margin-top: -5px;
  display: block;
  border: none;
  width: 100%;
  background-color: transparent;
  outline: none;
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #D80C1E;
  text-align: right;
  cursor: pointer;
}

.keys .burger {
  display: none;
}

.keys__container {
  max-width: 1240px;
  margin: 0 auto;
}

.keys__block h2, .keys__block h3 {
margin-top: 30px;
margin-bottom: 10px;
}

.keys__block li {
font-size: 20px;
line-height: 30px;
color: #191919;
padding-left: 27px;
position: relative;
}

.keys__block li:before {
content: url(/img/sprites/document-check.svg);
width: 15px;
height: 11px;
position: absolute;
top: 0;
left: 0px;
}

.keys__block {
  background: #FFFFFF;
  backdrop-filter: blur(4px);
  border-radius: 20px;
  padding: 63px 0 75px;
  padding-left: 35px;
  padding-right: 35px;
}

.keys__title {
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
  color: #1C1B1F;
  margin-bottom: 44px;
  
}

.keys__subtitle {
  display: block;
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #1C1B1F;
  max-width: 830px;
  margin-bottom: 55px;
  padding-left: 35px;
  padding-right: 35px;
}

.keys__img {
  max-width: 810px;
  margin-bottom: 40px;
  padding-left: 35px;
}

.keys__block p {
  max-width: 810px;
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #1C1B1F;
  margin-bottom: 30px;

}

blockquote {
background: #F6F5FC;
margin: 0;
margin-bottom: 35px;
padding: 35px;
}

.keys__block img {
max-width: 810px;
width: 100%;
height: auto;
margin-left: 35px;
border-radius: 20px;
margin-bottom: 20px;
margin-top: 30px;
display: block;
}

.keys__block .sp-video iframe {
max-width: 810px;
aspect-ratio: 16 / 9;
width: 100%;
height: auto;
margin-left: 35px;
border-radius: 20px;
margin-bottom: 20px;
}

.keys__container-quote {
background: #F5F5F5;
padding-top: 35px;
padding-bottom: 20px;
margin-bottom: 30px;
}

.keys__container-quote p {
color: #4785EE;
font-size: 30px;
line-height: 1.3;
}

.keys__block p:nth-child(3) {
  margin-bottom: 0;
}

.keys__blockquote {
  padding: 80px 0 100px;
  background: #F5F5F5;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 55px;
}

.keys__blockquote blockquote {
  font-family: "Grava Display";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  color: #D80C1E;
  margin: 0;
  max-width: 945px;
}

#facts {
padding-top: 50px;
padding-bottom: 0px;
}

.facts__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
    padding: 40px 60px;
    border-radius: 12px;
    color: white;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.facts__list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    pointer-events: none;
}

.facts__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 1;
    padding: 0 20px;
}

.facts__list-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 80px;
    background: rgba(255, 255, 255, 0.3);
}

.facts__list-item span {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    display: block;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    white-space: nowrap;
}

.facts__list-item {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    opacity: 0.95;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .facts__list {
        flex-direction: column;
        padding: 30px 20px;
        gap: 30px;
    }
    
    .facts__list-item:not(:last-child)::after {
        display: none;
    }
    
    .facts__list-item {
        padding: 0;
    }
    
    .facts__list-item span {
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    .facts__list-item span {
        font-size: 2.5rem;
    }
    
    .facts__list {
        padding: 25px 15px;
    }
}


@media (min-width: 768px) {
  img#lumos-image {
    max-width: 95%;
    max-height: 95%;
  } 
 
}

@media (min-width: 1025px) {
  .mobile-menu {
    display: none;
  }
}

@media (max-width: 1200px) {
  .hero__container {
    max-width: 960px;
  }
  
  .hero__list {
  max-width: 470px;
  }

  .comfort__container {
    max-width: 960px;
    margin: 0 auto;
  }

  .quiz__container {
    max-width: 960px;
  }

  .step__container {
    max-width: 960px;
    margin: 0 auto;
  }

  .step__wrapper {
    flex-wrap: wrap;
  }

  .step__block {
    min-width: 360px;
  }

  .step__block:nth-child(3) {
    margin-top: 35px;
  }

  .document__container {
    max-width: 960px;
  }

  .help__container {
    max-width: 960px;
  }

  .help__photo {
    display: none;
  }

  .autopark__container {
    max-width: 960px;
  }

  .autopark__img {
    width: auto;
    height: auto;
  }

  .autopark__button {
    flex-direction: column;
    min-width: 100%;
  }

  .autopark__modal {
    margin-bottom: 35px;
  }

  .clients__container {
    max-width: 960px;
    margin: 0 auto;
  }

  .clients__title {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    text-align: center;
  }

  .clients__wrapper, .news-container {
    justify-content: center;
  }

  .clients .clients__link:nth-child(-n+3) {
    margin-bottom: 62px;
  }

  .reviews__container {
    max-width: 960px;
  }

  .reviews .swiper-button-prev {
    left: 15%;
  }

  .reviews .swiper-button-next {
    right: 15%;
  }

  .move__container {
    max-width: 960px;
  }

  .response__container {
    max-width: 960px;
  }

  .free__container {
    max-width: 960px;
  }

  .footer__container {
    max-width: 920px;
  }

  .keys__container {
    max-width: 960px;
  }
}

@media (max-width: 1024px) {
  .hero__container {
    max-width: 720px;
  }

  .hero__list {
    display: none;
  }

  .hero .burger {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    cursor: pointer;
    width: 50px;
  }

  .hero .burger div:nth-child(1) {
    width: 50px;
    height: 4px;
    background: #D80C1E;
    border-radius: 5px;
    margin-bottom: 7px;
  }

  .hero .burger div:nth-child(2) {
    width: 35px;
    height: 4px;
    background: #D80C1E;
    border-radius: 5px;
  }

  .hero__subtel {
    display: none;
  }

  .hero__main {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  

  .hero__text {
    display: flex;
    flex-direction: column;
    order: 2;
    justify-content: center;
    align-items: flex-start;
    align-self: flex-start;
  }

  .hero__title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .hero__subtitle {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 17px;
    max-width: 100%;
  }

  .hero__subtitle:nth-child(3) {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .hero__form {
    margin: 0 auto;
    margin-bottom: 35px;
  }

  .mobile-menu {
    width: 100%;
    background: linear-gradient(134.79deg, rgba(5, 117, 230, 0.7) 0%, rgba(5, 117, 230, 0.7) 0%, rgba(2, 27, 121, 0.7) 99.63%);
    padding-bottom: 105px;
    position: fixed;
    top: -200%;
    left: 0;
    transition: all 0.5s;
    z-index: -10;
  }

  .mobile-menu__active {
    transition: all 0.5s;
    top: 0;
    z-index: 10;
    height: 100vh;
  }

  .mobile-menu__wrapper {
    background-color: #fff;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 13px;
    padding-bottom: 302px;
  }

  .mobile-menu__header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 46px;
  }

  .mobile-menu__logo a {
    display: block;
    width: 155px;
    height: 40px;
  }

  .mobile-menu__logo a svg {
    width: 155px;
    height: 40px;
  }

  .mobile-menu__tel {
    font-family: "Grava";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.6px;
    color: #191919;
  }

  .mobile-menu__close {
    width: 50px;
    height: 15px;
    cursor: pointer;
    transform: translate(-2px, 10px);
  }

  .mobile-menu__close span:nth-child(1) {
    display: block;
    width: 35px;
    height: 4px;
    background: #D80C1E;
    border-radius: 5px;
    transform: rotate(-45deg);
  }

  .mobile-menu__close span:nth-child(2) {
    display: block;
    width: 35px;
    height: 4px;
    background: #D80C1E;
    border-radius: 5px;
    transform: rotate(45deg) translate(-3px, -2px);
  }

  .mobile-menu__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu__link a, .mobile-menu__link_child a {
    display: block;
    font-family: "Grava";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 25px;
    color: #191919;
  }
  
  .mobile-menu__link_child {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  }
  
  .mobile-menu__linkchild-icon {
  margin-left: 4px;
  }

  .mobile-menu__link:not(:last-child) {
    margin-bottom: 40px;
  }
  
  .cta-banner {
  flex-wrap: wrap;
  }
  
  .cta-banner__pic {
  width: 100%;
  }
  
  .cta-banner__text {
  width: 100%;
  margin-left: 0;
  }
  
  .add-services-inner-pic {
  width: 100%;
  }
  
  .add-services-inner-text {
  width: 100%;
  }
  
  .team__slider-next, .team__slider-prev {
  display: none;
  }

  .comfort__container {
    max-width: 720px;
    margin: 0 auto;
  }

  .quiz__container {
    max-width: 720px;
  }

  .step {
    padding: 50px 0 70px 0;
  }

  .step__container {
    max-width: 720px;
    margin: 0 auto;
  }

  .document__container {
    max-width: 720px;
  }

  .document__wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .document__title {
    margin-bottom: 35px;
    max-width: 100%;
  }
  


  .help__container {
    max-width: 720px;
  }

  .help::before {
    display: none;
  }

  .autopark {
    padding: 50px 0 52px 0;
  }

  .autopark__container {
    max-width: 720px;
  }

  .autopark__img {
    display: none;
  }

  .autopark__title {
    text-align: left;
  }

  .autopark__block {
    justify-content: center;
  }

  .clients__container {
    max-width: 720px;
  }

  .clients__title {
    margin-bottom: 35px;
    text-align: left;
  }

  .reviews__container {
    max-width: 720px;
  }

  .reviews .swiper-button-prev {
    left: 5%;
  }

  .reviews .swiper-button-next {
    right: 5%;
  }

  .reviews .swiper {
    width: auto;
    height: auto;
  }

  .reviews__subtitle {
    margin-bottom: 35px;
    text-align: center;
  }

  .move__container {
    max-width: 720px;
  }

  .response__container {
    max-width: 720px;
  }

  .free__container {
    max-width: 720px;
  }

  .footer__container {
    max-width: 720px;
  }

  .footer__button {
    display: none;
  }

  .keys__container {
    max-width: 720px;
  }

  .keys__list {
    display: none;
  }

  .keys .burger {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    cursor: pointer;
    width: 50px;
  }

  .keys .burger div:nth-child(1) {
    width: 50px;
    height: 4px;
    background: #D80C1E;
    border-radius: 5px;
    margin-bottom: 7px;
  }

  .keys .burger div:nth-child(2) {
    width: 35px;
    height: 4px;
    background: #D80C1E;
    border-radius: 5px;
  }

  .keys__subtel {
    display: none;
  }

  .keys__img {
    max-width: 540px;
  }
  
  .block-w-border {
  padding-top: 60px;
  padding-bottom: 70px;
  }
  
  .block-w-border__left, .block-w-border__right {
  width: 100%;
  }
  
  .block-w-border__left h4 {
  font-size: 24px;
  padding-bottom: 40px;
  }
  
  .block-w-border__body {
  padding: 30px;
  }
  
  .contacts-block__col {
  width: 100%;
  padding-bottom: 20px;
  }
  
  .contacts-block__col h3 {
  font-size: 26px;
  }
  
  .help__text li {
  font-size: 18px;
  }
  
  .contacts-footer .hero__adress, .contacts-footer .hero__contats {
  width: 100%;
  }
  
  .block-w-border__left {
  padding-bottom: 30px;
  }
  
  .block-w-border__left h2 {
  font-size: 32px;
  padding-bottom: 30px;
  }
  
  .block-w-border__left p {
  font-size: 20px;
  padding-bottom: 25px;
  }
  
  .block-w-border__left h4 {
  font-size: 20px;
  }
  
  .cta__block h3 {
  font-size: 27px;
  }
  
  .comfort__stitle {
  font-weight: 500;
  margin-top: -25px;
  }
  
  .block-w-border__bottom {
  font-size: 20px;
  }
  
  .mobile__socials {
  width: 100%;
  height: 50px;
  left: 0;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0 20px;
  border-radius: 9px 9px 0 0;
  bottom: 0;
  }
  
  .mobile__socials-title {
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 0;
  }
  
  .mobile__socials .hero__socials-item {
      margin-right: 15px;
  } 
  
  .modal-form__form .hero__form {
  margin-bottom: 0;
  }
  
  .modal-form__form .hero__form form {
      width: 100%;
      max-width: 100%;
  }
  
  .hero__menu-wrap {
  height: 90px;
  }
}

@media (max-width: 768px) {
  
  .comfort__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-right: 0px;
  }
  
  .hero__container {
    max-width: 540px;
  }
  
  .hero__socials {
  display: none;
  }
  
  
  
  .hero__socials-item {
  margin-left: 5px;
  }
  
  .hero__socials-item:nth-child(1) {
  margin-left: 0;
  }
  
  .comfort {
    padding: 50px 0 60px 0;
  }

  .comfort__container {
    max-width: 540px;
    margin: 0 auto;
  }

  .comfort__title {
    margin-bottom: 35px;
  }

  .comfort__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .comfort__block {
    max-width: 245px;
    min-height: auto;
    margin-bottom: 20px;
  }

  .comfort__block:nth-child(-n+4) {
    margin-bottom: 25px;
  }

  .quiz {
    padding: 54px 0 70px 0;
  }

  .quiz__container {
    max-width: 540px;
  }

  .quiz__title {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .quiz__subtitle {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .step__container {
    max-width: 540px;
    margin: 0 auto;
  }

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

  .step__block {
    min-width: 311px;
    max-width: 311px;
  }

  .step__block:not(:last-child) {
    margin-bottom: 35px;
  }

  .step__block:nth-child(3) {
    margin-top: 0px;
  }

  .document__container {
    max-width: 540px;
  }

  .document__title {
    font-family: "Grava";
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 36px;
    color: #191919;
  }

  .document__wrapper {
    justify-content: center;
    align-items: center;
  }

  .help__container {
    max-width: 540px;
  }

  .help__title {
    font-size: 27px;
    line-height: 36px;
  }

  .autopark__container {
    max-width: 540px;
  }

  .autopark__tabs {
    width: 100%;
    margin-bottom: 45px;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .autopark__tabs::-webkit-scrollbar {
    width: 0;
  }

  .autopark__title {
    font-size: 27px;
  }

  .autopark__item {
    margin-right: 29px;
  }

  .autopark__block {
    justify-content: center;
  }

  .clients__container {
    max-width: 540px;
  }

  .clients__title {
    font-size: 27px;
    line-height: 36px;
  }

  .reviews {
    padding: 50px 0 70px 0;
  }

  .reviews__container {
    max-width: 540px;
  }

  .reviews__title {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .reviews__descr {
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .reviews__button {
    margin-top: 25px;
  }

  .move {
    padding: 50px 0 70px 0;
  }

  .move__container {
    max-width: 540px;
  }

  .move .swiperTwo {
    display: none;
  }

  .move__title {
    text-align: center;
    margin-bottom: 29px;
    font-size: 27px;
    line-height: 36px;
  }

  .move__mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .move__block {
    width: 100%;
  }

  .move__mobile__button {
    margin-top: 30px;
    padding: 21px 110px;
    border: 1px solid #D80C1E;
    border-radius: 9px;
    background: transparent;
    font-family: "Grava Display";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #D80C1E;
  }

  .response {
    padding: 50px 0;
  }

  .response__container {
    max-width: 540px;
  }

  .response__title {
    font-size: 27px;
    line-height: 26px;
    margin-bottom: 35px;
  }

  .free {
    padding: 50px 0 70px 0;
  }

  .free__container {
    max-width: 540px;
  }

  .free__title {
    font-size: 27px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 35px;
  }

  .footer__container {
    max-width: 540px;
  }

  .modal-form__close {
    right: 40px;
    top: -35px;
  }

  .keys__block {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .keys__container {
    max-width: 540px;
  }

  .keys__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .keys__subtitle {
    font-size: 18px;
    padding: 0 15px;
  }

  .keys__img {
    max-width: 345px;
    padding: 0 15px;
  }

  .keys__block p {
    font-size: 14px;
    padding: 0 15px;
  }

  .keys__blockquote {
    padding: 20px 15px 30px;
    margin-bottom: 60px;
  }

  .keys__blockquote blockquote {
    font-size: 20px;
    line-height: 30px;
    color: #D80C1E;
  }
  
  .footer__author {
  flex-wrap: wrap;
  }
  
  .footer__menu_1, .footer__menu_2, .footer__policy {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 20px;
  align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .hero {
    padding-top: 0;
    overflow-x: hidden;
  }

  .hero__container {
    max-width: 100%;
  }
  
  .hero__menu_fix {
  top:0;
  }

  .hero__menu {
    padding: 12px 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 30px;
  }

  .hero__text {
    padding: 0 15px;
  }

  .hero__logo {
    width: 100px;
    height: 35px;
  }

  .hero__phone a {
    font-size: 16px;
    line-height: 20px;
  }

  .hero__form {
    max-width: 375px;
    min-width: 320px;
    align-self: center;
  }

  .hero__form form {
    max-width: 375px;
  }

  .hero__button {
    max-width: 345px;
    padding: 21px 45px 21px 45px;
  }

  .mobile-menu {
    width: 100%;
    background: linear-gradient(134.79deg, rgba(5, 117, 230, 0.7) 0%, rgba(5, 117, 230, 0.7) 0%, rgba(2, 27, 121, 0.7) 99.63%);
    padding-bottom: 105px;
  }
  
  .mobile-menu__link_child {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  }
  
  .mobile-menu__link_child a {
  font-size: 20px;
  }
  
  .mobile-menu__link-inner_active a {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
  }
  
  .button {
  width: 100%;
  }

  .mobile-menu__wrapper {
    background-color: #fff;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 302px;
  }

  .mobile-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 46px;
  }

  .mobile-menu__logo a {
    display: block;
    width: 100px;
    height: 35px;
  }

  .mobile-menu__logo a svg {
    width: 100px;
    height: 35px;
  }

  .mobile-menu__tel {
    font-family: "Grava";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.6px;
    color: #191919;
  }

  .mobile-menu__close {
    width: 50px;
    height: 15px;
    cursor: pointer;
    transform: translate(-2px, 10px);
  }

  .mobile-menu__close span:nth-child(1) {
    display: block;
    width: 35px;
    height: 4px;
    background: #D80C1E;
    border-radius: 5px;
    transform: rotate(-45deg);
  }

  .mobile-menu__close span:nth-child(2) {
    display: block;
    width: 35px;
    height: 4px;
    background: #D80C1E;
    border-radius: 5px;
    transform: rotate(45deg) translate(-3px, -2px);
  }

  .mobile-menu__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu__link a {
    display: block;
    font-family: "Grava";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #191919;
  }

  .mobile-menu__link:not(:last-child) {
    margin-bottom: 20px;
  }

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

  .comfort__title {
    text-align: left;
    font-size: 26px;
    line-height: 36px;
    max-width: 345px;
    margin-left: 0;
    margin-right: auto;
  }

  .comfort__block {
    max-width: 345px;
  }

  .quiz__container {
    max-width: 100%;
    padding: 0 15px;
  }

  .quiz__title {
    font-size: 26px;
    line-height: 36px;
    max-width: 345px;
    margin: 0;
    margin-bottom: 15px;
    text-align: left;
  }

  .quiz__subtitle {
    font-size: 20px;
    line-height: 30px;
    max-width: 345px;
    margin-bottom: 35px;
    text-align: left;
  }

  .quiz__form {
    padding: 35px 15px 22px;
  }

  .quiz__package {
    font-size: 24px;
    line-height: 30px;
  }

  .quiz .current:before {
    display: none;
  }

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

  .step__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .step__block {
    min-width: 344px;
    max-width: 345px;
  }

  .document {
    padding: 50px 0 70px 0;
  }

  .document__container {
    max-width: 100%;
    padding: 0 15px;
  }

  .document__descr {
    min-width: 0;
    width: 100%;
  }

  .document__title {
    font-size: 26px;
    line-height: 36px;
  }

  .document__buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .document__form {
    min-width: 345px;
    margin-bottom: 20px;
  }

  .document__download {
    min-width: 345px;
  }

  .help {
    padding: 50px 0 70px 0;
  }

  .help__container {
    max-width: 100%;
    padding: 0 15px;
  }

  .help__title {
    max-width: 314px;
  }

  .help__form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .help__form .form-group {
  width: 100%;
  }

  .help__form input {
    width: 100% !important;
    margin-bottom: 25px !important;
  }

  .help__submit {
    width: 100%;
  }

  .autopark {
    overflow-x: hidden;
  }

  .autopark__img {
    display: none;
  }

  .autopark__whatsapp {
    display: none;
  }

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

  .autopark__title {
    text-align: left;
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .autopark__button {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 345px;
  }

  .autopark__modal {
    min-width: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .autopark__form {
    min-width: 0;
    width: 100%;
  }

  .clients {
    padding: 50px 0 70px 0;
  }

  .clients__container {
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }

  .clients__link {
    max-width: 375px;
    max-height: 240px;
  }

  .clients__descr {
    font-size: 20px;
    line-height: 30px;
  }

  .clients__way {
    margin-bottom: 35px;
  }

  .reviews__container {
    max-width: 100%;
    padding: 0 15px;
  }

  .reviews__title {
    text-align: left;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .reviews__subtitle {
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
  }

  .reviews__descr {
    margin: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }

  .reviews .swiper-button-prev {
    top: 48%;
  }

  .reviews .swiper-button-next {
    top: 48%;
  }

  .reviews__author {
    margin: 0;
    margin-bottom: 25px;
  }

  .reviews__button {
    display: none;
  }

  .reviews__mobile {
    padding: 21px 108px;
    display: block;
    border: 1px solid #D80C1E;
    border-radius: 9px;
    background: transparent;
    font-size: 16px;
    line-height: 20px;
    color: #D80C1E;
  }

  .move__container {
    max-width: 100%;
    padding: 0 15px;
  }

  .move__wrapper {
    max-width: 100%;
    padding: 0 15px;
  }

  .move__title {
    text-align: left;
  }

  .move__mobile {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .response__container {
    max-width: 100%;
    padding: 0 15px;
  }

  .free {
    overflow-x: hidden;
  }

  .free__container {
    max-width: 100%;
    padding: 0 15px;
  }

  .free__form {
    padding: 17px 0px 20px 0px;
    max-width: 375px;
  }
  
  .hero__submit button {
  width: 100%;
  }

  .free__form form {
    max-width: 375px;
  }

  .free__submit {
    padding: 10px;
  }

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

  .footer__container {
    max-width: 100%;
    padding: 0 15px;
  }

  .footer__contacts {
    flex-direction: column;
    margin-bottom: 35px;
    min-height: 165px;
    justify-content: space-between;
  }

  .footer__data {
    display: none;
  }

  .footer__policy a:nth-child(1) {
    display: none;
  }

  .keys {
    padding-top: 0;
    overflow-x: hidden;
  }

  .keys__container {
    max-width: 100%;
  }

  .keys__menu {
    padding: 12px 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 30px;
  }

  .keys__text {
    padding: 0 15px;
  }

  .keys__logo {
    width: 100px;
    height: 35px;
  }

  .keys__phone a {
    font-size: 16px;
    line-height: 20px;
  }

  .keys__form {
    max-width: 100%;
  }

  .keys__button {
    width: 345px;
    padding: 21px 45px 21px 45px;
  }

  .keys__form {
    align-self: center;
  }
}

@media (max-width: 374px) {
  .hero__phone a {
    font-size: 14px;
  }

  .hero__form form {
    max-width: 320px;
  }

  .hero__adress {
    padding: 17px 10px 20px 40px;
  }

  .hero__car {
    padding: 20px 10px 20px 10px;
  }

  .hero__price {
    font-size: 12px;
  }

  .hero__submit {
    padding: 20px 5px 20px 5px;
  }

  .hero__submit button {
    width: 310px;
  }

  .hero__button {
    padding: 21px 18px 21px 18px;
  }

  .mobile-menu__tel {
    font-size: 14px;
  }

  .step__block {
    min-width: 100%;
  }

  .document__form {
    min-width: 300px;
  }

  .document__download {
    min-width: 300px;
  }

  .reviews__mobile {
    padding: 21px 80px;
  }

  .move__mobile__button {
    padding: 21px 90px;
  }

  .free__form {
    max-width: 320px;
  }

  .free__form form {
    max-width: 320px;
  }

  .free__adress {
    padding: 17px 10px 20px 40px;
  }

  .free__car {
    padding: 20px 10px 20px 10px;
  }

  .free__price {
    font-size: 12px;
  }

  .free__submit {
    padding: 20px 5px 20px 5px;
  }

  .free__submit button {
    width: 310px;
  }

  .free__button {
    padding: 21px 18px 21px 18px;
  }
}
/*# sourceMappingURL=maps/main.css.map */

/* End */


/* Start:/bitrix/components/slam/easyform/lib/css/bootstrap.min.css?174774590222741*/
.slam-easyform{font:normal 16px/1.4 "Arial", sans-serif}.slam-easyform .hidden{display:none!important;visibility:hidden!important}.slam-easyform .form-group{margin-bottom:15px}.slam-easyform .control-label{display:inline-block;margin-bottom:5px;font-weight:700}.slam-easyform .form-control{display:block;width:100%;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;box-sizing:border-box}.slam-easyform .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)}.slam-easyform [class*="col-xs"]{float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px;box-sizing:border-box}.slam-easyform .row{margin-left:-15px;margin-right:-15px}.slam-easyform .row:before{content:" ";display:table;clear:both}.slam-easyform .col-xs-12{width:100%}.slam-easyform .col-xs-9{width:75%}.slam-easyform .col-xs-3{width:25%}.slam-easyform .radio-inline, .slam-easyform .checkbox-inline{display:inline-block;position:relative;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.slam-easyform .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}.slam-easyform .btn:active, .slam-easyform .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125)}.slam-easyform .btn:hover, .slam-easyform .btn:focus{color:#333;text-decoration:none}.slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open>.dropdown-toggle.btn-primary{background-image:none}.slam-easyform .btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.slam-easyform .pull-right{float:right}.slam-easyform .pull-right{float:right!important}.slam-easyform .btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.slam-easyform .btn-primary:active:hover, .slam-easyform .btn-primary.active:hover, .slam-easyform .open>.dropdown-toggle.btn-primary:hover, .slam-easyform .btn-primary:active:focus, .slam-easyform .btn-primary.active:focus, .slam-easyform .open>.dropdown-toggle.btn-primary:focus, .slam-easyform .btn-primary:active.focus, .slam-easyform .btn-primary.active.focus, .slam-easyform .open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.slam-easyform .btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.slam-easyform .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open .dropdown-toggle.btn-primary{background-image:none}.slam-easyform .btn-primary:hover, .slam-easyform .btn-primary:focus, .slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.slam-easyform .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slam-easyform .pull-right{float:right !important}.slam-easyform input, .slam-easyform button, .slam-easyform select, .slam-easyform textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}.slam-easyform button, .slam-easyform input[type=button], .slam-easyform input[type=reset], .slam-easyform input[type=submit]{-webkit-appearance:button;cursor:pointer}.slam-easyform button, .slam-easyform select{text-transform:none}.slam-easyform button{overflow:visible}.slam-easyform button, .slam-easyform input[type="button"], .slam-easyform input[type="reset"], .slam-easyform input[type="submit"]{-webkit-appearance:button;cursor:pointer}.slam-easyform .close:not([disabled]):not(.disabled){cursor:pointer}.slam-easyform .modal-header .close{margin-top:-2px}.slam-easyform .modal-header .close{margin-top:-2px}.slam-easyform button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.slam-easyform .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity: .2;filter:alpha(opacity=20)}.slam-easyform .modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}.slam-easyform .close:hover, .slam-easyform .close:focus{color:#000;text-decoration:none;cursor:pointer;opacity: .5;filter:alpha(opacity=50)}.slam-easyform .fade.in{opacity:1;background:rgba(0, 0, 0, .5)}.slam-easyform .modal{text-align:center}.modal-open .slam-easyform .modal{overflow-x:hidden}.slam-easyform .modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.slam-easyform .fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;background:none}.slam-easyform .modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.slam-easyform .modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.slam-easyform .modal-dialog{display:inline-block;text-align:left;vertical-align:middle}.slam-easyform .modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);background-clip:padding-box;outline:0}.slam-easyform .modal-content{-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, .5);box-shadow:0 5px 15px rgba(0, 0, 0, .5)}.slam-easyform .modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.slam-easyform .modal-body{position:relative;padding:20px}.slam-easyform .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.slam-easyform .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.slam-easyform .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.slam-easyform .modal .modal-header .title{margin:0;font-size:22px;display:inline-block}.slam-easyform .has-success .help-block, .slam-easyform .has-success .control-label, .slam-easyform .has-success .radio, .slam-easyform .has-success .checkbox, .slam-easyform .has-success .radio-inline, .slam-easyform .has-success .checkbox-inline{color:#3c763d}.slam-easyform .clearfix:before, .slam-easyform .clearfix:after, .slam-easyform .container:before, .slam-easyform .container:after, .slam-easyform .container-fluid:before, .slam-easyform .container-fluid:after, .slam-easyform .row:before, .slam-easyform .row:after, .slam-easyform .form-horizontal .form-group:before, .slam-easyform .form-horizontal .form-group:after, .slam-easyform .btn-toolbar:before, .slam-easyform .btn-toolbar:after, .slam-easyform .btn-group-vertical>.btn-group:before, .slam-easyform .btn-group-vertical>.btn-group:after, .slam-easyform .nav:before, .slam-easyform .nav:after, .slam-easyform .navbar:before, .slam-easyform .navbar:after, .slam-easyform .navbar-header:before, .slam-easyform .navbar-header:after, .slam-easyform .navbar-collapse:before, .slam-easyform .navbar-collapse:after, .slam-easyform .pager:before, .slam-easyform .pager:after, .slam-easyform .panel-body:before, .slam-easyform .panel-body:after, .slam-easyform .modal-footer:before, .slam-easyform .modal-footer:after{content:" ";display:table;clear:both}@media (min-width:768px){.slam-easyform .modal-dialog{position:relative;width:auto;margin:10px}.slam-easyform .modal-dialog{width:600px;margin:30px auto}.slam-easyform .container{width:750px}.slam-easyform .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}}@media (min-width:992px){.slam-easyform .container{width:970px}}@media (min-width:1200px){.slam-easyform .container{width:1170px}}.modal-open{overflow:hidden}.slam-easyform *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.slam-easyform .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}.slam-easyform .has-error .help-block, .slam-easyform .has-error .control-label, .slam-easyform .has-error .radio, .slam-easyform .has-error .checkbox, .slam-easyform .has-error .radio-inline, .slam-easyform .has-error .checkbox-inline{color:#a94442}.slam-easyform .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}.slam-easyform .radio input[type=radio], .slam-easyform .radio-inline input[type=radio], .slam-easyform .checkbox input[type=checkbox], .slam-easyform .checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.slam-easyform input[type=radio], .slam-easyform input[type=checkbox]{margin:4px 0 0;margin-top:1px 9;line-height:normal}.slam-easyform input[type=checkbox], .slam-easyform input[type=radio]{box-sizing:border-box;padding:0}.slam-easyform .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168}.slam-easyform .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483}.slam-easyform .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.slam-easyform .col-xs-1, .slam-easyform .col-sm-1, .slam-easyform .col-md-1, .slam-easyform .col-lg-1, .slam-easyform .col-xs-2, .slam-easyform .col-sm-2, .slam-easyform .col-md-2, .slam-easyform .col-lg-2, .slam-easyform .col-xs-3, .slam-easyform .col-sm-3, .slam-easyform .col-md-3, .slam-easyform .col-lg-3, .slam-easyform .col-xs-4, .slam-easyform .col-sm-4, .slam-easyform .col-md-4, .slam-easyform .col-lg-4, .slam-easyform .col-xs-5, .slam-easyform .col-sm-5, .slam-easyform .col-md-5, .slam-easyform .col-lg-5, .slam-easyform .col-xs-6, .slam-easyform .col-sm-6, .slam-easyform .col-md-6, .slam-easyform .col-lg-6, .slam-easyform .col-xs-7, .slam-easyform .col-sm-7, .slam-easyform .col-md-7, .slam-easyform .col-lg-7, .slam-easyform .col-xs-8, .slam-easyform .col-sm-8, .slam-easyform .col-md-8, .slam-easyform .col-lg-8, .slam-easyform .col-xs-9, .slam-easyform .col-sm-9, .slam-easyform .col-md-9, .slam-easyform .col-lg-9, .slam-easyform .col-xs-10, .slam-easyform .col-sm-10, .slam-easyform .col-md-10, .slam-easyform .col-lg-10, .slam-easyform .col-xs-11, .slam-easyform .col-sm-11, .slam-easyform .col-md-11, .slam-easyform .col-lg-11, .slam-easyform .col-xs-12, .slam-easyform .col-sm-12, .slam-easyform .col-md-12, .slam-easyform .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.slam-easyform .col-xs-1, .slam-easyform .col-xs-2, .slam-easyform .col-xs-3, .slam-easyform .col-xs-4, .slam-easyform .col-xs-5, .slam-easyform .col-xs-6, .slam-easyform .col-xs-7, .slam-easyform .col-xs-8, .slam-easyform .col-xs-9, .slam-easyform .col-xs-10, .slam-easyform .col-xs-11, .slam-easyform .col-xs-12{float:left}.slam-easyform .col-xs-12{width:100%}.slam-easyform .col-xs-11{width:91.66666667%}.slam-easyform .col-xs-10{width:83.33333333%}.slam-easyform .col-xs-9{width:75%}.slam-easyform .col-xs-8{width:66.66666667%}.slam-easyform .col-xs-7{width:58.33333333%}.slam-easyform .col-xs-6{width:50%}.slam-easyform .col-xs-5{width:41.66666667%}.slam-easyform .col-xs-4{width:33.33333333%}.slam-easyform .col-xs-3{width:25%}.slam-easyform .col-xs-2{width:16.66666667%}.slam-easyform .col-xs-1{width:8.33333333%}.slam-easyform .col-xs-pull-12{right:100%}.slam-easyform .col-xs-pull-11{right:91.66666667%}.slam-easyform .col-xs-pull-10{right:83.33333333%}.slam-easyform .col-xs-pull-9{right:75%}.slam-easyform .col-xs-pull-8{right:66.66666667%}.slam-easyform .col-xs-pull-7{right:58.33333333%}.slam-easyform .col-xs-pull-6{right:50%}.slam-easyform .col-xs-pull-5{right:41.66666667%}.slam-easyform .col-xs-pull-4{right:33.33333333%}.slam-easyform .col-xs-pull-3{right:25%}.slam-easyform .col-xs-pull-2{right:16.66666667%}.slam-easyform .col-xs-pull-1{right:8.33333333%}.slam-easyform .col-xs-pull-0{right:0}.slam-easyform .col-xs-push-12{left:100%}.slam-easyform .col-xs-push-11{left:91.66666667%}.slam-easyform .col-xs-push-10{left:83.33333333%}.slam-easyform .col-xs-push-9{left:75%}.slam-easyform .col-xs-push-8{left:66.66666667%}.slam-easyform .col-xs-push-7{left:58.33333333%}.slam-easyform .col-xs-push-6{left:50%}.slam-easyform .col-xs-push-5{left:41.66666667%}.slam-easyform .col-xs-push-4{left:33.33333333%}.slam-easyform .col-xs-push-3{left:25%}.slam-easyform .col-xs-push-2{left:16.66666667%}.slam-easyform .col-xs-push-1{left:8.33333333%}.slam-easyform .col-xs-push-0{left:0}.slam-easyform .col-xs-offset-12{margin-left:100%}.slam-easyform .col-xs-offset-11{margin-left:91.66666667%}.slam-easyform .col-xs-offset-10{margin-left:83.33333333%}.slam-easyform .col-xs-offset-9{margin-left:75%}.slam-easyform .col-xs-offset-8{margin-left:66.66666667%}.slam-easyform .col-xs-offset-7{margin-left:58.33333333%}.slam-easyform .col-xs-offset-6{margin-left:50%}.slam-easyform .col-xs-offset-5{margin-left:41.66666667%}.slam-easyform .col-xs-offset-4{margin-left:33.33333333%}.slam-easyform .col-xs-offset-3{margin-left:25%}.slam-easyform .col-xs-offset-2{margin-left:16.66666667%}.slam-easyform .col-xs-offset-1{margin-left:8.33333333%}.slam-easyform .col-xs-offset-0{margin-left:0}@media (min-width:768px){.slam-easyform .col-sm-1, .slam-easyform .col-sm-2, .slam-easyform .col-sm-3, .slam-easyform .col-sm-4, .slam-easyform .col-sm-5, .slam-easyform .col-sm-6, .slam-easyform .col-sm-7, .slam-easyform .col-sm-8, .slam-easyform .col-sm-9, .slam-easyform .col-sm-10, .slam-easyform .col-sm-11, .slam-easyform .col-sm-12{float:left}.slam-easyform .col-sm-12{width:100%}.slam-easyform .col-sm-11{width:91.66666667%}.slam-easyform .col-sm-10{width:83.33333333%}.slam-easyform .col-sm-9{width:75%}.slam-easyform .col-sm-8{width:66.66666667%}.slam-easyform .col-sm-7{width:58.33333333%}.slam-easyform .col-sm-6{width:50%}.slam-easyform .col-sm-5{width:41.66666667%}.slam-easyform .col-sm-4{width:33.33333333%}.slam-easyform .col-sm-3{width:25%}.slam-easyform .col-sm-2{width:16.66666667%}.slam-easyform .col-sm-1{width:8.33333333%}.slam-easyform .col-sm-pull-12{right:100%}.slam-easyform .col-sm-pull-11{right:91.66666667%}.slam-easyform .col-sm-pull-10{right:83.33333333%}.slam-easyform .col-sm-pull-9{right:75%}.slam-easyform .col-sm-pull-8{right:66.66666667%}.slam-easyform .col-sm-pull-7{right:58.33333333%}.slam-easyform .col-sm-pull-6{right:50%}.slam-easyform .col-sm-pull-5{right:41.66666667%}.slam-easyform .col-sm-pull-4{right:33.33333333%}.slam-easyform .col-sm-pull-3{right:25%}.slam-easyform .col-sm-pull-2{right:16.66666667%}.slam-easyform .col-sm-pull-1{right:8.33333333%}.slam-easyform .col-sm-pull-0{right:0}.slam-easyform .col-sm-push-12{left:100%}.slam-easyform .col-sm-push-11{left:91.66666667%}.slam-easyform .col-sm-push-10{left:83.33333333%}.slam-easyform .col-sm-push-9{left:75%}.slam-easyform .col-sm-push-8{left:66.66666667%}.slam-easyform .col-sm-push-7{left:58.33333333%}.slam-easyform .col-sm-push-6{left:50%}.slam-easyform .col-sm-push-5{left:41.66666667%}.slam-easyform .col-sm-push-4{left:33.33333333%}.slam-easyform .col-sm-push-3{left:25%}.slam-easyform .col-sm-push-2{left:16.66666667%}.slam-easyform .col-sm-push-1{left:8.33333333%}.slam-easyform .col-sm-push-0{left:0}.slam-easyform .col-sm-offset-12{margin-left:100%}.slam-easyform .col-sm-offset-11{margin-left:91.66666667%}.slam-easyform .col-sm-offset-10{margin-left:83.33333333%}.slam-easyform .col-sm-offset-9{margin-left:75%}.slam-easyform .col-sm-offset-8{margin-left:66.66666667%}.slam-easyform .col-sm-offset-7{margin-left:58.33333333%}.slam-easyform .col-sm-offset-6{margin-left:50%}.slam-easyform .col-sm-offset-5{margin-left:41.66666667%}.slam-easyform .col-sm-offset-4{margin-left:33.33333333%}.slam-easyform .col-sm-offset-3{margin-left:25%}.slam-easyform .col-sm-offset-2{margin-left:16.66666667%}.slam-easyform .col-sm-offset-1{margin-left:8.33333333%}.slam-easyform .col-sm-offset-0{margin-left:0}}@media (min-width:992px){.slam-easyform .col-md-1, .slam-easyform .col-md-2, .slam-easyform .col-md-3, .slam-easyform .col-md-4, .slam-easyform .col-md-5, .slam-easyform .col-md-6, .slam-easyform .col-md-7, .slam-easyform .col-md-8, .slam-easyform .col-md-9, .slam-easyform .col-md-10, .slam-easyform .col-md-11, .slam-easyform .col-md-12{float:left}.slam-easyform .col-md-12{width:100%}.slam-easyform .col-md-11{width:91.66666667%}.slam-easyform .col-md-10{width:83.33333333%}.slam-easyform .col-md-9{width:75%}.slam-easyform .col-md-8{width:66.66666667%}.slam-easyform .col-md-7{width:58.33333333%}.slam-easyform .col-md-6{width:50%}.slam-easyform .col-md-5{width:41.66666667%}.slam-easyform .col-md-4{width:33.33333333%}.slam-easyform .col-md-3{width:25%}.slam-easyform .col-md-2{width:16.66666667%}.slam-easyform .col-md-1{width:8.33333333%}.slam-easyform .col-md-pull-12{right:100%}.slam-easyform .col-md-pull-11{right:91.66666667%}.slam-easyform .col-md-pull-10{right:83.33333333%}.slam-easyform .col-md-pull-9{right:75%}.slam-easyform .col-md-pull-8{right:66.66666667%}.slam-easyform .col-md-pull-7{right:58.33333333%}.slam-easyform .col-md-pull-6{right:50%}.slam-easyform .col-md-pull-5{right:41.66666667%}.slam-easyform .col-md-pull-4{right:33.33333333%}.slam-easyform .col-md-pull-3{right:25%}.slam-easyform .col-md-pull-2{right:16.66666667%}.slam-easyform .col-md-pull-1{right:8.33333333%}.slam-easyform .col-md-pull-0{right:0}.slam-easyform .col-md-push-12{left:100%}.slam-easyform .col-md-push-11{left:91.66666667%}.slam-easyform .col-md-push-10{left:83.33333333%}.slam-easyform .col-md-push-9{left:75%}.slam-easyform .col-md-push-8{left:66.66666667%}.slam-easyform .col-md-push-7{left:58.33333333%}.slam-easyform .col-md-push-6{left:50%}.slam-easyform .col-md-push-5{left:41.66666667%}.slam-easyform .col-md-push-4{left:33.33333333%}.slam-easyform .col-md-push-3{left:25%}.slam-easyform .col-md-push-2{left:16.66666667%}.slam-easyform .col-md-push-1{left:8.33333333%}.slam-easyform .col-md-push-0{left:0}.slam-easyform .col-md-offset-12{margin-left:100%}.slam-easyform .col-md-offset-11{margin-left:91.66666667%}.slam-easyform .col-md-offset-10{margin-left:83.33333333%}.slam-easyform .col-md-offset-9{margin-left:75%}.slam-easyform .col-md-offset-8{margin-left:66.66666667%}.slam-easyform .col-md-offset-7{margin-left:58.33333333%}.slam-easyform .col-md-offset-6{margin-left:50%}.slam-easyform .col-md-offset-5{margin-left:41.66666667%}.slam-easyform .col-md-offset-4{margin-left:33.33333333%}.slam-easyform .col-md-offset-3{margin-left:25%}.slam-easyform .col-md-offset-2{margin-left:16.66666667%}.slam-easyform .col-md-offset-1{margin-left:8.33333333%}.slam-easyform .col-md-offset-0{margin-left:0}}@media (min-width:1200px){.slam-easyform .col-lg-1, .slam-easyform .col-lg-2, .slam-easyform .col-lg-3, .slam-easyform .col-lg-4, .slam-easyform .col-lg-5, .slam-easyform .col-lg-6, .slam-easyform .col-lg-7, .slam-easyform .col-lg-8, .slam-easyform .col-lg-9, .slam-easyform .col-lg-10, .slam-easyform .col-lg-11, .slam-easyform .col-lg-12{float:left}.slam-easyform .col-lg-12{width:100%}.slam-easyform .col-lg-11{width:91.66666667%}.slam-easyform .col-lg-10{width:83.33333333%}.slam-easyform .col-lg-9{width:75%}.slam-easyform .col-lg-8{width:66.66666667%}.slam-easyform .col-lg-7{width:58.33333333%}.slam-easyform .col-lg-6{width:50%}.slam-easyform .col-lg-5{width:41.66666667%}.slam-easyform .col-lg-4{width:33.33333333%}.slam-easyform .col-lg-3{width:25%}.slam-easyform .col-lg-2{width:16.66666667%}.slam-easyform .col-lg-1{width:8.33333333%}.slam-easyform .col-lg-pull-12{right:100%}.slam-easyform .col-lg-pull-11{right:91.66666667%}.slam-easyform .col-lg-pull-10{right:83.33333333%}.slam-easyform .col-lg-pull-9{right:75%}.slam-easyform .col-lg-pull-8{right:66.66666667%}.slam-easyform .col-lg-pull-7{right:58.33333333%}.slam-easyform .col-lg-pull-6{right:50%}.slam-easyform .col-lg-pull-5{right:41.66666667%}.slam-easyform .col-lg-pull-4{right:33.33333333%}.slam-easyform .col-lg-pull-3{right:25%}.slam-easyform .col-lg-pull-2{right:16.66666667%}.slam-easyform .col-lg-pull-1{right:8.33333333%}.slam-easyform .col-lg-pull-0{right:0}.slam-easyform .col-lg-push-12{left:100%}.slam-easyform .col-lg-push-11{left:91.66666667%}.slam-easyform .col-lg-push-10{left:83.33333333%}.slam-easyform .col-lg-push-9{left:75%}.slam-easyform .col-lg-push-8{left:66.66666667%}.slam-easyform .col-lg-push-7{left:58.33333333%}.slam-easyform .col-lg-push-6{left:50%}.slam-easyform .col-lg-push-5{left:41.66666667%}.slam-easyform .col-lg-push-4{left:33.33333333%}.slam-easyform .col-lg-push-3{left:25%}.slam-easyform .col-lg-push-2{left:16.66666667%}.slam-easyform .col-lg-push-1{left:8.33333333%}.slam-easyform .col-lg-push-0{left:0}.slam-easyform .col-lg-offset-12{margin-left:100%}.slam-easyform .col-lg-offset-11{margin-left:91.66666667%}.slam-easyform .col-lg-offset-10{margin-left:83.33333333%}.slam-easyform .col-lg-offset-9{margin-left:75%}.slam-easyform .col-lg-offset-8{margin-left:66.66666667%}.slam-easyform .col-lg-offset-7{margin-left:58.33333333%}.slam-easyform .col-lg-offset-6{margin-left:50%}.slam-easyform .col-lg-offset-5{margin-left:41.66666667%}.slam-easyform .col-lg-offset-4{margin-left:33.33333333%}.slam-easyform .col-lg-offset-3{margin-left:25%}.slam-easyform .col-lg-offset-2{margin-left:16.66666667%}.slam-easyform .col-lg-offset-1{margin-left:8.33333333%}.slam-easyform .col-lg-offset-0{margin-left:0}}
/* End */


/* Start:/bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.css?1747745902565*/
/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @version     v0.5.2, built on 2014-09-25 4:01:07 PM
 * @author      https://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */

.bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#3c763d}.nav-tabs li.bv-tab-error>a{color:#a94442}.bv-form .bv-icon-no-label{top:0}.bv-form .bv-icon-input-group{top:0;z-index:100}
/* End */


/* Start:/local/templates/bnk/components/slam/easyform/form/style.min.css?1747745907805*/
.slam-easyform .modal{text-align:center}@media screen and (min-width:768px){.slam-easyform .modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}}.slam-easyform .modal-dialog{display:inline-block;text-align:left;vertical-align:middle}.slam-easyform .modal .modal-header .title{margin:0;font-size:22px;display:inline-block}.hide-formvalidation small.help-block{display:none!important}@keyframes spinner{to{transform:rotate(360deg)}}.slam-easyform .spinner,.slam-easyform .spinner:hover{position:relative;color:transparent}.slam-easyform .spinner:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#333;animation:spinner .6s linear infinite}
/* End */
/* /css/main.css?1750957731114138 */
/* /bitrix/components/slam/easyform/lib/css/bootstrap.min.css?174774590222741 */
/* /bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.css?1747745902565 */
/* /local/templates/bnk/components/slam/easyform/form/style.min.css?1747745907805 */
