.comments {
	width: 100%;
	display: flex;
	justify-content: center;
}
.comments .comment {
	width: 320px;
	margin-right: 20px;
	border: solid 2px #4C8FFC;
	display: flex;
	flex-direction: column;
	padding: 24px;
	padding-bottom: 0;
	padding-top: 0;

}

@media screen and (max-width: 1200px) and (min-width:1100px) {
	.comments {
		justify-content: space-between;
	}
	.comments .comment {
		margin-right: 0px;
	}
}

.comments .comment .title {
	font-size: 144px;
	font-family: "OpenSans-Light", sans-serif;
	color: #4C8FFC;
	text-align: center;
	position: relative;
	top: -80px;
}

.comments .comment .body {
	text-align: center;
	position: relative;
	top: -80px;
}

.comments .comment .bottom {
	text-align: center;
	font-family: "Raleway-Regular", sans-serif;
	margin-top: auto;
}

.comments .comment .button {
	position: relative;
	text-align: center;
	top: 24px;
}

@media screen and (max-width: 1200px) {

	.comments { flex-wrap: wrap; }
	.comments .comment { margin-bottom: 40px; }
	.comments .comment:nth-child(2) { margin-right: 0; }
	

}

@media screen and (max-width: 425px) {

	.comments .comment { margin-right: 0; }

}





.news-item{
	position:relative;
	color:#fff;
	display:inline-block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	min-width:367px;
	min-height:367px;
	width:100%;
	padding-left:37px;
	padding-top:48px;
	padding-right:15px;
	padding-bottom:44px;
	overflow:hidden;
}
.news-item:hover .news-i-bg{
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.news-item:hover .news-i-bg::before{
	background-size:100%;
	width:1100px;
	height:1100px;
}
.news-item .news-i-bg  {
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height:100%;
	background-size:cover;
	background-position:50% 50%;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.news-item .news-i-bg::after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0, 6, 47, 0.6);
}
.news-item .ni-text{
	position:relative;
	max-width:300px;
}
.news-item .ni-text .ni-date{
	font-size:18px;
	line-height:25px;
	
	display:block;
	margin-bottom:16px;
}
.news-item .ni-text .ni-date span{
	margin-left:5px;
}
.news-item .ni-text .ni-descr{
	display:block;font-size:16px;
	line-height:19px;
	
	position:relative;
}
.news-item .ni-text .ni-descr::before{
	content:'';position:absolute;
	bottom:-25px;left:0;width:5px;
	height:5px;
	background:#3F51B5;
	border-radius:50%;
	-webkit-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}
.news-item:hover .ni-descr::before{
	width:8px;
	height:8px;
}
.s-news-page{
	padding-top:17px;
	
}
.s-news-page .snp-wrap-btn{
	max-width:1527px;
	margin:0 auto;
	margin-top:16px;
}
.s-news-page .snp-wrap-btn .snp-btn{
	display:inline-block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #E0E0E0;
	text-align:center;
	position:relative;
	width:-webkit-calc(100% - 20px);
	width:calc(100% - 20px);
	left:4px;
	color:rgba(0, 0, 0, 0.9);
	
	font-size:16px;
	line-height:16px;
	padding-top:14px;
	padding-bottom:14px;
}
.s-news-page .snp-wrap-btn .snp-btn::before{
	content:'';
	position:absolute;
	width:5px;
	height:7px;

	left:50%;
	margin-left:69px;
	top:19px;
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg);
}
.s-news-page .snp-wrap-btn .snp-btn:hover{
	border-color:#3F51B5;
	color:#3F51B5;
}
.s-news-page .snp-row{
	max-width:1527px;
	margin:0 auto;
}
.s-news-page .snp-row .news-item{
	display:inline-block;
	text-align:left;
	width:-webkit-calc(24.6% - 8px);
	width:calc(24.6% - 8px);
	
	min-width:auto;
	margin-right:4px;
	margin-bottom:7px;
	min-height:261px;
	position:relative;
	padding:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.s-news-page .snp-row .news-item.ni-big{
	width:-webkit-calc(49.5% - 8px);
	width:calc(49.5% - 8px);
}
.s-news-page .snp-row .news-item .ni-theme{
	display:inline-block;
	color:rgba(255, 255, 255, 0.5);
	font-size:14px;
	line-height:22.1px;
	
	position:absolute;
	right:31px;
	top:15px;
	letter-spacing:0.3px;
}
.s-news-page .snp-row .news-item .ni-theme span{
	color:rgba(42, 0, 156, 0.5);
	font-size:19.64px;
	line-height:22.1px;
	
	position:relative;
	top:2px;
}
.s-news-page .snp-row .news-item .ni-text{
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	padding-left:28px;
	padding-bottom:25px;
	padding-right:15px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.s-news-page .snp-row .news-item .ni-text .ni-date{
	color:#ffffff;
	font-size:18px;
	line-height:25.58px;
	
	margin-bottom:10px;
}
.s-news-page .snp-row .news-item .ni-text .ni-date span{
	color:#bdbdbd;
	font-size:18px;
	line-height:24.58px;
	text-transform:uppercase;
	margin-left:3px;
}
.s-news-page .snp-row .news-item .ni-text .ni-descr{
	color:#ffffff;
	font-size:18px;
	line-height:24px;

}

@media only screen and (max-width: 1300px){
.s-news-page .snp-row .news-item .ni-text{
	padding-left:15px;
}
}
@media only screen and (max-width: 992px){
.s-news-page .snp-row{
	max-width:866px;
}
.s-news-page .snp-row .news-item{
	width:-webkit-calc(32.7% - 8px);
	width:calc(32.7% - 8px);
}
.s-news-page .snp-row .news-item.ni-big{
	width:-webkit-calc(102.7% - 8px);
	width:calc(102.7% - 8px);
}
.news-item .ni-text .ni-descr{
	font-size:16px;
	line-height:21px;
}
.news-item .ni-text .ni-date{
	font-size:15px;
}
.news-item{
	padding-left:15px;
	padding-top:35px;
	padding-bottom:35px;
	min-height:296px;
	min-width:296px;
	max-width:296px;
}
.news-item .ni-text .ni-date span{
	margin-left:0px;
}
}
@media only screen and (max-width: 768px){
.s-news-page .snp-row .news-item{
	width:-webkit-calc(100% - 0px);
	width:calc(100% - 0px);
	max-width:100%;
	
}
.s-news-page .snp-row .news-item .ni-big{
	width:-webkit-calc(100% - 0px);
	width:calc(100% - 0px);
	max-width:100%;
	
}

.s-news-page .snp-wrap-btn .snp-btn{
	left:0;width:100%;
	
	width:-webkit-calc(100% - 0px);
	width:calc(100% - 0px);
}
}
@media only screen and (max-width: 600px){
.news-item .ni-text .ni-descr{
	font-size:16px;
	line-height:22px;
}
.news-item{
	min-width:270px;
	max-width:270px;
}
}
