@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[type="button"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Nunito", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,
      hsla(0, 0%, 100%, 0.15),
      hsla(0, 0%, 100%, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.9rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #f8fafc;
  --bs-body-bg-rgb: 248, 250, 252;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
:after,
:before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align);
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-bottom: 1rem;
  margin-top: 0;
}

ul ul {
  margin-bottom: 0;
}

small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  text-transform: none;
}

[type="button"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.10 + 150px);
  padding-right: calc(var(--bs-gutter-x) * 0.10 + 150px);
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control::file-selector-button {
  background-color: var(--bs-tertiary-bg);
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  color: var(--bs-body-color);
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-sm::file-selector-button {
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.25rem 0.5rem;
}

.form-control-lg::file-selector-button {
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.5rem 1rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E");
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label:after {
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  content: "";
  height: 1.5em;
  inset: 1rem 0.375rem;
  position: absolute;
  z-index: -1;
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
  z-index: 3;
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
  z-index: 4;
}

.btn:focus-visible {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  color: var(--bs-btn-hover-color);
  outline: 0;
}

.btn-check:focus-visible+.btn {
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible+.btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.nav-link:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

.icon-link-hover:focus-visible>.bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  color: #bfdbe0;
  /* background-image: url("../images/banner.webp"); */
  height: 100%;
  background-position-x: right;
  background-position-y: -50px;
  background-size: 870px;
  background-repeat: no-repeat;
  background-color: #020202;
}

a {
  text-decoration: none;
}

a:hover {
  color: #1d68a7;
  text-decoration: none;
}

.payment-slider {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  height: 0;
}

.payment-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.icon.bonus {
  background: url("../images/bonus.webp") no-repeat;
}

.icon.fs {
  background: url("../images/freespins.webp") no-repeat;
}

.list-item-bonuses .icon {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 10px auto;
}

.delimiter {
  display: block;
  width: 1px;
  height: 60px;
  background: #c0dce1;
}

.bonus {
  text-align: center;
}

.item-link {
  display: block !important;
  width: 100%;
  color: #bfdbe0;
  border-radius: 10px;
  background-color: rgb(16 251 78 / 47%);
  padding: 5px 0;
  text-align: center;
  font-size: 20px;
  transition: 0.8s;
  text-transform: uppercase;
  line-height: 1.5;
  border: none;
}

.item-link:hover {
  background-color: rgb(20 87 135 / 70%);
  box-shadow: 0 0 5px 2px rgb(3 140 232 / 41%);
  color: #bfdbe0;
}

.list-item {
  background: linear-gradient(0deg, #000, #262626);
  margin-bottom: 50px;
}

.list-item::after,
.list-item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(45deg,
      #580ead,
      #0760a8,
      #0f0,
      #ff0,
      red,
      #ff0,
      #0f0,
      #fb0094,
      #0760a8,
      #580ead);
  background-size: 300%;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  z-index: -1;
  animation: animate 30s linear infinite;
  border-radius: 17px;
}

.list-item::after {
  filter: blur(4px);
}

@keyframes animate {
  0% {
    background-position: 0;
  }

  100% {
    background-position: 400%;
  }
}

.list-item-bottom_btn:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #03a9f4, #109e67, #ffeb3b, #03a9f4);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}

.list-item-bottom_btn:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 8s linear infinite;
}

@media (min-width: 1600px) {
  body {
    background-position-x: 85%;
    background-size: 930px;
  }
}

.icon:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  margin-right: 10px;
}

.list-item-base_rating {
  display: inline-block;
}

.list-item-base_rating img {
  height: 25px;
}

.list-item-info_text {
  font-size: 20px;
  margin: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.list-new {
  padding: 0;
}

.list-item-bonuses.mobile {
  display: none;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0.1, rgb(206 34 255)),
      color-stop(0.9, rgb(0 134 221)));
}

@keyframes animate {

  0%,
  100% {
    background-position: 0 0;
  }

  50% {
    background-position: 300% 0;
  }
}

.mini .list-item-bonuses {
  padding: 15px;
}

.mini .list-item-base_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}

.mini .list-item-base_rating small {
  font-size: 11px;
}

.mini .list-item-base_logo {
  height: 110px;
}

.mini .list-item-bonuses .icon {
  height: 38px;
}

.mini .list-item-info {
  width: 45%;
  padding: 0 20px;
}

.mini .list-item-right {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mini .list-item-bonuses {
  width: 100%;
}

.mini .list-item-bottom_btn {
  width: 100%;
}

.mini .payment-itemsmini {
  height: 30px;
  margin: 5px;
}

.mini .payment-slider {
  padding: 0 15px;
}

.payment-itemsmini img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.mini .list-item-info_text {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  margin-bottom: 15px;
  text-transform: lowercase;
}

.mini .slick-arrow {
  height: 50px;
}

.mini .slick-prev {
  left: -7px;
  right: auto;
}

.mini .slick-next {
  right: -7px;
  left: auto;
}

.mini .slick-next:before,
.mini .slick-prev:before {
  content: "";
  display: block;
  height: 50px;
  background: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mini .slick-next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list-item {
  position: relative;
  padding: 15px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-base_logo {
  position: relative;
  width: 100%;
  height: 125px;
  overflow: hidden;
  border-radius: 15px 35px 15px 35px;
  padding: 15px 50px;
  margin-bottom: 15px;
  background-color: rgb(255 255 255 / 10%);
  cursor: pointer;
}

.list-item-base_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.list-item-base {
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-info {
  width: 50%;
  padding: 0 20px;
}

.list-item-bonuses {
  width: 25%;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow: hidden;
  border-radius: 35px 15px 35px 15px;
  padding: 25px;
  margin-bottom: 15px;
  background-color: rgb(255 255 255 / 10%);
  font-size: 20px;
}

.list-item-base_rating {
  text-align: center;
}

.list-item-bottom_btn {
  width: 25%;
  height: 50px;
  animation: animate 15s linear infinite;
}

.list-item-bottom_btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #03a9f4, #46b10e, #0db129, #03a9f4);
  background-size: 400%;
  z-index: 1;
}

.list-item-bottom_btn:hover {
  animation: animate 8s linear infinite;
}

img {
  shape-rendering: crispEdges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

@media (max-width: 768px) {
  .mini .list-item-base {
    width: 35%;
  }

  .mini .list-item-info {
    width: 65%;
    padding: 0 20px;
  }

  .mini .list-item-right {
    width: 100%;
    padding-top: 10px;
  }

  .top-pay {
    width: 65px;
    top: -20px;
    left: -7px;
  }

  .mini .list-item-bonuses .icon {
    height: 30px;
  }

  .mini .payment-itemsmini {
    height: 20px;
    margin: 3px;
  }

  .mini .list-item-base_logo {
    height: 95px;
    padding: 10px;
  }

  .mini .list-item-info_text {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 576px) {
  .mini .list-item-base_rating img {
    height: 22px;
  }

  .mini .list-item-base_rating small {
    font-size: 10px;
  }

  .mini .slick-arrow {
    height: 35px;
  }

  .mini .slick-next:before,
  .mini .slick-prev:before {
    height: 35px;
  }

  .mini .list-item-base_rating img {
    max-width: 100%;
  }
}

@media (max-width: 400px) {
  .mini .list-item-base_rating small {
    font-size: 9px;
  }
}

@media (max-width: 1200px) {
  body {
    background-position-x: 150%;
    background-size: 75%;
  }

  .list-item-base_logo {
    padding: 15px 30px;
  }
}

@media (max-width: 992px) {
  body {
    background-position-x: 140px;
    background-size: 100%;
    font-size: 14px;
  }

  .list-item-bottom_btn {
    width: 100%;
  }

  .list-item-info {
    width: 47%;
  }

  .list-item-bonuses {
    width: 28%;
  }

  .delimiter {
    height: 30px;
    margin-bottom: 30%;
  }

  .list-item-info_text {
    font-size: 16px;
  }

  .list-item-base_logo {
    padding: 15px 15px;
  }

  .container {
    max-width: 90%;
  }

  .list-item-bottom_btn {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  body {
    background-position-x: 130px;
    background-position-y: 0px;
    background-size: 100%;
  }

  .list-item-base {
    width: 45%;
  }

  .list-item-info {
    width: 55%;
    text-align: center;
  }

  .list-item-base_logo {
    height: 210px;
  }

  .list-item-info_text {
    display: none;
  }

  .list-item-bonuses {
    display: none;
  }

  .list-item-bonuses.mobile {
    display: flex;
    width: 100%;
    background-color: rgb(255 255 255 / 0%);
    padding: 10px 0;
    justify-content: space-around;
    overflow: inherit;
  }

  .delimiter {
    display: none;
  }

  .list-item-base_logo {
    padding: 35px 10px;
  }

  .list-item-info {
    padding: 0 20px;
  }

  .list-item {
    padding: 20px 15px;
  }
}

@media (max-width: 576px) {
  body {
    background-position-x: -20px;
    background-position-y: 25px;
    background-size: 135%;
  }

  .bonus {
    min-width: 60px;
  }
}

@media (max-width: 400px) {
  .list-item-base {
    width: 70%;
    margin: auto;
  }

  .list-item-info {
    width: 100%;
    padding-top: 0;
  }

  .list-item-base_logo {
    height: 170px;
  }

  .list-item-info {
    padding: 0;
  }

  .list-item-base_rating img {
    height: 35px;
  }

  .list-item-base_logo {
    padding: 35px;
  }

  .list-item-base_logo {
    padding: 20px 20px;
    border-radius: 25px;
    height: 150px;
  }
}

:root {
  --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff,
    0 0 15px #c33131, 0 0 30px #ff0081, 0 0 40px #8d0f0f, 0 0 70px #b400ff,
    0 0 100px #b400ff;
  --flick-small-text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff,
    0 0 11px #ff0018, 0 0 20px #ff00ac, 0 0 30px #f00, 0 0 55px #9f0303,
    0 0 80px #d10505;
}

:root .white {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #444,
    0 0 30px #fff, 0 0 40px #747373, 0 0 70px #404040, 0 0 100px #f4f9fd;
}

:root .yellow {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #cba800,
    0 0 30px #facf00, 0 0 40px #f3c900, 0 0 70px #ffdb2d, 0 0 100px #ccaf24;
}

:root .green {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #0b5,
    0 0 30px #26754a, 0 0 40px #00a44b, 0 0 70px #04a24d, 0 0 100px #005326;
}

:root .orange {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #ad5000,
    0 0 30px #ee6d00, 0 0 40px #ff7500, 0 0 70px #b92b00, 0 0 100px #743500;
}

:root .darkblue {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #4121a5,
    0 0 30px #0080ee, 0 0 40px #3a37cf, 0 0 70px #0b00b9, 0 0 100px #3219bd;
}

.list-item-bonuses_cash {
  text-align: center;
}

.list-item-bonuses_fs {
  text-align: center;
}

.top-pay {
  display: block;
  height: 40px;
  width: 70px;
  background-color: rgb(93 93 93 / 25%);
  backdrop-filter: blur(5px);
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: -20px;
  left: -20px;
  border: 1px solid rgb(255 255 255 / 25%);
  z-index: 100;
  padding: 7px;
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.5);
}

.top-pay img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.mini .list-item-bottom_btn {
  text-transform: uppercase;
}

:root .darkblue {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #4121a5,
    0 0 30px #0080ee, 0 0 40px #3a37cf, 0 0 70px #0b00b9, 0 0 100px #3219bd;
}

.list-item-bonuses_cash {
  text-align: center;
}

.list-item-bonuses_fs {
  text-align: center;
}

.top-pay {
  display: block;
  height: 40px;
  width: 70px;
  background-color: rgb(93 93 93 / 25%);
  backdrop-filter: blur(5px);
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: -20px;
  left: -20px;
  border: 1px solid rgb(255 255 255 / 25%);
  z-index: 10;
  padding: 7px;
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.5);
}

.top-pay img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.mini .list-item-bottom_btn {
  text-: uppercase;
}

.container {
  margin-top: 80px;
}

@media(max-width:769px) {
  .list-item-info ul {
    display: none;
  }
}



.list-new.mini .list-item:nth-child(1) .list-item-base_logo,
.list-new.mini .list-item:nth-child(1) .list-item-bonuses {
  background: linear-gradient(180deg, #0D1A2E 0%, #00040A 100%) !important;
}

.list-new.mini .list-item:nth-child(2) .list-item-base_logo,
.list-new.mini .list-item:nth-child(2) .list-item-bonuses {
  background: linear-gradient(180deg, #1F1A14 0%, #0A0A08 100%) !important;
}

.list-new.mini .list-item:nth-child(3) .list-item-base_logo,
.list-new.mini .list-item:nth-child(3) .list-item-bonuses {
  background: linear-gradient(180deg, #1A1A24 0%, #0A0A0F 100%) !important;
}

.list-new.mini .list-item:nth-child(4) .list-item-base_logo,
.list-new.mini .list-item:nth-child(4) .list-item-bonuses {
  background: linear-gradient(180deg, #0A1628 0%, #02040A 100%) !important;
}

.list-new.mini .list-item:nth-child(5) .list-item-base_logo,
.list-new.mini .list-item:nth-child(5) .list-item-bonuses {
  background: linear-gradient(180deg, #2A1F1F 0%, #0A0A0A 100%) !important;
}

.list-new.mini .list-item:nth-child(6) .list-item-base_logo,
.list-new.mini .list-item:nth-child(6) .list-item-bonuses {
  background: linear-gradient(180deg, #050505 0%, #1A1A1A 100%) !important;
}

.list-new.mini .list-item:nth-child(7) .list-item-base_logo,
.list-new.mini .list-item:nth-child(7) .list-item-bonuses {
  background: linear-gradient(180deg, #1A1A24 0%, #0A0A0F 100%) !important;
}

.list-new.mini .list-item:nth-child(8) .list-item-base_logo,
.list-new.mini .list-item:nth-child(8) .list-item-bonuses {
  background: linear-gradient(180deg, #1B0033 0%, #0A0013 100%) !important;
}

.list-new.mini .list-item:nth-child(9) .list-item-base_logo,
.list-new.mini .list-item:nth-child(9) .list-item-bonuses {
  background: linear-gradient(180deg, #00040A 0%, #0E1A2E 100%) !important;
}

.list-new.mini .list-item:nth-child(10) .list-item-base_logo,
.list-new.mini .list-item:nth-child(10) .list-item-bonuses {
  background: linear-gradient(180deg, #0D1117 0%, #232A33 100%) !important;
}

.list-new.mini .list-item:nth-child(11) .list-item-base_logo,
.list-new.mini .list-item:nth-child(11) .list-item-bonuses {
  background: linear-gradient(180deg, #020612 0%, #0A1B33 100%) !important;
}