.statiy-block-container{
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.statiy-page{
	background: #fff;
	padding-top: 20px;
}
.statiy-page .breadcrumbs{
	margin-top: 0;
	margin-bottom: 20px;
}
.statiy-block-container h1{
	padding: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	line-height: 70px;
	text-align: center;
}
.statiy-block{
	display: flex;
	flex-wrap: wrap;
	margin-right: -2%;
	font-family: 'Open Sans', sans-serif;
}

.statiy-block .one-post{
	flex: 0 0 31.33%;
	margin-right: 2%;
	margin-top: 60px;
}

.statiy-block .one-post img{
	margin-left: auto;
	margin-right: auto;
}

.statiy-block .one-post .name{
	display: flex;
	height: 95px;
	align-items: center;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 140%;
	text-decoration: none;
	margin: 15px 0;
}
.statiy-block .one-post .name span{
	max-height: 95px;
	overflow: hidden;
}

.statiy-block .one-post .desc{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 29px;
	color: #545454;
	height: 85px;
	text-decoration: none;
	overflow: hidden;
}

.statiy-page .tags-list{
	padding-bottom: 35px;
}
.statiy-page .tags-list a{
	margin-top: 20px;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	background: #F8F9FA;
	padding: 8px 15px;
	text-decoration: none;
	color: #666666;
	margin-right: 10px;
}
.statiy-page .tags-list a:hover{
	background: #d2d3d4;
}

@media (max-width:767px) {
	.statiy-block-container h1{
		font-size: 40px;
		line-height: 40px;
	}
	.statiy-block{
		margin-right: 0;
	}

	.statiy-block .one-post{
		flex: 0 0 100%;
		margin-right: 0;
		margin-top: 40px;
	}
	.statiy-block .one-post .name{
		height: auto;
		justify-content: center;
		font-size: 18px;
		line-height: 100%;
	}

	.statiy-block .one-post .desc{
		font-size: 16px;
		line-height: 24px;
		height: auto;
	}
}

@media  (min-width:768px) and (max-width:991px) {
	.statiy-block .one-post .name{
		font-size: 18px;
	}
}