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

body {
  display: flex;
  margin: 0;
  background-color: #070910;
  color: #FFFFFF;
  position: relative;
  overflow-x: hidden;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 0px) and (max-width: 575px) {
  .container {
    width: unset;
  }
}

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

h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 38.73px;
}

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

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

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

.mb-20 {
  margin-bottom: 20px !important;
}

.w-30 {
  width: 30%;
}

.w-100 {
  width: 100%;
}

.hidden {
  display: none;
}

.d-flex {
  display: flex;
}

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

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

.content {
  width: 100%;
}

.topbar {
  background: #070910;
  position: fixed;
  z-index: 90;
  width: -webkit-fill-available;
  padding: 5px 16px 5px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1150px) {
  .topbar {
    justify-content: flex-end;
  }
}
@media (max-width: 750px) {
  .topbar {
    z-index: 200;
    padding: 15px;
    justify-content: center;
  }
}
.topbar .header {
  display: flex;
  width: 100%;
  max-width: 1320px;
}
@media (max-width: 750px) {
  .topbar .header {
    justify-content: space-between;
    margin-bottom: 15px;
  }
}
@media (max-width: 400px) {
  .topbar .header {
    flex-wrap: wrap;
  }
}
.topbar .header .logotype {
  height: 60px;
}
@media (max-width: 750px) {
  .topbar .header .logotype {
    height: 40px;
  }
}
.topbar .header .flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 400px) {
  .topbar .header .flex {
    justify-content: space-between;
  }
}
.topbar .header .flex .burger-menu {
  margin-left: 11.5px;
  display: none;
}
@media (max-width: 750px) {
  .topbar .header .flex .burger-menu {
    display: block;
  }
}
.topbar .header .flex .auth a {
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  line-height: 140%;
}
@media (max-width: 750px) {
  .topbar .header .flex .auth a {
    padding: 6px 12px 7px;
  }
}
.topbar .header .flex .auth .login {
  border: 1px solid #FD3636;
  margin-right: 10px;
  transition: 0.3s;
}
.topbar .header .flex .auth .login:hover {
  background: #FD3636;
}
.topbar .header .flex .auth .reg {
  background: #2067FF;
  transition: 0.3s;
}
.topbar .header .flex .auth .reg:hover {
  background: #0051ff;
}
.topbar .header .flex .block-menu {
  display: flex;
  line-height: 140%;
  list-style-type: none;
  margin-right: 40px;
  margin-top: 0;
}
@media (max-width: 750px) {
  .topbar .header .flex .block-menu {
    display: none;
    position: absolute;
    background-color: #070910;
    width: 100%;
    height: 82vh;
    overflow: auto;
    top: 70px;
    left: 0;
    font-size: 18px;
    padding: 15px;
    z-index: 10;
  }
}
.topbar .header .flex .block-menu li {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .topbar .header .flex .block-menu li {
    padding-bottom: 25px;
  }
}
.topbar .header .flex .block-menu li a {
  text-decoration: none;
}
.topbar .header .flex .block-menu li a.active, .topbar .header .flex .block-menu li a:hover {
  margin-bottom: -24px;
  border-bottom: 1px solid #FD3636;
  position: relative;
  top: -8px;
  padding-bottom: 6px;
}
.topbar .content-list {
  display: flex;
  width: 100%;
  max-width: 1320px;
  border-radius: 8px;
  background: #141C41;
  align-items: center;
}
@media (max-width: 750px) {
  .topbar .content-list .content-list-label {
    display: none;
  }
}
.topbar .content-list .content-list-label p {
  margin: 8px 16px;
  font-weight: 700;
  color: #FFFFFF;
}
.topbar .content-list .content-list-items {
  margin: 8px 16px;
  position: relative;
  display: flex;
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 5px;
}
.topbar .content-list .content-list-items ul {
  list-style: none;
  margin: 0 0 0 -43px;
}
.topbar .content-list .content-list-items ul li {
  display: inline-block;
}
.topbar .content-list .content-list-items ul li a {
  border-radius: 6px;
  display: flex;
  line-height: 140%;
  padding: 8px 10px;
  background: #1F2A5D;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
}
@media (max-width: 750px) {
  .topbar .content-list .content-list-items ul li a {
    font-size: 12px;
  }
}
.topbar .content-list .content-list-items ul li a:hover {
  border: 1px solid #2067FF;
  padding: 7px 9px;
}
.topbar .content-list .content-list-items ul li a.active {
  border: 1px solid #2067FF;
  padding: 7px 9px;
}
.topbar .content-list .content-list-items::-webkit-scrollbar {
  height: 2px;
}
.topbar .content-list .content-list-items::-webkit-scrollbar:hover {
  height: 8px;
}
.topbar .content-list .content-list-items::-webkit-scrollbar-thumb {
  background: #FD3636;
}

.heading-item {
  position: absolute;
  z-index: -1;
  padding-top: 140px;
  margin-top: -140px;
}

.breadcrumbs {
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .breadcrumbs {
    margin-bottom: 0;
  }
}
.breadcrumbs a {
  color: rgba(255, 255, 255, 0.54);
  text-decoration: none;
}
.breadcrumbs .arrow {
  margin-bottom: -5px;
}

.btn {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  margin-right: 12px;
  text-decoration: none;
  line-height: 25.5px;
}
@media (max-width: 750px) {
  .btn {
    padding: 1px 16px;
    border-radius: 6px;
  }
}

.container {
  z-index: 50;
  position: relative;
  padding: 80px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  .container {
    display: block;
    padding: 155px 15px 15px 15px;
  }
}

.box-heading {
  width: 100%;
  max-width: 1320px;
  padding: 24px 16px 0 16px;
}
@media (max-width: 750px) {
  .box-heading {
    width: auto;
    max-width: unset;
    padding: 16px 0;
  }
}
.box-heading h2 {
  margin-bottom: 0;
}
.box-heading h3:first-child {
  margin-top: 0;
}

.box {
  width: 100%;
  max-width: 1320px;
  padding: 24px 16px;
  margin-bottom: 20px;
  z-index: 0;
}
@media (max-width: 750px) {
  .box {
    width: auto;
    max-width: unset;
    padding: 16px 0;
  }
}
.box p {
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 22px;
}
.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-top: 10px;
  margin-bottom: 0;
  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;
}

.first-block {
  background: #141C41;
  border-radius: 8px;
  width: 100%;
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .first-block {
    flex-direction: column-reverse;
  }
}
.first-block .first-block-text {
  background: #1F2A5D;
  padding: 24px;
  width: 50%;
  margin-right: 20px;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 750px) {
  .first-block .first-block-text {
    padding: 0;
    margin-right: 0;
    width: 100%;
    border-radius: 0 0 8px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.first-block .first-block-text h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 99.22%;
}
@media (max-width: 750px) {
  .first-block .first-block-text h1 {
    margin: 10px;
  }
}
.first-block .first-block-text p {
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 750px) {
  .first-block .first-block-text p {
    margin: 10px;
  }
}
.first-block .first-block-text .btn {
  text-align: center;
  background: #2067FF;
  line-height: 140%;
  padding: 13px 16px 14px 16px;
  border: none;
  min-width: 180px;
  display: inline-block;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .first-block .first-block-text .btn {
    margin: 10px 20px;
    width: 100%;
    padding: 15px 0;
  }
}
.first-block .first-block-text .btn:hover {
  background: #0051ff;
}
.first-block .first-block-image {
  width: 45%;
}
@media (max-width: 750px) {
  .first-block .first-block-image {
    width: 100%;
  }
}
.first-block .first-block-image img {
  border-radius: 0 8px 8px 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -4px;
}
@media (max-width: 750px) {
  .first-block .first-block-image img {
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
  }
}

.footer {
  padding: 20px;
  background: #141C41;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1450px) {
  .footer {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .footer {
    width: auto;
    max-width: unset;
  }
}
.footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1320px;
  border-bottom: 1px solid #1F2A5D;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media (max-width: 400px) {
  .footer .footer-top {
    flex-direction: column;
  }
}
.footer .footer-top .flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 400px) {
  .footer .footer-top .flex {
    justify-content: center;
  }
}
.footer .footer-top .flex .links {
  padding-left: 10px;
  padding-right: 10px;
}
.footer .footer-top .flex .links a {
  line-height: 140%;
  text-decoration: none;
  margin: 8px;
}
.footer .footer-top .flex .links a:hover {
  color: rgba(255, 255, 255, 0.54);
}
.footer .footer-top .flex .social a {
  text-decoration: none;
}
.footer .footer-top .flex .social a .social-item {
  height: 38px;
  width: auto;
  border-radius: 6px;
  margin: 0 0 0 6px;
}
.footer .footer-bottom {
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1450px) {
  .footer .footer-bottom {
    flex-direction: column;
  }
}
.footer .footer-bottom .links {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1450px) {
  .footer .footer-bottom .links {
    margin-bottom: 15px;
  }
}
@media (max-width: 750px) {
  .footer .footer-bottom .links {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
}
.footer .footer-bottom .links a {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: rgba(255, 255, 255, 0.54);
  text-decoration: none;
  margin-right: 24px;
  margin-bottom: 8px;
  transition: 0.3s;
}
.footer .footer-bottom .links a:hover {
  color: #FFFFFF;
}
.footer .footer-bottom .logos {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .footer .footer-bottom .logos {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer .footer-bottom .logos img {
  height: 20px;
  margin-left: 20px;
}
.footer .footer-bottom .logos .dmca {
  height: 26px;
}
.footer .footer-bottom .logos .mga {
  height: 22.5px;
}
.footer .footer-bottom .logos .gamble-aware {
  height: 15.3px;
}
.footer .footer-bottom .logos .logo18 {
  height: 40px;
}
.footer .footer-bottom .logos .gamcare {
  height: 25.5px;
}
.footer .footer-copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
}

.snippet-left {
  display: flex;
}
@media (max-width: 750px) {
  .snippet-left {
    flex-direction: column;
  }
}
.snippet-left .snippet-image {
  margin-right: 20px;
  min-width: 380px;
}
@media (max-width: 750px) {
  .snippet-left .snippet-image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.snippet-left .snippet-image .image {
  max-width: 380px;
  height: auto;
}
@media (max-width: 750px) {
  .snippet-left .snippet-image .image {
    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: 380px;
}
@media (max-width: 750px) {
  .snippet-right .snippet-image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.snippet-right .snippet-image .image {
  max-width: 380px;
  height: auto;
}
@media (max-width: 750px) {
  .snippet-right .snippet-image .image {
    width: 100%;
  }
}
.snippet-right .snippet-text {
  margin-right: 20px;
}

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

figure.table {
    margin: 0;
}

table {
  width: 100%;
  border-spacing: 0 8px;
  display: inline-table;
}
@media (max-width: 750px) {
  table {
    overflow-x: auto;
    white-space: nowrap;
  }
}
table thead tr {
  background-color: #1F2A5D;
}
table thead tr td {
  border: 0;
  border-collapse: collapse;
  width: auto;
  padding: 10px 12px;
  font-weight: 700;
}
table thead tr td:first-child {
  border-radius: 8px 0 0 8px;
}
table thead tr td:last-child {
  border-radius: 0 8px 8px 0;
}
table tbody a {
  color: rgba(255, 255, 255, 0.54);
}
table tbody tr td {
  border: 0;
  border-collapse: collapse;
  width: auto;
  padding: 10px 12px;
}
table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
  font-weight: 700;
}
table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}
table tbody tr td:not(:first-child) {
  color: rgba(255, 255, 255, 0.54);
}
table tbody tr:nth-child(2n) {
  background-color: #1F2A5D;
}

.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: rgba(255, 255, 255, 0.54);
  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: #070910;
  transition: 0s;
}

.cookies {
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  background-color: #070910;
  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 {
  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;
  margin-right: 80px;
}
@media (max-width: 750px) {
  .cookies .cookies-links .cookies-links-btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.author {
  border-radius: 8px;
  background: #141C41;
  padding: 16px;
}
.author .author-item {
  display: flex;
  justify-content: space-between;
}
.author .author-item .flex {
  display: flex;
  margin-bottom: 16px;
}
.author .author-item .flex .avatar {
  height: 76.59px;
  margin-right: 16px;
}
.author .author-item .flex .info .name {
  margin: 0;
  font-weight: 700;
}
.author .author-item .flex .info .label {
  margin-top: 8px;
  font-size: 14px;
  color: #9CA4C9;
}
.author .author-item .author-social a {
  text-decoration: none;
}
.author .author-item .author-social a .social-item {
  height: 38px;
  width: auto;
  border-radius: 6px;
  margin: 0 0 0 6px;
}
.author .text {
  line-height: 140%;
  margin: 0;
}
.author .date {
  font-size: 12px;
  line-height: 142%;
  color: #9CA4C9;
  text-align: right;
}

.faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
@media (max-width: 950px) {
  .faq {
    grid-template-columns: repeat(1, 1fr);
  }
}
.faq .faq-item h3 {
  cursor: pointer;
  border-radius: 8px;
  padding: 14px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 700;
  background-color: #141C41;
  font-size: 16px;
}
.faq .faq-item .faq-item-content {
  padding: 9px 12px;
  background-color: #141C41;
  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("/assets/default/images/arrow-down.svg");
  margin-right: 5px;
}
.faq .faq-item.show h3::after {
  content: url("/assets/default/images/arrow-up.svg");
  margin-right: 5px;
}

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

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%);
}

.showcase .showcase-item {
  padding: 16px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  background-color: #141C41;
  margin-bottom: 16px;
}
@media (max-width: 750px) {
  .showcase .showcase-item {
    align-items: center;
    flex-direction: column;
  }
}
.showcase .showcase-item .showcase-logo {
  border-radius: 6px;
  height: 150px;
  width: auto;
  margin-right: 16px;
}
@media (max-width: 750px) {
  .showcase .showcase-item .showcase-logo {
    width: 100%;
    height: auto;
  }
}
.showcase .showcase-item .showcase-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  .showcase .showcase-item .showcase-content {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }
}
.showcase .showcase-item .showcase-content strong {
  font-size: 20px;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 16px;
}
.showcase .showcase-item .showcase-content .rating {
  display: flex;
  align-items: center;
}
.showcase .showcase-item .showcase-content .rating .stars {
  margin-right: 8px;
}
.showcase .showcase-item .showcase-content .rating .stars .gray {
  filter: grayscale(100%);
  opacity: 0.2;
}
.showcase .showcase-item .showcase-content .rating p {
  font-weight: 700;
  margin: 0;
  color: #9CA4C9;
}
.showcase .showcase-item .showcase-content .rating p span {
  color: #FFFFFF;
}
.showcase .showcase-item .showcase-content .text {
  margin: 16px 0 0 0;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .showcase .showcase-item .showcase-content .text {
    line-height: unset;
  }
}
.showcase .showcase-item .showcase-deposit {
  min-width: 165px;
  background: #1F2A5D;
  border-radius: 6px;
  padding: 16px;
}
@media (max-width: 750px) {
  .showcase .showcase-item .showcase-deposit {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 750px) {
  .showcase .showcase-item .showcase-deposit p {
    padding: 0 15px;
  }
}
.showcase .showcase-item .showcase-deposit .label {
  margin-top: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #9CA4C9;
}
.showcase .showcase-item .showcase-deposit .deposit {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.showcase .showcase-item .showcase-play {
  padding: 0 40px;
}
@media (max-width: 750px) {
  .showcase .showcase-item .showcase-play {
    padding: 0;
    width: 100%;
  }
}
.showcase .showcase-item .showcase-play .btn {
  padding: 12px 16px;
  text-align: center;
  border: none;
  display: inline-block;
  min-width: 240px;
  width: 100%;
  background: #2067FF;
  line-height: 140%;
  border-radius: 6px;
  margin-bottom: 17px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .showcase .showcase-item .showcase-play .btn {
    padding: 15px 0;
  }
}
.showcase .showcase-item .showcase-play .btn:hover {
  background: #0051ff;
}
.showcase .showcase-item .showcase-play .payments {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .showcase .showcase-item .showcase-play .payments {
    justify-content: center;
  }
}
.showcase .showcase-item .showcase-play .payments img {
  height: 24px;
  margin-right: 17px;
}
.showcase .showcase-item .showcase-play .payments span {
  font-size: 14px;
}

.showcase-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.showcase-grid .showcase-item {
  min-width: 392px;
  padding: 16px;
  border-radius: 8px;
  background-color: #141C41;
}
@media (max-width: 750px) {
  .showcase-grid .showcase-item {
    min-width: unset;
    width: 100%;
    flex-direction: column;
  }
}
.showcase-grid .showcase-item .showcase-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 750px) {
  .showcase-grid .showcase-item .showcase-content {
    width: 100%;
    align-items: center;
    margin-bottom: 16px;
  }
}
.showcase-grid .showcase-item .showcase-content .showcase-logo {
  border-radius: 6px;
  height: 107px;
  width: auto;
  margin-right: 16px;
}
.showcase-grid .showcase-item .showcase-content .flex {
  display: flex;
  flex-direction: column;
}
.showcase-grid .showcase-item .showcase-content .flex strong {
  font-size: 20px;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 16px;
}
.showcase-grid .showcase-item .showcase-content .flex .rating {
  display: flex;
  align-items: center;
}
.showcase-grid .showcase-item .showcase-content .flex .rating .stars {
  margin-right: 8px;
}
.showcase-grid .showcase-item .showcase-content .flex .rating .stars .gray {
  filter: grayscale(100%);
  opacity: 0.2;
}
.showcase-grid .showcase-item .showcase-content .flex .rating p {
  font-weight: 700;
  margin: 0;
  color: #9CA4C9;
}
.showcase-grid .showcase-item .showcase-content .flex .rating p span {
  color: #FFFFFF;
}
.showcase-grid .showcase-item .text {
  margin: 18px 0 18px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.showcase-grid .showcase-item .showcase-deposit {
  display: flex;
  background: #1F2A5D;
  border-radius: 6px;
  padding: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}
.showcase-grid .showcase-item .showcase-deposit .col {
  width: 50%;
}
.showcase-grid .showcase-item .showcase-deposit .col .label {
  margin-top: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #9CA4C9;
}
.showcase-grid .showcase-item .showcase-deposit .col .deposit {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.showcase-grid .showcase-item .showcase-play {
  display: grid;
}
.showcase-grid .showcase-item .showcase-play .btn {
  padding: 12px 16px;
  text-align: center;
  border: none;
  background: #2067FF;
  line-height: 140%;
  border-radius: 6px;
  transition: 0.3s;
  margin: 0;
}
.showcase-grid .showcase-item .showcase-play .btn:hover {
  background: #0051ff;
}

.reviews {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.reviews .review {
  width: 280px;
  background: #141C41;
  border-radius: 8px;
  padding: 16px;
}
@media (max-width: 750px) {
  .reviews .review {
    width: 100%;
  }
}
.reviews .review .user {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
}
.reviews .review .user .avatar {
  height: 52.6px;
  margin-right: 16px;
}
.reviews .review .user .user-info .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}
.reviews .review .user .user-info .city {
  color: #9CA4C9;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  display: flex;
  align-items: center;
}
.reviews .review .user .user-info .city img {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.reviews .review .rating {
  display: flex;
  align-items: center;
}
.reviews .review .rating .stars {
  margin-right: 8px;
}
.reviews .review .rating .stars .gray {
  filter: grayscale(100%);
  opacity: 0.2;
}
.reviews .review .rating p {
  font-weight: 700;
  margin: 0;
  color: #9CA4C9;
}
.reviews .review .rating p span {
  color: #FFFFFF;
}

.slots {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.slots .slot {
  width: 200px;
}
@media (max-width: 750px) {
  .slots .slot {
    width: 46%;
  }
}
.slots .slot .item {
  position: relative;
  height: 300px;
  border-radius: 8px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .slots .slot .item {
    height: unset;
  }
}
.slots .slot .item .logo {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.slots .slot .item .info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  border-radius: 8px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
.slots .slot .item .info .top {
  margin: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slots .slot .item .info .top .rtp {
  padding: 8px 10px;
  border-radius: 44px;
  background: rgba(0, 0, 0, 0.48);
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.54);
}
.slots .slot .item .info .top .rtp span {
  color: #FFFFFF;
}
.slots .slot .item .info .top .level {
  padding: 8px 10px;
  border-radius: 44px;
  background: rgba(0, 0, 0, 0.48);
  color: #60DA60;
  font-size: 14px;
  font-weight: 600;
}
.slots .slot .item .info .action {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slots .slot .item .info .action .btn {
  padding: 8px 16px;
  text-align: center;
  border: none;
  min-width: 116px;
  transition: 0.3s;
}
.slots .slot .item .info .action .btn.btn-play {
  background: #2067FF;
  margin-bottom: 8px;
}
.slots .slot .item .info .action .btn.btn-play:hover {
  background: #0051ff;
}
.slots .slot .item .info .action .btn.btn-demo {
  color: #070910;
  background: #FFFFFF;
}
.slots .slot .item .info .action .btn.btn-demo:hover {
  background: #9CA4C9;
}
.slots .slot .item .info .bottom {
  background: rgba(0, 0, 0, 0.48);
  color: rgba(255, 255, 255, 0.54);
  border-radius: 0 0 8px 8px;
  padding: 6px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.slots .slot .item:hover .info {
  display: flex;
}
.slots .slot p {
  font-weight: 700;
}

.advantages {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.advantages .advantage {
  max-width: 280px;
  background: #141C41;
  border-radius: 8px;
  padding: 16px;
}
@media (max-width: 750px) {
  .advantages .advantage {
    max-width: unset;
    width: 100%;
  }
}
.advantages .advantage .heading {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.advantages .advantage .heading .num {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-weight: 700;
  background: #2067FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.advantages .advantage .heading p {
  width: 85%;
  font-weight: 700;
  margin: 0;
}
.advantages .advantage .text {
  margin: 0;
}

.download-app {
  position: fixed;
  bottom: 45%;
  right: 40px;
  text-transform: uppercase;
  display: flex;
  z-index: 200;
  height: auto;
  margin: 0 auto -1px;
  flex-direction: column;
}
@media (max-width: 750px) {
  .download-app {
    padding: 12px;
    bottom: 0;
    right: unset;
    background: #1F2A5D;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    min-width: 100%;
    flex-direction: unset;
  }
}
.download-app a {
  background: #41E691;
  width: 100%;
  padding: 5px 0;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
@media (max-width: 750px) {
  .download-app a {
    margin-bottom: unset;
    margin-right: 30px;
  }
}
.download-app a p {
  margin: 0;
  color: #134F38;
}
.download-app a p span {
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.48);
}
.download-app .mr-10 {
  margin-right: 10px;
}
