

/* Start:/local/templates/main/components/bitrix/news/services/style.css?177875688311437*/
.df-services,
.df-services-detail {
	padding: 72px 0 92px;
	background: #f7f9fc;
	color: #0d1730;
}
.df-services__hero,
.df-services-detail__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	gap: 34px;
	align-items: stretch;
	margin-bottom: 56px;
}
.df-services__hero-copy,
.df-services-detail__hero > div:first-child {
	padding: 48px;
	background: #fff;
	border: 1px solid #e5ebf4;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(18, 35, 67, .08);
}
.df-services__hero-copy span,
.df-services-detail__back,
.df-services-detail__card span,
.df-services-result span {
	display: inline-block;
	margin-bottom: 14px;
	color: var(--df-accent);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.df-services__hero h1,
.df-services-detail__hero h1 {
	margin: 0 0 18px;
	color: #0d1730;
	font-size: 48px;
	font-weight: 800;
	line-height: 1.12;
}
.df-services__hero p,
.df-services-detail__lead {
	margin: 0;
	color: #536179;
	font-size: 18px;
	line-height: 1.72;
}
.df-services__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
	margin-top: 30px;
}
.df-services__price-link {
	color: var(--df-accent);
	font-weight: 800;
}
.df-services__hero-panel,
.df-services-detail__card {
	padding: 34px;
	background: #0d1730;
	border-radius: 8px;
	color: #fff;
	box-shadow: 0 18px 42px rgba(13, 23, 48, .16);
}
.df-services__hero-panel strong,
.df-services-detail__card strong {
	display: block;
	margin-bottom: 18px;
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
}
.df-services__hero-panel ul {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.df-services__hero-panel li {
	position: relative;
	padding-left: 28px;
	color: rgba(255,255,255,.86);
	line-height: 1.55;
}
.df-services__hero-panel li::before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 9px;
	height: 9px;
	background: var(--df-accent);
	border-radius: 50%;
	content: "";
}
.df-services__head {
	max-width: 760px;
	margin-bottom: 30px;
}
.df-services__head--compact {
	margin-top: 0;
}
.df-services__head h2,
.df-services__faq h2,
.df-services-detail__main h2 {
	margin: 0 0 12px;
	color: #0d1730;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.2;
}
.df-services__head p,
.df-services__faq p {
	margin: 0;
	color: #536179;
	font-size: 17px;
	line-height: 1.68;
}
.df-services-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin: 28px 0 22px;
}
.df-services-search__field {
	position: relative;
	display: block;
	margin: 0;
}
.df-services-search__field i {
	position: absolute;
	top: 50%;
	left: 22px;
	color: var(--df-accent);
	font-size: 22px;
	transform: translateY(-50%);
	pointer-events: none;
}
.df-services-search__field input {
	width: 100%;
	height: 66px;
	padding: 0 24px 0 60px;
	background: #fff;
	border: 1px solid #dce6f2;
	border-radius: 8px;
	color: #0d1730;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 0 12px 34px rgba(18, 35, 67, .06);
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.df-services-search__field input:focus {
	border-color: var(--df-accent);
	box-shadow: 0 16px 42px rgba(var(--df-accent-rgb), .14);
}
.df-services-search__field input::placeholder {
	color: #8793a8;
	font-weight: 600;
}
.df-services-search__meta {
	min-width: 128px;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid #dce6f2;
	border-radius: 8px;
	color: #536179;
	font-weight: 800;
	text-align: center;
	box-shadow: 0 12px 34px rgba(18, 35, 67, .06);
}
.df-services-search__meta span {
	color: var(--df-accent);
}
.df-services-search__empty {
	margin-top: 18px;
	padding: 24px 28px;
	background: #fff;
	border: 1px solid #e5ebf4;
	border-radius: 8px;
	color: #536179;
	font-weight: 700;
}
.df-services-price {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5ebf4;
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(18, 35, 67, .08);
}
.df-services-price__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
	gap: 24px;
	align-items: center;
	padding: 22px 28px;
	border-bottom: 1px solid #e5ebf4;
	transition: background .2s ease;
}
.df-services-price__row:hover {
	background: #f8fcfd;
}
.df-services-price__row:last-child {
	border-bottom: 0;
}
.df-services-price__row a,
.df-services-price__row strong {
	display: block;
	margin-bottom: 6px;
	color: #0d1730;
	font-size: 18px;
	font-weight: 800;
}
.df-services-price__row span {
	display: block;
	color: #536179;
	line-height: 1.55;
}
.df-services-price__row b {
	color: var(--df-accent);
	font-size: 18px;
	text-align: right;
}
.df-services-highlight {
	display: inline;
	padding: 0 .12em;
	background: rgba(var(--df-accent-rgb), .14);
	border-radius: 4px;
	color: #0d1730;
	font-weight: inherit;
}
.df-services__faq {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	gap: 34px;
	margin-top: 68px;
	padding: 38px;
	background: #fff;
	border: 1px solid #e5ebf4;
	border-radius: 8px;
}
.df-services-request {
	display: grid;
	grid-template-columns: minmax(280px, .72fr) minmax(420px, 1.28fr);
	gap: 32px;
	align-items: start;
	margin-top: 34px;
	padding: 34px;
	background: #fff;
	border: 1px solid #e5ebf4;
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(18, 35, 67, .06);
}
.df-services-request__copy span {
	display: inline-block;
	margin-bottom: 12px;
	color: var(--df-accent);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.df-services-request__copy h2 {
	margin: 0 0 14px;
	color: #0d1730;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.2;
}
.df-services-request__copy p {
	margin: 0;
	color: #536179;
	font-size: 17px;
	line-height: 1.68;
}
.df-services-request__form .row {
	margin-right: -8px;
	margin-left: -8px;
}
.df-services-request__form.contact_area {
	padding: 0;
	background: transparent;
}
.df-services-request__form .contact_inner,
.df-services-request__form .apartment_area {
	margin: 0;
	padding: 0;
	background: transparent;
}
.df-services-request__form .df_ajax_form {
	margin: 0;
}
.df-services-request__form [class*="col-"] {
	padding-right: 8px;
	padding-left: 8px;
}
.df-services-request__form .twr_form_box {
	margin-bottom: 14px;
}
.df-services-request__form .witr_apartment_form {
	padding: 0;
	background: transparent;
	box-shadow: none;
}
.df-services-request__form .df_ajax_form input,
.df-services-request__form .df_ajax_form textarea {
	width: 100%;
	height: 54px;
	margin: 0;
	padding: 0 18px;
	background: #f7f9fc;
	border: 1px solid #dce6f2;
	border-radius: 8px;
	color: #0d1730;
	font-size: 16px !important;
	font-weight: 700;
	line-height: 54px;
	caret-color: var(--df-accent);
	-webkit-text-fill-color: #0d1730;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.df-services-request__form .df_ajax_form textarea {
	display: block;
	min-height: 132px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.5;
	resize: vertical;
}
.df-services-request__form .df_ajax_form input:hover,
.df-services-request__form .df_ajax_form textarea:hover,
.df-services-request__form .df_ajax_form input:focus,
.df-services-request__form .df_ajax_form textarea:focus {
	background: #fff;
	border-color: var(--df-accent);
	box-shadow: 0 12px 28px rgba(var(--df-accent-rgb), .12);
}
.df-services-request__form .df_ajax_form input::placeholder,
.df-services-request__form .df_ajax_form textarea::placeholder {
	color: #7c8799;
	font-weight: 700;
	-webkit-text-fill-color: #7c8799;
}
.df-services-request__form .df_ajax_form button[type="submit"],
.df-services-request__form .witr_apartment_form .btn {
	display: inline-flex;
	min-width: 180px;
	height: 54px;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	padding: 0 34px;
	background: var(--df-accent);
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 14px 32px rgba(var(--df-accent-rgb), .2);
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.df-services-request__form .df_ajax_form button[type="submit"]:hover,
.df-services-request__form .df_ajax_form button[type="submit"]:focus,
.df-services-request__form .witr_apartment_form .btn:hover,
.df-services-request__form .witr_apartment_form .btn:focus {
	background: #06656c;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 18px 36px rgba(var(--df-accent-rgb), .26);
}
.df-services-request__form .form-messege {
	margin: 14px 0 0;
	color: #536179;
	font-weight: 700;
}
.df-services__faq-list {
	display: grid;
	gap: 18px;
}
.df-services__faq-list strong {
	display: block;
	margin-bottom: 8px;
	color: #0d1730;
	font-size: 18px;
}
.df-services-detail {
	background: #fff;
}
.df-services-detail__back {
	margin-bottom: 22px;
	letter-spacing: 0;
	text-transform: none;
}
.df-services-detail__card p {
	margin: 0 0 24px;
	color: rgba(255,255,255,.78);
	line-height: 1.65;
}
.df-services-hour-rate {
	margin: 0 0 24px;
	padding: 18px 0;
	border-top: 1px solid rgba(255,255,255,.14);
	border-bottom: 1px solid rgba(255,255,255,.14);
}
.df-services-hour-rate span {
	margin: 0 0 6px;
	color: rgba(255,255,255,.66);
	font-size: 13px;
	letter-spacing: 0;
	text-transform: none;
}
.df-services-hour-rate b {
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
}
.df-services-detail__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 34px;
	align-items: start;
}
.df-services-detail__main {
	min-width: 0;
}
.df-services-detail__main h2 {
	margin-top: 0;
}
.df-services-checks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 46px;
}
.df-services-check {
	display: flex;
	gap: 13px;
	align-items: flex-start;
	padding: 18px;
	background: #f7f9fc;
	border: 1px solid #e5ebf4;
	border-radius: 8px;
	color: #25324a;
	line-height: 1.55;
}
.df-services-check i {
	flex: 0 0 auto;
	color: var(--df-accent);
	font-size: 24px;
	line-height: 1;
}
.df-services-detail__side {
	display: grid;
	gap: 22px;
}
.df-services-result,
.df-services-flow {
	padding: 28px;
	background: #f7f9fc;
	border: 1px solid #e5ebf4;
	border-radius: 8px;
}
.df-services-result p,
.df-services-flow ol {
	margin: 0;
	color: #536179;
	line-height: 1.68;
}
.df-services-flow h3 {
	margin: 0 0 14px;
	color: #0d1730;
	font-size: 22px;
	font-weight: 800;
}
.df-services-flow ol {
	padding-left: 20px;
}
.df-services-flow li + li {
	margin-top: 10px;
}
.df-services__empty {
	padding: 34px;
	background: #fff;
	border: 1px solid #e5ebf4;
	border-radius: 8px;
	color: #536179;
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
	.df-services__hero,
	.df-services-detail__hero,
	.df-services-detail__layout,
	.df-services__faq,
	.df-services-request {
		grid-template-columns: 1fr;
	}
	.df-services-detail__side {
		grid-row: auto;
	}
}
@media (max-width: 767px) {
	.df-services,
	.df-services-detail {
		padding: 44px 0 64px;
	}
	.df-services__hero-copy,
	.df-services-detail__hero > div:first-child,
	.df-services__hero-panel,
	.df-services-detail__card,
	.df-services__faq,
	.df-services-request {
		padding: 24px;
	}
	.df-services__hero h1,
	.df-services-detail__hero h1 {
		font-size: 32px;
	}
	.df-services-checks,
	.df-services-price__row,
	.df-services-search {
		grid-template-columns: 1fr;
	}
	.df-services-search__meta {
		text-align: left;
	}
	.df-services-price__row b {
		text-align: left;
	}
}

/* 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/services/style.css?177875688311437 */
/* /local/templates/main/components/df/df.send/home_contact/style.css?17786951913005 */
