@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/ubuntu-v15-latin_cyrillic-regular.woff2') format('woff2'), url('../fonts/ubuntu-v15-latin_cyrillic-regular.woff') format('woff'), url('../fonts/ubuntu-v15-latin_cyrillic-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/ubuntu-v15-latin_cyrillic-300.woff2') format('woff2'), url('../fonts/ubuntu-v15-latin_cyrillic-300.woff') format('woff'), url('../fonts/ubuntu-v15-latin_cyrillic-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/ubuntu-v15-latin_cyrillic-500.woff2') format('woff2'), url('../fonts/ubuntu-v15-latin_cyrillic-500.woff') format('woff'), url('../fonts/ubuntu-v15-latin_cyrillic-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/ubuntu-v15-latin_cyrillic-700.woff2') format('woff2'), url('../fonts/ubuntu-v15-latin_cyrillic-700.woff') format('woff'), url('../fonts/ubuntu-v15-latin_cyrillic-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-v29-latin_cyrillic-regular.woff2') format('woff2'), url('../fonts/open-sans-v29-latin_cyrillic-regular.woff') format('woff'), url('../fonts/open-sans-v29-latin_cyrillic-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-v29-latin_cyrillic-300.woff2') format('woff2'), url('../fonts/open-sans-v29-latin_cyrillic-300.woff') format('woff'), url('../fonts/open-sans-v29-latin_cyrillic-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-v29-latin_cyrillic-600.woff2') format('woff2'), url('../fonts/open-sans-v29-latin_cyrillic-600.woff') format('woff'), url('../fonts/open-sans-v29-latin_cyrillic-600.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-v29-latin_cyrillic-700.woff2') format('woff2'), url('../fonts/open-sans-v29-latin_cyrillic-700.woff') format('woff'), url('../fonts/open-sans-v29-latin_cyrillic-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-v29-latin_cyrillic-italic.woff2') format('woff2'), url('../fonts/open-sans-v29-latin_cyrillic-italic.woff') format('woff'), url('../fonts/open-sans-v29-latin_cyrillic-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-v29-latin_cyrillic-300italic.woff2') format('woff2'), url('../fonts/open-sans-v29-latin_cyrillic-300italic.woff') format('woff'), url('../fonts/open-sans-v29-latin_cyrillic-300italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  outline: none;
}
main,
article,
section,
footer,
header,
aside,
canvas {
  display: block;
}
section,
header,
footer {
  position: relative;
}
html {
  height: 100%;
}
body {
  min-width: 320px;
  min-height: 100%;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0em;
  color: #000000;
  position: relative;
  /*inner - 1180px + 30px*2 = 1240px */
  /*lg - 1200px*/
  /*md - 960px*/
  /*sm - 670px*/
  /*мобилки вертикальные - 480px*/
  /*мобилки вертикальные - 350px*/
}
/* + inner*/
section:after {
  content: '';
  display: block;
  clear: both;
}
button,
input,
select {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
button {
  cursor: pointer;
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
}
h1,
h2,
h3 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}
h1 {
  font-size: 65px;
  line-height: 1.15;
  font-weight: 700;
  color: #000000;
}
h2 {
  font-weight: 700;
  font-size: 70px;
  line-height: 1.3;
}
h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  font-family: 'Ubuntu', sans-serif;
}
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  display: block;
}
svg {
  max-width: 100%;
  display: inline-block;
}
a {
  color: inherit;
}
.inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.inner:after {
  content: '';
  display: block;
  clear: both;
}
.inner--all {
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.row--center-vertical {
  align-content: center;
  align-items: center;
}
.col {
  padding-left: 10px;
  padding-right: 10px;
}
.row--null {
  margin-left: 0;
  margin-right: 0;
}
.row--null > .col {
  padding-left: 0;
  padding-right: 0;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.col-five {
  width: 20%;
}
.offset-1 {
  margin-left: 8.33%;
}
.offset-2 {
  margin-left: 16.66%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33%;
}
.offset-5 {
  margin-left: 41.66%;
}
.offset-6 {
  margin-left: 50%;
}
.body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main {
  flex-grow: 1;
}
.js-hide {
  display: none !important;
}
.js-show {
  display: block !important;
}
.js-tabs-info {
  display: none;
}
.js-tabs-info--open {
  display: block;
}
.js-accordion-info {
  display: none;
}
.js-form-messange {
  display: none;
}
.js-form-messange--error {
  color: #EC2830;
  display: block !important;
}
.js-form-messange--ok {
  color: green;
  display: block !important;
}
.js-form-input-error {
  border-color: #EC2830 !important;
  color: #EC2830 !important;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.js-form-input-error::-webkit-input-placeholder {
  color: #EC2830 !important;
}
.js-form-input-error::-moz-placeholder {
  color: #EC2830 !important;
}
.js-form-input-error:-moz-placeholder {
  color: #EC2830 !important;
}
.js-form-input-error:-ms-input-placeholder {
  color: #EC2830 !important;
}
.btn {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #EC2830;
  color: #ffffff;
  width: 204px;
  min-height: 60px;
  max-width: 100%;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 6px 10px 5px;
  transition: all 0.5s;
  text-decoration: none;
  box-shadow: 0px 5px 30px rgba(236, 40, 48, 0.2);
  border-radius: 8px;
}
.btn svg {
  margin-left: 22px;
}
.btn--small {
  width: 100%;
  min-height: 40px;
  font-size: 12px;
  border-radius: 2px;
  padding-top: 5px;
  font-weight: 400;
}
.btn--black {
  background: #262626;
}
.btn--white {
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  background: transparent;
}
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  border-bottom: 1px solid #FAFAFA;
}
.header__menu-wrap {
  padding-top: 7px;
  padding-bottom: 8px;
  background: #333333;
  color: #ffffff;
}
.header__row {
  align-content: center;
  align-items: center;
}
.header__row--menu {
  justify-content: space-between;
}
.header__burger {
  display: none;
}
.header__mob {
  display: none;
}
.header__contacts-time-mob {
  display: none;
}
.header__apps {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.header__apps-item {
  padding-left: 12px;
  padding-right: 12px;
}
.header__info {
  padding-top: 18px;
  padding-bottom: 18px;
}
.header__contacts-name {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: #262626;
  margin-bottom: 2px;
}
.header__contacts-name a {
  text-decoration: none;
}
.header__contacts-name--city::before {
  content: '';
  display: block;
  width: 16px;
  height: 20px;
  background: url(../images/bxs_map.svg);
  position: absolute;
  left: -27px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header__contacts-link {
  font-size: 12px;
  line-height: 1.17;
  color: #828282;
  text-decoration: none;
  position: relative;
  font-weight: 700;
}
.header__contacts-link:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #828282;
}
.header__col-btns-row {
  margin-left: -4px;
  margin-right: -4px;
}
.header__col-btns-col {
  padding-left: 4px;
  padding-right: 4px;
}
.header__btn--lk {
  background: #FAFAFA;
  color: #828282;
  box-shadow: none;
}
.header__mob-contacts {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.header__mob-sign-up-wrap {
  padding-bottom: 73px;
}
.header__mob-phone {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #333333;
  display: inline-block;
  padding-bottom: 5px;
  text-decoration: none;
}
.header__mob-call {
  font-size: 14px;
  line-height: 1;
  color: #828282;
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  list-style: none;
  justify-content: center;
}
.menu__item {
  padding-left: 16px;
  padding-right: 16px;
}
.menu__link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
  color: #FAFAFA;
  transition: all 0.5s;
  letter-spacing: 0.03em;
}
.burger {
  z-index: 999;
  position: relative;
}
.burger__btn-icon {
  width: 24px;
  height: 18px;
  position: relative;
  display: block;
}
.burger__btn-icon-line {
  width: 24px;
  height: 3px;
  display: block;
  background: #828282;
  position: absolute;
  transition: all 0.5s;
}
.burger__btn-icon-line:first-child {
  top: 0;
  left: 0;
}
.burger__btn-icon-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.burger__btn-icon-line:last-child {
  bottom: 0;
  left: 0;
}
.burger__btn-name {
  opacity: 0;
  object-fit: none;
  font-size: 0;
  text-indent: -9999px;
  position: absolute;
}
.burger--open .burger__btn-icon-line:first-child {
  transform: translateY(8px) rotate(45deg);
}
.burger--open .burger__btn-icon-line:nth-child(2) {
  opacity: 0;
}
.burger--open .burger__btn-icon-line:last-child {
  transform: translateY(-7px) rotate(-45deg);
}
.form__for-input {
  padding-bottom: 19px;
}
.form__messange {
  padding-top: 10px;
  text-align: center;
}
.form__label {
  display: block;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 1.17;
  color: #262626;
}
.form__input {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 60px;
  border: 1px solid #777777;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 400;
  color: #262626;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form__input--white {
  border: 0;
}
.form__input::-webkit-input-placeholder {
  color: #828282;
  opacity: 1;
  font-weight: 400;
}
.form__input::-moz-placeholder {
  color: #828282;
  opacity: 1;
  font-weight: 400;
}
.form__input:-moz-placeholder {
  color: #828282;
  opacity: 1;
  font-weight: 400;
}
.form__input:-ms-input-placeholder {
  color: #828282;
  opacity: 1;
  font-weight: 400;
}
.form__textarea {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 92px;
  border: 1px solid #777777;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  padding: 16px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form__textarea--white {
  border: 0;
}
.form__textarea::-webkit-input-placeholder {
  color: #828282;
  opacity: 1;
  font-weight: 400;
}
.form__textarea::-moz-placeholder {
  color: #828282;
  opacity: 1;
  font-weight: 400;
}
.form__textarea:-moz-placeholder {
  color: #828282;
  opacity: 1;
  font-weight: 400;
}
.form__textarea:-ms-input-placeholder {
  color: #828282;
  opacity: 1;
  font-weight: 400;
}
.form__label-checkbox {
  cursor: pointer;
  position: relative;
}
.form__input-checkbox {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.form__label-check-wrap {
  display: inline-flex;
  align-content: center;
  align-items: center;
}
.form__input-checkbox:checked + .form__label-check-wrap {
  position: relative;
}
.form__check-check {
  width: 24px;
  height: 24px;
  border: 1px solid #828282;
  border-radius: 6px;
  position: relative;
  background: #ffffff;
}
.form__check-check--white {
  border: 0;
}
.form__check-text {
  font-size: 14px;
  line-height: 1.3;
  color: #828282;
  padding-left: 12px;
  padding-top: 3px;
  max-width: calc(100% - 24px);
}
.form__check-text a {
  color: #333333;
}
.form__input-checkbox:checked + .form__label-check-wrap .form__check-check {
  border-color: #EC2830;
  background: #EC2830;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
}
.form__input-checkbox:checked + .form__label-check-wrap .form__check-check:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/icons/icon-check.svg) no-repeat center;
}
.js-form-input-error.form__input-checkbox + .form__label-check-wrap .form__check-check {
  border: 2px solid #EC2830;
  box-sizing: border-box;
}
.popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: 100vh;
  margin: auto;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
}
.popup__container {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  max-width: 1240px;
  max-height: calc(100vh - 80px);
  background: transparent;
  padding: 0;
}
.popup__container--form {
  max-width: 550px;
}
.popup__container--succes {
  max-width: 520px;
}
.popup__container--form-reviews {
  max-width: 680px;
}
.popup__container--form-service {
  max-width: 978px;
}
.popup__inner {
  height: 100%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 26px 20px 32px;
  background: #FFFFFF;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.14);
  border: 0;
  overflow-y: auto;
}
.popup__inner--service {
  padding: 50px 100px 79px;
}
.popup__close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 5;
  transition: all 0.5s;
}
.popup__close svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
}
.popup__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #262626;
  text-align: center;
  padding-bottom: 29px;
}
.popup__title--service {
  text-align: left;
}
.popup__subtitle {
  margin-top: -20px;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 1.56;
  color: #262626;
  text-align: center;
}
.popup__subtitle--service {
  text-align: left;
  font-weight: 400;
  max-width: 470px;
  line-height: 1.4;
}
.popup__succes-title {
  font-size: 27px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}
.popup__succes-title + .popup-form__item-btns {
  padding-top: 30px;
}
.popup-form__for-checkbox {
  padding-bottom: 8px;
}
.popup-form .form__check-text {
  padding-top: 0;
}
.popup-form__for-btn {
  text-align: center;
  padding-top: 10px;
}
.popup-form__btn {
  width: 280px;
}
.popup-form .form__check-text a {
  color: #828282;
}
.popup-form__for-input {
  padding-bottom: 10px;
}
.popup-form__input {
  height: 54px;
  font-size: 16px;
}
.popup-banner {
  background: #262626;
  padding: 7px 39px 59px;
  position: relative;
  margin-bottom: 21px;
  min-height: 215px;
}
.popup-banner__wrap {
  position: relative;
  z-index: 3;
}
.popup-banner__item-title {
  font-size: 80px;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
}
.popup-banner__item-title--middle {
  font-size: 60px;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 7px;
}
.popup-banner__item-title--small {
  font-size: 60px;
  padding-bottom: 10px;
  padding-top: 7px;
}
.popup-banner__item-title span {
  color: #EC2830;
}
.popup-banner__item-subtitle {
  max-width: 364px;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
}
.popup-banner__picture-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  max-width: 309px;
}
.popup-banner__picture {
  max-height: 215px;
}
.popup-banner__picture--4 {
  max-height: none;
}
.popup__tab-wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}
.popup__tab {
  border-collapse: collapse;
}
.popup__tab th {
  padding: 13px 20px;
  background: #F2F2F2;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #777777;
  border: 1px solid #cccccc;
}
.popup__tab th:first-child {
  text-align: left;
}
.popup__tab td {
  min-width: 180px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.56;
  color: #262626;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.popup__tab td:first-child {
  text-align: left;
  min-width: 300px;
}
.popup__tab td.popup__td-title {
  background: #F2F2F2;
  text-align: center;
  font-weight: 600;
}
.promo {
  padding-bottom: 28px;
  height: 588px;
  transition: all 0.5s;
}
.promo__wrap {
  position: relative;
}
.promo__row {
  position: initial;
}
.promo__title-main {
  padding-bottom: 3px;
  display: block;
}
.promo__title-sale {
  margin-left: 25%;
  position: relative;
  display: inline-block;
}
.promo__title-sale:after {
  content: '';
  display: block;
  width: 494px;
  height: 203px;
  background: url(../images/promo-sale-bg.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -76px;
  top: -84px;
}
.promo__title-car {
  margin-left: 29%;
  display: block;
}
.promo__picture {
  position: absolute;
  top: 180px;
  left: -75px;
}
.promo__steps-wrap {
  padding-top: 38px;
}
.promo-slider__slider .slick-track:before,
.promo-slider__slider .slick-track:after {
  display: none;
}
.promo-slider__slider .slick-track {
  display: flex;
}
.promo-slider__slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.promo-slider__slider .promo-slider__item {
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
}
.promo-slider__slider .slick-slide {
  height: auto !important;
}
.promo-slider__slider .promo-slider__link {
  height: 100%;
}
.promo-slider__nav-inner {
  position: initial;
}
.promo-slider__nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 96px;
  background: #FFFFFF;
  box-shadow: -1px 1px 13px rgba(0, 0, 0, 0.089);
  border-radius: 4px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.promo-slider__nav-btn--before {
  left: -26px;
}
.promo-slider__nav-btn--after {
  right: -26px;
}
.promo-slider {
  position: relative;
}
.promo-slider__link {
  background: #262626;
  border: 1px solid #FFFFFF;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 31px 30px 33px 40px;
  height: 100%;
  justify-content: space-between;
  text-decoration: none;
  transition: all 0.5s;
}
.promo-slider__picture-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}
.promo-slider__picture-wrap--summer {
  bottom: 12px;
}
.promo-slider__picture-wrap--color {
  bottom: 61px;
}
.promo-slider__btn-wrap {
  padding-top: 224px;
}
.promo-slider__info {
  color: #ffffff;
}
.promo-slider__title {
  font-size: 30px;
  line-height: 1.33;
  font-weight: 700;
  padding-bottom: 15px;
}
.promo-slider__subtitle {
  font-size: 16px;
  line-height: 1.56;
}
.promo-slider__btn {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  color: #EC2830;
  transition: all 0.5s;
}
.promo-services {
  padding-bottom: 80px;
}
.promo-services__title {
  padding-bottom: 25px;
  font-size: 80px;
  line-height: 1.1;
}
.promo-services__subtitle {
  letter-spacing: 0.01em;
  padding-bottom: 30px;
}
.promo-services__col {
  padding-bottom: 20px;
}
.promo-services__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  border: 1px solid #787878;
  border-radius: 24px;
  padding: 16px 20px 14px;
  position: relative;
  transition: all 0.5s;
  min-height: 213px;
  justify-content: space-between;
  overflow: hidden;
}
.promo-services__info {
  position: relative;
  z-index: 3;
}
.promo-services__btn-wrap {
  padding-top: 5px;
}
.promo-services__picture-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}
.promo-services__picture-wrap--registration-ban {
  bottom: 7px;
}
.promo-services__picture-wrap--cars-in-pledge {
  bottom: 11px;
}
.promo-services__item-title {
  font-size: 30px;
  line-height: 1;
  color: #262626;
  padding-bottom: 13px;
  transition: all 0.5s;
  font-weight: 700;
}
.promo-services__item-subtitle {
  font-size: 14px;
  line-height: 1.33;
  color: #262626;
  width: 230px;
  max-width: 100%;
  transition: all 0.5s;
}
.promo-services__item-subtitle--used-cars {
  width: 160px;
}
.promo-services__item-subtitle--credite-cars {
  width: 165px;
}
.promo-services__item-subtitle--cars-not-running {
  width: 166px;
}
.promo-services__item-subtitle--registration-ban {
  width: 170px;
}
.promo-services__item-subtitle--cars-in-pledge {
  width: 175px;
}
.promo-services__item-subtitle--broken-cars {
  width: 180px;
}
.promo-services__btn {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  color: #ffffff;
  opacity: 0;
  transition: all 0.5s;
}
.contacts__map {
  width: 100%;
  height: 458px;
  background: #cccccc;
  position: relative;
}
.contacts__map-container {
  width: 100%;
  height: 100%;
}
ymaps[class$="search__suggest-item"] {
  font-family: 'Open Sans', sans-serif;
}
.contacts__map-ballon {
  font-family: 'Open Sans', sans-serif;
}
.contacts__map-adress-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #1F2D3D;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 5px;
  font-weight: 700;
}
.contacts__map-adress {
  font-size: 14px;
  line-height: 1.2;
  color: #1F2D3D;
  font-family: 'Open Sans', sans-serif;
}
/*Для карты в contacts-map.less*/
.contacts {
  padding-top: 100px;
  padding-bottom: 87px;
  overflow: hidden;
}
.contacts__wrap {
  padding-bottom: 38px;
}
.contacts__inner {
  position: initial;
}
.contacts__map-wrap {
  position: relative;
  min-height: 458px;
}
.contacts__map {
  position: absolute;
  left: 0;
  min-width: calc(100% + (100vw - 1180px)/2);
}
.contacts__title {
  line-height: 1.1;
  padding-bottom: 32px;
}
.contacts__item {
  padding-bottom: 24px;
}
.contacts__item:last-child {
  padding-bottom: 0;
}
.contacts__name {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #000000;
  padding-bottom: 6px;
}
.contacts__address {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.38;
  color: #000000;
  padding-bottom: 6px;
  max-width: 290px;
}
.contacts__link {
  font-size: 16px;
  line-height: 1;
  color: #EC2830;
}
.contacts__promo-text {
  text-align: center;
  line-height: 1.1;
}
.contacts__promo-text span {
  color: #EC2830;
  display: block;
}
.promo-form {
  margin-bottom: 86px;
  position: relative;
}
.promo-form__row {
  justify-content: flex-end;
}
.promo-form__wrap {
  background: #262626;
  border-top: 4px solid #EC2830;
  border-bottom: 4px solid #EC2830;
  padding: 49px 80px 61px;
  position: relative;
  z-index: 3;
}
.promo-form__title {
  color: #ffffff;
  line-height: 1.17;
  font-size: 60px;
  padding-bottom: 29px;
}
.promo-form__for-btn {
  padding-top: 30px;
  text-align: center;
}
.promo-form__item-checkbox + .promo-form__item-checkbox {
  padding-top: 10px;
}
.promo-form__check-text {
  letter-spacing: 0.2px;
  line-height: 1.5;
}
.promo-form__check-text a {
  color: #828282;
  font-weight: 700;
}
.promo-form__check-check {
  background: transparent;
}
.promo-form__picture-wrap {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
}
.promo-form__picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
.footer {
  padding-top: 44px;
  padding-bottom: 44px;
  background: #FAFAFA;
}
.footer__main {
  padding-bottom: 24px;
}
.footer__logo-link {
  margin-bottom: 24px;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
}
.footer__logo {
  width: 148px;
}
.footer__logo-text {
  display: block;
  text-align: center;
  padding-top: 2px;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}
.footer__phone-link {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #333333;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}
.footer__mob-call {
  font-size: 12px;
  line-height: 1.17;
  color: #828282;
  font-family: 'Ubuntu', sans-serif;
}
.footer__menu {
  list-style: none;
}
.footer__menu-item {
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 1.33;
  color: #262626;
  font-family: 'Ubuntu', sans-serif;
}
.footer__menu-link {
  text-decoration: none;
}
.footer__mob-apps-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  padding-bottom: 12px;
  font-family: 'Ubuntu', sans-serif;
}
.footer__apps {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.footer__apps-item {
  padding-left: 4px;
  padding-right: 4px;
}
.footer__apps-link {
  display: flex;
  height: 40px;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #BDBDBD;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0);
  padding: 11px 17px;
  transition: all 0.5s;
}
.footer__apps-link-svg {
  transition: all 0.5s;
}
.footer__apps-link-name {
  padding-left: 6px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #828282;
  transition: all 0.5s;
}
.footer__social-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  justify-content: flex-end;
}
.footer__social-item {
  padding-left: 5px;
  padding-right: 5px;
}
.footer__social-link {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #BDBDBD;
  transition: all 0.5s;
}
.footer__social-link:hover {
  background: #EC2830;
}
.footer__text {
  font-size: 14px;
  line-height: 1.3;
  color: #CECECE;
  font-family: 'Ubuntu', sans-serif;
}
.footer__info-text {
  padding-bottom: 8px;
}
.footer__copyright {
  font-size: 12px;
  line-height: 1.2;
  color: #828282;
  font-family: 'Ubuntu', sans-serif;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  color: #D9D9D9;
  letter-spacing: 0.01em;
  line-height: 1.35;
  font-size: 14px;
  font-weight: 600;
}
.breadcrumbs__item:after {
  content: ' / ';
  margin-right: 5px;
}
.breadcrumbs__item:last-child:after {
  display: none;
}
.breadcrumbs__link {
  text-decoration: none;
}
.breadcrumbs__span {
  color: #B3B3B3;
}
.action-info {
  padding-top: 84px;
}
.action-info__title {
  padding-bottom: 26px;
}
.action-info__text-wrap {
  font-size: 30px;
  line-height: 1.33;
  color: #262626;
  padding-bottom: 42px;
}
.action-info__text-wrap p {
  padding-bottom: 20px;
}
.action-info__text-wrap p span {
  color: #EC2830;
}
.action-info__text-wrap ul {
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: 21px;
  margin-top: -7px;
}
.action-info__text-wrap li {
  padding-bottom: 5px;
}
.action-info__more {
  font-size: 30px;
  line-height: 1.33;
  color: #262626;
  padding-bottom: 27px;
}
.action-info__more a {
  text-decoration: none;
  font-weight: 600;
}
.action-info__note {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.56;
  color: #787878;
}
.action-info__note span {
  color: #EC2830;
}
.action-info__tab-wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.action-info__tab {
  border-collapse: collapse;
}
.action-info__tab th {
  padding: 13px 20px;
  background: #F2F2F2;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: #777777;
}
.action-info__tab th:first-child {
  text-align: left;
}
.action-info__tab td {
  min-width: 180px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.56;
  color: #262626;
  vertical-align: top;
}
.action-info__tab td:first-child {
  text-align: left;
  min-width: 300px;
}
.action-info__tab tr:nth-child(2) td {
  padding-top: 23px;
}
.action-info__tab tr:nth-last-child(2) td {
  padding-bottom: 24px;
}
.action-info__tab tr:nth-last-child(1) td {
  padding: 13px 20px;
  background: #262626;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: #ffffff;
}
.action-info__tab tr:nth-last-child(1) td:first-child {
  text-align: left;
}
.action-info__check {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  position: relative;
  background: #EC2830;
  display: inline-flex;
}
.action-info__check:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/icons/icon-check.svg) no-repeat center;
}
.promo-breadcrumbs {
  padding-top: 19px;
  padding-bottom: 11px;
}
.steps {
  position: relative;
}
.steps__col {
  margin-bottom: 41px;
}
.steps__item {
  background: #F0F0F0;
  min-height: 65px;
  border-radius: 8px;
  padding: 25px;
  position: relative;
  transition: all 0.5s;
  cursor: default;
}
.steps__item--step2::before {
  content: '';
  width: 485px;
  height: 138px;
  background: url(../images/step2_3.png) no-repeat center top;
  background-size: 485px 201px;
  position: absolute;
  right: -20px;
  top: 29px;
  z-index: -1;
}
.steps__item--step3::before {
  content: '';
  width: 485px;
  height: 138px;
  background: url(../images/step3.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 121px;
  top: -76px;
  z-index: -1;
}
.steps__num {
  position: absolute;
  width: 43px;
  height: 43px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: #EC2830;
  color: #F0F0F0;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  left: 10px;
  top: -21px;
  transition: all 0.5s;
}
.steps__wrap {
  display: block;
  text-decoration: none;
}
.steps__name {
  font-size: 20px;
  color: #262626;
  text-align: center;
  display: block;
  text-decoration: none;
  transition: all 0.5s;
}
.steps__note {
  display: block;
  padding-top: 24px;
  font-size: 18px;
  line-height: 1.39;
  color: #ffffff;
  transition: all 0.5s;
  opacity: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  padding-top: 0;
}
.steps__item:hover {
  background: #EC2830;
}
.steps__item:hover .steps__num {
  background: #D9D9D9;
  color: #262626;
}
.steps__item:hover .steps__name {
  color: #ffffff;
}
.steps__item:hover .steps__note {
  opacity: 1;
  height: auto;
  font-size: 18px;
  line-height: 1.39;
  padding-top: 24px;
}
.steps__col--step1:hover + .steps__col--step2 .steps__item--step2:before {
  height: 201px;
  background-size: 485px 201px;
  transition: height 0.5s;
}
.steps__col--step2:hover .steps__item--step2:before {
  height: 201px;
  background-size: 485px 201px;
  transition: height 0.5s;
}
.quick-grade {
  padding-bottom: 81px;
}
.quick-grade__title {
  padding-bottom: 28px;
}
.quick-grade__subtitle {
  padding-bottom: 39px;
}
.quick-grade-form__for-btn {
  text-align: center;
  padding-top: 20px;
}
.quick-grade-form__for-checkbox {
  padding-bottom: 10px;
}
.quick-grade-form__btn {
  width: 258px;
}
.advantages {
  padding-bottom: 66px;
}
.advantages__title {
  padding-bottom: 30px;
}
.advantages__col {
  padding-bottom: 20px;
}
.advantages__item {
  height: 100%;
  background: #F9F9F9;
  border-radius: 24px;
  padding: 20px 13px 38px;
}
.advantages__icon-wrap {
  padding-bottom: 22px;
  text-align: center;
}
.advantages__icon {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 0;
  width: 70px;
  height: 70px;
  background: #EC2830;
  border-radius: 50%;
}
.advantages__text {
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  color: #262626;
}
.redeemed-cars {
  padding-bottom: 44px;
}
.redeemed-cars__title {
  padding-bottom: 50px;
  font-size: 80px;
  letter-spacing: 0.01em;
}
.redeemed-cars__item-wrap {
  padding-bottom: 10px;
}
.redeemed-cars__item {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  overflow: hidden;
}
.redeemed-cars__photo-wrap {
  height: 100%;
  position: relative;
}
.redeemed-cars__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  position: absolute;
  top: 0;
  left: 0;
}
.redeemed-cars__main-info-wrap {
  padding-top: 30px;
  padding-bottom: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #262626;
}
.redeemed-cars__info-wrap {
  max-width: 326px;
}
.redeemed-cars__info-item {
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.redeemed-cars__info-name {
  display: flex;
  align-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.23;
  color: #828282;
}
.redeemed-cars__info-name span {
  padding-left: 4px;
}
.redeemed-cars__info-value {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
}
.redeemed-cars__status-wrap {
  padding-top: 8px;
  padding-bottom: 30px;
}
.redeemed-cars__status {
  background: #F2F2F2;
  border-radius: 15px;
  width: 100%;
  height: 6px;
  overflow: hidden;
  position: relative;
}
.redeemed-cars__status:before {
  content: '';
  display: block;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.redeemed-cars__status--10:before {
  background: #67B92E;
  width: 100%;
}
.redeemed-cars__status--9:before {
  background: #67B92E;
  width: 90%;
}
.redeemed-cars__status--8:before {
  background: #F2A80C;
  width: 80%;
}
.redeemed-cars__status--7:before {
  background: #F2A80C;
  width: 70%;
}
.redeemed-cars__status--6:before {
  background: #F26D0C;
  width: 60%;
}
.redeemed-cars__status--5:before {
  background: #F26D0C;
  width: 50%;
}
.redeemed-cars__status--4:before {
  background: #F26D0C;
  width: 40%;
}
.redeemed-cars__status--3:before {
  background: #EC2830;
  width: 30%;
}
.redeemed-cars__status--2:before {
  background: #EC2830;
  width: 20%;
}
.redeemed-cars__status--1:before {
  background: #EC2830;
  width: 10%;
}
.redeemed-cars__price-wrap {
  padding-bottom: 22px;
  margin-top: -7px;
}
.redeemed-cars__price-name {
  padding-bottom: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25;
  color: #828282;
}
.redeemed-cars__price-item {
  margin-bottom: 8px;
  max-width: 326px;
  background: #EDEDED;
  border-radius: 500px;
  min-height: 42px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px 6px 6px;
}
.redeemed-cars__price-item--wagner {
  background: #F8FAF6;
  border: 1px solid rgba(103, 185, 46, 0.2);
}
.redeemed-cars__price-logo-wrap {
  width: 95px;
  height: 30px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 401px;
  overflow: hidden;
  font-size: 0;
}
.redeemed-cars__price-value {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #828282;
}
.redeemed-cars__price-item--auto .redeemed-cars__price-logo {
  width: 70px;
}
.redeemed-cars__price-item--wagner .redeemed-cars__price-logo {
  margin-top: 2px;
}
.redeemed-cars__price-item--wagner .redeemed-cars__price-value {
  color: #67B92E;
}
.feedback {
  padding-bottom: 100px;
}
.feedback__subtitle {
  padding-bottom: 22px;
}
.feedback-form__for-btn {
  text-align: center;
  padding-top: 20px;
}
.feedback-form__for-checkbox {
  padding-bottom: 10px;
}
.feedback-form__textarea {
  height: 202px;
  font-size: 20px;
}
.reviews {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #F0F0F0;
}
.reviews__text-wrap {
  padding-top: 65px;
  padding-bottom: 30px;
}
.reviews__title {
  line-height: 1.1;
}
.reviews__subtitle {
  font-size: 40px;
  line-height: 1.25;
}
.reviews__subtitle + .reviews__subtitle {
  padding-top: 50px;
  max-width: 360px;
}
.reviews__wrap {
  padding-right: 20px;
  margin-left: -20px;
  height: 570px;
  overflow-y: auto;
  overflow-x: hidden;
}
.reviews__item {
  margin-bottom: 12px;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
  padding: 20px 10px 26px;
}
.reviews__item:before {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background: #EC2830;
  border-radius: 8px 8px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.reviews__item-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.reviews__item-author {
  display: flex;
  align-content: center;
  align-items: center;
}
.reviews__author-photo-wrap {
  width: 42px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__author-text {
  padding-left: 8px;
}
.reviews__author-name {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.0025em;
}
.reviews__author-level {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.004em;
  color: #757575;
}
.reviews__rating {
  display: flex;
  margin-right: -3px;
  margin-left: -3px;
}
.reviews__star {
  padding-left: 3px;
  padding-right: 3px;
}
.reviews__item-bq {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.005em;
  color: #455A64;
  padding-left: 23px;
  padding-right: 23px;
}
@media screen and (max-width: 1800px) {
  body {
    position: relative;
  }
}
@media screen and (max-width: 1240px) {
  body {
    position: relative;
  }
  .promo__title {
    font-size: 50px;
  }
  .promo__title-sale:after {
    width: 370px;
    height: 152px;
    left: -70px;
    top: -59px;
  }
  .contacts__map-wrap {
    min-height: auto;
  }
  .contacts__map {
    min-width: auto;
    position: relative;
    left: auto;
  }
}
@media screen and (max-width: 1200px) {
  body {
    position: relative;
  }
  h2 {
    font-size: 70px;
    line-height: 1.2;
  }
  h3 {
    font-size: 30px;
  }
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-11 {
    width: 91.66%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .header__contacts-name {
    font-size: 15px;
  }
  .promo {
    overflow: hidden;
    height: auto;
  }
  .promo__picture {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
  .contacts__promo-text {
    font-size: 60px;
  }
  .promo-form__picture-wrap {
    top: 100px;
    bottom: 100px;
    height: calc(100% - 200px);
  }
  .footer__col--apps {
    order: 2;
    display: flex;
    align-content: center;
    align-items: center;
    padding-top: 8px;
  }
  .footer__mob-apps-title {
    padding-bottom: 0;
    padding-right: 30px;
  }
  .footer__social-block {
    justify-content: flex-end;
  }
  .redeemed-cars__car-info {
    padding: 0 40px 0 20px;
  }
  .redeemed-cars__info-wrap {
    max-width: 100%;
  }
  .redeemed-cars__price-item {
    max-width: 100%;
  }
  .reviews__wrap {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  body {
    position: relative;
  }
  h2 {
    font-size: 60px;
  }
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-11 {
    width: 91.66%;
  }
  .col-md-12 {
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .header__menu-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 100vh;
    background: #ffffff;
    padding-top: 70px;
    z-index: 600;
    color: #222222;
    overflow-y: auto;
  }
  .header__menu-wrap {
    width: 360px;
    padding-top: 60px;
    padding-bottom: 0;
  }
  .header__burger {
    display: block;
    z-index: 999;
    margin: 0;
  }
  .header__mob {
    display: block;
  }
  .header__contacts-block {
    text-align: right;
  }
  .header__contacts-link-wrap {
    display: none;
  }
  .header__contacts-time-mob {
    display: block;
    font-size: 13px;
    color: #828282;
    padding-top: 3px;
  }
  .header__info {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header__contacts-name {
    font-size: 14px;
    letter-spacing: 0.01em;
    font-weight: 700;
  }
  .header__col-btns {
    display: none;
  }
  .header__col-address {
    display: none;
  }
  .header__col-menu {
    width: 100%;
  }
  .header__col-apps {
    display: none;
  }
  .header__mob-sign-up-wrap {
    text-align: center;
  }
  .menu__list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .menu__list {
    display: block;
    margin: 0;
  }
  .menu__item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .menu__item {
    padding: 0;
    display: block;
  }
  .menu__link {
    color: #222222;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    padding-top: 24px;
    padding-bottom: 24px;
    letter-spacing: 0;
    display: block;
    border-bottom: 1px solid #C4C4C4;
  }
  .form__label-check-wrap {
    align-content: flex-start;
    align-items: flex-start;
  }
  .popup__container {
    width: calc(100% - 60px);
    max-height: calc(100vh - 114px);
  }
  .popup__inner--service {
    padding: 50px;
  }
  .popup-banner {
    padding-bottom: 100px;
  }
  .popup-banner__item-title {
    font-size: 60px;
  }
  .popup-banner__item-title--middle {
    font-size: 50px;
  }
  .popup-banner__item-title--small {
    font-size: 45px;
  }
  .popup-banner__item-subtitle {
    max-width: 300px;
  }
  .popup-banner__picture-wrap {
    bottom: 0;
    transform: none;
  }
  .popup__tab-wrap {
    overflow-x: auto;
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .popup__tab-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
    /*Для горизрнтального скролла*/
  }
  .promo {
    padding-bottom: 60px;
  }
  .promo__picture {
    margin-top: 35px;
  }
  .promo-slider__nav-btn--before {
    left: -15px;
  }
  .promo-slider__nav-btn--after {
    right: -15px;
  }
  .promo-services__title {
    font-size: 60px;
  }
  .contacts__promo-text {
    font-size: 40px;
    line-height: 1.25;
  }
  .promo-form {
    margin-bottom: 67px;
    background: #262626;
    border-top: 4px solid #EC2830;
    border-bottom: 4px solid #EC2830;
  }
  .promo-form__wrap {
    padding: 49px 0 37px;
    background: transparent;
    border: 0;
  }
  .promo-form__picture-wrap {
    position: relative;
    top: auto;
    bottom: auto;
    height: auto;
  }
  .promo-form__picture-wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    top: -30px;
    left: 0;
    background: linear-gradient(180deg, #262626 0%, #262626 20%, rgba(38, 38, 38, 0) 98.65%);
  }
  .footer__logo-text {
    font-size: 11px;
  }
  .footer__menu-item {
    font-size: 15px;
  }
  .footer__apps {
    flex-grow: 1;
  }
  .footer__apps-item {
    width: 50%;
  }
  .footer__social-block {
    margin-left: -4px;
    margin-right: -4px;
  }
  .footer__social-item {
    padding-left: 4px;
    padding-right: 4px;
  }
  .action-info__tab-wrap {
    overflow-x: auto;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .action-info__tab-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
    /*Для горизрнтального скролла*/
  }
  .steps {
    background: url(../images/steps-mob.svg) no-repeat center;
  }
  .steps__col {
    margin-bottom: 52px;
  }
  .steps__col:last-child {
    margin-bottom: 0;
  }
  .steps__item--step2::before {
    background: none;
  }
  .steps__item--step3::before {
    background: none;
  }
  .reviews {
    padding-bottom: 80px;
  }
  .reviews__subtitle + .reviews__subtitle {
    padding-top: 30px;
    max-width: 100%;
    padding-top: 15px;
  }
}
@media screen and (max-width: 670px) {
  body {
    position: relative;
  }
  h1 {
    font-size: 50px;
    line-height: 1.2;
    color: #000000;
  }
  h2 {
    font-size: 50px;
    line-height: 1.2;
  }
  h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .inner {
    padding: 0 20px;
  }
  .inner--all {
    padding: 0;
  }
  .col-1 {
    width: 100%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .col-7 {
    width: 100%;
  }
  .col-8 {
    width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  .col-11 {
    width: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-five {
    width: 100%;
  }
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-11 {
    width: 91.66%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .btn {
    width: 100%;
    min-height: 56px;
  }
  .btn--white {
    background: rgba(38, 38, 38, 0.48);
  }
  .header__menu-wrap {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
  }
  .popup {
    background: rgba(0, 0, 0, 0.6);
  }
  .popup__container {
    width: calc(100% - 32px);
    max-height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
  }
  .popup__inner {
    overflow-y: auto;
    padding: 30px;
  }
  .popup__inner--service {
    padding: 30px;
  }
  .popup__close {
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
  }
  .popup__close svg {
    width: 32px;
    height: 32px;
  }
  .popup-banner {
    padding: 20px;
    padding-bottom: 130px;
  }
  .popup-banner__item-title {
    font-size: 35px;
    line-height: 1.3;
  }
  .popup-banner__item-title--middle {
    font-size: 30px;
  }
  .popup-banner__item-title--small {
    font-size: 25px;
  }
  .popup-banner__picture-wrap {
    max-width: 70%;
  }
  .popup__tab-wrap {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .popup__tab th {
    font-size: 10px;
    padding: 13px 10px;
  }
  .popup__tab td {
    min-width: auto;
    font-size: 10px;
    padding: 10px;
  }
  .popup__tab td:first-child {
    min-width: auto;
  }
  .promo__title {
    text-align: center;
    padding-bottom: 18px;
  }
  .promo__title-sale {
    margin-left: 0;
  }
  .promo__title-car {
    margin-left: 0;
    font-size: 46px;
  }
  .promo__picture {
    position: relative;
    top: auto;
    left: auto;
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
  }
  .promo__steps-wrap {
    padding-top: 50px;
  }
  .promo-slider__nav-btn--before {
    left: 0;
  }
  .promo-slider__nav-btn--after {
    right: 0;
  }
  .promo-slider__link {
    padding-left: 20px;
    padding-right: 10px;
  }
  .promo-slider__title {
    font-size: 26px;
  }
  .promo-services {
    padding-bottom: 70px;
  }
  .promo-services__title {
    font-size: 41px;
    padding-bottom: 20px;
  }
  .promo-services__col {
    padding-bottom: 10px;
  }
  .promo-services__item {
    padding: 12px 20px 28px;
    min-height: 130px;
  }
  .promo-services__btn-wrap {
    display: none;
  }
  .promo-services__picture-wrap {
    height: calc(100% - 43px);
  }
  .promo-services__picture-wrap--used-cars {
    bottom: 0;
  }
  .promo-services__picture-wrap--credite-cars {
    height: 90%;
  }
  .promo-services__picture-wrap--cars-not-running {
    bottom: 0;
    height: 75%;
  }
  .promo-services__picture-wrap--registration-ban {
    bottom: 0;
  }
  .promo-services__picture-wrap--cars-in-pledge {
    bottom: 0;
  }
  .promo-services__picture {
    max-height: 100%;
    max-width: 123px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .promo-services__item-title {
    font-size: 20px;
    line-height: 1.25;
    padding-bottom: 11px;
  }
  .promo-services__item-subtitle--cars-not-running {
    width: 70%;
  }
  .promo-services__item-subtitle--registration-ban {
    width: 190px;
  }
  .contacts__map {
    height: 272px;
  }
  .contacts {
    padding-top: 80px;
    padding-bottom: 71px;
  }
  .contacts__wrap {
    padding-bottom: 20px;
  }
  .contacts__title {
    padding-bottom: 20px;
  }
  .contacts__item:last-child {
    padding-bottom: 31px;
  }
  .promo-form__wrap {
    padding-top: 18px;
  }
  .promo-form__title {
    padding-bottom: 19px;
    font-size: 50px;
  }
  .promo-form__for-btn {
    padding-top: 20px;
  }
  .promo-form__picture-wrap:before {
    height: 121px;
    background: linear-gradient(180deg, #262626 0%, #262626 40%, rgba(38, 38, 38, 0) 98.65%);
  }
  .footer {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .footer__main {
    padding-bottom: 36px;
  }
  .footer__col--apps {
    padding-top: 0;
    display: block;
  }
  .footer__item {
    text-align: center;
  }
  .footer__logo {
    margin: auto;
  }
  .footer__logo-text {
    text-align: center;
    padding-top: 4px;
    font-size: 13px;
    line-height: 1.38;
  }
  .footer__phone-link {
    font-size: 18px;
  }
  .footer__menu {
    display: none;
  }
  .footer__mob-apps-title {
    text-align: center;
    padding-bottom: 12px;
    padding-right: 0;
  }
  .footer__apps {
    margin-left: -5px;
    margin-right: -5px;
  }
  .footer__apps-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer__social-block {
    padding-top: 22px;
    padding-bottom: 20px;
    justify-content: center;
  }
  .footer__text {
    color: #828282;
  }
  .footer__copyright {
    font-weight: 500;
  }
  .breadcrumbs {
    font-size: 12px;
    line-height: 1.67;
    font-weight: 400;
  }
  .action-info {
    padding-top: 31px;
  }
  .action-info__title {
    padding-bottom: 21px;
  }
  .action-info__text-wrap {
    padding-bottom: 29px;
    font-size: 20px;
    line-height: 1.5;
  }
  .action-info__text-wrap ul {
    font-size: 16px;
  }
  .action-info__more {
    font-size: 20px;
    padding-bottom: 16px;
  }
  .action-info__more a {
    font-size: 30px;
  }
  .action-info__note {
    font-size: 14px;
    line-height: 1.43;
  }
  .action-info__tab-wrap {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .action-info__tab th {
    font-size: 17px;
  }
  .action-info__tab td {
    min-width: 130px;
    font-size: 14px;
  }
  .action-info__tab td:first-child {
    min-width: 200px;
  }
  .action-info__tab tr:nth-last-child(1) td {
    font-size: 17px;
  }
  .promo-breadcrumbs {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .quick-grade {
    padding-bottom: 50px;
  }
  .quick-grade__title {
    padding-bottom: 21px;
  }
  .quick-grade__subtitle {
    padding-bottom: 21px;
  }
  .advantages__title {
    font-size: 41px;
  }
  .redeemed-cars {
    background: #FFFCF3;
    padding-top: 22px;
    padding-bottom: 35px;
  }
  .redeemed-cars__title {
    font-size: 41px;
    padding-bottom: 23px;
  }
  .redeemed-cars__item {
    border: none;
    border-radius: 0;
    background: #FAFAFA;
  }
  .redeemed-cars__car-info {
    padding: 0 20px;
  }
  .redeemed-cars__photo {
    position: relative;
    top: auto;
    left: auto;
  }
  .redeemed-cars__main-info-wrap {
    padding: 20px 0 11px;
  }
  .redeemed-cars__info-wrap {
    padding: 0 0 24px;
  }
  .redeemed-cars__info-name {
    font-size: 15px;
  }
  .redeemed-cars__status-wrap {
    padding-bottom: 0;
  }
  .redeemed-cars__price-wrap {
    margin-top: 0;
    padding: 0 0 28px;
  }
  .feedback {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .feedback__title {
    padding-bottom: 10px;
  }
  .reviews {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .reviews__text-wrap {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .reviews__title {
    padding-bottom: 12px;
    font-size: 41px;
  }
  .reviews__subtitle {
    font-size: 20px;
  }
  .reviews__subtitle + .reviews__subtitle {
    padding-top: 15px;
  }
  .reviews__wrap {
    padding-right: 0;
    margin-left: 0;
    height: auto;
    overflow: initial;
  }
  .reviews__item:before {
    display: none;
  }
  .reviews__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 96px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0.6;
    box-shadow: -1px 1px 13px rgba(0, 0, 0, 0.089);
    border-radius: 4px;
    z-index: 30;
  }
  .reviews__arrow--prev {
    left: -20px;
  }
  .reviews__arrow--next {
    right: -20px;
  }
}
@media screen and (max-width: 480px) {
  body {
    position: relative;
  }
}
@media screen and (max-width: 350px) {
  body {
    position: relative;
  }
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 41px;
  }
  .promo__title-main {
    font-size: 41px;
  }
  .promo__title-car {
    font-size: 41px;
  }
  .promo-services__title {
    font-size: 41px;
  }
  .advantages__title {
    font-size: 33px;
  }
  .redeemed-cars__title {
    font-size: 33px;
  }
}
@media screen and (min-width: 671px) {
  body {
    position: relative;
  }
}
@media screen and (min-width: 961px) {
  body {
    position: relative;
  }
}
@media screen and (min-width: 1201px) {
  body {
    position: relative;
  }
  .btn:hover {
    background: #B02A27;
    color: #ffffff;
  }
  .btn--black:hover {
    background: #4F4F4F;
  }
  .btn--white:hover {
    border-color: #B02A27;
  }
  .header__btn--lk:hover {
    background: #262626;
  }
  .menu__link:hover {
    color: #828282;
  }
  .popup__container::-webkit-scrollbar {
    width: 4px;
  }
  .popup__container::-webkit-scrollbar-track {
    background-color: #FAFAFA;
  }
  .popup__container::-webkit-scrollbar-thumb {
    background-color: #828282;
  }
  .promo-slider__link:hover {
    background: #EC2830;
  }
  .promo-slider__link:hover .promo-slider__btn {
    color: #262626;
  }
  .promo-services__item:hover {
    background: #EC2830;
  }
  .promo-services__item:hover .promo-services__item-title {
    color: #ffffff;
  }
  .promo-services__item:hover .promo-services__item-subtitle {
    color: #ffffff;
  }
  .promo-services__item:hover .promo-services__btn {
    opacity: 1;
  }
  .footer__menu-link:hover {
    color: #BDBDBD;
  }
  .footer__apps-link-svg path {
    transition: all 0.5s;
  }
  .footer__apps-link:hover {
    background: #EC2830;
    border-color: #EC2830;
  }
  .footer__apps-link:hover .footer__apps-link-svg path {
    fill: #ffffff !important;
  }
  .footer__apps-link:hover .footer__apps-link-name {
    color: #ffffff;
  }
  .reviews__wrap::-webkit-scrollbar {
    width: 8px;
  }
  .reviews__wrap::-webkit-scrollbar-track {
    background: #E6E6E6;
  }
  .reviews__wrap::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
  }
}
@media screen and (min-width: 961px) and (max-height: 600px) {
  body {
    position: relative;
  }
  .popup__subtitle {
    font-size: 14px;
  }
  .popup-form__for-btn {
    padding-top: 5px;
  }
  .popup-form__btn {
    min-height: 50px;
  }
  .promo__title {
    font-size: 50px;
    line-height: 1;
  }
  .promo__title-sale:after {
    width: 370px;
    height: 152px;
    left: -80px;
    top: -59px;
  }
  .promo__picture {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
  .promo__steps-wrap {
    padding-top: 30px;
  }
  .steps__col {
    margin-bottom: 35px;
  }
}
/* Базовые настройки */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; /* Растягиваем на всю ширину экрана */
  z-index: 9999; /* Чтобы всегда находилось поверх основного содержимого */
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;ф
  opacity: 0;
  transform: translateY(100%); /* Изначально спрятано внизу */
}

/* Анимация появления */
.show {
  opacity: 1;
  transform: translateY(0);
}

/* Стилизация текста внутри баннера */
.cookie-banner p {
  margin-bottom: 10px;
  line-height: 1.4;
}

/* Кнопка принятия политики cookie */
.cookie-banner button {
  background-color: #fff;
  color: #333;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out;
}

.cookie-banner button:hover {
  background-color: #ccc;
}

/* Медиа-запросы для мобильных устройств */
@media screen and (max-width: 768px) { /* Настройки для маленьких экранов */
  .cookie-banner {
      font-size: 14px;
      padding: 10px;
  }

  .cookie-banner button {
      padding: 8px 16px;
      font-size: inherit;
  }
}

/* Дополнительная настройка для очень маленьких экранов */
@media screen and (max-width: 480px) {
  .cookie-banner p {
      font-size: 13px;
  }
}