

/* Start:/local/templates/malinka/assets/css/pages/all-news/news-detail.css?16887187482636*/
.news-detail {
	padding-top: 80px;
	padding-bottom: 100px;
}

.news-detail__wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 40px;
}
.news-detail__col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 59.5%;
	margin-right: 7.123%;
}

.news-detail__title {
	margin-bottom: 40px;
}
.news-detail__col-top {
	padding-top: 32px;
	border-top: 1px solid #D3D3D3;
}
.news-detail__info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 55px;
}
.news-detail__info ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.news-detail__info-item_underline li:nth-child(2){
	text-decoration: underline;
}
.news-detail__info-item_underline li:nth-child(2) a{
	transition: all 350ms;
	color: #C4122F;
}
.news-detail__info-item:nth-child(1) {
	margin-right: 87px;
}
.news-detail__info-item li:nth-child(1){
	font-size: 16px;
	line-height: 26px;
	color: #979797;
	margin-bottom: 20px;

}
.news-detail__info-item li:nth-child(2){
	font-family: 'HelveticaNeueCyr-Medium', sans-serif;
	font-weight: 550;
	font-size: 24px;
	line-height: 39px;
	color: #C4122F;
}

.news-detail__info-text {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}
.news-detail__info-img {
	display: block;
	width: 49.3%;
}
.news-detail__info-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-detail__info-img_mob {
	display: none;
}
.button.news-detail__button {
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 17px;
}
.news-detail__button svg {
	margin-right: 21px;
}
@media screen and (max-width: 992px){
	.news-detail__wrapper {
		flex-direction: column;
	}
	.news-detail__info-img {
		display: none;
	}
	.news-detail__info-img_mob {
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}
	.news-detail__col {
		width: 100%;
		margin-right: 0;
	}
	.news-detail__info {
		margin-bottom: 0;
		flex-wrap: wrap;
	}
	.news-detail__info-item {
		margin-bottom: 20px;
	}
	.news-detail {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 576px){
	.news-detail__info-item li:nth-child(1){
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 5px;
	}
	.news-detail__info-item li:nth-child(2){
		font-size: 20px;
		line-height: 33px;
	}
}
@media screen and (max-width: 450px){
	.news-detail__info-item:nth-child(1) {
		margin-right: 25%;
	}
}
/* End */
/* /local/templates/malinka/assets/css/pages/all-news/news-detail.css?16887187482636 */
