@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

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

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

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

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

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* stylelint-disable */
.ic {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
  position: relative;
  -webkit-transition: fill 0.15s ease-in-out;
  -o-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

.ic--arrow {
  height: 14px;
  width: 34px;
}

.ic--arrow-short {
  height: 14px;
  width: 17px;
}

.ic--balance {
  height: 44px;
  width: 56px;
}

.ic--brunch {
  height: 45px;
  width: 85px;
}

.ic--brunch_6 {
  height: 45px;
  width: 85px;
}

.ic--cake {
  height: 52px;
  width: 48px;
}

.ic--change {
  height: 48px;
  width: 56px;
}

.ic--check {
  height: 38px;
  width: 48px;
}

.ic--check-form {
  height: 10px;
  width: 11px;
}

.ic--checks {
  height: 38px;
  width: 65px;
}

.ic--clock {
  height: 48px;
  width: 48px;
}

.ic--close {
  height: 15px;
  width: 15px;
}

.ic--close-n {
  height: 21px;
  width: 21px;
}

.ic--coin {
  height: 48px;
  width: 48px;
}

.ic--credit {
  height: 52px;
  width: 50px;
}

.ic--doc {
  height: 41px;
  width: 34px;
}

.ic--error {
  height: 18px;
  width: 18px;
}

.ic--filter {
  height: 26px;
  width: 28px;
}

.ic--folder {
  height: 22px;
  width: 18px;
}

.ic--gallery {
  height: 19px;
  width: 19px;
}

.ic--gift {
  height: 47px;
  width: 47px;
}

.ic--gift-d-l {
  height: 180px;
  width: 250px;
}

.ic--gift-d-r {
  height: 180px;
  width: 217px;
}

.ic--gift-m {
  height: 71px;
  width: 207px;
}

.ic--gift-t-l {
  height: 151px;
  width: 134px;
}

.ic--gift-t-r {
  height: 164px;
  width: 116px;
}

.ic--help {
  height: 16px;
  width: 16px;
}

.ic--info {
  height: 11px;
  width: 4px;
}

.ic--logo {
  height: 34px;
  width: 54px;
}

.ic--logo-gr {
  height: 20px;
  width: 37px;
}

.ic--logo-small {
  height: 12px;
  width: 27px;
}

.ic--mail {
  height: 50px;
  width: 72px;
}

.ic--mail-m {
  height: 32px;
  width: 32px;
}

.ic--map-tag {
  height: 48px;
  width: 38px;
}

.ic--map-tag-nav {
  height: 18px;
  width: 16px;
}

.ic--medal {
  height: 49px;
  width: 43px;
}

.ic--menu {
  height: 14px;
  width: 17px;
}

.ic--navigator {
  height: 17px;
  width: 15px;
}

.ic--people {
  height: 44px;
  width: 54px;
}

.ic--percent {
  height: 46.156px;
  width: 44.24px;
}

.ic--percent_2 {
  height: 35px;
  width: 37px;
}

.ic--phone {
  height: 32px;
  width: 32px;
}

.ic--phone-m {
  height: 23px;
  width: 21px;
}

.ic--phone-red {
  height: 30px;
  width: 30px;
}

.ic--phone-v2 {
  height: 18px;
  width: 18px;
}

.ic--photo {
  height: 11.131px;
  width: 13.482px;
}

.ic--play {
  height: 60px;
  width: 60px;
}

.ic--question {
  height: 14px;
  width: 8px;
}

.ic--ru {
  height: 41px;
  width: 54px;
}

.ic--stars {
  height: 57px;
  width: 87px;
}

.ic--thumb_up {
  height: 46px;
  width: 47px;
}

.ic--trade-in {
  height: 35px;
  width: 52px;
}

.ic--ya-nav {
  height: 16px;
  width: 16px;
}

/* stylelint-enable */
/* source-sans-pro-300 - latin_cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../fonts/source-sans-pro/source-sans-pro-v11-latin_cyrillic-300.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v11-latin_cyrillic-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-regular - latin_cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../fonts/source-sans-pro/source-sans-pro-v11-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v11-latin_cyrillic-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-700 - latin_cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("../fonts/source-sans-pro/source-sans-pro-v11-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v11-latin_cyrillic-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'KIA';
  src: local("KIA Bold"), local("KIAB"), url("../fonts/kia/kiab.woff2") format("woff2"), url("../fonts/kia/kiab.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'KIA';
  src: local("KIA Light"), local("KIAL"), url("../fonts/kia/kial.woff2") format("woff2"), url("../fonts/kia/kial.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'KIA';
  src: local("KIA Medium"), local("KIAM"), url("../fonts/kia/kiam.woff2") format("woff2"), url("../fonts/kia/kiam.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'KiaSignature Regular';
  src: url("../fonts/kia2021/KiaSignatureFixRegularOptimized.woff2") format("woff"), url("../fonts/kia2021/KiaSignatureFixRegular.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'KiaSignature Bold';
  src: url("../fonts/kia2021/KiaSignatureFixBoldOptimized.woff2") format("woff"), url("../fonts/kia2021/KiaSignatureFixBold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  font-size: 16px;
}

html.menu_opened {
  overflow: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "KIA", Helvetica, Arial, sans-serif;
  min-height: 100%;
  color: #05141F;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-color: #fff;
}

body:before {
  content: '';
  background-color: rgba(5, 20, 31, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  z-index: -100;
  visibility: hidden;
}

.menu_opened body:before {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}

@media (min-width: 900px) {
  body:before {
    display: none;
  }
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.hidden {
  opacity: 0;
  position: absolute;
  z-index: -1;
  clip: rect(0, 0, 0, 0);
  visibility: hidden;
}

.strike,
del {
  text-decoration: line-through;
}

.full_width {
  width: 100%;
}

.nomarker {
  margin: 0;
  padding: 0;
}

.nomargin {
  margin-bottom: 0;
}

.center {
  text-align: center;
}

img.left,
img.float_left {
  float: left;
  margin: 5px 28px 5px 0;
}

img.right,
img.float_right {
  float: right;
  margin: 5px 0 5px 28px;
}

figure.float_left {
  margin: 0 20px 20px 0;
}

figure.float_right {
  margin: 0 0 20px 20px;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

::-webkit-input-placeholder {
  color: #c3c7d3;
}

:-moz-placeholder,
::-moz-placeholder {
  color: #c3c7d3;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #c3c7d3;
}

input::-ms-clear {
  display: none;
}

.page_content {
  padding-top: 3.875rem;
}

@media (min-width: 600px) {
  .page_content {
    padding-top: 4.6875rem;
  }
}

@media (min-width: 900px) {
  .page_content {
    padding-top: 5.5625rem;
  }
}

.anchor_placeholder {
  height: 3.875rem;
  margin-top: -3.875rem;
}

.top_info ~ .page_content .anchor_placeholder {
  height: 6.375rem;
  margin-top: -6.375rem;
}

@media (min-width: 600px) {
  .anchor_placeholder {
    height: 4.6875rem;
    margin-top: -4.6875rem;
  }
  .top_info ~ .page_content .anchor_placeholder {
    height: 7.1875rem;
    margin-top: -7.1875rem;
  }
}

@media (min-width: 900px) {
  .anchor_placeholder {
    height: 5.5625rem;
    margin-top: -5.5625rem;
  }
  .top_info ~ .page_content .anchor_placeholder {
    height: 8.0625rem;
    margin-top: -8.0625rem;
  }
}

.slider_arrow {
  margin-left: 0.3125rem;
  border: none;
  padding: 0 1.25rem;
  background-color: transparent;
  height: 2.5rem;
  line-height: 2.5rem;
  fill: #05141f66;
}

.slider_arrow:first-child {
  margin-left: -0.625rem;
}

.slider_arrow.slick-disabled, .slider_arrow.slick-disabled:hover {
  cursor: default;
}

.slider_arrow.slick-disabled .ic--arrow, .slider_arrow.slick-disabled:hover .ic--arrow {
  fill: #e4e4e4;
}

.slider_arrow--prev .ic--arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.change-photo {
  position: absolute;
  top: 19%;
  left: 72.5%;
  height: 63%;
  width: 10%;
  cursor: pointer;
}

.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

h1,
.countdown__value,
.likeh1 {
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 2rem;
  font-weight: bold;
  margin: 0 0 1.875rem;
}

h1:last-child,
.countdown__value:last-child,
.likeh1:last-child {
  margin-bottom: 0;
}

h1 .rub:before,
.countdown__value .rub:before,
.likeh1 .rub:before {
  height: 2px;
  width: 10px;
  top: 25px;
  left: 0;
}

@media (min-width: 600px) {
  h1,
  .countdown__value,
  .likeh1 {
    font-size: 2.375rem;
    line-height: 2.5rem;
  }
  h1 .rub:before,
  .countdown__value .rub:before,
  .likeh1 .rub:before {
    height: 3px;
    width: 14px;
  }
}

@media (min-width: 900px) {
  h1,
  .countdown__value,
  .likeh1 {
    margin: 0rem 0rem 1rem;
    font-size: 2.625rem;
    line-height: 3rem;
  }
}

@media (min-width: 1100px) {
  h1 .rub:before,
  .countdown__value .rub:before,
  .likeh1 .rub:before {
    height: 4px;
    width: 20px;
    top: 37px;
    left: -1px;
  }
}

h2,
.car__name,
.car__new_price,
.calc__title,
.calc_descr__text,
.offices_container .contacts_header__title,
.contacts_header__title,
.likeh2,
.section_title {
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: bold;
  margin: 0 0 1rem;
}

h2:last-child,
.car__name:last-child,
.car__new_price:last-child,
.calc__title:last-child,
.calc_descr__text:last-child,
.contacts_header__title:last-child,
.likeh2:last-child,
.section_title:last-child {
  margin-bottom: 0;
}

h2 .rub:before,
.car__name .rub:before,
.car__new_price .rub:before,
.calc__title .rub:before,
.calc_descr__text .rub:before,
.contacts_header__title .rub:before,
.likeh2 .rub:before,
.section_title .rub:before {
  top: 18px;
  left: -1px;
  height: 2px;
  width: 10px;
}

@media (min-width: 600px) {
  h2,
  .car__name,
  .car__new_price,
  .calc__title,
  .calc_descr__text,
  .offices_container .contacts_header__title,
  .contacts_header__title,
  .likeh2,
  .section_title {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  h2 .rub:before,
  .car__name .rub:before,
  .car__new_price .rub:before,
  .calc__title .rub:before,
  .calc_descr__text .rub:before,
  .contacts_header__title .rub:before,
  .likeh2 .rub:before,
  .section_title .rub:before {
    top: 23px;
    height: 3px;
    left: 0;
    width: 12px;
  }
}

@media (min-width: 900px) {
  h2,
  .car__name,
  .car__new_price,
  .calc__title,
  .calc_descr__text,
  .offices_container .contacts_header__title,
  .contacts_header__title,
  .likeh2,
  .section_title {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
  h2 .rub:before,
  .car__name .rub:before,
  .car__new_price .rub:before,
  .calc__title .rub:before,
  .calc_descr__text .rub:before,
  .contacts_header__title .rub:before,
  .likeh2 .rub:before,
  .section_title .rub:before {
    top: 25px;
  }
}

@media (min-width: 1100px) {
  h2,
  .car__name,
  .car__new_price,
  .calc__title,
  .calc_descr__text,
  .offices_container .contacts_header__title,
  .contacts_header__title,
  .likeh2,
  .section_title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  h2 .rub:before,
  .car__name .rub:before,
  .car__new_price .rub:before,
  .calc__title .rub:before,
  .calc_descr__text .rub:before,
  .contacts_header__title .rub:before,
  .likeh2 .rub:before,
  .section_title .rub:before {
    top: 29px;
    width: 14px;
  }
}

h3,
.personal_offer__another_phone,
.quotes_slider_slide__author,
.gift__title,
.color_options__title,
.color_options__value,
.contact_people__name,
.form_success__title,
.likeh3 {
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin: 0 0 1rem;
}

h3:last-child,
.personal_offer__another_phone:last-child,
.quotes_slider_slide__author:last-child,
.gift__title:last-child,
.color_options__title:last-child,
.color_options__value:last-child,
.contact_people__name:last-child,
.form_success__title:last-child,
.likeh3:last-child {
  margin-bottom: 0;
}

h3 .rub:before,
.personal_offer__another_phone .rub:before,
.quotes_slider_slide__author .rub:before,
.gift__title .rub:before,
.color_options__title .rub:before,
.color_options__value .rub:before,
.contact_people__name .rub:before,
.form_success__title .rub:before,
.likeh3 .rub:before {
  height: 1px;
  width: 6px;
  top: 13px;
  left: 0;
}

@media (min-width: 600px) {
  h3,
  .personal_offer__another_phone,
  .quotes_slider_slide__author,
  .gift__title,
  .color_options__title,
  .color_options__value,
  .contact_people__name,
  .form_success__title,
  .likeh3 {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}

@media (min-width: 900px) {
  h3,
  .personal_offer__another_phone,
  .quotes_slider_slide__author,
  .gift__title,
  .color_options__title,
  .color_options__value,
  .contact_people__name,
  .form_success__title,
  .likeh3 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1100px) {
  h3,
  .personal_offer__another_phone,
  .quotes_slider_slide__author,
  .gift__title,
  .color_options__title,
  .color_options__value,
  .contact_people__name,
  .form_success__title,
  .likeh3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  h3 .rub:before,
  .personal_offer__another_phone .rub:before,
  .quotes_slider_slide__author .rub:before,
  .gift__title .rub:before,
  .color_options__title .rub:before,
  .color_options__value .rub:before,
  .contact_people__name .rub:before,
  .form_success__title .rub:before,
  .likeh3 .rub:before {
    width: 8px;
    top: 20px;
  }
}

h4,
.hero_section__anchor_link,
.gallery_link__counter,
.likeh4 {
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin: 0 0 1rem;
}

h4:last-child,
.hero_section__anchor_link:last-child,
.gallery_link__counter:last-child,
.likeh4:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  h4,
  .hero_section__anchor_link,
  .gallery_link__counter,
  .likeh4 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

@media (min-width: 1100px) {
  h4,
  .hero_section__anchor_link,
  .gallery_link__counter,
  .likeh4 {
    line-height: 1.5rem;
  }
}

h5,
.likeh5 {
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: normal;
  margin: 0 0 0.625rem;
}

h5:last-child,
.likeh5:last-child {
  margin-bottom: 0;
}

h6 {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: bold;
  margin: 0 0 0.625rem;
}

h6:last-child {
  margin-bottom: 0;
}

p,
.modal_car_info_text__value {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1.25rem;
}

p:last-child,
.modal_car_info_text__value:last-child {
  margin-bottom: 0;
}

p .rub:before,
.modal_car_info_text__value .rub:before {
  height: 1px;
  width: 5px;
  top: 10px;
  left: 0;
}

@media (min-width: 1100px) {
  p,
  .modal_car_info_text__value {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  p .rub:before,
  .modal_car_info_text__value .rub:before {
    top: 15px;
  }
}

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

ol {
  list-style-position: outside;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

li {
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #05141F;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-bottom-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-bottom-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-bottom-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-bottom-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-bottom-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  text-decoration: none;
  border-bottom: 1px solid #e4e4e4;
}

a[href^='tel:'], a[href^='mailto:'] {
  color: currentColor;
  border-bottom-color: transparent;
}

a[href^='tel:']:hover, a[href^='mailto:']:hover {
  text-decoration: none;
  color: currentColor;
  border-bottom-color: transparent;
}

a:hover {
  color: #F3C300;
  border-bottom-color: #F3C300;
}

a.active {
  color: #05141F;
}

.pseudo_link {
  color: #05141F;
  border-bottom: 1px dotted #05141F;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}

.pseudo_link:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}

:focus,
a:focus {
  outline: none;
}

.rub {
  white-space: nowrap;
  position: relative;
}

.rub:before {
  content: '';
  background-color: currentColor;
  display: block;
  position: absolute;
  height: 1px;
  width: 7px;
  top: 11px;
  left: -1px;
}

.form__label, .more_offers__text, .hero_section__table_container table th, .programs_content__hint, .countdown__hint, .calc_switcher__option--full .calc_switcher__model, .calc_slider__label, .calc_slider__range, .calc_desrc__terms, .calc_banks__title, .gift__terms, .equipment__quantity, .equipment__details_btn, .equipment_table__hint, .filters_list_wrapper__hint, .filter__selected_option, .color_options__key, .color_options__hint, .additional_car__table th, .contact__inner .slider__counter, .contact_department__text, .contact_people__role, .contacts_header__text, .dealership__address, .dealership__time, .dealership_card__navigator_text, .dealership_card__time .tooltip_container__link, .dealership_departments__text, .dealership_people__role, .dealership_people_slider__counter, .modal__hint, .modal_car_info_text__title, .request_footer__col {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #69727999;
}

.form__label .rub:before, .more_offers__text .rub:before, .hero_section__table_container table th .rub:before, .programs_content__hint .rub:before, .countdown__hint .rub:before, .calc_switcher__option--full .calc_switcher__model .rub:before, .calc_slider__label .rub:before, .calc_slider__range .rub:before, .calc_desrc__terms .rub:before, .calc_banks__title .rub:before, .gift__terms .rub:before, .equipment__quantity .rub:before, .equipment__details_btn .rub:before, .equipment_table__hint .rub:before, .filters_list_wrapper__hint .rub:before, .filter__selected_option .rub:before, .color_options__key .rub:before, .color_options__hint .rub:before, .additional_car__table th .rub:before, .contact__inner .slider__counter .rub:before, .contact_department__text .rub:before, .contact_people__role .rub:before, .contacts_header__text .rub:before, .dealership__address .rub:before, .dealership__time .rub:before, .dealership_card__navigator_text .rub:before, .dealership_card__time .tooltip_container__link .rub:before, .dealership_departments__text .rub:before, .dealership_people__role .rub:before, .dealership_people_slider__counter .rub:before, .modal__hint .rub:before, .modal_car_info_text__title .rub:before, .request_footer__col .rub:before {
  height: 1px;
  width: 5px;
  top: 9px;
  left: 0;
}

@media (min-width: 900px) {
  .form__label .rub:before, .more_offers__text .rub:before, .hero_section__table_container table th .rub:before, .programs_content__hint .rub:before, .countdown__hint .rub:before, .calc_switcher__option--full .calc_switcher__model .rub:before, .calc_slider__label .rub:before, .calc_slider__range .rub:before, .calc_desrc__terms .rub:before, .calc_banks__title .rub:before, .gift__terms .rub:before, .equipment__quantity .rub:before, .equipment__details_btn .rub:before, .equipment_table__hint .rub:before, .filters_list_wrapper__hint .rub:before, .filter__selected_option .rub:before, .color_options__key .rub:before, .color_options__hint .rub:before, .additional_car__table th .rub:before, .contact__inner .slider__counter .rub:before, .contact_department__text .rub:before, .contact_people__role .rub:before, .contacts_header__text .rub:before, .dealership__address .rub:before, .dealership__time .rub:before, .dealership_card__navigator_text .rub:before, .dealership_card__time .tooltip_container__link .rub:before, .dealership_departments__text .rub:before, .dealership_people__role .rub:before, .dealership_people_slider__counter .rub:before, .modal__hint .rub:before, .modal_car_info_text__title .rub:before, .request_footer__col .rub:before {
    top: 11px;
  }
}

.nowrap {
  white-space: nowrap;
}

.page_header {
  height: 3.875rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 301;
  background-color: #fff;
  border-bottom: 1px solid rgba(105, 114, 121, 0.2);
}

.page_header:before {
  content: '';
  background-color: rgba(248, 248, 248, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  z-index: -100;
  visibility: hidden;
}

.menu_opened .page_header:before {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}

@media (min-width: 1100px) {
  .page_header {
    height: 4.6875rem;
  }
  .page_header:before {
    display: none;
  }
}

@media (min-width: 600px) {
  .page_header {
    height: 4.6875rem;
  }
}

@media (min-width: 900px) {
  .page_header {
    height: 5.5625rem;
  }
}

.page_header__inner {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem 1.25rem;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page_header__inner .logo {
  margin-right: 0.125rem;
}

@media (min-width: 600px) {
  .page_header__inner {
    padding: 0rem 2.5rem;
    max-width: 77.5rem;
    margin: 0 auto;
  }
  .page_header__inner .logo {
    margin-right: 0.875rem;
  }
}

@media (min-width: 900px) {
  .page_header__inner .contact_phone {
    white-space: nowrap;
    margin-left: 1.125rem;
  }
}

@media (min-width: 1100px) {
  .page_header__inner {
    max-width: 77.5rem;
    padding: 0rem 1.25rem;
  }
  .page_header__inner .logo {
    width: 56px;
    height: 51px;
    margin-right: 1.25rem;
    margin-top: 0;
  }
  .page_header__inner .logo svg {
    width: 56px;
    height: 34px;
  }
  .page_header__inner .contact_phone {
    margin-left: 2.375rem;
  }
}

.page_header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.menu_opened .page_header__left {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.page_header__separator {
  height: 1.3125rem;
  width: 1px;
  background-color: rgba(5, 20, 31, 0.1);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 600px) {
  .page_header__separator {
    height: 1.5625rem;
    margin-right: 0.625rem;
  }
}

@media (min-width: 1100px) {
  .page_header__separator {
    height: 2rem;
    margin-right: 0.9375rem;
  }
}

.page_header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_header__right > .main_nav__item--contacts {
  display: none;
}

.menu_opened .page_header__right > .main_nav__item--contacts {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

@media (min-width: 600px) {
  .page_header__right {
    margin-top: -5px;
  }
}

@media (min-width: 900px) {
  .page_header__right {
    margin-top: -1px;
  }
  .page_header__right > .main_nav__item--contacts {
    display: block;
  }
}

@media (min-width: 1100px) {
  .page_header__right > .main_nav__item--contacts {
    display: none;
  }
  .page_header__right > .phone_link {
    display: none;
  }
}

.logo__link {
  width: 2.9375rem;
  height: 1.8125rem;
  display: block;
  margin-top: 0.5rem;
  border-bottom: none;
}

.logo__link .ic--logo {
  width: 2.375rem;
  height: 1.4375rem;
}

@media (min-width: 600px) {
  .logo__link {
    width: 2.5625rem;
    height: 2.375rem;
  }
  .logo__link .ic--logo {
    width: 2.6875rem;
    height: 1.625rem;
  }
}

@media (min-width: 900px) {
  .logo__link {
    width: 2.6875rem;
    height: 2.125rem;
  }
  .logo__link .ic--logo {
    width: 2.75rem;
    height: 1.625rem;
  }
}

@media (min-width: 1100px) {
  .logo__link {
    width: 3.5rem;
    height: 2.125rem;
  }
}

.name {
  font-size: 0.75rem;
  color: #05141F;
  line-height: 1rem;
}

@media (max-width: 599px) {
  .name {
    display: none;
  }
}

@media (min-width: 900px) {
  .name {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

@media (min-width: 1100px) {
  .name {
    padding-left: 0.75rem;
  }
  .name span {
    font-size: 0.875rem;
  }
}

.main_nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 14rem;
  background-color: #fff;
  padding: 4.6875rem 1.25rem 1.5rem;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  z-index: 1000;
}

.menu_opened .main_nav {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.menu_opened .main_nav .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 1.5rem;
  left: 1.25rem;
  margin-bottom: 0;
}

.main_nav .name {
  display: none;
}

@media (min-width: 600px) {
  .main_nav {
    width: 18.125rem;
    padding: 4.875rem 2.5rem 1.5rem;
  }
  .menu_opened .main_nav .name {
    left: 2.5rem;
  }
}

@media (min-width: 900px) {
  .main_nav {
    width: 18.75rem;
  }
}

@media (min-width: 1100px) {
  .main_nav {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
    padding: 0;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1100px) {
  .main_nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main_nav__item {
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  font-family: "KIA", Helvetica, Arial, sans-serif;
}

.main_nav__item.is_active .main_nav__link {
  color: #F3C300;
}

.menu_opened .main_nav__item {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(5, 20, 31, 0.1);
}

.menu_opened .main_nav__item.main_nav__item--contacts .main_nav__link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu_opened .main_nav__item.main_nav__item--contacts .ic--map-tag-nav {
  margin: 0;
}

.menu_opened .main_nav__item.is_active {
  border-bottom-color: #F3C300;
  -webkit-box-shadow: 0 1px 0 0 #F3C300;
          box-shadow: 0 1px 0 0 #F3C300;
}

@media (min-width: 900px) {
  .main_nav__item {
    font-size: 1rem;
    white-space: nowrap;
    position: relative;
  }
  .main_nav__item.main_nav__item--contacts:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1.75rem;
    width: 0;
    height: 2px;
    background-color: #F3C300;
    -webkit-transition: width 0.15s ease-in-out;
    -o-transition: width 0.15s ease-in-out;
    transition: width 0.15s ease-in-out;
  }
  .main_nav__item.main_nav__item--contacts.is_active:before {
    width: 100%;
    -webkit-transition: width 0.15s ease-in-out;
    -o-transition: width 0.15s ease-in-out;
    transition: width 0.15s ease-in-out;
  }
  .main_nav__item.main_nav__item--contacts.is_active .main_nav__link {
    color: #F3C300;
  }
  .menu_opened .main_nav__item.main_nav__item--contacts:before {
    display: none;
  }
}

@media (min-width: 1100px) {
  .main_nav__item {
    font-size: 1.25rem;
    margin-left: 2.375rem;
    height: 1.25rem;
    margin-bottom: 0;
  }
  .main_nav__item:not(.main_nav__item--contacts) {
    display: block;
  }
  .main_nav__item:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1.75rem;
    width: 0;
    height: 2px;
    background-color: #F3C300;
    -webkit-transition: width 0.15s ease-in-out;
    -o-transition: width 0.15s ease-in-out;
    transition: width 0.15s ease-in-out;
  }
  .main_nav__item.is_active:before {
    width: 100%;
    -webkit-transition: width 0.15s ease-in-out;
    -o-transition: width 0.15s ease-in-out;
    transition: width 0.15s ease-in-out;
  }
  .main_nav__item.is_active .main_nav__link {
    color: #F3C300;
  }
}

.main_nav__link {
  color: #05141F;
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* For Webkit-based only */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .main_nav__link {
    -webkit-text-stroke: 0.55px;
    font-weight: 300;
  }
}

.main_nav__link:hover {
  border-bottom: none;
}

.main_nav__link .ic {
  fill: #c3c7d3;
  position: absolute;
  right: 0;
}

@media (min-width: 1100px) {
  .main_nav__link .ic {
    position: static;
    margin-right: 0.5rem;
  }
}

.contact_phone {
  color: #05141F;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 3.25rem;
}

.main_nav .contact_phone {
  position: absolute;
  left: 1.25rem;
  bottom: 4rem;
}

@media (min-width: 600px) {
  .main_nav .contact_phone {
    left: 2.5rem;
  }
}

@media (min-width: 900px) {
  .contact_phone {
    margin-right: 0;
  }
}

@media (min-width: 1100px) {
  .contact_phone {
    font-size: 1.125rem;
  }
  .main_nav .contact_phone {
    position: static;
    margin-left: 3.125rem;
  }
}

.main_nav__title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 2.8125rem;
}

@media (min-width: 900px) {
  .main_nav__title {
    font-size: 1.125rem;
  }
}

@media (min-width: 1100px) {
  .main_nav__title {
    display: none;
  }
}

.main_nav_open_link {
  border: none;
  margin-left: 1.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main_nav_open_link .ic--close {
  display: none;
}

.menu_opened .main_nav_open_link {
  position: fixed;
  z-index: 1001;
  top: 1.25rem;
  right: 1.25rem;
}

.menu_opened .main_nav_open_link .ic--menu {
  display: none;
}

.menu_opened .main_nav_open_link .ic--close {
  display: inline-block;
}

.main_nav_open_link:hover .ic {
  fill: #05141F;
}

@media (min-width: 600px) {
  .menu_opened .main_nav_open_link {
    top: 2rem;
    right: 2.5rem;
  }
}

@media (min-width: 900px) {
  .main_nav_open_link {
    margin-left: 1.875rem;
  }
}

@media (min-width: 1100px) {
  .main_nav_open_link {
    display: none;
  }
}

.phone_link {
  border: none;
  overflow: hidden;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #F3C300;
  text-align: center;
  line-height: 1.75rem;
}

.phone_link .ic--phone-m {
  fill: #fff;
  margin-top: 0.25rem;
}

@media (min-width: 600px) {
  .phone_link {
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    font-size: 1.125rem;
    font-weight: bold;
  }
  .phone_link .ic--phone-m {
    display: none;
  }
}

@media (min-width: 900px) {
  .phone_link {
    margin-left: 1.875rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625rem;
}

.logo_company img {
  max-width: 4.75rem;
  margin-left: 0.5rem;
  margin-top: 0.125rem;
}

.main_nav .logo_company {
  display: block;
}

@media (min-width: 600px) {
  .logo_company {
    margin-right: 1rem;
  }
  .logo_company img {
    max-width: 5.4375rem;
    margin-left: 0.375rem;
    margin-top: -0.25rem;
  }
}

@media (min-width: 900px) {
  .logo_company img {
    max-width: 5.5625rem;
    margin-left: 0.75rem;
    margin-top: 0rem;
  }
}

.error_page .page_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5.25rem;
  border-bottom: none;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0rem 1.875rem;
  max-width: 87.5rem;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .error_page .page_header {
    padding: 0rem 2.5rem;
  }
}

@media (min-width: 900px) {
  .error_page .page_header {
    padding: 0rem 3.125rem;
    height: 5.625rem;
  }
}

@media (min-width: 1100px) {
  .error_page .page_header {
    height: 6.875rem;
    padding: 0rem 3.75rem;
  }
}

.error_page .page_header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

.error_page .logo {
  width: 2.5rem;
  height: 1.5rem;
  margin-right: 0.125rem;
}

@media (min-width: 1100px) {
  .error_page .logo {
    width: 2.875rem;
    height: 1.75rem;
    margin-right: 1.75rem;
  }
}

.error_page .logo__link {
  height: 100%;
  width: 100%;
  display: block;
  border-bottom: none;
}

.error_page .logo__link .ic--logo {
  width: 100%;
  height: inherit;
}

.error_page .name {
  color: #69727999;
  font-weight: normal;
}

@media (max-width: 599px) {
  .error_page .name {
    display: none;
  }
}

@media (min-width: 600px) {
  .error_page .name {
    font-size: 0.75rem;
  }
}

@media (min-width: 1100px) {
  .error_page .name {
    font-size: 0.875rem;
  }
}

.error_page .page_header__inner--right {
  justify-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 900px) {
  .error_page .page_header__inner--right .ic {
    display: none;
  }
}

.error_page .phone_link,
.error_page .email_link {
  color: #05141F;
  border-bottom-width: 0;
  border-bottom-color: #e4e4e4;
}

.error_page .phone_link span,
.error_page .email_link span {
  display: none;
}

.error_page .phone_link .ic,
.error_page .email_link .ic {
  border-radius: 50%;
}

@media (min-width: 900px) {
  .error_page .phone_link,
  .error_page .email_link {
    font-size: 1rem;
    border-bottom-width: 1px;
  }
  .error_page .phone_link span,
  .error_page .email_link span {
    display: inline;
  }
}

@media (min-width: 1100px) {
  .error_page .phone_link,
  .error_page .email_link {
    font-size: 1.125rem;
  }
}

.error_page .phone_link {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 0.625rem;
  display: block;
  position: static;
  border-radius: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (min-width: 900px) {
  .error_page .phone_link {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
    background-color: transparent;
  }
}

.error_page .email_link {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 900px) {
  .error_page .email_link {
    margin-left: 1.9375rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .error_page .email_link:hover {
    color: #F3C300;
    border-bottom-color: #F3C300;
  }
}

@media (min-width: 1100px) {
  .error_page .email_link {
    margin-left: 1.75rem;
  }
}

.page_footer {
  background-color: #fff;
  padding-top: 1.375rem;
  padding-bottom: 3.125rem;
}

@media (min-width: 600px) {
  .page_footer {
    padding-top: 6.0625rem;
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 900px) {
  .page_footer {
    padding-top: 3.875rem;
    padding-bottom: 2.75rem;
  }
}

.page_footer__inner {
  padding: 0rem 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 72.5rem;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .page_footer__inner {
    padding: 0rem 2.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1100px) {
  .page_footer__inner {
    padding: 0;
  }
}

.page_footer__left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.9375rem;
  width: 60%;
}

@media (min-width: 600px) {
  .page_footer__left {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 900px) {
  .page_footer__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

.page_footer__logo {
  border: none;
  margin-right: 0.75rem;
  position: relative;
  margin-bottom: 0.625rem;
  margin-top: -0.3125rem;
}

@media (min-width: 600px) {
  .page_footer__logo {
    top: -2px;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.copyright {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0;
}

.gr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gr .ic--logo-gr {
  width: 22px;
  height: 12px;
  margin-bottom: 0.625rem;
}

@media (min-width: 600px) {
  .gr .ic--logo-gr {
    width: 26px;
    height: 14px;
    top: -2px;
    margin-bottom: 0;
  }
}

.gr__text {
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gr__text span {
  max-width: 5rem;
}

@media (min-width: 600px) {
  .gr__text {
    display: block;
  }
  .gr__text span {
    margin-left: 0.75rem;
    max-width: inherit;
  }
}

.page_footer__right {
  width: 50%;
}

@media (min-width: 600px) {
  .page_footer__right {
    width: auto;
  }
}

@media (min-width: 1100px) {
  .page_footer__right {
    width: 17.375rem;
  }
}

.page_footer_terms {
  max-width: 72.5rem;
  margin: 0.25rem auto 0;
  border-top: 1px solid #F8F8F8;
  padding-top: 1.875rem;
  width: calc(100% - 40px);
}

@media (min-width: 600px) {
  .page_footer_terms {
    width: calc(100% - 80px);
  }
}

.page_footer_apps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -21px;
  padding-top: 13px;
  padding-bottom: 18px;
  padding-left: 20px;
  background: #F8F8F8;
}

.page_footer_apps .page_footer_apps__title {
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 9px;
  color: #05141F;
}

.page_footer_apps .page_footer_apps__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_footer_apps .page_footer_apps__icons .app_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 23px;
  text-decoration: none;
  border: none;
  outline: none;
}

.page_footer_apps .page_footer_apps__icons .app_icon .app_icon_image {
  margin-right: 10px;
}

.page_footer_apps .page_footer_apps__icons .app_icon .app_icon_image.google {
  width: 19px;
  height: 22px;
  background: url(/media/images/icon-gle.png) no-repeat;
}

.page_footer_apps .page_footer_apps__icons .app_icon .app_icon_image.apple {
  width: 17px;
  height: 21px;
  background: url(/media/images/icon-apple.png) no-repeat;
}

.page_footer_apps .page_footer_apps__icons .app_icon .app_icon_text {
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #05141F;
}

.page_footer_apps.desktop {
  display: none;
}

@media (min-width: 600px) {
  .page_footer_apps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: -35px;
    padding-left: 41px;
    padding-bottom: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page_footer_apps .page_footer_apps__title {
    margin-right: 49px;
  }
  .page_footer_apps .page_footer_apps__icons {
    margin-top: -11px;
  }
}

@media (min-width: 900px) {
  .page_footer_apps {
    margin-top: -10px;
  }
  .page_footer_apps .page_footer_apps__icons {
    margin-top: -7px;
  }
  .page_footer_apps .page_footer_apps__icons .app_icon {
    margin-right: 21px;
  }
}

@media (min-width: 1100px) {
  .page_footer_apps.mobile {
    display: none;
  }
  .page_footer_apps.desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
    margin-top: 38px;
    position: absolute;
    padding-left: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page_footer_apps.desktop .page_footer_apps__title {
    margin-bottom: 15px;
  }
  .page_footer_apps.desktop .page_footer_apps__icons {
    margin-top: 0;
    margin-left: 2px;
  }
}

.page_footer_terms__open {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #05141F;
}

.page_footer_terms__open .ic {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 0.5rem;
}

.page_footer_terms__content {
  max-height: 0;
  overflow: hidden;
}

.page_footer_terms__content.is_terms_full {
  max-height: 10000px;
}

.terms_text {
  color: #69727999;
  margin-bottom: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1rem;
  max-width: 54rem;
}

@media (min-width: 600px) {
  .terms_text {
    line-height: 1.125rem;
  }
}

a.btn {
  position: relative;
}

a.btn:after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform .25s ease-out;
  -webkit-transition: -webkit-transform .25s ease-out;
  -o-transition: transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
  will-change: transform;
  pointer-events: none;
}

a.btn:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

a.btn:hover {
  color: #fff;
  border-bottom-color: #05141F;
}

.btn {
  border-radius: 3px;
  border: solid 1px #05141F;
  line-height: 1.25rem;
  font-size: 1rem;
  font-weight: bold;
  font-family: "KiaSignature Bold", Helvetica, Arial, sans-serif;
  background-color: #05141F;
  padding: 0.75rem 1.25rem;
  color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.btn a, .btn span {
  position: relative;
  border: none;
}

.btn a:after, .btn span:after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform .25s ease-out;
  -webkit-transition: -webkit-transform .25s ease-out;
  -o-transition: transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
  will-change: transform;
  pointer-events: none;
}

.btn a:hover:after, .btn span:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.btn a:hover {
  color: #05141F;
  border-bottom-color: #05141F;
}

.btn[disabled='disabled'] {
  background-color: #05141f66;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}

.btn.btn--secondary {
  border-color: #848aa2;
  background-color: #848aa2;
  line-height: 1.125rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.btn.btn--secondary:hover, .btn.btn--secondary:active {
  border-color: #71778e;
  background-color: #71778e;
}

.kia .btn {
  font-family: "KIA", Helvetica, Arial, sans-serif;
}

.btn.btn--light {
  border-color: #F8F8F8;
  background-color: #f2f3f7;
  color: #848aa2;
}

.btn.btn--light:hover, .btn.btn--light:active {
  border-color: #e43a41;
  background-color: #e43a41;
  color: #fff;
}

.btn.btn--inverse {
  border-color: #05141F;
  background-color: #fff;
  color: #05141F;
}

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

@media (min-width: 600px) {
  .btn {
    white-space: nowrap;
    text-align: center;
    line-height: 2.875rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}

@media (min-width: 900px) {
  .btn {
    line-height: 3rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .btn.btn--small {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0.5rem 0.875rem;
  }
}

@media (min-width: 1100px) {
  .btn {
    font-size: 1.125rem;
    line-height: 3.25rem;
  }
}

.label_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.label_container__text {
  line-height: 1.125rem;
  font-size: 0.75rem;
  font-family: "KIA", Helvetica, Arial, sans-serif;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.checkbox_block {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.125rem;
  position: relative;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.checkbox_block--disabled {
  cursor: not-allowed;
}

.checkbox_block__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  opacity: 0;
  visibility: hidden;
}

.checkbox_block:hover .checkbox_block__input:checked + .checkbox_block__bg,
.checkbox_block__input:checked + .checkbox_block__bg {
  border-color: #05141F;
}

.checkbox_block:hover .checkbox_block__input:checked + .checkbox_block__bg .ic,
.checkbox_block__input:checked + .checkbox_block__bg .ic {
  opacity: 1;
}

.checkbox_block__bg {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  border: 1px solid #c3c7d3;
  margin-right: 0.625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  top: 0.125rem;
  -webkit-transition: border-color 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}

.checkbox_block__bg .ic {
  opacity: 0;
}

.checkbox_block:hover .checkbox_block__bg {
  border-color: #848aa2;
}

.checkbox_block--disabled .checkbox_block__bg,
.checkbox_block--disabled:hover .checkbox_block__bg {
  background-color: rgba(195, 199, 211, 0.5);
  border-color: rgba(195, 199, 211, 0.5);
}

.checkbox_block__text {
  color: #05141F;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox_block--disabled .checkbox_block__text {
  color: #c3c7d3;
}

.form .btn {
  margin: 0.6875rem 0rem 1.25rem;
}

.form__row {
  position: relative;
  margin-bottom: 1.25rem;
}

.form__inner {
  position: relative;
}

.form__label {
  padding-left: 1.25rem;
  margin-bottom: 0.625rem;
  display: block;
}

.form__input {
  height: 2.9375rem;
  border-radius: 3px;
  background-color: #F8F8F8;
  width: 100%;
  border: 1px solid #F8F8F8;
  color: #05141F;
  font-family: "KiaSignature Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 2.8125rem;
  padding: 0rem 1.25rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form__input:hover {
  border-color: #c3c7d3;
}

.form__input:focus {
  background-color: #fff;
  border-color: #c3c7d3;
}

.kia .form__input {
  font-family: "KIA", Helvetica, Arial, sans-serif;
}

@media (min-width: 900px) {
  .form__input {
    height: 3.1875rem;
    font-size: 1.125rem;
    line-height: 3.0625rem;
  }
}

@media (min-width: 900px) {
  .form__input--b {
    height: 3.8125rem;
    font-size: 1.125rem;
    line-height: 3.6875rem;
    padding: 0rem 1.625rem;
  }
}

textarea.form__input {
  padding: 0.875rem 1.25rem;
  line-height: 1.5rem;
  resize: none;
}

.form__input--error {
  border-color: #ed1c24;
  background-color: #fff;
}

.form__input--error:hover, .form__input--error:focus {
  border-color: #ed1c24;
}

.error_text {
  font-size: 0.75rem;
  line-height: 0.875rem;
  position: absolute;
  left: 1.25rem;
  top: 3.125rem;
  color: #EA0029;
  padding-right: 1.75rem;
  background: url(../images/error.svg) 100% 50% no-repeat;
  display: block;
  text-align: right;
  max-width: 9.375rem;
}

@media (min-width: 900px) {
  .error_text {
    left: auto;
    right: 0.625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#agree-error {
  text-align: left !important;
  max-width: 100%;
  top: 5em;
  left: 0;
  padding-left: 1.75rem;
  background: url(../images/error.svg) 0 50% no-repeat;
  line-height: 1.25rem;
}

@media (min-width: 900px) {
  #agree-error {
    left: 0;
    right: 0.625rem;
    top: 4.5em;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.tooltip_container_inline {
  display: inline-block;
  vertical-align: middle;
}

.tooltip_container_inline .tooltip_container__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  color: #848aa2;
  background-color: #F8F8F8;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.625rem;
  padding: 0;
  border: none;
  line-height: normal;
}

.tooltip_container_inline .tooltip_container__link:hover ~ .tooltip {
  opacity: 1;
  visibility: visible;
}

.tooltip_container_inline .tooltip_container__link:hover ~ .tooltip__overlay {
  opacity: 1;
  visibility: visible;
}

.tooltip_container_inline .tooltip__inner {
  background: #fff;
  border-radius: 14px 14px 0 0;
  padding: 19px 30px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 203;
  color: #848aa2;
  margin-bottom: 0;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tooltip_container_inline .tooltip__inner:before, .tooltip_container_inline .tooltip__inner:after {
  display: none;
}

.tooltip_container_inline .tooltip__inner p {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tooltip_container_inline .tooltip__inner p:not(:last-of-type) {
  margin-bottom: 1.25rem;
}

.tooltip_container_inline .tooltip__close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}

.tooltip_container_inline .tooltip__close .ic {
  fill: #848aa2;
}

.tooltip_container_inline .tooltip__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 202;
  background-color: rgba(5, 20, 31, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media (min-width: 1100px) {
  .tooltip_container_inline .tooltip__close {
    display: none;
  }
  .tooltip_container_inline .tooltip {
    right: -6.25rem;
  }
  .tooltip_container_inline .tooltip__overlay {
    display: none;
  }
  .tooltip_container_inline .tooltip__inner {
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    border-color: transparent;
    padding: 1rem 1.125rem;
    width: 33.375rem;
    margin-bottom: 1.25rem;
    border-radius: 6px;
    left: auto;
    position: absolute;
  }
  .tooltip_container_inline .tooltip__inner:after {
    display: block;
    border-width: 10px 10px 0;
    border-color: #fff transparent transparent;
    bottom: -0.625rem;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 6.4375rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./../media/fonts/slick.eot");
  src: url("./../media/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./../media/fonts/slick.woff") format("woff"), url("./../media/fonts/slick.ttf") format("truetype"), url("./../media/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.cookies_warning_background {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 499999;
  background: rgba(0, 0, 0, 0.4);
}

.cookies_warning_background.visible {
  display: block;
}

.cookies_warning_background .cookies_warning {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500000;
  background: #fff;
  padding-top: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.3125rem;
}

.cookies_warning_background .cookies_warning .warning_text {
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #05141F;
  margin-bottom: 1.625rem;
}

.cookies_warning_background .cookies_warning .warning_button {
  height: 2.75rem;
  line-height: 1.1875rem;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .cookies_warning_background .cookies_warning {
    padding-top: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 1.875rem;
  }
  .cookies_warning_background .cookies_warning .warning_text {
    margin-bottom: 1.625rem;
  }
  .cookies_warning_background .cookies_warning .warning_button {
    height: 3rem;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }
}

@media (min-width: 900px) {
  .cookies_warning_background .cookies_warning {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.5625rem;
    padding-bottom: 1.5rem;
    padding-left: 2.4375rem;
    padding-right: 2.5625rem;
  }
  .cookies_warning_background .cookies_warning .warning_text {
    line-height: 1.5rem;
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
  .cookies_warning_background .cookies_warning .warning_button {
    padding-left: 1.4375rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .cookies_warning_background .cookies_warning {
    padding-top: 1.5625rem;
    padding-bottom: 1.625rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .cookies_warning_background .cookies_warning .warning_text {
    margin-right: 6.25rem;
  }
  .cookies_warning_background .cookies_warning .warning_button {
    height: 3.125rem;
    margin-bottom: -0.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .cookies_warning_background .cookies_warning {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top_info {
  height: 2.5rem;
  background-color: #e43a41;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  border-bottom: none;
}

.top_info + .page_header {
  top: 2.5rem;
}

.top_info ~ .page_content {
  padding-top: 6.375rem;
}

.top_info:hover {
  background-color: #e1242b;
}

@media (min-width: 600px) {
  .top_info {
    height: 2.5rem;
    padding: 0.5rem 1.125rem;
  }
  .top_info + .page_header {
    top: 2.5rem;
    height: 4.75rem;
  }
  .top_info ~ .page_content {
    padding-top: 7.1875rem;
  }
}

@media (min-width: 900px) {
  .top_info {
    height: 3.0625rem;
  }
  .top_info + .page_header {
    top: 3.0625rem;
    height: 4.9375rem;
  }
  .top_info ~ .page_content {
    padding-top: 8.0625rem;
  }
}

@media (min-width: 1100px) {
  .top_info {
    height: 3.375rem;
    padding: 0.5rem 1.125rem;
  }
  .top_info + .page_header {
    top: 3.375rem;
    height: 5rem;
  }
  .top_info ~ .page_content {
    padding-top: 8.0625rem;
  }
}

.top_info__text {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1rem;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 1.25rem;
  max-width: 77.5rem;
  margin: 0 auto;
  height: 100%;
}

.top_info__text:hover {
  color: #fff;
}

@media (min-width: 600px) {
  .top_info__text {
    line-height: 1.125rem;
  }
}

@media (min-width: 900px) {
  .top_info__text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.top_info__arrow {
  display: none;
  color: #fff;
  width: 2rem;
  height: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #cf1c24;
  border-radius: 50%;
  margin-left: 0.75rem;
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

@media (min-width: 900px) {
  .top_info__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.125rem;
  }
}

.hero_section {
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 140px rgba(17, 19, 28, 0.1);
          box-shadow: 0px 30px 140px rgba(17, 19, 28, 0.1);
}

@media (min-width: 600px) {
  .hero_section {
    background-color: transparent;
  }
}

@media (min-width: 1100px) {
  .hero_section {
    height: auto;
    position: relative;
  }
}

@media (min-width: 1100px) {
  .hero_section--secondary {
    height: auto;
  }
}

.hero_section__img {
  height: 9.375rem;
  position: relative;
}

.hero_section__img img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 600px) {
  .hero_section__img {
    height: 13.75rem;
  }
}

@media (min-width: 900px) {
  .hero_section__img {
    height: 17.5rem;
  }
}

@media (min-width: 1100px) {
  .hero_section__img {
    height: 28.75rem;
  }
}

.hero_section_brif {
  position: relative;
}

@media (min-width: 600px) {
  .hero_section_brif {
    background: transparent;
    padding: 2rem 2.4375rem;
  }
}

@media (min-width: 900px) {
  .hero_section_brif {
    margin-top: -4.9375rem;
    padding-right: 11.25rem;
  }
}

@media (min-width: 1100px) {
  .hero_section_brif {
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    margin-top: -30px;
  }
  .hero_section--secondary .hero_section_brif {
    position: static;
  }
}

@media (min-width: 600px) {
  .hero_section_brif__inner {
    background-color: #fff;
    border-radius: 3px;
  }
}

@media (min-width: 900px) {
  .hero_section_brif__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 77.5rem;
    margin: 0 auto;
  }
}

@media (min-width: 1100px) {
  .hero_section_brif__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 77.5rem;
    margin: 0 auto;
    width: 100%;
  }
}

.hero_section_brif__content {
  background-color: #fff;
  padding: 2.1875rem 1.25rem 0.875rem;
}

.hero_section_brif__content .section_title {
  font-size: 1.875rem;
  line-height: 2rem;
}

.hero_section_brif__content .section_title .rub:before {
  top: 25px;
  left: 0;
}

@media (min-width: 600px) {
  .hero_section_brif__content {
    border-radius: 0.1875rem;
    padding: 1.9375rem 1.875rem;
    padding-bottom: 1.375rem;
  }
  .hero_section_brif__content .section_title {
    font-size: 2.375rem;
    line-height: 2.3125rem;
    max-width: 27rem;
  }
  .hero_section_brif__content .section_title .rub:before {
    top: 30px;
  }
}

@media (min-width: 900px) {
  .hero_section_brif__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 2.5rem 1.9375rem;
    padding-bottom: 1.375rem;
  }
  .hero_section_brif__content .section_title {
    font-size: 2.625rem;
    line-height: 2.75rem;
    max-width: 36.875rem;
    letter-spacing: 0.00625rem;
  }
  .hero_section_brif__content .section_title .rub:before {
    top: 32px;
  }
}

@media (min-width: 1100px) {
  .hero_section_brif__content {
    padding: 2.75rem 3.75rem;
  }
  .hero_section_brif__content .section_title {
    font-size: 2.625rem;
    line-height: 2.75rem;
    max-width: 39.375rem;
  }
  .hero_section_brif__content .section_title .rub:before {
    top: 34px;
  }
}

.hero_section_brif__content--text .section_title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 600px) {
  .hero_section_brif__content--text .section_title {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 900px) {
  .hero_section_brif__content--text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero_section_brif__content--text .section_title {
    width: 42%;
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 0rem;
  }
}

@media (min-width: 1100px) {
  .hero_section_brif__content--text .section_title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    max-width: 29.375rem;
  }
}

@media (min-width: 900px) {
  .hero_section_brif__descr {
    width: 50%;
  }
}

.hero_section_brif__text {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #69727999;
  max-width: 36.5rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 900px) {
  .hero_section_brif__text {
    line-height: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .hero_section_brif__text {
    font-size: 1.125rem;
  }
}

.advantages_brif__text {
  max-width: 34.375rem;
  color: #848aa2;
  font-size: 1rem;
  line-height: 1.875rem;
}

@media (min-width: 1100px) {
  .advantages_brif__text {
    font-size: 1.125rem;
    line-height: 2.125rem;
    max-width: inherit;
  }
}

.hero_section_brif__list li {
  position: relative;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #848aa2;
  padding-left: 0.875rem;
}

.hero_section_brif__list li:not(:last-child) {
  margin-bottom: 0.875rem;
}

.hero_section_brif__list li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #c3c7d3;
  position: absolute;
  top: 0.625rem;
  left: 0;
}

@media (min-width: 1100px) {
  .hero_section_brif__list li {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.hero_section_brif__important {
  color: #F3C300;
}

.hero_section_brif__btns {
  padding: 0.3125rem 1.25rem;
  padding-bottom: 1.75rem;
}

.hero_section_brif__btns .btn {
  margin-bottom: 0.625rem;
  margin-right: 0.5rem;
  padding: 0.6875rem 1.3125rem;
}

@media (min-width: 600px) {
  .hero_section_brif__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0rem 1.9375rem;
    padding-bottom: 2.5rem;
  }
  .hero_section_brif__btns .btn {
    margin-bottom: 0;
    margin-top: 10px;
    margin-right: 1.375rem;
    font-size: 1.125rem;
    padding: 0rem 1.5rem;
  }
}

@media (min-width: 900px) {
  .hero_section_brif__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 0.1875rem 0rem;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .hero_section_brif__btns .btn {
    margin-right: 1.5rem;
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 1100px) {
  .hero_section_brif__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 27rem;
    padding: 0;
    background: white;
    -webkit-box-shadow: rgba(17, 19, 28, 0.1) 0px 30px 140px 0px;
            box-shadow: rgba(17, 19, 28, 0.1) 0px 30px 140px 0px;
  }
  .hero_section_brif__btns .btn {
    width: 60%;
    padding: 0rem 0rem;
    margin-left: 0;
    margin-right: 0;
  }
  .hero_section_brif__btns h4 {
    margin-left: -4.6875rem;
  }
  .hero_section_brif__btns .btn--inverse {
    width: 60%;
  }
}

.hero_section_brif__link {
  border-bottom-style: dashed;
  border-bottom-color: rgba(0, 0, 0, 0.3);
}

.hero_section__anchor_link {
  border-bottom: none;
  position: relative;
}

.hero_section__anchor_link:before, .hero_section__anchor_link:after {
  content: '';
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: absolute;
  top: 100%;
  width: 100%;
}

.hero_section__anchor_link:after {
  border-bottom-color: rgba(5, 20, 31, 0.5);
}

.hero_section__anchor_link:before {
  border-bottom-color: #ed1c24;
  width: 0;
  -webkit-transition: width 0.15s ease-in-out;
  -o-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}

.hero_section__anchor_link:hover:before {
  width: 100%;
}

@media (max-width: 599px) {
  .hero_section__anchor_link {
    margin-bottom: 1.25rem !important;
  }
}

.more_offers .ic--arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: -1.125rem;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.more_offers:hover .more_offers__text {
  color: #ed1c24;
}

.more_offers:hover .ic--arrow {
  -webkit-transform: rotate(90deg) translateX(20px);
      -ms-transform: rotate(90deg) translateX(20px);
          transform: rotate(90deg) translateX(20px);
}

@media (max-width: 599px) {
  .more_offers {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .more_offers {
    display: none;
  }
}

@media (min-width: 900px) {
  .more_offers {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.875rem;
    border-bottom: 0;
    padding-left: 3.875rem;
  }
}

@media (min-width: 1100px) {
  .more_offers {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
    margin-left: 8.33333%;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.875rem;
  }
}

.more_offers__text {
  display: none;
  max-width: 9.375rem;
  margin-left: 0.625rem;
}

@media (min-width: 1100px) {
  .more_offers__text {
    display: block;
  }
}

.hero_section__table_container {
  border-top: 1px solid rgba(195, 199, 211, 0.3);
  margin-top: 0.875rem;
  padding-top: 0.9375rem;
}

@media (min-width: 600px) {
  .hero_section__table_container {
    margin-top: 1.25rem;
  }
}

@media (min-width: 900px) {
  .hero_section__table_container {
    margin-top: 1.125rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .hero_section__table_container {
    display: none;
  }
}

.hero_section__table_container table th {
  font-weight: normal;
  text-align: left;
  padding-right: 1.5rem;
  min-width: 9rem;
}

.hero_section__table_container table td {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: bold;
}

@media (max-width: 599px) {
  .hero_section__table_container table {
    display: block;
  }
  .hero_section__table_container table > tbody > tr > td {
    margin-bottom: 0;
  }
  .hero_section__table_container table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 109%;
  }
  .hero_section__table_container table th,
  .hero_section__table_container table td {
    width: 50%;
    margin-bottom: 8px;
  }
  .hero_section__table_container table td {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .hero_section__table_container table td tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .hero_section__table_container table {
    width: 100%;
  }
  .hero_section__table_container table > tbody > tr > td {
    vertical-align: top;
    padding-right: 1.25rem;
  }
  .hero_section__table_container table th {
    min-width: inherit;
    padding-right: 0;
  }
  .hero_section__table_container table td {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
  .hero_section__table_container table td tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 600px) {
  .hero_section__table_container table tr {
    margin-bottom: 0.3125rem;
  }
  .hero_section__table_container table tr td {
    width: 26%;
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .hero_section__table_container table {
    width: 100%;
  }
  .hero_section__table_container table > tbody > tr > td {
    vertical-align: top;
    padding-right: 1.25rem;
  }
  .hero_section__table_container table th {
    min-width: inherit;
    padding-right: 0;
  }
  .hero_section__table_container table td {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .hero_section__table_container table td tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 900px) {
  .hero_section__table_container table tr {
    margin-bottom: 0.0625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hero_section__table_container table tr td {
    font-size: 1.375rem;
    line-height: 1.5rem;
    padding-top: 0.125rem;
    width: 143px;
  }
}

@media (min-width: 1100px) {
  .hero_section__table_container table td {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

.offers {
  position: relative;
  background-color: #F8F8F8;
  padding-bottom: 14.6875rem;
  margin-bottom: 1.5625rem;
}

.offers:after {
  content: '';
  background-color: #F8F8F8;
  height: 4.375rem;
  width: 100%;
  position: absolute;
  top: 100%;
}

@media (min-width: 600px) {
  .offers {
    padding-bottom: 25.1875rem;
    margin-bottom: -1.5625rem;
  }
}

@media (min-width: 900px) {
  .offers {
    padding-bottom: 0.875rem;
    margin-bottom: 9.375rem;
  }
  .offers:after {
    height: 9.75rem;
  }
}

@media (min-width: 1100px) {
  .offers {
    padding-bottom: 1rem;
    margin-bottom: 4.375rem;
  }
}

.offers__bg {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 599px) {
  .offers__bg {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 500px;
  }
}

@media (min-width: 900px) {
  .offers__bg {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1100px) {
  .offers__bg {
    max-width: 2303px;
  }
}

.offers__section {
  padding-top: 1.25rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

.offers__section .section_title {
  max-width: 16.625rem;
}

@media (max-width: 599px) {
  .offers__section .section_title {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 600px) {
  .offers__section {
    padding-left: 5.25rem;
    padding-right: 0;
    padding-top: 4.6875rem;
  }
  .top_info ~ .page_content .offers__section {
    padding-top: 7.1875rem;
  }
  .offers__section .section_title {
    max-width: inherit;
  }
}

@media (min-width: 900px) {
  .offers__section {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 72.5rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .offers__section .section_title {
    max-width: 23.125rem;
    margin-bottom: 2.8125rem;
  }
}

@media (min-width: 1100px) {
  .offers__section {
    padding-left: 8.75rem;
    padding-top: 5.5625rem;
  }
  .top_info ~ .page_content .offers__section {
    padding-top: 8.0625rem;
  }
  .offers__section .section_title {
    margin-bottom: 3.125rem;
    max-width: inherit;
  }
}

@media (min-width: 900px) {
  .offer_details {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
    margin-left: 41.66667%;
    display: block;
  }
}

@media (min-width: 1100px) {
  .offer_details {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
    margin-left: 41.66667%;
  }
}

.offer_details__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
  overflow-x: scroll;
}

.offer_details__list .slick-track,
.offer_details__list .slick-list {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (min-width: 600px) {
  .offer_details__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: visible;
  }
}

@media (min-width: 900px) {
  .offer_details__list {
    margin-bottom: 1.375rem;
  }
}

.offer_details__detail {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.offer_details__detail .ic {
  color: #05141F;
}

@media (min-width: 600px) {
  .offer_details__detail {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    position: relative;
    margin-bottom: 2rem;
    padding-right: 1.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 900px) {
  .offer_details__detail {
    margin-bottom: 2.6875rem;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}

@media (min-width: 1100px) {
  .offer_details__detail {
    padding-right: 0;
  }
}

@media (min-width: 600px) {
  .offer_details__detail--full {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-right: 0;
    max-width: inherit;
  }
}

.offer_details__icon {
  height: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0.5rem;
}

@media (min-width: 1100px) {
  .offer_details__icon {
    margin-bottom: 1.375rem;
  }
}

.offer_details__subtitle {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: bold;
  margin: 0 0 0.375rem;
  position: relative;
}

.offer_details__subtitle .offer_details__disclaimer {
  position: absolute;
  top: 8px;
  left: 0px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.offer_details__subtitle .offer_details__disclaimer .offer_details__disclaimer_text {
  display: none;
}

.offer_details__subtitle .offer_details__disclaimer.visible .offer_details__disclaimer_text {
  display: block;
  position: absolute;
  top: 26px;
  right: 7px;
  white-space: normal;
  padding: 14px;
  padding-right: 19px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 220px;
  max-width: 227px;
  min-height: 40px;
  max-height: 250px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(64, 108, 148, 0.2);
          box-shadow: 0px 10px 30px rgba(64, 108, 148, 0.2);
  border-radius: 3px;
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #848aa2;
  font-size: 9px;
  line-height: 14px;
  z-index: 2;
}

.offer_details__subtitle .offer_details__disclaimer.visible .offer_details__disclaimer_text::before {
  content: '';
  position: absolute;
  right: 0;
  top: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
}

.offer_details__subtitle .offer_details__disclaimer.visible .offer_details__disclaimer_text .simplebar-track {
  margin-right: 3px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.offer_details__subtitle .offer_details__disclaimer.visible .offer_details__disclaimer_text .simplebar-horizontal {
  display: none;
}

.offer_details__subtitle .offer_details__disclaimer.visible .offer_details__disclaimer_text .simplebar-scrollbar {
  width: 3px;
  background: transparent;
  border-radius: 2px;
  min-height: 10px;
}

.offer_details__subtitle .offer_details__disclaimer.visible .offer_details__disclaimer_text .simplebar-scrollbar::before {
  background: #C3C7D3;
}

.offer_details__subtitle .offer_details__disclaimer.left .offer_details__disclaimer_text {
  right: inherit;
  left: 8px;
}

.offer_details__subtitle .offer_details__disclaimer.left .offer_details__disclaimer_text::before {
  content: '';
  right: inherit;
  left: 0;
  border: none;
  border-bottom: 10px solid white;
  border-right: 10px solid transparent;
}

.offer_details__subtitle .offer_details__disclaimer.bottom .offer_details__disclaimer_text {
  top: unset;
  bottom: 25px;
}

.offer_details__subtitle .offer_details__disclaimer.bottom .offer_details__disclaimer_text::before {
  content: '';
  top: unset;
  bottom: -8px;
  right: 0;
  border: none;
  border-top: 10px solid white;
  border-left: 10px solid transparent;
}

.offer_details__subtitle .offer_details__disclaimer.bottom.left .offer_details__disclaimer_text::before {
  border: none;
  border-top: 10px solid white;
  border-right: 10px solid transparent;
}

@media (min-width: 900px) {
  .offer_details__subtitle {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1100px) {
  .offer_details__subtitle {
    margin-bottom: 0.5rem;
  }
}

.offer_details__text {
  color: #69727999;
}

.cars_section {
  background-color: #fff;
  position: relative;
  margin-bottom: 1.25rem;
}

.cars_section .section_title {
  max-width: 340px;
  margin: auto;
  margin-bottom: 1.3125rem;
  padding-left: 1.3125rem;
}

@media (min-width: 340px) {
  .cars_section .section_title {
    padding-left: 0;
  }
}

@media (min-width: 600px) {
  .cars_section {
    padding-top: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .cars_section .section_title {
    max-width: 700px;
    padding-left: 4.375rem;
    margin-bottom: 2rem;
  }
  .cars_section .cars_list {
    max-width: 700px;
  }
  .cars_section .cars_list .equipment {
    margin-bottom: 0 !important;
  }
  .cars_section .cars_list .car {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 720px) {
  .cars_section .section_title {
    padding-left: 0;
  }
}

@media (min-width: 900px) {
  .cars_section {
    padding-top: 3.125rem;
    margin-bottom: 8.125rem;
  }
  .cars_section .section_title {
    max-width: 822px;
    text-align: left;
    padding-left: 0px;
    margin-bottom: 1.9375rem;
  }
  .cars_section .cars_list {
    max-width: 816px;
    padding: 0;
  }
}

@media (min-width: 1100px) {
  .cars_section .section_title {
    max-width: 1160px;
    margin-bottom: 2.5625rem;
  }
  .cars_section .cars_list {
    max-width: 1158px;
  }
}

.cars_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 340px;
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 600px) {
  .cars_list {
    padding: 0;
    max-width: 1280px;
  }
}

@media (min-width: 900px) {
  .cars_list {
    padding: 0 41px;
  }
}

@media (min-width: 1100px) {
  .cars_list {
    padding: 0 61px;
  }
}

.car {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  background-color: #fff;
  padding: 2rem 0rem 0rem;
  margin-bottom: 0rem;
  position: relative;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0);
}

.car .tooltip_container:hover .tooltip_container__link {
  color: #fff;
}

.car .tooltip_container__link {
  border: none;
}

.car .tooltip_container__link:hover ~ .tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.car .tooltip_container__link:hover ~ .tooltip__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.car .tooltip__inner {
  background: #fff;
  border-radius: 14px 14px 0 0;
  padding: 19px 30px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 203;
  color: #69727999;
  margin-bottom: 0;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow-y: auto;
}

.car .tooltip__inner:before, .car .tooltip__inner:after {
  display: none;
}

.car .tooltip__inner p {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.car .tooltip__inner p:not(:last-of-type) {
  margin-bottom: 1.25rem;
}

.car .tooltip__inner ul li {
  padding-left: 0.875rem;
  position: relative;
  margin-bottom: 0.3125rem;
}

.car .tooltip__inner ul li:before {
  content: '–';
  position: absolute;
  top: 0;
  left: 0;
}

.car .tooltip__close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  pointer-events: all;
}

.car .tooltip__close .ic {
  fill: #707070;
}

.car .tooltip__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 202;
  background-color: rgba(5, 20, 31, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  pointer-events: none;
}

@media (min-width: 600px) {
  .car {
    -webkit-flex-basis: calc(50% + 1px);
        -ms-flex-preferred-size: calc(50% + 1px);
            flex-basis: calc(50% + 1px);
    margin-left: -1px;
    margin-top: -1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
    padding: 2.1875rem 0rem 8.75rem;
  }
  .car .tooltip__inner {
    top: auto;
  }
}

@media (min-width: 900px) {
  .car {
    -webkit-flex-basis: calc(50% + 1px);
        -ms-flex-preferred-size: calc(50% + 1px);
            flex-basis: calc(50% + 1px);
    padding-bottom: 9.1875rem;
    padding-top: 1.8125rem;
  }
  .car:hover {
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.05);
  }
  html:not(.modal_opened) .car:hover {
    z-index: 10;
  }
}

@media (min-width: 1100px) {
  .car {
    -webkit-flex-basis: calc(33.33% + 1px);
        -ms-flex-preferred-size: calc(33.33% + 1px);
            flex-basis: calc(33.33% + 1px);
    padding-top: 1.625rem;
    padding-bottom: 10.25rem;
  }
  .car .tooltip__close {
    display: none;
  }
  .car .tooltip {
    left: 0;
  }
  .car .tooltip__overlay {
    display: none;
  }
  .car .tooltip__inner {
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    border-color: transparent;
    padding: 1rem 1.125rem;
    width: 33.375rem;
    margin-bottom: 1.25rem;
    border-radius: 6px;
    left: -1.25rem;
    position: absolute;
    overflow-y: visible;
  }
  .car .tooltip__inner:after {
    display: block;
    border-width: 10px 10px 0;
    border-color: #fff transparent transparent;
    bottom: -0.625rem;
    left: 1.875rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 600px) {
  .car--spec {
    display: none;
  }
}

.car__photo {
  max-width: 16.875rem;
  max-height: 7.75rem;
  margin: 0 auto 0.75rem;
}

.car__photo img {
  max-height: 7.75rem;
}

@media (min-width: 600px) {
  .car__photo {
    max-width: 15rem;
  }
}

@media (min-width: 900px) {
  .car__photo {
    max-width: 20.9375rem;
    width: 100%;
    margin: 0 auto 17px;
    max-height: 141px;
  }
  .car__photo img {
    max-height: 8.8125rem;
  }
}

@media (min-width: 1100px) {
  .car__photo {
    max-width: 20.375rem;
    margin-bottom: 0.75rem;
  }
}

.car__photo[data-gallery] {
  cursor: pointer;
}

.car__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 20;
  border-bottom: none;
}

.is_open .car__link {
  height: 5rem;
}

@media (min-width: 600px) {
  .car__link {
    display: none;
  }
}

.car__name {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0;
  max-width: 17.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 599px) {
  .car__name {
    position: relative;
  }
}

@media (min-width: 600px) {
  .car__name {
    max-width: 15rem;
    min-height: 4rem;
  }
}

@media (min-width: 900px) {
  .car__name {
    max-width: 20.9375rem;
    font-size: 22px;
    line-height: 24px;
    min-height: inherit;
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .car__name {
    max-width: 19.1875rem;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
  }
}

.car__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 17.5rem;
  width: 100%;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.625rem;
}

@media (min-width: 600px) {
  .car__labels {
    max-width: 15rem;
  }
}

@media (min-width: 900px) {
  .car__labels {
    max-width: 20.9375rem;
  }
}

@media (min-width: 1100px) {
  .car__labels {
    max-width: 19.1875rem;
    margin-bottom: 0.875rem;
  }
}

.car__labels .label {
  position: relative;
  height: 28px;
  padding: 0 9px;
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #e43a41;
  background: #fff;
  border: 1px solid #e43a41;
  border-radius: 3px;
  margin-right: 4px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.car__labels .label.disclaimer {
  cursor: pointer;
}

.car__labels .label.disclaimer:hover {
  background: #F8F8F8;
}

.car__labels .label.filled {
  background: #e43a41;
  color: #fff;
}

.car__labels .label.filled.disclaimer {
  cursor: pointer;
}

.car__labels .label.filled.disclaimer:hover {
  background: #ed1c24;
  border: 1px solid #ed1c24;
}

.car__labels .label .label_disclaimer {
  display: none;
}

.car__labels .label.visible .label_disclaimer {
  display: block;
  position: absolute;
  bottom: 42px;
  left: 0;
  width: 220px;
  max-width: 227px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 40px;
  max-height: 250px;
  padding: 14px;
  padding-right: 19px;
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 11px;
  text-align: left;
  white-space: normal;
  color: #848aa2;
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px rgba(17, 19, 28, 0.07);
          box-shadow: 0px 2px 2px rgba(17, 19, 28, 0.07);
  z-index: 2;
}

.car__labels .label.visible .label_disclaimer::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid white;
  border-right: 10px solid transparent;
  -webkit-filter: drop-shadow(-1px 2px 1px rgba(17, 19, 28, 0.12));
          filter: drop-shadow(-1px 2px 1px rgba(17, 19, 28, 0.12));
}

.car__labels .label.visible .label_disclaimer .simplebar-track {
  margin-right: 3px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.car__labels .label.visible .label_disclaimer .simplebar-horizontal {
  display: none;
}

.car__labels .label.visible .label_disclaimer .simplebar-scrollbar {
  width: 3px;
  background: transparent;
  border-radius: 2px;
  min-height: 10px;
}

.car__labels .label.visible .label_disclaimer .simplebar-scrollbar::before {
  background: #C3C7D3;
}

.car__tag_label {
  display: none;
}

.car__footer {
  background-color: #F8F8F8;
  padding: 1.25rem 0rem;
  padding-bottom: 1.5rem;
  margin-top: 0.5rem;
}

.car__footer .car__row {
  border-bottom: none;
}

.car__footer .car__row .car__col .car__subtitle {
  margin-bottom: 0.3125rem;
}

.car__footer .btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: calc(100% - 40px);
  height: 40px;
  text-align: center;
  padding: 0;
  line-height: 40px;
  margin-top: -0.625rem;
  max-width: 17.5rem;
}

.car__footer .car__text {
  line-height: 0.75rem;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .car__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .car__footer .btn {
    width: 13.125rem;
  }
}

@media (min-width: 900px) {
  .car__footer {
    height: 8.5rem;
  }
  .car__footer .btn {
    width: calc(100% - 80px);
    max-width: inherit;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

@media (min-width: 1100px) {
  .car__footer {
    height: 9.25rem;
    padding: 1.75rem 0rem 0rem;
  }
  .car__footer .car__row {
    padding-bottom: 0.5625rem;
  }
  .car__footer .car__row .car__col .car__subtitle {
    margin-bottom: 0;
  }
  .car__footer .btn {
    width: 100%;
    max-width: calc(100% - 80px);
  }
  .car__footer .car__text {
    line-height: 1rem;
  }
}

.car__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 0.75rem;
  margin-bottom: 0.8125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 17.5rem;
  width: 100%;
}

.car__row.no_border {
  border-bottom: 1px solid transparent;
  padding-bottom: 0.875rem;
  margin-bottom: 0.0625rem;
}

@media (min-width: 600px) {
  .car__row.no_border {
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 1100px) {
  .car__row.no_border {
    padding-bottom: 1.125rem;
  }
}

.car__row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .car__row {
    max-width: 15rem;
  }
}

@media (min-width: 900px) {
  .car__row {
    max-width: 20.9375rem;
    padding-bottom: 0.6875rem;
  }
}

@media (min-width: 1100px) {
  .car__row {
    max-width: 19.1875rem;
    padding-bottom: 0.75rem;
  }
}

.car__col {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
}

.car__col:first-child {
  -webkit-flex-basis: 59%;
      -ms-flex-preferred-size: 59%;
          flex-basis: 59%;
}

@media (min-width: 600px) {
  .car__col:first-child {
    -webkit-flex-basis: 53%;
        -ms-flex-preferred-size: 53%;
            flex-basis: 53%;
  }
}

.car__col--full {
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.car__disclaimer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 8px;
  left: 0px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-left: 4px;
}

.car__col--primary .car__text {
  color: #ef888d;
}

.car__col--primary .car__subtitle {
  color: #e43a41;
}

.car__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0;
  color: #848aa2;
}

@media (min-width: 900px) {
  .car__text {
    margin-bottom: 0;
  }
}

.car__subtitle {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.25rem;
}

.car__subtitle .rub:before {
  height: 1px;
  width: 6px;
  top: 13px;
  left: 0;
}

@media (min-width: 600px) {
  .car__subtitle {
    white-space: nowrap;
  }
}

@media (min-width: 1100px) {
  .car__subtitle {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
  .car__subtitle .rub:before {
    width: 8px;
    top: 15px;
  }
}

.car__old_price {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-decoration: line-through;
  margin-bottom: 0;
  color: #848aa2;
}

.car__old_price .rub:before {
  height: 1px;
  width: 6px;
  top: 11px;
  left: 0px;
}

.car__old_price.empty {
  text-decoration: none;
}

.car__preorder {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  margin-bottom: 0;
}

.car__new_price {
  font-size: 20px;
  line-height: 22px;
  margin-right: 6px;
  color: #F3C300;
}

.car__new_price .rub:before {
  top: 16px;
  width: 10px;
  height: 2px;
  left: 0;
}

@media (min-width: 600px) {
  .car__new_price {
    font-size: 17px;
    line-height: 22px;
  }
  .car__new_price .rub:before {
    top: 14px;
    width: 8px;
    height: 2px;
  }
}

@media (min-width: 900px) {
  .car__new_price {
    font-size: 20px;
    line-height: 22px;
  }
  .car__new_price .rub:before {
    top: 16px;
    width: 9px;
    height: 2px;
  }
}

@media (min-width: 1100px) {
  .car__new_price {
    font-size: 24px;
    line-height: 28px;
  }
  .car__new_price .rub:before {
    top: 20px;
    width: 12px;
    height: 2px;
  }
}

.tag {
  opacity: .6;
  color: #05141F;
  font-size: 0.4375rem;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
  height: 0.8125rem;
  line-height: 0.875rem;
  border-radius: 3px;
  background-color: #F8F8F8;
  padding: 0rem 0.3125rem;
  display: inline-block;
}

.cars_list_spec_text {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .cars_list_spec_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.cars_list_spec_text__left {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1.3125rem;
  margin-left: 2.8125rem;
  margin-right: 2.8125rem;
  width: 100%;
}

.cars_list_spec_text__left .car__name {
  max-width: inherit;
  min-height: inherit;
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .cars_list_spec_text__left {
    -webkit-flex-basis: calc(66.66% + 1px);
        -ms-flex-preferred-size: calc(66.66% + 1px);
            flex-basis: calc(66.66% + 1px);
    border-left: 1px solid #e4e4e4;
    margin-left: -1px;
    margin-right: 0;
    padding-bottom: 2.5rem;
  }
}

.cars_list_spec_text__left_inner {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cars_list_spec_text__left_inner .car__col--primary {
  display: none;
}

@media (min-width: 900px) {
  .cars_list_spec_text__left_inner {
    max-width: 33.75rem;
  }
  .cars_list_spec_text__left_inner .car__col--primary {
    display: block;
  }
}

@media (min-width: 1100px) {
  .cars_list_spec_text__left_inner {
    max-width: 43.75rem;
  }
}

.cars_list_spec_text__right {
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  padding-bottom: 1.3125rem;
  width: 100%;
  padding-left: 2.8125rem;
  padding-top: 0.625rem;
}

@media (min-width: 600px) {
  .cars_list_spec_text__right .car__row {
    max-width: inherit;
  }
  .cars_list_spec_text__right .car__col {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
  .cars_list_spec_text__right .car__col--primary {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

@media (min-width: 900px) {
  .cars_list_spec_text__right {
    margin-left: -1px;
    -webkit-flex-basis: calc(33.33% + 1px);
        -ms-flex-preferred-size: calc(33.33% + 1px);
            flex-basis: calc(33.33% + 1px);
    border-right: 1px solid #e4e4e4;
    padding-top: 0;
  }
  .cars_list_spec_text__right:before {
    content: '';
    display: block;
    width: 1px;
    height: 4.875rem;
    background-color: #e4e4e4;
    position: absolute;
    top: -0.625rem;
    left: 0;
  }
  .cars_list_spec_text__right .car__col--primary {
    display: none;
  }
  .cars_list_spec_text__right .car__row {
    width: 100%;
  }
  .cars_list_spec_text__right .car__col {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

.gallery_link {
  position: absolute;
  height: 2rem;
  background-color: #F8F8F8;
  border: none;
  min-width: 3.5625rem;
  border-radius: 1.0625rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0rem 0.625rem;
  top: 1.3125rem;
  right: 1.25rem;
  font-size: 0.875rem;
}

.gallery_link .ic {
  margin-right: 0.375rem;
}

.gallery_link .ic,
.gallery_link span {
  pointer-events: none;
}

@media (min-width: 600px) {
  .gallery_link {
    right: 1.875rem;
  }
}

@media (min-width: 900px) {
  .gallery_link {
    height: 2.25rem;
    top: 1.875rem;
    right: 2.5rem;
    padding: 0rem 0.9375rem;
  }
  .gallery_link .ic {
    fill: #05141f66;
  }
  .gallery_link:hover .ic {
    fill: #05141F;
  }
}

@media (min-width: 1100px) {
  .gallery_link {
    height: 2.5rem;
    padding: 0rem 1.25rem;
    border-radius: 1.25rem;
  }
}

.gallery_link__counter {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}

.icon_rounded {
  background-color: #848aa2;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.icon_rounded .ic {
  fill: #fff;
}

.download_link--disabled {
  color: #69727999;
}

.tag_labels {
  display: none;
  position: absolute;
  top: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 1.25rem;
}

@media (min-width: 600px) {
  .tag_labels {
    left: 1.875rem;
  }
}

.tag_label {
  display: none;
  height: 2.125rem;
  min-width: 4.375rem;
  border-radius: 1.0625rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 1.125rem;
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #F3C300;
  border: 1px solid #F3C300;
  color: #05141F;
}

.tag_label:not(:first-child) {
  margin-left: 0.3125rem;
}

@media (min-width: 600px) {
  .tag_label:not(:first-child) {
    margin-left: 0.625rem;
  }
}

@media (min-width: 1100px) {
  .tag_label {
    height: 2.5rem;
    padding: 0rem 1.25rem;
    border-radius: 1.25rem;
  }
}

.cars_popup {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 50000;
}

.cars_popup.visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cars_popup .popup_body {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 50px 45px;
  padding-left: 40px;
  padding-bottom: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}

.cars_popup .popup_body .simplebar-track {
  margin-right: 3px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.cars_popup .popup_body .simplebar-horizontal {
  display: none;
}

.cars_popup .popup_body .simplebar-scrollbar {
  width: 3px;
  background: transparent;
  border-radius: 2px;
  min-height: 10px;
}

.cars_popup .popup_body .simplebar-scrollbar::before {
  background: #C3C7D3;
}

.cars_popup .popup_body .body_cross {
  position: absolute;
  top: 36px;
  right: 46px;
  width: 21px;
  height: 21px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  z-index: 2;
}

.cars_popup .popup_body .body_cross svg {
  width: 19px;
  height: 19px;
}

.cars_popup .popup_body .body_cross .ic {
  fill: #848aa2;
}

.cars_popup .popup_body .body_cross:hover .ic {
  fill: #F3C300;
}

.cars_popup .popup_body .body_text_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  width: 100%;
  height: 469px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 20px;
  margin-bottom: 15px;
}

.cars_popup .popup_body .body_text_wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px 10px white;
          box-shadow: 0 0 10px 10px white;
}

.cars_popup .popup_body .body_text_wrapper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px 10px white;
          box-shadow: 0 0 10px 10px white;
}

.cars_popup .popup_body .body_text_wrapper .body_title,
.cars_popup .popup_body .body_text_wrapper .body_text {
  width: 100%;
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #05141F;
  margin-bottom: 14px;
}

.cars_popup .popup_body .body_text_wrapper .body_title.hide,
.cars_popup .popup_body .body_text_wrapper .body_text.hide {
  color: white;
  height: 2px;
  width: 1px;
  overflow: hidden;
}

.cars_popup .popup_body .body_text_wrapper .body_text {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-flex: 100;
  -webkit-flex-grow: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
}

.cars_popup .popup_body .body_button {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 244px;
  height: 52px;
  padding: 0;
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
  white-space: nowrap;
  background-color: #05141F;
}

.cars_popup .popup_body .body_button.hide {
  display: none;
}

@media (min-width: 500px) {
  .cars_popup .popup_body {
    width: 492px;
    height: 650px;
  }
}

.advantages {
  background-color: #fff;
  position: relative;
}

@media (min-width: 600px) {
  .advantages {
    margin-bottom: 81px;
  }
}

@media (min-width: 900px) {
  .advantages {
    background-color: #F8F8F8;
    padding-left: 3.875rem;
  }
}

@media (min-width: 1100px) {
  .advantages {
    padding-top: 3.625rem;
    padding-left: 4.075rem;
  }
}

.advantages_content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

@media (min-width: 600px) {
  .advantages_content {
    padding-bottom: 0;
  }
}

@media (min-width: 900px) {
  .advantages_content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 72.5rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    min-height: 39rem;
    padding-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .advantages_content {
    min-height: 46rem;
    max-width: 74rem;
    padding-bottom: 4.0625rem;
  }
}

.advantages_content__bg {
  position: absolute;
  bottom: 0;
  z-index: 20;
  display: none;
  pointer-events: none;
}

@media (min-width: 900px) {
  .advantages_content__bg {
    left: auto;
    right: 33px;
    bottom: 0;
    max-width: inherit;
    height: 555px;
    display: block;
  }
}

@media (min-width: 1100px) {
  .advantages_content__bg {
    right: 42px;
    max-width: inherit;
    height: 760px;
  }
}

.advantages_content__inner {
  padding: 1.875rem 1.25rem 0.3125rem;
  position: relative;
}

.advantages_content__inner .section_title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 28px;
  line-height: 31px;
  color: #11131C;
}

@media (min-width: 600px) {
  .advantages_content__inner {
    padding: 2.5rem 0rem 0rem 2.5rem;
  }
  .advantages_content__inner .section_title {
    text-align: inherit;
    margin-bottom: 3rem;
    font-size: 36px;
    line-height: 40px;
  }
  .advantages_content__inner .advantages_list__item {
    margin-bottom: 1.5625rem;
  }
  .advantages_content__inner .advantages_list__item .advantages_list__icon .ic {
    max-width: 3.125rem;
    max-height: 3.125rem;
  }
  .advantages_content__inner .advantages_list__item .advantages_list__text {
    line-height: 1.25rem;
  }
}

@media (min-width: 900px) {
  .advantages_content__inner {
    padding: 2.5rem 0rem 0rem 2.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }
  .advantages_content__inner .section_title {
    margin-bottom: 2.35rem;
    font-size: 42px;
    line-height: 46px;
  }
}

@media (min-width: 1100px) {
  .advantages_content__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    padding-left: 0;
  }
  .advantages_content__inner .section_title {
    margin-bottom: 0.95rem;
    font-size: 36px;
    line-height: 40px;
  }
}

@media (min-width: 1100px) and (min-width: 1100px) {
  .advantages_content__inner .advantages_list__item .advantages_list__icon .ic {
    max-width: inherit;
    max-height: inherit;
  }
  .advantages_content__inner .advantages_list__item .advantages_list__text {
    line-height: 1.5rem;
  }
}

.advantages_content__text {
  color: #69727999;
  max-width: 35.625rem;
  line-height: 1.25rem;
  font-size: 1rem;
  display: none;
}

@media (min-width: 600px) {
  .advantages_content__text {
    max-width: 28.125rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 900px) {
  .advantages_content__text {
    margin-bottom: 2.625rem;
  }
}

@media (min-width: 1100px) {
  .advantages_content__text {
    max-width: 33.125rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    display: block;
  }
}

.advantages_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 600px) {
  .advantages_list {
    max-width: 33rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 34.5rem;
  }
}

@media (min-width: 900px) {
  .advantages_list {
    max-width: inherit;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    height: 34.375rem;
    margin-bottom: -3rem;
  }
}

@media (min-width: 1100px) {
  .advantages_list {
    margin-bottom: inherit;
    width: 55rem;
    height: 28.125rem;
  }
}

.advantages_list__item {
  width: 50%;
  margin-bottom: 3.375rem;
  text-align: center;
}

.advantages_list__item .advantages_list__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: auto;
  max-width: 200px;
  white-space: normal;
}

.advantages_list__item .advantages_list__text .advantages_list__disclaimer {
  position: absolute;
  top: 3px;
  right: -26px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.advantages_list__item .advantages_list__text .advantages_list__disclaimer .advantages_list__disclaimer_text {
  display: none;
}

.advantages_list__item .advantages_list__text .advantages_list__disclaimer.visible {
  z-index: 50;
}

.advantages_list__item .advantages_list__text .advantages_list__disclaimer.visible .advantages_list__disclaimer_text {
  display: block;
  position: absolute;
  top: 26px;
  right: 7px;
  white-space: normal;
  padding: 14px;
  padding-right: 19px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 220px;
  max-width: 227px;
  min-height: 40px;
  max-height: 250px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(64, 108, 148, 0.2);
          box-shadow: 0px 10px 30px rgba(64, 108, 148, 0.2);
  border-radius: 3px;
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #848aa2;
  font-size: 9px;
  line-height: 14px;
  text-align: left;
  z-index: 2;
}

.advantages_list__item .advantages_list__text .advantages_list__disclaimer.visible .advantages_list__disclaimer_text::before {
  content: '';
  position: absolute;
  right: 0;
  top: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
}

.advantages_list__item .advantages_list__text .advantages_list__disclaimer.visible .advantages_list__disclaimer_text .simplebar-track {
  margin-right: 3px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.advantages_list__item .advantages_list__text .advantages_list__disclaimer.visible .advantages_list__disclaimer_text .simplebar-horizontal {
  display: none;
}

.advantages_list__item .advantages_list__text .advantages_list__disclaimer.visible .advantages_list__disclaimer_text .simplebar-scrollbar {
  width: 3px;
  background: transparent;
  border-radius: 2px;
  min-height: 10px;
}

.advantages_list__item .advantages_list__text .advantages_list__disclaimer.visible .advantages_list__disclaimer_text .simplebar-scrollbar::before {
  background: #C3C7D3;
}

.advantages_list__item .advantages_list__text .advantages_list__disclaimer.left .advantages_list__disclaimer_text {
  right: inherit;
  left: 8px;
}

.advantages_list__item .advantages_list__text .advantages_list__disclaimer.left .advantages_list__disclaimer_text::before {
  content: '';
  right: inherit;
  left: 0;
  border: none;
  border-bottom: 10px solid white;
  border-right: 10px solid transparent;
}

.advantages_list__item .advantages_list__text .advantages_list__disclaimer.bottom .advantages_list__disclaimer_text {
  top: unset;
  bottom: 25px;
}

.advantages_list__item .advantages_list__text .advantages_list__disclaimer.bottom .advantages_list__disclaimer_text::before {
  content: '';
  top: unset;
  bottom: -8px;
  right: 0;
  border: none;
  border-top: 10px solid white;
  border-left: 10px solid transparent;
}

.advantages_list__item .advantages_list__text .advantages_list__disclaimer.bottom.left .advantages_list__disclaimer_text::before {
  border: none;
  border-top: 10px solid white;
  border-right: 10px solid transparent;
}

@media (min-width: 600px) {
  .advantages_list__item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
    padding-right: 0;
    max-width: 8.5rem;
    text-align: inherit;
  }
  .advantages_list__item .advantages_list__text {
    margin: inherit;
    max-width: inherit;
    white-space: nowrap;
  }
}

@media (min-width: 900px) {
  .advantages_list__item {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
    margin-bottom: 1.875rem;
    padding-right: 1.875rem;
    max-width: inherit;
  }
  .advantages_list__item.advantages_list__item--big {
    -webkit-flex-basis: 66.66%;
        -ms-flex-preferred-size: 66.66%;
            flex-basis: 66.66%;
    max-width: 20rem;
  }
}

.advantages_list__item--hidden {
  display: none;
}

@media (min-width: 600px) {
  .advantages_list__item--hidden {
    display: block;
  }
}

.advantages_list__icon {
  min-height: 3rem;
  margin-bottom: 0.25rem;
}

.advantages_list__icon .ic {
  fill: #05141F;
}

@media (min-width: 600px) {
  .advantages_list__icon {
    margin-bottom: 0.9375rem;
  }
}

@media (min-width: 900px) {
  .advantages_list__icon {
    margin-bottom: 0.9375rem;
  }
}

.advantages_show_more {
  background-color: transparent;
  padding: 0rem 0rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border: none;
  border-bottom: 1px solid #F8F8F8;
  width: 100%;
  text-align: left;
  margin-bottom: 3.125rem;
}

.advantages_show_more .ic {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 600px) {
  .advantages_show_more {
    display: none;
    margin-bottom: 0.3125rem;
  }
}

@media (min-width: 900px) {
  .advantages_show_more {
    display: none;
  }
}

.personal_offer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 50;
  padding: 1.75rem 0rem;
  padding-bottom: 2.375rem;
  background-color: #fff;
}

@media (min-width: 600px) {
  .personal_offer {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3.3125rem;
    padding-bottom: 3.125rem;
    max-width: 32.5rem;
    -webkit-box-shadow: 0 30px 140px rgba(17, 19, 28, 0.1);
            box-shadow: 0 30px 140px rgba(17, 19, 28, 0.1);
    border-radius: 3px;
    margin-bottom: 5rem;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .personal_offer {
    overflow: hidden;
  }
}

@media (min-width: 900px) {
  .personal_offer {
    margin: 4.375rem auto 6.25rem;
    height: 43rem;
    background-color: #05141F;
    max-width: 51.25rem;
  }
  .personal_offer:before {
    content: '';
    display: block;
    background: url(/files/man-form.png) 0 0 no-repeat;
    width: 38.875rem;
    height: 45.5625rem;
    position: absolute;
    bottom: 0;
    left: -10.625rem;
    z-index: 60;
    pointer-events: none;
  }
  .personal_offer:after {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    bottom: 0;
  }
}

@media (min-width: 1100px) {
  .personal_offer {
    height: 43.75rem;
    max-width: 72.5rem;
    -webkit-box-shadow: 0 30px 140px rgba(132, 138, 162, 0.27);
            box-shadow: 0 30px 140px rgba(132, 138, 162, 0.27);
  }
  .personal_offer:before {
    left: 0;
    height: 45.5625rem;
    width: 43.875rem;
  }
}

.personal_offer__inner > .section_title {
  max-width: 26.875rem;
  margin-bottom: 1.875rem;
}

.personal_offer__inner a[href^='tel:'] {
  white-space: nowrap;
  color: #F3C300;
}

@media (max-width: 599px) {
  .personal_offer__inner a[href^='tel:'] {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
}

@media (min-width: 600px) {
  .personal_offer__inner > .section_title {
    margin-bottom: 3.125rem;
    padding-left: 2.75rem;
  }
}

@media (min-width: 900px) {
  .personal_offer__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
    margin-left: 58.33333%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 50;
  }
}

.personal_offer__content {
  background-color: #fff;
  max-width: 36.5rem;
  min-height: 28.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.personal_offer__content .section_title {
  text-align: center;
  margin-bottom: 0.6875rem;
}

@media (min-width: 600px) {
  .personal_offer__content {
    min-width: 26.875rem;
  }
  .personal_offer__content .section_title {
    margin-bottom: 2rem;
  }
}

@media (min-width: 900px) {
  .personal_offer__content {
    min-height: 29.25rem;
    min-width: inherit;
  }
  .personal_offer__content .section_title {
    text-align: left;
  }
}

.personal_offer__form {
  margin: 0 auto;
}

.personal_offer__form .error_text {
  left: 0;
  white-space: nowrap;
  background: none;
}

@media (min-width: 900px) {
  .personal_offer__form {
    margin: 0;
  }
  .personal_offer__form .error_text {
    left: auto;
    white-space: normal;
    background: url(../images/error.svg) 100% 50% no-repeat;
  }
}

.personal_offer__form_inner {
  max-width: 20rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.personal_offer__form_inner .form__row {
  margin-bottom: 0.6875rem;
}

.personal_offer__form_inner .section_title {
  margin-bottom: 1rem;
}

.personal_offer__form_inner .section_title:first-letter {
  text-transform: uppercase;
}

.personal_offer__form_inner .section_title span {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1.625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0rem 1rem;
  position: absolute;
  top: -0.8125rem;
  left: 1.25rem;
  background-color: #fff;
  border-radius: 0.8125rem;
  -webkit-box-shadow: 0 30px 60px rgba(5, 20, 31, 0.15);
          box-shadow: 0 30px 60px rgba(5, 20, 31, 0.15);
}

.personal_offer__form_inner .btn {
  margin-top: 0.6875rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 600px) {
  .personal_offer__form_inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 21.25rem;
  }
  .personal_offer__form_inner .form__row {
    margin-bottom: 1.125rem;
  }
  .personal_offer__form_inner .section_title {
    margin-bottom: 2rem;
  }
  .personal_offer__form_inner .section_title:first-letter {
    text-transform: none;
  }
  .personal_offer__form_inner .section_title span {
    font-size: inherit;
    line-height: inherit;
    display: inline;
    padding: 0;
    position: static;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .personal_offer__form_inner .btn {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 900px) {
  .personal_offer__form_inner {
    max-width: 20rem;
  }
}

@media (min-width: 1100px) {
  .personal_offer__form_inner {
    max-width: 23.375rem;
  }
}

.personal_offer__terms {
  color: #848aa2;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
}

.personal_offer__terms a {
  color: #848aa2;
}

.personal_offer__terms a:hover {
  color: #F3C300;
}

@media (min-width: 900px) {
  .personal_offer__terms {
    text-align: left;
  }
}

.personal_offer__done {
  max-width: 26.875rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding: 0 1.25rem;
  text-align: center;
}

.personal_offer__done .ic--mail {
  margin-bottom: 1.125rem;
}

.personal_offer__done .section_title {
  margin-bottom: 1.5625rem;
  text-align: center;
}

.personal_offer__done .personal_offer__terms {
  max-width: 15rem;
  margin-bottom: 2.625rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.personal_offer__done.is_active {
  position: static;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 900px) {
  .personal_offer__done {
    padding: 0;
  }
}

.form_options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form_options__col {
  width: 50%;
}

.programs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: #F8F8F8;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  position: relative;
  z-index: 300;
}

@media (min-width: 600px) {
  .programs {
    width: calc(100% - 80px);
  }
}

@media (min-width: 900px) {
  .programs {
    margin-top: 0;
    margin-bottom: 6.25rem;
  }
}

@media (min-width: 1100px) {
  .programs {
    margin-bottom: 6.25rem;
    -webkit-box-shadow: 0 30px 140px 0 rgba(21, 31, 79, 0.1);
            box-shadow: 0 30px 140px 0 rgba(21, 31, 79, 0.1);
    height: 30.1875rem;
    width: 100%;
    max-width: 1280px;
  }
}

.programs_content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding: 1.375rem 1.25rem 3.375rem;
  text-align: center;
  width: 100%;
  background-color: #fff;
}

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

@media (min-width: 600px) {
  .programs_content {
    padding-top: 2.375rem;
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 900px) {
  .programs_content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    text-align: left;
    padding: 1.25rem 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .programs_content .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1100px) {
  .programs_content {
    width: 43.125%;
    padding: 0rem 5.0625rem;
  }
  .programs_content .tooltip {
    right: auto;
    left: -6.25rem;
  }
  .programs_content .tooltip__inner {
    left: 0;
    position: absolute;
  }
  .programs_content .tooltip__inner:after {
    left: 6.875rem;
    right: auto;
  }
}

.programs_content__disclamer_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.programs_content__disclamer_block .disclaimer_container {
  margin-left: -15px !important;
  margin-top: -14px !important;
}

.programs_content__hint {
  margin-bottom: 0.625rem;
}

.programs_content__title {
  max-width: 21.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  .programs_content__title {
    max-width: inherit;
  }
}

@media (min-width: 900px) {
  .programs_content__title {
    max-width: 27.5rem;
    margin-left: 0;
  }
}

.programs_content__text {
  padding: 0rem 1.25rem;
  max-width: 20.625rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.25rem;
}

@media (min-width: 600px) {
  .programs_content__text {
    padding: 0;
    line-height: 1.5rem;
    margin-bottom: 1.875rem;
    max-width: 21.25rem;
  }
}

@media (min-width: 900px) {
  .programs_content__text {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.25rem;
    max-width: 28rem;
    text-align: left;
  }
}

@media (min-width: 1100px) {
  .programs_content__text {
    max-width: 26.875rem;
  }
}

.programs_img {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 900px) {
  .programs_img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
}

@media (min-width: 1100px) {
  .programs_img {
    width: 56.875%;
  }
}

.programs_img__label {
  border-radius: 3px;
  background-color: #fff;
  color: #848aa2;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding: 0rem 0.625rem;
  line-height: 1rem;
  font-size: 0.875rem;
  position: absolute;
  top: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
  max-width: 80%;
  width: 100%;
}

@media (min-width: 600px) {
  .programs_img__label {
    padding: 0rem 0.75rem;
    top: 2.5rem;
    white-space: nowrap;
    height: 1.75rem;
    line-height: 1.75rem;
    width: auto;
  }
}

@media (min-width: 900px) {
  .programs_img__label {
    top: 3.5625rem;
    left: 2.5rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 1100px) {
  .programs_img__label {
    top: 4.5rem;
    left: 3.75rem;
  }
}

.programs_slider.slick-dotted {
  margin-bottom: 0;
}

.programs_slider.slick-initialized .slick-slide {
  min-height: 16.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.programs_slider .slick-dots {
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  bottom: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.programs_slider .slick-dots li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.programs_slider .slick-dots li button {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.programs_slider .slick-dots li button:before {
  display: none;
}

.programs_slider .slick-dots .slick-active button {
  background-color: transparent;
}

.programs_slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.programs_slider .slick-slide {
  position: relative;
  overflow: hidden;
  height: auto;
}

.programs_slider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.programs_slider iframe {
  width: 100%;
  min-height: 100%;
  height: 50vh;
}

@media (min-width: 900px) {
  .programs_slider {
    height: 100%;
  }
  .programs_slider .slick-list,
  .programs_slider .slick-track {
    height: 100%;
  }
  .programs_slider .slick-dots {
    right: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: 2.5rem;
    bottom: 3.625rem;
  }
  .programs_slider .slick-track {
    display: block;
  }
  .programs_slider .slick-slide {
    height: 100%;
  }
  .programs_slider iframe {
    position: static;
    height: auto;
  }
}

@media (min-width: 1100px) {
  .programs_slider .slick-dots {
    left: 3.25rem;
    bottom: 4.125rem;
  }
}

.pie {
  width: 12px;
  height: 12px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pie__left,
.pie__right {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
  position: relative;
}

.pie__left span,
.pie__right span {
  display: block;
  width: 200%;
  height: 100%;
  border: 6px solid white;
  border-radius: 200%;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
}

.pie__left span {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-animation: rotate1 5s infinite linear;
          animation: rotate1 5s infinite linear;
  right: -7px;
}

.pie__right span {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: rotate2 5s infinite linear;
          animation: rotate2 5s infinite linear;
  margin-left: -100%;
  left: -1px;
}

@-webkit-keyframes rotate1 {
  0% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  50% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}

@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  50% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.programs_content__countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.625rem;
}

@media (min-width: 600px) {
  .programs_content__countdown {
    padding-left: 0;
  }
}

@media (min-width: 900px) {
  .programs_content__countdown {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
  }
}

.programs_slider__play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(132, 138, 162, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}

a.programs_slider__play {
  fill: #05141f66;
  stroke: #FFFFFF;
  stroke-width: 1px;
  color: #05141f66;
}

a.programs_slider__play:hover {
  fill: #05141f;
  color: #05141f;
}

.countdown {
  margin-right: 0.625rem;
}

.countdown:first-child .countdown__value {
  margin-left: 0.75rem;
}

@media (min-width: 600px) {
  .countdown:first-child .countdown__value {
    margin-left: 1.125rem;
  }
}

@media (min-width: 900px) {
  .countdown:first-child .countdown__value {
    margin-left: 0rem;
  }
}

.countdown__value {
  color: #e43a41;
  margin-bottom: 0;
  padding-right: 0.75rem;
  position: relative;
  min-height: 2rem;
}

.countdown__value:before, .countdown__value:after {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #c3c7d3;
  position: absolute;
  right: 0;
}

.countdown__value:before {
  top: 0.625rem;
}

.countdown__value:after {
  top: 1.25rem;
}

.countdown:last-child .countdown__value:before, .countdown:last-child .countdown__value:after {
  display: none;
}

@media (min-width: 600px) {
  .countdown__value:before {
    top: 1rem;
  }
  .countdown__value:after {
    top: 1.5rem;
  }
}

@media (min-width: 900px) {
  .countdown__value {
    min-height: 3rem;
  }
  .countdown__value:before {
    top: 1.25rem;
  }
  .countdown__value:after {
    top: 1.875rem;
  }
}

.programs_content__countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.625rem;
}

@media (min-width: 600px) {
  .programs_content__countdown {
    padding-left: 0;
  }
}

@media (min-width: 900px) {
  .programs_content__countdown {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
  }
}

.countdown {
  margin-right: 0.625rem;
}

.countdown:first-child .countdown__value {
  margin-left: 0.75rem;
}

@media (min-width: 600px) {
  .countdown:first-child .countdown__value {
    margin-left: 1.125rem;
  }
}

@media (min-width: 900px) {
  .countdown:first-child .countdown__value {
    margin-left: 0rem;
  }
}

.countdown__value {
  color: #e43a41;
  margin-bottom: 0;
  padding-right: 0.75rem;
  position: relative;
  min-height: 2rem;
}

.countdown__value:before, .countdown__value:after {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #c3c7d3;
  position: absolute;
  right: 0;
}

.countdown__value:before {
  top: 0.625rem;
}

.countdown__value:after {
  top: 1.25rem;
}

.countdown:last-child .countdown__value:before, .countdown:last-child .countdown__value:after {
  display: none;
}

@media (min-width: 600px) {
  .countdown__value:before {
    top: 1rem;
  }
  .countdown__value:after {
    top: 1.5rem;
  }
}

@media (min-width: 900px) {
  .countdown__value {
    min-height: 3rem;
  }
  .countdown__value:before {
    top: 1.25rem;
  }
  .countdown__value:after {
    top: 1.875rem;
  }
}

.clients {
  padding: 1.45rem;
  padding-top: 1.25rem;
}

@media (min-width: 600px) {
  .clients {
    padding: 1.25rem 1.875rem;
  }
}

@media (min-width: 900px) {
  .clients {
    padding: 2.5rem 0rem;
  }
}

@media (min-width: 600px) {
  .clients__inner {
    padding: 0 3.375rem;
  }
}

@media (min-width: 900px) {
  .clients__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 72.5rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    padding-left: 46px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1100px) {
  .clients__inner {
    padding-left: 36px;
  }
}

.clients__descr .section_title {
  margin-bottom: 0.9375rem;
}

@media (min-width: 600px) {
  .clients__descr .section_title {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 900px) {
  .clients__descr {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
    margin-left: 25%;
    margin-left: 0;
  }
  .clients__descr .section_title {
    margin-bottom: 2.125rem;
  }
}

.clients__text {
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}

@media (min-width: 900px) {
  .clients__text {
    line-height: 2.125rem;
    margin-bottom: 1.375rem;
  }
}

.clients__text--grey {
  color: #69727999;
}

.clients_logos {
  max-width: 74.625rem;
  background-color: #f6f6f6;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  margin-top: 1.5625rem;
  margin-bottom: 2.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.875rem;
}

@media (min-width: 600px) {
  .clients_logos {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.375rem;
    padding-bottom: 0;
  }
}

@media (min-width: 900px) {
  .clients_logos {
    margin-top: 2.25rem;
    margin-bottom: 3.5rem;
  }
}

.clients_logos__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 63.75rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2.25rem;
  padding-bottom: 0.875rem;
  max-height: 16.875rem;
  overflow: hidden;
  -webkit-transition: max-height 0.15s ease-in-out;
  -o-transition: max-height 0.15s ease-in-out;
  transition: max-height 0.15s ease-in-out;
  margin-bottom: 2rem;
}

.is_open .clients_logos__list {
  max-height: 2000px;
  -webkit-transition: max-height 0.15s ease-in-out;
  -o-transition: max-height 0.15s ease-in-out;
  transition: max-height 0.15s ease-in-out;
}

@media (min-width: 600px) {
  .clients_logos__list {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 3.375rem;
    max-height: inherit;
    overflow: visible;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.clients_logos__item {
  margin-bottom: 1.25rem;
  width: 45%;
  text-align: center;
}

.clients_logos__item img {
  max-width: 90%;
}

@media (min-width: 600px) {
  .clients_logos__item {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    width: inherit;
  }
  .clients_logos__item img {
    max-width: 85%;
  }
}

@media (min-width: 900px) {
  .clients_logos__item {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .clients_logos__item img {
    max-width: 100%;
  }
}

.clients_logos__descr {
  max-width: 26.875rem;
  border-top: 1px solid #e4e4e4;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.25rem;
  padding-bottom: 1.875rem;
  position: relative;
}

@media (min-width: 900px) {
  .clients_logos__descr {
    max-width: 63.75rem;
  }
}

.clients_logos__more {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  background-color: #f6f6f6;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: bold;
}

.clients_logos__more:after {
  content: '';
  display: block;
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  left: -1.25rem;
  right: -1.25rem;
  z-index: -1;
}

.clients_logos__more:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 2.5px 0;
  border-color: #05141F transparent transparent;
  position: absolute;
  margin-top: 0.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.625rem;
}

.clients_logos__more.is_active:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 0;
}

@media (min-width: 600px) {
  .clients_logos__more {
    display: none;
  }
}

.clients_logos__text {
  font-weight: bold;
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.875rem;
}

@media (min-width: 600px) {
  .clients_logos__text {
    line-height: 2.125rem;
  }
}

.quotes {
  max-width: 75.125rem;
  border-top: 1px solid #e4e4e4;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 600px) {
  .quotes {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 1.875rem;
  }
}

@media (min-width: 900px) {
  .quotes {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 9.1875rem;
  }
}

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

.quotes_header {
  margin-bottom: 2rem;
  padding-left: 0.625rem;
}

@media (min-width: 600px) {
  .quotes_header {
    padding-left: 3.375rem;
  }
}

@media (min-width: 900px) {
  .quotes_header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 72.5rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 0;
  }
}

@media (max-width: 599px) {
  .quotes_header__inner {
    padding-right: 1.875rem;
  }
}

@media (min-width: 900px) {
  .quotes_header__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
    margin-left: 41.66667%;
    margin-left: 37%;
    max-width: 66%;
  }
}

.quotes_slider__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.quotes_slider__inner .slider_arrow {
  margin-left: 0.3125rem;
  border: none;
  padding: 0 1.25rem;
  background-color: transparent;
  height: 2.5rem;
  line-height: 2.5rem;
}

.quotes_slider__inner .slider_arrow:hover .ic--arrow {
  fill: #e43a41;
}

.quotes_slider__inner .slider_arrow:first-child {
  margin-left: -0.625rem;
}

.quotes_slider__inner .slider_arrow.slick-disabled, .quotes_slider__inner .slider_arrow.slick-disabled:hover {
  cursor: default;
}

.quotes_slider__inner .slider_arrow.slick-disabled .ic--arrow, .quotes_slider__inner .slider_arrow.slick-disabled:hover .ic--arrow {
  fill: #e4e4e4;
}

.quotes_slider__inner .slider_arrow--prev .ic--arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quotes_slider_slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slick-initialized .quotes_slider_slide {
  display: block;
}

@media (min-width: 900px) {
  .quotes_slider_slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 72.5rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 1.875rem;
  }
  .slick-initialized .quotes_slider_slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.quotes_slider_slide__photo {
  width: 7.75rem;
  margin-left: 1.25rem;
}

.quotes_slider_slide__photo img {
  width: 100%;
  max-width: 19.75rem;
  border-radius: 50%;
}

@media (min-width: 600px) {
  .quotes_slider_slide__photo {
    width: 9.6875rem;
    margin-left: 3.375rem;
  }
}

@media (min-width: 900px) {
  .quotes_slider_slide__photo {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
    margin-left: 0;
  }
}

.quotes_slider_slide__content {
  margin-top: 1.375rem;
}

@media (min-width: 600px) {
  .quotes_slider_slide__content {
    margin-top: 1.875rem;
  }
}

@media (min-width: 900px) {
  .quotes_slider_slide__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
    margin-top: 3.75rem;
    max-width: 35rem;
  }
}

@media (min-width: 1100px) {
  .quotes_slider_slide__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
    max-width: inherit;
    max-width: 48.125rem;
  }
}

.quotes_slider_slide__details {
  border: 1px solid #e4e4e4;
  background-color: #fff;
  padding: 1.75rem 1.25rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 600px) {
  .quotes_slider_slide__details {
    padding: 2.5rem 3.125rem;
  }
}

@media (min-width: 900px) {
  .quotes_slider_slide__details {
    margin-left: 1.25rem;
    padding: 2.5rem 5%;
  }
}

.quotes_slider_slide__details:before, .quotes_slider_slide__details:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.quotes_slider_slide__details:before {
  border-width: 22px 0 0 22px;
  border-color: transparent transparent transparent #e4e4e4;
  top: -1.375rem;
  left: 8.125rem;
}

.quotes_slider_slide__details:after {
  border-width: 22px 0 0 22px;
  border-color: transparent transparent transparent #fff;
  top: -1.25rem;
  left: 8.1875rem;
}

@media (min-width: 600px) {
  .quotes_slider_slide__details:before {
    left: 13.75rem;
  }
  .quotes_slider_slide__details:after {
    left: 13.8125rem;
  }
}

@media (min-width: 900px) {
  .quotes_slider_slide__details:before {
    border-width: 0 0 22px 22px;
    border-color: transparent transparent #e4e4e4 transparent;
    top: 1.25rem;
    left: -1.375rem;
  }
  .quotes_slider_slide__details:after {
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #fff transparent;
    top: 1.3125rem;
    left: -1.25rem;
  }
}

@media (min-width: 1100px) {
  .quotes_slider_slide__details {
    margin-left: 0;
    padding: 2.5rem 7% 2.5rem 8.243%;
  }
}

.quotes_slider_slide__text {
  color: #69727999;
  line-height: 1.875rem;
  margin-top: 0.75rem;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 600px) {
  .quotes_slider_slide__text {
    margin-top: 1.625rem;
  }
}

@media (min-width: 900px) {
  .quotes_slider_slide__text {
    margin-top: 0;
    margin-bottom: 1.625rem;
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
}

@media (min-width: 1100px) {
  .quotes_slider_slide__text {
    line-height: 2.125rem;
  }
}

.quotes_slider_slide__author {
  margin-bottom: 0.3125rem;
}

.quotes_slider_slide__role {
  color: #69727999;
  font-size: 0.6875rem;
  line-height: 0.875rem;
}

@media (min-width: 600px) {
  .quotes_slider_slide__role {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}

.quotes_slider__footer {
  position: absolute;
  right: 0.375rem;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 600px) {
  .quotes_slider__footer {
    right: auto;
    left: 16.875rem;
    margin-top: 3.125rem;
  }
}

@media (min-width: 900px) {
  .quotes_slider__footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 72.5rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    margin-bottom: -1.25rem;
    margin-top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.quotes_slider__nav {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 900px) {
  .quotes_slider__nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
    margin-left: 41.66667%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 37%;
  }
}

@media (min-width: 1100px) {
  .quotes_slider__nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
    margin-left: 41.66667%;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 37%;
  }
}

.quotes_slider__counter {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  color: #69727999;
  font-size: 1rem;
  text-align: right;
  padding-right: 1.25rem;
  width: 100%;
}

@media (min-width: 600px) {
  .quotes_slider__counter {
    text-align: left;
    padding-left: 0.625rem;
    padding-right: 0;
    width: inherit;
    font-size: 1.125rem;
  }
}

@media (min-width: 900px) {
  .quotes_slider__counter {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.choose_your_car {
  max-width: 74.625rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding-bottom: 3.75rem;
  background-color: #f6f6f6;
}

.choose_your_car:before, .choose_your_car:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
}

.choose_your_car:before {
  top: 0;
  left: 0;
  background-image: url(../../../files/chose_car_320_1.jpg);
  background-position: 0 0;
  height: 18.75rem;
  width: 37.5rem;
}

.choose_your_car:after {
  top: 19.375rem;
  right: 0;
  background-image: url(../../../files/chose_car_320_2.jpg);
  background-position: 0 0;
  height: 18.75rem;
  width: 37.5rem;
}

@media (min-width: 600px) {
  .choose_your_car {
    background: url(../../../files/chose_car_900.jpg) 50% 0 no-repeat;
    height: 43.75rem;
    padding-bottom: 0;
    margin-bottom: 3.125rem;
  }
  .choose_your_car:before, .choose_your_car:after {
    display: none;
  }
}

@media (min-width: 900px) {
  .choose_your_car {
    background-image: url(../../../files/chose_car_1280.jpg);
    height: 58.625rem;
    margin-bottom: 6.25rem;
  }
}

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

.choose_your_car__content {
  width: 20.625rem;
  height: 20.625rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 20;
  margin-top: 27.75rem;
}

.choose_your_car__content .section_title {
  max-width: 23.75rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 599px) {
  .choose_your_car__content .btn {
    width: 16.5rem;
    text-align: center;
  }
}

@media (min-width: 600px) {
  .choose_your_car__content {
    width: 26.875rem;
    height: 26.875rem;
    margin-top: 0;
  }
}

@media (min-width: 900px) {
  .choose_your_car__content {
    width: 34.3125rem;
    height: 34.3125rem;
  }
}

.calc {
  background-color: #F8F8F8;
  position: relative;
}

@media (min-width: 900px) {
  .calc {
    padding-left: 2.5rem;
  }
  .calc:after {
    content: '';
    display: block;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(50% + 36px);
    position: absolute;
  }
  .calc:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #F8F8F8;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-left: -28px;
    z-index: 12;
  }
}

@media (min-width: 1100px) {
  .calc {
    padding-left: 0;
  }
  .calc:after {
    width: 50%;
  }
  .calc:before {
    margin-left: 0;
    border-width: 68px 0 68px 68px;
  }
}

@media (min-width: 900px) {
  .calc__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 72.5rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.calc__form {
  padding: 1.25rem 1.25rem 2.25rem;
}

@media (min-width: 600px) {
  .calc__form {
    padding: 1.875rem 2.5rem 4rem;
  }
}

@media (min-width: 900px) {
  .calc__form {
    padding-left: 0;
    padding-right: 1.75rem;
    padding-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
}

@media (min-width: 1100px) {
  .calc__form {
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
    margin-left: 8.33333%;
    margin-left: 20px;
  }
}

.calc__title {
  max-width: 19rem;
}

@media (max-width: 599px) {
  .calc__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .calc__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.8125rem;
  }
}

.calc_switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media (min-width: 600px) {
  .calc_switcher {
    margin-bottom: 2.125rem;
  }
}

@media (min-width: 900px) {
  .calc_switcher {
    margin-bottom: 1.875rem;
    height: 5.375rem;
  }
}

.calc_switcher__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.75rem;
  z-index: 10;
}

@media (min-width: 600px) and (max-width: 899px) {
  .calc_switcher__nav {
    right: auto;
    left: 1.375rem;
  }
}

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

.calc_switcher__counter {
  width: 2.875rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.875rem;
  display: none;
}

@media (min-width: 600px) {
  .calc_switcher__counter {
    display: block;
  }
}

.calc_switcher__arrows {
  width: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calc_switcher__arrows .slider_arrow {
  background-color: #05141f66;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  padding: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calc_switcher__arrows .slider_arrow:first-child {
  margin-left: 0;
}

.calc_switcher__arrows .slider_arrow:not(.slick-disabled):hover {
  background-color: #05141F;
}

.calc_switcher__arrows .slider_arrow:not(.slick-disabled):hover .ic--arrow-contacts {
  fill: #fff;
}

.calc_switcher__arrows .slider_arrow.slick-disabled {
  cursor: default;
  opacity: 0.6;
}

.calc_switcher__arrows .slider_arrow--prev .ic--arrow-contacts {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.calc_switcher__arrows .ic--arrow-contacts {
  fill: #fff;
}

@media (min-width: 600px) {
  .calc_switcher__arrows {
    width: 7rem;
  }
}

.calc_switcher__option {
  cursor: pointer;
  width: calc(50% - 7px);
  border: 1px solid rgba(195, 199, 211, 0.4);
  border-radius: 3px;
  position: relative;
}

.calc_switcher__option--full {
  cursor: default;
  width: 100%;
  border-color: #fff;
  background-color: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.calc_switcher__option--full .calc_switcher__model {
  font-weight: normal;
  color: #848aa2;
}

.calc_switcher__option--full .calc_switcher__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc_switcher__option--full .calc_switcher__input:checked + .calc_switcher__content .calc_switcher__model {
  color: #848aa2;
}

@media (max-width: 599px) {
  .calc_switcher--slider .calc_switcher__option--full .calc_switcher__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media (min-width: 900px) {
  .calc_switcher__option--full .calc_switcher__input:checked + .calc_switcher__content .calc_switcher__model {
    color: #848aa2;
  }
  .calc_switcher__option--full .calc_switcher__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.calc_switcher__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.calc_switcher__input:checked + .calc_switcher__content {
  background-color: #fff;
}

.calc_switcher__input:checked + .calc_switcher__content .calc_switcher__img {
  opacity: 1;
}

.calc_switcher__input:checked + .calc_switcher__content .calc_switcher__model {
  color: #e43a41;
}

@media (min-width: 900px) {
  .calc_switcher__input:checked + .calc_switcher__content {
    background-color: #fff;
    border-color: #fff;
  }
  .calc_switcher__input:checked + .calc_switcher__content .calc_switcher__model {
    color: #e43a41;
  }
}

.calc_switcher__content {
  border-radius: 3px;
  padding: 0.75rem 0.875rem 0.5rem 1rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

@media (min-width: 600px) and (max-width: 899px) {
  .calc_switcher--slider .calc_switcher__content {
    padding-left: 9.375rem;
  }
}

@media (min-width: 600px) {
  .calc_switcher__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 900px) {
  .calc_switcher__content {
    height: 5.25rem;
    padding: 0rem 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.calc_switcher__model {
  font-size: 1.25rem;
  display: block;
  color: #05141F;
  width: 100%;
  font-weight: bold;
}

@media (min-width: 900px) {
  .calc_switcher__model {
    font-size: 1.5rem;
    font-weight: bold;
    color: #05141F;
  }
}

.calc_switcher__img {
  margin-bottom: 0.375rem;
  max-width: 100%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (min-width: 600px) {
  .calc_switcher__img {
    max-width: 5.875rem;
    margin-right: 0.625rem;
  }
}

@media (min-width: 900px) {
  .calc_switcher__img {
    display: none;
  }
}

.calc_switcher__prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.calc_switcher__prices .car__disclaimer {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-bottom: 6px;
}

.calc_switcher__prices .calc_switcher__price {
  font-size: 1.25rem;
  line-height: 1.75rem;
  width: auto;
  margin-left: 0.5rem;
}

@media (min-width: 900px) {
  .calc_switcher__prices .calc_switcher__price {
    font-size: 1.375rem;
    line-height: 1.5rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0.5rem;
    margin-left: 0;
  }
}

@media (min-width: 1100px) {
  .calc_switcher__prices .calc_switcher__price {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 599px) {
  .calc_switcher--slider .calc_switcher__prices {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .calc_switcher--slider .calc_switcher__prices .calc_switcher__price {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
    margin-right: 0.5rem;
  }
  .calc_switcher--slider .calc_switcher__prices .calc_switcher__price--old {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -0.3125rem;
    margin-bottom: 0.3125rem;
  }
}

@media (min-width: 600px) {
  .calc_switcher__prices {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 900px) {
  .calc_switcher__prices {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.calc_switcher__price {
  font-size: 1rem;
  line-height: 1.25rem;
  width: 100%;
}

.calc_switcher__price .rub:before {
  height: 2px;
  width: 8px;
  top: 16px;
  left: -1px;
}

@media (min-width: 900px) {
  .calc_switcher__price {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .calc_switcher__price .rub:before {
    top: 17px;
    width: 9px;
  }
}

@media (min-width: 1100px) {
  .calc_switcher__price .rub:before {
    top: 20px;
    left: 0;
  }
}

.calc_switcher__price.two .rub:before {
  height: 1px;
  width: 8px;
  top: 13px;
  left: 0px;
}

@media (min-width: 900px) {
  .calc_switcher__price.two .rub:before {
    top: 15px;
    width: 8px;
  }
}

@media (min-width: 1100px) {
  .calc_switcher__price.two .rub:before {
    top: 15px;
    left: -1px;
  }
}

.calc_switcher__price--old {
  text-decoration: line-through;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.calc_switcher__price--old span {
  color: #848aa2;
}

.calc_switcher__price--old .rub:before {
  height: 1px;
  width: 5px;
  top: 11px;
  left: 0;
}

@media (min-width: 900px) {
  .calc_switcher__price--old {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.calc_slider {
  background-color: #fff;
  height: 3.25rem;
  padding: 0.875rem 1rem 0.875rem 1.125rem;
  position: relative;
}

.calc_slider:not(:last-child) {
  margin-bottom: 1.75rem;
}

.calc_slider .noUi-target {
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
  background: transparent;
}

.calc_slider .noUi-horizontal {
  height: 24px;
}

.calc_slider .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  right: -12px !important;
  top: 0;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #05141F;
  border-width: 1px;
  -webkit-transition: border-color 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
  background-color: #05141F;
}

.calc_slider .noUi-horizontal .noUi-handle:before, .calc_slider .noUi-horizontal .noUi-handle:after {
  display: none;
}

.calc_slider .noUi-connects {
  border-radius: 0;
}

.calc_slider .noUi-connect {
  background-color: #05141F;
  top: 8px;
  height: 4px;
}

.calc_slider .noUi-connect:last-child {
  background-color: #dbdde4;
}

.calc_slider .noUi-pips-horizontal {
  padding: 0;
  top: 14px;
}

.calc_slider .noUi-marker-horizontal.noUi-marker-large {
  height: 7px;
  width: 4px;
  margin-left: -4px;
  background-color: #dbdde4;
}

.calc_slider .noUi-marker-horizontal.noUi-marker-large:first-child {
  margin-left: 0;
}

.calc_slider .noUi-marker-horizontal.noUi-marker-normal {
  display: none;
}

.calc_slider .noUi-value-horizontal {
  display: none;
}

@media (min-width: 600px) {
  .calc_slider {
    border-radius: 3px 3px 0 0;
  }
  .calc_slider:not(:last-child) {
    margin-bottom: 3rem;
  }
}

@media (min-width: 900px) {
  .calc_slider {
    height: 5.25rem;
    padding-top: 1.125rem;
  }
}

.calc_slider__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 900px) {
  .calc_slider__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.calc_slider__label {
  display: block;
}

.calc_slider__value {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media (min-width: 900px) {
  .calc_slider__value {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .calc_slider__value {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.calc_slider__text {
  font-size: 1rem;
  line-height: 1.5rem;
}

.calc_slider__text .rub:before {
  height: 1px;
  width: 6px;
  top: 13px;
  left: 0;
}

@media (max-width: 599px) {
  .calc_slider__text {
    display: none;
  }
}

@media (min-width: 1100px) {
  .calc_slider__text {
    font-size: 1.125rem;
  }
  .calc_slider__text .rub:before {
    top: 15px;
  }
}

.calc_slider__range {
  position: absolute;
  top: 100%;
  margin-top: 0.625rem;
}

@media (max-width: 599px) {
  .calc_slider__range {
    display: none;
  }
}

.calc_slider__range--min {
  left: 0;
}

.calc_slider__range--max {
  right: 0;
  text-align: right;
}

.calc__content {
  background-color: #fff;
  padding: 2rem 1.25rem 1.5rem;
  position: relative;
  margin: 0 auto;
}

.calc__content:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0;
  border-color: #F8F8F8 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 600px) {
  .calc__content {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 900px) {
  .calc__content {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    margin-left: 8.33333%;
    height: 36.5rem;
    padding-top: 1.5rem;
    z-index: 5;
    margin-left: calc(8.333% - 10px);
  }
  .calc__content:before {
    display: none;
  }
}

@media (min-width: 1100px) {
  .calc__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
    margin-left: 16.66667%;
    height: 40rem;
    padding-top: 4.25rem;
  }
}

.calc_models {
  position: relative;
  height: 17.375rem;
  margin-bottom: 2.125rem;
  display: none;
}

@media (min-width: 900px) and (max-width: 1099px) {
  .calc_models {
    margin-left: 1.25rem;
  }
}

@media (min-width: 900px) {
  .calc_models {
    display: block;
  }
}

@media (min-width: 1100px) {
  .calc_models {
    margin-bottom: 0.75rem;
  }
}

.calc_models__img {
  position: absolute;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.calc_models--two .calc_models__img {
  z-index: 5;
  opacity: 0.5;
  -webkit-transform: scale(0.7) translate(-137px, -100px);
      -ms-transform: scale(0.7) translate(-137px, -100px);
          transform: scale(0.7) translate(-137px, -100px);
}

.calc_models__img.j_calc_img_prev {
  z-index: 5;
  opacity: 0;
}

.calc_models__img.j_calc_img_f {
  z-index: 5;
  opacity: 0.5;
  -webkit-transform: scale(0.7) translate(-137px, -100px);
      -ms-transform: scale(0.7) translate(-137px, -100px);
          transform: scale(0.7) translate(-137px, -100px);
}

.calc_models__img.j_calc_img_active {
  z-index: 10;
  opacity: 1;
  left: 30px;
  bottom: 15px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.calc_models__img.j_calc_img_active + .calc_models__img {
  z-index: 5;
  opacity: 0.5;
  -webkit-transform: scale(0.7) translate(-137px, -100px);
      -ms-transform: scale(0.7) translate(-137px, -100px);
          transform: scale(0.7) translate(-137px, -100px);
}

.calc_tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 0.375rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 600px) {
  .calc_tags {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 900px) {
  .calc_tags {
    margin-left: -0.375rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.calc_tags__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.25rem 0.5rem;
  color: #848aa2;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #F8F8F8;
  height: 1.75rem;
  margin: 0rem 0.1875rem 0.375rem;
}

.calc_tags__item .rub:before {
  height: 1px;
  width: 5px;
  top: 12px;
  left: 0;
}

@media (min-width: 900px) {
  .calc_tags__item {
    margin-left: 0.375rem;
  }
}

.calc_tags__item.hide {
  display: none;
}

.calc_tags__item--primary {
  color: #fff;
  background-color: #848aa2;
  border-color: #848aa2;
}

.calc_descr__text {
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.125rem;
  position: relative;
}

.calc_descr__text span {
  font-weight: bold;
  color: #F3C300;
}

@media (min-width: 600px) {
  .calc_descr__text {
    margin-bottom: 2.125rem;
  }
}

@media (min-width: 900px) {
  .calc_descr__text {
    text-align: left;
  }
}

.calc_descr__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calc_descr__footer .btn {
  padding: 0.6875rem 1.625rem;
  margin-bottom: 0.625rem;
}

.calc_descr__footer .disclaimer_container {
  margin: 0;
  top: 18px;
  right: 30px;
  display: block;
  position: absolute;
}

@media (min-width: 600px) {
  .calc_descr__footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 15px;
  }
  .calc_descr__footer .btn {
    padding: 0rem 2rem;
    line-height: 2.75rem;
    margin-bottom: 0rem;
  }
  .calc_descr__footer .disclaimer_container {
    top: 18px;
    left: 32px;
  }
  .calc_descr__footer .disclaimer_container .calc_disclaimer {
    left: 0 !important;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .calc_descr__footer .btn {
    margin-left: 1.375rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .calc_descr__footer .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 900px) {
  .calc_descr__footer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .calc_descr__footer .disclaimer_container {
    margin-left: -18px;
    left: inherit;
  }
  .calc_descr__footer .disclaimer_container .calc_disclaimer {
    left: inherit;
  }
  .calc_descr__footer .btn {
    margin-right: 1.375rem;
  }
}

.calc_desrc__terms {
  margin-bottom: 0;
  text-align: center;
  position: relative;
}

@media (min-width: 600px) {
  .calc_desrc__terms {
    text-align: right;
  }
}

@media (min-width: 900px) {
  .calc_desrc__terms {
    text-align: left;
  }
}

.calc_banks {
  padding: 1.8125rem 0.75rem;
  padding-bottom: 2.1875rem;
  width: calc(100% - 40px);
  margin: 0 auto 3.875rem;
  background-color: #fff;
  position: relative;
}

.calc_banks:before {
  content: '';
  display: block;
  height: 1px;
  background-color: rgba(195, 199, 211, 0.3);
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
}

@media (min-width: 600px) {
  .calc_banks {
    padding-top: 2.125rem;
    padding-bottom: 0.875rem;
    margin-bottom: 5rem;
    width: calc(100% - 82px);
  }
  .calc_banks:before {
    left: 2rem;
    right: 2rem;
  }
}

@media (min-width: 900px) {
  .calc_banks {
    background-color: #F8F8F8;
    border-top: 1px solid rgba(195, 199, 211, 0.3);
    border-top: none;
    width: 100%;
    padding: 2.5rem 0rem;
  }
  .calc_banks:before {
    display: none;
  }
}

.calc_banks__title {
  text-align: center;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
}

@media (min-width: 600px) {
  .calc_banks__title {
    max-width: 23.125rem;
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 900px) {
  .calc_banks__title {
    max-width: inherit;
  }
}

.calc_banks__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 65.25rem;
  margin: 0rem -1.25rem;
}

@media (min-width: 600px) {
  .calc_banks__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 1.875rem;
  }
}

@media (min-width: 900px) {
  .calc_banks__list {
    padding: 0rem 2.5rem;
  }
}

.calc_banks__item {
  margin: 0rem 0.625rem;
}

.calc_banks__item img {
  max-width: 100%;
  max-height: 2.5rem;
}

.calc_banks__item a {
  border: none;
  cursor: pointer;
}

@media (min-width: 600px) {
  .calc_banks__item img {
    max-width: 130px;
    max-height: inherit;
  }
}

@media (min-width: 900px) {
  .calc_banks__item {
    margin: 0;
  }
}

.disclaimer_container {
  display: inline-block;
  margin-left: -26px;
}

.calc_disclaimer {
  position: relative;
  top: 2px;
  right: -26px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.calc_disclaimer .calc_disclaimer_text {
  display: none;
}

.calc_disclaimer.visible {
  z-index: 50;
}

.calc_disclaimer.visible .calc_disclaimer_text {
  display: block;
  position: absolute;
  top: 26px;
  right: 7px;
  white-space: normal;
  padding: 14px;
  padding-right: 19px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 220px;
  max-width: 227px;
  min-height: 40px;
  max-height: 250px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(64, 108, 148, 0.2);
          box-shadow: 0px 10px 30px rgba(64, 108, 148, 0.2);
  border-radius: 3px;
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #848aa2;
  font-size: 9px;
  line-height: 14px;
  z-index: 2;
}

.calc_disclaimer.visible .calc_disclaimer_text::before {
  content: '';
  position: absolute;
  right: 0;
  top: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
}

.calc_disclaimer.visible .calc_disclaimer_text .simplebar-track {
  margin-right: 3px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.calc_disclaimer.visible .calc_disclaimer_text .simplebar-horizontal {
  display: none;
}

.calc_disclaimer.visible .calc_disclaimer_text .simplebar-scrollbar {
  width: 3px;
  background: transparent;
  border-radius: 2px;
  min-height: 10px;
}

.calc_disclaimer.visible .calc_disclaimer_text .simplebar-scrollbar::before {
  background: #C3C7D3;
}

.calc_disclaimer.left .calc_disclaimer_text {
  right: inherit;
  left: 8px;
}

.calc_disclaimer.left .calc_disclaimer_text::before {
  content: '';
  right: inherit;
  left: 0;
  border: none;
  border-bottom: 10px solid white;
  border-right: 10px solid transparent;
}

.calc_disclaimer.bottom .calc_disclaimer_text {
  top: unset;
  bottom: 25px;
}

.calc_disclaimer.bottom .calc_disclaimer_text::before {
  content: '';
  top: unset;
  bottom: -8px;
  right: 0;
  border: none;
  border-top: 10px solid white;
  border-left: 10px solid transparent;
}

.calc_disclaimer.bottom.left .calc_disclaimer_text::before {
  border: none;
  border-top: 10px solid white;
  border-right: 10px solid transparent;
}

.gift {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 80px rgba(0, 0, 0, 0.05);
  padding: 2rem 1.25rem 1.875rem;
  overflow: hidden;
  max-width: 70rem;
  margin: 0 auto 3.125rem;
  z-index: 1;
  display: block;
  border: none;
}

.gift:hover {
  color: #05141F;
}

.gift .ic {
  fill: #e43a41;
}

.gift .ic--gift-m {
  display: block;
  margin: 0 auto 1.25rem;
}

.gift .ic--gift-d-l,
.gift .ic--gift-d-r,
.gift .ic--gift-t-l,
.gift .ic--gift-t-r {
  display: none;
  position: absolute;
}

@media (min-width: 600px) {
  .gift {
    width: calc(100% - 80px);
    border-radius: 3px;
    margin-bottom: 4.375rem;
  }
  .gift .ic--gift-m {
    display: none;
  }
  .gift .ic--gift-t-l {
    bottom: 0;
    left: 0;
    display: block;
  }
  .gift .ic--gift-t-r {
    top: 0;
    right: 0;
    display: block;
  }
}

@media (min-width: 900px) {
  .gift {
    margin-top: -5.3125rem;
  }
}

@media (min-width: 1100px) {
  .gift {
    padding-top: 2.75rem;
    padding-bottom: 2.25rem;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-shadow: 0 30px 140px 0 rgba(17, 19, 28, 0.1);
            box-shadow: 0 30px 140px 0 rgba(17, 19, 28, 0.1);
  }
  .gift .ic--gift-t-l,
  .gift .ic--gift-t-r {
    display: none;
  }
  .gift .ic--gift-d-l {
    bottom: 0;
    left: 0;
    display: block;
  }
  .gift .ic--gift-d-r {
    top: 0;
    right: 0;
    display: block;
  }
}

.gift__inner {
  text-align: center;
}

.gift__inner br {
  display: none;
}

@media (min-width: 600px) {
  .gift__inner {
    max-width: 21.25rem;
    margin: 0 auto;
  }
}

@media (min-width: 900px) {
  .gift__inner {
    max-width: 80%;
  }
}

@media (min-width: 1100px) {
  .gift__inner {
    width: 80%;
    max-width: 46.875rem;
  }
  .gift__inner br {
    display: initial;
  }
}

.gift__title {
  margin-bottom: 0.5rem;
}

@media (max-width: 599px) {
  .gift__car {
    display: none;
  }
}

.gift__service {
  margin-bottom: 1.25rem;
  line-height: 1.25rem;
}

.cars_with_filter {
  background-color: #fff;
  margin: 0 auto;
  max-width: 72.5rem;
  position: relative;
}

.cars_with_filter .section_title {
  padding: 0rem 1.25rem;
}

@media (min-width: 600px) {
  .cars_with_filter {
    padding-top: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .cars_with_filter .section_title {
    padding: 0rem 2.5rem;
    margin-bottom: 2.625rem;
  }
}

@media (min-width: 600px) {
  .cars_with_filter .section_title {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .cars_with_filter {
    padding-top: 3.125rem;
    margin-bottom: 8.125rem;
  }
  .cars_with_filter .section_title {
    padding: 0;
  }
}

.cars_with_filter__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-top: 0.625rem;
}

@media (min-width: 600px) {
  .cars_with_filter__inner {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1100px) {
  .cars_with_filter__inner {
    width: 100%;
  }
}

.equipments_list {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}

@media (min-width: 900px) {
  .equipments_list {
    width: calc(100% - 280px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1100px) {
  .equipments_list {
    width: 74.57%;
  }
}

.equipment {
  margin-bottom: 0;
}

.equipment.j_equipment_open .equipment_specification_wrapper {
  display: block;
}

@media (min-width: 900px) {
  .equipment {
    margin-bottom: 0.75rem;
  }
}

.equipment_wrapper {
  background-color: #fff;
  border-radius: 3px;
  padding-top: 1.125rem;
  padding-bottom: 0.625rem;
  position: relative;
}

.equipment_wrapper .btn_equipment_more {
  border-radius: 0 0 3px 3px;
  margin-bottom: -0.625rem;
}

@media (max-width: 599px) {
  .equipment_wrapper .btn_equipment_more {
    margin: 0 auto;
    display: block;
    border-radius: 3px;
    width: calc(100% - 40px);
  }
}

@media (min-width: 600px) {
  .equipment_wrapper {
    padding-top: 1.5rem;
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .equipment_wrapper {
    padding-top: 1.1875rem;
    padding-bottom: 0.4375rem;
  }
}

.equipment--empty .equipment_wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 900px) and (max-width: 1099px) {
  .equipment--empty .equipment_wrapper {
    padding-top: 1.1875rem;
    padding-bottom: 0.4375rem;
  }
}

.equipment_specification_wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 511;
  overflow: hidden;
  display: none;
  background: rgba(17, 19, 28, 0.2);
}

.equipment_specification_wrapper .equipment_specification {
  padding: 0rem 0.9375rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 512;
  overflow-y: hidden;
  display: block;
  /* Custom scrollbar for WebKit browsers */
  /* Handle */
  /* Custom scrollbar for Firefox browsers */
  scrollbar-color: #e8ebf1 white;
  scrollbar-width: thin;
}

@media (min-width: 500px) {
  .equipment_specification_wrapper .equipment_specification {
    padding: 0rem 1.875rem;
    padding: 3.25rem 3.75rem 0rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0.625rem;
    width: 30.75rem;
    right: 0;
    left: unset;
  }
}

.equipment_specification_wrapper .equipment_specification ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: white;
}

.equipment_specification_wrapper .equipment_specification ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #e8ebf1;
  border: 2px solid white;
}

.equipment_specification__title {
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: .75rem;
}

.equipment_specification__content {
  overflow: hidden;
  overflow-y: scroll;
  height: calc(100% - 50px);
  margin-bottom: 1.5625rem;
}

.equipment_specification__content .specification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "KIA", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.equipment_specification__content .specification .section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.4375rem;
}

.equipment_specification__content .specification .section .title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-bottom: 1rem;
}

.equipment_specification__content .specification .section .title .title_image {
  width: 67px;
  height: 74px;
  margin-right: 1rem;
}

.equipment_specification__content .specification .section .title .title_text {
  display: inline-block;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #11131C;
  margin: none;
  padding-top: 1.5rem;
}

.equipment_specification__content .specification .section .description {
  margin-bottom: 1.0625rem;
}

.equipment_specification__content .specification .section .description .description_text {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #848AA2;
  margin: 0;
}

.equipment_specification__content .specification .section .description .description_text:not(:last-of-type) {
  margin-bottom: 1.3125rem;
}

.equipment_specification__content .specification .section .param {
  font-weight: normal;
}

.equipment_specification__content .specification .section .param:not(:last-of-type) {
  margin-bottom: 1.0625rem;
}

.equipment_specification__content .specification .section .param .param_name {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #000000;
  margin: 0;
}

.equipment_specification__content .specification .section .param .param_value {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #848AA2;
  margin: 0;
}

.equipment_specification__close {
  position: absolute;
  top: 3.125rem;
  right: 3.125rem;
  background-color: transparent;
  padding: 0;
  border: none;
  color: #848aa2;
}

.equipment_specification__close .ic {
  width: 1.25rem;
  height: 1.25rem;
}

.equipment__header {
  padding: 0rem 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.9375rem;
}

.equipment--empty .equipment__header {
  color: #c3c7d3;
}

@media (min-width: 600px) {
  .equipment__header {
    padding: 0rem 1.875rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 900px) {
  .equipment__header {
    padding: 0rem 2.5rem;
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .equipment__header {
    padding: 0 1.9rem;
  }
}

@media (min-width: 1100px) {
  .equipment__header {
    margin-bottom: 0.4375rem;
  }
}

.equipment__name {
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 65%;
}

@media (min-width: 600px) and (max-width: 899px) {
  .equipment__name {
    margin-right: 1.5rem;
    min-width: 7.875rem;
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 900px) {
  .equipment__name {
    width: 10rem;
    max-width: inherit;
  }
}

.equipment--empty .equipment__quantity {
  color: #c3c7d3;
}

@media (min-width: 600px) {
  .equipment__quantity {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.equipment__details_btn {
  padding: 0;
  border: none;
  border-bottom: 1px dotted #848aa2;
  background-color: transparent;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: none;
}

.equipment__details_btn:hover {
  color: #ed1c24;
  border-color: #ed1c24;
}

@media (max-width: 599px) {
  .equipment__name .equipment__details_btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1.125rem;
    height: 1.125rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #F8F8F8;
    border: none;
    margin-left: 0.5rem;
  }
}

@media (min-width: 600px) {
  .equipment__details_btn {
    display: initial;
  }
  .equipment__name .equipment__details_btn {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .equipment__details_btn span {
    display: none;
  }
}

.equipment_table {
  width: 100%;
}

.equipment_table td {
  font-size: 1rem;
  line-height: 1.25rem;
  padding-top: 1.0625rem;
  padding-bottom: 0.9375rem;
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.equipment_table .rub:before {
  height: 1px;
  width: 7px;
  top: 12px;
  left: 0;
}

@media (min-width: 1100px) {
  .equipment_table .rub:before {
    top: 15px;
  }
}

@media (max-width: 599px) {
  .equipment_table {
    display: block;
    padding: 0rem 1.25rem;
  }
  .equipment_table thead,
  .equipment_table tbody {
    display: block;
  }
  .equipment_table td {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .equipment_table {
    table-layout: fixed;
  }
  .equipment_table td {
    padding-top: 0.625rem;
    padding-bottom: 0.75rem;
  }
  .equipment_table .rub:before {
    top: 12px;
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .equipment_table {
    table-layout: fixed;
  }
  .equipment_table td {
    padding-top: 1.0625rem;
    padding-bottom: 0.375rem;
  }
  .equipment_table .equipment_table__engine {
    width: 7.3rem;
    font-family: "KIA", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.25rem;
    padding-top: 0.3125rem;
    color: #11131C;
  }
  .equipment_table .equipment_table__transmission {
    width: 4.2rem;
    font-size: 1rem;
    line-height: 1.25rem;
    padding-top: 0.3125rem;
  }
  .equipment_table .equipment_table__price {
    width: 7rem;
    font-family: "KIA", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    padding-top: 0.3125rem;
    color: #11131C;
  }
  .equipment_table .equipment_table__credit {
    width: 6rem;
    font-size: 1rem;
    line-height: 1.25rem;
    padding-top: 0.3125rem;
    color: #11131C;
  }
}

@media (min-width: 900px) {
  .equipment_table td {
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding-bottom: 0.375rem;
  }
}

.equipment_table__row:hover td {
  background-color: rgba(248, 248, 248, 0.5);
}

.equipment_table__row:hover td .btn {
  border-color: #ed1c24;
  background-color: #ed1c24;
  color: #fff;
}

@media (max-width: 599px) {
  .equipment_table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    position: relative;
    margin-bottom: 1rem;
  }
  .equipment_table__row:not(:last-child) {
    border-bottom: solid 1px #F8F8F8;
    padding-bottom: 1rem;
  }
  .equipment_table__row td {
    display: block;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .equipment_table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .equipment_table__row td {
    display: block;
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
}

.equipment_table__row--hide,
.equipment_table__row--hidden {
  display: none;
}

.equipment_table__row--show {
  display: table-row;
}

@media (max-width: 599px) {
  .equipment_table__row--show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .equipment_table__row--show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.equipment_table__photo {
  width: 9.75rem;
  padding-left: 2.5rem;
}

.equipment_table__photo img {
  max-width: 5.6875rem;
}

@media (max-width: 599px) {
  .equipment_table__photo {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: -0.375rem;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .equipment_table__photo {
    width: 4.375rem;
    padding-left: 0;
    overflow: hidden;
  }
  .equipment_table__photo img {
    position: relative;
    left: -50%;
    -webkit-transform: translateX(-6px) translateY(-5px);
        -ms-transform: translateX(-6px) translateY(-5px);
            transform: translateX(-6px) translateY(-5px);
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .equipment_table__photo {
    width: 4.0625rem;
    padding-left: 0;
    overflow: hidden;
  }
  .equipment_table__photo img {
    position: relative;
    left: -50%;
    -webkit-transform: translateX(-7px) translateY(-10px);
        -ms-transform: translateX(-7px) translateY(-10px);
            transform: translateX(-7px) translateY(-10px);
  }
}

.equipment_table__engine {
  width: 8.5rem;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

@media (max-width: 599px) {
  .equipment_table__engine {
    width: calc(50% - 10px);
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .equipment_table__engine {
    width: 7rem;
  }
}

.equipment_table__transmission {
  width: 6.25rem;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

@media (max-width: 599px) {
  .equipment_table__transmission {
    width: calc(50% - 10px);
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .equipment_table__transmission {
    width: 5.625rem;
  }
}

.equipment_table__price {
  font-weight: bold;
  padding-right: 1.25rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  white-space: nowrap;
}

@media (max-width: 599px) {
  .equipment_table__price {
    width: calc(50% - 10px);
    margin-top: 1.125rem;
    margin-bottom: 0.4375rem;
  }
}

.equipment_table__credit {
  padding-right: 1.25rem;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  white-space: nowrap;
}

@media (max-width: 599px) {
  .equipment_table__credit {
    width: calc(50% - 10px);
    margin-top: 1.125rem;
    margin-bottom: 0.4375rem;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .equipment_table__credit {
    width: 5.625rem;
    padding-right: 0;
  }
}

.equipment_table__btn {
  width: 11.5rem;
  padding-right: 2.5rem;
}

@media (max-width: 599px) {
  .equipment_table__btn {
    position: absolute;
    padding-right: 0;
    width: 1.875rem;
    height: 1.875rem;
    bottom: 3.125rem;
    right: 1rem;
  }
  .equipment_table__btn .btn {
    border-radius: 50%;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
    margin-left: 2px;
  }
  .equipment_table__btn .btn span {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .equipment_table__btn {
    width: 2rem;
    padding-right: 0;
  }
  .equipment_table__btn .btn {
    border-radius: 50% 0 0 50%;
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    right: -0.125rem;
  }
  .equipment_table__btn .btn span {
    display: none;
  }
}

@media (min-width: 900px) {
  .equipment_table__btn .ic--arrow-contacts {
    display: none;
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .equipment_table__btn {
    width: 3.5625rem;
  }
  .equipment_table__btn .btn {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -0.75rem;
    margin-left: -0.0625rem;
  }
  .equipment_table__btn .btn:hover {
    background: #bb162a;
  }
  .equipment_table__btn .btn > span {
    display: none;
  }
  .equipment_table__btn .btn > svg {
    display: block;
  }
}

.equipment_table__hint {
  font-weight: normal;
  min-height: 1rem;
  display: inline-block;
}

.equipment_table__hint .rub:before {
  height: 1px;
  width: 5px;
  top: 11px;
  left: 0;
}

.cars_with_filter__additional {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  padding: 0.625rem 1.25rem 0rem;
}

.cars_with_filter__additional .filters_list_wrapper__hint {
  margin-bottom: 0.875rem;
  width: 100%;
}

@media (min-width: 600px) {
  .cars_with_filter__additional {
    padding: 1.25rem 0rem 0rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .cars_with_filter__additional > div {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .cars_with_filter__additional {
    display: none;
  }
}

.filters_list_wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  border-radius: 3px;
  -webkit-box-shadow: 0 44px 44px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 44px 44px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 0rem 1.25rem;
}

.filters_list_wrapper .cars_with_filter__additional {
  display: none;
  padding: 0;
}

.filters_list_wrapper.is_filters_list_opened {
  width: calc(100% - 40px);
}

@media (min-width: 600px) {
  .filters_list_wrapper.is_filters_list_opened {
    width: 100%;
  }
}

@media (min-width: 900px) {
  .filters_list_wrapper {
    padding: 0rem 1.0625rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 16.25rem;
    margin: 0;
  }
  .filters_list_wrapper.is_filters_list_opened {
    width: 16.25rem;
  }
  .filters_list_wrapper .cars_with_filter__additional {
    display: block;
  }
}

@media (min-width: 1100px) {
  .filters_list_wrapper {
    width: 23.7%;
  }
}

.filters_list_wrapper__hint {
  margin-bottom: 0;
}

.filters_list_open_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e43a41;
  color: #fff;
  border-bottom: none;
  height: 3.875rem;
  padding: 0rem 1.25rem;
  margin: 0rem -1.25rem;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: bold;
  cursor: pointer;
}

.filters_list_open_link .ic--filter {
  margin-right: 0.625rem;
}

.is_filters_list_opened .filters_list_open_link {
  border-radius: 6px 6px 0 0;
}

@media (min-width: 600px) {
  .filters_list_open_link {
    border-radius: 3px;
  }
  .filters_list_open_link .ic--filter {
    margin-right: 1.25rem;
    width: 1.125rem;
    height: auto;
    margin-left: 0.625rem;
  }
}

@media (min-width: 900px) {
  .filters_list_open_link {
    background-color: transparent;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #848aa2;
    font-weight: normal;
    height: auto;
    margin-bottom: 0.625rem;
  }
  .filters_list_open_link .ic--filter {
    display: none;
  }
  .filters_list_open_link:hover {
    color: #848aa2;
  }
}

.filters_list_open_link__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 600px) {
  .filters_list_open_link__text {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

@media (min-width: 900px) {
  .filters_list_open_link__text {
    font-size: 0.875rem;
  }
}

.filters_list_open_link__arrow {
  background-color: #dc6568;
  width: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.filters_list_open_link__arrow .ic {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.is_filters_list_opened .filters_list_open_link__arrow .ic {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 900px) {
  .filters_list_open_link__arrow {
    display: none;
  }
}

.filters_list_wrapper__inner {
  display: none;
  overflow: hidden;
}

.is_filters_list_opened .filters_list_wrapper__inner {
  display: block;
}

.filters_list_wrapper__inner.filters_visible {
  display: block;
}

@media (min-width: 900px) {
  .filters_list_wrapper__inner {
    overflow: visible;
    display: block;
  }
}

.filters_list {
  margin-bottom: 1.625rem;
}

.filter {
  margin: 0rem -1rem 0.625rem;
  padding: 0.625rem 1rem 0rem;
  position: relative;
}

.filter:before {
  background-color: #fff;
  border-radius: 3px;
  bottom: 0;
  content: '';
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.filter.is_filter_open {
  padding-bottom: 0.875rem;
}

.filter.is_filter_open:before {
  display: block;
}

.filter_name {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin: 0 0 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 20;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.filter_name .ic {
  fill: #848aa2;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 0.625rem;
}

.is_filter_open .filter_name .ic {
  fill: #05141F;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.is_filter_disabled .filter_name {
  color: #c3c7d3;
  cursor: not-allowed;
}

.filter_name:not(:disabled):hover {
  color: #F3C300;
}

@media (min-width: 600px) {
  .filter_name {
    font-size: 1.125rem;
    line-height: 1.1875rem;
  }
  .filter_name .ic {
    margin-right: 0.625rem;
  }
}

@media (min-width: 900px) {
  .filter_name .ic {
    margin-right: -0.125rem;
  }
}

.filter__selected_option {
  display: block;
  margin-top: -0.625rem;
}

.is_filter_open .filter__selected_option {
  display: none;
}

.filter__options {
  display: none;
  position: relative;
  z-index: 20;
}

.is_filter_open .filter__options {
  display: block;
}

.filter_btns {
  margin-bottom: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.625rem;
}

.filter_btns .btn {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (min-width: 900px) {
  .btn__filter_show {
    display: none;
  }
}

.btn__filter_reset span {
  display: none;
}

@media (min-width: 900px) {
  .btn__filter_reset {
    width: 100%;
    font-size: 0.875rem;
  }
  .btn__filter_reset span {
    display: initial;
  }
}

.file_icon {
  margin-right: 0.5rem;
  position: relative;
}

.file_icon__name {
  bottom: 0.125rem;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 900;
  left: 0.125rem;
  line-height: 0.625rem;
  position: absolute;
}

.additional_info_link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
}

@media (min-width: 600px) {
  .additional_info_link {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 1.125rem;
  }
}

.color_options {
  background-color: #fff;
  position: relative;
  margin-top: 7rem;
  padding: 4.5rem 0rem;
  margin-bottom: 2.125rem;
}

@media (max-width: 599px) {
  .color_options {
    background-color: #F8F8F8;
    margin-top: 2.75rem;
    margin-bottom: 2rem;
    padding: 0;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .color_options {
    background-color: #F8F8F8;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    padding: 0;
  }
}

.color_options__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 72.625rem;
}

.color_options__left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: calc(2.8125rem / 2);
  padding-right: calc(2.8125rem / 2);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 599px) {
  .color_options__left {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .color_options__left {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}

.color_options__title {
  margin-bottom: 3.75rem;
}

@media (max-width: 599px) {
  .color_options__title {
    margin-bottom: 0.8125rem;
    font-size: 1.25rem;
    line-height: 1.375rem;
    max-width: 11.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .color_options__title {
    margin-bottom: 1rem;
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}

.color_options__info {
  margin: 0;
  width: 50%;
  display: none;
}

@media (min-width: 900px) {
  .color_options__info {
    display: block;
  }
}

.color_options__value {
  margin-bottom: 0.5rem;
}

.color_options__key {
  margin: 0;
}

.color_options__center {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: calc(2.8125rem / 2);
  padding-right: calc(2.8125rem / 2);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 599px) {
  .color_options__center {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    background-color: #fff;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .color_options__center {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    background-color: #fff;
  }
}

.color_options__photo {
  position: absolute;
  top: -11.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 599px) {
  .color_options__photo {
    top: -7.3125rem;
    left: 11.125rem;
    max-width: 26.125rem;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .color_options__photo {
    top: -10rem;
    max-width: 38.4375rem;
    -webkit-transform: translateX(-46%);
        -ms-transform: translateX(-46%);
            transform: translateX(-46%);
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .color_options__photo {
    max-width: 40rem;
    margin-left: 1.875rem;
  }
}

.color_options__right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: calc(2.8125rem / 2);
  padding-right: calc(2.8125rem / 2);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 599px) {
  .color_options__right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .color_options__right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    padding: 0rem 2.5rem;
  }
}

.color_options__hint {
  margin-bottom: 3.75rem;
}

@media (max-width: 599px) {
  .color_options__hint {
    margin-bottom: 6.5rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    line-height: 1rem;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .color_options__hint {
    margin-bottom: 8.125rem;
  }
}

.colors_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 599px) {
  .colors_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 5.75rem 1.5625rem 3.4375rem;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .colors_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 9.25rem 1.25rem 5rem;
  }
}

.colors_list__item {
  margin: 0rem 0.28125rem;
}

@media (max-width: 599px) {
  .colors_list__item {
    margin-bottom: 0.375rem;
  }
}

.color_option {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  position: relative;
  display: block;
  cursor: pointer;
}

@media (min-width: 900px) {
  .color_option {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.color_option__input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: visible;
  cursor: pointer;
}

.color_option__input:checked + .color_option__bg {
  -webkit-box-shadow: 0 0 0 5px rgba(77, 56, 45, 0.2);
          box-shadow: 0 0 0 5px rgba(77, 56, 45, 0.2);
}

.color_option__bg {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(77, 56, 45, 0.2);
          box-shadow: 0 0 0 0 rgba(77, 56, 45, 0.2);
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.color_option__has_border {
  border: 1px solid #c3c7d3;
}

.gallery {
  padding-top: 1.625rem;
  padding-bottom: 1.75rem;
  background-color: #fff;
}

.gallery .section_title {
  padding: 0rem 1.25rem;
}

@media (min-width: 600px) {
  .gallery .section_title {
    padding: 0rem 4.2rem;
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 900px) {
  .gallery {
    background-color: transparent;
    padding: 0rem 2.5rem;
    padding-left: 0;
    margin-left: 5rem;
  }
  .gallery > .section_title {
    display: none;
  }
}

.gallery_tabs_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 1.25rem 1.25rem;
}

@media (min-width: 600px) {
  .gallery_tabs_links {
    padding: 0rem 2.5rem 1.25rem;
  }
}

@media (min-width: 900px) {
  .gallery_tabs_links {
    display: none;
  }
}

.gallery_tab_item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.gallery_tab_item__link {
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #848aa2;
  display: block;
  border-bottom: 2px solid currentColor;
  padding-bottom: 0.875rem;
  font-weight: bold;
}

.is_gallery_tab_item_active .gallery_tab_item__link {
  color: #e43a41;
}

.gallery_details {
  max-width: 72.5rem;
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  /* Dirty hack to hide scrollbar */
}

.gallery_details > h2 {
  display: none;
}

.gallery_details.is_gallery_details_active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 900px) {
  .gallery_details {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin-bottom: 6.25rem;
    background-color: transparent;
  }
  .gallery_details > h2 {
    display: block;
  }
}

@media (max-width: 899px) {
  .gallery_details {
    display: none;
    /* Custom scrollbar for WebKit browsers */
    /* Handle */
    /* Custom scrollbar for Firefox browsers */
    scrollbar-color: #bb162a white;
    scrollbar-width: thin;
  }
  .gallery_details.is_gallery_details_active {
    display: block;
  }
  .gallery_details ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: white;
  }
  .gallery_details ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #bb162a;
    border: 1px solid white;
  }
}

.gallery_details__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  margin-left: -0.625rem;
}

@media (min-width: 900px) {
  .gallery_details__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0rem 0.05rem;
  }
}

@media (max-width: 599px) {
  .gallery_details__inner {
    height: 53.12vw;
    overflow: hidden;
    overflow-x: auto;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .gallery_details__inner {
    height: 38.17vw;
    overflow: hidden;
    overflow-x: auto;
  }
}

.gallery_details__item {
  margin: 0rem 0.625rem;
  width: calc(100% - 10px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.gallery_details__item img {
  max-width: 100%;
}

@media (min-width: 600px) {
  .gallery_details__item {
    width: auto;
    min-width: 50%;
    margin: 0;
    margin-right: 20px;
  }
}

@media (min-width: 900px) {
  .gallery_details__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(25% - 20px);
    margin-bottom: 1.5625rem;
    min-width: inherit;
  }
}

@media (max-width: 899px) {
  .gallery_details__item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.gallery_details__item:not(.gallery_details__item--big) .gallery_details__photo {
  width: 100%;
  height: 100%;
}

.gallery_details__item:not(.gallery_details__item--big) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 900px) {
  .gallery_details__item--big {
    width: calc(50% - 20px);
  }
}

.gallery_details__item--alt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery_details__item--alt .gallery_details__photo:not(:last-child) {
  margin-bottom: 0;
}

.gallery_details__photo:not(:last-child) {
  margin-bottom: 1.375rem;
}

@media (max-width: 899px) {
  .gallery_details__photo:not(:last-child) {
    margin-bottom: inherit;
    height: 100%;
  }
}

.gallery_details__descr {
  display: none;
}

@media (min-width: 900px) {
  .gallery_details__descr {
    display: block;
  }
}

.gallery_details__text {
  color: #848aa2;
}

.gallery_details__open_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #e43a41;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  border: none;
}

.gallery_details__open_link .ic {
  margin-right: 0.75rem;
}

.gallery_details__open_link:hover {
  color: #fff;
  background-color: #daaf00;
}

@media (max-width: 899px) {
  .gallery_details__open_link {
    width: 100vw;
  }
}

.gallery_details__grid {
  display: grid;
  grid-template-columns: calc(75% - 10px) calc(25% - 10px);
  grid-template-rows: repeat(3, 11rem);
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  margin: 0;
}

.gallery_details__grid .gallery_details__item {
  margin: 0;
  width: 100%;
}

.gallery_details__grid .gallery_details__photo {
  height: 100%;
  width: 100%;
}

.gallery_details__grid .gallery_details__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 899px) {
  .gallery_details__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0;
  }
  .gallery_details__grid .gallery_details__item {
    margin: 0;
    width: 100vw;
    height: 100%;
    min-width: inherit;
  }
  .gallery_details__grid .gallery_details__photo {
    height: 100%;
    width: 100%;
  }
  .gallery_details__grid .gallery_details__photo img {
    max-width: 96vw;
    max-height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
}

.gallery_details__item--full {
  grid-row: span 3/auto;
}

.additional_cars {
  max-width: 70rem;
  margin: 0 auto 1.25rem;
  padding: 3.25rem 1.25rem 0rem;
}

.additional_cars h2 {
  margin-bottom: 0.75rem;
}

@media (min-width: 600px) {
  .additional_cars {
    margin-bottom: 4.375rem;
    padding-left: 4.25rem;
    padding-right: 4.25rem;
    padding-top: 4.625rem;
  }
  .additional_cars h2 {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1100px) {
  .additional_cars {
    padding-left: 0;
    padding-right: 0;
  }
}

.additional_cars__title_price {
  color: #e43a41;
}

.additional_cars__descr {
  color: #848aa2;
  max-width: 54rem;
  line-height: 1.25rem;
  margin-bottom: 1.625rem;
}

@media (min-width: 600px) {
  .additional_cars__descr {
    margin-bottom: 2.25rem;
  }
}

.additional_cars_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0rem -1.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 600px) {
  .additional_cars_list {
    margin: 0;
  }
}

.additional_car {
  margin-bottom: 0.625rem;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (min-width: 600px) {
  .additional_car {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 22.375rem;
  }
}

@media (min-width: 1100px) {
  .additional_car {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: block;
    width: calc(50% - 20px);
    margin: 0;
  }
}

.additional_car__label {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  white-space: nowrap;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  line-height: 1.75rem;
  font-size: 0.875rem;
  color: #848aa2;
  font-weight: bold;
  padding: 0rem 0.625rem;
}

@media (min-width: 600px) {
  .additional_car__label {
    top: 1.875rem;
    left: calc(50% + 30px);
    white-space: normal;
    right: 1.875rem;
  }
}

@media (min-width: 900px) {
  .additional_car__label {
    right: auto;
  }
}

@media (min-width: 1100px) {
  .additional_car__label {
    top: 2.5rem;
    left: 2.5rem;
  }
}

.additional_car__photo img {
  width: 107%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 3px 3px 0 0;
}

@media (min-width: 600px) {
  .additional_car__photo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  .additional_car__photo img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1100px) {
  .additional_car__photo {
    width: 100%;
  }
}

.additional_car__content {
  padding: 1.625rem 1.25rem 5.625rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.additional_car__content .btn {
  position: absolute;
  bottom: 1.875rem;
  left: 1.25rem;
}

@media (min-width: 600px) {
  .additional_car__content {
    padding: 2.25rem 1.875rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
  .additional_car__content .btn {
    left: 1.9375rem;
    bottom: 2.625rem;
    font-size: 1.125rem;
  }
}

@media (min-width: 1100px) {
  .additional_car__content {
    padding: 1.375rem 2.5rem;
    width: 100%;
  }
  .additional_car__content .btn {
    top: 1.375rem;
    left: auto;
    right: 2.5rem;
    bottom: auto;
  }
}

.additional_car__name {
  margin-bottom: 0.0625rem;
  line-height: 1.375rem;
}

@media (min-width: 600px) {
  .additional_car__name {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}

.additional_car__price {
  margin-bottom: 0.625rem;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .additional_car__price {
    margin-bottom: 0.8125rem;
  }
}

.additional_car__table {
  max-width: 100%;
  table-layout: fixed;
  border-top: 1px solid #c3c7d3;
}

.additional_car__table th {
  font-weight: normal;
  text-align: left;
  padding-right: 1.5rem;
  min-width: 7.5rem;
}

.additional_car__table td {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: bold;
}

@media (max-width: 599px) {
  .additional_car__table {
    display: block;
    padding-top: 0.625rem;
  }
  .additional_car__table > tbody > tr > td {
    margin-bottom: 0.5rem;
  }
  .additional_car__table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 109%;
  }
  .additional_car__table th,
  .additional_car__table td {
    width: 50%;
    padding-right: 0;
  }
  .additional_car__table td {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .additional_car__table td tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 600px) {
  .additional_car__table {
    width: 100%;
    display: block;
    padding-top: 1rem;
  }
  .additional_car__table > tbody > tr > td {
    margin-bottom: 0.625rem;
    width: 100% !important;
  }
  .additional_car__table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .additional_car__table th {
    min-width: inherit;
    padding-right: 0;
  }
  .additional_car__table td {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .additional_car__table td table {
    width: 100%;
  }
  .additional_car__table td tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .additional_car__table td tbody tr:first-child {
    width: 4.125rem;
  }
}

@media (min-width: 900px) {
  .additional_car__table > tbody > tr > td {
    width: 50% !important;
  }
  .additional_car__table td {
    font-size: 1.375rem;
    line-height: 1.5rem;
    vertical-align: top;
  }
  .additional_car__table td tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 1100px) {
  .additional_car__table {
    display: table;
  }
  .additional_car__table > tbody > tr > td {
    margin-bottom: 0.625rem;
    width: 25% !important;
  }
  .additional_car__table tr {
    display: table-row;
  }
  .additional_car__table td {
    font-size: 1.375rem;
    line-height: 1.5rem;
    vertical-align: top;
  }
  .additional_car__table td tbody {
    display: table-header-group;
  }
}

.is_night [class*="ymaps-2"][class*="-ground-pane"] {
  -webkit-filter: grayscale(1) brightness(0.55) contrast(1.05);
          filter: grayscale(1) brightness(0.55) contrast(1.05);
}

.contacts {
  position: relative;
  background-color: #f2f3f7;
  padding-top: 1.25rem;
}

@media (max-width: 599px) {
  .contacts {
    overflow: hidden;
    padding-top: 1.6875rem;
  }
}

@media (min-width: 600px) {
  .contacts {
    padding-top: 0;
    background-color: transparent;
  }
}

.map_container {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 600px) {
  .map_container {
    position: relative;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
  }
}

@media (min-width: 900px) {
  .map_container {
    height: 44.5rem;
  }
}

@media (min-width: 1100px) {
  .map_container {
    height: 45.75rem;
  }
}

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

@media (min-width: 600px) and (max-width: 899px) {
  .map_container__inner {
    height: 36.125rem;
  }
}

.contacts_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  top: 3.125rem;
  left: 49.5%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}

@media (min-width: 600px) and (max-width: 899px) {
  .contacts_container {
    max-width: 32.5rem;
    margin-top: -11.25rem;
    z-index: 10;
    position: relative;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .contacts_container {
    max-width: 51.25rem;
  }
}

.contacts_container__inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  background-color: #fff;
  pointer-events: all;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media (min-width: 900px) {
  .contacts_container__inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
}

@media (min-width: 1100px) {
  .contacts_container__inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
}

.contact {
  width: 100%;
  padding-bottom: 1.25rem;
  background-color: #fff;
}

.contact__inner {
  border-radius: 3px;
  padding: 1.125rem 1.3125rem 0.625rem;
  background-color: #fff;
  max-height: 4.5rem;
  overflow: hidden;
  -webkit-transition: max-height 0.15s ease-in-out;
  -o-transition: max-height 0.15s ease-in-out;
  transition: max-height 0.15s ease-in-out;
  position: relative;
  -webkit-box-shadow: 0px 2px 2px rgba(17, 19, 28, 0.07);
          box-shadow: 0px 2px 2px rgba(17, 19, 28, 0.07);
}

.contact__inner .btn--secondary {
  width: 100%;
  text-align: center;
}

.contact__inner .slider {
  margin-right: 0;
  margin-bottom: 1.375rem;
}

.contact__inner .slider__footer {
  position: absolute;
  margin-left: 0;
  left: 5.1875rem;
  margin-bottom: 0;
  bottom: -1rem;
}

.contact__inner .ic--arrow-contacts {
  fill: #848aa2;
}

.contact__inner:not(:last-child):after {
  content: '';
  height: 1px;
  background-color: rgba(132, 138, 162, 0.1);
  position: absolute;
  top: 4.375rem;
  left: 1.25rem;
  right: 1.25rem;
}

.contact__inner.is_open {
  max-height: 2000px;
  -webkit-transition: max-height 0.15s ease-in-out;
  -o-transition: max-height 0.15s ease-in-out;
  transition: max-height 0.15s ease-in-out;
  margin-bottom: 0.625rem;
  padding-bottom: 1.25rem;
}

.contact__inner.is_open:after {
  display: none;
}

.contact__inner .working_times_full {
  border-bottom: 1px solid rgba(132, 138, 168, 0.1);
  padding-bottom: 0.625rem;
  margin-bottom: 1.4375rem;
}

.contact__icon {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F8F8F8;
}

.contact__icon .ic--arrow-contacts {
  fill: #848aa2;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.is_open .contact__icon {
  background-color: #05141F;
}

.is_open .contact__icon .ic--arrow-contacts {
  fill: #fff;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.contact__title {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 0.5625rem 2.5rem 0.5625rem 0rem;
}

@media (min-width: 600px) {
  .contact__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    max-width: 16.25rem;
    padding-right: 4.375rem;
  }
}

.contact__address {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}

.contact__photo {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.contact__photo img {
  max-width: 100%;
}

.contact__phone {
  font-size: 1rem;
  border-bottom: 1px dotted #848aa2 !important;
}

.contact_departments {
  border-bottom: 1px solid #eaeaeb;
  padding-bottom: 0.9375rem;
  max-width: 25.75rem;
  margin-bottom: 1.25rem;
}

.contact_department__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_department__item:not(:last-child) {
  margin-bottom: 0.625rem;
}

.contact_department__title {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0;
  width: 45%;
}

.contact_department__text {
  white-space: nowrap;
}

.contact_people {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact_people__item {
  margin-bottom: 1.25rem;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.contact_people__photo {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.contact_people__photo img {
  width: 100%;
  border-radius: 50%;
}

.contact_people__name {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.125rem;
}

.contact_people__role {
  margin-bottom: 0.5rem;
}

.contact_people__email {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.contact_people__email a {
  color: #05141F;
}

.tooltip_container {
  position: relative;
}

@media (min-width: 600px) {
  .tooltip_container:hover .tooltip_container__link {
    cursor: pointer;
    color: #69727999;
  }
  .tooltip_container:hover .tooltip {
    opacity: 1;
    visibility: visible;
    bottom: 1.375rem;
  }
}

@media (min-width: 900px) {
  .tooltip_container:hover .tooltip {
    bottom: 1.125rem;
  }
}

.tooltip {
  position: absolute;
  bottom: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media (min-width: 600px) {
  .tooltip {
    right: 1.25rem;
  }
}

.tooltip__inner {
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
          box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
  border: 1px solid #e4e4e4;
  background-color: #fff;
  padding: 1.5625rem 1.875rem;
  width: 16.875rem;
  margin-bottom: 1.25rem;
  position: relative;
}

.tooltip__inner:before, .tooltip__inner:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.tooltip__inner:before {
  border-width: 0 22px 22px 0;
  border-color: transparent #e4e4e4 transparent transparent;
  bottom: -1.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip__inner:after {
  border-width: 0 20px 20px 0;
  border-color: transparent #fff transparent transparent;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip__item {
  margin-bottom: 1rem;
}

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

.offices_container .contacts_header__title {
  padding-left: 1.25rem;
  margin-bottom: 0.3125rem;
}

.offices_container .contacts_header__text {
  padding-left: 1.25rem;
  margin-bottom: 1.125rem;
}

@media (min-width: 600px) {
  .offices_container {
    padding-top: 2.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1000;
  }
}

.office__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 5.3125rem;
  z-index: 30;
  border-bottom: none;
  color: transparent;
}

.map_office {
  height: 15.625rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.25rem;
}

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

@media (max-width: 599px) {
  .slider {
    margin-right: -1.875rem;
    position: relative;
  }
  .slider .slick-initialized:not(.contact_people) .slick-slide {
    width: 15.625rem;
    display: block;
  }
  .slider:after {
    content: '';
    width: 4.75rem;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 20;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(243, 243, 243, 0)), to(#F8F8F8));
    background-image: -o-linear-gradient(left, rgba(243, 243, 243, 0) 0%, #F8F8F8 100%);
    background-image: linear-gradient(to right, rgba(243, 243, 243, 0) 0%, #F8F8F8 100%);
    right: 0;
  }
  .slider .slider_arrow.slick-disabled .ic--arrow,
  .slider .slider_arrow.slick-disabled:hover .ic--arrow {
    fill: #69727999;
  }
  .contact .slider:after {
    display: none;
  }
}

.slider__footer {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.625rem;
  margin-bottom: 1.875rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 600px) {
  .slider__footer {
    display: none;
  }
}

.slider__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 1.875rem;
}

.slider__counter {
  color: #69727999;
  font-size: 1rem;
}

.contacts_header {
  background-color: #F8F8F8;
  padding: 1.875rem 2.5rem 1rem;
}

.contacts_header .btn--request {
  display: none;
}

.is_night .contacts_header .btn--request {
  display: block;
}

@media (min-width: 600px) {
  .contacts_header {
    padding: 1.8125rem 1.9375rem 0.5rem;
  }
  .contacts_header .contacts_header__title {
    margin-bottom: 0.4375rem;
  }
}

.dealerships {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  overflow-x: hidden;
  width: 100%;
  max-height: 22.5rem;
}

.dealerships .simplebar-track {
  right: 0.625rem;
}

.dealerships .simplebar-scrollbar {
  width: 0.25rem;
}

.dealerships .simplebar-scrollbar:before {
  background-color: #848aa2;
  border-radius: 3px;
}

@media (min-width: 600px) {
  .dealerships {
    margin-top: 1.6875rem;
    margin-bottom: 1.5625rem;
  }
}

.dealership {
  display: block;
  padding: 0rem 2.5rem 1.625rem;
  position: relative;
  border: none;
  text-align: left;
  width: 100%;
  background-color: #fff;
}

.dealership:not(:first-child) {
  padding-top: 1.625rem;
}

.dealership:not(:first-child):before {
  content: '';
  display: block;
  background-color: #e5e5e5;
  height: 1px;
  position: absolute;
  top: 0;
  left: 2.5rem;
  right: 2.5rem;
}

.dealership:first-child .dealership__icon {
  top: 0;
}

.dealership .j_dealership_working_times,
.dealership .j_dealership_team {
  display: none;
}

@media (min-width: 600px) {
  .dealership {
    padding: 0rem 1.875rem 0.3125rem;
  }
  .dealership .dealership__icon {
    top: 1.875rem;
    right: 1.875rem;
  }
}

.dealership__icon {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  position: absolute;
  top: 1.875rem;
  right: 2.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #05141f66;
}

.dealership__icon .ic--arrow-contacts {
  fill: #fff;
}

.dealership:hover .dealership__icon,
.is_hover .dealership__icon {
  background-color: #05141F;
}

.dealership:hover .dealership__icon .ic--arrow-contacts,
.is_hover .dealership__icon .ic--arrow-contacts {
  fill: #fff;
}

.dealership__name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: normal;
  margin-bottom: 0;
  color: #05141f66;
}

.dealership:hover .dealership__name,
.is_hover .dealership__name {
  color: #05141F;
}

.dealership__address {
  margin-bottom: 0.625rem;
}

.dealership__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dealership__phone {
  font-size: 1.125rem;
  line-height: normal;
  color: #05141F;
  margin-bottom: 0;
}

.dealership__time {
  margin-bottom: 0;
}

.dealerships_full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  -webkit-box-shadow: 0 30px 140px rgba(17, 19, 28, 0.1);
          box-shadow: 0 30px 140px rgba(17, 19, 28, 0.1);
  border-radius: 3px;
}

.dealerships_full:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10.125rem;
  background-color: #F8F8F8;
  z-index: 0;
}

.dealerships_full.is_card_open {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 600px) and (max-width: 899px) {
  .dealerships_full.is_card_open {
    position: relative;
    margin-top: -27.375rem;
  }
}

@media (min-width: 900px) {
  .dealerships_full:before {
    height: 14.375rem;
  }
}

.dealerships_full--one {
  opacity: 1;
  visibility: visible;
}

.dealerships_back_link {
  position: relative;
  z-index: 10;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 1.75rem 0rem 0rem 2.5rem;
  border: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
}

.dealerships_back_link:hover {
  color: #05141F;
}

.dealerships_back_link__icon {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #05141f66;
  margin-right: 0.75rem;
}

.dealerships_back_link__icon .ic--arrow-contacts {
  fill: #fff;
  -webkit-transform: rotate(180deg) translateX(1px);
      -ms-transform: rotate(180deg) translateX(1px);
          transform: rotate(180deg) translateX(1px);
}

.dealerships_back_link:hover .dealerships_back_link__icon {
  background-color: #05141F;
}

.dealerships_back_link:hover .dealerships_back_link__icon .ic--arrow-contacts {
  fill: #fff;
}

.dealership_card {
  position: relative;
  z-index: 10;
  padding: 1.25rem 2.5rem 2.5rem;
}

.dealership_card__name {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  min-height: 1.875rem;
}

.dealership_card__photo {
  margin-bottom: 1.5rem;
  min-height: 11.875rem;
}

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

.dealership_card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.25rem;
}

.dealership_card__content + .dealership_card__content {
  border-bottom: 1px solid rgba(132, 138, 162, 0.1);
  padding-bottom: 1.5rem;
  margin-bottom: 1.875rem;
}

.dealership_card__address {
  max-width: 48%;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.dealership_card__address .icon_rounded {
  margin-right: 0.625rem;
}

.dealership_card__navigator {
  border-bottom: none;
}

.dealership_card__navigator .ic {
  margin-right: 0.5rem;
}

.dealership_card__navigator_text {
  border-bottom: 1px dotted rgba(5, 20, 31, 0.5);
}

.dealership_card__navigator:hover .dealership_card__navigator_text {
  cursor: pointer;
  color: #69727999;
  border-bottom-color: transparent;
}

.dealership_card__right {
  text-align: right;
}

.dealership_card__phone {
  margin-bottom: -0.25rem;
  font-size: 1.125rem;
}

.dealership_card__time .tooltip_container__link {
  border-bottom: 1px dotted rgba(5, 20, 31, 0.5);
}

.dealership_card__time .tooltip {
  text-align: left;
  right: auto;
  left: -1.125rem;
  bottom: 1rem;
}

.dealership_card__time .tooltip__inner {
  border: none;
  -webkit-box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
          box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  width: 15rem;
  padding: 0.125rem 1.125rem;
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
  width: 12.1875rem;
}

.dealership_card__time .tooltip__inner:before, .dealership_card__time .tooltip__inner:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.dealership_card__time .tooltip__inner:before {
  border-width: 14px 18px 0 0;
  border-color: #fff transparent transparent transparent;
  bottom: auto;
  top: 100%;
  left: 1.1875rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.dealership_card__time .tooltip__inner:after {
  display: none;
}

.dealership_departments__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.75rem;
}

.dealership_departments__title {
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #000000;
  margin-bottom: 0;
  font-style: normal;
  font-weight: normal;
}

.dealership_people_slider {
  position: relative;
  margin-bottom: 0.875rem;
}

.dealership_people {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.dealership_people__item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.dealership_people__photo {
  width: 4.375rem;
  height: 4.375rem;
  margin-bottom: 1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 1.25rem;
  background: url(/media/images/default-user.svg) 0 0 no-repeat;
  background-size: cover;
}

.dealership_people__photo img {
  max-width: 100%;
}

.dealership_people__name {
  font-size: 1.125rem;
  line-height: normal;
  font-weight: bold;
  color: #05141F;
  margin-bottom: 0;
}

.dealership_people__role {
  margin-bottom: 0.5rem;
  padding-right: 2.5rem;
}

.dealership_people__email {
  font-size: 0.875rem;
  line-height: normal;
}

.dealership_people_slider__footer {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 1.25rem;
  right: 0;
}

.dealership_people_slider__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: -0.625rem;
}

.dealership_people_slider__nav .slider_arrow {
  margin-left: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  height: 2.25rem;
  line-height: 2.25rem;
}

.dealership_people_slider__nav .slider_arrow .ic {
  fill: #848aa2;
}

.dealership_people_slider__nav .slider_arrow:hover .ic {
  fill: #71778e;
}

.dealership_people_slider__nav .slider_arrow--prev .ic {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dealership_buttons {
  text-align: center;
}

.dealership_buttons .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 600px) {
  .dealership_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.dealership_buttons__text {
  font-size: 12px;
  color: #848aa2;
  line-height: normal;
}

.contact__navigator {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(17, 19, 28, 0.15);
          box-shadow: 0 3px 5px rgba(17, 19, 28, 0.15);
  height: 2.125rem;
  width: 11.5rem;
  border-radius: 2.125rem;
  display: block;
  position: absolute;
  top: 17.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  line-height: 1.875rem;
  z-index: 200;
}

.contact__navigator .ic {
  margin-right: 0.5rem;
}

.contact__navigator_text {
  font-size: 0.875rem;
}

.modal_opened {
  overflow: hidden;
  height: 100%;
}

.modal {
  background-color: rgba(5, 20, 31, 0.5);
  color: #05141F;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.modal.modal--dark {
  background-color: rgba(5, 20, 31, 0.9);
}

.modal .error_text {
  left: auto;
  right: 0.625rem;
  top: 0.625rem;
}

.modal #agree {
  left: auto;
  right: 0.625rem;
  top: 0.625rem;
}

@media (min-width: 600px) {
  .modal {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal:not(.modal_gallery):not(.is_form_sended) {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-height: 700px) {
  .modal {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .modal:not(.modal_gallery):not(.is_form_sended) {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 900px) {
  .modal .error_text {
    top: 1.5rem;
  }
}

.modal__close {
  color: #fff;
  font-size: 1rem;
  position: absolute;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  top: 1.625rem;
  right: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

.modal__close .ic {
  fill: #F8F8F8;
  pointer-events: none;
}

.modal__close:hover .ic {
  fill: #F3C300;
}

@media (min-width: 600px) {
  .modal__close {
    right: 1.875rem;
    top: 1.875rem;
  }
}

@media (min-width: 900px) {
  .modal__close {
    top: 1.75rem;
    right: 1.75rem;
  }
  .modal__close .ic {
    width: 1.125rem;
    height: 1.125rem;
  }
}

@media (min-width: 1100px) {
  .modal__close {
    top: 2.5rem;
    right: 2.5rem;
  }
  .modal__close .ic {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.modal__content {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-color: #fff;
  position: relative;
  max-width: 43.75rem;
  overflow-x: hidden;
}

.modal__content .personal_offer__terms {
  line-height: 1.375rem;
}

@media (min-width: 600px) {
  .modal__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1100px) {
  .modal__content {
    max-width: 61.5rem;
  }
}

.modal__left,
.modal__left + .modal__right {
  width: 100%;
}

@media (min-width: 900px) {
  .modal__left,
  .modal__left + .modal__right {
    width: 50%;
  }
}

.modal__right {
  padding: 1.25rem;
  position: relative;
  max-width: 30.75rem;
}

@media (min-width: 600px) {
  .modal__right {
    padding: 3.625rem 3.4375rem;
  }
}

@media (min-width: 900px) {
  .modal__right {
    padding: 3.625rem 2.8125rem;
  }
}

@media (min-width: 1100px) {
  .modal__right {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.modal__left {
  padding: 1.25rem;
  background-color: #F8F8F8;
}

.modal--dark .modal__left {
  background-color: #05141F;
}

@media (min-width: 600px) {
  .modal__left {
    overflow: hidden;
    max-width: 10rem;
    position: relative;
  }
}

@media (min-width: 900px) {
  .modal__left {
    max-width: inherit;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}

.modal__left_footer {
  position: absolute;
  bottom: 3.25rem;
  left: 3.75rem;
  right: 3.75rem;
}

.modal__title {
  font-size: 1rem;
  line-height: 1.25rem;
  padding-right: 2.5rem;
  font-weight: bold;
  position: relative;
  z-index: 10;
}

.modal--dark .modal__title {
  color: #fff;
}

@media (min-width: 900px) {
  .modal__title {
    font-size: 1.875rem;
    line-height: 2rem;
  }
}

@media (min-width: 1100px) {
  .modal__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.modal__price {
  white-space: nowrap;
}

.modal__text + .modal__hint {
  margin-top: -1.25rem;
}

.modal__hint {
  position: relative;
  z-index: 10;
}

.form_modal .btn {
  margin: 0.375rem 0rem 0.5rem;
}

.form_modal__title {
  margin-bottom: 1.375rem;
  padding-right: 2.5rem;
}

@media (min-width: 900px) {
  .form_modal__title {
    font-size: 1.875rem;
    line-height: 2rem;
  }
}

@media (min-width: 1100px) {
  .form_modal__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.form_modal__text {
  color: rgba(5, 20, 31, 0.5);
}

.form_modal__text--primary {
  color: #05141F;
}

.form_modal__confirm {
  display: none;
  width: 100%;
}

.form_modal__confirm .ic {
  fill: #fff;
  margin-bottom: 1.875rem;
}

.form_modal__confirm .form_offer__title {
  max-width: inherit;
}

@media (min-width: 600px) {
  .form_modal__confirm {
    text-align: center;
    padding: 3.125rem 0rem;
  }
  .form_modal__confirm .ic {
    margin-bottom: 3.75rem;
  }
  .form_modal__confirm .btn {
    margin-top: 3.125rem;
  }
}

.modal--full {
  padding: 0;
  background-color: #fff;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal--full .modal__close {
  top: 2.5rem;
  right: 2.5rem;
}

.modal--full .modal__close .ic {
  fill: #848aa2;
}

.modal--full .modal__close:hover .ic {
  fill: #F3C300;
}

@media (min-width: 900px) {
  .modal--full .modal__close {
    top: 3.75rem;
    right: 3.75rem;
  }
}

.modal--full .modal__content {
  padding: 0;
  width: 80rem;
  border-radius: 3px;
  min-height: 100vh;
}

@media (min-width: 900px) {
  .modal--full .modal__content {
    min-height: 43.875rem;
  }
}

.modal--full .form {
  width: 100%;
}

.modal--full .form__row {
  margin-bottom: 1rem;
}

.modal--full .form_modal__title {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  line-height: 2rem;
}

@media (min-width: 600px) {
  .modal--full .form_modal__title {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 900px) {
  .modal--full .form_modal__title {
    font-size: 2.625rem;
    line-height: normal;
  }
}

.modal--full .dealership_people__item {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  margin-bottom: 2.375rem;
  display: none;
}

@media (min-width: 900px) {
  .modal--full .dealership_people__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 900px) {
  .modal--full {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form_content {
  padding: 4.375rem 1.25rem 6.25rem;
}

@media (min-width: 600px) {
  .form_content {
    padding: 3.75rem 5rem 6.25rem;
  }
}

@media (min-width: 900px) {
  .form_content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: calc(2.8125rem / -2);
    margin-right: calc(2.8125rem / -2);
    width: calc(100% + 2.8125rem);
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1184px;
    margin: 0 auto;
    padding: 0;
  }
}

.form_content__left {
  padding-top: 0.875rem;
}

.form_content__left .personal_offer__terms {
  color: #848aa2;
  position: absolute;
  font-size: 0.75rem;
  line-height: normal;
  bottom: 1.875rem;
  left: 1.25rem;
  right: 1.25rem;
  max-width: 28.125rem;
}

.form_content__left .personal_offer__terms a {
  color: #F3C300;
  border-bottom-color: transparent;
}

.form_content__left .personal_offer__terms a:hover {
  color: #F3C300;
  border-bottom-color: #F3C300;
}

@media (min-width: 600px) {
  .form_content__left .personal_offer__terms {
    bottom: 2.5rem;
    left: 5rem;
    right: auto;
  }
}

@media (min-width: 900px) {
  .form_content__left {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    margin-left: 8.33333%;
    position: relative;
    padding-bottom: 1.875rem;
  }
  .form_content__left .personal_offer__terms {
    left: 0.75rem;
    bottom: 0.875rem;
  }
}

.form_content__right .btn {
  width: 100%;
  margin-top: 0.625rem;
  line-height: 2.125rem;
  text-align: center;
}

@media (min-width: 600px) {
  .form_content__right .btn {
    line-height: 3.625rem;
  }
}

@media (min-width: 900px) {
  .form_content__right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
}

.form_content__hint {
  font-size: 1rem;
  line-height: 1.5rem;
}

.form_content__hint a[href^='tel:'] {
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .form_content__hint {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 900px) {
  .form_content__hint {
    max-width: 26.875rem;
  }
}

.form_success {
  max-width: 23rem;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  display: none;
  padding: 0rem 1.25rem;
}

.form_success.is_active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.form_success .ic {
  margin-bottom: 2.5rem;
}

@media (min-width: 1100px) {
  .form_success .ic {
    margin-bottom: 1.375rem;
    margin-top: 2.375rem;
  }
}

.form_success .btn {
  width: 100%;
  text-align: center;
}

@media (min-width: 600px) {
  .form_success {
    padding: 0rem 5rem;
    min-height: 28.125rem;
  }
}

@media (min-width: 900px) {
  .form_success {
    padding: 0;
    min-height: 30.75rem;
  }
  .form_success .btn {
    width: auto;
  }
}

.form_success__title {
  margin-bottom: 2.5rem;
}

@media (min-width: 1100px) {
  .form_success__title {
    margin-bottom: 2.125rem;
  }
}

.form_modal__terms {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #848aa2;
  text-align: center;
  max-width: 19.375rem;
  margin: 0 auto;
}

.form_modal__terms a {
  color: currentColor;
}

.form_modal__terms a:hover {
  color: #e43a41;
}

.form_modal__done {
  max-width: 23rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding: 0 1.25rem;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form_modal__done .ic--check {
  margin-bottom: 1.375rem;
}

.form_modal__done .section_title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1.375rem;
}

.form_modal__done .form_modal__terms {
  max-width: 15rem;
  margin-bottom: 2.625rem;
}

.form_modal__done.is_active {
  position: static;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 900px) {
  .form_modal__done {
    padding: 0;
  }
}

.modal_credit .modal__close {
  top: 8.125rem;
}

.modal_credit .modal__title {
  margin-bottom: 0.375rem;
  padding-right: 7.5rem;
}

.modal_credit .modal__title .rub:before {
  top: 14px;
  left: 0;
  height: 1px;
  width: 7px;
}

.modal_credit .calc_banks__list {
  display: none;
}

@media (min-width: 600px) {
  .modal_credit .modal__close {
    top: 1.875rem;
  }
  .modal_credit .modal__title {
    padding-right: 0;
  }
  .modal_credit .modal__left {
    padding-top: 3.75rem;
  }
}

@media (min-width: 900px) {
  .modal_credit .modal__title .rub:before {
    top: 24px;
    height: 2px;
    width: 12px;
  }
}

@media (min-width: 1100px) {
  .modal_credit .modal__title .rub:before {
    top: 29px;
    width: 14px;
  }
}

@media (min-width: 900px) {
  .modal_credit__price {
    display: block;
  }
}

.modal_car_info {
  display: none;
}

@media (min-width: 600px) {
  .modal_car_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -1.25rem;
    margin-bottom: -2.25rem;
  }
}

.modal_car_info_text {
  margin: 0rem 0rem 1rem 1.25rem;
  padding-bottom: 1rem;
  position: relative;
}

.modal_car_info_text:nth-child(3), .modal_car_info_text:last-child {
  border-bottom: none;
}

.modal--dark .modal_car_info_text {
  color: #fff;
}

@media (min-width: 600px) {
  .modal_car_info_text {
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .modal_car_info_text {
    border-bottom: 1px solid rgba(195, 199, 211, 0.3);
    width: calc(50% - 20px);
  }
}

.modal_car_info_text__value {
  margin-bottom: 0;
}

.modal_car_info_text__title {
  margin: 0;
}

.credit_img {
  top: 0.5rem;
  right: 0;
  position: absolute;
}

@media (min-width: 600px) {
  .credit_img {
    right: auto;
    top: auto;
    bottom: 0;
    left: -6.875rem;
    width: 20rem;
  }
}

@media (min-width: 900px) {
  .credit_img {
    margin: 0rem -3.75rem 1.25rem;
    width: auto;
    left: auto;
    right: 3.875rem;
  }
}

.modal_request_price .modal__content {
  width: 100vw;
  height: 100vh;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.modal_request_price .modal__content .modal__left {
  padding: 1.375rem 1.25rem 0.875rem 1.25rem;
  margin-bottom: 0.1875rem;
}

.modal_request_price .modal__content .modal__right {
  padding: 1.4375rem 1.25rem;
}

.modal_request_price .modal__content .modal__right .form_modal__title {
  margin-bottom: 1.1875rem;
}

.modal_request_price .modal__content .modal__right .form .form__row {
  margin-bottom: 1rem;
}

.modal_request_price .modal__content .modal__right .form .form__row .form__label {
  margin-bottom: 0.1875rem;
}

.modal_request_price .modal__content .modal__right .form .form__row .form__inner .form__input {
  background: #f2f3f7;
  border-radius: 3px;
}

.modal_request_price .modal__content .modal__right .form .btn {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

.modal_request_price .modal__content .modal__right .form .form_modal__terms {
  font-style: normal;
  font-weight: normal;
  font-size: 0.625rem;
  line-height: 0.8125rem;
  text-align: center;
  color: #848AA2;
}

@media (min-width: 600px) {
  .modal_request_price .modal__content .modal__right {
    padding: 2.875rem 3.4375rem 4.3125rem 3.4375rem;
  }
}

@media (min-width: 900px) {
  .modal_request_price .modal__content .modal__right {
    padding: 2.375rem 2.875rem 2.25rem 2.75rem;
  }
  .modal_request_price .modal__content .modal__right .form_modal__title {
    margin-bottom: 1.125rem;
  }
  .modal_request_price .modal__content .modal__right .form .form__row {
    margin-bottom: 0.875rem;
  }
  .modal_request_price .modal__content .modal__right .form .form__row .form__label {
    margin-bottom: 0.0625rem;
  }
  .modal_request_price .modal__content .modal__right .form .btn {
    margin-top: 0.125rem;
    margin-bottom: 0.375rem;
  }
}

@media (min-width: 1100px) {
  .modal_request_price .modal__content .modal__right {
    padding: 3.4375rem 3.75rem 5.875rem 3.6875rem;
  }
  .modal_request_price .modal__content .modal__right .form_modal__title {
    margin-bottom: 1.4375rem;
  }
  .modal_request_price .modal__content .modal__right .form .form__row {
    margin-bottom: 1.375rem;
  }
  .modal_request_price .modal__content .modal__right .form .form__row .form__label {
    margin-bottom: 0.5rem;
  }
  .modal_request_price .modal__content .modal__right .form .btn {
    margin-top: 0.1875rem;
    margin-bottom: 0.5rem;
  }
  .modal_request_price .modal__content .modal__right .form .form_modal__terms {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}

.j_request_stock {
  display:none !important;
  }

@media (min-width: 600px) {
  .modal_request_price .modal__content {
    max-width: 32.5rem;
    height: inherit;
  }
  .modal_request_price .modal__content .modal__left {
    padding: 3.3125rem 0.9375rem 0.9375rem 2rem;
    margin-bottom: 0;
  }
  .modal_request_price .modal__content .modal__left .modal__title {
    margin-bottom: 0.5rem;
  }
  .modal_request_price .modal__content .modal__left .modal__equipment_name {
    font-family: "KIA", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #848AA2;
    display:none;
  }
  .modal_request_price .modal__content .modal__left .modal_car_info .modal_car_info_text {
    padding-bottom: 0.625rem;
  }
  .modal_request_price .modal__content .modal__left .modal_car_info .modal_car_info_text .request_monthly {
    font-size: 0.75rem;
    line-height: 0.75rem;
    margin-top: 0.125rem;
    display: block;
  }
  .modal_request_price .modal__content .modal__left .modal_car_info .modal_car_info_text.modal_car_info_text--d {
    display: none !important;
  }
  .modal_request_price .modal__content .form_success {
    padding: 0;
    min-height: 26.3125rem;
  }
}

@media (min-width: 900px) {
  .modal_request_price .modal__content {
    max-width: 43.75rem;
  }
  .modal_request_price .modal__content .modal__left {
    padding: 2.375rem 3rem 0.625rem 2.6875rem;
  }
  .modal_request_price .modal__content .modal__left .modal__title {
    margin-bottom: 0.625rem;
  }
  .modal_request_price .modal__content .modal__left .modal_request_price__d .modal__equipment_name {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .modal_request_price .modal__content .modal__left .modal_car_info {
    margin-top: 1.0625rem;
  }
  .modal_request_price .modal__content .modal__left .modal_car_info .modal_car_info_text {
    padding-bottom: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .modal_request_price .modal__content .modal__left .modal_car_info .modal_car_info_text .request_monthly {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-top: 0;
  }
  .modal_request_price .modal__content .modal__left .modal_car_info .modal_car_info_text.modal_car_info_text--d {
    display: block !important;
    border-bottom: none;
  }
}

@media (min-width: 1100px) {
  .modal_request_price .modal__content {
    max-width: 61.5rem;
  }
  .modal_request_price .modal__content .modal__left {
    padding: 3.5rem 3.75rem 0.875rem 3.75rem;
  }
  .modal_request_price .modal__content .modal__left .modal_request_price__d .modal__equipment_name {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .modal_request_price .modal__content .modal__left .modal_car_info {
    margin-top: 1.4375rem;
  }
  .modal_request_price .modal__content .modal__left .modal_car_info .modal_car_info_text {
    padding-bottom: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .modal_request_price .modal__content .modal__left .modal_car_info .modal_car_info_text .request_monthly {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-top: 0;
  }
  .modal_request_price .modal__content .modal__left .modal_car_info .modal_car_info_text.modal_car_info_text--d {
    display: block !important;
    border-bottom: none;
  }
}

.modal_request_price .modal__close {
  top: 8rem;
}

.modal_request_price .modal__title {
  margin-bottom: 0.1875rem;
  padding-right: 7.5rem;
}

.modal_request_price .modal__title .rub:before {
  top: 12px;
  left: -1px;
  height: 1px;
  width: 6px;
}

.modal_request_price .modal__hint {
  font-size: 12px;
  line-height: 15px;
}

.modal_request_price .modal__hint .rub:before {
  top: 9px;
  left: -1px;
  height: 1px;
  width: 6px;
}

@media (min-width: 600px) {
  .modal_request_price .modal__title {
    padding-right: 0;
  }
  .modal_request_price .modal__close {
    top: 1.875rem;
  }
  .modal_request_price .modal_car_info {
    margin-top: 1.1875rem;
  }
  .modal_request_price .modal__left {
    padding-top: 3.625rem;
  }
}

@media (min-width: 900px) {
  .modal_request_price .modal__title .rub:before {
    top: 24px;
    height: 2px;
    width: 12px;
  }
}

@media (min-width: 1100px) {
  .modal_request_price .modal__title .rub:before {
    top: 29px;
    width: 14px;
  }
  .modal_request_price .modal__close {
    top: 2.5rem;
  }
}

.modal_request_price__d {
  display: none;
}

@media (min-width: 600px) {
  .modal_request_price__d {
    display: block;
  }
}

@media (min-width: 600px) {
  .modal_request_price__m {
    display: none;
  }
}

.modal_request_price__text {
  display: block;
}

.modal_car_info_text--d {
  display: none;
}

@media (min-width: 900px) {
  .modal_car_info_text--d {
    display: block;
  }
}

.modal_car_info_text__value .modal_car_info_text__power:before {
  content: ', ';
}

.request_car_img {
  position: absolute;
  right: -4rem;
  width: 12.5rem;
  top: -0.3125rem;
}

.request_car_img img {
  max-width: 100%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (min-width: 600px) {
  .request_car_img {
    top: auto;
    right: 1.375rem;
    width: 18.4375rem;
    bottom: 6.1875rem;
  }
  .request_car_img img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 900px) {
  .request_car_img {
    width: inherit;
    height: inherit;
    bottom: 0;
    right: 0;
  }
  .request_car_img img {
    position: absolute;
    right: 2.1875rem;
    bottom: 3.5625rem;
    max-width: 28.375rem;
  }
}

@media (min-width: 1100px) {
  .request_car_img img {
    right: 3.3125rem;
    bottom: 5.1875rem;
    max-width: 39.875rem;
  }
}

.request_footer {
  display: none;
}

@media (min-width: 600px) {
  .request_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 3.75rem;
    left: 1.875rem;
    right: 1.875rem;
  }
  .request_footer .request_footer__col {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}

@media (min-width: 900px) {
  .request_footer {
    bottom: 1.5rem;
    left: 2.6875rem;
    right: 3.125rem;
  }
  .request_footer .request_footer__col {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

@media (min-width: 1100px) {
  .request_footer {
    bottom: 3.0625rem;
    left: 3.5625rem;
    right: 1.5rem;
  }
}

.request_footer__col {
  white-space: nowrap;
}

.request_footer__col .ic--check {
  width: 13px;
  height: 9px;
  margin-right: 0.3125rem;
  margin-top: -0.125rem;
  fill: #05141F;
}

.modal--dark .request_footer__col .ic--check {
  fill: #fff;
}

@media (min-width: 900px) {
  .request_footer__col {
    width: 50%;
  }
}

.j_request_color {
  display: none;
}

@media (min-width: 900px) {
  .j_request_color {
    display: block;
  }
}

.modal_boss .modal__close {
  top: 8.125rem;
}

.modal_boss .modal__left {
  overflow: hidden;
  padding-bottom: 0.375rem;
  min-height: 6.25rem;
  position: relative;
}

.modal_boss .modal__hint {
  margin-bottom: 0;
}

.modal_boss .modal__title {
  padding-right: 6.25rem;
  margin-bottom: 0.25rem;
}

.modal_boss textarea.form__input {
  height: 3.1875rem;
  max-height: 4.75rem;
}

.modal_boss .personal_offer__form_inner {
  padding: 0;
}

@media (min-width: 600px) {
  .modal_boss .modal__left {
    padding-top: 3.75rem;
  }
  .modal_boss .modal__close {
    top: 1.875rem;
  }
}

@media (min-width: 900px) {
  .modal_boss .modal__content {
    min-height: 45rem;
  }
}

@media (min-width: 1100px) {
  .modal_boss .modal__content {
    min-height: 47.5rem;
  }
}

.modal_boss__info {
  display: none;
}

@media (min-width: 900px) {
  .modal_boss__info {
    display: block;
    margin-top: 1.875rem;
  }
}

.modal_boss__img {
  position: initial;
  margin-top: 1.25rem;
  overflow: hidden;
  top: 0.625rem;
  right: 1.25rem;
}

.modal_boss__img img {
  max-width: 100%;
}

.modal_boss__img--big {
  right: -5.625rem;
  bottom: 0;
  width: 15.625rem;
  height: 6.875rem;
  top: auto;
}

@media (min-width: 600px) {
  .modal_boss__img {
    right: auto;
    top: 11.5rem;
  }
  .modal_boss__img--big {
    left: -8.75rem;
    top: 13.375rem;
    width: 30.75rem;
    height: auto;
    bottom: auto;
  }
}

@media (min-width: 900px) {
  .modal_boss__img {
    top: 13.125rem;
  }
  .modal_boss__img--big {
    left: -10rem;
    top: 10rem;
    width: 50rem;
  }
}

@media (min-width: 1100px) {
  .modal_boss__img--big {
    left: -5rem;
  }
}

.modal_gallery .modal__content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: initial;
  max-width: 100%;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal_gallery .modal__title {
  padding: 0.8125rem 0rem 1.125rem 1.25rem;
}

@media (min-width: 600px) {
  .modal_gallery {
    padding: 1.875rem;
  }
  .modal_gallery .modal__title {
    padding: 1.25rem 0rem 1.125rem 3.125rem;
  }
}

@media (min-width: 900px) {
  .modal_gallery {
    padding: 2.75rem;
  }
}

@media (min-width: 1100px) {
  .modal_gallery .modal__title {
    padding: 1.25rem 0rem 1.125rem 5.875rem;
  }
}

.modal_gallery--full {
  background-color: rgba(5, 20, 31, 0.9);
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.modal_gallery--full.is_open {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal_gallery--full .modal__content {
  background-color: transparent;
  width: 100%;
  overflow-y: initial;
}

.modal_gallery--full .modal__close {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
}

.modal_gallery--full .gallery__slider {
  max-width: 766px;
  margin: 0 auto;
  overflow: visible;
}

.modal_gallery--full .gallery__slider .slider__nav {
  top: 100%;
  left: auto;
  right: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.modal_gallery--full .gallery__slider .slick-slider {
  overflow: visible;
}

.modal_gallery--full .gallery__slider .slick-list {
  overflow: visible;
}

.modal_gallery--full .gallery__slider .slider_arrow {
  height: 1.875rem;
  width: 1.875rem;
  border: 2px solid #848aa2;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-color: #fff;
  color: #fff;
}

.modal_gallery--full .gallery__slider .slider_arrow span {
  width: auto;
  height: auto;
  background-color: #05141f66;
  left: 50% !important;
  top: 50%;
  right: auto !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal_gallery--full .gallery__slider .slider_arrow:first-child {
  margin-right: 0.75rem;
}

.modal_gallery--full .gallery__slider .slider_arrow:first-child .ic {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal_gallery--full .gallery__slider .slider_arrow:hover {
  background-color: #05141F;
}

.modal_gallery--full .gallery__slider .slider__counter {
  top: 100%;
  left: 1.25rem;
  margin-top: 0.75rem;
  color: #848aa2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1rem;
}

.modal_gallery--full .slider__counter_current {
  font-size: 1.875rem;
  line-height: 2rem;
}

@media (min-width: 400px) and (max-width: 599px) {
  .modal_gallery--full .gallery__slide img {
    max-height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 600px) {
  .modal_gallery--full .slider__counter {
    top: auto;
    left: 0;
    bottom: 1.5rem;
    font-size: 1.125rem;
  }
  .modal_gallery--full .slider__counter_current {
    font-size: 2.625rem;
    line-height: 2.25rem;
  }
  .modal_gallery--full .gallery__slider .slider_arrow {
    height: 2.125rem;
    width: 2.125rem;
  }
}

@media (min-width: 900px) {
  .modal_gallery--full.is_open {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .modal_gallery--full .modal__content {
    padding-top: 7.375rem;
  }
  .modal_gallery--full .gallery__slider .slider__nav {
    top: auto;
    left: auto;
  }
}

@media (min-width: 1100px) {
  .modal_gallery--full .gallery__slider .slick-track {
    overflow: hidden;
    height: 444px;
  }
}

.gallery__slider {
  position: relative;
  width: 100%;
  max-width: 1190px;
}

.gallery__slider .slider__counter {
  position: absolute;
  top: -2.375rem;
  left: 1.25rem;
  font-size: 0.8125rem;
}

.gallery__slider .slider__nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  display: block;
}

.gallery__slider .slider_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  height: 100%;
  width: 30%;
  display: block;
}

.gallery__slider .slider_arrow:first-child {
  margin: 0;
  left: 0;
}

.gallery__slider .slider_arrow:first-child span {
  left: 1.25rem;
}

.gallery__slider .slider_arrow:last-child {
  right: 0;
  margin: 0;
}

.gallery__slider .slider_arrow:last-child span {
  right: 1.25rem;
}

.gallery__slider .slider_arrow.slick-disabled {
  opacity: 0;
}

.gallery__slider .slider_arrow span {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gallery__slider .ic--arrow {
  width: 50%;
  height: 100%;
}

.gallery__slider .slick-initialized .slick-slide {
  display: block;
}

@media (min-width: 600px) {
  .gallery__slider .slider__counter {
    top: -2rem;
    left: 3.125rem;
  }
  .gallery__slider .slider_arrow:first-child span {
    left: 1.875rem;
  }
  .gallery__slider .slider_arrow:last-child span {
    right: 1.875rem;
  }
  .gallery__slider .ic--arrow {
    height: 9px;
    width: 19px;
  }
}

@media (min-width: 1100px) {
  .gallery__slider .slick-track {
    overflow: hidden;
    height: 562px;
  }
  .gallery__slider .slider__counter {
    top: -2.375rem;
    left: 5.875rem;
  }
  .gallery__slider .slider_arrow:first-child span {
    left: 2.5rem;
  }
  .gallery__slider .slider_arrow:last-child span {
    right: 2.5rem;
  }
  .gallery__slider .slider_arrow span {
    width: 3.75rem;
    height: 3.75rem;
  }
}

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

@media (min-width: 1100px) {
  .gallery__slide img {
    width: 1190px;
  }
  .modal_gallery--full .gallery__slide img {
    width: 766px;
    margin: 0 auto;
  }
}

@media (min-width: 900px) {
  .modal_gallery--full .gallery__slide {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0.5;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .modal_gallery--full .gallery__slide.slick-current {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.error_page .page_content {
  max-width: 87.5rem;
  margin: 0 auto;
  height: calc(100vh - 110px);
  position: relative;
}

@media (min-width: 600px) {
  .error_page .page_content {
    min-height: 36.875rem;
  }
}

@media (min-width: 1100px) {
  .error_page .page_content {
    min-height: 38.75rem;
  }
}

.error_video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -2.625rem;
  height: 14.375rem;
  width: 14.375rem;
}

.error_video:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 600px) {
  .error_video {
    height: 25.375rem;
    width: 25.375rem;
    margin-top: -2.8125rem;
  }
}

@media (min-width: 1100px) {
  .error_video {
    height: 30.125rem;
    width: 30.125rem;
    margin-top: -3.4375rem;
  }
}

.error_number {
  font-weight: bold;
  font-size: 7.5rem;
  line-height: 1;
  color: #ed1c24;
  position: absolute;
}

@media (min-width: 600px) {
  .error_number {
    font-size: 13.125rem;
  }
}

@media (min-width: 1100px) {
  .error_number {
    font-size: 15.625rem;
  }
}

.error_number--first {
  left: -1.75rem;
  top: 4.1875rem;
  -webkit-transform: rotate(-13deg);
      -ms-transform: rotate(-13deg);
          transform: rotate(-13deg);
}

@media (min-width: 600px) {
  .error_number--first {
    left: -3rem;
    top: 7.5rem;
  }
}

@media (min-width: 1100px) {
  .error_number--first {
    left: -3rem;
    top: 8.75rem;
  }
}

.error_number--last {
  right: -1.3125rem;
  top: 2.1875rem;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

@media (min-width: 600px) {
  .error_number--last {
    right: -2.5rem;
    top: 4rem;
  }
}

@media (min-width: 1100px) {
  .error_number--last {
    right: -3.5rem;
    top: 4.5625rem;
  }
}

.error_video__wheel {
  width: 9rem;
  height: 11.5rem;
}

@media (min-width: 600px) {
  .error_video__wheel {
    width: 15.75rem;
    height: 20.0625rem;
  }
}

@media (min-width: 1100px) {
  .error_video__wheel {
    width: 18.75rem;
    height: 24rem;
  }
}

.error_description {
  position: absolute;
  bottom: 1.25rem;
  left: 1.875rem;
  z-index: 10;
}

@media (min-width: 600px) {
  .error_description {
    left: 2.5rem;
  }
}

@media (min-width: 600px) {
  .error_description {
    left: 3.125rem;
    bottom: 2.875rem;
  }
}

@media (min-width: 1100px) {
  .error_description {
    left: 3.75rem;
    bottom: 3.5rem;
  }
}

.error_description__title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .error_description__title {
    font-size: 1.125rem;
  }
}

@media (min-width: 1100px) {
  .error_description__title {
    font-size: 1.5rem;
  }
}

.error_description__text {
  font-size: 0.875rem;
}

@media (min-width: 900px) {
  .error_description__text {
    font-size: 1rem;
    max-width: 15.625rem;
  }
}

@media (min-width: 1100px) {
  .error_description__text {
    font-size: 1.125rem;
    max-width: 16.875rem;
  }
}

.error_description__link {
  cursor: pointer;
}

/*# sourceMappingURL=styles.min.css.map */

.page_footer .gr {
	display:none !important;
}

body input#agree {
	opacity: 1;
    visibility: visible;
    height: 15px;
    position: relative;
    width: 2em;

}

body .checkbox_block__bg {
	display:none;
}