body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
    --wp--preset--duotone--dark-grayscale: url('index_1.html#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('index_1.html#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('index_1.html#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('index_1.html#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('index_1.html#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('index_1.html#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('index_1.html#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('index_1.html#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

body .is-layout-flow > .alignleft {
    float: left;
    margin-inline-start: 0;margin-inline-end: 2em;}

body .is-layout-flow > .alignright {
    float: right;
    margin-inline-start: 2em;margin-inline-end: 0;}

body .is-layout-flow > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
    float: left;
    margin-inline-start: 0;margin-inline-end: 2em;}

body .is-layout-constrained > .alignright {
    float: right;
    margin-inline-start: 2em;margin-inline-end: 0;}

body .is-layout-constrained > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

body .is-layout-flex > * {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}

.lwptoc .lwptoc_i {
    background-color: #171725;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 8px 10px #000;
}

.lwptoc_header {
    color: #ffffff;
}

.lwptoc .lwptoc_i A {
    color: #ffffff;
}


.games-list-hover,.slots-list-item__thumb-block img,article,aside,details,figure,footer,header,nav,section,summary {
    display: block;
    width: 100%;
    height: auto;
}

audio,canvas,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],h3#comments {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    font-size: 10px
}

a:focus {
    outline: thin dotted
}

a:active,a:hover {
    outline: 0
}

h1 {
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body,figure {
    margin: 0
}

button::-moz-focus-inner,input::-moz-focus-inner,legend {
    border: 0;
    padding: 0
}

::-webkit-input-placeholder {
    color: #111
}

::-moz-placeholder {
    color: #111
}

:-ms-input-placeholder {
    color: #111
}

:-moz-placeholder {
    color: #111
}

ul {
    margin: 0;
    padding: 0
}

a {
    outline: 0;
    color: #fe284a;
    -webkit-transition: color ease-out .2s;
    -moz-transition: color ease-out .2s;
    -o-transition: color ease-out .2s;
    transition: color ease-out .2s
}

a:hover {
    color: #2c7bde
}

.text-block .table-wrapper::-webkit-scrollbar,body::-webkit-scrollbar,html::-webkit-scrollbar {
    width: 14px;
    height: 14px
}

.text-block .table-wrapper::-webkit-scrollbar-track,body::-webkit-scrollbar-track,html::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background: #212132
}

body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #fe284a;
    outline: 0
}

body {
    /* background:#212132; */
    font-weight: 400;
    font-family: Muller,sans-serif;
    font-size: 1.6rem;
    color: #ececec
}

::selection {
    background: #fe284a
}

.alignleft {
    float: left;
    margin: 0 20px 5px 0
}

.alignright {
    float: right;
    margin: 0 0 5px 20px
}

.aligncenter {
    float: none;
    margin: 10px auto;
    display: block
}

.post_img {
    max-width: 35%;
    height: auto
}

h1,h4,h5 {
    margin: 5px 0
}

h1,h2,h3,h4,h5 {
    color: #fff;
    text-align: center;
    font-weight: 400;
    clear: both
}

.animated {
    visibility: hidden
}

.animated.bounceInRight,.animated.fadeIn,.animated.fadeInDown,.animated.fadeInDownBig,.animated.fadeInLeft,.animated.fadeInRight,.animated.zoomIn {
    visibility: visible
}

.text-block {
    line-height: 24px
}

.text-block ol,.text-block ul {
    padding: 10px 0 10px 20px
}

.text-block ol li,.text-block ul li {
    margin: 3px 0
}

.text-block .table-wrapper {
    overflow-x: auto;
    padding-bottom: 10px
}

.text-block .table-wrapper::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #2c7bde;
    outline: 0
}

.text-block table tr td,.text-block table tr th {
    padding: 5px 10px;
    border: 1px solid #ccc;
    min-width: 100px
}

.text-block table tr th {
    background: #171725;
    color: #fff
}

.text-block .lwptoc-left.lwptoc {
    margin-top: 15px;
    max-width: 394px
}

.two-col-text {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

@media (max-width: 575px) {
    .two-col-text {
        -webkit-columns:1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

.text-block-line {
    border-top: 1px dashed #ececec;
    padding-top: 15px;
    margin-top: 15px
}

.clear_b {
    clear: both
}

h1 {
    font-size: 3rem;
    line-height: 1.2em
}

@media (max-width: 575px) {
    h1 {
        font-size:2.6rem
    }
}

h2 {
    font-size: 2.6rem
}

h2,h3 {
    padding-bottom: 7px;
    margin: 15px 0;
    border-bottom: 1px dashed #ececec
}

.to_top_btn {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 50%;
    margin-right: -45%;
    width: 50px;
    height: 50px;
    z-index: 100;
    cursor: pointer;
    border-radius: 25px;
    background-image: url(../images/arrow_top.png)
}

.header {
    position: relative;
    z-index: 10
}

.header__top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 102;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(37,37,54,.95);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.header__top-container {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 767px) {
    .header__top-container {
        height:auto;
        flex-direction: column;
        justify-content: center
    }
}

.header__top-btns-block {
    position: relative;
    padding: 0 0 0 30px;
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    .header__top-btns-block {
        padding:10px 0 10px 60px
    }
}

.header__nav .menu>li>a,.header__top-btns-block .reg-btn {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none
}

.header__top-btns-block .reg-btn {
    width: 220px;
    outline: 0;
    font-size: 1.2rem;
    border: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    border-radius: 15px;
    padding: 0 40px;
    margin: -2px 0 0;
    line-height: 22px;
    font-weight: 800;
    font-family: Muller,sans-serif;
    letter-spacing: 1px;
    white-space: nowrap;
    cursor: pointer
}

@media (max-width: 575px) {
    .header__top-btns-block .reg-btn {
        padding:0 10px;
        width: 150px
    }
}

.header__top-btns-block .login-btn {
    display: flex;
    align-items: center;
    height: 20px;
    margin: 0 20px 0 0;
    outline: 0;
    font-size: 1.2rem;
    border: 0;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    color: inherit;
    cursor: pointer
}

.header__top-btns-block .login-btn:hover {
    border: 0;
    color: #fff;
    text-decoration: none
}

.header__logo {
    width: 200px;
    display: block
}

@media (max-width: 1330px) {
    .header__logo {
        margin:0 0 0 60px
    }
}

@media (max-width: 767px) {
    .header__logo {
        margin:10px auto;
        width: 230px
    }
}

.header__slider-holder {
    padding: 50px 0 0;
    position: relative;
    -webkit-box-shadow: 0 6px 30px 0 rgba(0,0,0,.8);
    -moz-box-shadow: 0 6px 30px 0 rgba(0,0,0,.8);
    box-shadow: 0 6px 30px 0 rgba(0,0,0,.8)
}

.header__slider-holder .slide__text {
    z-index: 10;
    position: absolute
}

.header__slider-holder .slide img {
    width: 100%;
    z-index: 9;
    position: relative;
    display: block
}

.header__slider-holder .slide1-text {
    width: 37%;
    left: -120px;
    right: 0;
    margin: 0 auto;
    bottom: 25px;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 0#aaa,0 2px 0#aaa,0 3px 0#aaa,1px 0 0#aaa,1px 1px 0#aaa,1px 2px 0#aaa,1px 3px 0#aaa,0 6px 25px rgba(0,0,0,.6);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width: 767px) {
    .header__slider-holder .slide1-text {
        width:45%;
        left: 20px;
        right: auto;
        margin: auto 0;
        bottom: 0;
        top: 0;
        height: fit-content;
        font-size: 22px;
        line-height: 1.3em;
        color: #fff;
        text-shadow: 0 1px 0#aaa,0 2px 0#aaa,0 3px 0#aaa,1px 0 0#aaa,1px 1px 0#aaa,1px 2px 0#aaa,1px 3px 0#aaa,0 6px 15px rgba(0,0,0,.6)
    }
}

@media (max-width: 499px) {
    .header__slider-holder .slide1-text {
        font-size:18px
    }
}

.header__slider-holder .slide2-text {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    padding: 0 30px;
    box-sizing: border-box;
    background: -webkit-gradient(linear,left top,right top,from(rgba(50,18,88,0)),color-stop(25%,rgba(50,18,88,.9)),color-stop(75%,rgba(50,18,88,.9)),to(rgba(50,18,88,0)));
    background: linear-gradient(90deg,rgba(50,18,88,0)0,rgba(50,18,88,.9) 25%,rgba(50,18,88,.9) 75%,rgba(50,18,88,0))
}

.header__slider-holder .slide2-text-inner {
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(#ffbc3a),color-stop(50%,#ffbc3a),color-stop(55%,#e7971e),color-stop(65%,#ffe47a),color-stop(80%,#ffe47a),to(#ffe47a));
    background: linear-gradient(180deg,#ffbc3a 0,#ffbc3a 50%,#e7971e 55%,#ffe47a 65%,#ffe47a 80%,#ffe47a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 48px;
    font-size: 40px;
    text-align: center;
    white-space: nowrap;
    color: rgba(50,18,88,.9)
}

@media (max-width: 991px) {
    .header__slider-holder .slide2-text-inner {
        font-size:30px
    }
}

@media (max-width: 767px) {
    .header__slider-holder .slide2-text-inner {
        font-size:22px
    }
}

@media (max-width: 575px) {
    .header__slider-holder .slide2-text-inner {
        font-size:20px;
        white-space: normal;
        line-height: 1.3em
    }
}

.header__slider-holder .bx-pager {
    z-index: 90;
    position: absolute;
    bottom: auto;
    top: 60px;
    left: auto;
    right: 20px;
    margin: 0 auto;
    width: fit-content
}

.header__slider-holder .bx-pager-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    opacity: .6
}

.header__slider-holder .bx-pager-item a {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
    border-radius: 5px
}

.header__slider-container {
    position: relative;
    z-index: 9
}

.header__slider-container .slide {
    position: relative
}

.header__slider-container .slide__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 90px 0 0
}

.header__slider-container .slide__content-text {
    padding: 0 0 0 25px;
    position: relative;
    font-size: 3rem;
    color: #fff;
    width: 30%
}

.header__slider-container .slide__content-text:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 2px;
    height: 100%
}

.header__nav,.header__slider-container .bx-wrapper .bx-controls {
    position: relative;
    z-index: 100
}

.header__slider-container .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -500px;
    width: fit-content
}

.header__slider-container .bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: top
}

.header__slider-container .bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    font-size: 0;
    width: 20px;
    height: 25px;
    margin: 0 2px;
    background: url(img/main_slider_paging.png)5px 0 no-repeat
}

.header__slider-container .bx-wrapper .bx-pager.bx-default-pager a.active,.header__slider-container .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: url(img/main_slider_paging.png)-14px 0 no-repeat
}

.header__nav {
    margin: 50px auto 0;
    text-align: center;
    z-index: 20
}

.header__nav .menu {
    display: flex;
    justify-content: center;
    width: 100%;
    line-height: 70px;
    min-height: 70px;
    margin: 0 auto;
    padding: 0;
    text-align: justify
}

.header__nav .menu>li {
    list-style: none;
    display: table-cell;
    width: 15%;
}

.header__nav .menu>li>a {
    position: relative;
    z-index: 4;
    display: block;
    padding: 0 10px;
    font-size: 1.4rem;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0,0,0,.53);
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}
@media (max-width:768px) {
	.header__nav .menu {
		flex-wrap: wrap;
	}
	.header__nav .menu>li {
		display: block;
		width: 30%;
	}
	.header__nav .menu>li>a {
		font-size: 1.3rem;
	}
}
@media (max-width:420px) {
	/*.header__nav .menu>li {
		width: 50%;
	}*/
	.header__nav .menu>li>a {
		font-size: 1.1rem;
	}
}

.header__nav .menu>li>a:after {
    content: "";
    position: absolute;
    top: 20%;
    bottom: 0;
    right: 0;
    margin: auto 0;
    height: 60%;
    width: 1px;
    background-color: #313047
}
.header__nav .menu>li>a:before {
    content: "";
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    margin: auto 0;
    height: 60%;
    width: 1px;
    background-color: #313047
}

/*.header__nav .menu>li:last-child>a:after {
    display: none
}*/

.header__nav .menu>li:hover>a {
    background: rgba(255,255,255,.1)
}

.header .mobile__nav, .header .mobile__nav-btn {
	display: none;
}
@media screen and (max-width:800px) {
.header .mobile__nav {
	display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: url(../images/noise.png),-webkit-gradient(linear,left top,left bottom,from(#1c2240),to(#1c2240)) padding-box,-webkit-gradient(linear,left top,left bottom,from(#4d5a85),to(rgba(70,82,121,0))) border-box;
    z-index: 101;
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s
}

.header .mobile__nav.opened {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.header .mobile__nav-btn {
	display: block;
    position: fixed;
    top: 13px;
    left: 10px;
    z-index: 103;
    border: 0;
    background: 0 0;
    outline: 0;
    width: 40px;
    height: 25px
}
}

@media (max-width: 767px) {
    .header .mobile__nav-btn {
        top:70px
    }
}

.header .mobile__nav-btn span {
    width: 40px;
    height: 4px;
    left: 0;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.header .mobile__nav-btn span:first-child {
    top: 0
}

.header .mobile__nav-btn span:nth-child(2) {
    top: 10px
}

.header .mobile__nav-btn span:nth-child(3) {
    top: 20px
}

.header .mobile__nav-btn.opened span:first-child {
    width: 40px;
    top: 10px;
    left: -3px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.header .mobile__nav-btn.opened span:nth-child(2) {
    display: none
}

.header .mobile__nav-btn.opened span:nth-child(3) {
    width: 40px;
    top: 10px;
    left: -3px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.header .mobile__nav .menu {
    padding: 70px 30px 10px
}

@media (max-width: 767px) {
    .header .mobile__nav .menu {
        padding-top:130px
    }
}

.header .mobile__nav .menu li {
    list-style: none;
    margin: 0 0 20px
}

.header .mobile__nav .menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 2.2rem
}

.container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto
}

@media (max-width: 1220px) {
    .container {
        padding:0 25px
    }
}

@media (max-width: 767px) {
    .container {
        padding:0 15px
    }
}

.main-part {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 50px 0 30px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.5);
    border-top: 1px dashed #787878
}

@media (max-width: 767px) {
    .main-part {
        padding-top:115px
    }
}

.slots-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 20px 0
}

@media (max-width: 991px) {
    .slots-list {
        justify-content:space-around
    }
}

.slots-list-item {
    cursor: pointer;
    list-style: none;
    position: relative;
    flex-direction: column;
    margin: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 210px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px 0#000;
    box-shadow: 0 4px 10px 0#000;
    color: #fff;
    z-index: 9;
    overflow: hidden;
    border: 2px solid #393a51;
    -webkit-transition: -webkit-transform .15s linear;
    transition: transform .15s linear,-webkit-transform .15s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -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) {
    .slots-list-item {
        max-width:30%
    }
}

@media (max-width: 575px) {
    .slots-list-item {
        max-width:45%
    }
}

@media (max-width: 400px) {
    .slots-list-item {
        max-width:45%;
        margin: 0 5px 15px
    }
}

.slots-list-item:hover {
    z-index: 10;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.slots-list-item:hover .slots-list-item__hover {
    opacity: 1
}

.slots-list-item__name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 5px;
    background-color: #161626;
    font-family: Museo Sans Cyrl\ 500,sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.slots-list-item__hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    background: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    -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-btn {
    display: block;
    width: 130px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase
}

.home .header__nav {
    margin-top: 0
}
@media (max-width:800px) {
	.home .header__nav {
		display: none;
	}
}

@media (max-width: 767px) {
    .home .header__slider-holder {
        padding-top:110px
    }
}

.home .main-part {
    padding-top: 10px
}

.blog-list {
    padding: 0 0 20px
}

.blog-list__item {
    display: flex;
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #c6c6c6
}

.blog-list__item:last-child {
    border-bottom: none
}

@media (max-width: 575px) {
    .blog-list__item {
        flex-direction:column
    }
}

.blog-list__thumb_block {
    min-width: 280px;
    margin-right: 20px
}

@media (max-width: 575px) {
    .blog-list__thumb_block {
        margin:0 auto 15px;
        width: 100%;
        min-width: 220px
    }
}

.blog-list__thumb_block img {
    display: block;
    margin: 0 auto
}

.blog-list__right_block {
    position: relative;
    padding-bottom: 20px
}

.blog-list__right_block .read-more {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 1.4rem;
    color: #ececec;
    text-decoration: none
}

.blog-list__right_block .read-more:hover,.blog-list__ttl:hover {
    text-decoration: underline
}

.blog-list__ttl {
    font-size: 2.4rem;
    color: #2c7bde;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.btn-red,.email-popup-close,.email-popup__inner .ref_btn,.header__top-btns-block .reg-btn,.popup-close,.reg_popup-close,.reg_popup__inner .ref_btn,.reg_popup_inner .ref_btn,.to_top_btn {
    -webkit-box-shadow: 0 3px 0 0#871628,0 4px 4px 0#000;
    box-shadow: 0 3px 0 0#871628,0 4px 4px 0#000;
    background-color: #fe284a;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.btn-red:hover,.email-popup-close:hover,.email-popup__inner .ref_btn:hover,.header__top-btns-block .reg-btn:hover,.popup-close:hover,.reg_popup-close:hover,.reg_popup__inner .ref_btn:hover,.reg_popup_inner .ref_btn:hover,.to_top_btn: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)
}

.btn-green,.footer__nav .menu li a,.form-submit .submit {
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.btn-green,.form-submit .submit {
    -webkit-box-shadow: 0 3px 0 0#3c7028,0 4px 4px 0#000;
    box-shadow: 0 3px 0 0#3c7028,0 4px 4px 0#000;
    background-color: #62c23c
}

.btn-green:hover,.form-submit .submit:hover {
    transform: translateY(2px);
    -webkit-box-shadow: 0 1px 0 0#3c7028,0 4px 4px 0#000,inset 0 15px 15px -3px rgba(255,255,255,.2);
    box-shadow: 0 1px 0 0#3c7028,0 4px 4px 0#000,inset 0 15px 15px -3px rgba(255,255,255,.2)
}

.footer {
    padding: 0 0 20px
}

.footer__nav {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background-color: #161626;
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.75);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.75)
}

.footer__nav:after,.footer__nav:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(../images/star.svg)repeat-x;
    background-size: contain
}

.footer__nav:before {
    top: 3px
}

.footer__nav:after {
    bottom: 3px
}

.footer__nav .menu {
    list-style: none;
    text-align: center
}

.footer__nav .menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px
}

.footer__nav .menu li a {
    opacity: .5;
    display: block;
    color: #fff;
    text-decoration: none
}

.footer__nav .menu li a:hover {
    opacity: 1;
    text-decoration: underline
}

.footer__payments {
    padding: 40px 0 0
}

.footer__payments-ttl,.footer__vendors-ttl {
    color: #646a87;
    margin-bottom: 15px;
    height: 30px;
    border-bottom: 1px solid #222330;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap
}

.footer__payments-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer__payments-list li {
    margin: 0 7px 25px;
    max-width: 200px
}

@media (max-width: 575px) {
    .footer__payments-list li {
        max-width:40%;
        margin: 0 10px 25px
    }
}

.footer__payments-list li:nth-child(2) {
    width: 125px
}

.footer__payments-list li svg,.footer__vendors-list li svg {
    height: 50px;
    width: auto;
    display: block;
    max-width: 100%
}

.footer__vendors {
    padding: 40px 0 0
}

.footer__vendors-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer__vendors-list li {
    margin: 0 10px 45px;
    max-width: 200px
}

@media (max-width: 575px) {
    .footer__vendors-list li {
        max-width:40%;
        margin: 0 10px 25px
    }
}

.footer__copyrights {
    padding: 30px 0 10px;
    text-align: left;
    color: #646a87
}

.btn {
    border: 0;
    padding: 0;
    outline: 0;
    display: block
}

.demo_left_reg__btn,.reg_popup_inner input {
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.demo_left_reg__btn {
    position: fixed;
    opacity: .7;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 170px;
    height: 600px;
    max-height: 100%;
    max-width: calc(100vw - 340px);
    background: url(img/demo_desktop_btn.jpg)left center no-repeat;
    background-size: 100%
}

.demo_left_reg__btn:hover {
    opacity: 1
}

.page404_inner {
    min-height: 474px;
    width: 100%;
    height: calc(100vh - 570px);
    text-align: center;
    font-size: 2.4rem;
    padding-top: 15px;
    background: url(../images/404_error.png)center no-repeat
}

.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 {
    display: none;
    z-index: 102
}

#loader_gif,.popup,.popup .demo-iframe {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.popup .demo-iframe {
    display: block;
    width: 70vw;
    height: 80vh
}

.popup-close {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    background-size: 20px
}

.email-popup-close,.popup-close,.reg_popup-close {
    border-radius: 20px;
    background-image: url(../images/close_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

#loader_gif {
    width: 100px;
    height: 100px;
    background: url(img/loader-gif.gif)center no-repeat;
    z-index: 102
}

.reg_popup {
    overflow: hidden
}

@media (max-width: 575px) {
    .reg_popup {
        width:95%;
        height: 450px;
        box-sizing: border-box
    }
}

.reg_popup_ttl {
    line-height: 40px;
    border-bottom: 1px solid #646a87;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center
}

.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
}

.reg_popup_inner input {
    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
}

@media (max-width: 575px) {
    .reg_popup_inner input {
        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,.reg_popup_inner input:active,.reg_popup_inner input: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,.reg_popup_inner input.error_valid {
    border: 2px solid #ff0a09
}

.reg_popup_inner .error_valid_message {
    color: #ff0a09;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px
}

.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) {
    .reg_popup_inner .ref_btn {
        width:260px
    }
}

@media (max-width: 575px) {
    .reg_popup__bonuses-list {
        flex-wrap:wrap;
        justify-content: space-around;
        margin-bottom: 10px
    }
}

@media (max-width: 575px) {
    .reg_popup__bonuses-list>li {
        width:40%;
        margin: 0 10px 15px
    }

    .reg_popup__bonuses-list>li:last-child {
        display: none
    }
}

@media (max-width: 575px) {
    .reg_popup label {
        max-width:100%;
        width: 100%
    }
}

@media (max-width: 575px) {
    .reg_popup p {
        margin:15px auto 0;
        max-width: 100%;
        font-size: 12px
    }
}

@media (max-width: 575px) {
    .reg_popup p.reg_popup__bonuses-ttl {
        font-size:1.5rem
    }
}

.text-neon {
    display: inline-block;
    height: 24px;
    position: relative
}

.text-neon_stick {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #433d55;
    -webkit-box-shadow: 0 4px 8px 2px rgba(0,0,0,.2);
    box-shadow: 0 4px 8px 2px rgba(0,0,0,.2)
}

.text-neon_stick:first-of-type {
    top: 8px
}

.text-neon_stick:last-of-type {
    bottom: 8px
}

.text-neon_stick:after,.text-neon_stick:before {
    content: "";
    position: absolute;
    top: -1px;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: inherit
}

.text-neon_stick:before {
    left: 0
}

.text-neon_stick:after {
    right: 0
}

.text-neon_content {
    position: relative;
    display: block;
    height: inherit;
    padding: 0 8px;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    color: #ff5d56;
    text-shadow: 0 0 0#fa1320,0 0 5px #fa1320,0 0 10px #fa1320,0 0 15px #fa1320,0 1px 1px #c20b12,0 2px 1px #c20b12,0 10px 12px #000
}

@media (max-width: 575px) {
    .text-neon_content {
        font-size:18px
    }
}

.text-neon_content:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 30px 8px rgba(250,19,32,.3);
    box-shadow: 0 10px 30px 8px rgba(250,19,32,.3)
}

.form-submit .submit {
    width: 270px;
    margin: 15px 0;
    padding: 10px 25px;
    border-radius: 22px;
    outline: 0;
    color: #fff;
    border: 0
}

.commentlist {
    padding: 0;
    list-style: none;
    margin: 10px 0
}

.commentlist li.comment {
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
    border-radius: 3px;
    background: url(../images/noise.png),-webkit-gradient(linear,left top,left bottom,from(#1c2240),to(#1c2240)) padding-box,-webkit-gradient(linear,left top,left bottom,from(#4d5a85),to(rgba(70,82,121,0))) border-box;
    border: 1px dashed #c1b5ab
}

.commentlist li.comment .comment-author {
    padding-right: 220px;
    font-size: 1.8rem
}

.commentlist li.comment .commentmetadata {
    position: absolute;
    top: 20px;
    right: 20px
}

.commentlist li.comment .commentmetadata a {
    font-size: 1.4rem;
    text-decoration: none;
    color: #fff
}

.commentlist li.comment .children {
    list-style: none;
    padding: 15px 0 0
}

.commentlist li.comment .children li.comment {
    background: #1f1c1b
}

.commentlist li.comment .children li.comment:last-child {
    margin-bottom: 0
}

.navigation {
    overflow: hidden;
    clear: both
}

.comment-reply-title {
    padding-bottom: 7px;
    border-bottom: 1px solid #ececec
}

.comment-form-comment label {
    display: block;
    margin-bottom: 10px
}

.comment-form-comment textarea {
    width: 60%;
    border-radius: 5px;
    outline: 0;
    border: 0;
    padding: 10px;
    min-width: 280px;
    min-height: 150px;
    max-width: 80%;
    background: #fff8f3
}

@media (max-width: 499px) {
    .comment-form-comment textarea {
        min-width:250px
    }
}

.comment-form-author label,.comment-form-email label {
    display: inline-block;
    vertical-align: middle;
    width: 75px
}

.comment-form-author input,.comment-form-email input {
    border-radius: 7px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    outline: 0;
    background: #fff8f3
}

@media (max-width: 499px) {
    .comment-form-author input,.comment-form-email input {
        width:250px
    }
}

.comment-form-author,.comment-form-email,.form-submit {
    margin-top: 25px
}

.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 #55586c;
    border-bottom-color: #fe284a;
    max-width: 500px;
    padding: 10px 20px;
    background: url(../images/noise.png),-webkit-gradient(linear,left top,left bottom,from(#1c2240),to(#1c2240)) padding-box,-webkit-gradient(linear,left top,left bottom,from(#4d5a85),to(rgba(70,82,121,0))) border-box;
    -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;
        height: fit-content;
        max-height: 90vh;
        box-sizing: border-box
    }
}

.email-popup__ttl,.reg_popup__ttl {
    border-bottom: 1px solid #646a87;
    font-size: 2rem;
    line-height: 1.4em;
    padding-bottom: 7px;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.email-popup__ttl span,.reg_popup__ttl span {
    color: #fe284a
}

.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-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#871628,0 4px 4px 0#000;
    box-shadow: 0 3px 0 0#871628,0 4px 4px 0#000;
    background-color: #fe284a;
    -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 p,.reg_popup__form .hidden-input p {
    margin: 0
}

.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.aborted .wpcf7-response-output,.email-popup__form .wpcf7 form.failed .wpcf7-response-output,.reg_popup__form .wpcf7 form.aborted .wpcf7-response-output,.reg_popup__form .wpcf7 form.failed .wpcf7-response-output {
    display: none!important
}

.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__bonuses-list,.reg_popup__bonuses-list {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 575px) {
    .email-popup__bonuses-list,.reg_popup__bonuses-list {
        flex-wrap:wrap;
        justify-content: space-around;
        margin-bottom: 10px
    }
}

.email-popup__bonuses-list>li,.reg_popup__bonuses-list>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 575px) {
    .email-popup__bonuses-list>li,.reg_popup__bonuses-list>li {
        width:40%;
        margin: 0 10px 15px
    }

    .email-popup__bonuses-list>li:last-child,.reg_popup__bonuses-list>li:last-child {
        display: none
    }
}

.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: 30px auto
}

@media (max-width: 575px) {
    .email-popup p,.reg_popup p {
        margin:15px auto 0;
        max-width: 100%
    }
}

.email-popup p.reg_popup__bonuses-ttl,.reg_popup p.reg_popup__bonuses-ttl {
    margin: 10px auto;
    font-size: 1.5rem;
    text-align: center
}

@media (max-width: 575px) {
    .email-popup p.reg_popup__bonuses-ttl,.reg_popup p.reg_popup__bonuses-ttl {
        font-size:1.5rem
    }
}

@media only screen and (max-width: 1755px) {
    .header-top .socials-list {
        display:none
    }

    .top-menu-block {
        padding-right: 160px
    }
}

@media only screen and (max-width: 1575px) {
    .logotype {
        max-width:120px;
        top: 13px
    }

    .top-menu-block {
        padding: 0 160px
    }
}
.section {
	    background: url(../images/noise.png) repeat,linear-gradient(#1c2240,#1c2240) padding-box,linear-gradient(180deg,#4d5a85,rgba(70,82,121,0)) border-box;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 8px 10px #000;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.c-faq {
    box-sizing: border-box;
    width: 100%;
}
.o-lines__bg.is-load {
    background-image: url(../images/body_strips.svg);
}
details {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: block;
    box-shadow: inset 0 0 20px 0 rgba(0,0,0,.5);
    background-color: #212132;
    padding: 14px 12px 0 12px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 2rem;
    box-sizing: border-box;
}
summary {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    padding-bottom: 14px;
    transition-duration: .3s;
}
details[open] summary {
    border-color: #e4e5eb;
}

summary::after {
    content: "▶";
    position: absolute;
    display: flex;
    height: 19px;
    width: 3px;
    right: 18px;
    transition-duration: .3s;
    top: 0;
}
details[open]>summary::after {
    transform: rotate(90deg);
}

.clear::after {
	content: "";
	display: block;
	clear: both;

}
a[aria-current="page"] {
	pointer-events: none;
	opacity: 0.7;
	cursor: default;
}
.h_h_r_t{
    color: #fff;
    font-size: 18px;
}
.h_h_rr {
    margin-bottom:20px;
}
.h_h_r_bb {
    padding: 15px;
    text-align: center;
}
.h_h_r_p.click_block {
    cursor: pointer;
}
.h_h_r_p {
    height: 35px;
    border: 2px dashed #fff;
    border-radius: 100px;
    background-color: #2a2a2a;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    position: relative;
    margin: 14px 0;
}
.r_p_t {
    line-height: 38px;
}
.r_p_i {
    position: absolute;
    top: 13px;
    right: 10px;
}
.like-green-link {
    margin: 14px 0;
    padding-left: 10px;
    border-radius: 100px;
    display: block;
    width: 100%;
    height: 40px;
    background-color: #fe284a;
    box-shadow: 0 3px 0 0#871628,0 4px 4px 0#000;
    color: #fefefe;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
.like-green-link: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);
    transition: all ease-out .2s;
}
/* edit 15.10.2024 */
@media (max-width:420px) {
    .h_h_r_bb {
        padding: 15px 5px;
    }
    .like-green-link {
        font-size: 14px;
        overflow: hidden;
    }
    .lwptoc-left {
        margin-right: 0;
    }
}