/* Кастомный скроллбар для веб-кит браузеров */
::-webkit-scrollbar {
    width: 12px; /* Ширина скроллбара */
}

::-webkit-scrollbar-track {
    background: #020c22; /* Цвет трека скроллбара (фон) */
    border-radius: 10px; /* Скругление углов */
}

::-webkit-scrollbar-thumb {
    background: #17B7B0; /* Цвет ползунка скроллбара */
    border-radius: 10px; /* Скругление углов */
    border: 3px solid #020c22; /* Обводка ползунка скроллбара */
}

::-webkit-scrollbar-thumb:hover {
    background: #17B7B0; /* Цвет ползунка при наведении */
}

/* Кастомный скроллбар для Firefox */
* {
    scrollbar-width: thin; /* Уменьшаем ширину скроллбара */
    scrollbar-color: #17B7B0 #020c22; /* Цвет ползунка и трека */
}

/* Кастомный скроллбар для всех браузеров */
* {
    scrollbar-width: thin; /* Уменьшаем ширину скроллбара */
    scrollbar-color: #17B7B0 #020c22; /* Цвет ползунка и трека */
}
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #17B7B0;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar; /* Использование кастомного стиля скроллбара */
}

a {
    text-decoration: none;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 0;
    transition: background-color 0.3s;
    z-index: 1000;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
}

.header .logo {
    height: 32px;
}

.header .olimp-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 48px;
}

.header .header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .language-panel {
    color: #333B4C;
    margin-right: 20px;
}

.header .join-btn {
    width: 160px;
    height: 48px;
    background: #FF7C1E;
    box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.13), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.header .join-btn:hover {
    background-color: #e36a14;
}

.scrolled {
    background-color: #002B46;
}

.hero {
    position: relative;
    height: 620px;
    background: linear-gradient(180deg, #17B7B0 -11.71%, #003853 133.88%), 
                linear-gradient(90deg, #17B7B0 0%, #FBA9CB 100%), 
                linear-gradient(246.4deg, #4B08E7 0%, #8847F5 23.45%, #671CE6 42.48%, #5A17C8 84.96%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
}

.hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.hero-woman {
    position: absolute;
    bottom: 0;
    right: 150px;
    height: 578px;
    object-fit: cover;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
    height: 620px;
    max-width: 1920px;
}

.hero-title {
    font-size: 294px;
    line-height: 247px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 60px;
    margin-left: 120px;
}

.hero-btn {
    display: block;
    width: 296px;
    height: 124px;
    background: #F85A00;
    box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.1), inset 0px 4px 4px rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 72px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    margin: -286px auto;
    transition: background-color 0.3s ease;
    transform: rotate(-4.35deg);
}

.hero-btn:hover {
    background-color: #e24f00;
}

.hero-highlight-container {
    position: absolute;
    bottom: 17px;
    left: -5px;
    width: 102%;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.hero-highlight-container-mobile {
    display: none;
}

.hero-highlight {
    background-color: #F85A00;
    padding: 5px;
    font-size: 46px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    transform: rotate(-4deg);
    text-align: center;
    width: 102%;
    font-weight: 900;
}


/* Новая секция */
.bonus {
    background-color: #002B46;
    padding: 50px 20px;
    position: relative;
}

.bonus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bg2.png') no-repeat center center;
    background-size: cover;
    opacity: 1;
    z-index: 1;
}

.bonus-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.bonus-title {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.steps {
    display: flex;
    gap: 0px;
    max-width: 1600px;
    margin: auto;
    justify-content: center;
}

.step {
    position: relative;
    flex: 1;
    min-width: 200px;
    margin: 10px -5px;
    text-align: left;
    color: white;
}

.step img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.step-number {
    position: absolute;
    top: 20px;
    left: 35px;
    width: 52px;
    height: 52px;
    background-color: #003853;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
    z-index: 2;
}
.step-number.s1 {
    left: 20px;
}

.step-text {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 80%;
    font-size: 32px;
    font-weight: bold;
    z-index: 3;
}

.step-text-de {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 80%;
    font-size: 24px;
    font-weight: bold;
    z-index: 3;
}

.step-text-de.s2 {
    left: 45px;  
}

.step-text.s2 {
    left: 45px;  
}


/* CSS для новой секции */
.bet-section {
    background: linear-gradient(180deg, #17B7B0 -11.71%, #003853 133.88%);
    position: relative;
    padding: 60px 0;
    text-align: center;
    color: white;
    overflow: hidden;
}

.bet-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}

.bet-section h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}

.bet-section table {
    width: 80%;
    max-width: 780px;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0; /* Убирает промежутки между ячейками */
    position: relative;
    z-index: 2;
    border-radius: 12px; /* Закругленные углы */
    overflow: hidden; /* Чтобы закругление углов применялось корректно */
}

.bet-section th, .bet-section td {
    border: none;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    width: 50%; /* Одинаковая ширина колонок */
}

.bet-section th {
    background-color: #F85A00;
    font-weight: 500;
    height: 28px;
}

.bet-section td {
    background-color: #022b45;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Белые разделительные линии с прозрачностью 20% */
}

.bet-section tr:last-child td {
    border-bottom: none; /* Убираем линию у последней строки */
}

.bet-section td + td, .bet-section th + th {
    border-left: 1px solid rgba(255, 255, 255, 0.2); /* Вертикальная разделительная линия */
}

.bet-section p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

/* Декоративные изображения */
.top-decoration {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 1820px;
    height: auto;
    z-index: 1;
}

.bottom-decoration-left {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 620px;
    height: auto;
    z-index: 1;
}

.bottom-decoration-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 477px;
    height: auto;
    z-index: 1;
}

/* Новые декораторы */
.top-decoration-left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 358px;
    height: auto;
    z-index: 2;
}

.top-decoration-right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 357px;
    height: auto;
    z-index: 2;
}

/* Календарь */
.calendar-section {
    background-color: #002B46; 
    color: white;
    padding: 70px 20px;
    text-align: center;
    position: relative;
    overflow: hidden; /* Это важно, чтобы псевдоэлемент не выходил за пределы секции */
}

.calendar-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg3.png'); /* Замените URL_ВАШЕГО_ПАТТЕРНА на фактический URL паттерна */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Это обеспечит, что паттерн будет покрывать всю секцию, сохраняя пропорции */
    opacity: 1; /* Настройте степень прозрачности паттерна по вашему усмотрению */
    z-index: 1;
}
.left-container-mob{
    display: none;
}
.calendar-section * {
    position: relative;
    z-index: 2;
}


.calendar-title {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 40px;
}


.calendar-container {
    width: 1300px;
    margin: 50px auto;
    padding: 0px 60px;
    background-color: #33556B;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 97% 50%, 100% 100%, 100% 100%, 0 100%, 0 100%, 3% 50%, 0 0%);
}
.head {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 5px 0;
}
.head div {
    flex: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #758c9b;
}
.calendar-content {
    display: flex;
}
.left-container {
    width: 270px;
    padding-right: 20px;
    margin-top: 1px;
}

.left-container a {
    text-decoration: none;
}  
.left-container a li {
    color: #F5F5F5; /* Замените initial на нужный цвет, если необходимо */
    transform: none; /* Убедимся, что трансформация не применяется */
}

.left-container a li:hover {
    color: #F5F5F5;
    transform: none; /* Убедимся, что трансформация не применяется при наведении */
}

.left-container h2 {
    margin-bottom: -10px;
    margin-top: 18px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    color: #758c9b;
}
.left-container ul {
    list-style: none;
    padding: 0;
}
.left-container ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.left-container ul li:hover, .left-container ul li.hover {
    background-color: #17B7B0;
}
.left-container ul li img {
    margin-right: 10px;
}
.right-container {
    width: calc(100% - 300px);
    display: grid;
    grid-template-columns: repeat(19, 48px);
    grid-auto-rows: 40px;
    gap: 5px;
    font-size: 20px;
    font-weight: 600;
}
.right-container div {
    background-color: #4C637A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.highlight {
    background-color: #17B7B0 !important;
}
.highlight-border {
    border: 2px solid #17B7B0 !important;
}
.right-container div:nth-child(19n+1), 
.right-container div:nth-child(19n+2), 
.right-container div:nth-child(19n+3), 
.right-container div:nth-child(19n+4), 
.right-container div:nth-child(19n+5), 
.right-container div:nth-child(19n+6), 
.right-container div:nth-child(19n+7), 
.right-container div:nth-child(19n+8), 
.right-container div:nth-child(19n+9), 
.right-container div:nth-child(19n+10), 
.right-container div:nth-child(19n+11), 
.right-container div:nth-child(19n+12), 
.right-container div:nth-child(19n+13), 
.right-container div:nth-child(19n+14), 
.right-container div:nth-child(19n+15), 
.right-container div:nth-child(19n+16), 
.right-container div:nth-child(19n+17), 
.right-container div:nth-child(19n+18), 
.right-container div:nth-child(19n+19) {
    background-color: #758c9b;
}
.right-container div:nth-child(38n+20), 
.right-container div:nth-child(38n+21), 
.right-container div:nth-child(38n+22), 
.right-container div:nth-child(38n+23), 
.right-container div:nth-child(38n+24), 
.right-container div:nth-child(38n+25), 
.right-container div:nth-child(38n+26), 
.right-container div:nth-child(38n+27), 
.right-container div:nth-child(38n+28), 
.right-container div:nth-child(38n+29), 
.right-container div:nth-child(38n+30), 
.right-container div:nth-child(38n+31), 
.right-container div:nth-child(38n+32), 
.right-container div:nth-child(38n+33), 
.right-container div:nth-child(38n+34), 
.right-container div:nth-child(38n+35), 
.right-container div:nth-child(38n+36), 
.right-container div:nth-child(38n+37), 
.right-container div:nth-child(38n+38) {
    background-color: #5c7789;
}

.circle {
    width: 20px;
    height: 20px;
    background-color: #16aaa7;
    border-radius: 50%;
    display: inline-block;
}
.dot {
    width: 12px;
    height: 11px;
}
.medal {
    width: 24px;
    height: 23px;
}

.dot:hover {
    content: url('../img/doth.png');
}

.medal:hover {
    content: url('../img/medalh.png');
}

.highlight {
    background-color: yellow;
}

.place-bet-btn {
    width: 220px;
    height: 72px;
    background: #FF7C1E;
    box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.13), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.place-bet-btn:hover {
    background-color: #e36a14;
}



/* CSS для последней секции */
.participation-section {
    background-color: #002B46;
    padding: 20px 70px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.participation-card {
    background-color: #33556b;
    width: 136px;
    height: 136px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.participation-card img {
    width: 100%; /* QR код занимает весь блок */
    height: auto;
}

.participation-card.android img {
    width: 65px;
    height: 86px;
}

.participation-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex: 1;
    background-color: #33556b;
    border-radius: 12px;
    padding: 20px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
    min-width: 1115px;
}

.participation-content-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.participation-content p {
    margin: 0;
    font-size: 32px;
    text-transform: uppercase; /* Заглавные буквы */
}

.participation-content .highlight {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #9948FF;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 32px;
    text-transform: uppercase;
    vertical-align: middle;
}

.participation-content .highlight img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.participation-buttons {
    display: flex;
    gap: 20px;
}

.participation-buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.13), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    min-height: 48px;
    transition: background-color 0.3s ease;
}

.participation-buttons .join-btn {
    background-color: #FF7C1E;
    color: white;
}

.participation-buttons .bet-btn {
    background-color: #17B7B0;
    color: white;
    min-width: 220px;
}

.participation-buttons .join-btn:hover {
    background-color: #e36a14;
}

.participation-buttons .bet-btn:hover {
    background-color: #13a79f;
}
.bonus-section-mobile {
    display: none;
}




.participation-section-mobile {
    display: none;
    background-color: #002B46;
    padding: 20px 0px 60px;
    text-align: center;
}

.participation-section-mobile .participation-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.participation-section-mobile .participation-card {
    background-color: #33556b;
    width: 136px;
    height: 136px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}
.participation-card1 {
    background-color: #33556b;
    width: 195px;
    height: 136px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.participation-section-mobile .participation-card img {
    width: 100%;
    height: auto;
}

.participation-section-mobile .participation-card1.android img {
    width: 65px;
    height: 86px;
}

.participation-section-mobile .participation-content {
    background-color: #33556b;
    border-radius: 12px;
    padding: 20px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-align: left;
}

.participation-section-mobile .participation-content-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: -7px;
}

.participation-section-mobile .participation-content-text p {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
}

.participation-section-mobile .participation-content .highlight {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #13a79f;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}

.participation-section-mobile .participation-content .highlight img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.participation-section-mobile .participation-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.participation-section-mobile .participation-buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.13), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.participation-section-mobile .participation-buttons .join-btn {
    background-color: #FF7C1E;
    color: white;
    width: 320px;
    height: 48px;
}

.participation-section-mobile .participation-buttons .bet-btn {
    background-color: #17B7B0;
    color: white;
    width: 320px;
    height: 48px;
}

.participation-section-mobile .participation-buttons .join-btn:hover {
    background-color: #e36a14;
}

.participation-section-mobile .participation-buttons .bet-btn:hover {
    background-color: #13a79f;
}



footer {
    background-color: #002B46;
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 70px;
    color: #79849B;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

footer .logo {
    width: 100px;
}

@media (max-width: 1800px) {
    .hero-title {
        font-size: 252px;
        line-height: 229px;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        text-align: left;
        text-transform: uppercase;
        font-weight: 900;
        margin-top: 85px;
        margin-left: 70px;
    }
    .hero-woman {
        position: absolute;
        bottom: 0;
        right: -25px;
        height: 578px;
        object-fit: cover;
        z-index: 2;
    }
}
@media (max-width: 1520px) {
    .hero-title {
        font-size: 214px;
        line-height: 181px;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        text-align: left;
        text-transform: uppercase;
        font-weight: 900;
        margin-top: 132px;
        margin-left: 70px;
    }
    .hero-woman {
        position: absolute;
        bottom: 0;
        right: -25px;
        height: 500px;
        object-fit: cover;
        z-index: 2;
    }
    .hero-highlight {
        background-color: #F85A00;
        padding: 5px;
        font-size: 36px;
        font-weight: bold;
        font-style: italic;
        text-transform: uppercase;
        transform: rotate(-5deg);
        text-align: center;
        width: 102%;
        font-weight: 900;
    }
    .hero-btn {
        margin: -215px auto;
    }
    .step-text {
        font-size: 20px;
    }
    .left-container {
        width: 200px;
        padding-right: 20px;
        margin-top: 1px;
    }
    .calendar-container {
        width: 1230px;
    }
}
@media (max-width: 1520px) {
    .hero-title {
        font-size: 165px;
        line-height: 171px;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        text-align: left;
        text-transform: uppercase;
        font-weight: 900;
        margin-top: 132px;
        margin-left: 46px;
    }
    .hero-highlight {
        font-size: 28px;
    }
    .hero-woman {
        position: absolute;
        bottom: 0;
        right: 0px;
        height: 380px;
        object-fit: cover;
        z-index: 2;
    }
    .hero-btn {
        width: 250px;
        height: 90px;
    }
    .bonus-title {
        font-size: 48px;
        margin-bottom: 10px;
    }
    .step-number.s1 {
        left: 12px;
    }
    .step-number {
        top: 12px;
        left: 20px;
        width: 36px;
        height: 36px;
        font-size: 20px; 
    }
    .step-text.s2 {
        left: 25px;
    }
    .step-text {
        left: 15px
    }
    .bonus {
        padding: 20px 20px;
    }
    .bet-section h2 {
        font-size: 42px;
    }
    .top-decoration-left {
        width: 220px;
    }
    .top-decoration-right {
        width: 220px;
    }
    .calendar-container {
        width: 850px;
        margin: 50px auto;
        padding: 0px 60px;
        background-color: #33556B;
        clip-path: polygon(0 0, 100% 0, 100% 0%, 97% 50%, 100% 100%, 100% 100%, 0 100%, 0 100%, 3% 50%, 0 0%);
    }
    .left-container h2 {
        margin-bottom: -10px;
        margin-top: 6px;
        text-transform: uppercase;
        font-size: 18px;
        text-align: left;
        color: #758c9b;
    }
    .left-container {
        width: 180px;
        padding-right: 20px;
        margin-top: 5px;
        margin-left: -10px;
    }
    .left-container ul li {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        height: 34px;
        font-size: 18px;
        font-weight: 600;
        padding-left: 10px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .right-container {
        width: calc(100% - 300px);
        display: grid;
        grid-template-columns: repeat(19, 30px);
        grid-auto-rows: 34px;
        gap: 5px;
        font-size: 16px;
        font-weight: 600;
    }
    .participation-content {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
        flex: 1;
        background-color: #33556b;
        border-radius: 12px;
        padding: 20px;
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        font-weight: 900;
        text-align: left;
        min-width: 800px;
        flex-direction: column;
    }
}
@media (max-width: 1024px) {
    .hero {
        height: 400px;
    }
    .hero-title {
        font-size: 120px;
        line-height: 100px;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        text-align: left;
        text-transform: uppercase;
        font-weight: 900;
        margin-top: 200px;
        margin-left: 46px;
    }
    .hero-btn {
        width: 160px;
        height: 60px;
        font-size: 20px;
        margin: -125px auto;
    }
    .hero-woman {
        position: absolute;
        bottom: 0;
        right: 0px;
        height: 280px;
        object-fit: cover;
        z-index: 2;
    }
    .hero-highlight {
        font-size: 20px;
    }
    .bonus-title {
        font-size: 28px;
    }
    .step-text {
        font-size: 16px;
    }
    .step-number {
        top: 10px;
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
    .bet-section {
        padding: 25px 0;
    }
    .top-decoration-left {
        width: 160px;
    }
    .top-decoration-right {
        width: 160px;
    }
    .bet-section h2 {
        font-size: 32px;
    }
    .bottom-decoration-left {
        width: 320px;
    }
    .bottom-decoration-right {
        width: 255px;
    }
    .calendar-section {
        padding: 20px 10px;
    }
    .calendar-title {
        font-size: 26px;
    }
    .calendar-container {
        width: 670px;
        margin: 50px auto;
        padding: 0px 30px;
        background-color: #33556B;
        clip-path: polygon(0 0, 100% 0, 100% 0%, 97% 50%, 100% 100%, 100% 100%, 0 100%, 0 100%, 3% 50%, 0 0%);
    }
    .left-container h2 {
        font-size: 14px;
    }
    .left-container {
        width: 150px;
        padding-right: 15px;
        margin-top: -2px;
        margin-left: -10px;
    }
    .left-container ul li img {
        margin-right: 10px;
        height: 24px;
    }
    .left-container ul li {
        display: flex;
        align-items: center;
        margin-bottom: 4px;
        height: 24px;
        font-size: 14px;
        font-weight: 600;
        padding-left: 9px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .head div {
        font-size: 14px; 
    }
    .right-container {
        width: calc(100% - 300px);
        display: grid;
        grid-template-columns: repeat(19, 22px);
        grid-auto-rows: 23px;
        gap: 5px;
        font-size: 14px;
        font-weight: 600;
    }
    .participation-content p {
        margin: 0;
        font-size: 24px;
        text-transform: uppercase;
    }
    .participation-content .highlight {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background-color: #9948FF;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 24px;
        text-transform: uppercase;
        vertical-align: middle;
    }
    .participation-content .highlight img {
        width: 32px;
        height: 32px;
        vertical-align: middle;
    }
    .participation-content {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
        flex: 1;
        background-color: #33556b;
        border-radius: 12px;
        padding: 20px;
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        font-weight: 900;
        text-align: left;
        min-width: 580px;
        flex-direction: column;
    }
    .place-bet-btn {
        width: 180px;
        height: 60px;
    }
    .header .container {
        padding: 0 20px;
    }
    footer {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .participation-section { 
        display: none;
    }
    .hero-title {
        font-size: 60px;
        line-height: 65px;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        text-align: left;
        text-transform: uppercase;
        font-weight: 900;
        margin-top: 200px;
        margin-left: 0px;
    }
    .hero-btn {
        display: none;
    }
    .hero-woman {
        position: absolute;
        bottom: -15px;
        right: 0px;
        height: 280px;
        object-fit: cover;
        z-index: 2;
       content: url('../img/womanmob.png');
    }
    .hero-highlight-container {
        display: none;
    }

    .hero-highlight-container-mobile {
        display: flex;
        position: absolute;
        bottom: 17px;
        left: 10px;
        width: auto;
        z-index: 2;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .hero-highlight-mobile {
        background-color: #F85A00;
        padding: 5px 15px;
        font-size: 20px;
        font-weight: bold;
        font-style: italic;
        text-transform: uppercase;
        text-align: left;
        margin-top: -11px;
        transform: skew(-15deg);
        display: inline-block;
    }
    
    .hero-highlight-mobile span {
        display: inline-block;
        transform: skew(15deg); /* наклон текста в обратную сторону */
    }

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

    .steps {
        display: flex;
        flex-direction: column;
        gap: 0px;
        max-width: 600px;
        margin: auto;
        align-items: center;
    }
    .step-number.s1 {
        left: 10px;
    }
    .step-text.s2 {
        left: 15px;
    }
    .step {
        position: relative;
        width: 100%;
        min-height: 100px;
        max-height: 100px;
        padding: 10px;
        text-align: left;
        color: white;
        background: linear-gradient(180deg, #17B7B0 -11.71%, #003853 133.88%);
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        padding-left: 0px;
        justify-content: center;
    }

    .step img {
        display: none; /* скрыть изображения на мобильных */
    }

    .step-number {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 32px;
        height: 32px;
        background-color: #003853;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: bold;
        color: white;
        z-index: 2;
    }

    .step-text {
        position: relative;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: bold;
        margin-top: 120px;
    }

    .bet-section table {
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
        border-collapse: collapse;
        border-spacing: 0;
        position: relative;
        z-index: 2;
        border-radius: 12px;
        overflow: hidden;
    }
    .bet-section h2 {
        font-size: 24px;
        margin: 0px 10px;
    }
    .top-decoration-left {
       display: none;
    }
    .top-decoration-right {
       display: none;
    }
    .bet-section h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 400;
        position: relative;
        z-index: 2;
        margin: 20px 10px;
    }
    .bet-section th, .bet-section td {
        border: none;
        padding: 10px;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 400;
        width: 50%;
    }
    .bottom-decoration-left {
        width: 200px;
        left: 0px;
    }
    .bottom-decoration-right {
        width: 150px;
    }
    .bet-section p {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 500;
        margin-top: 30px;
        position: relative;
        z-index: 2;
    }
    .calendar-container {
        display: none;
    }

    .left-container-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 0px;
        box-sizing: border-box;
    }
    .calendar-title {
        margin-bottom: 0px;
    }
    
    .left-container-mob h2 {
        font-size: 18px;
        margin-bottom: 0px;
        margin-left: -165px;
        text-align: left;
        font-weight: 600;
        color: #99aab5;
        text-transform: uppercase;
    }
    
    .left-container-mob ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .left-container-mob li {
        display: flex;
        align-items: center;
        height: 48px; /* Высота подложки */
        width: 340px; /* Ширина подложки */
        background-color: #234961; /* Цвет подложки */
        border-radius: 4px; /* Закругленные края */
        margin-bottom: 10px; /* Отступ между элементами */
        padding: 0 10px; /* Отступ внутри элемента */
        color: white;
        font-size: 18px;
        box-sizing: border-box;
        margin: 6px auto; /* Центрирование элемента */
        cursor: pointer;
    }
    
    .left-container-mob li img {
        height: 32px; /* Высота иконки */
        margin-right: 10px; /* Отступ справа от иконки */
    }
    .place-bet-btn {
        width: 200px;
        height: 56px;
        margin-top: 15px;
    }
    .participation-section-mobile {
        display: block;
    }
    .participation-content {
        min-width: 320px;
        width: 320px;
        margin: auto;
    }
    .header .olimp-logo {
        display: none;
    }
    footer {
        padding: 0 10px;
        font-size: 12px;
    }
    .header .container {
        padding: 0 10px;
    }
    .header .join-btn {
        width: 120px;
        height: 48px;
    }
}