

/* Start:/local/templates/prymery/components/bitrix/news.detail/primeryDetail/style.css?16159927612747*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.project-gallery {
	margin-bottom: 48px;
}
.article-left h2,
.article-left .h2 {
	color: #374e59;
	font-size: 18px;
	font-family: 'SFProDisplay-Bold', sans-serif;
	line-height: normal;
	margin-bottom: 30px;
}

.project-detail__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 20px 0 50px;
}
.project-detail__head > img {
	min-width: 38%;
	width: 38%;
	margin-right: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.project-detail__head h3 {
	margin: 20px 0 10px;
	font-size: 24px;
	font-weight: 400;
}
.project-detail__head p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 21px;
}
.project-detail__head p:last-child {
	margin-bottom: 0;
}

.project__cta {
	text-align: center;
}
.project__cta a {
	display: inline-block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	background-color: #ff6e00;
	border-radius: 5px;
	padding: 0 25px;
	color: #fff;
}

.project-gallery h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 24px;
}

.gallery-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.gallery-item:last-child {
	margin-bottom: 0;
}
.gallery-item p {
	font-size: 14px;
	line-height: 21px;

}

.gallery-thumb {
	min-width: 47% !important;
	width: 47%;
}

.gallery-description {
	padding-top: 20px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (min-width: 768px) {
	.gallery-item:nth-child(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.gallery-item:nth-child(odd) .gallery-description {
		padding-right: 40px;
	}
	.gallery-item:nth-child(even) .gallery-description {
		padding-left: 40px;
	}
}
@media (max-width: 767px) {
	.project-detail__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.gallery-thumb {
		width: 100%;
		text-align: center;
	}

	.project-detail__head img {
		width: auto;
		margin: 0 0 40px;
	}

	.gallery-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 50px;
	}
	.gallery-item:last-child {
		margin-bottom: 0;
	}
}
/* End */
/* /local/templates/prymery/components/bitrix/news.detail/primeryDetail/style.css?16159927612747 */
