/*
    Created on : 23.06.2022, 00:56:00
    Author     : Alekhnovich Oleg (https://webplatinum.net)
*/

/* CUSTOMIZE THE MAIN CAROUSEL
-------------------------------------------------- */


body {
  font-family: Inter, Arial, sans-serif;
  background-color: black;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, Arial, sans-serif;
  /*font-weight: bold; */
}

.italic {
  font-family: Inter, Arial, sans-serif;
  font-style: italic;
}

h1 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem;
}

h2 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-top: 1.5rem;
}

h3 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}

p,
li {

  color: rgb(157 157 157);
  font-size: .875rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  text-align: left !important;
}

/*
#mainCarousel .carousel {
  margin-bottom: 4rem;
}

#mainCarousel .carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

#mainCarousel .carousel-item {
  height: 32rem;
}

#mainCarousel .carousel-bg-filter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.5);
}
*/
/* CAROUSEL FOR ADDITIONAL PRODUCT IMAGES
-------------------------------------------------- */
.additional-carousel-indicator {
  opacity: .5;
  transition: all 0.3s ease;
}

.additional-carousel-indicator:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

.additional-carousel-indicator.active {
  opacity: 1;
  transition: all 0.3s ease;
}

/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */
.jumbotron-bg-filter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e9ecef;
  background: rgba(0, 0, 0, 0.4);
}

/* PAGINATION
-------------------------------------------------- */
.pagination {
  --bs-pagination-color: #333;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #003b77;
  --bs-pagination-active-border-color: #003b77;
}

/* CARD
-------------------------------------------------- */
.blog-card-body a {
  color: #003b77;
}

.blog-card-body:hover {
  background-color: #003b77;
  color: lightgrey !important;
  transition: all .6s;
}

.blog-card-body a:hover {
  color: #fff !important;
}

.img-square {
  width: 100%;
  margin: auto;
  overflow: hidden;
  /* clearfix */
}

.img-square:before {
  content: "";
  padding-top: 100%;
  float: left;
}

.img-fluid-square {
  max-width: 100%;
  max-height: 100%;
}

/* MAIN CONTENT
-------------------------------------------------- */
a {
  color: #ff48a1;
}

a:hover {
  color: #fc6bb1;
}

.text-darkblue {
  color: #003b77;
}

.text-orange {
  color: #e64c16;
}

.bg-darkblue {
  background-color: #003b77;
}

.bg-orange {
  background-color: #e64c16;
}

.text-lightgrey {
  color: #eaf0fb;
}



.dropdown-item.active,
.dropdown-item:active {
  background-color: #003b77;
}

/* USER ACCOUNT
-------------------------------------------------- */
@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }

  .navbar-search {
    display: block;
  }
}

.sidebar .nav-link {
  font-size: .875rem;
}

.sidebar .nav-link.active {
  font-weight: 500;
  color: #e64c16 !important;
}

.sidebar-heading {
  font-size: .75rem;
}

/* BOOTSTRAP SUBMENU 3 LEVEL
-------------------------------------------------- */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/* BUTTON UP
-------------------------------------------------- */
#btn-back-to-top {
  position: fixed;
  bottom: 7px;
  right: 7px;
  display: none;
}

/* CSS3 EFFECTS
-------------------------------------------------- */
.fade-img {
  -webkit-transition: all 0.3s ease;
  ;
  -moz-transition: all 0.3s ease;
  ;
  -o-transition: all 0.3s ease;
  ;
  transition: all 0.3s ease;
  opacity: 1;
}

.fade-img:hover {
  -webkit-transition: all 0.3s ease;
  ;
  -moz-transition: all 0.3s ease;
  ;
  -o-transition: all 0.3s ease;
  ;
  transition: all 0.3s ease;
  opacity: 0.5;
}

/*=======================================================*/

.gradient-divider {
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #e23d85, #cb2c71, #c3105e);
  border: none;
  border-radius: 3px;
  margin-top: 1rem;
}

h1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

h2 {
  position: relative;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, gray, rgb(93, 93, 93));
  border: none;
  border-radius: 3px;
}

/***************------------------*******************/

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  font-weight: 600;
}

.nav-item {
  padding: 5px;
}

.nav-link {
  background: linear-gradient(93deg, #1c1c24 2.36%, #182047 77.67%);
  border-radius: 12px;
  color: #fcfcfc;
  padding: 10px 52px 7px 8px
}

.nav-link:hover {
  background: linear-gradient(0deg, rgba(39, 133, 255, .1), rgba(39, 133, 255, .1)), linear-gradient(93deg, #1c1c24 2.36%, #182047 60.67%);

  color: #3b9eff;
}

.nav-link.nav-link.active {
  color: #fcfcfc;
  background: linear-gradient(0deg, rgba(39, 133, 255, .1), rgba(39, 133, 255, .1)), linear-gradient(93deg, #1c1c24 2.36%, #182047 65.67%);
}

.navbar-toggler {
  background-color: #dee2e6 !important;
  color: #ffffff !important;
  border: #ffffff !important;
}



.casino-toggler {
  align-items: center;
  border-bottom: 1px solid transparent;
  display: flex
}

@media(min-width:1248px) {
  .casino-toggler {
    display: none;
    position: relative
  }
}

.casino-toggler__link {
  align-items: center;
  border-bottom: 1px solid transparent;
  color: #9293a3;
  display: flex;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  line-height: 1.42;
  min-height: 35px;
  padding: 7px 12px;
  position: relative;
  width: 50%
}

@media(min-width:768px) {
  .casino-toggler__link {
    min-height: 51px;
    padding: 15px 12px
  }
}

.casino-toggler__subheader .casino-toggler__link {
  text-wrap: nowrap;
  background: #1c1c24;
  border-bottom: none;
  border-radius: 8px;
  color: #fcfcfc;
  margin-right: 8px;
  min-height: 40px;
  padding: 9px 16px;
  position: relative;
  transition: background-color .3s ease;
  width: auto
}

.casino-toggler__subheader .casino-toggler__link:last-child {
  margin-right: 12px
}

.casino-toggler__subheader .casino-toggler__link:hover {
  background: #2a2c36
}

.casino-toggler__link--current {
  border-bottom: 1px solid #da0e64;
  color: #e9eaf4
}

.casino-toggler__subheader .casino-toggler__link--current {
  background: #3b9eff;
  border-bottom: none;
  color: #fcfcfc;
  transition: background-color .3s ease, color 1s ease
}

.casino-toggler__subheader .casino-toggler__link--current:hover {
  background: #3b9eff;
  color: #fcfcfc
}

.casino-toggler__subheader .casino-toggler__link--current .casino-toggler__icon {
  color: #fcfcfc
}

.casino-toggler__icon {
  color: #3b9eff;
  display: inline-block;
  font-size: 16px;
  height: 16px;
  margin-right: 6px;
  transition: color .3s ease;
  width: 16px
}

.casino-toggler--hide {
  display: none
}

.casino-toggler__subheader {
  border-bottom: 0;
  margin-right: 0
}


/*************************************************************************/

.btn {
  align-items: center;
  background: linear-gradient(180deg, #e30077 -63.54%, #9d0052 173.96%);
  border: none;
  border-radius: 8px;
  color: #fcfcfc;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: wrap;
  font-family: Inter;
  /*font-size: 16px;*/
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .64px;
  line-height: 1.38;
  margin: 0;
  /*min-height: 48px;
  min-width: 90px;*/
  outline: none;
  /* padding: 0 20px;*/
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: background-color .3s ease;
  vertical-align: middle
}

.btn:before {
  /* background: linear-gradient(0deg, hsla(0, 0%, 100%, .16), hsla(0, 0%, 100%, .16));*/
  border-radius: 8px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s ease;
  width: 100%
}

.btn:not(:disabled) {
  cursor: pointer
}

.btn:disabled {
  opacity: .3
}

.btn:active,
.btn:focus,
.btn:hover {
  /* color: #fcfcfc;*/
  outline: none;
  text-decoration: none
}

@media(hover:hover) {
  .btn:hover:before {
    opacity: 1
  }
}

.btn>span {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative
}

.btn--small {
  min-height: 40px
}

.btn--mini {
  min-height: 32px
}

.btn--secondary {
  background: #1c1c24;
  border: none
}

@media(hover:hover) {
  .btn--secondary:hover {
    background: #434450;
    border: none
  }
}

.btn--play {
  font-size: 12px;
  min-height: 27px;
  min-width: 84px
}

@media(min-width:768px) {
  .btn--play {
    min-height: 31px
  }
}

@media(min-width:960px) {
  .btn--play {
    font-size: 14px;
    min-height: 37px;
    min-width: 100px
  }
}

@media(min-width:1632px) {
  .btn--play {
    min-width: 120px
  }
}

.btn--more {
  background: linear-gradient(180deg, #05a0f7 -63.54%, #2d4fff 173.96%);
  color: #fcfcfc
}

.btn--more:before {
  background: linear-gradient(0deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), linear-gradient(180deg, #057be8 -63.54%, #0d0de4 173.96%)
}

.btn--demo {
  background: transparent none;
  box-shadow: none;
  color: #9293a3;
  font-size: 10px;
  font-weight: 600;
  min-height: 10px;
  min-width: 20px;
  padding: 0;
  transition: color .3s ease
}

@media(min-width:768px) {
  .btn--demo {
    font-size: 12px
  }
}

.btn--demo:active,
.btn--demo:focus,
.btn--demo:hover {
  color: #9293a3
}

.btn--demo:hover {
  background: transparent none;
  box-shadow: none;
  color: #fff
}

.btn--accent,
.btn--main-primary,
.btn--second-btn-color {
  background: linear-gradient(180deg, #e30077 -63.54%, #9d0052 173.96%);
  color: #fcfcfc
}

.btn--accent:before,
.btn--main-primary:before,
.btn--second-btn-color:before {
  background: linear-gradient(0deg, hsla(0, 0%, 100%, .16), hsla(0, 0%, 100%, .16))
}

.btn--main-secondary,
.btn--primary-btn-color {
  background: linear-gradient(180deg, #05a0f7 -63.54%, #2d4fff 173.96%);
  color: #fcfcfc
}

.btn--main-secondary:before,
.btn--primary-btn-color:before {
  background: linear-gradient(0deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), linear-gradient(180deg, #057be8 -63.54%, #0d0de4 173.96%)
}

.btn--dop-primary {
  background: #1c1c24;
  color: #e9eaf4
}

.btn--dop-primary:before {
  content: none
}

.btn--dop-primary:hover {
  background: #434450;
  color: #e9eaf4
}

.btn--dop-secondary,
.btn--third-btn-color {
  background: #2a2c36;
  color: #e9eaf4
}

.btn--dop-secondary:before,
.btn--third-btn-color:before {
  content: none
}

.btn--dop-secondary:hover,
.btn--third-btn-color:hover {
  background: #434450;
  color: #e9eaf4
}

.btn--dop-secondary.disable,
.disable.btn--third-btn-color {
  opacity: .43
}

.btn--accent {
  animation: spin-gradient-border 3.5s linear infinite;
  background: linear-gradient(180deg, #e30077 -63.54%, #9d0052 173.96%) padding-box, padding-box, conic-gradient(from var(--bg-angle), #760a2c 0, #760a2c 15%, #ffa945 25%, #760a2c 35%, #760a2c 65%, #ffa945 75%, #760a2c 85%, #760a2c 100%) border-box;
  border: 2px solid transparent
}

.btn--size-m {
  min-height: 48px
}

.btn--size-m,
.btn--size-s {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .64px;
  line-height: 1.38;
  padding: 0 20px;
  text-transform: uppercase
}

.btn--size-s {
  min-height: 40px
}

.btn--size-xs {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .56px;
  line-height: 1.42;
  min-height: 32px;
  padding: 0 12px;
  text-transform: uppercase
}

@keyframes spin-gradient-border {
  to {
    --bg-angle: -360deg
  }
}

@property --bg-angle {
  inherits: false;
  initial-value: 0deg;
  syntax: "<angle>"
}

/****************************/
/*
.registr-title {
  align-items: center;
  color: #0cb7ff;
  display: flex
;
  flex-direction: column;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-weight: 400;
  gap: 12px;
  letter-spacing: .64px;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 350px;
  text-align: center;
  text-transform: uppercase;
}
  */
.registr-title {
  /* align-items: center;*/
  color: #0cb7ff;
  display: flex;
  flex-direction: column;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-weight: 400;
  gap: 12px;
  letter-spacing: .64px;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 350px;
  /*  text-align: center;*/
  text-transform: uppercase
}

@media(min-width:768px) {
  .registr-title {
    gap: 20px;
    max-width: unset
  }
}

@media(min-width:1248px) {
  .registr-title {
    align-items: flex-start;
    text-align: start
  }
}

.registr-title span {
  color: #fcfcfc;
  font-family: Inter;
  font-size: 47px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: normal;
  line-height: .9;
  top: 0
}

@media(min-width:768px) {
  .registr-title span {
    font-family: Inter;
    font-size: 74px;
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -.74px;
    line-height: .84
  }
}

.body--fr .registr-title span {
  font-size: 36px
}

@media(min-width:768px) {
  .body--fr .registr-title span {
    font-size: 58px;
    letter-spacing: -.58px
  }
}

/*************************************************/


.footer-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%
}

@media(min-width:768px) {
  .footer-menu {
    text-align: left
  }
}

.footer-menu .footer-menu__item {
  display: inline-block;
  margin: 0;
  padding: 0 5px 12px 0;
  vertical-align: top;
  width: 100%
}

@media(min-width:768px) {
  .footer-menu .footer-menu__item {
    padding: 0 0 10px
  }
}

.footer-menu .footer-menu__item:last-child {
  padding: 0
}

.footer-menu__link {
  color: #9293a3;
  display: inline-block;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  transition: color .3s ease;
  vertical-align: top;
  width: 100%
}

.footer-menu__link:active,
.footer-menu__link:focus {
  color: #3b9eff;
  outline: none;
  text-decoration: none
}


.footer-menu__link--current,
.footer-menu__link--current:active,
.footer-menu__link--current:focus,
.footer-menu__link--current:hover,
.footer-menu__link:hover {
  color: #3b9eff
}

.footer-logos {
  display: block;
  margin: 0;
  padding: 0
}

.footer-logos__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  width: 100%
}

.footer-logos__list--responsibilities .footer-logos__item {
  min-height: 32px
}

.footer-logos__item {
  align-items: center;
  background: transparent;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  opacity: .3;
  padding: 4px 6px;
  text-decoration: none;
  transition: opacity .3s ease;
  width: auto
}

.footer-logos__item:hover {
  background: transparent;
  opacity: 1
}

.footer-logos__image {
  display: inline-block;
  filter: grayscale(1);
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
  width: auto
}

.footer-logos--section-providers .footer-logos__list {
  row-gap: 8px
}

.footer-logos--section-providers .footer-logos__item {
  min-height: unset;
  opacity: .2;
  padding: 0
}

.footer-logos--section-providers .footer-logos__item:before {
  content: none
}

.footer-logos--section-providers .footer-logos__item:hover {
  opacity: 1
}

.footer-logos--section-providers .footer-logos__item:not(:first-child) {
  margin-left: 8px
}

.footer-logos--section-providers .footer-logos__image {
  height: 36px
}

.footer__menu-title {
  color: #e9eaf4;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.footer__section-license {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%
}

/*******************************************************/



.registration-form-nomodal .select-games-search-for-modal__arrow-icon-wrapper,
.registration-form-nomodal .select__arrow-icon-wrapper {
  color: #9293a3
}

.select-games-search-for-modal__arrow-icon-wrapper--open,
.select__arrow-icon-wrapper--open {
  color: #e9eaf4;
  transform: rotate(180deg)
}

.registration-form-nomodal .select-games-search-for-modal__arrow-icon-wrapper--open,
.registration-form-nomodal .select__arrow-icon-wrapper--open {
  color: #141416
}

/*********************************************************/


.home-banner-payments {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: space-between;
  margin: 0 -16px;
  overflow-x: auto;
  padding: 0 16px
}

.home-banner-payments::-webkit-scrollbar {
  height: 0;
  width: 0
}

@media(min-width:768px) {
  .home-banner-payments {
    margin: 0;
    padding: 0
  }
}

@media(min-width:1248px) {
  .home-banner-payments {
    gap: 20px;
    justify-content: flex-start
  }
}

.pp-pay {
  height: 24px;
  margin: 0;
  min-width: 74px;
  padding: 0;
  position: relative;
  width: auto
}

.pp-pay a.link {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%
}

.pp-pay a.link .image {
  height: 100%
}

/***************************************************/

.error-page__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  margin: 0;
  max-height: 489px;
  max-width: 100%;
  padding: 80px 16px;
  position: relative;
  text-align: center
}

@media(min-width:768px) {
  .error-page__content {
    gap: 32px;
    max-height: 567px;
    padding: 128px 44px
  }
}

.error-page__content .btn--404 {
  min-height: 50px;
  min-width: 198px
}

.error-page__background {
  display: flex;
  height: 409px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.error-page__block {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 500px;
  z-index: 1
}

@media(min-width:768px) {
  .error-page__block {
    max-width: 608px
  }
}

.error-page__text {
  display: flex;
  flex-direction: column;
  gap: 8px
}

@media(min-width:768px) {
  .error-page__text {
    gap: 12px
  }
}

.error-page__image {
  height: auto;
  max-width: 234px;
  position: relative
}

.error-page__sub-title {
  color: #e9eaf4;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase
}

@media(min-width:768px) {
  .error-page__sub-title {
    font-family: Inter;
    font-size: 47px;
    font-style: normal;
    font-weight: 800;
    line-height: .9
  }
}

.error-page__body {
  color: #9293a3;
  font-family: Inter;
  font-size: 16px;
  line-height: 1.3;
  text-align: center
}

.error-page__body,
.font-icons {
  font-style: normal;
  font-weight: 400
}

/********************************************************/


.btn,
.link-btn {
  align-items: center;
  /* background: linear-gradient(180deg, #e30077 -63.54%, #9d0052 173.96%);*/
  border: none;
  border-radius: 8px;
  color: #fcfcfc;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: wrap;
  font-family: Inter;
  /* font-size: 16px;*/
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .64px;
  line-height: 1.38;
  margin: 0;
  /* min-height: 48px;
  min-width: 90px;*/
  outline: none;
  /*padding: 0 20px;*/
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: background-color .3s ease;
  vertical-align: middle
}

.btn:before,
.link-btn:before {
  /* background: linear-gradient(0deg, hsla(0, 0%, 100%, .16), hsla(0, 0%, 100%, .16));*/
  border-radius: 8px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s ease;
  width: 100%
}

.btn:not(:disabled),
.link-btn:not(:disabled) {
  cursor: pointer
}

.btn:disabled,
.link-btn:disabled {
  opacity: .3
}

.btn:active,
.btn:focus,
.btn:hover,
.link-btn:active,
.link-btn:focus,
.link-btn:hover {
  color: #fcfcfc;
  outline: none;
  text-decoration: none
}

@media(hover:hover) {

  .btn:hover:before,
  .link-btn:hover:before {
    opacity: 1
  }
}

.btn>span,
.link-btn>span {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative
}

.btn--secondary,
.link-btn--secondary {
  background: #1c1c24;
  border: none
}

@media(hover:hover) {

  .btn--secondary:hover,
  .link-btn--secondary:hover {
    background: #434450;
    border: none
  }
}

.btn--more,
.link-btn--more {
  background: linear-gradient(180deg, #05a0f7 -63.54%, #2d4fff 173.96%);
  color: #fcfcfc
}

.btn--more:before,
.link-btn--more:before {
  background: linear-gradient(0deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), linear-gradient(180deg, #057be8 -63.54%, #0d0de4 173.96%)
}

.btn--accent,
.btn--main-primary,
.btn--second-btn-color,
.link-btn--accent,
.link-btn--main-primary,
.link-btn--second-btn-color {
  background: linear-gradient(180deg, #e30077 -63.54%, #9d0052 173.96%);
  color: #fcfcfc
}

.btn--accent:before,
.btn--main-primary:before,
.btn--second-btn-color:before,
.link-btn--accent:before,
.link-btn--main-primary:before,
.link-btn--second-btn-color:before {
  background: linear-gradient(0deg, hsla(0, 0%, 100%, .16), hsla(0, 0%, 100%, .16))
}

.btn--main-secondary,
.btn--primary-btn-color,
.link-btn--main-secondary,
.link-btn--primary-btn-color {
  background: linear-gradient(180deg, #05a0f7 -63.54%, #2d4fff 173.96%);
  color: #fcfcfc
}

.btn--main-secondary:before,
.btn--primary-btn-color:before,
.link-btn--main-secondary:before,
.link-btn--primary-btn-color:before {
  background: linear-gradient(0deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), linear-gradient(180deg, #057be8 -63.54%, #0d0de4 173.96%)
}

.btn--dop-primary,
.link-btn--dop-primary {
  background: #1c1c24;
  color: #e9eaf4
}

.btn--dop-primary:before,
.link-btn--dop-primary:before {
  content: none
}

.btn--dop-primary:hover,
.link-btn--dop-primary:hover {
  background: #434450;
  color: #e9eaf4
}

.btn--dop-secondary,
.btn--third-btn-color,
.link-btn--dop-secondary,
.link-btn--third-btn-color {
  background: #2a2c36;
  color: #e9eaf4
}

.btn--dop-secondary:before,
.btn--third-btn-color:before,
.link-btn--dop-secondary:before,
.link-btn--third-btn-color:before {
  content: none
}

.btn--dop-secondary:hover,
.btn--third-btn-color:hover,
.link-btn--dop-secondary:hover,
.link-btn--third-btn-color:hover {
  background: #434450;
  color: #e9eaf4
}

.btn--dop-secondary.disable,
.disable.btn--third-btn-color,
.disable.link-btn--dop-secondary,
.disable.link-btn--third-btn-color {
  opacity: .43
}

.btn--accent,
.link-btn--accent {
  animation: spin-gradient-border 3.5s linear infinite;
  background: linear-gradient(180deg, #e30077 -63.54%, #9d0052 173.96%) padding-box, padding-box, conic-gradient(from var(--bg-angle), #760a2c 0, #760a2c 15%, #ffa945 25%, #760a2c 35%, #760a2c 65%, #ffa945 75%, #760a2c 85%, #760a2c 100%) border-box;
  border: 2px solid transparent
}

.btn--size-m,
.link-btn--size-m {
  min-height: 48px
}

.btn--size-m,
.btn--size-s,
.link-btn--size-m,
.link-btn--size-s {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .64px;
  line-height: 1.38;
  padding: 0 20px;
  text-transform: uppercase
}

.btn--size-s,
.link-btn--size-s {
  min-height: 40px
}

.btn--size-xs,
.link-btn--size-xs {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .56px;
  line-height: 1.42;
  min-height: 32px;
  padding: 0 12px;
  text-transform: uppercase
}

.link-btn {
  text-decoration: none
}

.link-btn--disabled.link-btn {
  cursor: auto;
  opacity: .5
}

/**************** NAIN **********************************/


.game {
  aspect-ratio: 187/252;
  border-radius: 8px;
  display: block;
  height: 100%;
  margin: 0 0 1.5rem 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

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

.game img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game__action {
  align-items: center;
  background-color: rgba(17, 15, 14, .85);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  border-radius: 8px;
}

.game:hover .game__action {
  opacity: 1;
}

.game__button--play {
  background: transparent;
  color: #e9eaf4;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .64px;
  line-height: 1.38;
  min-width: unset;
  padding: 0;
  text-transform: uppercase;
  transition: transform .3s ease, filter .3s ease;
  border: none;
  cursor: pointer;
}

.game__button--play:hover {
  filter: brightness(1.25);
  transform: scale(1.1);
}

.button--play__img {
  height: 69px;
  width: 65px;
}

.game-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 10px 8px 5px;
  font-size: 14px;
  text-align: center;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .button--play__img {
    height: 55px;
    width: 52px;
  }
}

@media (max-width: 767.98px) {
  .button--play__img {
    height: 46px;
    width: 44px;
  }
}

/*************************************************/
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-BoldItalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ThinItalicBETA.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-LightBETA.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLightItalicBETA.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLightBETA.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ThinBETA.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-LightItalicBETA.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.registr-title h1 {
  color: #fcfcfc;
  font-family: Inter;
  font-size: 47px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: normal;
  line-height: .9;
  top: 0
}

@media(min-width:768px) {
  .registr-title h1 {
    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -.74px;
    line-height: .84
  }
}

.top-menu__link--wheel {
  background: linear-gradient(93deg, #1c1c24 2.36%, #182047 77.67%);
  border-radius: 12px;
  color: #fcfcfc;
  padding: 10px 52px 7px 8px;
}


.top-menu__link--wheel:hover {
  background: linear-gradient(0deg, rgba(39, 133, 255, .1), rgba(39, 133, 255, .1)), linear-gradient(93deg, #1c1c24 2.36%, #182047 77.67%);
  color: #fcfcfc;
}

.top-menu__link:hover {
  color: #3b9eff;
}
.min-h {
  min-height: 56vh;
}
    /* Table Styles */
    .table-container {
      overflow-x: auto;
      margin: 1.5rem 0;
  }

  table {
      width: 100%;
      border-collapse: collapse;
      margin: 1.5rem 0;
  }

  th,
  td {
      padding: 12px 15px;
      text-align: left;
      border-bottom: 1px solid #eaeaea;
  }

  th {
      background-color: #22347d;
      color: white;
  }

  tr:nth-child(even) {
      background-color: #343a40;
  }

  /* Highlighted Content */
  .highlight {
      background-color: #212529;
      border-left: 4px solid #0051c9;
      padding: 1.5rem;
      margin: 1.5rem 0;
  }