

/* Start:/local/templates/new/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17559865082126*/
.wrap {
	padding: 1px 0;
	width: 100%;
	height: 300px;
	overflow-x: scroll;
	position: relative;
	overflow-y: hidden;
}

.list {
	white-space: nowrap;
	height: 100%;
	font-size: 0;
}

.item {
	display: inline-block;
	color: #fff;
	overflow: hidden;
	height: 100%;
	position: relative;
	font-size: 14px;
	margin-right: 10px;
}

.img {
	display: block;
	height: 100%;
}

.text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 10px;
	transform: translateY(100%);
	transition: all 250ms;
	background: black;
}

.news__slider {
	padding-bottom: 8px;
}

.news__magnifying-glass {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.4);
	transition: .3s;

	opacity: 0;
	visibility: hidden;
}

.news__slider .item {
	cursor: pointer;
}

.news__slider .item:hover .news__magnifying-glass {
	opacity: 1;
	visibility: visible;
}

.news__magnifying-glass svg {
	width: 60px;
	height: 60px;
}

.news__slider::-webkit-scrollbar {
	height: 5px;
}

.news__slider::-webkit-scrollbar-track {
	background: rgba(0, 145, 55, 0.1);
}

.news__slider::-webkit-scrollbar-thumb {
	background: #1d1d1b;
}

/* popup */
.popup-img {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 999;
	transition: .3s;

	opacity: 0;
	visibility: hidden;
}

.popup-img._active {
	opacity: 1;
	visibility: visible;
}

.popup-img span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.popup-img span:before {
	content: 'x';
	position: absolute;
	top: 10px;
	right: 15px;
	font-weight: 600;
	font-size: 35px;
	line-height: 35px;
	font-family: Arial, sans-serif;
	color: #fff;
	cursor: pointer;
}

.popup-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.popup-img>div {
	position: relative;
	z-index: 2;
	height: 90%;
}
/* End */
/* /local/templates/new/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17559865082126 */
