*, *::before, *::after {
    box-sizing: border-box
}

ul, ol {
    padding: 0
}

body, h1, h2, h3, h4, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

header ul, footer ul {
    list-style: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

article > * + * {
    margin-top: 1em
}

input, button, textarea, select {
    font: inherit
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url("/fonts/Roboto/Roboto-Light.eot");
    src: local("Roboto Light"), local("Roboto-Light"), url("/fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Light.woff") format("woff"), url("/fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url("/fonts/Roboto/Roboto-Bold.eot");
    src: local("Roboto Bold"), local("Roboto-Bold"), url("/fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Bold.woff") format("woff"), url("/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url("/fonts/Roboto/Roboto-Thin.eot");
    src: local("Roboto Thin"), local("Roboto-Thin"), url("/fonts/Roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto/Roboto-Thin.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Thin.woff") format("woff"), url("/fonts/Roboto/Roboto-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url("/fonts/Roboto/Roboto-Black.eot");
    src: local("Roboto Black"), local("Roboto-Black"), url("/fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Black.woff") format("woff"), url("/fonts/Roboto/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url("/fonts/Roboto/Roboto-Medium.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"), url("/fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Medium.woff") format("woff"), url("/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url("/fonts/Roboto/Roboto-Regular.eot");
    src: local("Roboto"), local("Roboto-Regular"), url("/fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

.container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%
}

.section__title {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 20px;
    display: inline-flex
}

.root {
    transition: .3s;
    position: relative
}

.root {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 100vh
}

.root__container {
    padding: 0 10px
}

.root__section {
    padding: 10px 20px
}

.section__title {
    position: relative;
    z-index: 3
}

.header, .footer {
    flex-shrink: 0
}

main {
    flex-grow: 1
}

.list {
    list-style: none;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .root {
        max-width: 960px;
        margin: 0 auto
    }

    .root__wrapper {
        display: flex;
        padding: 10px 0
    }

    .root__main {
        display: flex;
        width: 660px;
        flex-direction: column
    }

    .root__title {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        margin-bottom: 20px;
        overflow: hidden
    }

    .root__title h1 {
        position: relative;
        z-index: 2
    }

    .root__title h1::after, .root__title h1::before {
        content: "";
        width: 195px;
        height: 14px;
        z-index: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("sprite-full.png");
        background-repeat: no-repeat
    }

    .root__title h1:before {
        left: -205px;
        background-position: 0 -1197px
    }

    .root__title h1:after {
        right: -205px;
        background-position: 0 -1211px
    }

    .root__aside {
        display: flex;
        flex-direction: column;
        width: 285px;
        margin: 0 0 15px 15px;
        background: url("texture-brown.jpg");
        background-repeat: repeat-y;
        position: relative;
        padding: 30px 0 0;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content
    }

    .root__aside:before, .root__aside:after {
        content: "";
        background-image: url("sprite-full.png");
        background-repeat: no-repeat
    }

    .root__aside:before {
        width: 307px;
        height: 31px;
        position: absolute;
        top: 0;
        right: -11px;
        left: -11px;
        z-index: 1;
        background-position: 0 -828px
    }

    .root__aside:after {
        width: 285px;
        height: 30px;
        position: absolute;
        right: 0;
        bottom: -10px;
        left: 0;
        z-index: 0;
        background-position: 0 -1116px
    }

    .root__aside .btn {
        font-size: 2rem
    }

    .root__aside .btn--lt {
        width: 90%;
        max-width: 90%
    }
}

*, *:before, *:after {
    box-sizing: border-box
}

*:focus {
    outline: none !important
}

html {
    font-size: 10px
}

body {
    background-color: #261d1d;
    color: #fff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    max-width: 100%
}

body.overflow {
    overflow: hidden;
    height: 100vh;
    width: 100vw
}

body.body .hidden--mt, body.body .hidden--md {
    display: none
}

.body__container {
    display: flex;
    justify-content: center;
    padding: 0
}

img, iframe, video {
    max-width: 100%;
    height: auto
}

.art_absolute {
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section__box {
    padding: 10px 0
}

.lazyload, .lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .3s
}

@media (max-width: 992px) {
    .root {
        overflow: hidden
    }
}

@media (min-width: 576px) {
    body.body .hidden--mt {
        display: flex
    }
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 3.8rem
    }

    h2, .h2 {
        font-size: 3rem
    }

    h3, .h3 {
        font-size: 2.6rem
    }

    h4, .h4 {
        font-size: 2.2rem
    }

    h5, .h5 {
        font-size: 2rem
    }

    h6, .h6 {
        font-size: 1.6rem
    }

    .block {
        padding: 15px 0
    }
}

@media (min-width: 992px) {
    body.body-slot {
        padding-top: 30px
    }

    body.body-slot .breadcrumbs {
        padding: 0 20px !important
    }

    body.body .hidden--md {
        display: flex
    }

    body.body .hidden--d {
        display: none
    }

    .body {
        background: #000;
        color: #af9d6e;
        position: relative
    }

    .body-bg {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: url("default_background.jpg");
        background-position: 50% 0;
        background-repeat: no-repeat;
        min-height: 100vh;
        min-width: 960px
    }
}

h1, .h1 {
    font-size: 3.16667rem
}

h2, .h2 {
    font-size: 2.5rem
}

h3, .h3 {
    font-size: 2.16667rem
}

h4, .h4 {
    font-size: 2.2rem
}

h5, .h5 {
    font-size: 2rem
}

h6, .h6 {
    font-size: 1.6rem
}

ul {
    margin: 0
}

.root__content {
    padding: 10px 20px
}

.root__content a {
    color: #55bedc;
    text-decoration: none
}

.root__content a:hover {
    text-decoration: underline
}

.root__content .btn.btn--lt, .root__content .btn.btn--lp {
    margin: 0 auto 10px;
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
    text-decoration: none !important
}

.root__content ul, .root__content ol {
    padding-left: 20px
}

.root__content p, .root__content li, .root__content ul, .root__content ol, .root__content h1, .root__content h2, .root__content h3, .root__content h4, .root__content h5, .root__content h6 {
    margin: 0;
    margin-bottom: 15px
}

.hall-of-fame__thead {
    background-image: linear-gradient(180deg, #430a07 0, #2f0a01);
    border: 1px solid;
    border-color: #724420 #5c2d12 #100000;
    border-radius: 0 0 3px 3px;
    box-shadow: inset 17px 0 30px -10px rgba(109, 33, 9, 0.8), inset -17px 0 30px -10px rgba(109, 33, 9, 0.8), inset 0 -3px 19px -1px rgba(109, 33, 9, 0.8)
}

.hall-of-fame__thead th {
    border-left: 1px solid #100000;
    border-top: 1px solid #100000;
    color: #ae9d6d
}

.hall-of-fame tr {
    background: #210200;
    border-right: 2px solid #210200;
    border-left: 2px solid #210200
}

.hall-of-fame tr:nth-child(2n) {
    background: rgba(26, 0, 0, 0.75)
}

.hall-of-fame td, .hall-of-fame th {
    text-align: center !important;
    padding: 10px !important;
    border: none !important
}

.hall-of-fame__pos {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 1;
    border: 1px solid #994901;
    border-radius: 50%;
    color: #994901
}

.hall-of-fame__status {
    width: 33px;
    height: 33px;
    display: block;
    margin: 0 auto
}

.hall-of-fame__status-07 {
    background: url("/img/status/status-07.png")
}

.hall-of-fame__status-06 {
    background: url("/img/status/status-06.png")
}

.hall-of-fame__status-05 {
    background: url("/img/status/status-05.png")
}

.hall-of-fame__status-04 {
    background: url("/img/status/status-04.png")
}

.hall-of-fame__status-03 {
    background: url("/img/status/status-03.png")
}

.hall-of-fame__status-02 {
    background: url("/img/status/status-02.png")
}

.hall-of-fame__status-01 {
    background: url("/img/status/status-01.png")
}

.hall-of-fame__status-01 {
    background: url("/img/status/status-01.png")
}

.hall-of-fame__game {
    color: #ffc549 !important;
    text-decoration: underline !important
}

.hall-of-fame__prize {
    color: #ffc549 !important
}

@media (max-width: 768px) {
    table, thead, tbody {
        display: flex;
        flex-direction: column;
        flex: 1 1 100%
    }

    thead {
        display: none
    }

    tr {
        display: flex;
        flex-direction: column;
        flex: 1 1 100%;
        padding: 10px 0;
        border-bottom: 1px solid #adb5bd
    }

    td, th {
        display: flex;
        flex: 1 1 100%;
        text-align: center;
        justify-content: center;
        align-items: center
    }
}

@media (min-width: 768px) {
    table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%
    }

    th {
        padding: 5px
    }

    td {
        padding: 5px;
        text-align: left
    }

    .table__last {
        text-align: right
    }

    .table__pos {
        color: #763500
    }

    .table__red {
        color: #af0512
    }

    .table__bold {
        color: #fce9a9;
        font-weight: 600
    }
}

@media (min-width: 992px) {
    .root__content {
        padding: 10px 0 10px 10px
    }

    .root__content h2, .root__content .h2, .root__content h3, .root__content .h3, .root__content h4, .root__content .h4, .root__content h5, .root__content .h5, .root__content h6, .root__content .h6 {
        background: linear-gradient(top, #fcf3d2, #fce9a9 50%, #f1dc85 51%, #fdefbd);
        -webkit-background-clip: text;
        background-clip: text;
        font-family: PT Sans Caption, Arial, Helvetica, Verdana, Tahoma, sans-serif;
        color: #FCE9A2;
        text-fill-color: transparent;
        margin-top: 20px;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        line-height: 1.1
    }

    .root__content h1, .root__content .h1 {
        font-size: 28px;
        background: linear-gradient(top, #fcf3d2, #fce9a9 50%, #f1dc85 51%, #fdefbd);
        -webkit-background-clip: text;
        background-clip: text;
        text-fill-color: transparent;
        font-family: 'Conv_SavaPro-Medium', Arial, Helvetica, Verdana, Tahoma, sans-serif;
        color: #f1dc85;
        display: inline-block;
        margin: 0;
        font-weight: 400;
        text-transform: uppercase;
        position: relative
    }

    .root__content td, .root__content th {
        padding: 10px 10px 0
    }

    .root__content td:first-child, .root__content th:first-child {
        padding-left: 0
    }

    .root__content thead th {
        color: #FCE9A2;
        border-bottom: 1px solid #fce9a9
    }

    .root__content tbody td {
        border-bottom: 1px solid #FCE9A2
    }
}

.icon {
    display: block;
    width: 24px;
    height: 24px
}

button, .btn, a {
    color: #fff;
    background: transparent;
    padding: 0;
    margin: 0;
    text-decoration: none;
    line-height: 1;
    border: none;
    outline: none;
    cursor: pointer;
    transition: color .3s, background .3s, border-color .3s, fill .3s, opacity .3s
}

.btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 13px 20px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.btn--ft, .btn--lt {
    color: #fff !important;
    border: 1px solid #fff
}

.btn--lp {
    color: #000 !important;
    border: 1px solid #ffa913;
    background: linear-gradient(0deg, #ffa200 0, #fdd557)
}

.btn-menu_icon {
    fill: #fff
}

.btn-close {
    position: fixed;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc(100% - 70px);
    z-index: 25;
    width: 50px;
    height: 50px
}

.btn-close_icon {
    width: 20px;
    height: 20px
}

@media (min-width: 576px) {
    .btn-close {
        left: 256px;
        top: 0
    }
}

@media (min-width: 992px) {
    .btn {
        height: 30px;
        padding: 0 40px;
        border: none;
        border-radius: 0;
        transition: 0s;
        position: relative;
        color: #fff !important;
        background: url("sprite-buttons.png");
        background-repeat: repeat-x
    }

    .btn:after, .btn:before {
        background: url("sprite-buttons.png");
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .btn:after {
        right: 0
    }

    .btn:before {
        left: 0
    }

    .btn-close {
        display: none
    }

    .btn--ft {
        background-position: 50% -365px
    }

    .btn--ft:after {
        background-position: 100% -427px
    }

    .btn--ft:before {
        background-position: 0 -396px
    }

    .btn--ft:hover {
        background-position: 50% -489px
    }

    .btn--ft:hover::before {
        background-position: 0 -520px
    }

    .btn--ft:hover::after {
        background-position: 100% -551px
    }

    .btn--lp {
        background-position: 50% -148px
    }

    .btn--lp:after {
        background-position: 100% -210px
    }

    .btn--lp:before {
        background-position: 0 -179px
    }

    .btn--lp:hover {
        background-position: 50% -272px
    }

    .btn--lp:hover:after {
        background-position: 100% -334px
    }

    .btn--lp:hover:before {
        background-position: 0 -303px
    }

    .btn--lt {
        height: 42px;
        background-position: 50% -799px
    }

    .btn--lt::after, .btn--lt:before {
        height: 42px
    }

    .btn--lt:after {
        background-position: 100% -885px
    }

    .btn--lt:before {
        background-position: 0 -842px
    }

    .btn--lt:hover {
        background-position: 50% -971px
    }

    .btn--lt:hover:after {
        background-position: 100% -1057px
    }

    .btn--lt:hover:before {
        background-position: 0 -1014px
    }
}

.aside {
    background: #fff;
    width: 256px;
    min-width: 256px;
    position: fixed;
    z-index: -5;
    top: 0;
    left: -100%;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
    opacity: 0;
    transition: .3s
}

.aside:after {
    content: '';
    display: block;
    opacity: 0;
    transition: .3s;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: -100
}

.aside_visible {
    left: 0;
    opacity: 1;
    z-index: 25
}

.aside_visible:after {
    opacity: 1
}

.aside__container {
    background: #fff;
    display: flex;
    height: 100%;
    flex-direction: column;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    padding-top: 40px;
}

.aside__head {
    position: relative
}

.aside__head__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.aside__main {
    display: flex;
    flex-direction: column
}

.navigation {
    padding: 10px 0
}

.navigation__list {
    display: flex;
    flex-direction: column
}

.navigation__item {
    display: flex;
    width: 100%;
    align-items: center
}

.navigation__link {
    display: flex;
    align-items: center;
    padding: 10px;
    flex: 1 0 100%;
    font-size: 1.2rem;
    color: #000
}

.main-navigation__list {
    display: flex;
    flex-direction: column
}

.main-navigation__item {
    position: relative;
    border-bottom: 1px solid #f2f2f2
}

.main-navigation__item_active .main-navigation__link {
    color: #ffa913
}

.main-navigation__item_active:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    background: #000;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15)
}

.main-navigation__link {
    font-weight: 600
}

.main-navigation__icon {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
    fill: #000
}

@media (min-width: 576px) {
    .aside::after {
        display: none
    }
}

@media (min-width: 992px) {
    .aside {
        opacity: 1
    }

    .root_shadows {
        margin-left: 256px
    }
}

@media (min-width: 1340px) {
    .aside {
        display: none
    }
}

.header {
    width: 100%;
    max-width: 100%;
    position: fixed;
    display: block;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    transition: .3s
}

.header.active {
    background: #261d1d
}

.header__container {
    display: flex;
    height: 60px;
    justify-content: space-between
}

.header__box {
    display: flex;
    align-items: center;
    flex: 1 0 50%
}

.header__box:last-child {
    justify-content: flex-end
}

.header__box .btn {
    margin-left: 10px
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 90px;
    width: 90px;
    margin-left: 10px
}

@media (min-width: 992px) {
    .header {
        position: absolute
    }

    .header.active {
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }
}

@media (min-width: 992px) {
    .btn-menu {
        display: none
    }

    .header {
        position: relative
    }

    .header.active {
        background: transparent;
        position: relative
    }

    .header__container {
        position: relative;
        background: url("sprite-min.png");
        background-position: 50% -47px;
        background-repeat: repeat-x;
        height: 42px
    }

    .header__container:after, .header__container:before {
        content: '';
        width: 21px;
        height: 46px;
        display: block;
        position: absolute;
        top: 0;
        background: url("sprite-min.png")
    }

    .header__container:before {
        left: -20px;
        background-position: 0 0
    }

    .header__container:after {
        right: -20px;
        background-position: 100% 0
    }

    .header-navigation {
        display: flex;
        width: 100%;
        height: 60px;
        align-items: center
    }

    .header-navigation__list {
        display: flex;
        width: 100%;
        justify-content: space-between
    }

    .header-navigation__item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1 0 100px
    }

    .header-navigation__item:first-child {
        display: none
    }

    .header-navigation__item:nth-child(5) {
        margin-left: 230px
    }

    .header-navigation__link {
        position: relative;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 30px;
        height: 36px;
        text-transform: uppercase;
        color: #fce9a9;
        background: linear-gradient(top, #fcf3d2, #fce9a9 40%, #f1dc85 51%, #fdefbd);
        -webkit-background-clip: text;
        background-clip: text;
        text-shadow: 0 0 0 transparent;
        text-align: center;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content
    }

    .header-navigation__link:after, .header-navigation__link:before {
        content: "";
        width: 30px;
        height: 36px;
        background: url("sprite-min.png");
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        opacity: 0;
        z-index: 1
    }

    .header-navigation__link:after {
        background-position: 100% -127px;
        right: -30px
    }

    .header-navigation__link:before {
        left: -30px;
        background-position: 0 -90px
    }

    .header-navigation__link:hover {
        background: url("sprite-min.png");
        background-position: 50% -164px;
        background-repeat: repeat-x
    }

    .header-navigation__link:hover:after, .header-navigation__link:hover:before {
        opacity: 1
    }

    .logo {
        position: absolute;
        top: 0;
        left: 50%;
        width: 166px;
        height: 93px;
        transform: translateX(-50%)
    }
}

.breadcrumbs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 15px 10px 0 !important
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap
}

.breadcrumbs__item {
    display: flex;
    text-transform: uppercase;
    line-height: 1;
    align-items: center;
    margin: 5px 0;
    cursor: default;
    color: #fff
}

.breadcrumbs__item:after {
    content: '/';
    margin: 0 10px;
    color: #fff
}

.breadcrumbs__item:last-child .breadcrumbs__link {
    color: #ffd300
}

.breadcrumbs__item:last-child::after {
    display: none
}

.breadcrumbs__link {
    display: flex;
    text-decoration: none;
    color: #fff
}

.breadcrumbs__link:hover {
    color: #ffd300
}

@media (min-width: 992px) {
    .breadcrumbs {
        padding: 0 !important;
        margin-bottom: 10px
    }

    .breadcrumbs__navigation {
        padding: 0
    }

    .breadcrumbs__link {
        padding: 0 10px;
        align-items: center;
        height: 32px;
        line-height: 1;
        color: #fcecbc;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75), 1px 0 1px rgba(0, 0, 0, 0.5), -1px 0 1px rgba(0, 0, 0, 0.5), 0 0 7px rgba(0, 0, 0, 0.95), 0 0 10px rgba(0, 0, 0, 0.95), 0 0 5px rgba(0, 0, 0, 0.95);
        font-weight: 700;
        text-transform: none;
        box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(252, 236, 188, 0.75), inset 0 0 8px 1px rgba(212, 185, 104, 0.75);
        background: #361102;
        border-radius: 8px
    }

    .breadcrumbs__item:after {
        color: #fcecbc;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75), 1px 0 1px rgba(0, 0, 0, 0.5), -1px 0 1px rgba(0, 0, 0, 0.5), 0 0 7px rgba(0, 0, 0, 0.95), 0 0 10px rgba(0, 0, 0, 0.95), 0 0 5px rgba(0, 0, 0, 0.95)
    }

    .breadcrumbs__item:last-child .breadcrumbs__link {
        color: #fce9a9
    }
}

.slider {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden
}

.slider__container {
    display: flex
}

.slider__list {
    position: relative;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
    display: block;
    height: 30vw;
    min-height: 240px;
    max-height: 290px
}

.slider__item {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: .3s
}

.slider__item__wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.slider__picture {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100%;
    display: block
}

.slider__box {
    position: absolute;
    top: 40%;
    left: 0;
    min-width: 250px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.7) 80%, transparent);
    padding: 10px 20px;
    color: #fff
}

.slider__content {
    font-style: italic;
    font-weight: 600;
    font-size: 1.6rem
}

.slider__content p {
    display: inline-flex;
    flex-direction: column
}

.slider__content p span {
    margin: 5px 0;
    color: #ffd300
}

.slider__container[data-position="1"] .slider__item[data-position="1"] {
    opacity: 1 !important
}

.slider__container[data-position="2"] .slider__item[data-position="2"] {
    opacity: 1 !important
}

.slider__container[data-position="3"] .slider__item[data-position="3"] {
    opacity: 1 !important
}

.slider__container[data-position="4"] .slider__item[data-position="4"] {
    opacity: 1 !important
}

.slider__container[data-position="5"] .slider__item[data-position="5"] {
    opacity: 1 !important
}

.slider__container[data-position="6"] .slider__item[data-position="6"] {
    opacity: 1 !important
}

@media (min-width: 768px) {
    .slider__list {
        max-height: 320px
    }
}

@media (min-width: 992px) {
    .slider {
        height: 244px;
        position: relative;
        overflow: hidden;
        margin: 0 0 15px;
        border: 2px solid #b14200;
        border-radius: 8px;
        box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5)
    }

    .slider__list {
        max-height: 100%;
        height: 244px
    }

    .slider__box {
        top: 0;
        height: 100%;
        background: transparent;
        display: flex;
        padding: 20px;
        align-items: flex-end
    }

    .slider__indicator {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        padding: 10px 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2
    }

    .slider__dots {
        display: flex;
        align-items: center
    }

    .slider__dot {
        display: block;
        cursor: pointer;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 5px 10px;
        background: transparent;
        background: rgba(255, 255, 255, 0.6);
        position: relative
    }

    .slider__dot:after {
        display: block;
        content: '';
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        background: #fff;
        border-radius: 50%;
        transition: .3s
    }

    .slider__container[data-position="1"] .slider__dot[data-position="1"] {
        background: #fff;
        opacity: 1
    }

    .slider__container[data-position="1"] .slider__dot[data-position="1"]:after {
        width: 110%;
        height: 110%;
        opacity: 1
    }

    .slider__container[data-position="2"] .slider__dot[data-position="2"] {
        background: #fff;
        opacity: 1
    }

    .slider__container[data-position="2"] .slider__dot[data-position="2"]:after {
        width: 110%;
        height: 110%;
        opacity: 1
    }

    .slider__container[data-position="3"] .slider__dot[data-position="3"] {
        background: #fff;
        opacity: 1
    }

    .slider__container[data-position="3"] .slider__dot[data-position="3"]:after {
        width: 110%;
        height: 110%;
        opacity: 1
    }

    .slider__container[data-position="4"] .slider__dot[data-position="4"] {
        background: #fff;
        opacity: 1
    }

    .slider__container[data-position="4"] .slider__dot[data-position="4"]:after {
        width: 110%;
        height: 110%;
        opacity: 1
    }

    .slider__container[data-position="5"] .slider__dot[data-position="5"] {
        background: #fff;
        opacity: 1
    }

    .slider__container[data-position="5"] .slider__dot[data-position="5"]:after {
        width: 110%;
        height: 110%;
        opacity: 1
    }

    .slider__container[data-position="6"] .slider__dot[data-position="6"] {
        background: #fff;
        opacity: 1
    }

    .slider__container[data-position="6"] .slider__dot[data-position="6"]:after {
        width: 110%;
        height: 110%;
        opacity: 1
    }
}

.category {
    display: flex;
    margin-top: -75px;
    position: relative;
    height: 80px;
    z-index: 2;
    background: linear-gradient(180deg, transparent 0, #261d1d 75%, #261d1d)
}

.category__item {
    display: block;
    max-height: 80px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.category__item_active {
    background: #261d1d
}

.category__item_active .category__box {
    color: #ffd300
}

.category__item_active .category__icon svg {
    fill: #ffd300
}

.category__box {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    flex-direction: column;
    align-items: center;
    color: #fff
}

.category__icon {
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 10px
}

.category__icon svg {
    display: block;
    width: 100%;
    fill: #fff;
    height: 100%
}

@media (min-width: 992px) {
    .category {
        background: transparent;
        background: url("main-menu.png");
        background-size: contain;
        margin: 0;
        height: 48px;
        padding: 0 50px;
        background-position: 50% 0;
        background-repeat: no-repeat;
        align-items: center;
        justify-content: space-around
    }

    .category:after, .category:before {
        content: '';
        position: absolute;
        width: 115px;
        height: 40px;
        top: -8px;
        background: url("sprite-full.png")
    }

    .category:after {
        right: -35px;
        background-position: -116px -511px
    }

    .category:before {
        left: -35px;
        background-position: -1px -511px
    }

    .category__item {
        background: transparent;
        height: 35px;
        max-height: 35px;
        background: url("sprite-full.png");
        background-position: 0 -1401px;
        background-repeat: no-repeat;
        width: 144px;
        transition: 0s
    }

    .category__item:hover, .category__item.active {
        background-position: 0 -1485px
    }

    .category__item:hover .category__box, .category__item.active .category__box {
        color: #ecfbfc !important
    }

    .category__box {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        color: #bed5e1 !important;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5)
    }

    .category__icon {
        display: none
    }
}

.game {
    display: block;
    width: 100%
}

.game__list {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap
}

.game__item {
    padding: 10px;
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.game__picture {
    width: 80px;
    height: 80px;
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.game__description {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.game__hover {
    display: none
}

@media (min-width: 576px) {
    .game__item {
        width: 25%
    }
}

@media (min-width: 768px) {
    .game__item {
        width: 20%
    }
}

@media (min-width: 992px) {
    .game__section {
        padding: 0
    }

    .game__item {
        width: 210px;
        height: 152px;
        box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.75);
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
        margin: 0 5px 20px;
        position: relative;
        padding: 0;
        align-items: flex-start
    }

    .game__item::after {
        content: "";
        position: absolute;
        top: -4px;
        right: -4px;
        bottom: auto;
        left: -4px;
        z-index: 0;
        width: 210px;
        height: 152px;
        background-image: url("sprite-full.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        z-index: 2
    }

    .game__item:hover .game__hover {
        opacity: 1
    }

    .game__box {
        display: flex;
        justify-content: center;
        width: 202px;
        height: 114px;
        position: relative;
        border-radius: 0
    }

    .game__picture {
        width: 100%;
        height: 100%
    }

    .game__description {
        padding: 0;
        width: 100%
    }

    .game__name {
        position: relative;
        z-index: 3;
        height: 30px;
        line-height: 0px;
        display: inline-flex;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
        color: #fce9a9;
        background: linear-gradient(top, #fcf3d2, #fce9a9 40%, #f1dc85 51%, #fdefbd);
        -webkit-background-clip: text;
        background-clip: text;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .game__hover {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 3px;
        left: 3px;
        opacity: 0;
        right: 7px;
        bottom: 36px;
        justify-content: center;
        align-items: center;
        transition: .3s;
        z-index: 5;
        background: rgba(0, 0, 0, 0.5)
    }

    .game__hover .btn {
        margin: 5px 0;
        height: 30px;
        overflow: hidden;
        width: 130px
    }

    .game__hover .btn:after, .game__hover .btn:before {
        height: 30px
    }
}

.promo__title {
    position: absolute;
    top: 10px;
    z-index: 2;
    left: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem
}

.promo__list {
    display: flex;
    flex-wrap: wrap
}

.promo__item {
    min-height: 180px;
    max-height: 220px;
    width: 30vw;
    flex: 1 0 100%;
    display: flex;
    position: relative;
    margin-bottom: 20px;
    min-width: 200px;
    border-radius: 15px
}

.promo__item:after {
    content: '';
    transition: .3s;
    border-radius: 15px;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5)
}

.promo__item:nth-child(2n) {
    margin-right: 0
}

.promo__item:hover:after {
    opacity: 0
}

.promo__item .promo__title {
    top: 25px;
    left: 25px
}

.promo__item__rigth {
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px
}

.promo__picture {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative
}

.promo__banner__main, .promo__banner {
    display: flex;
    position: relative;
    width: 100%;
    height: 30vw;
    min-height: 200px;
    max-height: 280px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 #000;
    border-radius: 10px
}

.promo__banner__main:after, .promo__banner:after {
    content: '';
    transition: .3s;
    border-radius: 15px;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5)
}

.promo__banner__main:hover:after, .promo__banner:hover:after {
    opacity: 0
}

.promo__banner__main__bottom, .promo__banner__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 10px;
    justify-content: space-between
}

.promo__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.promo__box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
    z-index: 2
}

.promo__column {
    flex-direction: column;
    text-align: center
}

.promo__sum, .promo__sub {
    color: #fff
}

.promo__sum {
    font-size: 2.2rem;
    font-weight: 900
}

@media (min-width: 576px) {
    .promo__item {
        flex: 1 0 200px;
        margin: 0 20px 10px 0
    }
}

@media (min-width: 992px) {
    .promo__title {
        position: relative !important;
        color: #fce9a9;
        text-align: center;
        left: 0 !important;
        top: 0 !important;
        margin: 10px 0;
        text-transform: uppercase;
        background: linear-gradient(top, #fcf3d2, #fce9a9 40%, #f1dc85 51%, #fdefbd)
    }

    .promo__banner {
        display: flex;
        flex-direction: column;
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        max-height: -webkit-min-content;
        max-height: -moz-min-content;
        max-height: min-content;
        box-shadow: none
    }

    .promo__banner:after {
        display: none
    }

    .promo__banner__bottom {
        padding: 0;
        position: relative
    }

    .promo__banner__main {
        display: flex
    }

    .promo__banner__main:after {
        display: none
    }

    .promo__banner__main .promo__title {
        width: 215px;
        position: absolute !important;
        left: calc(100% - 215px) !important;
        background: linear-gradient(top, #fcf3d2, #fce9a9 50%, #f1dc85 51%, #fdef6e);
        -webkit-background-clip: text;
        background-clip: text;
        font-size: 2rem;
        color: #fce9a9
    }

    .promo__banner__main .promo__picture {
        width: 440px;
        max-width: 440px;
        background: linear-gradient(180deg, #b95f03 0, #671d00 5%, #b95f03 80%, #671d00)
    }

    .promo__banner__main .promo__picture:after {
        content: '';
        top: 3px;
        position: absolute;
        display: block;
        border-radius: 10px;
        left: 3px;
        bottom: 3px;
        right: 3px;
        background: rgba(0, 0, 0, 0.4);
        box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.5), inset 0 0 35px rgba(0, 0, 0, 0.25)
    }

    .promo__banner__main .promo__img {
        left: 7px;
        right: 7px;
        top: 7px;
        bottom: 7px;
        z-index: 3;
        transform: none;
        min-width: calc(100% - 15px);
        width: calc(100% - 15px);
        min-height: calc(100% - 15px);
        border-radius: 10px
    }

    .promo__banner__main .promo__box-decor {
        padding: 5px 0;
        border: 2px solid #9a4902;
        border-top: 0 solid #9a4902;
        border-radius: 10px;
        margin-bottom: 10px;
        position: relative
    }

    .promo__banner__main .promo__box-decor:after, .promo__banner__main .promo__box-decor:before {
        content: '';
        position: absolute;
        width: 30px;
        border: 1px solid #9a4902;
        height: 1px;
        display: block;
        top: 0;
        border-radius: 10px;
        overflow: hidden
    }

    .promo__banner__main .promo__box-decor:after {
        left: 2px
    }

    .promo__banner__main .promo__box-decor:before {
        right: 2px
    }

    .promo__banner__main .promo__sub {
        margin-top: -15px
    }

    .promo__banner__main__bottom {
        position: relative;
        width: 215px;
        min-width: 215px;
        padding: 50px 20px 0
    }

    .promo__content {
        font-family: Arial, Helvetica, sans-serif;
        color: #9a4902
    }

    .promo__box {
        flex: 1 0 100%;
        padding: 10px 0
    }

    .promo__sum {
        color: #ffc649
    }

    .promo__sub {
        color: #af0512
    }

    .promo__column {
        flex-direction: column-reverse
    }

    .promo-decor__item {
        margin: 0 0 10px 0;
        flex-direction: column;
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        max-height: -webkit-min-content;
        max-height: -moz-min-content;
        max-height: min-content
    }

    .promo-decor__item::after {
        display: none
    }

    .promo-decor__rigth {
        position: relative;
        top: 0;
        left: 0;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        transform: none
    }

    .promo-decor__picture {
        width: 235px;
        height: 164px;
        position: relative
    }

    .promo-decor__picture:after {
        content: "";
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 267px;
        height: 198px;
        position: absolute;
        content: '';
        display: block;
        background-image: url("sprite-full.png");
        background-repeat: no-repeat;
        background-position: 0 -860px
    }

    .news__title {
        color: transparent !important;
        width: 100%;
        height: 50px;
        display: block;
        background: url("/img/banners/news.png");
        background-size: contain;
        margin-bottom: -20px;
        z-index: 2
    }

    .turnament__title {
        color: transparent !important;
        width: 100%;
        height: 50px;
        display: block;
        background: url("tournament.png");
        background-size: contain;
        margin-bottom: -20px;
        z-index: 2
    }

    .tournament-fond__table {
        border: 2px solid #9a4902;
        border-radius: 10px;
        margin: -50px 0 20px;
        padding: 40px 10px 20px 10px;
        border-top: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: flex;
        position: relative;
        flex-direction: column
    }

    .tournament-fond__table:after, .tournament-fond__table:before {
        content: '';
        display: block;
        width: 50px;
        background: #9a4902;
        height: 1px;
        position: absolute
    }

    .tournament-fond__table:after {
        top: 0;
        right: 5px
    }

    .tournament-fond__table::before {
        top: 0;
        left: 5px
    }

    .tournament-fond__table tr {
        display: flex;
        justify-content: space-between
    }

    .tournament-fond__table td, .tournament-fond__table th {
        display: flex;
        flex: 1 0 50px;
        padding: 5px 10px
    }

    .tournament-fond__table td:first-child, .tournament-fond__table th:first-child {
        max-width: 30px
    }

    .tournament-fond__table td:last-child, .tournament-fond__table th:last-child {
        justify-content: flex-end
    }

    .tournament-fond__table tbody tr:nth-child(2n+1) {
        background-color: #3e1604
    }

    .tournament-fond__table tbody td:last-child {
        font-size: 1.5rem
    }
}

.card__item {
    min-width: 290px;
    flex: 1 0 290px;
    margin: 0 0 20px
}

.card__item .promo__box {
    text-align: left;
    align-items: flex-start;
    padding: 0
}

.card__item .promo__title {
    top: 15px;
    left: 15px
}

.card__item__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 100%;
    max-height: 100%
}

.card__picture {
    width: 100%
}

.card__art {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.card__row {
    display: flex;
    width: 100%
}

.card__fond, .card__date {
    display: flex;
    flex-direction: column;
    text-align: left
}

.card__more__btn {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.card__more__btn:after {
    content: '>';
    font-size: 1.8rem;
    color: #fff
}

.lotteries__decription {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end
}

.lotteries__decription .promo__box {
    width: 100%;
    height: 100%;
    padding: 10px 0;
    justify-content: flex-end
}

.news__content {
    display: none
}

.news__decription {
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 3;
    position: relative
}

.news__more {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px
}

.bonus__item {
    border-radius: 15px;
    overflow: hidden
}

.bonus__item::after {
    display: none
}

.bonus__container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    align-items: flex-start
}

.bonus__title {
    font-size: 2rem;
    max-width: 200px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px
}

.bonus__picture {
    width: 200px;
    height: 200px;
    position: relative;
    display: block;
    margin-bottom: -80px
}

.bonus-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.bonus__btn {
    background: linear-gradient(180deg, #00d2a0 0, #00a37f 45%, #008a69);
    box-shadow: 0 4px 8px rgba(1, 86, 66, 0.6), inset 0 -4px 16px #009f7a;
    position: relative;
    border-radius: 2px;
    overflow: hidden
}

.bonus__btn:after, .bonus__btn:before {
    top: auto;
    left: auto;
    right: auto;
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    z-index: 1;
    opacity: .2
}

.bonus__btn:after {
    right: 0;
    height: 25px;
    width: 15px;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0.75) 0, rgba(255, 255, 255, 0));
    transform: translateX(50%) rotate(-30deg) skewX(-5deg) skewY(-10deg)
}

.bonus__btn:before {
    left: 0;
    height: 25px;
    width: 15px;
    background: linear-gradient(to bottom right, #fff 0, rgba(255, 255, 255, 0));
    transform: translateX(-50%) rotate(30deg) skewX(5deg) skewY(10deg)
}

.bonus__btn:hover {
    background: linear-gradient(180deg, #00d2a0 0, #00a37f 45%, #008a69);
    box-shadow: 0 4px 8px rgba(1, 86, 66, 0.6), inset 0 -4px 16px #009f7a
}

@media (min-width: 576px) {
    .card__list {
        justify-content: space-between
    }

    .card__item {
        flex: 1 0 50%;
        width: 50%;
        max-width: calc(50% - 10px)
    }
}

@media (min-width: 992px) {
    .card__item {
        flex: 1 0 100%;
        display: flex;
        flex-direction: column;
        margin: 20px 0 30px;
        padding: 3px;
        border-radius: 5px;
        background: linear-gradient(180deg, #b95f03 0, #671d00 5%, #b95f03 80%, #671d00);
        box-shadow: inset 0 -1px 0 rgba(185, 95, 3, 0.5), inset 0 1px 0 1px rgba(109, 33, 1, 0.5)
    }

    .card__item:after {
        display: none
    }

    .card__item__wrapper {
        padding: 3px;
        border-radius: 5px;
        background: url("/img/promo/brown-pattern.gif");
        overflow: hidden
    }

    .card__item .promo__box {
        padding: 0
    }

    .card__item .promo__sum {
        font-size: 1.4rem
    }

    .card__item .promo__sub {
        font-weight: 600
    }

    .card__more__btn {
        display: none
    }

    .card__more__link {
        color: rgba(185, 95, 3, 0.5);
        padding: 5px 10px;
        border-radius: 15px;
        border: 1px solid rgba(185, 95, 3, 0.5)
    }

    .card__more__link:hover {
        color: #ffc649;
        border-color: #ffc649
    }

    .card__title {
        position: absolute !important;
        top: -50px !important;
        font-size: 2.2rem;
        left: 50% !important;
        transform: translateX(-50%)
    }

    .card__fond, .card__date {
        text-align: center
    }

    .card__picture {
        background: #000;
        border-radius: 0
    }

    .lotteries__picture {
        position: relative;
        width: 100%;
        height: 250px;
        min-height: 250px;
        overflow: hidden
    }

    .lotteries__item {
        max-width: 100%;
        width: 100%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }

    .lotteries__decription {
        position: relative;
        padding: 10px
    }

    .lotteries__decription .promo__box {
        justify-content: space-between;
        align-items: center;
        flex-direction: row
    }

    .news__item {
        max-width: 100%;
        width: 100%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }

    .news__art {
        position: relative;
        width: 100%;
        height: 90px;
        min-height: 90px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        background: url("/img/promo/bg.png");
        background-position: -3px -1px;
        z-index: 5
    }

    .news__picture {
        width: 280px;
        background: transparent;
        min-width: 280px
    }

    .news__picture .promo__img {
        position: relative;
        transform: none;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .news__content {
        display: block;
        padding: 15px
    }

    .news-title {
        top: 0 !important;
        left: 0 !important;
        position: relative !important;
        transform: none;
        display: flex;
        width: 100%;
        height: 90px;
        margin: 0;
        align-items: center;
        padding: 20px
    }

    .bonus__item {
        background: transparent;
        width: 322px;
        height: 224px;
        margin: 0 0 20px
    }

    .bonus__container {
        padding: 20px;
        justify-content: space-between
    }
}

.slot__main {
    width: 100%;
    padding: 10px 0
}

.slot__iframe {
    display: block;
    width: 100%;
    height: 50vw;
    max-height: 500px
}

.faq a:hover {
    text-decoration: underline
}

.faq__list {
    display: flex;
    flex-direction: column
}

.faq__item {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    border: 1px solid #ffa913;
    margin-bottom: 10px;
    border-radius: 5px
}

.faq__title {
    font-weight: 600;
    font-size: 1.6rem;
    display: inline-flex;
    align-items: center;
    color: #fff
}

.faq__title::before {
    content: "+";
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    width: 10px;
    height: 10px;
    margin: 0;
    font-size: 2.2rem
}

.faq__title:hover {
    cursor: pointer
}

.faq__content {
    padding: 10px 10px 0 10px;
    flex-direction: column
}

.faq summary::-webkit-details-marker {
    color: transparent
}

.faq details[open] summary::before {
    content: "-"
}

@media (min-width: 992px) {
    .faq__item {
        background-image: linear-gradient(180deg, #430a07 0, #2f0a01);
        border: 1px solid;
        border-color: #724420 #5c2d12 #100000;
        border-radius: 0 0 3px 3px;
        box-shadow: inset 17px 0 30px -10px rgba(109, 33, 9, 0.8), inset -17px 0 30px -10px rgba(109, 33, 9, 0.8), inset 0 -3px 19px -1px rgba(109, 33, 9, 0.8);
        border: 1px solid #100000
    }

    .faq__title {
        color: #FCE9A2
    }

    .faq__content {
        color: #ae9d6d
    }
}

.footer__container {
    display: flex;
    flex-direction: column
}

.footer__box {
    padding: 10px 0;
    width: 100%
}

.footer__list {
    display: flex;
    flex-wrap: wrap
}

.footer__item {
    display: flex;
    padding: 10px;
    flex: 1 0 50px;
    justify-content: center
}

.footer__icon {
    max-width: 30px;
    max-height: 30px;
    height: 30px;
    display: block
}

.pyaments {
    border-top: 1px solid #332b2b
}

.copyraight {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    border-top: 1px solid rgba(64, 96, 128, 0.2)
}

.copyraight__text {
    line-height: 1.8;
    color: #fff
}

.copyraight svg {
    max-width: 25px;
    height: 25px
}

@media (min-width: 992px) {
    .footer__container {
        padding: 0
    }

    .footer__main {
        display: flex;
        padding: 20px 10px
    }

    .footer-navigation__title {
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        color: #e0db9d;
        background: linear-gradient(top, #fcf3d2, #fce9a9 40%, #fce9a9 51%, #fdefbd);
        -webkit-background-clip: text;
        background-clip: text;
        text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 10px;
        display: inline-flex
    }

    .footer-navigation__list {
        display: flex;
        flex-direction: row;
        max-width: 500px;
        flex-wrap: wrap
    }

    .footer-navigation__item {
        display: flex;
        flex: 1 0 50%;
        padding: 5px 0
    }

    .footer-navigation__link {
        color: #97611b;
        font-weight: 700
    }

    .pyaments {
        height: 76px;
        border: 2px solid #9a4902;
        border-radius: 10px;
        background: #170701
    }

    .pyaments__list {
        padding: 0 10px;
        flex-wrap: nowrap
    }
}
article p, ul, ol, table {
    margin-bottom: 15px;
}
h1, h2, h3, h4 {
    margin-top: 20px;
    margin-bottom: 25px;
}
article img {
    display: block;
    max-width: 100%;
    border-radius: 10px;
    margin: 30px auto;
}

article table {
    margin: 15px 0;
    width: 100%;
}
article  td, article  th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid #FFF;
}
article ul, article ol {
    padding-left: 20px;
}