

/* Start:/local/templates/main/components/bitrix/news/blog/style.css?17786954547099*/
.df-blog,
.df-blog-detail {
	padding: 92px 0;
	background: #f7f9fc;
	color: #0d1730;
}
.df-blog__head {
	max-width: 860px;
	margin-bottom: 42px;
}
.df-blog__head h1,
.df-blog-detail__head h1 {
	margin: 0 0 18px;
	color: #0d1730;
	font-size: 48px;
	line-height: 1.12;
	font-weight: 800;
}
.df-blog__head p,
.df-blog-detail__head p {
	margin: 0;
	color: #536179;
	font-size: 18px;
	line-height: 1.7;
}
.df-blog__grid {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.df-blog-card {
	display: grid;
	grid-template-columns: minmax(260px, 34%) minmax(0, 1fr);
	grid-template-rows: auto auto 1fr auto;
	min-height: 320px;
	overflow: hidden;
	padding: 0;
	background: #fff;
	border: 1px solid #e5ebf4;
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(18, 35, 67, .08);
}
.df-blog-card__image {
	display: block;
	overflow: hidden;
	grid-column: 1;
	grid-row: 1 / span 4;
	height: 100%;
	background: #eef4f8;
}
.df-blog-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}
.df-blog-card:hover .df-blog-card__image img {
	transform: scale(1.04);
}
.df-blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	grid-column: 2;
	margin: 26px 30px 14px;
	color: var(--df-accent);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.df-blog-card__meta span {
	color: #536179;
}
.df-blog-card h2 {
	grid-column: 2;
	margin: 0 30px 12px;
	font-size: 24px;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.df-blog-card h2 a {
	position: relative;
	display: inline;
	color: #0d1730;
	text-decoration: none;
	transition: color .25s ease;
}
.df-blog-card h2 a:hover,
.df-blog-card h2 a:focus,
.df-blog-card:hover h2 a {
	color: var(--df-accent);
}
.df-blog-card p {
	grid-column: 2;
	margin: 0 30px 20px;
	color: #536179;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.df-blog-card__link {
	grid-column: 2;
	margin-top: auto;
	padding: 0 30px 30px;
	color: var(--df-accent);
	font-weight: 700;
	text-decoration: none;
}
.df-blog-card__link span {
	display: inline;
	background-image: linear-gradient(currentColor, currentColor);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 2px;
	transition: background-size .25s ease;
}
.df-blog-card__link:hover span,
.df-blog-card__link:focus span,
.df-blog-card:hover .df-blog-card__link span {
	background-size: 100% 2px;
}
.df-blog__empty {
	padding: 34px;
	background: #fff;
	border: 1px solid #e5ebf4;
	border-radius: 8px;
	color: #536179;
}
.df-blog-detail {
	background: #fff;
	padding-top: 44px;
}
.df-blog-detail__head {
	max-width: 900px;
	margin-bottom: 42px;
}
.df-blog-detail__head .df-blog-card__meta {
	margin: 0 0 14px;
}
.df-blog-detail__content {
	max-width: 900px;
	color: #25324a;
	font-size: 18px;
	line-height: 1.82;
}
.df-blog-detail__content h2 {
	margin: 44px 0 16px;
	color: #0d1730;
	font-size: 30px;
	line-height: 1.25;
}
.df-blog-detail__content p {
	margin: 0 0 18px;
}
.df-blog-detail__content ul {
	display: grid;
	gap: 12px;
	margin: 26px 0 30px;
	padding: 0;
	list-style: none;
}
.df-blog-detail__content li {
	position: relative;
	margin: 0;
	padding: 16px 18px 16px 58px;
	background: #f7f9fc;
	border: 1px solid #e5ebf4;
	border-radius: 8px;
	color: #25324a;
	line-height: 1.6;
}
.df-blog-detail__content li::before {
	position: absolute;
	top: 17px;
	left: 18px;
	display: flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	background: var(--df-accent);
	border-radius: 50%;
	color: #fff;
	content: "✓";
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(var(--df-accent-rgb), .22);
}
.df-blog-request {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
	gap: 34px;
	align-items: start;
	max-width: 900px;
	margin-top: 56px;
	padding: 34px;
	background: #f7f9fc;
	border: 1px solid #e5ebf4;
	border-radius: 8px;
}
.df-blog-request__copy span {
	display: block;
	margin-bottom: 10px;
	color: var(--df-accent);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.df-blog-request__copy h2 {
	margin: 0 0 14px;
	color: #0d1730;
	font-size: 28px;
	line-height: 1.25;
	font-weight: 800;
}
.df-blog-request__copy p {
	margin: 0;
	color: #536179;
	font-size: 16px;
	line-height: 1.7;
}
.df-blog-request__form .row {
	margin-right: -8px;
	margin-left: -8px;
}
.df-blog-request__form [class*="col-"] {
	padding-right: 8px;
	padding-left: 8px;
}
.df-blog-request__form .twr_form_box {
	margin-bottom: 16px;
}
.df-blog-request__form .df_ajax_form input,
.df-blog-request__form .df_ajax_form textarea {
	width: 100%;
	height: 52px;
	padding: 0 16px;
	background: #fff;
	border: 1px solid #dbe4ef;
	border-radius: 6px;
	color: #0d1730;
	font-size: 15px;
}
.df-blog-request__form .df_ajax_form textarea {
	min-height: 112px;
	padding-top: 14px;
	resize: vertical;
}
.df-blog-request__form .df_ajax_form input:focus,
.df-blog-request__form .df_ajax_form textarea:focus {
	border-color: var(--df-accent);
	outline: none;
	box-shadow: 0 0 0 3px rgba(var(--df-accent-rgb), .14);
}
.df-blog-request__form .df_ajax_form .btn {
	width: 100%;
	height: 52px;
	background: var(--df-accent);
	border: 0;
	border-radius: 6px;
	color: #fff;
	font-weight: 700;
}
.df-blog-request__form .df_result {
	padding: 22px;
	background: #fff;
	border: 1px solid #dbe4ef;
	border-radius: 8px;
	color: #25324a;
}
.df-blog-request__form .df_result__title {
	margin-bottom: 6px;
	color: #0d1730;
	font-weight: 800;
}
@media (max-width: 991px) {
	.df-blog,
	.df-blog-detail {
		padding: 70px 0;
	}
	.df-blog-detail {
		padding-top: 34px;
	}
	.df-blog__grid {
		gap: 20px;
	}
	.df-blog__head h1,
	.df-blog-detail__head h1 {
		font-size: 40px;
	}
	.df-blog-request {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 640px) {
	.df-blog,
	.df-blog-detail {
		padding: 52px 0;
	}
	.df-blog-detail {
		padding-top: 24px;
	}
	.df-blog-card {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto 1fr auto;
		min-height: 0;
		padding: 0;
	}
	.df-blog-card__image {
		grid-column: 1;
		grid-row: 1;
		aspect-ratio: 12 / 7;
	}
	.df-blog-card__meta {
		grid-column: 1;
		margin: 24px 24px 16px;
	}
	.df-blog-card h2 {
		grid-column: 1;
		margin-right: 24px;
		margin-left: 24px;
	}
	.df-blog-card p {
		grid-column: 1;
		margin-right: 24px;
		margin-left: 24px;
	}
	.df-blog-card__link {
		grid-column: 1;
		padding: 0 24px 24px;
	}
	.df-blog__head h1,
	.df-blog-detail__head h1 {
		font-size: 32px;
	}
	.df-blog__head p,
	.df-blog-detail__head p,
	.df-blog-detail__content {
		font-size: 16px;
	}
	.df-blog-detail__content h2 {
		font-size: 24px;
	}
	.df-blog-detail__content ul {
		gap: 10px;
		margin: 22px 0 26px;
	}
	.df-blog-detail__content li {
		padding: 14px 14px 14px 50px;
	}
	.df-blog-detail__content li::before {
		top: 15px;
		left: 14px;
	}
	.df-blog-request {
		margin-top: 42px;
		padding: 24px;
	}
	.df-blog-request__copy h2 {
		font-size: 24px;
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.detail/blog/style.css?177736824460*/
/* Styles are loaded by the parent bitrix:news template. */

/* End */


/* Start:/local/templates/main/components/df/df.send/home_contact/style.css?17786951913005*/
.df_ajax_form input:-webkit-autofill,
.df_ajax_form input:-webkit-autofill:hover,
.df_ajax_form input:-webkit-autofill:focus,
.df_ajax_form textarea:-webkit-autofill,
.df_ajax_form textarea:-webkit-autofill:hover,
.df_ajax_form textarea:-webkit-autofill:focus {
	border-color: currentColor;
	-webkit-text-fill-color: currentColor;
	caret-color: currentColor;
	transition: background-color 999999s ease-in-out 0s, color 999999s ease-in-out 0s;
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	box-shadow: 0 0 0 1000px transparent inset;
}

.contact-page-form-area .df_ajax_form input,
.contact-page-form-area .df_ajax_form textarea {
	color: #02101e;
	caret-color: #02101e;
	-webkit-text-fill-color: #02101e;
}

.contact-page-form-area .df_ajax_form input::placeholder,
.contact-page-form-area .df_ajax_form textarea::placeholder {
	color: #666;
	-webkit-text-fill-color: #666;
}

.contact-page-form-area .df_ajax_form input:-webkit-autofill,
.contact-page-form-area .df_ajax_form input:-webkit-autofill:hover,
.contact-page-form-area .df_ajax_form input:-webkit-autofill:focus,
.contact-page-form-area .df_ajax_form textarea:-webkit-autofill,
.contact-page-form-area .df_ajax_form textarea:-webkit-autofill:hover,
.contact-page-form-area .df_ajax_form textarea:-webkit-autofill:focus {
	-webkit-text-fill-color: #02101e;
	caret-color: #02101e;
}

.df-popup .df_ajax_form input,
.df-popup .df_ajax_form input:hover,
.df-popup .df_ajax_form input:focus,
.df-popup .df_ajax_form textarea,
.df-popup .df_ajax_form textarea:hover,
.df-popup .df_ajax_form textarea:focus,
.df-popup .df_ajax_form input:-webkit-autofill,
.df-popup .df_ajax_form input:-webkit-autofill:hover,
.df-popup .df_ajax_form input:-webkit-autofill:focus,
.df-popup .df_ajax_form textarea:-webkit-autofill,
.df-popup .df_ajax_form textarea:-webkit-autofill:hover,
.df-popup .df_ajax_form textarea:-webkit-autofill:focus {
	color: #061937;
	caret-color: #061937;
	-webkit-text-fill-color: #061937;
}

.df_result--success {
	display: flex;
	max-width: 720px;
	gap: 18px;
	align-items: flex-start;
	padding: 24px 26px;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 18px;
	background: rgba(7, 25, 44, .26);
	box-shadow: 0 18px 42px rgba(2, 10, 24, .16);
	backdrop-filter: blur(8px);
	color: #fff;
}

.df_result__icon {
	display: inline-flex;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--df-accent);
	box-shadow: 0 12px 24px rgba(var(--df-accent-rgb), .28);
}

.df_result__icon svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.df_result__title {
	margin: 2px 0 8px;
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 800;
}

.df_result__text {
	max-width: 520px;
	color: rgba(255, 255, 255, .86);
	font-size: 17px;
	line-height: 1.6;
}

@media (max-width: 640px) {
	.df_result--success {
		padding: 20px;
		gap: 14px;
	}

	.df_result__title {
		font-size: 23px;
	}

	.df_result__text {
		font-size: 15px;
	}
}

/* End */
/* /local/templates/main/components/bitrix/news/blog/style.css?17786954547099 */
/* /local/templates/main/components/bitrix/news.detail/blog/style.css?177736824460 */
/* /local/templates/main/components/df/df.send/home_contact/style.css?17786951913005 */
