* {
  font-family: "Roboto", sans-serif;
  margin: 0;
}

main {
  background-color: #ffffff;
}

.sublinks {
  align-items: center;
  display: flex;
  gap: 67px;
  height: 51px;
  justify-content: center;
  padding: 12px;
}

.sublinks__link {
  color: #878787;
  font-size: 24px;
  font-variant: all-small-caps;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
}

.banner-image {
  background-image: url("../assets/skate-man.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  width: 100%;
}

.container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin-top: 40px;
  padding: 50px 90px;
  max-width: 1366px;
  margin: 0 auto;
}

.first-section {
  align-items: baseline;
  margin-top: 50px;
  display: grid;
  grid-gap: 41px;
  grid-template-columns: 200px 1fr;
}

.first-section__leftSide {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.first-section__leftTheme {
  align-items: center;
  display: flex;
  gap: 19px;
}

.first-section__leftTheme > p {
  color: #455a64;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}

.first-section__leftTheme > img {
  height: 14px;
}

.first-section__leftText {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.first-section__leftText > p {
  color: #455a64;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  width: 183px;
}

.first-section__leftImage {
  border-top: 1px solid #8c9ba5;
  width: 100%;
}

.first-section__leftImage > div {
  background-color: #d9d9d9;
  height: 83px;
  margin-top: 15px;
  width: 83px;
}

.first-section__mainContent {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 700px;
  width: 100%;
}

.first-section__titleWrapper {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.first-section__title {
  color: #000000;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.first-section__description {
  color: #000000;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.first-section__autorInfo {
  color: #455a64;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.first-section__publicationDate {
  color: #8c9ba5;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.first-section__contentWrapper {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.first-section__contentTitle {
  color: #455a64;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.first-section__contentText {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-align: justify;
}

.video > iframe {
  border-radius: 20px;
  height: 600px;
  width: 100%;
}

.video > img {
  border-radius: 20px;
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.highlights {
  align-self: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  max-width: 700px;
  width: 100%;
}

.highlights-text {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-align: justify;
}

.highlights-important {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.highlights-important__icon {
  color: #e30000;
  font-size: 150px;
  font-weight: 700;
}

.highlights-important__icon img {
  height: 100px;
}

.highlights-important__text {
  font-size: 50px;
  font-weight: 700;
  line-height: 59px;
  text-align: center;
  margin-bottom: 100px;
}

.highlights-important__autor {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  margin-top: 80px;
  text-align: center;
}

.arena {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.arena-title {
  color: #111111;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.arena-cards {
  display: flex;
  gap: 53px;
}

.card {
  background-color: #fff;
  /*border: 1px solid #e1e4e8;*/
  border-radius: 12px;
  box-shadow: 7px 7px 13px 0px #00000012;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
  padding: 16px;
  width: 372px;
  height: moz-fit-content;
  height: fit-content;
}

.card_image img {
  width: 100%;
  height: 177px;

  border-radius: 8px;
  margin-bottom: 5px;
}

.card_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 10px;
}

.card_content p {
  font-size: 16px;
  line-height: 19px;
  color: #111111;
}

.card_footer {
  display: flex;
  gap: 12px;
  margin-top: 45px;
}

.card_footer img {
  width: 50px;
  height: 50px;

  border-radius: 999px;
}

.card_footer_infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.card_footer_infos span {
  font-weight: 400;
  font-size: 12px;
  color: #455a64;
}

.card_footer_infos span:nth-child(1) {
  font-weight: 700;
  font-size: 14px;
  color: #111111;
}

@media screen and (max-width: 1260px) {
  main {
    margin-top: 100px;
  }

  .banner-image {
    height: 600px;
  }

  .first-section__title {
    font-size: 40px;
    line-height: 44px;
  }

  .first-section__description {
    font-size: 18px;
    line-height: 22px;
  }

  .highlights-important__icon {
    font-size: 125px;
  }

  .highlights-important__text {
    font-size: 40px;
    line-height: 44px;
  }

  .arena-title {
    font-size: 20px;
    line-height: 24px;
  }

  .arena-cards {
    overflow-x: auto;
  }
}

@media screen and (max-width: 768px) {
  .container {
    gap: 50px;
  }

  .first-section {
    grid-template-columns: 1fr;
  }

  .first-section__mainContent {
    gap: 20px;
  }

  .first-section__title {
    font-size: 32px;
    line-height: 37px;
  }

  .highlights-important__icon {
    font-size: 100px;
  }

  .highlights-important__text {
    font-size: 30px;
    line-height: 34px;
  }

  .arena-title {
    font-size: 20px;
    line-height: 24px;
  }

  .arena-cards {
    overflow-x: auto;
  }
}

@media screen and (max-width: 500px) {
  .video > iframe {
    height: 100%;
  }
}
