.form-checkbox input[type="checkbox"] + label::before,
.form-checkbox input[type="checkbox"]:checked + label::after,
.hero-info__devider::before,
.lang-toggler::before,
.menu-list > li.has-dropdown > a::before,
.play-box::before,
.pros-item__list li::before,
.select2-container--default .select2-selection--single .select2-selection__arrow::before,
.sort-filter__btn::before,
.sort-table::before {
    content: "";
    position: absolute;
}
.play-box .btn {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.hero-info__devider::before,
.lang-toggler::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
@font-face {
    font-family: CirceRegular;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/CirceRegular/CirceRegular.eot);
    src: url(../fonts/CirceRegular/CirceRegular.woff) format("woff"),
        url(../fonts/CirceRegular/CirceRegular.woff2) format("woff2");
}
@font-face {
    font-family: CirceBold;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/CirceBold/CirceBold.eot);
    src: url(../fonts/CirceBold/CirceBold.woff) format("woff"),
        url(../fonts/CirceBold/CirceBold.woff2) format("woff2");
}
body,
html {
    height: 100%;
}
p {
    margin-top: 0;
    margin-bottom: 15px;
}
circle,
path,
rect {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
body {
    font-size: 14px;
    line-height: 1.43;
    min-width: 360px;
    position: relative;
    font-family: "Roboto Flex", serif;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 300;
    background: #090c1d;
}
::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
::-moz-placeholder {
    color: #666;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
::-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
::placeholder {
    color: #666;
    opacity: 1;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
address {
    font-style: normal;
}
li,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    outline: 0;
    border: none;
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}
a {
    color: inherit;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
    outline: 0;
}
img {
    max-width: 100%;
    height: auto;
}
button {
    cursor: pointer;
    background: 0 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
textarea {
    resize: none;
}
body.hidden {
    overflow: hidden;
}
.logo img,
.logo svg {
    display: block;
}
.header {
    background: #191939;
    position: fixed;
    width: calc(100% - 220px);
    left: 220px;
    top: 0;
    z-index: 100;
}
.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-game {
    margin-right: auto;
    margin-left: 67px;
}
.header-game img {
    display: block;
}
.header-nav {
    background: #090c1d;
    border-radius: 11px;
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    max-width: 185px;
}
.header-nav .btn svg {
    display: none;
}
.main {
    padding-top: 73px;
}
.main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
.main-list a {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.main-list a:hover {
    border-bottom-color: #000;
}
.hamburger {
    display: none;
    cursor: pointer;
}
.footer {
    margin-top: auto;
}
.footer-box {
    padding: 32px 0 24px;
    border-top: 1px solid #191d33;
}
.footer-logo {
    margin-bottom: 16px;
}
.footer-logo img,
.footer-logo svg {
    display: block;
}
.footer p {
    color: #9789cd;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.66;
}
.copyright {
    font-size: 16px;
}
.form-input,
.form-textarea {
    display: block;
    width: 100%;
    font-family: "Roboto Flex", serif;
    font-size: 16px;
    color: #000;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 10px 15px;
    background: #fff;
}
.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #000;
    font-family: "Roboto Flex", serif;
}
.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
    font-size: 16px;
    color: #000;
    font-family: "Roboto Flex", serif;
}
.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
    font-size: 16px;
    color: #000;
    font-family: "Roboto Flex", serif;
}
.form-input::-ms-input-placeholder,
.form-textarea::-ms-input-placeholder {
    font-size: 16px;
    color: #000;
    font-family: "Roboto Flex", serif;
}
.form-input::placeholder,
.form-textarea::placeholder {
    font-size: 16px;
    color: #000;
    font-family: "Roboto Flex", serif;
}
.form-input:focus,
.form-input:hover,
.form-textarea:focus,
.form-textarea:hover {
    border-color: red;
}
.form-textarea {
    min-height: 140px;
}
.form-row {
    margin-bottom: 15px;
}
.form-checkbox input[type="checkbox"] {
    display: none;
}
.form-checkbox input[type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    display: block;
    padding-left: 30px;
    font-size: 14px;
    color: #333;
}
.form-checkbox input[type="checkbox"] + label::before {
    width: 16px;
    height: 16px;
    top: 1px;
    left: 0;
    border: 1px solid #333;
    border-radius: 2px;
}
.form-checkbox input[type="checkbox"]:checked + label::after {
    width: 5px;
    height: 8px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 6px;
    top: 4px;
}
.select2 {
    display: block;
}
.select2.select2-container {
    width: 100% !important;
}
.select2-results__option {
    padding: 9px 20px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    height: 40px;
    font-size: 14px;
}
.select2-dropdown {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}
.select2-container {
    z-index: 1100;
}
.select2-container--open .select2-selection__arrow::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
    -ms-transform: translate(-50%, -50%) rotate(180deg) !important;
    transform: translate(-50%, -50%) rotate(180deg) !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f7f6;
    color: #000;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f0f7f6;
    color: #000;
}
.select2-container--default .select2-selection {
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.select2-container--default .select2-selection:hover {
    border-color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    border-left: 1px solid rgba(217, 217, 217, 0.05);
    width: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
    width: 12px;
    height: 8px;
    background: url(../icon/select-arrow.svg) no-repeat center center;
    background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 6px 0;
    padding-left: 12px;
    padding-right: 12px;
    color: #000;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}
.select2-container .select2-selection--single {
    height: auto;
}
.select2-selection {
    outline: 0 !important;
}
.select2-selection__rendered {
    padding: 8px 0;
    padding-left: 12px;
    padding-right: 12px;
}
.select2-search {
    display: none;
}
.btn {
    display: inline-block;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 16px;
    font-family: "Roboto Flex", serif;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
    line-height: 1;
    padding: 21.5px 50px;
    position: relative;
}
.btn-orange {
    text-shadow: 0 1px 0 #a87900;
    color: #fff;
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(78.96deg, #ffce00 47.79%, #eeaf0e 47.79%) right center/100% 100%
        no-repeat;
    -webkit-transition: background-size 0.3s ease-in-out;
    transition: background-size 0.3s ease-in-out;
}
.btn-orange:hover {
    background-size: 300% 100%;
}
.btn-40 {
    font-size: 14px;
    padding: 13px 20px;
}
.btn-dark {
    background: #2c2852;
}
.btn-dark:hover {
    background: #9789cd;
}
.read-more {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 5px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-decoration: underline;
}
.read-more:hover {
    text-decoration: none;
}
.text-center {
    text-align: center;
}
.rullete {
    position: fixed;
    left: 24px;
    bottom: 24px;
    -webkit-animation: spin 12s linear infinite;
    animation: spin 12s linear infinite;
    z-index: 20;
}
.rullete img {
    display: block;
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.lang {
    position: relative;
}
.lang-body {
    background: #2c2852;
    margin-top: 2px;
    border-radius: 0 0 10px 10px;
    display: none;
}
.lang-body__link {
    display: block;
    padding: 8px 12px;
}
.lang-body__link:hover {
    background: #3f3b6a;
}
.lang:hover .lang-toggler {
    border-color: #3f3b6a;
    background: #3f3b6a;
    color: #fff;
}
.lang:hover .lang-toggler path {
    stroke: #fff;
}
.lang-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 8px;
    font-size: 16px;
    color: #b4a6e2;
    font-weight: 700;
    border: 1px solid #2c2852;
    border-radius: 10px;
    padding: 12px 8px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    line-height: 1;
}
.lang-toggler.active {
    border-radius: 10px 10px 0 0 !important;
    border-color: #3f3b6a;
    background: #3f3b6a;
    color: #fff;
}
.lang-toggler.active::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.lang-toggler.active path {
    stroke: #fff;
}
.lang-toggler::before {
    right: 15px;
    width: 10px;
    height: 7px;
    background: url(../img/lang-arrow.svg) no-repeat center center;
    background-size: contain;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.lang-toggler svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
.menu {
    border-radius: 0 0 10px 0;
    background: #191939;
    width: 220px;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    height: 100%;
}
.menu-list {
    margin-bottom: 6px;
}
.menu-list > li {
    margin-bottom: 5px;
    position: relative;
}
.menu-list > li.has-dropdown:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}
.menu-list > li.has-dropdown > a {
    position: relative;
    border-radius: 10px 10px 0 0;
}
.menu-list > li.has-dropdown > a.active {
    border-radius: 10px;
}
.menu-list > li.has-dropdown > a.active::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-list > li.has-dropdown > a::before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: 10px;
    width: 18px;
    height: 18px;
    background: url(../img/menu-arrow.svg) no-repeat center center;
    background-size: cover;
    border-radius: 5px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.menu-list > li:hover > a {
    background: #524d8b;
}
.menu-list > li:hover > a path {
    fill: #fff;
}
.menu-list > li:last-child {
    margin-bottom: 0;
}
.menu-list > li > a {
    width: 100%;
    padding: 10.5px 15px;
    margin: 0 auto;
    border-radius: 10px;
    background: #3f3b6a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    letter-spacing: 0.01em;
    font-weight: 500;
    -webkit-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease;
}
.menu-list > li > a svg {
    width: 17px;
    height: 17px;
}
.menu-list__icon svg {
    display: block;
}
.menu-body {
    padding: 20px 12px;
}
.menu-toggler {
    width: 49px;
    height: 49px;
    border: 3px solid #090c1d;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #2c2852;
    margin: 10px 0 11px;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    margin-left: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menu-toggler svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu-toggler:hover {
    background: #463e7a;
}
.sub-menu {
    border-radius: 0 0 10px 10px;
    left: 100%;
    top: 0;
    z-index: 10;
    width: 100%;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    margin-top: 2px;
    background: #2c2852;
    padding: 11px 15px;
}
.sub-menu li {
    margin-bottom: 8px;
}
.sub-menu li:last-child {
    margin-bottom: 0;
}
.sub-menu a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}
.sub-menu a:hover path {
    fill: #fff;
}
.sub-menu__icon {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.sub-menu__icon img,
.sub-menu__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}
.content {
    margin-left: auto;
    width: calc(100% - 220px);
}
body.open .menu {
    width: 68px;
}
body.open .menu-list > li.has-dropdown:hover > a {
    border-radius: 10px 0 0 10px;
}
body.open .menu-list > li.has-dropdown > a::before {
    display: none;
}
body.open .menu-list > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 46px;
    height: 44px;
    border-radius: 10px;
}
body.open .menu-list__text {
    display: none;
}
body.open .menu-list__icon svg {
    width: 17px;
    height: 17px;
}
body.open .menu-toggler svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
body.open .content {
    width: calc(100% - 68px);
}
body.open .lang:hover .lang-toggler {
    border-radius: 10px 0 0 10px;
}
body.open .lang:hover .lang-body {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}
body.open .lang-body {
    margin-top: 0;
    top: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 160px;
    left: 100%;
    position: absolute;
    border-radius: 0 10px 10px 10px;
    overflow: hidden;
}
body.open .lang-toggler {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
body.open .lang-toggler svg {
    width: 20px;
    height: 20px;
}
body.open .lang-toggler span {
    display: none;
}
body.open .lang-toggler::before {
    display: none;
}
body.open .sub-menu {
    border-radius: 0 10px 10px 10px;
    position: absolute;
    margin-top: 0;
    width: 160px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
body.open .header {
    left: 68px;
    width: calc(100% - 68px);
}
.modal {
    display: none;
    max-width: 500px;
    padding: 30px 30px;
    border-radius: 20px;
}
.modal-close {
    position: absolute;
    right: -24px;
    top: -24px;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.modal-close svg {
    display: block;
    width: 24px;
    height: 24px;
}
.h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.29;
    color: #fff;
    margin-bottom: 28px;
    letter-spacing: 0.032em;
}
.h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.11;
    color: #fff;
    margin-bottom: 20px;
}
.h4 {
    text-shadow: 0 2px 0 rgba(9, 12, 29, 0.25);
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-bottom: 18px;
}
.container {
    padding: 0 20px;
    max-width: 1241px;
    margin: 0 auto;
}
.license-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.license-item {
    border-radius: 10px;
    background: #191939;
    padding: 21px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 134px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.license-item:hover {
    background: #eeaf0e;
}
.partners-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.partners-item {
    border-radius: 10px;
    background: #191939;
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 134px;
}
.partners-item:hover {
    background: #eeaf0e;
}
.info-box {
    margin-bottom: 34px;
}
.info-box:first-child {
    border-top: 1px solid #191d33;
    padding-top: 33px;
}
.casin-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 110px;
}
.casin-list a {
    font-size: 14px;
    color: #9789cd;
    font-weight: 400;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.casin-list a:hover {
    color: #fff;
    text-decoration: underline;
}
.casin-list li {
    margin-bottom: 6px;
}
.casin-list li:last-child {
    margin-bottom: 0;
}
.currency-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}
.currency-item:first-child {
    max-width: 892px;
}
.currency-item:last-child {
    max-width: 137px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.currency-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.currency-link {
    background: #191939;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    letter-spacing: 0.01em;
    font-weight: 500;
    padding: 12px 12px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.currency-link:hover {
    background: #eeaf0e;
    color: #191939;
}
.currency-link img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}
.seo {
    padding-bottom: 27px;
}
.seo-box {
    background: #191939;
    border-radius: 10px;
    padding: 20px 20px;
}
.seo-box .btn {
    font-size: 14px;
    padding: 11px 17px;
    margin-bottom: 15px;
}
.seo-box .read-more {
    margin-top: 30px;
}
.seo-box h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: 0.02em;
    color: #9789cd;
    margin-bottom: 15px;
}
.seo-box p {
    margin-bottom: 15px;
    color: #9789cd;
}
.seo-box p:last-child {
    margin-bottom: 0;
}
.seo-hidden {
    margin-top: 25px;
}
.game {
    margin-bottom: 30px;
}
.game-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.game-item {
    width: calc(50% - 10px);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 21px 25px;
    padding-top: 77px;
    display: block;
    border: 1px solid transparent;
    -webkit-transition: border-color 0.35s ease;
    transition: border-color 0.35s ease;
}
.game-item:hover {
    border-color: #fff;
}
.game-item__img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.game-item__content {
    border-radius: 11px;
    background: #090c1d;
    padding: 12px 20px;
    max-width: 246px;
}
.game-item__name {
    text-shadow: 0 2px 0 rgba(9, 12, 29, 0.25);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.29;
    color: #fff;
}
.game-item__subname {
    text-shadow: 0 2px 0 rgba(9, 12, 29, 0.25);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}
.game-item:last-child .game-item__img {
    right: 50px;
}
.games {
    margin-bottom: 30px;
}
.games--30 {
    margin-bottom: 16px;
}
.games-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
}
.games-row::-webkit-scrollbar {
    height: 4px;
    background: #d5d5d5;
    border-radius: 100px;
}
.games-row::-webkit-scrollbar-thumb {
    background: #eeaf0e;
    border-radius: 100px;
}
.games-item {
    width: 163px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
    border-radius: 10px;
    position: relative;
    border: 3px solid transparent;
    border-radius: 10px;
    overflow: hidden;
}
.games-item:hover {
    border-color: #fff;
}
.games-item__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100%;
}
.games-item__content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        color-stop(42%, rgba(9, 12, 29, 0.8))
    );
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(9, 12, 29, 0.8) 42%);
    padding: 12px 12px;
    text-align: center;
}
.games-item__name {
    font-weight: 700;
    text-shadow: 0 1px 0 #090c1d;
}
.post {
    margin-bottom: 23px;
}
.post-box {
    margin-bottom: 28px;
}
.post-box img {
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}
.post-box .btn {
    font-size: 14px;
    padding: 11px 17px;
    margin-bottom: 15px;
}
.post-box h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
}
.post-box h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}
.post-box h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.11;
    color: #fff;
    margin-bottom: 25px;
}
.post-box ul {
    margin-bottom: 21px;
    padding-left: 20px;
}
.post-box ul li {
    list-style: disc;
    margin-bottom: 8px;
}
.post-box ul li:last-child {
    margin-bottom: 0;
}
.post-box p {
    margin-bottom: 25px;
}
.post-box p:last-child {
    margin-bottom: 0;
}
.post-box p a {
    font-weight: 600;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.post-box p a:hover {
    text-decoration: none;
}
.post-box table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.post-box table th {
    background: #2c2852;
    padding: 14px 40px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}
.post-box table th:first-child {
    border-radius: 10px 0 0 0;
}
.post-box table th:last-child {
    border-radius: 0 10px 0 0;
}
.post-box table td {
    background: #191939;
    border-bottom: 1px solid #2c2852;
    padding: 14px 40px;
}
.post-box table tr:last-child td {
    border-bottom: none;
}
.post-box table tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
.post-box table tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}
.post-box .table-border {
    table-layout: fixed;
}
.post-box .table-border th {
    border-right: 1px solid #191939;
    text-align: center;
}
.post-box .table-border th:last-child {
    border-right: none;
}
.post-box .table-border td {
    border-right: 1px solid #2c2852;
}
.post-box .table-border td:last-child {
    border-right: none;
}
.sort {
    margin-bottom: 85px;
}
.sort-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-left: 41px;
}
.sort-filter__btn {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #9789cd;
    font-family: "Roboto Flex", serif;
    text-shadow: 0 1px 0 #090c1d;
    padding: 0 45px 25px;
    position: relative;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.sort-filter__btn::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #eeaf0e;
    -webkit-box-shadow: 0 4px 14px 0 rgba(238, 175, 14, 0.5);
    box-shadow: 0 4px 14px 0 rgba(238, 175, 14, 0.5);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    visibility: hidden;
}
.sort-filter__btn.active {
    color: #eeaf0e;
}
.sort-filter__btn.active::before {
    opacity: 1;
    visibility: visible;
}
.sort-filter__btn:hover {
    color: #eeaf0e;
}
.sort table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.sort table th {
    background: #2c2852;
    padding: 25.25px 24px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 1px 0 #090c1d;
    text-transform: uppercase;
    border-bottom: 5px solid #090c1d;
}
.sort table th:first-child {
    border-radius: 10px 0 0 0;
    padding-left: 40px;
    text-align: left;
}
.sort table th:last-child {
    border-radius: 0 10px 0 0;
    padding-right: 40px;
}
.sort table th:nth-child(4),
.sort table th:nth-child(5),
.sort table th:nth-child(6) {
    text-align: right;
}
.sort table td {
    text-shadow: 0 1px 0 #090c1d;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 5px 24px;
    background: #191939;
    text-align: center;
}
.sort table td:first-child {
    padding-left: 40px;
    width: 252px;
}
.sort table td:nth-child(4),
.sort table td:nth-child(5),
.sort table td:nth-child(6) {
    text-align: right;
}
.sort table td:last-child {
    padding-right: 40px;
}
.sort table tr:nth-child(2) td {
    padding-top: 10px;
}
.sort table tr:last-child td {
    border-bottom: none;
    padding-bottom: 20px;
}
.sort table tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
.sort table tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}
.sort-table {
    position: relative;
    z-index: 1;
}
.sort-table::before {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 109px;
    border-radius: 0 0 10px 10px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(25, 25, 57, 0)),
        color-stop(46.83%, rgba(25, 25, 57, 0.77)),
        to(#191939)
    );
    background: linear-gradient(
        180deg,
        rgba(25, 25, 57, 0) 0,
        rgba(25, 25, 57, 0.77) 46.83%,
        #191939 100%
    );
}
.sort-table .green {
    color: #64e300;
}
.sort-table .disabled {
    color: #9789cd;
}
.sort-table__game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.sort-table__game span {
    width: 146px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sort-table__game img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 5px;
}
.sort-table__username {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.sort-table__username img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 27px;
    height: 27px;
}
.sort-table__username.disabled {
    color: #9789cd;
}
.sort-table__coin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 5px;
}
.sort-table__coin img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 21px;
    height: 21px;
    border-radius: 50%;
}
.hero {
    padding-top: 30px;
    padding-bottom: 20px;
}
.hero-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hero-info {
    width: 405px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    padding: 24px 20px 14px;
    border-radius: 0 10px 10px 0;
    background: #191939;
}
.hero-info .h2 {
    margin-bottom: 9px;
}
.hero-info__subtitle {
    color: #9789cd;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}
.hero-info .btn-orange {
    width: 100%;
    margin-bottom: 9px;
    font-size: 14px;
    padding: 16px 12px;
}
.hero-info__devider {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
}
.hero-info__devider span {
    position: relative;
    z-index: 2;
    background: #191939;
    display: inline-block;
    padding: 0 16px;
}
.hero-info__devider::before {
    height: 1px;
    width: 100%;
    background: #9789cd;
    left: 0;
}
.hero-banner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.hero-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
    display: block;
}
.hero-nav {
    background: #090c1d;
    border-radius: 11px;
    padding: 3px 3px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}
.hero-nav .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 12px;
    font-size: 12px;
    width: 33.3333%;
    gap: 7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero-nav .btn img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.language {
    position: relative;
}
.language-toggler {
    background: #191939;
    border: 1px solid #292342;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}
.language-toggler svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.language-toggler svg:last-child {
    margin-left: auto;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
@media (hover: hover) {
    .language:hover .language-body {
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
    }
    .language:hover .language-toggler {
        border-radius: 12px 12px 0 0;
    }
    .language:hover .language-toggler svg:last-child {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.language-body {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #191939;
    border-radius: 0 0 12px 12px;
    z-index: 2;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border: 1px solid #292342;
    border-top: none;
    overflow: hidden;
}
.language-body__link {
    padding: 8px 10px;
    display: block;
}
.language-body__link:hover {
    background: #3f3b6a;
}
.spin {
    padding: 30px 0;
}
.spin-box {
    position: relative;
    z-index: 1;
    padding: 60px 30px 60px 103px;
}
.spin-content {
    max-width: 700px;
}
.spin-content .h1 {
    font-size: 44px;
    font-weight: 700;
    text-shadow: 0 2px 0 #a0770b;
    color: #ffce01;
    margin-bottom: 15px;
}
.spin-content p {
    max-width: 545px;
    font-size: 18px;
    line-height: 1.33;
    text-shadow: 0 0 0 #000;
    margin-bottom: 36px;
}
.spin-bg {
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    max-height: 100%;
}
.spin-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 21px;
}
.spin-row .promocode {
    width: 250px;
}
.cashback {
    border: 1px dashed #ffce01;
    border-radius: 10px;
    padding: 21px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.04;
    color: #ffce01;
}
.cashback svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.promocode {
    position: relative;
    -webkit-box-shadow: 0 4px 14px 0 rgba(238, 175, 14, 0.5);
    box-shadow: 0 4px 14px 0 rgba(238, 175, 14, 0.5);
    border: 2px solid #ffce01;
    border-radius: 10px;
}
.promocode:hover .promocode-overlay {
    width: 0;
    opacity: 0;
}
.promocode-overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    border-radius: 8px 0 0 8px;
    width: 65%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 1000;
    font-size: 15px;
    color: #efdeff;
    cursor: pointer;
    -webkit-transition: width 0.35s ease, opacity 0.35s ease;
    transition: width 0.35s ease, opacity 0.35s ease;
}
.promocode-overlay span {
    margin-left: 32px;
    position: relative;
    z-index: 2;
}
.promocode-overlay__bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.promocode-overlay__bg svg:first-child {
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    position: absolute;
    right: 0;
    top: 0;
}
.promocode-overlay__bg svg:last-child {
    width: 100%;
    height: 100%;
}
.promocode-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.promocode-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    height: 100%;
    width: 51px;
    border-radius: 0 8px 8px 0;
    background: #ffce01;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.promocode-value {
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #ffce01;
    font-family: "Roboto Flex", serif;
    font-size: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-shadow: 0 0 0 #000;
    text-align: center;
}
.play {
    padding: 60px 0 30px;
}
.play-box {
    position: relative;
    overflow: hidden;
}
.play-box::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.play-box .btn {
    position: absolute;
    padding: 20px 30px;
}
.play-box__bg {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.pros {
    margin-bottom: 30px;
}
.pros .container > .h2 {
    margin-bottom: 20px;
}
.pros-box {
    background: #191939;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pros-item {
    width: 50%;
}
.pros-item:last-child .pros-item__header,
.pros-item:last-child .pros-item__list {
    border-right: none;
}
.pros-item__header {
    padding: 13px 30px;
    border-bottom: 1px solid #2c2852;
    border-right: 1px solid #2c2852;
}
.pros-item__header .h2 {
    font-size: 24px;
    margin: 0;
}
.pros-item__list {
    padding: 15px 30px 30px;
    border-right: 1px solid #2c2852;
}
.pros-item__list li {
    margin-bottom: 15px;
    padding-left: 28px;
    position: relative;
}
.pros-item__list li::before {
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
}
.pros-item__list li:last-child {
    margin-bottom: 0;
}
.pros-item__list--active li::before {
    background: url(../img/check.svg) no-repeat center center;
    background-size: contain;
}
.pros-item__list--disabled li::before {
    background: url(../img/disable.svg) no-repeat center center;
    background-size: contain;
}
@media only screen and (max-width: 1279px) {
    .language-body {
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
        -webkit-transition: none;
        transition: none;
        display: none;
    }
    .language-toggler.active {
        border-radius: 12px 12px 0 0;
    }
    .language-toggler.active svg:last-child {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media only screen and (max-width: 1200px) {
    .spin-box {
        padding-left: 50px;
    }
    .rullete {
        bottom: 20px;
        left: 20px;
    }
    .hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 43px;
        height: 43px;
        border: 3px solid #090c1d;
        border-radius: 10px;
        background: #2c2852;
        margin-right: 28px;
    }
    .hamburger svg:last-child {
        display: none;
    }
    .hamburger.is-active svg {
        display: none;
    }
    .hamburger.is-active svg:last-child {
        display: block;
    }
    .content {
        width: 100% !important;
    }
    .menu {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform 0.35s ease;
        transition: -webkit-transform 0.35s ease;
        transition: transform 0.35s ease;
        transition: transform 0.35s ease, -webkit-transform 0.35s ease;
        top: 73px;
        height: calc(100% - 73px);
        width: 252px;
        overflow-y: auto;
    }
    .menu-toggler {
        display: none;
    }
    .menu.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .header {
        width: 100% !important;
        left: 0 !important;
    }
    .header .container {
        padding: 0 12px;
    }
}
@media only screen and (max-width: 1023px) {
    .hero-info {
        width: 370px;
    }
    .logo img {
        width: 51px;
        height: 53px;
    }
    .header {
        padding: 8.5px 0;
    }
    .header-game {
        margin-left: auto;
        margin-right: 11px;
    }
    .header-game img {
        width: 56px;
        height: 56px;
    }
    .sort table th {
        padding: 17.25px 12px;
        font-size: 14px;
    }
    .sort table th:first-child {
        padding-left: 12px;
    }
    .sort table th:last-child {
        padding-right: 12px;
    }
    .sort table td {
        font-size: 14px;
        padding: 5px 12px;
    }
    .sort table td:first-child {
        padding-left: 12px;
        width: 180px;
    }
    .sort table td:last-child {
        padding-right: 12px;
    }
    .game-item {
        padding: 81px 6px 16px;
    }
    .game-item:last-child .game-item__img {
        right: 0;
    }
    .game-item__img {
        max-width: 300px;
    }
    .game-item__content {
        padding: 12px 12px;
        max-width: 192px;
        position: relative;
        z-index: 5;
    }
    .game-item__name {
        font-size: 24px;
    }
    .game-item__subname {
        font-size: 14px;
    }
    .post-box table th {
        padding: 15.5px 14px;
    }
    .post-box table td {
        padding: 10px 14px;
    }
    .spin-box {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .promocode {
        height: 68px;
    }
    .cashback {
        font-size: 16px;
        padding: 22px 10px;
        width: 250px;
    }
    .spin-bg {
        z-index: -2;
        -o-object-position: right center;
        object-position: right center;
    }
    .spin-box {
        padding: 40px 15px 40px;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    .spin-box::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: rgba(9, 12, 29, 0.5);
    }
    .spin-box .h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .spin-box p {
        font-size: 12px;
        line-height: 2;
        margin-bottom: 20px;
    }
    .spin-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .h2 {
        font-size: 20px;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    .container {
        padding: 0 16px;
    }
    .hamburger {
        margin-right: 22px;
    }
    .btn {
        font-size: 14px;
    }
    .header-nav {
        gap: 3px;
    }
    .header-nav .btn {
        padding: 0;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-nav .btn span {
        display: none;
    }
    .header-nav .btn svg {
        display: block;
    }
    .sort-filter {
        margin-left: 20px;
    }
    .sort-filter__btn {
        padding: 0 20px 24px;
        font-size: 14px;
    }
    .sort-table td,
    .sort-table th {
        display: none;
    }
    .sort-table td:first-child,
    .sort-table td:last-child,
    .sort-table th:first-child,
    .sort-table th:last-child {
        display: table-cell;
    }
    .casin-row {
        gap: 42px;
    }
    .currency-row {
        display: block;
    }
    .currency-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .currency-item:last-child {
        margin-bottom: 0;
        max-width: 100%;
    }
    .hero {
        padding-top: 27px;
        padding-bottom: 10px;
    }
    .hero-nav {
        padding: 3px;
        gap: 3px;
    }
    .hero-nav .btn {
        font-size: 10px;
        padding: 9px 12px;
    }
    .hero-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hero-banner {
        width: 100%;
        border-radius: 0 0 10px 10px;
    }
    .hero-banner img {
        border-radius: 0 0 10px 10px;
        min-height: 169px;
    }
    .hero-info {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        border-radius: 10px 10px 0 0;
        padding-bottom: 20px;
    }
    .hero-info .btn-orange {
        margin-bottom: 11px;
    }
    .hero-info .h2 {
        font-size: 24px;
        margin-bottom: 3px;
        line-height: 1.29;
    }
    .hero-info__subtitle {
        font-size: 16px;
        margin-bottom: 13px;
    }
    .hero-info__devider {
        font-size: 10px;
        margin-bottom: 16px;
    }
    .hero-info__devider span {
        padding: 0 10px;
    }
    .game-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
    .game-item {
        width: 100%;
        overflow: hidden;
    }
    .game-item__content {
        padding: 5.5px 12px;
        max-width: 152px;
    }
    .game-item__name {
        font-size: 18px;
        line-height: 1.44;
    }
    .game-item__subname {
        font-size: 12px;
        line-height: 2;
    }
    .game-item__img {
        max-width: 280px;
    }
    .game-item:last-child .game-item__img {
        max-width: 140px;
        right: 10px;
    }
    .game-item:first-child .game-item__img {
        right: -47px;
    }
    .games {
        margin-bottom: 12px;
    }
    .games-item {
        width: 103px;
    }
    .games-item__name {
        font-size: 8px;
    }
    .post-box {
        margin-bottom: 19px;
    }
    .post-box img {
        min-height: 225px;
    }
    .post-box h1 {
        font-size: 16px;
        line-height: 1.25;
    }
    .post-box h2 {
        font-size: 16px;
        line-height: 1.25;
    }
    .post-box h3 {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 20px;
    }
    .post-box p {
        font-size: 12px;
        line-height: 1.67;
        margin-bottom: 22px;
    }
    .post-box ul {
        margin-bottom: 15px;
    }
    .post-box ul li {
        font-size: 12px;
        line-height: 2.33;
        margin-bottom: 0;
    }
    .post-box table {
        margin-bottom: 19px;
    }
    .post-box table td,
    .post-box table th {
        font-size: 12px;
    }
    .sort {
        margin-bottom: 27px;
    }
    .sort-filter {
        margin-left: 14px;
        gap: 0;
    }
    .sort-filter__btn {
        padding: 0 24px 19px;
    }
    .sort-table__game {
        gap: 10px;
    }
    .sort-table__game img {
        width: 20px;
        height: 20px;
    }
    .sort-table table {
        margin-bottom: 0;
    }
    .sort-table table th {
        border-bottom-width: 2px;
    }
    .sort-table table th:last-child {
        text-align: center;
    }
    .sort-table table td {
        font-size: 12px;
    }
    .sort-table table td:last-child {
        text-align: center;
    }
    .seo-box {
        padding: 20px 10px 30px;
    }
    .seo-box .read-more {
        margin-top: 20px;
    }
    .seo-box .btn {
        margin-bottom: 10px;
    }
    .seo-box p {
        font-size: 12px;
        line-height: 1.67;
        margin-bottom: 17px;
    }
    .info-box:first-child {
        padding-top: 22px;
    }
    .casin-list li {
        margin-bottom: 4px;
    }
    .casin-list a {
        font-size: 12px;
    }
    .h4 {
        margin-bottom: 13px;
    }
    .rullete {
        left: 16px;
        bottom: 16px;
    }
    .rullete img {
        width: 75px;
        height: 75px;
    }
    .footer-box {
        padding: 30px 0 30px;
    }
    body.open .menu {
        width: 100%;
    }
    body.open .menu-body {
        padding: 20px 16px;
    }
    .menu {
        width: 100%;
    }
    .menu-body {
        padding: 20px 16px;
    }
    .license-row {
        display: block;
    }
    .license-box {
        margin-bottom: 28px;
    }
    .license-box:last-child {
        margin-bottom: 0;
    }
    .license-item {
        min-width: auto;
        width: 116px;
    }
    .play {
        padding: 27px 0 30px;
    }
    .play-box__bg {
        min-height: 204px;
    }
    .play-box .btn {
        padding: 16px 27px;
    }
    .pros-item__list {
        border-right: none;
        padding: 10px 10px 20px 10px;
    }
    .pros-item__list li {
        margin-bottom: 10px;
        font-size: 10px;
        padding-left: 18px;
    }
    .pros-item__list li::before {
        width: 13px;
        height: 13px;
    }
    .pros-item__header {
        padding: 10px 10px;
        border-right: none;
    }
    .pros-item__header .h2 {
        font-size: 12px;
        line-height: 2.33;
    }
}
