

/* Start:/local/components/rasa/news.detail/templates/news-detail/style.css?17199911551057*/
.miniNews {
    position: relative;
    max-width: 30%;
    width: 100%;
    height: 200px;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
}

.miniNews::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.itemNewsInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.itemNewsInfo:hover {
    text-decoration-color: white;
}

.itemNewsInfo span {
    position: relative;
    display: flex;
    color: white;
    line-height: normal;
    font-size: 20px;
}

.itemNewsInfo span:first-child {
    margin-bottom: 10px;
}

.itemNewsInfo span:last-child {
    font-weight: bold;
}

@media (max-width: 991px) {
    .miniNews {
        max-width: 40%;
    }

    .itemNewsInfo span {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .miniNews {
        max-width: none;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/spec_list_detail/style.css?16463728713211*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.head-topic {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head-topic .single-news-page-head-topic {
	font-size: 16px;
	line-height: 130%;
	color: #3863AE;
}
.single-news-page-author {
	display: flex;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	color: #3863AE;
	margin-bottom: 30px;
}
.single-news-page-author p {
	margin-right: 8px;
}
.single-news-page-author .author-circle {
	display: flex;
	align-items: center;
}
.single-news-page-author .author-circle i {
	font-size: 2px;
}
.spec-news__head .single-news-page-author {
	margin-bottom: 40px;
}
.spec-news__list {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	margin-bottom: 36px;
}
.spec-news__item {
	display: flex;
	margin-bottom: 18px;
	padding: 30px;
	border: 1px solid #D6D6D6;
	background-color: #FFFFFF;
}
.spec-news__item:hover {
	text-decoration: none;
}
.spec-news__img {
	width: 100%;
	max-width: 242px;
	max-height: 150px;
}
.spec-news__text-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 30px;
}
.spec-news__title {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 27px;
	line-height: 32px;
	color: #555555;
}
.spec-news__text {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #555555;
}
.spec-news__link {
	padding-right: 10px;
}
.page-tag {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
.page-tag a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 8px;
	background: #EDEDED;
	border-radius: 20px;
	height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 130%;
	color: #A5A5A5;
}
.page-tag--spec-news {
	margin-bottom: 36px;
}
.social-links-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.page-tag--spec-news a:hover {
	background: #A5A5A5;
	color: #EDEDED;
	transition: .3s;
	text-decoration: none;
}
@media (max-width: 992px) {
	.spec-news__title {
		font-size: 26px;
	}
	.spec-news__text {
		font-size: 14px;
		line-height: 20px;
	}
	.spec-news__link {
		font-size: 14px;
	}
}
@media (max-width: 767.98px) {
	.spec-news .page-title h1 {
		margin-bottom: 10px;
		line-height: 40px;
	}
	.spec-news__item {
		background-color: #F8F8F8;
		flex-direction: column;
		padding: 12px;
	}
	.spec-news__text-block {
		margin-left: 0;
	}
	.social-links-container {
		flex-direction: column;
		align-items: flex-start;
	}
	.spec-news .page-tag {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.spec-news__title {
		margin-top: 22px;
		font-size: 18px;
		line-height: normal;
	}
	.spec-news__text {
		margin-top: 8px;
		font-size: 13px;
		line-height: 18px;
	}
	.spec-news__link {
		display: block;
		margin-top: 12px;
		padding-right: 6px;
		font-size: 14px;
	}
}

@media (max-width: 320px) {
	.spec-news__img {
		width: 100%;
		max-width: none;
		max-height: none;
	}
}



/* End */
/* /local/components/rasa/news.detail/templates/news-detail/style.css?17199911551057 */
/* /local/templates/.default/components/bitrix/news.list/spec_list_detail/style.css?16463728713211 */
