.brand__banner {
  position: relative;
}

.brand__banner::before {
  content: "";
  position: absolute;
  top: 15px;
  right: calc(50% - 330px);
  max-width: 660px;
  width: 100%;
  height: 156px;
  background: url(/static/img/main__bg.webp) no-repeat center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

.brand__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0;
}

.brand__container-left {
  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;
  width: 100%;
  margin-right: 28px;
}

.brand__container-title {
  font-weight: 900;
  font-size: 48px;
  line-height: 50px;
  background: transparent;
  width: 100%;
  padding-top: 10px;
}

.brand__container-title span {
  display: inline-block;
  font-weight: 900;
  color: #B3CD05;
}

.brand__container-text {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  border-radius: 40px;
  border: 1px solid #AEC356;
  background: rgba(213, 236, 93, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 16px 20px;
  padding-left: 80px;
  max-width: 465px;
  width: 100%;
  height: auto;
  margin-left: auto;
}

.brand__container-text::before {
  content: "";
  position: absolute;
  top: calc(50% - 29px);
  left: 12px;
  width: 58px;
  height: 58px;
  background: url(/static/svg/brand-top.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

.info__container {
  border: 1px solid rgba(18, 31, 58, 0.05);
  border-left: none;
  border-right: none;
  background: rgba(213, 236, 93, 0.05);
  margin: 35px 0;
  padding: 35px 0 20px;
}

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

.special__info {
  max-width: 340px;
  width: 100%;
}

.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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid rgba(190, 190, 190, 0.4);
  padding: 12px 0;
  max-width: 280px;
  margin-left: auto;
}

.special__info-row span:first-of-type {
  font-weight: 900;
  line-height: 18px;
}

.special__info-row span:last-of-type {
  font-weight: 600;
  line-height: 18px;
}

.special__info-row span:last-of-type {
  text-align: right;
}

.special__info-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}

.special__title-mob {
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 20px;
}

.info__row-block del {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: var(--grey-color);
}

.info__row-block p {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: var(--main-color);
}

.info__row-block p span {
  font-weight: 700;
  font-size: 38px;
  color: #93AE04;
}

.info__row-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.info__block-params {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info__block-params img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}

.info__block-params p {
  font-weight: 700;
  line-height: 16px;
}

.info__block-params span {
  font-weight: 700;
  line-height: 16px;
  color: #93AE04;
  text-transform: uppercase;
}

.info__params-garantee span {
  text-transform: initial;
}

.credit__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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: 13px 10px;
  margin-top: 20px;
  margin-left: auto;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

.special__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  max-width: 460px;
  width: 100%;
}

.special__slider .item {
  max-height: 350px;
}

.special__slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider__nav {
  margin: 0 15px;
}

.slider__nav .item .special__slider-img {
  padding: 4px;
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.slider__nav .slick-current .special__slider-img {
  background: var(--secondary-color);
}

.special__slider .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 10;
  font-size: 0;
  width: 15px;
  height: 40px;
}

.special__slider .slick-arrow.slick-prev {
  left: -15px;
  background: url(/static/svg/slider__left.svg) no-repeat center;
  background-size: contain;
}

.special__slider .slick-arrow.slick-next {
  right: -17px;
  background: url(/static/svg/slider__right.svg) no-repeat center;
  background-size: contain;
}

.special__slider .special__top-slider .slick-arrow.slick-prev {
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
}

.special__slider .special__top-slider .slick-arrow.slick-next {
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
}

.car__catalog {
  padding-bottom: 10px;
}

/* -------------- sale row ----------- */

.special__sale {
  border-radius: 18px;
  border: 1px solid rgba(147, 174, 4, 0.30);
  background: #FFF;
  padding: 15px 20px;
  max-width: 300px;
  margin-top: -80px;
}

.special__sale-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

.special__sale-text {
  font-weight: 900;
  font-size: 16px;
  line-height: 18px;
  color: var(--red);
  margin: 10px 0 20px;
  text-align: center;
}

.special__sale-text span {
  font-weight: 900;
}

.sale__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;
}

.sale__block {
  position: relative;
  max-width: 260px;
  width: 100%;
  height: 80px;
  border: 1px solid rgba(18, 31, 58, 0.20);
  background: #D5EC5D;
  border-radius: 52px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.sale__block.active {
  background: #fff;
}

.sale__block:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FAFCF0;
}

.sale-item {
  position: relative;
  width: 37%;
  height: 100%;
  padding: 10px;
  background: #FAFCF0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  border-top-right-radius: 10px 50px;
  border-bottom-right-radius: 10px 50px;
}

.sale__block.active .sale-item {
  background: #878F98;
}

.sale__block-right {
  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: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 66%;
  height: 100%;
  padding: 10px;
}

.sale__block-right p {
  font-weight: 700;
  line-height: 18px;
  border-radius: 15px;
  border: 1px solid #93AE04;
  color: #93AE04;
  background: #FFF;
  padding: 5px 15px;
}

.sale-item__val-text {
  font-weight: 700;
}

.sale__result-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
}

.sale-result__val {
  font-weight: 700;
}

.sale-item input[type="checkbox"] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.sale-item.checkbox__switch {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 38px;
  height: 19px;
  border: 1px solid var(--grey-color);
  border-radius: 25%/50%;
  vertical-align: top;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #e1e1e3;
}

.sale-item .checkbox__switch:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 28px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #adadad;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.sale-item input[type="checkbox"]:not(:disabled):active+.checkbox__switch:before {
  background: #D9D9D9;
}

.sale-item input[type="checkbox"]:checked+.checkbox__switch {
  background: #D9D9D9;
  width: 56px;
  height: 30px;
  border-radius: 50px;
  display: block;
}

.sale-item input[type="checkbox"]:checked+.checkbox__switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background: #a7c120;
}

/* Hover */
.sale-item input[type="checkbox"]:not(:disabled)+.checkbox__switch {
  cursor: pointer;
  background: #D9D9D9;
  width: 56px;
  height: 30px;
  border-radius: 50px;
  display: block;
  margin-left: auto;
}

/* Disabled */
.sale-item input[type="checkbox"]:disabled+.checkbox__switch {
  background: #D9D9D9;
}

.sale-item input[type="checkbox"]:disabled+.checkbox__switch:before {
  background: #fff;
}

.sale-item__text {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-align: end;
  color: var(--main-color);
  background: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.sale-item__text.active {
  color: #93AE04;
}

.sale__result-text {
  font-weight: 900;
  font-size: 22px;
  line-height: 24px;
  color: var(--red);
  margin-bottom: 5px;
}

.special__sale-title-bottom {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: var(--red);
  text-align: center;
  margin-top: 20px;
}

.special__sale-text-bottom {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0;
  text-align: center;
}

.special__sale-call {
  display: block;
  font-weight: 700;
  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: 10px;
  max-width: 224px;
  width: 100%;
  margin: 0 auto;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

/* -------------- accordion ------------- */

.accordion {
  position: relative;
  z-index: 1;
  border-radius: 14px;
  border: 1px solid rgba(147, 174, 4, 0.30);
  background: #FDFEF7;
  margin: 15px 0;
}

.show__list {
  position: relative;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  width: 100%;
  cursor: pointer;
  padding: 15px;
  text-transform: uppercase;
}

.show__list::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 19px;
  background: url(/static/svg/arrow__down.svg) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}

.show__list.hide::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  color: #778423;
  border-bottom: 1px solid rgba(213, 236, 93, 0.40);
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.accordion__content {
  display: block;
  padding: 15px 25px;
  padding-top: 0;
}

.accordion:last-of-type .accordion__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 30px;
}

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

.tech__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tech__content-img span {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tech__content-img span:nth-child(2) {
  bottom: 19%;
  left: 59%;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.tech__content-img span:nth-child(3) {
  top: 43%;
  left: initial;
  right: -8%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.tech__content-img span:nth-child(4) {
  bottom: 17.5%;
  left: 13%;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.accordion__block:not(:last-child) {
  margin-bottom: 20px;
}

.accordion__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 10px;
}

.accordion__list-tech {
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  max-width: 740px;
  width: 100%;
}

.accordion__list li {
  line-height: 18px;
  margin-bottom: 10px;
}

.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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

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

.accordion__list li span:first-child {
  display: block;
  font-weight: 500;
  color: #888888;
}

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

/* ----------- Кредитная форма ------------- */

.car-info-credit-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}

.special__credit-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.special__credit-block {
  border-radius: 14px;
  border: 1px solid rgba(147, 174, 4, 0.30);
  background: #FDFEF7;
  width: 33%;
  padding: 14px 20px;
}

.special__credit-img {
  display: block;
  max-width: 250px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

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

.special__credit-form .main__form-btn {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.special__credit-title {
  font-weight: 800;
  margin-bottom: 20px;
}

.first__row {
  color: var(--main-color);
  margin-bottom: 5px;
}

.special__payment-row {
  font-weight: 700;
  margin-top: 5px;
}

.output-first,
.output-payment,
.output-time,
.payment__row-val {
  font-weight: 700;
  color: var(--red);
  margin-left: 10px;
}

.irs--round.irs-with-grid {
  margin-bottom: 0;
}

.irs--round .irs-grid-pol {
  background: var(--main-color);
  top: -18px;
  pointer-events: none;
}

.irs--round .irs-grid-text {
  color: var(--main-color);
  top: -36px;
}

.irs-grid-pol.small {
  display: none;
}

.irs--round .irs-bar,
.irs--round .irs-handle {
  z-index: 2;
}

.irs--round .irs-line {
  background: #B6BDC3;
  z-index: 1;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  display: none;
}

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

.range__text {
  font-weight: 800;
  font-size: 12px;
}

.credit__banner-section {
  margin-top: 30px;
  border: none;
}

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

@media screen and (max-width: 1199px) {
  .special__info-title {
    display: none;
  }

  .special__title-mob {
    display: block;
  }

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

  .info__row-params {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .special__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .special__sale {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .special__credit-block {
    padding: 14px 10px;
  }
}

@media screen and (max-width: 1023px) {
  .brand__container-title {
    max-width: 560px;
    font-size: 40px;
    line-height: 44px;
    padding-top: 0;
  }

  .brand__container-left {
    gap: 20px;
    margin-right: 0;
  }

  .brand__banner::before {
    top: 0;
  }

  .special__credit-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .special__credit-block {
    width: 48%;
  }

  .special__credit-block:last-child {
    width: 100%;
  }
}

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

  .accordion__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .accordion:last-of-type .accordion__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;
  }

  .accordion__list-tech {
    gap: 0 20px;
  }

  .tech__content-img {
    height: 170px;
  }

  .tech__content-img span:nth-child(2) {
    bottom: 2px;
  }

  .tech__content-img span:nth-child(4) {
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand__container {
    -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;
    padding: 0;
  }

  .info__container {
    margin: 20px 0;
  }

  .special__slider {
    gap: 10px;
    max-width: 100%;
  }

  .special__slider .item {
    max-height: 500px;
  }

  .special__info,
  .special__info-row {
    max-width: 100%;
  }

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

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

  .accordion__list::after {
    content: none;
  }
}

@media screen and (max-width: 640px) {
  .brand__banner::before {
    right: 0;
    background: url(/static/img/main__bg.webp) no-repeat center;
    background-size: cover;
  }

  .special__credit-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .special__credit-block {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .brand__container-left {
    gap: 8px;
  }

  .brand__container-title {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .info__block-params {
    max-width: 160px;
    width: 100%;
  }

  .accordion__list,
  .accordion__list-tech {
    grid-template-columns: repeat(1, 1fr);
  }

  .accordion__list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  .accordion__list::before {
    content: none;
  }
}

@media screen and (max-width: 425px) {
  .brand__container-title {
    font-size: 20px;
    line-height: 24px;
  }

  .brand__container-text {
    font-size: 14px;
    line-height: 16px;
    padding: 16px 10px;
    padding-left: 78px;
  }

  .info__block-params img {
    margin-right: 5px;
  }

  .info__block-params:not(:last-child) {
    max-width: 135px;
  }

  .info__block-garantee {
    max-width: 200px;
  }

  .info__block-garantee p {
    font-size: 18px;
    line-height: 22px;
  }

  .info__block-garantee img {
    width: 50px;
    height: 50px;
  }

  .special__sale-call {
    padding: 13px;
    max-width: 100%;
  }

  .show__list {
    font-size: 18px;
    padding: 0;
    padding-right: 18px;
    margin-bottom: 10px;
  }

  .show__list::before {
    right: 0;
  }

  .accordion {
    margin: 20px 0;
    background: none;
    border: none;
  }

  .accordion__content {
    padding: 10px;
    padding-top: 0;
  }

  .accordion__title {
    font-size: 16px;
    line-height: 18px;
  }

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

  .option__content .accordion__list li {
    margin-left: 20px;
  }

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

@media screen and (max-width: 375px) {
  .info__container {
    margin: 10px 0;
    background: none;
    border: none;
  }

  .special__info-title {
    margin-bottom: 10px;
  }

  .credit__button {
    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;
    width: 100%;
  }

  .output-payment {
    margin-left: 0;
  }

  .special__sale {
    background: rgba(213, 236, 93, 0.05);
  }

  .sale__block:last-child {
    background: #fff;
  }

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

  .accordion__title {
    font-size: 18px;
    border: none;
    padding: 0;
  }

  .accordion__list li {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 340px) {
  .special__credit-block {
    padding: 10px 3px;
  }

  .range__text {
    font-weight: 500;
    color: var(--green-color);
  }

  .show__list {
    font-size: 20px;
  }
}