/* <<< 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: #ffd700;
    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: #1d252f; backdrop-filter: blur(12px); border-bottom: 1px solid #1d252f;
}

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

.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 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 5px 25px;
    border-radius: 25px;
    background: #d5e8ff;
    color: #42586f;
    margin: 50px 5px 15px 12px;
    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; 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: #1775dd; text-transform: uppercase; font-size: 16px; margin-right: 0.3em; font-weight: bold; }

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

.gmbl-item-button-play {
    display: block; background: #ffd700; cursor: pointer; color: #3f4855 !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: #e5c413; 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: 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 #1775dd;
    color: #1775dd;
}

/* --- 5. ФУТЕР --- */
footer { 
    color: #babbbf;
    padding: 1px;
    margin-top: 0;
    background: #19212b; 
}
.footer-inner { 
    max-width: 1200px;
    margin: 9px 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: #1b2531;
    padding: 25px 0;
    border-top: 1px solid transparent;
    margin-bottom: 0 !important;
    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: #cee0ff;
    font-size: 18px;
    margin-bottom: 22px;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 5px;
}

/* 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(90deg, rgba(59, 130, 246, 0) 0%, #cee0ff 100%);
}
.line:last-child {
    background: linear-gradient(90deg, #cee0ff 0%, rgba(59, 130, 246, 0) 100%);
}
.dot {
    width: 10px;
    height: 10px;
    background-color: #1775dd63;
    border-radius: 50%;
    margin: 0 15px;
    box-shadow: 0 0 10px #ffffff00;
}





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

.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: #47a5e9;
  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;
  }
}




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

.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;
}




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



/* ГЛАВНАЯ */

/* ========== ДЛЯ ГОЛОВНОЇ СТОРІНКИ ========== */
.image-block {
    margin: 20px 0 30px 0;
    width: 100%;
}

.image-placeholder--fullwidth {
    width: 100%;
    height: 130px;
    background-color: #f8f9fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-placeholder--fullwidth .image-placeholder__img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

/* Адаптація для мобільних */
@media (max-width: 768px) {
    .image-placeholder--fullwidth {
        height: 120px;
    }
    
    .image-placeholder--fullwidth .image-placeholder__img {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 480px) {
    .image-placeholder--fullwidth {
        height: 110px;
    }
    
    .image-placeholder--fullwidth .image-placeholder__img {
        width: 80px;
        height: 80px;
    }
}

/* СТРАНИЦЫ */


/* ========== БЛОКИ С ТЕКСТОМ ========== */
.text-block {
    font-size: 15px;
    line-height: 1.6;
    color: #333333;
}

.text-block--1col {
    max-width: 100%;
}

.text-block--2col {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 30px;
    align-items: start;
}

.text-block__content p {
    margin: 0 0 20px 0;
    font-size: 15px;
    color: #333333;
}

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

.text-block--image-after-title {
    margin-top: 20px;
}

.text-block--mt {
    margin-top: 30px;
}

/* ========== ЗАГОЛОВКИ ========== */
.heading-h2 {
    font-size: 29px;
    margin: 0 0 20px 0;
    font-weight: 600;
    line-height: 1.3;
    color: #333333;
    text-align: center;
}

.heading-h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 600;
    line-height: 1.3;
    color: #333333;
}

.heading-h4 {
    font-size: 20px;
    margin: 0 0 12px 0;
    font-weight: 600;
    line-height: 1.4;
    color: #333333;
}

.heading-h5 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600;
    line-height: 1.4;
    color: #333333;
}

.heading-h6 {
    font-size: 16px;
    margin: 0 0 8px 0;
    font-weight: 600;
    line-height: 1.4;
    color: #333333;
}

.section-title {
    font-size: 29px;
    font-weight: 600;
    margin: 0 0 25px 0;
    padding-bottom: 6px;
    border-bottom: 3px solid #1775dd;
    width: fit-content;
    max-width: 100%;
    color: #333333;
}

/* ========== КАРТИНКИ-ПЛЕЙСХОЛДЕРЫ ========== */
.image-placeholder {
    background-color: #ecf5ff;
    border-radius: 8px;
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-placeholder__img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.image-placeholder--small {
    height: 100px;
    width: 100px;
}

.image-placeholder--small .image-placeholder__img {
    width: 80px;
    height: 80px;
}

/* ========== КАСТОМНЫЕ СПИСКИ ========== */
.custom-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.custom-list li {
    padding: 8px 0 8px 25px;
    position: relative;
    font-size: 15px;
    border-bottom: 1px solid #eaeef2;
    color: #333333;
}

.custom-list li:last-child {
    border-bottom: none;
}

.custom-list li::before {
    content: "•";
    color: #FFD700;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.list-accent {
    font-weight: 600;
    color: #1775dd;
}

/* ========== СЕТКИ ДЛЯ КАРТОЧЕК ========== */
.cards-grid {
    display: grid;
    gap: 20px;
    margin: 30px 0;
}

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

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

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

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

/* ========== БАЗОВАЯ ИНФО-КАРТОЧКА ========== */
.info-card {
    padding: 20px 15px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
   /* background-color: #ffffff; */
    box-sizing: border-box;
}

.info-card__emoji {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px;
}

.info-card__title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    color: #42586f;
}

.info-card__text {
    color: #555555;
    font-size: 13px;
}

.info-card__text a {
    color: #1775dd;
    text-decoration: none;
    border-bottom: 1px dashed #1775dd;
}

/* ========== ТИПЫ КАРТОЧЕК ========== */
.info-card--bg {
    background-color: #f8f9fa;
    border: 1px solid #eaeef2;
}

.info-card--border-dashed {
    border: 2px dashed #42586f;
   /* background-color: #ffffff; */
}

.info-card--border-solid {
     border: 1px solid #fff3b0;
     background-color: #ffffff;
}

.info-card--border-double {
    border: 4px double #ffd700;
    background-color: #ffffff;
}

.info-card--wide {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 20px;
    padding: 25px;
}

.info-card--wide .info-card__emoji {
    font-size: 48px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.info-card--wide .info-card__title {
    margin-bottom: 5px;
}

.info-card--wide .info-card__text {
    flex: 1;
}

/* ========== CTA КАРТОЧКА ========== */
.cta-card {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
    border: 1px solid #eaeef2;
}

.cta-card__content {
    display: flex;
    gap: 30px;
    align-items: center;
}

.cta-card__text-block {
    flex: 1;
}

.cta-card__title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: #1775dd;
}

.cta-card__bonus {
    background-color: #FFD700;
    color: #42586f;
    padding: 8px 15px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    margin: 15px 0;
}

.cta-button {
    display: inline-block;
    background-color: #1775dd;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.cta-card__image {
    flex-shrink: 0;
}

/* ========== ТАБЛИЦА-СЕТКА ========== */
.comparison-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 1px;
    background-color: #eaeef2;
    border: 1px solid #eaeef2;
    margin: 30px 0;
}

.comparison-card {
    background-color: #ffffff;
    padding: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.comparison-card__title {
    font-weight: 700;
    font-size: 16px;
    color: #42586f;
}

.comparison-card__label {
    font-weight: 600;
    color: #333333;
}

.comparison-card__value {
    color: #444444;
}

.comparison-card--header {
    font-weight: 700;
}

.comparison-card--bg {
    background-color: #f8f9fa;
}

.comparison-card--accent {
    background-color: #e6f0ff;
    font-weight: 500;
}

.comparison-card--row-label {
    background-color: #f2f5f8;
    font-weight: 600;
}

/* ========== FAQ АККОРДЕОН ========== */
.faq {
    border: 1px solid #eaeef2;
    border-radius: 8px;
    overflow: hidden;
    margin: 30px 0;
}

.faq-item {
    border-bottom: 1px solid #ffd700;
}

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

.faq-question {
    padding: 18px 20px;
    background-color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

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

.faq-item.active .faq-question {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaeef2;
}

.faq-icon {
    font-size: 14px;
    color: #1775dd;
    transition: transform 0.3s;
}

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

.faq-answer {
    padding: 0 20px;
    background-color: #ffffff;
    display: none;
    line-height: 1.6;
    font-size: 15px;
    color: #333333;
}

.faq-item.active .faq-answer {
    padding: 20px;
}

.faq-answer a {
    color: #1775dd;
    text-decoration: none;
    border-bottom: 1px dashed #1775dd;
}

/* ========== ВСПОМОГАТЕЛЬНОЕ ========== */
.text-small {
    font-size: 13px;
    color: #91a5ba;
}

.content-link {
    color: #1775dd;
    text-decoration: none;
    border-bottom: 1px dashed #1775dd;
}

.content-link:hover {
    border-bottom-style: solid;
}

/* ========== МОБИЛЬНАЯ АДАПТАЦИЯ ========== */

/* Планшеты и большие телефоны (до 1024px) */
@media (max-width: 1024px) {
    /* Заголовки */
    .heading-h2,
    .section-title {
        font-size: 24px;
    }
    
    .heading-h3 {
        font-size: 21px;
    }
    
    .heading-h4 {
        font-size: 18px;
    }
    
    .heading-h5 {
        font-size: 17px;
    }
    
    .heading-h6 {
        font-size: 16px;
    }

    /* Текст */
    .text-block--2col {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .text-block__image {
        order: -1;
        max-width: 300px;
        margin: 0 auto;
        width: 100%;
    }

    /* Сетки карточек */
    .cards-grid--4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cards-grid--3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cards-grid--2 {
        grid-template-columns: repeat(2, 1fr);
    }

    /* CTA карточка */
    .cta-card__content {
        flex-direction: column;
        text-align: center;
    }

    /* Таблица */
    .comparison-grid {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
        gap: 15px;
        background: transparent;
        border: none;
    }

    .comparison-card {
        border: 1px solid #eaeef2;
        border-radius: 8px;
        padding: 15px;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    
    .comparison-card--header,
    .comparison-card--row-label {
        display: none;
    }
    
    .comparison-card--value {
        width: 100%;
    }
    
    .comparison-card--value::before {
        content: attr(data-label);
        font-weight: 600;
        color: #42586f;
        margin-bottom: 5px;
        display: block;
        font-size: 14px;
    }
    
    .comparison-card--accent {
        background-color: #e6f0ff;
    }
    
    /* Широкая карточка */
    .info-card--wide {
        flex-direction: column;
        text-align: center;
    }
    
    .info-card--wide .info-card__emoji {
        margin-bottom: 10px;
    }
}

/* Маленькие планшеты и большие телефоны (до 768px) */
@media (max-width: 768px) {
    /* Отступы от краев */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    /* Заголовки */
    .heading-h2,
    .section-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .heading-h3 {
        font-size: 20px;
    }
    
    /* Сетки карточек - все в 1 колонку */
    .cards-grid--4,
    .cards-grid--3,
    .cards-grid--2 {
        grid-template-columns: 1fr;
        gap: 15px;
        margin: 20px 0;
    }
    
    /* Текст */
    .text-block p {
        font-size: 15px;
        line-height: 1.5;
    }
    
    .text-block--mt {
        margin-top: 20px;
    }
    
    /* Картинки */
    .image-placeholder {
        height: 120px;
    }
    
    .image-placeholder__img {
        width: 90px;
        height: 90px;
    }
    
    .image-placeholder--small {
        height: 90px;
        width: 90px;
    }
    
    /* FAQ */
    .faq {
        margin: 20px 0;
    }
    
    .faq-question {
        padding: 15px;
        font-size: 15px;
    }
    
    .faq-item.active .faq-answer {
        padding: 15px;
    }
    
    /* CTA карточка */
    .cta-card {
        padding: 20px;
        margin: 20px 0;
    }
    
    .cta-card__title {
        font-size: 19px;
    }
    
    .cta-button {
        padding: 10px 20px;
        font-size: 15px;
    }
}

/* Телефоны (до 480px) */
@media (max-width: 480px) {
    /* Заголовки */
    .heading-h2,
    .section-title {
        font-size: 20px;
    }
    
    .heading-h3 {
        font-size: 19px;
    }
    
    .heading-h4 {
        font-size: 17px;
    }
    
    /* Текст */
    .text-block p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    /* Карточки */
    .info-card {
        padding: 15px;
    }
    
    .info-card__title {
        font-size: 17px;
    }
    
    .info-card__text {
        font-size: 12px;
    }
    
    .info-card__emoji {
        font-size: 28px;
    }
    
    .info-card--wide {
        padding: 15px;
    }
    
    .info-card--wide .info-card__emoji {
        font-size: 40px;
    }
    
    /* Списки */
    .custom-list li {
        padding: 6px 0 6px 22px;
        font-size: 14px;
    }
    
    .custom-list li::before {
        font-size: 18px;
        top: 4px;
    }
    
    /* FAQ */
    .faq-question {
        font-size: 14px;
        padding: 12px 15px;
    }
    
    .faq-item.active .faq-answer {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .faq-icon {
        font-size: 12px;
    }
    
    /* CTA карточка */
    .cta-card__bonus {
        font-size: 13px;
        padding: 6px 12px;
    }
    
    .cta-card__image {
        width: 80px;
    }
    
    /* Таблица */
    .comparison-card {
        padding: 12px;
        font-size: 13px;
    }
    
    /* Ссылки */
    .content-link {
        font-size: 14px;
    }
    
    /* Вспомогательное */
    .text-small {
        font-size: 12px;
    }
}

/* Очень маленькие телефоны (до 360px) */
@media (max-width: 360px) {
    .heading-h2,
    .section-title {
        font-size: 19px;
    }
    
    .info-card__title {
        font-size: 16px;
    }
    
    .info-card__emoji {
        font-size: 26px;
    }
    
    .cta-card__title {
        font-size: 18px;
    }
    
    .cta-button {
        padding: 8px 16px;
        font-size: 14px;
    }
}





/* БАННЕРЫ ! БАННЕРЫ ! БАННЕРЫ ! БАННЕРЫ ! БАННЕРЫ !  */


/* ========== БАННЕР ГОЛОВНОЇ СТОРІНКИ ========== */
.hero-banner {
    width: 100%;
    background: linear-gradient(135deg, #1b2531 0%, #2a3645 100%);
    margin-bottom: 40px;
    padding: 40px 0;
}

.hero-banner__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

/* ===== ЛІВА КОЛОНКА ===== */
.hero-banner__left {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* H1 заголовок */
.site-mph {
    font-size: 41px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 10px 0;
    text-shadow: 0 4px 8px #000000;
    letter-spacing: -0.02em;
}

/* Розділювальна лінія */
.mp-divider {
    width: 80px;
    height: 3px;
    background-color: #FFD700;
    margin: 0 0 20px 2px;
    border-radius: 2px;
}

/* Тезисний текст */
.mp-text-intro {
    font-size: 15px;
    line-height: 1.6;
    color: #e0e4e9;
    margin: 0 0 20px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    max-width: 95%;
}

/* Сітка кнопок */
.mp-buttons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 10px;
}

/* Скляні кнопки */
.mp-glass-button {
    display: inline-block;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #fff5bf;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.3px;
}

.mp-glass-button:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 215, 0, 0.5);
    transform: translateY(-1px);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
}

/* ===== ПРАВА КОЛОНКА ===== */
.hero-banner__right {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Місце для картинки */
.mp-image-placeholder {
    width: 100%;
    max-width: 425px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mp-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* ===== АДАПТАЦІЯ ДЛЯ МОБІЛЬНИХ ===== */
@media (max-width: 1024px) {
    .hero-banner {
        padding: 30px 0;
    }
    
    .site-mph {
        font-size: 29px; /* Розмір H1 на мобільних */
    }
    
    .hero-banner__container {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        padding: 25px 0;
    }
    
    .hero-banner__container {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    /* ===== ВАЖЛИВО: ЗМІНА ПОРЯДКУ НА МОБІЛЬНОМУ ===== */
    .hero-banner__container {
        display: flex;
        flex-direction: column;
    }
    
    .hero-banner__right {
        order: 2; /* Картинка після кнопок */
        max-width: 300px;
        margin: 0 auto;
    }
    
    .hero-banner__left {
        order: 1; /* Ліва колонка з усім контентом зверху */
    }
    
    .site-mph {
        font-size: 26px;
        text-align: center;
    }
    
    .mp-divider {
        margin-left: auto;
        margin-right: auto;
    }
    
    .mp-text-intro {
        text-align: center;
        max-width: 100%;
    }
    
    .mp-buttons-grid {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; /* Відступ перед картинкою */
    }
}

@media (max-width: 480px) {
    .hero-banner {
        padding: 20px 0;
    }
    
    .site-mph {
        font-size: 24px;
    }
    
    .mp-text-intro {
        font-size: 14px;
    }
    
    .mp-buttons-grid {
        grid-template-columns: 1fr; /* Кнопки в 1 колонку на дуже маленьких */
        gap: 10px;
        margin-bottom: 15px;
    }
    
    .mp-glass-button {
        padding: 10px;
        font-size: 13px;
    }
    
    .hero-banner__right {
        max-width: 250px;
    }
}








/* ========== БАНЕР ДЛЯ ЗВИЧАЙНИХ СТОРІНОК ========== */
.page-banner {
    width: 100%;
    background-color: #1b2531; /* Однорідний фон, не градієнт */
    margin-bottom: 40px;
    padding: 50px 0;
}

.page-banner__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center; /* Все по центру */
}

/* H1 заголовок */
.website-sph {
    font-size: 41px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 10px 0;
    text-shadow: 0 4px 8px #000000;
    letter-spacing: -0.02em;
}

/* Розділювальна лінія */
.sp-divider {
    width: 70px;
    height: 3px;
    background-color: #FFD700;
    margin: 0 auto 20px auto; /* Автоматичні відступи з боків для центрування */
    border-radius: 2px;
}

/* Тезисний текст */
.sp-text-intro {
    font-size: 15px;
    line-height: 1.6;
    color: #e0e4e9;
    margin: 0 auto;
    max-width: 800px; /* Щоб текст не був занадто широким */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* ===== АДАПТАЦІЯ ДЛЯ МОБІЛЬНИХ ===== */
@media (max-width: 1024px) {
    .page-banner {
        padding: 40px 0;
    }
    
    .website-sph {
        font-size: 29px; /* Розмір H1 на мобільних */
    }
}

@media (max-width: 768px) {
    .page-banner {
        padding: 30px 0;
        margin-bottom: 30px;
    }
    
    .website-sph {
        font-size: 26px;
    }
    
    .sp-text-intro {
        font-size: 15px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .page-banner {
        padding: 25px 0;
    }
    
    .website-sph {
        font-size: 24px;
    }
    
    .sp-divider {
        width: 40px; /* Трохи менша лінія на маленьких екранах */
    }
    
    .sp-text-intro {
        font-size: 14px;
    }
}





/* ЭТО ДОБАВИТЬ ДЛЯ ПОДЧЕРКИВАНИЯ ЗАГОЛОВКОВ H2 */
.heading-h2 {
    padding-bottom: 6px;
    border-bottom: 3px solid #1775dd;
     /* width: fit-content; */
}
