.header__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 680px) {
  .header__title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 490px) {
  .header__title {
    font-size: 20px;
    line-height: 22px;
    padding: 10px 0;
  }
}

.title__main {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .title__main {
    margin-bottom: 30px;
  }
}

@media (max-width: 490px) {
  .title__main {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.credit__content-main {
  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: 20px;
}

@media (max-width: 1023px) {
  .credit__content-main {
    -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__main .credit__container .credit__form {
  width: 443px;
  height: auto;
  background: #050B20;
  padding: 0 45px;
  border-radius: 10px;
  padding-bottom: 20px;
}

@media (max-width: 520px) {
  .credit__main .credit__container .credit__form {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .credit__main .credit__container .credit__form {
    padding: 20px;
  }
}

@media (max-width: 375px) {
  .credit__main .credit__container .credit__form {
    padding: 10px;
  }
}

.credit__main .credit__container .credit__form h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: var(--white-color);
  margin: 35px 0;
}

@media (max-width: 460px) {
  .credit__main .credit__container .credit__form h3 {
    font-size: 19px;
  }
}

@media (max-width: 400px) {
  .credit__main .credit__container .credit__form h3 {
    font-size: 15px;
    margin: 0;
    margin-bottom: 20px;
  }
}

.credit__main .credit__container .credit__form select {
  width: 353px;
  height: 34px;
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 22px rgba(174, 193, 207, 0.3);
  box-shadow: 0px 0px 22px rgba(174, 193, 207, 0.3);
  border-radius: 5px;
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  padding: 0 20px;
}

@media (max-width: 490px) {
  .credit__main .credit__container .credit__form select {
    width: 100%;
  }
}

.credit-btn-back {
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
  background: var(--red-color);
  color: var(--bg-main-color);
  padding: 3px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 10px;
}

.credit__section-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: var(--white-color);
  margin-top: 10px;
  margin-bottom: 20px;
}

.select__arrow {
  top: 8px;
  right: 20px;
}

/* ---------------------- rangeslider ---------------------- */

.irs--round .irs-line {
  top: 33px;
  height: 7px;
  background-color: var(--red-color);
  box-shadow: -15px 15px 30px rgb(98 98 98 / 20%), 15px -15px 30px rgb(98 98 98 / 20%),
    -15px -15px 30px rgb(255 255 255 / 90%), 15px 15px 38px rgb(98 98 98 / 90%),
    inset 1px 1px 2px rgb(255 255 255 / 30%), inset -1px -1px 2px rgb(98 98 98 / 50%);
}

.irs--round .irs-bar {
  top: 33px;
  height: 7px;
  background: #f5f5f5;
}

.irs--round .irs-handle {
  top: 21px;
  width: 32px;
  height: 32px;
  border: 7px solid var(--blue-color);
  box-shadow: -5px 5px 10px rgba(23, 182, 49, 0.2), 5px -5px 10px rgba(23, 182, 84, 0.2), -5px -5px 10px rgba(39, 255, 154, 0.9), 5px 5px 13px rgba(23, 182, 89, 0.9);
  cursor: pointer;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background: var(--red-color);
  font-size: 12px;
  padding: 2px;
  width: 40px;
  height: 16px;
  border-radius: 9px;
  text-align: center;
}

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

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

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

.first__row span {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 375px) {
  .first__row span {
    font-size: 14px;
  }
}

#range:disabled,
#range2:disabled {
  opacity: 0.4;
}

.credit__main .credit__container .credit__form #range2 {
  margin-bottom: 40px;
}

.credit__main .credit__container .credit__form .range__name {
  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-top: 15px;
}

.credit__main .credit__container .credit__form .range__name .range__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: var(--white-color);
}

.credit__main .credit__container .credit__form .range__name .range__value {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: var(--white-color);
}

.credit__main .credit__container .credit__form .range__text {
  font-size: 12px;
  line-height: 14px;
  color: var(--white-color);
  margin: 10px 0;
}

@media (max-width: 375px) {
  .credit__main .credit__container .credit__form .range__text {
    margin-left: -5px;
  }
}

.credit__main .credit__container .credit__form .credit__label {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #f6f6f6;
}

.credit__main .credit__container .credit__form input {
  width: 355px;
  height: 34px;
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 22px rgba(174, 193, 207, 0.3);
  box-shadow: 0px 0px 22px rgba(174, 193, 207, 0.3);
  border-radius: 5px;
  margin-bottom: 11px;
  padding: 0 20px;
}

@media (max-width: 490px) {
  .credit__main .credit__container .credit__form input {
    width: 100%;
  }
}

.credit__main .credit__container .checkbox__block p {
  color: var(--white-color);
}

.credit__main .credit__container .checkbox__block p a {
  color: var(--white-color);
}

.credit__main .credit__container .credit__form .blue__form_button {
  /* 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;
}

.credit__main .credit__container .credit__form .blue__form_button .blue__form_btn {
  width: 100%;
  height: 44px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--bg-main-color);
  background: var(--blue-color);
  border: 1px solid var(--blue-color);
  border-radius: 5px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 520px) {
  .credit__main .credit__container .credit__form .blue__form_button .blue__form_btn {
    width: 100%;
  }
}

.credit__main .credit__container .credit__form .blue__form_button .blue__form_btn:hover {
  color: var(--blue-color);
  background: var(--white-color);
}

.credit__main .credit__container .credit__form .blue__form_button p {
  font-size: 12px;
  color: var(--white-color);
  margin-bottom: 10px;
}

.credit__main .credit__container .credit__content {
  max-width: 720px;
}

@media (max-width: 767px) {
  .credit__main .credit__container .credit__content {
    max-width: 717px;
    width: 100%;
    padding: 30px;
  }
}

@media (max-width: 700px) {
  .credit__main .credit__container .credit__content {
    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;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
  }
}

@media (max-width: 520px) {
  .credit__main .credit__container .credit__content {
    max-width: 450px;
    width: 100%;
    padding: 0 20px;
  }
}

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

.credit__main .credit__container .credit__content .credit__car {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

@media (max-width: 700px) {
  .credit__main .credit__container .credit__content .credit__car {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.credit__main .credit__container .credit__content .credit__car .credit__car-left {
  width: 100%;
}

.credit__main .credit__container .credit__content .credit__car .credit__car-left h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
}

.credit__main .credit__container .credit__content .credit__car .credit__car-left div {
  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;
  font-size: 14px;
  line-height: 24px;
  color: var(--main-color);
}

.credit__main .credit__container .credit__content .credit__car .credit__car-left div p {
  font-size: 14px;
  line-height: 24px;
  color: var(--main-color);
  margin-right: 50px;
  width: 100px;
}

.credit__main .credit__container .credit__content .credit__car .credit__car-left div span {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--blue-color);
  text-align: right;
}

.credit__main .credit__container .credit__content .credit__car .credit__car-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 300px;
}

@media (max-width: 700px) {
  .credit__main .credit__container .credit__content .credit__car .credit__car-img {
    margin: 0;
  }
}

@media (max-width: 520px) {
  .credit__main .credit__container .credit__content .credit__car .credit__car-img {
    margin-top: 20px;
  }
}

.credit__main .credit__container .credit__content .credit__car .credit__car-img img {
  width: 100%;
}

.credit__main .credit__container .credit__content .credit__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;
  margin: 15px 0;
}

.credit__main .credit__container .credit__content .credit__col .credit__row {
  width: 141px;
  height: 119px;
  background: #f6f6f6;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 8px 18px;
  margin: 2px;
}

@media (max-width: 349px) {
  .credit__main .credit__container .credit__content .credit__col .credit__row {
    width: 100%;
  }
}

.credit__main .credit__container .credit__content .credit__col .credit__row img {
  width: 55px;
  height: 55px;
}

.credit__main .credit__container .credit__content .credit__col .credit__row h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
}

.credit__main .credit__container .credit__content .credit__text {
  font-size: 14px;
  line-height: 11px;
  color: var(--main-color);
  margin-bottom: 20px;
}

.text__bottom p {
  font-family: 'ALSGorizont-MediumExpanded', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: var(--main-color);
  text-align: justify;
  text-indent: 15px;
}

.text__bottom p span {
  font-weight: 700;
  color: var(--main-color);
}

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

@media screen and (max-width: 570px) {
  .text__bottom p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }

  .text__bottom p:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* --------------- Оформить кредит --------------- */
.credit__container-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.middle__title {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 490px) {
  .middle__title {
    font-size: 18px;
    line-height: 20px;
  }
}

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

@media (max-width: 676px) {
  .middle__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .middle__row {
    margin-bottom: 20px;
  }
}

.middle__row .middle__block {
  width: 25%;
  height: 155px;
  background: #f0f3f7;
  border: 1px solid rgba(255, 255, 255, 0.23);
  -webkit-box-shadow: 0px 2px 20px rgba(161, 177, 199, 0.6);
  box-shadow: 0px 2px 20px rgba(161, 177, 199, 0.6);
  border-radius: 10px;
  padding: 25px 10px;
  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;
}

@media (max-width: 1000px) {
  .middle__row .middle__block {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .middle__row .middle__block {
    margin: 0 10px;
  }
}

@media (max-width: 676px) {
  .middle__row .middle__block {
    width: 75%;
  }
}

@media (max-width: 676px) {
  .middle__row .middle__block:not(:first-child) {
    margin-top: 30px;
  }
}

@media (max-width: 490px) {
  .middle__row .middle__block {
    width: 100%;
  }
}

.middle__row .middle__block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.middle__row .middle__block div span {
  font-weight: 700;
  font-size: 72px;
  color: var(--blue-color);
  margin-top: -10px;
}

.middle__row .middle__block div img {
  width: 90px;
  height: 90px;
  margin: -10px;
}

.middle__row .middle__block p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .middle__row .tradein__arrow {
    display: none;
  }
}

/* ------------------ Форма помощи ----------------- */

.gethelp {
  background: var(--white-color);
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .gethelp {
    min-height: 216px;
  }
}

.gethelp .gethelp__container {
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 20px;
  padding-top: 20px;
}

.gethelp .gethelp__container h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 41px;
}

@media (max-width: 1100px) {
  .gethelp .gethelp__container h3 {
    font-size: 18px;
    line-height: 27px;
  }
}

.gethelp .gethelp__container a {
  font-weight: 500;
  font-size: 36px;
  line-height: 61px;
  color: var(--blue-color);
}

@media (max-width: 1100px) {
  .gethelp .gethelp__container a {
    font-size: 28px;
    line-height: 48px;
  }
}

.gethelp .gethelp__container p {
  font-weight: 700;
  font-size: 14px;
  line-height: 2px;
}

.gethelp .gethelp__container button {
  width: 360px;
  height: 34px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--white-color);
  background: var(--blue-color);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 40px;
}

@media (max-width: 440px) {
  .gethelp .gethelp__container button {
    width: 100%;
  }
}

.gethelp .gethelp__container button:hover {
  color: var(--blue-color);
  background: var(--white-color);
  border: 1px solid var(--blue-color);
}

.gethelp .bottom__logo {
  display: none;
}

@media (max-width: 767px) {
  .gethelp .bottom__logo {
    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-top: 15px;
  }
}