@keyframes a {
    0% {
        opacity: 0
    }
    50% {
        opacity: .7
    }
    to {
        opacity: 1
    }
}

*, :after, :before {
    box-sizing: border-box
}

:after, :before {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

button, dl dl, dl ol, dl ul, input, ol dl, ol ol, ol ul, select, ul dl, ul ol, ul ul {
    margin: 0
}

hr {
    height: 0;
    overflow: visible
}

details, dialog, main {
    display: block
}

nav ol, nav ul {
    list-style: none;
    padding: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    color: #fff;
    background-color: transparent
}

a:hover {
    text-decoration: none
}

abbr[title] {
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

iframe, img {
    border-style: none
}

svg:not([fill]) {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

button {
    overflow: visible;
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

fieldset {
    border: 1px solid #a0a0a0;
    padding: .35em .75em .625em
}

input {
    overflow: visible
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    margin: 0;
    overflow: auto;
    resize: vertical
}

.main-menu menu, [type=checkbox], [type=radio] {
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

summary {
    display: list-item
}

[tabindex], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[hidden], template {
    display: none
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true], [disabled] {
    cursor: not-allowed
}

[aria-hidden=false][hidden] {
    display: initial
}

[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute
}

button, input, select, textarea {
    background-color: transparent;
    border: 1px solid WindowFrame;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    padding: .25em .375em
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: no-repeat 100%/1em;
    border-radius: 0;
    padding-right: 1em
}

select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E")
}

::-ms-expand {
    display: none
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .54)
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    padding: 0;
    margin: 0;
    background: #000;
    color: #fff;
    width: 100%
}

.overflow, body {
    max-width: 100%;
    overflow-x: hidden
}

.p, p {
    margin: 0 0 1rem
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-weight: 600;
    margin: 0 0 1.5rem;
    text-decoration: none
}

.h1, h1 {
    font-size: 2rem;
    text-align: center
}

.h2, h2 {
    font-size: 1.7rem
}

.h3, h3 {
    font-size: 1.5rem
}

.h4, h4 {
    font-size: 1.4rem
}

.h5, .h6, h5, h6 {
    font-size: 1.3rem
}

button, button:active, button:focus, button:hover {
    outline: 0
}

.ts-pure {
    text-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px rgba(255, 255, 255, .2), 1px 1px 1px rgba(255, 255, 255, .2), -1px 1px 1px rgba(255, 255, 255, .2), 1px -1px 1px rgba(255, 255, 255, .2)
}

.none-m {
    margin: 0
}

.breadcrumbs {
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1rem
}

.breadcrumbs, .breadcrumbs__item {
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.breadcrumbs__item:after {
    display: block;
    content: "»";
    margin: 0 1rem
}

.breadcrumbs__link {
    color: #a041ff;
    text-decoration: none
}

.breadcrumbs__link:hover {
    color: #7f02ff;
    text-decoration: underline
}

.breadcrumbs__item:last-child:after {
    display: none
}

.breadcrumbs__item:last-child .breadcrumbs__link {
    color: #fff
}

.breadcrumbs__item:last-child .breadcrumbs__link:hover {
    color: #fff;
    text-decoration: none
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    position: relative
}

.wrapper {
    padding: 0 30px;
    width: 100%
}

.btn-blue, .btn-green {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #1c1c1c;
    text-transform: uppercase;
    font-weight: 600;
    outline: 0;
    border: 0;
    padding: 0 2rem
}

.btn-green {
    background: url(btn-green.png) no-repeat;
    background-size: cover;
}

.btn-green:hover {
    background-position: 0 -43px
}

.big_btn-green, .site-map__link--container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.big_btn-green {
    background: url(big-btn.png) no-repeat 0 0;
    width: 308px;
    min-width: 308px;
    height: 78px;
    padding: 0 2rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 600;
    font-size: 1.5rem;
    font-style: italic;
    text-shadow: 1px 0 0 rgba(0, 0, 0, .5), -1px 0 0 rgba(0, 0, 0, .2), 0 1px 1px rgba(255, 255, 255, .4)
}

.big_btn-green:hover {
    background-position: 0 -78px
}

.site-map__link--container {
    width: 100%;
    margin-bottom: 1rem
}

.site-map__link {
    color: #8e9197;
    text-decoration: none;
    padding: 0 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    transition: .3s;
    height: 40px;
    -ms-flex-align: center;
    align-items: center
}

.site-map__link:hover {
    color: #fff;
    background: url(hover_line.png) bottom no-repeat
}

.header .burgger-container, .header .showMenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header .burgger-container {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1rem;
    min-width: 100px
}

.header .showMenu {
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #7f02ff;
    -ms-flex: 2 1 100px;
    flex: 2 1 100px;
    max-width: 220px;
    max-height: 40px;
    margin: 1rem 0 0;
    padding: .5rem 1rem
}

.header__navigation {
    display: none
}

.header__navigation.openMenu {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 130px;
    z-index: 100;
    background: #000
}

.header__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-container {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.header__menu {
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.header__item {
    position: relative
}

.header__item:after {
    left: 0
}

.header__item:after, .header__item:last-child:before {
    top: 0;
    height: 100%;
    width: 1px;
    content: "";
    background: url(vertical_line.png) no-repeat;
    position: absolute;
    display: none
}

.header__item:last-child:before {
    right: 0
}

.header__bottom, .header__link {
    -ms-flex-align: center;
    align-items: center
}

.header__link {
    color: #8e9197;
    text-decoration: none;
    padding: 0 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    transition: .3s;
    height: 40px;
    font-size: 20px
}

.header__link:hover {
    color: #fff;
    background: url(hover_line.png) bottom no-repeat
}

.header__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 1rem
}

.header__btns .login-container {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: wrap
}

.header-btn {
    height: 40px;
    font-size: 16px
}

.header-reg {
    position: relative;
    padding-left: 40px;
    padding-right: 0;
    min-width: 185px;
    max-width: 190px;
}

.header-log:before, .header-reg:before {
    content: "";
    top: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: 20px
}

.header-reg:before {
    left: 0;
    background: url(register-icon.png) no-repeat 60% 40%
}

.header-log {
    position: relative;
    min-width: 120px;
    max-width: max-content;
    padding-right: 40px;
    background-image: url(cilp.png);
    background-repeat: no-repeat;
    background-position: -429px -189px
}

.header-log:hover {
    background-position: -430px -232px
}

.header-log:before {
    right: 0;
    background: url(log-icon.png) no-repeat 30% 55%
}

.logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 273px;
    height: 75px;
    background: url(logo.png) no-repeat 20% 50%
}

.faq-container.visible .faq__question:after, .m-hidden, .slot-btn .iframe-btn:hover:after {
    display: none
}

.carusel {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carusel-container {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    transition: 1s
}

.carusel__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -ms-flex: 100% 0;
    flex: 100% 0 0;
    height: 350px;
    overflow: hidden
}

.carusel__picture, .slot-btn .iframe-btn:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.carusel__picture {
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%
}

.carusel__image {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    -o-object-position: center;
    object-position: center
}

.carusel__left, .carusel__right {
    height: 100%;
    width: 45%;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    padding: 0 40px
}

.left__content, .right__content {
    font-weight: 600;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
    font-style: italic
}

.left__content-halloween, .right__content-halloween {
    color: #c7ac58
}

.content-pure {
    text-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px rgba(255, 255, 255, .2), 1px 1px 1px rgba(255, 255, 255, .2), -1px 1px 1px rgba(255, 255, 255, .2), 1px -1px 1px rgba(255, 255, 255, .2)
}

.content-black {
    text-shadow: 1px 1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000, -1px -1px 10px #000, -1px -1px 1px rgba(255, 255, 255, .2), 1px 1px 1px rgba(255, 255, 255, .2), -1px 1px 1px rgba(255, 255, 255, .2), 1px -1px 1px rgba(255, 255, 255, .2) !important
}

.carusel__left, .left__content {
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
}

.carusel__left, .carusel__right, .left__content, .right__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.carusel__right, .right__content {
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right
}

.slot-container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    overflow: hidden
}

.iframe-main, .sites-map strong {
    display: block
}

.iframe-wrapper, .iframe__game {
    display: block;
    position: relative
}

.iframe-wrapper {
    margin-bottom: 1rem;
    overflow: hidden
}

.iframe__game {
    z-index: 2;
    width: 90vw;
    max-width: 90vw;
    height: 55vw
}

.slot-btn {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 1rem
}

.slot-btn .iframe-btn {
    max-height: 50px;
    width: 70%;
    color: #fff;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.slot-btn .iframe-btn:after {
    content: "";
    border-radius: 40px;
    box-shadow: 0 0 10px 5px #ae00ff;
    animation: 1s infinite alternate a
}

.caption, .iframe__preview, .slot-btn {
    -ms-flex-align: center;
    align-items: center
}

.caption {
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 600;
    text-align: left;
    text-shadow: 1px 0 0 rgba(0, 0, 0, .5), -1px 0 0 rgba(0, 0, 0, .2), 0 1px 1px rgba(255, 255, 255, .4)
}

.iframe__preview {
    overflow: hidden;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    transition: .7s;
    opacity: 1
}

.iframe__picture, .iframe__preview {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.iframe__picture {
    -ms-flex-align: start;
    align-items: flex-start
}

.iframe__image {
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: blur(8px);
    opacity: .8;
    z-index: -1
}

.iframe-btn, .play_more {
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex
}

.iframe-btn {
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 10px 2rem;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    background: #1c1c1c;
    z-index: 2;
    cursor: pointer;
    transition: .3s
}

.iframe-btn:hover {
    box-shadow: 0 0 10px 4px #a08ec0;
    transform: scale(1.1)
}

.play_more {
    width: 100%;
    color: #a08ec0
}

.play_more, .slots__list, .slots__list-container {
    -ms-flex-align: center;
    align-items: center
}

.slots__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%
}

.slots__list-container {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    overflow-x: auto
}

.slots__item {
    min-height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 2 1 300px;
    flex: 2 1 300px;
    min-width: 220px;
    margin: 10px;
    height: 40vw;
    max-height: 200px;
    max-width: 320px;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent
}

.slots__item:hover {
    border: 1px solid #b5c5da;
    box-shadow: 0 0 10px 4px #7c9ebf;
    filter: brightness(114%)
}

.slots__picture, .slots_picture-link {
    width: 100%;
    height: 100%
}

.slots__picture {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0
}

.slots__image {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-menu {
    position: relative;
    margin-bottom: 40px
}

.menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.menu__item {
    position: relative
}

.menu__item:first-child:after, .menu__item:last-child:after {
    left: 0;
    z-index: 3
}

.menu__item:first-child:after, .menu__item:first-child:before, .menu__item:last-child:after, .menu__item:last-child:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 67px;
    width: 2px;
    display: block;
    background: url(menu/line_vertical.png) no-repeat 50%
}

.menu__item:first-child:before, .menu__item:last-child:before {
    right: 0
}

.menu__link, .text-block picture {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.menu__link {
    text-align: center;
    height: 71px;
    width: 230px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #a08ec0;
    position: relative;
    z-index: 2
}

.menu__link:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(menu/active_bg_2.png) no-repeat center 2px;
    z-index: -1;
    opacity: 0;
    transition: .3s
}

.menu__link:hover {
    color: #fff
}

.menu__link:hover:after {
    opacity: 1
}

.menu__icon {
    font-size: 25px;
    margin-right: 10px
}

.text-block {
    padding: 1rem 0
}

.text-block picture {
    width: 100%;
    padding: 1rem
}

.slot-text-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.table {
    width: 100%;
    display: block
}

.slot-table-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.slot-table-description .table-row {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slot-table-description .table-row .table__content:first-child {
    text-align: left
}

.slot-table-description .table-row .table__content:last-child {
    text-align: right
}

.table-row {
    padding: 1rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #8e9197
}

.table__content {
    padding: 0 1rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600
}

.table__content--color-pure {
    color: #a041ff;
    font-weight: 400
}

.text-block-left .h1, .text-block-left .h2, .text-block-left .h3, .text-block-left .h4, .text-block-left .h5, .text-block-left .h6, .text-block-left h1, .text-block-left h2, .text-block-left h3, .text-block-left h4, .text-block-left h5, .text-block-left h6 {
    text-align: left
}

.game-container, .game__item {
    display: -ms-flexbox;
    display: flex
}

.game-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.game__item {
    margin: 9px;
    -ms-flex: 2 1 290px;
    flex: 2 1 290px;
    min-width: 290px;
    max-width: 360px;
    min-height: 200px;
    height: 30vw;
    max-height: 210px;
    overflow: hidden;
    border: 1px solid transparent
}

.game__item:hover {
    border: 1px solid #b5c5da;
    box-shadow: 0 0 10px 4px #7c9ebf;
    filter: brightness(114%)
}

.game_picture-link {
    width: 100%;
    height: 100%;
    display: block
}

.game__picture {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative
}

.game__image {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.bonyses, .table1x1 {
    position: relative
}

.table1x1, .tbody {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.tbody {
    -ms-flex-direction: column;
    flex-direction: column
}

.table1x1-row {
    -ms-flex-align: center;
    align-items: center;
    min-width: 100%;
    padding: 1rem 0
}

.bonyses__picture, .table1x1-col, .table1x1-row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.table1x1-col, .table1x1-row {
    -ms-flex-direction: column;
    flex-direction: column
}

.table1x1-col .h1, .table1x1-col .h2, .table1x1-col .h3, .table1x1-col .h4, .table1x1-col .h5, .table1x1-col .h6, .table1x1-col h2, .table1x1-col h3, .table1x1-col h4, .table1x1-col h5, .table1x1-col h6 {
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px rgba(255, 255, 255, .2), 1px 1px 1px rgba(255, 255, 255, .2), -1px 1px 1px rgba(255, 255, 255, .2), 1px -1px 1px rgba(255, 255, 255, .2)
}

.table1x1-col .p, .table1x1-col p {
    font-size: 16px
}

.bonyses__picture {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.bonyses__image {
    width: 100%;
    display: block;
    height: 100%
}

.table-link, .table_btn-gray, .table_btn-yellow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.table-link {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 0 0
}

.table_btn-gray, .table_btn-yellow {
    margin: 10px;
    color: #1c1c1c;
    height: 36px;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

.table_btn-yellow {
    width: 180px;
    background: url(bonyses/btn.png) no-repeat 0 -78px
}

.table_btn-yellow:hover {
    background-position: 0 -114px
}

.table_btn-gray {
    width: 114px;
    padding-right: 30px;
    background: url(bonyses/btn.png) no-repeat 0 0
}

.table_btn-gray:hover {
    background-position: 0 -36px
}

table {
    position: relative;
    width: 100%
}

tr, tbody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

tr{
    border-bottom: 1px solid #7f02ff;
    padding: 1rem 0
}

td {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    width: 100%
}

.characteristics__content:first-child {
    font-weight: 600;
    font-size: 1.3rem
}

tr{
    position: relative
}

tr:hover:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    position: absolute;
    box-shadow: inset 0 0 10px 2px #7f02ff
}

.coments {
    margin-bottom: 40px
}

.coments__item, .coments__list {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column
}

.coments__item {
    margin-bottom: 40px
}

.coments__information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.coments__persone {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    color: #a041ff
}

.coments__time {
    font-style: italic;
    color: #8e9197
}

.coments__content {
    padding: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.coments__reply {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.coments__reply-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5rem 2rem;
    border: 1px solid #fff;
    border-radius: 1rem;
    color: #fff;
    text-decoration: none
}

.coments__reply-link:hover {
    box-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px rgba(255, 255, 255, .2), 1px 1px 1px rgba(255, 255, 255, .2), -1px 1px 1px rgba(255, 255, 255, .2), 1px -1px 1px rgba(255, 255, 255, .2)
}

.faq {
    margin-bottom: 40px
}

.faq-container, .faq__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.faq-container, .faq__question {
    position: relative
}

.faq__question {
    padding: 1rem 1rem 1rem 30px;
    font-weight: 600;
    border: 1px solid #a041ff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.faq__question:after {
    transform: rotate(90deg)
}

.faq__question:after, .faq__question:before {
    top: calc(50% - 1px);
    position: absolute;
    display: block;
    left: 5px;
    width: 15px;
    height: 2px;
    background: #7f02ff;
    content: ""
}

.faq__answer {
    margin: 0;
    padding: 1rem 0 2rem;
    display: none
}

.faq-container.visible {
    border-bottom: 1px solid #fff
}

.faq-container.visible:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: -2px;
    position: absolute;
    box-shadow: 1px 1px 4px #7f02ff, 1px -1px 4px #6f00ff, -1px 1px 4px #7f02ff, -1px -1px 4px #7f02ff, -1px -1px 1px rgba(255, 255, 255, .2), 1px 1px 1px rgba(255, 255, 255, .2), -1px 1px 1px rgba(255, 255, 255, .2), 1px -1px 1px rgba(255, 255, 255, .2)
}

.faq-container.visible .faq__answer {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.footer-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__information, .footer__paysystems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center
}

.information__item, .paysystems__item {
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.sites-map {
    padding: 1rem 0
}

.sites-map .h1, .sites-map .h2, .sites-map .h3, .sites-map .h4, .sites-map .h5, .sites-map .h6, .sites-map h1, .sites-map h2, .sites-map h3, .sites-map h4, .sites-map h5, .sites-map h6 {
    text-align: left;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.sites-map .h1:after, .sites-map .h2:after, .sites-map .h3:after, .sites-map .h4:after, .sites-map .h5:after, .sites-map .h6:after, .sites-map h1:after, .sites-map h2:after, .sites-map h3:after, .sites-map h4:after, .sites-map h5:after, .sites-map h6:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 100%;
    background: #7f02ff
}

.sites-map a {
    color: #fff;
    transition: .3s
}

.sites-map a:hover {
    color: #7f02ff
}

.sites-map li, .sites-map p, .sites-map strong {
    margin-bottom: 1rem
}

.sites-map ul {
    padding: 1rem 0 1rem 1.5rem
}

.sites-map-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 564px) {
    .header .header-reg {
        margin: 0
    }

    .header .burgger-container {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0
    }

    .header .showMenu {
        display: none
    }

    .header__menu {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .header__item:after, .header__item:before {
        display: block
    }

    .header__link {
        font-size: 18px
    }

    .header__bottom {
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0
    }

    .header-btn {
        margin-right: 10px
    }

    .header-btn:last-child {
        margin: 0
    }

    .m-hidden {
        display: -ms-flexbox;
        display: flex
    }

    .d-hidden {
        display: none
    }

    .header__navigation {
        display: -ms-flexbox;
        display: flex
    }

    .faq__answer {
        padding: 2rem 1rem
    }
}

@media only screen and (min-width: 768px) {
    .container:after, .container:before {
        content: "";
        position: absolute;
        top: 0;
        width: 234px;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        opacity: .9
    }

    .container:before {
        background: url(bg-right.jpg) repeat-y;
        right: -234px
    }

    .container:after {
        background: url(bg-left.jpg) repeat-y;
        left: -234px
    }

    .left__content, .right__content {
        font-weight: 600;
        font-size: 2rem
    }

    .slots__item {
        min-height: 160px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 2 1 300px;
        flex: 2 1 300px;
        min-width: calc(33vw - 30px);
        margin: 10px;
        height: 20vw;
        max-height: 200px;
        max-width: 320px;
        overflow: hidden;
        position: relative
    }

    .slot-text-block {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .slot-table-description {
        min-width: 300px;
        width: 300px
    }

    .table__content {
        padding: 0
    }

    .table1x1-row {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .table1x1-row .table1x1-col:first-child {
        min-width: 410px
    }

    .table1x1-col {
        width: 50%;
        max-width: 50%;
        min-width: calc(50% - 1px);
        padding: 0 10px
    }

 td {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        width: 50%
    }

    .characteristics__content:first-child {
        width: 50%;
        min-width: 50%;
        font-size: 1rem;
        font-weight: 400;
        border-right: 1px solid #7f02ff
    }

    tr{
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (min-width: 1200px) {
    .left__content, .right__content {
        font-weight: 600;
        font-size: 3rem
    }

    .slot-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .caption {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .iframe-main {
        width: 100%;
        padding: 0 10px
    }

    .iframe__game {
        height: 50vw;
        max-height: 550px;
        width: 100%
    }

    .slot__list {
        max-width: 240px
    }

    .slots__list-container {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 240px;
        height: 100%;
        max-height: 520px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-y: auto
    }

    .slots__item {
        min-height: 120px;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 10px;
        -ms-flex: 2 1 170px;
        flex: 2 1 170px;
        min-width: 200px;
        height: 20vw;
        max-height: 130px;
        max-width: 240px
    }

    .text-block-left {
        padding: 0 20px 0 0;
        margin-bottom: 1rem
    }

    picture.slot-prew__picture {
        float: left;
        max-width: 240px;
        padding: 0 1rem 1rem 0
    }

    picture.slot-prew__picture img {
        width: 100%
    }
}

@media only screen and (max-width: 1200px) {
    body {
        font-size: 16px
    }

    body .wrapper {
        padding: 0 20px
    }

    body .big_btn-green {
        width: 208px;
        height: 38px
    }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 14px
    }

    body .wrapper {
        padding: 0 10px
    }

    .carusel__item {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .carusel__left, .carusel__right {
        width: 100%
    }

    .carusel__left, .carusel__right, .left__content, .right__content {
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}
.logo1 {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 10px;
}
h1, h2, h3 {
    color: darkorange;
}
