

/* Start:/bitrix/templates/.default/components/bitrix/news.detail/video-useful/style.css?15795278023052*/
div.news-detail
{
    word-wrap: break-word;
}
div.news-detail img.detail_picture
{
    float:left;
    margin:0 8px 6px 1px;
    max-width: 57%;
}
.news-date-time
{
    color: black;
}

@media only screen and (max-width : 1050px) {
    div.news-detail img.detail_picture{
        max-width: 100%;
    }

}
@media only screen and (max-width : 860px) {
    div.news-detail img.detail_picture{
        max-width: 57%;
    }
    
    .mobile-section-menu-box{
    	display: none !important;;
    }

}
@media only screen and (max-width : 560px) {
    div.news-detail img.detail_picture{
        max-width: 100%;
    }
    
}
@media only screen and (max-width: 450px){
	.news-promo-b{
		display: inline-block;
	}
	.news-promo-b img{
		width: 45%;
	}
}
.tags-menu-box{
	border: 1px solid #CCC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
ul.tags-menu
{
	list-style:none;
	margin:0; padding:0;
	display: inline-block; 
	padding: 10px;
    
}
ul.tags-menu li a
{
	padding: 6px 15px;
	display: block;
	font-size:100%;		
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
ul.tags-menu li{
	margin: 2px;
	display:inline-block;
	background:#071434;
	border-bottom: 1px solid #fff;
	border-radius: 20px;
}
ul.tags-menu li.selected, ul.tags-menu li:hover{
	background: #14a0ff;
	color: #fff;
}


body {
    margin: 0px;
}


.chat {
    max-width: 1000px;
    border: 1px #545454 solid;
    min-width: 290px;
    max-height: 400px;
    min-height: 200px;
    margin: 0 auto;
    background-color: #f3f3f3;
    background-image: url('/bitrix/templates/.default/components/bitrix/news.detail/video-useful/ft.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-top: 60px;
    overflow-y: scroll;
    position: relative;
}

.video {
    max-width: 1000px;
    min-width: 320px;
    margin: 0 auto;
}

.video_frame {
    max-height: 600px;
    min-height: 200px;
}

.chat::-webkit-scrollbar-track {
    border-radius: 4px;
}
.chat::-webkit-scrollbar {
    width: 6px;
}
.chat::-webkit-scrollbar-thumb {
    border-radius: 4px;background: #bebebe;
}
.chat:hover::-webkit-scrollbar-thumb {
    background: #bebebe;
    cursor: pointer;
}



.speech-bubble font {
    color: #545454 !important;
}

.cloud {
    margin-left: 5px;
}

.date-message {
    position: absolute;
    top: -15px;
    right: 5px;
    font-size: 0.6em;
    color: #000;
    font-weight: 400;
    font-family: 'OpenSansSemiBold'
}

.speech-bubble {
	position: relative;
	background: #fff;
    padding: 10px;
    color: #545454 !important;
    box-shadow: 0 0 5px;
    font-size: 1.2em;
    margin-top: 20px;
    display: inline-block;
	border-radius: .4em;
    margin-left: 10px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-right-color: #fff;
	border-left: 0;
	border-top: 0;
	margin-top: -8px;
	margin-left: -12px;
}

/* 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/components/sportpari/get.banners/templates/news_banners/style.css?1579527816277*/
.news-promo-b img{
	width: 100%;
	max-width: 300px;
}

.news-promo-b div.lb{
    width: 22.5%;
    margin: 0 2% 10px 0;
}


@media only screen and (max-width: 1000px) {
    .news-promo-b div.lb{
        width: 46.5%;
        margin: 0 2% 10px 0;
    }
}

    
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/news-see-also/style.css?15795278021005*/
.news-see-also{
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
}


.news-see-also .news-item{
	vertical-align: top;
	width: 49%;
	margin: 0 0 30px 0;
}


.news-see-also .news-item .preview {
	width: 46%;
	margin: 0 2% 0 0;
	height: 90px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	position: relative;
}

.news-see-also .news-item .info{
	width: 50%;
}

.news-see-also .news-item .date{
	color: #999999;
}

.news-see-also .news-item .title{
	color: #981519;
	font-family: OpenSansSemiBold; 
}


@media only screen and (max-width : 860px) {
	.news-see-also .news-item{
        width: 47.5%;
        margin: 0 5% 10px 0;
        float: left;
    }
    
    .news-see-also .news-item:nth-child(2n){
        margin-right: 0;
    }
    
	.news-see-also .news-item .preview {
        width: 100%;
        height: 150px;
        background-size: cover;
    }
    
    .news-see-also .news-item .info{
        width: 100%;
    }
    
}
/* End */


/* Start:/bitrix/components/sportpari/comments.add/templates/.default/style.css?15795278161364*/
.add-review-box{
	position: relative;
	width: 98%;
	padding: 1%;
	background-color: #F5F5F5;
} 

.add-review-box input[type=text], textarea{
	padding: 0 1% 0 1%;
	margin: 0;
	width: 98%;
}

.add-review-box textarea{
	min-height: 50px;
	padding: 1%;
	margin: 15px 0 15px 0;
	border: 1px solid #CCC;
	resize:vertical;
}

.add-review-box .errors{
	color: red;
}

.add-review-box .messages{
	color: green;
}

.add-review-box .messages span, .add-review-box .errors span{
	padding: 10px;
	display: block;
}

.add-review-box .messages{
	color: green;
}

.add-review-box form{
	background-color: #FFF;
	padding: 0 2% 0px 2%;
}



.add-review-box .name-box{
	width: 65.6%;
}

.add-review-box .rating-box{
	width: 28.6%;
	float: right;
	padding: 0 2% 0 2%;
	position: relative;
	min-height: 100px;
}

.add-review-box .rating-stars{ 
	position: absolute;
	right: 0;
    top: 15px;
}

.add-review-box button{
	position: absolute;
	right: 30px;
	top: 50px;
	min-width: 150px;
}



@media only screen and (max-width : 560px) {	
	.add-review-box .lb.name-box{
		display: block;
		width: 100%;
		}

	.add-review-box .lb.rating-box{
		width: 100%;
		float:none;
		padding: 0 0 10px 0;
		min-height: auto;
	}
	
	.add-review-box .rating-stars{ 
		position: static;
		margin: 0 auto;
		
		width: 160px;
	}
	
	.add-review-box button{
		margin: 10px auto 0;
		position: static;
	}
}



/* End */


/* Start:/bitrix/components/sportpari/comments.list/templates/.default/style.css?15795278163043*/
.comments{
	width: 98%;
	background-color: #F5F5F5;
	padding: 1%;
} 


.comments .item{
	padding: 10px 2% 10px 2%;
	background-color: #fff;
	margin: 0 0 10px 0;
}

.comments .item .name{
	color: #131313;
	line-height:20px;
}

.comments .item .name-box{
    margin: 0 10px 0 10px;
    padding: 13px 0 13px 0;
}

.comments .item .show-replay{
    cursor:pointer;
}

.comments .item .name-box .rank{
    margin-left:10px;
    font-size: 11px;
}

.comments .item .head{
	position: relative;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #F1F2F2;
}

.comments .item .head:after{
	position: absolute;
	content: '';
	display: block;
	background-color: #fff;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 80px;
}

.comments .item .control{
	position: relative;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #F1F2F2;
}

.comments .item .preview {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}


.comments .rating-stars{
	position: absolute;
	right: 0;
	top: 10px;
}

.comments .replays{
	padding: 0 0 0 5%;
}



.comments .item .date{
	color: #898989;
}



.comments .item.replay .date{
    margin-top: 15px;
}

.comments .replay-form textarea {
    width: 80%;
    font-size: 14px;
    margin: 0 1% 10px 0;
    padding: 5px;
    border: none;
    box-shadow: inset 0 0 1px 1px #a7a7a7;
    resize: vertical;
    border-radius: 2px;
    min-height: 27px;
    height:25px;
    float:left;
    line-height:25px;
}

.comments .replay-form button{
	float: right;
	width: 14%;
	text-align:center;
	margin: 5px 0 0 0;
}


.comments .item .control a {
	color: #898989;
	text-decoration: underline;
	margin: 0 0 0 15px;
	font-family: 'OpenSansSemiBold';
}

.comments .item.replay .admin-options a {
    line-height: 50px;	
}
.comments .admin-options{
	position: absolute;
    right: 0;
	bottom: -3px;
    color: #FC0D1B;
    background-color: #FFF;
    padding: 2px 4px 2px 4px;
    border-radius: 50px;
}
.comments  .admin-options a{
	font-size: 10px;
	margin: 0 0 0 3px;
	text-decoration: none;
	font-family: 'OpenSansSemiBold';
}

.comments .admin-options a:hover{
	text-decoration: underline;
}

.comments .admin-options a.adm-link-deactive{
	color: #161616;
}

.comments  .admin-options a.adm-link-delete{
	color: #FC0D1B;
}

.comments .admin-options a.adm-link-edit{
	color: #FEC53F;
}

.comments .item.deactive, .comments .item.deactive .head:after{
	background-color: rgb(220, 241, 197)
}

@media only screen and (max-width: 560px) {

    .comments .item.replay .date{
        display:none;
    }
    
    .comments .item .name-box {
        padding:0;
    }
    
    .comments .item .name-box .rank{
        display:block;
         margin-left:0px;
    }
    
	.comments .item{
		font-size: 11px;
	}
	
	.comments .item .control a {
		margin: 0 0 0 2px;
	}
	
	
	.comments .rating-stars .stars::after, 
	.comments .rating-stars i::before, 
	.comments .rating-stars.with-border .stars::before{
		font-size:18px;
	}

	.comments .item .text{
		font-size: 13px;
	}
	
}


/* End */
/* /bitrix/templates/.default/components/bitrix/news.detail/video-useful/style.css?15795278023052 */
/* /bitrix/templates/.default/components//bitrix/system.pagenavigation/.default/style.css?157952780228 */
/* /bitrix/templates/.default/components/bitrix/news.list/bookmakers.top/style.css?15795278021614 */
/* /bitrix/components/sportpari/get.banners/templates/news_banners/style.css?1579527816277 */
/* /bitrix/templates/.default/components/bitrix/news.list/news-see-also/style.css?15795278021005 */
/* /bitrix/components/sportpari/comments.add/templates/.default/style.css?15795278161364 */
/* /bitrix/components/sportpari/comments.list/templates/.default/style.css?15795278163043 */
