.event-detail {

}



.event-detail .video-block {
	height: 720px;
}
.event-detail .video-block .video-preview-block {
	position: relative;
}

.event-detail .video-block .video-preview-block img {
	object-fit: cover;
	object-position: bottom;
}


.event-detail .video-block .video-preview-block .play {
	content: '';
	position: absolute;
	top: calc(50% - 69px);
	left: calc(50% - 69px);
	z-index: 2;
	display: block;
	width: 138px;
	height: 138px;
	background: url(images/play.svg) center center no-repeat;
	transition: all .3s;
	cursor: pointer;
}
.event-detail .video-block .video-preview-block .play::before {
	content: '';
	position: absolute;
	top: calc(50% - 57px);
	left: calc(50% - 57px);
	display: block;
	width: 114px;
	height: 114px;
	border: 3px solid #fff;
    border-radius: 50%;
	transition: all .3s;
}
.event-detail .video-block .video-preview-block .play::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
    border-radius: 50%;
	transition: all .3s;
}

.event-detail .video-block .video-preview-block .play:hover {
	top: calc(50% - 80px);
	left: calc(50% - 80px);
	width: 160px;
	height: 160px;
}
.event-detail .video-block .video-preview-block .play:hover::before {
	top: calc(50% - 62px);
	left: calc(50% - 62px);
	width: 124px;
	height: 124px;
}
.event-detail .video-block .video-preview-block .play:hover::after {

}



.event-detail .title {
	font-family: "Uni Sans";
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #F2B123;
}
.event-detail .text {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #FFFFFF;
}


.event-detail .btn {
	width: auto;
	max-width: none;
	background: #F2B123;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #272727;
}
.event-detail .btn:hover {
	background: #FFFFFF;
	border-color: #FFFFFF;
}




.event-detail .other-news-heading {
	font-family: "Uni Sans";
	font-weight: 900;
	font-size: .875rem;
	line-height: 1.2;
	text-transform: uppercase;
}

.event-detail .related-news-block {
	max-height: 554px;
	overflow-x: hidden;
	overflow-y: auto;
}
.event-detail .related-news-block::-webkit-scrollbar {
  width: 6px;               /* ширина scrollbar */
  height: 6px;               /* ширина scrollbar */
}
.event-detail .related-news-block::-webkit-scrollbar-track {
  background: #1E1E1E;        /* цвет дорожки */
}
.event-detail .related-news-block::-webkit-scrollbar-thumb {
  background-color: #272727;    /* цвет плашки */
  border-radius: 2px;       /* закругления плашки */
}






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



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

	.event-detail .video-block {
		height: 560px;
	}

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

	.event-detail .video-block {
		height: 480px;
	}

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

	.event-detail .video-block {
		height: 320px;
	}

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

	.event-detail .video-block {
		height: 280px;
	}

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



}