.news-detail {

}



/* gallery-block */
.news-detail .gallery-block {
	background: #272727;
}


.news-detail .gallery-block .current-item {
	height: 720px;
}



.news-detail .gallery-block .video-block {
	height: 100%;
	z-index: 100;
}
.news-detail .gallery-block .video-block.active {
    position: relative;
    z-index: 100;
}
.news-detail .gallery-block .video-block .video-preview-block {
	position: relative;
}

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


.news-detail .gallery-block .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;
}
.news-detail .gallery-block .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;
}
.news-detail .gallery-block .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;
}

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

}



/* items */
.news-detail .gallery-block .items {}

.news-detail .gallery-block .items .item {
	position: relative;
	overflow: hidden;
    height: 250px !important;
	cursor: pointer;
}
.news-detail .gallery-block .items .item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 64px;
	background: linear-gradient(0deg, rgba(242, 177, 35, 0.6) 0%, rgba(242, 177, 35, 0) 100%);
	opacity: 0;
	transition: opacity .3s;
}
.news-detail .gallery-block .items .item:hover::after {
	opacity: 1;
}

.news-detail .gallery-block .items .item.selected {
	border: 2px solid #FFFFFF
}

.news-detail .gallery-block .items .item img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
}
.news-detail .gallery-block .items .item:hover > img {
    width: 266px !important;
    height: 266px !important;
    top: -8px;
    left: -8px;
}



.news-detail .owl-carousel {
	z-index: 0;
}

.news-detail .owl-carousel .owl-stage {
	display: flex;
}


.news-detail .owl-carousel .owl-dots {
    position: relative;
    z-index: 1;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: -36px;
	margin-bottom: 20px;
}
.news-detail .owl-carousel .owl-dots .owl-dot {
	margin-right: 14px;
}
.news-detail .owl-carousel .owl-dots .owl-dot:last-of-type {
	margin-right: 0;
}
.news-detail .owl-carousel .owl-dots .owl-dot span {
	display: block;
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0.40);
	border-radius: 8px;
}
.news-detail .owl-carousel .owl-dots .owl-dot.active span {
	background: #FFF;
}




.news-detail .owl-navs {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.news-detail .owl-navs .owl-prev,
.news-detail .owl-navs .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 74px;
	background: none;
    border: 0;
	cursor: pointer;
}

.news-detail .owl-navs .owl-prev .owl-nav,
.news-detail .owl-navs .owl-next .owl-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}


.news-detail .owl-navs .owl-prev .owl-nav::before,
.news-detail .owl-navs .owl-next .owl-nav::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: block;
	background: linear-gradient(270deg, rgba(26, 26, 26, 0.1) 0%, rgba(26, 26, 26, 0) 100%);
	transition: opacity .3s;
	opacity: 1;
}

.news-detail .owl-navs .owl-prev .owl-nav::after,
.news-detail .owl-navs .owl-next .owl-nav::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: block;
	background: linear-gradient(270deg, rgba(150, 150, 150, 0.2) 0%, rgba(150, 150, 150, 0) 100%);
	transition: opacity .3s;
	opacity: 0;
}




.news-detail .owl-navs .owl-prev {
	left: 0;
	transform: rotate(180deg);
	padding-right: .75rem;
}
.news-detail .owl-navs .owl-next {
	right: 0;
	padding-right: .75rem;
}


.news-detail .owl-navs .owl-prev .owl-nav,
.news-detail .owl-navs .owl-next .owl-nav {
	padding-right: .75rem;
}


.news-detail .owl-navs .owl-prev img,
.news-detail .owl-navs .owl-next img {
	width: 17px;
	height: 19px;
}


.news-detail .owl-navs .owl-prev:hover .owl-nav::before,
.news-detail .owl-navs .owl-next:hover .owl-nav::before {
	opacity: 0;
}

.news-detail .owl-navs .owl-prev:hover .owl-nav::after,
.news-detail .owl-navs .owl-next:hover .owl-nav::after {
	opacity: 1;
}
.news-detail .owl-navs .owl-prev:hover svg path,
.news-detail .owl-navs .owl-next:hover svg path {
	fill: #FFFFFF;
}





.news-detail .side-block {
    position: absolute;
    top: -1.5rem;
    bottom: 0;
	width: 58px;
    background: #F2B123;
}

.news-detail .side-block.side-block-right {
    right: calc(-58px * 2);
}


.news-detail .side-block .text {
    position: absolute;
    top: 50%;
    left: -235px;
    display: block;
    font-family: "Uni Sans";
    font-weight: 900;
    font-size: 3rem;
    line-height: 1.2;
    color: #FFFFFF;
    transform: rotate(-90deg);
    white-space: nowrap;
}
.news-detail .side-block .text-1 {
	color: #1E1E1E;
}






.news-detail .info-block {
	

}

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

.news-detail .date {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.2;
	color: #969696;
}

.news-detail .btn {
	width: auto;
	max-width: none;
	background: #F2B123;
	box-shadow: 0px 9px 14px 0px #00000040;
	color: #272727;
}
.news-detail .btn:hover {
	background: #FFFFFF;
	border-color: #FFFFFF;
}



.news-news-block.block .heading-block {
    background: transparent;
}
.news-news-block.block .heading-block .heading {
	display: block;
	font-family: "Uni Sans";
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: right;
	color: #FFFFFF;
}
.news-news-block.block .heading-block .heading::before {
    display: none;
}



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



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

	.news-detail .gallery-block .items .item {
		height: 220px !important;
	}
	.news-detail .gallery-block .items .item:hover > img {
		width: 256px !important;
		height: 256px !important;
		top: -8px;
		left: -8px;
	}

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

	.news-detail .gallery-block .current-item {
		height: 480px;
	}

	.news-detail .gallery-block .items .item {
		height: 200px !important;
	}
	.news-detail .gallery-block .items .item:hover > img {
		width: 212px !important;
		height: 212px !important;
		top: -6px;
		left: -6px;
	}


	.news-detail .text {
		font-size: 1rem;
	}

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

	.news-detail .gallery-block .current-item {
		height: 360px;
	}

	.news-detail .gallery-block .items .item {
		height: 160px !important;
	}
	.news-detail .gallery-block .items .item:hover > img {
		width: 172px !important;
		height: 172px !important;
		top: -6px;
		left: -6px;
	}

	.news-detail .date {
		font-size: .875rem;
	}

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

	.news-detail .gallery-block .current-item {
		height: 320px;
	}

	.news-detail .gallery-block .items .item {
		height: 120px !important;
	}
	.news-detail .gallery-block .items .item:hover > img {
		width: 156px !important;
		height: 130px !important;
		top: -6px;
		left: -6px;
	}

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

	.news-detail .gallery-block .current-item {
		height: 240px;
	}
}