.streamer__page .section__hero__streamer {
  background-image: url(../img/hero_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.streamer__page .section__hero__streamer__container {
  position: relative;
}
.streamer__page .section__hero__streamer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.streamer__page .section__hero__streamer__body {
  padding-top: 94px;
  padding-bottom: 130px;
  width: 100%;
}
.streamer__page .section__hero__streamer__content {
  padding-top: 10px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.streamer__page .section__hero__streamer__info {
  display: grid;
  grid-template-columns: 180px auto;
  gap: 25px;
}
.streamer__page .section__hero__streamer__info__img {
  width: 100%;
  max-width: 180px;
  max-height: 204px;
}
.streamer__page .section__hero__streamer__info__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 670px;
}
.streamer__page .section__hero__streamer__info__name {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
}
.streamer__page .section__hero__streamer__info__subtitle {
  color: gold;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.streamer__page .section__hero__streamer__info__text {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}
.streamer__page .section__streamer__info {
  background: #1c1c1c;
  padding-top: 70px;
  padding-bottom: 140px;
}
.streamer__page .section__streamer__info.wave::before {
  background: #1c1c1c;
}
.streamer__page .section__streamer__info__body {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.streamer__page .section__streamer__info__content {
  display: grid;
  grid-template-columns: 340px auto;
  gap: 30px;
  align-items: start;
}
.streamer__page .section__streamer__info__data {
  border-radius: 20px;
  background: #e2ffe2;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 28px 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.streamer__page .section__streamer__info__data__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.streamer__page .section__streamer__info__data__item__name {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  width: 260px;
}
.streamer__page .section__streamer__info__data__item__text {
	text-align: right;
  color: #006400;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.streamer__page .section__streamer__info__text h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
  padding-left: 28px;
  position: relative;
}
.streamer__page .section__streamer__info__text h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #006400;
}
.streamer__page .section__streamer__info__text p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 30px;
}
.streamer__page .section__streamer__info__text p a {
  color: #006400;
}
.streamer__page .section__streamer__info__online {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11.017%;
  padding-bottom: 15.255%;
  border-radius: 20px;
  overflow: hidden;
}
.streamer__page .section__streamer__info__online.streamer_offline .offline {
  display: block;
}
.streamer__page .section__streamer__info__online.streamer_offline .online {
  display: none;
}
.streamer__page .section__streamer__info__online.streamer_online .offline {
  display: none;
}
.streamer__page .section__streamer__info__online.streamer_online .online {
  display: block;
}
.streamer__page .section__streamer__info__online__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.streamer__page .section__streamer__info__online__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.streamer__page .section__streamer__info__online__inner__img {
  width: 100%;
  max-width: 176px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 12px;
}
.streamer__page .section__streamer__info__online__inner__name {
  color: gold;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
}
.streamer__page .section__streamer__info__online__inner__status {
  margin-bottom: 12px;
  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;
}
.streamer__page .section__streamer__info__online__inner__text {
  color: #ccc;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.streamer__page .section__streamer__description {
  padding:70px 0;
  background-color: #fff;
}
.streamer__page .section__streamer__description.wave::before {
  background-color: #fff;
}
.streamer__page .section__streamer__description__body {
  max-width: 870px;
  margin: 0 auto;
}
.streamer__page .section__streamer__description__body h2 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
  padding-left: 28px;
  position: relative;
}
.streamer__page .section__streamer__description__body h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #006400;
}
.streamer__page .section__streamer__description__body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 50px;
}
.streamer__page .section__streamer__description__body p a {
  color: #006400;
}
.streamer__page .section__streamer__description__body table {
  width: 100%;
  border-collapse: collapse;
}
.streamer__page .section__streamer__description__body table thead {
  background: #e2ffe2;
  border-radius: 20px 20px 0 0;
}
.streamer__page .section__streamer__description__body table thead th {
  padding: 15px 0;
  color: #006400;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  text-align: left;
}
.streamer__page .section__streamer__description__body table tbody tr {
  border-bottom: 1px solid #006400;
}
.streamer__page .section__streamer__description__body table tbody td {
  padding: 25px 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.streamer__page .section__streamer__description__body table tbody td:first-child {
  padding-left: 18px;
  color: #006400;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.streamer__page .section__streamer__description__body table tbody td:nth-child(2) {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}
.streamer__page .section__streamer__description__body table tbody td:last-child {
  color: #848484;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.streamer__page .section__streamer__description__body table tbody td:last-child a {
  color: #006400;
  font-weight: 700;
  position: relative;
}
.streamer__page .section__streamer__description__body table tbody td:last-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../img/link.svg);
}
.streamer__page .section__streamer__description__table {
  border: 1px solid #006400;
  border-radius: 20px;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.streamer__page .section__streamer__description__spec {
  border-radius: 20px;
  background: #e2ffe2;
  box-shadow: -7px 4px 15.4px 0 rgba(0, 0, 0, 0.25);
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
.streamer__page .section__streamer__description__spec h3 {
  color: #006400;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
}
.streamer__page .section__streamer__description__spec p {
  color: #1c1c1c;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
}
.streamer__page .section__streamer__popular__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.streamer__page .section__streamer__popular__title {
  color: #fff;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.streamer__page .section__streamer__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
.streamer__page .section__streamer__card {
  border-radius: 20px;
  border: 1px solid gold;
  background: #e2ffe2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 0 26px 14px;
}
.streamer__page .section__streamer__card__img {
  max-width: 80px;
  max-height: 90px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.streamer__page .section__streamer__card__name {
  color: #115310;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.streamer__page .section__streamer__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;
}
@media (max-width: 992px) {
  .streamer__page .section__streamer__info__text h2 {
    font-size: 22px;
  }
  .streamer__page .section__streamer__description__body h2 {
    font-size: 22px;
  }
  .streamer__page .section__streamer__description__body table thead th {
    font-size: 18px;
    padding: 12px 0;
  }
  .streamer__page .section__streamer__description__body table tbody td:first-child {
    font-size: 14px;
  }
  .streamer__page .section__streamer__description__body table tbody td:nth-child(2) {
    font-size: 14px;
  }
  .streamer__page .section__streamer__description__body table tbody td:last-child {
    font-size: 14px;
  }
  .streamer__page .section__streamer__description__body table tbody td {
    font-size: 14px;
  }
  .streamer__page .section__streamer__description__table {
    overflow-x: scroll;
  }
  .streamer__page .section__streamer__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .streamer__page .section__hero__streamer__body {
    padding-bottom: 70px;
  }
  .streamer__page .section__hero__streamer__info {
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: center;
  }
  .streamer__page .section__hero__streamer__info__inner {
    gap: 12px;
    text-align: center;
  }
  .streamer__page .section__hero__streamer__info__name {
    font-size: 22px;
  }
  .streamer__page .section__hero__streamer__info__subtitle {
    font-size: 16px;
  }
  .streamer__page .section__hero__streamer__info__text {
    font-size: 16px;
    margin-top: 0;
  }
  .streamer__page .section__streamer__info__body {
    gap: 10px;
  }
  .streamer__page .section__streamer__info__content {
    grid-template-columns: 1fr;
  }
  .streamer__page .section__streamer__info__online {
    padding: 12px 0;
  }
  .streamer__page .section__streamer__info__online__inner__img {
    margin-bottom: 0;
    max-width: 60px;
  }
  .streamer__page .section__streamer__info__online__inner__name {
    font-size: 16px;
  }
  .streamer__page .section__streamer__info__online__inner__status {
    font-size: 16px;
    margin-bottom: 0;
  }
  .streamer__page .section__streamer__info__online__inner__text {
    font-size: 8px;
  }
  .streamer__page .section__streamer__popular__title {
    font-size: 20px;
  }
}
@media (max-width: 660px) {
  .streamer__page .section__streamer__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (any-hover: hover) {
  .streamer__page .section__streamer__info__text p a:hover {
    text-decoration: underline;
  }
  .streamer__page .section__streamer__description__body p a:hover {
    text-decoration: underline;
  }
  .streamer__page .section__streamer__description__body table tbody td:last-child a:hover {
    text-decoration: underline;
  }
}
