/*
    Theme Name: zs_photo
    Description: Тема создана студией zs-group
    Author: zs-group
    Version: 1.0
*/

.single-news .comment{
    display: none;
}
.n_comments .img_block{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 7px;
	border: 0px solid #fff;
	transition: .15s;
}
.n_comments .img_block:hover{
	border: 7px solid #fff;
}
.n_comments .img_block img{
	width: 100%;
	height: auto;
	transition: .15s;
	opacity: .9;
}
.n_comments .img_block:hover img{
	transform: scale(1.03);
}
.n_comments .cuspost{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.n_comments .cuspost li{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
}

.n_comments .cuspost li a{
	color: #fff;
	font-size: 22px;
	text-decoration: none;
}
.single-news .left__blog,
.n_comments .left__blog{
	width: 100%;
}
.about__left .block-name{
	font-size: 28px;
}
.single-news .right__blog{
	display: none;
}
.single-news p img{
	width: 100%;
}
.n_comments .cuspost  li p.little_txt{
	margin-top: 8px;
	font-size: 16px;
	color: #fff;
}
.single-news .resize{
	max-width: 100%;
}
.mail__link{
	font-size: 20px;
}