.streamers__page .section__hero__streamers {
  background-image: url(../img/hero_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.streamers__page .section__hero__streamers__container {
  position: relative;
}
.streamers__page .section__hero__streamers__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.streamers__page .section__hero__streamers__body {
  padding-top: 94px;
  padding-bottom: 130px;
  width: 100%;
}
.streamers__page .section__hero__streamers__content {
  padding-top: 10px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.streamers__page .section__hero__streamers__disc {
  color: gold;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto;
  text-align: center;
}
.streamers__page .section__hero__streamers__title {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 24px;
}
.streamers__page .section__hero__streamers__text {
  margin: 0 auto;
  color: #ccc;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  max-width: 670px;
}
.streamers__page .section__streamers {
  padding-top: 30px;
  padding-bottom: 140px;
  background: #1c1c1c;
}
.streamers__page .section__streamers.wave::before {
  background: #1c1c1c;
}
.streamers__page .section__streamers__container {
  position: relative;
}
.streamers__page .section__streamers__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-image: url(../img/stars.svg);
}
.streamers__page .section__streamers__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.streamers__page .section__streamers__title {
  color: gold;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 20px;
}
.streamers__page .section__streamers__cards {
 display: flex;
    /* grid-template-columns: repeat(4, 1fr); */
    /* gap: 60px; */
    justify-content: center;
    flex-direction: row;
 
}
.streamers__page .section__streamers__card {
    max-width: 300px;
}

.streamers__page .section__streamers__card_link {
  border-radius: 20px;
  border: 1px solid gold;
  background: #e2ffe2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
	padding: 10px 26px 14px;
}


.streamers__page .section__streamers__card__img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.streamers__page .section__streamers__card__name {
  color: #115310;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.streamers__page .section__streamers__card__link {
  border-radius: 100px;
  background: gold;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  color: #715f00;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: 100%;
  padding: 20px 0;
}
.streamers__page .section__streamers__subtitle {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
}
.streamers__page .section__streamers__table {
  border: 1px solid #006400;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.streamers__page .section__streamers__table table {
  width: 100%;
  border-collapse: collapse;
}
.streamers__page .section__streamers__table table thead {
  background: #e2ffe2;
  border-radius: 20px 20px 0 0;
}
.streamers__page .section__streamers__table table thead th {
  padding: 15px 0;
  color: #006400;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  text-align: left;
}
.streamers__page .section__streamers__table table thead th:last-child {
  text-align: right;
  padding-right: 20px;
}
.streamers__page .section__streamers__table table tbody tr {
  border-bottom: 1px solid #006400;
}
.streamers__page .section__streamers__table table tbody tr td {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
}
.streamers__page .section__streamers__table table tbody tr td:first-child {
  padding: 0 16px;
  width: 74px;
}
.streamers__page .section__streamers__table table tbody tr td:nth-child(2) .section__streamers__table__inner {
  width: 100%;
  min-width: 200px;
  max-width: 250px;
}
.streamers__page .section__streamers__table table tbody tr td:nth-child(3) .section__streamers__table__inner {
  min-width: 200px;
}
.streamers__page .section__streamers__table table tbody tr td .section__streamers__table__inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.streamers__page .section__streamers__table table tbody tr td:last-child {
  min-width: 200px;
}
.streamers__page .section__streamers__table table tbody tr td:last-child .section__streamers__table__inner {
  padding-right: 50px;
  justify-content: flex-end;
}
.streamers__page .section__streamers__table__photo {
  max-width: 40px;
  width: 100%;
}
.streamers__page .section__streamers__table__country {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.streamers__page .section__streamers__table__casino {
  max-width: 100px;
  width: 100%;
}
.streamers__page .section__streamers__info {
  background-color: #fff;
}
.streamers__page .section__streamers__info.wave::before {
  background: #fff;
}
.streamers__page .section__streamers__info__body {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
}
.streamers__page .section__streamers__info__body h3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
  padding-left: 28px;
  position: relative;
}
.streamers__page .section__streamers__info__body h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #006400;
}
.streamers__page .section__streamers__info__body p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.streamers__page .section__streamers__info__body p a {
  color: #006400;
}
@media (max-width: 992px) {
  .streamers__page .section__hero__streamers__disc {
    font-size: 16px;
    margin-top: 18px;
  }
  .streamers__page .section__hero__streamers__title {
    font-size: 30px;
  }
  .streamers__page .section__hero__streamers__text {
    font-size: 16px;
  }
  .streamers__page .section__streamers__container::before {
    content: none;
  }
  .streamers__page .section__streamers__title {
    font-size: 20px;
  }
  .streamers__page .section__streamers__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .streamers__page .section__streamers__subtitle {
    font-size: 20px;
  }
  .streamers__page .section__streamers__table table thead th {
    font-size: 18px;
    padding: 12px 0;
  }
  .streamers__page .section__streamers__table table tbody tr td {
    font-size: 14px;
  }
  .streamers__page .section__streamers__table {
    overflow-x: scroll;
  }
  .streamers__page .section__streamers__info__body h3 {
    font-size: 22px;
  }
}
@media (max-width: 660px) {
  .streamers__page .section__streamers__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (any-hover: hover) {
  .streamers__page .section__streamers__info__body p a:hover {
    text-decoration: underline;
  }
}
