

/* Start:/local/templates/blog/components/bitrix/news/parki/bitrix/news.list/.default/style.css?17720152731220*/
.row.inner_row{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.item{
	height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #000;
	position: relative;
}
.item::before {
	content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url(/local/templates/blog/img/blog-bg.png) no-repeat center center;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
	z-index: 1;
}
.item_img{
	overflow: hidden;
	background: #31435a;
}
.item_img img{
height: 100%;
	width: 100%;
	min-height: 290px;
	max-height: 290px;
	display: block;
	opacity: 1;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-o-object-fit: cover;
	object-fit: cover;
}
.item:hover img{transform: scale(1.1);}
.item_desc{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 25px;
	z-index: 3;
}
.item_desc h3{
	border-bottom: 1px solid transparent;
	color: #e9edf2;
	font-size: 18px;
	letter-spacing: .48px;
	line-height: 1.55;
	display: inline;
	width: 100%;
	transition: all .1s linear;
}
.item:hover .item_desc h3 {
	border-bottom-color: #fff;
}
/* End */


/* Start:/local/templates/blog/components/bitrix/system.pagenavigation/.default/style.css?1772015273474*/
.pagenavigation {
    display: flex;
}
.pagenavigation .active,
.pagenavigation a {
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    line-height: 28px;
    margin-right: 20px;
    color: #2a89f1;
    transition: all 0.2s linear;
}
.pagenavigation a:hover{
    background: #3d98ff;
    color: #fff;
}
.pagenavigation .active {
    color: #fff;
    background: #3d98ff;
}
/* End */
/* /local/templates/blog/components/bitrix/news/parki/bitrix/news.list/.default/style.css?17720152731220 */
/* /local/templates/blog/components/bitrix/system.pagenavigation/.default/style.css?1772015273474 */
