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

h1 {
  margin-bottom: 40px;
}

.section-help-top,
.section-help-support,
.section-problematic-situations {
  margin-bottom: 120px;
}

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

.help-top__wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  row-gap: 20px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -ms-grid-columns: (calc(33.3333333333% - 20px))[3];
  grid-template-columns: repeat(3, calc(33.3333333333% - 20px));
}

.help-top__item {
  position: relative;
  background-color: #f6f6f6;
  border-radius: 30px;
  padding: 33px 40px;
  overflow: hidden;
  height: 299px;
}

.help-top__item-text .h3 {
  margin-bottom: 14px;
}

.help-top__item-text p {
  width: 50%;
}

.help-top__item-text .btn {
  margin-top: 10px;
}

.help-top__item-img {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 60%;
  max-width: 280px;
}

.help-top__item-img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
  width: 100%;
  height: auto;
}

.help-support__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: 10px;
  padding-right: 10px;
  background: -o-linear-gradient(177.36deg, #ff8200 5.19%, #feb113 36.1%, #ff8200 93.67%);
  background: linear-gradient(272.64deg, #ff8200 5.19%, #feb113 36.1%, #ff8200 93.67%);
  border-radius: 30px;
}

.help-support__icon {
  margin-right: 50px;
  width: 90px;
  height: 90px;
  min-width: 90px;
}

.help-support__icon img {
  max-width: 100%;
}

.help-support__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 710px;
  width: 100%;
}

.help-support__text p {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 16px;
}

.help-support__text a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
}

.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 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  row-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -ms-grid-columns: (calc(33.3333333333% - 20px))[3];
  grid-template-columns: repeat(3, calc(33.3333333333% - 20px));
}

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

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

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

@media screen and (max-width: 1199px) {
  .section-help-top,
  .section-help-support,
  .section-problematic-situations {
    margin-bottom: 100px;
  }

  .section-help-form {
    overflow: hidden;
  }

  .help-top__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 0;
  }

  .help-top__item-text {
    margin-bottom: 10px;
  }

  .help-top__item-text p {
    width: 100%;
  }

  .help-top__item-img {
    position: static;
    right: auto;
    bottom: auto;
    width: calc(100% + 54px);
    margin-left: -27px;
    margin-right: -27px;
    max-width: none;
    margin-top: auto;
  }

  .help-top__item-img img {
    max-width: 280px;
    margin-left: auto;
  }

  .help-support__icon {
    margin-right: 20px;
  }

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

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

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

  .section-help-top,
  .section-help-support,
  .section-problematic-situations {
    margin-bottom: 70px;
  }

  .help-support__wrapper {
    padding-left: 34px;
    padding-right: 55px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .help-support__text {
    max-width: 500px;
  }

  .help-support__text p {
    font-size: 22px;
    line-height: 26px;
  }

  .help-support__text a {
    font-size: 24px;
    line-height: 28px;
  }

  .help-support__icon {
    margin-right: 40px;
    width: 80px;
    height: 80px;
    min-width: 80px;
  }

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

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

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

  .section-help-top,
  .section-help-support,
  .section-problematic-situations {
    margin-bottom: 36px;
  }

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

  .help-top__item {
    height: 255px;
  }

  .help-top__item-text .h3 {
    margin-bottom: 10px;
  }

  .help-top__item-text p {
    width: 80%;
    max-width: 400px;
  }

  .help-top__item-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    max-width: 180px;
  }

  .help-support__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 18px;
  }

  .help-support__icon {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .help-support__text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 419px;
  }

  .help-support__text p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
    text-align: center;
  }

  .help-support__text a + a {
    margin-top: 6px;
  }

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

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

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

  .problematic-situations__item-icon {
    margin-bottom: 20px;
  }

  .problematic-situations__item-title {
    margin-bottom: 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;
  }
}