body, html {
                font-family: Arial, sans-serif;
            background-color: #000113;
            color: #ffffff;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .responsive-image {
        width: 100%;
        height: auto;
    }
}
.my-icon path {
    fill: #027541;
}

	
	.content-h2 {
    text-align: center !important;
    font-size: 24px !important;
    font-weight: 500;
}

        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            background-color: #0f1360;
            color: #ffdd00;
            position: relative;
            z-index: 10; 
            flex-wrap: wrap;
        }
        .header nav {
            display: flex;
            gap: 20px;
            align-items: center;
        }
        .header a {
            color: #ffffff;
            text-decoration: none;
            font-size: 18px;
        }

.play-now-button {
    background-color: #f78120;
    color: #000000 !important; 
    padding: 10px 20px;
        font-weight: bold; 
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}


.button-container {
    display: flex;
    justify-content: center; 
    gap: 20px; 
}
        
        .menu-toggle {
            display: none;
            flex-direction: column;
            cursor: pointer;
        }
        .menu-toggle div {
            width: 25px;
            height: 3px;
            background-color: #ffffff;
            margin: 4px 0;
        }
        
        .main-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 20px;
        }
        
        .game-section {
           /* width: 100%; */
            /* max-width: 1200px; */
            background-color: #000113;
            border-radius: 10px;
            padding: 20px;
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
        }
        .game-video-container {
            flex: 2;
            min-width: 280px;
           
        }
        .game-info-container {
            flex: 1;
            display: flex;
            flex-direction: column;
            min-width: 280px;
            margin-top: 20px;
        }
        .game-info-container h1 {
            font-size: 28px;
            color: #ffffff;
            margin: 0;
        }
        .game-info-container .sub-title {
            font-size: 14px;
            color: #b3b3b3;
            margin: 10px 0;
        }
        .game-toggle {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin: 15px 0;
        }
       .game-toggle button {
    background-color: #f78120;
    color: #2e0066;
    margin-right:25px;
    padding: 15px 20px; 
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    flex: 1;
    text-align: center;
}

@media (max-width: 768px) {
    .game-toggle button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px; 
    }

    /* Стили для первой кнопки */
    .game-toggle button:first-child {
        width: 90%; 
        margin-bottom: 25px;     }
}
        .game-toggle button.active {
              background-color: #f78120;
    color: #2e0066;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    flex: 1;
    text-align: center;
  
        }
        
        @media (max-width: 768px) {
    .button-container {
        flex-direction: column; 
        align-items: center; 
    }
    
    .game-toggle {
        margin-bottom: 10px; 
        width: 100%; 
                flex-direction: column; 
    }
}
        
        .stream-toggle {
            display: flex;
            align-items: center;
            margin-top: 15px;
        }
        .stream-toggle input[type="checkbox"] {
            margin-right: 10px;
            transform: scale(1.5);
        }
        
        .game-description {
            margin-top: 20px;
            font-size: 14px;
            line-height: 1.6;
            color: #cccccc;
            max-width: 100%;
            background-color: #14196b;
            padding: 15px;
            border-radius: 8px;
        }
        
        .bonus-container {
            width: 100%;
            margin-top: 20px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            align-items: center;
        }
        .bonus-card {
            background: linear-gradient(135deg, #14196b, #14196b);
            border-radius: 10px;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
            flex-wrap: wrap;
            max-width: 100%;
            box-sizing: border-box;
        }
        .bonus-header {
            background-color: #007d0a;
            padding: 8px 15px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            color: #ffdd00;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
            box-sizing: border-box;
        }
        .bonus-content {
            display: flex;
            align-items: center;
            gap: 15px;
            flex: 1;
            flex-wrap: wrap;
            max-width: 100%;
        }
        .bonus-logo {
            width: 130px;
            height: 50px;
            border-radius: 5px;
            overflow: hidden;
            flex-shrink: 0;
        }
        .bonus-logo img {
            width: 100%;
            height: 100%;
            /* object-fit: cover; */
        }
        .bonus-details {
            color: #ffffff;
            font-size: 16px;
            flex: 1;
            min-width: 150px;
            text-align: center;
        }
        .bonus-details p {
            margin: 5px 0;
        }
        .bonus-details .bonus-highlight {
            font-weight: bold;
            color: #d6be5d;
        }
        .get-bonus-button {
            background-color: #f78120;
            color: #2e0066;
            padding: 10px 15px;
            border-radius: 5px;
            font-weight: bold;
            text-decoration: none;
            text-align: center;
            flex-shrink: 0;
            width: 100%;
            max-width: 150px;
            box-sizing: border-box;
        }
		
.image-placeholder {
    width: 100%;
    max-width: 600px; 
    height: auto;
    color: #888;
    font-size: 18px;
    display: block;
    margin: 0 auto; 
}
		
		 
.footer {
    background-color: #0f1360;
    color: #999999;
    padding: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 30px;
    width: 100%;
    box-sizing: border-box;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-logo {
    width: 100px; 
    margin-bottom: 10px;
}
        .footer .social-icons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 20px;
        }
        .footer .social-icons a {
            color: #999999;
            font-size: 18px;
            text-decoration: none;
        }
        .footer a {
            color: #999999;
            text-decoration: none;
        }
        .footer a:hover {
            color: #ffffff;
        }
    
.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
		
        
        .article-section {
            width: 100%;
            margin-top: 30px;
        }
		
        .article-block {
            background-color: #14196b;
            padding: 20px;
            margin-top: 15px;
            border-radius: 10px;
        }
        .article-block h2 {
            font-size: 20px;
            color: #f78120;
            margin-bottom: 10px;
			text-align: center;
        }
        .article-block p {
            font-size: 14px;
            line-height: 1.6;
            color: #ffffff;
        }
        .article-block ul {
            padding-left: 20px;
            margin-top: 10px;
        }
        .article-block ul li {
            font-size: 14px;
            color: #c9bd8d;
        }
		        .article-block ol li {
            font-size: 14px;
            color: #c9bd8d;
        }
        
        .faq-section {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto; 
            background-color: #14196b;
            padding: 30px;
            border-radius: 10px;
            margin-top: 30px;
            box-sizing: border-box; 
        }
        .faq-section h2 {
            font-size: 24px;
            color: #f78120;
            margin-bottom: 20px;
        }
        .faq-block {
            background-color: #2f3481;
            padding: 20px;
            margin-top: 15px;
            border-radius: 8px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
        }
        .faq-block h3 {
            font-size: 18px;
            color: #ffffff;
            margin-bottom: 10px;
        }
        .faq-block p {
            font-size: 14px;
            line-height: 1.6;
            color: #cccccc;
        }
		
		.custom-list {
    list-style: none; 
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 30px; 
    margin-bottom: 10px; 
}

.custom-list li::before {
    content: ''; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #f5f7ff; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Ccircle cx="12" cy="12" r="12" fill="%23f5f7ff"/%3E%3Cpath d="M9 12l2 2 5-5" stroke="%232e0066" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
}

		
		
.table-container {
    width: 90%;
    margin-top: 20px;
    background-color: #14196b;
    border-radius: 8px;
    padding: 20px;
}

.table-container h2 {
    color: #f78120;
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
}

.table-container table {
    width: 100%;
    border-collapse: collapse;
    background-color: #14196b;
}

.table-container th,
.table-container td {
    padding: 12px;
    border: 1px solid #d6be5d;
    color: #ffffff;
    text-align: center;
}

.table-container th {
    background-color: #1a2080;
    color: #f78120;
    font-weight: bold;
}

.table-container td {
    background-color: #14196b;
}

.table-container tr:nth-child(even) td {
    background-color: #1a2080;
}


.toc {
    background-color: #14196b;
    padding: 20px;
    margin-top: 30px; 
    margin-bottom: 20px; 
    border-radius: 8px;
    color: #ffdd00;
    max-width: 300px;
}

.toc h2 {
    font-size: 18px;
    color: #f78120;
    margin-bottom: 10px;
	text-align: center;
}

.toc ul {
    list-style-type: none;
    padding-left: 0;
}

.toc ul li {
    margin: 5px 0;
}

.toc ul li a {
    color: #c68a58;
    text-decoration: none;
}

.toc ul li a:hover {
    text-decoration: underline;
}

.author-box {
    background-color: #ffffff; 
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    max-width: 600px;
    margin: 20px auto;
    position: relative;
    color: #1a1a1a; 
    font-family: Arial, sans-serif;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.author-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  /*  object-fit: cover; */
}

.author-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #000000; 
    
}

.author-verified {
    color: #1a73e8;
}

.author-title {
    font-size: 14px;
    color: #333333;
    margin: 0;
}

.author-description {
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    margin: 10px 0;
}

.author-link {
    color: #1a73e8;
    text-decoration: none;
    font-weight: bold;
}

.author-link:hover {
    text-decoration: underline;
}

.all-games-button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%; 
}

.all-games-button {
    background-color: #7580fa;
    color: #2e0066;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}

.author-contact {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
    color: #1a73e8;
    text-decoration: none;
}
	.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

      
@media (max-width: 768px) {
    
    .header {
        flex-direction: column;
        align-items: center;
    }
    
    .header nav {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #0f1360;;
        position: absolute;
        top: 60px;
        left: 0;
        padding: 10px 0;
        z-index: 10;
    }
    
    .header nav.active {
        display: flex;
    }
    
    .menu-toggle {
        display: flex;
		margin-top: 10px;
    }
    
    .play-now-button {
        margin-top: 10px;
        width: 100%;
        max-width: 150px;
        text-align: center; 
    }
    
    .bonus-card {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        text-align: center;
    }
    
    .get-bonus-button {
        margin-top: 10px;
        width: 100%;
        max-width: none;
        text-align: center;
    }
    
    
    .author-box {
        flex-direction: column;
        align-items: flex-start;
        max-width: 80%;
        padding: 15px;
        text-align: left;
    }

    .author-info {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .author-photo {
        width: 50px;
        height: 50px;
    }

    .author-description {
        font-size: 14px;
        line-height: 1.6;
    }

    .author-contact {
        position: static;
        margin-top: 15px;
        font-size: 20px;
        align-self: flex-start;
    }
}

.custom-ol {
    list-style: none; 
    padding-left: 0;
}

.custom-ol li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px; 
}

@media (max-width: 768px) {
    img {
        max-width: 100%;
        height: auto;
    }
}

.custom-ol li::before {
    content: ''; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #f5f7ff; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Ccircle cx="12" cy="12" r="12" fill="%23f5f7ff"/%3E%3Cpath d="M9 12l2 2 5-5" stroke="%232e0066" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
}



    .button-group {
        justify-content: flex-end; 
        width: 100%;
    }

.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    width: 100%; 
}

.table-wrapper table {
    width: 100%;
    border-collapse: collapse;
}


.table-wrapper a {
    color: #bcc31c;
}

.games-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center; 
}

.game-container {
    background-color: #000113;
    padding: 20px;
    border-radius: 10px;
    width: calc(50% - 20px); 
    max-width: 300px; 
    box-sizing: border-box;
    text-align: center;
}


.play-button {
    background-color: #f78120;
    color: #2e0066;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    flex: 1;
    text-align: center;
    max-width: 100px; 
}


.game-container .game-title {
    color: #ffdd00;
    font-size: 18px;
    margin-bottom: 10px;
}

    .game-image img {
	margin-top: 15px;
	    margin-bottom: 15px; 
    width: 100%;
    height: auto; 
    max-width: 244px; 
}



.button-group {
    display: flex;
    justify-content: flex-end; 
    gap: 10px;
    width: 100%; 
}

@media (max-width: 768px) {
    .game-container {
        width: 100%; 
        margin-bottom: 20px; 
    }

    .button-group {
        justify-content: center; 
    }
}
