/*@font-face {*/
/*	font-family: 'Intro Bold';*/
/*	src: url('../fonts/intro-bold.eot'); !* IE 9 Compatibility Mode *!*/
/*	src: url('../fonts/intro-bold.eot?#iefix') format('embedded-opentype'), !* IE < 9 *!*/
/*		url('../fonts/intro-bold.woff2') format('woff2'), !* Super Modern Browsers *!*/
/*		url('../fonts/intro-bold.woff') format('woff'), !* Firefox >= 3.6, any other modern browser *!*/
/*		url('../fonts/intro-bold.ttf') format('truetype'), !* Safari, Android, iOS *!*/
/*		url('../fonts/intro-bold.svg#intro-bold') format('svg'); !* Chrome < 4, Legacy iOS *!*/
/*}*/
/*@font-face {*/
/*	font-family: 'Intro';*/
/*	src: url('../fonts/intro.eot'); !* IE 9 Compatibility Mode *!*/
/*	src: url('../fonts/intro.eot?#iefix') format('embedded-opentype'), !* IE < 9 *!*/
/*		url('../fonts/intro.woff2') format('woff2'), !* Super Modern Browsers *!*/
/*		url('../fonts/intro.woff') format('woff'), !* Firefox >= 3.6, any other modern browser *!*/
/*		url('../fonts/intro.ttf') format('truetype'), !* Safari, Android, iOS *!*/
/*		url('../fonts/intro.svg#intro') format('svg'); !* Chrome < 4, Legacy iOS *!*/
/*}*/
/*@font-face {*/
/*	font-family: 'Intro Regular';*/
/*	src: url('../fonts/intro-regular.eot'); !* IE 9 Compatibility Mode *!*/
/*	src: url('../fonts/intro-regular.eot?#iefix') format('embedded-opentype'), !* IE < 9 *!*/
/*		url('../fonts/intro-regular.woff2') format('woff2'), !* Super Modern Browsers *!*/
/*		url('../fonts/intro-regular.woff') format('woff'), !* Firefox >= 3.6, any other modern browser *!*/
/*		url('../fonts/intro-regular.ttf') format('truetype'), !* Safari, Android, iOS *!*/
/*		url('../fonts/intro-regular.svg#intro-regular') format('svg'); !* Chrome < 4, Legacy iOS *!*/
/*}*/
/*@font-face {*/
/*	font-family: 'Intro Black';*/
/*	src: url('../fonts/intro-black.eot'); !* IE 9 Compatibility Mode *!*/
/*	src: url('../fonts/intro-black.eot?#iefix') format('embedded-opentype'), !* IE < 9 *!*/
/*		url('../fonts/intro-black.woff2') format('woff2'), !* Super Modern Browsers *!*/
/*		url('../fonts/intro-black.woff') format('woff'), !* Firefox >= 3.6, any other modern browser *!*/
/*		url('../fonts/intro-black.ttf') format('truetype'), !* Safari, Android, iOS *!*/
/*		url('../fonts/intro-black.svg#intro-black') format('svg'); !* Chrome < 4, Legacy iOS *!*/
/*}*/
body {
    font-family:'Intro Bold', 'Intro', 'Intro Regular', 'Intro Black';
}
 .dark {   
    margin: 0;
    background-color: #191D28;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
 }
 .dark-rules {   
    margin: 0;
    background-color: #191D28;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
 }
 .home {
     padding: 30px 0;
 }
 .header-home {
     display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
 }
 .dr-m {
     position: absolute;
    right: 0px;
 }
 .block-game {
    margin-top: 60px;
    padding: 0 70px;
 }
 @media only screen and (max-width: 768px) { /* Adjust the max-width as needed */
    .block-game {
        padding: 0; /* Remove padding on mobile */
        margin-top: 25px !important;
    }
}
 .game {
     display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;
 }
 .g1 {
     width: calc(50% - 15px);
    transition: opacity .3s ease;
    margin-bottom: 30px;
 }
 .g2 {
     width: calc(33.33% - 26px);
     margin-bottom: 30px;
 }
 .bg-game {
     background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 246px;
    cursor: pointer;
   border: 3px solid rgb(79, 77, 77);
border-radius: 15px;
    border-radius: 20px;
    z-index: 2;
 }
 .logo-g {
     padding-left: 45px;
    padding-top: 175px;
 }
 .title-g {
     position: absolute;
   bottom: 160px;
left: 17px;
background: #00000082;
padding: 10px;
border-radius: 9px;
 }
 .title-block {
     color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    font-family: Intro Bold, sans-serif;
    margin: 0;
    font-weight: 400;
 }
 .sub-title {
     font-size: 16px;
    margin: 0;
 }
 .hero {
     right:0;
     bottom: -4px;
    position: absolute;
    pointer-events: none;
    z-index: 1;
 }
.ratings-block {
    background: #11131a !important;
    padding: 20px 40px;
    flex-flow: column;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-direction: row;
}
.ratings-title {
    color: #bab8b4;
    font-size: 37px;
    line-height: 44px;
    font-family: Intro Bold, sans-serif;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}
u {
    color: #e49e3b;
    text-decoration: none;
} 
.ratings-t {
    width: 42%;
    margin-bottom: 60px;
}
.ratings-sub {
    color: #7a7771;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
} 
.ratings-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 55%;
    text-align: center;
}
.block-r img {
    margin-bottom: 10px;
} 
.block-r-txt {
    color: #bab8b4;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Intro Bold, sans-serif;
    margin: 0;
}
.block-r-total {
    font-size: 39px;
    margin: 0;
    font-family: Intro Bold, sans-serif;
    text-transform: uppercase;
    line-height: 66px;
    background: linear-gradient(#f1cc57, #d7701f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e49e3b;
}
.footer-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 20px;
}
.footer-logo {
    position: relative;
    z-index: 2;
}
.footer-logo a {
    display: flex;
}
.menu-rules .footer-menu {
    position: static;
    left: auto;
    right: auto;
    margin: 0;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.footer-menu ul li {
    margin-right: 30px;
}
.footer-menu ul li a {
    border-bottom: 1px solid #4a4844;
    color: #bab8b4;
    font-size: 16px;
    text-transform: uppercase;
    transition: border .3s ease;
    text-decoration: none;
}
.l2 {
    right:-80px;
}
.wow {
    right: -170px;
}
.aion {
    right: -90px;
}
.mu {
    right: -30px;
}
.jd {
    right: -70px;
}
.pw {
    right: -20px;
}
.rf {
    right: -170px;
}
.so {
    right:0;
}
.so img {
    max-width: 150px;
}
.co {
    right: -50px;
}
.og img {
    max-width: 200px;
}
.og {
    right:0;
}
.dark-rules {
    margin: 0;
}
.rules {
display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
 background: #11131a !important;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=77, Color=#000000)";
box-shadow: -3px 13px 24px -1px rgba(0, 0, 0, 0.91);
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=135, Color=#000000);
transition: box-shadow 2s;
padding: 20px 45px;
z-index: 9999;
transition: 0.3s all;
    top:0;
    z-index: 999999;
}
.logo-rules {
    display: flex;
    margin-right: 30px;
}
.menu-rules {
    position: relative;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: auto;
}
.menu-rules nav ul {
    display: flex;
    justify-content: center;
    margin: 0;
}
.menu-rules li {
    margin-right: 5px;
    position: relative;
    list-style: none;
}
.menu-rules li a {
    display: flex;
    margin: 0 15px;
}
.menu-rules li a svg {
    max-width: 100px;
    max-height: 100px;
}
.btn-primary {
    padding-left: 8px;
    display: flex;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
    font-family: Intro Bold, sans-serif;
    border-radius: 5px;
    line-height: 48px;
    white-space: nowrap;
    text-align: center;
    border: 0 none;
    padding: 0 20px;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    box-shadow: 0 0 0 0 transparent;
    transition: box-shadow .3s ease;
    background-image: linear-gradient(#f1cc57, #d7701f);
    color: #fff;
    text-transform: uppercase;
}
.icon {
    display: inline-block;
    background: url(/img/lock.png) no-repeat;
    width: 24px;
    height: 26px;
    margin-right: 8px;
}
.block-rules {
    padding: 0 70px;
}
.breadcrumbs {
    margin: 30px 0;
}
.breadcrumbs .nav {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.breadcrumbs .link a {
    font-family: Intro Bold, sans-serif;
    color: #c3bbae;
    transition: color .3s ease;
    display: flex;
}
.breadcrumbs .link a:after {
    content: "\203a";
    display: block;
    font-size: 18px;
    line-height: 16px;
    color: #c3bbae;
    position: relative;
    top: 1px;
    margin-left: 10px;
    transition: color .3s ease;
}
.breadcrumbs .current {
    color: #e49e3b;
    font-family: Intro Bold, sans-serif;
    margin-left: 10px;
}
a, a:visited {
    color: #e49e3b;
    text-decoration: none;
}
.content-wrapper {
    border-radius: 10px;
    background: #11131a !important;
    color: #676561;
    padding: 40px;
    font-family: Intro Regular, sans-serif;
    margin-bottom: 10px;
}
.content-wrapper .title {
    color: #fff;
}

.content-wrapper .title {
    font-size: 37px;
    font-family: Intro Black, sans-serif;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}
.content-wrapper svg {
    color: #e49e3b;
    margin-right: 10px;
    width: 35px;
}
.content-wrapper .title h1, .content-wrapper .title h2 {
    font-size: 37px;
    font-weight: 400;
    margin: 0;
}
.content-wrapper .text {
    color: #9e9687;
}
.content-wrapper li:before {
    content: "\2014";
    margin-right: 8px;
    color: #e49e3b;
}
.content-wrapper li {
    margin-bottom: 10px;
    list-style: none;
}
.content-wrapper ul {
    padding: 0;
}
.contacts-page .big-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
}
.contacts-page .big-content-wrapper .content-wrapper {
    width: 50%;
    margin-right: 20px;
}
.content-wrapper {
    background: #151310;
}
.content-wrapper {
    border-radius: 25px;
    color: #676561;
    padding: 40px;
    font-family: Intro Regular, sans-serif;
}
.content-wrapper .title {
    font-size: 37px;
    font-family: Intro Black, sans-serif;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}
.contacts-page .big-content-wrapper .content-wrapper .field__w.row {
    margin-top: 40px;
}
.contacts-page .big-content-wrapper .content-wrapper label {
    padding-bottom: 12px;
    display: block;
}
.contacts-page .big-content-wrapper .content-wrapper input {
    max-width: 520px;
    border-radius: 12px;
}
input {
    background: #25211c;
    color: #7b7a79;
}
input {
    width: 100%;
    padding-right: 47px;
    padding-left: 20px;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    box-sizing: border-box;
    border: 0 none;
    font-weight: 400;
    font-family: Intro Regular, sans-serif;
    transition: all .3s ease;
}
.contacts-page .big-content-wrapper .content-wrapper .field__w.row {
    margin-top: 40px;
}
.contacts-page .big-content-wrapper .content-wrapper textarea {
    background: #f5f5f5;
    color: #7b7a79;
}
.contacts-page .big-content-wrapper .content-wrapper textarea {
    width: 100%;
    padding: 17px 47px 17px 20px;
    font-size: 15px;
    border-radius: 12px;
    height: 365px;
    resize: none;
    box-sizing: border-box;
    border: 0 none;
    font-weight: 400;
    font-family: Intro Regular, sans-serif;
}
.contacts-page .big-content-wrapper .content-wrapper:last-child {
    margin-left: 20px;
    margin-right: 0;
}
.contacts-page .big-content-wrapper .content-wrapper {
    width: 50%;
}
.content-wrapper {
    background: #11131a !important;
}
.content-wrapper {
    border-radius: 10px;
    color: #676561;
    padding: 40px;
    font-family: Intro Regular, sans-serif;
}
.contacts-page .big-content-wrapper .content-wrapper .contacts .row {
    background: #f5f5f5;
}
.contacts-page .big-content-wrapper .content-wrapper .contacts .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 0 17px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.contacts-page .big-content-wrapper .content-wrapper .contacts .row .row-title {
    display: flex;
    align-items: center;
    font-size: 17px;
}
.contacts-page .big-content-wrapper .content-wrapper .contacts .contact a {
    text-transform: uppercase;
    font-family: Intro Black, sans-serif;
    font-size: 17px;
    transition: opacity .3s ease;
    opacity: 1;
}
.contacts-page .big-content-wrapper .content-wrapper .contacts .row .icon-2 {
    margin-right: 10px;
    display: flex;
}
.contacts-page .big-content-wrapper .content-wrapper .btn-primary {
    margin-top: 30px;
}
.btn-primary:disabled {
    background: #8c8c8c;
}
input:focus, textarea:focus {
    outline: 0 none;
    box-shadow: 0 0 3px 1px #e49e3b6e;
}
.menu-rules a:hover path {
    fill: #e49e3b;
}
@media (max-width: 450px) {
    
.home {
    padding: 15px 0 30px;
}
.header-home img {
    max-width: 180px;
    max-height: 38px;
}
.l2 img {
    max-width: 390px;
}
.l2 {
    left: 68%;
    right: 0;
}
.bg-game {
    height: 225px;
}
.wow {
    right: 0;
    left: 49%;
}
.wow img {
    max-width: 270px;
}
.logo-g {
    padding-left: 20px;
    padding-top: 20px;
}
.title-g {
    left: 20px;
    bottom: 130px;
}
.aion img {
    max-width: 277px;
}
.aion {
    right: -40px;
    left: 50%;
}
.mu img {
    max-width: 160px;
}
.mu {
    right: -20px;
    left: 55%;
}
.jd {
    right: -70px;
    left: 65%;
}
.jd img {
    max-width: 155px;
}
.pw {
    right: -20px;
    left: 50%;
}
.pw img {
    max-width: 200px;
}
.rf {
    right: -170px;
    left: 48%;
}
.rf img {
    max-width: 245px;
}
.so img {
    max-width: 140px;
}
.co {
    right: -40px;
}
.co img {
    max-width: 180px;
}
.og {
    right: -20px;
}
.og img {
    max-width: 177px;
}
.ratings-block {
    padding: 20px;
    margin: 0 -20px;
}
.ratings-title {
    font-size: 28px !important;
    line-height: 34px;
}
.ratings-sub {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Intro Regular';
}
.block-r img {
    max-width: 80px;
    margin-bottom: 10px;
}
.block-r-total {
    line-height: 48px;
    font-size: 36px;
}
.block-r-txt {
    font-size: 10px;
}
}
@media (max-width: 1024px) {
    .g1, .g2 {
        width: 100%;
    }
.ratings-block {
    border-radius: 0;
    text-align: center;
}
.lang-b {
    display:none;
}
}

@media (max-width: 767px) {
    .block-r {
        width: 50%;
        margin-bottom: 40px;
    }
    .footer-home {
        padding-bottom: 15px;
    }
        .footer-menu ul {
        flex-flow: column;
    }
        .footer-menu ul li {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .rules {
        padding: 15px 10px;
    }
    .block-rules {
    padding: 0 10px;
}
    .content-wrapper {
        padding: 20px;
    }
    .content-wrapper .title {
        font-size: 30px;
        margin-bottom: 25px;
    }
        .content-wrapper .title h1, .content-wrapper .title h2 {
        font-size: 30px;
    }
    .content-wrapper svg {
    color: #e49e3b;
    margin-right: 10px;
    width: 60px;
}
.lang-mob {
    display:block !important;
    padding-bottom: 30px;
}
.logo-rules img {
            max-width: 172px;
        height: auto;
}
.button-rules {
    padding-right: 0px !important;
}
.dropdown {
    position: absolute;
    right: 0px !important;
}
}

@media (max-width: 1300px) {
    .footer-home {
        flex-flow: column;
        margin: 30px 0 0;
        padding-bottom: 20px;
    }
    .footer-menu {
        position: relative;
        margin: 0;
    }
        .footer-logo {
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    .contacts-page .big-content-wrapper {
        flex-flow: column-reverse;
    }
}
@media (max-width: 450px) {
    .contacts-page .big-content-wrapper .content-wrapper {
        padding: 15px;
    }
    .contacts-page .big-content-wrapper .content-wrapper .contacts .row {
        padding: 0 12px;
    }
    .contacts-page .big-content-wrapper .content-wrapper .contacts .row .row-title {
        font-size: 13px;
    }
        .contacts-page .big-content-wrapper .content-wrapper .contacts .row .row-title {
        font-size: 13px;
    }
    .contacts-page .big-content-wrapper .content-wrapper .contacts .contact a {
        font-size: 11px;
        line-height: 24px;
    }
    
}

@media (max-width: 1200px) {
    .contacts-page .big-content-wrapper .content-wrapper {
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
    }
    .contacts-page .big-content-wrapper .content-wrapper:last-child {
        margin-bottom: 40px;
        margin-left: 0;
        min-height: -moz-fit-content;
        min-height: fit-content;
    }
}
@media (max-width: 1700px) {
    .ratings-block {
        padding: 50px 60px 40px;
    }
}

@media (max-width: 1700px) {
    .ratings-block {
        padding: 50px 60px 40px;
    }
}
@media (min-width:1440px) {
    .wow {
        right: -80px;
    }
    .jd {
    right: -20px;
}
.rf {
    right: -50px;
}
.mu {
    right: 0px;
}
}
@media (max-width: 1400px) {
    .ratings-block {
        padding: 30px 40px;
        flex-flow: column;
    }
        .ratings-t {
        width: 100%;
        margin-bottom: 60px;
    }
        .ratings-icon {
        width: 100%;
    }
}
@media (max-width: 1450px) {
    .home-page .ratings .text-block .title {
        font-size: 37px;
        line-height: 44px;
    }
}
@media (max-width: 1700px) {
    .ratings-title {
        font-size: 47px;
    }
}
@media (min-width: 1900px) {
    .main, .block-rules {
        padding: 0 170px;
    }
}
html {
scrollbar-color: #4e4e4e #1c1613;
    scrollbar-width: thin;
}
@keyframes left-swipe {
    0% {
        opacity: 0;
        transform: translate(-2000px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes right-swipe {
    0% {
        opacity: 0;
        transform: translate(2000px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes bottom-swipe {
    0% {
        transform: translateY(500px);
        opacity: 0
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.l2-a {
    transform: translate(-2000px);
}

.l2-a {
    animation-duration: .7s;
    animation-name: left-swipe;
    animation-delay: .2s;
}

.animate {
    transition: all .3s ease;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}
.wow-a {
    transform: translate(2000px);
}

.wow-a {
    animation-duration: .7s;
    animation-name: right-swipe;
    animation-delay: .7s;
}
.aion-a, .mu-a, .jd-a {
    animation-duration: .7s;
    animation-name: bottom-swipe;
    animation-delay: 1.2s;
}
.aion-a, .mu-a, .jd-a {
    transform: translateY(500px);
    opacity: 0;
}
.pw-a {
    transform: translate(-2000px);
}

.pw-a {
    animation-duration: .7s;
    animation-name: left-swipe;
    animation-delay: 1.7s;
}
.rf-a {
    transform: translate(2000px);
}

.rf-a  {
    animation-duration: .7s;
    animation-name: right-swipe;
    animation-delay: 2.2s;
}
.so-a, .co-a, .og-a {
    transform: translateY(1000px);
    opacity: 0;
}
.so-a, .co-a, .og-a {
    animation-duration: .7s;
    animation-name: bottom-swipe;
    animation-delay: 2.7s;
}
.dropbtn {
background-color: #3d3b37;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    height: 40px;
    width: 60px;
    background-image: url(/img/lang-ru.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 12px;
}


.dropdown {
    position: absolute;
    right: 20px;
}
.block-rig {
    display: flex;
}
.button-rules {
    padding-right: 70px;
}
.dropdown-content {
    display:none;
position: absolute;
    background-color: #3d3b37;
    min-width: 60px;
    overflow: auto;
    top: -5px;
    border-radius: 15px;
    z-index: 1;
}
.ru {
        background: #8c8a89;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.ru:hover {
    background: #403f3f;
}
.en {
    background:#585858;
}
.en a:hover {
    background: #403f3f;
}
.dropdown-content a {
    color: black;
    text-decoration: none;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    padding: 0 16px 0 5px;
}

.dropbtn::before {
        content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    margin: 0 4px;
    color: #c2bcb0;
    position: absolute;
    right: 3px;
}
.show {display: block;}

.dropdown-2 {
    position: absolute;
    right: 20px;
}

.dropdown-content-2 {
    display:none;
position: absolute;
    background-color: #3d3b37;
    min-width: 60px;
    overflow: auto;
    top: -5px;
    border-radius: 15px;
    z-index: 1;
}
.ru {
        background: #8c8a89;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.ru:hover {
    background: #403f3f;
}
.en {
    background:#585858;
    height: 48px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.en a:hover {
    background: #403f3f;
}
.dropdown-content-2 a {
    color: black;
    text-decoration: none;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    padding: 0 16px 0 5px;
}
.dropbtn-2 {
background-color: #3d3b37;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    height: 40px;
    width: 60px;
    background-image: url(/img/lang-ru.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 12px;
}
.dropbtn-2::before {
        content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    margin: 0 4px;
    color: #c2bcb0;
    position: absolute;
    right: 3px;
}
.show-2 {display: block;}


.mat-select-arrow-wrapper {
    height: 16px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
}
.mat-select-arrow {
    color: #c2bcb0;
}

.mat-select-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    margin: 0 4px;
}
.btn-primary:hover {
    box-shadow: 0 2px 17px 2px #e49e3b9e;
}
.btn-primary:visited {
    color: #fff;
}
.menu-triger {
position: relative;
    background: none;
    border: 0 none;
    height: 14px;
    width: 26px;
    cursor: pointer;
}	
.menu-close {
	background: url(/close.png) 0 0 repeat;
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
    background: #181612;
    display: none;
    position: fixed;
    left: -110%;
    top: 0;
    width: 250px;
    box-sizing: border-box;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 0 8px #fff3;
    height: calc(var(--vh, 1vh)* 100);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
margin-right: 5px;
    position: relative;;
}
.menu-popup li a {
    display: flex;
    margin: 0 15px;
}
.menu-popup li a svg {
        max-width: 40px;
    max-height: 40px;
}
.menu-popup li a {
	font-size: 18px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.4;	
	text-decoration: none;
}
.body_pointer * {
	cursor: pointer;
}
button .line {
    background: #bdbcbc;
}
button .line {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: .25s ease-in-out;
}
button .line:nth-child(1) {
    top: 0;
}
button .line:nth-child(2), button .line:nth-child(3) {
    top: 7px;
}
button .line:nth-child(4) {
    top: 14px;
}
@media (max-width: 1450px) {
    .menu-b {
        position: absolute;
        left: 20px;
        top: 21px;
    }
.menu-rules {
    display:none;
}
}
@media (min-width: 1451px) {
    .menu-b {
display:none;
    }
    .menu-rules {
    display:block;
}
}
.menu-popup nav ul {
    display: grid;
        grid-template-columns: auto auto auto;
        grid-row-gap: 20px;
        margin-top: 25px;
}
.menu-popup a:hover path {
    fill: #e49e3b;
}
@media (max-width: 1450px) {
    .rules {
        padding: 20px 20px 20px 70px;
    }
}
@media (max-width: 767px) {
    .rules {
        padding: 15px 10px !important;
    }
}
@media (max-width: 767px) {
    .menu-b {
        position: relative;
        left: auto;
        top: -8px;
    }
    .logo-rules {
    display: flex;
    margin-right: 5px;
}
}
.lang-mob {
    display:none;
    padding-bottom: 30px;
}
@media (max-width: 450px) {
    .dropdown {
        position: absolute;
        right: 20px !important;
    }
}
.bg-game:hover {
        border: 3px solid #3d4357;
  box-shadow: 0 0 5px rgb(83, 80, 77);
}
.footer-menu ul li a:hover {
    border-bottom: 1px solid transparent;
}
.contact a:hover {
    opacity:.7 !important;
}
.dropbtn-en {
background-color: #3d3b37;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    height: 40px;
    width: 60px;
    background-image: url(/img/lang-en.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 12px;
}


.dropdown-en {
    position: absolute;
    right: 20px;
}

.dropdown-content-en {
    display:none;
position: absolute;
    background-color: #3d3b37;
    min-width: 60px;
    overflow: auto;
    top: -5px;
    border-radius: 15px;
    z-index: 1;
}
.ru-en {
background: #585858;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0 4px 0 4px;
}
.ru-en:hover {
    background: #403f3f;
}
.en-en {
    background: #8c8a89;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0px 0px 0px 12px;
    cursor: pointer;
}
.en-en:hover {
    background: #403f3f;
}
.dropdown-content-en a {
color: black;
    text-decoration: none;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    padding: 0 10px 0 0px;
}

.dropbtn-en::before {
        content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    margin: 0 4px;
    color: #c2bcb0;
    position: absolute;
    right: 3px;
}
.show-en {display: block;}
@media (max-width: 450px) {
.main {
    overflow-x: hidden;
    padding: 0 10px !important;
}
}
.main {
    overflow-x: hidden;
}
.menu-popup li img {
width: 100px !important;
height: 100px !important;
}
.menu-rules li img {
width: 100px;
height: 100px;
border: 3px solid rgb(79, 77, 77);
}

.menu-rules li img:hover {
border: 3px solid rgb(229, 135, 33);
box-shadow: 0 0 5px rgb(229, 135, 33);
}









        .menu-rules {
            display: flex;
            align-items: center; /* Вертикальное выравнивание */
        }

        .image-container {
            width: 100%; /* Ширина контейнера */
            max-width: 1600px; /* Максимальная ширина карусели */
            max-height: 120px; /* Максимальная высота */
            overflow-x: hidden; /* Горизонтальная прокрутка */
            display: flex;
            align-items: center;
            scroll-behavior: smooth; /* Плавная прокрутка */
            scrollbar-width: thin; /* Для Firefox - делает скроллбар тонким */
        }
        .image-container::-webkit-scrollbar {
    height: 0; /* Убирает высоту скроллбара */
}

.image-container::-webkit-scrollbar-thumb {
    background-color: transparent; /* Цвет ползунка (не будет виден) */
}

        .image-container ul {
            display: flex;
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

        .image-container li {
            margin: 0 5px; /* Отступ между изображениями */
        }

        .image-container img {
            width: 100px; /* Максимальная ширина изображения */
            height: 100px; /* Максимальная высота изображения */
        }

   button {
            cursor: pointer; /* Курсор при наведении на кнопки */
            margin: 0 10px; /* Отступ для кнопок */
            padding: 5px 10px;
            background-color: #314255;
            color: white; /* Цвет текста кнопки */
            border: none; /* Убираем границу */
            border-radius: 5px; /* Закругленные углы */
            font-size: 16px; /* Размер шрифта */
            transition: background-color 0.3s, transform 0.2s; /* Плавный переход для фона и трансформации */
        }

        button:hover {
            background-color: #0056b3; /* Цвет фона при наведении */
            transform: scale(1.05); /* Увеличение кнопки при наведении */
        }
        
        .disabled-link {
    pointer-events: none; /* Отключает возможность клика */
    cursor: not-allowed; /* Изменяет курсор на запрещающий */
    opacity: 0.5; /* Делает ссылку менее яркой */
}