
.provider-select .modal-content {
    background: #0b0d0e;
}
.provider-select .modal-title {
    color: #fff;
}
.provider-select .close {
    color: #fff;
}
.provider-select .modal-header {
    border: none;
}
.providers-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
@media only screen and (min-width: 650px) {
    .providers-buttons {
        grid-template-columns: repeat(4, 1fr);
    }
}
.providers-buttons a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
    background-color: #22262a;
    isolation: isolate;
    border-radius: 5px;
    text-decoration: none !important;
}
.providers-buttons a:hover{
    background-color: #4c555e;
}
.providers-buttons a.selected{
    border: 2px solid #4bbd5e
}
.providers-buttons a img{
    height: 50px;
}
.providers-buttons .all_providers{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .25px;
    max-width: 120px;
    color: #fff;
    text-align: center;
}
.game-list {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}
.game-card {
    display: inline-flex;
    flex: 1 0 125px;
    max-width: max-content;
}
@media (max-width:920px){
    .game-card {
        flex: 1 0 90px;
    }
}
.game-card .game-title{
    display:block;
    font-size: 14px;
}
.attention18{
    max-width: 350px;
    text-align: left;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    font-size: 12px;
}
.display-none{
    display:none
}
.header-body {
    background: #000 !important;
    border: none !important;
    box-shadow: none !important;
}
#header .header-nav-main nav>ul li {
    border-bottom: 1px solid #1c1c1c;
}
#header .header-nav-main nav>ul li a{
    color: #fff3cd !important;
    font-weight: 400;
}
#header .header-logo img {
    max-width: 150px;
}
@media (min-width: 960px){
    header#header {
        position: relative !important;
    }
    #header .header-logo img {
        max-width: 195px;
        margin-top: -12px;
        margin-left: 6px;
    }
    html.side-header #header.side-header .header-logo {
        margin: 32px 0 15px 0;
    }
    .azino_menu {
        padding-left: 36px;
        padding-right: 36px;
    }
}
.flex-lg-column.flex-row.h-100.header-column.justify-content-center {
    flex-direction: row !important;
}
.flex-row.header-row.justify-content-lg-center.justify-content-start {
    justify-content: start !important;
}
.azino-button {
    border-radius: 5px !important;
    box-sizing: border-box !important;
    color: #1c1c1c !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    height: 38px !important;
    justify-content: center !important;
    line-height: 36px !important;
    padding: 0 10px !important;
    position: relative !important;
    text-decoration: none !important;
    text-shadow: 1px 0 0 rgba(0, 0, 0, .5), -1px 0 0 rgba(0, 0, 0, .2), 0 1px 1px hsla(0, 0%, 100%, .4) !important;
    text-transform: uppercase !important;
}
.azino-button:after {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    display: block !important;
    content: "" !important;
    height: 26px !important;
    position: absolute !important;
    margin-left: 5px !important;
    width: 26px !important;
    right: 5px;
    top: 5px !important;
    left: auto !important;
    background-color: transparent !important;
}
.azino-signup {
    background: #c6e66a !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#c1e266), to(#5e8309)) !important;
    background: linear-gradient(180deg, #c1e266, #5e8309) !important;
    border: 1px solid #839d42 !important;
    margin-right: 20px !important;
    min-width: 178px !important;
    padding-right: 25px !important;
}
.azino-signup:after {
    background-image: url(/azino/btn_signup.svg?v=1) !important;
}
.azino-signin {
    background: #009cfe;
    background: -webkit-gradient(linear, left top, left bottom, from(#009cfe), to(#23499a)) !important;
    background: linear-gradient(180deg, #009cfe, #23499a) !important;
    border: 1px solid #1999d9 !important;
    min-width: 117px !important;
    padding-right: 25px !important;
}
.azino-signin:after {
    background-image: url(/azino/btn_signin.svg?v=1) !important;
}
.azino_menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
    justify-content: center;
    margin-bottom: 15px;
    min-height: 60px;
    position: relative;
    width: 100%;
}
.azino_menu:before,.azino_menu:after {
    background-image: url(/azino/menu-line-horizontal.5f6e0239.webp?v=1);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.azino_menu:before {
    top: 0;
}
.azino_menu:after {
    bottom: 5px;
}
.azino_menu:after, .azino_menu:before {
    background-image: url(/azino/menu-line-horizontal.c3d819c4.avif?v=1);
}
.azino_menu .menu-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a08ec0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: HelveticaNeueCyrBold, sans-serif;
    font-size: 16px;
    padding-bottom: 5px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    height: 100%;
    justify-content: center;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    z-index: 5;
}
.azino_menu .menu-item:after, .azino_menu .menu-item:before {
    background-image: url(/azino/menu-line-vertical.9c67e904.avif?v=1);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 55px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}
.azino_menu .menu-item:before {
    left: 0;
}
.azino_menu .menu-item:after {
    right: -1px;
}
.azino_menu .menu-item.selected, .azino_menu :hover {
    background-image: url(/azino/active-bg.be498bdc.webp?v=1);
    background-position: bottom -5px center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
}
.azino_menu .menu-item.selected:after, .azino_menu .menu-item.selected:before, .azino_menu .menu-item:hover:after, .azino_menu .menu-item:hover:before {
    -webkit-filter: brightness(2);
    filter: brightness(2);
    z-index: 2;
}
.container-fluid .btn.btn-warning {
    background: linear-gradient(180deg, #fce70a 9%, #f05b15 80%);
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 0 0 #792406;
    box-shadow: 0 5px 0 0 #792406;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    line-height: 40px;
    margin: 20px auto 0;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px hsla(0, 0%, 100%, .6), 0 0 1px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    width: 227px;
}

.payout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 135px
}

.payout-head {
    display: block;
    position: relative
}

.payout-head span {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 50px;
    vertical-align: middle
}

.payout-head--ru span {
    background-image: url(/azino/ispayed-ru.2eddf352.png?v=1);
    width: 510px
}

.payout-head--en span {
    background-image: url(/azino/ispayed-en.7c40ccc6.png?v=1);
    width: 420px
}

.payout-head--kk span {
    background-image: url(/azino/ispayed-kk.3b9c39ec.png?v=1);
    width: 420px
}

.payout-head:before {
    background: url(/azino/head_line_left.324877e1.png?v=1) 0 no-repeat;
    margin-right: -10px
}

.payout-head:after, .payout-head:before {
    content: "";
    display: inline-block;
    height: 17px;
    margin-top: -5px;
    vertical-align: middle;
    width: 43px
}

.payout-head:after {
    background: url(/azino/head_line_right.fade44da.png?v=1) 100% no-repeat;
    margin-left: -10px
}

.payout-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 45px;
    margin-bottom: 25px;
    margin-top: 10px;
    position: relative
}

.payout-block:after, .payout-block:before {
    background: url(/azino/peak_icon.4f82f032.svg?v=1) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 52px;
    margin: 0 20px;
    vertical-align: middle;
    width: 50px
}

.payout-block .payout-currency {
    background: url(/azino/currency.8970aa5c.svg?v=1) no-repeat;
    background-size: cover;
    height: 35px;
    margin-left: 20px;
    width: 35px
}

.payout-block .payout-currency--RUB {
    background-position: 0 2px
}

.payout-block .payout-currency--USD {
    background-position: -45px 2px
}

.payout-block .payout-currency--EUR {
    background-position: -95px 2px
}

.payout-block .payout-currency--KZT {
    background-position: -140px 2px
}

.payout-block .counter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    max-height: 45px;
    overflow: hidden
}

.payout-block .counter span {
    color: #b8d5eb;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 2px;
    position: relative;
    top: 10px;
    width: 5px
}

.payout-block .counter .numbers-list {
    -webkit-padding-start: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 5px 0 0;
    overflow: hidden;
    padding-inline-start: 0;
    -webkit-transition: 1s;
    transition: 1s
}

.payout-block .counter .numbers-list .number {
    font-size: 20px;
    list-style: none
}

.payout-block .counter .number-image {
    background-image: url(/azino/jackpotNumbers.a5dcc15b.svg?v=1);
    height: 40px;
    margin: 4px 2px;
    text-indent: -999999px;
    width: 23px
}

.webp .payout-head--ru span {
    background-image: url(/azino/ispayed-ru.945e13d2.webp?v=1)
}

.webp .payout-head--en span {
    background-image: url(/azino/ispayed-en.794d40b2.webp?v=1)
}

.webp .payout-head--kk span {
    background-image: url(/azino/ispayed-kk.67632870.webp?v=1)
}

.webp .payout-head:before {
    background: url(/azino/head_line_left.e1cdd1a0.webp?v=1) 0 no-repeat
}

.webp .payout-head:after {
    background: url(/azino/head_line_right.89075c1f.webp?v=1) 100% no-repeat
}

.avif .payout-head--ru span {
    background-image: url(/azino/ispayed-ru.87c578a1.avif?v=1)
}

.avif .payout-head--en span {
    background-image: url(/azino/ispayed-en.e4b8b2d3.avif?v=1)
}

.avif .payout-head--kk span {
    background-image: url(/azino/ispayed-kk.9bc06206.avif?v=1)
}

.avif .payout-head:before {
    background: url(/azino/head_line_left.2f9c5425.avif?v=1) 0 no-repeat
}

.avif .payout-head:after {
    background: url(/azino/head_line_right.bd66327a.avif?v=1) 100% no-repeat
}
@media (max-width:992px){
    .payout {
        zoom: .6;
    }
}
#footer .social-icons li a {
    color: #644096 !important;
}
#footer .social-icons li a:hover {
    color: #ffffff !important;
}
#footer .footer-copyright p {
    color: #a497b5;
}

#footer, #footer .footer-copyright {
    background: linear-gradient(0deg, #120323, #000);
    color: #a497b5;
}
#footer a:not(.btn) {
    color: #a873ed;
}

.footer-game-categories-block,.footer-game-categories-block-1 {
    margin-bottom: 60px;
    position: relative
}

.footer-game-categories-block .category-block-wrapper,.footer-game-categories-block-1 .category-block-wrapper-1 {
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.footer-game-categories-block .category-block__slider-icon,.footer-game-categories-block-1 .category-block__slider-icon-1 {
    background-image: url(/azino/category-slider-left.a4235755.svg?v=1);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 24px;
    width: 24px
}

.footer-game-categories-block .category-block__slider-button,.footer-game-categories-block-1 .category-block__slider-button-1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .1s;
    transition: all .1s;
    visibility: hidden;
    width: 80px;
    z-index: 2
}

.footer-game-categories-block .category-block__slider-button--show,.footer-game-categories-block-1 .category-block__slider-button--show-1 {
    opacity: 1;
    visibility: visible
}

.footer-game-categories-block .category-block__slider-button--left,.footer-game-categories-block-1 .category-block__slider-button--left-1 {
    background: -webkit-gradient(linear, left top, right top, color-stop(49.8%, #120323), to(rgba(18, 3, 35, 0)));
    background: linear-gradient(90deg, #120323 49.8%, rgba(18, 3, 35, 0));
    left: 0
}

.footer-game-categories-block .category-block__slider-button--left span,.footer-game-categories-block-1 .category-block__slider-button--left-1 span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footer-game-categories-block .category-block__slider-button--right,.footer-game-categories-block-1 .category-block__slider-button--right-1 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background: -webkit-gradient(linear, right top, left top, color-stop(49.8%, #120323), to(rgba(18, 3, 35, 0)));
    background: linear-gradient(270deg, #120323 49.8%, rgba(18, 3, 35, 0));
    justify-content: flex-end;
    right: 0
}

.footer-game-categories-block .category-block__slider-button:hover .category-block__slider-icon,.footer-game-categories-block-1 .category-block__slider-button-1:hover .category-block__slider-icon-1 {
    background-image: url(/azino/category-slider-left-hover.85a833d5.svg?v=1)
}

.footer-game-categories-block__categories,.footer-game-categories-block__categories-1{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
    margin: 0;
    overflow: auto;
    padding: 0;
    width: 908px
}

.footer-game-categories-block__categories::-webkit-scrollbar,.footer-game-categories-block__categories-1::-webkit-scrollbar {
    display: none
}

.footer-game-categories-block__categories .category,.footer-game-categories-block__categories-1 .category-1 {
    -ms-flex-negative: 0;
    background: #120323;
    border: 1px solid #1d0247;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #755f91;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    gap: 10px;
    height: 50px;
    min-width: 160px
}

.footer-game-categories-block__categories .category:hover,.footer-game-categories-block__categories-1 .category-1:hover {
    border: 1px solid #9b53d2;
    color: #9b53d2
}

.footer-game-categories-block__categories .category a,.footer-game-categories-block__categories-1 .category-1 a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: HelveticaNeueCyrRoman, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    justify-content: center;
    padding: 0 10px;
    text-decoration: none;
    width: 100%
}

.footer-game-categories-block__categories .category a .image-wrapper,.footer-game-categories-block__categories-1 .category-1 a .image-wrapper-1 {
    display: block;
    height: 45px;
    margin-right: 5px;
}

.footer-game-categories-block__categories .category a .image-wrapper img,.footer-game-categories-block__categories-1 .category-1 a .image-wrapper-1 img {
    max-height: 100%;
    max-width: 100%
}

.footer-game-categories-block__categories .category a .category-title,.footer-game-categories-block__categories-1 .category-1 a .category-title-1 {
    height: 16px;
    text-transform: capitalize
}
.table-wrapper {
    width: 100%;
    overflow-x: auto; /* горизонтальная прокрутка */
}
table {
    width: 100%;
    border-spacing: 0;
    border-radius: 12px;
    position: relative;
    background: #0f0f0f;
    color: #fff;
    font-size: 14px;
}

table thead tr {
    background: linear-gradient(180deg, #151515, #0f0f0f);
    font-weight: 600;
    text-align: left;
}

table th,
table td {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

table th {
    font-size: 13px;
    letter-spacing: 0.02em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

table tbody tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.02);
}

table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.04);
}

table tbody tr:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

table .muted {
    color: #bbb;
    font-size: 13px;
}

table .right {
    text-align: right;
}
details {
    background: #0f0f0f;
    color: #fff;
    font-family: Inter, system-ui, sans-serif;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin: 10px 0;
    overflow: hidden;
    transition: all 0.25s ease;
}

summary {
    cursor: pointer;
    list-style: none;
    padding: 14px 18px;
    background: linear-gradient(180deg, #151515, #0f0f0f);
    font-weight: 600;
    font-size: 15px;
    user-select: none;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease;
}

summary::marker {
    display: none;
}

summary::after {
    content: "›";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s ease;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

details[open] summary::after {
    transform: translateY(-50%) rotate(270deg);
}

summary:hover {
    background: rgba(255, 255, 255, 0.06);
}

details p {
    margin: 0;
    padding: 14px 18px 16px;
    background: rgba(255, 255, 255, 0.03);
    color: #ccc;
    line-height: 1.6;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    animation: fadeIn 0.3s ease;
}

details:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

@keyframes fadeIn {
    from {opacity: 0; transform: translateY(-4px);}
    to {opacity: 1; transform: translateY(0);}
}
.container .col-12 ul {
    list-style: none;       /* убираем стандартные маркеры */
    padding-left: 1.5em;
    margin: 0;
    color: #fff;
}

.container .col-12 ul li {
    position: relative;
    margin: 10px 0;
    line-height: 1.6;
}

.container .col-12 ul li::before {
    content: "";
    position: absolute;
    left: -1.1em;
    top: 0.65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7f02ff;
    box-shadow:
            0 0 5px #7f02ff,
            0 0 10px #7f02ff,
            0 0 20px #7f02ff,
            0 0 30px #7f02ff;
}

/* Эффект при наведении */
.container .col-12 ul li:hover::before {
    background: #ff02fb;
    box-shadow:
            0 0 6px #ff00f2,
            0 0 14px #ff00f2,
            0 0 25px #ff00f2,
            0 0 40px #ff00f2;
    transition: background 0.25s ease;
}
.container .col-12 ol {
    list-style: none; /* убираем стандартный маркер */
    counter-reset: num;
}

.container .col-12 ol li {
    counter-increment: num;
    position: relative;
    margin-left: -20px;
}

.container .col-12 ol li::before {
    content: counter(num) ".";
    position: absolute;
    left: -18px;
    color: #7f02ff;
    font-weight: bold;
    text-shadow: 0px 5px 6px #69009f;
}
/* Эффект при наведении */
.container .col-12 ol li:hover::before {
    color: #ff02fb;
}
.buttons-end-page {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
}