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

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

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

.tradein .tradein__section .tradein__container .tradein__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .tradein .tradein__section .tradein__container .tradein__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 490px) {
  .tradein .tradein__section .tradein__container .tradein__title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

.tradein .tradein__section .tradein__container .tradein__title span {
  font-weight: 700;
  color: var(--blue-color);
}

.tradein__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding-right: 20px;
}

@media (max-width: 1200px) {
  .tradein__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .tradein__main {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.tradein .tradein__section .tradein__container .tradein__main .tradein__form {
  padding: 45px;
  background: #050B20;
  width: 443px;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .tradein .tradein__section .tradein__container .tradein__main .tradein__form {
    height: auto;
  }
}

@media (max-width: 490px) {
  .tradein .tradein__section .tradein__container .tradein__main .tradein__form {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 375px) {
  .tradein .tradein__section .tradein__container .tradein__main .tradein__form {
    padding: 10px;
  }
}

.tradein .tradein__section .tradein__container .tradein__main .tradein__form h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: var(--white-color);
  margin-bottom: 20px;
}

@media (max-width: 490px) {
  .tradein .tradein__section .tradein__container .tradein__main .tradein__form h3 {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 375px) {
  .tradein .tradein__section .tradein__container .tradein__main .tradein__form h3 {
    margin-bottom: 20px;
  }
}

.tradein .tradein__section .tradein__container .tradein__main .tradein__form h3 span {
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  color: var(--white-color);
}

@media (max-width: 490px) {
  .tradein .tradein__section .tradein__container .tradein__main .tradein__form h3 span {
    font-size: 14px;
    line-height: 17px;
  }
}

.tradein .tradein__section .tradein__container .tradein__main .tradein__form select {
  position: relative;
  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) {
  .tradein .tradein__section .tradein__container .tradein__main .tradein__form select {
    width: 100%;
  }
}

.tradein .tradein__section .tradein__container .tradein__main .tradein__form select::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: var(--main-color);
  color: var(--input-color);
}

.tradein .tradein__section .tradein__container .tradein__main .tradein__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) {
  .tradein .tradein__section .tradein__container .tradein__main .tradein__form input {
    width: 100%;
  }
}

.tradein .tradein__section .tradein__container .tradein__main .tradein__form label {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #f6f6f6;
}

.tradein .tradein__section .tradein__container .tradein__main .tradein__form p {
  color: var(--white-color);
  font-size: 12px;
  margin-bottom: 10px;
}

.tradein .tradein__section .tradein__container .tradein__main .tradein__form p a {
  text-decoration: underline;
}

.tradein .tradein__section .tradein__container .tradein__main .tradein__form p a:hover {
  color: var(--footer-bg-color);
}

.tradein .tradein__section .tradein__container .tradein__main .tradein__form .tradein__form_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tradein .tradein__section .tradein__container .tradein__main .tradein__form .checkbox__block p a {
  color: var(--white-color);
}

.tradein .tradein__section .tradein__container .tradein__main .tradein__form .tradein__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; */
}

.select__arrow {
  top: 6px;
  right: 20px;
  z-index: 1;
}

.tradein .tradein__section .tradein__container .tradein__main .tradein__form .tradein__form_button .tradein__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);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 490px) {
  .tradein .tradein__section .tradein__container .tradein__main .tradein__form .tradein__form_button .tradein__form_btn {
    width: 100%;
  }
}

.tradein .tradein__section .tradein__container .tradein__main .tradein__form .tradein__form_button .tradein__form_btn:hover {
  color: var(--blue-color);
  background: var(--white-color);
}

.tradein .tradein__section .tradein__container .tradein__main .tradein__info {
  padding-left: 25px;
}

@media (max-width: 1200px) {
  .tradein .tradein__section .tradein__container .tradein__main .tradein__info {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0;
    padding-bottom: 0;
  }
}

@media (max-width: 425px) {
  .tradein .tradein__section .tradein__container .tradein__main .tradein__info {
    padding: 10px 0;
  }
}

.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 h3 {
  font-family: 'ALSGorizont-MediumExpanded', sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}

.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 h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
  }

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

/* ----------------------- Блок описания trade-in --------------------- */

.tradein .benefit {
  background: #f0f3f7;
  min-height: 450px;
  padding: 20px 0;
}

.tradein .benefit .benefit__container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.tradein .benefit .benefit__container .benefit__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 640px) {
  .tradein .benefit .benefit__container .benefit__title {
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .tradein .benefit .benefit__container .benefit__title:first-child {
    font-size: 19px;
  }
}

.tradein .benefit .benefit__container .row__text {
  font-size: 14px;
  line-height: 18px;
  margin-left: 20px;
  padding: 10px 0;
}

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

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

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

@media (max-width: 1200px) {
  .gethelp .gethelp__container {
    padding-top: 0;
  }
}

.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: 25px;
  margin-bottom: 10px;
}

@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;
  }
}