/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

:focus,
:active {
  outline: none;
}

/* Links */
a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a, a:visited {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  color: #EB5757;
  text-decoration: none;
}

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

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  margin: 0;
}

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

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
}

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

input, button, input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button, input[type=submit] {
  padding: 0;
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox],
input[type=submit] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

textarea {
  resize: none;
}

figure {
  margin: 0;
}

@font-face {
  font-family: "Commissioner";
  src: url("./../fonts/commissioner/Commissioner-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Commissioner";
  src: url("./../fonts/commissioner/Commissioner-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Commissioner";
  src: url("./../fonts/commissioner/Commissioner-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Commissioner", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #152026;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

.noscroll {
  overflow-y: hidden;
  touch-action: none;
  -ms-touch-action: none;
  height: 100vh;
}

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

.accent-color {
  color: #EB5757;
}

.accent-line {
  width: 40px;
  height: 3px;
  border-radius: 5px;
  background: #EB5757;
}

.strikeout {
  text-decoration: line-through;
}

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

.text-left {
  -moz-text-align-last: left;
       text-align-last: left;
}

.text-right {
  -moz-text-align-last: right;
       text-align-last: right;
}

.none {
  display: none;
}

.section-title {
  margin-bottom: 48px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mt-72 {
  margin-top: 72px;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: inline-block;
  color: #152026;
  font-weight: 700;
  line-height: 1.3;
}

h1, .h1 {
  font-size: 54px;
}

h2, .h2 {
  font-size: 38px;
}

h3, .h3 {
  font-size: 32px;
}

h4, .h4 {
  font-size: 28px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 20px;
}

.custom-dropdown {
  position: relative;
  width: 258px;
  height: 44px;
}

.custom-dropdown__button {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 0 30px 0 20px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 44px;
  color: rgba(21, 32, 38, 0.5);
}
.custom-dropdown__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  display: block;
  width: 12px;
  height: 12px;
  background: center/contain no-repeat url("./../img/site/arrow-down.svg");
}
.custom-dropdown__button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 10px rgba(235, 87, 87, 0.5);
          box-shadow: 0 0 10px rgba(235, 87, 87, 0.5);
}

.custom-dropdown__button--active {
  outline: none;
  -webkit-box-shadow: 0 0 10px rgba(235, 87, 87, 0.5);
          box-shadow: 0 0 10px rgba(235, 87, 87, 0.5);
}

.custom-dropdown__input-hidden {
  display: none;
}

.custom-dropdown__list {
  display: none;
  position: absolute;
  left: 0;
  top: 47px;
  z-index: 10;
  width: 100%;
  overflow-y: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-size: 16px;
  scrollbar-width: thin;
  scrollbar-color: #EB5757 rgba(21, 32, 38, 0.7);
}
.custom-dropdown__list::-webkit-scrollbar {
  width: 10px;
}
.custom-dropdown__list::-webkit-scrollbar-track {
  background: rgba(21, 32, 38, 0.7);
}
.custom-dropdown__list::-webkit-scrollbar-thumb {
  background-color: #EB5757;
  border-radius: 20px;
}

.custom-dropdown__list--visible {
  display: block;
}

.custom-dropdown__item {
  padding: 10px 20px;
  cursor: pointer;
  color: rgba(21, 32, 38, 0.5);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.custom-dropdown__item:hover {
  background-color: rgba(100, 100, 100, 0.5);
  color: #fff;
}
.custom-dropdown__item:first-child:hover {
  border-radius: 8px 8px 0 0;
}
.custom-dropdown__item:last-child:hover {
  border-radius: 0 0 8px 8px;
}

.input {
  padding: 0 20px;
  background: rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  height: 44px;
  line-height: 44px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(21, 32, 38, 0.7);
}
.input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 10px rgba(235, 87, 87, 0.5);
          box-shadow: 0 0 10px rgba(235, 87, 87, 0.5);
}

.phone {
  font-weight: 700;
  font-size: 18px;
}

.btn {
  width: 150px;
  height: 44px;
  border-radius: 8px;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.btn {
  cursor: pointer;
}
a.btn:visited {
  color: #fff;
}

.btn--grey {
  background: rgba(21, 32, 38, 0.5);
}
.btn--grey:hover, .btn--grey:focus {
  color: #fff;
  background: rgba(21, 32, 38, 0.7);
}

.btn--accent {
  background: #EB5757;
}
.btn--accent:hover, .btn--accent:focus {
  background: #dd3a3a;
  color: #fff;
}

.btn--big {
  width: 205px;
  font-size: 18px;
}

.btn--xbig {
  width: 258px;
  font-size: 18px;
}

.arrow-circle {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #152026;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.arrow-circle .arrow-circle-icon {
  position: relative;
  top: -1px;
  transition: -webkit-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
  display: inline-block;
  stroke: #EB5757;
}

.arrow-circle .arrow-circle-iconcircle {
  -webkit-transition: stroke-dashoffset 0.3s ease;
  -o-transition: stroke-dashoffset 0.3s ease;
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.arrow-circle:hover {
  color: #EB5757;
}

.arrow-circle:hover .arrow-circle-icon {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

.arrow-circle:hover .arrow-circle-iconcircle {
  stroke-dashoffset: 0;
}

.fade-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("./../img/site/modal-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(51, 51, 51, 0.98);
  z-index: 99999999;
}

.fade-block--visible {
  display: block;
}

.modal-window {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-form {
  position: relative;
  width: 350px;
  padding: 50px 30px 30px;
  background-color: rgb(243, 243, 243);
  border-radius: 8px;
}
.modal-form .modal-form__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
}
.modal-form button.btn {
  width: 100%;
}
.modal-form .close-img {
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
  width: 25px;
  height: 25px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.modal-form .close-img:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.modal-form .cta__privacy {
  margin-top: 8px;
  text-align: center;
}

.modal-form input {
  width: 100%;
}
.modal-form input + input {
  margin-top: 20px;
}

.modal-form form button {
  margin-top: 30px;
}

.success {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 50px;
  text-align: center;
}

.success .success__img {
  margin-bottom: 10px;
  display: block;
  width: 50px;
}

.success span {
  display: block;
  font-size: 18px;
  color: rgba(21, 32, 38, 0.7);
  line-height: 1.5;
}

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

.header-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: rgba(12, 12, 12, 0.5);
}

.header {
  background: #152026;
  -webkit-box-shadow: 0 3px 10px rgba(21, 32, 38, 0.5);
          box-shadow: 0 3px 10px rgba(21, 32, 38, 0.5);
}

.header-main, .header {
  padding: 20px 0;
  color: #fff;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav {
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
}
.header__nav > * + * {
  margin-left: 50px;
}

.mobile-icon {
  width: 24px;
  height: 24px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  z-index: 999;
}

.mobile-icon__middle {
  position: relative;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.mobile-icon__middle::before, .mobile-icon__middle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  background-color: #fff;
}
.mobile-icon__middle::before {
  top: -6px;
}
.mobile-icon__middle::after {
  top: 6px;
}

.mobile-icon.mobile-icon--active .mobile-icon__middle {
  background-color: transparent;
}
.mobile-icon.mobile-icon--active .mobile-icon__middle::before, .mobile-icon.mobile-icon--active .mobile-icon__middle::after {
  background-color: #fff;
  top: 0;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  -o-transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s;
}
.mobile-icon.mobile-icon--active .mobile-icon__middle::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-icon.mobile-icon--active .mobile-icon__middle::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 100px;
  background-color: #152026;
  color: #fff;
  z-index: 10;
  -webkit-transform: translateX(120%);
      -ms-transform: translateX(120%);
          transform: translateX(120%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mobile-menu--active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.mobile-menu__list {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.mobile-menu__item + .mobile-menu__item {
  margin-top: 20px;
}

.mobile-menu__item {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.mobile-menu__item:hover {
  color: #EB5757;
}

.mobile-menu .button--mobile-menu {
  color: #fff;
}
.mobile-menu .button--mobile-menu:hover {
  color: #EB5757;
}

.intro {
  padding: 155px 0 50px;
  width: 100%;
  height: 730px;
  background-color: rgba(51, 51, 51, 0.1);
  background-image: url("./../img/site/intro-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  color: #fff;
}
.intro__content .h1 {
  color: #fff;
}
.intro__content .intro__subtitle {
  font-weight: 500;
  font-size: 34px;
}

.podbor__title {
  font-weight: 500;
  font-size: 24px;
}

.podbor__selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.podbor__selects > * + * {
  margin-left: 20px;
}

.intro__advantages {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro__advantages .intro__advantages-item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.intro__advantages .intro__advantages-item img {
  margin-right: 8px;
}

.advantages {
  padding: 72px 0 36px;
}
.advantages .section-title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.advantages__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advantages__card {
  max-width: 356px;
}
.advantages__card .advantages__card-title {
  font-weight: 700;
  font-size: 24px;
}
.advantages__card .accent-line {
  margin: 18px auto;
}
.advantages__card .advantages__card-text {
  color: rgba(21, 32, 38, 0.5);
  line-height: 1.4;
}

.main-catalog {
  padding-top: 36px;
  padding-bottom: 72px;
}
.main-catalog .arrow-circle {
  text-align: center;
}

.main-catalog__wrapper {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 72px;
}
.main-catalog__wrapper .offer, .main-catalog__wrapper .new-car {
  margin-right: auto;
  margin-left: auto;
}

.offer {
  width: 320px;
}
.offer img {
  width: 100%;
  height: 220px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: rgba(51, 51, 51, 0.1);
}

.offer__title {
  font-weight: 700;
  font-size: 18px;
}
.offer__title span {
  text-transform: uppercase;
}

.offer__info {
  color: rgba(21, 32, 38, 0.5);
}

.offer__prices-wrapper {
  padding: 20px;
  border-radius: 8px;
  background: rgba(51, 51, 51, 0.1);
}

.offer__price .sale {
  margin-right: 12px;
  font-weight: 700;
  font-size: 24px;
}
.offer__price .full-price {
  font-weight: 500;
  color: rgba(21, 32, 38, 0.5);
  text-decoration: line-through;
}

.offer__credit {
  font-weight: 500;
}
.offer__credit span {
  color: rgba(21, 32, 38, 0.5);
}

.offer__bts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new-car {
  width: 320px;
  height: 440px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: rgba(51, 51, 51, 0.1);
}
.new-car img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}

.new-car__content {
  position: relative;
  z-index: 10;
  padding: 0 30px 30px;
}
.new-car__content a.btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.new-car__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  color: #FFFFFF;
}

.new-car__fon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
}

.cta {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(158, 171, 184, 0.2);
}
.cta::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("./../img/site/vector-left.svg");
  width: 297px;
  height: 192px;
}
.cta::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("./../img/site/vector-right.svg");
  width: 218px;
  height: 390px;
}

.cta__content {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.cta.question .cta__title {
  margin-bottom: 36px;
}

.cta__title {
  margin-bottom: 18px;
}

.cta__subtitle {
  font-size: 18px;
  line-height: 1.78;
  color: rgba(21, 32, 38, 0.7);
}

.cta__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta__form .input {
  width: 230px;
}

.cta__privacy {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(21, 32, 38, 0.7);
}
.cta__privacy a {
  display: inline;
  text-decoration: underline;
}
.cta__privacy a:hover {
  text-decoration: underline;
}

.about {
  padding-top: 72px;
  padding-bottom: 72px;
}

.about__row {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__left {
  max-width: 710px;
}
.about__left .h6 {
  font-weight: 500;
}
.about__left p {
  line-height: 1.5;
}
.about__left p + p {
  margin-top: 16px;
}

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

.about__list-item {
  position: relative;
  width: 50%;
  padding-left: 32px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.about__list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("./../img/site/about-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.about__right {
  position: relative;
  overflow: hidden;
  padding: 20px 35px 0;
  width: 315px;
  height: 510px;
  background-color: rgb(232, 236, 237);
  border-radius: 8px;
  line-height: 1.5;
}
.about__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 223px;
  background-image: url("./../img/site/vector-accent.svg");
  background-repeat: no-repeat;
}
.about__right::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 267px;
  background-image: url("./../img/site/about-bg.webp");
  background-repeat: no-repeat;
}
.about__right p {
  font-size: 18px;
}

.footer {
  background-color: #152026;
  color: rgba(255, 255, 255, 0.7);
}
.footer .phone {
  color: #fff;
}
.footer .phone:hover {
  color: #EB5757;
}

.footer__top, .footer__bottom {
  padding-top: 36px;
  padding-bottom: 36px;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}
.footer__bottom a {
  display: inline;
}

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

.footer__col {
  width: 25%;
}
.footer__col:last-child {
  margin-left: auto;
}

.footer__bottom p + p, .footer__col p + p {
  margin-top: 10px;
}

.footer__logo {
  padding-top: 10px;
}

.footer__nav-item + .footer__nav-item {
  margin-top: 5px;
}

.footer__nav-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.catalog {
  padding-top: 72px;
  padding-bottom: 72px;
}

.mix__mark {
  font-size: 0;
}

.mix__tag {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 15px;
  border-radius: 8px;
  background-color: rgba(158, 171, 184, 0.2);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: rgba(21, 32, 38, 0.7);
}
.mix__tag:not(:last-child) {
  margin-right: 16px;
}

.mix__body {
  padding-bottom: 36px;
}

.mix__catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 72px;
}
.mix__catalog .offer {
  margin-right: auto;
  margin-left: auto;
}

.auto {
  padding-top: 72px;
  padding-bottom: 72px;
}
.auto .arrow-circle {
  text-align: center;
}

.auto-cta {
  padding: 24px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-image: url("./../img/site/auto-cta-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}

.auto-cta__content {
  color: #fff;
}

.auto-cta__credit {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3;
}

.auto-cta__price {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
}
.auto-cta__price span {
  margin-left: 20px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}

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

.auto-cta__date {
  margin-left: 60px;
  font-weight: 500;
  font-size: 18px;
  line-height: 44px;
}

.auto-cta__img {
  width: 290px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.auto-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.auto-card__img {
  width: 650px;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}

.auto-card__form {
  width: 400px;
  padding: 25px 40px;
  background-color: rgba(51, 51, 51, 0.1);
  border-radius: 8px;
}

.auto-card__form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(158, 171, 184, 0.4);
  font-weight: 700;
  font-size: 18px;
}

.auto-card__form-center {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(158, 171, 184, 0.4);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(21, 32, 38, 0.7);
}

.auto-card__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.auto-card__form-text span.accent-color {
  margin-right: 8px;
}

.auto-card__form-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.auto-card__form-group + .auto-card__form-group {
  margin-top: 16px;
}
.auto-card__form-group .auto-card__form-minus {
  margin-left: auto;
}
.auto-card__form-group .real-checkbox {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}
.auto-card__form-group .custom-checkbox {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #EB5757;
  border-radius: 4px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.auto-card__form-group .custom-checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  margin-top: -1px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("./../img/site/checkbox.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.auto-card__form-group .real-checkbox:checked + .custom-checkbox {
  background-color: #EB5757;
}
.auto-card__form-group .real-checkbox:checked + .custom-checkbox::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.auto-card__form-bottom span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(21, 32, 38, 0.5);
  text-align: center;
}

.auto-card__form-profit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
}

.auto-card__form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auto-compl-wrapper > * + * {
  margin-top: 16px;
}

.auto-compl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 40px;
  background-color: rgba(51, 51, 51, 0.04);
  border-radius: 8px;
}
.auto-compl .btn--xbig {
  height: 38px;
  line-height: 38px;
}

.auto-compl__col {
  width: 260px;
}
.auto-compl__col:first-child {
  width: 460px;
}

.auto-compl__name {
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.auto-compl__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(21, 32, 38, 0.7);
}
.auto-compl__info > * + * {
  margin-left: 40px;
}

.auto-compl__motor, .auto-compl__fuel {
  position: relative;
  padding-left: 40px;
}
.auto-compl__motor::before, .auto-compl__fuel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.auto-compl__motor::before {
  background-image: url("./../img/site/engine.svg");
}

.auto-compl__fuel::before {
  background-image: url("./../img/site/fuel.svg");
}

.auto-compl__profit {
  padding-right: 5px;
  text-align: right;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
.auto-compl__profit span {
  font-weight: 700;
}

.auto-galery {
  display: grid;
  grid-template-columns: repeat(4, 260px);
  grid-template-rows: 180px 180px;
  grid-auto-rows: 180px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 24px;
}
.auto-galery .auto-galery__img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: rgba(51, 51, 51, 0.1);
}

.similar {
  padding-top: 72px;
  padding-bottom: 72px;
}

.services {
  padding-top: 72px;
  padding-bottom: 72px;
}

.benefins {
  padding: 45px 0;
  background-image: url("./../img/site/benefits-bg.svg");
  background-position: center;
  background-size: cover;
}

.benefins__row {
  display: grid;
  grid-template-columns: repeat(4, 258px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.benefit-card {
  text-align: center;
}
.benefit-card .accent-line {
  margin: 16px auto;
}

.benefit-card__title {
  font-weight: 700;
  font-size: 24px;
}

.benefit-card__text {
  line-height: 1.5;
  color: rgba(21, 32, 38, 0.5);
}

.servise-form {
  position: relative;
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 60px;
  background-color: #261515;
}
.servise-form::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("./../img/site/service-form-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.servise-form__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}

.servise-form__left {
  width: 490px;
}
.servise-form__left .h4 {
  margin-bottom: 36px;
  color: #fff;
}
.servise-form__left .servise-form__car {
  width: 490px;
  height: 330px;
  background-color: rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.servise-form__right {
  width: 550px;
}

.form-credit .custom-dropdown__list {
  max-height: 285px;
  overflow: auto;
}
.form-credit .cta__privacy {
  color: rgba(255, 255, 255, 0.5);
}

.form-credit__group-title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}

.form-credit > * + * {
  margin-top: 24px;
}

.form-credit__group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-credit__group-row input.input {
  width: 258px;
  background-color: #fff;
}

.criterions {
  padding-top: 72px;
}

.criteroins__list {
  font-weight: 500;
  font-size: 20px;
}
.criteroins__list > * + * {
  margin-top: 16px;
}

.criterions__item {
  position: relative;
  padding-left: 38px;
}
.criterions__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-image: url("./../img/site/criterion-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.contacts {
  padding-top: 72px;
}

.contacts__content {
  position: relative;
  width: 100%;
  height: 545px;
}
.contacts__content .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.contacts__map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.1);
}

.contacts__info {
  position: relative;
  top: 50%;
  left: 380px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
  background-image: url("./../img/site/contacts-bg.webp");
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 0 20px rgba(21, 32, 38, 0.5);
          box-shadow: 0 0 20px rgba(21, 32, 38, 0.5);
  border-radius: 8px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  width: 500px;
}

.contacts__name {
  font-weight: 700;
}
.contacts__name:not(:first-child) {
  margin-top: 15px;
}

.contacts__text {
  font-weight: 400;
}

.str404 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.str404__link {
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: rgba(21, 32, 38, 0.5);
}
.str404__link:hover {
  color: #EB5757;
}

.str404__content {
  position: relative;
  margin-top: -60px;
  pointer-events: none;
}
.str404__content span {
  font-weight: 700;
  font-size: 500px;
  line-height: 1;
  color: rgba(158, 171, 184, 0.2);
}
.str404__content img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
      -ms-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  width: 500px;
  height: auto;
}

.privacy {
  padding-top: 72px;
  padding-bottom: 72px;
}
.privacy .h5, .privacy .h6 {
  margin-top: 24px;
  margin-bottom: 16px;
}
.privacy .privacy__text {
  line-height: 1.5;
}
.privacy .privacy__text > p + p {
  margin-top: 20px;
}
.privacy ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}
.privacy ul > * + * {
  margin-top: 10px;
}

@media (max-width: 1679px) {
  .contacts__info {
    left: 280px;
  }
}
@media (max-width: 1599px) {
  .contacts__info {
    left: 240px;
  }
}
@media (max-width: 1439px) {
  .contacts__info {
    left: 170px;
  }
}
@media (max-width: 1376px) {
  .contacts__content {
    height: 460px;
  }

  .contacts__info {
    left: 130px;
  }
}
@media (max-width: 1199px) {
  .contacts__info {
    left: 70px;
  }
}
@media (max-width: 1169px) {
  .container {
    max-width: 100%;
  }

  .advantages__card {
    max-width: 30%;
  }

  .cta::before {
    width: 215px;
    height: 90px;
  }

  .cta::after {
    top: -12px;
    width: 120px;
    height: 260px;
  }

  .benefins__row {
    grid-template-columns: repeat(4, 235px);
  }

  .contacts__info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 900px) and (max-width: 1169px) {
  .offer, .new-car {
    width: 290px;
  }

  .offer__bts .btn {
    width: 140px;
    font-size: 14px;
  }

  .new-car .btn--big {
    font-size: 16px;
  }

  .new-car__title {
    font-size: 26px;
  }
}
@media (max-width: 1089px) {
  .about__left {
    max-width: 65%;
  }

  .servise-form__left {
    width: 430px;
  }

  .servise-form__left .h4 {
    font-size: 24px;
  }

  .servise-form__right {
    width: 55%;
  }

  .auto-cta__date {
    margin-left: 30px;
  }

  .auto-card__img {
    width: 560px;
  }

  .auto-compl__col {
    width: 220px;
  }
  .auto-compl__col .btn--xbig {
    width: 100%;
  }

  .auto-compl__profit {
    padding-right: 0;
    font-size: 16px;
  }

  .auto-galery {
    grid-template-columns: repeat(3, 260px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column-gap: 48px;
  }
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 44px;
  }

  h2, .h2 {
    font-size: 34px;
  }

  h3, .h3 {
    font-size: 30px;
  }

  h4, .h4 {
    font-size: 26px;
  }

  h5, .h5 {
    font-size: 22px;
  }

  h6, .h6 {
    font-size: 18px;
  }

  .intro {
    height: 660px;
  }

  .intro__content .intro__subtitle {
    font-size: 28px;
  }

  .podbor__title {
    font-size: 20px;
  }

  .custom-dropdown__list {
    max-height: 210px;
  }

  .intro__advantages .intro__advantages-item {
    width: 20%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .benefins__row {
    grid-template-columns: repeat(4, 180px);
  }

  .benefit-card__title {
    font-weight: 500;
    font-size: 20px;
  }

  .servise-form__left {
    width: 400px;
  }

  .servise-form__right {
    width: 50%;
  }
  .servise-form__right .custom-dropdown, .servise-form__right .form-credit__group-row input.input {
    width: 220px;
  }

  .auto-cta {
    padding: 24px 50px;
  }

  .auto-cta__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .auto-cta__price.mb-24 {
    margin-bottom: 12px;
  }

  .auto-cta__date {
    margin-left: 0;
  }

  .auto-cta__credit {
    font-size: 36px;
  }

  .auto-compl__col:first-child {
    width: 40%;
  }
  .str404__content span {
        font-size: 300px;
  }
  .str404__content img {
        width: 350px;
  }
}
@media (max-width: 991px) {
  .auto-card__img {
    width: 460px;
    height: 280px;
  }

  .auto-card__form {
    padding: 20px 30px;
  }
}
@media (max-width: 937px) {
  .about__left {
    max-width: 60%;
  }

  .servise-form__left {
    width: 40%;
  }

  .servise-form__right {
    width: 58%;
  }
}
@media (max-width: 899px) {
  .container {
    max-width: 100%;
  }

  .header__logo img {
    width: 150px;
    height: auto;
  }

  .phone {
    font-size: 16px;
  }

  .header__info {
    font-size: 14px;
  }

  .intro__advantages {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .intro__advantages .intro__advantages-item {
    width: 50%;
    margin-top: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .advantages .section-title {
    max-width: 80%;
  }

  .advantages__card .advantages__card-title {
    font-weight: 500;
    font-size: 20px;
  }

  .advantages__card .accent-line, .benefit-card .accent-line {
    margin: 10px auto;
  }

  .main-catalog__wrapper, .mix__catalog {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 48px;
  }

  .cta::before, .cta::after {
    display: none;
  }

  .about__row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .about__left {
    max-width: 55%;
  }

  .about__list-item {
    width: 100%;
  }

  .footer__col {
    width: 33.33333333%;
  }

  .auto-card__img {
    width: 400px;
    height: 250px;
  }

  .auto-card__form {
    width: 370px;
  }

  .auto-galery {
    grid-column-gap: 24px;
  }
}
@media (max-width: 854px) {
  .auto-compl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .auto-compl__col {
    width: 47%;
  }

  .auto-compl__col:first-child {
    width: 100%;
    margin-bottom: 20px;
  }

  .auto-galery {
    grid-column-gap: 16px;
  }
}
@media (max-width: 839px) {
  .benefins__row {
    grid-template-columns: repeat(2, 290px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .contacts__info {
    padding-right: 100px;
    display: inline-block;
    width: auto;
    font-size: 18px;
  }

  .auto-galery {
    grid-template-columns: repeat(2, 260px);
    grid-column-gap: 48px;
  }
}
@media (max-width: 799px) {
  .servise-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .servise-form__left, .servise-form__right {
    width: 70%;
  }

  .servise-form__left {
    margin-bottom: 24px;
  }

  .servise-form__left .servise-form__car {
    margin-left: auto;
    margin-right: auto;
  }

  .auto-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .auto-card.mb-48 {
    margin-bottom: 24px;
  }

  .auto-card__img {
    width: 70%;
    height: 20%;
    margin-bottom: 10px;
  }

  .auto-card__form {
    width: 70%;
  }

  .auto-card__form-btns {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .intro {
    padding-top: 130px;
    height: 600px;
  }

  .intro .container {
    max-width: 90%;
  }

  h1, .h1 {
    font-size: 38px;
  }

  h2, .h2 {
    font-size: 30px;
  }

  h3, .h3 {
    font-size: 26px;
  }

  h4, .h4 {
    font-size: 22px;
  }

  h5, .h5 {
    font-size: 20px;
  }

  h6, .h6 {
    font-size: 16px;
  }

  .intro__content .intro__subtitle {
    font-size: 22px;
  }

  .section-title {
    margin-bottom: 32px;
  }

  .contacts {
    padding-top: 48px;
  }

  .advantages, .main-catalog {
    padding: 48px 0 24px;
  }

  .about, .auto {
    padding: 48px 0 48px;
  }

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

  .advantages__card .advantages__card-text {
    font-size: 14px;
  }

  .cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta__subtitle.mb-36 {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .auto-cta {
    padding: 24px 20px;
  }

  .auto-cta__credit {
    font-size: 30px;
  }

  .auto-cta__price {
    font-size: 20px;
  }

  .auto .arrow-circle.mb-72 {
    margin-bottom: 36px;
  }
}
@media (max-width: 699px) {
  .offer, .new-car {
    width: 290px;
  }

  .offer__bts .btn {
    width: 140px;
    font-size: 14px;
  }

  .new-car .btn--big {
    font-size: 16px;
  }

  .new-car__title {
    font-size: 26px;
  }

  .cta__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta__form > * + * {
    margin-top: 10px;
  }
  .cta__form .input, .cta__form .btn--big {
    width: 290px;
  }

  .about__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .about__left {
    max-width: 100%;
    margin-bottom: 36px;
  }

  .about__right {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .about__right p {
    font-size: 16px;
  }

  .about__right::before {
    top: -70px;
  }

  .about__right::after {
    display: none;
  }

  .footer__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__col:nth-child(1) {
    width: 30%;
  }

  .footer__col:nth-child(3) {
    width: 70%;
  }

  .footer__col:nth-child(2) {
    margin-top: 10px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }

  .criterions {
    padding-top: 48px;
  }

  .criteroins__list {
    font-size: 18px;
  }
}
@media (max-width: 669px) {
  .header__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .header-logo {
    margin-right: auto;
  }

  .header__info {
    margin-top: 10px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .servise-form__left, .servise-form__right {
    width: 90%;
  }

  .servise-form__right .custom-dropdown, .servise-form__right .form-credit__group-row input.input {
    width: 250px;
  }

  .auto-galery {
    grid-column-gap: 24px;
  }
}
@media (max-width: 640px) {
  .section-title {
    margin-bottom: 24px;
  }

  .advantages__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .advantages__wrapper .advantages__card {
    max-width: 100%;
  }
  .advantages__wrapper > * + * {
    margin-top: 20px;
  }
  .advantages__wrapper .advantages__card .accent-line, .advantages__wrapper .benefit-card .accent-line {
    margin: 5px auto;
  }

  .benefins__row {
    grid-template-columns: 100%;
  }

  .auto-cta__img {
    width: 220px;
    height: 130px;
  }

  .auto-compl {
    padding: 15px 20px;
  }
  .str404 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .str404__content {
        margin-top: -40px;
  }
    .str404__content span {
        font-size: 250px;
  }
    .str404__content img {
        width: 250px;
  }
}
@media (max-width: 620px) {
  .main-catalog__wrapper, .mix__catalog {
    grid-template-columns: 1fr;
    grid-row-gap: 48px;
  }

  .offer img {
    height: 190px;
  }

  .offer__prices-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .offer__price .sale {
    font-size: 22px;
  }

  .arrow-circle {
    font-size: 18px;
  }
}
@media (max-width: 592px) {
  .servise-form__left, .servise-form__right {
    width: 100%;
  }
}
@media (max-width: 574px) {
  .intro .container {
    max-width: 100%;
  }

  .header__nav {
    display: none;
  }

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

  h1, .h1 {
    font-size: 34px;
  }

  h2, .h2 {
    font-size: 28px;
  }

  h3, .h3 {
    font-size: 24px;
  }

  h4, .h4 {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 16px;
  }

  .contacts__content {
    height: auto;
  }

  .contacts, .contacts__info, .contacts__map {
    position: relative;
    display: block;
  }

  .contacts__content .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts__info {
    left: 0;
    top: 130px;
    padding-right: 30px;
    margin-bottom: 30px;
  }

  .contacts__map {
    margin-bottom: 30px;
    height: 400px;
  }

  .auto-cta {
    padding: 24px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    background-position: left;
  }

  .auto-cta__img {
    width: 290px;
    height: 170px;
    margin-bottom: 10px;
  }

  .auto-cta__credit {
    font-size: 26px;
  }

  .auto-galery {
    grid-template-columns: 290px;
  }
}
@media (max-width: 547px) {
  h1, .h1 {
    font-size: 30px;
  }

  h2, .h2 {
    font-size: 26px;
  }

  h3, .h3 {
    font-size: 22px;
  }

  .intro {
    padding-top: 110px;
    padding-bottom: 20px;
    height: 550px;
  }

  .intro__content .intro__subtitle {
    font-size: 20px;
  }

  .intro__advantages .intro__advantages-item {
    width: 100%;
  }

  .section-title {
    margin-bottom: 26px;
  }

  .podbor__title {
    font-size: 16px;
  }

  .auto-card__img {
    width: 90%;
  }

  .auto-card__form {
    width: 90%;
  }
}
@media (max-width: 535px) {
  .servise-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-credit__group-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .servise-form__right .custom-dropdown, .servise-form__right .form-credit__group-row input.input, .form-credit__group-col {
    width: 100%;
  }

  .form-credit__group-row > * + * {
    margin-top: 20px;
  }

  .auto-card__form-btns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .auto-compl__col {
    width: 49%;
  }

  .auto-compl__info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .auto-compl__info .auto-compl__info > * + * {
    margin-left: 0;
  }
}
@media (max-width: 499px) {
  .auto-compl__col {
    width: 100%;
  }
  .auto-compl__col:last-child {
    margin-top: 20px;
  }

  .auto-compl__profit {
    text-align: center;
  }

  .auto-compl .btn--xbig {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .str404__content span {
        font-size: 150px;
  }
  .str404__content img {
        width: 150px;
  }
  .str404__link {
        font-size: 18px;
  }
}
@media (max-width: 422px) {
  .intro__advantages .intro__advantages-item {
    font-size: 14px;
  }
  .intro__advantages .intro__advantages-item img {
    width: 20px;
    height: 20px;
  }

  .contacts {
    padding-top: 36px;
  }

  .advantages, .main-catalog {
    padding: 36px 0 18px;
  }

  .about, .auto {
    padding: 36px 0 36px;
  }
}
@media (max-width: 413px) {
  .intro__content .intro__subtitle {
    font-size: 18px;
  }

  .intro__advantages .intro__advantages-item {
    display: none;
  }

  .intro {
    padding-top: 120px;
    height: 480px;
  }
  .intro .podbor__selects {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .intro .podbor__selects > * + * {
    margin-left: 0;
    margin-top: 20px;
  }
  .intro .custom-dropdown {
    width: 100%;
  }
  .intro .btn {
    width: 100%;
  }

  .criteroins__list {
    font-weight: 400;
    font-size: 16px;
  }

  .criterions__item {
    padding-left: 34px;
  }

  .criterions__item::before {
    width: 24px;
    height: 24px;
  }

  .form-credit__button .btn--xbig {
    width: 100%;
  }

  .contacts__info {
    font-size: 16px;
  }

  .contacts__name {
    font-weight: 500;
  }

  .auto-card__img {
    width: 100%;
  }

  .auto-card__form {
    width: 100%;
  }

  .auto-card__form-btns .btn {
    width: 130px;
  }
}
@media (max-width: 389px) {
  .phone {
    margin-top: 10px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__col.text-right {
    -moz-text-align-last: left;
         text-align-last: left;
  }

  .footer__col:nth-child(1), .footer__col:nth-child(3) {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 380px) {
  h1, .h1 {
    font-size: 28px;
  }

  h2, .h2 {
    font-size: 24px;
  }

  h3, .h3 {
    font-size: 20px;
  }

  .intro {
    padding-top: 140px;
    height: 550px;
  }
  .intro .custom-dropdown {
    height: 38px;
  }
  .intro .custom-dropdown__button {
    line-height: 38px;
  }
  .intro .btn {
    height: 38px;
    line-height: 38px;
  }
  .intro .custom-dropdown__list {
    top: 41px;
  }
  .modal-form {
    width: 290px;
    padding: 45px 20px 20px;
  }
}
@media (max-width: 374px) {
  .auto-card__form-center {
    font-size: 14px;
  }

  .auto-card__form-text span.accent-color {
    margin-right: 5px;
  }

  .auto-card__form-group .custom-checkbox {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 359px) {
  .auto-card__form {
    padding: 20px 20px;
  }

  .auto-card__form-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .auto-card__form-btns > * + * {
    margin-top: 10px;
  }
  .auto-card__form-btns .btn {
    width: 100%;
  }
}

/* Cookie */
#cookieBanner {
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
}
.cookie-btn {
  display: inline-block;
  margin: 4px 0 4px 10px;
  cursor: pointer;
  width: auto;
  height: auto;
  line-height: 1.3;
  padding: 6px 10px;
  font-size: 14px;
}
/* END Cookie */

.checkbox {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.checkbox::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #9A9A9A;
  border-radius: 4px;
  background-color: #fff;
  z-index: 3;
  transition: 0.3s;
}
.checkbox::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("./../img/checkbox.svg");
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 4;
}
.checkbox:checked::after {
  opacity: 1;
}
.checkbox:checked::before {
  border-color: #EB5757;
  background-color: #EB5757;
}
.approval-pd {
  display: flex;
  align-items: start;
  gap: 12px;
  margin: 12px 0;
  font-size: 14px!important;
  font-weight: 400;
  line-height: 1.3;
  order: 2;
}
.approval-pd__input,
form.ox_form.discount__form input.approval-pd__input {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}
a.approval-pd__link {
  display: inline;
  color: #EB5757;
}
a.approval-pd__link:hover {
  text-decoration: underline;
}

.approval-pd span {
  text-align: left;
}

.approval-pd__input.checkbox,
form.ox_form.discount__form input.approval-pd__input.checkbox,
.sale-form input.approval-pd__input.checkbox {
  margin: 0!important;
  padding: 0!important;
  width: 20px!important;
  height: 20px!important;
  flex-shrink: 0;
}

.servise-form .approval-pd {
  color: #fff;
}