/* roboto-300 - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v47-cyrillic_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v47-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v47-cyrillic_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #A8A8A8;
    background: #131518;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
select,
textarea,
input,
button {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
}
.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}
@media (max-width: 414px) {
    .alignleft {
        display: block;
        float: none;
        margin: 20px auto;
    }
}
.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}
@media (max-width: 414px) {
    .alignright {
        display: block;
        float: none;
        margin: 20px auto;
    }
}
.aligncenter {
    display: block;
    float: none;
    margin: 20px auto;
}
.alignnone {
    display: block;
    float: none;
    margin: 20px auto;
}
a {
    color: #EC2931;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
}
a:hover {
    color: #EC2931;
    text-decoration: underline;
}
a:visited {
    color: #9F2126;
}
p {
    margin-bottom: 10px;
}
p:last-of-type {
    margin-bottom: 0;
}
ul,
ol {
    margin: 0 0 10px 0;
    padding: 0;
}
ul li,
ol li {
    list-style-position: inside;
}
h1,
.h1 {
    color: #fff;
    font: 500 24px/1.2em "Roboto", sans-serif;
    margin-bottom: 25px;
    text-align: center;
}
h2,
.h2 {
    color: #fff;
    font: 500 18px/1.2em "Roboto", sans-serif;
    margin: 20px 0;
    text-align: center;
}
h3,
.h3 {
    color: #fff;
    font: 500 18px/1.2em "Roboto", sans-serif;
    margin: 20px 0;
    text-align: center;
}
h4,
.h4 {
    color: #fff;
    font: 500 18px/1.2em "Roboto", sans-serif;
    margin: 20px 0;
    text-align: center;
}
table {
    margin: 20px auto;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
}
table td {
    padding: 5px;
    border-bottom: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
}
@media (max-width: 530px) {
    table td {
        font-size: 10px;
    }
}
table td ul,
table td ol {
    margin: 0;
}
.container {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 10px;
}
.page-content {
    padding: 25px 0px;
}
@media (max-width: 1024px) {
    .page-content {
        background: #131518;
        padding: 25px 0 25px 0;
    }
}
.wrapper-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 58px 0px 0 0px;
}
@media (max-width: 1024px) {
    .wrapper-content {
        flex-direction: column;
        align-items: center;
        padding: 75px 10px 0 10px;
    }
}
@media (max-width: 768px) {
    .wrapper-content {
        padding: 58px 10px 0 10px;
    }
}
.top-page__entry p {
    color: #333;
    margin-bottom: 15px;
}
.logged-in .header {
    top: 32px;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 58px;
    background: #000;
    padding: 0 30px 0 0;
    position: fixed;
    top: 0;
    z-index: 999;
}
@media (max-width: 1300px) {
    .header {
        background-color: #000;
        padding: 0 15px;
        filter: none;
    }
}
.header .header__logo {
    position: relative;
    flex: 0 0 auto;
    max-width: 330px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
}
@media (max-width: 1300px) {
    .header .header__logo {
        background-color: #000;
        padding: 0 10px 0 0;
    }
}
.header .header__logo .mobile-icon {
    display: none;
}
@media (max-width: 1300px) {
    .header .header__logo .mobile-icon {
        flex: 0 0 24px;
        max-width: 24px;
        position: relative;
        display: block;
        width: 29px;
        height: 29px;
        border: 0;
        padding: 0;
        background: transparent;
        cursor: pointer;
        margin-right: 15px;
        margin-top: -5px;
        z-index: 999;
    }
}
@media (max-width: 1300px) {
    .header .header__logo .mobile-icon {
        margin-right: 10px;
    }
}
@media (max-width: 530px) {
    .header .header__logo .mobile-icon {
        margin-top: -1px;
    }
}
.header .header__logo .mobile-icon span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: 0.3s;
    width: 24px;
}
.header .header__logo .mobile-icon span:nth-child(1) {
    top: 6px;
}
.header .header__logo .mobile-icon span:nth-child(2) {
    top: calc(50% - 1.5px);
}
.header .header__logo .mobile-icon span:nth-child(3) {
    bottom: 6px;
}
.header .header__logo .mobile-icon.active {
    display: none;
}
.header .header__logo .mobile-icon.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 12.5px;
}
.header .header__logo .mobile-icon.active span:nth-child(2) {
    left: 50%;
    width: 0;
}
.header .header__logo .mobile-icon.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 12.5px;
}
.header .header__logo .logo {
    padding: 0;
    margin-top: 10px;
}
@media (max-width: 1300px) {
    .header .header__logo .logo {
        margin-left: 15px;
    }
}
@media (max-width: 530px) {
    .header .header__logo .logo {
        padding: 0;
    }
    .header .header__logo .logo img {
        max-width: 100px;
        height: auto;
        margin-top: 5px;
    }
}
@media (max-width: 360px) {
    .header .header__logo .logo {
        margin-left: 5px;
    }
}
.header .nav_header {
    display: none;
}
@media (max-width: 1300px) {
    .header .nav_header {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between;
        padding: 0px 15px;
    }
}
.header .nav_header .nav_close {
    position: relative;
    display: block;
    flex: 0 0 20px;
    max-width: 20px;
    height: 20px;
}
.header .nav_header .nav_close:before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    top: 8px;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
}
.header .nav_header .nav_close:after {
    content: "";
    position: absolute;
    transform: rotate(-45deg);
    bottom: 9px;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
}
.header .nav_btns {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 255px;
    max-width: 255px;
}
.header .nav_btns .btn {
    border: 0;
    margin-right: 8px;
}
.header .nav_btns .btn:last-child {
    margin-right: 0;
}
.header .nav_btns .btn.btn_enter {
    flex: 0 0 100px;
    max-width: 100px;
}
.header .nav_btns .btn.btn_reg {
    flex: 0 0 145px;
    max-width: 145px;
}
.header .header_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 1366px) {
    .header .header_nav {
        justify-content: center;
        max-width: 1300px;
    }
}
@media (max-width: 1300px) {
    .header .header_nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        width: 100%;
        background: #1B1B1B;
        padding: 0;
        transform: translate(-100%);
        z-index: 99999;
        transition: 0.3s;
    }
    .header .header_nav.show {
        transform: translate(0);
    }
}
.header .header_nav .header__menu {
    padding: 0 5px;
}
.header .header_nav .header__menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}
@media (max-width: 1300px) {
    .header .header_nav .header__menu ul {
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        margin-top: 20px;
    }
}
.header .header_nav .header__menu ul li {
    list-style: none;
    margin-right: 25px;
}
@media (max-width: 1300px) {
    .header .header_nav .header__menu ul li {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
}
.header .header_nav .header__menu ul li a,
.header .header_nav .header__menu ul li span {
    color: #A8A8A8;
    font-size: 12px;
    text-transform: uppercase;
    padding: 21px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid transparent;
}
.header .header_nav .header__menu ul li a img,
.header .header_nav .header__menu ul li span img {
    display: block;
    margin-right: 5px;
}
.header .header_nav .header__menu ul li a:hover,
.header .header_nav .header__menu ul li span:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #E01821;
}
@media (max-width: 1300px) {
    .header .header_nav .header__menu ul li a,
    .header .header_nav .header__menu ul li span {
        color: #fff;
        padding: 5px 20px;
        justify-content: left;
    }
    .header .header_nav .header__menu ul li a:hover,
    .header .header_nav .header__menu ul li span:hover {
        background: linear-gradient(89.99deg, #f6641f 0.01%, rgba(57, 34, 24, 0.290969) 80.2%, rgba(27, 27, 27, 0.25) 94.26%, rgba(27, 27, 27, 0) 99.99%);
    }
}
@media (max-width: 530px) {

    .header .header_nav .header__menu ul li a:hover,
    .header .header_nav .header__menu ul li span:hover {
        background: none;
    }
}
.header .header_nav .header__menu ul li span {
    color: #fff;
    border-bottom: 2px solid #E01821;
}

.header .header__register {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
}
.header .header__register .btn_ent {
    width: 90px;
    height: 30px;
    background: #A2ADB9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px;
}
@media (max-width: 530px) {
    .header .header__register .btn_ent {
        width: 55px;
        font-size: 12px;
        height: 30px;
    }
}
@media (max-width: 360px) {
    .header .header__register .btn_ent {
        width: 45px;
        font-size: 10px;
        height: 30px;
        margin-right: 5px;
    }
}
.header .header__register .btn_ent:hover {
    color: #fff;
    text-decoration: none;
    background: #BDC5CD;
}
.header .header__register .btn_reg {
    width: 130px;
    height: 30px;
    background: #5BC053;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
@media (max-width: 530px) {
    .header .header__register .btn_reg {
        width: 105px;
        font-size: 12px;
        height: 30px;
    }
}
@media (max-width: 360px) {
    .header .header__register .btn_reg {
        width: 85px;
        font-size: 10px;
        height: 30px;
    }
}
.header .header__register .btn_reg:hover {
    background: #72DF69;
    text-decoration: none;
}
.header .header__register .btn_download {
    width: 90px;
    height: 30px;
    background: #F4D242;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0;
    color: #131518;
    font-size: 12px;
    text-transform: uppercase;
}
@media (max-width: 530px) {
    .header .header__register .btn_download {
        width: 105px;
        font-size: 12px;
        height: 30px;
    }
}
@media (max-width: 360px) {
    .header .header__register .btn_download {
        width: 85px;
        font-size: 10px;
        height: 30px;
        margin-right: 5px;
    }
}
.header .header__register .btn_download:hover {
    background: #f4ec27;
    text-decoration: none;
}
.center-content {
    width: calc(100% - 600px);
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
    background: #0D1014;
}
@media (max-width: 1700px) {
    .center-content {
        padding: 0 20px;
    }
}
@media (max-width: 1300px) {
    .center-content {
        width: calc(100% - 300px);
        margin: 0 0 0 300px;
    }
}
@media (max-width: 1024px) {
    .center-content {
        order: 1;
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }
}
.main-banner {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .main-banner {
        display: none;
    }
}
.main-banner a,
.main-banner img {
    display: block;
}
.sidebar-left,
.sidebar-right {
    max-width: 280px;
    width: 100%;
    position: fixed;
    top: 58px;
}
@media (max-width: 1024px) {
    .sidebar-left,
    .sidebar-right {
        max-width: 450px;
        position: relative;
        margin-bottom: 40px;
        top: 15px;
    }
    .sidebar-left {
        order: 2;
    }
    .sidebar-right {
        order: 3;
    }
}
@media (max-width: 992px) {
    .sidebar-right {
        display: none;
    }
}
@media (max-width: 922px) {
    .sidebar-left,
    .sidebar-right {
        top: auto;
    }
}
.sidebar-left {
    left: 0;
    background: #0D1014;
}
.sidebar-right {
    right: 0;
    text-align: center;
}
.logged-in .sidebar-left,
.logged-in .sidebar-right {
    top: 90px;
}
@media (max-width: 1024px) {
    .logged-in .sidebar-left,
    .logged-in .sidebar-right {
        top: 15px;
    }
}
.sidebar__wrap {
    max-width: 280px;
    width: 100%;
}
@media (max-width: 1024px) {
    .sidebar__wrap {
        max-width: 450px;
    }
}
.sidebar__deposite {
    background: #0D1014;
    padding: 10px 0px;
}
.sidebar__deposite img {
    width: 135px;
    height: 135px;
    display: block;
    margin: 0 auto;
}
.sidebar__deposite p {
    font-size: 16px;
    color: #fff;
    margin: 25px auto;
}
.sidebar__deposite .btn_start {
    width: 195px;
    height: 35px;
    line-height: 35px;
    background: linear-gradient(180deg, #FF434B 0%, #E01821 100%);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.33);
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 0 auto 15px;
}
.sidebar__deposite .btn_start:hover {
    background: linear-gradient(180deg, #FF7379 0%, #CC2930 100%);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.33);
    text-decoration: none;
}
.sidebar__deposite .btn_how {
    width: 195px;
    height: 35px;
    line-height: 35px;
    background: #0D1014;
    border: 1px solid #595959;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 0 auto 15px;
}
.sidebar__deposite .btn_how:hover {
    background: #595959;
    text-decoration: none;
}
.sidebar__app p {
    font-size: 12px;
    color: #FFFFFF;
    margin: 15px auto;
}
.sidebar__app-download {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar__app-btn {
    width: 85px;
    height: 45px;
    background: #000;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}
.sidebar__app-btn:hover {
    background: #5BC053;
}
.sidebar__sports {
    max-width: 280px;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding: 15px 0;
    background: #0D1014;
}
@media (max-width: 1024px) {
    .sidebar__sports {
        max-width: 450px;
        margin-bottom: 0px;
        height: 100%;
        padding: 5px 0;
    }
}
.sidebar__sports .sidebar__sports-list {
    max-width: 280px;
    width: 100%;
}
@media (max-width: 1024px) {
    .sidebar__sports .sidebar__sports-list {
        max-width: 450px;
    }
}
.sidebar__sports .sidebar__sports-list .sidebar__sports-item {
    max-width: 280px;
    width: 100%;
    height: 35px;
    background: #0D1014;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3px 35px;
    box-sizing: border-box;
    position: relative;
    border-left: 2px solid transparent;
}
@media (max-width: 1300px) {
    .sidebar__sports .sidebar__sports-list .sidebar__sports-item {
        padding: 0px 15px;
    }
}
.sidebar__sports .sidebar__sports-list .sidebar__sports-item:hover {
    text-decoration: none;
    border-left: 2px solid #E01821;
}
.sidebar__sports .sidebar__sports-list .sidebar__sports-item img {
    width: 25px;
    height: 25px;
    filter: brightness(0.5);
    margin-right: 30px;
}
.sidebar__sports .sidebar__sports-list .sidebar__sports-item span.sport {
    font-size: 14px;
    color: #A8A8A8;
}
.sidebar__sports .sidebar__sports-list .sidebar__sports-item:hover img {
    filter: none;
}
.sidebar__sports .sidebar__sports-list .sidebar__sports-item:hover span.sport {
    color: #fff;
}
@media (max-width: 1024px) {
    .sidebar__sports .sidebar__sports-list .sidebar__sports-item {
        max-width: 450px;
        padding: 0 15px;
    }
}
.sidebar__banner {
    max-width: 280px;
    width: 100%;
    height: auto;
    max-height: 185px;
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.sidebar__banner img {
    object-fit: cover;
    max-width: 280px;
    width: 100%;
    max-height: 185px;
    height: auto;
}
.sidebar__banner span.sidebar_btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 165px;
    height: 35px;
    background: #f6641f;
    border-radius: 40px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.sidebar__banner span.sidebar_btn:hover {
    background: linear-gradient(180deg, #ff9969 0%, #f6641f 100%);
}
@media (max-width: 1024px) {
    .sidebar__banner {
        max-width: 450px;
    }
}
.footer {
    background: #000;
    padding: 25px 0;
    z-index: 999;
    position: relative;
}
.footer .footer__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
}
@media (max-width: 992px) {
    .footer .footer__wrap {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0 auto 15px;
    }
}
@media (max-width: 850px) {
    .footer .footer__wrap {
        flex-direction: column;
        padding: 0 10px;
    }
}
@media (max-width: 992px) {
    .footer .footer__wrap .footer__partners {
        margin-bottom: 15px;
    }
}
.footer .footer__wrap .footer__partners p {
    color: #898989;
    font-size: 12px;
    margin-bottom: 10px;
}
.footer .footer__wrap .footer__payments p {
    color: #898989;
    font-size: 12px;
    margin-bottom: 10px;
}
.footer .footer__copyright {
    color: #898989;
    font-size: 12px;
    max-width: 430px;
    text-align: left;
}
.footer .footer__copyright span {
    color: #E01821;
}
.footer #up_button {
    position: absolute;
    right: 0;
    top: 0;
    background: #E01821;
    width: 85px;
    height: 30px;
    text-align: center;
    z-index: 2;
    transition: all 0.3s;
    cursor: pointer;
    color: #fff;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.error404 .page-content {
    /*background: #fff;*/
    text-align: center;
    font-size: 16px;
    /*color: #363c3f;*/
}
.error404 .page-404-img {
    margin-top: 150px;
}
@media (max-width: 1024px) {
    .error404 .page-404-img {
        margin-top: 20px;
    }
}
.error404 .btn-404 {
    width: 185px;
    height: 45px;
    background: #E01821;
    box-shadow: 0px 14px 21px rgba(34, 25, 0, 0.24);
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
}
.error404 .btn-404:hover {
    background: linear-gradient(266.84deg, #E01821 0%, #f99234 100%);
    box-shadow: 0px 14px 21px rgba(34, 25, 0, 0.24);
    text-decoration: none;
}
.apk-btn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 30px;
    background: #F4D242;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #131518;
    font-size: 12px;
    text-transform: uppercase;
}
@media (max-width: 530px) {
    .apk-btn {
        width: 105px;
        font-size: 12px;
        height: 30px;
    }
}
@media (max-width: 360px) {
    .apk-btn {
        width: 85px;
        font-size: 10px;
        height: 30px;
    }
}
