/* * {
  margin: 0;
  padding: 0;
} */

h1,
h2,
h3,
h4,
h5,
figure,
p,
ol,
ul {
  margin: 0;
}

ol[role="list"],
ul[role="list"] {
  list-style: none;
  padding-inline: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
  font-weight: inherit;
}

img {
  display: block;
  max-inline-size: 100%;
}

html {
  font-family: "Roboto", serif;
}

.container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.title {
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.title__colored {
  color: #f9bf3b;
  font-size: 41px;
  line-height: 41px;
}

.title__big {
  color: #fff;
  font-size: 80px;
  line-height: 80px;
}

.btn {
  min-width: 315px;
  min-height: 72px;
  padding: 0 15px;
  margin: 0 auto;
  display: block;
  border-radius: 4px;
  background: linear-gradient(0deg, #ff4d00 0%, #feb05d 100%);
  color: #fff;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.22);
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}

.promo {
  /* min-height: 800px; */
  background: url(../img/main_bg.jpg) center center / cover no-repeat;
  padding: 22px 0px 53px 0;
}

.logo__img {
  display: block;
  margin: 0 auto;
}

.logo__text {
  margin-top: 13px;
  text-align: center;
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.promo h1 {
  margin-top: 52px;
}

.promo h2 {
  margin-top: 12px;
}

.promo .btn {
  margin-top: 75px;
}

.promo__text {
  margin-top: 20px;
  color: #fff;

  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 500px;
  line-height: 28px;
}

.promo__text span {
  text-transform: uppercase;
  color: #f9bf3b;
}

.promo__more-text {
  margin-top: 75px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.promo__more-img {
  display: block;
  margin: 10px auto 0 auto;
}

.intensive {
  background-color: #efefef;
  padding: 80px 0;
}

.intensive__title {
  color: #252525;
  font-size: 30px;
  font-weight: 500;
}

.divider {
  width: 220px;
  height: 7px;
  background-color: #f9bf3b;
  margin: 14px auto 0 auto;
}

.intensive__subtitle {
  margin-top: 15px;
  color: #4a4a4a;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.intensive__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}

.intensive__item {
  width: 360px;
}

.intensive__img {
  width: 100%;
}

.intensive__descr {
  margin-top: 15px;
  color: #4a4a4a;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.info {
  min-height: 564px;
  padding: 100px 0 140px 0;
  background-color: #0f0b0b;
}

.info__title {
  color: #f9bf3b;
  font-size: 30px;
  font-weight: 900;
  text-align: right;
}

.info__text {
  position: relative;
  padding-left: 390px;
  /* margin-left: 390px; */
  margin-top: 19px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  z-index: 2;
}

.info__text.medium {
  font-weight: 500;
}

.info__img {
  height: 350px;
  width: 615px;
  position: absolute;
  top: 93px;
  left: -83px;
  z-index: 1;
}

.skills {
  background: url("../img/bg.jpg") center center / cover no-repeat;
  padding: 80px 0 102px 0;
}

.skills__title {
  color: #efefef;
  font-size: 30px;
  font-weight: 400;
}

.skills__wrapper {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}

.skills__item {
  width: 224px;
}

.skills_round {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 118px;
  height: 118px;
  background-color: #f9bf3b;
  border-radius: 100%;
}

.skills__img {
  max-width: 60px;
}

.skills__desc {
  margin-top: 18px;
  text-align: center;
  color: #efefef;
  font-weight: 300;
  font-size: 16px;
}

.gift {
  background-color: #efefef;
  padding: 80px 0;
}

.present__img {
  display: block;
  margin: 0 auto;
}

.present__text {
  margin-top: 80px;
  color: #252525;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 150%;
}

.gift .btn {
  margin-top: 60px;
}

.webinar {
  background-color: #0f0b0b;
  padding: 50px 0;
}

.webinar__img {
  width: 500px;
  height: 250px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.webinar__subtitle {
  margin-top: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.webinar__title {
  margin-top: 20px;
  color: #f9bf3b;
  font-size: 36px;
  line-height: 36px;
}

.webinar__cta {
  margin-top: 20px;
  color: #efefef;
  text-align: center;
  font-size: 23px;
  font-weight: 500;
}

.footer {
  background-color: #1a1a1a;
  padding: 58px 0;
}

.footer__block {
  margin: 0 auto;
  min-width: 300px;
  text-align: center;
  color: #888;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.footer a {
  color: #f9bf3b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.footer .underline {
  text-decoration: underline;
}
