* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Anton;
  src: url(../fonts/Anton-Regular.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url(../fonts/Helvetica.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url(../fonts/Helvetica-Bold.woff2);
  font-weight: 700;
  font-display: swap;
}

body {
  background-color: black;
}

button {
  cursor: pointer;
}

.hero {
  position: relative;
}

.bg__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.gradient__shape {
  background: linear-gradient(360deg, #000000 -6.3%, rgba(0, 0, 0, 0) 72.92%);
  width: 100%;
  height: 170px;
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.hero__container {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: start;
  max-width: 1306px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1080px;
  padding-top: 120px;
}

.speaker__img {
  display: flex;
  max-width: 892px;
  width: 100%;
  position: absolute;
  left: -253px;
  top: 120px;
}

.hero__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 687px;
  width: 100%;
  color: white;
  margin-left: auto;
}

.top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: relative;
  z-index: 20;
}

.top__img {
  width: 49px;
  height: 49px;
}

.top__text {
  font-family: Anton, sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.course__name {
  font-family: Anton, sans-serif;
  font-weight: 400;
  font-size: 134px;
  line-height: 202pxpx;
  text-align: center;
  position: relative;
  z-index: 20;
}

.course__desc {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 20;
}

.course__active__btn {
  background: linear-gradient(180deg, #e2c08f 0%, #fac06a 100%);
  box-shadow: 0px 4.47px 0px 0px #6b522c;
  border: none;
  border-radius: 18px;
  width: 100%;
  padding: 30px;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 20;
  color: black;
  max-width: 619px;
}

.course__active__btn_desc {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 18px;
  margin-bottom: 27px;
  position: relative;
  z-index: 20;

  img {
    width: 14px;
  }
}

.course__active__btn_desc__text {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  text-align: center;
  color: #9f9898;
}

@media (max-width: 768px) {
  .hero__container {
    flex-direction: column-reverse;
    padding-top: 23px;
    max-width: 320px;
    min-height: auto;
  }

  .speaker__img {
    position: static;
    transform: scaleX(-1);
  }

  .course__name {
    font-size: 53px;
  }

  .course__desc {
    font-size: 15px;
    max-width: 298px;
  }

  .course__active__btn {
    font-size: 16px;
  }

  .course__active__btn_desc {
    img {
      width: auto;
    }
  }

  .course__active__btn_desc__text {
    font-size: 14px;
  }
}

.list__title {
  font-family: Anton;
  font-weight: 400;
  font-size: 81px;
  line-height: 135%;
  text-align: center;
  position: relative;
  z-index: 40;
  margin-top: -100px;
  margin-bottom: 20px;
  color: white;

  span {
    color: #eb3736;
  }
}

.list__cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  gap: 10px;
  position: relative;
  z-index: 20;
  max-width: 1502px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.list__card {
  padding: 20px 20px 27px 20px;
  background-color: white;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
}

.list__card:last-child {
  background: #bd2e2f;
  color: white;
}

.list__card__img {
  object-fit: contain;
  display: flex;
  width: 100%;
}

.list__card__text {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  margin-top: 10px;
}

.btn_box {
  max-width: 576px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 61px;
}

.info__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1208px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.speaker__name {
  margin-top: 73px;
  font-family: Anton, sans-serif;
  font-weight: 400;
  font-size: 81px;
  line-height: 122px;
  text-align: center;
  margin-bottom: 43px;
  color: white;
}

.speaker__info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin-bottom: 26px;
  color: white;
  max-width: 607px;
}

.speaker__info-list__item {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 150%;
  padding: 30px 25px;
  min-height: 51px;
  display: flex;
  align-items: center;
  border: 0.53px solid #fac06a;
  border-radius: 95px;
}

.speaker__info-list__item:nth-child(2n) {
  border: 0.53px solid #ffffff;
}

.speaker__info-img {
  display: flex;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .only_mobile {
    display: none;
  }

  .list__card:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
  }

  .list__card:nth-child(2) {
    grid-area: 1 / 3 / 2 / 5;
  }

  .list__card:nth-child(3) {
    grid-area: 1 / 5 / 2 / 7;
  }

  .list__card:nth-child(4) {
    grid-area: 2 / 2 / 3 / 4;
  }

  .list__card:nth-child(5) {
    grid-area: 2 / 4 / 3 / 6;
  }
}

@media (max-width: 768px) {
  .only_desktop {
    display: none;
  }

  .hero__right {
    position: relative;
    z-index: 20;
  }

  .course__name {
    line-height: 80px;
  }

  .btn_box {
    max-width: 379px;
    margin-top: 28px;
  }

  .list__cards {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    max-width: 379px;
  }

  .list__card__img {
    height: 150px;
  }

  .list__title {
    font-size: 34px;
    max-width: 316px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 00px;
  }

  .list__card__text {
    font-size: 17px;
  }

  .speaker__name {
    font-size: 32px;
    margin-top: 5px;
    margin-bottom: 18px;
    line-height: 51px;
  }

  .info__box {
    flex-direction: column;
    max-width: 379px;
  }

  .info__box__right {
    max-width: 379px;
    width: 100%;
  }

  .speaker__info-img {
    max-width: 294px;
    height: 278px;
  }

  .speaker__info-list__item {
    border-radius: 10px 53px 53px 10px;
    padding: 10px 25px;
    min-height: 51px;
    font-size: 12px;
  }
}

.footer {
  background-color: #171717;
  color: #fff;
  padding: 32px 20px;
  text-align: center;
  font-family: Helvetica;
}

.footer-container {
  max-width: 379px;
  margin: 0 auto;
}

.footer-info h2 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 14px;
}

.phone {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}

.business-info,
.disclaimer {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5;
}

.business-info p,
.disclaimer p {
  margin-bottom: 5px;
}

.copyright {
  font-size: 14px;
  margin-top: 10px;
}

.disclaimer,
.business-info,
.copyright {
  color: #7d7d7d;
}
