html,
body {
    position: relative;
    height: 100%;
    margin: 0;

}

img {
    vertical-align: middle;
    max-width: 100%;
}

a {
    cursor: pointer;
    color: #ff9;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

.bold {
    font-weight: bold;
}

body {
    background-color: #062164;
    background-position: top;
    background-size: 1920px auto;
    background-attachment: fixed;

    font-family: Open Sans, Arial, sans-serif;
    color: #d7e0e7;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

@media (max-width: 1200px) {
    body {
        background-image: none;
    }
}



.wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.main {
    background-color: #132648;
    padding-top: 68px;
}

@media (max-width: 540px) {
    .main {
        padding-top: 50px;
    }
}

.big-section {
    padding: 20px 30px;
    display: flex;
}

@media (max-width: 950px) {
    .big-section {
        padding: 15px 15px;
    }
}

@media (max-width: 540px) {
    .big-section {
        padding: 15px 8px;
    }
}

.section-main {
    flex: 1 0 60%;
}

.section-aside {
    flex: 0 0 320px;
}

.section-head-text {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
}

.section-games-head {
    border-top-right-radius: 5px;
    background-image: linear-gradient(#425381, #030610), linear-gradient(89deg, #374c83, rgba(26, 34, 55, 0));
    background-color: #142241;
    background-position: 0 0, 100% 80%;
    background-repeat: no-repeat;
    background-size: auto 1px, auto;
    overflow: hidden;
    padding: 2px 30px 0;
}

.section-head-tab {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: linear-gradient(#5b7ace, #13275d), linear-gradient(108deg, #0f2554, rgba(26, 34, 55, 0));
    background-color: #1a2942;
    background-position: 0 0, 100% 80%;
    background-repeat: no-repeat;
    background-size: auto 1px, auto;
    text-align: center;
    padding: 7px 15px;
    display: inline-block;
    box-shadow: 0 0 2px #000;
}

@media (max-width: 760px) {
    .section-head-tab {
        padding: 5px 7px;
        font-size: 16px;
    }
}


.header {
    background-image: linear-gradient(#2758b0, #132c5c);
    background-size: 100% 17px;
    background-repeat: no-repeat;
    border-top: 1px solid #35486a;
    border-bottom: 1px solid #040a16;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    width: 100%;
    max-width: 1300px;
    height: inherit;
    margin: auto;
    background-color: #112852;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
    will-change: transform;
}

.head-container {
    align-items: center;
    height: 68px;
    padding: 0 25px;
}

@media (max-width: 760px) {
    .head-container {
        height: 60px;
        padding: 0 10px;
    }
}

@media (max-width: 560px) {
    .head-container {
        height: 50px;
        padding: 0 5px;
    }
}

.header ul {
    margin: 0;
    padding: 0;
}

.header li {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.openmenu {
    flex: 0 0 40px;
    margin-right: 25px;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    padding: 1px;
    background-image: linear-gradient(#385281, #476294);
    border-radius: 5px;
}

.openmenu svg {
    fill: #fff;
}

.openmenu_bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
    background-image: linear-gradient(#17263f, #183770);
    will-change: transform;
}

.menu-wrapper {
    position: fixed;
    top: 0;
    z-index: 15;
    display: flex;
    height: 100%;
    width: 100%;
    padding-top: 68px;
    overflow: hidden;
    display: none;
}

@media (max-width: 540px) {
    .menu-wrapper {
        padding-top: 50px;
    }
}

.menu {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #112852;
    box-sizing: border-box;
    flex: 0 0 300px;
    height: 100%;
}

.black-cover {
    flex: 1 0 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
}


.menu-item {
    border-color: #35486d transparent #030912;
    border-style: solid;
    border-width: 1px;
    background-color: #112852;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
    display: block;
    line-height: 30px;
}

.header .lev-logo {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    transition: all 2s;
    z-index: 1;
}

@media (max-width: 560px) {
    .header .lev-logo {
        width: 80px;
    }
}

.header .head-bonus {
    flex: 0 0 200px;
    white-space: nowrap;
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, .4);
    background-color: #111526;
    border-radius: 5px;
}

.header .head-bonus .text {
    color: #ffc400;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px;
}

@media (max-width: 992px) {
    .header .head-bonus {
        flex: 0 0 0;
    }

    .header .head-bonus .text {
        display: none;
    }
}

.header .col-login {
    flex: 0 0 80px;
    margin-left: 18px;
}

@media (max-width: 1024px) {
    .nav {
        display: none;
    }

    .header .col-login {
        margin-left: auto;
    }
}



.button-main {
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    padding: 0 17px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .85);
    background-image: linear-gradient(180deg, #1f4357, #3e77aa);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset 0 4px 4px hsla(0, 0%, 100%, .25);
}

.button-reg {
    background-image: linear-gradient(180deg, #47c71c, #3b9910);
}


.quick-nav__link {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #f4f4fe;
    font-weight: 600;
    justify-content: center;
}

.quick-nav__link img {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

@media screen and (min-width: 1023px) {
    .quick-nav__link {
        flex-direction: row;
        min-width: 105px;
        height: 38px;
        padding: 0 16px;
        margin: 1px;
    }
}

.nav-link-text {
    z-index: 2;
}


.quick-nav__link-decor {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 16px;
    width: 42px;
    height: 42px;
    margin: auto;
    border-radius: 5px;
    background-image: linear-gradient(#112952, #476294);
}

@media screen and (min-width: 1023px) {
    .quick-nav__link-decor {
        top: 0;
        bottom: auto;
        width: auto;
        height: 100%;
    }
}

.quick-nav__link-decor:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    z-index: -1;
    margin: auto;
    border-radius: inherit;
    background-image: linear-gradient(#385281, #112851);
}

.quick-nav__link:hover .quick-nav__link-decor:before {
    background-image: linear-gradient(#2893c1, #2a9fd3);
}

@media (min-width: 1113px) and (orientation: landscape),
screen and (min-width: 1024px) and (orientation: portrait) {
    .quick-nav__link-decor:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(#075da1, #41cafa);
        border-radius: 5px;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s;
        will-change: opacity;
    }
}

.quick-nav__link:hover .quick-nav__link-decor:after {
    opacity: 1;
}


.section-promo img {
    width: 100%;
    display: block;
}



.games {
    margin: 0 -5px;
}

.games__item {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
    margin-bottom: 10px;
}

@media (max-width: 1100px) {
    .games__item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 870px) {
    .games__item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

.game-card {
    position: relative;
    padding-bottom: 4px;
    border-radius: 5px;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
    background-image: linear-gradient(transparent 50%, #60aadf);
    background-size: 100%;
}

.game-wrap {
    display: block;
}

.game-card__main {
    display: block;
    padding: 1px 1px 0;
    background-image: linear-gradient(100deg, #18404b, #1c414b 75%, #2f648b);
    background-size: 102%;
    border-bottom: none;
    border-radius: inherit;
}

.game-card__name {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 2px 5px 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    display: block;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    overflow: hidden;
}

.game-card__img-wrap img {
    width: 100%;
}

.game-card__star {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 20px;
    background-color: #1a3c51;
    border: none;
    border-radius: 0 4px 0 4px;
}

.status-flag {
    position: absolute;
    top: 1px;
    left: 1px;
    display: block;
    padding: 0 6px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
    background-image: linear-gradient(#51461e, #a16a46);
}

.game-card__star {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.bt-1 {
    border-top: 1px solid rgba(250, 250, 250, 0.1);
}

.content table {
    background-image: linear-gradient(#4772bc, #102242);
    border: none;
    font-size: 0.92em;
    color: #eef;
    margin-bottom: 20px;
}

.content table td {
    padding: 4px 8px;
}

.content table tr {
    background-color: rgba(58, 75, 105, 0.15);
}

.content table tr:nth-child(2n+1) {
    background-color: #0e2041;
}

.content ul {
    color: #c39e60;
    padding-left: 1.77em;
}

.content ol {
    color: #c39e60;
    padding-left: 1.77em;
    font-size: 11px;
}

.content ol {
    font-size: 1rem;
}


.now-win-title {
    font-weight: bold;
    margin-bottom: 15px;
}

.now-win-box-cover {
    padding: 1px;
    border-radius: 5px;
    background: linear-gradient(180deg, #3a4b69 0, #132341 26%, #132341 79%, #3a4b69);
    background-color: #111526;
}

.now-win-box {
    margin: 0;
    padding: 15px;
    font-size: 15px;
    background-image: linear-gradient(#284a85, #234a91);
}

.now-win-box .win-item {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    opacity: 1;
    transition: all .3s;
    border-radius: 4px;
    background: rgba(255, 255, 230, 0);
}

.now-win-box .win-item.active {
    background: rgba(255, 255, 230, 0.08);
}

.now-win-box .win-item img {
    flex: 0 0 70px;
    margin-right: 15px;
    border-radius: 3px;
}

.now-win-box .win-item .name {
    font-weight: bold;
}

.now-win-box .win-item .win {
    color: #fafa66;
    font-size: 16px;
}



.footer {
    background-color: #0c101d;
    text-align: center;
    padding: 10px;
}

.footer a {
    color: #32a2f4;
    font-size: 14px;
}

.footer-menu {
    padding: 0;
    margin: 0 0 10px;
}

.footer-menu li {
    list-style: none;
    padding: 0;
    margin: 2px 5px;
    display: inline-block;
}

.footer-menu li a {
    display: inline-block;
    padding: 2px 5px;
}