main::before {
  top: 25%;
  left: 0;
  background: url(/static/svg/s-bg1.svg) no-repeat center;
  background-size: contain;
  width: 330px;
  height: 472px;
}

main::after {
  bottom: 32%;
  right: 0;
  background: url(/static/svg/s-bg2.svg) no-repeat center;
  background-size: contain;
  width: 338px;
  height: 662px;
}

.bread__crumbs {
  background: none;
}

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

.special__info {
  width: 50%;
}

.special__info-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: 5px;
}

.info__title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.info__row-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 15px;
}

.special__info-title {
  font-weight: 900;
  font-size: 34px;
  line-height: 36px;
  color: var(--secondary-color);
}

.info__title-mobile,
.info__price-mobile {
  display: none;
}

.info__row-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 10px;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
}

.info__row-block del {
  font-weight: 500;
}

.info__row-block span {
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
}

.info__row-block span span {
  color: var(--green-dark);
}

.info__row-price p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  border: 1px solid var(--green-dark);
  border-radius: 2px;
  padding: 10px 15px;
  text-align: center;
}

.info__row-price p span {
  font-weight: 700;
  color: var(--green-dark);
}

.special__info .info__row-params {
  color: #fff;
  background: var(--secondary-color);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  gap: 10px;
  padding: 10px 0;
  height: inherit;
}

.info__row-params p {
  position: relative;
  padding-top: 34px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  width: 108px;
  text-align: center;
}

.info__row-params p::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: url(/static/svg/param4.svg) no-repeat center;
}

.info__row-params p:nth-child(2):before {
  background: url(/static/svg/param3.svg) no-repeat center;
}

.info__row-params p:nth-child(3)::before {
  background: url(/static/svg/param1.svg) no-repeat center;
}

.info__row-params p:nth-child(4)::before {
  background: url(/static/svg/param2.svg) no-repeat center;
}

.special__row-info {
  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;
  gap: 10px;
  width: 100%;
  height: inherit;
}

.special__row-info p {
  background: var(--background-main);
  padding: 11px 25px;
}

.special__row-info .special__info-row span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.special__row-info .special__info-row span:last-child {
  font-weight: 600;
  color: var(--secondary-color);
  text-align: right;
}

.special__info-buttons {
  margin-top: 38px;
}

.special__info-buttons button {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 8px;
  color: #fff;
  background: var(--green-dark);
  border-radius: 10px;
  box-shadow: 0px 4px 20px 6px rgba(127, 127, 127, 0.15);
  width: 48%;
  height: 50px;
}

.special__info-buttons button:last-child {
  background: var(--secondary-color);
}

.special__slider {
  width: 53%;
  max-height: 540px;
  height: 100%;
}

.special__slider .slick-track {
  max-height: inherit;
}

.slick-initialized .slick-slide {
  padding: 0 5px;
}

.special__slider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.special__slider .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 10;
  font-size: 0;
  width: 37px;
  height: 37px;
}

.special__slider .slick-arrow.slick-prev {
  left: 5px;
  background: url(/static/svg/slide__left-spec.svg) no-repeat center;
}

.special__slider .slick-arrow.slick-next {
  right: 5px;
  background: url(/static/svg/slide__right-spec.svg) no-repeat center;
}

.special__slider .slick-prev:before,
.slick-next:before {
  opacity: 1;
}

.special__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 37px;
}

.special__slider .slick-dots li {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
}

.special__slider .slick-dots .slick-active {
  border: 2px solid var(--background-main);
  background: var(--green-dark);
  width: 12px;
  height: 12px;
}

.special__slider .slick-dots button {
  font-size: 0;
}

.special__offer-row {
  background: url(/static/ex__credit.png) no-repeat center #566778;
  background-size: cover;
  background-blend-mode: darken;
  padding: 30px 0;
}

.special__offer-form {
  display: none;
}

.special__offer-container {
  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: 10px;
}

.special__offer-block {
  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: 16px;
  background: url(/static/offer1.png) no-repeat center;
  background-size: cover;
  border-radius: 12px;
  max-width: 290px;
  width: 100%;
  height: 90px;
  padding: 10px;
}

.special__offer-block:nth-child(2) {
  background: url(/static/offer2.png) no-repeat center;
  background-size: cover;
}

.special__offer-block:nth-child(3) {
  background: url(/static/offer3.png) no-repeat center;
  background-size: cover;
}

.special__offer-block:nth-child(4) {
  background: url(/static/offer4.png) no-repeat center;
  background-size: cover;
}

.special__offer-block h3 {
  color: #fff;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}

.special__offer-block h3 span {
  display: block;
  font-weight: 800;
}

.special__offer-block img {
  background: var(--green-main);
  border: 5px solid var(--green-main);
  box-shadow: 0px 4px 20px 6px rgba(127, 127, 127, 0.15);
  border-radius: 10px;
  width: 47px;
  height: 47px;
}

.car__catalog {
  padding-bottom: 10px;
}

.offer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin: 50px 0;
}

.offer__block {
  position: relative;
  max-width: 260px;
  width: 100%;
  height: 100px;
  background: #d9d9d9;
  -webkit-box-shadow: var(--main-shadow);
  box-shadow: var(--main-shadow);
  border-radius: 24px;
  overflow: hidden;
}

.offer__block:not(:nth-child(4)):before {
  content: "";
  position: absolute;
  top: 0;
  right: -44px;
  border-top: 8px solid #fff;
  -webkit-transform: rotate(39.47deg);
  -ms-transform: rotate(39.47deg);
  transform: rotate(39.47deg);
  width: 100%;
}

.offer__block:nth-child(4) {
  padding: 10px;
}

.offer__block label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  border-radius: 24px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.offer__block label.active {
  opacity: 0.3;
}

.sale-item.active .offer__block-top input {
  background: url("/static/svg/close.svg") no-repeat center;
}

.offer__block-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.offer__block-top input {
  width: 24px;
  height: 32px;
  background: url("/static/svg/done.svg") no-repeat center;
  margin-right: 5px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.offer__block-top h2,
.offer__block h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
}

.offer__block h3 {
  font-size: 18px;
  line-height: 20px;
}

.offer__block h3 span {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: var(--main-color);
}

.offer__block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.sale-item__val-text,
.sale__result {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

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

.sale-result__val {
  display: block;
  background: transparent;
  font-weight: 700;
  margin-right: 5px;
}

.show__list {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: var(--secondary-color);
  margin: 20px 0;
  cursor: pointer;
}

.accordion__title {
  position: relative;
  width: max-content;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--secondary-color);
  margin-bottom: 10px;
  padding-right: 20px;
  cursor: pointer;
}

.accordion__title::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  background: url(/static/svg/arrow.svg) no-repeat center;
  width: 14px;
  height: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion__title.hide::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion__content {
  padding: 15px;
  margin-bottom: 30px;
}

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

.accordion__block:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.accordion__list {
  position: relative;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}

.accordion__list-tech {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.accordion__list li {
  font-size: 16px;
  line-height: 20px;
}

.tech__content .accordion__list li {
  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: 10px;
  padding: 3px 5px;
}

.tech__content .accordion__list li:nth-child(2n) {
  background: #EBFAFF;
}

.option__content .accordion__list li {
  list-style: disc;
  margin-left: 15px;
}

.accordion__list li span:last-child {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
}

.tech__content-img {
  position: relative;
  min-width: 274px;
  width: 274px;
  height: 256px;
}

.tech__content-img img {
  width: 100%;
  height: 100%;
}

.tech__content-img p {
  position: absolute;
  bottom: -12px;
  left: 125px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.tech__content-img p:nth-child(3) {
  bottom: 40px;
  left: -15px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tech__content-img p:nth-child(4) {
  top: 40px;
  left: -15px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ---------------- credit form ----------------- */

.car-info-credit {
  margin: 20px 0;
  padding: 20px 10px;
  background: var(--background-main);
}

.car__info-title {
  font-size: 26px;
  line-height: 30px;
  color: #000;
}

.price__text {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}

.price__text span {
  font-weight: 700;
  color: var(--green-dark);
}

.car-credit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.credit__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: initial;
  padding: 0;
}

.credit__form b {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #858688;
  margin: 20px 0;
}

.credit__select {
  padding: 0 15px;
  font-size: 14px;
  color: initial;
}

.first__row,
.payment__row,
.range__time-block label {
  font-weight: 500;
  color: #000;
}

.credit__form button {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background: var(--green-dark);
  border-radius: 2px;
  padding: 14px 0;
  width: 100%;
  height: 50px;
}

.car-credit-banks {
  width: 38%;
}

.banks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 15px;
  margin-bottom: 10px;
}

.banks__list li {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: var(--green-dark);
}

.car-credit-banks ul li span {
  font-weight: 600;
}

.plus__list li {
  margin-bottom: 5px;
  color: #000;
}

.car-info-button {
  width: 100%;
}

.car-info-section .form__check-label p,
.car-info-section .form__check-label a {
  font-size: 12px;
}

.car-info-section .form__check-label p {
  width: 100% !important;
}

.car-info-section .form__check-label a {
  text-decoration: underline;
}

.payment__row-span {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}

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

@media screen and (max-width: 1200px) {
  .special__info-buttons {
    margin-top: 24px;
  }
}

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

  .info__title,
  .info__row-price {
    display: none;
  }

  .info__title-mobile,
  .info__price-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
  }

  .info__price-mobile {
    margin: 10px auto;
  }

  .special__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .special__slider {
    max-width: 730px;
    width: 100%;
    max-height: initial;
    margin: 0 auto;
  }

  .special__info {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
  }

  /* .special__info-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }

  .special__info-buttons button {
    max-width: 220px;
    width: 100%;
  } */

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

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

  .car-credit-banks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
  }

  .car-credit-banks h3,
  .car-credit-banks h4 {
    margin-top: 0;
  }

  .special__offer-block {
    padding: 5px;
  }

  .special__offer-block h3 {
    font-size: 16px;
  }

  .special__offer-container {
    flex-wrap: wrap;
    max-width: 590px;
    margin: 0 auto;
  }

  .special__offer-form {
    display: flex;
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 0px 0px 28.4px 0px rgba(255, 255, 255, 0.79);
  }
}

@media screen and (max-width: 860px) {
  .offer__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .offer__block:nth-child(4) {
    margin: initial;
  }

  .ex-credit__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }

  .ex-credit-block {
    max-width: 300px;
    width: 100%;
  }

  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form__col {
    width: 100%;
  }

  .special__offer-row {
    padding: 15px 0;
    margin-bottom: 20px;
  }

  .special__offer-block {
    height: 70px;
    gap: 8px;
  }

  .special__offer-block img {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 768px) {
  .accordion__list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  .accordion__list::before {
    left: 50%;
  }

  .accordion__list::after {
    content: none;
  }

  .special__offer-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .special__offer-block {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .accordion__list li {
    font-size: 14px;
    line-height: 16px;
  }

  .accordion__list li span:last-child {
    font-size: 16px;
  }

  .first__row,
  .payment__row,
  .range__time-block label {
    padding: 5px;
  }

  .output-first,
  .output-payment,
  .output-time,
  .payment__row-span {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 689px) {
  .ex-credit__form {
    padding: 20px;
  }

  .ex-credit__form h3 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
  }

  .ex-credit-block {
    border: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
    padding: 0;
  }

  .ex-credit-input {
    max-width: 100%;
  }

  .form__check {
    margin-bottom: 10px;
  }

  .credit__form {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media screen and (max-width: 580px) {
  .main__title {
    margin-top: 50px;
  }

  .offer__row {
    margin: 0;
    margin-top: 30px;
  }

  .offer__block {
    max-width: 100%;
    min-height: 100px;
  }

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

  .offer__block h3 span {
    font-size: 22px;
  }

  .info__title-mobile .special__info-title {
    font-size: 24px;
    line-height: 28px;
  }

  .special__info-id {
    font-size: 14px;
    line-height: 16px;
  }

  .info__row-price p {
    font-size: 16px;
    line-height: 18px;
    margin-left: auto;
    padding: 5px;
  }

  .special__row-info span:last-of-type {
    text-align: right;
  }

  .special__info {
    padding: 0;
  }

  .info__row-params p {
    width: 85px;
  }

  .info__row-params p::before {
    width: 20px;
    height: 20px;
  }

  .info__price-mobile span {
    font-size: 20px;
    line-height: 24px;
  }

  .accordion__content {
    padding: 0;
    margin-bottom: 20px;
  }

  .show__list {
    font-size: 24px;
    line-height: 24px;
  }

  .accordion__block:not(:last-child) {
    padding-bottom: 10px;
    margin: 0;
  }

  .accordion__title {
    background: var(--background-label);
    max-width: 100%;
    width: 100%;
    padding: 14px 30px;
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto;
  }

  .accordion__title::before {
    top: 20px;
    right: 20px;
  }

  .accordion__list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    padding-top: 10px;
    width: 100%;
  }

  .accordion__list::before {
    content: none;
  }

  .car-info-credit {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .tech__content .accordion__list li:nth-child(2n) {
    margin: 2px 0;
  }

  .credit__bottom {
    margin: 0;
  }
}

@media screen and (max-width: 515px) {
  .special__row-info p {
    padding: 11px 5px;
  }

  .special__row-info .special__info-row span {
    font-size: 12px;
  }

  .special__info-buttons {
    gap: 10px;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .special__info-buttons button {
    width: 100%;
  }

  .form__col {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .ex-credit__btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    max-width: 100%;
  }

  .car-credit-banks {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .car__info-title {
    font-size: 22px;
    line-height: 24px;
  }

  .price__text {
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0 15px;
  }
}

@media screen and (max-width: 460px) {
  .form__check-label p {
    width: 250px;
  }
}

@media screen and (max-width: 425px) {
  main::before {
    top: 18%;
  }

  main::after {
    bottom: 55%;
  }

  .special__slider {
    padding: 0;
    background: transparent;
  }

  .car-info-section {
    background: var(--background-main);
  }

  .car-info-credit {
    padding: 20px 0 50px;
    background: none;
  }

  /* .show__list {
    font-size: 18px;
    line-height: 20px;
  } */

  .irs--round .irs-grid-text {
    font-weight: 400;
    font-size: 12px;
  }

  .payment__row {
    letter-spacing: -0.5px;
  }
}

@media screen and (max-width: 375px) {
  .special__offer-block h3 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 360px) {
  .price__text {
    font-size: 16px;
  }
}