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

.tab-block-section {
  margin-bottom: 120px;
}

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

.section-long-tabs {
  padding-top: 120px;
  overflow-x: hidden;
}

.partners-tabs__block-slider {
  position: relative;
}

.partners-tabs__block-slider .partners-tabs__pagination {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -39px;
}

.partners-tabs__block-slider .partners-tabs__pagination .swiper-pagination-bullet {
  border: 2px solid #e3e3e3;
  background: #ffffff;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.partners-tabs__block-slider .partners-tabs__pagination .swiper-pagination-bullet-active {
  background: #ff8200;
  border-color: #ff8200;
}

.partners-tabs__block-slider .partners-tabs__pagination.swiper-pagination-disabled {
  display: none;
}

.partners-tabs__list {
  width: 100%;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.partners-tabs__item {
  max-width: 354px;
  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;
  border-radius: 30px;
  background-color: #f3f3f3;
  width: 100%;
  padding: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.partners-tabs__item-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  margin-right: 24px;
  pointer-events: none;
  color: #ff8200;
  fill: #252728;
}

.partners-tabs__item-icon svg {
  width: 100%;
  height: 100%;
}

.partners-tabs__item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #252728;
  pointer-events: none;
}

.partners-tabs__item--active {
  background-color: #4b4b4b;
}

.partners-tabs__item--active .partners-tabs__item-title {
  color: #ffffff;
}

.partners-tabs__item--active .partners-tabs__item-icon svg {
  fill: #ffffff;
}

.partners-tabs__item:last-child {
  margin-right: 0 !important;
}

.partners-tabs__content {
  display: none;
}

.partners-tabs__content--active {
  display: block;
}

.tab-banner {
  border-radius: 50px;
  padding: 0 8.85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}

.tab-banner__info {
  width: 50%;
  padding: 81px 0;
  padding-right: 20px;
}

.tab-banner__info-wrap {
  max-width: 481px;
}

.tab-banner__info-category {
  font-weight: 700;
  margin-bottom: 17px;
}

.tab-banner__info-title.h2 {
  margin-bottom: 41px;
}

.tab-banner__info-text {
  margin-bottom: 40px;
}

.tab-banner__info p:last-child {
  margin-bottom: 0;
}

.tab-banner__info-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-banner__info-list-item-icon {
  background: #ffffff;
  border-radius: 50px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  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;
  margin-right: 28px;
}

.tab-banner__info-list-item-icon svg {
  color: #ff8200;
  fill: #252728;
  width: 36px;
  height: 36px;
}

.tab-banner__info-list-item-info .text-large {
  margin-top: 7px;
}

.tab-banner__info-list-item + .tab-banner__info-list-item {
  margin-top: 40px;
}

.tab-banner .tab-banner__info-category.orange-color {
  color: #ff8200;
}

.tab-banner__img {
  width: 50%;
}

.tab-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

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

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

.tab-title {
  margin-bottom: 52px;
}

.tab-how-work {
  margin-bottom: 60px;
}

.tab-how-work__list {
  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;
  margin: 0 -46px;
}

.tab-how-work__list-item {
  background: #f6f6f6;
  border-radius: 30px;
  padding: 30px 50px 45px;
  margin: 0 46px;
  margin-bottom: 60px;
  position: relative;
  width: calc(33.33% - 92px);
  max-width: 420px;
}

.tab-how-work__list-item:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjU2MjQgNDMuMDYyMkMxOC4xNjY2IDQzLjA2MjIgMTcuNzcwOCA0Mi45MTYzIDE3LjQ1ODMgNDIuNjAzOEMxNi44NTQxIDQxLjk5OTcgMTYuODU0MSA0MC45OTk3IDE3LjQ1ODMgNDAuMzk1NUwzMS4wNDE2IDI2LjgxMjJDMzIuMDQxNiAyNS44MTIyIDMyLjA0MTYgMjQuMTg3MiAzMS4wNDE2IDIzLjE4NzJMMTcuNDU4MyA5LjYwMzg0QzE2Ljg1NDEgOC45OTk2OCAxNi44NTQxIDcuOTk5NjcgMTcuNDU4MyA3LjM5NTUxQzE4LjA2MjQgNi43OTEzNCAxOS4wNjI0IDYuNzkxMzQgMTkuNjY2NiA3LjM5NTUxTDMzLjI0OTkgMjAuOTc4OEMzNC4zMTI0IDIyLjA0MTMgMzQuOTE2NiAyMy40Nzg4IDM0LjkxNjYgMjQuOTk5N0MzNC45MTY2IDI2LjUyMDUgMzQuMzMzMyAyNy45NTggMzMuMjQ5OSAyOS4wMjA1TDE5LjY2NjYgNDIuNjAzOEMxOS4zNTQxIDQyLjg5NTUgMTguOTU4MyA0My4wNjIyIDE4LjU2MjQgNDMuMDYyMloiIGZpbGw9IiNGRjgyMDAiLz4KPC9zdmc+Cg==");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: -71px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tab-how-work__list-item:first-child:before {
  display: none;
}

.tab-how-work__list-item .h2 {
  margin-bottom: 10px;
  color: #ff8200;
}

.tab-how-work__list-item .h3 {
  color: #252728;
}

.tab-how-work__list-item ul.text-main {
  padding-top: 16px;
}

.tab-how-work__list-item ul.text-main li {
  font-size: 16px;
}

.tab-how-work__list-item ul.text-main li + li {
  margin-top: 0;
}

.payment-methods {
  margin-bottom: 140px;
}

.tab-content-cards-item {
  background: #f3f3f3;
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tab-content-cards-item-info {
  padding: 50px 50px 30px;
}

.tab-content-cards-item-title {
  margin-bottom: 10px;
}

.tab-content-cards-item-sticker {
  color: #333333;
  background: #d9d9d9;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 12px;
  margin-bottom: 20px;
}

.tab-content-cards-item-img {
  width: 100%;
  height: 300px;
  margin-top: auto;
}

.tab-content-cards-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.enrollment__subtitle.h4 {
  color: #999999;
  margin-bottom: 15px;
}

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

.enrollment__list-column {
  width: 50%;
  max-width: 625px;
  margin-right: auto;
}

.enrollment__list-column:nth-child(odd) {
  padding-right: 15px;
}

.enrollment__list-column:nth-child(even) {
  padding-left: 15px;
}

.enrollment__list-item {
  padding-bottom: 30px;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 70px;
}

.enrollment__list-item-text {
  padding-top: 10px;
}

.enrollment__list-item-text-wrap {
  padding-top: 10px;
}

.enrollment__list-item-text-wrap + .enrollment__list-item-text-wrap {
  padding-top: 30px;
}

.tabs__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
  padding: 0 15px;
  margin-bottom: 120px;
}

.tabs__btns .btn {
  margin: 0 15px;
}

.tab-bottom-banner {
  border-radius: 50px;
  overflow: hidden;
  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;
  padding: 0 8.5%;
}

.tab-bottom-banner__info {
  padding: 72px 0;
  padding-right: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 510px;
  width: 42%;
  -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;
}

.tab-bottom-banner__info-chapter {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  padding: 5px 20px 5px;
  background: #999999;
  border-radius: 30px;
  margin-bottom: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tab-bottom-banner__info-title {
  margin-bottom: 20px;
}

.tab-bottom-banner__info-text {
  margin-bottom: 47px;
}

.tab-bottom-banner__img {
  width: 58%;
  max-width: 600px;
}

.tab-bottom-banner__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center right;
     object-position: center right;
}

.section-partners-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%;
}

.choose-variant .enrollment {
  margin-bottom: 50px;
}

.choose-variant .tab-title {
  margin-bottom: 75px;
}

.choose-variant__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.choose-variant__tabs-list {
  width: 100%;
  max-width: 992px;
  background: #f3f3f3;
  border-radius: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 20px;
}

.choose-variant__tabs-list-item {
  min-height: 102px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  opacity: 0.5;
  padding: 15px 32px;
  border-radius: 40px;
  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;
  width: 100%;
  cursor: pointer;
}

.choose-variant__tabs-list-item--active {
  background: -o-linear-gradient(359.82deg, #ff8200 0.18%, #feb113 99.89%);
  background: linear-gradient(90.18deg, #ff8200 0.18%, #feb113 99.89%);
  color: #ffffff;
  opacity: 1;
}

.choose-variant__content {
  display: none;
}

.choose-variant__content--active {
  display: block;
}

.choose-variant__device-item {
  background: #f3f3f3;
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.choose-variant__btns {
  padding-top: 70px;
}

.choose-variant__map__wrapper h2 {
  margin-bottom: 60px;
}

.choose-variant__map__block {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}

.choose-variant__map__block #map {
  width: 100%;
  height: 551px;
}

.tab-content-cards-two-item {
  background: #f3f3f3;
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 427px;
}

.tab-content-cards-two-item-info {
  padding: 50px 0 50px 50px;
  width: 42.5%;
}

.tab-content-cards-two-item-title {
  margin-bottom: 10px;
  word-break: break-word;
}

.tab-content-cards-two-item-img {
  width: 57.5%;
  height: 300px;
  margin-top: auto;
}

.tab-content-cards-two-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}

@media screen and (min-width: 1025px) {
  .partners-tabs__item:hover {
    background-color: #4b4b4b;
    text-decoration: none;
  }

  .partners-tabs__item:hover .partners-tabs__item-title {
    color: #ffffff;
  }

  .partners-tabs__item:hover .partners-tabs__item-icon svg {
    fill: #ffffff;
  }
}

@media screen and (max-width: 1199px) {
  .tab-block-section {
    margin-bottom: 100px;
  }

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

  .section-long-tabs {
    padding-top: 100px;
  }

  .partners-tabs__item {
    padding: 27px 30px;
  }

  .tab-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
    padding: 0;
    border-radius: 30px;
  }

  .tab-banner__info {
    width: 100%;
    padding: 84px 70px 0;
  }

  .tab-banner__info-wrap {
    max-width: 100%;
  }

  .tab-banner__info-title.h2 {
    margin-bottom: 35px;
  }

  .tab-banner__info-list-item + .tab-banner__info-list-item {
    margin-top: 30px;
  }

  .tab-banner__img {
    width: 100%;
    padding: 0 15px;
  }

  .tab-banner__img img {
    max-width: 515px;
    margin: auto;
  }

  .tab-how-work {
    margin-bottom: 30px;
  }

  .tab-how-work__list {
    margin: 0 -15px;
  }

  .tab-how-work__list-item {
    width: calc(33.33% - 30px);
    padding: 30px;
    margin: 0 15px;
    margin-bottom: 30px;
  }

  .tab-how-work__list-item:before {
    width: 40px;
    height: 40px;
    left: -35px;
  }

  .payment-methods {
    margin-bottom: 65px;
  }

  .tab-content-cards-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .tab-content-cards-item-info {
    padding: 40px 20px 40px 30px;
    width: 56.5%;
  }

  .tab-content-cards-item-title {
    margin-bottom: 20px;
  }

  .tab-content-cards-item-img {
    width: 43.5%;
    margin-left: auto;
  }

  .tabs__btns {
    margin-bottom: 80px;
  }

  .tab-bottom-banner {
    border-radius: 30px;
    padding: 0 5.5% 0 8.5%;
  }

  .tab-bottom-banner__info {
    width: 41%;
  }

  .tab-bottom-banner__info-text {
    margin-bottom: 30px;
  }

  .tab-bottom-banner__img {
    width: 59%;
  }

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

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

  .choose-variant .enrollment {
    margin-bottom: 30px;
  }

  .choose-variant .tab-title {
    margin-bottom: 60px;
  }

  .choose-variant__btns {
    padding-top: 50px;
  }

  .tab-content-cards-two-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 0;
  }

  .tab-content-cards-two-item-info {
    padding: 40px 0 40px 30px;
    max-width: 358px;
    width: 53%;
  }

  .tab-content-cards-two-item-title {
    margin-bottom: 20px;
  }

  .tab-content-cards-two-item-img {
    width: 47%;
    margin-left: auto;
  }
}

@media screen and (max-width: 1023px) {
  .tab-block-section {
    margin-bottom: 70px;
  }

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

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

  .section-long-tabs {
    padding-top: 80px;
  }

  .partners-tabs__list {
    margin-bottom: 50px;
  }

  .partners-tabs__item-title {
    font-size: 16px;
  }

  .tab-banner {
    border-radius: 30px;
    margin-bottom: 56px;
  }

  .tab-banner__info {
    padding: 78px 60px 0;
  }

  .tab-banner__info-text {
    margin-bottom: 35px;
  }

  .tab-banner__info-list-item-icon {
    width: 43px;
    height: 43px;
    min-width: 43px;
    margin-right: 20px;
  }

  .tab-banner__info-list-item-icon svg {
    width: 24px;
    height: 24px;
  }

  .tab-banner__info-list-item + .tab-banner__info-list-item {
    margin-top: 40px;
  }

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

  .tab-title {
    margin-bottom: 40px;
  }

  .tab-how-work {
    margin-bottom: 40px;
  }

  .tab-how-work__list-item {
    padding: 30px 25px;
    width: calc(33.33% - 30px);
  }

  .tab-how-work__list-item:before {
    width: 25px;
    height: 25px;
    left: -30px;
  }

  .tab-how-work__list-item ul.text-main li {
    font-size: 14px;
    line-height: 20px;
  }

  .tab-content-cards-item-info {
    padding: 50px 10px 50px 30px;
  }

  .tabs__btns {
    margin-bottom: 57px;
  }

  .enrollment__subtitle.h4 {
    margin-bottom: 6px;
  }

  .enrollment__list-item {
    padding-bottom: 20px;
  }

  .tab-bottom-banner {
    border-radius: 30px;
    padding: 0 5.5% 0 8.5%;
  }

  .tab-bottom-banner__info {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tab-bottom-banner__info-text {
    margin-bottom: 30px;
  }

  .tab-bottom-banner__img {
    width: 50%;
  }

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

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

  .choose-variant .enrollment {
    margin-bottom: 0;
  }

  .choose-variant .tab-title {
    margin-bottom: 43px;
  }

  .choose-variant__tabs-list {
    gap: 6px;
    font-size: 14px;
    line-height: 20px;
  }

  .choose-variant__tabs-list-item {
    font-size: 16px;
  }

  .choose-variant__btns {
    padding-top: 50px;
  }

  .choose-variant__map__block #map {
    height: 401px;
  }

  .partners-tabs__block-slider .partners-tabs__pagination {
    bottom: -30px;
  }

  .tab-content-cards-two-item-info {
    padding: 40px 0 40px 30px;
    max-width: 330px;
    width: 56.35%;
  }

  .tab-content-cards-two-item-img {
    width: 43.65%;
  }
}

@media screen and (max-width: 767px) {
  .tab-block-section {
    margin-bottom: 36px;
  }

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

  .section-long-tabs {
    padding-top: 60px;
  }

  .partners-tabs__list {
    margin-bottom: 42px;
  }

  .partners-tabs__item {
    padding: 20px 18px;
  }

  .partners-tabs__item-title {
    font-size: 14px;
  }

  .partners-tabs__item-icon {
    margin-right: 20px;
  }

  .tab-banner {
    border-radius: 20px;
    margin-bottom: 46px;
  }

  .tab-banner__info {
    padding: 34px 15px 0;
  }

  .tab-banner__info-text {
    margin-bottom: 30px;
  }

  .tab-banner__info-list-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .tab-banner__info-list-item-icon {
    margin-top: 5px;
  }

  .tab-banner__info-list-item + .tab-banner__info-list-item {
    margin-top: 33px;
  }

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

  .tab-how-work {
    padding-top: 20px;
    margin-bottom: 55px;
  }

  .tab-how-work__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-how-work__list-item {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-how-work__list-item:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMzI5OTggOC45MDk2MUMzLjMyOTk4IDguNzE5NjEgMy4zOTk5OCA4LjUyOTYxIDMuNTQ5OTggOC4zNzk2MUMzLjgzOTk4IDguMDg5NjEgNC4zMTk5OCA4LjA4OTYxIDQuNjA5OTggOC4zNzk2MUwxMS4xMyAxNC44OTk2QzExLjYxIDE1LjM3OTYgMTIuMzkgMTUuMzc5NiAxMi44NyAxNC44OTk2TDE5LjM5IDguMzc5NjFDMTkuNjggOC4wODk2MSAyMC4xNiA4LjA4OTYxIDIwLjQ1IDguMzc5NjFDMjAuNzQgOC42Njk2MSAyMC43NCA5LjE0OTYxIDIwLjQ1IDkuNDM5NjFMMTMuOTMgMTUuOTU5NkMxMy40MiAxNi40Njk2IDEyLjczIDE2Ljc1OTYgMTIgMTYuNzU5NkMxMS4yNyAxNi43NTk2IDEwLjU4IDE2LjQ3OTYgMTAuMDcgMTUuOTU5NkwzLjU0OTk4IDkuNDM5NjFDMy40MDk5OCA5LjI4OTYxIDMuMzI5OTggOS4wOTk2MSAzLjMyOTk4IDguOTA5NjFaIiBmaWxsPSIjRkY4MjAwIi8+Cjwvc3ZnPgo=");
    width: 24px;
    height: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: auto;
    top: -26px;
  }

  .tab-how-work__list-item:last-child {
    margin-bottom: 0;
  }

  .tab-how-work__list-item ul.text-main {
    padding-top: 13px;
  }

  .tab-content-cards {
    margin-bottom: 30px;
  }

  .tab-content-cards-item {
    min-height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tab-content-cards-item-info {
    width: 100%;
    padding: 30px 20px 12px;
  }

  .tab-content-cards-item-sticker {
    font-size: 12px;
  }

  .tab-content-cards-item-img {
    width: 100%;
    height: 157px;
  }

  .tab-content-cards-item-img img {
    -o-object-position: bottom center;
       object-position: bottom center;
  }

  .enrollment {
    margin-bottom: 61px;
  }

  .enrollment__list {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .enrollment__list-column {
    width: 100%;
    padding: 0;
  }

  .enrollment__list-column:nth-child(odd),
  .enrollment__list-column:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }

  .enrollment__list-item {
    padding-bottom: 15px;
    margin: 0 0 30px;
  }

  .enrollment__list-item-text-wrap + .enrollment__list-item-text-wrap {
    padding-top: 10px;
  }

  .tabs__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;
    padding-top: 10px;
    margin-bottom: 67px;
  }

  .tabs__btns .btn + .btn {
    margin-top: 20px;
  }

  .tabs__btns .btn:last-child {
    margin-bottom: 0;
  }

  .tab-bottom-banner-block {
    margin-bottom: 54px;
  }

  .tab-bottom-banner {
    border-radius: 20px;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tab-bottom-banner__info {
    width: 100%;
    padding: 0 20px 20px;
  }

  .tab-bottom-banner__info-chapter {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .tab-bottom-banner__info-title {
    margin-bottom: 10px;
  }

  .tab-bottom-banner__info-text {
    margin-bottom: 20px;
  }

  .tab-bottom-banner__info .btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .tab-bottom-banner__img {
    width: 100%;
  }

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

  .help-form__main > p {
    font-size: 14px;
    line-height: 20px;
    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;
  }

  .choose-variant .enrollment {
    margin-bottom: 30px;
  }

  .choose-variant .tab-title {
    margin-bottom: 50px;
  }

  .choose-variant__tabs {
    margin-bottom: 55px;
  }

  .choose-variant__tabs-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-radius: 20px;
    padding: 20px 13px;
    gap: 21px;
  }

  .choose-variant__tabs-list-item {
    font-size: 12px;
    line-height: 14px;
    border-radius: 40px;
    min-height: 76px;
    padding: 17px;
  }

  .choose-variant__btns {
    margin-bottom: 40px;
  }

  .choose-variant__map {
    margin-bottom: 30px;
  }

  .choose-variant__map__block {
    border-radius: 20px;
  }

  .partners-tabs__block-slider .partners-tabs__pagination {
    bottom: -26px;
  }

  .tab-content-cards-two-item {
    min-height: 308px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tab-content-cards-two-item-info {
    width: 100%;
    max-width: 100%;
    padding: 40px 20px 20px 30px;
  }

  .tab-content-cards-two-item-img {
    width: 100%;
    height: 205px;
  }

  .tab-content-cards-two-item-img img {
    -o-object-position: bottom center;
       object-position: bottom center;
  }
}

.button-action-wrap {
	padding-top: 25px;
}