.breadcamb__list {
	display: inline-block;
}

.breadcamb__link {
	color: #25282a;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	font-family: 'Mulish';
	font-weight: 500;
}

.breadcamb__link:hover {
	text-decoration: none;
}

.breadcamb__link::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #25282a;
	transition: all 0.25s ease;
	opacity: 0;
	width: 100%;
}
.breadcamb__link:hover::before {
	opacity: 1;
}

.breadcamb {
	padding-top: 45px;
	padding-bottom: 30px;
}

.news__razdel {
	color: #25282a;
	font-size: 21px;
	font-weight: 400;
	padding-top: 25px;
}

.news__name {
	color: #25282a;
	font-family: 'Unbounded', sans-serif;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 40px;
}

.news__item p {
	color: #25282a;
	font-size: 21px;
	font-weight: 300;
	position: relative;
	z-index: 1;
	line-height: 26px;
	margin: 0 0 25px;
}

.news {
	padding-bottom: 25px;
}

.news__social {
	float: right;
	position: relative;
}

.news__img {
	display: none;
}

.news__img,
.news__img--mobile {
	width: 100%;
}

.news__social-name {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	background: none;
	padding: 8px 30px;
	border: 1px solid #25282a;
	position: relative;
	background-color: #25282a;
	transition: all 0.25s ease;
}

.news__social-name:hover {
	background-color: #f9f28c;
	color: #25282a;
}

.news__social-link {
	font-size: 20px;
	color: #25282a;
	text-decoration: none;
	padding: 10px 0;
	display: block;
	z-index: 300;
	background: #fff;
}

.news__social-link:hover {
	color: rgba(85, 85, 85, 0.7);
}

.news__social-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border: 1px solid #25282a;
	border-top: none;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	display: none;
	z-index: 5;
	background-image: #fff;
}

.news__social-list {
	text-align: center;
}

@media (min-width: 768px) {
	.news__img {
		display: block;
	}
	.news__img--mobile {
		display: none;
	}
}

@media (max-width: 767px) {
	.news__social {
		display: none;
	}
	.news__social {
		display: none;
	}
	.news__name {
		font-size: 30px;
		line-height: 33px;
		margin-bottom: 30px;
	}
	.news__razdel {
		font-size: 18px;
		padding-top: 15px;
	}
	.news__item p {
		font-size: 18px;
		font-weight: 300;
		line-height: 24px;
		margin: 0 0 15px;
	}
}
