embed, iframe, object {
    max-width: 100%
}

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;
    outline: none
}

body {
    font-size: 100%;
    line-height: 1;
    overflow-x: hidden;
    background: #000
}

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

ol, ul {
    list-style: none;
    padding: 0;
}

blockquote, q {
    quotes: none
}

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

strong {
    font-weight: 700
}

input {
    outline: none
}

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

img {
    border: 0
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

div, span, p, a, ul, li {
    box-sizing: border-box
}

div {
    display: block;
}

/*body*/
@font-face {
    font-family: "RobotoCondensedRegular";
    src: url("../fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot");
    src: url("../fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoCondensedRegular/RobotoCondensedRegular.woff") format("woff"),
    url("../fonts/RobotoCondensedRegular/RobotoCondensedRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoCondensedLight";
    src: url("../fonts/RobotoCondensedLight/RobotoCondensedLight.eot");
    src: url("../fonts/RobotoCondensedLight/RobotoCondensedLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoCondensedLight/RobotoCondensedLight.woff") format("woff"),
    url("../fonts/RobotoCondensedLight/RobotoCondensedLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoCondensedBold";
    src: url("../fonts/RobotoCondensedBold/RobotoCondensedBold.eot");
    src: url("../fonts/RobotoCondensedBold/RobotoCondensedBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoCondensedBold/RobotoCondensedBold.woff") format("woff"),
    url("../fonts/RobotoCondensedBold/RobotoCondensedBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    color: #9e9e9e;
    font-family: 'RobotoCondensedRegular', Arial, Verdana, sans-serif;
}

a {
    color: #fff;
}


h1, h2, h3 {
    margin: 20px 0px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #f76443;
}


.clear:before,
.clear:after {
    content: "";
    display: table;
}

.text_block ul {
    padding-left: 50px;
}



.text_block p {
    margin: 10px 0px;
}

.text_block table,
.text_block tr,
.text_block td {
    border: 1px solid #f76443;
}

.text_block td {
    padding: 0 10px;
}

.clear:after {
    clear: both;
}



.wrapper {
    width: 80%;
    max-width: 980px;
    position: relative;
    margin: 0 auto;
    border-left: 3px solid #ff662b;
    border-right: 3px solid #ff662b
}

.wrapper:before, .wrapper:after {
    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 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    width: unset;
    margin-top: 2.5%;
    margin-bottom: 15px;
}

.header_buttons_block a {
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    height: 41px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 1px 0 3px rgb(0, 0, 0);
}

.header_buttons_block a.reg_btn {
    width: 180px;
    background: rgba(0, 0, 0, 0) url(btn-registration.png) no-repeat scroll 0 0;
}

.header_buttons_block a.reg_btn:hover {
    background: rgba(0, 0, 0, 0) url(btn-registration.png) no-repeat scroll 0 -43px;
}

.header_buttons_block a.enter_btn {
    width: 117px;
    margin-left: 15px;
    background: rgba(0, 0, 0, 0) url(nabor.png) no-repeat scroll -429px -189px;
}

.header_buttons_block a.enter_btn:hover {
    background: rgba(0, 0, 0, 0) url(nabor.png) no-repeat scroll -429px -232px;
}

.top_menu {
    position: relative;
    max-width: 914px;
    margin: 0px auto 2.5%;
}

ul.menu-main {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.menu-main li {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 25%;
    width: calc(100% / 4);
    padding: 30px;
}

ul.menu-main li:after, ul.menu-main li:first-child:before {
    content: '';
    width: 2px;
    background: url(line_vertical.png) center no-repeat;
    position: absolute;
    bottom: 0;
}

ul.menu-main li:after {
    right: -1px;
    top: 10px
}

ul.menu-main li:first-child:before {
    left: 0;
    top: 0;
    margin: auto 0
}

ul.menu-main li a {
    outline: 0;
    text-decoration: none;
    color: #a08ec0;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    /* line-height: 50px; */
    display: block;
}

ul.menu-main li.active, ul.menu-main li:hover {
    background: url(active_bg_2.png) center 2px no-repeat;
    background-size: cover;
}

ul.menu-main li.active a, ul.menu-main li:hover a {
    color: #FFF
}

.main_navigation_bar_icon {
    display: inline-block;
    vertical-align: middle
}

ul.menu-main li.active .main_navigation_bar_icon, ul.menu-main li:hover .main_navigation_bar_icon {
    background-position: center 100%
}

.main_navigation_bar_icon--main {
    width: 20px;
    height: 20px;
    background: url(icon_main.png) center 0 no-repeat;
    margin-top: -4px
}

.main_navigation_bar_icon--bn {
    width: 25px;
    height: 27px;
    background: url(icon_bonus.png) center 0 no-repeat;
    margin-top: -7px
}

.main_navigation_bar_icon--games {
    width: 25px;
    height: 26px;
    background: url(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(line_gorizontal.png) center no-repeat;
}

.top_menu:after {
    height: 1px;
    bottom: 0;
}

.top_menu:before {
    top: 0;
    height: 2px;
}

.counters_container {
    max-width: 914px;
    text-align: center;
    background: url(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("ispayed-ru.png") top center no-repeat;
    background-size: 90%;
}

.counter_block2 {
    background: url("jp.png") top center no-repeat;
}

.counter_block1:after {
    height: 100%;
    width: 1px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(line_vertical.png) center no-repeat;
}

.counter_block span {
    display: none;
}

.insertJackpot {
    display: inline-block;
    vertical-align: top;
}

.insertJackpot span {
    vertical-align: top;
    display: inline-block;
    background: url(0-9.png) 0 0 no-repeat;
    text-indent: -9999px;
    color: transparent;
    width: 27px;
    height: 50px;
}

.insertJackpot span:nth-child(1) {
    background-position: 0px -55px;
}

.insertJackpot span:nth-child(2) {
    background-position: 0px -110px;
}

.insertJackpot span:nth-child(3) {
    background-position: 0px -165px;
}

.insertJackpot span:nth-child(4) {
    background-position: 0px -110px;
}

.insertJackpot span:nth-child(5) {
    background-position: 0px -220px;
}

.dot {
    display: inline-block;
    width: 5px;
    vertical-align: bottom;
}

.null {
    display: inline-block;
    background: url(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;
}

.slots_list .thumb_box .title_box {
    text-align: left;
    font-size: 18px;
    color: #fff;
}

.main_h1 {
    position: relative;
    font-size: 32px;
    color: #fff;
    text-align: center;
}

.text_block {
    line-height: 1.5em;
    color: #fff;
}

.title-slider {
    text-align: center;
    text-transform: uppercase;
    padding: 20px 10px;
    font-size: 22px;
    color: #a08ec0;
}

.slots_list .bx-prev {
    background: url(arrow_left.png) center no-repeat;
    position: absolute;
    height: 112px;
    left: -11px;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
    text-indent: -9999px;
    width: 21px;
}

.slots_list .bx-next {
    background: url(arrow_right.png) center no-repeat;
    position: absolute;
    height: 112px;
    right: -11px;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
    text-indent: -9999px;
    width: 21px;
}

.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("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("youtube-btn.png") no-repeat top;
    background-size: 100% 100%;
}

.video-block iframe,
.video-block object {
}

.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;
}

.cx_info-caract_list li .caract_columb:first-child {

}

.pay_sistems {
    background: url(paysystems.png) no-repeat center center rgba(0, 0, 0, 0);
    height: 60px;
    background-size: 90% auto;
}

.footer-text {
    background: url(text.png) no-repeat left 60px top 13px, url(corona.png) no-repeat left 0 rgba(0, 0, 0, 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;
}

.footer-info-list li:nth-child(1) {
    background: url(icon_10.jpg) no-repeat center center transparent;
}

.footer-info-list li:nth-child(2) {
    background: url(icon_11.jpg) no-repeat center center transparent;
    width: 60px;
}

.footer-info-list li:nth-child(3) {
    background: url(icon_12.jpg) no-repeat center center transparent;
    width: 40px;
}

.footer-info-list li:nth-child(4) {
    background: url(icon_13.jpg) no-repeat center center transparent;
    width: 30px;
}

.footer-info-list li:nth-child(5) {
    background: url(awards.png) no-repeat center center transparent;
    width: 600px;
    height: 74px;
}

.footer_logo {
    display: block;
    margin: 15px auto;
    width: 205px;
}

.rights {
    text-align: center;
    font-size: 13px;
    color: #a08ec0;
}

.winsum {
    position: relative;
    text-align: center;
    color: #b8d5eb;
    font-size: 18px;
    font-weight: 700;
}

.winsum span {
    background: url(0-9.png) no-repeat 0 0 transparent;
    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(5) {
}

.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(9) {
}

.winsum span:nth-child(10) {
    background: url(currency.png) no-repeat 0 0 transparent;
    width: 40px;
}

.currency {
    background: url(currency.png) no-repeat -55px 2px transparent;
    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: white;
    padding: 10px 5px;
    font-size: 16px;
    line-height: 1.5em;
}

.logotype {
    float: left;
    width: 25%
}

.top_menu {
    width: 100%;
    float: left;
}

.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 {
        width: 100%;
        box-sizing: border-box;
        border: none;
    }

    .wrapper:before, .wrapper:after {
        display: none
    }

    .comment-form {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .first-p {
        font-size: 16px;
        line-height: 16px;
    }

    .logotype {
        float: none;
        width: 100%
    }

    .top_menu {
        width: 75%;
        float: left;
    }

    .prombtn {
        font-size: 18px;
    }

    .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 0px;
    }

    .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: bold;
        color: #f74c18;
        letter-spacing: 1px;
    }

    .text_block p {
        font-size: 16px;
        line-height: 18px;
        margin: 10px 5px;
    }

    .text_block ul li {
        font-size: 16px;
        line-height: 18px;
        margin: 5px 0px;
    }

    .header_buttons_block a.reg_btn {
        background: #94d016;
        color: #ffffff;
        border-radius: 5px;
        width: auto;
        
    }

    .header_buttons_block a.enter_btn {
        width: 30%;
        background: #009cfe;
        color: #ffffff;
        border-radius: 5px;
    }

    .header_buttons_block {
        width: 100%;
    }

    ul.menu-main li a {
        font-size: 18px;
        text-transform: none;
    }

    .comment-respond {
        padding: 0px 10px;
        width: 95%;
    }

    .comment-respond h3 {
        margin-top: 15%;
        font-size: 20px;
    }

    .comment-form {
        margin: 0px auto 15px;
        padding: 15px 0 25px;
    }

    .scroll-header .logotype {
        display: none
    }

    .scroll-header nav .menu-btn {
        top: 20px;
    }

    .header {
        width: calc(100% - 20px);
        top: 0px;
        left: 0px;
        background: black;
        z-index: 99;
    }

    .scroll-header {
        position: fixed !important;
    }

    .top_menu {
        width: 100%;
    }
}



@media (max-width: 540px) {
    .footer-info-list li:nth-child(5) {
        background: url(awards.png) no-repeat center center transparent;
        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;
        padding: 0px 5%;
        text-align: left;
        position: relative;
    }

    .top_menu {

    }

    .top_menu {
        height: auto;
        max-width: 100%;
        margin-top: 8%;
        overflow: hidden;
        margin: 0px auto 2.5%;
    }

    .top_menu ul {
        text-align: center;
        display: block;
        margin-top: 5%;
        /*         border-top: 1px solid #7c23d6; */
    }

    .top_menu ul li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #7c23d6;
    }

    .top_menu:after, .top_menu:before {
        background: none;
    }

    ul.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: '';
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 1px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.3), #04FDFA, #BE21F2, #5CCCF5, rgba(255, 255, 255, 0.3));
    box-shadow: 0 0 3px 0 #fff;

}

.error_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.error_btn {
    display: block;
    width: 200px;
    padding: 12px 40px;
    margin: 10px auto;
    text-align: center;
    color: #343434;
    font-size: 18px;
    background: linear-gradient(to bottom, #EDE919, #C1961D);
    box-shadow: 0 1px 5px 1px rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

.error_btn:hover {
    box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.4);
}

/*NEW Code*/
.main-menu_cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_slider_container {
    position: relative;
}

.main_slider_container > .reg_btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 180px;
    background: rgba(0, 0, 0, 0) url(btn-registration.png) no-repeat scroll 0 0;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    height: 41px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 1px 0 3px rgb(0, 0, 0);
    z-index: 51;

}

.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, 0.7);
}

.ref_btn_box > a {
    padding: 12px 35px;
    background: linear-gradient(to bottom, #f6fa8f, #ecc519);
    color: #343434;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 10px;
    max-width: 80%;
}

.info-game_box {
    background: #1d0247;
    padding: 10px;
}

.rating-box .kksr-legend {
    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, 0.4);
}

.more-slots-btn:hover {
    box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.7);
}

h1.main-header {
    font-size: 32px;
    color: #fff;
    text-shadow: 1px 1px 2px #cdcdcd;
    text-align: center;
    margin: 10px 0;
}

.comments_title {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 10px 0;
}

/*Comments*/

.comments.custom {
    margin: 20px;
}

.comments__textarea {
    margin: 10px 0;
    width: 100%;
    height: 146px;
    resize: none;
    background: #121212;
    border: 1px solid #6d3cad;
    outline: none;
    color: #fff;
    padding: 10px;
}

.comments.custom .comment-body {
    padding: 20px 10px;
    margin: 10px auto;
}

.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: bold;
    border: 1px solid #650dbc;
    box-shadow: 0 3px 8px 2px rgba(101, 13, 188, 0.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, 0.55);
}

ol.comments__list li {
    list-style: none;
}

.comment-meta {
    float: right;
}

.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, 0.3);
    border-radius: 10px;
}

.comments__group {
    display: flex;
    flex-wrap: wrap;
}

/*END Comments*/
.footer_menu {
    background: url(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*/
.faq_block {
    margin: 15px 0;
}

.faq_title {
    text-align: center;
    font-size: 26px;
    color: #c7c7c7;
    padding: 10px 0;
}

.faq_item {
    position: relative;
    padding: 15px;
    margin: 10px 0;
    border: 1px solid #650dbc;
    box-shadow: 1px 1px 3px 1px rgba(255, 255, 255, 0.3);
}

.faq_question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}

.faq_toggle {
    cursor: pointer;
}

.faq_toggle.faq_plus:before {
    content: '+';
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 24px;
}

.faq_toggle.faq_minus:before {
    content: 'x';
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 24px;
}

.faq_answer {
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px solid #650dbc;
    display: none;
}

/*END FAQ*/
.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: 0 10px;
    margin-top: 12px;
}

.mob_menu-main > li > a {
    font-size: 24px;
    color: #6d3cad;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3);
}

.menu-btn {
    /* position: absolute; */
    /* top: 7px; */
    height: 28px;
    width: 44px;
    margin: 5px;
    /* right: 8px; */
    border: 1px solid #f76241;
    cursor: pointer;
}

.menu-btn span {
    height: 2px;
    margin: 5px;
    display: block;
    width: 30px;
    background: #d8b1ff;
}

@media (max-width: 768px) {
}

@media (max-width: 415px) {
    .faq_block {
        margin: 15px;
    }

    .slots_list .thumb_box {
        width: 100%;
        margin: 5px 15px;
    }

    .mob_menu-main > li {
        width: 100%;
    }
}


.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
    padding: 5px 5px;
    border: 1px solid #f76443;
    text-align: left;
}

.responsive-table th {
    text-align: center;
}
.responsive-table th {
    background-color: #f76443;
    font-weight: bold;
    color: white;
}

.img-fig {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.fig-img img {
    border-radius: 14px;
    margin: 30px auto;
}

ul.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;

}

ul.custom-list li {
    margin: 10px 0;
    padding: 10px 10px 10px 40px;
    background: #16d47a;
    color: white;
    border-radius: 10px;
    position: relative;
}

ul.custom-list li::before {
    content: '★';
    position: absolute;
    left: 10px;
    color: black;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}

ol.custom-list {
    counter-reset: custom-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}

ol.custom-list li {
    counter-increment: custom-counter;
    margin: 15px 0;
    padding: 10px 10px 10px 40px;
    background: #16d47a;
    color: black;
    border-radius: 10px;
    position: relative;
}

ol.custom-list li::before {
    content: counter(custom-counter) ". ";
    position: absolute;
    left: 10px;
    color: black;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}

ul.custom-list li,
ol.custom-list li {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

ul.custom-list li:hover,
ol.custom-list li:hover {
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
}
