.credit__main-left {
  border-radius: 14px;
  background: var(--main-color);
  padding: 45px;
  display: block;
  float: left;
  position: sticky;
  top: 165px;
  left: 0;
  width: 45%;
  height: 100%;
  overflow: hidden;
}

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

.credit__main-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: var(--secondary-color);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
}

.credit__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  margin: 40px 0;
}

.credit__form {
  max-width: 410px;
  width: 100%;
  height: 100%;
  padding-left: 30px;
}

.credit-section,
.trade__section {
  position: relative;
}

.credit-section::before,
.trade__section::before {
  content: "1";
  position: absolute;
  top: -10px;
  left: -50px;
  width: 40px;
  height: 40px;
  background: var(--main-color);
  border-radius: 60px;
  border: 3px solid var(--secondary-color);
  color: var(--secondary-color);
  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;
  font-weight: 900;
  font-size: 24px;
  line-height: 26px;
  z-index: 2;
}

.credit__section2::before,
.trade__section2::before {
  content: "2";
}

.credit__section3:before {
  content: "3";
}

.credit-section::after,
.trade__section::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -30px;
  width: 2px;
  height: 100%;
  background: var(--secondary-color);
  z-index: 1;
}

.credit__section3::after,
.trade__section2::after {
  content: none;
}

.filter__title {
  font-weight: 400;
  color: #fff;
  text-align: left;
  margin-top: 30px;
}

.label {
  margin-bottom: 10px;
}

.form__select {
  height: 40px;
  background: var(--main-color);
  color: #fff;
}

.credit__form .main__form-input {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}

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

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

.form__check-label p {
  color: #fff;
}

.form__check-label a {
  display: initial;
  color: #fff;
  text-decoration: initial;
}

.credit__col {
  width: 55%;
}

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

.credit__top-section {
  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;
  margin-bottom: 20px;
}

.credit__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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 150px;
  width: 150px;
  height: 150px;
  border-radius: 85px;
  border: 1px solid #889E15;
}

.credit__block img {
  min-width: 40px;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: -5px;
}

.credit__block h3 {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #889E15;
  margin-top: 5px;
}

.credit__block p {
  line-height: 16px;
}

.view__car,
.credit__btn-next,
.credit__btn-back {
  display: none;
}

.view__car {
  margin-bottom: 20px;
}

.output-car-name {
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 10px;
}

.view__car-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.view__car-img {
  max-width: 300px;
  width: 100%;
  height: 200px;
}

.output-car-foto {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.credit__list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.credit__list-item {
  border-radius: 14px;
  border: 1px solid #889E15;
  background: #fff;
  padding: 8px;
  min-width: 175px;
}

.credit__list-item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.output-price,
.output-sale,
.output-procent {
  font-weight: 900;
  font-size: 20px;
  line-height: 22px;
  color: #889E15;
}

.output-first,
.output-payment,
.output-time,
.payment__row-val {
  font-weight: 700;
  color: var(--secondary-color);
}

.view__col {
  display: none;
}

.first__row,
.payment__row,
.range__time-block label {
  font-weight: 700;
  line-height: 16px;
  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-bottom: 10px;
  color: #fff;
  width: 100%;
}

.range__time-block label {
  margin-bottom: 0;
}

.payment__row {
  border-radius: 26px;
  border: 1px solid #E3F292;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px;
  gap: 10px;
  margin-bottom: 12px;
}

.credit__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}

.credit__title-min {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.tradein__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}

.tradein__title span {
  font-weight: 600;
  color: var(--secondary-color);
}

.credit__list {
  list-style: disc;
  padding-left: 20px;
}

.credit__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}

.credit__p {
  padding: 0;
}

.credit__p::before {
  content: none;
}

.tradein__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  text-indent: 10px;
}

.credit__text span,
.tradein__text span {
  font-weight: 700;
}

/* --------------- custom range slider items --------- */

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

.irs--round .irs-line {
  top: 34px;
  height: 9px;
  border-radius: 6px;
  background: #fff;
}

.irs--round .irs-bar {
  top: 34px;
  height: 9px;
  background: #E3F292;
  border-radius: 10px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-weight: 700;
  font-size: 12px;
  color: var(--main-color);
  border-radius: 48px;
  background: #fff;
  padding: 4px 6px;
}

.irs--round .irs-handle {
  top: 24px;
  width: 30px;
  height: 30px;
  background: #E3F292;
  border: none;
  cursor: pointer;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background: var(--secondary-color);
}

.irs--round .irs-min,
.irs--round .irs-max {
  display: none;
}

.irs-grid {
  bottom: -4px;
}

.irs--round .irs-single:before {
  border-top-color: transparent;
}

.irs--round .irs-grid-text {
  font-size: 12px;
  color: #fff;
}

.irs--round .irs-grid-pol {
  background: #fff;
}

.mobile__call {
  display: none;
}

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

@media screen and (max-width: 1199px) {
  .credit__top-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .credit__main-left {
    padding-right: 30px;
  }

  .credit__block {
    margin: 0 25px;
  }
}

@media screen and (max-width: 1023px) {
  .credit__main {
    gap: 20px;
    margin: 20px 0;
  }

  .credit__main-left {
    padding: 10px;
    padding-top: 30px;
  }

  .credit__main-left::before {
    top: -5px;
    left: 0;
    width: 160px;
    height: 40px;
  }

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

  .credit__form {
    padding-left: 15px;
  }

  .credit-section::before,
  .trade__section::before {
    left: -15px;
  }

  .credit-section::after,
  .trade__section::after {
    content: none;
  }

  .filter__title {
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0;
    margin-left: 32px;
  }

  .credit__block {
    margin: 0 10px;
  }

  .credit__text,
  .credit__section ul li,
  .tradein__text {
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .credit__form {
    padding-left: 0px;
  }

  .credit-section::before,
  .trade__section::before {
    left: 0;
  }

  .filter__title {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .credit__main-left::before {
    top: -15px;
    left: 30px;
    width: 160px;
    height: 60px;
  }

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

  .credit__btn-next,
  .credit__btn-back {
    position: relative;
    display: block;
    font-weight: 700;
    line-height: 16px;
    background: var(--secondary-color);
    border-radius: 21px;
    padding: 14px 0;
    width: 100%;
  }

  .credit__btn-next:not(:first-of-type) {
    max-width: 300px;
  }

  .credit__btn-back {
    max-width: 90px;
    background: #fff;
    border: 1px solid #93AE04;
    padding: 11px 0;
  }

  .credit__form .main__form-btn {
    max-width: 300px;
  }

  .credit-section:not(:first-of-type) {
    display: none;
  }

  .col__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .credit__main-left {
    position: relative;
    top: 0;
    width: 100%;
    padding: 30px;
  }

  .credit__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
  }

  .credit__form {
    max-width: 100%;
  }

  .credit__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

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

  .credit__top-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .credit__block {
    margin: 0;
  }

  .view__car {
    margin: 0px;
  }

  .credit__list-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .view__car-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .view__car-bottom {
    border-radius: 14px;
    border: 1px solid #889E15;
    padding: 20px;
    max-width: 410px;
    width: 100%;
    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: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .view__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 140px;
    width: 48%;
  }

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

  .output-max,
  .output-acce,
  .output-power,
  .output-mixed,
  .view__row p {
    font-weight: 500;
    text-transform: uppercase;
  }

  .view__row-text {
    font-weight: 600;
    color: #889E15;
    text-transform: uppercase;
  }
}

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

  .credit__block {
    margin: 0 30px;
  }
}

@media screen and (max-width: 580px) {
  .credit__main-left {
    padding: 20px;
    padding-top: 30px;
  }

  .credit__block {
    margin: 0 12px;
  }

  .output-price,
  .output-sale {
    font-size: 18px;
    line-height: 18px;
  }

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

  .irs--round .irs-line,
  .irs--round .irs-bar {
    top: 33px;
    height: 10px;
  }

  .first__row,
  .payment__row,
  .range__time-block label {
    font-size: 14px;
  }

  .first__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 5px;
  }

  .credit__text,
  .credit__section ul li,
  .tradein__text {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 460px) {
  .credit__list-item {
    border: none;
    padding: 0;
    min-width: auto;
  }

  .view__col {
    gap: 10px 0;
  }

  .view__car-bottom {
    padding: 0;
    padding-bottom: 20px;
    margin-top: 10px;
  }

  .view__row img {
    margin-right: 5px;
  }

  .credit__btn-next {
    max-width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .credit__main {
    margin: 0;
  }

  .offer__title {
    margin: 10px 0 20px;
  }

  .credit__main-left {
    background: none;
    padding: 0;
    overflow: initial;
  }

  .credit__main-left::before {
    content: none;
  }

  .credit__main-title {
    font-size: 20px;
    line-height: 24px;
    color: var(--main-color);
    text-align: left;
  }

  .credit-section::before,
  .trade__section::before {
    background: transparent;
    border: 3px solid #889E15;
    color: #889E15;
  }

  .form__select {
    background: #fff;
    color: var(--main-color);
  }

  .filter__title {
    font-weight: 700;
    color: var(--main-color);
  }

  .first__row,
  .payment__row,
  .range__time-block label,
  .irs--round .irs-grid-text {
    color: var(--main-color);
  }

  .first__row {
    border-radius: 26px;
    border: 1px solid #93AE04;
    height: 40px;
    padding: 10px;
    gap: 10px;
    width: 100%;
  }

  .output-first,
  .output-payment,
  .output-time,
  .payment__row-val {
    color: #93AE04;
  }

  .payment__row {
    border: 1px solid #93AE04;
    width: 100%;
  }

  .irs--round .irs-grid-pol {
    background: var(--main-color);
  }

  .irs--round .irs-bar {
    background: #93AE04;
  }

  .irs--round .irs-line,
  .irs--round .irs-from,
  .irs--round .irs-to,
  .irs--round .irs-single {
    background: var(--secondary-color);
  }

  .irs-grid-pol.small {
    top: 3px;
    width: 2px;
    height: 2px;
  }

  .credit__block {
    margin: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .credit__btn-next:not(:first-of-type) {
    padding-right: 25px;
  }

  .credit__btn-back {
    padding-left: 22px;
  }

  .credit__btn-next::before,
  .credit__btn-back::before {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background: url(/static/svg/next.svg) no-repeat center;
    background-size: contain;
  }

  .credit__btn-next::before {
    right: 40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .credit__btn-back::before {
    left: 10px;
  }

  .credit__btn-next:first-of-type::before {
    content: none;
  }
}

@media screen and (max-width: 375px) {
  .credit__main-title {
    font-size: 18px;
    margin-top: 0;
  }

  .label {
    margin-bottom: 15px;
  }

  .first__row {
    padding: 5px;
  }

  .credit__block {
    min-width: 145px;
    width: 145px;
    height: 145px;
  }

  .view__car-img {
    height: 150px;
    margin-bottom: 20px;
  }

  .credit__list-group {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
  }

  .credit__list-item {
    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: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .credit__list-item p {
    font-size: 14px;
  }

  .output-price,
  .output-sale {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
  }

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

  .credit__btn-next::before {
    right: 30px;
  }
}

@media screen and (max-width: 350px) {
  .credit__btn-next::before {
    right: 10px;
  }
}