.mec-site-page .entry-header {
	display: none !important;
}

.mec-page {
	max-width: 920px;
	margin: 0 auto 70px;
	padding: 48px 24px 70px;
	font-family: Montserrat, Roboto, sans-serif;
	color: #1a1a1a;
	font-size: 17px;
	line-height: 1.65;
}

.mec-page p {
	margin: 0 0 16px;
}

.mec-page h2,
.mec-page h3 {
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	line-height: 1.3;
	color: #111;
	margin: 28px 0 12px;
}

.mec-page h2 {
	font-size: 26px;
}

.mec-page h3 {
	font-size: 20px;
}

.mec-page__title {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	margin: 0 0 18px;
	color: #111;
}

.mec-article .mec-page__title {
	font-size: 32px;
}

.mec-page__lead,
.mec-page__kicker {
	font-size: 18px;
	margin-bottom: 22px;
}

.mec-page__kicker {
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.mec-news__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 360px));
	gap: 28px;
}

.mec-news-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none !important;
	color: #111 !important;
	background: #fff;
	border: 1px solid #000;
	padding: 22px 18px 20px;
	box-sizing: border-box;
	min-height: 100%;
}

.mec-news-card:hover {
	border-color: #d4af37;
}

.mec-news-card__logo {
	display: block;
	width: 100%;
	margin-bottom: 16px;
	background: #000;
	line-height: 0;
}

.mec-news-card__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.mec-news-card__title {
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.mec-article__back {
	margin-bottom: 8px;
}

.mec-article__back a {
	color: #111;
	font-weight: 600;
	text-decoration: none;
}

.mec-article__back a:hover {
	color: #d4af37;
}

.mec-investor-form {
	margin-top: 18px;
	max-width: 560px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.mec-investor-form label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
}

.mec-investor-form input,
.mec-investor-form textarea {
	font-family: Montserrat, Roboto, sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 12px 14px;
	border: 1px solid #111;
	border-radius: 0;
	background: #fff;
	color: #111;
	width: 100%;
	box-sizing: border-box;
}

.mec-investor-form button {
	align-self: flex-start;
	background: #111;
	color: #fff;
	border: 0;
	padding: 12px 28px;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.04em;
	cursor: pointer;
}

.mec-investor-form button:hover {
	background: #d4af37;
	color: #111;
}

.mec-investor-form__hp {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

.mec-investor-form__note {
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #111;
}

.mec-investor-form__note--ok {
	border-color: #1b7a32;
	color: #1b7a32;
}

.mec-investor-form__note--err {
	border-color: #9b1c1c;
	color: #9b1c1c;
}

@media (max-width: 767px) {
	.mec-page h2 {
		font-size: 22px;
	}
}
