

/* Start:/local/assets/radio-keys/style.css?17800127928656*/
.radio-keys {
	color: #18202b;
	font-size: 16px;
	line-height: 1.55;
}

.radio-keys * {
	box-sizing: border-box;
}

.radio-keys__hero {
	min-height: 560px;
	margin: -1px 0 56px;
	border-radius: 0 0 8px 8px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.radio-keys__hero-content,
.radio-keys__section,
.radio-keys__cta {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

.radio-keys__hero-content {
	max-width: 760px;
	margin-left: max(24px, calc((100vw - 1200px) / 2));
	padding-top: 72px;
	padding-bottom: 72px;
	color: #fff;
}

.radio-keys__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin-bottom: 22px;
	padding: 6px 12px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 6px;
	background: rgba(255, 255, 255, .08);
	color: #cad7e8;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.radio-keys h1,
.radio-keys h2,
.radio-keys h3,
.radio-keys p {
	margin-top: 0;
}

.radio-keys h1 {
	max-width: 720px;
	margin-bottom: 22px;
	font-size: 48px;
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: 0;
}

.radio-keys__hero h1 {
	color: #fff;
}

.radio-keys__hero p {
	max-width: 640px;
	margin-bottom: 30px;
	color: #d8e1ef;
	font-size: 20px;
	line-height: 1.5;
}

.radio-keys__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

.radio-keys__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	border: 1px solid #d71920;
	border-radius: 6px;
	background: #d71920;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.radio-keys__button:hover {
	background: #b91218;
	border-color: #b91218;
	color: #fff;
	text-decoration: none;
}

.radio-keys__button--ghost {
	background: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .3);
}

.radio-keys__button--ghost:hover {
	background: #fff;
	border-color: #fff;
	color: #18202b;
}

.radio-keys__hero-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.radio-keys__hero-facts span {
	padding: 8px 12px;
	border-radius: 6px;
	background: rgba(255, 255, 255, .1);
	color: #edf3fb;
	font-size: 14px;
	font-weight: 700;
}

.radio-keys__section {
	margin-bottom: 64px;
}

.radio-keys__intro,
.radio-keys__order {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 32px;
	align-items: start;
}

.radio-keys h2 {
	margin-bottom: 14px;
	font-size: 34px;
	line-height: 1.18;
	font-weight: 800;
	letter-spacing: 0;
}

.radio-keys__section-head {
	max-width: 790px;
	margin-bottom: 28px;
}

.radio-keys__section-head p,
.radio-keys__intro p,
.radio-keys__order p,
.radio-keys__cta p {
	color: #56606d;
	font-size: 18px;
}

.radio-keys__notice {
	padding: 24px;
	border-radius: 8px;
	background: #f4f6f8;
	border-left: 4px solid #d71920;
}

.radio-keys__notice strong,
.radio-keys__notice span {
	display: block;
}

.radio-keys__notice strong {
	margin-bottom: 8px;
	font-size: 18px;
}

.radio-keys__advantages {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.radio-keys__advantage,
.radio-keys__price-card {
	min-height: 100%;
	padding: 22px;
	border: 1px solid #e6e9ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(25, 32, 43, .06);
}

.radio-keys__check {
	width: 34px;
	height: 34px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: #eaf7ef;
	color: #16803a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
}

.radio-keys h3 {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 800;
}

.radio-keys__advantage p {
	margin-bottom: 0;
	color: #66717f;
	font-size: 15px;
}

.radio-keys__steps {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: steps;
}

.radio-keys__steps li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #e7eaf0;
	font-weight: 700;
}

.radio-keys__steps span {
	width: 42px;
	height: 42px;
	border-radius: 6px;
	background: #18202b;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
}

.radio-keys__price-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 24px;
}

.radio-keys__price-card span {
	display: block;
	margin-bottom: 12px;
	color: #7a8491;
	font-size: 14px;
	font-weight: 700;
}

.radio-keys__price-card strong {
	display: block;
	margin-top: 16px;
	color: #d71920;
	font-size: 22px;
	line-height: 1.2;
}

.radio-keys__table-wrap {
	overflow-x: auto;
	border: 1px solid #e1e5ea;
	border-radius: 8px;
}

.radio-keys__table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	background: #fff;
}

.radio-keys__table th,
.radio-keys__table td {
	padding: 15px 18px;
	border-bottom: 1px solid #eef1f4;
	text-align: left;
	vertical-align: top;
}

.radio-keys__table th {
	background: #f5f7fa;
	color: #4c5663;
	font-size: 13px;
	text-transform: uppercase;
}

.radio-keys__table tr:last-child td {
	border-bottom: 0;
}

.radio-keys__table td:last-child {
	font-weight: 800;
	white-space: nowrap;
}

.radio-keys__parts {
	padding-top: 44px;
	padding-bottom: 44px;
	border-radius: 8px;
	background: #f5f7fa;
}

.radio-keys__part-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.radio-keys__part-list span {
	padding: 7px 10px;
	border-radius: 6px;
	background: #fff;
	color: #424c58;
	font-size: 13px;
	font-weight: 700;
}

.radio-keys__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 72px;
	padding-top: 34px;
	padding-bottom: 34px;
	border-radius: 8px;
	background: #18202b;
	color: #fff;
}

.radio-keys__cta h2 {
	margin-bottom: 8px;
	color: #fff;
}

.radio-keys__cta p {
	margin-bottom: 0;
	color: #cfd8e5;
}

.radio-keys__modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.radio-keys__modal:target {
	display: flex;
}

.radio-keys__modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 17, 24, .68);
}

.radio-keys__modal-dialog {
	position: relative;
	width: min(100%, 480px);
	padding: 34px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(12, 17, 24, .28);
}

.radio-keys__modal-dialog h2 {
	margin-bottom: 10px;
	font-size: 28px;
}

.radio-keys__modal-dialog p {
	margin-bottom: 22px;
	color: #56606d;
}

.radio-keys__modal-close {
	position: absolute;
	top: 12px;
	right: 14px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: #66717f;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	line-height: 1;
	text-decoration: none;
}

.radio-keys__modal-close:hover {
	background: #f1f3f6;
	color: #18202b;
	text-decoration: none;
}

.radio-keys__messenger-list .line-block {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.radio-keys__messenger-list a {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 54px;
	padding: 12px 14px;
	border: 1px solid #e1e5ea;
	border-radius: 8px;
	color: #18202b;
	font-weight: 800;
	text-decoration: none;
	transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.radio-keys__messenger-list a::after {
	content: attr(title);
}

.radio-keys__messenger-list a:hover {
	border-color: #d71920;
	background: #fff5f5;
	color: #d71920;
	text-decoration: none;
}

.radio-keys__messenger-list img {
	width: 28px !important;
	height: 28px !important;
}

@media (max-width: 1100px) {
	.radio-keys__advantages,
	.radio-keys__price-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.radio-keys__hero {
		min-height: auto;
		margin-bottom: 40px;
		background-position: 64% center;
	}

	.radio-keys__hero-content {
		margin-left: 0;
		padding: 52px 20px;
	}

	.radio-keys h1 {
		font-size: 34px;
	}

	.radio-keys h2 {
		font-size: 27px;
	}

	.radio-keys__hero p,
	.radio-keys__section-head p,
	.radio-keys__intro p,
	.radio-keys__order p,
	.radio-keys__cta p {
		font-size: 16px;
	}

	.radio-keys__section,
	.radio-keys__cta {
		padding-left: 20px;
		padding-right: 20px;
	}

	.radio-keys__intro,
	.radio-keys__order,
	.radio-keys__advantages,
	.radio-keys__price-grid,
	.radio-keys__cta {
		grid-template-columns: 1fr;
	}

	.radio-keys__advantages,
	.radio-keys__price-grid {
		display: grid;
	}

	.radio-keys__cta {
		display: grid;
		align-items: start;
	}

	.radio-keys__modal-dialog {
		padding: 28px 20px 22px;
	}
}

/* End */
/* /local/assets/radio-keys/style.css?17800127928656 */
