.news-card {
	border: 1px solid #0B77BE;
	width: 420px;
	height: 407px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: inherit;
	position: relative;
}

.news-card__img {
	height: 211px;
	position: relative;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.home-news {
	overflow: hidden;
}

.swiper-container.swiper-container {
	overflow: visible;
}
/*.news-card__img img {
	border: none;
}*/

.news-card__date {
	background: #0B77BE;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 9px;
	text-align: center;
	width: 140px;

	position: absolute;
	right: 0;
	bottom: 0;
}

.news-card__title {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.167em;
	letter-spacing: 0.03em;
	margin: 15px 15px 10px;
}

.news-card__descr {
	font-weight: 300;
	letter-spacing: 0.03em;
	margin: 10px 15px;
}

.news-card__more {
	font-size: 14px;
	display: block;
	margin: 10px 15px 15px;
	color: #0B77BE;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news-card__more::after {
	content: '';
	display: inline-block;
	border: solid 1px #0B77BE;
	border-bottom: none;
	border-left: none;
	width: 6px;
	height: 6px;
	margin-left: 5px;
	transform: rotate(45deg);
	position: relative;
	top: -1px;
	left: 0;
	transition: left .5s;
}

.news-card:hover {
	box-shadow: 2px 2px 7px rgba(0,0,0,.2);
	top: -2px;
	left: -1px;
}

.news-card:hover .news-card__more::after {
	left: 30px;
}

.news-card_more {
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	color: white;
	background: #0B77BE url('../images/ztl.svg') no-repeat center/90%;
}

.news-card_more > .arrow-right{
	margin-left: 16px;
	width: 21px;
	height: 42px;
	background: url('../images/arrow-right.svg') no-repeat center/contain;
}

@media(max-width: 1900px){
	.news-card.news-card {
		width: 310px;
		height: 407px;
	}
	.news-card__img {
		height: 211px;
	}
	.news-card__title {
		font-size: 16px;
	}
	.news-card__descr {
		font-size: 14px;
	}
}

@media(max-width: 767px) {
	.swiper-container_news {
		max-width: 320px;
		margin-left: 0;
	}
	.news-card.news-card {
		width: 100%;
		height: 407px;
	}
}

/*@media(max-width: 359px){
	.news-card {
		width: 281px;
		height: 408px;
	}
}*/

/* */
.newslist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-right: -32px;
}
.newslist__item.newslist__item {
	margin-bottom: 30px;
	max-width: 100%;
	width: calc(33.3333% - 30px);
	flex-basis: auto;
	margin-right: 30px;
}

@media (max-width: 1023px) {
	.newslist__item.newslist__item {
		width: calc(50% - 30px);
	}
}

@media (max-width: 639px) {
	.newslist {
		margin-right: 0;
	}
	.newslist__item.newslist__item {
		width: 100%;
		margin-right: 0;
		height: auto;
		padding-bottom: 32px;
	}
}
/* */
.news-detail__date {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 25px;
}
@media(max-width: 767px){
	.news-detail__date {
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 20px;
	}
}

.swiper-container {
	--swiper-navigation-size: 16px;
}

.news-button-prev:after,
.news-button-next:after {
	display: none;
}

.news-button-prev.news-button-prev,
.news-button-next.news-button-next {
	width: auto;
	height: auto;
	display: inline-block;
	position: static;
	font-size: 12px;
	padding: 8px 9px;
	background: #F7F7F7;
	border: 1px solid rgba(194, 216, 236, 0.48);
	border-radius: 5px;
	margin-left: 8px;
	transform: matrix(1, 0, 0, -1, 0, 0);
	color:#0B77BE;
}

/* .swiper-button-prev:after ,
.swiper-button-next:after {
	display: none;
} */