

/* Start:/local/templates/theatre_2/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17814387932697*/
div.news-detail {
	word-wrap: break-word;
}
div.news-detail img.detail_picture {
	float: left;
	margin: 0 8px 6px 1px;
}
.news-date-time {
	color: #486daa;
}
.news-back-link {
	margin: 30px 0 60px;
	text-align: center;
}
.news-back-link .button {
	display: inline-block;
	padding: 12px 26px;
	height: auto;
	font-size: 16px;
}
.news-gallery {
	margin: 20px auto;
	position: relative;
	height: 500px;
	max-width: 100%;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}
.news-gallery__slide {
	height: 500px;
	padding: 0 15px;
	box-sizing: border-box;
}
.news-gallery__slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.news-gallery .slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
}
.news-gallery .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
}
.news-gallery .slick-track:before,
.news-gallery .slick-track:after {
	display: table;
	content: "";
}
.news-gallery .slick-track:after {
	clear: both;
}
.news-gallery .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.news-gallery.slick-initialized .slick-slide {
	display: block;
}

.news-gallery .slick-prev,
.news-gallery .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4);
	color: transparent;
	font-size: 0;
	cursor: pointer;
}
.news-gallery .slick-prev {
	left: 25px;
}
.news-gallery .slick-next {
	right: 25px;
}
.news-gallery .slick-arrow.slick-disabled {
	display: none;
}
.news-gallery .slick-prev:before,
.news-gallery .slick-next:before {
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 1;
	color: #fff;
}
.news-gallery .slick-prev:before {
	content: "\2039";
}
.news-gallery .slick-next:before {
	content: "\203A";
}

.news-gallery .slick-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.news-gallery .slick-dots li {
	display: inline-block;
	margin: 0 4px;
}
.news-gallery .slick-dots li button {
	font-size: 0;
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #fff;
	opacity: 0.6;
	cursor: pointer;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.news-gallery .slick-dots li.slick-active button {
	opacity: 1;
	background: #c00;
}

@media (max-width: 768px) {
	.news-gallery {
		height: 300px;
	}
	.news-gallery__slide {
		height: 300px;
		padding: 0;
	}
	.news-gallery .slick-prev {
		left: 10px;
	}
	.news-gallery .slick-next {
		right: 10px;
	}
}

/* End */
/* /local/templates/theatre_2/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17814387932697 */
