

/* Start:/local/components/sibcode/home.hero/templates/.default/style.css?17893601691107*/
.hero {
	padding-top: 64px;
	padding-bottom: 56px;
}

.hero__title {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	color: #171717;
	margin-bottom: 40px;
}

.hero__split {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 32px;
	align-items: stretch;
}

.hero__divider {
	width: 1px;
	background: #eeeeee;
}

.hero__col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	padding: 40px;
	background-color: #F8FAFC;
	border: 1px solid #E7E7E7;
	border-radius: 16px;
}

.hero__col-title {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	color: #171717;
}

.hero__col-title img {

}

.hero__col-text {
	font-size: 15px;
	line-height: 1.5;
	color: #5f5f5f;
	max-width: 420px;
	flex: 1 1 auto;
}

@media (max-width: 900px) {
	.hero {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.hero__title {
		text-align: start;
		font-size: 28px;
		margin-bottom: 28px;
	}

	.hero__split {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.hero__divider {
		width: 100%;
		height: 1px;
	}
}

/* End */


/* Start:/local/templates/sibcode/components/bitrix/news.list/deals.cards/style.css?17893601691314*/
.deals-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.deals-card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-height: 100%;
}

.deals-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.deals-card__title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	color: #171717;
}

.deals-card__title a:hover {
	opacity: 0.75;
}

.deals-card__badge {
	flex-shrink: 0;
	padding: 4px 8px;
	border-radius: 6px;
	background: #f4f4f4;
	font-size: 12px;
	font-weight: 500;
	color: #535353;
}

.deals-card__metrics {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.deals-card__label {
	display: block;
	font-size: 12px;
	color: #a2a2a2;
	margin-bottom: 4px;
}

.deals-card__value {
	font-size: 14px;
	font-weight: 500;
	color: #171717;
}

.deals-card__meta {
	display: flex;
	flex-direction: column;
	gap: 8px 16px;
	font-size: 14px;
	color: #5f5f5f;
}

.deals-card__footer {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px solid #eeeeee;
}

.deals-card__free {
	font-size: 14px;
	font-weight: 500;
	color: #171717;
}

@media (max-width: 1000px) {
	.deals-cards {
		grid-template-columns: 1fr;
	}
}

/* End */


/* Start:/local/components/sibcode/home.how/templates/.default/style.css?1789360169916*/
.how__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: none;
}

.how__step {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
	padding: 24px;
	border-radius: 12px;
	background: #ffffff;
}

.how__num {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: #606060;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	border-radius: 100px;
}

.how__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.how__step-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	color: #171717;
}

.how__step-text {
	font-size: 14px;
	line-height: 1.5;
	color: #5f5f5f;
}

@media (max-width: 900px) {
	.how__grid {
		grid-template-columns: 1fr;
	}
}

/* End */


/* Start:/local/components/sibcode/home.advantages/templates/.default/style.css?1789360169657*/
.advantages__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.advantages__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.advantages__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 10px;
	background: #f4f4f4;
	color: #171717;
}

.advantages__card-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	color: #171717;
}

.advantages__card-text {
	font-size: 14px;
	line-height: 1.5;
	color: #5f5f5f;
}

@media (max-width: 900px) {
	.advantages__grid {
		grid-template-columns: 1fr;
	}
}

/* End */


/* Start:/local/components/sibcode/home.cta/templates/.default/style.css?1789360169730*/
.cta__box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 40px;
	border: 1px solid #eeeeee;
	border-radius: 16px;
	background: #fafafa;
}

.cta__content {
	max-width: 720px;
}

.cta__title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.25;
	color: #171717;
}

.cta__lead {
	text-align: center;
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.5;
	color: #5f5f5f;
}

.cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	flex-shrink: 0;
}

@media (max-width: 900px) {
	.cta__box {
		flex-direction: column;
		align-items: flex-start;
		padding: 28px 20px;
	}

	.cta__lead {
		text-align: start;
	}

	.cta__title {
		font-size: 22px;
	}
}

/* End */
/* /local/components/sibcode/home.hero/templates/.default/style.css?17893601691107 */
/* /local/templates/sibcode/components/bitrix/news.list/deals.cards/style.css?17893601691314 */
/* /local/components/sibcode/home.how/templates/.default/style.css?1789360169916 */
/* /local/components/sibcode/home.advantages/templates/.default/style.css?1789360169657 */
/* /local/components/sibcode/home.cta/templates/.default/style.css?1789360169730 */
