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;
}
.slider-pro {
	/*height: 550px;*/
	width: 740px !important;
}
.afisha_header{

	background-size: cover;
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 500px;
	position: relative;
}
.header-text{
	z-index: 100;
}
.afisha_header:after{
	content: '';
	display: block;
	opacity: 0.5;
	height: 50%;
	background: linear-gradient(to top, #051937, #06234d, #0b2e65, #13387c, #1f439500);
	width: 100%;
	z-index: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}
.ts-content .entry-label {
	font-weight: 700;
}
.ts-content {
	font-size: 14px;
}
.afisha_header_new{
	background: #233e79;
	/* max-height: 300px; */
	display: flex;
	overflow: hidden;
	min-height: 280px;
}
.afisha_header_new h1{
	display: block;
	height: 100%;
	width: 100%;
	/* background: red; */
	margin: 0;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	padding-left: 4rem;
}
.afisha_header_new h1:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background:  rgba(24, 45, 91, 0.3);
	left: 0;
	z-index: 0;

}
.afisha_header_new .text{
	display: flex;
	justify-content: center;
	color: white;
	flex-direction: column;
	padding: 2.5rem 1rem;
	width: 55%;
}

.afisha_header_new .text h2{
	color: white;
	font-size: 1.5rem;
	margin-top: 0;
}
.afisha_header_new ul > li{
	font-size: 14px;
}
.afisha_header_new h1 a {
	color: white;
	z-index: 1;
	max-width: 85%;
	font-weight: 600;
	line-height: 2.6rem;
	font-size: 2.4rem;
}
.afisha_header_new .img{
	width: 65%;
	overflow: hidden;
	position: relative;

	align-items: center;

}
.afisha_header_new .img:after{
	content: '';
	display: block;
	width: 300px;
	height: 300px;
	position: absolute;
	right: -115px;
	top: -220px;
	transform: rotate(-55deg);
	background: #233e79;
	z-index: 1;
}

.afisha_header_new .img:before {
	content: '';
	display: block;
	width: 300px;
	height: 300px;
	position: absolute;
	right: -150px;
	bottom: -200px;
	transform: rotate(45deg);
	background: #233e79;
	z-index: 1;
}
@media (max-width: 768px) {
	.afisha_header_new .img{
		min-height: 200px;

	}
	.afisha_header_new .img h1{
		padding: 0;
		margin: 0;
		text-align: center;
		justify-content: center;
		align-items: center;
		display: flex;
		
	}
	.afisha_header_new .img:after, .afisha_header_new .img:before {
		display: none;
	}
}
.ts-afisha__program{
	background: #e7f7fe;
	padding: 0.5rem;

}
.ts-afisha__program ul{
	list-style: disc;
	font-size: 14px;
	padding: 5px 2.2rem;
}
.ts-afisha__program h3{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.25rem;
	padding: 0 1rem;
	font-weight: bold;
}
.ts-content.action > *{
	width: 100%;
}
.ts-content.action ul{
	width: 100%;
	margin-left: 1rem;
	padding: 0;
}