.test-recapcha {
  width: 320px;
  height: 78px;
  background-color: blue;
}

h1 {
  margin-bottom: 40px;
}

.detail-banner,
.section-advantage {
  margin-bottom: 120px;
}

.section-form {
  background-color: #f3f3f3;
}

.help-form__wrapper {
  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;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.help-form__img {
  padding-top: 63px;
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.help-form__img img {
  max-width: 738px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}

.help-form__main {
  padding-top: 63px;
  padding-bottom: 93px;
  width: calc(41.6666666667% - 15px);
}

.help-form__main .h2,
.help-form__main h2 {
  margin-bottom: 13px;
}

.help-form__main > p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 34px;
  max-width: 511px;
}

.help-form__main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 25px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.help-form__main-block .select-file,
.help-form__main-block .field {
  max-width: 482px;
}

.help-form__main-block .switch {
  max-width: 270px;
}

.help-form__main-block .switch a {
  display: inline;
  margin-left: 5px;
  text-decoration: underline;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 20px;
}

.help-form__main-block .buttons {
  width: 100%;
}

.problematic-situations .h2 {
  margin-bottom: 52px;
}

.problematic-situations__list {
  width: 100%;
}

.problematic-situations__item {
  border-left: 3px solid #ff8200;
  padding-left: 30px;
}

.problematic-situations__item-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-bottom: 25px;
}

.problematic-situations__item-desc {
  margin-top: 10px;
}

.problematic-situations__item-desc p span {
  font-weight: 700;
  white-space: nowrap;
}

.detail-banner {
  background: #d9d9d9;
}

.detail-banner__wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail-banner__info {
  width: 50%;
  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;
  padding: 50px 0;
  padding-right: 30px;
}

.detail-banner__info-title {
  margin-bottom: 30px;
  max-width: 612px;
}

.detail-banner__info-text {
  margin-bottom: 42px;
  max-width: 612px;
}

.detail-banner__info-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.detail-banner__info-btns .btn {
  margin-right: 20px;
  margin-bottom: 20px;
}

.detail-banner__info-btns .btn:last-child {
  margin-right: 0;
}

.detail-banner__img {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
}

.detail-banner__img img {
  width: 100%;
  max-height: 600px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

@media (min-width: 1025px) {
  .help-support__text a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 1199px) {
  .detail-banner,
  .section-advantage {
    margin-bottom: 100px;
  }

  .section-form {
    overflow: hidden;
  }

  .help-form__main {
    min-width: 438px;
  }

  .help-form__img {
    min-width: 738px;
  }

  .detail-banner__info {
    padding-right: 10px;
  }

  .detail-banner__info-title {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .detail-banner__info-text {
    margin-bottom: 25px;
  }

  .detail-banner__img {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 1023px) {
  h1 {
    margin-bottom: 30px;
  }

  .detail-banner,
  .section-advantage {
    margin-bottom: 70px;
  }

  .help-form__main {
    min-width: 341px;
  }

  .help-form__main > p {
    margin-bottom: 20px;
  }

  .problematic-situations .h2 {
    margin-bottom: 40px;
  }

  .problematic-situations__list {
    -ms-grid-columns: (calc(100% - 0px))[1];
    grid-template-columns: repeat(1, calc(100% - 0px));
  }

  .problematic-situations__item {
    padding-left: 20px;
  }

  .problematic-situations__item-desc {
    max-width: 677px;
    margin-top: 10px;
  }

  .problematic-situations__item-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    margin-bottom: 15px;
  }

  .detail-banner__info {
    width: 50%;
    padding-right: 15px;
  }

  .detail-banner__img {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 30px;
  }

  .detail-banner,
  .section-advantage {
    margin-bottom: 36px;
  }

  .problematic-situations .h2 {
    margin-bottom: 24px;
  }

  .problematic-situations__list {
    row-gap: 20px;
  }

  .problematic-situations__item {
    padding-left: 20px;
  }

  .problematic-situations__item-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-bottom: 10px;
  }

  .problematic-situations__item-desc {
    margin-top: 5px;
  }

  .help-form__main {
    min-width: auto;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 43px;
  }

  .help-form__main > p {
    margin-bottom: 30px;
  }

  .help-form__main-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .help-form__main-block .switch {
    width: 100%;
  }

  .help-form__main-block .recapcha {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    max-width: 256px;
    margin-left: -24px;
  }

  .help-form__main-block .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .help-form__img {
    display: none;
  }

  .detail-banner {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .detail-banner__info {
    width: 100%;
    padding-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin-bottom: 30px;
  }

  .detail-banner__info-title {
    margin-bottom: 15px;
  }

  .detail-banner__info-text {
    text-align: center !important;
    margin-bottom: 30px;
  }

  .detail-banner__info-btns {
    -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;
  }

  .detail-banner__info-btns .btn {
    margin-right: 0;
  }

  .detail-banner__info-btns .btn:last-child {
    margin-bottom: 0;
  }

  .detail-banner__img {
    width: 100%;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .detail-banner__img img {
    max-width: 230px;
    -o-object-position: center;
       object-position: center;
  }
}