

/* Start:/local/templates/skad/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17305638171309*/
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;
}

.other_news__wrap{
	max-width: 1420px;
	width: 100%;
	margin:20px auto 40px;
}

.inline_block {
	display: inline-block; 
}

.other_news__list{
	display: grid;
	grid-row-gap: 25px;
}

.other_news__item{
	display: grid;
    grid-template-columns: 263px 1fr;
    grid-column-gap: 39px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.other_news__img{
	height: 260px;
    width: 260px;
    overflow: hidden;
    transition: .3s;
}

img .other_objectImg{
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.other_objectImg:hover{
	transition: transform .5s;
	transform: scale(1.2);
}

.other_news__info{
	padding-top: 5px;
}

.other_news__title{
	font-weight: bold;
    display: inline-flex;
    align-items: center;
}

.other_news__title_text{
	margin-right: 5px;
}

.other_news__title_text::after{
	transform: scale(0.2);
	content: url("/local/templates/skad/icons/up-right-arrow-15.png");
}

.t--2{
	font-size: 20px;
    line-height: 30px;
}

.other_news__desc{
	max-width: 571px;
    margin-top: 20px;
}

@media screen and (max-width:650px){
	.other_news__item{
		grid-template-columns: none;
	}
}   

/* End */
/* /local/templates/skad/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17305638171309 */
