body {
    background-color: #081b27
}

.w-container {
    max-width: 1111px;
    position: relative
}

div.columns.w-row {
    max-width: 1111px;
    margin-left: auto;
    margin-right: auto
}

.sidebar {
    min-width: 300px !important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-track {
    background: #0C222F
}

::-webkit-scrollbar-thumb {
    background: #666
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.button-2.w--current {
    background: #e0a80b
}

.header-short-description .info-title-link, .on-review-page .info-title-link {
    width: auto;
    display: inline-block
}

.text-center {
    text-align: center
}

@media only screen and (max-width: 812px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        right: -300px;
        -webkit-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
        position: fixed;
        display: block;
        z-index: 999
    }

    .w-nav-overlay {
        left: auto;
        z-index: 998;
        top: 0;
        position: fixed;
        height: 100%
    }

    .w-nav-menu.nav-open {
        display: block !important;
        position: fixed;
        right: 0 !important;
        height: 100%;
        top: 0
    }
}

.w-nav-menu.nav-open a {
    display: inline-block;
    width: 100%
}

.search-box {
    margin-top: 115px
}

.header-title {
    font-size: 35px;
    line-height: 35px
}

.nav-link {
    padding-left: 25px;
    margin-left: 0;
    padding-right: 25px
}

.top_menu {
    display: flex;
    padding: 0;
    margin: 0
}

.top_menu li {
    position: relative
}

.top_menu li.has-child ul.sub-menu {
    position: absolute;
    background: #0c2738;
    width: 550px;
    display: block;
    padding: 15px 25px;
    border-top: 1px solid #899ead;
    display: none;
    height: 0;
    top: 100%;
    transition: all 350ms ease;
    left: 0
}

.top_menu li::marker {
    content: none
}

.top_menu li.has-child ul.sub-menu li {
    width: 33.3333333%;
    float: left;
    display: inline-block
}

.top_menu li.has-child ul.sub-menu li a {
    color: #899ead;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px
}

.inline-block {
    display: inline-block !important
}

@media screen and (min-width: 1000px) {
    .top_menu li.has-child ul.sub-menu li a:hover {
        color: #fff
    }

    .top_menu li.has-child:hover .sub-menu {
        height: auto;
        display: block
    }
}

@media screen and (max-width: 991px) {
    .sidenav-body {
        padding-left: 0
    }

    .top_menu {
        flex-direction: column
    }

    .top_menu li.has-child:after {
        content: "›";
        height: 16px;
        width: 16px;
        display: inline-block;
        color: #899ead;
        position: absolute;
        right: 0;
        top: 25px;
        font-size: 25px;
        transform: rotate(90deg)
    }

    .top_menu li.has-child ul.sub-menu {
        width: 100%;
        position: relative;
        height: auto
    }

    .top_menu li.has-child ul.sub-menu li {
        width: 100%
    }
}

@media screen and (max-width: 912px) {
    .item.mobile-half {
        width: 25%
    }
}

@media screen and (max-width: 600px) {
    .item.mobile-half {
        width: 33.3333333333%
    }
}

@media screen and (max-width: 480px) {
    .item.mobile-half {
        width: 50%
    }
}

@media all and (min-width: 992px) {
    .m-nav, .m-nav-over {
        display: none !important
    }
}

.nav-ct ul {
    list-style: none;
    margin: 0;
    padding: 0
}

@media all and (max-width: 991px) {
    .m-nav-over {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 998;
        background: rgba(0, 0, 0, .5);
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }

    .m-nav {
        display: block;
        position: fixed;
        top: 0;
        width: 280px;
        bottom: 0;
        z-index: 999;
        color: rgba(255, 255, 255, .75);
        background: #141414;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        right: -280px;
        background-color: #081b27;
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2)
    }

    .m-nav.active {
        -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, .15);
        box-shadow: 0 0 6px 0 rgba(255, 255, 255, .15);
        right: 0;
        z-index: 10000
    }

    .m-nav.active .m-nav-close {
        visibility: visible;
        border: none;
        opacity: 1
    }

    .m-nav .m-nav-close {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        right: 100%;
        background: #000;
        outline: none;
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        opacity: 0;
        text-align: center;
        line-height: 40px;
        text-decoration: none;
        visibility: hidden
    }

    .m-nav .nav-ct {
        height: 100%;
        overflow: auto
    }

    .m-nav .nav-ct label {
        display: block;
        padding: 15px 15px 15px 65px;
        position: relative;
        border-bottom: solid 1px #444
    }

    .m-nav .nav-ct label i {
        position: absolute;
        left: 18px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 1px
    }

    .m-nav .nav-ct label span {
        color: #fff
    }

    .m-nav ul li {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .m-nav ul a {
        display: block;
        font-size: 16px;
        color: #899ead;
        line-height: 20px;
        padding: 15px 15px 15px 18px;
        border-top: solid 1px #899ead;
        border-bottom: none
    }

    .m-nav ul a:hover, .m-nav ul a.active {
        color: #ea1c25
    }

    .m-nav ul ul {
        background: rgba(255, 255, 255, .04);
        display: none
    }

    .m-nav ul ul a {
        padding-left: 36px;
        text-decoration: none
    }

    .m-nav ul ul ul a {
        padding-left: 54px
    }

    .m-nav .acd-drop {
        width: 50px;
        height: 50px;
        float: right;
        position: relative;
        z-index: 1;
        font-size: 20px;
        color: inherit;
        font-family: monospace;
        outline: none;
        cursor: pointer;
        border: none;
        border-left: solid 1px #444;
        background: rgba(255, 255, 255, .04)
    }

    .acd-drop:after {
        content: '\002B'
    }

    .acd-drop.active:after {
        content: '\2212'
    }

    .m-nav .top-nav a {
        position: relative;
        padding-left: 50px
    }

    .m-nav .top-nav a i {
        position: absolute;
        left: 18px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 1px
    }

    .m-nav .top-nav ul ul {
        padding-left: 54px
    }

    .m-nav .h-sign {
        margin: 18px
    }
}

@media all and (max-width: 475px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        right: -335px
    }
}

.empty {
    color: #fff;
    font-size: 22px
}

.footer_fixed_ads {
    position: relative;
    z-index: 11
}

#player-wrapper {
    background: transparent
}

@media (max-width: 767px) {
    #player-wrapper iframe {
        height: auto !important;
        aspect-ratio: 16 / 9;
    }
}

.top-block.right-box {
    width: 100%
}

.right-box-header {
    color: orange;
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 15px;
}

.box_odds {
    background: #000;
    position: relative;
    font-family: UTMAvo, sans-serif;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
}

.box_odds .text-1 {
    font-size: 12px
}

.box_odds .text-2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #f9bc27
}

.box_odds .img img {
    width: 90px;
    padding: 5px;
    border-radius: 4px;
    background-color: #495262;
    display: flex
}

.odds-info {
    width: calc(100% - 115px);
    justify-content: space-between;
    align-self: center;
    color: #fff;
    padding: 5px 5px 5px 0;
    text-align: center
}

.odds-info a {
    line-height: 16px;
    display: inline-block;
    width: 40%;
    padding: 4px 0;
    border-radius: 4px;
    font-size: 13px;
    color: #1b273c;
    font-weight: 700;
    background-color: #f9bc27;
    border: 1px solid transparent;
    text-align: center;
    height: 25px;
    box-sizing: border-box
}

.odds-info a + a {
    margin-left: 5px
}

@media (max-width: 767px) {
    .top-block {
        margin-top: 10px;
        padding: 0 10px;
    }

    .right-box-header {
        margin-bottom: 0;
        font-size: 14px
    }
}

.body, .body-2, .body-3, .body-4, .body-5, .body-6 {
    font-family: Nunito, sans-serif;
}