@charset "UTF-8";

.games-list-hover,
article,
aside,
details,
figure,
footer,
header,
nav,
section,
summary {
    display: block
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  figure img {
    border-radius: 14px;
    margin: 20px auto;
  }

  #customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
    }
   
    #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    }
   
    #customers tr:hover {background-color: #929191;}
   
    #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
    }

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #f5f5f5;
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 10px;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

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%;
    height: auto
}

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
}

figure {
    margin: 0
}

button::-moz-focus-inner,
input::-moz-focus-inner,
legend {
    border: 0;
    padding: 0
}

*,
::after,
::before {
    box-sizing: border-box
}

::selection {
    background: #12cca6;
    color: #000
}

:root {
    --site-color-1: brown
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 14px;
    height: 14px
}

body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background: var(--main-bg-color)
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: var(--main-content-background);
    outline: 0
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Arial, Segoe UI, Roboto, Helvetica Neue, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    color: var(--main-text-color);
    background-color: var(--main-bg-color);
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 1.5em;
    min-height: 100vh
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p {
    margin: 0;
    padding: 0
}

body.logged-in .lgb1-header {
    top: 92px
}

body.logged-in .lgb1-header__top {
    top: 32px
}

body.logged-in .single-casino__fixed-bar {
    top: 92px
}

.intext-btn-link,
a {
    text-decoration: none;
    color: var(--text-links-color);
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.intext-btn-link:hover,
a:hover {
    color: var(--text-links-hover-color)
}

.intext-btn-link {
    display: inline-block;
    outline: 0;
    padding: 0;
    margin: 0;
    background: 0 0;
    border: 0
}

.js-ref-btn {
    cursor: pointer
}

.container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

@media (max-width:1239px) {
    .container {
        padding: 0 20px
    }
}

.aligncenter {
    margin: 15px auto;
    display: block
}

.alignleft {
    float: left;
    margin: 15px 25px 15px 0
}

.alignright {
    float: right;
    margin: 15px 0 15px 25px
}

.toc-wrapper {
    width: 100%;
    max-width: 320px
}

@media (max-width:767px) {
    .toc-wrapper {
        max-width: 100%
    }
}

.toc-wrapper.alignleft {
    margin: .2em 25px 10px 0
}

.toc-wrapper .lwptoc {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

#toc_container,
.toc-wrapper .lwptoc.lwptoc-light .lwptoc_i {
    background: #272727
}

.toc-wrapper .lwptoc_title {
    font-size: 1.8rem
}

.toc-wrapper .lwptoc.lwptoc-left {
    margin: .2em 25px .5em 0
}

.toc-wrapper .lwptoc_i {
    width: 100%;
    border-radius: 5px;
    background: #272727
}

.toc-wrapper .lwptoc_i .lwptoc_item {
    margin: 5px 0
}

#toc_container {
    max-width: 370px;
    padding: 10px 15px
}

#toc_container .toc_list li a,
#toc_container .toc_title {
    color: #fff
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block p {
    margin: .7em 0
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5 {
    font-size: 2.8rem;
    padding-bottom: .3em;
    border-bottom: 1px solid var(--main-text-color)
}

.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5 {
    font-size: 2.4rem
}

.text-block h3,
.text-block h4,
.text-block h5 {
    font-size: 2rem
}

.text-block h4,
.text-block h5 {
    font-size: 1.8rem
}

.text-block h5 {
    font-size: 1.6rem
}

.text-block a:hover {
    text-decoration: underline
}

.text-block table {
    border-collapse: collapse
}

.text-block table tr:nth-child(odd) {
    background: rgba(0, 0, 0, .04)
}

.text-block table tr th {
    font-size: 1.4rem;
    font-weight: 700;
    background: var(--header-top-bg);
    color: var(--menu-links-color)
}

.text-block table tr td,
.text-block table tr th {
    min-width: 100px;
    padding: 7px 10px;
    border: 1px solid var(--main-text-color)
}

.text-block .table-wrapper {
    overflow-x: auto;
    padding-bottom: 10px;
    padding-right: 5px;
    margin: .2em 0
}

.text-block .table-wrapper::-webkit-scrollbar {
    width: 14px;
    height: 14px
}

.text-block .table-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background: var(--main-content-background)
}

.text-block .table-wrapper::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: var(--header-top-bg);
    outline: 0
}

@media (max-width:767px) {
    .text-block .table-wrapper {
        clear: both
    }
}

.lgb1-header {
    padding: 60px 0 0
}

.lgb1-header__top,
.lgb1-header__top:after {
    left: 0;
    right: 0;
    background-color: var(--header-top-bg)
}

.lgb1-header__top {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 1000
}

.lgb1-header__top:after {
    content: "";
    position: absolute;
    top: 60px;
    height: 5px;
    filter: brightness(.4)
}

.lgb1-header__top-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width:1239px) {
    .lgb1-header__top-container {
        padding: 0 20px
    }
}

.lgb1-header__top-logo {
    font-size: 3rem;
    font-weight: 900;
    line-height: 60px;
    position: relative;
    z-index: 1000;
    justify-content: flex-start
}

.lgb1-header__top-logo,
.lgb1-header__top-logo:hover {
    color: var(--main-text-color)
}

.lgb1-header__top-logo img {
    margin: 0;
    display: block;
    max-height: 50px
}

.lgb1-header__btns,
.lgb1-header__top-logo {
    height: 60px;
    display: flex;
    align-items: center
}

.lgb1-header__btns .button--reg {
    margin: 0 10px 0 0
}

@media (max-width:575px) {
    .lgb1-header__btns .button--reg {
        margin: 0 0 0 10px
    }

    .lgb1-header__btns .button--login {
        display: none
    }
}

.lgb1-header__slider img {
    display: block;
    margin: 0 auto;
    max-width: 100vw
}

.menu-button,
.menu-button span {
    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
}

.menu-button {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 32px;
    top: 10px;
    right: 20px;
    cursor: pointer;
    outline: 0;
    display: none;
    background: 0 0;
    padding: 0;
    border: 0;
    z-index: 1000
}

@media (max-width:991px) {
    .menu-button {
        display: block
    }
}

@media (max-width:575px) {
    .menu-button {
        margin-left: 0
    }
}

.menu-button span {
    left: 0;
    right: 0;
    height: 3px;
    background: var(--menu-links-color);
    border-radius: 2px;
    opacity: .8
}

.menu-button span:first-child {
    top: 7px
}

.menu-button span:nth-child(2) {
    top: 18px
}

.menu-button span:nth-child(3) {
    bottom: 0
}

.menu-button.active {
    z-index: 9999
}

.menu-button.active span:first-child {
    width: 40px;
    top: 18px;
    left: 2px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.menu-button.active span:nth-child(2) {
    opacity: 0
}

.menu-button.active span:nth-child(3) {
    width: 40px;
    top: 18px;
    left: 2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.menu-button:hover span,
.sidebar__now-playing-list-item:hover .sidebar__now-playing-list-item-right:after,
.sidebar__now-playing-list-item:hover .sidebar__now-playing-list-item-right:before {
    opacity: 1
}

.lgb1-main {
    padding: 20px 0;
    position: relative;
    min-height: 77vh
}

.section-with-sb {
    display: flex;
    justify-content: space-between
}

@media (max-width:991px) {
    .section-with-sb {
        flex-direction: column
    }
}

.section-with-sb__left {
    flex: 2 920px;
    max-width: 920px;
    padding: 0;
    margin-right: 20px;
    box-sizing: border-box
}

@media (max-width:1239px) {
    .section-with-sb__left {
        max-width: calc(100vw - 340px)
    }
}

@media (max-width:991px) {
    .section-with-sb__left {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media (max-width:575px) {
    .section-with-sb__left {
        flex: 2 320px
    }
}

.section-with-sb__right {
    flex: 1 300px;
    width: 300px;
    position: relative;
    z-index: 100
}

@media (max-width:991px) {
    .section-with-sb__right {
        width: 100%
    }
}

.content-article {
    background: var(--main-content-background);
    padding: 15px 0;
    border-radius: 5px
}

.single-casino__toc-wrapper {
    background: var(--main-bg-color);
    border-radius: 5px;
    padding: 15px
}

.single-casino__toc-wrapper.toc-wrapper .lwptoc_i {
    padding: 15px 0 !important;
    background: 0 0 !important
}

.single-casino__thumb-holder {
    min-height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px;
    background: var(--main-content-background);
    border: 0;
    outline: 0;
    margin: 0 auto;
    border-radius: 5px
}

.single-casino__thumb-holder img {
    display: block;
    border-radius: 5px
}

.single-casino__default-bonus {
    padding: 0;
    margin: 15px auto 0;
    text-align: center;
    background: 0 0;
    border: 0;
    outline: 0;
    width: 100%;
    box-sizing: border-box
}

.single-casino__default-bonus-value {
    font-weight: 700
}

.single-casino__default-bonus label {
    font-size: 1.4rem;
    font-weight: 500;
    opacity: .8;
    display: block;
    color: var(--sb-title-color)
}

.single-casino__big-btn.button {
    margin: 10px auto;
    display: block;
    width: 100%;
    max-width: 280px;
    font-size: 2.2rem
}

@media (max-width:767px) {
    .single-casino__big-btn.button {
        margin: 10px auto
    }
}

.single-casino__fixed-bar {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 200;
    max-width: 1240px;
    padding-right: 320px;
    transform: translateY(-200px);
    -webkit-transition: all ease-out .4s;
    -moz-transition: all ease-out .4s;
    -o-transition: all ease-out .4s;
    transition: all ease-out .4s
}

@media (max-width:991px) {
    .single-casino__fixed-bar {
        padding-right: 0;
        top: unset;
        bottom: 0;
        transform: translateY(200px)
    }
}

.single-casino__fixed-bar.visible {
    transform: translateY(0)
}

.single-casino__fixed-bar-inner {
    padding: 7px 20px;
    border-radius: 0 0 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--main-content-background);
    -webkit-box-shadow: 0 4px 14px -5px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 4px 14px -5px rgba(0, 0, 0, .75);
    box-shadow: 0 4px 14px -5px rgba(0, 0, 0, .75)
}

@media (max-width:991px) {
    .single-casino__fixed-bar-inner {
        border-radius: 15px 15px 0 0
    }
}

.single-casino__fixed-bar-left {
    padding: 0 20px 0 0;
    min-width: 150px;
    box-sizing: border-box
}

@media (max-width:767px) {
    .single-casino__fixed-bar-left {
        min-width: 120px
    }
}

@media (max-width:575px) {
    .single-casino__fixed-bar-left {
        width: 50%;
        min-width: unset;
        padding-right: 10px
    }
}

.single-casino__fixed-bar-left button,
.single-casino__fixed-bar-middle button {
    background: 0 0;
    outline: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.single-casino__fixed-bar-middle {
    padding: 0 15px;
    font-size: 2.4rem;
    font-weight: 700;
    flex: 1;
    text-align: center;
    border-left: 2px solid rgba(0, 0, 0, .1);
    border-right: 2px solid rgba(0, 0, 0, .1)
}

@media (max-width:575px) {
    .single-casino__fixed-bar-middle {
        display: none
    }
}

.single-casino__fixed-bar-middle label {
    font-size: 1.2rem;
    opacity: .6;
    display: block;
    line-height: 1em;
    margin-bottom: 3px
}

.single-casino__fixed-bar-middle button {
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: var(--main-green-color)
}

.single-casino__fixed-bar-right {
    padding: 0 0 0 20px;
    font-size: 2rem;
    font-weight: 700;
    min-width: 170px
}

@media (max-width:767px) {
    .single-casino__fixed-bar-right {
        min-width: 150px
    }
}

@media (max-width:575px) {
    .single-casino__fixed-bar-right {
        width: 50%;
        min-width: 180px;
        padding-left: 10px
    }

    .single-casino__fixed-bar-right button {
        font-size: 1.4rem
    }
}

.faq_list {
    padding: 0;
    margin: .7em 0
}

.faq_list__item {
    list-style: none
}

.sidebar {
    position: relative
}

@media (max-width:991px) {
    .sidebar {
        display: flex;
        justify-content: center
    }
}

@media (max-width:767px) {
    .sidebar {
        flex-direction: column;
        align-items: center
    }
}

.sidebar__block {
    border-radius: 10px 10px 5px 5px;
    background: var(--main-content-background);
    margin: 0 0 20px
}

@media (max-width:991px) {
    .sidebar__block {
        width: 300px;
        margin: 0 20px 20px
    }
}

@media (max-width:767px) {
    .sidebar__block {
        margin: 0 auto 20px;
        max-width: 100%
    }
}

@media (max-width:575px) {
    .sidebar__block {
        width: 100%
    }
}

.sidebar__block-ttl {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 12px 15px;
    border-radius: 5px;
    position: relative;
    color: var(--sb-title-color);
    background: var(--sb-title-background)
}

.sidebar__block-content {
    padding: 15px;
    border-radius: 0 0 5px 5px;
    background: var(--main-content-background)
}

.sidebar__top-casino-thumb {
    position: relative;
    background: 0 0;
    border: 0;
    outline: 0;
    padding: 20px;
    min-height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.sidebar__top-casino-thumb:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 24px;
    width: 24px;
    padding: 16px;
    border: 3px solid #fc6;
    border-radius: 50%;
    position: absolute;
    z-index: 11;
    background: #d29212 no-repeat center/18px url(assets/images/gold_cup_icon.png)
}

.sidebar__top-casino-thumb>img {
    max-height: 150px;
    border-radius: 5px;
    position: relative;
    z-index: 10
}

.sidebar__top-casino-name {
    background: 0 0;
    border: 0;
    outline: 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    display: block;
    padding: 0;
    width: 100%
}

.sidebar__top-casino-name strong {
    display: block;
    margin: 0 0 10px
}

.sidebar__top-casino-name label {
    font-size: 1.4rem;
    margin: 3px 0 0;
    opacity: .5;
    display: block;
    line-height: 1em
}

.sidebar__top-casino-bonus,
.single-casino__default-bonus-value {
    display: block;
    font-size: 2.4rem;
    margin: 4px 0 8px;
    padding: 5px 30px;
    position: relative;
    background: var(--header-top-bg);
    color: var(--sb-title-color);
    clip-path: polygon(0 0, 8% 50%, 0 100%, 100% 100%, 92% 50%, 100%0)
}

.sidebar__top-casino-btn.button {
    display: block;
    width: 100%;
    max-width: 250px;
    font-size: 2rem;
    margin: 10px auto 5px
}

.sidebar__now-playing-list {
    padding: 0;
    margin: 0
}

.sidebar__now-playing-list-item {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 7px 0;
    border-bottom: 1px solid var(--main-text-color)
}

.sidebar__now-playing-list-item-thumb {
    min-width: 75px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sidebar__now-playing-list-item-thumb img {
    display: block;
    border-radius: 2px
}

.sidebar__now-playing-list-item-right {
    flex: 1;
    padding-left: 10px;
    position: relative
}

.sidebar__now-playing-list-item-right:after,
.sidebar__now-playing-list-item-right:before {
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.sidebar__now-playing-list-item-right:before {
    content: "";
    top: 0;
    background: rgba(0, 0, 0, .3)
}

.sidebar__now-playing-list-item-right:after {
    content: "Играть";
    display: block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    top: -2px;
    margin: auto;
    text-align: center
}

.sidebar__now-playing-list-item-wins {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4em;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sidebar__now-playing-list-item-wins:nth-child(odd) {
    background: rgba(0, 0, 0, .1)
}

.sidebar__now-playing-list-item-wins span:last-child.green {
    color: var(--main-green-color)
}

.sidebar__now-playing-list-item-wins span:last-child.red {
    color: var(--main-red-color)
}

.lgb1-footer {
    padding: 20px 0 0;
    background: var(--footer-main-bg);
    position: relative;
    z-index: 200
}

.lgb1-footer__nav {
    padding: 10px 0
}

.lgb1-footer__nav-list {
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0
}

@media (max-width:575px) {
    .lgb1-footer__nav-list {
        flex-direction: column
    }
}

.lgb1-footer__nav-list .widget_nav_menu {
    margin: 0 25px;
    width: 25%;
    list-style: none
}

@media (max-width:575px) {
    .lgb1-footer__nav-list .widget_nav_menu {
        margin: 0 0 25px;
        width: 100%
    }
}

.lgb1-footer__nav-list .widget_nav_menu:first-child {
    margin-left: 0
}

.lgb1-footer__nav-list .widget_nav_menu:last-child {
    margin-right: 0
}

.lgb1-footer__nav-list .widget_nav_menu .widgettitle {
    color: var(--footer-text-color);
    font-size: 2rem;
    border-bottom: 1px solid var(--footer-text-color);
    padding: .5em;
    margin: 0 0 .5em
}

.lgb1-footer__nav-list .widget_nav_menu .menu {
    padding: 0 .5em;
    margin: 0
}

.lgb1-footer__nav-list .widget_nav_menu .menu-item {
    list-style: none
}

.lgb1-footer__nav-list .widget_nav_menu .menu-item a {
    font-size: 1.5rem;
    color: var(--footer-text-color);
    filter: brightness(.5)
}

.lgb1-footer__nav-list .widget_nav_menu .menu-item a:hover {
    filter: brightness(1);
    text-decoration: underline
}

.lgb1-footer__copyrights,
.lgb1-footer__disclaimer {
    padding: 7px 0;
    text-align: center;
    opacity: .2;
    font-size: 1.4rem;
    color: var(--footer-text-color)
}

.lgb1-footer__copyrights {
    padding: 10px 0;
    opacity: .6;
    background: var(--footer-secondary-bg)
}

.breadcrumbs {
    font-size: 1.3rem;
    line-height: 1.2em;
    opacity: .8;
    border-bottom: 1px solid var(--main-text-color);
    padding-bottom: 3px
}

.breadcrumbs__separator {
    position: relative;
    width: 10px;
    margin: 0 5px;
    font-size: 1.6rem;
    font-weight: 700
}

.breadcrumbs__link {
    color: var(--main-text-color)
}

.button {
    outline: 0;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.button--reg {
    background: var(--reg-button-background);
    box-shadow: 0 4px 0#051505
}

.button--default:hover,
.button--login:hover,
.button--reg:hover,
.sidebar__now-playing-list-item-right:hover:after {
    transform: translateY(4px);
    box-shadow: 0 0 0#051505;
    filter: brightness(.9)
}

.button--default,
.button--login,
.button--reg,
.sidebar__now-playing-list-item-right:after {
    color: #fff;
    padding: 8px 25px;
    border: 0;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 30px
}

.button--login {
    background: var(--login-button-background);
    box-shadow: 0 4px 0#130b04
}

.button--default,
.sidebar__now-playing-list-item-right:after {
    background: var(--reg-button-background);
    box-shadow: 0 4px 0#051505
}

.sidebar__now-playing-list-item-right:after {
    padding: 0 10px !important
}

.download_block,
.download_block li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.download_block {
    padding: 15px;
    margin: 10px auto;
    clear: both;
    width: fit-content
}

.download_block li {
    width: 150px;
    min-width: 150px;
    height: 150px;
    margin: 0 15px 15px;
    list-style: none;
    border: 5px solid #ccc;
    border-radius: 15px;
    position: relative;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s
}

@media (max-width:575px) {
    .download_block li {
        width: 120px;
        min-width: 120px;
        height: 120px
    }
}

@media (max-width:499px) {
    .download_block li {
        width: 100px;
        min-width: 100px;
        height: 100px;
        margin: 0 10px 15px
    }
}

.download_block li:hover {
    transform: scale(.9)
}

.download_block li.mobapps svg {
    max-width: 50px;
    margin: 15px 0 0;
    display: inline-block
}

@media (max-width:499px) {
    .download_block li.mobapps svg {
        max-width: 30px
    }
}

.download_block li.mobapps svg:first-child {
    margin-right: 5px
}

.download_block li.mobapps svg:nth-child(2) {
    margin-left: 5px;
    max-width: 40px
}

@media (max-width:575px) {
    .download_block li.mobapps svg:nth-child(2) {
        max-width: 30px
    }
}

@media (max-width:499px) {
    .download_block li.mobapps svg:nth-child(2) {
        max-width: 25px
    }
}

.download_block li svg {
    display: block;
    max-height: 80px
}

@media (max-width:575px) {
    .download_block li svg {
        max-width: 60px
    }
}

@media (max-width:499px) {
    .download_block li svg {
        max-width: 45px
    }
}

.download_block li strong {
    display: block;
    margin: 0;
    text-align: center;
    min-width: 100%;
    line-height: 1.2em
}

.download_block li .check,
.download_block li .cross {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -16px;
    right: -16px;
    border-radius: 50%
}

.download_block li .check {
    background: no-repeat center/24px url(assets/images/check_icon.svg)green
}

.download_block li .cross {
    background: no-repeat center/24px url(assets/images/cross_icon.svg)red
}

.error404__text:before {
    content: "404";
    line-height: 22rem;
    font-size: 20rem;
    font-weight: 900;
    text-align: center;
    display: block;
    opacity: .5;
    position: relative;
    z-index: 19
}

@media (max-width:575px) {
    .error404__text:before {
        line-height: 12rem;
        font-size: 10rem
    }
}

.error404__text p {
    position: relative;
    z-index: 20
}

.to_top_btn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 25px;
    width: 40px;
    height: 40px;
    z-index: 9999;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, .5) no-repeat center/60%url(assets/images/arrow_top.png);
    -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) {
    .to_top_btn {
        bottom: 100px
    }
}

@media (max-width:767px) {
    .to_top_btn {
        width: 32px;
        height: 32px;
        background-size: 60%
    }
}

.to_top_btn:hover {
    background: #000 no-repeat center/60%url(assets/images/arrow_top.png)
}