.games-list-hover, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

.counter_block span, [hidden] {
    display: none
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

pre {
    white-space: pre-wrap
}

sub, sup {
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

.email-popup__form .hidden-input p, .reg_popup__form .hidden-input p {
    margin: 0
}

button::-moz-focus-inner, input::-moz-focus-inner, legend {
    border: 0;
    padding: 0
}

embed, iframe, object {
    max-width: 100%
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h4, h5, h6, header, hgroup, html, i, iframe, ins, kbd, label, legend, li, mark, menu, nav, object, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    outline: 0
}

h2, h3, img, ol, ul {
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

img, ol, ul {
    margin: 0
}

ol, ul {
    outline: 0;
    list-style: none
}

body {
    font-size: 100%;
    line-height: 1;
    overflow-x: hidden;
    background: #000;
    color: #9e9e9e;
    font-family: "Roboto Condensed", sans-serif
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

strong {
    font-weight: 700
}

h2, h3, img, input {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    cursor: pointer
}

a, a:active, a:hover, a:visited {
    text-decoration: none
}

a, div, li, p, span, ul {
    box-sizing: border-box
}

div {
    display: block
}

body::-webkit-scrollbar, html::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background: #000
}

body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #650dbc;
    outline: 0
}

.menu-main li.active a, .menu-main li:hover a, a {
    color: #fff
}

h2, h3 {
    color: #f76443
}

h2 {
    margin: 20px 0;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center
}

h3 {
    font-size: 18px;
    margin: 1em 0
}

.clear:after, .clear:before {
    content: "";
    display: table
}

.alignleft {
    float: left;
    margin: 0 20px 5px 0
}

@media (max-width: 575px) {
    .alignleft {
        float: none;
        display: block;
        margin: 10px auto
    }
}

.alignright {
    float: right;
    display: block;
    margin: 0 0 5px 20px
}

@media (max-width: 575px) {
    .alignright {
        float: none;
        display: block;
        margin: 10px auto
    }
}

.aligncenter {
    float: none;
    margin: 10px auto;
    display: block
}

@media (max-width: 575px) {
    .aligncenter {
        float: none;
        margin: 10px auto
    }
}

.text_block {
    line-height: 1.5em;
    color: #fff
}

.text_block img {
    max-width: 100%;
    height: auto
}

.text_block ol, .text_block ul {
    padding-left: 20px
}

.text_block ol li, .text_block ul li {
    margin: 5px 0
}

.text_block p {
    margin: 10px 0
}

.text_block h1 {
    font-size: 36px;
    text-align: center;
    margin: 10px 0 1em;
    line-height: 1.3em
}

.text_block a {
    color: #650dbc
}

.text_block a:hover {
    color: #650dbc;
    text-decoration: underline
}

@media (max-width: 575px) {
    .text_block .lwptoc {
        width: 100%;
        float: none
    }
}

.text_block .lwptoc_i {
    width: 100%
}

.text_block ul li {
    list-style-type: disc
}

.text_block .table-wrapper {
    margin: 15px auto;
    overflow-x: auto
}

.text_block table, .text_block td, .text_block tr {
    border: 1px solid #f76443
}

.text_block td {
    padding: 10px 15px;
    vertical-align: middle;
    text-align: center
}

@media (max-width: 768px) {
    .text_block h1 {
        font-size: 28px
    }
}

.clear:after, h2, h3 {
    clear: both
}

ol li {
    list-style: cadetblue
}

.wrapper {
    width: 80%;
    max-width: 1120px;
    position: relative;
    margin: 0 auto;
    border-left: 3px solid #ff662b;
    border-right: 3px solid #ff662b
}

.wrapper:after, .wrapper:before {
    content: "";
    top: 0;
    width: 234px;
    height: 100%;
    position: absolute
}

.wrapper:before {
    background: url("left-side.jpg") repeat-y;
    left: -237px
}

.wrapper:after {
    background: url("right-side.jpg") repeat-y;
    right: -237px
}

.header {
    padding: 15px 10px 10px
}

.logotype {
    display: inline-block;
    vertical-align: middle
}

.header_buttons_block {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    margin-top: 1%;
    margin-left: auto;
}

.header_buttons_block a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 41px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 1px 0 3px #000
}

.header_buttons_block a.reg_btn {
    width: 180px;
    background: url("btn-registration.png") no-repeat 0 0
}

.header_buttons_block a.reg_btn:hover {
    background: url("btn-registration.png") no-repeat 0 -43px
}

.header_buttons_block a.enter_btn {
    width: 117px;
    margin-left: 15px;
    background: url("nabor.png") no-repeat -429px -189px
}

.header_buttons_block a.enter_btn:hover {
    background: url("nabor.png") no-repeat -429px -232px
}

.top_menu {
    position: relative;
    max-width: 914px;
    margin: 0 auto 2.5%
}

.menu-main {
    display: flex;
    justify-content: stretch;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.menu-main li {
    position: relative;
    text-align: center;
    flex: 1
}

@media (max-width: 991px) {
    .menu-main li {
        padding: 0
    }
}

.menu-main li a {
    padding: 20px
}

@media (max-width: 991px) {
    .menu-main li a {
        display: block;
        padding: 10px
    }
}

.menu-main li:after, .menu-main li:first-child:before {
    content: "";
    width: 2px;
    background: url(images/line_vertical.png) center no-repeat;
    position: absolute;
    bottom: 0
}

.menu-main li:after {
    right: -1px;
    top: 10px
}

.menu-main li:first-child:before {
    left: 0;
    top: 0;
    margin: auto 0
}

.menu-main li a {
    outline: 0;
    text-decoration: none;
    color: #a08ec0;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    display: block
}

.menu-main li.active, .menu-main li:hover {
    background: url(images/active_bg_2.png) center 2px no-repeat;
    background-size: cover
}

.main_navigation_bar_icon {
    display: inline-block;
    vertical-align: middle
}

.menu-main li.active .main_navigation_bar_icon, .menu-main li:hover .main_navigation_bar_icon {
    background-position: center 100%
}

.main_navigation_bar_icon--main {
    width: 20px;
    height: 20px;
    background: url(images/icon_main.png) center 0 no-repeat;
    margin-top: -4px
}

.main_navigation_bar_icon--bn {
    width: 25px;
    height: 27px;
    background: url(images/icon_bonus.png) center 0 no-repeat;
    margin-top: -7px
}

.main_navigation_bar_icon--games {
    width: 25px;
    height: 26px;
    background: url(images/icon_games.png) center 0 no-repeat;
    margin-top: -5px
}

.top_menu:after, .top_menu:before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    background: url(images/line_gorizontal.png) center no-repeat
}

.top_menu:after {
    height: 1px;
    bottom: 0
}

.top_menu:before {
    top: 0;
    height: 2px
}

.counters_container {
    max-width: 1120px;
    text-align: center;
    background: url(images/line_gorizontal.png) center top no-repeat;
    padding: 15px 0 10px
}

.counter_block {
    font-family: "Shrikhand", cursive;
    display: inline-block;
    vertical-align: top;
    width: 47%;
    position: relative;
    padding-top: 45px;
    color: #b8d5eb;
    font-size: 18px;
    font-weight: 700
}

.counter_block1 {
    background: url(images/ispayed-ru.png) top center no-repeat;
    background-size: 90%
}

.counter_block2 {
    background: url(images/jp.png) top center no-repeat
}

.counter_block1:after {
    height: 100%;
    width: 1px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(images/line_vertical.png) center no-repeat
}

.insertJackpot, .insertJackpot span {
    display: inline-block;
    vertical-align: top
}

.insertJackpot span {
    background: url(images/0-9.png) 0 0 no-repeat;
    text-indent: -9999px;
    color: transparent;
    width: 27px;
    height: 50px
}

.insertJackpot span:nth-child(1) {
    background-position: 0 -55px
}

.insertJackpot span:nth-child(2) {
    background-position: 0 -110px
}

.insertJackpot span:nth-child(3) {
    background-position: 0 -165px
}

.insertJackpot span:nth-child(4) {
    background-position: 0 -110px
}

.insertJackpot span:nth-child(5) {
    background-position: 0 -220px
}

.dot, .null {
    display: inline-block;
    width: 5px;
    vertical-align: bottom
}

.null {
    background: url(images/0-9.png) 5px 1px no-repeat;
    height: 50px;
    width: 33px;
    text-align: left;
    vertical-align: top
}

.main_section {
    padding: 10px 33px
}

.slots_list {
    list-style: none;
    padding: 10px 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    position: relative
}

.slots_list .thumb_box {
    width: 30%;
    margin: 5px;
    box-sizing: content-box;
    border: 2px solid #7c23d6;
    cursor: pointer;
    transition: transform .2s
}

.slots_list .thumb_box .rating-box .kk-star-ratings.top-left.lft {
    float: none;
    min-height: unset
}

.main_h1, .slots_list .thumb_box .title_box {
    text-align: left;
    font-size: 18px;
    color: #fff
}

.main_h1 {
    position: relative;
    font-size: 32px;
    text-align: center
}

.title-slider {
    text-align: center;
    text-transform: uppercase;
    padding: 20px 10px;
    font-size: 22px;
    color: #a08ec0
}

.slots_list .bx-next, .slots_list .bx-prev {
    position: absolute;
    height: 112px;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
    text-indent: -9999px;
    width: 21px
}

.slots_list .bx-prev {
    background: url(images/arrow_left.png) center no-repeat;
    left: -11px
}

.slots_list .bx-next {
    background: url(images/arrow_right.png) center no-repeat;
    right: -11px
}

.table-video-cnt {
    display: flex
}

.video-block {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    padding: 10px;
    width: 50%
}

.video-bg-image {
    background-image: url(images/video-bg.png);
    background-size: cover;
    background-position: center
}

.video-bg-image:after {
    position: absolute;
    content: "";
    width: 90px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(images/youtube-btn.png) no-repeat top;
    background-size: 100% 100%
}

.table-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    padding: 10px;
    width: 50%
}

.cx_info-caract_list li {
    display: table-row;
    background: #000
}

.cx_info-caract_list li:nth-child(2n) {
    background: #140538
}

.cx_info-caract_list li .caract_columb {
    display: table-cell;
    width: 50%;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: middle
}

.pay_sistems {
    background: url(images/paysystems.png) no-repeat center center;
    height: 60px;
    background-size: 90% auto
}

.footer-text {
    background: url(images/text.png) no-repeat 120px 10px, url(images/corona.png) no-repeat 55px 0;
    height: 77px
}

.footer-info-list {
    display: block;
    position: relative
}

.footer-info-list ul {
    text-align: center
}

.footer-info-list li {
    display: inline-block;
    list-style: none;
    width: 100px;
    height: 30px;
    vertical-align: middle;
    max-width: 80%
}

.footer-info-list li:nth-child(1) {
    background: url(images/icon_10.jpg) no-repeat center center
}

.footer-info-list li:nth-child(2) {
    background: url(images/icon_11.jpg) no-repeat center center;
    width: 60px
}

.footer-info-list li:nth-child(3) {
    background: url(images/icon_12.jpg) no-repeat center center;
    width: 40px
}

.footer-info-list li:nth-child(4) {
    background: url(images/icon_13.jpg) no-repeat center center;
    width: 30px
}

.footer-info-list li:nth-child(5) {
    background: url(images/awards.png) no-repeat center center;
    width: 600px;
    height: 74px;
    max-width: 80%;
    background-size: 100%
}

.footer_logo {
    display: block;
    margin: 15px auto;
    width: 205px
}

.rights, .winsum {
    text-align: center;
    font-size: 13px;
    color: #a08ec0
}

.winsum {
    position: relative;
    color: #b8d5eb;
    font-size: 18px;
    font-weight: 700
}

.winsum span {
    background: url(images/0-9.png) no-repeat 0 0;
    display: inline-block;
    width: 25px;
    height: 50px
}

.winsum span:nth-child(1) {
    background-position: 0 -55px
}

.winsum span:nth-child(2) {
    background-position: 0 -275px
}

.winsum span:nth-child(3) {
    background-position: 0 -55px
}

.winsum span:nth-child(4) {
    background-position: 0 -385px
}

.winsum span:nth-child(6) {
    background-position: 0 -440px
}

.winsum span:nth-child(7) {
    background-position: 0 -110px
}

.winsum span:nth-child(8) {
    background-position: 0 -165px
}

.winsum span:nth-child(10) {
    background: url(images/currency.png) no-repeat 0 0;
    width: 40px
}

.currency {
    background: url(images/currency.png) no-repeat -55px 2px;
    width: 43px;
    display: inline-block;
    height: 50px;
    vertical-align: text-bottom
}

.prombtn {
    text-align: center;
    text-transform: uppercase;
    padding: 11px 10px;
    font-size: 22px;
    color: #ff662b;
    width: auto;
    border: 1px solid #ff662b;
    height: 50px;
    cursor: pointer;
    margin: 2.5% auto
}

.prombtn:hover {
    color: #fff;
    border: 1px solid #1a5a01
}

.first-p {
    color: #fff;
    padding: 10px 5px;
    font-size: 16px;
    line-height: 1.5em
}

.logotype, .top_menu {
    float: left;
    width: 25%
}

.top_menu {
    width: 100%
}

.animated-burger span:first-child {
    transform: rotate(45deg);
    margin-top: 11px
}

.animated-burger span:nth-child(2) {
    display: none
}

.animated-burger span:last-child {
    transform: rotate(-45deg);
    margin-top: -7px;
    margin-left: 5px
}

@media (max-width: 1000px) {
    .wrapper {
        box-sizing: border-box;
        border: 0
    }

    .wrapper:after, .wrapper:before {
        display: none
    }

    .comment-form, .wrapper {
        width: 100%
    }
}

@media (max-width: 768px) {
    .first-p {
        font-size: 16px;
        line-height: 16px
    }

    .logotype {
        float: none;
        width: 100%
    }

    .top_menu {
        float: left
    }

    .table-block, .video-block {
        display: block;
        width: 100%;
        padding: 0
    }

    .table-video-cnt {
        display: block;
        position: relative
    }

    .counter_block1:after {
        display: none
    }

    .main_h1 {
        margin-bottom: 20px
    }

    .prombtn {
        text-align: center;
        text-transform: uppercase;
        box-sizing: content-box;
        padding: 11px 10px;
        font-size: 22px;
        width: 90%;
        height: 43px;
        cursor: pointer;
        display: block;
        margin: 23px auto
    }

    .main_section {
        padding: 10px 20px
    }

    .slots_list .thumb_box {
        width: 45%;
        margin: 1%;
        padding: 1%
    }

    .slots_list .thumb_box img {
        width: 100%
    }

    .slots_list .thumb_box .title_box span {
        font-weight: 700;
        color: #f74c18;
        letter-spacing: 1px
    }

    .text_block p, .text_block ul li {
        font-size: 16px;
        line-height: 18px;
        margin: 10px 0
    }

    .text_block ul li {
        margin: 5px 0
    }

    .header_buttons_block a.reg_btn {
        background: #94d016;
        color: #fff;
        border-radius: 5px;
        width: 45%
    }

    .header_buttons_block a.enter_btn {
        width: 30%;
        background: #009cfe;
        color: #fff;
        border-radius: 5px
    }

    .header_buttons_block {
        width: 100%;
        justify-content: center;
        padding: 20px 5% 15px
    }

    .menu-main li a {
        font-size: 18px;
        text-transform: none
    }

    .comment-respond {
        padding: 0 10px;
        width: 95%
    }

    .comment-respond h3 {
        margin-top: 15%;
        font-size: 20px
    }

    .comment-form {
        margin: 0 auto 15px;
        padding: 15px 0 25px
    }

    .scroll-header .logotype {
        display: none
    }

    .scroll-header nav .menu-btn {
        top: 20px
    }

    .header {
        width: calc(100% - 20px);
        top: 0;
        left: 0;
        background: #000;
        z-index: 99
    }

    .scroll-header {
        position: fixed !important
    }

    .top_menu {
        width: 100%
    }
}

@media (max-width: 415px) {
    .footer-info-list li:nth-child(5) {
        background: url(images/awards.png) no-repeat center center;
        width: 100%;
        background-size: 100%
    }

    .prombtn {
        display: block;
        margin: 30px auto 15px
    }

    .counter_block1 {
        display: none
    }

    .counter_block {
        width: 100%;
        text-align: center
    }

    .winsum {
        width: 100%
    }

    .header {
        text-align: center;
        padding: 15px 10px;
        position: relative
    }

    .header_buttons_block {
        float: none;
        position: relative
    }

    .top_menu {
        height: auto;
        max-width: 100%;
        overflow: hidden;
        margin: 0 auto 2.5%
    }

    .top_menu ul {
        text-align: center;
        display: block;
        margin-top: 5%
    }

    .top_menu ul li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #7c23d6
    }

    .top_menu:after, .top_menu:before {
        background: 0 0
    }

    .menu-main li a {
        line-height: 50px
    }
}

.error_text {
    display: block;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    position: relative
}

.error_text > a {
    text-decoration: underline
}

.error_text:after {
    content: "";
    width: 50%;
    height: 1px;
    background: linear-gradient(to left, rgba(255, 255, 255, .3), #04fdfa, #be21f2, #5cccf5, rgba(255, 255, 255, .3));
    box-shadow: 0 0 3px 0 #fff
}

.error_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.error_btn, .ref_btn_box > a {
    color: #343434;
    font-size: 18px;
    border-radius: 10px
}

.error_btn {
    display: block;
    width: 200px;
    padding: 12px 40px;
    margin: 10px auto;
    text-align: center;
    background: linear-gradient(to bottom, #ede919, #c1961d);
    box-shadow: 0 1px 5px 1px rgba(255, 255, 255, .7)
}

.error_btn:hover {
    box-shadow: 0 0 2px 0 rgba(255, 255, 255, .4)
}

.main-menu_cont {
    display: flex;
    justify-content: center;
    align-items: center
}

.main_slider_container {
    position: relative;
    padding: 15px 0 0;
    margin: 10px 0 0;
    background: url(images/line_gorizontal.png) center top no-repeat
}

.main_slider_container > .reg_btn {
    position: absolute;
    bottom: 40px;
    left: 120px;
    width: 180px;
    background: url("btn-registration.png") no-repeat 0 0;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 41px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 1px 0 3px #000;
    z-index: 51
}

.main_slider_container > .reg_btn:hover {
    background: url("btn-registration.png") no-repeat 0 -43px
}

.main_slider_container .slider {
    text-align: center
}

.error_text:after, .main_slider_container .slider img {
    display: block;
    margin: 0 auto
}

.img_box {
    position: relative
}

.img_box > img {
    width: 100%;
    height: auto
}

.ref_btn_box {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7)
}

.ref_btn_box > a {
    padding: 12px 35px;
    background: linear-gradient(to bottom, #f6fa8f, #ecc519);
    letter-spacing: 1px;
    max-width: 80%
}

.info-game_box {
    background: #1d0247;
    padding: 10px
}

.email-popup__form .wpcf7 form.aborted .wpcf7-response-output, .email-popup__form .wpcf7 form.failed .wpcf7-response-output, .rating-box .kksr-legend, .reg_popup__form .wpcf7 form.aborted .wpcf7-response-output, .reg_popup__form .wpcf7 form.failed .wpcf7-response-output {
    display: none !important
}

.thumb_box:hover {
    box-shadow: 0 3px 15px 8px #650dbc;
    transform: scale(1.1)
}

.thumb_box:hover .info-game_box {
    background: #fff
}

.thumb_box:hover .title_box {
    color: #1d0247
}

.thumb_box:hover .ref_btn_box {
    display: flex
}

.avt_game_btn {
    display: flex;
    justify-content: center
}

.more-slots-btn {
    padding: 15px 40px;
    font-size: 18px;
    background: linear-gradient(to bottom, #fc7403, #c84d05);
    border-radius: 10px;
    box-shadow: 0 2px 10px 2px rgba(255, 255, 255, .4)
}

.more-slots-btn:hover {
    box-shadow: 0 0 3px 1px rgba(255, 255, 255, .7)
}

.comments_title, h1.main-header {
    color: #fff;
    text-align: center;
    margin: 10px 0
}

h1.main-header {
    font-size: 32px;
    text-shadow: 1px 1px 2px #cdcdcd
}

.comments_title {
    font-size: 24px
}

.comments.custom {
    margin: 20px
}

.comments__textarea {
    margin: 10px 0;
    width: 100%;
    height: 146px;
    resize: none;
    background: #121212;
    border: 1px solid #6d3cad;
    outline: 0;
    color: #fff;
    padding: 10px
}

.comments.custom .comment-body {
    padding: 20px 10px;
    margin: 10px auto;
    min-height: 120px
}

.comments__left > .comments__group {
    display: inline-block;
    width: 45%
}

.comments__left > .comments__group.email {
    margin-left: 20px
}

.comments.custom .comment-author.vcard > img {
    display: block;
    float: left;
    height: 80px;
    width: auto;
    margin: 0 15px;
    border-radius: 50%
}

.comments.custom .comments_title {
    text-align: center;
    font-size: 26px;
    color: #c7c7c7;
    padding: 10px 0
}

.comments__label {
    margin-right: 15px;
    font-size: 20px
}

.comments__input {
    padding-right: 5px;
    font-size: 18px;
    background: #121212;
    border: 1px solid #650dbc;
    color: #fff
}

.comments__left {
    padding: 20px 0
}

.crfp-field {
    display: flex;
    align-items: center;
    margin: 15px 0
}

.crfp-field > label {
    font-size: 20px;
    margin-right: 10px
}

.crfp-field span.star-rating-control {
    margin-bottom: 0 !important
}

.form-submit {
    text-align: center
}

.comments__submit.btn {
    margin: 10px;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border: 1px solid #650dbc;
    box-shadow: 0 3px 8px 2px rgba(101, 13, 188, .55);
    background: linear-gradient(to bottom, #b28bda, #3c0871);
    text-shadow: 1px 1px #000
}

.comments__submit.btn:hover {
    box-shadow: 0 1px 4px 1px rgba(101, 13, 188, .55)
}

ol.comments__list li {
    list-style: none
}

.comment-meta {
    float: right;
    margin: -26px 0 0 20px
}

.comment-author {
    margin: 0 0 10px
}

.comment-author .fn {
    font-size: 18px;
    color: #fff
}

.comment-body {
    padding: 15px;
    margin: 10px 0;
    border: 1px solid #650dbc;
    box-shadow: 0 1px 3px 1px rgba(255, 255, 255, .3);
    border-radius: 10px
}

.comments__group {
    display: flex;
    flex-wrap: wrap
}

.footer_menu {
    background: url(images/line_gorizontal.png) top center no-repeat;
    padding: 20px 0
}

.menu-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.menu-footer li {
    margin: 5px 10px;
    padding: 5px 10px
}

.menu-footer > li > a {
    color: #650dbc;
    font-size: 20px;
    letter-spacing: 1px
}

.menu-footer > li:hover > a {
    color: #fff;
    text-shadow: 1px 1px 3px #ccc
}

.faq_list, .faq_list__item {
    list-style: none !important;
    margin: 15px 0 !important
}

.faq_list {
    padding: 0 !important
}

.faq_list__item {
    position: relative;
    padding: 15px;
    border: 1px solid #650dbc;
    box-shadow: 1px 1px 3px 1px rgba(255, 255, 255, .3)
}

.faq_list__item-question, .faq_list__item-question > span {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq_list__item-question {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px
}

.faq_list__item-question > span {
    width: 100%
}

.faq_list__item-question_toggle {
    cursor: pointer;
    display: block;
    background: 0 0;
    border: 0
}

.faq_list__item-question_toggle.faq_minus:before, .faq_list__item-question_toggle.faq_plus:before {
    content: "";
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff
}

.faq_list__item-question_toggle.faq_plus:before {
    background: url(images/plus.svg) center no-repeat
}

.faq_list__item-question_toggle.faq_minus:before {
    background: url(images/minus.svg) center no-repeat
}

.faq_list__item-answer {
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px solid #650dbc;
    display: none;
    line-height: 1.5em
}

.faq_title {
    text-align: center;
    font-size: 26px;
    color: #c7c7c7;
    padding: 10px 0
}

.mob_menu-main {
    display: none;
    padding: 15px;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.mob_menu-main.active {
    display: flex
}

.mob_menu-main > li {
    margin: 12px 10px 0
}

.mob_menu-main > li > a {
    font-size: 24px;
    color: #6d3cad;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, .3)
}

.menu-btn {
    height: 28px;
    width: 44px;
    margin: 5px;
    border: 1px solid #f76241;
    cursor: pointer
}

.menu-btn span {
    height: 2px;
    margin: 5px;
    display: block;
    width: 30px;
    background: #d8b1ff
}

@media (max-width: 415px) {
    .faq_block {
        margin: 15px
    }

    .slots_list .thumb_box {
        width: 100%;
        margin: 5px 15px
    }

    .mob_menu-main > li {
        width: 100%
    }
}

.slots-list {
    text-align: center;
    margin: 20px auto
}

.slots-list__item {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 5px 15px
}

.slots-list__item:hover .slots-list__item-hover {
    opacity: 1
}

.slots-list__item-thumb-wrap {
    border: 3px solid #fff43e;
    border-radius: 7px;
    width: 250px;
    position: relative
}

.slots-list__item-thumb-wrap img {
    display: block;
    border-radius: 3px
}

.slots-list__item-hover, .slots-list__item-play_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 3px;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.slots-list__item-hover {
    background: rgba(0, 0, 0, .5);
    opacity: 0
}

.slots-list__item-play_btn {
    margin: auto;
    background: #ff3a1a;
    padding: 2px 25px;
    height: 32px;
    width: 130px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    border: 0;
    outline: 0
}

.slots-list__item-play_btn:hover {
    background: #d81e00
}

.slots-list__item-name {
    font-weight: 700;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.popup {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

.popup__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.popup-shadow {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(16, 16, 15, .9);
    width: 100%;
    z-index: 101
}

.popup-close {
    width: 50px;
    height: 50px;
    border: 0;
    position: absolute;
    top: -30px;
    right: -60px
}

.email-popup-close, .popup-close, .reg_popup-close {
    padding: 0;
    outline: 0;
    background: #c00000 url(images/close_white.png) center/24px no-repeat;
    border-radius: 25px;
    box-shadow: 0 5px 0 #300;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

@media (max-width: 991px) {
    .email-popup-close, .popup-close, .reg_popup-close {
        position: fixed;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        background: #c00000 url(images/close_white.png) center/15px no-repeat
    }
}

.email-popup-close:hover, .popup-close:hover, .reg_popup-close:hover {
    box-shadow: none;
    background: red url(images/close_white.png) center/15px no-repeat
}

@media (max-width: 991px) {
    .email-popup-close:hover, .popup-close:hover, .reg_popup-close:hover {
        background: red url(images/close_white.png) center/15px no-repeat
    }
}

.email-popup, .reg_popup {
    width: 550px;
    height: fit-content;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    border: 3px solid #fffd67;
    max-width: 500px;
    padding: 10px 20px;
    background: #171717;
    -webkit-box-shadow: 0 8px 10px #000;
    box-shadow: 0 8px 10px #000;
    align-items: flex-start;
    justify-content: flex-start
}

@media (max-width: 575px) {
    .email-popup, .reg_popup {
        width: 90vw;
        max-height: 90vh;
        box-sizing: border-box
    }
}

.email-popup__ttl, .reg_popup__ttl {
    border-bottom: 1px solid #646a87;
    font-size: 26px;
    line-height: 1.4em;
    padding-bottom: 7px;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.email-popup__ttl span, .reg_popup__ttl span {
    color: #fffd67
}

.email-popup-close, .reg_popup-close {
    position: absolute;
    top: -30px;
    right: -35px;
    border: 0;
    width: 30px;
    height: 30px;
    background-size: 15px
}

.email-popup__inner, .reg_popup__inner {
    height: fit-content;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.email-popup__inner .error_valid_message, .reg_popup__inner .error_valid_message {
    color: #ff0a09;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px
}

.email-popup__inner .ref_btn, .reg_popup__inner .ref_btn {
    line-height: 36px;
    height: 40px;
    border-radius: 20px;
    width: 300px;
    font-size: 1.7rem;
    text-transform: uppercase;
    margin-top: 10px;
    outline: 0;
    border: 0;
    color: #fff
}

@media (max-width: 575px) {
    .email-popup__inner .ref_btn, .reg_popup__inner .ref_btn {
        width: 260px
    }
}

.email-popup__form, .reg_popup__form {
    width: 100%;
    padding: 40px 0
}

.email-popup__form .wpcf7-form-control-wrap, .reg_popup__form .wpcf7-form-control-wrap {
    display: block
}

.email-popup__form .wpcf7-form-control-wrap input[type=email], .reg_popup__form .wpcf7-form-control-wrap input[type=email] {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    width: 80%;
    max-width: 300px;
    text-align: left;
    margin: 0 auto 20px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

@media (max-width: 575px) {
    .email-popup__form .wpcf7-form-control-wrap input[type=email], .reg_popup__form .wpcf7-form-control-wrap input[type=email] {
        max-width: 100%;
        margin: 0 auto 10px;
        width: 100%
    }
}

.email-popup__form .wpcf7-form-control-wrap input[type=email]:active, .email-popup__form .wpcf7-form-control-wrap input[type=email]:hover, .reg_popup__form .wpcf7-form-control-wrap input[type=email]:active, .reg_popup__form .wpcf7-form-control-wrap input[type=email]:hover {
    border-color: #ffde26
}

.email-popup__form .wpcf7-form-control-wrap input[type=email].error_valid, .reg_popup__form .wpcf7-form-control-wrap input[type=email].error_valid {
    border: 2px solid #ff0a09
}

.email-popup__form .wpcf7-submit, .reg_popup__form .wpcf7-submit {
    color: #fff;
    width: fit-content;
    max-width: 90%;
    outline: 0;
    font-size: 14px;
    border: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    border-radius: 20px;
    padding: 0 40px;
    margin: -2px auto 0;
    line-height: 22px;
    font-weight: 800;
    font-family: Muller, sans-serif;
    letter-spacing: 1px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 0 0 #14260b, 0 4px 4px 0 #000;
    box-shadow: 0 3px 0 0 #14260b, 0 4px 4px 0 #000;
    background-color: #60d139;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s
}

.email-popup__form .wpcf7-submit:hover, .reg_popup__form .wpcf7-submit:hover {
    transform: translateY(2px);
    -webkit-box-shadow: 0 1px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .4);
    box-shadow: 0 1px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .4)
}

.email-popup__form .hidden-input, .reg_popup__form .hidden-input {
    height: 0;
    overflow: hidden
}

.email-popup__form .hidden-input input, .reg_popup__form .hidden-input input {
    visibility: hidden;
    height: 0;
    width: 0;
    opacity: 0
}

.email-popup__form .wpcf7-response-output, .reg_popup__form .wpcf7-response-output {
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px
}

.email-popup__form .wpcf7-form__success-message, .reg_popup__form .wpcf7-form__success-message {
    text-align: center
}

.email-popup__form .kc_captcha, .reg_popup__form .kc_captcha {
    margin: 10px auto 20px
}

.email-popup__form .kc_captcha .captcha-image svg, .reg_popup__form .kc_captcha .captcha-image svg {
    padding: 5px;
    width: 30px;
    height: 30px
}

.email-popup__bottom-text, .reg_popup__bottom-text {
    text-align: center;
    font-size: 1.8rem
}

.email-popup label, .reg_popup label {
    margin-bottom: 5px;
    display: block;
    text-align: left;
    width: 80%;
    font-size: 1.5rem;
    max-width: 300px
}

@media (max-width: 575px) {
    .email-popup label, .reg_popup label {
        max-width: 100%;
        width: 100%
    }
}

.email-popup p, .reg_popup p {
    font-size: 16px;
    max-width: 80%;
    margin: 10px auto
}

@media (max-width: 575px) {
    .email-popup p, .reg_popup p {
        margin: 5px auto;
        max-width: 100%
    }
}

.iframe_block {
    padding: 20px;
    background: #575757;
    border-radius: 20px;
    box-shadow: 0 5px 0 #636363;
    position: relative
}

@media (max-width: 575px) {
    .iframe_block {
        padding: 15px
    }
}

.iframe_block iframe {
    display: block;
    border: 0;
    width: 800px;
    height: 600px;
    margin: 0 auto 15px;
    max-width: 75vw;
    max-height: 60vh
}

.btn {
    display: block;
    text-decoration: none
}

.btn--big-green {
    background: #006900;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    padding: 7px 30px;
    box-shadow: 0 5px 0 #002607;
    text-align: center;
    border-radius: 40px;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

@media (max-width: 575px) {
    .btn--big-green {
        font-size: 1.6rem;
        padding: 5px 10px
    }
}

@media (max-width: 499px) {
    .btn--big-green {
        font-size: 1.4rem
    }
}

.btn--big-green:hover {
    background: #00a100;
    box-shadow: none;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    transform: translateY(3px)
}
nav {
    display: block;
    margin-top: 40px;
    margin-left: 40px;
}
nav ul {
    display: flex;
    flex-wrap: wrap;
}
nav li {
    margin: 5px;
}
article img {
    display: block;
    max-width: 100%;
    border-radius: 12px;
    margin: 20px auto;
}

table {
    margin: 25px 0;
    width: 100%;
}
