

/* Start:/bitrix/templates/mkws_ge/components/bitrix/news.detail/requizites/style.css?16871601711410*/
.Requizites__item {
	font-family: 'BPG Banner ExtraSquare Caps', Arial;
	font-size: 18px;
	line-height: 150%;
	padding: 15px 0;
	border-bottom: 1px solid #E0E0E0;
	width: 70%;
	margin: auto;
}

.Requizites__name {
	font-family: 'BPG Banner ExtraSquare Caps', Arial;
	font-size: 26px;
	line-height: 120%;
	font-weight: bold;
	padding-bottom: 5px;
}

.Requizites h1 {
	font-family: 'BPG Banner ExtraSquare Caps', Arial;
	font-size: 48px;
	line-height: 130%;
	font-weight: bold;

	margin: 0 0 25px 0;
}

.Requizites a {
	font-family: 'BPG Banner ExtraSquare Caps', Arial;
	font-size: 16px;
	line-height: 150%;

	font-weight: bold;
	text-decoration: none;
	position: relative;
}

.Requizites a:after {
	background: #151515;
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	right: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width .3s cubic-bezier(.47,0,.745,.715);
	transition: width .3s cubic-bezier(.47,0,.745,.715);
}

.Requizites a:hover:after {
	width: 100%;
	-webkit-transition: width .3s cubic-bezier(.29,.18,.26,.83);
	transition: width .3s cubic-bezier(.29,.18,.26,.83);
	left: 0;
}

.Requizites {
	margin-bottom: 150px;
}

@media (max-width: 767px) {

	.Requizites {
		margin-bottom: 50px;
	}

	.Requizites h1 {
		font-size: 22px;
	}

	.Requizites__item {
		font-size: 14px;
		padding: 20px 0;
		width: 100%;
	}

	.Requizites__name {
		font-size: 18px;
		padding-bottom: 10px;
	}


}
/* End */
/* /bitrix/templates/mkws_ge/components/bitrix/news.detail/requizites/style.css?16871601711410 */
