/*@font-face {
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 400;
    src: local('Tahoma'), url('/mobile/templates/mobile_uiux/tahoma.eot') url('/mobile/templates/mobile_uiux/fonts/tahoma.eot?#iefix') format('embedded-opentype'), url('/mobile/templates/mobile_uiux/fonts/tahoma.svg') format('svg'), url('/mobile/templates/mobile_uiux/fonts/tahoma.woff') format('woff'), url('/mobile/templates/mobile_uiux/fonts/tahoma.ttf') format('truetype');
}

@font-face {
    font-family: 'Tahoma';
    font-style: italic;
    font-weight: 400;
    src: local('Tahoma'), url('/mobile/templates/mobile_uiux/tahoma.eot') url('/mobile/templates/mobile_uiux/fonts/tahoma.eot?#iefix') format('embedded-opentype'), url('/mobile/templates/mobile_uiux/fonts/tahoma.svg') format('svg'), url('/mobile/templates/mobile_uiux/fonts/tahoma.woff') format('woff'), url('/mobile/templates/mobile_uiux/fonts/tahoma.ttf') format('truetype');
}

@font-face {
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 700;
    src: local('Tahoma'), url('/mobile/templates/mobile_uiux/tahoma.eot') url('/mobile/templates/mobile_uiux/fonts/tahoma.eot?#iefix') format('embedded-opentype'), url('/mobile/templates/mobile_uiux/fonts/tahoma.svg') format('svg'), url('/mobile/templates/mobile_uiux/fonts/tahoma.woff') format('woff'), url('/mobile/templates/mobile_uiux/fonts/tahoma.ttf') format('truetype');
}

@font-face {
    font-family: 'Tahoma';
    font-style: italic;
    font-weight: 700;
    src: local('Tahoma'), url('/mobile/templates/mobile_uiux/tahoma.eot') url('/mobile/templates/mobile_uiux/fonts/tahoma.eot?#iefix') format('embedded-opentype'), url('/mobile/templates/mobile_uiux/fonts/tahoma.svg') format('svg'), url('/mobile/templates/mobile_uiux/fonts/tahoma.woff') format('woff'), url('/mobile/templates/mobile_uiux/fonts/tahoma.ttf') format('truetype');
}*/

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

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'), url('../fonts/opensans/opensans.woff') format('woff'), url('../fonts/opensans/opensans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sansbold';
    src: local('Open Sans Bold'), local('OpenSans-Bold'),  url('../fonts/opensans/opensansbold.woff') format('woff'), url('../fonts/opensans/opensansbold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


html {
    height: 100%;
}

b, strong{
    font-family: 'Open Sansbold';
}

.st-container, .st-pusher, .st-content {
    /*min-height: 100%;*/
    height: auto !important;
    -webkit-text-size-adjust: none;
}

body {
    background-color: #fff;
    font-family: 'Open Sans', 'Tahoma', Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    height: 100%;
    font-size: 15px;
    min-width: 320px;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: #000000;
}

h3 {
    margin: 0.5em 0
}

ul {
    margin: 0.5em 0;
}

li {
    padding-bottom: 0.5em;
}

address {
    font-style: normal;
}

.p {
    padding-bottom: 0.5em;
}

.bold {
    font-family: 'Open Sansbold';
}

.small {
    display: block;
    font-size: x-small;
}

.yelow {
    color: #fee200;
}

.grey {
    color: #ddd;
}

.grey_bg {
    background: #979797;
}

.maroon {
    color: #6B0C17;
}

.maroon_bg {
    background: #6B0C17;
}

/*
.refresh {
    background: url(/mobile/templates/mobile_uiux/images/refresh.png);
}
*/

.big_line {
    height: 33px;
    border-bottom: 1px solid #777;
}

.settingsList .grey_bg.big_line.thin img{
    width: 15px;
    height: 16px;
}

.thin {
    padding: 0 6px;
}

.date {
    font-size: xx-small;
    text-decoration: none;
    color: #999;
}

div .row2 a {
    text-decoration: none;
}

.row2 {
    position: relative;
    display: block;
    background-color: #f4f4f4;
    padding: 8px 6px 9px;
    text-decoration: none;
    text-underline: none;
}


.darkeven {
    background: #424242;
    color: #fff;
}

.darkeven:hover,
.darkeven:focus {
    background: #424242;
    color: #fff;
}

.even {
    background-color: #ddd;
}

.content {
    padding: 6px 15px;
}

.st-content, .st-content-inner {
    position: relative;
}

.st-container {
    position: relative;
    /*overflow: hidden;*/
}

.st-pusher {
    position: relative;
    left: 0;
    /*height: 100%;*/
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    z-index: 99;
}

.st-pusher::after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 2000;
}

.st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.st-menu {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 230px;
    height: 101%;
    border-right: 1px solid #757575;
    background: #6B0C17;
    overflow-y: scroll;
    z-index: 100;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.st-menu::after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-effect-1.st-menu {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
    display: none;
}

.no-csstransforms3d .st-pusher, .no-js .st-pusher {
    padding-left: 300px;
}

.menu_h2 {
    padding-top: 0;
    font-family: 'Open Sansbold';
    font-size: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #F5C945;
    margin-bottom: 5px;
}

.menu_date {
    font-family: 'Tahoma', Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
    text-decoration: none;
    color: #fff;
}

.menu_date .menu_gold {
    color: #fff;
}

.menu_date .menu_gold .title {
    margin-right: 5px;
    font-family: 'Open Sansbold';
    color: #F5C945;
}

#menu-1 {
    background: #c7c7c7;
    z-index: 999;
}

#menu-1 .menu_head, #menu-1 .menu_item {
    display: block;
    box-shadow: 0 -1px #757575 inset;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    outline: medium none;
    font-family: 'Tahoma', Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

#menu-1 .menu_head,
#menu-1 .menu_head:hover {
    padding: 1em 1em 1em 20px;
    background: #999;
}

#menu-1 .menu_head.the_international {
    background: #999 url(/mobile/templates/mobile_uiux/images/the_international.png) no-repeat right 10px center;
    background-size: 30px;
}

#menu-1 a.menu_head:active,
#menu-1 a.menu_head:focus,
#menu-1 a.menu_item:active,
#menu-1 a.menu_item:focus {
    background: #757575;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
    color: #fff;
}

#menu-1 .menu_item {
    padding: 0.9em 0.9em 0.9em 40px;
}

/*menu icos*/
#menu-1 .menu_head.chm_ball{
    background: url("/mobile/templates/mobile_uiux/images/ball_wc.png") 20px 10px no-repeat;
    background-size: 26px 26px;
    padding-left: 55px ;
    background-color: #999999;
}

#menu-1 .menu_item.match-ico{
    background: url("/mobile/templates/mobile_uiux/images/match-center.svg") 16px 6px no-repeat;
    background-size: 30px 30px;
}

#menu-1 .menu_item.stat-ico{
    background: url("/mobile/templates/mobile_uiux/images/chart.svg") 20px 9px no-repeat;
    background-size: 26px 26px;
}
#menu-1 .menu_item.video-ico{
    background: url("/mobile/templates/mobile_uiux/images/microphone.svg") 20px 10px no-repeat;
    background-size: 26px 26px;
}

.appstore {
    display: block;
    padding-bottom: 20px;
    text-decoration: underline;
}

.appstore img {
    display: block;
    width: 80px;
    margin: 20px auto 0 auto;
}

.menu {
    background: #999;
    padding: 5px 0 6px;
}

.menu a {
    display: block;
    margin: 0 0 2px;
    padding: 8px 6px;
    background: #6B0C17;
    font-family: 'Open Sansbold';
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

.menu a:last-child {
    margin: 0;
}

.menu .first {
    margin: 0 0 6px;
    padding: 2px 0;
    background: #fee200;
    font-size: medium;
}

.menu .second {
    padding: 2px 0;
    background: #ddd;
}

.forecasts .sep {
    height: 1em;
}

.lh {
    padding: 0.2em 6px;
    background: #6B0C17;
    text-align: center;
    color: #fff;
    cursor: default;
    font-size: 14px;
}

.lh a {
    color: #fff;
}



/*.coefficient {display: inline-block;}*/
.coefficient {
    display: inline-block;
}

.coefficient a {
    font-family: 'Open Sansbold';
    color: #6B0C17;
}

.coefficient .odd {
    font-family: 'Open Sansbold';
    color: #6B0C17;
    text-decoration: underline;
    cursor: pointer;
}

.bannerSlider .coefficient .odd{
    font-family: "open sans";
}

.coefficient .in_basket {
    color: #999;
    font-family: 'Open Sansbold';
}

.coefficient .odd.disabled {
    color: #CCC;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

.in_basket, a.in_basket {
    font-family: 'Open Sansbold';
    color: #999;
}

.in_allert {
    background: #ffdddd;
}

.allert, .allert a {
    padding: 0.2em 6px;
    background: #666;
    font-size: x-small;
    color: #fee200;
}

.allert_big {
    padding: 10px 6px;
    background: #6EAF54;
    color: #fff;
    text-align: center;
}

.error {
    color: #ff6666;
}

.err {
    margin: 140px 15px;
}

.message {
    padding: 0.2em 6px;
    background: #666;
    color: #fee200;
}

.event {
    color: #6B0C17;
}

.icon_close {
    float: right;
    padding-left: 6px;
}

.onwin {
    font-size: x-small;
    color: black;
}

.win {
    color: blue;
}

.lost {
    color: red;
}

.return {
    color: orange;
}

.ncalc {
    color: black;
}

.lfsp {
    float: left;
}

.koeftable {
    width: 100%;
    padding: 1px;
    border: 1px solid silver;
    background-color: #fff
}

.koeftable td {
    font-size: 11px;
}

.hi {
    background-color: #f1f1f1;
}

.bg {
    background-color: #fff;
}

.kh {
    font-family: 'Open Sansbold';
    background-color: silver;
}

hr.hr1 {
    height: 0px;
    border: 0px solid #d1d7dc;
    border-top: 1px solid #d1d7dc;
}

.txtmed {
    font-family: 'Tahoma', Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

table.smallwnd2 {
    width: 100%;
    margin: 5px;
    padding: 1px;
    background-color: #f1f1f1;
    border: 1px solid silver;
}

.tab {
    margin-left: 20px;
}

.bigtab {
    margin-left: 42px;
}

.tab_r {
    margin-right: 20px;
}

#linfb, #menuin {
    color: #6B0C17;
    font-size: x-small;
}

.clearboth {
    display: table;
    clear: both;
}

.icons_menu_exit {
    display: block;
    /*float: right;
    margin: 4px 20px 10px 10px;*/
    width: 27px;
    height: 33px;
    background: transparent url('/mobile/templates/mobile_uiux/images/exit.svg') no-repeat center center;
    background-size: 27px 33px;
    opacity: 1;
    transition: 0.3s;
}

.icons_menu_exit:hover, .icons_menu_exit:active, .icons_menu_exit:focus {
    opacity: 0.8;
    transition: 0.3s;
}

.menu_buttons .icon_twain {
    background-image: url(../images/twain_sport_icon.svg);
    background-size: 32px auto !important;
}


.menu_buttons.is_active .icon_twain {
    background-image: url(../images/twain_sport_active.svg);
}

.menu_buttons .icon-twain-text {
    background-image: url(../images/Twain.svg);
    background-size: 100% 100%;
    width: 50px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: -3px;
}
.top_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
}

.top_fixed.no_fix {
    position: absolute;
}

.mobile_table_palered {
    height: 56px;
    text-align: right;
    background-color: #6B0C17;
}

.mobile_table_palered .top_date_gold {
    margin-right: 10px;
    text-align: right !important;
}

.margin_red_right {
    border-right: 1px solid #6B0C17;
}

.button_menu {
    display: block;
    border: none;
    width: 57px;
    height: 57px;
    background: transparent url('/mobile/templates/mobile_uiux/images/menuwka.svg') no-repeat center;
    background-size: 30px 23px;
}

.icons_menu {
    height: 18px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 20px 20px 0 5px;
}

.icons_logo {
    display: block;
    width: 90px;
    height: 20px;
    background: transparent url('/img/new-design/logo_new.svg') 0 0 no-repeat;
    text-indent: -1000em;
    overflow: hidden;
    background-size: contain;
    margin-top: 3px;
    position: relative;
    z-index: 1;
}

/*.icons_logo.eng {
    background-image: url('/mobile/templates/mobile_uiux/images/olimpbet.png');
}*/

.icons_top {
    position: relative;
    display: block;
    margin-top: 8px;
    padding-top: 28px;
    height: 45px;
    font: normal 0.8em/1em 'open sans';
    text-align: center;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.icons_top:hover, .icons_top:active, .icons_top:focus {
    color: #fff !important;
}

.icons_top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    height: 25px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px 50px;
}

.icons_top:hover::after {
    background-position: left bottom;
}

.icon_registration::after {
    background-image: url('/mobile/templates/mobile_uiux/images/registration.svg');
}

.icon_enter::after {
    background-image: url('/mobile/templates/mobile_uiux/images/enter.svg');
}

.top_date {
    padding-top: 5px;
}

.top_date > a, .top_date_gold {
    display: block;
    font-family: 'Tahoma', Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 1.5em;
    text-decoration: none;
    text-align: center;
}

#header_cash_lnk {
    font-size: 0.6em;
}

#header_cash_lnk, #header_deposit_lnk {
    margin-right: 10px;
    text-align: right;
}

#header_deposit_lnk:hover span, #header_deposit_lnk:active span, #header_deposit_lnk:focus span {
    text-decoration: underline;
}

#header_cash_lnk span, #header_deposit_lnk span {
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 8px;
    line-height: 15px;
}

#header_cash_lnk span {
    padding-left: 20px;
    background-image: url('/mobile/templates/mobile_uiux/images/eye.svg');
}

#header_deposit_lnk span {
    padding-left: 23px;
    background-image: url('/mobile/templates/mobile_uiux/images/coins.svg');
    background-size: 21px 13px;
}

.top_date > a {
    line-height: 1.2em;
    color: #fff;
}

.top_date_gold {
    color: #F5C945;
}

a.top_date:hover {
    text-decoration: underline;
    color: #F5C945;
}

.wrapper_block2 {
    z-index: 1;
    position: relative;
    opacity: 1;
    transition: all 250ms;
    background-color: #424242;
    top:0;
    height: 62px;
    padding-top: 2px;
    background-clip: padding-box;
    /*-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, .1), inset 0 0 0 1px rgba(255, 255, 255, .08), 0 4px 2px rgba(0, 0, 0, .25);*/
    /*-moz-box-shadow: inset 0 1px rgba(255, 255, 255, .1), inset 0 0 0 1px rgba(255, 255, 255, .08), 0 4px 2px rgba(0, 0, 0, .25);*/
    /*box-shadow: inset 0 1px rgba(255, 255, 255, .1), inset 0 0 0 1px rgba(255, 255, 255, .08), 0 4px 2px rgba(0, 0, 0, .25)*/
}

.scrolled .hideLine{
    height: 0;
}

.scrolled .wrapper_block2{
    top:-62px;
    opacity: 0;
}

.scrolled.open-menu .wrapper_block2{
    top:0 !important;
    opacity: 0 !important;
}

.menu_buttons {
    position: relative;
}

.menu_buttons .icons_block_2 {
    display: inline-block;
    width: 41px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 38px 26px;
    cursor: pointer;
    position: relative;
}

.menu_buttons .icons_block_2 .pin{
    position: absolute;
    padding: 0 2px;
    border-radius: 50%;
    background-color: #6B0C17;
    color: #ffffff;
    font-size: 10px;
    display: inline-block;
    min-width: 14px;
    height: 14px;
    line-height: 14px;
    right: -2px;
    top:0;
    text-transform: uppercase;
    font-family: 'Open Sansbold';
}

.menu_buttons .icons_block_2 .pin.new{
    font-size: 8px !important;
}





.menu_buttons .betslip_cnt_js {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 15px;
    height: 15px;
    margin-left: 4px;
    padding: 0 4px;
    border-radius: 15px;
    background-color: #6B0C17;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
}

.menu_buttons .betslip_cnt_js.is_active {
    opacity: 1;
    transition: 0.5s;
}

.menu_buttons .icon_olympic {
    background-image: url(../images/olympic-icon.svg);
}

.menu_buttons.is_active .icon_olympic {
    background-image: url(../images/olympic-icon_active.svg);
}

.menu_buttons .icon_euro {
    background-image: url(../images/euro-icon.svg?1);
    background-size: 34px 24px;
}

.menu_buttons.is_active .icon_euro {
    background-image: url(../images/euro-icon_active.svg?1);
}


/*.menu_buttons .icon_cyber {*/
/*    background-image: url(../images/__cybersport.svg);*/
/*}*/

/*.menu_buttons.is_active .icon_cyber {*/
/*    background-image: url(../images/__cybersport_activ.svg);*/
/*}*/

.menu_buttons .icon_cyber {
    /*background-image: url(../images/__cybersport.svg);*/
    background-image: url(../images/__cybersport-color.png);
    background-size: 28px 26px;
}

.menu_buttons.is_active .icon_cyber {
    /*background-image: url(../images/__cybersport_activ.svg);*/
    background-image: url(../images/__cybersport-color.png);
    background-size: 28px 26px;
}


.menu_buttons .icon_rules {
    background-image: url(../images/rules-ico.svg);
    background-size: 30px 26px !important;
}

.menu_buttons .icon_line {
    background-image: url(../images/__line.svg);
}

.menu_buttons.is_active .icon_line {
    background-image: url(../images/__line_activ.svg)
}

.menu_buttons .icon_live {
    background-image: url(../images/__live.svg);
    background-size: 38px 32px !important;
}

.menu_buttons.is_active .icon_live {
    background-image: url(../images/__live_activ.svg);
    background-size: 38px 32px !important;
}

.menu_buttons .icon_betgames {
    background-image: url(../images/__betgames.svg);
    background-size: 24px 24px !important;
}

.menu_buttons.is_active .icon_betgames {
    background-image: url(../images/__betgames_activ.svg);
    background-size: 24px 24px !important;
}

.menu_buttons .icon_olimptv {
    background-image: url(../images/__translation.svg);
}

.menu_buttons.is_active .icon_olimptv {
    background-image: url(../images/__translation_activ.svg);
}

.menu_buttons .icon_result {
    background-image: url(../images/__result.svg)
}

.menu_buttons.is_active .icon_result {
    background-image: url(../images/__result_activ.svg)
}

.menu_buttons .icon_cfl {
    background-image: url(../images/__cfl.svg);
    background-size: 26px auto !important;
}

.menu_buttons.is_active .icon_cfl {
    background-image: url(../images/__cfl_activ.svg);
    background-size: 26px auto !important;
}

.menu_buttons .icon_ezugi {
    background-image: url(../images/__ezugigames.svg);
    background-size: 26px auto !important;
}

.menu_buttons.is_active .icon_ezugi {
    background-image: url(../images/__ezugigames_activ.svg);
    background-size: 26px auto !important;
}

.menu_buttons .icon_stat {
    background-image: url(../images/__statistics.svg);
    background-size: 22px !important;
}

.menu_buttons.is_active .icon_stat {
    background-image: url(../images/__statistics_activ.svg);
    background-size: 22px !important;
}
.menu_buttons .icon-bingo37 {
    background-image: url(../images/__livegames.svg);
    background-size: 22px !important;
}

.menu_buttons.is_active .icon-bingo37 {
    background-image: url(../images/__livegames_activ.svg);
    background-size: 22px !important;
}

.menu_buttons .icon-combo {
    background-image: url(../images/__spec_icon_gray.svg);
    background-size: 20px !important;
}

.menu_buttons.is_active .icon-combo {
    background-image: url(../images/__spec_icon_gold.svg);
    background-size: 20px !important;
}

.menu_buttons .icon-kzsport {
    background-image: url(../images/kzsport.svg);
}

.menu_buttons.is_active .icon-kzsport {
    background-image: url(../images/kzsport_activ.svg);
}

.menu_buttons .icon_sgt {
    background-image: url(../images/fast_sgt.svg);
    background-size: 26px auto !important;
}

.menu_buttons.is_active .icon_sgt {
    background-image: url(../images/fast_sgt_activ.svg);
    background-size: 26px auto !important;
}


.menu_buttons .icon_fav {
    background-image: url(../images/selected_star.svg);
    background-size: 26px auto !important
}

.menu_buttons.is_active .icon_fav {
    background-image: url(../images/selected_star_activ.svg);
    background-size: 26px auto !important
}


.menu_buttons .icon_dota {
     background-image: url(../images/dotai24.png);
     background-size: 26px 26px;
 }

.menu_buttons .icon_major {
    background-image: url(/img/major2024.png);
}

.menu_buttons .icon_tennis {
    background-image: url(/img/us_open_icon.png);
    background-size: 22px 22px !important;
}


.menu_buttons .icon_favorites_counter.icon_favorites_counter_active {
    display: inline-block;
}

.menu_buttons .icon_favorites_counter {
    background-color: #6b0c17;
    color: #fff;
    position: absolute;
    min-width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    font-family: open sansbold;
    font-size: 10px;
    right: 11px;
    top: 5px;
    display: none;
    padding: 0 2px;
}



.icon_favorites {
    background-image: url('/mobile/templates/mobile_uiux/images/betslip.svg');
}

.icon_stat {
    background-image: url('/mobile/templates/mobile_uiux/images/statistics_menu-1.svg');
}

.menu_buttons {
    display: block;
    /*font-family: 'Open Sansbold';*/
    /*font-family: 'Open Sans';*/
    text-align: center;
    text-decoration: none;
    font: bold 0.6em/1.7em 'open sans';
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    line-height: 14px;
    padding-top: 6px;
    white-space: nowrap;
    font-family: "PT Sans";
    font-weight: bold;
    font-size: 10px;
}

.mobileWrapper_gray {
    background-color: #c7c7c7;
}

.pic_slider {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    overflow: hidden;
}

.pic_slider .img-responsive {
    margin: 0 auto;
}

.swiper-container-android .pic_slider {
  transform: translate3d(0px, 0, 0);
}

.swiper-wrapper .pic_slider {
  flex-shrink: 0;
  height: 100%;
  transition-property: transform;
}

.bannerSlider .pic_slider a {
    display: block;
    height: 100%;
}

.bannerSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_text {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.5);
    font-family: 'open sans';
    font-size: 0.7em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    z-index: 3;
}

.slider_text.no_text {
    bottom: 0;
    background: transparent;
}

.slider_text:hover, .slider_text:active, .slider_text:focus {
    text-decoration: underline;
    color: #fff;
}

.slider_koefs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.slider_koefs a, .slider_koefs a:hover {
    text-decoration: none !important;
}

.slider_koefs .slider_gold_buttons, .slider_koefs .slider_red_buttons {
    position: relative;
    display: inline-block;
    height: 25px;
    width: 80%;
    border: 1px solid;
    border-bottom: 0px solid;
    font-family: 'Tahoma', Arial, Verdana, Helvetica, sans-serif;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    transition: 0.3s;
    font-size: 14px;
}

.slider_koefs .slider_gold_buttons:hover, .slider_koefs .slider_red_buttons:hover {
    text-decoration: underline;
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.slider_koefs .slider_gold_buttons {
    background: #F5C945;
    border-color: #F5C945;
    background-image: -webkit-linear-gradient(top, #80602f, #F5C945 50%, #80602f);
    background-image: -moz-linear-gradient(top, #80602f, #F5C945 50%, #80602f);
    background-image: -o-linear-gradient(top, #80602f, #F5C945 50%, #80602f);
    background-image: linear-gradient(to top, #80602f, #F5C945 50%, #80602f);
    color: #000;
}

.slider_koefs .slider_gold_buttons .odd,
.slider_koefs .slider_gold_buttons .odd:hover {
    display: block;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    font-family: "Open Sans";

}

.slider_koefs .slider_red_buttons {
    position: relative;
    left: 10%;
    background: #6B0C17;
    border-color: #6B0C17;
    background-image: -webkit-linear-gradient(top, #8d0000, #6B0C17 66%, #6a0202);
    background-image: -moz-linear-gradient(top, #8d0000, #6B0C17 66%, #6a0202);
    background-image: -o-linear-gradient(top, #8d0000, #6B0C17 66%, #6a0202);
    background-image: linear-gradient(to top, #6B0C17, #9f2822 50%, #6B0C17);
    border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    color: #F5C945;
}

.slider_koefs .slider_red_buttons .odd, .slider_koefs .slider_red_buttons .odd:hover {
    font-weight: normal;
    text-decoration: none;
    color: #F5C945;
}

.slider_koefs .slider_gold_buttons .odd.in_basket,
.slider_koefs .slider_gold_buttons .odd.in_basket:hover,
.slider_koefs .slider_red_buttons .odd.in_basket,
.slider_koefs .slider_red_buttons .odd.in_basket:hover {
    font-family: "Open Sans";
}

.slider_P1 {
    float: left;
    border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
}

.slider_P2 {
    float: right;
    border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
}

.mobileWrapper_live {
    display: block;
    position: relative;
    border-collapse: collapse;
    vertical-align: middle;
    background-color: #6B0C17;
    font-family: "open sans";
    font-size: 1.1em;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    z-index: 2;
}

.mobileWrapper_live:hover {
    color: #fff;
}

.mobileWrapper_live::after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background: transparent url('/mobile/templates/mobile_uiux/images/arrow_right.svg') no-repeat center center;
}

.span_right_gray {
    float: right;
    margin-top: -2px;
}

.live_sport {
    display: block;
    padding: 0 0 0 48px;
    background-color: #979797;
    background-repeat: no-repeat;
    background-position: 10px 1px;
    background-size: 31px 30px;
    font-family: "open sans";
    font-size: 15px;
    line-height: 33px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}

.live_sport:hover {
    color: #000000;
}

.mobile_live_elem {
    position: relative;
    padding: 7px 15px 2px 15px;
    background: #dddddd;
}

.right_arrow {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 8px;
    height: 12px;
    background: transparent url('/mobile/templates/mobile_uiux/images/arrow_gray_right.svg') no-repeat center center;
    text-decoration: none;
}


#main_live_widget .ico-field{
    width: 26px;
    height: 18px;
}

#main_live_widget .ico-field.ico-field47{
    width: 18px;
    height: 18px;
}


.mobile_live_elem:nth-child(2n) {
    background: #f4f4f4;
}

.mobile_live_text {
    font-family: 'Tahoma', Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.0em;
    text-decoration: none;
    color: #000;
}

.mobile_live_text_1 {
    font-family: 'Tahoma', Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #6B0C17;
    text-decoration: none;
}

.mobile_koef_all {
    margin: 7px 0 10px 0;
}

.mobile_koef, .mobile_koef .odd {
    display: inline-block;
}

.mobile_koef .odd {
    margin: 0 5px 5px 0;
    padding: 0 10px;
    background-color: #757575;
    border-radius: 5px;
    font-family: 'Tahoma', Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: normal;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

.mobile_koef .odd.in_basket, .mobile_koef .odd:hover {
    font-weight: normal;
    text-decoration: none;
    background-color: #6B0C17;
    color: #fff;
}

.mobile_koef[alt="tot"] .odd {
    cursor: none;
}

.mobile_koef[alt="tot"] .odd:hover {
    background-color: #757575;
    color: #fff;
}

.span_right_gray {
    float: right;
    margin-top: -2px;
    margin-right: 10px;
}

.mobileWrapper_support {
    width: 100%;
    background-color: #757575;
}

.mobileWrapper_support, .mobileWrapper_support a {
    font-size: 1.0em;
    font-family: "open sans";
    text-align: center;
    text-decoration: none;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #fff;
}

.mobileWrapper_support .block_elem {
    padding: 10px 0;
    line-height: 30px;
}

.table_support_gray {
    background-color: #757575;
    border-left: 1px solid #424242;
}

.mobileWrapper_support .block_elem.table_support_maroon {
    padding: 0 0 2px 0;
    line-height: 25px;
    background-color: #6B0C17;
}

.icons_support {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 28px;
    background-repeat: no-repeat;
    background-position: left center;
    white-space: nowrap;
    transition: 0.5s;
}

.icons_support.icon_phone {
    background-image: url('/mobile/templates/mobile_uiux/images/phone.svg');
    background-position: 10px center;
}

.icons_support.icon_chat {
    background-image: url('/mobile/templates/mobile_uiux/images/chat.svg');
}

.icons_footer {
    padding-left: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
}

.icon_calendar {
    margin: 2px 0 4px 0;
    background-image: url('/mobile/templates/mobile_uiux/images/calendar.svg');
    background-size: 15px 15px;
}

.icon_clock {
    background-image: url('/mobile/templates/mobile_uiux/images/clock.svg');
    background-size: 15px 15px;
}

.icon_exit {
    background-image: url('/mobile/templates/mobile_uiux/images/exit.svg');
}

.icons_app {
    display: inline-block;
    width: 80px;
    height: 26px;
    background-repeat: no-repeat;
    margin-top: 2px;
}

.icon_apple {
    background-image: url('/mobile/templates/mobile_uiux/images/appstore.png');
}

.mobileWrapper_footer {
    padding: 10px 10px 64px 10px;
    background-color: #232323;
}

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

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

.mobileWrapper_footer .separated_clock {
    width: 100px;
    font-family: 'Tahoma', Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    text-align: left;
    text-decoration: none;
}

.mobileWrapper_footer .separated_clock:hover {
    text-decoration: none;
}

.footer_menu_bottom {
    color: #F5C945 !important;
}

.mobileWrapper_olimp {
    padding: 5px;
    background: #F5C945;
    text-align: center;
    font-size: 12px;
}

.select2-search__field {
    background: rgba(0, 0, 0, 0) url('/img/search_icon.png') no-repeat scroll 5px 50%;
    padding-left: 25px !important;
}

#filter_form {
    margin-top: 20px;
}
#filter_form .red_button{
    margin: 10px 0 10px 10px;
}


#filter_form select[name="day"] {
    margin-left: 10px;
}

.m_cont {
    padding-top: 96px;
}

.banner .m_cont{
    padding-top: 151px;
}
.banner .m_cont1{
    padding-top: 151px;
}

#m_cont::after, .pic_slider::after, .mobileWrapper_slider::after, .mobile_koef_all::after {
    content: '';
    display: table;
    clear: both;
}

#button:hover, #button:disabled {
    background-color: #ddd;
    color: #fff;
}
#button.red_button:hover,
#button.red_button:disabled {
    background-color: #6B0C17;
}

.svg-ico-stat {
    background: transparent url("../images/red_stat.svg") no-repeat scroll center 0 / cover;
    display: inline-block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
/*
.svg-ico-stat:hover {
    background-position-y: bottom;
}
*/
.item.viewType3.active {
    background: #d7d7d7;
}
.item.viewType3 .svg-ico-mic {
    background-position: bottom;
}
.item.viewType3.active .svg-ico-mic{
   background-position: top ;
}
.svg-ico-mic {
    background: transparent url("../images/micro.svg") no-repeat scroll center 0 / cover;
    display: inline-block;
    width: 11px;
    height: 18px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.svg-ico-tv {
    background: transparent url("/img/i_tv_gray_gold.svg") no-repeat scroll center 0 / cover;
    display: inline-block;
    height: 14px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 20px;
}

.svg-ico-mt {
    display: inline-block;
    height: 14px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 20px;
}

.svg-ico-mt_60 {
    overflow: hidden;
    display: inline-block;
    width: 27px;
    height: 19px;
    background-size: cover;
    background-position-y: 0px;
    background-position-x: center;
    text-decoration: none;
    transition: 0.3s;
}

.svg-ico-mt_51 {
    overflow: hidden;
    display: inline-block;
    width: 27px;
    height: 19px;
    background-size: cover;
    background-position-y: 0px;
    background-position-x: center;
    text-decoration: none;
    transition: 0.3s;
}

.svg-ico-mt_47 {
    overflow: hidden;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position-y: 0px;
    background-position-x: center;
    text-decoration: none;
    transition: 0.3s;
}

.svg-ico-mt_32 {
    overflow: hidden;
    display: inline-block;
    width: 27px;
    height: 19px;
    background-size: cover;
    background-position-y: 0px;
    background-position-x: center;
    text-decoration: none;
    transition: 0.3s;
}

.svg-ico-mt_10 {
    overflow: hidden;
    display: inline-block;
    width: 27px;
    height: 19px;
    background-size: cover;
    background-position-y: 0px;
    background-position-x: center;
    text-decoration: none;
    transition: 0.3s;
}

.svg-ico-mt_9 {
    overflow: hidden;
    display: inline-block;
    width: 27px;
    height: 19px;
    background-size: cover;
    background-position-y: 0px;
    background-position-x: center;
    text-decoration: none;
    transition: 0.3s;
}

.svg-ico-mt_5 {
    overflow: hidden;
    display: inline-block;
    width: 27px;
    height: 19px;
    background-size: cover;
    background-position-y: 0px;
    background-position-x: center;
    text-decoration: none;
    transition: 0.3s;
}

.svg-ico-mt_3 {
    overflow: hidden;
    display: inline-block;
    width: 27px;
    height: 19px;
    background-size: cover;
    background-position-y: 0px;
    background-position-x: center;
    text-decoration: none;
    transition: 0.3s;
}

.svg-ico-mt_2 {
    overflow: hidden;
    display: inline-block;
    width: 27px;
    height: 19px;
    background-size: cover;
    background-position-y: 0px;
    background-position-x: center;
    text-decoration: none;
    transition: 0.3s;
}

@media (min-width: 321px) {
    .menu_buttons {
        font-size: 0.7em;
    }
}

@media (min-width: 650px) {
    .menu_buttons {
        font-size: 0.8em;
    }

    .icons_top {
        margin-top: 5px;
        padding-top: 32px;
        height: 52px;
        font-size: 0.9em;
    }

    .icons_top::after {
        width: 26px;
        height: 32px;
        margin-left: -13px;
        background-size: 26px 64px;
    }

    .slider_text {
        font-size: 1em;
        color: #fff;
    }

    .mobileWrapper_support .block_elem.table_support_maroon {
        padding: 10px 0;
        line-height: 20px;
    }

    /*.mobileWrapper_support .block_elem, .mobileWrapper_support .block_elem.table_support_maroon {
        line-height: 50px;
    }
    .table_support {
        padding-top: 14px;
    }
    .icons_support {
        display: block;
        padding: 28px 0 0 0;
        background-position: center top;
    }*/
}

@media (min-width: 1500px) {
    .pic_slider .big_pic {
        width: 100%;
    }
}

.loginbox {
    width: 100%;
}

.st-menu .thick-block .btn {
    position: relative;
    width: 100%;
    border: none;
    padding: 1em 1em 1em 20px;
    border-radius: 0;
    background: #999;
    box-shadow: 0 -1px #757575 inset;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    color: #000;
    transition: 300ms all;
}

.st-menu .thick-block .btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: url('/img/arrow_gray_right.svg') 0 0 no-repeat;
    z-index: 2;
    transform: rotate(0deg);
    transition: 300ms all;
}

.st-menu .thick-block .open .btn:before {
    transform: rotate(90deg);
}

.st-menu .thick-block .btn:hover,
.st-menu .thick-block .open .btn {
    background: #757575;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
    color: #fff;
}

.st-menu .thick-block .dropdown-menu {
    position: relative;
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    min-width: 49px;
    border: 0;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: none;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
}

.st-menu .open .dropdown-menu {
    display: block;
    /*margin-bottom: 15px;*/
}

.st-menu .thick-block .dropdown-menu > li {
    position: relative;
    padding: 0;
}

.st-menu .thick-block .dropdown-menu > li > a {
    display: block;
    padding: 1em 1em 1em 40px;
    border: none;
    background: #bbbbbb;
    box-shadow: 0 -1px #757575 inset;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    transition: 300ms all;
}

.st-menu .thick-block .dropdown-menu > li > a:hover,
.st-menu .thick-block .dropdown-menu > li > a:focus,
.st-menu .thick-block .dropdown-menu > li > a:active {
    background: #bbbbbb;
    color: #000;
}

.st-menu .thick-block .btn .lang-img img{
    width: 24px !important;
    height: 15px !important;
}


.thick-block .lang-img {
    position: relative;
    top: -2px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.thick-block .lang-img img{
    width: 18px;
    height: 11px;
}


.st-menu .thick-block .dropdown-menu img {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 3px;
    width: 18px;
}

a.menu_head {
    position: relative;
}

a.menu_head:before {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: url('/img/arrow_gray_right.svg') 0 0 no-repeat;
    transform: rotate(0deg);
    transition: 300ms all;
    z-index: 2;
}

a.menu_head.spec-offers:before {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: url('/img/arrow_gray_right.svg') 0 0 no-repeat;
    transform: rotate(0deg);
    transition: 300ms all;
    z-index: 2;
}
.inp-field-data input {
    float: right;
    width: 90%;
}

/* #4473 */
.choise-type-list {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.choise-type-list li {
    float: left;
    margin: 0 10px 0 0;
}

.circle-check label {
    margin: 0;
    font-weight: normal;
}

.circle-check input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.circle-check input[type="radio"] + label:hover {
    cursor: pointer;
}

.circle-check input[type="radio"]:checked + label:hover {
    cursor: default;
}

.circle-check input[type="radio"]:checked + label {
    /*background: url('../radio-dyn.png') 0 0 no-repeat;*/
    background-size: 16px;
}

.circle-check input[type="radio"] + label {
    background: url('../images/red_circ.svg') 0 0 no-repeat;
    height: 20px;
    line-height: 18px;
    width: auto;
    padding: 0 0 0 20px;
    position: relative;
    background-size: 16px 16px;
}

.circle-check input[type="radio"]:checked + label:before {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 2px solid #c7c7c7;
    content: "";
    display: block;
    border-radius: 50%;
    left: 1px;
    top: 1px;
    -moz-animation: radioWaves 900ms linear alternate;
    -webkit-animation: radioWaves 900ms linear alternate;
    -o-animation: radioWaves 900ms linear alternate;
    -ms-animation: radioWaves 900ms linear alternate;
    opacity: 0;
    transform: scale(1.8);
    z-index: -1;
}

@-moz-keyframes radioWaves {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@-webkit-keyframes radioWaves {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@-o-keyframes radioWaves {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@-ms-keyframes radioWaves {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.circle-check input[type="radio"]:checked + label:after {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #6B0C17;
    content: "";
    display: block;
    border-radius: 50%;
    left: 5px;
    top: 5px;
    -moz-animation: radioScale 300ms linear alternate;
    -webkit-animation: radioScale 300ms linear alternate;
    -o-animation: radioScale 300ms linear alternate;
    -ms-animation: radioScale 300ms linear alternate;
    opacity: 1;
}

@-moz-keyframes radioScale {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes radioScale {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes radioScale {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-ms-keyframes radioScale {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.total-change .check-block input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.total-change .check-block {
    margin: 6px 10px 0 10px;
    float: right;
}

.total-change .text {
    float: left;
    margin: 0 0 11px 0;
    word-wrap: break-word;
}

.check-line {
    position: relative;
    width: 41px;
    height: 10px;
    background: #c7c7c7;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}

.check-line:before {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0px;
    top: -5px;
    border-radius: 50%;
    border: 1px solid #b8b8b8;
    background: #eaeaea;
    content: "";
    transition: all 400ms;
}

.check-block input[type="checkbox"]:checked + label .check-line {
    background: #aaaaaa;
}

.check-block input[type="checkbox"]:checked + label .check-line:before {
    left: 22px;
    background: #6B0C17;
    border-color: #6B0C17;
}

.t14 {
    font-size: 14px;
}

/* END #4473 */

.red_button,
.gold_button,
.gray_button,
.sec_red_button,
.sec_gray_button {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none !important;
    outline: none !important;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    min-width: 100px;
    padding: 7px 15px 6px;
    text-align: center;
    /*text-shadow: 1px 1px 0 #6B0C17;*/
    cursor: pointer;
    outline: none !important;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
}
.red_button.disabled,
.gold_button.disabled,
.gray_button.disabled,
.red_button[disabled],
.gold_button[disabled],
.gray_button[disabled],
.sec_red_button.disabled,
.sec_gray_button.disabled,
.sec_red_button[disabled],
.sec_gray_button[disabled] {
    opacity: 1;
    pointer-events: none;
}

.red_button,
.sec_red_button {
    box-shadow: 0px 2px 0px #6B0C17;
    color: #fff;
    text-shadow: 1px 1px 0 #6B0C17;
    background-color: #6B0C17;
    background-image: linear-gradient(180deg, #6B0C17 0%, #a33c33 100%);
    background-image: -webkit-linear-gradient(top, #6B0C17 0%, #a33c33 100%);
}
.red_button:hover,
.red_button:active,
.red_button:focus,
.sec_red_button:hover,
.sec_red_button:active,
.sec_red_button:focus {
    color: #fff;
}

.gray_button,
.sec_gray_button {
    box-shadow: 0px 2px 0px #515151;
    color: #fff;
    text-shadow: 1px 1px 1px #515151;
    background-color: #515151;
    background-image: linear-gradient(180deg, #515151 0%, #939393 100%);
    background-image: -webkit-linear-gradient(top, #515151 0%, #939393 100%);
}
.gray_button:hover,
.gray_button:active,
.gray_button:focus,
.sec_gray_button:hover,
.sec_gray_button:active,
.sec_gray_button:focus {
    color: #fff;
}

.gold_button {
    box-shadow: 0 2px 0 #f4c852;
    color: #000;
    text-shadow: 1px 1px 1px #f4c852;
    background-color: #f4c852;
    background-image: linear-gradient(180deg, #f4c852 0%, #fdb330 100%);
    background-image: -webkit-linear-gradient(top, #f4c852 0%, #fdb330 100%)
}
.gold_button:hover,
.gold_button:active,
.gold_button:focus {
    color: #000;
}

.btn-with-spinner {
    position: relative;
    min-height: 30px;
}

.btn-with-spinner::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.btn-with-spinner.red_button::before,
.btn-with-spinner.gray_button::before {
    background-image: url(../images/spinner-white.svg);
}

.btn-with-spinner.gold_button::before {
    background-image: url(../images/spinner-red.svg);
}

.btn-with-spinner.is-loading::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.btn-with-spinner.is-loading {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
}

.input_field {
    border: 1px solid #969696;
    padding: 5px;
}

.input_field:focus {
    box-shadow: none;
}

.form-area input {
    width: 100%;
}

.form-area .group-input {
    margin-bottom: 10px;
}

/*���������*/

.user-system-info {
    background: #c7c7c7;
    font-family: 'Open Sansbold';
}

.user-system-info .red-text {
    color: #6B0C17;
}

.grey_bg a {
    text-decoration: none;
    color: #000;
}

/*������ ��������*/

.operationListTable {
    width: 100%;
}

.operationListTable tr:first-child td {
    color: white;
    text-transform: uppercase;
    background: #333333;
    padding: 5px;
    font-size: 13px;
}

.operationListTable tr td {
    border: 1px solid #b1b1b1;
    font-size: 14px;
    padding: 2px;
}

.operationListTable tr td:first-child {
    font-size: 12px;
}

.operationListTable tr {
    background: #bbbbbb;
}

.operationListTable tr:nth-child(2n) {
    background: #cecece;
}

.state_acc {
    padding: 6px;
}

.sport-ico {
    width: 10px;
    height: 10px;
    position: relative;
    top: -1px;
    display: inline-block;
}

/*����� ��� ����� ��������������*/

.lh {
    position: relative;
}

.autoRefresh {
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    color: black;
    padding: 4px 4px 3px 4px;
    font-size: 12px;
}



.autoRefresh label {
    font-weight: normal;
    color: #6B0C17;
    margin: 0;
    text-decoration: underline;
}

/*стили для отображения геймов*/

.view-down-fields .btn {
    color: #000;
    font-size: 13px;
    border: none;
    background: #d7d7d7;
    padding: 5px 35px 5px 6px;
    border-radius: 0;
    position: relative;
    width: 100%;
    text-align: left;
    white-space: normal;
    text-decoration: none;
}

.view-down-fields .btn:hover,
.view-down-fields .open .btn {
    color: #000;
    background-color: #d7d7d7;
}

.view-down-fields .btn:before {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 11px;
    right: 8px;
    top: 9px;
    background: url("/mobile/img/drop-arrow-right.png") 0 0 no-repeat;
    background-size: cover;
}

.view-down-fields .open .btn:before {
    /*background: url("/mobile/img/drop-arrow.png") 0 0 no-repeat;*/
    /*width: 11px;*/
    /*height: 7px;*/
    /*right: 8px;*/
    /*top: 12px;*/
    /*background-size: cover;*/
    transform: rotate(0deg);
}

.view-down-fields .btn:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 29px;
    z-index: -1;
    top: 0;
    left: -2px;
    background: #757575;
}

.view-down-fields .open .dropdown-menu {
    overflow: auto;
    overflow-x: hidden;
    max-height: 166px;
}

.view-down-fields .dropdown-menu>li {
    position: relative;
    padding: 5px 6px;
    border-bottom: 1px solid #c7c7c7
}

.view-down-fields .dropdown-menu>li:first-child {
    border-top: 1px solid #c7c7c7
}

.view-down-fields .dropdown-menu > li {
    position: relative;
    padding: 5px 6px;
    border-bottom: 1px solid #c7c7c7;
}

.view-down-fields .dropdown-menu > li:first-child {
    border-top: 1px solid #c7c7c7;
}





.btn:active {
    box-shadow: none;
}

.refresh-ico {
    width: 14px;
}

.refresh.even {
    padding: 6px;
}

.refresh.even .name_elispes {
    font-size: 14px;
}

.event-state-views {
    text-align: right;
    padding-top: 8px;
}

.event-state-views .svg-ico-mt {
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.name_elispes {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ball-dot {
    border-radius: 50%;
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #6B0C17;
    position: relative;
    top: -3px;
}

/*body.no-scroll {
    overflow: hidden;
    position: fixed;
}*/
.no-scroll .view-down-fields .open .dropdown-menu {
    max-height: 166px;
    overflow-y: scroll;
    height: auto;
}

/* #4850 */
.locked_icon {
    display: inline-block;
    padding: 0;
    margin-right: 2px;
    width: 16px;
    height: 16px;
    background: url(../images/chain.svg) no-repeat;
    background-size: cover;
    background-position-y: 0px;
    background-position-x: center;
}

/* END #4850 */
.error-text-block {
    padding: 5px;
}

.js-secure-container{
    padding: 0 16px;
}

.js_secure .error-text-block {
    background: none;
    padding: 0;
}

:disabled{
    color: #969696;
    opacity: 1;
    background: none;
}

input[readonly]{
    color: #969696;
    opacity: 1;
    background: none;
}

.js_betslip input[readonly]{
    color: #000000;
}

.error-text-block .icoError {
    border: 1px solid #6B0C17;
    border-radius: 4px;
    color: #000000;
    font-size: 12px;
    padding: 10px 10px 10px 50px;
    background: url(../images/reg_notif.svg) no-repeat 10px center;
    background-size: 33px;
    margin-bottom: 15px;
    min-height: 48px;
    /*display: flex;*/
    /*align-items: center;*/
}

.error-text-block .icoError a {
    color: #6b0c17;
}

.js_secure_alert {
    margin: 20px 0;
    background-color: #f1f1f1;
    padding: 10px 20px 20px 20px;
    line-height: 18px;
}

.js_secure_alert .alert-text {
    background: url(../images/gold-title.svg) 0 2px no-repeat;
    padding: 0 0 0 40px;
    min-height: 36px;
    background-size: 30px auto;
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.js_secure_alert a{
    color: #6B0C17;
    text-decoration: none;
}

/* #4607 Стили для блока автообновлений*/

.lh {
    position: relative;
}

.lh .autoRefresh {
    position: absolute;
    background: none;
    padding: 0;
    color: #ffffff;
    right: 10px;
    top: 8px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    z-index: 2;
}

.lh .autoRefresh label {
    color: #ffffff;
    text-decoration: none;
}

.autoRefresh {
    background: white;
    color: black;
    padding: 10px 4px 10px 15px;
    font-size: 13px;
}

.autoRefresh label {
    font-weight: normal;
    color: #6B0C17;
    margin: 0;
    text-decoration: underline;
}

.checkbox-block {
    display: inline-block;
    line-height: 17px;
}

.checkbox-block input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.checkSingle-block input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.checkbox-block input[type="checkbox"] + label {
    padding: 0 0 0 18px;
    min-height: 19px;
    position: relative;
    z-index: 2;
    background-size: 16px;
    font-weight: normal;
}

.checkbox-block input[type="checkbox"] + label:before {
    display: block;
    width: 13px;
    height: 13px;
    content: "";
    background: #d7d7d7;
    border-radius: 3px;
    border: 1px solid #757575;
    position: absolute;
    left: 0;
    top: 2px;
}

.checkbox-block input[type="checkbox"]:checked + label:after {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSI3ODcuOCAyMDEuNCAxNSAxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyA3ODcuOCAyMDEuNCAxNSAxNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjODgyMjExIiBkPSJNNzg3LjksMjEwYzAuMiwwLjIsMSwxLjIsMiwyLjJjMS4yLDEuNCwyLjYsMywyLjgsMy4yYzAuMiwwLjIsMC42LDAuMiwxLTAuOGMwLjYtMS4yLDEuOC00LDMuNS02LjMNCgkJYzEuOC0yLjYsNC4zLTUuMiw0LjktNS44YzAuNi0wLjYsMS0wLjgsMC42LTFjLTAuNC0wLjItMy43LDIuMi01LjUsNC4yYy0yLjIsMi4yLTQuMyw1LjgtNC45LDZjLTAuNCwwLTIuNi0xLjYtMy4xLTINCgkJQzc4OC4zLDIwOS40LDc4Ny41LDIwOS40LDc4Ny45LDIxMHoiLz4NCjwvZz4NCjxyZWN0IHg9Ijc4Ny4xIiB5PSIyMTEuOCIgZmlsbD0ibm9uZSIgd2lkdGg9IjE3LjEiIGhlaWdodD0iMTYiLz4NCjwvc3ZnPg0K') no-repeat 0 0;
    content: "";
    left: 2px;
    top: 0px;
}

.autoRefresh .view-down-fields .btn {
    border: 1px solid #757575;
    padding: 1px 35px 1px 6px;
}

.autoRefresh .view-down-fields .dropdown-menu {
    border: 1px solid #757575;
    border-top: none;
}

.autoRefresh .view-down-fields {
    width: 50px;
    display: inline-block;
    margin: 0 2px 0 5px;
}

.view-down-fields .btn {
    color: #000;
    font-size: 13px;
    border: none;
    background: #d7d7d7;
    padding: 5px 35px 5px 6px;
    border-radius: 0;
    position: relative;
    width: 100%;
    text-align: left;
    white-space: normal;
    text-decoration: none;
    border-bottom:1px solid #c7c7c7;
}

.view-down-fields .btn:hover,
.view-down-fields .open .btn {
    color: #000;
    background-color: #d7d7d7;
}

/*.view-down-fields .btn:before {
    border: 4px solid transparent;
    border-top: 4px solid #757575;
    border-bottom: none;
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -2px;
    content: "";
}*/

.view-down-fields .dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 13px;
    margin: 0 0 20px !important;
    min-width: 49px;
    padding: 0;
    overflow: hidden;
    width: 100%;
    position: relative !important;
    max-height: 146px;
}

.view-down-fields .open .dropdown-menu {
    display: block;
}

.view-down-fields .dropdown-menu > li {
    position: relative;
    padding: 5px 6px;
    border-bottom: 1px solid #c7c7c7;
    background: #d7d7d7;
}

.view-down-fields .dropdown-menu > li.game-set-data {
    font-size: 11px;
}

.view-down-fields .dropdown-menu > li:hover,
.view-down-fields .dropdown-menu > li a:hover,
.view-down-fields .dropdown-menu > li a:focus {
    background: #c7c7c7;
}

.view-down-fields .dropdown-menu > li a {
    text-decoration: none;
    padding: 0;
}

.view-down-fields .dropdown-menu > li:first-child {
    border-top: 1px solid #c7c7c7;
}

.btn:active {
    box-shadow: none;
}

/*тултип кешаут*/

.iscashout {
    display: inline-block;
    width: 19px;
    height: 14px;
    background: transparent url('/mobile/templates/mobile_uiux/images/iscashout.svg') no-repeat;
    background-size: cover;
    background-position-y: 0px;
    background-position-x: center;
    text-decoration: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    position: relative;
}

.rcol-icos .iscashout {
    width: 24px;
    height: 18px;
}

.iscashout .cashout-tooltip {
    position: absolute;
    bottom: 20px;
    left: -120px;
    width: 140px;
    padding: 5px 10px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    background: #eaeaea;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.35);
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    color: #000;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    visibility: hidden;
    opacity: 0;
    font-weight: normal;
}

.iscashout:hover .cashout-tooltip {
    bottom: 22px;
    visibility: visible;
    opacity: 1;
}

.iscashout .cashout-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    left: 90%;
    bottom: -6px;
    margin-left: -4px;
    border: 6px solid transparent;
    border-top: 6px solid #d7d7d7;
    border-bottom: none;
}


#list_all_match .even .iscashout .cashout-tooltip:before {
    left: 75%;
}

/*стили иконка кеш аут для Live */

.even .event-state-views .iscashout {
    float: none;
    position: relative;
    top: 2px;
}

.success-text-block {
    padding: 5px;
    background: #d7d7d7;
}

.success-text-block .icoSucces {
    background: url("../images/accept.svg") 0 0 no-repeat;
    padding: 0 0 0 50px;
    background-size: 44px;
    min-height: 32px;
    color: #757575;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    line-height: 16px;
    flex-wrap: wrap;
}

.freebet_lnk {
    height: 34px;
    padding: 0 7px;
    border: 1px solid #77160d;
    border-radius: 3px;
    background: #981713;
    background: -moz-linear-gradient(top, #b81818 0%, #77160d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b81818 0%, #77160d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b81818 0%, #77160d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b81818', endColorstr='#77160d', GradientType=0); /* IE6-9 */
    font-size: 14px;
    line-height: 30px;
    font-family: 'Open Sansbold';
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: -1px 0 1px rgba(0, 0, 0, 0.6);
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}
#freebet_lnk.red_button,
#percent_freebet_lnk.red_button {
    margin-bottom: 25px;
}

.freebet_lnk:hover {
    background: -moz-linear-gradient(top, #77160d 0%, #b81818 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #77160d 0%, #b81818 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #77160d 0%, #b81818 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77160d', endColorstr='#b81818', GradientType=0); /* IE6-9 */
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    transition: 0.3s;
}

.freebet_lnk:active {
    background: -moz-linear-gradient(top, #77160d 0%, #b81818 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #77160d 0%, #b81818 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #77160d 0%, #b81818 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77160d', endColorstr='#b81818', GradientType=0); /* IE6-9 */
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    transition: 0.3s;
}

.content-wrapper {
    padding: 0 6px;
}

.account-state {
    padding: 6px 0;
    background: #f1f1f1;
    font-size: 13px;
    position: relative;
    margin-bottom: 10px;
}
.account-state:after {
    content: "";
    display: table;
    clear: both;
}

.account-state h1 {
    text-transform: uppercase;
    color: #6B0C17;
    margin: 0 0 5px 0;
    font-size: 14px;
}

.stateTableMoney {
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
}

.stateTableMoney thead td {
    color: white;
    background: #6B0C17;
    width: 33%;
    border: 1px solid #6B0C17;
}

.stateTableMoney td {
    border: 1px solid #d1d1d1;
    padding: 5px;
    text-align: center;
}

.stateTableMoney a {
    text-decoration: none;
}

.stateTableMoney img {
    max-width: 100%;
    margin-bottom: 5px;
    max-height: 26px;
}

.t13 {
    font-size: 13px;
}

.DropList .btn {
    color: #000;
    font-size: 15px;
    border: 1px solid #969696;
    background: #fff;
    padding: 5px 35px 5px 6px;
    border-radius: 0;
    position: relative;
    width: 100%;
    text-align: left;
}

.DropList .btn .js_selected{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.DropList .btn:focus {
    box-shadow: none;
}

.DropList .btn:hover,
.DropList .open .btn {
    color: #000;
    background-color: #fff;
}


.DropList .btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 7px;
    background: url(../images/arrow_mobile_down.svg) no-repeat center center;
    background-size: cover;
    top: 11px;
    right: 10px;
    transition: all .2s ease-in-out;
}

.DropList .open .btn:before {
    transform: rotate(180deg);
}

.DropList .dropdown-menu {
    background-color: #fff;
    border: 1px solid #969696;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 14px;
    margin: 0;
    min-width: 49px;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.DropList .open .dropdown-menu {
    display: block;
    border-top: none;
}

.DropList .dropdown-menu > li {
    padding: 6px 10px;
    border-bottom: 1px solid #969696;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    cursor: pointer;
}

/*.DropList .dropdown-menu > li:first-child {*/
    /*border-top: 1px solid #c7c7c7;*/
/*}*/

.DropList .dropdown-menu > li a,
.DropList .dropdown-menu > li span.nameUnit {
    color: #000;
    text-decoration: none;
    padding: 5px 6px;
    display: inline-block;
}

.inputDataLine .labelName {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.12px;
    min-height: 17px;
    font-family: "Open Sans";
    margin-bottom: 5px;
}

.error-text-alert .icoError {
    background: url('/mobile/templates/mobile_uiux/images/mistake.svg') 0 0 no-repeat;
    padding: 0 0 0 40px;
    background-size: 34px;
    min-height: 34px;
    color: #757575;
    font-size: 13px;
}

.inputDataLine input:not(.red_button) {
    width: 100%;
    border: 1px solid #969696;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 13px;
    float: left;
    margin-right: 10px;
}

.inputDataLine.incorrect input{
    border: 1px solid #6B0C17;
}

.inputDataLine .red_button {
    padding-top: 6px;
    padding-bottom: 5px;
}

.inputDataLine .col-xs-6 {
    padding-right: 10px;
}

.inputDataLine.incorrect .alert-text{
    display: block !important;
}

.cardContent .inputDataLine {
    margin-bottom: 15px;
    line-height: 30px;
}

.cardContent .error-text-alert {
    margin: 15px 0;
}

.cardContent {
    padding: 10px 6px;
}

.cardContent .row-controls{
    margin: 10px 0 10px 20px;
}

.fields_float {
    float: left;
    padding: 0 5px;
}

.DropList {
    min-width: 65px;
    margin-bottom: 13px;
}

.DropList .selectboxit-container {
    width: 100%;
}

.DropList .selectboxit-container .selectboxit {
    width: 100% !important;
}

.DropList .selectboxit-btn {
    background: #ffffff;
    border: 1px solid #969696;
}

.DropList .select {
    height: 34px !important;
}

.DropList .selectboxit-container span,
.DropList .selectboxit-container .selectboxit-options a {
    height: 32px;
    line-height: 32px;
}

.outApprove .controls a {
    width: 100%;
    border-radius: 4px;
    cursor: hand;
}

.outApprove #resend_sms_countdown {
    font-family: 'Open Sansbold';
}

.outApprove #time {
    font-size: 16px;
    font-family: 'Open Sansbold';
    color: red;
}

.row_even {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

/*                  (BRADAR)*/
.row_even iframe, .row_even center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*.scrolled #TopMessageBlock{*/
    /*bottom: 35px;*/
/*}*/

#TopMessageBlock {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -26px;
    z-index: 10;
    padding: 0.2em 6px;
    background: #666;
    color: #fee200;
    opacity: 0;
    visibility: hidden;
    transition: 400ms all;
}

#TopMessageBlock.active {
    opacity: 1;
    visibility: visible;
}

.betModalBody .controls a {
    margin: 0 7px;
}

.ord_sum_value.down {
    /*background: url(/mobile/templates/mobile_uiux/images/arrow_gray_down.svg) center 25px no-repeat;*/
    background: url(/mobile/templates/mobile_uiux/images/d-arr.png) center 22px no-repeat;
    background-size: 12px;
    padding: 0 0 10px 0;
    float: right;
    position: absolute;
    right: 5px;
    width: 55px;
    text-align: center;
    top: 25px;
    height: 50px;
}

.icon_favorites_new {
    background-image: url('/mobile/templates/mobile_uiux/images/favorites_new.svg');
}

.topLineSlider .owl-controls {
    position: absolute;
    top: 43%;
    height: 0;
    width: 100%;
    left: 0;
    margin: -10px 0 0 0;

}

.topLineSlider .owl-prev,
.topLineSlider .owl-next {
    display: block;
    position: absolute;
    width: 6px;
    height: 10px;
    z-index: 100;

}

.topLineSlider .owl-prev {
    left: 5px;
    background: url("../images/sl-left-arr.png") 0 0 no-repeat;
    background-size: cover;
}

.topLineSlider .owl-next {
    right: 5px;
    background: url("../images/sl-right-arr.png") 0 0 no-repeat;
    background-size: cover;
}

.topLineSlider .owl-dots {
    position: relative;
    bottom: -42px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.topLineSlider .owl-dot {
    width: 4px;
    height: 4px;
    background: #9e9e9e;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px 0 0;
}

.topLineSlider .owl-dot.active,
.topLineSlider .owl-dot:hover {
    background: #757575;
}

/**/

.favIco {
    display: inline-block;
    background: url("/img/favorites_new.svg") 0 0 no-repeat;
    width: 24px;
    height: 18px;
    background-size: cover;
}

.favIco:hover {
    background-position: 0 bottom;
}

.sportLineName .favIco {
    float: right;
}

.sportLineName .rowName {
    float: left;
    width: 90%;
}

.icon_menu {
    background-image: url('../images/menuha.svg');
}

.wrapper_top {
    position: relative;
    height: 57px;
    padding-left: 10px;
    background-color: #6B0C17;
}

.nav-reg-block {
    background: #6B0C17;
    padding: 10px;
}

.nav-reg-block .icons_logo {
    height: auto;
    margin: 0 0 10px 0;
}

.nav-reg-block .icons_top {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 12px 0 0 25px;
    height: auto;
}

.nav-reg-block .icons_top::after {
    left: 0;
    margin: 0;
}

#st-trigger-effects {
    float: left;
    width: 62px;
    position: relative;
    z-index: 999;
    height: 62px;
    background-color: #6B0C17;
    margin-top: -2px;
    overflow: hidden;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: flex-start;
}

#st-trigger-effects .menu_buttons {
    border: none;
    background: #6B0C17;
}

.betslip_cnt_js_new {
    visibility: hidden;
}

.betslip_cnt_js_new.is_active {
    visibility: visible;
}



/*.nav-reg-block .enterControls {
    padding: 0 0 5px 0;
}*/

.nav-reg-block .enterControls a {
    font-size: 12px;
    line-height: 12px;
    min-width: auto;
    border-radius: 5px;
    padding: 7px 15px 6px;
    text-shadow: none;
    margin: 0 5px 10px 0;
}

.nav-reg-block .enterControls a:hover,
.nav-reg-block .enterControls a:active,
.nav-reg-block .enterControls a:focus {
    opacity: 0.9;
}

/*#menu_button, #menu_button:active, #menu_button:visited, #menu_button:focus {
    border: none;
    outline: none;
    background-color: #c7c7c7;
    margin-top: -2px;
}*/

/*SMS уведомления*/

.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.t12 {
    font-size: 12px;
}

h2 {
    font-family: 'Open Sansbold';
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.inputGroupForm {
    padding: 10px 0;
}

.inputGroupLine {
    margin-bottom: 10px;
}

.inputGroupLine .red-text {
    font-size: 10px;
}

.inputGroupLine input {
    width: 100%;
    border: 1px solid #969696;
    padding: 5px;
}

.red-text {
    color: #6B0C17;
}

.bb{
    border-top: 1px solid #6B0C17;
}

.inputGroupFormControls {
    margin-bottom: 50px;
}

.inputGroupFormControls .red_button {
    margin: 10px 0;
}

.acept-info {
    background: url(/mobile/img/account_management/accept.svg) 0 0 no-repeat;
    min-height: 44px;
    padding: 0 0 0 45px;
    background-size: 42px;
    margin-bottom: 20px;
}

.warning-info {
    min-height: 44px;
    background-size: 42px;
    text-align: center;
}

.warning-info .wrong-number-icon {
    display: inline-block;
    background: url(/mobile/img/account_management/warning.svg) 0 0 no-repeat;
    background-size: 42px;
    width: 35px;
    height: 30px;
    margin-right: 10px;
}

.setting-title {
    display: flex;
    margin: 0 0 20px 0;
}

.setting-title span {
    background: url(/mobile/img/account_management/settings.svg) 0 0 no-repeat;
    padding: 0 0 0 45px;
    text-transform: uppercase;
    min-height: 38px;
    font-size: 18px;
    background-size: 38px;
    font-family: 'Open Sansbold';
}

.settings-tutorial-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 20px 0;
}

.settings-tutorial-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modalWindow .modal-dialog {
    margin: 20% auto 0;
}

.modalWindow .modal-content {
    background: #d7d7d7;
    border-radius: 0;
    padding: 0;
    margin: 0 20px;
}

.modalWindow .close-btn:focus {
    outline: none;
}

.modalWindow .close-btn {
    position: absolute;
    background: url(/mobile/img/account_management/close.svg) 0 0 no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    right: -15px;
    top: -15px;
    border: none;
    border-radius: 50%;
    z-index: 100;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.row2 .readonly {
    background: #999;
}

.fieldIco {
    overflow: hidden;
    display: inline-block;
    width: 20px;
    height: 14px;
    background-position-y: 0px;
    background-position-x: center;
    text-decoration: none;
    transition: 0.3s;
}

.fieldIco.fieldIco1 {
    background: url("../images/Badminton_field.svg") no-repeat;
    background-size: cover;
}

.fieldIco.fieldIco2 {
    background: url("../images/Baseball_field.svg") no-repeat;
    background-size: cover;
}

.fieldIco.fieldIco3 {
    background: url("../images/Basketball_field.svg") no-repeat;
    background-size: cover;
}

.fieldIco.fieldIco4 {
    background: url("../images/Beachvolleyball_field.svg") no-repeat;
    background-size: cover;
}

.fieldIco.fieldIco5 {
    background: url("../images/Darts_field.svg") no-repeat;
    background-size: cover;
}

.fieldIco.fieldIco6 {
    background: url("../images/Handball_field.svg") no-repeat;
    background-size: cover;
}

.fieldIco.fieldIco7 {
    background: url("../images/Hockey_field.svg") no-repeat;
    background-size: cover;
}

.fieldIco.fieldIco8 {
    background: url("../images/rugby_field.svg") no-repeat;
    background-size: cover;
}

.fieldIco.fieldIco9 {
    background: url("../images/Volleyball_field.svg") no-repeat;
    background-size: cover;
}

.fieldIco:hover {
    background-position-y: bottom;
}

.m_cont1 {
    padding-top: 96px;
    position: relative;
    top:0;
}

/* Избранное */
.favorites_content {
}

.favorites_content .type-rows {
    border: 1px solid #d7d7d7;
    padding: 10px 0;
    background-color: #f1f1f1;
}

.favorites_content .controls {
    text-align: center;
    padding: 26px 0;
}

.favorites_content .accordion-container * {
    box-sizing: border-box;
}

.favorites_content .accordion-container {
    position: relative;
}

.favorites_content .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.favorites_content .set > a {
    background-color: #a33c33;
    position: relative;
    padding: 10px 5px 10px 35px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #f2ae1d;
    font-family: 'Open Sansbold';
    border-bottom: 1px solid #6B0C17;
    line-height: 14px;
}

.favorites_content .set > a:before {
    position: absolute;
    content: "";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #F2AE1D;
    left: 15px;
    top: 50%;
    margin-top: -7px;
}

.favorites_content .set > a.active:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #F2AE1D;
    position: absolute;
    content: "";
    left: 12px;
    top: 50%;
    margin-top: -5px;
}

.favorites_content .set > a span {
    font-weight: normal;
    color: white;
    float: right;
    font-size: 10px;
}

.favorites_content .set > a.active {
    background-color: #a33c33;
    color: #f2ae1d;
}

.favorites_content .content {
    position: relative;
    width: 100%;
    height: auto;
    display: none;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    background-color: #f1f1f1;
}

.favorites_content .content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

.favorites_content form {
    margin: 0 0 7px 0;
}

.favorites_content table {
    margin: 0;
}

.title-block-name {
    background-color: #424242;
    text-align: left !important;
}
.video-section .controlsLine .item.itemActive {
    background: #d7d7d7;
    border-right-color: transparent;
}

.video-section .controlsLine .item.viewType1.itemActive  .svg-ico-tv {
    background: transparent url("/mobile/templates/mobile_uiux/images/tv.svg") no-repeat scroll center 0/ cover;
}

.video-section .controlsLine .item.viewType2.itemActive  .svg-ico-mt_3 {
    background: url("/mobile/templates/mobile_uiux/images/soccer.svg") 0 0 no-repeat;
    background-size: cover;
}

.video-section .controlsLine .item.chainWrap.itemActive  .chain-ico {
    background: transparent url("/mobile/templates/mobile_uiux/images/pin.svg") no-repeat scroll center 0;
    background-size: cover;
}





.video-broadcast-slider{
    width: calc(100% - 120px);
    height: 30px;
    overflow: hidden;
}
.flickity-button{
    display: none;
}

.flickity-page-dots{
    display: none;
}
.video-broadcast-slider img{
    width: 22px;
    height: auto;
}
.controlsLineSingle .broadcast-category-item, .video-section .controlsLine .broadcast-category-item {
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    border-right: 1px solid #a13a31;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-block-name a,
.title-block-name span {
    font-family: "Open Sansbold";
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    font-size: 15px;
    padding: 5px 10px 5px 15px;
    cursor: default;
}

.title-block-name a:hover {
    text-decoration: none !important;
}

.clear-fav-link {
    display: inline-block;
    padding: 0 20px 0 0;
    background: url("/img/clear-ico.png") right center no-repeat;
    background-size: 12px;
}

.clear-fav-link:hover {
    text-decoration: none;
}

.fav {
    overflow: hidden;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: transparent url('/img/favorites_new.svg') no-repeat;
    background-size: cover;
    background-position-y: 0px;
    background-position-x: center;
    text-decoration: none;

}

.matchLineInform .fav {

    width: 27px;
    height: 18px;
}





.rcol-icos .fav {
    margin: 0 0 0 6px;
    width: 18px;
    height: 18px;
}

#favorites_blocks .txtmed {
    text-decoration: none;
}

#favorites_blocks .txtmed:hover {
    text-decoration: underline;
}

#favorites_blocks .fav.is_active:hover {
    background-position: center top !important;
}

.fav_big {
    display: block;
    margin: 0 auto;
    background: transparent url('/img/ico_stars_big.png') no-repeat center top;
    text-decoration: none;
    width: 26px;
    height: 26px;
    transition: 0.3s;
}

.fav_big.is_active, .fav_big:hover {
    text-decoration: none;
    transition: 0.3s;
    background-position: center bottom;
}

/* Избранное END */

.line_kef_count {
    padding-top: 15px;
    padding-left: 10px;
    text-decoration: none;
    color: #626262;
    font-size: 14px;
    text-align: right;
}

/*LIVE трансляция*/
.video-section .controlsLine {
    background: #6B0C17;
    height: 30px;
    position: relative;
}
.video-section .controlsLine .livetable-icon-mobile{
    width: 22px;
    height: 20px;
}
.iframe_place_video {
    background: url(/mobile/templates/mobile_uiux/images/broadcast-preloader.gif) no-repeat center center;
}

.controlsLineSingle {
    background: #6B0C17;
    height: 30px;
}

.fixedVideo .video-section {
    position: fixed;
    width: 100%;
    z-index: 10000;
    background: white;
}

.fixedVideo .video-section.black {
    position: fixed;
    width: 100%;
    z-index: 10000;
    background: black;
    font-color: white;
}

.controlsLineSingle .col1,
.video-section .controlsLine .col1 {
    float: left;
}

.controlsLineSingle .col2,
.video-section .controlsLine .col2 {
    float: right;
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    position: absolute;
    right: 0;
    top:0;
    z-index: 2;
    background: #6B0C17;
}

.controlsLineSingle .item,
.video-section .controlsLine .item {
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    border-right: 1px solid #a13a31;
    display: flex;
    justify-content: center;
    align-items: center;
}


.video-section .controlsLine .item.activeSport {
    background-color: #a33c33;
}
.broadcast-category-item.activeSport{
    background-color: #a33c33;
}
.video-section .controlsLine .col2 .item:last-child{
    border-right: none;
}

.chain-ico {
    background: transparent url("/mobile/templates/mobile_uiux/images/pin.svg") no-repeat scroll center bottom;
    display: inline-block;
    height: 14px;
    overflow: hidden;
    text-decoration: none;
    width: 20px;
    background-size: cover;
}

.fixedVideo .chain-ico {
    background: transparent url("/mobile/templates/mobile_uiux/images/pin.svg") no-repeat scroll center 0;
    background-size: cover;
}

.fixedVideo .chainWrap{
    background: #d7d7d7;
}

.cross-ico {
    background: transparent url("/mobile/templates/mobile_uiux/images/close-cross.svg") no-repeat scroll center 0/ cover;
    display: inline-block;
    height: 18px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 18px;
}

.controlsLineSingle .svg-ico-tv,
.video-section .controlsLine .svg-ico-tv {
    height: 18px;
    width: 18px;
    transition: none;
    background: transparent url("/mobile/templates/mobile_uiux/images/tv.svg") no-repeat scroll center bottom;
    background-size: cover;
}




.controlsLineSingle .svg-ico-tv,
.video-section.activeType1 .controlsLine .svg-ico-tv {
    background: transparent url("/mobile/templates/mobile_uiux/images/tv.svg") no-repeat scroll center 0/ cover;
}

.video-section.activeType1 .controlsLine .viewType1{
    background: #d7d7d7;
}

.video-section.activeType2 .controlsLine .viewType2{
    background: #d7d7d7;
}


.controlsLineSingle .svg-ico-mt_3,
.video-section.activeType2 .controlsLine .svg-ico-mt_3 {
    background: transparent url("/mobile/templates/mobile_uiux/images/soccer.svg") no-repeat scroll center 0/ cover;
}

.controlsLineSingle .svg-ico-mt_3,
.video-section .controlsLine .svg-ico-mt_3 {
    width: 27px;
    height: 19px;
    transition: none;
    background: transparent url("/mobile/templates/mobile_uiux/images/soccer.svg") no-repeat scroll center bottom;
    background-size: cover;
}

.controlsLineSingle .chain-ico,
.video-section .controlsLine .chain-ico {
    height: 18px;
    width: 18px;
}

.controlsLineSingle .chain-ico,
.video-section .controlsLine .cross-ico {
    height: 18px;
    width: 18px;
}
.video-broadcast-slider .item{
    background-size: 22px auto !important;
}

.video-broadcast-slider.owl-carousel .owl-item{
    text-align: center;
}

.video-broadcast-slider.owl-carousel .owl-item img {
    opacity: 1;
    display: inline-block;
    width: 22px;
    height: 22px;
}

/*иконки матч треккер*/

.fieldIco {
    overflow: hidden;
    display: inline-block;
    width: 20px;
    height: 14px;
    background-position-y: 0px;
    background-position-x: center;
    text-decoration: none;
    transition: 0.3s;
}


.ord_sum_value {
    /* background: url(/mobile/templates/mobile_uiux/images/arrow_gray_right.svg) center 25px no-repeat;*/
    background: url(/mobile/templates/mobile_uiux/images/r-arr.png) center 22px no-repeat;
    background-size: 12px;
    padding: 0 0 10px 0;
    float: right;
    position: absolute;
    right: 5px;
    width: 55px;
    text-align: center;
    top: 25px;
    height: 50px;
    font-size: 14px;
}

.put_live_line.show {
    display: block;
}

.put_live_line {
    display: none;
}

.liveVideoTracker > span {
    display: block;
    float: left;
    margin: 11px 5px 0 5px;
}

.liveVideoTracker span:nth-child(2n) {
    margin: 11px 5px 0 0;
}

.fav_livelist {
    float: left;
    margin: 9px 0 0 5px;
}

/*Избранное*/

.lh-title {
    background: #6B0C17;
    padding: 0.5em 0 0.5em 6px;
    color: #ffffff;
}

.lh-title .favTitle {
    text-transform: uppercase;
    float: left;
}

.lh-title .favTitle span {
    font-size: 12px;
}

.lh-title .recycleLink {
    float: right;
}
.wc-remove-offset .lh-offseted{
    margin-top: 0 !important;
}
.wc-remove-offset .wc-buttons-live-page{
    top:0;
    position: relative;
}
.wc-buttons-mutate{
    top:0;
    position: relative;
}

.recycleLink {
    background: url("/mobile/templates/mobile_uiux/images/clear_favorites.svg") right center no-repeat;
    background-size: 22px;
    display: inline-block;
    margin-right: 8px;
    font-size: 12px;
    text-transform: uppercase;
}

.recycleLink a {
    text-decoration: none;
    padding: 4px 35px 0 0;
    color: #ffffff;
}

.favSection.open .favSectionTitle {
    background: url("/mobile/templates/mobile_uiux/images/arrow_down_white.svg") right 12px center no-repeat;
    background-size: 17px;
    background-color: #979797 ;
}

.favSection .favSectionTitle {
    color: #000000 !important;
    background: url("/mobile/templates/mobile_uiux/images/arrow_right.svg") right 12px center no-repeat;
    background-size: 8px;
    background-color: #979797;
    padding: 5px 6px 5px 9px;
    text-transform: uppercase;
    border-bottom: 1px solid #c7c7c7;
}

.favSectionRaws .red{
    color: #6B0C17;
    font-size: 10px;
}

.favSection .favSectionLine {
    padding: 0.5em 3px;
    background: #dddddd;
}
.favSection .favSectionLine .fav-ico{
    margin-left: 0;
}

.favSection .favSectionLine .match-name{
    padding-left: 0
}

.favSection .favSectionLine .match-name img{
    margin-right: 5px;
}


.favSection .favSectionLine:nth-child(odd) {
    background: #f4f4f4;
}

.favSection .favSectionLine .row {
    display: flex;
    align-items: center;
}

.favSection .favSectionLine a {
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
}

.favSection .favSectionLine .favIco {
    margin: 4px 0 0 0;
}

.favIco {
    display: inline-block;
    background: url("../selected_star_gold.svg") 0 0 no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
}

.favSection .favSectionLine .checkbox-block {
    margin: 7px 0 0 6px;
}

.favSection .controls button + button {
    margin-left: 16px;
}

.container {
    padding: 0 6px;
}

.countSms {
    text-align: center;
    padding: 10px 0;
}

.countSms .ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    width: 24%;
    margin: 0 10px;
    height: 30px !important;
}

.smsHasNot {
    text-align: center;
    padding: 15px 0;
}

.countSms .ClassyCountdown-days {
    display: none !important;
}

.countSms .ClassyCountdown-hours {
    display: none !important;
}

.countSms canvas {
    display: none !important;
}

.countSms .ClassyCountdown-value div {
    display: inline-block;
    margin: 0 5px 0 0;
    font-family: 'Open Sansbold';
}

.countSms .ClassyCountdown-wrapper {
    display: flex;
    justify-content: center;
}

.loginDatabox {
    text-align: left;
}

.loginDatabox h1 {
    font-family: 'Open Sansbold';
    font-size: 16px;
    text-align: center;
}

.loginDatabox .controls {
    text-align: center;
}

.red_bg {
    background-color: #6B0C17;
    color: #ffffff;
    padding-bottom: 0;
}

.lineArrowLink {
    height: 18px;
    background-color: #6B0C17;
    position: relative;
    margin-top: 0px;
}

.lineArrowLink.down:before {
    display: block;
    background: url("/mobile/templates/mobile_uiux/images/arrow_down_white.svg") center center no-repeat;
    background-size: 20px 20px;
    left: 50%;
    top: 0;
    margin-left: -10px;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
}

.lineArrowLink.up:before {
    display: block;
    background: url("/mobile/templates/mobile_uiux/images/arrow_down_white.svg") center center no-repeat;
    background-size: 20px 20px;
    left: 50%;
    top: 0;
    margin-left: -10px;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}

.paginationSection .text {
    float: left;
    margin: 0 20px 0 0;
    font-size: 14px;
    line-height: 26px;
}

.paginationSection {
    padding: 10px 0;
}

.paginationSection .pagiSelect {
    float: left;
    margin: 0 20px 0 0;
}

/*sport filter dropdown*/

.gameStatisticDrop {
    background: #ddd;
    padding: 6px;
    margin: -12px -6px 10px -6px;
}

.gameStatisticDrop .wrapper-dropdown-3 {
    padding: 0 20px 0 5px;
    font-size: 13px;
}

.wrapper-dropdown-3 {
    position: relative;
    width: 270px;
    margin: 0 auto;
    padding: 5px 20px 5px 5px;
    background: #fff;
    border: 1px solid #cecece;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
}

.wrapper-dropdown-3 > span,
.wrapper-dropdown-3 > div.statistic {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*.wrapper-dropdown-3.active,
.wrapper-dropdown-3:hover{
    background: #ddd;
    color: #6B0C17;
}*/

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -2px;
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #777777 transparent;
}

.wrapper-dropdown-3 .scrollArea {
    position: absolute;
    top: 100%;
    left: -1px;
    right: 0;
    background: #eaeaea;
    border: 1px solid #cecece;
    box-sizing: border-box;
    width: 100.7%;
    height: 160px;
    display: none;
}

.wrapper-dropdown-3.active .scrollArea {
    display: block;
}

.wrapper-dropdown-3 .dropdown {
    padding: 0;
    margin: 0;
    list-style: none;
}

.wrapper-dropdown-3 .dropdown li {
    padding: 0;
}

.wrapper-dropdown-3 .dropdown li .line {
    padding: 5px 30px 5px 5px;
    text-decoration: none;
    border-bottom: 1px solid #dcdcdc;
    transition: all 0.3s ease-out;
    background: #eaeaea;
    color: #757575;
    display: block;
    white-space: normal !important;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.wrapper-dropdown-3 .dropdown li:last-child .line {
    border-bottom: none;
}

.wrapper-dropdown-3 .dropdown li .line.no-ico {
    margin-left: 18px;
}

.wrapper-dropdown-3 .dropdown li .line .op-name {
    float: left;
}

.wrapper-dropdown-3 .dropdown li .line .op-action {
    position: absolute;
    right: 5px;
    top: 5px;
    font-style: italic;
}

.op-action.yellow {
    color: #eca000;
}

/* При наведении курсора */

.wrapper-dropdown-3 .dropdown li:hover .line {
    color: #6B0C17;
}

.scrollArea .mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.scrollArea .mCSB_scrollTools {
    width: 10px;
}

.scrollArea .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.scrollArea .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    width: 6px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#929292+0,4a4a4a+100 */
    background: #929292; /* Old browsers */
    background: -moz-linear-gradient(left, #929292 0%, #4a4a4a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #929292 0%, #4a4a4a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #929292 0%, #4a4a4a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#4a4a4a', GradientType=1); /* IE6-9 */
}

.scrollArea .mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
    background: #c7c7c7;
    border-radius: 0;
    border-left: 1px solid #dcdcdc;
}

.iconDrop .wrapper-dropdown-3 {
    background: url("/mobile/templates/mobile_uiux/images/shirt-ico.png") center center no-repeat white;
    width: 26px;
    height: 20px;
    background-size: 15px;
}

.iconDrop .wrapper-dropdown-3:after {
    display: none;
}

.iconDrop .wrapper-dropdown-3 .scrollArea {
    width: 100.5%;
}

.iconDrop .wrapper-dropdown-3 .infoBlockTeam {
    position: absolute;
    top: 125%;
    right: 0;
    background: white;
    border: 1px solid #cecece;
    box-sizing: border-box;
    width: 308px;
    display: none;
}

.iconDrop .wrapper-dropdown-3.active .infoBlockTeam {
    display: block;
}

.iconDrop .wrapper-dropdown-3 .infoBlockTeam .scrollArea {
    height: 160px;
    overflow: hidden;
}

.iconDrop .wrapper-dropdown-3 .infoBlockTeam:before {
    border: 4px solid transparent;
    border-bottom: 4px solid #c7c7c7;
    border-top: none;
    display: block;
    position: absolute;
    right: 8px;
    margin-left: -4px;
    top: -4px;
    content: "";
}

.iconDrop .wrapper-dropdown-3 .infoBlockTeam .teamHead .name {
    float: left;
    width: 153px;
    box-sizing: border-box;
    padding: 0 5px;
    background: #d7d7d7;
    color: #6B0C17;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iconDrop .wrapper-dropdown-3 .scrollArea .dropdown {
    float: left;
    width: 50%;
}

.iconDrop .wrapper-dropdown-3 .scrollArea .dropdown:first-child li .line {
    border-left: none;
}

.iconDrop .wrapper-dropdown-3 .scrollArea .dropdown li {
    padding: 0;
}

.iconDrop .wrapper-dropdown-3 .scrollArea .dropdown li .line {
    border-left: 1px solid #c7c7c7;
}

.gameStatisticDrop .scrollDropDown {
    float: right;
    margin-right: 10px;
}

.gameStatisticDrop .scrollDropDown:first-child {
    margin-right: 0;
}

.scrollDropDown .ico {
    width: 18px;
    position: relative;
    top: 2px;
    vertical-align: inherit;
}

.scrollDropDown .gs {
    display: inline-block;
}

.scrollDropDown .op-name i {
    font-size: 12px;
    margin: 0 5px 0 0;
}

.gameNameLine .icos-line-area {
    float: left;
    margin: 0 10px 0 0;
}

.gameNameLine .gameName {
    font-family: 'Open Sansbold';
    color: #6B0C17;
}

.gameDataStat .txtmed {
    color: red;
    float: left;
    display: inline-block;
    padding: 4px 0 0 2px;
    font-family: 'Open Sansbold';
}

.top_game-line .small {
    float: left;
}

.top_game-line .game-icos {
    float: right;
    display: flex;
    align-items: center;
}

.top_game-line .game-icos span {
    margin: 0 5px 0 0;
}

.svg-ico-fav {
    background: transparent url("/mobile/templates/mobile_uiux/images/i_fav_gray_gold.svg") no-repeat scroll center 0/ cover;
    display: inline-block;
    height: 14px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 20px;
}

.pagiSelect li {
    padding: 0;
}

.pagiSelect .selectboxit-container .selectboxit-options a {
    height: 24px;
}

.pagiSelect .selectboxit-option-icon-container {
    display: none;
}

nav .fastBetMenuItem {
    position: relative;
}

nav .check-block input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

nav .check-block-parent {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 63px;
    height: 47px;
    border-left: 1px solid #757575;
    background: #999999;
    padding: 19px 20px 0 19px;
}

nav .fastBetMenuItem .check-block input[type="checkbox"]:checked + label .check-line {
    background: #c7c7c7;
}

#menu-1 .menu_item {
    padding: 0.9em 0.9em 0.9em 40px;
    min-height: 45px;
}

.appLinksWrap {
    padding: 15px 0 5px 0;
}

.appLinks {
    text-align: center;
    margin: 0 0 5px 0;
    font-size: 13px;
    color: #454545;
}

.appLinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.appLinks ul li {
    display: inline-block;
    vertical-align: top;
}

.appLinks ul li a {
    font-size: 11px;
    text-decoration: none;
}

.appLinks img {
    margin: 5px 7px 0 7px;
    width: 30px;
    height: 30px;
}

/*блок корзина*/

footer {
    position: relative;
    z-index: 99;
}

#wrap {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    margin: 0 auto -225px;
    padding: 0 0 225px;
}


.icons_support {
    padding: 0;
}

.mobileWrapper_support .block_element {
    text-align: center;
    padding: 6px 0 5px;
    height: 36px;
}

.mobileWrapper_support .block_element .callLink {
    display: block;
}

.mobileWrapper_support .call_phone {
    /*padding: 0 0 0 20px;*/
    padding: 0 0 0 35px;
    display: block;
    /*background: url(/mobile/templates/mobile_uiux/images/phone.svg) 0 0 no-repeat;*/
    background: url(../images/support_phone.svg) 6px 2px no-repeat;
    background-size: 27px;
    width: 150px;
    /*margin: 0 auto;*/
    float: right;
    margin-right: 10px;
    height: 29px;
    margin-top: -3px;
}

@media screen and (min-width: 374px) {
    .mobileWrapper_support .call_phone {
        width: 175px;
        padding: 0 0 0 47px;
        background-position: 10px 1px;
    }

    .mobileWrapper_support .call_phone .num {
        font-size: 18px !important;
    }
}

.mobileWrapper_support .call_phone .num {
    float: left;
    margin: 0 5px 0 0;
    font-size: 12px;
    color: #F5C945;
    font-family: "Open Sansbold";
}

.mobileWrapper_support .call_phone .freeCall {
    text-align: left;
    float: left;
    font-size: 10px;
    line-height: 18px;
}

.mobileWrapper_support .block_element.red {
    background: #6B0C17;
    color: #ffffff;
    line-height: 24px;
}

.mobileWrapper_footer .separated_clock {
    text-align: right;
}

.mobileWrapper_footer .separated_clock .icons_footer {
    padding: 0 25px 0 0;
    background-position: right center;
}

.icon_clock {
    background-image: url(../images/clock_new.svg);
    background-size: 15px 15px;
}

.mobileWrapper_data {
    font-size: 14px;
    margin-bottom: 10px;
}

.mobileWrapper_copy {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
}

@media (max-width: 350px) {
    .mobileWrapper_copy {
        font-size: 11px;
    }
}

.motion_foot_ico {
    text-transform: uppercase;
    padding: 30px 0 0 0;
    color: #ffffff;
    margin: 10px 0 10px 0;
    font-size: 12px;
    display: inline-block;
    width: 70%;
    text-align: center;
    font-family: "open sans";
}

.motion_foot_ico.up_ico {
    background: url("../images/up.svg") 50% 0 no-repeat;
    background-size: 22px 22px;
}

.motion_foot_ico.up_ico:hover {
    cursor: pointer;
}

.motion_foot_ico.chat_ico {
    background: url("../images/message_round_mobile_2.svg") 50% 0 no-repeat;
    background-size: 24px 24px;
    float: right;
}

.chat_aside_ico {
    background-image: url("../images/message_round_mobile.svg");
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 16px 11px;
}

.basketVidget {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    border-radius: 50px 50px 0 0;
    height: 62px;
    text-transform: uppercase;
    font-family: 'Open Sansbold';
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    background-color: #a33c33;
    z-index: 110;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 2);
    text-align: center;
    padding-top: 0;
    border: 1px solid #6B0C17;
    border-bottom: none;
    overflow: hidden;
}

.basketVidget .cArea {
    display: block;
    padding: 4px 0 0 0;
    height: 32px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 18px;
}

.basketVidget.in-basket {
    height: 18px;
    border-radius: 0;
}

.basketVidget.hide-basket {
    display: none;
}

.basketVidget.in-basket .cArea {
    display: none;
}

.basketVidget.in-basket .balanceLine {
    top: 0;
}

.basketVidget.transparent {
    opacity: 0.5;
}
.hide_basket{
    display: none;
}

.basketVidget:hover,
.basketVidget:focus,
.menu_buttons.is_active,
.menu_buttons:hover,
.menu_buttons:focus {
    color: #ffffff;
}

.basketVidget .ico {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 41px 64px;
    cursor: pointer;
    background-image: url(../images/betslip_new_one.svg);
    width: 41px;
    height: 32px;
}

.basketVidget .text {
    position: relative;
    top: -4px;
    font-size: 10px;
}

.basketVidget .summ {
    position: absolute;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #fff;
    color: #6B0C17;
    line-height: 17px;
    font-size: 11px;
    right: 30px;
    top: 5px;
}

/*баланс в корзине виджет*/

.basketVidget .balanceLine {
    font-size: 9px;
    line-height: 12px;
    position: relative;
    top: -4px;
    padding: 2px 0;
    background: #892313;
}

.basketVidget .balance-text {
    background: url("../images/white_8.svg") 0 0 no-repeat;
    display: inline-block;
    padding: 0 0 0 15px;
    background-size: 12px 10px;
}

.basketVidget .balanceLine.show .balance-text {
    display: none;
}

.basketVidget .balance-summ {
    background: url("../images/white_8.svg") 0 0 no-repeat;
    padding: 0 0 0 15px;
    background-size: 12px 10px;
    display: none;
}

.basketVidget .balanceLine.show .balance-summ {
    display: inline-block;
}


.menu_buttons .icons_block_2.icon_menu {
    background-image: url('../images/menu_icons.svg');
    background-size: 36px 24px;
    background-position: center 5px;
    margin-bottom: 2px;
}

.menu_buttons .burgerIco {
    background: url("../images/menu_new_one.svg") 0 0 no-repeat;
    background-size: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.menu_buttons .menu_logo {
    position: absolute;
    display: block;
    background: url("../images/logo_new_one.svg") 0 0 no-repeat;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-size: 22px 22px;
    top: 5px;
    right: 10px;
    box-shadow: -2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}



footer nav a:first-child {
    margin-left: 0;
}

/*стили для валюты*/

.currencyIcon {
    display: inline-block;
    margin-right: 0px;
    background-size: cover;
    width: 11px;
    height: 12px;
    position: relative;
}

.currencyIcon.value-type1 {
    background-image: url("../images/cur_white__1.svg");
    width: 14px;
}

.currencyIcon.value-type2 {
    background-image: url("../images/cur_white__2.svg");
    width: 12px;
}

.currencyIcon.value-type3 {
    background-image: url("../images/cur_white__3.svg");
}

.currencyIcon.value-type4 {
    background-image: url("../images/cur_white__4.svg");
}

.currencyIcon.value-type5 {
    background-image: url("../images/cur_white__5.svg");
    width: 9px;
    height: 13px;
    top: 1px;
}

.currencyIcon.value-type6 {
    background-image: url("../images/cur_white__6.svg");
    width: 12px;
}

.currencyIcon.value-type7 {
    background-image: url("../images/cur_white__7.svg");
}

.currencyIcon.value-type8 {
    background-image: url("../images/cur_white__8.svg");
    top: 1px;
    width: 10px;
    height: 12px;
}

.currencyIcon.value-type9 {
    background-image: url("../images/cur_white__9.svg");
}

.currencyIcon.value-type10 {
    background-image: url("../images/cur_white__10.svg");
    width: 10px;
    height: 13px;
    top: 1px;
}

.currencyIcon.value-type11 {
    background-image: url("../images/cur_white__11.svg");
}

.currencyIcon.value-type12 {
    background-image: url("../images/cur_white__12.svg");
}

.currencyIcon.value-type13 {
    background-image: url("../images/cur_white__13.svg");
    width: 8px;
    height: 13px;
    top: 1px
}

.currencyIcon.value-type14 {
    background-image: url("../images/cur_white__14.svg");
}

.currencyIcon.value-type15 {
    background-image: url("../images/cur_white__15.svg");
    width: 10px;
    height: 13px;
}

.currencyIcon.value-type16 {
    background-image: url("../images/cur_white__16.svg");
    background-size: cover;
    width: 7px;
    top: 1px;
}

.currencyIcon.value-type19 {
    background-image: url("../images/cur_white__19.svg");
    background-size: cover;
    width: 7px;
    top: 1px;
}

.currencyIcon.value-type20 {
    background-image: url("../images/cur_white__20.svg");
    background-size: cover;
    width: 7px;
    top: 1px;
}

.currencyIcon.value-type21 {
    background-image: url("../images/cur_white__21.svg");
    background-size: cover;
    width: 13px;
    height: 14px;
    top: 1px;
}
.betWindow .betWindowBody .currencyIcon.value-type1{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__1.svg");}
.betWindow .betWindowBody .currencyIcon.value-type2{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__2.svg");}
.betWindow .betWindowBody .currencyIcon.value-type3{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__3.svg");}
.betWindow .betWindowBody .currencyIcon.value-type4{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__4.svg");}
.betWindow .betWindowBody .currencyIcon.value-type5{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__5.svg");}
.betWindow .betWindowBody .currencyIcon.value-type6{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__6.svg");}
.betWindow .betWindowBody .currencyIcon.value-type7{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__7.svg");}
.betWindow .betWindowBody .currencyIcon.value-type8{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__8.svg");}
.betWindow .betWindowBody .currencyIcon.value-type9{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__9.svg");}
.betWindow .betWindowBody .currencyIcon.value-type10{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__10.svg");}
.betWindow .betWindowBody .currencyIcon.value-type11{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__11.svg");}
.betWindow .betWindowBody .currencyIcon.value-type12{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__12.svg");}
.betWindow .betWindowBody .currencyIcon.value-type13{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__13.svg");}
.betWindow .betWindowBody .currencyIcon.value-type14{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__14.svg");}
.betWindow .betWindowBody .currencyIcon.value-type15{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__15.svg");}
.betWindow .betWindowBody .currencyIcon.value-type16{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__16.svg");}
.betWindow .betWindowBody .currencyIcon.value-type19{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__19.svg");}
.betWindow .betWindowBody .currencyIcon.value-type20{background-image: url("/mobile/templates/mobile_uiux/images/cur_gold__20.svg");}
/*стили валюты конец*/

#menu-1 .menu_item {
    padding: 0.9em 0.9em 0.9em 55px !important;
}



/* update */

.mobileWrapper_support .call_phone {
    display: block;
    /*background: url(/mobile/templates/mobile_uiux/images/phone.svg) 0 0 no-repeat;*/
    background: url(../images/support_phone.svg) 6px 1px no-repeat;
    background-size: 25px;
    width: 100%;
    /*margin: 0 auto;*/
    float: none;
    height: 29px;
    margin-top: -3px;
    padding: 0 0 0 25px;
    text-align: center;
}

.mobileWrapper_support .call_phone .num {
    margin: 6px 5px 0 0;
    font-size: 12px;
    color: #F5C945;
    font-family: "Open Sansbold";
    display: inline-block;
    float: none;
    margin-right: 0;
}

.mobileWrapper_support .call_phone .freeCall {
    text-align: left;
    position: relative;
    font-size: 10px;
    line-height: 2.8;
    display: inline-block;
    float: none;
    top: -1px;
}

@media (min-width: 360px) and (max-width: 410px) {
    .mobileWrapper_support .call_phone {
        background: url(../images/support_phone.svg) 12px 1px no-repeat;
        background-size: 25px auto;

    }
}

@media (min-width: 411px) and (max-width: 767px) {
    .mobileWrapper_support .call_phone {
        background: url(../images/support_phone.svg) 20px 1px no-repeat;
        background-size: 25px auto;
    }
}

@media screen and (min-width: 375px) {
    .mobileWrapper_support .call_phone .num {
        font-size: 18px;
    }

    .mobileWrapper_support .call_phone .freeCall {
        top: -3px;
    }
}

@media screen and (min-width: 455px) {
    .mobileWrapper_support .call_phone {
        text-align: center;
        background: none;
    }

    .mobileWrapper_support .call_phone .num {
        position: relative;
    }

    .mobileWrapper_support .call_phone .num::after {
        content: '';
        display: block;
        position: absolute;
        height: 36px;
        width: 28px;
        background: url(../images/support_phone.svg) right 1px no-repeat;
        background-size: 25px;
        left: -37px;
        top: -5px;
    }
}

body.overflow {
    overflow: hidden;
}

.video-overlay-black.active {
    width: 100%;
    height: 1000%;
    background: black;
    position: fixed;
    margin-top: -200px;
    z-index: 7000;
}

.video-section.offset {
    top: 62px;
}

.video-section.active {
    display: block !important;
}
.video-section.inactive {
    display: none !important;
}

.video-section.stick {
    top: 0px;
}

.video-section.hidepanel {
    top: -30px;
}

.video-section.hidepanel .controlsLine {
    visibility: hidden;
}

/*если мало исходов*/
body.rel .view-down-fields .dropdown-menu {
    position: relative;
    margin-bottom: 20px;
}

.rel.no-scroll .view-down-fields .open .dropdown-menu {
    max-height: 166px;
}

body.rel .view-down-fields .dropdown-menu > li:last-child {
    margin-bottom: 0;
}

body.rel.no-scroll {
    overflow: visible;
}

/*если мало исходов конец*/

.basketVidget.hide {
    display: none;
}

#footer.hide {
    display: none;
}

.com-version #wrap {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    margin: 0 auto -190px;
    padding: 0 0 190px;
}

/* #6839 */

.betWindow .headTitle{
    font-family: 'Open Sansbold';
    color: #ffffff;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    background: #6B0C17;
    padding: 10px 30px 10px 10px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
}

.betWindow .headTitle span{
    display: inline-block;
    background: url("../images/promo_modal/gift_yellow.svg") 0 -1px no-repeat;
    background-size: 38px;
    padding: 0 0 0 40px;
}

.betWindow .close-btn {
    position: absolute;
    background: url(/mobile/templates/mobile_uiux/images/close_n.svg) center center no-repeat;
    width: 18px;
    height: 18px;
    background-size: 16px 16px;
    right: 20px;
    top: 23px;
    border: none;
    z-index: 100;
}

.broadcast-err-btns .red_button {
    min-width: 200px;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 15px 6px;
    margin: 0 0 10px 0
}

.broadcast-not-available {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/mobile/templates/mobile_uiux/images/broadcast-access-err-bg.png);
    background-size: cover;
    padding: 20px;
    min-height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.broadcast-not-available-title {
    text-align: center;
    /*margin-top: 60px;*/
}

.broadcast-not-available-title .err-icon {
    vertical-align: middle;
    width: 28px;
    height: 30px;
    background: url(/img/account_management/warning_vip.svg);
    background-size: cover;
    margin-right: 9px;
    display: none;
}

.broadcast-not-available-title .err-title {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    font-family: open sans;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
}

pre {
    margin: 10px !important;
    padding: 0 0 0 10px !important;
    white-space: normal !important;
    word-break: break-all !important;
}

.menu_gold.bonus_info .title {
    white-space: nowrap;
}

.menu_gold.bonus_info {
    white-space: nowrap;
    margin-bottom: 5px;
}

.bonus_info_summ_value {
    border-bottom: 1px solid #F5C945;
}

#vsm-widget .vsm-navigation {
    height: auto;
    padding-top: 0;
}

#vsmBetslipButtonContainer {
    margin-bottom: -102px;
    top: 62px !important;
    width: 100% !important;
    left: 0px !important;
    right: 0px !important;
}

/**/

/*new fast bet setting*/
.getTryBlock {
    border: 1px solid #c7c7c7;
    background: #f1f1f1;
    margin: 50px 20px;
    text-align: center;
    font-family: 'open sans', sans-serif;
    padding-bottom: 20px;
}

.getTryBlock .text {
    font-size: 12px;
    line-height: 16px;
    margin: 20px 0;
}

.getTryBlock .text p {
    margin-bottom: 0;
}

.getTryBlock .text a {
    color: #6B0C17;
    text-decoration: none;
}

.getTryBlock .red_button span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
}

.getTryBlock .red_button span:before {
    background: url("../images/rotate_wheel.svg") 0 0 no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
    position: absolute;
    content: "";
    left: -3px;
    top: 0;
    -moz-animation: mark1 2200ms linear infinite;
    -webkit-animation: mark1 2200ms linear infinite;
    -o-animation: mark1 2200ms linear infinite;
    -ms-animation: mark1 2200ms linear infinite;
}

.alert-title .title {
    background: url(../images/title.svg) 0 0 no-repeat;
    padding: 0 0 0 45px;
    text-transform: uppercase;
    min-height: 38px;
    font-size: 18px;
    background-size: 38px auto;
    font-family: 'Open Sansbold';
    display: inline-block;
    text-align: left;
}

.getTryBlock .alert-title .red-text {
    animation: 1s linear 0s normal none infinite running blink_animate;
}

@keyframes blink_animate {
    0% {
        color: #6B0C17;
    }
    100% {
        color: #d0442d;
    }
}

/**/












.android-dl {
    background: url("/mobile/templates/mobile_uiux/images/android.svg") 0 0 no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px 7px 0 7px;
}

.iphone-dl, .iphone-dl-2 {
    background: url("/mobile/templates/mobile_uiux/images/apple.svg") 0 0 no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px 7px 0 7px;

}

.fb-d1 {
    background: url("/mobile/templates/mobile_uiux/images/fb.svg") 0 0 no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px 7px 0 7px;

}

.vk-d1 {
    background: url("/mobile/templates/mobile_uiux/images/vk.svg") 0 0 no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px 7px 0 7px;

}

.insta-d1 {
    background: url("/mobile/templates/mobile_uiux/images/insta.svg") 0 0 no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px 7px 0 7px;

}

.appLinks div {
    padding-top: 30px;
}

.alert-title .title {
    background: url(../images/title.svg) 0 0 no-repeat;
    padding: 0 0 0 45px;
    text-transform: uppercase;
    min-height: 38px;
    font-size: 18px;
    background-size: 38px auto;
    font-family: 'Open Sansbold';
    display: inline-block;
}

.stepInstructionText {
    border-top: 1px solid #6B0C17;
    line-height: 14px;
    padding: 10px 0;
}

.framebanner {
    width: 280px;
    margin: 0 auto 20px auto;
}

#BonusModalBtn span {
    display: inline-block;
    width: 30px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url('/mobile/templates/mobile_uiux/images/promo_modal/bonus_gold.svg');
    float: none !important;
    margin-left: 0 !important;
    background-size: 23px !important;
    background-position: 0 8px;
}

.body_fixed {
    overflow: hidden;
    width: 100%;
    height: 100% !important;
}

.body_fixed #footer {
    z-index: 0;
}


.livetable-top-bar .livetable-top-bar-btn {
    display: block;
    float: left;
    width: 36px;
    height: 28px;
    cursor: pointer;
    border-right: 1px solid #a33c33;
}

.livetable-top-bar .livetable-top-bar-btn:hover span {
    background-position-y: bottom;
}

.tracker-football-mobile {
    display: block;
    width: 24px;
    height: 17px;
    margin-left: 5px;
    margin-top: 6px;
    background: url(/mobile/templates/mobile_uiux/images/tracker_football_mobile.svg) 0 0 no-repeat;
    background-size: cover;
    background-position-y: top;
    transition: all .2s ease;
}

.tracker-football-mobile:hover {
    background-position-y: bottom;
}

.livetable-icon-mobile {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 26px;
    background: url('/mobile/templates/mobile_uiux/images/statistics.svg') 0 0 no-repeat;
    background-size: cover;
    background-position-y: top;
    transition: none;
    text-decoration: none;
    cursor: pointer;
}

.livetable-icon-mobile:hover {
    background-position-y: bottom;
}

.livetable-icon-mobile-inline {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('/mobile/templates/mobile_uiux/images/red_diag.svg') 0 0 no-repeat;
    background-size: cover;
    position: relative;
    transition: all .3s ease;
    cursor: pointer;
}
.livetable-icon-mobile-inline-none {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('/mobile/templates/mobile_uiux/images/red_diag.svg') 0 0 no-repeat;
    background-size: cover;
    position: relative;
}

.livetable-icon-mobile-inline:hover {
    background-position-y: bottom;
}

.livetable-icon-mobile-inline-none:hover {
    background-position-y: bottom;
}

#vsm-widget .vsm-betslip-button-container .vsm-betslip-button {
    position: fixed !important;
    width: calc(100% + 10px) !important;
    padding-right: 45px !important;
    height: 44px !important;
    top: 96px !important;
    left: -5px !important;
}
/*чекбокс в быстрой ставке*/

.js_fastbet_form .total-change {
    cursor: pointer;
}

.js_fastbet_form .check-line:before {
    width: 20px;
    height: 20px;
    left: -10px;
    top: -5px;
}

.js_fastbet_form .check-line {
    width: 28px;
    height: 11px;
    float: right;
    top: 5px;
}

.js_fastbet_form .total-change .check-block {
    margin: 0;
    float: none;
}

.js_fastbet_form .total-change .check-block label {
    width: 100%;
    font-weight: normal;
}

.js_fastbet_form .total-change .check-block .fast_bet_state_text {
    color: #6B0C17;
}

/*чекбокс в корзине*/

.checkLineString.total-change {
    cursor: pointer;
    margin-bottom: 20px;
}

.checkLineString .check-line:before {
    width: 20px;
    height: 20px;
    left: -10px;
    top: -5px;
}

.checkLineString .check-line {
    width: 28px;
    height: 11px;
    float: right;
    top: 5px;
}

.checkLineString.total-change .check-block {
    margin: 0;
    float: none;
}

.checkLineString.total-change .check-block label {
    width: 100%;
    font-weight: normal;
}

.checkLineString.total-change .total-change .text {
    margin-bottom: 0;
}

#betLiveTable .modal-dialog {
    margin: 18px !important;
}

#betStatTable .modal-dialog {
    margin: 18px !important;
}

#betLiveTable .close-btn,
#betStatTable .close-btn{
    position: absolute;
    background: url(../images/close.svg) 0 0 no-repeat !important;
    width: 30px !important;
    height: 30px !important;
    background-size: cover !important;
    right: -15px !important;
    top: -15px !important;
    border: none;
    border-radius: 50%;
    z-index: 100;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

#betStatTable .close-section{
    display: none;
}

#betStatTable{
    overflow: auto;
    overflow-x: hidden;

}

@media screen and (max-width: 414px) {
    #betStatTable .modal-dialog {
        margin: 0 !important;
    }
    #betStatTable .modal-body{
        padding: 0;
    }
    #betStatTable .modal-content{
        border: none;
        border-radius: 0;
        /*height: calc(100vh - 40px);*/

        height: calc(100vh);
        height: calc(var(--vh, 1vh) * 100);
    }
    #betStatTable .close-btn{
        display: none;
    }
    #betStatTable .close-section{
        display:block;
        position: fixed;
        width: 100%;
        bottom: 0;
        text-align: center;
        z-index: 2;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9d9d9+0,ffffff+29&0.85+0,1+100 */
        background: -moz-linear-gradient(top,  rgba(217,217,217,0.85) 0%, rgba(255,255,255,0.89) 29%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(217,217,217,0.85) 0%,rgba(255,255,255,0.89) 29%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(217,217,217,0.85) 0%,rgba(255,255,255,0.89) 29%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9d9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }
    #betStatTable .close-section button{
        padding: 10px;
        color: #882211;
        border: none;
        background: transparent;
        width: 100%;
    }
    #betStatTable #h2hcustom{
        max-height: 100%;
       height: 100%;
    }
    #betStatTable iframe{
        height: 94% !important;
    }
}




.betWindowBody {
    overflow-y: scroll;
}

.sr-bb .sr-custom-headtohead__content {
    padding: 16px 0 !important;
}

.srm-firstRow .sr-livetable__tableCell.srm-borderLeft.srm-w40.srm-semibold span {
    width: auto;
}

/*bannerSlider*/

.bannerSlider{
    position: relative;
    padding-bottom: 41.1764705882%;
}

.bannerSliderIn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bannerSlider .owl-controls,
.bannerSlider-pager {
    position: absolute;
    top: 0;
    height: 100%;
    width: 10px;
    left: 10px;
    margin: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}

.bannerSlider .owl-dots {
    position: absolute;
    width: 10px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 1px;
}

.bannerSlider .owl-dot {
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 50%;
    display: block;
    margin: 3px auto 2px auto;
    opacity: 0.6;
}

.bannerSlider .owl-dot.active {
    background: #a33c33;
}

#vsmBetslipButtonContainer {
    width: calc(100% + 20px) !important;
    left: -10px !important;
}

.icon-ezugigames {
    background-image: url('/mobile/templates/mobile_uiux/images/ezugigames.svg');
}
.icon-ezugigames.active {
    background-position: 0 0;
}
.expressSummaryGain {
    font-size: 12px;
}

.logControls {
    padding: 20px 0;
}

.betControls {
    margin: -15px 0 20px 0;
    text-align: left;
}
.betControls .red_button {
    position: relative;
}


#vsm-widget .vsm-menu-container.vsm-menu-active {
    top: 40px !important;
    position: absolute;
}

.live_casino_result {
    border: 1px solid black;
    text-align: center;
    font-size: 11px;
    margin: 25px auto;
}

.live_casino_result tr {
    text-align: center;
}

.live_casino_result tr td {
    padding: 5px;
    border: 1px solid black;
}

/* Спец предложения начало */
.special-express-title {
    font-size: 12px;
    color: #fff;
    background: #424242;
    padding: 0 15px;
}

.special-express-title span {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.special-express-title span:nth-of-type(1) {
    float: left;
}

.special-express-title span:nth-of-type(2) {
    float: right;
}

.special-express-item {
    padding: 5px 15px;
    color: #424242;
    background: #F4F4F4;
}

.special-express-item.total {
    background: #C7C7C7;
}

.special-express-item:nth-of-type(odd) {
    background: #DDDDDD;
}

.special-express-item-content {
    float: left;
    width: calc(100% - 50px);
}

.special-express-item-kf {
    float: right;
    width: 50px;
    text-align: right;
    font-size: 16px;
    padding-top: 15px;
}

.special-express-item-date {
    font-size: 12px;
}

.special-express-item-match {
    font-size: 14px;
}

.special-express-item-match span {
    color: #862216;
}

.special-express-total-kf,
.special-express-total-spec {
    color: #000;
    font-family: 'Open Sansbold';
    font-size: 14px;
    white-space: nowrap;
}

.special-express-desc {
    font-size: 12px;
}

.special-express-bid-wrap {
    padding-top: 5px;
}

.special-express-bid-wrap .red_button {
    margin-top: 24px;
    margin-left: 7px;
}

.special-express-bid-wrap .input-wrap {
    float: left;
    width: 110px;
}

.special-express-bid-wrap .input-wrap input {
    display: block;
    width: 100%;
    border: 1px solid #862417;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 10px;
    height: 34px;
}

.special-express-bid-wrap span {
    display: block;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    white-space: nowrap;
}

/* Спец предложения нконец */

/*Линия статистика иконка BEGIN*/

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

.matchLineInform .lcol-name {
    font-size: 15px;
    line-height: 16px;

}

.matchLineInform .lcol-name .l-ico {
    margin: 0 10px 0 0;
}

.matchLineInform .rcol-icos {
    float: right;
    display: flex;
}

.matchLineInform .rcol-icos .svg-ico-stat {
    margin: 0 0 0 5px;
}

/*Линия статистика иконка END*/

/* Mobile broadcast */

.mobile-broadcast-controls-wrap {
    position: relative;
    background: #6B0C17;
    height: 32px;
    border-top: 1px solid #aa4b43;
    z-index: 10;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 4px 2px rgba(0, 0, 0, 0.25);
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls {
    position: absolute;
    width: 131px;
    top: 1px;
    right: 0;
    height: 31px;
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls::after {
    content: "";
    display: table;
    clear: both;
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls .broadcast-control-btn {
    display: block;
    float: left;
    width: 31px;
    height: 30px;
    position: relative;
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls .broadcast-control-btn span {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 20px;
    background-position: center -20px;
    background-repeat: no-repeat;
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls .broadcast-control-btn.active span {
    background-position: center 0 !important;
    background-repeat: no-repeat;
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls .broadcast-control-btn.broadcast-open {
    background-color: #a33c33;
    border-right: 1px solid #870b0a;
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls .broadcast-control-btn.broadcast-open span {
    background-image:  url(/mobile/templates/mobile_uiux/images/trans_tv.svg);
    background-size: 18px;
    width: 18px;
    height: 18px;
    background-position: center -18px;
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls .broadcast-control-btn.broadcast-open.active span {
    background-position: center 0;
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls .broadcast-control-btn.broadcast-pin {
    background-color: #a33c33;
    border-right: 1px solid #870b0a;
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls .broadcast-control-btn.broadcast-pin span {
    background-image:  url(/mobile/templates/mobile_uiux/images/trans_pin.svg);
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls .broadcast-control-btn.broadcast-sport {
    background-color: #a33c33;
    border-right: 1px solid #870b0a;
    width: 38px;
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls .broadcast-control-btn.broadcast-sport span {
    width: 26px;
    height: 19px;
    background-size: 26px;
    background-position: center -19px;
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls .broadcast-control-btn.broadcast-sport.sport-1 span {
    background-image:  url(/mobile/templates/mobile_uiux/images/trans_football.svg);
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls .broadcast-control-btn.broadcast-sport.sport-2 span {
    background-image:  url(/mobile/templates/mobile_uiux/images/trans_hoccey.svg);
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls .broadcast-control-btn.broadcast-sport.sport-3 span {
    background-image:  url(/mobile/templates/mobile_uiux/images/trans_tennis.svg);
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls .broadcast-control-btn.broadcast-close {
    background-color: #6B0C17;
}

.mobile-broadcast-controls-wrap .mobile-broadcast-controls .broadcast-control-btn.broadcast-close span {
    background-image:  url(/mobile/templates/mobile_uiux/images/trans_close.svg);
}

.mobile-broadcast-controls-wrap .mobile-broadcast-category {
    width: calc(100% - 131px);
    height: 31px;
    overflow: hidden;
}

.video-broadcast-slider .broadcast-category-item a {
    display: block;
    width: 36px;
    height: 30px;
}

.video-broadcast-slider .broadcast-category-item.sport-0 a {
    background: url(/img/sport_icons/0.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-1 a {
    background: url(/img/sport_icons/1.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-2 a {
    background: url(/img/sport_icons/2.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-3 a {
    background: url(/img/sport_icons/3.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-4 a {
    background: url(/img/sport_icons/4.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-5 a {
    background: url(/img/sport_icons/5.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-6 a {
    background: url(/img/sport_icons/6.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-7 a {
    background: url(/img/sport_icons/7.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-8 a {
    background: url(/img/sport_icons/8.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-9 a {
    background: url(/img/sport_icons/9.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-10 a {
    background: url(/img/sport_icons/10.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-11 a {
    background: url(/img/sport_icons/11.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-12 a {
    background: url(/img/sport_icons/12.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-13 a {
    background: url(/img/sport_icons/13.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-14 a {
    background: url(/img/sport_icons/14.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-15 a {
    background: url(/img/sport_icons/15.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-16 a {
    background: url(/img/sport_icons/16.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-17 a {
    background: url(/img/sport_icons/17.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-18 a {
    background: url(/img/sport_icons/18.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-19 a {
    background: url(/img/sport_icons/19.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-20 a {
    background: url(/img/sport_icons/20.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-21 a {
    background: url(/img/sport_icons/21.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-22 a {
    background: url(/img/sport_icons/22.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-23 a {
    background: url(/img/sport_icons/23.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-24 a {
    background: url(/img/sport_icons/24.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-25 a {
    background: url(/img/sport_icons/25.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-26 a {
    background: url(/img/sport_icons/26.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-27 a {
    background: url(/img/sport_icons/27.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-28 a {
    background: url(/img/sport_icons/28.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-29 a {
    background: url(/img/sport_icons/29.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-30 a {
    background: url(/img/sport_icons/30.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-31 a {
    background: url(/img/sport_icons/31.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-32 a {
    background: url(/img/sport_icons/32.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-33 a {
    background: url(/img/sport_icons/33.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-34 a {
    background: url(/img/sport_icons/34.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-35 a {
    background: url(/img/sport_icons/35.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-36 a {
    background: url(/img/sport_icons/36.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-37 a {
    background: url(/img/sport_icons/37.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-38 a {
    background: url(/img/sport_icons/38.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-39 a {
    background: url(/img/sport_icons/39.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-40 a {
    background: url(/img/sport_icons/40.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-41 a {
    background: url(/img/sport_icons/41.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-42 a {
    background: url(/img/sport_icons/42.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-43 a {
    background: url(/img/sport_icons/43.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-44 a {
    background: url(/img/sport_icons/44.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-45 a {
    background: url(/img/sport_icons/45.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-46 a {
    background: url(/img/sport_icons/46.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-47 a {
    background: url(/img/sport_icons/47.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-48 a {
    background: url(/img/sport_icons/48.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-49 a {
    background: url(/img/sport_icons/49.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-50 a {
    background: url(/img/sport_icons/50.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-51 a {
    background: url(/img/sport_icons/51.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-52 a {
    background: url(/img/sport_icons/52.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-53 a {
    background: url(/img/sport_icons/53.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-54 a {
    background: url(/img/sport_icons/54.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-55 a {
    background: url(/img/sport_icons/55.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-56 a {
    background: url(/img/sport_icons/56.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-57 a {
    background: url(/img/sport_icons/57.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-58 a {
    background: url(/img/sport_icons/58.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-59 a {
    background: url(/img/sport_icons/59.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-60 a {
    background: url(/img/sport_icons/60.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-61 a {
    background: url(/img/sport_icons/61.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-62 a {
    background: url(/img/sport_icons/62.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-63 a {
    background: url(/img/sport_icons/63.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-64 a {
    background: url(/img/sport_icons/64.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-65 a {
    background: url(/img/sport_icons/65.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-66 a {
    background: url(/img/sport_icons/66.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-67 a {
    background: url(/img/sport_icons/67.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-68 a {
    background: url(/img/sport_icons/68.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-69 a {
    background: url(/img/sport_icons/69.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-70 a {
    background: url(/img/sport_icons/70.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-71 a {
    background: url(/img/sport_icons/71.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-72 a {
    background: url(/img/sport_icons/72.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-73 a {
    background: url(/img/sport_icons/73.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-74 a {
    background: url(/img/sport_icons/74.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-75 a {
    background: url(/img/sport_icons/75.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-76 a {
    background: url(/img/sport_icons/76.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-77 a {
    background: url(/img/sport_icons/77.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-78 a {
    background: url(/img/sport_icons/78.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-79 a {
    background: url(/img/sport_icons/79.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-80 a {
    background: url(/img/sport_icons/80.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-81 a {
    background: url(/img/sport_icons/81.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-82 a {
    background: url(/img/sport_icons/82.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-83 a {
    background: url(/img/sport_icons/83.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-84 a {
    background: url(/img/sport_icons/84.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-85 a {
    background: url(/img/sport_icons/85.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-86 a {
    background: url(/img/sport_icons/86.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-87 a {
    background: url(/img/sport_icons/87.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-88 a {
    background: url(/img/sport_icons/88.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-89 a {
    background: url(/img/sport_icons/89.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-90 a {
    background: url(/img/sport_icons/90.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-91 a {
    background: url(/img/sport_icons/91.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-92 a {
    background: url(/img/sport_icons/92.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-93 a {
    background: url(/img/sport_icons/93.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-94 a {
    background: url(/img/sport_icons/94.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-95 a {
    background: url(/img/sport_icons/95.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-96 a {
    background: url(/img/sport_icons/96.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-97 a {
    background: url(/img/sport_icons/97.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-98 a {
    background: url(/img/sport_icons/98.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-99 a {
    background: url(/img/sport_icons/99.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-100 a {
    background: url(/img/sport_icons/100.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-101 a {
    background: url(/img/sport_icons/101.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-102 a {
    background: url(/img/sport_icons/102.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-103 a {
    background: url(/img/sport_icons/103.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-104 a {
    background: url(/img/sport_icons/104.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-105 a {
    background: url(/img/sport_icons/105.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-106 a {
    background: url(/img/sport_icons/106.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-107 a {
    background: url(/img/sport_icons/107.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-108 a {
    background: url(/img/sport_icons/108.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-109 a {
    background: url(/img/sport_icons/109.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-110 a {
    background: url(/img/sport_icons/110.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-111 a {
    background: url(/img/sport_icons/111.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-112 a {
    background: url(/img/sport_icons/112.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-113 a {
    background: url(/img/sport_icons/113.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-114 a {
    background: url(/img/sport_icons/114.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-115 a {
    background: url(/img/sport_icons/115.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-116 a {
    background: url(/img/sport_icons/116.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-117 a {
    background: url(/img/sport_icons/117.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-118 a {
    background: url(/img/sport_icons/118.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-119 a {
    background: url(/img/sport_icons/119.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-120 a {
    background: url(/img/sport_icons/120.png?321) no-repeat center center;
}
.video-broadcast-slider .broadcast-category-item.sport-123 a {
    background: url(/img/sport_icons/123.png?321) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-126 a {
    background: url(/img/sport_icons/126.png?321) no-repeat center center;
}
.video-broadcast-slider .broadcast-category-item.sport-127 a {
    background: url(/img/sport_icons/127.png?321) no-repeat center center;
}
.video-broadcast-slider .broadcast-category-item.sport-131 a {
    background: url(/img/sport_icons/131.png) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-135 a {
    background: url(/img/sport_icons/135.png) no-repeat center center;
}
.video-broadcast-slider .broadcast-category-item.sport-136 a {
    background: url(/img/sport_icons/136.png) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-138 a {
    background: url(/img/sport_icons/138.png) no-repeat center center;
}
.video-broadcast-slider .broadcast-category-item.sport-139 a {
    background: url(/img/sport_icons/139.png) no-repeat center center;
}
.video-broadcast-slider .broadcast-category-item.sport-140 a {
    background: url(/img/sport_icons/140.png) no-repeat center center;
}
.video-broadcast-slider .broadcast-category-item.sport-141 a {
    background: url(/img/sport_icons/141.png) no-repeat center center;
}
.video-broadcast-slider .broadcast-category-item.sport-142 a {
    background: url(/img/sport_icons/142.png) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-143 a {
    background: url(/img/sport_icons/143.png) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-144 a {
    background: url(/img/sport_icons/144.png) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item.sport-145 a {
    background: url(/img/sport_icons/145.png) no-repeat center center;
}
.video-broadcast-slider .broadcast-category-item.sport-146 a {
    background: url(/img/sport_icons/146.png) no-repeat center center;
}

.video-broadcast-slider .broadcast-category-item a {
    background-size: 28px !important;
    background-position-y: 1px !important;
}

.mobile-broadcast-accordion .mobile-broadcast-accordion-title {
    position: relative;
    height: 33px;
    padding-left: 48px;
    padding-right: 20px;
    cursor: pointer;
    background: #979797;
    border-bottom: 1px solid #757575;
}

.mobile-broadcast-accordion .mobile-broadcast-accordion-title span {
    display: block;
    text-transform: uppercase;
    font-family: open sans;
    font-size: 15px;
    line-height: 33px;
    color: #000;
}

.mobile-broadcast-accordion .mobile-broadcast-accordion-title::before {
    content: '';
    display: block;
    position: absolute;
    height: 33px;
    width: 48px;
    top: 0;
    left: 0;
}
.mobile-broadcast-accordion .mobile-broadcast-accordion-item.active-broadcast {
    background: #fabbb5 !important;
}


.mobile-broadcast-accordion.sport-0 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/0.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-1 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/1.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-2 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/2.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-3 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/3.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-4 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/4.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-5 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/5.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-6 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/6.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-7 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/7.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-8 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/8.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-9 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/9.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-10 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/10.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-11 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/11.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-12 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/12.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-13 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/13.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-14 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/14.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-15 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/15.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-16 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/16.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-17 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/17.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-18 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/18.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-19 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/19.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-20 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/20.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-21 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/21.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-22 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/22.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-23 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/23.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-24 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/24.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-25 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/25.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-26 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/26.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-27 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/27.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-28 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/28.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-29 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/29.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-30 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/30.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-31 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/31.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-32 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/32.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-33 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/33.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-34 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/34.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-35 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/35.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-36 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/36.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-37 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/37.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-38 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/38.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-39 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/39.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-40 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/40.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-41 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/41.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-42 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/42.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-43 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/43.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-44 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/44.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-45 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/45.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-46 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/46.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-47 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/47.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-48 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/48.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-49 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/49.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-50 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/50.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-51 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/51.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-52 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/52.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-53 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/53.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-54 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/54.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-55 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/55.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-56 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/56.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-57 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/57.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-58 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/58.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-59 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/59.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-60 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/60.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-61 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/61.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-62 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/62.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-63 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/63.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-64 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/64.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-65 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/65.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-66 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/66.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-67 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/67.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-68 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/68.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-69 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/69.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-70 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/70.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-71 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/71.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-72 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/72.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-73 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/73.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-74 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/74.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-75 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/75.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-76 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/76.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-77 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/77.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-78 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/78.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-79 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/79.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-80 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/80.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-81 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/81.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-82 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/82.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-83 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/83.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-84 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/84.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-85 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/85.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-86 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/86.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-87 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/87.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-88 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/88.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-89 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/89.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-90 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/90.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-91 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/91.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-92 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/92.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-93 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/93.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-94 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/94.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-95 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/95.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-96 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/96.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-97 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/97.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-98 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/98.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-99 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/99.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-100 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/100.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-101 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/101.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-102 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/102.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-103 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/103.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-104 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/104.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-105 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/105.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-106 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/106.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-107 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/107.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-108 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/108.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-109 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/109.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-110 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/110.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-111 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/111.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-112 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/112.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-113 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/113.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-114 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/114.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-115 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/115.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-116 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/116.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-117 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/117.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-118 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/118.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-119 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/119.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-120 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/120.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-121 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/121.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-122 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/122.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-123 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/123.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-124 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/124.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-125 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/125.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-126 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/126.png?321) no-repeat center 1px;
    background-size: 30px;
}
.mobile-broadcast-accordion.sport-127 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/127.png?321) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-131 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/131.png) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-135 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/135.png) no-repeat center 1px;
    background-size: 30px;
}
.mobile-broadcast-accordion.sport-136 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/136.png) no-repeat center 1px;
    background-size: 30px;
}
.mobile-broadcast-accordion.sport-138 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/138.png) no-repeat center 1px;
    background-size: 30px;
}
.mobile-broadcast-accordion.sport-139 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/139.png) no-repeat center 1px;
    background-size: 30px;
}
.mobile-broadcast-accordion.sport-140 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/140.png) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-141 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/141.png) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-142 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/142.png) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-143 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/143.png) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-144 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/144.png) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-145 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/145.png) no-repeat center 1px;
    background-size: 30px;
}

.mobile-broadcast-accordion.sport-146 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/146.png) no-repeat center 1px;
    background-size: 30px;
}


.mobile-broadcast-empty {
    display: none;
    text-align: center;
    color: #ffffff;
    padding: 30px 10px
}

.mobile-broadcast-empty.visible {
    display: block;
}

.broadcast-access-err {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/mobile/templates/mobile_uiux/images/broadcast-access-err-bg.png');
    background-size: cover;
    min-height: 185px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.broadcast-access-err-title {
    text-align: center;
    margin-bottom: 7px;
    display: none;
}
.broadcast-access-err-title .err-icon {
    /*display: inline-block;*/
    display: none;
    vertical-align: top;
    width: 28px;
    height: 30px;
    background: url('/img/account_management/warning_vip.svg');
    background-size: cover;
    margin-right: 9px;
}

.broadcast-access-err-title .err-title {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.broadcast-access-err-desc {
    margin-bottom: 15px;
    padding: 10px 0 0 0;
}

.broadcast-access-err-desc .login {
    display: block;
    font-family: open sans;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px
}

.broadcast-access-err-desc .login a {
    color: #fff;
}

.broadcast-access-err-desc .sign-in {
    display: block;
    font-family: open sans;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

.broadcast-access-err-desc .sign-in a {
    color: #F5C945;
}

.broadcast-err-btns {
    text-align: center;
}

.broadcast-err-btns .gold_button {
    min-width: auto;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 15px 6px;
    margin: 0 5px 10px 0;
}

.broadcast-err-btns .user-action-btn{
    min-width: auto;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 15px 6px;
    margin: 0 0 10px 0;
    box-shadow: 0 2px 0 #f4c852;
    border-radius: 4px;
    color: #000;
    text-shadow: 1px 1px 1px #f4c852;
    text-transform: uppercase;
    background-color: #f4c852;
    background-image: linear-gradient(180deg, #f4c852 0%, #fdb330 100%);
    background-image: -webkit-linear-gradient(top, #f4c852 0%, #fdb330 100%)
}

/* Mobile broadcast */

.mobile-broadcast-accordion .mobile-broadcast-accordion-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 12px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent url('/mobile/templates/mobile_uiux/images/arrow_right.svg') no-repeat center center;
    background-size: cover;
    transition: all .2s ease;
}

.mobile-broadcast-accordion.opened .mobile-broadcast-accordion-title::after {
    transform: rotate(90deg);
    margin-top: -5px;
}

.mobile-broadcast-accordion .mobile-broadcast-accordion-content {
    display: none;
}
.mobile-broadcast-accordion .mobile-broadcast-accordion-content.app {
    display: block;
}
.live_videos-in {
    display: none;
}
.live_videos-in.loaded {
    display: block;
}

.mobile-broadcast-accordion .mobile-broadcast-accordion-item {
    position: relative;
    padding: 10px 15px;
    background: #f4f4f4;
    cursor: pointer;
}

.mobile-broadcast-accordion .mobile-broadcast-accordion-item:nth-child(even) {
    background: #ddd;
}

.mobile-broadcast-accordion .mobile-broadcast-accordion-item::after {
    content: "";
    display: table;
    clear: both;
}

.mobile-broadcast-accordion .mobile-broadcast-accordion-item .mobile-broadcast-match-thumb {
    display: block;
    border-radius: 5px;
    float: left;
    width: 120px;
    height: 66px;
    margin-right: 20px;
    overflow: hidden;
}

.mobile-broadcast-accordion .mobile-broadcast-accordion-item .mobile-broadcast-match-info {
    display: block;
    float: left;
    width: calc(100% - 140px);
    font-family: open sans;
    color: #424242;
    font-size: 12px;
    line-height: 16px;
}

.mobile-broadcast-accordion .mobile-broadcast-accordion-item .mobile-broadcast-match-info span {
    display: block;
    font-family: open sans;
    color: #6B0C17;
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;
}

.mobile-broadcast-match-dropdown {
    position: absolute;
    z-index: 200;
    width: 100%;
    display: none;
}
.mobile-broadcast-match-dropdown.app {
    display: block;
}
.mobile-broadcast-match-dropdown-content .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.mobile-broadcast-match-dropdown-content .mCSB_scrollTools .mCSB_draggerRail {
    opacity: 0;
}

.mobile-broadcast-match-dropdown-content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mobile-broadcast-match-dropdown-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #242424;
}

.mobile-broadcast-match-dropdown-content .mCSB_scrollTools {
    width: 10px;
}
.mobile-broadcast-match-dropdown-title {
    position: relative;
    height: 24px;
    background: #ececec;
    border: 1px solid #a9a9a9;
    padding: 0 15px;
    font-family: open sans;
    color: #000;
    font-size: 13px;
    line-height: 24px;
    cursor: pointer;
}

.mobile-broadcast-match-dropdown-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 6px;
    background: url(/mobile/templates/mobile_uiux/images/arrow_gray_bottom.svg);
    background-size: cover;
    transform: rotate(-90deg);
    transition: all .2s ease;
    right: 10px;
    top: 9px;
}

.mobile-broadcast-match-dropdown-title.opened::after {
    transform: rotate(0deg);
}
.mobile-broadcast-match-dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 250px;
    overflow-y: scroll;
    top: 24px;
    left: 0;
    background: #fff;
    border: 1px solid #ededed;
    border-top: none;
    z-index: 101;
}
.mobile-broadcast-match-dropdown-content.app {
    display: block;
}

.mobile-broadcast-match-dropdown-content ul {
    margin: 0;
    padding: 0;
}

.mobile-broadcast-match-dropdown-content ul li {
    display: block;
    padding: 8px 15px;
    background-color: #f4f4f4;
}

.mobile-broadcast-match-dropdown-content ul li:nth-child(2n){
    background-color: #dddddd;
}

.mobile-broadcast-match-dropdown-content ul li a {
    color: #000;
    font-family: 'Open Sansbold';
    font-size: 12px;
    text-decoration: none;
}

.mobile-broadcast-match-dropdown-content ul li a:hover {
    text-decoration: underline;
}

.mobile-broadcast-match-dropdown-content ul li a span {
    font-size: 11px;
    font-weight: normal;
    color: #6B0C17;
}

.mobile-broadcast-play-btn {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 20;
    width: 120;
    height: 66px;
    border-radius: 5px;
    top: 10px;
    left: 15px;
}

.mobile-broadcast-play-btn::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100%;
    background: rgba(0, 0, 0, .5);
    border: 2px solid rgba(255, 255, 255, .5);
    top: 50%;
    left: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
}

.mobile-broadcast-play-btn::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 15px;
    border-color: transparent transparent transparent rgba(255, 255, 255, .5);
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
}

.active-broadcast .mobile-broadcast-play-btn::after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 18px;
    top: 50%;
    left: 50%;
    border-width: 0;
    border-color: rgba(255, 255, 255, .5);
    border-left: 4px solid rgba(255, 255, 255, .5);
    border-right: 4px solid rgba(255, 255, 255, .5);
    margin-left: -2px;
}

.ico-field.ico-field1, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_1 {
    background: url("/img/active_soccer.svg") no-repeat;
    background-size: 100% 100%;
}

.ico-field.ico-field3, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_3 {
    background: url("/img/active_tennis.svg") no-repeat;
    background-size: 100% 100%
}


.ico-field.ico-field10, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_10 {
    background: url("/img/active_volleyball.svg") no-repeat;
    background-size: 100% 100%
}

.ico-field.ico-field5, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_5 {
    background: url("/img/active_basketball.svg") no-repeat;
    background-size: 100% 100%
}

.ico-field.ico-field2, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_2 {
    background: url("/img/active_hockey.svg") no-repeat;
    background-size: 100% 100%
}

.ico-field.ico-field60, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_60 {
    background: url("/img/active_beach_volleyball.svg") no-repeat;
    background-size: 100% 100%
}

.ico-field.ico-field51, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_51 {
    background: url("/img/active_badminton.svg") no-repeat;
    background-size: 100% 100%
}

.ico-field.ico-field29, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_29 {
    background: url("/img/active_baseball.svg") no-repeat;
    background-size: 100% 100%
}

.ico-field.ico-field9, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_9 {
    background: url("/img/active_handball.svg") no-repeat;
    background-size: 100% 100%
}

.ico-field.ico-field47, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_47 {
    background: url("/img/active_darts.svg") no-repeat;
    background-size: 100% 100%;
}

.ico-field.ico-field32, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_32 {
    background: url("/img/active_rugby.svg") no-repeat;
    background-size: 100% 100%;
}


.ico-field.ico-field46, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_46 {
    background: url("/img/active_rugby.svg") no-repeat;
    background-size: 100% 100%;
}

.ico-field.ico-field85, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_85 {
    background: url("/img/active_rugby.svg") no-repeat;
    background-size: 100% 100%;
}

.ico-field.ico-field101, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_101 {
    background: url("/img/active_rugby.svg") no-repeat;
    background-size: 100% 100%;
}


.ico-field.ico-field6, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_6{
    background: url("/img/active_american_football.svg") no-repeat;
    background-size: 100% 100%;
}

.ico-field.ico-field73, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_73{
    background: url("/img/active_cricket.svg") no-repeat;
    background-size: 100% 100%;
}


.ico-field.ico-field140, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_140{
    background: url("/img/active_e-basketball.svg") no-repeat;
    background-size: 100% 100%;
}

.ico-field.ico-field141, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_141{
    background: url("/img/active_e-ice_hockey.svg") no-repeat;
    background-size: 100% 100%;
}


.ico-field.ico-field138, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_138{
    background: url("/img/active_e-soccer.svg") no-repeat;
    background-size: 100% 100%;
}


.ico-field.ico-field33, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_33{
    background: url("/img/active_formula_1.svg") no-repeat;
    background-size: 100% 100%;
}

.ico-field.ico-field11, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_11{
    background: url("/img/active_futsal.svg") no-repeat;
    background-size: 100% 100%;
}

.ico-field.ico-field90, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_90{
    background: url("/img/active_golf.svg") no-repeat;
    background-size: 100% 100%;
}

.ico-field.ico-field129, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_129{
    background: url("/img/active_kabaddi.svg") no-repeat;
    background-size: 100% 100%;
}


.ico-field.ico-field96, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_96{
    background: url("/img/active_mma.svg") no-repeat;
    background-size: 100% 100%;
}

.ico-field.ico-field93, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_93{
    background: url("/img/active_shar.svg") no-repeat;
    background-size: 100% 100%;
}

.ico-field.ico-field4, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_4{
    background: url("/img/active_snooker.svg") no-repeat;
    background-size: 100% 100%;
}


.ico-field.ico-field123, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_123{
    background: url("/img/active_sqyash.svg") no-repeat;
    background-size: 100% 100%;
}

.ico-field.ico-field40, .video-section .controlsLine .col1 .item.viewType2 .svg-ico-mt_40{
    background: url("/img/active_table_tennis.svg") no-repeat;
    background-size: 100% 100%;
}



/*виджет ЧМ*/

.mobileWrapper_slider {
    border-bottom: 1px solid #812010;
}

.wcup_vidget {
    font-family: 'open sans', sans-serif;
    background: url("/mobile/templates/mobile_uiux/images/blue_bg.jpg") 0 0 repeat;
    background-size: 206px auto;
}

.wcup_vidget .head-title {
    display: block;
    padding: 8px 10px;
    color: #ffffff;
    text-transform: uppercase;
    background: url("/mobile/templates/mobile_uiux/images/wc-title-bg.png") 0 0 no-repeat;
    height: 37px;
    background-size: cover;
    text-decoration: none;
    position: relative;
}

.wcup_vidget .head-title:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background: transparent url("/mobile/templates/mobile_uiux/images/arrow_right.svg") no-repeat center center;
}

.wcup_vidget .head-title span {
    display: inline-block;
    background: url("/mobile/templates/mobile_uiux/images/ball_wc.png") 4px 0 no-repeat;
    padding: 0 0 0 32px;
    background-size: 21px 21px;
}

.wcup_vidget .wc-game-block {
    display: block;
    padding: 12px 10px;
    text-decoration: none;
    position: relative;
}

.wcup_vidget .wc-game-block.live:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.1);
    display: block;

}

.wcup_vidget .wc-game-block:before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background: url("/mobile/templates/mobile_uiux/images/hr_wc.png") center 0 no-repeat;
    content: "";
    background-size: cover;
}

.wcup_vidget .wc-game-block .wc-panel-block {
    background: url("/mobile/templates/mobile_uiux/images/blue_wc.png") center 0 no-repeat;
    margin: 0 auto;
    height: 81px;
    width: 300px;
    position: relative;
    transform: scale(1);
}

.wcup_vidget .wc-game-block.live .wc-panel-block {
    background: url("/mobile/templates/mobile_uiux/images/red_wc.png") center 0 no-repeat;
    height: 81px;
    width: 300px;
    position: relative;
}

.wcup_vidget .wc-game-block .wc-panel-block .title {
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    padding-top: 4px;
}

.wcup_vidget .wc-game-block .wc-panel-block .title a{
    text-decoration: none;
    color: #ffffff;
}

.wcup_vidget .wc-game-block .wc-panel-block .live {
    position: absolute;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    top: 0;
    left: -10px;
    letter-spacing: 1px;
}

.wcup_vidget .wc-game-block .wc-panel-block .live:before {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -12px;
    top: 5px;
    background: #F5C945;
}

.wcup_vidget .wc-game-block .wc-panel-block .num {
    position: absolute;
    color: #c7c7c7;
    font-size: 13px;
    text-transform: uppercase;
    top: -10px;
    right: -30px;
    padding: 10px;
    text-decoration: none;
}

.wcup_vidget .wc-game-block.live .wc-panel-block .num {
    color: #ffffff;

}

.wcup_vidget .wc-game-block.live .wc-panel-block .flag {
    border: 1px solid #6B0C17;
}

.wcup_vidget .wc-game-block .wc-panel-block .flag {
    width: 49px;
    height: 49px;
    border: 1px solid #2f587d;
    border-radius: 50%;
    position: absolute;
}

.wcup_vidget .wc-game-block .wc-panel-block .flag.left {
    left: -25px;
    top: 20px;
}

.wcup_vidget .wc-game-block .wc-panel-block .flag.right {
    right: -25px;
    top: 20px;
}

.wcup_vidget .wc-game-block .wc-panel-block .team-name {
    position: relative;
}

.wcup_vidget .wc-game-block .wc-panel-block .team-name .vs {
    position: absolute;
    width: 20px;
    left: 50%;
    top: 3px;
    margin-left: -10px;
    font-family: 'Open Sansbold';
    font-style: italic;
    color: #ffffff;
    text-align: center;
}

.wcup_vidget .wc-game-block .wc-panel-block .team-name .name {
    float: left;
    width: 112px;
    text-transform: uppercase;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wcup_vidget .wc-game-block .wc-panel-block .team-name .name.left {
    text-align: center;
    padding: 8px 0 0 0;
    margin: 0 15px 0 23px;
}

.wcup_vidget .wc-game-block .wc-panel-block .team-name .name.right {
    text-align: center;
    padding: 8px 0 0 0;
    margin: 0 23px 0 15px;
}

.wcup_vidget .wc-game-block .wc-panel-block .koeff-data .col {
    width: 125px;
    float: left;
    color: #003362;
    font-size: 14px;
    white-space: nowrap;
}
.wcup_vidget .wc-game-block .wc-panel-block .koeff-data.total .col{
    width: 110px;
}


.wcup_vidget .wc-game-block.live .coefficient .odd{
    text-decoration: none;
    color: #000000;
}

.wcup_vidget .wc-game-block .coefficient .odd{
    text-decoration: none;
    color: #003362;
}

.wcup_vidget .wc-game-block .coefficient .coefficient .in_basket {
    color: #6B0C17;
}



.wcup_vidget .wc-game-block.live .wc-panel-block .koeff-data .col {
    color: #000000;
}

.wcup_vidget .wc-game-block .wc-panel-block .koeff-data .col.highlight {
    color: #6B0C17 !important;
}

.wcup_vidget .wc-game-block .wc-panel-block .koeff-data .col:nth-child(1) {
    text-align: right;
    padding: 7px 10px 0 0;
}

.wcup_vidget .wc-game-block .wc-panel-block .koeff-data .col:nth-child(3) {
    text-align: left;
    padding: 7px 0 0 10px;
}

.wcup_vidget .wc-game-block .wc-panel-block .koeff-data .col:nth-child(2) {
    width: 50px;
    text-align: center;
    padding: 7px 0 0 0;
}

.wcup_vidget .wc-game-block .wc-panel-block .koeff-data.total .col:nth-child(2){
    width: 70px;
}

@media (max-width: 340px) {
    .wcup_vidget .wc-game-block .wc-panel-block {
        transform: scale(0.88);
    }

    .wcup_vidget .wc-game-block {
        padding: 6px 10px;
    }
}

/**/
/*настройки безопасности*/

.strong {
    font-family: 'Open Sansbold';
}


.js_secure .text-content {
    font-size: 12px;
}

.js_secure .controls{
    margin: 20px 0 30px 0;
}

.titleAct {
    background-color: #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
}

.titleAct .success-reg-title{
    margin-bottom: 0;
}


.DropList .open .dropdown-menu {
    display: block;
    max-height: 180px;
    overflow-y: scroll;
}

.DropList .open .dropdown-menu li{
    padding: 5px 10px;
}

.DropList .open .dropdown-menu li:last-child{
    border-bottom: none;
}
/*настройки безопасности конец*/

/*video registration*/

.video-reg {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    border:1px solid #ccc;
    margin: 20px 0;
}
.video-reg iframe, .video-reg object, .video-reg embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/*video registration end*/

/* security */

/*bakset tabs start*/
.basket-title-gold{
    display: inline-block;
    padding: 0 0 0 26px;
    background: url("/mobile/templates/mobile_uiux/images/gold_basket.svg") 0 50% no-repeat;
    background-size: 22px auto;
}

.basket-filter-tabs{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.basket-filter-tabs.items3 li{
    width: 33.33333%;
}
.basket-filter-tabs.items2 li{
    width: 50%;
}

.basket-filter-tabs li{
    padding: 5px ;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    float: left;
    color: #eaeaea;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #424242;
    background-color: #aaaaaa;
    box-shadow: inset 0 -8px 10px -6px rgba(0, 0, 0, 0.8);
}





.basket-filter-tabs li:last-child{
    border-right: none;
}
.basket-filter-tabs li:first-child{
    border-left: none;
}

.basket-filter-tabs li.active{
    background-color: #757575;
    color: #ffffff;
    position: relative;
    box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.8);
}

.clear-all-basket{
    padding: 6px;
    text-align: right;
}

.clear-basket-btn{
    display: inline-block;
    background: url("/mobile/templates/mobile_uiux/images/clear_basket.svg") 100% 50% no-repeat;
    padding: 5px 35px 5px 0;
    background-size: 30px auto;
    line-height: 16px;
}

.clear-basket-btn span{
    border-bottom: 1px solid #6B0C17;
    color: #6B0C17;
}

/*bakset tabs end*/

/*.icon_favorites_counter {*/
    /*display: none;*/
    /*position: absolute;*/
    /*width: 14px;*/
    /*height: 14px;*/
    /*border-radius: 50%;*/
    /*left: 50%;*/
    /*top: 4px;*/
    /*margin-left: -2px;*/
    /*background: #c7c7c7;*/
    /*background: -moz-linear-gradient(top, #c7c7c7 0%, #f1f1f1 100%);*/
    /*background: -webkit-linear-gradient(top, #c7c7c7 0%, #f1f1f1 100%);*/
    /*background: linear-gradient(to bottom, #c7c7c7 0%, #f1f1f1 100%);*/
    /*box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.5);*/
    /*font-weight: bold;*/
    /*color: #6B0C17;*/
    /*font-size: 9px;*/
    /*text-align: center;*/
/*}*/

/*.icon_favorites_counter.icon_favorites_counter_active {*/
    /*display: block;*/
/*}*/

#favorites_clear {
    text-transform: none;
    padding: 4px 25px 0 0;
}

#favorites_clear:hover {
    text-decoration: underline;
}

#favorites_blocks .favTitle {
    display: none;
}

/*live table*/
.lh.live-list{
    text-align: left;
    padding: 10px 12px;
}

#live_table .grey_bg{
    background: #979797;
    position: relative;
}

#live_table .grey_bg:before{
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background: transparent url('/mobile/templates/mobile_uiux/images/arrow_right.svg') no-repeat center center;
    transition: all 400ms;
    transform: rotate(0deg);
}

#live_table .grey_bg.open:before{
    transform: rotate(90deg);
}

.live-table-sport-name{
    position: relative;
    padding: 6px 0 0 35px;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
}

.live-table-sport-name img{
    width: 30px;
    position: absolute;
    left: 0;
    top: 1px;
}

#live_table .big_line{
    border-bottom: 1px solid #c7c7c7;
}

#live_table .row2{
    position: relative;
    background-color: #f4f4f4;

}
#live_table .row2.even{
    position: relative;
    background-color: #dddddd;
}

#live_table .row{
    display: flex;
    align-items: center;
}

#live_table .checkbox-block{
    margin-left: 7px;
}


@media (min-width: 320px) and (max-width: 374px) {
    #live_table .checkbox-block{
        margin-left: 3px;
    }
}

#live_table .checkbox-block label{
    margin-bottom: 0;
}

#live_table .game-name.no-icon{
    padding-left: 0;
}

.live-list .yelow{
    color: #F5C945;
}

.icons-line-row{
    display: inline-block;
    white-space: nowrap;
    width: 100%;
}

.icons-line-row .tv-ico{
    margin-left: 4px;
}





.fav-ico{
    background: url("/mobile/templates/mobile_uiux/images/favorites.svg") 0 bottom no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
}



.tv-ico{
    background: url("/mobile/templates/mobile_uiux/images/tv.svg") 0 0 no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    display: inline-block;
    position: relative;
}

.tv-ico-off{
    background-position: 0 bottom;
}


.tv-ico .tv-tooltip {
    position: absolute;
    bottom: 20px;
    right: -22px;
    min-width: 230px;
    padding: 5px 10px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    background: #eaeaea;
    box-shadow: 0 0 8px 0 rgba(50,50,50,.35);
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    color: #000;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    visibility: hidden;
    opacity: 0;
    font-weight: 400;
}

.tv-ico .tv-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    left: 87%;
    bottom: -6px;
    margin-left: -4px;
    border: 6px solid transparent;
    border-top: 6px solid #d7d7d7;
    border-bottom: none;
}

.tv-ico:hover .tv-tooltip {
    bottom: 22px;
    visibility: visible;
    opacity: 1;
}


.value-summ-down{
    position: relative;
    font-size: 12px;
    text-align: center;
    color: #6B0C17;
    padding: 2px 5px;
    border: 1px solid #6B0C17;
    border-radius: 3px;
    display: inline-block;
    float: right;
    min-width: 40px;
}

.value-summ-down span{
    position: relative;
    display: inline-block;

}



/*.value-summ-down:before{
    position: absolute;
    width: 12px;
    height: 7px;
    left: 50%;
    margin: 0 0 0 -6px;
    transition: all 400ms;
    content: "";
    display: block;
    background: url("../arrow_gray_bottom.svg") 0 0  no-repeat;
    background-size: cover;
    bottom: 2px;
}*/


.ico-field{
    display: inline-block;
    width: 26px;
    height: 19px;
    background-position-y: 0px;
    background-position-x: center;
    margin: 0 2px;
    background: url("/img/active_match_tracker.svg") no-repeat;
}

#live_table .game-name{
    line-height: 16px;
    padding-left: 5px;
}
#live_table .game-name .small{
    display: block;
}
#live_table .game-name .lost{
    color: #6B0C17;
}

@media (max-width: 340px) {
    #live_table .game-name{
        padding: 0 0 0 10px;
        font-size: 14px;
    }
}


/*live table end*/


/*Линия статистика иконка*/


.inside-list-page .row2{
    padding: 0.5em 20px;
}

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

.matchLineInform .lcol-name{
    font-size: 15px;
    line-height: 16px;
    padding: 5px 0 2px 0;
}

.matchLineInform .lcol-name .l-ico{
    margin: 0 10px 0 0;
}
.matchLineInform .time{
    float: left;
    line-height: 18px;
}
.matchLineInform .time .small{
    font-size: 15px;
    color: #424242;
}


.matchLineInform .rcol-icos{
    float: right;
    display: flex;
}

.matchLineInform .rcol-icos .icon{
    margin: 0 0 0 10px;
}

.matchLineInform .rcol-icos .svg-ico-stat {
    cursor: pointer;
}

.matchLineInform .match_stat_link span{
    margin-left: 0 !important;
}

.matchLineInform .match_stat_link{
    margin-left: 10px;
}

.stat-ico-num{
    display: inline-block;
    background: url("/mobile/templates/mobile_uiux/images/statistics.svg") 0 0 no-repeat;
    width: 20px;
    height: 18px;
    background-size: cover;
    cursor: pointer;
}

.fav-ico.is_active {
    background-position: 0 0;
}






.mobileLiveTableBtn .livetable-icon-mobile {
    background: url(/mobile/templates/mobile_uiux/images/stat_live_icon.svg) no-repeat 0 0;
    background-size: cover;
    background-position-y: bottom;
    width: 22px !important;
    height: 19px !important;
}




/*виджет ЧМ*/

.mobileWrapper_slider {
    border-bottom: 1px solid #812010;
}

.wcup_vidget {
    font-family: 'open sans', sans-serif;
    background: url("/mobile/templates/mobile_uiux/images/blue_bg.jpg") 0 0 repeat;
    background-size: 206px auto;
}

.wcup_vidget .head-title {
    display: block;
    padding: 8px 10px;
    color: #ffffff;
    text-transform: uppercase;
    background: url("/mobile/templates/mobile_uiux/images/wc-title-bg.png") 0 0 no-repeat;
    height: 37px;
    background-size: cover;
    text-decoration: none;
    position: relative;
}

.wcup_vidget .head-title:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background: transparent url("/mobile/templates/mobile_uiux/images/arrow_right.svg") no-repeat center center;
}

.wcup_vidget .head-title span {
    display: inline-block;
    background: url("/mobile/templates/mobile_uiux/images/ball_wc.png") 4px 0 no-repeat;
    padding: 0 0 0 32px;
    background-size: 21px 21px;
}

.wcup_vidget .wc-game-block {
    display: block;
    padding: 12px 10px;
    text-decoration: none;
    position: relative;
}

.wcup_vidget .wc-game-block.live:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.1);
    display: block;

}

.wcup_vidget .wc-game-block:before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background: url("/mobile/templates/mobile_uiux/images/hr_wc.png") center 0 no-repeat;
    content: "";
    background-size: cover;
}

.wcup_vidget .wc-game-block .wc-panel-block {
    background: url("/mobile/templates/mobile_uiux/images/blue_wc.png") center 0 no-repeat;
    margin: 0 auto;
    height: 81px;
    width: 300px;
    position: relative;
    transform: scale(1);
}

.wcup_vidget .wc-game-block.live .wc-panel-block {
    background: url("/mobile/templates/mobile_uiux/images/red_wc.png") center 0 no-repeat;
    height: 81px;
    width: 300px;
    position: relative;
}

.wcup_vidget .wc-game-block .wc-panel-block .title {
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    padding-top: 4px;
}

.wcup_vidget .wc-game-block .wc-panel-block .live {
    position: absolute;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    top: 0;
    left: -10px;
    letter-spacing: 1px;
}

.wcup_vidget .wc-game-block .wc-panel-block .live:before {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -12px;
    top: 5px;
    background: #F5C945;
}

.wcup_vidget .wc-game-block .wc-panel-block .num {
    position: absolute;
    color: #c7c7c7;
    font-size: 13px;
    text-transform: uppercase;
    top: -10px;
    right: -30px;
    padding: 10px;
    text-decoration: none;
}

.wcup_vidget .wc-game-block.live .wc-panel-block .num {
    color: #ffffff;

}

.wcup_vidget .wc-game-block.live .wc-panel-block .flag {
    border: 1px solid #6B0C17;
}

.wcup_vidget .wc-game-block .wc-panel-block .flag {
    width: 49px;
    height: 49px;
    border: 1px solid #2f587d;
    border-radius: 50%;
    position: absolute;
}

.wcup_vidget .wc-game-block .wc-panel-block .flag.left {
    left: -25px;
    top: 20px;
}

.wcup_vidget .wc-game-block .wc-panel-block .flag.right {
    right: -25px;
    top: 20px;
}

.wcup_vidget .wc-game-block .wc-panel-block .team-name {
    position: relative;
}

.wcup_vidget .wc-game-block .wc-panel-block .team-name .vs {
    position: absolute;
    width: 20px;
    left: 50%;
    top: 3px;
    margin-left: -10px;
    font-family: 'Open Sansbold';
    font-style: italic;
    color: #ffffff;
    text-align: center;
}

.wcup_vidget .wc-game-block .wc-panel-block .team-name .name {
    float: left;
    width: 150px;
    text-transform: uppercase;
    font-size: 14px;
}

.wcup_vidget .wc-game-block .wc-panel-block .team-name .name.left {
    text-align: right;
    padding: 8px 30px 0 0;
}

.wcup_vidget .wc-game-block .wc-panel-block .team-name .name.right {
    text-align: left;
    padding: 8px 0 0 30px;
}

.wcup_vidget .wc-game-block .wc-panel-block .koeff-data .col {
    width: 125px;
    float: left;
    color: #003362;
}

.wcup_vidget .wc-game-block.live .wc-panel-block .koeff-data .col {
    color: #000000;
}

.wcup_vidget .wc-game-block .wc-panel-block .koeff-data .col.highlight {
    color: #6B0C17 !important;
}

.wcup_vidget .wc-game-block .wc-panel-block .koeff-data .col:nth-child(1) {
    text-align: right;
    padding: 7px 10px 0 0;
}

.wcup_vidget .wc-game-block .wc-panel-block .koeff-data .col:nth-child(3) {
    text-align: left;
    padding: 7px 0 0 10px;
}

.wcup_vidget .wc-game-block .wc-panel-block .koeff-data .col:nth-child(2) {
    width: 50px;
    text-align: center;
    padding: 7px 0 0 0;
}

@media (max-width: 340px) {
    .wcup_vidget .wc-game-block .wc-panel-block {
        transform: scale(0.88);
    }

    .wcup_vidget .wc-game-block {
        padding: 6px 10px;
    }
}
/*wc-game-list*/

#vsm-widget .vsm-betslip-button-container {
    overflow: visible !important;
}

.m-result-line {
    display: block;
}


/*bonus*/

.menu-bonus-section{
    border: 1px solid #8cc63f;
    padding: 3px 7px 6px;
    margin: 0 -3px 0 -3px;
    font-size: 12px;
    color: #ffffff;
    position: relative;
}
.menu-bonus-section .title{
    color: #8cc63f;
    font-family: 'Open Sansbold';
    font-size: 14px;
    margin-bottom:2px;
}

.menu-bonus-section .refresh-icon{
    background: url("/mobile/templates/mobile_uiux/images/refresh-white.svg") 0 0 no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
}



.basketBetWindow .modal-dialog {
    margin: 20% auto 0
}

.basketBetWindow .modal-content {
    border-radius: 0;
    padding: 0;
    margin: 0 20px
}

.basketBetWindow .close-btn:focus {
    outline: 0
}

.basketBetWindow .close-btn {
    position: absolute;
    background: url(/mobile/templates/mobile_uiux/images/close.svg) 0 0 no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    right: -15px;
    top: -15px;
    border: 0;
    border-radius: 50%;
    z-index: 100;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75)
}
.BasketBetWindowBody .content{
    padding: 0 0 0 35px;
    background: url("/mobile/templates/mobile_uiux/images/attention.svg") 0 3px no-repeat;
    background-size: 30px auto;
    min-height: 40px;
}

.BasketBetWindowBody .text{
    color: #757575;
}

.BasketBetWindowBody .title{
    font-size: 16px;
    font-family: 'Open Sansbold';
    color: #8cc63f;
    margin-bottom: 5px;
}

.green-text{
    color: #8cc63f;
}

.gray-text{
    color: #b3b3b3;
}

.BasketBetWindowBody a{
    color: #6B0C17;
}

.BasketBetWindowBody .controls{
    text-align: center;
    padding: 5px 0 0 0;
}

.betControls .green_button{
    width: 100%;
}

.green_button {
    background-image: -webkit-linear-gradient(top, #51c851, #46d346 66%, #1f6a1f);
    background-image: -moz-linear-gradient(top, #51c851, #46d346 66%, #1f6a1f);
    background-image: -o-linear-gradient(top, #51c851, #46d346 66%, #1f6a1f);
    background-image: linear-gradient(to bottom, #51c851, #46d346 66%, #1f6a1f);
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 4px;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    text-shadow: 1px 1px 3px #1c6c1c;
    cursor: pointer;
    border: 1px solid #2bc33b;
    line-height: 18px;
    font-size: 16px;

}

.green_button.animate{
    background-size: 400% 400%;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
}
/*bonus end*/

.lang-tr .chat_aside_ico div:nth-of-type(2) {
    width: 55% !important;
}

.lang-zh .chat_aside_ico div:nth-of-type(1) {
    width: 35% !important;
}

.lang-zh .chat_aside_ico div:nth-of-type(2) {
    width: 65% !important;
}

.highlight_wc {
    color: #ed1c24;
    font-family: 'Open Sansbold';
}


/**/

.bestprice-ico{
    width: 20px;
    height: 18px;
    position: absolute;
}


.best-price-icon{
    position: relative;
    width: 20px;
    height: 14px;
    display: inline-block;
}

.best-price-icon .option-tooltip {
    position: absolute;
    bottom: 20px;
    right: -10px;
    width: 230px;
    padding: 5px 10px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    background: #eaeaea;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.35);
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    color: black;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

.best-price-icon:hover .option-tooltip {
    bottom: 22px;
    visibility: visible;
    opacity: 1;
}

/*бонусы и акции*/


.offers .offer-title {
    background: #f2ae1d;
    cursor: pointer;
    font-size: 20px;
    font-family: "PTsans-bold";
    text-transform: uppercase;
    padding: 15px 0 10px;
    display: none;
}
.offers .offer-title .title{
    position: relative;
    padding: 0 20px 0 0;
    display: inline-block;

}


.offers .offer-title .title:before{
    background: url("/img/arrow-tab.png") 0 0 no-repeat;
    position: absolute;
    right: 0;
    top:8px;
    content: "";
    display: block;
    width: 13px;
    height: 8px;
    transform: rotate(-90deg);
    transition: all 400ms
}

.offers .offer-title.open .title:before{
    transform: rotate(0deg);
    top:9px;
}





.offers .offer-filter{
    margin-bottom: 15px;
    padding: 0;
}


.offers .offer-filter li{
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    padding: 10px 0 0 0;
}

.offers .offer-filter li.active,
.offers .offer-filter li:hover{
    border-bottom: 2px solid #ffcc00;
}
.offers .offer-body{
    display: none;
}

.offers .row-offers{
    margin: 0 -15px;
}


.offers .offer-col{
    padding: 0 15px;
    float: left;
}

.offers .offer-block{
    position: relative;
    height: auto;
    overflow: hidden;
    margin: 0 0 30px 0;
    width: 100%;
    border: 1px solid #d7d7d7;
}

.offers .offer-block.open{
    overflow: visible;
    z-index: 2;
    height: auto;
}

/*.offer-block-content{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}*/

.offers .offer-block-content .pic{
    height: 106px;
    overflow: hidden;
    position: relative;
}

.offers .offer-block-content table{
    margin: 10px auto 0 auto !important;
}

.offers .offer-block-content td{
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

.offers .offer-block-content .label-pin{
    position: absolute;
    left: -5px;
    top:0;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    background: #6B0C17;
    padding: 5px 15px 5px;
    transform: skew(-10deg);
    display: none;
}

.offers .offer-block-content .offer-text{
    padding: 10px 11px 40px 11px;
}
.offers .text-center{
    text-align: center;
}

.offers .offer-block-content .offer-text .title{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-family: "Open Sansbold";
    font-weight: bold;
    margin-bottom: 4px;
    color: #6B0C17;
}

.offers .offer-block-content .offer-text .title span{
    color: #6B0C17;
}

.offers .offer-block-content .roll-block{
    text-overflow: ellipsis;
    height: 87px;
    overflow: hidden;
    transition: all 400ms;
}

.offers .open .offer-block-content .roll-block{
    height: auto;
}

.offers .offer-block-content .text{
    font-size: 14px;
    line-height: 16px;
    color: #424242;
}




.offers .offer-block-content a{
    color: #6B0C17;
    text-decoration: none;
}

.offers .offer-block-content a:hover{
    text-decoration: none;
}

.offers .offer-block-content .text img {
    max-width: 90%;
    margin-top: 5px;
}

.offers .offer-block-content .offer-text{
    position: relative;
}

.offers .offer-block-content .offer-text .controls{
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    font-size: 12px;
}

.offers .offer-block-content .offer-text .controls .col{
    width: 47%;
    white-space: nowrap;
}

.offers .offer-block-content .offer-text .controls .col.col1{
    text-align: left;
    float: left;
    padding: 0 0 0 10px;
}
.offers .offer-block-content .offer-text .controls .col.col2{
    text-align: right;
    float: right;
    padding: 0 5px 0 0;
}

.offers .unvisible-text{
    display: none;
}

.offers .open .show-on {
    display: none;
}

.offers .show-off{
    display: none;
}

.offers .open .show-off{
    display: block;
}

.offer-block .isOver {
    display: none;
}

.offer-block.actionEnd .isOver {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 106px;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #6B0C17;
    text-transform: uppercase;
    font-weight: bold;
    flex-direction: column;
}


@media (min-width: 767px) and (max-width: 1920px) {
    .offers .offer-col {
        width: 50%;
    }
}

.settings-tutorial-wrap {
    position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
    height: 0;
    margin: 20px 0;
}

.settings-tutorial-wrap iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/**/

.bestprice-ico{
    width: 20px;
    height: 18px;
    position: absolute;
}


.best-price-icon{
    position: relative;
    width: 20px;
    height: 14px;
    display: inline-block;
}

.best-price-icon .option-tooltip {
    position: absolute;
    bottom: 20px;
    right: -10px;
    width: 230px;
    padding: 5px 10px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    background: #eaeaea;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.35);
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    color: black;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

.best-price-icon:hover .option-tooltip {
    bottom: 22px;
    visibility: visible;
    opacity: 1;
}

.m-line-match-live {
    color: #ed1c24;
    padding-right: 10px;
}

.mobile-broadcast-accordion.sport-126 .mobile-broadcast-accordion-title::before {
    background: url(/img/sport_icons/126.png?321) no-repeat center 1px;
    background-size: 30px;
}

.bannerSlider.owl-carousel .owl-stage-outer {
    top: -1px;
}

.bannerSlider.owl-carousel .owl-item {
    transform: translateY(1px);
}

.stats-iframe-wrap {
    position: relative;
    height: 800px;
    overflow-y: scroll;
}

.stats-iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
}

.disp_email_wrap label {
    font-family: "open sans";
}

.row2 .bonus-ico{
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 5px;
    width: 34px;
    height: 12px;
    background: transparent url('/mobile/img/i_bonus_red_1.svg') 0 0 no-repeat;
    background-size: cover;
}
.koeff-data {
    position: relative;
}

.wcup_vidget .wc-game-block .wc-panel-block .koeff-data.stopped .col:nth-child(1),
.wcup_vidget .wc-game-block .wc-panel-block .koeff-data.stopped .col:nth-child(2),
.wcup_vidget .wc-game-block .wc-panel-block .koeff-data.stopped .col:nth-child(3),
.wcup_vidget .wc-game-block .wc-panel-block .koeff-data.koeff-data-title .col:nth-child(1),
.wcup_vidget .wc-game-block .wc-panel-block .koeff-data.koeff-data-title .col:nth-child(2),
.wcup_vidget .wc-game-block .wc-panel-block .koeff-data.koeff-data-title .col:nth-child(3) {
    display: none;
}

.koeff-data__stopped-title {
    display: none;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-style: italic;
    color: #333;
}

.wcup_vidget .wc-game-block .wc-panel-block .koeff-data.stopped .koeff-data__stopped-title {
    display: block;
}

.koeff-data__kf-title {
    display: none;
    position: absolute;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    width: 50%;
}

.koeff-data__kf-title.koeff-data__kf-title_left {
    left: 0;
    text-align: right;
    padding-right: 5px;
}

.koeff-data__kf-title.koeff-data__kf-title_right {
    right: 0;
    text-align: left;
    padding-left: 5px;
}

.koeff-data__kf-title.koeff-data__kf-title_center {
    right: 0;
    left: 0;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

.wcup_vidget .wc-game-block .wc-panel-block .koeff-data.koeff-data-title .koeff-data__kf-title {
    display: block;
}


/*change pass*/

.form-area .alert-text{
    font-size: 12px;
    color: #6B0C17;
}

.form-area a{
    color: #6B0C17;
}

.sms-popup .alert {
    background: url("/mobile/templates/mobile_uiux/images/mistake.svg") 0 0 no-repeat;
    padding: 0 0 0 40px;
    background-size: 30px auto;
    text-align: left;
    margin: 0 auto;
    min-height: 30px;
}
.sms-popup .succes {
    background: url("/mobile/templates/mobile_uiux/images/accept.svg") 0 0 no-repeat;
    padding: 0 0 0 40px;
    background-size: 42px auto;
    text-align: left;
    margin: 0 auto;
    min-height: 30px;
}

.sms-popup .controls{
    text-align: center;
    padding: 20px 0 0 0;
}

.sms-popup .title {
    font-family: 'Open Sansbold';
}

.accept-msg {
    background: url("/mobile/templates/mobile_uiux/images/accept.svg") 0 0 no-repeat;
    padding: 5px 0 0 40px;
    background-size: 42px auto;
    text-align: left;
    margin: 20px auto;
    min-height: 30px;
    font-family: 'Open Sansbold';
    font-size: 16px;
}
/*change pass end*/

.banner-pic-action img {
    max-width: 100%;
    margin: 2px 0;
}
#liveplayer{
    display: block !important;
    height: auto !important;
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 415px) {
	#liveplayer video,
	#liveplayer iframe {
		/*max-height: calc(100vh - 96px - 300px);*/
        max-height: 100vh;
		object-fit: contain;
	}
}
/*тултип экспресс*/
.chain-ico-inform {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url(/mobile/templates/mobile_uiux/images/round_i_red-ico.svg) 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 0 -2px;
}

.chain-ico-inform:hover {
    background: url(/mobile/templates/mobile_uiux/images/chain-icon.svg) 2px 0 no-repeat;
    width: 18px;
    height: 14px;
}

.chain-ico-inform .option-tooltip {
    position: absolute;
    bottom: 20px;
    left: -10px;
    width: 230px;
    padding: 5px 10px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    background: #eaeaea;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, .35);
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    color: #000;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    visibility: hidden;
    opacity: 0;
    font-family: tahoma;
    font-weight: normal;
}

.chain-ico-inform:hover .option-tooltip {
    bottom: 22px;
    visibility: visible;
    opacity: 1
}

.chain-ico-inform .option-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    bottom: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #c7c7c7;
    border-bottom: 0
}
/*тултип экспресс конец*/


.expand-tennis-table-btn {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 29px;
    height: 29px;
    cursor: pointer;
    background: #fff url(/mobile/templates/mobile_uiux/images/shirt-ico.png) no-repeat center center;
    background-size: 18px;
}

.expand-tennis-table-btn.opened {
    background-color: #d7d7d7;
}

.view-down-fields .btn {
    color: #000;
    font-size: 13px;
    border: 0;
    background: #d7d7d7;
    padding: 5px 35px 5px 6px;
    border-radius: 0;
    position: relative;
    text-align: left;
    white-space: normal;
    text-decoration: none;
  }

.view-down-fields .btn:hover,
.view-down-fields .open .btn {
    color: #000;
    background-color: #d7d7d7
}

.view-down-fields .btn:before {
    position: absolute;
    content: "";
    display: block;
    width: 11px;
    height: 7px;
    right: 6px;
    top: 12px;
    background: url(/mobile/templates/mobile_uiux/images/drop-arrow.png) 0 0 no-repeat;
    background-size: cover;
    transform: rotate(-90deg);
    transition: all .2s ease-in;
}

.expand-tenis-list img,
.dropdown-menu img {
  display: inline-block;
  width: 18px;
  height: auto;
  vertical-align: middle;
}

.dropdown-menu img {
  margin-right: 5px;
  vertical-align: top;
  margin-top: 3px;
}

.expand-tenis-list span {
    padding-top: 1px;
}


/*тултип экспресс*/
.chain-ico-inform {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url(/mobile/templates/mobile_uiux/images/express-01.svg) 0 0 no-repeat;
    background-size: contain;
    margin: 0 0 0 -2px;
}

.chain-ico-inform:hover {
    background: url(/mobile/templates/mobile_uiux/images/chain-icon.svg) 2px 0 no-repeat;
    width: 18px;
    height: 14px;
}

.chain-ico-inform .option-tooltip {
    position: absolute;
    bottom: 20px;
    left: -10px;
    width: 230px;
    padding: 5px 10px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    background: #eaeaea;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, .35);
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    color: #000;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    visibility: hidden;
    opacity: 0;
    font-family: tahoma;
    font-weight: normal;
}

.chain-ico-inform:hover .option-tooltip {
    bottom: 22px;
    visibility: visible;
    opacity: 1
}

.chain-ico-inform .option-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    bottom: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #c7c7c7;
    border-bottom: 0
}
/*тултип экспресс конец*/



/*выпадающий список для футбола*/
/************************************/

.data-sport-theme .expand-tenis-list img,
.data-sport-theme .dropdown-menu img {
    display: inline-block;
    width: 18px;
    height: auto;
    vertical-align: middle;
}

.data-sport-theme .dropdown-menu img {
    margin-right: 5px;
    vertical-align: top;
    margin-top: 3px;
}

.expand-tenis-list span {
    padding-top: 1px;
}



.expand-tennis-table-btn {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 29px;
    height: 29px;
    cursor: pointer;
    background: #fff url(/mobile/templates/mobile_uiux/images/shirt-ico.png) no-repeat center center;
    background-size: 18px 16px;
    z-index: 1000;
}

.expand-tennis-table-btn.opened {
    background-color: #d7d7d7;
}

.expand-btn-table {
    display: none;
    position: absolute;
    width: 100%;
    top: 29px;
    left: 0;
    z-index: 2000;
}

.expand-btn-table .col{
    float: left;
    width: 50%;
}

.expand-btn-table-title {
    color: #6B0C17;
}

.expand-btn-table-title::after,
.expand-btn-table-row::after {
    content: '';
    display: table;
    clear: both;
}

.expand-btn-table-col {
    position: relative;
    padding: 5px 45px 5px 5px;
    text-decoration: none;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    transition: all 0.3s ease-out;
    background: #eaeaea;
    color: #757575;
    display: block;
    white-space: normal !important;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
}

.expand-btn-table-col-action {
    position: absolute;
    right: 6px;
    top: 6px;
    text-align: right;
    font-style: italic;
    color: #757575;
    font-size: 12px;
}

.expand-btn-table-col-action img {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: auto;
}

.expand-btn-table-title .expand-btn-table-col {
    padding: 0 5px;
    background: #d7d7d7;
    color: #6B0C17;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: none;
    border-right: none;
}

.expand-btn-table .mCSB_inside>.mCSB_container {
    margin-right: 0;
}






.data-sport-theme .btn {
    color: #000;
    font-size: 13px;
    border: 0;
    background: #d7d7d7;
    padding: 5px 35px 5px 6px;
    border-radius: 0;
    position: relative;
    width: 100%;
    text-align: left;
    white-space: normal;
    text-decoration: none;
    border-bottom: 1px solid #c7c7c7;
}

.data-sport-theme .btn {
    width: calc(100% - 29px);
}

.data-sport-theme .btn:hover,
.data-sport-theme .open .btn {
    color: #000;
    background-color: #d7d7d7
}

.data-sport-theme .btn:before {
    position: absolute;
    content: "";
    display: block;
    width: 11px;
    height: 7px;
    right: 6px;
    top: 12px;
    background: url(/mobile/templates/mobile_uiux/images/drop-arrow.png) 0 0 no-repeat;
    background-size: cover;
    transform: rotate(-90deg);
    transition: all .2s ease-in;
}

.data-sport-theme .open .btn:before {
    background: url(/mobile/templates/mobile_uiux/images/drop-arrow.png) 0 0 no-repeat;
    width: 11px;
    height: 7px;
    right: 8px;
    top: 12px;
    background-size: cover;
    transform: rotate(0deg);
}






.data-sport-theme .open .dropdown-menu {
    display: block;
}
.data-sport-theme .dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 13px;
    margin: 0 0 20px 0;
    min-width: 49px;
    padding: 0;
    overflow-y: scroll;
    width: 100%;
    position: absolute;
    max-height: 146px;
}


.data-sport-theme .dropdown-menu>li {
    position: relative;
    padding: 5px 6px;
    border-bottom: 1px solid #c7c7c7;
    background: #d7d7d7;
}

.data-sport-theme .dropdown-menu>li:first-child {
    border-top: 1px solid #c7c7c7;
}

.data-sport-theme.mode--2 .dropdown-menu {
    border-bottom: 1px solid #c7c7c7;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.data-sport-theme.mode--2 .btn {
    padding: 6px 35px 6px 6px;
    line-height: 15px;
    background: #f1f1f1;
    font-size: 0;
    font-weight: 700;
    /*font-family: "Open Sans";*/
    margin-left: 0;
    width: 100%;
}
.data-sport-theme.mode--2 .btn::before {
    transform: translateY(-50%);
    width: 8px;
    height: 4px;
    top: calc(50% + 1px);
    right: 8px;
    background-size: 100% 100%;
    transition: transform .3s;
}
.data-sport-theme.mode--2 .open .btn {
    border-bottom-color: #969696;
}
.data-sport-theme.mode--2 .open .btn::before {
    transform: translateY(-50%) rotate(180deg);
}
.data-sport-theme.mode--2 .btn span {
    padding-top: 0;
    vertical-align: middle;
    display: inline-block;
    font-size: 13px;
}
.data-sport-theme.mode--2 .btn span:not(.icon) {
    margin-right: 10px;
}
.data-sport-theme.mode--2 .icon {
    width: 20px;
    height: 17px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
}
.data-sport-theme.mode--2 .icon img {
    margin: 0;
    width: 100%;
}
.data-sport-theme.mode--2 table {
    width: 100%;
    margin: 0;
}
.data-sport-theme.mode--2 td {
    background: #f1f1f1;
    vertical-align: middle;
    padding: 4px 2px 3px;
    font-size: 13px;
    line-height: 15px;
    border-bottom: 1px solid #c7c7c7;
}
.data-sport-theme.mode--2 td b {
    font-weight: 700;
    /*font-family: "Open Sans";*/
}
.data-sport-theme.mode--2 td .icon {
    margin-right: -24px;
}
.data-sport-theme.mode--2 td .text {
    width: 100%;
    padding-left: 30px;
}
.data-sport-theme.mode--2 td .text:first-child {
    width: auto;
    display: block;
    padding-left: 0;
    max-width: 30%;
}
.data-sport-theme.mode--2 td:first-child {
    padding-right: 10px;
    padding-left: 7px;
    min-width: 46px;
    white-space: nowrap;
}
.data-sport-theme.mode--2 td:last-child {
    padding-right: 0;
    padding-right: 7px;
}
.data-sport-theme.mode--2 tr {
    cursor: pointer;
}
.data-sport-theme.mode--2 tr:last-child td {
    border-bottom: 0;
}
.data-sport-theme.mode--2 .text {
    display: inline-block;
    vertical-align: middle;
}

.data-sport-theme .btn {
    width: calc(100% - 31px);
    margin-left: -3px;
}
#h2hcustom{
    max-height: 90%;
}

.sr-bb .sr-live-table {
    font-weight: 500 !important;
}

.dateGameNum {
    color: #000000;
    background: #979797;
    padding: 5px 6px 5px;
    font-size: 12px;
}
/**/

#h2hcustom{
    max-height: 85%;
}

#widget-season-livetable{
    max-height: 85%;
}

.sr-wwrap{
    height: auto;
}
.sr-bb .sr-live-table {
    font-weight: 500 !important;
}


.icon-bingo37 {
    background-image: url('/mobile/templates/mobile_uiux/images/bingo37-03.svg');
}


.m_video {
    box-sizing: border-box;
    position:relative;
     padding-bottom:45.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    border:1px solid #ccc;
}
.m_video iframe,.m_video object,.m_video embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.matchLineInform .matchName {
    position: relative;
  }

.line_koef_filter {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
}

.lt-kf-filter-table {
    margin-left: 5px;
}

.line_koef_filter .line_koef_filter__title {
    position: relative;
    color: #6B0C17;
    cursor: pointer;
    text-align: right;
}

.line_koef_filter .line_koef_filter__title_text {
    display: none;
    position: absolute;
    right: 25px;
    background: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    top: -2px;
    z-index: 20;
}

.line_koef_filter .line_koef_filter__title_text.active {
    display: block;
    opacity: 1;
    transition: none;
    transition-delay: 0;
}

.line_koef_filter .line_koef_filter__title_text.finish {
    transition: all .2s ease-in;
    transition-delay: 2s;
    opacity: 0;
}

.line_koef_filter__title_icon {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    background-color: transparent;
    background-image: url(/mobile/templates/mobile_uiux/images/koeff-filter.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
    border-radius: 3px;
}

.line_koef_opened .line_koef_filter__title_icon {
    background-image: url(/mobile/templates/mobile_uiux/images/koeff-filter-fill.svg);
}

.lt-kf-filter-table .line_koef_filter__title_icon {
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    background-size: 16px;
    border: none;
}

.lt-kf-filter-table .line_koef_opened .line_koef_filter__title_icon {
    background-color: transparent;
    background-image: url(/mobile/templates/mobile_uiux/images/koeff-filter-fill.svg);
}

.line_koef_filter__content {
    display: none;
    position: absolute;
    box-sizing: border-box;
    left: -20px;
    right: -20px;
    top: 100%;
    margin-top: 10px;
    z-index: 100;
    border: 2px solid #c0c0c0;
    background: #fff;
}

.line_koef_opened .line_koef_filter__content {
    display: block;
}

.line_koef_filter__content_header {
    margin: -2px -2px 0 -2px;
    box-sizing: border-box;
}

.line_koef_filter__content_header__item {
    float: left;
    width: 50%;
    height: 20px;
    background: #6B0C17;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
    box-sizing: border-box;
}

.line_koef_filter__content_header__item.start_pos {
    background: #757575;
    color: #bbb;
}

.line_koef_filter__content_header__item:nth-of-type(1) {
    border-right: 1px solid #c0c0c0;
}

.line_koef_filter__content_header__item:nth-of-type(2) {
    border-left: 1px solid #c0c0c0;
}

.line_koef_filter__content_slider {
    margin: 10px 6px 0;
}

.line_koef_filter__content_slider .irs-line {
    height: 5px;
    border-radius: 3px;
    background: #fff;
    top: 20px;
}

.line_koef_filter__content_slider .irs-line::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 10px);
    left: 5px;
    top: 0;
    height: 5px;
    border-radius: 5px;
    background: #c7c7c7;
}

.line_koef_filter__content_slider .irs-from,
.line_koef_filter__content_slider .irs-to {
    font-style: normal;
    border-radius: 0;
    font-size: 9px;
    line-height: 10px;
    padding: 0 6px;
    background: #6B0C17;
    border: 1px solid #6B0C17;
}

.line_koef_filter__content_slider .irs-from::after,
.line_koef_filter__content_slider .irs-to::after {
    border-top-color: #6B0C17;
}

.line_koef_filter__content_slider .irs-from::before,
.line_koef_filter__content_slider .irs-to::before {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 1px solid #6B0C17;
    background: #6B0C17;
    top: 17px;
    left: 50%;
    margin-left: -5px;
}

.line_koef_filter__content_slider .irs-from.start_pos::before,
.line_koef_filter__content_slider .irs-to.start_pos::before {
    background: #eaeaea;
    border-color: #bababa;
}

.line_koef_filter__content_slider .irs-from:after,
.line_koef_filter__content_slider .irs-to:after {
    bottom: -7px;
}

.line_koef_filter__content_slider .irs-from.start_pos,
.line_koef_filter__content_slider .irs-to.start_pos {
    background: #eaeaea;
    border: 1px solid #b8b8b8;
    color: #424242;
}

.line_koef_filter__content_slider .irs-from.start_pos:after,
.line_koef_filter__content_slider .irs-to.start_pos:after{
    border-top-color: #b8b8b8;
}

.line_koef_filter__content_checkbox {
    padding: 0 8px;
    margin-bottom: 10px;
}

.line_koef_filter__content_checkbox label {
    color: #7e2a1a;
    padding-left: 5px;
    font-size: 12px;
    font-style: normal;
    vertical-align: baseline;
}

.line_koef_filter__content_checkbox__input {
    margin: 0;
}

.kf-filter-line-value {
    position: relative;
    padding: 1px 3px;
}

.kf-filter-line-value.selected {
    background: #d7d7d7;
}
#g2fa_form::after {
    content: '';
    display: table;
    clear: both;
}
#g2fa_get_secret, #g2fa_form input, #g2fa_form button {
    margin-bottom: 10px;
}
#g2fa_code {
    margin-right: 5px;
    width: 150px;
    padding: 0 10px 0 40px;
    border: 1px solid #000;
    background: #fff url('/img/icon-g2fa.png') no-repeat 5px center;
    font-size: 22px;
    box-sizing: border-box;
}
#g2fa_code.error {
    border-color: red;
}
.g2fa_app_lnk {
    display: block;
    float: left;
    width: 135px;
    height: 40px;
    margin: 5px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    text-indent: -1000em;
    overflow: hidden;
}
.g2fa_app_lnk.google_play {
    background-image: url('/img/icon-google-play.png');
}
.g2fa_app_lnk.apple_store {
    background-image: url('/img/icon-app-store.png');
}
#g2fa_auth_form {
    margin: 100px auto;
    width: 300px;
    background-color: #F1F1F1;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    font-size: 12px;
    box-sizing: border-box;
    overflow: hidden;
}
#g2fa_auth_form .title {
    background-color: #6B0C17;
    font-size: 14px;
    white-space: nowrap;
    line-height: 40px;
    color: #fff;
    padding: 0 30px 0 20px;
    position: relative;
}

#g2fa_auth_form .title .close-form {
    position: absolute;
    width: 18px;
    height: 18px;
    background: url('/img/close-ico.svg') center center no-repeat;
    right: 10px;
    top: 11px;
    border: none;
    font-size: 30px;
    cursor: pointer;
}


#g2fa_auth_form .body {
    padding: 0 10px 10px 10px;
}
#g2fa_auth_form h5 {
    font-family: 'Open Sansbold';
}
#g2fa_auth_form input {
    display: block;
    float: left;
    border: 1px solid #000;
    height: 34px;
    line-height: 34px;
}
#g2fa_auth_form input[type="submit"] {
    background-color: #6B0C17;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    text-align: center;
    min-width: 130px;
    cursor: pointer;
}
#g2fa_auth_form input[type="submit"]:hover,
#g2fa_auth_form input[type="submit"]:focus,
#g2fa_auth_form input[type="submit"]:active {
    opacity: 0.8;
}
#g2fa_auth_error {
    margin-top: 10px;
    color: red;
}
#g2fa_auth_form .lost_code {
    margin-top: 10px;
}
#g2fa_auth_code {
    margin-right: 5px;
    width: 140px;
    background: #fff url('/img/icon-g2fa.png') no-repeat 5px center;
    padding: 0 10px 0 40px;
    font-size: 22px;
    box-sizing: border-box;
}


/*вывод средств поп ап */


.cashAlertWindow{
    font-size: 14px;
}

.cashAlertWindow .textMessage {
    background: url('/mobile/templates/mobile_uiux/images/warning_gold.svg') 0 0 no-repeat;
    padding: 0 0 0 40px;
    background-size: 36px 30px;
}

.cashAlertWindow .controls {
    text-align: center;
    margin: 20px 0;
}

.cashAlertWindow .close-btn {
    position: absolute;
    background: url("/mobile/templates/mobile_uiux/images/close.svg") 0 0 no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    right: -15px;
    top:-15px;
    border: none;
    border-radius: 50%;
    z-index: 100;
    box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.cashAlertWindow .modal-dialog{
    top:20px;
}


.cashAlertWindow .modal-content{
    background: #ededed;
    margin: 0 10px;

}




.cashAlertWindow .headTitle{
    font-family: 'Open Sansbold';
    color: #ffffff;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    background: #6B0C17;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
}

.cashAlertWindow .headTitle span{
    display: flex;
}


.cashAlertWindow .h-title{
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Open Sansbold';
    color: #6B0C17;
}

/*вывод средств конец*/

.Message_theme_title {
    padding: 6px;
    font-size: 14px;
    background: #757575;
    color: #ffffff;
}

/*поиск*/



a.menu_head.search_link span{
    background: url("/mobile/templates/mobile_uiux/images/search_gray.svg") 0 50% no-repeat ;
    background-size: 18px auto ;
    display: block;
    padding-left: 30px;
}

.search_area_content{
    padding: 8px;
}

.search_area_content .search_line{
    position: relative;
}

.search_area_content .search_line .input_search_btn{
    float: right;
    min-width: auto;
    width: 34px;
    height: 32px;
    position: relative;
    border-radius: 0;
    padding: 0;
}

.search_area_content .search_line .input_search_btn:before{
    width: 17px;
    height: 17px;
    content: "";
    position: absolute;
    background: url("/mobile/templates/mobile_uiux/images/searching_ico.svg") 0 0 no-repeat;
    display: block;
    background-size: cover;
    left: 8px;
    top:8px;
}

.search_area_content .input_search_line{
    border: 1px solid #969696;
    padding: 1px 34px 1px 5px;
    line-height: 30px;
    width: calc(100% - 34px);
    margin-bottom: 10px;
    float: left;
    border-radius: 0;
}

.search_area_content .input_search_line:focus{
    outline: none;
    box-shadow: none;
}

.search_line .btnClear {
    background: url(/mobile/templates/mobile_uiux/images/close_gray.svg) 10px 10px no-repeat;
    background-size: 14px auto;
    display: block;
    position: absolute;
    right: 34px;
    top: 0;
    width: 34px;
    height: 34px;
}

.popup-table {
    background: #f1f1f1;
    min-height: 100px;
    color: #fff;
}


.list-raw.tab-head {
    border-left: 1px solid #424242;
}
.list-raw {
    display: table;
    width: 100%;
    margin: 0;
    border-top: 1px solid #c7c7c7;
    background-color: #f4f4f4;
}

.popup-table .list-raw.tab-head div {
    background: #424242;
    text-align: center;
}
.list-raw .popup-tab-left {
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
}

.search_results{
    margin: 10px 0;
}

.popup-table .tab-header {
    padding: 2px 15px;
    background-color: #424242;
    font-size: 14px;
}

.list-raw .popup-tab-mid {
    width: 92px;
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
}

.list-raw .popup-tab-right {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    font-size: 12px;
}

.popup-table .main-list {
    display: block;
    color: #000;
    border: 1px solid #c7c7c7;
    border-top:0;
}

.list-raw .kind {
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
    font-weight: 700;
    font-size: 14px;
    margin: 0 5px 0 0 ;
}

.list-raw .date {
    word-wrap: break-word;
    font-size: 14px;
    text-align: center;
    color: #000;
}

.list-raw a{
    color: #6B0C17;
}

.popup-table .live {
    color: #6B0C17;
}

.search_items .list-raw:nth-child(2n){
    background-color: #dddddd;
}

.sh_text_err{
    text-align: center;
}

.sh_text_err span{
    background: url("/mobile/templates/mobile_uiux/images/error.svg") 0 0 no-repeat;
    padding: 4px 0 0 45px;
    background-size: 44px auto;
    min-height: 36px;
    margin: 10px 0;
    display: inline-block;
}


.search_items .list-raw {
    display: flex;
    flex-direction: column;
}

.search_items .list-raw .popup-tab-left {
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding: 5px 5px 0 5px;
}
.search_items .list-raw .match-data{
    display: flex;
}

.search_items .match-icons .icon{
    margin-left: 10px;
}


/*поиск конец*/




/*переделки */


/*нижнее меню*/

.productBottomMenu{
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.45);
    background: #424242;
    transition: transform .2s .2s, opacity .2s .2s;
}

.productBottomMenu.hide-menu {
    transform: translateY(100%);
    pointer-events: none;
    opacity: 0;
    transition-delay: 0s;
}

.lang-tr .productBottomMenu a{
    font-size: 9px;
}



.productBottomMenu a{
    /*box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.45);*/
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 9px;
    color: #ffffff;
    padding: 37px 5px 8px;
    text-decoration: none;
    font-family: "PT Sans";
    font-weight: bold;
    position: relative;
    /*font-family: 'Open Sansbold';*/
}
.productBottomMenu span{
    position: relative;
    min-width: 52px;
    display: inline-block;
}



.productBottomMenu a.b-line-ico{
    background: url("../images/__line.svg") center 6px no-repeat #424242;
    background-size: 36px 28px;
}

.productBottomMenu a.b-line-ico.active{
    background: url("../images/__line_activ.svg") center 6px no-repeat #424242;
    background-size: 36px 28px;
}

.productBottomMenu a.b-live-ico{
    background: url("../images/__live.svg") center 3px no-repeat #424242;
    background-size: 48px 34px;
}

.productBottomMenu a.b-live-ico.active{
    background: url("../images/__live_activ.svg") center 3px no-repeat #424242;
    background-size: 48px 34px;
}


.productBottomMenu a.b-fastgame-ico {
    background: url(../images/fast_sgt.svg) center 3px no-repeat #424242;
    background-size: 44px 31px
}

.productBottomMenu a.b-fastgame-ico.active {
    background: url(../images/fast_sgt_activ.svg) center 3px no-repeat #424242;
    background-size: 44px 31px
}

.productBottomMenu .pin{
    position: absolute;
    padding: 0 2px;
    border-radius: 50%;
    background-color: #6b0c17;
    color: #fff;
    font-size: 8px;
    display: inline-block;
    min-width: 14px;
    height: 14px;
    line-height: 14px;
    right: 5px;
    top: 0;
    text-transform: uppercase;
    font-family: open sansbold;
}


.productBottomMenu .b-basket-ico{
    background-color: #424242;
    /*height: 82px;*/
    /*margin-top: -13px;*/
    /*box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.45);*/
    width: 20%;
    float: left;
    text-align: center;
    font-size: 10px;
    overflow: hidden;
    position: relative;
}

.productBottomMenu .basket-icon-area.active{
    background: url("../images/basket_activ.svg") center 5px no-repeat;
    background-size: 42px 30px;
}

.productBottomMenu .basket-icon-area{
    display: inline-block;
    background: url("../images/basket.svg") center 5px no-repeat;
    background-size: 42px 30px;
    position: relative;
    padding: 37px 5px 8px;
    width: 100%;
}



.productBottomMenu .balanceLine {
    display: none !important;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 2px 0;
    background: #6B0C17;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Open Sansbold';
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.35);
}

.productBottomMenu .balance-text {
    background: url(../images/__eye.svg) 0 1px no-repeat;
    display: inline-block;
    padding: 0 0 0 15px;
    background-size: 12px 10px;
}


.productBottomMenu .balance-summ {
    background: url(../images/__eye.svg) 0 1px no-repeat;
    padding: 0 0 0 15px;
    background-size: 12px 10px;
    display: none;
}


.productBottomMenu .balanceLine.show .balance-text {
    display: none
}

.productBottomMenu .balanceLine.show .balance-summ {
    display: inline-block
}



.productBottomMenu .basket-icon-area .summ{
    background-color: #6B0C17;
    color: #ffffff;
    position: absolute;
    min-width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    font-family: 'Open Sansbold';
    font-size: 10px;
    right: 13px;
    top: 5px;
    display: inline-block;
    padding: 0 2px;
}

.productBottomMenu a.b-fav-ico .icon_favorites_counter{
    background-color: #6B0C17;
    color: #ffffff;
    position: absolute;
    min-width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    font-family: 'Open Sansbold';
    font-size: 10px;
    right: 11px;
    top: -32px;
    display: none;
    padding: 0 2px;
}

.productBottomMenu a.b-fav-ico .icon_favorites_counter.icon_favorites_counter_active{
    display: inline-block;
}

.productBottomMenu a.b-history-ico,
.productBottomMenu a.b-history-ico.get_enter_btn.active{
    background: url("../images/__history.svg") center 8px no-repeat #424242;
    background-size: 38px 26px;
}

.productBottomMenu a.b-history-ico.active{
    background: url("../images/__history_activ.svg") center 8px no-repeat #424242;
    background-size: 38px 26px;
}


.productBottomMenu a.b-fav-ico{
    background: url("../images/selected_star.svg") center 7px no-repeat #424242;
    background-size: 38px 26px;
}

.productBottomMenu a.b-fav-ico.active{
    background: url("../images/selected_star_activ.svg") center 7px no-repeat #424242;
    background-size: 38px 26px;
}

.productBottomMenu a.active{
    /*background-color: #5e5e5e;*/
}
/*нижнее меню конец*/


.topLineSlider .owl-item{
    width: auto !important;
    padding: 0 10px 0 5px;
}

.topLineSlider .swiper-wrapper{
    justify-content: space-between;
}



.header-top-line{
    height: 34px;
    padding: 5px 8px;
    background-color: #6B0C17;
    z-index: 3;
    position: relative;
    min-width: 320px;
}

/*.scrolled .m_cont {*/
/*padding-top: 34px;*/
/*}*/




.header-top-line .h-logo{
    width: 80px;
    padding-top: 3px;
}



.header-top-line button,
.header-top-line .get_enter_btn{
    float: right;
    font-size: 11px;
    line-height: 12px;
    min-width: unset;
    margin: -1px 0 0 5px;
    padding: 8px 10px 6px;
    position: relative;
    top:-1px;
}

.header-top-line .enter_controls button {
    float: left;
    min-width: auto;
}

.enter_controls a:last-child{
    margin-right: 0 !important;
}

.productMenu .header-top-line button{
    margin: -1px 10px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.productMenu .header-top-line .enter_controls .get_enter_btn{
    margin: -1px 10px 0 0;
    float: left;
}


.productMenu .header-top-line .get-reg-btn{
    margin: -1px 10px 0 0;
    font-size: 12px;
    line-height: 12px;
    float: left;
}

.header-top-line .menu-ico{
    float: right;
    margin: 0 5px 0 5px;
    position: relative;
    cursor: pointer;
}

.header-top-line .menu-ico .notif-ico{
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    right: -4px;
    top:0;
    background-color: #6B0C17;
    /*opacity: 0;*/
}


.header-top-line .menu-ico .notif-ico.has_notif{
    -moz-animation: notif-blink 1300ms linear  infinite;
    -webkit-animation: notif-blink 1300ms linear  infinite;
    -o-animation: notif-blink 1300ms linear  infinite;
    -ms-animation: notif-blink 1300ms linear  infinite;
}

.productMenu .pmItem .pin.has_notif{
    -moz-animation: blink-message 1300ms linear  infinite;
    -webkit-animation: blink-message 1300ms linear  infinite;
    -o-animation: blink-message 1300ms linear  infinite;
    -ms-animation: blink-message 1300ms linear  infinite;
}

.content-align{
    max-width: 320px;
    margin: 0 auto;
}


@-moz-keyframes notif-blink {
    0% {
        border-color: #fff;
    }
    50% {
        border-color: #6B0C17
    }
    100% {
        border-color: #fff;
    }
}

@-webkit-keyframes notif-blink {
    0% {
        border-color: #fff;
    }
    50% {
        border-color: #6B0C17
    }
    100% {
        border-color: #fff;
    }
}

@-o-keyframes notif-blink {
    0% {
        border-color: #fff;
    }
    50% {
        border-color: #6B0C17
    }
    100% {
        border-color: #fff;
    }
}

@-ms-keyframes notif-blink {
    0% {
        border-color: #fff;
    }
    50% {
        border-color: #6B0C17
    }
    100% {
        border-color: #fff;
    }
}




/**/

@-moz-keyframes blink-message {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink-message {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes blink-message {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes blink-message {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}







.header-top-line .menu-ico > div{
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    margin: 5px 0;
}


.header-top-line .search_btn_ico{
    float: right;
    background: url("../images/searching_ico2.svg") center center no-repeat;
    width: 25px;
    height: 25px;
    background-size: 17px auto;
    margin: 0 0 0 5px;
    display: block;
    border: none;
}

.header-top-line .get_balance{
    float: right;
    /*background: url("../__balans_menu.svg") center center no-repeat;*/
    background: url("../images/account_2.svg") center center no-repeat;
    width: 25px;
    height: 25px;
    background-size: 17px auto;
    margin: 0 0 0 10px;
    display: block;
}


.header-top-line .balance{
    display: inline-block;
    padding: 2px 0 0 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
    line-height: 10px;
    float: right;
    text-align: right;
}

.header-top-line .show_b{
    display: none;
}

.header-top-line .show .show_b{
    display: block;
}

.header-top-line .show .hide_b{
    display: none;
}

.header-top-line .show .user-balance-summ{
    display: none;
}



.header-top-line .balance .value{
    text-transform: uppercase;
}


.open-menu .productMenu{
    right: 0;
}

.productMenu{
    position: fixed;
    width: 320px;
    /*width: calc(100% - 36px);*/
    right: -100%;
    top:0;
    z-index: 1000;
    height: 100%;
    overflow-y: scroll;
    transition: all 400ms;
    background: #424242;
}

.productMenu:before{
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
    background: #424242;
    content: "";
}



.productMenu .close-menu{
    right: 0;
    top:0;
    width: 36px;
    height: 54px;
    background: url("../images/close_n.svg") center center no-repeat #6B0C17;
    background-size: 16px 16px;
    position: absolute;
    z-index: 4;
}

.productMenu.unregMenu .close-menu{
    background-color: #515151;
}

.productMenu .userArea{
    padding: 10px 45px 10px 25px;
    color: #ffffff;
    background-color: #6B0C17;
    font-size: 12px;
    font-family: "open sans";
    width: 320px;
    /*width: calc(100% - 36px);*/
    position: fixed;
    z-index: 2;
}

.productMenu.unregMenu .userArea{
    /*padding: 0 45px 0 25px;*/
    background-color: #515151;
}


.productMenu.unregMenu .header-top-line{
    background-color: #515151;
}

.productMenu .productsArea{
    /*width: calc(100% - 36px);*/
    width: 320px;
    position: fixed;
    overflow-y: scroll;
    padding-top: 54px;
    height: 100%;
}

/*.productMenu.unregMenu .productsArea{
    padding-top: 54px;
}*/


.productMenu .productsArea .noticeIco{
    display: inline-block;
    background: url("../images/notifications-bell-button.svg") 0 0 no-repeat;
    position: absolute;
    right: 45px;
    top:8px;
    width: 24px;
    height: 18px;
    background-size: contain;
}

.productMenu .pmItem .pin{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    position: absolute;
    left: 15px;
    top:-2px;
    font-size: 10px;
    background-color: #6B0C17;
    display: block;
    color: #ffffff;
    border: 2px solid #fff;
}

.productMenu .pmItem .pin.has_notif{
    background-color: #6B0C17;
}

.sm-text{
    font-size: 11px;
    text-transform: none;
    color: #f8be20;
}

.productMenu .productsArea .toyotaIco{
    display: inline-block;
    background: url("../images/toyota-ico.svg") 0 4px no-repeat;
    padding: 1px 0 0 32px;
    background-size: 24px 14px;
    position: relative;
}

.productMenu .productsArea .expressIco{
    display: inline-block;
    background: url("../images/bestExpressIco.svg") 0 2px no-repeat;
    padding: 1px 0 0 32px;
    background-size: 26px 20px;
    position: relative;
}


.productMenu .productsArea .historyIco{
    display: inline-block;
    background: url("../images/__history2.svg") -2px 0 no-repeat;
    padding: 1px 0 0 32px;
    background-size: 26px 22px;
}

.productMenu .productsArea .notificationIco{
    display: inline-block;
    background: url("../images/sidemenu_notifications.svg") 0 2px no-repeat;
    padding: 1px 0 0 32px;
    background-size: 22px 18px;
    position: relative;
}

.productMenu .productsArea .verificationIco{
    display: inline-block;
    background: url("../images/sidemenu_shield.svg") 0 2px no-repeat;
    padding: 1px 0 0 32px;
    background-size: 22px 18px;
}


.productMenu .productsArea .betHistoryIco{
    display: inline-block;
    background: url("../images/__cash_out.svg") 0 0 no-repeat;
    padding: 1px 0 0 32px;
    background-size: 26px 22px;
}

.productMenu .productsArea .replenishIco{
    display: inline-block;
    background: url("../images/__popolnenie.svg") 0 0 no-repeat;
    padding: 1px 0 0 32px;
    background-size: 22px 22px;
}

.productMenu .productsArea .cashOutIco{
    display: inline-block;
    background: url("../images/__vyvod_deneg.svg") 0 0 no-repeat;
    padding: 1px 0 0 32px;
    background-size: 22px 22px;
}

.productMenu .productsArea .transactionIco{
    display: inline-block;
    background: url("../images/__transaction.svg") 0 0 no-repeat;
    padding: 1px 0 0 32px;
    background-size: 22px 22px;
}

.productMenu .productsArea .faqIco{
    display: inline-block;
    background: url("../images/__faq.svg") 0 0 no-repeat;
    padding: 1px 0 0 32px;
    background-size: 24px 22px;
}

.productMenu .productsArea .phoneIco{
    display: inline-block;
    background: url("../images/__phone.svg") 0 0 no-repeat;
    padding: 1px 0 0 32px;
    background-size: 24px 22px;
}

.productMenu .productsArea .mailIco {
    display: inline-block;
    background: url(../images/__mail.svg) 2px center no-repeat;
    padding: 1px 0 0 32px;
    background-size: 19px 20px;
}

.productMenu .productsArea .vip .phoneIco{
    display: inline-block;
    background: url("../images/vip_phone_vip.svg") 0 0 no-repeat;
    padding: 1px 0 0 32px;
    background-size: 24px 22px;
    color: #F5C945;
}

.productMenu .productsArea .rulesIco{
    display: inline-block;
    background: url("../images/__rules.svg") 0 0 no-repeat;
    padding: 1px 0 0 32px;
    background-size: 24px 22px;
}

.productMenu .productsArea .mailIco {
    display: inline-block;
    background: url(../images/__mail.svg) 2px center no-repeat;
    padding: 1px 0 0 32px;
    background-size: 19px 20px;
}

.productMenu .productsArea .chatIco{
    display: inline-block;
    background: url("../images/__chat.svg") 0 0 no-repeat;
    padding: 1px 0 0 32px;
    background-size: 24px 22px;
}

.productMenu .productsArea .vip .chatIco{
    display: inline-block;
    background: url("../images/vip_chat-vip.svg") 0 0 no-repeat;
    padding: 1px 0 0 32px;
    background-size: 24px 22px;
    color: #F5C945;
    font-family: 'Open Sansbold';
}

.productMenu .productsArea .vip .whatsappIco{
    display: inline-block;
    background: url("../images/vip_whatsapp_vip.svg") 0 0 no-repeat;
    padding: 1px 0 0 32px;
    background-size: 24px 22px;
    color: #F5C945;
}

.productMenu .productsArea .vip .telegrammIco{
    display: inline-block;
    background: url("../images/vip_telegram_vip.svg") 0 0 no-repeat;
    padding: 1px 0 0 32px;
    background-size: 24px 22px;
    color: #F5C945;
}

.productMenu .productsArea .settingsIco{
    display: inline-block;
    background: url("../images/__settings.svg") 0 0 no-repeat;
    padding: 1px 0 0 32px;
    background-size: 24px 22px;
}

.productMenu .productsArea .fastStakeIco{
    display: inline-block;
    background: url("../images/__fast_stake.svg") 0 0 no-repeat;
    padding: 1px 0 0 32px;
    background-size: 24px 22px;
}

.productMenu .productsArea .exitIco{
    display: inline-block;
    background: url("../images/__exit.svg") 0 0 no-repeat;
    padding: 1px 0 0 26px;
    background-size: 26px 22px;
    color: #c7c7c7;
}

.productMenu .productsArea .maxdriveIco{
    display: inline-block;
    background: url(../images/max-drive-ico.svg) 0 0 no-repeat;
    padding: 1px 0 0 32px;
    background-size: 24px 22px;
}

.productMenu .userArea .replenish {
    display: inline-block;
    position: absolute;
    padding: 5px 24px 5px 5px;
    font-size: 12px;
    text-transform: uppercase;
    right: 50px;
    top: 22px;
    background: url(../images/account_2.svg) right 1px no-repeat;
    background-size: 18px auto;
    text-decoration: none;
    color: #ffffff;
}

.productMenu .userArea .userInfo{
    padding: 0 0 0 35px;
    background-size: 18px 18px;
    position: relative;
}
.productMenu .userArea .userInfo .loginName{
    text-transform: uppercase;
}

.productMenu .userArea .userInfo .userIco{
    position: absolute;
    left: 0;
    top:2px;
    border-radius: 50px;
    overflow: hidden;
}

.productMenu .userArea .userInfo .userIco img{
    width: 30px;
    height: 30px;
}

.balanceLine .balance-text {
    background: url(../images/eye_hide.svg) 100% 49% no-repeat;
    display: inline-block;
    padding: 0 15px 0 0;
    background-size: 12px 10px;
    text-transform: uppercase;
}

.balanceLine .balance-summ {
    background: url(../images/eye_hide.svg) 100% 50% no-repeat;
    padding: 0 15px 0 0;
    background-size: 12px 10px;
    display: none;
}

.balanceLine.show .balance-summ {
    background: url(../images/eye_show.svg) 100% 50% no-repeat;
    background-size: 12px 10px;
}

.balanceLine.show .balance-text{
    display: none;
}

.balanceLine.show .balance-summ{
    display: inline-block;
}

.header-top-line .balanceLine{
    font-size: 12px;
    color: #ffffff;
    float: right;
    /*padding: 4px 0 0 0;*/
    cursor: pointer;
}
.header-top-line .balanceLine .balance-summ{
    padding: 0;
    background: none;
}

.header-top-line .balanceLine .balance-text{
    padding: 0;
    background: none;
    text-transform: none;
}


.productMenu .pmItemTitle{
    font-size: 11px;
    text-transform: uppercase;
    padding: 4px 25px 5px;
    color: #c7c7c7;
}

.productMenu .pmItem{
    padding: 8px 0 8px 25px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    color: #c7c7c7;
    background: #515151;
    margin-bottom: 1px;
    position: relative;
    font-size: 14px;
}

.productMenu .settingsPmItem{
    padding: 0 0 0 25px;
}

.productMenu .settingsPmItem .settingsLink{
    display: inline-block;
    width: 190px;
    color: #c7c7c7;
    padding: 8px 0;
}

.productMenu .settingsPmItem .langLink{
    display: inline-block;
    color: #c7c7c7;
    position: absolute;
    right: 7px;
    top:0;
    text-decoration: none;
    padding: 10px 10px 7px 10px;
}


.productMenu .pmItem .flag-lang img{
    margin: -4px 5px 0 0 ;
    width: 20px;
    height: 20px;
}

.productMenu .pmBonusInfo{
    font-size: 12px;
    color: #c7c7c7;
    margin-bottom: 1px;
    background: #515151;
}

.productMenu .pmBonusInfo .actionTheme{
    text-transform: uppercase;
    position: relative;
    padding: 4px 0 4px 25px;
    color: #424242;
    background-color: #d4ae67;
}

.productMenu .pmBonusInfo .bonusBody{
    background-color: #515151;
}

.productMenu .pmBonusInfo .bonusBody a {
    color: #c7c7c7;
    display: block;
    padding: 4px 0 4px 25px;
    position: relative;
}

.productMenu .pmBonusInfo .bonusBody a::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
      background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.38%207.03203C10.4243%207.13199%2010.4765%207.22828%2010.536%207.32003C10.536%207.40403%2010.668%207.47603%2010.716%207.56003C10.7984%207.64591%2010.8866%207.7261%2010.98%207.80003C11.0758%207.86695%2011.1809%207.9195%2011.292%207.95603C11.4036%208.00215%2011.5205%208.03439%2011.64%208.05203C11.7513%208.06917%2011.8646%208.06917%2011.976%208.05203C12.0873%208.06975%2012.2007%208.06975%2012.312%208.05203C12.4127%208.03656%2012.5101%208.0041%2012.6%207.95603C12.7107%207.90359%2012.8153%207.83921%2012.912%207.76403C13.0175%207.71059%2013.1145%207.64185%2013.2%207.56003C13.2712%207.48911%2013.3318%207.40827%2013.38%207.32003C13.4448%207.24411%2013.4902%207.15348%2013.512%207.05603C13.5643%206.94996%2013.6007%206.83674%2013.62%206.72003C13.6314%206.60832%2013.6314%206.49573%2013.62%206.38403C13.6318%206.26833%2013.6318%206.15172%2013.62%206.03603C13.5952%205.92072%2013.559%205.80816%2013.512%205.70003C13.4501%205.49875%2013.3435%205.31411%2013.2%205.16003L12.936%204.95603L12.624%204.80003C12.5247%204.75156%2012.4199%204.7153%2012.312%204.69203C12.2002%204.68096%2012.0877%204.68096%2011.976%204.69203C11.8643%204.67964%2011.7516%204.67964%2011.64%204.69203C11.5286%204.71716%2011.4201%204.75334%2011.316%204.80003L11.028%204.95603C10.932%205.04003%2010.848%205.08803%2010.776%205.16003C10.6942%205.23071%2010.6217%205.31134%2010.56%205.40003C10.503%205.49323%2010.4509%205.58936%2010.404%205.68803C10.3545%205.78963%2010.3104%205.89377%2010.272%206.00003C10.2613%206.11177%2010.2613%206.22428%2010.272%206.33603C10.2601%206.45172%2010.2601%206.56833%2010.272%206.68403C10.3021%206.80178%2010.3381%206.91792%2010.38%207.03203Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M14.016%2016.596H13.416V10.2C13.4176%2010.1097%2013.401%2010.02%2013.3672%209.93631C13.3334%209.85259%2013.2831%209.77654%2013.2193%209.71269C13.1554%209.64885%2013.0794%209.59853%2012.9956%209.56473C12.9119%209.53093%2012.8223%209.51435%2012.732%209.51598H9.98398C9.89471%209.51596%209.80634%209.53374%209.72402%209.56825C9.64169%209.60277%209.56707%209.65335%209.50451%209.71703C9.44195%209.7807%209.39271%209.85621%209.35965%209.93913C9.32659%2010.022%209.31039%2010.1107%209.31198%2010.2V11.604C9.31039%2011.6932%209.32659%2011.7819%209.35965%2011.8648C9.39271%2011.9477%209.44195%2012.0233%209.50451%2012.0869C9.56707%2012.1506%209.64169%2012.2012%209.72402%2012.2357C9.80634%2012.2702%209.89471%2012.288%209.98398%2012.288H10.536V16.62H9.98398C9.89471%2016.62%209.80634%2016.6377%209.72402%2016.6723C9.64169%2016.7068%209.56707%2016.7573%209.50451%2016.821C9.44195%2016.8847%209.39271%2016.9602%209.35965%2017.0431C9.32659%2017.126%209.31039%2017.2147%209.31198%2017.304V18.708C9.31039%2018.7972%209.32659%2018.8859%209.35965%2018.9688C9.39271%2019.0517%209.44195%2019.1273%209.50451%2019.1909C9.56707%2019.2546%209.64169%2019.3052%209.72402%2019.3397C9.80634%2019.3742%209.89471%2019.392%209.98398%2019.392H14.016C14.1052%2019.392%2014.1936%2019.3742%2014.2759%2019.3397C14.3583%2019.3052%2014.4329%2019.2546%2014.4954%2019.1909C14.558%2019.1273%2014.6073%2019.0517%2014.6403%2018.9688C14.6734%2018.8859%2014.6896%2018.7972%2014.688%2018.708V17.304C14.6912%2017.1214%2014.6226%2016.9449%2014.4969%2016.8124C14.3712%2016.68%2014.1985%2016.6022%2014.016%2016.596Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M12%200C9.62663%200%207.30655%200.703788%205.33316%202.02236C3.35977%203.34094%201.8217%205.21508%200.913451%207.4078C0.00519941%209.60051%20-0.232441%2012.0133%200.230582%2014.3411C0.693605%2016.6689%201.83649%2018.807%203.51472%2020.4853C5.19295%2022.1635%207.33115%2023.3064%209.65892%2023.7694C11.9867%2024.2324%2014.3995%2023.9948%2016.5922%2023.0865C18.7849%2022.1783%2020.6591%2020.6402%2021.9776%2018.6668C23.2962%2016.6934%2024%2014.3734%2024%2012C24%208.8174%2022.7357%205.76515%2020.4853%203.51472C18.2348%201.26428%2015.1826%200%2012%200V0ZM21.6%2012C21.6%2013.8987%2021.037%2015.7548%2019.9821%2017.3335C18.9272%2018.9122%2017.4279%2020.1426%2015.6738%2020.8692C13.9196%2021.5958%2011.9894%2021.786%2010.1271%2021.4155C8.26492%2021.0451%206.55436%2020.1308%205.21178%2018.7882C3.8692%2017.4456%202.95488%2015.7351%202.58447%2013.8729C2.21405%2012.0106%202.40416%2010.0804%203.13076%208.32624C3.85736%206.57207%205.08782%205.07275%206.66653%204.01789C8.24524%202.96303%2010.1013%202.4%2012%202.4C14.5461%202.4%2016.9879%203.41142%2018.7882%205.21177C20.5886%207.01212%2021.6%209.45392%2021.6%2012Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E');
    right: 5px;
    top: 4px;
}

.bex_box, .toh_box {
    color: #7E0411;
}


.productMenu .pmBonusInfo .bonusBody .bonusSum{
    color: #F5C945;
}

.productMenu .pmActionsBody{
    display: none;
}


.productsArea .actionBonusTitle,
.productsArea .withPin{
    position: relative;
}

.productsArea .withPin .pin{
    position: absolute;
    padding: 0 2px;
    border-radius: 50%;
    background-color: #6B0C17;
    color: #ffffff;
    font-size: 8px;
    display: inline-block;
    min-width: 14px;
    height: 14px;
    line-height: 14px;
    right: 48px;
    top: 4px;
}


.productsArea .actionBonusTitle:before{
    position: absolute;
    background: url("../images/white_down.svg") 0 0 no-repeat;
    background-size: 12px 12px;
    content: '';
    display: block;
    right: 18px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    transition: all 400ms;
    transform: rotate(0deg);
}


.productsArea .actionBonusTitle.open:before{
    transform: rotate(180deg);
}

.productMenu .bonusGift{
    position: absolute;
    right: 50px;
    top:7px;
    width: 18px;
    height: 20px;
}

.about-action-btn{
    color: #ffffff;
    padding: 0 6px;
    cursor: pointer;
    font-family: "Open Sansbold";
    border: none;
    border-bottom: 2px solid #6B0C17;
    border-radius: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6B0C17+0,a33b32+100 */
    background: #6B0C17; /* Old browsers */
    background: -moz-linear-gradient(top, #6B0C17 0%, #a33b32 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6B0C17 0%,#a33b32 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6B0C17 0%,#a33b32 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6B0C17', endColorstr='#a33b32',GradientType=0 ); /* IE6-9 */
}

.about-action-btn:focus{
    outline: none;
}


.productMenu .pmBonusInfo .about-action-btn{
    right: 16px;
    position: absolute;
}


.actionWindow .modal-content {
    background: #ededed;
}


.actionWindow .close-btn {
    position: absolute;
    background: url(../images/close_n.svg) center center no-repeat;
    background-size: 16px 16px;
    width: 36px;
    height: 36px;
    right: 0;
    top: 0;
    border: none;
    z-index: 100;
    display: block;
}
.actionWindow .h-title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Open Sansbold';
    color: #6B0C17;
    word-break: break-word;
}

.actionWindow .headTitle {
    font-family: "Open Sansbold";
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    background: #6B0C17;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
    position: relative;
}


.actionWindow .modal-dialog{
    margin: 50px auto;
    max-width: 80%;
}


.actionWindow .steps-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.actionWindow .steps-list .step-block {
    margin: 5px 0;
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 10px;
    background-color: #ffffff;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 125px;
}




.actionWindow .steps-list .step-block .step-ico {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
}

.actionWindow .steps-list .step-block .desc {
    text-align: right;
}
.actionWindow .steps-list .step-block .text {
    padding: 0 0 0 40px;
    color: #121b19;
    line-height: 16px;
    margin-bottom: 5px;
    font-size: 14px;
}

.actionWindow .controls{
    text-align: center;
    margin-bottom: 20px;
}


@media screen and (min-width: 599px) {
    .actionWindow .steps-list .step-block{
        width: 47%;
        margin: 5px;
    }
}



.productMenu .pmBonusInfo .stat-non-active{
    color: #c7c7c7;
    margin-right: 15px;
}

.productMenu .pmBonusInfo .stat-active{
    color: #F5C945;
    margin-right: 15px;
}

.productMenu .pmBonusInfo .activity-time{
    background: url("../images/clock_gold-01.svg") -2px 0 no-repeat;
    display: inline-block;
    padding: 0 0 0 18px;
    background-size: 15px 15px;
}

/*.productMenu .pmHelpBlock .line .pmItem:last-child{*/
/*border-left: 1px solid #424242;*/
/*}*/
/*.productMenu .pmHelpBlock .pmItem{*/
/*float: left;*/
/*width: 50%;*/
/*margin: 0 0 1px 0;*/
/*}*/


.productMenu .pmItem .check-block{
    position: absolute;
    right: 0;
    top: 3px;
    width: 80px;
    height: 30px;
}

.productMenu .pmItem .check-block label{
    padding: 10px 20px 5px 20px;
}

.productMenu .check-block input[type=checkbox] {
    position: absolute;
    left: -9999px;
}


.productMenu .controls{
    margin: 20px auto;
    width: 80%;
}

.productMenu .controls a{
    padding: 4px 0 4px 0;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    color: #ffffff;
    background: #515151;
    margin-bottom: 5px;
    position: relative;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
}

.menu-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.open-menu .menu-overlay{
    opacity: 1;
    visibility: visible;
    z-index: 222;
}
body.open-menu {
    overflow: hidden;
    height: 100%;
}

.productMenu .header-top-line{
    padding: 5px 0;
}


.topLineSlider .swiper-slide {
    width: auto !important;
}


.topLineSlider .swiper-slide .menu_buttons {
    margin: 0 10px 0 5px;
}

.topLineSlider .swiper-slide .menu_buttons.menu_stat {
    margin: 0 15px 0 5px;
}

.topLineSlider .swiper-slide .menu_buttons.menu_line {
    margin: 0 10px 0 15px;
}

.topLineSlider .swiper-pagination {
    bottom: 17px !important;
    display: none;
}

.topLineSlider .swiper-pagination-bullet {
    margin: 0 1px !important;
}

.topLineSlider .swiper-pagination-bullet {
    background: #757575;
    width: 4px;
    height: 4px;
}

.topLineSlider .swiper-pagination-bullet-active {
    background: #9e9e9e;
}

.topLineSlider {
    position: relative;
    padding-left: 10px;
}

.topLineSlider::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: url("../images/lr_grad.png") 0 0 repeat-y transparent;
}

.topLineSlider::after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    top: -1px;
    right: 0;
    z-index: 100;
    background: url("../images/rl_grad.png") 0 0 repeat-y transparent;
}

@media screen and (min-width: 768px) {
    .topLineSlider .swiper-wrapper {
        justify-content: space-between;
    }
}

.reg-popup-show,
.reg-popup-full-show {
    overflow: hidden;
}

.reg-popup-full-show {
    position:static!important;
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.reg-popup-show .productBottomMenu,
.reg-popup-show #footer,
.reg-popup-show .m_cont,
.reg-popup-show .m_cont1,
.reg-popup-show .wrapper_block2,
.reg-popup-full-show .productBottomMenu,
.reg-popup-full-show #footer,
.reg-popup-full-show [class^="special-express-"],
.reg-popup-full-show .m_cont,
.reg-popup-full-show .m_cont1,
.reg-popup-full-show .wrapper_block2 {
    pointer-events: none;
    display: none !important;
}

.reg-popup-full-show #wrap {
    min-height: auto;
}

.reg-popup-show .mobile-reg-popup {
    display: block;
}

.mobile-reg-popup {
    display: none;
    position: fixed;
    z-index: 101;
    top: 34px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0 15px 80px;
    height: calc(100vh - 34px);
    overflow: auto;
    overflow-x: hidden;
}

.banner .mobile-reg-popup {
    top: 89px;
    height: calc(100vh - 89px);
}

.banner .mobile-reg-popup-full {
    margin-top: 89px;
    max-height: calc(100vh - 89px);
}


.mobile-reg-popup__header {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: #6B0C17;
    font-size: 16px;
    line-height: 34px;
    padding: 20px 0 18px;
    font-weight: bold;
    font-family: "Open Sansbold";
}

.mobile-reg-popup__close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 22px;
    right: 0;
    cursor: pointer;
}

.mobile-reg-popup__close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
    background-image: url(../images/icon-close-red.svg);
    width: 15px;
    height: 15px;
}

.mobile-reg-popup__input{
    position: relative;
}

.mobile-reg-popup__input input {
    border: 1px solid #969696;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 13px;
}



.mobile-reg-popup__input.password {
    position: relative;
}

.mobile-reg-popup__input.password .show-password-icon {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/eye_hide_gray.svg) no-repeat center center;
    background-size: 24px 14px;
    top: 1px;
    right: 1px;
    cursor: pointer;
    z-index: 9;
}

.mobile-reg-popup__input.password .show-password-icon.show-pass{
    background-image: url("../images/eye_show_gray.svg");
    background-size: 18px 14px;
}

.mobile-reg-popup__input.password input {
    padding: 0 40px 0 5px;
}

.mobile-reg-popup__add {
    margin-bottom: 30px;
}

.mobile-reg-popup__add .remember-password {
    float: left;
    color: #757575;
    font-size: 14px;
}

.mobile-reg-popup__add .recover-password {
    float: right;
}

.mobile-reg-popup__add .recover-password a {
    font-size: 14px;
    color: #6B0C17;
    text-decoration: none;
}

.reg-button-full {
    width: 100%;
    display: block;
}

.reg-or-separator {
    position: relative;
    text-align: center;
    height: 1px;
    margin: 20px 0;
}

/*.reg-or-separator::after {*/
/*content: '';*/
/*display: block;*/
/*position: absolute;*/
/*width: 100%;*/
/*top: 50%;*/
/*height: 1px;*/
/*background: #757575;*/
/*}*/

.reg-or-separator span {
    display: block;
    position: absolute;
    background: #fff;
    color: #969696;
    top: 50%;
    left: 50%;
    z-index: 1;
    padding: 5px 20px;
    transform: translate(-50%, -50%);
    text-transform: lowercase;
}

.mobile-reg-notification {
    padding: 20px 35px 0;
    text-align: center;
}

.mobile-reg-notification .title {
    margin-bottom: 15px;
}

.mobile-reg-notification .title .title-text {
    display: inline-block;
    vertical-align: top;
    color: #424242;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
}

.mobile-reg-notification .title .notification-icon {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 30px;
    background: url(../images/warning_vip.svg);
    background-size: cover;
    margin-right: 9px;
}

.mobile-reg-notification .desc {
    color: #000;
    font-size: 14px;
    line-height: 16px;
}


.s_links .s-category-links{
    width: 100%;
    padding: 20px 10px 20px 25px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #515151;;
}

.s_links .s-category-links > a {
    width: 50%;
    color: #c7c7c7;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    margin: 5px 0;
    font-family: open sans
}

.s_links b{
    font-size: 11px;
}

.s_links .s_link_ico1 b{
    font-family: 'Open Sans';
}

.s_links .s_link_ico1 span{
    background: url("../images/__mobile.svg") 0 0 no-repeat;
    display: inline-block;
    padding: 0 0 0 36px;
    background-size: 30px auto;
    text-align: left;
    min-height: 30px;
}

.s_links .s_link_ico2 span{
    background: url("../images/__telegram.svg") 0 0 no-repeat;
    display: inline-block;
    padding: 0 0 0 36px;
    background-size: 30px auto;
    text-align: left;
    min-height: 30px;
}

.s_links .s_link_ico3 span{
    background: url("../images/__ios.svg") 0 0 no-repeat;
    display: inline-block;
    padding: 0 0 0 36px;
    background-size: 30px auto;
    text-align: left;
    min-height: 30px;
}

.s_links .s_link_ico4 span{
    background: url("../images/__android.svg") 0 0 no-repeat;
    display: inline-block;
    padding: 0 0 0 36px;
    background-size: 30px auto;
    text-align: left;
    min-height: 30px;
}


.s_links .s_link_ico5 span{
    background: url("../images/tiktok-ico.svg") 0 0 no-repeat;
    display: inline-block;
    padding: 0 0 0 36px;
    background-size: 30px auto;
    text-align: left;
    min-height: 30px;
}

.s_links .s_link_ico6 span{
    background: url("../images/youtube-ico.svg") 0 0 no-repeat;
    display: inline-block;
    padding: 0 0 0 36px;
    background-size: 30px auto;
    text-align: left;
    min-height: 30px;
}

.s_links .s_link_ico7 span{
    background: url("../images/vk-ico.svg") 0 0 no-repeat;
    display: inline-block;
    padding: 0 0 0 36px;
    background-size: 30px auto;
    text-align: left;
    min-height: 30px;
}

.s_links .s_link_ico8 span{
    background: url("../images/inst-ico.svg") 0 0 no-repeat;
    display: inline-block;
    padding: 0 0 0 36px;
    background-size: 30px auto;
    text-align: left;
    min-height: 30px;
}


.s_links .s_link_ico9 span {
    background: url("../images/__galaxy.svg") 0 0 no-repeat;
    display: inline-block;
    padding: 0 0 0 36px;
    background-size: 30px auto;
    text-align: left;
    min-height: 30px
}

.s_links .s_link_ico10 span {
    background: url("../images/__huawei.svg") 0 0 no-repeat;
    display: inline-block;
    padding: 0 0 0 36px;
    background-size: 30px auto;
    text-align: left;
    min-height: 30px
}

.s_links .s_link_ico10 span b{
    white-space: nowrap;
}


.productsArea .s_title{
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 10px;
}

.productsArea .soc_links{
    text-align: center;
    margin-bottom: 10px;
}

.productsArea .soc_links a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    margin: 0 5px;
}


.productsArea .soc_links a.vk_link{
    background: url("../images/__vk.svg") 0 0 no-repeat;
}

.productsArea .soc_links a.fb_link{
    background: url("../images/__fb.svg") 0 0 no-repeat;
}

.productsArea .soc_links a.youtube_link{
    background: url("../images/youtube.svg") 0 0 no-repeat;
}





.search_popup {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.openSearchPop .search_popup{
    display: block;
}


.search_popup .input_search_line {
    border: 1px solid #969696;
    padding: 1px 44px 1px 5px;
    line-height: 30px;
    width: calc(100% - 34px);
    border-radius: 0 !important;
    float: left;
}

.search_popup .search_line .close_search_btn {
    float: right;
    min-width: auto;
    width: 34px;
    height: 34px;
    position: relative;
    border-radius: 0;
    background: url(../images/close_n.svg) center center no-repeat #6B0C17;
    background-size: 15px 15px;
    border: none;
}


.search_popup .search_btn {
    background: url(../images/search_gray.svg) 0 8px no-repeat;
    background-size: 18px auto;
    display: block;
    position: absolute;
    right: 34px;
    top: 0;
    width: 34px;
    height: 34px;
    border: none;
}

.search-filter-slider{
    background-color: #424242;
    height: 40px;
    position: relative;
}

.search-filter-slider::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    left: -5px;
    z-index: 100;
    background: url("../images/lr_grad.png") 0 0 repeat-y transparent;
    opacity: 0.8;
}

.search-filter-slider::after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    right: -5px;
    z-index: 100;
    background: url("../images/rl_grad.png") 0 0 repeat-y transparent;
    opacity: 0.8;
}

.search-filter-slider .swiper-slide {
    width: auto !important;
}

.search-filter-slider .s-name{
    text-transform: uppercase;
    color: #ffffff;
    line-height: 40px;
    font-size: 12px;
    padding: 0 10px;
    cursor: pointer;
}

.search-filter-slider .active .s-name{
    color: #F5C945;
}

.search_popup .popup-table {
    background: #f1f1f1;
    color: #fff;
    margin-bottom: 70px;
}

.sh_no_result{
    font-style: italic;
    padding: 20px;
    text-align: center;
}

.search_popup .list-raw {
    display: table;
    width: 100%;
    margin: 0;
    background-color: #f4f4f4;
}

.search_popup .search_items {
    height: calc(100% - 134px);
    overflow-y: scroll;
    margin-bottom: 60px;
}

.search_popup .search_items .list-raw:nth-child(2n) {
    background-color: #dddddd;
}


.search_popup .popup-table .main-list {
    display: block;
    color: #000;
}


.search_popup .list-raw .popup-tab-left {
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
}


.search_popup .popup-table .live {
    color: #6B0C17;
}
.search_popup .list-raw .kind {
    width: 80px;
    margin: 0 auto;
    text-align: center;
    padding: 4px 5px 0;
    text-transform: uppercase;
    word-wrap: break-word;
    font-family: "Open Sansbold";
    font-size: 12px;
}

.search_popup .list-raw .date {
    padding: 2px 5px;
    width: 70px;
    margin: 0 auto;
    word-wrap: break-word;
    font-size: 10px;
    text-align: center;
    color: #000000;
}

.search_popup .list-raw .date span{
    font-size: 12px;
    font-style: normal;
}

.search_popup .list-raw .popup-tab-right {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    font-size: 12px;
}

.search_popup .list-raw a {
    text-decoration: none;
    font-family: 'Open Sansbold';
}


@media (min-width: 768px) {
    .productBottomMenu{
        width: 600px;
        left: 50%;
        margin-left: -300px;
    }
    .productMenu{
        width: 340px;
    }
    .productMenu .productsArea{
        width: 340px;
    }
    .productMenu .userArea{
        width: 340px;
    }
    .productBottomMenu .basket-icon-area .summ {
        right: 43px;
    }
    .topLineSlider .swiper-pagination{
        display: none;
    }
}
/*переделки конец*/

.pmItem .check-line {
    width: 41px;
}

.topLineSlider.start::before {
    display: none;
}

.topLineSlider.end::after {
    display: none;
}

/*регистр*/

.reg-popup-full-show .mobile-reg-popup-full {
    display: block;
}

.mobile-reg-popup-full {
    display: none;
    position: relative;
    z-index: 101;
    background: #fff;
    padding: 0 15px 80px;
    margin-top: 34px;
    overflow: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 34px);
}

.mobile-reg-popup__input label {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.12px;
    font-family: "Open Sans";
    font-weight: normal;
}

.mobile-reg-popup__input_phone {
    position: relative;
}

.mobile-reg-popup__input_phone .select-phone-code {
    position: absolute;
    width: 55px;
    height: 28px;
    background: #fff;
    cursor: pointer;
    border-right: 1px solid #969696;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    top: 23px;
    left: 1px;
}

.mobile-reg-popup__input_phone.opened .dropdown-arrow {
    transform: rotate(180deg);
}

.mobile-reg-popup__input_phone input {
    outline: none;
}

.mobile-reg-popup__input_phone.opened input {
    border-bottom-right-radius: 0;
}

.mobile-reg-popup__input_phone.opened .select-phone-code {
    border-bottom-left-radius: 0;
}

.select-phone-code-list {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 100;
    border: 1px solid #969696 !important;
    border-bottom: none;
    top: 51px;
}

.select-phone-code-list .phone-code-search {
    display: block;
    width: 100% !important;
    height: 30px;
    padding: 0 10px !important;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    border-radius: 0;
    border: 1px solid #969696 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    margin-bottom: 0;
}

.select-phone-code-list .phone-code-country-items-wrap {
    max-height: 200px;
    overflow-y: scroll;
}

.select-phone-code-list .phone-code-country-item {
    height: 30px;
    padding: 0 8px;
    border-bottom: 1px solid #969696;
    cursor: pointer;
}
.select-phone-code-list .phone-code-country-item > * {
    pointer-events: none;
}

.select-phone-code-list .phone-code-country-item:last-child{
    border-bottom: none;
}

.select-phone-code-list .phone-code-country-item .country-flag {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-right: 8px;
}

.select-phone-code-list .phone-code-country-item span {
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.select-phone-code-list .phone-code-country-item span.country-title {
    float: left;
}

.select-phone-code-list .phone-code-country-item span.country-code {
    float: right;
}

.mobile-reg-popup__input_phone .select-phone-code .country-code-flag {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 8px;
    top: 4px;
}

.mobile-reg-popup__input_phone .select-phone-code .country-code-flag img {
    display: block;
    width: 100%;
    height: auto;
}

.mobile-reg-popup__input_phone .select-phone-code .dropdown-arrow {
    position: absolute;
    width: 12px;
    height: 7px;
    transition: all .2s ease-in-out;
    right: 7px;
    top: 11px;
    background: url(../images/arrow_mobile_down.svg) no-repeat center center;
    background-size: cover;
}


/*.mobile-reg-popup__input.mobile-reg-popup__input_phone input {
    width: 100%;
    padding-left: 60px;
}
*/
.mobile-reg-popup__input.mobile-reg-popup__input_confirm-code {
    position: relative;
}

.mobile-reg-popup__input.mobile-reg-popup__input_confirm-code.disabled .confirm-code-counter {
    display: none;
}

.confirm-code-counter {
    position: absolute;
    color: #969696;
    font-size: 12px;
    font-weight: 400;
    top: 28px;
    left: 68px;
}

.mobile-reg-popup__input.mobile-reg-popup__input_confirm-code input {
    width: 105px;
    outline: none;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 45px 0 10px;
}

.mobile-reg-popup__input.mobile-reg-popup__input_confirm-code input:disabled {
    background: #eaeaea;
    border-color: #d7d7d7;
}

.mobile-reg-popup-full .button-get-confirm-code {
    height: 30px;
    display: block;
    float: right;
    line-height: 30px;
    padding: 0 10px;
    width: calc(100% - 112px);
}

.account-currency-select {
    position: relative;
}

.account-currency-select__current {
    display: block;
    position: relative;
    cursor: pointer;
    border: 1px solid #969696;
    padding: 0 30px 0 10px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-currency-select__current::after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 7px;
    background: url(../images/arrow_mobile_down.svg) no-repeat center center;
    background-size: cover;
    top: 11px;
    right: 10px;
    transition: all .2s ease-in-out;
}

.mobile-reg-popup__input_account-currency.opened .account-currency-select__current::after {
    transform: rotate(180deg);
}

.mobile-reg-popup__input_account-currency.opened .account-currency-select__current {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.account-currency-select__list {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 200px;
    top: 30px;
    left: 0;
    background: #fff;
    border: 1px solid #969696;
    border-top: 0;
    z-index: 100;
    overflow-y: scroll;
}

.account-currency-select__item {
    padding: 6px 10px;
    border-bottom: 1px solid #969696;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    cursor: pointer;
}

.account-currency-select__item:last-child{
    border-bottom: none;
}

.full-reg-checkbox {
    margin: 5px 0 10px;
}

.full-reg-checkbox span {
    font-size: 10px;
    line-height: 14px;
    font-family: "Open Sansbold";
    color: #000;
}

.full-reg-checkbox span a {
    color: #6B0C17;
    text-decoration: none;
}

.checkbox-block.full-reg-checkbox input[type=checkbox] + label:before {
    top: 50%;
    margin-top: -7px;
}

.checkbox-block.full-reg-checkbox input[type=checkbox]:checked + label:after {
    top: 50%;
    margin-top: -10px;
}

.checkbox-block.full-reg-checkbox input[type=checkbox] + label {
    padding: 0 0 0 22px;
}

.full-reg-captcha {
    margin-bottom: 20px;
    text-align: center;
}

.full-reg-captcha img {
    display: inline-block;
    float: left;
    margin-top: 3px;
}

.full-reg-captcha input{
    border: 1px solid #969696;
    border-radius: 4px;
    float: right;
    width: 120px;
}

.full-reg-captcha__desc {
    font-size: 10px;
    color: #757575;
    font-weight: 400;
    line-height: 14px;
    margin-top: 5px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
}

.full-reg-captcha__desc a {
    color: #6B0C17;
    text-decoration: none;
    font-family: "Open Sansbold";
}

.password-validation-tooltip,
.answer-validation-tooltip{
    display: none;
    position: absolute;
    min-width: 210px;
    background: #eaeaea;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    z-index: 90;
    padding: 10px 8px;
    bottom: -42px;
}

.password-validation-tooltip::after,
.answer-validation-tooltip::after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #d7d7d7 transparent;
    left: 15px;
    top: -5px;
}

.answer-validation-tooltip__text{
    font-size: 10px;
}

.password-validation-tooltip__text:first-of-type {
    margin-bottom: 5px;
}

.password-validation-tooltip__text_icon {
    vertical-align: super;
    display: block;
    float: left;
    margin: 0 5px 0 0;
    width: 11px;
    height: 9px;
    background-size: contain;
    background-position: center center;
}

.password-validation-tooltip__text_icon.correct {
    background-image: url(../images/done_hint.svg);
    background-repeat: no-repeat;
}

.password-validation-tooltip__text_icon.incorrect {
    background-image: url(../images/close_hint.svg);
    background-repeat: no-repeat;
}

.password-validation-tooltip__text_title {
    display: flex;
    vertical-align: top;
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
}

.mobile-reg-popup__input.password input {
    outline: none;
}
.mobile-reg-popup__input_phone.incorrect input,
.mobile-reg-popup__input.password.incorrect input {
    border: 1px solid #6B0C17;
}

.mobile-reg-popup__input_phone.incorrect .select-phone-code-list {
    border-top-color: #6B0C17 !important;
}

.phone-exists-error {
    font-size: 11px;
    line-height: 15px;
}

.phone-exists-error a {
    color: #a33c33;
    text-decoration: underline;
}

.reg-error-notif {
    display: table;
    width: 100%;
    min-height: 50px;
    border: 1px solid #6B0C17;
    border-radius: 4px;
    color: #000000;
    font-size: 11px;
    line-height: 14px;
    padding:5px 5px 5px 50px;
    background: url(../images/reg_notif.svg) no-repeat 10px center;
    background-size: 33px;
    margin-bottom: 15px;

}

.reg-error-notif .textError{
    /*display: flex;*/
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    /*align-items: center;*/
    /*min-height: 50px;*/
}


.reg-error-notif .textError a{
    text-decoration: underline;
    color: #6B0C17;
}

.reg-done-popup__wrapper {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    z-index: 10;
}

.reg-done-popup {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -140px;
    text-align: center;
    width: 280px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    background-color: #f1f1f1;
    padding: 15px 20px 10px;
}

.reg-done-popup__header {
    margin-bottom: 15px;
}

.reg-done-popup__header-icon {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 33px;
    background: url(../images/reg_ok.svg) no-repeat center center;
    background-size: cover;
    margin-right: 5px;
}

.reg-done-popup__header-title {
    display: inline-block;
    vertical-align: top;
    width: 195px;
    padding-top: 1px;
}

.reg-done-popup__header-title span {
    display: block;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.reg-done-popup__desc {
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: 15px;
}

.reg-done-popup__desc span {
    font-family: "Open Sansbold";
}


.mobile-reg-popup-full__body {
    display: none;
}

.mobile-reg-popup-full__body.active {
    display: block;
}

.mobile-reg-callback-changepass {
    display: none;
}

.mobile-reg-callback-changepass.active {
    display: block;
}

.mobile-reg-callback-donotreload {
    display: none;
}

.mobile-reg-callback-donotreload.active {
    display: block;
}

.mobile-reg-popup__reg-type {
    text-align: center;
    margin-bottom: 20px;
}

.mobile-reg-popup__reg-type span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 0 20px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.mobile-reg-popup__reg-type span.active {
    font-family: "Open Sansbold";
}

.mobile-reg-popup__reg-type span.active::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #6B0C17;
    bottom: -2px;
    left: 0;
}

.secret-question-answer {
    position: relative;
}

.secret-question-answer__current {
    display: block;
    position: relative;
    cursor: pointer;
    border: 1px solid #969696;
    padding: 0 30px 0 10px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.secret-question-answer__current::after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 7px;
    background: url(../images/arrow_mobile_down.svg) no-repeat center center;
    background-size: cover;
    top: 11px;
    right: 10px;
    transition: all .2s ease-in-out;
}

.mobile-reg-popup__input_control-answer-question.opened .secret-question-answer__current::after {
    transform: rotate(180deg);
}

.mobile-reg-popup__input_control-answer-question.opened .secret-question-answer__current {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.secret-question-answer__list {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 200px;
    top: 30px;
    left: 0;
    background: #fff;
    border: 1px solid #969696;
    border-top: 0;
    z-index: 100;
    overflow-y: scroll;
}

.secret-question-answer__item:last-child{
    border-bottom: none;
}

.secret-question-answer__item {
    padding: 5px 10px;
    border-bottom: 1px solid #969696;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.mobile-reg-step-finish__fast,
.mobile-reg-step-finish__full {
    display: none;
}



.success-reg-title {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 16px;
    color: #000;
    padding-left: 35px;
    background: url(../images/reg_ok.svg) no-repeat left center;
    background-size: 28px auto;
    margin-bottom: 20px;
    min-height: 32px;
    display: flex;
    align-items: center;
}

.titleAct {
    border-radius: 2px;
    background: #f3f3f3;
    border: 1px solid #eeeeee;
    display: table;
    width: 100%;
    min-height: 48px;
    padding-left: 13px;
    margin-bottom: 20px;
}

.titleAct .success-reg-title {
    font-size: 12px;
    line-height: 15px;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 0;
    padding-left: 36px;
    padding: 0 36px;
}

.success-reg-description {
    margin-bottom: 20px;
}

.success-reg-description span {
    font-family: 'Open Sans';
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.success-reg-description span i {
    font-style: normal;
    color: #6B0C17;
}

.success-reg-description span a {
    color: #6B0C17;
}

.reg-success-sms-fail {
    display: none;
}

.mobile-reg-finish-full__login {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 10px;
}

.mobile-reg-finish-full__login span {
    color: #6B0C17;
}

.mobile-reg-finish-full__link-desc {
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin-bottom: 10px;
}

.mobile-reg-finish-email-desc {
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.mobile-reg-finish-full-login {
    display: none;
}

.regForm .alert-text{
    font-size: 12px;
    color: #6B0C17;
    margin: -10px 0 5px 0;
}

.full-reg-checkbox .alert-text {
    margin-top: 0;
}

.full-reg-captcha .capcha-type1{
    display: block;
}

.full-reg-captcha.type .capcha-type1{
    display: none;
}

.full-reg-captcha .capcha-type2{
    display: none;
}

.full-reg-captcha label {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
    display: block;
}
.full-reg-captcha label font {
    font-weight: 700;
}


.full-reg-captcha .labelName {
    text-align: left;
    font-size: 12px;
}

.full-reg-captcha.type .capcha-type2{
    display: block;
}

.alter-method{
    color: #6B0C17;
    font-weight: 700;
    cursor: pointer;
}

.full-reg-captcha .title{
    margin-bottom: 10px;
    font-size: 12px;
}

.full-reg-captcha .title span {
    text-transform: uppercase;
    color: #6B0C17;
}


.incorrect input{
    border: 1px solid #6B0C17;
}

.incorrect .account-currency-select__current{
    border: 1px solid #6B0C17;
}

.incorrect .secret-question-answer__current{
    border: 1px solid #6B0C17;
}

/*регистр конец*/
/* оповещения */

.notif-filter {
    text-align: center;
    height: 50px;
    padding-top: 13px;
}

.notif-filter .checkbox-block {
    margin: 0 5px;
}

.notif-item {
    position: relative;
    padding: 10px 15px;
    overflow: hidden;
}

.notif-item-label {
    position: absolute;
    width: 60px;
    height: 22px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    top: 0;
    right: -5px;
    z-index: 10;
}

.notif-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #a33c33 0%, #6B0C17 100%);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    z-index: -1;
    border-radius: 2px;
}

.notif-item-text {
    font-family: 'Open Sans';
    color: #000;
    font-size: 14px;
    text-align: left;
}

.notif-item-text span {
    font-family: 'Open Sansbold';
    padding-left: 10px;
}

.notif-item-text:nth-of-type(2) {
    font-size: 12px;
    padding-top: 5px;
}

.notif-item:nth-of-type(even) {
    background-color: #dddddd;
}

.vsm-main-content{
    border-top: 4px solid #ffffff;
}

.messageSection .panel-group .panel-heading+.panel-collapse>.list-group,
.messageSection .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}
/*легальность игр*/
.legacyTermsBlock{
    font-size: 12px;
    line-height: 16px;
    margin: 0 6px 20px 6px;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #f3f3f3;
    font-family: "Open Sans";
}
.legacyTermsBlock p{
    margin-bottom: 5px;
}
.legacyTermsBlock .legacyAlertText{
    font-family: "Open Sansbold";
    padding: 0 0 0 35px;
    background: url("/mobile/templates/mobile_uiux/images/red_22.svg") 0 0 no-repeat;
    background-size: 30px 22px;
    min-height: 22px;
}
.legacyTermsBlock a{
    color: #6B0C17;
    text-decoration: underline;
    cursor: pointer;
}
.legacyTermsBlock .more_link{
    font-family: "Open Sans";
    color: #6B0C17;
    text-decoration: underline;
}

.legacyTermsBlock.open .more_link{
    display: none;
}

.legacyTermsBlock .legacyHiddenText{
    display: none;
}
.legacyTermsBlock.open .legacyHiddenText{
    display: block;
}

.footer_partners {
    text-align: center;
    margin-bottom: 20px;
}

.footer_partners a {
    display: inline-block;
    margin: 0 12px;
}

.footer_partners a img {
    display: block;
    height: 48px;
    width: auto;
}

.alert-text {display: none;}

.magicLayOut .lmwMenuMaster .lmwUlMenu{
    padding-bottom: 130px !important;
}

.line-top-icon {
    height: 13px;
    margin-top: 8px;
    position: relative;
    top: -4px;
}

.m-result-line-name {
    margin-right: 2px;
}
span.reg-success-sms-fail{display:none;}

/* Удаление боковых стрелочек в input[type=number] */
input#ent_code::-webkit-outer-spin-button,
input#ent_code::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input#ent_code[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

input#ent_code2::-webkit-outer-spin-button,
input#ent_code2::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input#ent_code2[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
span.reg-success-sms-fail{display:none;}



/*лимит*/

.now_limit{
    display: inline-block;
    margin: 0 20px 0 0;
}

.get_limit_settings .limit_line{
    margin-bottom: 10px;
}

.get_limit_settings .limit_line .name{
    display: block;
    min-width: 200px;
    float: left;
    padding-right: 25px;
}
.get_limit_settings .limit_line input{
    width: 100px;
    border: 1px solid silver;
    float: right;
}

.get_limit_settings .limit_line select{
    border-radius: 0;
    width: 100px;
    background-color: #ffffff;
    border: 1px solid silver;
    float: right;
}

.get_limit_settings .controls{
    margin: 26px 0 20px;
    text-align: right;
}

.warning-text{
    background: url("../images/warning.svg") 0 5px no-repeat;
    padding: 2px 0 0 35px;
    min-height: 25px;
    background-size: 30px auto;
    color: #6B0C17;
    text-align: left;
    display: inline-block;

}

#limitOverlay1,
#limitOverlay2{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,.7);
    display: none;
}

.limitPopSettings1 #limitOverlay1,
.limitPopSettings2 #limitOverlay2{
    display: block;
}

.limitPopUp,
.limitPopUp2{
    position: fixed;
    width: 300px;
    left: 50%;
    top:10%;
    margin-left: -150px;
    z-index: 99999;
    display: none;
    border-radius: 4px;
    background: #ededed;
    padding: 5px 5px 15px 5px;
    border: 1px solid #cecece;
}

.limitPopSettings1 .limitPopUp1{
    display: block;
}

.limitPopSettings2 .limitPopUp2{
    display: block;
}

.limitPopUp .title{
    background-color: #6B0C17;
    color: #ffffff;
    padding: 6px 30px 6px 10px;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
    margin-bottom: 20px;
    position: relative;
}

.limitPopUp .title .close-icon{
    position: absolute;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: url(../images/close_n.svg) no-repeat center center;
    background-size: contain;
    top: 9px;
    right: 6px;
    border: none;
    display: block;
}

.limitPopUp .limitBody{
    text-align: center;
}

.limitPopUp .limitBody .text{
    margin: 25px 0 30px 0;
}

.limitPopUp .warning-text{
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

.sms-limit1,
.sms-limit2{
    display: none;
}

.limit_time{
    display: none;
}

.limitBetLink{
    display: inline-block;
    color: #fff;
    margin-top: 14px;
}

.limit_text_info{
    background-color: #e1e1e1;
    padding: 10px;
}

.central_limit_td .content{
    padding: 10px;
}

.central_limit_td .content a{
    color: #6B0C17;
}

.settTabsBlock .Settabs .tabs__content {
    display: none; /* по умолчанию прячем все блоки */
    padding-bottom: 40px;
}

.settTabsBlock .Settabs .tabs__content.active {
    display: block; /* по умолчанию показываем нужный блок */
}

.settTabsBlock .Settabs .tabs__caption {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.settTabsBlock .Settabs .tabs__caption li.active {
    border-bottom: 2px solid #6B0C17;
    font-weight: bold;
}

.settTabsBlock .Settabs .tabs__caption li {
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 10px 0;
    cursor: pointer;
    text-align: center;
    padding-bottom: 0;
}



/*лимит конец*/

.account-tooltip {
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    z-index: 2;
    top: 2px;
    left: 4px;
}

.operationListTable .td-in {
    position: relative;
    padding-left: 27px;
}

.tooltip-warning {
    background-image: url(../images/info.svg);
}

.account-tooltip div {
    position: absolute;
    width: 220px;
    border-radius: 4px;
    padding: 5px;
    background: #eaeaea;
    box-shadow: 0 0 8px 0 rgba(50,50,50,.35);
    font-size: 11px;
    line-height: 12px;
    color: #000;
    cursor: auto;
    text-transform: none;
    white-space: normal;
    left: -4px;
    bottom: 25px;
    border: 1px solid #c7c7c7;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    pointer-events: none;
    opacity: 0;
}

.account-tooltip:hover div {
    pointer-events: all;
    opacity: 1;
}

.account-tooltip div::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #c7c7c7 transparent transparent transparent;
    position: absolute;
    left: 5px;
    bottom: -7px;
    content: "";
}

.lh-left {
    text-align: left;
    font-size: 14px;
    padding: 3px 12px 4px;
}
.lh-left a {
    text-decoration: none;
    float: right;
}
.lh-left.no-button a {
    display: none;
}
.lh-left.no-button {
    text-align: center;
}
.modal-acount-clear .modal-body {
    padding: 8px 8px 15px;
}
.modal-acount-clear .modal-content {
    padding: 4px;
    max-width: 300px;
    margin: 0 auto;
}
.modal-acount-clear .modal-title {
    color: white;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 6px 6px 0 0;
    background: #6B0C17;
    padding: 10px 10px 9px;
}
.modal-acount-clear .modal-controls {
    font-size: 0;
    padding: 16px 0 3px;
    text-align: center;
}
.modal-acount-clear button {
    margin: 0 9px;
    padding: 5px 20px;
    font-size: 14px;
    vertical-align: top;
    min-width: 86px;
}
.modal-acount-clear button:first-child {
	margin-left: 0;
}
.modal-acount-clear button:last-child {
	margin-right: 0;
}
.modal-acount-clear .modal-text {
    font-size: 14px;
    line-height: 17px;
}
.modal-acount-clear .modal-info .modal-text {
    text-align: center;
}
.modal-acount-clear .modal-error .modal-text,
.modal-acount-clear .modal-success .modal-text {
    position: relative;
    padding-left: 36px;
    max-width: 245px;
    left: 13px;
    margin: 0 auto 11px;
}
.modal-acount-clear .modal-error .modal-text::before,
.modal-acount-clear .modal-success .modal-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background-size: 100% 100%;
    width: 27px;
    height: 27px;
}
.modal-acount-clear .modal-error,
.modal-acount-clear .modal-success {
    padding-top: 23px;
}
.modal-acount-clear .modal-error button,
.modal-acount-clear .modal-success button {
    min-width: 132px;
}
.modal-acount-clear .modal-error .modal-text::before {
    background-image: url(/mobile/templates/mobile_uiux/images/reg_notif.svg);
}
.modal-acount-clear .modal-success .modal-text::before {
    background-image: url(/mobile/templates/mobile_uiux/images/reg_ok.svg);
}
.modal-acount-clear .modal-tip {
    max-width: 273px;
    margin: 0 auto 9px;
    background: #F3F3F3;
    border-radius: 6px;
    border: 1px solid #DEDEDE;
    position: relative;
    padding: 4px 10px 8px 45px;
    font-size: 11px;
    line-height: 15px;
}
.modal-acount-clear .modal-tip::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    width: 27px;
    height: 27px;
    background-size: 100% 100%;
    background-image: url(/mobile/templates/mobile_uiux/images/warning_vip.svg);
}
.modal-acount-clear .close-btn {
    position: absolute;
    background: url(../images/close_n.svg) center center no-repeat;
    background-size: 16px 16px;
    width: 36px;
    height: 36px;
    right: 3px;
    top: 1px;
    border: none;
    z-index: 100;
    display: block;
}

.modal-dialog-centered {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}
.modal-dialog-centered .modal-dialog-in {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 20px;
}

.modal-open.scrolled .wrapper_block2 {
    opacity: 1;
    top: 0 !important;
}

.inputDataLine{
    position: relative;
}

#captcha_select {
    color: #6B0C17;
    text-decoration: underline;
}

.sub-rules-page a{
    color: #6B0C17;
    text-decoration: underline;
}


/*rules*/

.rules-acc-item{
    padding: 0 15px;
}

.rules-acc .rules-acc-item {
    margin-bottom: 10px;
}

.rules-acc .rules-acc-title{
    background-color: #f1f1f1;
    border: 1px solid silver;
    color: #000000;
    padding: 5px 20px 5px 5px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
}

.rules-acc .rules-acc-title:before{
    border: 6px solid transparent;
    border-top: 6px solid #000000;
    border-bottom: none;
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
    content: "";
    transform: rotate(-90deg);
    transition: all 400ms;
}

.rules-acc .open .rules-acc-title:before{
    transform: rotate(0deg);
}

.rules-acc .rules-acc-info{
    font-size: 12px;
    padding: 10px;
    border: 1px solid silver;
    border-top: none;
    display: none;
}

.input-with-plus {
    position: relative;
    padding-left: 15px;
}
.input-with-plus::before {
    content: '+';
    position: absolute;
    width: 15px;
    left: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.red_button.is-loading {
    pointer-events: none;
    opacity: .7;
}
.red_button.is-loading::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22margin%3A%20auto%3B%20background%3A%20none%3B%20display%3A%20block%3B%20shape-rendering%3A%20auto%3B%22%20width%3D%22200px%22%20height%3D%22200px%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%0A%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2240%22%20stroke-width%3D%225%22%20stroke%3D%22%23ffffff%22%20stroke-dasharray%3D%2262.83185307179586%2062.83185307179586%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20transform%3D%22rotate(279.821%2050%2050)%22%3E%0A%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20repeatCount%3D%22indefinite%22%20dur%3D%221s%22%20keyTimes%3D%220%3B1%22%20values%3D%220%2050%2050%3B360%2050%2050%22%3E%3C%2FanimateTransform%3E%0A%3C%2Fcircle%3E%0A%3C!--%20%5Bldio%5D%20generated%20by%20https%3A%2F%2Floading.io%2F%20--%3E%3C%2Fsvg%3E');

}
.red_button.is-loading span {
    visibility: hidden;
}

.app-banner {
    position: relative;
    z-index: 9;
}
.app-banner img {
    width: 100%;
    height: 100%;
    display: block;
}
.app-banner a {
    text-decoration: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: #ffb412;
    height: 55px;
    padding: 0 10px 0 17px;
}
.app-banner-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 48px;
    top: 5px;
}
.app-banner-text {
    text-align: center;
    color: black;
    padding: 0 20px 0 96px;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: .02em;
    position: relative;
    top: -1px;
}
.app-banner-close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0;
    border: 0;
    background: none;
    outline: none;
    position: absolute;
    left: 9px;
    top: 13px;
    z-index: 2;
}
.app-banner-close::before {
    content: '';
    width: 14px;
    height: 14px;
    background: transparent 100% 100% url(/mobile/templates/mobile_uiux/images/app-banner-close.svg);
    position: absolute;
    left: 50%;
    top: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}
.app-banner-button {
    cursor: pointer;
    color: white;
    height: 27px;
    line-height: 27px;
    min-width: 78px;
    padding: 0 10px;
    text-align: center;
    background-color: rgb(116, 29, 22);
    font-size: 12px;
    border: 0;
    box-shadow: none;
    border-radius: 15px;
    outline: none;
}

.lang-uz .app-banner-button{
    line-height: 14px;
}



/* Preloader */

#dotted_preloader{
    position:relative;
    width:162px;
    height:20px;
    margin: 0 auto;
}

#dotted_preloader div {
    position:absolute;
    top:0;
    background-color:#ffffff;
    width:20px;
    height:20px;
    -moz-animation-name:bounce_dotted_preloader;
    -moz-animation-duration:1.3s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:normal;
    -moz-transform:scale(.3);
    -moz-border-radius:13px;
    -webkit-animation-name:bounce_dotted_preloader;
    -webkit-animation-duration:1.3s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:normal;
    -webkit-transform:scale(.3);
    -webkit-border-radius:13px;
    -o-animation-name:bounce_dotted_preloader;
    -o-animation-duration:1.3s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:normal;
    -o-transform:scale(.3);
    -o-border-radius:13px;
    -ms-animation-name:bounce_dotted_preloader;
    -ms-animation-duration:1.3s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:normal;
    -ms-transform:scale(.3);
    -ms-border-radius:13px;
    animation-name:bounce_dotted_preloader;
    animation-duration:1.3s;
    animation-iteration-count:infinite;
    animation-direction:normal;
    transform:scale(.3);
    border-radius:13px;
}

#dotted_preloader div:nth-child(1){
    left:0;
    -moz-animation-delay:0.52s;
    -webkit-animation-delay:0.52s;
    -o-animation-delay:0.52s;
    -ms-animation-delay:0.52s;
    animation-delay:0.52s;
}

#dotted_preloader div:nth-child(2){
    left:20px;
    -moz-animation-delay:0.65s;
    -webkit-animation-delay:0.65s;
    -o-animation-delay:0.65s;
    -ms-animation-delay:0.65s;
    animation-delay:0.65s;
}

#dotted_preloader div:nth-child(3){
    left:41px;
    -moz-animation-delay:0.78s;
    -webkit-animation-delay:0.78s;
    -o-animation-delay:0.78s;
    -ms-animation-delay:0.78s;
    animation-delay:0.78s;
}

#dotted_preloader div:nth-child(4){
    left:61px;
    -moz-animation-delay:0.91s;
    -webkit-animation-delay:0.91s;
    -o-animation-delay:0.91s;
    -ms-animation-delay:0.91s;
    animation-delay:0.91s;
}

#dotted_preloader div:nth-child(5){
    left:81px;
    -moz-animation-delay:1.04s;
    -webkit-animation-delay:1.04s;
    -o-animation-delay:1.04s;
    -ms-animation-delay:1.04s;
    animation-delay:1.04s;
}

#dotted_preloader div:nth-child(6){
    left:101px;
    -moz-animation-delay:1.17s;
    -webkit-animation-delay:1.17s;
    -o-animation-delay:1.17s;
    -ms-animation-delay:1.17s;
    animation-delay:1.17s;
}

#dotted_preloader div:nth-child(7){
    left:122px;
    -moz-animation-delay:1.3s;
    -webkit-animation-delay:1.3s;
    -o-animation-delay:1.3s;
    -ms-animation-delay:1.3s;
    animation-delay:1.3s;
}

#dotted_preloader div:nth-child(8){
    left:142px;
    -moz-animation-delay:1.43s;
    -webkit-animation-delay:1.43s;
    -o-animation-delay:1.43s;
    -ms-animation-delay:1.43s;
    animation-delay:1.43s;
}

@-moz-keyframes bounce_dotted_preloader{
    0%{
        -moz-transform:scale(1);
        background-color:#6B0C16;
    }

    100%{
        -moz-transform:scale(.3);
        background-color:#FFFFFF;
    }

}

@-webkit-keyframes bounce_dotted_preloader{
    0%{
        -webkit-transform:scale(1);
        background-color:#6B0C16;
    }

    100%{
        -webkit-transform:scale(.3);
        background-color:#FFFFFF;
    }

}

@-o-keyframes bounce_dotted_preloader{
    0%{
        -o-transform:scale(1);
        background-color:#6B0C16;
    }

    100%{
        -o-transform:scale(.3);
        background-color:#FFFFFF;
    }

}

@-ms-keyframes bounce_dotted_preloader{
    0%{
        -ms-transform:scale(1);
        background-color:#6B0C16;
    }

    100%{
        -ms-transform:scale(.3);
        background-color:#FFFFFF;
    }

}

@keyframes bounce_dotted_preloader{
    0%{
        transform:scale(1);
        background-color:#6B0C16;
    }

    100%{
        transform:scale(.3);
        background-color:#FFFFFF;
    }

}


/*forecast*/

.forecastFilter {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0 12px;
}
.forecastFilter span{
    display: inline-block;
    padding: 3px 5px;
    font-size: 12px;
}
.forecastFilter span.active{
    border-bottom: 1px solid #6B0C17;
}

.forecastList{
    padding:  0 10px;
}

.forecastList .forecastSection:first-child{
    border-top: none;
}

.forecastSection{
    border-top: 1px solid #c4c4c4;
    padding: 15px 0;
    font-size: 10px;
}

.forecastSection .author{
    float: left;
    margin-right: 10px;
}

.forecastSection .author img{
    width: 35px;
    height: 35px;
}
.forecastSection .description{
    margin-left: 45px;
    height: 125px;
    overflow: hidden;
    position: relative;
}

.forecastSection .description:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: 0px;
    left: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.79) 70%, rgba(255, 255, 255, 1) 89%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.79)), color-stop(89%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.79) 70%, rgba(255, 255, 255, 1) 89%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.79) 70%, rgba(255, 255, 255, 1) 89%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.79) 70%, rgba(255, 255, 255, 1) 89%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.79) 70%, rgba(255, 255, 255, 1) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.forecastSection.open .description{
    height: auto;
    overflow: visible;
}
.forecastSection.open .description:after{
    display: none;
}

.forecastSection .title .date{
    color: #6B0C17;
}

.forecastSection .title{
    margin-bottom: 5px;
    font-family: 'Open Sansbold';
}

.forecastSection .theme{
    font-family: 'Open Sansbold';
}

.forecastSection .controls{
    text-align: right;
    color: #6B0C17;
}

.forecastSection .red_button{
    width: 100%;
}

.forecastSection.open .show-btn{
    display: none;
}
.forecastSection .hide-btn{
    display: none;
}

.forecastSection.open .hide-btn{
    display: inline-block;
}
.forecastSection .themeSection{
    margin-bottom: 20px;
}
.matchNameSection{
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
}

.matchNameSection .flag{
    width: 35px;
    height: 35px;
}

.matchNameSection .flag img{
    width: 35px;
    height: 35px;
}

.matchNameSection .matchInfo{
    width: 70%;
    text-align: center;
}

.matchNameSection .matchInfo .matchScore{
    color: #6B0C17;
    font-family: 'Open Sansbold';
}

.matchNameSection .matchCommands{
    font-family: 'Open Sansbold';
}



@media (min-width: 399px) {
    .forecastList {
        padding: 0 20px;
    }
    .forecastFilter{
        padding: 0 20px;
    }
}
/*forecast end*/

.popup-banner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    pointer-events: none;
}

.popup-banner-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0, .54);
    z-index: 0;
    opacity: 0;
    transition: opacity .4s;
    pointer-events: none;
}

.popup-banner-close {
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 2;
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
    width: 60px;
    height: 60px;
}

.popup-banner-close::before {
    content: '';
    position: absolute;
    left: calc(50% + 5px);
    top: calc(50% - 3px);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACHRSTlMAen901b22hfqYfqYAAABfSURBVAjXY0ACLAoQWoSBgakRzGJuBxISAiCmBUiSsREk2AQkQMIQQbAwWBAqDBKECLc1wc3OCICxmFvBZkPMBJsNMZOxESYIMgQiCDYbJggRZgQJQiiWAogOFQbsAACovgzKRdVQZQAAAABJRU5ErkJggg==');
}

.popup-banner-close.black::before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjkxMTMyOTlBNjY4MTFFQTg3QTNCNkY0Mjg1OEUxNDciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjkxMTMyOThBNjY4MTFFQTg3QTNCNkY0Mjg1OEUxNDciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUI4QUUzOEE4RjlDMTFFQTlDRUVDODIwM0FFQzZFNjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUI4QUUzOEI4RjlDMTFFQTlDRUVDODIwM0FFQzZFNjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Wi8+rAAAA1ElEQVR42rSUXQ7CIAyArUf2JxmQjD3okYwPJl5C420MlqRbsJa1LLNJx6D0SwulkFLarCnb/AGAB2pcAkA/h/qcFijCDMs/Ps+tinIgv/O0Vhh9C7SADV/rbJOjTU6BHSXYD5BBgwKLor3iFKT0a2mqQCl9lL0GmwUSpEN9o15o7NXLMtzmlSK7m25fge0oshuN3WJgcWaxSF+t06Y6sxR/U9EyaFCBPM2Z4wi1SKWijca37MTiZ2kMjd3G8yBGQ+5npxZYAe1RX+Mc/tKx15SPAAMAudn2T2/0jBgAAAAASUVORK5CYII=');
}

.popup-banner-close:focus {
    outline: none;
}

.popup-banner-body {
    position: absolute;
    z-index: 1;
    width: 260px;
    height: 380px;
    background: black;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    opacity: 0;
    transition: opacity .4s, transform .4s;
}

.popup-banner-in a {
    display: block;
    text-decoration: none;
}

.popup-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.show-popup-banner {
    overflow: hidden;
}

body.show-popup-banner .popup-banner {
    pointer-events: all;
}

body.show-popup-banner .popup-banner-backdrop {
    opacity: 1;
}

body.show-popup-banner .popup-banner-body {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.bonus-popup {
    position: absolute;
    top: calc(100% + 3px);
    right: 1px;
    width: 300px;
    max-width: 287px;
    background: #6EAF54;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    padding: 16px 14px 7px;
    font-size: 14px;
    line-height: 19px;
    color: white;
}

.bonus-popup::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #6EAF54 transparent;
    right: 9px;
    top: -6px;
}

.bonus-popup a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.bonus-popup .btn-close {
    position: absolute;
    background: none;
    padding: 0;
    right: 0;
    top: 0;
    border: 0;
    outline: none !important;
    box-sizing: none;
    width: 24px;
    height: 24px;
}

.bonus-popup .btn-close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-size: 100% 100%;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%228%22%20height%3D%229%22%20viewBox%3D%220%200%208%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4.95072%204.96509L7.80289%202.11292C8.06571%201.8501%208.06571%201.42502%207.80289%201.1622C7.54007%200.899383%207.11498%200.899383%206.85216%201.1622L4%204.01437L1.14784%201.16277C0.885016%200.899954%200.459934%200.899954%200.197115%201.16277C-0.0657049%201.42559%20-0.0657049%201.85068%200.197115%202.1135L3.04928%204.96509L0.197115%207.81725C-0.0657049%208.08007%20-0.0657049%208.50515%200.197115%208.76797C0.328525%208.89881%200.5005%208.96452%200.672475%208.96452C0.844451%208.96452%201.01643%208.89881%201.14784%208.7674L4%205.91581L6.85216%208.76797C6.98357%208.89938%207.15555%208.96509%207.32753%208.96509C7.4995%208.96509%207.67148%208.89938%207.80289%208.76797C8.06571%208.50515%208.06571%208.08007%207.80289%207.81725L4.95072%204.96509Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E');
}


.action-notice-text{
    padding: 10px;
    line-height: 18px;
    clear: both;
}

.fastbet-action-notice-text{
    margin-bottom: 20px;
    line-height: 18px;
}

.idt-form {
    padding: 40px 0;
    text-align: left;
}

.idt-form .error {
    font-size: 12px;
    color: red;
}

.idt-form h1 {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
    margin: 0.5em 0;
}

.idt-form .gray_button {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.idt-form .red_button {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-decoration: none !important;
    outline: none !important;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    min-width: 100px;
    padding: 7px 15px 6px;
    text-align: center;
    cursor: pointer;
    outline: none !important;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    box-shadow: 0px 2px 0px #6B0C17;
    color: #fff;
    text-shadow: 1px 1px 0 #6B0C17;
    background-color: #6B0C17;
    background-image: linear-gradient(180deg, #6B0C17 0%, #a33c33 100%);
    background-image: -webkit-linear-gradient(top, #6B0C17 0%, #a33c33 100%);
}

.idt-form button[disabled],
.idt-form button.disabled  {
    opacity: .7;
    pointer-events: none;
}

.idt-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.idt-form-subtitle {
    overflow: hidden;
    font-size: 16px;
    line-height: 110%;
    display: block;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 40px;
}

.idt-form-subtitle b {
    color: #6B0C17;
}

.idt-form-title {
    text-align: center;
    margin-bottom: 20px;
}

.idt-form-text {
    text-align: center;
    font-size: 14px;
    line-height: 110%;
    margin-bottom: 40px;
}

.idt-form .form-group {
    margin-bottom: 15px;
}

.idt-form .controls {
    position: relative;
}

.idt-form .control-label {
    display: block;
    font-size: 14px;
    letter-spacing: 0.12px;
    margin-bottom: 5px;
    color: black;
    font-weight: normal;
    min-height: 17px;
    line-height: 18px;
}

.idt-form .control-label a,
.idt-form .control-label span.link {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    word-wrap: break-word;
}

.idt-form .form-control {
    display: block;
    width: 100%;
    border: 1px solid #969696;
    padding: 0 5px;
    background: white;
    font-size: 14px;
    text-align: left !important;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
}

.idt-form textarea.form-control {
    resize: vertical;
    height: auto;
}

.idt-form textarea:focus {
    outline: none;
}

.idt-form select {
    max-width: 50%;
    box-sizing: border-box;
    margin: 0;
}

.idt-form select[readonly] {
    pointer-events: none;
}

.idt-form select:focus {
    outline: none;
}

.idt-form select option {
    font-weight: normal;
}

.idt-form .form-control:focus {
    box-shadow: none;
}

.idt-form .form-control[type="file"] {
    background: #f1f1f1;
    border-color: #d7d7d7;
    height: auto;
    padding: 5px;
}

.idt-form .form-control[readonly] {
    background: #f1f1f1;
}


.idt-form-controls {
    text-align: right;
    padding-top: 20px;
}

.idt-form-controls button + button {
    margin-top: 20px;
}

.idt-form-info {
    font-size: 12px;
    line-height: 110%;
    margin-bottom: 20px;
}

.idt-form-response {
    text-align: center;
}

.idt-form-response h3 {
    font-size: 18px;
    line-height: 110%;
    color: #6B0C17;
    font-weight: bold;
    text-transform: uppercase;
}

.idt-form [type="checkbox"] {
    display: none;
}

.idt-form .checkbox {
    padding-left: 22px;
    position: relative;
    z-index: 2;
    margin: 0;
    font-weight: normal;
}

.idt-form .checkbox::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    background: #d7d7d7;
    border: 1px solid #757575;
}

.idt-form [type="checkbox"]:checked + .checkbox::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 2px;
    top: 1px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSI3ODcuOCAyMDEuNCAxNSAxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyA3ODcuOCAyMDEuNCAxNSAxNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjODgyMjExIiBkPSJNNzg3LjksMjEwYzAuMiwwLjIsMSwxLjIsMiwyLjJjMS4yLDEuNCwyLjYsMywyLjgsMy4yYzAuMiwwLjIsMC42LDAuMiwxLTAuOGMwLjYtMS4yLDEuOC00LDMuNS02LjMNCgkJYzEuOC0yLjYsNC4zLTUuMiw0LjktNS44YzAuNi0wLjYsMS0wLjgsMC42LTFjLTAuNC0wLjItMy43LDIuMi01LjUsNC4yYy0yLjIsMi4yLTQuMyw1LjgtNC45LDZjLTAuNCwwLTIuNi0xLjYtMy4xLTINCgkJQzc4OC4zLDIwOS40LDc4Ny41LDIwOS40LDc4Ny45LDIxMHoiLz4NCjwvZz4NCjxyZWN0IHg9Ijc4Ny4xIiB5PSIyMTEuOCIgZmlsbD0ibm9uZSIgd2lkdGg9IjE3LjEiIGhlaWdodD0iMTYiLz4NCjwvc3ZnPg0K') no-repeat 0 0;
}

.idt-form .form-control[readonly].datepicker {
    background: white;
    color: #555;
}

.ui-widget-content .ui-state-active {
    background: #6B0C17 !important;
    border-color: #6B0C17 !important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    margin: 0 !important;
    transform: translate(-50%, -50%);
}
.ui-datepicker .ui-datepicker-prev span {
    border-width: 5px 5px 5px 0;
    border-color: transparent #6B0C17 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #6B0C17;
}

.idt-form form.loading {
    position: relative;
}

.idt-form form.loading::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .4);
    z-index: 3;
}

.idt-form form.loading::after {
    content: '';
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-image: url(../images/refresh_red.svg);
    animation: spinFormLoader 1.5s linear infinite;
    z-index: 4;
}

.idt-form .prefix {
    position: absolute;
    left: -10px;
    width: 10px;
    top: 5px;
    font-size: 14px;
    color: #999;
}

@keyframes spinFormLoader {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.form-field-section{
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #d7d7d7;
}

.form-field-section .form-field-label{
    font-weight: bold;
    margin-bottom: 5px;
}

.form-field-section .pic-object{
    width: 200px;
    height: auto;
}

.form-field-section .pic-object img{
    max-width: 100%;
}

.video-from-api {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    width: 100%;
}

.video-from-api iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.euro-items-list {
    background: #D8D9DB;
    padding-top: 7px;
}
.euro-items-list::before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: inherit;
    z-index: -1;
    pointer-events: none;
}
.euro-item {
    position: relative;
    padding: 11px 14px 10px;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: 0 0;
}
.euro-item:nth-child(odd) {
    background-image: url(../images/euro-item-bg1.png);
}
.euro-item:nth-child(even) {
    background-image: url(../images/euro-item-bg2.png);
}
.euro-item .right_arrow {
    width: 5px;
    height: 10px;
    background-image: url(../images/euro-item-arrow.svg);
    background-size: 100% 100%;
    top: 18px;
    right: 13px;
}
.euro-item-icons {
    margin-bottom: 3px;
    height: 22px;
}
.euro-item-icons > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.euro-item-icons .fav-ico {
    width: 15px;
    height: 15px;
}
.euro-item-live {
    background-image: url(../images/euro-item-live.svg);
    background-size: 100% 100%;
    width: 33px;
    height: 20px;
}
.euro-item-title {
    font-size: 17px;
    line-height: 20px;
    color: black;
}
.euro-item-title a {
    color: black;
}
.euro-item-link {
    text-decoration: none;
    display: block;
}
.euro-item-text {
    font-size: 16px;
    line-height: 21px;
    color: #6B0C17;
}
.euro-item-date {
    font-size: 14px;
    line-height: 18px;
    color: #424242;
}
.euro-item-koef {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-family: "Tahoma";
    font-size: 16px;
    line-height: 19px;
    color: white;
    margin: 0 -5px;
    padding-top: 9px;
}
.euro-item-koef.coefficient .odd  {
    padding: 5px 0;
    margin: 0 5px;
    text-align: center;
    background: linear-gradient(180deg, #424242 0%, #757575 66%, #424242 100%);
    border: 1px solid #424242;
    cursor: pointer;
    border-radius: 5px;
    text-shadow: 2px 2px 0 #424242;
    flex-grow: 1;
    color: white;
    font-family: "Tahoma";
    text-decoration: none;
}
.euro-item-koef.coefficient .odd.in_basket {
    background: linear-gradient(180deg, #6B0C17 0.03%, #800F1C 66%, #6B0C17 100%);
    border-color: #7F1416;
    text-shadow: none;
    font-family: "Tahoma";
    color: white;
}
.euro-items-filters {
    margin: 0 14px 9px;
}
.euro-items-filters .selectboxit-container {
    display: block;
}
.euro-items-filters .selectboxit {
    min-width: 100%;
}
.euro-items-filters .selectboxit-btn {
    border-radius: 4px;
    border: 1px solid #6B0C17;
    background: none;
}
.euro-items-filters .selectboxit-text {
    font-size: 17px;
    color: #6B0C17;
    text-indent: 0;
    padding: 0 5px;
    max-width: calc(100% - 30px) !important;
    float: none;
}
.euro-items-filters.filters-team .selectboxit-text[data-val="empty"] {
    font-size: 13px;
    font-style: italic;
    color: #424242;
}
.euro-items-filters .selectboxit-btn.selectboxit-enabled:hover, 
.euro-items-filters .selectboxit-btn.selectboxit-enabled:focus {
    background: none;
}
.euro-items-filters .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    margin: 0;
    border: 0;
    left: auto;
    transform: translateY(-50%) rotate(90deg);
    width: 5px;
    height: 10px;
    right: 9px;
    background-image: url(../images/euro-item-arrow.svg);
    background-size: 100% 100%;
    transition: transform .3s;
}
.euro-items-filters .selectboxit-open .selectboxit-arrow-container .selectboxit-arrow {
    transform: translateY(-50%) rotate(270deg);
}
.euro-items-filters .selectboxit-open {
    border-radius: 4px 4px 0 0;
}
.euro-items-filters .selectboxit-options {
    background: #D8D9DB;
    border: 1px solid #6B0C17;
    border-top: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 4px 4px;
    max-height: 300px !important;
    padding-bottom: 5px;
    z-index: 2;
}
.euro-items-filters .selectboxit-option {
    text-indent: 0;
    padding: 0;
}
.euro-items-filters .selectboxit-option a {
    font-size: 17px;
    padding: 6px 10px;
    height: auto;
    color: black;
}
.euro-items-filters .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    background: #c6c6c7;
}
.euro-items-filters .selectboxit-optgroup-header {
    color: #6B0C17;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    height: auto;
    border-bottom: 1px solid;
    padding: 16px 0 0;
    margin: 0 10px 5px;
    text-indent: 0;
    display: block;
}
.euro-items-filters .selectboxit-options .selectboxit-disabled {
    display: none;
}
.euro-items-filters .selectboxit-arrow-container {
    top: 0;
}
.menu_buttons .icon_euro21 {
    background-image: url(../images/__icon-euro21.svg);
}
.menu_buttons.menu_line_euro,
.menu_buttons.menu_line_euro.is_active {
    color: #CAAD66;
}
.euro-items-error {
    position: relative;
    z-index: 1;
    padding: 0 14px;
}
#betradar_mobile{
    max-height: 560px;
}


/*пополнение начало*/



.payment-list table{
    width: 100%;
    border-collapse: collapse;
}

.payment-list .pay-head{
    background: #626263;
    text-align: center;
    color: #ffffff;
}

.payment-list .pay-head td{
    font-size: 10px;
    line-height: 12px;
}

.payment-list .pay-head td:first-child{
    text-transform: uppercase;
}

.payment-list td{
    border: 1px solid #CECECE;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle !important;
}
.payment-list .payNameText{
    font-weight: bold;
    font-family: 'Open Sansbold';
    margin-bottom: 5px;
    display: none;
}

.payment-list .action-inform{
    color: #ffffff;
    font-size: 12px;
    padding: 2px 3px;
    display: none;
    background-color: #2bb962;
    border-radius: 5px;
}


.payment-list img{
    vertical-align: middle;
    max-height: 26px;
    max-width: 100px;
    margin:0 4px;
}

/*.payment-list .picLine{
    white-space: nowrap;
}*/

.payment-list .pay-type{
    display: inline-block;
    padding: 0 0 0 20px;
}



.payment-list .pay-type.type1{
    background: url("../images/payment/pay-card-ico.svg") 0 center no-repeat;
    background-size: 15px auto;
    padding: 0 0 0 20px;
}

.payment-list .pay-type.type2{
    background: url("../images/payment/balance-pay-ico.svg") 0 center no-repeat;
    background-size: 15px auto;
    padding: 0 0 0 20px;
}


.payment-list.refillMoney .pay-type.type1{
    background: url("../images/payment/pay-card-ico-up.svg") 0 center no-repeat;
    background-size: 15px auto;
    padding: 0 0 0 20px;
}

.payment-list.refillMoney .pay-type.type2{
    background: url("../images/payment/balance-pay-ico-up.svg") 0 center no-repeat;
    background-size: 15px auto;
    padding: 0 0 0 20px;
}

.payment-list .pay-type.type3{
    background: url("../images/payment/cash-pay-ico.svg") 0 center no-repeat;
    background-size: 15px auto;
    padding: 0 0 0 20px;
}

.payment-list .pay-type.type4{
    background: url("../images/payment/cash-pay-ico.svg") 0 center no-repeat;
    background-size: 15px auto;
    padding: 0 0 0 20px;
}

.payment-list .pay-type.type5{
    background: url("../images/payment/cash-pay-ico.svg") 0 center no-repeat;
    background-size: 15px auto;
    padding: 0 0 0 20px;
}

.payment-list .pay-money-type{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-list .pay-money-type .pay-name{
    font-weight: bold;
}

.pay-money-link{
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #6B0C17;
    border-radius: 4px;
    padding: 3px;
    text-decoration: none;
}

.pay-money-link span{
    display: inline-block;
    padding: 0 3px 0 25px;
    background: url("../images/payment/money-pay-ico.svg") 0 center no-repeat;
    background-size: contain;
}

.payMoneyMethod{
    font-size: 14px;
}

.payMoneyMethod .payMoneyText{
    margin-bottom: 10px;
}

.payMoneyMethod .payMoneyInput{
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.payMoneyMethod.notAllowed .payMoneyInput:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #EAEAEA;
    z-index: 2;
    position: absolute;
    left: 0;
    top:0;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}

.payMoneyMethod .payMoneyInput input{
    width: 240px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 5px;
}

.payMoneyMethod .payMoneyInfo{
    margin-bottom: 20px;
}

.payMoneyMethod .payMoneyControls .red_button{
    min-width: 200px;
}

.payMoneyMethod.notAllowed .payMoneyInfoAlertText{
    margin-bottom: 10px;
    display: block;
}

.payMoneyMethod.notAllowed .payMoneyAlert{
    padding: 5px 15px;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #CD493E;
    display: inline-block;
}

.payMoneyMethod.notAllowed .payMoneyControls .red_button{
    cursor: not-allowed;
    pointer-events: none;
    color: #be888e;
}

.payMoneyMethod .payMoneyAlert{
    display: none;
}

.payMoneyMethod .payMoneyInfoAlertText{
    display: none;
}

.payment-list .payLinkMethod{
    display: block;
    text-decoration: none;
}

.wp-action{
    position:relative;
    right: -20px;
}


/*пополнение конец*/

@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed:wght@700&display=swap');
.banner-koeffs {
	position:  absolute;
	pointer-events: none;
	left: 0;
	right: 0;
	bottom: 15px;
	z-index: 1;
	display:  flex;
	justify-content: center;
}
.banner-koeff {
	font-family: "Roboto", sans-serif;
	background: #e9bd38;
	box-shadow: 0px 2px 0px 0px rgba(254, 252, 200, 0.45) inset;
	text-align: center;
	border-radius: 5px;
	margin: 0 5px;
	text-transform: uppercase;
	color: black;
	font-size: 10px;
	line-height: 1;
	padding: 4px 5px 3px;
	min-width: 70px;
}
.banner-koeff .line {
	margin: 4px auto 3px;
	width: 40px;
	border-bottom: 1px solid;
}
.banner-koeff .name {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: .02em;
}
@media screen and (max-width: 413px) {
	.banner-koeffs {
		bottom: 12px;
	}
}
@media screen and (max-width: 374px) {
	.banner-koeffs {
		bottom: 8px;
	}
}

.insurance-informer {
	padding: 6px 10px;
}
.insurance-informer-in {
	font-size: 14px;
	line-height: 19px;
	color: black;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 5px 20px 5px 5px;
}
.insurance-informer .icon {
	background-size: 100% 100%;
  	-ms-flex-negative: 0;
    flex-shrink: 0;
	margin-right: 9px;
}
.insurance-informer b {
	font-weight: 600;
	white-space: nowrap;
}
.insurance-informer a {
	color: black;
	text-decoration: underline;
}
.insurance-informer a:hover {
	text-decoration: none;
}
.insurance-informer.info .insurance-informer-in {
	background: #FFEDAD;
	border: 1px dashed #F0A108;
}
.insurance-informer.info .icon {
	width: 25px;
	height: 28px;
	background-image: url(/img/icon-ii-info.svg);
	margin-left: 4px;
}
.insurance-informer.success .insurance-informer-in {
	background: #DBFF8F;
	border: 1px dashed #44C606;
}
.insurance-informer.success .icon {
	width: 40px;
	height: 34px;
	background-image: url(/img/icon-ii-success.svg);
}
.modal .insurance-informer {
	padding: 0;
	margin: -10px -11px 16px;
}

.player-vk:before{
    position: absolute;
    right: 5px;
    bottom: 5px;
    /*display: block;*/
    content: "";
    width: 36px;
    height: 36px;
    z-index:2;
    background: url("../images/logoforvideo.png") center center no-repeat;
    display: none;
}

.player-vk:after{
    left: 0;
    top:0;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    content: "";
    z-index: 6;
}


/*полоска бонус купон*/

.outcome-section *{
    box-sizing: border-box;
}
.outcome-section{
    padding: 5px 2px;
}
.outcome-section .outcome-title{
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 12px;
}

.outcome-section .outcome-line-wrap {
    width: 100%;
    height: 18px;
    border-radius: 4px;
    background-color: #c4c4c4;
    display: flex;
    justify-content: space-around;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.outcome-section .outcome-stroke{
    position: absolute;
    height: 18px;
    left: 0;
    top:0;
    background: linear-gradient(90deg, #FAFF00 0%, #FFC700 100%);
    border-radius: 4px;
}

.outcome-section .outcome-steps {
    display: flex;
    width: 100%;
    position: absolute;
}

.outcome-section span{
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 11px;
    height: 18px;
    line-height: 16px;
    min-width: 20%;
    display: flex;
    justify-content: center;
    border: 1px solid transparent;
}

.outcome-section span.active{
    background: linear-gradient(90deg, #FAFF00 0%, #FFC700 100%);
    border-radius: 4px;
    border: 1px solid #ffd401;
}
/*полоска бонус купон конец*/


.run-text-logos {
    width: 100%;
    height: 26px;
    margin: 0 auto;
    background: url("/img/banks-logos-run.jpg?1");
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto 100%;
    animation: animatedBackground 550s linear infinite;
}

.run-mobile-logos {
    width: 100%;
    height: 26px;
    margin: 0 auto;
    background: url("/img/run-mobile-logos.png");
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto 100%;
    animation: animatedBackground 550s linear infinite;
}


@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -10000px 0;
    }
}


/*хедер кнопка реги*/
@media (max-width: 359px) {
    .icons_logo,
    .icons_logo.eng{
        width: 20px;
        height: 20px;
        background: transparent url(/img/logo-circle-new.svg) 0 0 no-repeat;
        margin-top: 2px;
        background-size: cover;
    }
}

.header-top-line .get-reg-btn {
    float: right;
    margin: 0;
    margin-top: -1px;
    font-size: 11px;
    line-height: 12px;
    min-width: unset;
    padding: 8px 10px 6px;
    position: relative;
    top:-1px;
}



.top-block {
	height: 55px;
	position: relative;
}
.top-block-link {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-size: auto 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.top-block-close {
	position: absolute;
	z-index: 1;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
    cursor: pointer;
    padding: 0;
    border: 0;
    background: none;
    outline: none;
}
.top-block-close::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background-size: 100% 100%;
	background-image: url(../images/top-block-close.svg);
}


.topLineSlider .swiper-slide .menu_match {
	margin: 0 2px 0 20px;
	top: 4px;
}

.menu_buttons .icon_champ2022 {
	background-image: url(../images/champ_icon2022.svg);
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	margin-bottom: 4px;
}

.menu_buttons.is_active .icon_champ2022 {
	background-image: url(../images/champ_icon2022_active.svg);
}

.capcha-field img{
    margin: 10px 0;
    border: 1px solid #882211;
}

.line-ufs-tracker-toggle {
	margin: 10px auto;
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: relative;
}
.line-ufs-tracker-toggle::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-size: 100% 100%;
	background-image: url(../images/ufs-tracker-icon-toggle.svg);
	width: 20px;
	height: 20px;
	transition: transform .3s;
}
.line-ufs-tracker-content {
	overflow: hidden;
	height: 0;
	transition: all .4s ease-in-out;
}
.line-ufs-tracker.toggled .line-ufs-tracker-toggle::before {
	transform: translate(-50%, -50%) rotate(180deg);
}
.line-ufs-tracker.toggled .line-ufs-tracker-content {
	height: calc(100vh - 320px);
    max-height: 330px;
    min-height: 230px;
}

.iframe_place_ufs_tracker {
	display: none;
	overflow: hidden;
	background: url(../images/broadcast-preloader.gif) no-repeat center center;
}
.iframe_place_ufs_tracker_inner {
	height: 270px;
}
.video-section.activeType1.active .iframe_place_ufs_tracker_inner {
	height: 220px;
}
.video-section.activeTypeUfs.active .controlsLine,
.activeTypeUfs .iframe_place_ufs_tracker_inner {
	display: block !important;
}
.video-section.activeType1.active .iframe_place_ufs_tracker,
.activeTypeUfs .iframe_place_ufs_tracker {
	display: block;
}
.ufs-ico {
	width: 18px;
	height: 18px;
	background-size: 100% 100%;
	background-image: url(../images/ufs-tracker-icon.svg);
	cursor: pointer;
}
.video-section .controlsLine .ufs-ico,
.ufs-ico.active {
	background-image: url(../images/ufs-tracker-icon-active.svg);
}
.activeTypeUfs .iframe_place_video,
.activeTypeUfs .iframe_place_mt,
.activeTypeUfs .chainWrap,
.activeTypeUfs .iframe_place_ufs_tracker .lineArrowLink {
	display: none !important;
}
.activeTypeUfs .ufs-item {
	background: #d7d7d7;
}

.ico-cashback {
	position: relative;
	width: 37px;
	height: 18px;
	background-size: 100% 100%;
	background-image: url(../images/ico-cashback.svg);
    cursor: pointer;
}
.cashback-tooltip {
	position: absolute;
    bottom: 20px;
    right: 0;
    width: 140px;
    padding: 5px 10px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    background: #eaeaea;
    box-shadow: 0 0 8px 0 rgb(50 50 50 / 35%);
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    color: #000;
    transition: all 400ms;
    visibility: hidden;
    opacity: 0;
    font-weight: normal;
    display: none;
}
.cashback-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    right: 12px;
    bottom: -6px;
    margin-left: -4px;
    border: 6px solid transparent;
    border-top: 6px solid #d7d7d7;
    border-bottom: none;
}
.ico-cashback:hover .cashback-tooltip {
    bottom: 22px;
    visibility: visible;
    opacity: 1;
}

.bet-amounts{
    display: flex;
    margin: 0 0 15px 0;
}

.bet-amounts .bet-amount-item{
    cursor: pointer;
    padding: 3px 10px;
    border-radius: 4px;
    margin:  0 10px 0 0;
    min-width: 90px;
    text-align: center;
    background: #F1F1F1;
    border: none;
    color: #000;
}

/*логотип выбор года*/
.year-choise-logo{
    background-image: url("../images/year-logo-ru.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0 ;
    position: absolute;
    left: 86px;
    top:0px;
    display:none;
}

@media screen and (max-width: 359px) {
    .year-choise-logo{
        left: 30px;
    }
}

/*селект выбора разрешения видео infront*/
.infront-player{
    position:relative;
}

.infront-player #video-select{
   /* margin: 0 0 20px 0;
    position:absolute;
    z-index: 2;
    right: 5px;
    top: 30px;*/
}

.infront-player .video-select-block {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    right: -5px;
    top: 30px;

}

.infront-player .video-select-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}

/*селект выбора разрешения видео infront конец*/


.bets-history-list{
    padding: 0 0 0 20px;
}

.bets-history-list li{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.bets-history-list .bet-history-data{
    padding: 0 20px 0 0;
}



/*партнеры*/
.partners-content{
    color: #ffffff;
    background-color: #232323;
}

.partners-content h1{
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 0 175px;
    font-size: 22px;
}

.partners-list .partner-item:nth-child(2n){
    background-color: #171717;
}

.partner-item{
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.partner-item .img{
    margin: 0 auto;
    width: 70px;
    text-align: center;
}

.partner-item .img img{
    max-width: 70px;
}

.partner-item .desc-title{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: "PT Sans";
}

.partner-item .desc-about{
    font-size: 14px;
    line-height: 18px;
}



/*партнеры слайдер*/


.partners-slider{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.partners-slider h1{
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #ffffff;
    text-align: center;
    font-family: "PT Sans";

}

.partners-slider:before{
    left: 0;
    width: 30px;
    height: 100px;
}

.partners-slider:after {
    right: 0;
    width: 30px;
    height: 100px;
}

.partners-slider:after, .partners-slider:before {
    content: "";
    position: absolute;
    pointer-events: none;
    background: rgba(0,0,0,.9);
    -webkit-filter: blur(61px);
    filter: blur(61px);
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.partners-slider .swiper-container {
    width: 94%;
    margin: 0 auto;
    height: 130px;
    overflow: hidden;
    position: relative;
    /*padding: 0 30px;*/
    box-sizing: border-box;
}
.partners-slider  .swiper-slide {
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    color: #c8c8c8;
    text-transform: uppercase;
    text-decoration: none;
    filter: grayscale(100%);
    transition: all 0.3s ease;
    height: auto;
    box-sizing: border-box;
}

.partners-slider .swiper-slide:hover{
    filter: grayscale(0);
    color: #ffffff;
}

.partners-slider .swiper-pagination {
    bottom: 20px !important;
    display: none;
}


.partners-slider .swiper-button-next:after,
.partners-slider .swiper-button-prev:after{
    font-size: 24px;
    color: #ffffff;
}


.partners-slider .swiper-button-next,
.partners-slider .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 24px;
    margin-top: -12px;
    z-index: 10;
    cursor: pointer;
    background-size: 12px 24px;
    background-position: center;
    background-repeat: no-repeat;
}


.partners-slider .swiper-button-next{
    right: 0;
    background-image: url("/img/slider-arrow-right.svg");
}

.partners-slider .swiper-button-prev{
    left: 0;
    background-image: url("/img/slider-arrow-left.svg");
}

.partners-slider .swiper-pagination-bullet-active{
    background: #F5C945 !important;
}

.partners-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
}

.partners-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
}


.partners-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
}

.partners-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
}


.partners-slider .swiper-pagination-bullet{
    opacity: 1;
    background: #919191;
}


.partners-slider .swiper-slide img{
    max-height: 70px;
}

#StatsCenter{
    min-height: calc(100vh - 300px);
}

/*партнеры слайдер конец*/

.form-reg-code-timer,
.form-reg-code-help {
    text-align: center;
    margin-bottom: 20px;
}

.check-code-state .mobile-reg-popup__input_phone,
.check-code-state .mobile-reg-popup__input_account-currency,
.check-code-state .mobile-reg-popup__input_promocode,
.check-code-state .full-reg-checkbox_fast {
    opacity: .5;
    pointer-events: none;
}


/* бонусы*/


.title-header {
    text-transform: uppercase;
    font-size: 18px;
    border-left: 3px solid #f5c945;
    padding: 0 0 0 5px;
    color: #6b0c17;
    font-weight: bold;
    font-family: "Tahoma";
    width: 100%;
}

.bonuses-page{
    padding: 20px 0 0 0;
    position: relative;
}



.bonus-title-row{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
.bonus-title-row .title-header{
    margin: 0 0 30px 0;
    line-height: 26px;
}

.bonus-filter-list{
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
}

.bonus-filter-list li{
    font-size: 12px;
    color: #771610;
    border: 1px solid #771610;
    padding: 5px;
    margin: 0 5px 5px 0;
    list-style: none;
}


.bonus-filter-list li.active,
.bonus-filter-list li:hover{
    color: #ffffff;
    background-color: #CB0003;
    border-color: #CB0003;
    cursor: pointer;
}

.bonus-filter-list li.active{
    cursor: default;
}

.bonuses-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 40px 0;
}

.bonus-item {
    width: 390px;
    height: 220px;
    position: relative;
    overflow: hidden;
    font-family: "PT Sans";

}

.bonus-item *{
    box-sizing: border-box;
}

.bonus-item .pic {
    width: 100%;
    height: 220px;
}

.bonus-item .pic img {
    vertical-align: middle;
    display: block;
    max-width: 100%;
    height: auto;
}

.bonus-item img{
    width: 390px;
    height: 220px;
}

.bonus-item .img--cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bonus-item .desc{
    position: absolute;
    width: 194px;
    height: 100%;
    top:0;
    right: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    box-sizing: border-box;
}

.bonus-item .title{
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

.bonus-item .text{
    margin-bottom: 10px;
    line-height: 13px;
    font-size: 11px;
}

.bonus-item .text p{
    margin-bottom: 15px;
}

.bonus-item .link{
    position: absolute;
    bottom: 10px;
}

.bonus-item .link a{
    color: #ffffff;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.bonus-item .link a:hover{
    text-decoration: underline;
}

.bonus-item .link span{
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;

}

.bonus-item .link span:before{
    content: "";
    position: absolute;
    top:3px;
    right: -26px;
    background: url("/img/bonus-arrow.svg") 100% center no-repeat;
    background-size: 17px 8px;
    width: 17px;
    height: 8px;
}

.bonus-item.finished .desc{
    background: transparent;
    backdrop-filter: none;
}

.bonus-item .bonus-end-text{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    text-transform: uppercase;
    color: #F0BC3F;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px;
    font-weight: bold;
    text-align: center;
    display: flex;
}

.bonus-item .bonus-end-text span{
    width: 50%;
}


.show-bonus-popup{
    overflow: hidden;
}

.show-bonus-popup .bonus-popup-window{
    display: block;
}

.bonus-popup-window{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
    overflow: auto;
    overflow-x: hidden;
    z-index: 2001;
}

.bonus-popup-window .bonus-popup-content{
    position: absolute;
    left: 50%;
    top:100px;
    transform: translateX(-50%);
    padding: 30px 50px;
    z-index: 3;
    background: #ffffff;
    font-size: 16px;
    max-width: 640px;
    width: 90%;
    box-sizing: border-box;
}

.bonus-popup-window .close-ico{
    position: absolute;
    right: 30px;
    top:30px;
    background: url("/img/close-btn-gray.svg") center center no-repeat;
    border: none;
    cursor: pointer;
    width: 14px;
    height: 14px;
    background-size: 100% 100%;
}

.bonus-popup-window .bonus-header{
    padding: 0 30px 0 0;
}

.bonus-popup-window h1{
    margin-bottom: 40px;
}

.bonus-popup-content .sub-text{
    color: #757576;
    font-size: 12px;
}

.bonus-popup-content p{
    margin-bottom: 20px;
}

/* бонусы конец*/



/*попап опросник*/

.survey-open .survey-popup{
    display: block;
}

.survey-popup{
    z-index: 100;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    display: none;
}

.survey-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0 , 0.7);
    top:0;
    left: 0;
}

.survey-content{
    position: absolute;
    width: 90%;
    left: 50%;
    top:55px;
    transform: translateX(-50%);
    padding: 20px;
    background: #ffffff;
    min-height: 500px;
    overflow: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

@media (max-height: 600px) {
    .survey-content{
        min-height: auto;
        height: 440px;
    }
}

.survey-content .close-btn{
    background: none;
    position: absolute;
    border: none;
    z-index: 10;
    display: block;
    font-size: 32px;
    font-weight: normal;
    line-height: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: .75;
    color: #000;
    top: 5px;
    right: 14px;
}

.tf-v1-popup .tf-v1-iframe-wrapper {
    height: calc(100% - 100px) !important;
}
@media (max-width: 480px) {
    .tf-v1-popup .tf-v1-iframe-wrapper {
        min-height: unset !important;
    }
}
/*попап опросник конец*/


.pay-app-controls .beeline_code_exist{
    color: #882211;
    margin-bottom: 10px;
    display: inline-block;
}

.pay-link-controls a{
    border-radius: 4px;
    background: linear-gradient(180deg, #FDB330 0%, #F4C852 100%);
    box-shadow: 0px 2px 0px 0px #FDB330;
    padding: 7px 15px 6px;
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
}

.pay-content-info{
    line-height: normal;
    margin-bottom: 10px;
}


/*бонусы поле ввода промокода и поп ап*/
.bonus-code-field{
    margin-bottom: 20px;
    display: flex;
    width: 100%;
}

.bonus-code-field form{
    display: flex;
    flex-wrap: nowrap;
}

.bonus-code-field input{
    margin: 0 10px 0 0;
    border-radius: 5px;
    border: 1px solid #969696;
    background: #FFF;
    padding: 9px;
    font-size: 16px;
    text-transform: uppercase;
    flex-grow: 1;
    max-width: 250px;
}

.bonus-code-field input:focus{
    border: 1px solid #F5C945;
    box-shadow: 0px 0px 4px 0px rgba(245, 201, 69, 0.25);
    outline: none;
}

@media (max-width: 374px) {
    .bonus-code-field input {
        width: 150px;
        font-size: 14px;
    }
}

.bonus-code-field input::placeholder {
    text-transform: none;
}

.bonus-code-field button{
    padding: 9px 20px;
    font-size: 16px;
    color: #6B0C17;
    border-radius: 5px;
    background: #F5C945;
    cursor: pointer;
    border: none;
    flex-shrink: 0;
}
.bonus-code-field button[disabled] {
    opacity: .5;
}

.bonus-code-message{
    position: absolute;
    left: 0;
    top:0;
    border: 2px solid rgba(255, 255, 255, 0.45);
    background: #FFF;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.20);
    padding: 30px 25px;
    z-index: 10;
    width: 100%;
    max-width: 390px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "PT Sans";
}

#bonusesPage .bonus-code-message{
    top:50px;
}

.bonus-code-message.error{
    color: #000000;
}

.bonus-code-message-enter-active,
.bonus-code-message-leave-active {
  transition: opacity .4s, transform .6s;
}

.bonus-code-message-enter,
.bonus-code-message-leave-to {
    opacity: 0;
    transform: translateY(-50px);
}

.bonus-code-message button{
    background: url("/img/close-button-bonus.svg") center center no-repeat;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top:10px;
    border: none;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
}

.bonus-code-message.error .code-information{
    background-image: url("/img/bonus-ico-error.svg");
}

.bonus-code-message .code-information{
    display: flex;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 0 0 0 70px;
    min-height: 50px;
    align-items: center;
    background-image: url("/img/bonus-ico-success.svg");
}

.bonus-code-message .code-text-title{
    font-weight: bold;
}

.bonus-filters{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.bonus-filters li{
    padding: 4px 15px 5px;
    border-radius: 5px;
    border: 1px solid #6B0C17;
    margin: 0 0 0 10px;
    line-height: 14px;
    text-align: center;
}

.bonus-filters li:first-child{
    margin: 0;
}


.bonus-filters li a{
    font-size: 12px;
    color: #6B0C17;
    text-decoration: none;
    font-family: "PT Sans";
}

.bonus-filters li a:hover{
    color: #6b0c17;
}

/*бонусы поле ввода промокода и поп ап конец*/

.media-links {
    padding: 20px 10px 20px 25px;
}

.media-arena {
    width: 86px;
    height: 26px;
    display: inline-block;
    background: url("/img/media-arena.svg?1") center center no-repeat;
    background-size: 100% 100%;
}

.mobile-reg-popup__input_promocode {
    padding: 5px 0;
}
.mobile-reg-popup__input_promocode input {
    text-transform: uppercase;
}
.mobile-reg-popup__input_promocode input::placeholder {
    text-transform: none;
}



/*о нас*/
.content-container{
    max-width: 870px;
    font-size: 15px;
    padding: 0 15px;
    line-height: 20px;
    margin: 0 auto;
}

.content-container a{
    color: #882211;
    text-decoration: underline;
}

.section-pic{
    position: relative;
    margin: 0 -15px 25px -15px;
}

.section-pic img{
    max-width: 100%;
}

.content-container h1{
    color: #CB0003;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: bold;
    font-family: pt sans;
}

.content-container h2{
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    font-family: pt sans;
}

.content-container hr{
    margin: 50px 0;
    border: 1px solid #cccccc;
}

.about-list{
    display: flex;
    flex-wrap: wrap;
}

.about-list .about-item{
    margin: 0 0 25px 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.about-list .about-item:last-child{
    margin-bottom: 0;
}

.about-list .pic{
    width: 70px;
    margin: 0 20px 0 0;
    flex-shrink: 0;
}


.reward-item{
    display: flex;
    margin-bottom: 50px;
}
.reward-item:last-child{
    margin-bottom: 0;
}

.reward-item .pic{
    width: 70px;
    margin: 0 20px 0 0;
    flex-shrink: 0;
    text-align: center;
}

.reward-item .pic img{
    width: 70px;
}

.reward-item .title{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "PT Sans";
}



.smi-partners-list{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 50px;
}

.smi-partners-list .smi-partner{
    text-align: center;
    color: #9AA0A8;
    font-size: 14px;
    font-weight: 700;
    width: 50%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}
.smi-partners-list .smi-partner img{
    margin-bottom: 5px;
    width: 80px;
}

.contact-item{
    display: flex;
    margin-bottom: 20px;
}

.contact-item a:hover{
    text-decoration: none;
}

.contact-item .pic{
    margin: 0 20px 0 0;
    width: 35px;
}
/*о нас конец*/


.warning-content{
    padding: 15px;
}

.warning-content .img img{
    max-width: 600px;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.warning-link {
    padding: 5px;
    border-top: 1px solid #989898;
    background: #424242;
    text-align: center;
    font-size: 12px;
}
.warning-link a {
    color: #ffffff;
}

.warning-content .warning-title{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
}

.modal-actions {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: rgba(0, 0, 0, .7);
    pointer-events: none;
    opacity: 0;
    transition: opacity .6s;
}
.modal-actions-in {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    transition: transform .6s, opacity .6s;
    opacity: 0;
    transform: translateX(100%);
}
.modal-actions iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
}
.show-modal-actions,
.hide-modal-actions {
    overflow: hidden;
}
.show-modal-actions .modal-actions {
    opacity: 1;
    pointer-events: all;
}
.showed-modal-actions .modal-actions-in {
    opacity: 1;
    transform: translateX(0);
}
body.reg-popup-show .modal-actions,
body.reg-popup-full-show .modal-actions {
    top: 34px;
}
body.reg-popup-show.banner .modal-actions,
body.reg-popup-full-show.banner .modal-actions {
    top: 89px;
}
body.reg-popup-show .modal-actions,
body.reg-popup-show .modal-actions-in,
body.reg-popup-full-show .modal-actions,
body.reg-popup-full-show .modal-actions-in {
    height: calc(100vh - 34px);
    height: calc(var(--vh, 1vh) * 100 - 34px);
}
body.reg-popup-show .modal-actions,
body.reg-popup-show .modal-actions-in,
body.reg-popup-full-show .modal-actions,
body.reg-popup-full-show .modal-actions-in {
    height: calc(100vh - 89px);
    height: calc(var(--vh, 1vh) * 100 - 89px);
}


.user-banned-block{
    background-color: #F1F1F1;
    padding: 20px;
    font-size: 12px;
    line-height: 16px;
    position: relative;
}

.user-banned-info{
    padding: 0 0 0 40px;
    background: url("/img/banned-ico.svg") 0 center no-repeat;
    background-size: 34px 34px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.banned-close{
    background: url("/img/banned-close.svg") 0 center no-repeat;
    background-size: 24px 24px;
    position: absolute;
    right: 0;
    top:0;
    border: none;
    width: 24px;
    height: 24px;
}

/*окошко предупреждения*/
.harm-window{
    position: absolute;
    padding: 12px 16px;
    background: #F1F1F1;
    text-transform: none;
    text-align: left;
    min-width: 320px;
    z-index: 10;
    width: 100%;
    box-shadow: 0px 2px 4px 0px rgba(108, 121, 147, 0.08), 0px 4px 8px 2px rgba(108, 121, 147, 0.12);
    font-size: 12px;
    /*font-family: "Inter";*/
}

.close-harm{
    position: absolute;
    width: 10px;
    height: 10px;
    border: none;
    background: url("/img/harm-close.svg") center center no-repeat;
    right: 5px;
    top:5px;
    cursor: pointer;
}

.harm-window p{
    margin-bottom: 0;
}

.harm-window .title{
 /*   font-weight: bold;*/
}

.harm-window a {
    color: #6B0C16;
    text-decoration: underline;
    padding: 0;
    display: inline-block;
    border: none;
    margin: 0;
}

.harm-window a:hover{
    text-decoration: none;
    background: none;
    color: #6B0C16;
}
/*предупр окошко конец*/


/*кружок если есть уведомления о вреде*/
.warning-link.has-notif span{
    -moz-animation: harm-blink 1300ms linear  infinite;
    -webkit-animation: harm-blink 1300ms linear  infinite;
    -o-animation: harm-blink 1300ms linear  infinite;
    -ms-animation: harm-blink 1300ms linear  infinite;
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 50%;
    background: white;
    display: inline-block;
    margin: 0 0 0 5px;
    border: 2px solid rgba(108, 121, 147, 0.60);
}


@-moz-keyframes harm-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes harm-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes harm-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes harm-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*кружок если есть уведомленяи о вреде конец*/


.bets-warning-info{
    position: relative;
    padding: 10px 25px 10px 10px;
    border: 1px solid rgba(108, 121, 147, 0.20);
    background: #F1F1F1;
    color: #4C5567;
    font-size: 12px;
    line-height: 18px;
}

.select-refrate{
    border: 1px solid #c7c7c7;
    color: black;
    outline: none;
    width: 45px;
    height: 26px;
    border-radius: 0;
}

/*
.reg-banner-block {
    display: none;
}*/
#regBannerBlock{
    text-align: center;
}


/* web push promt */
.push-window,
.push-window * {
    box-sizing: border-box;
}

.push-window {
    position: fixed;
    top:0;
    width: 100%;
    left: 0;
    z-index: 100000;
    pointer-events: none;
    transform: translateY(-101%);
    transition: transform 0.3s ease-in-out;
}

.push-window.is-show {
    pointer-events: all;
    transform: translateY(0);
}

.push-container {
    max-width: 630px;
    padding: 10px 10px 10px 60px;
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    background-image: url("/img/push-ico.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    transition: box-shadow 0.3s ease-in-out;
}

.push-window.is-show .push-container {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.push-window h1 {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 15px 0;
    font-family: "PT sans";
    font-weight: bold;
}

.push-window ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 12px;
}

.push-window ul li {
    margin: 0 0 5px 0;
    padding: 0;
}

.push-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.push-footer .text {
    color: #afafaf;
    font-size: 12px;
    margin-bottom: 10px;
}

.push-controls button {
    min-width: 130px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.push-controls .decline {
    color: #afafaf;
    border: 1px solid #afafaf;
    background: #ffffff;
}

.push-controls .accept {
    color: #ffffff;
    border: 1px solid #0078D1;
    background: #0078D1;
    font-weight: 700;
}

@media (max-width: 360px) {
    .push-controls button{
        min-width: 115px;
    }
}


.state-table-money .method-row {
    display: flex;
    align-items: center;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 0;
}

.state-table-money .method-logo {
    text-align: center;
    width: 100px;
    flex-shrink: 0;
    padding: 0 5px;
    margin: 0 5px 0 0;
}

.state-table-money img {
    max-width: 100%;
    margin-bottom: 5px;
    max-height: 20px;
    display: inline-block;
}

.state-table-money .method-name {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Open Sansbold';
}

.state-table-money .method-text {
    font-size: 12px;
}

.state-table-money .method-limits {
    font-size: 12px;
    line-height: 14px;
    color: #6C7993;
}

.state-table-money .pay-head{
    font-size: 12px;
    line-height: 14px;
    font-family: 'Open Sansbold';
    margin-bottom: 10px;
    padding: 5px 0 0 0;
}

.state-table-money .action-inform{
    color: #ffffff;
    font-size: 12px;
    padding: 2px 3px;
    display: none;
    background-color: #2bb962;
    border-radius: 5px;
}


.error .code-information-desc .code-text-info{
    display: none;
}


.header-icons{
    display: flex;
    justify-content: flex-end;
}

.header-icons .pay-up-btn{
    background: #f7ce55;
    border-radius: 5px;
    color: #64191b;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 4px 5px 4px;
    margin-left: 5px;
    font-family: 'Open Sansbold';
}

.user-values-info{
    display: flex;
    align-items: center;
    background: #6f2a30;
    padding: 0 0 0 5px;
    border-radius: 8px;
}

.no-status-error{
    padding: 0 0 0 15px;
    background: url("/img/has-ident-ico.svg") 0 center no-repeat;
    background-size: 12px 12px;
}

.has-status-error{
    padding: 0 0 0 15px;
    background: url("/img/no-ident-ico.svg") 0 center no-repeat;
    background-size: 12px 12px;
}

.status-btn{
    display: inline-block;
    padding: 5px;
    background-color: #6B0C17;
    border-radius: 5px;
    min-width: 300px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
}

.productMenu .pmItem.new-site-link{
    background-color: #5ba13e;
    color: #ffffff;
}

.mobile-reg-popup__disclaimer{
    font-size: 12px;
    line-height: 14px;
}

.mobile-reg-popup__disclaimer a{
    color: #6B0C17;
    text-decoration: underline;
}
.mobile-reg-popup__disclaimer a:hover{
    text-decoration: none;
}