body {
    background-color: #121212;
    font-family: "Open Sans", sans-serif;
    display: flex;
    flex-direction: column;
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: 0;
    list-style-type: none
}

picture {
    display: flex
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.visually-hidden-k7m9p {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.container-k7m9p {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    padding: 0 10px
}

.button-k7m9p {
    border: none;
    outline: 0;
    cursor: pointer;
    border: 2px solid #c00;
    background: #c00;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
    width: 100%;
    border-radius: 100px;
    box-shadow: 0 0 10px 0 rgba(243, 78, 81, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    transition: all .2s
}

.button-k7m9p:hover {
    background: 0 0
}

.button-k7m9p--outline {
    background: transparent;
    color: #fff;
    border: 2px solid #c00;
    width: auto;
    min-width: 180px
}

.button-k7m9p--outline:hover {
    background: #c00;
    color: #fff
}

@font-face {
    font-display: swap;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url(/fonts-k7m9p/open-sans-v44-latin-regular-k7m9p.woff2) format("woff2"), url(/fonts-k7m9p/open-sans-v44-latin-regular-k7m9p.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url(/fonts-k7m9p/open-sans-v44-latin-700-k7m9p.woff2) format("woff2"), url(/fonts-k7m9p/open-sans-v44-latin-700-k7m9p.ttf) format("truetype")
}

.header-k7m9p {
    background: #0f0f0f;
    color: #fff;
    width: 100%;
    border-bottom: 2px solid rgba(213, 136, 137, .4);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .2)
}

.header-k7m9p .container-k7m9p {
    position: relative
}

.header-k7m9p .header-wrap-k7m9p {
    align-items: center;
    -moz-column-gap: 28px;
    column-gap: 28px;
    display: flex;
    min-height: 72px;
    padding: 12px 0;
    justify-content: space-between
}

.header-k7m9p .header-wrap-k7m9p__logo {
    flex-shrink: 0;
    position: relative;
    z-index: 10
}

.header-k7m9p .header-wrap-k7m9p__logo img {
    max-width: 261px
}

.header-k7m9p .header-wrap-k7m9p__logo--text {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none
}

.header-k7m9p .header-wrap-k7m9p__favicon {
    display: block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
    object-fit: contain
}

@media (max-width:767px) {
    .header-k7m9p .header-wrap-k7m9p__favicon {
        width: 24px;
        height: 24px
    }
}

.header-k7m9p .header-wrap-k7m9p__logo--text span {
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    letter-spacing: .03em;
    white-space: nowrap
}

@media (max-width:767px) {
    .header-k7m9p .header-wrap-k7m9p__logo--text span {
        font-size: 16px
    }
}

.header-k7m9p .header-wrap-k7m9p__nav {
    max-width: 380px;
    width: 100%
}

.header-k7m9p .header-wrap-k7m9p__nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px
}

.header-k7m9p .header-wrap-k7m9p__nav a {
    text-decoration: none;
    display: flex;
    color: rgba(255, 255, 255, .92);
    font-weight: 500;
    font-size: 14px;
    transition: all .2s;
    padding: 4px 0
}

.header-k7m9p .header-wrap-k7m9p__nav a:hover {
    color: #fff;
    opacity: 1
}

.header-k7m9p .header-wrap-k7m9p__nav a.active {
    position: relative;
    color: #fff;
    font-weight: 600
}

.header-k7m9p .header-wrap-k7m9p__nav a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    background: #d58889;
    border-radius: 0;
    width: 100%;
    display: block
}

.header-k7m9p .header-wrap-k7m9p__burger {
    display: none
}

.hero-k7m9p {
    padding: 30px 0 60px;
    margin-top: 10px
}

.hero-k7m9p .container-k7m9p {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.hero-k7m9p h1 {
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    margin: 0
}

.hero-k7m9p p {
    font-weight: 400;
    font-size: 16px;
    text-align: center
}

.hero-k7m9p ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.hero-k7m9p ul li {
    background: #242424;
    border: 1px solid #565656;
    border-radius: 100px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 16px
}

.hero-k7m9p ul div {
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.hero-k7m9p ul div img {
    display: block;
    width: 100%;
    height: 100%
}

.footer-k7m9p {
    border-top: 1px solid #565656;
    padding-top: 60px;
    margin-top: 40px;
    padding-bottom: 40px
}

.footer-k7m9p h3 {
    font-weight: 700;
    font-size: 20px
}

.footer-k7m9p p {
    font-weight: 400;
    font-size: 15px
}

.footer-k7m9p p span {
    font-weight: 700
}

.footer-k7m9p__top {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.footer-k7m9p__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    flex-wrap: wrap;
    gap: 20px
}

.footer-k7m9p__links {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap
}

.footer-k7m9p__links li a {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 15px;
    text-decoration: underline;
    color: #fff;
    transition: all .2s
}

.footer-k7m9p__links li a:hover {
    opacity: .8
}

.footer-k7m9p__copyright {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin: 32px 0 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer-k7m9p__logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px 20px;
    flex-wrap: wrap
}

.footer-k7m9p__logos img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    transition: all .3s ease
}

.footer-k7m9p__logos img:hover {
    transform: scale(1.04)
}

.games-k7m9p {
    transform: translateY(-20px)
}

.games-k7m9p__wrapper {
    flex-direction: column;
    display: flex;
    gap: 24px
}

.games-k7m9p__item {
    display: block;
    border-radius: 20px;
    position: relative;
    transition: all .3s ease;
    background: radial-gradient(69.17% 69.17% at 89.43% 41.74%, #6b1010 0, #242424 100%);
    border: 1px solid #d58889;
    overflow: hidden;
    box-shadow: 0 6px 28px rgba(0, 0, 0, .3)
}

.games-k7m9p__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .4)
}

.games-k7m9p__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, #d58889 0%, rgba(107, 16, 16, .95) 100%);
    border-radius: 20px 0 0 20px
}

.games-k7m9p__item-box {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: 0 0;
    height: 100%;
    padding: 0;
    min-height: 0
}

.card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding: 24px 24px 24px 32px;
    min-height: 120px
}

.card__brand {
    flex: 1;
    min-width: 0
}

.card__logo-link {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.card__logo-img {
    max-width: 180px;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain
}

.card__toggle {
    flex-shrink: 0
}

.card__body {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 24px 24px 32px
}

.card__body[hidden] {
    display: none !important
}

.card__section {
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, .12)
}

.card__section--bonus .card__bonus-text {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 1.35;
    display: block;
    text-align: left
}

.card__section--desc .card__desc-text {
    font-weight: 500;
    font-size: 13px;
    color: rgba(255, 255, 255, .75);
    line-height: 1.5;
    display: block;
    text-align: left
}

.card__section--rating {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.card__stars {
    display: flex;
    gap: 4px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.card__stars img {
    width: 18px;
    height: 18px;
    display: block
}

.card__votes {
    font-weight: 600;
    font-size: 12px;
    color: rgba(255, 255, 255, .9)
}

.card__section--cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 4px
}

.card__btn {
    width: 100%;
    max-width: 280px;
    text-align: center
}

.card__payments {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0
}

.card__payments img {
    width: 24px;
    height: 24px;
    display: block;
    opacity: .9
}

.policy-k7m9p {
    padding: 40px 0 60px
}

.policy-k7m9p .container-k7m9p {
    max-width: 720px
}

.policy-k7m9p h1 {
    font-weight: 700;
    font-size: 28px;
    text-align: left;
    margin: 0 0 8px;
    color: #fff;
    letter-spacing: .01em
}

.policy-k7m9p h1 + p,
.policy-k7m9p > .container-k7m9p > p:first-of-type {
    font-size: 14px;
    color: rgba(255, 255, 255, .65);
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.policy-k7m9p h2 {
    font-weight: 700;
    font-size: 18px;
    margin: 28px 0 12px;
    color: #fff;
    padding-left: 14px;
    border-left: 3px solid #d58889;
    line-height: 1.35
}

.policy-k7m9p p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, .9)
}

.policy-k7m9p p:last-child {
    margin-bottom: 0
}

.policy-k7m9p li {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .9)
}

.policy-k7m9p ul {
    list-style: disc;
    padding-left: 24px;
    margin: 12px 0 20px
}

.policy-k7m9p ul ul {
    margin: 8px 0;
    padding-left: 20px
}

.policy-k7m9p a {
    color: #d58889;
    text-decoration: underline;
    text-underline-offset: 3px
}

.policy-k7m9p a:hover {
    color: #e09a9b
}

.policy-k7m9p strong {
    font-weight: 700;
    color: #fff
}

.policy-k7m9p__line {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
    margin: 24px 0
}

.page-k7m9p {
    padding-top: 30px
}

.page-k7m9p h1 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin: 0 0 20px
}

.page-k7m9p p {
    font-weight: 400;
    font-size: 15px;
    text-align: center
}

.page-k7m9p h2,
.page-k7m9p h3 {
    font-weight: 700;
    font-size: 20px;
    text-align: center
}

.page-k7m9p h2 {
    margin: 20px 0
}

.page-k7m9p h3 {
    margin: 10px 0
}

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

.page-k7m9p .about-k7m9p__item {
    background: radial-gradient(73.87% 73.87% at 50% 26.13%, #452222 0, #242424 100%);
    border: 1px solid #565656;
    border-radius: 20px;
    padding: 20px
}

.page-k7m9p .about-k7m9p__item img {
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
    margin: 0 auto
}

.page-k7m9p__form {
    max-width: 752px;
    width: 100%;
    margin: 20px auto 0
}

.page-k7m9p__form label {
    font-weight: 700;
    font-size: 14px
}

.page-k7m9p__form label span {
    color: #c00
}

.page-k7m9p__form input,
.page-k7m9p__form textarea {
    background: #3f3f3f;
    border: 1px solid #737373;
    border-radius: 5px;
    outline: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    resize: none;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 8px 0 16px
}

.page-k7m9p__form .success-k7m9p {
    display: none;
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
    text-align: center
}

.page-k7m9p__form.active .success-k7m9p {
    display: block
}

.page-k7m9p__form .button-k7m9p {
    margin-top: 24px
}

.hero-k7m9p {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/images-k7m9p/bg.avif) center/cover no-repeat
}

.product-card .games-k7m9p__item-box {
    display: flex;
    flex-direction: column
}

.product-card .card__body[hidden] {
    display: none !important
}

@media (max-width:1023px) {
    .hero-k7m9p h1 {
        font-size: 32px
    }
}

@media (max-width:991px) {
    .header-k7m9p .header-wrap-k7m9p__nav {
        position: absolute;
        top: 72px;
        background: #121212;
        padding: 20px;
        max-width: 100%;
        left: 0;
        right: 0;
        z-index: 9;
        transform: translateY(-200%);
        transition: transform .2s, opacity .2s;
        opacity: 0;
        pointer-events: none
    }

    .header-k7m9p .header-wrap-k7m9p__nav.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto
    }

    .header-k7m9p .header-wrap-k7m9p__nav ul {
        flex-direction: column;
        gap: 20px
    }

    .header-k7m9p .header-wrap-k7m9p__nav a {
        opacity: 0;
        transition: opacity .2s .1s
    }

    .header-k7m9p .header-wrap-k7m9p__nav.active a {
        opacity: 1
    }

    .header-k7m9p .header-wrap-k7m9p__burger {
        display: block;
        position: relative;
        z-index: 10;
        cursor: pointer;
        background: 0;
        border: 0;
        padding: 8px
    }

    .games-k7m9p__wrapper {
        gap: 16px;
        flex-direction: row
    }

    .page-k7m9p .about-k7m9p__wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .header-k7m9p .header-wrap-k7m9p {
        height: 50px
    }

    .header-k7m9p .header-wrap-k7m9p__nav {
        top: 50px
    }

    .header-k7m9p .header-wrap-k7m9p__logo img {
        max-width: 206px
    }

    .hero-k7m9p {
        padding: 30px 0
    }

    .hero-k7m9p .container-k7m9p {
        gap: 10px
    }

    .hero-k7m9p h1 {
        font-size: 24px
    }

    .hero-k7m9p p {
        font-size: 11px
    }

    .hero-k7m9p ul {
        align-items: stretch;
        justify-content: center
    }

    .hero-k7m9p ul li {
        font-size: 10px;
        border-radius: 10px;
        padding: 5px 10px
    }

    .hero-k7m9p ul div {
        width: 11px;
        height: 11px
    }

    .footer-k7m9p__bottom {
        flex-direction: column;
        align-items: flex-start
    }

    .footer-k7m9p__links {
        flex-direction: column;
        align-items: flex-start
    }

    .games-k7m9p__wrapper {
        flex-direction: column;
        max-width: 480px;
        width: 100%;
        margin: 0 auto
    }

    .card__top {
        padding: 20px 20px 20px 28px;
        min-height: 100px
    }

    .card__body {
        padding: 0 20px 20px 28px
    }

    .card__section--bonus .card__bonus-text {
        font-size: 16px
    }

    .card__section--desc .card__desc-text {
        font-size: 12px
    }

    .card__top {
        flex-direction: column;
        align-items: stretch
    }

    .card__logo-link {
        justify-content: center
    }

    .card__toggle {
        width: 100%
    }
}

@media (max-width:575px) {
    .hero-k7m9p {
        padding: 10px 0
    }

    .hero-k7m9p p {
        display: none
    }

    .hero-k7m9p ul {
        /* display: grid;
        grid-template-columns: repeat(3, 1fr) */
    }

    .hero-k7m9p ul li {
        word-break: break-word
    }

    .games-k7m9p {
        transform: translateY(-5px)
    }

    .page-k7m9p .about-k7m9p__wrapper {
        grid-template-columns: 1fr
    }

    .hero-k7m9p {
        background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/images-k7m9p/bg.avif) center/cover no-repeat
    }
}

@media (max-width:425px) {
    .card__top {
        padding: 16px 16px 16px 24px
    }

    .card__body {
        padding: 0 16px 16px 24px
    }

    .card__section--bonus .card__bonus-text {
        font-size: 15px
    }
}