@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'), local('Roboto-Thin'), url('fonts/Robotothin.woff2') format('woff2'), url('fonts/Robotothin.woff') format('woff'), url('fonts/Robotothin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('fonts/Robotothinitalic.woff2') format('woff2'), url('fonts/Robotothinitalic.woff') format('woff'), url('fonts/Robotothinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('fonts/Robotolight.woff2') format('woff2'), url('fonts/Robotolight.woff') format('woff'), url('fonts/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('fonts/Robotolightitalic.woff2') format('woff2'), url('fonts/Robotolightitalic.woff') format('woff'), url('fonts/Robotolightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('fonts/Roboto.woff2') format('woff2'), url('fonts/Roboto.woff') format('woff'), url('fonts/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'), url('fonts/Robotoitalic.woff2') format('woff2'), url('fonts/Robotoitalic.woff') format('woff'), url('fonts/Robotoitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Robotomedium.woff2') format('woff2'), url('fonts/Robotomedium.woff') format('woff'), url('fonts/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('fonts/Robotomediumitalic.woff2') format('woff2'), url('fonts/Robotomediumitalic.woff') format('woff'), url('fonts/Robotomediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Robotobold.woff2') format('woff2'), url('fonts/Robotobold.woff') format('woff'), url('fonts/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('fonts/Robotobolditalic.woff2') format('woff2'), url('fonts/Robotobolditalic.woff') format('woff'), url('fonts/Robotobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url('fonts/Robotoblack.woff2') format('woff2'), url('fonts/Robotoblack.woff') format('woff'), url('fonts/Robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('fonts/Robotoblackitalic.woff2') format('woff2'), url('fonts/Robotoblackitalic.woff') format('woff'), url('fonts/Robotoblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}


html,body {
    margin: 0;
    padding: 0;
    background: #000;
}
body {
    padding-top: 75px;
}
* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Arial, sans-serif;
}
header {
    background: #33353d;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.burger {
    display: none;
}
.wrapper {
        margin: 0 27px;
}
header > .wrapper {
    display: flex;
        align-items: center;
        justify-content: space-between;
}
#left_header {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
#logo {
    margin-right: 45px;
}
#logo a img {
    max-width: 190px
}
#main_menu > ul {
    display: flex;
        align-items: center;
        list-style: none;
}
#main_menu > ul > li {
    margin-right: 30px;
}
#main_menu > ul > li > a {
    font-size: 12px;
    text-transform: uppercase;
    color: #ccc;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
}
#main_menu > ul > li:first-child > a {
    color: #ffcf40 !important;
    text-shadow: 1px 1px 1px #000;
}
#main_menu > ul > li:first-child > a:before {
    content: " ";
    background: url(img/new_play_vegas.webp) no-repeat;
    width: 25px;
    height: 19px;
    display: block;
    background-size: contain;
    margin-right: 5px;
}
#main_menu > ul > li:nth-child(2) > a {
    color: #ffcf40 !important;
    text-shadow: 1px 1px 1px #000;
}
#main_menu > ul > li:nth-child(2) > a:before {
    content: " ";
    background: url(img/menu_icon_livetable.webp) no-repeat;
    width: 25px;
    height: 19px;
    display: block;
    background-size: contain;
    margin-right: 5px;
}
#main_menu > ul > li:nth-child(3) > a:before {
    content: " ";
    background: url(img/menu_icon_sports.webp) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    background-size: contain;
    margin-right: 5px;
}
#main_menu > ul > li:nth-child(4) > a:before {
    content: " ";
    background: url(img/menu_icon_live.webp) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    background-size: contain;
    margin-right: 5px;
}
#main_menu > ul > li:nth-child(5) > a:before {
    content: " ";
    background: url(img/menu_icon_numbers.webp) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    background-size: contain;
    margin-right: 5px;
}
#main_menu > ul > li:last-child > a:before {
    content: " ";
    background: url(img/bookabet.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    background-size: contain;
    margin-right: 5px;
}
#button_header {
    display: flex;
        align-items: center;
}
.register_link {
    width: 130px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6dfe8f;
    color: #6dfe8f;
    text-decoration: none;
    font-size: 11px;
    border-radius: 5px;
    margin-right: 5px;
    font-weight: bold;
}
.login_link {
    width: 130px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #86fea2;
    text-decoration: none;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}
.login_link:before {
    content: " ";
    background: url(img/iconLogin.webp) no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
    margin-right: 3px;
}
#main_content {
    display: flex;
        margin-top: 2px;
}
#sidebar {
    background-color: #373a43;
    max-width: 270px;
    width: 30%;
}
.title_widget {
    font-size: 10px;
    color: #fff;
    padding-left: 12px;
    height: 32px;
    display: flex;
    align-items: center;
}
.widget_content {
    background-color: #27292f;
    padding: 5px;
}
.list_icons_links {
    display: flex;
    flex-wrap: wrap;
}
.list_icons_links a {
    display: block;
    width: 83px;
    height: 85px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: 0.5s;
}
.list_icons_links a:hover {
    background-color: #2e3037!important;
}
.list_icons_links a:nth-child(3n) {
    margin-right: 0;
}
.list_icons_links a img {
    max-width: 100%;
    border-radius: 5px;
}
.list_icons_links a.link_width_text {
    background-color: #373a43;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 70px;
}
.list_icons_links a.link_width_text img {
    max-width: 32px;
    margin-bottom: 10px;
}
.list_icons_links a.link_width_text.big_img img {
    max-width: 40px;
    margin-bottom: 10px;
}
.list_icons_links a.link_width_text span {
    color: #fff;
    line-height: 1.1;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 5px;
    text-align: center;
}
.list_icons_links a.link_button_img {
    background-color: #373a43;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 70px;
}
.list_icons_links a.link_width_text.yellow_text span {
    color: #ffcf40;
}
.table_links > a {
    display: flex;
        align-items: center;
        text-decoration: none;
        border-bottom: 1px solid #000;
        transition: 0.5s;
}
.table_links > a:hover {
    background-color: #2e3037;
}
.table_links > a span {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.table_links > a img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
}
#content {
    width: 80%;
    margin-left: 0.5%;
    margin-top: 5px;
}
#banner img {
    width: 100%
}
#search {
    background: #27292f;
    padding: 5px;
    position: relative;
}
#search input[type="text"] {
    width: calc(100% - 20px);
    height: 40px;
    background: #3c3f48;
    border: none;
    padding-left: 20px;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-size: 12px;
}
#search input[type="text"]::placeholder {
    color: #fff;
}
.button_search {
    background: url(img/icon_search.webp) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 20px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #474b56;
    border-radius: 0 5px 5px 0;
    background-position: center;
}
#brend_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
}
#brend_list > a {
    position: relative;
}
#brend_list > a img {
    width: 85px;
    border-radius: 5px;
    height: 85px;
}
#brend_list > a span {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.content_text {
    background: #3c3f48;
    padding: 30px;
    padding-top: 30px;
}
.content_text h1 {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 15px;
}
.content_text h2 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}
.content_text h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.content_text p {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 15px;
}
footer {
    padding-bottom: 20px;
    background: #27292F;
    color: #373A43;
    padding-top: 30px;
    margin-top: 50px;
}
footer > .wrapper {
    width: 80%;
    margin: 0 auto;
}
.footer_top {
    display: flex;
}
.title_menu {
    color: rgb(255 255 255 / 40%);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer_column ul {
    list-style: none;
}
.footer_column ul li a {
    display: block;
    margin-bottom: 10px;
    color: rgb(255 255 255 / 40%);
    font-size: 12px;
    text-decoration: none;
    transition: 0.3s;
}
.footer_column ul li a:hover {
    color: #fff
}
.footer_column {
    border-right: 2px solid rgb(255 255 255 / 10%);
    padding-right: 80px;
    margin-right: 39px;
}
.footer_top > .footer_column:last-child {
    border: none;
    border: none;
    padding: 0;
    margin: 0;
}
.footer_bottom {
    margin-top: 35px;
}
.footer_bottom p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: rgb(255 255 255 / 40%);
}
.footer_bottom p a {
    color: #fff;
    text-decoration: none;
}
.table_links > a:last-child {
    border-bottom: none;
}
#mobile_header {
    display: none;
}
.simple_text_content #content {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
}
.simple_text_content #content h1 {
    text-align: center;
    margin-bottom: 35px;
}
.content_text ol {
    color: #fff;
    padding-left: 20px;
}
.content_text ol li {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 15px;
}
.content_text ul {
    color: #fff;
    padding-left: 20px;
    margin-top: 15px;
}
.content_text ul li {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 15px;
}




@media screen and (max-width: 1385px) {
    #sidebar {
        display: none;
    }
    #content {
        width: 100%;
        margin-right: 0.5%;
    }
    
    
}
@media screen and (max-width: 1240px) {
    #left_header {
        flex-wrap: wrap;
    }
    #brend_list {
        overflow: hidden;
        overflow-x: scroll;
    }
    #mobile_header {
        display: flex;
    }
    #logo {
        display: none;
    }
    header > .wrapper {
        flex-wrap: wrap;
        margin: 0 10px;
    }
    #left_header {
        order: 3;
        width: 100%;
        margin-top: 16px;
    }
    body {
        padding-top: 181px;
    }
    .footer_top {
        flex-wrap: wrap;
    }
    footer > .wrapper {
        width: auto;
        margin: 0 auto;
        padding: 0 10px;
    }
    .footer_column {
        padding-right: 30px;
        margin-right: 15px;
        margin-bottom: 25px;
    }
    #main_menu > ul > li > a {
        flex-wrap: wrap;
        justify-content: center;
        background-color: #373a43;
        background-color: #373a43;
        padding: 14px 10px;
        border-radius: 10px;
        text-align: center;
        width: 80px;
        height: 50px;
    }
    #main_menu > ul > li > a:before {
        margin-right: 0 !important;
        margin-bottom: 10px;
        width: 100% !important;
        background-position: center !important;
    }
    #main_menu > ul > li {
        margin-right: 10px;
    }
    #main_menu > ul > li:last-child {
        margin-right: 0px;
    }
    #main_menu > ul {
        width: 100%;
        justify-content: space-between;
    }
    #main_menu {
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
    }
    .burger {
        display: block;
        background: url(img/burger.webp) no-repeat;
        width: 30px;
        height: 30px;
        background-size: 30px;
        margin-right: 10px;
        margin-top: 3px;
    }
    #logo_mob {
        display: flex;
    }
    #brend_list > a {
        margin-right: 5px;
    }
    
    
}
@media screen and (max-width: 767px) {
    .login_link {
        width: 70px;
        height: 30px;
    }
    .register_link {
        width: 70px;
        height: 30px;
    }
    #logo_mob img {
        max-width: 141px;
        margin-top: 7px;
    }
    #left_header {
        margin-top: 0;
        padding-top: 7px;
    }
    #main_menu > ul > li > a {
        padding: 6px 2px;
        font-size: 10px;
    }
    #left_header {
        padding-bottom: 0;
    }
    body {
        padding-top: 118px;
    }
    #sidebar {
        display: block;
        position: fixed;
        top: 48px;
        z-index: 99;
        width: 100%;
        max-width: inherit;
        overflow-y: scroll;
        height: 100%;
        left: -999px;
        transition: 0.5s;
    }
    #sidebar.active {
        left: 0;
    }
    .list_icons_links a {
        display: block;
        width: 32%;
        height: 127px;
        margin-right: 5px;
        margin-bottom: 5px;
        transition: 0.5s;
    }
    .burger.active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px' fill='%23fff'%3E%3Cpath d='M 7.71875 6.28125 L 6.28125 7.71875 L 23.5625 25 L 6.28125 42.28125 L 7.71875 43.71875 L 25 26.4375 L 42.28125 43.71875 L 43.71875 42.28125 L 26.4375 25 L 43.71875 7.71875 L 42.28125 6.28125 L 25 23.5625 Z'/%3E%3C/svg%3E");
        background-size: 23px;
    }
}