@font-face {
 font-family: 'aglettericacondensedc-bold';
 src: url("../fonts/AGLettericaCondensed-Bold.ttf");
 font-weight: 700;
 font-style: normal;
}
@font-face {
 font-family: 'aglettericacondensedc';
 src: url("../fonts/AGLettericaCondensed-Roman.ttf");
 font-weight: 400;
 font-style: normal;
}

@font-face {
 font-family: 'aglettericacondensedc-bdit';
 src: url("../fonts/AGLettericaCondensed-Oblique.ttf");
 font-weight: 400;
 font-style: italic;
}
.news-wrap {
 padding: 30px 0 62px;
 max-width: 955px;
 font-family: 'aglettericacondensedc';
 font-weight: 400;
 color: #000;
}
.single__page .news-wrap {margin-left:auto;margin-right:auto;max-width:1460px;}
.bread-crambs__item {
 position: relative;
 display: inline-block;
 vertical-align: middle;
 font-size: 16px;
 line-height: 19px;	 
 color: rgba(0, 0, 0, .7);
}
.bread-crambs__item:last-child:after {
 display: none;
}
.bread-crambs__item:after {
 content: '/';
 display: inline-block;
 vertical-align: middle;
 margin: -1px 8px 0 12px;
}
.bread-crambs__link {
 color: rgba(0, 0, 0, .7);
}
.bread-crambs__link:hover {
 color: #fa002e;
}
.box-bread-crumbs {
 margin-bottom: 19px;
}
.news-wrap h1 {
	max-width: 420px;
	margin-bottom: 20px;
	padding-bottom: 0;
	font-size: 32px;
	line-height: 37px;		
	color: #000000;	
	font-family: 'aglettericacondensedc-bold';
	font-weight: 700;
}
.news-wrap h2 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 28px;
	color: #000000;	
	font-family: 'aglettericacondensedc-bold';
	text-transform: initial;
}
.news-wrap h2 span {
	text-transform: uppercase;
}
.news-wrap p {
	margin-bottom: 23px;
	font-size: 16px;
	line-height: 23px;	
	color: #232323;
	font-family: 'aglettericacondensedc';
	letter-spacing: 0.25px;
}
.news-wrap p:last-of-type {
	margin-bottom: 0;
}
.news-wrap p span {
	font-family: 'aglettericacondensedc-bold';
	font-weight: 700;
}
.news-slogan {
 max-width: 640px;
 margin-bottom: 24px;
 font-style: italic;
 font-size: 20px;
 line-height: 23px;
 font-weight: 400;
 font-family: 'aglettericacondensedc-bdit';
}
.news-date {
 margin-bottom: 7px;
 font-size: 12px;
 line-height: 14px;
}
.news-list-pic {
 display: flex;
 flex-wrap: wrap;
 margin: 0 -7.5px 16px;
}
.news-list-pic img {
	display: block;
	max-width: 100%;
}
.news-list-pic li.full img {width:100%;}
.news-list-pic li.full {
	width: 100%;
}
.news-list-pic li {	
	margin: 0 7.5px 19px;
	width: calc(50% - 15px);
}
.news-list {
	margin-bottom: 30px;
	padding-top: 3px;
}
.news-list li{
	position: relative;
	margin-bottom: 7px;
	padding-left: 15px;	
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.25px
}
.news-list li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #FF0000;
}
.news-list li:last-child {
	margin-bottom: 0;
}
.news-btn {
	display: inline-block;
	padding: 9px 35px 10px;
	border: 2px solid #000000;
	font-size: 16px;
	line-height: 23px;
	color: #000000;
	font-weight: 700;	
	font-family: 'aglettericacondensedc-bold';
}
.news-btn:hover {
	color: #fff;
	border-color: #FF0000;
	background-color: #FF0000;
}
.news-pagination {
	margin-top: 64px;
	text-align: center;
}
.news-pagination-row {
	margin-top: 45px;
}
.news-link {
	position: relative;
	margin: 0 21px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 23px;
	font-weight: 700;
	font-family: 'aglettericacondensedc-bold';
	letter-spacing: 0.25px;
	color: #000000;
}
.news-link:hover {	
	opacity: .4;
}
.news-prev {
	padding-left: 49px;
}
.news-next {
	padding-right: 49px;
}
.news-prev:before, .news-next:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #000;
	top: 50%;
	margin-top: -1px;
	transition: all .2s;
}
.news-prev:after, .news-next:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border: 2px solid #000;	
	border-bottom: none;
	top: 50%;
	margin-top: -4px;
	transition: all .2s;
}
.news-prev:before {
	left: 0;
}
.news-prev:after {
	border-right: none;
	left: 1px;
	transform: rotate(-45deg);
}
.news-next:before {
	right: 0;
}
.news-next:after {
	border-left: none;
	right: 1px;
	transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
	.news-wrap h1 {
		line-height: 30px;
	}
} 
@media screen and (max-width: 550px) {
	.news-slogan {
		font-size: 18px;
    line-height: 21px;
	}
	.news-list-pic li {
		margin-bottom: 10px;
		width: 100%;
	}
	.news-pagination {
		margin-top: 30px;
	}
	.news-pagination-row {
		margin-top: 30px;
	}
	.news-prev:before, .news-next:before {
		display: none;
	}
	.news-prev {
		padding-left: 10px;
	}	
	.news-link {
		margin: 0 3px;
		font-size: 14px;
    line-height: 15px;
	}
	.news-next {
		padding-right: 10px;
	}
	.news-prev:after, .news-next:after {
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}
} 