.home .rs-17 .rs-news{
    padding-top: 60px;
	padding-bottom: 80px;
}
.rs-17 .rs-news .section-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.news_link{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #0488CD;
}
.news_link:hover{
    color: #0488CD;
}
.rs-17 .rs-news .section-descr {
    margin: 20px auto 20px;
}
.rs-17 .rs-news .section-descr p {
    font-size: 18px;
    color: #616161;
    text-align: center;
}
.rs-17 .rs-news .news-row{
    display: flex;
    align-items: stretch;
}
.rs-17 .rs-news .rs-news-inner .news-row{
    flex-wrap: wrap;
}
.rs-17 .rs-news .news-row .column_news{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rs-17 .rs-news .news-block:not(:first-child){
    margin-top: 15px;
}
.rs-17 .rs-news  .news-item{
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
    border-radius: 8px;
    min-height: 258.5px;
    justify-content: space-between;
}

.rs-17 .rs-news .news-image{
    display: block;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 246px;
    width: 100%;
    margin-bottom: 32px;
    border-radius: 4px;
}
.rs-17 .rs-news  .news-title{
    margin: 0;
}
.rs-17 .rs-news  .news-title a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #111111;
}
.rs-17 .rs-news  .news-title a:hover{
    text-decoration: none;
}

.rs-17 .rs-news .news-date{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #999FA5;
    margin-top: 24px;
}
.rs-17 .rs-news .news-content{
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.rs-17 .rs-news .news-content p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #4A4E52;
}



.rs-17 .rs-news .news-more {
    border: 0;
    display: block;
    height: auto;
    padding: 5px 0 30px;
    width: 100%;
	
}


.rs-17 .rs-news .btn-outline{
	border-color: #9e9e9e;
	color: #616161;
	text-shadow: none;
	font-weight: 600;
}
.rs-17 .rs-news .btn-outline:hover,
.rs-17 .rs-news .btn-outline:focus{
	background-color: #039be5;
	color: #fff;
	border-color: #039be5;
}
.rs-17 .rs-news .rs-news-inner{
	padding-top: 25px;
	padding-bottom: 25px;
}
.rs-17 .rs-news .rs-news-inner  .news-block{
	margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    margin-top: 0;
}
.rs-17 .rs-news .rs-news-inner  .news-block .news-item{
    height: 100%;
}
.rs-17 .rs-news .rs-news-inner .news-title a {
    font-size: 17px;
    line-height: 26px;
}
.rs-17 .rs-news .rs-news-inner .news-content p{
    font-size: 14px;
    line-height: 20px;
}
.rs-17 .rs-news .pagination > li > a,
.rs-17 .rs-news .pagination > li > span{
	font-size: 12px;
	color: #7c7c7c;
}
.rs-17 .rs-news .pagination{
	margin-top: 0;
	margin-bottom: 10px;
}
.rs-17 .rs-news .pagination .page-numbers{
	    position: relative;
   float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.rs-17 .rs-news .pagination .page-numbers.current{
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.rs-17 .rs-news .pagination .page-numbers:focus, .rs-17 .rs-news .pagination .page-numbers:hover{
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.rs-17 .rs-news .pagination .nav-links .page-numbers:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.rs-17 .rs-news .pagination .nav-links .page-numbers:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
@media (max-width: 1100px){
    .rs-17 .rs-news .rs-news-inner  .news-block{
        width: 50%;
    }
    .rs-17 .rs-news .rs-news-inner .news-block .news-item {
        height: auto;
        min-height: unset;
    }
}
@media (max-width: 991px){
	.rs-17 .rs-news .news-item{
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-left: 0;
	}
    .rs-17 .rs-news .news-item{
        min-height: unset;
    }
	.rs-17 .rs-news .section-title{		
		align-items: center;
	}
}
@media (max-width: 767px){
	.rs-17 .rs-news .section-descr{
		width: 100%;
	}
    .rs-17 .rs-news .news-row {
        flex-direction: column;
    }
    .rs-17 .rs-news .section-title{
        flex-direction: column;
    }
	.rs-17 .rs-news .news-block  {
		margin-bottom:  15px;
	}
	.rs-17 .rs-news .rs-news-inner  .news-block{
        width: 100%;
    }
}
@media (max-width: 544px){
	.rs-17 .rs-news .news-block{
		width: 100%;
	}
}