body.promo-stub {
  margin: unset;
}
body.promo-stub div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-container {
  width: 1290px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1300px) {
  .page-container {
    width: 1100px;
  }
}
@media (max-width: 1150px) {
  .page-container {
    width: 930px;
  }
}
@media (max-width: 950px) {
  .page-container {
    width: 100%;
    padding: 15px;
  }
}

.promo-stub {
  background: #071622;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo-stub__section {
  position: relative;
  width: 100%;
  background: #1D2E3D;
  padding: 30px;
}
@media (max-width: 850px) {
  .promo-stub__section {
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.promo-stub__section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(60.58%, #F6E200), to(rgba(144, 132, 0, 0)));
  background: linear-gradient(90deg, #F6E200 60.58%, rgba(144, 132, 0, 0) 100%);
}
.promo-stub__content {
  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;
  gap: 100px;
}
@media (max-width: 850px) {
  .promo-stub__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
  }
}
.promo-stub__picture img {
  margin-top: -100px;
}

.promo-stub-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.promo-stub-info__title {
  color: #F6E200;
  font-family: "DrukTextWideCyr";
  font-size: 60px;
  font-style: normal;
  font-weight: 1000;
  line-height: normal;
}
@media (max-width: 600px) {
  .promo-stub-info__title {
    font-size: 40px;
  }
}
.promo-stub-info__descr {
  color: #FFF;
  font-family: "TTNormsPro";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 600px) {
  .promo-stub-info__descr {
    font-size: 16px;
  }
}