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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

p {
  font-size: 18px;
  color: #05141F;
  line-height: 22px;
  font-family: "KiaSignature";
}

.container {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
}

body {
  position: relative;
  font-family: "KiaSignature";
  font-size: 16px;
  background-color: #fff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto !important;
  color: #05141F;
}

body.hidden {
  overflow: hidden;
}

.main {
  width: 100%;
  padding-top: 130px;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

input,
button,
textarea,
select {
  background: transparent;
  border: none;
  padding: 0;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

svg {
  transition: all .2s linear;
}

.lds-dual-ring {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  margin: 6px 0;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring .8s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

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

label.has-error > i {
  border: solid 1px #b01c30;
}

.first-screen {
  margin-bottom: 50px;
}

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

.first-screen .form__checkbox {
  margin-bottom: 10px;
}

.first-screen__inner {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.first-screen__title {
  margin: 0;
  margin-bottom: 15px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
}

.first-screen__text {
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 15px;
  line-height: 120%;
  max-width: 280px;
  margin: 0 auto 30px;
}

.first-screen__body {
  padding: 25px;
  width: 420px;
  max-width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 50px;
  left: 12%;
  z-index: 100;
}

.first-screen__row {
  margin-bottom: 15px;
  margin-top: 30px;
}

.first-screen__border {
  border: 1px solid #ced4da;
}

.first-screen__input {
  border: none;
  background-color: #ffffff;
  padding: 0 15px;
  height: 48px;
  width: 100%;
  font-size: 13px;
  color: #697279;
  font-weight: normal;
  border: 1px solid #cdd0d2;
}

.first-screen__input:focus {
  outline: transparent;
}

.first-screen img {
  max-width: 100%;
  min-height: 500px;
  object-fit: cover;
}

.first-screen__button {
  width: 280px;
  height: 60px;
  line-height: 60px;
  background-color: #05141F;
  font-size: 18px;
  border: 1px solid #05141F;
  transition: 0.2s;
  background-image: none;
  color: #ffffff;
}

.first-screen__button:focus {
  outline: transparent;
}

.first-screen__button:hover {
  background-color: #ffffff;
  color: #05141F;
}

.first-screen__agreement {
  font-size: 12px;
  color: #697279;
}

.first-screen__agreement a {
  color: #697279;
}

.modal .first-screen__agreement {
  margin-bottom: 1em;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #05141F;
}

.service-nav {
  margin-bottom: 115px;
  margin-top: 150px;
}

.service-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-nav__item {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-decoration: none !important;
  transition: 0.2s;
  margin: 0 40px;
}

.service-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
}

.service-nav__icon img {
  height: auto;
}

.service-nav__text {
  height: 100%;
  flex: 1 1 auto;
  padding: 0 10px;
  color: #05141f;
  transition: .2s;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 120%;
}

.our-service {
  margin-bottom: 40px;
}

.our-service__container {
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.our-service__title {
  margin: 0 0 30px 0;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #05141F;
}

.our-service__body {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}

.our-service img {
  width: 100%;
  max-width: 100%;
}

.our-service__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.our-service__item {
  margin-bottom: 60px;
  padding: 0 8px;
  width: 25%;
}

.our-service__item-in {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.our-service__item_last .our-service__body {
  border: 1px dashed #888888;
  padding: 20px 17px;
}

.our-service__item_last .our-service__item-title {
  position: relative;
  background: none;
  color: #05141F;
  margin-bottom: 15px;
  padding: 0;
}

.our-service__item_last .our-service__item-text {
  font-size: 12px;
  color: #05141F;
}

.our-service__body {
  flex: 1 1 auto;
}

.our-service__item-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 17px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  background-image: linear-gradient(to bottom, black 20%, rgba(0, 0, 0, 0) 100%);
}

.our-service__button {
  width: 100%;
  height: 48px;
  background-color: #05141F;
  color: #fff;
  font-size: 14px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  border: 1px solid #05141F;
}

.our-service__button:hover {
  background-color: #ffffff;
  color: #05141F;
}

.our-service .slick-list {
  padding: 0 40px !important;
}

.our-service .slick-track {
  display: flex;
}

.our-service .slick-slide {
  height: initial;
}

.our-service .slick-slide > div {
  height: 100%;
}

.technical-inspection {
  background-color: #f6f7f8;
  padding: 55px 0 95px;
}

.technical-inspection .slick-arrow.slick-next {
  right: -45px;
}

.technical-inspection .slick-arrow.slick-prev {
  left: -45px;
}

.technical-inspection__container {
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
}

.technical-inspection__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.technical-inspection__item {
  margin: 10px;
}

.technical-inspection__title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #05141F;
}

.technical-inspection__subtitle {
  text-align: center;
  margin-bottom: 45px;
}

.technical-inspection__subtitle-in {
  margin: 0 auto;
  height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 400;
  max-width: 80%;
}

.technical-inspection .slick-slide {
  margin: 0 12px;
}

.technical-inspection img {
  margin: 0 auto 15px;
}

.technical-inspection__model {
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.technical-inspection__button {
  width: 100%;
  height: 38px;
  background-color: #05141F;
  color: #fff;
  font-size: 14px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  border: 1px solid #05141F;
}

.technical-inspection__button:hover {
  background-color: #ffffff;
  color: #05141F;
}

.technical-inspection .slick-slide {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.technical-inspection .slick-slide:focus {
  outline: none;
}

.special {
  padding: 100px 0 50px;
}

.special .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.special__container {
  max-width: 100%;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.special__title {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 25px;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #05141F;
}

.special__body {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.special__item {
  width: 33.33%;
  padding: 0 8px;
  transition: 0.2s;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.special__item:hover .special__text-part {
  background-color: #05141F;
}

.special__item:hover .special__data,
.special__item:hover .special__name {
  color: #ffffff;
}

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

.special__text-part {
  padding: 20px;
  background-color: #f6f7f8;
  transition: 0.2s;
  flex: 1 1 auto;
  min-height: 120px;
}

.special__data {
  transition: .2s;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #9EA1A2;
}

.special__name {
  transition: .2s;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
}

.special .slick-list {
  padding: 0 40px !important;
}

.special .slick-slide:focus {
  outline: none;
}

.benefits {
  padding: 50px 0 100px;
}

.benefits__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 55px;
}

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

.benefits__item {
  margin-bottom: 20px;
}

.benefits__item-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
}

.benefits img {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.benefits__name {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 120%;
}

.consultation {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.consultation input.first-screen__input {
  border: 1px solid #CDD0D2;
}

.consultation__body {
  padding: 25px;
  width: 390px;
  max-width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 265px;
  z-index: 1;
  transform: translateY(-50%);
}

.consultation__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #05141F;
}

.consultation__row {
  margin-bottom: 15px;
}

.consultation .form__checkbox {
  margin-bottom: 10px;
}

.consultation__input {
  border: none;
  background-color: #ffffff;
  padding: 0 15px;
  height: 48px;
  width: 100%;
  font-size: 13px;
  color: #777777;
  font-weight: normal;
}

.consultation__input:focus {
  outline: transparent;
}

.consultation img {
  max-width: 100%;
  display: block;
}

.consultation__button {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #05141F;
  font-size: 18px;
  border: 1px solid #05141F;
  transition: 0.2s;
  background-image: none;
  color: #ffffff;
}

.consultation__button:focus {
  outline: transparent;
}

.consultation__button:hover {
  background-color: #ffffff;
  color: #05141F;
}

.consultation__agreement {
  color: #697279;
  font-size: 12px;
  padding-right: 30px;
}

.consultation__agreement a {
  color: #697279;
}

.service-map {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.service-map__contact {
  position: absolute;
  top: 110px;
  left: 10%;
  display: inline-block;
  background-color: #ffffff;
  z-index: 10;
  padding: 22px;
  width: 390px;
}

.service-map__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #05141F;
}

.service-map__phone {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}

.service-map__phone::before {
  content: '';
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: url(/_assets/img/phone.png);
  background-repeat: no-repeat;
}

.service-map__phone .tel a {
  margin-left: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 120%;
  align-items: center;
  color: #05141F;
  text-decoration: none !important;
}

.service-map__icon {
  display: inline-block;
  font-size: 0;
  margin-right: 6px;
}

.service-map__address {
  display: flex;
  align-items: center;
}

.service-map__address::before {
  content: '';
  width: 24px;
  height: 26px;
  min-width: 24px;
  background: url(/_assets/img/addr.png);
  background-repeat: no-repeat;
}

.service-map__address span {
  margin-left: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 120%;
  align-items: center;
  color: #05141F;
  max-width: 220px;
  text-align: left;
}

.service-map__map {
  height: 430px;
}

.service-map [class*='ymaps-2'][class*='-ground-pane'] {
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.disclaimer {
  margin: 60px 0 50px;
}

.disclaimer_origin {
  margin: 25px 0 25px;
}

.disclaimer_origin .disclaimer__title {
  text-align: center;
  color: #05141F;
}

.disclaimer__title {
  cursor: pointer;
  text-decoration: underline;
  font-size: 16px;
  color: #444444;
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.disclaimer__title.active:after {
  transform: rotate(180deg);
}

.disclaimer__title:after {
  content: '';
  display: inline-block;
  margin-left: 4px;
  margin-top: 2px;
  width: 10px;
  height: 5px;
  background-image: url(../img/service/arr.png);
  transition: 0.2s;
}

.disclaimer__body {
  display: none;
}

.disclaimer__body-service {
  display: none;
  font-size: 12px;
  color: #444444;
  padding-top: 15px;
}

.disclaimer__body-service p {
  font-size: 14px;
  margin-bottom: 10px;
}

.disclaimer__body-service .red {
  color: #05141F;
}

.modal-cont-form {
  max-width: 800px;
}

.modal-block {
  display: flex;
  flex-direction: row;
}

.modal-crisper {
  width: 94%;
}

.modal-crisper-item {
  margin: 17px 0 0 18px;
}

.modal-crisper-item-heading {
  display: flex;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.modal-crisper-item-word {
  font-size: 13px;
  line-height: 24px;
}

.modal-crisper-item-word ul p:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 0;
  max-width: 20px;
  max-height: 18px;
  width: 100%;
  height: 100%;
}

.modal-crisper-item-list {
  margin: 7px;
  position: relative;
}

.modal-crisper-item-list.one {
  margin-left: 20px;
}

.modal-crisper-item-list.one:before {
  background: url(../img/service_icon/1.jpg) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.modal-crisper-item-list.two {
  margin-left: 20px;
}

.modal-crisper-item-list.two:before {
  background: url(../img/service_icon/2.jpg) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.modal-crisper-item-list.three {
  margin-left: 20px;
}

.modal-crisper-item-list.three:before {
  background: url(../img/service_icon/3.jpg) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.modal-crisper-item-list.four {
  margin-left: 20px;
}

.modal-crisper-item-list.four:before {
  background: url(../img/service_icon/4.jpg) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.modal-colume {
  display: none;
}

.modal_new {
  background-color: rgba(0, 0, 0, 0.7);
}

.modal_new .modal-dialog {
  width: 390px;
  max-width: calc(100% - 30px);
}

.modal_new .modal-content {
  padding: 25px;
}

.modal_new .modal-header {
  padding: 0;
  border: none;
  margin-bottom: 25px;
}

.modal_new .modal-body {
  padding: 0;
}

.modal_new .form-group {
  margin: 0 0 10px 0;
}

.modal_new .form-group > input {
  height: 48px;
}

.modal_new .modal-title {
  font-size: 32px;
  color: #05141F;
  font-weight: 700;
  line-height: 1;
}

.modal__agreement {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.modal__agreement > input {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  opacity: 0;
  visibility: hidden;
}

.modal__agreement > input:checked + i:before {
  opacity: 1;
  visibility: visible;
}

.modal__agreement-checkbox {
  display: inline-flex;
  width: 20px;
  height: 20px;
  position: relative;
  flex: 0 0 20px;
  border: 1px solid #dcdcdc;
  margin-left: -20px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
}

.modal__agreement-checkbox:before {
  content: '';
  display: inline-block;
  font-size: 0;
  width: 14px;
  height: 14px;
  background-color: #acacac;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}

.modal__agreement > span {
  font-size: 13px;
  color: #444444;
  line-height: 1.2;
  font-weight: 400;
  max-width: 230px;
  display: block;
}

.modal .btn {
  display: block;
  margin: 0 auto;
}

.slick-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 60px;
  color: transparent;
  z-index: 1;
}

.slick-arrow::before {
  content: '';
  position: absolute;
  background-image: url(../img/service/arrow.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px;
  top: 23px;
  left: 20px;
}

.slick-arrow.slick-prev {
  left: 20px;
}

.slick-arrow.slick-prev::before {
  transform: scaleX(-1);
}

.slick-arrow.slick-next {
  right: 20px;
}

.models__buttons .btn_dark span,
.models__buttons .btn_light span {
  font-size: 16px;
}

.btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  transition: all .2s linear;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #05141F;
  box-shadow: none;
}

.btn span {
  display: block;
  transition: all .2s linear;
  position: relative;
  padding-bottom: 2px;
}

.btn span a {
  color: #000000;
}

.btn span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  transition: all .2s linear;
  transform: scaleX(0);
}

.btn_dark {
  background-color: #05141F;
}

.btn_dark span::before {
  background-color: #fff;
}

.btn_dark:hover span::before {
  transform: scaleX(1);
}

.btn_dark:active {
  background-color: #25282a;
}

.btn_dark:active span {
  border-color: transparent;
}

.btn_dark:active span::before {
  transform: scaleX(0.8);
}

.btn_light {
  background-color: #fff;
}

.btn_light span {
  color: #05141F;
}

.btn_light span::before {
  background-color: #05141F;
}

.btn_light:hover span::before {
  transform: scaleX(1);
}

.btn_light:active {
  background-color: #e1e2e2;
}

.btn_light:active span {
  border-color: transparent;
}

.btn_light:active span::before {
  transform: scaleX(0.8);
}

.btn:disabled span {
  opacity: 0;
}

.btn:disabled .btn__spin {
  opacity: 1;
}

.btn__spin {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0;
}

.has-error {
  color: #ea0029 !important;
}

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

.form__label {
  position: relative;
}

.form__label input,
.form__label select,
.form__label .select2-container--default .select2-selection--single {
  display: block;
  font-size: 16px;
  background-color: #fff;
  color: #05141F;
  border: 1px solid #cdd0d2;
  padding: 12px;
  transition: all 0.2s linear;
  height: auto;
}

.form__label input.error,
.form__label select.error,
.form__label .select2-container--default .select2-selection--single.error {
  border-color: #ea0029;
  color: #ea0029;
}

.form__label input.error::placeholder,
.form__label select.error::placeholder,
.form__label .select2-container--default .select2-selection--single.error::placeholder {
  color: #ea0029;
}

.form__label input.error + .form__label-place,
.form__label select.error + .form__label-place,
.form__label .select2-container--default .select2-selection--single.error + .form__label-place {
  color: #ea0029;
}

.form__label::placeholder {
  color: rgba(131, 139, 149, 0.7);
}

.form__label .select2 {
  width: 100% !important;
}

.form__label .select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: inherit;
}

.form__label [aria-expanded="true"] .select2-selection__arrow {
  transform: rotateX(180deg);
}

.form__label .select2-container--default
.select2-selection--single
.select2-selection__arrow {
  background-image: url(../img/svg/down.svg);
  background-repeat: no-repeat;
  height: 7px;
  position: absolute;
  top: 18px;
  right: 16px;
  width: 13px;
  transition: all 0.2s linear;
}

.form__label .select2-container--default
.select2-selection--single
.select2-selection__arrow b {
  display: none;
}

.form__label .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.form__btn {
  width: 100%;
  padding: 18px 0 15px;
  display: block;
  text-align: center;
}

.form__check {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #05141f;
  cursor: pointer;
}

.form__check.has-error {
  color: #ea0029;
}

.form__check.has-error a {
  color: #ea0029;
}

.form__check.has-error .form__check-box {
  border-color: #ea0029;
}

.form__check a {
  color: #05141F;
  text-decoration-line: underline;
}

.form__check input:checked + .form__check-box img {
  opacity: 1;
}

.form__check-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  max-width: 24px;
  margin-right: 12px;
  height: 24px;
  background: transparent;
  border: 2px solid #cdd0d2;
}

.form__check img {
  width: 17px;
  height: 12px;
  opacity: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #d1d3d4 !important;
  padding: 10px;
}

.select2-results__option {
  padding: 10px 5px !important;
  border-bottom: 1px solid transparent;
  transition: all 0.2s linear;
}

.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent !important;
  color: #05141F !important;
  opacity: 1 !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent !important;
  border-bottom: 1px solid #05141F;
  opacity: 1 !important;
}

.select2-dropdown {
  border: 0 !important;
  border-left: 1px solid #d1d3d4 !important;
  border-bottom: 1px solid #d1d3d4 !important;
  border-right: 1px solid #d1d3d4 !important;
  padding: 15px;
}

.select2-dropdown:hover .select2-results__option {
  opacity: 0.4;
}

.mfp-content .modal {
  display: block;
}

.modal {
  display: none;
  position: relative;
  width: 100%;
  max-width: 460px;
  background-color: #fff;
  margin: 0 auto;
  padding: 60px 90px 80px;
}

.modal__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: #05141F;
  text-align: center;
  margin-bottom: 20px;
}

.modal__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #05141F;
  text-align: center;
  margin-bottom: 20px;
}

.modal .form__label {
  margin-bottom: 35px;
  display: block;
}

.modal__form-input {
  display: block;
  width: 100%;
  border: 0 !important;
  border-bottom: 1px solid #CDD0D2 !important;
}

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

.modal__form-input:not(:last-child) {
  margin-bottom: 20px;
}

.modal__policy {
  font-size: 10px;
  line-height: 12px;
}

.modal .form__btn {
  padding: 12px 76.5px;
  white-space: nowrap;
  margin-bottom: 20px;
}

.modal_success {
  padding: 60px 90px;
}

.modal_success .form__btn {
  padding: 12px 100px;
}

.modal__left_content li {
  margin-bottom: 15px;
}

.modal__left_content ul {
  margin-bottom: 20px;
}

.modal__left_content table,
.modal__left_content th,
.modal__left_content td {
  border: 1px solid black;
  border-collapse: collapse;
}

.modal-special {
  max-width: 840px;
  padding: 60px 40px 80px;
}

.modal-special .modal__wrapper {
  display: flex;
}

.modal-special .modal__right {
  max-width: 320px;
}

.modal-special .modal__left {
  padding-right: 30px;
}

.modal-special .modal__left p {
  font-size: 15px;
  padding-bottom: 20px;
}

.cookie {
  display: none;
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background-color: #F8F8F8;
  padding: 12px 0;
  z-index: 9999999999;
  transition: bottom 1s;
}

.cookie.show {
  bottom: 0;
}

.cookie__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.cookie__inner p {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: black;
}

.cookie__inner p a {
  color: #05141F;
  transition: color 0.5s;
  text-decoration: underline;
}

.cookie__btn {
  background: #05141F;
  color: #ffffff;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  max-width: fit-content;
  width: 100%;
  border: none;
  height: auto;
}

.cookie__btn:hover {
  background: #05141F;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
}

.header__inner {
  padding: 10px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.header__logo {
  width: 100%;
  max-width: 190px;
  display: block;
}

.header__dealer {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  margin-right: 35px;
}

.header__dealer::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 25px;
  background-color: #CDD0D2;
}

.header__dealer-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #05141F;
  margin-bottom: 3px;
}

.header__dealer-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(105, 114, 121, 0.6);
}

.header__good-place {
  margin-right: auto;
  margin-left: 15px;
}

.header__address {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #05141F;
  margin-right: 30px;
}

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

.header__contacts a {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #05141F;
  transition: all .2s linear;
  text-transform: uppercase;
  margin-right: 30px;
  position: relative;
}

.header__contacts a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #05141F;
  transition: all .2s linear;
  transform: scaleX(0);
}

.header__contacts a:hover::before {
  transform: scaleX(1);
}

.header__contacts-btn {
  padding: 12px 30px;
}

.header__phone {
  display: none;
  color: #05141F;
}

.header__phone span {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.header__name-mob {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #A7A7A9;
}

.header__name-mob {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #A7A7A9;
}

.header__burger {
  display: none;
  width: 20px;
  height: 20px;
  padding: 10px;
  position: relative;
}

.header__burger.active::before {
  transform: rotate(45deg) translateY(5px);
}

.header__burger.active::after {
  transform: rotate(-45deg) translateY(-5px);
}

.header__burger::before,
.header__burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: all .2s linear;
}

.header__burger::before {
  top: 5px;
}

.header__burger::after {
  bottom: 5px;
}

.nav {
  background-color: #fff;
  position: fixed;
  top: 71px;
  z-index: 1000;
  width: 100%;
}

.nav__dealer {
  display: none;
}

.nav__dealer-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: #05141F;
  margin-bottom: 3px;
}

.nav__dealer-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(105, 114, 121, 0.6);
}

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

.nav__list-item {
  padding: 0 30px;
}

.nav__list-item a {
  display: block;
  padding: 21px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #05141F;
  letter-spacing: 0.05em;
  transition: all .2s linear;
  position: relative;
}

.nav__list-item a::before {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #05141F;
  transition: all .2s linear;
}

.nav__list-item a:hover::before {
  width: 100%;
}

.nav__address {
  display: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #05141F;
  margin-top: 50px;
  margin-bottom: 20px;
}

.nav__tel {
  display: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  color: #05141F;
}

.section_01 {
  padding-top: 20px;
  padding-bottom: 30px;
}

.section_02 {
  padding-bottom: 110px;
}

.section_03 {
  padding-bottom: 120px;
}

.section__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #05141F;
  text-align: center;
}

.intro {
  position: relative;
  margin-bottom: 140px;
}

.intro__slider {
  height: 610px;
}

.intro__slider .slick-list,
.intro__slider .slick-track,
.intro__slider .intro__img {
  height: 100%;
}

.intro__slider .slick-list img,
.intro__slider .slick-track img,
.intro__slider .intro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro__slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  width: 60px;
  height: 60px;
  transition: all .2s linear;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.intro__slider .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.intro__slider .slick-arrow::before {
  content: none;
}

.intro__slider .slick-arrow img {
  width: 20px;
  height: 20px;
}

.intro__slider .slick-prev {
  left: 80px;
}

.intro__slider .slick-next {
  right: 80px;
}

.intro__slider .slick-dots li {
  width: 40px;
  height: 2px;
  background-color: #cdd0d2;
}

.intro__slider .slick-dots li.slick-active {
  background-color: #000;
}

.intro__slider .slick-dots button {
  display: none;
}

.intro__slider-item {
  position: relative;
}

.intro__slider-item:not(:first-child) {
  display: none;
}

.intro__slider-item.slick-slide {
  display: block;
}

.intro__content {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
}

.intro__content-inner {
  position: relative;
  width: 100%;
  max-width: 700px;
  padding-left: 20px;
}

.intro__content-img-text {
  display: none;
}

.intro__title {
  font-weight: 600;
  font-size: 45px;
  line-height: 70px;
  color: #05141F;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.intro__title-white {
  color: #fff;
  text-shadow: black 1px 2px 4px;
}

.intro__text {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 30px;
  line-height: 43px;
  color: #05141F;
}

.intro__text-white {
  color: #fff;
  text-shadow: black 1px 2px 4px;
  font-weight: 400;
}

.intro__text-small {
  font-size: 26px;
  margin-top: 200px;
}

.intro__btn {
  padding: 20px 42px;
}

.intro__bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(200px);
}

.intro__bottom.container {
  max-width: 1306px;
  padding: 0 30px;
}

.intro__bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cdd0d2;
  padding: 36px 30px 40px;
  background-color: #fff;
}

.intro__bottom-item-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 90px;
}

.intro__bottom-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #05141F;
  letter-spacing: -0.02em;
  padding-bottom: 10px;
}

.intro__bottom-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #05141F;
}

.intro__form {
  width: 100%;
  max-width: 440px;
}

.intro__form .form__label {
  margin-right: 10px;
}

.intro__form .form__label input {
  height: 100%;
}

.intro__form .form__btn {
  padding: 12px 30px;
}

.intro__form .form__btn span {
  white-space: nowrap;
}

.intro__form__policy {
  font-size: 12px;
  line-height: 14px;
  padding-right: 40px;
}

.intro__form-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

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

.intro__icon {
  max-width: 270px;
  position: absolute;
  top: 57%;
  left: calc(50% - 22px);
  z-index: 1;
}

.intro__benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
}

.intro__benefits img {
  display: block;
  width: auto;
  height: 48px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.intro__benefits p {
  font-size: 15px;
  text-align: center;
}

.intro__benefits .benefit__item {
  text-align: center;
  padding: 0 5px;
  width: 170px;
}

.intro__benefits .benefit__item + .benefit__item {
  margin-left: 20px;
}

.section-benefits {
  padding-top: 70px;
}

.timer {
  display: flex;
  align-items: center;
  color: #05141F;
  margin-top: 25px;
}

.timer__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60px;
}

.timer__dot {
  padding: 0 15px;
  position: relative;
}

.timer__dot::before {
  top: -10px;
}

.timer__dot::after {
  bottom: -10px;
}

.timer__dot::after,
.timer__dot::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  background: #05141F;
  opacity: 0.7;
}

.timer__numb {
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
}

.timer__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: rgba(105, 114, 121, 0.6);
}

.tab__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}

.tab__item {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #05141F;
  padding-top: 10px;
  opacity: .6;
  cursor: pointer;
  transition: all .2s linear;
}

.tab__item::after,
.tab__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #05141F;
  transition: all .2s linear;
}

.tab__item::before {
  top: 0;
  bottom: auto;
  width: 100%;
  height: 4px;
  opacity: 0;
  transform: translateY(20px);
}

.tab__item.active {
  opacity: 1;
  cursor: auto;
}

.tab__item.active::before {
  opacity: 1;
  transform: translateY(0);
}

.tab__item.active::after {
  content: none;
}

.tab__item:hover {
  opacity: 1;
}

.tab__item:hover::after {
  width: 100%;
}

.models {
  overflow: hidden;
}

.models__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: rgba(246, 247, 248, 0.7);
  padding: 7px;
  margin-bottom: 100px;
}

.models__item_reverse {
  flex-direction: row-reverse;
}

.models__item_reverse .models__img img {
  margin-left: 0;
}

.models__item_reverse .models__item__special-price {
  padding: 100px 20px 34px 20px;
}

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

.models__item_reverse .models__gift-item_star {
  right: auto;
  left: 39%;
}

.models__item_reverse .models__gift-text sup {
  font-size: 12px;
}

.models__item_reverse .models__special-text sup {
  font-size: 12px;
}

.models__item-col:first-child {
  padding: 34px 30px;
}

.models__item__benefits {
  display: flex;
  flex-direction: column;
}

.models__item__special-price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 20px 34px 20px;
}

.models__head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 17px;
}

.models__title {
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  color: #05141F;
  margin-right: 18px;
  white-space: nowrap;
}

.models__die {
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  color: #05141F;
  text-transform: uppercase;
  padding: 8px 17px;
  background-color: rgba(5, 20, 31, 0.05);
  white-space: nowrap;
}

.models__gift {
  margin-bottom: 45px;
  display: flex;
  justify-content: flex-start;
}

.models__gift-item {
  display: flex;
  align-items: center;
  width: 50%;
}

.models__gift-item-mob {
  display: none;
}

.models__gift-item_star {
  position: absolute;
  top: 36px;
  right: 54px;
}

.models__gift-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 114%;
  color: #05141F;
  margin-left: 15px;
}

.models__gift-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F3C300;
}

.models__gift-icon img {
  width: 23px;
  height: 22px;
}

.models__gift-text sup {
  font-size: 12px;
}

.models__scope {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.models__scope-col {
  width: 50%;
}

.models__scope-item {
  min-height: 75px;
}

.models__scope-item:not(:last-child) {
  margin-bottom: 30px;
}

.models__scope-key {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #05141F;
  opacity: 0.8;
  margin-bottom: 7px;
}

.models__scope-val {
  padding-right: 10px;
  font-weight: 600;
  font-size: 23px;
  line-height: 100%;
  color: #05141F;
}

.models__scope-val-min {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #05141F;
}

.models__scope-val sup {
  font-size: 12px;
  top: -12px;
  left: 3px;
}

.models__img img {
  width: auto;
  max-width: inherit;
}

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

.models__buttons .btn {
  padding: 21px 40px;
  white-space: nowrap;
}

.models__buttons .btn_dark {
  margin-right: 10px;
}

.models__buttons .btn_yellow {
  margin-right: 10px;
  background-color: #F3C300;
  color: #05141F;
  font-weight: 700;
  border: 0;
  padding: 23px 72px 19px 72px;
}

.models__buttons .btn_yellow span::before {
  background-color: #05141F;
}

.models__buttons .btn_light_yellow {
  border: 1px solid #F3C300;
  font-size: 18px;
  font-weight: 700;
  background: none;
}

.models__special {
  margin-bottom: 15px;
  display: flex;
}

.models__special a {
  display: contents;
}

.models__special-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 50px;
  flex: 1 1 auto;
}

.models__special-item-mob {
  display: none;
}

.models__special-text {
  margin-left: 15px;
  max-width: 300px;
}

.models__special-icon img {
  height: 23px;
}

.models__disclaimer {
  margin: -30px 0px 50px 0px;
  display: flex;
  justify-content: center;
  max-width: 1460px;
}

.models__disclaimer__title {
  display: flex;
  justify-content: center;
}

.stock__head {
  display: flex;
  margin: 40px 0 20px;
  justify-content: end;
}

.stock__form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.stock__form .form__label {
  width: 100%;
  max-width: 300px;
  margin-right: 30px;
}

.stock__form .form__label select {
  width: 100%;
}

.stock__right {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 50%;
}

.stock__right .form__label {
  width: 100%;
  max-width: 300px;
}

.stock__right .form__label select {
  width: 100%;
}

.stock__right .form__label:first-child {
  margin-right: 30px;
}

.stock__key {
  width: 50%;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #05141F;
  opacity: 0.6;
}

.stock__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 100px;
  border-bottom: 1px solid #CDD0D2;
}

.stock__list-item:first-child {
  border-top: 1px solid #CDD0D2;
}

.stock__list-item .btn {
  padding: 21px 40px;
  white-space: nowrap;
}

.stock__list-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  color: #05141F;
  width: 22%;
}

.stock__list-key {
  display: none;
  font-size: 11px;
  line-height: 175.7%;
  opacity: 0.5;
}

.model__not-available {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.section_special-stock {
  padding: 90px 0 0;
}

.special-stock__head {
  display: flex;
  margin: 40px 0 20px;
  justify-content: end;
}

.special-stock__form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.special-stock__form .form__label {
  width: 100%;
  max-width: 300px;
  margin-right: 30px;
}

.special-stock__form .form__label select {
  width: 100%;
}

.special-stock__right {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 50%;
}

.special-stock__right .form__label {
  width: 100%;
  max-width: 300px;
}

.special-stock__right .form__label select {
  width: 100%;
}

.special-stock__right .form__label:first-child {
  margin-right: 30px;
}

.special-stock__key {
  width: 50%;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #05141F;
  opacity: 0.6;
}

.special-stock__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 0 20px;
  border-bottom: 1px solid #CDD0D2;
}

.special-stock__list-item .btn {
  padding: 21px 40px 15px;
  white-space: nowrap;
}

.special-stock__list-text {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  color: #05141F;
}

.special-stock__list-text_1 {
  width: 30%;
  max-width: 300px;
}

.special-stock__list-text_2 {
  width: 10%;
}

.special-stock__list-text_3 {
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.special-stock__list-text .image_icon {
  position: absolute;
  top: -24px;
}

.special-stock__list-icon {
  margin-left: 10px;
}

.special-stock__list-icon-text {
  margin-left: 20px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
}

.special-stock__list-model {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.special-stock__list-color {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.special-stock__show-more {
  padding: 21px 40px 15px;
  margin: 50px auto;
}

.model__not-available {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.odds__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1300px;
  padding: 40px 60px 0;
  margin: 0 auto;
}

.odds__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 288px;
  height: 180px;
  padding: 30px;
  cursor: pointer;
  background: rgba(246, 247, 248, 0.3);
  margin: 60px 30px;
}

.odds__icon {
  width: 100%;
  max-width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.odds__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #05141F;
  text-align: center;
}

.trade-in__wrap {
  display: flex;
}

.trade-in__item {
  height: 100%;
  width: 50%;
  background: rgba(246, 247, 248, 0.3);
}

.trade-in__item .btn {
  padding: 21px 40px;
}

.trade-in__item img {
  display: block;
}

.trade-in__content {
  height: 100%;
}

.trade-in__content_first {
  padding: 168px 182px 0 230px;
}

.trade-in__content_second {
  padding: 137px 0 0 80px;
  width: 100%;
  max-width: 500px;
}

.trade-in__title {
  text-align: left;
  margin-bottom: 30px;
}

.trade-in__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #05141F;
  margin-bottom: 30px;
}

.trade-in__cost {
  margin-bottom: 30px;
}

.trade-in__cost-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #05141F;
  margin-bottom: 8px;
}

.trade-in__cost-numb {
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  color: #05141F;
}

.map.map-2 .map__container {
  max-width: 100%;
  margin-left: inherit;
}

.map.map-2 .map__contacts {
  position: absolute;
}

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

.map__container {
  width: 100%;
  max-width: 1492px;
  height: 700px;
  margin-left: auto;
}

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

.map__contacts {
  width: 100%;
  max-width: 422px;
  padding: 50px;
  background: #fff;
  transform: translateX(250px);
  position: relative;
  z-index: 100;
}

.map__contacts .btn {
  padding: 21px 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

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

.map__contacts-item {
  margin-bottom: 20px;
}

.map__contacts-key {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #05141F;
  opacity: .8;
  margin-bottom: 12px;
}

.map__contacts-val {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #05141F;
}

.map__contacts-val a {
  color: #05141F;
}

.map__contacts-val a:hover {
  opacity: .8;
}

.ymaps-2-1-79-copyright__content {
  display: none !important;
}

.footer {
  background-color: #05141F;
}

.footer__inner {
  padding: 60px 230px 60px 60px;
}

.footer__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #697279;
}

.footer__text_first {
  width: 100%;
  max-width: 783px;
}

.footer__text_first p {
  color: #FFFFFF;
  font-size: 16px;
}

.footer__text a {
  color: #fff;
}

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

.footer__row:not(:last-child) {
  margin-bottom: 30px;
}

.footer__row:nth-child(2) {
  align-items: flex-start;
}

.footer__row_beetwen {
  justify-content: space-between;
}

.footer__row .btn {
  border-color: #fff;
  padding: 21px 40px;
  white-space: nowrap;
}

.footer__logo {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
}

.footer__logo img {
  width: 90px;
  height: 21px;
}

.footer__dealer-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 3px;
}

.footer__dealer-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.footer__nav {
  display: flex;
  align-items: center;
  margin-top: -15px;
  padding-top: 15px;
}

.footer__nav-item:not(:last-child) {
  margin-right: 90px;
}

.footer__nav a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  transition: all .2s linear;
}

.footer__nav a:hover {
  opacity: 0.8;
}

.footer__phone-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  margin-bottom: 15px;
}

.footer__phone a {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: all .2s linear;
}

.footer__phone a:hover {
  border-bottom-color: #fff;
}

.footer__sites a:first-child {
  margin-right: 22px;
}

.footer__sites a:hover {
  text-decoration: underline;
}

.footer__social {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

.footer__social img {
  max-width: 30px;
  display: block;
}

.footer__social a:not(:last-child) {
  margin-right: 20px;
}

.footer__wrapper {
  display: block;
}

@media (min-width: 576px) {
  .modal-smm {
    max-width: 880px;
  }
}

@media screen and (min-width: 1400px) {
  .intro__content-inner-bigtext {
    max-width: 1000px;
  }

  .intro__content-bigtext {
    margin-top: 30px;
    margin-left: 350px;
  }

  .intro__title-bigtext {
    font-size: 75px;
    margin-bottom: 30px;
  }

  .intro__text-bigtext {
    font-size: 40px;
  }
}

@media (max-width: 1700px) {
  .trade-in__content_first {
    padding: 130px 130px 0 80px;
  }
}

@media (max-width: 1660px) {
  .header__dealer {
    margin-right: 15px;
  }
}

@media (max-width: 1620px) {
  .header__address {
    max-width: 220px;
  }
}

@media (max-width: 1600px) {
  .header__logo {
    max-width: 180px;
  }

  .header__contacts a {
    font-size: 22px;
    margin-right: 15px;
  }

  .intro__slider .slick-arrow {
    top: 65%;
  }

  .intro__slider .slick-prev {
    left: 40px;
  }

  .intro__slider .slick-next {
    right: 40px;
  }

  .intro__title {
    font-size: 45px;
    line-height: 120%;
    margin-left: 0;
  }

  .intro__text {
    font-size: 30px;
    line-height: 120%;
  }

  .intro__text-white {
    text-shadow: none;
  }

  .intro__bottom-title {
    font-size: 30px;
    line-height: 120%;
  }

  .intro__bottom-text {
    font-size: 20px;
    line-height: 120%;
  }

  .intro__icon {
    max-width: 190px;
    top: 59%;
    left: calc(50% - 140px);
  }

  .timer__numb {
    font-size: 40px;
    line-height: 120%;
  }
}

@media (max-width: 1520px) {
  .header__dealer-title {
    font-size: 20px;
  }

  .header__contacts a {
    font-size: 18px;
  }
}

@media (max-width: 1500px) {
  .container {
    max-width: 1280px;
  }

  .intro__text-small {
    margin-top: 150px;
    font-size: 22px;
  }

  .intro__bottom-wrap {
    flex-wrap: wrap;
  }

  .models__item_reverse .models__img img {
    margin: 0;
    object-position: 0 0;
  }

  .models__item_reverse .models__gift-item_star {
    left: 30%;
  }

  .models__img {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .models__img img {
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 80%;
  }

  .models__special-item {
    margin-left: 0;
  }

  .models__special-item + .models__special-item {
    margin-left: 20px;
  }

  .trade-in__item {
    height: 500px;
  }

  .trade-in__content_first {
    padding: 100px 0 0 80px;
  }

  .trade-in__content_second {
    padding: 100px 0 0 80px;
  }

  .footer__nav-item:not(:last-child) {
    margin-right: 25px;
  }
}

@media (max-width: 1440px) {
  .section_02 {
    padding-bottom: 60px;
  }

  .section_03 {
    padding-bottom: 60px;
  }

  .models__item {
    margin-bottom: 60px;
  }
}

@media (max-width: 1400px) {
  .intro__icon {
    left: calc(50% + 10px);
  }
}

@media (max-width: 1380px) {
  .header__logo {
    max-width: 112px;
  }

  .map__contacts {
    margin-left: -150px;
  }

  .footer__text_first {
    max-width: 450px;
  }
}

@media (max-width: 1366px) {
  .header__dealer {
    margin-right: auto;
  }

  .header__good-place {
    display: none;
  }

  .header__address {
    display: none;
  }
}

@media (max-width: 1330px) {
  .models__item_reverse .models__gift-item_star {
    left: 25%;
  }
}

@media (max-width: 1320px) {
  .stock__list-item {
    padding: 20px 50px;
  }

  .odds__wrap {
    margin: -50px 0 0 -50px;
  }

  .odds__item {
    margin: 50px 0 0 50px;
  }
}

@media (max-width: 1280px) {
  .models__gift-text {
    font-size: 18px;
    line-height: 120%;
    max-width: 170px;
  }
}

@media (max-width: 1270px) {
  .footer__nav {
    flex-wrap: wrap;
  }
}

@media all and (max-width: 1200px) {
  .first-screen__body {
    top: 0;
    left: 0;
    bottom: 0;
  }

  .our-service__item-title {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .service-nav__item {
    margin: 0;
  }

  .technical-inspection .slick-arrow.slick-next {
    right: -15px;
  }

  .technical-inspection .slick-arrow.slick-prev {
    left: -15px;
  }

  .technical-inspection__container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .consultation__title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .section_01 {
    padding-bottom: 32px;
  }

  .section__title {
    font-size: 34px;
    line-height: 40px;
  }

  .tab {
    overflow-x: auto;
  }

  .tab__list {
    justify-content: flex-start;
    padding: 40px 0;
  }

  .tab__item {
    margin-right: 22px;
    white-space: nowrap;
  }

  .models__item_reverse .models__gift-item_star {
    left: 25px;
  }

  .models__img img {
    height: 70%;
  }
}

@media (max-width: 1125px) {
  .odds__wrap {
    margin: -30px 0 0 -30px;
    justify-content: space-between;
  }

  .odds__item {
    margin: 30px 0 0 30px;
  }
}

@media (max-width: 1124px) {
  .container {
    max-width: 1100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .models__gift-text {
    font-size: 16px;
  }

  .models__buttons .btn {
    padding: 19px 39px 17px 39px;
  }

  .models__buttons .btn_yellow {
    padding: 20px 40px 18px 40px;
  }
}

@media (max-width: 1120px) {
  .main {
    overflow: hidden;
  }
}

@media (max-width: 1100px) {
  .special-stock__list-item .btn {
    padding: 20px 20px 15px;
  }
}

@media (max-width: 1095px) {
  .nav__list-item {
    padding: 0 15px;
  }
}

@media (max-width: 1085px) {
  .odds__item {
    max-width: 45%;
  }
}

@media (max-width: 1080px) {
  .models__item {
    flex-direction: column-reverse;
  }

  .models__head {
    margin-bottom: 30px;
  }

  .models__gift {
    display: none;
  }

  .models__special-item-mob {
    display: flex;
  }
}

@media (max-width: 1070px) {
  .intro {
    margin-bottom: 240px;
  }

  .intro__bottom {
    transform: translateY(310px);
  }

  .intro__bottom-wrap {
    flex-direction: column;
  }

  .intro__bottom-item-column {
    margin-right: 0;
  }

  .timer {
    margin-bottom: 25px;
  }

  .footer__inner {
    padding: 60px;
  }
}

@media (max-width: 1000px) {
  .header__inner {
    padding: 10px 25px;
  }

  .nav__list {
    justify-content: space-between;
  }

  .models__item_reverse .models__img img {
    object-position: 0 0;
  }

  .models__item_reverse .models__gift-item_star {
    left: auto;
    right: 54px;
  }

  .models__gift-item-mob {
    display: flex;
  }
}

@media (max-width: 992px) {
  .technical-inspection__list {
    justify-content: space-around;
  }
}

@media all and (max-width: 991px) {
  .first-screen {
    margin-bottom: 40px;
  }

  .first-screen__body {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 0;
    max-width: 400px;
  }

  .first-screen__button {
    width: 100%;
  }

  .service-nav {
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .service-nav__list {
    flex-wrap: wrap;
  }

  .service-nav__item {
    width: 49%;
    margin-bottom: 20px;
  }

  .special {
    padding: 50px 0 30px;
  }

  .special__item {
    width: 50%;
  }

  .benefits {
    padding: 30px 0 75px;
  }

  .benefits__list {
    flex-wrap: wrap;
  }

  .consultation__button {
    width: 100%;
  }

  .consultation__agreement {
    text-align: center;
    font-size: 11px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .first-screen__inner {
    border-bottom: 1px solid #cdd0d2;
  }

  .first-screen img {
    min-height: 190px;
  }

  .technical-inspection__container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .benefits__item {
    width: 50%;
  }

  .benefits__item-in {
    padding: 0 10px;
  }

  .consultation__body {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    min-height: 0;
    padding: 20px;
    left: 0;
    top: 0;
    transform: none;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .consultation img {
    min-height: 260px;
    object-fit: cover;
  }

  .service-map__contact {
    left: 10px;
  }

  .slick-arrow {
    display: none !important;
  }
}

@media all and (max-width: 990px) {
  .our-service__item {
    width: 33.33%;
    margin-bottom: 40px;
  }
}

@media (max-width: 915px) {
  .nav__list-item a {
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .intro__text-small {
    margin-top: 100px;
    font-size: 22px;
  }

  .models__special-item {
    display: none;
  }

  .models__special-item + .models__special-item {
    margin-left: 0;
  }

  .models__special-item-mob {
    display: flex;
    justify-content: flex-start;
  }

  .trade-in__content_first {
    padding: 50px 0 0 20px;
  }

  .trade-in__content_second {
    padding: 50px 0 0 20px;
  }
}

@media (max-width: 860px) {
  .main {
    padding-top: 42px;
  }

  .header__inner {
    padding: 16px 10px;
    max-width: 375px;
  }

  .header__logo {
    width: 100%;
    height: auto;
    max-width: 80px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    border-right: 2px solid black;
    display: flex;
    align-items: center;
  }

  .header__logo img {
    height: auto;
    object-fit: contain;
  }

  .header__dealer {
    display: none;
  }

  .header__contacts {
    display: none;
  }

  .header__phone {
    display: block;
  }

  .header__burger {
    display: block;
    margin-left: auto;
  }

  .nav {
    top: 42px;
    right: 0;
    z-index: 1000;
    position: fixed;
    width: 100%;
    padding: 40px;
    max-width: 375px;
    transform: translateX(100%);
    transition: all .2s linear;
  }

  .nav.active {
    transform: translateX(0);
  }

  .nav__dealer {
    display: block;
  }

  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 !important;
    margin-top: 50px;
  }

  .nav__list-item {
    padding: 0;
  }

  .nav__list-item a {
    padding: 12px 0;
  }

  .nav__address {
    display: block;
  }

  .nav__tel {
    display: block;
  }
}

@media (max-width: 826px) {
  .intro__benefits .benefit__item + .benefit__item {
    margin-left: 0;
  }

  .intro__benefits .benefit__item {
    width: 50%;
  }

  .intro__benefits .benefit__item:last-child {
    margin-top: 25px;
  }
}

@media all and (max-width: 777px) {
  .modal-crisper {
    display: none;
  }

  .modal-colume {
    display: block;
  }
}

@media (max-width: 769px) {
  .container {
    max-width: 375px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media all and (max-width: 768px) {
  .our-service__title {
    font-size: 30px;
  }

  .our-service__item {
    width: 50%;
    margin-bottom: 20px;
  }

  .technical-inspection {
    padding: 40px 0 30px;
  }

  .technical-inspection__title {
    font-size: 30px;
  }

  .special__title {
    font-size: 30px;
  }

  .benefits__title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .service-map__contact {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .service-map__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .service-map__map {
    height: 320px;
  }

  .modal_new .modal-content {
    padding: 15px;
  }

  .modal_new .modal-title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .btn {
    width: 100%;
    justify-content: center;
  }

  .form__label input,
  .form__label select,
  .form__label .select2-container--default .select2-selection--single {
    width: 100%;
  }

  .form__label {
    width: 100%;
  }

  .form__check {
    font-size: 10px;
    line-height: 12px;
  }

  .modal {
    max-width: 300px;
    padding: 30px 20px;
  }

  .modal .form__btn {
    padding: 12px 60px;
  }

  .modal_success .form__btn {
    padding: 12px 80px;
  }

  .modal-special .modal__wrapper {
    flex-direction: column;
  }

  .cookie__inner {
    flex-direction: column;
    gap: 10px;
  }

  .cookie__btn {
    font-size: 15px;
    padding: 15px 24px;
    max-width: 375px;
    border-radius: 13px;
  }

  .section_01 {
    padding-top: 0;
  }

  .section_02 {
    padding-bottom: 36px;
  }

  .section_03 {
    padding-bottom: 40px;
  }

  .section__title {
    font-size: 24px;
    line-height: 29px;
  }

  .intro {
    margin-bottom: 0;
  }

  .intro__slider {
    height: auto;
  }

  .intro__slider .slick-list,
  .intro__slider .slick-track,
  .intro__slider .intro__img {
    height: auto;
  }

  .intro__content {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin-top: 10px;
  }

  .intro__content-img-text {
    display: block;
  }

  .intro__title {
    color: #05141F;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
    margin-left: 0;
    text-shadow: 0 0;
  }

  .intro__text {
    color: #05141F;
    font-size: 18px;
    line-height: 22px;
    text-shadow: 0 0;
  }

  .intro__text-small {
    margin-top: 20px;
    font-size: 16px;
  }

  .intro__bottom {
    position: relative;
    right: initial;
    bottom: initial;
    left: initial;
    margin-top: 40px;
    transform: translateY(0);
  }

  .intro__bottom-wrap {
    padding: 15px 10px;
  }

  .intro__bottom-title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .intro__bottom-text {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
  }

  .intro__form .form__label {
    margin-right: 0;
    margin-bottom: 21px;
  }

  .intro__form .form__btn {
    padding: 11px 0;
  }

  .intro__form-row {
    flex-direction: column;
  }

  .intro__icon {
    top: 10%;
    left: calc(50% - -80px);
  }

  .intro__benefits p {
    font-size: 14px;
  }

  .section-benefits {
    padding-top: 20px;
  }

  .timer {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .timer__dot {
    padding: 0 10px;
  }

  .timer__dot::before {
    top: -20px;
  }

  .timer__dot::after {
    bottom: 0;
  }

  .timer__numb {
    font-size: 35px;
    line-height: 42px;
  }

  .timer__text {
    font-size: 10px;
    line-height: 12px;
  }

  .models__item {
    padding: 15px;
    margin-bottom: 40px;
  }

  .models__item_reverse .models__item__special-price {
    padding: 0;
    margin: 0;
  }

  .models__item_reverse .models__gift-item_star {
    right: auto;
  }

  .models__item-col:first-child {
    padding: 0;
  }

  .models__item__special-price {
    padding: 0;
  }

  .models__title {
    font-size: 24px;
    line-height: 100%;
    margin-right: 10px;
  }

  .models__die {
    font-size: 8px;
    line-height: 100%;
    padding: 5px;
  }

  .models__gift-item {
    margin-bottom: 15px;
  }

  .models__gift-item_star {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .models__gift-item {
    margin-bottom: 0px;
  }

  .models__gift-icon img {
    width: 20px;
    height: 19.13px;
  }

  .models__gift-icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }

  .models__scope {
    margin-bottom: 10px;
  }

  .models__scope-item:not(:last-child) {
    min-height: 70px;
    margin-bottom: 10px;
  }

  .models__scope-key {
    font-size: 14px;
    line-height: 17px;
  }

  .models__scope-val {
    font-size: 16px;
  }

  .models__img img {
    height: 100%;
  }

  .models__buttons {
    flex-direction: column;
  }

  .models__buttons .btn_dark {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .models__buttons .btn_yellow {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .models__special {
    margin-top: 15px;
  }

  .models__special-text sup {
    top: -25px;
    left: 20px;
  }

  .models__disclaimer {
    margin: 0px 0px 50px 0px;
  }

  .stock__head {
    margin: 20px 0 0;
  }

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

  .stock__form .form__label {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

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

  .stock__right .form__label {
    max-width: 100%;
  }

  .stock__right .form__label:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .stock__list-item {
    flex-direction: column;
    padding: 20px 0;
  }

  .stock__list-item:first-child {
    border-top: 0;
  }

  .stock__list-item .btn {
    margin-top: 10px;
  }

  .stock__list-text {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .stock__list-model {
    font-weight: 600;
  }

  .stock__list-key {
    display: block;
    width: 30%;
  }

  .special-stock__head {
    margin: 20px 0 0;
  }

  .special-stock__form {
    flex-direction: column;
    width: 100%;
  }

  .special-stock__form .form__label {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .special-stock__right {
    flex-direction: column;
    width: 100%;
  }

  .special-stock__right .form__label {
    max-width: 100%;
  }

  .special-stock__right .form__label:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .special-stock__list-item {
    flex-direction: column;
  }

  .special-stock__list-item .btn {
    margin-top: 10px;
  }

  .special-stock__list-text_2 {
    display: flex;
    justify-content: center;
  }

  .special-stock__list-text {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .special-stock__list-icon-text {
    font-size: 18px;
  }

  .special-stock__list-color {
    margin-left: 15px;
  }

  .odds__wrap {
    margin: -10px 0 0;
    padding: 20px 0 0;
  }

  .odds__item {
    margin: 10px 0 0;
    max-width: 48%;
    padding: 10px 10px 30px;
    height: auto;
  }

  .odds__text {
    font-size: 14px;
    line-height: 17px;
  }

  .trade-in__wrap {
    flex-direction: column;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }

  .trade-in__wrap:last-child {
    flex-direction: column-reverse;
  }

  .trade-in__item img {
    height: 240px;
  }

  .trade-in__item {
    width: 100%;
    height: auto;
  }

  .trade-in__content_first {
    padding: 20px 10px 30px;
  }

  .trade-in__content_second {
    padding: 30px 10px;
  }

  .trade-in__text {
    font-size: 16px;
    line-height: 160%;
  }

  .map__wrap {
    flex-direction: column;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }

  .map__container {
    max-width: 100%;
    height: 375px;
  }

  .map__contacts .vk {
    margin-top: 15px;
  }

  .map__contacts {
    transform: translateX(0);
    margin-left: 0;
    max-width: 100%;
    padding: 30px 10px;
  }

  .footer__inner {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    padding: 40px 10px 30px;
  }

  .footer__text_first {
    margin-top: 40px;
  }

  .footer__row {
    flex-wrap: wrap;
  }

  .footer__row:nth-child(3) {
    flex-direction: column-reverse;
  }

  .footer__logo {
    margin-right: 10px;
    padding-right: 10px;
  }

  .footer__nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .footer__nav-item:not(:last-child) {
    margin-right: 0;
  }

  .footer__nav-item {
    margin-top: 15px;
  }

  .footer__nav-item {
    width: 100%;
    margin-top: 0;
    padding: 20px 0;
    border-bottom: 1px solid rgba(105, 114, 121, 0.6);
  }

  .footer__nav a {
    font-size: 16px;
    line-height: 19px;
  }

  .footer__sites {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .modal-smm {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    margin: 0;
    transform: translate(-50%, -50%) !important;
  }
}

@media all and (max-width: 540px) {
  .service-nav__list {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-nav__item {
    flex: 0 0 auto;
    width: 224px;
  }
}

@media all and (max-width: 520px) {
  .our-service__item {
    width: 100%;
    margin: 0;
    height: 100%;
  }

  .special__item {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .tab__list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media all and (max-width: 480px) {
  .technical-inspection__button {
    font-size: 12px;
  }
}

@media (max-width: 460px) {
  .nav {
    padding: 40px 15px;
  }
}

@media (max-width: 400px) {
  .intro__bottom.container {
    padding: 0 20px;
  }
}

@media (max-width: 375px) {
  .models__gift-text {
    font-size: 14px;
    margin-left: 10px;
  }

  .models__gift-icon {
    min-width: 36px;
    width: 36px;
    height: 36px;
  }

  .models__scope-item:not(:last-child) {
    min-height: 60px;
  }

  .models__scope-val {
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .container {
    max-width: 100%;
  }

  .intro__title {
    font-size: 22px;
  }

  .intro__text {
    font-size: 15px;
  }

  .intro__bottom-title {
    font-size: 18px;
  }

  .timer__item {
    width: 40px;
  }

  .timer__dot::before {
    top: -13px;
  }

  .timer__dot::after,
  .timer__dot::before {
    width: 4px;
    height: 4px;
  }

  .timer__numb {
    font-size: 24px;
    line-height: 120%;
  }
}
/*# sourceMappingURL=maps/main.css.map */
