@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, video {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

p, ul {
  margin-bottom: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Lato";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lato-Thin.eot");
  src: url("../fonts/Lato-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Thin.woff") format("woff"), url("../fonts/Lato-Thin.ttf") format("truetype"), url("../fonts/Lato-Thin.svg#Lato") format("svg");
}
@font-face {
  font-family: "Lato";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lato-Light.eot");
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype"), url("../fonts/Lato-Light.svg#Lato") format("svg");
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular.svg#Lato") format("svg");
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold.svg#Lato") format("svg");
}
@font-face {
  font-family: "Lato";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype"), url("../fonts/Lato-Black.svg#Lato") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Black.eot");
  src: url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype"), url("../fonts/Montserrat-Black.svg#Montserrat") format("svg");
}
:root {
  --container-width: 1280px;
  --transition: 0.3s ease;
  --default-font-family: "Lato";
  --heading-font-family: "Montserrat";
  --border-radius-main:16px;
  --color-theme-black:#020005;
  --color-theme-white:#ffffff;
  --color-theme-yellow:#FFC400;
  --color-theme-red:#f82f77;
  --color-theme-red-hov:#DC0653;
  --color-theme-green:#1CC343;
  --color-theme-green-hov:#0FA231;
  --color-theme-black2:#120D1C;
  --color-theme-light-gray:#5b5b5b;
  --color-theme-blue:rgb(27, 12, 67);
  --bg:#FAFAF8;
  --bg-back:#F0F3F6;
  --bg-blue: rgb(27, 12, 67);
  --text-color: #020005;
  --fz-default: 18px;
  --fz-default: 18px;
  --gradient-theme-blue: -154deg, rgb(45 25 107) 0%, rgb(94, 41, 73) 100%;
  --gradient-theme-red: -154deg, #4e0d24 0%, rgb(31, 9, 9) 100%;
  --gradient-theme-red2: 90deg, #892146 0%, rgb(48, 26, 26) 100%;
  --h1: 44px;
  --h2: 28px;
  --h3: 20px;
  --h4: 18px;
  --l: 20px;
  --m: 16px;
  --s: 14px;
}
@media (max-width: 992px) {
  :root {
    --container-width: 992px;
    --fz-default: 16px;
    --h1: 32px;
    --h2: 22px;
    --h3: 18px;
    --h4: 16px;
    --l: 20px;
    --m: 16px;
    --s: 14px;
  }
}
@media (max-width: 768px) {
  :root {
    --container-width: 768px;
    --fz-default: 14px;
    --h1: 28px;
    --h2: 20px;
    --h3: 18px;
    --h4: 16px;
    --l: 20px;
    --m: 16px;
    --s: 14px;
  }
}
@media (max-width: 575px) {
  :root {
    --container-width: 575px;
    --fz-default: 14px;
    --h1: 24px;
    --h2: 18px;
    --h3: 16px;
    --h4: 14px;
    --l: 20px;
    --m: 16px;
    --s: 14px;
  }
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: var(--default-font-family), Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: var(--fz-default);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  min-width: 360px;
  position: relative;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

button {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* Прозрачный цвет подсветки */
}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1); /* Прозрачный цвет подсветки */
}
a:active {
  color: var(--color-theme-yellow);
}
a:hover {
  color: var(--color-theme-yellow);
}

a {
  transition: 0.6s ease-in-out;
  outline: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

svg, img {
  max-width: 100%;
  height: auto;
}

/* Style the main content */
main {
  /* Чтобы занимал оставшееся пространство */
  flex-grow: 1;
}

p {
  margin-bottom: 20px;
}

/* Style the footer */
footer {
  flex-shrink: 0;
}

button,
input,
textarea {
  outline: none !important;
}

strong {
  font-weight: 700;
}

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

.hidden {
  display: none !important;
  overflow: hidden;
}

.svg-loader {
  visibility: hidden;
  opacity: 0;
  position: relative;
  z-index: -1;
  width: 0;
  height: 0;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

ol, ul {
  list-style: none;
}

[class*=__container] {
  margin: 0 auto;
  max-width: var(--container-width);
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
}
@media only screen and (max-width: 1280px) {
  .container {
    padding: 0 16px;
  }
}

h1 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: var(--h1);
  line-height: 106%;
}

h2 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: var(--h2);
  line-height: 125%;
}

h3 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: var(--h3);
  line-height: 130%;
}

h4 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: var(--h4);
  line-height: 133%;
}

h5 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: var(--m);
  line-height: 135%;
}

h6 {
  font-family: var(--heading-font-family);
  font-weight: 900;
  font-size: var(--m);
  line-height: 140%;
}

a {
  color: var(--color-link-text);
  text-decoration: none;
}

.l {
  font-size: var(--l);
  line-height: 120%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}
@media (max-width: 575px) {
  .alignright {
    margin: 10px auto;
    float: none;
    display: block;
    width: 100%;
  }
}

.alignleft {
  float: left;
  margin: 0 15px 15px 15px;
}
@media (max-width: 575px) {
  .alignleft {
    margin: 10px auto;
    float: none;
    display: block;
    width: 100%;
  }
}

.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}
@media (max-width: 575px) {
  .aligncenter {
    margin: 10px auto;
    float: none;
    display: block;
    width: 100%;
  }
}

.wp-caption {
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.text > h1:first-child, .text > h2:first-child, .text > h3:first-child, .text > h4:first-child, .text > h5:first-child, .text > h6:first-child {
  margin-top: 0;
}
.text p {
  line-height: 24px;
  color: rgba(2, 0, 5, 0.8);
  margin-bottom: 32px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .text p {
    margin-bottom: 16px;
    line-height: 1.4em;
  }
}
.text p:last-child {
  margin-bottom: 0;
}
.text a {
  color: #0094FF;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.text a:hover {
  text-decoration: none;
}
.text ol, .text ul {
  margin: 24px 0;
  list-style-position: inside;
}
@media (max-width: 768px) {
  .text ol, .text ul {
    margin: 12px 0;
    padding-left: 8px;
  }
}
.text ol li, .text ul li {
  margin: 12px 0;
  margin-left: 32px;
}
@media (max-width: 768px) {
  .text ol li, .text ul li {
    margin-left: 16px;
  }
}
.text ul {
  list-style: disc;
}
.text ol {
  list-style: decimal;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  margin: 32px 0 20px 0;
}
@media (max-width: 768px) {
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    margin: 24px 0 12px 0;
  }
}
.text img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.text table img {
  border-radius: 12px;
  margin: 5px auto;
}
.text table p {
  margin-bottom: 12px;
}
.text table .wp-caption, .text table .wp-caption-text {
  padding: 0;
  margin: 0;
}
.text caption {
  text-align: center;
  font-size: 14px;
  color: rgba(2, 0, 5, 0.8);
  font-weight: 400;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .text caption {
    font-size: 13px;
  }
}
.text .list-colum-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.text .list-colum-2 li {
  margin: 5px 0;
  margin-left: 32px;
}
.text .list-colum-3 {
  width: 100%;
  margin: 12px 0 0 0;
  column-count: 3;
  column-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .text .list-colum-3 {
    column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  .text .list-colum-3 {
    column-count: 1;
  }
}
.text .list-colum-4 {
  width: 100%;
  margin: 12px 0 0 0;
  column-count: 4;
  column-gap: 20px;
}
@media only screen and (max-width: 992px) {
  .text .list-colum-4 {
    column-count: 3;
  }
}
@media only screen and (max-width: 768px) {
  .text .list-colum-4 {
    column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  .text .list-colum-4 {
    column-count: 1;
  }
}

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child {
  margin-top: 0;
}

.text ul,
.text ol {
  margin: 30px 0 30px 0;
}

.text ul li {
  position: relative;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 15px;
  line-height: 1.4em;
}
.text ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/icons/icon-checklist.svg") no-repeat center center;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: -20px;
}

.text ol li {
  position: relative;
  margin-bottom: 15px;
  line-height: 1.4em;
}

.text ol {
  list-style: decimal;
  list-style-position: outside;
}

.text li > ul,
.text li > ol {
  margin-bottom: 0;
}

.text table caption {
  font-weight: bold;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

.text img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.text p {
  line-height: 24px;
  color: rgba(2, 0, 5, 0.8);
  margin-bottom: 32px;
  font-weight: 400;
}

.btn-get {
  padding: 6px 15px;
  color: #fff;
  font-size: 16px;
  background: var(--color-theme-red);
  line-height: 1.2em;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  text-align: center;
  width: 100%;
  max-width: 120px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  height: 44px;
  transition: 0.3s ease-out;
}
.btn-get--red {
  background: var(--color-theme-red);
}
.btn-get--red:hover {
  background: var(--color-theme-red-hov);
}
.btn-get--green {
  background: var(--color-theme-green);
}
.btn-get--green:hover {
  background: var(--color-theme-green-hov);
}

.header__bonus-wrap {
  display: flex;
  width: 380px;
  padding: 16px 20px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 0px 0px 8px 8px;
  background: var(--Main-Back, #000);
  position: absolute;
  top: 61px;
  right: -3px;
  display: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: absolute; /* Для удобного позиционирования */
  z-index: 100;
}
@media (max-width: 768px) {
  .header__bonus-wrap {
    width: 320px;
  }
}

.header__bonus-wrap.show {
  display: block;
  opacity: 1;
}

.header__bonus-title {
  color: var(--Main-White, #FFF);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.header__bonus-item-info {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  border-radius: 4px;
  align-items: center;
}
.header__bonus-item-info img {
  width: 64px;
  height: 64px;
}

.header__bonus-item {
  padding: 16px;
  background: var(--Main-White, #FFF);
  margin-bottom: 16px;
}

.header__bonus-item-text {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header__bonus-item-button {
  color: var(--Main-Back, #000);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  max-height: 40px;
  font-family: Montserrat;
}

.header {
  padding: 16px;
  background: #21468B;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}
.header__container {
  max-width: 1920px;
  padding: 0 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header__container {
    padding: 0;
  }
}
.header__bonus-item-img img {
  object-fit: contain;
}
.header__mobile-text {
  display: none;
}
@media (max-width: 768px) {
  .header__mobile-text {
    display: flex;
    color: white;
  }
}
.header__logo img {
  height: 44px;
}
@media (max-width: 768px) {
  .header__logo img {
    width: 106px;
    height: 32px;
  }
}
.header__menu, .header #menu-header_menu-1 {
  display: flex;
  gap: 60px;
  list-style: none;
  align-items: center;
}
.header__menu li, .header #menu-header_menu-1 li {
  color: var(--Main-White, #FFF);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.header__icons {
  gap: 8px;
}
@media (max-width: 768px) {
  .header__icons {
    display: flex;
  }
}
.header__bonus {
  height: 40px;
  width: 40px;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header__bonus {
    height: 32px;
    width: 32px;
  }
}

.pulsing-circle {
  width: 10px;
  height: 10px;
  background-color: #FFC400;
  border-radius: 50%;
  animation: pulse 1s infinite;
  position: absolute;
  right: -4px;
  top: -4px;
}

@keyframes pulse {
  0%, 100% {
    width: 10px;
    height: 10px;
  }
  50% {
    width: 14px;
    height: 14px;
  }
}
.header__menu {
  display: none;
}
@media (max-width: 768px) {
  .header__menu {
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  }
}

/* Класс для отображения меню */
.header__menu.open {
  display: block;
  opacity: 1;
  max-height: 300px; /* Максимальная высота меню (измените по необходимости) */
}
.header__menu.open .menu {
  display: flex;
  gap: 0px !important;
  list-style: none;
  align-items: flex-start !important;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  flex-direction: column;
  background: black;
  bottom: 0;
  z-index: 11;
}
.header__menu.open .menu li {
  padding: 20px;
}

/* Анимация для иконки меню */
.mobile-btn-wrap img.rotate {
  transform: rotate(90deg);
  transition: transform 0.3s ease-out;
}

@media (max-width: 768px) {
  .mobile-btn-wrap {
    display: block;
  }
}

.menu-close-btn {
  display: none;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* Класс для отображения крестика */
.header__menu.open .menu-close-btn {
  display: block;
}

.footer {
  background: #ECEAEA;
  margin-top: 48px;
  padding: 48px;
}
@media (max-width: 768px) {
  .footer {
    padding: 24px;
  }
}
.footer__logo-img {
  height: 48px;
}
.footer__logo {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 168px;
  height: 48px;
}
.footer__top-text {
  color: var(--Main-Back, #000);
  /* Mountserrat/Regular/14 */
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  text-align: justify;
}
@media (max-width: 768px) {
  .footer__top-text {
    text-align: initial;
  }
}
.footer__soclinks {
  display: flex;
  gap: 8px;
}
.footer__soclinks-item {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Main-Back, #000);
}
.footer__soclinks-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--Main-Back, #000);
  padding: 0 0 32px 0;
  gap: 60px;
}
@media (max-width: 768px) {
  .footer__wrap {
    flex-direction: column;
    gap: 16px;
  }
}
.footer__list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.footer__list li {
  margin: 12px 0;
}
.footer__list a {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.footer__list-1 {
  position: relative;
}
.footer__title {
  position: absolute;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer__imgs {
  display: flex;
  gap: 24px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.footer__partners-title {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer__partners {
  padding: 24px 0;
  border-bottom: 1px solid var(--Main-Back, #000);
}
.footer__submenu {
  padding: 32px 0;
}
.footer__submenu ul {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 24px;
}
@media (max-width: 768px) {
  .footer__submenu ul {
    flex-wrap: wrap;
  }
}
.footer__submenu ul li {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}
.footer__copyright {
  padding: 0;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 20px;
  align-items: flex-end;
}

.popup-game {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(2, 0, 5, 0.8);
  transition: 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popup-game.active {
  visibility: visible;
  opacity: 1;
  z-index: 998;
}
.popup-game__block {
  border-radius: 16px;
  background: #fff;
  width: 100%;
  max-width: 90%;
  height: 90vh;
  padding: 20px;
  position: relative;
  cursor: default;
  overflow: hidden;
}
.popup-game__inner iframe {
  width: 100%;
  height: 100%;
}
.popup-game__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-game__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  border-radius: 2px;
  color: #442478;
  cursor: pointer;
  font-size: 20px;
  background: #fff;
}

.accordion-container {
  width: 100%;
}

.accordion-item {
  background-color: #FFFFFF; /* White background for items */
  border: 1px solid #E0E0E0; /* Light border */
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-header {
  background: #F6F6F6; /* Soft purple */
  padding: 20px 32px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.accordion-header:hover {
  background: #f3efef;
  color: black;
}
.accordion-header:hover .icon {
  color: black;
  opacity: 1;
}

.accordion-content {
  background-color: #FAFAFA; /* Very light grey for content */
  overflow: hidden;
  padding: 0 32px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
}

.icon {
  transition: transform 0.3s ease;
  font-weight: 100;
  opacity: 0.6;
  font-size: 33px;
}

.active .icon {
  transform: rotate(45deg);
}

.accordion-header.active {
  background: #d3cccc;
  color: black;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-header.active .icon {
  opacity: 1;
}

.accordion-text {
  display: flex;
  gap: 24px;
  align-items: center;
}

.accordion-num {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: var(--Buitenland-EMD-2-light-red, #FE2E2E);
}

body {
  background: white;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1312px;
  padding: 0 12px;
  margin: auto;
  position: relative;
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.table-overflow {
  max-width: 100%;
  overflow: auto;
}

.list__minus,
.list__plus {
  width: 50%;
}
@media (max-width: 768px) {
  .list__minus,
  .list__plus {
    width: 100%;
  }
}

.content {
  overflow-x: auto;
}
.content h3 {
  margin-bottom: 10px;
}

.breadcrumbs-container {
  margin: 30px 0 0 0;
  border-bottom: 1px solid #FFC400;
  padding-bottom: 20px;
}
.breadcrumbs-container .breadcrumbs {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .breadcrumbs-container .breadcrumbs {
    gap: 10px;
  }
}
.breadcrumbs-container .breadcrumbs .item a {
  background: #FFC400;
  border-radius: 15px;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  padding: 5px 25px;
  color: #fff;
  border-radius: 15px;
  border: 1px solid #FFC400;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .breadcrumbs-container .breadcrumbs .item a {
    font-size: 14px;
    padding: 5px 20px;
  }
}
.breadcrumbs-container .breadcrumbs span {
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
  padding: 5px 25px;
  color: #fff;
  border-radius: 15px;
  border: 1px solid #FFC400;
  background: #fff;
  color: #300f54 !important;
  font-size: 14px;
  padding: 5px 20px;
}

/* Стили для кнопки прокрутки вверх */
.scroll-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  display: none;
  /* Скрыта по умолчанию */
  background-color: #ED0039;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: flex !important;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .scroll-to-top-btn {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
}
.scroll-to-top-btn img {
  max-width: initial;
  height: 30px;
}

.scroll-to-top-btn:hover {
  background-color: #ED0039;
}

.license {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}

.license-item {
  border-radius: 8px;
  border: 1px solid var(--EMD-1-orange, #D44101);
  background: var(--Main-White, #FFF);
  padding: 24px;
}

.license-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  padding-left: 70px;
}
.license-wrap::before {
  content: url(../images/marker.png);
  position: absolute;
  left: 0;
}

.license-item-title {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.list-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 24px 0;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .list-block {
    grid-template-columns: 1fr;
  }
}

.list-number {
  display: flex;
  align-items: center;
  gap: 20px;
}

.list-block-wrap {
  display: grid !important;
  grid-template-columns: 1fr;
  margin: 24px 0;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .list-block-wrap {
    grid-template-columns: 1fr;
  }
}

.list-block-wrap-number {
  display: flex;
  align-items: center;
  gap: 16px;
}
.list-block-wrap-number .number {
  border-radius: 4px;
  background: #FE2E2E;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.list-block-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.list-block-wrap h4 {
  color: white;
  background: #FE2E2E;
  padding: 15px 20px;
}
.list-block-wrap .number {
  border-radius: 4px;
  background: var(--EMD-1-Yellow, #FE2E2E);
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.yellow {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0;
}

.yellow-item {
  display: flex;
  border: 1px solid #ECEAEA;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .yellow-item {
    flex-direction: column;
  }
}

.yellow-item div:nth-child(1) {
  background: #ED0039;
  color: white;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 24px;
  min-width: 290px;
}

.yellow-item div:nth-child(2) {
  padding: 20px 24px;
  background: white;
  width: 100%;
}

blockquote {
  background: white;
  padding: 20px;
  margin: 20px 0;
  border-left: 5px solid #ED0039;
  padding: 10px 20px;
  font-style: italic;
}
blockquote p {
  margin-bottom: 0;
}

.top-casino__item-button {
  border-radius: 4px;
  background: var(--Main-Yellow, #FFC400);
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.top-casino__item-button a {
  color: var(--Main-Back, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

table {
  background: var(--Main-White, #FFF);
  border-radius: 5px;
  border: 1px solid #ECEAEA;
  overflow: hidden;
  margin: 24px auto;
  border-collapse: collapse;
  width: 100%;
}
table th {
  text-align: left;
  padding: 12px 24px;
  border-bottom: 1px solid var(--EMD-1-orange, #D44101);
  border-left: none;
  border-right: none;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  table th {
    padding: 10px 12px;
  }
}
table td {
  padding: 10px 24px;
  border-left: none;
  border-right: none;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  table td {
    padding: 10px 12px;
  }
}
table tr {
  background: rgb(249, 252, 255);
  border: initial !important;
}
table tr:first-child {
  border-bottom: 1px solid var(--Buitenland-EMD-2-blue, #42A4FE) !important;
  background: #E5F2FF;
}

.ref-link {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  top: 0;
  left: 0;
}

.content h2:nth-child(2) {
  margin-top: 11px;
}

.content h2:nth-child(1) {
  margin-top: 24px;
}

.content h2 {
  border-bottom: 1px solid red;
}

.license-item .license-item-title h2 {
  border-bottom: initial;
  margin-top: 7px;
}

.list-block-wrap .list-block-title {
  background: #ED0039;
  color: white;
  padding: 15px 20px;
  margin-bottom: 0;
}

.casino-item {
  display: flex;
  border-radius: 8px;
  background: var(--Main-White, #FFF);
  box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 24px 32px;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .casino-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
  }
}
.casino-item__info {
  display: flex;
  gap: 24px;
  align-items: center;
}
.casino-item__img img {
  border-radius: 8px;
  width: 140px;
  height: 93.333px;
  object-fit: cover;
}
.casino-item .top-casino__item-button.small {
  margin: initial;
}
@media (max-width: 768px) {
  .casino-item .top-casino__item-button.small {
    margin: auto;
    max-width: initial;
  }
}
.casino-item__title {
  color: var(--Main-Back, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.casino-item__bonus {
  color: var(--Main-Back, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 768px) {
  .casino-item__bonus {
    margin: auto;
  }
}

.author__element {
  display: flex;
  padding: 32px;
  gap: 32px;
  border-radius: 12px;
  border: 1px solid var(--Main-Gray, #E1E1E1);
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .author__element {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.author__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.author__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .author__wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.author__content {
  display: flex;
}
.author__text {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.author__title {
  color: var(--Buitenland-EMD-2-light-red, #FE2E2E);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.author__position {
  color: var(--Main-Back, #000);
  /* Mountserrat/Regular/12 */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.author__content {
  display: flex;
  align-items: center;
  gap: 5px;
}
.author__date {
  font-size: 14px;
}
.author__date span {
  color: var(--Main-Back, #000);
  /* Mountserrat/Bold/14 */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.accordion-container {
  width: 100%;
}

.accordion-item {
  background-color: #FFFFFF; /* White background for items */
  border: 1px solid #E0E0E0; /* Light border */
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-header {
  background: #F6F6F6; /* Soft purple */
  padding: 20px 32px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.accordion-header:hover {
  background: #f3efef;
  color: black;
}
.accordion-header:hover .icon {
  color: black;
  opacity: 1;
}

.accordion-content {
  background-color: #FAFAFA; /* Very light grey for content */
  overflow: hidden;
  padding: 0 32px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
}

.icon {
  transition: transform 0.3s ease;
  font-weight: 100;
  opacity: 0.6;
  font-size: 33px;
}

.active .icon {
  transform: rotate(45deg);
}

.accordion-header.active {
  background: #d3cccc;
  color: black;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-header.active .icon {
  opacity: 1;
}

.accordion-text {
  display: flex;
  gap: 24px;
  align-items: center;
}

.accordion-num {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: var(--Buitenland-EMD-2-light-red, #FE2E2E);
}

.banner {
  padding: 60px 0;
  background: linear-gradient(84deg, #2263E1 33.95%, #12367B 85.95%);
  overflow: hidden;
  margin-top: 79px;
}
@media (max-width: 768px) {
  .banner {
    margin-top: 65px;
    padding: 24px 0;
  }
}
.banner .container {
  display: flex;
}
.banner__pic {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}
@media (max-width: 768px) {
  .banner__pic {
    flex-direction: row;
    padding: 16px;
    border: initial;
    background: initial;
    gap: 16px;
  }
}
.banner__pic img {
  height: 120px;
}
@media (max-width: 768px) {
  .banner__pic img {
    height: 73.433px;
  }
}
.banner__btn {
  border-radius: 4px;
  background: #ED0039;
  color: var(--Main-White, #FFF);
  /* Mountserrat/Bold/18 */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 16px 32px;
  max-width: 240px;
  width: 100%;
  margin: auto;
  text-align: center;
  cursor: pointer;
  min-height: 60px;
  position: relative;
}
.banner__btn a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__btn a:hover {
  color: white;
}
@media (max-width: 768px) {
  .banner__btn {
    font-size: 12px;
    padding: 10px 32px;
    min-height: 31px;
    max-width: initial;
  }
}
.banner__name {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .banner__name {
    font-size: 18px;
    text-align: left;
    line-height: initial;
  }
}
.banner__subtext {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 16px auto 24px;
}
@media (max-width: 768px) {
  .banner__subtext {
    font-size: 12px;
    text-align: left;
    margin: 0px auto 16px;
  }
}
.banner__info-wrap {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .banner__date {
    display: flex;
  }
}
.banner__info {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 768px) {
  .banner__info {
    flex-direction: column;
    gap: 12px;
  }
}
.banner__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 640px;
}
.banner__title {
  color: #FFF;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.banner__content {
  color: var(--Main-White, #FFF);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.banner__list {
  display: flex;
  position: relative;
  color: var(--Main-White, #FFF);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .banner__list {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    gap: 16px;
    width: 100%;
    align-items: flex-start;
  }
}
.banner__list-item:nth-child(5) {
  grid-column: 1/3;
  display: flex;
  flex-direction: row;
}
.banner__list-item:nth-child(5) img {
  height: 24px;
  width: 23px;
}
.banner__list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 12px;
  color: white;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  min-width: 288px;
  position: relative;
  z-index: 10;
}
.banner__list-item img {
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  .banner__list-item img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .banner__list-item {
    background: initial;
    border: initial;
    backdrop-filter: initial;
    flex-direction: row;
    padding: 0;
    gap: 20px;
    justify-content: flex-start;
    color: var(--Main-White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
.banner__coin-1 {
  position: absolute;
  bottom: -60px;
  left: -5%;
}
@media (max-width: 768px) {
  .banner__coin-1 {
    display: none;
  }
}
.banner__coin-2 {
  position: absolute;
  bottom: -60px;
  right: -13%;
}
@media (max-width: 768px) {
  .banner__coin-2 {
    display: none;
  }
}
.banner__coin-3 {
  position: absolute;
  top: -60px;
  right: 10%;
}
@media (max-width: 768px) {
  .banner__coin-3 {
    display: none;
  }
}
.banner__coin-4 {
  position: absolute;
  top: -60px;
  left: -8%;
}
@media (max-width: 768px) {
  .banner__coin-4 {
    display: none;
  }
}
.banner__coin-5 {
  position: absolute;
  bottom: -13%;
  left: -17%;
  z-index: 11;
}
@media (max-width: 768px) {
  .banner__coin-5 {
    display: none;
  }
}
.banner__overlay {
  width: 733px;
  height: 733px;
  border-radius: 733px;
  background: #FFAF8C;
  filter: blur(250px);
  position: absolute;
  left: -33%;
  top: 200px;
}
.banner__author {
  color: var(--Main-White, #FFF);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .banner__author {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.banner__author-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner__nando-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-casino {
  margin: 48px 0;
}
.top-casino__title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.top-casino__wrap {
  display: flex;
  justify-content: space-between;
}
.top-casino__item {
  max-width: 402px;
  border-radius: 8px;
}
.top-casino__item-banner {
  height: 152px;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.top-casino__item-banner img {
  height: 100%;
  object-fit: cover;
}
.top-casino__item-number {
  width: 40px;
  height: 40px;
  border-radius: 0px 0px 4px 0px;
  background: var(--Main-Yellow, #FFC400);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-casino__item-body {
  padding: 16px 24px 24px 24px;
  border-radius: 0px 0px 8px 8px;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  background: var(--Main-White, #FFF);
}
.top-casino__item-icons {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}
.top-casino__item-icons .flag {
  height: 20px;
  width: 20px;
}
.top-casino__item-icons .info {
  cursor: pointer;
}
.top-casino__item-info {
  display: flex;
  justify-content: space-between;
}
.top-casino__item-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.top-casino__item-rating {
  display: flex;
  gap: 8px;
  align-items: center;
}
.top-casino__item-rating span {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-casino__item-bonus {
  margin: 24px auto;
  color: var(--Main-Back, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 80%;
}
.top-casino__item-button {
  border-radius: 4px;
  background: #ED0039;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.top-casino__item-button a {
  color: white;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toplist {
  background: #F6F6F6;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .toplist .top-casino__item-stars {
    position: absolute;
    left: 81px;
    top: 34px;
  }
}
@media (max-width: 768px) {
  .toplist__casino-text {
    margin-left: 13px;
  }
}
.toplist__mobile-info {
  display: none;
}
@media (max-width: 768px) {
  .toplist__mobile-info {
    display: block;
    text-align: center;
    margin-left: -32px;
    margin: auto;
  }
}
.toplist__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.toplist__title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 32px;
  text-align: left;
}
.toplist__content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.toplist__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toplist__info span {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.6;
  line-height: normal;
}
.toplist__content-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.toplist__content-item div {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.toplist__content-item .flag {
  width: 16px;
  height: 16px;
}
.toplist__date {
  display: flex;
  align-items: center;
  gap: 8px;
}
.toplist__casino {
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  background: var(--Main-White, #FFF);
  display: flex;
  position: relative;
  padding: 24px 24px 24px 56px;
}
.toplist__casino .line {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 94px;
  display: none;
  height: 1px;
  background: #E5E5E5;
}
@media (max-width: 768px) {
  .toplist__casino .line {
    display: block;
  }
}
@media (max-width: 768px) {
  .toplist__casino {
    padding: 20px 20px 20px 52px;
  }
}
.toplist__casino-number {
  background: var(--Main-Yellow, #FFC400);
  display: flex;
  width: 34px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 3;
  height: 34px;
  border-radius: 5px 2px;
}
@media (max-width: 768px) {
  .toplist__casino-number {
    height: 95px;
    border-radius: initial;
  }
}
.toplist__casino-number:nth-child(2n+4) {
  background: #E1E1E1;
}
.toplist__casino-content {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .toplist__casino-content {
    flex-direction: column;
    gap: 0px;
  }
}
.toplist__casino-img {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .toplist__casino-img {
    width: 56px;
    height: 56px;
  }
}
.toplist__casino-title {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}
.toplist__casino-title .info__tooltip {
  top: 28px;
  left: 0px;
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 9;
  max-width: 300px;
  font-size: 11px;
  font-family: Montserrat;
  line-height: initial;
  font-weight: initial;
}
.toplist__casino-title .info {
  cursor: pointer;
  min-height: 12px;
  min-width: 12px;
}
@media (max-width: 768px) {
  .toplist__casino-title {
    font-size: 20px;
  }
}
.toplist__casino-title div {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #F5F8FB;
  cursor: pointer;
}
.toplist__casino-fields {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .toplist__casino-fields {
    display: none;
  }
}
.toplist__casino-fields div {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.toplist__casino-fields span {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.toplist__casino-info {
  display: flex;
  gap: 24px;
  width: 40%;
}
@media (max-width: 768px) {
  .toplist__casino-info {
    gap: 12px;
    width: initial;
  }
}
.toplist__casino-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 12px 0;
}
@media (max-width: 768px) {
  .toplist__casino-container {
    display: none;
  }
}
.toplist__wrap {
  margin-top: 24px;
}
.toplist__casino-payments {
  margin-top: 8px;
  display: flex;
  gap: 3px;
}
@media (max-width: 768px) {
  .toplist__casino-payments {
    display: none;
  }
}
.toplist__casino-payments .item {
  display: flex;
  width: 44px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--Solid-White-2, #F5F8FB);
}
.toplist__casino-payments .number {
  color: var(--Main-Back, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.toplist__casino-list {
  display: flex;
  gap: 18px;
  flex-direction: column;
  justify-content: center;
  width: 27%;
}
@media (max-width: 768px) {
  .toplist__casino-list {
    display: none;
    width: initial;
    padding-left: initial;
  }
}
.toplist__casino-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.toplist__bonuse-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .toplist__bonuse-img {
    display: none;
  }
}
.toplist__casino-bonus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33%;
}
@media (max-width: 768px) {
  .toplist__casino-bonus {
    margin-left: -32px;
    margin-top: 39px;
    max-width: initial;
    width: initial;
  }
}
.toplist__bonus-title {
  color: var(--Main-Back, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.toplist__bonus-subtitle {
  color: #D44101;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}

.top-casino__item-button.small {
  position: relative;
  z-index: 10;
  max-width: 200px;
  margin: auto;
  max-height: 45px;
  width: 100%;
  cursor: pointer;
}
.top-casino__item-button.small a {
  color: white;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}
.top-casino__item-button.small span {
  color: white;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.toplist__casino:nth-child(1n+4) .toplist__casino-number {
  background: #E1E1E1 !important;
}

.content {
  max-width: 1312px;
  padding: 0 12px;
  margin: auto;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .content {
    padding: 20px;
    max-width: -webkit-fill-available;
  }
}
.content h2 {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 8px;
  margin: 37px 0 24px 0;
}
.content table {
  background: var(--Main-White, #FFF);
  border-radius: 5px;
  border: 1px solid #ECEAEA;
  overflow: hidden;
  margin: 24px auto;
  border-collapse: collapse;
}
.content table th {
  text-align: left;
  padding: 12px 24px;
  border-bottom: 1px solid var(--EMD-1-orange, #D44101);
  border-left: none;
  border-right: none;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .content table th {
    padding: 10px 12px;
  }
}
.content table td {
  padding: 10px 24px;
  border-left: none;
  border-right: none;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .content table td {
    padding: 10px 12px;
  }
}
.content table tr {
  border-bottom: 1px solid #ECEAEA;
}

.list {
  display: flex;
  gap: 32px;
  margin: 24px 0;
}
@media (max-width: 768px) {
  .list {
    flex-direction: column;
  }
}
.list__plus {
  border-radius: 4px;
  border: 1px solid #ECEAEA;
  overflow: hidden;
}
.list__plus li {
  position: relative;
  padding-left: 25px;
}
.list__plus li:before {
  content: url(../images/icons/done.svg);
  position: absolute;
  left: 0;
}
.list__minus {
  border-radius: 4px;
  border: 1px solid #ECEAEA;
  overflow: hidden;
}
.list__minus li {
  position: relative;
  padding-left: 25px;
}
.list__minus li:before {
  content: url(../images/icons/close.svg);
  position: absolute;
  left: 0;
}
.list__plus-title {
  padding: 12px 32px;
  background: #87D323;
  color: white;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.list__minus-title {
  padding: 12px 32px;
  background: #F04B40;
  color: white;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.list ul {
  list-style: none;
  padding: 24px;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #F6F6F6;
  height: 100%;
}
.list ul li {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.list-text {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.list-text li {
  position: relative;
  padding-left: 25px;
}
.list-text li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ED0039;
  top: 4px;
}

.anchor-offset {
  position: relative;
  top: -60px;
  /* смещение на 100 пикселей выше */
  visibility: hidden;
  /* скрыть элемент */
}

.swiper-pagination-bullet {
  width: 24px !important;
  /* Ширина линии */
  height: 5px !important;
  /* Высота линии */
  background: #000;
  /* Цвет линии */
  display: inline-block !important;
  margin: 0 4px !important;
  /* Отступы между линиями */
  opacity: 0.2 !important;
  transition: opacity 0.3s !important;
  border-radius: initial !important;
  display: none;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    display: block;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #FFC400 !important;
  /* Цвет активной линии */
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -20px !important;
}

.read-more-content {
  display: none;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 16px;
  margin-top: 16px;
}
.read-more-content .toplist__casino-list {
  display: flex;
}
.read-more-content .toplist__casino-list .toplist__casino-list-item {
  text-align: left;
}
.read-more-content .toplist__casino-container {
  display: flex;
  flex-direction: row;
}
.read-more-content .toplist__casino-fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.read-more-content .toplist__casino-payments {
  display: flex;
  margin-bottom: 20px;
}
.read-more-content .toplist__casino-payments img {
  width: 48px;
  height: 24px;
}

.read-more {
  display: flex;
  margin-top: 16px;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.6;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .read-more {
    margin-left: -32px;
  }
}

.timeline-info {
  position: relative;
  background: #f3f1f1;
  padding: 24px 20px 18px;
  margin-bottom: 12px;
  border: 1px solid #f3f1f1;
  border-radius: 8px;
  margin-left: 54px;
}

.top-casino__item-icons .info__tooltip {
  top: 23px;
  left: -25px;
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 9;
  max-width: 300px;
  font-size: 11px;
  font-family: Montserrat;
  line-height: initial;
  font-weight: initial;
}

.info__tooltip {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 9;
  max-width: 300px;
  font-size: 11px;
  font-family: Montserrat;
  line-height: initial;
  font-weight: initial;
}

.mobile-menu-header {
  display: none;
}

.header__menu.open .mobile-menu-header {
  display: flex;
  justify-content: space-between;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  width: 100%;
  align-items: center;
}
.header__menu.open .mobile-menu-header .text {
  color: var(--Main-White, #FFF);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header__menu.open .mobile-menu-header .close-btn {
  font-weight: 800;
}

.table-overflow {
  overflow-x: auto;
  /* Включаем горизонтальную прокрутку */
  -webkit-overflow-scrolling: touch;
  /* Плавная прокрутка на мобильных устройствах */
  width: 100%;
}

.table-overflow table {
  width: 100%;
}

.top-casino__item-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -37%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.5);
  /* Полупрозрачный белый цвет */
  transform: rotate(45deg);
  /* Поворот под углом 45 градусов */
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}

.top-casino__item-button:hover::before {
  opacity: 1;
  transform: translateX(50%) translateY(50%) rotate(45deg);
  /* Движение справа налево */
}

.close-icon {
  display: none;
}

.bonus-icon,
.close-icon {
  pointer-events: none;
  /* Игнорировать клики на изображениях */
}

.toplist__casino-content {
  width: 100%;
}
@media (max-width: 768px) {
  .toplist__casino-content {
    margin: auto;
  }
}

.top-casino__item-banner {
  cursor: pointer;
}

.toplist__casino-img {
  cursor: pointer;
}
.toplist__casino-img .text {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.toplist__casino-img .casino-logo {
  border-radius: 4px;
  min-width: 120px;
  width: 180px;
  height: 120px;
}
@media (max-width: 768px) {
  .toplist__casino-img .casino-logo {
    width: 84px;
    min-width: 84px;
  }
}

@media (max-width: 575px) {
  .toplist__casino-title {
    font-size: 16px;
  }
}

.banner__content .list-text li {
  position: relative;
}
.banner__content .list-text li::before {
  content: url(../images/icons/icon-star.svg);
  position: absolute;
  top: 1px;
}

.item.number {
  cursor: pointer;
  position: relative;
}

.number-tooltip {
  z-index: 9;
  position: absolute;
  display: flex;
  width: 200px;
  gap: 10px;
  width: 180px;
  flex-wrap: wrap;
  background: #c2c2c2;
  padding: 10px;
  justify-content: center;
  border-radius: 5px;
  top: 37px;
  left: 0;
  display: none;
}
@media (max-width: 768px) {
  .number-tooltip {
    left: initial;
    right: 0;
  }
}

.swiper-shortcode .swiper-slide {
  display: flex;
  gap: 30px;
  padding: 30px 60px;
}
@media (max-width: 768px) {
  .swiper-shortcode .swiper-slide {
    flex-direction: column;
  }
}

.swiper-container {
  position: relative;
  border-radius: 4px;
  border: 1px solid var(--Main-Gray, #E1E1E1);
  background: white;
  margin: 30px 0;
  overflow: hidden;
}

.swiper-button-next {
  min-height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  right: 5px !important;
}

.swiper-button-prev {
  min-height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  left: 5px !important;
}

.swiper-button-next:after {
  font-size: 20px !important;
  color: black !important;
}

.swiper-button-prev:after {
  font-size: 20px !important;
  color: black !important;
}

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

.header__bonus-title {
  display: flex;
  justify-content: center;
}

.content table {
  width: 100%;
}

.swiper-pagination-main {
  width: fit-content !important;
  margin: auto !important;
}

.item.number {
  transition: 700ms;
}
.item.number:hover {
  background: #c4c7ca;
}

.top-casino__item-button {
  cursor: pointer;
}
.top-casino__item-button span {
  color: white;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: Montserrat;
  cursor: pointer;
}

.cookie {
  padding: 24px;
  display: flex;
  position: fixed;
  gap: 20px;
  max-width: 920px;
  margin: auto;
  border-radius: 8px;
  background: var(--color-white-1100, #FFF);
  box-shadow: 0px 3px 24px 0px rgba(32, 34, 36, 0.04);
  align-items: center;
  bottom: 20px;
  z-index: 200;
  margin: auto;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .cookie {
    flex-direction: column;
    width: 91%;
  }
}
.cookie__img img {
  min-width: 40px;
}
.cookie__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .cookie__btns {
    flex-direction: row;
  }
}
.cookie__btns div {
  min-width: 190px;
  border-radius: 4px;
  cursor: pointer;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cookie__btns div {
    min-width: 150px;
  }
}
.cookie__yes {
  background: var(--Buitenland-EMD-1-Yellow, #ED0039);
  color: white;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: Montserrat;
  padding: 12px 20px;
}
@media (max-width: 768px) {
  .cookie__yes {
    font-size: 12px;
  }
}
.cookie__no {
  color: var(--Main-Back, #000);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: Montserrat;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid #ED0039;
}
@media (max-width: 768px) {
  .cookie__no {
    font-size: 12px;
  }
}
.cookie__title {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.cookie.hidden {
  display: none;
}

.banner-front {
  padding: 60px 30px !important;
}
@media (max-width: 768px) {
  .banner-front {
    padding: 20px 0 !important;
  }
}

.content .swiper-wrapper {
  height: 312px !important;
}
@media (max-width: 768px) {
  .content .swiper-wrapper {
    height: initial;
  }
}
.content .swiper-wrapper .swiper-slide {
  overflow-y: auto;
}
.content .swiper-wrapper .swiper-slide::-webkit-scrollbar {
  width: 5px;
}
.content .swiper-wrapper .swiper-slide::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
  width: 5px;
}
.content .swiper-wrapper .swiper-slide::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #cfd3d8;
  width: 5px;
}

/* Для всех браузеров с поддержкой WebKit */
::-webkit-scrollbar {
  width: 12px;
  /* ширина скролла */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* цвет трека */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  /* цвет ползунка */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* цвет ползунка при наведении */
}

.сontent a {
  color: #FFC400;
}

.casino-item__rating {
  display: flex;
  margin-top: 12px;
  justify-content: center;
}
@media (max-width: 768px) {
  .casino-item__rating {
    justify-content: flex-start;
  }
}

.casino-item__bonus {
  width: 30%;
}
@media (max-width: 768px) {
  .casino-item__bonus {
    width: 100%;
  }
}

.casino-item__info {
  width: 40%;
}
@media (max-width: 768px) {
  .casino-item__info {
    width: 100%;
  }
}

.casino-item__img img {
  min-width: 140px;
}

.casino-item__wrap {
  width: 100%;
}

@media (max-width: 768px) {
  .casino-item__title {
    text-align: left;
  }
}

.page-template .toplist__title {
  margin-top: 32px;
}
.page-template .content {
  width: 100%;
  margin-top: 32px;
}

.casino {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.casino__item {
  display: flex;
  border-radius: 8px;
  background: var(--Main-White, #FFF);
  box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 24px 32px;
  gap: 24px;
  align-items: center;
}
@media (max-width: 768px) {
  .casino__item {
    flex-direction: column;
    padding: 16px;
    align-items: flex-start;
  }
}
.casino__item-info {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 35%;
}
@media (max-width: 768px) {
  .casino__item-info {
    width: initial;
    position: relative;
    gap: 12px;
  }
}
.casino__item-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 20%;
}
@media (max-width: 768px) {
  .casino__item-list {
    width: initial;
    margin-left: 20px;
  }
}
.casino__item-text {
  width: 30%;
}
@media (max-width: 768px) {
  .casino__item-text {
    width: initial;
  }
}
.casino__item-number {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 4px;
  background: #ED0039;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--Main-White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: Montserrat;
  z-index: 10;
}
@media (max-width: 768px) {
  .casino__item-number {
    position: absolute;
    top: -10px;
    left: -10px;
  }
}
.casino__item-img > img {
  min-width: 140px;
}
.casino__item-img {
  position: relative;
}
.casino__item-img img {
  width: 140px;
  height: 93.333px;
  border-radius: 8px;
  object-fit: cover;
}
.casino__item-title {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 12px;
}
.casino__item-licenses {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.casino__item-fields-wrap {
  display: flex;
  gap: 40px;
  margin-bottom: 12px;
}
.casino__item-fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.casino__item-fields span {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.casino__item-star {
  position: absolute;
  top: -31px;
  right: -34px;
}
.casino__item-star img {
  width: 71.47px;
  height: 72.538px;
}
.casino__item-star span {
  position: absolute;
  top: 29px;
  right: 31px;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.casino__item-payments {
  margin-top: 8px;
  display: flex;
  gap: 3px;
}
.casino__item-payments .item {
  display: flex;
  width: 44px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--Solid-White-2, #F5F8FB);
}
.casino__item-payments .number {
  color: var(--Main-Back, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.casino__item-list-item {
  color: var(--Main-Back, #000);
  /* Mountserrat/Regular/13 */
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.casino__item-list-item::before {
  position: absolute;
  content: url(../images/icons/check.svg);
  left: -20px;
}
.casino__item-bonus {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
@media (max-width: 768px) {
  .casino__item-bonus {
    width: 100%;
    margin: auto;
  }
}
.casino__item-button {
  border-radius: 4px;
  background: #ED0039;
  color: var(--Main-White, #FFF);
  /* Mountserrat/Upercase/13 bold */
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  width: 170px;
  height: 40px;
  padding: 18px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .casino__item-button {
    width: 100%;
  }
}
.casino__item-bonus-title {
  color: #ED0039;
  text-align: center;
  /* Mountserrat/Bold/18 */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.page-template-default .toplist {
  background: none;
}