

/* Start:/bitrix/templates/subjoy/components/bitrix/news/.default/bitrix/news.detail/.default/style.min.css?175456061397*/
div.news-detail img.detail_picture{float:left;margin:0 8px 6px 1px}.news-date-time{color:#486daa}
/* End */


/* Start:/bitrix/templates/subjoy/components/bitrix/news.detail/gallery/style.css?1758214288856*/
.gallary {
	display: flex;
	flex-direction: row;
/*	justify-content: space-between; */
	gap: 10px;
}

.gallary_item {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.gallary_item img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display:block;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

.gallary_item:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}

.fancybox {
	cursor: pointer;
}

@media (max-width: 768px) {
	.gallary {
		flex-wrap: wrap;
		justify-content: left;
	}
	.f-button.is-arrow {
    	width: 20px;
    	height: 20px;
	}
	.f-button.is-arrow svg{
    	width: 12px;
    	height: 12px;
	}
}
/* End */
/* /bitrix/templates/subjoy/components/bitrix/news/.default/bitrix/news.detail/.default/style.min.css?175456061397 */
/* /bitrix/templates/subjoy/components/bitrix/news.detail/gallery/style.css?1758214288856 */
