body {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}

/* Настройка размеров для заголовков */
h1 {
    font-size: 36px;
    font-weight: 500;
}

h2 {
    font-size: 32px;
    font-weight: 400;
}

h3 {
    font-size: 28px;
    font-weight: 400;
}

/* Для кнопок и других элементов */
.promo-button {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

/* Для основного текста */
p, a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 16px;
}

.promo-page-wrapper {
    width: 100%;
    padding: 20px;
}

.promo-banner {
    background-color: #f5f5f5;
    text-align: center;
    padding: 50px 0;
}

.promo-banner h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.popular-promos {
    margin: 40px 0;
}

.promos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.promo-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.promo-item img {
    max-width: 100px;
    margin-bottom: 15px;
}

.promo-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.promo-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.promo-button:hover {
    background-color: #45a049;
}

.promo-sidebar {
    margin-top: 20px;
}

.promo-categories {
    list-style: none;
    padding: 0;
}

.promo-categories li {
    margin-bottom: 10px;
}

.promo-categories li a {
    text-decoration: none;
    color: #4CAF50;
}

.promo-content {
    margin-top: 40px;
}

.promo-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.promo-content p {
    font-size: 16px;
    line-height: 1.6;
}

/* Хедер */
.site-header {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.main-nav .nav-menu {
    list-style: none;
    display: flex;
}

.main-nav .nav-menu li {
    margin: 0 15px;
}

.main-nav .nav-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.main-nav .nav-menu li a:hover {
    text-decoration: underline;
}

/* Футер */
.site-footer {
    background-color: #222;
    color: #ddd;
    padding: 40px 0;
}

.site-footer .footer-widgets {
    display: flex;
    justify-content: space-between;
}

.footer-widget {
    max-width: 30%;
}

.footer-widget h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.footer-widget p, .footer-widget ul {
    font-size: 14px;
    color: #ccc;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
}

.footer-widget ul li {
    margin-bottom: 10px;
}

.footer-widget ul li a {
    color: #4CAF50;
    text-decoration: none;
}

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

.footer-bottom {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #444;
    margin-top: 40px;
    color: #ccc;
}

/* Общие стили */
.container {
    width: 1200px;
    margin: 0 auto;
}

.site-header .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header .logo img {
    height: auto;
    width: 150px;

}

.site-header .search-bar {
    width: 50%;
}

.site-header .search-bar input[type="text"] {
    width: 85%;
    padding: 10px;
}

.site-header .lang-switcher img {
    width: 30px;
    height: auto;
}

/* Баннер */
.main-banner {
    background: #f5f5f5;
    padding: 20px 0;
    text-align: center;
}

.main-banner h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.main-banner p {
    font-size: 16px;
}

.main-banner span {
    color: #4CAF50;
    font-weight: bold;
}

/* Популярные промокоды */
.promo-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.promo-card {
    width: calc(25% - 20px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.promo-card img {
    max-width: 100px;

}

.promo-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.promo-button {
    display: inline-block;
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 10px;
}



.promo-subscribe .subscribe-box {
    background: #4CAF50;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.promo-subscribe form input {
    width: 80%;
    padding: 10px;
    margin-bottom: 10px;
}

.promo-subscribe form button {
    background-color: #fff;
    color: #4CAF50;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.promo-subscribe .social-links a {
    color: #fff;
    margin: 0 5px;
}

/* Популярные предложения */
.popular-offers img {
    max-width: 100%;
    margin-bottom: 20px;
}

/* Контейнер для контента и сайдбара */
.main-content .container {
    display: flex;
    gap: 20px;
}

.content-area {
    width: 75%;
}

/* Основной контент */
.promos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}





.promo-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

/* Основное меню */
.main-nav {
    position: relative;
}

.nav-menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.nav-menu li {
    position: relative;
}

.nav-menu li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
    background-color: #333;
    font-size: 16px;
}

.nav-menu li a:hover {
    background-color: #4CAF50;
}

/* Стили для выпадающего меню */
.nav-menu li ul {
    display: none;
    position: absolute;
    background-color: #333;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.nav-menu li:hover ul {
    display: block;
}

.nav-menu li ul li a {
    padding: 10px 20px;
    width: 200px;
}

.nav-menu li ul li a:hover {
    background-color: #45a049;
}

/* Бургер-меню */
.burger-menu {
    display: none;
    position: relative;
}

.burger-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.burger-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
}

/* Меню для мобильных */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
        flex-direction: column;
        background-color: #333;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }

    .nav-menu.open {
        display: flex;
    }

    .burger-menu {
        display: block;
    }

    .nav-menu li {
        text-align: center;
    }

    .nav-menu li ul {
        position: static;
    }
}
/* Общие стили */
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Адаптивные стили */
@media (max-width: 1200px) {
    .container {
        width: auto;
        padding: 0 15px;
    }
}

@media (max-width: 1024px) {
    .promo-cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .promo-card {
        width: calc(33.333% - 20px);
    }

    .footer-widget {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .footer-widget h4 {
        font-size: 16px;
    }

    .footer-bottom {
        font-size: 14px;
    }
}

/* Мобильные устройства */
@media (max-width: 768px) {
    /* Хедер */
    

    /* Основное меню */
    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .burger-menu {
        display: block;
    }

    .nav-menu li {
        text-align: center;
    }

    .nav-menu.open {
        display: flex;
    }

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

    .promo-card {
        width: calc(50% - 20px);
    }

    /* Контейнер */
    .content-area {
        width: 100%;
    }

    .promo-subscribe {
    
    }

    .promo-sidebar {
        margin-top: 20px;
    }

    .footer-widgets {
        display: block;
    }
}

/* Маленькие мобильные устройства */
@media (max-width: 480px) {
    .promo-cards {
        grid-template-columns: 1fr;
    }

    .promo-card {
        width: 100%;
    }

    .promo-button {
        font-size: 14px;
        padding: 8px 15px;
    }

    .site-header .search-bar input[type="text"] {
        width: 100%;
    }

    .burger-btn span {
        width: 20px;
        height: 2px;
    }

    .footer-bottom {
        font-size: 12px;
    }
}
/* Бургер-меню */
.burger-menu {
    display: none;
    cursor: pointer;
}

.burger-btn {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

.burger-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
}

/* Меню для мобильных устройств */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
       
        background-color: #333;
        z-index: 9999;
        padding-top: 50px;
        transition: transform 0.3s ease;
        transform: translateY(-100%);
    }

    .nav-menu.open {
        transform: translateY(0);
    }

    .burger-menu {
        display: block;
    }

    .nav-menu li {
        width: 100%;
        text-align: center;
        padding: 10px 0; /* Уменьшены отступы */
    }

    .nav-menu li a {
        display: block;
        width: 100%;
        padding: 10px 15px; /* Уменьшены внутренние отступы */
        font-size: 18px; /* Размер шрифта */
        color: #fff;
        text-decoration: none;
        background-color: #333;
        transition: background-color 0.3s ease;
    }

    .nav-menu li a:hover {
        background-color: #4CAF50;
    }
}

/* Основные стили для секции "Топ Игр" */
.p-40 {

}

.heading h2 {
    font-size: 36px;
    color: black;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.headingg h2 {
    font-size: 36px;
    color: black;
    padding-bottom: 20px;
    padding-top: 20px;
}

.tournaments h2 {
    font-size: 36px;
    color: black;
    text-align: center;
    padding-bottom: 20px;
    
}

.blog-card {
    display: block;
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #1d1d1d;
    border-radius: 10px;

}

.blog-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-block {
    position: absolute;
 
    left: 0;
    background-color: #1d1d1d;
    padding: 5px 15px;
    border: 2px solid #4CAF50;
    border-radius: 3px;
    display: inline-block;
    z-index: 2;
    width: 110px;
    height: 30px;
    display: none;
}

.c-title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.img-block {
    position: relative;
    overflow: hidden;
}

.img-block img {
    width: 100%;
    border-bottom: 3px solid #4CAF50;
    transition: transform 0.3s ease;
}

.img-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blog-card:hover .img-block .overlay {
    opacity: 1;
}

.blog-card:hover .img-block img {
    transform: scale(1.1);
}

.row {
    display: flex;
    flex-wrap: wrap;
  
    justify-content: center;
}

.col-lg-3, .col-md-6 {
    flex: 1 1 22%;
    margin-bottom: 30px;
}

/* Основные стили для мобильных устройств */
@media (max-width: 768px) {
    .row {
        display: flex;
        flex-direction: column; /* Карточки будут располагаться одна под другой */
  
    }

    .col-lg-3, .col-md-6 {
        flex: 1 1 100%; /* Карточка займет 100% ширины на мобильных */
        margin-bottom: 20px;
    }

    .blog-card {
        margin: 0 auto;
        width: 90%; /* Карточка будет занимать 90% экрана для симметрии */
    }

    .img-block img {
        width: 100%;
    }

    .category-block {
        font-size: 16px; /* Уменьшение шрифта для заголовков категорий */
        padding: 5px 10px;
    }

    .c-title {
        font-size: 18px; /* Уменьшение заголовка для мобильных устройств */
    }
}

@media (max-width: 480px) {
    .heading h2 {
        font-size: 28px; /* Уменьшение размера заголовка на маленьких экранах */
    }

    .category-block {
        padding: 3px 8px; /* Еще меньше отступы для маленьких экранов */
        font-size: 14px; /* Уменьшение шрифта еще больше */
    }

    .c-title {
        font-size: 16px; /* Заголовки еще меньше для узких экранов */
    }

    .blog-card {
        width: 95%; /* Карточки почти на всю ширину */
    }

    .img-block img {
        max-width: 100%;
        height: auto;
    }
    .main-content .container{
        flex-direction: column;
    }
}
.tournaments{
    text-align: center;
}
/* Общие стили для сайдбара */
.site-sidebar {
    margin-top: 20px;
    border-radius: 10px;
    color: #fff;
}

/* Стили для формы подписки */
.promo-subscribe {
    margin-bottom: 40px;
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.promo-subscribe h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #4CAF50;
}

.promo-subscribe form {
    margin-bottom: 15px;
}

.promo-subscribe input[type="text"],
.promo-subscribe input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.promo-subscribe button {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.promo-subscribe button:hover {
    background-color: #45a049;
}

/* Социальные ссылки */
.social-links a {
    display: inline-block;
    margin: 0 5px;

    color: #fff;
}

.social-links a:hover {
    color: #4CAF50;
}

/* Популярные предложения */
.popular-offers h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #4CAF50;
}

.offer-brands a {
    display: inline-block;
    margin-bottom: 15px;
}

.offer-brands img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Адаптивные стили для сайдбара */
@media (max-width: 768px) {
    .site-sidebar {
        padding: 15px;
    }

    .promo-subscribe input[type="text"],
    .promo-subscribe input[type="email"] {
        font-size: 14px;
    }

    .promo-subscribe button {
        font-size: 14px;
        padding: 8px 12px;
    }

    .popular-offers h3 {
        font-size: 18px;
    }

    .social-links a {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .promo-subscribe h3,
    .popular-offers h3 {
        font-size: 16px;
    }

    .promo-subscribe input[type="text"],
    .promo-subscribe input[type="email"] {
        font-size: 12px;
    }

    .promo-subscribe button {
        font-size: 12px;
        padding: 6px 10px;
    }

    .social-links a {
        font-size: 18px;
    }
}
/* Карточки промокодов - 4 в ряд */
.tournament-card {
    background-color: #1d1d1d;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.text-block h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #fff;
}

.text-block h4 a {
    color: #4CAF50;
    text-decoration: none;
}

.text-block p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #ccc;
}

.copy-icon {
    cursor: pointer;
    margin-left: 10px;
}

.copy-icon:hover {
    color: #4CAF50;
}

.btn-block a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.cus-btn.primary {
    background-color: #4CAF50;
    color: #fff;
}
.cus-btn{
    display: inline-block; 
    padding: 10px 20px; 
    background-color: #4CAF50; 
    color: #fff; 
    border-radius: 10px; 
    text-decoration: none; 
    border: none; 
    margin-bottom: 20px;
}

.cus-btn.sec {
    background-color: #333;
    color: #fff;
}



.col-lg-33 {
    flex: 0 0 33,333%; /* Ширина 25% для 4 колонок */
}

/* Адаптивные стили */
@media (max-width: 1024px) {
    .col-lg-33 {
        flex: 0 0 33,333%; /* На планшетах 2 карточки в ряд */
    }
}

@media (max-width: 768px) {
    .col-lg-33 {
        flex: 0 0 100%; /* На мобильных 1 карточка в ряд */
    }
}
a {
    text-decoration: none!important;
}
#breadcrumbs a{
    color: #4CAF50;
}
/* Убираем подчеркивание у всех ссылок при наведении */
a:hover {
    text-decoration: none!important;
}

.promo-description {
    background-color: #f9f9f9; /* Светлый фон */
    padding: 40px; /* Отступы внутри секции */
    border: 1px solid #e0e0e0; /* Легкая рамка */
    border-radius: 8px; /* Скругленные углы */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Легкая тень */
}

.promo-description h2, .promo-description h3 {
    font-family: 'Oswald', sans-serif; /* Шрифт заголовков */
    font-size: 28px; /* Размер заголовков */
    color: #333; /* Цвет заголовков */
    margin-bottom: 15px; /* Отступ снизу */
}

.promo-description h3 {
    font-size: 24px; /* Размер подзаголовка */
}

.promo-description p {
    font-family: 'Roboto', sans-serif; /* Шрифт текста */
    font-size: 16px; /* Размер текста */
    color: #555; /* Цвет текста */
    line-height: 1.6; /* Межстрочный интервал */
    margin-bottom: 20px; /* Отступ между абзацами */
}

.promo-description strong {
    font-weight: bold; /* Выделение жирным для важного текста */
    color: #333; /* Цвет выделенного текста */
}


.ol{
    max-width: 600px;
    height: auto;
}

.faq-section {
    background-color: #1d1d1d;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-item {
    border-bottom: 1px solid #4CAF50;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

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

.faq-question:hover {
    color: #fff;
}

.popular-brands .brand-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.popular-brands .brand-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.popular-brands .brand-link {
    text-decoration: none;
}

.popular-brands .brand-info h3 {
    margin-top: 10px;
    font-size: 18px;
    color: #4CAF50;
}

.popular-brands .brand-link:hover .brand-info h3 {
    color: #fff;
}

.site-sidebar .widget {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.site-sidebar .widget h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.site-sidebar .widget .rating span {
    display: inline-block;
    vertical-align: middle;
}

.site-sidebar .widget p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

.promo-description img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
}

.promo-subscribe {
    background-color: #4CAF50;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Добавлена тень */
}

.promo-subscribe h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
}

.promo-subscribe form input {
    width: 100%;
    padding: 12px; /* Увеличены отступы внутри полей */
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
}

.promo-subscribe form button {
    width: 100%;
    padding: 12px;
    background-color: #fff;
    color: #4CAF50;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.promo-subscribe form button:hover {
    background-color: #eee;
}

/* Стиль для боковой панели */


.site-sidebar h3 {
    font-size: 24px;
    color: black;
}

.site-sidebar input[type="text"], .site-sidebar input[type="email"] {
    background-color: #fff;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.t-logo{
    width: auto;
    height: 60px;
}

.promo-filters{
color: black;
}

.single-feature img{
    width: auto;
    height: 20px;
}

.feature-box{
    margin: 0 auto;
    text-align: center;
}

.single-feature{
background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.single-feature a{
    color: #4CAF50;
}
.single-feature .title{
    padding-top: 10px;
}

.sidebar {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sidebar-title {
    font-size: 1.5em;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
}

.sidebar-categories {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.category-item {
    padding: 10px 15px;
    margin-bottom: 8px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.category-item:hover {
    background-color: #f1f1f1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.category-item a {
    text-decoration: none;
    color: #4CAF50;
    font-weight: bold;
    display: block;
}

.category-item a:hover {
    color: black;
}

.text-block a {
	color: #4CAF50;
}

.promo-card{
    width: 100%;
}

.app-promo-block {
    background-color: #4CAF50;
    border-radius: 12px;
    padding: 20px;
    color: #fff;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.app-promo-block h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
}

.app-promo-block p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.download-btn {
    display: inline-block;
    background-color: #fff;
    color: #4CAF50;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    margin-bottom: 15px;
    transition: background-color 0.3s ease;
}

.download-btn:hover {
    background-color: #f4f4f4;
}

.benefits-list {
    text-align: left;
    margin-top: 15px;
    padding-left: 20px;
    font-size: 16px;
}

.benefits-list li {
    margin-bottom: 10px;
}

.download-btn:hover{
    color: black;
}

.language-switcher {
    position: relative;
    display: inline-block;
}

.lang-toggle {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
}

.lang-toggle .arrow {
    margin-left: 8px;
}

.lang-dropdown {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    border-radius: 10px;
}

.lang-dropdown li {
    list-style: none;
}

.lang-dropdown li a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lang-dropdown li a:hover {
    background-color: #f1f1f1;
}

.language-switcher:hover .lang-dropdown {
    display: block;
}

.lang-dropdown img {
    width: 32px;
    height: 32px;
}
.lang-toggle img{
    width: 32px;
    height: 32px;
}
.lang-dropdown{ 
	padding:0;
}



.ol{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
  
  
  .promo-code-section {
    background-color: #222;
    color: #eaeaea;
    padding: 20px;
    border-radius: 8px;
    max-width: 1120px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  
  .promo-code-section h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: white;
  }
  
  .promo-short-text {
    color: #b0b0b0;
    font-size: 16px;
  }
  
  .promo-full-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    color: #d3d3d3;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.6;
  }
  
  .promo-full-text p {
    margin: 0;
  }
  
  .toggle-details {
    display: inline-block;
    margin-top: 10px;
    color: #45f882;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .toggle-details:hover {
    color: #16a085;
  }
  .app-download-promo {
    background: #333;
    padding: 60px 0;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  }
  
  .app-download-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .app-download-content {
    width: 50%;
    padding: 30px;
  }
  
  .app-download-title {
    font-size: 2.5em;
    color: white;
    margin-bottom: 20px;
  }
  
  .app-download-subtitle {
  
    margin-bottom: 30px;
    color: white;
  }
  
  .app-download-benefits {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  
  .app-benefit-item {
    width: 50%;
    display: flex;
  align-items: center;
  padding-bottom: 20px;
    
   
  
    color: #fff;
  }
  
  .app-benefit-item i {
    font-size: 2em;
    margin-right: 15px;
    color: #4CAF50;
  }
  
  .app-download-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
  }
  
  .app-btn {
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    text-align: center;
    display: inline-block;
  }
  
  .app-primary-btn {
    background-color: #4CAF50;
    color: white;
  font-weight:400;
  }
  
  .app-primary-btn:hover {
    background-color: #555;
  }
  
  .app-secondary-btn {
    background-color: white;
    color: #1a1a1a;
  font-weight:400;
  }
  
  .app-secondary-btn:hover {
    background-color: #4CAF50;
    color: #fff;
  }
  
  .app-download-qr {
    margin-top: 20px;
  }
  
  .app-download-qr p {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #fff;
  }
  
  .app-qr-code {
    width: 100px;
  }
  
  .app-download-image {
    width: 40%;
    position: relative;
  }
  
  .app-download-img {
    width: 100%;
    animation: float 3s ease-in-out infinite;
  }
  
  /* Анимация для картинки приложения */
  @keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
  }
  
  
  .btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ffac61!important;
    border-color: #ffac61!important;
  }
  
  .btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #ffac61!important;
  
  }
  
  .rating-container{
  display: flex;
    flex-direction: row;
    justify-content: space-around;
	  align-items: center;
    
  }
  
  @media (max-width: 963px) {
    .rating-container {
    display: flex; 
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
    }
  
  
  @media (max-width: 730px) {
   .app-download-content {
    width: 80%;
  
  
    }
  }
  
  
  
  .promo-code-section {
      background-color: #222;
      color: #eaeaea;
      padding: 20px;
      border-radius: 8px;
      max-width: 1120px;
      margin: 0 auto;
      font-family: Arial, sans-serif;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  
  .promo-code-section h3 {
      font-size: 22px;
      margin-bottom: 8px;
      color: white;
  }
  
  .promo-short-text {
      color: #b0b0b0;
      font-size: 16px;
  }
  
  .promo-full-text {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      color: #d3d3d3;
      font-size: 16px;
      margin-top: 10px;
      line-height: 1.6;
  }
  
  .promo-full-text p {
      margin: 0;
  }
  
  .toggle-details {
      display: inline-block;
      margin-top: 10px;
      color: #45f882;
      font-weight: bold;
      text-decoration: none;
      transition: color 0.3s;
  }
  
  .toggle-details:hover {
      color: #16a085;
  }
  
  /* Общий стиль для секции */
  .slider__area {
    background: linear-gradient(135deg, #1d1d1d 50%, #222 50%);
      padding: 40px;

      display: flex;
      align-items: center;
      gap: 20px;
      color: #d1d5db;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      flex-direction: row;

  }

  .rating-title{
    color: white;
  }

  .rating-value{
    color:white;
  }
  
  /* Flexbox для выравнивания содержимого */
  .slider-activee {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-evenly;
  }
  
  /* Контент с кнопками */
  .slider__content {
      flex: 1;
     
      padding: 0 20px;
      display: flex;
      flex-direction: column;
      gap: 20px;
          
  }
  
  /* Заголовок */
  .slider__content h1 {
      font-size: 32px;
      color: white;
      font-weight: bold;
      margin-bottom: 15px;
  }
  
  /* Блок кнопок и промокодов */
  .promo-button-group {
      display: flex;
      align-items: center;
      gap: 15px;
     
  }
  
  .promo-code-box {
      background: black;
      padding: 10px 15px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      gap: 8px;
      border: 1px solid #374151;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  }
  
  .promo-text {
      color: #9ca3af;
      font-size: 16px;
  }
  
  .promo-code {
      color: #4CAF50;
      font-weight: bold;
      font-size: 18px;
  }
  
  /* Кнопка копирования */
  .copy-btn img {
      width: 24px;
      cursor: pointer;
      transition: transform 0.2s;
  }
  
  .copy-btn img:hover {
      transform: scale(1.1);
  }
  .copy-btn{
    background: none;
    border: none;
  }
  /* Стиль кнопки */
  .register-btn {
      color: #ffffff;
      background: #22c55e;
      border-radius: 8px;
      padding: 10px 15px;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      transition: background 0.3s;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      display: inline-block;
  }
  
  .register-btn:hover {
      background: #16a34a;
  }
  
  /* Изображение */
  .slider__img {
      flex: 1;
  
      text-align: right;
  }
  
  .slider__img img {
      width: 400px;
      border-radius: 12px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
  }
  
  .oll {
      display: flex;
      align-content: center;
      justify-content: center;
      align-items: center;
      flex-direction: row;
  }
  
  /* Общий стиль для затемнённого фона попапа */
  .promo-popup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.85);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1000;
  }
  
  /* Основной блок попапа */
  .promo-popup-content {
      background: #1f2937;
      padding: 30px;
      border-radius: 12px;
      max-width: 400px;
      width: 90%;
      color: #d1d5db;
      text-align: center;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
      position: relative;
  }
  
  /* Кнопка закрытия попапа */
  .close-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 24px;
      color: white;
      cursor: pointer;
      transition: color 0.2s;
  }
  
  .close-btn:hover {
      color: #0a84ff;
  }
  
  /* Заголовок и описание в попапе */
  .promo-popup-content p {
      color: #9ca3af;
      font-size: 16px;
      margin-bottom: 20px;
      
  }
  
  .promo-popup-content p:first-of-type {
      font-size: 18px;
      color: white;
      font-weight: bold;
  }
  
  /* Кнопка для скачивания APK */
  .btn-primary {
      display: inline-block;
      color: #ffffff;
      background: linear-gradient(90deg, #1da1f2, #0a84ff);
      padding: 12px 20px;
      border-radius: 8px;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none;
      transition: background 0.3s, transform 0.2s;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
  
  .btn-primary:hover {
      background: linear-gradient(90deg, #0a84ff, #1da1f2);
      transform: scale(1.05);
  }
  
  /* Секция с преимуществами приложения */
  .app-benefits {
      margin-top: 20px;
      text-align: left;
  }
  
  .app-benefits ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  
  .app-benefits li {
      color: #9ca3af;
      font-size: 16px;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
  }
  
  .app-benefits li::before {
      content: "✓";
      color: #10b981;
      margin-right: 8px;
  }

  .ggmain-rating-section{
    background-color: #f5f5f5;
  }
  .ggmain-rating-section .container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  
  .ggmain-rating-section .col-lg-8,
  .ggmain-rating-section .col-lg-4 {
      flex: 1;
  }
  
  .ggmain-rating-section .col-lg-4 {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .ggmain-rating-section .right-image {
      width: 500px;
      height: auto;
  }
  .ole{
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: center;
      align-items: center;
  }
  
  @media (max-width: 832px) {
      .oll{
          flex-direction: column;
          text-align: center;
      }
      .promo-button-group{
          justify-content:center;
      }
      .slider__btn{
          align-items:center;
          padding-bottom: 40px;
      }
      .slider__content{
          padding:0;
      }
      .ole{
          flex-direction:column;
      }
      .slider-activee{
          display:inline;
      }
      
          .ggmain-rating-section .container{
              display:inline;
          }
      .app-download-content{
          width:100%;
      }
      .app-download-content{
          padding:10px;
      }
  }
  
  
  /* General Layout */
  .tournament-area {
    padding-top: 60px;
    padding-bottom: 40px;
    color: black;
  }
  
  .section__title h3.title {
    color: #ff4b4b; /* Neon red for emphasis */
    font-weight: bold;
    font-size: 2rem;
  }
  
  .tournament__box-wrap {
    position: relative;
    background-color: #1b1b1b; /* Dark box background */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  
  .tournament__box-wrap:hover {
    transform: scale(1.05); /* Subtle scale effect */
  }
  
  .tournament__box-price,
  .tournament__box-prize {
    color: #ffa500; /* Neon orange for icons and text */
    font-weight: bold;
  }
  
  .tournament__box-countdown .time-count {
    background-color: #272727;
    color: #f2f2f2;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
  }
  
  .tournament__box-caption .title {
    color: #ffffff;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .tournament__box-caption .title img {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  
  /* Buttons */
  .tournament__box-activate .btn-primary {
    background-color: #ff4b4b; /* Neon red */
    color: #ffffff;
    border-radius: 20px;
    padding: 8px 20px;
    transition: background-color 0.3s ease;
  }
  
  .tournament__box-activate .btn-primary:hover {
    background-color: #ff6f6f;
  }
  
  /* Load More Button */
  .load-more-active {
    background-color: #ff4b4b;
    color: #ffffff;
    border-radius: 20px;
    padding: 10px 30px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .load-more-active:hover {
    background-color: #ff6f6f;
  }
  
  /* SVG Customizations */
  .main-bg,
  .price-bg {
    fill: #121212;
    opacity: 0.8;
  }
  #loadMoreActive{

  }
  
  
  .promo-cards-grid{
      display: flex;
      align-content: center;
      justify-content: center;
      align-items: stretch;
  }
  
  .promo-card{
      margin:20px;
  }
  .promo-cards-section{
      margin-top:40px;
      background-color: #f5f5f5;
  }
  .ggdrop-rating-ol{
      margin-top:40px;
      color:#252f5a;
  }
  
  /* Основная секция FAQ */
  .section-faq {
      padding: 60px 0;
      background: linear-gradient(135deg, #1d1d1d 50%, #222 50%);
      color: #f9f9f9; /* Светлый текст */
  }
  
  .section-faq-title {
      font-size: 36px;
      font-weight: 700;
      text-align: center;
      color: white; /* Яркий акцент для заголовка */
      margin-bottom: 50px;
      text-transform: uppercase;
      margin-bottom: 40px !important;
  }
  
  .faq-container {
      max-width: 900px;
      margin: 0 auto;
  }
  
  .faq-question-block {
      background-color: #1a1a1a;
      padding: 20px;
      margin-bottom: 10px;
      border-radius: 15px;
      border: 1px solid #423f38;
      cursor: pointer;
      position: relative;
      transition: background-color 0.3s ease;
  }
  
  
  .faq-question-title {
      font-size: 18px;
      color: #adb0bc;
      margin: 0;
      text-transform: none;
  }
  
  .faq-answer {
      display: none; /* Скрываем ответ по умолчанию */
      padding-top: 10px;
      font-size: 16px;
      line-height: 1.6;
      color: #dcdcdc; /* Светлый цвет для текста */
  }
  
  .faq-question-block.open .faq-answer {
      display: block; /* Отображаем ответ, если блок открыт */
  }
  
  .faq-toggle-icon {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      color: #4CAF50; /* Цвет иконки */
      transition: transform 0.3s ease;
  }
  
  .faq-question-block.open .faq-toggle-icon {
      transform: translateY(-50%) rotate(45deg); /* Анимация иконки при открытии */
  }
  
  /* Мобильная адаптация */
  @media (max-width: 768px) {
      .section-faq-title {
          font-size: 28px;
          margin-bottom: 30px;
      }
  
      .faq-question-title {
          font-size: 20px;
      }
  
      .faq-answer {
          font-size: 14px;
      }
      .mybtn1{
          margin-bottom:20px;
      }
      .promo-cards-section{
          padding:40px;
      }
      .ggmain-rating-section{
          padding:40px;
      }
      .app-download-promo{
          padding:0;
      }
  }
  /* Стиль для попапа */
  
  /* Колесо фортуны */
  .fortune-wheel {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px;
  }
  
  .fortune-wheel img {
      width: 200px;
      height: 200px;
      transition: transform 5s ease-out;
  }
  
  /* Эффект кнопки */
  .pulse-effect {
      animation: pulse 1.5s infinite;
  }
  
  @keyframes pulse {
      0% {
          transform: scale(1);
      }
      50% {
          transform: scale(1.1);
      }
      100% {
          transform: scale(1);
      }
  }
  .app-primary-btn:hover {
      color: white;
  }
  .btno{
      background-color: #0f161b;
  }
  
  .slider__content{
      display:flex;
      flex-direction: column;
      justify-content:center;
      
  }
  
  #breadcrumbs{
      padding-bottom: 40px;
      padding-top: 40px;
  }
  
  .otstup{
      padding-bottom:20px;
  }
  
  .promo-button-group{
      padding-top: 40px;
      padding-bottom: 40px;
  }
  h1{
      margin:0;
  }
  
  .rating-image{
      float:left;
  }
  .rating-content{
      float:right;
  }
  .ggdrop-rating-ol{
      overflow:hidden;
      padding-top: 40px;
      background-color: #333;
  padding-bottom:40px;
  }
  
  .ggdrop-vote {
      margin-top: 20px;
  }
  
  .vote-buttons {
      display: flex;
      gap: 20px;
      margin-bottom: 10px;
  }
  
  .styled-btn {
      background: linear-gradient(135deg, #ffac61, #f4a21a);
      border: none;
      padding: 12px 20px;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      border-radius: 5px;
      transition: background 0.3s, box-shadow 0.3s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      cursor: pointer;
  }
  
  .styled-btn i {
      font-size: 18px;
  }
  
  .styled-btn:hover {
      background: linear-gradient(135deg, #f4a21a, #ffac61);
      box-shadow: 0px 5px 15px rgba(255, 165, 0, 0.6);
  }
  
  .thumbs-up-btn {
      background: linear-gradient(135deg, #32cd32, #4CAF50);
  }
  
  .thumbs-up-btn:hover {
      background: linear-gradient(135deg, #4CAF50, #32cd32);
  }
  
  .thumbs-down-btn {
      background: linear-gradient(135deg, #ff6347, #ff4500);
  }
  
  .thumbs-down-btn:hover {
      background: linear-gradient(135deg, #ff4500, #ff6347);
  }
  
  .styled-btn:disabled {
      background: #555;
      cursor: not-allowed;
  }
  
  #voteMessage {
      text-align: left;
      font-size: 14px;
  }
  
  
  @media (max-width: 670px) {
      .promo-cards-grid{
          flex-direction: column;
      }
  
      .slider__img{
          text-align:center;
      }
      
      .rating-content{
          text-align:center;
      }
      .vote-buttons{
              justify-content: center;
      margin-top: 40px;
      }
  }
  
  .ggdrop-advantages h3 {
   padding-bottom:20px;
  }
  
  .advantages-list {
      list-style: none;
      padding: 0;
      font-size: 18px;
  }
  
  .advantages-list li {
     
      color: #adb0bc;
  }
  
  .advantages-list li i {
      margin-right: 10px;
      color: #4CAF50;
  }
  
  .ggdrop-promo-benefits h3 {
      padding-top:20px;
      padding-bottom:20px;
  }
  
  .promo-benefits-list {
      list-style: none;
      padding: 0;
   font-size: 18px;
  }
  
  .promo-benefits-list li {
  
      color: #adb0bc;
  }
  
  .promo-benefits-list li i {
      margin-right: 10px;
      color: #4CAF50;
  }
  
  .ggdrop{
      color:#4CAF50;
      text-transform: uppercase;
  }
  
  
  .app-benefit-item p{
      color:white;
  }
  button, select{
      background: none;
      border: none;
  }
  
  
  .about-page{
      padding-top: 40px;
      padding-bottom: 40px;
      background-color: #f5f5f5;
  }


