@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,cyrillic);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=cyrillic-ext');
@font-face {
    font-family: "Gothic-Regular";
    src: url("../fonts/LeagueGothic-Regular.eot");
    src: url("../fonts/LeagueGothic-Regular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/LeagueGothic-Regular.ttf") format("truetype"),
         url("../fonts/LeagueGothic-Regular.svg#LeagueGothic-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Proxima-Bold";
    src: url("../fonts/PROXIMA-NOVA-BOLD.eot");
    src: url("../fonts/PROXIMA-NOVA-BOLD.eot?#iefix") format("embedded-opentype"),
         url("../fonts/PROXIMA-NOVA-BOLD.ttf") format("truetype"),
         url("../fonts/PROXIMA-NOVA-BOLD.svg#PROXIMA-NOVA-BOLD") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proxima-Regular";
    src: url("../fonts/PROXIMA-NOVA-REGULAR.eot");
    src: url("../fonts/PROXIMA-NOVA-REGULAR.eot?#iefix") format("embedded-opentype"),
         url("../fonts/PROXIMA-NOVA-REGULAR.woff") format("woff"),
         url("../fonts/PROXIMA-NOVA-REGULAR.ttf") format("truetype"),
         url("../fonts/PROXIMA-NOVA-REGULAR.svg#PROXIMA-NOVA-REGULAR") format("svg");
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
}

    html, html a {
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
    }

body {
    color: #000;
    font: 13px 'PT Sans', sans-serif;
    background-color: #bfbfbf;
}
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
ul, ol { margin: 0; padding: 0; list-style-type: none; }
/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; border:0px;}
td { vertical-align: top;}

a {
    color: #e85717;
	font: 12px 'PT Sans', sans-serif;
	text-decoration:none;
	outline: 0;
}
a:focus {
	outline: 0;
}
    a:hover {
		color:#e85717;
        text-decoration: none;
    }

/* valid errors */
input.error, textarea.error, select.error {
    border-color: Red !important;
    color: #AB1218 !important;
    background: #fef5f5;
}
.hidden {
   display:none !important;
}
.w50 {
	width:50%;
}
.w100 {
	width:100%;
}
.clr {
	clear:both;
	display:block;
}
.clear:before,.clear:after{
	content:'';
	display:block;
	clear:both;
}
.fr {
	float:right !important;
}
.fl {
	float:left !important;
}
.relative{
	position:relative;
}
.noborder {
	border:none !important;
}
.m0{
	margin:0px !important;
}
.mt10{
	margin-top:15px !important;
}
.p0 {
	padding:0px !important;
}
.mb15 {
	margin-bottom:15px !important;
}
.mbl20 {
	margin:0 0 20px 20px !important;
}
.mb0 {
	margin-bottom:0 !important;
}
.br0 {
	border-radius:0 !important;
}
.icon {
    background:url(../images/icon_min.png?v2) no-repeat;
}
/* Alignment */
.alignc {
	text-align:center;
}
ul.popular_live_list .alignc {
	text-align:center;
	display:table-cell;
	padding-left:35px;
	padding-right: 10px;
	width:auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tab-item {
	display:none;
  background: #fff;
  border-radius: 0 5px 5px;
}
.tab-item.active {
	display:block;
}
.sidebar {
   width:110px;
   float:left;
}
.container
{
	float: right;
	width: 100%;
}
.container > .inner {
	padding: 0 8px;
	background-color: #fafafa;
}
h1.heading {
	color:#2f384f;
	font:bold 42px 'PT Sans', sans-serif;
	padding:15px 30px;
	margin:0;
}
#header {
	width: 1100px;
	margin-left: 0px;
	z-index: 100;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#header.sticky {
 position: fixed;
 top:-24px;
}
#header .sidebar
{
    position:relative;
    z-index:100;
}
.time-con {
	width: 100px;
	flex-shrink: 0;
	position: relative;
}
.time-con:before {
	content: '';
	position: absolute;
	background-color: rgba(255,255,255,0.15);
	width: 1px;
	height: 12px;
	top: 50%;
	right: 0;
	margin-top: -6px;
}
#header #timer {
	display: block;
	text-align: center;
	height: 24px;
	line-height: 24px;
}
#header #timer:hover {
	
}
#header #timer:active {
	
}
#header #timer span {
	padding-left: 25px;
	font: bold 14px 'PT Sans', sans-serif;
	color: #fff;
	position: relative;
}
#header #timer span:before {
	background-image: url(/images/time.png);
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	margin-top: -7px;
	opacity:0.5;
}

#header .container > .inner
{
	position:relative;
	z-index:10;
	height:30px;
    background: url(../images/top_bg.png) repeat-x 0px bottom;
}
.sticky .container > .inner{
	min-width:310px;
}
#header .top_links
{
	padding-top:3px;
}
#header .top_links a
{
	margin:2px 0 0 18px;
	padding-left:17px;
    background: url(../images/icon_top.png) no-repeat 0px 2px;
	font:bold 12px 'PT Sans', sans-serif;
	color:#9196bd;
	text-decoration:none;
	display:inline-block;
}
#header a.fav
{
	background-position:2px -14px;
}
#header .top_links a:hover
{
	text-decoration:none;
	color:#bdc1e0;
}

#header .social {
	display: flex;
	padding: 0 8px;
}
    #header .social a {
        background: url("../images/icon_social_dark.png") no-repeat 0 0;
        width: 24px;
        height: 24px;
        text-decoration: none;
		text-indent:-999em;
		opacity:0.7;
    }
    #header .social a:hover {
        opacity:1;
	}
	#header .social a:active {
		opacity:0.8;
	}
		#header .social a.tw {
			background-position: -20px 50%;
		}
        #header .social a.vk {
            background-position: -75px 50%;
        }
        #header .social a.fb {
            background-position: 4px 50%;
        }
        #header .social a.google {
            background-position: -47px 50%;
        }
        #header .social a.lj {
            background-position: -120px 0;
        }
		#header .social a.telegram {
            background-position: -100px 50%;
        }
/*---top search---*/
#header #search {
	margin-top: 0px;
	width: 36px;
	height: 36px;
	display: block;
	text-indent: -999em;
	background-image: url(/images/search.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	flex-shrink: 0;
	opacity: 0.5;
	margin-left: 10px;
}
#header  #search:hover {
	opacity: 1;
}
#header  #search:active,#header  #search.active {
	opacity: 1;
}

#header  #ads_ico{
	margin-top:0px;
	width:48px;
	height:28px;
	display:inline-block;
	text-indent:-999em;
	background:url("../images/lang_bg.png") 0 0 no-repeat;
	cursor:pointer;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.5);
}
#header  #ads_ico:hover {
	background-position:0 -28px;
}
#header  #ads_ico:active,#header  #ads_ico.active {
	background-position:0 -56px;
}
#ads_ico > a {
    background-image: url("../images/ads.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
}

	.search-text {text-align:left; color: #000;	height: 25px; width:0; border:0;  padding:0 0 0 2px; background:url("../images/srch_border.png") 0px 0px no-repeat;}
	.button-search {width:18px; height:20px; background:url("../images/btn_srch.png") 0px 0px no-repeat; border:none; cursor:pointer; margin:4px 0px 0px 15px;}

#header .loginbox {
	flex-shrink: 0;
	padding: 0 5px;
	position: relative;
	display: flex;
	align-items: center;
}
#header .loginbox > a {
	font:bold 14px 'PT Sans', sans-serif;
	color:#fff;
	text-decoration:none;
	height: 36px;
	line-height: 36px;
	padding: 0 18px 0 40px;
	border-radius: 10px;
	margin: 0 5px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
#header .loginbox a:hover {
	text-decoration:none;
}
#header a.button-registr {
	background-color: #3880c2;
	background-image: url(/images/registr.png);
}
#header a.button-registr:hover {
	background-color: #3e8ed7;
}
#header a.button-registr:active {
	background-color: #3880c2;
}
#header a.button-login-name {
	height: 36px;
	margin: 0;
	line-height: 36px;
	display: block;
	padding: 0 10px;
	border-radius: 10px 10px 0 0;
}
#header .admin-but-m:hover a.button-login-name {
	background-color: #343434;
}

#header a.button-enter {
	background-color: #e85717;
	background-image: url(/images/enter.png);
}
#header a.button-exit {
	background-color: #e85717;
	background-image: url(/images/enter.png);
}
#header a.button-enter:hover, #header a.button-exit:hover {
	background-color: #fe6d2d;
}
#header a.button-enter:active, #header a.button-exit:active, #header a.button-enter.active {
	background-color: #e85717;
}
.header-line-1 {
	height: 24px;
	background-color: #2a2a2a;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-line-sep {
	width: 100%;
	min-width: 10px;
}
.header-line-2 {
	height: 80px;
	background-color: #171717;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-line-2 > nav {
	width: 100%;
	min-width: 10px;
}

/* �������� ������� */
#wrapper
{
    position:relative;
    width: 1100px;
    margin: auto;
    background: #ebeff7;
    z-index: 1;
}
#wrapper:before, #wrapper:after {
	content: '';
	display: block;
	clear: both;
}
#wrapper .sidebar
{
    position:relative;
	z-index:90;
	top:28px;
	background: url("../images/sidebar_bg.png") repeat 0 0;
	height:100%;
}
#wrapper .sidebar.sticky
{
 position: fixed;
 top:28px;
 height:100%;
}
#logo {
	padding: 10px 20px;
	flex-shrink: 0;
}
#navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
#navigation li {
	width: 90px;
	position: relative;
}
#navigation li:before,#navigation li:last-child:after {
	content: '';
	left: 0;
	position: absolute;
	display: block;
	top: 10px;
	height: 24px;
	background-color: rgba(255,255,255,0.15);
	width: 1px;
}
#navigation li:last-child:after{
	left:auto;
	right:0;
}
#navigation a {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: rgba(235,239,247,0.7);
	text-shadow: 1px 1px 0px #050b1b;
	display: block;
	height: 23px;
	padding-top: 36px;
	text-align: center;
	background: url(../images/icon_navi_dark.png) no-repeat center 7px;
	text-decoration: none !important;
	text-transform: uppercase;
}
#navigation li a:hover {
	color: #ffffff;
}
#navigation li.active a {
	background-image: url(/images/icon_navi.png);
	color: #ebeff7;
}
    #navigation li.online a  {
        background-position:center -56px;
    }
    #navigation li.video a  {
        background-position:center -118px;
    }
    #navigation li.news a  {
        background-position:center -183px;
    }
    #navigation li.library a  {
        background-position:center -247px;
    }
    #navigation li.result a  {
        background-position:center -313px;
    }
    #navigation li.forecast a  {
        background-position:center -375px;
    }
    #navigation li.bookie a  {
        background-position:center -438px;
    }
	#navigation li.donate a  {
        background-position:center -631px;
    }
	#navigation li.ads a  {
        background-position:center -695px;
    }

#content {
	padding: 1px 0 0;
	margin-top: 110px;
	position: relative;
}
#content.wider
{
	width:1085px;
}
.mblock {
	background: #ffffff;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	margin: 19px 0;
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);
}
.mblock.bet {
	border:1px solid #808d94;
	border-bottom:3px solid #808d94;
	overflow:hidden;
}

.mblock:after{
	content:'';
    display:block;
    clear: both;
}
.mblock .top {
	padding:10px 5px;
	border-bottom:1px solid #e6ebf0;
}
.mblock .top:first-child,
.mblock span:first-child + .top,
.mblock .top.bg-d {
	padding: 10px 5px;
	background-color: #2a2a2a;
	border-radius: 4px 4px 0 0;
}
.mblock .top.bg-d{border-radius:0;}
.mblock .top.notbg {
	background-color: transparent;
}

.mblock.bet .top{
	background:#fff;
}

.trans-top {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.trans-top .live_start_time {
  margin: 2px 13px 0 0;
}

#right_sidebar .top{
	padding:0;
	border-bottom:0px solid #e6ebf0;
}
.mblock .top .tabs{
	
}
.mblock .top .tabs > li {
	float: left;
	padding: 0 3px 0 2px;
	position: relative;
}
.mblock .top .tabs > li:before,
.mblock .top .tabs > li:first-child:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	background-color: rgba(255,255,255,0.15);
	width: 1px;
}
.mblock .top .tabs > li:first-child:after {
	right:auto;
	left:-1px;
}
.mblock .top .tabs:after{
	 content:'';
    display:block;
    clear: both;
}
.mblock .top .tabs > li > a {
	color: #ffffff;
	font: bold 14px 'PT Sans', sans-serif;
	text-decoration: none !important;
	display: block;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	border-radius: 8px;
}
.mblock .top .tabs.light_bg > li > a {
	color: #333333;
}
.mblock .top .tabs > li > a:hover{
	background-color:rgba(255,255,255,0.1);
}
.mblock .top .tabs.light_bg > li > a:hover{
	background-color:rgba(0,0,0,0.05);
}
.mblock .top .tabs > li.active > a {
	background-color: #e85717 !important;
	cursor: default;
	color:#ffffff;
}
.mblock .top ul.live_games > li > a {
	padding-left:30px;
	background-image:url(../images/icon_balls.png);
	background-repeat:no-repeat;
	background-position: -500px -500px;
}
.mblock .top  ul.live_games  li.all_sport a{
	padding-left:15px;
}
.mblock .top  ul.live_games  li.football a,.mblock .top  ul.live_games  li.footballs a{
	background-position:12px 8px;
}
.mblock .top  ul.live_games  li.basketball a{
	background-position: 12px -58px;
}
.mblock .top  ul.live_games  li.hockey a{
	background-position: 12px -126px;
}
.mblock .top .tabs li.tennis a{
	background-position: 12px -23px;
}
.mblock .top .tabs li.valleyball a{
	background-position: 12px -93px;
}
.mblock .top .tabs li.other > a{
	text-indent:-999em;
	padding: 0;
	width: 34px;
	background-image:url(../images/more_game.png);
	background-position: center center;
}
.mblock .top .tabs li.other:hover > a{
	background-image:url(../images/more_game_w.png);
}
.mblock .top .tabs.light_bg li.other:hover > a{
	background-image:url(../images/more_game.png);
}
ul.live_games .sub-list {
	padding-left:30px;
	background:#fff;
	border:1px solid #cad3da;
	border-radius:8px;
	padding:15px 35px;
	width:330px;
	position:absolute;
	z-index:95;
	top:43px;
	left:-195px;
	display:none;
}
ul.live_games .sub-list li a {
	color:#8b8f99;
	font:bold 13px/1.5 'PT Sans', sans-serif;
}
ul.live_games .sub-list li a:hover {
	color:#e85717;
}
ul.live_games .sub-list .column{
	float:left;
	max-width:160px;
	display:block;
}
.other.has-child .sub-list > li{
	display: inline-block;
    width: 160px;
}
ul.live_games .sub-list .column.last{
	float:right;
}
ul.live_games .arr{
	width:40px;
	height:22px;
	background:url(../images/arrow_pop.png) no-repeat 0 bottom;
	position:absolute;
	top:25px;
	left:5px;
	z-index:96;
	display:none;
}

.mblock .top .title,.mblock .channels_list .title,.mc-comment-count,
.mblock .top .titNam,.mblock .channels_list .titNam{
	font:bold 18px 'PT Sans', sans-serif;
    color:#8391aa;
	text-transform:uppercase;
	padding:5px 0 0 40px;
	margin:0;
	display:inline-block;
    background:url(../images/icon_navi.png) no-repeat left 0px transparent;
}
.mblock .top:first-child .title,
.mblock .top:first-child .titNam,
.mblock .top.bg-d .title,
.mblock .top.bg-d .titNam,
.mblock span:first-child + .top .title,
.mblock span:first-child + .top .titNam{color:#ffffff;}
.mblock .top.notbg .title {
	color: #8C8C8C;
}
.mblock .top .title.b14{
	font:bold 14px 'PT Sans', sans-serif;
}
.mblock .top .title.nobg b {
	color:#000;
}
.mblock .top.middle {
	text-align:center;
}
.mblock .top .category{
	font:bold 14px 'PT Sans', sans-serif;
    color:#929292;
	border-left:2px solid #dbdbdb;
	margin-left:7px;
	padding-left:7px;
}
.mblock .top .title.nobg{
	background:none;
	padding:0 0 0 10px;
}
.mblock .top .title.bg-d {
	background-color: #2a2a2a;
	margin: -10px -5px -10px;
	display: block;
	padding: 10px 15px;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
.mblock .channels_list .title.nobg {
	float:left;
	background:none;
	padding-left:10px;
}
.mblock .top.middle .title{
	background:none;
    color:#ff661a;
}
.mblock .top.middle .title.min{
	background:none;
    color:#ff661a;
	font-size:14px;
	text-transform:none;
}
.mblock .top.middle .title.min .year, .title-date .year{
	font-size:12px;
}
.title-date{
	background:none;
    color:#ff661a;
	font:bold 18px/1.8 'PT Sans', sans-serif;
}
.title-date .year{
	font-size:14px;
}
.mblock .top .title.live,
.mblock .top .titNam.live{
	background-position:0px -60px;
}
.mblock .top .title.calen,
.mblock .top .titNam.calen{
	background-position:4px 0;
	background-image:url(../images/icon_calendar2.png?v2);

}
.mblock .top .title.lastnews,
.mblock .top .titNam.lastnews{
	background-position:0px -190px;
}
.mblock .top .title.video,
.mblock .top .titNam.video{
	background-position:0px -122px;
}
.mblock .top .title.result,
.mblock .top .titNam.result{
	background-position:0px -320px;
}
.mblock .top .title.bookie,
.mblock .top .titNam.bookie{
	background-position:0px -445px;
}
.mblock .top .title.lib,
.mblock .top .titNam.lib{
	background-position:0px -253px;
}
.mblock .top .title.forecast,
.mblock .top .titNam.forecast{
	background-position:0px -383px;
}
.mblock .top .title.cal,
.mblock .top .titNam.cal{
	background:url(../images/icon_calendar_b.png) no-repeat 5px 4px transparent;
}
.mblock .top .title_icon,
.mblock .top .titNam_icon {
	background:url("../images/icon_navi_system.png") no-repeat;
	float:left;
	width:40px;
	height:30px;
	margin-left:-10px;
	margin-top:-4px;
}
.mblock .top .title_icon.vacancy,
.mblock .top .titNam_icon.vacancy {
	background-position: -105px 0px;
}
.mblock .top .title_icon.rules,
.mblock .top .titNam_icon.rules {
	background-position: -215px 0px;
}
.mblock .top .title_icon.error,
.mblock .top .titNam_icon.error {
	background-position: -430px 0px;
}
.mblock .top .title_icon.contacts,
.mblock .top .titNam_icon.contacts {
	background-position: -535px 0px;
}
.mblock .top .title_icon.coop,
.mblock .top .titNam_icon.coop {
	background-position: -325px 0px;
}
.mblock .top .title_icon.about,
.mblock .top .titNam_icon.about {
	background-position: 5px 0px;
}
.mblock .top .title_icon.srch,
.mblock .top .titNam_icon.srch {
	background:url("../images/srch_lupa.png") no-repeat 4px 0;
}
.mblock .top .title_icon.ads {
    background-image: url(/images/icon_navi.png);
    background-position: 5px -517px;
    background-size: 26px auto;
}
.mblock .top .most_read {
	border-left:1px solid #e6ebf0;
	margin-top:-10px;
	margin-bottom:-10px;
	padding:10px 0;
	width:206px;
}
.mblock .top .most_read .title,
.mblock .top .most_read .titNam{
	background:none;
	padding-left:10px;
}
.mblock .popular{
	padding:0 5px;
	color:#929292;
	font:bold 14px 'PT Sans', sans-serif;
}

.mblock .top .popular a{
	color:#929292;
	font:bold 14px 'PT Sans', sans-serif;
	cursor:text;
}
.mblock .top .popular a:hover{

}
.popular.news_top{
	padding:10px;
	margin:0;
	border-bottom:1px solid #e6ebf0;
}
.mblock a{
	text-decoration:none;
}
.mblock a:hover{
	text-decoration:none;
}
.mblock  .bottom {
	padding:10px;
	font:bold 13px 'PT Sans', sans-serif;
}
.mblock  .bottom a {
	font:bold 13px 'PT Sans', sans-serif;
}
.mblock .bottom a.full_list_live, a.full_list_live {
	padding: 0 15px;
	text-align: center;
	color: #ffffff;
	height: 32px;
	line-height: 32px;
	border-radius: 6px;
	white-space: nowrap;
	background-color: #3880c2;
	font-size: 14px;
	font-weight: 700;
}
.mblock  .bottom a.full_list_live:hover, a.full_list_live:hover {
	background-color: #3c8cd5;
}
.mblock  .bottom a.full_list_live:active, a.full_list_live:active {
	background-color: #3880c2;
}

a.leon_bet {
    background:url(../images/btn_leon.png) no-repeat 0 0;
	padding:6px 0 0 72px;
	color:#fff;
	height:26px;
	width:100px;
	margin:5px 0 0 0;
}
a.leon_bet:hover {
	color:#e85717;
}
ul.live_list {
	padding:15px 0px;
	margin:0;
}
ul.live_list li {
	width:25%;
}
ul.live_list li .wrap{
	padding:0 10px;
}
@media screen and (max-width: 1920px) {
ul.live_list li {
	width:20%;
}
}
ul.live_list li {
	float: left;
	margin:0 0 0px 0;
	height:35px;
	overflow:hidden;
	font:12px/1.2 'PT Sans', sans-serif;
}
ul.live_list a {
	color:#2f384f;
	font:12px/1.2 'PT Sans', sans-serif;
}
ul.live_list a:hover {
	color:#e85717;
	text-decoration:none;
}
ul.live_list .score, ul.popular_live_list .score {
	color:#d53d00;
	font:12px 'PT Sans', sans-serif;
	padding-left:6px;
}

ul.popular_live_list {
	border-bottom:1px solid #e6ebf0;
	margin:0;
	padding:0;
}
ul.popular_live_list li{
	position:relative;
}
/*ul.popular_live_list td.players {
	text-align:center;
}*/
ul.popular_live_list li .vid{
	position:absolute;
	right:10px;
	top:12px;
	width:15px;
	height:17px;
	display:block;
	background: url("../images/icon_balls.png") no-repeat -500px -500px;
	background-position:0 -164px;
}
ul.popular_live_list li .vid.football{
	background-position:0 0px;
}
ul.popular_live_list li .vid.basketball{
	background-position:0 -67px;
}
ul.popular_live_list li .vid.tennis {
	background-position:0 -32px;
}
ul.popular_live_list li .vid.valleyball{
	background-position:0 -102px;
}
ul.popular_live_list li .vid.hockey{
	background-position:0 -135px;
}
ul.popular_live_list li .vid.golf{
	background-position:0 -316px;
}
ul.popular_live_list li .vid.chess{
	background-position:0 -277px;
}
ul.popular_live_list li .vid.boxing-mma{
	background-position:0 -241px;
}
ul.popular_live_list li .vid.rugby{
	background-position:0 -354px;
}
ul.popular_live_list li .vid.velosport{
	background-position:0 -391px;
}
ul.popular_live_list li .vid.nastolnyi-tennis{
	background-position:0 -424px;
}
ul.popular_live_list li .vid.badminton{
	background-position:0 -460px;
}
ul.popular_live_list li .vid.handball{
	background-position:0 -495px;
}
ul.popular_live_list li .vid.baseball{
	background-position:0 -529px;
}
ul.popular_live_list li .vid.auto-moto{
	background-position:0 -563px;
}
ul.popular_live_list li .vid.other{
	background-position:0 -164px;
}

ul.popular_live_list .image{
	width:35px;
	display:table-cell;
	vertical-align:top;
}
ul.popular_live_list .image span{
	margin:0 8px 0 9px;
	width:18px;
	height:18px;
    background:url(../images/circle.png) no-repeat center center;
	border-radius:50%;
	overflow:hidden;
	display:block;
}
ul.popular_live_list .con > span:nth-child(1) > .image > img{
	margin:0 8px 0 9px;
	width:18px;
	height:18px;
	border-radius:50%;
	overflow:hidden;
	display:block;
	border: 1px solid #cad3da;
    background-color: #cad3da;
}

.popular_live_list .players .player1{
	display:inline-block;
	height:26px;
	overflow:hidden;
	float:left;
	width:46%;
	text-align:right;
	white-space:nowrap;
}

.popular_live_list .players .player2{
	display:inline-block;
	height:26px;
	overflow:hidden;
	float:left;
	width:46%;
	text-align:left;
	white-space:nowrap;
}
.popular_live_list .players .div{
	height:18px;
    background:url(../images/div.png) no-repeat center center;
	float:left;
	width:8%;
}
.popular_live_list .players .nazva{
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 80%;
}

.popular_live_list .players .image{
   background: url("../images/circle_big.png") no-repeat scroll 0 0 transparent;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    height: 18px;
    overflow: hidden;
    width: 18px;
}
.popular_live_list .players .image img{
	width:18px;
	height:18px;
	display:block;
	border-radius:50%;
	overflow:hidden;
}
.popular_live_list .players .player1 .nazva{
	padding-left:4px;
}
.popular_live_list .players .player2 .nazva{
	padding-right:4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.popular_live_list .players .nazva{
		bottom:4px;
	}
}

ul.popular_live_list .column li:hover{
    background:#f6f6f6;
}
ul.popular_live_list li a:hover {
	color:#e85717;
}
ul.popular_live_list li .con{
	width:100%;
	display:block;
}
ul.popular_live_list li .con .con-div{
	width:100%;
	display:table;
}
ul.popular_live_list li .con .players{
	display:block;
}
ul.popular_live_list li .con .date{
	width:100px;
	color:#8b8f99;
	font:12px 'PT Sans', sans-serif;
	display:table-cell;
	vertical-align:top;
}
ul.popular_live_list li .con .date span {
	color:#358e20;
}

ul.popular_live_list a.title,
ul.popular_live_list a.titNam {
	color:#2f384f;
	font:bold 13px 'PT Sans', sans-serif;
	padding: 10px 20px 10px 0;
	display: block;
}
ul.popular_live_list .result {
	border-left:1px solid #000000;
	color:#8b8f99;
	font:12px 'PT Sans', sans-serif;
	margin-left:10px;
	padding-left:5px;
}
ul.popular_live_list .chanel {
	color:#8b8f99;
	font:12px 'PT Sans', sans-serif;
}
ul.popular_live_list .column {
	width:50%;
	float: left;
	display:block;
}
ul.popular_live_list .column li{
	border-right:1px solid #e6ebf0;
	height:65px;
}
ul.popular_live_list .column.last{
}

/* NEWS BLOCK */
.news_block .wrapper {
	margin-right:211px;
	border-right:1px solid #e6ebf0;
}
.news_block .col2{
	width:50%;
}
.news_block .big_news .thumb{
	width:100%;
	text-align:center;
	padding-bottom:10px;
}

.news_block .big_news .thumb img{
	width:100%;
	height:auto;
}
.news_block .big_news .date{
	color: #8B8F99;
    font: 12px 'PT Sans',sans-serif;
	padding:15px 10px 0 10px;
}
.news_block .big_news .date span {
    color: #358E20;
}
.news_block .big_news .title{
	padding:0px 10px 15px 10px;
	margin:0;
    font:bold 18px/1.4 'PT Sans',sans-serif;
}
.news_block .big_news .title a{
	color: #000;
    font:bold 18px/1.4 'PT Sans',sans-serif;
}
.news_block .big_news .title a:hover{
	color: #e85717;
	text-decoration:none;
}
.news_block .big_news .short{
	color: #0c0c0f;
    font: 13px/1.4 'PT Sans',sans-serif;
	padding:0px 10px 20px 10px;
	overflow:hidden;
	text-align:justify;
	max-height:107px;
}
.news_block .big_news .more{
	padding:10px 10px 30px 10px;
}
.news_block .big_news .more a{
	color: #8b8f99;
    font:bold 13px 'PT Sans',sans-serif;
}
.news_block .big_news .more a:hover{
	color: #e85717;
	text-decoration:none;
}

.news_block .col3{
	width:50%;
}
.news_block .bx-wrapper{
	border-left:1px solid #e6ebf0;
}

/* ���� ������ ������ */
.article{
	display:block;
	margin-right:220px;
	border-right:1px solid #e6ebf0;
	margin-top:-1px;
}

.b-bottom {
    background:#dadbe3 url(../images/score_panel.png) repeat-x 0 0;
	padding:10px;
}
.social_bottom{
	border-top:1px solid #e6ebf0;
	padding:15px 50px;
	clear:both;
}
.social_bottom .col{
	float:left;
	width:25%;
}
.social_bottom .mt8 {
  width: 100%;
}
.article .thumb{
	width:100%;
	text-align:center;
}
.article .thumb img{
	width:100%;
	max-width:640px;
	height:auto;
}

.article_wrapper {
	border-top:1px solid #e6ebf0;
}
.article_wrapper .meta{
	border-bottom:1px solid #e6ebf0;
	padding:20px 15px 15px 15px;
    font:bold 12px 'PT Sans',sans-serif;
	color:#8b8f99;
}
.article_wrapper .meta-row{
	width:100%;
	display:table;
}
.article_wrapper .meta .author{
	display:table-cell;
	width:15%;
}
.article_wrapper .meta .date{
	display:table-cell;
	width:15%;
	padding-left:10px;
	text-align:right;
}
.article_wrapper .meta .tags{
	padding-left:10px;
	display:table-cell;
}
.article_wrapper .meta a{
    font:bold 12px 'PT Sans',sans-serif;
	color:#2f384f;
}
.article_wrapper .meta a:hover{
	color:#e85717;
}

.last_news li {
	border-bottom:1px solid #e6ebf0;
	padding:15px 10px 0 10px;
	overflow:hidden;
}
/*
.last_news li a{
	display:block;
}
*/
.news_carousel{
	padding:0 0 0px 0;
}
.news_carousel li {
	height:55px !important;
}
.last_news .meta {
	color:#8b8f99;
    font:12px 'PT Sans',sans-serif;
	height:15px;
	display:none;
}

.last_news .icon_com_count {
    background-position: -210px -40px;
    width: 15px;
    height: 11px;
	float:left;
	margin-right:3px;
	margin-top:2px;
}
.last_news p {
	margin:5px 0;
	padding:0;
}
.last_news .time {
	color:#358E20;
    font:bold 13px 'PT Sans',sans-serif;
	padding-right:10px;
}
.last_news a {
	color:#2f384f;
    font:bold 13px 'PT Sans',sans-serif;
}
.last_news a:hover {
	color: #e85717;
	text-decoration:none;
}
.last_news li:hover {
	background:#f6f6f6;
	padding-top:0px;
}
.news_carousel li:hover {
	height:70px !important;
}
.last_news li:hover .meta {
	display:block;
}
.last_news .scroll {
	padding:0 !important;
}
.news_carousel  a.bx-prev, .news_carousel a.bx-next {
	display:block;
	text-indent:-999em;
	height:29px;
	width:100%;
    background:url(../images/news_arrow_dark.png) no-repeat center 3px;

}

.news_carousel .bx-prev.disabled,.news_carousel .bx-next.disabled {
	display:none;
}
.news_carousel a.bx-prev {
	background-position:center 6px;
	top:-10px;
}
.news_carousel a.bx-prev:hover {
	background-position:center -54px;
}
.news_carousel a.bx-prev:active {
	background-position:center -118px;
}
.news_carousel a.bx-next {
	background-position:center -30px;
	bottom:0px;
}
.news_carousel a.bx-next:hover {
	background-position:center -91px;
}
.news_carousel a.bx-next:active {
	background-position:center -156px;
}


.article_wrapper .newsFeed{
	width:220px;
	border-left:1px solid #e6ebf0;
	margin-left:-1px;
	overflow:hidden;
}
.newsFeed h3, .newsFeed .sub_title{
	color:#929292;
    font:bold 18px 'PT Sans',sans-serif;
	padding:20px 15px 15px 15px;
	margin:0;
	border-bottom:1px solid #e6ebf0;
}
.newsFeed h3.bg-d {
	background-color: #2a2a2a;
	color: #ffffff;
	padding: 10px 15px 10px 15px;
}
.newsFeed .thumb{
	width:45px;
	height:45px;
	overflow:hidden;
	border:1px solid #cad3da;
	float:left;
	margin:10px 10px 0 15px;
}
.newsFeed .thumb img{
	width:45px;
	height:auto;
}

.newsFeed p {
	margin:0;
	padding:10px 15px 15px 15px;
}

.newsFeed a:after {
  content: '';
  display: block;
  clear: both;
}

.col12 .newsFeed p {
	margin:0;
	padding:10px 15px 15px 70px;
}
.col12 .newsFeed {
	border-bottom:1px solid #e6ebf0;
}
.col12 .newsFeed li:first-child{
	margin-bottom:20px;
}
.newsFeed .time {
	color:#358E20;
    font:bold 12px 'PT Sans',sans-serif;
	padding-right:10px;
}
.newsFeed a {
	color:#2f384f;
    font:12px/1.3 'PT Sans',sans-serif;
}

.newsFeed a:after {
  clear: both;
  display: block;
  content: '';
}
.newsFeed a:hover {
	color: #e85717;
	text-decoration:none;
}
.most_viewed_news li {
	padding:5px 10px 10px 10px;
	overflow:hidden;
	height:45px;
	margin-bottom:6px;
}
.most_viewed_news .time {
	color:#358E20;
    font:bold 12px 'PT Sans',sans-serif;
	padding-right:5px;
}
.most_viewed_news a {
	color:#2f384f;
    font:12px 'PT Sans',sans-serif;
}
.most_viewed_news .more, .newsFeed .more {
	text-align:right;
}
.most_viewed_news .more {
	height:auto;
}
.most_viewed_news .more a, .newsFeed .more  a {
	color:#8b8f99;
    font:bold 13px 'PT Sans',sans-serif;
}
.most_viewed_news a:hover, .newsFeed .more a:hover {
	color: #e85717;
	text-decoration:none;
}
.news_block .col1{
	width:210px;
}

/* RECOMEND VIDEO BLOCK */
.rec_video {
	border-bottom:1px solid #e6ebf0;
	overflow:hidden;
}

.top_video_area {
	border-top:1px solid #e6ebf0;
	margin-top:15px;
	overflow:hidden;
}

.big_video {
	position:relative;
	float:left;
}
.big_video img{
	width:100%;
}

@media screen and (max-width: 1920px) {
.rec_video,.top_video_area {
	height:370px;
}
.big_video {
	width: 537px;
	height: 360px;
	margin-top: 10px;
}
.rec_video .vid_li li,.top_video_area .vid_li li {
	height:20%;
}
.rec_video .vid_li li:last-child .wrap,.top_video_area .vid_li li:last-child .wrap {
	border-bottom:none;
}
}

@media screen and (max-width: 1100px) {
section.collector_col:nth-child(odd) .leon_but_1
{
	display:block !important;
}
.rec_video,.top_video_area {
	height:305px;
}
.big_video {
	width:540px;
	height:305px;
}
.rec_video .vid_li li,.top_video_area .vid_li li {
	height:25%;
}
.rec_video .vid_li li:nth-child(4) .wrap,.top_video_area .vid_li li:nth-child(4) .wrap {
	border-bottom:none;
}
}

.rec_video .vid_li li,.top_video_area .vid_li li{
	padding:0;
	border-bottom:none;

}
.rec_video .vid_li li .wrap, .top_video_area .vid_li li .wrap{
	padding:10px 10px;
	border-bottom: 1px solid #E6EBF0;
	height:53px;
}
.big_video .play_btn{
	position:absolute;
	top:50%;
	left:50%;
	margin:-37px 0 0 -37px;
	z-index:10;
	width:75px;
	height:75px;
    background:url(../images/btn_play.png) no-repeat 0 0;
}
.big_video .title {
	position:absolute;
	bottom:0;
	left:0;
	z-index:15;
    background:url(../images/title_bg.png) repeat 0 0;
	color:#fff;
    font:12px 'PT Sans', sans-serif;
	width:100%;
}
.big_video .title a.liga {
	color:#fff;
    font:12px 'PT Sans', sans-serif;
}
.big_video .title a.liga:hover {
	text-decoration:none;
	color:#e85717;
}
.big_video .title p {
	margin:0;
	padding:0;
}
.big_video .title .wrapper {
	padding:15px 10px 15px 50px;
    background:url(../images/icon_balls_big.png) no-repeat 10px center;
}

.big_video .title.football .wrapper {
	background-position: 10px center;
}
.big_video .title .t-zag a{
	color:#fff;
    font:bold 18px/1 'PT Sans', sans-serif;
}
.big_video .title .t-zag a:hover{
	color:#e85717;
    text-decoration:none;
}
.mblock .top.new_video  {
	margin-bottom:15px;
}
.mblock .top.new_video .title {
	background:none;
	padding-left:10px;
}

.rec_video .vid_li, .top_video_area .vid_li {
	height:100%;
}


.vid_li li{
	border-bottom:1px solid #e6ebf0;
	padding:10px 5px 9px 5px;
	overflow:hidden;
}

.vid_li ul#v-slider li, .vid_li ul#v-slider2 li{
	width:360px;
	display: inline-block;
}
.vid_li ul#v-slider2 li{
	border-bottom:0px solid #e6ebf0;
}

.top_video_area .vid_li li:last-child {
	border-bottom:none;
}

.vid_li.two-col{
	padding:0px 5px;
}
.vid_li.two-col:after{
	content:'';
    display:block;
    clear: both;
}
.vid_li.two-col li{
	border-bottom:1px solid #e6ebf0;
	padding:10px 0px 9px 0px;
	float:left;
	width:50%;
}
.vid_li li .thumb{
	border: 1px solid #E6EBF0;
    float: left;
    height: 55px;
    overflow: hidden;
    width: 100px;

}
.vid_li li .thumb img{
	 width:100px;
	 height:auto;
}
.vid_li .date{
	color: #8B8F99;
    font: 12px 'PT Sans',sans-serif;
	padding:0px 0px 0 20px;
	margin-left:110px;
    background:url(../images/icon_balls.png) no-repeat -500px -500px;
}

.vid_li li.football .time, .vid_li  li.football .date{
	background-position:0 0;
}
.vid_li li.tennis .time, .vid_li  li.tennis .date{
	background-position:0 -32px;
}
.vid_li li.valleyball .time, .vid_li  li.valleyball .date{
	background-position:0 -102px;
}
.vid_li li.basketball .time, .vid_li  li.basketball .date{
	background-position:0 -67px;
}
.vid_li li.baseball .time, .vid_li  li.baseball .date{
	background-position:0 -529px;
}
.vid_li li.hockey .time, .vid_li  li.hockey .date{
	background-position:0 -135px;
}
.vid_li li.hockey .time, .vid_li  li.other .date{
	background-position:0 -166px;
}
.vid_li li.sochi2014 .time, .vid_li li.sochi2014 .date, .new_video_list li.sochi2014 .time {
    background-position: 0 -205px;
}
.vid_li .date span.time {
    color: #358E20;
}

.vid_li .title{
	 margin:0 0 0 110px;
	 padding:0;
	 max-height:35px;
	 overflow:hidden;
	 white-space:nowrap;
}
.vid_li a .title{
	color: #2f384f;
    font:bold 13px 'PT Sans',sans-serif;
	text-overflow: ellipsis;
}
.vid_li a:hover .title{
	color: #e85717;
	text-decoration:none;
}

.vid_li .liga{
 margin:0 0 0 110px;
 padding:0;
 color: #2f384f;
 font:12px 'PT Sans',sans-serif;
 white-space:nowrap;
 display:block;
 text-overflow: ellipsis;
 overflow:hidden;
}
.vid_li a.liga:hover{
 color: #e85717;
 text-decoration:none;
}

ul.vid_li .result {
	border-left:1px solid #000000;
	color:#8b8f99;
	font:12px 'PT Sans', sans-serif;
	margin-left:10px;
	padding-left:5px;
}
ul.vid_li .score {
    color: #D53D00;
    font:bold 12px 'PT Sans',sans-serif;
    padding-left: 0px;
}
.new_video_list .notvideo{
	background:url(../images/157x65.jpg);
	background-position: 50% 50%;
	width:100%;
	height:65px;
}
.new_video_list {
	overflow:hidden;
	height:125px;
}
.new_video_list li {
	float:left;
	width:100px;
	margin:0 10px;
	overflow:hidden;
}
.new_video_list li .time{
	color:#358e20;
    font:bold 11px/1 'PT Sans', sans-serif;
}
.new_video_list li .time{
	padding-left:18px;
    background:url(../images/icon_balls.png) no-repeat -500px;
	height:13px;
	display:block;
	padding-top:3px;
}
.new_video_list li.football .time{
	background-position:0 0;
}
.new_video_list li.tennis .time{
	background-position:0 -32px;
}
.new_video_list li.valleyball .time{
	background-position:0 -102px;
}
.new_video_list li.basketball .time{
	background-position:0 -67px;
}
.new_video_list li.hockey .time{
	background-position:0 -135px;
}
.new_video_list li.other .time{
	background-position:0 -165px;
}


.new_video_list li .thumb{
	padding:5px 0;
	height:65px;
	overflow:hidden;
}
.new_video_list li img{
	max-width:100%;
	height:auto;
}
.new_video_list li .title {
	text-align:left;
}
.new_video_list li a{
	color:#2f384f;
    font:12px/1.4 'PT Sans', sans-serif;
}
.new_video_list li a:hover,.new_video_list li:hover a {
	color: #e85717;
	text-decoration:none;
}
.more_video {
	padding:10px;
	margin:0;
	text-align:left;
}
.more_video a{
	color:#8b8f99;
    font:bold 13px 'PT Sans',sans-serif;
}
.more_video a:hover {
	color: #e85717;
	text-decoration:none;
}
/* ������ ������� */
.top_events{
	position:relative;
	padding:0 25px 0 22px;
	height:170px;
	overflow:hidden;
}
.top_events .item{
	min-width:200px;
	height:170px;
	text-align:center;
	vertical-align:top;
	float:left;
	border-right: 1px solid #E6EBF0;
}
.top_events .item a.link_event{
	padding: 10px 5px 13px;
	display:block;
}
.top_events .item:last-child{
	border-right:none;
}

@media screen and (max-width: 1920px) {
#content .top_events .item{
	width:20%;
}
}
@media screen and (max-width: 1280px) {

#content .top_events .item{
	width:25%;
}
}
@media screen and (max-width: 1024px) {

#content .top_events .item{
	width:25%;
}
}
.top_events .item:hover{
	background:#f6f6f6;
}
.top_events .item p{
	margin: 8px 0px 6px;
	overflow:hidden;
}
.top_events .photo{
	float:left;
	overflow:hidden;
}
.top_events .photo .name{
	white-space:nowrap;
}
.top_events .photo .ramka{
	border:1px solid #d6dde3;
	width:64px;
	height:64px;
	border-radius:50%;
	overflow:hidden;
	display:inline-block;
	margin-bottom:10px;
}
.top_events .photo .ramka img{
	width:64px;
	border-radius:50%;
}

.top_events .photo a, .top_events .link_event{
	color:#2f384f;
	font:bold 14px 'PT Sans', sans-serif;
	text-decoration:none;
}
.top_events .item a:hover, .top_events .link_event:hover{
	color:#e85717;
}
.top_events a:hover{
	text-decoration:none;
}
.top_events .title{
	color:#2f384f;
	font:12px 'PT Sans', sans-serif;
	padding-left:20px;
    background:url(../images/icon_balls.png) no-repeat -500px 0;
	white-space:nowrap;
	margin: 0 12px;
	display: inline-block;
}
.top_events .title.football{
	background-position:0 0px;
}
.top_events .title.tennis{
	background-position:0 -32px;
}
.top_events .title.valleyball{
	background-position:0 -103px;
}
.top_events .title.basketball{
	background-position:0 -66px;
}
.top_events .title.hockey{
	background-position:0 -134px;
}
.top_events .title.other{
	background-position:0 -166px;
}
.top_events .date{
	color:#8b8f99;
	font:12px 'PT Sans', sans-serif;
	display: block;
}
.top_events .date .time{
	color:#358e20;
}
.top_events .bx-next, .top_events .bx-prev {
	position:absolute;
	top:15px;
	display:inline-block;
	text-indent:-999em;
	text-decoration:none;
	cursor:pointer;
	width:25px;
	height:130px;
    background:url(../images/arrow_events.png) no-repeat -46px center;
}
.top_events .bx-prev.disabled,.top_events .bx-next.disabled {
	display:none;
}
.top_events .bx-prev {
	background-position:0px center;
	left:2px;
}
.top_events .bx-prev:hover {
	background-position:-88px center;
}
.top_events .bx-prev:active {
	background-position:-173px center;
}
.top_events .bx-next {
	right:3px;
}
.top_events .bx-next:hover {
	background-position:-134px center;
}
.top_events .bx-next:active {
	background-position:-216px center;
}
/*FOOTER*/
.footer-back {
	background-color: #171717;
	position: relative;
}
#footer {
	position: relative;
	padding: 60px 30px 90px;
	z-index: 1;
	margin: 0 auto;
	width: 1040px;
}
#gotop {
	width: 40px;
	position: absolute;
	top: -20px;
	border-radius: 10px;
	height: 40px;
	cursor: pointer;
	background-color: #ff661a;
	right: 25px;
	font-size: 0;
	z-index: 10;
	background-image: url(/images/arr.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#gotop:hover {
	background-color: #fd8041;
}
#footer > nav{
	margin:15px 9px 0 9px;
    background:url(../images/navi_system_border.png) repeat-x 0 top;
}
#navi_system {
	padding:25px 0 35px 0;
	text-align:center;
}
#navi_system li {
	display:inline-block;
	vertical-align:top;
    margin:0 10px;
}
#navi_system a {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #8b8f99;
	display: block;
	padding-top: 38px;
	text-align: center;
	width: 100px;
	background: url(../images/icon_navi_system2.png) no-repeat 34px 0;
	text-decoration: none;
	line-height: 1;
}
#navi_system a:hover {
    text-decoration:none;
	color:#ff7531;
        background-position:34px -70px;

}
    #navi_system li.vacansy a  {
        background-position:-77px 0;
    }
    #navi_system li.vacansy a:hover  {
        background-position:-77px -70px;
    }
    #navi_system li.rules a  {
        background-position:-185px 0;
    }
    #navi_system li.rules a:hover  {
        background-position:-184px -70px;
    }
    #navi_system li.reklama a  {
        background-position:-295px 0;
    }
    #navi_system li.reklama a:hover  {
        background-position:-295px -70px;
    }
    #navi_system li.errors a  {
        background-position:-400px 0;
    }
    #navi_system li.errors a:hover  {
        background-position:-400px -70px;
    }
    #navi_system li.contacts a  {
        background-position:-507px 0;
    }
    #navi_system li.contacts a:hover  {
        background-position:-507px -70px;
    }
    #navi_system li.sitemap a  {
        background-position:-618px 0;
    }
    #navi_system li.sitemap a:hover  {
        background-position:-618px -70px;
    }
#bottom_sitemap
{
	background:#d9dfeb;
	padding:15px 0 15px 20px;
}
#bottom_sitemap .top
{
}
#bottom_sitemap .top a
{
	font:bold 18px 'PT Sans', sans-serif;
	color:#929292;
	padding-right:18px;
    background:url(../images/icon_toparrow.png) no-repeat right -44px;
	cursor:pointer;
}
#bottom_sitemap .top a.opened {
	background-position:right 8px;
}
#bottom_sitemap .top a:hover	{
	color:#e85717;
}
#bottom_sitemap nav{
	width:215px;
	float:left;
	margin:15px 0px;
}
#bottom_sitemap nav ul{
	padding-top:7px;
}
#bottom_sitemap nav li {
	padding-left:75px;
	padding-bottom:10px;
}
#bottom_sitemap nav h3 a {
    font-size:18px;
    font-weight:bold;
    color:#27314b;
}
#bottom_sitemap nav a {
    font-family:'PT Sans', sans-serif;
    font-size:14px;
    color:#8b8f99;
    text-decoration:none;
}
#bottom_sitemap  #bot_online {
    background:url(../images/icon_online.png) no-repeat 0 0;
}
#bottom_sitemap  #bot_video {
    background:url(../images/icon_video.png) no-repeat 0 10px;
}
#bottom_sitemap  #bot_news {
    background:url(../images/icon_news.png) no-repeat 0 10px;
}
#bottom_sitemap  #bot_result {
    background:url(../images/icon_result.png) no-repeat 0 13px;
}
#bottom_sitemap  #bot_library {
    background:url(../images/icon_library.png) no-repeat 0 10px;
}
#bottom_sitemap  #bot_forecast {
    background:url(../images/icon_forecast.png) no-repeat 0 10px;
}
#bottom_sitemap  #bot_bookie{
    background:url(../images/icon_bookie.png) no-repeat 0 10px;
}
#bottom_sitemap nav a:hover {
    text-decoration:none;
	color:#e85717;
}
#copyright {
	margin-top: 24px;
	font: 12px 'PT Sans', sans-serif;
	color: #ff7531;
}

.footer-bottom {
	display: flex;
}
.footer-bottom > nav {
	width: 130px;
	padding: 0 10px;
}
.footer-menu h3{margin:0;}
.footer-menu h3 a {
	background-image: url(/images/icon_navi.png);
	background-repeat: no-repeat;
	padding-top: 35px;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 12px;
	background-position: 0 60px;
	display: block;
}
.footer-menu#bot_online h3 a{background-position:0 -59px;}
.footer-menu#bot_video h3 a{background-position:0 -121px;}
.footer-menu#bot_news h3 a{background-position:0 -186px;}
.footer-menu#bot_result h3 a{background-position:0 -315px;}
.footer-menu li > a {
	color: rgba(255,255,255,0.54);
	font-size: 14px;
	display: block;
	margin: 12px 0;
}
.footer-menu li > a:hover {
	color: rgba(255,255,255,1);
}

.footer-bottom-l {
	padding-right: 40px;
	margin-right: 55px;
	position: relative;
}
.footer-bottom-l:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 53px;
	width: 1px;
	background-color: rgba(255,255,255,0.15);
}

/* ������ ������� */
#right_sidebar {
	width:215px;
    position:absolute;
	right:-225px;
	border-left:1px solid #cbd4db;
	border-right:1px solid #cbd4db;
	height:100%;
	background:#F5F1E8;
	overflow:hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	top:0;
}

#right_sidebar .rs_bg
{
	position:absolute;
	top:0;
	width:215px;
	height:100%;
	z-index:0;
    background:url(../images/lenta_bg.png) repeat-y 0 0;
}
@media screen and (min-width: 1335px) {
	#right_sidebar {
		display:block;
	}
}

/* ������� ����������� */
#result_min{
	position:relative;
	z-index:10;
	max-height:348px;
	overflow:hidden;
}
#result_min .top {
	height:27px;
	padding-top:5px;
    background:url(../images/result_top.png) no-repeat 0 0;
}

#result_min .top span {
	font:bold 12px 'PT Sans', sans-serif;
	color:#27314b;
	padding:2px 20px 0 10px;
	float:left;
}
#result_min .top a {
	font:bold 12px 'PT Sans', sans-serif;
	color:#8b8f99;
	text-decoration:none !important;
}
#result_min .top li {
	float:left;
	padding:0 5px 0 0;
}
#result_min .top a:hover {
	color:#27314b;
}
#result_min .top li.active a {
	color:#3287d8;
}
#result_min .body {
    background:#282a35;
	margin:-2px 0 0;
	padding:0 0 0px 0;
}
#result_min .body .navi {
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	padding:10px ;
}
#result_min .body .navi .prev, #result_min .body .navi .next {
	display:inline-block;
	text-indent:-999em;
	width:10px;
	height:20px;
    background:url(../images/result_arrow_dark.png) no-repeat 0 3px;
}
#result_min .body .navi .next {
	background-position:right 3px;
}
#result_min .body .navi .prev:hover {
	background-position:0 -17px;
}
#result_min .body .navi .next:hover {
	background-position:right -17px;
}
.min-res-table {
	font:bold 12px 'PT Sans', sans-serif;
	color:#9196bd;
	width:100%;
	border-collapse: collapse; border-spacing: 0; border:0px;
}
.min-res-table .td{
	padding:3px 8px;
	margin:0px;
}
.min-res-table .game .td{
	background:#1e202d;
}
.min-res-table .game{
	margin-top:12px;
	display:inline-block;
}
.min-res-table .game span:nth-child(4){
	text-align:right;
}
.min-res-table .game .td.team{
	width:78px;
	display:block;
	float:left;
	white-space:nowrap;
}
.min-res-table .game .td.score{
	width:10px;
	background:#171929;
	text-align:center;
	display:block;
	float:left;
}
.min-res-table .game .stavka1, .min-res-table .game .stavka2{
	height:3px;
	width:94px;
	float:left;
	background:#3f4252;
	display:block;
	-moz-opacity: 0.60;
	opacity: 0.60;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
}
.min-res-table .game .stavka1 > span{
	background:#00c83d;
	height:100%;
	display:block;
	float:right;
	position:relative;
	max-width:84px;
	min-width:10px;
}
.stavka1 > span > span {
    font-size: 10px;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    width: 24px;
	font-weight:400;
	color:#00c83d;
}
.min-res-table .game .stavka2 > span{
	background:#00c4ee;
	height:100%;
	display:block;
	float:left;
	position:relative;
	max-width:84px;
	min-width:10px;
}
.stavka2 > span > span {
    font-size: 10px;
    margin-right: -12px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    width: 24px;
	font-weight:400;
	right:0;
	color:#00c4ee;
}
.min-res-table .game .stavka3{
	height:3px;
	width:26px;
	float:left;
	background:#676975;
	display:block;
	-moz-opacity: 0.60;
	opacity: 0.60;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
}
.min-res-table .game:hover .stavka1, .min-res-table .game:hover .stavka2, .min-res-table .game:hover .stavka3{
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}
.stavka3 > span {
    font-size: 10px;
    margin-top: -12px;
    position: relative;
    text-align: center;
    width: 26px;
	font-weight:400;
	color:#979797;
	display:block;
}
.min-res-table .game:hover .td.team {
	background:#3287d8;
}
.min-res-table .title{
	padding-left:18px;
    background:url(../images/icon_balls.png) no-repeat 0 0;
}

.min-res-table .td.nazva:hover, .min-res-table .td.nazva:hover .title{
	color:#fff;
}

.min-res-table a {
	font:bold 12px 'PT Sans', sans-serif;
	color:#fff;
	text-decoration:none;
}
.min-res-table a.title{
	color:#9196bd;
	text-decoration:none;
}
#result_min a.title:hover{
}
.min-res-table a:hover {
	text-decoration:none;
}

#result_min .body:hover {
}
/* ����� �������� */
#lenta{
	margin:0;
	z-index:10;
	overflow:hidden;
}
#lenta .top li {
	float:left;
	width:50%;
}
#lenta .top li  a{
	display:block;
	height:46px;
	text-align:center;
	padding-top:14px;
	color:#8b8f99;
	font:bold 13px 'PT Sans', sans-serif;
	text-decoration:none !important;
	background:#fbfbfb;
	border:1px solid #cad3da;
}
#lenta .top li.active  a{
	 box-shadow: 0px 1px 2px 1px #C1C1C1  inset;
    background:url(../images/gradient.png) repeat-x 0 0;
	color:#27314b
}
#lenta .top li a:hover{
	color:#3287d8
}
#lenta .top li a:active{
	color:#205fc9
}
#lenta .counter {
	height:29px;
	padding-top:7px;
	text-align:center;
    background:url(../images/lenta_counter.png) repeat-x 0 0;
	font:bold 14px 'PT Sans', sans-serif;
	color:#fff;
	display:block;
	width:100%;
}
#right_sidebar .counter-bot {
	height:27px;
	padding-top:7px;
	text-align:center;
    background:url(../images/lenta_counter.png) repeat-x 0 0;
	font:15px 'PT Sans', sans-serif;
	color:#fff;
	display:block;
	width:100%;
	position:absolute;
	bottom:0;
	border-bottom:3px solid #0468aa;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
#right_sidebar .counter-bot:before {
	content:'';
	width:100%;
	height:30px;
	left:0;
	position:absolute;
	top:-30px;

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgba(246,241,233,0)),
	color-stop(1, #F6F1E9)
);
background-image: -o-linear-gradient(bottom, rgba(246,241,233,0) 0%, #F6F1E9 100%);
background-image: -moz-linear-gradient(bottom, rgba(246,241,233,0) 0%, #F6F1E9 100%);
background-image: -webkit-linear-gradient(bottom, rgba(246,241,233,0) 0%, #F6F1E9 100%);
background-image: -ms-linear-gradient(bottom, rgba(246,241,233,0) 0%, #F6F1E9 100%);
background-image: linear-gradient(to bottom, rgba(246,241,233,0) 0%, #F6F1E9 100%);
}
#lenta .counter:hover, #right_sidebar .counter-bot:hover{
	background-position:0 -36px;
}
#right_sidebar .counter-bot:hover{
	border-bottom:3px solid #003f69;
}
#lenta .counter:active, #right_sidebar .counter-bot:hover{
	background-position:0 -72px;
}
.lenta_list .item {
	border-bottom:1px solid #ddd7cb;
	padding:15px 5px;
	font:12px 'PT Sans', sans-serif;
	color:#000;
}
.lenta_list .item p{
	margin:3px 0;
}
.lenta_list .item a {
	font:12px 'PT Sans', sans-serif;
}

.lenta_list .item .date{
	width:40px;
	text-align:center;
	padding:3px 0;
}
.lenta_list .item .date .time{
	color:#968660;
	font:bold 13px 'PT Sans', sans-serif;
}
.lenta_list .item .date .day{
	color:#b9ae96;
	font:11px 'PT Sans', sans-serif;
}
.liga-name{
	clear:both;
	color:#968660;
	font-size:11px;
	line-height:13px;
	height:26px;
	overflow:hidden;
	padding:5px 0 0 45px;
	display:block;Ривер Плэйт
}

.lenta_list .item .desc{
	margin-left:5px;
}
.lenta_list .item .desc p{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:117px;
}
.lenta_list .item .graf-pr{
	width:40px;
}
.lenta_list .item .graf-pr p:nth-child(1){
	border-left:3px solid #379947;
	color:#379947;
	padding-left:4px;
}
.lenta_list .item .graf-pr p:nth-child(2){
	border-left:3px solid #237caa;
	color:#237caa;
	padding-left:4px;
}
.lenta_list .item .desc h3{
	margin:0;
	padding:5px 0 5px 0px;
	font:bold 11px 'PT Sans', sans-serif;
	text-transform:uppercase;
}
.lenta_list .item .icon{
    background-position:0 5px;
	width:16px;
	height:16px;
	float:left;
	margin-right:4px;
	margin-top:-2px;
}
.lenta_list .item .icon.icon_live{
    background-position:0 0px;
}
.lenta_list .item .icon.icon_library{
    background-position:-25px 0px;
}
.lenta_list .item .icon.icon_video{
    background-position:-51px 0px;
}
.lenta_list .item .icon.icon_news{
    background-position:-99px 0px;
}
.lenta_list .item .icon.icon_main{
    background-position:-75px 0px;
}
.lenta_list .item .icon.icon_result{
    background-position:-123px 0px;
}
.lenta_list .item .icon.icon_forecast{
    background-position:-147px 0px;
}
.lenta_list .item .icon.icon_bookie{
    background-position:-171px 0px;
}

#lenta .item.reklama {
	background:#e9faf7;
	border-bottom:1px solid #ddd7cb;
}
#lenta .item.reklama .title{
	font:bold 13px 'PT Sans', sans-serif;
	color:#a6bc32;
}
.lenta_list .item{
	background:#f5f1e8;
	display:block;
}
.lenta_list .item h3{
	color:#968660;
}
.lenta_list .item:hover{
	background:#eee6d3;
}
.lenta_list .item:active{
	background:#eee6d3;
	box-shadow: inset 0px 0px 2px 2px #ddd7cb;
}
.lenta_list .item:hover h3{
	color:#e85717;
}

#lenta .item.reklama:hover {
	background:#ceffe2;
}
#lenta .item.reklama:active {
	background:#ceffe2;
	box-shadow: inset 0px 0px 2px 2px #b1ecc8;
}
/* ������ ����������� ����� */
#tablo {
	background-color: #f1f1f1;
	position: relative;
	padding: 1px 0;
}
#tablo .zanaves {
	position:absolute;
	width:156px;
	height:93px;
    background:url(../images/zanaves.png) no-repeat center top;
	color: #9d97ab;
    font:bold 14px 'PT Sans',sans-serif;
	top: 60px;
	left:50%;
	text-align:center;
	padding-top:50px;
	margin-left:-78px;
	cursor:pointer;
}
#tablo .zanaves:hover {
	color: #27314B;
}
.live_start_time {
	color: #8B8F99;
    font: 14px 'PT Sans',sans-serif;
	text-align:right;
}

.live_start_time .endof{
	color:#d53d00;
}
.live_start_time img{
	margin-right:10px;
}

.live_start_time a {
    color: #8B8F99;
    font: bold 13px 'PT Sans',sans-serif;
    text-decoration: none;
}
.live_start_time a:hover{
	color:#e85717;
}
span.time {
  color: #358e20;
  font-size: 12px;
	font-weight:bold;
}
span.time img {
	margin: 0px 0px -1px;
}
.mblock .top .simple_list {
    border:none;
    overflow: hidden;
	padding-left:35px;
}
.mblock .top .simple_list li {
	float:left;
}
.mblock .top .type li {
	margin:4px 6px 0 6px;
}
.mblock .top .simple_list li a {
	color: #ff7531;
	display: block;
	font: bold 14px 'PT Sans',sans-serif;
	padding: 0px 6px;
	text-decoration: none !important;
	border-right: 1px solid rgba(255,255,255,0.15);
}
.mblock .top .simple_list li:last-child a {
    border-right:none;
}
.mblock .top .channel-list li label {
	color: #ff7531;
	font: bold 13px 'PT Sans',sans-serif;
	padding: 0px 12px 0 0;
	margin: 0px;
	border-right: 1px solid #878787;
}
.mblock .top .channel-list li input[type="radio"]{
    float:left;
	margin:2px 5px 0 0;
	display:none;
}
.mblock .top .channel-list .select2-container .select2-choice {
	border:none;
	box-shadow:none;
	height:18px;
	width:70px;
}
.mblock .top .channel-list .select2-container .select2-choice > .select2-chosen {
	margin-right:0;
}
.mblock .top .channel-list .select2-arrow {
    background:none;
	border:none;
	width:10px;
}
.mblock .top .simple_list .select2-container .select2-choice .select2-arrow b {
    background:url(../images/arrow_white.png) no-repeat right 6px;
}
.mblock .top .simple_list .select2-dropdown-open .select2-choice .select2-arrow b {
    background:url(../images/icon_min.png) no-repeat right -155px;
}
.mblock .top .simple_list li:hover,.mblock .top .simple_list li.active {
	background:none;
}
.mblock .top .simple_list li:hover a,.mblock .top .simple_list li:hover label {
	color:#ffffff;
}
.mblock .top .simple_list li.active a,.mblock .top .simple_list li.selected label{
	background:none;
	color:#ffffff;
}
.mblock .top .type li.filter {
	background-color: #3880c2;
	padding: 2px 5px;
	border-radius: 5px;
	margin-top: 0px;
	border-right: none;
}
.mblock .top .type li.filter a{
    color: #fff;
	padding-right:15px;
    border-right:none;
	background:none;
	border:none;
}
.mblock .top .simple_list li.last a {
    border-right: none;
}
.game_title {
	color:#929292;
	font:bold 18px 'PT Sans',sans-serif;
	text-align:center;
	padding:10px 0 0 0;
}

#tablo .game_title {
  margin-bottom: -30px;
}
#tablo .current_time {
	color: #358E20;
	font: bold 18px 'PT Sans',sans-serif;
	text-align: center;
	margin: 0 0 15px;
}
#tablo .teams {
	display: flex;
	align-items: center;
	position: relative;
	margin: 50px 0 15px;
}
#tablo .teams:before {
	position: absolute;
	content: '';
	height: 126px;
	width: 1px;
	background-color: #cad3da;
	left: 50%;
	top: 50%;
	margin-top: -63px;
}
#tablo.not_started .teams:before {
	display: none;
}
#tablo .teams > div {
	display: flex;
	align-items: center;
	min-height: 126px;
}
#tablo.not_started .teams{
	background:none;
}
#tablo .teams a{
	text-decoration:none !important;
}
#tablo .teams .photo {
	text-align: center;
	width: 100%;
}
#tablo .teams .photo > * {
	display: flex;
	align-items: center;
	justify-content: center;
}
#tablo .teams .photo .ramka{
	background:url(../images/circle_team.png) no-repeat 0 0;
	width:127px;
	height:97px;
	overflow:hidden;
	display:inline-block;
	margin-bottom:0px;
	padding:30px 0 0 0px;
}

#tablo .teams .photo .ramka img{
	width:64px;
	border-radius:50%;
}
#tablo .teams .photo .comandname {
	color: #232323;
	font: bold 24px/1 'PT Sans',sans-serif;
	width: 40%;
	min-width: 10px;
}
#tablo .teams .photo a:hover .comandname{
	color:#e85717;
}

/*@media screen and (min-width: 1420px) {
#tablo .teams .fl .ramka {
	float:left;
	margin-left:40px;
	margin-top:10px;
}
#tablo .teams .fl .name {
	float:left;
	text-align:left;
	margin:60px 0 0 20px;
}

#tablo .teams .fr .ramka {
	float:right;
	margin-right:40px;
	margin-top:10px;
}
#tablo .teams .fr .name {
	float:right;
	text-align:right;
	margin:60px 20px 0 0;
}
}*/

#tablo .teams .score {
	text-align: center;
	color: #e23500;
	font-family: PT Sans;
	font-weight: 700;
	font-size: 100px;
	line-height: 1;
	min-width: 72px;
	flex-shrink: 0;
	padding: 0 10px;
}
#show_text_trans {
	width:110px;
	height:20px;
	padding-top:3px;
	background:#fff;
	border:1px solid #cad3da;
	border-top:none;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
  top: -10px;
  margin-bottom: -10px;
  clear: both;
  position: relative;
}
#show_text_trans a{
	color:#8b8f99;
	font:bold 12px 'PT Sans',sans-serif;
	padding-left:14px;
	background:url(../images/icon_arrows.png) no-repeat left -8px;
}
#show_text_trans.opened{
	width:90px;
	background-position:left 6px;
}
#show_text_trans.opened a{
	background-position:left 6px;
}
#show_text_trans span{
	padding-right:14px;
	background:url(../images/icon_arrows.png) no-repeat right -8px;
}
#show_text_trans:hover span{
	color:#27314b;
}
#show_text_trans.opened span{
	background-position:right 6px;
}

#text_trans {
	background:#fff;
  width: 886px;
  margin: auto;
	border:1px solid #cad3da;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	color:#27314b;
	font:12px 'PT Sans',sans-serif;
	position:relative;
  top: -10px;
  padding-bottom: 10px;
}
#text_trans .score{
	color:#8b8f99;
	width:15%;
	letter-spacing:1px;
}
#text_trans .video_link {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../images/icon_play.png) no-repeat 0 0;
	margin:0 5px;
	text-decoration:none !important;
}
#text_trans .video_link:hover {
	background-position:0 -16px;
}
#text_trans table{
	width:100%;
	margin-bottom:10px;
}
#text_trans table td{
	height:18px;
	vertical-align:middle;
}
#text_trans table td.t1{
	text-align:right;
	width:40%;
}
#text_trans table td.t2{
	text-align:left;
	width:40%;
}
#text_trans table td.time_col {
	width:20%;
	min-width:140px;
	text-align:center !important;
	font:bold 12px/1.2 'PT Sans',sans-serif;
	background:url(../images/time_liner.png) repeat-y center 0;
	text-indent:-1px;
}
#text_trans table td.time_col .time{
	display:inline-block;
	text-align:center;
	width:140px;
	height:16px;
	background:url(../images/time_bg2.png) no-repeat;
	color:#fff;
}
#text_trans table td.t1 .time{
	background-position:17px 0;
}
#text_trans table td.t2 .time{
	background-position:51px -24px;
}
#text_trans table td.time_col.pererva{
	padding:10px 0;
}
#text_trans table td.time_col.pererva span{
	background:#fff;
	color:#8b8f99;
	border:1px solid #cad3da;
	border-radius:4px;
	padding:1px 5px;
}
#text_trans table td.time_col.start{
	height:20px;
}
#text_trans table td.time_col.finish{
	height:14px;
	padding-bottom:0;
	vertical-align:bottom;
}
#text_trans table td.time_col.finish span{
	background:#fff url(../images/time_line_finish.png) no-repeat center center;
	color:#8b8f99;
	display:inline-block;
	text-indent:-999em;
	width:7px;
	height:7px;
	vertical-align:bottom;
}

/* ������ ������� ���������� */
.channels_list {
  /*  text-align: center; */
	margin:10px 0;;

}

.channels_list:before, .channels_list:after {
  clear: both;
  content: "";
  display: block;
}

.channels_list ul {
	  text-align: center;
	  float:left;
	  width:930px;
}
.channels_list li {
	display:inline-block;
	vertical-align:middle;
	margin:0 6px;
	text-align:center;
	cursor:pointer;
}
.channels_list li a {
    color: #8B8F99;
    display: block;
    font: bold 14px 'PT Sans',sans-serif;
    text-decoration: none !important;
	width:29px;
	height:29px;
	padding-left:10px;
	padding-top:10px;
	background:url(../images/icon_channels.png) no-repeat -500px -500px;
}
.channels_list li.ua a {
	background-position:4px 11px;
}
.channels_list li.ru a {
	background-position:4px -42px;
}
.channels_list li.en a {
	background-position:4px -95px;
}
.channels_list li.none a {
	background-position:-500px -500px;
	padding-left:0px;
	width:39px;
}
.channels_list li.active {
	background:url(../images/active_channel.png) no-repeat 0 0;
}
.channels_list li:hover {
	background:url(../images/active_channel.png) no-repeat 0 -41px;
}
.channels_list li a:hover{
	color:#27314b;
}
.dropcss .select2-search {
	display:none;
}
.dropcss .select2-results li .select2-result-label span {
    color: #8B8F99;
    display: block;
    font: bold 12px 'PT Sans',sans-serif;
}
.dropcss .select2-results li:nth-child(2) .select2-result-label {
	background:url(../images/icon_channels.png) no-repeat 4px -42px;
	padding-left: 23px;
    padding-top: 6px;
}
.dropcss .select2-results li:nth-child(3) .select2-result-label {
	background:url(../images/icon_channels.png) no-repeat 4px -95px;
	padding-left: 23px;
    padding-top: 6px;
}
.dropcss .select2-results li:nth-child(4) .select2-result-label {
	background:url(../images/icon_channels.png) no-repeat 4px 11px;
	padding-left: 23px;
    padding-top: 6px;
}
.dropcss .select2-results li:nth-child(5) .select2-result-label {
	background:url(../images/icon_channels.png) no-repeat 4px -127px;
	padding-left: 23px;
    padding-top: 6px;
}

/* ���� ���������� ����� */
#translation {
	border-top:1px solid #e6ebf0;
	border-bottom:1px solid #e6ebf0;
	position:relative;
}
#translation .videotut{
	margin:0 auto;
	text-align:center;
}
#translation .videotut > div{
	margin:0px auto;
}
#translation .navi{
	position:absolute;
	height:100%;
    background: url("../images/arrow_events.png") no-repeat left center;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    text-decoration: none;
    text-indent: -999em;
    top: 0;
    width: 25px;
}
#translation .navi a{
	display:block;
    width: 25px;
	height:100%;
}
#translation .navi.prev{
	background-position:left center;
	left:40px;
}
#translation .navi.prev:hover{
	background-position:-87px center;
}
#translation .navi.prev:active{
	background-position:-172px center;
}
#translation .navi.next{
	background-position:-47px center;
	right:40px;
}
#translation .navi.next:hover{
	background-position:-133px center;
}
#translation .navi.next:active{
	background-position:right center;
}
#trans_options {
	margin:10px 0;
}

#trans_options .social{
	float:left;
	width:41%;
	padding:12px 10px;
}

/*#trans_options .social{
	float:left;
	width:50%;
	padding:12px 10px;
	border-right:1px solid #e6ebf0;
}
*/
#trans_options .social .col{
	float:left;
	width:25%;
}
#trans_options .opt_list {
	width:40%;
	float:right;
	padding:13px 0 15px 0;
	position:relative;
}
.opt_list > li {
	float:left;
}
#trans_options .opt_list > li {
	width:33%;
	text-align:center;
}
.col11  .opt_list > li {
	margin:10px 10px 0 15px;
}

.opt_list > li > a {
    color: #8B8F99;
    display: block;
    font: bold 13px 'PT Sans',sans-serif;
    text-decoration: none !important;
}
.bg-d .opt_list > li > a {color: #ff661a;}
.opt_list > li.active > a {
	color:#3287d8;
}
.bg-d .opt_list > li.active > a {color: #ffffff;}
.opt_list > li > a:hover{
	color:#e85717;
}
.bg-d .opt_list > li > a:hover {color: #ffffff;}
.redactor_msg {
	padding:10px 10px 20px 10px;
}
.redactor_msg .label {
	float:left;
	width:120px;
	text-align:center;
    color: #929292;
    display: block;
    font: bold 14px 'PT Sans',sans-serif;
	padding-top:20px;
	background:none;
	text-shadow:none;
}
.redactor_msg .msg{
	margin-left:120px;
	position:relative;
	border:1px solid #cad3da;
	border-radius:6px;
	background:#f8fafd;
	padding:15px 20px;
	color:#27314b;
    font: 14px 'PT Sans',sans-serif;
}
.redactor_msg .msg .pimp{
	position:absolute;
	left:-16px;
	top:15px;
	width:16px;
	height:17px;
  background: url("../images/msg_pimp.png") no-repeat 0 0;
}

.wide_tabs {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.wide_tabs {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.wide_tabs:after {
  content: '';
  display: block;
  clear: both;
}
.wide_tabs li {
	float:left;
  width: 20%;
}
.wide_tabs li  a{
  display: block;
  height: 35px;
  text-align: center;
  padding-top: 15px;
  color: #8b8f99;
  font: bold 18px 'PT Sans',sans-serif;
  text-decoration: none!important;
  background: #efefef;
  border-left: 1px solid #cad3da;
  border-right: 1px solid #cad3da;
}

.wide_tabs li:first-child a {
	border-top-left-radius:5px;
	overflow:hidden;
  border: none;
  border-left-width: 1px;
}
.wide_tabs li:last-child a{
	overflow:hidden;
}
.br0 .wide_tabs li, .br0 .wide_tabs li a{
	border-radius:0 !important;
}

.wide_tabs li.active  a {
	background:#fff;
  color: #27314b;
}
.wide_tabs li a:hover{
	color:#e85717;
}
.wide_tabs li.active a:hover{
	color:#27314b;
	cursor:default;
}
.wide_tabs li a:active{
	color:#ff661a;
	background:#f6f6f6;
}

.bottom_link {
	padding: 0 20px;
	text-align:right;
  background: #fff;
}
.bottom_link li a {
    color: #8B8F99;
    font: bold 13px 'PT Sans',sans-serif;
    background: url("../images/arrow_link.png") no-repeat;
}
.bottom_link li.next {
	float:right;
}
.bottom_link li.prev {
	float:left;
}
.bottom_link li.next a {
	padding-right:10px;
	background-position: right 6px;
	float:right;
}
.bottom_link li.prev a{
	padding-left:10px;
	background-position: left -16px;
	float:left;
}

.bottom_link li.next a:hover, .bottom_link li.prev a:hover {
	color:#e85717;
}

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

#team_sostav .osnova, #team_sostav .zapas{
	width:100%;
	background:url(../images/time_liner.png) repeat-y center 0;
}
#team_sostav .osnova {
	width:100%;
	border-bottom:1px solid #e6ebf0;
}
#team_sostav .osnova table {
	margin:25px 0;
}
#team_sostav .osnova table td{
	padding:0px 0;
}
#team_sostav .osnova table td.dig{
    color: #929292;
    font:24px 'PT Sans',sans-serif;
	text-align:right;
}
#team_sostav .osnova .team1 td.dig{
	padding-left:30px;
}
#team_sostav .osnova .team2 td.dig{
	padding-right:30px;
}

#team_sostav .osnova table td.name{
    color: #929292;
    font:16px 'PT Sans',sans-serif;
	width:100%;
}
#team_sostav .osnova table td.name a{
    color: #000;
    font:bold 18px/1.5 'PT Sans',sans-serif;
	width:100%;
	text-decoration:none;
	background:#fff;
	padding:0 15px;
}
#team_sostav .osnova  table td.name a:hover {
	color: #e85717;
}
#team_sostav .osnova .team1 td.name{
	text-align:left;
	padding-left:10px;
}
#team_sostav .osnova .team1 tr:hover td.name {
	background:url(../images/player_line.png) no-repeat right 15px;
}
#team_sostav .osnova .team2 td.name{
	text-align:right;
	padding-right:10px;
}
#team_sostav .osnova .team2 tr:hover td.name {
	background:url(../images/player_line2.png) no-repeat left 15px;
}
#team_sostav .osnova table td.amplua span{
    display:inline-block;
	text-indent:-999em;
	text-decoration:none;
	background:url(../images/icon_amplua.png) no-repeat;
	width:37px;
	height:37px;
}
#team_sostav .osnova table td.amplua span.gk{
	background-position:3px 1px;
}
#team_sostav tr:hover td.amplua span.gk{
	background-position:right 0;
}
#team_sostav .osnova table td.amplua span.zah{
	background-position:3px -34px;
}
#team_sostav tr:hover td.amplua span.zah{
	background-position:right -37px;
}
#team_sostav .osnova table td.amplua span.pzah{
	background-position:3px -71px;
}
#team_sostav  tr:hover td.amplua span.pzah{
	background-position:right -74px;
}
#team_sostav .osnova table td.amplua span.nap{
	background-position:3px -111px;
}
#team_sostav tr:hover td.amplua span.nap{
	background-position:right -111px;
}

#team_sostav .osnova .team1 td.amplua{
	padding-right:30px;
}
#team_sostav .osnova .team2 td.amplua{
	padding-left:30px;
}
/* �������� */
#team_sostav .zapas p{
	margin:0;
	padding:20px 10px;
    color: #929292;
    font:bold 14px 'PT Sans',sans-serif;
}
#team_sostav .zapas ul {
	background:url(../images/time_liner.png) repeat-y center 0;
}
#team_sostav .zapas .column{
	float:left;
	width:50%;
}
#team_sostav .zapas .column li{
	padding:1px 15px 1px 10px;
}
#team_sostav .zapas .column.last li{
	border:none;
	padding:1px 10px 1px 20px;
}
#team_sostav .zapas .column li .dig {
	width:10%;
	float:left;
	text-align:left;
    color: #929292;
    font:16px 'PT Sans',sans-serif;
	margin-top:2px;
}
#team_sostav .zapas .column li .amplua {
	width:15%;
	float:left;
	text-align:center;
    font:bold 14px 'PT Sans',sans-serif;
}
#team_sostav .zapas .column li .amplua.zah {
	color:#77d2e5;
}
#team_sostav .zapas .column li .amplua.pzah {
	color:#77bde5;
}
#team_sostav .zapas .column li .amplua.gk {
	color:#ff7145;
}
#team_sostav .zapas .column li .amplua.nap {
	color:#48cb63;
}
#team_sostav .zapas .column li .name {
	width:75%;
	float:left;
	color:#0c0c0f;
    font:bold 14px 'PT Sans',sans-serif;
	text-decoration:none;
}
#team_sostav .zapas .column li .name:hover {
	color: #e85717;
}

.online_video_list {
	text-align:left;
	border-bottom:1px solid #E6EBF0;
	padding:30px 0;
}
.online_video_list li {
	display:inline-block;
	width:100px;
	margin:0 0 0 15px;
	vertical-align:top;
}

.online_video_list li .thumb{
	height:55px;
	overflow:hidden;
	border:1px solid #cad3da;
	vertical-align:top;
}
.online_video_list li .thumb img{
	width:100px;
	height:auto;
}
.online_video_list li .title {
	text-align:left;
	padding-top: 5px;
}
.online_video_list li a{
	color:#2f384f;
    font:12px/1.1 'PT Sans', sans-serif;
}
.online_video_list li a:hover {
	color: #e85717;
	text-decoration:none;
}


.timer-area {
	text-align: center;
	position: absolute;
	top: 55px;
	left: 50%;
}
.timer-area .timer-wrap {
	position: relative; left: -50%;
}
.timer-area .title {
  color: #727272;
    font:bold 14px/1.1 'PT Sans', sans-serif;
	margin:5px 0;
}
/* ---------- TIMER ---------- */
ul#countdown li {
  display: inline-block;
  background: url('../images/digit.png') repeat-x 0px 0;

  margin-bottom: 2em;
  text-align: center;
  padding-left:4px;
  padding-top:2px;
}
ul#countdown li span {
	font-size: 48px;
	font-weight: bold;
	color: #ffffff;
	height: 59px;
	line-height: 50px;
	position: relative;
	letter-spacing:4px;
	text-align:justify;
    font-family:Arial, condensed;
}
ul#countdown .cufon-canvas {
	width:55px !important;
}
ul#countdown li span:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 31px;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
  margin: 7px 0;
  color: #2f384f;
  text-transform: uppercase;
  font:bold 10px 'PT Sans', sans-serif;
}

/* BIG NEWS ITEM */
.news_popular {
	overflow:hidden;
	margin-bottom:20px;
	border-bottom:1px solid #E6EBF0;
}
.w60 {
	width:60%;
}
.w40 {
	width:40%;
}
.w55 {
	width:55%;
}
.w45 {
	width:45%;
}
.big_news_item {
	position:relative;
}
.big_news_item img{
	width:100%;
}
.big_news_item .title {
	position:absolute;
	bottom:0;
	left:0;
	z-index:15;
    background:url(../images/title_bg.png) repeat 0 0;
	color:#fff;
    font:12px 'PT Sans', sans-serif;
	width:100%;
}

.big_news_item .title h2, .big_news_item .title p {
	margin:0;
	padding:20px 15px;
}
.big_news_item .title h2 a{
	color:#fff;
    font:bold 18px/1 'PT Sans', sans-serif;
}
.big_news_item .title h2 a:hover{
	color:#e85717;
    text-decoration:none;
}
.side_news_block {
	height:100%;
	list-style:none;
	margin:0;
	padding:0;
}
.side_news_block li {
	border-bottom:1px solid #e6ebf0;
	overflow:hidden;
}
.side_news_block li:last-child {
	border-bottom:none;
}
.side_news_block li p {
	margin:0px 0;
	padding:0px 10px 0px 10px;
	line-height:1;
}
.side_news_block li .time {
	color:#358E20;
    font:bold 13px 'PT Sans',sans-serif;
	padding-right:10px;
}
.side_news_block li .meta {
	color:#8b8f99;
    font:12px 'PT Sans',sans-serif;
	height:15px;
	padding:2px 10px;
	visibility:hidden;
}
.side_news_block li .icon_com_count {
    background-position: -210px -40px;
    width: 15px;
    height: 11px;
	float:left;
	margin-right:3px;
	margin-top:2px;
}
.side_news_block li a {
	color:#2f384f;
    font:bold 13px 'PT Sans',sans-serif;
}
.side_news_block li a:hover {
	color: #e85717;
	text-decoration:none;
}
.side_news_block li:hover {
	background:#f6f6f6;
}
.side_news_block li:hover p{
}
.side_news_block li:hover .meta {
	visibility:visible;
}
@media screen and (max-width: 1920px) {
.side_news_block li
{
	height:16.5%;
}
.news_popular {
	height:430px;
}

.big_news_item .thumb{
	width:645px;
	height:430px;
}
}
@media screen and (max-width: 1100px) {
.side_news_block li
{
	height:20%;
}
.news_popular {
	height:360px;
}
.big_news_item .thumb{
	width:540px;
	height:360px;
}
}

.sub_top {
	color:#8b8f99;
	padding:0 10px 10px 10px;
	border-bottom:1px solid #e6ebf0;
	position:relative;
}
.sub_top span{
	margin-top:8px;
	margin-top:8px;
	float:left;
}
/* ������������� ���� */
.view_switcher{
	border:1px solid #cad3da;
	border-radius:5px;
	overflow:hidden;
}
.view_switcher li{
	float:left;
}
.view_switcher li:first-child {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.view_switcher li:last-child {
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.view_switcher li a{
	color:#8b8f99;
	font:bold 13px 'PT Sans', sans-serif;
	text-decoration:none !important;
	display:inline-block;
	text-indent:-999em;
	padding:6px 25px 0 25px;
	height:23px;
	background:url(../images/icon_views.png) no-repeat;
	cursor:pointer;
}
.view_switcher li.active{
	background:#f5f5f5 !important;
	box-shadow: inset 1px 1px 2px 1px #b8b8b8;
}
.view_switcher li.grid a{
	background-position:16px 5px;
}
.view_switcher li.grid:hover a{
	background-position:16px -95px;
}
.view_switcher li.grid.active a{
	background-position:16px -35px;
}

.view_switcher li.list a{
	background-position:-64px 6px;
}
.view_switcher li.list:hover a{
	background-position:-64px -94px;
}
.view_switcher li.list.active a{
	background-position:-64px -36px;
}
.view_switcher li:hover{
	background:url(../images/li_hover.png) repeat-x 0px 0px;
}
.view_switcher li:active{
	background:url(../images/li_hover.png) repeat-x 0px -29px;
}

/*============*/
#themes_area {
	float:right;
	width:247px;
	height:621px;
	border-left:1px solid #e6ebf0;
	border-bottom:1px solid #e6ebf0;
	text-align:center;
	padding:10px;
	background:#fff;
	overflow:hidden;
}

.news_coll:after {
  content: '';
  display: block;
  clear: both;
}

.news_coll

#news_collector.view_list #themes_area{
	height:639px;
}
#themes_area h3{
	color:#929292;
	font:bold 18px 'PT Sans', sans-serif;
	margin:0;
	padding:5px 0 17px 0;
}
#themes_area p a{
	color:#8b8f99;
	font:bold 13px 'PT Sans', sans-serif;
	margin:0;
}
#themes_area li a{
	color:#2f384f;
	font:bold 14px 'PT Sans', sans-serif;
}
#themes_area a:hover{
	color:#e85717;
}

/**/
/*======== ��� ����� =========*/
#news_collector:after{
	content:'';
    display:block;
    clear: both;
}
#news_collector.view_grid .item {
	width:250px !important;
	height:197px;
	border:1px solid #cad3da;
	position:relative;
	margin:15px 0px 0px 13px;
	cursor:pointer;
	display:inline-block;
	vertical-align:top;
}
#news_collector.view_grid .item.hot {
	border:3px solid #d53d00;
	border-radius:4px;
	margin:11px 0px 0px 9px;
}
#news_collector.view_grid .cover {
	width:100%;
	height:197px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
#news_collector.view_grid .thumb {
	display:block;
	overflow:hidden;
}
#news_collector.view_grid .item img {
	height: 197px;
	max-width: none;
	width: 100%;
}
#news_collector.view_grid .item:hover img{
}


#news_collector.view_grid  .item .vid{
	display:block;
	width:14px;
	height:16px;
	background:url(../images/vid_circle.png) no-repeat 0px 0px;
	position:absolute;
	top:-10px;
	left:-10px;
	z-index:30;
	padding:6px 7px;
}
#news_collector.view_grid  .item .vid span{
	background: url("../images/icon_balls.png") no-repeat -500px -500px;
    width:14px;
	height:17px;
	display:inline-block;
	text-indent:-999em;
}
#news_collector.view_grid  .item .vid.football span{
	background-position:0 0;
}
#news_collector.view_grid  .item .vid.basketball span{
	background-position:0 -67px;
}
#news_collector.view_grid  .item .vid.tennis span{
	background-position:0 -32px;
}
#news_collector.view_grid  .item .vid.valleyball span{
	background-position:0 -102px;
}
#news_collector.view_grid  .item .vid.hockey span{
	background-position:0 -135px;
}
#news_collector.view_grid  .item .vid.other span{
	background-position:0 -164px;
}

#news_collector.view_grid .item .title {
	position:absolute;
	bottom:0;
	left:0;
	z-index:15;
    background:url(../images/title_bg.png) repeat 0 0;
	color:#fff;
    font:bold 14px 'PT Sans', sans-serif;
	margin:0;
	width:100%;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -o-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
#news_collector.view_grid .item:hover .title {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(100%);
   -moz-transform: translateY(100%);
   -o-transform: translateY(100%);
   -ms-transform: translateY(100%);
   transform: translateY(100%);
}
#news_collector.view_grid .item .title a{
	color:#fff;
    font:bold 14px 'PT Sans', sans-serif;
	padding:15px 5px;
	display:block;
}

#news_collector.view_grid .item .title .time{
	display:none;
}

#news_collector.view_grid  .item .detali {
   background:url(../images/title_bg.png) repeat 0 0;
   -webkit-transform: translateY(197px);
   -moz-transform: translateY(197px);
   -o-transform: translateY(197px);
   -ms-transform: translateY(197px);
   transform: translateY(197px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
	position:absolute;
	top:0px;
	left:0px;
	z-index:25;
	height:157px;
	color:#fff;
    font:12px 'PT Sans', sans-serif;
	margin:0;
	padding:25px 0px 15px 0;
}
#news_collector.view_grid .item:hover .detali{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);

}
#news_collector.view_grid  .item .detali .heading {
	color:#fff;
    font:bold 14px 'PT Sans', sans-serif;
	padding:0px 8px;
	max-height:40px;
	overflow:hidden;
}
#news_collector.view_grid  .item .detali .text {
	color:#fff;
    font:12px 'PT Sans', sans-serif;
	padding:0px 8px;
	max-height:65px;
	overflow:hidden;
}
#news_collector.view_grid  .item .detali .meta{
	border-top:1px solid #fff;
	padding:20px 8px 0 8px;
	text-align:right;
	white-space:nowrap;
}
#news_collector.view_grid  .icon_com_count {
    background-position: -206px -157px;
    width: 18px;
    height: 14px;
	float:left;
	margin-right:3px;
}
#news_collector.view_grid  .com_count_list {
	display:none;
}
/*======== ��� ������ =========*/

#news_collector.view_list .item {
	border-bottom: 1px solid #cad3da;
	padding: 0 0 0px 0;
	height: 76px;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	margin: 0 246px 0 10px;
}
#news_collector.view_list.noswitch .item {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px;
  margin: 0;
}
#news_collector.view_list .item .thumb {
	flex-shrink: 0;
}
#news_collector.view_list .item img {
	height: 55px;
	width: 62px;
	margin-right: 8px;
	border: 1px solid #cad3da;
	display: block;
}
#news_collector.view_list .item .cover {
	width: 100%;
}
#news_collector.view_list #news_collector2 .item .cover {
	margin-left: 10px;
}
#news_collector.view_list .item.ppc_nah {
	float:left;
	margin:0 10px 0px 10px;
}
#news_collector.view_list .item.ppc_nah_omg {
	margin:0 10px 0px 10px;
}
#news_collector.view_list .item .detali, #news_collector.view_list .item .vid {
	display:none;
}

#news_collector.view_list .item .title {
	color:#929292;
    font:bold 18px 'PT Sans', sans-serif;
	margin:0;
	padding:0px 0;
	vertical-align:middle;
  line-height: .9;
  margin-top: 3px;
}

#news_collector.view_list .item .title .time{
    font:bold 12px 'PT Sans', sans-serif;
}
#news_collector.view_list .item .title a{
	color: #2f384f;
    font:bold 14px/1.2 'PT Sans', sans-serif;
}
#news_collector.view_list .item.hot .title a{
	color:#2f384f;
}

#news_collector.view_list .item .title a:hover{
	color:#e85717;
}

#news_collector.view_list  .com_count_list {
	display:block;
	margin:4px 0 0 0;
	color:#8b8f99;
}

#news_collector.view_list  .icon_com_count {
    background-position: -206px -40px;
    width: 18px;
    height: 14px;
	float:left;
	margin-right:3px;
}

.news_coll .day {
  color: #8B8F99;
}

.news_coll .time {
  color: #358E20;
  font-size: 13px;
}

.news_coll .date {
  line-height: 1.1;
}

@media screen and (max-width: 1100px) {
#news_collector.view_grid .item{
	width:23% !important;
}
#themes_area{
	width:22%;
}
}
@media screen and (max-width: 1070px) {
#news_collector.view_grid .item{
	width:22% !important;
}
#themes_area{
	width:24%;
}
#news_collector.view_list .item{
	margin:0 28% 0 10px;
}
}
/* ��������� */
.pagination {
	border-top:1px solid #e6ebf0;
    list-style: none;
    font:bold 18px/1 'PT Sans', sans-serif;
    color: #8b8f99;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

ul.pagination li {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}

.pagination li span {
    display: block;
    text-align: center;
}

.pagination li a {
    text-decoration: none;
    display: block;
    text-align: center;
    font:bold 18px/1 'PT Sans', sans-serif;
    color: #8b8f99;
}

.pagination li.prev a {
	width:20px;
    background: url("../images/result_arrow_dark.png") no-repeat 10px 5px;
}
.pagination li.prev a:hover {
    background: url("../images/result_arrow_dark.png") no-repeat 10px -15px;
}

.pagination li.next a {
	width:20px;
    background: url("../images/result_arrow_dark.png") no-repeat -135px 4px;
}
.pagination li.next a:hover {
    background: url("../images/result_arrow_dark.png") no-repeat -135px -16px;
}

.pagination li a:hover {
    color: #27314b;
}

.pagination li.current{
    text-align: center;
}

    .pagination li.current span {
        color: #e85717;
        font:bold 24px/1 'PT Sans', sans-serif;
    }

/* ����� ����� */
.match_col
{
	width:39%;
}
.channel_col {
	border-right:1px solid #e6ebf0;
	border-left:1px solid #e6ebf0;
	width:39%;
	margin:0 -0.2%;
}
.new_video_col{
	width:22%;
}

.video_collector > .cols > .title,
.video_collector > .cols > .titNam {
	border-bottom:1px solid #e6ebf0;
    color: #929292;
    font:bold 18px/1 'PT Sans', sans-serif;
	height:32px;
	padding:18px 0 0 12px;
}
.video_collector > .cols > .bot {
	padding:10px 0 15px 7px;
}
.video_collector > .cols > .bot a{
    color: #8b8f99;
    font:bold 13px/1 'PT Sans', sans-serif;
}
.video_collector > .cols > .bot a:hover{
	color:#e85717;
}

.video_collector .new_video_list {
	height:auto;
	padding-right:10px;
}

.video_collector .new_video_list li {
	float:none;
	width:auto;
	margin:0 0 7px 0;
}
.video_collector  .new_video_list li .time{
	color:#358e20;
    font:bold 11px/1 'PT Sans', sans-serif;
	float:left;
	margin:3px 0 0 6px;
	height:12px;
	padding-top:3px;
}
.video_collector  .new_video_list li .thumb {
    padding: 5px 0;
	margin:0 0 0 75px;
}

.video_collector  .new_video_list li .thumb {
    padding: 5px 0;
	margin:0 0 0 75px;
}
.video_collector .new_video_list li .title {
	margin: 0 0 0 75px;
	max-height: 34px;
	overflow: hidden;
}

.mblock .sub_title {
	color: #8391aa;
	font: bold 18px 'PT Sans',sans-serif;
	padding: 15px 15px 14px 15px;
	margin: 0;
	border-bottom: 1px solid #e6ebf0;
}
.mblock .sub_title.bg-d{
	background-color: #2a2a2a;
	color: #ffffff;
}
.mblock .sub_title.br-r{border-top-right-radius:4px;}
.mblock .sub_title.br-l{border-top-left-radius:4px;}
.mblock .sub_title h1{
	color:#929292;
    font:bold 18px 'PT Sans',sans-serif;
	margin:0;
	padding:0;
}
.mblock .sub_title.bg-d h1{color: #ffffff;}
.top .calendar,  .sub_title .calendar{
	float:right;
	padding-left:30px;
	padding-top:4px;
	height:20px;
	color:#ffffff;
    font:bold 13px 'PT Sans',sans-serif;
    background:url(../images/icon_calendar_dark.png) no-repeat 0 0;
	cursor:pointer;
}
.top .calendar:hover,  .sub_title .calendar:hover{
	color:#e85717;
}
.video_author {
    font:bold 12px 'PT Sans',sans-serif;
	color:#8b8f99;
	float:right;
	margin:10px 5px 0 0;
}
.article_wrapper .meta a, .video_author a{
    font:bold 12px 'PT Sans',sans-serif;
	color:#2f384f;
}
.article_wrapper .meta a:hover, .video_author a:hover{
	color:#e85717;
}
/* ���������� ������ */
.livescore_area .sub_title{
	color: #929292;
    font:bold 14px 'PT Sans',sans-serif;
	padding: 5px;
	margin:20px 10px 15px 10px;
}
.livescore_area .sub_title a{
	color: #929292;
    font:bold 14px 'PT Sans',sans-serif;
	padding:0px 0px 0 20px;
    background:url(../images/icon_balls.png) no-repeat -500px -500px;
}

.livescore_area .sub_title a:hover{
	color:#e85717;
}
.livescore_area .sub_title.football a{
	background-position:0 1px;
}
.livescore_area .sub_title.tennis a{
	background-position:0 -31px;
}
.livescore_area .sub_title.valleyball a{
	background-position:0 -102px;
}
.livescore_area .sub_title.basketball a{
	background-position:0 -65px;
}
.livescore_area .sub_title.hockey a{
	background-position:0 -133px;
}
.livescore_area .sub_title.other a{
	background-position:0 -163px;
}

.tbl_live_score {
	width:100%;
	margin-bottom:15px;
}
.tbl_live_score td.turnir_nazva {
	padding:5px 10px 5px 7px;
}
.tbl_live_score .turnir_nazva span.image {
	color: #d53d00;
    font:12px 'PT Sans',sans-serif;
    background:url(../images/circle.png) no-repeat 0 0;
	float:left;
	width:18px;
	height:18px;
	border-radius:50%;
	overflow:hidden;
	margin:0px 5px 0 0px;
}
.tbl_live_score .turnir_nazva span.image img{
	width:18px;
	height:18px;
	border-radius:50%;
	overflow:hidden;
}

.tbl_live_score .turnir_nazva span.liga {
	color: #d53d00;
    font:12px 'PT Sans',sans-serif;
	height:18px;
	float:left;
	padding-top:2px;
}
.tbl_live_score .score_row td {
	padding:4px 0;
	border-top:1px solid #e6ebf0;
	border-bottom:1px solid #e6ebf0;
	vertical-align:middle;
}
.tbl_live_score td.players {
	color:#2f384f;
    font:bold 12px 'PT Sans',sans-serif;
	padding:4px 6px;
	width:420px;
}
.tbl_live_score td.players a{
	color:#2f384f;
    font:bold 12px 'PT Sans',sans-serif;
}
.tbl_live_score td.players a:hover, .tbl_live_score td.turnir_nazva a:hover span.liga{
	color:#e85717;
}
.tbl_live_score .players .player1{
	float:left;
	height:26px;
}

.tbl_live_score .players .player2{
	float:left;
	height:26px;
}
.tbl_live_score .players .div{
	height:26px;
	width:30px;
    background:url(../images/div.png) no-repeat center center;
	float:left;
}
.tbl_live_score .players .nazva{
	padding-top:5px;
	float:left;
}
.tbl_live_score .players .image{
    background:url(../images/circle_big.png) no-repeat 0 0;
	width:26px;
	height:26px;
	border-radius:50%;
	overflow:hidden;
}
.tbl_live_score .players .image img{
	width:26px;
	height:26px;
	border-radius:50%;
	overflow:hidden;
}
.tbl_live_score .players .player1 .image{
	float:left;
	margin-right:7px;
}
.tbl_live_score .players .player2 .image{
	float:right;
	margin-left:7px;
}

.tbl_live_score td.score {
	background:#f2f5f7;
	color:#d53d00;
    font:bold 12px 'PT Sans',sans-serif;
	width:200px;
	text-align:center;
}
.tbl_live_score td.current_time {
	padding-left:10px;
	text-align:left;
}
.tbl_live_score td.begin_time {
	color:#8b8f99;
    font:bold 12px 'PT Sans',sans-serif;
	width:100px;
	text-align:right;
	padding-right:10px;
}
/* ��������� */
.plus18 {
	width:32px;
	height:32px;
    background:url(../images/plus18.png) no-repeat 0 0;
	display:inline-block;
	text-indent:-999em;
	float:left;
	margin:0px 0 0 15px;
}
.col12 {
	float:right;
	width:215px;
	border-left:1px solid #e6ebf0;
	margin-left:-1px;
}
.col11{
	display:block;
	margin-right:215px;
	border-right:1px solid #e6ebf0;
	margin-top:-1px;
}
.sub_heading{
	color:#929292;
    font:bold 18px 'PT Sans',sans-serif;
	padding:20px 15px 15px 15px;
	margin:0;
}
.bookmaker  .sub_heading{
	height:23px;
	white-space:nowrap;
}
.bookmaker .sub_heading.bg-d {
	background-color: #2a2a2a;
	color: #ffffff;
	padding: 10px 15px 10px 15px;
}
.bookmaker .sub_heading.bg-dark {
	background-color: #2a2a2a;
	color: #fff;
}
.bokie_msgbox {
    background:#34ace1 url(../images/obzor_top_bg.png) no-repeat 0 0;
	height:290px;
	font-weight:bold;
	color:#fff;
	position:relative;
}
.bokie_msgbox  h3{
	font-size:18px;
	padding:40px 40px 40px 145px;
	margin:0;
}
.bokie_msgbox  p{
	font-size:16px;
	padding:0px 40px 20px 230px;
	margin:0;
}
.bokie_msgbox a.btn_orange{
	position:absolute;
	right:5%;
	bottom:20px;
}
a.btn_orange{
    background:#34ace1 url(../images/btn_orange.png) no-repeat 0 0;
	color:#fff;
	text-shadow:0px 0px 1px #ac4603;
    font:bold 16px 'PT Sans',sans-serif;
	width:125px;
	height:31px;
	padding-top:10px;
	text-align:center;
}
a.btn_orange:hover{
	background-position:0 -41px;
}
a.btn_orange:active{
	background-position:0 -82px;
}

.tbl_bookmakers {
    font:12px 'PT Sans',sans-serif;
	width:100%;
	margin-bottom:20px;
}

.tbl_bookmakers td{
	padding:5px 0;
	border-bottom:1px solid #e6ebf0;
}
.tbl_bookie_rate td { /* ������� ������ ������� ���������� */
	vertical-align:middle;
	padding:5px 6px;
}
.tbl_bookie_rate th { /* ������� ������ ������� ���������� */
	vertical-align:middle;
	padding:0 6px;
}
.tbl_bookmakers th{
	color:#8b8f99;
	text-align:left;
	border-bottom:1px solid #e6ebf0;
}
.tbl_bookie_rate th { /* ������� ������ ������� ���������� */
    background:url(../images/th_bg.png) repeat-x 0 0;
	height:57px;
	color:#27314b;
	font:bold 14px 'PT Sans',sans-serif;
}
.tbl_bookmakers .thumb {
	float:left;
	width:41px;
	height:41px;
	overflow:hidden;
}
.tbl_bookmakers .thumb img{
	width:100%;
	height:auto;
}
.tbl_bookmakers .obzor {
	padding-left:52px;
	padding-right:5px;
}
.tbl_bookie_rate .obzor { /* ������� ������ ������� ���������� */
	padding:0 10px 0 0;
	text-align:right;
	min-width:80px;
}
a.obzor_btn {
	background-color: #3880c2;
	color: #fff;
	font: bold 11px 'PT Sans',sans-serif;
	width: 48px;
	height: 18px;
	padding-top: 3px;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
}
a.obzor_btn:hover{
	background-color: #3f90db;
}
a.obzor_btn:active{
	background-color: #3880c2;
}

.tbl_bookmakers .rating{
	width:42px;
	color:#8b8f99;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

.tbl_bookmakers .rating .star{
	color:#358E20;
	display:inline-block;
	width:26px;
	height:20px;
    background:url(../images/star.png) no-repeat 0 0;
	text-align:center;
	padding-top:5px;
	color:#fff;
}

.tbl_bookmakers .k-title {
	padding:0 0 5px 52px;
	margin:0;
	display:block;
}
.tbl_bookmakers a .k-title {
	color:#2f384f;
    font:bold 13px/1.3 'PT Sans',sans-serif;
}
.tbl_bookmakers .kontora a:hover .k-title{
	color: #e85717;
	text-decoration:none;
}

.tbl_bookie_rate .kontora a { /* ������� ������ ������� ���������� */
	color:#2f384f;
    font:bold 13px/1.3 'PT Sans',sans-serif;
}
.tbl_bookie_rate .kontora a:hover {
	color: #e85717;
}

.tbl_bookmakers .bonus, .tbl_bookie_rate .conditions {
	color:#8b8f99;
}
.tbl_bookmakers .bonus {
	padding-left:15px;
}
.tbl_bookie_rate .conditions,.tbl_bookie_rate .bonus {
	font-size:14px;
	padding:0px 6px;
}

.tbl_bookmakers .photo{
	width:45px;
	padding:5px 0;
}
.tbl_bookmakers .kontora{
	width:125px;
}
.tbl_bookie_rate .conditions, .tbl_bookie_rate .bonus{
	width:22%;
}
.tbl_bookie_rate .kontora{
	width:25%;
	min-width:150px;
}

.tbl_bookmakers .more {
	margin:0;
	padding:15px 5px 10px 15px;
	text-align:right;
}
.tbl_bookmakers .more a {
    color: #8B8F99;
    font: bold 13px 'PT Sans',sans-serif;
}
.tbl_bookmakers .more a:hover {
    color: #e85717;
}

/* ����� ����� */
.video_grid {
	margin:5px 0px 0px 10px;
	padding-bottom:20px;
}
.video_grid .item {
	float:left;
	margin:10px 10px 0px 0px;
	width:23%;
	height:180px;
	overflow:hidden;
}
.video_grid .item:nth-child(4n) {
	margin:10px 0 0px 0px;
}
.video_grid .item .thumb{
	border:1px solid #cad3da;
	background:#e6ebf0;
	width:198px;
	overflow:hidden;
}
.video_grid .item img{
	width:100%;
	height:auto;
}
.video_grid .item .v-title{
	margin:0;
	padding:5px 0;
}
.video_grid .item .v-title a{
	color:#2f384f;
    font:bold 13px 'PT Sans', sans-serif;
}
.video_grid .item .v-title a:hover{
	color:#e85717;
}

.bookmaker_top {
	margin-right:255px;
}
.mr40m {
	position:relative;
	margin-right:-40px !important;
}

.bookmaker_top .bookie_logo{
	width:43px;
	height:43px;
	float:left;
	margin-left:-20px;
	margin-right:10px;
}
.bookmaker_top .heading {
	border-bottom:1px solid #e6ebf0;
	padding:15px 30px 16px 30px;
	color:#2f384f;
	font:bold 36px/45px 'PT Sans', sans-serif;
	padding:15px 30px;
	margin:0;
}
.bookmaker_top .heading a{
	color:#2f384f;
	font:bold 36px 'PT Sans', sans-serif;
}
.bookmaker_top .thumb{
	text-align:center;
	padding:15px 0 40px 20px;
}
.bookmaker_top .thumb img{
	border:1px solid #cad3da;
	max-width:641px;
	width:92%;
}

.news-list{
	padding:20px 0;
}
.news-list .item{
	padding:15px 10px;
}
.news-list .thumb{
	width:198px;
	display:table-cell;
	margin:0 15px 0 0;
	overflow:hidden;
}
.news-list .thumb img{
	width:98%;
	background:#e6ebf0;
	border:1px solid #cad3da;
}
.news-list .wr{
	display:table-cell;
	padding-left:15px;
	vertical-align:top;
}
.news-list .heading a, .news-list h2 a{
	color:#2f384f;
    font:bold 24px 'PT Sans', sans-serif;
}
.news-list .heading span, .news-list h2 span{
	color:#8b8f99;
    font:12px 'PT Sans', sans-serif;
	float:right;
	margin:10px 0 0 0;
}
.news-list .heading span b, .news-list h2 span b{
	color:#d53d00;
}
.news-list .heading a:hover, .news-list h2 a:hover{
	color:#e85717;
}
.news-list .short{
	color:#0c0c0f;
    font:13px/1.5 'PT Sans', sans-serif;
	text-align:justify;
}
.news-list .short p{
	margin:2px 0;
}
.news-list .meta{
	text-align:right;
	color:#8b8f99;
	margin:5px 0;
}

.bonus_baton {
	text-align:center;
	margin-top:30px;
}

h1.bonus_title{
	border-bottom:1px solid #e6ebf0;
    font:bold 30px/45px 'PT Sans', sans-serif;
	color:#2f384f;
}

a.get_bonus, a.btn_register {
	background-color: #3880c2;
	color: #fff;
	text-decoration: none !important;
	font-size: 18px !important;
	width: 225px;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	border-radius: 8px;
}
a.btn_register{
	float:right;
}
a.get_bonus:hover, a.btn_register:hover{
	background-color: #3e8ed7;
}
a.get_bonus:active, a.btn_register:active{
	background-color: #3880c2;
}

.bookie_single .reg_area {
	margin:15px 10px;
	color:#929292;
    font:bold 14px 'PT Sans',sans-serif;
	height:75px;
}
.bookie_single .reg_area b{
	padding-right:15px;
	color:#d53d00;
}
.bookie_single .reg_area span{
	padding-top:17px;
	float:left;
}

/* ������� ����˲ʲ� �� ������� */
.tbl_adv {
	margin:0px 0px 0px 0;
	width:100%;
}
.tbl_adv .head{
	white-space:nowrap;
	padding-top:3px;
	padding-bottom:12px;
	border-bottom:1px solid #e6ebf0;
	text-align:center;
}
.tbl_adv .td {
	width:50%;
	display:inline-block;
	vertical-align:top;
}
.tbl_adv .head .td div{
	text-transform:uppercase;
	color:#929292;
    font:bold 18px 'PT Sans',sans-serif;
	padding-left:40px;
	height:27px;
	padding-top:7px;
	display:inline-block;
}
.tbl_adv .head .minus{
    background:url(../images/a_minus.png) no-repeat 0 0;
}
.tbl_adv .head .plus{
	height:24px;
	padding-top:10px;
    background:url(../images/a_plus.png) no-repeat 0 0;
}

.tbl_adv .adv_list {
	border-bottom:1px solid #e6ebf0;

	white-space:nowrap;
}
.tbl_adv .adv_list ul {
	padding:10px;
	color:#2f384f;
    font:bold 13px 'PT Sans',sans-serif;
	white-space:normal;
}
.tbl_adv .adv_list ul li{
	margin:15px 0;
	padding-left:20px;
}
.tbl_adv .adv_list .td.plus{
	border-left:1px solid #e6ebf0;
}
.tbl_adv .adv_list .td.minus{
	border-right:1px solid #e6ebf0;
	margin-right:-4px;
}
.tbl_adv .adv_list .minus ul li{
    background:url(../images/li_orange.png) no-repeat 5px 5px;
}
.tbl_adv .adv_list .plus ul li{
    background:url(../images/li_green.png) no-repeat 5px 5px;
}

h3.sub_heading {
	color:#929292;
    font:bold 18px 'PT Sans',sans-serif;
	text-transform:uppercase;
	border-bottom:1px solid #e6ebf0;
	padding:10px;
}
.tbl_bookie_info {
	border-bottom:1px solid #e6ebf0;
	width:100%;
	white-space:nowrap;
}
.tbl_bookie_info .head{
	border-bottom:1px solid #e6ebf0;
}
.tbl_bookie_info .head .sub_heading{
	border-bottom:none;
}
.tbl_bookie_info .td{
	width:50%;
	display:inline-block;
	vertical-align:top;
}
.tbl_bookie_info .td p{

}
.tbl_bookie_info p{
	margin:5px 15px;
}
.tbl_bookie_info span.nazva{
    font:bold 14px 'PT Sans',sans-serif;
	color:#8b8f99;
	width:140px;
	float:left;
}
.tbl_bookie_info span.value{
    font:bold 18px 'PT Sans',sans-serif;
	color:#d53d00;
}
.tbl_bookie_info .td.contacts{
	border-left:1px solid #e6ebf0;
}
.tbl_bookie_info .td.payments{
	border-right:1px solid #e6ebf0;
	margin-right:-4px;
}

.tbl_bookie_info ul{
    margin:0px 10px;
}
.tbl_bookie_info ul li{
    margin:10px 0px;
	float:left;
	width:50%;
}
.tbl_bookie_info ul li a, .tbl_bookie_info ul li{
    font:bold 13px 'PT Sans',sans-serif;
	color:#2f384f;
}
.tbl_bookie_info ul li b{
	color:#d53d00;
	padding-left:5px;
}
.tbl_bookie_info ul li a:hover{
	color:#e85717;
}
.tbl_bookie_info ul li a b:hover{
	color:#e85717;
}

.screenshots {
	padding:15px 10px 15px 10px;
}

.screenshots .item{
	width:198px;
	min-height:100px;
	background:#e6ebf0;
	border:1px solid #cad3da;
	float:left;
	margin:0 9px 10px 0;
	overflow:hidden;
}
.screenshots .item img{
	width:100%;
}

/* ����� ������ */
#search_frm {
	height:115px;
	border-bottom:1px solid #000000;
    background:url(../images/search_bg.png) repeat 0px 0px;
	width:100%;
	position:fixed;
	top:28px;
	z-index:99;
	display:none;
}
#search_frm form {
	display: flex;
	align-items: center;
	margin: 0;
	height: 100%;
}
#search_frm .razdel {
	position: relative;
	padding: 0 0 0 20px;
}
#search_frm .razdel ul {
	position: absolute;
	top: 50px;
	left: 17px;
	width: 160px;
	padding: 15px;
	background-color: #515151;
	border-radius: 5px;
	display: none;
}
#search_frm .razdel ul li a{
    font:18px/1.5 'PT Sans',sans-serif;
	color:#ffffff;
	cursor:pointer;
}
#search_frm .razdel ul li a:hover{
	color:#e85717;
}

#search_frm .razdel .all_site{
	width:187px;
}
#search_frm .razdel .all_site a{
    font:24px 'PT Sans',sans-serif;
	color:#e85717;
	cursor:pointer;
	display:block;
}
#search_frm .razdel .all_site .icon{
    background-position:-280px -115px;
	width:16px;
	height:16px;
	float:right;
	margin-right:35px;
	margin-top:10px;
}
#search_frm .razdel .all_site a.opened .icon{
    background-position:-305px -115px;
}
#search_frm .text_col {
	width: 100%;
	padding: 0 40px 0 0;
}
#search_frm .text_col input {
	width: 100%;
	background: none;
	margin: 0;
	padding: 8px;
	border: 1px solid #565656;
	font: 22px 'PT Sans',sans-serif;
	color: #fff;
}
#search_frm .text_col input:focus {
	box-shadow: none;
	border-color: #e85717;
}
#search_frm .btn_col {
	display:table-cell;
	width:220px;
	text-align:center;
}

#search_frm .razdel {
	flex-shrink: 0;
	width: 200px;
}
.btn_find {
	background-color: #e85717;
	height: 54px;
	width: 168px;
	padding: 5px 0 0 0px;
	margin: 0px 0 0 0px;
	text-align: center;
	font: bold 36px 'PT Sans',sans-serif;
	color: #ffffff !important;
	display: block;
	border-radius: 8px;
}
#search_frm .btn_find {
	margin: 0 17px 0 0;
	flex-shrink: 0;
}
.btn_find:hover {
	background-color: #fe6d2d;
}

.btn_find:active {
	background-color: #e85717;
}

.info-text {
	color: rgba(0,0,0,0.7);
	padding: 15px 35px;
	text-align: justify;
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 1.4;
}
.info-text h1, .info-text h2, .info-text h3, .info-text h4{
	color: rgba(0,0,0,0.7);
}
.info-text ul li,ol li{
  position: relative;
	padding-left:15px;
}

.info-text ul li:before,
ol li:before {
  content: '';
  width: 5px;
  height: 5px;
  left: 0;
  top: 5px;
  position: absolute;
  background: #666;
  border-radius: 50%;
}


.tags_popular  {
	text-align:left;
	padding:30px 0 30px 60px;
}
.tags_popular li{
	display:inline-block;
	margin-right:7%;
}
.tags_popular a{
	font:bold 36px/2 'PT Sans', sans-serif;
    color:#2f384f;
}
.tags_popular a:hover{
	color:#e85717;
}

.tags-list {
    border-right: 1px solid #E6EBF0;
    display: block;
    margin-right: 220px;
    margin-top: -1px;
	padding:0 10px 0 0;
}
.tags-list .top {
    float:left;
	width:100%;
	padding:14px 5px;
}
.tags_other {
	padding:20px 10px;
	float:left;
	width:100%;
}
.tags_other .column{
	float:left;
	width:35%;
}
.tags_other .column.last{
	float:right;
	width:28%;
}
.tags_other a{
	font:bold 14px 'PT Sans', sans-serif;
    color:#2f384f;
}
.tags_other a:hover{
	color:#e85717;
}

/*video match*/
.video_match_info .wide_tabs li {
	float:left;
	width:25%;
}
.video_match_info .post,.trans_about .post {
	color:#000;
	padding:40px 120px;
}

#trans_about {
  padding-bottom: 0;
}

#trans_about .post {
  color: #666666;
  padding: 40px 35px;
}

#trans_about .post p {
  line-height: 1.45;
  margin: 20px 0;
}

#trans_about .post p:last-of-type {
  margin-bottom: 0;
}

#trans_about .post p:first-of-type {
  margin-top: 0;
}

#trans_about .post strong {
  font-size: 16px;
}

#trans_about .post h1,
#trans_about .post h2,
#trans_about .post h3,
#trans_about .post h4 {
  font-size: 14px;
}

#trans_about .post li {
  margin: 7px 0;
  line-height: 1.2;
}

.border-left {
	border-left:1px solid #e6ebf0;
	margin-left:-1px;
}
.border-right {
	border-right:1px solid #e6ebf0;
	margin-left:-1px;
}


.grid-row:after{
	content:'';
    display:block;
    clear: both;
}
.grid-row .col50 {
	width:50%;
	float:left;
}
.grid-row .col13 {
	width:33%;
	float:left;
}
.grid-row .col23 {
	width:67%;
	float:left;
}
.grid-row .col34 {
	width:75%;
	float:left;
}
.grid-row .col14 {
	width:25%;
	float:left;
}

/* B��������� ������ �������� */

.period {
	float:right;
	margin:8px 5px 0 0;
}
.period  .custom_ddl {
	display:inline-block;
	position:relative;
	width:90px;
	height:15px;
	border:1px solid #cad3da;
	background:#fbfbfb;
	border-radius:5px;
	box-shadow:0px 1px 0px #e0e4e7;
	padding:6px 15px 7px 15px;
	z-index:10;
}
.period  .period_title {
    font:bold 13px 'PT Sans',sans-serif;
	color:#8b8f99;
	padding-right:10px;
}
.period ul{
	position:absolute;
	top:28px;
	left:0;
	width:90px;
	padding:10px 15px;
	background:#fbfbfb;
	border:1px solid #cad3da;
	border-radius:5px;
	display:none;
}
.period .selected{
	width:90px;
}
.custom_ddl ul li a{
    font:bold 13px/1.5 'PT Sans',sans-serif;
	color:#8b8f99;
}
.custom_ddl ul li a:hover{
	color:#e85717;
}


.custom_ddl .selected a{
    font:bold 13px 'PT Sans',sans-serif;
	color:#8b8f99;
	cursor:pointer;
	display:block;
}
.custom_ddl .selected .icon{
    background-position:-305px -38px;
	width:16px;
	height:16px;
	float:right;
	margin-right:5px;
	margin-top:0px;
}
.custom_ddl .selected a.opened .icon{
    background-position:-280px -38px;
}

/*��� ������ ���������� ������ */
.ddl_countries {
	float:right;
	margin:0px 0px 0 0;
}
.ddl_countries  .custom_ddl {
	display:inline-block;
	position:relative;
	width:140px;
	height:15px;
	border:1px solid #cad3da;
	background:#fbfbfb;
	border-radius:5px;
	box-shadow:0px 1px 0px #e0e4e7;
	padding:6px 5px 7px 15px;
	z-index:10;
}
.ddl_countries ul{
	position:absolute;
	top:28px;
	left:0;
	width:130px;
	padding:10px 15px;
	background:#fbfbfb;
	border:1px solid #cad3da;
	border-radius:5px;
	display:none;
}
.ddl_countries .selected{
	width:140px;
}
/* ����� ����� ���� */
.video_liga {
	padding:20px 10px !important;
}
.liga_name {
	display:block;
	margin-right:400px;
}
.liga_name .liga_img{
	display:table-cell;
	vertical-align:middle;
}
.liga_name .liga_img .ramka{
	background:url(../images/circle_team.png) no-repeat 0 0;
	width:97px;
	height:97px;
	overflow:hidden;
	display:block;
	margin-bottom:0px;
	padding:30px 0 0 30px;
}

.liga_name .liga_img .ramka img{
	width:64px;
	border-radius:50%;
}
.liga_name .liga_txt{
	color:#2f384f;
	font:bold 24px/1 'PT Sans',sans-serif;
	display:table-cell;
	height:100%;
	vertical-align:middle;
	padding-left:20px;
}
.liga_name:hover a.liga_txt{
	color:#e85717;
}

.liga_navi {
	float:right;
	border-radius:6px;
	overflow:hidden;
	margin-top:40px;
	border:1px solid #b8bbce;
	border-bottom:3px solid #b8bbce;
}
.liga_navi li {
	float:left;
}
.liga_navi li  a{
	display:block;
	height:35px;
	text-align:center;
	padding:15px 16px 0 16px;
	color:#9195af;
	font:bold 18px 'PT Sans', sans-serif;
	text-decoration:none !important;
	background:#e9e9f0;
	border-left:1px solid #b8bbce;
}
.liga_navi li  span{
	display:block;
	height:35px;
	text-align:center;
	padding:15px 16px 0 16px;
	font:bold 18px 'PT Sans', sans-serif;
	text-decoration:none !important;
	border-left:1px solid #b8bbce;
	background:url(../images/gradient2.png) repeat-x 0 0;
	box-shadow: inset 0 1px 1px 0 #c1c1c1;
	color:#27314b;
}

.liga_navi li:first-child a,.liga_navi li:first-child span{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border:none;
	overflow:hidden;
}
.liga_navi li:last-child a,.liga_navi li:last-child span{
	border-top-right-radius:5px;
	border-botom-right-radius:5px;
	overflow:hidden;
}
.liga_navi li.active  a {
	background:url(../images/gradient2.png) repeat-x 0 0;
	box-shadow: inset 0 1px 1px 0 #c1c1c1;
	color:#27314b
}
.liga_navi li a:hover{
	color:#e85717;
}
.liga_navi li a:active{
	color:#ff661a;
	background:#f6f6f6;
}

/******Навигация в команде*******/
.team_navi {
	float:right;
	border-radius:6px;
	overflow:hidden;
	margin-top:2px;
	border:1px solid #b8bbce;
	border-bottom:3px solid #b8bbce;
}
.team_navi li {
	float:left;
}
.team_navi li  a{
	display:block;
	height:25px;
	text-align:center;
	padding: 11px 16px 4px;
	color:#9195af;
	font:bold 15px 'PT Sans', sans-serif;
	text-decoration:none !important;
	background:#e9e9f0;
	border-left:1px solid #b8bbce;
}
.team_navi li  span{
	display:block;
	height:25px;
	text-align:center;
	padding: 11px 16px 4px;
	font:bold 15px 'PT Sans', sans-serif;
	text-decoration:none !important;
	border-left:1px solid #b8bbce;
	background:url(../images/gradient2.png) repeat-x 0 0;
	box-shadow: inset 0 1px 1px 0 #c1c1c1;
	color:#27314b;
}

.team_navi li:first-child a,.team_navi li:first-child span{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border:none;
	overflow:hidden;
}
.team_navi li:last-child a,.team_navi li:last-child span{
	border-top-right-radius:5px;
	border-botom-right-radius:5px;
	overflow:hidden;
}
.team_navi li.active  a {
	background:url(../images/gradient2.png) repeat-x 0 0;
	box-shadow: inset 0 1px 1px 0 #c1c1c1;
	color:#27314b
}
.team_navi li a:hover{
	color:#e85717;
}
.team_navi li a:active{
	color:#205fc9;
	background:#f6f6f6;
}
/****** /Навигация в команде*****/

/* ������ ����������� */
.chemp_list{
	padding:0px 10px 15px;
}
.chemp_list .item{
	float:left;
	width:25%;
	height:50px;
	margin-top:10px;
}
.chemp_list .item .image{
    background:url(../images/circle18x18.png) no-repeat 0 0;
	width:18px;
	height:18px;
	border-radius:50%;
	overflow:hidden;
	float:left;
}
.chemp_list .item .image img{
	width:18px;
	height:18px;
	border-radius:50%;
	overflow:hidden;
}

.chemp_list .item .nazva{
	color:#8b8f99;
	font:12px 'PT Sans', sans-serif;
	text-decoration:none !important;
	display:block;
	margin-left:24px;
	margin-right:10px;
}
.chemp_list .item:hover .nazva{
	color:#e85717;
}

/* ���������� */
.collector_col  {
	background:#fff;
	border:1px solid #cad3da;
	border-bottom:3px solid #cad3da;
	border-radius:6px;
	margin:6px 0;
}
.collector_col .top{
	padding:10px 5px;
	border-bottom:1px solid #e6ebf0;
	text-align:center;
	background-color: #F5F5F5;
}
.collector_col .titNam,
.collector_col .title{
	background:none;
    color:#ff7531;
	font-size:14px;
	font-weight:bold;
	text-transform:none;
}
.collector_col  .year{
	font-size:12px;
}
.collector_col .bottom {
    font: bold 13px 'PT Sans',sans-serif;
    padding: 10px;
}

.tbl_translation {
	border-bottom:1px solid #e6ebf0;
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
}
.tbl_translation:after{
	content:'';
	display:block;
	clear: both;
}
.tbl_translation .item {
	color:#2f384f;
    font:bold 13px 'PT Sans',sans-serif;
	width:50%;
	border-bottom:1px solid #e6ebf0;
	padding:0px; /* cellpadding="0" */
	float:left;
	margin-bottom:-1px;
	height:45px;
}
.tbl_translation .item .inner-wrap{
	padding:10px 10px;
	display:block;
}
.tbl_translation .item.odd {
	border-right:1px solid #e6ebf0;
	margin-right:-1px;
}
.tbl_translation .begin_time {
	color:#358e20;
    font:bold 12px 'PT Sans',sans-serif;
	float:left;
	width:20%;
	margin:5px 0 0 0;
}
.tbl_translation .begin_time_t {
	color:#358e20;
    font:bold 12px/14px 'PT Sans',sans-serif;
	float:left;
	width:55px;
	margin:-2px 0 0;
	text-align:center;
}
.tbl_translation .players{
	float:left;
	width:77%;
	text-align:center;
	white-space:nowrap;
}
.tbl_translation .players:after{
		content:'';
		display:block;
		clear: both;
}
.tbl_translation a{
	color:#2f384f;
    font:bold 13px 'PT Sans',sans-serif;
}
.tbl_translation a:hover{
	color:#e85717;
}
.tbl_translation .item:hover{
	background:#f6f6f6;
}
.tbl_translation .players .player1{
	display:inline-block;
	height:26px;
	overflow:hidden;
	float:left;
	width:46%;
	text-align:right;
}

.tbl_translation .players .player2{
	display:inline-block;
	height:26px;
	overflow:hidden;
	float:left;
	width:46%;
	text-align:left;
}
.tbl_translation .players .div{
	height:26px;
    background:url(../images/div.png) no-repeat center center;
	float:left;
	width:8%;
}
.tbl_translation .players .nazva{
	 bottom: 5px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 62%;
}

.tbl_translation .players .image{
	background: #fff;
	border:1px solid #CAD3DA;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    height: 26px;
    overflow: hidden;
    width: 26px;
}
.tbl_translation .players .image img{
	width:26px;
	height:26px;
	display:block;
	border-radius:50%;
	overflow:hidden;
}
.tbl_translation .players .player1 .nazva{
	padding-left:4px;
}
.tbl_translation .players .player2 .nazva{
	padding-right:4px;
}

.tbl_translation .score {
	display:inline-block;
	color:#d53d00;
    font:bold 12px 'PT Sans',sans-serif;
	position:relative;
	bottom:8px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.tbl_translation .players .nazva{
		bottom:8px;
	}
	.tbl_translation .score{
		bottom:9px;
	}
}
.tbl_translation .players .player1 .score
{
	margin:5px 0 0 10px;
}
.tbl_translation .players .player2 .score
{
	margin:5px 10px 0 0px;
}
/* ���������� ���������� */
.popular_chemps {
	position:relative;
}
.popular_chemps .pch-title,
.popular_chemps .pch-titNam{
    font:12px 'PT Sans',sans-serif;
	color:#929292;
	text-transform:uppercase;
	padding:12px 20px 0 15px;
	height:68px !important;
}
.popular_chemps.home .pch-list{
	margin-bottom:10px;
	height:115px;
	overflow:hidden;
}
.popular_chemps .pch-list:after{
	content:'';
	display:block;
	clear: both;
}
.popular_chemps .pch-list li{
	float:left;
	width:90px;
	height:115px;
	margin:10px 0px 0 0px;
	text-align:center;
}
.popular_chemps .pch-list li p{
    font:bold 12px/1 'PT Sans',sans-serif;
	color:#3287d8;
	display:none;
	margin:0px 0;
	padding:0;
}
.popular_chemps.full .pch-list li p{
	display:block;
	color:#2f384f;
	margin:10px 0;
	padding:0;
}
.popular_chemps.full .pch-list li{
	width:25%;
	height:110px;
}
.popular_chemps .pch-list li:hover p{
	display:block;
}
.popular_chemps.full .pch-list li:hover p{
	color:#e85717;
}
.popular_chemps .pch-list li img{
	max-height:64px;
	border:1px solid #cad3da;
	border-radius:12px;
}
.more_chemps {
	text-align:left !important;
    font:bold 12px/1 'PT Sans',sans-serif;
	position:absolute;
	left:0px;
	height:50px;
	top:55px;
	width:120px;
}
.more_chemps a {
    background:url(../images/arrow_bot_more.png) no-repeat 20px 32px;
    font:bold 12px/1 'PT Sans',sans-serif;
	height:50px;
	width:140px;
	display:block;
	color:#8b8f99;
	text-transform:none;
}
.more_chemps a span {
	height:28px !important;
	width:100px;
	padding:22px 0px 0 38px;
	display:block;
    font:bold 12px/1 'PT Sans',sans-serif;
	color:#8b8f99;
	text-transform:none;
}
.more_chemps a:hover span{
	color:#e85717;
}

@media screen and (max-width: 1100px) {
	.pch-list.home li:nth-child(9n) {
		display:none;
	}
}
@media screen and (min-width: 1120px) {
	.popular_chemps.full .pch-list li{
		width:20%;
	}
	.more_chemps {
		right:0px;
		left:auto;
		top:15px;
	}
	.chemp_list .item{
		width:20%;
	}
	.date-para .collector_col  {
		background:none;
		border:none;
		border-radius:0px;
		margin:0;
	}
	.date-para .collector_col{
		width:50%;
		float:left;
	}
	.date-para .collector_col:first-child{
	}
	.date-para .collector_col:first-child .event_row{
		border-right:1px solid #E6EBF0;
		margin-left:-1px;
	}
	.date-para .collector_col:first-child .top{
		border-right:1px solid #E6EBF0;
		margin-left:-1px;
	}
	.date-para .collector_col:first-child .bottom{

	}
	.date-para .collector_col:first-child .tbl_events_trans{

		margin-bottom:0;
	}

	.date-para .collector_col:last-child{
		display:block;
	}
	.date-para .collector_col:last-child .event_row{
		border-left:1px solid #E6EBF0;
		margin-left:-1px;
	}
	.date-para .collector_col:last-child .top{
		border-left:1px solid #E6EBF0;
		margin-left:-1px;
	}
	.date-para .collector_col:nth-child(1) .bottom{
		border-right: 1px solid #E6EBF0;
		margin-left:-1px;
	}
	.date-para .collector_col:nth-child(2) .bottom{
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-left: 1px solid #E6EBF0;
		margin-left:-1px;
	}
	.date-para .collector_col:last-child .tbl_events_trans{

		margin-bottom:0;
	}

	.date-para:after{
		content:'';
		display:block;
		clear: both;
	}
	.date-para {
		background: #fff;
		border: 1px solid #e4e4e4;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
		border-radius: 5px;
		margin: 6px 0;
		padding-left: 1px;
		position: relative;
	}
	.date-para .collector_col {
		padding-bottom:50px;
	}
	.date-para .collector_col .bottom {
		position:absolute;
		bottom:0;
		padding:10px 0;
		width:50%;
	}
	.date-para .collector_col .bottom a.full_list_live, a.full_list_live {
		margin-right:15px;
	}
}

/* ���������� */
.tbl_events_trans {
	border-spacing:0;
	border-collapse:collapse;
	margin-bottom:5px;
}

.tbl_events_trans.soon {
  position: relative;
  margin: 10px -5px 0;
}

.tbl_events_trans.soon .vid {
  padding-right: 0;
  padding-top: 0;
}

.tbl_events_trans.soon:before {
  content: '';
  left: 50%;
  margin-left: -2px;
  width: 4px;
  position: absolute;
  background: #cdd2d6;
  top: 0;
  bottom: 0;
}

.tbl_events_trans:after {
  content: '';
  display: block;
  clear: both;
}

.tbl_events-cel {
  width: 49.5%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tbl_events_trans.soon .tbl_events-cel {
  border-top: 1px solid #e6ebf0;
}

.tbl_events_trans.soon .tbl_events-cel.l .top {
  border-right: 1px solid #e6ebf0;
}

.tbl_events-cel.r {
  margin-left: 1%;
  border-left: 1px solid #e6ebf0;
}

.tbl_events-cel .top {
  background-color: #F5F5F5 !important;
  color: #e85717;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 10px;
  text-align: left;
}

.tbl_events-cel.r .tblLisUl .link {
  border-right: none;
}

.tbl_events-cel .tblLisUl .link {
  margin-left: 0;
}

.tbl_events_trans .event_row {
	position:relative;
	margin-bottom:-1px;
}
.tbl_events_trans .event_row .lin{
	display:block;
}
.tbl_events_trans .event_row > * > * {
	color:#2f384f;
    font:bold 12px 'PT Sans',sans-serif;
	border-bottom:1px solid #e6ebf0;
	padding:0px; /* cellpadding="0" */
	vertical-align:middle;
	padding:0px;
	display:table-cell;
	height:40px;
}
.tbl_events_trans .event_row:hover {
	background:#f6f6f6;
}
.tbl_events_trans .begin_time {
	color:#358e20;
	padding:2px 0px 2px 0px;
}
.tbl_events_trans .begin_time span{
	display:block;
	width:40px;
	padding:0 25px 0 10px;
}
.tbl_events_trans .begin_time.sh-time span{
	display:block;
	width:20px;
	padding:0 25px 0 10px;
}
.tbl_events_trans .begin_time.w100p span{
	display:block;
	width:100px;
	padding:0 25px 0 10px;
}
.tbl_events_trans .chempionat {
	width:35%;
	display:table-cell;
}
.tbl_events_trans .chempionat.w_auto {
	width:40%;
}
.tbl_events_trans .current_time {
	color:#358e20;
	padding:2px 5px;
}
.tbl_events_trans .vid {
	padding:2px 10px 2px 5px;
}
.tbl_events_trans .vid span{
	background: url("../images/icon_balls.png") no-repeat -500px -500px;
    width:14px;
	height:16px;
	display:inline-block;
	text-indent:-999em;
	background-position:0 -165px;
}
.tblLisUl .vid span{
	background-image: url("../images/icon_balls.png");
	background-repeat:no-repeat;
	background-position:0 -165px;
}
.tbl_events_trans .vid .football,
.tblLisUl .vid .football{
	background-position:0 1px;
}
.tbl_events_trans .vid .tennis,
.tblLisUl .vid .tennis{
	background-position:0 -31px;
}
.tbl_events_trans .vid .valleyball,
.tblLisUl .vid .valleyball{
	background-position:0 -102px;
}
.tbl_events_trans .vid .basketball,
.tblLisUl .vid .basketball{
	background-position:0 -65px;
}
.tbl_events_trans .vid .hockey,
.tblLisUl .vid .hockey{
	background-position:0 -133px;
}
.tbl_events_trans .vid .other,
.tblLisUl .vid .other{
	background-position:0 -165px;
}
.tbl_events_trans .vid .sochi2014,
.tblLisUl .vid .sochi2014{
	background-position:0 -205px;
}
.tbl_events_trans .vid .golf,
.tblLisUl .vid .golf{
	background-position:0 -316px;
}
.tbl_events_trans .vid .chess,
.tblLisUl .vid .chess{
	background-position:0 -277px;
}
.tbl_events_trans .vid .boxing-mma,
.tblLisUl .vid .boxing-mma{
	background-position:0 -241px;
}
.tbl_events_trans .vid .rugby,
.tblLisUl .vid .rugby{
	background-position:0 -354px;
}
.tbl_events_trans .vid .velosport,
.tblLisUl .vid .velosport{
	background-position:0 -391px;
}
.tbl_events_trans .vid .nastolnyi-tennis,
.tblLisUl .vid .nastolnyi-tennis{
	background-position:0 -424px;
}
.tbl_events_trans .vid .badminton,
.tblLisUl .vid .badminton{
	background-position:0 -460px;
}
.tbl_events_trans .vid .handball,
.tblLisUl .vid .handball{
	background-position:0 -495px;
}
.tbl_events_trans .vid .baseball,
.tblLisUl .vid .baseball{
	background-position:0 -529px;
}
.tbl_events_trans .vid .auto-moto,
.tblLisUl .vid .auto-moto{
	background-position:0 -563px;
}
.tbl_events_trans .vid .other,
.tblLisUl .vid .other{
	background-position:0 -165px;
}


.tbl_events_trans .chempionat .wrap{
	position:relative;
	padding-left:25px;
	display:block;
	line-height:12px;
}
.tbl_events_trans .chempionat .image{
    background:#fff;
	border:1px solid #CAD3DA;
	width:18px;
	height:18px;
	border-radius:50%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-9px;
}
.tbl_events_trans .chempionat .image img{
	width:18px;
	height:18px;
	border-radius:50%;
	overflow:hidden;
	display:block;
}

.tbl_events_trans .chempionat .nazva{
	color:#8b8f99;
	font:12px/16px 'PT Sans', sans-serif;
	text-decoration:none !important;
	display:block;
	overflow:hidden;
	max-height: 32px;
	padding-right:0px;
}
.tbl_events_trans .chempionat:hover .nazva{
	color:#e85717;
}
.tbl_events_trans .players{
	width:60%;
	text-align:center;
	padding-top:5px;
}
.tbl_events_trans .players .wrap{
	display:block;
	vertical-align:middle;
	font-size: 13px;
}
.tbl_events_trans .players .wrap:after{
	display:block;
	content:'';
    display:block;
    clear: both;
}
.tbl_events_trans a{
	color:#2f384f;
    font:bold 13px 'PT Sans',sans-serif;
}
.tbl_events_trans a:hover{
	color:#e85717;
}
.tbl_events_trans .item:hover{
	background:#f6f6f6;
}
.tbl_events_trans .players .player1{
	display:inline-block;
	width:46%;
	float:left;
	text-align:right;
	white-space:nowrap;
}
.tbl_events_trans .players .player2{
	display:inline-block;
	width:46%;
	float:left;
	text-align:left;
	white-space:nowrap;
}
.tbl_events_trans .players .div{
	height:18px;
    background:url(../images/div.png) no-repeat center 15px;
	display:inline-block;
	padding-top:6px;
	width:8%;
	float:left;
	margin-top:-2px;
}
.tbl_events_trans .players .nazva{
	display:inline-block;
	position:relative;
	bottom:4px;
	overflow:hidden;
	width:70%;
}
.tbl_events_trans .players .image{
    background:#fff;
	width:26px;
	height:26px;
	border-radius:50%;
	overflow:hidden;
	display:inline-block;
	border: 1px solid #CAD3DA;
}
.tbl_events_trans .players .image img{
	width:26px;
	height:26px;
	border-radius:50%;
	overflow:hidden;
	display:block;
	color: #FFFFFF;
}
.tbl_events_trans .players .player1 .image{
}
.tbl_events_trans .players .player1 .nazva{
	padding-left:0px;
}
.tbl_events_trans .players .player2 .image{
}
.tbl_events_trans .players .player2 .nazva{
	padding-right:4px;

}

.tbl_events_trans .score {
	color:#d53d00;
    font:bold 12px 'PT Sans',sans-serif;
	position:relative;
	bottom:7px;
	width:10%;
}
.tbl_events_trans .players .player1 .score
{
	margin:0px 0 0 0px;
}
.tbl_events_trans .players .player2 .score
{
	margin:0px 0px 0 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.tbl_events_trans .players .nazva{
		bottom:7px;
	}
	.tbl_events_trans .score{
		bottom:7px;
	}
}

/*******Календарь команды начало*******/
.tbl_events_team {
	border-bottom:1px solid #e6ebf0;
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
	margin-bottom:5px;
	display:table;
}
.tbl_events_team  .event_row {
	position:relative;
	margin-bottom:-1px;
	display:table-row;
}
.tbl_events_team  .event_head {
	display:table-row;
}
.tbl_events_team  div.td {
	display:table-cell;
}
.tbl_events_team  .event_row > div, .dataTable  tr > div {
	color:#8b8f99;
    font: 12px 'PT Sans',sans-serif;

	border-bottom:1px solid #e6ebf0;
	padding:0px; /* cellpadding="0" */
	vertical-align:middle;
	padding:4px 0px;
	display:table-cell;
	height:30px;
}
.tbl_events_team  .event_row:hover > div {
	background:#f6f6f6;
}
.tbl_events_team  div.begin_time {
	color:#358e20;
	padding:2px 0px 2px 0px;
}
.tbl_events_team  div.begin_time span{
	display:block;
	width:110px;
	padding:0 10px 0 10px;
}
.tbl_events_team  .chempionat {
	width:20%;
	display:table-cell;
}
.tbl_events_team  div.current_time {
	color:#358e20;
	padding:2px 5px;
}
.tbl_events_team  div.vid {
	padding:2px 5px;
}
.tbl_events_team  .vid span{
	background: url("../images/icon_balls.png") no-repeat -500px -500px;
    width:14px;
	height:16px;
	display:inline-block;
	text-indent:-999em;
	background-position:0 -165px;
}
.tbl_events_team  .vid .football{
	background-position:0 1px;
}
.tbl_events_team  .vid .tennis{
	background-position:0 -31px;
}
.tbl_events_team  .vid .valleyball{
	background-position:0 -102px;
}
.tbl_events_team  .vid .basketball{
	background-position:0 -65px;
}
.tbl_events_team  .vid .hockey{
	background-position:0 -133px;
}
.tbl_events_team  .vid .other{
	background-position:0 -165px;
}

.tbl_events_team  .chempionat .wrap, .dataTable  .chempionat .wrap{
	position:relative;
	padding-left:25px;
	display:block;
	line-height:12px;
}
.tbl_events_team  .chempionat .image, .dataTable  .chempionat .image{
    background:url(../images/circle18x18.png) no-repeat 0 0;
	width:18px;
	height:18px;
	border-radius:50%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-9px;
}
.dataTable .chempionat
{
	text-align:left;
	color:#8b8f99;
}
.dataTable .chemp-th
{
	text-align:left;
	width: 11%;
}
.tbl_events_team  .chempionat .image img, .dataTable  .chempionat .image img{
	width:18px;
	height:18px;
	border-radius:50%;
	overflow:hidden;
	display:block;
}

.tbl_events_team  .chempionat .nazva{
	color:#8b8f99;
	font:12px'PT Sans', sans-serif;
	text-decoration:none !important;
}
.tbl_events_team  .chempionat:hover .nazva{
	color:#e85717;
}
.tbl_events_team  div.players{
	width:60%;
	text-align:center;
	padding-top:5px;
}
.dataTable  .team{
	text-align:center;
	padding-top:5px;
}
.tbl_events_team  .players .wrap, .dataTable  .team .wrap{
	display:block;
	vertical-align:middle;
}
.tbl_events_team  .players .wrap:after, .dataTable  .team .wrap:after{
	display:block;
	content:'';
    display:block;
    clear: both;
}
.tbl_events_team  a .nazva{
	color:#2f384f;
    font:bold 13px 'PT Sans',sans-serif;
}
.tbl_events_team  a:hover .nazva{
	color:#e85717;
}
.tbl_events_team  .item:hover{
	background:#f6f6f6;
}
.tbl_events_team  .players .player1, .dataTable  .team .player1{
	display:inline-block;
	width:46%;
	float:left;
	text-align:right;
	white-space:nowrap;
}
.tbl_events_team  .pl1, .dataTable  .pl1{
	display:inline-block;
	width:46%;
	float:left;
	text-align:right;
	white-space:nowrap;
}
.tbl_events_team  .pl2, .dataTable  .pl2{
	display:inline-block;
	width:46%;
	float:left;
	text-align:left;
	white-space:nowrap;
}
.tbl_events_team  .players .player2, .dataTable  .team .player2{
	display:inline-block;
	width:46%;
	float:left;
	text-align:left;
	white-space:nowrap;
}
.tbl_events_team  .players .div, .dataTable  .team .div{
	height:18px;
    background:url(../images/div.png) no-repeat center 15px;
	display:inline-block;
	padding-top:6px;
	width:7%;
	float:left;
}
.event_row.preview .players .div:after, .event_row.preview .team .div:after {
    content: "превью";
    font-size: 10px;
    text-align: center;
}
.event_row.preview .players .div, .event_row.preview .team .div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-top: 4px;
}
.tbl_events_team  .div2{
	height:18px;
	display:inline-block;
	padding-top:6px;
	width:6%;
	float:left;
}
.dataTable  .div3{
	height:18px;
	display:inline-block;
	padding-top:6px;
	width:7%;
	float:left;
}
.tbl_events_team  .players .nazva{
	display:inline-block;
	position:relative;
	bottom:4px;
	overflow:hidden;
	width:70%;
}
.dataTable  .team .nazva{
	display:inline-block;
	position:relative;
	top:5px;
	overflow:hidden;
	width:70%;
}
.tbl_events_team  .players .image2{
    background:#fff;
	width:26px;
	height:26px;
	border-radius:50%;
	overflow:hidden;
	display:inline-block;
	box-shadow: 0 0 0 1px #cfd8dd;
}
.tbl_events_team  .players .image img, .dataTable  .team .image img{
	width:26px;
	height:26px;
	border-radius:50%;
	overflow:hidden;
	display:block;
}
.tbl_events_team  .players .player1 .image{
}
.tbl_events_team  .players .player1 .nazva{
	padding-left:0px;
}
.tbl_events_team  .players .player2 .image{
}
.tbl_events_team  .players .player2 .nazva{
	padding-right:4px;

}

.tbl_events_team  .score {
	color:#d53d00;
    font:bold 12px 'PT Sans',sans-serif;
	position:relative;
	bottom:7px;
	display: inline-block;
    width: 10px;
}
.dataTable  .score {
	color:#d53d00;
    font:bold 12px 'PT Sans',sans-serif;
	position:relative;
	width:10%;
}
.tbl_events_team  .players .player1 .score
{
	margin:0px 0 0 0px;
}
.tbl_events_team  .players .player2 .score
{
	margin:0px 0px 0 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.tbl_events_team  .players .nazva{
		bottom:7px;
	}
	.tbl_events_team  .score{
		bottom:7px;
	}
}
/******* /Календарь команды конец********/

/* ��������� ����� */
.pop-calendar {
	display:none;
	position:absolute;
    z-index: 95;
	top:35px;
	right:-5px;
	width:857px;
    background:#FFFFFF;
    border: 1px solid #CAD3DA;
    border-radius: 8px 8px 8px 8px;
}
.wide-calendar {
	border-top:1px solid #CAD3DA;
    border-radius: 8px 8px 8px 8px;
	padding:20px 0;
}
.pop-calendar:after,.wide-calendar:after {
	content:'';
    display:block;
    clear: both;
}
.pop-calendar.w1000 {
	right:-5px;
}
.pop-calendar .arr {
    background: url("../images/arrow_pop.png") no-repeat bottom;
	background-position:35px 100%;
    height: 22px;
    width: 100px;
    z-index: 96;
	position:absolute;
	top:-19px;
	right:20px;
	margin-right:-20px;
}
.pop-calendar.w1000 .arr {
	right:46px;
}
.pop-calendar  .body{
    padding: 25px 0;
    width:33.333%;
	float:left;
}
.wide-calendar .body {
    padding: 25px 0;
    width:25%;
	height:255px;
	float:left;
}
.wide-calendar .body:nth-child(2n) {
	border-left:2px solid #dfdbda;
	border-right:2px solid #dfdbda;
	margin-left:-4px;
}
.wide-calendar .body:nth-child(4n) {
	border-left:2px solid #dfdbda;
	border-right:none;
	margin-left:-2px;
}
.pop-calendar  .month,.wide-calendar .month {
	text-align:center;
	text-transform:uppercase;
	color:#e85717;
	padding-bottom:10px;
    font:bold 14px 'PT Sans',sans-serif;
}
.pop-calendar  .month .prev, .pop-calendar  .month .next, .wide-calendar  .month .prev, .wide-calendar  .month .next {
	display:inline-block;
	text-indent:-999em;
	width:10px;
	height:20px;
    background:url(../images/result_arrow_dark.png) no-repeat 0 3px;
}
.pop-calendar  .month .next,.wide-calendar  .month .next {
	background-position:right 3px;
}
.pop-calendar  .month .prev:hover,.wide-calendar  .month .prev:hover {
	background-position:0 -17px;
}
.pop-calendar  .month .next:hover,.wide-calendar  .month .next:hover {
	background-position:right -17px;
}

.pop-calendar  .week,.wide-calendar  .week {
	background:#fbfbfb;
	height:34px;
	border-top:1px solid #cad3da;
	border-bottom:1px solid #cad3da;
	padding:0 20px;
}
.pop-calendar  .week li,.wide-calendar  .week li{
	width:14.2%;
	height:25px;
	padding-top:7px;
	vertical-align:middle;
	text-align:center;
	font:bold 13px 'PT Sans',sans-serif;
	color:#27314b;
	float:left;
}
.pop-calendar  .week .weekend,.wide-calendar  .week .weekend  {
	color:#df6d43;
}
.pop-calendar  .days,.wide-calendar  .days {
	border-top:1px solid #e0e4e7;
	padding:15px 20px 0 20px;

}
.pop-calendar  .days li,.wide-calendar  .days li{
	width:14.2%;
	height:32px;
	vertical-align:middle;
	text-align:center;
	float:left;
}
.pop-calendar  .days li.d2,.wide-calendar  .days li.d2{
	margin-left:37px;
}
.pop-calendar  .days li.d3,.wide-calendar  .days li.d3{
	margin-left:74px;
}
.pop-calendar  .days li.d4,.wide-calendar  .days li.d4{
	margin-left:111px;
}
.pop-calendar  .days li.d5,.wide-calendar  .days li.d5{
	margin-left:148px;
}
.pop-calendar  .days li.d6,.wide-calendar  .days li.d6{
	margin-left:185px;
}
.pop-calendar  .days li.d7,.wide-calendar  .days li.d7{
	margin-left:222px;
}
.pop-calendar  .days a,.wide-calendar  .days a{
	font:13px 'PT Sans',sans-serif;
	color:#8b8f99;
	display:inline-block;
	width:32px;
	height:25px;
	padding-top:7px;
	font-weight:700;
}
.pop-calendar  .days span,.wide-calendar  .days span{
	font:13px 'PT Sans',sans-serif;
	color:#dbdcde;
	display:inline-block;
	width:32px;
	height:25px;
	padding-top:7px;
}
.pop-calendar .days span.notdata,.wide-calendar  .days  span.notdata{
	color:#8B8F99;
}
.pop-calendar  .days .current_date a,.wide-calendar  .days .current_date a{
	background:#358e20;
	border-radius:50%;
	color:#fff !important;
	text-decoration:none;
}
.pop-calendar  .days .current_date span.notdata,.wide-calendar  .days .current_date span.notdata{
	background:#358e20;
	border-radius:50%;
	color:#fff !important;
}
.pop-calendar  .days .is_events a,.wide-calendar  .days .is_events a{
	 color:#275E92;
}
.pop-calendar  .days a:hover,.wide-calendar  .days a:hover{
	color:#e85717;
	text-decoration:underline;
}
.pop-calendar .days ul:after, .pop-calendar .week ul:after, .wide-calendar .days ul:after, .wide-calendar .week ul:after{
	 content:'';
    display:block;
    clear: both;
}

/* ����� �������� ����� */
.popup-options{
	display:none;
}
.popup-options .body {
	width:490px;
	padding:20px;
    background:#FFFFFF;
    border: 1px solid #CAD3DA;
    border-radius: 5px;
	right:-2px;
	top:100%;
	text-align:left;
	position:absolute;
    z-index: 95;
}
.pop-review .body {
	width:370px;
}
.popup-options .arr {
    background: url("../images/arrow_pop.png") no-repeat 0 bottom;
    height: 22px;
    width: 40px;
    z-index: 96;
	position:absolute;
	bottom:-4px;
}
.pop-add-channel .arr{
	right:12%;
}
.pop-broken .arr{
	left:12%;
}
.pop-review .arr{
	right:45%;
}
.popup-options .p-top{
	font:bold 18px 'PT Sans', sans-serif;
	color:#929292;
	padding:0 0 10px 0;
}
.popup-options .p-top span{
	font:bold 18px 'PT Sans', sans-serif;
	color:#929292;
	padding:0 0 10px 0;
}
.popup-options .p-bot{
	text-align:right;
}
.popup-options .p-bot .dropdown {
	text-align:left;
	margin:5px 0 0 0;
}
.popup-options .p-bot .dropdown .dropdown-menu {
	min-width:100px;
}

.popup-options .p-bot .dropdown > a{
	font:13px 'PT Sans', sans-serif;
}
.popup-options .p-bot .dropdown .dropdown-menu a{
	font:13px 'PT Sans', sans-serif;
	background:url(../images/icon_channels.png) no-repeat -500px -500px;
	padding-left:23px;
}
.popup-options .p-bot .dropdown .dropdown-menu li.ua a {
	background-position:4px 6px;
}
.popup-options .p-bot .dropdown .dropdown-menu li.ru a{
	background-position:4px -47px;
}
.popup-options .p-bot .dropdown .dropdown-menu li.en a {
	background-position:4px -102px;
}
.popup-options .p-bot .dropdown .dropdown-menu li.none a{
	background-position:4px -134px;
}
.popup-options .p-bot .dropdown a{
	color:#8b8f99;
}
.popup-options .p-bot .dropdown a:hover{
	color:#e85717;
}
.popup-options .p-bot .dropdown .caret {
    border:none;
	background: url("../images/icon_arrows.png") no-repeat scroll right -8px transparent;
    color: #8B8F99;
    font: bold 12px 'PT Sans',sans-serif;
    padding:0;
    content: "";
    display: inline-block;
    height: 15px;
    vertical-align: top;
    width: 14px;
	margin:1px 0 0 0;
}
.popup-options textarea{
	resize:none;
	width:470px;
	height:125px;
	padding:10px;
}
.popup-options .baton{
    background:url(../images/btn_tolist2.png) repeat-x 0 0;
	padding:2px 15px 0 15px;
	text-align:center;
	color:#8b8f99;
	height:29px;
	border:1px solid #cad3da;
	border-radius:6px;
	font:bold 13px 'PT Sans', sans-serif;
}
.popup-options .baton:hover {
	background-position:0 -29px;
	color:#fff;
	border:1px solid #1a6eb9;
}
.popup-options .baton:active {
	background-position:0 -58px;
	color:#fff;
	border:1px solid #14345e;
}
ul.rating{
	background:url(../images/stars.png) bottom;
	height:57px;
	width:370px;
	overflow:hidden;
	margin:5px 0 20px 0;
}
ul.rating:after{
	content:'';
    display:block;
    clear: both;
}

ul.rating li{
	display:inline;
}

.rating a {
	display:block;
	float:left;
	width:74px;
	height:57px;
	text-indent:-9999px;
	position:relative;
}

.rating a:hover, .rating a.current  {
	background:url(../images/stars.png) top;
	width:370px;
	margin-left:-296px;
	position:static;
}

.rating a:active {
	background-position:top;
}

.error_page {
	border-radius:10px;
	overflow:hidden;
	border:1px solid #fff;
	background:#fff;
}
.error_page .wrap{
	background:url(../images/red_card_bg1.jpg);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
	height:675px;
	width:100%;
	z-index:10;
	position:relative;
}
.error_page.e403 .wrap{
	background:url(../images/red_card_bg2.jpg);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
	height:675px;
	width:100%;
	z-index:10;
	position:relative;
}
.error_page.activ_ok .wrap{
	background:url(../images/red_card_bg3.jpg);
    background-position: center 10px;
    background-size: 100%;
    background-repeat: no-repeat;
	height:485px;
	width:100%;
	z-index:10;
	position:relative;
}
.error_page .msg{
	position:absolute;
	right:40px;
	top:155px;
	background:url(../images/fade_bg.png) repeat 0 0;
	padding:30px 50px;
	width:30%;
	border-radius:15px;
	box-shadow:2px 2px 5px rgba(50, 50, 50, 0.75);
	color:#fff;
	font:14px 'PT Sans', sans-serif;
}
.error_page.activ_ok .msg{
	position:absolute;
	right:40px;
	top:100px;
	background:url(../images/fade_bg.png) repeat 0 0;
	padding:30px 50px;
	width:44%;
	border-radius:15px;
	box-shadow:2px 2px 5px rgba(50, 50, 50, 0.75);
	color:#fff;
	font:14px 'PT Sans', sans-serif;
}
.error_page .msg .title{
	font:bold 22px 'PT Sans', sans-serif;
	margin:15px 0;
}
.error_page .msg a{
	color:#8ec4ff;
	font:14px 'PT Sans', sans-serif;
}
.error_page .msg a:hover{
	text-decoration:underline;
}


/*AD PLACES*/
.adplace,._place  {
	text-align:center;
	margin-bottom: 5px;
	max-width: 970px;
    overflow: hidden;
    width: 100%;
}
.adplace.b-line{
	text-align:center;
	margin-bottom: 5px;
	max-width: 969px;
    overflow: hidden;
    width: 100%;
	height:90px;
	border-left:1px solid #04517F;
}
#zone_42{
	text-align:center;
	margin-bottom: 5px;
	max-width: 969px;
    overflow: hidden;
    width: 100%;
	height:90px;
	border-left:1px solid #04517F;
}
#zone_43{
	text-align:center;
	max-width: 970px;
    overflow: hidden;
    width: 100%;
}
.adplace.b-line > div {
    float: right;
    width: 990px;
}
#zone_42 > iframe, #zone_43 > iframe {
    float: right;
    width: 990px;
}
.col12 .adplace {
	margin-bottom:30px;
}
.col12 .adplace img, ._place  img{
	max-width:100%;
}
._place  {
	margin:5px 0 10px 0;
}
.btn_place {
	display:inline-block;
	margin:0 20px;
}
.btn_place.f_top_r {
	margin:-6px 0 0 0;
	float:right;
}
.btn_place_li {
	position:absolute;
	margin-left:-116px;
	left:50%;
	top:-10px;
}
.min_place_l {
	position:absolute;
	left:-100px;
	bottom:0;
}
.min_place_r {
	position:absolute;
	right:-100px;
	bottom:0;
}

/*CALENDAR PAGE*/
.year_check {
	list-style:none;
	margin:0 0 0 15px;
	padding:0;
	display:inline-block;
	position:relative;
	bottom:-4px;
}
.year_check li{
	float:left;
	margin-left:20px;
}

.year_check li a{
	display:block;
	font: bold 18px/1.2 'PT Sans',sans-serif;
	color: #cccccc;
	padding-left:24px;
	height:21px;
	position: relative;
}
.year_check li a:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
.year_check li a:after {
	content: '';
	display: block;
	position: absolute;
	left: 6px;
	width: 8px;
	height: 8px;
	background-color: #e85717;
	top: 50%;
	margin-top: -4px;
	border-radius: 50%;
	opacity:0;
}
.year_check li.selected a{
	color:#e85717;
}
.year_check li.selected a:after {
	opacity: 1;
}
.year_check li a:hover{
	color: #e85717;
}

/*pages elements*/
.mail_msg {
	font: bold 18px 'PT Sans',sans-serif;
	color:#2f384f;
	background:url(../images/convert.png) no-repeat 10px center;
	padding-left:80px;
}
.mail_msg p{
	margin:5px 0;
}
.mail_msg a{
	font: bold 18px 'PT Sans',sans-serif;
	color:#3287d8;
}
.mail_msg a:hover{
	text-decoration:underline;
}

.address {
	font: bold 14px 'PT Sans',sans-serif;
	color:#2f384f;
	background:url(../images/icon_contacts.png) no-repeat 15px -98px;
	padding-left:60px;
	margin:20px 0 10px 0;
	height:25px;
}
.map-address {
	padding:0 10px;
	float:left;
}
.map-address a{
	font:14px 'PT Sans',sans-serif;
	color:#2f384f;
}
.map-address a:hover{
	color:#e85717;
}
.map-address fieldset{
	border:1px solid #e6ebf0;
	padding:5px 15px 15px 15px;
	border-radius:10px;
	margin:10px 0;
}
.map-address legend{
	border:none;
	margin:0 0 0 30px;
	padding:0 10px;
	font: bold 14px 'PT Sans',sans-serif;
	color:#2f384f;
	text-transform:uppercase;
	display:inline-block;
	width:auto;
}
/* SPOILER */
.spoiler .baton {
	padding:10px;
	font:bold 13px 'PT Sans', sans-serif;
}
.spoiler .baton a {
	font:bold 13px 'PT Sans', sans-serif;
}
.spoiler .baton a.spoiler-title {
    background:url(../images/btn_tolist2.png) repeat-x 0 0;
	padding:6px 15px 0 15px;
	text-align:center;
	color:#8b8f99;
	height:23px;
	border:1px solid #cad3da;
	border-radius:6px;
	float:right
}
.spoiler .baton a.spoiler-title:hover {
	background-position:0 -29px;
	color:#fff;
	border:1px solid #1a6eb9;
}
.spoiler .baton a.spoiler-title:active {
	background-position:0 -58px;
	color:#fff;
	border:1px solid #14345e;
}

/*contact form*/
.contact-frm {
	border-top:1px solid #e6ebf0;
	padding:10px;
	margin:20px 0 0 0;
	position:relative;
}

.contact-frm fieldset{
	border:1px solid #e6ebf0;
	padding:5px 0px 25px 15px;
	border-radius:10px;
	margin:10px 0 0 0;
}
.contact-frm legend{
	border:none;
	margin:0 0 0 30px;
	padding:0 10px;
	font: bold 14px 'PT Sans',sans-serif;
	color:#3287d8;
	text-transform:uppercase;
	display:inline-block;
	width:auto;
}
.contact-frm input[type="text"], .contact-frm textarea, .contact-frm input[type="email"]{
	background:#ebeff7;
	color:#3287d8;
}
.contact-frm textarea{
	width:507px;
	resize:vertical;
	min-height:90px;
}
.contact-frm .controls{
	margin:10px 0;
}
.contact-frm .input-append .add-on, .contact-frm .input-prepend .add-on {
	border-right:none;
	background:#ebeff7;
}
.contact-frm .icon-user {
	background:url(../images/icon_contacts.png) no-repeat 0px 0px;
	width:20px;
	height:16px;
}
.contact-frm .icon-password {
	background:url(../images/icon_contacts.png) no-repeat 0px -150px;
	width:20px;
	height:16px;
}
.contact-frm .icon-envelope {
	background:url(../images/icon_contacts.png) no-repeat 0px -48px;
	width:20px;
	height:16px;
}

/* staff table */
.tbl_staff {
	width:100%;

}
.tbl_staff td {
	width:33%;
	padding:15px;
	border-right:1px solid #e6ebf0;
	border-bottom:1px solid #e6ebf0;
	font: 14px 'PT Sans',sans-serif;
	color:#2f384f;
}
.tbl_staff td a{
	font: 14px 'PT Sans',sans-serif;
	color:#2f384f;
}
.tbl_staff td a:hover{
	color:#e85717;
}
.tbl_staff .heading td {
	font: bold 18px 'PT Sans',sans-serif;
	color:#2f384f;
	background:url(../images/tbl_staff_bg.png) repeat-x 0 0;
}
.tbl_staff .heading td > div {
	background:url(../images/icon_cols.png) no-repeat;
	padding-left:45px;
	padding-top:4px;
	height:26px;
}
.tbl_staff .heading td > div.novosti {
	background-position:0px -62px;
}
.tbl_staff .heading td > div.support {
	background-position:0px -135px;
}
.tbl_staff .heading td > div.dep4 {
	background-position:0px -200px;
}
.tbl_staff .heading td > div.dep5 {
	background-position:0px -270px;
}
.tbl_staff td > div{
	padding-left:45px;
	background:url(../images/icon_contacts.png) no-repeat 0px 0px;
}

.tbl_staff td .mail{
	background-position:0px -48px;
}
.tbl_staff td .skype{
	background-position:0px -201px;
}

/* about us table */
.tbl_about{
	width:100%;
	text-align:left;
}
.tbl_about td {
	width:33%;
	padding:8px 10px;
	border-right:1px solid #e6ebf0;
	border-bottom:1px solid #e6ebf0;
	font: 14px 'PT Sans',sans-serif;
	color:#2f384f;
}
.tbl_about td a{
	font: 14px 'PT Sans',sans-serif;
	color:#2f384f;
}
.tbl_about td a:hover{
	color:#e85717;
}
.tbl_about .heading td {
	font: bold 24px/1.2 'PT Sans',sans-serif;
	color:#2f384f;
	background:url(../images/tbl_about_top.png) repeat-x 0 0;
	height:60px;
	padding:8px;
}
.tbl_about .heading td > div {
	background:url(../images/icon_about.png) no-repeat 0 4px;
	padding-left:60px;
	display:table-cell;
	height:60px;
	vertical-align:middle;
}
.tbl_about .heading td > div.be_first {
	background-position:0px -120px;
}
.tbl_about .heading td > div.hours24 {
	background-position:0px -245px;
}
.tbl_about .text td {
	font:14px/2.2 'PT Sans',sans-serif;
	color:#2f384f;
}

@media screen and (max-width: 1920px) {
	.tbl_about .heading td {
		font: bold 24px/1.2 'PT Sans',sans-serif;
	}
}
@media screen and (max-width: 1200px) {
	.tbl_about .heading td {
		font: bold 22px/1.2 'PT Sans',sans-serif;
	}
}

/* SERACH PAGE */
.srch_result {
	padding:30px 10px;
	font: bold 18px 'PT Sans',sans-serif;
	color:#2f384f;
}
.srch_result .srch_fraza {
	padding:0;
	margin:0;
}
.srch_list {
	list-style:none;
	margin:0 0 15px 0;
	padding:0;
}
.srch_list li{
	border: 1px solid #E6EBF0;
    margin: 0 20px;
}
.srch_list li a:hover{
	text-decoration:underline;
}
.srch_list li .top{
	background:#fff url(../images/srch_item_top.png) repeat-x 0 0px;
	color:#3287d8;
	font: 14px 'PT Sans',sans-serif;
	padding:8px 10px 0 10px;
	min-height:29px;
	border-bottom:1px solid #e6ebf0;
}
.srch_list li .top a{
	color:#3287d8;
	font: 14px 'PT Sans',sans-serif;
}
.srch_list li .short{
	padding:10px;
	color:#2f384f;
	font: 14px 'PT Sans',sans-serif;
}
.srch_list li .bot{
	padding:10px;
}
.srch_list li .bot p{
	padding:0;
	margin:0;
}
.srch_list li .bot .data{
	color:#2f384f;
	font: 12px 'PT Sans',sans-serif;
	text-transform:uppercase;
}

a.btn_grey {
    background:url(../images/btn_tolist2.png) repeat-x 0 0;
	padding:6px 15px 0 15px;
	text-align:center;
	color:#8b8f99;
	height:23px;
	border:1px solid #cad3da;
	border-radius:6px;
	text-decoration:none !important;
	font:bold 13px 'PT Sans', sans-serif;
}
a.btn_grey:hover {
	background-position:0 -29px;
	color:#fff;
	border:1px solid #1a6eb9;
}
a.btn_grey:active {
	background-position:0 -58px;
	color:#fff;
	border:1px solid #14345e;
}

.post{
	margin:0;
	padding:20px 50px;
	color:#515660;
	text-align:justify;
}
.post.page {
	padding:10px 15px;
	line-height:1.5;
}
.post img {
	max-width:100%;
}
.post b{
	color:#010101;
}
.post, .post a, .news-list .short, .news-list .short a
{
	font-size: 14px;
}
h1, h1.heading {
	font-size: 28px;
}
@media screen and (min-width: 1920px) {
h1, h1.heading {
	font-size: 42px;
}
}
@media screen and (min-width: 1100px) {
h1, h1.heading {
	font-size: 36px;
}

}


/* coeficient */
.mblock.coef {
	overflow:hidden;
}
.bm-coef .bm-thumb{
	float:left;
	width:180px;
	border-bottom:1px solid #fff;
}
.bm-coef li:last-child .bm-thumb{
	border-bottom:none;
}
.bm-coef .bm-tbl-coef{
	display:block;
	margin-left:190px;
}
.bm-coef table{
	width:100%;
}
.bm-coef table td, .bm-coef table th{
	width:20%;
	font:12px 'PT Sans', sans-serif;
	color:#2f384f;
	text-align:center;
}
.bm-coef table th{
    background:url(../images/th_bg_coef.png) repeat-x 0 0;
	padding:4px 0;
	border-right:1px solid #fff;
	height:16px;
}
.bm-coef table th:last-child{
	border-right:none
}
.bm-coef table th:first-child{
	border-left:1px solid #cad3da;
}
.bm-coef table td{
	padding:3px 0;
	border-bottom:1px solid #cad3da;
	border-left:1px solid #cad3da;
	height:20px;
}
.bm-coef li:last-child  table td{
	border-bottom:none
}

.bm-coef .bm-rate{
	font:bold 14px 'PT Sans', sans-serif;
	color:#3287d8;
}
.bm-coef a.bm-rate:hover{
	text-decoration:underline;
}
.cur_lang {
 float:left;
 margin:2px 0 0 5px;
 background: url("../images/icon_channels.png") no-repeat -100px -100px;
    font: 13px 'PT Sans',sans-serif;
    padding-left: 23px;
 height:25px;
 display:inline-block;
 text-indent:-999em;
}
.cur_lang.ua {
 background-position: 4px 6px;
}
.cur_lang.ru {
 background-position: 4px -47px;
}
.cur_lang.en {
 background-position: 4px -102px;
}
.top_place {
 height:250px;
 width:100%;

 position:relative;
 z-index:101;
 overflow:hidden;
 text-align:center;
}
#search_frm {
	height: 115px;
	border-bottom: none;
	background-color: #2a2a2a;
	/* width: 100%; */
	position: absolute;
	top: 104px;
	z-index: 99;
	display: none;
	background-image: none;
	width: 1100px;
}
#search_frm.sticky {
 position:fixed;
 top:80px;
}
 .ajax-message {
    display: none;
    left: 50%;
    overflow: visible;
    position: absolute;
    top: 100px;
    width: 200px;
 margin-left:-100px;
    z-index: 100;
}
.message {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px #EEEEEE;
    color: #444444;
    font-size: 12px;
    line-height: 16px;
    padding: 20px 10px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
}

.message span {
    background: url("../images/icon_add.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 16px;
    left: -8px;
    position: absolute;
    top: -8px;
    width: 16px;
}
.message.warning span {
 background-image: url(../images/icon_error.png);
}



/******* new slider *******/
.top_slide{
	position:relative;
	padding:0 25px 0 22px;
	height:170px;
	overflow:hidden;
}
.top_slide .item{
	width:257px;
	height:170px;
	text-align:center;
	vertical-align:top;
	float:left;
	border-right: 1px solid #E6EBF0;
}
.top_slide .item a.link_event{
	padding: 10px 5px 13px;
	display:block;
}
.top_slide .item:last-child{
	border-right:none;
}
.top_slide .item:hover{
	background:#f6f6f6;
}
.top_slide .item p{
	margin: 8px 0px 6px;
	overflow:hidden;
}
.top_slide .photo{
	float:left;
	overflow:hidden;
}
.top_slide .photo .name{
	white-space:nowrap;
}
.top_slide .photo .ramka{
	border:1px solid #d6dde3;
	width:64px;
	height:64px;
	border-radius:50%;
	overflow:hidden;
	display:inline-block;
	margin-bottom:10px;
}
.top_slide .photo .ramka img{
	width:64px;
	border-radius:50%;
}

.top_slide .photo a, .top_slide .link_event{
	color:#2f384f;
	font:bold 14px 'PT Sans', sans-serif;
	text-decoration:none;
}
.top_slide .item a:hover, .slide .link_event:hover{
	color:#e85717;
}
.top_slide a:hover{
	text-decoration:none;
}
.top_slide .title,
.top_slide .titNam{
	color:#2f384f;
	font:12px 'PT Sans', sans-serif;
	padding-left:20px;
    background:url(../images/icon_balls.png) no-repeat -500px 0;
	white-space:nowrap;
	margin: 0 12px;
	display: inline-block;
}
.top_slide .title.football,
.top_slide .titNam.football{
	background-position:0 0px;
}
.top_slide .title.tennis,
.top_slide .titNam.tennis{
	background-position:0 -32px;
}
.top_slide .title.valleyball,
.top_slide .titNam.valleyball{
	background-position:0 -103px;
}
.top_slide .title.basketball,
.top_slide .titNam.basketball{
	background-position:0 -66px;
}
.top_slide .title.hockey,
.top_slide .titNam.hockey{
	background-position:0 -134px;
}
.top_slide .title.other,
.top_slide .titNam.other{
	background-position:0 -166px;
}
.top_slide .date{
	color:#8b8f99;
	font:12px 'PT Sans', sans-serif;
	display: block;
}
.top_slide .date .time{
	color:#358e20;
}
.top_slide .next, .top_slide .prev, .prev3, .next3 {
	position:absolute;
	top:15px;
	display:inline-block;
	text-indent:-999em;
	text-decoration:none;
	cursor:pointer;
	width:25px;
	height:130px;
    background:url(../images/arrow_events_dark.png) no-repeat -46px center;
}
.top_slide .prev.disabled,.top_slide .next.disabled, .prev3.disabled, .next3.disabled {
	display:none !important;
}
.top_slide .prev, .prev3 {
	background-position:0px center;
	left:2px;
}
.top_slide .prev:hover, .prev3:hover {
	background-position:-88px center;
}
.top_slide .prev:active, .prev3:active {
	background-position:-173px center;
}
.top_slide .next, .next3 {
	right:3px;
}
.top_slide .next:hover, .next3:hover {
	background-position:-134px center;
}
.top_slide .next:active, .next3:active {
	background-position:-216px center;
}

/******* Last news slider *******/
.news_slider{
	padding:0 0 0px 0;
}
.news_slider li {
	cursor:auto;
	height:55px !important;
}
ul.last_news_slide, .fl.col3.news_slider > div.caroufredsel_wrapper{
	width:100% !important;
}
.last_news_slide .meta {
	color:#8b8f99;
    font:12px 'PT Sans',sans-serif;
	height:15px;
	display:none;
}
.last_news_slide .icon_com_count {
    background-position: -210px -40px;
    width: 15px;
    height: 11px;
	float:left;
	margin-right:3px;
	margin-top:2px;
}
.last_news_slide p {
	margin:5px 0;
	padding:0;
}
.last_news_slide .time {
	color:#358E20;
    font:bold 13px 'PT Sans',sans-serif;
	padding-right:10px;
}
.last_news_slide a {
	color:#2f384f;
    font:bold 13px 'PT Sans',sans-serif;
}
.last_news_slide a:hover {
	color:#e85717;
	text-decoration:none;
}
.last_news_slide li:hover {
	background:#f6f6f6;
	padding-top:0px;
}
.news_slider li {
	height:55px !important;
	border-bottom: 1px solid #E6EBF0;
    overflow: hidden;
    padding: 15px 10px 0;
}
.news_slider li:hover {
	height:70px !important;
}
.last_news_slide li:hover .meta {
	display:block;
}
.last_news_slide .scroll {
	padding:0 !important;
}
.news_slider  .prev2, .news_slider .next2 {
	display:block;
	text-indent:-999em;
	height:29px;
	width:100%;
    background:url(../images/news_arrow_dark.png) no-repeat center 3px;
}
.news_slider .prev2.disabled,.news_slider .next2.disabled {
	display:none !important;
}
.news_slider .prev2 {
	background-position:center 6px;
	top:-10px;
}
.news_slider .prev2:hover {
	background-position:center -54px;
}
.news_slider .prev2:active {
	background-position:center -118px;
}
.news_slider .next2 {
	background-position:center -30px;
	bottom:0px;
}
.news_slider .next2:hover {
	background-position:center -91px;
}
.news_slider .next2:active {
	background-position:center -156px;
}

/*** Leon button #1 **/
.leon_but_1
{
	width:140px;
	height:24px;
	position:absolute;
	margin:7px 7px 0 0;
	right:0;
	display:block;
}
section.collector_col:nth-child(odd) .leon_but_1
{
	display:none;
}
section.mblock .leon_but_1
{
	margin:12px 7px 0 0;
}

/** More **/
.popular_chemps.home .pch-list2{
	margin-bottom:5px;
	height:80px;
	overflow:hidden;
	display: inline-block;
	margin-right:105px;
}
.popular_chemps .pch-list2:after{
	content:'';
	display:block;
	clear: both;
}
.popular_chemps .pch-list2 li{
	float:left;
	width:90px;
	height:115px;
	margin:10px 0px 0 0px;
	text-align:center;
}
.popular_chemps .pch-list2 li p{
    font:bold 12px/1 'PT Sans',sans-serif;
	color:#000000;
	-moz-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	margin: 20px 0 0;
	padding:5px;
	position:absolute;
	background:#fff;
	border:solid #CAD3DA;
	border-width: 1px;
	width:80px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index:1;
	display:none;
}
.popular_chemps .pch-list2 li p:before
{
	content:'';
    background: url("../images/arrow_pop.png") no-repeat 0 bottom;
    height: 22px;
    width: 40px;
    z-index: 96;
	position:absolute;
	top:-19px;
	right:46px;
	margin-right:-20px;
}
.popular_chemps.full .pch-list2 li p{
	display:block;
	color:#2f384f;
	margin:10px 0;
	padding:0;
}
.popular_chemps.full .pch-list2 li{
	width:25%;
	height:110px;
}
.popular_chemps .pch-list2 li:hover p{
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	margin: 10px 0 0;
	-webkit-transition:all 150ms linear;
	-moz-transition:all 150ms linear;
	-ms-transition:all 150ms linear;
	-o-transition:all 150ms linear;
	transition:all 150ms linear;
	display:block;
}
.popular_chemps.full .pch-list2 li:hover p{
	color:#e85717;
}
.popular_chemps .pch-list2 li img{
	max-height:64px;
	border:1px solid #cad3da;
	border-radius:12px;
}
.more_chemps2 {
	text-align:left !important;
    font:bold 12px/1 'PT Sans',sans-serif;
	position:absolute;
	right:0;
	height:50px;
	top:10px;
	width:110px;
	display: inline-block;
}
.more_chemps2 a {
    background:url(../images/arrow_bot_more.png) no-repeat 10px 32px;
    font:bold 12px/1 'PT Sans',sans-serif;
	height:50px;
	width:140px;
	display:block;
	color:#8b8f99;
	text-transform:none;
}
.more_chemps2 a span {
	height:28px !important;
	width:80px;
	padding:22px 0px 0 28px;
	display:block;
    font:bold 12px/1 'PT Sans',sans-serif;
	color:#8b8f99;
	text-transform:none;
}
.more_chemps2 a:hover span{
	color:#e85717;
}
.pch-list2 .pch-title,
.pch-list2 .pch-titNam{
	padding:17px 20px 0 15px;
}

/*** Calendar on :hover ***/
.relative.fr .pop-calendar
{
	display:none;
}
.relative.fr:hover .pop-calendar
{
	display:block;
}
/*
.relative.fr .pop-calendar
{
	box-shadow:  1px 3px 17px -8px #a8a8a8;
	-webkit-box-shadow:  1px 3px 17px -8px #a8a8a8;
	-moz-box-shadow:  1px 3px 17px -8px #a8a8a8;
}
*/
/*** Down buttons ***/
#navi_system {
	border-top: 1px solid #d6d6d6;
	margin: 20px 18px 0;
}

/*** Timer start ***/
.hasCountdown {
	margin:8px 0 0;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	color: #888;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px;
	text-align: center;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 10px;
	text-align: center;
	font-weight:700;
	text-transform: uppercase;
	color:#000000;
}
.countdown_section.d0 {
	display: none;
}
.countdown_amount {
	text-shadow:  -1px -1px 0px rgba(0,0,0,0.2);
	filter:dropshadow(color= -1px -1px 0px rgba(0,0,0,0.2));

	box-shadow:  2px 4px 5px -3px #333333, inset 0px 0px 1px 0px rgba(255,255,255,0.2), inset 0px -2px 0px 0px rgba(0,0,0,0.4),inset 0 32px 0 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:  2px 4px 5px -3px #333333, inset 0px 0px 1px 0px rgba(255,255,255,0.2), inset 0px -2px 0px 0px rgba(0,0,0,0.4),inset 0 32px 0 0 rgba(0,0,0,0.2);
	-moz-box-shadow:  2px 4px 5px -3px #333333, inset 0px 0px 1px 0px rgba(255,255,255,0.2), inset 0px -2px 0px 0px rgba(0,0,0,0.4),inset 0 32px 0 0 rgba(0,0,0,0.2);

    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 39px;
	line-height:60px;
	height:60px;
	font-weight:400;
    margin: 0 5px 5px 0;
    padding: 0 0 0 3px;
	width:58px;
    text-align: center;
	color:#fff;
	border:2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	overflow: hidden;
	letter-spacing:3px;
	
	background-color:#e85717;
}
.countdown_amount.hh {
	width:auto;
	padding: 0 7px;
	min-width:30px;
}
.countdown_section:last-child .countdown_amount{
	margin: 0 0 5px 0;
}
.countdown_amount:before {
	position: absolute;
	width: 100px;
	background: #7D0000;
	content: '';
	height: 1px;
	border-bottom: 1px solid #ff8141;
	top: 50%;
	left: 0;
}
.countdown_descr {
	display: block;
	width: 100%;
}
/*** Timer end ***/

@media screen and (max-width: 1066px) {
.top_slide .item{
	width:200px;
}
}
.players > span:not(.wrap) {
    display: block;
    height: 18px;
    overflow: hidden;
	line-height:18px;
}
.icon-live {
    width: 35px;
	float: left;
	margin-top: 4px;
}
.leon_but_1.h45 {
    height: 45px;
    margin: 1px 3px 0 0 !important;
    width: 129px;
}
.b-button.b-button_small{color:#8AC2F8;}
.b-button.b-button_small:hover{color:#e85717;}
.i-color_gray.i-small{color:#C9C9C9;}
@media screen and (min-width: 1120px) {
.tbl_events_trans .players .player1, .tbl_events_trans .players .player2{
	width:120px;
}
.tbl_events_trans .chempionat{
	width: 25%
}
.tbl_events_trans div.players{
	width:270px;
}
.tbl_events_trans .players .div{
	width:22px;
}
.tbl_events_trans .players .player2 .nazva, .tbl_events_trans .players .player1 .nazva{
	width:61px;
}
}
.players.w_auto{
	width:60% !important;
}
.tbl_events_trans .players.w_auto .div{
	width:8% !important;
}
.tbl_events_trans .players.w_auto .player1, .tbl_events_trans .players.w_auto .player2{
	width:46% !important;
}
.tbl_events_trans .players .player2 .nazva, .tbl_events_trans .players .player1 .nazva{
	width:70% !important;
}

.box-hide {
    max-height: 400px;
    overflow: hidden;
    position: relative;
	padding:40px 120px 0 !important;
}
.box-hide-liga {
    max-height: 100px;
    overflow: hidden;
    position: relative;
	padding:15px 35px 0;
	margin:0;
}
.box-hide-event {
    max-height: 205px;
    overflow: hidden;
    position: relative;
}
/*** Hide text button ***/
.skyblue-links a, .skyblue-links-event a {
    font-size: 16px;
	color: #e85717;
	border-bottom: 1px dashed #e85717;
    text-decoration: none;
}
.skyblue-links, .skyblue-links-event{
	position:relative;
}
.skyblue-links:before {
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.2, rgba(255,255,255,0)),
	color-stop(1, #FFFFFF)
);
background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 20%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 20%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 20%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0) 20%, #FFFFFF 100%);
background-image: linear-gradient(to bottom, rgba(255,255,255,0) 20%, #FFFFFF 100%);
    top: -200px;
    content: "";
    display: block;
    height: 200px;
    left: 0;
    position: absolute;
    right: 0;
}
.liga-link.skyblue-links:before {
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.2, rgba(255,255,255,0)),
	color-stop(1, #FFFFFF)
);
background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 20%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 20%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 20%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0) 20%, #FFFFFF 100%);
background-image: linear-gradient(to bottom, rgba(255,255,255,0) 20%, #FFFFFF 100%);
    top: -40px;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    right: 0;
}
.skyblue-links.liga-link {
    margin-bottom: 20px;
}
.skyblue-links a:hover, .skyblue-links-event a:hover {
	color: #ff6f30;
	border-bottom: 1px dashed #ff6f30;
}
.hide {
    display: none !important;
}
.skyblue-links, .skyblue-links-event {
    padding: 0 0 15px;
    text-align: center;
}
/*** Hide text button end ***/

/*** Prognoz na match button ***/
.prognoz-sd{
	padding:0px 10px 10px;
}
.prognoz-sd a.prognoz{
	white-space:nowrap;
	padding:0 20px 3px;
	color:grey;
	display:table;
	margin:10px auto 0;
	text-align:center;
	font-size:17px;
	text-decoration:none;
-webkit-transition:all 150ms linear;
-moz-transition:all 150ms linear;
-ms-transition:all 150ms linear;
-o-transition:all 150ms linear;
transition:all 150ms linear;
font-family: 'Open Sans Condensed', sans-serif;
background:#fff;
font-weight:300;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow:  0px 0px 0px 4px rgba(255,255,255,0.3),  0px 0px 0px 0px rgba(34,101,189,0.3);
-webkit-box-shadow:  0px 0px 0px 4px rgba(255,255,255,0.3),  0px 0px 0px 0px rgba(34,101,189,0.3);
-moz-box-shadow:  0px 0px 0px 4px rgba(255,255,255,0.3),  0px 0px 0px 0px rgba(34,101,189,0.3);
}
.prognoz-sd a.prognoz:hover{
background:#2265bd;
color:#fff;
box-shadow:  0px 0px 0px -3px rgba(255,255,255,0.0),  0px 0px 0px 6px rgba(34,101,189,0.3);
-webkit-box-shadow:  0px 0px 0px -3px rgba(255,255,255,0.0),  0px 0px 0px 6px rgba(34,101,189,0.3);
-moz-box-shadow:  0px 0px 0px -3px rgba(255,255,255,0.0),  0px 0px 0px 6px rgba(34,101,189,0.3);
}
.prognoz-sd a.prognoz.money{
	background-color:#008000;
	padding-left:48px;
	background-image:url(../images/sale_prog.png);
	background-repeat:no-repeat;
	background-position:6px 6px;
	box-shadow:  0px 0px 0px 4px rgba(255,255,255,0.3),  0px 0px 0px 0px rgba(0,93,0,0.3);
}
.prognoz-sd a.prognoz.money:hover {
	background-color: #005d00;
	background-image: url("../images/sale_prog.png");
	background-position: 6px 6px;
	background-repeat: no-repeat;
	box-shadow: 0 0 0 -3px rgba(255, 255, 255, 0), 0 0 0 6px rgba(0, 93, 0, 0.3);
}
.sale_but_con{
	text-align:center;
}
.sale_but_con a {
  background-color: #008000;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: "Open Sans Condensed",sans-serif;
  font-size: 17px;
  padding: 0 20px 3px;
  margin-top:10px;
}
.sale_but_con a:hover {
  background-color: #005d00;
  text-decoration: none !important;
}
/*** Prognoz na match button end ***/

.timer-area.right-time {
    left: inherit;
    right: 0;
    top: 15%;
}
h2.bukmeker{
	color:#4f5b70;
	text-align:left;
	font-size:17px;
	line-height:1.5;
	text-decoration:none;
	font-weight:700;
	padding:0;
	width:100%;
	display:block;
	text-transform:uppercase ;
}

/*** Diagramma prognoz na match ***/
.rates-results{
	width:75%;
	display:table;
	margin:0 auto;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:19px;
	color:#424242;
	text-shadow:  1px 1px 0px rgba(255,255,255,0.3);
	filter:dropshadow(color= 1px 1px 0px rgba(255,255,255,0.3));
	padding-bottom:20px;
	padding-top:10px;
}
.rates-results .win-l, .rates-results .win-r{
	display:inline-block;
	width:25%;
	display:table-cell;
	text-align:center;
}
.rates-results .win-l b{
	color:#3266cc;
}
.rates-results .win-r b{
	color:#f29200;
}
.rates-results .draw-res{
	display:table-cell;
	text-align:center;
}
.rates-results .draw-res b{
	color:#dc3812;
}
.rates-results b{
	width:30px;
	height:30px;
	line-height:30px;
	background:#fff;
	box-shadow:  0px 0px 0px 4px rgba(255,255,255,0.5);
-webkit-box-shadow:  0px 0px 0px 4px rgba(255,255,255,0.5);
-moz-box-shadow:  0px 0px 0px 4px rgba(255,255,255,0.5);
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
padding:5px;
font-size:18px;
margin-left:5px;
}
.rates-results b span{
	font-size:16px;
	font-weight:300;
}

.graph-results{
	float:right;
	width:30%;
	margin:0 0 20px 25px;
	border-left:1px solid #e9eaee;
	padding-left:20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:15px;
}
.graph-results .title{
	display:block;
	color:#000;
	font-size:16px;
	padding-bottom:15px;
	font-weight:16px;
}
.graph-results .name{
	color:#2a2a2a;
	position:relative;
	margin-left:-10px;
}
.graph-results .name span{
	display:block;
	clear:both;
	right:-10px;
	padding-left:25px;
	position:relative;
}
.graph-results .name span:before{
	content:'';
	width:15px;
	height:15px;
	position:absolute;
	margin:5px 0 0 -25px;
}
.graph-results .name .name-l:before{
	background:#3266cc;
}
.graph-results .name .name-d:before{
	background:#dc3812;
}
.graph-results .name .name-r:before{
	background:#fe9900;
}
.graph-results .graph-tab{
	height:185px;
	width:100%;
	border-left:1px solid #464646;
	position:relative;
	margin-bottom:25px;
}
.graph-results .graph-bg{
	height:100%;
	width:100%;
	display:table;
	position:absolute;
}
.graph-results .diagram{
	height:100%;
	width:100%;
	position:absolute;
}
.graph-results .diagram .graph-l, .graph-results .diagram .graph-d, .graph-results .diagram .graph-r{
	height:20%;
	text-align:center;
	color:#fff;
	vertical-align:middle;
	line-height:37px;
	min-width:17px;
}
.graph-results .diagram .graph-l{
	background:#3266cc;
	margin-top:14%;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
.graph-results .diagram .graph-d{
	background:#dc3812;
	border-bottom:1px solid #fff;
}
.graph-results .diagram .graph-r{
	background:#fe9900;
	border-bottom:1px solid #fff;
}
.graph-results .graph-tab .line{
	height:100%;
	display:inline-block;
	width:20%;
	box-shadow: inset -1px 0px 0px 0px #cdcdcd;
	-webkit-box-shadow: inset -1px 0px 0px 0px #cdcdcd;
	-moz-box-shadow: inset -1px 0px 0px 0px #cdcdcd;
	display:table-cell;
	position:relative;
}
.graph-results .graph-tab .line:last-child{
	width:0;
}
.graph-results .graph-tab .line span{
	display:block;
	width:30px;
	font-size:14px;
	color:#7a7a7a;
	position:absolute;
	bottom:-20px;
	margin-left:-15px;
	text-align:center;
}
/*** Diagramma prognoz na match end ***/

/*** News in news event ***/
.title-news{
	font-size:17px;
	font-weight:700;
	color:#000;
	padding:10px;
	display: block;
}
.top-news-block{
	padding:0 25px;
	border-top: 1px solid #E6EBF0;
}
#news_event .item {
    border-bottom: 1px solid #CAD3DA;
    height: 65px;
    margin: 0 10px;
    overflow: hidden;
    padding: 0;
}
#news_event .item img {
    border: 1px solid #CAD3DA;
    float: left;
    height: 45px;
	width:auto;
    margin-bottom: 9px;
    margin-right: 20px;
    margin-top: 9px;
}
#news_event .com_count_list {
    color: #8B8F99;
    display: block;
    margin: 25px 0 0;
}
#news_event .icon_com_count {
    background-position: -206px -40px;
    float: left;
    height: 14px;
    margin-right: 3px;
    width: 18px;
}
#news_event .item .title {
    color: #929292;
    display: table-cell;
    font: bold 18px 'PT Sans',sans-serif;
    height: 65px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
#news_event .item .title a {
    color: #929292;
    font: bold 18px/1.2 'PT Sans',sans-serif;
}
#news_event .item .title .time {
    font: bold 12px 'PT Sans',sans-serif;
}
#news_event .item .title a:hover {
    color: #3287D8;
}
.top-news-block .event_row:last-child .begin_time, .top-news-block .event_row:last-child .chempionat, .top-news-block .event_row:last-child .players.w_auto,
.top-news-block .event_row:last-child .vid, .top-news-block .tbl_events_trans, #news_event .item:last-child, .online_video_list.news-block ul{
	border-bottom:0px solid #E6EBF0 !important;
}
.online_video_list.news-block{
	padding:5px 0 5px;
}
.online_video_list.news-block li{
	margin:0 6px 10px 14px;
	line-height:14px;
}
.news-yandex.post {
    padding: 0 50px 10px;
}
.online_video_list.news-block .n-date {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    font-size: 11px;
    margin: 2px 0 0 2px;
    padding: 2px 4px;
    position: absolute;
}

/*** Registration and login ***/
#login-content {
	display: none;
	position: absolute;
	top: 50px;
	left: -80px;
	z-index: 999;
	padding: 15px;
	-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
	-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
	box-shadow: 0 2px 8px -1px rgba(0,0,0,.9);
	width: 250px;
	background-color: #ffffff;
}
#login-content:before {
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	top: -5px;
	width: 10px;
	z-index: 96;
	background-color: #ffffff;
	margin-left: -5px;

	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#login-content form{
	margin:0;
}
#login-content #submit {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	border: none;
	float: left;
	height: 32px;
	padding: 0;
	width: 100px;
	cursor: pointer;
	font: bold 14px Arial, Helvetica;
	color: #fff;
	line-height: 32px;
	background-color: #3880c2;
}
#login-content #submit:hover,
#login-content #submit:focus {
	background-color: #3c8cd5;
}
#login-content #submit:active {
	background-color: #3880c2;
}

#login-content #submit::-moz-focus-inner {
	border: none;
}
#login-content #inputs input {
	background: #f1f1f1;
	padding: 6px 5px;
	margin: 0 0 5px 0;
	width: 238px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 1px #ccc inset;
	-webkit-box-shadow: 0 1px 1px #ccc inset;
	box-shadow: 0 1px 1px #ccc inset;
}

#login-content #inputs input:focus {
	background-color: #fff;
	outline: none;
	border-color:#b1b1b1;
}
#login-content #actions {
	margin: 10px 0 0 0;
}
#login-content label {
	float: right;
	line-height: 30px;
}

#login-content label input {
	position: relative;
	top: -3px;
	right: 2px;
}
#messenger, #messenger-green{
	width: 517px;
	margin:5px 0px;
	padding: 5px;
	background: #ffe1e6;
	display:none;
}
#messenger-login{
	position:absolute;
	margin:5px 0px;
	padding: 5px;
	background: #ffe1e6;
	display:none;
	font-size:12px;
	text-align:center;
	top:-30px;
	left:-65px;
	border: 1px solid #FFFFFF;
}
#messenger-login:before{
	content:'';
	width:0;
	height:0;
	bottom:-10px;
	border-width:10px 8px 0px;
	border-color:#ffe1e6 transparent transparent;
	border-style:solid;
	position:absolute;
	margin-left:-4px;
	left:50%;
}

#messenger-green{
	background: #c4ffc1;
}

.contact-frm.edit fieldset{
	padding:5px 0px 0px 15px;
}

.contact-frm .photo{
	width:210px;
	position:absolute;
	right:30px;
	top:20px;
}
.contact-frm .photo .ramka{
	background: url("../images/ramka.png") no-repeat 0 0;
	min-height:200px;
	padding:80px 30px 0 30px;
}
.contact-frm .photo .ramka.team{
	min-height:170px !important;
}
.contact-frm .photo .ramka_bot{
	background: url("../images/ramka_bot.png") no-repeat 0 0;
	width:100%;
	height:15px;
}
.contact-frm .photo .img{
	width:152px;
	height:152px;
	overflow:hidden;
}
.contact-frm .photo .img img{
	max-width:150px;
	height:auto;
	border:1px solid #afafb1;
}
.contact-frm .photo p{
	margin:0;
}
.contact-frm .photo .help-block {
    font-size: 12px;
    line-height: 1;
    padding-top: 3px;
}
.contact-frm .photo input {
    width: 215px;
	font-size: 12px;
	position:relative;
	margin-top: 10px;
	overflow:hidden;
}
.contact-frm .form-control{
	width:auto;
}
.contact-frm div > span {
    color: #676767;
    display: block;
    font-size: 15px;
    padding: 4px 0;
}
.contact-frm .span8 {
    font-size: 15px;
    padding: 4px 0;
}
.contact-frm div > i {
    color: #adadad;
}
.contact-frm.edit input[type="text"], .contact-frm textarea, .contact-frm input[type="email"] {
    background: #fff;
    color: #3287D8;
}
.contact-frm .log-name{
	color:#1a8eda;
}

.fav-tags nobr {
    background: #969696;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    margin: 0 15px 2px 0;
    padding: 2px 2px 4px;
    position: relative;
    text-decoration: none;
	font-size:12px;
	line-height:14px;
}
.fav-tags nobr:hover {
    background-color: #006db6;
	cursor:default;
}
.fav-tags nobr:before {
    background: #FFFFFF;
    border-radius: 20px;
    content: "";
    display: inline-block;
    height: 5px;
    margin: 0px 5px 1px 3px;
    width: 5px;
}
.fav-tags nobr:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #969696;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
}
.fav-tags nobr:hover:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #006db6;
}
/*** Registration and login end ***/

.vid_li.liga-video {
    margin: 0 20px 20px;
	position: relative;
	padding: 0 30px;
}
.liga-calendar{
	position: relative;
    right: 10px;
    top: 10px;
}

/*** Video in scroll ***/
.cont-in-scroll{
	width:100%;
}
.videotut.in-scroll > iframe {
    max-width: 100%;
}
.videotut.in-scroll{
	padding: 10px 0 10px 10px;
	margin: 0 270px 0 0 !important;
}
.video-in-scroll{
	bottom: 0;
    padding: 10px 10px 10px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
}
.video-in-scroll .online_video_list{
	padding:0;
	border-bottom: 0px solid #E6EBF0;
}
.video-in-scroll .online_video_list li{
	margin: 0 0 10px 15px;
}
.video-in-scroll .online_video_list li a{
	font-size:12px;
	line-height:14px;
}
.tabs.news_tab, .tabs.other_video {
    margin-top: -4px;
}
.mblock.coef .bm-coef {
    border-bottom: 1px solid #DCDCDC;
}
.fr.full_list_live.in-top {
    margin: -3px 0 0;
}

.bet-link{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}
.bet-link1{
	display:block;
	position:relative;
	font-size:20px;
	color:#04517e;
	font-weight:700;
	font-style:italic;
	height:55px;
	width:100%;
	text-align:center;
	line-height:50px;
	font-family:Tahoma;
	z-index:2;
}
.bet-link1 img{
	margin: 10px 0 0 6px
}
.bet-link1:hover{
	color:#4E730E;
}
.bet-link2{
	position:absolute;
	width:50%;
	left:0;
	margin-top:0;
	height:100%;
	display:block;
	top:0;
	z-index:1;
}
.bet-link2 img{
	position:absolute;
	bottom:0;
	left:0;
}
.bet-link2 img:nth-child(1){
	display:block;
}
.bet-link2 img:nth-child(2){
	display:none;
}
.bet-link2:hover img:nth-child(1){
	display:none;
}
.bet-link2:hover img:nth-child(2){
	display:block;
}
.bet-link3{
	position:absolute;
	width:50%;
	right:0;
	margin-top:0;
	height:100%;
	display:block;
	top:0;
	z-index:1;
}
.bet-link3 span{
	position:absolute;
	width:184px;
	height:100px;
	overflow:hidden;
	background:url('../images/bet-2.png');
	background-position:0px 0px;
	right:0;
	bottom:0;
}
.bet-link3:hover span{
	background-position:0px 100px;
}
.mblock.bet #tablo .teams .photo .ramka, .mblock.bet #tablo .teams .photo .name{
	z-index:2;
	position:relative;
}
.mblock.bet .timer-area{
	z-index:2;
	top:60px;
}
.mblock.bet #tablo .prognoz-sd a.prognoz{
	margin:10px auto 5px;
	z-index:2;
	position:relative;
}
.mblock.bet #tablo .teams{
	margin-top:20px;
}
.mblock.bet #tablo {
	background:url('../images/tablo-bg.gif');
	background-position:0% 100%;
	background-repeat:repeat-x;
	min-height:300px;
	border-top:1px solid #808D94;
}
.event-soc-but{
	text-align: center;
	padding-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: 6px;
  margin-left: -7px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mblock.bet #tablo .zanaves{
	z-index:2;
	top:70px;
}
.mblock.bet .countdown_amount {
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #607a33),
	color-stop(0.49, #607a33),
	color-stop(0.5, #87aa4e)
);
background-image: -o-linear-gradient(bottom, #607a33 0%, #607a33 49%, #87aa4e 50%);
background-image: -moz-linear-gradient(bottom, #607a33 0%, #607a33 49%, #87aa4e 50%);
background-image: -webkit-linear-gradient(bottom, #607a33 0%, #607a33 49%, #87aa4e 50%);
background-image: -ms-linear-gradient(bottom, #607a33 0%, #607a33 49%, #87aa4e 50%);
background-image: linear-gradient(to bottom, #607a33 0%, #607a33 49%, #87aa4e 50%);

text-shadow:  -1px -1px 0px #4a6121;
filter:dropshadow(color= -1px -1px 0px #4a6121);

box-shadow:  2px 4px 5px -3px #333333, inset 0px 0px 1px 0px rgba(255,255,255,0.2), inset 0px -2px 0px 0px rgba(0,0,0,0.4);
-webkit-box-shadow:  2px 4px 5px -3px #333333, inset 0px 0px 1px 0px rgba(255,255,255,0.2), inset 0px -2px 0px 0px rgba(0,0,0,0.4);
-moz-box-shadow:  2px 4px 5px -3px #333333, inset 0px 0px 1px 0px rgba(255,255,255,0.2), inset 0px -2px 0px 0px rgba(0,0,0,0.4);
}
.mblock.bet .countdown_amount:before{
	background:#49611f;
	content:'';
	border-bottom:1px solid #9fc462;
}
.mblock.bet #tablo .teams .photo .name{
	color:#04517f;
}
.mblock.bet #tablo .teams .photo a:hover .name{
	color:#4e730e;
}
.prognoz-sd a.prognoz{
color:#fff;
background:#04517f;
box-shadow:  0px 0px 0px 4px rgba(255,255,255,0.3),  0px 0px 0px 0px rgba(96,122,51,0.3);
-webkit-box-shadow:  0px 0px 0px 4px rgba(255,255,255,0.3),  0px 0px 0px 0px rgba(96,122,51,0.3);
-moz-box-shadow:  0px 0px 0px 4px rgba(255,255,255,0.3),  0px 0px 0px 0px rgba(96,122,51,0.3);
}
.prognoz-sd a.prognoz:hover{
background:#607a33;
box-shadow:  0px 0px 0px -3px rgba(255,255,255,0.0),  0px 0px 0px 6px rgba(96,122,51,0.3);
-webkit-box-shadow:  0px 0px 0px -3px rgba(255,255,255,0.0),  0px 0px 0px 6px rgba(96,122,51,0.3);
-moz-box-shadow:  0px 0px 0px -3px rgba(255,255,255,0.0),  0px 0px 0px 6px rgba(96,122,51,0.3);
}

.tabs.menu-prof {
    margin: -3px 0 0;
}
.span250{
	width:250px !important;
}
a.edit-admin-p{
	position:fixed;
	font-size:14px;
	padding:2px 10px 3px;
	color:#fff;
	border-radius:3px;
	bottom:10px;
	right:10px;
	background:rgba(0,0,0,0.6);
	z-index:100;
}
a.edit-admin-p:hover{
	background:rgba(0,0,0,1.0);
}
.admin-but-m{
	position: relative;
}
.admin-but-m ul {
	position: absolute;
	background: #343434;
	padding: 10px 10px;
	margin: -1px 0 0;
	display: none;
	top: 100%;
	left: 0px;
	width: 100%;
	border-radius: 0 0 10px 10px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.admin-but-m:hover ul{
	display:block;
}
.admin-but-m ul li a{
	color:#fff;
	font-size:13px !important;
	font-weight:400 !important;
	border-bottom:1px dotted rgba(255,255,255,0);
	padding:0 0 2px;
	margin: 0 0 5px;
	display:inline-block;
}
.admin-but-m ul li a:hover{
	text-decoration:none;
	border-bottom:1px dotted rgba(255,255,255,0.6);
}
.admin-but-m ul li:last-child a{
	margin: 0;
}
.one-link{
	color:#008cc0 !important;
	border-bottom:1px dotted transparent;
	font-weight: 400 !important;
}
.one-link:hover{
	border-bottom:1px dotted #008cc0;
}
.contact-frm .photo #avatar_-label{display:none;}
.photo dd {margin-left: 0px !important;}

.img-box.redactor-w table {
    width: 100% !important;
}
.img-box.redactor-w table tr:nth-child(1) {
    color:#000;
}
.img-box.redactor-w img {
    border: 4px solid #E6E6FA;
    margin: 0 15px 0 0;
}
.img-box.redactor-w td {
    padding: 0 10px 5px 0;
}

.channels_list.sopcast{
	height:auto;
	margin:0;
	z-index:10;
	position:relative;
}
.sopcast ul{
	position:relative;
	margin:10px 0;
}
.sopcast li{
	display:block;
	margin:0 0 0 -153px;
	width:306px;
	left:50%;
	position:relative;
	text-align:left;
	white-space:nowrap
}
.sopcast li:hover{
	background:none;
}
.sopcast ul li a {
    padding: 8px 0 0 25px;
    width: auto;
	font-weight:400;
	font-style:italic;
	background:url(../images/icon_channels.png) no-repeat 4px -148px;
}
.sopcast ul li a b{
	font-style:normal;
}
#go-comment2{
	padding:5px 0px;
	display:block;
	border:1px solid #fff;
	color:#777;
	font-size:13px;
	width:160px;
	text-align:center;
	text-shadow:  1px 1px 0px #333333;
	filter:dropshadow(color= 1px 1px 0px #333333);
	box-shadow:  0px 2px 3px -2px #333333;
	-webkit-box-shadow:  0px 2px 3px -2px #333333;
	-moz-box-shadow:  0px 2px 3px -2px #333333;
	margin:10px auto 5px;
	clear:both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Verdana;
/*
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #0092DB),
	color-stop(1, #0057A3)
);
background-image: -o-linear-gradient(bottom, #0092DB 0%, #0057A3 100%);
background-image: -moz-linear-gradient(bottom, #0092DB 0%, #0057A3 100%);
background-image: -webkit-linear-gradient(bottom, #0092DB 0%, #0057A3 100%);
background-image: -ms-linear-gradient(bottom, #0092DB 0%, #0057A3 100%);
background-image: linear-gradient(to bottom, #0092DB 0%, #0057A3 100%);
*/
background:#DADADA;
}
#go-comment {
	padding: 0;
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 0 50px 15px;
	clear: both;
	font-weight: 700;
	background-color: #3880c2;
	height: 32px;
	line-height: 32px;
	border-radius: 6px;
	width: 210px;
	cursor:pointer;
}
#go-comment:hover{
	background-color:#3e8ed7;
}
#go-comment2:hover{
	background-color: #3e8ed7;
}

/*** Konstruktor ***/
.mblock .top .title_icon.konst {
	background-position: -759px 0;
}
.konstruktor{
	position:relative;
}
.konstruktor .settings{
	width:300px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:10px;
	margin:10px 20px 10px 10px;
}
.code-out{
	border:1px solid #ccc;
	border-radius:5px;
	padding:10px;
	margin:25px 10px 10px 10px;
	position:relative;

}
.konstruktor .pre-title{
	position:absolute;
	left:350px;
	top:0;
	color: #008AD3;
	font: bold 16px 'PT Sans',sans-serif;
	text-transform: uppercase;
	right:10px;
	padding:10px 0 0;
}
.konstruktor .pre-col{
	color: #838383;
    display: inline-block;
    font: 14px/1 'PT Sans',sans-serif;
    padding: 2px 35px 0 0;
    position: absolute;
    right: 0;
    text-align: left;
    width: 130px;
	text-transform: none;
	margin:-10px 0 0;
}
.konstruktor .preview{
	border:3px solid #008AD3;
	border-radius:5px;
	padding:20px;
	margin:0;
	left:350px;
	right:10px;
	top:45px;
	bottom:0;
	position:absolute;
	overflow: scroll;
}
.konstruktor .settings .section{
	border-bottom:1px dotted #ccc;
	padding-bottom:15px;
	margin-bottom:15px;
}
.konstruktor .settings .section:last-child {
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
.konstruktor .settings .section .wid50{
	width:49%;
	display:inline-block;
	margin:0;
	padding:0;
}
.konstruktor .settings .section .wid100{
	width:99%;
	display:inline-block;
	margin:0;
	padding:0;
}
.konstruktor .settings .section .wid100p{
	width:99%;
	display:inline-block;
	margin:10px 0 0;
	padding:0;
}
.konstruktor .settings .section .wid100p fieldset{
	display: none;
}
.konstruktor form{
	margin:0px;
}
.konstruktor .settings .section .p-tags{
	border: 1px solid #CCCCCC;
    border-radius: 3px;
    display: none;
    margin: 10px 0 0;
    max-height: 150px;
    min-height: 60px;
    overflow: auto;
    padding: 5px 5px 3px;
}
.konstruktor .settings .section .p-tags span {
    background: #969696;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    margin: 0 10px 2px 0;
    padding: 1px 2px;
    position: relative;
    text-decoration: none;
	font-size:11px;
	line-height:14px;
}
.konstruktor .settings .section .p-tags span:hover {
    background-color: #006db6;
	cursor:default;
}
.konstruktor .settings .section .p-tags span:before {
    background: #FFFFFF;
    border-radius: 20px;
    content: "";
    display: inline-block;
    height: 5px;
    margin: 0px 5px 1px 3px;
    width: 5px;
}
.konstruktor .settings .section .p-tags span:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #969696;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -16px;
    top: 0;
    width: 0;
}
.konstruktor .settings .section .p-tags span:hover:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #006db6;
}
.konstruktor .settings .section input[type="text"]{
	font-size: 12px;
    height: 20px;
    margin: 0;
    padding: 0 5px;
    width: 45px;
	display: inline-block;
	z-index:1;
}
.konstruktor .settings .section input[type="radio"],
.konstruktor .settings .section input[type="checkbox"]{
	margin: -3px 5px 0 0px;
}
.konstruktor .select2-choices.ui-sortable {
    min-height: 160px;
	width: 295px;
	margin-top: 5px;
}
.konstruktor .settings .section .add-on{
	border: 1px solid #CCCCCC;
	background:#e5e5e5;
	color:#555555;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 18px;
	line-height:20px;
    height: 20px;
    margin: 0 -1px 0 0;
	z-index:2;
    padding: 0;
	width:18px;
	text-align:center;
	display: inline;
	position:absolute;
}
.konstruktor .settings .section input.add-on-i{
	padding-left:26px;
	width:44px;
}
.code-out textarea{
	width:100%;
	font-size: 12px;
    height: 75px;
	resize: vertical;
	background:#f4f4f4;
	min-height:75px;
	overflow:auto;
	padding:5px 0;
	color:#0075b8;
	cursor: text;
	margin:0;
}
.konstruktor .settings .section .name, .code-out .name{
	padding:0 0 5px;
	display:inline-block;
	width:100%;
	font-family: arial;
	font-weight:700;

}
.konstruktor .settings .section .select2-container{
	width:100%;
}
.konstruktor .help{
	display:inline-block;
	width:12px;
	height:12px;
	background:#0072bb;
	border-radius:50%;
	color:#fff;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	line-height:12px;
	cursor:help;
	margin: -3px 0 0;
	position: absolute;
}
.gen-code {
    background: #008ad3;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-family: verdana;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
	-webkit-transition:all 100ms linear;
	-moz-transition:all 100ms linear;
	-ms-transition:all 100ms linear;
	-o-transition:all 100ms linear;
	transition:all 100ms linear;
	margin:0 0 20px;
}
.gen-code:hover {
	cursor:pointer;
	background-color: #006faa;
}
.gen-code.active {
  background-color: #cccccc !important;
  background-image: url("../images/load.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0);
  cursor: default !important;
}
#tooltip{
	position:fixed;
	max-width:300px;
	padding:5px 7px;
	background:rgba(0,0,0,0.9);
	z-index:10;
	display:inline-block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#fff;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
/*** Konstruktor end ***/

/*** Color picker ***/
.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(../images/colorpicker/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(../images/colorpicker/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(../images/colorpicker/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(../images/colorpicker/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
	width:auto;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(../images/colorpicker/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(../images/colorpicker/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(../images/colorpicker/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(../images/colorpicker/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(../images/colorpicker/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(../images/colorpicker/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(../images/colorpicker/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../images/colorpicker/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}


#colorSelector {
	position: absolute;
	width: 36px;
	height: 36px;
	background: url(../images/colorpicker/select2.png);
	top:0;
	right:0;
	display:inline-block;
}
#colorSelector div {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: url(../images/colorpicker/select2.png) center;
}
#colorSelector2, #colorSelector3, #colorSelector4, #colorSelector5, #colorSelector6, #colorSelector7, #colorSelector8 {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: url(../images/colorpicker/select2.png);
}
#colorSelector2 div, #colorSelector3 div, #colorSelector4 div, #colorSelector5 div, #colorSelector6 div, #colorSelector7 div, #colorSelector8 div {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: url(../images/colorpicker/select2.png) center;
}
#colorpickerHolder2,#colorpickerHolder3 {
	top: 32px;
	left: 0;
	width: 356px;
	height: 0;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}
#colorpickerHolder2 .colorpicker, #colorpickerHolder3 .colorpicker {
	background-image: url(../images/colorpicker/custom_background.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
#colorpickerHolder2 .colorpicker_hue div, #colorpickerHolder3 .colorpicker_hue div {
	background-image: url(../images/colorpicker/custom_indic.gif);
}
#colorpickerHolder2 .colorpicker_hex, #colorpickerHolder3 .colorpicker_hex {
	background-image: url(../images/colorpicker/custom_hex.png);
}
#colorpickerHolder2 .colorpicker_rgb_r, #colorpickerHolder3 .colorpicker_rgb_r {
	background-image: url(../images/colorpicker/custom_rgb_r.png);
}
#colorpickerHolder2 .colorpicker_rgb_g, #colorpickerHolder3 .colorpicker_rgb_g {
	background-image: url(../images/colorpicker/custom_rgb_g.png);
}
#colorpickerHolder2 .colorpicker_rgb_b, #colorpickerHolder3 .colorpicker_rgb_b {
	background-image: url(../images/colorpicker/custom_rgb_b.png);
}
#colorpickerHolder2 .colorpicker_hsb_s, #colorpickerHolder3 .colorpicker_hsb_s {
	background-image: url(../images/colorpicker/custom_hsb_s.png);
	display: none;
}
#colorpickerHolder2 .colorpicker_hsb_h, #colorpickerHolder3 .colorpicker_hsb_h {
	background-image: url(../images/colorpicker/custom_hsb_h.png);
	display: none;
}
#colorpickerHolder2 .colorpicker_hsb_b, #colorpickerHolder3 .colorpicker_hsb_b {
	background-image: url(../images/colorpicker/custom_hsb_b.png);
	display: none;
}
#colorpickerHolder2 .colorpicker_submit, #colorpickerHolder3 .colorpicker_submit {
	background-image: url(../images/colorpicker/custom_submit.png);
}
#colorpickerHolder2 .colorpicker input, #colorpickerHolder3 .colorpicker input {
	color: #778398;
}
#customWidget {
	position: relative;
	height: 36px;
	display: inline-block;
	margin: 0 0 -13px;
}
#customWidget > span {
    display: block;
    margin: 2px 0 0 38px;
    padding: 8px 0 0;
}
/*** Color picker end ***/

.zone_11 {
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CAD3DA;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px 1px 3px;
    clear: both;
    height: 94px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}
.live_games .sochi2014 > a {
    height: 29px !important;
    overflow: hidden;
    padding: 0 !important;
    text-indent: -9000px;
    width: 90px;
	background: #ffffff url("../images/sochi-bg.png") no-repeat !important;
	background-position:0px 29px !important;

	-webkit-transition:all 150ms linear;
	-moz-transition:all 150ms linear;
	-ms-transition:all 150ms linear;
	-o-transition:all 150ms linear;
	transition:all 150ms linear;
}
.live_games .sochi2014 > a:hover, .live_games .sochi2014.active > a, .live_games .sochi2014.active > a:hover {
	background: #e8f8ff url("../images/sochi-bg.png") no-repeat !important;
	background-position:0px 5px !important;
}
.live_games .sochi2014 > a:before{
	background: url("../images/sochi.png") no-repeat scroll 50% center rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 29px;
    position: relative;
    width: 90px;
    z-index: 1;
}
.post h2 {
    font-size: 18px;
}
.post a:hover{
	text-decoration:underline;
}
blockquote {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
    border-color: #CBCBCB;
    color: #000000;
    font-family: Arial;
    font-size: 15px;
    font-style: italic;
    line-height: 17px;
    padding: 4px 10px 4px 15px;
	margin:20px 0 15px;
}
blockquote p {
    font-size: 15px !important;
}
.olimp-z{
	background:url("../images/olimp.jpg");
	width:100%;
	height:251px;
	display:block;
	background-position:0 0;
}
.olimp-z a{
	background: none repeat scroll 0 0 #0072BB;
    border: 3px solid #FFFFFF;
    border-radius: 50px;
    box-shadow: 0 0 0 4px rgba(0, 114, 187, 0.2);
    color: #FFFFFF;
    display: block;
    font-size: 28px;
    font-weight: 700;
    left: 50%;
    margin: -60px 0 0 -100px;
    padding: 0 0 4px;
    position: absolute;
    text-align: center;
    width: 200px;

-webkit-transition:all 150ms linear;
-moz-transition:all 150ms linear;
-ms-transition:all 150ms linear;
-o-transition:all 150ms linear;
transition:all 150ms linear;
}
.olimp-z.chanels-z a{
	font-size: 24px;
}
.olimp-z a:nth-child(1){
top: 43%;
}
.olimp-z a:nth-child(2){
top: 67%;
}
.olimp-z a:hover{
	background: none repeat scroll 0 0 #00609d;
	box-shadow: 0 0 0 9px rgba(0, 114, 187, 0.4);
}
.olimp-z div{
    color: #848585;
    font-size: 23px;
    left: 50%;
    line-height: 1;
    margin: 0 0 0 155px;
    position: absolute;
    top: 23%;
}

.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 800px;
    width: 100%;
}
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle;width:100%;height:100%; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(../images/loading.gif) no-repeat 50% 50%; }
.box-modal {
    background: none repeat scroll 0 0 #2b384f;
    border: 3px solid #005FAA;
    border-radius: 5px;
    box-shadow: 0 4px 7px -2px #000000;
    color: #fff;
    font: 14px/18px 'PT Sans',sans-serif;
    width:800px;
	height:400px;
    overflow: hidden;
    position: relative;
	margin: 0 auto;
}
#banner-iframe{
	width: 100%;
	height: 100%;
	max-height: 600px;
	min-height: 300px;
}
#banner-iframe > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#opros-popup{
	height:270px;
}
#opros-popup .opros-body{
	padding:50px 0 0 300px;
	font-size:30px;
	font-weight:700;
	line-height:1.3;
}
#opros-popup .opros-body p:last-child{
	text-align:right;
}
#opros-popup .opros-body a.link{
	border-radius:5px;
	font-weight:700px;
	text-shadow:1px 1px 0 #000;
	padding:5px 15px;
	font-size:21px;
	color:#fff;
	text-decoration:none !important;
	margin:0 85px 0 0;

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #F5AF0C),
		color-stop(1, #D95909)
	);
	background-image: -o-linear-gradient(bottom, #F5AF0C 0%, #D95909 100%);
	background-image: -moz-linear-gradient(bottom, #F5AF0C 0%, #D95909 100%);
	background-image: -webkit-linear-gradient(bottom, #F5AF0C 0%, #D95909 100%);
	background-image: -ms-linear-gradient(bottom, #F5AF0C 0%, #D95909 100%);
	background-image: linear-gradient(to bottom, #F5AF0C 0%, #D95909 100%);
}
#opros-popup .opros-body a.link:hover{
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #F58C0C),
		color-stop(1, #D95909)
	);
	background-image: -o-linear-gradient(bottom, #F58C0C 0%, #D95909 100%);
	background-image: -moz-linear-gradient(bottom, #F58C0C 0%, #D95909 100%);
	background-image: -webkit-linear-gradient(bottom, #F58C0C 0%, #D95909 100%);
	background-image: -ms-linear-gradient(bottom, #F58C0C 0%, #D95909 100%);
	background-image: linear-gradient(to bottom, #F58C0C 0%, #D95909 100%);
}
#opros-popup .opros-body a.link:active{
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #DE5500),
		color-stop(1, #BD4A02)
	);
	background-image: -o-linear-gradient(bottom, #DE5500 0%, #BD4A02 100%);
	background-image: -moz-linear-gradient(bottom, #DE5500 0%, #BD4A02 100%);
	background-image: -webkit-linear-gradient(bottom, #DE5500 0%, #BD4A02 100%);
	background-image: -ms-linear-gradient(bottom, #DE5500 0%, #BD4A02 100%);
	background-image: linear-gradient(to bottom, #DE5500 0%, #BD4A02 100%);
}
#opros-popup .opros-body a.absol{
	background:url(../images/opros.png);
	width:226px;
	height:156px;
	position:absolute;
	top:50px;
	left:25px;
	overflow:hidden;
}
.box-modal_close {
    background: none repeat scroll 0 0 #005FAA;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: -1px 3px 6px -3px #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 5px;
    width: 30px;
    z-index: 100;
	right:5px
}
.box-modal_close:hover { background: #007ec7; }

.popular_live_list.big_team_icon .players .image img{
	width:100%;
	height:auto;
	border-radius:0;
}
.popular_live_list.big_team_icon .players .image{
	width:26px;
	height:26px;
	background:#fff;
	border: 1px solid #CAD3DA;
	margin: -4px 0 0;
}
.popular_live_list.big_team_icon .column li {
    border-bottom: 1px solid #E6EBF0;
    height: 61px;
}
.popular_live_list.big_team_icon .column li:last-child{
	margin-bottom: -1px;
}
.popular_live_list.big_team_icon .players > span, .popular_live_list.big_team_icon .players .player1, .popular_live_list.big_team_icon .players .player2{
	overflow: visible;
}
.popular_live_list.big_team_icon li .con > span:nth-child(2){
	margin-top:-4px;
}
.popular_live_list.big_team_icon .players .nazva{
	width:72%;
	bottom:0;
}
.players .single_name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 95%;
}
#navigation li.sportsbet a {
    background-position: 50% -504px;
}
#navigation li.bonus a {
    background-position: 50% -567px;
}
#navi_system li.bonus a {
    background-position: -737px 0;
}
#navi_system li.bonus a:hover {
    background-position: -737px -70px;
}
#navi_system li.rupor a {
    background-position: -845px 0;
}
#navi_system li.rupor a:hover {
    background-position: -845px -70px;
}
#header #langs {
	position: relative;
	text-indent: 0;
	flex-shrink: 0;
}
#header  #langs:hover {
	background-color:rgba(255,255,255,0.1);
}

#lang_choice {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: 24px;
	line-height: 24px !important;
	padding: 0 14px;
	position: relative;
	text-decoration: none !important;
}
#lang_choice.active {
	background-color: #3c3c3c;
}
#lang_choice i {
	background-image: url("../images/lang_icons2.png?v2");
	background-position: 50px 50px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 9px;
	margin: 8px 5px 0 0;
	vertical-align: top;
	width: 10px;
}
.lang_select {
    background-color: #3c3c3c;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 100;
	display:none;
}
.lang_select a {
    color: #ffffff;
    display: block;
    padding: 0 10px 0 27px;
    text-indent: 0;
    white-space: nowrap;
    line-height: 23px;
    border-top: 1px solid rgba(255,255,255,0.05);
	position: relative;
}
.lang_select a:before {
	background-image: url("../images/lang_icons2.png");
	background-repeat: no-repeat;
	width: 10px;
	height: 9px;
	display: block;
	position: absolute;
	top: 8px;
	left: 8px;
	content: '';
}
.lang_select a:hover{
	background-color: rgba(255,255,255,0.05);
}

#lang_choice.ru i {background-position:-39px 0px;}
#lang_choice.en i {background-position:-39px -9px;}

.lang_select a.ru:before {background-position:-39px 0px;}
.lang_select a.en:before {background-position:-39px -9px;}


.coef_list_ul li {
    border-bottom: 1px solid #e6ebf0;
    font-size: 16px;
    line-height: 28px;
}
.coef_list_ul li:last-child {
    border-bottom: none;
}
.coef_list_ul li > div {
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	line-height: 28px;
    height: 28px;
}
.coef_list_ul li .kof {
    text-align: center;
	border-left: 1px solid #e6ebf0;
    width: 10%;
	position: relative;
}
.coef_list_ul li .kof.tot {
    width: 15%;
}
.coef_list_ul li .kof > a,
.coef_list_ul li .kof > a > span {
    display: block;
}
.coef_list_ul li .kof > a:hover {
    background-color: #f1f2f8;
}
.coef_list_ul li .kof > a.null:hover, .coef_list_ul li .kof > a.lock:hover {
    background-color: rgba(0,0,0,0);
	cursor:default;
}
.coef_list_ul li .name {
    width: 40%;
	padding:0 0 0 1px;
}
.coef_list_ul li.head_li .name {
    padding-left: 116px;
}
.coef_list_ul li > div > a {
    font-size: 14px;
	line-height: 28px;
}
.coef_list_ul li:last-child > div:last-child > a {
    border-bottom-right-radius: 4px;
}
.coef_list_ul li .name a:hover {
    text-decoration: underline;
}
.coef_list_ul li.head_li {
    border-color: #bdc0cb;
	border-radius: 4px 4px 0 0;

	background: #eaebf1;
	background: -moz-linear-gradient(top,  #eaebf1 0%, #d8dae3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaebf1), color-stop(100%,#d8dae3));
	background: -webkit-linear-gradient(top,  #eaebf1 0%,#d8dae3 100%);
	background: -o-linear-gradient(top,  #eaebf1 0%,#d8dae3 100%);
	background: -ms-linear-gradient(top,  #eaebf1 0%,#d8dae3 100%);
	background: linear-gradient(to bottom,  #eaebf1 0%,#d8dae3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaebf1', endColorstr='#d8dae3',GradientType=0 );
}
.coef_list_ul li.head_li > div {
    color: #505050;
    font-size: 12px;
    line-height: 22px;
	height: 22px;
	border-color: rgba(255, 255, 255, 0.7);
}
.coef_list_ul .kof > a > .up:before, .coef_list_ul .kof > a > .down:before {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-image: url(../images/kof_icons.png);
    vertical-align: top;
    margin: 11px 3px 0 0;
    background-position: 9px 9px;
    background-repeat: no-repeat;
	content:'';
}
.coef_list_ul .kof .up:before {
    background-position: 0 0 !important;
}
.coef_list_ul .kof .down:before {
    background-position: -9px 0 !important;
}

@keyframes anim_kof_light_u {
	0% {background-color: #ffffff;}
	10% {background-color: #b3f7b3;}
	20% {background-color: #b3f7b3;}
	40% {background-color: #fff9d1;}
	100% {background-color: #fff9d1;}
}
@-webkit-keyframes anim_kof_light_u {
	0% {background-color: #ffffff;}
	10% {background-color: #b3f7b3;}
	20% {background-color: #b3f7b3;}
	40% {background-color: #fff9d1;}
	100% {background-color: #fff9d1;}
}
@keyframes anim_kof_light_d {
	0% {background-color: #ffffff;}
	10% {background-color: #f9c7c7;}
	20% {background-color: #f9c7c7;}
	40% {background-color: #fff9d1;}
	100% {background-color: #fff9d1;}
}
@-webkit-keyframes anim_kof_light_d {
	0% {background-color: #ffffff;}
	10% {background-color: #f9c7c7;}
	20% {background-color: #f9c7c7;}
	40% {background-color: #fff9d1;}
	100% {background-color: #fff9d1;}
}
.coef_list_ul li .kof .light {
	background-color: #fff9d1;
	box-shadow:0 0 0 1px #ffffff inset;
}
.coef_list_ul li .kof .light.up {
	animation:anim_kof_light_u 2s 1;
	-webkit-animation:anim_kof_light_u 2s 1;
}
.coef_list_ul li .kof .light.down {
	animation:anim_kof_light_d 2s 1;
	-webkit-animation:anim_kof_light_d 2s 1;
}
.coef_list_ul li .kof.tot .desc {
    color: #a2a2a2;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    text-align: right;
    width: 40px;
	vertical-align: top;
}
.coef_list_ul li .kof .lock .kof_sp {
    color: #7b7b7b;
    text-decoration: line-through;
}
.coef_list_ul li .name img {
    vertical-align: top;
    margin-right: 10px;
	margin-top: 1px;
}
.coef_list_ul li:last-child .name img {
    border-bottom-left-radius: 4px;
}
.min_popup {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    font-size: 12px;
    left: 50%;
    line-height: 1.3;
    margin-left: -100px;
    position: absolute;
    top: 32px;
    width: 200px;
    z-index: 10;
}
.min_popup:before{
	background-color: #eaebf1;
    border-left: 1px solid #cccccc;
    border-radius: 2px 0 5px;
    border-top: 1px solid #cccccc;
    content: "";
    height: 12px;
    position: absolute;
    top: -7px;
    width: 12px;
    z-index: 1;

	-moz-transform:scale(1) rotate(45deg);
	-webkit-transform:scale(1) rotate(45deg);
	-o-transform:scale(1) rotate(45deg);
	-ms-transform:scale(1) rotate(45deg);
	transform:scale(1) rotate(45deg);
}
.min_popup .title{
	font-weight: 700;
    padding: 2px 10px;
    position: relative;
    text-align: left;
    z-index: 10;

	background: #eaebf1;
	background: -moz-linear-gradient(top,  #eaebf1 0%, #d8dae3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaebf1), color-stop(100%,#d8dae3));
	background: -webkit-linear-gradient(top,  #eaebf1 0%,#d8dae3 100%);
	background: -o-linear-gradient(top,  #eaebf1 0%,#d8dae3 100%);
	background: -ms-linear-gradient(top,  #eaebf1 0%,#d8dae3 100%);
	background: linear-gradient(to bottom,  #eaebf1 0%,#d8dae3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaebf1', endColorstr='#d8dae3',GradientType=0 );
}
.coef_list_ul .min_popup a {
    font-size: 12px;
    line-height: 1.3;
}
.min_popup table {
    margin: 0 auto 10px;
    width: 185px;
}
.min_popup .make_bet {
    display: inline-block;
    margin: 5px auto 2px;
}
.min_popup .make_bet:hover {
    text-decoration:underline;
}
.min_popup .title .close_p {
    color: #000000;
    float: right;
    font-weight: bold;
    opacity: 0.2;
    text-shadow: 0 1px 0 #ffffff;
}
.min_popup .title .close_p:hover{
    color: #000000;
    cursor: pointer;
    opacity: 0.4;
    text-decoration: none;
}


/**********************************************************/
.one_dollar_con {
	color: #333333;
	font-size: 14px;
	padding: 10px;
}
.one_dollar_con table.two_col {
    width: 100%;
}
.one_dollar_con table.two_col  td.col:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    vertical-align: top;
    width: 185px;
}
.one_dollar_con table.two_col td.col:nth-child(1) {
    padding-right:30px;
}


.one_dollar_con .days_left{
	width: 120px;
	height: 120px;
	margin: 20px auto 0;
	font-size: 120px;
    position: relative;
	border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(224, 228, 236, 0.2);
}
.one_dollar_con .days_left .num {
    background-color: #e0e4ec;
    border-radius: 50%;
    color: #008ad3;
    display: block;
    font-family: Arial;
    font-size: 55px;
    font-weight: 700;
    height: 100px;
    line-height: 90px;
    width: 100px;
	position:relative;
	margin:10px;
	top: 10px;
}
.one_dollar_con .days_left .num .text {
    bottom: 18px;
    color: #008ad3;
    display: block;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    width: 100%;
}

.days_left > #slice {
	position:absolute;
	width:1em;
	height:1em;
	clip:rect(0px,1em,1em,0.5em);
}
.days_left > #slice.gt50 {
	clip:rect(auto, auto, auto, auto);
}
.days_left > #slice > .pie {
	border: 0.1em solid #389cd1;
	position:absolute;
	width:0.8em;
	height:0.8em;
	clip:rect(0em,0.5em,1em,0em);
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	border-radius:0.5em;
}
.days_left > #slice > .pie.fill {
	-moz-transform:rotate(180deg) !important;
	-webkit-transform:rotate(180deg) !important;
	-o-transform:rotate(180deg) !important;
	transform:rotate(180deg) !important;
}


.one_dollar_con .text_left {
	color: #929292;
	font-size: 16px;
	line-height: 1;
}
.one_dollar_con .pay_but {
    background-color: #008ad3;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 20px;
    line-height: 40px;
    margin: 10px auto;
    width: 310px;
}
.one_dollar_con .pay_but:hover{
	background-color: #006faa;
}
.one_dollar_con .pay_but:disabled {
    background-color: #bababa;
    cursor: default;
}
.one_dollar_con .help {
    color: #aeaeae;
    font-size: 12px;
    line-height: 1;
    margin: 0 auto;
    text-align: justify;
    width: 310px;
}
.one_dollar_con .help a:hover{text-decoration:underline;}
.one_dollar_con .input_radio {
    margin: 20px auto;
    width: 310px;
}
.one_dollar_con .input_radio input[type="radio"] {
    display: none;
}
.one_dollar_con .input_radio input[type="radio"] + label {
    color: #929292;
    display: block;
    font-size: 16px;
    line-height: 1;
    margin: 8px 0;
    padding-left: 30px;
	position:relative;
}
.one_dollar_con .input_radio input[type="radio"] + label:before {
    background-color: #d2d8e3;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d2d8e3 inset, 0 0 0 4px #ebf1fc inset;
    content: "";
    height: 16px;
    left: 4px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.one_dollar_con .input_radio input[type="radio"] + label:hover:before {
    background-color: #b5bdcc;
    box-shadow: 0 0 0 1px #b5bdcc inset, 0 0 0 4px #ebf1fc inset;
}
.one_dollar_con .input_radio input[type="radio"]:checked + label {
    color: #008ad3;
}
.one_dollar_con .input_radio input[type="radio"]:checked + label:before {
    background-color: #008ad3;
    box-shadow: 0 0 0 1px #008ad3 inset, 0 0 0 4px #ebf1fc inset;
}
.one_dollar_con .input_radio input[type="radio"]:checked + label:hover {
    color: #0177b5;
}
.one_dollar_con .input_radio input[type="radio"]:checked + label:hover:before {
    background-color: #0177b5;
    box-shadow: 0 0 0 1px #0177b5 inset, 0 0 0 4px #ebf1fc inset;
}
.one_dollar_con .desc {
    background-image: url("../images/one_dollar.png");
    background-repeat: no-repeat;
    font-size: 14px;
    min-height: 45px;
    padding-left: 60px;
}


.has-child-con .sub-list {
    background-color: #ff7f00;
    border: 1px solid #c86400;
    border-radius: 4px;
    padding: 5px 0;
    position: absolute;
    right: -12px;
    top: 45px;
    z-index: 10;
	display:none;
}
.has-child-con .sub-list:before {
    background-color: #ff7f00;
    border-left: 1px solid #c86400;
    border-radius: 3px 0 25px;
    border-top: 1px solid #c86400;
    content: "";
    height: 16px;
    position: absolute;
    right: 15px;
    top: -9px;
    width: 16px;

	-moz-transform:scale(1) rotate(45deg);
	-webkit-transform:scale(1) rotate(45deg);
	-o-transform:scale(1) rotate(45deg);
	-ms-transform:scale(1) rotate(45deg);
	transform:scale(1) rotate(45deg);
}
.has-child-con:hover > a + .sub-list{
	display:block;
}
.has-child-con .sub-list a {
    color: #ffffff;
    display: block;
    font: bold 13px/1.5 "PT Sans",sans-serif;
    padding: 2px 15px;
}
.has-child-con .sub-list a:hover {
    background-color: #e37100;
}
.mblock .top .tabs > li.most{
	position:relative;
}
.mblock .top .tabs > li.most > a, .mblock .top .tabs > li.most.active > a {
    border-left: medium none;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 0 1px #ff7f00, 0 1px 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #ffffff !important;
    padding-right: 45px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	position: relative;
	overflow:hidden;

	background: #ffa245;
	background: -moz-linear-gradient(top,  #ffa245 0%, #ff7f00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa245), color-stop(100%,#ff7f00));
	background: -webkit-linear-gradient(top,  #ffa245 0%,#ff7f00 100%);
	background: -o-linear-gradient(top,  #ffa245 0%,#ff7f00 100%);
	background: -ms-linear-gradient(top,  #ffa245 0%,#ff7f00 100%);
	background: linear-gradient(to bottom,  #ffa245 0%,#ff7f00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa245', endColorstr='#ff7f00',GradientType=0 );
}
.mblock .top .tabs > li.most > i{
	border-left: 1px solid rgba(132, 66, 0, 0.3);
    border-radius: 0 5px 5px 0;
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;

background: #ffa245;
background: -moz-linear-gradient(top,  #ffa245 0%, #ff7f00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa245), color-stop(100%,#ff7f00));
background: -webkit-linear-gradient(top,  #ffa245 0%,#ff7f00 100%);
background: -o-linear-gradient(top,  #ffa245 0%,#ff7f00 100%);
background: -ms-linear-gradient(top,  #ffa245 0%,#ff7f00 100%);
background: linear-gradient(to bottom,  #ffa245 0%,#ff7f00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa245', endColorstr='#ff7f00',GradientType=0 );
}
.mblock .top .tabs > li.most > i:before{
	background-image: url("../images/news_arrow_bot.png");
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 8px;
    left: 7px;
    position: absolute;
    top: 12px;
    width: 12px;
}
.mblock .top .tabs > li.most > a:hover, .mblock .top .tabs > li.most.active > a:hover, .mblock .top .tabs > li.most > i:hover{
cursor:pointer;

background: #ffc183;
background: -moz-linear-gradient(top,  #ffc183 0%, #ff8f20 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc183), color-stop(100%,#ff8f20));
background: -webkit-linear-gradient(top,  #ffc183 0%,#ff8f20 100%);
background: -o-linear-gradient(top,  #ffc183 0%,#ff8f20 100%);
background: -ms-linear-gradient(top,  #ffc183 0%,#ff8f20 100%);
background: linear-gradient(to bottom,  #ffc183 0%,#ff8f20 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc183', endColorstr='#ff8f20',GradientType=0 );
}



.line_table {
    border-collapse: collapse;
    width: 100%;
}
.line_table th {
    background-color: #cfd3db;
    border-color: #cfd3db;
    border-style: double;
    border-width: 0 0 4px;
    font-size: 14px;
    padding: 2px 5px;
    text-align: center;
    text-transform: uppercase;
}
.line_table td {
	border-color: #e6ebf0;
    border-style: solid;
    border-width: 0;
    font-size: 14px;
    padding: 7px 5px;
    text-align: center;
}
.line_table tbody tr:nth-child(even) td{
	background-color: #f8fbfc;
}
.line_table tbody tr:hover td{
	cursor:default;
	background-color: #e0e4e9;
}
.line_table a{
	text-decoration:underline;
	font-size: 14px;
}
.line_table a:hover{
	text-decoration:none;
}


@keyframes most-link {
	0% {left: -77px;opacity: 0.0;}
	6%{opacity: 0.4;}
	12% {left: 157px;opacity: 0.2;}
	100% {left: 157px;opacity: 0.0;}
}
@-webkit-keyframes most-link {
	0% {left: -77px;opacity: 0.0;}
	6%{opacity: 0.4;}
	12% {left: 157px;opacity: 0.2;}
	100% {left: 157px;opacity: 0.0;}
}
.mblock .top .tabs > li.most > a:before {
	content: "";
    display: block;
    height: 63px;
    left: -77px;
    position: absolute;
    top: -8px;
    width: 76px;
	opacity: 0.2;

background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 31%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 37%, rgba(255,255,255,0) 38%, rgba(255,255,255,0) 48%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 61%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(31%,rgba(255,255,255,0)), color-stop(32%,rgba(255,255,255,1)), color-stop(37%,rgba(255,255,255,1)), color-stop(38%,rgba(255,255,255,0)), color-stop(48%,rgba(255,255,255,0)), color-stop(49%,rgba(255,255,255,1)), color-stop(60%,rgba(255,255,255,1)), color-stop(61%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 31%,rgba(255,255,255,1) 32%,rgba(255,255,255,1) 37%,rgba(255,255,255,0) 38%,rgba(255,255,255,0) 48%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 61%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 31%,rgba(255,255,255,1) 32%,rgba(255,255,255,1) 37%,rgba(255,255,255,0) 38%,rgba(255,255,255,0) 48%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 61%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 31%,rgba(255,255,255,1) 32%,rgba(255,255,255,1) 37%,rgba(255,255,255,0) 38%,rgba(255,255,255,0) 48%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 61%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 31%,rgba(255,255,255,1) 32%,rgba(255,255,255,1) 37%,rgba(255,255,255,0) 38%,rgba(255,255,255,0) 48%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 61%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );

	animation: most-link 4s infinite linear;
	-webkit-animation: most-link 4s infinite linear;
}


.popup_line_tab {
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 5px 11px -3px rgba(0, 0, 0, 0.4);
    padding: 10px;
    position: absolute;
    text-align: left;
    width: 260px;
    z-index: 100;
}
.popup_line_tab li {
    border-bottom: 1px dotted #cccccc;
    font-size: 12px;
    line-height: 16px;
    margin: 2px 0;
    padding: 0 5px 2px;
}
.popup_line_tab li:before, .popup_line_tab li:after {
  clear: both;
  content: "";
  display: block;
}
.popup_line_tab .close_p {
    background-color: #ffffff;
    border: 1px solid #a2a2a2;
    border-radius: 3px;
    color: #676767;
    cursor: pointer;
    font-family: Verdana;
    font-size: 8px;
    font-weight: 700;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: -7px;
    text-align: center;
    text-transform: uppercase;
    top: -7px;
    width: 15px;
}
.popup_line_tab .close_p:hover {
    background-color: #a2a2a2;
    color: #ffffff;
}
.popup_line_tab li .lab {
    color: #3287d8;
    float: right;
}

.donate_block{
	border: medium none;
    height: 700px;
    overflow: hidden;
    position: relative;

	background: #2c3950;
	background: -moz-linear-gradient(top,  #2c3950 0%, #121e32 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c3950), color-stop(100%,#121e32));
	background: -webkit-linear-gradient(top,  #2c3950 0%,#121e32 100%);
	background: -o-linear-gradient(top,  #2c3950 0%,#121e32 100%);
	background: -ms-linear-gradient(top,  #2c3950 0%,#121e32 100%);
	background: linear-gradient(to bottom,  #2c3950 0%,#121e32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3950', endColorstr='#121e32',GradientType=0 );
}
.donate_block:before{
	background-image: url("../images/donate_bg.png");
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.donate_pic{
	background-image: url("../images/donate_pic.png");
    height: 382px;
    margin: 50px auto 55px;
    width: 753px;
	position: relative;
}
.donate_inp {
    background-color: #ffffff;
    border: 4px solid #f8807a;
    border-radius: 6px;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.7);
    height: 60px;
    margin: 0 auto 35px;
    width: 260px;
	position: relative;
}
.donate_but {
	border-color: #c5605f #ce4e4f #d93c3d;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.7), 0 1px 1px 0 rgba(255, 255, 255, 0.4) inset;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 48px;
    margin: 0 auto;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    width: 265px !important;

	background: #e8706f;
	background: -moz-linear-gradient(top,  #e8706f 1%, #fe4948 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e8706f), color-stop(100%,#fe4948));
	background: -webkit-linear-gradient(top,  #e8706f 1%,#fe4948 100%);
	background: -o-linear-gradient(top,  #e8706f 1%,#fe4948 100%);
	background: -ms-linear-gradient(top,  #e8706f 1%,#fe4948 100%);
	background: linear-gradient(to bottom,  #e8706f 1%,#fe4948 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8706f', endColorstr='#fe4948',GradientType=0 );
}
.donate_but:hover{
	background: #e24d4d;
	background: -moz-linear-gradient(top,  #e24d4d 1%, #f91616 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e24d4d), color-stop(100%,#f91616));
	background: -webkit-linear-gradient(top,  #e24d4d 1%,#f91616 100%);
	background: -o-linear-gradient(top,  #e24d4d 1%,#f91616 100%);
	background: -ms-linear-gradient(top,  #e24d4d 1%,#f91616 100%);
	background: linear-gradient(to bottom,  #e24d4d 1%,#f91616 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24d4d', endColorstr='#f91616',GradientType=0 );
}
.donate_inp .input {
    background-color: rgba(0, 0, 0, 0);
    border: medium none !important;
    box-shadow: none !important;
    color: #2c3950;
    display: block;
    float: left;
    font-family: PT Sans;
    font-size: 48px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin: 0 5px 0 0;
    padding: 0;
    text-align: right;
    width: 150px;
}
.donate_inp .select {
    background-color: #ffffff;
    background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #2c3950;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    margin: 15px 0 0;
    padding: 0;
    width: 100px;
	outline: medium none;
}
.donate_inp:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    z-index: 1;
}


.donate_banner {
    background-image: url("../images/banner_donate1.png");
    clear: both;
    height: 400px;
    width: 240px;
	display:none;
	margin-top:10px;
}
.donate_banner.ver2 {
    background-image: url("../images/banner_donate2.png");
}
.donate_banner .ban_donate_inp {
    height: 39px;
    overflow: hidden;
    padding: 287px 0 0 24px;
    width: 192px;
	white-space: nowrap;
}
.donate_banner.ver2 .ban_donate_inp {
    height: 42px;
    padding: 299px 0 0 25px;
    width: 189px;
}
.donate_banner .ban_donate_inp .input {
    border: medium none;
    box-shadow: none;
    color: #2c3950;
    display: block;
    float: left;
    font-family: PT Sans,Arial,sans-serif;
    font-size: 30px;
    font-weight: 700;
    height: 39px;
    line-height: 39px;
    margin: 0;
    outline: medium none;
    padding: 0;
    text-align: right;
    width: 105px;
}
.donate_banner.ver2 .ban_donate_inp .input{
	height: 42px;
    line-height: 42px;
}
.donate_banner .ban_donate_inp .select {
    border: medium none;
    box-shadow: none;
    color: #2c3950;
    font-family: PT Sans,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 39px;
    line-height: 20px;
    outline: medium none;
    padding: 8px 0 0 2px;
    width: 115px;
}
.donate_banner.ver2 .ban_donate_inp .select{
	height: 42px;
    padding: 11px 0 0 2px;
}
.donate_banner .ban_donate_but {
    border-color: #c58e56 #c58e56 #ae7337;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4) inset;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: PT Sans,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    margin: 14px auto 0;
    padding: 0;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    width: 198px;

	background: #e6a462;
	background: -moz-linear-gradient(top,  #e6a462 0%, #cb8842 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6a462), color-stop(100%,#cb8842));
	background: -webkit-linear-gradient(top,  #e6a462 0%,#cb8842 100%);
	background: -o-linear-gradient(top,  #e6a462 0%,#cb8842 100%);
	background: -ms-linear-gradient(top,  #e6a462 0%,#cb8842 100%);
	background: linear-gradient(to bottom,  #e6a462 0%,#cb8842 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6a462', endColorstr='#cb8842',GradientType=0 );
}
.donate_banner.ver2 .ban_donate_but {
    border-color: #b8903a #ab7220 #a15e17;
    height: 38px;
    line-height: 38px;
    margin-top: 7px;
    width: 188px;

	background: #e5b044;
	background: -moz-linear-gradient(top,  #e5b044 0%, #c8731d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5b044), color-stop(100%,#c8731d));
	background: -webkit-linear-gradient(top,  #e5b044 0%,#c8731d 100%);
	background: -o-linear-gradient(top,  #e5b044 0%,#c8731d 100%);
	background: -ms-linear-gradient(top,  #e5b044 0%,#c8731d 100%);
	background: linear-gradient(to bottom,  #e5b044 0%,#c8731d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b044', endColorstr='#c8731d',GradientType=0 );
}
.donate_banner .ban_donate_but:hover{
	background: #ffc58a;
	background: -moz-linear-gradient(top,  #ffc58a 0%, #f0a050 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc58a), color-stop(100%,#f0a050));
	background: -webkit-linear-gradient(top,  #ffc58a 0%,#f0a050 100%);
	background: -o-linear-gradient(top,  #ffc58a 0%,#f0a050 100%);
	background: -ms-linear-gradient(top,  #ffc58a 0%,#f0a050 100%);
	background: linear-gradient(to bottom,  #ffc58a 0%,#f0a050 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc58a', endColorstr='#f0a050',GradientType=0 );
}
.donate_banner.ver2 .ban_donate_but:hover{
	background: #fbca66;
	background: -moz-linear-gradient(top,  #fbca66 0%, #e78a28 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbca66), color-stop(100%,#e78a28));
	background: -webkit-linear-gradient(top,  #fbca66 0%,#e78a28 100%);
	background: -o-linear-gradient(top,  #fbca66 0%,#e78a28 100%);
	background: -ms-linear-gradient(top,  #fbca66 0%,#e78a28 100%);
	background: linear-gradient(to bottom,  #fbca66 0%,#e78a28 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbca66', endColorstr='#e78a28',GradientType=0 );
}
.donate_banner3{
	display:block;
	margin-top:10px;
}
@media screen and (min-height: 905px) {
	.donate_banner{display:block;}
	.donate_banner3{display:none;}
}


.tblLisUl .link {
    border-color: #e6ebf0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: #2f384f;
    display: block;
    font-family: "PT Sans",sans-serif;
    font-size: 13px;
    margin-left: -1px;
    padding: 5px 30px 5px 55px;
    position: relative;
}
.tblLisUl .link:hover {
    background-color: #f6f6f6;
}
.tblLisUl .link:before, .tblLisUl .link:after{
	content:'';
	display:block;
	clear:both;
}
.collector_col:nth-child(2) .tblLisUl .link {
    border-width: 0 0 1px 1px;
}
.tblLisUl .link > span{
	float:right;
	display:block;
	height: 30px;
	line-height: 30px;
}
.tblLisUl .vid {
    height: 16px !important;
    margin-top: -8px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 14px;
}
.tblLisUl .vid span {
    display: block;
    height: 16px;
    width: 14px;
}
.tblLisUl .beginTime {
    color: #358e20;
    font-size: 12px;
    font-weight: 700;
    left: 10px;
    position: absolute;
    top: 5px;
    white-space: nowrap;
    width: 45px;
}
.tblLisUl .chempCon {
    overflow: hidden;
    padding-left: 25px;
    width: 32%;
	position:relative;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.tblLisUl .chempNam {
    color: #8b8f99;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin-top: -2px;
    max-height: 28px;
    overflow: hidden;
    vertical-align: middle;
}
.tblLisUl .chempImg {
    border: 1px solid #cad3da;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0);
    display: block;
    height: 18px;
    left: 0;
    margin-top: -10px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 18px;
}
.tblLisUl .chempImg img{
	display:block;
	width:100%;
	height:100%;
}
.tblLisUl .pls {
    font-weight: 700;
    text-align: center;
    width: 68%;
	position:relative;
}
.tblLisUl .pls .oneN {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
    max-height: 30px;
    overflow: hidden;
}
.tblLisUl .pls .sep {
    color: #cad3da;
    display: block;
    float: left;
    font-size: 14px;
    text-align: center;
    width: 6%;
	font-weight: 400;
}
.tblLisUl .pls .team {
    display: block;
    float: left;
    width: 47%;
	position:relative;
	height: 30px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.tblLisUl .pls .team.win .teamNam {
  color: #3286d7;
}

.tblLisUl .pls .team.tie .teamNam {
  color: #666;
}

.tblLisUl .pls .team.t1{
	padding-right:32px;
	text-align:right;
}
.tblLisUl .pls .team.t2{
	padding-left:32px;
	text-align:left;
}
.tblLisUl .pls .team.t1 .teamImg{
	right:0;
}
.tblLisUl .pls .team.t2 .teamImg{
	left:0;
}
.tblLisUl .teamImg {
    border: 1px solid #cad3da;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0);
    display: block;
    height: 26px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    width: 26px;
	overflow:hidden;
}
.tblLisUl .teamImg img{
	display:block;
	width:100%;
	height:100%;
}
.tblLisUl .pls .team .teamNam {
    display: inline-block;
    line-height: 14px;
    margin-top: -2px;
    max-height: 28px;
    overflow: hidden;
    vertical-align: middle;
}

.tblLisUl.whDat .beginTime {
	color: #2f384f;
	white-space: nowrap;
	width: 90px;
}
.tblLisUl.whDat .link {
    padding-left: 115px;
}
.tblLisUl.oneLine .link {
    border-width: 0 0 1px;
    margin-left: 0;
}



/*** Konstruktor ***/
.mblock .top .title_icon.konst {
	background-position: -760px 0;
}
.konstruktor{
	position:relative;
}
.konstruktor .settings{
	width:300px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:10px;
	margin:10px 20px 10px 10px;
	position: relative;
}
.code-out{
	border:1px solid #ccc;
	border-radius:5px;
	padding:10px;
	margin:25px 10px 10px 10px;
	position:relative;

}
.konstruktor .pre-title{
	position:absolute;
	left:350px;
	top:0;
	color: #008AD3;
	font: bold 16px 'PT Sans',sans-serif;
	text-transform: uppercase;
	right:10px;
	padding:10px 0 0;
}
.konstruktor .pre-col {
  color: #838383;
  display: block;
  float: right;
  font: 14px/1 "PT Sans",sans-serif;
  margin: -10px 0 0;
  padding: 2px 35px 0 0;
  position: relative;
  text-align: left;
  text-transform: none;
  width: 130px;
}
.konstruktor .preview{
	border:3px solid #008AD3;
	border-radius:5px;
	padding:20px;
	margin:0;
	left:350px;
	right:10px;
	top:45px;
	bottom:0;
	position:absolute;
	overflow: scroll;
}
.konstruktor .settings .section{
	border-bottom:1px dotted #ccc;
	padding-bottom:15px;
	margin-bottom:15px;
}
.konstruktor .settings .section:before, .konstruktor .settings .section:after{
	content:'';
	display:block;
	position:relative;
	clear:both;
}
.konstruktor .settings .section:last-child {
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
.konstruktor .settings .section .wid50{
	width:50%;
	display:block;
	margin:0;
	padding:0;
	float:left;
}
.konstruktor .settings .section .wid100 {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  clear:both;
}
.konstruktor .settings .section .wid100p{
	width:100%;
	display:block;
	margin:10px 0 0;
	padding:0;
	clear:both;
}
.konstruktor .settings .section .wid100p fieldset{
	display: none;
}
.konstruktor form{
	margin:0px;
}
.konstruktor .settings .section .p-tags{
	border: 1px solid #CCCCCC;
    border-radius: 3px;
    display: none;
    margin: 10px 0 0;
    max-height: 150px;
    min-height: 60px;
    overflow: auto;
    padding: 5px 5px 3px;
}
.konstruktor .settings .section .p-tags span {
    background: #969696;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    margin: 0 10px 2px 0;
    padding: 1px 2px;
    position: relative;
    text-decoration: none;
	font-size:11px;
	line-height:14px;
}
.konstruktor .settings .section .p-tags span:hover {
    background-color: #006db6;
	cursor:default;
}
.konstruktor .settings .section .p-tags span:before {
    background: #FFFFFF;
    border-radius: 20px;
    content: "";
    display: inline-block;
    height: 5px;
    margin: 0px 5px 1px 3px;
    width: 5px;
}
.konstruktor .settings .section .p-tags span:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #969696;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -16px;
    top: 0;
    width: 0;
}
.konstruktor .settings .section .p-tags span:hover:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #006db6;
}
.konstruktor .settings .section input[type="text"]{
	font-size: 12px;
    height: 20px;
    margin: 0;
    padding: 0 5px;
    width: 45px;
	display: inline-block;
	z-index:1;
}
.konstruktor .settings .section input[type="radio"],
.konstruktor .settings .section input[type="checkbox"]{
	margin: -3px 5px 0 0px;
}
.konstruktor .select2-choices.ui-sortable {
    min-height: 160px;
	width: 295px;
	margin-top: 5px;
}
.konstruktor .settings .section .add-on{
	border: 1px solid #CCCCCC;
	background:#e5e5e5;
	color:#555555;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 18px;
	line-height:20px;
    height: 20px;
    margin: 0 -1px 0 0;
	z-index:2;
    padding: 0;
	width:18px;
	text-align:center;
	display: inline;
	position:absolute;
}
.konstruktor .settings .section input.add-on-i{
	padding-left:26px;
	width:44px;
}
.code-out .textarea{
	background: none repeat scroll 0 0 #f4f4f4;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    color: #0075b8;
    cursor: text;
    font-size: 12px;
    line-height: 1.2;
    margin: 10px 0 0;
    overflow: auto;
    padding: 5px 10px;
    width: 100%;
	border: 1px solid #cccccc;
    border-radius: 3px;
	font-family: Arial;
	display:none;
}
.konstruktor .settings .section .name, .code-out .name{
	padding:0 0 5px;
	display:inline-block;
	width:100%;
	font-family: arial;
	font-weight:700;

}
.konstruktor .settings .section .select2-container{
	width:100%;
}
.konstruktor .help{
	display:inline-block;
	width:12px;
	height:12px;
	background:#0072bb;
	border-radius:50%;
	color:#fff;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	line-height:12px;
	cursor:help;
	margin: -3px 0 0;
	position: absolute;
}
.gen-code {
    background-color: #4a973d;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-family: verdana;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
	margin:0;
}
.gen-code:hover {
	cursor:pointer;
	background-color: #3d7d32;
}
.gen-code:active{
	background: #00486f;
}
#fixed_code, #fixed_code .textarea, #fixed_code .gen-code{
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}
#fixed_code.active {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    margin-left: -11px;
    padding: 5px 10px;
    position: fixed;
    width: 928px;
	z-index: 10;
}
#fixed_code.active .gen-code {
  border: 1px solid #ffffff;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 5px 0;
}

#fixed_code.active .textarea {
    background-color: #ffffff;
    border: 1px solid #666666;
    color: #333333;
}
#tooltip{
	position:fixed;
	max-width:300px;
	padding:5px 7px;
	background:rgba(0,0,0,0.9);
	z-index:10;
	display:inline-block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#fff;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.konstruktor .settings_pop1,
.konstruktor .settings_pop2 {
	background-color: #eee;
	border-radius: 5px;
	height: 100%;
	left: 0;
	padding: 40px 10px 45px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:10;
	display:none;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.settings_pop1 .setName,
.settings_pop2 .setName {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
  color: #929292;
  font-size: 16px;
  font-weight: 700;
  left: 10px;
  line-height: 25px;
  padding-bottom: 5px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.setVid_ul {
  max-height: 100%;
  overflow: auto;
}
.settings_pop1 .setClosePop,
.settings_pop2 .setClosePop{
  background-image: url("../images/select2x2.png");
  background-position: -100px -26px;
  cursor: pointer;
  height: 15px;
  opacity: 0.4;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  z-index: 10;
}
.settings_pop1 .setClosePop:hover,
.settings_pop2 .setClosePop:hover{
	opacity: 0.7;
}

.setVid_ul li .vid {
  background: url("../images/icon_balls.png") no-repeat scroll -500px -500px rgba(0, 0, 0, 0);
  display: inline-block;
  height: 17px;
  margin: 0 4px 0 0;
  right: 10px;
  top: 12px;
  vertical-align: top;
  width: 15px;
}
.setVid_ul li .vid.football{background-position:0 0px;}
.setVid_ul li .vid.basketball{background-position:0 -67px;}
.setVid_ul li .vid.tennis {background-position:0 -32px;}
.setVid_ul li .vid.valleyball{background-position:0 -102px;}
.setVid_ul li .vid.hockey{background-position:0 -135px;}
.setVid_ul li .vid.other{background-position:0 -164px;}

.setVid_ul li {
  display: block;
  position: relative;
}
.setVid_ul input {
  left: 5px;
  margin: 0;
  position: absolute;
  top: 8px;
}
.setVid_ul label {
  border-bottom: 1px dotted #ccc;
  cursor: pointer;
  line-height: 17px;
  margin: 0;
  padding: 6px 5px 6px 25px;
}
.setVid_ul label:hover {
  color: #008ad3;
}
.setVid_ul input:checked + label {
  color: green;
  font-weight: 700;
}
.settings_pop1 .setSubBut, .settings_pop2 .setSubBut {
  background-color: #008ad3;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
}
.settings_pop1 .setSubBut:hover,
.settings_pop2 .setSubBut:hover {
  background-color: #006faa;
}

.konstruktor .choiceSports {
  background-color: #eee;
  background-image: url("../images/konstSprite.png");
  background-position: 277px 7px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #707070;
  cursor: pointer;
  line-height: 28px;
  padding: 0 20px 0 10px;
}
.konstruktor .choiceSports:hover {
  background-color: #dfdfdf;
  color: #3c3c3c;
}
.konstruktor .selectedVidSp:before, .konstruktor .selectedVidSp:after{
	content:'';
	display:block;
	clear:both;
}
.konstruktor .selectedVidSp li {
  cursor: default;
  float: left;
  width: 50%;
}
.selectedVidSp .li {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 19px;
  margin: 2px;
  overflow: hidden;
  padding: 0 54px 0 5px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectedVidSp .li .del, .selectedVidSp .li .conf{
	background-image: url("../images/konstSprite.png");
	background-repeat: no-repeat;
	opacity: 0.7;
	position: absolute;
	top: 0;
	height: 19px;
	cursor: pointer;
	  display: block;
	  width: 17px;
}
.selectedVidSp .li .count{
	color: #008ad3;
	font-size: 12px;
	position: absolute;
	right: 37px;
	text-align: right;
	top: 0;
	width: 12px;
}
.selectedVidSp .li .del {
  background-position: 4px -39px;
  right: 17px;
}
.selectedVidSp .li .conf {
  background-position: 3px -74px;
  right: 0px;
}
.selectedVidSp .li .conf.active {
  background-image: url("../images/select2-spinner.gif");
  background-position: 50% 50%;
  cursor: default;
  opacity: 0.5;
}
.selectedVidSp .li .del:hover, .selectedVidSp .li .conf:hover{
	opacity: 1;
}
.konstruktor .settings_pop2 .setVid_ligi {
  max-height: 100%;
  position: relative;
}
.konstruktor .settings_pop2 .setVid_ligi .select_2_row {
  max-height: 100%;
  width: 100%;
}
.select2-container-multi.select_2_row .select2-choices {
  max-height: 650px !important;
  min-height: 100px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  position: relative !important;
}
.konstruktor .prevButCon {
  background-color: #008ad3;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.konstruktor .prevButCon:hover {
  background-color: #0075b3;
}
.konstruktor .settings .section input.inpW100 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  display: block;
  height: 26px;
  line-height: 26px;
  width: 100%;
}

.konstruktor .reklama_win input, .konstruktor .reklama_win textarea {
  display: inline-block;
  vertical-align: top;
}
.konstruktor .reklama_win input {
  margin-top: 0 !important;
}
.konstruktor .reklama_win textarea {
  height: 55px;
  max-height: 300px;
  min-height: 55px;
  resize: vertical;
  width: 245px;
}


.konstruktor_list {
    padding: 10px;
}
.line_table.kon_list_table th {
    font-size: 12px;
}
.kon_list_table td {
    position: relative;
}
.kon_list_table td.clName, .kon_list_table td.clLink, .kon_list_table td.clDesc {
    overflow-wrap: break-word;
    word-break: break-all;
}
.kon_list_table .but {
    background-color: #cccccc;
    background-position: 50% 21px;
    background-repeat: no-repeat;
    border-radius: 2px;
    display: inline-block;
    height: 21px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: 33px;
	background-image: url("../images/kon_icons.png");
}

.kon_list_table .but.copyCode {background-color: #379140;background-position: 50% 0;}
.kon_list_table .but.editCode {background-color: #2677a6;background-position: 50% -21px;}
.kon_list_table .but.delCode {background-color: #9d2e2e;background-position: 50% -42px;}
.kon_list_table .but.copyCode:hover {background-color: #2d7734;}
.kon_list_table .but.editCode:hover {background-color: #20638a;}
.kon_list_table .but.delCode:hover {background-color: #7f2424;}

.kon_list_table .clName {
    text-align: left;
}
.kon_list_table .clLink {
    text-align: left;
}
.kon_list_table .clDesc {
    text-align: left;
}
.kon_list_table .clButs {
    white-space: nowrap;
    width: 33px;
}
.kon_list_table td.clDesc {
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    line-height: 1.2;
}
.kon_list_table td.clId {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
}
.kon_list_table .codeContainer {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 10px 10px -2px rgba(0, 0, 0, 0.4);
    left: 50%;
    margin-left: -180px;
    padding: 5px;
    position: absolute;
    top: 42px;
    width: 350px;
    z-index: 100;
	display:none;
}
.kon_list_table .codeContainer:focus{
	display:block;
}
.kon_list_table .codeContainer:before {
    background-color: #eee;
    border-left: 1px solid #ccc;
    border-radius: 2px 0 14px;
    border-top: 1px solid #ccc;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: -8px;
    width: 14px;

	-moz-transform:scale(1) rotate(45deg);
	-webkit-transform:scale(1) rotate(45deg);
	-o-transform:scale(1) rotate(45deg);
	-ms-transform:scale(1) rotate(45deg);
	transform:scale(1) rotate(45deg);
}
.kon_list_table .codeContainer textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
    color: #353535;
    font-size: 11px;
    height: 54px;
    line-height: 14px;
    margin: 0;
    padding: 5px;
    resize: none;
    width: 100%;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.konstruktor_list .text {
    font-size: 14px;
    padding: 0 0 25px;
}
.konstruktor_list .text a{
	font-size: 14px;
}
.konstruktor_list .text a:hover{
	text-decoration: underline;
}
.konstruktor_list .buts {
    padding: 0 0 10px;
}
.konstruktor_list .buts .newWidgetBut {
    background-color: #ff9600;
    border: 1px solid #e58700;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    padding: 0 20px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    vertical-align: top;
    white-space: nowrap;
}
.konstruktor_list .buts .newWidgetBut:hover {
    background-color: #e58700;
}
.konstruktor_list .buts.emptyWidgets {
    background-color: #eee;
    border: 2px dashed rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 60px 0;
    text-align: center;
}
.konstruktor_list .buts.emptyWidgets .newWidgetBut {
    border-width: 1px 1px 3px;
    box-shadow: 0 0 0 5px #d8d8d8, 0 2px 0 0 rgba(255, 255, 255, 0.3) inset, 0 6px 0 0 #fff, 0 -1px 0 5px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    line-height: 50px;
    text-transform: uppercase;
    width: 225px;
	border-color:#bc6f00;
}
.konstruktor_list .buts.emptyWidgets .newWidgetBut:hover{

}
/*** Konstruktor end ***/

/*** Color picker ***/
.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(../images/colorpicker/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(../images/colorpicker/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(../images/colorpicker/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(../images/colorpicker/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
	width:auto;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(../images/colorpicker/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(../images/colorpicker/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(../images/colorpicker/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(../images/colorpicker/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(../images/colorpicker/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(../images/colorpicker/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(../images/colorpicker/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../images/colorpicker/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}


#colorSelector {
	position: absolute;
	width: 36px;
	height: 36px;
	background: url(../images/colorpicker/select2.png);
	top:0;
	right:0;
	display:inline-block;
}
#colorSelector div {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: url(../images/colorpicker/select2.png) center;
}
#colorSelector2, #colorSelector3, #colorSelector4, #colorSelector5, #colorSelector6, #colorSelector7, #colorSelector8 {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: url(../images/colorpicker/select2.png);
}
#colorSelector2 div, #colorSelector3 div, #colorSelector4 div, #colorSelector5 div, #colorSelector6 div, #colorSelector7 div, #colorSelector8 div {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: url(../images/colorpicker/select2.png) center;
}
#colorpickerHolder2,#colorpickerHolder3 {
	top: 32px;
	left: 0;
	width: 356px;
	height: 0;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}
#colorpickerHolder2 .colorpicker, #colorpickerHolder3 .colorpicker {
	background-image: url(../images/colorpicker/custom_background.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
#colorpickerHolder2 .colorpicker_hue div, #colorpickerHolder3 .colorpicker_hue div {
	background-image: url(../images/colorpicker/custom_indic.gif);
}
#colorpickerHolder2 .colorpicker_hex, #colorpickerHolder3 .colorpicker_hex {
	background-image: url(../images/colorpicker/custom_hex.png);
}
#colorpickerHolder2 .colorpicker_rgb_r, #colorpickerHolder3 .colorpicker_rgb_r {
	background-image: url(../images/colorpicker/custom_rgb_r.png);
}
#colorpickerHolder2 .colorpicker_rgb_g, #colorpickerHolder3 .colorpicker_rgb_g {
	background-image: url(../images/colorpicker/custom_rgb_g.png);
}
#colorpickerHolder2 .colorpicker_rgb_b, #colorpickerHolder3 .colorpicker_rgb_b {
	background-image: url(../images/colorpicker/custom_rgb_b.png);
}
#colorpickerHolder2 .colorpicker_hsb_s, #colorpickerHolder3 .colorpicker_hsb_s {
	background-image: url(../images/colorpicker/custom_hsb_s.png);
	display: none;
}
#colorpickerHolder2 .colorpicker_hsb_h, #colorpickerHolder3 .colorpicker_hsb_h {
	background-image: url(../images/colorpicker/custom_hsb_h.png);
	display: none;
}
#colorpickerHolder2 .colorpicker_hsb_b, #colorpickerHolder3 .colorpicker_hsb_b {
	background-image: url(../images/colorpicker/custom_hsb_b.png);
	display: none;
}
#colorpickerHolder2 .colorpicker_submit, #colorpickerHolder3 .colorpicker_submit {
	background-image: url(../images/colorpicker/custom_submit.png);
}
#colorpickerHolder2 .colorpicker input, #colorpickerHolder3 .colorpicker input {
	color: #778398;
}
#customWidget {
	position: relative;
	height: 36px;
	display: inline-block;
	margin: 0 0 -13px;
}
#customWidget > span {
    display: block;
    margin: 2px 0 0 38px;
    padding: 8px 0 0;
}
/*** Color picker end ***/


.date-para.greySep {
    border: medium none;
    margin: 0;
	padding: 0 0 14px;
}
.date-para.greySep:before {
    background-color: #cdd2d6;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    bottom: 14px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 10;
}
.date-para.greySep .collector_col .top {
    background-color: #f5f5f5;
    color: #e85717;
    font-size: 16px;
    font-weight: 700;
    padding: 9px 10px;
    text-align: left;
}
.date-para.greySep .collector_col:first-child .top{
	margin-left:0;
}
.date-para.greySep .collector_col{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	padding-bottom: 0;
}
.date-para.greySep .collector_col:first-child {
    padding-right: 5px;
	padding-left: 1px
}
.date-para.greySep .collector_col:last-child {
    padding-left: 6px;
}
@media screen and (max-width: 1120px) {
	.date-para.greySep:before {
		display: none;
	}
	.date-para.greySep .collector_col {
		border: medium none;
		margin: 0;
		padding: 0 !important;
	}
	.date-para.greySep .collector_col:first-child .tblLisUl .link {
		border-width: 0 0 1px;
		margin: 0;
	}
	.date-para.greySep .collector_col:nth-child(2) .tblLisUl .link {
		border-width: 0 0 1px;
		margin-left: 0;
	}
	.date-para.greySep {
		padding: 0;
	}
	.date-para.greySep .collector_col:nth-child(2) .tblLisUl:last-child li:last-child .link {
		border-bottom-width: 0;
		border-radius: 0 0 4px 4px;
	}
}


.regWidHelp {
    background-color: #25324a;
    border-radius: 5px;
    bottom: 32px;
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
    left: 605px;
    padding: 120px 10px 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;

	background: #344668;
	background: -moz-linear-gradient(top,  #344668 0%, #25324a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#344668), color-stop(100%,#25324a));
	background: -webkit-linear-gradient(top,  #344668 0%,#25324a 100%);
	background: -o-linear-gradient(top,  #344668 0%,#25324a 100%);
	background: -ms-linear-gradient(top,  #344668 0%,#25324a 100%);
	background: linear-gradient(to bottom,  #344668 0%,#25324a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#344668', endColorstr='#25324a',GradientType=0 );
}
.regWidHelp:before{
	background-image: url("../images/donate_bg.png");
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.regWidHelp:after{
	background-image: url("../images/regWidHelpArr.png");
    content: "";
    display: block;
    height: 43px;
    left: -31px;
    position: absolute;
    top: 36px;
    width: 31px;
}
.regWidHelp .img{
	background-image: url("../images/regWidHelpImg.png");
    background-position: 50% 0;
    border-radius: 5px;
    height: 108px;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.regWidHelp .text {
    height: 112px;
    left: 10px;
    line-height: 112px;
    position: absolute;
    right: 10px;
    top: 118px;
}
.regWidHelp .text span {
    color: #ffffff;
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
}


.winlineLinkCon {
    position: relative;
}
.winlineLinkCon > a {
	background-image: url("../images/video_39x39.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	color: #000000;
	display: block;
	font-family: PT Sans;
	font-size: 14px;
	font-weight: 700;
	height: 36px;
	left: 0;
	line-height: 18px;
	padding: 2px 45px 2px 15px;
	position: absolute;
	text-align: right;
	text-transform: uppercase;
	top: 0;
	white-space: nowrap;
	z-index: 5;
}
.winlineLinkCon > a:hover {
	color: #ea6721;
}
.dont-add-our-site-pls {
  background-color: #ffe5d6;
  background-position: 15px 50%;
  background-repeat: no-repeat;
  border-color: #ff8f80;
  border-radius: 6px 6px 5px 5px;
  border-style: solid;
  border-width: 1px 1px 3px;
  color: #ed6455;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px 240px 10px 75px;
  position: relative;
  background-image: url(/images/adblock.png);
  min-height: 30px;

}
.dont-add-our-site-pls .off-link {
  background-color: #ed6455;
  border-radius: 15px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  overflow: hidden;
  padding: 0 10px;
  position: absolute;
  right: 40px;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  white-space: nowrap;
  width: 160px;
}

.dont-add-our-site-pls .off-link:hover {
  background-color: #f28377;

}

.dont-add-our-site-pls .close-adb {
  background-image: url("/images/close-adb.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 22px;
  margin-top: -11px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 22px;
}

.dont-add-our-site-pls .close-adb:hover {opacity:0.7;}

.adbRules {

  padding: 50px;
}

.adbRules_name {
  color: #929292;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.adbRules_buts {
  padding: 30px 0;
  text-align: center;
  font-size: 0;

}

.adbRules_buts .but {
  border: 1px solid #929292;
  color: #929292;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  vertical-align: top;
  width: 138px;
}
.adbRules_buts .but:first-child {border-radius: 18px 0 0 18px;}

.adbRules_buts .but:last-child {border-radius: 0 18px 18px 0;}

.adbRules_buts .but + .but{margin-left:-1px;}

.adbRules_buts .but:hover {
  background-color: #dfe4ed;
}
.adbRules_buts .but.active {

  background-color: #929292;
  color: #ffffff;
  cursor: default;
}
.adbRules_con {
  background-color: #f2f0f4;
  border-radius: 5px;
  display: none;
  font-size: 16px;
  padding: 0 30px;
}

.adbRules_con ol {
  padding-left: 20px;
}


.adbRules_con ol li {
  background-image: none;
  list-style-type: decimal;
  padding: 0;
}



.box-modal.regModal {
	width: 585px;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, 0.3);
	border: none;
	background-color: #ffffff;
	text-align: center;
	color: #000000;
	font-size: 16px;
	height: auto;
}
.box-modal.regModal p.pL {
	height: 83px;
	background-color: #2a364e;
	padding-top: 14px;
	margin: 0;
}
.box-modal.regModal p.big {
	margin: 28px 0 16px;
	padding: 0 15px;
	font-size: 23px;
}
.box-modal.regModal p.med {
	margin: 0 0 30px;
	padding: 0 15px;
}
.box-modal.regModal p.pB {
	padding: 0 0 40px;
	border-bottom: 8px solid #2a364e;
	margin: 0;
}
.box-modal.regModal .reg {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #ffffff;
	line-height: 33px;
	height: 33px;
	width: 222px;

	background: #fb5500;
	background: -moz-linear-gradient(top, #fb5500 0%, #b71100 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb5500), color-stop(100%,#b71100));
	background: -webkit-linear-gradient(top, #fb5500 0%,#b71100 100%);
	background: -o-linear-gradient(top, #fb5500 0%,#b71100 100%);
	background: -ms-linear-gradient(top, #fb5500 0%,#b71100 100%);
	background: linear-gradient(to bottom, #fb5500 0%,#b71100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb5500', endColorstr='#b71100',GradientType=0 );
}
.box-modal.regModal .reg:hover{
	background: #fa712b;
	background: -moz-linear-gradient(top, #fa712b 0%, #d01401 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa712b), color-stop(100%,#d01401));
	background: -webkit-linear-gradient(top, #fa712b 0%,#d01401 100%);
	background: -o-linear-gradient(top, #fa712b 0%,#d01401 100%);
	background: -ms-linear-gradient(top, #fa712b 0%,#d01401 100%);
	background: linear-gradient(to bottom, #fa712b 0%,#d01401 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa712b', endColorstr='#d01401',GradientType=0 );
}
.box-modal.regModal  .box-modal_close {
	border-radius: 0;
	border: none;
	width: 12px ;
	height: 12px;
	box-shadow: none;
	top: 5px;
	right: 5px;
	background-color: transparent !important;
	background-position: 50% 50%;
	background-image: url(/images/close.png);
}


.oneBaksAds {
    padding: 20px 100px 30px;
	line-height: 1.3;
	color: #333333;
}
.oneBaksAds > h2 {
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 5px;
}
.oneBaksAds > p {
    margin: 0;
}
.oneBaksAds_list {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
	min-height:450px;
	z-index: 1;
    position: relative;
}
.oneBaksAds_list:before, .oneBaksAds_list:after{
	content:'';
	display:block;
	clear:both;
}
.oneBaksAds_list > .item,
.oneBaksAds_list > .item:before,
.oneBaksAds_list > .item:after,
.oneBaksAds_list > .item .txt1,
.oneBaksAds_list > .item .txt2,
.oneBaksAds_list > .item .mounth:before,
.oneBaksAds_list > .item .mounth:after,
.oneBaksAds_list > .item .but,
.oneBaksAds_list > .item .butCon,
.oneBaksAds_list > .item .mounth > span,
.oneBaksAds_list > .item .topSpan{
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}
.oneBaksAds_list > .item {
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;

    display: block;
    float: left;
    text-align: center;
    width: 33.33%;
    padding: 50px 0 0;
	position: relative;
}
.oneBaksAds_list > .item:before {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.35);
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
	z-index:-1;
}
.oneBaksAds_list > .item.active:before {
    border: 2px solid #afb6bb;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.oneBaksAds_list > .item .topSpan {
    width: 80px;
    height: 70px;
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    background-image: url(/images/top.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 60px auto;
}
.oneBaksAds_list > .item.active .topSpan {
    top: -3px;
    right: -2px;
    background-size: 100% auto;
}
.oneBaksAds_list > .item .txt1 {
	display: block;
	font-size: 14px;
	color: #5f6b80;
	text-transform: uppercase;
	line-height: 16px;
}
.oneBaksAds_list > .item.active .txt1 {
    font-size: 16px;
    font-weight: 700;
    margin-top: -10px;
    padding-bottom: 10px;
}
.oneBaksAds_list > .item .mounth {
    width: 110px;
    height: 121px;
    position: relative;
    margin: 30px auto 10px;
    display: block;
}
.oneBaksAds_list > .item .mounth:before {
    width: 110px;
    height: 121px;
    background-image: url(/images/mounth1.png);
    position: absolute;
	top:0;
	left:0;
	content:'';
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 92px auto;
}
.oneBaksAds_list > .item.active .mounth:before {
    background-size: 100% auto;
}
.oneBaksAds_list > .item .mounth:after {
    width: 110px;
    height: 121px;
    background-image: url(/images/mounth2.png);
    position: absolute;
	top:0;
	left:0;
	content:'';
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 92px auto;
	opacity:0;
}
.oneBaksAds_list > .item.active .mounth:after {
    background-size: 100% auto;
    opacity: 1;
}
.oneBaksAds_list > .item .mounth > span {
    color: #333333;
    display: block;
    font-size: 48px;
    line-height: 60px;
    position: relative;
    z-index: 1;
    font-family: Roboto;
    font-weight: 700;
    padding-top: 45px;
}
.oneBaksAds_list > .item.active .mounth > span {
    font-size: 56px;
}
.oneBaksAds_list > .item .txt2 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #5f6b80;
    text-transform: uppercase;
    line-height: 22px;
}
.oneBaksAds_list > .item.active .txt2 {
	font-size: 18px;
}
.oneBaksAds_list > .item .butCon {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;

    height: 110px;
    display: block;
    margin-top: 60px;
}
.oneBaksAds_list > .item.active .butCon{
	padding-top:8px;
}
.oneBaksAds_list > .item .but {
    display: block;
    margin: 0 auto;
    width: 165px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#0074ae #0057ae #003bae;
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.2);
	text-shadow:0 -1px 0 rgba(0,0,0,0.3);
	border-radius:3px;

	background: #0086cc;
	background: -moz-linear-gradient(top, #0086cc 0%, #0046cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0086cc), color-stop(100%,#0046cc));
	background: -webkit-linear-gradient(top, #0086cc 0%,#0046cc 100%);
	background: -o-linear-gradient(top, #0086cc 0%,#0046cc 100%);
	background: -ms-linear-gradient(top, #0086cc 0%,#0046cc 100%);
	background: linear-gradient(to bottom, #0086cc 0%,#0046cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0086cc', endColorstr='#0046cc',GradientType=0 );
}
.oneBaksAds_list > .item.active .but{
	border-color:#d98939 #d97a1c #d96c01;
	font-size: 18px;
	height: 50px;
    line-height: 50px;
	font-weight:700;
	width: 200px;

	background: #ffa042;
	background: -moz-linear-gradient(top, #ffa042 0%, #ff8002 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa042), color-stop(100%,#ff8002));
	background: -webkit-linear-gradient(top, #ffa042 0%,#ff8002 100%);
	background: -o-linear-gradient(top, #ffa042 0%,#ff8002 100%);
	background: -ms-linear-gradient(top, #ffa042 0%,#ff8002 100%);
	background: linear-gradient(to bottom, #ffa042 0%,#ff8002 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa042', endColorstr='#ff8002',GradientType=0 );
}
.oneBaksAds_list > .item.active .but:hover{
	background: #fdae5f;
	background: -moz-linear-gradient(top, #fdae5f 0%, #fc8f25 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdae5f), color-stop(100%,#fc8f25));
	background: -webkit-linear-gradient(top, #fdae5f 0%,#fc8f25 100%);
	background: -o-linear-gradient(top, #fdae5f 0%,#fc8f25 100%);
	background: -ms-linear-gradient(top, #fdae5f 0%,#fc8f25 100%);
	background: linear-gradient(to bottom, #fdae5f 0%,#fc8f25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdae5f', endColorstr='#fc8f25',GradientType=0 );
}
.oneBaksAds_copy {
    text-align: center;
    padding-bottom: 110px;
    font-size: 12px;
    color: #aeaeae;
}
.oneBaksAds_copy a{
	text-decoration:underline:
}
.oneBaksAds_copy a:hover{
	text-decoration:none:
}


.blokirovkaBro {
  background-color: #fff;
  border-color: #cad3da;
  border-radius: 4px 4px 0 0;
  border-style: solid;
  border-width: 1px 1px 0;
  position: relative;
  margin-bottom: 18px;
  z-index:2 !important;
}
.blokirovkaBro .txt1 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #25324a;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 5px;
}
.blokirovkaBro .bros {
  font-size: 0;
  height: 52px;
  text-align: center;
  position: relative;
}
.blokirovkaBro .bros:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 24px;
  background-color: #ebeff7;
  left: 2px;
  right: 2px;
  margin-top: -12px;
}
.blokirovkaBro .bros > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
  position: relative;
}
.blokirovkaBro .bros > a:hover{
	opacity:0.8;
}
.blokirovkaBro .but {
  font-size: 14px;
  color: #005aa5;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  padding: 5px 5px 0;
}
.blokirovkaBro .but:hover{
	color: #046dc5;
	text-decoration: none;
}
.blokirovkaBro .con {
  background-color: #ffffff;
  border-color: #cad3da;
  border-radius: 0 0 4px 4px;
  border-style: solid;
  border-width: 0 1px 1px;
  left: -1px;
  padding: 4px 15px;
  position: absolute;
  right: -1px;
  top: 100%;
  z-index: 1;
}
.blokirovkaBro .con > div{
	display:none;
}

@-moz-keyframes PCbutAnim {
	0% {background-position: 50% 0px;}
	25% {background-position: 0% 0px;}
	50% {background-position: 50% 0px;}
	75% {background-position: 100% 0px;}
	100% {background-position: 50% 0px;}
}
@-webkit-keyframes PCbutAnim {
	0% {background-position: 50% 0px;}
	25% {background-position: 0% 0px;}
	50% {background-position: 50% 0px;}
	75% {background-position: 100% 0px;}
	100% {background-position: 50% 0px;}
}
@keyframes PCbutAnim {
	0% {background-position: 50% 0px;}
	25% {background-position: 0% 0px;}
	50% {background-position: 50% 0px;}
	75% {background-position: 100% 0px;}
	100% {background-position: 50% 0px;}
}
.versionForPc {
    background-color: #0657a6;
    border: 3px solid #ffffff;
    border-radius: 3px;
    color: #ffffff !important;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 10px 0 42px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-family: Roboto Condensed;
    background-image: url(/images/winBack.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0px;
    margin-bottom: 10px;

	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;

	-webkit-animation: PCbutAnim 20000ms linear infinite;
	-moz-animation: PCbutAnim 20000ms linear infinite;
	animation: PCbutAnim 20000ms linear infinite;
}
.versionForPc:hover{
	box-shadow: 0 0 5px 0 #ffffff,inset 0 0 5px 0 #ffffff;
}
.versionForPc:before {
    width: 23px;
    height: 23px;
    display: block;
    content: '';
    position: absolute;
    background-image: url(/images/winIco.png);
    left: 13px;
    top: 9px;
}

.one_dollar_con .counterCon {
    margin-top: 15px;
    text-align: center;
}
.borderDiv {
    border: 1px solid #cad3da;
    border-radius: 2px;
    padding: 15px 7px;
}

.withLeftMenu {
    min-height: 200px;
    padding-left: 230px;
    position: relative;
}
.leftUsMenu {
    left: 8px;
    position: absolute;
    top: 9px;
    width: 213px;
}
.leftUsMenu li{position:relative;}
.leftUsMenu li + li {
    margin-top: 7px;
}
.leftUsMenu li .link {
    background-color: #cad3da;
    border-radius: 2px;
    color: #26334b;
    display: block;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    line-height: 17px;
    padding: 8px;
    text-align: center;
}
.leftUsMenu li .link:hover {
    background-color: #bec7ce;
}
.leftUsMenu li .link.active {
    background-color: #29354d;
    color: #ffffff;
}
.leftUsMenu li .link.light {
    background-color: #ff8f20;
    color: #ffffff;
}
.leftUsMenu li .link.light:hover {
    background-color: #e67f19;
}
.leftUsMenu li.sub > ul {
    display: none;
    left: 100%;
    margin-left: -4px;
    padding: 7px 0 0 20px;
    position: absolute;
    top: -7px;
    width: 213px;
    z-index: 5;
}
.leftUsMenu li.sub:hover > ul {
    display: block;
}
.leftUsMenu li.sub > ul:before {
    background-color: #ffffff;
    border: 1px solid #cad3da;
    border-radius: 3px;
    bottom: -7px;
    content: "";
    display: block;
    left: 13px;
    position: absolute;
    right: -7px;
    top: 0;
}
.leftUsMenu li.sub > ul:after {
    background-color: #ffffff;
    border-bottom: 1px solid #cad3da;
    border-bottom-left-radius: 2px;
    border-left: 1px solid #cad3da;
    border-top-right-radius: 7px;
    content: "";
    display: block;
    height: 10px;
    left: 8px;
    position: absolute;
    top: 18px;
    width: 10px;

	-moz-transform:scale(1) rotate(45deg);
	-webkit-transform:scale(1) rotate(45deg);
	-o-transform:scale(1) rotate(45deg);
	-ms-transform:scale(1) rotate(45deg);
	transform:scale(1) rotate(45deg);
}

.userForm {
    width: 100%;
}
.userForm fieldset {
    border-color: #cad3da;
    border-radius: 2px;
    margin-top: 0;
    padding: 15px 0 15px 18px !important;
}
.userForm .helloTxt {
    border-bottom: 1px solid #929292;
    color: #929292;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.userForm .controls {
    margin: 0;
}
.userForm .controls [class*="span"] {
    min-height: 0 !important;
}
.userForm .controls .span3 span {
    color: #929292;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 1.2;
    padding: 8px 0;
}
.userForm .controls .span9 {
    color: #29354d;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    padding: 8px 0;
}
.userForm .btnGrey {
    background-color: #6a7293;
    border-radius: 2px;
    color: #ffffff;
    font-family: Roboto,sans-serif;
    height: 30px;
    line-height: 30px;
    margin-top: 35px;
    padding: 0 28px;
}
.userForm .btnGrey:hover {
    background-color: #5a617f;
}
.userForm .photo2 {
    background-color: #4a9ec7;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 142px;
    position: absolute;
    right: 80px;
    top: 110px;
    width: 142px;
}

.t-tabs .tab-item {
  padding-bottom: 20px;
  border: 1px solid #cad3da;
  border-bottom: none;
}

.t-tabs .wide_tabs li {
  width: auto;
}
.t-tabs .wide_tabs li a {
  height: 30px;
  padding-top: 6px;
  border-top: 1px solid #cad3da;
  border-left: 0 solid #cad3da;
  border-right: 1px solid #cad3da;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px 5px 0 0;
}

.t-tabs .wide_tabs li.active a {
  color:#748197;
  height: 31px;
  margin-bottom: -1px;
}


.t-tabs .wide_tabs li:first-child a {
  border-left-width: 1px;
}

.t-box {
  width: 885px;
  margin: -10px auto 10px;
  border: 1px solid #cad3da;
  border-radius: 0  0 5px 5px;
  background: #fff;
}

.t-section:after {
  content: '';
  display: block;
  clear: both;
}

.t-section-cel {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-section-cel.l {
  padding-right: 60px;
}

.t-section-cel.r {
  padding-left: 60px;
}

.mblock .t-top {
  padding-right: 15px;
}

.t-star-box {
  float: right;
  clear: right;
  font-size: 16px;
  color: #faa41c;
  margin-top: 3px;
}

.t-stars {
  display: inline-block;
  vertical-align: middle;
  cursor: default;
  position:relative;
  font-size: 0;
}
.t-star-hover {
	position: absolute;
	top: 0;
	left: 0;
}
.t-star,
.t-star-hover > i {
  width: 15px;
  height: 15px;
  background-image: url(../images/tablo-star.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-position: -17px 0;
  margin-left: 0;
  position: relative;
}
.t-stars.active .t-star{cursor:pointer;}
.t-star:before,
.t-star-hover > i:before {
	display: block;
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.t-star-hover > i:before{z-index: 1;}
.t-star.active {
  background-position: 0 0;
}
.t-star-hover > i{
	background-position: 0 0;
	opacity:0;
}
.t-stars.active:hover .t-star.active,
.t-stars[class*="t-stars-rat-"] .t-star.active
{background-position: -17px 0;}

.t-stars.active .t-star:nth-child(1):hover ~ .t-star-hover > i:nth-child(1),
.t-stars.active .t-star:nth-child(2):hover ~ .t-star-hover > i:nth-child(1),
.t-stars.active .t-star:nth-child(2):hover ~ .t-star-hover > i:nth-child(2),
.t-stars.active .t-star:nth-child(3):hover ~ .t-star-hover > i:nth-child(1),
.t-stars.active .t-star:nth-child(3):hover ~ .t-star-hover > i:nth-child(2),
.t-stars.active .t-star:nth-child(3):hover ~ .t-star-hover > i:nth-child(3),
.t-stars.active .t-star:nth-child(4):hover ~ .t-star-hover > i:nth-child(1),
.t-stars.active .t-star:nth-child(4):hover ~ .t-star-hover > i:nth-child(2),
.t-stars.active .t-star:nth-child(4):hover ~ .t-star-hover > i:nth-child(3),
.t-stars.active .t-star:nth-child(4):hover ~ .t-star-hover > i:nth-child(4),
.t-stars.active .t-star:nth-child(5):hover ~ .t-star-hover > i,
.t-stars.t-stars-rat-1 .t-star-hover > i:nth-child(1),
.t-stars.t-stars-rat-2 .t-star-hover > i:nth-child(1),
.t-stars.t-stars-rat-2 .t-star-hover > i:nth-child(2),
.t-stars.t-stars-rat-3 .t-star-hover > i:nth-child(1),
.t-stars.t-stars-rat-3 .t-star-hover > i:nth-child(2),
.t-stars.t-stars-rat-3 .t-star-hover > i:nth-child(3),
.t-stars.t-stars-rat-4 .t-star-hover > i:nth-child(1),
.t-stars.t-stars-rat-4 .t-star-hover > i:nth-child(2),
.t-stars.t-stars-rat-4 .t-star-hover > i:nth-child(3),
.t-stars.t-stars-rat-4 .t-star-hover > i:nth-child(4),
.t-stars.t-stars-rat-5 .t-star-hover > i{opacity: 1;}

.t-star-count {
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}

.not_started .game_title {
  display: none;
}

.t-tabs.mblock {
  border-left: none;
  border-right: none;
  border-top: none;
  background: none;
}

.t-tabs .top {
  background: none;
  border-bottom: none;
}


.stat-box {
	margin: 0 38px;
}

.stat-section {
	display: flex;
	width: 100%;
	font-size: 14px;
	margin: 15px 0;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

.stat-cel.l, .stat-cel.r {
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.stat-cel.middle {
	min-width: 135px;
	color: #929292;
	text-align: center;
	flex-shrink: 0;
	padding: 0 10px;
}

.stat-cel.l {
  text-align: right;
}

.stat-cel.r {
  text-align: left;
}

.stat-range {
	width: 100%;
	height: 6px;
	position: relative;
}
.stat-range:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background-color: #ebeff7;
	height: 2px;
	left: 0;
	right: 0;
}
.stat-cel.l .stat-range:before{left:-8px;}
.stat-cel.r .stat-range:before{right:-8px;}

.stat-range-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #bac8d2;
  width: 100%;
  overflow: visible !important;
}
.stat-range-inner:before {
  content: '';
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #bac8d2;
}

.stat-cel.r .stat-range-inner {
  left: 0;
}

.stat-cel.l .stat-range-inner {
  right: 0;
}

.stat-cel.r .stat-range-inner:before {
  left: 100%;
  border-radius: 0 5px 5px 0;
}

.stat-cel.l .stat-range-inner:before {
  right: 100%;
  border-radius: 5px 0 0 5px;
}

.stat-count {
	font-size: 16px;
	color: #bac8d2;
	font-weight: 700;
	flex-shrink: 0;
	width: 34px;
	text-align: center;
}

.stat-cel.r .stat-count {
  margin-right: 8px;
}

.stat-cel.l .stat-count {
  margin-left: 8px;
}


.stat-cel.more .stat-count {
  color: #5aa1e6;
}
.stat-cel.more .stat-range-inner {
  background: #5aa1e6;
}
.stat-cel.more .stat-range-inner:before {
  background: #5aa1e6;
}

.stat-cel.r.more .stat-count {
  color: #81c84e;
}
.stat-cel.r.more .stat-range-inner {
  background: #81c84e;
}
.stat-cel.r.more .stat-range-inner:before {
  background: #81c84e;
}

.stat-box-head {
	display: flex;
	align-items: center;
	margin: 15px 0;
}
.stat-team-img {
	width: 40px;
	height: 40px;
	border: 3px solid #f1f1f5;
	border-radius: 50%;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
}
.stat-team-img > img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.stat-team-name {
	padding: 0 18px;
	font-size: 16px;
	font-weight: 700;
	flex-grow: 1;
	width: 50%;
}
.stat-team-name.l{
	text-align:right;
	color:#3286d7;
}
.stat-team-name.r{
	color:#478c15;
}
.stat-team-sep {
	width: 138px;
	height: 1px;
	flex-shrink: 0;
}

.stat-box-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}
.stat-nav {
	font-size: 14px;
	color: #a4aab5;
	text-transform: uppercase;
	margin: 0 20px;
	cursor: pointer;
	border-bottom: 1px dashed transparent;
}
.stat-nav:hover {
	color: #4d5768;
}
.stat-nav.active {
	color: #4d5768;
	border-bottom-color: #4d5768;
	cursor: default;
}


.wide_tabs_v2 {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.wide_tabs_v2 li{flex-shrink:0;}
.wide_tabs_v2 li a {
	display: block;
	height: 56px;
	line-height: 56px;
	background-color: #b0bdc7;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	padding: 0 20px;
	min-width: 105px;
	text-align:center;
}
.wide_tabs_v2 li a:hover {
	background-color: #a2afb9;
}
.wide_tabs_v2 li.active a {
	background-color: #008bd3;
}
.wide_tabs_v2 li:first-of-type a {
	border-top-left-radius: 5px;
}
.wide_tabs_v2 li:last-of-type a {
	border-top-right-radius: 5px;
}
.wide_tabs_v2 li + li {
	margin-left:1px;
}
.wide_tabs_v2_name {
	width: 100%;
	font-size: 28px;
	color: #008bd3;
	font-weight: 700;
	padding: 0 15px;
}
.t-tabs.v2 .tab-item {
	border-radius: 5px 0 5px;
}
.wide_tabs_v2 li a[class*="i-"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	background-repeat: no-repeat;
	margin-top: -3px;
}
.wide_tabs_v2 li a.i-video:before{background-image:url(/images/mrb/i-video.png);width:20px;height:14px;}
.wide_tabs_v2 li a.i-zone:before{background-image:url(/images/mrb/i-zone.png);width:25px;height:15px;}
.wide_tabs_v2 li a.i-text:before{background-image:url(/images/mrb/i-text.png);width:15px;height:13px;}




.t-text {
  margin: 0 55px;
  position: relative;
}
.t-text:last-child {
	margin-bottom: 22px;
}

.t-text-name {
	font-size: 16px;
	font-weight: 300;
	color: #8b8f99;
	font-family: Roboto;
	padding: 0 22px;
	margin: 6px 0 20px;
}
.t-text-name:first-child {
	margin-top: 22px;
}

.t-text-section:before {
	background-image: url(/images/mrb/dot1.png);
	width: 1px;
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	bottom: 0px;
	left: 0px;
}
.t-text-section:last-child:before {
	bottom: auto;
	height: 10px;
}

.t-text-section {
  position: relative;
  padding: 11px 0;
  font-size: 14px;
  color: #27314b;
}

.t-text-section [class*="mrb-ico-"] {
	top: 10px;
	left: 72px;
}

.t-text-section .mrb-ico-10 {
	left: 26px !important;
	border-radius: 2px;
	padding: 0 4px 0 22px;
	color: #ffffff;
	line-height: 20px;
	font-size: 14px;
	font-family: Roboto Condensed;
	font-weight: 700;
	font-style: italic;
	width: auto;
	background-color: #56b14c;
}
.t-text-section .mrb-ico-10:before {
	background-image: url(/images/mrb/ico10.png);
	width: 16px;
	height: 16px;
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 3px;
	background-repeat: no-repeat;
}

.t-time {
	width: 36px;
	line-height: 15px;
	height: 16px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	position: absolute;
	left: -18px;
	top: 12px;
	z-index: 1;
	box-shadow: 0 2px 0 0 #ffffff,0 -2px 0 0 #ffffff;
	background-color: #3880c2;
}

.t-text-section p {
  margin: 22px 0;
  position: relative;
  padding-left: 100px;
}

.t-text-section p:first-of-type {
  margin-top: 0;
}

.t-text-section p:last-of-type {
  margin-bottom: 0;
}

.t-text-section:last-of-type p:last-of-type:after {
  top: 5px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  left: -3px;
}

.t-text-section p.goal {
	font-size: 22px;
	margin-top: -5px;
}

.t-text-break {
  text-align: center;
  position: relative;
  background: #cbd4db;
  margin: 30px 0 20px 45px;
  height: 1px;
}

.t-text-break:before {
  content: '';
  left: -45px;
  top: -30px;
  bottom: -20px;
  width: 1px;
  background: #cbd4db;
  position: absolute;
}

.t-text-break span {
  color: #8b8f99;
  font-size: 12px;
  padding: 0 5px 2px;
  border-radius: 4px;
  border: 1px solid #cbd4db;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  transform: translateX(-60%);
  top: -9px;
  background: #fff;
  font-weight: 600;
}

.l-title {
  margin: 25px 0;
  font-size: 16px;
  color: #7183a4;
  text-align: center;
  font-weight: 700;
}

.l-top:after {
  content: '';
  display: block;
  clear: both;
}

.l-field {
  float: left;
  width: 534px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #d7d7d7;
  box-shadow:  0 0 0 2px #f5f5f5;
  background: #f4f4f4;
  height: 340px;
  position: relative;
}

.l-field-half {
  height: 100%;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-field-half:before,
.l-field-half:after {
  content: '';
  position: absolute;
  width: 2%;
  height: 2.5%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid #d7d7d7;
}

.l-field-half:before {
  top: -1.4%;
}

.l-field-half:after {
  bottom: -1.4%;
}

.l-field-half.l:before,
.l-field-half.l:after {
  left: -1%;
}

.l-field-half.l:before {
  border-right-width: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-field-half.l:after {
  border-right-width: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-field-half.r:before,
.l-field-half.r:after {
  right: -1%;
}

.l-field-half.r:before {
  border-left-width: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-field-half.r:after {
  border-left-width: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-field-half.l {
  border-right: 1px solid #d7d7d7;
}

.l-field-half.r {
  border-left: 1px solid #d7d7d7;
}


.l-gk-zone {
  width: 14.151%;
  height: 50%;
  border: 2px solid #d7d7d7;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
}

.l-field-half.l .l-gk-zone {
  left: -2px;
}

.l-field-half.r .l-gk-zone {
  right: -2px;
}

.l-gk-zone:before {
  content: '';
  width: 31%;
  height: 48.18%;
  border: 2px solid #d7d7d7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.l-field-half.l .l-gk-zone:before {
  left: 0;
  border-left: 0;
}

.l-field-half.r .l-gk-zone:before {
  right: 0;
  border-right: 0;
}

.l-gk-zone:after {
  content: '';
  width: 125%;
  height: 55%;
  border: 0 solid #d7d7d7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 0;
}


.l-field-half.l .l-gk-zone:after {
  border-right-width: 2px;
  right: -26%;
}

.l-field-half.r .l-gk-zone:after {
  border-left-width: 2px;
  left: -26%;
}

.l-field-center {
  width: 15.095%;
  height: 23.81%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #d7d7d7;
}

.l-field-center:before {
  content: '';
  width: 5px;
  height: 5px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: #d7d7d7;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-pen-dot {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 1;
}

.l-pen-dot:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d7d7d7;
}

.l-field-half.l .l-pen-dot:before {
  left: 65%;
}

.l-field-half.r .l-pen-dot:before {
  right: 65%;
}

.l-team {
  width: 217px;
  float: left;
  text-align: center;
  margin-top: 75px;
}

.l-team-logo {
  width: 92px;
  height: 92px;
  border: 6px solid #f2f2f6;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.l-team-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-team-name {
  font-size: 16px;
  color: #3286d7;
  margin: 17px 0 12px;
  font-weight: 700;
}

.l-team-loc {
  font-size: 24px;
  color: #4d5768;
}

.l-field-player {
  position: absolute;
  font-size: 12px;
  z-index: 2;
  text-align: center;
}

.l-field-half.l .l-field-player {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-field-half.r .l-field-player {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.l-field-half.l .x1 {
  left: 5.662%;
}

.l-field-half.r .x1 {
  right: 5.662%;
}

.l-field-half.l .x2 {
  left: 16.5%;
}

.l-field-half.r .x2 {
  right: 16.5%;
}

.l-field-half.l .x3 {
  left: 30.5%;
}

.l-field-half.r .x3 {
  right: 30.5%;
}

.l-field-half.l .x4 {
  left: 43.5%;
}

.l-field-half.r .x4 {
  right: 43.5%;
}

.l-field-half .y1 {
  top: 9%;
}

.l-field-half .y2 {
  top: 30%;
}

.l-field-half .y3 {
  top: 50%;
}

.l-field-half .y4 {
  top: 70%;
}

.l-field-half .y5 {
  top: 91%;
}

.l-field-num {
  width: 40px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-family: 'Proxima-Bold';
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -2px;
}

.l-field-player.left-player .l-field-num {
  background-image: url(../images/new/icon-lplayer.png);
}

.l-field-player.right-player .l-field-num {
  background-image: url(../images/new/icon-rplayer.png);
}

.l-field-player.left-gk .l-field-num {
  background-image: url(../images/new/icon-lgk.png);
}

.l-field-player.right-gk .l-field-num {
  background-image: url(../images/new/icon-rgk.png);
}

.l-field-name {
  color: #4d5768;
  font-family: 'Proxima-Regular';
  margin-top: -5px;
}

#team_sostav .osnova, #team_sostav .zapas{
	width:100%;
	background:url(../images/time_liner.png) repeat-y center 0;
}
#team_sostav .osnova {
	width:100%;
	border-bottom:1px solid #e6ebf0;
}
#team_sostav .osnova table {
	margin:25px 0;
}
#team_sostav .osnova table td{
	padding:0px 0;
}
#team_sostav .osnova table td.dig{
    color: #929292;
    font:24px 'PT Sans',sans-serif;
	padding-top:4px;
	text-align:left;
}
#team_sostav .osnova .team1 td.dig{
	padding-left:30px;
}
#team_sostav .osnova .team2 td.dig{
	padding-right:30px;
}

#team_sostav .osnova table td.name{
    color: #929292;
    font:16px 'PT Sans',sans-serif;
	width:100%;
}
#team_sostav .osnova table td.name a, #team_sostav .osnova table td.name span {
    color: #000;
    font:bold 18px 'PT Sans',sans-serif;
	width:100%;
	text-decoration:none;
	background:#fff;
	padding:0 15px;
}
#team_sostav .osnova  table td.name a:hover {
	color:#e85717;
}
#team_sostav .osnova .team1 td.name{
	text-align:left;
	padding-left:10px;
}
#team_sostav .osnova .team1 tr:hover td.name {
	background:url(../images/player_line.png) no-repeat right 15px;
}
#team_sostav .osnova .team2 td.name{
	text-align:right;
	padding-right:10px;
}
#team_sostav .osnova .team2 tr:hover td.name {
	background:url(../images/player_line2.png) no-repeat left 15px;
}
#team_sostav .osnova table td.amplua span{
    display:inline-block;
	text-indent:-999em;
	text-decoration:none;
	background:url(../images/icon_amplua.png) no-repeat;
	width:37px;
	height:37px;
}
#team_sostav .osnova table td.amplua span.gk{
	background-position:3px 1px;
}
#team_sostav tr:hover td.amplua span.gk{
	background-position:right 0;
}
#team_sostav .osnova table td.amplua span.zah{
	background-position:3px -34px;
}
#team_sostav tr:hover td.amplua span.zah{
	background-position:right -37px;
}
#team_sostav .osnova table td.amplua span.pzah{
	background-position:3px -71px;
}
#team_sostav  tr:hover td.amplua span.pzah{
	background-position:right -74px;
}
#team_sostav .osnova table td.amplua span.nap{
	background-position:3px -111px;
}
#team_sostav tr:hover td.amplua span.nap{
	background-position:right -111px;
}

#team_sostav .osnova .team1 td.amplua{
	padding-right:30px;
}
#team_sostav .osnova .team2 td.amplua{
	padding-left:30px;
}

#team_sostav .osnova table td.amplua1 span{
	display: inline-block;
	text-decoration: none;
	width: 25px;
	height: 25px;
	background: #49C0DA;
	color: #fff;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: bold;
	margin: 1px;
	border: 5px solid #ABECF8;
}
#team_sostav .osnova .team1 td.amplua1{
	padding-right:30px;
}
#team_sostav .osnova .team2 td.amplua1{
	padding-left:30px;
}





.t-grid-wrap {
  padding: 45px 33px;
}

.t-grid-title {
  font-size: 20px;
  color: #2a364e;
}

.t-grid-inner {
  border-radius: 10px;
  border: 1px solid #cad3da;
  background: #26334b url(../images/grid-bg.png) no-repeat  25.5%;
  background-attachment: fixed;
  overflow: auto;
  margin-top: 15px;
}

.grid-body {
  padding: 7px 28px;
  display: table
}

.grid-column {
  display: table-cell;
  box-sizing: border-box;
  margin-bottom: 20px;
  vertical-align: middle
}

.grid-column:nth-of-type(1) .grid-group .grid-td {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 43px;
}

.grid-column:nth-of-type(1) .grid-group .grid-td:last-of-type {
  left: 10px;
  position: relative;
}

.grid-column:nth-of-type(1) .grid-group {
  margin: 22px 0
}

.grid-column:nth-of-type(2) .grid-group,
.grid-column:nth-of-type(2) .grid-td {
  margin-top: 87px;
  margin-bottom: 87px
}

.grid-column:nth-of-type(3) .grid-group,
.grid-column:nth-of-type(3) .grid-td {
  margin-top: 227px;
  margin-bottom: 227px
}

.grid-column:nth-of-type(4) .grid-group,
.grid-column:nth-of-type(4) .grid-td {
  margin-top: 507px;
  margin-bottom: 507px
}

.grid-column:nth-of-type(5) .grid-group,
.grid-column:nth-of-type(5) .grid-td {
  margin-top: 1067px;
  margin-bottom: 1067px
}

.grid-column:nth-of-type(6) .grid-group,
.grid-column:nth-of-type(6) .grid-td {
  margin-top: 2187px;
  margin-bottom: 2187px
}

.grid-column:nth-of-type(7) .grid-group,
.grid-column:nth-of-type(7) .grid-td {
  margin-top: 4427px;
  margin-bottom: 4427px
}

.grid-column:last-of-type .grid-group {
  min-width: 170px;
  margin-right: 0
}

.grid-column:last-of-type .grid-group:after {
  content: none
}

.grid-column:last-of-type .grid-td {
  margin-right: 0
}

.grid-column:last-of-type .grid-td.dropdown-open:after {
  top: 100%;
  right: 100%
}

.grid-column .grid-td:first-child {
  margin-top: 0
}

.grid-column .grid-td:last-child {
  margin-bottom: 0
}

.grid-column .grid-group:first-child {
  margin-top: 0
}

.grid-column .grid-group:last-child {
  margin-bottom: 0
}

.grid-group {
  position: relative;
  box-sizing: border-box
}

.grid-group:before,
.grid-group:after {
  content: '';
  right: -94px;
  position: absolute;
  border-right: 3px dotted #5f697e;
  border-left: none
}


.grid-group:before {
  top: 25px;
  border-top: 3px dotted #5f697e;
  width: 114px;
}

.grid-group:after {
  bottom: 25px;
  border-bottom: 3px dotted #5f697e;
  width: 117px;
}

.grid-column:first-of-type .grid-group:before {
  height: 36px;
  right: 15px;
  width: 24px;
}

.grid-column:first-of-type .grid-group:after {
  height: 27px;
  right: 15px;
  width: 16px;
}

.grid-column:nth-of-type(2) .grid-group:before {
  height: 38px;
}

.grid-column:nth-of-type(2) .grid-group:after {
  height: 41px;
}

.grid-column:nth-of-type(3) .grid-group:before {
  height: 108px;
}

.grid-column:nth-of-type(3) .grid-group:after {
  height: 111px;
}

.grid-column:nth-of-type(4) .grid-group:before {
  height: 248px;
}

.grid-column:nth-of-type(4) .grid-group:after {
  height: 250px;
}

.grid-column:nth-of-type(5) .grid-group:before {
  height: 529px;
}

.grid-column:nth-of-type(5) .grid-group:after {
  height: 531px;
}

.grid-column:nth-of-type(6) .grid-group:before {
  height: 1088px;
}

.grid-column:nth-of-type(6) .grid-group:after {
  height: 1090px;
}

.grid-column:nth-of-type(7) .grid-group:before {
  height: 2208px;
}

.grid-column:nth-of-type(7) .grid-group:after {
  height: 2211px;
}

.grid-column:last-of-type .grid-group:after,
.grid-column:last-of-type .grid-group:before {
  content: none;
}

.grid-group:after,
.grid-td {
  display: block;
  box-sizing: border-box
}

.grid-td {
  width: 185px;
  color: #fff;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  color: #000;
  z-index: 1;
  top: 0;
  margin-right: 25px
}

.grid-column:nth-of-type(2) .grid-td:before {
  content: '';
  right: 100%;
  width: 9px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  margin-right: 3px;
  border-top: 3px dotted #5f697e;
}

.grid-td:hover {
  background-color: rgba(102, 204, 0, .2)
}

.grid-td.dropdown-open {
  top: -30px;
  background: #9c3;
  color: #fff;
  z-index: 2
}

.grid-team {
  height: 26px;
  box-sizing: border-box;
  display: table;
  width: 100%;
  padding: 0 5px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #cad3da;
}

.grid-team:before {
  content: '?';
  font-size: 19px;
  color: #04517f;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.grid-team.team1 {
  margin-bottom: 1px;
}

.grid-team__body {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  position: relative;
  white-space: nowrap;
  background: #fff;
}

.grid-team__body:after {
  content: '';
  position: absolute;
  right: 0;
  border-left: 1px solid #ddd;
  width: 24px
}

.grid-team__body:after .team1 {
  top: 7px;
  bottom: 50%
}

.grid-team__body:after .team2 {
  top: 50%;
  bottom: 7px
}

.grid-logo {
  display: inline-block;
  width: 18px;
  height: 20px;
  vertical-align: middle;
}

.grid-logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.grid-team__name {
  margin: 0 2px -5px;
  display: inline-block;
  width: 127px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.grid-team__score {
  position: absolute;
  right: 4px;
  top: 3px
}

.l-change {
  position: relative;
  border-bottom: 1px solid #e6ebf0;
}

.l-change:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #cbd4db;
}

.l-change:after {
  content: '';
  display: block;
  clear: both;
}

.l-change-cel {
  float: left;
  width: 50%;
  padding: 20px 0 25px;
}

.l-change-title {
  padding: 0 16px;
  color: #929292;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.l-change-title.c {
  text-align: center;
}

.l-change-title.r {
  text-align: right;
}

.l-change-section {
  margin: 4px 0;
}

.l-change-section:after {
  content: '';
  display: block;
  clear: both;
}

.l-player {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.l-change-section .l-player {
  width: 50%;
}

.l-player:after {
  content: '';
  display: block;
  clear: both;
}

.l-change .l-player.l {
  float: left;
  padding-right: 30px;
}

.l-change .l-player.r {
  float: right;
  padding-left: 30px;
}


.l-player.r {
  text-align: right;
}

.l-player-num {
  color: #929292;
  width: 30px;
  text-align: center;
  font-size: 16px;
}

.l-player.l .l-player-num {
  float: left;
}

.l-player.r .l-player-num {
  float: right;
}

.l-player-name {
  color: #000;
  overflow: hidden;
  margin-top: 2px;
}

.l-player-pos {
  font-size: 12px;
}

.l-player-pos.red {
  color: #ff7145;
}

.l-player-pos.green {
  color: #48cb63;
}

.l-player-pos.blue {
  color: #77d2e5;
}

.l-change-info {
  position: absolute;
  top: 1px;
}

.l-player.r .l-change-info {
  left: 0;
}

.l-player.l .l-change-info {
  right: 0;
}

.l-change-icon {
  width: 9px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
}

.l-player.r .l-change-icon {
  margin-right: 2px;
}

.l-player.l .l-change-icon {
  margin-left: 2px;
}

.l-change-icon.icon-out {
  background: url(../images/new/icon-out.png)
}

.l-change-icon.icon-in {
  background: url(../images/new/icon-in.png)
}

.l-stock {
  padding: 20px 0;
  position: relative;
}

.l-stock:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #cbd4db;
}

.l-stock-section:after {
  content: '';
  display: block;
  clear: both;
}

.l-stock-cel {
  width: 50%;
  float: left;
}

.l-stock .l-player {
  margin: 4px 0;
  float: none;
}

.l-stock .l-player-pos {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -2px;
}

.t-table-nav:after {
  content: '';
  display: block;
  clear: both;
}

.group-tabs {
  float: right;
  border-radius: 6px;
  border: 1px solid #cad3da;
  overflow: hidden;
  margin: 20px;
}

.group-tabs li {
  float: left;
  width: 86px;
}

.group-tabs li + li {
  border-left: 1px solid #cad3da;
}

.group-tabs li a {
  font-size: 13px;
  color: #8b8f99;
  padding: 6px 5px;
  text-align: center;
  display: block;
  font-weight: 700;
}

.group-tabs li.active a {
  background: #eee;
  color: #27314b;
}

.team-table-section {
  border: none;
  border-radius: 0;
}

.t-table {
  counter-reset: list;
  font-family: 'Arial';
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-table-section {
  display: table;
  width: 100%;
  height: 29px;
}

.t-table-row {
  overflow: hidden;
  border-radius: 25px;
  position: relative;
  margin: 1px 0;
}

.t-table-row:before {
  content: '';
  position: absolute;
  left: 45px;
  right: 23px;
  top: 50%;
  height: 1px;
  background: #dee5f0;
}

.t-table-row.curr {
  background: #f1f2f4;
}

.t-table-row.curr span {
  background: #f1f2f4;
}

.t-table-cel {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-top: 2px;
}

.t-table-head .t-table-cel {
  color: #999999;
  font-size: 12px;
}

.t-table-row .t-table-cel {
  font-size: 16px;
  color: #29354d;
}

.t-table-cel.num {
  width: 4%;
}
.t-table-cel.name {
  width: 32%;
  text-align: left;
}

.t-table-cel.games,
.t-table-cel.win,
.t-table-cel.tie,
.t-table-cel.lose,
.t-table-cel.points {
  width: 5.3%;
}


.t-table-cel.goals {
  width: 8.5%;
}

.t-table-row .num:before {
  content: counter(list);
  counter-increment: list;
}

.t-table-cel span {
  display: inline-block;
  background: #fff;
  padding: 0 7px;
  position: relative;
  min-width: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-table-icon {
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 29px;
  font-weight: 700;
  margin-top: -2px;
}

span.t-table-icon.win {
  background: #74a821;
}

span.t-table-icon.lose {
  background: #91b2c6;
}

span.t-table-icon.tie {
  background: #e88c62;
}

.t-matches {
  margin-top: 10px;
}

.t-matches-title {
  color: #7183a4;
  padding: 18px 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.t-matches-inner {
  position: relative;
}

.t-matches-inner:before {
  content: '';
  left: 50%;
  margin-left: -2px;
  width: 4px;
  position: absolute;
  background: #cdd2d6;
  top: 0;
  bottom: 0;
}

.t-matches-inner:after {
  content: '';
  display: block;
  clear: both;
}

.t-matches-cel {
  width: 49.5%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-matches-cel.r {
  margin-left: 1%;
}

.t-matches-stitle {
  text-align: center;
  font-size: 16px;
  color: #4d5768;
  padding: 9px 0;
  background: #f7f8fc;
  border: 1px solid #e6ebf0;
}

.t-matches-cel.l .t-matches-stitle {
  border-left: none;
}

.t-matches-cel.r .t-matches-stitle {
  border-right: none;
}

.tblLisUl.low .pls .team {
  text-align: center;
}

.tblLisUl.low .pls .team {
  width: 44%;
}


.tblLisUl.low .pls .team .teamNam {
  font-size: 12px;
  color: #999;
}

.tblLisUl.low .link {
  padding-right: 5px;
  margin-left: 0;
}

.tblLisUl.low .link {
  padding-left: 65px;
  border-width: 0 1px 1px 1px;
}

.t-matches-cel.l .tblLisUl .link {
  border-width: 0 1px 1px 0;
}

.t-matches-cel.r .tblLisUl .link {
  border-width: 0 0 1px 1px;
}

.tblLisUl.low .pls .sep {
  width: 12%;
  font-size: 14px;
  color: #666;
  font-weight: 700;
}

.t-matches-eyes {
  border-top: 1px solid #cad3da;
  padding-top: 20px;
}

.tbl-high.tblLisUl {
  margin: 0 5px;
}

.tbl-high.tblLisUl .link {
  margin-left: 0;
  border-right: none;
}

.tbl-high.tblLisUl .beginTime {
  width: 60px;
}

.tbl-high.tblLisUl .link {
  padding-left: 75px;
}

.tbl-high.tblLisUl .pls .team {
  font-size: 14px;
}

.tbl-high.tblLisUl .pls .team.t1 {
  padding-right: 40px;
}

.tbl-high.tblLisUl .pls .team.t2 {
  padding-left: 40px;
}

.tbl-high.tblLisUl .pls .team .teamNam {
  margin-top: -5px;
}

.n-yellow-car {
  width: 8px;
  height: 11px;
  display: inline-block;
  background: url(../images/new/yellow-card.png) no-repeat center;
}

.n-red-car {
  width: 8px;
  height: 11px;
  display: inline-block;
  background: url(../images/new/red-card.png) no-repeat center;
}

.n-icon-pen {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../images/new/icon-pen.png) no-repeat center;
}

.n-icon-change {
  width: 17px;
  height: 16px;
  display: inline-block;
  background: url(../images/new/icon-change.png) no-repeat center;
}

.n-icon-auto {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../images/new/icon-auto.png) no-repeat center;
}

.n-icon-ball {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../images/icon_ball.png) no-repeat center;
}

.n-icon-rev {
  display: inline-block;
  margin-top: -3px;
}

.n-icon-rev:before,
.n-icon-rev:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 7px;
  margin: 0 3px;
}

.n-icon-rev:before {
  background: url(../images/new/icon-in.png);
}

.n-icon-rev:after {
  background: url(../images/new/icon-out.png);
}

.t-trans-row {
  margin: 5px 0;
  display: table;
  width: 100%;
}

.t-trans-inner {
  position: relative;
  padding: 20px 0 15px;
}

.t-trans-inner:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #cbd4db;
}

.t-trans-inner:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  bottom: 0;
  background: #cad3da;
}

.t-trans-cel {
  width: 44.9%;
  font-size: 12px;
  color: #27314b;
  display: table-cell;
}

.t-trans-cel.l {
  text-align: right;
}

.t-trans-center {
  width: 10.2%;
  display: table-cell;
}

.t-trans-center .t-time {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin: auto;
}

.t-trans-center .t-time:before,
.t-trans-center .t-time:after {
  width: 28px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 1px;
}

.t-trans-center .t-time:before {
  right: 100%;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(206,214,221,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(206,214,221,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(206,214,221,1) 100%);
}

.t-trans-center .t-time:after {
  left: 100%;
  background: -moz-linear-gradient(left, rgba(206,214,221,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(206,214,221,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(206,214,221,1) 0%,rgba(255,255,255,0) 100%);
}

.t-trans-center .t-time.l:before,
.t-trans-center .t-time.r:after {
  content: '';
}

.t-trans-score {
  color: #8b8f99;
  display: inline-block;
  width: 25px;
  text-align: center;
  vertical-align: middle;
}

.t-trans-cel.l .t-trans-score {
  margin-left: 30px;
}

.t-trans-cel.r .t-trans-score {
  margin-right: 30px;
}

.t-trans-video {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon_play.png) no-repeat 0 0;
  margin: 0 5px;
  text-decoration: none !important;
  vertical-align: middle;
}

.t-trans-icon {
  display: inline-block;
  min-width: 18px;
  margin: 0 5px;
  vertical-align: middle;
}

.t-trans-icon span {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.t-trans-break {
  text-align: center;
  margin: 10px 0;
}

.t-trans-break span {
  color: #8b8f99;
  font-size: 12px;
  padding: 0 5px 2px;
  border-radius: 4px;
  border: 1px solid #cbd4db;
  position: relative;
  background: #fff;
  font-weight: 600;
  display: inline-block;
}

.g-live-icon {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding: 0 7px;
	line-height: 18px;
	font-weight: 700;
	background-color: #e23500;
	margin-right: 10px;
	top: 0px;
	position: relative;
	display: inline-block;
	border-radius: 3px;
	height: 18px;
	overflow: hidden;
	vertical-align: top;
}


.team-chart {
  display: block;
  padding: 0 10px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.team-chart:after {
  content: '';
  display: block;
  clear: both;
}

.team-chart .t-chart-can {
  display: block;
  top: 0;
  bottom: 31px;
  position: absolute;
  left: 232px;
  right: 10px;
  padding-right: 10px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.t-chart-can canvas {
  top: 11px;
  bottom: 0;
  position: absolute;
  left: 0;
  display: block;
}

.team-chart .t-chart-list {
  list-style: none;
  padding: 0 0 14px 0;
  width: 220px;
  font-size: 14px;
  color: #666;
  counter-reset: list;
  margin: 0;
}

.t-chart-list li {
  padding: 4px 15px 5px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  margin: 1px 0;
}

.t-chart-list li:hover,
.t-chart-list li.active {
  background-color: #f1f2f4;
}

.t-chart-list li:after {
  content: counter(list);
  counter-increment: list;
  font-family: 'Arial';
  color: #999;
  font-size: 12px;
  width: 25px;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 50%;
  margin-top: -9px;
}

.t-chart-list li span {
  width: 24px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 4px;
  position: absolute;
  right: 31px;
  top: 50%;
  margin-top: -4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.t-chart-list li:hover span,
.t-chart-list li.active span {
  opacity: 1;
}

.t-chart-label {
  font-size: 10px;
  text-align: center;
  padding: 0 5px 1px;
  font-family: 'Arial';
  border-radius: 15px;
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
  background: #fff;
}

.t-chart-xlabs {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 18px;
  top: 100%;
  right: 17px;
  margin-top: 13px;
  font-size: 12px;
  color: #999;
  font-family: 'Arial';
  text-align: center;
}

.t-chart-xlab {
  flex: 2;
}

.t-chart-xlabs .t-chart-xlab:first-of-type {
  flex: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.t-chart-xlabs .t-chart-xlab:last-of-type {
  flex: 1;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

a.get_bonus, a.btn_register {
  color: #fff;
  width: 225px;
  display: inline-block;
  text-align: center;
}

.b-head h1 {
  padding-left: 30px;
  margin-top: 0;
}

a.b-reg {
  display: block;
  float: none;
  margin: auto;
}

.r-news-link {
  width: 100px;
  height: 55px;
  float: left;
  overflow: hidden;
  margin-right: 8px;
}

.r-news-link img {
  position: relative;
  height: auto !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-team-bot {
  padding-top: 5px;
}

.exp-icon {
  border-radius: 50%;
  background: url(../images/exp-icons.png) no-repeat;
  display: inline-block;
  -webkit-transition: .4s .2s linear;
  -o-transition: .4s .2s linear;
  transition: .4s .2s linear;
}

.exp-icon:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.head-exp {
  width: 159px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.5);
}

.head-exp-item {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 7px;
}

.head-exp-item.chrome {
  background-position: 0 0;
}

.head-exp-item.fs {
  background-position: -27px 0;
}

.head-exp-item.pc {
  background-position: -54px 0;
}

.foot-exp {
  height: 71px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

.foot-exp-cel {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.foot-exp-cel.cel-left {
  background: #bdc8df;
  color: #627493;
}

.foot-exp-cel.cel-right {
  background: #9aaccb;
}

.foot-exp-cel span {
  margin-right: 11px;
}

.foot-exp-item {
  display: block;
  width: 36px;
  height: 36px;
  margin: -2px 11px 0;
}

.foot-exp-item.chrome {
  background-position: 0 bottom;
}

.foot-exp-item.fs {
  background-position: -39px bottom;
}

.foot-exp-item.pc {
  background-position: -78px bottom;
}

.trans-blocked {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: #e84c3d url(../images/blocked-video-img.png);
  height: 159px;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 58px;
  border-radius: 6px;
  font-size: 27px;
  color: #fff;
}

.trans-blocked img {
  margin-right: 30px;
}

.trans-blocked-body {
  text-align: center;
}

.trans-blocked-title {
  font-weight: 700;
}

.trans-blocked-text {
  font-size: 20px;
  margin: 5px 0 0;
}

.trans-open {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 10px;
}

.trans-open-link {
  width: 532px;
  height: 292px;
  display: block;
  background: url(../images/to-trans.jpg) no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: relative;
  border-radius: 5px;
}

.trans-open-link:before {
  content: '';
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
  background: url(../images/trans-btn-play.png) no-repeat center;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.trans-open-link:hover:before{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.trans-open-text {
  font-size: 26px;
  color: #929292;
  margin: 20px 0 20px 28px;
  line-height: 1.2;
}



/************* Pre-Match Analytics * start *************/
.PMA {
	position: relative;
	padding: 30px 3px 33px;
	font-size: 0;
	color: #7f8faa;
	line-height: 1.3;
	z-index: 0;
	cursor:default;
}
.PMA:before, .PMA:after {
	content: '';
	display: block;
	clear: both;
}
.PMA-line-con {
	width: 100%;
	float: left;
}
.PMA-line-side {
	position: relative;
	font-size: 14px;
}
.PMA-line-side.fc {
	width: 100%;
	padding: 30px 0 20px;
}
.PMA-line.line-left .PMA-line-side {
	text-align: right;
	padding-right: 84px;
}
.PMA-line.line-left .PMA-line-side.withImg {
	padding-right: 124px;
}
.PMA-line.line-right .PMA-line-side {
	text-align: left;
	padding-left: 84px;
}
.PMA-line.line-right .PMA-line-side.withImg {
	padding-left: 124px;
}
.PMA-line-side {
	margin-top: 15px;
}
.PMA > .PMA-line:nth-child(2) .PMA-line-side {
	margin-top: 0;
}
.PMA-line-side-date {
	font-family: PT Sans Narrow;
	margin-bottom: 5px;
}
.PMA-line-side-date.b {
	color: #2365bd;
}
.PMA a {
	font-size: 14px;
	color: #2365bd;
	text-decoration: underline;
}
.PMA-line-side-img {
	width: 56px;
	height: 56px;
	border: 1px solid #2365bd;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -29px;
	background-color: #ffffff;
}
.PMA-line-side-img:after {
	content: '';
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	border: 2px solid #f1f1f4;
	border-radius: 50%;
}
.PMA-line.line-left .PMA-line-side-img {right: 49px;}
.PMA-line.line-right .PMA-line-side-img {left: 49px;}
.PMA-line-side-img img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	line-height: 1;
}
.PMA-line {
	position: relative;
	width: 50%;
}
.PMA-line.line-left {
	float: left;
}
.PMA-line.line-right {
	float: right;
}
.PMA-line-side-icon {
	position: absolute;
	width: 36px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	top: 20px;
	height: 44px;
}
.PMA-line.line-left .PMA-line-side-icon {right: 24px;}
.PMA-line.line-right .PMA-line-side-icon {left: 24px;}
.PMA-line-side-icon.iconMed {background-image: url(/images/PMA/iconMed.png);}
.PMA-line-side-icon.iconYeC {background-image: url(/images/PMA/iconYeC.png);}
.PMA-line-side-icon.iconRedC {background-image: url(/images/PMA/iconRedC.png);}
.PMA-line-side-icon.iconCh {background-image: url(/images/PMA/iconCh.png);}
.PMA-line-side-icon.iconBrn {background-image: url(/images/PMA/iconBrn.png);}

.PMA-line-side-l {
	position: absolute;
	top: 0;
	bottom: 36px;
	background-color: #2365bd;
	width: 3px;
	left: 50%;
	margin-left: -1px;
}

.PMA-line-side:before {
	position: absolute;
	border-top: 1px solid #2365bd;
	content: '';
	display: block;
	width: 76px;
	top: 14px;
}
.PMA-line.line-left .PMA-line-side:before {right: 0;}
.PMA-line.line-right .PMA-line-side:before {left: 0;}
.PMA-line-side.withImg:before {
	top: 50%;
	margin-top: -1px;
}
.PMA-line-side:after {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #2365bd;
	display: block;
	position: absolute;
	border-radius: 50%;
	top: 11px;
	box-shadow: 0 1px 0 0 #ffffff,0 -1px 0 0 #ffffff;
}
.PMA-line.line-left .PMA-line-side:after {right: -4px;}
.PMA-line.line-right .PMA-line-side:after {left: -3px;}
.PMA-line-side.withImg:after {
	top: 50%;
	margin-top: -4px;
}
.PMA-line-side.fc:before, .PMA-line-side.fc:after,
.PMA-line-side.v3:before, .PMA-line-side.v3:after {
	display: none;
}

.PMA-line-side-bet {
	max-width: 718px;
	margin: 0 auto;
	height: 68px;
	border: 1px solid #2365bd;
	border-radius: 34px;
	background-color: #ffffff;
	position: relative;
	font-size: 0;
	text-align: center;
}
.PMA-line-side-bet-date {
	height: 20px;
	line-height: 20px;
	background-color: #2365bd;
	color: #ffffff;
	width: 140px;
	position: absolute;
	border-radius: 10px;
	top: -11px;
	left: 50%;
	margin-left: -70px;
	font-size: 14px;
	font-family: PT Sans Narrow;
}
.PMA-line-side-bet-logo {
	position: absolute;
	height: 59px;
	line-height: 59px;
	bottom: 0;
	width: 140px;
	display: block;
	left: 50%;
	margin-left: -70px;
	font-size: 0 !important;
}
.PMA-line-side-bet-team {
	display: block;
	margin: 0 20px;
	height: 68px;
	text-decoration: none !important;
	width: 270px;
	position: relative;
	font-family: Roboto Condensed;
}
.PMA-line-side-bet-team-kof {
	display: block;
	color: #aab4c6;
	line-height: 1;
}
.PMA-line-side-bet-team-kof .old {
	margin-right: 12px;
	text-decoration: line-through;
}
.PMA-line-side-bet-team-kof .new {
	font-size: 18px;
	color: #04517f;
}
.PMA-line-side-bet-team-name {
	display: block;
	color: #666666;
	padding-top: 12px;
	height: 27px;
	line-height: 1;
}
.PMA-line-side-bet-team:hover .PMA-line-side-bet-team-name {
	color: #2365bd;
}
.PMA-line-side-bet-team-arr {
	background-repeat: no-repeat;
	width: 13px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	position: absolute;
}
.PMA-line-side-bet-team-arr.up {background-image: url(/images/PMA/up.png);}
.PMA-line-side-bet-team-arr.down {background-image: url(/images/PMA/down.png);}
.PMA-line-side-bet-team.fl .PMA-line-side-bet-team-arr {left: 6px;}
.PMA-line-side-bet-team.fr .PMA-line-side-bet-team-arr {right: 6px;}

.PMA-line-side-txt-red {
	color: #f34848;
}
.PMA-line-side-txt-pl {
	font-weight: 700;
	margin-top: 3px;
}
.PMA-line-side-txt-b {
	font-weight: 700;
	text-transform: uppercase;
}
.PMA-line-side-txt-green-b {
	font-weight: 700;
	color: #64a243;
}
.PMA-line-side-txt-red-b {
	font-weight: 700;
	color: #f34848;
}
.PMA .redC {color: #f34848;}
.PMA a.strong-link {
	color: #7f8faa;
}
.PMA-line-side.fc.v2 {
	text-align: center;
	padding: 10px 0;
	font-size: 0;
}
.PMA-line-side-forecast {
	height: 70px;
	line-height: 70px;
	background-color: #64a243;
	display: inline-block;
	vertical-align: top;
	border-radius: 35px;
	padding: 0 4px 0 34px;
	min-width: 520px;
	box-shadow: 0 3px 0 0 #ffffff,0 -3px 0 0 #ffffff;
	white-space: nowrap;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.PMA-line-side-forecast-txt {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 24px;
	color: #ffffff;
	font-family: Roboto Condensed;
	width: 176px;
	margin-right: 10px;
	white-space: normal;
}
.PMA-line-side-forecast-site {
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	height: 54px;
	line-height: 54px;
	border-radius: 27px;
	overflow: hidden;
	text-decoration: none !important;
	margin: 0 4px;
	box-shadow:0 0 0 0px #64a243;
	font-size: 0 !important;
	
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.PMA-line-side-forecast-site img {
	display: inline-block;
	vertical-align: middle;
}
.PMA-line-side-forecast-site.b-w{background-color:#ffffff;}
.PMA-line-side-forecast-site.b-b{background-color:#000000;}
.PMA-line-side-forecast-site.b-db{background-color:#243149;}
.PMA-line-side-forecast-site:hover{box-shadow:0 0 0 4px #68c437;}

.PMA-line-side-weather {
	height: 70px;
	line-height: 70px;
	background-color: #2365bd;
	display: inline-block;
	vertical-align: top;
	border-radius: 35px;
	padding: 0 12px 0 6px;
	min-width: 520px;
	box-shadow: 0 3px 0 0 #ffffff,0 -3px 0 0 #ffffff;
	white-space: nowrap;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.PMA-line-side-weather-info {
	display: inline-block;
	vertical-align: middle;
	height: 54px;
	line-height: 54px;
	background-color: #10448a;
	border-radius: 27px;
	width: 230px;
}
.PMA-line-side-weather-txt {
	display: inline-block;
	vertical-align: middle;
	width: 270px;
	line-height: 1.3;
	color: #ffffff;
	font-family: Roboto Condensed;
}
.PMA-line-side-weather-txt .txt1 {
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.PMA-line-side-weather-txt .txt2 {
	font-size: 14px;
	letter-spacing: -0.3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.PMA-line-side-weather-info .txt1 {
	font-size: 36px;
	font-family: Roboto Condensed;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	letter-spacing: -2px;
}
.PMA-line-side-weather-info .txt1 sup {
	font-size: 50%;
	top: -22px;
}
.PMA > div:last-child > div {
	padding-bottom: 0 !important;
}

.PMA-line-side.v3 {
	background-color: #f2f3f6;
	margin-top: 35px;
	margin-bottom: 35px;
	padding-top: 16px;
	padding-bottom: 10px;
}
.PMA-line.line-left .PMA-line-side.v3 {
	margin-right: 4px;
	padding-right: 80px;
}
.PMA-line.line-left .PMA-line-side.v3:after {
	display: block;
	width: 11px;
	height: 11px;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	box-shadow: inset 0 0 0 3px #2365bd;
	right: -12px;
	z-index: 1;
	top: 50%;
	margin-top: -7px;
}
.PMA-line.line-right .PMA-line-side.v3 {
	margin-left: 5px;
	padding-left: 80px;
}
.PMA-line-side-iconDate {
	position: absolute;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	font-family: Proxima Nova;
	padding: 12px 0 3px;
	line-height: 21px;
	top: 50%;
	margin-top: -18px;
}
.PMA-line.line-left .PMA-line-side-iconDate {right: 19px;}
.PMA-line.line-right .PMA-line-side-iconDate {left: 19px;}
.PMA-line-side-iconDate.up {background-image: url(/images/PMA/date1.png);}
.PMA-line-side-iconDate.down {background-image: url(/images/PMA/date2.png);}

/************* Pre-Match Analytics * end *************/


/************* block "Match Review" * start *************/
.mrb-con {
	position: relative;
	margin: -19px 0 10px;
	padding: 0 40px;
}
.mrb-div {
	position: relative;
	background-color: #ffffff;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #cad3da;
	border-radius: 0 0 5px 5px;
	padding-bottom: 23px;
}
.mrb-arr-con {
	text-align: center;
	font-size: 0;
}
.mrb-arr-div {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	border-color: #cad3da;
	border-width: 0 1px 1px;
	border-style: solid;
	height: 23px;
	line-height: 23px;
	padding: 0 25px;
	background-color: #ffffff;
	border-radius: 0 0 4px 4px;
	color: #8B8F99;
	font-weight: 700;
	position: relative;
}
.mrb-arr-div:hover {
	color: #3286d7;
}
.mrb-arr-div:before, .mrb-arr-div:after {
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	border-top: 1px solid #8B8F99;
	border-left: 1px solid #8B8F99;
	top: 10px;
	
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mrb-arr-div:hover:before, .mrb-arr-div:hover:after{
	border-color: #3287d8;
}
.mrb-arr-div.active:before, .mrb-arr-div.active:after {
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	
	top: 8px;
}
.mrb-arr-div:before{
	left: 10px;
}
.mrb-arr-div:after{
	right: 10px;
}
.mrb-arr-div > span:before, .mrb-arr-div > span:after {
	vertical-align: middle;
	font-size: 12px;
}
.mrb-arr-div > span:before {content: attr(data-txt1);display: inline-block;}
.mrb-arr-div > span:after {content: attr(data-txt2);display: none;}
.mrb-arr-div.active > span:before {display: none;}
.mrb-arr-div.active > span:after {display: inline-block;}
.mrb-div-name {
	text-align: center;
	position: relative;
	font-size: 0;
	padding: 16px 0;
}
.mrb-div-name:before {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	top: 50%;
	
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 10%, #a7a7a7 45%, #a7a7a7 55%, #ffffff 90%);
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,#ffffff), color-stop(45%,#a7a7a7), color-stop(55%,#a7a7a7), color-stop(90%,#ffffff));
	background: -webkit-linear-gradient(left,  #ffffff 10%,#a7a7a7 45%,#a7a7a7 55%,#ffffff 90%);
	background: -o-linear-gradient(left,  #ffffff 10%,#a7a7a7 45%,#a7a7a7 55%,#ffffff 90%);
	background: -ms-linear-gradient(left,  #ffffff 10%,#a7a7a7 45%,#a7a7a7 55%,#ffffff 90%);
	background: linear-gradient(to right,  #ffffff 10%,#a7a7a7 45%,#a7a7a7 55%,#ffffff 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
.mrb-div-name > span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #8b8f99;
	font-weight: 300;
	font-family: Roboto;
	padding: 0 12px;
	background-color: #ffffff;
	position: relative;
}
.mrb-div-line-con {
	padding: 7px 0 6px;
	position: relative;
	background-image: url(/images/mrb/dot3.png),url(/images/mrb/dot3.png);
	background-repeat: no-repeat;
	background-position: 50% 0,50% 100%;
}
.mrb-div-line {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
	padding: 3px 0 4px;
}
.mrb-div-line + .mrb-div-line:before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	width: 1px;
	height: 1px;
	background-color: #a5a5a5;
	left: 50%;
	margin-left: -1px;
}
.mrb-div-line-time {
	width: 39px;
	height: 16px;
	font-size: 12px;
	color: #ffffff;
	border-radius: 2px;
	text-align: center;
	line-height: 16px;
	flex-shrink: 0;
	
	background-color: #3880c2;
}
.mrb-div-line-inf {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	min-height: 1px;
	width: 50%;
	flex-shrink: 2;
	position: relative;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 12px;
	align-items: center;
	color: #2c3950;
	line-height: 16px;
}
.mrb-div-line-inf:first-child {
	padding-right: 60px;
	flex-direction: row;
}
.mrb-div-line-inf:last-child {
	padding-left: 60px;
	flex-direction: row-reverse;
}
.mrb-div-line-inf > span, .mrb-div-line-inf > a {
	margin: 0 3px;
}
[class*="mrb-ico-"] {
	position: absolute;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	top: -1px;
	display: block;
	margin: 0 !important;
}
.mrb-div-line-inf:first-child [class*="mrb-ico-"]{right:35px;}
.mrb-div-line-inf:last-child [class*="mrb-ico-"]{left:35px;}
.mrb-ico-1{background-image:url(/images/mrb/ico1.png);}
.mrb-ico-2{background-image:url(/images/mrb/ico2.png);}
.mrb-ico-3{background-image:url(/images/mrb/ico3.png);}
.mrb-ico-4{background-image:url(/images/mrb/ico4.png);}
.mrb-ico-5{background-image:url(/images/mrb/ico5.png);}
.mrb-ico-6{background-image:url(/images/mrb/ico6.png);}
.mrb-ico-7{background-image:url(/images/mrb/ico7.png);}

.mrb-ico-8{background-image:url(/images/mrb/ico8.png);}
.mrb-ico-9{background-image:url(/images/mrb/ico9.png);}
/*.mrb-ico-10{
	background-image:url(/images/mrb/ico10.png);
}*/
.mrb-ico-11{background-image:url(/images/mrb/ico11.png);}
.mrb-ico-12{background-image:url(/images/mrb/ico12.png);}
.mrb-ico-13{background-image:url(/images/mrb/ico13.png);}
.mrb-ico-14{background-image:url(/images/mrb/ico14.png);}

.mrb-v {
	width: 20px;
	height: 14px;
	background-repeat: no-repeat;
	background-color: #94e48b;
	background-image: url(/images/mrb/v.png);
	border-radius: 2px;
}
a.mrb-v:hover {
	opacity:0.8;
}
.mrb-g {
	font-size: 14px;
	font-family: Roboto Condensed;
	font-style: italic;
	color: #ffffff;
	border-radius: 2px;
	padding: 0 7px;
	margin-top: -1px !important;
	margin-bottom: -1px !important;
	background-color: #56b14c;
}
.mrb-div-line-inf a {
	text-decoration: underline;
}
.mrb-div-line-inf a:hover {
	text-decoration: none;
}
.mrb-r {
	width: 25px;
	height: 7px;
	background-repeat: no-repeat;
	background-image: url(/images/mrb/ico3-1.png),url(/images/mrb/ico3-2.png);
	background-position: 0 0, 100% 0;
}
.mrb-div-line-inf:last-child .mrb-r {
	background-position: 100% 0, 0 0;
}
.mrb-s {
	font-size: 14px;
}
.mrb-div-line-inf:before{
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 32px;
	top: 8px;
}
.mrb-div-line-inf:empty:before{display:none;}
.mrb-div-line-inf:first-child:before {
	right: 3px;
	
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #a5a5a5 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#a5a5a5));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#a5a5a5 100%);
	background: -o-linear-gradient(left,  #ffffff 0%,#a5a5a5 100%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#a5a5a5 100%);
	background: linear-gradient(to right,  #ffffff 0%,#a5a5a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a5a5a5',GradientType=1 );
}
.mrb-div-line-inf:last-child:before {
	left: 3px;
	
	background: #a5a5a5;
	background: -moz-linear-gradient(left,  #a5a5a5 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a5a5a5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,  #a5a5a5 0%,#ffffff 100%);
	background: -o-linear-gradient(left,  #a5a5a5 0%,#ffffff 100%);
	background: -ms-linear-gradient(left,  #a5a5a5 0%,#ffffff 100%);
	background: linear-gradient(to right,  #a5a5a5 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#ffffff',GradientType=1 );
}
/************* block "Match Review" * end *************/

.p10h{padding-left:10px;padding-right:10px;}
.tblLisUl .link .pls > span.teamNam {
	line-height: 15px;
	display: inline-block;
	max-height: 30px;
	overflow: hidden;
	vertical-align: middle;
}


/************* "bookmakers rating" * start *************/
.bR-table {
	position: relative;
	padding-top: 6px;
}
.bR-table:before {
	background: #eff0f5;
	background: -moz-linear-gradient(top,  #eff0f5 0%, #d3d6df 80%, #d8dbe4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff0f5), color-stop(80%,#d3d6df), color-stop(100%,#d8dbe4));
	background: -webkit-linear-gradient(top,  #eff0f5 0%,#d3d6df 80%,#d8dbe4 100%);
	background: -o-linear-gradient(top,  #eff0f5 0%,#d3d6df 80%,#d8dbe4 100%);
	background: -ms-linear-gradient(top,  #eff0f5 0%,#d3d6df 80%,#d8dbe4 100%);
	background: linear-gradient(to bottom,  #eff0f5 0%,#d3d6df 80%,#d8dbe4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f5', endColorstr='#d8dbe4',GradientType=0 );

	content: '';
	display: block;
	position: absolute;
	height: 6px;
	left: 0;
	right: 0;
	top: 0;
}
.bR-table-line {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	padding: 5px 6px 5px 0px;
	height: 50px;
	align-items: center;
	border-bottom: 1px solid #eaeaf2;
	justify-content: space-between;
}
.bR-table-line:first-child{border-top: 1px solid #eaeaf2;}
.bR-table-img {
	width: 110px;
	flex-shrink: 0;
}
.bR-table-img img {
	width: 110px;
	height: 50px;
}
.bR-table-num {
	width: 45px;
	flex-shrink: 0;
	text-align: center;
}
.bR-table-num > span {
	width: 26px;
	height: 26px;
	background-color: #e8ebf0;
	color: #898e94;
	border-radius: 50%;
	display: block;
	line-height: 26px;
	font-size: 14px;
	margin: 0 auto;
}
.bR-table-line:nth-child(1) .bR-table-num > span, .bR-table-line:nth-child(2) .bR-table-num > span, .bR-table-line:nth-child(3) .bR-table-num > span {
	font-weight: 700;
	color: #ffffff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}
.bR-table-line:nth-child(1) .bR-table-num > span{background-color:#f1cc1b;}
.bR-table-line:nth-child(2) .bR-table-num > span{background-color:#bcc9d1;}
.bR-table-line:nth-child(3) .bR-table-num > span{background-color:#c7b285;}
.bR-table-but {
	display: block;
	height: 23px;
	line-height: 23px;
	color: #ffffff !important;
	border-radius: 2px;
	line-height: 23px;
	text-align: center;
	font-weight: 700;
}
.bR-table-but.but-blue {
	background: #338ad1;
	background: -moz-linear-gradient(top,  #338ad1 0%, #205ca5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#338ad1), color-stop(100%,#205ca5));
	background: -webkit-linear-gradient(top,  #338ad1 0%,#205ca5 100%);
	background: -o-linear-gradient(top,  #338ad1 0%,#205ca5 100%);
	background: -ms-linear-gradient(top,  #338ad1 0%,#205ca5 100%);
	background: linear-gradient(to bottom,  #338ad1 0%,#205ca5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#338ad1', endColorstr='#205ca5',GradientType=0 );
}
.bR-table-but.but-blue:hover {
	background: #3794e3;
	background: -moz-linear-gradient(top,  #3794e3 0%, #2664ba 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3794e3), color-stop(100%,#2664ba));
	background: -webkit-linear-gradient(top,  #3794e3 0%,#2664ba 100%);
	background: -o-linear-gradient(top,  #3794e3 0%,#2664ba 100%);
	background: -ms-linear-gradient(top,  #3794e3 0%,#2664ba 100%);
	background: linear-gradient(to bottom,  #3794e3 0%,#2664ba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3794e3', endColorstr='#2664ba',GradientType=0 );
}
.bR-table-but.but-green {
	background: #92c868;
	background: -moz-linear-gradient(top,  #92c868 0%, #61913d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92c868), color-stop(100%,#61913d));
	background: -webkit-linear-gradient(top,  #92c868 0%,#61913d 100%);
	background: -o-linear-gradient(top,  #92c868 0%,#61913d 100%);
	background: -ms-linear-gradient(top,  #92c868 0%,#61913d 100%);
	background: linear-gradient(to bottom,  #92c868 0%,#61913d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c868', endColorstr='#61913d',GradientType=0 );
}
.bR-table-but.but-green:hover {
	background: #9bd56e;
	background: -moz-linear-gradient(top,  #9bd56e 0%, #6da345 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bd56e), color-stop(100%,#6da345));
	background: -webkit-linear-gradient(top,  #9bd56e 0%,#6da345 100%);
	background: -o-linear-gradient(top,  #9bd56e 0%,#6da345 100%);
	background: -ms-linear-gradient(top,  #9bd56e 0%,#6da345 100%);
	background: linear-gradient(to bottom,  #9bd56e 0%,#6da345 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bd56e', endColorstr='#6da345',GradientType=0 );
}
.bR-table-but-div {
	padding: 0 2px;
	flex-shrink: 0;
}
.bR-table-but-div.div-1{width:70px;}
.bR-table-but-div.div-2{width:88px;}
.bR-table-bonus {
	width: 100%;
	text-align: center;
	max-height: 38px;
	overflow: hidden;
	padding-right: 8px;
}
.bR-table-bonus a {
	color: #419e05;
	text-decoration: underline;
	font-size: 14px;
}
.bR-table-name-div {
	width: 100px;
	padding: 0 8px;
	flex-shrink: 0;
}
.bR-table-name {
	font-weight: 700;
	color: #021246;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
}


.bRw-head {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: stretch;
	border-bottom: 1px solid #ebebed;
}
.bRw-head-col {
	width: 50%;
	padding: 2px;
}
.bRw-head-col:last-child {
	border-left: 1px solid #ebebed;
	display: flex;
	align-content: center;
	align-items: center;
}
.bRw-head-logo img {
	display: block;
	height: 162px;
	width: 100%;
}
.bRw-head-name1 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
}
.bRw-head-name1 span {
	color: #acadb2;
	font-size: 19px;
	font-weight: 700;
	display: block;
}
.bRw-head-div {
	padding: 12px 12px 15px;
	background-color: #f7f7f7;
}
.bRw-but-big {
	display: inline-block;
	vertical-align: top;
	padding: 0 28px;
	height: 50px;
	line-height: 50px;
	color: #ffffff !important;
	border-radius: 6px;
	font-weight: 700;
	font-size: 18px;
}
.bRw-but-big.but-blue {
	background-color:#3880c2;
}
.bRw-but-big.but-blue:hover {
	background-color:#3c8cd5;
}
.bRw-head-div .t-star-box {
	float: none;
	margin: 10px 0 20px;
}
.bRw-head-char {
	padding: 26px 20px 35px 24px;
	width: 100%;
}
.bRw-head-char li + li {
	margin-top: 22px;
}
.bRw-head-charname {
	color: #87919d;
	font-size: 14px;
}
.bRw-head-level {
	height: 4px;
	background-color: #8691ad;
	border-radius: 2px;
	margin-top: 4px;
}
.bRw-head-level > div {
	background-color: #e4b656;
	height: 4px;
	border-radius: 2px;
	position: relative;
}
.bRw-head-level > div:before {
	content: '';
	position: absolute;
	display: block;
	background-color: #8ac867;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: -3px;
	right: -5px;
	box-shadow: 0 0 0 2px #ffffff,2px 3px 3px 0px rgba(0,0,0,0.6);
}
.bRw-head-level[data-level="0"] > div{width:0%;}
.bRw-head-level[data-level="1"] > div{width:10%;}
.bRw-head-level[data-level="2"] > div{width:20%;}
.bRw-head-level[data-level="3"] > div{width:30%;}
.bRw-head-level[data-level="4"] > div{width:40%;}
.bRw-head-level[data-level="5"] > div{width:50%;}
.bRw-head-level[data-level="6"] > div{width:60%;}
.bRw-head-level[data-level="7"] > div{width:70%;}
.bRw-head-level[data-level="8"] > div{width:80%;}
.bRw-head-level[data-level="9"] > div{width:90%;}
.bRw-head-level[data-level="10"] > div{width:100%;}
.bRw-bon {
	background-color: #fbf2e1;
	border-bottom: 1px solid #ebebed;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	height:112px;
	padding: 0 68px 0 40px;
}
.bRw-bon-txt {
	color: #c48b08;
	padding: 0 20px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
}
.bRw-bon-summ {
	text-align: center;
}
.bRw-bon-summ-num {
	color: #c48b08;
	font-weight: 700;
	font-size: 36px;
}
.bRw-bon-but {
	display: inline-block;
	vertical-align: top;
	color: #ffffff !important;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-weight: 700;
	font-size: 14px;
	border-radius:2px;
	
	background: #e8b95d;
	background: -moz-linear-gradient(top,  #e8b95d 0%, #c48f01 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8b95d), color-stop(100%,#c48f01));
	background: -webkit-linear-gradient(top,  #e8b95d 0%,#c48f01 100%);
	background: -o-linear-gradient(top,  #e8b95d 0%,#c48f01 100%);
	background: -ms-linear-gradient(top,  #e8b95d 0%,#c48f01 100%);
	background: linear-gradient(to bottom,  #e8b95d 0%,#c48f01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b95d', endColorstr='#c48f01',GradientType=0 );
}
.bRw-bon-but:hover {
	background: #faca6d;
	background: -moz-linear-gradient(top,  #faca6d 0%, #d89e01 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faca6d), color-stop(100%,#d89e01));
	background: -webkit-linear-gradient(top,  #faca6d 0%,#d89e01 100%);
	background: -o-linear-gradient(top,  #faca6d 0%,#d89e01 100%);
	background: -ms-linear-gradient(top,  #faca6d 0%,#d89e01 100%);
	background: linear-gradient(to bottom,  #faca6d 0%,#d89e01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faca6d', endColorstr='#d89e01',GradientType=0 );
}
.bRw-bon-ico {
	background-image: url(/images/bRw-bonus.png);
	width: 63px;
	height: 70px;
	background-repeat: no-repeat;
	margin-top: 5px;
}
.bRw-adv {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 2px 1px 0;
	border-bottom: 1px solid #e6ebf0;
}
.bRw-adv-col {
	width: 50%;
	padding: 0 1px;
}
.bRw-adv-head {
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 10px;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	line-height: 1.3;
}
.bRw-adv-head.head-plus {
	background-color: #8ec464;
}
.bRw-adv-head.head-minus {
	background-color: #bbc1cf;
}
.bRw-adv-list {
	padding: 16px 12px;
}
.bRw-adv-list li {
	position: relative;
	padding: 8px 0 8px 15px;
	font-size: 14px;
	color: #6f7b92;
}
.bRw-adv-list li:before {
	position: absolute;
	background-color: #8ac66e;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 0;
	content: '';
	display: block;
	top: 16px;
}
.bRw-adv-list.list-plus li:before{background-color: #8ac66e;}
.bRw-adv-list.list-minus li:before{background-color: #ebb94a;}
.bRw-bb{border-bottom: 1px solid #e6ebf0;}
.bRw-bt{border-top: 1px solid #e6ebf0;margin-top:-1px;}
.bRw-df{display:flex;}
.bRw-oh {
	overflow: hidden;
	position: relative;
}
.bRw-bsr{box-shadow: 1px 0 0 0 #e6ebf0;}
.col12.bRw-nfnbb .newsFeed{border-bottom:none;}
.bRw-payments {
	display: flex;
	flex-wrap: wrap;
	padding: 18px 0 5px 10px;
}
.bRw-payments li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
	padding: 3px 10px 15px 50px;
	position: relative;
	min-height: 22px;
	line-height: 22px;
	font-size: 0;
}
.bRw-payments-img {
	width: 40px;
	/*height: 18px;*/
	border: 1px solid #c7c7c9;
	display: block;
	border-radius: 2px;
	overflow: hidden;
	position: absolute;
	vertical-align: top;
	box-shadow: 0 0 0 1px #ffffff,2px 2px 0 0 #c7c7c9;
	left: 0;
	top: 0;
}
.bRw-payments-img img {
	width: 100%;
	height: 100%;
}
.bRw-payments-name {
	font-weight: 700;
	color: #333645;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.bRw-bookie-info {
	padding: 12px 0;
}
.bRw-bookie-info .td.contacts {
	width: 100%;
	border-left: none;
}
.bRw-bookie-info ul li {
	width: 100%;
	margin: 6px 0;
}
.bRw-p15{padding:15px;}

.cybertitle {
	font: bold 18px 'PT Sans', sans-serif;
	color: #929292;
	text-transform: uppercase;
	margin-top: 0;
}

/************* "bookmakers rating" * end *************/

.telegram-go-online {
	background-image: url(/images/btn_red.png);
	height: 27px;
	color: #ffffff !important;
	line-height: 27px;
	padding: 0 10px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.telegram-go-online:hover {background-position:0 -27px;}
.telegram-go-online:active {background-position:0 -54px;}


/*********** event stadion * start ***********/ 
.e-ran {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-around;
	margin: 20px 0;
}
.e-ran-name {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #7183a4;
	margin: 20px 10px;
}
.e-ran-name-min {
	font-size: 14px;
	font-weight: 700;
	color: #929292;
	text-align: center;
	padding: 0 18px;
	margin: 15px 0;
}
.e-ran-name-min.al {
	text-align: left;
}
.e-ran-cell:nth-child(2) .e-ran-name-min.al {
	text-align: right;
}

.e-ran-team {
	flex-grow: 1;
	text-align: center;
}
.e-ran-team-img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto 5px;
	background-color: #ffffff;
	overflow: hidden;
	box-shadow: 0 0 0 6px #f1f1f4;
	border-radius: 50%;
	position: relative;
}
.e-ran-team-img img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.e-ran-team-name {
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 20px 15px;
}
.e-ran-team-rank {
	font-size: 24px;
	color: #4d5768;
	line-height: 1;
}

.e-ran-stadion {
	background-image: url(/images/new/stadion.png);
	width: 538px;
	height: 345px;
	background-repeat: no-repeat;
	background-color: #309734;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-shrink: 0;
}
.e-ran-stadion-field {
	width: 50%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 15px;
}
.e-ran-stadion-field:last-child {
	flex-direction: row-reverse;
}
.e-ran-stadion-col {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.e-ran-stadion-pl {
	width: 35px;
	height: 47px;
	position: relative;
}
.e-ran-stadion-pl:before {
	background-image: url(/images/new/icon-lplayer.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 42px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -2px;
}
.e-ran-stadion-field:last-child .e-ran-stadion-pl:before {
	background-image: url(/images/new/icon-rplayer.png);
}
.e-ran-stadion-pl.gk:before {
	background-image: url(/images/new/icon-lgk.png);
}
.e-ran-stadion-field:last-child .e-ran-stadion-pl.gk:before {
	background-image: url(/images/new/icon-rgk.png);
}
.e-ran-stadion-pl-num {
	position: absolute;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight:700;
	left: 0;
	right: 0;
	top: 10px;
	font-family: Proxima-Bold, Roboto;
}
.e-ran-stadion-pl-name {
	font-size: 12px;
	font-family: Proxima-Regular, Roboto;
	color: #ffffff;
	position: absolute;
	left: -20px;
	right: -20px;
	top: 36px;
	text-shadow: 0 5px 5px rgba(0,0,0,0.75);
	text-align: center;
	line-height: 1;
}


.e-ran-row {
	display: flex;
	align-items: stretch;
}
.e-ran-cell:nth-child(2) {
	border-left: 1px solid #cbd4db;
}
.e-ran-cell {
	width: 50%;
	min-height: 10px;
	padding-bottom: 30px;
}
.e-ran-row + .e-ran-row .e-ran-cell {
	border-top: 1px solid #e6ebf0;
}
.e-ran-list-line {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	height: 37px;
}
.e-ran-cell:nth-child(2) .e-ran-list-line {
	flex-direction: row-reverse;
}
.e-ran-list-num {
	width: 35px;
	text-align: center;
	flex-shrink: 0;
	font-size: 24px;
	color: #929292;
	font-family: Open Sans Condensed;
	font-weight: 700;
}
.e-ran-list-num {
	width: 35px;
	text-align: center;
	flex-shrink: 0;
	font-size: 24px;
	color: #929292;
	font-family: Open Sans Condensed;
	font-weight: 700;
}
.e-ran-list-name {
	width: 100%;
	padding: 0 20px;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
}
.e-ran-cell:nth-child(2) .e-ran-list-name {
	text-align: right;
}
.e-ran-list-line.min {
	padding: 0;
	height: 24px;
}
.e-ran-list-line.min .e-ran-list-num {
	width: 30px;
	font-size: 14px;
}
.e-ran-list-line.min .e-ran-list-name {
	padding: 0;
	font-size: 14px;
}
.e-ran-list-line.min.v2 .e-ran-list-name {
	flex-grow: 1;
}
.e-ran-list-line.min.v2 .e-ran-list-name:nth-last-child(2) {
	text-align: right;
}
.e-ran-list-inout {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAHCAYAAADqF3ZBAAAAx0lEQVQokXXRoUrDURiG8d9fxmBiNWgVixbBG3BpFyIWEdSicSxOBbFYxGjzCkTYLRjEIlaNFnEwhFlex/GIb/m+54Hzcg6n6Z0tDjGPO4zwgQVsoYfP2/vNY7/TwiV28VXKCzxiDxM8YQ1tvGPd3xxiB884/ZFzeMVRuI2NTPFvVdEKBtkH4VkZXOeJZUbxZRpcoRPuhJuybJprj8Pj8LQq20a3ct34WRm8oJ+9Hy6zjJPsEzxkil9qVQfOsZpZZx83/v/1g29fxSuDbQjlLQAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	height: 7px;
	width: 35px;
	background-position: 50% 50%;
	flex-shrink: 0;
}
.e-ran-cell:nth-child(2) .e-ran-list-inout {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAHCAYAAADqF3ZBAAAA0UlEQVQokWXQoUqDYRjF8d8nYzCxmbTaxKCXMBBZ0eQdiEUEtVjHohpmsojRizDNGxAsWsSq0aA4GMIMOx+8fp5ynvN/Xg68T/XZ6ynUwhUO8FMudjcfzjCPO9zjCwvoYgvfLX91gn284KKxu8QTDjHBM1bRxgfW5orHKxhkHiSXesdp5jbW48Lf6rIK1+gkd5KrRuENRg02CleX7Zn9vVQ3vNTU7Azj5HHytC5bwnmWEzzGhS83Cl/Rz9xPVpcd4xbbWMRGfCf8yH8Nzc4wLOEv238qfQoNlfQAAAAASUVORK5CYII=');
}
.e-ran-cell:nth-child(2) .e-ran-list-line.min.v2 .e-ran-list-name:nth-last-child(2) {
	text-align: left;
}
/*********** event stadion * end ***********/

#team_sostav {
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
}




.bl-but-dark {
	background-color: #3880c2;
	height: 32px;
	line-height: 32px !important;
	display: inline-block;
	vertical-align: top;
	color: #ffffff !important;
	border-radius: 6px !important;
	padding: 0 16px;
	font-size: 14px !important;
	text-align: center;
}
.bl-but-dark:hover {
	background-color: #3e8ed7;
}

.select2-drop {
	margin-top: 2px;
}
.select2-drop.select2-drop-above {
	margin-top: -4px;
}


.v-mes {
	height: 106px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	margin: 19px 0;
}
.v-mes-txt {
	background-image: url(/images/v-mes.png);
	background-repeat: no-repeat;
	min-width: 10px;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	padding-left: 80px;
	font-size: 16px;
	font-weight: 700;
	color: rgba(35,35,35,0.87);
	text-transform: uppercase;
}
.v-mes-but {
	height: 42px;
	line-height: 42px;
	background-color: #ff661a;
	padding: 0 10px;
	min-width: 160px;
	flex-shrink: 0;
	color: #ffffff !important;
	text-align: center;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	margin-left: 30px;
	text-decoration: none !important;
}
.v-mes-but:hover {
	background-color: #e23500;
}
.v-mes-ban {
	width: 128px;
	height: 40px;
	flex-shrink: 0;
	border-left: 1px solid #e6ebf0;
	padding: 5px 0 5px 30px;
	margin-left: 30px;
}

.select2-dropdown-open .select2-choice{
	border-top-color:#ff661a !important;
	border-left-color:#ff661a !important;
	border-right-color:#ff661a !important;
	border-bottom-color:#ffffff !important;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
	border-bottom-color:#ff661a !important;
	border-left-color:#ff661a !important;
	border-right-color:#ff661a !important;
	border-top-color:#ffffff !important;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border-color:#ff661a;
}
.select2-results .select2-highlighted {
	background-color: #ff661a;
}
.select2-drop-active {
	border: 1px solid #ff661a;
}
.select2-drop.select2-drop-above.select2-drop-active {
	border-top: 1px solid #ff661a;
}


.video_match_info.v2 .wide_tabs li {
	width: auto;
}
.video_match_info.v2 .wide_tabs li a {
	padding-left: 35px;
	padding-right: 35px;
}
.video_match_info.v2 .post {
	padding-left: 35px;
	padding-right: 35px;
}

#tablo #bet_fr {
	position: absolute;
	top: -42px;
	right: 10px;
}