:root{--color-black:#000;--color-white:#FFF;--color-blue-1:#09031f;--color-blue-2:#160f3b;--color-blue-3:#2f205e;--color-blue-4:#433277;--color-orange:#fb4d00;--color-green-opacity:rgba(34, 200, 101, 0.18);--color-red-opacity:rgba(227, 42, 42, 0.18);--color-red:rgba(255, 81, 81, 1);--color-green:#3ADD67;--color-yellow:#FDDE50;--color-light:#c4bdda;--gradient-green:linear-gradient(92.71deg, #fff0 0.92%, rgba(0, 170, 99, 0.79) 97.74%);--gradient-yellow:linear-gradient(92.71deg, #fff0 0.92%, #F8C020 43.91%, #FDDE4F 97.74%)}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,::after,::before{box-sizing:inherit}html{box-sizing:border-box;max-width:100%;overflow-x:hidden;scroll-behavior:smooth}body{position:relative;min-width:320px;margin:0;color:var(--color-white);font-family:Inter,-apple-system,Arial,sans-serif;font-size:16px;line-height:1.375;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100%;background:var(--color-blue-1)}@media screen and (max-width:768px){body{font-size:12px}}img,picture{display:block;max-width:100%;height:auto}a{text-decoration:none;transition:all .3s ease-in-out;color:var(--color-white)}
    @media (min-width: 1200px) {
        .sidebar__item666{
display:none;
    }
}
.langs15454{
display:inline-block;
}
.langs15454 img{
    width:24px;height:24px;
}
.langs15454{margin-right:8px;}
.langs15454--active img{width:32px;height:32px;transform:translateY(-2px);}
@media screen and (max-width:768px){.langs15454 img{width:22px;height:22px}.langs15454--active img{width:28px;height:28px}}

:root {
    --color-black: #000;
    --color-white: #fff;
    --color-blue-1: #1A1A1A;
    --color-blue-2: #0D1016;
    --color-blue-3: #1A1A1A;
    --color-blue-4: #1A1A1A;
    --color-orange: #0D1016;
    --color-green-opacity: #0D1016;
    --color-red-opacity: #0D1016;
    --color-red: #0D1016;
    --color-green: #0D1016;
    --color-yellow: #FF9800;
    --color-light: #c4bdda;
    --gradient-green: #0D1016;
    --gradient-yellow: #0D1016
}

h1 {
    font-size: 32px;
    line-height: 1.1875
}

h1,
h2,
h3 {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0
}

h2,
h3 {
    font-size: 24px;
    line-height: 1.2083333333
}

p {
    margin-bottom: 20px;
    margin-top: 0
}

.btn {
    align-items: center;
    border-radius: 8px;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    font-size: 16px;
    gap: 10px;
    justify-content: center;
    line-height: 1.1875;
    padding: 13px 16px;
    text-align: center
}

.btn img {
    width: 24px
}

.btn-border {
    border: 1px solid var(--color-white)
}

.btn-border:hover {
    background: var(--color-white);
    color: var(--color-blue-1)
}

.btn-green {
    background-color: #00CFA6;
    background-image: var(--gradient-green)
}

.btn-green:hover {
    opacity:0.8;
}

.btn-yellow img {
    filter: brightness(0) invert(1);
}

.btn-yellow {
    background-color: #FD2400;
    background-image: var(--gradient-yellow);
    color: #fff
}

.btn-yellow:hover {
    background-color: #f8c020
}

.btn-orange {
    background-color: var(--color-orange)
}

.btn-orange:hover {
    background: var(--color-white);
    color: var(--color-blue-1)
}

.header {
    align-items: center;
    background: var(--color-blue-2);
    display: flex;
    padding: 13px 15px
}

.header__logo {
    display: block;
    width: 160px
}

.header__sidebar {
    flex-shrink: 0;
    width: 320px
}

.header__wrap {
    justify-content: space-between;
    width: 100%
}

.header__content,
.header__wrap {
    align-items: center;
    display: flex
}

.header__content {
    gap: 24px
}

.app__btn,
.header__actions {
    display: flex;
    gap: 12px
}

.app__btn {
    align-items: center;
    background: var(--color-blue-3);
    border-radius: 8px;
    color: var(--color-light);
    font-size: 12px;
    padding: 7px 8px
}

.app__btn img {
    height: 30px;
    width: 30px
}

.app__btn-title {
    color: #fff;
    font-size: 16px;
    line-height: 1.1875
}

.app__btn:hover {
    background: var(--color-blue-4)
}

.wrapper {
    display: flex;
    justify-content: space-between
}

.sidebar {
    background: var(--color-blue-2);
    flex-shrink: 0;
    min-height: calc(100vh - 76px);
    padding: 15px 10px;
    position: relative;
    width: 320px
}

.sidebar__block {
    position: sticky;
    top: 15px
}

.sidebar__item {
    border-bottom: 1px solid var(--color-blue-4);
    padding-bottom: 25px;
    padding-top: 35px
}

.sidebar__item:first-child {
    padding-top: 0
}

.sidebar__item:last-child {
    border-bottom: 0
}

.sidebar__link {
    color: var(--color-light);
    display: block;
    margin-bottom: 24px;
    padding-left: 12px
}

.sidebar__link:hover {
    color: #fff
}

.sidebar p {
    margin-bottom: 5px;
    margin-top: 0;
    padding-left: 12px
}

.content {
    padding: 20px;
    width: 100%
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu a {
    align-items: center;
    background: hsla(0, 0%, 100%, 0);
    border-radius: 8px;
    display: flex;
    font-size: 16px;
    line-height: 1.1875;
    margin-bottom: 12px;
    padding: 10px 12px;
    position: relative
}

.menu a:hover {
    background: var(--color-blue-3)
}




.menu a.has-submenu.active:after {
    transform: rotate(180deg)
}

.menu ul {
    height: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.menu ul.active {
    height: auto
}

.menu ul a {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px
}

.language__btn {
    align-items: center;
    background: var(--color-blue-3);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
    padding: 15px 12px;
    position: relative
}

.language__btn img {
    width: 20px
}

.language__btn:hover {
    background: var(--color-blue-4)
}




.language__btn.active:after {
    transform: rotate(180deg)
}

.social {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 12px;
    padding-left: 12px
}

.social a img {
    width: 24px
}

.social a:hover {
    filter: brightness(2)
}

.banner {
    background-size: cover;
    border-radius: 12px
}



.banner__subtitle {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1666666667;
    text-transform: uppercase
}

.banner__row {
    gap: 7px
}

.banner__promocode,
.banner__row {
    align-items: center;
    display: flex;
    justify-content: center
}

.banner__promocode {
    background: #fff;
    background: linear-gradient(92.71deg, #fafbfd .92%, #e8ecf1 97.74%);
    border-radius: 8px;
    color: var(--color-blue-1);
    gap: 10px;
    padding: 10px 105px;
    cursor:pointer;
}

.banner__promocode img {
    width: 24px
}

.banner__lg {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.15625;
    margin: 0 auto 15px;
    max-width: 885px;
    text-transform: uppercase
}

.banner__wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    width: 100%
}

.banner__orange,
.banner__title {
    font-size: 31px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.2;
    position: relative;
    text-transform: uppercase;
    transform: rotate(-6deg);
    width: -moz-max-content;
    width: max-content;
}

.banner__orange {
    margin-top: 25px;
    cursor: pointer;
}
.banner__orange:hover {
    color:#DDDFE1;
}

.banner__orange:before {
    background: #00CFA6;
    border-radius: 15px;
    bottom: -10px;
    box-shadow: inset 2px 2px 0 0 hsla(0, 0%, 100%, .25);
    content: "";
    left: -10px;
    position: absolute;
    right: -15px;
    top: -10px;
    transform: skewX(-9deg);
    z-index: -1
}

.banner__text {
    font-size: 18px;
    line-height: 1.3888888889
}

.banner__bonus,
.banner__text {
    font-weight: 900;
    text-transform: uppercase
}

.banner__bonus {
    font-size: 47px;
    line-height: 1;
    margin-bottom: 10px
}

.banner__buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    width: 100%
}

.block {
    background: var(--color-blue-2);
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 15px 15px 1px
}

.table {
    overflow-x: auto;
    width: 100%
}

.table table {
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%
}

.table tr:nth-child(2n) td {
    background: var(--color-blue-3)
}

.table td {
    padding: 10px 12px
}

.table td:first-child {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px
}

.table td:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

.img-text {
    overflow: hidden
}

.img-text,
.img-text img {
    width: 100%
}

.img-cov {
    border-radius: 12px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    width: 350px
}

.img-cov-right {
    float: right;
    margin-left: 15px;
    margin-right: 0
}

.clear {
    clear: both
}

.faq {
    grid-gap: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 15px
}

.faq__item {
    background: var(--color-blue-3);
    border-radius: 8px;
    height: -moz-min-content;
    height: min-content;
    margin-bottom: 8px
}

.faq__item h3 {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1875;
    margin: 0;
    padding: 10px 52px 10px 12px;
    position: relative
}




.faq__item[aria-expanded=true] .faq__answer {
    opacity: 1
}

.faq__item[aria-expanded=true] h3:after {
    transform: rotate(180deg)
}

.faq__answer {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease
}

.faq__answer p {
    color: #c4bdda;
    margin: 0;
    padding: 10px 12px
}

.footer {
    background: var(--color-blue-2);
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 25px 15px
}

.footer__logo {
    border-bottom: 1px solid var(--color-blue-3);
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin-bottom: 33px;
    padding-bottom: 33px
}

.footer__bottom,
.footer__logo {
    align-items: center;
    display: flex
}

.footer__bottom {
    justify-content: end
}

.footer__menu {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__menu a {
    color: var(--color-light)
}

.footer__menu a:hover {
    color: #fff
}

.footer__logo-2 {
    align-items: center;
    display: flex;
    gap: 15px
}

.footer__logo-2 img {
    max-height: 22px;
    max-width: 115px
}

.page {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 65px 0;
    text-align: center
}

.page h1 {
    font-size: 128px
}

.page p {
    color: var(--color-light)
}

.breadcrumbs {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

.breadcrumbs,
.breadcrumbs a {
    align-items: center;
    display: flex
}

.breadcrumbs a {
    color: var(--color-light);
    position: relative
}

.breadcrumbs a:hover {
    color: #fff
}



.sitemap {
    margin-bottom: 15px
}

.sitemap__item {
    align-items: center;
    background: var(--color-blue-3);
    border-radius: 8px;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1875;
    margin: 0 0 8px;
    padding: 10px 52px 10px 12px;
    position: relative
}




.sitemap__item:hover {
    background: var(--color-blue-4)
}

.burger {
    display: none
}

@media screen and (max-width:1200px) {
    .banner-2 {
        display: none
    }

    .footer__bottom {
        display: block
    }

    .footer__menu {
        margin-bottom: 15px
    }

    .header__content {
        display: none
    }

    .header__wrap {
        justify-content: flex-end
    }
}

@media screen and (max-width:992px) {
    .sidebar {
        background: var(--color-blue-1);
        display: none;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 95px;
        transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 1000
    }

    .sidebar.active {
        display: block;
        opacity: 1;
        pointer-events: auto;
        visibility: visible
    }

    .header__content {
        display: none
    }

    .header__sidebar {
        order: 0;
        width: auto
    }

    .header__logo {
        width: 80px
    }

    .banner-2 {
        display: none
    }

    .banner__orange,
    .banner__title {
        font-size: 12px;
        color:#DB0000;
    }

    .footer__bottom {
        display: block
    }

    .footer__menu {
        flex-wrap: wrap;
        gap: 15px 9px;
        justify-content: center;
        margin-bottom: 15px
    }

    .footer__logo-2 {
        gap: 10px;
        justify-content: center
    }

    .footer__logo-2 img {
        max-height: 14px;
        max-width: 65px
    }

    .img-cov {
        max-width: 100%
    }

    .footer__logo {
        gap: 15px 5px;
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .footer__menu a {
        font-size: 12px
    }

    .footer {
        padding: 15px
    }

    .faq {
        grid-template-columns: 1fr
    }

    h1 {
        font-size: 20px
    }

    h2,
    h3 {
        font-size: 18px
    }

    .faq__item h3 {
        font-size: 12px
    }

    .banner-1 {
        padding: 30px 20px
    }

    .banner__orange {
        margin-top: 10px
    }

    .banner__orange:before {
        border-radius: 5px;
        bottom: -5px;
        left: -5px;
        right: -5px;
        top: -5px
    }

    .btn {
        font-size: 12px;
        line-height: 1.1666666667;
        padding: 7px;
        width: 100%
    }

    .burger {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        height: 30px;
        order: 1;
        padding: 2.5px 0;
        width: 30px;
        z-index: 101
    }

    .burger span {
        background: #fff;
        border-radius: 30px;
        display: block;
        height: 3px;
        transition: all .3s ease;
        width: 30px
    }

    .burger.active span:first-child {
        transform: translateY(4px) rotate(45deg)
    }

    .burger.active span:nth-child(2) {
        transform: translateY(-9px) rotate(-45deg)
    }

    .header {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .header__wrap {
        margin-top: 10px;
        order: 2;
        width: 100%
    }

    .header__actions {
        width: 100%
    }

    .banner__subtitle {
        font-size: 14px
    }

    .banner__lg {
        font-size: 20px
    }

    .banner-4 {
        background-color: #FB4D00;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        padding: 15px
    }

    .banner__promocode {
        flex-shrink: 0;
        font-size: 12px;
        padding: 2px 15px;
        width: -moz-max-content;
        width: max-content
    }

    .content {
        padding: 15px
    }

    .banner__wrap,
    .block {
        margin-bottom: 15px
    }
}

.wrhwrhwhw{
    background-color:#00CFA6;
    color:#fff;
}

.banner__orange {
    color:#fff;
}

.banner__title {
    color:#f0f0f0;
}

/* 1Win brand overrides: keep local replacement but preserve 1Win palette */
:root {
    --color-blue-1: #141415;
    --color-blue-2: #141415;
    --color-blue-3: #1b1c1f;
    --color-blue-4: #282829;
    --color-orange: #282829;
    --color-green-opacity: rgba(0, 231, 1, 0.18);
    --color-red-opacity: rgba(255, 59, 59, 0.18);
    --color-red: #ff3b3b;
    --color-green: #00e701;
    --color-yellow: #ff9800;
    --color-light: #d8d8d8;
    --gradient-green: none;
    --gradient-yellow: none;
}

body {
    background: #141415;
}

.header,
.sidebar,
.footer,
.table thead th,
.faq__item,
.language__dropdown,
.menu__dropdown {
    background: #141415;
}

.hero,
.banner-2,
.banner-4,
.table tbody td,
.sidebar__item,
.footer__top,
.footer__center,
.app__btn,
.bonus,
.language__list,
.menu__list {
    background: #1b1c1f;
}

.btn-green {
    background-color: #00e701;
    color: #000;
}

.btn-green:hover {
    opacity: .85;
}

.btn-yellow {
    background-color: #fd2400;
    color: #fff;
}

.btn-yellow:hover {
    background-color: #e31f00;
}

.btn-border:hover {
    background: #282829;
    color: #fff;
}


/* Mobile + left-side cleanup */
@media screen and (max-width: 768px) {
    .banner-2 {
        display: none !important;
    }
}

.wrapper,
.header__sidebar,
.sidebar,
.sidebar__block,
.sidebar__item,
.sidebar .footer,
.sidebar .footer__top,
.sidebar .footer__center,
.sidebar .footer__bottom {
    background: #141415 !important;
}


/* Mobile menu flags should not overlap download buttons */
@media screen and (max-width: 768px) {
    .sidebar__block > .sidebar__item:first-child {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
        margin-bottom: 10px;
        padding-bottom: 14px;
    }

    .langs15454 {
        margin-right: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: top;
    }

    .langs15454--active img {
        width: 26px;
        height: 26px;
        transform: none;
    }

    .sidebar__item666 {
        margin-top: 12px;
    }

    .sidebar__item666 .header__actions {
        flex-direction: column;
        gap: 10px;
    }
}


/* Extra spacing under mobile top buttons so flags sit lower */
@media screen and (max-width: 768px) {
    .sidebar__block {
        padding-top: 14px;
    }

    .sidebar__block > .sidebar__item:first-child {
        margin-top: 6px;
    }
}


/* Move the opened mobile menu lower so it does not cover top buttons */
@media screen and (max-width: 768px) {
    .sidebar {
        top: 130px !important;
    }
}

/* Restore banner images/colors that were overwritten by generic background overrides */
.banner-2 {
    background: url(./../img/banner-2.webp) center/cover no-repeat !important;
}

.banner-3 {
    background: url(./../img/banner-3.webp) center/cover no-repeat !important;
}

.banner-4 {
    background: url(./../img/banner-5.webp) center/cover no-repeat !important;
}

.banner__buttons .btn-yellow img {
    filter: none !important;
}


/* 1Win language switch */
.onewin-lang{position:relative;z-index:120}.onewin-lang--mobile{display:none}.onewin-lang__btn{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 12px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#141415;color:#fff;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.18)}.onewin-lang__btn img{width:20px;height:20px;border-radius:50%;flex:0 0 20px}.onewin-lang__current{font-size:14px;font-weight:700;line-height:1;white-space:nowrap;color:#fff}.onewin-lang__current--code{min-width:20px;text-align:center}.onewin-lang__chevron{font-size:12px;line-height:1;color:#fff;opacity:.9}.onewin-lang__list{position:absolute;top:calc(100% + 8px);left:0;display:none;min-width:190px;padding:8px;background:#141415;border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:0 18px 40px rgba(0,0,0,.32)}.onewin-lang__list.active{display:block}.onewin-lang__option{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:10px;color:#fff;white-space:nowrap}.onewin-lang__option img{width:20px;height:20px;border-radius:50%;flex:0 0 20px}.onewin-lang__option span{color:#fff;font-size:14px;font-weight:600;line-height:1.15}.onewin-lang__option:hover,.onewin-lang__option.is-active{background:rgba(255,255,255,.08)}
@media (max-width:768px){.onewin-lang--desktop{display:none}.onewin-lang--mobile{display:flex;align-items:center;order:1;margin-left:auto;margin-right:10px}.onewin-lang__btn--mobile{min-height:34px;padding:6px 8px;border-radius:10px;gap:6px}.onewin-lang__btn--mobile img{width:18px;height:18px;flex:0 0 18px}.onewin-lang__btn--mobile .onewin-lang__current{font-size:12px}.onewin-lang__btn--mobile .onewin-lang__chevron{font-size:10px}.onewin-lang__list--mobile{left:auto;right:0;min-width:170px}}
@media (min-width:769px){.onewin-lang--mobile{display:none}}
