.casinos__page .section__hero__casinos {
  background-image: url(../img/hero_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.casinos__page .section__hero__casinos__container {
  position: relative;
}

.section__hero__casinos__bg {
	z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: rgba(0,0,0,0.5); 
}

.casinos__page .section__hero__casinos__body {
  padding-top: 94px;
  padding-bottom: 140px;
  width: 100%;
}
.casinos__page .section__hero__casinos__content {
  padding-top: 10px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.wave::before{
  z-index: 15 !important;
}
.casinos__page .section__hero__casinos__desc {
  color: gold;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
  margin: 20px auto 12px;
  text-align: center;
}
.casinos__page .section__hero__casinos__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;
  max-width: 750px;
  margin: 0 auto 36px;
}
.casinos__page .section__hero__casinos__text {
  color: #ccc;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  max-width: 670px;
  margin: 0 auto;
}
.casinos__page .section__casinos {
  padding-top: 12px;
  padding-bottom: 140px;
  background-color: #1c1c1c;
}
.casinos__page .section__casinos.wave::before {
  background-color: #1c1c1c;
}
.casinos__page .section__casinos__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.casinos__page .section__casinos__title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
}
.casinos__page .section__casinos__top {
  color: gold;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
}
.casinos__page .section__casinos__top__items {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  position: relative;
}
.casinos__page .section__casinos__top__item {
  max-width: 360px;
  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: 4px 4px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.casinos__page .casino_num {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #006400;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
}
.casinos__page .section__casinos__top__item__img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
}
.casinos__page .section__casinos__top__item__img img {
	border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.casinos__page .section__casinos__top__item__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 10px;
}
.casinos__page .section__casinos__top__item__title {
  color: gold;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.casinos__page .section__casinos__top__item__text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: normal;
}
.casinos__page .casino_labels {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.casinos__page .casino_label {
  width: 100%;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  color: #fff;
  text-align: center;
  line-height: normal;
  border-radius: 20px;
  background: #1c1c1c;
  padding: 5px;
}
.casinos__page .casino_label span {
  display: block;
  font-weight: 800;
}
.casinos__page .casino_payments {
  display: flex;
  gap: 3px;
  align-items: center;
}
.casinos__page .casino_payments img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.casinos__page .casino_payments_more {
  background-color: #fff;
  border: 1px solid #20901e;
  border-radius: 50%;
  padding: 3px;
  color: #20901e;
  text-align: center;
  font-size: 6px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  text-decoration: underline;
}
.casinos__page .section__casinos__top__item__rank {
  color: gold;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin: 12px auto 8px;
}
.casinos__page .casino_btns {
  width: 100%;
  display: flex;
  gap: 6px;
}
.casinos__page .casino_btns_link {
  border-radius: 100px;
  background: gold;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 20px;
  color: #715f00;
  text-align: center;
  font-weight: 800;
  line-height: normal;
}
.casinos__page .casino_btns_btn {
  border-radius: 100px;
  background-color: #fff;
  color: #797979;
  text-align: center;
  font-weight: 800;
  line-height: normal;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 20px;
  transition: background-color 0.3s ease;
}
.casinos__page .casino_btns_btn .close {
  display: none;
}
.casinos__page .casino_btns_btn.active .open {
  display: none;
}
.casinos__page .casino_btns_btn.active .close {
  display: block;
}
.casinos__page .section__casinos__sort__select {
  margin-right: auto;
  margin-top: 30px;
  display: flex;
  gap: 6px;
  position: relative;
}
.casinos__page .section__casinos__sort__select.active {
  border-radius: 10px 10px 0 0;
}
.casinos__page .section__casinos__sort__select.active .section__casinos__sort__select__current img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.casinos__page .section__casinos__sort__select.active .section__casinos__sort__select__body {
  display: flex;
  border-radius: 0 0 10px 10px;
}
.casinos__page .section__casinos__sort__select__title {
  color: #fff;
  font-weight: 500;
  line-height: normal;
}
.casinos__page .section__casinos__sort__select__current {
  color: gold;
  font-weight: 800;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.casinos__page .section__casinos__sort__select__current img {
  transition: all 0.3s ease;
}
.casinos__page .section__casinos__sort__select__body {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  border: 1px solid #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  padding: 6px;
  display: none;
  flex-direction: column;
  gap: 6px;
}
.casinos__page .section__casinos__sort__select__item {
  color: gold;
  line-height: normal;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}
.casinos__page .section__casinos__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.casinos__page .section__casinos__list__item {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #fff;
  background: #e2ffe2;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.casinos__page .section__casinos__list__item.hide {
  display: none;
}
.casinos__page .section__casinos__list__item__num {
  top: 50%;
  left: -12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.casinos__page .section__casinos__list__item__img {
  width: 100%;
  height: 100%;
  max-width: 130px;
  display: flex;
}
.casinos__page .section__casinos__list__item__img img {
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.casinos__page .section__casinos__list__item__content {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 360px;
}
.casinos__page .section__casinos__list__item__title {
  color: #115310;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.casinos__page .section__casinos__list__item__text {
  color: #3f3f3f;
  font-size: 16px;
  line-height: normal;
}
.casinos__page .section__casinos__list__item__rank {
  color: #115310;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.casinos__page .section__casinos__list__item__labels {
  margin: 0 50px;
  min-width: 330px;
  gap: 12px;
}
.casinos__page .section__casinos__list__item__btns {
  flex-direction: column;
  max-width: 200px;
}
.casinos__page .section__casinos__list__btn {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.casinos__page .loader {
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #fff;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.casinos__page .section__casinos__category {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.casinos__page .section__casinos__category__title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}
.casinos__page .section__casinos__category__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  justify-items: center;
}
.casinos__page .section__casinos__category__list__item {
  width: 100%;
  max-width: 266px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: #e2ffe2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
}
.casinos__page .section__casinos__category__list__item__img {
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  width: 60px;
  height: 60px;
}
.casinos__page .section__casinos__category__list__item__title {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.casinos__page .section__casinos__info {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 140px;
}
.casinos__page .section__casinos__info.wave::before {
  background-color: #fff;
}
.casinos__page .section__casinos__info__body h3 {
  max-width: 620px;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
  padding-left: 28px;
  position: relative;
}
.casinos__page .section__casinos__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;
}
.casinos__page .section__casinos__info__body p {
  max-width: 870px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 30px;
}
.casinos__page .section__casinos__info__body p a {
  color: #006400;
}
.casinos__page .section__casinos__info__cont {
  max-width: 870px;
  margin: 0 auto;
}
.casinos__page .section__casinos__info__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: 0 auto;
  margin-bottom: 50px;
}
.casinos__page .section__casinos__info__spec h5 {
  color: #006400;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
}
.casinos__page .section__casinos__info__spec p {
  color: #1c1c1c;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
}
.casinos__page .section__casinos__info__content {
  display: grid;
  grid-template-columns: 340px auto;
  align-items: start;
  gap: 35px;
}
.casinos__page .section__casinos__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;
}
.casinos__page .section__casinos__info__links__title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.casinos__page .section__casinos__info__links__link {
  padding: 12px 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.casinos__page .section__casinos__info__content__bonus {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
}
.casinos__page .casinos__details {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    z-index: 1;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    max-height: 0;
    transition: padding 0.3s ease, opacity 0.2s ease, max-height 0.6s ease;
    overflow: hidden;
}
.casinos__page .casinos__details > div {
  width: 100%;
  max-width: 380px;
}
.casinos__page .casinos__details__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.casinos__page .casinos__details__list.green_list .casinos__details__list__title {
  color: #006400;
}
.casinos__page .casinos__details__list.green_list ul li::before {
  background-color: #006400;
}
.casinos__page .casinos__details__list.red_list .casinos__details__list__title {
  color: #b21b00;
}
.casinos__page .casinos__details__list.red_list ul li::before {
  background-color: #b21b00;
}
.casinos__page .casinos__details__list ul {
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 20px;
}
.casinos__page .casinos__details__list ul li {
  position: relative;
}
.casinos__page .casinos__details__list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.casinos__page .casinos__details__list__title {
  font-weight: 800;
  line-height: normal;
}
.casinos__page .casinos__details__rates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.casinos__page .casinos__details__rates__big__rate {
  grid-column: 1/3;
  border-radius: 20px;
  background: #e2ffe2;
  padding: 6px;
}
.casinos__page .casinos__details__rates__big__rate span {
  display: inline-flex;
  color: gold;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding: 10px 20px;
  border-radius: 20px;
  background: #006400;
}
.casinos__page .casinos__details__rates__item__rate {
  display: flex;
  align-items: center;
  gap: 12px;
}
.casinos__page .casinos__details__rates__item__rate__num {
  width: 92px;
  border-radius: 20px;
  background: #e2ffe2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: gold;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
.casinos__page .casinos__details__rates__item__rate__num span {
  display: block;
  position: relative;
  z-index: 1;
}
.casinos__page .casinos__details__rates__item__rate__num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #006400;
}
.casinos__page .casinos__details__rates__item__rate__num.w0::before {
  width: 0%;
}
.casinos__page .casinos__details__rates__item__rate__num.w10::before {
  width: 10%;
}
.casinos__page .casinos__details__rates__item__rate__num.w20::before {
  width: 20%;
}
.casinos__page .casinos__details__rates__item__rate__num.w30::before {
  width: 30%;
}
.casinos__page .casinos__details__rates__item__rate__num.w40::before {
  width: 40%;
}
.casinos__page .casinos__details__rates__item__rate__num.w50::before {
  width: 50%;
}
.casinos__page .casinos__details__rates__item__rate__num.w60::before {
  width: 60%;
}
.casinos__page .casinos__details__rates__item__rate__num.w70::before {
  width: 70%;
}
.casinos__page .casinos__details__rates__item__rate__num.w80::before {
  width: 80%;
}
.casinos__page .casinos__details__rates__item__rate__num.w90::before {
  width: 90%;
}
.casinos__page .casinos__details__rates__item__rate__num.w100::before {
  width: 100%;
}
.casinos__page .casinos__details__rates__item__rate__info {
  display: flex;
  flex-direction: column;
}
.casinos__page .casinos__details__rates__item__rate__info__title {
  font-weight: 700;
  line-height: normal;
}
.casinos__page .casinos__details__rates__item__rate__info__text {
  color: #666;
  font-weight: 500;
  line-height: normal;
}
.casinos__page .casinos__item.active .open {
  display: none;
}
.casinos__page .casinos__item.active .close {
  display: block;
}
.casinos__page .casinos__item.active .casinos__details {
  pointer-events: all;
  opacity: 100;
  max-height: 1000px;
}
.casinos__page .casinos__unlock {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid gold;
  background: linear-gradient(90deg, #ffa238 0, #ffd447 45.19%, #ffc23d 100%);
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding-right: 28px;
}
.casinos__page .casinos__unlock__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 115px;
  max-height: 115px;
}
.casinos__page .casinos__unlock__content {
  padding: 20px 0;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.casinos__page .casinos__unlock__content__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}
.casinos__page .casinos__unlock__content__text {
  color: #006400;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}
.casinos__page .casinos__unlock__form {
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 480px;
  border-radius: 52px;
  background: #fff;
  padding: 4px;
  padding-left: 24px;
}
.casinos__page .casinos__unlock__form__input {
  outline: 0;
  font-weight: 600;
}
.casinos__page .casinos__unlock__form__btn {
  border-radius: 100px;
  background: #006400;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 34px;
  color: #fff;
  font-weight: 800;
  line-height: normal;
  transition: all 0.3s ease;
}
@media (min-width: 993px) {
  .casinos__page .casinos__item.active.section__casinos__top__item .casino_btns_btn {
    position: relative;
  }
  .casinos__page .casinos__item.active.section__casinos__top__item .casino_btns_btn::before {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 21px solid rgba(255, 255, 255, 0.9);
  }
  .casinos__page .casinos__item.active.section__casinos__list__item .casino_btns_btn {
    position: relative;
  }
  .casinos__page .casinos__item.active.section__casinos__list__item .casino_btns_btn::before {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 15px solid rgba(255, 255, 255, 0.9);
  }
}
@media (max-width: 992px) {
  .casinos__page .section__hero__casinos__title {
    font-size: 22px;
  }
  .casinos__page .section__casinos__top__items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .casinos__page .section__casinos__top__item {
    padding-bottom: 39px;
    width: 100%;
    position: relative;
  }
  .casinos__page .casino_btns_link {
    margin-bottom: 6px;
  }
  .casinos__page .casino_btns_btn {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .casinos__page .section__casinos__list {
    align-items: center;
  }
  .casinos__page .section__casinos__list__item {
    flex-direction: column;
    padding: 4px 4px 39px;
    gap: 10px;
    max-width: 360px;
  }
  .casinos__page .section__casinos__list__item__num {
    top: 12px;
    left: 12px;
    -webkit-transform: none;
    transform: none;
  }
  .casinos__page .section__casinos__list__item__img {
    max-width: none;
    max-height: 170px;
  }
  .casinos__page .section__casinos__list__item__content {
    padding-left: 0;
    text-align: center;
    gap: 10px;
  }
  .casinos__page .section__casinos__list__item__title {
    font-size: 14px;
  }
  .casinos__page .section__casinos__list__item__text {
    font-size: 12px;
  }
  .casinos__page .section__casinos__list__item__labels {
    margin: 0;
    gap: 0;
    justify-content: space-between;
    min-width: auto;
  }
  .casinos__page .section__casinos__list__item__btns {
    max-width: none;
  }
  .casinos__page .section__casinos__list__item__btn {
    border-radius: 0 0 20px 20px;
    font-size: 12px;
    padding: 12px;
  }
  .casinos__page .section__casinos__top__item__btns {
    flex-direction: column;
  }
  .casinos__page .section__casinos__top__item__btn {
    border-radius: 0 0 20px 20px;
    font-size: 12px;
    padding: 12px;
  }
  .casinos__page .section__casinos__category__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .casinos__page .section__casinos__info__body h3 {
    font-size: 22px;
  }
  .casinos__page .section__casinos__info__content {
    grid-template-columns: 1fr;
  }
  .casinos__page .section__casinos__info__links {
    margin: 0 auto;
    width: 100%;
  }
  .casinos__page .casinos__details {
    margin-left: -4px;
    margin-right: -4px;
    position: static;
    grid-template-columns: 1fr;
    width: calc(100% + 8px);
    max-width: 360px;
    background-color: #fff;
    padding: 0 4px;
    border-radius: 0;
  }
  .casinos__page .casinos__details__list {
    border-radius: 20px;
    background-color: #e2ffe2;
    padding: 14px 10px;
  }
  .casinos__page .casinos__details__rates__item__rate {
    flex-wrap: wrap;
    justify-content: center;
  }
  .casinos__page .casinos__item.active .casino_btns_btn {
    background-color: #d9d9d9;
  }
  .casinos__page .casinos__item.active .casinos__details {
    padding: 20px 4px;
  }
  .casinos__page .casinos__unlock {
    flex-direction: column;
    gap: 12px;
    padding-right: 0;
    padding-bottom: 24px;
  }
  .casinos__page .casinos__unlock__img {
    max-width: none;
    max-height: 200px;
  }
  .casinos__page .casinos__unlock__content {
    padding: 0 24px;
    gap: 12px;
  }
  .casinos__page .casinos__unlock__content__title {
    text-align: center;
    font-size: 20px;
  }
  .casinos__page .casinos__unlock__content__text {
    text-align: center;
    font-size: 16px;
  }
  .casinos__page .casinos__unlock__form {
    margin-top: 16px;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0 24px;
    gap: 20px;
  }
  .casinos__page .casinos__unlock__form__input {
    border-radius: 52px;
    background: #fff;
    padding: 22px;
  }
}
@media (max-width: 768px) {
  .casinos__page .section__casinos__title {
    font-size: 22px;
  }
  .casinos__page .section__casinos__top {
    font-size: 20px;
  }
  .casinos__page .section__casinos__top__item__title {
    font-size: 14px;
  }
  .casinos__page .section__casinos__top__item__text {
    font-size: 12px;
  }
  .casinos__page .casino_label {
    font-size: 13px;
  }
  .casinos__page .section__casinos__top__item__rank {
    font-size: 14px;
    margin: 0 auto;
  }
  .casinos__page .section__casinos__info {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
@media (max-width: 660px) {
  .casinos__page .section__casinos__category__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (any-hover: hover) {
  .casinos__page .section__casinos__sort__select__item:hover {
    font-weight: 800;
    text-decoration: underline;
  }
  .casinos__page .section__casinos__info__body p a:hover {
    text-decoration: underline;
  }
  .casinos__page .section__casinos__info__links__link:hover {
    background: #006400;
  }
  .casinos__page .casinos__unlock__form__btn:hover {
    background: gold;
  }
}


@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%;
}
