body,
    h3,
    ol,
    p {
        margin: 0
    }

    @font-face {
        font-family: "SHARKBOY & lavagirl";
        src: url("fonts/shark/SHARKBOY&lavagirl.eot");
        src: url("fonts/shark/SHARKBOY&lavagirl%EF%B9%96.eot#iefix") format("embedded-opentype"), url("fonts/shark/SHARKBOY&lavagirl.woff") format("woff"), url("fonts/shark/SHARKBOY&lavagirl.woff2") format("woff2")
    }

    @font-face {
        font-family: Circe;
        src: url("fonts/circe/Circe-Bold.eot");
        src: url("fonts/circe/Circe-Bold%EF%B9%96.eot#iefix") format("embedded-opentype"), url("fonts/circe/Circe-Bold.woff2") format("woff2"), url("fonts/circe/Circe-Bold.woff") format("woff");
        font-weight: 700;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: Circe;
        src: url("fonts/circe/Circe-Regular.eot");
        src: url("fonts/circe/Circe-Regular%EF%B9%96.eot#iefix") format("embedded-opentype"), url("fonts/circe/Circe-Regular.woff2") format("woff2"), url("fonts/circe/Circe-Regular.woff") format("woff");
        font-weight: 400;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: Circe;
        src: url("fonts/circe/Circe-Light.eot");
        src: url("fonts/circe/Circe-Light%EF%B9%96.eot#iefix") format("embedded-opentype"), url("fonts/circe/Circe-Light.woff2") format("woff2"), url("fonts/circe/Circe-Light.woff") format("woff");
        font-weight: 300;
        font-style: normal;
        font-display: swap
    }

    .c-main h3 {
        margin-bottom: 10px;
        line-height: 1.2
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box
    }

    ol {
        padding: 0
    }

    body,
    h1,
    h3,
    li,
    ol,
    p {
        margin: 0
    }

    body {
        min-height: 100vh;
        scroll-behavior: smooth;
        text-rendering: optimizeSpeed;
        line-height: 1.5
    }

    ol {
        list-style: none
    }

    img {
        max-width: 100%;
        display: block
    }

    button {
        font: inherit
    }

    @media (prefers-reduced-motion:reduce) {
        * {
            -webkit-animation-duration: NaNs !important;
            animation-duration: NaNs !important;
            -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
            scroll-behavior: auto !important
        }
    }

    body {
        min-height: 100vh
    }

    *,
    :after,
    :before {
        box-sizing: border-box
    }

    html {
        font-size: 62.5%
    }

    body {
        color: #303030;
        font-family: Circe, sans-serif;
        background-color: #f6f7fb;
        font-size: 1.6rem
    }

    img {
        max-width: 100%;
        height: auto
    }

    a,
    button {
        padding: 0;
        margin: 0;
        border: none;
        outline: 0;
        text-decoration: none;
        color: inherit
    }

    h1 {
        font-size: 3rem
    }

    h3 {
        font-size: 2.5rem
    }

    .o-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        font-weight: 700;
        font-size: 15px;
        color: #f6f7fb;
        height: 45px
    }

    .o-btn__small {
        width: 115px
    }

    .o-btn__large {
        width: 160px
    }

    .o-btn__max-large {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }

    .o-btn__blue {
        background-color: #178be3;
        padding-right: 15px
    }

    .o-btn__violet {
        padding: 10px;
        color: #f6f7fb;
        background-color: #8522c1
    }

    .c-page__container {
        display: flex;
        flex-direction: column
    }

    .c-page__content {
        width: -webkit-fill-available
    }

    .c-header {
        margin-bottom: 20px
    }

    .c-header__burger {
        background-color: #fff;
        border: 1.2px solid #fff;
        border-radius: 4px;
        padding: 7px;
        color: #d3d3d3;
        outline: 0;
        font-size: 1rem;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 15px;
        right: 20px;
        width: 48px;
        height: 48px;
        z-index: 2
    }

    .c-header__logo-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .c-header__nav-row {
        flex-direction: column;
        display: flex;
        gap: 20px
    }

    .c-header__buttons {
        display: flex;
        align-items: center;
        gap: 20px;
        background-color: #fff;
        border-radius: 10px;
        padding: 12px;
        justify-content: center
    }

    .c-header__buttons svg {
        margin-right: 10px
    }

    .c-header__title {
        display: none
    }

    .c-header__logotype {
        height: 45px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px
    }

    .c-header__title {
        font-family: "SHARKBOY & lavagirl";
        font-size: 35px;
        color: #1f6aed;
        text-align: center;
        position: relative
    }

    .c-header__badge {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-image: linear-gradient(0deg, #8e6cf0 0, #6582fb 100%);
        box-shadow: 0 7px 13px #7977f640;
        color: #fff;
        font-size: 20px
    }

    .c-header__badge_rotate {
        transform: rotate(-90deg)
    }

    .c-header__badge__subname {
        color: #b9c3d2
    }

    .c-header__badge__name {
        color: #000
    }

    .c-header__badge__name_orange {
        color: #ed8e1f
    }

    .c-header__card {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 14px;
        font-weight: 700;
        width: 50%
    }

    .c-header__games {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: var(--shadow-main)
    }

    .c-header__badge_gray {
        background-image: linear-gradient(0deg, #9da3b1 0, #767a8f 100%);
        box-shadow: 0 7px 13px #9e9cae40
    }

    .c-header__badge_yellow {
        background-image: linear-gradient(0deg, #f0cc6c 0, #e5a643 100%);
        box-shadow: 0 7px 13px #eab85740
    }

    .c-header__badge_violet {
        background-image: linear-gradient(0deg, #8e6cf0 0, #6582fb 100%);
        box-shadow: 0 7px 13px #7977f640
    }

    .c-header__badge_blue {
        background-image: linear-gradient(0deg, #6ca1f0 0, #65cffb 100%);
        box-shadow: 0 7px 13px #778cf640
    }

    .c-header__badge_purple {
        background-image: linear-gradient(0deg, #e26cf0 0, #ae43e5 100%);
        box-shadow: 0 7px 13px #da68f240
    }

    .c-header__badge_red {
        background-image: linear-gradient(0deg, #f0856c 0, #e55a43 100%);
        box-shadow: 0 7px 13px #ea675540
    }

    .c-header__nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 45px;
        margin-bottom: 15px;
        display: none
    }

    .c-header__nav svg {
        height: 15px;
        color: #b7c2d0
    }

    .c-header__nav-desctop a {
        margin-right: 35px;
        font-size: 16px;
        font-weight: 700;
        color: #2b2b2b
    }

    .c-header__badges-desctop {
        display: flex
    }

    .c-header__badges-desctop a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-right: 10px
    }

    .c-header__badges-desctop__telegram {
        background-color: #218cf9
    }

    .c-header__badges-desctop__theme {
        border: 1px solid #dde3e9
    }

    .c-header__badges-desctop__language {
        border: 1px solid #dde3e9
    }

    .c-header__badges-desctop__language-icon {
        display: block;
        width: 20px;
        height: 15px;
        overflow: hidden;
        border-radius: 500px
    }

    .c-aside {
        position: fixed;
        padding: 25px;
        left: 15px;
        top: 15px;
        width: 250px;
        flex-direction: column;
        align-items: unset;
        bottom: 15px;
        overflow-y: auto;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 7px 29px 0 #dee2f154;
        opacity: 0;
        z-index: -1
    }

    .c-aside__logotype {
        height: 45px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .c-aside__close {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #b1b7cd
    }

    .c-aside__buttons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap
    }

    .c-aside__nav {
        display: flex;
        width: 100%;
        height: 45px
    }

    .c-aside__nav__support {
        font-size: 16px;
        font-weight: 700;
        color: #2b2b2b
    }

    .c-aside__badges {
        display: flex
    }

    .c-aside__badges svg {
        height: 15px;
        color: #b7c2d0
    }

    .c-aside__badges a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-right: 10px
    }

    .c-aside__badges__telegram {
        background-color: #218cf9
    }

    .c-aside__badges__theme {
        border: 1px solid #dde3e9
    }

    .c-aside__badges__language {
        border: 1px solid #dde3e9
    }

    .c-aside__badges__language-icon {
        display: block;
        width: 20px;
        height: 15px;
        overflow: hidden;
        border-radius: 500px
    }

    .c-banner {
        background-image: url("img/BannerImage.webp");
        background-repeat: no-repeat;
        border-radius: 10px;
        background-position: center;
        padding: 10px
    }

    .c-banner__content {
        flex-wrap: wrap;
        height: unset;
        padding-bottom: 25px;
        display: flex;
        justify-content: center
    }

    .c-banner__info-content {
        display: none;
        flex-direction: column
    }

    .c-banner__value {
        -o-object-fit: contain;
        object-fit: contain;
        width: 200px;
        height: 120px
    }

    .c-banner__numbers {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: -7px;
        color: #fff;
        text-shadow: 1px 1px 10px #000
    }

    .c-banner__timer-numbers {
        width: 25%;
        display: flex;
        padding: 5px 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #ffffffb3;
        font-size: 11px;
        border-right: 1px solid rgba(255, 255, 255, .2);
        border-radius: 1000px
    }

    .c-banner__timer-box {
        padding: 0 15px;
        width: 240px
    }

    .c-banner__timer-box-content {
        width: 100%;
        margin: 0 0 0 auto
    }

    .c-banner__timer-box-content__timer-text {
        display: flex;
        border: 2px solid rgba(255, 255, 255, .2);
        border-radius: 10px;
        margin-bottom: -5px
    }

    .c-banner__button {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        height: 45px;
        font-size: 16px;
        color: #000;
        font-weight: 600;
        background: linear-gradient(180deg, #f6f7fb 0, rgba(246, 247, 251, .8) 100%)
    }

    .c-text {
        margin-bottom: 25px
    }

    .c-text-container {
        background-color: #fff;
        border-radius: 10px;
        padding: 10px
    }

    .c-text p {
        margin-bottom: 10px;
        font-size: 1.6rem
    }

    .c-table-of-content {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        width: 100%;
        padding: 16px 40px;
        list-style: decimal;
        flex-direction: column
    }

    .c-table-of-content a:not([class]) {
        color: #6582fb;
        text-decoration: none;
        font-weight: 700
    }

    .c-table-of-content__wrapper {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        margin-bottom: 40px
    }

    .c-table-of-content__item {
        width: 100%;
        margin-bottom: 10px
    }

    .c-table-of-content__item:nth-child(odd) {
        padding-right: 25px
    }

    .c-main h1,
    .c-main h3 {
        margin-bottom: 10px;
        line-height: 1.2
    }

    .c-page__container {
        padding: 20px;
        max-width: 1920px;
        margin: 0 auto
    }

    .c-footer {
        background-color: #fafbfd;
        border-radius: 10px;
        overflow: hidden;
        height: 100%;
        text-align: center
    }

    .c-footer__info {
        padding: 15px
    }

    .c-footer__chat {
        display: none
    }

    .c-footer__buttons {
        display: none
    }

    .c-footer__icons {
        display: flex;
        justify-content: center
    }

    .c-footer__license-logo {
        margin-left: 15px
    }

    .c-footer__links {
        margin-top: 15px;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

    .c-footer__links__item {
        font-size: 16px;
        font-weight: 700;
        margin-right: 10px;
        color: #2b2b2b;
        white-space: nowrap
    }

    .c-footer__company__text {
        color: #b1b7cd;
        font-size: 12px;
        line-height: 8px
    }

    @media screen and (min-width:350px) {
        .c-header__card {
            width: calc(25% - 5px);
            font-size: 12px
        }
    }

    @media screen and (min-width:400px) {
        .c-header__title {
            display: flex
        }

        .c-banner__value {
            width: 100%;
            padding: 10px
        }

        .c-banner__timer-box {
            width: 390px
        }
    }

    @media screen and (min-width:600px) {
        .c-banner__timer-box {
            order: 2;
            width: 50%
        }

        .c-banner__info-content {
            color: #fff;
            font-size: 14px;
            display: flex;
            order: 2;
            width: 50%
        }

        .c-banner__info-content__title {
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 10px;
            text-shadow: 1px 1px 10px #000;
            line-height: 25px
        }

        .c-banner__info-content__description {
            color: #fff9
        }
    }

    @media screen and (min-width:768px) {
        .c-table-of-content {
            flex-direction: row
        }
    }

    @media screen and (min-width:900px) {
        .c-header__buttons {
            width: 350px
        }

        .c-header__nav-row {
            flex-direction: row
        }

        .c-header__games {
            flex-wrap: nowrap;
            gap: 10px;
            width: 100%
        }

        .c-table-of-content__item {
            width: 50%
        }
    }

    @media screen and (min-width:1030px) {
        .c-banner {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            box-shadow: inset 0 0 73px #ffffff40;
            border-radius: 10px;
            height: 140px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 40px
        }

        .c-banner__content {
            flex-wrap: nowrap
        }

        .c-banner__info-content {
            padding-top: 25px
        }

        .c-banner__value {
            width: 530px;
            -o-object-fit: contain;
            object-fit: contain;
            order: 2
        }

        .c-banner__timer-box {
            max-width: 250px;
            margin: 0 0 0 auto;
            padding-top: 25px
        }
    }

    @media screen and (min-width:1350px) {
        .c-header__nav {
            display: flex
        }

        .c-header__burger {
            display: none
        }

        .c-page__container {
            flex-direction: row;
            gap: 20px
        }

        .c-footer {
            min-width: 370px;
            display: flex;
            flex: 1 1 370px;
            flex-direction: column;
            background-color: unset
        }

        .c-footer__info {
            background-color: #fff;
            padding: 20px;
            border-radius: 10px
        }

        .c-footer__buttons {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 20px;
            margin-bottom: 40px
        }

        .c-footer__icons {
            border-radius: 10px 10px 0 0
        }

        .c-footer__banner {
            margin: 15px 0;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .c-footer__banner__big-prize {
            width: 100%;
            background-color: #1f6aed;
            background-image: url(img/prizebg.webp);
            background-position: center;
            background-size: cover;
            border-radius: 10px;
            height: 90px;
            position: relative;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 25px
        }

        .c-footer__banner__info__title {
            color: #fffc;
            font-size: 15px
        }

        .c-footer__banner__info__subtitle {
            font-size: 23px;
            font-weight: 800
        }

        .c-footer__banner__badge {
            width: 100px;
            height: 50px;
            background-color: #fff;
            border-radius: 10px;
            color: #45433f;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            white-space: nowrap
        }

        .c-footer__banner__badge__description {
            font-size: 10px;
            font-weight: 700;
            margin-bottom: -5px
        }

        .c-footer__banner__badge__date {
            font-size: 18px;
            font-weight: 900
        }

        .c-footer__chat {
            border-radius: 10px;
            padding: 20px;
            overflow: hidden;
            height: 52px;
            margin-bottom: 20px;
            background-color: #fff
        }

        .c-footer__chat__header {
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 15px
        }

        .c-footer__chat__title {
            font-weight: bolder;
            text-transform: uppercase
        }

        .c-footer__chat__hide {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            border: 1px solid #dbe1e7;
            border-radius: 50%;
            justify-content: center
        }

        .c-footer__chat__hide-icon {
            height: 15px;
            color: #b7c2d0
        }

        .c-footer__chat__online {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            font-weight: 600;
            color: #4ec03d;
            opacity: 1
        }

        .c-footer__chat__online-icon {
            height: 18px;
            margin-right: 5px
        }
    }

/* Базовые стили кнопки */
.o-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Синяя кнопка */
.o-btn__blue {
    background-color: #178be3;
    color: white;
    position: relative;
    overflow: hidden;
}

/* Анимация при наведении */
.o-btn__blue:hover {
    background-color: #1478c7;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Эффект светового блика */
.o-btn__blue::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(255,255,255,0.15) 10%,
        transparent 10.01%
    );
    transform: rotate(45deg) translate(-20%, 100%);
    transition: transform 0.5s ease;
    pointer-events: none;
}

.o-btn__blue:hover::after {
    transform: rotate(45deg) translate(20%, -100%);
}

/* Размер small */
.o-btn__small {
    padding: 8px 20px;
    font-size: 1.8rem;
}

/* Анимация иконки */
.o-btn svg {
    transition: transform 0.3s ease;
}

.o-btn:hover svg {
    transform: translateX(3px);
}

/* Улучшенные стили для фиолетовой кнопки */
.o-btn__violet {
    background-color: #8522c1;
    position: relative;
    overflow: hidden;
    padding: 14px 32px; /* Увеличенные паддинги */
    font-size: 16px; /* Крупный текст */
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.o-btn__violet:hover {
    background-color: #6e1da3;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(133, 34, 193, 0.3);
}

/* Анимация геометрического узора */
.o-btn__violet::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, 
        transparent 25%,
        rgba(255,255,255,0.15) 25%,
        rgba(255,255,255,0.15) 50%,
        transparent 50%,
        transparent 75%,
        rgba(255,255,255,0.15) 75%);
    background-size: 8px 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.o-btn__violet:hover::before {
    opacity: 1;
    animation: movePattern 2s linear infinite;
}

/* Анимация светового блика */
.o-btn__violet::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(255,255,255,0.25) 10%,
        transparent 10.01%
    );
    transform: rotate(45deg) translate(-20%, 100%);
    transition: transform 0.6s ease;
    pointer-events: none;
}

.o-btn__violet:hover::after {
    transform: rotate(45deg) translate(20%, -100%);
}

/* Анимация иконки */
.o-btn__violet svg {
    transition: transform 0.3s ease;
}

.o-btn__violet:hover svg {
    transform: translateX(3px);
}

/* Анимация движения узора */
@keyframes movePattern {
    0% { background-position: 0 0 }
    100% { background-position: 8px 8px }
}

.ref-compare {
            max-width: 800px;
            margin: 2rem auto;
            font-family: 'Arial', sans-serif;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 25px rgba(0,0,0,0.1);
        }

        .ref-table {
            width: 100%;
            border-collapse: collapse;
            position: relative;
        }

        .ref-table th {
            background: #2c3e50;
            color: white;
            padding: 1.2rem;
            font-size: 1.1em;
        }

        .ref-table td {
            padding: 1rem;
            //border-bottom: 1px solid #ecf0f1;
            transition: 0.3s;
        }

        .ezcash-cell {
            background: rgba(46, 204, 113, 0.05);
            position: relative;
        }

        .competitor-cell {
            background: rgba(231, 76, 60, 0.05);
        }

        .feature-title {
            font-weight: 600;
            color: #2c3e50;
            width: 35%;
        }

        .bonus-badge {
            background: #27ae60;
            color: white;
            padding: 3px 8px;
            border-radius: 15px;
            font-size: 0.9em;
            margin-left: 10px;
        }

        .tooltip-icon {
            cursor: help;
            color: #3498db;
            font-weight: bold;
            margin-left: 5px;
        }

        .tooltip-text {
            display: none;
            position: absolute;
            background: #3498db;
            color: white;
            padding: 10px;
            border-radius: 5px;
            z-index: 100;
            width: 200px;
            top: 50%;
            left: 105%;
            transform: translateY(-50%);
        }

        .tooltip-icon:hover + .tooltip-text {
            display: block;
        }

        @media (max-width: 768px) {
            .ref-table td:before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                margin-right: 15px;
                color: #7f8c8d;
            }
            
            .ref-table td {
                display: block;
                text-align: right;
                padding-left: 50%;
                position: relative;
            }
            
            .ref-table td:before {
                position: absolute;
                left: 1rem;
                top: 1rem;
            }
        }

:root {
            --primary-color: #2c3e50;
            --accent-color: #3498db;
            --hover-color: #e74c3c;
        }

        .tag-cloud {
            max-width: 1200px;
            margin: 2rem auto;
            padding: 2rem;
            background: #f8f9fa;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            text-align: center;
        }

        .tag-list {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            justify-content: center;
            list-style: none;
            padding: 0;
        }

        .tag-item {
            position: relative;
            transition: all 0.3s ease;
        }

        .tag-link {
            display: inline-block;
            padding: 8px 20px;
            background: linear-gradient(135deg, #f1f2f6, #dfe4ea);
            color: var(--primary-color);
            border-radius: 25px;
            text-decoration: none;
            font-family: 'Arial', sans-serif;
            font-weight: 500;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            border: 1px solid #dcdde1;
        }

        .tag-link:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0,0,0,0.1);
            background: linear-gradient(135deg, #e6e9ed, #d2d7dd);
            color: var(--accent-color);
        }

        .tag-link.active {
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white !important;
            box-shadow: 0 4px 15px rgba(52,152,219,0.4);
        }

        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-5px); }
        }

        .tag-link:hover {
            animation: float 1.5s ease-in-out infinite;
        }

        @media (max-width: 768px) {
            .tag-cloud {
                margin: 1rem;
                padding: 1rem;
            }
            
            .tag-link {
                padding: 6px 15px;
                font-size: 0.9rem;
            }
        }

.c-live-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    filter: drop-shadow(0 8px 24px rgba(0,200,83,0.3));
}

.c-live-badge {
    background: linear-gradient(135deg, #00C853 0%, #00B34A 100%);
    padding: 16px 24px;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-live-badge:hover {
    transform: scale(1.05) rotate(-2deg);
    filter: brightness(1.1);
}

.c-live-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-online-counter {
    font-family: 'Circe', sans-serif;
    font-weight: 800;
    color: white;
    font-size: 18px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.c-pulse-animation {
    width: 12px;
    height: 12px;
    background: #FFEB3B;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

.c-live-chat {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 320px;
    max-height: 60vh;
    background: white;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    z-index: 10000;
}

.c-chat-header {
    padding: 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.c-chat-messages {
    padding: 16px;
    overflow-y: auto;
    max-height: 50vh;
}

.c-message {
    margin-bottom: 12px;
    padding: 12px;
    background: rgba(255,255,255,0.95);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    animation: messageAppear 0.4s ease-out;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255,235,59,0.6); }
    70% { box-shadow: 0 0 0 16px rgba(255,235,59,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,235,59,0); }
}

@keyframes messageAppear {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.c-message-time {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.c-message-text {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    font-weight: 500;
}


.site-footer {
  background: #2c3e50;
  color: #ecf0f1;
  padding: 40px 0 20px;
  margin-top: 50px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

.footer-section {
  margin-bottom: 20px;
}

.footer-title {
  color: #3498db;
  margin-bottom: 15px;
}

.footer-links li, .footer-contacts li {
  margin: 8px 0;
}

.footer-links a {
  color: #bdc3c7;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #3498db;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-links a {
  color: #bdc3c7;
  font-size: 24px;
  transition: color 0.3s;
}

.social-links a:hover {
  color: #3498db;
}

.footer-bottom {
  border-top: 1px solid #34495e;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}