@font-face {
  font-family: "PTSans";
  src: url("../fonts/PTSans-Regular.woff"), url("../fonts/PTSans-Regular.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("../fonts/PTSans-Bold.woff2") format("woff2"), url("../fonts/PTSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RussoOne";
  src: url("../fonts/RussoOne-Regular.woff"), url("../fonts/RussoOne-Regular.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UbuntuSans";
  src: url("../fonts/UbuntuSans-Medium.woff"), url("../fonts/UbuntuSans-Medium.woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  color: #1B1B1B;
  overflow-wrap: break-word;
  word-break: break-word;
}

img {
  width: 100%;
  max-width: 100%;
}

ol,
ul {
  line-height: 1.5;
}

dl,
ol,
ul {
  margin-bottom: 12px;
}

a {
  cursor: pointer;
  color: unset;
  text-decoration: unset;
}

p {
  margin-bottom: 1rem;
  line-height: 1.5;
  word-break: break-word;
  hyphens: auto;
}

button {
  letter-spacing: normal;
  white-space: nowrap;
  text-transform: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 1.5;
}

table {
  display: block;
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-collapse: collapse;
  width: max-content;
}
table::-webkit-scrollbar {
  height: 5px;
  background: #9CA3AF;
  border-radius: 35px;
}
table::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 35px;
  width: 20%;
}
table th,
table tr td:nth-child(1) {
  font-family: "RussoOne", sans-serif;
  font-size: clamp(20px, 1.5vw, 26px);
}
table tr {
  min-height: 81px;
}
table td {
  vertical-align: middle;
  font-family: "PTSans", sans-serif;
}
table td img {
  display: flex;
  max-width: 154px;
  max-height: 202px;
  border-radius: 16px;
  margin: 0 auto;
}
table th,
table td {
  border: 3px solid #9CA3AF;
  padding: 24px 12px;
  min-width: 211px;
  min-height: 81px;
  text-align: center;
}

.to-top {
  position: fixed;
  bottom: 40px;
  right: 16px;
  width: 60px;
  height: 60px;
  border-radius: 10em;
  z-index: 1;
  background: #C80000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.button {
  display: block;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  color: unset;
  text-decoration: unset;
  text-transform: uppercase;
  color: #1B1B1B;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 25px;
  width: fit-content;
  width: 95%;
  cursor: pointer;
  line-height: 1.5;
}

.button--red {
  background-color: #C80000;
  color: #F7F9FC;
  border: #C80000 1px solid;
  transition: all 0.1s ease;
}
.button--red:hover {
  background-color: #B50000;
  color: #FFFFFF;
}
.button--red:active {
  background-color: #FFFFFF;
  border: 1px solid #B50000;
  color: #B50000;
}

.button--white {
  color: #1B1B1B;
  border: #C80000 1px solid;
  transition: all 0.1s ease;
}
.button--white:hover {
  background-color: #EAEAEA;
  color: #1B1B1B;
}
.button--white:active {
  background-color: #C80000;
  color: #FFFFFF;
}
.button--white:active::before {
  filter: brightness(0) invert(1);
}

.single--button {
  max-width: 220px;
  color: #C80000;
  margin: 25px auto;
}

p,
ol,
li {
  font-family: "PTSans", sans-serif;
}

p,
.button {
  font-size: clamp(16px, 1.5vw, 18px);
}

.button {
  font-size: clamp(14px, 1.5vw, 18px);
}

.breadcrumbs {
  margin: 16px auto;
  padding: unset !important;
}
.breadcrumbs__list {
  display: flex;
  flex-direction: row;
  margin-bottom: unset;
}
.breadcrumbs__separate {
  margin: 0 9px;
}
.breadcrumbs__item:last-child {
  color: #C80000;
}
.breadcrumbs__separator:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  transform: rotate(45deg);
  margin: 0 0.6em 0 0.4em;
  vertical-align: middle;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header {
  padding: 1.5rem 1rem;
}
.header__content {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  background-color: unset;
  padding: unset;
}
.header__menu-button svg rect {
  transition: all 0.3s ease;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  fill: #000;
}
.header__menu-button.active svg rect:nth-child(1) {
  x: -2px;
  y: 6px;
  width: 20px;
  transform: rotate(225deg);
}
.header__menu-button.active svg rect:nth-child(2) {
  transform-origin: 50% 50%;
  transform: scale(0, 2);
}
.header__menu-button.active svg rect:nth-child(3) {
  x: -2px;
  y: 6px;
  width: 20px;
  transform: rotate(135deg);
}
.header__menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100vw;
  top: 68px;
  flex-direction: column;
}
.header__menu.active {
  display: flex;
  height: 100vh;
  background-color: #fff;
  z-index: 10;
}
.header__menu .button {
  width: calc(100% - 20px);
}
.header__menu-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 35px;
  font-family: "PTSans", sans-serif;
  margin-bottom: auto;
}
.header__menu-list > li > a {
  font-weight: 600;
}
.header__menu-list li {
  margin-bottom: 15px;
  position: relative;
}
.header__menu-list li:hover ul {
  display: flex;
}
.header__menu-list li a:nth-child(1) {
  text-align: center;
  position: relative;
}
.header__menu-list li a:nth-child(1):hover {
  color: #B50000;
}
.header__menu-list li:has(> ul)::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 6px;
  background-image: url(../img/icons/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.header__menu-list li:has(> ul):hover::after {
  transform: rotate(180deg);
}
.header__menu-list li.active > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #C80000;
}
.header__menu-list ul {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  margin: 15px 0;
}
.header__signin {
  margin-bottom: 15px;
}
.header__register {
  margin-bottom: 100px;
}

.content h1 {
  font-size: clamp(40px, 5vw, 64px);
}
.content h2 {
  font-size: clamp(36px, 2.5vw, 40px);
}
.content h3 {
  font-size: clamp(32px, 2.2vw, 36px);
}
.content h4 {
  font-size: clamp(24px, 1.6vw, 26px);
}
.content h5 {
  font-size: clamp(20px, 1.5vw, 24px);
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  font-family: "RussoOne", sans-serif;
  color: #C80000;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.content__title--white {
  text-transform: uppercase;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 100%;
  color: #FFFFFF !important;
}
.content__title--white span {
  color: #FFD700;
}
.content__hero {
  background: url(../img/hero-bg.png);
  background-size: cover;
  color: #F7F9FC;
  min-height: 306px;
  background-position-x: 80%;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.content__hero p {
  font-family: "UbuntuSans", sans-serif;
  font-size: clamp(18px, 2vw, 24px);
}
.content__hero a {
  color: #C80000;
  background-color: #F7F9FC;
  width: fit-content;
  padding: 9.5px 25px;
  transition: all 0.1s ease;
}
.content__hero a:hover {
  background-color: #B50000;
  color: #FFFFFF;
}
.content__hero--slot {
  background: linear-gradient(rgba(0, 0, 0, 0.6980392157), rgba(0, 0, 0, 0.6980392157)), url(../img/slot-bg.png);
}
.content__hero--slot .breadcrumbs {
  position: absolute;
  top: 0;
  width: -webkit-fill-available;
}
.content__hero--slot .breadcrumbs__separator:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  transform: rotate(45deg);
  margin: 0 0.6em 0 0.4em;
  vertical-align: middle;
}
.content__hero--slot .breadcrumbs a:first-child {
  color: #fff;
}
.content__hero--slot a {
  background-color: unset;
  padding: unset;
}
.content__hero--casinos {
  background: linear-gradient(rgba(0, 0, 0, 0.6980392157), rgba(0, 0, 0, 0.6980392157)), url(../img/casino-hero.png);
}
.content__singe-slot {
  background: url(../img/hero-bg.png);
  background-size: cover;
  color: #F7F9FC;
  min-height: 306px;
  background-position-x: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 16px 0;
}
.content__singe-slot .singe-slot__iframe {
  z-index: 2;
  top: 0;
  left: 0;
}
.content__singe-slot .singe-slot__full-screen {
  display: none;
  max-width: 48px;
  z-index: 10;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 30;
  cursor: pointer;
}
.content__singe-slot .singe-slot__bg {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(0.4);
}
.content__singe-slot .singe-slot__btns-cnt {
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.content__singe-slot .singe-slot__iframe-wrapper {
  border: 3px solid #FFFFFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 498px;
  position: relative;
  margin-bottom: 16px;
  max-width: 1028px;
  padding: unset;
}
.content__singe-slot .singe-slot__iframe-wrapper .button--white:hover {
  background-color: #B50000 !important;
  color: #FFFFFF;
}
.content__singe-slot .singe-slot__iframe-wrapper .button {
  z-index: 1;
  max-width: 260px;
}
.content__singe-slot .singe-slot__iframe-wrapper .button:nth-of-type(1) {
  margin-bottom: 24px;
}
.content__singe-slot .singe-slot__iframe-wrapper .button:nth-of-type(2) {
  background-color: #fff;
}
.content__singe-slot .singe-slot__iframe-wrapper #rotateIcon {
  max-width: 60px;
  width: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.content__singe-slot .singe-slot__bonus {
  background-color: #FFFFFF;
  border: 3px solid #C80000;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  margin-bottom: 16px;
  align-content: center;
  max-width: 1028px;
}
.content__singe-slot .singe-slot__bonus p {
  font-family: "RussoOne", sans-serif;
  color: #C80000;
  font-size: clamp(24px, 2.5vw, 34px);
  text-align: center;
}
.content__singe-slot .singe-slot__bonus span {
  width: 100%;
}
.content__singe-slot .singe-slot__bonus .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.content__singe-slot .singe-slot__bonus .item__title {
  margin: 0 25px;
}
.content__singe-slot .singe-slot__bonus .item__pic {
  max-height: 98px;
  max-width: 200px;
}
.content__singe-slot .singe-slot__bonus .item__btn {
  background-color: #C80000;
  color: #F7F9FC !important;
  border: #C80000 1px solid;
  transition: all 0.1s ease;
  display: block;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  color: unset;
  text-decoration: unset;
  text-transform: uppercase;
  color: #1B1B1B;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 25px;
  width: fit-content;
  width: 95%;
  cursor: pointer;
  line-height: 1.5;
  max-width: 174px;
}
.content__singe-slot .singe-slot__bonus .item > *:not(:last-child) {
  margin-bottom: 16px;
}
.content__singe-slot .breadcrumbs__separator:before {
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
}
.content__singe-slot .fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
}
.content__singe-slot .fullscreen-wrapper {
  position: unset;
}
.content__singe-slot .landscape-header-hidden {
  display: none;
}
.content__singe-slot .landscape-wrapper-unset {
  position: unset;
}
.content__singe-slot .landscape-iframe-fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
}
.content__hero-wrapper {
  padding: 47px 24px;
}
.content ol:not([class]) {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.content ol:not([class]) li::marker {
  content: counter(list-item) ". ";
}
.content ul:not([class]) {
  list-style: disc;
  padding-left: 1.5em;
}
.content ul:not([class]) li {
  list-style: disc;
}
.content__cards-list .card {
  padding: 20px 12px;
  border-radius: 25px;
  margin-bottom: 12px;
  border: 1px solid #9CA3AF;
}
.content__cards-list .card img {
  max-height: 202px;
}
.content__cards-list .card__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content__cards-list .card__top p {
  margin-bottom: unset;
}
.content__cards-list .card__popup {
  display: flex;
  gap: 12px;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity opacity 0.2s ease, max-height max-height 0.3s ease;
  will-change: max-height;
}
.content__cards-list .card__popup.is-open {
  max-height: 100%;
  opacity: 1;
  margin-top: 24px;
}
.content__cards-list .card__section {
  background-color: #F5F3FB;
  padding: 12px;
  border-radius: 25px;
  flex: 1;
}
.content__cards-list .card__logo {
  margin-bottom: 24px;
  background: #000;
  border-radius: 25px;
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 174px;
}
.content__cards-list .card__logo img {
  padding: 15px;
}
.content__cards-list .card__title {
  font-family: "RussoOne", sans-serif;
  color: #1B1B1B;
  text-decoration: underline;
  margin: 0 16px;
  font-size: 24px;
}
.content__cards-list .card__subtitle {
  font-family: "UbuntuSans", sans-serif;
  font-size: clamp(20px, 2vw, 24px);
  margin-bottom: 10px;
}
.content__cards-list .card__rating {
  display: flex;
  align-items: center;
}
.content__cards-list .card__rating-icon {
  margin-right: 5px;
  max-width: 20px;
  margin-bottom: 3px;
}
.content__cards-list .card__about {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content__cards-list .card__about, .content__cards-list .card__promo {
  margin-bottom: 24px;
}
.content__cards-list .card__promo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__cards-list .card__promo-text {
  font-family: "RussoOne", sans-serif;
  color: #EA6531;
  font-size: 32px;
  text-align: center;
  max-width: 400px;
}
.content__cards-list .card__payments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
}
.content__cards-list .card__payments-item {
  max-width: 45px;
  margin-right: -10px;
}
.content__cards-list .card__payments-item img {
  border-radius: 50%;
  filter: grayscale(100%) contrast(120%);
}
.content__cards-list .card__buttons {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
.content__cards-list .card__buttons > * {
  width: 100%;
}
.content__cards-list .card__buttons > *:nth-child(1) {
  margin-bottom: 15px;
}
.content__cards-list .card__button--popup {
  position: relative;
  padding-right: 50px;
}
.content__cards-list .card__button--popup::after {
  content: "";
  position: absolute;
  right: calc(50% - 65px);
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 11px;
  background-image: url("../img/icons/arrow.svg");
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.content__cards-list .card__button--popup.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.content__cards-list .card__list--styled {
  padding-left: 2em;
}
.content__cards-list .card__list--styled li {
  position: relative;
}
.content__cards-list .card__list--styled li::before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.content__cards-list .card__list-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-start;
}
.content__cards-list .card__list-icons li {
  background: #fff;
  width: fit-content;
  padding: 17px 11px;
  border-radius: 6px;
  border: 1px solid #9CA3AF;
  width: 33.33%;
  max-width: 79px;
  max-height: 56px;
}
.content__cards-list .card__list-icons li img {
  height: auto;
}
.content__cards-list .card__list-item--pro::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%234CAF50" d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>');
}
.content__cards-list .card__list-item--con::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23F44336" d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>');
}
.content__cards-list--slots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(312px, 1fr));
  gap: 24px;
  margin-bottom: 16px;
}
.content__cards-list--slots .card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: none;
  margin: 0 !important;
  position: relative;
}
.content__cards-list--slots .card img {
  border-radius: 16px;
}
.content__cards-list--slots .card a {
  font-family: "RussoOne", sans-serif;
  font-size: 24px;
}
.content__cards-list--slots .card a::after {
  content: "";
  position: absolute;
  inset: 0;
  bottom: 0;
}
.content__cards-list--slots .card .button {
  padding: 0;
  transition: transform 0.3s ease;
}
.content__cards-list--slots .card span {
  opacity: 0;
  pointer-events: none;
  font-size: 18px;
  width: fit-content;
  padding: 9.5px 25.5px;
  border-radius: 30px;
  font-family: "PTSans", sans-serif;
  background: #C80000;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  transition: transform 0.3s ease;
  text-transform: uppercase;
}
.content__cards-list--slots .card:hover {
  cursor: pointer;
}
.content__cards-list--slots .card:hover .button {
  color: #C80000;
  text-decoration: underline;
}
.content__cards-list--slots .card:hover span {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -70%) scale(1);
}
.content__cards-list--modifier .card__author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.content__cards-list--modifier .card__author img {
  margin-right: 15px;
  width: 100%;
  max-width: 46px;
}
.content__cards-list--modifier .card__holder {
  background-color: #EAEAEA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 20px;
  padding: 25px 16px;
  order: 3;
  max-width: 420px;
}
.content__cards-list--modifier .card__promo-text {
  margin-bottom: 16px !important;
}
.content__cards-list--modifier .card__title {
  margin: unset;
  margin-bottom: 14px !important;
}
.content__cards-list--modifier .card__rating {
  margin-right: auto;
  margin-bottom: 14px;
}
.content__cards-list--modifier .card__payments {
  gap: 15px;
  margin-top: unset;
}
.content__cards-list--modifier .card__payments li {
  margin-left: unset;
}
.content__cards-list--modifier .card__payments-item {
  margin-right: unset;
}
.content__cards-list--modifier .card__buttons span {
  margin-bottom: unset !important;
}
.content__faq-container .faq-item {
  border: 1px solid #9CA3AF;
  padding: 20px 45px 20px 25px;
  border-radius: 20px;
  margin-bottom: 16px;
  cursor: pointer;
}
.content__faq-container .faq-item__question {
  font-family: "UbuntuSans", sans-serif;
  font-size: clamp(20px, 1.5vw, 24px);
  margin-bottom: unset;
  position: relative;
}
.content__faq-container .faq-item__question:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 11px;
  background-image: url(../img/icons/arrow-red.svg);
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.content__faq-container .faq-item__question.is-open::before {
  transform: translateY(-50%) rotate(180deg);
}
.content__faq-container .faq-item__answer {
  font-family: "PTSans", sans-serif;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity opacity 0.2s ease, max-height max-height 0.3s ease;
  will-change: max-height;
  margin-bottom: unset !important;
}
.content__faq-container .faq-item__answer.is-open {
  max-height: 100%;
  opacity: 1;
  margin-top: 8px;
}
.content__pag-slots {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  align-items: center;
  font-family: "PTSans", sans-serif;
  margin-bottom: 16px;
}
.content__pag-slots .current {
  background-color: #C80000;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
}
.content__video-block {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 1rem;
}
.content__video-block a {
  display: flex;
  max-width: 230px;
}

.footer {
  border: 1px solid #9CA3AF;
  padding-top: 16px;
}
.footer__section {
  width: 100%;
}
.footer__main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__logo {
  width: 100%;
  max-width: 175px;
  margin-bottom: 12px;
}
.footer__section-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__social-media {
  display: flex;
  align-items: center;
  display: none;
}
.footer__social-media li {
  margin: 0 5px;
}
.footer__social-media li a {
  padding: 10px;
}
.footer__social-media img {
  max-width: 24px;
}
.footer__section-languages {
  visibility: hidden;
}
.footer__section-languages ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__section-languages li {
  display: flex;
  align-items: center;
  width: 33.33%;
  justify-content: flex-start;
}
.footer__section-languages img {
  max-width: 30px;
}
.footer__section-languages a {
  margin-left: 12px;
  text-decoration: underline;
}
.footer__menu-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "PTSans", sans-serif;
  width: 100%;
  max-width: 500px;
  flex-wrap: wrap;
  gap: 16px;
}
.footer__menu-list li {
  position: relative;
  list-style: none !important;
}
.footer__menu-list li:hover ul {
  display: flex;
}
.footer__menu-list li a {
  text-align: center;
  position: relative;
}
.footer__menu-list li a:hover {
  color: #B50000;
}
.footer__menu-list li.active > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #C80000;
}
.footer__menu-list ul {
  display: none;
  border: 2px solid #C80000;
  position: absolute;
  top: 100%;
  width: max-content;
  flex-direction: column;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 150px;
  z-index: 1000;
  border-radius: 10px;
  padding: 10px !important;
  left: 50%;
  transform: translate(-50%, 0%);
}
.footer__menu-list a {
  position: relative;
}
.footer__menu-list a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  background-color: #C80000;
}
.footer__text {
  text-align: center;
}
.footer__bottom {
  border-top: 1px solid #9CA3AF;
}
.footer__bottom p {
  font-size: 18px;
  margin-top: 5px;
  text-align: center;
  color: #9CA3AF;
}

@media screen and (min-width: 834px) {
  .breadcrumbs {
    margin: 24px auto;
  }
  .container {
    max-width: 720px;
  }
  .content__singe-slot h1 {
    width: 100%;
    text-align: center;
  }
  .content__singe-slot .singe-slot__bonus {
    flex-direction: row;
    margin-bottom: 36px;
  }
  .content__singe-slot .singe-slot__bonus p {
    margin-bottom: unset;
  }
  .content__singe-slot .singe-slot__bonus .button {
    max-width: 174px;
  }
  .content__hero-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content__cards-list .card {
    margin-bottom: 24px;
  }
  .content__cards-list .card__top {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .content__cards-list .card__section {
    padding: 24px 12px;
  }
  .content__cards-list .card__logo, .content__cards-list .card__about {
    width: 35%;
  }
  .content__cards-list .card__title {
    margin-left: unset;
  }
  .content__cards-list .card__promo {
    margin-bottom: unset;
    padding-bottom: 50px;
  }
  .content__cards-list .card__promo, .content__cards-list .card__payments {
    justify-content: center;
    width: 65%;
  }
  .content__cards-list .card__payments {
    margin-top: -50px;
  }
  .content__cards-list .card__logo {
    order: 1;
    margin-bottom: 12px;
  }
  .content__cards-list .card__promo {
    order: 2;
  }
  .content__cards-list .card__about {
    align-items: flex-start;
    order: 3;
  }
  .content__cards-list .card__payments {
    order: 4;
  }
  .content__cards-list .card__buttons {
    order: 5;
  }
  .content__cards-list--slots {
    margin-bottom: 24px;
  }
  .content__cards-list--modifier .card__top {
    flex-direction: column;
    align-items: center;
  }
  .content__cards-list--modifier .card__payments {
    margin-top: unset;
    justify-content: start;
  }
  .content__cards-list--modifier .card__holder {
    max-width: unset;
  }
  .content__pag-slots {
    margin-bottom: 48px;
  }
  .footer__section-languages li {
    width: unset;
    margin: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .to-top {
    right: 80px;
  }
  .container {
    max-width: 1140px;
  }
  .header__menu {
    display: flex;
    flex-direction: row;
    position: unset;
    width: unset;
    flex: 1;
    padding: unset;
  }
  .header__menu .button {
    width: unset;
  }
  .header__signin {
    margin-right: 12px;
    margin-bottom: unset;
  }
  .header__signin, .header__register {
    width: unset;
    margin-bottom: unset;
  }
  .header__menu-list {
    flex-direction: row;
    margin-right: auto;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin: unset;
  }
  .header__menu-list li:has(> ul)::after {
    display: inline-block;
  }
  .header__menu-list > li > a {
    font-weight: 400;
  }
  .header__menu-list li {
    padding: 0 12px;
    margin-bottom: unset;
  }
  .header__menu-list ul {
    display: none;
    border: 2px solid #C80000;
    position: absolute;
    top: 100%;
    width: max-content;
    flex-direction: column;
    left: 50%;
    transform: translate(-50%, 0%);
    list-style: none;
    padding: 10px;
    margin: 0;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 150px;
    z-index: 1000;
    border-radius: 10px;
    left: unset;
    transform: unset;
  }
  .header__menu-button {
    display: none;
  }
  .content__hero {
    min-height: 439px;
  }
  .content__singe-slot .singe-slot__iframe-wrapper {
    width: 75%;
    margin-bottom: 25px;
  }
  .content__singe-slot .singe-slot__iframe-wrapper #rotateIcon {
    display: none;
  }
  .content__singe-slot .singe-slot__full-screen {
    display: block;
  }
  .content__singe-slot .singe-slot__btns-cnt {
    display: flex;
  }
  .content__singe-slot .singe-slot__bonus .item {
    flex-direction: row;
  }
  .content__cards-list .card__top {
    align-items: center;
  }
  .content__cards-list .card__top > div,
  .content__cards-list .card__top > ul {
    width: unset;
    margin-bottom: unset;
    flex: 1;
  }
  .content__cards-list .card__popup {
    flex-direction: row;
  }
  .content__cards-list .card__title {
    text-align: start;
  }
  .content__cards-list .card__about {
    order: 2;
    align-items: start;
    margin: 0 44px;
  }
  .content__cards-list .card__payments {
    width: unset;
    margin: 0 44px;
  }
  .content__cards-list .card__promo {
    padding-bottom: unset;
    flex: 2 !important;
  }
  .content__cards-list .card__promo-text {
    font-size: 26px;
  }
  .content__cards-list .card__buttons {
    flex: 2 !important;
    max-width: 220px;
  }
  .content__cards-list .card__buttons > *:nth-child(2)::before {
    right: calc(50% - 65px);
  }
  .content__cards-list .card__button--popup::after {
    right: calc(50% - 85px);
  }
  .content__cards-list--modifier .card__top {
    flex-direction: row;
  }
  .content__cards-list--modifier .card__payments {
    margin: unset;
  }
  .content__cards-list--modifier .card__holder {
    max-width: 420px;
  }
  .footer {
    padding-top: 32px;
  }
  .footer__main {
    flex-direction: row;
    align-items: flex-start;
  }
  .footer__section-brand {
    align-items: flex-start;
    order: 1;
  }
  .footer__section-languages {
    order: 2;
  }
  .footer__section-languages ul {
    justify-content: flex-start;
  }
  .footer__section-languages ul li {
    flex: 1 0 calc(35% - 10px);
  }
  .footer__list {
    max-width: 320px;
  }
  .footer__list li {
    margin: 5px;
  }
  .footer__menu-list {
    margin-bottom: 24px;
  }
  .footer__menu-list a:hover {
    color: #B50000;
  }
  .footer__section-nav {
    order: 3;
  }
  .footer__section-nav ul {
    justify-content: flex-start;
    padding: unset;
  }
  .footer__section-nav p {
    text-align: start;
  }
  .footer__bottom p {
    text-align: start;
    margin-bottom: 32px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }
}