.good-rating,
.casino-table-item__rating span.good-rating,
.casino-card__rating span.good-rating {
  color: #5b8f35;
}
.bad-rating,
.casino-table-item__rating span.bad-rating,
.casino-card__rating span.bad-rating {
  color: #eb8348;
}
.review-casino-card__rating-star {
  width: 18px;
  height: 18px;
}
.header-content.header-game-review-content {
  padding: 50px 0;
}
.content-section {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .content-section {
    padding: 0 16px;
  }
}
.content-container_width {
  max-width: 1320px;
  margin: 0 auto 50px auto;
}
.news-grid-item__img {
  min-width: 133px;
}
.recommended-grid-item__img {
  min-width: 146px;
  object-fit: cover;
}
.widget-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}
.widget .casino-details__flag {
  height: auto;
}
@media (max-width: 480px) {
  .linking-sidebar {
    display: none;
  }
}
.header-game-review .header-game-info .header-game-info__value span {
  border: none;
}
.header-game-review .header-game-info .header-game-info__value a {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
  font-weight: normal;
}
.casino-table-show-more {
  border: none;
}
.casino-table-show-more:disabled {
  opacity: 0.4;
}
.casino-table-show-more.button-link:hover:disabled {
  box-shadow: none !important;
}
.game-rating__item {
  border-width: 0;
  cursor: pointer;
}
.casino-cards_main {
  position: relative;
  z-index: 8;
}
@media (max-width: 1024px) {
  .casino-card__bonus-icon {
    max-width: 40px;
  }
}
.footer-logos {
  overflow: hidden;
}

.casino-details__list th, .casino-details__list td {
  padding: 0;
}
.casino-details__header-cell {
  width: 35%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.casino-details__value-cell {
  position: relative;
  width: 65%;
  overflow: hidden;
}
.casino-details__prop {
  width: 100%;
}
.casino-details__value-cell .casino-details__value {
  width: 100%;
}
table.casino-details__list {
  background: transparent;
}
.casino-details__list th:not(:last-of-type), .casino-details__list td:not(:last-of-type) {
  border-right: none;
}
.casino-details__list .grid-mobile-spoiler {
  display: flex;
  justify-content: center;
  background: linear-gradient(transparent, white 49%, white 84%, white 94%, white);
  top: 34px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.casino-details__list .grid-mobile-spoiler__button {
  position: relative;
  top: -18px;
  margin: 44px auto 16px auto;
  cursor: pointer;
}
.casino-details__list .casino-details__item {
  padding: 13px 0 12px 0;
}
.casino-details__item.grid-with-spoiler {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .casino-details__header-cell {
    width: 100%;
  }
  .casino-details__value-cell {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .casino-details__list .grid-mobile-spoilerl {
    top: 18px;
  }
  .casino-details__list .grid-mobile-spoiler {
    align-items: initial;
  }
}
.casino-details__list .grid-with-spoiler-list {
  max-height: 115px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-4 {
  padding-bottom: 4px;
}
.bonuses-grid-item__icon {
  max-width: 40px;
}
img.size-full, img.size-large, img.size-medium, img.size-thumbnail {
  width: auto;
  max-width: 100%;
  height: auto;
}
img.aligncenter, img.alignnone {
  display: block;
  margin: 0 auto;
}
img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.header-game-links__logo {
  object-fit: cover;
}
figure.wp-caption {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 14px auto;
}
figure.wp-caption.alignright {
  margin: 0 0 14px auto;
}
figure.wp-caption.alignleft {
  margin: 0 auto 14px 0;
}

@media (max-width: 480px) {
  .header-game-card {
    padding: 84px 24px 38px;
  }
  .header-game-links {
    padding: 34px;
    width: 100%;
  }
  .header-game-links__logo-wrapper {
    margin-bottom: 10px;
  }
  .header-game-links__logo {
    height: 114px;
  }
  .header-game-links__second-link {
    margin-top: 8px;
  }
  .header-game-links__text_mobile {
    margin-top: 15px;
  }
  .game-rating__item {
    padding: 4px 19px;
  }
  .header-game-card .game-rating {
    top: 28px;
    right: 22px;
  }
}

.params-slider {
  display: flex;
  flex-direction: column;
  line-height: 1.2em;
  max-width: 263px;
}
.content-section ul.params-slider-body {
  margin: 0;
}
.params-slider-body {
  width: 100%;
  margin: 0;
}
.params-slider-nav {
  position: absolute;
  bottom: 6px;
  right: 9px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1em;
}
.params-slider-dot {
  display: none;
  margin: 0 0 0 auto;
  border-radius: 50%;
  background: #A9ADB9;
  cursor: pointer;
}
.params-slider-dot.ig-active {
  display: flex;
  background: transparent;
}
.params-slide, .content-section ul li.params-slide {
  margin: 0;
}
.params-slide {
  display: none;
  margin: 0;
}
.params-slide-title {
  color: #A9ADB9;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: normal;
  text-align: left;
  margin-right: 6px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.params-slide-grid .params-slide-title {
  margin-bottom: 0;
}
.params-slide-body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: #4A5B68;
}
.params-slide-row {
  position: relative;
}
.params-slide-row:not(:first-child) {
  padding-left: 12px;
}
.params-slide-row-border {
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 89%;
  background: #7e8394;
}
#tab_types, #tab_params {
  padding-top: 9px;
}

.params-slide-card {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4a5b68;
  width: 48px;
  height: 32px;
  border-radius: 6px;
  margin: 1% 4px 0 0;
  background: #ffffff;
}
.params-slide-bordered {
  border: 1px solid #F1F1F1;
}
.params-slide-card img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 25px;
  object-fit: contain;
}

.params-slide-grid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
}
.params-slide-cell {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  margin-bottom: 9px;
  line-height: 1em;
}
.params-slide-cell:last-child {
  margin-bottom: 0;
}
.slider-nav-btn {
  width: 6px;
  height: auto;
}
.slider-nav-btn.slider-nav-prev {
  transform: rotateY(180deg);
}
.slider-nav-btn.slider-nav-next {}
.slider-nav-num {
  padding: 0 4px;
}
.slider-nav-btn svg {
  fill: #272727;
}
.params-slider-dot:first-child .slider-nav-btn.slider-nav-prev svg {
  fill: #B0B3C4;
}
.params-slider-dot:last-child .slider-nav-btn.slider-nav-next svg {
  fill: #B0B3C4;
}
@media (max-width: 1000px) {
  .params-slider {
    width: 100%;
    flex-direction: column;
    padding: 10px 8px 6px 8px;
    border: none;
    max-width: 100%;
  }
  .params-slide-row:not(:first-child) {
    padding-left: 22px;
  }
}
@media (max-width: 900px) {
  .params-slider {
  }
  .params-slider-nav {
    position: relative;
    bottom: initial;
    right: initial;
    width: 100%;
    flex-direction: row;
    margin-top: 5px;
  }
  .params-slider-dot {
    padding: 4px;
    margin: 0 auto;
  }
  .params-slide-row:first-child {
    margin-bottom: 8px;
  }
  .params-slide-grid {
    margin-top: 0;
  }
  .params-slide-row-border {
    height: 80%;
  }
}
.casino-table-item {
  margin-bottom: 8px;
}

.header-content .header-content__subtitle {
  position: relative;
}
.toggling-block {
  text-align: center;
}
.toggling-text {
  position: relative;
  z-index: 4;
}
.toggling-text-shadow {
  color: var(--color-text-main);
  line-height: 1.7em;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.toggling-text-shadow-over {
  max-height: 8.0em;
  min-height: 140px;
  background: linear-gradient(180deg, #272727 33.95%, rgba(169, 173, 185, 0.27) 80.45%, rgba(169, 173, 185, 0) 97.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.toggling-text p {
  margin-bottom: 0;
}
.toggling-text.expanded {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  margin-bottom: 10px;
}
.toggling-btn {
  display: inline-block;
  display: none;
  background-color: transparent;
  color: var(--color-text-main);
  font-weight: bold;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  line-height: 1.2em;
}
.toggling-btn.ig-d-none {
  display: none!important;
}
.toggling-btn.toggling-down {
  display: inline-block;
}
.toggling-btn.toggling-down.ig-d-none {
  display: none;
}
.toggling-down {
  transform: rotateX(180deg);
}
@media (max-width: 1200px) {
  .toggling-block {
    position: relative;
    text-align: right;
  }
  .toggling-text {
    text-align: center;
  }
  .toggling-btn {
    position: absolute;
    bottom: 14px;
    right: 0;
    z-index: 9;
  }
  .toggling-btn.toggling-down {
    bottom: 0;
  }
}
@media (max-width: 600px) {
  .toggling-text {
    max-height: 4em;
  }
}

.header-content-best h1 {
  font-size: 40px;
}
@media (max-width: 768px) {
  .header-content-best h1 {
    font-size: 22px;
  }
}

.header__logo {
  width: 100%;
  max-width: 167px;
}
.rank-math-breadcrumb {
  margin-bottom: 29px;
}

.header-slots-hub-content .header-subtitle, .p410 .header-content__subtitle {
  text-align: center;
  line-height: 160%;
  max-width: 900px;
  margin: 0 auto 15px auto;
}
.header-content h1 {
  margin: 0 auto 19px auto;
}
.header-content.header-content-review h1 {
  max-width: initial;
  text-align: left;
  margin: 0 auto 25px auto;
}
.header-content.header-content-game-review h1 {
  max-width: initial;
  text-align: left;
  margin: 0 auto 25px auto;
}
.header-content {
  padding-top: 15px;
  padding-bottom: 0;
}
.header-content .header-content__subtitle {
  margin: 0 auto 31px auto;
}
.header-slots-hub-content .header-content__subtitle {
  max-width: 900px;
}
.header-meta-author {
  display: flex;
  flex-wrap: wrap;
  padding-right: 28px;
  margin-left: 16px;
  margin-right: 21px;
  margin-bottom: 0;
}
.header-meta-author__pos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-meta-author__pos span {
  font-size: 12px;
  font-weight: normal;
  margin: 0 8px 0 0;
}
.header-meta-author__pos svg {
  width: 12px;
  height: 12px;
}
.header-meta-author__name {
  margin-bottom: 0;
}
header:hover .header-menu {
  z-index: 1010;
}
.header-meta-wrap {
  position: relative;
  max-width: 1320px;
  padding-bottom: 25px;
  margin: 0 auto 25px auto;
  z-index: 1008;
}
.header-meta-best {
  padding-bottom: 119px;
  margin: 0 auto 0 auto;
}
.header-meta-hub {
  padding-bottom: 25px;
  margin: 0 auto 35px auto;
}
.header-meta-author span {
  font-weight: normal;
  margin-left: 0;
}
.header-meta-author span:first-child {
  margin-right: 6px;
}
.header-meta {
  position: relative;
}
.header-meta__content {
  position: relative;
}
.header-meta-author span.header-meta-author__bold {
  font-size: 14px;
  font-weight: bold;
  color: #272727;
  background-image: repeating-linear-gradient(to right,#272727 0,#272727 50%,transparent 50%,transparent 100%);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 12px 0.09rem;
  padding-bottom: 3px;
  cursor: pointer;
}
.header-meta__img-wrap:nth-child(2) {
  margin-left: 8px;
}
.header-author-tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  left: -44px;
  width: 697px;
  padding: 0 0 23px 0;
  background: transparent;
  z-index: 4;
}
.header-author-tooltip .author {
  position: relative;
  font-weight: normal;
  padding: 20px 20px;
  background: #ffffff;
  box-shadow: 2px 4px 23px 0 #17377414;
  border: 1px solid #F1F2F4;
  border-radius: 8px;
}
.header-author-tooltip .author__header {
  margin-bottom: 10px;
}
.header-author-tooltip .author__links {
  position: absolute;
  right: 14px;
  top: 10px;
  box-shadow: 2px 4px 12px 0 #1737740A;
  border: 1px solid #F1F2F4;
  border-radius: 8px;
  padding: 8px;
  z-index: 4;
}
.header-author-tooltip .author__links a {
  width: 24px;
  height: 24px;
  background: #F1F2F4;
}
.header-author-tooltip .author__links a:last-child {
  margin-right: 0;
}
.header-author-tooltip .author__links i {
  color: var(--color-primary);
  font-size: 14px;
}
.header-author-tooltip .author__img-wrap {
  position: relative;
  margin-right: 15px;
}
.header-author-tooltip .author__img {
  width: 56px;
  height: 56px;
  margin-right: 0;
}
.header-author-tooltip .author__img-wrap > svg {
  position: absolute;
  top: -3px;
  right: -6px;
}
.header-meta-author__bold .author__header-content {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-right: auto;
  margin-top: 0;
}
.header-meta-author__bold .author__name {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 0;
  float: right;
  margin-left: 8px;
  margin-top: 0;
}
.header-meta-author__bold .author__pos {
  margin-top: 14px;
  width: 100%;
}
.header-meta-author__bold .author__text {
  font-size: 16px;
}
.header-meta-author__bold:hover .header-author-tooltip {
  display: flex;
}
.header-meta-links__share {
  background: transparent;
  cursor: pointer;
}
.header-meta__img-wrap {}
.header-meta__img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-right: 0;
}
.header-content-review {
  padding-top: 24px;
  padding-bottom: 28px;
}
.header-content-game-review {
  padding: 50px 0;
}
.p410 .header-content {
  padding: 10px 20px 35px 20px;
}
.header-content.header-slots-hub-content {
  padding: 15px 20px 0 20px;
}
.header-content-main {
  padding: 56px 16px 127px 16px;
  margin-bottom: 0;
}
.header-meta-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-meta-date > svg {
  margin-right: 4px;
}
.header-meta-date span {
  margin-left: 4px;
}
.header-meta-author::after {
  top: -3px;
  width: 1px;
  height: 24px;
  background: #B0B3C4;
}
.header-meta__img-wrap {
  position: relative;
}
.header-meta__img-wrap > svg, .svg-star {
  position: absolute;
  top: -3px;
  right: -6px;
  width: 14px;
  height: 14px;
}
.header-meta-author__name > strong {
  font-size: 14px;
  margin: 0 8px;
}
.header-meta-author__name > .header-meta__img-wrap {
  display: none;
}
.header-meta-author > .ig-ws-nowrap {
  display: none;
}
.header-meta-author__name .ig-ws-nowrap {
  margin-right: 8px;
}
@media (max-width: 1200px) {
  .header-content {
    padding-bottom: 0;
  }
  .header-meta-wrap {
    width: 100%;
    background: #ffffff;
    padding: 9px 19px 8px 16px;
    border-top: 1px solid #132B4614;
    border-bottom: 1px solid #132B4614;
  }
  .header-meta-author::after {
    display: none;
  }
  .header-content-review {
    padding-bottom: 28px;
  }
  .header-content-game-review {
    padding: 50px 0;
  }
  .header-content-main {
    padding: 30px 16px 30px 16px;
    margin-bottom: 0;
  }
  .content-top_widgets {
    margin-bottom: 10px;
  }
  .header-meta-author span {
    color: #B0B3C4;
  }
}
@media (max-width: 900px) {
  header:hover .header-menu {
    z-index: 1000;
  }
  .header-content {
    padding-top: 16px;
  }
  .header-content-review {
    padding-bottom: 28px;
  }
  .header-content-game-review {
    padding: 10px 8px;
  }
  .rank-math-breadcrumb {
    margin-bottom: 5px;
  }
  .rank-math-breadcrumb, .rank-math-breadcrumb p {
    font-size: 14px;
  }
  .header-content h1 {
    text-align: left;
    margin: 0 auto 7px auto;
  }
  .header-meta-author {
    flex-direction: column;
  }
  .header-meta-author > .ig-ws-nowrap {
    display: block;
    margin-bottom: 9px;
  }
  .header-meta__content > .header-meta__img-wrap {
    display: none;
  }
  .header-meta-author__name > .header-meta__img-wrap {
    display: block;
    margin-right: 8px;
  }
  .header-meta-author__name:nth-child(3) {
    margin-top: 5px;
  }
  .header-meta-author__name > strong {
    display: none;
  }
  .header-meta-author__name .ig-ws-nowrap {
    display: none;
  }
  .toggling-text {
    text-align: left;
  }
  .toggling-btn.ig-d-inline_block {
    display: inline-block;
  }
  .toggling-text-shadow {
    max-height: 5em;
    min-height: auto;
    background: linear-gradient(180deg, #272727 33.95%, rgba(169, 173, 185, 0.27) 80.45%, rgba(169, 173, 185, 0) 97.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .header-content .header-content__subtitle {
    margin: 0 auto;
  }
  .header-meta-wrap {
    z-index: 8;
  }
  .header-meta {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 450px;
    margin: 0 auto;
    font-size: 14px;
  }
  .header-meta-author {
    font-size: 14px;
    margin-left: 8px;
  }
  .header-meta-links {
    position: absolute;
    margin: 0;
    top: 13px;
    right: 18px;
  }
  .header-meta-date {
    font-size: 14px;
    margin-top: 10px;
  }
  .header-meta-date span {
    font-weight: normal;
  }
  .header-meta__img {
    width: 28px;
    height: 28px;
  }
  .header-meta-links__share {
    width: initial;
    height: initial;
  }

  .header-meta-wrap {
    position: relative;
  }
  .header-meta {
    position: static;
  }
  .header-meta__content {
    position: static;
  }
  .header-meta-author {
    position: static;
  }
  .header-author-tooltip {
    top: 0;
    bottom: auto;
    left: 5%;
    width: 90%;
    padding: 90px 0 0 0;
  }

  .header-author-tooltip .author {
    padding: 16px 10px 48px 10px;
  }
  .header-author-tooltip .author__img {
    width: 48px;
    height: 48px;
  }
  .header-meta-author__bold .author__name {
    float: none;
    margin-left: 0;
    margin-top: 8px;
  }
  .header-author-tooltip .author__links {
    top: auto;
    bottom: 12px;
    left: 50%;
    width: fit-content;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .table-intro h2 {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  .header-meta__content {
    flex: initial;
    flex-direction: initial;
    align-items: center;
    width: 100%;
  }
  .header-meta-best .header-meta__content {
    margin-bottom: 9px;
  }
  .header-meta-author {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 4px;
  }
  .header-meta-author__name {
    flex-direction: initial;
    flex-wrap: wrap;
    align-items: center;
  }
  .header-meta-author__name span {
    margin-top: 0;
    margin-left: 4px;
  }
  .header-meta-author__name span:first-child {
    margin-left: 0;
    margin-right: 5px;
    color: #B0B3C4;
  }
  .header-meta-links__list a {
    width: initial;
    height: initial;
    margin-bottom: 0;
  }
  .header-meta-links__list a:first-child {
    margin-bottom: 16px;
  }
  .header-meta-links a {
    color: #B0B3C4;
    background: transparent;
  }
  .header-meta-links a i {
    color: #B0B3C4;
  }
  .header-meta-links a:not(:last-of-type) {
    margin-right: 0;
  }
  .header-meta-links.open .header-meta-links__list {
    display: flex;
    flex-direction: column;
    top: 29px;
    left: auto;
    box-shadow: 2px 4px 23px 0 #1737741F;
    background: #ffffff;
    border: 1px solid #F1F2F4;
    border-radius: 0 0 8px 8px;
    padding: 16px 8px;
    right: -19px;
    width: 56px;
    z-index: 9999;
  }
  .header-content.header-content-game-review h1 {
    text-align: center;
  }
}
.ig-w-sm {
  min-width: 98px;
}
@media (max-width: 1000px) {
  .ig-w-sm {
    min-width: 131px;
  }
}

.fixed-review .review-casino-card-wrapper {
  display: none;
}
.fixed-review .review-casino-card-wrapper.fixed {
  display: block;
}

.fixed-review .review-casino-card-wrapper.fixed {
  display: block;
  width: 100%;
  height: auto !important;
  position: static;
}
.fixed-review .fixed .review-casino-card {
  position: fixed;
  top: auto;
  left: 0;
  bottom: 0;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 99;
}
.fixed-review .review-casino-card-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fixed-review .review-casino-card__rating {
  display: none;
}
@media (min-width: 480px) {
  .fixed-review .review-casino-card {
    padding: 12px 24px;
  }
  .fixed-review .fixed .review-casino-card-inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 1320px;
    margin: 0 auto;
  }
  .fixed-review .review-casino-card__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: initial;
  }
  .fixed-review .review-casino-card__logo {
    width: 100%;
    min-width: 125px;
    max-width: 125px;
    height: 60px;
    border: 1px solid #F1F2F4;
    border-radius: 10px;
    margin-right: 18px;
    background-position: center;
    background-size: 100%, contain;
    background-repeat: no-repeat;
  }
  .fixed-review .review-casino-card__rating {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 200px;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: initial;
    padding: 0 0;
    margin-right: 22px;
    margin-bottom: 0;
    color: #fff;
  }
  .fixed-review .review-casino-card__rating-name {
    width: 100%;
    margin-bottom: 10px;
  }
  .fixed-review .review-casino-card__rating-number {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .fixed-review .review-casino-card__rating-number span {
    color: #fff;
    font-size: 20px;
  }
  .fixed-review .review-casino-card__rating-stars {
    width: auto;
    margin-top: 1px;
  }
  .fixed-review .review-casino-card__rating-star:not(:last-child) {
    margin-right: 9px;
  }
  .fixed-review .review-casino-card__rating-star {
    width: 15px;
    height: 15px;
  }
  .fixed-review .review-casino-card__bonuses {
    width: 100%;
    background: linear-gradient(0deg, rgba(19, 43, 70, 0.04), rgba(19, 43, 70, 0.04)), #ffffff;
    border: 1px solid rgba(19, 43, 70, 0.05);
    box-shadow: 2px 4px 23px rgba(23, 55, 116, 0.08);
    border-radius: 10px;
    padding: 12px 14px;
  }
  .fixed-review .review-casino-card__bonus-icon {
    width: 34px;
    height: 34px;
    margin-right: 12px;
  }
  .fixed-review .review-casino-card__bonus {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
  }
  .fixed-review .review-casino-card__bonus div:not(:last-child) {
    margin-right: 6px;
  }
  .fixed-review .review-casino-card__link {
    align-self: center;
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .fixed-review .review-casino-card__rating {
    display: flex;
  }
  .fixed-review .review-casino-card__bonus {
    flex-wrap: nowrap;
  }
  .fixed-review .fixed .review-casino-card-inner {
    display: flex;
    flex-wrap: nowrap;
  }
  .fixed-review .review-casino-card__header {
    width: auto;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .fixed-review .review-casino-card__bonuses {
    width: auto;
  }
  .fixed-review .review-casino-card__link {
    width: auto;
    min-width: 242px;
    max-width: 242px;
  }
}

.grid-with-spoiler-list {
  max-height: 115px;
  overflow: hidden;
}
.grid-mobile-spoiler {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.grid-with-spoiler-list {
  max-height: 183px;
  overflow: hidden;
}
.grid-with-spoiler-list.grid-with-spoiler-list_big {
  max-height: 283px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .grid-with-spoiler-list {
    max-height: 115px;
  }
}


@media (max-width: 480px) {
  .header-game-card {
    background-image: none;
  }
}

.casino-table-item__flag-wrapper::after {
  display: none;
}
.casino-table-item__flag-inner {
  position: relative;
}
.casino-table-item__flag-inner > svg {
  position: absolute;
  width: 10px;
  height: 10px;
  top: -4px;
  left: 18px;
  z-index: 4;
}
.slots-grid a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.ig-btn {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 10px;
}
.slots-grid-item__link-bg {
  display: none;
  top: 0;
  left: 0;
  z-index: 3;
}
.slots-grid-item {
  display: flex;
  flex-direction: column;
}
.slots-grid-item__img {
  flex-grow: 1;
  min-height: 140px;
  max-height: 140px;
  object-fit: cover;
}
.slots-grid-item__link {
  display: none;
  z-index: 4;
}
.slots-grid-item__name, .slots-grid-item__provider {
  position: relative;
  margin-bottom: 10px;
  z-index: 4;
}
.slots-grid-item:hover .slots-grid-item__link {
  display: block;
}
.slots-grid-item:hover .slots-grid-item__link-bg {
  display: block;
}
.slots-grid-item:hover .slots-grid-item__name {
  color: #ffffff;
}
.slots-grid-item:hover a.slots-grid-item__name {
  text-decoration: underline;
}
.slots-grid-item:hover a.slots-grid-item__name:hover {
  color: var(--color-secondary);
}
.slots-grid-item:hover .slots-grid-item__provider {
  color: #ffffff;
}
.slots-grid-item:hover a.slots-grid-item__provider {
  text-decoration: underline;
}
.slots-grid-item:hover a.slots-grid-item__provider:hover {
  color: var(--color-secondary);
}
.slot-grid__more-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.slot-grid__more {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-secondary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: #ffffff;
  display: block;
  margin: 0 auto;
}
.slot-grid__more:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .slots-grid-item__link {
    top: -30px;
  }
  .slots-grid-item__img {
    min-height: 89px;
    max-height: 89px;
  }


  .slots-grid-item.slots-grid-item-active .slots-grid-item__link-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .slots-grid-item.slots-grid-item-active .slots-grid-item__link {
    display: block;
  }
  .slots-grid-item.slots-grid-item-active .slots-grid-item__link-bg {
    display: block;
  }
  .slots-grid-item.slots-grid-item-active .slots-grid-item__name {
    color: #ffffff;
  }
  .slots-grid-item.slots-grid-item-active a.slots-grid-item__name {
    text-decoration: underline;
  }
  .slots-grid-item.slots-grid-item-active a.slots-grid-item__name:hover {
    color: var(--color-secondary);
  }
  .slots-grid-item.slots-grid-item-active .slots-grid-item__provider {
    color: #ffffff;
  }
  .slots-grid-item.slots-grid-item-active a.slots-grid-item__provider {
    text-decoration: underline;
  }
  .slots-grid-item.slots-grid-item-active a.slots-grid-item__provider:hover {
    color: var(--color-secondary);
  }
  .slots-grid-item:hover a.slots-grid-item__name:hover {
    color: #ffffff;
  }

  .slots-grid-item:hover a.slots-grid-item__provider:hover {
    color: #ffffff;
  }
}
.slots-hub-container {
  margin-top: 40px;
}
.ig-btn:hover, .ig-btn:active, .ig-btn:focus {
  opacity: 0.6;
}
.ig-btn:disabled {
  opacity: 0.4;
}
.ig-btn-danger {
  color: #fff;
  background-color: #EA2F5D;
  border-color: #EA2F5D;
}
.ig-form-control {
  display: block;
  width: 100%;
  padding: 0.715rem 1.15rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #132B460A;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 12px;
  box-shadow: 2px 4px 23px 0px #17377414;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.ig-form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--color-primary);
  outline: 0;
  /*box-shadow: 0 0 0 0.25rem var(--color-primary);*/
}
.subscribe-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  padding: 45px 20px 35px 20px;
}
.subscribe {
  font-size: 16px;
  max-width: 848px;
  margin: 0 auto;
  text-align: center;
}
.content-container .subscribe {
  max-width: 806px;
}
.subscribe-title {
  font-size: 32px;
  font-weight: bold;
  max-width: 640px;
  margin: 0 auto 15px auto;
}
.subscribe-text {
  line-height: 1.6em;
  margin-bottom: 25px;
}
.subscribe-form {
  display: flex;
  justify-content: center;
  flex-direction: row;
  max-width: 687px;
  margin: 0 auto 13px auto;
}
.subscribe-form input[type="email"]{
  margin-right: 15px;
}
.subscribe-form input[type="submit"]{
  min-width: 213px;
  font-size: 1.25em;
}
.subscribe-disclaimer {
  color: #B0B3C4;
  font-size: 12px;
  margin-bottom: 4px;
}
.subscribe-disclaimer a {
  font-size: 12px;
}
.modal-popup-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 16px;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.modal-popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.modal-popup {
  width: 776px;
  max-width: 95%;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #203b6b;
  border-radius: 10px;
  padding: 25px 25px;
}
.modal-popup-close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 31px;
  right: 24px;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.modal-popup-close:focus, .modal-popup-close:hover {
  opacity: 0.6;
}
.modal-popup .subscribe-wrap {
  background-image: none;
  background-color: transparent;
}
.modal-popup .subscribe {
  color: #ffffff;
}
.modal-popup .subscribe-form {
  flex-direction: column;
  max-width: 535px;
  margin: 0 auto 26px auto;
}
.modal-popup .ig-form-control {
  color: #B0B3C4;
  background-color: #4b5e72;
}
.modal-popup .subscribe-form input[type="submit"]{
  margin-top: 19px;
  min-height: 48px;
}
.modal-popup .subscribe-title {
  margin: 0 auto 26px auto;
}
.modal-popup .subscribe-text {
  max-width: 584px;
  margin: 0 auto 54px auto;
}
@media (max-width: 1024px) {
  .subscribe-wrap {
    padding: 29px 15px 25px 15px;
  }
  .modal-popup .subscribe-wrap {
    padding: 40px 15px 31px 15px;
  }
  .modal-popup {
    padding: 0;
  }
  .subscribe-title {
    max-width: 85%;
    font-size: 20px;
    line-height: 1.45em;
  }
  .subscribe-disclaimer {
    max-width: 80%;
    font-size: 14px;
    line-height: 1.45em;
    margin: 0 auto;
  }
  .subscribe-disclaimer a {
    font-size: 14px;
    line-height: 1.45em;
  }
  .subscribe-form input[type="submit"] {
    font-size: 16px;
  }
  .modal-popup .subscribe-form {
    margin: 0 auto 13px auto;
  }
  .modal-popup-close {
    width: 13px;
    height: 13px;
    top: 19px;
    right: 20px;
  }
  .modal-popup-close svg {
    width: 13px;
    height: 13px;
  }
  .modal-popup .subscribe-title {
    margin: 0 auto 15px auto;
  }
  .subscribe-text {
    line-height: 1.69em;
  }
  .modal-popup .subscribe-text {
    margin: 0 auto 31px auto;
  }
  .ig-form-control {
    padding: 0.615rem 1.15rem;
  }
  .subscribe-form {
    flex-direction: column;
  }
  .subscribe-form input[type="email"] {
    margin-right: 0;
  }
  .subscribe-form input[type="submit"] {
    margin-top: 15px;
    min-height: 45px;
  }
  .modal-popup .subscribe-form input[type="submit"] {
    margin-top: 15px;
    min-height: 45px;
  }
}
@media (max-width: 480px) {
  .subscribe-form input[type="submit"] {
    min-width: auto;
  }
}

.linking-grid-title {
  display: inline-block;
  color: var(--color-text-head);
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 32px;
}
@media (max-width: 768px){
  .linking-grid-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
  }
}
.hsg {
  margin-bottom: 30px;
}

.load-more-wrap {
  display: block;
  width: 100%;
  margin: 20px auto 0 auto;
}
.load-more {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  padding: 12px;
  border: none;
  border-radius: 6px;
  background: var(--color-secondary);
  color: #fff;
  display: block;
  margin: 0 auto;
}
.load-more:focus, .load-more:hover, .load-more:active {
  opacity: 0.6;
}
.load-more:disabled {
  opacity: 0.4;
}

/*** Text image shortcode ***/
.tis-wrapper {
  max-width: 868px;
  margin: 0 auto 50px auto;
  padding: 32px 0 16px 19px;
  border: 1px solid var(--color-gray);
  box-shadow: 2px 4px 23px rgba(23, 55, 116, 0.08);
  border-radius: 12px;
}
.tis-wrapper > h2 {
  margin-bottom: 11px;
}
.tis-columns {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.tis-column {}
.tis-left {
  width: 51%;
  margin-right: 20px;
}
.tis-right {
  width: 43%;
  display: flex;
  align-items: center;
}
.tis-right img {
  width: 100%;
  border-radius: 12px 0 0 12px;
  object-fit: contain;
}
@media (max-width: 768px){
  .tis-wrapper {
    padding: 25px 15px;
  }
  .tis-right img {
    height: auto;
    min-height: auto;
    border-radius: 12px;
    margin-bottom: 0;
  }
  .tis-columns {
    flex-wrap: wrap;
  }
  .tis-left, .tis-right {
    width: 100%;
  }
  .tis-left {
    margin-right: 0;
    margin-bottom: 14px;
  }
}

/*** Text columns shortcode ***/
.tcs-wrapper {
  max-width: 870px;
  margin: 0 auto 50px auto;
  border-radius: 12px;
  background: #F1F2F480;
  padding: 33px 20px 32px 20px;
}
.tcs-inner h2 {
  margin-bottom: 24px;
}
.tcs-wrapper p {
  margin-bottom: 24px;
}
.tcs-columns {
  display: flex;
  justify-content: space-between;
}
.tcs-column {
  width: 48.6%;
  background: #ffffff;
  padding: 22px 20px;
  border: 1px solid var(--color-gray);
  box-shadow: 2px 4px 23px rgba(23, 55, 116, 0.08);
  border-radius: 12px;
}
@media (max-width: 768px){
  .tcs-wrapper {
    padding: 25px 15px;
  }
  .tcs-columns {
    flex-wrap: wrap;
  }
  .tcs-column {
    width: 100%;
  }
  .tcs-column:not(:last-child){
    margin-bottom: 14px;
  }
}

/*** Instructions shortcode **/
.sis-wrapper {
  max-width: 868px;
  margin: 0 auto 50px auto;
  border-radius: 12px;
  background: #F1F2F480;
  padding: 33px 20px 32px 20px;
}
.sis-inner {}
.sis-inner > h2 {
  margin-bottom: 20px;
}
.sis-items {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.sis-item {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.sis-item:not(:last-child):after {
  content: "";
  width: 4px;
  height: calc(100% + 10px);
  position: absolute;
  top: 35px;
  left: 20px;
  background-color: #DFE1E7;
}
.sis-item-position {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  color: #ffffff;
  border-radius: 8px;
  background: #132B46;
  margin-right: 15px;
  z-index: 2;
}
.sis-item-body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: #ffffff;
  padding: 18px 16px;
  border: 1px solid var(--color-gray);
  box-shadow: 2px 4px 23px rgba(23, 55, 116, 0.08);
  border-radius: 12px;
}
.sis-item:not(:last-child) {
  margin-bottom: 20px;
}
.sis-item-left {
  width: 100%;
  margin-right: 0;
}
.sis-item-right {
  width: 33%;
}
.sis-item-left img {
  display: block;
  max-width: 241px;
  object-fit: cover;
  border-radius: 8px;
  float: right;
  margin-left: 12px;
}
.sis-item-right img {
  display: block;
  width: 100%;
  max-width: 241px;
  min-height: 143px;
  margin: 0 0 0 auto;
  object-fit: cover;
  border-radius: 8px;
}
.sis-item-left h2 {
  margin-bottom: 20px;
}
.sis-item-left h3 {
  margin-bottom: 12px;
}
.sis-item-left h4 {
  margin-bottom: 10px;
}
.sis-item-left p:last-child {
  margin-bottom: 0;
}
.sis-footer {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.sis-more {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 46px;
  border-radius: 10px;
  background: var(--color-secondary);
  color: #fff;
}
.sis-more svg {
  margin-left: 15px;
}
.sis-more:hover, .sis-more:focus {
  opacity: 0.6;
}
@media (max-width: 768px){
  .sis-wrapper {
    border-radius: 0;
  }
  .sis-item-left img {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
  }
  .sis-item-right img {
    min-height: auto;
  }
}
@media (max-width: 545px){
  .sis-wrapper {
    padding: 30px 16px 30px 16px;
  }
  .sis-inner > h2 {
    margin-bottom: 14px;
  }
  .sis-item-body {
    flex-wrap: wrap;
    padding: 21px 27px 21px 12px;
  }
  .sis-item-left, .sis-item-right {
    width: 100%;
  }
  .sis-item-left {
    margin-bottom: 12px;
    margin-right: 0;
  }
  .sis-item-right {
    padding-right: 9px;
  }
  .sis-item-right img {
    max-width: initial;
    margin: 0 auto;
  }
  .sis-item-position {
    position: absolute;
    right: -14px;
    top: -7px;
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  .sis-item:not(:last-child):after {
    top: 7px;
    left: auto;
    right: 17px;
  }
  .sis-item-left h2 {
    margin-bottom: 14px;
  }
  .sis-item-left h3 {
    margin-bottom: 6px;
  }
  .sis-item-left h4 {
    margin-bottom: 6px;
  }
  .sis-items {
    margin-top: 18px;
  }
  .sis-more {
    display: block;
    width: 100%;
    padding: 14px 14px;
    text-align: center;
  }
}

.casino-table-slim-item__disclaimer a {
  color: var(--color-text-add);
  font-size: 12px;
}

.author__links a {
  width: 32px;
  height: 32px;
}
.author__links a > svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}
.header-author-tooltip .author__links a > svg {
  width: 14px;
  height: 14px;
  fill: var(--color-primary);
}
.header-meta-links__list a > svg {
  width: 18px;
  height: 18px;
}
.header-meta-links__list a > svg {
  fill: #ffffff;
}
@media (max-width: 480px) {
  .header-meta-links__list a > svg {
    fill: #B0B3C4;
  }
}

.header-game-card iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .header-game-card {
    height: 400px;
  }
}

.casino-card__links {
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
}
.casino-card__review-link {
  font-size: 14px;
  margin-left: 0;
  margin-top: 7px;
  text-decoration: underline;
  text-decoration-color: var(--color-secondary);
  text-decoration-style: dashed;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.casino-card__promocode.promocode-wrapper {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .casino-card__review-link {
    margin-left: auto;
    margin-right: auto;
  }
}

.author {
  padding: 19px 24px 25px 24px;
}
.author > span {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;

}
.author__img {
  width: 82px;
  height: 82px;
}
.author-inner:nth-child(3) {
  border-top: 1px dotted #B0B3C4;
  padding-top: 20px;
  margin-top: 20px;
}
.author__date {
  margin-top: 20px;
}

.mt-60 {
  margin-top: 60px;
}

.intro-subtitle {
  text-align: center;
}
.intro-subtitle p {
  margin-bottom: 0;
}
@media (max-width: 900px){
  .intro-subtitle {
    text-align: left;
  }
}
.header-game-links__second-link {
  padding: 0 10px;
}
.heage-game-links__wrapper .header-game-links__second-link {
  margin-top: auto;
}
.heage-game-links__wrapper a:not(:last-child){
  margin-bottom: 12px;
}
.casino-table-item__bonuses.cell_bonus-small .casino-table-item__bonus > div {
  font-size: 18px;
}
.affiliate-wrap {
  display: none;
}
.affiliate-wrap > .button-link {
  display: inline-block;
  width: 100%;
  padding: 20px 16px;
  background: var(--color-secondary);
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
.header-game-card {
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px){
  .affiliate-wrap {
    display: block;
    width: 100%;
    margin: 24px 0 24px 0;
  }
}
@media (max-width: 480px){
  .affiliate-wrap {
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
  }
}
.header-game-card-wrap {
  position: relative;
  width: 100%;
  max-width: 858px;
  margin-right: 20px;
}
.header-game-card {
  width: 100%;
}
.header-game-over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(236.93deg, rgba(17, 31, 57, 0.81) 0.85%, rgba(17, 31, 57, 0.72) 39.73%, rgba(17, 31, 57, 0) 69.72%),
  linear-gradient(303.3deg, #111F39 7.21%, rgba(17, 31, 57, 0.191325) 41.78%, rgba(17, 31, 57, 0) 49.96%),
  linear-gradient(107.37deg, #111F39 0.42%, rgba(17, 31, 57, 0) 68.59%),
  linear-gradient(72.21deg, #111F39 0%, rgba(17, 31, 57, 0) 65.01%);
  z-index: 2;
}
.header-game-links {
  z-index: 24;
}
.game-rating {
  z-index: 24;
}
.game-card-props {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #132B46;
  padding: 11px 8px 10px 11px;
  border: 1px solid #6C7887;
  border-radius: 10px;
  z-index: 24;
}
.game-card-prop {
  width: 30%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.game-card-prop__name {
  width: 100%;
  font-size: 14px;
  line-height: 1em;
  font-weight: normal;
  color: #A9ADB9;
  margin-bottom: 2px;
}
.game-card-prop__value {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.header-game-card .game-rating {
  top: 11px;
  right: 12px;
}
.game-rating__item {
  background: #132B46;
  border: 1px solid #6C7887;
  border-radius: 6px;
  color: #fff;
  padding: 5px 12px;
}
.game-rating__item:not(:last-of-type) {
  margin-right: 8px;
}
.game-rating__item:hover, .game-rating__item:disabled {
  opacity: 0.6;
}
.game-rating__item svg {
  width: 20px;
  height: 20px;
}
.game-rating__like svg path {
  fill: #28CE8A;
}
.game-rating__dislike svg path {
  fill: #EA2F5D;
}
@media (max-width: 768px) {
  .header-game-card a {
    text-align: center;
  }
  .header-game-info .header-game-info__row.gc-row {
    display: none;
  }
  .header-game-info__logo-wrapper {
    display: none;
  }
  .header-game-card-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .header-game-card {
    flex-wrap: wrap;
    height: auto;
    padding: 37px 24px 14px 24px;
    margin-bottom: 0;
    min-height: 300px;
  }
  .game-card-props {
    width: 100%;
    display: flex;
  }
  .header-game-links {
    box-shadow: none;
    background: transparent;
    backdrop-filter: none;
  }
  .header-game-links__logo-wrapper {
    margin-bottom: 12px;
  }
  .header-game-links__logo {
    display: block;
    width: 148px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto;
  }
  .heage-game-links__wrapper a:not(:last-child){
    margin-bottom: 8px;
  }
  .header-game-links__text_mobile {
    margin-top: 11px;
  }
  .affiliate-wrap {
    margin: 0 0 16px 0;
  }
  .affiliate-wrap > .button-link {
    padding: 14px 10px;
  }
  .header-game-info {
    font-size: 14px;
    font-weight: normal;
    padding: 7px 2px;
  }
  .header-game-info__row::before {
    top: 4px;
    margin-right: 8px;
    width: 6px;
    height: 6px;
  }
}

.wg-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .wg-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
  }
}

.sbsw-wrap {
  display: none;
  position: sticky;
  top: 20px;
}
.sbsw-wrap.sbsw-active {
  display: block;
}
.sbsw-inner {
  position: relative;
  display: block;
  width: 100%;
}
.sbsw-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.p301 .left-column {
  display: flex;
  flex-direction: column;
}
.casino-review-bottom-sidebar {
  height: 100%;
}
.sbsw-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 28px;
  height: 28px;
  line-height: 1em;
  color: red;
  background: #171E34;
  border: 1px solid #FFFFFF33;
  padding: 0 10px;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.sbsw-close > svg {
  width: 14px;
  height: 14px;
}
.sbsw-close:hover {
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .sbsw-wrap, .sbsw-wrap.sbsw-active {
    display: none;
  }
}

.casino-card {
  padding: 3px;
  border: none;
}
@media (max-width: 1200px) {
  .casino-card {
    padding: 24px;
  }
}
.casino-card-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 24px 9px 24px;
  background: #fff;
  border-radius: 9px;
}
.casino-card__header {
  margin-bottom: 9px;
}
.casino-card__pos {
  margin-right: 8px;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  padding: 2px;
  background: #132B46;
}
.casino-card__pos-inner {
  width: 100%;
  flex-grow: 1;
  align-self: stretch;
  text-align: center;
  line-height: 1.6em;
  background: #132B46;
  border-radius: 3px;
}
.casino-card__pos_1 {
  background-image: none;
  background: linear-gradient(157.38deg, #FFDF59 0%, #FFF0AD 13.64%, #FFDF59 29.36%, #FFC654 48.84%, #FFEEA4 69.81%, #FFDF59 79.94%);
}
.casino-card__pos_1 .casino-card__pos-inner {
  background: #FFF0BD;
}
.casino-card__pos_2 {
  background-image: none;
  background: linear-gradient(163.74deg, #B8BFCE 0%, #E1E5EE 13.83%, #B8BFCE 29.77%, #A8AEBB 49.53%, #E1E5EE 70.79%, #B8BFCE 81.07%);
}
.casino-card__pos_2 .casino-card__pos-inner {
  background: #E6EAF0;
}
.casino-card__pos_3 {
  background-image: none;
  background: linear-gradient(157.38deg, #E9963D 0%, #FFCB93 13.64%, #E9963D 29.36%, #EC8F2B 48.84%, #FFCB93 69.81%, #E9963D 79.94%);
}
.casino-card__pos_3 .casino-card__pos-inner {
  background: #FEE9D0;
}
.casino-nomination {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 13px;
  color: #EA2F5D;
  background: #FFE3EA;
  border-radius: 6px;
  text-align: center;
  padding: 6px;
}
.casino-nomination > svg {
  margin-right: 4px;
}
.casino-card-inner > .casino-nomination {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  border: 1px solid #132B460D;
  margin: 0;
  z-index: 1;
}
.casino-card__play-link {
  width: 100%;
  padding: 19px 0;
  transition: all 0.5s ease;
}
.casino-card__links .casino-card__play-link:hover {
  opacity: 0.6;
}
.casino-card__rating {
  padding: 4px 12px 4px 40px;
  border-radius: 0 8px 0 7px;
  border-left: 1px solid #f3f4f5;
  border-bottom: 1px solid #f3f4f5;
}
.casino-card__flag-wrapper {
  border-radius: 8px 0 7px 0;
  border-right: 1px solid #f3f4f5;
  border-bottom: 1px solid #f3f4f5;
}
.casino-card__rating > .casino-rating-content__hint {
  margin-left: 4px;
}
.casino-card__features {
  margin-bottom: 13px;
}
.casino-card__disclaimer {
  margin-top: auto;
  padding-top: 12px;
  margin-bottom: 0;
}
.promocode-icon {
  background-image: url(../images/promocode_icon-2.png);
}

.casino-rating-content__hint {
  display: inline-block;
  background-image: url("../images/hint.svg");
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-left: 6px;
}

.casino-rating-content__hint:hover .casino-rating-hint {
  display: block;
  opacity: 1;
  pointer-events: all;
}

.casino-rating-hint {
  display: none;
  width: 421px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: -82px;
  text-align: left;
  padding-bottom: 21px;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.casino-rating-hint__inner {
  border: none;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 14px 18px 18px 14px;
  box-shadow: 0 0 12px 0 #132B4633;
  cursor: default;
}

.casino-rating-hint__title {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  color: #171e34;
}

.casino-rating-hint__text {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 170%;
  color: #4a5b68;
  font-weight: 400;
}

.casino-rating-hint__line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.casino-rating-hint__line::before {
  content: '';
  border: 1px dashed #d2d5d9;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.casino-rating-hint__line:not(:last-child) {
  margin-bottom: 6px;
}

.casino-rating-hint__line:nth-child(1) .casino-rating-hint__number {
  color: #12e131;
}

.casino-rating-hint__line:nth-child(1) .casino-rating-hint__number:before {
  background-color: #12e131;
}
.casino-rating-hint__line:nth-child(1) .casino-rating-hint__number > svg path {
  fill: #12e131;
}

.casino-rating-hint__line:nth-child(2) .casino-rating-hint__number {
  color: #dbe515;
}

.casino-rating-hint__line:nth-child(2) .casino-rating-hint__number:before {
  background-color: #dbe515;
}
.casino-rating-hint__line:nth-child(2) .casino-rating-hint__number > svg path {
  fill: #dbe515;
}

.casino-rating-hint__line:nth-child(3) .casino-rating-hint__number {
  color: #f8a238;
}

.casino-rating-hint__line:nth-child(3) .casino-rating-hint__number:before {
  background-color: #f8a238;
}
.casino-rating-hint__line:nth-child(3) .casino-rating-hint__number > svg path {
  fill: #f8a238;
}

.casino-rating-hint__line:nth-child(4) .casino-rating-hint__number {
  color: #f22d2d;
}

.casino-rating-hint__line:nth-child(4) .casino-rating-hint__number:before {
  background-color: #f22d2d;
}
.casino-rating-hint__line:nth-child(4) .casino-rating-hint__number > svg path {
  fill: #f22d2d;
}

.casino-rating-hint__number {
  position: relative;
  z-index: 1;
  padding-right: 6px;
  font-weight: 700;
  font-size: 20px;
  line-height: 170%;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}

.casino-rating-hint__number::before {
  display: none;
  content: '';
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 12px;
  margin-top: 3px;
}
.casino-rating-hint__number > svg {
  margin-right: 4px;
  margin-top: -2px;
}

.casino-rating-hint__description {
  position: relative;
  z-index: 1;
  padding-left: 6px;
  width: 210px;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #171e34;
  background-color: #ffffff;
}
.casino-card__logo {
  border-radius: 9px;
}
@media (max-width: 1200px) {
  .casino-card-inner {
    padding: 7px 24px 19px 24px;
  }
  .casino-card-inner.footer-detail-active {
    padding: 7px 24px 8px 24px;
  }
  .casino-card__pos {
    width: 26px;
    height: 26px;
  }
  .casino-card__name {
    font-size: 16px;
    line-height: 1.25em;
  }
  .casino-card__header {
    margin-bottom: 3px;
  }
  .casino-card__logo {
    margin-bottom: 12px;
  }
  .casino-card__bonuses {
    padding: 11px 24px;
    margin-bottom: 13px;
  }
  .casino-card__features {
    margin-bottom: 4px;
  }
  .casino-card__features-item {
    margin-bottom: 5px;
  }
  .casino-card__play-link {
    padding: 14px 0;
    margin-bottom: 4px;
  }
  .casino-card__disclaimer {
    font-size: 10px;
    padding-top: 8px;
  }
}
.casino-table-slim__col:first-of-type {
  width: 51%;
}
.content-container_slim .casino-cards_desktop-hide .casino-card-inner {
  padding: 0;
}

.mini-review {
  background: #ffffff;
  border: 1px solid var(--color-gray);
  box-shadow: 2px 4px 23px rgba(23, 55, 116, 0.08);
  border-radius: 12px;
  padding: 16px 20px 19px 20px;
  margin-bottom: 32px;
  line-height: 1.6em;
}
.mini-review .content-container {
  margin: 0 auto;
}
.mini-review h3 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  color: #171E34;
  margin-bottom: 13px;
  margin-top: 5px;
}
.mini-review-heading {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 13px;
}
img.mini-review-image {
  width: 200px;
  height: 148px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 16px;
  margin-bottom: 0;
}
.mini-review-bonus-wrap {
  display: flex;
  flex-direction: column;
  width: auto;
  width: calc(100% - 216px);
  height: 148px;
}
.mini-review-bonus {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  flex: 1;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 500;
  color: #EA2F5D;
  border: none;
  border-radius: 10px 10px 0 0;
  background: #FFE3EA;
}
.mini-review-bonus > svg {
  width: 23px;
  height: 23px;
  margin-right: 12px;
}
.mini-review-bonus > svg path {
  fill: #EA2F5D;
}
.mini-review-link {
  flex: 0 0 auto;
}
.button-link.mini-review-link {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 1.35em;
  text-transform: uppercase;
  border-radius: 0 0 10px 10px;
  padding: 16px 15px;
  background: #EA2F5D;
  color: #fff;
}
.table-wrapper-outer {
  border-radius: 14px;
  color: #fff;
  background: #e7eaee;
  margin-top: 22px;
  margin-bottom: 19px;
  border: 1px solid #DCDFE4;
}
.table-wrapper-heading {
  text-align: center;
  color: #272727;
  padding: 14px 10px 15px 10px;
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
}
.mini-review .table-wrapper {
  margin-bottom: 0;
  border-radius: 0 0 15px 15px;
}
.mini-review .table-wrapper td {
  width: 50%;
  padding: 15px 23px;
}
.mini-review .table-wrapper tr td:first-child {
  background: #f7f8fb;
}
.pros-cons-wrapper {
  display: flex;
  justify-content: space-between;
}
.pros-cons-list-block {
  display: flex;
  flex-direction: column;
  width: calc(50% - 5px);
  border: 1px solid #DCDFE4;
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
}
.pros-cons-list-title {
  font-size: 16px;
  font-weight: bold;
  color: #272727;
  border-bottom: 1px solid #DCDFE4;
  padding: 9px 22px;
  background: #e7eaee;
}
.mini-review ul.pros-cons-list {
  vertical-align: top;
  list-style: none;
  padding: 9px 20px;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
}

.mini-review ul.pros-cons-list li {
  position: relative;
  padding-left: 24px;
  margin: 0;
  line-height: 1.55em;
}
.mini-review ul.pros-cons-list li:not(:last-child){
  margin: 0 0 17px 0;
}
.mini-review ul.pros-cons-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.mini-review ul.pros-cons-list.pros-list li::before {
  background-image: url("data:image/svg+xml;utf8,<svg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 1.33333C4 0.979711 4.14048 0.640573 4.39052 0.390524C4.64057 0.140476 4.97971 0 5.33333 0H6.66667C7.02029 0 7.35943 0.140476 7.60948 0.390524C7.85952 0.640573 8 0.979711 8 1.33333V4H10.6667C11.0203 4 11.3594 4.14048 11.6095 4.39052C11.8595 4.64057 12 4.97971 12 5.33333V6.66667C12 7.02029 11.8595 7.35943 11.6095 7.60948C11.3594 7.85952 11.0203 8 10.6667 8H8V10.6667C8 11.0203 7.85952 11.3594 7.60948 11.6095C7.35943 11.8595 7.02029 12 6.66667 12H5.33333C4.97971 12 4.64057 11.8595 4.39052 11.6095C4.14048 11.3594 4 11.0203 4 10.6667V8H1.33333C0.979711 8 0.640573 7.85952 0.390524 7.60948C0.140476 7.35943 0 7.02029 0 6.66667V5.33333C0 4.97971 0.140476 4.64057 0.390524 4.39052C0.640573 4.14048 0.979711 4 1.33333 4H4V1.33333Z' fill='%2328CE8A'/></svg>");
}
.mini-review ul.pros-cons-list.cons-list li::before {
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg width='12' height='4' viewBox='0 0 12 4' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.6667 0H8H4H1.33333C0.979711 0 0.640573 0.140476 0.390524 0.390525C0.140476 0.640573 0 0.979711 0 1.33333V2.66667C0 3.02029 0.140476 3.35943 0.390524 3.60948C0.640573 3.85952 0.979711 4 1.33333 4H4H8H10.6667C11.0203 4 11.3594 3.85952 11.6095 3.60948C11.8595 3.35943 12 3.02029 12 2.66667V1.33333C12 0.979711 11.8595 0.640573 11.6095 0.390525C11.3594 0.140476 11.0203 0 10.6667 0Z' fill='%23EA2F5D'/></svg>");
}
.mini-review table {
  color: var(--color-text-main);
}
@media (max-width: 768px) {
  .content-container.mrb {
    position: relative;
  }
  .mini-review-heading {
  }
  img.mini-review-image {
    width: 100%;
    height: 242px;
    margin-bottom: 10px;
    margin-right: 8px;
    order: 0;
  }
  .mini-review h3 {
    order: 1;
    width: 100%;
  }
  .mini-review-bonus-wrap {
    width: 100%;
    order: 2;
  }

  .pros-cons-wrapper {
    flex-wrap: wrap;
  }
  .pros-cons-list-block {
    width: 100%;
  }
  .pros-cons-list-block:not(:last-child){
    margin-bottom: 20px;
  }
}
@media (max-width: 545px) {
  .mini-review {
    font-size: 14px;
  }
  .mini-review h3 {
    font-size: 16px;
  }
  .mini-review-bonus-wrap {
    height: auto;
  }
  .mini-review-bonus {
    font-size: 16px;
    padding: 14px 20px;
  }
  .pros-cons-list-title {
    font-size: 14px;
  }
  .mini-review-bonus > svg {
    width: 16px;
    height: 16px;
  }
  .table-wrapper-outer, .pros-cons-wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
  .table-wrapper-heading {
    font-size: 12px;
    padding: 11px 10px 10px 10px;
  }
  .mini-review .table-wrapper td {
    padding: 6px 11px;
  }
  .pros-cons-list-title {
    padding-bottom: 5px;
  }
  .mini-review ul.pros-cons-list {
    margin-top: 0;
    padding: 8px 20px;
  }
  .mini-review ul.pros-cons-list li {
    line-height: 1.65em;
  }
  .mini-review ul.pros-cons-list li:not(:last-child) {
    margin: 0 0 12px 0;
  }
  .button-link.mini-review-link {
    padding: 13px 15px;
  }
}

.cta-wrap {
  background: var(--color-tertiary);
  border-radius: 10px;
}
.cta-bonus-text > img {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}
.cta-actions .cta-casino-button {
  background: var(--color-secondary);
  color: #fff;
}