@-moz-document url-prefix() {
  .body {
    scrollbar-color: #445778;
    scrollbar-width: thin;
  }
}

.body,
html {
  min-height: 100%;
}

html {
  --safe-area-inset-top: env(safe-area-inset-top, 0px);
  --safe-area-inset-right: env(safe-area-inset-right, 0px);
  --safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);
  --safe-area-inset-left: env(safe-area-inset-left, 0px);
  width: 100%;
  height: auto;
  padding: var(--safe-area-inset-top) var(--safe-area-inset-right) var(--safe-area-inset-bottom)
    var(--safe-area-inset-left);
}

.body {
  padding: 0;
  margin: 0;
  width: 100vw;
  max-width: 100%;
  background-color: #192c43;
  color: rgba(255, 255, 255, 0.65);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: start;
  letter-spacing: normal;
  font-style: normal;
  overflow: auto;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

i {
  font-size: 24px !important;
}

ol {
  padding-left: 20px;
}

.body::-webkit-scrollbar-thumb:hover {
  background: #445778;
}

.body::-webkit-scrollbar {
  width: 4px;
}

.body::-webkit-scrollbar-track {
  background: 0 0;
}

.body::-webkit-scrollbar-thumb {
  background: #445778;
  border-radius: 9px;
}
a {
  text-decoration: none;
}

.text-btn {
  display: flex;
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  font-size: 20px;
  line-height: 1;
  background: 0 0;
  outline: 0;
  transition: color 0.3s ease;
}

.text-btn:not(:disabled) {
  cursor: pointer;
}

.text-btn:disabled {
  opacity: 0.5;
}

.text-btn--primary {
  color: rgba(255, 255, 255, 0.65);
}

.text-btn--primary:hover {
  color: #fff;
}

.link-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  white-space: nowrap;
  margin: 0;
  background: #0bdede;
  color: #001b33;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.link-btn:active,
.link-btn:focus,
.link-btn:hover {
  background: #0acbcb;
}

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

.link-btn:disabled {
  cursor: not-allowed;
  background: rgba(80, 99, 133, 0.4);
  color: rgba(255, 255, 255, 0.25);
}

.link-btn--third {
  background: #f51969;
  color: #fff;
}

.link-btn--secondary {
  background: #384c6b;
  color: #fff;
}

.link-btn--third:active,
.link-btn--third:focus,
.link-btn--third:hover {
  background: #ff3b82;
}

.link-btn--third:disabled {
  background: rgba(80, 99, 133, 0.4);
}

.link-btn--outline {
  background: 0 0;
  color: #fff;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.12);
}

.link-btn--outline:active,
.link-btn--outline:focus,
.link-btn--outline:hover {
  background: 0 0;
  border-color: rgba(255, 255, 255, 0.2);
}

.link-btn--outline:disabled {
  background: 0 0;
  border-color: rgba(255, 255, 255, 0.12);
}

.link-btn--lg {
  font-size: 16px;
  line-height: 24px;
  padding: 16px 24px;
  min-width: 100px;
  border-radius: 10px;
  height: 56px;
}

.link-btn--sm,
.link-btn--xs {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 16px;
  min-width: 80px;
  border-radius: 8px;
  height: 40px;
}

.link-btn--xs {
  padding: 8px 12px;
  height: 36px;
}

.link-btn {
  text-decoration: none;
}

.pop-ups {
  position: fixed;
  bottom: calc(76px + var(--safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%);
  z-index: 102;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .pop-ups {
    max-width: 720px;
    width: unset;
  }
}

@media (min-width: 1200px) {
  .pop-ups {
    bottom: 8px;
  }
}

.pop-ups:has(.bonus-pop-up) {
  width: calc(100% - 32px);
}

.pop-ups:has(.bonus-pop-up) .notification-cookies-policy {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -56px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(var(--safe-area-inset-top)) calc(16px + var(--safe-area-inset-right)) 0
    calc(16px + var(--safe-area-inset-left));
  height: calc(56px + var(--safe-area-inset-top));
  background: #263b57;
}

@media (min-width: 1200px) {
  .header__wrapper {
    height: calc(64px + var(--safe-area-inset-top));
    padding: var(--safe-area-inset-top) 32px 0;
  }
}

.header__block {
  display: flex;
  align-items: center;
}

.header .header__icon:before {
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.3s ease;
}

.header .header__icon:hover:before {
  color: #fff;
}

.header .header__icon--menu {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

@media (min-width: 480px) {
  .header .header__icon--menu {
    margin-right: 16px;
  }
}

.header .header__icon--search {
  display: none;
  margin-left: 24px;
}

@media (min-width: 960px) {
  .header .header__icon--search {
    display: block;
  }
}

.header__logo {
  display: none;
}

@media (min-width: 480px) {
  .header__logo {
    display: block;
    width: 120px;
    height: 28px;
  }
}

@media (min-width: 1200px) {
  .header__logo {
    width: 142px;
    height: 33px;
    margin-right: 30px;
  }
}

.header__logo--mobile {
  display: block;
  margin-right: 0;
  min-width: 66px;
}

@media (min-width: 480px) {
  .header__logo--mobile {
    display: none;
  }
}

.header__logo--mobile img {
  max-width: 66px;
}

.header__logo img {
  height: 100%;
}

@media (min-width: 480px) {
  .header__logo img {
    width: 120px;
  }
}

@media (min-width: 1200px) {
  .header__logo img {
    width: 142px;
  }
}

.header__switcher {
  width: 256px;
  display: none;
  margin-right: 32px;
}

@media (min-width: 1200px) {
  .header__switcher {
    display: flex;
  }
}

.header__menu {
  display: none;
}

@media (min-width: 1200px) {
  .header__menu {
    display: flex;
  }
}

.header__buttons {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

@media (min-width: 1200px) {
  .header__buttons {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .header .header__button {
    padding: 10px 16px;
    height: 40px;
  }
}

.header--scroll {
  transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
  .header--scroll {
    opacity: 0;
  }
}

.logo {
  vertical-align: top;
  outline: 0;
}

.logo:active,
.logo:focus,
.logo:hover {
  text-decoration: none;
  outline: 0;
}

.logo__img {
  display: inline-block;
  vertical-align: top;
  border: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.link {
  text-decoration: none;
}

.sportsbook-switcher {
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
}

.sportsbook-switcher__item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #192c43;
  transition: background 0.3s ease;
}

.sportsbook-switcher__item:hover:not(.sportsbook-switcher__item--active) .sportsbook-switcher__icon:before {
  color: #fff !important;
}

.sportsbook-switcher__item:hover:not(.sportsbook-switcher__item--active) .sportsbook-switcher__title {
  color: #fff;
}

.sportsbook-switcher__item--active {
  background: #384c6b;
}

.sportsbook-switcher__item--active .sportsbook-switcher__icon:before {
  color: #0bdede !important;
}

.footer-menu .text-btn:hover .footer-menu__icon:before,
.sportsbook-switcher__item--active .sportsbook-switcher__title {
  color: #fff;
}

.sportsbook-switcher__icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.sportsbook-switcher__icon:before {
  transition: color 0.3s ease;
  color: rgba(255, 255, 255, 0.4) !important;
}

.sportsbook-switcher__title {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.3s ease;
}

.select-language-icons-with-name__container::-webkit-scrollbar-track {
  background: 0 0;
}

.select-language-icons-with-name__container::-webkit-scrollbar-thumb {
  background: #445778;
  border-radius: 9px;
}

.select-language-icons-with-name__container::-webkit-scrollbar-thumb:hover {
  background: #445778;
}

@-moz-document url-prefix() {
  .select-language-icons-with-name__container {
    scrollbar-color: #445778;
    scrollbar-width: thin;
  }
}

.select-language-icons-with-name {
  position: relative;
}

.select-language-icons-with-name--footer .select-language-icons-with-name__button {
  min-width: 176px;
  padding: 12px 12px 12px 16px;
  background: #384c6b;
}

.select-language-icons-with-name .select-language-icons-with-name__link:hover,
.select-language-icons-with-name--footer .select-language-icons-with-name__button:hover {
  background: #445778;
}

.select-language-icons-with-name--footer .select-language-icons-with-name__container {
  width: 240px;
}

.select-language-icons-with-name--footer .select-language-icons-with-name__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  white-space: nowrap;
}

.select-language-icons-with-name--bar .select-language-icons-with-name__button {
  width: 100%;
}

.select-language-icons-with-name__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: 0 0;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.select-language-icons-with-name__button:hover {
  background: #384c6b;
}

.select-language-icons-with-name__button-inner {
  display: flex;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #fff;
}

.select-language-icons-with-name__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 12px;
}

.select-language-icons-with-name__icon img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.select-language-icons-with-name .select-language-icons-with-name__caret {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.select-language-icons-with-name .select-language-icons-with-name__caret:before {
  color: rgba(255, 255, 255, 0.4);
}

.select-language-icons-with-name__container {
  position: absolute;
  display: none;
  padding: 8px;
  border-radius: 12px;
  background: #384c6b;
  left: 0;
  bottom: calc(100% + 8px);
  max-height: 320px;
  width: 100%;
  overflow: auto;
  z-index: 1;
}

.select-language-icons-with-name__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.select-language-icons-with-name .select-language-icons-with-name__link {
  margin: 0 !important;
  padding: 12px 16px;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.select-language-icons-with-name__item-name,
.select-language-icons-with-name__name {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.select-language-icons-with-name__item-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.option-link {
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  white-space: normal;
}

.option-link,
.option-link__content {
  display: flex;
  align-items: center;
}

@-moz-document url-prefix() {
  .modal,
  .modal__scroller {
    scrollbar-color: transparent;
    scrollbar-width: none;
  }
}

@-moz-document url-prefix() {
  .modal,
  .modal__scroller {
    scrollbar-color: transparent;
    scrollbar-width: none;
  }
}

.container {
  margin: 0 auto;
  width: calc(100% - 32px);
}

@media (min-width: 768px) {
  .container {
    width: calc(100% - 48px);
  }
}

@media (min-width: 1200px) {
  .container {
    width: calc(100% - 64px);
    max-width: 1616px;
  }
}

.collapse {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-property: height, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collapse__content,
.game__label img {
  width: 100%;
}

@-moz-document url-prefix() {
  .select__dropdown {
    scrollbar-color: #445778;
    scrollbar-width: thin;
  }
}

@-moz-document url-prefix() {
  .select-with-country-icons__dropdown,
  .select__dropdown {
    scrollbar-color: #445778;
    scrollbar-width: thin;
  }
}

@-moz-document url-prefix() {
  .select-with-country-icons__dropdown,
  .select__dropdown {
    scrollbar-color: #445778;
    scrollbar-width: thin;
  }
}

@-moz-document url-prefix() {
  .content .table-wrapper {
    scrollbar-color: transparent;
    scrollbar-width: none;
  }
}

.content {
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.65);
}

.content > :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.content h1,
.content h2 {
  margin-top: 0;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .content h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}

.content h2 {
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .content h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}

.content a,
.content ol,
.content p {
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .content a,
  .content ol,
  .content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}

.content .table-wrapper:last-child,
.content a:last-child,
.content blockquote:last-child,
.content mark:last-child,
.content ol:last-child,
.content p:last-child,
.content table:last-child,
.content ul:last-child {
  margin: 0;
}

.content a:not(.link-btn):not(.link-no-styles) {
  color: #0bdede;
  text-decoration: none;
  font-size: inherit;
  text-transform: none;
  font-style: normal;
  margin: 0;
  padding: 0;
  transition: color 0.3s ease;
}

.content a:not(.link-btn):not(.link-no-styles):hover {
  color: #1df0f0;
  text-decoration: underline;
}

.content ol:not([type]) > li {
  padding-left: 0;
  position: relative;
  counter-increment: list-counter;
}

.content ol:not([type]),
.content ul:not([type]) {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

.content ol:not([type]) li + li,
.content ul:not([type]) li + li {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .content ol:not([type]) li + li,
  .content ul:not([type]) li + li {
    margin-top: 12px;
  }
}

.content ol:not([type]) {
  counter-reset: list-counter;
}

.content ol:not([type]) > li:before {
  font-family: 'Open Sans', sans-serif;
  content: counter(list-counter) '. ';
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .content ol:not([type]) > li:before {
    font-size: 16px;
    line-height: 24px;
  }
}

.collapse-block {
  font-size: 16px;
  text-align: start;
  color: #6d6a71;
}

@media (min-width: 768px) {
  .collapse-block {
    font-size: 20px;
  }
}

.collapse-block__toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  min-height: 64px;
  gap: 16px;
  padding: 20px 16px;
  background: #384c6b;
  color: #fff;
  border-radius: 8px;
  transition: color 0.3s ease, background 0.3s ease;
}

@media (min-width: 768px) {
  .collapse-block__toggle {
    min-height: 72px;
  }
}

.collapse-block--open .collapse-block__toggle,
.collapse-block__toggle:hover {
  background: #506385;
}

.collapse-block__title,
.description .description__button {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .collapse-block__title {
    font-size: 20px;
    line-height: 30px;
  }
}

.collapse-block__caret {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transform-origin: center;
  position: relative;
}

.collapse-block__caret::after,
.collapse-block__caret::before {
  content: '';
  height: 2px;
  width: 15.5px;
  background: #0bdede;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  border-radius: 100px;
}

.collapse-block__caret::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.collapse-block__content-wrap {
  padding: 24px 0 0;
}

@media (min-width: 768px) {
  .collapse-block__content-wrap {
    padding-inline-start: 56px;
  }
}

.description {
  display: block;
  width: 100%;
  padding: 0;
  margin: 64px 0 0;
  text-align: left;
}

@media (min-width: 768px) {
  .description {
    margin-top: 80px;
  }
}

.description__preview {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .description__preview {
    margin-bottom: 24px;
  }
}

.description__preview:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(360deg, #192c43 0, rgba(15, 15, 20, 0) 100%);
}

.description__block-buttons {
  display: block;
  width: 100%;
  padding: 15px 0 0;
  margin: 0;
  text-align: center;
}

.description .description__button {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  letter-spacing: 0.2px;
  color: #fff;
}

.description__icon {
  color: rgba(255, 255, 255, 0.45);
  transition: transform 0.3s ease;
}

@-moz-document url-prefix() {
  .select__dropdown {
    scrollbar-color: #445778;
    scrollbar-width: thin;
  }
}

@-moz-document url-prefix() {
  .select__dropdown {
    scrollbar-color: #445778;
    scrollbar-width: thin;
  }
}

@-moz-document url-prefix() {
  .select__dropdown {
    scrollbar-color: #445778;
    scrollbar-width: thin;
  }
}

@-moz-document url-prefix() {
  .filter-by-category {
    scrollbar-color: transparent;
    scrollbar-width: none;
  }
}

@-moz-document url-prefix() {
  .select__dropdown {
    scrollbar-color: #445778;
    scrollbar-width: thin;
  }
}

@-moz-document url-prefix() {
  .select__dropdown {
    scrollbar-color: #445778;
    scrollbar-width: thin;
  }
}

.footer-slider.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.footer-slider.slick-slider:hover .slick-next,
.footer-slider.slick-slider:hover .slick-prev {
  display: block;
  opacity: 1;
}

.footer-slider.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
  transform: translate3d(0, 0, 0);
}

.footer-slider.slick-slider .slick-list:focus {
  outline: 0;
}

.footer-slider.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.footer-slider.slick-slider .slick-track:after,
.footer-slider.slick-slider .slick-track:before {
  content: '';
  display: table;
}

.footer-slider.slick-slider .slick-track:after {
  clear: both;
}

.footer-slider.slick-slider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin-left: 12px;
}

.footer-slider.slick-slider .slick-slide:first-child {
  margin-left: 0;
}

.base-slider__slider.slick-slider .slick-slide img:not(.image--hidden),
.footer-slider.slick-slider .slick-slide img:not(.image--hidden) {
  display: block;
}

.footer-slider.slick-slider.slick-initialized .slick-slide {
  display: block;
}

.footer-slider.slick-slider .slick-next,
.footer-slider.slick-slider .slick-prev {
  position: absolute;
  color: #fff;
  line-height: 1;
  z-index: 11;
  top: 50%;
  height: 48px;
  width: 48px;
  background: rgba(0, 27, 51, 0.65);
  transform: translate(0, -50%);
  transition: background 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.footer-slider.slick-slider .slick-next:hover,
.footer-slider.slick-slider .slick-prev:hover {
  background: rgba(25, 44, 67, 0.65);
}

.footer-slider.slick-slider .slick-prev {
  left: 0;
}

.footer-slider.slick-slider .slick-next {
  right: 0;
}

.slick-arrow {
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #22242c;
  background-image: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  border: 0;
  outline: 0;
  text-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.slick-arrow:hover,
.slick-arrow__control--active .slick-arrow {
  background-color: #2b2d32;
}

.slick-arrow.slick-prev {
  right: calc(48px);
}

.footer-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-menu:last-child {
  border-bottom: none;
}

@media (min-width: 1200px) {
  .footer-menu {
    flex: 1;
    border-bottom: none;
  }
}

.footer-menu .text-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  position: relative;
}

@media (min-width: 1200px) {
  .footer-menu .text-btn {
    cursor: auto;
    pointer-events: none;
  }
}

.footer-menu .footer-menu__icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}

@media (min-width: 1200px) {
  .footer-menu .footer-menu__icon {
    display: none;
  }
}

.footer-menu .footer-menu__icon:before {
  transition: color 0.3s ease;
  color: rgba(255, 255, 255, 0.65);
}

@media (min-width: 1200px) {
  .footer-menu__collapse {
    display: none;
  }
}

.footer-menu__title {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: block;
  padding: 16px 0;
}

@media (min-width: 1200px) {
  .footer-menu__title {
    font-weight: 700;
    padding: 0 0 12px;
  }
}

.footer-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu__item {
  margin-bottom: 8px;
}

.footer-menu__link {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s ease;
}

@media (min-width: 1200px) {
  .footer-menu__link {
    padding-inline-end: 24px;
  }
}

.footer-menu__link--current,
.footer-menu__link:hover {
  color: #fff;
}

.footer-menu__links {
  display: none;
}

@media (min-width: 1200px) {
  .footer-menu__links {
    display: block;
  }
}

.footer-payments {
  margin-bottom: 32px;
  overflow: hidden;
  position: relative;
  height: 48px;
}

@media (min-width: 1200px) {
  .footer-payments {
    margin-bottom: 40px;
  }
}

.footer-payments__item {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.footer-payments__item:hover {
  opacity: 1;
}

.footer-payments__image {
  min-height: 32px;
}

.header-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 24px;
}

.header-menu__item {
  white-space: nowrap;
}

@media (max-width: 1440px) {
  .header-menu__item:last-child {
    display: none;
  }
}

.header-menu__link {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.3s ease;
  position: relative;
}

.header-menu__link:hover {
  color: #fff;
}

.link-no-styles:link,
.link-no-styles:visited {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
}

.panel-auth {
  display: flex;
  width: 100%;
  height: calc(56px + var(--safe-area-inset-bottom));
  padding: calc(10px + var(--safe-area-inset-top)) calc(24px + var(--safe-area-inset-right))
    calc(10px + var(--safe-area-inset-bottom));
  position: fixed;
  left: 0;
  bottom: 0;
  background: #263b57;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1200px) {
  .panel-auth {
    display: none;
  }
}

.panel-auth__button {
  flex: 1;
}

.panel {
  background: #263b57;
  bottom: 0;
  display: block;
  height: calc(56px + var(--safe-area-inset-bottom));
  left: 0;
  padding: 0 var(--safe-area-inset-right) var(--safe-area-inset-bottom) var(--safe-area-inset-left);
  position: fixed;
  width: 100%;
  z-index: 101;
}

@media (min-width: 960px) {
  .panel {
    display: none;
  }
}

.panel__list {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .panel__list {
    padding: 0 8px;
  }
}

.panel__item {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 20%;
}

.panel__item--main .panel__link {
  flex-direction: column !important;
  font-size: 10px !important;
  line-height: 12px !important;
}

.panel__item--main .panel__link .panel__icon {
  align-items: center;
  background: #f51969;
  border-radius: 50%;
  display: flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 6px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: -20px;
  transition: background 0.3s ease;
  width: 44px;
}

.panel__item--main .panel__link .panel__icon:before {
  color: #fff !important;
}

.panel__item--main .panel__link .panel__icon:hover {
  background: #ff3b82;
}

.panel__link {
  color: hsla(0, 0%, 100%, 0.65);
  display: flex;
  flex-direction: column;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  line-height: 12px;
  min-height: 56px;
  text-align: center;
  text-transform: capitalize;
  transition: color 0.3s ease;
  width: 100%;
}

@media (min-width: 768px) {
  .panel__link {
    align-items: center;
    flex-direction: row;
    font-size: 12px;
    line-height: 18px;
  }
}

.panel__link--active,
.panel__link:hover,
.panel__link:hover .panel__icon:before {
  color: #fff;
}

.panel .panel__icon {
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .panel .panel__icon {
    margin-bottom: 0;
    margin-right: 8px;
  }
}

.panel .panel__icon:before {
  color: hsla(0, 0%, 100%, 0.65);
  transition: color 0.3s ease;
}

.btn {
  align-items: center;
  background: #0bdede;
  border: none;
  color: #001b33;
  display: inline-flex;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.2px;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.btn:active,
.btn:focus,
.btn:hover {
  background: #0acbcb;
}

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

.btn:disabled {
  background: rgba(80, 99, 133, 0.4);
  color: hsla(0, 0%, 100%, 0.25);
  cursor: not-allowed;
}

.btn--secondary {
  background: #384c6b;
  color: #fff;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
  background: #445778;
}

.btn--secondary:disabled {
  background: rgba(80, 99, 133, 0.4);
}

.btn--third {
  background: #f51969;
  color: #fff;
}

.btn--third:active,
.btn--third:focus,
.btn--third:hover,
.rules--with-button .rules__button:active,
.rules--with-button .rules__button:focus,
.rules--with-button .rules__button:hover {
  background: #ff3b82;
}

.btn--third:disabled,
.rules--with-button .rules__button:disabled {
  background: rgba(80, 99, 133, 0.4);
}

.btn--outline {
  background: 0 0;
  color: #fff;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.12);
}

.btn--outline:active,
.btn--outline:focus,
.btn--outline:hover {
  background: 0 0;
  border-color: rgba(255, 255, 255, 0.2);
}

.btn--outline:disabled {
  background: 0 0;
  border-color: rgba(255, 255, 255, 0.12);
}

.btn--md {
  font-size: 16px;
  line-height: 24px;
  min-width: 100px;
  border-radius: 8px;
  height: 48px;
  padding: 12px 20px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 56px;
}

@media (min-width: 960px) {
  .footer {
    padding-bottom: 0;
  }
}

.footer__navigation {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 1200px) {
  .footer__navigation {
    flex-direction: row;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 56px 0;
  }
}

.footer__utils .footer__language-select {
  display: flex;
}

@media (min-width: 1200px) {
  .footer__utils .footer__language-select {
    display: none;
  }

  .footer__utils {
    flex-basis: 20%;
  }
}

.footer__brand-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .footer__brand-links {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.footer__affiliate-logos {
  margin-top: 24px;
  width: 100%;
}

@media (min-width: 1200px) {
  .footer__affiliate-logos {
    width: unset;
  }
}

.footer__casinoguru {
  display: block;
  width: 122px;
  height: 76px;
}

.footer__social-links {
  display: flex;
}

@media (min-width: 1200px) {
  .footer__social-links {
    margin-top: 24px;
  }
}

.footer__social-link {
  display: inline-flex;
  align-items: center;
  width: 24px;
  color: rgba(255, 255, 255, 0.4);
  opacity: 0.4;
  margin-right: 16px;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.footer__social-link:last-child {
  margin-right: 0;
}

.footer__social-link:hover {
  color: #fff;
  opacity: 1;
}

@media (min-width: 1200px) {
  .footer__menus {
    display: flex;
    flex-basis: 80%;
  }
}

.footer__responsibility {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 54px;
}

@media (min-width: 1200px) {
  .footer__responsibility {
    justify-content: space-between;
  }
}

.footer__responsibility .footer__language-select {
  display: none;
}

@media (min-width: 1200px) {
  .footer__responsibility .footer__language-select {
    display: flex;
  }

  .footer__responsibility .footer__language-select .select-language-icons-with-name__container {
    right: 0;
    left: unset;
  }
}

.footer__responsibility-logos {
  display: flex;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 28px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__responsibility-logo {
  height: 32px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.footer__responsibility-logo:hover {
  opacity: 1;
}

.footer__responsibility-logo--gcb {
  width: 56px;
  height: 33px;
  opacity: 1;
}

.footer__logo img {
  width: 120px;
  height: 28px;
}

@media (min-width: 1200px) {
  .footer__logo img {
    width: 142px;
    height: 33px;
  }
}

.layout {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.layout__main {
  flex: 1;
  max-width: 100vw;
  overflow: hidden;
  padding-top: 56px;
}

@media (min-width: 960px) {
  .layout__main {
    max-width: inherit;
    overflow: inherit;
  }
}

@media (min-width: 1200px) {
  .layout__main {
    padding-top: 64px;
  }
}

.layout-invisible-header {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 100%;
  overflow: hidden;
}

.layout-invisible-header__main {
  flex: 1;
  max-width: 100vw;
  overflow: hidden;
}

@media (min-width: 768px) {
  .layout-invisible-header__main {
    padding-top: 56px;
  }
}

@media (min-width: 960px) {
  .layout-invisible-header__main {
    max-width: inherit;
    overflow: inherit;
  }
}

@media (min-width: 1200px) {
  .layout-invisible-header__main {
    padding-top: 64px;
  }
}

.layout-invisible-header .panel-auth {
  z-index: 102;
}

.notification-cookies-policy {
  margin: 0 auto;
  background: rgba(80, 99, 133, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 8px;
  padding: 12px 16px;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100vw - 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 768px) {
  .notification-cookies-policy {
    width: auto;
  }
}

.notification-cookies-policy__text-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 480px) {
  .notification-cookies-policy__text-wrapper {
    align-self: unset;
  }
}

.notification-cookies-policy__link,
.notification-cookies-policy__title {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin: 0;
}

.notification-cookies-policy__link {
  color: #0bdede;
}

.notification-cookies-policy__link:hover {
  color: #1df0f0;
}

.notification-cookies-policy__image {
  width: 20px;
  height: 20px;
}

h1 {
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

b {
  font-weight: bolder;
}

img {
  border: 0;
}

button {
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.image--hidden {
  display: none;
}

img:where([src*='uuidksinc.'], [src*='doubleclick.']) {
  display: none;
}

.copyright {
  display: grid;
  row-gap: 24px;
  margin-top: 32px;
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .copyright {
    -moz-column-gap: 48px;
    column-gap: 48px;
    margin-top: 48px;
    margin-bottom: 36px;
  }
}

.copyright--two-column {
  grid-template-columns: 1fr;
}

@media (min-width: 1200px) {
  .copyright--two-column {
    grid-template-columns: 1fr 1fr;
  }
}

.copyright__text {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
}

.cms-page {
  position: relative;
}

@media (min-width: 768px) {
  .cms-page {
    padding-top: 35px;
  }
}

@media (min-width: 1200px) {
  .cms-page {
    padding-bottom: 80px;
    padding-left: 0;
    padding-top: 50px;
  }
}

@media (min-width: 1440px) {
  .cms-page {
    padding-bottom: 80px;
    padding-left: 0;
    padding-top: 60px;
  }
}

.cms-page--without-vertical-space {
  padding-bottom: 0;
  padding-top: 0;
}

@-moz-document url-prefix() {
  .content .table-wrapper {
    scrollbar-color: transparent;
    scrollbar-width: none;
  }
}

.content {
  color: hsla(0, 0%, 100%, 0.65);
  font-family: Open Sans, sans-serif;
}

.content > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #fff;
  font-weight: 700;
  margin-top: 0;
}

.content h1 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .content h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}

.content h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .content h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
.content h4 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .content h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}

.content a,
.content p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .content a,
  .content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}

.content .table-wrapper,
.content a,
.content blockquote,
.content mark,
.content ol,
.content p,
.content table,
.content ul {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .content .table-wrapper,
  .content a,
  .content blockquote,
  .content mark,
  .content ol,
  .content p,
  .content table,
  .content ul {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}

.content ol:not([type]),
.content ul:not([type]) {
  list-style: none;
  margin-top: 0;
  padding: 0;
}

.content table,
.content td,
.content th {
  border: 1px solid #506385;
  border-collapse: collapse;
}

.content td,
.content th {
  color: hsla(0, 0%, 100%, 0.65);
  padding: 10px 16px;
}

.content ul:not([type]) > li {
  padding-left: 24px;
  position: relative;
}

.content ul > li:before {
  background-color: hsla(0, 0%, 100%, 0.65);
  border-radius: 50%;
  content: '';
  height: 4px;
  left: 12px;
  position: absolute;
  top: 8px;
  width: 4px;

  @media (min-width: 768px) {
    top: 10px;
  }
}

.content th {
  background: #263b57;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 16px;
  text-transform: uppercase;
}

.content td {
  font-size: 14px;
  line-height: 20px;
}

.content a:not(.link-btn):not(.link-no-styles) {
  color: #0bdede;
  font-size: inherit;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  transition: color 0.3s ease;
}

.content a:not(.link-btn):not(.link-no-styles):hover {
  color: #1df0f0;
  text-decoration: underline;
}

.content img {
  display: inline-block;
  margin: 0;
  max-width: 100%;
}

@-moz-document url-prefix() {
  .textarea {
    scrollbar-color: #445778;
    scrollbar-width: thin;
  }
}

@-moz-document url-prefix() {
  .terms-acceptance-with-preview__content-wrapper {
    scrollbar-color: #445778;
    scrollbar-width: thin;
  }
}

.footer-slider.slick-slider .slick-slide img:not(.image--hidden) {
  display: block;
}

.footer-slider.slick-slider.slick-initialized .slick-slide {
  display: block;
}

.footer-slider.slick-slider .slick-next,
.footer-slider.slick-slider .slick-prev {
  background: rgba(0, 27, 51, 0.65);
  color: #fff;
  height: 48px;
  line-height: 1;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease, opacity 0.3s ease;
  width: 48px;
  z-index: 11;
}

.footer-slider.slick-slider .slick-next:hover,
.footer-slider.slick-slider .slick-prev:hover {
  background: rgba(25, 44, 67, 0.65);
}

.footer-slider.slick-slider .slick-prev {
  left: 0;
}

.footer-slider.slick-slider .slick-next {
  right: 0;
}

.slick-arrow {
  align-items: center;
  background-color: #22242c;
  background-image: none;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 13px;
  justify-content: center;
  margin: 0;
  outline: none;
  padding: 0;
  text-shadow: none;
}

.slick-arrow:hover,
.slick-arrow__control--active .slick-arrow {
  background-color: #2b2d32;
}

.slick-arrow.slick-prev {
  right: 48px;
}

.footer-menu {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
}

.footer-menu:last-child {
  border-bottom: none;
}

@media (min-width: 1200px) {
  .footer-menu {
    border-bottom: none;
    flex: 1;
  }
}

.footer-menu .text-btn {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: left;
  width: 100%;
}

@media (min-width: 1200px) {
  .footer-menu .text-btn {
    cursor: auto;
    pointer-events: none;
  }
}

.footer-menu .text-btn:hover .footer-menu__icon:before {
  color: #fff;
}

.footer-menu .footer-menu__icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}

@media (min-width: 1200px) {
  .footer-menu .footer-menu__icon {
    display: none;
  }
}

.footer-menu .footer-menu__icon:before {
  color: hsla(0, 0%, 100%, 0.65);
  transition: color 0.3s ease;
}

@media (min-width: 1200px) {
  .footer-menu__collapse {
    display: none;
  }
}

.footer-menu__title {
  color: #fff;
  display: block;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 0;
}

@media (min-width: 1200px) {
  .footer-menu__title {
    font-weight: 700;
    padding: 0 0 12px;
  }
}

.footer-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu__item {
  margin-bottom: 8px;
}

.footer-menu__link {
  color: hsla(0, 0%, 100%, 0.4);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: color 0.3s ease;
}

@media (min-width: 1200px) {
  .footer-menu__link {
    padding-inline-end: 24px;
  }
}

.footer-menu__link--current,
.footer-menu__link:hover {
  color: #fff;
}

.footer-menu__links {
  display: none;
}

@media (min-width: 1200px) {
  .footer-menu__links {
    display: block;
  }
}

.footer-payments {
  height: 48px;
  margin-bottom: 32px;
  overflow: hidden;
  position: relative;
}

.footer-payments:after,
.footer-payments:before {
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  z-index: 10;
}

.footer-payments:after {
  background: linear-gradient(270deg, #192c43, rgba(15, 15, 20, 0));
  left: unset;
  right: 0;
}

@media (min-width: 1200px) {
  .footer-payments {
    margin-bottom: 40px;
  }
}

.footer-payments__item {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.footer-payments__item:hover {
  opacity: 1;
}

.footer-payments__image {
  min-height: 32px;
}

@-moz-document url-prefix() {
  .game-panel,
  .game-panel__section {
    scrollbar-color: transparent;
    scrollbar-width: none;
  }
}

@-moz-document url-prefix() {
  .promo-providers__list {
    scrollbar-color: #445778;
    scrollbar-width: thin;
  }
}

@-moz-document url-prefix() {
  .tabs__categories {
    scrollbar-color: transparent;
    scrollbar-width: none;
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes pulse {
  0%,
  to {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.rules {
  background: #263b57;
  border-radius: 20px;
  padding: 24px 20px;
  position: relative;
  text-align: left;
  width: 100%;
}

@media (min-width: 768px) {
  .rules {
    padding: 40px 48px 32px;
  }
}

.rules__content {
  max-height: 221px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .rules__content {
    max-height: 250px;
  }
}

.rules__content--open:after,
.rules__content--without-button:after {
  display: none;
}

.rules__content:after {
  background: linear-gradient(180deg, rgba(38, 59, 87, 0), rgba(38, 59, 87, 0.76) 64.58%, #263b57);
  bottom: 0;
  content: '';
  height: 112px;
  left: 0;
  position: absolute;
  width: 100%;
}

.rules .rules__button--default {
  display: flex;
  margin: 10px auto 0;
  position: relative;
  width: fit-content;
}

@media (min-width: 768px) {
  .rules .rules__button--default {
    max-width: 300px;
    width: 100%;
  }
}

.rules--with-button:after {
  background: linear-gradient(180deg, rgba(26, 26, 34, 0), rgba(26, 26, 34, 0.76) 64.58%, #1a1a22);
  bottom: 0;
  content: '';
  height: 112px;
  left: 0;
  position: absolute;
  width: 100%;
}

.rules--secondary .rules__content:after {
  background: linear-gradient(180deg, rgba(25, 44, 67, 0), rgba(25, 44, 67, 0.76) 64.58%, #192c43);
  height: 46px;
}

.flip-card {
  display: flex;
  overflow: hidden;
  perspective: 1000px;
  position: relative;
  width: 100%;
}

.flip-card__back,
.flip-card__front {
  backface-visibility: hidden;
  background: #263b57;
  left: 0;
  min-height: 100%;
  position: static;
  top: 0;
  transition: transform 0.3s;
  width: 100%;
}

.flip-card__back {
  position: absolute;
  transform: rotateY(180deg);
}

.flip-card__btn {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 10;
}

.tooltip-info {
  background: #445778;
  border-radius: 8px;
  box-shadow: 0 16px 32px -12px rgba(0, 0, 0, 0.44);
  font-size: 14px;
  line-height: 20px;
  margin-right: 4px;
  margin-top: -4px;
  padding: 12px 16px;
  pointer-events: none;
  position: absolute;
  z-index: 9999;
}

.tooltip-info__arrow {
  background: #445778;
  height: 10px !important;
  margin-left: -2px !important;
  width: 16px !important;
}

.tooltip-info__content {
  max-width: 228px;
}

.tooltip-info__title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px;
}

.tooltip-info__text,
.tooltip-info__title {
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 18px;
}

.tooltip-info__text {
  color: #999;
  font-weight: 400;
}

.tooltip-info__info-btn {
  cursor: pointer;
}

.games-filter-block {
  padding: 24px 0;
}

@media (min-width: 768px) {
  .games-filter-block {
    padding: 16px 0 24px;
  }
}

@media (min-width: 1200px) {
  .games-filter-block {
    padding: 24px 0 32px;
  }
}

.games-filter-block__wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
}

@media (min-width: 768px) {
  .games-filter-block__wrapper {
    align-items: center;
    background: #263b57;
    border-radius: 12px;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 20px 16px 16px;
  }
}

.games-filter-block__category {
  margin-left: -16px;
  overflow-x: visible;
  position: relative;
  width: calc(100% + 32px);
}

@media (min-width: 768px) {
  .games-filter-block__category {
    margin-left: 0;
    overflow: hidden;
    padding-right: 12px;
    width: auto;
  }
}

.games-filter-block .games-filter-block__providers-button {
  align-items: center;
  background: #384c6b;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  position: relative;
  transition: background 0.3s ease;
  width: 100%;
}

@media (min-width: 768px) {
  .games-filter-block .games-filter-block__providers-button {
    display: flex;
    margin-top: 0;
    padding: 0 16px;
    width: unset;
  }
}

.games-filter-block .games-filter-block__providers-button:hover {
  background: #445778;
}

.games-filter-block__icon {
  color: #0bdede;
  margin-right: 12px;
}

.games-filter-block__btn-wrapper {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .games-filter-block__btn-wrapper {
    margin-top: 0;
  }
}

.games-filter-block .games-filter-block__filter-btn {
  color: #0bdede;
  min-width: 56px;
  padding: 12px 16px;
}

@media (min-width: 768px) {
  .games-filter-block .games-filter-block__filter-btn {
    min-width: auto;
  }
}

.game-category-select__wrapper::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

.game-category-select__wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.game-category-select__wrapper::-webkit-scrollbar-thumb {
  background: transparent;
  margin: 0;
}

.game-category-select__wrapper::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

@-moz-document url-prefix() {
  .game-category-select__wrapper {
    scrollbar-color: transparent;
    scrollbar-width: none;
  }
}

.game-category-select__wrapper:hover::-webkit-scrollbar-thumb {
  background: transparent;
}

.game-category-select {
  position: relative;
}

.game-category-select:hover .game-category-select__arrow {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.game-category-select:hover .game-category-select__arrow--hidden {
  opacity: 0;
  visibility: hidden;
}

.game-category-select:after,
.game-category-select:before {
  background: linear-gradient(270deg, #192c43, rgba(15, 15, 20, 0));
  content: '';
  height: 100%;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 48px;
  z-index: 1;
}

@media (min-width: 768px) {
  .game-category-select:after,
  .game-category-select:before {
    background: linear-gradient(270deg, #263b57, rgba(38, 59, 87, 0));
  }
}

.game-category-select:before {
  left: 0;
  rotate: 180deg;
}

.game-category-select:after {
  right: 0;
}

.game-category-select--cant-scroll-left:before,
.game-category-select--cant-scroll-right:after {
  opacity: 0;
}

.game-category-select__wrapper {
  -ms-overflow-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  height: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 16px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  transform: translateZ(0);
}

@media (min-width: 768px) {
  .game-category-select__wrapper {
    height: 48px;
    padding: 0;
  }
}

.game-category-select__arrow {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 8px;
  opacity: 0;
  padding: 12px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  visibility: hidden;
  z-index: 10;
}

.game-category-select__arrow,
.game-category-select__arrow:focus,
.game-category-select__arrow:hover {
  background-color: rgba(0, 27, 51, 0.65);
}

.game-category-select__arrow--left {
  left: 0;
}

.game-category-select__arrow--right {
  right: 0;
}

.game-category-select__link {
  align-items: center;
  background: transparent;
  border-radius: 40px;
  color: #fff;
  display: flex;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  height: 40px;
  line-height: 20px;
  margin: 0;
  padding: 0 12px;
  transition: background 0.3s ease;
}

.game-category-select__link:hover {
  background: #384c6b;
}

@media (min-width: 768px) {
  .game-category-select__link {
    font-size: 16px;
    height: 48px;
    line-height: 24px;
  }
}

.game-category-select__link--current {
  background: #0bdede !important;
  color: #001b33;
  font-weight: 700;
}

.game-category-select__link--current .game-category-select__icon:before {
  color: #001b33;
}

.game-category-select__icon {
  color: #0bdede;
  height: 24px;
  transition: color 0.3s ease;
  width: 24px;
}

.game-category-select__name {
  white-space: nowrap;
}

.catalog {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.catalog__not-found {
  text-transform: uppercase;
}

.catalog__list {
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 8px;
}

.body--ar .catalog__list {
  direction: rtl;
}

@media (min-width: 480px) {
  .catalog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .catalog__list {
    -moz-column-gap: 12px;
    column-gap: 12px;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 12px;
  }
}

@media (min-width: 960px) {
  .catalog__list {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1200px) {
  .catalog__list {
    -moz-column-gap: 16px;
    column-gap: 16px;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 16px;
  }
}

@media (min-width: 1440px) {
  .catalog__list {
    grid-template-columns: repeat(7, 1fr);
  }
}

.catalog__more {
  display: block;
  margin: 0;
  padding-top: 24px;
  text-align: center;
  width: 100%;
}

@media (min-width: 1200px) {
  .catalog__more {
    padding-top: 32px;
  }
}

.catalog .catalog__more-button {
  width: 100%;
}

@media (min-width: 768px) {
  .catalog .catalog__more-button {
    max-width: 300px;
  }
}
