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", sans-serif;
}

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

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

.medium {
  font-weight: 300;
}

.title__color {
  color: #5598FE;
  font-size: 41px;
  line-height: 41px;
}

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

.btn {
  font-weight: 500;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  color: #FEE1FF;
  text-shadow: -1px -1px 0 0 rgba(0, 0, 0, 0.22);
  padding: 0 20px;
  min-width: 315px;
  min-height: 72px;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  border-color: #010212;
  background: linear-gradient(0deg, #0C2A79 0%, #5598FE 50%, #5598FE 100%);
  cursor: pointer;

  a {
    color: #FEE1FF;
  }
}

.promo {
  background: url('../img/main_bg.webp') center / cover no-repeat;
  padding: 22px 0 53px 0;
}

.logo__img {
  margin: 0 auto;
}

.logo__text {
  text-align: center;
  margin-top: 13px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

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

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

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

.promo__text {
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 133%;
}

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

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

.promo__more-img {
  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: #5598FE;
  margin: 14px auto 0 auto;
  border-radius: 2px;
}

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

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

.intensive__item {
  width: 360px;
}

.intensive__img {
  width: 100%;
}

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

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

.info__title {
  font-size: 30px;
  color: #5598FE;
  text-align: right;
}

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

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

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

.skills {
  background: url('../img/secondary_bg.webp') center center / cover no-repeat;
  padding: 80px 0 80px 0;
}

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

.skills__wrapper {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  column-gap: 10px;
}

.skills__item {
  margin-top: 40px;
  width: 216px;
}

.skills__round {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 115px;
  height: 115px;
  background: #5598FE;
  border-radius: 100%;
}

.skills__img {
  max-width: 100px;
}

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

.present {
  padding: 80px 0;
}

.present__logo {
  margin: 0 auto;
}

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

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

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

.webinar__title {
  margin: 20px 0 20px 0;
  font-weight: 900;
  font-size: 36px;
  line-height: 100%;
  color: #5598FE;
  text-align: center;
  text-transform: uppercase;
}

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

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

footer {
  background-color: #1A1A1A;
}

.footer__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #888;
  padding: 58px;
}

.underline {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

a {
  text-decoration: none;
  color: #0C2A79;
}

.dowebsite {
  text-align: center;
  background-color: rgb(0, 0, 0);
  padding-top: 58px;
  height: 180px;
}

.hide {
  display: none;
  text-align: center;
  color: #1b1b1b;
}

.dowebsite_logo:hover+.hide {
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  margin: 10px;
  text-align: center;
  color: #414141;
}

.dowebsite__text {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #606060;
  margin: 0 auto;
}

.dowebsite__link {
  box-sizing: border-box;
}

.dowebsite__link>img {
  margin: 0 auto;
  max-width: 50px;
  max-height: 50px;
}

mark {
  background-color: #5598FE;
  color: #FEE1FF;
  display: inline-block;
  white-space: pre;
}