/* <<< 0. ПЕРЕМЕННЫЕ И ОБЩИЕ СТИЛИ >>> */
:root {
    --color-bg-card: #ffffff;
    --color-accent: #ff5722;
    --color-green: #1db67e;
    --color-dark: #222222;
    --bg-2: #1a0a2e;
    --bg: #0a0a1a;
}

* {box-sizing: border-box;}

body {
    margin: 0; padding: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6; 
    -webkit-font-smoothing: antialiased; 
    background-color: #f6faff;
    color: #fff;
    counter-reset: section;
}

.container {
    max-width: 1200px; margin: 0 auto; padding: 0 20px; color: #000;
}

header nav ul li:not(:last-child)::after {
    content: "•"; color: #47a5e9; margin-left: 5px; font-size: 16px; vertical-align: middle; line-height: 0;
}

header {
    font-family: 'Roboto', sans-serif; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    position: sticky; top: 0; z-index: 50; background: #162331; backdrop-filter: blur(12px); border-bottom: 1px solid #162331;
}

.header-container {
    max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 10px 30px;
}

.logo img { display: block; max-height: 45px; }
.logo a { display: flex; align-items: center; }

header nav ul { display: flex; list-style: none; gap: 5px; margin: 0; padding: 0; text-transform: uppercase; }
header nav ul li a { text-decoration: none; color: #fff; font-weight: 600; transition: 0.3s; font-size: 13px !important; }
header nav ul li a:hover { color: #dc143c; }

.js-mobile-btn { display: none; width: 30px; height: 20px; position: relative; cursor: pointer; z-index: 101; }
.js-mobile-btn span, .js-mobile-btn:before, .js-mobile-btn:after { content: ''; position: absolute; width: 100%; height: 2px; background: #fff; transition: 0.3s; }
.js-mobile-btn:before { top: 0; }
.js-mobile-btn span { top: 9px; }
.js-mobile-btn:after { bottom: 0; }

.hero-main {
    color: #fff; padding: 50px 0; text-align: center;
    background: radial-gradient(1200px 800px at 20% -10%, #373d43, transparent 55%), radial-gradient(1200px 800px at 90% 0%, rgb(167 167 167 / 20%), transparent 55%), linear-gradient(303deg, #19202d, #505a67);
    width: 100%; position: relative; overflow: hidden;
}
.hero-content { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }

.section-title-premium {
    text-align: center;
    margin: 30px auto;
    max-width: 800px;
    border: 1px solid #cee0ff;
    border-radius: 50px;
    padding: 1px 15px;
    font-family: 'Roboto', sans-serif;
    color: #373d43;
    background: #888c910d;
    display: block;
}

/* --- 3. БЛОКИ КАЗИНО (gmbl) --- */
.gmbl-casinosss-item-wrapper { margin-bottom: 15px; }

.gmbl-casinosss-item-inner {
    display: flex; align-items: center; position: relative; background-color: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 2%), 0 5px 6px rgb(0 0 0 / 4%), 0 1px 5px rgb(0 0 0 / 10%);
    justify-content: space-between; padding: 0 15px 0 30px; border-radius: 5px; border: 1px solid #cee0ff; min-height: 100px; box-sizing: border-box;
}

.gmbl-item-image, .gmbl-item-promo, .gmbl-item-bonus, .gmbl-item-nodep, .gmbl-item-button {
    flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
}

.gmbl-item-image { flex: 1.2; align-items: flex-start; padding: 10px 15px; }
.gmbl-item-button { align-items: flex-end; }

.gmbl-casinosss-item-inner.gmbl-item-bonus { background: rgba(70, 162, 141, 0.08); }

.gmbl-casinosss-item-inner .gmbl-casino-place-icons { position: absolute; top: 0; left: 5px; z-index: 2; width: 38px; }

.gmbl-casinosss-item-inner:before {
    content: counter(section); counter-increment: section; position: absolute; top: 11px; left: 5px; width: 37px; text-align: center; color: #fff; font-weight: bold; font-size: 17px; z-index: 3;
}

.gmbl-item-image img { max-width: 180px; height: auto; }

.gmbl-item-flex-div { display: flex; flex-direction: column; text-align: center; }

.gmbl-item-flex-div-h { color: #676767; text-transform: uppercase; font-size: 12px; margin: 0 0 5px 0; font-weight: bold; line-height: 1; }

.gmbl-promo-block {
    display: inline-flex; align-items: center; justify-content: center; height: 36px; width: 150px; padding: 0 5px; border: 1px dashed #bbb; border-radius: 5px; cursor: pointer; background: #fff; margin: 0 auto; overflow: hidden;
}

.gmbl-promo-value { color: #47a5e9; text-transform: uppercase; font-size: 16px; margin-right: 0.3em; font-weight: bold; }

.gmbl-bonus-value, .gmbl-nodep-value { color: #47a5e9; font-weight: bold; font-size: 17px; line-height: 36px; }

.gmbl-item-button-play {
    display: block; background: #e71d46; color: #fff !important; text-align: center; text-transform: uppercase; text-decoration: none; padding: 10px; font-weight: bold; letter-spacing: 1px; border-radius: 10px; border: 3px double white; transition: all ease 0.1s; min-width: 130px;
}
.gmbl-item-button-play:hover { background: #c5304e; transform: translateY(-2px); }

.article-content { max-width: 1160px; margin: 0 auto; }

/* --- 4. Телеграмм и кнопка ВВЕРХ --- */
.promo-banner {
    overflow: hidden; transition: all 0.5s; display: flex; background: #162331eb; width: 100%; text-decoration: none; position: fixed; right: 0; bottom: 0; z-index: 10; border-top: 2px solid #5cb5ff; align-items: center; justify-content: center; padding: 8px 0;
}
.promo-banner img { width: 27px; height: 25px; margin: 0; position: relative; z-index: 1; }
.promo-banner p { padding: 0 0 0 15px; color: #cee0ff; font-size: 15px; font-weight: 500; position: relative; text-align: center; display: flex; align-items: center; margin: 0; line-height: 100%; }
.promo-banner .tg { background: #00b7ff; cursor: pointer; color: #fff !important; padding: 5px 20px; border-radius: 32px; display: block; position: relative; font-style: normal; margin: 0 0 0 20px; text-decoration: none; }
.promo-banner .close { font-style: normal; font-size: 14px; color: #363636; position: absolute; top: 15px; right: 16px; line-height: 100%; display: block; cursor: pointer; width: 15px; height: 15px; }
.promo-banner .close:before, .promo-banner .close:after { content: ""; position: absolute; width: 20px; height: 1px; background: #cee0ff; top: 6px; left: 0; }
.promo-banner .close:before { transform: rotate(45deg); }
.promo-banner .close:after { transform: rotate(-45deg); }

.js-top {
    position: fixed;
    right: 20px;
    bottom: 150px;
    cursor: pointer;
    opacity: 0.7;
    z-index: 10;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    font-size: 22px;
    background-color: transparent;
    border: 1px solid #0a0a1a;
    color: #0a0a0a;
}

/* --- 5. ФУТЕР --- */
footer { 
    color: #fff; 
    padding: 17px 0; 
   /* margin-top: 60px; */
    background: #162331;
}
.footer-inner { 
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse; 
}
.footer-left p { margin: 0; font-size: 14px; color: #b7b7b7; }

/* >>> 6. АДАПТИВНОСТЬ (gmbl) <<< */
@media (max-width: 992px) {
    .gmbl-casinosss-item-inner { flex-direction: column; padding: 50px 20px 20px 20px; gap: 15px; text-align: center; }
    .gmbl-item-flex-div-h { margin-bottom: 5px; }
    .gmbl-bonus-value, .gmbl-nodep-value { line-height: 1.2; }
    .gmbl-casinosss-item-inner .gmbl-item-image { flex: 0 0 auto; }
    .gmbl-item-image img { max-width: 150px; }

    /* МОБИЛЬНОЕ МЕНЮ */
    .js-mobile-btn { display: block; z-index: 1001; }
    .js-mobile-btn span, .js-mobile-btn:before, .js-mobile-btn:after { background: #fff !important; }
    .js-mobile-btn.active span { opacity: 0; transform: scale(0); }
    .js-mobile-btn.active:before { transform: translateY(10px) rotate(45deg); }
    .js-mobile-btn.active:after { transform: translateY(-10px) rotate(-45deg); }
    header nav { display: none; position: fixed; top: 60px; left: 0; width: 100%; height: auto; max-height: calc(100vh - 70px); overflow-y: auto; background: #162331 !important; padding: 25px 0; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; transform: translateY(-20px); transition: all 0.3s ease-in-out; z-index: 999; }
    header.active nav { display: block; opacity: 1; visibility: visible; transform: translateY(0); }
    header nav ul { flex-direction: column; align-items: center; gap: 20px; padding: 0 20px; }
    header nav ul li { width: 100%; text-align: center; }
    header nav ul li a { color: #fff !important; font-size: 16px; font-weight: 600; padding: 6px 18px; display: block; border-radius: 8px; border: 1px solid #cee0ff; }
    header nav ul li:not(:last-child)::after { display: none; }
}

@media (max-width: 768px) {
    .promo-banner, .promo-banner p { flex-direction: column; }
    .promo-banner p { padding: 0 10px; gap: 3px; }
    .promo-banner .tg { margin-left: 0; }
    .footer-inner { flex-direction: column !important; text-align: center; gap: 20px; }
}

.promo-banner p span {
    line-height: 130%;
    color: #00b7ff;
    margin: 0 0 0 5px;
    font-weight: 600;
}


/* Блок с иконкой 18+ */
.age-restriction {
    display: flex;          
    justify-content: center; 
    align-items: center;     
}
.age-restriction img {
    width: 34px;
    height: auto;
    display: block;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
/* Эффект при наведении */
.age-restriction img:hover {
    opacity: 1;
}




/* <<< РАЗДЕЛИТЕЛЬ >>> */
.divider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%; 
    margin: 40px auto;
}
.line {
    flex-grow: 1;
    height: 2px;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0) 0%, #333 100%);
}
.line:last-child {
    background: linear-gradient(90deg, #162331 0%, rgba(59, 130, 246, 0) 100%);
}
.dot {
    width: 10px;
    height: 10px;
    background-color: #4c4c4d;
    border-radius: 50%;
    margin: 0 15px;
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.8);
}









/*БЕЗДЕПЫ */

.card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 23px;
}
.card-col {
    padding: 0 11px;
    margin-bottom: 22px;
    box-sizing: border-box;
    width: 33.333%;
}
.card {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
    height: 100%;
    max-width: 372px;
    margin: auto;
    box-sizing: border-box;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card__img {
    text-align: center;
    min-height: 1px;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.card__header {
    text-align: center;
    padding: 12px 10px 17px;
    letter-spacing: 1px;
}
.card__header-subtitle {
    color: #676767;
    font: 12px 'OpenSans', sans-serif;
    margin-bottom: 9px;
}
.card__header-title:last-child {
    margin-bottom: 0;
}
.card__content {
    padding-bottom: 30px;
}
.table {
    display: table;
    width: 100%;
    font: 13px 'OpenSans', sans-serif;
}
.table__row {
    display: table-row;
}
.table__row:nth-child(odd) {
    background-color: #eee;
}
.table__cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    padding: 8px 25px;
}
.table__cell:last-child {
    font-family: 'OpenSans-Semibold', sans-serif;
}
.cell_span{
	font-weight:600;
	color:#e53330;
}
.table__cell.promo-value-wrapper {
    display: flex;
    width: 100%;
    gap: 0.5rem;
    cursor: pointer;
	padding: 8px 15px 8px 25px;
}
.card__footer {
    padding: 0 10px 30px;
    margin-top: auto;
}
.card .btn-default {
    width: 100%;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-default, .wpcf7-submit {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 10px 30px 9px;
    letter-spacing: .04em;
    color: #fff!important;
    text-transform: uppercase;
    text-align: center;
    font: 14px / 1.1 'OpenSans-Semibold', sans-serif;
    border-radius: 4px;
    overflow: hidden;
    background-color: #46a28d;
    border-bottom: 4px solid #3d917e;
    text-decoration: none;
    position: relative;
    z-index: 0;
}
.btn-default:hover, .wpcf7-submit:hover{
	text-decoration:none;
}
.btn-default:after, .wpcf7-submit:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5376;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.entry-title{
	position: relative;
    padding-bottom: 1em;
    color: #262c4b;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    line-height: 1.25em;
    font-family: "Montserrat";
    text-align: center;
    box-sizing: border-box;
}
.entry-title:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100px;
    border-top: 1px solid #46a28d;
}

@media screen and (max-width: 700px) {
    .card-wrap {
        margin-left: -10px;
        margin-right: -10px;
    }
	.card-col {
        padding: 0;
		width:100%;
    }
	
}


/* <<< Новые стили карточек бездепов >>> */

/* ===== Modern cards (override) ===== */
.content-block{
  --brand:#46a28d;
  --brand-dark:#3d917e;
  --accent:#1c5376;
  --danger:#e71d46;

  --card-radius:16px;
  --shadow: 0 10px 26px rgba(0,0,0,.10);
  --shadow-hover: 0 14px 34px rgba(0,0,0,.14);
}

/* Сетка карточек: используем gap вместо паддингов по колонкам */
.card-wrap{
  display:flex;
  flex-wrap:wrap;
  gap:22px;
  padding:0;
  margin:0 0 23px 0;
}

.card-col{
  padding:0;
  margin:0;
  box-sizing:border-box;
  width: calc(33.333% - 14.7px);
}

/* Для средних экранов — 2 колонки */
@media screen and (max-width: 1024px){
  .card-col{ width: calc(50% - 11px); }
}

/* Мобильный режим — 1 колонка */
@media screen and (max-width: 700px){
  .card-wrap{
    margin-left:0;
    margin-right:0;
    gap:14px;
  }
  .card-col{ width:100%; }
}

.card{
  height:100%;
  max-width:372px;
  margin:auto;
  box-sizing:border-box;

  border-radius: var(--card-radius);
  overflow: visible !important;  /* ключевое */
  position: relative;
  background:#fff;
  box-shadow: var(--shadow);
  display:flex;
  flex-direction:column;
  transition: box-shadow .18s ease;
  border: 1px solid rgba(0,0,0,.06);
}

.card:hover{
  transform: none !important;       /* гарантированно убираем сдвиг */
  box-shadow: var(--shadow-hover);
}

/* Блок изображения: делаем более аккуратную подложку */
/* 2) Картинка на всю ширину без паддингов */
.card__img{
  padding: 0 !important;
  background: none;                 /* если не нужна подложка */
  overflow: hidden;                 /* чтобы скругление работало */
  border-radius: var(--card-radius) var(--card-radius) 0 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.card__img a{
  display:block;
}

.card__img img{
display: block;
    width: 100%;
    height: auto;
    padding: 5px !important;
    object-fit: cover;
    background: #f3f7ff;
}

/* Если вы хотите одинаковую высоту у всех картинок (опционально), включите:
.card__img img{
  height: 170px;
  object-fit: cover;
}
*/


.card__header{
  text-align:center;
  padding:14px 14px 12px;
  letter-spacing:.4px;
}

.card__header-subtitle{
  color:#7a7a7a;
  font: 12px 'OpenSans', sans-serif;
  margin-bottom:6px;
}

.card__header-title{
  font: 18px/1.2 'OpenSans-Semibold', sans-serif;
  color:#373e59;;
  margin:0;
  font-weight: 600;
}

.card__content{
  padding: 0 0 14px;
}

/* Таблица: переводим в flex-строки, сохраняя ваш смысл */
.table{
  display:flex;
  flex-direction:column;
  width:100%;
  font: 13px 'OpenSans', sans-serif;
}

.table__row{
  display:flex;
  align-items:stretch;
}

.table__row:nth-child(odd){
  background-color: rgba(238,238,238,.70);
}

.table__cell{
  width:50%;
  box-sizing:border-box;
  padding: 10px 16px;
  display:flex;
  align-items:center;
  gap:10px;
}

/* Левый столбец — спокойный */
.table__cell:first-child{
  color:#676767;
}

/* Правый столбец — сильнее */
.table__cell:last-child{
  font-family:'OpenSans-Semibold', sans-serif;
  color:#1b2340;
}

/* Акцент на ключевых параметрах: Размер бонуса и Wager */
.table__row:nth-child(1){
  background: linear-gradient(90deg, rgba(70,162,141,.18), rgba(28,83,118,.06));
}
.table__row:nth-child(1) .table__cell:last-child{
  color: var(--brand);
  font-weight:700;
}

.table__row:nth-child(2){
  background: linear-gradient(90deg, rgba(28,83,118,.14), rgba(70,162,141,.06));
}
.table__row:nth-child(2) .table__cell:last-child{
  color: var(--accent);
  font-weight:700;
}

/* Промокод: кликабельная зона + "пилюля" */
.table__row.promo-block{
  background: linear-gradient(90deg, rgba(229,51,48,.14), rgba(70,162,141,.08));
}

.table__cell.promo-value-wrapper{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  cursor:pointer;
  user-select:none;
  gap:10px;
  padding: 10px 14px 10px 16px; /* чуть компактнее */
}

.promo-value{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:10px;
  background: rgba(229,51,48,.12);
  color: var(--danger);
  font-weight:800;
  letter-spacing:.6px;
  border: 1px solid rgba(229,51,48,.22);
}

.promo-value-wrapper img{
  width:18px;
  height:18px;
  opacity:.9;
  transition: transform .15s ease, opacity .15s ease;
}

.promo-value-wrapper:hover img{
  opacity:1;
  transform: scale(1.06);
}

.promo-value-wrapper.is-copied .promo-value{
  background: rgba(70,162,141,.16);
  color: var(--brand);
  border-color: rgba(70,162,141,.35);
}

/* Страны: чипы + тултип */
.countries-value{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
  width:100%;
}

.country-chip{
  display:inline-flex;
  align-items:center;
  padding:4px 8px;
  border-radius:999px;
  background: rgba(70,162,141,.10);
  border: 1px solid rgba(70,162,141,.25);
  color: var(--accent);
  font-size:12px;
  line-height:1.1;
}

.more-wrap{
  position:relative;
  display:inline-flex;
  align-items:center;
}

.country-more{
  background: linear-gradient(135deg, var(--brand), var(--accent));
  border-color: rgba(0,0,0,.06);
  color:#fff;
  cursor:pointer;
}

.country-tooltip{
  position:absolute;
  left:0;
  top: calc(100% + 10px);
  display:none;
  z-index:30;
	max-width: 260px;
  white-space: normal;
  right: auto;

  width: max-content;
  max-width: 280px;
  padding:10px 12px;
  border-radius:12px;

  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  box-shadow: 0 14px 30px rgba(0,0,0,.14);

  color:#1b2340;
  font: 12px/1.35 'OpenSans', sans-serif;
}

.more-wrap:hover .country-tooltip{
  display:block; /* hover для десктопа */
}

.more-wrap.is-open .country-tooltip{
  display:block; /* tap для мобильных */
}

/* Кнопка: оставляем вашу стилистику, добавляем более "современный" градиент */
.btn-default, .wpcf7-submit{
  background: #159968;
  border-bottom: 0;
  box-shadow: 0 8px 18px rgba(28,83,118,.18);
}

.btn-default:after, .wpcf7-submit:after{
  background-color: rgba(0,0,0,.12);
  transform: translateY(100%);
}

.btn-default:hover:after, .wpcf7-submit:hover:after{
  transform: translateY(0);
}
/* Мобильная страховка: тултип не шире экрана */
@media screen and (max-width: 700px){
  .country-tooltip{
    max-width: calc(100vw - 24px) !important;
    white-space: normal;
  }
}









/* ======================================== КОНТЕНТ! ======================================== */
/* ======================================== КОНТЕНТ! ======================================== */
/* ======================================== КОНТЕНТ! ======================================== */

/* ===== СБРОС И БАЗОВЫЕ СТИЛИ ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.site-body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    min-height: 100vh;
}

.site-container {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== ТИПОГРАФИЯ ===== */
.site-hero-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #cee0ff;
    text-align: center;
}

.site-hero-subtitle {
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.site-section-title {
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 8px;
    border-bottom: 3px solid #47a5e9;
    color: #333;
}

.site-subsection-title {
    font-size: 24px;
    font-weight: 600;
    margin: 35px 0 20px;
    color: #333;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 15px;
    color: #333;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 12px;
    color: #333;
}

h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px;
    color: #333;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 18px 0 8px;
    color: #333;
}

p {
    margin-bottom: 18px;
    color: #333;
    line-height: 1.6;
}

.site-intro-text {
    font-size: 17px;
    margin-bottom: 40px;
    color: #555;
    line-height: 1.7;
}

.site-conclusion {
    margin-top: 45px;
    padding: 25px;
    background-color: #f9f9f9;
    border-left: 4px solid #676767;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}

/* ===== ССЫЛКИ ===== */
.site-content-link {
    color: #e71d46;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.site-content-link:hover {
    color: #47a5e9;
    text-decoration: underline;
}

/* ===== ГЛАВНЫЙ БЛОК ===== */
.site-hero {
    background: #fff;
    padding: 50px 0 40px;
    border-bottom: 1px solid #eee;
}

/* ===== КОНТЕНТ ===== */
.site-content-container {
    background-color: #fff;
    padding: 45px 40px;
    margin: 35px auto;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
}

.site-section {
    margin-bottom: 55px;
}

/* ===== КОЛОНКИ ===== */
.site-columns {
    display: grid;
    gap: 35px;
    margin: 30px 0;
}

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

.site-columns--2 {
    grid-template-columns: repeat(2, 1fr);
}

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

.site-column {
    display: flex;
    flex-direction: column;
}

.site-column > *:first-child {
    margin-top: 0;
}

/* ===== БЛОК ДЛЯ КАРТИНОК ===== */
.site-image-block {
    margin: 0 auto 35px;
    width: 100%;
    max-width: 1120px;
}

.site-image-placeholder {
    background-color: #1c2e41f2;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
}

.site-image-placeholder img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

/* ===== СПИСКИ ===== */
.site-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
    color: #333;
}

.site-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 14px;
    min-height: 24px;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.site-list--plus li:before {
    content: "✓";
    color: #2e7d32;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 16px;
}

.site-list--minus li:before {
    content: "✕";
    color: #c62828;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 16px;
}

.site-list--ordered {
    list-style: decimal;
    padding-left: 26px;
    color: #333;
}

.site-list--ordered li {
    padding-left: 12px;
    margin-bottom: 16px;
    line-height: 1.6;
}

/* ===== КРАСИВЫЕ КОЛОНКИ ДЛЯ ТЕХНИЧЕСКИХ ДЕТАЛЕЙ ===== */
.site-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 20px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.site-detail-column {
    display: flex;
    flex-direction: column;
}

.site-detail-item {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.site-detail-item:last-child {
    border-bottom: none;
}

.site-detail-label {
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
    font-size: 15px;
    display: block;
}

.site-detail-value {
    color: #333;
    font-size: 16px;
}

/* ===== ТЕКСТ НА ВСЮ ШИРИНУ ПОД ДЕТАЛЯМИ ===== */
.site-full-width-text {
    margin: 25px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 4px solid #47a5e9;
}

/* ===== ОТДЕЛЬНЫЕ ЭЛЕМЕНТЫ С БОРДЕРАМИ (3 в ряд) ===== */
.site-stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 25px 0;
}

.site-stat-box {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
}

.site-stat-label {
    font-weight: 600;
    color: #444;
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
}

.site-stat-value {
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

/* ===== ПЛЮСЫ И МИНУСЫ В РЯД (2 колонки в одном ряду) ===== */
.site-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 25px 0;
}

.site-pros,
.site-cons {
    padding: 20px;
    border-radius: 8px;
}

.site-pros {
    background-color: #f0f9f0;
    border-left: 4px solid #2e7d32;
}

.site-cons {
    background-color: #fef0f0;
    border-left: 4px solid #c62828;
}

.site-pros-title,
.site-cons-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

/* ===== FAQ НА ВСЮ ШИРИНУ ===== */
/* Убрал max-width для FAQ */

/* ===== ТАБЛИЦА НА ВСЮ ШИРИНУ ===== */
.site-table-container {
    overflow-x: auto;
    margin: 30px 0;
  /*  border: 1px solid #ddd; */
}

.site-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    color: #333;
}

.site-table th,
.site-table td {
    padding: 16px 20px;
    text-align: left;
    /* border-bottom: 1px solid #eee; */
    vertical-align: top;
}

.site-table thead {
    background-color: #f5f7fa;
}

.site-table th {
    font-weight: 600;
    color: #444;
   /* border-bottom: 2px solid #47a5e9;  */
}

.site-table tbody tr:hover {
    background-color: #f9f9f9;
}

/* Убрал max-width для маленькой таблицы */
.site-table-container--small {
    margin: 25px 0;
}

/* ===== КАРТОЧКА ===== */
.site-card {
    background: #f9f9f9;
    padding: 30px;
    border-left: 5px solid #47a5e9;
    margin: 35px 0;
    border: 1px solid #ddd;
    color: #333;
}

.site-card--advice {
    background: #e8f4fd;
    /* border-left-color: #e71d46; */
}

.site-card-title {
    color: #1a237e;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
}

/* ===== АККОРДЕОН ===== */
.site-accordion {
    border: 1px solid #ddd;
    margin: 30px 0;
}

.site-accordion-item {
    border-bottom: 1px solid #eee;
}

.site-accordion-item:last-child {
    border-bottom: none;
}

.site-accordion-header {
    width: 100%;
    padding: 22px;
    background: #f8f9fa;
    border: none;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    /* cursor: pointer; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* transition: background 0.2s; */
}

.site-accordion-header:hover {
   /*  background: #e9ecef; */
}

.site-accordion-icon {
    transition: transform 0.3s;
    flex-shrink: 0;
}

.site-accordion-item[open] .site-accordion-icon {
    transform: rotate(180deg);
}

.site-accordion-content {
    padding: 25px;
    background: #fff;
    border-top: 1px solid #eee;
    color: #333;
}

/* ===== СПОЙЛЕРЫ НА ВСЮ ШИРИНУ ===== */
.site-spoiler {
    border: 1px solid #ddd;
    margin: 30px 0;
}

.site-spoiler-item {
    border-bottom: 1px solid #eee;
}

.site-spoiler-item:last-child {
    border-bottom: none;
}

.site-spoiler-question {
    padding: 22px;
    background: #f8f9fa;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    list-style: none;
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    position: relative;
}

.site-spoiler-question::-webkit-details-marker {
    display: none;
}

.site-spoiler-question:after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #47a5e9;
    font-weight: bold;
}

.site-spoiler-item[open] .site-spoiler-question:after {
    content: "−";
}

.site-spoiler-answer {
    padding: 25px;
    background: #fff;
    border-top: 1px solid #eee;
    color: #333;
    line-height: 1.6;
}

/* ===== БЛОК НАВИГАЦИИ (перелинковка) ===== */
.site-internal-nav {
    background-color: #fff;
    padding: 5px 0;
    margin-top: 60px;
}

.site-internal-nav-title {
    font-size: 20px;
    margin-bottom: 25px;
    color: #444;
    text-align: center;
}

.site-internal-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    list-style: none;
    margin-bottom: 30px;
    justify-content: center;
}

.site-internal-nav-link {
    color: #628aad;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    font-size: 16px;
}

.site-internal-nav-link:hover {
    color: #47a5e9;
    text-decoration: underline;
}

.site-internal-nav-copyright {
    color: #777;
    font-size: 14px;
    border-top: 1px solid #eee;
    padding-top: 25px;
}

/* ===== МОБИЛЬНАЯ ВЕРСИЯ ===== */
@media (max-width: 1024px) {
    .site-hero-title {
        font-size: 29px;
    }
    
    .site-hero-subtitle {
        font-size: 18px;
    }
    
    .site-section-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .site-subsection-title {
        font-size: 21px;
        margin: 30px 0 18px;
    }
    
    h3 {
        font-size: 21px;
        margin: 25px 0 15px;
    }
    
    h4 {
        font-size: 18px;
        margin: 20px 0 12px;
    }
    
    h5 {
        font-size: 17px;
        margin: 18px 0 10px;
    }
    
    .site-content-container {
        padding: 35px 25px;
        margin: 30px auto;
    }
    
    .site-columns--2,
    .site-columns--3 {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .site-columns {
        gap: 30px;
    }
    
    .site-pros-cons {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .site-stats-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .site-details-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .site-internal-nav-list {
        flex-direction: column;
        gap: 18px;
    }
    
    .site-table th,
    .site-table td {
        padding: 14px 16px;
    }
    
    .site-card {
        padding: 25px;
    }
    
    .site-advice-grid {
    grid-template-columns: 1fr !important;
    }
    
}

@media (max-width: 768px) {
    .site-body {
        font-size: 14px;
    }
    
    .site-container {
        padding: 0 15px;
    }
    
    .site-hero {
        padding: 40px 0 30px;
    }
    
    .site-content-container {
        padding: 30px 20px;
        margin: 25px auto;
    }
    
    .site-table th,
    .site-table td {
        padding: 12px 14px;
    }
    
    .site-card {
        padding: 22px;
        margin: 30px 0;
    }
    
    .site-accordion-header,
    .site-spoiler-question {
        padding: 20px;
    }
    
    .site-accordion-content,
    .site-spoiler-answer {
        padding: 22px;
    }
    
    .site-details-grid {
        padding: 15px;
    }
}









/* АЗ КАЗИНО АЗ КАЗИНО АЗ КАЗИНО АЗ КАЗИНО АЗ КАЗИНО АЗ КАЗИНО АЗ КАЗИНО АЗ КАЗИНО АЗ КАЗИНО АЗ КАЗИНО*/



/* ===== РЕЙТИНГОВЫЕ БЛОКИ ДЛЯ КАЗИНО ===== */
.site-casino-block {
    margin: 35px 0;
    padding: 25px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0;
    position: relative;
}

.site-casino-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #47a5e9;
}

.site-casino-title {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.site-casino-rating {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 140px;
}

.site-casino-rating-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.site-casino-rating-value {
    font-size: 22px;
    font-weight: 700;
    color: #e71d46;
    background-color: #f8f9fa;
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

/* ===== БЛОКИ С ПРЕИМУЩЕСТВАМИ И ПРЕДУПРЕЖДЕНИЯМИ ===== */
.site-features-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.site-features-list li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 12px;
    min-height: 26px;
    display: flex;
    align-items: center;
    color: #333;
}

.site-features-list--positive li:before {
    content: "✅";
    position: absolute;
    left: 0;
    font-size: 20px;
}

.site-features-list--warning li:before {
    content: "⚠️";
    position: absolute;
    left: 0;
    font-size: 20px;
}

.site-features-list--negative li:before {
    content: "❌";
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #c62828;
}

/* ===== МЕТКА "КАК ВЫБРАТЬ ЯЗЫК" ===== */
.site-language-note {
    background-color: #e8f4fd;
    border-left: 4px solid #47a5e9;
    padding: 18px;
    margin: 20px 0;
    border-radius: 0;
}

.site-language-note-title {
    font-weight: 600;
    color: #1a237e;
    margin-bottom: 8px;
    font-size: 16px;
}

/* ===== ОСОБЫЕ ПРЕИМУЩЕСТВА ===== */
.site-special-features {
    background-color: #f0f9f0;
    border-left: 4px solid #2e7d32;
    padding: 20px;
    margin: 25px 0;
    border-radius: 0;
}

.site-special-features-title {
    font-weight: 600;
    color: #2e7d32;
    margin-bottom: 10px;
    font-size: 17px;
}

/* ===== ПОЧЕМУ ВЫБРАТЬ ===== */
.site-why-choose {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 25px 0;
    border-left: 4px solid #e71d46;
}

.site-why-choose-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 17px;
}

/* ===== СПИСОК С ЦИФРАМИ (важность языка) ===== */
.site-numbered-list {
    list-style: none;
    padding-left: 0;
    margin: 25px 0;
    counter-reset: item-counter;
}

.site-numbered-list li {
    counter-increment: item-counter;
    padding: 20px 20px 20px 70px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    position: relative;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.site-numbered-list li:before {
    content: counter(item-counter);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #47a5e9;
    color: white;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* ===== ПРЕИМУЩЕСТВА ЯЗЫКА ===== */
.site-language-benefits {
    margin: 30px 0;
}

.site-benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.site-benefit-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 50%;
    font-size: 24px;
}

.site-benefit-content {
    flex: 1;
}

.site-benefit-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 18px;
}

/* ===== ЧТО ЕСЛИ ЯЗЫКА НЕТ ===== */
.site-language-warning {
    background-color: #fef0f0;
    border-left: 4px solid #c62828;
    padding: 25px;
    margin: 30px 0;
    border-radius: 0;
}

.site-language-warning-title {
    font-weight: 600;
    color: #c62828;
    margin-bottom: 15px;
    font-size: 18px;
}

.site-language-warning-list {
    list-style: none;
    padding-left: 0;
    margin: 15px 0;
}

.site-language-warning-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
    color: #333;
}

.site-language-warning-list li:before {
    content: "❌";
    position: absolute;
    left: 0;
    color: #c62828;
}

/* ===== СОВЕТ В КАРТОЧКЕ ===== */
.site-advice-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.site-advice-item {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 4px solid #47a5e9;
}

.site-advice-item-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 17px;
}


/* <<< 3 страница бездепы  3 страница бездепы  3 страница бездепы  3 страница бездепы  3 страница бездепы >>> */



/* ===== БЛОК С ПРЕДУПРЕЖДЕНИЕМ О ВЕЙДЖЕРЕ ===== */
.site-warning-block {
    background-color: #fff8e1;
    border-left: 4px solid #ff9800;
    padding: 25px;
    margin: 30px 0;
    border: 1px solid #ffd54f;
}

.site-warning-title {
    font-weight: 600;
    color: #e65100;
    margin-bottom: 15px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-warning-title:before {
    content: "⚠️";
    font-size: 24px;
}

/* ===== ТАБЛИЦА СРАВНЕНИЯ ДЛЯ БОНУСОВ ===== */
.site-bonus-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.site-bonus-table th,
.site-bonus-table td {
    padding: 16px 20px;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.site-bonus-table th {
    background-color: #47a5e9;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.site-bonus-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.site-bonus-table tbody tr:hover {
    background-color: #f0f7ff;
}

.site-bonus-table .site-bonus-vager {
    font-weight: 600;
    color: #e71d46;
    font-size: 18px;
}

/* ===== БЛОКИ КАЗИНО С ВЕЙДЖЕРОМ ===== */
.site-casino-with-vager {
    margin: 35px 0;
    padding: 25px;
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
}

.site-casino-vager-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #e71d46;
    color: white;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
}

/* ===== БЛОК "КАК ЭТО РАБОТАЕТ" ===== */
.site-how-it-works {
    background-color: #e8f4fd;
    padding: 30px;
    margin: 35px 0;
    border-left: 4px solid #47a5e9;
}

.site-how-it-works-title {
    font-weight: 600;
    color: #1a237e;
    margin-bottom: 20px;
    font-size: 22px;
}

.site-step-by-step {
    list-style: none;
    padding-left: 0;
    margin: 25px 0;
    counter-reset: step-counter;
}

.site-step-by-step li {
    counter-increment: step-counter;
    padding: 20px 20px 20px 80px;
    margin-bottom: 15px;
    background-color: white;
    border: 1px solid #ddd;
    position: relative;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.site-step-by-step li:before {
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #47a5e9;
    color: white;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* ===== ИГРЫ С ВЫСОКИМ RTP ===== */
.site-games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.site-game-item {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
    border-top: 4px solid #2e7d32;
}

.site-game-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
}

.site-game-rtp {
    font-size: 16px;
    color: #2e7d32;
    font-weight: 600;
}

/* ===== ВАЖНОЕ ПРИМЕЧАНИЕ ===== */
.site-important-note {
    background-color: #f0f9f0;
   /* border-left: 4px solid #2e7d32; */
    padding: 20px;
    margin: 25px 0;
}

.site-important-note-title {
    font-weight: 600;
    color: #2e7d32;
    margin-bottom: 10px;
    font-size: 17px;
}




/* <<< СТРАНИЦА ПЛАТЕЖЕК СТРАНИЦА ПЛАТЕЖЕК СТРАНИЦА ПЛАТЕЖЕК СТРАНИЦА ПЛАТЕЖЕК СТРАНИЦА ПЛАТЕЖЕК >>> */


/* ===== БЛОКИ С МЕТОДАМИ ОПЛАТЫ ===== */
.site-payment-methods {
    margin: 35px 0;
}

.site-payment-method {
    background-color: #fff;
  /*  border: 1px solid #ddd; */
    padding: 25px;
    margin-bottom: 25px;
   /* border-left: 4px solid #47a5e9; */
}

.site-payment-method-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
}

.site-payment-method-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.site-payment-method-badge {
    background-color: #f0f0f0;
    color: #333;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}

/* ===== СРАВНИТЕЛЬНАЯ ТАБЛИЦА МЕТОДОВ ===== */
.site-comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.site-comparison-table th,
.site-comparison-table td {
    padding: 16px 20px;
    text-align: left;
    border: 1px solid #ddd;
    vertical-align: top;
    color: #333;
}

.site-comparison-table th {
    background-color: #47a5e9;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.site-comparison-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.site-comparison-table tbody tr:hover {
    background-color: #f0f7ff;
}

.site-comparison-table .site-best-choice {
    background-color: #f0f9f0;
    /* border-left: 3px solid #2e7d32; */
}

.site-comparison-table .site-fastest {
    background-color: #fff8e1;
   /* border-left: 3px solid #ff9800; */
}

/* ===== БЛОК "ПОПУЛЯРНЫЕ ВЫБОРЫ" ===== */
.site-popular-choices {
    background-color: #e8f4fd;
    padding: 25px;
    margin: 30px 0;
    border-left: 4px solid #cee0ff;
}

.site-popular-choices-title {
    font-weight: 600;
    color: #1a237e;
    margin-bottom: 20px;
    font-size: 20px;
}

/* ===== БЛОК ВЫВОДА СРЕДСТВ ===== */
.site-withdrawal-block {
    background-color: #f9f9f9;
    padding: 30px;
    margin: 35px 0;
    border: 1px solid #ddd;
    border-left: 4px solid #e71d46;
}

.site-withdrawal-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    font-size: 22px;
}

.site-withdrawal-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.site-withdrawal-step {
    background-color: white;
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
    border-top: 4px solid #47a5e9;
}

.site-withdrawal-step-number {
    font-size: 24px;
    font-weight: 700;
    color: #47a5e9;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    background-color: #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.site-withdrawal-step-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
}

/* ===== БЛОК КОМИССИЙ ===== */
.site-commission-block {
    background-color: #fff8e1;
    padding: 25px;
    margin: 30px 0;
    border-left: 4px solid #ff9800;
}

.site-commission-title {
    font-weight: 600;
    color: #e65100;
    margin-bottom: 20px;
    font-size: 20px;
}

.site-commission-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.site-commission-list li {
    padding: 15px 15px 15px 50px;
    margin-bottom: 15px;
    background-color: white;
    border: 1px solid #ffd54f;
    position: relative;
    color: #333;
}

.site-commission-list li:before {
    content: "💰";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}

/* ===== БЛОК ВЕРИФИКАЦИИ ===== */
.site-verification-block {
    background-color: #f0f9f0;
    padding: 30px;
    margin: 35px 0;
    border: 1px solid #ddd;
    border-left: 4px solid #2e7d32;
}

.site-verification-title {
    font-weight: 600;
    color: #2e7d32;
    margin-bottom: 20px;
    font-size: 22px;
}

.site-verification-docs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.site-verification-doc {
    background-color: white;
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
}

.site-verification-doc-icon {
    font-size: 32px;
    margin-bottom: 15px;
    display: block;
}

.site-verification-doc-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
}

/* ===== БЛОК БЕЗОПАСНОСТИ ===== */
.site-security-block {
    background-color: #fef0f0;
    padding: 25px;
    margin: 30px 0;
    border-left: 4px solid #c62828;
}

.site-security-title {
    font-weight: 600;
    color: #c62828;
    margin-bottom: 20px;
    font-size: 20px;
}

.site-security-tips {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.site-security-tip {
    background-color: white;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 4px solid #47a5e9;
}

.site-security-tip-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
}

/* ===== БЛОК ВАЛЮТЫ ===== */
.site-currency-block {
    background-color: #f3e5f5;
    padding: 25px;
    margin: 30px 0;
    border-left: 4px solid #7b1fa2;
}

.site-currency-title {
    font-weight: 600;
    color: #7b1fa2;
    margin-bottom: 20px;
    font-size: 20px;
}

/* ===== БЛОК ПОДДЕРЖКИ ===== */
.site-support-block {
    background-color: #e1f5fe;
    padding: 25px;
    margin: 30px 0;
    border-left: 4px solid #0288d1;
}

.site-support-title {
    font-weight: 600;
    color: #0288d1;
    margin-bottom: 20px;
    font-size: 20px;
}

.site-support-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.site-support-list li {
    padding: 15px 15px 15px 50px;
    margin-bottom: 15px;
    background-color: white;
    border: 1px solid #b3e5fc;
    position: relative;
    color: #333;
}

.site-support-list li:before {
    content: "💬";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ СОВЕТЫ ===== */
.site-extra-tips {
    margin: 35px 0;
}

.site-tip-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.site-tip-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: #47a5e9;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
}

.site-tip-content {
    flex: 1;
}

.site-tip-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
}


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





/* ===== ХОУМ ПЕЙДЖ ХОУМ ПЕЙДЖ ХОУМ ПЕЙДЖ ХОУМ ПЕЙДЖ ХОУМ ПЕЙДЖ ХОУМ ПЕЙДЖ ХОУМ ПЕЙДЖ ХОУМ ПЕЙДЖ ХОУМ ПЕЙДЖ ХОУМ ПЕЙДЖ ХОУМ ПЕЙДЖ===== */


/* ===== ГЛАВНАЯ HERO С ФОНОМ ===== */
.site-hero-main {
    background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
    color: white;
    padding: 80px 0 60px;
    text-align: center;
}

.site-hero-main .site-hero-title {
    color: white;
    font-size: 48px;
    margin-bottom: 25px;
}

.site-hero-main .site-hero-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 22px;
    max-width: 900px;
}

/* ===== БЛОК С ПРЕИМУЩЕСТВАМИ НА ГЛАВНОЙ ===== */
.site-features-main {
    background-color: #fff;
    padding: 60px 0 40px;
    margin-top: 0;
}

.site-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.site-feature-card {
    background-color: #f9f9f9;
    padding: 30px;
    border: 1px solid #ddd;
    border-top: 8px solid #ddd;
    text-align: center;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.site-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.site-feature-icon {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

.site-feature-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

/* ===== ТАБЛИЦА КАЗИНО НА ГЛАВНОЙ ===== */
.site-main-table {
    margin: 50px 0;
}

.site-main-table .site-table {
    min-width: 800px;
}

.site-main-table .site-table th {
    background-color: #e71d46;
    color: white;
    font-size: 16px;
    text-align: center;
}

.site-main-table .site-table td {
    text-align: center;
    vertical-align: middle;
}

.site-main-table .site-badge {
    display: inline-block;
    background-color: #2e7d32;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
}

/* ===== МЕТОД ВЫБОРА ===== */
.site-selection-method {
    background-color: #f9f9f9;
    padding: 40px;
    margin: 50px 0;
    border: 1px solid #ddd;
   /* border-left: 4px solid #47a5e9; */
}

.site-selection-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
}

.site-criteria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.site-criteria-green,
.site-criteria-red {
    padding: 25px;
    border-radius: 0;
}

.site-criteria-green {
    background-color: #f0f9f0;
    border: 1px solid #2e7d32;
    border-left: 4px solid #2e7d32;
}

.site-criteria-red {
    background-color: #fef0f0;
    border: 1px solid #c62828;
    border-left: 4px solid #c62828;
}

.site-criteria-title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-criteria-green .site-criteria-title {
    color: #2e7d32;
}

.site-criteria-red .site-criteria-title {
    color: #c62828;
}

/* ===== CTA БЛОК ===== */
.site-cta-block {
    background: linear-gradient(135deg, #47a5e9 0%, #cf6464 100%);
    color: white;
    padding: 60px 40px;
    text-align: center;
    margin: 60px 0;
    border-radius: 0;
}

.site-cta-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}

.site-cta-text {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.site-cta-button {
    display: inline-block;
    background-color: #162331;
    color: white;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
}

.site-cta-button:hover {
    background-color: #c11234;
    color: white;
}

/* ===== МОБИЛЬНАЯ ВЕРСИЯ ГЛАВНОЙ ===== */
@media (max-width: 1024px) {
    .site-hero-main .site-hero-title {
        font-size: 36px;
    }
    
    .site-hero-main .site-hero-subtitle {
        font-size: 18px;
    }
    
    .site-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .site-cta-title {
        font-size: 26px;
    }
    
    .site-cta-text {
        font-size: 16px;
    }
}


@media (max-width: 480px) {
.site-criteria-grid {
    grid-template-columns: 1fr;
    }
}


/* ===== БАННЕР для ГЛАВНОЙ БАННЕР для ГЛАВНОЙ БАННЕР для ГЛАВНОЙ БАННЕР для ГЛАВНОЙ БАННЕР для ГЛАВНОЙ БАННЕР для ГЛАВНОЙ БАННЕР для ГЛАВНОЙ===== */

.mp-hero-banner {
    background: linear-gradient(135deg, #389bef 0%, #e57373 100%);
    width: 100%;
    padding: 60px 0;
    color: white;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.mp-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.mp-hero-content {
    flex: 1;
    min-width: 0;
}

.mp-hero-title {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 800;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.mp-hero-text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.95;
}

.mp-hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mp-button-row {
    display: flex;
    gap: 20px;
}

.mp-hero-btn {
    flex: 1;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 18px 20px;
    text-decoration: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    text-align: left;
    min-width: 0;
}

.mp-hero-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.mp-btn-icon {
    background: rgba(255, 255, 255, 0.2);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.mp-btn-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mp-hero-image {
    flex: 1;
    min-width: 0;
    display: block;
}

.mp-hero-image img {
    width: 100%;
    height: auto;
    /* max-height: 500px; */
    object-fit: cover;
    border-radius: 20px;
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); */
}

/* Мобильная адаптация */
@media (max-width: 1024px) {
    .mp-hero-container {
        gap: 40px;
    }
    
    .mp-hero-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .mp-hero-banner {
        padding: 40px 0;
    }
    
    .mp-hero-container {
        flex-direction: column;
        gap: 40px;
        padding: 0 16px;
    }
    
    .mp-hero-title {
        font-size: 2.4rem;
        text-align: center;
    }
    
    .mp-hero-text {
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .mp-hero-content {
        width: 100%;
    }
    
    .mp-hero-image {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .mp-hero-buttons {
        gap: 15px;
    }
    
    .mp-button-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .mp-hero-btn {
        padding: 16px 20px;
    }
}

@media (max-width: 480px) {
    .mp-hero-banner {
        padding: 30px 0;
    }
    
    .mp-hero-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    
    .mp-hero-text {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    
    .mp-hero-btn {
        padding: 14px 16px;
        font-size: 1rem;
    }
    
    .mp-btn-icon {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }
    
    .mp-hero-buttons {
        gap: 12px;
    }
    
    .mp-button-row {
        gap: 12px;
    }
}

@media (max-width: 360px) {
    .mp-hero-title {
        font-size: 1.8rem;
    }
    
    .mp-hero-btn {
        font-size: 0.95rem;
        padding: 12px 14px;
    }
    
    .mp-btn-text {
        white-space: normal;
    }
}

