@font-face {
    font-family: "Gamdom";
    font-weight: 400;
    src: url("../fonts/Gamdom-Medium-90-normal-500-90.ttf");
}
@font-face {
    font-family: "Gamdom";
    font-weight: 700;
    src: url("../fonts/Gamdom-Medium-normal-500-100.ttf");
}
@font-face {
    font-family: "Gamdom";
    font-weight: 500;
    src: url("../fonts/Gamdom-Medium-normal-500-100.ttf");
}

input,
button,
textarea,
select {
    font-family: "Gamdom", sans-serif;
}

body {
    font-family: "Gamdom", sans-serif;
    background: #0a1119;
    color: #fff;
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100vh;
}

.page-wrapper {
    overflow: hidden;
    position: relative;
    padding-top: 87px;
    min-height: 100vh;
}

.footer {
    margin-top: auto;
}

.container {
    width: 1300px;
}

.btn {
    text-decoration: none;
    outline: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 66px;
    border-radius: 5px;
    background: #00ff86;
    color: #0a1119;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:hover {
    background: #13e985;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #0c141c;
}
.header-bottom {
    height: 1px;
    width: 100%;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#0c141c),
        color-stop(46.15%, #385d82),
        to(#0c141c)
    );
    background: linear-gradient(270deg, #0c141c 0%, #385d82 46.15%, #0c141c 100%);
}
.header-list {
    height: 86px;
}
.header-lang__current {
    height: 53px;
    border-radius: 5px;
    background: #131a22;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 10px;
}
.header-lang__current-flag {
    width: 34px;
    margin-right: 10px;
    border-radius: 2px;
}
.header-lang__current:hover {
    background: #1a232e;
}
.header-lang__wrapper {
    border-radius: 3px;
    background: #131a22;
    position: absolute;
    margin-top: 5px;
    top: 100%;
    left: 0;
    padding: 0 10px 10px;
    pointer-events: none;
    opacity: 0;
}
.header-lang__link {
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header-lang__link img {
    margin: 0 auto;
    border-radius: 2px;
    width: 34px;
}
.header-lang__link:hover {
    opacity: 0.7;
}
.header-btn,
.header-gray {
    padding: 0 24px;
    height: 53px;
    font-size: 16px;
    margin: 0 13px;
    border-radius: 5px;
}
.header-gray {
    background: #1d2329;
    color: #fff;
}
.header-gray:hover {
    background: #1d2329;
    color: rgb(1, 211, 112);
}

.open .header-lang__wrapper {
    opacity: 1;
    pointer-events: auto;
}

.page-error {
    padding: 60px 0 100px;
}
.page-error__img {
    margin: 0 auto 58px;
}

.header-promocode {
    margin-left: 45px;
    color: #7b8896;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header-promocode img {
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header-promocode:hover {
    color: #fff;
}
.header-promocode:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.header-promocode.active {
    color: #fff;
}
.header-promocode.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.header-link {
    margin-left: 45px;
    color: #7b8896;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-right: auto;
}
.header-link:hover {
    color: #fff;
}
.header-link.active {
    color: #fff;
}

.mobile-menu__overlay {
    background: #0a1119;
    opacity: 0.8;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
}

.mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 41;
    border-radius: 0px 0px 5px 0px;
    background: #0c141c;
    padding: 16px 16px 32px;
    width: 240px;
}
.mobile-menu__block {
    margin-top: 16px;
}
.mobile-menu__nav {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #161e26;
}
.mobile-menu__nav-title {
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.mobile-menu__nav-link {
    color: #7b8896;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.4px;
}
.mobile-menu__nav-link.active {
    color: #fff;
}

.mobile-menu__block.mt {
    margin-top: 20px;
}

.footer {
    background: #0c141c;
}
.footer-line {
    height: 1px;
    width: 100%;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#0c141c),
        color-stop(46.15%, #385d82),
        to(#0c141c)
    );
    background: linear-gradient(270deg, #0c141c 0%, #385d82 46.15%, #0c141c 100%);
}
.footer-bottom {
    padding: 15px 0;
    background: #131a22;
}
.footer-pay {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.footer-copy {
    color: #7b8896;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.2px;
}
.footer-top {
    padding: 60px 0;
}
.footer-text {
    margin-top: 31px;
    color: #7b8896;
    font-size: 12px;
    font-weight: 500;
    line-height: 19.2px;
}
.footer-left {
    width: 464px;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.footer-right {
    width: 605px;
    max-width: 100%;
}
.footer-nav {
    width: 143px;
}
.footer-nav__title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.footer-nav__item {
    margin-top: 10px;
    color: #7b8896;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
}
.footer-nav__item.active {
    color: #fff;
}
.footer-nav__item:first-child {
    margin-top: 0;
}
.footer-content {
    width: 327px;
    max-width: 100%;
}
.footer-content .header-lang {
    margin: 29px 0;
}
.footer-logos {
    margin-right: -30px;
    margin-top: -16px;
}
.footer-logos img {
    margin-right: 30px;
    margin-top: 16px;
}
.footer .header-lang {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.header-lang__current-name {
    margin-right: 11px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
}

.header-lang__link {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: #fff;
}
.header-lang__link span {
    margin-left: 11px;
}
.header-lang__link img {
    margin: 0;
}

a.footer-nav__item:hover {
    color: #fff;
}

.footer-soc {
    margin-right: -8px;
    margin-top: -8px;
}
.footer-soc__item {
    background: #1b2228;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    margin-top: 8px;
}
.footer-soc__item:hover {
    background: rgb(47.552238806, 59.8805970149, 70.447761194);
}

.page-main {
    padding: 50px 0 100px;
}
.page-main__title {
    margin-bottom: 50px;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
}
.page-main__title span {
    color: #00ff86;
}

.page-main__title.mb {
    margin-bottom: 30px !important;
}

.faq {
    padding-top: 50px;
}
.faq-title {
    margin-bottom: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}
.faq-block {
    width: calc(50% - 15px);
}
.faq-item {
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #131a22;
}
.faq-item__title {
    padding: 10px 19px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.faq-item__title::after {
    content: "";
    display: block;
    width: 47px;
    min-width: 47px;
    height: 47px;
    background-image: url("../img/plus.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 20px;
}
.faq-item__title.active::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.faq-item__text {
    padding: 10px 19px 19px;
    color: #7b8896;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    display: none;
}
.faq-item:first-child {
    margin-top: 0;
}

.footer-text,
.footer-nav__item,
.header-lang__current-name,
.footer-copy,
.footer-nav__title {
    font-weight: normal;
}

.article-content {
    margin-bottom: -20px;
    color: #7b8896;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
}
.article-content h2 {
    color: #dcdcdc;
    font-size: 22px;
    font-weight: 500;
    line-height: 22.4px;
    margin-bottom: 20px;
}
.article-content a {
    text-decoration: underline;
    color: #00cc69;
}
.article-content p {
    margin-bottom: 20px;
}
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    margin-bottom: 20px;
}
.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
	margin: 0 auto 20px;
	display: block;
}
.article-content ul {
    padding-left: 24px;
    margin-bottom: 20px;
}
.article-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}
.article-content a.btn {
    padding: 0 24px;
    border-radius: 15px;
    color: #131a22;
    text-decoration: none;
    font-size: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 20px;
    height: 43px;
}
.article-content a.btn:hover {
    color: #131a22;
    text-decoration: none;
}
.article-content table {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.article-content table thead {
    display: block;
    width: 100%;
}
.article-content table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.article-content table thead tr th,
.article-content table thead tr td {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    padding: 0 22px 20px;
    text-align: left;
    width: 60%;
}
.article-content table thead tr th:last-child,
.article-content table thead tr td:last-child {
    width: 40%;
}
.article-content table tbody {
    display: block;
    width: 100%;
    padding: 5px 0;
    border-radius: 10px;
    background: #131a22;
}
.article-content table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.article-content table tbody tr td {
    color: #7b8896;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    width: 60%;
    padding: 5px 22px;
}
.article-content table tbody tr td:last-child {
    width: 40%;
}

.bonus-fixed {
    bottom: 50px;
    left: 20px;
    position: fixed;
    z-index: 19;
    width: 85px;
    height: 85px;
    overflow: hidden;
}
.bonus-fixed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.bonus-fixed:hover {
    opacity: 0.8;
}
.bonus-fixed .img1 {
  opacity: 1 !important; /* всегда 0, как ты хотел */
}

.gray {
    padding: 30px 33px 40px 20px;
    border-radius: 10px;
    background: #1d2329;
    margin-top: 60px;
    overflow: hidden;
}
.gray-title {
    margin-bottom: 30px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
}
.gray-btn {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 24px;
    height: 53px;
    z-index: 4;
}
.gray::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(29, 35, 41, 0)),
        color-stop(46.53%, rgba(29, 35, 41, 0.78)),
        to(#1d2329)
    );
    background: linear-gradient(
        180deg,
        rgba(29, 35, 41, 0) 0%,
        rgba(29, 35, 41, 0.78) 46.53%,
        #1d2329 100%
    );
    z-index: 2;
    width: 100%;
    height: 133px;
}
.gray .article-content {
    overflow: hidden;
    max-height: 250px;
}
.gray.open {
    padding-bottom: 120px !important;
}
.gray.open::before {
    opacity: 0;
}

.bannerBlock {
    border-radius: 10px;
    background: radial-gradient(44.56% 84.93% at 50% 100%, #04412a 0%, #0f1b29 100%);
    padding: 48px 70px;
    margin-top: 55px;
}
.bannerBlock-wrapper {
    width: 389px;
}
.bannerBlock-title {
    color: #7b8896;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.bannerBlock-subtitle {
    margin: 22px 0;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    line-height: normal;
}
.bannerBlock-btn {
    margin-right: 22px;
    height: 53px;
    padding: 0 24px;
    font-size: 16px;
    border-radius: 5px;
}
.bannerBlock-dark {
    height: 53px;
    padding: 0 24px;
    font-size: 16px;
    border-radius: 5px;
    background: #1d2329;
    color: #fff;
}
.bannerBlock-dark:hover {
    background: #000;
}
.bannerBlock-img {
    right: 0;
    bottom: 0;
}

.icon-title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.icon-title img {
    margin-right: 20px;
}

.cats {
    padding: 50px 0;
}
.cats-block {
    padding: 0 7px;
    width: 16.6666666667%;
    margin-top: 14px;
}
.cats-list {
    margin: -14px -7px 0;
}
.cats-item {
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#03b55c), to(#089153));
    background: linear-gradient(90deg, #03b55c 0%, #089153 100%);
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    height: 93px;
}
.cats-item img {
    margin-right: 12px;
}
.cats-item__link {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.cats-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.cats-block:nth-child(2) .cats-item {
    background: -webkit-gradient(linear, left top, right top, from(#bd1231), to(#960d27));
    background: linear-gradient(90deg, #bd1231 0%, #960d27 100%);
}
.cats-block:nth-child(3) .cats-item {
    background: -webkit-gradient(linear, left top, right top, from(#263e97), to(#122a7f));
    background: linear-gradient(90deg, #263e97 0%, #122a7f 100%);
}
.cats-block:nth-child(4) .cats-item {
    background: -webkit-gradient(linear, left top, right top, from(#855825), to(#85412e));
    background: linear-gradient(90deg, #855825 0%, #85412e 100%);
}
.cats-block:nth-child(5) .cats-item {
    background: -webkit-gradient(linear, left top, right top, from(#23852d), to(#478223));
    background: linear-gradient(90deg, #23852d 0%, #478223 100%);
}
.cats-block:nth-child(6) .cats-item {
    background: -webkit-gradient(linear, left top, right top, from(#ea5cce), to(#93258c));
    background: linear-gradient(90deg, #ea5cce 0%, #93258c 100%);
}

.casino {
    padding: 30px 0;
}
.casino-item img {
    width: 100%;
    height: 129px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.casino-item span {
    margin: 10px 0 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.casino-item p {
    color: #7b8896;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}
.casino-item small {
    padding: 2px 7px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 9px;
    top: 9px;
    border-radius: 100px;
    background: #00cc69;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    z-index: 2;
    position: absolute;
}
.casino-item a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.providers {
    padding-top: 45px;
}
.providers-item {
    padding: 22px;
    border-radius: 10px;
    background: #1d2329;
    height: 102px;
}
.providers-item img {
    max-height: 100%;
    width: auto;
}

.main-block {
    width: 50%;
    margin-top: 30px;
}
.main-item {
    border-radius: 5px;
    height: 287px;
}
.main-item__bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.main-item__list {
    padding: 11px 30px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12.5px);
    margin-top: auto;
}
.main-item__title {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
}
.main-item__link {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.main-item__btn {
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(14.6999998093px);
    padding: 17px 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 5;
}
.main-item__btn:hover {
    background: rgba(255, 255, 255, 0.08);
}
.main-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.main-banner {
    padding: 40px 40px 20px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#a57aff), to(#7939ff));
    background: linear-gradient(90deg, #a57aff 0%, #7939ff 100%);
}
.main-banner__title {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 19px;
}
.main-banner__title span {
    color: #0a1119;
}
.main-banner__text {
    margin-top: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.main-banner__btn {
    margin-right: 9px;
    height: 53px;
    padding: 0 24px;
    font-size: 16px;
}
.main-banner__link {
    width: 53px;
    height: 53px;
    margin-left: 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    background: #0a1119;
}
.main-banner__link:hover {
    background: rgb(24.5714285714, 41.7714285714, 61.4285714286);
}
.main-banner__img {
    right: 58px;
    top: 0;
    height: 100%;
    width: auto;
}

.table-title {
    margin-top: 50px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}
.table-title b {
    width: 13px;
    min-width: 13px;
    height: 13px;
    margin-right: 20px;
    border-radius: 100%;
    background: #00ff86;
}

.hide-winners {
    display: none !important;
}

.table-content {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.table-content table {
    display: block;
    width: 100%;
}
.table-content table thead {
    display: block;
    width: 100%;
    padding: 0 30px 0 22px;
}
.table-content table thead tr th,
.table-content table thead tr td {
    text-align: left;
    padding: 0 0 15px 0;
}
.table-content table tbody {
    display: block;
    width: 100%;
    padding: 0 30px 15px 22px;
    border-radius: 10px;
    background: #131a22;
}
.table-content table tbody tr td {
    margin-top: 15px;
}
.table-content table tbody tr td img {
    width: 27px;
    height: 27px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin-right: 15px;
}
.table-content table tbody tr td:last-child {
    color: #00cc69;
}
.table-content table tbody tr td .disabled {
    color: #41574c !important;
}

.table-content table thead,
.table-content table tbody {
    overflow: hidden;
}
.table-content table thead tr,
.table-content table tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.table-content table thead td,
.table-content table thead th,
.table-content table tbody td,
.table-content table tbody th {
    width: 25%;
}
.table-content table thead td:last-child,
.table-content table thead th:last-child,
.table-content table tbody td:last-child,
.table-content table tbody th:last-child {
    text-align: right !important;
    width: 8%;
}

.table-winers__all tbody tr:nth-child(even) {
    -webkit-animation: 0.5s ease-out 0s 1 normal none running roo239;
    animation: 0.5s ease-out 0s 1 normal none running roo239;
}
.table-winers__all tbody tr:nth-child(odd) {
    -webkit-animation: 0.5s ease-out 0s 1 normal none running roo240;
    animation: 0.5s ease-out 0s 1 normal none running roo240;
}

@-webkit-keyframes roo239 {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@-webkit-keyframes roo240 {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
.page-bonus {
    border-radius: 10px;
    border: 1px solid #0c141c;
    padding: 64px 49px 72px;
    background: radial-gradient(67.28% 89.61% at 64.69% 100%, #04412a 0%, #0f1b29 100%), #0d2029;
    margin-bottom: 60px;
}
.page-bonus__wrapper {
    width: 645px;
    max-width: 100%;
}
.page-bonus__img {
    right: 0;
    top: 0;
    height: 100%;
}
.page-bonus__title {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    line-height: normal;
}
.page-bonus__title span {
    color: #00ff86;
}
.page-bonus__subtitle {
    margin: 17px 0 40px;
    color: #dcdcdc;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
}
.page-bonus__line {
    top: -36px;
    left: -28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page-bonus__arrow {
    bottom: -30px;
    left: 120px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bonus-copy {
    border-radius: 15px;
    border: 1px solid #fff;
    color: #00ff86;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3px;
    padding: 0 24px 0 21px;
}
.bonus-copy__active {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #00ff86;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    opacity: 0;
    height: 69px;
}
.bonus-copy__wrapper {
    height: 69px;
}
.bonus-copy img {
    margin-left: 14px;
}
.bonus-copy.active .bonus-copy__wrapper {
    opacity: 0;
}
.bonus-copy.active .bonus-copy__active {
    opacity: 1;
}
.bonus-item {
    padding: 0 19px;
    height: 71px;
    border-radius: 15px;
    border: 1px solid #fff;
    background: #101c2b;
    color: #fff;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    line-height: normal;
}
.bonus-item img {
    margin-right: 10px;
}

.banner {
    padding: 22px 0;
    -webkit-box-shadow: 156px 264px 86px 0px rgba(0, 0, 0, 0),
        100px 169px 78px 0px rgba(0, 0, 0, 0.01), 56px 95px 66px 0px rgba(0, 0, 0, 0.05),
        25px 42px 49px 0px rgba(0, 0, 0, 0.09), 6px 11px 27px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 156px 264px 86px 0px rgba(0, 0, 0, 0), 100px 169px 78px 0px rgba(0, 0, 0, 0.01),
        56px 95px 66px 0px rgba(0, 0, 0, 0.05), 25px 42px 49px 0px rgba(0, 0, 0, 0.09),
        6px 11px 27px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #111b26;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -300px;
    z-index: 16;
    width: 1300px;
    -webkit-transition: all 1.3s;
    transition: all 1.3s;
    display: none;
}
.banner.open {
    display: block;
}
.banner.active {
    bottom: 0 !important;
}
.banner.open {
    display: block;
}
.banner-close {
    right: 6px;
    top: 7px;
    z-index: 3;
}
.banner-close:hover {
    opacity: 0.7;
}
.banner-gray {
    margin-right: 16px;
    margin-left: 16px;
    color: #7b8896;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.banner-btn {
    height: 60px;
    padding: 0 30px;
    font-size: 16px;
    border-radius: 5px;
}
.banner-logo {
    margin-right: 53px;
	width: 206px;
}
.footer-logo {
	width: 206px;
}
.banner .bonus-copy__wrapper {
    height: 58px;
    font-size: 26px;
}
.banner .bonus-item {
    height: 60px;
}

.header-logo {
    width: 119px;
}

.main-banner__clear {
    right: 11px;
    top: 11px;
    z-index: 3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-banner {
    margin-bottom: 30px;
}

.main-list {
    margin-top: -30px;
}

.providers-item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.providers-item:hover {
    opacity: 0.9;
}

.casino-item::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 43px;
    width: 43px;
    height: 43px;
    background-image: url("../img/play.svg");
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
    opacity: 0;
}
.casino-item img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.casino-item:hover::before {
    opacity: 1;
}
.casino-item:hover img {
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.gray-btn b {
    display: none;
    font-weight: 500;
}

.gray .article-content {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.gray-toggle {
    display: block;
    width: 47px;
    min-width: 47px;
    height: 47px;
    background-image: url("../img/plus.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 20px;
    top: 30px;
    right: 33px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.open .gray-toggle {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.open .gray-btn span {
    display: none;
}
.open .gray-btn b {
    display: block;
}
.open.gray .article-content {
    max-height: 3000px;
}

.bonus-item,
.bonus-copy {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.bonus-item:hover,
.bonus-copy:hover {
    opacity: 0.7;
}

.bonus-copy__active {
    height: 100%;
}

@media (min-width: 1500px) {
    .bonus-fixed {
        left: calc(50% - 755px);
    }
}
@media (max-width: 1340px) {
    .container {
        width: 960px;
    }
    .footer-left {
        width: 340px;
    }
    .footer-right {
        width: 500px;
    }
    .cats-item {
        font-size: 20px;
    }
    .main-item__list {
        padding: 12px 15px;
    }
    .main-item__btn {
        padding: 11px 16px;
        font-size: 10px;
        line-height: normal;
    }
    .main-item {
        height: 212px;
    }
    .main-item__title {
        font-size: 18px;
        line-height: normal;
    }
    .main-banner {
        padding: 24px;
    }
    .main-banner__img {
        right: -160px;
    }
    .page-bonus__img {
        right: -265px;
    }
    .bonus-fixed {
        display: none;
    }
    .banner-logo {
        margin-right: 20px;
        width: 180px;
    }
    .banner-right {
        margin-left: 24px;
    }
    .banner {
        width: 960px;
    }
    .banner-right {
        display: block;
    }
    .banner-gray {
        margin: 14px 0 0 0;
        font-size: 12px;
        text-align: center;
    }
}
@media (max-width: 992px) {
    .container {
        width: 730px;
    }
    .banner {
        width: calc(100% - 32px);
        border-radius: 10px 10px 0 0;
        padding: 26px 15px 30px;
    }
    .banner-btn {
        width: 300px;
        margin: 0 auto;
        max-width: 100%;
        height: 48px;
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }
    .banner-logo {
        width: 180px;
        margin: 0 auto 41px;
        display: block;
    }
    .banner-close {
        right: 5px;
        top: 5px;
    }
    .banner-close img {
        width: 21px;
    }
    .banner-list {
        display: block;
    }
    .banner-right {
        margin-top: 25px;
        margin-left: 0;
    }
    .banner .bonus-list {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .page-error {
        padding: 51px 0 60px;
    }
    .page-error__btn {
        padding: 0 10px;
        height: 34px;
        font-size: 10px;
    }
    .page-error__img {
        margin-bottom: 30px;
    }
    .page-wrapper {
        padding-top: 65px;
    }
    .header-list {
        height: 64px;
    }
    .header-burger {
        display: block;
        margin-right: 21px;
    }
    .header-logo {
        width: 99px;
        margin-right: auto;
    }
    .header-btn,
    .header-gray {
        height: 32px;
        padding: 0 10px;
        font-size: 8px;
        margin: 0;
    }
    .header-btn {
        margin: 0 0 0 10px;
    }
    .header-link,
    .header-promocode {
        display: none;
    }
    .mobile-menu .header-lang,
    .header .header-lang {
        display: none;
    }
    .mobile-menu .header-lang__current,
    .header .header-lang__current {
        padding: 6px 5px;
        height: auto;
        background: #131a22;
    }
    .mobile-menu .header-lang__current-flag,
    .header .header-lang__current-flag {
        margin-right: 6px;
        width: 25px;
    }
    .mobile-menu .header-lang__wrapper,
    .header .header-lang__wrapper {
        padding: 0 5px 6px;
        background: #131a22;
    }
    .mobile-menu .header-lang__link,
    .header .header-lang__link {
        margin: 5px 0 0 0;
    }
    .mobile-menu .header-lang__link img,
    .header .header-lang__link img {
        width: 25px;
    }
    .header .container {
        width: 100% !important;
        padding: 0 16px !important;
    }
    .mobile-menu .header-link,
    .mobile-menu .header-promocode {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }
    .mobile-menu .header-lang {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer-list {
        display: block;
    }
    .footer-left {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
    .footer-top {
        padding: 40px 0;
    }
    .footer-text {
        font-size: 12px;
        line-height: 19px;
        margin-top: 31px;
    }
    .footer-logo {
        margin: 0;
    }
    .footer-bottom {
        display: block;
        text-align: center;
        padding: 20px 0;
    }
    .footer-copy {
        margin-top: 15px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        font-size: 10px;
        line-height: 19px;
    }
    .footer-pay {
        margin: 0 auto;
    }
    .footer-right {
        width: 100%;
    }
    .page-main {
        padding: 40px 0;
    }
    .page-main__title {
        margin-bottom: 40px;
        font-size: 35px;
        line-height: normal;
    }
    .faq-item {
        margin-top: 10px;
        border-radius: 10px;
    }
    .faq-item__text {
        padding: 7px 10px 14px 13px;
        font-size: 10px;
        line-height: 17px;
    }
    .faq-item__title {
        font-size: 14px;
        line-height: 19px;
        padding: 7px 11px 8px 13px;
    }
    .faq-item__title::after {
        margin-left: 10px;
        width: 26px;
        min-width: 26px;
        height: 26px;
        background-image: url("../img/plus-mobile.svg");
    }
    .faq-block {
        width: 100%;
    }
    .faq-block:last-child {
        margin-top: 10px;
    }
    .faq-title {
        margin-bottom: 40px;
        font-size: 24px;
    }
    .article-content table tbody tr td {
        padding: 5px 12px;
        font-size: 14px;
        line-height: 21px;
        width: 50% !important;
    }
    .article-content table thead tr th,
    .article-content table thead tr td {
        padding: 0 12px 20px;
        font-size: 14px;
        width: 50% !important;
    }
    .gray {
        padding: 20px 15px;
        margin-top: 40px;
    }
    .gray::before {
        height: 77px;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(29, 35, 41, 0)),
            color-stop(46.53%, rgba(29, 35, 41, 0.78)),
            to(#1d2329)
        );
        background: linear-gradient(
            180deg,
            rgba(29, 35, 41, 0) 0%,
            rgba(29, 35, 41, 0.78) 46.53%,
            #1d2329 100%
        );
    }
    .gray-btn {
        height: 34px;
        padding: 0 24px;
        bottom: 21px;
        font-size: 10px;
    }
    .gray .article-content {
        max-height: 290px;
    }
    .gray-title {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: normal;
    }
    .bannerBlock {
        padding: 32px 16px 251px;
        text-align: center;
        margin-top: 40px;
        background: radial-gradient(44.56% 84.93% at 50% 100%, #04412a 0%, #0f1b29 100%);
    }
    .bannerBlock-wrapper {
        width: 234px;
        margin: 0 auto;
    }
    .bannerBlock-title {
        font-size: 14px;
        font-weight: 500;
    }
    .bannerBlock-subtitle {
        margin: 22px 0;
        font-size: 30px;
    }
    .bannerBlock-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .bannerBlock-btn {
        margin-right: 10px;
        height: 34px;
        font-size: 10px;
    }
    .bannerBlock-dark {
        height: 34px;
        font-size: 10px;
    }
    .bannerBlock-img {
        max-width: 100%;
        width: 328px;
    }
    .cats-item {
        font-size: 24px;
    }
    .cats-block {
        width: 33.333%;
    }
    .casino {
        padding: 40px 0;
    }
    .providers {
        padding-top: 40px;
    }
    .main-banner {
        padding: 60px 12px 29px;
    }
    .main-banner__wrapper {
        width: 100%;
        text-align: center;
    }
    .main-banner__title {
        font-size: 35px;
        line-height: normal;
        margin-bottom: 14px;
    }
    .main-banner__title span {
        display: block;
    }
    .main-banner__text {
        margin: 191px 0 0 0;
        font-size: 12px;
        line-height: normal;
    }
    .main-banner__btn {
        height: 34px;
        font-size: 10px;
        margin-right: 1px;
    }
    .main-banner__flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main-banner__link {
        width: 34px;
        min-width: 34px;
        height: 34px;
        margin-left: 8px;
    }
    .main-banner__link img {
        width: 21px;
    }
    .main-banner__img {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto;
        height: auto;
        top: auto;
        bottom: 0;
        display: none;
    }
    .main-banner__img.mobile {
        display: block;
    }
    .table-title {
        margin: 40px 0 30px;
    }
    .sort-table__username {
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: calc(100% - 27px - 10px);
    }
    .table-content table tbody tr td img {
        margin-right: 10px;
    }
    .table-content table thead tr th,
    .table-content table thead tr td,
    .table-content table tbody tr td {
        width: 40%;
    }
    .table-content table thead tr th:nth-child(3),
    .table-content table thead tr td:nth-child(3),
    .table-content table tbody tr td:nth-child(3) {
        text-align: center;
    }
    .table-content table thead tr th:nth-child(3),
    .table-content table thead tr th:nth-child(5),
    .table-content table thead tr td:nth-child(3),
    .table-content table thead tr td:nth-child(5),
    .table-content table tbody tr td:nth-child(3),
    .table-content table tbody tr td:nth-child(5) {
        width: 30%;
    }
    .table-content table thead tr th:nth-child(2),
    .table-content table thead tr th:nth-child(4),
    .table-content table thead tr td:nth-child(2),
    .table-content table thead tr td:nth-child(4),
    .table-content table tbody tr td:nth-child(2),
    .table-content table tbody tr td:nth-child(4) {
        display: none;
    }
    .table-content table thead tr th:last-child,
    .table-content table thead tr td:last-child,
    .table-content table tbody tr td:last-child {
        white-space: nowrap;
    }
    .table-content table tbody {
        padding: 0 0 15px;
    }
    .table-content table tbody tr td {
        padding: 0 10px;
    }
    .table-content table thead {
        padding-left: 22px;
        padding-right: 10px;
    }
    .page-bonus {
        margin-bottom: 40px;
    }
    .page-bonus__img {
        width: 350px;
        max-width: 100%;
        height: auto;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
        display: none;
    }
    .page-bonus__img.mobile {
        display: block;
    }
    .page-bonus__arrow {
        left: -15px;
        bottom: 80px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        z-index: 3;
        width: 50px;
    }
    .page-bonus__line {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: auto;
        right: -30px;
        top: -40px;
        z-index: 3;
    }
    .page-bonus__title {
        font-size: 35px;
        line-height: normal;
    }
    .page-bonus__title span {
        display: block;
    }
    .page-bonus {
        border-radius: 15px;
        padding: 30px 15px 159px;
        background: radial-gradient(67.28% 89.61% at 64.69% 100%, #04412a 0%, #0f1b29 100%), #0d2029;
    }
    .page-bonus__subtitle {
        margin: 17px 0 20px;
        font-size: 12px;
        line-height: 22px;
    }
    .banner {
        bottom: -600px;
    }
    .gray-toggle {
        display: none;
    }
}
@media (max-width: 767px) {
    .container {
        width: 540px;
    }
    .cats-block {
        width: 50%;
    }
    .main-block {
        width: 100%;
        margin-top: 15px;
    }
    .main-banner {
        margin-bottom: 15px;
    }
    .main-list {
        margin-top: -15px;
    }
}
@media (max-width: 576px) {
    .container {
        width: 100%;
        padding: 0 16px;
    }
    .page-error__img {
        margin-left: -16px;
        width: calc(100% + 32px);
        max-width: calc(100% + 32px);
    }
    .footer-right {
        display: block;
        text-align: center;
    }
    .footer-content {
        width: 100%;
        margin-top: 40px;
    }
    .footer-nav {
        width: 100%;
    }
    .footer-logos {
        margin-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-logos img {
        margin: 16px 10px 0;
    }
    .footer-soc {
        margin-right: 0;
        margin-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-soc__item {
        margin: 8px 4px 0;
    }
    .cats-block {
        width: 100%;
    }
    .providers-item {
        height: 72px;
        padding: 10px 22px;
    }
    .bonus-list {
        display: block;
    }
    .bonus-copy__active,
    .bonus-copy__wrapper {
        height: 59px;
    }
    .bonus-copy__wrapper {
        font-size: 24px;
    }
    .bonus-item {
        height: 61px;
        font-size: 16px;
    }
}
@media (max-width: 369px) {
    .header-burger {
        margin-right: 10px;
    }
    .container {
        padding: 0 10px;
    }
    .mobile-menu {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header .container {
        padding: 0 10px !important;
    }
    .footer-logos {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: -16px 0 0;
    }
    .footer-logos img {
        margin: 16px 0 0;
        max-width: calc(50% - 3px);
    }
    .banner {
        width: calc(100% - 20px);
    }
}



@media (min-width: 1341px) {
	.banner-list {
		white-space: nowrap;
	}
}
