.mt-b2b-page {
	--mt-green: #25aa43;
	--mt-text: #26323a;
	--mt-muted: #69747b;
	--mt-border: #dfe7e1;
	--mt-green-soft: #eef9f1;

	max-width: 1180px;
	margin: 0 auto;
	color: var(--mt-text);
}

.mt-b2b-page *,
.mt-b2b-page *::before,
.mt-b2b-page *::after {
	box-sizing: border-box;
}


/* Первый экран */

.mt-b2b-hero {
	padding: 42px 0 38px;
}

.mt-b2b-hero mark {
	padding: 2px 5px;
	background: #fff1b8;
}

.mt-b2b-hero__image {
	display: block;
	width: 100%;
	max-width: 530px;
	height: auto;
	margin: 0 auto;
}


/* Карточки первого экрана */

.mt-b2b-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin-top: 34px;
}

.mt-b2b-meta__item {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 13px;
	align-items: center;
	min-width: 0;
	padding: 20px 14px;
	border: 1px solid var(--mt-border);
	border-radius: 7px;
	background: #fff;
}

.mt-b2b-meta__item img {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.mt-b2b-meta__title {
	margin-bottom: 2px;
	font-weight: 600;
}

.mt-b2b-meta__text {
	color: var(--mt-muted);
}


/* Заголовки блоков */

.mt-b2b-heading {
	max-width: 760px;
	margin: 0 auto 40px;
	text-align: center;
}


/* Как это работает */

.mt-b2b-process {
	display: grid;
	grid-template-columns:
		minmax(0, 1fr) 50px
		minmax(0, 1fr) 50px
		minmax(0, 1fr) 50px
		minmax(0, 1fr);
	align-items: center;
}

.mt-b2b-process__item {
	min-width: 0;
	text-align: center;
}

.mt-b2b-process__number {
	display: flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin: 0 auto 13px;
	border-radius: 50%;
	color: #fff;
	background: var(--mt-green);
	font-weight: 600;
}

.mt-b2b-process__icon {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto 15px;
	object-fit: contain;
}

.mt-b2b-process__title {
	margin-bottom: 7px;
	font-weight: 600;
}

.mt-b2b-process__text {
	color: var(--mt-muted);
}

.mt-b2b-process__line {
	position: relative;
	height: 1px;
	background: #b9dfc1;
}

.mt-b2b-process__line::after {
	position: absolute;
	top: -3px;
	right: 0;
	width: 7px;
	height: 7px;
	content: "";
	border-top: 1px solid #8fcf9c;
	border-right: 1px solid #8fcf9c;
	transform: rotate(45deg);
}


/* Что даёт подключение */

.mt-b2b-section-image {
	display: block;
	width: 100%;
	max-width: 340px;
	height: auto;
	margin: 0 auto;
}

.mt-b2b-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 46px;
}

.mt-b2b-check,
.mt-b2b-price__item {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 8px;
	align-items: flex-start;
	min-width: 0;
}

.mt-b2b-check span,
.mt-b2b-price__item span {
	color: var(--mt-green);
	font-weight: 600;
}


/* Тариф */

.mt-b2b-price {
	display: grid;
	grid-template-columns: minmax(0, 1.8fr) minmax(300px, .9fr);
	overflow: hidden;
	border: 1px solid #8fcca0;
	border-radius: 8px;
	background: #fff;
}

.mt-b2b-price__main {
	padding: 32px;
}

.mt-b2b-price__caption {
	margin-bottom: 4px;
}

.mt-b2b-price__value {
	color: var(--mt-green);
	font-size: 32px;
	font-weight: 600;
}

.mt-b2b-price__period {
	color: var(--mt-green);
}

.mt-b2b-price__divider {
	height: 1px;
	margin: 25px 0;
	background: var(--mt-border);
}

.mt-b2b-price__title {
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.mt-b2b-price__item {
	margin-bottom: 10px;
}

.mt-b2b-price__extra {
	margin-bottom: 15px;
}

.mt-b2b-price__extra strong {
	display: block;
	margin-top: 3px;
}

.mt-b2b-price__note {
	margin-top: 22px;
	color: var(--mt-muted);
}

.mt-b2b-price__trial {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px;
	border-left: 1px solid #8fcca0;
	background: var(--mt-green-soft);
	text-align: center;
}

.mt-b2b-price__trial-title {
	margin-bottom: 12px;
}

.mt-b2b-price__days {
	font-size: 43px;
	font-weight: 600;
}

.mt-b2b-price__days span {
	color: var(--mt-green);
	font-size: 24px;
}

.mt-b2b-price__free {
	margin-bottom: 20px;
	color: var(--mt-green);
}

.mt-b2b-price__trial-text {
	margin-bottom: 20px;
}

.mt-b2b-price__phone,
.mt-b2b-final__phone {
	margin-top: 10px;
	color: var(--mt-muted);
}

.mt-b2b-price__trial-note {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #cfe4d4;
	color: var(--mt-muted);
}


/* Кому подойдёт */

.mt-b2b-audience {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px 54px;
	max-width: 1020px;
	margin: 0 auto;
}

.mt-b2b-audience__item {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 15px;
	align-items: center;
	min-width: 0;
}

.mt-b2b-audience__item img {
	display: block;
	width: 120px;
	height: 120px;
	object-fit: contain;
}

.mt-b2b-audience__title {
	margin-bottom: 5px;
	font-weight: 600;
}

.mt-b2b-audience__text {
	color: var(--mt-muted);
}


/* FAQ */

.mt-b2b-faq {
	max-width: 960px;
	margin: 0 auto;
	border-top: 1px solid var(--mt-border);
}

.mt-b2b-faq__item {
	padding: 17px 20px;
	border-right: 1px solid var(--mt-border);
	border-bottom: 1px solid var(--mt-border);
	border-left: 1px solid var(--mt-border);
	background: #fff;
}

.mt-b2b-faq__question {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
	font-weight: 600;
}

.mt-b2b-faq__question::before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 7px;
	height: 7px;
	content: "";
	border-radius: 50%;
	background: var(--mt-green);
}

.mt-b2b-faq__answer {
	padding-left: 20px;
	color: var(--mt-muted);
}


/* Финальный блок */

.mt-b2b-final {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) 300px;
	gap: 22px;
	align-items: center;
	padding: 26px 30px;
	border: 1px solid #8fcca0;
	border-radius: 8px;
	background: var(--mt-green-soft);
}

.mt-b2b-final__icon {
	display: flex;
	width: 62px;
	height: 62px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--mt-green);
	background: #fff;
	font-size: 25px;
	font-weight: 600;
}

.mt-b2b-final__title {
	margin-bottom: 5px;
	font-weight: 600;
}

.mt-b2b-final__text {
	color: var(--mt-muted);
}

.mt-b2b-final__action {
	text-align: center;
}


/* Планшеты */

@media (max-width: 991.98px) {

	.mt-b2b-process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px;
	}

	.mt-b2b-process__line {
		display: none;
	}

	.mt-b2b-price {
		grid-template-columns: 1fr;
	}

	.mt-b2b-price__trial {
		border-top: 1px solid #8fcca0;
		border-left: 0;
	}

	.mt-b2b-final {
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.mt-b2b-final__action {
		grid-column: 1 / -1;
	}

}


/* Мобильные */

@media (max-width: 767.98px) {

	.mt-b2b-hero {
		padding: 28px 0 34px;
	}

	.mt-b2b-meta,
	.mt-b2b-benefits,
	.mt-b2b-audience,
	.mt-b2b-process {
		grid-template-columns: 1fr;
	}

	.mt-b2b-meta {
		gap: 12px;
	}

	.mt-b2b-heading {
		margin-bottom: 30px;
	}

	.mt-b2b-process {
		gap: 34px;
	}

	.mt-b2b-section-image {
		max-width: 310px;
	}

	.mt-b2b-price__main,
	.mt-b2b-price__trial {
		padding: 23px 20px;
	}

	.mt-b2b-audience__item {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.mt-b2b-audience__item img {
		width: 96px;
		height: 96px;
	}

	.mt-b2b-faq__item {
		padding: 15px 16px;
	}

	.mt-b2b-final {
		grid-template-columns: 1fr;
		padding: 22px 19px;
		text-align: center;
	}

	.mt-b2b-final__icon {
		margin: 0 auto;
	}

}