html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #F7F7F7;
  color: #1A1A1E;
  font-family: "Proxima Nova Rg", sans-serif;
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

@media (min-width: 0px) and (max-width: 750px) {
  .container {
    width: unset;
    overflow-x: auto;
  }
}

p, i, b, a, h1, h2, h3, h4, h5, h6, button {
  color: #1A1A1E;
  font-family: "Proxima Nova Rg", sans-serif;
}

.mb-0 {
  margin-bottom: 0;
}

.w-100 {
  width: 100%;
}

.text-right {
  text-align: right;
}

.divider {
  background-color: #EFEFEF;
  height: 1px;
  margin: 24px 0;
}

h1 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

h3 {
  margin-top: 0;
  margin-bottom: 6px;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

h4 {
  margin-top: 0;
  margin-bottom: 6px;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

h5 {
  margin-top: 0;
  margin-bottom: 6px;
}

p {
  margin-top: 0;
}

.btn {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  padding: 10.5px 16px;
  border-radius: 8px;
  text-decoration: none;
}
@media (max-width: 750px) {
  .btn {
    font-size: 16px;
    padding: 8.5px 16px;
  }
}

.btn.btn-purple {
  color: #FFFFFF;
  background: rgb(255, 170, 216);
  background: linear-gradient(90deg, rgb(255, 170, 216) 0%, rgb(255, 75, 248) 50%, rgb(131, 42, 221) 100%);
}

.btn.btn-purple:hover {
  background: rgb(255, 129, 197);
  background: linear-gradient(90deg, rgb(255, 129, 197) 0%, rgb(255, 20, 246) 50%, rgb(108, 19, 199) 100%);
}

.btn.btn-orange {
  color: #1A1A1E;
  border: 2px solid #F9B532;
  padding: 8.5px 16px;
}

.btn.btn-orange:hover {
  border: 2px solid #F9B532;
}

.btn.btn-blue {
  color: #FFFFFF;
  padding: 8.5px 16px;
  background-color: #247AD8;
}

.btn.btn-green {
  color: #FFFFFF;
  padding: 8.5px 16px;
  background-color: #44B642;
}

.btn.btn-lightblue {
  color: #FFFFFF;
  padding: 8.5px 16px;
  background-color: #289FE3;
}

.top-bar {
  position: fixed;
  width: 100%;
  z-index: 900;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-bar .top-bar_menu {
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .top-bar .top-bar_menu {
    padding: 4px 15px;
  }
}
.top-bar .top-bar_menu .top-bar_left-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar .top-bar_menu .top-bar_left-block .top-bar_logo {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 45px;
  width: auto;
  margin-right: 48px;
}
@media (max-width: 750px) {
  .top-bar .top-bar_menu .top-bar_left-block .top-bar_logo {
    margin-right: 10px;
    height: 38px;
  }
}
.top-bar .top-bar_menu .top-bar_left-block .top-bar_links {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .top-bar .top-bar_menu .top-bar_left-block .top-bar_links {
    display: none;
    z-index: 800;
    position: fixed;
    background-color: #fff;
    top: 60px;
    left: 0;
    width: -webkit-fill-available;
    padding: 50px 15px;
    height: -webkit-fill-available;
    margin-bottom: -200px;
  }
}
.top-bar .top-bar_menu .top-bar_left-block .top-bar_links a {
  display: flex;
  align-items: center;
  font-family: "Proxima Nova Rg", sans-serif;
  margin-right: 16px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  padding: 5.5px 5px;
  border-radius: 6px;
}
@media (max-width: 750px) {
  .top-bar .top-bar_menu .top-bar_left-block .top-bar_links a {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.top-bar .top-bar_menu .top-bar_left-block .top-bar_links a:hover {
  background-color: #EFEFEF;
}
.top-bar .top-bar_menu .top-bar_left-block .top-bar_links a.active {
  background-color: #EFEFEF;
}
.top-bar .top-bar_menu .top-bar_left-block .top-bar_links .mobile-lang-links {
  display: none;
}
@media (max-width: 750px) {
  .top-bar .top-bar_menu .top-bar_left-block .top-bar_links .mobile-lang-links {
    display: block;
  }
}
.top-bar .top-bar_menu .top-bar_left-block .top-bar_links .mobile-lang-links .lang img {
  margin-right: 10px;
}
.top-bar .top-bar_menu .top-bar_right-block {
  display: flex;
  align-items: center;
}
.top-bar .top-bar_menu .top-bar_right-block a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.top-bar .top-bar_menu .top-bar_right-block .mobile-buttons {
  display: flex;
}
@media (max-width: 750px) {
  .top-bar .top-bar_menu .top-bar_right-block .mobile-buttons {
    position: absolute;
    width: -webkit-fill-available;
    left: 0;
    top: 60px;
    z-index: 900;
    justify-content: space-between;
    padding: 10px 15px;
    flex-direction: row-reverse;
  }
}
.top-bar .top-bar_menu .top-bar_right-block .mobile-buttons .search {
  display: flex;
  cursor: pointer;
  margin-right: 25px;
}
@media (max-width: 750px) {
  .top-bar .top-bar_menu .top-bar_right-block .mobile-buttons .search {
    display: none;
  }
}
.top-bar .top-bar_menu .top-bar_right-block .mobile-buttons .lang {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5.5px 5px;
  border-radius: 6px;
}
@media (max-width: 750px) {
  .top-bar .top-bar_menu .top-bar_right-block .mobile-buttons .lang {
    display: none;
  }
}
.top-bar .top-bar_menu .top-bar_right-block .mobile-buttons .lang .flag {
  margin-right: 8px;
}
.top-bar .top-bar_menu .top-bar_right-block .mobile-buttons .lang:hover {
  background-color: #EFEFEF;
}
.top-bar .top-bar_menu .top-bar_right-block .btn {
  margin-left: 25px;
}
@media (max-width: 750px) {
  .top-bar .top-bar_menu .top-bar_right-block .btn {
    margin-left: unset;
  }
}
.top-bar .top-bar_menu .top-bar_right-block .burger {
  display: none;
}
@media (max-width: 750px) {
  .top-bar .top-bar_menu .top-bar_right-block .burger {
    display: block;
    margin-left: 15px;
	width: 24px;
    height: 24px;
  }
}

.spoiler {
  position: relative;
}
.spoiler .lang .arrow.open {
  transform: rotate(180deg);
}
.spoiler .spoiler-content {
  display: none;
  position: absolute;
  top: 44px;
  z-index: 60;
  background-color: #fff;
  width: 75%;
  padding: 0 10px;
  border: 1px solid #EFEFEF;
  border-top: none;
  border-radius: 0 0 6px;
}
@media (max-width: 750px) {
  .spoiler .spoiler-content {
    border: none;
    position: relative;
    top: 0;
  }
}
.spoiler .spoiler-content a {
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 0;
}
.spoiler .spoiler-content.show {
  display: block;
}

.container {
  z-index: 50;
  position: relative;
  padding: 75px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1350px) {
  .container {
    display: block;
    padding: 75px 15px 15px 15px;
  }
}

.breadcrumbs {
  width: 100%;
  max-width: 1280px;
  color: #1A1A1E;
  margin-bottom: 20px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
}
.breadcrumbs ul li {
  font-weight: 600;
}
.breadcrumbs a {
  color: #555555;
  text-decoration: none;
}

.heading-block {
  position: relative;
  width: 100%;
  max-width: 1280px;
  background-color: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 24px;
}
.heading-block .heading-bg {
  border-radius: 16px 0 0;
  background-image: url("../images/heading-bg.webp");
  height: 254px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1350px) {
  .heading-block .heading-bg {
    display: none;
  }
}
.heading-block .heading-content {
  padding: 12px;
  margin: -80px 24px 18px;
  background-color: #FFFFFF;
  border-radius: 16px;
}
@media (max-width: 1350px) {
  .heading-block .heading-content {
    margin: unset;
    padding: 15px;
  }
}
.heading-block .heading-content .heading-content-info {
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 1350px) {
  .heading-block .heading-content .heading-content-info {
    flex-direction: column;
  }
}
.heading-block .heading-content .heading-content-info img.game-logo {
  width: 150px;
  height: 150px;
  margin-right: 16px;
}
@media (max-width: 1350px) {
  .heading-block .heading-content .heading-content-info img.game-logo {
    align-self: center;
    margin-right: unset;
  }
}
@media (max-width: 750px) {
  .heading-block .heading-content .heading-content-info img.game-logo {
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 15px;
  }
}
.heading-block .heading-content .heading-content-info .btn {
  margin-bottom: 8px;
  width: -webkit-fill-available;
}
.heading-block .heading-content .heading-content-info .game-play {
  min-width: 234px;
}
@media (max-width: 1350px) {
  .heading-block .heading-content .heading-content-info .game-play {
    min-width: unset;
  }
}
.heading-block .heading-content .heading-content-info .game-play h1 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 4px;
}
@media (max-width: 1350px) {
  .heading-block .heading-content .heading-content-info .game-play h1 {
    text-align: center;
  }
}
.heading-block .heading-content .heading-content-info .game-play .rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 1350px) {
  .heading-block .heading-content .heading-content-info .game-play .rating {
    text-align: center;
  }
}
.heading-block .heading-content .heading-content-info .game-play .rating img {
  margin-right: 4px;
}
.heading-block .heading-content .heading-content-info .game-play .rating p {
  padding-top: 3px;
  padding-left: 4px;
  font-weight: 600;
  margin-bottom: 0;
}
.heading-block .heading-content .heading-content-info .game-play .rating p span {
  color: #8F8F95;
}
.heading-block .heading-content .heading-content-info .game-play .platforms {
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 1350px) {
  .heading-block .heading-content .heading-content-info .game-play .platforms {
    margin-bottom: 15px;
  }
}
.heading-block .heading-content .heading-content-info .game-play .award {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.heading-block .heading-content .heading-content-info .game-play .award img {
  margin-right: 5px;
}
.heading-block .heading-content .heading-content-info .game-play .author {
  display: flex;
}
@media (max-width: 1350px) {
  .heading-block .heading-content .heading-content-info .game-play .author {
    margin-bottom: 10px;
  }
}
.heading-block .heading-content .heading-content-info .game-play .author .autor-avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 16px;
}
.heading-block .heading-content .heading-content-info .game-play .author .author-info .author-name {
  margin-top: 4px;
  margin-bottom: 2px;
  font-weight: 400;
}
.heading-block .heading-content .heading-content-info .game-play .author .author-info .author-name span {
  font-weight: 600;
}
.heading-block .heading-content .heading-content-info .game-play .author .author-info .author-last-update {
  color: #8F8F95;
  margin-bottom: 0;
}
.heading-block .heading-content .heading-content-info .game-info {
  width: -webkit-fill-available;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  grid-auto-rows: minmax(40px, auto);
  padding: 24px 48px 24px 100px;
}
@media (max-width: 1350px) {
  .heading-block .heading-content .heading-content-info .game-info {
    padding: unset;
    grid-template-columns: repeat(2, 1fr);
  }
}
.heading-block .heading-content .heading-content-info .game-info .game-info_item .game-info_item-heading {
  margin-top: 0;
  margin-bottom: 4px;
  color: #555555;
  font-size: 14px;
}
.heading-block .heading-content .heading-content-info .game-info .game-info_item .game-info_item-text {
  margin: 0;
  font-weight: 600;
  font-style: "Proxima Nova Rg", sans-serif;
}
.heading-block .heading-content .heading-content-info .game-bonus {
  width: 100%;
  margin-left: 160px;
  padding: 8px 16px;
  border-radius: 12px;
  background-color: #F7F7F7;
}
@media (max-width: 1350px) {
  .heading-block .heading-content .heading-content-info .game-bonus {
    margin-left: unset;
    width: unset;
  }
}
.heading-block .heading-content .heading-content-info .game-bonus .heading {
  font-family: "Proxima Nova Rg", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 10px;
}
.heading-block .heading-content .heading-content-info .game-bonus .heading img {
  margin-right: 12px;
}
.heading-block .heading-content .heading-content-info .game-bonus .text {
  margin-bottom: 6px;
  color: #8F8F95;
  font-size: 14px;
  font-weight: 600;
}
.heading-block .heading-content .heading-content-info .game-bonus .actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}
.heading-block .heading-content .heading-content-info .game-bonus .actions .promo-code {
  position: relative;
  display: flex;
  height: 45px;
  width: 328px;
  font-weight: 600;
  background-color: #FFFFFF;
  border-radius: 8px;
  color: #1E483E;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}
@media (max-width: 1050px) {
  .heading-block .heading-content .heading-content-info .game-bonus .actions .promo-code {
    width: 200px;
  }
}
@media (max-width: 750px) {
  .heading-block .heading-content .heading-content-info .game-bonus .actions .promo-code {
    width: 160px;
  }
}
.heading-block .heading-content .heading-content-info .game-bonus .actions .promo-code img {
  margin-left: 10px;
  margin-top: -2px;
  cursor: pointer;
}
.heading-block .heading-content .heading-content-info .game-bonus .actions .promo-code .tooltip {
  position: absolute;
  background: #FFFFFF;
  padding: 5px;
  border: 1px solid #b1b1b1;
  border-radius: 8px;
  top: -20px;
  right: 90px;
}
.heading-block .heading-content .heading-content-info .game-bonus .actions .promo-code.active {
  box-shadow: inset 0 0 0 1px rgb(58, 221, 103);
}
.heading-block .heading-content .heading-content-info .game-bonus .actions .btn {
  margin-bottom: 0;
  padding: 12px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .heading-block .heading-content .heading-content-info .game-bonus .actions .btn {
    width: 120px;
  }
}
.heading-block .heading-content .heading-content-text p {
  font-weight: 400;
  line-height: 22.4px;
}

.heading-block-universal {
  position: relative;
  width: 100%;
  max-width: 1280px;
  background-color: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 24px;
}
.heading-block-universal .heading-bg {
  border-radius: 16px 0 0;
  background-image: url("../images/heading-bg.webp");
  height: 254px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1350px) {
  .heading-block-universal .heading-bg {
    display: none;
  }
}
.heading-block-universal .heading-content {
  padding: 12px;
  margin: -80px 24px 18px;
  background-color: #FFFFFF;
  border-radius: 16px;
}
@media (max-width: 1350px) {
  .heading-block-universal .heading-content {
    margin: unset;
    padding: 15px;
  }
}
.heading-block-universal .heading-content .heading-content-info {
  display: flex;
}
@media (max-width: 1350px) {
  .heading-block-universal .heading-content .heading-content-info {
    flex-direction: column;
  }
}
.heading-block-universal .heading-content .heading-content-info .game-play {
  margin-right: 16px;
  width: 200px;
}
@media (max-width: 1350px) {
  .heading-block-universal .heading-content .heading-content-info .game-play {
    width: unset;
  }
}
@media (max-width: 750px) {
  .heading-block-universal .heading-content .heading-content-info .game-play {
    margin-right: 0;
  }
}
.heading-block-universal .heading-content .heading-content-info .game-play img.game-logo {
  width: 100%;
  height: auto;
}
@media (max-width: 1350px) {
  .heading-block-universal .heading-content .heading-content-info .game-play img.game-logo {
    align-self: center;
    margin-right: unset;
  }
}
@media (max-width: 750px) {
  .heading-block-universal .heading-content .heading-content-info .game-play img.game-logo {
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 15px;
  }
}
.heading-block-universal .heading-content .heading-content-info .game-play .btn {
  margin-bottom: 8px;
  width: -webkit-fill-available;
}
.heading-block-universal .heading-content .heading-content-info .game-play .platforms {
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 1350px) {
  .heading-block-universal .heading-content .heading-content-info .game-play .platforms {
    margin-bottom: 15px;
  }
}
.heading-block-universal .heading-content .heading-content-info .game-play .award {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.heading-block-universal .heading-content .heading-content-info .game-play .award img {
  margin-right: 5px;
}
.heading-block-universal .heading-content .heading-content-info .game-play .author {
  display: flex;
}
@media (max-width: 1350px) {
  .heading-block-universal .heading-content .heading-content-info .game-play .author {
    margin-bottom: 10px;
  }
}
.heading-block-universal .heading-content .heading-content-info .game-play .author .autor-avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 16px;
}
.heading-block-universal .heading-content .heading-content-info .game-play .author .author-info .author-name {
  margin-top: 4px;
  margin-bottom: 2px;
  font-weight: 400;
}
.heading-block-universal .heading-content .heading-content-info .game-play .author .author-info .author-name span {
  font-weight: 600;
}
.heading-block-universal .heading-content .heading-content-info .game-play .author .author-info .author-last-update {
  color: #8F8F95;
  margin-bottom: 0;
}
.heading-block-universal .heading-content .heading-content-info .game-info {
  width: 100%;
  padding-top: 8px;
}
.heading-block-universal .heading-content .heading-content-info .game-info h1 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 4px;
}
@media (max-width: 1350px) {
  .heading-block-universal .heading-content .heading-content-info .game-info h1 {
    text-align: center;
  }
}
.heading-block-universal .heading-content .heading-content-info .game-info .rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 1350px) {
  .heading-block-universal .heading-content .heading-content-info .game-info .rating {
    text-align: center;
    justify-content: center;
  }
}
.heading-block-universal .heading-content .heading-content-info .game-info .rating img {
  margin-right: 4px;
}
.heading-block-universal .heading-content .heading-content-info .game-info .rating p {
  padding-top: 3px;
  padding-left: 4px;
  font-weight: 600;
  margin-bottom: 0;
}
.heading-block-universal .heading-content .heading-content-info .game-info .rating p span {
  color: #8F8F95;
}
@media (max-width: 750px) {
  .heading-block-universal .heading-content .heading-content-info .game-info .game-info-table table tbody {
    display: flex;
  }
}
.heading-block-universal .heading-content .heading-content-info .game-info .game-info-table table tr {
  background-color: unset;
}
@media (max-width: 750px) {
  .heading-block-universal .heading-content .heading-content-info .game-info .game-info-table table tr {
    display: block;
  }
}
.heading-block-universal .heading-content .heading-content-info .game-info .game-info-table table tr td {
  width: 25%;
  padding: 9px 0;
}
@media (max-width: 750px) {
  .heading-block-universal .heading-content .heading-content-info .game-info .game-info-table table tr td {
    width: 100%;
    float: left;
  }
}
.heading-block-universal .heading-content .heading-content-info .game-info .game-info-table table tr td .heading {
  margin-top: 0;
  margin-bottom: 4px;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
}
.heading-block-universal .heading-content .heading-content-info .game-info .game-info-table table tr td .text {
  margin: 0;
  font-weight: 600;
  font-style: "Proxima Nova Rg", sans-serif;
  font-size: 18px;
}
.heading-block-universal .heading-content .heading-content-info .game-info .game-info-table table tr td .text img {
  height: 24px;
  width: auto;
  margin-right: 6px;
}
.heading-block-universal .heading-content .heading-content-info .game-info .game-info-data {
  width: -webkit-fill-available;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  grid-auto-rows: minmax(40px, auto);
  padding: 24px 48px 24px 100px;
}
@media (max-width: 1350px) {
  .heading-block-universal .heading-content .heading-content-info .game-info .game-info-data {
    padding: unset;
    grid-template-columns: repeat(2, 1fr);
  }
}
.heading-block-universal .heading-content .heading-content-info .game-info .game-info-data .game-info_item .game-info_item-heading {
  margin-top: 0;
  margin-bottom: 4px;
  color: #555555;
  font-size: 14px;
}
.heading-block-universal .heading-content .heading-content-info .game-info .game-info-data .game-info_item .game-info_item-text {
  margin: 0;
  font-weight: 600;
  font-style: "Proxima Nova Rg", sans-serif;
}
.heading-block-universal .heading-content .heading-content-info .game-bonus {
  width: 100%;
  margin-left: 160px;
  padding: 8px 16px;
  border-radius: 12px;
  background-color: #F7F7F7;
}
@media (max-width: 1350px) {
  .heading-block-universal .heading-content .heading-content-info .game-bonus {
    margin-left: unset;
    width: unset;
  }
}
.heading-block-universal .heading-content .heading-content-info .game-bonus .heading {
  font-family: "Proxima Nova Rg", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 10px;
}
.heading-block-universal .heading-content .heading-content-info .game-bonus .heading img {
  margin-right: 12px;
}
.heading-block-universal .heading-content .heading-content-info .game-bonus .text {
  margin-bottom: 6px;
  color: #8F8F95;
  font-size: 14px;
  font-weight: 600;
}
.heading-block-universal .heading-content .heading-content-info .game-bonus .actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}
.heading-block-universal .heading-content .heading-content-info .game-bonus .actions .promo-code {
  position: relative;
  display: flex;
  height: 45px;
  width: 328px;
  font-weight: 600;
  background-color: #FFFFFF;
  border-radius: 8px;
  color: #1E483E;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}
@media (max-width: 1050px) {
  .heading-block-universal .heading-content .heading-content-info .game-bonus .actions .promo-code {
    width: 200px;
  }
}
@media (max-width: 750px) {
  .heading-block-universal .heading-content .heading-content-info .game-bonus .actions .promo-code {
    width: 160px;
  }
}
.heading-block-universal .heading-content .heading-content-info .game-bonus .actions .promo-code img {
  margin-left: 10px;
  margin-top: -2px;
  cursor: pointer;
}
.heading-block-universal .heading-content .heading-content-info .game-bonus .actions .promo-code .tooltip {
  position: absolute;
  background: #FFFFFF;
  padding: 5px;
  border: 1px solid #b1b1b1;
  border-radius: 8px;
  top: -20px;
  right: 90px;
}
.heading-block-universal .heading-content .heading-content-info .game-bonus .actions .promo-code.active {
  box-shadow: inset 0 0 0 1px rgb(58, 221, 103);
}
.heading-block-universal .heading-content .heading-content-info .game-bonus .actions .btn {
  margin-bottom: 0;
  padding: 12px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .heading-block-universal .heading-content .heading-content-info .game-bonus .actions .btn {
    width: 120px;
  }
}
.heading-block-universal .heading-content .heading-content-text p {
  font-weight: 400;
  line-height: 22.4px;
}

.box {
  width: 100%;
  max-width: 1208px;
  background-color: #FFFFFF;
  padding: 24px 36px;
  border-radius: 16px;
  margin-bottom: 24px;
}
@media (max-width: 1350px) {
  .box {
    padding: 15px;
    width: auto;
    max-width: unset;
  }
}
.box p {
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 24px;
}
.box ul, .box ol {
  padding-left: 20px;
}
.box h3:first-child {
  margin-top: 0;
}
.box *:last-child {
  margin-bottom: 0;
}
.box img.image {
  max-width: 1208px;
  border-radius: 12px;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .box img.image {
    width: 100%;
  }
}

.box.empty {
  background-color: unset;
}

.showcase .showcase-item {
  display: flex;
  justify-content: space-between;
  background-color: #F7F7F7;
  padding: 12px;
  margin-bottom: 16px;
  border-radius: 12px;
}
@media (max-width: 750px) {
  .showcase .showcase-item {
    flex-direction: column;
  }
}
.showcase .showcase-item .showcase-content {
  display: flex;
}
@media (max-width: 750px) {
  .showcase .showcase-item .showcase-content {
    flex-direction: column;
  }
}
.showcase .showcase-item .showcase-content img.showcase-logo {
  width: 150px;
  height: 150px;
  margin-right: 16px;
}
@media (max-width: 750px) {
  .showcase .showcase-item .showcase-content img.showcase-logo {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
    height: auto;
  }
}
.showcase .showcase-item .showcase-content .showcase-name {
  width: 518px;
}
@media (max-width: 750px) {
  .showcase .showcase-item .showcase-content .showcase-name {
    width: unset;
  }
}
.showcase .showcase-item .showcase-content .showcase-name .name {
  margin-top: 0;
  margin-bottom: 1px;
  color: #8F8F95;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 17.05px;
}
.showcase .showcase-item .showcase-content .showcase-name .award {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 12px;
}
.showcase .showcase-item .showcase-content .showcase-name .award img {
  margin-bottom: -5px;
}
.showcase .showcase-item .showcase-content .showcase-name h3 {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 24px;
  line-height: 29.23px;
  font-family: "Proxima Nova Rg", sans-serif;
}
.showcase .showcase-item .showcase-content .showcase-name .text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
}
.showcase .showcase-item .showcase-payment {
  padding-top: 18px;
}
.showcase .showcase-item .showcase-payment .showcase-payment-item {
  margin-bottom: 20px;
}
.showcase .showcase-item .showcase-payment .showcase-payment-item .name {
  font-weight: 600;
  margin-bottom: 6px;
}
.showcase .showcase-item .showcase-payment .showcase-payment-item .text {
  display: flex;
}
.showcase .showcase-item .showcase-payment .showcase-payment-item .text img {
  margin-right: 17px;
}
.showcase .showcase-item .showcase-payment .showcase-payment-item .text p {
  font-style: "Proxima Nova Rg", sans-serif;
  font-weight: 600;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 0;
}
.showcase .showcase-item .showcase-payment .showcase-payment-item:last-child {
  margin-bottom: 0;
}
.showcase .showcase-item .showcase-play {
  padding-top: 14.5px;
  display: flex;
  flex-direction: column;
}
.showcase .showcase-item .showcase-play .btn {
  width: -webkit-fill-available;
  margin-bottom: 8px;
}
.showcase .showcase-item .showcase-play .rating {
  display: flex;
  justify-content: center;
}
.showcase .showcase-item .showcase-play .rating img {
  margin-right: 4px;
}
.showcase .showcase-item .showcase-play .rating p {
  padding-top: 3px;
  padding-left: 4px;
  font-weight: 600;
}
.showcase .showcase-item .showcase-play .rating p span {
  color: #8F8F95;
}
.showcase .showcase-item:last-child {
  margin-bottom: 0;
}

.spoiler-list {
  background-color: #EFEFEF;
  border-radius: 8px;
  margin-bottom: 24px;
}
.spoiler-list .spoiler-btn {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 16px;
}
.spoiler-list .spoiler-btn p {
  margin: 0;
  font-weight: 600;
}
.spoiler-list .spoiler-btn .arrow.open {
  transform: rotate(180deg);
}
.spoiler-list .spoiler-list-content {
  display: none;
}
.spoiler-list .spoiler-list-content ol {
  padding-left: 33px;
  padding-bottom: 10px;
  margin-top: 4px;
}
.spoiler-list .spoiler-list-content ol li {
  margin-bottom: 10px;
}
.spoiler-list .spoiler-list-content ul {
  padding-left: 10px;
}
.spoiler-list .spoiler-list-content ul li {
  list-style-type: none;
}
.spoiler-list .spoiler-list-content.show {
  display: block;
}

.content-center {
  text-align: center;
}

.quotation {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 12px;
  padding: 10px;
}
.quotation p {
  font-weight: 600;
  text-align: center;
}

.quotation:before {
  content: url("../images/quote-left.svg");
  margin-right: 10px;
}

.quotation:after {
  content: url("../images/quote-right.svg");
  margin-left: 10px;
}

.table-responsive {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  margin-bottom: 24px;
}
table thead tr {
  background-color: #EFEFEF;
  margin-bottom: 6px;
}
table thead tr td {
  text-transform: uppercase;
  padding: 4px 10px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
}
table thead tr td:first-child {
  border-radius: 8px 0 0 8px;
  padding-left: 16px;
}
table thead tr td:last-child {
  border-radius: 0 8px 8px 0;
  padding-right: 16px;
}
table tbody tr {
  background-color: #F7F7F7;
  margin-bottom: 6px;
}
table tbody tr td {
  padding: 9px 10px;
  margin-bottom: 6px;
}
table tbody tr td img {
  max-height: 24px;
  border-radius: 4px;
  margin-right: 10px;
}
table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
  font-weight: 600;
  font-style: "Proxima Nova Rg", sans-serif;
}
table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}

.pros-and-cons {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .pros-and-cons {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pros-and-cons .pros {
  padding: 10px;
  background-color: #F7F7F7;
  border-radius: 8px;
}
@media (max-width: 750px) {
  .pros-and-cons .pros {
    margin-bottom: 15px;
  }
}
.pros-and-cons .pros p.heading {
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 4px;
  background-color: rgba(6, 229, 135, 0.1);
  color: #15BE6D;
  margin-bottom: 10px;
}
.pros-and-cons .cons {
  padding: 10px;
  background-color: #F7F7F7;
  border-radius: 8px;
}
.pros-and-cons .cons p.heading {
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 4px;
  background-color: rgba(227, 36, 71, 0.1);
  color: #EE264A;
  margin-bottom: 10px;
}
.pros-and-cons p.item {
  padding: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.pros-and-cons p.item img {
  margin-right: 10px;
}

.gallery {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}
@media (max-width: 750px) {
  .gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery img {
  border-radius: 12px;
  width: 100%;
}
@media (max-width: 750px) {
  .gallery img {
    margin-bottom: 15px;
  }
}

.faq {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}
@media (max-width: 950px) {
  .faq {
    grid-template-columns: repeat(1, 1fr);
  }
}
.faq .faq-item h3 {
  cursor: pointer;
  border-radius: 8px;
  padding: 6px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 600;
  background-color: #EFEFEF;
}
.faq .faq-item .faq-item-content {
  padding: 12px 16px;
  background-color: #EFEFEF;
  border-radius: 8px;
  display: none;
  margin-bottom: 8px;
}
.faq .faq-item .faq-item-content p {
  margin: 0;
}
.faq .faq-item .faq-item-content.show {
  display: block;
}
.faq .faq-item h3::after {
  content: url("../images/arrow-down.svg");
  margin-right: 5px;
}
.faq .faq-item.show h3::after {
  content: url("../images/arrow-up.svg");
  margin-right: 5px;
}

.tabs .tab {
  background-color: #F7F7F7;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .tabs .tab {
    display: flex;
    flex-direction: column;
  }
}
.tabs .tab button {
  display: flex;
  align-items: center;
  margin: 2px 16px 2px 2px;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px 8px;
  transition: 0.3s;
  border-radius: 6px;
  font-size: 16px;
}
@media (max-width: 750px) {
  .tabs .tab button {
    margin: 2px;
  }
}
.tabs .tab button img {
  height: 24px;
  width: auto;
  margin-right: 4px;
}
.tabs .tab button:last-child {
  margin-right: 0;
}
.tabs .tab button:hover {
  background-color: #FFFFFF;
}
.tabs .tab button.active {
  background-color: #FFFFFF;
}
.tabs .tabcontent {
  display: none;
}

.rating-info {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .rating-info {
    flex-direction: column;
  }
}
.rating-info .rating-value {
  display: flex;
  min-width: 150px;
  margin-right: 24px;
  flex-direction: column;
  align-items: center;
}
.rating-info .rating-value .rating-circle {
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  background: rgb(255, 170, 216);
  background: linear-gradient(90deg, rgba(255, 170, 216, 0.15) 0%, rgba(255, 75, 248, 0.15) 50%, rgba(131, 42, 221, 0.15) 100%);
}
.rating-info .rating-value .rating-circle .rating-circle-inline {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: rgb(255, 170, 216);
  background: linear-gradient(90deg, rgb(255, 170, 216) 0%, rgb(255, 75, 248) 50%, rgb(131, 42, 221) 100%);
  font-size: 20px;
  font-weight: 800;
  font-style: "Proxima Nova Rg", sans-serif;
  color: #FFFFFF;
}
.rating-info .rating-value p {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
.rating-info .rating-text {
  font-weight: 400;
}

.company-info-table table tr {
  background-color: unset;
}
.company-info-table table tr td .heading {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}
.company-info-table table tr td .text {
  margin-bottom: 0;
  font-weight: 600;
}
.company-info-table table tr td .text img {
  height: 24px;
  width: auto;
  margin-right: 6px;
}

.company-info-max {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 1350px) {
  .company-info-max {
    flex-direction: column;
    align-items: self-start;
  }
}
.company-info-max .company-image {
  border-radius: 8px;
  width: 400px;
  margin-right: 50px;
}
@media (max-width: 1350px) {
  .company-info-max .company-image {
    margin-bottom: 10px;
    margin-right: unset;
  }
}
@media (max-width: 750px) {
  .company-info-max .company-image {
    width: 100%;
    margin-right: unset;
    margin-bottom: 10px;
  }
}
.company-info-max .company-info-text-table {
  width: 100%;
}
.company-info-max .company-info-text-table table tr {
  background-color: unset;
}
.company-info-max .company-info-text-table table tr td {
  padding: 0;
}
.company-info-max .company-info-text-table table tr td .heading {
  color: #555555;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.company-info-max .company-info-text-table table tr td .value {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.license-info {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  .license-info {
    flex-direction: column;
  }
}
.license-info .license-image {
  width: 400px;
  height: auto;
  border-radius: 8px;
  margin-right: 50px;
}
@media (max-width: 750px) {
  .license-info .license-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.download-app {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  .download-app {
    flex-direction: column;
  }
}
.download-app .download-app-image {
  width: 400px;
  height: auto;
  border-radius: 8px;
  margin-right: 50px;
}
@media (max-width: 750px) {
  .download-app .download-app-image {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
.tabs-step .heading {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  font-family: "Proxima Nova Rg", sans-serif;
}
.tabs-step .tab {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .tabs-step .tab {
    display: flex;
    flex-direction: column;
  }
}
.tabs-step .tab button {
  cursor: pointer;
  padding: 8px 47px;
  background-color: #F7F7F7;
  border: 1px solid #EFEFEF;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  border-radius: 8px;
}
@media (max-width: 750px) {
  .tabs-step .tab button {
    margin-bottom: 4px;
  }
}
.tabs-step .tab button span {
  font-size: 16px;
  font-weight: 500;
}
.tabs-step .tab button.active {
  background: rgb(255, 170, 216);
  background: linear-gradient(90deg, rgb(255, 170, 216) 0%, rgb(255, 75, 248) 50%, rgb(131, 42, 221) 100%);
  color: #FFFFFF;
  border: unset;
}
.tabs-step .tabcontent {
  display: none;
}

.step-content {
  display: flex;
}
@media (max-width: 750px) {
  .step-content {
    flex-direction: column;
  }
}
.step-content .step-content-image {
  width: 400px;
  height: auto;
  border-radius: 8px;
  margin-left: 50px;
}
@media (max-width: 750px) {
  .step-content .step-content-image {
    width: 100%;
    margin-left: unset;
  }
}

.alternative-company {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}
@media (max-width: 1350px) {
  .alternative-company {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 950px) {
  .alternative-company {
    grid-template-columns: repeat(1, 1fr);
  }
}
.alternative-company .item {
  background-color: #F7F7F7;
  padding: 10px;
  border-radius: 8px;
}
@media (max-width: 1350px) {
  .alternative-company .item {
    margin-bottom: 10px;
  }
}
.alternative-company .item .image {
  margin-bottom: 10px;
  border-radius: 6px;
}
.alternative-company p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.alternative-company p img {
  margin-right: 10px;
}
.alternative-company a {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.small-sign {
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.popular-game {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}
@media (max-width: 1350px) {
  .popular-game {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 750px) {
  .popular-game {
    grid-template-columns: repeat(1, 1fr);
  }
}
.popular-game .item {
  background-color: #F7F7F7;
  padding: 10px;
  border-radius: 8px;
}
.popular-game .item img {
  border-radius: 6px;
  margin-bottom: 10px;
  width: 100%;
}
.popular-game .item .heading {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.popular-game .item .popular-game-info {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  grid-template-rows: 1fr;
  grid-column-gap: 12px;
}
.popular-game .item .popular-game-info .info-item .heading {
  font-weight: 600;
  font-size: 14px;
  color: #555555;
  margin-bottom: 4px;
}
.popular-game .item .popular-game-info .info-item .text {
  font-weight: 600;
}

.game-provider {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}
@media (max-width: 1350px) {
  .game-provider {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 750px) {
  .game-provider {
    grid-template-columns: repeat(1, 1fr);
  }
}
.game-provider .item {
  background-color: #F7F7F7;
  border-radius: 8px;
  padding: 6px;
  font-weight: 600;
  text-align: center;
}

.review-short {
  margin-top: 24px;
}
.review-short .review-short-info {
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .review-short .review-short-info {
    flex-direction: column;
  }
}
.review-short .review-short-info img.game-logo {
  width: 150px;
  height: 150px;
  margin-right: 16px;
}
@media (max-width: 750px) {
  .review-short .review-short-info img.game-logo {
    width: 100%;
    height: auto;
    margin-right: unset;
    margin-bottom: 10px;
  }
}
.review-short .review-short-info .btn {
  margin-bottom: 8px;
  width: -webkit-fill-available;
}
.review-short .review-short-info .game-play {
  min-width: 234px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review-short .review-short-info .game-play h1 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 4px;
}
@media (max-width: 750px) {
  .review-short .review-short-info .game-play h1 {
    text-align: center;
  }
}
.review-short .review-short-info .game-play .rating {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .review-short .review-short-info .game-play .rating {
    text-align: center;
  }
}
.review-short .review-short-info .game-play .rating img {
  margin-right: 4px;
}
.review-short .review-short-info .game-play .author {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .review-short .review-short-info .game-play .author {
    margin-bottom: 10px;
  }
}
.review-short .review-short-info .game-play .author .autor-avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 16px;
}
.review-short .review-short-info .game-play .author .author-name {
  font-weight: 600;
}
.review-short .review-short-info .game-bonus {
  width: 100%;
  margin-left: 160px;
  padding: 8px 16px;
  border-radius: 12px;
  background-color: #F7F7F7;
}
@media (max-width: 750px) {
  .review-short .review-short-info .game-bonus {
    margin-left: unset;
    width: unset;
  }
}
.review-short .review-short-info .game-bonus .heading {
  font-family: "Proxima Nova Rg", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .review-short .review-short-info .game-bonus .heading {
    margin-bottom: 10px;
  }
}
.review-short .review-short-info .game-bonus .heading img {
  margin-right: 12px;
}
.review-short .review-short-info .game-bonus .text {
  margin-bottom: 6px;
  color: #8F8F95;
  font-size: 14px;
  font-weight: 600;
}
.review-short .review-short-info .game-bonus .actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}
.review-short .review-short-info .game-bonus .actions .btn {
  margin-bottom: 0;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .review-short .review-short-info .game-bonus .actions .btn {
    width: 100%;
  }
}
.review-short .review-short-text p {
  font-weight: 400;
  line-height: 22.4px;
}

.author-short {
  display: flex;
}
@media (max-width: 750px) {
  .author-short {
    flex-direction: column;
  }
}
.author-short .avatar {
  width: 150px;
  height: 150px;
  margin-right: 16px;
}
@media (max-width: 750px) {
  .author-short .avatar {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    margin-right: unset;
  }
}
.author-short .author-short-text .name {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 4px;
}
.author-short .author-short-text .desc {
  color: #8F8F95;
  font-weight: 600;
  margin-bottom: 4px;
}
.author-short .author-short-text .text {
  font-weight: 400;
  margin-bottom: 4px;
}
.author-short .author-short-text .links {
  display: flex;
}
@media (max-width: 750px) {
  .author-short .author-short-text .links {
    flex-direction: column;
  }
}
.author-short .author-short-text .links a {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .author-short .author-short-text .links a {
    margin-right: unset;
    margin-bottom: 4px;
  }
}
.author-short .author-short-text .links a img {
  margin-left: 10px;
}

.share-article {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1350px) {
  .share-article {
    flex-direction: column;
    align-items: flex-start;
  }
}
.share-article .share-article-text .heading {
  font-weight: 800;
  font-size: 20px;
  font-family: "Proxima Nova Rg", sans-serif;
  margin-bottom: 4px;
}
.share-article .share-article-text .text {
  margin-bottom: 0;
  font-weight: 600;
  color: #8F8F95;
}
.share-article .share-article-action {
  display: flex;
}
@media (max-width: 1350px) {
  .share-article .share-article-action {
    flex-direction: column;
  }
}
.share-article .share-article-action .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 232px;
}
@media (max-width: 1350px) {
  .share-article .share-article-action .btn {
    width: 100%;
    margin-bottom: 4px;
  }
}
.share-article .share-article-action .btn img {
  margin-right: 12px;
}
@media (max-width: 750px) {
  .share-article .share-article-action .btn img {
    margin-right: unset;
  }
}
.share-article .share-article-action .btn:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 750px) {
  .share-article .share-article-action .btn:not(:last-child) {
    margin-right: unset;
  }
}

.reviews {
  margin-top: 24px;
}
.reviews .item {
  background-color: #F7F7F7;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px;
}
.reviews .item .user {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
.reviews .item .user .avatar {
  margin-right: 16px;
}
.reviews .item .user .user-info .name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 2px;
}
.reviews .item .user .user-info .date {
  color: #8F8F95;
  margin-bottom: 0;
}
.reviews .item .text {
  margin-bottom: 10px;
}
.reviews .item .review-rating {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .reviews .item .review-rating {
    flex-direction: column;
    align-items: flex-start;
  }
}
.reviews .item .review-rating .heading {
  margin-bottom: 0;
  font-weight: 600;
  margin-right: 24px;
}
.reviews .item .review-rating .rating {
  display: flex;
  margin-right: 10px;
}
.reviews .item .review-rating .rating img {
  height: 25px;
  width: 25px;
  margin-right: 4px;
}
.reviews .item .review-rating .num {
  font-weight: 600;
  color: #8F8F95;
}
.reviews .item .review-rating .num span {
  color: #1A1A1E;
}

.form-review {
  width: 470px;
}
@media (max-width: 750px) {
  .form-review {
    width: unset;
  }
}
.form-review .form-star {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
.form-review .form-star p {
  font-weight: 600;
  margin-right: 24px;
  margin-bottom: 0;
}
.form-review .form-input {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}
@media (max-width: 750px) {
  .form-review .form-input {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form-review .form-input input {
  border-radius: 8px;
  border: 1px solid #EFEFEF;
  background-color: #F7F7F7;
  padding: 9px 16px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Proxima Nova Rg", sans-serif;
}
@media (max-width: 750px) {
  .form-review .form-input input {
    margin-bottom: 10px;
  }
}
.form-review .form-input input::-moz-placeholder {
  color: #555555;
}
.form-review .form-input input::placeholder {
  color: #555555;
}
.form-review .form-textarea {
  margin-bottom: 10px;
}
.form-review .form-textarea textarea {
  border-radius: 8px;
  border: 1px solid #EFEFEF;
  background-color: #F7F7F7;
  padding: 9px 16px;
  width: 93%;
  font-size: 16px;
  font-weight: 400;
  font-family: "Proxima Nova Rg", sans-serif;
}
@media (max-width: 750px) {
  .form-review .form-textarea textarea {
    width: 91%;
  }
}
.form-review .form-textarea textarea::-moz-placeholder {
  color: #555555;
}
.form-review .form-textarea textarea::placeholder {
  color: #555555;
}
.form-review .btn {
  width: 225px;
}
@media (max-width: 750px) {
  .form-review .btn {
    width: unset;
  }
}

.author-page {
  display: flex;
}
@media (max-width: 750px) {
  .author-page {
    flex-direction: column;
  }
}
.author-page .author-page-media {
  margin-right: 16px;
}
@media (max-width: 750px) {
  .author-page .author-page-media {
    text-align: center;
  }
}
.author-page .author-page-media img.avatar {
  height: 150px;
  width: 150px;
  margin-bottom: 16px;
}
.author-page .author-page-media .links {
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .author-page .author-page-media .links {
    margin-bottom: 15px;
  }
}
.author-page .author-page-media .links .link {
  display: flex;
  background-color: #F7F7F7;
  padding: 10px;
  border-radius: 50%;
  text-decoration: none;
}
.author-page .author-page-media .links .link img {
  height: 18px;
  width: 18px;
}
.author-page .author-page-media .links .link:not(:last-child) {
  margin-right: 8px;
}
.author-page .author-page-content .name {
  margin-bottom: 6px;
  font-weight: 800;
  font-size: 24px;
  font-family: "Proxima Nova Rg", sans-serif;
}
.author-page .author-page-content .desc {
  margin-bottom: 16px;
  font-weight: 400;
  color: #8F8F95;
}
.author-page .author-page-content .heading {
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 20px;
  font-family: "Proxima Nova Rg", sans-serif;
}
.author-page .author-page-content .text {
  margin-bottom: 0;
  font-weight: 400;
}

.company-review {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 1350px) {
  .company-review {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 950px) {
  .company-review {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 750px) {
  .company-review {
    grid-template-columns: repeat(1, 1fr);
  }
}
.company-review .item {
  background-color: #F7F7F7;
  padding: 10px;
  border-radius: 8px;
}
.company-review .item .image {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 6px;
}
.company-review .item .rating {
  display: flex;
}
.company-review .item .rating img {
  margin-right: 4px;
}
.company-review .item .rating p {
  padding-top: 3px;
  padding-left: 4px;
  font-weight: 600;
}
.company-review .item .rating p span {
  color: #8F8F95;
}
.company-review .item p.heading {
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.company-review .item a {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  background-color: #1A1A1E;
  color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 50;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  footer {
    display: block;
    padding: 15px;
  }
}
footer .footer {
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  footer .footer {
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  footer .footer .logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
  }
}
footer .footer .logo .footer-logo {
  width: 170px;
}
footer .footer .logo .copywrite {
  font-size: 12px;
  color: #8F8F95;
}
footer .footer .logo .spoiler {
  width: 100px;
}
@media (max-width: 750px) {
  footer .footer .logo .spoiler {
    width: unset;
  }
}
footer .footer .logo .spoiler .lang {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5.5px 5px;
  justify-content: space-around;
  background-color: #29292D;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 6px;
}
footer .footer .logo .spoiler .lang img.flag {
  margin-right: 10px;
}
footer .footer .logo .spoiler .lang .arrow.open {
  transform: rotate(180deg);
}
footer .footer .logo .spoiler .spoiler-content {
  position: absolute;
  bottom: 31px;
  top: unset;
  z-index: 60;
  background-color: #1A1A1E;
  width: 75%;
  padding: 10px 10px 0 10px;
  border: 1px solid #29292D;
  border-top: none;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 750px) {
  footer .footer .logo .spoiler .spoiler-content {
    bottom: 135px;
  }
}
footer .footer .links {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-around;
  width: 100%;
  margin-left: 65px;
  margin-right: 65px;
  padding-bottom: 50px;
}
@media (max-width: 950px) {
  footer .footer .links {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 750px) {
  footer .footer .links {
    justify-content: unset;
    margin-left: unset;
    margin-right: unset;
    margin-bottom: 26px;
    padding-bottom: 0;
  }
}
footer .footer .links a {
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 750px) {
  footer .footer .links a {
    margin-bottom: 8px;
  }
}
footer .footer .links a:hover {
  color: #8F8F95;
}
footer .footer .contact {
  width: 400px;
}
@media (max-width: 750px) {
  footer .footer .contact {
    width: unset;
  }
}
footer .footer .contact p, footer .footer .contact a {
  color: #FFFFFF;
  text-decoration: none;
}
footer .footer .contact a:hover {
  color: #8F8F95;
}
footer .footer .social img {
  margin-right: 4px;
}
footer p.text {
  color: #BBBBC1;
  font-weight: 600;
  font-size: 12px;
}
@media (max-width: 750px) {
  footer p.text {
    text-align: center;
    margin-top: 38px;
    margin-bottom: 21px;
  }
}

.demo {
  margin-top: 24px;
  margin-bottom: 24px;
}
.demo iframe {
  height: 670px;
  width: 100%;
  border: unset;
  border-radius: 16px;
}

.content-btn-play {
  text-align: center;
}
.content-btn-play .btn {
  margin-bottom: 16px;
}
.content-btn-play p.context {
  font-size: 14px;
  font-weight: 600;
  color: #8F8F95;
  margin-bottom: 24px;
}

.sitemap {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
.sitemap a {
  background-color: #EFEFEF;
  padding: 6px 16px;
  font-weight: 600;
  margin-bottom: 8px;
  border-radius: 8px;
  text-decoration: none;
}

.error-page {
  text-align: center;
}
.error-page .error-404 {
  font-size: 128px;
  font-weight: 800;
  line-height: 155.9px;
}
.error-page .error-404 span {
  color: #FF4BF8;
}
.error-page p {
  font-size: 18px;
  font-weight: 600;
}

.cookies {
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  background-color: #1A1A1E;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .cookies {
    flex-direction: column;
  }
}
.cookies .cookies-block {
  display: flex;
  align-items: center;
}
.cookies .cookies-block img {
  height: 44px;
  width: auto;
  margin: 13px 14px 13px 80px;
}
@media (max-width: 750px) {
  .cookies .cookies-block img {
    margin-left: 10px;
  }
}
.cookies .cookies-block .cookies-text-block .cookies-heading {
  color: #FFFFFF;
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 6px;
}
.cookies .cookies-block .cookies-text-block .cookies-text {
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.cookies .cookies-links {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .cookies .cookies-links {
    margin-bottom: 13px;
    white-space: unset;
  }
}
.cookies .cookies-links .cookies-links-policy {
  margin-right: 10px;
  color: #555555;
}
.cookies .cookies-links .cookies-links-btn {
  cursor: pointer;
  margin-right: 80px;
  color: #FFFFFF;
}
@media (max-width: 750px) {
  .cookies .cookies-links .cookies-links-btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
  position: relative;
  background-color: #ffffff;
  margin: 15% auto;
  width: 343px;
  border-radius: 16px;
  padding: 24px;
}
.modal .modal-content .heading {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 24px;
}
.modal .modal-content .close {
  position: absolute;
  right: 12px;
  top: 12px;
}
.modal .modal-content .close:hover, .modal .modal-content .close:focus {
  text-decoration: none;
  cursor: pointer;
}
.modal .modal-content ul {
  padding-left: 0;
  margin: 0;
}
.modal .modal-content ul li {
  list-style-type: none;
  margin-bottom: 8px;
}
.modal .modal-content ul li a, .modal .modal-content ul li p {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: #F7F7F7;
  border-radius: 8px;
  padding: 10px 16px;
  margin-bottom: 0;
  font-weight: 600;
}
.modal .modal-content ul li a img.flag, .modal .modal-content ul li p img.flag {
  margin-right: 8px;
}
.modal .modal-content ul li a img.item-select, .modal .modal-content ul li p img.item-select {
  position: absolute;
  right: 16px;
}
.modal .modal-content ul li:last-child {
  margin-bottom: 0;
}

.modal-search {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-search .modal-content {
  position: relative;
  background-color: #ffffff;
  margin: 15% auto;
  width: 508px;
  border-radius: 8px;
  padding: 13px 16px;
}
@media (max-width: 750px) {
  .modal-search .modal-content {
    width: auto;
    margin: 40% 15px;
  }
}
.modal-search .modal-content form {
  display: flex;
}
.modal-search .modal-content form input {
  width: 100%;
  margin-right: 10px;
  font-weight: 400;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 16px;
  border: none;
}
.modal-search .modal-content form input:focus-visible {
  outline: none;
}
.modal-search .modal-content form button {
  cursor: pointer;
  border: none;
  background: none;
  display: flex;
}

.scroll-up {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 900;
  bottom: 60px;
  right: 60px;
  padding: 12px 12px 4px;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.scroll-up .arrow-up {
  display: inline-block;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  padding: 5px;
  transform: rotate(-135deg);
}

.scroll-up.active {
  display: block;
}
.social-share-buttons {
    text-align: center;
    margin: 20px 0;
}

.social-share-buttons a {
    display: inline-block;
    margin: 0 10px;
}

.social-share-buttons a img {
    width: 32px;
    height: 32px;
}
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    z-index: 1000;
    display: none;
}

.cookie-consent-banner p {
    display: inline-block;
    margin: 0;
    padding-right: 10px;
    color: #fff;
}

.cookie-consent-banner button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.cookie-consent-banner button:hover {
    background-color: #45a049;
}
.cookie-consent-banner a {
    color: #fff;
    text-decoration: underline;
}

.cookie-consent-banner a:hover {
    color: #ddd;
}

.play-real-money {
    text-align: center;
    margin-top: 20px;
}

.play-button {
    display: inline-block;
    background-color: #ffd700;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
}

.play-button:hover {
    background-color: #e5c100;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.play-button:active {
    background-color: #ccab00;
}

@media (max-width: 768px) {
    .play-button {
        font-size: 16px;
        padding: 12px 24px;
    }
}

@media (max-width: 480px) {
    .play-button {
        font-size: 14px;
        padding: 10px 20px;
    }
}

/* General container for the entire block */
.casino-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    background-color: #f0f0f0;
}

/* Left section styling */
.left-section {
    width: 45%;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    text-align: left;
}

/* Wrapper for logo and name */
.logo-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* Casino logo image */
.casino-logo {
    width: 20%;
    border-radius: 50%;
    margin-right: 10px;
}

/* Casino name styling */
.casino-name {
    font-size: 1.8em;
    font-weight: bold;
    margin: 0;
}

/* Casino description */
.casino-description {
    font-size: 1.2em;
    color: #333;
    margin-top: 10px;
}

/* Right section styling */
.right-section {
    width: 50%;
    background-color: #2f3a4c;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Wrapper for advantages */
.advantages-wrapper {
    margin-bottom: 10px;
}

/* Title for "Ventajas" */
.ventajas-title {
    font-size: 1.4em;
    color: #e74c3c;
    margin-bottom: 10px;
}

/* List of advantages */
.ventajas-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ventajas-list li {
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4;
}

.red-check {
    color: #e74c3c;
    font-size: 1.4em;
    margin-right: 5px;
}

/* Wrapper for button */
.button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

/* Juega button */
.juega-btn {
    width: 50%;
    padding: 10px 0;
    background-color: #e74c3c;
    color: white;
    font-size: 1.2em;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
}

.juega-btn:hover {
    background-color: #c0392b;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
    .casino-block {
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 100%; /* Ensure both sections are full width */
    }

    .left-section, .right-section {
        width: 100%; /* Full width on mobile */
        margin-bottom: 20px;
        box-sizing: border-box; /* Include padding and borders in width calculation */
    }

    .logo-wrapper {
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
    }

    .casino-logo {
        margin-right: 10px;
    }

    .casino-name {
        text-align: left;
    }

    .button-wrapper {
        justify-content: center;
    }

    .juega-btn {
        width: 100%; /* Full width button on mobile */
    }
}
/* General container for the box */
.box {
    padding: 0 5%; /* Adds 5% padding on both sides */
}

/* General container for the entire block */
.casino-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    background-color: #f0f0f0;
    box-sizing: border-box; /* Ensures padding and borders are included in width */
}

/* Responsive design for mobile */
@media (max-width: 768px) {
    .box {
        padding: 0 10px; /* Adds fixed padding in pixels for smaller devices */
    }

    .casino-block {
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 100%; /* Full width inside the box */
    }

    .left-section, .right-section {
        width: 100%;
        margin-bottom: 20px;
        box-sizing: border-box; /* Include padding and borders in width calculation */
    }

    .logo-wrapper {
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
    }

    .casino-logo {
        margin-right: 10px;
    }

    .casino-name {
        text-align: left;
    }

    .button-wrapper {
        justify-content: center;
    }

    .juega-btn {
        width: 100%; /* Full width button on mobile */
    }
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .video-container {
    width: 80%; 
    margin: 0 auto;
  }
}

.banner-recommendation {
    background-color: #f9f9f9;
    border: 2px solid #e74c3c; /* Красная рамка */
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Легкая тень */
    display: inline-block; /* Убедимся, что баннер отображается как блок */
    width: 100%; /* Установим ширину 100% */
    box-sizing: border-box; /* Учитываем отступы и рамки */
}

.banner-title {
    font-size: 1.6em; /* Изменение размера заголовка */
    color: #e74c3c; /* Красный цвет заголовка */
    font-family: 'Arial', sans-serif;
    margin-bottom: 10px;
}

.banner-text {
    font-size: 1.2em;
    color: #333;
}

.banner-link {
    color: #3498db; /* Синий цвет ссылки */
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: color 0.3s ease;
}

.banner-link:hover {
    color: #2980b9; /* Цвет при наведении */
}

@media (max-width: 768px) {
    .banner-recommendation {
        padding: 15px;
        width: 90%; /* Уменьшаем ширину на мобильных */
        margin: 0 auto; /* Центрируем баннер */
    }

    .banner-title {
        font-size: 1.4em;
    }

    .banner-text {
        font-size: 1em;
    }

    .banner-link {
        font-size: 1em;
    }
}
