@font-face {
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 400;
    src: local('Tahoma'), url('../fonts/tahoma.eot'), url('../fonts/tahoma.woff') format('woff'), url('../fonts/tahoma.ttf') format('truetype');
}

@font-face {
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 700;
    src: local('Tahoma'), url('../fonts/tahoma-bold.eot'), url('../fonts/tahoma-bold.woff') format('woff'), url('../fonts/tahoma-bold.ttf') format('truetype');
}

/*@font-face {
    font-family: 'Tahoma';
    font-style: italic;
    font-weight: 400;
    src: local('Tahoma'), url('../fonts/tahoma.eot'), url('../fonts/tahoma.woff') format('woff'), url('../fonts/tahoma.ttf') format('truetype');
}



@font-face {
    font-family: 'Tahoma';
    font-style: italic;
    font-weight: 700;
    src: local('Tahoma'), url('../fonts/tahoma.eot'), url('../fonts/tahoma.woff') format('woff'), url('../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 0 0.5em 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sansbold';
}

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: #800000;
}

.maroon_bg {
    background: #800000;
}

/*
.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;
    position: relative;
    top:-5px;
}

.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;
    overflow-wrap: break-word;
}

.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: #882211;
    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: #caad66;
    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: #caad66;
}

#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: #800000;
    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: #800000;
    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: #800000;
}

.coefficient .odd {
    font-family: 'Open Sansbold';
    color: #800000;
    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;
}

.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: 0.2em 6px;
    background: #666;
    color: #fee200;
}

.error {
    color: #ff6666;
}

.err {
    margin: 140px 15px;
}

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

.event {
    color: #800000;
}

.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: #800000;
    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;
}

.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: #882211;
}

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

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

.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: 80px;
    height: 20px;
    background: transparent url('/mobile/templates/mobile_uiux/images/olimp_header_logo.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/olimp_header_logo_en.svg');
}

.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: #caad66;
}

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

.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: #882211;
    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: #800000;
    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_major {
    background-image: url(/img/major2024.png);
}

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

.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_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_casino {
    background-image: url(../images/__casino.svg);
    background-size: 38px 32px !important;
}

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

.menu_buttons .icon_poker{
    background-image: url(../images/__poker.svg);
    background-size: 38px 38px !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_vfl {
    background-image: url(../images/menu_icon_vsport.svg);
    background-size: 26px auto !important;
}

.menu_buttons.is_active .icon_vfl {
    background-image: url(../images/menu_icon_vsport_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_turbo {
    background-image: url(../images/__turbo.svg);
    background-size: 27px auto !important;
}

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

.menu_buttons .icon_aviator {
    background-image: url(../images/__aviator.svg);
    background-size: 32px auto !important;
    top: -2px;
}

.menu_buttons .icon_aviator .pin {
	right: auto;
	left: -2px;
}

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

.menu_buttons .icon-aviator-text {
	background-image: url(../images/__aviator-text.svg);
	background-size: 100% 100%;
	width: 38px;
	height: 9px;
	display: inline-block;
	position: relative;
	top: 0;
}




.menu_buttons .icon_aviatrix {
    background-image: url(../images/icon-aviatrix.png);
    background-size: 35px auto;
    background-position: 0 10px;
}


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

.menu_buttons .icon-aviatrix-text {
    background-image: url(../images/__aviatrix-text.svg);
    background-size: 100% 100%;
    width: 44px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: -1px;
}

.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;
}

.menu_buttons .icon_skyward {
    background-image: url("../images/skyward_white-icon.svg");
    background-size: 35px auto;
    background-position: 0 10px;
}

.menu_buttons .icon-skyward-text {
    background-image: url("../images/skyward_white-name.svg");
    background-size: 100% 100%;
    width: 50px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.menu_buttons .icon_esports {
    background-image: url("../images/esports_icon.svg");
    background-size: 35px auto;
}



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

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

.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 {
    /*display: none;*/
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    overflow: hidden;
}

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

.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: #caad6e;
    border-color: #caad6e;
    background-image: -webkit-linear-gradient(top, #80602f, #caad6e 50%, #80602f);
    background-image: -moz-linear-gradient(top, #80602f, #caad6e 50%, #80602f);
    background-image: -o-linear-gradient(top, #80602f, #caad6e 50%, #80602f);
    background-image: linear-gradient(to top, #80602f, #caad6e 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: #882211;
    border-color: #882211;
    background-image: -webkit-linear-gradient(top, #8d0000, #800000 66%, #6a0202);
    background-image: -moz-linear-gradient(top, #8d0000, #800000 66%, #6a0202);
    background-image: -o-linear-gradient(top, #8d0000, #800000 66%, #6a0202);
    background-image: linear-gradient(to top, #800000, #9f2822 50%, #800000);
    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: #caad6e;
}

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

.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: #882211;
    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: #882211;
    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: #882211;
    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: #882211;
}

.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: #424242;
}

.mobileWrapper_footer a {
    text-decoration: none;
    color: #C7C7C6;
    font-size: 11px;
}

.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: #caad6e !important;
}

.mobileWrapper_olimp {
    padding: 5px;
    background: #caad66;
    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 !important;
}
.banner .m_cont1{
    padding-top: 151px !important;
}

#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: #882211;
}

.red_button:disabled{
    background-color: #882211;
    color: #ffffff;
    opacity: 0.8;
}

input.is-valid{
    border:1px solid #2ecc71 !important;
}

input.is-invalid{
    border:1px solid #882211 !important;
}



.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: #882211;
    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: #882211;
    border-color: #882211;
}

.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 #821;*/
    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: 0.6;
    pointer-events: none;
    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%);
}

.red_button,
.sec_red_button {
    box-shadow: 0px 2px 0px #882211;
    color: #fff;
    text-shadow: 1px 1px 0 #821;
    background-color: #882221;
    background-image: linear-gradient(180deg, #882211 0%, #a33c33 100%);
    background-image: -webkit-linear-gradient(top, #882211 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: 0px 2px 0px #B8A065;
    color: #000;
    text-shadow: 1px 1px 1px #B8A065;
    background-color: #B8A065;
    background-image: linear-gradient(180deg, #B8A065 0%, #E4D094 100%);
    background-image: -webkit-linear-gradient(top, #B8A065 0%, #E4D094 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: #800000;
}

.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: #882211;
    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 {
    display: block
}

.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 .open .dropdown-menu {
    display: block;
}

.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: #882211;
    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;
    opacity: 1;
    background: none;
}

.error-text-block .icoError {
    border: 1px solid #882211;
    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;
}

.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: #882211;
    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: #882211;
    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;
    margin-bottom: 10px;
    display: none;
}
.account-state strong{
    font-family: "Open Sans";
}

.account-state h1 {
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-family: 'Open Sansbold';
}
.account-state-history{
    font-size: 13px;
}

.acc-state-title{
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-family: 'Open Sansbold';
}

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

.stateTableMoney thead td {
    color: white;
    background: #882211;
    width: 33%;
    border: 1px solid #82170c;
}

.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: 40px;
}

.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;
    font-size: 14px;
    letter-spacing: 0.12px;
    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;
}
.error-text-alert .icoError .txtnorm{
    color: #943021;
}

.inputDataLine input:not(.red_button) {
    border: 1px solid #969696;
    padding: 0 5px;
    /*height: 30px;*/
    line-height: 30px;
    width: 100%;
    font-size: 14px;
    border-radius: 2px;
    margin-bottom: 13px;
}
.inputDataLine .tel-set.input-set{
    display: flex;
    align-items: flex-start;
}

.inputDataLine .tel-set.input-set .num {
    margin-bottom: 0 !important;
}
.inputDataLine .country_block{
    width: 80px !important;
}
.field-set img#country_flag{
    display: none !important;
}

.field-set input.code-input{
    color: #000000;
}

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

.inputDataLine .red_button {
    padding-top: 6px;
    padding-bottom: 5px;
    width: 100% !important;
}

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

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

.cardContent .inputDataLine {
    margin-bottom: 10px;
    line-height: 20px;
}

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

.cardContent {
    padding: 0 0 10px 0;
    max-width: 480px;
    width: 100%;
}

.cardContent #submit_button{
    width: 100% !important;
}
.cardContent #piastrix_submit{
    width: 100% !important;
}
.cardContent #lanpay_submit{
    width: 100% !important;
}

.cardContent #out_submit{
    width: 100%;
}

.cardContent #account{
    width: 100% !important;
}

.cardContent #amount{
    width: 100% !important;
}

.cardContent #trec_id{
    width: 100%;
    padding: 4px 5px;
    background-color: #ffffff;
    height: 30px;
    border: 1px solid #969696;
    border-radius: 2px;
    -webkit-appearance: none; /* убираем стандартный вид */
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/select-arrow.svg');
    background-position: 97% 11px;
    background-repeat: no-repeat;
    background-size: 10px;
}
.cardContent #trec_id:disabled{
    color: #000;
    border-color: #000;
}
.payment-container-cryptoprocessing input[name="account"]{
    width: 100% !important;
}

.payment-container-cryptoprocessing #currency_title{
    color: #000000 !important;
}

.payment-container-cryptoprocessing #currency {
    margin-bottom: 15px;
    font-family:"Open Sansbold";
}
.payment-container-cryptoprocessing .qr-img br{
    display: none;
}
.payment-container-cryptoprocessing h3 ~ br {
    display: none;
}

.payment-container-cryptoprocessing .qr-img img{
    display: block;
    border: 1px solid #000;
    margin: 0 auto 20px auto;
}

#cripta_form .txtnorm{
    color: #882211 !important;
}

.payment-container-cryptoprocessing #currency .value-summ{
    display: block;
    color: red;
}

.cardContent .row:nth-of-type(4) .inputDataLine{
    margin-bottom: -20px;
}

.cardContent .row:nth-of-type(4) .inputDataLine .labelName{
    position: relative;
    left: 20px;
}

.cardContent .row:nth-of-type(4) .inputDataLine #savecard{
    position: relative;
    top:-24px;
}

.cardContent.payment-container-cryptoprocessing .row:nth-of-type(4) .inputDataLine{
    margin-bottom: 0;
}
.cardContent.payment-container-cryptoprocessing  .row:nth-of-type(4) .inputDataLine .labelName{
    left: 0;
}

.payment-container-cryptoprocessing .cardContent .row:nth-of-type(4) .inputDataLine{
    margin-bottom: 0;
}
.payment-container-cryptoprocessing .cardContent .row:nth-of-type(4) .inputDataLine .labelName{
    left: 0;
}

#cripta_form{
    margin-bottom: 10px;
}

#mk_form .row:first-of-type .inputDataLine {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#mk_form .row:first-of-type .inputDataLine .labelName{
    width: 100%;
}
#mk_form .row:first-of-type .inputDataLine > div:nth-of-type(2){
    margin: 0 10px 0 0;
    border: 1px solid #969696;
    line-height: 30px;
    text-align: center;
    min-width: 50px;
    font-size: 14px;
}

#mk_form .row:first-of-type .inputDataLine > div:nth-of-type(3){
    flex: 1;
}
#mk_form .row:first-of-type .inputDataLine > div:nth-of-type(3) input {
    width: 100% !important;
}

#mk_form .row:first-of-type .inputDataLine > div:nth-of-type(4){
    width: 100%;
}

/**/
.payment-container-tinkof_sbp .row:first-of-type .inputDataLine {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.payment-container-tinkof_sbp .row:first-of-type .inputDataLine .labelName{
    width: 100%;
}

.payment-container-tinkof_sbp .row:first-of-type .inputDataLine > div:nth-of-type(2){
    margin: 0 10px 0 0;
    border: 1px solid #969696;
    line-height: 30px;
    text-align: center;
    min-width: 50px;
    font-size: 14px;
}
.payment-container-tinkof_sbp .row:first-of-type .inputDataLine > div:nth-of-type(3){
    flex: 1;
}
.payment-container-tinkof_sbp .row:first-of-type .inputDataLine > div:nth-of-type(3) input {
    width: 100% !important;
}

.payment-container-tinkof_sbp .row:first-of-type .inputDataLine > div:nth-of-type(4){
    width: 100%;
}
/**/
.payment-container-sberbank_sbp .row:first-of-type .inputDataLine {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.payment-container-sberbank_sbp .row:first-of-type .inputDataLine .labelName{
    width: 100%;
}

.payment-container-sberbank_sbp .row:first-of-type .inputDataLine > div:nth-of-type(2){
    margin: 0 10px 0 0;
    border: 1px solid #969696;
    line-height: 30px;
    text-align: center;
    min-width: 50px;
    font-size: 14px;
}
.payment-container-sberbank_sbp .row:first-of-type .inputDataLine > div:nth-of-type(3){
    flex: 1;
}
.payment-container-sberbank_sbp .row:first-of-type .inputDataLine > div:nth-of-type(3) input {
    width: 100% !important;
}

.payment-container-sberbank_sbp .row:first-of-type .inputDataLine > div:nth-of-type(4){
    width: 100%;
}
/**/

/**/
.payment-container-sbp_p2p input[name="fio"]{
    width: 100% !important;
}

.payment-container-sbp_p2p .row:nth-of-type(2) .inputDataLine {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.payment-container-sbp_p2p .row:nth-of-type(2) .inputDataLine .labelName{
    width: 100%;
}

.payment-container-sbp_p2p .row:nth-of-type(2) .inputDataLine > div:nth-of-type(2){
    margin: 0 10px 0 0;
    border: 1px solid #969696;
    line-height: 30px;
    text-align: center;
    min-width: 50px;
    font-size: 14px;
}
.payment-container-sbp_p2p .row:nth-of-type(2) .inputDataLine > div:nth-of-type(3){
    flex: 1;
}
.payment-container-sbp_p2p .row:nth-of-type(2) .inputDataLine > div:nth-of-type(3) input {
    width: 100% !important;
}

.payment-container-sbp_p2p .row:nth-of-type(2) .inputDataLine > div:nth-of-type(4){
    width: 100%;
}

/**/

.payment-container-humo #mk_form .row:first-of-type .inputDataLine > div:nth-of-type(2){
    margin: 0;
    border: none;
    text-align: left;
    line-height: normal;
}

.cardContent .clear-cross {
    position: absolute;
    right: 15px;
    top: 36px;
    background: url(/mobile/templates/mobile_uiux/images/clear-cross.svg) center center no-repeat;
    width: 10px;
    height: 10px;
    background-size: cover;
    cursor: pointer;
    display: none;
}
.cardContent.payment-container-card_c2c .clear-cross{
    top: 12px;
}

.payment-container-cryptoprocessing .clear-cross{
    top: 12px;
}

.back-btn{
    background: url("/mobile/templates/mobile_uiux/images/back-btn-arrow.svg") 0 center no-repeat;
    padding: 0 0 0 15px;
    background-size: 10px 10px;
}
.back-controls{
    padding-top: 40px;
}

.value-text-curse{
    display: none;
}

.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: #800000;
}

.nav-reg-block {
    background: #800000;
    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: #882211;
    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: #882211;
}

.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: #882211;
}

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

.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 #882211;
    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: #882211;
    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: #882211;
    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: #882211;
}

.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: #882211;
    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: #882211;
    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: #882211;
    color: #ffffff;
    padding-bottom: 0;
}

.lineArrowLink {
    height: 18px;
    background-color: #89211b;
    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: #882211;
}*/

.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: #882211;
}

.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: #882211;
    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: #882211;
}

.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: 98;
}

#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: #caad66;
    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: #882211;
    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 #882211;
    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: #882211;
    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: #caad66;
    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: #882211;
    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: auto;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 15px 6px;
    margin: 0 5px 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.jpg);
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.broadcast-not-available-title {
    text-align: center;
}

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

.broadcast-not-available-title .err-title {
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    font-family: open sans;
    font-weight: 400;
    color: #caad66;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}

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 #caad66;
}

#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: #882211;
    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: #882211;
    }
    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 #882211;
    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: #882211;
}

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

.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);
}


.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{
    margin-bottom: -1px;
}


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

.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;
}



#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: #800000;
    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: #800000;
}

.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;
    font-family: Tahoma, sans-serif;
    font-style: italic;
    text-align: center;
    color: #424242;
    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.jpg');
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 185px;
}

.broadcast-access-err-title {
    text-align: center;
    margin-bottom: 7px;
}
.broadcast-access-err-title .err-icon {
    display: inline-block;
    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: top;
    width: 150px;
    font-family: 'Open Sansbold';
    color: #caad66;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: left;
}

.broadcast-access-err-desc {
    margin-bottom: 15px;
}

.broadcast-access-err-desc .login {
    display: block;
    font-family: open sans;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 7px;
}

.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: #caad66;
    text-align: center;
    margin-bottom: 10px;
}

.broadcast-access-err-desc .sign-in a {
    color: #caad66;
}

.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;

}

/* 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-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: #882211;
    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-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 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: #800000;
}

.mobile-broadcast-play-btn {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 20;
    width: 120px;
    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: #caad66;
}

.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 #882211;
}

.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: #882211;
}



.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: #882211 !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 #882211;
    color: #882211;
}

/*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: #882211;*/
/*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: #caad66;
}

.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: #882211;
    padding: 2px 5px;
    border: 1px solid #882211;
    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: #882211;
}

@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: #caad66;
}

.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 #882211;
}

.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: #882211 !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;
    width: 100% !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: #882211;
}

.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;
    text-transform: uppercase;
    padding: 15px 0 10px;
    display: none;
    font-weight: 800;
}
.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%;
}

.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: 145px;
    overflow: hidden;
    position: relative;
}

.offers .offer-block-content .label-pin{
    position: absolute;
    left: -5px;
    top:0;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    background: #882211;
    padding: 5px 15px 5px;
    transform: skew(-10deg);
}

.offers .offer-block-content .offer-text{
    padding: 10px 5px 40px 5px;
    background: #f1f1f1;
}
.offers .text-center{
    text-align: center;
}

.offers .offer-block-content .offer-text .title{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 4px;
    font-weight: 800;
}

.offers .offer-block-content .offer-text .title span{
    color: #882211;
}

.offers .offer-block-content .roll-block{
    text-overflow: ellipsis;
    height: 95px;
    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 .text p span{
    display: inline-block;
    margin-bottom: 5px;
}


.offers .offer-block-content a{
    text-transform: uppercase;
    color: #882211;
    text-decoration: underline;
    font-weight: 800;
}

.offers .offer-block-content a:hover{
    text-decoration: none;
}

.offers .offer-block-content .offer-text{
    position: relative;
}

.offers .offer-block-content .offer-text .controls{
    position: absolute;
    bottom: 5px;
    right: 5px;
    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;
}


@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: #882211;
}

.form-area a{
    color: #882211;
}

.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);
		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: #882211;
}

.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: #882211;
    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: #821;
    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: #882211;
    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: #882211;
    border: 1px solid #882211;
}

.line_koef_filter__content_slider .irs-from::after,
.line_koef_filter__content_slider .irs-to::after {
    border-top-color: #882211;
}

.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 #882211;
    background: #882211;
    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: #882211;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
#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: #882211;
    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: #882211;
    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: #882211;
}

/*вывод средств конец*/

.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 {
    width: 80px;
    margin: 0 auto;
    text-align: center;
    padding: 4px 5px 0;
    text-transform: uppercase;
    word-wrap: break-word;
    font-weight: 700;
    font-size: 10px;
}

.list-raw .date {
    padding: 2px 5px;
    width: 70px;
    margin: 0 auto;
    word-wrap: break-word;
    font-size: 10px;
    text-align: center;
    color: #000000;
    font-style: italic;
}

.list-raw a{
    color: #882211;
}

.popup-table .live {
    color: #821;
}

.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;
}
/*поиск конец*/




/*переделки */


/*нижнее меню*/

.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: 10px;
    color: #ffffff;
    padding: 37px 5px 8px;
    text-decoration: none;
    font-family: "PT Sans";
    font-weight: bold;
    /*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 .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: #882211;
    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: #882211;
    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: #882211;
    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;
}



.header-top-line{
    height: 34px;
    padding: 5px 8px;
    background-color: #882211;
    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,
.header-top-line .get_enter_btn_new {
    float: right;
    margin: -1px 0 0 5px;
    font-size: 10px;
    line-height: 12px;
    min-width: unset;
    padding: 7px 8px 6px;
}

.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 10px;
    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: #882211;
    /*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;
}

.menu-ico .bonus-circle-ico{
    position: absolute;
    width: 12px;
    height: 12px;
    top:0;
    right: -4px;
    background: url("../images/circle-gift.svg") center center no-repeat;
    display: block;
}



.content-align{
    max-width: 340px;
    margin: 0 auto;
}


@-moz-keyframes notif-blink {
    0% {
        border-color: #fff;
    }
    50% {
        border-color: #882211
    }
    100% {
        border-color: #fff;
    }
}

@-webkit-keyframes notif-blink {
    0% {
        border-color: #fff;
    }
    50% {
        border-color: #882211
    }
    100% {
        border-color: #fff;
    }
}

@-o-keyframes notif-blink {
    0% {
        border-color: #fff;
    }
    50% {
        border-color: #882211
    }
    100% {
        border-color: #fff;
    }
}

@-ms-keyframes notif-blink {
    0% {
        border-color: #fff;
    }
    50% {
        border-color: #882211
    }
    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 10px;
    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: -110%;
    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 #424242;
    background-size: 16px 16px;
    position: absolute;
    z-index: 4;
}

.productMenu.unregMenu .close-menu{
    height: 34px;
    background-color: #882211;
}

.productMenu .userArea{
    padding: 10px 45px 10px 25px;
    color: #ffffff;
    background-color: #882211;
    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: 36px;
}


.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: #882211;
    display: block;
    color: #ffffff;
    border: 2px solid #fff;
}

.productMenu .pmItem .pin.has_notif{
    background-color: #882211;
}



.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 .all-bonuses-ico{
    display: inline-block;
    background: url("../images/all-bonuses-ico.svg") 0 1px no-repeat;
    padding: 1px 0 0 32px;
    background-size: 24px 20px;
    position: relative;
}

.productMenu .productsArea .my-bonuses-ico{
    display: inline-block;
    background: url("../images/bonuses-ico.svg") 0 1px no-repeat;
    padding: 1px 0 0 32px;
    background-size: 24px 20px;
    position: relative;
}

.productsArea .my-bonuses-ico span{
    font-size: 8px;
    color: white;
    background: #882211;
    border-radius: 40%;
    padding: 2px 0;
    min-width: 18px;
    display: inline-block;
    text-align: center;
    position: relative;
    left: 5px;
    top: -2px;
}


.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 .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: #caad66;
}

.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 .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: #caad66;
    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: #caad66;
}

.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: #caad66;
}

.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 .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 .actionThemeBonus {
    text-transform: uppercase;
    position: relative;
    padding: 4px 17px 4px 25px;
    color: #d4ae67;
}

.productMenu .pmBonusInfo .actionThemeBonus b {
    float: right;
    color: white;
    margin-left: 10px;
}

.productMenu .pmBonusInfo .bonusBody{
    padding: 4px 0 4px 25px;
    background-color: #515151;
}



.productMenu .pmBonusInfo .bonusBody .bonusSum{
    color: #caad6e;
}

.productMenu .pmActionsBody{
    display: none;
}


.productsArea .actionBonusTitle,
.productsArea .withPin{
    position: relative;
}

.productsArea .withPin .pin{
    position: absolute;
    padding: 0 2px;
    border-radius: 50%;
    background-color: #882211;
    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 #882211;
    border-radius: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#882211+0,a33b32+100 */
    background: #882211; /* Old browsers */
    background: -moz-linear-gradient(top, #882211 0%, #a33b32 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #882211 0%,#a33b32 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #882211 0%,#a33b32 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#882211', 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: #882211;
    word-break: break-word;
}

.actionWindow .headTitle {
    font-family: "Open Sansbold";
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    background: #821;
    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: #b8a065;
    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;
}

.topLineSlider::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 95%;
    top: -2px;
    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: 95%;
    top: -2px;
    right: 0;
    z-index: 100;
    background: url("../images/rl_grad.png") 0 0 repeat-y transparent;
}

.topLineSlider .swiper-wrapper{
    padding: 0 0 0 10px;
}

@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 #wrap,
.reg-popup-show .productBottomMenu,
.reg-popup-show #footer,
.reg-popup-full-show #wrap,
.reg-popup-full-show .productBottomMenu,
.reg-popup-full-show #footer,
.reg-popup-full-show [class^="special-express-"] {
    pointer-events: none;
    display: none !important;
}

.reg-popup-show .mobile-reg-popup {
    display: block;
}

.mobile-reg-popup {
    display: none;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0 15px;
    padding: 0 16px;
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
}

.mobile-reg-popup__header {
    position: relative;
    background: #882211;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 20px;
}

.mobile-reg-popup__close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/close_n.svg) no-repeat center center;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    top: 2px;
    right: 0;
    cursor: pointer;
}

.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: #882211;
    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{
    width: 260px;
    margin: 20px auto 10px auto;
}


.s_links > a{
    display: block;
    float: left;
    width: 50%;
    color: #c7c7c7;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
    font-family: 'Open Sans';

}

.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;
}

.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.tg_link{
    background: url("../images/__telegram.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;
}

.productsArea .soc_links a.tg_link_red{
    background: url("/img/telegram_footer.svg") 0 0 no-repeat;
}
.productsArea .soc_links a.inst_link_red{
    background: url("/img/footer_insta.svg") 0 0 no-repeat;
}
.productsArea .soc_links a.fb_link_red{
    background: url("/img/footer_fb.svg") 0 0 no-repeat;
}
.productsArea .soc_links a.youtube_link_red{
    background: url("/img/youtube_footer.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 #882211;
    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: #caad66;
}

.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: #821;
}
.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;
}

.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 label{
    white-space: nowrap !important;
}

.mobile-reg-popup__input_phone .select-phone-code {
    position: absolute;
    width: 55px;
    height: 29px;
/*    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: #882211;
    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: #882211;
    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 #882211;
}

.mobile-reg-popup__input_phone.incorrect .select-phone-code-list {
    border-top-color: #882211 !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 #882211;
    border-radius: 4px;
    color: #000000;
    font-size: 11px;
    line-height: 14px;
    padding:0 5px 0 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-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-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: #882211;
    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: #882211;
}

.success-reg-description span a {
    color: #882211;
}

.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: #882211;
}

.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: #882211;
    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: #882211;
    font-weight: 700;
    cursor: pointer;
}

.full-reg-captcha .title{
    margin-bottom: 10px;
    font-size: 12px;
}

.full-reg-captcha .title span {
    text-transform: uppercase;
    color: #882211;
}


.incorrect input{
    border: 1px solid #882211;
}

.incorrect .account-currency-select__current{
    border: 1px solid #882211;
}

.incorrect .secret-question-answer__current{
    border: 1px solid #882211;
}

/*регистр конец*/
/* оповещения */

.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%, #882211 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: #882211;
    text-decoration: underline;
    cursor: pointer;
}
.legacyTermsBlock .more_link{
    font-family: "Open Sans";
    color: #882211;
    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: #882211;
    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: #882211;
    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: #882211;
}

.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 #882211;
    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: #882211;
    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 .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: #821;
    text-decoration: underline;
}

.sub-rules-page a{
    color: #821;
    text-decoration: underline;
}

.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: 15px;
    height: 15px;
    background-size: 100% 100%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACHRSTlMAen901b22hfqYfqYAAABfSURBVAjXY0ACLAoQWoSBgakRzGJuBxISAiCmBUiSsREk2AQkQMIQQbAwWBAqDBKECLc1wc3OCICxmFvBZkPMBJsNMZOxESYIMgQiCDYbJggRZgQJQiiWAogOFQbsAACovgzKRdVQZQAAAABJRU5ErkJggg==');
}

.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%);
}

.state_acc-mode {
    background: #F1F1F1;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 5px 7px 7px;
    display: none;
}

.state_acc-mode h6 {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 5px;
    color: #89211B;
    font-family: "open sansbold";
    font-weight: 700;
}

.state_acc-mode .small {
    font-size: 11px;
    line-height: 14px;
}

.state_acc-mode .small > span {
    font-weight: bold;
    font-family: "open sansbold";
    font-size: 100%;
    color: black;
}

.form-casino-transfer .red_button[disabled],
.form-casino-transfer .red_button.disabled {
    box-shadow: 0 2px 0 #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%);
    pointer-events: none;
}

.form-casino-transfer {
    margin-bottom: 20px;
}

.form-casino-transfer-tabs {
    text-align: center;
}

.form-casino-transfer-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.form-casino-transfer-tabs li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 50%;
}

.form-casino-transfer-tabs a {
    text-decoration: none;
    display: block;
    font-size: 12px;
    line-height: 1;
    color: black;
    background: #DADADA;
    border-radius: 4px 4px 0 0;
    padding: 9px 5px;
}

.form-casino-transfer-tabs li.active a {
    font-family: "open sansbold";
    font-weight: bold;
    color: white;
    background: #89211B;
}

.form-casino-transfer-body {
    border: 1px solid #DBDBDB;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    padding: 11px 10px 7px;
}

.form-casino-transfer-balans {
    font-size: 12px;
    margin-bottom: 20px;
}

.form-casino-transfer-balans img {
    width: 13px;
    height: 13px;
}

.form-casino-transfer-balans a {
    position: relative;
    top: -1px;
    left: 1px;
}

.form-casino-transfer-group {
    margin-bottom: 13px;
}

.form-casino-transfer-group.code {
    display: none;
}

.form-casino-transfer-group > * {
    display: inline-block;
    vertical-align: middle;
}

.form-casino-transfer-group label {
    font-size: 12px;
    line-height: 15px;
    width: 109px;
    position: relative;
    top: -1px;
    margin-bottom: 0;
    font-weight: normal;
}

.form-casino-transfer-group .controls {
    width: calc(100% - 113px);
}

.form-casino-transfer-group .input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 30px;
    font-size: 14px;
    text-align: right;
    width: 100%;
}

.form-casino-transfer-tab .error, .form-casino-transfer-tab .success {
    display: none;
    margin-bottom: -3px;
    padding-top: 4px;
    font-size: 12px;
    text-align: right;
}

.form-casino-transfer-tab .error {
    color: #CD493E;
}

.form-casino-transfer-tab .success {
    color: #8cc63f;
}

.form-casino-transfer-buttons {
    padding: 6px 0;
}

.form-casino-transfer-tab {
    display: none;
}

.form-casino-transfer-tab.active {
    display: block;
}

.form-casino-transfer-links {
    font-size: 14px;
    font-family: "open sansbold";
    font-weight: bold;
    padding-top: 27px;
    text-align: center;
}

.form-casino-transfer-links a {
    color: #73160F;
    text-decoration: none;
}

.form-casino-transfer-refresh.loading img {
    webkit-animation:refresh_spin 1s linear infinite;
    -moz-animation:refresh_spin 1s linear infinite;
    animation:refresh_spin 1s linear infinite;
}

@-moz-keyframes refresh_spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes refresh_spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes refresh_spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.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;
}

.productsArea .bonus-info {
    background: #d4ae67;
    display: flex;
    flex-wrap: wrap;
    padding: 6px 25px 9px;
}

.productsArea .bonus-info-text {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    font-family: 'Open Sansbold';
    font-weight: bold;
    color: #333;
    width: 100%;
    margin-bottom: 4px;
}

.productsArea .bonus-info-progress {
    background: #BBBBB9;
    border: 1px solid #333;
    border-radius: 4px;
    height: 23px;
    flex-grow: 2;
    position: relative;
    overflow: hidden;
}

.productsArea .bonus-info .percent {
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    text-align: center;
    color: white;
    font-family: 'Open Sansbold';
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    z-index: 1;
}

.productsArea .bonus-info .progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    bottom: 0;
    border-radius: 4px;
    background: #882211;
    transition: transform .6s .3s ease-out;
    transform-origin: 0 0;
    transform: scaleX(0);
    z-index: 0;
    margin-bottom: 0;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.open-menu .productsArea .bonus-info .progress {
    transform: scaleX(1);
}

.productsArea .bonus-info-values {
    font-size: 14px;
    line-height: 1;
    color: #333;
    position: relative;
    top: 4px;
    margin-left: 6px;
}


.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: #882211;
}
.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 span {
	background: none !important;
}
.euro-item-koef.coefficient .odd.in_basket {
    background: linear-gradient(180deg, #882211 0.03%, #800F1C 66%, #882211 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 #882211;
    background: none;
}
.euro-items-filters .selectboxit-text {
    font-size: 17px;
    color: #882211;
    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 #882211;
    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: #882211;
    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;
}

/* 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;
    }

}

.fast-games-list {
	padding: 16px 20px;
}
.fast-games-list .block-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin: 0 -7px;
}
.fast-games-item {
    width: 100%;
	min-width: 130px;
	max-width: 147px;
	padding: 0 7px 18px;
}
.fast-games-item .inner {
	overflow: hidden;
	background: white;
	border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.fast-games-item .img {
	position: relative;
	height: 100px;
    overflow: hidden;
}
.fast-games-item .over {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .84);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	padding: 18px 20px 0;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.fast-games-item:hover .over {
	opacity: 1;
	visibility: visible;
}
.fast-games-item .over-link {
	font-size: 13px;
	line-height: 1;
	padding: 9px 17px 10px;
	color: black;
	background: #F2AE1D;
	border-radius: 5px;
	text-decoration: none;
}
.fast-games-item .over-text {
	font-size: 13px;
	line-height: 15px;
	color: white;
	padding-top: 8px;
}
.fast-games-item img {
	width: 100%;
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.fast-games-item video {
  object-fit: cover;
  object-position: center;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%; 
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 10px 0 0;
}
.fast-games-item a {
	text-decoration: none;
	display: block;
}
.fast-games-item .title {
	color: black;
	font-family: "PT Sans";
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 18px;
	padding: 7px 15px 5px;
}

#newtokencard a {
	text-decoration: underline;
	color: #800000;
}

#newtokencard a:hover {
	text-decoration: none;
}

/*v-sport*/

.virtGamesList{
    display: flex;
    flex-wrap: wrap;
    /*max-width: 400px;*/
    margin: 0 auto 30px auto;
    padding: 0 4px;
}

.vGameItem{
    text-decoration: none;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 4px;
    width: 47.8%;
}

.vGameItem .virtImg{
    /*width: 160px;*/
    /*height: 121px;*/
    width: 100%;
    height: 15rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.vGameItem .desc{
    background: #ffffff;
    padding: 9px 10px;
    display: block;
    color: #000000;
    font-size: 13px;
    box-sizing: border-box;
}

@media (max-width: 374px){
    .vGameItem{
        width: 47.4%;
    }

    .vGameItem .virtImg{
        width: 100%;
        height: 120px;
    }
}

@media (min-width: 480px) and (max-width: 550px ) {
    .vGameItem .virtImg{
        width: 100%;
        height: 182px;
    }
}

@media (min-width: 551px) and (max-width: 766px ) {
    .virtGamesList{
        max-width: 490px;
    }
    .vGameItem{
        width: auto;
    }
    .vGameItem .virtImg{
        height: 182px;
        width: 232px;
    }
}

@media (min-width: 767px) and (max-width: 5000px ){
    .virtGamesList{
        max-width: 730px;
    }
    .vGameItem{
        width: auto;
    }
    .vGameItem .virtImg {
        width: 232px;
        height: 182px;
    }
}

.open_chat_in_terminals{
    font-size: 12px;
    padding: 6px;
    background: #f1f1f1;
    box-shadow: 0px 4px 3px 0px rgba(232, 232, 232, 1);
}

.open_chat_in_terminals a{
    text-decoration: underline;
}
.open_chat_in_terminals a:hover{
    text-decoration: none;
}
/*v-sport end*/

.soc-wrapper {
    text-align: right;
}

.soc-wrapper .title{
    color: #C7C7C6;
    font-size: 11px;
    margin-bottom: 5px;
}

.soc-wrapper .social-links{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-end;
}

.soc-wrapper .social-links li{
    margin: 0 0 0 10px;
}

.soc-wrapper .social-links li a{
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    display: inline-block;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.soc-wrapper .social-links li a.soc-tg{
    background-image: url("../images/soc-telegram.svg");
}
.soc-wrapper .social-links li a.soc-insta{
    background-image: url("../images/soc-insta.svg");
}
.soc-wrapper .social-links li a.soc-fb{
    background-image: url("../images/soc-fb.svg");
}
.soc-wrapper .social-links li a.soc-youtube{
    background-image: url("../images/soc-youtube.svg");
}

/*копирование кошелька */

#cripta_form h3{
    font-size: 15px;
    font-family: "Open Sans";
}


.code-copy-area{
    position: relative;
    padding: 0 20px 0 0;
    cursor: pointer;
    display: inline-block;
    min-height: 20px;
    word-break: break-word;


}

.code-copy-area:before{
    background: url("../images/copy-icon.svg") 100% center no-repeat;
    background-size: 15px 18px;
    width: 15px;
    height: 18px;
    display: block;
    content: "";
    position: absolute;
    right: -5px;
    top:50%;
    transform: translateY(-50%);
}

.code-copy-area .copy-link-code{
    padding: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    display: block;

}

.code-copy-area .copyTooltipText.visible{
    opacity: 1;
    visibility: visible;
}

.code-copy-area .copyTooltipText{
    position: absolute;
    display: block;
    background: #EDEDED;
    padding: 3px 5px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    font-weight: normal;
    white-space: nowrap;
    top:-40px;
    left: 50%;
    transition: all 400ms;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
}

/*копирование кошелька конец */

/*fantasy начало*/
.fantasy-content{
    position: relative;
    padding: 25px;
    background: url("../images/fantasy-bg.jpg") center center no-repeat;
    background-size: cover;
}


.fantasy-content .title{
    font-size: 18px;
    line-height: 24px;
    /*font-family: "Roboto";*/
    color: #f3f3f3;
    margin-bottom: 10px;
}

.fantasy-content .desc{
    font-size: 12px;
    color: #f3f3f3;
    line-height: 14px;
    letter-spacing: 0.013em;
    /*font-family: "Roboto";*/
    margin-bottom: 15px;
}

.fantasy-content .fantasy-games{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
}
.fantasy-content .fantasy-game{
    flex: 1%;
    /*height: 19vw;*/
    position: relative;
    padding-top: 54.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.fantasy-content .fantasy-game:last-child{
    margin-bottom: 0;
}

.fantasy-content .fantasy-game .img{
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fantasy-content .fantasy-game.fan-battle .img{
    background-image: url("../images/FanBattle.png");
}
.fantasy-content .fantasy-game.scout-battle .img{
    background-image: url("../images/Scout.png");
}

.fantasy-content .red_button{
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #882211;
    border: none;
    font-size: 15px;
    line-height: 17px;
    /*font-family: "Roboto";*/
    text-transform: none;
    padding: 7px 14px;
    min-width: auto;
}


/*fantasy конец*/


.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;
}

.regForm .red_button[disabled] {
	opacity: .7;
	color: white;
	background-color: #882221;
    background-image: linear-gradient(180deg, #882211 0%, #a33c33 100%);
    background-image: -webkit-linear-gradient(top, #882211 0%, #a33c33 100%);
}


.bonus-crypto{
    background: #515151;
    margin-bottom: 1px;
    position: relative;
    font-size: 14px;
    padding: 8px 12px;
    display: inline-block;
}

.bonus-crypto .bonus-information{
    background: #424242;
    padding: 8px 12px;
    color: #c7c7c7;
    border-radius: 5px;
}

.bonus-crypto .bonus-information .text{
    line-height: 18px;
    display: inline-block;
    background: url("../images/bonus_gift_ico.svg") 1px center no-repeat;
    padding: 0 0 0 34px;
    background-size: 23px 23px;
}

.bonus-crypto .bonus-information .text span{
    color: #F8C154;
    font-family: "PT Sans";
    font-weight: 700;
}

.refill-list{
    padding: 20px 0 0 0;
}

.refill-list .refill-item{
    display: block;
    border: 1px solid rgba(33, 33, 33, 0.15);
    border-radius: 4px;
    padding: 16px 16px 10px 16px;
    margin-bottom: 12px;
}

.refill-list .refill-item .refill-currency{
    display: flex;
}

.refill-list .refill-item .refill-currency .image{
    margin: 0 12px 0 0 ;
}

.refill-list .refill-item .refill-currency .image img{
    width: 48px;
    height: 48px;
}

.refill-list .refill-item .refill-currency .title{
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
}

.refill-list .refill-item .refill-currency .text{
    color: rgba(18, 18, 18, 0.7);
}


.refill-item .bonus-information{
    color: #121212;
    border-top: 1px solid rgba(33, 33, 33, 0.15);
    margin: 10px 0 0 0;
    padding: 10px 0 0 10px;
}

.refill-item .bonus-information .text{
    line-height: 18px;
    display: inline-block;
    background: url("../images/bonus_gift_ico.svg") 1px center no-repeat;
    padding: 0 0 0 34px;
    background-size: 23px 23px;
}

.refill-item .bonus-information .text{
    font-family: "PT Sans";
    font-weight: 700;
}

#sms_telegram {
	color: #882211;
    font-weight: bold;
    font-family: 'Open Sansbold';
    font-size: 13px;
    margin: -5px 0 20px;
}


/*хедер кнопка реги*/
@media (max-width: 359px) {
    .icons_logo, .icons_logo.eng{
        width: 20px;
        height: 20px;
        background: transparent url(../images/logo-circle.svg) 0 0 no-repeat;
        margin-top: 2px;
    }
}

.header-top-line .get-reg-btn {
    float: right;
    margin: 0;
    margin-top: -1px;
    font-size: 11px;
    line-height: 12px;
    min-width: unset;
    padding: 7px 8px 6px;
}


/*пополнение карты*/

.pay-title{
    margin-bottom: 10px;
    color: #757576;
    font-size: 16px;
}

.pay-bet-box {
    display: none;
}

.pay-bet-box .title{
    margin-bottom: 10px;
    color: #757576;
    font-size: 16px;
}

.pay-bet-box .summ-input{
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 20px;
}

.pay-bet-box .summ-input .disabled-inp{
    border: 1px solid #882211;
}

.pay-bet-box .summ-input input{
    width: 100%;
    max-width: 360px;
    border: 1px solid #D7D7D7;
    border-radius: 6px;
    padding: 6px;
}

.pay-bet-box .summ-error{
    color: #FF0000;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
}

.pay-bet-box .summ-controls{
    margin-bottom: 30px;
}

.pay-type-choise{
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
    width: fit-content;
}

.pay-type-choise img{
    width: 116px;
    height: 67px;
    margin-left: 10px;
}

/* Chrome, Safari, Edge, Opera */
.pay-bet-box input::-webkit-outer-spin-button,
.pay-bet-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.pay-bet-box input[type=number] {
    -moz-appearance: textfield;
}

.pay-type-choise input{
    accent-color: #882211;
}

.disabled-btn{
    pointer-events: none;
    opacity: 0.8;
    cursor: not-allowed;
}

.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);
}

.line-ufs-tracker {
	display: none;
}
.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;
}

table.bonus-info-table {
    width: calc(100% - 40px);
    max-width: 80%;
    border-collapse: collapse;
    margin: 0 0 0 40px;
}
table.bonus-info-table td {
    border: 1px solid #d7d7d7;
    padding: 3px 10px;
}

.form-out--loading {
    position: relative;
    pointer-events: none;
}
.form-out--loading::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
    z-index: 1;
}
.form-out--loading::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    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%0D%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%0D%0A%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2240%22%20stroke-width%3D%225%22%20stroke%3D%22%23882211%22%20stroke-dasharray%3D%2262.83185307179586%2062.83185307179586%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%0D%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%0D%0A%3C%2Fcircle%3E%0D%0A%3C!--%20%5Bldio%5D%20generated%20by%20https%3A%2F%2Floading.io%2F%20--%3E%3C%2Fsvg%3E");
    z-index: 2;
}




/*верификация*/
.user-lk-title{
    cursor: pointer;
    color: #ffffff;
    background: #882211;
    text-transform: uppercase;
    padding: 7px 15px;
}

.user-lk-title span{
    display: inline-block;
    background: url("pin-arrow.svg") 5px center no-repeat;
    padding: 0 0 0 25px;
}

.button-lk{
    color: #555555;
    background: transparent;
    text-shadow: none;
    border-radius: 0;
    font-weight: bold;
    padding: 16px 20px 14px;
    font-size: 16px;
    line-height: 1.428571428571429;
    line-height: normal;
    text-transform: none;
    min-width: 200px;
    border: 1px solid #555555;
    cursor: pointer;
    font-family: 'Open Sansbold';
}
.inputGroupLine .button-lk{
    width: 100%;
}

.inputGroupForm {
    padding: 10px 0;
}

.inputGroupLine {
    margin-bottom: 20px;
}
.inputGroupLine .name{
    text-transform: uppercase;
    color: #797979;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    line-height: 16px;
}


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

.inputGroupLine input {
    width: 100%;
    border: 1px solid #969696;
    background: transparent;
    font-size: 16px;
    padding: 15px;
}


.inputGroupLine input:read-only{
    color: #797979;
}


.inputGroupLine select {
    width: 100%;
    border: 1px solid #797979;
    padding: 15px;
    background: url("/img/round-downarrow.svg") 97% center no-repeat transparent;
    font-size: 14px;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

}


.inputGroupLine select:focus-visible {
    outline: none;
    box-shadow: none;
    border-color: #797979;
}

.inputGroupLine .warning{
    background: url("/img/alert-error.svg") 0 center no-repeat;
    padding: 0 0 0 25px;
    background-size: 20px 20px;
}

.inputGroupLine .edit{
    background: url("/img/edit-mode.svg") 100% center no-repeat;
    padding: 0 25px 0 0;
    background-size: 20px 20px;
    cursor: pointer;
}


.user-settings-info{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px 30px;
    background: #ffffff;
    font-size: 14px;
}

.user-settings-info .col{
    width: 100%;
}


/*.user-settings-info .col1{
    order: 2;
}
.user-settings-info .col2{
    order: 1;
}*/

.user-settings-info h1{
    color: rgba(18, 18, 18, 0.92);
    font-size: 22px;
    margin: 0 0 20px 0;
}


.inputGroupForm .user-login{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}

.inputGroupForm .user-login .text-login{
    color: #555555;
    text-transform: uppercase;
    background: url("/img/user-ico.svg") 0 center no-repeat;
    background-size: contain;
    padding: 0 0 0 26px;
}

.inputGroupForm .group-section{
    margin: 0 0 15px 0;
}


.user-settings-info .red_button {
    color: #872116;
    border-color: #f2ae1d;
    background: #f2ae1d;
    text-shadow: none;
    border-radius: 0;
    font-weight: bold;
    padding: 16px 20px 14px;
    font-size: 16px;
    line-height: 1.428571428571429;
    line-height: normal;
    text-transform: none;
    min-width: 200px;
    width: 100%;
    box-shadow: none;
    font-family: 'Open Sansbold';
}




.inputGroupForm .user-login .text-login-number{
    padding: 0 20px 0 0;
    background: url("/img/copy-ico.svg") right center no-repeat;
    background-size: contain;
    cursor: pointer;
}


.user-settings-info .user-data-line{
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    color: #797979;
    margin-bottom: 22px;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0 20px 0;
}

.user-settings-info .user-data-line .confirm-status{
    padding: 0 0 0 15px;
    background: url("/img/green-check.svg") 0 center no-repeat;
    background-size: 10px 8px;
}

.user-settings-info .user-data-line .text-desc{
    color: rgba(18, 18, 18, 0.92);
    padding: 0 20px 0 0;
    background: url(/img/lock-outline.svg) right center no-repeat;
    background-size: contain;
}

.inputGroupLine .name .text:last-child{
    color: rgba(18, 18, 18, 0.92);
}



.user-settings-info .user-acc-status{
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}

.user-settings-info .user-acc-status.confirm{
    background-color: #ffffff;
}

.acc-desc-text{
    padding: 10px 0 0 25px;
}

.acc-desc-text a{
    color: #000000;
    text-decoration: underline;
}
.acc-desc-text a:hover{
    text-decoration: none;
}

.acc-status-alert{
    background: url("/img/user-notverified-ico.svg") 0 center no-repeat;
    padding: 0 0 0 55px;
    background-size: 44px 44px;
    min-height: 40px;
}

.acc-status-confirm{
    background: url("/img/user-verified-ico.svg") 0 center no-repeat;
    padding: 0 0 0 55px;
    background-size: 44px 44px;
    min-height: 40px;
}

.user-settings-info .user-acc-status .text1{
    font-weight: 700;
    font-family: 'Open Sansbold';
}
.user-settings-info .user-acc-status .text2{
    color: rgba(18, 18, 18, 0.70);
    font-size: 14px;
    line-height: 14px;
}

.has-verified .text-desc{
    padding: 0 20px 0 0;
    background: url(/img/lock-outline.svg) right center no-repeat;
    background-size: contain;
}

.security-info {
    padding: 15px;
    background: rgba(247, 182, 54, 0.20);
    line-height: 16px;
}

.security-info .info-text{
    color: rgba(18, 18, 18, 0.70);
    padding: 0 0 0 25px;
    background: url("/img/info-outline.svg") left center no-repeat;
    background-size: 16px 16px;
}

.support-info-text{
    text-align: center;
    color: rgba(18, 18, 18, 0.70);
    line-height: 16px;
}
.group-section .profile-controls .profile-grey-button{
    width: 100%;
    box-sizing: border-box;
}

.profile-grey-button{
    color: rgba(18, 18, 18, 0.70);
    border: 1px solid rgba(18, 18, 18, 0.70);
    background: #ffffff;
    padding: 16px 20px 14px;
    font-size: 16px;
    line-height: 1.428571428571429;
    line-height: normal;
    text-transform: none;
    min-width: 200px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-family: 'Open Sansbold';
    font-weight: 700;
}
.profile-grey-button:hover{
    background-color: rgba(18, 18, 18, 0.07);
}


/*верификация конец*/


#StatsCenter{
    min-height: calc(100vh - 300px);
}


/*banner keffs*/
.banner-koeffs {
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100%;
}

.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 4px 3px;
    min-width: 80px;
    font-weight: bold;
}

.banner-koeff .line {
    margin: 3px auto;
    border-bottom: 1px solid;
}

.banner-koeff .name {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: .02em;
}
/*banner keffs конец*/


.yellow-btn{
    background-color: #F2AE1D;
    padding: 8px 24px;
    color: #882211;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    min-width: 240px;
    border: none;
    font-family: 'PT Sans';
}

.yellow-btn:hover{
    background-color: #F7B636;
    color: #882211;
}

.default-btn{
    padding: 8px 24px;
    color: #595959;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #7f7f7f;
    min-width: 240px;
    font-family: "Tahoma";
}

.default-btn:hover{
    background-color: #eeeeee;
    color: #595959;
}

/*casino games*/
.casino-games-widget .casino-item{
    position: relative;
    padding-bottom: 17.18%;
}


.casino-games-widget {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
}

.casino-item {
    border-radius: 5px;
    overflow: hidden;

}
.item-x-large {
    width: 67.444%;
}

.item-large {
    flex: 0 0 calc((100% - 5px) / 2);
}

.item-medium {
    /* flex: 0 0 calc((100% - 10px) / 3);*/
    width: 33.3333%;
}


.casino-games-widget .casino-item img{
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.casino-game-line{
    display: flex;
    width: 100%;
    gap: 5px;
    margin-bottom: 5px;
}
/*casino games end*/

.bet-amounts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
}

.bet-amounts .bet-amount-item {
    cursor: pointer;
    padding: 3px 10px;
    border-radius: 4px;
    min-width: 90px;
    text-align: center;
    border: none;
    color: #fff;
    text-shadow: 1px 1px 0 #821;
    background-color: #882221;
    background-image: linear-gradient(180deg, #882211 0%, #a33c33 100%);
    background-image: -webkit-linear-gradient(top, #882211 0%, #a33c33 100%);
    flex: 1 1 calc(33.333% - 10px);
    opacity: 0.8;
}

.bet-amounts .bet-amount-item.active{
    opacity: 1;
}



.custom-bank-dropdown *{
    box-sizing: border-box;
}

.custom-bank-dropdown {
    position: relative;
    /*width: 300px;*/
    margin: 20px 0;
    font-size: 13px;
}

.custom-bank-dropdown-title {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #969696;
    cursor: pointer;
    background-color: #fff;
    height: 30px;
    border-radius: 2px;
}

.custom-bank-dropdown-title::before {
    content: '\25BC';
    font-size: 12px;
    position: absolute;
    right: 10px;
    transition: transform 0.3s ease;
    color: #000;
}

.custom-bank-dropdown-title.active::before {
    transform: rotate(180deg);
}


.custom-bank-dropdown-title img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.custom-bank-dropdown-title .hidden{
    display: none;
}

.custom-bank-dropdown-list {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #969696;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    border-radius: 2px;
}

.custom-bank-dropdown-item {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
    height: 30px;
}

.custom-bank-dropdown-item:hover {
    background-color: #f0f0f0;
}

.custom-bank-dropdown-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.custom-bank-dropdown .search-input {
    width: 100%;
    padding: 8px;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    position: sticky;
    top:0;
    z-index: 10;
    margin-bottom: 0 !important;
}

.custom-bank-dropdown .search-input:focus-visible,
.custom-bank-dropdown .search-input:focus{
    outline: none;
}


/*поп ап для ввода промокода*/
body.show-my-bonus {
    overflow: hidden;
}

.show-my-bonus .my-bonus-popup-window{
    display: block;
}

.my-bonus-popup-window{
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: none;
}

.my-bonus-overlay{
    position: fixed;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.my-bonus-popup-content{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    max-width: 450px;
    width: 100%;
    z-index: 2;
}

.my-bonus-popup-window .my-bonus-header {
    position: relative;
    background: #872116;
    color: white;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    height: 56px;
    padding: 0 16px;
    display: flex;
    align-items: center;
}

.my-bonus-popup-window .my-bonus-header .close-ico{
    background: url("/img/form-auth-close-white.svg") center center no-repeat;
    background-size: 24px 24px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    opacity: 0.6;
}

.my-bonus-popup-window .my-bonus-header .close-ico:hover{
    opacity: 1;
}

.my-bonus-popup-window .my-bonus-body{
    padding: 24px 16px;
    color: rgba(18, 18, 18, 0.92);
    font-size: 14px;
    line-height: 18px;
    background: #ffffff;
}

.my-bonus-popup-content .form-group{
    margin-bottom: 10px;
}

.my-bonus-popup-content .form-group .error{
    color: #882211;
}

.my-bonus-popup-content .promo-accepted{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #62B862;
}

.my-bonus-popup-content form.is-loading {
    pointer-events: none;
    opacity: .7;
}

.my-bonus-popup-content input {
    display: block;
    width: 100%;
    padding: 6px 14px;
    line-height: 1.428571428571429;
    line-height: 1;
    line-height: normal;
    background: none;
    border: 1px solid rgba(18, 18, 18, 0.54);
    outline: none !important;
    height: 52px;
    font-size: 16px;
    color: rgba(18, 18, 18, 0.92);
    text-transform: uppercase;
}
.my-bonus-popup-content input::placeholder {
    text-transform: none;
}
.my-bonus-popup-window .yellow-btn{
    border: none;
    width: 100%;
    cursor: pointer;
    padding: 16px;
}

.my-bonus-popup-window .yellow-btn[disabled]{
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}
/*поп ап для ввода промокода конец*/

/*.payment-container-cryptoprocessing > h3{
    display: none;
}*/

.bonuses-header-standalone{
    padding: 0 !important;
}


/*платежки новый диз*/
.stateTableMoney .method-row{
    display: flex;
    align-items: center;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 0;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(241, 241, 241, 1);
    -moz-box-shadow: 0px 4px 3px 0px rgba(241, 241, 241, 1);
    box-shadow: 0px 4px 3px 0px rgba(241, 241, 241, 1);
}


.stateTableMoney .method-logo{
    text-align: center;
    width: 130px;
    flex-shrink: 0;
}

.stateTableMoney .method-name{
    font-size: 12px;
    line-height: 14px;
    font-family: 'Open Sansbold';
}
.stateTableMoney .method-text{
    font-size: 12px;
}


.select-refrate{
    border: 1px solid #c7c7c7;
    color: black;
    outline: none;
    width: 45px;
    height: 26px;
    border-radius: 0;
}

.poker-auth-page{
    background: url("/img/poker-bg.jpg") center top no-repeat;
    background-size: cover;
    height: 100vh;
    padding-top: 100px;
}

.poker-olimp-logo {
    background: url(/img/olimp-logo-poker.svg) center center no-repeat;
    width: 380px;
    height: 150px;
    background-size: contain;
    margin: 0 auto;
    box-sizing: border-box;
}
.poker-auth-text{
    padding: 0 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.poker-auth-title{
    font-size: 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
}

.poker-auth-text a{
    color: #ffb412;
}

#geniusLive.geniusLive .genius-live-player-16ih409{
    position: absolute !important;
    width: auto !important;
    height: auto !important;
}

.seal-logo img{
    width: 20px !important;
    margin: 10px auto;
}

#liveplayer{
    position: relative;
}

#quality{
    position: absolute;
    right: 5px;
    top: 5px;
}

#quality:focus-visible{
    outline: none;
    box-shadow: none;
}

.pay-inform-text{
    padding: 10px 10px 10px 35px;
    border-radius: 3px;
    position: relative;
    margin: 10px 0;
    font-size: 12px;
    display: inline-block;
    background-color: #f6f6f6;
}

.pay-inform-text:after {
    position: absolute;
    content: "ⓘ";
    width: 24px;
    height: 24px;
    left: 5px;
    top: 10px;
    display: inline-block;
    color: #757575;
    font-size: 18px;
    /*background: url("/img/error_outline.svg") center center no-repeat;*/
}

.pay-inform-text a{
    text-decoration: underline;
    color: #882211;
}

.crypto-info-link{
    color: #882211;
    border-bottom: 1px solid #882211;
    display: inline-block;
    padding: 5px 0 0 0;
    font-size: 12px;
}

.wrapper_faq .second_page a{
    color: #882211;
    text-decoration: underline;
}

.wrapper_faq .second_page a:hover{
    text-decoration: none;
}
.wrapper_faq video{
    max-width: 100%;
}

.crypto-app-links{
    display: flex;
    gap: 10px;
}

.crypto-app-links img{
    height: 40px;
    width: auto;
}

.summ-inform-text span{
    font-family: "Open Sansbold";
}