*::-webkit-input-placeholder {
  color: rgba(44, 46, 53, 0.6);
  opacity: 1;
}

*:-moz-placeholder {
  color: rgba(44, 46, 53, 0.6);
  opacity: 1;
}

*::-moz-placeholder {
  color: rgba(44, 46, 53, 0.6);
  opacity: 1;
}

*:-ms-input-placeholder {
  color: rgba(44, 46, 53, 0.6);
  opacity: 1;
}

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

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #2c2e35;
}

*::-webkit-scrollbar-thumb {
  background: #002D96;
}

* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #002D96;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #002D96;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent;
}

*::-moz-selection {
  color: #002D96;
  background: #2c2e35;
}

*::selection {
  color: #002D96;
  background: #2c2e35;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: green;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  opacity: 1;
  background-color: #fff;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2em;
}

h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.1;
}

a {
  text-decoration-skip-ink: ink;
  transition: all 0.3s;
  color: #002D96;
  appearance: none;
  outline: none;
  outline-width: 0;
}

[v-cloak] {
  display: none;
}

.redput {
  color: #eb5757;
  border-color: #eb5757;
  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: 1530px;
  padding: 0px 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

section {
  margin-top: 80px;
}

.accent {
  color: #002D96;
}

@media only screen and (max-width: 1537px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  .ios {
    overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important;
  }

  .container {
    max-width: 996px;
  }
}

@media only screen and (max-width: 996px) {
  .container {
    max-width: 768px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }

  .container {
    max-width: 375px;
  }

  section {
    margin-top: 50px;
  }
}

.btn {
  position: relative;
  color: #fff;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  border: 0;
  min-height: 48px;
  min-width: 200px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  padding: 12px 32px;
  z-index: 2;
  overflow: hidden;
  background-color: #303c48;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  justify-content: center;
}

.btn:hover {
  color: #fff;
  background-color: #002D96;
}

.btn.btn-white {
  color: #2c2e35;
  background-color: #fff;
  border: 1px solid #2c2e35;
}

.btn.btn-white:hover {
  color: #fff;
  background-color: #002D96;
  border: 1px solid #002D96;
}

.btn.btn-accent {
  color: #fff;
  background-color: #002D96;
  border: 1px solid #002D96;
}

.btn.btn-accent:hover {
  color: #2c2e35;
  background-color: #fff;
  border: 1px solid #fff;
}

.btn .text {
  position: relative;
  z-index: 1;
}

.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: rgb(8.1666666667, 83.8939393939, 138.8333333333);
  left: 0;
  top: 0;
  border-radius: 2px;
}

.btn.sending .progress {
  animation-name: sendingPhone;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.input-block {
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}

.input-block label {
  font-size: 15px;
  color: #2c2e35;
  line-height: 1.3;
}

.input-block label a {
  color: #fff;
}

.form-elements .btn {
  width: 216px;
  margin-top: 15px;
}

.label__check {
  display: flex;
  align-items: center;
  font-weight: 300;
  color: #2c2e35;
  font-size: 14px;
  margin-top: 15px;
  position: relative;
  width: 100%;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  display: none;
}

input[type="checkbox"] + label::before {
  content: "";
  display: block;
  min-height: 14px;
  min-width: 14px;
  height: 14px;
  width: 14px;
  margin: 0 5px 0 0;
  background-image: url(../images/yes.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s ease;
  position: relative;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

input[type="checkbox"]:checked + label::before {
  background-color: #002D96;
  background-size: 12px;
}

input[type="checkbox"] + label::before {
  background-color: transparent;
  background-size: 0px;
  border: 1px solid #474a50;
}

.input {
  display: block;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  box-shadow: none;
  background-color: #fff;
  color: #2c2e35;
  padding-left: 12px;
  padding-right: 12px;
  appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  border: 1px solid #cccccd;
  position: relative;
  z-index: 1;
  height: 47px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

select {
  display: block;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  box-shadow: none;
  background-color: #fff;
  color: #2c2e35;
  padding-left: 12px;
  padding-right: 12px;
  appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  border: 1px solid #cccccd;
  position: relative;
  z-index: 1;
  height: 47px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  background-image: url(../images/select.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 99% center;
  cursor: pointer;
}

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;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup__image {
  max-width: 831px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.popup__content {
  width: 100%;
  padding: 40px 60px;
}

.popup__title {
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  color: #2c2e35;
}

.popup__subtitle {
  margin-top: 20px;
  max-width: 485px;
  font-size: 14px;
  line-height: 1.5;
}

.popup__cars {
  display: flex;
  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;
  background-color: #fff;
  position: relative;
  top: 0;
  text-align: center;
  padding-top: 0px;
  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;
  transition: all 0.3s;
  border-radius: 50%;
}

.popup .body .close:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2c2e35;
  border-radius: 5px;
  transform: rotate(45deg);
  top: 48%;
  left: 30%;
}

.popup .body .close:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2c2e35;
  border-radius: 5px;
  transform: rotate(-45deg);
  top: 48%;
  left: 30%;
}

.popup .body .close:hover {
  opacity: 0.6;
}

.popup .body .content.tnxpopup {
  display: block;
  max-height: 90vh;
  height: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px;
  width: 100%;
  color: #2c2e35;
}

.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: #2c2e35;
}

.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: flex;
  padding: 0px;
  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: flex;
  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: #2c2e35;
  font-size: 14px;
}

.popup .body .content form .form-elements .input-block.checkbox label a {
  color: #2c2e35;
}

.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: #2c2e35;
  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: #002D96;
  animation-name: loader-spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 14px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  z-index: 2;
}

.circle-loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.circle-loader.checking {
  opacity: 1;
}

.load-complete {
  animation: none;
  border-color: #75c960;
  transition: border 500ms ease-out;
}

.load-complete.wrong {
  border-color: #eb5757;
  cursor: pointer;
}

.load-complete.wrong:before {
  content: "";
  display: block;
  height: 2px;
  width: 8px;
  background: #eb5757;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  transform: rotate(45deg);
  transform-origin: center;
}

.load-complete.wrong:after {
  content: "";
  display: block;
  height: 2px;
  width: 8px;
  background: #eb5757;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  transform: rotate(-45deg);
  transform-origin: center;
}

.checkmark {
  display: none;
}

.checkmark:after {
  opacity: 1;
  height: 8px;
  width: 5px;
  transform-origin: left top;
  border-right: 2px solid #75c960;
  border-top: 2px solid #75c960;
  content: "";
  left: 2px;
  top: 8px;
  position: absolute;
}

.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}

.checkmark.checked {
  display: block;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 7px;
    opacity: 1;
  }

  40% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }

  100% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}

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

.success {
  width: 60%;
  margin: 40px auto 0;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: block;
}

.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__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:before {
    background-color: #2c2e35;
  }

  .popup .body .close:after {
    background-color: #2c2e35;
  }

  .popup .body .content form .form-elements {
    margin-top: 33px;
    flex-direction: column;
    gap: 20px;
  }

  .popup .body .content form .form-elements .input-block {
    width: 100%;
  }

  .popup .body .content form .form-elements .input-block label {
    font-size: 12px;
  }

  .popup .body .content form .form-elements .btn {
    width: 100%;
  }
}

.counter {
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
  width: 385px;
}

@media only screen and (max-width: 1200px) {
  .counter {
    width: 100%;
    justify-content: center;
  }
}

.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;
  transform: translateX(-50%);
  color: #2c2e35;
  font-size: 48px;
  top: 0;
  line-height: 1;
}

@media only screen and (max-width: 1600px) {
  .counter .cell:not(:last-child):after {
    display: none;
  }
}

.counter p {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  background-color: #002D96;
  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 {
    justify-content: center;
  }

  .counter .cell {
    width: 50px;
    text-align: center;
  }

  .counter .cell:not(:last-child):after {
    font-size: 24px;
  }

  .counter p {
    font-size: 24px;
  }

  .counter .sub {
    font-size: 10px;
  }
}

.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100vw;
  padding: 10px 0;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  background-color: #181818;
  padding: 15px;
  border-radius: 20px;
}

.header__address {
  display: flex;
  align-items: center;
  line-height: 1.2;
  color: rgba(16, 19, 22, 0.8);
  font-size: 14px;
  cursor: pointer;
}

.header__address svg {
  margin-right: 5px;
}

.header__address svg path {
  fill: rgba(16, 19, 22, 0.8);
}

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

.header__logos-image {
  width: 110px;
}

.header__logos-image img {
  width: 100%;
}

.header__logos-text {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  display: flex;
  flex-direction: column;
}
.menu__name {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
}
.header__logos-text b {
  display: block;
}

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

.header__phone {
  margin-right: 35px;
}

.header__phone a {
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
}

.header__phone a:hover {
  color: #303c48;
}

.header__phone p {
  font-size: 14px;
  color: #2c2e35;
  font-weight: 300;
}

.header__bottom {
  background-color: #fff;
}

.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 40px;
}

.header__menu a {
  color: #fff;
  text-decoration: none;
}

.header__menu a:hover {
  color: #2063ff;
}

.header__burger {
  display: none;
}

@media only screen and (max-width: 1537px) {
  .header__address {
    display: none;
  }

  .header__menu {
    position: fixed;
    left: 50%;
    top: 110px;
    height: auto;
    width: 1170px;
    background-color: #fff;
    display: block;
    transform: translateY(-150%) translateX(-50%);
    transition: 0.3s ease;
    border-radius: 20px;
    display: block;
    z-index: 8;
  }

  .header__menu a {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    padding: 15px 0;
  }

  .header__menu.active {
    transform: translateY(0vw) translateX(-50%);
  }

  .header__links {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  .header__links a {
    display: block;
    padding: 5px;
    font-size: 18px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 1200px) {
  .header__logos-image {
    width: 140px;
  }

  .header__logos-text img {
    width: 64px;
  }

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

  .header__phone p {
    font-size: 12px;
  }

  .header__menu {
    width: 966px;
  }
}

@media only screen and (max-width: 996px) {
  .header__burger {
    display: block;
    margin-left: 20px;
  }

  .header__burger svg {
    width: 40px;
    height: 40px;
  }
  .header__button {
    display: none;
  }

  .header__phone {
    margin-right: 0;
    text-align: right;
  }

  .header__menu {
    width: 738px;
  }

  .header__menu a {
    color: #000;
  }
}

@media only screen and (max-width: 767px) {
  .header__phone a {
    font-size: 14px;
  }

  .header__phone p {
    display: none;
  }

  .header__logos-image {
    width: 130px;
  }

  .header__wrapper {
    flex-wrap: wrap;
    justify-content: right;
    padding: 10px 15px;
  }

  .header__logos-text b {
    font-size: 12px;
  }

  .header__logos-text img {
    width: 52px;
  }

  .header__phone {
    margin-top: 5px;
  }

  .header__burger {
    margin-left: 10px;
  }

  .header__menu {
    width: 345px;
    top: 120px;
  }

  .menu__name {
    text-align: right;
  }
  .menu__dealer {
    text-align: right;
  }
}

.main {
  margin-top: 113px;
}

.main__wrapper {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
  justify-items: end;
}

.main__block {
  position: relative;
  z-index: 1;
  width: 965px;
  grid-area: 1/1/3/2;
  border-radius: 20px;
  padding: 32px 40px;
  background-image: url("../../static/images/banner_new2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}

.main__block:before {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4),
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
}

.main__content {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main__heading-content {
  background-color: rgb(44 46 53 / 80%);
  margin: -20px;
  padding: 16px 20px;
  border-radius: 20px;
}

.main__heading-content-desktop {
  display: block;
}
.main__heading-content-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .main__heading-content-desktop {
    display: none;
  }
  .main__heading-content-mobile {
    display: block;
    white-space: nowrap;
  }
}

#cookie_note {
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
  -webkit-animation: cookie-notify-anim 0.3s ease;
  animation: cookie-notify-anim 0.3s ease;
  text-align: center;
  color: #fff;
  padding: 20px;
  background: rgba(48, 46, 44, 0.8);
  right: 60px;
  bottom: 60px;
  left: auto;
  max-width: 533px;
  transform: translateX(0%);
  flex-direction: column;
}

#cookie_note svg {
  display: none;
}

#cookie_note p {
  color: #cdcfd1;
}

#cookie_note p a {
  text-decoration: underline;
  color: #cdcfd1;
}

#cookie_note button {
  display: block;
  cursor: pointer;
  color: #0c0c0b;
  margin: 16px auto 0;
  background: #fff;
  background-image: url(
    data:image/svg + xml;charset=UTF-8,
    %3csvgwidth="16"height="8"fill="none"xmlns="http://www.w3.org/2000/svg"%3e%3cpathd="m12.7 7.7 3-3c.2-.2.3-.4.3-.7 0-.3-.1-.5-.3-.7l-3-3c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4L12.6 3H1c-.6 0-1 .4-1 1s.4 1 1 1h11.6l-1.3 1.3c-.4.4-.4 1 0 1.4.4.4 1 .4 1.4 0Z"fill="%230C0C0B"/%3e%3c/svg%3e
  );
  background-position: calc(100% - 25px) calc(50% - 1px);
  background-repeat: no-repeat;
}

@media (max-width: 996px) {
  .main__heading-content {
    padding: 10px 16px;
  }
}

.main__suptitle {
  font-size: 24px;
}

.main__subtitle {
  font-size: 36px;
  line-height: 1.2;
}

.main h1 {
  font-size: 35px;
  text-transform: uppercase;
}

@media (max-width: 1537px) {
  .main h1 {
    font-size: 2em;
  }
}

@media (max-width: 996px) {
  .main h1 {
    font-size: 35px;
  }
}

.main__button {
  margin-top: auto;
}

.main__button .btn {
  display: inline-flex;
  width: auto;
}

.main__video {
  width: 518px;
  border-radius: 20px;
  overflow: hidden;
}

.main__video video {
  width: 100%;
}

.main__promo {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  background-image: url("../../static/images/main__bg.svg");
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  line-height: 1.2;
}

.main__promo-content {
  font-size: 38px;
}

.main__promo span {
  font-size: 20px;
}

.main__promo-num {
  font-size: 80px;
  color: #002D96;
  display: block;
}

.main__promo-image {
  position: absolute;
  right: -30%;
  bottom: -10%;
  max-width: 360px;
}

.main__promo-image img {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 1537px) {
  .main__block {
    width: 680px;
  }

  .main__video, .main__promo {
    width: 100%;
  }

  .main__promo-image {
    right: -33%;
  }
}

@media only screen and (max-width: 1200px) {
  .main__promo-image {
    right: -50%;
  }

  .main h1 {
    font-size: 30px;
  }

  .main__subtitle {
    font-size: 24px;
  }

  .main__suptitle {
    font-size: 18px;
  }
}

@media only screen and (max-width: 996px) {
  .main__video {
    display: none;
  }

  .main__wrapper {
    display: block;
  }

  .main__button {
    margin-top: 160px;
  }

  .main__promo-image {
    right: 5%;
  }

  .main__promo {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .main__block {
    padding: 20px;
    background-position: calc(100% - -200px) center;
    background-image: url("../../static/images/banner_new2.webp");
  }

  .main h1 {
    font-size: 18px;
  }

  .main__suptitle {
    font-size: 14px;
  }

  .main__subtitle {
    font-size: 16px;
  }

  .main__promo-image {
    right: -22%;
    width: 300px;
  }

  .main__promo-image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .main__promo-content {
    font-size: 23px;
    line-height: 1;
  }

  .main__promo-num {
    font-size: 46px;
    line-height: 1;
  }

  .main__promo span {
    font-size: 14px;
    line-height: 1;
  }
}

.timer {
  margin-top: 20px;
}

.timer__wrapper {
  background-color: #303c48;
  color: #ececed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border-radius: 20px;
  gap: 20px;
  grid-area: 3/1/4/3;
}

.timer__title {
  display: flex;
  gap: 15px;
  align-items: center;
}

@media only screen and (max-width: 1600px) {
  .timer__title {
    justify-content: center;
  }
}

.timer__title span {
  font-size: 16px;
}

.timer__title span b {
  font-size: 22px;
}

.timer__form {
  max-width: 700px;
}

@media only screen and (max-width: 1600px) {
  .timer__form {
    max-width: 585px;
  }
}
@media only screen and (max-width: 1200px) {
  .timer__form {
    max-width: 100%;
  }
}

.timer__form .form-elements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.timer__form .form-elements .input-block {
  margin: 0;
}

.timer__form .form-elements .btn {
  margin: 0;
  width: 100%;
}

.timer__form .form-elements .checkbox {
  display: flex;
  align-items: center;
  width: 100%;
  grid-area: 2/2/3/3;
}

.timer__form .form-elements .checkbox label {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}

.timer__form .form-elements .checkbox label a {
  color: #fff;
}

.timer__form .form-elements .checkbox label a:hover {
  color: #fff;
}

@media only screen and (max-width: 1400px) {
  .timer__form .form-elements {
    display: block;
    width: 320px;
  }

  .timer__form .form-elements .input-block {
    width: 100%;
  }

  .timer__form .form-elements .submit {
    width: 100%;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .timer__wrapper {
    flex-direction: column;
  }

  .timer__title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .timer__form {
    margin-top: 20px;
  }

  .timer__form .form-elements {
    display: flex;
    width: 100%;
  }

  .timer__form .form-elements .input-block {
    width: 49%;
  }

  .timer__form .form-elements .submit {
    width: 49%;
    margin: 0;
  }

  .timer__form .form-elements .checkbox {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .timer__form .form-elements {
    display: block;
    max-width: 320px;
    width: 100%;
  }

  .timer__form .form-elements .input-block {
    width: 100%;
  }

  .timer__form .form-elements .submit {
    width: 100%;
    margin-top: 10px;
  }

  .timer__title span {
    font-size: 16px;
  }
}

.benefits__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.benefits__item {
  border-radius: 10px;
  position: relative;
  height: 200px;
  cursor: pointer;
}

.benefits__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.benefits__title {
  font-size: 28px;
  text-transform: uppercase;
}

.benefits__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 20px 20px 30px;
  border-radius: inherit;
  background-color: #f5f4f3;
  z-index: 2;
  position: relative;
  height: 100%;
  transition: 0.3s ease;
}

.benefits__image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}

.benefits__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .benefits__title {
    font-size: 22px;
  }

  .benefits__item {
    height: 275px;
  }
}

@media only screen and (max-width: 996px) {
  .benefits__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .benefits__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .benefits__item {
    height: 180px;
  }

  .benefits__item:hover .benefits__content {
    transform: none;
  }

  .benefits__content > img {
    position: absolute;
    left: 30px;
    top: 40px;
  }

  .benefits__title {
    padding-left: 60px;
  }
}

.cars h2,
.menu h2 {
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.cars__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
  scroll-margin-top: 120px; /* или 150px — под высоту шапки + запас */
}

.cars__content {
  width: 590px;
  flex-shrink: 0;
}

.cars__name {
  font-size: 46px;
  position: relative;
  z-index: 1;
}

.cars__name::after {
  content: attr(data-name);
  font-size: 64px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  color: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  display: none;
}

.cars__benefits {
  background-color: #fff;
  width: 100%;
  padding: 30px;
  border-radius: 15px;
}

.cars__price {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.cars__price b {
  color: #002D96;
  font-size: 46px;
  line-height: 1;
}

.cars__prices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.cars__price-gift {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cars__price-gift img {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  vertical-align: middle;
}

.cars__price-gift span {
  font-size: 14px;
  line-height: 1;
  text-align: right;
}

.cars__price-gift span {
  font-size: 20px;
  line-height: 1;
}

.cars__benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.cars__benefit:last-child {
  margin: 0;
}

.cars__buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  width: 100%;
}

.cars__button {
  width: 100%;
}

.cars__label {
  font-size: 1.5em;
  position: absolute;
  top: 0.43em;
  left: -8px;
}

.cars__label-text {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #313e48;
  border-radius: 0.66em 0.66em 0.66em 0;
  padding: 0.33em 1em;
  position: relative;
  z-index: 2;
}

.cars__label:after {
  content: "";
  background-color: #212a31;
  border-radius: 0 0 0 1.6em;
  display: block;
  width: 100%;
  height: 33%;
  position: absolute;
  bottom: -33%;
  left: 0;
  z-index: -1;
}

.cars__image {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}

.cars__slider {
  width: 650px;
  flex-shrink: 0;
  margin: 0;
}

.cars__slide {
  height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
}

.cars__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cars__tabs {
  height: 400px;
  width: 220px;
  margin: 0;
}

.cars__tab {
  margin-bottom: 10px;
  overflow: hidden;
  padding-right: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}

.cars__tab.swiper-slide-thumb-active {
  padding-right: 0;
}

.cars__tab img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.cars__colors {
  display: block;
  position: absolute;
  top: 60px;
  left: 20px;
  z-index: 5;
}

.cars__color {
  display: block;
  width: 30px;
  height: 15px;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 5px;
  transition: 0.3s ease;
  border: 1px solid;
}

.cars__color.active {
  width: 40px;
}

@media only screen and (max-width: 1537px) {
  .cars__content {
    width: 410px;
  }

  .cars__buttons {
    display: block;
  }

  .cars__button {
    margin-bottom: 10px;
  }

  .cars__slider {
    width: 550px;
  }

  .cars__tabs {
    width: 170px;
  }
}

@media only screen and (max-width: 1200px) {
  .cars__image {
    order: -1;
  }

  .cars__item {
    flex-wrap: wrap;
    position: relative;
    padding-top: 100px;
    margin-top: 40px;
  }

  .cars__content {
    width: 100%;
  }

  .cars__name {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .cars__slider {
    width: 775px;
  }

  .cars__buttons {
    display: flex;
  }
}

@media only screen and (max-width: 996px) {
  .cars__slider {
    width: 545px;
  }
}

@media only screen and (max-width: 767px) {
  .cars h2 {
    font-size: 24px;
  }

  .cars__name {
    font-size: 40px;
  }

  .cars__name::after {
    font-size: 45px;
  }

  .cars__item {
    padding-top: 65px;
    scroll-margin-top: 160px; /* или 150px — под высоту шапки + запас */
  }

  .cars__slider {
    width: 100%;
  }

  .cars__slide {
    height: 280px;
  }

  .cars__image {
    display: block;
  }

  .cars__tabs {
    width: 100%;
    height: 70px;
    margin-top: 10px;
  }

  .cars__tab {
    padding: 0;
    opacity: 0.5;
  }

  .cars__tab img {
    border-radius: 10px;
  }

  .cars__tab.swiper-slide-thumb-active {
    opacity: 1;
  }

  .cars__buttons {
    display: block;
  }
}

.compls h2 {
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.compls__tabs {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.compls__tab {
  flex: 1 1 120px;
  padding: 10px 16px;
  border: 1px solid #2c2e35;
  border-radius: 10px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  line-height: 1;
}

.compls__tab:hover {
  border-color: #fff;
  background-color: #fff;
}

.compls__tab.active {
  border-color: #fff;
  background-color: #fff;
}

.compls__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  margin-top: 40px;
  gap: 80px;
}

.compls__wrap.open {
  background-color: #fff;
  /* color: #ececed; */
}

.compls__name {
  position: absolute;
  font-size: 68px;
  font-weight: 800;
  color: #ececed;
  z-index: 1;
  left: -5px;
  top: 0px;
  line-height: 1;
}

.compls__image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 340px;
}

.compls__image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.compls__title {
  max-width: 220px;
  width: 100%;
}

.compls__title span {
  font-size: 28px;
  text-transform: uppercase;
}

.compls__title strong {
  display: block;
  color: #002D96;
  font-size: 20px;
  white-space: pre-line;
}

.compls__config {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  margin: 10px 0;
}

.compls__buttons {
  max-width: 400px;
  width: 100%;
}

.compls__button {
  margin: 20px 0;
}

.compls__button .btn.open svg {
  transform: rotate(180deg);
}

.compls__info {
  background-color: #303c48;
  margin-top: 10px;
  border-radius: 10px;
  padding: 15px;
  color: #ececed;
  will-change: max-height;
  transition: max-height 0.3s;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}

.compls__info-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.compls__info ul {
  margin-top: 20px;
}

.compls__info ul li {
  list-style-type: none;
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
}

.compls__info ul li::before {
  content: "";
  border: 8px solid transparent;
  border-left: 8px solid #002D96;
  display: block;
  margin-top: 4px;
}

.compls__col {
  background-color: #2c2e35;
  border-radius: 10px;
  padding: 20px 30px;
}

@media only screen and (max-width: 1537px) {
  .compls__buttons {
    max-width: 285px;
  }

  .compls__image {
    width: 280px;
  }

  .compls__image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .compls__title span {
    font-size: 24px;
  }

  .compls__wrap {
    gap: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .compls__wrap {
    flex-wrap: wrap;
  }

  .compls__title {
    width: 100%;
    text-align: right;
    max-width: initial;
  }

  .compls__configs {
    width: calc(50% - 50px);
  }

  .compls__buttons {
    width: calc(50% - 50px);
    max-width: 100%;
  }

  .compls__image {
    top: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .compls h2 {
    font-size: 24px;
  }

  .compls__tabs {
    flex-wrap: wrap;
  }

  .compls__tab {
    font-size: 20px;
  }

  .compls__image {
    width: 150px;
    top: 50px;
  }

  .compls__name {
    font-size: 24px;
    top: -5px;
  }

  .compls__title span {
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    z-index:;
  }

  .compls__title strong {
    font-size: 14px;
    line-height: 1.2;
  }

  .compls__configs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
  }

  .compls__config {
    margin: 0;
  }

  .compls__buttons {
    width: 100%;
  }

  .compls__wrap {
    padding: 20px;
    gap: 0px;
  }

  .compls__info {
    display: block;
  }

  .compls__col {
    margin: 10px 0;
  }
}

.formSmall {
  margin-top: 50px;
}

.formSmall__wrapper {
  display: flex;
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  overflow: hidden;
}

.formSmall__image {
  width: 60%;
}

.formSmall__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.formSmall__content {
  background: #2c2e35;
  width: 40%;
  padding: 80px 45px;
  background: linear-gradient(141deg, #2c2e35 0%, #002D96 100%);
  position: relative;
  overflow: hidden;
}

.formSmall__title {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
}

.formSmall__subtitle {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  margin-top: 15px;
}

.formSmall form {
  margin-top: 20px;
}

.formSmall form .input-block {
  margin: 0 0 7px 0;
}

.formSmall form .btn {
  width: 100%;
}

.formSmall form .checkbox span {
  color: #fff;
  font-size: 12px;
}

.formSmall form .checkbox label::before {
  margin-right: 15px;
}

@media only screen and (max-width: 996px) {
  .formSmall__wrapper {
    display: block;
  }

  .formSmall__image {
    width: 100%;
  }

  .formSmall__content {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .formSmall__content {
    padding: 20px;
  }
}

.contacts__wrapper {
  margin-top: 35px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.contacts__info {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  max-width: 400px;
}

.contacts__map {
  height: 460px;
}

.contacts__title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contacts__title span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}

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

.contacts__address svg {
  fill: #002D96;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 10px;
}
.contacts__address2 svg {
    fill: #002D96;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.contacts__phone {
  display: flex;
  margin-bottom: 15px;
}

.contacts__phone a {
  text-decoration: none;
  color: #2c2e35;
}

.contacts__phone a:hover {
  color: #002D96;
}

.contacts__phone svg {
  fill: #002D96;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 10px;
}

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

.contacts__time svg {
  fill: #002D96;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 10px;
}

.contacts__time svg path {
  stroke: #002D96;
  fill: #002D96;
}

.contacts__button {
  margin-top: 20px;
}

.main__promo-num span {
  font-size: 35px;
}
.menu_img {
  min-height: 65px;
  max-width: 170px;
  display: flex;
  align-items: flex-end;
}
.menu_img img {
  width: 100%;
}
.menu .items {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 30px 0px;
}
.items > a {
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .contacts__info {
    right: 20px;
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__info {
    position: static;
    transform: none;
    padding: 20px;
    width: 100%;
  }

  .contacts__map {
    margin-top: 20px;
    height: 300px;
  }

  .new-btn-mobile {
    top: 8px;
    min-height: 36px;
    padding: 9px 18px;
  }

  .main__promo-num span {
    font-size: 25px;
  }
}

.footer {
  padding: 20px 0;
  font-size: 14px;
  background-color: #303c48;
  margin-top: 20px;
  color: #ececed;
}

.footer p {
  margin-top: 10px;
}

@media only screen and (max-width: 480px) {
  .header__logos-image {
    width: 60px;
  }
  .main {
    margin-top: 160px;
  }
  .header__menu {
    transform: translateY(-180%) translateX(-50%);
  }
  .header__menu {
    width: 345px;
    top: 160px;
  }
  .main__promo-image {
    right: -22%;
    width: 260px;
  }
  .timer__title > img {
    width: 30px;
  }
  .timer__title span b {
    font-size: 24px;
  }
  .timer__title span {
    /* font-size: 14px; */
  }
  .timer__form .form-elements .input-block {
    width: 100%;
    margin-bottom: 7px;
  }
  .formSmall__title {
    font-size: 26px;
  }
  .cars h2,
  .menu h2 {
    font-size: 36px;
  }
  .items > a {
    text-align: center;
    font-size: 10px;
  }
  .menu .items {
    gap: 10px;
        margin: 20px 0px;
			display: -webkit-box;
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap;
  }
  .menu .items a {
    float: left;
  }
  .compls__tab:first-child {
    font-size: 20px;
    flex: 1 1 270px;
  }
}
.pulse {
    position: relative;
}
.pulse::after,
.pulse::before {
  content: '';
  position: absolute;
  border: 2px solid #3D64FF;
  left: -10px;
  opacity: 0;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 10px;
  animation: pulse 2.5s linear infinite;
}

.pulse::after {
  animation-delay: 1.25s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
.running-string {
    color: #fff;
    display: flex;
    align-items: center;
    background-color: rgba(49, 49, 49, 1);
    padding: 20px 0;
    margin-top: 25px;
}
.running-string__content {
    position: relative;
    display: flex;
    gap: 15px;
    padding: 0 27px;
    font-size: 32px;
    text-wrap: nowrap;
    animation: running-string 15s linear infinite;
}
.running-string__text {
    padding: 0;
    margin: 0;
}
.running-string__gray {
    display: inline-block;
    background-color: #002D96;
    padding: 5px 8px;
    border-radius: 8px;
}


@keyframes running-string {
  0% {
    left: -29px;
  }
  100% {
    left: -1067px;
  }
}


















.menu .items a {
    display: block;
	color: #000;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 20px;
    height: 142px;
    width: 142px;
    transition: all .3s;
    background-size: 100% !important;
    text-align: left;
}
.menu .items a:hover {
    color: #ffffff;
}
.menu .items a b {
    display: block;
    margin-left: 20px;
}
.menu .items a[href='#ex5emi'] {
    background: url("../images/mr/ex5emi.jpg") 0 100% no-repeat;
}

.menu .items a[href='#ex5emi']:hover {
    background: url("../images/mr/ex5emi_hov.jpg") 50% no-repeat;
}

.menu .items a[href='#ex5'] {
    background: url("../images/mr/ex5.jpg") 0 100% no-repeat;
}

.menu .items a[href='#ex5']:hover {
    background: url("../images/mr/ex5_hov.jpg") 50% no-repeat;
}

.menu .items a[href='#atlas'] {
    background: url("../images/mr/atlas.jpg") 0 100% no-repeat;
}

.menu .items a[href='#atlas']:hover {
    background: url("../images/mr/atlas_hov.jpg") 50% no-repeat;
}

.menu .items a[href='#coolray'] {
    background: url("../images/mr/coolray.jpg") 0 100% no-repeat;
}

.menu .items a[href='#coolray']:hover {
    background: url("../images/mr/coolray_hov.jpg") 50% no-repeat;
}

.menu .items a[href='#okavango'] {
    background: url("../images/mr/okavango.jpg") 0 100% no-repeat;
}

.menu .items a[href='#okavango']:hover {
    background: url("../images/mr/okavango_hov.jpg") 50% no-repeat;
}

.menu .items a[href='#cityray'] {
    background: url("../images/mr/cityray.jpg") 0 100% no-repeat;
}

.menu .items a[href='#cityray']:hover {
    background: url("../images/mr/cityray_hov.jpg") 50% no-repeat;
}

.menu .items a[href='#atlas_pro'] {
    background: url("../images/mr/atlas_pro.jpg") 0 100% no-repeat;
}

.menu .items a[href='#atlas_pro']:hover {
    background: url("../images/mr/atlas_pro_hov.jpg") 50% no-repeat;
}

.menu .items a[href='#monjaro'] {
    background: url("../images/mr/monjaro.jpg") 0 100% no-repeat;
}

.menu .items a[href='#monjaro']:hover {
    background: url("../images/mr/monjaro_hov.jpg") 50% no-repeat;
}

.menu .items a[href='#emgrand'] {
    background: url("../images/mr/emgrand.jpg") 0 100% no-repeat;
}

.menu .items a[href='#emgrand']:hover {
    background: url("../images/mr/emgrand_hov.jpg") 50% no-repeat;
}

.menu .items a[href='#preface'] {
    background: url("../images/mr/preface.jpg") 0 100% no-repeat;
}

.menu .items a[href='#preface']:hover {
    background: url("../images/mr/preface_hov.jpg") 50% no-repeat;
}
.car_profit span {
    position: relative;
    display: block;
    padding-left: 67px;
    background: url(../images/ico_profit.png) 12px 50% no-repeat;
}

.car_profit b {
    font-size: 28px;
}

.car_profit:before {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    background: #002D96;
    position: absolute;
    top: -1px;
    left: 0;
    border-radius: 40px;
    transition: all .4s ease-in-out;
}
.car_profit {
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    height: 55px;
    padding-right: 12px;
    transition: all .4s ease-in-out;
    font-size: 22px;
    border-radius: 40px;
    border: 1px solid #303C48;
    position: relative;
	cursor: pointer;
}
.car_profit:hover {
    color: #ffffff;
}
.car_profit:hover:before {
    width: 100%;
}

.tradein {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tradein_wrap {
    width: 40%;
}

.tradein_title {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 700;
}

.tradein_comment {
    margin-top: 30px;
    font-size: 22px;
}

.tradein_props {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    margin-top: 20px;
}

.tradein_props > div {
    position: relative;
    padding-left: 15px;
}

.tradein_props > div:before {
    content: '';
    display: block;
    background: #303C48;
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.tradein_wrap .btn {
    margin-top: 24px;
    max-width: 376px;
}

#tradein_form {
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#tradein_form .form-group {
    width: 49%;
}

.tradein_img_wrap {
    width: 58.4%;
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 0 20px;
    padding-bottom: 105px;
    padding-left: 35px;
}

.tradein_img_mob {
    display: none;
}

.tradein_img {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    height: 408px;
}

.tradein_img img {
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}

.tradein_img:hover img {
    transform: scale(1.1);
}

.tradein_img.img2 {
    margin-top: -20px;
}

.tradein_car {
    position: absolute;
    bottom: 0;
    right: 0;
}
.credit {
    margin-top: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.credit_wrap {
    width: 49.2%;
}

.credit_title {
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
}

.credit_comment {
    margin-top: 40px;
    font-size: 22px;
}

.credit_wrap .btn {
    margin-top: 24px;
    max-width: 376px;
}

#credit_form {
    margin-top: 30px;
    width: 510px;
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#credit_form .form-group {
    width: 49%;
}

.credit_car {
    margin-top: 20px;
}

.credit_img {
    width: 49.2%;
    border-radius: 40px;
    overflow: hidden;
}

.credit_img img {
    transition: all .3s;
    width: 100%;
}

.credit_img:hover img {
    transform: scale(1.05);
}

.test_drive {
    margin-top: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.test_drive_wrap {
    width: 49.2%;
}

.test_drive_title {
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
}

.test_drive_comment {
    margin-top: 40px;
    font-size: 22px;
}

#test_drive_form {
    margin-top: 30px;
    width: 510px;
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#test_drive_form .form-group {
    width: 49%;
}

.test_drive_car {
    margin-top: 20px;
}

.test_drive_img {
    width: 49.2%;
    border-radius: 40px;
    overflow: hidden;
}

.test_drive_img img {
    transition: all .3s;
    width: 100%;
}

.test_drive_img:hover img {
    transform: scale(1.05);
}
#test_drive_form .input-block {
    width: 49%;
    margin-bottom: 0px;
}
#test_drive_form .form-elements {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
#test_drive_form .input-block.checkbox {
    width: 100%;
}
#test_drive_form .form-elements .btn {
    margin-top: 0px;
}
#test_drive_form .input-block.checkbox .label__check span {
    margin-top: 18px;
}
#test_drive_form .input-block label a {
    color: #002D96;
}
.credit_car img, .test_drive_car img {
    width: 100%;
}
.credit2 {
    align-items: center;
}


@media only screen and (max-width: 1537px) {
	.counter .cell {
		text-align: center;
		width: 54px;
	}
	.counter p {
		font-size: 30px;
	}
	.timer__wrapper {
    padding: 25px;
	}
}
@media only screen and (max-width: 1200px) {
	.main__promo-num {
		font-size: 40px;
	}
	.main__promo-content {
		font-size: 26px;
	}
	    .main__promo-image {
        right: -55%;
    bottom: -25%;
    max-width: 230px;
    }
	.benefits__item {
        height: 190px;
    }
	.tradein_car img {
		width: 100%;
	}
	.test_drive_comment {
		margin-top: 0px;
		font-size: 16px;
	}
	.test_drive_title, .credit_title {
    font-size: 38px;
	}





}


@media (max-width: 767px) {
    .tradein {
        flex-direction: column;
        gap: 20px 0;
        margin-top: 60px;
    }
	.main__block {
        width: 100%;
    }
	    .main__promo-image {
        right: -20%;
		}
		.header__logos-image {
        width: 45%;
    }
	.timer__title span b {
        font-size: 22px;
    }
	.timer__title span {
        font-size: 13px;
    }
	.running-string__content {
    padding: 0 20px;
    font-size: 14px;
	}
	.benefits__title {
        padding-left: 0;
    }
	.benefits__content {
    padding: 15px;
	}
	    .benefits__item {
        height: 150px;
    }

	.cars__benefits {
    padding: 20px;
	}
	.car_profit {
    font-size: 18px;
    width: 100%;
	}
	.car_profit b {
    font-size: 22px;
}
	.tradein_wrap, .credit_wrap, .test_drive_wrap {
    width: 100%;
}
.tradein_title {
    font-size: 32px;
        text-align: center;
}
.tradein_comment {
    margin-top: 10px;
    font-size: 16px;
}
.tradein_img_wrap {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 0;
    margin-top: 30px;
}
.tradein_img {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    height: 260px;
}
    section#credit {
        margin-top: 0px;
    }
.credit {
    flex-direction: column;
    margin-top: 50px;
}
.credit_img, .test_drive_img {
    display: none;
}
.test_drive {
    margin-top: 50px;
    flex-direction: column;
}
.credit_comment {
    margin-top: 10px;
    font-size: 20px;
}
#test_drive_form .form-elements {
    flex-direction: column !important;
}
#test_drive_form .input-block {
    width: 100%;
    margin-bottom: 10px;
}
#test_drive_form .form-elements .btn {
    width: 100%;
}
    .test_drive_title, .credit_title {
        font-size: 32px;
        text-align: center;
    }
#lizing .credit_img, #lizing .test_drive_img {
        display: block;
    width: 100%;
    margin-top: 10px;
}

}
