@font-face {
    font-family: 'Mariupol Medium';
    src: url(/upload/font/Mariupol-Medium.ttf);
}

* {
    outline: none !important;
    box-sizing: border-box !important;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {

    margin: 0;
    min-height: 100%;
    font-family: Mariupol, sans-serif;
    font-size: 14px;
    line-height: 20px;
    counter-reset: section;
}

body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100vw;
    height: 100vh;
    
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
header{
    background-color: #fff;
}
footer{
    background-color: #46a28d;
}
a {
    text-decoration: none;
    color: #ff2a00;
}

a:focus {
    outline: none;
}

span:hover,
a:hover,
button:hover,
.btn:hover,
.item:hover {
    transition: all 0.3s;
}

p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

/*РЕЙТИНГ*/

.casinosss-item-wrapper{
	margin-bottom:1em;
}
.casinosss-item-inner{
	display: flex;
  align-items: center;
	position:relative;
	background-color: #f7f7f7;
    box-shadow: 0 3px 8px rgb(0 0 0 / 2%), 0 5px 6px rgb(0 0 0 / 4%), 0 1px 5px rgb(0 0 0 / 10%);
	justify-content: space-between;
	padding:0 20px 0 30px;
    border-radius: 5px;
}
.casinosss-item-inner .item-image{
    padding: 7px 10px 7px 10px;
}
.casinosss-item-inner .item-image img{
   max-width:220px;
   height: auto;
}
.casinosss-item-inner .casino-place-icons{
	position: absolute;
    top: 0;
    left: 6px;
    z-index: 2;
}
.casinosss-item-inner:before{
	content: "" counter(section) "";
    counter-increment: section;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 6px;
    width: 34px;
    font-size: 18px;
    font-family: 'circularMedium', Helvetica, Arial, sans-serif;
    color: #FFF;
    z-index: 3;
	font-weight:bold;
}
.item-flex-div{
	display:flex;
	flex-direction:column;
	text-align:center;
}
.item-flex-div-h{
	color: #586974;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0.5em;
}
.promo-block{
	padding:5px 7px;
	border:1px dashed grey;
	border-radius:5px;
	cursor:pointer;
}
.promo-block .promo-value{
	color:#e91f1b;
	text-transform:uppercase;
	font-size:16px;
	margin-right:0.25em;
	font-weight:bold;
}
.bonus-value, .nodep-value{
	display:inline-block;
	padding:6px 7px;
	font-size:16px;
	font-weight:bold;
	color:#1db67e;
}

.fake-link{
    cursor:pointer;
}

.item-button .item-button-play{
	display:block;
	background: #1db67e;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 10px;
	min-width:120px;
	transition:all ease 0.5s;
}
.item-button .item-button-play:hover{
  background-color:#159968;
	text-decoration:none;
	color:#fff;
}
/*КОНЕЦ РЕЙТИНГ*/
/*БЛОКИ 3 И 4*/

.odd-blocks{
    display:flex;
    gap:1rem;
    margin-bottom:1.5rem;
}
.odd-block-item{
    width:33%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius:5px;
    box-sizing: border-box;
}
.odd-block-item.width-100{
    width:100%;
    margin-bottom:1.5rem;
}
.odd-item-inner{
    padding:0.75rem;
}
h3.odd-item-header{
    position: relative;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #333333;
    margin: 0.5rem 0;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
}
h3.odd-item-header:before {
  width: 30px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -15px;
    background-color: #1db67e;
}
h3.odd-item-header:after {
  width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 20px;
    left: 50%;
    margin-left: -50px;
    background-color: #1db67e;
    bottom: 12px;
}
.odd-item-text p{
    text-align:justify;
}
.even-blocks{
    display:flex;
    gap:0.5rem;
    margin-bottom:1.5rem;
    justify-content:space-between;
    flex-wrap:wrap;
}
.even-block-item{
    width:calc(50% - 0.5rem);
    border-radius:5px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    background-image: url(/images/pattern.svg);
    background-size: contain;
}
.even-item-inner{
    padding:0.75rem;
}

h3.even-item-header{
    position: relative;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #333333;
    margin: 0.5rem 0;
    font-size: 1rem;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 15px;
}
h3.even-item-header:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #1db67e;
}
h3.even-item-header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #1db67e;
}
/*КОНЕЦ БЛОКИ 3 И 4*/
/*FAQ*/
.faq-wrapper{
    margin: 1.5rem 0;
}
.question-block{
    box-shadow: #adadad 0px 1px 3px;
    min-height: 20px;
    background: #f2f2f2;
    margin: 10px 0;
    clear: both;
    transition: background .3s ease-out;
}
.question-header{
    position: relative;
    padding: 15px 40px 15px 25px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
}
h4.question-header{
    margin:0;
}
.question-content{
    padding: 15px 30px;
    background: #fff;
}
.question-content p{
    margin:0;
}
.page-faq{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align:center;
}
/*КОНЕЦ FAQ*/
.blockquote{
    clear: both;
    margin: 20px 0px 25px;
    margin: 1.25rem 0px 1.5625rem;
    box-shadow: 2px 2px 13px #eeeeee;
    border: 1px solid #e9e9e9;
    border-left: 4px solid #46a28d;
    padding: 20px 25px;
    padding: 1.25rem 1.5625rem;
    box-sizing: border-box;
    overflow-wrap: break-word;
}
.page-content {
    padding: 0;
    border-radius: 5px;
    margin: 50px 0 0;
}
.first-text{
    background: #f7f7f7;
    padding:15px 0 0 0;
    margin-bottom:15px;
    border-bottom: 2px solid #f0f0f0;
    border-top: 2px solid #f0f0f0;
}

.page-content.page-content-top{
    margin: 20px 0 0 0;
    padding-bottom:1px;
}

.page-content:before,
.page-content:after {
    animation: spin 5s infinite linear;
}

.page-content ul,
.page-content ol {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.page-content ul li,
.page-content ol li {
    padding: 0 0 0 20px;
    margin: 0 0 15px;
    position: relative;
}

.page-content ol li {
    padding: 0 0 0 28px;
}

.page-content ul li:before {
    content: "";
    position: absolute;
    top: 38%;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #46a28d;
    border-radius: 100%;
}

.page-content ol {
    counter-reset: num;
}

.page-content ol li:before {
    content: counter(num);
    counter-increment: num;
    background: #46a28d;
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 11px;
    display: flex;
    justify-content: center;
    line-height: 100%;
    align-items: center;
    border-radius: 3px;
}

.page-content p{
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #494949;
}

blockquote {
    margin: 15px 0 20px;
    padding: 20px 30px 5px;
    border: 2px dashed #e74516;
    border-radius: 5px;
}

hr {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #f5f6f8;
    margin: 10px 0 20px;
}

html::-webkit-scrollbar {
    width: 16px;
    background-color: transparent;
}

html::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: transparent;
}

html::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #888;
}

html::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

code {
    background: #e1edf4;
    width: auto;
    display: inline-block;
    font-size: inherit;
    line-height: 100%;
    padding: 5px 20px;
    border-radius: 5px;
    overflow-y: auto;
    max-width: 100%;
    position: relative;
    top: 7px;
}

.btn {
    box-sizing: border-box;
    transition: color 0.2s ease, background 0.2s ease;
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    -moz-transition: color 0.2s ease, background 0.2s ease;
    -o-transition: color 0.2s ease, background 0.2s ease;
    padding: 0 15px;
    font-weight: 300;
    text-transform: inherit;
    text-decoration: none !important;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 3px;
    min-height: 34px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    cursor: pointer;
}

.btn-white {
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 11px;
    position: relative;
    color: #000;
    background: linear-gradient(253.67deg, #adff00 2.27%, #00ea25 94.48%);
}

.btn-white:hover {
    background-color: #c92303;
}

.btn-transparent {
    background: transparent;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    position: relative;
}

.btn-transparent span {
    border-bottom: 2px dashed;
}

.btn-transparent:hover {
    background: transparent;
}

.btn-transparent:hover span {
    border-bottom: 2px solid;
}

.btn-oranj {
    box-shadow: 1px 1px 20px -2px #ff2a00;
    background: #ff2a00;
    border-radius: 100px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 18px 40px;
    display: inline-block;
    margin: 90px auto 0;
    text-align: center;
}

.btn-oranj:hover {
    box-shadow: none;
}

h1,
.h1,
h2,
.h2 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #333333;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}

h1,
.h1 {
    text-align: center;
    text-transform:uppercase;
}

h1 span,
.h1 span {
    color: #fff;
}

h3,
.h3 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #333333;
    margin-top: 0;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.page-content h2,
.page-content .h2 {
    font-size: 2rem;
    margin-bottom:1.5rem;
}

header {
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .brands {
    width: 30%;
    line-height: 100%;
}

header .brands .logo {
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: #363636;
    line-height: 100%;
}

header .brands span {
    color: #ff2a00;
}

header nav {
    width: 90%;
    padding: 0 0 0 25px;
}

header nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

header nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

header nav ul li a,
header nav ul li span {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    text-align: center;
    color: #363636;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    transition:all 0.3s ease;
}
header nav ul li a:hover, header nav ul li a:active{
    color:#ff2a00;
}

@media only screen and (min-width: 960px) {
    header nav ul li ul {
        display: none;
    }
    header nav ul li span:after {
        content: '';
        border: solid #8b8b8b;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: 15px;
        right: 2px;
    }
    header nav ul li:hover ul {
        display: block;
        position: absolute;
        background: #fbfbfb;
        box-shadow: 0 3px 5px #ededed;
        max-width: 200px;
    }
}

@media only screen and (max-width: 960px) {
    header nav ul li span {
        display: none;
    }
    body:before {
        content: none;
    }
}
/* promo */
.promo-banner {
    overflow: hidden;
    transition: all 0.5s;
    display: flex
;
    background: #ffffff;
    width: 100%;
    text-decoration: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    border-top: 2px solid #5cb5ff;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.promo-banner img {
    width: 27px;
    height: 25px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.promo-banner p span, .promo-banner .tg {
    line-height: 130%;
    color: #00b7ff;
    margin: 0 0 0 5px;
    font-weight: 600;
}

.promo-banner p {
    padding: 0 0 0 15px;
    color: #2d2d2d;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 100%;
}

.promo-banner .tg {
    background: #00b7ff;
    cursor: pointer;
    color: #fff;
    padding: 5px 20px;
    border-radius: 32px;
    display: block;
    position: relative;
    font-style: normal;
    margin: 0 0 0 20px;
}

.promo-banner .tg:hover {
    background: #0396d0;
}

.promo-banner .close {
    font-style: normal;
    font-size: 14px;
    color: #363636;
    position: absolute;
    top: 15px;
    right: 16px;
    line-height: 100%;
    display: block;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.promo-banner .close:before, .promo-banner .close:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #1e96c8;
    top: 6px;
    left: 0;
}

.promo-banner .close:before {
    transform: rotate(45deg);
}

.promo-banner .close:after {
    transform: rotate(-45deg);
}

.modal-box.active {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.modal-box.active:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000000ba;
    position: fixed;
    display: block;
    z-index: 99;
    top: 0;
    left: 0;
}

.modal {
    display: none;
}

.modal-box.active .modal {
    display: flex !important;
    position: fixed;
    width: 376px;
    max-width: 95%;
    background: #fff;
    color: #363636;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    z-index: 100;
}

.modal-box.active .modal .name {
    font-size: 25px;
    font-weight: 600;
    border-bottom: 1px solid #8108e0;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 0 15px;
}

.modal-box.active .modal .text {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
}

.modal-box.active .modal .btn {
    background: linear-gradient(217deg, #8108e0 0, #ff39b0 100%, #ff39b0 100%);
    border: 0;
    color: #fff;
}
.container {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}

.rating-casino {
    margin: 0;
    width: 100%;
    position: relative;
}

.rating-casino:before {
    content: '';
    background: url(../images/icon-monets-white.png?2) no-repeat center center;
    transform: translate3d(0, -20%, 0);
    animation: spin 5s infinite linear;
    width: 70px;
    height: 85px;
    display: block;
    background-size: 100% 100%;
    position: absolute;
    right: -78px;
    top: -100px;
}

.rating-casino .item {
    background: #2a1b2c;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.rating-casino .item:nth-child(1) {
    border: 1px solid #ff39b0;
    box-shadow: 0 0 5px 1px #ff39b0;
}

.rating-casino .item:nth-child(2) {
    box-shadow: 0 0 5px 1px #ff39b0;
}

.rating-casino .item:nth-child(3) {
    box-shadow: 0 0 5px 1px #ff39b0c2;
}

.rating-casino .item img {
    width: 100px;
    background: #f3f3f3;
    padding: 5px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    height: 60px;
    object-fit: contain;
}

.rating-casino .item:nth-child(1) {
    animation: glowing 1300ms infinite;
    transition: all 0.5s;
}

.rating-casino .item .info {
    display: flex;
    flex-direction: column;
    width: 75%;
}

.rating-casino .item .brands {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.rating-casino .item .params {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0;
}

.rating-casino .item .params span {
    background: #f5f5f5;
    color: #000;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 5px 10px 5px 0;
    text-transform: lowercase;
    font-size: 12px;
    line-height: 100%;
}

.rating-casino .item .bonus {
    width: 65%;
    position: relative;
}

.rating-casino .item .bonus span {
    display: inline-block;
    text-align: center;
    border-radius: 32px;
    color: #fff;
    border: 1px dashed #df2dbd;
    padding: 2px 13px;
    font-size: 12px;
    margin: 0 5px 5px;
}

.ratings {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}

.ratings i {
    background: url(../images/icon-star.svg) no-repeat center center;
    width: 19px;
    height: 19px;
    display: inline-block;
    position: relative;
    filter: grayscale(100%);
    margin: 0 5px 0 0;
}

.ratings i.active {
    filter: grayscale(0);
}

.rating-casino .item .name {
    width: calc(35% - 114px);
    padding: 0 0 0 20px;
    position: relative;
}

.rating-casino .item .name span {
    font-size: 20px;
    display: block;
    margin: 0 0 7px;
    position: relative;
}

.rating-casino .item .btn-box {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.rating-casino .item .btn-box .btn {
    width: 50%;
    box-shadow: none;
}

@keyframes spin {
    0% {
        transform: translate3d(0, -20%, 0);
    }
    50% {
        transform: translate3d(0, 20%, 0);
    }
    100% {
        transform: translate3d(0, -20%, 0);
    }
}

@keyframes glowing {
    0% {
        box-shadow: 0 0 3px #e74516;
    }
    50% {
        box-shadow: 0 0 10px #d16556;
    }
    100% {
        box-shadow: 0 0 3px #e74516;
    }
}

main {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

article {
    flex: 1 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

article:before {
    content: '';
    width: 400px;
    height: 400px;
    display: block;
    border-radius: 100%;
    position: absolute;
    z-index: 0;
    top: 100px;
    right: -260px;
    background: linear-gradient(217deg, #8108e0 0, #ff39b0 100%, #ff39b0 100%);
    opacity: 0.4;
}

article:after {
    content: '';
    width: 300px;
    height: 300px;
    display: block;
    border-radius: 100%;
    background: linear-gradient(217deg, #8108e0 0, #ff39b0 100%, #ff39b0 100%);
    opacity: 0.4;
    position: absolute;
    z-index: 0;
    bottom: 100px;
    left: -160px;
}

.orange-box {
    background: #ff2a00;
    padding: 60px 0;
    width: 100%;
    position: relative;
    margin: 150px 0 0;
}

.orange-box .h2 span {
    z-index: 1;
    position: relative;
}

.orange-box .h2:before {
    content: attr(data-name);
    position: absolute;
    font-size: 100px;
    left: 0;
    top: 0;
    -webkit-text-stroke: 0.4px white;
    color: #ff2a00;
    z-index: 0;
}

.mobile-slider {
    margin: 50px 0 0;
    width: 100%;
    position: relative;
}

.mobile-slider .item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 550px;
}

.mobile-slider .item img {
    z-index: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.mobile-slider .item .btn {
    width: 200px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    font-size: 80px;
    line-height: 100%;
}

.owl-carousel .owl-nav .owl-prev {
    left: -30px;
}

.owl-carousel .owl-nav .owl-next {
    right: -30px;
}

footer {
    padding: 0 0 40px;
    text-align: center;
    font-size: 14px;
    flex: 0 0 auto;
}

footer .copy span{
    display:inline-block;
    margin-top:20px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #fff;
}

.js-top {
    position: fixed;
    right: 20px;
    bottom: 140px;
    cursor: pointer;
    opacity: 0.7;
    z-index: 10;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 41px;
    border-radius: 100%;
    font-size: 18px;
    background-color: #118157;
    color:#fff;
}

.js-top svg {
    font-size: 13px;
    color: #fff;
    fill: #fff;
    width: 20px;
    display: inline-block;
    height: 15px;
    transform: rotate(270deg);
    line-height: 100%;
    position: relative;
    top: 2px;
}

.js-top:hover {
    opacity: 0.9;
    transition: all 0.2s;
}

.play-game {
    width: 100%;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.play-game img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    display: block;
    z-index: 0;
}

.play-game span:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    background: #0505058c;
}

.play-game span {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.play-game i {
    width: 76px;
    height: 76px;
    position: absolute;
    z-index: 2;
    background: #ff2a00;
    border-radius: 100%;
    cursor: pointer;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-game iframe {
    width: 100%;
    height: 100%;
}

.more-content {
    margin: 140px 0 0;
}

.more-content .h2,
.more-content h2 {
    margin: 40px 0;
}

.rating-demo-play {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    position: relative;
}

.rating-demo-play .item {
    width: calc(33.3% - 30px);
    position: relative;
    margin: 0 30px 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #303030;
    padding: 20px;
    border-radius: 10px;
}

.rating-demo-play .item img {
    width: 100%;
    border-radius: 5px;
    margin: 0 0 20px;
    display: block;
    height: 192px;
    object-fit: cover;
}

.rating-demo-play .item span {
    font-size: 20px;
    margin: 10px 0 20px;
    display: block;
    text-transform: uppercase;
}

.rating-demo-play .item .ratings {
    justify-content: center;
}

.rating-demo-play .item .btn {
    width: 100%;
    margin: 20px 0 0;
    display: block;
}

@media only screen and (max-width: 1311px) {
    .rating-casino:before {
        content: none;
    }
}

@media only screen and (max-width: 1250px) {
    .orange-box .h2:before,
    .page-content:after,
    .page-content:before {
        content: none;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }
    .owl-carousel .owl-nav .owl-next {
        right: 10px;
    }
}

@media only screen and (max-width: 960px) {
    article:before,
    article:after {
        content: none;
    }
    header {
        position: fixed;
        z-index: 10;
        padding: 15px 0;
    }
    header nav {
        width: 100%;
        padding: 0;
        position: fixed;
        display: none;
        background: #fbfbfb;
        z-index: 100;
        top: 50px;
        left: 0;
        border-top: 1px solid #e74516;
    }
    header.active nav {
        display: block;
    }
    header.active nav ul {
        flex-direction: column;
    }
    header .mobile-btn {
        display: flex;
        width: 30px;
        height: 23px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        right: 20px;
        position: absolute;
    }
    header .mobile-btn span,
    header .mobile-btn span:before,
    header .mobile-btn span:after {
        width: 100%;
        height: 2px;
        border-radius: 10px;
        background: #ff2a00;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    header .mobile-btn span:before,
    header .mobile-btn span:after {
        content: '';
    }
    header .mobile-btn span:before {
        top: 10px;
        width: 80%;
    }
    header .mobile-btn span:after {
        top: 20px;
        width: 60%;
    }
    .about {
        flex-wrap: wrap;
        justify-content: center;
        margin: 50px 0;
    }
    .about .about-items {
        padding: 30px 0 0;
        width: 100%;
    }
    h1,
    .h1,
    h2,
    .h2 {
        text-align: center;
        
    }
    .page-content {
        margin: 50px 0;
        padding: 10px;
    }
    .mobile-slider {
        margin: 0;
    }
    .btn-oranj {
        margin: 45px auto 0;
    }
    .rating-demo-play .item {
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 860px) {
    .rating-casino .item .name {
        width: calc(40% - 114px);
    }
    .rating-casino .item .params {
        width: 35%;
    }
    .about > img {
        width: 50%;
    }
    .not-baned-string {
        transform: rotate(0);
        margin: 0;
    }
    .mobile-slider .item {
        height: 450px;
    }
    .play-game {
        height: 450px;
    }
    .more-content {
        margin: 50px 0 0;
    }
    h1,
    .h1,
    h2,
    .h2 {
        font-size: 36px;
    }
    .mobile-gaming:before {
        content: none;
    }
    .mobile-gaming p,
    .mobile-gaming p:nth-child(2n) {
        width: 50%;
        padding: 30px;
        text-align: center;
    }
    .mobile-gaming {
        margin: 30px 0 70px;
    }
    .mobile-gaming p:before {
        margin: 0 auto 10px;
    }
    .orange-box {
        margin: 50px 0 0;
    }
}

@media only screen and (max-width: 820px) {
    header .brands {
        width: 100%;
        text-align: center;
    }
    .rating-casino .item .params {
        display: none;
    }
    .rating-casino .item .name {
        width: calc(70% - 114px);
    }
    .rating-casino .item .btn-box {
        width: 30%;
    }
    h3,
    .h3 {
        text-align: center;
    }
}

@media (max-width: 769px) {
	.casinosss-item-inner{
		flex-direction:column;
	}
	.casinosss-item-inner .item-image{
		padding:0;
	}
	.casinosss-item-inner .item-image img{
		min-width:100%;
	}
	.item-flex-div{
		margin-bottom:0.5em;
	}
	.item-button{
		width:90%;
		margin-bottom:1em;
	}
	.container{
	    padding: 0 10px;
	}
	article {
    padding: 60px 0 0 0;
    }
    .container h1{
        padding-top: 0.5rem;
        font-size: 1.55rem;
        margin-bottom:0.5rem;
    }
    .page-content.page-content-top{
        margin-top:0;
    }
    .page-content h2{
        font-size: 1.5rem;
    }
    .page-content h3{
        font-size: 1.3rem;
    }
    .page-content h4{
        font-size: 1.2rem;
    }
    .promo-banner, .promo-banner p{
        flex-direction:column;
    }
    .promo-banner p{
        padding:0 10px;
        gap:3px;
    }
    .promo-banner .tg{
        margin-left:0;
    }
    .odd-blocks{
        flex-direction:column;
    }
    .odd-block-item, .even-block-item{
        width:100%;
    }
    .question-header{
        font-weight: 500;
    }
    .page-content{
        margin-bottom:0;
    }
    
}

@media only screen and (max-width: 680px) {
    header nav ul li a {
        font-size: 15px;
    }
    header.active nav ul {
        padding: 10px 0 30px;
    }
    .play-game {
        height: 350px;
    }
    .btn-oranj {
        font-size: 14px;
    }
    .rating-casino {
        margin: 0 0 50px;
    }
    .rating-demo-play .item {
        width: 100%;
        margin: 0 0 30px;
    }
    .rating-demo-play .item span {
        text-align: center;
    }
    .rating-demo-play {
        flex-wrap: wrap;
        width: 100%;
    }
    .about > img {
        width: 80%;
    }
    .orange-box {
        padding: 40px 0;
    }
    .mobile-slider .item {
        height: 350px;
    }
}

@media only screen and (max-width: 540px) {
    .rating-casino .item .info {
        width: 100%;
    }
    .rating-casino .item .name {
        width: calc(100% - 114px);
    }
    .rating-casino .item .brands {
        flex-wrap: wrap;
    }
    .rating-casino .item .bonus {
        width: 100%;
        margin: 20px 0 0;
    }
    .rating-casino .item .btn-box {
        width: 100%;
        margin: 14px 0 0;
        border-top: 1px solid #ebebeb;
        padding: 20px 0 0;
    }
    .about .about-items:before {
        content: none;
    }
    .mobile-gaming p,
    .mobile-gaming p:nth-child(2n) {
        width: 100%;
        padding: 20px 0;
    }
    .telegram-start:before,
    .telegram-start:after {
        content: none;
    }
    .telegram-start {
        width: 100%;
        height: auto;
        margin: 0 auto 50px;
    }
    .mobile-gaming {
        margin: 30px 0;
    }
    .mobile-slider .item .btn {
        width: 50%;
    }
    .orange-box .container {
        padding: 0;
    }
    .play-game {
        height: 250px;
    }
    .mobile-slider .item {
        height: 250px;
    }
}

table {
    text-decoration: none;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin: 30px 0 30px;
}

table th {
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    background-color: #46a28d;
}

table td {
    font-size: 14px;
    color: #000;
}

table td,
table th {
    white-space: pre-wrap;
    padding: 10px 5px;
    line-height: 13px;
    vertical-align: middle;
    border: 1px solid #777;
}
















:root{
  /* Layout */
  --container: 1100px;
  --r12: 12px;
  --r16: 16px;
  --r20: 20px;

  /* Light theme */
  --bg: #f6f8fc;
  --surface: #ffffff;
  --surface-2: #fbfcff;

  --text: #0f172a;     /* slate-900 */
  --muted: #475569;    /* slate-600 */
  --muted2: #64748b;   /* slate-500 */

  --border: rgba(15, 23, 42, .10);
  --border2: rgba(15, 23, 42, .14);

  /* Accent */
  --primary: #2563eb;   /* blue-600 */
  --primary2: #7c3aed;  /* violet-600 */
  --primary-soft: rgba(37, 99, 235, .12);

  /* Shadows */
  --shadow-sm: 0 8px 18px rgba(15,23,42,.06);
  --shadow-md: 0 16px 40px rgba(15,23,42,.10);
  --shadow-lg: 0 20px 60px rgba(15,23,42,.12);

  /* Focus */
  --focus: 0 0 0 4px rgba(37,99,235,.18);
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }

body{
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  color: var(--text);
  background:
    radial-gradient(1000px 500px at 18% 0%, rgba(37,99,235,.10), transparent 60%),
    radial-gradient(900px 480px at 90% 10%, rgba(124,58,237,.10), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 55%, var(--bg) 100%);
  line-height: 1.45;
}

/* Container */
.container{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 16px;
}

/* Header */
header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.80);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.brands{
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo{
  text-decoration: none;
  color: var(--text);
  font-weight: 900;
  letter-spacing: .2px;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}
.logo span{
  font-weight: 700;
  color: var(--primary);
  font-size: .95rem;
}

/* HERO */
.hero{
  margin-top: 18px;
  border-radius: var(--r20);
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.82)),
    radial-gradient(900px 420px at 12% 0%, rgba(37,99,235,.10), transparent 60%),
    radial-gradient(900px 420px at 90% 20%, rgba(124,58,237,.10), transparent 55%);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.hero__content{
  padding: 26px 24px 22px;
}

.hero__badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(37,99,235,.18);
  background: rgba(37,99,235,.06);
  color: var(--primary);
  font-weight: 800;
  font-size: .86rem;
}

.hero__title{
  margin: 14px 0 10px;
  font-size: 1.9rem;
  letter-spacing: .2px;
  line-height: 1.15;
}

.hero__lead{
  margin: 0 0 14px;
  color: var(--muted);
  max-width: 78ch;
}

.hero__bullets{
  margin: 0;
  padding-left: 18px;
  color: var(--muted2);
}
.hero__bullets li{ margin: 7px 0; }

/* NAVPANEL */
.navpanel{
  margin-top: 18px;
  padding: 14px;
  border-radius: var(--r20);
  background: rgba(255,255,255,.86);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  position: sticky;
  top: 64px;
  z-index: 45;
  backdrop-filter: blur(10px);
}

.navpanel__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

/* SEARCH */
.search{
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.search i{
  color: var(--muted2);
  width: 18px;
  text-align: center;
}

.search input{
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: var(--text);
  font-size: .98rem;
}
.search input::placeholder{ color: rgba(71,85,105,.60); }

.search__clear{
  border: none;
  background: transparent;
  cursor: pointer;
  color: rgba(71,85,105,.70);
  font-size: 20px;
  line-height: 1;
  padding: 0 6px;
}
.search__clear:hover{ color: rgba(15,23,42,.85); }

.search:focus-within{
  border-color: rgba(37,99,235,.40);
  box-shadow: var(--shadow-sm), var(--focus);
}

/* Counters */
.navpanel__meta{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .92rem;
  color: var(--muted);
  background: rgba(15,23,42,.03);
  border: 1px solid var(--border);
  padding: 9px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

/* LETTERS */
.letters{
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 2px;
  -webkit-overflow-scrolling: touch;
}
.letters::-webkit-scrollbar{ height: 8px; }
.letters::-webkit-scrollbar-thumb{
  background: rgba(15,23,42,.10);
  border-radius: 999px;
}

.letters__btn{
  flex: 0 0 auto;
  text-decoration: none;
  color: var(--text);
  font-weight: 800;
  font-size: .92rem;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, background .12s ease;
}
.letters__btn:hover{
  transform: translateY(-1px);
  border-color: rgba(37,99,235,.24);
  box-shadow: 0 10px 22px rgba(15,23,42,.08);
}
.letters__btn.is-active{
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  box-shadow: 0 14px 30px rgba(37,99,235,.20);
}

/* DIRECTORY / SECTIONS */
.directory{
  margin-top: 18px;
}

.letter-section{
  margin: 18px 0;
  border-radius: var(--r20);
  border: 1px solid var(--border);
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.letter-section__head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(15,23,42,.03), rgba(255,255,255,0));
}

.letter-section__head h2{
  margin: 0;
  font-size: 1.12rem;
  letter-spacing: .4px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.letter-section__head h2::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  box-shadow: 0 8px 18px rgba(37,99,235,.20);
}

.to-top{
  text-decoration: none;
  font-size: .9rem;
  color: var(--muted);
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(15,23,42,.04);
  border: 1px solid var(--border);
  transition: background .12s ease, border-color .12s ease;
}
.to-top:hover{
  background: rgba(37,99,235,.07);
  border-color: rgba(37,99,235,.20);
}

/* Cards grid */
.cards{
  list-style: none;
  margin: 0;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

/* CARD */
.card{
  position: relative;
  border-radius: var(--r16);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
  overflow: hidden;
}

.card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  opacity: .85;
}

.card:hover{
  transform: translateY(-2px);
  border-color: rgba(37,99,235,.22);
  box-shadow: 0 14px 34px rgba(15,23,42,.10);
}

.card__title{
  font-weight: 900;
  letter-spacing: .15px;
  margin-top: 2px;
}

.card__desc{
  color: var(--muted);
  font-size: .95rem;
  min-height: 38px;
}

/* BUTTONS */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  user-select: none;
  border-radius: 12px;
  padding: 11px 12px;
  font-weight: 900;
  letter-spacing: .35px;
  border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

.btn--primary{
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  box-shadow: 0 12px 26px rgba(37,99,235,.22);
}
.btn--primary:hover{
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow: 0 14px 30px rgba(37,99,235,.26);
}
.btn--primary:focus{
  outline: none;
  box-shadow: 0 12px 26px rgba(37,99,235,.22), var(--focus);
}

/* AFTERWORD */
.afterword{
  margin: 20px 0 26px;
  border-radius: var(--r20);
  border: 1px solid var(--border);
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.afterword__grid{
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 0;
}

.afterword__info,
.afterword__faq{
  padding: 18px 16px;
}

.afterword__info{
  border-right: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(37,99,235,.06), transparent 40%);
}

.afterword h3{
  margin: 0 0 10px;
  font-size: 1.08rem;
  font-weight: 900;
}

.afterword p{
  margin: 0 0 10px;
  color: var(--muted);
}

.note{
  border-radius: var(--r16);
  border: 1px solid rgba(37,99,235,.18);
  background: rgba(37,99,235,.06);
  padding: 12px;
  color: var(--text);
}
.note strong{ color: var(--primary); }

/* FAQ */
.faq{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq__q{
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  padding: 12px 40px 12px 12px;
  font-weight: 900;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: border-color .12s ease, box-shadow .12s ease, transform .12s ease;
}
.faq__q:hover{
  transform: translateY(-1px);
  border-color: rgba(37,99,235,.22);
  box-shadow: 0 12px 26px rgba(15,23,42,.08);
}
.faq__q::after{
  content: "+";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(15,23,42,.03);
  color: var(--muted);
  font-weight: 900;
}
.faq__q.is-open{
  border-color: rgba(37,99,235,.30);
  box-shadow: 0 14px 30px rgba(37,99,235,.12);
}
.faq__q.is-open::after{
  content: "–";
  color: var(--primary);
  border-color: rgba(37,99,235,.22);
  background: rgba(37,99,235,.08);
}

.faq__a{
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(15,23,42,.02);
  color: var(--muted);
  padding: 12px;
}

/* Footer */
footer{
  margin-top: 12px;
  border-top: 1px solid var(--border);
  background: rgba(255,255,255,.88);
}
.copy{
  padding: 18px 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
}

/* Accessibility focus (links/buttons) */
a:focus, button:focus{
  outline: none;
  box-shadow: var(--focus);
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 980px){
  .cards{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .afterword__grid{ grid-template-columns: 1fr; }
  .afterword__info{ border-right: none; border-bottom: 1px solid var(--border); }
  .hero__title{ font-size: 1.65rem; }
}

@media (max-width: 560px){
  .navpanel__top{ flex-direction: column; align-items: stretch; }
  .navpanel__meta{ justify-content: center; }
  .cards{ grid-template-columns: 1fr; }
  .hero__content{ padding: 20px 16px 18px; }
  .hero__title{ font-size: 1.45rem; }
}
