/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  scroll-behavior: smooth;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

/* =========================
       FONTS
    ========================= */

@font-face {
  font-family: 'Roboto';
  src: url('/fontsBRZaSPK2/roboto-variablefontwdthBRZaSPK2.woff2')
    format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.headerBRZaSPK2 {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

.headerBRZaSPK2__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logoBRZaSPK2 {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.navBRZaSPK2__list {
  display: flex;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navBRZaSPK2__list a {
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.actionsBRZaSPK2 {
  display: flex;
  gap: 12px;
}

.actionBtnBRZaSPK2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 100px;
  background: var(--2, #27b4fe);
  color: #fff;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.burgerBRZaSPK2 {
  display: none;
  background: none;
  border: 0;
  width: 32px;
  height: 24px;
  flex-direction: column;
  justify-content: space-between;
}

.burgerBRZaSPK2 span {
  height: 3px;
  background: #0d1a2d;
  border-radius: 2px;
}

/* MOBILE */
@media (max-width: 1200px) {
  .navBRZaSPK2,
  .actionsBRZaSPK2 {
    display: none;
  }

  .burgerBRZaSPK2 {
    display: flex;
  }
}

/* MOBILE MENU */
.mobileMenuBRZaSPK2 {
  position: fixed;
  inset: 0;
  background: #fff;
  display: none;
  flex-direction: column;
  padding: 24px;
  z-index: 1000;
}

.mobileMenuBRZaSPK2.is-open {
  display: flex;
}

.mobileMenuBRZaSPK2__close {
  align-self: flex-end;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  position: relative;
}

.mobileMenuBRZaSPK2__close::before,
.mobileMenuBRZaSPK2__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  right: 4px;
  height: 2px;
  background: #0d1a2d;
}

.mobileMenuBRZaSPK2__close::before {
  transform: rotate(45deg);
}

.mobileMenuBRZaSPK2__close::after {
  transform: rotate(-45deg);
}

.mobileMenuBRZaSPK2__list {
  margin-top: 40px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mobileMenuBRZaSPK2__list a {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: #0d1a2d;
  text-decoration: none;
}

.logo-image-textBRZaSPK2 {
  width: 247px;
  height: 21px;
}

@media (max-width: 1201px) {
  .headerBRZaSPK2__inner {
    gap: 12px;
  }

  .logo-imageBRZaSPK2 {
    width: 36px;
    height: 36px;
  }

  .logo-image-textBRZaSPK2 {
    width: 206px;
    height: 17px;
  }
}

.heroBRZaSPK2 {
  padding: 40px 0;
}

.heroBRZaSPK2__box {
  border-radius: 24px;
  padding: 80px 32px 220px;
  background: url('/imagesBRZaSPK2/hero-fieldBRZaSPK2.webp') center bottom /
    cover no-repeat;
  text-align: center;
}

.heroBRZaSPK2__title {
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 20px;
}

.heroBRZaSPK2__text {
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  max-width: 760px;
  margin: 0 auto 28px;
}

.heroBRZaSPK2__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 100px;
  background: var(--2, #27b4fe);
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;

  position: relative;
  overflow: hidden;
}

.heroBRZaSPK2__glare {
  pointer-events: none;
  position: absolute;
  top: -120px;
  left: -120px;
  width: 40px;
  height: 300px;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0.8;
  transform: rotate(45deg);
  animation: heroGlareBRZaSPK2 4s ease-in-out infinite;
}

@keyframes heroGlareBRZaSPK2 {
  0% {
    transform: translateX(0) rotate(45deg);
  }
  30%,
  100% {
    transform: translateX(425px) rotate(45deg);
  }
}

.heroBRZaSPK2__btn img {
  width: 22px;
}

@media (max-width: 768px) {
  .heroBRZaSPK2__box {
    padding: 48px 20px 180px;
    border-radius: 20px;
    background: url('/imagesBRZaSPK2/hero-fieldmbBRZaSPK2.webp') center center /
      cover no-repeat;
  }

  .heroBRZaSPK2__title {
    font-size: 24px;
  }

  .heroBRZaSPK2__text {
    font-size: 15px;
  }

  .heroBRZaSPK2__btn {
    font-size: 13px;
    padding: 14px 22px;
  }
}

.aboutBRZaSPK2 {
  padding: 60px 0;
}

.aboutBRZaSPK2__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.aboutBRZaSPK2__title {
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.aboutBRZaSPK2__text {
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 14px;
}

.aboutBRZaSPK2__subtitle {
  margin: 30px 0 20px;
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
}

.aboutBRZaSPK2__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.aboutBRZaSPK2__item {
  background: #f7f9fc;
  border-radius: 16px;
  padding: 24px 18px;
  text-align: center;
}

.aboutBRZaSPK2__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}

.aboutBRZaSPK2__item h4 {
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.aboutBRZaSPK2__item p {
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
}

.aboutBRZaSPK2__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 992px) {
  .aboutBRZaSPK2__inner {
    grid-template-columns: 1fr;
  }

  .aboutBRZaSPK2__list {
    grid-template-columns: 1fr;
  }
}

.featuresBRZaSPK2 {
  padding: 60px 0;
}

.featuresBRZaSPK2__title {
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.featuresBRZaSPK2__text {
  margin: 0 auto 14px;
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
}

.featuresBRZaSPK2__subtitle {
  margin: 40px 0 24px;
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
}

.featuresBRZaSPK2__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.featuresBRZaSPK2__item {
  border-radius: 20px;
  background: rgba(39, 180, 254, 0.15);
  padding: 20px;
  text-align: center;
}

.featuresBRZaSPK2__item-title {
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.featuresBRZaSPK2__img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 14px;
}

.featuresBRZaSPK2__item h4 {
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.featuresBRZaSPK2__item p {
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .featuresBRZaSPK2__list {
    grid-template-columns: 1fr;
  }
}

.newsBRZaSPK2 {
  padding: 60px 0;
}

.newsBRZaSPK2__title {
  margin-bottom: 16px;
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
}

.newsBRZaSPK2__intro {
  margin: 0 auto 40px;
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
}

.newsBRZaSPK2__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.newsBRZaSPK2__item {
  border-radius: 20px;
  border: 1px solid var(--2, #27b4fe);
  background: #f7f8fc;
  padding: 24px;
}

.newsBRZaSPK2__tag {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 14px;
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
}

.newsBRZaSPK2__tag--football {
  background: #27b4fe;
}

.newsBRZaSPK2__tag--basketball {
  background: #ffa726;
}

.newsBRZaSPK2__tag--tennis {
  background: #4cd964;
}

.newsBRZaSPK2__meta {
  margin-bottom: 8px;
  color: rgba(13, 26, 45, 0.7);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.newsBRZaSPK2__heading {
  margin-bottom: 12px;
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
}

.newsBRZaSPK2__text {
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .newsBRZaSPK2__list {
    grid-template-columns: 1fr;
  }
}

.reviewsBRZaSPK2 {
  padding: 60px 0;
}

.reviewsBRZaSPK2__title {
  margin-bottom: 16px;
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
}

.reviewsBRZaSPK2__intro {
  margin: 0 auto 40px;
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
}

.reviewsBRZaSPK2__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.reviewsBRZaSPK2__item {
  border-radius: 20px;
  background: var(--1, #0d1a2d);
  padding: 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reviewsBRZaSPK2__quote {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
}

.reviewsBRZaSPK2__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviewsBRZaSPK2__user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviewsBRZaSPK2__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #27b4fe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  font-weight: 700;
}

.reviewsBRZaSPK2__user strong {
  display: block;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
}

.reviewsBRZaSPK2__user span {
  font-family: Roboto;
  font-size: 14px;
  opacity: 0.8;
}

.reviewsBRZaSPK2__rating {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

.reviewsBRZaSPK2__rating img {
  width: 17px;
  height: 17px;
}

@media (max-width: 1200px) {
  .reviewsBRZaSPK2__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .reviewsBRZaSPK2__list {
    grid-template-columns: 1fr;
  }
}

.contactBRZaSPK2 {
  padding: 60px 0;
}

.contactBRZaSPK2__title {
  margin-bottom: 12px;
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
}

.contactBRZaSPK2__intro {
  margin: 0 auto 32px;
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
}

.contactBRZaSPK2__form {
  max-width: 760px;
  margin: 0 auto;
}

.contactBRZaSPK2__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 16px;
}

.contactBRZaSPK2__label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
}

.contactBRZaSPK2__label input,
.contactBRZaSPK2__label textarea {
  border-radius: 8px;
  background: #ededed;
  border: none;
  padding: 14px 16px;
  font-family: Roboto;
  font-size: 14px;
}

.contactBRZaSPK2__label textarea {
  resize: none;
  margin-bottom: 16px;
}

.contactBRZaSPK2__policy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-family: Roboto;
  font-size: 14px;
}

.contactBRZaSPK2__policy a {
  color: #27b4fe;
  text-decoration: none;
}

.contactBRZaSPK2__submit {
  width: 100%;
  border-radius: 999px;
  background: #27b4fe;
  border: none;
  padding: 14px 20px;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.contactBRZaSPK2__submit img {
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {
  .contactBRZaSPK2__row {
    grid-template-columns: 1fr;
  }
}

.contactBRZaSPK2__notice {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(39, 180, 254, 0.15);
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.contactBRZaSPK2__notice.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.footerBRZaSPK2 {
  background: var(--1, #0d1a2d);
  padding: 60px 0 40px;
  color: #fff;
}

.footerBRZaSPK2__inner {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 40px;
}

.footerBRZaSPK2__brand {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.footerBRZaSPK2__age {
  font-size: 28px;
  font-weight: 700;
}

.footerBRZaSPK2__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
}

.footerBRZaSPK2__logo-text {
  max-width: 247px;
}

.footerBRZaSPK2__contacts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.footerBRZaSPK2__contacts a {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #27b4fe;
  padding: 12px 18px;
  border-radius: 999px;
  width: max-content;
  color: #fff;
  text-decoration: none;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  word-wrap: break-word;
}

.footerBRZaSPK2__contacts img {
  width: 20px;
  height: 20px;
}

.footerBRZaSPK2__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.footerBRZaSPK2__nav a {
  color: #fff;
  text-decoration: none;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
}

.footerBRZaSPK2__bottom {
  grid-column: 1 / -1;
  margin-top: 40px;
}

.footerBRZaSPK2__bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.footerBRZaSPK2__bottom a {
  color: #fff;
  text-decoration: none;
  font-family: Roboto;
  font-size: 14px;
  opacity: 0.9;
}

@media (max-width: 740px) {
  .footerBRZaSPK2__inner {
    grid-template-columns: 1fr;
  }

  .footerBRZaSPK2__bottom ul {
    gap: 20px;
    text-align: center;
  }

  .footerBRZaSPK2__nav ul {
    flex-direction: column;
  }

  .footerBRZaSPK2__contacts a {
    font-size: 13px;
    padding: 12px 6px;
  }

  .footerBRZaSPK2__brand {
    flex-direction: column;
    align-items: flex-start;
  }
}

.aboutMainBRZaSPK2 {
  padding: 60px 0;
}

.aboutMainBRZaSPK2__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.aboutMainBRZaSPK2__title {
  margin-bottom: 20px;
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
}

.aboutMainBRZaSPK2__text {
  margin-bottom: 14px;
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
}

.aboutMainBRZaSPK2__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.aboutMainBRZaSPK2__subtitle {
  margin: 50px 0 24px;
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
}

.aboutMainBRZaSPK2__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.aboutMainBRZaSPK2__item {
  background: #f7f9fc;
  border-radius: 20px;
  padding: 24px;
  text-align: center;
}

.aboutMainBRZaSPK2__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
}

.aboutMainBRZaSPK2__item h3 {
  margin-bottom: 10px;
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
}

.aboutMainBRZaSPK2__item p {
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .aboutMainBRZaSPK2__inner {
    grid-template-columns: 1fr;
  }

  .aboutMainBRZaSPK2__list {
    grid-template-columns: 1fr;
  }
}

.partnersBRZaSPK2 {
  padding: 40px 0;
}

.partnersBRZaSPK2__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}

.partnersBRZaSPK2__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partnersBRZaSPK2__list img {
  max-height: 48px;
  width: auto;
}

@media (max-width: 768px) {
  .partnersBRZaSPK2__list {
    gap: 24px;
  }

  .partnersBRZaSPK2__list img {
    max-height: 40px;
  }
}

.casinoGridBRZaSPK2 {
  padding: 60px 0;
}

.casinoGridBRZaSPK2__title {
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.casinoGridBRZaSPK2__intro {
  max-width: 900px;
  margin: 0 auto 34px;
  color: var(--1, #0d1a2d);
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
}

.casinoGridBRZaSPK2__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.casinoGridBRZaSPK2__col {
  min-width: 0;
}

.cardBRZaSPK2 {
  border-radius: 18px;
  border: 2px solid rgba(39, 180, 254, 0.25);
  background: #0b1630;
  overflow: hidden;
}

.cardBRZaSPK2__inner {
  padding: 26px 22px 20px;
  display: flex;
  flex-direction: column;
}

.cardBRZaSPK2__logoLink {
  display: block;
  text-decoration: none;
}

.cardBRZaSPK2__logoWrap {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.cardBRZaSPK2__logo {
  max-width: 220px;
  max-height: 74px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.cardBRZaSPK2__ratingRow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.92);
  font-family: Roboto;
  font-size: 14px;
}

.cardBRZaSPK2__rating {
  font-weight: 800;
  color: #fff;
}

.cardBRZaSPK2__stars {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 4px;
}

.cardBRZaSPK2__stars li img {
  width: 14px;
  height: 14px;
  display: block;
}

.cardBRZaSPK2__based {
  opacity: 0.85;
  font-size: 12px;
}

.cardBRZaSPK2__bonusLink {
  display: block;
  text-decoration: none;
  margin-bottom: 16px;
}

.cardBRZaSPK2__bonus {
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.cardBRZaSPK2__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 999px;
  background: #27b4fe;
  color: #fff;
  text-decoration: none;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 800;
  margin: 0 auto 16px;
  width: 100%;
  max-width: 320px;
}

.cardBRZaSPK2__pay {
  list-style: none;
  padding: 0;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 360px;
}

.cardBRZaSPK2__pay li img {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: block;
}

.cardBRZaSPK2__note {
  margin-top: auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
  font-family: Roboto;
  font-size: 11px;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .casinoGridBRZaSPK2__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .casinoGridBRZaSPK2__list {
    grid-template-columns: 1fr;
  }
}

.info2BRZaSPK2 {
  padding: 60px 0;
}

.info2BRZaSPK2__top {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: start;
}

.info2BRZaSPK2__title {
  margin-bottom: 18px;
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.info2BRZaSPK2__text {
  margin-bottom: 16px;
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}

.info2BRZaSPK2__right {
  display: flex;
  justify-content: flex-end;
}

.info2BRZaSPK2__card {
  width: 100%;
  max-width: 650px;
  background: rgba(39, 180, 254, 0.15);
  border-radius: 24px;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info2BRZaSPK2__card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

.info2BRZaSPK2__bottom {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}

.info2BRZaSPK2__warn {
  margin-top: 22px;
  max-width: 980px;
}

.info2BRZaSPK2__subtitle {
  margin: 0 0 10px;
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.info2BRZaSPK2__textSmall {
  margin: 0;
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}

@media (max-width: 992px) {
  .info2BRZaSPK2__top {
    grid-template-columns: 1fr;
  }

  .info2BRZaSPK2__right {
    justify-content: flex-start;
  }

  .info2BRZaSPK2__bottom {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .info2BRZaSPK2__card {
    padding: 22px;
    border-radius: 20px;
  }
}

.terms {
  padding: 80px 0;
}
.terms h1 {
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.terms h2 {
  color: var(--1, #0d1a2d);
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.terms p {
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: normal;
}

.terms ul {
  margin-bottom: 20px;
  list-style: disc;
}

.terms ul li {
  color: var(--1, #0d1a2d);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style-type: disc;
  margin-left: 20px;
}

@media (max-width: 992px) {
  .terms {
    padding: 20px 0;
  }
}
