.btn,
.btn .text,
body {
  position: relative;
}
.btn,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: VolvoNovum, sans-serif;
}
.circle-loader,
.popup,
.popup .body .close,
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@font-face {
  font-display: swap;
  font-family: VolvoNovum;
  font-weight: 300;
  font-style: normal;
  src: url(../../static/fonts/VolvoNovum-SemiLight.woff2);
}
@font-face {
  font-display: swap;
  font-family: VolvoNovum;
  font-weight: 500;
  font-style: normal;
  src: url(../../static/fonts/VolvoNovum-Medium.woff2);
}
@font-face {
  font-display: swap;
  font-family: VolvoNovum;
  font-weight: 400;
  font-style: normal;
  src: url(../../static/fonts/VolvoNovum-Regular.woff2);
}
@font-face {
  font-display: swap;
  font-family: VolvoNovum;
  font-weight: 700;
  font-style: normal;
  src: url(../../static/fonts/VolvoNovum-Bold.woff2);
}
::-webkit-input-placeholder {
  color: rgba(20, 20, 20, 0.6);
  opacity: 1;
}
:-moz-placeholder {
  color: rgba(20, 20, 20, 0.6);
  opacity: 1;
}
::-moz-placeholder {
  color: rgba(20, 20, 20, 0.6);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(20, 20, 20, 0.6);
  opacity: 1;
}
::-ms-clear {
  display: none;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #141414;
}
::-webkit-scrollbar-thumb {
  background: #1c6eba;
}
* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #1c6eba;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #1c6eba;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  color: #1c6eba;
  background: #141414;
}
::selection {
  color: #1c6eba;
  background: #141414;
}
body input:focus:required:invalid,
body input:required:valid,
body textarea:focus:required:invalid,
body textarea:required:valid {
  color: green;
}
body {
  font-size: 16px;
  min-width: 320px;
  line-height: 1.4;
  overflow-x: hidden;
  opacity: 1;
  background-color: #fff;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}
a {
  -webkit-text-decoration-skip-ink: ink;
  text-decoration-skip-ink: ink;
  color: #1c6eba;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
[v-cloak] {
  display: none;
}
.redput {
  color: #eb5757;
  border-color: #eb5757;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.redput::-webkit-input-placeholder {
  color: #eb5757 !important;
}
.redput:-moz-placeholder {
  color: #eb5757 !important;
}
.redput::-moz-placeholder {
  color: #eb5757 !important;
}
.redput:-ms-input-placeholder {
  color: #eb5757 !important;
}
#app {
  overflow: hidden;
}
.red {
  color: #eb5757 !important;
}
.container {
  max-width: 1610px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
section {
  margin-top: 80px;
}
.accent {
  color: #1c6eba;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: 53px;
  height: 53px;
  background-color: #fff;
  border-radius: 50%;
  color: #141414;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 700;
}
.swiper .swiper-pagination {
  bottom: auto;
  left: 30px;
  top: 30px;
  width: 45px;
  height: 33px;
  background-color: #141414;
  color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (max-width: 1537px) {
  .container {
    max-width: 1200px;
  }
  main.main {
    background-position-x: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .ios {
    overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important;
  }
  .container {
    max-width: 996px;
  }
  .main__benefit {
    max-width: 280px;
  }
}
@media only screen and (max-width: 996px) {
  .container {
    max-width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
  main.main {
    background-position-x: center;
  }
  .container {
    max-width: 375px;
  }
  section {
    margin-top: 50px;
  }
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .swiper .swiper-button-next::after,
  .swiper .swiper-button-prev::after {
    font-size: 10px;
    font-weight: 700;
  }
  .swiper .swiper-pagination {
    left: 20px;
    top: 20px;
  }
}
.btn,
select {
  font-weight: 500;
  cursor: pointer;
}
.btn {
  color: #fff;
  background: #141414;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  border: 0;
  min-height: 50px;
  width: 100%;
  padding: 13px 18px;
  z-index: 2;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn:hover {
  color: #fff;
  background-color: #353535;
}
.btn.btn-white {
  color: #141414;
  background-color: #fff;
  border: 1px solid #141414;
}
.btn.btn-white:hover {
  color: #fff;
  background-color: #141414;
  border: 1px solid #141414;
}
.btn .text {
  z-index: 1;
}
.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #353535;
  left: 0;
  top: 0;
  border-radius: 2px;
}
.btn.sending .progress {
  -webkit-animation-name: sendingPhone;
  animation-name: sendingPhone;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.input-block {
  width: 100%;
  position: relative;
  margin: 0 auto 30px;
}
.input-block label {
  font-size: 15px;
  color: #141414;
  line-height: 1.3;
}
.input-block label a {
  color: #fff;
}
.form-elements .btn {
  width: 216px;
  margin-top: 15px;
}
.label__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  color: #141414;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1;
  position: relative;
  width: 100%;
}
input[type='checkbox'] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  display: none;
}
input[type='checkbox']:checked + label::before {
  background-color: #141414;
  background-size: 18px;
}
input[type='checkbox'] + label::before {
  content: '';
  display: block;
  min-height: 24px;
  min-width: 24px;
  height: 24px;
  width: 24px;
  margin: 0 11px 0 0;
  background-image: url(../images/yes.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  background-color: transparent;
  background-size: 0;
  border: 1px solid #e0e0e0;
}
.input,
select {
  font-family: VolvoNovum, sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  line-height: 1em;
  position: relative;
  width: 100%;
  font-size: 16px;
  display: block;
  text-align: left;
  color: #141414;
}
.input,
.popup .body,
select {
  background-color: #fff;
}
.input {
  border: none;
  border: 1px solid #e0e0e0;
  z-index: 1;
  height: 50px;
  font-weight: 300;
  border-radius: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.input:active,
.input:focus,
.input:hover {
  border-color: #1c6eba;
}
select {
  border: none;
  border: 1px solid #cccccd;
  z-index: 1;
  height: 47px;
  background-image: url(../images/select.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 99% center;
}
.header,
.popup {
  z-index: 10;
  left: 0;
}
.main,
.popup__image {
  background-size: cover;
  background-position: center center;
}
select:disabled {
  opacity: 0.5;
}
.wrong + .input {
  border: 1px solid #eb5757;
}
.range-label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
.phone {
  white-space: nowrap;
}
@media only screen and (max-width: 760px) {
  .input-block {
    margin-bottom: 22px;
  }
}
.popup {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup__image {
  max-width: 831px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.popup__content {
  width: 100%;
  padding: 40px 60px;
}
.popup__title {
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  color: #141414;
}
.popup__subtitle {
  margin-top: 20px;
  max-width: 485px;
  font-size: 14px;
  line-height: 1.5;
}
.popup__cars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  margin-top: 77px;
}
.popup__car {
  color: rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
  cursor: pointer;
}
.popup__car.active {
  color: #fff;
  border-bottom: 7px solid rgba(0, 0, 0, 0.3);
}
.popup img.call {
  position: absolute;
  bottom: -160px;
  left: calc(50% - 160px);
}
.popup p.registrtop {
  padding-top: 50px;
}
.popup img.registr {
  position: absolute;
  top: -120px;
  left: calc(50% - 220px);
  width: 440px;
}
.popup .body {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  top: 0;
  text-align: center;
  padding-top: 0;
  height: auto;
  max-height: 90vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.popup .body .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  border-radius: 50%;
}
.popup .body .close:after,
.popup .body .close:before {
  height: 2px;
  background: #141414;
  border-radius: 5px;
  top: 48%;
  left: 30%;
  display: block;
  width: 100%;
  position: absolute;
  content: '';
}
.popup .body .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup .body .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup .body .close:hover {
  opacity: 0.6;
}
.popup .body .content.tnxpopup {
  display: block;
  max-height: 90vh;
  height: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  width: 100%;
  color: #141414;
}
.popup .body .content.tnxpopup p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
.popup .body .content.tnxpopup .btn:after {
  display: none;
}
.popup .body .content.tnxpopup p.bold {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.popup .body .content.politicpopup {
  display: block;
  height: auto;
  padding: 40px;
  width: 100%;
  color: #141414;
}
.popup .body .content.politicpopup p.bold {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
}
.popup .body .content.politicpopup p {
  font-size: 10px;
  text-align: justify;
}
.popup .body .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  text-align: left;
}
.popup .body .content p {
  line-height: 1.2em;
}
.popup .body .content form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.popup .body .content form .form-elements {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.popup .body .content form .form-elements .input-block {
  margin: 0;
}
.popup .body .content form .form-elements .input-block.checkbox {
  width: 100%;
}
.popup .body .content form .form-elements .input-block.checkbox label {
  color: #141414;
  font-size: 14px;
}
.popup .body .content form .form-elements .input-block.checkbox label a {
  color: #141414;
}
.popup .body .content form .btn {
  width: 338px;
  margin: 0;
}
.popup .body .content form p.green {
  font-size: 18px;
  padding-top: 10px;
  line-height: 1.2em;
  font-weight: 400;
  color: #141414;
  text-transform: none;
}
.popup.open {
  visibility: visible;
  background: rgba(0, 0, 0, 0.8);
}
.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #1c6eba;
  -webkit-animation-name: loader-spin;
  animation-name: loader-spin;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 14px;
  opacity: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  z-index: 2;
}
.circle-loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.load-complete.wrong:after,
.load-complete.wrong:before {
  height: 2px;
  width: 8px;
  background: #eb5757;
  display: block;
  top: 7px;
  left: 4px;
}
.circle-loader.checking {
  opacity: 1;
}
.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #75c960;
  -webkit-transition: border 0.5s ease-out;
  transition: border 0.5s ease-out;
}
.load-complete.wrong {
  border-color: #eb5757;
  cursor: pointer;
}
.load-complete.wrong:before {
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.load-complete.wrong:after {
  content: '';
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.application__wrapper,
.main {
  background-repeat: no-repeat;
}
.checkmark {
  display: none;
}
.checkmark.checked,
.success {
  display: block;
}
.checkmark:after {
  opacity: 1;
  height: 8px;
  width: 5px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid #75c960;
  border-top: 2px solid #75c960;
  content: '';
  left: 2px;
  top: 8px;
  position: absolute;
}
.checkmark.draw:after {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
}
@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 7px;
    opacity: 1;
  }
  100%,
  40% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 7px;
    opacity: 1;
  }
  100%,
  40% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}
@-webkit-keyframes sendingPhone {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 45%;
  }
  55% {
    width: 50%;
  }
  65% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
@keyframes sendingPhone {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 45%;
  }
  55% {
    width: 50%;
  }
  65% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
.btngreen {
  background-color: #1c6eba;
}
.success {
  width: 60%;
  margin: 40px auto 0;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
.success svg {
  width: 35px;
  height: 28px;
}
.success svg path {
  fill: #fff;
}
@media only screen and (max-width: 1400px) {
  .popup__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .popup .body .close {
    top: 20px;
    right: 30px;
  }
}
@media only screen and (max-width: 996px) {
  .popup__wrapper {
    display: block;
  }
  .popup__image {
    width: 100%;
    max-width: 100%;
    height: 40vh;
  }
}
@media only screen and (max-width: 760px) {
  .popup__image {
    height: 150px;
  }
  .popup__content {
    padding: 30px 20px;
  }
  .popup__title {
    font-size: 28px;
    width: 90%;
  }
  .popup .body .content form .form-elements .btn,
  .popup .body .content form .form-elements .input-block {
    width: 100%;
  }
  .popup__subtitle {
    margin-top: 9px;
    font-size: 14px;
  }
  .popup__cars {
    margin-top: 24px;
  }
  .popup__car {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .popup__car.active {
    border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  }
  .popup .body .close:after,
  .popup .body .close:before {
    background-color: #141414;
  }
  .popup .body .content form .form-elements {
    margin-top: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .popup .body .content form .form-elements .input-block label {
    font-size: 12px;
  }
}
.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 385px;
}
.counter__title {
  font-size: 20px;
  width: 100%;
  margin-bottom: 10px;
}
.counter .cell {
  text-align: center;
  width: 75px;
  position: relative;
}
.counter .cell:not(:last-child):after {
  content: ':';
  position: absolute;
  right: -30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #141414;
  font-size: 48px;
  top: 0;
  line-height: 1;
}
.counter p {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  background-color: #1c6eba;
  padding: 10px 0;
  color: #fff;
  border-radius: 20px;
}
.counter .sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .counter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .counter .cell {
    width: 50px;
    text-align: center;
  }
  .counter .cell:not(:last-child):after,
  .counter p {
    font-size: 24px;
  }
  .counter .sub {
    font-size: 10px;
  }
}
.footer__buttons,
.header__contacts {
  text-align: right;
}
.header {
  position: fixed;
  top: 0;
  width: 100vw;
  background-color: #fff;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0;
}
.cars__wrap,
.header__menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__address {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 300;
}
.header__logo {
  width: 174px;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__diler {
  font-size: 14px;
  font-weight: 300;
}
.header__diler b {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.header__phone a {
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  color: #141414;
}
.header__phone a:hover {
  color: #1c6eba;
}
.header__menu {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.header__menu a {
  color: #141414;
  text-decoration: none;
}
.header__menu a:hover {
  color: #1c6eba;
}
.header__burger {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
    gap: 5px;
  }
  .header__logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 103px;
  }
  .header__diler {
    font-size: 10px;
    line-height: 1.2;
  }
  .header__diler b {
    font-size: 12px;
    line-height: 1.2;
  }
  .header__address {
    display: none;
  }
  .header__contacts {
    width: 100%;
    text-align: right;
  }
  .header__phone a {
    font-size: 14px;
    line-height: 1.2;
  }
}
.main {
  margin-top: 92px;
  background-image: url(../../static/images/bg.webp);
  min-height: 840px;
}
.main__content {
  padding-top: 140px;
  position: relative;
}
.main h1 {
  font-size: 48px;
  font-weight: 500;
}
.main__benefits {
  margin-top: 66px;
}
.main__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}
.main__button {
  position: absolute;
  top: 686px;
  left: 0;
}
.main__button .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}
@media only screen and (max-width: 1200px) {
  .main {
    min-height: 490px;
  }
  .main__content {
    padding-top: 65px;
  }
  .main h1 {
    font-size: 36px;
  }
  .main__benefits {
    margin-top: 18px;
  }
  .main__benefit {
    gap: 8px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .main__benefit svg {
    width: 43px;
    height: 43px;
  }
  .main__button {
    top: 379px;
  }
}
@media only screen and (max-width: 768px) {
  .main {
    margin-top: 83px;
    position: relative;
  }
  .main__content {
    padding-top: 35px;
    position: static;
  }
  .main h1 {
    font-size: 18px;
    line-height: 1.2;
  }
  .main__benefits {
    margin-top: 20px;
  }
  .main__benefit {
    gap: 9px;
    font-size: 16px;
  }
  .main__benefit svg {
    width: 40px;
    height: 40px;
  }
  .main__button {
    top: auto;
    bottom: 20px;
    width: calc(100% - 40px);
    left: 20px;
  }
  .main__button .btn {
    width: 100%;
  }
}
.cars__item {
  margin-top: 120px;
}
.cars__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}
.cars__subtitle {
  font-weight: 300;
}
.cars__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cars__gallery {
  max-width: 1047px;
  width: 100%;
  margin: 0 15px 0 0;
}
.cars__gallery img {
  width: 100%;
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.cars__content {
  width: 463px;
}
.cars__compl {
  border: 2px solid #1c6eba;
  border-radius: 10px;
  padding: 25px 30px;
}
.cars__compl-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cars__compl-name,
.cars__compl-year {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.cars__compl-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.cars__compl-info svg {
  display: block;
  margin-bottom: 10px;
}
.cars__compl-info span {
  font-size: 14px;
  font-weight: 300;
  color: #616161;
  display: block;
  line-height: 1;
}
.cars__compl-configs {
  margin-top: 21px;
  border-top: 1px solid #e0e0e0;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
.cars__compl-config b {
  display: block;
  font-weight: 500;
  line-height: 1.2;
}
.cars__compl-config span {
  display: block;
  font-size: 14px;
  color: #616161;
  font-weight: 300;
}
.cars__benefits {
  margin-top: 44px;
}
.cars__benefits-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 27px;
}
.cars__benefits-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.cars__benefits-label {
  background-color: #1c6eba;
  border-radius: 20px;
  padding: 10px 17px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.cars__benefit {
  margin-bottom: 8px;
}
.cars__benefit .label__check {
  margin: 0;
}
.cars__buttons {
  margin-top: 46px;
  max-width: 259px;
}
@media only screen and (max-width: 1200px) {
  .cars__item {
    margin-top: 70px;
  }
  .cars__gallery {
    max-width: 100%;
    margin-right: 0;
  }
  .cars__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cars__content {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .cars__benefits {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cars__item {
    margin-top: 50px;
  }
  .cars__title {
    font-size: 32px;
  }
  .cars__subtitle {
    font-size: 16px;
    margin-top: 8px;
  }
  .cars__content {
    display: block;
    margin-top: 20px;
  }
  .cars__wrap {
    margin-top: 30px;
  }
  .cars__compl {
    padding: 20px 25px;
  }
  .cars__compl-configs {
    gap: 50px;
  }
  .cars__benefits {
    margin-top: 20px;
  }
}
.application__wrapper {
  padding: 140px 135px;
  background-color: #fafafa;
  background-image: url(../images/application.webp);
  background-size: 807px;
  background-position: right 97px;
}
.application__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 25px;
  max-width: 600px;
  width: 100%;
}
.application__subtitle {
  line-height: 1.5;
  font-weight: 300;
}
.application__form {
  margin-top: 90px;
}
.application__form .form-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.application__form .form-elements .input-block {
  width: 380px;
  margin: 0;
}
.application__form .form-elements .submit .btn {
  margin: 0;
  width: 260px;
}
.application__form .form-elements .checkbox {
  width: 100%;
}
.application__form .form-elements .checkbox label {
  margin: 0;
  color: #616161;
}
.application__form .form-elements .checkbox label a {
  color: #616161;
  text-decoration: none;
}
.application__form .form-elements .checkbox label a:hover {
  color: #1c6eba;
}
@media only screen and (max-width: 1537px) {
  .application__wrapper {
    background-size: 50%;
    background-position: right 53px;
    padding: 60px 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .application__wrapper {
    background-size: 40%;
  }
}
@media only screen and (max-width: 996px) {
  .application__wrapper {
    background-size: 40%;
    background-position: right 55%;
  }
}
@media only screen and (max-width: 768px) {
  .application__wrapper {
    padding: 50vw 20px 40px;
    background-size: 100%;
    background-position: right 20px;
  }
  .application__title {
    font-size: 24px;
    width: 100%;
    margin-bottom: 15px;
  }
  .application__form {
    margin-top: 35px;
  }
  .application__form .form-elements .input-block,
  .application__form .form-elements .submit,
  .application__form .form-elements .submit .btn {
    width: 100%;
  }
  .application__form .form-elements .checkbox label {
    font-size: 14px;
  }
}
.footer__phone a,
.footer__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}
.contacts {
  margin-top: 120px;
}
.contacts__map {
  height: 460px;
  -webkit-filter: grayscale(100%) invert(100%) contrast(60%);
  filter: grayscale(100%) invert(100%) contrast(60%);
}
@media only screen and (max-width: 768px) {
  .contacts {
    margin-top: 50px;
  }
  .contacts__map {
    height: 230px;
  }
}
.footer {
  margin-top: 58px;
  padding-bottom: 45px;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 70px 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.footer__col {
  width: calc(33.333% - 10px);
}
.footer__phone a {
  color: #141414;
  text-decoration: none;
}
.footer__address,
.footer__links {
  font-weight: 300;
}
.footer__phone a:hover {
  color: #1c6eba;
}
.footer__buttons .btn {
  width: 247px;
}
.footer__links a {
  color: #141414;
}
.footer__links a:hover {
  color: #1c6eba;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 40px;
}
.footer__social a {
  position: relative;
  z-index: 1;
  display: block;
}
.footer__social a:hover::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.footer__social a::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  top: -9px;
  left: -9px;
  background-color: #e0e0e0;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0.4;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 996px) {
  .footer {
    margin-top: 77px;
  }
  .footer__wrapper {
    gap: 30px;
  }
  .footer__col {
    width: calc(50% - 60px);
  }
  .footer__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__phone {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__links {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .footer__buttons {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .footer__adress {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__socials {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media only screen and (max-width: 768px) {
  .footer__buttons .btn,
  .footer__col {
    width: 100%;
  }
  .footer {
    margin-top: 77px;
  }
  .footer__wrapper {
    gap: 30px;
  }
  .footer__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__phone {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__links {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .footer__buttons {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    text-align: center;
  }
  .footer__adress {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__socials {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
