* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: -0.011em;
    font-feature-settings: "cv01", "cv03", "cv04", "cv09";
    line-height: normal;
}
:root{
  --color-accent: #edc97f;      /* твой золотистый */
  --color-text: #ffffff;
  --color-bg: #0D1813;
  --color-border: #ffffff0a;
  --color-link: #22c55e;
}

a:-webkit-any-link:active {
    color: #edc97f !important;
}
body {
    height: 100%;
    overflow-x: hidden;
    background: linear-gradient(180deg, #0a1612 0%, #0d1a15 50%, #0a1410 100%);
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
    color: #fff;
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(14, 33, 22, 0.95);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 40;
    backdrop-filter: blur(15px);
}

.qdwgh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}

.qvu6h {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: background-color 0.3s;
    font-size: 25px;
}

.qvu6h:hover {
    background-color: #16a34a;
}

.xfijo img {
    height: 60px;
}

.y64jd {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.vzr86 {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s;
    text-decoration: none;
    display: inline-block;
}

.etxqg {
    background-color: #ffffff29;
    color: #fff;
}

.etxqg:hover {
    background-color: #15803d;
}

.auoa7 {
    background-color: #22c55e;
    color: #fff;
}

.auoa7:hover {
    background-color: #16a34a;
}

/* Header Icons Navigation */
.xg07b {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 24px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 20px;
}


.xg07b::-webkit-scrollbar {
    display: none;
}

.xg07b .afcr2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400 !important;
    transition: color .2s ease, transform .2s ease;
    white-space: nowrap;
    min-width: fit-content;
}

.xg07b .afcr2 .px8le {
    display: block;
    stroke: currentColor;
    width: 24px;
    height: 24px;
}

.xg07b .afcr2:hover {
    color: #edc97f;
    transform: translateY(-1px);
}

.xg07b .afcr2:active {
    color: #edc97f;
}

/* Sidebar */
.jygma {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #0D1813;
    z-index: 50;
    transform: translateX(-100%);
    transition: transform 0.3s;
    overflow-y: auto;
    padding: 1rem;
}

.jygma.open {
    transform: translateX(0);
}

.awnfu {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.5rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: background-color 0.3s;
}

.awnfu:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.amx0i {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.w4qek {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background-color: #16a34a;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.w4qek:hover {
    background-color: #15803d;
}

.mbgf3 {
    list-style: none;
    padding-left: 0;
}

.mbgf3 li {
    margin-bottom: 0.25rem;
}

.mbgf3 .jnnpm,
.ie7my .jnnpm {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    color: #fff;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: background-color 0.3s;
}

.mbgf3 .jnnpm:hover,
.ie7my .jnnpm:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.mw4ub {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mw4ub svg {
    width: 24px;
    height: 24px;
}

.ie7my {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ie7my .jnnpm {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

/* Overlay */
.d0zvs {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 45;
    display: none;
}

.d0zvs.active {
    display: block;
}

/* Main Content */
main {
    padding-top: 14rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;
    max-width: 1280px;
    margin: 0 auto;
}

/* Providers Section */
.xk04m {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    scrollbar-width: none;
}

.xk04m::-webkit-scrollbar {
    display: none;
}

.jonju {
    flex-shrink: 0;
    width: 160px;
    height: 80px;
    background-color: #1f2937;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}

/* Promo Section */
.g1mjf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.g1mjf h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

.g1mjf a {
    color: #22c55e;
    text-decoration: none;
    transition: color 0.3s;
}

.g1mjf a:hover {
    color: #16a34a;
}

.wj8lv {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.uurho {
    background-color: #1f2937;
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.3s;
    text-decoration: none;
    color: inherit;
    display: block;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.uurho:hover {
    transform: scale(1.05);
}

.h1f9n {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}

.pxb46 {
    padding: 1rem;
}

.xyzrz {
    color: #22c55e;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.cwbbu {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.h2z9o {
    font-size: 0.875rem;
    color: #9ca3af;
}



/* Media Queries */
@media (max-width: 768px) {
    header {
        padding-bottom: 0;
    }

    .qdwgh {
        flex-wrap: wrap;
        padding: 0.75rem 1rem;
        gap: 0.75rem;
    }

    .qvu6h {
        order: 1;
        padding: 0.5rem;
    }

    .xfijo {
        order: 2;
        flex: 1;
        display: flex;
        justify-content: center;
    }

    .xfijo img {
        height: 60px;
        margin-right: 30px;
    }

    .y64jd {
        order: 3;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
        margin-top: 0.5rem;
    }

    .vzr86 {
        padding: 0.6rem 1rem;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .xg07b {
        order: 4;
        width: 100%;
        padding: 12px 1rem;
        gap: 20px;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow: hidden;
        scrollbar-width: auto;
    }

    .xg07b .afcr2 {
        flex-direction: column;
        font-size: 12px;
        min-width: auto;
    }

    main {
        padding-top: 15rem;
    }

    .iwl9j {
        max-width: none;
        right: 1rem;
    }

    .wj8lv {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 769px) {
    .xg07b .afcr2 {
        flex-direction: row;
    }
}

 .osuzu {
            width: 100%;
            max-width: 1200px;
            background: url(../img/p60ey2sz.jpg) no-repeat center/cover;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
            display: grid;
            grid-template-columns: 1fr auto 300px;
            position: relative;
            gap: 20px;
        }


        .pxb46 {
            padding: 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 20px;
            position: relative;
            z-index: 1;
        }

        .fqrza {
            color: #e0e0e0;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .cwbbu {
            color: #ffffff;
            font-size: 56px;
            font-weight: 800;
            line-height: 1.1;
            text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        }

        .z8duq {
            color: #ffffff;
            font-size: 28px;
            font-weight: 600;
            margin-top: -10px;
        }

        .fpx3p {
            display: inline-block;
            padding: 18px 50px;
            background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
            color: #ffffff;
            font-size: 18px;
            font-weight: 700;
            text-decoration: none;
            border-radius: 12px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(34, 197, 94, 0.4);
            border: none;
            cursor: pointer;
            width: fit-content;
        }

        .fpx3p:hover {
            background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
            transform: translateY(-2px);
            box-shadow: 0 12px 25px rgba(34, 197, 94, 0.5);
        }

        .h1f9n {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            position: relative;
            z-index: 1;
        }

        .i1nmi {
            max-width: 280px;
            height: auto;
            filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.4));
        }

        .bhted {
            background: rgba(13, 24, 19, 0.95);
            border-color: #ffffff0a;
            backdrop-filter: blur(10px);
            padding: 40px 30px;
            display: flex;
            flex-direction: column;
            gap: 30px;
            position: relative;
            z-index: 1;
        }

        .spcc8 {
            display: flex;
            align-items: flex-start;
            gap: 20px;
        }

        .uo83s {
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            flex-shrink: 0;
        }

        .kc295 {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .sqx3a {
            color: #9ca3af;
            font-size: 13px;
            font-weight: 500;
        }

        .qrmxy {
            color: #ffffff;
            font-size: 20px;
            font-weight: 700;
        }

        /* Адаптивность */
        @media (max-width: 1024px) {
            .osuzu {
                grid-template-columns: 1fr auto;
            }

            .bhted {
                width: 280px;
            }

            .pxb46 {
                padding: 40px;
            }

            .cwbbu {
                font-size: 48px;
            }
        }

        @media (max-width: 768px) {
            .osuzu {
                grid-template-columns: 1fr;
                grid-template-rows: auto auto auto;
            }

            .pxb46 {
                padding: 30px;
                text-align: center;
                align-items: center;
            }

            .cwbbu {
                font-size: 40px;
            }

            .z8duq {
                font-size: 24px;
            }

            .h1f9n {
                order: -1;
                /* padding: 20px 20px 0; */
            }

            .i1nmi {
                max-width: 200px;
            }

            .bhted {
                width: 100%;
                padding: 30px;
                gap: 20px;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 10px;
            }

            .pxb46 {
                padding: 20px;
            }

            .cwbbu {
                font-size: 32px;
            }

            .z8duq {
                font-size: 20px;
            }

            .fpx3p {
                padding: 15px 40px;
                font-size: 16px;
                width: 100%;
            }

            .bhted {
                padding: 20px;
            }

            .uo83s {
                width: 30px;
                height: 30px;
                font-size: 18px;
            }

            .qrmxy {
                font-size: 18px;
            }
        }
.q81yz {
      background: #ffffff0a;
    position: relative;
    padding: 24px 24px;
    z-index: 1;
    border-radius: 16px;
    border: 1px solid #ffffff0a;
            margin-top: 40px;
        }

        /* Header */
        .wr0mj {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 30px;
        }

        .yxpg6 span img {
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }

        .l9myl {
            font-size: 28px;
            font-weight: 700;
            color: #fff;
        }

        .x0yfm {
            color: #10b981;
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
            transition: color 0.3s;
        }

        .x0yfm:hover {
            color: #22c55e;
        }

        .qnuv6 {
            color: #9ca3af;
            font-size: 14px;
            margin-left: auto;
            text-decoration: none;
            transition: color 0.3s;
        }

        .qnuv6:hover {
            color: #fff;
        }

        /* Categories Navigation */
        .d8ji0 {
            display: flex;
            gap: 10px;
            margin-bottom: 30px;
            flex-wrap: wrap;
            overflow-x: auto;
            padding-bottom: 10px;
            scrollbar-width: none;
        }

        .d8ji0::-webkit-scrollbar {
            display: none;
        }

        .tnvdi {
            padding: 12px 24px;
            background: rgba(16, 185, 129, 0.1);
            border: 1px solid rgba(16, 185, 129, 0.2);
            color: #10b981;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            text-decoration: none;
            white-space: nowrap;
            transition: all 0.3s;
        }

        .tnvdi:hover,
        .tnvdi.active {
            background: rgba(16, 185, 129, 0.2);
            border-color: #10b981;
            color: #22c55e;
        }

        /* Sub Navigation */
        .t7gxh {
            display: flex;
            gap: 20px;
            margin-bottom: 30px;
            flex-wrap: wrap;
        }

        .w8v5u {
            color: #9ca3af;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            transition: color 0.3s;
            white-space: nowrap;
        }

        .w8v5u:hover {
            color: #fff;
        }

        /* Games Grid */
        .jjr4s {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 20px;
        }

        .su9p1 {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s, box-shadow 0.3s;
            background: #1a2e23;
        }

        .su9p1:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(16, 185, 129, 0.3);
        }

        .su9p1 img {
            width: 100%;
            height: 160px;
            object-fit: cover;
            display: block;
        }

        .ikz7q {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #ef4444;
            color: #fff;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .n1ipt {
            position: absolute;
            top: 10px;
            right: 10px;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(10px);
            color: #fbbf24;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 11px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .in41g {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.6);
            opacity: 0;
            transition: opacity 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px;
        }

        .su9p1:hover .in41g {
            opacity: 1;
        }

        .wd5xd {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: scale(0);
            transition: transform 0.3s ease;
            box-shadow: 0 4px 20px rgba(34, 197, 94, 0.5);
        }

        .su9p1:hover .wd5xd {
            transform: scale(1);
        }

        .ks22b {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 12px 0 12px 20px;
            border-color: transparent transparent transparent #ffffff;
            margin-left: 4px;
        }

        .mq051 {
            position: absolute;
            top: 10px;
            left: 10px;
            right: 10px;
            display: flex;
            justify-content: space-between;
            opacity: 0;
            transition: opacity 0.3s;
        }

        .su9p1:hover .mq051 {
            opacity: 1;
        }

        .o1njx {
            width: 36px;
            height: 36px;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(10px);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 18px;
            transition: background 0.3s;
        }

        .o1njx:hover {
            background: rgba(16, 185, 129, 0.9);
        }

        .frw9r {
            display: none;
        }

        .cmqkv {
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .om68w {
            color: #9ca3af;
            font-size: 12px;
        }

        /* Responsive */
        @media (max-width: 1200px) {
            .jjr4s {
                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            }
        }

        @media (max-width: 768px) {
            .wr0mj {
                flex-wrap: wrap;
            }

            .qnuv6 {
                margin-left: 0;
                width: 100%;
            }

            .jjr4s {
                grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
                gap: 15px;
            }

            .su9p1 img {
                height: 140px;
            }

            .tnvdi {
                padding: 6px 10px;
                font-size: 10px;
            }
        }

        @media (max-width: 480px) {
            .jjr4s {
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
            }
            .d8ji0 {
                gap: 6px;
            }

            .su9p1 img {
                height: 120px;
            }

            .l9myl {
                font-size: 24px;
            }
        }
        .wd5xd {
    /* существующие стили */
    text-decoration: none;
}

.ivy5f {
    background: linear-gradient(180deg, #0f2e21 0%, #1a3d2e 100%);
    padding: 60px 20px;
	 margin-top: 40px;
	     padding: 24px 24px;
    z-index: 1;
    border-radius: 16px;
}

.id1lt {
    max-width: 1480px;
    margin: 0 auto;
}
.id1lt h1 {
	margin-bottom: 20px;
	font-size: 40px;
}
.id1lt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}
.qk6oa {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 45px;
    padding-left: 10px;
}

.uqsyu {
    font-size: 36px;
    line-height: 1;
}

.adbzp {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0;
}

.jv1wb {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.rdkdc {
    background: linear-gradient(145deg, rgba(26, 61, 46, 0.8) 0%, rgba(15, 46, 33, 0.9) 100%);
    border-radius: 20px;
    padding: 30px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rdkdc:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.qw25a {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 52px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.08);
    line-height: 1;
}

.ph6vw {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.15);
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
}

.zii3t {
    width: 180px;
    height: 180px;
    margin: 20px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.oaku8 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.zii3t img {
	width: 100%;
	object-fit: contain;
}
.yg5ap {
    background: linear-gradient(135deg, #6b5dd8 0%, #9d4edd 100%);
    box-shadow: 0 15px 35px rgba(107, 93, 216, 0.35);
}

.yg5ap::before {
    content: '✓';
    font-size: 90px;
    color: #4ade80;
    font-weight: 700;
}

.dl917 {
    background: linear-gradient(135deg, #2d5a3f 0%, #1e3a2a 100%);
    box-shadow: 0 15px 35px rgba(45, 90, 63, 0.4);
}

.dl917::before {
    content: '🪙';
    font-size: 80px;
}

.u6wxu {
    background: linear-gradient(135deg, #3a2d28 0%, #2a1f1b 100%);
    box-shadow: 0 15px 35px rgba(58, 45, 40, 0.4);
}

.u6wxu::before {
    content: '🍓';
    font-size: 80px;
}

.swcfi {
    background: linear-gradient(135deg, #2d3d52 0%, #1e2836 100%);
    box-shadow: 0 15px 35px rgba(45, 61, 82, 0.4);
}

.swcfi::before {
    content: '🏆';
    font-size: 80px;
}

.xfptq {
    background: linear-gradient(135deg, #2d524a 0%, #1e3630 100%);
    box-shadow: 0 15px 35px rgba(45, 82, 74, 0.4);
}

.xfptq::before {
    content: '⏱️';
    font-size: 80px;
}

.icin9 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 22px;
    line-height: 1.4;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rdkdc:nth-child(1) .icin9 {
    color: #ffffff;
    font-weight: 600;
}

.rdkdc:not(:nth-child(1)) .icin9 {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

.ddwam {
    width: 100%;
    padding: 14px 24px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}
.ddwam a {
	color: #fff;;
}
.rdkdc:nth-child(1) .ddwam {
    background: #4ade80;
    color: #0d1f18;
}

.rdkdc:nth-child(1) .ddwam:hover {
    background: #22c55e;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(74, 222, 128, 0.4);
}

.rdkdc:not(:nth-child(1)) .ddwam {
    background: rgba(74, 222, 128, 0.15);
    color: rgba(255, 255, 255, 0.3);
}

.rdkdc:not(:nth-child(1)) .ddwam:hover {
    background: rgba(74, 222, 128, 0.25);
}

/* Планшеты */
@media (max-width: 1200px) {
    .jv1wb {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .adbzp {
        font-size: 32px;
    }
}

/* Мобильные устройства */
@media (max-width: 768px) {
    .ivy5f {
        padding: 40px 15px;
    }

    .qk6oa {
        margin-bottom: 30px;
    }

    .uqsyu {
        font-size: 32px;
    }

    .adbzp {
        font-size: 24px;
    }

    .jv1wb {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .rdkdc {
        padding: 25px 20px;
    }

    .zii3t {
        width: 140px;
        height: 140px;
        margin: 15px 0 25px;
    }

    .oaku8::before {
        font-size: 60px !important;
    }

    .qw25a {
        font-size: 42px;
        top: 15px;
        right: 18px;
    }

    .ph6vw {
        display: none;
    }

    .icin9 {
        font-size: 15px;
        min-height: auto;
        margin-bottom: 18px;
    }

    .ddwam {
        padding: 13px 20px;
        font-size: 14px;
    }
}

/* Маленькие экраны */
@media (max-width: 480px) {
    .adbzp {
        font-size: 20px;
    }

    .zii3t {
        width: 120px;
        height: 120px;
    }

    .oaku8::before {
        font-size: 50px !important;
    }
}




.afcr2.active {
    color: var(--color-accent);
    position: relative;
}



.afcr2.active .px8le use {
    fill: var(--color-accent);
}

/* TOP NAV: активный */
.xg07b .afcr2.active{
  color: var(--color-accent);
  position: relative;
}

/* чтобы и иконка подсвечивалась */
.xg07b .afcr2.active .px8le use{
  fill: var(--color-accent);
}

/* SIDEBAR: активный */
.mbgf3 .jnnpm.active{
  background: rgba(255,255,255,0.08);
  outline: 1px solid rgba(255,255,255,0.12);
  color: var(--color-accent);
}
