* {
    box-sizing: border-box
}

html, body {
    height: 100%;
    width: 100%
}

html, body, div, span, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: none
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: initial
}

html {
    font-size: 16px
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

body {
    background-image: url(body-bg-tile.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: #333333;
    line-height: 1.6
}

menu, ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

a, body, button, caption, div, footer, form, h1, h2, h3, header, html, img, input, label, li, menu, nav, ol, p, select, span, table, tbody, td, textarea, tfoot, th, thead, tr, ul {
    appearance: none
}

button, input, select, textarea {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: 1rem;
    vertical-align: initial
}

button:focus, input:focus, select:focus, textarea:focus {
    outline: none
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 100px
}

.beam .beam_block {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    background-color: rgba(37, 37, 54, 0.95)
}

.beam {
    display: flex;
    justify-content: center;
    width: 100%
}

h1, h2, h3, .heading-h1 {
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: none;
    text-align: left
}

footer {
    transition: -webkit-filter .25s linear
}

@media (max-width: 768px) {
    .header_and_main, footer, header {
        max-width: 768px
    }
}

@media (max-width: 668px) {
    .header_and_main, footer, header {
        max-width: 668px
    }

    .main.authorized_padding {
        padding-top: 50px
    }

    .main.decor-mosaic {
        background-image: none
    }

    .main.decor-mosaic .security_pages {
        padding-top: 15px
    }

    .main.decor-mosaic h1 {
        margin-bottom: 10px
    }

    .beam .beam_block {
        padding: 0 10px
    }
}

textarea {
    resize: vertical;
    box-sizing: border-box;
    min-height: 200px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, 0.4)) border-box;
    font-weight: 500;
    color: #fff;
    transition: box-shadow .25s ease
}

textarea::-webkit-scrollbar-track {
    background-color: rgba(77, 90, 133, 0.3)
}

textarea::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    border-radius: 10px;
    background-color: initial
}

textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #4d5a85
}

textarea:focus, textarea:hover {
    outline: none;
    box-shadow: 0 0 0 2px #ffde26
}

textarea::-webkit-input-placeholder {
    font-style: italic;
    font-weight: 500;
    color: #646a87
}

textarea::-moz-placeholder {
    font-style: italic;
    font-weight: 500;
    color: #646a87
}

textarea::-ms-input-placeholder {
    font-style: italic;
    font-weight: 500;
    color: #646a87
}

textarea::placeholder {
    font-style: italic;
    font-weight: 500;
    color: #646a87
}

.select {
    position: relative
}

.select:before {
    content: "";
    position: absolute;
    top: 13px;
    right: 7px;
    z-index: 1;
    height: 15px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none
}

.button-wrap {
    max-width: 440px;
    margin: 30px auto;
    color: white;
    display: flex;
    justify-content: center
}

.svg_color {
    stroke: #e8ce3a
}

.main_logo {
    display: flex
}

.main_logo img {
    height: 100%;
    width: 200px
}

.visibility_hidden {
    visibility: hidden
}

.comments-block {
    margin-bottom: 15px
}

.comment-form {
    margin-bottom: 15px
}

.comment-form input[type=text], .comment-form textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    background: linear-gradient(#cad1d4, #cad1d4) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, 0.4)) border-box;
    font-weight: 500;
    color: #333;
    transition: box-shadow .25s ease;
    height: 35px;
    padding: 0 18px;
    font-size: 16px
}

.comment-form input[type=text]:focus, .comment-form textarea:focus, .comment-form input[type=text]:hover, .comment-form textarea:hover {
    outline: none;
    box-shadow: 0 0 0 2px #ffde26
}

.comment-form textarea {
    resize: vertical;
    min-height: 200px;
    padding: 10px
}

.comment-form .heading-h1 {
    margin-top: 0
}

.comment-form .control-link {
    top: 0 !important;
    right: 20px !important;
    font-size: .6rem
}

.comment-form__input-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 85%
}

.comment-form__input {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between
}

.comment-form__input label {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    box-sizing: border-box;
    max-width: 15%;
    cursor: pointer
}

.comment-form__input label span {
    word-break: break-word
}

.button-contactForm {
    background-color: #fe284a;
    transform: translateY(4px);
    box-shadow: 0 4px 0 0 #871628, 0 5px 5px 0 #000
}

.button-contactForm:hover {
    background-color: #fe284a;
    box-shadow: 0 4px 0 0 #871628, 0 5px 5px 0 #000, inset 0 20px 20px -4px rgba(255, 255, 255, 0.4)
}

.single-comment {
    border-bottom: 2px solid #cad1d4;
    padding: 20px;
    margin: 20px 0
}

.tingle-enabled .tingle-modal {
    background-color: rgba(0, 0, 0, 0.1)
}

.reply-comment-list {
    margin: 10px 0 10px 20px
}

.comment-form__username {
    font-size: 1.1rem
}

.comment-form__input label {
    word-break: break-word
}

.comment-form-input-row {
    display: flex
}

.comment-form-input-row .form-group {
    width: 100%
}

.comment-form-input-row .comment-form__input label {
    max-width: 30%;
    word-break: break-word
}

.comment-form-input-row .comment-form__input-text {
    width: 70%
}

.comment-form-input-row > .form-group:nth-child(1) .comment-form__input-text {
    max-width: 69%
}

.comment-form-input-row > .form-group:nth-child(2) {
    margin-left: 30px
}

.comment-form-input-row > .form-group:nth-child(2) .comment-form__input-text {
    width: 80%
}

.grabber__fieldErrors {
    min-height: 1.5rem
}

@media (max-width: 900px) {
    .comment-form-input-row {
        flex-direction: column
    }

    .comment-form-input-row .comment-form__input label {
        max-width: 15%
    }

    .comment-form-input-row > .form-group:nth-child(1) .comment-form__input-text, .comment-form-input-row > .form-group:nth-child(2) .comment-form__input-text {
        width: 85%
    }

    .comment-form-input-row > .form-group:nth-child(1) .comment-form__input-text {
        max-width: unset
    }

    .comment-form-input-row > .form-group:nth-child(2) {
        margin-left: unset
    }
}

.btn, .btn_approve, .btn_approve_large, .btn_approve_small, .btn_bonus, .btn_primary, .btn_primary_extralarge, .btn_primary_large, .btn_primary_small, .btn_small, .game_menu_non_authorized .button_register, .game_menu_non_authorized .link_enter, .game-frame-box__btn {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 40px;
    border: none;
    border-radius: 50px;
    padding: 0 40px;
    background-color: #4d5a85;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
    font-size: 16px;
    font-weight: 800;
    font-family: Muller, sans-serif;
    letter-spacing: 1px;
    white-space: nowrap;
    color: #fff;
    cursor: pointer
}

.btn:focus, .btn_approve:focus, .btn_approve_large:focus, .btn_approve_small:focus, .btn_bonus:focus, .btn_primary:focus, .btn_primary_extralarge:focus, .btn_primary_large:focus, .btn_primary_small:focus, .btn_small:focus, .game_menu_non_authorized .button_register:focus, .game_menu_non_authorized .link_enter:focus {
    outline: none
}

.btn[disabled], .btn_approve[disabled], .btn_approve_large[disabled], .btn_approve_small[disabled], .btn_bonus[disabled], .btn_primary[disabled], .btn_primary_extralarge[disabled], .btn_primary_large[disabled], .btn_primary_small[disabled], .btn_small[disabled], .game_menu_non_authorized .button_register[disabled], .game_menu_non_authorized .link_enter[disabled] {
    background-color: #39384a;
    color: #706f91;
    cursor: default
}

.btn_approve_small, .btn_primary_small, .btn_small, .game_menu_non_authorized .link_enter {
    height: 30px;
    padding: 0 30px;
    font-size: 12px
}

.btn_approve_large, .btn_primary_large {
    height: 50px;
    padding: 0 45px;
    font-size: 18px
}

.btn_primary_extralarge {
    height: 60px;
    padding: 0 55px;
    font-size: 21px
}

.btn, .game-frame-box__btn {
    box-shadow: 0 4px 0 0 #2c3552, 0 5px 5px 0 #000
}

.btn:focus, .btn:hover {
    box-shadow: 0 4px 0 0 #2c3552, 0 5px 5px 0 #000, inset 0 20px 20px -4px rgba(255, 255, 255, 0.4)
}

.btn:active {
    transform: translateY(4px);
    box-shadow: inset 0 2px 0 0 #2c3552, inset 0 0 0 20px rgba(0, 0, 0, 0.2)
}

.btn[disabled] {
    box-shadow: 0 4px 0 0 #252536
}

.btn[disabled]:active, .btn[disabled]:focus, .btn[disabled]:hover {
    transform: none;
    box-shadow: 0 4px 0 0 #252536
}

.btn_small, .game_menu_non_authorized .link_enter {
    box-shadow: 0 3px 0 0 #2c3552, 0 4px 4px 0 #000
}

.btn_small:focus, .btn_small:hover, .game_menu_non_authorized .link_enter:focus, .game_menu_non_authorized .link_enter:hover {
    box-shadow: 0 3px 0 0 #2c3552, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, 0.4)
}

.btn_small:active, .game_menu_non_authorized .link_enter:active {
    transform: translateY(3px);
    box-shadow: inset 0 2px 0 0 #2c3552, inset 0 0 0 15px rgba(0, 0, 0, 0.2)
}

.btn_small[disabled], .game_menu_non_authorized .link_enter[disabled] {
    box-shadow: 0 3px 0 0 #252536
}

.btn_small[disabled]:active, .btn_small[disabled]:focus, .btn_small[disabled]:hover, .game_menu_non_authorized .link_enter[disabled]:active, .game_menu_non_authorized .link_enter[disabled]:focus, .game_menu_non_authorized .link_enter[disabled]:hover {
    transform: none;
    box-shadow: 0 3px 0 0 #252536
}

.btn_primary, .game_menu_non_authorized .button_register {
    box-shadow: 0 4px 0 0 #871628, 0 5px 5px 0 #000;
    background-color: #fe284a
}

.btn_primary:focus, .btn_primary:hover, .game_menu_non_authorized .button_register:focus, .game_menu_non_authorized .button_register:hover {
    box-shadow: 0 4px 0 0 #871628, 0 5px 5px 0 #000, inset 0 20px 20px -4px rgba(255, 255, 255, 0.4)
}

.btn_primary:active, .game_menu_non_authorized .button_register:active {
    transform: translateY(4px);
    box-shadow: inset 0 2px 0 0 #871628, inset 0 0 0 20px rgba(0, 0, 0, 0.2)
}

.btn_primary[disabled], .game_menu_non_authorized .button_register[disabled] {
    box-shadow: 0 4px 0 0 #252536
}

.btn_primary[disabled]:active, .btn_primary[disabled]:focus, .btn_primary[disabled]:hover, .game_menu_non_authorized .button_register[disabled]:active, .game_menu_non_authorized .button_register[disabled]:focus, .game_menu_non_authorized .button_register[disabled]:hover {
    transform: none;
    box-shadow: 0 4px 0 0 #252536
}

.btn_primary_small {
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    background-color: #fe284a
}

.btn_primary_small:focus, .btn_primary_small:hover {
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, 0.4)
}

.btn_primary_small:active {
    transform: translateY(3px);
    box-shadow: inset 0 2px 0 0 #871628, inset 0 0 0 15px rgba(0, 0, 0, 0.2)
}

.btn_primary_small[disabled] {
    box-shadow: 0 3px 0 0 #252536
}

.btn_primary_small[disabled]:active, .btn_primary_small[disabled]:focus, .btn_primary_small[disabled]:hover {
    transform: none;
    box-shadow: 0 3px 0 0 #252536
}

.btn_primary_large {
    box-shadow: 0 5px 0 0 #871628, 0 6px 6px 0 #000;
    background-color: #fe284a
}

.btn_primary_large:focus, .btn_primary_large:hover {
    box-shadow: 0 5px 0 0 #871628, 0 6px 6px 0 #000, inset 0 25px 25px -5px rgba(255, 255, 255, 0.4)
}

.btn_primary_large:active {
    transform: translateY(5px);
    box-shadow: inset 0 2px 0 0 #871628, inset 0 0 0 25px rgba(0, 0, 0, 0.2)
}

.btn_primary_large[disabled] {
    box-shadow: 0 5px 0 0 #252536
}

.btn_primary_large[disabled]:active, .btn_primary_large[disabled]:focus, .btn_primary_large[disabled]:hover {
    transform: none;
    box-shadow: 0 5px 0 0 #252536
}

.btn_primary_extralarge {
    box-shadow: 0 6px 0 0 #871628, 0 7px 7px 0 #000;
    background-color: #fe284a
}

.btn_primary_extralarge:focus, .btn_primary_extralarge:hover {
    box-shadow: 0 6px 0 0 #871628, 0 7px 7px 0 #000, inset 0 30px 30px -6px rgba(255, 255, 255, 0.4)
}

.btn_primary_extralarge:active {
    transform: translateY(6px);
    box-shadow: inset 0 2px 0 0 #871628, inset 0 0 0 30px rgba(0, 0, 0, 0.2)
}

.btn_primary_extralarge[disabled] {
    box-shadow: 0 6px 0 0 #252536
}

.btn_primary_extralarge[disabled]:active, .btn_primary_extralarge[disabled]:focus, .btn_primary_extralarge[disabled]:hover {
    transform: none;
    box-shadow: 0 6px 0 0 #252536
}

.btn_approve {
    box-shadow: 0 4px 0 0 #3c7028, 0 5px 5px 0 #000;
    background-color: #62c23c
}

.btn_approve:focus, .btn_approve:hover {
    box-shadow: 0 4px 0 0 #3c7028, 0 5px 5px 0 #000, inset 0 20px 20px -4px rgba(255, 255, 255, 0.4)
}

.btn_approve:active {
    transform: translateY(4px);
    box-shadow: inset 0 2px 0 0 #3c7028, inset 0 0 0 20px rgba(0, 0, 0, 0.2)
}

.btn_approve[disabled] {
    box-shadow: 0 4px 0 0 #252536
}

.btn_approve[disabled]:active, .btn_approve[disabled]:focus, .btn_approve[disabled]:hover {
    transform: none;
    box-shadow: 0 4px 0 0 #252536
}

.btn_approve_small {
    box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000;
    background-color: #62c23c
}

.btn_approve_small:focus, .btn_approve_small:hover {
    box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, 0.4)
}

.btn_approve_small:active {
    transform: translateY(3px);
    box-shadow: inset 0 2px 0 0 #3c7028, inset 0 0 0 15px rgba(0, 0, 0, 0.2)
}

.btn_approve_small[disabled] {
    box-shadow: 0 3px 0 0 #252536
}

.btn_approve_small[disabled]:active, .btn_approve_small[disabled]:focus, .btn_approve_small[disabled]:hover {
    transform: none;
    box-shadow: 0 3px 0 0 #252536
}

.btn_approve_large {
    box-shadow: 0 5px 0 0 #3c7028, 0 6px 6px 0 #000;
    background-color: #62c23c
}

.btn_approve_large:focus, .btn_approve_large:hover {
    box-shadow: 0 5px 0 0 #3c7028, 0 6px 6px 0 #000, inset 0 25px 25px -5px rgba(255, 255, 255, 0.4)
}

.btn_approve_large:active {
    transform: translateY(5px);
    box-shadow: inset 0 2px 0 0 #3c7028, inset 0 0 0 25px rgba(0, 0, 0, 0.2)
}

.btn_approve_large[disabled] {
    box-shadow: 0 5px 0 0 #252536
}

.btn_approve_large[disabled]:active, .btn_approve_large[disabled]:focus, .btn_approve_large[disabled]:hover {
    transform: none;
    box-shadow: 0 5px 0 0 #252536
}

.btn_bonus {
    box-shadow: 0 4px 0 0 #a88e00, 0 5px 5px 0 #000;
    background-color: #ffe240
}

.btn_bonus:focus, .btn_bonus:hover {
    box-shadow: 0 4px 0 0 #a88e00, 0 5px 5px 0 #000, inset 0 20px 20px -4px rgba(255, 255, 255, 0.4)
}

.btn_bonus:active {
    transform: translateY(4px);
    box-shadow: inset 0 2px 0 0 #a88e00, inset 0 0 0 20px rgba(0, 0, 0, 0.2)
}

.btn_bonus[disabled] {
    box-shadow: 0 4px 0 0 #252536
}

.btn_bonus[disabled]:active, .btn_bonus[disabled]:focus, .btn_bonus[disabled]:hover {
    transform: none;
    box-shadow: 0 4px 0 0 #252536
}

.btn_help {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 30px;
    padding: 2px 4px;
    cursor: pointer
}

.btn_help .svg_question .svg_color {
    stroke: #e8ce3a
}

.btn_help span {
    color: #e8ce3a
}

.btn_help:focus, .btn_help:hover {
    outline: none
}

.btn_help:focus .svg_question .svg_color, .btn_help:hover .svg_question .svg_color {
    stroke: #f5ea1a
}

.btn_help:focus span, .btn_help:hover span {
    color: #f5ea1a
}

.btn_help .img_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 30px
}

.btn_help .img_box svg {
    height: 24px;
    width: 24px
}

.footer-info-block {
    padding: 40px;
    background-color: #fff;
    border-top: 4px solid #f4f4ff;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.footer-info-block > a {
    display: inline-block;
    width: 25%;
    font-size: 1rem;
    line-height: 35px;
    font-weight: 600;
    color: #428bca;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap
}

.footer-info-block > a:hover {
    color: #e66212
}

@media (max-width: 799px) {
    .footer-info-block > a {
        width: 33.333%
    }
}

@media (max-width: 663px) {
    .footer-info-block > a {
        width: 50%
    }
}

@media (max-width: 400px) {
    .footer-info-block > a {
        width: 100%
    }
}

header {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

header .header_box {
    align-items: center;
    height: inherit
}

header .button-aggregator {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%
}

header .button-aggregator > div {
    padding: 0 10px
}

header .button-aggregator > div:last-child {
    padding-right: 0
}

header .button-aggregator > div.header-login {
    padding: 20px
}

header .button_register, header .link_enter {
    font-size: 12px
}

header .link_enter {
    display: none;
    align-items: center;
    height: 20px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: initial;
    color: inherit;
    cursor: pointer
}

header .link_enter.x_login-btn {
    display: flex;
    color: #fff
}

header .butt a, header header .button_register {
    margin-bottom: 0
}

header .btn_help .img_box {
    margin-right: 5px
}

header .btn_help span {
    position: relative;
    top: 2px
}

@media (max-width: 668px) {
    header {
        min-height: 50px;
        height: auto;
        background-color: #161626
    }

    header .header_box {
        flex-direction: column;
        flex-wrap: wrap
    }

    header .main_logo {
        height: 50px
    }

    header .button-aggregator {
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        height: 50px;
        width: 100%;
        border-top: 1px solid #363648
    }

    header .button-aggregator .button_register {
        padding: 0 12px
    }

    header .link_enter {
        display: flex
    }

    header .mobile_menu_btn {
        position: absolute;
        top: 8px;
        right: 12px
    }

    header .btn_help span {
        display: none
    }
}

.site-content {
    position: relative
}

.site-content .control-link {
    top: 5px;
    z-index: 0;
    border-bottom: none !important
}

.site-content p {
    margin: 0 0 25px;
    line-height: 1.6rem
}

.push-left {
    float: left !important
}

.push-right {
    float: right !important
}

.site-content-wrapper {
    display: block;
    padding: 30px;
    background-color: #fff
}

.site-content-wrapper:after {
    content: '';
    display: block;
    clear: both
}

.site-content h1, .site-content h2, .site-content h3 {
    text-align: center;
    margin-bottom: 10px
}

.site-content h1, .site-content .heading-h1 {
    font-size: 2rem
}

.site-content h2 {
    font-size: 1.5rem
}

.site-content h3 {
    font-size: 1.3rem
}

.site-content p {
    margin: 0 0 25px
}

.site-content a:not([class^="btn"]) {
    color: #346eb8;
    border-bottom: 1px solid #bfd3ed;
    cursor: pointer;
    text-decoration: none
}

.site-content a:not([class^="btn"]):hover {
    color: #cd192e;
    border-bottom: 1px solid #f6b4bc
}

.site-content blockquote {
    position: relative;
    margin: 20px 0 20px 20px;
    padding: 10px 20px;
    border-left: 2px solid #5a80b1 !important;
    background: #f5f4f1;
    clear: both
}

.site-content ul {
    margin: 1.7em 0 1.8em 1em;
    padding: 0;
    list-style: none
}

.site-content ul li {
    padding-left: 40px;
    margin: .7em 0
}

.site-content ul li:before {
    background-color: #5a80b1;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 22px 0 -30px
}

.site-content img {
    height: auto;
    max-width: 100%;
    border-style: none
}

.site-content table {
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #161626;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #fff
}

.site-content table thead {
    border-bottom: 1px solid #8b8b94;
    appearance: none
}

.site-content table th {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 20px;
    text-align: center
}

.site-content table thead th {
    text-transform: uppercase;
    font-weight: 700
}

.site-content table td, .site-content table th {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 20px;
    text-align: center
}

.site-content table tbody td {
    border-bottom: 1px solid #252536;
    font-weight: 300
}

.site-content table td.yes, .site-content table td.no {
    background-position: center;
    background-repeat: no-repeat
}

.site-content table td.yes {
    background-image: url(/wp-content/themes/engine/images/vavada/yes.svg);
    background-size: 30px
}

.site-content table td.no {
    background-image: url(/wp-content/themes/engine/images/vavada/no.svg);
    background-size: 28px
}

.site-content ol {
    list-style: decimal inside;
    font-weight: 300;
    line-height: 23px;
    text-align: left
}

.site-content ol > li {
    list-style-type: inherit;
    list-style-position: inherit
}

@media (min-width: 992px) {
    .site-content {
        margin-top: 0
    }
}

.container {
    margin: 0 auto
}

.main-image img {
    width: 100%
}

.control-link, .control-link-ftl {
    display: inline-block;
    font-size: 60%;
    position: absolute;
    top: 10px;
    z-index: 4
}

.control-link:before, .control-link-ftl:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    background-image: url("/wp-content/themes/engine/images/adm.svg");
    height: 2em;
    width: 2em;
    display: block
}

.control-link-main {
    top: 10px;
    left: unset;
    right: 20px
}

.relative-block {
    position: relative
}

.cookie-block {
    display: none;
    background-color: #cbcce6;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px 0 10px
}

.cookie-block .cookie-block__btn {
    text-decoration: none;
    color: #428bca;
    cursor: pointer
}

.cookie-block .cookie-block__btn:hover {
    border-bottom: 1px dashed #428bca
}

@media (min-width: 992px) {
    .container {
        width: 975px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.breadcrumbs {
    font-size: .8rem;
    margin: 16px 0;
    color: #fff
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.breadcrumbs li:not(:last-child):after {
    content: '/';
    margin: 0 .35em
}

.breadcrumbs a {
    color: inherit;
    text-decoration: none
}

.breadcrumbs a:hover, .breadcrumbs a.is-active {
    color: #fe284a
}

.game-frame-box {
    height: 600px;
    position: relative;
    overflow: hidden;
    color: transparent
}

.game-frame-box__wall-picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(3px)
}

.game-frame-box__wall-gradient-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    top: 0;
    z-index: 222
}

.game-frame-box__button-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 333;
    display: flex;
    grid-gap: 10px
}

.game-frame-box__button-block .btn {
    display: block
}

.game-frame-box__frame {
    z-index: 444;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

ol[start="2"] {
    counter-reset: li 1
}

ol[start="3"] {
    counter-reset: li 2
}

ol[start="4"] {
    counter-reset: li 3
}

ol[start="5"] {
    counter-reset: li 4
}

ol[start="6"] {
    counter-reset: li 5
}

ol[start="7"] {
    counter-reset: li 6
}

ol[start="8"] {
    counter-reset: li 7
}

ol[start="9"] {
    counter-reset: li 8
}

ol[start="10"] {
    counter-reset: li 9
}

ol[start="11"] {
    counter-reset: li 10
}

ol[start="12"] {
    counter-reset: li 11
}

ol[start="13"] {
    counter-reset: li 12
}

ol[start="14"] {
    counter-reset: li 13
}

ol[start="15"] {
    counter-reset: li 14
}
header {
    width: 100vw;
    background-color: rgba(37, 37, 54, 0.95);
    display: flex;
    flex-direction: column;
}
nav a {
    text-decoration: none;
    color: white;
}
nav ul {
    display: flex;
    flex-wrap: wrap;
}
nav {
    padding: 10px;
}
article img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}

table {
    width: 100%;
}
article {
    padding-bottom: 70px;
}