*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.page {
  min-height: 100dvh;
  background: url("./assets/bg.png") no-repeat center/ cover #000000;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.21px;
  font-weight: 400;

  padding: 32px 10px 32px 10px;
}

.main {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;

  position: relative;
}

.logo {
  margin-bottom: 8px;
}

.logo__image {
}

.logo__text {
  font-family: Rubik, sans-serif;
  font-style: italic;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
}

.message {
  display: flow-root;
}

.message__title {
  color: #d9a94a;
}
.message__title_top {
  font-size: 10px;
  position: relative;
}
.message__title_top::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 130px;
  border-top: 1px solid #d9a94a;
}

.message__title_mid {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;

  margin-top: 8px;
}
.message__title_bot {
  font-size: 32px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-top: 4px;
}

.facts {
  margin-top: 4px;
}

.fact {
  font-size: 10px;
  line-height: 1.8;
}

.golden {
  color: #d9a94a;
}

.sign {
}
.sign__image {
  margin: 4px 0;
}
.sign__text {
  font-size: 6px;
  line-height: 2;
}

.tg-promo {
  float: right;
  transform: translateY(-50%);

  text-align: center;
}

.tg-promo__title {
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 32px;
}
.tg-promo__text {
  line-height: 1.5;
  font-size: 10px;
}

.schedule {
  margin-top: -20px;
  clear: both;
}

.schedule__title {
  font-size: 10px;
  font-weight: 700;
  text-align: center;

  margin-bottom: 5px;
}

.matches {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.link {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.link__image {
  max-height: 125px;
  border-radius: 10px;
  transition: all 0.2s linear;
}

.link:hover .link__image {
  border-radius: 15px;
  box-shadow: 0px 0px 25px 5px #d9a94a;
}

.advantages {
  margin-top: 8px;
  margin-bottom: 20px;
}

.advantages__title {
  font-size: 10px;
  font-weight: 700;
  line-height: 2;
  text-align: center;

  margin-bottom: 4px;
}

.page__decor {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1;
  transform: translateX(-70%);

  width: 190px;
  height: 382px;
}

@media (max-width: 500px) {
  .page {
    padding: 32px 10px 0px 10px;
  }

  .page__decor {
    width: 83px;
    height: 167px;
    bottom: -78px;
    transform: rotate(-15deg) translateX(20px);
  }

  .link {
    max-width: 70%;
    width: 100%;

    margin: 0 0 0 auto;
  }
}
