.home__page .section__hero {
  position: relative;
  padding-top: 94px;
  padding-bottom: 130px;
  background-image: url(../img/hero_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home__page .section__hero__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1440px;
  max-height: 506px;
}
.home__page .section__hero__bar {
  position: absolute;
  top: 280px;
  right: 65px;
  width: 100%;
  max-width: 500px;
  max-height: 330px;
  z-index: 1;
}
.home__page .section__hero__body {
  padding-top: 25px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}
.home__page .section__hero__name {
  text-transform: uppercase;
  color: gold;
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
}
.home__page .section__hero__title {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.home__page .section__hero__text {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  max-width: 750px;
}
.home__page .section__hero__links {
  margin-top: 25px;
  display: flex;
  gap: 12px;
  max-width: 750px;
  width: 100%;
  justify-content: space-between;
}
.home__page .section__hero__link {
  max-width: 200px;
  width: 100%;
  padding: 16px 20px;
  border-radius: 100px;
  background: gold;
  box-shadow: 0 4px 19.9px 0 rgba(0, 0, 0, 0.25);
  color: #715f00;
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.home__page .section__how {
  padding-bottom: 160px;
  background-color: #1c1c1c;
  position: relative;
}
.home__page .section__how.wave::before {
  background-color: #1c1c1c;
}
.home__page .section__how__container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/how_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1000px;
  max-height: 700px;
  z-index: 0;
}
.home__page .section__how__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home__page .section__how__text {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  max-width: 860px;
}
.home__page .section__how__list {
  margin-top: 48px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  gap: 25px;
}
.home__page .section__how__item {
  height: 100%;
  max-width: 360px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 60px 26px 45px;
  position: relative;
  border-bottom: 12px solid gold;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%27360%27 height=%27175%27 viewBox=%270 0 360 175%27 fill=%27none%27><path d=%27M0 59.7367C124.329 113.696 213.5 -13.7634 360 1.23664V203.237H0V59.7367Z%27 fill=%27%23E2FFE2%27/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin-top: 28px;
}
.home__page .section__how__item:nth-child(2) {
  margin-top: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%27360%27 height=%27175%27 viewBox=%270 0 360 175%27 fill=%27none%27><path d=%27M360 59.7367C235.671 113.696 146.5 -13.7634 0 1.23664V203.237H360V59.7367Z%27 fill=%27%23E2FFE2%27/></svg>");
}
.home__page .section__how__item__num {
  border: 7px solid #1c1c1c;
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  background: radial-gradient(50% 50% at 50% 50%, #018d01 0, #006400 100%);
  border-radius: 50%;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 42px;
  font-weight: 900;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__page .section__how__item__title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.home__page .section__how__item__text {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.home__page .section__recommended {
  background-image: url(../img/recommended_bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 80px;
}
.home__page .section__recommended.wave::before {
  background-color: #fff;
}
.home__page .section__recommended__body {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.home__page .section__recommended__title {
  color: #006400;
}
.home__page .section__recommended__slider {
  margin-top: 20px;
}
.home__page .section__recommended__slide {
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}
.home__page .section__recommended__slide__img {
  width: 100%;
  height: 100%;
  max-height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 14px;
}
.home__page .section__recommended__slide__name {
  padding: 0 6px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.home__page .section__recommended__slide__text {
  padding: 0 6px;
  margin-bottom: 10px;
  line-height: normal;
}
.home__page .section__recommended__slide__link {
  margin: 6px;
  margin-top: 0;
  width: calc(100% - 12px);
  padding: 14px 40px;
  color: #715f00;
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  border-radius: 100px;
  background: gold;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.home__page .section__recommended__link {
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.home__page .section__recommended__link span {
  color: #006400;
  font-weight: 700;
}
.home__page .section__best {
  background: url(../img/hero_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 134px;
  padding-top: 65px;
  margin-top: -65px;
}
.home__page .section__best.wave.inverse::before {
  background: #e2ffe2;
}
.home__page .section__best__body {
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home__page .section__best__text {
  color: #fff;
  font-size: 18px;
  line-height: normal;
}
.home__page .section__best__slider {
  padding-top: 70px;
}
.home__page .section__best__slide {
  max-width: 170px;
  border-radius: 20px;
  background: #fff;
  padding: 60px 4px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  position: relative;
}
.home__page .section__best__item__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home__page .section__best__item__name {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.home__page .section__best__item__text {
  line-height: normal;
}
.home__page .section__best__item__link {
  width: calc(100% - 36px);
  padding: 14px 40px;
  color: #715f00;
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  border-radius: 100px;
  background: gold;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 0 18px;
  margin-top: auto;
}
.home__page .section__best__link {
  color: #fff;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.home__page .section__best__link span {
  font-weight: 700;
}
.home__page .section__slots {
  background: #1c1c1c;
  padding-bottom: 60px;
}
.home__page .section__slots.wave::before {
  background: #1c1c1c;
}
.home__page .section__slots__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.home__page .section__slots__filters {
  display: flex;
  align-items: center;
  gap: 20px;
}
.home__page .section__slots__search {
  display: flex;
  gap: 8px;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  max-width: 290px;
  padding-right: 16px;
}
.home__page .section__slots__search__btn {
  padding: 8px;
  border-radius: 10px;
  background: #0a4a09;
}
.home__page .section__slots__search__input {
  outline: 0;
}
.home__page .section__slots__sort__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.home__page .section__slots__sort__select {
  padding: 12px 18px;
  border-radius: 10px;
  background: #006400;
  position: relative;
  color: #fff;
  font-weight: 500;
  line-height: normal;
}
.home__page .section__slots__sort__select.active {
  border-radius: 10px 10px 0 0;
}
.home__page .section__slots__sort__select.active .section__slots__sort__select__current img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home__page .section__slots__sort__select.active .section__slots__sort__select__options {
  display: flex;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #fff;
}
.home__page .section__slots__sort__select__current {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.home__page .section__slots__sort__select__current img {
  transition: all 0.3s ease;
}
.home__page .section__slots__sort__select__options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #006400;
  border-radius: 10px;
  overflow: hidden;
  padding: 12px 18px;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  transition: all 0.3s ease;
  display: none;
  z-index: 3;
}
.home__page .section__slots__sort__select__option {
  cursor: pointer;
  transition: all 0.3s ease;
}
.home__page .section__slots__sort__select__option:hover {
  color: gold;
}
.home__page .section__slots__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  gap: 25px;
}
.home__page .section__slots__item {
  border-radius: 20px;
  background: #fff;
  box-shadow: 6px 5px 22.6px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
  max-width: 260px;
}
.home__page .section__slots__item__img {
  border-radius: 20px;
  transition: all 0.3s ease;
  position: relative;
}
.home__page .section__slots__item__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 260px;
}
.home__page .section__slots__item__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.home__page .section__slots__item__img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  background: url(../img/play.svg) no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.home__page .section__slots__item__link {
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home__page .section__slots__item__link img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.home__page .section__slots__item__text {
  padding: 0 15px;
  line-height: normal;
}
.home__page .section__slots__link {
  color: #fff;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.home__page .section__slots__link span {
  font-weight: 700;
}
.home__page .section__info {
  padding: 50px 0;
  background: #fff;
}
.home__page .section__info__body {
  display: grid;
  grid-template-columns: 340px auto;
  align-items: start;
  gap: 35px;
}
.home__page .section__info__links {
  max-width: 340px;
  border-radius: 20px;
  background: #1c1c1c;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
.home__page .section__info__links__title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.home__page .section__info__links__title.faq {
  padding-left: 44px;
  position: relative;
  text-align: left;
}
.home__page .section__info__links__title.faq::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/faq_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.home__page .section__info__links__link {
  cursor:pointer;
  padding: 12px 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.home__page .section__info__content h3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
  padding-left: 28px;
  position: relative;
}
.home__page .section__info__content 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;
}
.home__page .section__info__content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 50px;
}
.home__page .section__info__content p a {
  color: #006400;
}
.home__page .section__info__content table {
  width: 100%;
  border-collapse: collapse;
}
.home__page .section__info__content table thead {
  background: #e2ffe2;
  border-radius: 20px 20px 0 0;
}
.home__page .section__info__content table thead th {
  padding: 15px 0;
  color: #006400;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  text-align: left;
}
.home__page .section__info__content table tbody tr {
  border-bottom: 1px solid #006400;
}
.home__page .section__info__content table tbody td {
  padding: 25px 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.home__page .section__info__content table tbody td:first-child {
  padding-left: 18px;
  color: #006400;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.home__page .section__info__content table tbody td:nth-child(2) {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}
.home__page .section__info__content table tbody td:last-child {
  color: #848484;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.home__page .section__info__content table tbody td:last-child a {
  color: #006400;
  font-weight: 700;
  position: relative;
}
.home__page .section__info__content 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);
}
.home__page .section__info__content__table {
  border: 1px solid #006400;
  border-radius: 20px;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.home__page .section__info__content__bonus {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
}
.home__page .section__info__content__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;
}
.home__page .section__info__content__spec h5 {
  color: #006400;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
}
.home__page .section__info__content__spec h5.faq {
  padding-left: 30px;
  position: relative;
}
.home__page .section__info__content__spec h5.faq::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/faq_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.home__page .section__info__content__spec p {
  color: #1c1c1c;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
}
.home__page .section__casino {
  background: url(../img/hero_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 65px;
  margin-top: -65px;
}
.home__page .section__casino.wave.inverse::before {
  background: #fff;
}
.home__page .section__casino__content {
  display: flex;
  flex-direction: column;
}
.home__page .section__casino__title {
  margin-bottom: 10px;
}
.home__page .section__casino__text {
  color: #bdbdbd;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.home__page .section__casino__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 80px;
}
.home__page .section__casino__card {
  border-radius: 20px;
  border: 1px solid gold;
  background: linear-gradient(180deg, #32d52e 0, #115210 100%);
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home__page .section__casino__card__top {
  color: gold;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  line-height: normal;
}
.home__page .section__casino__card__title {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
}
.home__page .section__casino__card__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home__page .section__casino__card__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.home__page .section__casino__card__item__img {
  border-radius: 10px;
  border: 1px solid gold;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-right: 12px;
}
.home__page .section__casino__card__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home__page .section__casino__card__item__info {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin-right: 4px;
}
.home__page .section__casino__card__item__info span {
  display: block;
  color: gold;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
.home__page .section__casino__card__item__link {
  border-radius: 75px;
  background: gold;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  color: #715f00;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.home__page .section__casino__card__link {
  margin-top: 10px;
  color: #fff;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.home__page .section__casino__card__link span {
  font-weight: 700;
}
.home__page .section__bonus__card {
	margin-top: 50px;
    border-radius: 20px;
    border: 6px solid gold;
    background: #f8f8f8;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 17px 10px;
}
.home__page .section__bonus__card__img {
  border-radius: 10px;
  border: 1px solid gold;
  width: 75px;
  height: 75px;
  margin-top: -50px;
}
.home__page .section__bonus__card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home__page .section__bonus__card__exc {
  color: #006400;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  margin: 12px 0;
}
.home__page .section__bonus__card__name {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.home__page .section__bonus__card__text {
  text-align: center;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 18px;
}
.home__page .section__bonus__card__labels {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.home__page .section__casino__card__label {
  padding: 4px 16px;
  border-radius: 20px;
  background: #1c1c1c;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: normal;
}
.home__page .section__casino__card__label span {
  font-weight: 800;
}
.home__page .section__casino__card__bonus {
  border-radius: 100px;
  border: 1px solid gold;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  color: #000;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.home__page .section__casino__card__bonus span {
  color: #715f00;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
}
.home__page .section__casino__card__bonus a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__page .section__news {
  background: #1c1c1c;
  padding-bottom: 30px;
}
.home__page .section__news.wave::before {
  background: #1c1c1c;
}
.home__page .section__news__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.home__page .section__news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 50px;
}
.home__page .section__news__item {
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 25px 16px;
  max-width: 360px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%27360%27 height=%27175%27 viewBox=%270 0 360 175%27 fill=%27none%27><path d=%27M0 59.7367C124.329 113.696 213.5 -13.7634 360 1.23664V203.237H0V59.7367Z%27 fill=%27%23E2FFE2%27/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center calc(100% + 70px);
}
.home__page .section__news__item:nth-child(even) {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%27360%27 height=%27175%27 viewBox=%270 0 360 175%27 fill=%27none%27><path d=%27M360 59.7367C235.671 113.696 146.5 -13.7634 0 1.23664V203.237H360V59.7367Z%27 fill=%27%23E2FFE2%27/></svg>");
}
.home__page .section__news__item__img {
  margin-left: -25px;
  margin-right: -25px;
  width: calc(100% + 50px);
}
.home__page .section__news__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.home__page .section__news__item__title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.home__page .section__news__item__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-weight: 800;
  line-height: normal;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin: 0 auto;
}
.home__page .section__news__link {
  color: #fff;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.home__page .section__news__link span {
  font-weight: 700;
}


@media (max-width: 992px) {
 
  .section__faq__body > h2 {
    font-size: 22px;
  }
}

.section__faq {
  padding-top: 50px;
  padding-bottom: 100px;
}
 .section__faq__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 870px;
  margin: 0 auto;
}
 .section__faq__body > h2{
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  padding-left: 28px;
  position: relative;
}
 .section__faq__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;
}
 .section__faq__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section__faq__content__item {
  border-radius: 20px;
  background-color: #e2ffe2;
  -webkit-filter: drop-shadow(-8px 4px 16px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(-8px 4px 16px rgba(0, 0, 0, 0.25));
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.section__faq__content__item[open] .section__faq__content__item__title::before {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
.section__faq__content__item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
}
.section__faq__content__item__title::marker {
  content: none;
}
 .section__faq__content__item__title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  width: 20px;
  height: 20px;
  background: url(../img/faq_green.svg) no-repeat center/contain;
}
.section__faq__content__item__title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 20px;
  height: 20px;
  background: url(../img/faq_arrow.svg) no-repeat center/contain;
  transition: all 0.3 ease;
}
.section__faq__content__item__text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}





@media (max-width: 992px) {
  .home__page .section__hero {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .home__page .section__hero__bar {
    display: none;
  }
  .home__page .section__hero__body {
    padding-top: 5px;
    gap: 12px;
  }
  .home__page .section__hero__text {
    font-size: 16px;
  }
  .home__page .section__hero__links {
    flex-direction: column;
    align-items: center;
  }
  .home__page .section__hero__link {
    max-width: 260px;
  }
  .home__page .section__slots__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .home__page .section__info__body {
    grid-template-columns: 1fr;
  }
  .home__page .section__info__links {
    margin: 0 auto;
    width: 100%;
  }
  .home__page .section__info__content h3 {
    font-size: 22px;
  }
  .home__page .section__info__content table thead th {
    font-size: 18px;
    padding: 12px 0;
  }
  .home__page .section__info__content table tbody td:first-child {
    font-size: 14px;
  }
  .home__page .section__info__content table tbody td:nth-child(2) {
    font-size: 14px;
  }
  .home__page .section__info__content table tbody td:last-child {
    font-size: 14px;
  }
  .home__page .section__info__content table tbody td {
    font-size: 14px;
  }
  .home__page .section__info__content__table {
    overflow-x: scroll;
  }
  .home__page .section__casino__cards {
    grid-template-columns: 1fr;
    gap: 25px;
    justify-items: center;
  }
  .home__page .section__casino__card {
    max-width: 360px;
  }
  .home__page .section__bonus__card {
    max-width: 360px;
  }
  .home__page .section__news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .home__page .section__hero__bg {
    max-height: none;
  }
  .home__page .section__how__list {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .home__page .section__how__item {
    margin: 0;
  }
  .home__page .section__recommended__slider {
    margin-top: 10px;
    margin-right: -15px;
  }
  .home__page .section__recommended__link {
    margin: 0 auto;
  }
  .home__page .section__best__text {
    text-align: center;
  }
  .home__page .section__best__slider {
    margin-right: -15px;
  }
  .home__page .section__best__link {
    margin: 0 auto;
  }
  .home__page .section__slots__filters {
    flex-direction: column;
  }
  .home__page .section__slots__link {
    margin: 0 auto;
  }
  .home__page .section__news__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .home__page .section__news__link {
    margin: 0 auto;
  }
}
@media (max-width: 660px) {
  .home__page .section__slots__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (any-hover: hover) {
  .home__page .section__slots__item:hover .section__slots__item__img {
    position: relative;
  }
  .home__page .section__slots__item:hover .section__slots__item__img::after,
  .home__page .section__slots__item:hover .section__slots__item__img::before {
    opacity: 1;
  }
  .home__page .section__info__links__link:hover {
    background: #006400;
  }
  .home__page .section__info__content p a:hover {
    text-decoration: underline;
  }
  .home__page .section__info__content table tbody td:last-child a:hover {
    text-decoration: underline;
  }
}
