.cat__top {
  position: relative;
  border-radius: 2px;
  border: solid 1px #f0f3f7;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 100px;
  margin-bottom: 15px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
}
.cat__top-menu {
  padding: 20px;
  height: 100%;
  width: 100%;
}
.cat__title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 17px;
  margin-top: 0;
}
.cat__top .cat__top-menu-list {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  height: 32px;
  align-items: flex-start;
  padding-inline-start: 0;
  margin: 0;
}
.cat__top-menu-list-item {
  display: flex;
  font-size: 12px;
  font-weight: 500;
  margin-right: 30px;
  text-transform: uppercase;
  white-space: nowrap;
}
.cat__top-menu-list-item a {
  color: #595959;
}
.side-right .cat__top-menu-list-item._active {
  font-weight: bold;
  color: #333;
  position: relative;
}
.cat__top-menu-list-item._active:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: -10px;
  background-color: #e7331f;
  height: 2px;
  width: calc(100% + 20px);
  border-radius: 1px;
  box-shadow: 0 1px 4px 0 rgba(231, 51, 31, 0.43);
}

.casino-rating {
  margin-bottom: 20px;
}
.casino-rating__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding-right: 20px;
  border: 1px solid #f0f3f7;
  margin-bottom: 15px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
  background-color: #fff;
}
.casino-rating__one,
.casino-rating__two,
.casino-rating__br,
.casino-rating__play {
  display: flex;
}
.casino-rating__one {
  align-items: center;
}
.casino-rating__main {
  display: flex;
  align-items: center;
}
.casino-rating__place {
  display: flex;
  justify-content: center;
  min-width: 49px;
  height: fit-content;
  font-size: 20px;
  font-weight: bold;
  border-right: 1px solid #efefef;
  margin-right: 15px;
  padding-left: 5px;
  color: #333;
}
.casino-rating__one img {
  width: 120px;
  min-width: 120px;
  border-radius: 4px;
}
.casino-rating__brand {
  margin-left: 10px;
  height: fit-content;
  line-height: 1.14;
  color: #595959;
  font-size: 13px;
  font-weight: 500;
}
.casino-rating__bonus {
  display: flex;
  min-width: 240px;
}
.casino-rating__bonus-body {
  display: flex;
  line-height: initial;
  min-width: 165px;
  padding: 0 10px;
  height: 30px;
  font-size: 14px;
  color: #595959;
  background: #f2f3f7;
  border: 1px solid #efefef;
  border-radius: 15px;
  align-items: center;
}
.casino-rating__bonus-body span {
  font-weight: 700;
}
.casino-rating__rating {
  display: flex;
  align-items: center;
  height: 30px;
  margin: 0 20px 0 10px;
}
.casino-rating__rating .points-stars .stars {
  margin-bottom: 0;
}
.casino-rating__rating-img {
  width: 16px;
  margin-right: 5px;
  height: 16px;
}
.casino-rating__rating span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.casino-rating__review,
.casino-rating__link,
.casino-rating__reg,
.casino-review__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 30px;
  font-size: 12px;
  border-radius: 4px;
  text-transform: capitalize;
}
.casino-review__button:hover,
.casino-rating__reg:hover,
.casino-rating__link:hover,
.top-casinos__play:hover,
.card-bonus__play:hover,
.btn_bonus_page:hover {
  -webkit-filter: brightness(1.18);
  filter: brightness(1.18);
  color: #fff;
}
.casino-review__button {
  font-weight: 500;
  min-width: 130px;
  height: 35px;
  font-size: 13px;
  background-color: #fe284a;
  color: #fff;
}
.casino-rating__reg {
  width: 120px;
  background-color: #2ecc71;
  color: #fff;
  margin-right: 10px;
}
.casino-rating__review {
  border: 1px solid #dedede;
  color: #848d96;
  margin-right: 10px;
}
.casino-rating__link {
  background-color: #fe284a;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .casino-rating__container {
    height: 100px;
    padding: 5px 20px 5px 0;
    border-radius: 4px;
    position: relative;
    align-items: flex-start;
  }
  .casino-rating__one {
    align-items: flex-start;
    flex-direction: column;
  }
  .casino-rating__brand {
    margin-left: 20px;
    width: initial;
    display: none;
  }
  .casino-rating__bonus-body {
    align-items: center;
  }
  .casino-rating__main,
  .casino-rating__two {
    align-items: center;
    min-height: 35px;
  }
  .casino-rating__two {
    flex-direction: column-reverse;
  }
  .casino-rating__br {
    position: absolute;
    justify-content: space-between;
    left: 0;
    right: 0;
    bottom: 9px;
    padding: 0 20px;
  }
  .casino-rating__br:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f0f3f7;
    left: 0;
    bottom: 39px;
  }
}
@media screen and (max-width: 799px) {
  .casino-rating__reg-link {
    display: none;
  }
  .bonus-block__details {
    grid-template-columns: repeat(2, 1fr);
  }
}

.top-casinos,
.casino-block {
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #f0f3f7;
  border-radius: 2px;
}
.top-casinos__item {
  padding: 8px 10px;
  border-top: 1px solid #f0f3f7;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.top-casinos__logo {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.top-casinos__wrap {
  flex-grow: 1;
}
.top-casinos__brand {
  font-weight: 500;
  line-height: 1;
}
.top-casinos__bonus {
  color: #999;
  font-size: 11px;
}
.top-casinos__play {
  color: #fff;
  width: 80px;
  height: 30px;
  background: #2396f7;
  border-radius: 4px;
  text-align: -webkit-center;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  text-decoration: none;
}
.casino-block__rating a {
  border-top: 1px solid #f0f3f7;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
}
.casino-block__rating a:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  background-color: #0c0f1d;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.cbr-lic a:before {
  background: #fff url(https://rating-casino.ru/uploads/icon/lic.png);
}
.casino-block__rating a:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: auto;
  background: #fff url(https://rating-casino.ru/uploads/icon/black-arrow.png);
}
.top-casinos__name,
.casino-block__name {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  padding: 10px 15px;
}
.posts-block {
  margin: 0 0 16px;
}
.posts-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.posts-block__item {
  width: 25%;
  padding: 0 5px;
  margin: 0 0 10px;
}
.card-article {
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease;
  border-radius: 2px;
  border: 1px solid #f0f3f7;
  height: 100%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
  background: #fff;
}
.card-article__item-img {
  margin-bottom: 5px;
}
.section__img_bg {
  height: 130px;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.section__img {
  height: 100%;
}
.section__img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.card-article__content {
  min-height: 122px;
  overflow: hidden;
}
.card-article__name {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: #595959;
  white-space: pre-line;
  word-wrap: break-word;
  padding: 10px;
}
.card-article__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: auto;
  border-top: 1px solid #f0f3f7;
  padding: 5px 10px;
}
.section__type,
.section__date {
  font-size: 12px;
  color: #999;
}
@media screen and (max-width: 630px) {
  .casino-rating__container {
    padding: 6px 0 0 0;
  }
  .casino-rating__one,
  .casino-rating__two {
    width: 100%;
  }
  .casino-rating__play,
  .casino-rating__main {
    width: 100%;
  }
  .casino-rating__place {
    justify-content: flex-start;
    padding-left: 12px;
    font-size: 20px;
    font-weight: 500;
    min-width: 40px;
  }
  .casino-rating__one img {
    width: 100px;
    min-width: 100px;
  }
  .casino-rating__play,
  .casino-rating__br {
    padding: 0 8px;
  }
  .casino-rating__play {
    justify-content: flex-end;
  }
  .casino-rating__wrap .tabs-info .tab-area .content-tab {
    padding: 0 8px;
  }
}
@media screen and (max-width: 499px) {
  .casino-rating__review,
  .casino-rating__link {
    width: 60px;
  }
  .casino-rating__container .points-stars .stars {
    display: none;
  }
}
@media screen and (max-width: 340px) {
  .casino-rating__review,
  .casino-rating__rating {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .posts-block__item {
    width: 50%;
  }
  .casino-rating__rating {
    margin: 0 0 0 10px;
  }
  .card-bonus__name {
    min-height: 50px;
  }
}
@media screen and (max-width: 490px) {
  .posts-block__item {
    width: 100%;
  }
}
.casino-review__wrapper {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
  border: 1px solid #f0f3f7;
  border-radius: 2px;
  margin-bottom: 15px;
}
.casino-review__wrap {
  display: flex;
  border-bottom: 1px solid #f0f3f7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.casino-review__logo {
  width: 104px;
  height: 104px;
  border-radius: 4px;
  margin-right: 15px;
}
.casino-review {
  display: flex;
  flex-direction: column;
}
.casino-review__title {
  margin-bottom: 3px;
}
.side-right .casino-review__title .title-casino-review {
  font-size: 22px;
  margin: 0;
  padding: 0;
  color: #333333;
  font-weight: 700;
  line-height: initial;
}
.casino-review__list {
  display: flex;
  justify-content: flex-start;
  margin-top: auto;
}
.casino-review__list-content {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
}
.casino-review__list-content a {
  text-decoration: underline;
}
.casino-review__list-title {
  color: #999;
  font-size: 12px;
}
.casino-review__list-text {
  color: #000;
  font-size: 14px;
}
.casino-review__list-item {
  padding: 0 20px;
  align-items: flex-start;
  flex-grow: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
.casino-review__list-item:first-child {
  padding-left: 0;
}
.casino-review__list-item:last-child:after {
  display: none;
}
.casino-review__list-item:after {
  content: "";
  height: 24px;
  width: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
.casino-review__promo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.casino-review__bonus {
  display: flex;
  flex-direction: column;
}
.casino-review__bonus-title {
  font-size: 16px;
  font-weight: 700;
}
.casino-review__bonus-text {
  font-size: 12px;
  color: #999;
}
@media (max-width: 599px) {
  .cat__top {
    height: auto;
  }
  .casino-review__wrap,
  .casino-review__promo {
    flex-direction: column;
    align-items: center;
  }
  .casino-review__wrap,
  .casino-review__promo {
    flex-direction: column;
    align-items: center;
  }
  .casino-review__logo {
    width: 104px;
    height: 104px;
    border-radius: 2px;
    margin: 0 0 15px;
  }
  .casino-review__list {
    justify-content: center;
  }
  .casino-review__title,
  .casino-review__bonus {
    margin-bottom: 15px;
    text-align: center;
  }
  .casino-rating__rating .points-stars {
    margin: 0;
  }
  .casino-review__btn,
  .casino-review__button {
    width: 100%;
  }

  .casino-review__list-item {
    padding: 0 10px;
  }
  .points-stars {
    margin-bottom: 15px;
    justify-content: center;
  }
}
.points-stars {
  display: flex;
  align-items: center;
}
.stars {
  display: flex;
  margin-right: 7px;
}
.casino-review .points-stars .icon-star {
  margin-right: 4px;
  transform: scale(1.18);
}
.points-stars .reviews {
  color: #255ced;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-left: 20px;
}
.points-stars .stars {
  margin-bottom: 3px;
}
.points-stars .icon-star {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNScgZmlsbD0nbm9uZSc+PHBhdGggZmlsbD0nI0ZFREIwRCcgZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNOCAuNjkzYS42NC42NCAwIDAgMSAuNTc0LjM1N2wxLjkxMSAzLjg3MiA0LjI3NC42MjVhLjY0LjY0IDAgMCAxIC4zNTQgMS4wOTFMMTIuMDIxIDkuNjVsLjczIDQuMjU1YS42NC42NCAwIDAgMS0uOTI5LjY3NUw4IDEyLjU3bC0zLjgyMiAyLjAxYS42NC42NCAwIDAgMS0uOTI5LS42NzVsLjczLTQuMjU1TC44ODcgNi42MzhhLjY0LjY0IDAgMCAxIC4zNTQtMS4wOTFsNC4yNzQtLjYyNUw3LjQyNiAxLjA1QS42NC42NCAwIDAgMSA4IC42OTNaJyBjbGlwLXJ1bGU9J2V2ZW5vZGQnLz48L3N2Zz4=);
  display: block;
  height: 15px;
  margin-right: 1px;
  width: 16px;
}
.points-stars .icon-star.half {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgZmlsbD0nbm9uZSc+PHBhdGggZmlsbD0nIzYzNzA5MycgZmlsbC1vcGFjaXR5PScuMycgZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNOCAuNjkzYS42NC42NCAwIDAgMSAuNTc0LjM1N2wxLjkxMSAzLjg3MiA0LjI3NC42MjVhLjY0LjY0IDAgMCAxIC4zNTQgMS4wOTFMMTIuMDIxIDkuNjVsLjczIDQuMjU1YS42NC42NCAwIDAgMS0uOTI5LjY3NUw4IDEyLjU3bC0zLjgyMiAyLjAxYS42NC42NCAwIDAgMS0uOTI5LS42NzVsLjczLTQuMjU1TC44ODcgNi42MzhhLjY0LjY0IDAgMCAxIC4zNTQtMS4wOTFsNC4yNzQtLjYyNUw3LjQyNiAxLjA1QS42NC42NCAwIDAgMSA4IC42OTNaJyBjbGlwLXJ1bGU9J2V2ZW5vZGQnLz48L3N2Zz4=);
  color: rgba(132, 148, 180, 0.2);
  position: relative;
}
.points-stars .icon-star.half:after {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNScgZmlsbD0nbm9uZSc+PHBhdGggZmlsbD0nI0ZFREIwRCcgZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNOCAuNjkzYS42NC42NCAwIDAgMSAuNTc0LjM1N2wxLjkxMSAzLjg3MiA0LjI3NC42MjVhLjY0LjY0IDAgMCAxIC4zNTQgMS4wOTFMMTIuMDIxIDkuNjVsLjczIDQuMjU1YS42NC42NCAwIDAgMS0uOTI5LjY3NUw4IDEyLjU3bC0zLjgyMiAyLjAxYS42NC42NCAwIDAgMS0uOTI5LS42NzVsLjczLTQuMjU1TC44ODcgNi42MzhhLjY0LjY0IDAgMCAxIC4zNTQtMS4wOTFsNC4yNzQtLjYyNUw3LjQyNiAxLjA1QS42NC42NCAwIDAgMSA4IC42OTNaJyBjbGlwLXJ1bGU9J2V2ZW5vZGQnLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
}
.points-stars .icon-star.half.half-1:after {
  width: 10%;
}
.points-stars .icon-star.half.half-2:after {
  width: 20%;
}
.points-stars .icon-star.half.half-3:after {
  width: 30%;
}
.points-stars .icon-star.half.half-4:after {
  width: 40%;
}
.points-stars .icon-star.half.half-5:after {
  width: 50%;
}
.points-stars .icon-star.half.half-6:after {
  width: 60%;
}
.points-stars .icon-star.half.half-7:after {
  width: 70%;
}
.points-stars .icon-star.half.half-8:after {
  width: 80%;
}
.points-stars .icon-star.half.half-9:after {
  width: 90%;
}
.points-stars .icon-star:last-of-type {
  margin-right: 0;
}
.points-stars .casino-grade {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.points-stars .max-grade {
  color: #999;
  font-size: 12px;
}
.points-stars .empty {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgZmlsbD0nbm9uZSc+PHBhdGggZmlsbD0nIzYzNzA5MycgZmlsbC1vcGFjaXR5PScuMycgZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNOCAuNjkzYS42NC42NCAwIDAgMSAuNTc0LjM1N2wxLjkxMSAzLjg3MiA0LjI3NC42MjVhLjY0LjY0IDAgMCAxIC4zNTQgMS4wOTFMMTIuMDIxIDkuNjVsLjczIDQuMjU1YS42NC42NCAwIDAgMS0uOTI5LjY3NUw4IDEyLjU3bC0zLjgyMiAyLjAxYS42NC42NCAwIDAgMS0uOTI5LS42NzVsLjczLTQuMjU1TC44ODcgNi42MzhhLjY0LjY0IDAgMCAxIC4zNTQtMS4wOTFsNC4yNzQtLjYyNUw3LjQyNiAxLjA1QS42NC42NCAwIDAgMSA4IC42OTNaJyBjbGlwLXJ1bGU9J2V2ZW5vZGQnLz48L3N2Zz4=);
}
.review-block {
  padding: 0 15px;
  background: #fff;
  border: 1px solid #f0f3f7;
  border-radius: 2px;
  margin-bottom: 15px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
}
.block-title {
  padding: 15px 0;
  border-bottom: 1px solid #f0f3f7;
}
.side-right .review-block .title-h2,
.side-right .casino-details .title-h2 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  line-height: initial;
  margin: 0;
}
.block-content {
  padding: 10px 0 7px;
}
.block-content__site-list {
  display: flex;
  flex-direction: column;
}
.block-content__site-item {
  display: flex;
  padding-bottom: 0;
  border-bottom: 0 !important;
  margin-bottom: 10px;
}
.block-content__site-item-label {
  flex-shrink: 0;
  min-width: 220px;
  margin-right: 15px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #333;
}
.block-content__site-item-value {
  color: #494f6a;
  font-size: 14px;
}
.review-сontent {
  column-count: 3;
}
.review-сontent a {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
  max-width: max-content;
  border-bottom: none;
}
@media screen and (max-width: 950px) {
  .review-сontent {
    column-count: 2;
  }
}
@media screen and (max-width: 499px) {
  .review-сontent {
    column-count: 1;
  }
  .block-content__site-item {
    display: block;
  }
}
.casino__faq {
  background: #fff;
}
.faq {
  margin-bottom: 10px;
}
.faq__item {
  padding: 5px 0;
}
.faq__item:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.faq__item--open {
  background-color: #fff;
}
.faq__item--open .faq__item-question:after {
  transform: rotate(180deg);
}
.faq__item--open .faq__item-answer {
  display: block;
  margin-top: 15px;
}
.faq__item-question {
  display: flex;
  position: relative;
  padding-right: 35px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}
.faq__item-question h3 {
  font-size: inherit;
  line-height: inherit;
}
.faq__item-question:after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.faq__item-question:after {
  position: absolute;
  right: 5px;
  margin-left: auto;
  background-image: url(/up.svg);
}
.faq__item-answer {
  display: none;
  padding-right: 35px;
}
.faq__item-answer p {
  margin-bottom: 0;
}
.side-right .article-area .casino__faq p {
  line-height: 1.75;
  margin: 0px 0 5px;
}
.review-content {
  column-count: 3;
  background: #fff;
  padding: 5px 0;
}
.review-content a {
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
  max-width: max-content;
  border-bottom: none;
}
@media screen and (max-width: 1099px) {
  .review-content {
    column-count: 2;
  }
}
@media screen and (max-width: 599px) {
  .review-content {
    column-count: 1;
  }
}
.side-right .scroll_table {
  overflow-x: auto;
}
.side-right table {
  margin-bottom: 20px;
  border-radius: 4px;
}
.side-right table tbody td {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
table tr:first-child {
  font-weight: 700;
  background: rgba(0, 0, 0, 0.03);
}
.side-right table td,
.side-right table th {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 20px;
}
.side-right .table-vavada {
  background-color: #161626;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}
.side-right .table-vavada td {
  border-bottom: 1px solid #252536;
}
.review-characterictics {
  display: flex;
  flex-wrap: nowrap;
  padding: 15px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #f0f3f7;
  border-radius: 2px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
  margin-bottom: 15px;
}
.side-right .review-characterictics li {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.4;
  color: #494f6a;
}
.review-characterictics__col-1,
.review-characterictics__col-2 {
  width: 32%;
  margin-right: 2%;
}
.review-characterictics__col-3 {
  width: 32%;
}
.review-characterictics__heading {
  font-weight: 500;
  color: #333;
}
.review-characterictics__text {
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 899px) {
  .review-characterictics {
    flex-direction: column;
  }
  .review-characterictics__col-1,
  .review-characterictics__col-2,
  .review-characterictics__col-3 {
    width: 100%;
  }
}
.casino-bonuses__card {
  display: flex;
  flex-direction: column;
  padding: 25px 15px;
  margin-bottom: 15px;
  background-color: #333333;
  color: #fff;
  border-radius: 2px;
  position: relative;
}
.casino-bonuses__card-header {
  display: flex;
  align-items: center;
}
.casino-bonuses__card-title {
  font-size: 18px;
  font-weight: 700;
}
.casino-bonuses__card-list {
  margin-top: 20px;
}
.casino-bonuses__card .casino-bonuses__card-list ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.casino-bonuses__card .casino-bonuses__card-list ol li {
  font-size: 13px;
}
.casino-bonuses__card-btns {
  display: flex;
  margin-top: 35px;
  align-items: center;
}
.casino-bonuses__card-btn-more {
  margin-left: 10px;
  text-decoration: underline;
  color: #fff;
  font-size: 13px;
}
.casino-bonuses__btn {
  min-width: 150px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casino-bonuses__card-img {
  display: block;
  width: 174px;
  height: 174px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .casino-bonuses__card-btns {
    flex-direction: column;
    justify-content: center;
  }
  .casino-bonuses__card-btn-more {
    margin: 10px 0 0;
  }
  .casino-bonuses__card-img {
    display: none;
  }
}
.comm-r {
  margin-top: 30px;
}
.table-c {
  display: flex;
  justify-content: center;
}
.plus-minus {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  color: #fff;
  position: relative;
  border-radius: 2px;
}
.plus-minus__advantages {
  flex: 1;
}
.plus-minus__disadvantages {
  flex: 1;
}
.plus-minus .title {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f3f7;
  color: #333;
}
.plus-minus ul {
  padding: 0;
  margin: 15px 0;
  list-style: none;
  color: #333;
}
.plus-minus ul li {
  position: relative;
  line-height: 20px;
  display: flex;
  margin-bottom: 10px;
  padding-left: 30px;
}
.plus-minus img {
  width: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 590px) {
  .plus-minus {
    display: flex;
    flex-direction: column;
  }
}
.bonus-block {
  margin-top: 15px;
}
.bonus-block__details {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.block__details {
  position: relative;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 5px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #f0f3f7;
  align-items: center;
  text-align: center;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
}
.block__details__title-text {
  font-weight: 700;
}
.block__details__title-subtitle {
  font-size: 13px;
  color: #999;
}
@media screen and (max-width: 799px) {
  .bonus-block__details {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cat__info {
  width: 100%;
  border-radius: 2px;
  border: solid 1px #f0f3f7;
  background-color: #fff;
  display: flex;
  padding: 15px;
  align-items: center;
  margin-bottom: 15px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
}
.side-right .table-cat-r {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 0;
}
.side-right .cat__info-dis p {
  margin: 0;
}
.side-right .block-content p {
  margin: 0 0 15px;
}
.side-right .comments .title-h1-otz {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: initial;
  margin: 0;
  padding: 15px 0;
}
.review-tabs {
  padding-bottom: 0;
  border-bottom: none;
  display: block;
  border: 1px solid #f0f3f7;
  border-radius: 2px;
  margin-bottom: 15px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
}
.tabs-panel-wrap {
  line-height: 40px;
  width: 100%;
  height: 45px;
  overflow-y: hidden;
}
.tabs-panel-wrap .tabs-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
.tabs-panel-wrap .tabs-panel a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 40px;
  line-height: 24px;
  margin: 0;
  border: none;
}
.view-tabs-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(19, 19, 19, 0.65);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 15px;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0 10px;
  position: relative;
  min-height: 35px;
  border-right: 1px solid #f1f2f2;
}
.view-tabs-item.active {
  color: #131313;
  font-weight: bold;
}
.tabs-panel-wrap .tabs-panel a.active::after {
  background: #2596f7;
}
.view-tabs-item.active::after {
  background: #2596f7;
  bottom: -5px;
  content: "";
  height: 4px;
  left: 0;
  right: 0;
  position: absolute;
}
@media all and (max-width: 700px) {
  .tabs-panel-wrap {
    overflow-x: scroll;
  }
}
.casino-details {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #f0f3f7;
  border-radius: 2px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
  margin-bottom: 15px;
}
.casino-details-review-content {
  margin-bottom: 20px;
}
.side-right .casino-details-review-content h4 {
  font-size: 15px;
  color: #303838;
  margin-bottom: 5px;
  font-weight: 700;
}
.side-right .casino-details-review-content p {
  color: #494f6a;
  font-size: 14px;
  margin: 0;
}
.button-rewiev {
  display: inline-block;
  position: relative;
  font-size: 14px;
  border-radius: 2px;
  color: white;
  padding: 7px 15px;
  margin: 15px 0;
  box-shadow: none;
  background: #2ecc71;
  cursor: pointer;
  border: none;
  font-weight: 500;
}
.side-right .review-block ol li {
  margin-bottom: 10px;
}
.side-right .review-block h3 {
  font-size: 16px;
  color: #333333;
  line-height: initial;
  margin: 0;
  font-weight: 700;
  margin-bottom: 20px;
}
.mirror-block {
  border: 1px solid #eeeeee;
  min-width: 100%;
  min-height: 100px;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 15px;
}
.mirror-block__title {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.mirror-block_link {
  font-weight: bold;
  font-size: 14px;
  color: #2596f7;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.mirror-block_link:after {
  background: url(/check.svg) center center no-repeat;
  width: 13px;
  height: 10px;
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
}
.newreg {
  container-type: inline-size;
  container-name: newreg;
  display: block;
}
.newreg__item:not(:last-child) {
  margin-bottom: 15px;
}

.newreg-item {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
  border-radius: 2px;
}

@container newreg (min-width: 700px) {
  .newreg-item {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.newreg-item__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.newreg-item__counter {
  width: 26px;
  aspect-ratio: 1/1;
  background: #17425d;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  border-radius: 2px;
}

.side-right .newreg-item .newreg-item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.newreg-item__text {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.newreg-item__button {
  margin-top: 12px;
  text-decoration: none;
  padding: 6px 20px;
  background: #fe284a;
  border-radius: 2px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
}

@container newreg (min-width: 600px) {
  .newreg-item__button {
    width: auto;
  }
}

@container newreg (min-width: 700px) {
  .newreg-item__image {
    max-width: 264px;
    width: 100%;
  }
}

.newreg-item__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.go-rev {
  display: flex;
  align-items: center;
}
.card-rev__promocode {
  margin-right: 10px;
}
.link-go-rev {
  margin: 0;
  height: 35px;
  min-width: 110px;
}
@media screen and (max-width: 599px) {
  .go-rev {
    flex-direction: column;
    width: 100%;
  }
  .card-rev__promocode {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.yt-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.yt-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.game-detail {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
}

.game-detail__box {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  justify-content: space-between;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
  border: 1px solid #f0f3f7;
  border-radius: 2px;
}

.game-detail__box-picture {
  width: 48%;
}

.game-detail__box-info {
  width: 49%;
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.game-detail__box-info > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.game-detail__box-info > ul > li {
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.game-detail__provider-img {
  width: 24%;
  display: flex;
  align-items: center;
  padding: 0 30px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
  border: 1px solid #f0f3f7;
  border-radius: 2px;
}

.box__game {
  position: relative;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}

.link-game-demo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media screen and (max-width: 760px) {
  .game-detail__box {
    margin-right: 0;
  }
  .game-detail__provider-img {
    display: none;
  }
  .game-detail__box {
    width: 100%;
  }
}

@media screen and (max-width: 590px) {
  .game-detail__box {
    margin-right: 0;
  }
  .game-detail__box-picture {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .game-detail__box-info {
    width: 100%;
  }
}
.gameh1 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  color: #333333;
  font-weight: 700;
  line-height: initial;
  margin-bottom: 15px;
}
.slot-game {
  position: relative;
  font-size: 0;
}

.slot-game .bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(1, 1, 1, 0.89);
}

.slot-game img {
  width: 100%;
}

.slot-game .iframe {
  display: none;
}

.slot-game iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  border: 0;
}
.side-right .page-slots .box__game iframe {
  min-width: 100%;
  height: 480px;
  border: 0;
}
@media screen and (max-width: 889px) {
  .side-right .page-slots .box__game iframe {
    height: 406px;
  }
}
@media screen and (max-width: 599px) {
  .side-right .page-slots .box__game iframe {
    height: 300px;
  }
}
@media screen and (max-width: 599px) {
  .side-right .page-slots .box__game iframe {
    height: 300px;
  }
}
@media screen and (max-width: 400px) {
  .side-right .page-slots .box__game iframe {
    height: 250px;
  }
}
.related-casinos {
  padding: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.related-casinos-item-wrapper {
  display: flex;
  flex-direction: column;
  width: 16%;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #f0f3f7;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
}

.related-casinos-item-img {
  height: 70px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 760px) {
  .related-casinos-item-wrapper {
    width: 32.5%;
  }
}

@media screen and (max-width: 480px) {
  .related-casinos-item-wrapper {
    width: 49%;
  }
}

.related-casinos-item {
  display: block;
  text-align: center;
  border-radius: 2px;
  flex: 100%;
  position: relative;
}
.related-casinos-item-content {
  padding: 10px 5px;
}
.related-casinos-item-content h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.related-casinos-item-content span {
  font-size: 13px;
}

.posts-block-container .item-slot {
  width: 20%;
  border-radius: 2px;
  margin-bottom: 7px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  padding: 0 5px;
}

.posts-block-container .item-slot:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.posts-block-container .item-slot:hover .content-slot {
  opacity: 1;
}

.posts-block-container .item-slot img {
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.posts-block-container .item-slot .content-slot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(7, 7, 7, 0.74);
  color: #fff;
  opacity: 0;
  font-size: 14px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.posts-block-container .item-slot .content-slot .b1 {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 15px;
  left: 0;
  padding: 0 10px;
}
.posts-block-container .item-slot .content-slot .b2 {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 15px;
  left: 0;
  padding: 0 10px;
}
.posts-block-container .item-slot {
  border: none;
}
.posts-block-container .item-slot .content-slot {
  padding: 0;
}
.posts-block-container .item-slot .content-slot a.play_slot {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 49px;
  height: 49px;
  background: url("/play_icon.svg");
}

.posts-block-container .b1 a {
  font-weight: 400 !important;
  font-size: 14px;
  text-decoration: none;
  color: #fff !important;
}

.posts-block-container .b1 a:hover {
  color: #228ee9 !important;
}

.posts-block-container .b2 a {
  font-weight: 400 !important;
  font-size: 14px;
  text-decoration: none;
  color: #fff !important;
}

.posts-block-container .b2 a:hover {
  color: #228ee9 !important;
}
@media screen and (max-width: 980px) {
  .posts-block-container .item-slot {
    width: 25%;
  }
}
@media screen and (max-width: 699px) {
  .posts-block-container .item-slot {
    width: 33.3333%;
  }
}
@media screen and (max-width: 399px) {
  .posts-block-container .item-slot {
    width: 50%;
  }
}
.sect-depozit {
	width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 0.5625rem;
    margin: 15px 0;
}
.block-depozit {
	min-width: 0;
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #f0f3f7;
    box-shadow: 0 4px 12px rgb(16 66 104 / 8%);
    transition: box-shadow 0.2s ease;
    border-radius: 4px;
    padding: 0.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 15px;
}
.block-depozit-img {
	max-width: 90%;
    max-height: 90%;
}
.symbol-section {
    width: 100%;
    margin: -15px auto 10px;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
    border: 1px solid #f0f3f7;
    border-radius: 2px;
    padding: 15px 5px;
}
.symbol-play {
    margin: 0px 5px 0;
    border: 1px solid #f0f3f7;
    border-radius: 2px;
    background-color: #ffffff;
    position: relative;
    z-index: 10;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 10px;
}
.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}   
.step img {
    height: 50px;
    display: block;
    }
.step-description {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    overflow-wrap: break-word;
    font-weight: normal;
    color: #333333;
    margin-bottom: auto;
    font-size: 13px;
    line-height: 1.5;
}
.symbol-row {
    display: flex;
    justify-content: space-between;
    width: 80px;
}
.left, .right {
    flex-basis: 50%;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}