.choose {
  margin-top: 0;
}

.models {
  margin-top: 20px;
}

.china__banner {
  background: url(/static/china/china.webp) no-repeat 65% 50%;
  background-size: cover;
  height: 490px;
}

.china__banner .container {
  position: relative;
  height: inherit;
}

.china__banner-content {
  position: absolute;
  bottom: 70px;
  left: 20px;
  background: var(--white-color);
  border-radius: 6px;
  padding: 30px;
}

.china__banner-title {
  font-family: ALSGorizont-MediumExpanded, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.04em;
}

.china__banner-subtitle {
  display: block;
  font-family: ALSGorizont-MediumExpanded, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #747474;

}

.china__banner-list {
  margin-top: 16px;
}

.china__banner-list li {
  font-family: ALSGorizont-MediumExpanded, sans-serif;
  position: relative;
  font-weight: 300;
  line-height: 20px;
  padding-left: 20px;
  color: var(--main-color);
}

.china__list-hide {
  display: inline-block;
}

.china__list-mob {
  display: none;
}

.china__banner-list li:not(:last-child) {
  margin-bottom: 8px;
}

.china__banner-list li::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  width: 14px;
  height: 8px;
  background: url(/static/svg/china.svg) no-repeat center;
  background-size: contain;
}

.china__banner-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: ALSGorizont-MediumExpanded, sans-serif;
  font-weight: 700;
  line-height: 28px;
  color: #FFF;
  background: var(--blue-color);
  border: 1px solid var(--blue-color);
  border-radius: 5px;
  width: 224px;
  height: 42px;
  margin-top: 34px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.china__banner-link:hover {
  color: var(--blue-color);
  background: var(--white-color);
}

.title__main {
  line-height: 26px;
  margin: 10px 0;
}

.text__bottom {
  margin-bottom: 40px;
}

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

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

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

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

@media (max-width: 375px) {
  .gethelp .gethelp__container {
    padding: 10px;
  }
}

.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%;
    margin-bottom: 0;
  }
}

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

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

@media screen and (max-width: 1199px) {
  .china__banner {
    height: 400px;
  }
}

@media screen and (max-width: 1023px) {
  .china__banner {
    height: 300px;
  }

  .china__banner-content {
    bottom: 20px;
    padding: 15px 10px;
  }

  .china__banner-link {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .china__list-hide {
    display: none;
  }

  .china__list-mob {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .china__banner {
    height: 270px;
  }

  .china__banner-content {
    left: 0;
    padding: 20px;
    border-radius: 0 8px 8px 0;
  }

  .china__banner-title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: var(--main-color);
  }

  .china__banner-subtitle {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .china__banner-list {
    margin-top: 7px;
  }

  .china__banner-list li {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .china__banner-list li:not(:last-child) {
    margin-bottom: 0;
  }

  .china__banner-link {
    margin-top: 15px;
    width: 100%;
    height: 44px;
  }

  .text__bottom {
    margin-bottom: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 540px) {
  .title__container {
    padding: 10px 0;
  }

  .text__bottom p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }

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

@media screen and (max-width: 480px) {
  .china__banner {
    background: url(/static/china/china__mob.webp) no-repeat 90% 50%;
    background-size: cover;
    height: 330px;
    margin-bottom: 150px;
  }

  .china__banner-content {
    border-radius: 10px;
    box-shadow: 0px -4.86px 2.21px 0px #8F99BF05, 0px -7.17px 5.32px 0px #8F99BF07, 0px -3.81px 10.02px 0px #8F99BF09, 0px 12.76px 17.87px 0px #8F99BF0B, 0px 51px 33.42px 0px #8F99BF0D, 0px 100px 80px 0px #8F99BF12;
    left: 10px;
    right: 10px;
    bottom: -146px;
  }

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

@media screen and (max-width: 359px) {
  .china__banner-content {
    padding: 12px;
  }

  .china__banner-subtitle {
    font-size: 13px;
  }
}