.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../../template/scss/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    color: inherit;
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after {
    content: '';
    content: none
}

q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

select,
input,
textarea,
button {
    outline: none;
    font: inherit
}

@media (min-width: 769px) {
    @font-face {
        font-family: 'Roboto';
        src: url('../../../template/fonts/RobotoRegular.eot');
        src: url('../../../template/fonts/RobotoRegular.eot') format('embedded-opentype'), url('../../../template/fonts/RobotoRegular.woff2') format('woff2'), url('../../../template/fonts/RobotoRegular.woff') format('woff'), url('../../../template/fonts/RobotoRegular.ttf') format('truetype'), url('../../../template/fonts/RobotoRegular.svg#RobotoRegular') format('svg');
        font-weight: 400;
        font-style: normal;
        font-display: swap
    }
    @font-face {
        font-family: 'Roboto';
        src: url('../../../template/fonts/RobotoMedium.eot');
        src: url('../../../template/fonts/RobotoMedium.eot') format('embedded-opentype'), url('../../../template/fonts/RobotoMedium.woff2') format('woff2'), url('../../../template/fonts/RobotoMedium.woff') format('woff'), url('../../../template/fonts/RobotoMedium.ttf') format('truetype'), url('../../../template/fonts/RobotoMedium.svg#RobotoMedium') format('svg');
        font-weight: 500;
        font-style: normal;
        font-display: swap
    }
    @font-face {
        font-family: 'Roboto';
        src: url('../../../template/fonts/RobotoBold.eot');
        src: url('../../../template/fonts/RobotoBold.eot') format('embedded-opentype'), url('../../../template/fonts/RobotoBold.woff2') format('woff2'), url('../../../template/fonts/RobotoBold.woff') format('woff'), url('../../../template/fonts/RobotoBold.ttf') format('truetype'), url('../../../template/fonts/RobotoBold.svg#RobotoBold') format('svg');
        font-weight: 700;
        font-style: normal;
        font-display: swap
    }
}

i.icon-6 {
    background-image: url(../../../template/images/icons-v2/zerkalo.png)
}

i.icon-7 {
    background-image: url(../../../template/images/icons-v2/otzyvy.png)
}

i.icon-9 {
    background-image: url(../../../template/images/icons-v2/bonusy.png)
}

i.icon-10 {
    background-image: url(../../../template/images/icons-v2/popolnenie-i-vyvod.png)
}

i.icon-11 {
    background-image: url(../../../template/images/icons-v2/mobilnaya-versiya.png)
}

i.icon-8 {
    background-image: url(../../../template/images/icons-v2/sloty.png)
}

i.icon-17 {
    background-image: url(../../../template/images/icons-v2/novye.png)
}

i.icon-18 {
    background-image: url(../../../template/images/icons-v2/casino.png)
}

i.icon-19 {
    background-image: url(../../../template/images/icons-v2/bystrye-igry.png)
}

i.icon-20 {
    background-image: url(../../../template/images/icons-v2/live-igry.png)
}

i.icon-21 {
    background-image: url(../../../template/images/icons-v2/otygrysh-bonusa.png)
}

i.icon-13 {
    background-image: url(../../../template/images/icons-v2/politika-AML-i-KYC.png)
}

i.icon-14 {
    background-image: url(../../../template/images/icons-v2/pravila-i-uslovia.png)
}

i.icon-15 {
    background-image: url(../../../template/images/icons-v2/politika-confidicialnosti.png)
}

i.icon-22 {
    background-image: url(../../../template/images/icons-v2/pokupka-bonusa.png)
}

i.icon-150 {
    background-image: url(../../../template/images/v2/programma-loyalnosti.png)
}

i.icon-151 {
    background-image: url(../../../template/images/icons-v2/promokody.png)
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.scrollbar-3::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.scrollbar-3::-webkit-scrollbar-track {
    background: #3b1425
}

.scrollbar-3::-webkit-scrollbar-thumb {
    background-color: #3b1425;
    border-radius: 20px;
    border: 3px solid #333
}

.scrollbar-3 {
    overflow: auto
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

iframe {
    max-width: 100%
}

::placeholder {
    color: #666
}

input,
textarea {
    outline: none
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red
}

input:required:valid,
textarea:required:valid {
    border-color: green
}

a {
    color: #735cfc
}

a:hover {
    color: #735cfc
}

body {
    font-family: 'Roboto', Arial, system-ui, -apple-system, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 10
}

body:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    -webkit-background-size: 100%;
    background-size: 100%;
    z-index: -1;
    opacity: 0.2
}

body.noscrol {
    overflow: hidden
}

.w-100 {
    width: 100%
}

.img-res {
    max-width: 100%;
    height: auto
}

.img-all {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.btn-box {
    display: flex
}

button {
    border: 0px solid transparent;
    outline: none;
    background-color: transparent;
    cursor: pointer
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    background: #f06;
    border: 2px solid #f06;
    position: relative;
    white-space: nowrap;
    transition: all 0.3s
}

.btn span {
    display: block
}

.btn:hover {
    color: #fff
}

.btn-a {
    background: #434343;
    color: #fff
}

.btn-a:hover {
    background: #f06
}

.btn-b {
    background: linear-gradient(265deg, #9b5cff 0%, #6100ff 100%);
    border: 2px solid #9b5cff
}

.btn-b:hover {
    background: linear-gradient(-265deg, #9b5cff 0%, #6100ff 100%)
}

.btn-not-sm {
    display: none
}

i.icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    vertical-align: middle
}

ul,
ol {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px
}

ol {
    list-style-type: decimal
}

@keyframes button-pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.7, 0.5);
        opacity: 0;
        border-radius: 0.25rem
    }
    12% {
        opacity: 1
    }
    34% {
        transform: translate(-50%, -50%) scale(1)
    }
    38% {
        opacity: 0
    }
    40% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-radius: 0.5rem
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-radius: 0.25rem
    }
}

.table-box {
    overflow: hidden;
    overflow-x: scroll
}

.table-box table {
    width: 100%
}

.table-box::-webkit-scrollbar {
    width: 0px;
    height: 0
}

.content .table-box p {
    margin-bottom: 0
}

.content p,
.content ol,
.content ul,
.content li,
.content table {
    margin: 0 0 20px;
    color: #000
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    padding: 0;
    font-size: 1em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 10px 20px;
    text-align: center;
    color: #000;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 1.1em
}

h2,
.h2 {
    font-size: 1em
}

h3,
.h3 {
    font-size: 0.95em
}

h4,
.h4 {
    font-size: 0.9em
}

h5,
.h5 {
    font-size: 0.85em
}

.container {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1170px
}

.d-none {
    display: none
}

.header.open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #1d1a1c;
    z-index: 100
}

.header .inner-header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header .box-btn svg * {
    fill: #f06
}

.slider {
    height: 220px;
    margin-bottom: 10px
}

.slider .item {
    position: relative;
    height: 220px;
    border-radius: 5px;
    overflow: hidden
}

.slider .banner-title {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 3;
    height: 35px;
    padding: 0 20px 0 15px;
    font-weight: 600;
    line-height: 35px;
    background: #f06;
    transform: skew(-30deg, 0);
    border-right: 2px solid #19040d;
    border-bottom: 2px solid #19040d;
    border-radius: 0 4px 4px 0
}

.slider .banner-title span {
    display: block;
    transform: skew(30deg, 0);
    padding-left: 10px;
    font-size: 12px
}

.slider .owl-dots {
    margin-top: 10px;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.slider .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #999
}

.slider .owl-dots .owl-dot.active span {
    background: #fff;
    width: 15px
}

.slider-tvo {
    height: 140px;
    margin-bottom: 20px
}

.slider-tvo .item {
    height: 140px
}

.slider-tvo .item img {
    width: auto;
    margin-left: auto
}

.slider-tvo .item .text-box {
    position: absolute;
    left: 10px;
    top: 30px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.slider-tvo .item .text-box .text-sm,
.slider-tvo .item .text-box .text-big {
    color: #ff0068;
    font-size: 19px;
    font-style: italic;
    line-height: 24px
}

.slider-tvo .slider-none {
    display: none
}

.slid-defolt {
    margin-bottom: 20px
}

.slid-defolt .slid {
    position: relative;
    overflow: hidden;
    height: 385px;
    background-position: center;
    background-size: cover;
    border-radius: 20px
}

.slid-defolt .slid.black-bg {
    background-image: url(../../../template/images/v2/kent-background.jpg)
}

.slid-defolt .img-box {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    top: 0
}

.slid-defolt .text-box {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 5;
    padding-right: 20px;
    line-height: 1;
    bottom: 20px;
    justify-content: center
}

.slid-defolt .title {
    color: #f06;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    filter: drop-shadow(2px 4px 6px black)
}

.slid-defolt .title-big {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    filter: drop-shadow(2px 4px 6px black)
}

.slid-defolt .text {
    margin-bottom: 30px;
    color: #fff;
    filter: drop-shadow(2px 4px 6px black)
}

.slid-defolt .btn-box {
    display: flex
}

.gamabox {
    margin-bottom: 20px
}

.gamabox .gamabox-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px
}

.gamabox .h2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0
}

.gamabox .all-game {
    color: #ff0068
}

.gamabox .item {
    width: 200px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative
}

.gamabox .item .gama-img {
    border-radius: 10px;
    transition: all;
    filter: blur(0);
    opacity: 1
}

.gamabox .item .name,
.gamabox .item .provider {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 6px 0 0
}

.gamabox .item .provider {
    color: #988e92;
    font-size: 10px;
    margin: 0 0 6px
}

.gamabox .item .btn-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 20px;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all;
    color: #000
}

.gamabox .item:hover .gama-img {
    filter: blur(2px);
    opacity: 0.7
}

.gamabox .item:hover .btn-box {
    opacity: 1;
    display: flex
}

.gamabox-v2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -5px 20px
}

.gamabox-v2 .item {
    width: calc(100% / 2 - 10px);
    margin: 0 5px 10px
}

.actii {
    margin-bottom: 10px
}

.actii .item {
    background: url(../../../template/images/base/actii-bg.png) left bottom no-repeat, linear-gradient(180deg, #1e050f 0%, #370b1e 100%);
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px
}

.actii .img-box {
    position: relative;
    height: 190px
}

.actii .name {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 3;
    height: 35px;
    padding: 0 20px 0 15px;
    font-weight: 600;
    line-height: 35px;
    background: #f06;
    transform: skew(-30deg, 0);
    border-right: 2px solid #19040d;
    border-bottom: 2px solid #19040d;
    border-radius: 0 4px 4px 0
}

.actii .name span {
    display: block;
    transform: skew(30deg, 0);
    padding-left: 10px;
    font-size: 12px
}

.actii .inner {
    padding: 20px;
    display: flex;
    min-height: 190px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.actii .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    font-style: italic;
    text-align: center
}

.actii .text {
    text-align: center;
    margin-bottom: 20px
}

.content {
    font-size: 16px
}

.content .table-box {
    overflow: hidden;
    overflow-x: scroll;
    border: 2px solid #f06;
    border-radius: 10px;
    margin-bottom: 20px
}

.content .table-box table {
    width: 100%
}

.content .table-box::-webkit-scrollbar {
    width: 0px;
    height: 0
}

.content .table-box table {
    margin: 0 0 0;
    width: 100%
}

.content .table-box table td {
    padding: 8px;
    text-align: center;
    vertical-align: middle
}

.content .table-box table tbody tr:nth-of-type(even) {
    background-color: #cbcbcb
}

.content .table-box table thead tr {
    background-color: #2a1b2c;
    color: #f06;
    font-weight: bold
}

.content .table-box table thead tr th,
.content .table-box table thead tr td {
    padding: 12px 8px;
    vertical-align: middle
}

.content blockquote {
    border: 2px solid #f06;
    border-radius: 20px;
    padding: 25px;
    font-style: italic;
    margin-bottom: 20px;
    background-color: #28121b;
    color: #fff
}

.content blockquote p {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff
}

.content .faq-header {
    border: 2px solid #f06;
    border-radius: 20px;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 20px;
    background-color: #28121b;
    cursor: pointer;
    color: #fff
}

.content .faq-content {
    padding: 0 20px 20px
}

.content .faq-content p {
    margin-bottom: 0;
    padding-bottom: 0
}

.content .faq-content ul,
.content .faq-content ol {
    padding-inline-start: 20px;
    margin: 20px 0 20px
}

.content .faq-content ul li,
.content .faq-content ol li {
    margin-bottom: 8px
}

.content p {
    margin-bottom: 20px
}

.content p:empty {
    display: none;
    margin: 0;
    padding: 0
}

.content .content-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

.content .content-btn button {
    min-width: 230px;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 10px 25px
}

.content .content-btn.content-btn-tvo {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap
}

.asaide {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0px;
    z-index: 1000;
    width: 56px;
    display: flex
}

.asaide .asaide-inner {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    filter: drop-shadow(2px 4px 6px black)
}

.asaide .asaide-heder {
    display: flex;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.asaide .asaide-heder .logo {
    display: none
}

.asaide .asaide-heder .aside-close svg {
    transform: rotate(0deg);
    transition: all
}

.asaide .asaide-heder svg * {
    fill: #fff
}

.asaide .nawigate {
    display: flex;
    flex-direction: column;
    padding: 10px
}

.asaide .nawigate .item {
    color: #fff;
    background-color: #fff;
    border: 1px solid #28121b;
    display: flex;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 7px;
    text-decoration: none;
    align-items: center;
    justify-content: flex-start
}

.asaide .nawigate .item i {
    margin: 0
}

.asaide .nawigate .item svg {
    width: 20px;
    height: 20px
}

.asaide .nawigate .item span {
    display: none
}

.asaide .nawigate .item:hover {
    background-color: #ffdae9
}

.asaide .aside-close {
    width: 32px;
    height: 32px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    filter: invert(1)
}

.asaide .aside-close svg {
    width: 32px;
    height: 32px
}

.asaide.open {
    width: 290px;
    display: flex
}

.asaide.open .aside-close svg {
    transform: rotate(180deg)
}

.asaide.open .asaide-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.asaide.open .asaide-heder {
    display: flex;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.asaide.open .asaide-heder .logo {
    background: #f06;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center
}

.asaide.open .asaide-heder .aside-close svg {
    transform: rotate(180deg);
    transition: all
}

.asaide.open .nawigate {
    display: flex;
    flex-direction: column;
    padding: 10px
}

.asaide.open .nawigate .item {
    color: #000;
    background-color: #fff;
    border: 1px solid #28121b;
    display: flex;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 7px;
    text-decoration: none;
    align-items: center;
    justify-content: flex-start
}

.asaide.open .nawigate .item span {
    display: flex
}

.asaide.open .nawigate .item i {
    margin: 0 5px 0 0
}

.asaide.open .nawigate .item:hover {
    background-color: #ffdae9
}

.asaide.open .aside-close {
    width: 32px;
    height: 32px;
    display: flex
}

.asaide.open:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    z-index: -1
}

.header,
.slider,
.content,
.footer {
    padding-left: 55px
}

.scrol-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    left: 8px;
    bottom: 20px;
    z-index: 1000;
    border: 2px solid #f06;
    display: flex;
    padding: 4px;
    border-radius: 5px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    background-color: #fff
}

.scrol-to-top svg {
    fill: #f06;
    transform: rotate(270deg)
}

.scrol-to-top:hover {
    opacity: 1
}

.quip {
    margin-top: 20px
}

.quip .quip-comment-list {
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0
}

.quip .quip-comment-list quip-comment {
    margin-bottom: 10px
}

.quip .quip-comment-body {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 20px 20px;
    filter: drop-shadow(0px 0px 3px black)
}

.quip .coment-heder {
    font-weight: bold;
    align-items: center;
    padding: 1rem;
    border-radius: 20px;
    line-height: 1.1;
    color: #000;
    display: flex;
    background-color: #ededed;
    font-size: 16px;
    cursor: pointer;
    filter: drop-shadow(0px 1px 0px #f06)
}

.quip .img-res {
    width: 35px;
    filter: invert(1)
}

.quip .coment-avtor-data {
    display: flex;
    flex-direction: column;
    margin-left: 10px
}

.quip .avtor {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px
}

.quip .data {
    opacity: 0.5;
    font-size: 12px
}

.quip .quip-comment-text {
    padding: 20px
}

.quip .quip-comment-text p {
    margin: 0;
    padding: 0;
    color: #000
}

.quip-comment {
    margin-bottom: 20px
}

.quip-comment .form-grupp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px
}

.quip-comment .quip-fld {
    width: calc(50% - 10px);
    margin: 0 5px 10px
}

.quip-comment input,
.quip-comment textarea {
    padding: 10px;
    outline: none;
    width: 100%;
    border: 2px solid #f06;
    border-radius: 20px;
    color: #000;
    background-color: #fff;
    filter: drop-shadow(0px 0px 3px black)
}

.quip-comment .form-textarea {
    margin-bottom: 10px
}

.quip-comment .btn-box {
    display: flex;
    width: 100%;
    justify-content: center
}

.footer .footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #321a25
}

.footer .logo-box {
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer .btn-box {
    padding: 20px 0
}

.footer .pre-logo {
    display: flex;
    justify-content: center
}

.footer .pre-logo .icon {
    width: 25px;
    height: 25px
}

.footer .pre-logo .icon svg {
    width: 25px;
    height: 25px
}

.footer .pre-logo .img-res {
    width: auto;
    height: 25px;
    margin: 0 10px
}

.footer .right {
    padding: 10px 0
}

.footer .naw-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center
}

.footer .naw-row .item {
    width: 100%;
    color: #000;
    text-decoration: none;
    margin: 0 0px 10px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center
}

.footer .footer-provider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 10px
}

.footer .footer-provider svg {
    width: auto;
    height: 24px;
    margin: 0 5px 10px
}

.footer .footer-provider svg * {
    fill: #000
}

.footer .copirate {
    color: #7a7a7a;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px
}

.naw-gama {
    display: flex;
    overflow: auto;
    margin-bottom: 20px;
    padding: 0 10px
}

.naw-gama .item {
    position: relative;
    padding: 8px;
    color: #000;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    border-right: 2px solid transparent;
    border-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    transform: skew(-10deg, 0);
    border-radius: 5px
}

.naw-gama span {
    transform: skew(10deg, 0);
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.naw-gama .activ {
    background-color: #ffcce1
}

.naw-gama::-webkit-scrollbar {
    width: 0;
    height: 0
}

.latery {
    margin-bottom: 20px
}

.latery .item {
    position: relative;
    overflow: hidden
}

.latery .item:before {
    content: '';
    opacity: 0.3;
    background: radial-gradient(93% 100% at 0% 100%, #ff0068 0%, rgba(255, 0, 104, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 251px;
    transform: rotate(180deg);
    top: auto;
    bottom: 0;
    transform: rotate(0);
    z-index: -1
}

.latery .right {
    padding: 20px
}

.latery .right .btn-box {
    margin-top: 20px
}

.latery .right .btn-box .btn {
    min-width: 185px
}

.latery .title {
    font-size: 24px;
    color: #f06;
    font-weight: 600;
    text-transform: uppercase
}

.latery .title.mb-20 {
    margin-bottom: 20px
}

.latery .timer-box {
    margin-bottom: 20px;
    display: flex
}

.latery .timer-box .btn {
    font-size: 10px;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    width: 50px;
    margin-right: 5px
}

.latery .timer-box span {
    font-size: 30px
}

.latery .text {
    font-size: 14px;
    color: #000;
    font-weight: 600
}

.promocode {
    color: #f06;
    margin-top: 5px;
    cursor: pointer
}

.promocode.copied .code {
    color: #59e871
}

.promocode .code {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    user-select: none
}

.promocode .code:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/template/images/icons/icon-copy.svg") no-repeat;
    background-size: contain
}

.slid-defolt .img-box {
    left: 0;
    opacity: 0.6
}

.slid-defolt .title-big {
    font-size: 26px;
    margin-bottom: 20px
}

.slid-defolt .text {
    margin-bottom: 20px
}

@media (min-width: 550px) {
    .gamabox-v2 .item {
        width: calc(100% / 3 - 10px)
    }
    .actii {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 0 20px;
        gap: 10px
    }
    .actii .item {
        width: calc(100% / 2 - 10px);
        margin: 0
    }
    h1,
    .h1 {
        font-size: 1.4em
    }
    h2,
    .h2 {
        font-size: 1.3em
    }
    h3,
    .h3 {
        font-size: 1.2em
    }
    h4,
    .h4 {
        font-size: 1.1em
    }
    h5,
    .h5 {
        font-size: 1em
    }
}

@media (min-width: 768px) {
    .gamabox-v2 .item {
        width: calc(100% / 4 - 10px)
    }
    .actii {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 0 20px;
        gap: 10px
    }
    .actii .item {
        width: calc(100% / 3 - 10px);
        margin: 0
    }
    .i-login {
        display: none
    }
    .btn-not-sm {
        display: inline-flex
    }
    .slider-tvo .slider-none {
        display: block
    }
    .slider-tvo .slider-inerr {
        display: flex;
        align-items: center;
        gap: 10px
    }
    .slider-tvo .slider-inerr .slider-tvo-left,
    .slider-tvo .slider-inerr .slider-tvo-right {
        width: calc(50% - 5px)
    }
    .latery .item {
        display: flex;
        align-items: center
    }
    .latery .item .left,
    .latery .item .right {
        width: 50%
    }
    .latery .item:before {
        transform: rotate(180deg);
        top: 0;
        bottom: auto
    }
    .slid-defolt .img-box {
        left: auto;
        opacity: 1
    }
    .slid-defolt .title-big {
        font-size: 50px;
        margin-bottom: 30px
    }
    .slid-defolt .text {
        margin-bottom: 30px
    }
    .slid-defolt .title {
        font-size: 27px
    }
}

@media (min-width: 992px) {
    .gamabox-v2 .item {
        width: calc(100% / 5 - 10px)
    }
    .footer .footer-top {
        display: flex;
        flex-direction: row;
        align-items: center
    }
    .footer .footer-top .left {
        min-width: 250px
    }
    .footer .right {
        padding: 10px 0;
        width: calc(100% - 260px)
    }
    .footer .naw-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center
    }
    .footer .naw-row .item {
        width: calc(100% / 2)
    }
    .slider,
    .slider .item {
        height: 250px
    }
    .slider-tvo,
    .slider-tvo .item {
        height: 140px;
        background-size: cover
    }
    .slider-not-sizer .owl-carousel {
        display: flex;
        gap: 10px
    }
    .slider-not-sizer .owl-carousel .item-left {
        width: calc(70% - 5px)
    }
    .slider-not-sizer .owl-carousel .item-right {
        width: calc(30% - 5px)
    }
    .slider-tvo .item img {
        height: 100%
    }
}

@media (min-width: 1200px) {
    .gamabox-v2 .item {
        width: calc(100% / 6 - 10px)
    }
}

@media (min-width: 1600px) {
    .gama-box-v2 .gama-item {
        width: calc(100% / 6 - 10px);
        max-width: 300px
    }
}