/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
    overflow: visible
}

progress, sub, sup {
    vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif
}

a {
    text-decoration: none
}

body {
    background-color: #010828;
    font-family: sans-serif
}

.aligncenter {
    display: block;
    margin: 20px auto
}

.alignright {
    float: right;
    margin: 20px 0 20px 20px
}

@media (max-width: 414px) {
    .alignright {
        display: block;
        float: none;
        margin: 20px auto
    }
}

.alignleft {
    float: left;
    margin: 20px 20px 20px 0
}

@media (max-width: 414px) {
    .alignleft {
        display: block;
        float: none;
        margin: 20px auto
    }
}

.header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%
}

.header, .header .main {
    align-items: center
}

.header__content {
    background-color: #131575;
    box-sizing: border-box;
    display: flex;
    height: 82px;
    justify-content: space-between;
    padding: 19px 0;
    position: relative;
    width: 100%
}

@media (max-width: 11120px) {
    .header__content {
        height: auto;
        justify-content: center
    }
}

.best-wrap-main {
    flex-wrap: nowrap;
    margin: 0 auto
}

.header__right {
    align-items: center;
    display: flex;
    height: 44px;
    justify-content: flex-end
}

@media (max-width: 1120px) {
    .header__right {
        margin: 10px auto
    }
}

@media (max-width: 480px) {
    .header__right {
        height: auto
    }
}

.btn-get-ref {
    border-radius: 25px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding: 12px 32px;
    transition: .3s
}

@media (max-width: 480px) {
    .btn-get-ref {
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 10px auto;
        width: 100%
    }
}

.download_wrap {
    margin-right: 20px
}

@media screen and (max-width: 768px) {
    .download_wrap {
        align-items: center;
        background-color: #131575;
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        margin-right: 0;
        padding: 10px;
        position: fixed;
        right: 0;
        z-index: 99
    }

    .download_wrap .button_dwnld {
        width: auto
    }

    .footer__bottom {
        margin-bottom: 60px
    }
}

.button_dwnld {
    align-items: center;
    background: #2dc633;
    display: flex;
    justify-content: center
}

.button_dwnld:hover {
    box-shadow: 0 0 10px #8bce95
}

.button_dwnld svg {
    margin-right: 5px
}

.button_reg {
    background: #8a2dc6
}

.button_reg:hover {
    box-shadow: 0 0 10px #62ffff
}

.button_ent {
    background: #2d8bc6;
    box-sizing: border-box;
    margin-left: 20px
}

.button_ent:hover {
    box-shadow: 0 0 10px #d9185f
}

@media (max-width: 480px) {
    .button_ent {
        margin: 0 auto;
        max-width: 201px
    }
}

.home-banner .item {
    position: relative
}

.home-banner .item img {
    display: block;
    height: auto;
    width: 100%
}

.home-banner .item .description {
    box-sizing: border-box;
    left: 15%;
    max-width: 650px;
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 1
}

.home-banner .item .description .bottom_txt, .home-banner .item .description .top_txt {
    color: #fff;
    font-family: sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px;
    text-transform: uppercase
}

.home-banner .item .description .middle_txt {
    color: #fff;
    font-family: sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 65px;
    margin-bottom: 20px;
    margin-top: 15px;
    text-transform: uppercase
}

.home-banner .item .description .button {
    margin-top: 10px
}

@media (max-width: 767px) {
    .home-banner .item img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        opacity: .8;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

    .home-banner .item .description {
        padding: 25px 15px;
        position: static;
        text-align: center
    }

    .home-banner .item .description .top_txt {
        font-size: 26px;
        line-height: 1.33
    }

    .home-banner .item .description .middle_txt {
        font-size: 32px;
        line-height: 1.33
    }

    .home-banner .item .description .button {
        margin-left: 0;
        margin-right: 0;
        max-width: 290px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    }
}

.button {
    background: #de135e;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 74px;
    position: relative;
    transition: box-shadow .2s ease;
    vertical-align: top
}

.button:hover {
    box-shadow: 0 0 15px #de135e;
    color: #fff;
    text-decoration: none
}

.social {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    line-height: 19px
}

.social p {
    padding-left: 12px;
    padding-right: 19px
}

@media (max-width: 480px) {
    .social p {
        padding-left: 7px;
        padding-right: 0
    }
}

.soc_btn {
    align-items: center;
    display: flex;
    flex-direction: row
}

.soc_btn span {
    cursor: pointer;
    display: inline-block;
    height: 36px;
    margin-left: 10px;
    width: 36px
}

.vk {
    background: url(/wp-content/themes/33533/assets/dist/images/social_icon.png?a1c66b699d32ebeaccab3bb2a818c263) no-repeat
}

.vk:hover {
    background: url(/wp-content/themes/33533/assets/dist/images/social_icon.png?a1c66b699d32ebeaccab3bb2a818c263) no-repeat 0 -45px
}

.fb {
    background: url(/wp-content/themes/33533/assets/dist/images/social_icon.png?a1c66b699d32ebeaccab3bb2a818c263) no-repeat -46px 0
}

.fb:hover {
    background: url(/wp-content/themes/33533/assets/dist/images/social_icon.png?a1c66b699d32ebeaccab3bb2a818c263) no-repeat -46px -45px
}

.tw {
    background: url(/wp-content/themes/33533/assets/dist/images/social_icon.png?a1c66b699d32ebeaccab3bb2a818c263) no-repeat -92px 0
}

.tw:hover {
    background: url(/wp-content/themes/33533/assets/dist/images/social_icon.png?a1c66b699d32ebeaccab3bb2a818c263) no-repeat -92px -45px
}

.od {
    background: url(/wp-content/themes/33533/assets/dist/images/social_icon.png?a1c66b699d32ebeaccab3bb2a818c263) no-repeat -138px 0
}

.od:hover {
    background: url(/wp-content/themes/33533/assets/dist/images/social_icon.png?a1c66b699d32ebeaccab3bb2a818c263) no-repeat -138px -45px
}

.top-menu {
    margin: 0 auto;
    max-width: 1420px;
    width: 100%
}

@media (max-width: 1024px) {
    .top-menu {
        min-height: 50px;
        position: relative
    }
}

.top-menu ul#menu-top {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.top-menu ul#menu-top li {
    margin-right: 92px;
    max-height: 78px;
    position: relative
}

@media (max-width: 1024px) {
    .top-menu ul#menu-top li {
        display: block;
        margin-right: 0;
        width: 100%
    }
}

.top-menu ul#menu-top li a, .top-menu ul#menu-top li span {
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-left: 15px;
    max-height: 64px;
    padding: 23px 5px 23px 0;
    position: relative;
    text-align: center;
    text-shadow: 0 2px 0 rgba(4, 4, 4, .19);
    text-transform: uppercase;
    transition: .2s;
    z-index: 2
}

.top-menu ul#menu-top li:before {
    background: linear-gradient(180deg, #ffe600, #e1bf2e);
    border: 1px solid #fff8b8;
    border-radius: 100%;
    box-shadow: 0 0 4px #e3b40e;
    box-sizing: border-box;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 27px;
    transition: .2s;
    width: 8px
}

@media (max-width: 1024px) {
    .top-menu ul#menu-top li:before {
        display: none
    }
}

.top-menu ul#menu-top li:hover a, .top-menu ul#menu-top li:hover span {
    border-bottom: 1px solid #4374ff;
    color: #4374ff
}

.top-menu ul#menu-top li:hover:before {
    border: 1px solid #4374ff
}

.top-menu ul#menu-top .current-menu-item span {
    border-bottom: 1px solid #ffdd62;
    color: #ffdd62;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media (max-width: 1024px) {
    .top-menu ul#menu-top {
        display: none;
        margin: 0 auto;
        width: 50%
    }
}

@media (max-width: 768px) {
    .top-menu ul#menu-top {
        display: none;
        margin: 0 auto;
        width: 70%
    }
}

@media (max-width: 480px) {
    .top-menu ul#menu-top {
        display: none;
        margin: 0 auto;
        width: 80%
    }
}

#nav-icon {
    cursor: pointer;
    display: none;
    height: 25px;
    margin: 0;
    position: absolute;
    right: 11px;
    top: 15px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .5s ease-in-out;
    width: 30px;
    z-index: 5
}

@media (max-width: 1024px) {
    #nav-icon {
        display: block
    }
}

#nav-icon span {
    background: #fff;
    border-radius: 9px;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .25s ease-in-out;
    width: 100%
}

#nav-icon span:first-child {
    top: 0
}

#nav-icon span:nth-child(2) {
    top: 9px
}

#nav-icon span:nth-child(3) {
    top: 18px
}

#nav-icon.open span:first-child {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#nav-icon.open span:nth-child(2) {
    left: -60px;
    opacity: 0
}

#nav-icon.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.footer {
    margin-top: 90px
}

.footer__copyright {
    background: #051548;
    color: #f1eff4;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    padding: 22px 30px 27px;
    text-align: center
}

.footer__payment {
    background: #001d75;
    padding: 26px 0
}

.footer__payment .container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1420px;
    width: 100%
}

.footer__payment img {
    margin: 0 25px;
    opacity: .5
}

.footer__payment img:hover {
    opacity: 1
}

@media (max-width: 480px) {
    .footer__payment img {
        height: auto;
        margin: 10px 15px;
        max-width: 70px
    }
}

.footer__menu {
    background: #0d0b10
}

.footer__menu .footer_menu {
    align-content: stretch;
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 64px;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    max-width: 1420px;
    padding: 0;
    position: relative;
    width: 100%
}

@media (max-width: 1440px) {
    .footer__menu .footer_menu {
        box-sizing: border-box;
        padding: 0 30px
    }
}

@media (max-width: 1000px) {
    .footer__menu .footer_menu {
        flex-wrap: wrap;
        height: auto
    }
}

@media (max-width: 768px) {
    .footer__menu .footer_menu {
        align-items: center;
        flex-direction: column
    }
}

.footer__menu .footer_menu li {
    margin-right: 92px;
    max-height: 78px;
    position: relative
}

@media (max-width: 768px) {
    .footer__menu .footer_menu li {
        margin-right: 0
    }
}

.footer__menu .footer_menu li a, .footer__menu .footer_menu li span {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-left: 15px;
    padding: 23px 5px 23px 0;
    position: relative;
    text-align: center;
    text-shadow: 0 2px 0 rgba(4, 4, 4, .19);
    text-transform: uppercase;
    z-index: 2
}

.footer__menu .footer_menu li:before {
    background: linear-gradient(180deg, #ffe600, #e1bf2e);
    border: 1px solid #fff8b8;
    border-radius: 100%;
    box-shadow: 0 0 4px #e3b40e;
    box-sizing: border-box;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 27px;
    width: 8px
}

.footer__menu .footer_menu li:hover a, .footer__menu .footer_menu li:hover span {
    border-bottom: 1px solid #62ffff;
    color: #62ffff
}

.footer__menu .footer_menu li:hover:before {
    background: linear-gradient(180deg, #15ffff, #007171);
    border: 1px solid #62ffff;
    box-shadow: 0 0 4px rgba(98, 255, 255, .5)
}

.footer__menu .footer_menu .current-menu-item span {
    border-bottom: 1px solid #62ffff;
    color: #62ffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.footer__menu .footer_menu .current-menu-item:before {
    background: linear-gradient(180deg, #15ffff, #007171);
    border: 1px solid #62ffff;
    box-shadow: 0 0 4px rgba(98, 255, 255, .5)
}

.crumbs {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

.crumbs li {
    margin-right: 28px
}

.crumbs li a {
    color: #e5e5e5;
    font-size: 16px;
    line-height: 21px;
    position: relative
}

.crumbs li a:visited {
    color: #e5e5e5 !important
}

.crumbs li a:before {
    background: linear-gradient(180deg, #15ffff, #007171);
    border: 1px solid #62ffff;
    border-radius: 100%;
    box-shadow: 0 0 4px rgba(98, 255, 255, .5);
    box-sizing: border-box;
    content: "";
    height: 8px;
    left: -17px;
    position: absolute;
    top: 5px;
    width: 8px
}

.crumbs li:first-of-type a:before {
    display: none
}

.crumbs li span.crumbs__curr {
    color: #62ffff;
    font-size: 16px;
    line-height: 21px;
    position: relative
}

.crumbs li span.crumbs__curr:before {
    background: linear-gradient(180deg, #15ffff, #007171);
    border: 1px solid #62ffff;
    border-radius: 100%;
    box-shadow: 0 0 4px rgba(98, 255, 255, .5);
    box-sizing: border-box;
    content: "";
    height: 8px;
    left: -17px;
    position: absolute;
    top: 5px;
    width: 8px
}

.main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 1420px
}

@media (max-width: 1440px) {
    .main {
        box-sizing: border-box;
        padding: 0 30px;
        width: 100%
    }
}

@media (max-width: 1200px) {
    .main {
        box-sizing: border-box;
        padding: 0 30px
    }
}

@media (max-width: 1120px) {
    .main {
        flex-direction: column
    }
}

@media (max-width: 768px) {
    .main {
        padding: 0 15px
    }
}

.main .content-wrap {
    box-sizing: border-box;
    width: 100%
}

.main .content-wrap.main-page {
    max-width: none
}

@media (max-width: 1200px) {
    .main .content-wrap {
        width: 100%
    }
}

.main .content-wrap h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px
}

.main .content-wrap h2, .main .content-wrap h3, .main .content-wrap h4 {
    color: #fff;
    font-weight: 700;
}

.main .content-wrap h2 {
    font-size: 20px;
    line-height: 23px
}

.main .content-wrap h3 {
    font-size: 18px;
    line-height: 21px
}

.main .content-wrap p {
    color: #c0c9d0;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 10px
}

.main .content-wrap ol, .main .content-wrap ul {
    color: #c0c9d0;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 20px auto
}

.main .content-wrap ol li, .main .content-wrap ul li {
    padding-bottom: 5px
}

.main .content-wrap ol li ul, .main .content-wrap ul li ul {
    margin: 5px 0 0
}

.main .content-wrap img {
    height: auto;
    max-width: 100%
}

.main .content-wrap img.alignright {
    float: right;
    margin: 20px 0 20px 20px
}

@media (max-width: 414px) {
    .main .content-wrap img.alignright {
        display: block;
        float: none;
        margin: 20px auto
    }
}

.main .content-wrap img.alignleft {
    float: left;
    margin: 20px 20px 20px 0
}

@media (max-width: 414px) {
    .main .content-wrap img.alignleft {
        display: block;
        float: none;
        margin: 20px auto
    }
}

.main .content-wrap a, .main .content-wrap a:hover {
    color: #fff
}

.main .std-table-wrp {
    cursor: default;
    overflow-x: auto;
    width: 100%
}

.main .tftable {
    border-collapse: collapse;
    border-color: #c0c9d0;
    border-width: 1px;
    color: #333;
    font-size: 12px;
    margin-top: 40px;
    min-width: 100%;
    text-align: center;
    width: 100%
}

.main .tftable tr {
    background-color: #09134a;
    color: #f0f8ff
}

.main .tftable td {
    border: 1px solid #c0c9d0;
    font-size: 13px;
    padding: 8px
}

.main.post-container {
    box-sizing: border-box;
    padding: 0 50px;
    width: 100%
}

@media (max-width: 1440px) and (min-width: 1280px) {
    .main.post-container {
        padding: 0 20px
    }
}

@media (max-width: 480px) {
    .main.post-container {
        padding: 0 20px
    }
}

.post-container .content-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%
}

.main-content {
    width: 100%
}

.left-sidebar {
    margin-right: 40px;
    min-width: 365px
}

.left-sidebar .sidebar_reg {
    margin-top: 60px
}

@media (max-width: 1440px) and (min-width: 1280px) {
    .left-sidebar {
        margin-right: 20px;
        min-width: 300px
    }
}

@media (max-width: 1280px) {
    .left-sidebar {
        margin: 0 auto;
        max-width: 365px;
        width: 100%
    }
}

@media (max-width: 480px) {
    .left-sidebar {
        min-width: auto
    }
}

.right-sidebar {
    margin-left: 40px;
    min-width: 365px
}

.right-sidebar .single_counter {
    margin-bottom: 30px;
    margin-top: 60px
}

@media (max-width: 1440px) and (min-width: 1280px) {
    .right-sidebar {
        margin-left: 20px;
        min-width: 320px
    }

    .right-sidebar .jc__counter {
        padding: 20px 20px 23px
    }
}

@media (max-width: 1280px) {
    .right-sidebar {
        margin: 0 auto;
        max-width: 365px;
        width: 100%
    }
}

@media (max-width: 480px) {
    .right-sidebar {
        min-width: auto
    }
}

.single-content-wrap {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 1280px) {
    .single-content-wrap {
        align-items: center;
        flex-direction: column
    }
}

@media (max-width: 1200px) {
    .single-content-wrap {
        width: 100%
    }
}

.single-content-wrap .content-iframe {
    margin-top: 60px
}

.single-content-wrap .slots-wrap .slot {
    margin: 10px 0
}

@media (max-width: 1280px) {
    .single-content-wrap .main-content {
        order: -1
    }
}

.single-content-wrap .content-text h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px
}

.single-content-wrap .content-text h2, .single-content-wrap .content-text h3, .single-content-wrap .content-text h4 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px
}

.single-content-wrap .content-text h2 {
    font-size: 20px;
    line-height: 23px
}

.single-content-wrap .content-text h3 {
    font-size: 18px;
    line-height: 21px
}

.single-content-wrap .content-text p {
    color: #c0c9d0;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 10px
}

.single-content-wrap .content-text ol, .single-content-wrap .content-text ul {
    color: #c0c9d0;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 20px auto
}

.single-content-wrap .content-text ol li, .single-content-wrap .content-text ul li {
    padding-bottom: 5px
}

.single-content-wrap .content-text img {
    height: auto;
    max-width: 100%
}

.single-content-wrap .content-text img.alignright {
    float: right;
    margin: 20px 0 20px 20px
}

.single-content-wrap .content-text img.alignleft {
    float: left;
    margin: 20px 20px 20px 0
}

.single-content-wrap .content-text a, .single-content-wrap .content-text a:hover {
    color: #fff
}

.load-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 25px auto 40px;
    width: 100%
}

.loadmore {
    border: 2px solid #4274ff;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding: 11px 25px 12px;
    text-align: center;
    transition: .3s
}

.loadmore:hover {
    background: #4274ff
}

.page-container .sidebar {
    padding-top: 50px
}

.sidebar {
    box-sizing: border-box;
    margin-left: 40px;
    position: relative;
    width: 365px
}

@media (max-width: 1200px) {
    .sidebar {
        margin: 40px auto 20px
    }
}

@media (max-width: 414px) {
    .sidebar {
        width: 100%
    }
}

.jc__counter {
    background: linear-gradient(.503turn, #1d0839 1.21%, #40086c 98.53%);
    border: 2px dashed #d9185f;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 22px 40px 23px 25px;
    position: relative
}

.jc__counter .sidebar_block-icon {
    right: 56px
}

.jc__counter:hover, .jc__counter:hover .sidebar_block-icon {
    box-shadow: 0 0 10px #d9185f
}

@media (max-width: 414px) {
    .jc__counter {
        padding: 50px 20px 23px
    }
}

.sidebar_block-icon {
    align-items: center;
    background: #1d0839;
    border: 2px dashed #d9185f;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    height: 80px;
    justify-content: center;
    position: absolute;
    right: 15px;
    text-align: center;
    top: -40px;
    width: 80px
}

.sidebar-title {
    color: #62ffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 100%
}

@media (max-width: 414px) {
    .sidebar-title {
        text-align: center
    }
}

.countdown {
    display: flex
}

.jc__countbutton, .jc__countdown {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 40px;
    text-transform: uppercase
}

@media (max-width: 414px) {
    .jc__countbutton, .jc__countdown {
        font-size: 28px
    }
}

.jc__countbutton {
    margin-left: 10px
}

.best--win__carousel {
    background: linear-gradient(154.11deg, #26084e 10.14%, #58086c 77.26%);
    border: 2px dashed #d9185f;
    border-radius: 8px;
    margin-top: 69px;
    position: relative
}

.best--win__carousel:hover, .best--win__carousel:hover .sidebar_block-icon {
    box-shadow: 0 0 10px #d9185f
}

.best--win__carousel .sidebar-title {
    margin-top: 61px;
    text-align: center
}

.best--win__carousel .best-win-icon {
    left: 50%;
    position: absolute;
    top: -40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.best--win__carousel ul {
    list-style: none;
    padding: 0
}

.best--win__carousel a {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    padding: 7px 10px 7px 40px
}

.best--win__carousel a:hover {
    background: #23004d
}

.best--win__carousel a:hover .game-name {
    color: #f978f4
}

@media (max-width: 414px) {
    .best--win__carousel a {
        padding: 7px 10px 7px 15px
    }
}

.best--win__carousel a .right-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 18px;
    width: 100%
}

.best--win__carousel a .left-col img {
    height: auto;
    max-width: 90px
}

.best--win__carousel .winner-prize {
    color: #62ffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    width: 100%
}

.best--win__carousel .winner-name {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px
}

.best--win__carousel .game-name {
    color: #f9dc78;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px
}

.sidebar_reg {
    align-items: center;
    background: url(/wp-content/themes/33533/assets/dist/images/reg.jpg?fe53b2821e063a51b262c581e062eee1) no-repeat;
    background-size: cover;
    border: 2px dashed #d9185f;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 69px auto 30px;
    padding: 60px 15px 35px;
    position: relative;
    text-align: center;
    width: 100%
}

.sidebar_reg:hover, .sidebar_reg:hover .sidebar_block-icon {
    box-shadow: 0 0 10px #d9185f
}

.sidebar_reg .best-win-icon {
    left: 50%;
    position: absolute;
    top: -40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sidebar_reg .after_title {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin: 7px auto 24px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 414px) {
    .sidebar_reg .after_title {
        font-size: 28px
    }
}

.sidebar_reg .button {
    background: #bb06c2
}

@media (max-width: 414px) {
    .sidebar_reg .button {
        padding: 12px 60px
    }
}

.sidebar_reg .button:hover {
    box-shadow: 0 0 10px #d9185f
}

.filter-wrap {
    align-items: center;
    background: #220746;
    background: linear-gradient(175.46deg, #220746 15.77%, #1b0127 61.21%);
    border: 1px dashed #d9185f;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(19, 5, 38, .3);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 40px;
    padding: 24px
}

@media (max-width: 600px) {
    .filter-wrap {
        padding: 10px 15px
    }

    .filter-wrap img {
        max-width: 70px !important
    }
}

.filter-wrap .javul-filter__btn {
    align-items: center;
    background: transparent;
    border: none;
    color: #e0dfdf;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    outline: none;
    padding: 10px;
    position: relative;
    text-transform: uppercase
}

.filter-wrap .javul-filter__btn .active {
    background: #fff
}

.slots-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto
}

.slots-wrap .hidden {
    display: none
}

.slots-wrap .slot {
    border: 2px solid transparent;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(19, 5, 38, .3);
    box-sizing: border-box;
    margin: 10px 2px;
    overflow: hidden;
    width: 248px
}

.slots-wrap .slot:hover {
    border: 2px dashed #4374ff
}

.slots-wrap .slot:hover figcaption {
    background: transparent
}

.slots-wrap .slot:hover .button-wrap {
    background: linear-gradient(180deg, #000a29, rgba(16, 0, 37, .2));
    opacity: 1;
    z-index: 2
}

@media (max-width: 768px) {
    .slots-wrap .slot:hover .button-wrap {
        background: none
    }
}

.slots-wrap .slot:hover .title {
    color: #62ffff
}

.slots-wrap .slot:hover .demo:hover {
    background: #6d1dbd;
    color: #fff !important
}

@media (max-width: 768px) {
    .slots-wrap .slot:hover .demo:hover {
        background: none
    }
}

.slots-wrap .slot:hover .play:hover {
    box-shadow: 0 0 15px #d9185f
}

@media (max-width: 768px) {
    .slots-wrap .slot:hover .play:hover {
        box-shadow: none
    }
}

.slots-wrap .slot .slot-item_thumb {
    position: relative
}

.slots-wrap .slot .slot-btn {
    align-items: center;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 46px;
    justify-content: center;
    position: relative;
    width: 138px
}

.slots-wrap .slot .slot-btn:hover {
    color: #fff
}

.slots-wrap .slot .demo {
    border: 2px solid #6d1dbd
}

@media (max-width: 768px) {
    .slots-wrap .slot .demo {
        border: none;
        bottom: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        text-indent: -9999px;
        top: 0;
        width: 100%;
        z-index: 9999
    }
}

.slots-wrap .slot .play {
    background: #de135e;
    margin-top: 15px;
    transition: box-shadow .2s ease
}

@media (max-width: 768px) {
    .slots-wrap .slot .play {
        background: transparent;
        display: none
    }
}

.slots-wrap .slot figure {
    margin: 0;
    position: relative
}

.slots-wrap .slot img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

.slots-wrap .slot .button-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.slots-wrap .slot .button-wrap a, .slots-wrap .slot .button-wrap a:hover, .slots-wrap .slot .button-wrap a:visited {
    color: #fff
}

.slots-wrap .slot .title {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 2px 0 #111c28;
    text-transform: uppercase;
    white-space: nowrap
}

.slots-wrap .slot figcaption {
    background: #45800f;
    background: linear-gradient(183.19deg, #4274ff 1.21%, #001d75 98.53%);
    padding: 20px 22px;
    text-align: center
}

.s-game {
    border-radius: 10px;
    box-sizing: border-box;
    display: none;
    margin: 0 auto;
    overflow: hidden;
    width: 100%
}

@media screen and (min-width: 768px) {
    .s-game {
        display: block
    }
}

.s-game__inner {
    background-color: #000;
    position: relative
}

.s-game__inner:after {
    content: "";
    display: block;
    padding-top: 75%
}

.s-game__entry, .s-game__inner iframe {
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.s-game__inner iframe {
    border: 0;
    outline: 0
}

.s-game__img {
    display: block;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    height: 100%;
    opacity: .5;
    width: 100%
}

.s-game__btn {
    background: #de135e;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    left: 50%;
    padding: 14px 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .2s ease;
    width: 220px
}

.s-game__btn:hover {
    box-shadow: 0 0 15px #de135e;
    text-decoration: none
}

.main .bonus-item {
    align-items: center;
    background: linear-gradient(183.19deg, #466af4 1.21%, #111978 98.53%);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    padding: 23px 30px
}

.main .bonus-item .bonus_title {
    color: #fff !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase
}

.main .bonus-item .bonus_text {
    color: #e5e5e5;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px
}

@media (max-width: 1280px) {
    .main .bonus-item {
        padding: 20px
    }
}

@media (max-width: 768px) {
    .main .bonus-item {
        flex-direction: column
    }
}

.main .bonus-item .bonus-button {
    align-items: center;
    background: #de135e;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: 19px;
    padding: 13px 17px 14px;
    transition: .2s;
    width: 100%
}

.main .bonus-item .bonus-button:hover {
    box-shadow: 0 0 15px #de135e
}

.main .bonus-item .button-about {
    align-items: center;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: 19px;
    margin-bottom: 18px;
    padding: 13px 17px 14px;
    transition: .2s;
    width: 100%
}

.main .bonus-item .button-about:hover {
    background: #4374ff
}

.bonus_btn {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px
}

@media (max-width: 1280px) {
    .bonus-item__thumb {
        margin-bottom: 20px;
        max-width: 100px
    }

    .bonus-item__head {
        margin: 15px auto;
        text-align: center
    }

    .bonus_btn {
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .main .bonus-item {
        padding: 15px
    }
}

.logo-img {
    max-width: 100%
}

@media (max-width: 768px) {
    .logo-img {
        margin: 0 auto
    }
}

.g-video {
    margin: 15px auto;
    max-width: 600px
}

.g-video__wrap {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative
}

.g-video__wrap iframe {
    border: 0;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.error-page {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 150px 0;
    text-align: center
}

.error-page a {
    color: #fff;
    text-decoration: underline
}

.error-page a:hover {
    color: #62ffff;
    text-decoration: none
}

.error-page .er_title {
    font-size: 42px
}

table td, table tr {
    color: #f0f8ff
}

.main .content-wrap .custom-list a, .main .content-wrap .custom-list span {
    color: #f60
}

.main .content-wrap .custom-list a:hover, .main .content-wrap .custom-list span:hover {
    color: #fff
}

.custom-list a, .custom-list span {
    color: #f60
}

.custom-list a:hover, .custom-list span:hover {
    color: #fff
}

.main .content-wrap li a {
    transition: .2s
}

.main .content-wrap li a:hover {
    color: #23c713
}

.acf-label {
    color: #fff
}

.disclaimer {
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    height: 15vh;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 99
}

.disclaimer .disclaimer_text {
    color: #0f1033;
    display: block;
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
    max-width: 1390px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .disclaimer .disclaimer_text {
        font-size: 18px;
        line-height: 27px;
        padding: 15px
    }
}

@media (max-width: 480px) {
    .disclaimer .disclaimer_text {
        font-size: 12px;
        line-height: 18px
    }
}

h1, h2, h3, h4 {
     margin-bottom: 20px;
    margin-top: 35px;
    text-align: center;
}

.content-wrap img {
    display: block;
    max-width: 100%;
    border-radius: 10px;
    margin: 31px auto;
}
.nav-main li a {
    color: white !important;
    margin: 5px 10px;
}
.nav-main ul {
    padding-left: 0;
}