.page.streamers .section__hero {
  position: relative;
}
.page.streamers .section__hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page.streamers .section__hero__container {
  max-width: 1210px;
}
.page.streamers .section__hero__body {
  padding-top: 116px;
  padding-bottom: 80px;
}
.page.streamers .section__hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.page.streamers .section__hero__inner {
  margin: 0 auto;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
}
.page.streamers .section__hero__desc {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: gold;
  max-width: 440px;
}
.page.streamers .section__hero__title {
  font-weight: 900;
  text-align: center;
  color: #fff;
  font-size: 40px;
}
.page.streamers .section__hero__text {
  margin-top: 6px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #ccc;
}
.page.streamers .section__streamers {
  background-color: #1c1c1c;
  padding-top: 60px;
  padding-bottom: 100px;
}
.page.streamers .section__streamers__body {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}
.page.streamers .section__streamers__title {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: gold;
}
.page.streamers .section__streamers__items {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  width: 100%;
}
.page.streamers .section__streamers__item {
  max-width: 340px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid gold;
  background-color: #ffe5d4;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  padding: 14px 14px 30px;
}
.page.streamers .section__streamers__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page.streamers .section__streamers__name {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #1d2d6b;
}
.page.streamers .section__streamers__link {
  width: 100%;
  max-width: 200px;
  background-color: gold;
  border-radius: 100px;
  font-weight: 700;
  text-align: center;
  color: #7b0cbf;
  padding: 20px;
}
.page.streamers .section__streamers__subtitle {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  margin: 0 auto;
}
.page.streamers .section__streamers__table {
  background-color: #fff;
  border: 1px solid #006400;
  max-width: 800px;
  margin: 0 auto;
  overflow-x: auto;
  width: 100%;
  border-radius: 20px;
}
.page.streamers .section__streamers__table table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  text-align: left;
}
.page.streamers .section__streamers__table table thead {
  background-color: #ffe5d4;
  font-weight: 700;
  font-size: 20px;
  color: #1d2d6b;
  border-bottom: 1px solid #1d2d6b;
}
.page.streamers .section__streamers__table table thead th {
  padding: 15px 0;
  padding-right: 12px;
}
.page.streamers .section__streamers__table table thead th:last-child {
  text-align: center;
}
.page.streamers .section__streamers__table table tbody {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}
.page.streamers .section__streamers__table table tbody tr {
  border-bottom: 1px solid #1d2d6b;
}
.page.streamers .section__streamers__table table tbody td {
  padding: 10px 0;
  padding-right: 12px;
}
.page.streamers .section__streamers__table table tbody td div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page.streamers .section__streamers__table table tbody td a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page.streamers .section__streamers__table table tbody td img {
  width: 42px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.page.streamers .section__streamers__table table tbody td .section__streamers__table__flag {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.page.streamers .section__streamers__table table tbody td .section__streamers__table__img {
  width: 100px;
  height: 50px;
  border-radius: 0;
}
.page.streamers .section__streamers__table table td:first-child {
  padding-left: 18px;
}
.page.streamers .section__streamers__table table td:last-child {
  text-align: center;
}
.page.streamers .section__streamers__info {
  padding: 50px 0;
}
.page.streamers .section__streamers__info__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}
.page.streamers .section__streamers__info__body p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}
.page.streamers .section__streamers__info__title {
  font-weight: 700;
  font-size: 30px;
  color: #7b0cbf;
  padding-left: 28px;
  position: relative;
}
.page.streamers .section__streamers__info__title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #1d2d6b;
  border-radius: 50%;
}
@media (min-width: 993px) {
  .page.streamers .section__streamers__body::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 80px;
    width: 80px;
    height: 80px;
    background-image: url(../img/die1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .page.streamers .section__streamers__body::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 80px;
    width: 80px;
    height: 80px;
    background-image: url(../img/die2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media (max-width: 992px) {
  .page.streamers .section__hero__title {
    font-size: 22px;
  }
  .page.streamers .section__hero__text {
    font-size: 18px;
  }
  .page.streamers .section__streamers {
    padding: 50px 0;
  }
  .page.streamers .section__streamers__title {
    font-size: 30px;
  }
  .page.streamers .section__streamers__items {
    flex-direction: column;
    align-items: center;
  }
  .page.streamers .section__streamers__item {
    padding: 14px;
  }
}
@media (max-width: 768px) {
  .page.streamers .section__streamers__img {
    width: 80px;
    height: 80px;
  }
  .page.streamers .section__streamers__info__body {
    gap: 20px;
  }
  .page.streamers .section__streamers__info__title {
    font-size: 24px;
  }
}
