<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #141414;
    color: #fff;
    background-image: url('images/back.svg'); /* РџСѓС‚СЊ Рє С„Р°Р№Р»Сѓ */
    background-repeat: repeat; /* РџРѕРІС‚РѕСЂРµРЅРёРµ РїРѕ РІСЃРµР№ СЃС‚СЂР°РЅРёС†Рµ */
    background-size: 25%; /* РЈРјРµРЅСЊС€РµРЅРёРµ С„РѕРЅР° РІ 2 СЂР°Р·Р° */
    background-position: top left; /* РќР°С‡Р°Р»Рѕ СЃ РІРµСЂС…РЅРµРіРѕ Р»РµРІРѕРіРѕ СѓРіР»Р° */
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

/* РЈСЃС‚Р°РЅР°РІР»РёРІР°РµРј РіР»РѕР±Р°Р»СЊРЅС‹Р№ С€СЂРёС„С‚ РґР»СЏ РІСЃРµР№ СЃС‚СЂР°РЅРёС†С‹ */
body {
    font-family: 'Montserrat', sans-serif;
}

/* РћР±РЅРѕРІР»РµРЅРёРµ С€СЂРёС„С‚РѕРІ РґР»СЏ РєР°СЂС‚РѕС‡РµРє */
.game-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;  /* Р–РёСЂРЅС‹Р№ С€СЂРёС„С‚ РґР»СЏ Р·Р°РіРѕР»РѕРІРєРѕРІ */
}

.promo-code {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;  /* РћР±С‹С‡РЅС‹Р№ С€СЂРёС„С‚ */
}

/* Р•СЃР»Рё РіРґРµ-С‚Рѕ РёСЃРїРѕР»СЊР·СѓРµС‚СЃСЏ Arial, РѕР±РЅРѕРІР»СЏРµРј РЅР° Montserrat */
* {
    font-family: 'Montserrat', sans-serif !important;
}


/* РћР±С‰РёРµ СЃС‚РёР»Рё РґР»СЏ С€Р°РїРєРё */
.header {
    position: fixed;
    width: 100%;
    height: 220px; /* РњРѕР¶РЅРѕ РёР·РјРµРЅРёС‚СЊ РїРѕРґ С‚СЂРµР±РѕРІР°РЅРёСЏ */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Р¤РѕРЅРѕРІРѕРµ РёР·РѕР±СЂР°Р¶РµРЅРёРµ */
.header-background {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/header-back-dark.c6bd8c0b.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

/* РљРѕРЅС‚РµР№РЅРµСЂ РґР»СЏ РєРѕРЅС‚РµРЅС‚Р° РІРЅСѓС‚СЂРё header */
.header-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    padding: 20px;
}

/* РџСЂРѕС„РёР»СЊ */
.profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.profile-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-bottom: 5px;
}

.profile-name {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: -3px;
}

.profile-subtitle {
    font-size: 18px;
    color: #ddd;
    margin-top: -3px;
}

/* РЎРѕС†РёР°Р»СЊРЅС‹Рµ РёРєРѕРЅРєРё */
.social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-icons a img {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-icons a:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

/* РђРґР°РїС‚РёРІРЅС‹Рµ СЃС‚РёР»Рё */

@media (max-width: 920px) {
    .header-background {
        top: -100px;
        background-size: cover;
    }
}

@media (max-width: 1030px) {
    .header-background {
        top: -100px;
        background-size: cover;
    }
}

@media (max-width: 1440px) {
    .header-background {
        top: -100px;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    body {
        background-size: 50%;
    }
    .header {
        height: auto;
    }

    .header-background {
        top: -30px;
        background-size: cover;
    }
    .header-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    .profile-img {
        width: 100px;
        height: 100px;
        border: 2px solid #fff;
        margin-top: -3px;
    }

    .profile-name {
        font-size: 20px;
    }

    .profile-subtitle {
        font-size: 16px;
    }

    .social-icons {
        gap: 15px;
        margin-top: -5px;
    }

    .social-icons a img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .profile-img {
        width: 80px;
        height: 80px;
    }

    .profile-name {
        font-size: 20px;
    }

    .profile-subtitle {
        font-size: 14px;
    }

    .social-icons a img {
        width: 35px;
        height: 35px;
    }
}



/* РЎС‚РёР»Рё РґР»СЏ СѓРІРµРґРѕРјР»РµРЅРёСЏ */
.promo-notification {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #28a745;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 16px;
}


/* РћР±С‰РёР№ РєРѕРЅС‚РµР№РЅРµСЂ */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 210px 20px 20px;
}

/* Р“СЂРёРґ-СЃРµС‚РєР° РґР»СЏ РґРµСЃРєС‚РѕРїР° */
#card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* РљР°СЂС‚РѕС‡РєР° РєР°Р·РёРЅРѕ */
.casino-card {
    background-color: #1e1e1e;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* РљРѕРЅС‚РµР№РЅРµСЂ РґР»СЏ Р»РѕРіРѕС‚РёРїР° Рё Р·Р°РіРѕР»РѕРІРєР° */
.casino-header {
    display: flex;
    align-items: center;  /* Р¦РµРЅС‚СЂРёСЂСѓРµРј РїРѕ РІРµСЂС‚РёРєР°Р»Рё */
    justify-content: flex-start; /* Р&nbsp;Р°Р·РґРµР»РµРЅРёРµ СЌР»РµРјРµРЅС‚РѕРІ */
    gap: 15px; /* РћС‚СЃС‚СѓРї РјРµР¶РґСѓ СЌР»РµРјРµРЅС‚Р°РјРё */
}

/* Р›РѕРіРѕС‚РёРї РєР°Р·РёРЅРѕ */
.casino-logo {
    height: 225px;
    border-radius: 15px;
    object-fit: cover;
}

/* Р›РѕРіРѕС‚РёРї РєР°Р·РёРЅРѕ (Р·Р°РЅРёРјР°РµС‚ 30%) */
.casino-logo-mobile {
    width: 30%;  /* Р—Р°РЅРёРјР°РµС‚ 30% СЂРѕРґРёС‚РµР»СЊСЃРєРѕРіРѕ РєРѕРЅС‚РµР№РЅРµСЂР° */
    max-width: 150px; /* РћРіСЂР°РЅРёС‡РµРЅРёРµ РјР°РєСЃРёРјР°Р»СЊРЅРѕРіРѕ СЂР°Р·РјРµСЂР° */
    height: auto; 
    object-fit: cover;
    border-radius: 10px;
}

/* РљРѕРЅС‚РµРЅС‚ РєР°СЂС‚РѕС‡РєРё */
.casino-content {
    flex-grow: 1;
}

/* Р—Р°РіРѕР»РѕРІРѕРє */
.game-title {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;

}

/* Р—Р°РіРѕР»РѕРІРѕРє (Р·Р°РЅРёРјР°РµС‚ 70%) */
.game-title-mobile {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    width: 70%;  /* Р—Р°РЅРёРјР°РµС‚ 70% С€РёСЂРёРЅС‹ */
    word-wrap: break-word; /* РџРµСЂРµРЅРѕСЃ СЃР»РѕРІ РїСЂРё РЅРµС…РІР°С‚РєРµ РјРµСЃС‚Р° */
}

/* Р‘РѕРЅСѓСЃС‹ */
.bonuses {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;

}

.bonuses-mobile {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    width: 340px;
}

/* РћСЃРЅРѕРІРЅС‹Рµ СЃС‚РёР»Рё Р±РѕРЅСѓСЃРѕРІ */
.bonus {
    width: 310px;
    background-color: #ffcc00;
    padding: 5px;
    border-radius: 10px;
    font-weight: bold;
    color: #000;
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
}

.bonus-mobile {
    background-color: #ffcc00;
    border-radius: 10px;
    font-weight: bold;
    color: #000;
    flex: 1;
    text-align: center;
    
    justify-content: center;
    align-items: center;
}

/* РЎС‚РёР»СЊ РґР»СЏ РѕСЃРЅРѕРІРЅРѕРіРѕ С‚РµРєСЃС‚Р° Р±РѕРЅСѓСЃР° */
.bonus-text {
    font-family: 'Montserrat', sans-serif; /* РћСЃРЅРѕРІРЅРѕР№ С€СЂРёС„С‚ */
    font-weight: 800;
    font-size: 18px;
    color: #000;
}

/* РЎС‚РёР»СЊ РґР»СЏ РѕРїРёСЃР°РЅРёСЏ Р±РѕРЅСѓСЃР° */
.bonus-desc {
    font-family: 'Montserrat', sans-serif; /* РќРѕРІС‹Р№ С€СЂРёС„С‚ РґР»СЏ РѕРїРёСЃР°РЅРёСЏ */
    font-weight: 600;
    font-size: 14px;
    color: #333; /* Р‘РѕР»РµРµ СЃРІРµС‚Р»С‹Р№ С†РІРµС‚ */
    
}

/* РЎС‚РёР»Рё РґР»СЏ Р±Р»РѕРєР° РїСЂРѕРјРѕРєРѕРґР° */
.promo-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #444;
    padding: 3px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 5px;
}

.promo-code-mobile {
    width: 335px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #444;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: -10px;
}

.promo-code:hover {
    background-color: #555;
}

/* РЎС‚РёР»Рё РґР»СЏ С‚РµРєСЃС‚Р° РїСЂРѕРјРѕРєРѕРґР° */
.promo-text {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

/* РРєРѕРЅРєР° РєРѕРїРёСЂРѕРІР°РЅРёСЏ */
.copy-icon {
    width: 24px;
    height: 24px;
}

/* РЈРІРµРґРѕРјР»РµРЅРёРµ */
.promo-notification {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #28a745;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    text-align: center;
}

/* РЎС‚РёР»Рё РґР»СЏ РєРЅРѕРїРєРё Р—РђР‘Р&nbsp;РђРўР¬ Р‘РћРќРЈРЎ */
.bonus-button {
    display: block;
    width: 350px;
    text-align: center;
    background-color: #eaff00; /* Р—РѕР»РѕС‚РёСЃС‚С‹Р№ С†РІРµС‚ */
    color: #000; /* Р§РµСЂРЅС‹Р№ С†РІРµС‚ С‚РµРєСЃС‚Р° */
    font-weight: bold;
    font-size: 16px;
    padding: 15px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease;
    margin-top: 5px; /* РћС‚СЃС‚СѓРї СЃРІРµСЂС…Сѓ */
}

.bonus-button:hover {
    background-color: #ff9900; /* РўРµРјРЅРµРµ РїСЂРё РЅР°РІРµРґРµРЅРёРё */
}

.bonus-button-mobile {
    display: block;
    width: 325px;
    text-align: center;
    background-color: #eaff00; /* Р—РѕР»РѕС‚РёСЃС‚С‹Р№ С†РІРµС‚ */
    color: #000; /* Р§РµСЂРЅС‹Р№ С†РІРµС‚ С‚РµРєСЃС‚Р° */
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease;
    margin-top: -10px;
}

/* РђРґР°РїС‚РёРІРЅРѕСЃС‚СЊ */
@media (max-width: 768px) {
    #card-container {
        grid-template-columns: 1fr;
    }

    .casino-card {
        flex-direction: column;
        align-items: center;
    }

    .casino-logo {
        width: 80px;
        height: 80px;
    }

    .game-title {
        font-size: 18px;
        text-align: center;
    }

    .bonuses {
        flex-direction: column;
    }
}

.casino-link {
    text-decoration: none;
    color: inherit; /* РќР°СЃР»РµРґРѕРІР°РЅРёРµ С†РІРµС‚Р° С‚РµРєСЃС‚Р° РѕС‚ СЂРѕРґРёС‚РµР»СЏ */
}</pre></body></html>