.rs-17 .rs-news{
	padding-bottom: 0;
	padding-top: 25px;
	background: #ebf7fe;
	border-top-left-radius: 75px;
	border-top-right-radius: 75px;
}
.rs-17 .rs-news .section-title{
	position: relative;
	margin-top: 28px;
	margin-bottom: 32px;
	font-family: "Rubik";
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 120%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #04324b;
	text-align: center;
}

.rs-17 .rs-news .section-descr {
    width: 70%;
    text-align: center;
    margin: 20px auto 20px;
}
.rs-17 .rs-news .section-descr p {
    font-size: 18px;
    color: #616161;
    text-align: center;
}
.rs-17 .rs-news  .news-item{
    display: block;
	background-color: #fff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    margin-bottom: 15px;
    height: 440px;
	border-radius: 13px;
	overflow: hidden;
}
.rs-17 .rs-news  .news-title h3 {
    /* min-height: 53px; */
    overflow: hidden;
    display: block;
    line-height: 21px;
    margin: 7px 0 12px;
    padding: 0;
}
.rs-17 .rs-news  .news-title h3 a {
    font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	color: #04324B;
}
.rs-17 .rs-news .news-date{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #7CBFEA;
	margin-top:  6px;
}
.rs-17 .rs-news .news-content{
	margin-top: 10px;
	/* padding-left: 5px; */
	/* padding-right: 5px; */
}

.rs-17 .rs-news .news-item{
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-align: left;
	overflow: hidden;
}
.rs-17 .rs-news .news-inner  {
	padding:  18px;
}

.rs-17 .rs-news .news-image{
    display: block;
    overflow: hidden;
    position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    height: 215px;
}

.rs-17 .rs-news .news-more {
    border: 0;
    display: block;
    height: auto;
    padding: 5px 0;
    width: 100%;
	
}
.rs-17 .rs-news .news-content p{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 136.02%;
	letter-spacing: 0.03em;
	color: #3D577B;
}

.rs-17 .rs-news .btn-color{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #2D79B7;
	padding-left:  0;
	background:  transparent;
	height:  35px;
}
.rs-17 .rs-news .btn-color_icon::after {
  content: url("../../img/icons/icon-arrow-blue.svg");
  margin-left: 10px;  
}
.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: 125px;
	padding-bottom: 25px;
}
.rs-17 .rs-news .rs-news-inner  .news-item{
	margin-bottom: 30px;
}
.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;
}

.rs-17 .rs-news .news-tile {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991px){
	.rs-17 .rs-news .news-item{
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-left: -4px;
	}
}
@media (max-width: 767px){
	.rs-17 .rs-news .section-title--text{
		font-size: 28px;
	}
	.rs-17 .rs-news .section-descr{
		width: 100%;
	}
	.rs-17 .rs-news .rs-news-inner{
		padding-top: 15px;		
	}
}
@media (max-width: 544px){
	.rs-17 .rs-news .news-block{
		width: 100%;
	}
}