@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --main-color: #121F3A;
  --secondary-color: #D5EC5D;
  --grey-color: #878f9c;
  --green-color: #4A5702;
  --red: #DD0B00;
}

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

html {
  font-size: 14px;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  font-family: 'Inter', sans-serif;
  height: 100%;
  background: #fff;
  color: var(--main-color);
}

body.open {
  overflow: hidden;
}

h1 {
  font-weight: 700;
}

h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

select,
button,
input,
textarea {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--main-color);
}

p,
li,
span,
label,
input,
textarea {
  font-weight: 400;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: inherit;
}

button {
  border: none;
  cursor: pointer;
  background: inherit;
}

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

ul,
ol {
  list-style: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background: inherit;
  cursor: pointer;
}

option {
  text-transform: uppercase;
}

table {
  border-collapse: collapse;
}

select:disabled,
input:disabled,
button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-animation: none;
  animation: none;
}

.is-invalid {
  border: 2px solid #cc3d3d !important;
  border-radius: 6px;
}

.is-invalid::-webkit-input-placeholder,
.is-invalid:placeholder-shown,
.is-invalid:focus {
  color: #cc3d3d !important;
}

input::-webkit-input-placeholder {
  color: var(--main-color);
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
input::placeholder {
  color: var(--main-color);
}

input:-moz-placeholder-shown {
  /* Standard one last! */
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--main-color);
  padding: 0 16px;
}

input:-ms-input-placeholder {
  /* Standard one last! */
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--main-color);
  padding: 0 16px;
}

input:placeholder-shown {
  /* Standard one last! */
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--main-color);
  padding: 0 16px;
}

input:focus,
textarea:focus {
  color: var(--main-color);
  padding: 0 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

input[type="checkbox"]:focus {
  padding: 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

summary:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea:focus {
  padding: 10px 20px;
}

/* ---------------- Якорь ----------------- */

#filter--res::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 148px;
  margin: -148px 0 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  #filter--res::before {
    height: 106px;
    margin: -106px 0 0;
  }
}

@media screen and (max-width: 425px) {
  #filter--res::before {
    height: 90px;
    margin: -90px 0 0;
  }
}

/* ---------------- checkbox ----------------- */

.form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.form__check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__check-label p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--grey-color);
}

.form__check-label a {
  display: initial;
  color: var(--secondary-color);
  text-decoration: underline;
}

.radio__hidden {
  display: none;
}

.radio__hidden:checked+.radio__img::before {
  background: url(/static/svg/check.svg) no-repeat center;
  background-size: cover;
  min-width: 16px;
  height: 16px;
}

.radio__img {
  position: relative;
  display: block;
  cursor: pointer;
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url(/static/svg/check.svg) no-repeat center;
  background-size: cover;
}

.radio__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 16px;
  height: 16px;
  background: var(--secondary-color);
  border-radius: 2px;
}

/* ----------- end of checkbox ----------------- */

.dataLayer,
.errorPage {
  height: calc(100vh - 200px);
  text-align: center;
}

.lazy-preloader {
  max-width: 550px;
  max-height: 400px;
  text-align: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin: 0 auto;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

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

/* ---------- bread crumbs ---------- */

.bread__crumbs {
  margin: 10px 0;
}

.bread__crumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow-x: scroll;
}

@media (max-width: 767px) {
  .bread__crumbs-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}

.bread__crumbs-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  line-height: 16px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.bread__crumbs-item:not(:first-child) {
  padding-left: 30px;
}

.bread__crumbs-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  width: 10px;
  height: 10px;
  background: url(/static/svg/bread-crumbs.svg) no-repeat center;
  background-size: contain;
}

.bread__crumbs-item a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bread__crumbs-item:hover,
.bread__crumbs-item:last-child a {
  color: #B3CD05;
}

.bread__crumbs-list::-webkit-scrollbar {
  width: 0;
}

.bread-crumbs {
  padding-top: 100px;
  width: 100%;
}

.bread-crumbs-container {
  max-width: 1135px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
}

.bread-crumbs-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow-x: scroll;
  padding-left: 15px;
}

.bread-crumbs-items::-webkit-scrollbar {
  width: 0;
}

.bread-crumbs-items li {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  margin-right: 20px;
}

.bread-crumbs-items li::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: -12px;
  top: 7px;
  background: var(--secondary-color);
}

.bread-crumbs-items li a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bread-crumbs-items li:last-child a {
  color: var(--yellow-color);
}

/* ---------- end of bread crumbs ---------- */

/* ---------- car container ---------- */

.car__catalog {
  position: relative;
  z-index: 1;
}

.car__container {
  max-width: 1198px;
  margin: 0 auto;
  padding: 0 20px;
}

.car__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  margin-bottom: 20px;
}

.card {
  position: relative;
  width: 270px;
  border-radius: 14px;
  border: 1px solid rgba(147, 174, 4, 0.28);
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(77, 87, 107, 0.10), 0px 4px 4px 0px rgba(77, 87, 107, 0.09), 0px 9px 6px 0px rgba(77, 87, 107, 0.05), 0px 17px 7px 0px rgba(77, 87, 107, 0.01), 0px 26px 7px 0px rgba(77, 87, 107, 0.00);
  box-shadow: 0px 1px 2px 0px rgba(77, 87, 107, 0.10), 0px 4px 4px 0px rgba(77, 87, 107, 0.09), 0px 9px 6px 0px rgba(77, 87, 107, 0.05), 0px 17px 7px 0px rgba(77, 87, 107, 0.01), 0px 26px 7px 0px rgba(77, 87, 107, 0.00);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.card:hover {
  background: #FDFEF7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card__special-img {
  width: 100%;
  height: 180px;
}

.card__special-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.card__special-top {
  padding: 6px;
}

.card__special-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin: 7px 0;
}

.card__special-config,
.card__special-mod {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: var(--grey-color);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card__price-block {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 5px;
}

.card__price-max {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: var(--grey-color);
}

.card__price-main {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #93AE04;
  text-align: right;
}

.card__price-main span {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: var(--main-color);
}

.card__btn {
  font-weight: 600;
  line-height: 16px;
  border-radius: 21px;
  border: 1px solid rgba(18, 31, 58, 0.20);
  background: var(--secondary-color);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(176, 202, 41, 0.60);
  box-shadow: 0px 0px 14px 0px rgba(176, 202, 41, 0.60);
  padding: 12px 5px;
  margin: 10px 0 6px;
}

/* --------- */

.card__main {
  padding: 15px 20px 4px;
}

.card__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background: url(/static/img/card__bg.webp) no-repeat center;
  background-size: contain;
}

.card__main a {
  position: relative;
  width: 100%;
  height: 100%;
}

.card__main-name {
  height: 38px;
  margin: 0;
}

.card__count {
  border-radius: 26px;
  border: 1px solid #93AE04;
  background: rgba(255, 255, 255, 0.40);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 4px 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  letter-spacing: 0.3px;
}

.card__count span {
  font-weight: 700;
  color: #93AE04;
}

.card__img {
  display: block;
  width: 100%;
  min-height: 116px;
  max-height: 116px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 15px auto;
}

.card__price-del,
.card__sale {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: var(--grey-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.card__sale {
  margin-bottom: 12px;
}

.card__price-del span {
  font-weight: 700;
}

.card__sale span {
  font-weight: 700;
  color: #93AE04;
}

.card__price-credit {
  font-weight: 600;
  line-height: 16px;
  text-align: right;
  margin-top: 5px;
}

.btn-more {
  display: block;
  border: 1px solid rgba(18, 31, 58, 0.20);
  background: var(--secondary-color);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(176, 202, 41, 0.60);
  box-shadow: 0px 0px 14px 0px rgba(176, 202, 41, 0.60);
  border-radius: 21px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 5px;
  max-width: 300px;
  width: 100%;
  margin: 20px auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-more:hover {
  color: var(--secondary-color);
  background: var(--green-color);
}

@media (max-width: 1199px) {
  .car__container {
    max-width: 902px;
  }
}

@media (max-width: 909px) {
  .car__container {
    max-width: 606px;
  }
}

@media (max-width: 605px) {
  .card {
    max-width: 47%;
    width: 100%;
  }
}

@media (max-width: 515px) {
  .card {
    max-width: 100%;
  }

  .card__main::before {
    height: 190px;
    background-size: initial;
  }

  .card__special {
    height: auto;
  }

  .card__special-img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

@media (max-width: 375px) {
  .car__container {
    padding: 0 10px;
  }
}

/* ---------- end of car container ---------- */

.main__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  margin: 30px 0 20px;
  position: relative;
  padding-left: 60px;
}

.main__title span {
  font-weight: 800;
  color: #93AE04;
}

.main__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 33px;
  background: url(/static/img/title__bg.webp) no-repeat center;
  background-size: contain;
}

/* ---------- filter form ---------- */

.filter {
  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;
  gap: 26px;
  width: 100%;
  height: 100%;
}

.filter__title {
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.label {
  position: relative;
  display: block;
  width: 100%;
}

.select__arrow {
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  background: url(/static/svg/arrow__down.svg) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 8px;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.select__arrow.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form__select,
.inputs__row input {
  width: 100%;
  height: 37px;
  padding-left: 16px;
  background: #ffffff;
  border-radius: 26px;
  border: 1px solid #93AE04;
  min-width: 170px;
}

.form__select {
  padding-right: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.label__row,
.inputs__row {
  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;
  gap: 11px 26px;
  width: 100%;
}

.inputs__row input {
  margin-bottom: 0;
}

.form__btn {
  background: var(--secondary-color);
  border-radius: 21px;
  border: 1px solid rgba(18, 31, 58, 0.20);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(176, 202, 41, 0.60);
  box-shadow: 0px 0px 14px 0px rgba(176, 202, 41, 0.60);
  padding: 9px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: var(--green-color);
  max-width: 320px;
  min-width: 150px;
  width: 100%;
  height: 37px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form__btn:hover {
  color: var(--secondary-color);
  background: var(--green-color);
}

/* ---------- end of filter form ---------- */

/* ---------- main form ---------- */

.main__form {
  position: relative;
  border-radius: 13px;
  background: var(--main-color);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(77, 87, 107, 0.10), 0px 4px 4px 0px rgba(77, 87, 107, 0.09), 0px 9px 6px 0px rgba(77, 87, 107, 0.05), 0px 17px 7px 0px rgba(77, 87, 107, 0.01), 0px 26px 7px 0px rgba(77, 87, 107, 0.00);
  box-shadow: 0px 1px 2px 0px rgba(77, 87, 107, 0.10), 0px 4px 4px 0px rgba(77, 87, 107, 0.09), 0px 9px 6px 0px rgba(77, 87, 107, 0.05), 0px 17px 7px 0px rgba(77, 87, 107, 0.01), 0px 26px 7px 0px rgba(77, 87, 107, 0.00);
  padding: 28px 10px;
  max-width: 294px;
  width: 100%;
  height: 196px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.main__form::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -12px;
  width: 205px;
  height: 59px;
  background: url(/static/svg/brand-bg.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.form__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #E8EBEF;
  margin: 5px auto;
  width: 194px;
}

.main__form-input {
  width: 100%;
  height: 37px;
  padding-left: 16px;
  color: var(--secondary-color);
  background: transparent;
  border-radius: 26px;
  border: 1px solid #93AE04;
  width: 190px;
  margin: 0 auto;
}

.main__form-input::-webkit-input-placeholder {
  color: var(--secondary-color);
  opacity: 1;
}

.main__form-input::-moz-placeholder {
  color: var(--secondary-color);
  opacity: 1;
}

.main__form-input:-ms-input-placeholder {
  color: var(--secondary-color);
  opacity: 1;
}

.main__form-input::-ms-input-placeholder {
  color: var(--secondary-color);
  opacity: 1;
}

.main__form-input::placeholder {
  color: var(--secondary-color);
  opacity: 1;
}

.main__form-input:-moz-placeholder-shown {
  color: var(--secondary-color);
}

.main__form-input:-ms-input-placeholder {
  color: var(--secondary-color);
}

.main__form-input:placeholder-shown {
  color: var(--secondary-color);
}

.main__form-input:focus {
  color: var(--secondary-color);
}

.main__form-btn {
  position: relative;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.35px;
  color: var(--green-color);
  border-radius: 21px;
  border: 1px solid rgba(18, 31, 58, 0.20);
  background: var(--secondary-color);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(176, 202, 41, 0.60);
  box-shadow: 0px 0px 14px 0px rgba(176, 202, 41, 0.60);
  padding: 7px 17px;
  padding-left: 35px;
  width: 190px;
  margin: 0 auto;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main__form-btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
  width: 20px;
  height: 20px;
  background: url(/static/svg/tel.svg) no-repeat center;
  background-size: contain;
}

/* ---------- end of main form ---------- */

/* --------------- header ------------------ */

.header {
  position: sticky;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}

.header.active {
  -webkit-box-shadow: 0 6px 6px rgb(0 0 0 / 20%);
  box-shadow: 0 6px 6px rgb(0 0 0 / 20%);
  background: #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;
  padding: 10px 0;
}

.header__top-contacts {
  font-size: 12px;
  line-height: 14px;
}

.header__top-contacts span {
  font-weight: 900;
  color: var(--green-color);
}

.header__top-contacts span:first-of-type {
  margin-right: 5px;
}

.header__top-tel {
  border-radius: 21px;
  border: 1px solid rgba(18, 31, 58, 0.20);
  background: var(--secondary-color);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(176, 202, 41, 0.60);
  box-shadow: 0px 0px 14px 0px rgba(176, 202, 41, 0.60);
  padding: 7px 17px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  height: 37px;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

.header__top-tel p {
  position: relative;
  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;
  padding-left: 28px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.35px;
  color: var(--green-color);
}

.header__top-tel p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/static/svg/tel.svg) no-repeat center;
  background-size: contain;
}

.header__bottom {
  border: 1px solid rgba(18, 31, 58, 0.05);
  background: rgba(213, 236, 93, 0.05);
}

.header__nav-content {
  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;
  height: 80px;
  gap: 20px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.logo img {
  width: 65px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo p {
  font-weight: 900;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header__tel-mob {
  display: none;
}

.nav-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.nav-list * {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.nav__item {
  display: inline-block;
  list-style: outside none none;
  overflow: hidden;
}

.nav__item a {
  padding: 0.3em 0;
  color: var(--main-color);
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  white-space: nowrap;
}

.nav__item a:before,
.nav__item a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.nav__item a:before {
  bottom: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-color: var(--secondary-color);
}

.nav__item a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: var(--secondary-color);
  white-space: nowrap;
}

.nav__item:hover a,
.nav__item.active a {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.nav-item {
  cursor: pointer;
  position: relative;
  margin-left: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.nav-item__group-list {
  position: absolute;
  top: 28px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 1px 11px 0 #414e5b33;
  box-shadow: 0 1px 11px 0 #414e5b33;
  padding: 4px;
  border-radius: 8px;
}

.nav-item:hover .nav-item__group-list {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
  text-align: right;
}

.nav-item__group-item {
  padding: 3px 0;
}

.nav-item__group-list .nav-item__group-item:hover {
  background: var(--secondary-color);
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.nav-item__link {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 4px;
  cursor: pointer;
  white-space: nowrap;
}

.nav__first:hover img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav__first img {
  margin-left: 5px;
  width: 12px;
  height: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* --------------- menu burger ------------------ */

.car__menu,
.brand__list-mob,
.burger {
  display: none;
}

@media screen and (max-width: 767px) {
  .car__menu {
    display: block;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    right: 100px;
  }

  .car__menu svg {
    width: 30px;
    height: 30px;
  }

  .brand__list-mob {
    display: block;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    position: absolute;
    width: 100%;
    height: 88vh;
    top: 126px;
    left: -100%;
    background: #000000de;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    overflow: auto;
    -webkit-transition: visibility 0.5s ease, opacity 1s ease;
    -o-transition: visibility 0.5s ease, opacity 1s ease;
    transition: visibility 0.5s ease, opacity 1s ease;
    padding: 15px;
  }

  .brand__list-mob.open {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .brand__item-mob {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 25px;
    background: transparent;
    text-align: center;
  }

  .header__nav-content {
    height: 60px;
  }

  .nav-list {
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    left: 20px;
    top: 90px;
    width: 90%;
    max-width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 1;
  }

  .nav-item {
    text-align: center;
    margin-top: 10px;
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .nav-item__link {
    margin: 20px 0;
  }

  .burger {
    width: 40px;
    height: 26px;
    position: absolute;
    top: calc(50% - 13px);
    right: 20px;
    cursor: pointer;
    display: inline-block;
    z-index: 100;
  }

  .burger span {
    background: var(--main-color);
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    opacity: 1;
  }

  .burger span:nth-child(1) {
    top: 0px;
    left: initial;
    right: 0;
  }

  .burger span:nth-child(2) {
    top: 10px;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }

  .burger span:nth-child(3) {
    top: 20px;
    left: initial;
    right: 0;
  }

  .burger.open span {
    -webkit-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  .burger.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 100%;
  }

  .burger.open span:nth-child(2) {
    opacity: 0;
    /* left: -100px; */
  }

  .burger.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
  }

  .header__nav {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    background: #000000de;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: visibility 0.5s ease, opacity 1s ease;
    -o-transition: visibility 0.5s ease, opacity 1s ease;
    transition: visibility 0.5s ease, opacity 1s ease;
  }

  .header__nav.open {
    opacity: 1;
    visibility: visible;
  }

  .nav-item:nth-child(n + 9) {
    display: block;
  }

  .open .nav-item {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .open .nav-item:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  .open .nav-item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .open .nav-item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .open .nav-item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .open .nav-item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .open .nav-item:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .open .nav-item:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }

  .open .nav-item:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }

  .open .nav-item:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }

  /* .nav-item:nth-child(1):hover {
    margin-bottom: 110px;
  } */

  .nav-item__group-list {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    border-radius: 0;
  }

  .nav-item__group-list.open {
    display: block;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    text-align: right;
    position: initial;
    visibility: visible;
    opacity: 1;
    /* margin-bottom: 0px; */
    /* border-bottom: 2px solid var(--secondary-color); */
    padding: 5px;
    padding-right: 0;
    margin-bottom: -15px;
  }

  .nav-item a,
  .nav-item__link {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
  }

  .nav-item a:hover {
    opacity: 0.6;
  }

  .nav-item:hover .nav-item__group-list {
    position: initial;
    background: transparent;
    width: 100%;
    text-align: right;
    right: 0;
    /* border-bottom: 2px solid var(--secondary-color); */
    border-radius: 0;
    padding: 5px;
    padding-right: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    visibility: visible;
    margin-bottom: -15px;
  }

  .nav-item__group-list .nav-item__link {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

/* ---------- end of header & burger menu ---------- */

.offer__row {
  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;
  margin: 30px 0;
}

.offer__block {
  position: relative;
  border-radius: 13px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(77, 87, 107, 0.10), 0px 4px 4px 0px rgba(77, 87, 107, 0.09), 0px 9px 6px 0px rgba(77, 87, 107, 0.05), 0px 17px 7px 0px rgba(77, 87, 107, 0.01), 0px 26px 7px 0px rgba(77, 87, 107, 0.00);
  box-shadow: 0px 1px 2px 0px rgba(77, 87, 107, 0.10), 0px 4px 4px 0px rgba(77, 87, 107, 0.09), 0px 9px 6px 0px rgba(77, 87, 107, 0.05), 0px 17px 7px 0px rgba(77, 87, 107, 0.01), 0px 26px 7px 0px rgba(77, 87, 107, 0.00);
  height: 196px;
  padding: 8px 12px 0;
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 24%;
  height: 196px;
  overflow: hidden;
}

.offer__block::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -12px;
  width: 205px;
  height: 59px;
  background: url(/static/svg/brand-bg.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.offer__row .main__form {
  max-width: initial;
  width: 24%;
}

.offer__block:nth-child(2) {
  background: url(/static/img/offer3.webp) no-repeat center #00000038;
  background-size: cover;
  background-blend-mode: multiply;
}

.offer__block:nth-child(3) {
  background: url(/static/img/offer1.webp) no-repeat center #00000038;
  background-size: cover;
  background-blend-mode: multiply;
}

.offer__block:nth-child(4) {
  background: url(/static/img/offer2.webp) no-repeat center #00000038;
  background-size: cover;
  background-blend-mode: multiply;
}

.offer__block p {
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  color: var(--secondary-color);
  background: transparent;
  text-transform: uppercase;
}

.offer__block b {
  font-weight: 800;
  font-size: 45px;
  line-height: 60px;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 40px;
}

.offer__block:nth-child(3) b {
  font-size: 38px;
}

.offer__block span {
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  color: var(--secondary-color);
  text-transform: uppercase;
  background: transparent;
}

.offer__block a {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: var(--green-color);
  border-radius: 14px 0px 12px 0px;
  background: var(--secondary-color);
  padding: 4px 27px;
  margin-right: -12px;
  max-width: 146px;
  width: 100%;
  margin-left: auto;
}

/* ----------credit banner ----------- */

.credit__banner-section {
  background: rgba(213, 236, 93, 0.05);
  border: 1px solid rgba(18, 31, 58, 0.05);
  border-left: none;
  border-right: none;
  padding: 50px 0 30px;
  margin-top: -30px;
}

.credit__banner-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 400px;
}

.credit__banner-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 660px;
  width: 100%;
  height: 130px;
  background: url(/static/img/main__bg.webp) no-repeat center;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

.credit__banner-section .main__credit-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.credit__banner-section .main__credit-bottom::before {
  content: none;
}

.credit__banner-section .main__credit-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: initial;
  left: 0;
  max-width: 663px;
  width: 95%;
  height: 200px;
  background: url(/static/img/main__credit-bg1.webp) no-repeat center;
  background-size: contain;
  z-index: -1;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  pointer-events: none;
}

.credit__banner-img {
  position: relative;
  max-width: 420px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 20px;
  z-index: -1;
}

.credit__banner-section .main__form {
  min-width: 294px;
}

.main__mob-img {
  display: none;
}

/* ---------- footer ---------- */

.footer {
  background: var(--main-color);
  color: #ffffff;
  padding: 60px 0;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.footer__contacts {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.footer__info {
  position: relative;
  padding: 0 60px;
}

.footer__info::before,
.footer__info::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #f1f5f833;
}

.footer__info::before {
  left: 0;
}

.footer__info::after {
  right: 0;
}

.footer__brand-list {
  display: block;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-rule: 1px solid #f1f5f81a;
  -moz-column-rule: 1px solid #f1f5f81a;
  column-rule: 1px solid #f1f5f81a;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.footer__brand-item {
  line-height: 14px;
  padding: 8px 4px;
  text-transform: capitalize;
  color: #fff;
}

.footer__brand-item a {
  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;
  gap: 7px;
}

.footer__brand-item a span {
  font-weight: 700;
  color: var(--secondary-color);
}

.footer-info__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  min-width: 220px;
}

.footer-info__item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer-info__item:last-child {
  position: relative;
  max-width: 220px;
  padding-left: 35px;
}

.footer-info__item:last-child::before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 30px;
  height: 30px;
  background: url(/static/svg/footer-map.svg) no-repeat center;
  background-size: contain;
}

.footer-info__item a {
  line-height: 16px;
  color: #E8EBEF;
}

.footer-info__item:first-child a {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}

.footer-info__item p span {
  font-weight: 700;
}

.footer-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer-nav__item {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-nav__item:hover {
  color: var(--secondary-color);
}

.footer-nav__title {
  font-weight: 900;
  text-align: center;
  margin-bottom: 15px;
}

.footer-nav__group-list .footer-nav__item {
  text-decoration: underline;
}

.footer__politica {
  min-width: 260px;
  width: 260px;
}

.footer__politica p {
  line-height: 16px;
  margin-top: 10px;
}

.footer__politica a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__politica a:hover {
  color: var(--secondary-color);
}

.error {
  position: relative;
  height: 600px;
}

.error img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.error h1,
.error p {
  position: absolute;
  color: #fff;
}

.error h1 {
  font-weight: 900;
  font-size: 100px;
  line-height: 80px;
  top: 15%;
  left: 10%;
}

.error p {
  font-weight: 700;
  top: 28%;
  left: 10%;
  font-size: 30px;
  line-height: 40px;
}

.error a {
  position: absolute;
  bottom: 20%;
  right: 10%;
  line-height: 22px;
  padding-left: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.error a::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 13px;
  height: 8px;
  background: url(/static/svg/finance-arrow.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ---------- modal ---------- */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: rgb(0 0 0 / 50%);
}

.modal.show {
  z-index: 10000;
  display: block !important;
}

.modal__dialog {
  position: relative;
  width: auto;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 500px;
  min-height: calc(100% - 3.5rem);
  margin: 1.75rem auto;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal__content {
  position: relative;
  width: 100%;
  pointer-events: auto;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin: 0 10px;
}

.modal__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 10px auto;
}

.modal__foto {
  width: 100%;
  margin: 15px 0;
  border-radius: 10px;
}

.modal .main__form-input {
  width: 100%;
  color: var(--main-color);
  background: #fff;
  margin-bottom: 14px;
}

.modal .main__form-input::-webkit-input-placeholder {
  color: var(--main-color);
}

.modal .main__form-input::-moz-placeholder {
  color: var(--main-color);
}

.modal .main__form-input:-ms-input-placeholder {
  color: var(--main-color);
}

.modal .main__form-input::-ms-input-placeholder {
  color: var(--main-color);
}

.modal .main__form-input::placeholder {
  color: var(--main-color);
}

.v .main__form-input:-moz-placeholder-shown {
  color: var(--main-color);
}

.modal .main__form-input:-ms-input-placeholder {
  color: var(--main-color);
}

.modal .main__form-input:-moz-placeholder-shown {
  color: var(--main-color);
}

.modal .main__form-input:placeholder-shown {
  color: var(--main-color);
}

.modal .main__form-input:focus {
  color: var(--main-color);
}

.modal .main__form-btn {
  width: 100%;
  height: 40px;
  padding: 7px 17px;
}

.modal .main__form-btn::before {
  content: none;
}

.modal .form__check-label p,
.modal .form__check-label a {
  color: var(--main-color);
}

.modal .form__check-label a {
  text-decoration: initial;
}

.modal-dataLayer--name {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}

.modal__text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
}

.modal__text .sale-date {
  font-weight: 700;
  color: var(--red);
}

.modal-dataLayer--price {
  font-weight: 700;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
}

.modal__close::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 20px;
  height: 1px;
  border-radius: 0.25rem;
  background: black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal__close::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 20px;
  height: 1px;
  border-radius: 0.25rem;
  background: black;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile__call {
  display: none;
}

.politics {
  margin-bottom: 20px;
}

.politics h1,
.politics h2,
.politics p {
  padding-bottom: 10px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(213, 236, 93, 0.3);
    box-shadow: 0 0 0 rgba(213, 236, 93, 0.3);
  }

  70% {
    -webkit-box-shadow: 0 0 20px rgba(213, 236, 93, 1);
    box-shadow: 0 0 20px rgba(213, 236, 93, 1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 rgba(213, 236, 93, 0.3);
    box-shadow: 0 0 0 rgba(213, 236, 93, 0.3);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(213, 236, 93, 0.3);
    box-shadow: 0 0 0 rgba(213, 236, 93, 0.3);
  }

  70% {
    -webkit-box-shadow: 0 0 20px rgba(213, 236, 93, 1);
    box-shadow: 0 0 20px rgba(213, 236, 93, 1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 rgba(213, 236, 93, 0.3);
    box-shadow: 0 0 0 rgba(213, 236, 93, 0.3);
  }
}

/* ------------------- @media ---------------------- */

@media screen and (max-width: 1199px) {

  .label__row,
  .inputs__row {
    gap: 11px 15px;
  }

  .offer__row .offer__block::before,
  .offer__row .main__form::before {
    width: 160px;
  }

  .offer__block:nth-child(3) b {
    font-size: 32px;
  }

  .footer__brand-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}

@media screen and (max-width: 1024px) {
  .main__mob-img {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 100px;
  }

  .main__mob-img img {
    max-width: 400px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .credit__banner-img,
  .main__mob-img p {
    display: none;
  }

  .credit__banner-content {
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
  }

  .credit__banner-section .main__credit-bottom {
    position: relative;
    max-width: 420px;
  }

  .banner__credit-img {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .credit__banner-section .main__credit-bottom::after {
    height: 130px;
  }
}

@media screen and (max-width: 1023px) {

  .filter,
  .label__row,
  .inputs__row {
    gap: 10px;
  }

  .offer__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
    gap: 20px;
  }

  .offer__row .main__form {
    width: 48%;
  }

  .offer__row .offer__block {
    max-width: 48%;
    width: 48%;
    margin: 0;
  }

  .nav-item:nth-child(6) {
    grid-column-start: 2;
  }

  .credit__banner-section .main__credit-bottom::after {
    max-width: 100%;
  }

  .footer__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }

  .footer__info {
    padding-right: 0;
  }

  .footer__info::after {
    content: none;
  }

  .footer__brand-list {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }

  .footer__politica {
    width: 100%;
    margin-top: 25px;
  }
}

@media screen and (max-width: 890px) {
  .logo img {
    width: 50px;
  }

  .logo p {
    font-size: 18px;
    line-height: 20px;
  }

  .nav__item a {
    font-size: 14px;
    line-height: 18px;
  }

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

  .footer__info {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer-info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .footer-info__item {
    margin: 0;
    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;
    gap: 30px;
  }

  .footer-info__item:first-of-type {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-info__item p {
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .header__top-hide {
    display: none;
  }

  .header__tel-mob {
    display: block;
    margin-right: 80px;
  }

  .nav-item__group-list * {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .nav__first {
    text-align: right;
  }

  .nav-item__group-list .group__item {
    background: none;
    list-style: outside none none;
    overflow: hidden;
    padding: 0;
    margin: 5px 0;
  }

  .nav-item__group-list .group__item:hover {
    background: transparent;
  }

  .nav-item__group-list .group__item a {
    padding: 0.3em 0;
    color: var(--main-color);
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
  }

  .nav-item__group-list .group__item a:hover,
  .nav__item a:hover {
    opacity: 1;
  }

  .nav-item__group-list .group__item a:before,
  .nav-item__group-list .group__item a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .nav-item__group-list .group__item a:before {
    bottom: 100%;
    display: block;
    height: 3px;
    width: 100%;
    content: "";
    background-color: var(--secondary-color);
  }

  .nav-item__group-list .group__item a:after {
    padding: 0.3em 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: attr(data-hover);
    color: var(--secondary-color);
    white-space: nowrap;
  }

  .nav-item__group-list .group__item:hover a,
  .nav-item__group-list .group__item.active a {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

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

  .main__mob-img {
    width: auto;
    margin-bottom: 80px;
  }

  .main__mob-img img,
  .banner__credit-img {
    max-width: 350px;
    width: 100%;
  }

  .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
  }

  .footer-info__item:last-child {
    max-width: 100%;
  }

  .footer__info {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .offer__block:nth-child(3) b {
    font-size: 34px;
  }

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

  .credit__banner-section {
    position: relative;
  }

  .credit__banner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .credit__banner-section::before {
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    background: url(/static/img/main__car-bg.webp) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
  }

  .credit__banner-section::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    background: url(/static/img/main__credit-bg1.webp) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
  }

  .credit__banner-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background: url(/static/img/main__bg.webp) no-repeat center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
  }

  .credit__banner-section .main__credit-bottom::after {
    content: none;
  }

  .main__mob-img img {
    margin-bottom: 50px;
  }

  .main__mob-img p {
    display: block;
    font-weight: 500;
    line-height: 18px;
    margin-top: -20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 570px) {
  .header__tel-mob {
    margin: 0;
    position: absolute;
    left: calc(50% - 100px);
  }

  .logo p {
    display: none;
  }

  .footer__logo p {
    display: block;
  }

  .form__btn {
    max-width: 100%;
  }

  .offer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .offer__row .main__form,
  .offer__row .offer__block {
    max-width: 100%;
    width: 100%;
  }

  .offer__row .offer__block::before,
  .offer__row .main__form::before {
    width: 205px;
  }

  .footer {
    padding-top: 30px;
  }

  .footer__logo {
    margin: 0 auto;
  }

  .footer__politica {
    padding-bottom: 60px;
  }

  .footer__contacts {
    gap: 15px;
  }

  .footer-info__list {
    border-top: 1px solid #f1f5f833;
    border-bottom: 1px solid #f1f5f833;
    padding: 20px 0;
  }

  .mobile__call {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
    width: 75px;
    height: 75px;
    border-radius: 50px;
    background: var(--secondary-color);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(77, 87, 107, 0.10), 0px 4px 4px 0px rgba(77, 87, 107, 0.09), 0px 9px 6px 0px rgba(77, 87, 107, 0.05), 0px 17px 7px 0px rgba(77, 87, 107, 0.01), 0px 26px 7px 0px rgba(77, 87, 107, 0.00);
    box-shadow: 0px 1px 2px 0px rgba(77, 87, 107, 0.10), 0px 4px 4px 0px rgba(77, 87, 107, 0.09), 0px 9px 6px 0px rgba(77, 87, 107, 0.05), 0px 17px 7px 0px rgba(77, 87, 107, 0.01), 0px 26px 7px 0px rgba(77, 87, 107, 0.00);
    cursor: pointer;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
  }

  .mobile__call svg {
    width: 38px;
    height: 38px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .mobile__call svg path {
    fill: #121F3A;
  }
}

@media screen and (max-width: 530px) {
  .offer__block:nth-child(3) b {
    font-size: 40px;
  }

  .offer__block span {
    font-size: 18px;
  }
}

@media screen and (max-width: 425px) {
  .header__tel-mob {
    margin-right: auto;
  }

  .header__nav,
  .brand__list-mob {
    top: 60px;
  }

  .banner__credit-img {
    max-width: 300px;
    bottom: 20px;
  }

  .btn-more {
    max-width: 100%;
  }

  .footer-info__item p {
    font-size: 14px;
  }

  .error {
    height: 340px;
  }

  .error h1 {
    font-size: 60px;
    line-height: 70px;
    top: 10%;
    left: 5%;
  }

  .error p {
    font-size: 26px;
    line-height: 28px;
    left: 5%;
  }

  .error a {
    bottom: 10%;
    right: 5%;
  }
}

@media screen and (max-width: 375px) {
  .burger {
    right: 10px;
  }

  .header__nav-content {
    gap: 10px;
  }

  .header__top-tel {
    padding: 7px;
    left: calc(50% - 90px);
  }

  .credit__banner-section {
    padding-bottom: 20px;
  }

  .credit__banner-section::before {
    top: -5px;
  }

  .credit__banner-section::after {
    top: 30px;
  }

  .banner__credit-img {
    max-width: 250px;
    bottom: 0;
  }

  .main__mob-img {
    margin-bottom: 60px;
  }

  .main__mob-img p {
    margin-bottom: 20px;
  }

  .main__mob-img img {
    margin-bottom: 20px;
  }

  .credit__banner-section .main__form {
    max-width: 100%;
  }

  .label__row,
  .inputs__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-info__item {
    gap: 15px;
  }

  .footer__info {
    -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;
  }

  .politics h1 {
    font-size: 24px;
  }

  .politics h2 {
    font-size: 18px;
  }
}