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

body {
  display: flex;
  margin: 0;
  background-color: #0C1C3A;
  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: 32px;
  margin-bottom: 20px;
  line-height: 105%;
  text-transform: uppercase;
  font-weight: 400;
}

.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: #0C1C3A;
  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;
  justify-content: space-between;
  width: 100%;
  max-width: 1360px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .topbar .header {
    margin-bottom: 15px;
    margin-top: 0;
  }
}

.topbar .header .logotype {
  height: 50px;
}

@media (max-width: 750px) {
  .topbar .header .logotype {
    height: 40px;
  }
}

.topbar .header .block-menu {
  display: flex;
  line-height: 140%;
  list-style-type: none;
  margin-right: 40px;
  margin-top: 0;
}

@media (max-width: 750px) {
  .topbar .header .block-menu {
    display: none;
    position: absolute;
    background-color: #0C1C3A;
    width: 100%;
    height: 82vh;
    overflow: auto;
    top: 70px;
    left: 0;
    font-size: 18px;
    padding: 15px;
    z-index: 10;
  }
}

.topbar .header .block-menu li {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

@media (max-width: 750px) {
  .topbar .header .block-menu li {
    padding-bottom: 25px;
  }
}

.topbar .header .block-menu li a {
  text-decoration: none;
}

.topbar .header .block-menu li a.active,
.topbar .header .block-menu li a:hover {
  margin-bottom: -24px;
  border-bottom: 1px solid #F58500;
  position: relative;
  top: -8px;
  padding-bottom: 6px;
}

.topbar .header .flex {
  display: flex;
  align-items: center;
}

.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: 16px;
  border-radius: 32px;
  text-decoration: none;
  line-height: 140%;
  text-transform: uppercase;
}

@media (max-width: 750px) {
  .topbar .header .flex .auth a {
    padding: 6px 12px 7px;
  }
}

.topbar .header .flex .auth .login {
  border: 1px solid #F58500;
  margin-right: 10px;
  transition: 0.3s;
}

.topbar .header .flex .auth .login:hover {
  background: #F58500;
}

.topbar .header .flex .auth .reg {
  background: #1CA3F7;
  transition: 0.3s;
}

.topbar .header .flex .auth .reg:hover {
  background: #1CA3F7;
}

.topbar .content-list {
  display: flex;
  width: 100%;
  max-width: 1360px;
  border-radius: 73px;
  border: 1px solid #4B5973;
  align-items: center;
}

.topbar .content-list .content-list-items {
  margin: unset;
  position: relative;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  margin: 16px;
}

@media (max-width: 750px) {
  .topbar .content-list .content-list-items {
    margin: 8px;
    overflow: auto;
  }
}

.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: 24px;
  display: flex;
  line-height: 140%;
  padding: 8px 10px;
  margin-left: 4px;
  margin-right: 4px;
  border: 1px solid #4B5973;
  text-decoration: none;
  text-transform: uppercase;
}

@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,
.topbar .content-list .content-list-items ul li a.active {
  border: 1px solid #F58500;
  padding: 8px 10px;
}

.topbar .content-list .content-list-items::-webkit-scrollbar {
  height: 0;
}

.topbar .content-list .content-list-items::-webkit-scrollbar:hover {
  height: 8px;
}

.topbar .content-list .content-list-items::-webkit-scrollbar-thumb {
  background: #F58500;
}

.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: #FFFFFF;
  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: 1360px;
  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: 1360px;
  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 {
  width: 100%;
  display: flex;
  margin-bottom: 60px;
}

@media (max-width: 750px) {
  .first-block {
    flex-direction: column-reverse;
  }
}

.first-block .first-block-text {
  background: #13274C;
  border-radius: 32px;
  padding: 24px;
  width: 50%;
  margin-right: 20px;
}

@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: 62px;
  font-weight: 400;
  line-height: 96%;
  text-transform: uppercase;
}

@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 .action {
  padding: 13px 16px 14px 16px;
}

.first-block .first-block-text .action .btn {
  border-radius: 32px;
  text-align: center;
  background: #1CA3F7;
  line-height: 140%;
  border: none;
  min-width: 180px;
  display: inline-block;
  transition: 0.3s;
  text-transform: uppercase;
}

@media (max-width: 750px) {
  .first-block .first-block-text .action .btn {
    width: 100%;
    padding: 15px 0;
  }
}

.first-block .first-block-text .action .btn:hover {
  opacity: 0.9;
}

.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: 32px;
  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 {
  margin-bottom: 40px;
  border-radius: 32px;
  border: 1px solid #4B5973;
  width: 100%;
  max-width: 1360px;
  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 {
  margin: 16px 16px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1340px;
  border-bottom: 1px solid #4B5973;
  padding-bottom: 16px;
}

.footer .footer-top .flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.footer .footer-top .flex .links {
  padding-left: 10px;
  padding-right: 10px;
}

.footer .footer-top .flex .links a {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 140%;
  text-decoration: none;
  margin: 8px;
}

.footer .footer-top .flex .links a:hover,
.footer .footer-top .flex .links a:active {
  color: #FFFFFF;
}

.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 {
  margin: 16px;
  width: 100%;
  max-width: 1340px;
  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: 12px;
  font-weight: 500;
  line-height: 120%;
  color: #ADB7C9;
  text-transform: uppercase;
  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: #ADB7C9;
  font-size: 14px;
  margin-bottom: 16px;
}

.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: 380px;
}

@media (max-width: 750px) {
  .snippet-left .snippet-image {
    min-width: unset;
    width: 100%;
    margin-bottom: 10px;
  }
}

.snippet-left .snippet-image .image {
  max-width: 380px;
  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: 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 {
    max-width: unset;
    width: 100%;
  }
}

.snippet-right .snippet-text {
  width: 100%;
  margin-right: 20px;
}

.advantages {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.advantages .advantage {
  max-width: 280px;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid #4B5973;
}

@media (max-width: 750px) {
  .advantages .advantage {
    max-width: unset;
    width: 100%;
  }
}

.advantages .advantage .heading {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 120%;
  margin-bottom: 8px;
}

.advantages .advantage .text {
  line-height: 140%;
  color: #ADB7C9;
}

.pros-and-cons {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-direction: row;
}

@media (max-width: 750px) {
  .pros-and-cons {
    flex-direction: column;
  }
}

.pros-and-cons .pros {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid #94EB51;
}

.pros-and-cons .pros .heading {
  font-size: 24px;
  font-weight: 500;
  color: #94EB51;
  text-transform: uppercase;
}

.pros-and-cons .pros .list-item {
  color: #ADB7C9;
  line-height: 140%;
  display: flex;
  align-items: flex-start;
}

.pros-and-cons .pros .list-item img {
  margin-right: 10px;
}

.pros-and-cons .cons {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid #FF3F3F;
}

.pros-and-cons .cons .heading {
  font-size: 24px;
  font-weight: 500;
  color: #94EB51;
  text-transform: uppercase;
}

.pros-and-cons .cons .list-item {
  color: #ADB7C9;
  line-height: 140%;
  display: flex;
  align-items: flex-start;
}

.pros-and-cons .cons .list-item img {
  margin-right: 10px;
}

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

table {
  width: 100%;
  border-spacing: 0;
  display: inline-table;
  border-radius: 32px;
  border: 1px solid #4B5973;
}

@media (max-width: 750px) {
  table {
    overflow-x: auto;
    white-space: nowrap;
  }
}

table thead tr td {
  border-collapse: collapse;
  width: auto;
  padding: 16px;
  font-weight: 400;
  border-bottom: 1px solid #4B5973;
}

table thead tr td:first-child {
  color: #ADB7C9;
}

table tbody a {
  color: #FFFFFF;
}

table tbody tr td {
  border-collapse: collapse;
  width: auto;
  padding: 16px;
  border-bottom: 1px solid #4B5973;
}

table tbody tr td:first-child {
  font-weight: 400;
  color: #ADB7C9;
}

table tbody tr td:not(:first-child) {
  font-weight: 400;
  color: #FFFFFF;
}

table tbody tr:last-child td {
  border: unset;
}

.comparison-table table thead tr th {
  background: #13274C;
  padding: 8px 16px;
  border-right: 1px solid #4B5973;
  border-bottom: 1px solid #4B5973;
}

.comparison-table table thead tr th:first-child {
  border-radius: 32px 0 0 0;
}

.comparison-table table thead tr th:last-child {
  border-radius: 0 32px 0 0;
  border-right: unset;
}

.comparison-table table tbody tr td {
  border-right: 1px solid #4B5973;
  border-bottom: 1px solid #4B5973;
}

.comparison-table table tbody tr td:last-child {
  border-right: unset;
}

.comparison-table table tbody tr:last-child td {
  border-bottom: unset;
}

.comparison-table table tbody .name,
.comparison-table table tbody payment {
  line-height: 140%;
  color: #FFFFFF;
}

.comparison-table table tbody .welcome {
  color: #94EB51;
  line-height: 140%;
}

.comparison-table table tbody .rtp {
  color: #94EB51;
  line-height: 140%;
}

.comparison-table table tbody .rating {
  display: flex;
  align-items: center;
}

.comparison-table table tbody .rating .stars {
  margin-right: 8px;
}

.comparison-table table tbody .rating p {
  font-weight: 700;
  margin: 0;
}

.comparison-table table tbody .btn {
  width: 100%;
  padding: 12px 16px;
  text-align: center;
  border: none;
  background: #1CA3F7;
  line-height: 140%;
  border-radius: 32px;
  transition: 0.3s;
  margin: 0;
}

.comparison-table table tbody .btn:hover {
  background: #1CA3F7;
}

.comparison-table table tbody .btn.btn-secondary {
  background: none;
  border: 1px solid #F58500;
}

.comparison-table table tbody .btn.btn-secondary:hover {
  background: #F58500;
}

.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: #FFFFFF;
  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: #13274C;
  transition: 0s;
}

.cookies {
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  background-color: #13274C;
  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;
  }
}

.authors {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.authors .author {
  width: 280px;
  padding: 16px;
  border-radius: 32px;
  border: 1px solid #4B5973;
  padding: 16px;
}

@media (max-width: 750px) {
  .authors .author {
    width: 100%;
  }
}

.authors .author .author-item {
  display: flex;
  justify-content: space-between;
}

.authors .author .author-item .flex {
  display: flex;
  margin-bottom: 16px;
}

.authors .author .author-item .flex .avatar {
  height: 76.59px;
  margin-right: 16px;
}

.authors .author .author-item .flex .info .name {
  margin: 0;
  font-weight: 700;
}

.authors .author .author-item .flex .info .label {
  margin-top: 8px;
  font-size: 14px;
  color: #ADB7C9;
}

.authors .author .author-item .author-social a {
  text-decoration: none;
}

.authors .author .author-item .author-social a .social-item {
  height: 38px;
  width: auto;
  border-radius: 6px;
  margin: 0 0 0 6px;
}

.authors .author .heading {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #ADB7C9;
}

.authors .author .text {
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 16px;
}

.authors .author .slot-play {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}

.authors .author .slot-play .btn {
  width: 100%;
  padding: 12px 16px;
  text-align: center;
  border: none;
  background: #1CA3F7;
  line-height: 140%;
  border-radius: 32px;
  transition: 0.3s;
  margin: 0;
}

.authors .author .slot-play .btn:hover {
  background: #1CA3F7;
}

.authors .author .slot-play .btn.btn-secondary {
  background: none;
  border: 1px solid #F58500;
}

.authors .author .slot-play .btn.btn-secondary:hover {
  background: #F58500;
}

.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: 32px;
  border: 1px solid #4B5973;
  padding: 14px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
}

.faq .faq-item .faq-item-content {
  padding: 9px 12px;
  border-radius: 32px;
  border: 1px solid #4B5973;
  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("../img/arrow-down.svg");
  margin-right: 5px;
}

.faq .faq-item.show h3::after {
  content: url("../img/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: 32px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  border: 2px solid #1CA3F7;
}

@media (max-width: 750px) {
  .showcase .showcase-item {
    align-items: center;
    flex-direction: column;
  }
}

.showcase .showcase-item .showcase-first {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 16px;
}

@media (max-width: 750px) {
  .showcase .showcase-item .showcase-first {
    margin-right: 0;
  }
}

.showcase .showcase-item .showcase-first .showcase-logo {
  border-radius: 24px;
  height: 150px;
  width: auto;
  margin-bottom: 16px;
}

@media (max-width: 750px) {
  .showcase .showcase-item .showcase-first .showcase-logo {
    width: 100%;
    height: auto;
  }
}

.showcase .showcase-item .showcase-first strong {
  font-size: 18px;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.showcase .showcase-item .showcase-first .rating {
  display: flex;
  align-items: center;
}

.showcase .showcase-item .showcase-first .rating .stars {
  margin-right: 8px;
}

.showcase .showcase-item .showcase-first .rating .stars img {
  height: 20px;
  width: auto;
}

.showcase .showcase-item .showcase-first .rating .stars .gray {
  filter: grayscale(100%);
  opacity: 0.2;
}

.showcase .showcase-item .showcase-first .rating p {
  font-weight: 700;
  margin: 0;
  color: #FFFFFF;
}

.showcase .showcase-item .showcase-content {
  display: flex;
  flex-direction: column;
  margin-right: 16px;
}

@media (max-width: 750px) {
  .showcase .showcase-item .showcase-content {
    width: 100%;
    align-items: center;
    flex-direction: column;
    margin-bottom: 16px;
  }
}

.showcase .showcase-item .showcase-content .text {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #94EB51;
}

.showcase .showcase-item .showcase-content .text-secondary {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #ADB7C9;
}

.showcase .showcase-item .showcase-content .promocode {
  margin: 16px 0 16px 0;
  border-radius: 60px;
  border: 1px solid #94EB51;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.showcase .showcase-item .showcase-content .promocode p {
  margin: 8px 12px;
  color: #94EB51;
  line-height: 140%;
}

.showcase .showcase-item .showcase-content .promocode .input {
  cursor: pointer;
  background: #13274C;
  display: flex;
  align-items: center;
  border-radius: 32px;
  padding: 10px 16px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
  margin: 8px 12px;
}

.showcase .showcase-item .showcase-content .promocode .input img {
  height: 21px;
  width: auto;
  margin-left: 16px;
}

.showcase .showcase-item .showcase-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.showcase .showcase-item .showcase-list .list-item {
  display: flex;
  align-items: center;
  line-height: 140%;
  margin: 0 0 12px 0;
}

.showcase .showcase-item .showcase-list .list-item img {
  margin-right: 10px;
}

.showcase .showcase-item .showcase-play {
  display: flex;
  flex-direction: column;
  justify-content: center;
  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;
  width: 100%;
  background: #1CA3F7;
  line-height: 140%;
  border-radius: 32px;
  margin-bottom: 17px;
  transition: 0.3s;
  text-transform: uppercase;
}

@media (max-width: 750px) {
  .showcase .showcase-item .showcase-play .btn {
    padding: 15px 0;
  }
}

.showcase .showcase-item .showcase-play .btn:hover {
  background: #1CA3F7;
}

.showcase .showcase-item .showcase-play .btn.btn-secondary {
  background: none;
  border: 1px solid #F58500;
}

.showcase .showcase-item .showcase-play .btn.btn-secondary:hover {
  background: #F58500;
}

.showcase-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.showcase-grid .showcase-item {
  width: 406px;
  padding: 16px;
  border-radius: 32px;
  border: 1px solid #4B5973;
}

@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%;
    flex-direction: column;
    align-items: center;
  }
}

.showcase-grid .showcase-item .showcase-content .showcase-logo {
  border-radius: 24px;
  height: 150px;
  width: auto;
}

.showcase-grid .showcase-item .showcase-content .flex {
  display: flex;
  flex-direction: column;
}

.showcase-grid .showcase-item .showcase-content .flex strong {
  font-size: 18px;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.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 img {
  height: 20px;
  width: auto;
}

.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: #FFFFFF;
}

.showcase-grid .showcase-item .text {
  margin: 16px 0 16px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #94EB51;
}

.showcase-grid .showcase-item .text-secondary {
  margin: 16px 0 16px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #ADB7C9;
}

.showcase-grid .showcase-item .promocode {
  margin: 16px 0 16px 0;
  border-radius: 60px;
  border: 1px solid #94EB51;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.showcase-grid .showcase-item .promocode p {
  margin: 0;
  color: #94EB51;
  line-height: 140%;
}

.showcase-grid .showcase-item .promocode .input {
  cursor: pointer;
  background: #13274C;
  display: flex;
  align-items: center;
  border-radius: 32px;
  padding: 16px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
}

.showcase-grid .showcase-item .promocode .input img {
  height: 21px;
  width: auto;
  margin-left: 16px;
}

.showcase-grid .showcase-item .showcase-list .list-item {
  display: flex;
  align-items: center;
  line-height: 140%;
  margin: 0 0 12px 0;
}

.showcase-grid .showcase-item .showcase-list .list-item img {
  margin-right: 10px;
}

.showcase-grid .showcase-item .showcase-play {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}

.showcase-grid .showcase-item .showcase-play .btn {
  width: 100%;
  padding: 12px 16px;
  text-align: center;
  border: none;
  background: #1CA3F7;
  line-height: 140%;
  border-radius: 32px;
  transition: 0.3s;
  margin: 0;
  text-transform: uppercase;
}

.showcase-grid .showcase-item .showcase-play .btn:hover {
  background: #1CA3F7;
}

.showcase-grid .showcase-item .showcase-play .btn.btn-secondary {
  background: none;
  border: 1px solid #F58500;
}

.showcase-grid .showcase-item .showcase-play .btn.btn-secondary:hover {
  background: #F58500;
}

.promocode-box {
  border-radius: 16px;
  background: #1CA3F7;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 750px) {
  .promocode-box {
    flex-direction: column;
  }
}

.promocode-box .promocode-text {
  margin-right: 30px;
}

@media (max-width: 750px) {
  .promocode-box .promocode-text {
    margin-right: 0;
  }
}

.promocode-box .promocode-text .text-first {
  margin: 0 0 8px 0;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 120%;
}

.promocode-box .promocode-text .text-secondary {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 750px) {
  .promocode-box .promocode-text .text-secondary {
    margin-bottom: 20px;
  }
}

.promocode-box .promocode-action .input {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
  background: #13274C;
  border-radius: 66px;
  padding: 9px 16px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 10px;
  min-width: 300px;
  transition: 0.3s;
}

.promocode-box .promocode-action .input span {
  width: 100%;
  text-align: center;
}

.promocode-box .promocode-action .input img {
  height: 21px;
  width: auto;
  margin-left: 16px;
}

.promocode-box .promocode-action .input:hover {
  opacity: 0.9;
}

.promocode-box .promocode-action .btn {
  border-radius: 32px;
  background: #94EB51;
  border: unset;
  padding: 9px 16px;
  display: flex;
  justify-content: center;
  margin-right: 0;
  font-size: 14px;
  line-height: 140%;
  color: #0C1C3A;
  transition: 0.3s;
}

.promocode-box .promocode-action .btn:hover {
  opacity: 0.9;
}

.reviews {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.reviews .review {
  width: 280px;
  border: 1px solid #4B5973;
  border-radius: 32px;
  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 {
  width: 100%;
}

.reviews .review .user .user-info .user-info-name {
  display: flex;
  justify-content: space-between;
}

.reviews .review .user .user-info .user-info-name .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}

.reviews .review .user .user-info .user-info-name .rating {
  display: flex;
  align-items: center;
}

.reviews .review .user .user-info .user-info-name .rating .stars {
  margin-right: 8px;
}

.reviews .review .user .user-info .user-info-name .rating p {
  font-weight: 700;
  margin: 0;
  color: #FFFFFF;
}

.reviews .review .user .user-info .city {
  color: #ADB7C9;
  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;
}

.slots {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.slots .slot {
  width: 406px;
  padding: 16px;
  border-radius: 32px;
  border: 1px solid #4B5973;
}

@media (max-width: 750px) {
  .slots .slot {
    min-width: unset;
    width: 100%;
    flex-direction: column;
  }
}

.slots .slot .slot-content {
  display: flex;
  flex-direction: column;
}

@media (max-width: 750px) {
  .slots .slot .slot-content {
    width: 100%;
    align-items: normal;
    margin-bottom: 16px;
  }
}

.slots .slot .slot-content .slot-logo {
  border-radius: 24px;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.slots .slot .slot-content .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 16px;
  align-items: center;
}

.slots .slot .slot-content .flex .head-name {
  margin-top: 6px;
  margin-bottom: 16px;
}

.slots .slot .slot-content .flex strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 96%;
  text-transform: uppercase;
}

.slots .slot .slot-content .flex .rating {
  display: flex;
  align-items: center;
}

.slots .slot .slot-content .flex .rating .stars {
  margin-right: 8px;
}

.slots .slot .slot-content .flex .rating p {
  font-weight: 700;
  margin: 0;
}

.slots .slot .slot-content .flex .rtp {
  display: flex;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #4B5973;
  padding: 4px 12px 4px 8px;
  line-height: 140%;
}

.slots .slot .slot-content .flex .rtp img {
  margin-right: 6px;
}

.slots .slot .slot-content .flex .level {
  display: flex;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #4B5973;
  padding: 4px 12px 4px 8px;
  line-height: 140%;
}

.slots .slot .slot-content .flex .level img {
  margin-right: 6px;
}

.slots .slot .slot-content .flex .provider {
  display: flex;
  align-items: center;
  border-radius: 60px;
  background: #13274C;
  padding: 8px 16px;
}

.slots .slot .slot-content .heading {
  text-transform: uppercase;
  margin: 0 0 8px 0;
  font-weight: 500;
  line-height: 120%;
}

.slots .slot .slot-content .heading.green {
  color: #94EB51;
}

.slots .slot .slot-content .heading.red {
  margin-top: 16px;
  color: #FF3F3F;
}

.slots .slot .slot-content .list-item {
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
  line-height: 140%;
}

.slots .slot .slot-content .list-item img {
  margin-right: 10px;
}

.slots .slot .paylines-box {
  border-radius: 24px;
  border: 1px solid #4B5973;
  margin-bottom: 16px;
  padding: 16px 12px;
}

@media (max-width: 750px) {
  .slots .slot .paylines-box {
    border: unset;
    padding: unset;
  }
}

.slots .slot .paylines-box table {
  border-radius: 58px;
}

@media (max-width: 750px) {
  .slots .slot .paylines-box table {
    border-radius: 24px;
    padding: 15px;
  }
}

.slots .slot .paylines-box table tbody {
  border-radius: 58px;
}

.slots .slot .paylines-box table tbody tr {
  border-radius: 58px;
}

@media (max-width: 750px) {
  .slots .slot .paylines-box table tbody tr {
    border: unset;
  }
}

.slots .slot .paylines-box table tbody tr td {
  border-radius: 58px;
  font-weight: 400;
  color: #FFFFFF;
}

@media (max-width: 750px) {
  .slots .slot .paylines-box table tbody tr td {
    border: unset;
    padding: 10px 0;
  }
}

.slots .slot .paylines-box table tbody tr td:first-child {
  color: #ADB7C9;
}

.slots .slot .paylines-box table tbody tr:nth-child(2n) {
  background: unset;
}

.slots .slot .text {
  margin: 18px 0 18px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.slots .slot .slot-play {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}

.slots .slot .slot-play .btn {
  width: 100%;
  padding: 12px 16px;
  text-align: center;
  border: none;
  background: #1CA3F7;
  line-height: 140%;
  border-radius: 32px;
  transition: 0.3s;
  margin: 0;
}

.slots .slot .slot-play .btn:hover {
  background: #1CA3F7;
}

.slots .slot .slot-play .btn.btn-secondary {
  background: none;
  border: 1px solid #F58500;
}

.slots .slot .slot-play .btn.btn-secondary:hover {
  background: #F58500;
}

.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: #13274C;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    min-width: 100%;
    flex-direction: unset;
  }
}

.download-app a {
  background: #ADB7C9;
  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: #4B5973;
}

.download-app a p span {
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  color: #13274C;
}

.download-app .mr-10 {
  margin-right: 10px;
}

.topbar .content-list .content-list-items ul {
  width: 100%;
  overflow: hidden;
}

.scroll-arrow {
  padding: 0 2px;
  cursor: pointer;
  border: none;
  background: transparent;
}

body {
  background-color: #112516;
  color: #FFFFFF;
}

p,
i,
b,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  color: #FFFFFF;
}

.topbar {
  background: #112516;
}

@media (max-width: 750px) {
  .topbar .header .block-menu {
    background-color: #112516;
  }
}

.topbar .header .block-menu li a.active,
.topbar .header .block-menu li a:hover {
  border-bottom: 1px solid #2DDA7E;
}

.topbar .header .flex .auth .login {
  border: 1px solid #2DDA7E;
}

.topbar .header .flex .auth .login:hover {
  background: #2DDA7E;
}

.topbar .header .flex .auth .reg {
  background: #FF3C4F;
}

.topbar .header .flex .auth .reg:hover {
  background: #FF3C4F;
}

.topbar .content-list {
  border: 1px solid #2A5C37;
}

.topbar .content-list .content-list-items ul li a {
  border: 1px solid #2A5C37;
}

.topbar .content-list .content-list-items ul li a:hover,
.topbar .content-list .content-list-items ul li a.active {
  border: 1px solid #2DDA7E;
}

.topbar .content-list .content-list-items::-webkit-scrollbar-thumb {
  background: #2DDA7E;
}

.breadcrumbs {
  color: #FFFFFF;
}

.breadcrumbs a {
  color: #FFFFFF;
}

.btn {
  border: 1px solid #FFFFFF;
}

.first-block .first-block-text {
  background: #1C3E25;
}

.first-block .first-block-text .action .btn {
  background: #FF3C4F;
}

.footer {
  border: 1px solid #2A5C37;
}

.footer .footer-top {
  border-bottom: 1px solid #2A5C37;
}

.footer .footer-top .flex .links a:hover,
.footer .footer-top .flex .links a:active {
  color: #FFFFFF;
}

.footer .footer-bottom .links a {
  color: #AEB5B2;
}

.footer .footer-bottom .links a:hover {
  color: #FFFFFF;
}

.footer .footer-copyright {
  color: #AEB5B2;
}

.advantages .advantage {
  border: 1px solid #2A5C37;
}

.advantages .advantage .text {
  color: #AEB5B2;
}

.pros-and-cons .pros {
  border: 1px solid #94EB51;
}

.pros-and-cons .pros .heading {
  color: #94EB51;
}

.pros-and-cons .pros .list-item {
  color: #AEB5B2;
}

.pros-and-cons .cons {
  border: 1px solid #FF3F3F;
}

.pros-and-cons .cons .heading {
  color: #94EB51;
}

.pros-and-cons .cons .list-item {
  color: #AEB5B2;
}

table {
  border: 1px solid #2A5C37;
}

table thead tr td {
  border-bottom: 1px solid #2A5C37;
}

table thead tr td:first-child {
  color: #AEB5B2;
}

table tbody a {
  color: #FFFFFF;
}

table tbody tr td {
  border-bottom: 1px solid #2A5C37;
}

table tbody tr td:first-child {
  color: #AEB5B2;
}

table tbody tr td:not(:first-child) {
  color: #FFFFFF;
}

.comparison-table table thead tr th {
  background: #1C3E25;
  border-right: 1px solid #2A5C37;
  border-bottom: 1px solid #2A5C37;
}

.comparison-table table tbody tr td {
  border-right: 1px solid #2A5C37;
  border-bottom: 1px solid #2A5C37;
}

.comparison-table table tbody .name,
.comparison-table table tbody payment {
  color: #FFFFFF;
}

.comparison-table table tbody .welcome {
  color: #94EB51;
}

.comparison-table table tbody .rtp {
  color: #94EB51;
}

.comparison-table table tbody .btn {
  background: #FF3C4F;
}

.comparison-table table tbody .btn:hover {
  background: #FF3C4F;
}

.comparison-table table tbody .btn.btn-secondary {
  border: 1px solid #2DDA7E;
}

.comparison-table table tbody .btn.btn-secondary:hover {
  background: #2DDA7E;
}

.error p {
  color: #FFFFFF;
}

.sitemap a:hover {
  background-color: #1C3E25;
}

.cookies {
  background-color: #1C3E25;
}

.authors .author {
  border: 1px solid #2A5C37;
}

.authors .author .author-item .flex .info .label {
  color: #AEB5B2;
}

.authors .author .heading {
  color: #AEB5B2;
}

.authors .author .slot-play .btn {
  background: #FF3C4F;
}

.authors .author .slot-play .btn:hover {
  background: #FF3C4F;
}

.authors .author .slot-play .btn.btn-secondary {
  border: 1px solid #2DDA7E;
}

.authors .author .slot-play .btn.btn-secondary:hover {
  background: #2DDA7E;
}

.faq .faq-item h3 {
  border: 1px solid #2A5C37;
}

.faq .faq-item .faq-item-content {
  border: 1px solid #2A5C37;
}

.showcase .showcase-item {
  border: 2px solid #FF3C4F;
}

.showcase .showcase-item .showcase-first .rating p {
  color: #FFFFFF;
}

.showcase .showcase-item .showcase-content .text {
  color: #94EB51;
}

.showcase .showcase-item .showcase-content .text-secondary {
  color: #AEB5B2;
}

.showcase .showcase-item .showcase-content .promocode {
  border: 1px solid #94EB51;
}

.showcase .showcase-item .showcase-content .promocode p {
  color: #94EB51;
}

.showcase .showcase-item .showcase-content .promocode .input {
  background: #1C3E25;
}

.showcase .showcase-item .showcase-play .btn {
  background: #FF3C4F;
}

.showcase .showcase-item .showcase-play .btn:hover {
  background: #FF3C4F;
}

.showcase .showcase-item .showcase-play .btn.btn-secondary {
  border: 1px solid #2DDA7E;
}

.showcase .showcase-item .showcase-play .btn.btn-secondary:hover {
  background: #2DDA7E;
}

.showcase-grid .showcase-item {
  border: 1px solid #2A5C37;
}

.showcase-grid .showcase-item .showcase-content .flex .rating p {
  color: #FFFFFF;
}

.showcase-grid .showcase-item .text {
  color: #94EB51;
}

.showcase-grid .showcase-item .text-secondary {
  color: #AEB5B2;
}

.showcase-grid .showcase-item .promocode {
  border: 1px solid #94EB51;
}

.showcase-grid .showcase-item .promocode p {
  color: #94EB51;
}

.showcase-grid .showcase-item .promocode .input {
  background: #1C3E25;
}

.showcase-grid .showcase-item .showcase-play .btn {
  background: #FF3C4F;
}

.showcase-grid .showcase-item .showcase-play .btn:hover {
  background: #FF3C4F;
}

.showcase-grid .showcase-item .showcase-play .btn.btn-secondary {
  border: 1px solid #2DDA7E;
}

.showcase-grid .showcase-item .showcase-play .btn.btn-secondary:hover {
  background: #2DDA7E;
}

.promocode-box {
  background: #FF3C4F;
}

.promocode-box .promocode-action .input {
  background: #1C3E25;
}

.promocode-box .promocode-action .btn {
  background: #94EB51;
  color: #112516;
}

.reviews .review {
  border: 1px solid #2A5C37;
}

.reviews .review .user .user-info .user-info-name .rating p {
  color: #FFFFFF;
}

.reviews .review .user .user-info .city {
  color: #AEB5B2;
}

.slots .slot {
  border: 1px solid #2A5C37;
}

.slots .slot .slot-content .flex .rtp {
  border: 1px solid #2A5C37;
}

.slots .slot .slot-content .flex .level {
  border: 1px solid #2A5C37;
}

.slots .slot .slot-content .flex .provider {
  background: #1C3E25;
}

.slots .slot .slot-content .heading.green {
  color: #94EB51;
}

.slots .slot .slot-content .heading.red {
  color: #FF3F3F;
}

.slots .slot .paylines-box {
  border: 1px solid #2A5C37;
}

.slots .slot .paylines-box table tbody tr td {
  color: #FFFFFF;
}

.slots .slot .paylines-box table tbody tr td:first-child {
  color: #AEB5B2;
}

.slots .slot .slot-play .btn {
  background: #FF3C4F;
}

.slots .slot .slot-play .btn:hover {
  background: #FF3C4F;
}

.slots .slot .slot-play .btn.btn-secondary {
  border: 1px solid #2DDA7E;
}

.slots .slot .slot-play .btn.btn-secondary:hover {
  background: #2DDA7E;
}

@media (max-width: 750px) {
  .download-app {
    background: #1C3E25;
  }
}

.download-app a {
  background: #AEB5B2;
}

.download-app a p {
  color: #2A5C37;
}

.download-app a p span {
  color: #1C3E25;
}

.review {
  margin: 15px 0 0 0;
}

.first-block .first-block-image img {
  height: 100%;
  object-fit: fill;
  margin: 0;
}

@media (max-width: 1024px) {
  .first-block .first-block-text h1 {
    font-size: 1.3rem;
  }
}

@media (max-width: 750px) {
  .first-block .first-block-text p {
    font-size: 1rem;
  }

  .topbar .header .block-menu {
    top: 135px;
  }
}

@media (max-width: 475px) {
  .topbar .header .flex {
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-direction: row;
  }

  .snippet-right .snippet-image {
    min-width: 100%;
  }

  .topbar .header .block-menu {
    top: 160px;
  }
}

@media (max-width: 390px) {
  .topbar .header {
    flex-direction: column;
  }

  .topbar .header .flex .auth {
    display: flex;
  }

  .topbar .header .flex {
    flex-direction: row;
    justify-content: space-between;
  }

  .topbar .header .block-menu {
    top: 179px;
  }

  .first-block .first-block-text h1 {
    font-weight: 600;
  }
}


/* add styles */
/* Promotional Banners */

.promo-banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
  padding: 10px;
}

.banner {
  position: relative;
  height: 320px;
  border-radius: 12px;
  overflow: visible;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.banner:hover {
  transform: translateY(-5px);
}

.sport-banner:hover {
  box-shadow: 0 0 8px rgba(255, 35, 1, 0.6), 0 0 16px rgba(255, 35, 1, 0.4), 0 4px 15px rgba(255, 35, 1, 0.2);
  border: 1px solid #FF2301;
}

.casino-banner:hover {
  box-shadow: 0 0 8px rgba(0, 255, 135, 0.6), 0 0 16px rgba(0, 255, 135, 0.4), 0 4px 15px rgba(0, 255, 135, 0.2);
  border: 1px solid #00FF87;
}

.sport-banner {
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #FF2301 100%), url('/assets/img/bonus-sport-underlay-desk.webp');
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
}

.sport-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/assets/img/bonus-sport-underlay-desk.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: 0;
}

.casino-banner {
  background: linear-gradient(90deg, #00C851 0%, #007E33 50%, #000000 100%), url('/assets/img/bonus-casino-underlay-desk.webp');
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
}

.casino-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/assets/img/bonus-casino-underlay-desk.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: 0;
}

.banner-content {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.banner-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.banner-subtitle {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  opacity: 0.9;
}

.banner-text {
  font-size: 18px;
  margin-bottom: 5px;
  opacity: 0.8;
}

.banner-percentage {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #FFD700;
}

.banner-bonus {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.banner-image {
  position: absolute;
  right: -30px;
  bottom: 0;
  height: 110%;
  z-index: 1;
  transition: transform 0.3s ease;
  transform-origin: bottom right;
}

.banner-image img {
  height: 100%;
  width: auto;
  object-fit: cover;
  filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.3));
}

.banner:hover .banner-image {
  transform: scale(1.02) translateX(-3px);
}

.banner-content a {
  background: #FF3C4F;
  border-radius: 32px;
  border: none;
}

.banner-percentage {
  font-size: 40px;
}

@media (max-width: 768px) {
  .promo-banners {
    grid-template-columns: 1fr;
    gap: 15px;
    overflow-x: hidden;
  }

  .banner {
    height: 260px;
    overflow: hidden;
    max-width: 100%;
  }

  .banner-image {
    right: -10px;
    bottom: 0;
    height: 100%;
  }

  .banner-title {
    font-size: 32px;
  }

  .banner-percentage {
    font-size: 48px;
  }

  .banner-bonus {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .promo-banners {
    padding: 0 10px;
    gap: 20px;
  }

  .banner {
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .banner-content {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 3;
    width: 55%;
  }

  .banner-title {
    font-size: 28px !important;
    margin-bottom: 5px !important;
  }

  .banner-subtitle {
    font-size: 16px !important;
    margin-bottom: 5px !important;
  }

  .banner-text {
    font-size: 14px !important;
    margin-bottom: 3px !important;
  }

  .banner-percentage {
    font-size: 36px !important;
    margin-bottom: 15px !important;
  }

  .banner-bonus {
    font-size: 20px !important;
    margin-bottom: 15px !important;
  }

  .banner-image {
    right: 0;
    bottom: 0;
    height: 100%;
    width: 40%;
    position: absolute;
    z-index: 1;
  }

  .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .banner:hover .banner-image {
    transform: none;
  }

  .banner-title {
    font-size: 24px;
  }

  .banner-percentage {
    font-size: 36px;
  }

  .banner-bonus {
    font-size: 18px;
  }
}

/* slots */

.casino-games-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.game-card {
  position: relative;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid var(--border-color);
  background: #1a1a1a;
}

.game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(255, 35, 1, 0.15);
  border-color: var(--accent-red);
}

.game-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.game-card:hover .game-image img {
  transform: scale(1.1);
}

.game-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.95) 100%);
  padding: 20px 15px 15px;
  transform: translateY(100%);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 90%;
}

.game-card:hover .game-overlay {
  transform: translateY(0);
}

.game-title {
  color: white;
  font-size: 16px;
  font-weight: 700;
  /* margin-bottom: 15px; */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  line-height: 1.2;

}

.game-buttons {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.game-btn {
  flex: 1;
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.demo-btn {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.demo-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.play-btn {
  background: linear-gradient(135deg, #ff2301, #ff4601);
  color: white;
  border: 1px solid transparent;
  box-shadow: 0 4px 15px rgba(255, 35, 1, 0.3);
}

.play-btn:hover {
  background: linear-gradient(135deg, #ff4601, #ff6601);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 35, 1, 0.4);
}
.btn-slots {
    background: #FF3C4F;
    border-radius: 32px;
    border: none;
    display: flex;
    margin: 15px auto;
    justify-content: center;
    max-width:150px;
}

@media (max-width: 768px) {
  .casino-games-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .casino-games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
/* bets */
.sports-matches {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.match-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.match-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #2A5C37;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 35, 1, 0.1);
}

.match-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
}

.match-info img {
    width: 16px;
    height: 16px;
}

.match-time {
    margin-left: auto;
    color: #FF3C4F;
    font-weight: 500;
}

.match-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.team {
    flex: 1;
    text-align: center;
}

.team-name {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
}

.odds {
    background: #FF3C4F;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 700;
    transition: all 0.3s ease;
    cursor: pointer;
}

.odds:hover {
    background: #FF3C4F;
    transform: scale(1.05);
}

.vs {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}
@media (max-width: 768px) {
    .sports-matches {
        grid-template-columns: 1fr;
    }
}