

/* Start:/local/templates/jaganew/components/bitrix/news.detail/news-detail/style.css?17546014563156*/
.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%;
}

.news-detail a {
	padding: 1px 8px 2px;
	border-radius: 20px;
	background: rgba(0, 145, 54, 0.2);
	transition: .3s;
}

.news-detail u {
	text-decoration: none;
}

.news-detail a,
.news-detail a u,
.news-detail a span {
	color: #009136!important;
	text-decoration: none;
	transition: .3s;
	font-weight: 600;
}

.news-detail a:hover {
	background: #009136;
}

.news-detail a:hover,
.news-detail a:hover u,
.news-detail a:hover span {
	color: #fff!important;
}

.news-detail li {
	margin: 5px 0;
}

.news-detail table {
	width: 100%;
	border: 3px solid #009933;
}

.news-detail table tr:first-of-type td {
	background: #009933;
}

.news-detail table tr:first-of-type td,
.news-detail table tr:first-of-type td p,
.news-detail table tr:first-of-type td p b {
	color: #fff;
}

.news-detail table tr td {
	padding: 5px 12px;
	border: 1px solid #009933;
}

.news-detail table tr td,
.news-detail table tr td p,
.news-detail table tr td p b {
	margin: 0;
	text-align: left;
}
/* End */
/* /local/templates/jaganew/components/bitrix/news.detail/news-detail/style.css?17546014563156 */
