* {
	box-sizing: border-box;
	font-family: Roboto, sans-serif;
}
* {
	box-sizing: border-box;
	margin: 0;
}
a {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}
body {
	max-width: 1300px;
   margin: 0 auto;
	font-family: Roboto, sans-serif;
	font-size: 16px;
background-color: #002061;
	color: #ffffff;
padding-top: 120px; /* Увеличено для навигации */
}
.conteiner {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
gap: 10px;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
background: #002061;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	z-index: 1000;
	text-align: center;
}
.header_conteiner {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 90px;
}
.header_logo img {
	height: 41px;
width:100%;
	object-fit: contain;
}
.header_button {
	display: flex;
	gap: 20px;
}

/* Навигационное меню */
.navigation {
position: fixed;
top: 75px; /* Под header */
left: 0;
width: 100%;
background: rgba(0, 0, 0, 0.2);
backdrop-filter: blur(10px);
z-index: 999;
padding: 10px 0;
margin-top: 20px;
}
.nav_conteiner {
justify-content: center;
gap: 30px;
flex-wrap: wrap;
}
.nav-link {
color: #ffffff;
padding: 8px 16px;
border-radius: 5px;
transition: all 0.3s ease;
font-size: 14px;
font-weight: 500;
border: 1px solid transparent;
}
.nav-link:hover {
background-color: rgba(255, 255, 255, 0.1);
border-color: #14a0ff;
}
.nav-link.active {
background-color: #14a0ff;
border-color: #14a0ff;
}

@media (max-width: 768px) {
    /* АБСОЛЮТНАЯ адаптация - ВСЕ элементы строго в зрительной зоне */

    body {
        padding: 8px 6px;
        font-size: 16px;
        line-height: 1.5;
        background-color: #002061;
        color: #ffffff;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
        max-width: 100vw;
    }

    /* Header - ПОЛНОРАЗМЕРНЫЙ */
    header {
        position: static;
        padding: 15px 20px 12px 20px;
        background: #002061;
        border-bottom: 2px solid #004182;
        margin: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .header_conteiner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }

    .header_logo {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 4px;
    }

    .header_logo img,
    .logo {
        height: 45px;
        width: auto;
        max-width: 180px;
        object-fit: contain;
    }

	.header_button {
        display: flex;
		gap: 8px;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }

    .header_button .btn {
        flex: 1;
        min-width: 110px;
        max-width: 130px;
        padding: 10px 14px;
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
        margin: 0;
    }

    /* Навигация - ПОЛНОРАЗМЕРНАЯ */
    .main-navigation {
        background: rgba(0, 65, 130, 0.1);
        padding: 15px 20px;
        margin: 0;
        border-radius: 8px;
        border: 1px solid rgba(255, 107, 53, 0.2);
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .nav_conteiner {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
        flex-wrap: wrap;
    }

    .nav-link {
        display: block;
        color: #ffffff;
        text-decoration: none;
        padding: 10px 12px;
        background: rgba(255, 107, 53, 0.1);
        border-radius: 4px;
        border: 1px solid rgba(255, 107, 53, 0.2);
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        width: 100%;
        max-width: 260px;
        transition: background 0.3s ease;
        box-sizing: border-box;
        margin: 0;
    }

    .nav-link:hover {
        background: rgba(255, 107, 53, 0.2);
    }

    /* Hero секция - ПОЛНОРАЗМЕРНАЯ */
    .hero-section {
        padding: 30px 20px;
        margin: 20px 0;
        background: linear-gradient(135deg, #001122 0%, #002244 100%);
        text-align: center;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .hero-content {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }

    .hero-content h2 {
        font-size: 1.4rem;
        margin-bottom: 10px;
        color: #ff6b35;
        line-height: 1.3;
        padding: 0 6px;
        font-weight: 700;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: center;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 15px;
        color: #e8e8e8;
        line-height: 1.4;
        padding: 0 8px;
        font-weight: 400;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: center;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 240px;
        padding: 12px 16px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 6px;
    }

    /* Основной контент - ПОЛНОРАЗМЕРНЫЙ */
    .content-section {
        padding: 20px 20px;
        margin: 10px 0;
        border-bottom: 1px solid rgba(255, 107, 53, 0.2);
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .section-header {
        margin-bottom: 25px;
        text-align: center;
        padding: 0;
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .section-header h2 {
        font-size: 1.4rem;
        margin-bottom: 6px;
        color: #ff6b35;
        font-weight: 700;
        line-height: 1.3;
        padding: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: left;
    }

    .section-subtitle {
        font-size: 0.9rem;
        color: #cccccc;
        line-height: 1.4;
        margin: 0 auto;
        max-width: none;
        padding: 0 6px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: left;
    }

    /* Content-grid - АБСОЛЮТНО ПЛОТНАЯ КОМПОНОВКА */
    .content-grid {
        display: block;
        gap: 0;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .content-grid > * {
        margin-bottom: 0;
    }

    /* Специальные правила для плотного расположения блоков в секциях */
    .conteiner > * {
        margin-bottom: 0 !important;
    }

    .conteiner .content-text,
    .conteiner .casino-category,
    .conteiner .sports-category,
    .conteiner .content-grid,
    .conteiner .bonus-card,
    .conteiner .rating-section,
    .conteiner .review-card,
    .conteiner .contact-method,
    .conteiner .faq-item {
        margin-bottom: 0 !important;
    }

    .content-features {
        display: block;
        gap: 0;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .feature-item {
        margin: 0 auto 6px auto;
        padding: 6px 3px;
        background: rgba(255, 107, 53, 0.03);
        border-radius: 3px;
        border-left: 2px solid #ff6b35;
        max-width: calc(100vw - 6px);
        width: calc(100vw - 6px);
        box-sizing: border-box;
        overflow: hidden;
    }

    .feature-item:last-child {
        margin-bottom: 0;
    }

    .feature-item h4 {
        font-size: 1rem;
        margin-bottom: 4px;
        color: #ff6b35;
        font-weight: 600;
        line-height: 1.2;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: left;
    }

    .feature-item p {
        font-size: 0.8rem;
        margin: 0;
        color: #e8e8e8;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: left;
    }

    /* Убираем все grid и карточки - только текст */
    .casino-grid,
    .sports-grid,
    .bonuses-grid,
    .reviews-container,
    .contacts-grid,
    .faq-container {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        gap: 0 !important;
    }

    /* Текстовый контент - ПОЛНОРАЗМЕРНЫЙ */
    .content-text {
        margin: 15px 0;
        padding: 20px;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 8px;
        border: 1px solid rgba(255, 107, 53, 0.1);
        line-height: 1.6;
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: left;
        overflow-wrap: anywhere;
        overflow: visible;
    }

    .content-text h3 {
        font-size: 1.1rem;
        margin: 8px 0 6px 0;
        color: #ff6b35;
        font-weight: 600;
        padding-bottom: 3px;
        border-bottom: 1px solid rgba(255, 107, 53, 0.3);
        line-height: 1.2;
        width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: left;
    }

    .content-text h3:first-child {
        margin-top: 0;
    }

    .content-text p {
        font-size: 0.85rem;
        line-height: 1.4;
        margin-bottom: 6px;
        color: #e8e8e8;
        text-align: left;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        overflow-wrap: anywhere;
    }

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

    .content-text strong {
        color: #ff6b35;
        font-weight: 600;
    }

    /* Дополнительные правила для правильного переноса текста */
    .content-text * {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        hyphens: auto !important;
        text-align: left !important;
    }

    /* Категории - ПОЛНОРАЗМЕРНЫЕ */
    .casino-category,
    .sports-category {
        margin: 12px 0;
        padding: 15px;
        background: rgba(255, 107, 53, 0.05);
        border-radius: 6px;
        border-left: 3px solid #ff6b35;
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        overflow: hidden;
    }

    .casino-category h3,
    .sports-category h3 {
        font-size: 1.2rem;
        margin-bottom: 8px;
        color: #ff6b35;
        font-weight: 600;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: left;
    }

    .casino-category p,
    .sports-category p {
        margin-bottom: 8px;
        font-size: 0.9rem;
        line-height: 1.5;
        color: #e8e8e8;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: left;
    }

    .casino-category ul,
    .sports-category ul,
    .contact-tips ul {
        padding-left: 25px;
        margin: 18px 0;
    }

    .casino-category li,
    .sports-category li,
    .contact-tips li {
        margin-bottom: 10px;
        line-height: 1.6;
        color: #cccccc;
        list-style-type: disc;
        font-size: 0.95rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: left;
    }

    /* Бонусы - ПОЛНОРАЗМЕРНЫЕ */
    .bonus-card {
        margin: 10px 0;
        padding: 15px;
        background: rgba(247, 147, 30, 0.05);
        border-radius: 6px;
        border-left: 3px solid #f7931e;
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        overflow: hidden;
    }

    .bonus-card h3 {
        font-size: 1.2rem;
        margin-bottom: 8px;
        color: #f7931e;
        font-weight: 600;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: left;
    }

    .bonus-amount {
        font-size: 1.4rem;
        margin-bottom: 10px;
        color: #f7931e;
        font-weight: bold;
        line-height: 1.3;
    }

    .bonus-card p {
        font-size: 1rem;
        margin: 0;
        color: #e8e8e8;
        line-height: 1.7;
    }

    /* Отзывы - ПОЛНОРАЗМЕРНЫЕ */
    .rating-section {
        margin: 15px 0;
        padding: 20px;
        background: rgba(0, 65, 130, 0.08);
        border-radius: 8px;
        text-align: center;
        border: 1px solid rgba(0, 65, 130, 0.2);
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        overflow: hidden;
    }

    .rating-stars {
        font-size: 1.6rem;
        margin: 8px 0;
        color: #ff6b35;
    }

    .rating-score {
        font-size: 1.3rem;
        font-weight: bold;
        color: #ff6b35;
        margin-bottom: 12px;
        line-height: 1.3;
    }

    .review-card {
        margin: 10px 0;
        padding: 15px;
        background: rgba(0, 65, 130, 0.05);
        border-radius: 6px;
        border: 1px solid rgba(0, 65, 130, 0.15);
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        overflow: hidden;
    }

    .review-header {
        margin-bottom: 18px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(0, 65, 130, 0.2);
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .review-author {
        font-weight: 600;
        color: #ffffff;
        font-size: 1.2rem;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
    }

    .review-rating {
        color: #ff6b35;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
    }

    .review-text {
        font-size: 1rem;
        line-height: 1.7;
        color: #e8e8e8;
        margin-bottom: 12px;
        padding: 5px 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: left;
    }

    .review-date {
        font-size: 0.9rem;
        color: #cccccc;
        font-style: italic;
        text-align: right;
        line-height: 1.4;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
    }

    /* Контакты - ПОЛНОРАЗМЕРНЫЕ */
    .contact-method {
        margin: 10px 0;
        padding: 15px;
        background: rgba(0, 65, 130, 0.05);
        border-radius: 6px;
        border: 1px solid rgba(0, 65, 130, 0.15);
        text-align: center;
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        overflow: hidden;
    }

    .contact-method h3 {
        font-size: 1.2rem;
        margin-bottom: 8px;
        color: #ff6b35;
        font-weight: 600;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: left;
    }

    .contact-method p {
        margin-bottom: 6px;
        font-size: 0.9rem;
        color: #e8e8e8;
        line-height: 1.5;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: left;
    }

    .contact-method p strong {
        color: #ffffff;
        font-weight: 600;
    }

    .contact-tips {
        margin-top: 30px;
    }

    .contact-tips h3 {
        font-size: 1.3rem;
        margin-bottom: 18px;
        color: #ff6b35;
        font-weight: 600;
        text-align: center;
        line-height: 1.4;
    }

    /* FAQ - ПОЛНОРАЗМЕРНЫЕ */
    .faq-item {
        margin: 10px 0;
        padding: 15px;
        background: rgba(0, 65, 130, 0.05);
        border-radius: 6px;
        border: 1px solid rgba(0, 65, 130, 0.15);
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        overflow: hidden;
    }

    .faq-item h4 {
        font-size: 1.1rem;
        margin-bottom: 8px;
        color: #ffffff;
        font-weight: 600;
        padding: 8px 10px;
        background: rgba(0, 65, 130, 0.1);
        border-radius: 6px;
        border-left: 3px solid #ff6b35;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: left;
    }

    .faq-item p {
        font-size: 0.9rem;
        color: #e8e8e8;
        line-height: 1.5;
        margin: 0;
        padding: 4px 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        text-align: left;
    }

    /* Кнопки CTA - ПОЛНОРАЗМЕРНЫЕ */
    .cta-section {
        padding: 20px;
        margin: 20px 0;
        text-align: center;
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .cta-section .btn {
        width: 100%;
        max-width: 350px;
        padding: 20px 30px;
        font-size: 1.2rem;
        font-weight: 600;
        border-radius: 10px;
        display: block;
        margin: 0 auto;
    }

    /* Изображения - адаптированные к зрительной зоне */
    img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        margin: 20px 0;
        display: block;
        width: calc(100% - 30px);
        box-sizing: border-box;
    }

    .content-text img {
        border: 2px solid rgba(255, 107, 53, 0.2);
        margin: 20px auto;
        width: calc(100% - 40px);
        max-width: 100%;
    }

    /* Ссылки */
    a {
        color: #14a0ff;
        text-decoration: none;
        border-bottom: 1px solid rgba(20, 160, 255, 0.3);
        transition: all 0.3s ease;
    }

    a:hover {
        color: #ff6b35;
        border-bottom-color: #ff6b35;
    }

    /* Кнопки - адаптированные для мобильных */
.btn {
        border: 3px solid #14a0ff;
        background: #14a0ff;
        color: #ffffff;
        padding: 15px 25px;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s ease;
        text-align: center;
        display: inline-block;
        font-size: 16px;
        line-height: 1.4;
        width: 100%;
        box-sizing: border-box;
    }

    .btn:hover {
        background: #0055b3;
        border-color: #0055b3;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 85, 179, 0.3);
    }

    .button_1 {
        background: #14a0ff;
        border-color: #14a0ff;
    }

    .button_2 {
        background: transparent;
        border-color: #14a0ff;
        color: #14a0ff;
    }

    .button_2:hover {
        background: #14a0ff;
        color: #ffffff;
    }

    /* Дополнительные адаптации для комфортного чтения */
    * {
        box-sizing: border-box;
    }

    /* Убираем горизонтальную прокрутку */
    html, body {
        overflow-x: hidden;
        width: 100%;
    }

    /* ГЛОБАЛЬНЫЕ ПРАВИЛА ПЕРЕНОСА ТЕКСТА для всего сайта */
    * {
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
    }

    p, h1, h2, h3, h4, h5, h6, span, div, a, li, td, th {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        hyphens: auto !important;
        text-align: left !important;
    }

    /* Все блоки ПОЛНОРАЗМЕРНЫЕ */
    .content-text,
    .feature-item,
    .casino-category,
    .sports-category,
    .bonus-card,
    .review-card,
    .contact-method,
    .faq-item,
    .rating-section,
    .main-navigation,
    .hero-section,
    header,
    .section-header,
    .cta-section {
        max-width: 1200px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
}

.btn {
border: 1px solid #14a0ff;
width: 100%;
	display: inline-block;
	padding: 10px 20px;
background-color: #14a0ff;
	color: #ffffff;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	transition: box-shadow 0.3s ease-in-out;
		 text-align: center;
}
@keyframes glow {
0% { box-shadow: 0 0 5px #14a0ff; }
50% { box-shadow: 0 0 20px #14a0ff; }
100% { box-shadow: 0 0 5px #14a0ff; }
}
.glowing {
	animation: glow 1.5s infinite alternate;
}

.button_1 {
background-color: #14a0ff;
}
.button_2 {
	background-color: transparent;
}
.button_2:hover {
background-color: #14a0ff;
}

h1 {
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.4;
}
@media (max-width: 768px) {
	h1 {
		font-size: 30px;
	}
}
h2 {
	font-size: 30px;
	font-weight: bold;
}
.main_conteiner {
	position: relative;
	margin-top: 40px;
}
.main_text {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
main img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.main p {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.4;
}

.photo {
	margin: 0 auto;
	width: 70%;
	height: 80%;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 40px;
}
.main h1 {
	margin-bottom: 50px;
}
.popup {
	width: 470px;
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
background: #002061;
	color: #ffffff;
	border-radius: 20px;
	padding: 20px 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	gap: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
@media (max-width: 768px) {
	.popup {
		width: 95%;
		padding: 6px;
		gap: 10px;
		border-radius: 10px;
	}
}
.popup_block {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
@media (max-width: 768px) {
	.popup_block {
		display: flex;
		justify-content: space-around;	
	}
}

.popup.show {
	opacity: 1;
	visibility: visible;
z-index: 9999;
}

.popup-close {
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.476);
	font-size: 20px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 6px;
}
@media (max-width: 768px) {
	.popup-close {
		font-size: 16px;
		right: 6px;
		top: 3px;
	}
}
.block_txt {
	width: 40%;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.block_txt span {
	font-size: 35px;
	color: #ffffff;
	font-weight: 700;
}
@media (max-width: 768px) {
	.block_txt span {
		font-size: 24px;
	}
}
.block_txt p {
	color: #ffffff;
	font-size: 18px;
}
@media (max-width: 768px) {
	.block_txt p {
		font-size: 14px;
	}
}
.block_btn {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
@media (max-width: 768px) {
	.block_btn {
		font-size: 14px;
	}
}

/* Дополнительные стили для сгенерированного контента */
h3 {
font-size: 30px;
font-weight: 700;
margin-top: 10px;
margin-bottom: 5px;
}

ul, ol {
padding-left: 20px;
margin-bottom: 15px;
}

li {
font-size: 14px;
margin-bottom: 8px;
line-height: 1.4;
}

table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
font-size: 14px;
}

th, td {
border: 1px solid rgba(255, 255, 255, 0.2);
padding: 10px;
text-align: left;
}

th {
background-color: rgba(0, 0, 0, 0.2);
font-weight: bold;
}

/* Main Banner */


		.hero-content {
			display: grid;
			grid-template-columns: 1fr 1fr;
			gap: 40px;
			align-items: center;
			position: relative;
			z-index: 2;
			display: none;
		}

		.hero-text h1 {
			font-size: 48px;
			font-weight: bold;
			margin-bottom: 20px;
			line-height: 1.2;
			display: none	;
		}

		.hero-text .highlight {
			color: #ff6b35;
			font-size: 64px;
			display: block;
			margin-bottom: 10px;
		}

		.hero-text .bonus-text {
			font-size: 24px;
			margin-bottom: 10px;
		}

		.hero-text .game-info {
			color: #ff6b35;
			font-size: 18px;
			font-weight: 600;
			margin-bottom: 20px;
		}

		.hero-image {
			text-align: center;
		}

		.dog-character {
			width: 200px;
			height: 200px;
			background: radial-gradient(circle, #D2691E, #8B4513);
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			margin: 0 auto;
			position: relative;
			animation: float 3s ease-in-out infinite;
		}

		.dog-face {
			width: 120px;
			height: 100px;
			background: #F4A460;
			border-radius: 50%;
			position: relative;
		}

		.dog-ear {
			width: 40px;
			height: 60px;
			background: #8B4513;
			border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
			position: absolute;
			top: -20px;
		}

		.dog-ear.left {
			left: -15px;
			transform: rotate(-30deg);
		}

		.dog-ear.right {
			right: -15px;
			transform: rotate(30deg);
		}

		.dog-eye {
			width: 12px;
			height: 12px;
			background: black;
			border-radius: 50%;
			position: absolute;
			top: 25px;
		}

		.dog-eye.left {
			left: 25px;
		}

		.dog-eye.right {
			right: 25px;
		}

		.dog-nose {
			width: 20px;
			height: 15px;
			background: black;
			border-radius: 50%;
			position: absolute;
			top: 45px;
			left: 50%;
			transform: translateX(-50%);
		}

		.dog-mouth {
			width: 30px;
			height: 20px;
			border: 3px solid #FF69B4;
			border-top: none;
			border-radius: 0 0 50px 50px;
			position: absolute;
			top: 55px;
			left: 50%;
			transform: translateX(-50%);
		}

		@keyframes float {
			0%, 100% { transform: translateY(0px); }
			50% { transform: translateY(-10px); }
		}

		.coins {
			position: absolute;
			width: 40px;
			height: 40px;
			background: radial-gradient(circle, #ffd700, #ffb347);
			border-radius: 50%;
			animation: coinFall 2s linear infinite;
		}

		.coin-1 { top: 10%; left: 10%; animation-delay: 0s; }
		.coin-2 { top: 20%; right: 15%; animation-delay: 0.5s; }
		.coin-3 { bottom: 30%; left: 20%; animation-delay: 1s; }

		@keyframes coinFall {
			0% { transform: translateY(-10px) rotate(0deg); opacity: 1; }
			100% { transform: translateY(10px) rotate(360deg); opacity: 0.7; }
		}

		/* Responsive Design */
		@media (max-width: 768px) {
			.container {
					padding: 0 15px;
			}

			.header-content {
					flex-wrap: nowrap;
					justify-content: space-between;
			}

			.logo {
					font-size: 20px;
			}

			.logo-star {
					width: 28px;
					height: 28px;
					font-size: 16px;
					margin-right: 8px;
			}

			.header-buttons {
					gap: 10px;
			}

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

			.mobile-nav-toggle {
					display: flex;
			}

			.navigation {
					/* display: none; */
			}

			.hero-section {
					/* padding: 30px 20px; */
					/* margin: 15px 0; */
					height: 300px;
							margin-top: 50px;
			}

			.hero-content {
					grid-template-columns: 1fr;
					text-align: center;
					gap: 30px;
					display: none;
			}

			.hero-text .highlight {
					font-size: 48px;
			}

			.hero-text .bonus-text {
					font-size: 20px;
			}

			.hero-text .game-info {
					font-size: 16px;
			}

			.dog-character {
					width: 150px;
					height: 150px;
			}

			.dog-face {
					width: 90px;
					height: 75px;
			}

			.action-cards {
					grid-template-columns: 1fr;
					gap: 15px;
					margin: 20px 0;
			}

			.action-card {
					padding: 20px;
			}

			.action-card h3 {
					font-size: 20px;
					line-height: 1.3;
					width: 150px;
			}

			.content-title {
					font-size: 28px;
			}

			.content-subtitle {
					font-size: 20px;
			}

			.seo-content {
					padding: 20px;
					margin: 30px 0;
			}

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

			.popup {
					width: 95%;
					padding: 6px;
					gap: 10px;
					border-radius: 10px;
			}

			.popup_block {
					justify-content: space-around;
			}

			.popup-close {
					font-size: 16px;
					right: 6px;
					top: 3px;
			}
		}

		@media (max-width: 480px) {
			.hero-text .highlight {
					font-size: 40px;
			}

			.hero-text .bonus-text {
					font-size: 18px;
			}

			.action-card {
					padding: 15px;
			}

			.action-card h3 {
					font-size: 14px;
			}

			.content-title {
					font-size: 24px;
			}

			.content-subtitle {
					font-size: 18px;
			}
		}        /* Action Cards */
		.action-cards {
			display: grid;
			grid-template-columns: 1fr 1fr;
			gap: 14px;
			margin: 14px 0;
		}

		.action-card {
			background-size: cover;
			background-position: center;
			padding: 30px;
			border-radius: 15px;
			text-align: left;
			box-shadow: 0 8px 25px rgba(0,0,0,0.3);
			transition: transform 0.3s ease;
			position: relative;
		}

		@media (max-width: 767px) {
	.action-card{
		padding: 14px;
}}


.action-card1 {
position: relative;
}


.btn-secondary {
border: 1px solid #ffffff;
display: inline-block;
padding: 10px 20px;
background-color: #ffffff;
color: #14a0ff;
border-radius: 5px;
cursor: pointer;
position: relative;
transition: box-shadow 0.3s ease-in-out;
width: 100%;
text-align: center;
}

		.action-card1 {
			background-image: url('img/most1.webp');
		}

@media (max-width: 767px) {
	.action-card2::before {
	content: '';
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: url(../../img/telegram.png) no-repeat;
	background-size: contain;
	width: 63px;
	height: 63px;
	right: 30px;
	top: 35px;
}}

.action-card2 {
background-image: linear-gradient(135deg, #c32c00, #fe4004 )	
		}


		@media (max-width: 767px) {
	.action-card2::before{
		width: 40px;
		height: auto;
}}


@media (max-width: 767px) {
	.action-card1::before {
	content: '';
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: url(/img/android.png) no-repeat;
	background-size: contain;
	width: 63px;
	height: 63px;
	right: 30px;
	top: 35px;
}}

		@media (max-width: 767px) {
	.action-card1::before{
		width: 40px;
		height: auto;
}}

		.action-card > * {
			position: relative;
			z-index: 2;
		}

		.action-card:hover {
			transform: translateY(-5px);
		}

		.action-card h3 {
			/* font-size: 20px; */
			color: #ffffff;
			text-transform: uppercase;
		}

		.action-card .subtitle {
			font-size: 14px;
			opacity: 0.9;
			margin-bottom: 20px;
			text-transform: lowercase;
		}

		@media (max-width: 767px) {
	.main_conteiner{
		margin-top: 0;}}

/* Games Section Styles - Компактная версия */
.games-section {
    margin: 30px 0;
    width: 100%;
}

.games-section h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}

/* Основной контейнер */
.main_conteiner {
    max-width: 1300px !important;
    padding: 15px 20px;
}

.main {
    width: 100% !important;
    max-width: none !important;
	margin-top:26px;
}

/* Компактная сетка карточек игр */
.game-catalog_list {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    align-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    justify-content: flex-start;
    max-width: 1200px;
    gap: 15px;
}

.game-catalog_list-item {
    box-sizing: border-box;
    position: relative;
    margin: 0;
    flex-shrink: 0;
}

.game-catalog_list-item .gamecard {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Компактные размеры карточек - по 5 в ряд */
@media (min-width: 0px) {
    .game-catalog_list-item {
        width: calc(50% - 7.5px);
        height: 180px;
    }
}

@media (min-width: 480px) {
    .game-catalog_list-item {
        width: calc(33.333% - 10px);
        height: 160px;
    }
}

@media (min-width: 768px) {
    .game-catalog_list-item {
        width: calc(20% - 12px);
        height: 180px;
    }
}

@media (min-width: 1024px) {
    .game-catalog_list-item {
        width: calc(20% - 12px);
        height: 200px;
    }
}

@media (min-width: 1200px) {
    .game-catalog_list-item {
        width: calc(20% - 12px);
        height: 220px;
    }
}

/* Стили карточек */
.gamecard {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: transform .2s ease;
    width: 100%;
    overflow: hidden;
}

.gamecard a {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

/* Изображение карточки */
.gamecard_window {
    border: 1px solid #393a51;
    border-bottom: none;
    flex: 1;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.gamecard_img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Флаги игр - компактные */
.gamecard .gamecard_flags {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 2;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 4px;
}

.game_flag_favorite,
.game_flag_pre,
.game_flag_supernew {
    display: inline-block;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.6));
    width: 20px;
    height: auto;
}

.game_flag_favorite img,
.game_flag_pre img,
.game_flag_supernew img {
    width: 100%;
    height: auto;
}

.game_flag_pre {
    width: 24px;
}

.game_flag_supernew {
    width: 22px;
}

/* Кнопки при наведении - компактные */
.gamecard_links {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .2s ease;
    z-index: 3;
    gap: 8px;
}

/* Компактные кнопки как на скриншоте */
.btn_approve_small {
    align-items: center;
    background-color: #62c23c;
    border: none;
    border-radius: 18px;
    box-shadow: 0 2px 0 0 #3c7028;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 26px;
    justify-content: center;
    letter-spacing: 0.3px;
    line-height: 1;
    outline: none;
    padding: 0 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.btn_approve_small:hover {
    background-color: #6bc940;
    box-shadow: 0 2px 0 0 #3c7028, 0 0 6px rgba(98, 194, 60, 0.4);
}

.gamecard_demo {
    background-color: #313047;
    border-radius: 18px;
    box-sizing: border-box;
    font-size: 9px;
    font-weight: 600;
    height: 22px;
    padding: 0 16px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s ease;
}

.gamecard_demo:hover {
    background-color: #3a3954;
}

/* Название игры - компактное */
.gamecard_title {
    background-color: #161626;
    border: 1px solid #393a51;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 500;
    height: 40px;
    overflow: hidden;
    padding: 0 6px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    flex-shrink: 0;
}

/* Эффекты при наведении - увеличенный масштаб */
@media (min-width: 769px) {
    .gamecard:hover {
        transform: scale(1.12);
        z-index: 10;
    }
    
    .gamecard:hover .gamecard_links {
        opacity: 1;
        pointer-events: auto;
    }
}

/* Мобильные устройства */
@media (max-width: 768px) {
    .main_conteiner {
        padding: 15px 10px;
    }
    
    .game-catalog_list {
        gap: 10px;
        max-width: 100%;
    }
    
    .game-catalog_list-item {
        height: 160px;
    }
    
    .gamecard .gamecard_flags {
        top: 4px;
        left: 4px;
        gap: 3px;
    }
    
    .game_flag_favorite,
    .game_flag_pre,
    .game_flag_supernew {
        width: 16px;
    }
    
    .game_flag_pre {
        width: 18px;
    }
    
    .game_flag_supernew {
        width: 17px;
    }
    
    .gamecard_title {
        font-size: 10px;
        height: 35px;
        padding: 0 4px;
    }
    
    .gamecard_links {
        padding: 8px;
        gap: 6px;
        bottom: 0;
    }
    
    .btn_approve_small {
        height: 24px;
        font-size: 9px;
        padding: 0 16px;
        border-radius: 16px;
    }
    
    .gamecard_demo {
        height: 20px;
        font-size: 8px;
        padding: 0 14px;
        border-radius: 16px;
    }
    
    /* Мобильные эффекты при клике */
    .gamecard.mobile-active {
        transform: scale(1.13);
        z-index: 20;
        transition: transform 0.3s ease;
    }
    
    .gamecard.mobile-active .gamecard_links {
        opacity: 1;
        pointer-events: auto;
    }
    
    /* Overlay для закрытия активной карточки */
    .mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 15;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }
}

/* Очень маленькие экраны */
@media (max-width: 480px) {
    .game-catalog_list-item {
        height: 140px;
    }
    
    .gamecard_title {
        font-size: 9px;
        height: 32px;
    }

    .gamecard_links {
        bottom: 0;
    }
}

/* Стили для вкладок */
.tabs-navigation {
    background: linear-gradient(135deg, #004182 0%, #0055b3 100%);
    padding: 20px 0;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.tabs_conteiner {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tab-button {
    background: linear-gradient(135deg, #001432 0%, #003366 100%);
    color: #ffffff;
    border: 2px solid transparent;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    min-width: 120px;
}

.tab-button:hover {
    background: linear-gradient(135deg, #003366 0%, #004d99 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 65, 130, 0.3);
}

.tab-button.active {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-color: #ff6b35;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
    transform: translateY(-2px);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.cta-section {
    text-align: center;
    margin: 40px 0;
    padding: 30px;
    background: linear-gradient(135deg, rgba(0, 65, 130, 0.1) 0%, rgba(0, 85, 179, 0.1) 100%);
    border-radius: 15px;
    border: 2px solid rgba(0, 65, 130, 0.2);
}

/* Основное меню навигации */
.main-navigation {
    background: linear-gradient(135deg, #001432 0%, #002a5a 100%);
    padding: 10px 0;
    border-bottom: 2px solid rgba(0, 65, 130, 0.3);
}

.nav_conteiner {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover {
    background: linear-gradient(135deg, #004182 0%, #0055b3 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 65, 130, 0.3);
}

.nav-link.active {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
}

/* Стили для FAQ */
.faq-item {
    margin-bottom: 25px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(0, 65, 130, 0.1) 0%, rgba(0, 85, 179, 0.1) 100%);
    border-radius: 10px;
    border-left: 4px solid #004182;
}

.faq-item h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

.faq-item p {
    color: #e8e8e8;
    line-height: 1.6;
    margin: 0;
}

/* Стили для отзывов */
.rating-section {
    text-align: center;
    margin: 30px 0;
    padding: 20px;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(247, 147, 30, 0.1) 100%);
    border-radius: 15px;
    border: 2px solid rgba(255, 107, 53, 0.3);
}

.rating-stars {
    font-size: 24px;
    color: #ff6b35;
    margin: 10px 0;
}

.reviews-container {
    display: grid;
    gap: 20px;
    margin-top: 30px;
}

.review-card {
    background: linear-gradient(135deg, rgba(0, 65, 130, 0.15) 0%, rgba(0, 85, 179, 0.15) 100%);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 65, 130, 0.3);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.review-author {
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
}

.review-rating {
    color: #ff6b35;
    font-size: 16px;
}

.review-text {
    color: #e8e8e8;
    line-height: 1.6;
    margin-bottom: 10px;
}

.review-date {
    color: #cccccc;
    font-size: 14px;
    text-align: right;
}

/* Адаптивность для вкладок */
@media (max-width: 768px) {
    .tabs_conteiner {
        flex-direction: column;
        align-items: center;
    }

    .tab-button {
        width: 100%;
        max-width: 300px;
        margin-bottom: 10px;
    }

    .nav_conteiner {
        gap: 15px;
    }

    .nav-link {
        font-size: 14px;
        padding: 6px 12px;
    }

    .main-navigation {
        padding: 8px 0;
        background: linear-gradient(135deg, #001432 0%, #002244 100%);
    }

    .reviews-container {
        grid-template-columns: 1fr;
    }
}

/* Новые стили для переделанного дизайна */

/* Героический баннер */
.hero-section {
    background: linear-gradient(135deg, #001122 0%, #003366 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('./img/brand.png') center center / contain no-repeat;
    opacity: 0.1;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-content h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 40px;
    color: #e8e8e8;
    line-height: 1.4;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Общие стили секций */
.content-section {
    padding: 80px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.content-section:nth-child(even) {
    background: rgba(0, 65, 130, 0.05);
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
    max-width: 600px;
    margin: 0 auto;
}

/* Сетки контента */
.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
}

.content-text h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.content-text p {
    color: #e8e8e8;
    line-height: 1.6;
    margin-bottom: 20px;
}

.content-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-item {
    background: rgba(0, 65, 130, 0.1);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #ff6b35;
}

.feature-item h4 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.feature-item p {
    color: #cccccc;
    margin: 0;
}

/* Секция казино */
.casino-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.casino-category {
    background: rgba(0, 65, 130, 0.1);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid rgba(255, 107, 53, 0.3);
}

.casino-category h3 {
    color: #ff6b35;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.casino-category p {
    color: #e8e8e8;
    margin-bottom: 20px;
    line-height: 1.5;
}

.casino-category ul {
    text-align: left;
    color: #cccccc;
}

.casino-category li {
    margin-bottom: 8px;
}

/* Секция спорта */
.sports-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.sports-category {
    background: rgba(0, 65, 130, 0.1);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid rgba(255, 107, 53, 0.3);
}

.sports-category h3 {
    color: #ff6b35;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.sports-category p {
    color: #e8e8e8;
    margin-bottom: 20px;
    line-height: 1.5;
}

.sports-category ul {
    text-align: left;
    color: #cccccc;
}

.sports-category li {
    margin-bottom: 8px;
}

/* Секция бонусов */
.bonuses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.bonus-card {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(247, 147, 30, 0.1) 100%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid rgba(255, 107, 53, 0.3);
    transition: transform 0.3s ease;
}

.bonus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
}

.bonus-card h3 {
    color: #ff6b35;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.bonus-amount {
    font-size: 2rem;
    font-weight: bold;
    color: #f7931e;
    margin-bottom: 10px;
}

.bonus-card p {
    color: #e8e8e8;
    margin: 0;
}

/* Секция отзывов */
.rating-section {
    text-align: center;
    margin: 40px 0;
    padding: 30px;
    background: rgba(0, 65, 130, 0.1);
    border-radius: 15px;
}

.rating-stars {
    font-size: 2.5rem;
    margin: 20px 0;
}

.rating-score {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff6b35;
    margin-bottom: 10px;
}

.reviews-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.review-card {
    background: rgba(0, 65, 130, 0.1);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgba(0, 65, 130, 0.3);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.review-author {
    font-weight: bold;
    color: #ffffff;
    font-size: 1.1rem;
}

.review-rating {
    color: #ff6b35;
    font-size: 1.2rem;
}

.review-text {
    color: #e8e8e8;
    line-height: 1.6;
    margin-bottom: 15px;
}

.review-date {
    color: #cccccc;
    font-size: 0.9rem;
    text-align: right;
}

/* Секция контактов */
.contacts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.contact-method {
    background: rgba(0, 65, 130, 0.1);
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(0, 65, 130, 0.3);
}

.contact-method h3 {
    color: #ff6b35;
    margin-bottom: 15px;
}

.contact-method p {
    color: #e8e8e8;
    margin-bottom: 10px;
    line-height: 1.4;
}

.contact-method p strong {
    color: #ffffff;
}

.contact-tips h3 {
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

.contact-tips ul {
    color: #cccccc;
    max-width: 600px;
    margin: 0 auto;
}

.contact-tips li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.contact-tips li::before {
    content: "✓";
    color: #ff6b35;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Секция FAQ */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: rgba(0, 65, 130, 0.1);
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #ff6b35;
}

.faq-item h4 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.faq-item p {
    color: #e8e8e8;
    line-height: 1.6;
    margin: 0;
}

