@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 {
  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"] {
  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 */
  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;
  transition: fill 0.15s ease-in-out;
}

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

.ic--arrow-contacts {
  height: 10px;
  width: 8px;
}

.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: 47px;
  width: 45px;
}

.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: 56px;
  width: 54px;
}

.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--ya-nav {
  height: 16px;
  width: 16px;
}

/* stylelint-enable */
/* source-sans-pro-regular - latin_cyrillic */
@font-face {
  font-family: 'TT TANK';
  font-style: normal;
  font-weight: 400;
  src: local("TT TANK Light"), local("TT TANK-Light"), url("/media/fonts/tank/TT_TANK_Light.woff") format("woff"), url("/media/fonts/tank/TT_TANK_Light.woff2") format("woff2");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-700 - latin_cyrillic */
@font-face {
  font-family: 'TT TANK';
  font-style: normal;
  font-weight: 600;
  src: local("TT TANK Medium"), local("TT TANK-Medium"), url("/media/fonts/tank/TT_TANK_Medium.woff") format("woff"), url("/media/fonts/tank/TT_TANK_Medium.woff22") format("woff2");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'TT TANK';
  font-style: normal;
  font-weight: 700;
  src: local("TT TANK Bold"), local("TT TANK-Bold"), url("/media/fonts/tank/TT_TANK_Bold.woff") format("woff"), url("/media/fonts/tank/TT_TANK_Bold.woff2") format("woff2");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

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

html.menu_opened {
  overflow: hidden;
}

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

body {
  font-family: "TT TANK", Helvetica, Arial, sans-serif;
  min-height: 100%;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  background-color: #1b2020;
}

body:before {
  content: '';
  background-color: rgba(17, 19, 28, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  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: 4.125rem;
}

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

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

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

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

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

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

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

.slider_arrow:hover .ic--arrow {
  fill: #000;
}

.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 {
  transform: rotate(180deg);
}

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

.centered {
  justify-content: center;
  text-align: center;
}

.smart-captcha {
  height: 0 !important;
}

.disabled {
  opacity: 0.3 !important;
  pointer-events: none !important;
}

.SmartCaptcha-Shield {
  display: none !important;
}

h1,
.countdown__value,
.likeh1 {
  font-family: "TT TANK", 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,
.offices_container .contacts_header__title,
.contacts_header__title,
.likeh2,
.section_title {
  font-family: "TT TANK", Helvetica, Arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.375rem;
  font-weight: bold;
  margin: 0 0 1rem;
}

h2:last-child,
.car__name:last-child,
.car__new_price: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,
.contacts_header__title .rub:before,
.likeh2 .rub:before,
.section_title .rub:before {
  top: 20px;
  left: -1px;
  height: 2px;
  width: 10px;
}

@media (min-width: 600px) {
  h2,
  .car__name,
  .car__new_price,
  .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,
  .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,
  .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,
  .contacts_header__title .rub:before,
  .likeh2 .rub:before,
  .section_title .rub:before {
    top: 25px;
  }
}

@media (min-width: 1100px) {
  h2 .rub:before,
  .car__name .rub:before,
  .car__new_price .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: "TT TANK", 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: 15px;
  }
}

h4,
.hero_section__anchor_link,
.gallery_link__counter,
.likeh4 {
  font-family: "TT TANK", 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: "TT TANK", 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: 6px;
  top: 14px;
  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;
    width: 7px;
  }
}

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: #11131c;
  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;
  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: #444;
  border-bottom-color: #444;
}

a.active {
  color: #11131c;
}

.pseudo_link {
  color: #11131c;
  border-bottom: 1px dotted #11131c;
  transition: all .15s linear;
}

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

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

.rub {
  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, .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: #848aa2;
}

.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, .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, .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: 4.125rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 301;
  background-color: #1b2020;
  color: #ffffff;
  border-bottom: 1px solid rgba(122, 120, 120, 0.2);
}

.page_header:before {
  content: '';
  background-color: rgba(242, 243, 247, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  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: 600px) {
  .page_header {
    height: 4.75rem;
  }
}

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

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

.page_header__banner {
  text-align: center;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
  padding: 6px 0 6px;
  font-size: 11px;
}

@media (min-width: 600px) {
  .page_header__banner {
    padding: 8px 0 8px;
    font-size: 13px;
  }
}

@media (min-width: 900px) {
  .page_header__banner {
    padding: 10px 0 10px;
    font-size: 16px;
  }
}

@media (min-width: 1100px) {
  .page_header__banner {
    font-size: 20px;
  }
}

.page_header__fleet {
  border: none;
  background-color: transparent;
  transition: all 0.15s ease-in-out;
}

.page_header__fleet:hover {
  color: #444;
}

.page_header__inner {
  align-items: center;
  display: flex;
  padding: 0rem 1.25rem;
  position: relative;
  justify-content: space-between;
  margin: 5px auto;
}

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

@media (min-width: 600px) {
  .page_header__inner {
    padding: 0rem 2.5rem;
    max-width: 77.5rem;
    margin: 14px 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;
    margin: 16px auto;
  }
  .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: flex;
  align-items: center;
  flex-shrink: 0;
}

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

.page_header__separator {
  display: none;
  height: 1.3125rem;
  width: 1px;
  background-color: rgba(17, 19, 28, 0.1);
  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: flex;
  align-items: center;
}

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

.menu_opened .page_header__right > .main_nav__item--contacts {
  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.875rem;
  color: #ffffff;
  line-height: 1rem;
  padding-left: 1.25rem;
}

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

@media (min-width: 900px) {
  .name {
    padding-left: 1.75rem;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    margin-top: 3px;
  }
}

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

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

.main_nav .btn.btn--primary {
  border-radius: 8px;
  line-height: 2rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  margin: 1.25rem 0rem 0rem 0rem;
}

.main_nav .btn.btn--primary:hover {
  color: #ffffff;
  background-color: #444;
  border-color: #444;
}

@media (min-width: 1100px) {
  .main_nav .btn.btn--primary {
    margin: 0rem 0.9375rem 0rem 1.875rem;
    background-color: transparent !important;
    color: #ffffff;
    border: 2px solid #ff9549;
  }
  .main_nav .btn.btn--primary:hover {
    color: #000 !important;
    background-color: #ff9549 !important;
    border-color: #ff9549 !important;
  }
}

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

.menu_opened .main_nav .name {
  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 {
    transform: none;
    position: static;
    padding: 0;
    width: auto;
    display: flex;
    align-items: center;
  }
}

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

.main_nav__item {
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

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

.menu_opened .main_nav__item {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(17, 19, 28, 0.1);
}

.menu_opened .main_nav__item.main_nav__item--contacts .main_nav__link {
  flex-direction: row-reverse;
  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: #000;
  box-shadow: 0 1px 0 0 #000;
}

@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: #000;
    transition: width 0.15s ease-in-out;
  }
  .main_nav__item.main_nav__item--contacts.is_active:before {
    width: 100%;
    transition: width 0.15s ease-in-out;
  }
  .main_nav__item.main_nav__item--contacts.is_active .main_nav__link {
    color: #000;
  }
  .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: 1.875rem;
    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.125rem;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: width 0.15s ease-in-out;
  }
  .main_nav__item.is_active:before {
    width: 100%;
    transition: width 0.15s ease-in-out;
  }
  .main_nav__item.is_active .main_nav__link {
    color: #000;
  }
}

.main_nav__link {
  color: #ffffff;
  border-bottom: none;
  display: flex;
  align-items: center;
  position: relative;
}

.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 {
  font-size: 1rem;
  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: 0.625rem;
  }
}

.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 {
  color: #ffffff;
  border: none;
  margin-left: 1.375rem;
  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: #11131c;
}

@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: #000;
  text-align: center;
  line-height: 1.75rem;
}

.phone_link .ic--phone-m {
  fill: #ffffff;
  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: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}

.logo_company img {
  max-width: 6.25rem;
  max-height: 1.875rem;
  margin-left: -0.25rem;
  margin-top: 0.125rem;
}

@media (min-width: 1100px) {
  .logo_company img {
    max-height: 2.5rem;
  }
}

.main_nav .logo_company {
  display: block;
}

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

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

@media (min-width: 1100px) {
  .logo_company img {
    margin-left: 0rem;
  }
}

.error_page .page_header {
  display: flex;
  height: 5.25rem;
  border-bottom: none;
  position: relative;
  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: flex;
  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: #ffffff;
  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: flex;
}

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

.error_page .phone_link,
.error_page .email_link {
  color: #11131c;
  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 {
  order: 2;
  margin-left: 0.625rem;
  display: block;
  position: static;
  border-radius: 0;
  transform: none;
}

@media (min-width: 900px) {
  .error_page .phone_link {
    order: 1;
    width: auto;
    background-color: transparent;
  }
}

.error_page .email_link {
  order: 1;
}

@media (min-width: 900px) {
  .error_page .email_link {
    margin-left: 1.9375rem;
    order: 2;
  }
  .error_page .email_link:hover {
    color: #444;
    border-bottom-color: #444;
  }
}

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

.page_footer {
  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: 1.875rem;
    padding-bottom: 2.75rem;
  }
}

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

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

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

.page_footer__inner img {
  width: 40px;
}

.page_footer__left {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.9375rem;
  width: 60%;
}

@media (min-width: 600px) {
  .page_footer__left {
    width: auto;
    flex-direction: row;
  }
}

@media (min-width: 900px) {
  .page_footer__left {
    flex-direction: row;
    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;
  }
}

.page_footer__logo img {
  width: 45px;
}

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

.gr {
  display: none;
}

.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: flex;
  flex-direction: column;
  color: #ffffff;
}

.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;
    position: relative;
  }
}

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

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

.terms_licence {
  padding-bottom: 1.875rem;
}

.page_footer_apps {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -21px;
  padding-top: 13px;
  padding-bottom: 18px;
  padding-left: 20px;
  background: #30353A;
}

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

.page_footer_apps .page_footer_apps__icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.page_footer_apps .page_footer_apps__icons .app_icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  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: 50px;
  background: url(/media/images/globalnav_apple_image__b5er5ngrzxqq_large.svg) no-repeat;
  background-size: cover;
}

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

.page_footer_apps.desktop {
  display: none;
}

@media (min-width: 600px) {
  .page_footer_apps {
    flex-direction: row;
    margin-top: -35px;
    padding-left: 41px;
    padding-bottom: 4px;
    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: flex;
    flex-direction: column;
    background: transparent;
    margin-top: 38px;
    position: absolute;
    padding-left: 0;
    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: #ffffff;
}

.page_footer_terms__open .ic {
  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: #ffffff;
  margin-bottom: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1rem;
  max-width: 54rem;
}

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

.btn {
  border-radius: 8px;
  border: solid 1px #ff9549;
  line-height: 1.25rem;
  font-size: 1rem;
  font-family: "TT TANK", Helvetica, Arial, sans-serif;
  background-color: #ff9549;
  padding: 0.75rem 1.25rem;
  color: #000;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.btn:hover {
  border-color: #444;
  background-color: #444;
  color: #ffffff;
}

.btn:active, .btn.is_active {
  border-color: #444;
  background-color: #444;
  color: #ffffff;
}

.btn[disabled='disabled'] {
  background-color: #c3c7d3;
  border-color: #c3c7d3;
  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;
}

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

.btn.btn--light:hover, .btn.btn--light:active {
  border-color: #000;
  background-color: #000;
  color: #ffffff;
}

.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: flex;
  align-items: center;
  cursor: pointer;
}

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

.checkbox_block {
  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 {
  background-color: #000;
  border-color: #000;
}

.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: inline-flex;
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  border: 1px solid #c3c7d3;
  margin-right: 0.625rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  top: 0.125rem;
  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: #11131c;
  -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: #f2f3f7;
  width: 100%;
  border: 1px solid #f2f3f7;
  color: #11131c;
  font-family: "TT TANK", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 2.8125rem;
  padding: 0rem 1.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  box-shadow: none;
}

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

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

@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: #444;
  background-color: #ffffff;
}

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

.error_text {
  font-size: 0.75rem;
  line-height: 0.875rem;
  position: absolute;
  left: 1.25rem;
  top: 3.125rem;
  color: #444;
  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%;
    transform: translateY(-50%);
  }
}

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

.tooltip_container_inline .tooltip_container__link {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  color: #848aa2;
  background-color: #f2f3f7;
  width: 1.5rem;
  height: 1.5rem;
  align-items: 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: #ffffff;
  border-radius: 14px 14px 0 0;
  padding: 19px 30px;
  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;
  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(17, 19, 28, 0.3);
  opacity: 0;
  visibility: hidden;
  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 {
    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: #ffffff transparent transparent;
    bottom: -0.625rem;
    left: auto;
    transform: none;
    right: 6.4375rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  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 {
  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: 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("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../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%;
  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: "\2190";
}

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

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

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

.slick-next:before {
  content: "\2192";
}

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

/* 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: "\2022";
  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.7);
}

.cookies_warning_background.visible {
  display: block;
}

.cookies_warning_background .cookies_warning {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500000;
  background: #ffffff;
  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: "TT TANK", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #11131c;
  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: flex;
    flex-direction: row;
    justify-content: flex-start;
    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 {
    justify-content: space-between;
  }
}

.top_info {
  height: 2.5rem;
  background-color: #000;
  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.625rem;
}

.top_info:hover {
  background-color: black;
}

@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.25rem;
  }
}

@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: 7.9375rem;
  }
}

@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: 7.9375rem;
  }
}

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

.top_info__text:hover {
  color: #ffffff;
}

@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: #ffffff;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-radius: 50%;
  margin-left: 0.75rem;
  transition: background-color 0.15s ease-in-out;
}

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

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

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

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

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

.hero_section__container {
  max-width: 1240px;
  padding: 0 30px;
  margin: auto;
}

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

.hero_section__img img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 600px) {
  .hero_section__img img {
    -o-object-position: 20% 50%;
       object-position: 20% 50%;
  }
}

@media (min-width: 900px) {
  .hero_section__img img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

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

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

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

.hero_section_brif {
  position: relative;
}

@media (min-width: 600px) {
  .hero_section_brif {
    position: absolute;
    top: 0;
    max-width: 77.5rem;
    height: 100%;
  }
}

@media (min-width: 1100px) {
  .hero_section--secondary .hero_section_brif {
    position: static;
  }
}

@media (min-width: 600px) {
  .hero_section_brif__bg {
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 900px) {
  .hero_section_brif__bg {
    padding: 15px;
  }
}

@media (min-width: 1100px) {
  .hero_section_brif__bg {
    padding: 25px;
  }
}

.hero_section_brif__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  /*@include for-tablet-portrait-up {
        //background-color: $colorWhite;
        border-radius: 3px;
    }

    @include for-tablet-landscape-up {
        //display: flex;
        //flex-direction: column;
        //justify-content: flex-start;
        //align-items: stretch;
        max-width: rem-calc(1240);
        //margin: 0 auto;
    }

    @include for-desktop-up {
        //flex-direction: row;
        //justify-content: flex-start;
        //align-items: stretch;
        max-width: rem-calc(1240);
        margin: 0 auto;
        width: 100%;
    }*/
}

.hero_section_brif__content {
  background-color: #ffffff;
  margin-top: 1.875rem;
}

.hero_section_brif__content .section_title {
  font-size: 1.3125rem;
  line-height: 1.375rem;
  max-width: 27rem;
  color: #000;
}

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

@media (min-width: 600px) {
  .hero_section_brif__content {
    background-color: transparent;
    flex-grow: 1;
    border-radius: 0.1875rem;
  }
  .hero_section_brif__content .section_title {
    font-size: 1.25rem;
    line-height: 1.25rem;
    max-width: 27rem;
    color: #ffffff;
  }
  .hero_section_brif__content .section_title .rub:before {
    top: 30px;
  }
}

@media (min-width: 900px) {
  .hero_section_brif__content {
    margin-top: 1.5625rem;
  }
  .hero_section_brif__content .section_title {
    font-size: 1.375rem;
    line-height: 1.5625rem;
    max-width: 39.375rem;
    letter-spacing: 0.00625rem;
  }
  .hero_section_brif__content .section_title .rub:before {
    top: 32px;
  }
}

@media (min-width: 1100px) {
  .hero_section_brif__content {
    margin-top: 3.75rem;
  }
  .hero_section_brif__content .section_title {
    font-size: 1.875rem;
    line-height: 1.875rem;
    max-width: 47.5rem;
    font-weight: 700;
  }
  .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: flex;
    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: 1rem;
  color: #848aa2;
  max-width: 36.5rem;
  margin-bottom: 0.3125rem;
}

@media (min-width: 600px) {
  .hero_section_brif__text {
    color: #ffffff;
  }
}

@media (min-width: 900px) {
  .hero_section_brif__text {
    font-size: 1.125rem;
    line-height: 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: #000;
}

.hero_section_brif__btns {
  padding: 1.25rem 0rem 1.875rem 0rem;
}

.hero_section_brif__btns .btn {
  margin-bottom: 1.0625rem;
  margin-right: 0.5rem;
  padding: 0.6875rem 1.3125rem;
  border: 2px solid #fff;
}

.hero_section_brif__btns .btn:hover {
  background: #ffffff;
  color: #000;
  border: 2px solid #000;
}

@media (min-width: 600px) {
  .hero_section_brif__btns {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }
  .hero_section_brif__btns .btn {
    margin-bottom: 0;
    margin-right: 1.375rem;
    padding: 0rem 1.5rem;
    background: #ffffff;
    color: #000;
  }
  .hero_section_brif__btns .btn:hover {
    background: #000;
    color: #ffffff;
    border: 2px solid #ffffff;
  }
}

@media (min-width: 900px) {
  .hero_section_brif__btns {
    flex-direction: row;
    width: 100%;
    align-items: baseline;
    justify-content: flex-start;
    flex-shrink: 0;
  }
  .hero_section_brif__btns .btn {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .hero_section_brif__btns .btn {
    padding: 0rem 1.875rem;
    margin-left: 0;
  }
}

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

.hero_section_brif__link:hover {
  border-bottom-color: black;
}

@media (min-width: 600px) {
  .hero_section_brif__link {
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.7);
  }
  .hero_section_brif__link:hover {
    color: #11131c;
    border-bottom-color: white;
  }
}

.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(17, 19, 28, 0.5);
}

.hero_section__anchor_link:before {
  border-bottom-color: #444;
  width: 0;
  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 {
  transform: rotate(90deg);
  margin-left: -1.125rem;
  transition: all 0.15s ease-in-out;
}

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

.more_offers:hover .ic--arrow {
  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 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 auto;
    width: 16.66666667%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1.875rem;
    border-bottom: 0;
    padding-left: 3.875rem;
  }
}

@media (min-width: 1100px) {
  .more_offers {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 25%;
    margin-left: 8.33333333%;
    flex-direction: row;
    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: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    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: flex;
    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: flex;
    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: flex;
    flex-direction: column;
  }
}

@media (min-width: 900px) {
  .hero_section__table_container table tr {
    margin-bottom: 0.0625rem;
    display: flex;
    flex-direction: row;
    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: #252c2c;
  color: #ffffff;
}

.offers:after {
  content: '';
  height: 4.375rem;
  width: 100%;
  position: absolute;
  top: 100%;
}

@media (min-width: 900px) {
  .offers:after {
    height: 9.75rem;
  }
}

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

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

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

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

.offers__section {
  padding-top: 1.5625rem;
  position: relative;
}

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

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

@media (min-width: 600px) {
  .top_info ~ .page_content .offers__section {
    padding-top: 7.25rem;
  }
  .offers__section .section_title {
    max-width: inherit;
    margin-bottom: 2.8125rem;
  }
}

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

.offer_details {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  /*@include for-tablet-landscape-up {
        @include grid-column(
            $offset: 5,
            $width: 7
        );
        display: block;
    }

    @include for-desktop-up {
        @include grid-column(
            $offset: 5,
            $width: 7
        );

        .btn {
            max-width: rem-calc(386);
        }
    }

     */
}

.offer_details__list {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 1100px) {
  .offer_details__list {
    grid-template-columns: repeat(5, 1fr);
  }
}

.offer_details__detail {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  max-width: 310px;
  cursor: pointer;
}

.offer_details__detail .ic {
  height: 36px;
  width: 37px;
}

@media (min-width: 600px) {
  .offer_details__detail .ic {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 600px) {
  .offer_details__detail {
    position: relative;
  }
}

@media (min-width: 900px) {
  .offer_details__detail {
    flex-direction: row;
  }
}

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

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

.offer_details__icon {
  height: 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 0.5rem;
}

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

.offer_details__content {
  text-align: center;
}

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

.offer_details__subtitle {
  font-size: 1rem;
  line-height: 1.25rem;
  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: 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: #ffffff;
  box-shadow: 0px 10px 30px rgba(64, 108, 148, 0.2);
  border-radius: 3px;
  font-family: "TT TANK", 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: 600px) {
  .offer_details__subtitle {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

@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 {
  text-align: center;
  font-size: 14px;
}

@media (min-width: 600px) {
  .offer_details__text {
    font-size: 16px;
  }
}

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

.cars_section {
  background-color: #1b2222;
  color: #ffffff;
  position: relative;
  margin-bottom: 1.875rem;
  padding-top: 4.25rem;
}

.cars_section .section_title {
  max-width: 340px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 1.3125rem;
  text-align: center;
}

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

@media (min-width: 600px) {
  .cars_section {
    padding-top: 2.5rem;
    margin-bottom: 3.125rem;
  }
  .cars_section .section_title {
    margin-top: 80px;
    max-width: 700px;
    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.75rem;
    margin-bottom: 6.25rem;
  }
  .cars_section .section_title {
    margin-top: 80px;
    max-width: 822px;
    padding-left: 0px;
    margin-bottom: 1.9375rem;
  }
  .cars_section .cars_list {
    max-width: 1016px;
    padding: 0;
  }
}

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

.cars_list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  max-width: 360px;
  margin: 0 auto;
  padding: 0;
  flex-direction: column;
}

@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-middle {
  flex-basis: 50%;
  position: relative;
  max-height: 550px;
}

.car {
  display: flex;
  justify-content: space-between;
  flex-basis: 100%;
  border-bottom: none;
  color: #ffffff;
  padding-top: 2rem;
  position: relative;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0);
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto !important;
}

@media (min-width: 1100px) {
  .car {
    flex-direction: row;
    max-width: unset;
  }
}

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

.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: #ffffff;
  border-radius: 14px 14px 0 0;
  padding: 19px 30px;
  transition: all 0.15s ease-in-out;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 203;
  color: #7a7878;
  margin-bottom: 0;
  width: 100%;
  border: 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: '\2013';
  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(17, 19, 28, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
  pointer-events: none;
}

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

@media (min-width: 900px) {
  .car {
    flex-basis: calc(50% + 1px);
    padding-top: 1.8125rem;
  }
  .car:hover {
    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 {
    flex-basis: calc(33.33% + 1px);
    padding-top: 4.125rem;
    flex-basis: 50%;
  }
  .car .tooltip__close {
    display: none;
  }
  .car .tooltip {
    left: 0;
  }
  .car .tooltip__overlay {
    display: none;
  }
  .car .tooltip__inner {
    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: #ffffff transparent transparent;
    bottom: -0.625rem;
    left: 1.875rem;
    transform: none;
  }
}

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

.car__photo {
  width: 90%;
  margin: 0 auto 20px auto;
}

.car__photo img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.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;
  text-align: center;
}

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

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

@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: none;
  flex-direction: row;
  justify-content: flex-start;
  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: "TT TANK", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #000;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 3px;
  margin-right: 4px;
  transition: all .15s ease-in-out;
}

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

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

.car__labels .label.filled {
  background: #000;
  color: #ffffff;
}

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

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

.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: "TT TANK", 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: #ffffff;
  border: 1px solid #e6e8ec;
  border-radius: 3px;
  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;
  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 {
  padding: 1.25rem 0rem;
  padding-bottom: 1.5rem;
  margin-top: 0.5rem;
}

.car__footer .car__row {
  border-bottom: none;
  justify-content: center;
  margin-bottom: 0.3125rem;
}

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

.car__footer .btn {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ff9549;
}

.car__footer .btn:hover {
  border-color: #444;
  background-color: #444;
  color: #ffffff;
}

.car__footer .btn:not(:last-child) {
  margin-bottom: 0.9375rem;
  background-color: transparent;
  color: #000;
}

.car__footer .btn:not(:last-child):hover {
  border-color: #444;
  background-color: #444;
  color: #ffffff;
}

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

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

@media (min-width: 1100px) {
  .car__footer {
    padding: 1.75rem 0rem 1.5rem;
  }
  .car__footer .btn {
    width: 100%;
    max-width: calc(100% - 80px);
  }
}

.car__row {
  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 {
  flex-basis: 50%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: baseline;
  position: relative;
}

.car__col:first-child {
  flex-basis: 59%;
}

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

.car__col--amount {
  flex-direction: row-reverse;
  justify-content: center;
  text-transform: lowercase;
}

.car__col--amount:first-child {
  flex-basis: unset;
}

.car__col--amount .car__text {
  padding-left: 0.33rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.car__slogan {
  white-space: nowrap !important;
  text-transform: none !important;
}

.car__col--full {
  flex-basis: 100% !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

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

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

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

.car__text {
  display: flex;
  font-family: "TT TANK", 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: #000;
  position: relative;
}

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

@media (min-width: 600px) {
  .car__new_price {
    font-size: 22px;
    line-height: 24px;
  }
  .car__new_price .rub:before {
    top: 18px;
    width: 10px;
    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;
  }
}

/*.car__new_price::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: $colorPrimary;
    left: 0;
    bottom: 11px;
    @include for-tablet-portrait-up {
        bottom: 14px;
    }
}*/
.tag {
  opacity: .6;
  color: #11131c;
  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: #e4e4e4;
  padding: 0rem 0.3125rem;
  display: inline-block;
}

.cars_list_spec_text {
  display: none;
  flex-flow: row wrap;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .cars_list_spec_text {
    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 {
    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: flex;
  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 {
    flex-basis: 25%;
  }
  .cars_list_spec_text__right .car__col--primary {
    flex-basis: 50%;
  }
}

@media (min-width: 900px) {
  .cars_list_spec_text__right {
    margin-left: -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 {
    flex-basis: 50%;
  }
}

.gallery_link {
  position: absolute;
  height: 2rem;
  background-color: #e4e4e4;
  border: none;
  min-width: 3.5625rem;
  border-radius: 1.0625rem;
  display: inline-flex;
  align-items: 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:hover .ic {
    fill: #000;
  }
}

@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: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon_rounded .ic {
  fill: #ffffff;
}

.download_link--disabled {
  color: #7a7878;
}

.tag_labels {
  display: none;
  position: absolute;
  top: 1.875rem;
  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: inline-flex;
  align-items: center;
  padding: 0rem 1.125rem;
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #000;
  border: 1px solid #000;
  color: #ffffff;
}

.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;
  justify-content: 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: flex;
}

.cars_popup .popup_body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 50px 25px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  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;
  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: #444;
}

.cars_popup .popup_body .body_text_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  width: 100%;
  height: 469px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  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;
  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;
  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: "TT TANK", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  color: #11131c;
  margin-bottom: 14px;
}

.cars_popup .popup_body .body_text_wrapper .body_text {
  font-weight: normal;
  font-size: 9px;
  line-height: 14px;
  flex-grow: 100;
}

.cars_popup .popup_body .body_button {
  align-self: center;
  width: 244px;
  height: 52px;
  padding: 0;
  font-family: "TT TANK", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
  white-space: nowrap;
}

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

.car__content {
  display: none;
}

@media (min-width: 900px) {
  .car__btns {
    display: flex;
    justify-content: space-between;
  }
}

.car__btns .btn {
  border-radius: 8px;
  flex: 1;
  width: calc(100% - 40px);
  background-color: transparent !important;
  max-width: 17.5rem;
}

.car__btns .btn:hover {
  background-color: #ff9549 !important;
  color: #11131c;
  border-color: #ff9549 !important;
}

@media (min-width: 900px) {
  .car__btns .btn {
    max-width: unset;
    padding: 5px 10px;
    width: 180px;
    height: 50px;
    white-space: normal;
    line-height: 100%;
  }
  .car__btns .btn:not(:last-child) {
    margin-right: 10px;
  }
}

.car__btns .btn:first-child {
  flex: 1;
  background-color: #ff9549 !important;
  color: #11131c !important;
}

.car__btns .btn:first-child:hover {
  border-color: #444 !important;
  background-color: #444 !important;
  color: #ffffff !important;
}

.car-gallery__hots {
  position: absolute;
  border-radius: 8px;
  background-color: #1b2222;
  color: #ffffff;
  border: 2px solid #ff9549;
  top: 6.5%;
  z-index: 2;
  padding: 8px 8px;
  font-size: 0.625rem;
}

@media (min-width: 600px) {
  .car-gallery__hots {
    top: 6%;
    padding: 12px 10px;
    font-size: 1.125rem;
  }
}

@media (min-width: 900px) {
  .car-gallery__hots {
    left: 5%;
  }
}

@media (min-width: 1100px) {
  .car-gallery__hots {
    left: 0;
    top: 8.5%;
  }
}

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

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

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

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

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

@media (min-width: 900px) {
  .advantages_content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 72.5rem;
    width: 100%;
    display: flex;
    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;
}

@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;
  }
  .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;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 66.66666667%;
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }
  .advantages_content__inner .section_title {
    margin-bottom: 2.35rem;
  }
}

@media (min-width: 1100px) {
  .advantages_content__inner {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 50%;
    padding-left: 0;
  }
  .advantages_content__inner .section_title {
    margin-bottom: 0.95rem;
  }
}

@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 {
  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: flex;
  flex-flow: row wrap;
}

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

@media (min-width: 900px) {
  .advantages_list {
    max-width: 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: 4px;
  right: -26px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  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: #ffffff;
  box-shadow: 0px 10px 30px rgba(64, 108, 148, 0.2);
  border-radius: 3px;
  font-family: "TT TANK", 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 {
    flex-shrink: 0;
    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 {
    flex-basis: 33.33%;
    margin-bottom: 1.875rem;
    padding-right: 1.875rem;
    max-width: inherit;
  }
  .advantages_list__item.advantages_list__item--big {
    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;
}

@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 #f2f3f7;
  width: 100%;
  text-align: left;
  margin-bottom: 3.125rem;
}

.advantages_show_more .ic {
  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 {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  z-index: 50;
  padding: 1.75rem 0rem;
  padding-bottom: 2.375rem;
  background-color: #ffffff;
}

@media (min-width: 600px) {
  .personal_offer {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3.3125rem;
    padding-bottom: 3.125rem;
    max-width: 32.5rem;
    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: #000;
    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: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    bottom: 0;
  }
}

@media (min-width: 1100px) {
  .personal_offer {
    height: 43.75rem;
    max-width: 72.5rem;
    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: #ffffff;
}

@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 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 auto;
    width: 41.66666667%;
    margin-left: 58.33333333%;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 50;
  }
}

.personal_offer__content {
  background-color: #ffffff;
  max-width: 36.5rem;
  min-height: 28.75rem;
  display: flex;
  flex-direction: column;
  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: inline-flex;
  height: 1.625rem;
  align-items: center;
  justify-content: center;
  padding: 0rem 1rem;
  position: absolute;
  top: -0.8125rem;
  left: 1.25rem;
  background-color: #ffffff;
  border-radius: 0.8125rem;
  box-shadow: 0 30px 60px rgba(17, 19, 28, 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;
    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: #444;
}

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

.form_options__col {
  width: 50%;
}

.programs {
  display: flex;
  flex-flow: row wrap;
  max-width: 72.5rem;
  margin: 2rem auto;
  position: relative;
  z-index: 300;
}

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

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

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

.programs_content {
  order: 2;
  padding: 1.375rem 1.25rem 3.375rem;
  text-align: center;
  width: 100%;
}

.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 {
    order: 1;
    width: 50%;
    text-align: left;
    padding: 1.25rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    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: flex;
  flex-direction: row;
  justify-content: flex-start;
  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;
  order: 1;
  width: 100%;
}

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

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

.programs_img__label {
  border-radius: 3px;
  background-color: #ffffff;
  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%;
  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;
    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;
  justify-content: center;
  display: flex;
}

.programs_slider .slick-dots li {
  display: flex;
  align-items: 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: 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;
    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: flex;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 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 {
  transform: rotate(135deg);
  -webkit-animation: rotate1 5s infinite linear;
          animation: rotate1 5s infinite linear;
  right: -7px;
}

.pie__right span {
  transform: rotate(-45deg);
  -webkit-animation: rotate2 5s infinite linear;
          animation: rotate2 5s infinite linear;
  margin-left: -100%;
  left: -1px;
}

@-webkit-keyframes rotate1 {
  0% {
    transform: rotate(135deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(315deg);
  }
}

@keyframes rotate1 {
  0% {
    transform: rotate(135deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(315deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(135deg);
  }
}

@keyframes rotate2 {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(135deg);
  }
}

.programs_content__countdown {
  display: flex;
  margin-bottom: 2.5rem;
  justify-content: center;
  padding-left: 0.625rem;
}

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

@media (min-width: 900px) {
  .programs_content__countdown {
    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: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.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: #000;
  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: flex;
  margin-bottom: 2.5rem;
  justify-content: center;
  padding-left: 0.625rem;
}

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

@media (min-width: 900px) {
  .programs_content__countdown {
    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: #000;
  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 {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 72.5rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding-left: 46px;
    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 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 66.66666667%;
    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: #7a7878;
}

.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: flex;
  flex-flow: row wrap;
  max-width: 63.75rem;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.25rem;
  padding-bottom: 0.875rem;
  max-height: 16.875rem;
  overflow: hidden;
  transition: max-height 0.15s ease-in-out;
  margin-bottom: 2rem;
}

.is_open .clients_logos__list {
  max-height: 2000px;
  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;
    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%;
  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: #11131c transparent transparent;
  position: absolute;
  margin-top: 0.125rem;
  top: 50%;
  transform: translateY(-50%);
  right: -0.625rem;
}

.clients_logos__more.is_active:before {
  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 {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 72.5rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
  }
}

@media (max-width: 599px) {
  .quotes_header__inner {
    padding-right: 1.875rem;
  }
}

@media (min-width: 900px) {
  .quotes_header__inner {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 75%;
    margin-left: 41.66666667%;
    margin-left: 37%;
    max-width: 66%;
  }
}

.quotes_slider__inner {
  display: flex;
  overflow: hidden;
  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: #000;
}

.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 {
  transform: rotate(180deg);
}

.quotes_slider_slide {
  flex-shrink: 0;
  align-items: flex-start;
}

.slick-initialized .quotes_slider_slide {
  display: block;
}

@media (min-width: 900px) {
  .quotes_slider_slide {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 72.5rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: 1.875rem;
  }
  .slick-initialized .quotes_slider_slide {
    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 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 33.33333333%;
    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 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 75%;
    margin-top: 3.75rem;
    max-width: 35rem;
  }
}

@media (min-width: 1100px) {
  .quotes_slider_slide__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 83.33333333%;
    max-width: inherit;
    max-width: 48.125rem;
  }
}

.quotes_slider_slide__details {
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  padding: 1.75rem 1.25rem;
  position: relative;
  display: flex;
  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 #ffffff;
  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 #ffffff 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: #7a7878;
  line-height: 1.875rem;
  margin-top: 0.75rem;
  margin-bottom: 0;
  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;
    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: #7a7878;
  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: flex;
  margin-top: 2.125rem;
  flex-direction: column;
  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 {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 72.5rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: -1.25rem;
    margin-top: 0;
    align-items: center;
    left: 0;
    flex-direction: row;
  }
}

.quotes_slider__nav {
  order: 2;
  display: flex;
  flex-direction: row;
}

@media (min-width: 900px) {
  .quotes_slider__nav {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 25%;
    margin-left: 41.66666667%;
    order: 1;
    flex-direction: row;
    margin-left: 37%;
  }
}

@media (min-width: 1100px) {
  .quotes_slider__nav {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 16.66666667%;
    margin-left: 41.66666667%;
    flex-direction: row;
    margin-left: 37%;
  }
}

.quotes_slider__counter {
  order: 1;
  color: #7a7878;
  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 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 16.66666667%;
    flex-direction: row;
    padding-left: 0;
    order: 2;
  }
}

.choose_your_car {
  max-width: 74.625rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: 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%;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 20;
  margin-top: 27.75rem;
}

.choose_your_car__content .section_title {
  max-width: 23.75rem;
  margin-bottom: 1.875rem;
}

@media (max-width: 599px) {
  .choose_your_car__content .btn {
    width: 9.625rem;
    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: $colorSecondaryLight;
    position: relative;

    @include for-tablet-landscape-up {
        padding-left: rem-calc(40);

        &:after {
            content: '';
            display: block;
            background-color: $colorWhite;
            top: 0;
            right: 0;
            bottom: 0;
            width: calc(50% + 36px);
            position: absolute;
        }

        &:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 30px 0 30px 30px;
            border-color: transparent transparent transparent $colorSecondaryLight;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin-left: -28px;
            z-index: 12;
        }
    }

    @include for-desktop-up {
        padding-left: 0;

        &:after {
            width: 50%;
        }

        &:before {
            margin-left: 0;
            border-width: 68px 0 68px 68px;
        }
    }


}

.calc__offer {
    padding: 100px;
    background-color: #00acd6;
    height: 600px;
}
.calc__offer-inner {

}

.calc__inner {
    @include for-tablet-landscape-up {
        @include grid-row($nested: false);
        align-items: center;
    }
}

.calc__form {
    padding: rem-calc(20 20 36);

    @include for-tablet-portrait-up {
        padding: rem-calc(30 40 64);
    }

    @include for-tablet-landscape-up {
        padding-left: 0;
        padding-right: rem-calc(28);
        padding-top: 0;

        @include grid-column($width: 5, $collapse: true, $global: false);
    }

    @include for-desktop-up {
        padding-right: 0;
        @include grid-column($width: 4, $offset: 1, $collapse: true, $global: false);
        margin-left: 20px;
    }
}

.calc__title {
    @extend %likeh2;
    max-width: rem-calc(304);

    @include for-phone-only {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    @include for-tablet-portrait-only {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: rem-calc(29);
    }
}

.calc_switcher {
    display: flex;
    margin-bottom: rem-calc(24);
    justify-content: space-between;
    overflow: hidden;
    position: relative;

    @include for-tablet-portrait-up {
        margin-bottom: rem-calc(34);
    }

    @include for-tablet-landscape-up {
        margin-bottom: rem-calc(30);
        height: rem-calc(86);
    }
}

.calc_switcher__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: rem-calc(12);
    z-index: 10;

    @include for-tablet-portrait-only {
        right: auto;
        left: rem-calc(22);
    }
}

.calc_switcher__slider {
    width: 100%;
    height: 100%;
}

.calc_switcher__counter {
    width: rem-calc(46);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: rem-calc(14);
    display: none;

    @include for-tablet-portrait-up {
        display: block;
    }
}

.calc_switcher__arrows {
    width: rem-calc(64);
    display: flex;
    justify-content: space-between;

    .slider_arrow {
        background-color: $colorSecondaryLight;
        width: rem-calc(28);
        height: rem-calc(28);
        line-height: rem-calc(28);
        padding: 0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;

        &:first-child {
            margin-left: 0;
        }

        &:not(.slick-disabled):hover {
            background-color: $colorPrimary;
            .ic--arrow-contacts {
                fill: $colorWhite;
            }
        }

        &.slick-disabled {
            cursor: default;
            opacity: 0.6;
        }
    }

    .slider_arrow--prev {
        .ic--arrow-contacts {
            transform: rotate(180deg);
        }
    }

    .ic--arrow-contacts {
        fill: $colorSecondary;
    }

    @include for-tablet-portrait-up {
        width: rem-calc(112);
    }
}

.calc_switcher__option {
    cursor: pointer;
    width: calc(50% - 7px);
    border: 1px solid rgba($placeholderColor, 0.4);
    border-radius: 3px;
    position: relative;
}

.calc_switcher__option--full {
    cursor: default;
    width: 100%;
    border-color: $colorWhite;
    background-color: $colorWhite;
    flex-shrink: 0;

    .calc_switcher__model {
        @extend %labelText;
        font-weight: normal;
        color: $colorSecondary;
    }

    .calc_switcher__content {
        flex-flow: row;
        align-items: center;
    }

    .calc_switcher__input:checked + .calc_switcher__content {
        .calc_switcher__model {
            color: $colorSecondary;
        }
    }

    @include for-phone-only {
        .calc_switcher--slider & {
            .calc_switcher__content {
                flex-flow: column;
            }
        }
    }

    @include for-tablet-landscape-up {
        .calc_switcher__input:checked + .calc_switcher__content {
            .calc_switcher__model {
                color: $colorSecondary;
            }
        }

        .calc_switcher__content {
            flex-flow: column;
            justify-content: center;
        }
    }
}

.calc_switcher__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;

    &:checked + .calc_switcher__content {
        background-color: $colorWhite;

        .calc_switcher__img {
            opacity: 1;
        }

        .calc_switcher__model {
            color: $colorPrimary;
        }
    }

    @include for-tablet-landscape-up {
        &:checked + .calc_switcher__content {
            background-color: $colorWhite;
            border-color: $colorWhite;

            .calc_switcher__model {
                color: $colorPrimary;
            }
        }
    }
}

.calc_switcher__content {
    border-radius: 3px;
    padding: rem-calc(12 14 8 16);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;

    @include for-tablet-portrait-only {
        .calc_switcher--slider & {
            padding-left: rem-calc(150);
        }
    }

    @include for-tablet-portrait-up {
        flex-direction: row;
        justify-content: flex-start;
    }

    @include for-tablet-landscape-up {
        height: rem-calc(84);
        padding: rem-calc(0 16);
        align-items: center;
    }
}

.calc_switcher__model {
    font-size: rem-calc(20);
    display: block;
    color: $colorBlack;
    width: 100%;
    font-weight: bold;

    @include for-tablet-portrait-up {

    }

    @include for-tablet-landscape-up {
        font-size: rem-calc(24);
        font-weight: bold;
        color: $colorBlack;
    }
}

.calc_switcher__img {
    margin-bottom: rem-calc(6);
    max-width: 100%;
    transform: scaleX(-1);

    @include for-tablet-portrait-up {
        max-width: rem-calc(94);
        margin-right: rem-calc(10);
    }

    @include for-tablet-landscape-up {
        display: none;
    }
}

.calc_switcher__prices {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-direction: column-reverse;
    align-items: flex-end;

    .car__disclaimer {
        order: 3;
        align-self: flex-end;
        margin-bottom: 3px;
    }

    .calc_switcher__price {
        font-size: rem-calc(20);
        line-height: rem-calc(28);
        width: auto;
        margin-left: rem-calc(8);

        @include for-tablet-landscape-up {
            font-size: rem-calc(22);
            line-height: rem-calc(24);
            order: 1;
            margin-right: rem-calc(8);
            margin-left: 0;
        }

        @include for-desktop-up {
            font-size: rem-calc(24);
            line-height: rem-calc(28);
        }
    }

    @include for-phone-only {
        .calc_switcher--slider & {
            flex-direction: row;
            justify-content: flex-start;
            align-items: baseline;

            .calc_switcher__price {
                order: 1;
                margin-left: 0;
                margin-right: rem-calc(8);
            }

            .calc_switcher__price--old {
              order: 2;
              margin-top: rem-calc(-5);
              margin-bottom: rem-calc(5);
            }
        }
    }

    @include for-tablet-portrait-up {
        align-items: baseline;
        flex-direction: row;
    }

    @include for-tablet-landscape-up {
        justify-content: flex-start;
    }
}

.calc_switcher__price {
    font-size: rem-calc(16);
    line-height: rem-calc(20);
    width: 100%;

    .rub:before {
        height: 2px;
        width: 8px;
        top: 16px;
        left: -1px;
    }

    @include for-tablet-landscape-up {
        font-size: rem-calc(18);
        line-height: rem-calc(24);

        .rub:before {
            top: 17px;
            width: 9px;
        }
    }

    @include for-desktop-up {
        .rub:before {
            top: 19px;
            left: 0;
        }
    }
}

.calc_switcher__price--old {
    text-decoration: line-through;
    flex-shrink: 0;
    font-size: rem-calc(14);
    line-height: rem-calc(18);

    span {
        color: $colorSecondary;
    }

    .rub:before {
        height: 1px;
        width: 5px;
        top: 11px;
        left: 0;
    }

    @include for-tablet-landscape-up {
        order: 2;
    }
}

.calc_slider {
    background-color: $colorWhite;
    height: rem-calc(52);
    padding: rem-calc(14 16 14 18);
    position: relative;

    &:not(:last-child) {
        margin-bottom: rem-calc(28);
    }

    .noUi-target {
        position: absolute;
        bottom: -12px;
        left: 0;
        right: 0;
        box-shadow: none;
        border-radius: 0;
        border: none;
        background: transparent;
    }

    .noUi-horizontal {
        height: 24px;

        .noUi-handle {
            width: 24px;
            height: 24px;
            right: -12px !important;
            top: 0;
            border-radius: 50%;
            box-shadow: none;
            border-color: $colorPrimary;
            border-width: 4px;
            transition: border-color $animationTime $animationFunc;

            &:before,
            &:after {
                display: none;
            }

            &:hover {
                cursor: pointer;
                border-color: $colorPrimaryLight;
            }
        }
    }

    .noUi-connects {
        border-radius: 0;
    }

    .noUi-connect {
        background-color: $colorPrimary;
        top: 10px;
        height: 4px;

        &:last-child {
            background-color: lighten($colorSecondary, 30%);
        }
    }

    .noUi-pips-horizontal {
        padding: 0;
        top: 14px;
    }

    .noUi-marker-horizontal {
        &.noUi-marker-large {
            height: 7px;
            width: 4px;
            margin-left: -4px;
            background-color: lighten($colorSecondary, 30%);

            &:first-child {
                margin-left: 0;
            }
        }

        &.noUi-marker-normal {
            display: none;
        }
    }

    .noUi-value-horizontal {
        display: none;
    }

    @include for-tablet-portrait-up {
        border-radius: 3px 3px 0 0;

        &:not(:last-child) {
            margin-bottom: rem-calc(48);
        }
    }

    @include for-tablet-landscape-up {
        height: rem-calc(84);
        padding-top: rem-calc(18);
    }
}

.calc_slider__header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    @include for-tablet-landscape-up {
        flex-direction: column;
        align-items: flex-start;
    }
}

.calc_slider__label {
    @extend %labelText;
    display: block;
}

.calc_slider__value {
    font-size: rem-calc(20);
    line-height: rem-calc(24);

    @include for-tablet-landscape-up {
        font-size: rem-calc(22);
        line-height: rem-calc(24);
    }

    @include for-desktop-up {
        font-size: rem-calc(24);
        line-height: rem-calc(28);
    }
}

.calc_slider__text {
    font-size: rem-calc(16);
    line-height: rem-calc(24);

    .rub:before {
        height: 1px;
        width: 6px;
        top: 13px;
        left: 0;
    }

    @include for-phone-only {
        display: none;
    }

    @include for-desktop-up {
        font-size: rem-calc(18);

        .rub:before {
            top: 15px;
        }
    }
}

.calc_slider__range {
    @extend %labelText;
    position: absolute;
    top: 100%;
    margin-top: rem-calc(10);

    @include for-phone-only {
        display: none;
    }
}

.calc_slider__range--min {
    left: 0;
}

.calc_slider__range--max {
    right: 0;
    text-align: right;
}

.calc__content {
    background-color: $colorWhite;
    padding: rem-calc(32 20 24);
    position: relative;
    // width: calc(100% - 40px);
    margin: 0 auto;

    &:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 18px 0;
        border-color: $colorSecondaryLight transparent transparent transparent;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    @include for-tablet-portrait-up {
        padding-top: rem-calc(48);
        padding-bottom: rem-calc(40);
        // width: calc(100% - 82px);
    }

    @include for-tablet-landscape-up {
        padding-left: 0;
        padding-right: 0;

        @include grid-column($width: 6, $offset: 1, $collapse: true, $global: false);
        height: rem-calc(584);
        padding-top: rem-calc(24);
        z-index: 5;
        margin-left: calc(8.333% - 10px);

        &:before {
            display: none;
        }
    }

    @include for-desktop-up {
        @include grid-column($width: 5, $offset: 2, $collapse: true, $global: false);
        height: rem-calc(640);
        padding-top: rem-calc(68);
    }
}

.calc_models {
    position: relative;
    height: rem-calc(278);
    margin-bottom: rem-calc(34);
    display: none;

    @include for-tablet-landscape-only {
        margin-left: rem-calc(20);
    }

    @include for-tablet-landscape-up {
        display: block;
    }

    @include for-desktop-up {
        margin-bottom: rem-calc(12);
    }
}

.calc_models__img {
    position: absolute;
    opacity: 0;
    transition: transform $animationTime $animationFunc;

    .calc_models--two & {
        z-index: 5;
        opacity: 0.5;
        transform: scale(0.7) translate(-137px, -100px);
    }

    &.j_calc_img_prev {
        z-index: 5;
        opacity: 0;
    }

    &.j_calc_img_f {
        z-index: 5;
        opacity: 0.5;
        transform: scale(0.7) translate(-137px, -100px);
    }

    &.j_calc_img_active {
        z-index: 10;
        opacity: 1;
        left: 30px;
        bottom: 15px;
        transform: none;

        + .calc_models__img {
            z-index: 5;
            opacity: 0.5;
            transform: scale(0.7) translate(-137px, -100px);
        }
    }
}

.calc_tags {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: rem-calc(6);
    justify-content: center;

    @include for-tablet-portrait-up {
        margin-bottom: rem-calc(10);
    }

    @include for-tablet-landscape-up {
        margin-left: rem-calc(-6);
        justify-content: flex-start;
    }
}

.calc_tags__item {
    display: inline-flex;
    padding: rem-calc(4 8);
    color: $colorSecondary;
    white-space: nowrap;
    font-size: rem-calc(14);
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid $colorSecondaryLight;
    height: rem-calc(28);
    margin: rem-calc(0 3 6);

    .rub:before {
        height: 1px;
        width: 5px;
        top: 12px;
        left: 0;
    }

    @include for-tablet-landscape-up {
        margin-left: rem-calc(6);
    }

    &.hide {
        display: none;
    }
}

.calc_tags__item--primary {
    color: $colorWhite;
    background-color: $colorSecondary;
    border-color: $colorSecondary;
}

.calc_descr__text {
    @extend %likeh2;
    font-weight: normal;
    text-align: center;
    margin-bottom: rem-calc(18);
    position: relative;

    span {
        font-weight: bold;
        color: $colorPrimary;
    }

    @include for-tablet-portrait-up {
        margin-bottom: rem-calc(34);
    }

    @include for-tablet-landscape-up {
        text-align: left;
    }
}

.calc_descr__footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

    .btn {
        padding: rem-calc(11 26);
        margin-bottom: rem-calc(10);
    }

    .disclaimer_container {
        margin: 0;
        top: 20px;
        right: 30px;
        display: block;
        position: absolute;
    }

    @include for-tablet-portrait-up {
        justify-content: center;
        flex-direction: row;
        padding-right: 15px;

        .btn {
            padding: rem-calc(0 32);
            line-height: rem-calc(44);
            margin-bottom: rem-calc(0);
        }

        .disclaimer_container {
            top: 18px;
            left: 32px;
            .calc_disclaimer {
                left: 0 !important;
            }
        }
    }

    @include for-tablet-portrait-only {
        .btn {
            margin-left: rem-calc(22);
            order: 2;
        }
    }

    @include for-tablet-landscape-only {
        .btn {
            padding-left: rem-calc(20);
            padding-right: rem-calc(20);
        }
    }

    @include for-tablet-landscape-up {
        justify-content: flex-start;

        .disclaimer_container {
            margin-left: -18px;
            left: inherit;
            
            .calc_disclaimer {
                left: inherit;
            }
        }

        .btn {
            margin-right: rem-calc(22);
        }
    }
}

.calc_desrc__terms {
    @extend %labelText;
    margin-bottom: 0;
    text-align: center;
    position: relative;

    @include for-tablet-portrait-up {
        text-align: right;
    }

    @include for-tablet-landscape-up {
        text-align: left;
    }
}

.calc_banks {
    padding: rem-calc(29 12);
    padding-bottom: rem-calc(35);
    width: calc(100% - 40px);
    margin: 0 auto rem-calc(62);
    background-color: $colorWhite;
    position: relative;

    &:before {
        content: '';
        display: block;
        height: 1px;
        background-color: rgba($placeholderColor, 0.3);
        position: absolute;
        top: 0;
        left: rem-calc(20);
        right: rem-calc(20);
    }

    @include for-tablet-portrait-up {
        padding-top: rem-calc(34);
        padding-bottom: rem-calc(14);
        margin-bottom: rem-calc(80);
        width: calc(100% - 82px);

        &:before {
            left: rem-calc(32);
            right: rem-calc(32);
        }
    }

    @include for-tablet-landscape-up {
        background-color: $colorSecondaryLight;
        border-top: 1px solid rgba($placeholderColor, 0.3);
        border-top: none;
        width: 100%;
        padding: rem-calc(40 0);

        &:before {
            display: none;
        }
    }
}

.calc_banks__title {
    @extend %labelText;
    text-align: center;
    max-width: rem-calc(320);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: rem-calc(12);

    @include for-tablet-portrait-up {
        max-width: rem-calc(370);
        margin-bottom: rem-calc(30);
    }

    @include for-tablet-landscape-up {
        max-width: inherit;
    }
}

.calc_banks__list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    max-width: rem-calc(1044);
    margin: rem-calc(0 -20);

    @include for-tablet-portrait-up {
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        padding: rem-calc(0 30);
    }

    @include for-tablet-landscape-up {
        padding: rem-calc(0 40);
    }
}

.calc_banks__item {
    margin: rem-calc(0 10);

    img {
        max-width: 100%;
        max-height: rem-calc(40);
    }

    a {
        border: none;
        cursor: pointer;
    }

    @include for-tablet-portrait-up {
        img {
            max-width: 130px;
            max-height: inherit;
        }
    }

    @include for-tablet-landscape-up {
        margin: 0;
    }
}

.disclaimer_container {
    display: inline-block;
    margin-left: -26px;
}

.calc_disclaimer {
    position: relative;
    top: 1px;
    right: -26px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: flex;

    .calc_disclaimer_text {
        display: none;
    }

    &.visible {
        z-index: 50;
        .calc_disclaimer_text {
            display: block;
            position: absolute;

            top: 26px;
            right: 7px;

            white-space: normal;

            padding: 14px;
            padding-right: 19px;

            height: fit-content;
            width: 220px;
            max-width: 227px;
            min-height: 40px;
            max-height: 250px;

            background: $colorWhite;
            box-shadow: 0px 10px 30px rgba(64, 108, 148, 0.2);
            border-radius: 3px;

            font-family: $font;
            font-style: normal;
            font-weight: normal;
            color: $colorSecondary;
            font-size: 9px;
            line-height: 14px;
            z-index: 2;

            &::before {
                content: '';
                position: absolute;
                right: 0;
                top: -8px;
                width: 0;
                height: 0;
                border-bottom: 10px solid white;
                border-left: 10px solid transparent;
            }

            .simplebar-track {
                margin-right: 3px;
                margin-top: 8px;
                margin-bottom: 8px;
            }

            .simplebar-horizontal {
                display: none;
            }

            .simplebar-scrollbar {
                width: 3px;
                background: transparent;
                border-radius: 2px;
                min-height: 10px;
                &::before {
                    background: #C3C7D3;
                }
            }

        }
    }

    &.left {
        .calc_disclaimer_text {
            right: inherit;
            left: 8px;

            &::before {
                content: '';
                right: inherit;
                left: 0;
                border: none;
                border-bottom: 10px solid white;
                border-right: 10px solid transparent;
            }
        }
    }

    &.bottom {
        .calc_disclaimer_text {
            top: unset;
            bottom: 25px;

            &::before {
                content: '';
                top: unset;
                bottom: -8px;
                right: 0;
                border: none;
                border-top: 10px solid white;
                border-left: 10px solid transparent;
            }
        }

        &.left {
            .calc_disclaimer_text {
                &::before {
                    border:none;
                    border-top: 10px solid white;
                    border-right: 10px solid transparent;
                }
            }
        }
    }
    */
}

.gift {
  background-color: #ffffff;
  position: relative;
  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: #11131c;
}

.gift .ic {
  fill: #000;
}

.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;
    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: #ffffff;
  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: flex;
  justify-content: space-between;
  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 {
  order: 2;
  width: 100%;
}

@media (min-width: 900px) {
  .equipments_list {
    width: calc(100% - 280px);
    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: #ffffff;
  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: #ffffff;
  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;
    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: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Source Sans Pro;
  font-style: normal;
}

.equipment_specification__content .specification .section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.4375rem;
}

.equipment_specification__content .specification .section .title {
  flex-direction: row;
  justify-content: flex-start;
  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: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9375rem;
}

.equipment--empty .equipment__header {
  color: #c3c7d3;
}

@media (min-width: 600px) {
  .equipment__header {
    padding: 0rem 1.875rem;
    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;
  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 {
    flex-grow: 1;
  }
}

.equipment__details_btn {
  padding: 0;
  border: none;
  border-bottom: 1px dotted #848aa2;
  background-color: transparent;
  transition: all 0.15s ease-in-out;
  display: none;
}

.equipment__details_btn:hover {
  color: #444;
  border-color: #444;
}

@media (max-width: 599px) {
  .equipment__name .equipment__details_btn {
    display: inline-flex;
    width: 1.125rem;
    height: 1.125rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f2f3f7;
    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;
  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: "TT TANK", 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: "TT TANK", 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(242, 243, 247, 0.5);
}

.equipment_table__row:hover td .btn {
  border-color: #444;
  background-color: #444;
  color: #ffffff;
}

@media (max-width: 599px) {
  .equipment_table__row {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    margin-bottom: 1rem;
  }
  .equipment_table__row:not(:last-child) {
    border-bottom: solid 1px #f2f3f7;
    padding-bottom: 1rem;
  }
  .equipment_table__row td {
    display: block;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .equipment_table__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .equipment_table__row td {
    display: block;
    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: flex;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .equipment_table__row--show {
    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;
    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%;
    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%;
    transform: translateX(-7px) translateY(-10px);
  }
}

.equipment_table__engine {
  width: 8.5rem;
  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;
  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;
  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;
  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: flex;
    align-items: 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: flex;
    align-items: 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: flex;
    flex-direction: column;
    align-items: 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 {
  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: flex;
    flex-flow: row wrap;
  }
  .cars_with_filter__additional > div {
    width: 50%;
  }
}

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

.filters_list_wrapper {
  order: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  border-radius: 3px;
  box-shadow: 0 44px 44px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  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;
    order: 2;
    background-color: transparent;
    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: flex;
  align-items: center;
  background-color: #000;
  color: #ffffff;
  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 {
  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: #111111;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.filters_list_open_link__arrow .ic {
  transform: rotate(90deg);
}

.is_filters_list_opened .filters_list_open_link__arrow .ic {
  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: #ffffff;
  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;
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 20;
  transition: color 0.15s ease-in-out;
}

.filter_name .ic {
  fill: #848aa2;
  transform: rotate(90deg);
  margin-right: 0.625rem;
}

.is_filter_open .filter_name .ic {
  fill: #11131c;
  transform: rotate(-90deg);
}

.is_filter_disabled .filter_name {
  color: #c3c7d3;
  cursor: not-allowed;
}

.filter_name:not(:disabled):hover {
  color: #444;
}

@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: flex;
  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: #ffffff;
  font-size: 0.5rem;
  font-weight: 900;
  left: 0.125rem;
  line-height: 0.625rem;
  position: absolute;
}

.additional_info_link {
  align-items: center;
  border-bottom: none;
  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: #ffffff;
  position: relative;
  margin-top: 7rem;
  padding: 4.5rem 0rem;
  margin-bottom: 2.125rem;
}

@media (max-width: 599px) {
  .color_options {
    background-color: #f2f3f7;
    margin-top: 2.75rem;
    margin-bottom: 2rem;
    padding: 0;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .color_options {
    background-color: #f2f3f7;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    padding: 0;
  }
}

.color_options__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 72.625rem;
}

.color_options__left {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-left: calc(2.8125rem / 2);
  padding-right: calc(2.8125rem / 2);
  flex: 0 0 auto;
  width: 25%;
  flex-direction: row;
  flex-flow: row wrap;
}

@media (max-width: 599px) {
  .color_options__left {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 100%;
    order: 1;
    text-align: center;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .color_options__left {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 100%;
    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 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-left: calc(2.8125rem / 2);
  padding-right: calc(2.8125rem / 2);
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  justify-content: flex-end;
}

@media (max-width: 599px) {
  .color_options__center {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 100%;
    order: 3;
    background-color: #ffffff;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .color_options__center {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 100%;
    order: 3;
    background-color: #ffffff;
  }
}

.color_options__photo {
  position: absolute;
  top: -11.25rem;
  left: 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;
    transform: translateX(-46%);
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .color_options__photo {
    max-width: 40rem;
    margin-left: 1.875rem;
  }
}

.color_options__right {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-left: calc(2.8125rem / 2);
  padding-right: calc(2.8125rem / 2);
  flex: 0 0 auto;
  width: 25%;
  flex-direction: row;
  flex-flow: row wrap;
}

@media (max-width: 599px) {
  .color_options__right {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 100%;
    order: 2;
    text-align: center;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .color_options__right {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 100%;
    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: flex;
  justify-content: center;
}

@media (max-width: 599px) {
  .colors_list {
    flex-flow: row wrap;
    padding: 5.75rem 1.5625rem 3.4375rem;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .colors_list {
    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 {
  box-shadow: 0 0 0 5px rgba(77, 56, 45, 0.2);
}

.color_option__bg {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(77, 56, 45, 0.2);
  transition: 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: #ffffff;
}

.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: 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 {
  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: #000;
}

.gallery_details {
  max-width: 72.5rem;
  margin: 0 auto;
  background-color: #ffffff;
  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: flex;
  overflow-x: auto;
  margin-left: -0.625rem;
}

@media (min-width: 900px) {
  .gallery_details__inner {
    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);
  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: flex;
    flex-direction: column;
    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 {
  flex-direction: column-reverse;
  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: flex;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: bold;
  cursor: pointer;
  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: #ffffff;
  background-color: black;
}

@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: flex;
    flex-direction: row;
    justify-content: flex-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: #000;
}

.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: flex;
  flex-flow: row wrap;
  margin: 0rem -1.25rem;
  justify-content: space-between;
}

@media (min-width: 600px) {
  .additional_cars_list {
    margin: 0;
  }
}

.additional_car {
  margin-bottom: 0.625rem;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (min-width: 600px) {
  .additional_car {
    flex-grow: 0;
    display: flex;
    min-height: 22.375rem;
  }
}

@media (min-width: 1100px) {
  .additional_car {
    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: #ffffff;
  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 {
    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: flex;
  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;
    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: flex;
    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: flex;
    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: flex;
    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: flex;
    flex-direction: row;
    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: flex;
    flex-direction: column;
    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"] {
  filter: grayscale(1) brightness(0.55) contrast(1.05);
}

.contacts {
  position: relative;
  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: #ffffff;
  }
}

@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 {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 3.125rem;
  left: 49.5%;
  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;
    transform: none;
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .contacts_container {
    max-width: 51.25rem;
  }
}

.contacts_container__inner {
  flex: 0 0 auto;
  width: 100%;
  pointer-events: all;
  border-radius: 3px;
  box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media (min-width: 900px) {
  .contacts_container__inner {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

@media (min-width: 1100px) {
  .contacts_container__inner {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

.contact {
  width: 100%;
  padding-bottom: 1.25rem;
}

.contact__inner {
  border-radius: 3px;
  padding: 1.125rem 1.3125rem 0.625rem;
  max-height: 4.5rem;
  overflow: hidden;
  transition: max-height 0.15s ease-in-out;
  position: relative;
  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;
  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: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
}

.contact__icon .ic--arrow-contacts {
  fill: #848aa2;
  transform: rotate(90deg);
}

.is_open .contact__icon {
  background-color: #000;
}

.is_open .contact__icon .ic--arrow-contacts {
  fill: #ffffff;
  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: flex;
  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: flex;
}

.contact_people__item {
  margin-bottom: 1.25rem;
  flex-basis: 100%;
  flex-shrink: 0;
  display: flex;
  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;
  flex-shrink: 0;
}

.contact_people__photo img {
  width: 100%;
}

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

.tooltip_container {
  position: relative;
}

@media (min-width: 600px) {
  .tooltip_container:hover .tooltip_container__link {
    cursor: pointer;
    color: #7a7878;
  }
  .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;
  transition: all 0.15s ease-in-out;
}

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

.tooltip__inner {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  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%;
  transform: translateX(-50%);
}

.tooltip__inner:after {
  border-width: 0 20px 20px 0;
  border-color: transparent #ffffff transparent transparent;
  bottom: -1.25rem;
  left: 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: 14.375rem;
    display: block;
  }
  .slider:after {
    content: '';
    width: 4.75rem;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 20;
    background-image: linear-gradient(to right, rgba(243, 243, 243, 0) 0%, #f3f3f3 100%);
    right: 0;
  }
  .slider .slider_arrow.slick-disabled .ic--arrow,
  .slider .slider_arrow.slick-disabled:hover .ic--arrow {
    fill: #7a7878;
  }
  .contact .slider:after {
    display: none;
  }
}

.slider__footer {
  z-index: 20;
  display: flex;
  margin-left: -0.625rem;
  margin-bottom: 1.875rem;
  flex-direction: row;
  align-items: center;
}

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

.slider__nav {
  display: flex;
  flex-direction: row;
  margin-right: 1.875rem;
}

.slider__counter {
  color: #7a7878;
  font-size: 1rem;
}

.contacts_header {
  background-color: #f3f3f3;
  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: #ffffff;
}

.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: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
}

.dealership__icon .ic--arrow-contacts {
  fill: #848aa2;
}

.dealership:hover .dealership__icon,
.is_hover .dealership__icon {
  background-color: #000;
}

.dealership:hover .dealership__icon .ic--arrow-contacts,
.is_hover .dealership__icon .ic--arrow-contacts {
  fill: #ffffff;
}

.dealership__name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: normal;
  margin-bottom: 0;
  color: #11131c;
}

.dealership:hover .dealership__name,
.is_hover .dealership__name {
  color: #000;
}

.dealership__address {
  margin-bottom: 0.625rem;
}

.dealership__footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.dealership__phone {
  font-size: 1.125rem;
  line-height: normal;
  color: #11131c;
  margin-bottom: 0;
}

.dealership__time {
  margin-bottom: 0;
}

.dealerships_full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease-in-out;
  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: #f3f3f3;
  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: inline-flex;
  margin: 1.75rem 0rem 0rem 2.5rem;
  border: none;
  align-items: center;
  font-size: 0.875rem;
}

.dealerships_back_link__icon {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  margin-right: 0.75rem;
}

.dealerships_back_link__icon .ic--arrow-contacts {
  fill: #848aa2;
  transform: rotate(180deg) translateX(1px);
}

.dealerships_back_link:hover .dealerships_back_link__icon {
  background-color: #000;
}

.dealerships_back_link:hover .dealerships_back_link__icon .ic--arrow-contacts {
  fill: #ffffff;
}

.dealership_card {
  background-color: #1b2020;
  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: flex;
  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: flex;
  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(17, 19, 28, 0.5);
}

.dealership_card__navigator:hover .dealership_card__navigator_text {
  cursor: pointer;
  color: #7a7878;
  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(17, 19, 28, 0.5);
}

.dealership_card__time .tooltip {
  text-align: left;
  right: auto;
  left: -1.125rem;
  bottom: 1rem;
}

.dealership_card__time .tooltip__inner {
  border: none;
  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: #ffffff transparent transparent transparent;
  bottom: auto;
  top: 100%;
  left: 1.1875rem;
  transform: none;
}

.dealership_card__time .tooltip__inner:after {
  display: none;
}

.dealership_departments__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-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: flex;
  overflow-x: auto;
}

.dealership_people__item {
  flex-basis: 100%;
  align-items: flex-start;
  display: flex;
  flex-shrink: 0;
}

.dealership_people__photo {
  width: 4.375rem;
  height: 4.375rem;
  margin-bottom: 1rem;
  flex-shrink: 0;
  margin-right: 1.25rem;
  background-image: url(/media/images/default-user.svg) 0 0 no-repeat;
  background-size: cover;
}

.dealership_people__photo img {
  max-width: 100%;
  border-radius: 50%;
  width: 4.375rem;
  height: 4.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  background-color: #000;
}

.dealership_people__name {
  font-size: 1.125rem;
  line-height: normal;
  font-weight: bold;
  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: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  bottom: 1.25rem;
  right: 0;
}

.dealership_people_slider__nav {
  display: flex;
  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 {
  transform: rotate(180deg);
}

.dealership_buttons {
  text-align: center;
}

.dealership_buttons .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background-color: #ff9549 !important;
  border-color: #ff9549 !important;
  color: #000;
}

.dealership_buttons .btn:hover {
  border-color: #444 !important;
  background-color: #444 !important;
  color: #ffffff !important;
}

@media (min-width: 600px) {
  .dealership_buttons {
    display: flex;
    align-items: center;
  }
}

.dealership_buttons__text {
  font-size: 12px;
  color: #848aa2;
  line-height: normal;
}

.contact__navigator {
  background: #ffffff;
  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%;
  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;
}

.b-head-decor {
  display: none;
}

.b-page_newyear .b-head-decor {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 87px;
  width: 100%;
  overflow: hidden;
  background: url("/media/images/ds-lights-muzik1.png") repeat-x 0 0;
}

@media (min-width: 900px) {
  .b-page_newyear .b-head-decor {
    height: 98px;
  }
}

.b-page_newyear .b-head-decor__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  display: block;
  width: 373px;
}

.b-page_newyear .b-head-decor::before {
  content: '';
  display: block;
  position: absolute;
  top: -115px;
  left: 0;
  z-index: 3;
  height: 98px;
  display: block;
  width: 100%;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.75);
}

.b-page_newyear .b-head-decor__inner_n2 {
  left: 373px;
}

.b-page_newyear .b-head-decor__inner_n3 {
  left: 746px;
}

.b-page_newyear .b-head-decor__inner_n4 {
  left: 1119px;
}

.b-page_newyear .b-head-decor__inner_n5 {
  left: 1492px;
}

.b-page_newyear .b-head-decor__inner_n6 {
  left: 1865px;
}

.b-page_newyear .b-head-decor__inner_n7 {
  left: 2238px;
}

.b-ball {
  position: absolute;
}

.b-ball_n1 {
  top: 0;
  left: 3px;
  width: 59px;
  height: 83px;
}

.b-ball_n2 {
  top: -19px;
  left: 51px;
  width: 55px;
  height: 70px;
}

.b-ball_n3 {
  top: 9px;
  left: 88px;
  width: 49px;
  height: 67px;
}

.b-ball_n4 {
  top: 0;
  left: 133px;
  width: 57px;
  height: 102px;
}

.b-ball_n5 {
  top: 0;
  left: 166px;
  width: 49px;
  height: 57px;
}

.b-ball_n6 {
  top: 6px;
  left: 200px;
  width: 54px;
  height: 70px;
}

.b-ball_n7 {
  top: 0;
  left: 240px;
  width: 56px;
  height: 67px;
}

.b-ball_n8 {
  top: 0;
  left: 283px;
  width: 54px;
  height: 53px;
}

.b-ball_n9 {
  top: 10px;
  left: 321px;
  width: 49px;
  height: 66px;
}

.b-ball_n1 .b-ball__i {
  background: url("http://uguide.ru/js/script/pic/ds-lights-muzik2.png") no-repeat;
}

.b-ball_n2 .b-ball__i {
  background: url("http://uguide.ru/js/script/pic/ds-lights-muzik3.png") no-repeat;
}

.b-ball_n3 .b-ball__i {
  background: url("http://uguide.ru/js/script/pic/ds-lights-muzik4.png") no-repeat;
}

.b-ball_n4 .b-ball__i {
  background: url("http://uguide.ru/js/script/pic/ds-lights-muzik5.png") no-repeat;
}

.b-ball_n5 .b-ball__i {
  background: url("http://uguide.ru/js/script/pic/ds-lights-muzik6.png") no-repeat;
}

.b-ball_n6 .b-ball__i {
  background: url("http://uguide.ru/js/script/pic/ds-lights-muzik7.png") no-repeat;
}

.b-ball_n7 .b-ball__i {
  background: url("http://uguide.ru/js/script/pic/ds-lights-muzik8.png") no-repeat;
}

.b-ball_n8 .b-ball__i {
  background: url("http://uguide.ru/js/script/pic/ds-lights-muzik9.png") no-repeat;
}

.b-ball_n9 .b-ball__i {
  background: url("http://uguide.ru/js/script/pic/ds-lights-muzik10.png") no-repeat;
}

.b-ball_i1 .b-ball__i {
  background: url("http://uguide.ru/js/script/pic/ds-lights-muzik11.png") no-repeat;
}

.b-ball_i2 .b-ball__i {
  background: url("http://uguide.ru/js/script/pic/ds-lights-muzik12.png") no-repeat;
}

.b-ball_i4 .b-ball__i {
  background: url("http://uguide.ru/js/script/pic/ds-lights-muzik14.png") no-repeat;
}

.b-ball_i5 .b-ball__i {
  background: url("http://uguide.ru/js/script/pic/ds-lights-muzik15.png") no-repeat;
}

.b-ball_i6 .b-ball__i {
  background: url("http://uguide.ru/js/script/pic/ds-lights-muzik16.png") no-repeat;
}

.b-ball_i1 {
  top: 0;
  left: 0;
  width: 25px;
  height: 71px;
}

.b-ball_i2 {
  top: 0;
  left: 25px;
  width: 61px;
  height: 27px;
}

.b-ball_i3 {
  top: 0;
  left: 176px;
  width: 29px;
  height: 31px;
}

.b-ball_i4 {
  top: 0;
  left: 205px;
  width: 50px;
  height: 51px;
}

.b-ball_i5 {
  top: 0;
  left: 289px;
  width: 78px;
  height: 28px;
}

.b-ball_i6 {
  top: 0;
  left: 367px;
  width: 6px;
  height: 69px;
}

.b-ball__i {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: 50% 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.b-ball_bounce .b-ball__right {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  z-index: 9;
}

.b-ball_bounce:hover .b-ball__right {
  display: none;
}

.b-ball_bounce .b-ball__right:hover {
  left: 0;
  display: block !important;
}

.b-ball_bounce.bounce > .b-ball__i {
  transform: rotate(-9deg);
}

.b-ball_bounce .b-ball__right.bounce + .b-ball__i {
  transform: rotate(9deg);
}

.b-ball_bounce.bounce1 > .b-ball__i {
  transform: rotate(6deg);
}

.b-ball_bounce .b-ball__right.bounce1 + .b-ball__i {
  transform: rotate(-6deg);
}

.b-ball_bounce.bounce2 > .b-ball__i {
  transform: rotate(-3deg);
}

.b-ball_bounce .b-ball__right.bounce2 + .b-ball__i {
  transform: rotate(3deg);
}

.b-ball_bounce.bounce3 > .b-ball__i {
  transform: rotate(1.5deg);
}

.b-ball_bounce .b-ball__right.bounce3 + .b-ball__i {
  transform: rotate(-1.5deg);
}

.modal_opened {
  overflow: hidden;
  height: 100%;
}

.modal {
  background-color: rgba(0, 0, 0, 0.7);
  color: #11131c;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  display: flex;
  justify-content: center;
}

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

.modal.modal--dark {
  background-color: rgba(17, 19, 28, 0.9);
}

.modal .error_text {
  left: auto;
  right: 0.625rem;
  top: 0.625rem;
}

@media (min-width: 600px) {
  .modal {
    align-items: center;
  }
  .modal:not(.modal_gallery):not(.is_form_sended) {
    align-items: center;
  }
}

@media (max-height: 700px) {
  .modal {
    align-items: flex-start;
  }
  .modal:not(.modal_gallery):not(.is_form_sended) {
    align-items: flex-start;
  }
}

@media (min-width: 900px) {
  .modal .error_text {
    top: 1.5rem;
  }
}

.modal__close {
  color: #ffffff;
  font-size: 1rem;
  position: absolute;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  top: 1.625rem;
  right: 1.25rem;
  display: flex;
  align-items: center;
  z-index: 100;
}

.modal__close .ic {
  fill: #848aa2;
  pointer-events: none;
}

@media (min-width: 600px) {
  .modal__close {
    right: 1.875rem;
    top: 1.875rem;
  }
  .modal__close:hover .ic {
    fill: #ce050d;
  }
}

@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 {
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-color: #ffffff;
  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: 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: #f2f3f7;
}

.modal--dark .modal__left {
  background-color: #11131c;
}

@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: #ffffff;
}

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

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

.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: 500px) {
  .form_modal__title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

@media (min-width: 900px) {
  .form_modal__title {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media (min-width: 1100px) {
  .form_modal__title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.form_modal__text {
  color: rgba(17, 19, 28, 0.5);
}

.form_modal__text--primary {
  color: #11131c;
}

.form_modal__confirm {
  display: none;
  width: 100%;
}

.form_modal__confirm .ic {
  fill: #ffffff;
  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: #ffffff;
  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: #444;
}

@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 {
  flex-basis: auto;
  margin-bottom: 2.375rem;
  display: none;
}

@media (min-width: 900px) {
  .modal--full .dealership_people__item {
    display: flex;
  }
}

@media (min-width: 900px) {
  .modal--full {
    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 {
    box-sizing: border-box;
    margin-left: calc(2.8125rem / -2);
    margin-right: calc(2.8125rem / -2);
    width: calc(100% + 2.8125rem);
    flex: 1 0 auto;
    display: flex;
    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: #ce050d;
  border-bottom-color: transparent;
}

.form_content__left .personal_offer__terms a:hover {
  color: #444;
  border-bottom-color: #ef888d;
}

@media (min-width: 600px) {
  .form_content__left .personal_offer__terms {
    bottom: 2.5rem;
    left: 5rem;
    right: auto;
  }
}

@media (min-width: 900px) {
  .form_content__left {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 50%;
    margin-left: 8.33333333%;
    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 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: calc(2.8125rem / 2);
    padding-right: calc(2.8125rem / 2);
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.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;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  display: none;
  padding: 0rem 1.25rem;
}

.form_success.is_active {
  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: #000;
}

.form_modal__done {
  max-width: 23rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
  padding: 0 1.25rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: 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: flex;
    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: #ffffff;
}

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

@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: "TT TANK", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #848AA2;
  }
  .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: 14px;
  left: 0px;
  height: 1px;
  width: 7px;
}

.modal_request_price .modal__hint {
  font-size: 12px;
  line-height: 15px;
}

.modal_request_price .modal__hint .rub:before {
  top: 10px;
  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: 0.625rem;
  width: 12.5rem;
  top: 0.25rem;
}

.request_car_img img {
  max-width: 100%;
}

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

@media (min-width: 900px) {
  .request_car_img {
    display: block;
    width: 100%;
    height: inherit;
    bottom: 0;
    left: 0;
    right: unset;
  }
  .request_car_img img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 2.5rem;
    max-width: 100%;
  }
}

@media (min-width: 1100px) {
  .request_car_img img {
    bottom: 5rem;
  }
}

.request_footer {
  display: none;
}

@media (min-width: 600px) {
  .request_footer {
    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: #11131c;
}

.modal--dark .request_footer__col .ic--check {
  fill: #ffffff;
}

@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: absolute;
  overflow: hidden;
  top: 0.625rem;
  right: 1.25rem;
}

.modal_boss__img img {
  max-width: 100%;
}

.modal_boss__img--big {
  bottom: 0;
  width: 4.6875rem;
  height: 4.6875rem;
  top: 12px;
  max-width: 200px;
  margin: 0 auto;
  max-height: 200px;
  border-radius: 50%;
}

@media (min-width: 600px) {
  .modal_boss__img {
    right: auto;
    top: 15.625rem;
  }
  .modal_boss__img--big {
    height: auto;
    bottom: auto;
    width: auto;
    top: 10.625rem;
  }
}

@media (min-width: 900px) {
  .modal_boss__img--big {
    top: 15.625rem;
  }
}

.modal_gallery .modal__content {
  justify-content: flex-start;
  overflow: initial;
  max-width: 100%;
  padding: 0;
  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(0, 0, 0, 0.7);
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.modal_gallery--full.is_open {
  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: 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;
  color: #848aa2;
  transition: all 0.15s ease-in-out;
}

.modal_gallery--full .gallery__slider .slider_arrow span {
  width: auto;
  height: auto;
  background-color: transparent;
  left: 50% !important;
  top: 50%;
  right: auto !important;
  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 {
  transform: rotate(180deg);
}

.modal_gallery--full .gallery__slider .slider_arrow:hover {
  border-color: #000;
  color: #000;
}

.modal_gallery--full .gallery__slider .slider__counter {
  top: 100%;
  left: 1.25rem;
  margin-top: 0.75rem;
  color: #848aa2;
  display: flex;
  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 {
    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;
  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: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 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: 22px;
  }
}

@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__slider .ic--arrow {
    height: 14px;
    width: 34px;
  }
}

.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 {
    transform: scale(0.75);
    opacity: 0.5;
    transition: all 0.15s ease-in-out;
  }
  .modal_gallery--full .gallery__slide.slick-current {
    transform: scale(1);
    opacity: 1;
  }
}

.modal_car-btn .modal__content {
  width: 100vw;
  height: 100vh;
  align-self: center;
}

.modal_car-btn .modal__content .modal__left {
  padding: 1.375rem 1.25rem 0.875rem 1.25rem;
  margin-bottom: 0.1875rem;
}

.modal_car-btn .modal__content .modal__right {
  padding: 1.4375rem 1.25rem;
}

.modal_car-btn .modal__content .modal__right .form_modal__title {
  margin-bottom: 1.1875rem;
}

.modal_car-btn .modal__content .modal__right .form .form__row {
  margin-bottom: 1rem;
}

.modal_car-btn .modal__content .modal__right .form .form__row .form__label {
  margin-bottom: 0.1875rem;
}

.modal_car-btn .modal__content .modal__right .form .form__row .form__inner .form__input {
  background: #f2f3f7;
  border-radius: 3px;
}

.modal_car-btn .modal__content .modal__right .form .btn {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

.modal_car-btn .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_car-btn .modal__content .modal__right {
    padding: 2.875rem 3.4375rem 4.3125rem 3.4375rem;
  }
}

@media (min-width: 900px) {
  .modal_car-btn .modal__content .modal__right {
    padding: 2.375rem 2.875rem 2.25rem 2.75rem;
  }
  .modal_car-btn .modal__content .modal__right .form_modal__title {
    margin-bottom: 1.125rem;
  }
  .modal_car-btn .modal__content .modal__right .form .form__row {
    margin-bottom: 0.875rem;
  }
  .modal_car-btn .modal__content .modal__right .form .form__row .form__label {
    margin-bottom: 0.0625rem;
  }
  .modal_car-btn .modal__content .modal__right .form .btn {
    margin-top: 0.125rem;
    margin-bottom: 0.375rem;
  }
}

@media (min-width: 1100px) {
  .modal_car-btn .modal__content .modal__right {
    padding: 3.4375rem 3.75rem 5.875rem 3.6875rem;
  }
  .modal_car-btn .modal__content .modal__right .form_modal__title {
    margin-bottom: 1.4375rem;
  }
  .modal_car-btn .modal__content .modal__right .form .form__row {
    margin-bottom: 1.375rem;
  }
  .modal_car-btn .modal__content .modal__right .form .form__row .form__label {
    margin-bottom: 0.5rem;
  }
  .modal_car-btn .modal__content .modal__right .form .btn {
    margin-top: 0.1875rem;
    margin-bottom: 0.5rem;
  }
  .modal_car-btn .modal__content .modal__right .form .form_modal__terms {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}

@media (min-width: 600px) {
  .modal_car-btn .modal__content {
    max-width: 32.5rem;
    height: inherit;
  }
  .modal_car-btn .modal__content .modal__left {
    padding: 3.3125rem 0.9375rem 0.9375rem 2rem;
    margin-bottom: 0;
  }
  .modal_car-btn .modal__content .modal__left .modal__title {
    margin-bottom: 0.5rem;
  }
  .modal_car-btn .modal__content .modal__left .modal__equipment_name {
    font-family: "TT TANK", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #848AA2;
  }
  .modal_car-btn .modal__content .modal__left .modal_car_info .modal_car_info_text {
    padding-bottom: 0.625rem;
  }
  .modal_car-btn .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_car-btn .modal__content .modal__left .modal_car_info .modal_car_info_text.modal_car_info_text--d {
    display: none !important;
  }
  .modal_car-btn .modal__content .form_success {
    padding: 0;
    min-height: 26.3125rem;
  }
}

@media (min-width: 900px) {
  .modal_car-btn .modal__content {
    max-width: 43.75rem;
  }
  .modal_car-btn .modal__content .modal__left {
    padding: 2.375rem 3rem 0.625rem 2.6875rem;
  }
  .modal_car-btn .modal__content .modal__left .modal__title {
    margin-bottom: 0.625rem;
  }
  .modal_car-btn .modal__content .modal__left .modal_car-btn__d .modal__equipment_name {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .modal_car-btn .modal__content .modal__left .modal_car_info {
    margin-top: 1.0625rem;
  }
  .modal_car-btn .modal__content .modal__left .modal_car_info .modal_car_info_text {
    padding-bottom: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .modal_car-btn .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_car-btn .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_car-btn .modal__content {
    max-width: 61.5rem;
  }
  .modal_car-btn .modal__content .modal__left {
    padding: 3.5rem 3.75rem 0.875rem 3.75rem;
  }
  .modal_car-btn .modal__content .modal__left .modal_car-btn__d .modal__equipment_name {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .modal_car-btn .modal__content .modal__left .modal_car_info {
    margin-top: 1.4375rem;
  }
  .modal_car-btn .modal__content .modal__left .modal_car_info .modal_car_info_text {
    padding-bottom: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .modal_car-btn .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_car-btn .modal__content .modal__left .modal_car_info .modal_car_info_text.modal_car_info_text--d {
    display: block !important;
    border-bottom: none;
  }
}

.modal_car-btn .modal__close {
  top: 8rem;
}

.modal_car-btn .modal__title {
  margin-bottom: 0.1875rem;
  padding-right: 7.5rem;
}

.modal_car-btn .modal__title .rub:before {
  top: 14px;
  left: 0px;
  height: 1px;
  width: 7px;
}

.modal_car-btn .modal__hint {
  font-size: 12px;
  line-height: 15px;
}

.modal_car-btn .modal__hint .rub:before {
  top: 10px;
  left: -1px;
  height: 1px;
  width: 6px;
}

@media (min-width: 600px) {
  .modal_car-btn .modal__title {
    padding-right: 0;
  }
  .modal_car-btn .modal__close {
    top: 1.875rem;
  }
  .modal_car-btn .modal_car_info {
    margin-top: 1.1875rem;
  }
  .modal_car-btn .modal__left {
    padding-top: 3.625rem;
  }
}

@media (min-width: 900px) {
  .modal_car-btn .modal__title .rub:before {
    top: 24px;
    height: 2px;
    width: 12px;
  }
}

@media (min-width: 1100px) {
  .modal_car-btn .modal__title .rub:before {
    top: 29px;
    width: 14px;
  }
  .modal_car-btn .modal__close {
    top: 2.5rem;
  }
}

.modal_car-btn__d {
  display: none;
}

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

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

.modal_car-btn__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: 0.625rem;
  width: 12.5rem;
  top: 0.25rem;
}

.request_car_img img {
  max-width: 100%;
}

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

@media (min-width: 900px) {
  .request_car_img {
    display: block;
    width: 100%;
    height: inherit;
    bottom: 0;
    left: 0;
    right: unset;
  }
  .request_car_img img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 2.5rem;
    max-width: 100%;
  }
}

@media (min-width: 1100px) {
  .request_car_img img {
    bottom: 5rem;
  }
}

.request_footer {
  display: none;
}

@media (min-width: 600px) {
  .request_footer {
    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: #11131c;
}

.modal--dark .request_footer__col .ic--check {
  fill: #ffffff;
}

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

.j_request_color {
  display: none;
}

@media (min-width: 900px) {
  .j_request_color {
    display: block;
  }
}

.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: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 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;
  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;
  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;
  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;
}
