@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;700&display=swap");
body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
}
.splide__pagination {
  position: relative;
  margin-top: 24px;
}
.splide__pagination__page.is-active {
  background: #ffbd00;
}

.slider-1 .splide__list,
.slider-2 .splide__list,
.slider-3 .splide__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
}
.slider-2 .splide__list,
.slider-3 .splide__list {
  padding: 12px !important;
}
.slider-1 .splide__list .splide__slide,
.slider-2 .splide__list .splide__slide,
.slider-3 .splide__list .splide__slide {
  width: 100%;
}
.ccontainer {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  padding-top: 12px;
}
.header-logo-link {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
.h-60 {
  height: 60px;
}
.logo-text {
  text-transform: uppercase;
  font-family: Times New Roman;
}
.res-link {
  text-decoration: none;
}
.col-black {
  color: rgb(0, 0, 0);
}
.py-32{
  padding: 32px 0;
}
.bg-black {
  background: #000;
}
.col-white {
  color: rgb(254, 254, 254);
}
.fz-20 {
  font-size: 20px;
}
.header-list {
  display: flex;
  grid-gap: 12px;
}
.header-list-link {
  text-transform: uppercase;
  transition: 0.3s all;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 3px;
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-bottom: 10px;
}
.header-list-link:hover {
  border-bottom-color: rgb(248, 248, 248);
  text-shadow: 0px 1px 10px rgb(255, 255, 255);
}
.res-list {
  list-style: none;
  padding-left: 0;
}
.active-link {
  text-shadow: 0px 1px 10px;
  border-bottom-color: rgb(255, 255, 255);
}
.welcome {
  background-image: url("../images/144e3fcc0389b0c3e7e00b12e84b7178.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding-bottom: 80px;
  padding-top: 80px;
  padding-left: 20px;
  position: relative;
  background-position: center;
}
.welcome-text {
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 12px;
}
.btn-bg {
  padding-bottom: 6px;
  font-size: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  background: #ffbd00;
  transition: 0.3s all;
}
.al-center.no-wrapp .fz-24{
font-size: 18px;
}
.btn-bg:hover {
  background-color: rgb(255, 149, 0);
}
.fz-80 {
  font-size: 80px;
}
.fz-56 {
  font-size: 56px;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.fz-24 {
  font-size: 20px;
}
.upper {
  text-transform: uppercase;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.wellcome-wrapp {
}
.nav-list {
  display: flex;
  grid-gap: 24px;
}
.nav-list-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
  font-size: 14px;
}
.icon-30 {
  height: 30px;
  width: 30px;
}
.search {
  display: flex;
  align-items: center;
  width: 400px;
  justify-content: space-between;
  height: 60px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-top: 12px;
  padding-right: 12px;
  border-radius: 12px;
  background: #14273e;
}
.input {
  background: transparent;
  border-style: solid;
  border-color: rgb(44, 44, 44);
  height: 40px;
  width: 300px;
}
.btn-prov {
  background: #1c3654;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  border-radius: 6px;
  transition: 0.3s all;
}
.btn-prov:hover {
  background-color: rgb(53, 93, 140);
}
.popular {
  padding: 32px 0;
}
.popular-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 111;
}
.btn-out {
  text-transform: uppercase;
  transition: 0.3s all;
}
.btn-out:hover {
  color: rgb(255, 145, 36);
}
.col-yell {
  color: rgb(255, 189, 0);
}
.mb-40 {
  margin-bottom: 40px;
}
.popular-content-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 14px;
}
.popular-content-card {
  position: relative;
  border-radius: 15px;
  height: 250px;
}
.popular-content-card-desc {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-height: 230px;
  background-color: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border-radius: 15px;
  transform: translateY(-30px);
  opacity: 0;
  transition: 0.3s all;
  cursor: pointer;
}
.popular-content-card-desc:hover {
  transform: translateY(0);
  opacity: 1;
}
.w-100 {
  width: 100%;
}
.border-15 {
  border-radius: 15px;
}
.game-now-cards {
  display: flex;
  grid-gap: 24px;
  align-items: stretch;
}
.game-now-card {
  display: flex;
  grid-gap: 24px;
  background: #0d1826;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-top: 12px;
  padding-right: 12px;
  border-radius: 15px;
  width: 100%;
  transition: 0.3s all;
}
.game-now-card:hover {
  background-color: rgb(37, 62, 94);
}
.icon-70 {
  height: 70px;
  width: 70px;
}
.h-100 {
  height: 100%;
  object-fit: cover;
}
.game-now-card-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.col-blue {
  color: rgb(136, 162, 191);
}
.col-red {
  color: rgb(216, 25, 25);
}
.al-center {
  display: flex;
  align-items: center;
}
.gap-12 {
  grid-gap: 12px;
}
.new {
  font-size: 12px;
  position: absolute;
  background: #c847ff;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  border-radius: 12px;
  left: -11px;
  top: -6px;
}
/* Card */
.strategy-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02),
    rgba(182, 182, 182, 0.132)
  );
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;

  position: relative;
}

.strategy-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.strategy-card:hover .strategy-image {
  transform: scale(1.06);
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 170px;
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ffcc00;
  color: #07100a;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(255, 204, 0, 0.12);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.title-link {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: color 0.18s;
}
.title-link:hover {
  color: #ffcc00;
}

.meta {
  font-size: 13px;
  color: #9aa0a6;
}
.desc {
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.45;
  flex: 1;
}

.tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.tag {
  background: rgba(255, 255, 255, 0.04);
  color: #ffcc00;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(255, 204, 0, 0.07);
}

.card-footer {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffcc00;
  color: #0b0b0b;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(255, 204, 0, 0.12);
  transition: transform 0.18s, box-shadow 0.18s;
}
.btn:hover {
  background: #c39c00;
}

.ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffcc00;
  padding: 8px 12px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
}

/* subtle decorative corner */
.corner {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.02),
    rgba(255, 255, 255, 0.01)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffcc00;
  font-weight: 800;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

/* small responsive tweaks */
@media (max-width: 420px) {
  .strategy-image {
    height: 150px;
  }
  .card-body {
    padding: 14px;
  }
}

.main-strat-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}
.main-strat-card {
  position: relative;
  width: 100%;
}
.main-strat-card-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-top: 12px;
  background-color: rgba(0, 0, 0, 0.7);
}
.col-fiol {
  color: rgb(187, 110, 255);
}
.bg-red {
  background-color: rgb(180, 2, 2);
}
.bg-blue {
  background-color: rgb(8, 95, 183);
}
.providers-cards {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}
.providers-card {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  width: 100%;
  background-color: rgb(8, 36, 42);
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.providers-card:hover {
}
.providers-card-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px;
}
.providers-card-content-link {
  overflow: hidden;
}
.scale {
  transition: 0.3s all;
}
.scale:hover {
  scale: 1.1;
}
.bg-red-light {
  background-color: rgba(225, 62, 62, 0.2);
}
.bg-green {
  background-color: rgba(30, 99, 5, 0.48);
}
.bg-yellow {
  background-color: rgba(251, 240, 76, 0.3);
}
.just-center {
  justify-content: center;
  display: flex;
}
.text-center {
  text-align: center;
}
.card-trend {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  text-align: center;
  grid-gap: 12px;
  background: #131f39;
  border-radius: 15px;
}
.main-news-cards {
  display: flex;
  grid-gap: 24px;
}
.news-date {
  color: #9aa0a6;
  font-size: 12px;
  margin-bottom: 8px;
}
.main-news-card {
  background: #080d19;
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  width: 100%;
  padding: 12px;
}
.main-news-card-desc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.main-news-card-desc p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* показываем максимум 3 строки */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-news-card-desc h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.mt-auto {
  margin-top: auto;
}
.h-300 {
  height: 300px;
}
.block {
  display: block;
}
.h-50px {
  height: 50px;
  object-fit: cover;
}
.h-230 {
  height: 230px;
  object-fit: cover;
}
.hidd {
  overflow: hidden;
}
.hover-col-yell {
  transition: 0.3s all;
}
.hover-col-yell:hover {
  color: rgb(255, 202, 51);
}
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* скрыта по умолчанию */
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  border-radius: 50%;
  background: #fc0;
  color: rgb(16, 16, 16);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#toTopBtn.show {
  display: block;
  opacity: 0.8;
}

#toTopBtn:active {
  opacity: 1;
}
.main-review {
 padding: 32px 0;
}
.review-cads {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.review-card {
  background: #131f39;
  display: grid;
  grid-template-columns: 0.5fr 1fr 3fr 1fr;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-radius: 16px;
  position: relative;
}
.review-cad-num {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffca33;
}
.review-cad-body {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  margin-right: 24px;
  margin-left: 24px;
}
.review-cad-body-desc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 12px;
  column-gap: 24px;
}
.review-card-wrapp {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  align-items: center;
}
.fz-30 {
  font-size: 30px;
}
.review-cad-body-desc-row {
  justify-content: space-between;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.fw-600 {
  font-weight: 600;
}
.icon-20 {
  height: 20px;
  width: 20px;
}
.review-card-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  grid-gap: 24px;
}
.clipboard-wrapper {
  background: #f1faf7;
  display: flex;
  align-items: center;
  border-radius: 8px;
  color: rgb(33, 82, 115);
  font-size: 14px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  border: 2px solid #ffbd00;
  position: relative;
  flex-direction: column;
}
.clipboard-wrapper::after {
  background-image: url("../images/33e4b2bd95510a8c468e0efce40a81df.png");
  background-size: cover;
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  right: 14px;
  transform: translateY(-50%);
  top: 50%;
}
.clipboard-wrapper::before {
  background-image: url("../images/635d0682aae8fb4d95a879394bdcf6f0.png");
  height: 40px;
  position: absolute;
  width: 40px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  background-size: cover;
}
.copy-to-clipboard span.upper{
  font-size: 12px;
}
.copy-to-clipboard span.fz-20{
  font-size: 16px;
}
.copy-to-clipboard {
  padding-bottom: 1px;
  padding-top: 1px;
  padding-left: 12px;
  border-style: dashed;
  border-width: 0;
  border-left-width: 2px;
  border-left-color: rgba(9, 31, 48, 0.15);
  position: relative;
  display: flex;
  flex-direction: column;
}
.copy-to-clipboard::after {
  background: #131f39;
  border-style: solid;
  border-width: 0;
  border-left-width: 2px;
  border-right-width: 2px;
  border-left-color: rgb(255, 202, 51);
  border-bottom-color: rgba(255, 202, 51, 0);
  border-right-color: rgb(255, 202, 51);
  position: absolute;
  content: "";
  height: 7px;
  width: 15px;
  bottom: 0px;
  transform: translate(-50%, 50%);
  border-radius: 6px 6px 0px 0px;
  left: -1px;
}
.copy-to-clipboard::before {
  height: 7px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
  border-bottom-color: rgb(255, 202, 51);
  border-radius: 0px 0px 6px 6px;
  transform: translate(-50%, -50%);
  position: absolute;
  left: -1px;
  width: 15px;
  display: block;
  content: "";
  background: #131f39;
  border-left-width: 2px;
  border-left-color: rgb(255, 202, 51);
  border-right-width: 2px;
  border-right-color: rgb(255, 202, 51);
  top: 0px;
}
.footer-wrapp {
  background-color: rgb(8, 13, 25);
}
.footer {
  padding-top: 24px;
  padding-bottom: 8px;
}
.footer-row {
  display: flex;
  justify-content: space-around;
}
.footer-row-col {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
.footer-row-col-list {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}
.mb-24 {
  margin-bottom: 24px;
}
.nav-pag {
  padding-bottom: 20px;
  padding-top: 20px;
  background-image: url("../images/a1d0cbeca2c3a9c76199d70b4d92f8a6.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
}
/* Хлебные крошки */
.breadcrumbs {
  padding: 15px 20px;
  font-size: 14px;
  color: #ccc;
  position: absolute;
  top: 0;
}
.breadcrumbs a {
  color: #fc0;
}
.breadcrumbs span {
  margin: 0 5px;
}
.contacts {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  gap: 24px;
}
/* Форма контактов */
.contact-form {
  flex: 1 1 400px;
  background: #1a1a1a;
  padding: 30px;
  border-radius: 15px;
}
.contact-form h2 {
   color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: none;
  background: #333;
  color: #fff;
  resize: none;
}
.contact-form button {
  background: #fc0;
  color: #0f0f0f;
  padding: 12px 20px;
  border: none;
  border-radius: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.contact-form button:hover {
  background: rgb(220, 176, 0);
}

/* Контактная информация */
.contact-info {
  flex: 1 1 400px;
  background: #1a1a1a;
  padding: 30px;
  border-radius: 15px;
}
.contact-info h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.contact-info p {
  color: #ccc;
  margin-bottom: 15px;
}
.contact-info a {
  color: #fc0;
  transition: 0.3s all;
}
.contact-info a:hover{
  color: rgb(202, 161, 0);

}

/* Карта */
.map {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 30px;
}

/* Hero */
.hero {
  background: url("/images/5ab00b29a136a10be4d5eadfd46fd4dd.jpg") center/cover
    no-repeat;
  text-align: center;
  padding: 80px 20px;
  position: relative;
}
.hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #fff;
}
.hero p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #ccc;
}
.hero .btn-hero {
  background: #fc0;
  color: #0f0f0f;
  padding: 15px 30px;
  border-radius: 15px;
  font-weight: bold;
  transition: 0.3s;
}
.hero_wrap {
  position: relative;
  z-index: 1;
}
.hero::before {
  content: "";
  background: #00000078;

  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.hero .btn-hero:hover {
  background: rgb(211, 169, 2);
}
/* Фильтры */
.filters {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.filters button {
  background: #1a1a1a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.filters button.active,
.filters button:hover {
  background: #fc0;
  color: #000;
}
/* Карточки */
.promotions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.promo-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #1a1a1a;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.promo-card img {
  width: 100%;
  height: 200px;
  display: block;
  border-bottom: 1px solid #333;
  object-fit: cover;
}
.promo-card-content {
  padding: 12px;
  flex-grow: 1;
}
.promo-card-content h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #fff;
}
.promo-card-content p {
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #ccc;
}
.promo-card .btn {
  padding: 8px 15px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  margin-bottom: 10px;
}
.promo-card .show-terms {
  background: #333;
  color: #fff;
}
.promo-card .claim-btn {
  background: #fc0;
  color: #131313;
  padding: 12px;
  border-radius: 12px;
  font-weight: bold;
  margin: 0 20px 20px;
  transition: 0.3s;
}
.promo-card .claim-btn:hover {
  background: rgb(215, 173, 1);
}
.promo-card .label {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fc0;
  color: #0d0d0d;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 0.8rem;
}

/* Nothing found */
.no-results {
  grid-column: 1/-1;
  text-align: center;
  background: #1a1a1a;
  padding: 40px;
  border-radius: 15px;
  font-size: 1.2rem;
  color: #ccc;
}

/* FAQ */
.faq {
}
.faq h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.faq-item {
  background: #1a1a1a;
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
}
.faq-item button {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 1rem;
  background: none;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.faq-item .answer {
  padding: 0 20px 15px;
  display: none;
  color: #ccc;
}
.nav-pag-wrapp {
  position: relative;
  z-index: 111;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 24px;
}
.relat {
  z-index: 11;
  position: relative;
}
.news {
  padding-bottom: 40px;
  padding-top: 40px;
}
.pagg {
  display: flex;
  justify-content: center;
  grid-gap: 24px;
  font-size: 24px;
  align-items: center;
}
.pag-link {
  transition: 0.3s all;
}
.pag-link:hover {
  color: rgb(255, 189, 0);
}
.pag-active {
  color: rgb(255, 189, 0);
  text-shadow: 0px 1px 4px rgb(255, 213, 98);
}
.promotion {
  padding: 32px 0;
}
.mb-0 {
  margin-bottom: 0;
}
.review {
  padding-bottom: 40px;
  padding-top: 40px;
}

.faq-content {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background: #0d1826;
  border-radius: 12px;
}
.faq-content-row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  grid-gap: 6px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background: #1c3654;
  border-radius: 12px;
}
.marker {
  color: rgb(255, 255, 255);
  font-family: Arial Black;
}
.gap-24 {
  grid-gap: 24px;
}
.one-casino {
 padding: 32px 0;
}
.one-casino-left {
  background: #0d1826;
  border-radius: 16px;
}
.one-casino-right {
  background: #0d1826;
  width: 40%;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-radius: 16px;
  position: relative;
}
.one-casino-left-top-text {
  width: 100%;
}
.casino-left-top-comm {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.gapp-4 {
  grid-gap: 4px;
}
.mb-12 {
  margin-bottom: 12px;
}
.one-casino-left-top {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 24px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  justify-items: flex-end;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(214, 214, 214);
}
.casino-left-top-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.casino-left-center {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 36px;
  row-gap: 12px;
  padding-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(204, 201, 201);
}
.casino-left-center-row {
  display: flex;
  justify-content: space-between;
}
.casino-reviews {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 24px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(197, 197, 197);
}
.casino-reviews-col-list {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
.casino-reviews-col-list-li {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
.col-green {
  color: rgb(32, 158, 23);
}
.casino-table {
  padding-bottom: 12px;
  padding-top: 24px;
  padding-left: 12px;
  padding-right: 12px;
}
.casino-table-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.casino-table-list-li {
  border: 1px solid;
  border-color: rgb(96, 96, 96);
  padding-bottom: 8px;
  padding-left: 8px;
  padding-top: 8px;
}
.casino-right-card {
  display: flex;
  grid-gap: 24px;
  padding-bottom: 24px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(113, 113, 113);
  padding-top: 24px;
}
.casino-right-card-col {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
.coll {
  display: flex;
  flex-direction: column;
}
.no-wrapp {
  white-space: nowrap;
}
.W-180 {
  width: 180px;
}
.border-0 {
  border-width: 0;
  padding-bottom: 0;
}
.one-casino-flex {
  display: flex;
  grid-gap: 24px;
  justify-content: space-between;
}
.stik {
  position: sticky;
  top: 0;
}
.rules {
  padding-bottom: 40px;
  padding-top: 40px;
  display: flex;
  grid-gap: 24px;
}
.rules-col {
  width: 100%;
}
.strateg {
  padding: 32px 0;
}
.privacy{
  padding: 32px 0;
  color: #fff;
}
 .privacy h2 {
      color: #fff;
      font-size: 24px;
      margin-bottom: 10px;
    
      border-left: 4px solid #facc15;
      padding-left: 10px;
    }
  .privacy p {
      margin-bottom: 16px;
    }

   .privacy ul {
    list-style:disc;
      margin: 10px 0 20px 20px;
    }

   .privacy li {
      margin-bottom: 8px;
    }

   .privacy a {
      color: #facc15;
      text-decoration: none;
    }

   .privacy a:hover {
      text-decoration: underline;
    }
.slots {
  padding-top: 40px;
}
.title-slot {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
.arround {
  display: flex;
  justify-content: space-around;
}
.pb-t-0 {
  padding-bottom: 0;
  padding-top: 0;
}
.bg-yell {
  background-color: rgb(228, 137, 33);
}
.h-250 {
  height: 250px;
  object-fit: cover;
}
.bg-transpatent {
  background: transparent;
}
.icon-50 {
  height: 50px;
  width: 50px;
}
.contact {
  padding-bottom: 40px;
  padding-top: 40px;
}
.contact-cards {
  display: flex;
  grid-gap: 24px;
}
.contact-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
  flex-grow: 1;
  background: #312f34;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-radius: 16px;
}
.post {
  display: flex;
  grid-gap: 24px;
}
.post-wrapp {
  padding: 32px 0;
}
/* ===== RESPONSIVE STYLES ADDITIONS ===== */

/* Burger Menu Styles */
body.menu-open {
  overflow: hidden;
}

.header-wrapp {
  position: relative;
  z-index: 1000;
}

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10001;
  position: relative;
}

.burger-menu span {
  width: 30px;
  height: 3px;
  background: #f3f3f3;
  transition: all 0.3s linear;
  position: relative;
  transform-origin: 3px;
  display: block;
}

.burger-menu.active span:first-child {
  transform: rotate(45deg);
}

.burger-menu.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(20px);
}

.burger-menu.active span:nth-child(3) {
  transform: rotate(-45deg);
}

.mobile-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.mobile-nav-overlay.active {
  display: block;
  opacity: 1;
}

/* Horizontal Scroll for Cards */
.scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ffbd00 #131f39;
}

.scroll-container::-webkit-scrollbar {
  height: 8px;
}

.scroll-container::-webkit-scrollbar-track {
  background: #131f39;
  border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: #ffbd00;
  border-radius: 10px;
}

/* ===== MEDIA QUERIES ===== */

/* Desktop Large - 1920px and up */
@media screen and (max-width: 1920px) {
}

/* Desktop - 1440px */
@media screen and (max-width: 1440px) {
  .popular-content-cards {
    grid-template-columns: repeat(5, 1fr);
  }

  .providers-cards {
    flex-wrap: wrap;
  }

  .providers-card {
    width: calc(50% - 8px);
  }
}

/* Laptop - 1200px */
@media screen and (max-width: 1200px) {
  .fz-80 {
    font-size: 60px;
  }

  .popular-content-cards {
    grid-template-columns: repeat(4, 1fr);
  }

  .review-card {
    grid-template-columns: 0.3fr 0.8fr 2.5fr 0.9fr;
  }

  .one-casino-flex, .rules {
    flex-direction: column;
  }

  .one-casino-right {
    width: 100%;
  }

  .casino-right-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .post{
    flex-direction: column;
  }

  .main-strat-cards {
    grid-template-columns: 1fr 1fr;
  }

  .main-strat-card {
    width: calc(50% - 12px);
  }
}

/* Tablet Landscape - 1024px */
@media screen and (max-width: 1024px) {
  .search {
    width: 100%;
    margin-top: 20px;
  }
  .nav-list {
    width: 100%;
    justify-content: space-between;
  }
  .slider-1 .splide__list,
  .slider-2 .splide__list,
  .slider-3 .splide__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .burger-menu {
    display: flex;
  }

  .header-list {
    display: flex !important;
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #000;
    flex-direction: column;
    padding: 80px 20px 20px;
    z-index: 9999;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.7);
  }

  .header-list.active {
    right: 0;
  }

  .header-list li {
    width: 100%;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateX(50px);
    animation: slideIn 0.3s forwards;
  }
  .nav-list li {
    min-width: 85px;
  }

  .header-list.active li {
    opacity: 1;
    transform: translateX(0);
  }

  .header-list.active li:nth-child(1) {
    animation-delay: 0.1s;
  }
  .header-list.active li:nth-child(2) {
    animation-delay: 0.15s;
  }
  .header-list.active li:nth-child(3) {
    animation-delay: 0.2s;
  }
  .header-list.active li:nth-child(4) {
    animation-delay: 0.25s;
  }
  .header-list.active li:nth-child(5) {
    animation-delay: 0.3s;
  }
  .header-list.active li:nth-child(6) {
    animation-delay: 0.35s;
  }
  .header-list.active li:nth-child(7) {
    animation-delay: 0.4s;
  }
  .header-list.active li:nth-child(8) {
    animation-delay: 0.45s;
  }
  .header-list.active li:nth-child(9) {
    animation-delay: 0.5s;
  }
  .header-list.active li:nth-child(10) {
    animation-delay: 0.55s;
  }
  .header-list.active li:nth-child(11) {
    animation-delay: 0.6s;
  }

  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .header-list .header-list-link {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: rgba(255, 189, 0, 0.05);
    border-radius: 10px;
    transition: all 0.3s;
    border-bottom: none;
    border-left: 3px solid transparent;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .header-list .header-list-link:hover {
    background: rgba(255, 189, 0, 0.2);
    border-left-color: #ffbd00;
    transform: translateX(5px);
    text-shadow: 0 0 10px rgba(255, 189, 0, 0.5);
  }

  .header-list .header-list-link.active-link {
    background: linear-gradient(
      90deg,
      rgba(255, 189, 0, 0.3) 0%,
      rgba(255, 189, 0, 0.1) 100%
    );
    color: #ffbd00;
    border-left-color: #ffbd00;
    font-weight: 600;
    text-shadow: 0 0 15px rgba(255, 189, 0, 0.7);
  }

  /* Scrollbar для меню */
  .header-list::-webkit-scrollbar {
    width: 5px;
  }

  .header-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
  }

  .header-list::-webkit-scrollbar-thumb {
    background: #ffbd00;
    border-radius: 5px;
  }

  .nav-list {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }

  .nav-list::-webkit-scrollbar {
    height: 5px;
  }

  .nav-list::-webkit-scrollbar-track {
    background: #131f39;
  }

  .nav-list::-webkit-scrollbar-thumb {
    background: #ffbd00;
    border-radius: 5px;
  }

  .popular-content-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .game-now-cards {
    flex-wrap: wrap;
  }

  .game-now-card {
    width: calc(50% - 12px);
  }

  .review-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .review-cad-body-desc {
    grid-template-columns: 1fr;
  }

  .casino-left-top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .casino-right-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:985px){
  .clipboard-wrapper::before{
    left: 10px;
    height: 30px;
    width: 30px;
  }
  .clipboard-wrapper::after{
    height: 20px;
    width: 20px;
  }
}
/* Tablet Portrait - 768px */
@media screen and (max-width: 768px) {
  .fz-80 {
    font-size: 48px;
  }
.contacts{
  flex-direction: column;
}
.contact-form, .contact-info{
  padding: 16px;
}
.hero h1{
  font-size: 32px;
}
  .fz-24 {
    font-size: 18px;
  }
  .promotions {
    grid-template-columns: 1fr 1fr;
  }
  .welcome {
    padding: 40px 20px;
  }

  .search {
    width: 100%;
    margin-top: 20px;
  }
  .one-casino-left-top{
    grid-template-columns: 1fr;
  }
  .casino-left-top-cont{
    width: 100%;
    order: -1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    position: relative;
  }
   .casino-left-top-cont .review-cad-wrapp-img{
    grid-column: 3/-3;
   }
   .casino-left-top-cont .review-cad-wrapp-img img{
    width: 100%;
   }
  .clipboard-wrapper{
   position: absolute;
   top: 0;
   right: 0;
   width: 200px;
  }
  .casino-left-top-cont .btn-bg{
    grid-column: 2/-2;

  }

  .nav {
    flex-direction: column;
    align-items: stretch;
  }

  .slider-1 .splide__list,
  .slider-2 .splide__list,
  .slider-3 .splide__list {
    display: flex;
    gap: 0;
  }
  .slider-1 .splide__list .splide__slide,
  .slider-1 .splide__list .splide__slide,
  .slider-3 .splide__list .splide__slide {
    width: auto;
  }

  .popular-content-cards {
    grid-template-columns: 1fr 1fr;
  }

  .providers-card {
    width: 100%;
  }

  .main-news-cards {
    flex-direction: column;
  }

  .main-strat-card {
    width: 100%;
  }

  .footer-row {
    flex-direction: column;
    gap: 30px;
  }

  .casino-left-center {
    grid-template-columns: 1fr;
  }

  .casino-reviews {
    flex-direction: column;
    gap: 30px;
  }

  .casino-table-list {
    grid-template-columns: 1fr;
  }

  .casino-right-cards {
    grid-template-columns: 1fr;
  }

  .card-trend {
    width: 100%;
  }

  .contact-cards {
    flex-direction: column;
  }

  .rules {
    flex-direction: column;
  }
  .fz-56 {
    font-size: 48px;
  }
}

/* Mobile Landscape - 640px */
@media screen and (max-width: 640px) {
  .header {
    padding: 10px 0;
  }

  .header-logo-link {
    gap: 8px;
  }

  .h-60 {
    height: 45px;
  }

  .logo-text {
    font-size: 16px;
  }

  .fz-80 {
    font-size: 36px;
  }

  .fz-30 {
    font-size: 24px;
  }

  .welcome {
    padding: 30px 15px;
  }

  .nav-list {
    gap: 15px;
  }

  .nav-list-link {
    font-size: 12px;
    gap: 8px;
  }

  .icon-30 {
    height: 25px;
    width: 25px;
  }

  .game-now-card {
    width: 100%;
  }

  .providers-card-content {
    grid-template-columns: 1fr 1fr;
  }

  .review-card-wrapp {
    width: 100%;
  }

  .clipboard-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .one-casino-left-top-text h1 {
    font-size: 28px;
  }
  .main-strat-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 540px) {
  .promotions {
    grid-template-columns: 1fr;
  }
  .filters {
    flex-direction: column;
  }
}
/* Mobile Portrait - 480px */
@media screen and (max-width: 480px) {
  .header-list {
    width: 85%;
  }
  .fz-56 {
    font-size: 32px;
  }

  .header-list .header-list-link {
    padding: 12px 15px;
    font-size: 13px;
  }

  .fz-80 {
    font-size: 28px;
  }

  .fz-24 {
    font-size: 16px;
  }

  .fz-20 {
    font-size: 16px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  .welcome {
    background-position: center;
    padding: 25px 10px;
  }

  .btn-bg {
    padding: 10px 20px;
    font-size: 14px;
  }

  .popular-content-card-desc {
    font-size: 12px;
  }

  .popular-content-card-desc .btn-bg,
  .popular-content-card-desc .btn-prov {
    padding: 5px 10px;
    font-size: 12px;
  }

  .h-300 {
    height: 200px;
  }

  .main-news-card-desc h3 {
    font-size: 18px;
  }

  .main-news-card-desc p {
    font-size: 14px;
  }

  .review-cad-num {
    height: 35px;
    width: 35px;
  }

  .review-cad-body h3 {
    font-size: 18px;
  }

  .review-cad-body-desc-row {
    font-size: 12px;
  }

 .popular-content-cards {
    grid-template-columns: 1fr;
  }

  .W-180 {
    width: 100%;
    max-width: 180px;
  }
}

/* Small Mobile - 375px */
@media screen and (max-width: 375px) {
  .fz-80 {
    font-size: 24px;
  }

  .fz-24 {
    font-size: 14px;
  }

  .welcome {
    padding: 20px 10px;
  }

  .nav-list-link span {
    font-size: 11px;
  }

  .icon-30 {
    height: 20px;
    width: 20px;
  }

  .btn-bg,
  .btn-prov,
  .btn-out {
    font-size: 12px;
    padding: 8px 16px;
  }

  .clipboard-wrapper {
    font-size: 12px;
  }

  .faq-content-row {
    padding: 10px;
  }

  .contact-card {
    padding: 15px;
  }

  .contact-card h4 {
    font-size: 16px;
  }

  .contact-card p {
    font-size: 13px;
  }
   .casino-right-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .casino-right-card .review-cad-wrapp-img{
    display: flex;
    justify-content: center;
  }
}

/* Extra Small Mobile - 320px */
@media screen and (max-width: 320px) {
  .header {
    padding: 8px 0;
  }

  .header-list {
    width: 90%;
    padding: 60px 15px 20px;
  }

  .header-list .header-list-link {
    padding: 10px 12px;
    font-size: 12px;
  }

  .h-60 {
    height: 35px;
  }

  .logo-text {
    font-size: 14px;
  }

  .fz-80 {
    font-size: 22px;
  }

  .fz-24 {
    font-size: 13px;
  }

  .fz-20 {
    font-size: 14px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 15px;
  }

  .welcome {
    padding: 15px 8px;
  }

  .btn-bg {
    padding: 8px 14px;
    font-size: 11px;
  }

  .popular-content-card-desc {
    font-size: 10px;
  }

  .popular-content-card-desc span {
    font-size: 11px;
  }

  .popular-content-card-desc .btn-bg,
  .popular-content-card-desc .btn-prov {
    padding: 4px 8px;
    font-size: 10px;
  }

  .nav-list {
    gap: 10px;
  }

  .nav-list-link {
    font-size: 10px;
    gap: 5px;
  }

  .nav-list-link span {
    font-size: 9px;
  }

  .icon-30 {
    height: 18px;
    width: 18px;
  }

  .icon-20 {
    height: 15px;
    width: 15px;
  }

  .icon-50 {
    height: 35px;
    width: 35px;
  }

  .icon-70 {
    height: 50px;
    width: 50px;
  }

  .game-now-card {
    padding: 8px;
    gap: 10px;
  }

  .game-now-card-text h6 {
    font-size: 12px;
  }

  .game-now-card-text span {
    font-size: 11px;
  }

  .h-300 {
    height: 150px;
  }

  .main-news-card-desc h3 {
    font-size: 14px;
  }

  .main-news-card-desc p {
    font-size: 12px;
  }

  .review-cad-num {
    height: 30px;
    width: 30px;
    font-size: 16px;
  }

  .review-cad-body h3 {
    font-size: 14px;
  }

  .review-cad-body-desc-row {
    font-size: 10px;
    gap: 5px;
  }

  .clipboard-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
  }

  .clipboard-wrapper::after {
    height: 20px;
    width: 20px;
    right: 8px;
  }

  .clipboard-wrapper::before {
    height: 25px;
    width: 25px;
    left: 8px;
  }

  .copy-to-clipboard .fz-20 {
    font-size: 12px;
  }

  .footer-row-col h4 {
    font-size: 14px;
  }

  .footer-row-col-list {
    font-size: 12px;
    gap: 5px;
  }

  .pagg {
    gap: 12px;
    font-size: 18px;
  }

  .faq-content-row {
    padding: 8px;
    gap: 4px;
  }

  .faq-content-row h5 {
    font-size: 14px;
  }

  .faq-content-row span {
    font-size: 12px;
  }

  .contact-card {
    padding: 10px;
  }

  .contact-card h4 {
    font-size: 14px;
  }

  .contact-card p {
    font-size: 11px;
  }

  .contact-card .fz-24 {
    font-size: 14px;
  }

  .casino-table-list-li {
    padding: 6px;
    font-size: 11px;
  }

  .casino-reviews-col-list-li {
    font-size: 12px;
    gap: 8px;
  }

  .casino-reviews-col h4 {
    font-size: 16px;
  }

  .title.col-white.upper {
    font-size: 18px;
  }

  .mb-40 {
    margin-bottom: 20px;
  }

  .mb-24 {
    margin-bottom: 15px;
  }

  .mb-12 {
    margin-bottom: 8px;
  }

  .popular,
  .provider,
  .main-news,
  .main-review,
  .news,
  .promotion,
  .review,
  .faq,
  .one-casino,
  .rules,
  .strateg,
  .slots,
  .contact,
  .post-wrapp {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-pag {
    padding: 15px 10px;
  }

  .nav-pag h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .nav-pag-wrapp {
    font-size: 12px;
    gap: 10px;
  }
}
