

/* Start:/bitrix/components/slonworks/news.detail/templates/article/style.css?16281557811044*/
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;
}
p.title{
	font-size: 25px;
}


.tags {
	display: flex;
	justify-content: start;
 	flex-wrap: wrap;
	background-color: #f4f4f4;
	padding: 20px;
}

.tags a {
	color: #fff;
	font-size: 10px;
	background-color: #595959;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 8px;
	margin-right: 5px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 1023px) {
	.ads-block-vertical {
		display: none !important;
		/*position: relative !important;
		top: 30px !important;
		height: 100px !important;
		width: 100% !important;*/
	}

	/*.ads-block-vertical .adsbygoogle {
		height: 100px !important;
	}*/
}


.infopagearticleblock .searchpanelcontainer {
	padding: 0 40px;
}

.infopagearticleblock .searchinputblock {
	display: flex;
	justify-content: space-between;
}
.infopagearticleblock .searchinput {
	display: block;
	width: 100%;
	margin-left: 0;
}

/* End */


/* Start:/bitrix/templates/slonworks/components/bitrix/breadcrumb/new/style.css?1702467024938*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

.we_breadcrumb .we_breadcrumb_item {
	display: flex !important;
}

.we_breadcrumb_item a {
	line-height: 15px !important;
}

.we_breadcrumb .we_breadcrumb_item i {
	padding: 0 8px !important;
}

@media only screen and (max-width: 475px) {
	.we_breadcrumb_item {
		margin-bottom: 5px;
	}
	
	.we_breadcrumb .we_breadcrumb_item i {
		font-size: 14px;
	}
}
/* End */


/* Start:/bitrix/templates/slonworks/components/bitrix/catalog.section/read-with-article/style.css?17214984481698*/
.read-with-article {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0;
}

.read-with-article-title {
	font-size: 24px;
	line-height: 24px;
	color: #383839;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}

.read-with-article-items {
	column-gap: 22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0 0;
	max-width: 1024px;
	padding: 20px 0;
	row-gap: 18px;
}

.read-with-article-item {
	width: 320px;
	height: 255px;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 2px 2px 5px 0 rgba(34, 60, 80, 0.25);
	color: #383839;
	background: #fff;
	overflow: hidden;
}

.read-with-article-item-image-wrapper {
	height: 160px;
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.read-with-article-item-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: .5s linear transform;
}

.read-with-article-item:hover .read-with-article-item-image {
	transform: scale(1.1);
	will-change: transform;
	transform-origin: center center;
}

.read-with-article-item-text {
	font-family: 'Helvetica-Light';
	font-size: 14px;
	line-height: 17px;
	color: #383839;
	padding: 10px;
	display: flex;
	align-items: stretch;
}

@media only screen and (max-width: 600px) {
	.read-with-article {
		width: 100%;
	}

	.read-with-article-title {
		font-size: 24px;
		line-height: 24px;
	}

	.read-with-article-items {
		row-gap: 42px;
		padding: 20px;
	}

	.read-with-article-item {
		width: 100%;
		height: 395px;
	}

	.read-with-article-item-image-wrapper {
		height: 185px;
		margin-bottom: 0;
	}

	.read-with-article-item-text {
		font-size: 24px;
		line-height: 28px;
		padding: 20px 30px;
	}
}
/* End */
/* /bitrix/components/slonworks/news.detail/templates/article/style.css?16281557811044 */
/* /bitrix/templates/slonworks/components/bitrix/breadcrumb/new/style.css?1702467024938 */
/* /bitrix/templates/slonworks/components/bitrix/catalog.section/read-with-article/style.css?17214984481698 */
