

/* Start:/local/templates/.default/components/bitrix/news/arctic_news/bitrix/news.detail/.default/style.css?16582858711238*/
.container {
	max-width: 100%;
	padding-top: 45px;
	padding-bottom: 45px;
}

.title {
	position: relative;
	/*height: 125px;*/
}

.title h1 {
	color: #1ea0e4;
	font-weight: bold;
	font-size: 2.28571rem;
	text-align: left;
	margin-bottom: 25px;
}

.title p {
	/*position: absolute;*/
	font-size: 0.95238rem;
	/*bottom: 0;*/
}

.title p a {
	color: black;
	text-decoration: none;
	opacity: 0.4;
	transition: .2s;
	cursor: pointer;
}

.title p span {
	opacity: 0.4;
	margin-left: 10px;
}

.detail_text p {
	text-align: justify;
	line-height: 1.5;
	font-size: 1.14286rem;
}

.photos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.photos a {
	outline-width: 0;
}

.photos img {
	margin: 0 5px 30px;
	height: 300px;
	width: auto;
}

/* old */

/*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;
}*/

/* TODO: MEDIA*/

@media screen and (max-device-width: 1200px) {
	.news-detail {
		padding: 20px;
	}
}

@media screen and (max-device-width: 930px) {
	.container {
		padding: 0;
	}
}

@media screen and (max-device-width: 620px) {
	.news-detail {
		padding: 20px;
	}
	.photos img {
		height: auto;
		width: 100%;
	}
}

/* End */
/* /local/templates/.default/components/bitrix/news/arctic_news/bitrix/news.detail/.default/style.css?16582858711238 */
