

/* Start:/local/templates/main/components/bitrix/news.list/works_home/style.css?17786951914745*/
.df-portfolio-grid-section .prot_wrap {
	overflow: visible;
}

.df-portfolio-grid {
	align-items: flex-start;
}

.df-portfolio-grid__item {
	position: relative;
}

.df-portfolio-grid__item.is-hidden {
	display: none !important;
}

.df-portfolio-grid-section .single_protfolio {
	height: 100%;
	margin-bottom: 30px;
}

.df-portfolio-grid-section .prot_thumb {
	aspect-ratio: auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(6, 25, 55, .18);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.df-portfolio-grid-section .prot_thumb picture {
	aspect-ratio: 700 / 524;
	background: #f3f6f8;
	display: block;
	overflow: hidden;
}

.df-portfolio-grid-section .prot_thumb img {
	display: block;
	height: 100%;
	width: 100%;
}

.df-portfolio-grid-section .prot_thumb img {
	object-fit: cover;
}

.df-portfolio-grid-section .prot_content,
.df-portfolio-grid-section .prot_content.em_port_content {
	background: #fff;
	display: block !important;
	height: auto;
	opacity: 1 !important;
	padding: 18px 18px 20px;
	position: static !important;
	transform: none !important;
	visibility: visible !important;
	width: 100%;
}

.df-portfolio-grid-section .prot_content_inner {
	opacity: 1 !important;
	position: static !important;
	text-align: left;
	transform: none !important;
	visibility: visible !important;
	width: 100%;
}

.df-portfolio-grid-section .picon {
	display: none;
}

.df-portfolio-grid-section .prot_content_inner h3 {
	color: #061937 !important;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 10px;
}

.df-portfolio-grid-section .prot_content_inner h3,
.df-portfolio-grid-section .prot_content_inner h3 a {
	color: #061937 !important;
}

.df-portfolio-grid-section .prot_content_inner p {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
}

.df-portfolio-grid-section .category-item-p {
	background: #eefbfc;
	border: 1px solid rgba(var(--df-accent-rgb), .22);
	border-radius: 999px;
	color: #0f172a;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	padding: 8px 10px;
}

.df-portfolio-grid-section__lead {
	color: rgba(255, 255, 255, .88);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.55;
	margin: 16px auto 0;
	max-width: 780px;
}

.df-portfolio-grid-section__more {
	margin-top: 24px;
	text-align: center;
}

.df-portfolio-grid-section__more .dtbtn {
	align-items: center;
	background: #fff;
	border: 2px solid rgba(255, 255, 255, .92);
	border-radius: 999px;
	box-shadow: 0 14px 32px rgba(6, 25, 55, .16);
	color: #061937;
	display: inline-flex;
	font-size: 18px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	margin-left: 0;
	min-height: 58px;
	min-width: 210px;
	padding: 0 32px;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.df-portfolio-grid-section__more .dtbtn:hover {
	background: #061937;
	border-color: #061937;
	box-shadow: 0 18px 42px rgba(6, 25, 55, .24);
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}

@media (max-width: 991px) {
	.df-portfolio-grid-section {
		padding-bottom: 58px;
	}

	.df-portfolio-grid-section .witr_section_title {
		margin-bottom: 28px;
	}

	.df-portfolio-grid-section__lead {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 12px;
		max-width: 92%;
	}

	.df-portfolio-grid-section .single_protfolio {
		margin-bottom: 18px;
	}

	.df-portfolio-grid-section__more {
		margin-top: 18px;
	}

	.df-portfolio-grid-section__more .dtbtn {
		display: inline-flex;
		justify-content: center;
		min-height: 54px;
		min-width: 220px;
	}
}

.df-portfolio-card-link {
	color: inherit;
	display: block;
	text-decoration: none;
}

.df-portfolio-card-link:hover,
.df-portfolio-card-link:focus {
	color: inherit;
	text-decoration: none;
}

.df-portfolio-card-link {
	transition: box-shadow .2s ease, transform .2s ease;
}

.df-portfolio-card-link .prot_content_inner h3 {
	position: relative;
	transition: color .2s ease;
}

.df-portfolio-card-link .prot_content_inner h3:after {
	background: var(--df-accent);
	border-radius: 999px;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .22s ease;
	width: 42px;
}

.df-portfolio-card-link:hover,
.df-portfolio-card-link:focus {
	box-shadow: 0 18px 40px rgba(6, 25, 55, .22);
	transform: translateY(-3px);
}

.df-portfolio-card-link:hover .prot_content_inner h3,
.df-portfolio-card-link:focus .prot_content_inner h3 {
	color: var(--df-accent) !important;
}

.df-portfolio-card-link:hover .prot_content_inner h3:after,
.df-portfolio-card-link:focus .prot_content_inner h3:after {
	transform: scaleX(1);
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/certificates/style.css?17786951912154*/
.df-certificates {
	padding: 88px 0 70px;
}

.df-certificates-slider {
	margin: 0 -12px;
}

.df-certificates-slide {
	padding: 0 12px;
}

.df-certificates-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.df-certificates-grid .df-certificates-slide {
	padding: 0;
}

.df-certificates-card {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	background: #f5f8fb;
	box-shadow: 0 14px 34px rgba(2, 16, 30, .1);
}

.df-certificates-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.df-certificates-card:hover img {
	transform: scale(1.04);
}

.df-certificates .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: var(--df-accent);
	color: #fff;
	font-size: 0;
	transform: translateY(-50%);
	cursor: pointer;
}

.df-certificates .slick-prev {
	left: 10px;
}

.df-certificates .slick-next {
	right: 10px;
}

.df-certificates .slick-prev:before,
.df-certificates .slick-next:before {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 42px;
}

.df-certificates .slick-prev:before {
	content: "‹";
}

.df-certificates .slick-next:before {
	content: "›";
}

.df-certificates .slick-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.df-certificates .slick-dots button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(var(--df-accent-rgb), .28);
	font-size: 0;
	cursor: pointer;
}

.df-certificates .slick-dots .slick-active button {
	background: var(--df-accent);
}

@media (max-width: 767px) {
	.df-certificates {
		padding: 58px 0 50px;
	}
}

@media (max-width: 1199px) {
	.df-certificates-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.df-certificates-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.df-certificates-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

/* 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 */


/* Start:/local/templates/main/components/bitrix/news.list/home_blog/style.css?1777384329239*/
.df-home-blog__row {
	width: auto;
}

.df-home-blog__thumb:before {
	display: none;
}

.df-home-blog__thumb a {
	position: relative;
	z-index: 2;
	display: block;
}

.df-home-blog__thumb img {
	aspect-ratio: 39 / 35;
	object-fit: cover;
}

/* End */
/* /local/templates/main/components/bitrix/news.list/works_home/style.css?17786951914745 */
/* /local/templates/main/components/bitrix/news.list/certificates/style.css?17786951912154 */
/* /local/templates/main/components/df/df.send/home_contact/style.css?17786951913005 */
/* /local/templates/main/components/bitrix/news.list/home_blog/style.css?1777384329239 */
