html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  margin: 0;
  background-color: #0B1228;
  color: #FFFFFF;
  font-family: "Rubik", sans-serif;
  position: relative;
  overflow-x: hidden;
}

.container {
  z-index: 50;
  position: relative;
  padding: 24px 48px 24px 334px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 575px) {
  .container {
    width: unset;
  }
}
@media (max-width: 750px) {
  .container {
    display: block;
    padding: 80px 16px 16px 16px;
  }
}

.content {
  width: 100%;
}

p, i, b, a, h1, h2, h3, h4, h5, h6, ul, ol {
  color: #FFFFFF;
  font-family: "Rubik", sans-serif;
}

h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 38.73px;
}
@media screen and (max-width:768px){
    h1 {
        font-size:24px;
    }
}

h2 {
  margin-top: 0;
  font-size: 24px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.w-30 {
  width: 30%;
}

.w-100 {
  width: 100%;
}

.hidden {
  display: none;
}

.d-flex {
  display: flex;
}

.text-center {
  text-align: center;
}

@media (max-width: 750px) {
  .s-d-none {
    display: none;
  }
}

img.img-float-left {
  float: left;
  width: 300px;
  height: auto;
  margin-right: 18px;
}

.sidebar::-webkit-scrollbar {
  width: 0;
}

.sidebar {
  overflow-y: auto;
  z-index: 100;
  padding: 48px 24px;
  position: fixed;
  margin-left: 0;
  height: 100%;
  width: 250px;
}
@media (max-width: 750px) {
  .sidebar {
    padding: 16px;
    height: 48px;
    border-right: unset;
    width: 100%;
    background: #0B1228;
  }
}
@media (max-width: 750px) {
  .sidebar .block-menu {
    display: none;
    position: fixed;
    width: auto;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 300;
    background-color: #0B1228;
    padding: 0 20px 200px;
    max-height: 80vh;
    overflow: auto;
  }
}
.sidebar .block-menu .gift {
  width: 100%;
}
.sidebar .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
@media (max-width: 750px) {
  .sidebar .sidebar-header {
    margin-bottom: 0;
  }
}
.sidebar .sidebar-header .logotype {
  max-height: 50px;
  width: auto;
  margin: 5px 10px 5px 10px;
}
@media (max-width: 750px) {
  .sidebar .sidebar-header .logotype {
    height: 33px;
    width: auto;
  }
}
.sidebar .sidebar-header .burger-menu {
  display: none;
}
@media (max-width: 750px) {
  .sidebar .sidebar-header .burger-menu {
    display: block;
    cursor: pointer;
    height: 32px;
    width: 32px;
    margin: 5px 40px 10px 10px;
  }
}
.sidebar .menu {
  padding-left: 0;
}
.sidebar .menu li {
  display: grid;
}
.sidebar .menu li a {
  text-decoration: none;
  padding: 8px 8px 8px 16px;
  margin-bottom: 16px;
  border-radius: 12px;
  transition: 0.3s;
  color: #9CAEE2;
  display: flex;
  justify-content: space-between;
}
.sidebar .menu li a img {
  margin-top: -2px;
}
.sidebar .menu li a.active {
  background-color: #111C3B;
  color: #FFFFFF;
}
.sidebar .menu li a:hover {
  color: #FFFFFF;
  background-color: #111C3B;
  transition: 0s;
}
.sidebar .spoiler {
  margin-bottom: 34px;
  width: 100%;
}
.sidebar .spoiler label {
  border-radius: 4px;
  padding: 3px 0 3px 6px;
  background-color: #1D2E63;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  width: 60px;
}
.sidebar .spoiler label .language {
  display: flex;
  align-items: center;
}
.sidebar .spoiler label .language img {
  border-radius: 4px;
  margin-right: 4px;
  max-height: 18px;
}
.sidebar .spoiler label .language p {
  margin: 0;
  font-weight: 700;
}
.sidebar .spoiler label:hover {
  background-color: #1D2E63;
}
.sidebar .spoiler .spoiler-content {
  background-color: #1D2E63;
  border-radius: 4px;
  display: none;
}
.sidebar .spoiler .spoiler-content ul {
  padding-left: 0;
  margin: 0;
  display: inline-block;
}
.sidebar .spoiler .spoiler-content ul li {
  display: grid;
}
.sidebar .spoiler .spoiler-content ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 92%;
  padding: 9px 12px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.sidebar .spoiler .spoiler-content ul li a img {
  margin-right: 8px;
  width: 24px;
  border-radius: 4px;
}
.sidebar .spoiler .spoiler-content ul li:last-child a {
  margin-bottom: 0;
}
.sidebar .spoiler input {
  display: none;
}
.sidebar .spoiler label::after {
  content: url("/assets/images/arrow-down.png");
  margin-right: 5px;
}
.sidebar .spoiler :checked + label::after {
  content: url("/assets/images/arrow-up.png");
}
.sidebar .spoiler :checked ~ .spoiler-content {
  background-color: #1D2E63;
  display: inline-block;
  padding: 0;
  position: relative;
  top: 0;
}
.sidebar .auth {
  position: absolute;
  bottom: 124px;
  display: grid;
  width: 84%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 11px;
  grid-row-gap: 0;
}
@media (max-width: 750px) {
  .sidebar .auth {
    display: none;
  }
}

.breadcrumbs {
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.breadcrumbs ul {
  left: 0 !important;
}
.breadcrumbs a {
  color: #9CAEE2;
  text-decoration: none;
}
.breadcrumbs .arrow {
  margin-bottom: -3px;
}

.btn {
  padding: 9px 16px 12px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #028FF9 0%, #0F59C6 100%);
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: 0.3s;
  text-align: center;
}

.btn:hover {
  filter: brightness(90%);
}

.btn.btn-primary {
  background: linear-gradient(180deg, #028FF9 0%, #0F59C6 100%);
}

.btn.btn-secondary {
  background: linear-gradient(180deg, #2DB865 0%, #099E52 100%);
}

.box {
  width: 100%;
  max-width: 1046px;
  background-color: #111C3B;
  padding: 24px;
  border-radius: 48px;
  margin-bottom: 24px;
}
@media (max-width: 1050px) {
  .box {
    padding: 16px;
  }
}
@media (max-width: 750px) {
  .box {
    width: auto;
    max-width: unset;
  }
}
.box p {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.box ul, .box ol {
  margin-left: 0;
  position: relative;
  left: -1em;
}
.box h3:first-child {
  margin-top: 0;
}
.box > *:last-child {
  margin-bottom: 0;
}
.box .image {
  margin-bottom: 24px;
  width: 100%;
}
.box img {
  border-radius: 12px;
}
.box .image-left {
  margin-right: 18px;
  float: left;
}
@media (max-width: 1050px) {
  .box .image-left {
    margin-right: unset;
    margin-bottom: 16px;
    width: 100%;
  }
}
.box .image-left img {
  width: 300px;
}
@media (max-width: 1050px) {
  .box .image-left img {
    width: 100%;
  }
}
.box .image-right {
  width: 100%;
  margin-left: 18px;
}
@media (max-width: 1050px) {
  .box .image-right {
    margin-top: 16px;
    margin-left: unset;
  }
}
.box .image-right img {
  width: 100%;
}

.box.image-text {
  display: flex;
}
@media (max-width: 1050px) {
  .box.image-text {
    display: block;
  }
}

.box.empty {
  background-color: unset;
}

.slides {
  max-width: 100%;
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 2px;
}
@media (max-width: 1050px) {
  .slides {
    display: flex;
    flex-direction: column;
  }
  .slides .slide-img:nth-child(2) {
    display: none;
  }
}
.slides .slide-img {
  width: auto;
  margin-bottom: 2px;
}
.slides .slide-img img {
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.slides .slide-first-offer {
  padding: 24px 24px 57px 24px;
  border-radius: 24px;
  background: #1D2E63;
  position: relative;
}
.slides .slide-first-offer p.heading {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.slides .slide-first-offer p.text {
  margin-top: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.slides .slide-first-offer .btn {
  position: absolute;
  bottom: 24px;
}
.slides .slide-second-offer {
  padding: 24px 24px 57px 24px;
  border-radius: 24px;
  background: #17254F;
  position: relative;
}
@media (max-width: 1050px) {
  .slides .slide-second-offer {
    display: none;
  }
}
.slides .slide-second-offer p.heading {
  margin-top: 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.slides .slide-second-offer .btn {
  position: absolute;
  bottom: 24px;
}

.spoiler-list {
  border: 1px solid #17254F;
  background-color: #17254F;
  border-radius: 24px;
  margin-bottom: 64px;
  padding: 16px;
}
.spoiler-list .spoiler-btn {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 16px;
}
.spoiler-list .spoiler-btn p {
  font-size: 20px;
  font-style: normal;
  margin: 0;
  font-weight: 600;
  line-height: 140%;
}
.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;
}
@media (max-width: 750px) {
  .spoiler-list .spoiler-list-content ol {
    padding-left: 15px;
    width: 90%;
  }
}
.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;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-auto-rows: minmax(100px, auto);
  margin-bottom: 16px;
}
@media (max-width: 1250px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 950px) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cards .card {
  background-color: #0B1228;
  border-radius: 8px;
  padding: 23px 16px 3px;
}
.cards .card strong {
  font-size: 1.17em;
  font-weight: bold;
  margin-bottom: 1em;
}
.cards .card img {
  margin-bottom: 25px;
}
.cards .card .items {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.cards .card .items .item {
  width: 50%;
  margin-bottom: 20px;
}
.cards .card .items .item p {
  margin: 0;
  line-height: 19.36px;
}
.cards .card .items .item .heading {
  font-weight: 700;
  margin-bottom: 6px;
}
.cards .card .items .item .text {
  color: #9CAEE2;
}

.footer {
  border-radius: 48px;
  background-color: #17254F;
  padding: 24px;
  width: 1046px;
  margin: 20px;
}
@media (max-width: 1450px) {
  .footer {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .footer {
    margin: unset;
    width: auto;
    max-width: unset;
  }
}
.footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 1050px) {
  .footer .footer-top {
    display: flex;
    margin-bottom: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .footer-top .logotype {
  height: 45px;
  width: auto;
}
@media (max-width: 1050px) {
  .footer .footer-top .logotype {
    margin-bottom: 24px;
  }
}
.footer .footer-top .links {
  margin-left: 10px;
}
@media (max-width: 1450px) {
  .footer .footer-top .links {
    margin-bottom: 15px;
  }
}
@media (max-width: 1050px) {
  .footer .footer-top .links {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    row-gap: 12px;
  }
}
.footer .footer-top .links a {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #9CAEE2;
  text-decoration: none;
  margin-right: 24px;
  margin-bottom: 8px;
}
.footer .footer-top .links a:hover {
  color: #FFFFFF;
}
.footer .footer-top .footer-download {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 6px;
}
.footer .footer-top .footer-download a {
  display: flex;
  background: #1D2E63;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  min-width: 200px;
}
@media (max-width: 1050px) {
  .footer .footer-top .footer-download a {
    min-width: unset;
  }
}
.footer .footer-top .footer-download a p {
  margin: 0;
  width: 100%;
  text-align: center;
}
.footer .footer-top .footer-download a img {
  margin-left: 12px;
  width: 24px;
  height: 24px;
}
.footer .footer-contact {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
@media (max-width: 1050px) {
  .footer .footer-contact {
    flex-direction: column;
    row-gap: 20px;
  }
}
.footer .footer-contact .social {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.footer .footer-contact .social a {
  text-decoration: none;
}
.footer .footer-contact .contact {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 1050px) {
  .footer .footer-contact .contact {
    flex-direction: column;
    row-gap: 10px;
  }
}
.footer .footer-contact .contact a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.footer .footer-contact .contact a img {
  margin-right: 8px;
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1450px) {
  .footer .footer-bottom {
    flex-direction: column;
  }
}
.footer .footer-bottom .logos {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 1050px) {
  .footer .footer-bottom .logos {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 16px;
  }
}
.footer .footer-bottom .logos img.dmca {
  height: 25.7px;
  width: 100%;
}
.footer .footer-bottom .logos img.mga {
  height: 23.7px;
}
@media (max-width: 1050px) {
  .footer .footer-bottom .logos img.mga {
    height: unset;
    width: 100%;
  }
}
.footer .footer-bottom .logos img.gamble-aware {
  height: 15.4px;
}
@media (max-width: 1050px) {
  .footer .footer-bottom .logos img.gamble-aware {
    height: unset;
    width: 100%;
  }
}
.footer .footer-bottom .logos img.gamcare {
  height: 25.5px;
}
@media (max-width: 1050px) {
  .footer .footer-bottom .logos img.gamcare {
    height: unset;
    width: 100%;
  }
}
.footer .footer-bottom .payments {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 750px) {
  .footer .footer-bottom .payments {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer .footer-eeat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.footer .footer-eeat a {
  color: #9CAEE2;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 750px) {
  .footer .footer-eeat a {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.footer .footer-copyright {
  text-align: center;
  color: #9CAEE2;
  font-size: 14px;
}

.card-contact {
  display: flex;
  flex-direction: column;
}
.card-contact .card-contact-info {
  display: flex;
}
@media (max-width: 1050px) {
  .card-contact .card-contact-info {
    flex-direction: column;
  }
}
.card-contact .card-contact-info img {
  border-radius: 8px;
  margin-right: 9px;
  width: 325px;
  height: 100%;
}
.card-contact .card-contact-info .table-responsive {
  margin-left: 10px;
}
.card-contact span {
  text-align: right;
  color: #9CAEE2;
  font-size: 12px;
}

.table-responsive {
  overflow-x: auto;
}

table {
  width: 100%;
  border-spacing: 0 2px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
table p {
  margin: 0;
}
table thead tr {
  background-color: #17254F;
}
table thead tr td {
  border: 0;
  border-collapse: collapse;
  width: auto;
  padding: 8px 16px;
}
table thead tr td:first-child {
  border-radius: 24px 0 0 0;
}
table thead tr td:last-child {
  border-radius: 0 24px 0 0;
}
table tbody a {
  color: #9CAEE2;
}
table tbody tr {
  background-color: #17254F;
}
table tbody tr td {
  border: 0;
  border-collapse: collapse;
  width: auto;
  padding: 8px 16px;
}
table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 24px;
}
table tbody tr:last-child td:last-child {
  border-radius: 0 0 24px 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: 64px;
}
@media (max-width: 750px) {
  .pros-and-cons {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pros-and-cons .pros {
  background-color: #17254F;
  padding: 16px;
  border-radius: 24px;
}
.pros-and-cons .pros p.heading {
  color: #2EB68B;
  font-weight: 600;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
.pros-and-cons .cons {
  background-color: #17254F;
  padding: 16px;
  border-radius: 24px;
}
.pros-and-cons .cons p.heading {
  color: #FC4842;
  font-weight: 600;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
.pros-and-cons p.item {
  margin-bottom: 0;
  display: flex;
}
.pros-and-cons p.item img {
  margin-right: 10px;
}

.reviews {
  margin-top: 24px;
  margin-bottom: 64px;
}
.reviews .item {
  background-color: #17254F;
  border-radius: 24px;
  margin-bottom: 20px;
  padding: 16px;
}
.reviews .item .user {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
.reviews .item .user .avatar {
  margin-right: 16px;
  height: 75px;
  width: auto;
  border-radius: 50%;
}
.reviews .item .user .user-info .name {
  margin-top: 0;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 2px;
}
.reviews .item .user .user-info .date {
  margin-top: 0;
  color: #9CAEE2;
  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-top: 4px;
  margin-bottom: 0;
  font-weight: 600;
  margin-right: 24px;
}
.reviews .item .review-rating .rating {
  display: flex;
  margin-right: 10px;
}
.reviews .item .review-rating .rating .stars {
  margin-right: 8px;
}
.reviews .item .review-rating .rating .stars .gray {
  filter: grayscale(100%);
  opacity: 0.2;
}
.reviews .item .review-rating .rating img {
  height: 25px;
  width: 25px;
  margin-right: 4px;
}
.reviews .item .review-rating .num {
  margin-top: 1px;
  font-weight: 600;
  margin-bottom: 0;
  color: #FFFFFF;
}

.author .author-block {
  border-radius: 12px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  background-color: #17254F;
  margin-bottom: 24px;
}
.author .author-block .author-block-person {
  display: flex;
  align-items: center;
}
.author .author-block .author-block-person img {
  margin-right: 16px;
  height: 70px;
}
.author .author-block .author-block-person .text p {
  margin: 0;
}
.author .author-block .author-block-person .text .name {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
}
.author .author-block .author-block-person .text .last-update {
  color: #9CAEE2;
}
.author .author-block .author-block-person .text .last-update-date {
  font-weight: 400;
}
.author .author-block .buttons a {
  margin-left: 12px;
}
.author .author-block .buttons a img {
  transition: 1s;
}
.author .author-block .buttons a img:hover {
  scale: 1.2;
  transition: 0s;
}
.author .author-social p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 1150px) {
  .author .author-social .buttons {
    display: flex;
    flex-direction: column;
  }
}
.author .author-social .buttons a {
  border-radius: 8px;
  padding-top: 6.5px;
  padding-bottom: 7.5px;
  display: inline-flex;
  align-content: center;
  min-width: 232px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  text-decoration: none;
  color: #FFFFFF;
}
.author .author-social .buttons a img {
  margin-right: 12px;
}
@media (max-width: 1150px) {
  .author .author-social .buttons a {
    margin-bottom: 8px;
  }
}
.author .author-social .buttons .facebook {
  background-color: #247AD8;
}
.author .author-social .buttons .whatsapp {
  background-color: #44B642;
}
.author .author-social .buttons .twitter {
  background-color: #289FE3;
}

.demo {
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 1076px;
  width: 100%;
}
@media (max-width: 351px) {
  .demo {
    position: relative;
    height: 600px;
  }
}
.demo iframe {
  height: 670px;
  width: 100%;
  border: unset;
  border-radius: 16px;
}
@media (max-width: 351px) {
  .demo iframe {
    height: 100%;
    position: absolute;
    width: 120%;
    left: -10%;
  }
}

.bonus {
  position: relative;
  background: #17254F;
  border-radius: 4px;
  max-width: 1048px;
  padding: 30px 15px;
  margin-bottom: 20px;
}
@media (max-width: 1450px) {
  .bonus {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 750px) {
  .bonus {
    width: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.bonus .priz {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  height: 150px;
}
@media (max-width: 950px) {
  .bonus .priz {
    height: 100px;
  }
}
.bonus .text {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.bonus .text-heading {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
  line-height: normal;
}
.bonus .actions {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  z-index: 4;
}
.bonus .actions .promo-code {
  position: relative;
  display: flex;
  height: 45px;
  width: 328px;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #1E483E;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}
@media (max-width: 1050px) {
  .bonus .actions .promo-code {
    width: 200px;
  }
}
@media (max-width: 750px) {
  .bonus .actions .promo-code {
    width: 160px;
  }
}
.bonus .actions .promo-code img {
  margin-left: 10px;
  margin-top: -2px;
  cursor: pointer;
}
.bonus .actions .promo-code .tooltip {
  position: absolute;
  background: #FFFFFF;
  padding: 5px;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  top: -20px;
  right: 90px;
}
.bonus .actions .promo-code.active {
  box-shadow: inset 0 0 0 1px rgb(58, 221, 103);
}
.bonus .actions .btn {
  border-radius: 4px;
  padding: 9.5px 10px 10px;
  width: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .bonus .actions .btn {
    width: 120px;
  }
}

.row {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1250px) {
  .row {
    flex-direction: column;
  }
}

.card-game {
  padding: 24px 16px 16px 16px;
  background-color: #0B1228;
  border-radius: 12px;
  display: flex;
  width: 100%;
  margin-right: 20px;
  flex-direction: column;
}
@media (max-width: 1250px) {
  .card-game {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.card-game .card-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}
.card-game a {
  margin-right: 15px;
}
.card-game img {
  width: 265px;
  margin-right: 16px;
  border-radius: 8px;
}
@media (max-width: 950px) {
  .card-game img {
    width: 100%;
  }
}
.card-game .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 1250px) {
  .card-game .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.card-game .items .item {
  background-color: #0B1228;
  border-radius: 8px;
  padding: 9px;
}
.card-game .items .item .heading {
  color: #9CAEE2;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 4px;
}
.card-game .items .item .text {
  font-weight: 400;
  line-height: 22.4px;
  margin: 0;
}

@media (max-width: 750px) {
  .company-info-max .company-image {
    width: 100%;
  }
}

.card-provider {
  padding: 24px 16px 16px 16px;
  background-color: #0B1228;
  border-radius: 12px;
  display: flex;
  min-width: 314px;
  flex-direction: column;
}
@media (max-width: 1250px) {
  .card-provider {
    width: auto;
  }
}
.card-provider p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}
.card-provider img {
  width: 100%;
  border-radius: 8px;
}
.card-provider a.btn {
  margin-top: 8px;
  text-align: center;
  margin-right: 0;
}

.related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1150px) {
  .related {
    grid-template-columns: repeat(2, 1fr);
  }
}
.related img {
  width: 100%;
  border-radius: 8px;
}

.error {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error .error-404 {
  font-size: 128px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.error p {
  color: #9CAEE2;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  margin-bottom: 64px;
}
.error .btn {
  margin-bottom: 130px;
}

.sitemap {
  display: flex;
  flex-direction: column;
}
.sitemap a {
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  padding: 16px 12px;
  margin-bottom: 8px;
  transition: 0.3s;
}
.sitemap a:hover {
  background-color: #0B1228;
  transition: 0s;
}

.cookies {
  border-radius: 24px;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  background-color: #1D2E63;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  left: 50%;
  width: 85%;
  padding: 16px;
  transform: translate(-50%, 0%);
}
@media (max-width: 750px) {
  .cookies {
    flex-direction: column;
  }
}
.cookies .cookies-block {
  display: flex;
  align-items: center;
}
.cookies .cookies-block img {
  height: 38px;
  margin-right: 16px;
  width: auto;
}
@media (max-width: 750px) {
  .cookies .cookies-block img {
    margin-left: 10px;
  }
}
.cookies .cookies-block .cookies-text-block .cookies-heading {
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 6px;
}
.cookies .cookies-block .cookies-text-block .cookies-text {
  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;
}
.cookies .cookies-links .cookies-links-btn {
  cursor: pointer;
}
@media (max-width: 750px) {
  .cookies .cookies-links .cookies-links-btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  margin-bottom: 64px;
}
@media (max-width: 950px) {
  .faq {
    grid-template-columns: repeat(1, 1fr);
  }
}
.faq .faq-item h3 {
  cursor: pointer;
  border-radius: 24px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 700;
  background-color: #17254F;
  font-size: 16px;
}
.faq .faq-item .faq-item-content {
  padding: 16px;
  background-color: #17254F;
  border-radius: 24px;
  display: none;
  margin-bottom: 8px;
}
.faq .faq-item .faq-item-content p {
  margin: 0;
  color: #9CAEE2;
}
.faq .faq-item .faq-item-content.show {
  display: block;
}
.faq .faq-item h3::after {
  content: url("/assets/images/arrow-down.svg");
  margin-right: 5px;
}
.faq .faq-item.show h3::after {
  content: url("/assets/images/arrow-up.svg");
  margin-right: 5px;
}

.content-center {
  text-align: center;
}

.tabs .tab {
  background-color: #0B1228;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .tabs .tab {
    display: flex;
    flex-direction: column;
  }
}
.tabs .tab button {
  color: #FFFFFF;
  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;
}

.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;
  }
}

input[id=radio-1]:checked ~ .glider {
  transform: translateX(0);
}

input[id=radio-2]:checked ~ .glider {
  transform: translateX(100%);
}

input[id=radio-3]:checked ~ .glider {
  transform: translateX(200%);
}

.glider {
  position: absolute;
  display: flex;
  height: 36px;
  width: 220px;
  background-color: #404A55;
  z-index: 1;
  border-radius: 6px;
  transition: 0.25s ease-out;
}
@media (max-width: 750px) {
  .glider {
    width: 160px;
  }
}

.our-partners {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.our-partners img {
  height: 20px;
  width: auto;
}

.showcase-slot {
  display: flex;
  grid-gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.showcase-slot .showcase-item {
  padding: 16px;
  border-radius: 24px;
  background: #17254F;
  max-width: 306px;
  min-width: 306px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1050px) {
  .showcase-slot .showcase-item {
    max-width: unset;
    min-width: unset;
  }
}
.showcase-slot .showcase-item .showcase-content .showcase-logo {
  height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}
.showcase-slot .showcase-item .showcase-content p {
  margin-top: 0;
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.showcase-slot .showcase-item .rtp-and-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.showcase-slot .showcase-item .rtp-and-rating .rtp {
  border-radius: 60px;
  background: #1D2E63;
  backdrop-filter: blur(10px);
  padding: 2px 8px 2px 6px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.showcase-slot .showcase-item .rtp-and-rating .rating {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
}
.showcase-slot .showcase-item .rtp-and-rating .rating img {
  margin-right: 4px;
}
.showcase-slot .showcase-item .rtp-and-rating .rating p {
  margin: 0;
}
.showcase-slot .showcase-item .btn {
  display: block;
}

.showcase {
  margin-bottom: 64px;
}
.showcase .showcase-item {
  padding: 16px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #17254F;
  margin-bottom: 16px;
}
@media (max-width: 1050px) {
  .showcase .showcase-item {
    flex-direction: column;
  }
}
.showcase .showcase-item .showcase-image {
  position: relative;
  margin-right: 16px;
}
.showcase .showcase-item .showcase-image .num {
  border-radius: 42px;
  background: linear-gradient(180deg, #028FF9 0%, #0F59C6 100%);
  height: 30px;
  width: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
}
.showcase .showcase-item .showcase-image .showcase-logo {
  height: auto;
  width: 220px;
  border-radius: 16px;
}
.showcase .showcase-item .showcase-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-right: 16px;
  width: 100%;
}
@media (max-width: 1050px) {
  .showcase .showcase-item .showcase-content {
    width: 100%;
    justify-content: center;
    margin-bottom: 16px;
    margin-left: 16px;
  }
}
.showcase .showcase-item .showcase-content .name-and-rating {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.showcase .showcase-item .showcase-content .name-and-rating .name {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
}
@media (max-width: 750px) {
  .showcase .showcase-item .showcase-content .name-and-rating .name {
    display: none;
  }
}
.showcase .showcase-item .showcase-content .name-and-rating .rating {
  display: flex;
  align-items: center;
}
.showcase .showcase-item .showcase-content .name-and-rating .rating .stars {
  margin-right: 4px;
}
@media (max-width: 750px) {
  .showcase .showcase-item .showcase-content .name-and-rating .rating .stars {
    margin-bottom: 16px;
  }
}
.showcase .showcase-item .showcase-content .name-and-rating .rating .stars .gray {
  filter: grayscale(100%);
  opacity: 0.2;
}
.showcase .showcase-item .showcase-content .welcome {
  color: #2EB68B;
  font-size: 18px;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 16px;
}
.showcase .showcase-item .showcase-content .text {
  margin-top: 0;
  margin-bottom: 16px;
}
.showcase .showcase-item .showcase-content .showcase-promocode {
  border-radius: 60px;
  border: 1px solid #2EB68B;
  background: #1D2E63;
  padding: 16px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.showcase .showcase-item .showcase-content .showcase-promocode p {
  margin: 0;
  width: 100%;
  text-align: center;
}
.showcase .showcase-item .showcase-content .showcase-promocode p a {
  text-decoration: none;
}
.showcase .showcase-item .buttons {
  display: flex;
  min-width: 230px;
  flex-direction: column;
}
@media (max-width: 1050px) {
  .showcase .showcase-item .buttons {
    flex-direction: row;
    width: 100%;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.showcase .showcase-item .buttons .btn {
  margin-bottom: 8px;
}
@media (max-width: 1050px) {
  .showcase .showcase-item .buttons .btn {
    width: 100%;
  }
}

.download-apps {
  position: fixed;
  display: flex;
  flex-direction: column;
  bottom: 24px;
  right: 24px;
  z-index: 200;
}
@media (max-width: 1050px) {
  .download-apps {
    display: none;
  }
}
.download-apps a {
  display: flex;
  background: #2EB68B;
  border-radius: 999px;
  padding: 16px;
  margin-bottom: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.download-apps a p {
  margin: 0;
  width: 100%;
  text-align: center;
}
.download-apps a img {
  margin-left: 12px;
  width: 24px;
  height: 24px;
}

.snippet-left {
  display: flex;
}
@media (max-width: 750px) {
  .snippet-left {
    flex-direction: column;
  }
}
.snippet-left .snippet-text {
  width: 100%;
}
.snippet-left .snippet-image {
  margin-right: 20px;
  min-width: 300px;
}
@media (max-width: 750px) {
  .snippet-left .snippet-image {
    min-width: unset;
    width: 100%;
    margin-bottom: 10px;
  }
}
.snippet-left .snippet-image .image {
  max-width: 300px;
  height: auto;
}
@media (max-width: 750px) {
  .snippet-left .snippet-image .image {
    max-width: unset;
    width: 100%;
  }
}

.snippet-right {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .snippet-right {
    flex-direction: column-reverse;
  }
}
.snippet-right .snippet-image {
  min-width: 300px;
}
@media (max-width: 750px) {
  .snippet-right .snippet-image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.snippet-right .snippet-image .image {
  max-width: 300px;
  height: auto;
}
@media (max-width: 750px) {
  .snippet-right .snippet-image .image {
    max-width: unset;
    width: 100%;
  }
}
.snippet-right .snippet-text {
  width: 100%;
  margin-right: 20px;
}
