

/* Start:/bitrix/templates/.default/components/bitrix/news.list/news/style.css?15795278022388*/
.news-list
{
	width: 102%;
	overflow: hidden;
	vertical-align: top;
	overflow: hidden;
}

.news-list .news-item{
    position: relative;
	width: 30.5%;
	/*width: 22.7%;
	background-color: #FBF7EF;
	border: 1px solid #CCC;*/
	margin: 1%;
	height: 322px;
	overflow: hidden;
	vertical-align: top;
	-moz-box-sizing: border-box; 
    box-sizing: border-box; 
}

.news-list .news-item .preview{
    position:relative;
	display: block;
	margin: 3%;
	width: 92%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border:1px solid #CCC
	
}

.news-list .news-item .bg{
    display:none;
    display: block;
    z-index:1;
    margin: 3%;
    width: 92%;
    height: 200px;
    position:absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*-webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(3px);
    opacity: 0.3;*/
}

.news-list .news-item .preview .news-date-time, 
.news-list .news-item .preview .news-counter,
.news-list .news-item .preview .comments-counter{
	position: absolute;
	right: 0;
	top: 0;
	background-color: #071437;
	color: #fff;
	padding: 5px;  
	z-index: 1;
	opacity: 0.8;
}

.news-list .news-item .preview .news-counter{
    right: auto;
    left:0;
    padding-left:20px;
    background: url('/bitrix/templates/.default/components/bitrix/news.list/news/img/views_white.png') center left no-repeat;
    background-color: #071437; 
}

.news-list .news-item .preview .comments-counter{
    top:auto;
    bottom:0;
    padding-left:20px;
    background: url('/bitrix/templates/.default/components/bitrix/news.list/news/img/comment-icon_white.png') 3px 8px no-repeat;
    background-color: #071437;
}


.news-list .news-item .annonce {
	padding: 10px 10px 0 10px;
	height: 83px;
    overflow: hidden;
}

.news-list .news-item .title{
	display: block;
	color: #970814;
	text-decoration: underline;
}

.news-list .news-item .title:hover{
	text-decoration: none;
}

@media screen and (max-width: 1177px){
	div.news-list .news-item{
		width: 46.5%;
	}
}

@media screen and (max-width: 860px){
	div.news-list .news-item{
		width: 30.5%;
	}
}


@media screen and (max-width: 745px){
	div.news-list .news-item{
		width: 46.5%;
	}
}


@media screen and (max-width: 560px){
	div.news-list .news-item{
		width: 100%;
	}
	
	/*.news-list .news-item .preview{
		margin: 3%;
		width: 92%;
		height: 150px;
	}*/
}





/* End */


/* Start:/bitrix/components/sportpari/sp_breadcrumb/templates/.default/style.css?1579527816155*/
.sp_breadcrumbs ol li{
	display: inline-block;
	margin-bottom: 5px;
}
.sp_breadcrumbs ol li a:hover{
	text-decoration: none;
	font-weight: bold;
}

/* End */


/* Start:/bitrix/components/sportpari/predictions.auto3/templates/.default/style.css?15795278163549*/
.bet-panel {
    background-color: #2d2727;
    box-shadow: inset 1px 1px 2px #000;
    margin: 5px 0 0 0;
    width:100%;
}

.bet-panel .col-33{
	display: inline-block;
	width:31.333%;
}

.layout-light .bet-panel {
    background-color: #d4d4d4;
}


.bet-panel .desc{
    width: 100%;
    padding:5px;
    text-align:center;  
    text-transform: uppercase;
    font-size: 11px;
}


.prediction-list{
    width: 100%;
    border:1px solid black;
}



.prediction-list .item {
	background-color: #f7f7f7;
    border-bottom:1px solid black;
}


.prediction-list .item .val{
	font-size:20px;
	margin: 2px 0 2px 0;
	font-weight:bold;
}

.prediction-list .item .odd {
	background-color: #149b4c;
	color: #fff;
	border-radius: 3px;
	padding: 2px 4px 2px 4px;
	margin: 1px 0 1px 0;
	font-size: 11px;
	display: inline-block;
}


.prediction-list .item.vrai{
	background-color: #149b4c;
	color:#fff;
}


.prediction-list .item.faux{
	background-color: #e54040;
	color:#fff;
}

.prediction-list .header{
    
}

.prediction-list .item > div {
    display:inline-block;
    width: 19.5%;
    text-align: center;
    vertical-align: middle;
}

.prediction-list .item > div.bet-panel{
	width:100%;
}

.prediction-list .prediction-head > div .short-label{
    display:none;
        color: #fff;
}

.prediction-list .prediction-head > div .full-label {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
        color: #fff;
}

.prediction-list .prediction-head > div {
    font-size: 12px;
        width: 19%;
    float: left;
    line-height: 36px;
}

.prediction-list .item > div.prediction, .prediction-list .item > div.score, .prediction-list .item > div.result{
    width: 10%;
    font-weight:bold;
    
}

.prediction-control{
    margin: 10px 0 0 0;
    text-align:center;
}


@media only screen and (max-width : 1000px) {
    
    
    .prediction-list .prediction-head > div .short-label{
        text-transform:uppercase;
        display:inline;
        font-weight:bold;
    }
    
    .prediction-list .prediction-head > div .full-label{
        display:none;
    }
    
}

.prediction-list .prediction-head{
	background-color: #091636;
	height:36px;
}

.prediction-list .item:last-child{
    border-bottom: 0;
}
.prediction-list .item > div.commands{
    width: 31%;
}

.prediction-list .item a.bet-button {
    background-color: #091636;
    padding: 4px 5px 4px 5px;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 1px 0px black;
    text-transform: uppercase;
    display: inline-block;
    width: 80%;
    margin: 5px;
    cursor:pointer;
    text-decoration:none;
}

.prediction-list .item > div.commands{
    
}


table.tips
{
    width: 100%;
    
}

table.tips td
{
    border: 1px solid #ccc;
    padding: 3px;
}



table.tips td:first-child
{
    background-color: #091636;
    color:red;
    text-align: center;
    font-weight:100;
}


.desc-panel{
	color: #fff;
	margin:10px 0;
}
.prediction-book-btn{
	border-radius: 4px;
	background-color: #091636;
	padding: 6px 20px;
	max-width: 100px;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	box-shadow: 0px 0px 1px #313131;
	text-transform: uppercase;
}
.prediction-book-btn:hover{
	cursor: pointer;
}
.prediction-book-btn a{
	color: #fff;
}
.bp-pred{
	padding-bottom: 20px;
	background-color: #4b4d52;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/blog_analytics/style.css?15795278022052*/
.news-list
{
	width: 102%;
	overflow: hidden;
	vertical-align: top;
	overflow: hidden;
}
.news-list .news-item{
    position: relative;
	width: 30.5%;
	margin: 1%;
	height: 322px;
	overflow: hidden;
	vertical-align: top;
	-moz-box-sizing: border-box; 
    box-sizing: border-box; 
}
.news-list .news-item .preview{
    position:relative;
	display: block;
	margin: 3%;
	width: 92%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border:1px solid #CCC
	
}
.news-list .news-item .bg{
    display:none;
    display: block;
    z-index:1;
    margin: 3%;
    width: 92%;
    height: 200px;
    position:absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.news-list .news-item .preview .news-date-time, 
.news-list .news-item .preview .news-counter,
.news-list .news-item .preview .comments-counter{
	position: absolute;
	right: 0;
	top: 0;
	background-color: #071437;
	color: #fff;
	padding: 5px;  
	z-index: 1;
	opacity: 0.8;
}
.news-list .news-item .preview .news-counter{
    right: auto;
    left:0;
    padding-left:20px;
    background: url('/bitrix/templates/.default/components/bitrix/news.list/blog_analytics/img/views_white.png') center left no-repeat;
    background-color: #071437; 
}
.news-list .news-item .preview .comments-counter{
    top:auto;
    bottom:0;
    padding-left:20px;
    background: url('/bitrix/templates/.default/components/bitrix/news.list/blog_analytics/img/comment-icon_white.png') 3px 8px no-repeat;
    background-color: #071437;
}
.news-list .news-item .annonce {
	padding: 10px 10px 0 10px;
	height: 83px;
    overflow: hidden;
}
.news-list .news-item .title{
	display: block;
	color: #970814;
	text-decoration: underline;
}
.news-list .news-item .title:hover{
	text-decoration: none;
}
@media screen and (max-width: 1177px){
	div.news-list .news-item{
		width: 46.5%;
	}
}
@media screen and (max-width: 860px){
	div.news-list .news-item{
		width: 30.5%;
	}
}
@media screen and (max-width: 745px){
	div.news-list .news-item{
		width: 46.5%;
	}
}
@media screen and (max-width: 560px){
	div.news-list .news-item{
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components//bitrix/system.pagenavigation/.default/style.css?157952780228*/
.fix{
	display: block;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/bookmakers.top/style.css?15795278021614*/
.news-list{
	width: 102%;
	overflow: hidden;
	vertical-align: top;
	overflow: hidden;
}
.book-list tr{
    border-bottom: #b0b7b7 solid 1px;
}
.book-img{
	width: 10%;
	background: #091636;
    text-align: center;
}
.book-img img{
	height: 20px;
}
.book-rating {
    text-align: center;
    width: 10%;
    font-size: 19px;
    color: #f8dc1c;
    text-shadow: 0px 1px 1px black;
}
.book-bonus{
	text-align: center;
	width: 20%;	
}
.book-bonus a{
	color: #149b4c;
	text-decoration: none;
	font-size:16px;
	text-shadow: 0px 1px 1px black;
}

.btn-control{
	width:10%;
}

.btn-book{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 95%;
	display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
}
.btn-review{
	background-color: #091636; 
}
.btn-redirect{
	background-color: #149b4c;
}
.btn-review:hover{
	background-color: #535353;
	text-decoration: none;
}
.btn-redirect:hover{
	background-color: #6dc271;
	text-decoration: none;
}
.watch-all{
	text-align: center;	
	margin-top: 15px;
}
.watch-all a{
	text-decoration: underline;
	color: #091636;
	font-weight: 600;
	width: 130px;
}

.btn-control{
	
}

@media screen and (max-width: 449px){
	.book-img img{
		height: 40%;
	}
	.btn-review,
	.btn-redirect{
		line-height: 28px !important;
	}
	.btn-book{
		width: auto;
		line-height: normal;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0;	
	}
}



/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/blog/style.css?15795278022052*/
.news-list
{
	width: 102%;
	overflow: hidden;
	vertical-align: top;
	overflow: hidden;
}
.news-list .news-item{
    position: relative;
	width: 30.5%;
	margin: 1%;
	height: 322px;
	overflow: hidden;
	vertical-align: top;
	-moz-box-sizing: border-box; 
    box-sizing: border-box; 
}
.news-list .news-item .preview{
    position:relative;
	display: block;
	margin: 3%;
	width: 92%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border:1px solid #CCC
	
}
.news-list .news-item .bg{
    display:none;
    display: block;
    z-index:1;
    margin: 3%;
    width: 92%;
    height: 200px;
    position:absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.news-list .news-item .preview .news-date-time, 
.news-list .news-item .preview .news-counter,
.news-list .news-item .preview .comments-counter{
	position: absolute;
	right: 0;
	top: 0;
	background-color: #071437;
	color: #fff;
	padding: 5px;  
	z-index: 1;
	opacity: 0.8;
}
.news-list .news-item .preview .news-counter{
    right: auto;
    left:0;
    padding-left:20px;
    background: url('/bitrix/templates/.default/components/bitrix/news.list/blog/img/views_white.png') center left no-repeat;
    background-color: #071437; 
}
.news-list .news-item .preview .comments-counter{
    top:auto;
    bottom:0;
    padding-left:20px;
    background: url('/bitrix/templates/.default/components/bitrix/news.list/blog/img/comment-icon_white.png') 3px 8px no-repeat;
    background-color: #071437;
}
.news-list .news-item .annonce {
	padding: 10px 10px 0 10px;
	height: 83px;
    overflow: hidden;
}
.news-list .news-item .title{
	display: block;
	color: #970814;
	text-decoration: underline;
}
.news-list .news-item .title:hover{
	text-decoration: none;
}
@media screen and (max-width: 1177px){
	div.news-list .news-item{
		width: 46.5%;
	}
}
@media screen and (max-width: 860px){
	div.news-list .news-item{
		width: 30.5%;
	}
}
@media screen and (max-width: 745px){
	div.news-list .news-item{
		width: 46.5%;
	}
}
@media screen and (max-width: 560px){
	div.news-list .news-item{
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/strategies/style.css?15795278022737*/
.strategy-list
{
	width: 102%;
	overflow: hidden;
	vertical-align: top;
	overflow: hidden;
}
.strategy-list .strategy-item{
    position: relative;
	width: 30.5%;
	margin: 1%;
	overflow: hidden;
	vertical-align: top;
	-moz-box-sizing: border-box; 
    box-sizing: border-box; 
}
.strategy-list .strategy-item .preview{
    position:relative;
	display: block;
	margin: 3%;
	width: 92%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border:1px solid #CCC
	
}
.strategy-list .strategy-item .bg{
    display:none;
    display: block;
    z-index:1;
    margin: 3%;
    width: 92%;
    height: 200px;
    position:absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.strategy-list .strategy-item .preview .news-date-time, 
.strategy-list .strategy-item .preview .news-counter,
.strategy-list .strategy-item .preview .comments-counter{
	position: absolute;
	right: 0;
	top: 0;
	background-color: #071437;
	color: #fff;
	padding: 5px;  
	z-index: 1;
	opacity: 0.8;
}
.strategy-list .strategy-item .preview .news-counter{
    right: auto;
    left:0;
    padding-left:20px;
    background: url('/bitrix/templates/.default/components/bitrix/news.list/strategies/img/views_white.png') center left no-repeat;
    background-color: #071437; 
}
.strategy-list .strategy-item .preview .comments-counter{
    top:auto;
    bottom:0;
    padding-left:20px;
    background: url('/bitrix/templates/.default/components/bitrix/news.list/strategies/img/comment-icon_white.png') 3px 8px no-repeat;
    background-color: #071437;
}
.strategy-list .strategy-item .annonce-str {
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    padding: 10px 10px 10px 10px;
    height: 120px;
    overflow: hidden;
    background: #091636;
}
.strategy-list .strategy-item .annonce-str:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
.strategy-list .strategy-item .title{
	display: block;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
.strategy-list .strategy-item .title:hover{
	text-decoration: none;
}
@media screen and (max-width: 1177px){
	div.strategy-list .strategy-item{
		width: 46.5%;
	}
}
@media screen and (max-width: 860px){
	div.strategy-list .strategy-item{
		width: 30.5%;
	}
}
@media screen and (max-width: 745px){
	div.strategy-list .strategy-item{
		width: 46.5%;
	}
}
@media screen and (max-width: 560px){
	div.strategy-list .strategy-item{
		width: 32%;
	}
	.strategy-list .strategy-item .annonce-str{
		height: 70px;
	}
	.strategy-list .strategy-item{
		margin: 0;
	}
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/video/style.css?15795278021984*/
.video-list
{
	width: 102%;
	overflow: hidden;
	vertical-align: top;
	overflow: hidden;
}
.video-list .video-item{
    position: relative;
	width: 30.5%;
	margin: 1%;
	height: 322px;
	overflow: hidden;
	vertical-align: top;
	-moz-box-sizing: border-box; 
    box-sizing: border-box; 
    cursor: pointer;
      
}
.video-list .video-item .preview{
    position:relative;
	display: block;
	margin: 3%;
	width: 92%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border:1px solid #CCC
	
}
.video-list .video-item .bg{
    display:none;
    display: block;
    z-index:1;
    margin: 3%;
    width: 92%;
    height: 200px;
    position:absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.video-list .video-item .play-icon{
    background-image: url(/bitrix/templates/.default/components/bitrix/news.list/video/img/play.png);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 80px;
    background-repeat: no-repeat;
}


@media screen and (max-width: 1177px){
	div.video-list .video-item{
		width: 46.5%;
	}
}
@media screen and (max-width: 860px){
	div.video-list .video-item{
		width: 30.5%;
	}
}
@media screen and (max-width: 745px){
	div.video-list .video-item{
		width: 46.5%;
	}
}
@media screen and (max-width: 560px){
	div.video-list .video-item{
		width: 100%;
	}
}



.video{
        
    }
    
    .video-layout{
        display:none;
        background-color: rgba(0, 0, 0, 0.6);
        position:fixed;
        z-index:10000;
        width:100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    
    .video-wrapprer {
        position: relative;
        width:100%;
        height: 100%;
    }
    
    #video-placeholder{
        height: 50%;
        width: 50%;
        margin-left: 25%;
        margin-top: 200px; 
        border:3px solid white;
        border-radius: 4px;
    }
    
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/guides/style.css?15795278022469*/
.news-list
{
	width: 102%;
	overflow: hidden;
	vertical-align: top;
	overflow: hidden;
}

.news-list .news-item{
    position: relative;
	width: 30.5%;
	/*width: 22.7%;
	background-color: #FBF7EF;
	border: 1px solid #CCC;*/
	margin: 1%;
	height: 322px;
	overflow: hidden;
	vertical-align: top;
	-moz-box-sizing: border-box; 
    box-sizing: border-box; 
}

.news-list .news-item .preview{
    position:relative;
	display: block;
	margin: 3%;
	width: 92%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border:1px solid #CCC
	
}

.news-list .news-item .bg{
    display:none;
    display: block;
    z-index:1;
    margin: 3%;
    width: 92%;
    height: 200px;
    position:absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*-webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(3px);
    opacity: 0.3;*/
}

.news-list .news-item .preview .news-date-time, 
.news-list .news-item .preview .news-counter,
.news-list .news-item .preview .comments-counter{
	position: absolute;
	right: 0;
	top: 0;
	background-color: #071437;
	color: #fff;
	padding: 5px;  
	z-index: 1;
	opacity: 0.8;
}

.news-list .news-item .preview .news-counter{
    right: auto;
    left:0;
    padding-left:20px;
    background: url('/bitrix/templates/.default/components/bitrix/news.list/guides/img/views_white.png') center left no-repeat;
    background-color: #071437; 
}

.news-list .news-item .preview .comments-counter{
    top:auto;
    bottom:0;
    padding-left:20px;
    background: url('/bitrix/templates/.default/components/bitrix/news.list/guides/img/comment-icon_white.png') 3px 8px no-repeat;
    background-color: #071437;
}


.news-list .news-item .annonce {
	padding: 10px 10px 0 10px;
	height: 83px;
    overflow: hidden;
}

.news-list .news-item .title{
	display: block;
	color: #970814;
	text-decoration: underline;
}

.news-list .news-item .title:hover{
	text-decoration: none;
}

@media screen and (max-width: 1177px){
	div.news-list .news-item{
		width: 46.5%;
	}
}

@media screen and (max-width: 860px){
	div.news-list .news-item{
		width: 30.5%;
	}
}


@media screen and (max-width: 745px){
	div.news-list .news-item{
		width: 46.5%;
	}
}


@media screen and (max-width: 560px){
	div.news-list .news-item{
		width: 100%;
	}
	
	/*.news-list .news-item .preview{
		margin: 3%;
		width: 92%;
		height: 150px;
	}*/
}

.img{
 display:block;
    width:100%;
    max-width:400px;
    margin: 0 auto;
}




/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/news/style.css?15795278022388 */
/* /bitrix/components/sportpari/sp_breadcrumb/templates/.default/style.css?1579527816155 */
/* /bitrix/components/sportpari/predictions.auto3/templates/.default/style.css?15795278163549 */
/* /bitrix/templates/.default/components/bitrix/news.list/blog_analytics/style.css?15795278022052 */
/* /bitrix/templates/.default/components//bitrix/system.pagenavigation/.default/style.css?157952780228 */
/* /bitrix/templates/.default/components/bitrix/news.list/bookmakers.top/style.css?15795278021614 */
/* /bitrix/templates/.default/components/bitrix/news.list/blog/style.css?15795278022052 */
/* /bitrix/templates/.default/components/bitrix/news.list/strategies/style.css?15795278022737 */
/* /bitrix/templates/.default/components/bitrix/news.list/video/style.css?15795278021984 */
/* /bitrix/templates/.default/components/bitrix/news.list/guides/style.css?15795278022469 */
