.article-header .article-header-line {
	padding: 5px 0 15px 30px;
	background: #f4f4f7;
	position: absolute;
	top: calc(50% - 62px);
	right: 0;
	width: 740px;
	font-size: 38px;
	color: #576277;
	line-height: 1.2;
	padding-right: 150px;
	box-sizing: border-box;
	font-weight: 500;
}

.blue-card {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.blue-card__adress {
	width: 100%;
	background: #ecf2fc;
	padding: 16px;
	border-radius: 12px;
}
.blue-card__adress iframe {
	border-radius: 12px;
	max-height: 20rem;
}
h2 {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 700;
	margin: 1rem 0;
}
.article-header {
	border: none!important;
}
.flex-analiz__block a img {
	max-height: 40px;
	padding: 0 16px 0 0;
}
.article-img {
	position: relative;
}
.article-header-line {
	padding: 5px 0 15px 30px;
	background: #f4f4f7;
	position: absolute;
	top: calc(50% - 62px);
	right: 0;
	width: 740px;
	font-size: 38px;
	color: #576277;
	line-height: 1.2;
	padding-right: 250px;
	box-sizing: border-box;
}
.flex-analiz {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-analiz__block {
	margin: 10px 0rem;
	background: #ecf2fc;
	padding: 20px;
	border-radius: 12px;
	min-width: 280px;
	font-weight: 500;
}

@media (max-width: 740px) {
	h2 {
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.flex-analiz__block a img {
		max-height: 60px;
		padding: 0 80% 10px 0;
	}
	.article-header-line {
		padding: 10px;
		background: #f4f4f7;
		position: relative;
		top: calc(50% - 62px);
		right: 0;
		width: 100%;
		font-size: 28px;
		color: #576277;
		line-height: 1.2;
		padding-right: 0;
	}
}
