

/* Start:/local/templates/rubosport/components/bitrix/news/rubo-news/bitrix/news.detail/.default/style.css?16251462201346*/
#news-detail {

	margin-bottom: 50px;
}

#news-detail .section-header {

	margin-bottom: 0px;
}

.news-heading {

	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.news-back {

	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 28px;
	border-radius: 6px;
	border: 1px #D93030 solid;
	transition: color .3s ease, background-color .3s ease;
	font-size: 12px;
	flex-shrink: 0;
	margin-right: 30px;
}

.news-back:hover {

	background-color: #D93030;
	color: #F5F5F5;
}

.news-detail-text {

	font-size: 18px;
	line-height: 1.3;
}

.news-detail-text b, 
.news-detail-text strong {

	font-weight: 500;
}

.news-detail-picture {

	float: right;
	margin: 0px 0px 40px 40px;
	max-width: 700px;
}

/* скрываем последний элемент ХК */

.bx-breadcrumb .bx-breadcrumb-item:nth-last-child(-n+2) {
	display: none;
}


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

	.news-detail-picture {

		max-width: 50%;
	}

}

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

	
}

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


	.news-detail-picture {

		float: none;
	    max-width: unset;
	    width: 100%;
	    margin: 0 0 20px 0px;
	}
}

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

	#news-detail {

		margin-bottom: 20px;
	}

	.news-heading {

		margin-bottom: 20px;
	}

	.news-detail-text {

		font-size: 14px;
	}
}
/* End */


/* Start:/local/templates/rubosport/components/bitrix/news/rubo-news/bitrix/news.list/rubo-news-slider/style.css?16148673332115*/
#news-slider .section-header {

	font-size: 36px;
	font-weight: 400;
}

.news-slider-content {

	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.news-item {

	width: 460px;
	height: 300px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	margin: 15px;
}

.news-item:before {
    content: "";
    background: linear-gradient(to top, rgba(48, 50, 51, 1) 0, rgba(48, 50, 51, 0.02) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-picture {

	position: absolute;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease;
	object-fit: cover;
}

.news-item:hover .news-picture {

	transform: scale(1.02);
}

.news-title {

	font-size: 30px;
	font-weight: 500;
	color: white;
	line-height: 1.2em;
}

.news-title {

	transition: color .3s ease;
}

.news-item:hover .news-title {

	color: #FFD080;
}

.news-info {

	position: absolute;
	padding-right: 30px;
	left: 30px;
	bottom: 30px;
	z-index: 1;
}

.news-date {

	font-size: 18px;
	font-weight: 400;
	margin-bottom: 16px;
	color: #fff;
}

.news-slider-dots {

	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
}

.news-slider-dot {

	border-radius: 6px;
	width: 60px;
	height: 5px;
	background-color: #F5F5F5;
	margin: 0px 15.5px;
	cursor: pointer;
}

.slick-active .news-slider-dot {

	background-color: #CCCCCC;
}

.news-slide-link-wrap {

	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

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


	.news-slide .news-item {

		width: calc(100% - 20px);
		height: 260px;
	}

	.news-title {

		font-size: 26px;
	}
}


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

}

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

	.news-slider-content {

		margin: -10px;
	}

	.news-slide .news-item {

		height: 215px;
		margin: 10px;
	}

	.news-title {

		font-size: 21px;
	}

	.news-date {

		font-size: 14px;
		margin-bottom: 10px;
	}
}

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

	.news-slide .news-item {

		width: calc(100% - 20px);
	}
}

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

}
/* End */
/* /local/templates/rubosport/components/bitrix/news/rubo-news/bitrix/news.detail/.default/style.css?16251462201346 */
/* /local/templates/rubosport/components/bitrix/news/rubo-news/bitrix/news.list/rubo-news-slider/style.css?16148673332115 */
