/* <<< 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: #ffc300;
    margin-left: 5px;
    font-size: 21px;
    vertical-align: middle;
    line-height: 1.1;
}

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

.header-container {
    max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 8px 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: #fec50c; }

.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: #0f1212;
    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 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 5px 25px;
    border-radius: 25px;
    background: #00afca21;
    color: #42586f;
    margin: 50px 5px 15px 15px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}
/* Блик */
.section-title-premium::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.6), 
        transparent
    );
    transform: translateX(-100%);
    animation: hero-label-shine 3s infinite ease-in-out;
    pointer-events: none;
}
/* Описание движения блика */
@keyframes hero-label-shine {
    0% {
        transform: translateX(-100%);
    }
    25%, 100% {
        transform: translateX(100%);
    }
}



/* --- 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: #7f7659; 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 #e9b200; border-radius: 5px; cursor: pointer; background: #fff; margin: 0 auto; overflow: hidden;
}

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

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

.gmbl-item-button-play {
    display: block; background: #049cb3; cursor: pointer; 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: #049cb3; 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 #00b7ff87; align-items: center; justify-content: center; padding: 9px 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: 33px;
    height: 33px;
    text-align: center;
    line-height: 27px;
    border-radius: 100%;
    font-size: 23px;
    background-color: transparent;
    border: 1px solid #00b7ff;
    color: #00b7ff;
}

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

/* >>> 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; }
    
    /* ТАЙТЛ-ПРЕМИУМ */
    .section-title-premium {
    font-size: 15px;
    padding: 3px 20px;
    margin: 50px 5px 15px 5px; }
    
    .website-materials-container { margin: 20px !important; }

    /* МОБИЛЬНОЕ МЕНЮ */
    .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 #cee0ff75; }
    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: 33px;
    height: auto;
    display: block;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
/* Эффект при наведении */
.age-restriction img:hover {
    opacity: 1;
}





/* ПРЕФУТЕР - БЛОК НАВИГАЦИИ */

/* Full-width wrapper */
.website-useful-materials {
    width: 100%;
    background-color: #0f1212;
    padding: 45px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0 !important;
    margin-top: 90px;
    display: block;
}

/* 1200px Centered Container */
.website-materials-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 15px 25px 20px;
    text-align: center;
    border: 1px solid #cee0ff17;
    border-radius: 30px;
}

/* Title */
.website-materials-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 22px;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Grid Layout */
.website-materials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 0 !important;
    padding: 0 50px;
    justify-content: center;
}

/* Glass Buttons */
.website-glass-btn {
    display: block;
    padding: 6px 12px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    background: rgb(255 255 255 / 1%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Hover Effect */
.website-glass-btn:hover {
    background: rgb(255 255 255 / 7%);
    border-color: rgb(255 255 255 / 14%);
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    color: #ffffff;
}





/* <<< РАЗДЕЛИТЕЛЬ >>> */
.divider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%; 
    margin: 40px auto;
}
.line {
    flex-grow: 1;
    height: 2px;
    /* Линия теперь с градиентом в ваш цвет */
    background: linear-gradient(250deg, rgba(4, 156, 179, 0) 0%, #6dc6d3 100%);
}
.line:last-child {
    /* Вторая линия с градиентом в ваш цвет */
    background: linear-gradient(90deg, rgba(4, 156, 179, 0) 0%, #6dc6d3 100%);
}
.dot {
    width: 10px;
    height: 10px;
    background-color: #049cb342;
    border-radius: 50%;
    margin: 0 15px;
    /* box-shadow: 0 0 10px #ffc30066; */
}





/* БЕЗДЕПЫ БЕЗДЕПЫ БЕЗДЕПЫ БЕЗДЕПЫ БЕЗДЕПЫ БЕЗДЕПЫ БЕЗДЕПЫ БЕЗДЕПЫ БЕЗДЕПЫ БЕЗДЕПЫ */

.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: 375px;
    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: #51555b;
    font-size: 12px;
    margin-bottom: 9px;
}
.card__header-title:last-child {
    margin-bottom: 0;
}
.card__content {
    padding-bottom: 30px;
}
.table {
    display: table;
    width: 100%;
    font-size: 13px;
}
.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;
}

.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 15px 25px;
    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-size: 14px;
    border-radius: 5px;
    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:10px;
  --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:#51555b;
  font-size:12px;
  margin-bottom:6px;
}

.card__header-title{
  font-size: 22px;
  color:#373e59;;
  margin:0;
  font-weight: 600;
}

.card__content{
  padding: 0 0 14px;
}

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

.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:#51555b;
}

/* Правый столбец — сильнее */
.table__cell:last-child{
  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: #049cb3;
  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;
  }
}






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


/* ======================================= */
/* !!! ЭТОТ КОД ВСТАВЛЯТЬ В ФАЙЛ СТИЛЕЙ !!! */
/* ======================================= */

/* Основные переменные и сбросы для блоков (глобальное не трогаем) */
.content-block {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

/* Заголовки */
.content-title {
    margin: 0 0 15px 0;
    font-weight: 700;
    line-height: 1.2;
    width: 100%; /* Заголовок всегда на всю ширину родителя */
}

.content-title--h2 {
    font-size: 40px;
    margin-bottom: 20px; /* Отступ перед бордером */
    position: relative;
    padding-bottom: 6px; /* Отступ для бордера */
}

/* Подчеркивание для H2 (3px, цвет #00AFCA, на всю ширину текста) */
.content-title--h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #00AFCA;
}

.content-title--h3 { font-size: 29px; }
.content-title--h4 { font-size: 24px; }
.content-title--h5 { font-size: 20px; }
.content-title--h6 { font-size: 18px; }

/* Текстовые абзацы */
.content-text {
    margin: 0 0 15px 0;
    font-size: 15px;
}

.content-text:last-child {
    margin-bottom: 0;
}

/* Ссылки (внешние) */
.content-link {
    color: #00AFCA;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.content-link:hover {
    border-bottom-color: #00AFCA;
}

/* ======================================= */
/* БЛОКИ С КАРТИНКАМИ (прямоугольный фон) */
/* ======================================= */
.content-image {
    margin-bottom: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.content-image__placeholder {
    width: 100%;
    max-width: calc(100% - 40px); /* Отступы 20px слева и справа */
    height: 130px;
    background-color: #42586f; /* Светло-серый фон */
    border-radius: 8px; /* Немного скругления для мягкости */
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-image__img {
    width: 100px;
    height: 100px;
    object-fit: contain; /* Чтобы картинка не искажалась, если будет с прозрачным фоном */
    display: block;
}

/* ======================================= */
/* СЕТКИ КОЛОНОК ДЛЯ ТЕКСТА */
/* ======================================= */
.content-block__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* Расстояние между колонками */
}

/* Базовые стили для колонок (по умолчанию все блоки в 1 колонку) */
.content-block__inner .content-text {
    flex: 1 1 100%; /* На мобилке всегда 100% */
    margin-bottom: 0; /* Убираем нижний отступ, gap работает */
}

/* 2 колонки */
.content-block--2col .content-block__inner .content-text {
    flex: 1 1 calc(50% - 15px); /* 50% минус половина gap */
}

/* 3 колонки */
.content-block--3col .content-block__inner .content-text {
    flex: 1 1 calc(33.333% - 20px); /* 33.333% минус gap */
}

/* ======================================= */
/* МОБИЛЬНАЯ АДАПТАЦИЯ (до 1024px) */
/* ======================================= */
@media (max-width: 1024px) {
    /* Заголовки на мобильном */
    .content-title--h2 { font-size: 29px; }
    .content-title--h3 { font-size: 24px; }
    .content-title--h4 { font-size: 21px; }
    .content-title--h5 { font-size: 18px; }
    .content-title--h6 { font-size: 17px; }

    /* На мобильном всё в 1 колонку */
    .content-block--2col .content-block__inner,
    .content-block--3col .content-block__inner {
        flex-direction: column;
    }
    
    .content-block--2col .content-block__inner .content-text,
    .content-block--3col .content-block__inner .content-text {
        flex: 1 1 100%;
    }
}

/* Для очень маленьких экранов (до 768px) */
@media (max-width: 768px) {
    .content-block {
        padding-left: 15px;  /* Отступ 15px от края */
        padding-right: 15px; /* Отступ 15px от края */
    }
    
    .content-image__placeholder {
        max-width: 100%; /* На маленьких экранах картинка может быть на всю ширину */
    }
}





/* ======================================= */
/* ИНФО-БЛОКИ 1 страница */
/* ======================================= */
.info-block {
    max-width: 1200px;
    margin: 30px auto;
    padding: 30px 20px;
    background-color: #f8f9fa; /* Очень светлый серый, почти белый */
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.info-block__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.info-card {
    flex: 1 1 calc(33.333% - 17px);
    min-width: 250px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s;
}

.info-card__emoji {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 12px;
    color: #333;
}

.info-card__title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #00AFCA; /* Основной цвет для заголовков карточек */
}

.info-card__text {
    font-size: 13px; /* Уменьшенный текст для карточек */
    line-height: 1.5;
    margin: 0;
    color: #555;
}

/* Мобильная адаптация для инфо-блоков */
@media (max-width: 1024px) {
    .info-block {
        margin: 20px auto;
        padding: 20px 15px;
    }
    
    .info-card {
        flex: 1 1 100%;
    }
    
    .info-card__title {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .info-block {
        padding-left: 15px;
        padding-right: 15px;
    }
}



/* ======================================= */
/* страница 2 */
/* ======================================= */


/* ======================================= */
/* ИНФО-БЛОКИ С РАЗНЫМИ БОРДЕРАМИ */
/* ======================================= */

/* Базовый класс инфо-блока (переопределяем фон, добавляем бордер) */
.info-block {
    max-width: 1200px;
    margin: 30px auto;
    padding: 30px 20px;
    background-color: #ffffff; /* Белый фон вместо серого */
    border-radius: 16px;
}

/* Двойной бордер */
.info-block--border-double {
    border: 4px double #00AFCA;
}

/* Пунктирный бордер */
.info-block--border-dotted {
    border: 2px dotted #FEC50C;
}

/* Обычный бордер */
.info-block--border-solid {
    border: 1px solid #c2ccd7;
}

/* Карточки внутри инфо-блоков (без фона, только текст) */
.info-block .info-card {
    flex: 1 1 calc(33.333% - 17px);
    min-width: 250px;
    padding: 20px;
    /**/ background-color: #ebf5ff;
    box-shadow: none;
    text-align: center;
}

.info-block .info-card--border {
    border: none; /* Убираем рамку у карточек */
}

.info-block .info-card__title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #00AFCA;
}

.info-block .info-card__text {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    color: #555;
}

/* Для мобильных */
@media (max-width: 1024px) {
    .info-block {
        margin: 20px auto;
        padding: 20px 15px;
    }
    
    .info-block .info-card {
        flex: 1 1 100%;
    }
}


/* ======================================= */
/* страница 3 */
/* ======================================= */

/* ======================================= */
/* ТАБЛИЦА БОНУСОВ */
/* ======================================= */
.bonus-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.bonus-table__row {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1.5fr;
    border-bottom: 1px solid #eaeef2;
}

.bonus-table__row:last-child {
    border-bottom: none;
}

.bonus-table__header {
    background-color: #00AFCA;
    color: white;
    font-weight: 600;
}

.bonus-table__header .bonus-table__cell {
    padding: 12px 10px;
}

.bonus-table__cell {
    padding: 10px;
    display: flex;
    align-items: center;
    /* background-color: #f8fafc; */
}

.bonus-table__row:nth-child(even) .bonus-table__cell {
    background-color: #ffffff;
}

.bonus-table__cell:first-child {
    font-weight: 500;
    color: #162331;
}

/* ======================================= */
/* ИНФО-БЛОКИ (НОВЫЕ ВАРИАЦИИ) */
/* ======================================= */

/* Инфо-блок с фоном */
.info-block--bg {
    background-color: #ebf5ff;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

/* Карточки с фоном (для блоков с фоном) */
.info-card--simple {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

/* Карточки без фона (для блоков с бордером) */
.info-card--nobg {
    background-color: transparent;
    box-shadow: none;
    padding: 15px;
}

/* Двойной бордер для инфо-блока (уже есть, но закрепляем) */
.info-block--border-double {
    border: 4px double #00AFCA;
    background-color: #ffffff;
}

/* Мобильная адаптация для таблицы */
@media (max-width: 1024px) {
    .bonus-table__row {
        grid-template-columns: 1fr;
        border-bottom: 2px solid #00AFCA;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
    }
    
    .bonus-table__header {
        display: none; /* Скрываем заголовок на мобилке */
    }
    
    .bonus-table__cell {
        padding: 8px 12px;
        position: relative;
        padding-left: 40%;
    }
    
    .bonus-table__cell:before {
        content: attr(data-label);
        position: absolute;
        left: 12px;
        width: 35%;
        font-weight: 600;
        color: #42586f;
        font-size: 12px;
    }
    
    /* Добавляем data-атрибуты для мобильной версии через JS или вручную,
       но для простоты можно оставить как есть или добавить подписи в HTML */
    .bonus-table__row:nth-child(2) .bonus-table__cell:nth-child(1):before { content: "Казино: "; }
    .bonus-table__row:nth-child(2) .bonus-table__cell:nth-child(2):before { content: "Промокод: "; }
    .bonus-table__row:nth-child(2) .bonus-table__cell:nth-child(3):before { content: "Вейджер: "; }
    /* ... и так далее для каждой строки, но для краткости показываю идею */
}


 /* страница 4 */
 
 /* ======================================= */
/* ТАБЛИЦА ТӨЛЕМ ТӘСІЛДЕРІ */
/* ======================================= */
.payment-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin: 20px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.payment-table__row {
    display: grid;
    grid-template-columns: 1.2fr 2fr 2fr;
    border-bottom: 1px solid #eaeef2;
}

.payment-table__row:last-child {
    border-bottom: none;
}

.payment-table__header {
    background-color: #FEC50C; /* Желтый цвет для разнообразия */
    color: #333;
    font-weight: 600;
}

.payment-table__header .payment-table__cell {
    padding: 12px 10px;
}

.payment-table__cell {
    padding: 12px 10px;
    display: flex;
    align-items: center;
    background-color: #f8fafc;
}

.payment-table__row:nth-child(even) .payment-table__cell {
    background-color: #ffffff;
}

.payment-table__cell:first-child {
    font-weight: 500;
    color: #00AFCA;
}

/* Мобильная адаптация для таблицы */
@media (max-width: 1024px) {
    .payment-table__row {
        grid-template-columns: 1fr;
        border-bottom: 2px solid #FEC50C;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
    }
    
    .payment-table__header {
        display: none;
    }
    
    .payment-table__cell {
        padding: 8px 12px;
        position: relative;
        padding-left: 35%;
    }
    
    .payment-table__cell:before {
        position: absolute;
        left: 12px;
        width: 30%;
        font-weight: 600;
        color: #42586f;
        font-size: 12px;
    }
    
    .payment-table__row .payment-table__cell:nth-child(1):before { content: "Тәсіл: "; }
    .payment-table__row .payment-table__cell:nth-child(2):before { content: "Ерекшелік: "; }
    .payment-table__row .payment-table__cell:nth-child(3):before { content: "Қай кезде: "; }
}

/* Заголовок H3 (без бордера, просто текст) */
.content-title--h3 {
    font-size: 24px;
    margin: 25px 0 15px 0;
    color: #333;
    font-weight: 600;
}

/* На мобилке H3 тоже уменьшаем */
@media (max-width: 1024px) {
    .content-title--h3 {
        font-size: 21px;
    }
}

/* Дополнительные стили для ссылок в таблице */
.payment-table .content-link {
    color: #00AFCA;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.payment-table .content-link:hover {
    border-bottom-color: #00AFCA;
}





/* ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА */
/* ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА */
/* ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА ГЛАВНАЯ СТРАНИЦА */

/* ======================================= */
/* КАРТИНКИ БЕЗ ФОНА (ТОЛЬКО ДЛЯ ГЛАВНОЙ) */
/* ======================================= */
.content-image--nobg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    width: 100%;
}

.content-image--nobg .content-image__img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    display: block;
}

/* Для картинок внутри колонок */
.content-image--inline.content-image--nobg {
    margin-bottom: 0;
}

/* ======================================= */
/* НОВЫЕ СТИЛИ ДЛЯ ГЛАВНОЙ СТРАНИЦЫ */
/* ======================================= */

/* Сетки для инфо-блоков с разным количеством карточек */
.info-block__grid--3 {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.info-block__grid--3 .info-card {
    flex: 1 1 calc(33.333% - 17px);
    min-width: 250px;
}

.info-block__grid--4 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.info-block__grid--4 .info-card {
    flex: 1 1 calc(25% - 15px);
    min-width: 200px;
}

/* Картинка внутри текстовой колонки */
.content-text--image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-image--inline {
    margin-bottom: 0;
    width: 100%;
}

/* Новый вариант инфо-блока с другим фоном */
.info-block--bg-light {
    background-color: #eef2f6; /* Чуть темнее, чем обычный серый */
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

/* Акцентные карточки для третьего инфо-блока */
.info-card--simple-accent {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 175, 202, 0.08); /* Голубоватая тень */
    border-left: 4px solid #00AFCA;
}

.info-card--simple-accent .info-card__title {
    color: #00AFCA;
    font-size: 18px;
    margin-bottom: 10px;
}

.info-card--simple-accent .info-card__text {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    color: #555;
}

/* Мобильная адаптация для новых сеток */
@media (max-width: 1024px) {
    .info-block__grid--3 .info-card,
    .info-block__grid--4 .info-card {
        flex: 1 1 100%;
    }
    
    .content-text--image {
        order: -1; /* Картинка сверху на мобилке */
        margin-bottom: 20px;
    }
    
    /* Картинки без фона на мобилке */
    .content-image--nobg {
        margin-bottom: 20px;
    }
    
    .content-image--nobg .content-image__img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 768px) {
    .content-block__inner {
        flex-direction: column;
    }
    
    .content-text--image {
        margin-bottom: 20px;
    }
}





/* ======================================= */
/* БЛОК СРАВНЕНИЯ КАЗИНО (ДЛЯ ГЛАВНОЙ) */
/* ======================================= */
.compare-block {
    max-width: 1200px;
    margin: 50px auto 30px;
    padding: 30px 20px;
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid #eaeef2;
}

.compare-block__title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #333;
    text-align: center;
}

.compare-block__subtitle {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin: 0 0 30px 0;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.compare-table__row {
    display: grid;
    grid-template-columns: 1.2fr 1.5fr 0.8fr 0.8fr;
    border-bottom: 1px solid #eaeef2;
    transition: background-color 0.2s;
}

.compare-table__row:last-child {
    border-bottom: none;
}

.compare-table__header {
    background-color: #00AFCA;
    color: #162331;
    font-weight: 600;
    border-radius: 16px 16px 0 0;
}

.compare-table__header .compare-table__cell {
    padding: 15px 12px;
    font-size: 15px;
}

.compare-table__cell {
    padding: 14px 12px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    font-size: 14px;
    color: #333;
}

.compare-table__row:nth-child(even) .compare-table__cell {
    background-color: #f8fafc;
}

.compare-table__row:hover .compare-table__cell {
    background-color: #f0f5fa;
}

/* Бейджи для вейджера */
.badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

.badge--good {
    background-color: #00AFCA20;
    color: #00AFCA;
    border: 1px solid #00AFCA40;
}

.badge--medium {
    background-color: #FEC50C20;
    color: #b3860c;
    border: 1px solid #FEC50C40;
}

/* Чекбоксы */
.check-yes, .check-no {
    font-size: 18px;
    line-height: 1;
}

.check-yes {
    filter: drop-shadow(0 2px 4px rgba(0, 175, 202, 0.3));
}

.check-no {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.compare-block__note {
    font-size: 12px;
    color: #888;
    margin: 20px 0 0 0;
    text-align: right;
    font-style: italic;
}

/* Мобильная адаптация */
@media (max-width: 1024px) {
    .compare-block {
        margin: 40px auto 20px;
        padding: 20px 15px;
    }
    
    .compare-block__title {
        font-size: 24px;
    }
    
    .compare-block__subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .compare-table__row {
        grid-template-columns: 1fr;
        border-bottom: 2px solid #00AFCA;
        margin-bottom: 15px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
    }
    
    .compare-table__header {
        display: none; /* Скрываем заголовок на мобилке */
    }
    
    .compare-table__cell {
        padding: 10px 15px;
        position: relative;
        padding-left: 40%;
        background-color: #ffffff !important;
        border-bottom: 1px solid #eaeef2;
    }
    
    .compare-table__row .compare-table__cell:last-child {
        border-bottom: none;
    }
    
    .compare-table__cell:before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: 35%;
        font-weight: 600;
        color: #00AFCA;
        font-size: 13px;
    }
    
    .badge {
        padding: 3px 8px;
        font-size: 12px;
    }
    
    .check-yes, .check-no {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .compare-block__title {
        font-size: 22px;
    }
    
    .compare-table__cell {
        font-size: 13px;
        padding: 8px 12px;
        padding-left: 38%;
    }
    
    .compare-table__cell:before {
        font-size: 12px;
        left: 12px;
    }
}




/* ======================================= */
/* FAQ БЛОК (ДЛЯ ВСЕХ СТРАНИЦ) */
/* ======================================= */
.faq-block {
    max-width: 1200px;
    margin: 40px auto 30px;
    padding: 30px 20px;
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid #eaeef2;
}

.faq-block__title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 25px 0;
    color: #333;
    text-align: left;
    padding-left: 10px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    border: 1px solid #eaeef2;
    border-radius: 16px;
    overflow: hidden;
    background-color: #f8fafc;
    transition: all 0.3s ease;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    cursor: pointer;
    background-color: #ffffff;
    font-weight: 500;
    transition: background-color 0.2s;
}

.faq-question:hover {
    background-color: #f0f5fa;
}

.faq-question__text {
    font-size: 16px;
    color: #333;
    flex: 1;
    padding-right: 20px;
}

.faq-question__icon {
    font-size: 14px;
    color: #00AFCA;
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-item.active .faq-question__icon {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 0 22px 22px 22px;
    background-color: #f8fafc;
    border-top: 1px solid #eaeef2;
    animation: fadeIn 0.3s ease;
}

.faq-answer p {
    margin: 18px 0 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.faq-answer p:first-child {
    margin-top: 0;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Мобильная адаптация */
@media (max-width: 1024px) {
    .faq-block {
        margin: 30px auto 20px;
        padding: 20px 15px;
    }
    
    .faq-block__title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .faq-question {
        padding: 15px 18px;
    }
    
    .faq-question__text {
        font-size: 15px;
    }
    
    .faq-answer {
        padding: 0 18px 18px 18px;
    }
    
    .faq-answer p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .faq-question__text {
        font-size: 14px;
        line-height: 1.4;
    }
}







/* ======================================= */
/* HERO БАННЕР ДЛЯ ГЛАВНОЙ СТРАНИЦЫ */
/* ======================================= */
.hero {
    width: 100%;
    background: #0f1212;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

/* Декоративные элементы фона */
.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
   /* background: rgba(254, 197, 12, 0.15); */
    border-radius: 50%;
    filter: blur(60px);
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 250px;
    height: 250px;
    background: rgba(254, 197, 12, 0.1);
    border-radius: 50%;
    filter: blur(70px);
}

.hero__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Левая часть */
.hero__content {
    color: white;
    position: relative;
}

/* Флаг Казахстана */
.hero__flag {
    margin-bottom: 15px;
}

.hero__flag-icon {
    font-size: 48px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    display: inline-block;
}

/* Заголовок H1 */

.hero__title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: white;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    padding-bottom: 15px; /* Отступ для бордера */
}

.hero__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 3px;
    background-color: #FEC50C; /* Желтый цвет (можешь поменять) */
    border-radius: 2px;
}

/* Текст-абзац */
.hero__text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 30px 0;
    opacity: 0.95;
    max-width: 90%;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

/* Стеклянные кнопки */
.hero__buttons {
    display: flex;
    flex-wrap: wrap; /* Разрешаем перенос на новую строку */
    gap: 12px;
}

/* Указываем, что каждая кнопка занимает примерно половину ширины минус отступ */
.hero__buttons > * {
    flex: 1 1 calc(50% - 6px); /* 6px - это половина gap (12/2) */
}

.hero__button {
    display: inline-block;
    padding: 8px 24px;
    background: #00afca1c;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 17px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.hero__button:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.hero__button:active {
    transform: translateY(0);
}

/* Правая часть с картинкой */
.hero__image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero__image-wrapper {
    width: 100%;
    max-width: 500px;
    background: transparent;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Анимация удалена */
}

.hero__image-img {
    width: 100%;
    height: auto;
    max-width: 450px;
    object-fit: contain;
}

/* ======================================= */
/* МОБИЛЬНАЯ АДАПТАЦИЯ */
/* ======================================= */
@media (max-width: 1024px) {
    .hero__container {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 40px 20px;
        gap: 30px;
    }
    
    .hero__title {
        font-size: 36px;
    }
    
    .hero__text {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero__buttons {
        justify-content: center;
    }
    
    .hero__image-wrapper {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .hero__flag {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hero__container {
        padding: 30px 15px;
    }
    
    .hero__title {
        font-size: 30px;
    }
    
    .hero__text {
        font-size: 15px;
    }
    
    .hero__button {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .hero__flag-icon {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .hero__title {
        font-size: 26px;
    }
    
    .hero__buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .hero__button {
        width: 100%;
        text-align: center;
    }
}





/* ======================================= */
/* ЗАГОЛОВОЧНЫЙ БЛОК ДЛЯ ОБЫЧНЫХ СТРАНИЦ */
/* ======================================= */
.page-header {
    width: 100%;
    background-color: #0f1212;
    margin-bottom: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-header__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
}

/* Заголовок H1 */
.page-header__title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 30px 0;  /* Увеличил нижний отступ для бордера */
    color: white;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
    text-transform: uppercase;
    position: relative;  /* Добавил */
    padding-bottom: 20px; /* Добавил - место для бордера */
    text-align: center;   /* Добавил - по центру */
}

/* Добавь это - сам бордер */
.page-header__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;
    height: 3px;
    background-color: #FEC50C; /* Желтый цвет */
    border-radius: 2px;
}


/* Текст под заголовком */
.page-header__text {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 800px;
    color: white;
    opacity: 0.95;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 400;
}

/* Мобильная адаптация */
@media (max-width: 1024px) {
    .page-header__container {
        padding: 40px 20px;
    }
    
    .page-header__title {
        font-size: 32px;
    }
    
    .page-header__text {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .page-header__container {
        padding: 30px 15px;
    }
    
    .page-header__title {
        font-size: 28px;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
    }
    
    .page-header__text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .page-header__title {
        font-size: 24px;
    }
    
    .page-header__text {
        font-size: 14px;
    }
}












/* КНОПКА ЛОАД МОР*/

.hidden-cards-toggle {
    display: block;
    margin: 20px auto;
    padding: 7px 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background: #049cb3;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
}



