.news{
	margin-left: -30px;
	margin-right: -30px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news-cat{
	padding-left: 30px;
	padding-right: 30px;
	width: 20%;
	border-right: 1px solid #f4f4f4;
}
.news-cat__close{
	display: none;
}
.news-cat__title{
	text-transform: uppercase;
    font-size: 10px;
    margin-top: 10px;
    letter-spacing: 1px;
	color: #8E8E8E;
	margin-bottom: 32px;
}
.news-cat__list{
	margin: 0;
    list-style: none;
    padding: 0;
	background-color: #fff;
}
.news-cat__list_item{
	font-size: 15px;
	line-height: 21px;
	color: #8E8E8E;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
	        font-feature-settings: 'pnum' on, 'lnum' on;
}
.news-cat__list_item img{
	width: 18px;
	height: 18px;
	left: 0;
	margin-top: -3px;
	margin-right: 10px;
}
.news-cat__list_item span{
	font-size: 11px;
	line-height: 1;
	background: #F8F8F8;
	text-align: center;
	padding: 4px 8px;
	margin-left: auto;
	-webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.news-cat__list_item.active,
.news-cat__list_item:hover{
	color: var(--link);
}
.news-cat__list_item.active span,
.news-cat__list_item:hover span{
	background-color: var(--link);
	color: #fff;
}
@media only screen and ( max-width: 991px ) {
	.news-box{
		width: 100%;
	}
	.news-cat{
		width: 100%;
		padding: 0 10px;
		height: 56px;
	}
	.news-cat__box{
		width: 100%;
		padding: 20px 0;
		position: fixed;
		top: 0; right: 0; left: 0; bottom: 0;
		display: none;
		background-color: #ffffff;
		z-index: 9999;
	}
	.news-cat__close{
		display: block;
		z-index: 9;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		padding: 20px;
	}
	.news-cat__close svg{
		width: 12px;
		display: block;
	}
	.news-cat__close:hover svg path{
		stroke: var(--link);
	}
	.news-cat__title{
		z-index: 9;
		width: 100%;
		padding: 20px;
		right: 0; left: 0; top: 0;
		margin: 0;
		background-color: #ffffff;
		position: relative;
		cursor: pointer;
	}
	.news-cat__title.fixed{
		position: fixed;
		z-index: 99;
		border-bottom: 1px solid var( --gray );
	}
	.news-cat__title.fixed:before{
		content: '';
		position: absolute;
		left: 25px;
		right: 25px;
		bottom: 5px;
		height: 16px;
		background-color: #fff;
		z-index: -2;
		border-radius: 50%;
		-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
		box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
	}
	.news-cat__title.fixed:after{
		content: '';
		z-index: -1;
		right: 0; left: 0; top: 0; bottom: 0;
		position: absolute;
		background-color: #ffffff;
	}
	.news-cat__list{
		position: relative;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		max-width: 420px;
		position: absolute;
		top: 50%;
		margin: 0 auto;
		right: 0;
		left: 0;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	.news-cat__list_item{
		width: calc(50% - 40px);
		margin: 0 20px;
		font-size: 14px;
	}
	.news-cat__list_item span{
		margin-left: auto;
	}
}

.news-last{
	margin-bottom: 10px;
}
.news-last__clear{
	position: relative;
	margin-bottom: 40px;
	min-width: 100%;
	line-height: 1;
}
.news-last__clear:before{
	content: '';
    position: absolute;
    left: 55px;
    right: calc( var(--padding) / 2 );
    top: 50%;
    border-bottom: 1px solid #F4F4F4;
}
.news-last__clear span{
	font-size: 12px;
	position: relative;
	line-height: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
	        font-feature-settings: 'pnum' on, 'lnum' on;
	color: #000000;
	padding-right: 30px;
	background-color: #fff;
}
.news-last .entry__share{
	padding-bottom: 30px;
	padding-left: 15px;
}

.news-box{
	padding-left: 30px;
	padding-right: 30px;
	width: 80%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.news-box .subscribe{
	padding: 40px;
	margin-bottom: 50px;
}
.news-box__title{
	margin-top: 50px;
}
.news-box__title h2{
	font-size: 25px;
}
.news-box__posts{
	margin-top: 40px;
}
@media only screen and ( max-width: 769px ) {
	.news-box .subscribe_title p{
		padding-top: 0;
	}
}
@media only screen and ( max-width: 640px ) {
	.news-box .subscribe{
		padding: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
}

.news-top{
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 30px;
	width: 100%;
    position: relative;
    height: 100%;
}
.news-top:after{
	content: '';
	width: calc(100% - 60px);
	left: 30px;
	position: absolute;
	bottom: 0;
	border-bottom: 1px solid #f4f4f4;
}
.news-top__box{
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-bottom: 30px;
	padding-top: 30px;
	margin: 0;
	margin-right: -1px;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}
.news-top__arrow{
	display: none;
}
.news-top__box_item{
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #f4f4f4;
	width: 20%;
	min-width: 20%;
	max-width: 20%;
	-webkit-box-flex: 1;
       -ms-flex: 1;
           flex: 1;
}
.news-top__box_item.column-4{
	width: 25%;
	min-width: 25%;
	max-width: 25%;
}
.news-top__box_item:last-child{
	border: 0;
}
.news-top__box_item > a{
	display: none;
}
.news-top__box_item > a > img{
	display: table;
}
.news-top__box_item h2{
	font-size: 13px;
	margin: 0 0 15px;
	line-height: 140%;
}
.news-top__box_item h2 a{
	color: var(--body);
	display: block;
	-webkit-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}
.news-top__box_item h2 a:hover{
	color: var(--link);
}
.news-top__box_item p {
	line-height: 23px;
	padding: 0;
	margin-top: 10px;
	display: none;
}
.news-top__widget{
	padding-top: 30px;
	width: 20%;
	padding-bottom: 30px;
}
.news-top__widget p{
	padding: 0;
	margin-top: 10px;
	font-size: 13px;
    margin: 0 0 15px;
    line-height: 140%;
}
.news-top__widget_item{
	padding-right: 30px;
	padding-left: 30px;
	border-left: 1px solid #f4f4f4;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
	position: relative;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.news-top__widget_item h2{
	padding: 0;
	margin-top: 10px;
	font-size: 13px;
    margin: 0 0 15px;
    line-height: 140%;
}
.news-top__widget_item span{
	font-size: 13px;
    color: #8E8E8E;
    line-height: 140%;
}
.news-top__widget_item img{
	position: absolute;
    width: 34px;
    height: 34px;
    right: 30px;
}
@media only screen and ( max-width: 991px ) {
	.news-top__box{
		width: 75%;
	}
	.news-top__arrow{
		display: block;
		right: 30px;
		bottom: -15px;
		background-color: #ffffff;
		border: 1px solid #f4f4f4;
		position: absolute;
		z-index: 3;
	}
	.news-top__arrow:after {
		content: '';
		right: 50%;
		position: absolute;
		width: 1px;
		background-color: #c2c2c2;
		height: 14px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.news-top__arrow > span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		position: relative;
		cursor: pointer;
		margin: auto;
		text-align: center;
		display: inline-block;
		float: left;
		-webkit-transition: all .25s;
		-o-transition: all .25s;
		transition: all .25s;
	}
	.news-top__arrow > span:hover{
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
			transform: scale(1.2);
	}
	.news-top__arrow > span:active{
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
			transform: scale(0.9);
	}
	.news-top__arrow > span svg{
		width: 10px;
		height: 10px;
	}
	.news-top__box_item{
		width: 33.3333%;
		min-width: 33.3333% !important;
	}
	.news-top__box_item h2,
	.news-top__widget h2{
		font-size: 16px;
	}
	.news-top__widget{
		width: 25%;
		min-width: 25%;
	}
	.news-top__widget h2{
		margin: 8px 0;
	}
}
@media only screen and ( max-width: 800px ) {
	.news-top__box{
		width: 66.6666%;
	}
	.news-top__box_item{
		width: 50%;
		min-width: 50% !important;
	}
	.news-top__widget{
		width: 33.3333%;
		min-width: 33.3333%;
	}
}
@media only screen and ( max-width: 640px ) {
	.news-top__box,
	.news-top__widget{
		min-width: 50%;
		width: 50%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.news-top__box_item{
		width: 100%;
		min-width: 100% !important;
	}
}

@media only screen and ( max-width: 460px ) {
	.news-top{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		margin: 0;
		z-index: 12;
	}
	.news-top__box,
	.news-top__widget{
		min-width: 100%;
		width: 100%;
	}
	.news-top__box:before{
		content: '';
		position: absolute;
		left: 30px;
		right: 30px;
		top: 0;
		border-top: 1px solid #f4f4f4;
	}
	.news-top__box_item > a {
		display: block;
		overflow: hidden;
	}
	.news-top__box_item h2{
		margin-top: 15px;
	}
	.news-top__box_item p{
		display: block;
	}
	.news-top__widget_item{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.news-top__widget_item span,
	.news-top__widget h2{
		font-size: 13px;
		color: #8E8E8E;
		margin: 0 5px 5px 0;
		line-height: 140%;
	}
}
