@charset "UTF-8";
.invisible-doors .text__content {
	padding: 0;
	margin: 0;
}

.specialdoor {
	font-size: 16px;
	line-height: 1.5;
}
@media (max-width: 767px) {
	.specialdoor {
		font-size: 14px;
		line-height: 1.3;
	}
}
@media (max-width: 575px) {
	.specialdoor .container {
		padding: 0 15px !important;
	}
}
.specialdoor ul {
	padding-left: 24px;
}
.specialdoor ul li {
	/* list-style: disc; */
	margin-bottom: 8px;
}
.specialdoor ul li::before {
	background-color: #222227;
}

.specialdoor-fs {
	margin: 48px 0;
}
.specialdoor-fs__inner {
	display: grid;
	grid-template-columns: 1fr 680px;
	gap: 42px;
}
@media (max-width: 1249px) {
	.specialdoor-fs__inner {
		grid-template-columns: 1fr 480px;
	}
}
@media (max-width: 1099px) {
	.specialdoor-fs__inner {
		grid-template-columns: minmax(0, 100%);
	}
}
.specialdoor-fs__left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
}
.specialdoor-fs__head {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.specialdoor-fs__pretitle {
	text-transform: uppercase;
}
.specialdoor-fs__subtitle {
	color: #6f6f78;
}
.specialdoor-fs__activities {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
}
@media (max-width: 575px) {
	.specialdoor-fs__activities {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.specialdoor-utp {
	margin: 24px 0;
}
.specialdoor-utp__list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
@media (max-width: 575px) {
	.specialdoor-utp__list {
		gap: 16px;
	}
}
.specialdoor-utp__item {
	display: flex;
	align-items: center;
	gap: 12px;
	width: calc(50% - 12px);
	line-height: 1.5;
}
@media (max-width: 575px) {
	.specialdoor-utp__item {
		width: calc(50% - 8px);
		gap: 6px;
		flex-direction: column;
		text-align: center;
	}
}
.specialdoor-utp__item-icon {
	display: flex;
}
@media (max-width: 575px) {
	.specialdoor-utp--v2 {
		margin: 24px 0 0;
	}
}
.specialdoor-utp--v2 .specialdoor-utp__item {
	align-items: flex-start;
}
@media (max-width: 767px) {
	.specialdoor-utp--v2 .specialdoor-utp__item {
		position: relative;
		text-align: left;
	}
}
.specialdoor-utp--v2 .specialdoor-utp__item-icon {
	height: 100%;
}
@media (max-width: 575px) {
	.specialdoor-utp--v2 .specialdoor-utp__item-icon {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
@media (max-width: 575px) {
	.specialdoor-utp--v2 .specialdoor-utp__item-title {
		margin-left: 44px;
		margin-bottom: 10px;
	}
}

.product-image {
	width: 100%;
	max-width: 680px;
	display: flex;
	flex-direction: column-reverse;
	gap: 24px;
}
@media (max-width: 1249px) {
	.product-image {
		justify-content: center;
		margin-top: 20px;
		max-width: 480px;
	}
}
@media (max-width: 1099px) {
	.product-image {
		max-width: unset;
	}
}
@media (max-width: 767px) {
	.product-image {
		gap: 12px;
	}
}
.product-image__main {
	position: relative;
}
@media (max-width: 1099px) {
	.product-image__main {
		margin: auto;
		padding-bottom: 62%;
		width: 100%;
		height: 100%;
	}
}
.product-image__main .swiper,
.product-image__main .swiper-slide,
.product-image__main .swiper-container {
	height: 100%;
}
.product-image__main .swiper {
	max-width: 679px;
	max-height: 465px;
	margin: auto;
}
@media (max-width: 1249px) {
	.product-image__main .swiper {
		max-width: 480px;
	}
}
@media (max-width: 1099px) {
	.product-image__main .swiper {
		position: absolute;
		inset: 0;
		max-width: unset;
		display: flex;
		overflow: hidden;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 1099px) {
	.product-image__main .swiper-container {
		width: 100%;
		height: 100%;
	}
}
.product-image__main .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-image__main .lazy-img-wrap {
	width: 100%;
}
.product-image__main .lazy-img-wrap img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}
.product-image__nav.hide {
	display: none;
}
.product-image__nav .swiper-container:not(.swiper-initialized) .swiper-slide {
	margin-right: 24px;
}
.product-image__nav .swiper-slide {
	width: calc(100% / 4 - 18px);
	margin-right: 24px;
}
.product-image__nav .swiper-slide:last-child {
	margin-right: 0;
}
.product-image__nav .swiper-slide.swiper-slide-thumb-active {
	pointer-events: none;
}
.product-image__nav .swiper-slide.swiper-slide-thumb-active .lazy-img-wrap img {
	border-color: #ff652e;
}
@media (min-width: 1100px) {
	.product-image__nav .lazy-img-wrap {
		cursor: pointer;
	}
}
.product-image__nav .lazy-img-wrap img {
	border: 1px solid transparent;
}

.specialdoor-req__title {
	text-align: center;
	position: relative;
	padding-bottom: 32px;
	margin-bottom: 32px;
}
.specialdoor-req__title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 6px;
	background-color: #ff652e;
}
@media (max-width: 767px) {
	.specialdoor-req__title {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
}

.specialdoor-req__content {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 42px;
	max-width: 1050px;
}
.specialdoor-req__content p {
	margin-bottom: 0;
}

.specialdoor-collums {
	display: flex;
	gap: 24px;
	justify-content: center;
}
@media (max-width: 575px) {
	.specialdoor-collums {
		flex-direction: column;
	}
}
.specialdoor-collums__item {
	display: flex;
	flex-direction: column;
	width: 363px;
	gap: 10px;
	padding: 24px;
	position: relative;
}
.specialdoor-collums__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
}
@media (max-width: 575px) {
	.specialdoor-collums__item {
		width: 100%;
	}
}
.specialdoor-collums__item--left {
	background-color: #fff;
}
.specialdoor-collums__item--left::before {
	background-color: #ff652e;
}
.specialdoor-collums__item--right {
	background-color: #fff;
}
.specialdoor-collums__item--right::before {
	background-color: #404040;
}

.specialdoor-list ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.specialdoor-list li {
	position: relative;
	padding-left: 14px;
	margin-left: 10px;
}
.specialdoor-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.specialdoor-diagram__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 42px;
}
@media (max-width: 767px) {
	.specialdoor-diagram__inner {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.specialdoor-diagram__inner--reverse {
		flex-direction: column-reverse;
	}
}

.specialdoor-diagram__title {
	text-transform: uppercase;
}

.specialdoor-diagram__activities {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
}
@media (max-width: 1249px) {
	.specialdoor-diagram__activities {
		flex-direction: column;
		justify-content: center;
	}
}

.specialdoor-diagram__left {
	display: flex;
	flex-direction: column;
	gap: 32px;
	justify-content: center;
}
@media (max-width: 767px) {
	.specialdoor-diagram__left {
		align-items: center;
		text-align: center;
	}
}

.specialdoor-diagram__right {
	display: flex;
	justify-content: center;
	align-items: center;
}

.specialdoor-diagram__head {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.specialdoor-diagram__descr {
	display: flex;
	gap: 32px;
	font-weight: 700;
	font-family: 'Roboto', Arial, Verdana, sans-serif;
	font-size: 18px;
}

.specialdoor-diagram__descr-item {
	position: relative;
	padding-left: 30px;
	line-height: 1;
}
.specialdoor-diagram__descr-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 1px;
}
.specialdoor-diagram__descr-item.accent-color::before {
	background-color: #ff652e;
}
.specialdoor-diagram__descr-item.text-color::before {
	background-color: #6f6f78;
}

.specialdoor-compl__head {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 60px;
	text-align: center;
}
@media (max-width: 767px) {
	.specialdoor-compl__head {
		margin-bottom: 32px;
	}
}

.compl-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}
@media (max-width: 1099px) {
	.compl-list {
		gap: 32px;
	}
}
@media (max-width: 767px) {
	.compl-list {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

.compl-card {
	display: flex;
	flex-direction: column;
	gap: 24px;
	background-color: #fff;
}
@media (max-width: 767px) {
	.compl-card {
		gap: 12px;
	}
}
.compl-card__content {
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
@media (max-width: 767px) {
	.compl-card__content {
		padding: 12px;
		gap: 6px;
	}
}
.compl-card__title {
	text-transform: uppercase;
}

.specialdoor-tech__inner {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
@media (max-width: 767px) {
	.specialdoor-tech__inner {
		gap: 32px;
	}
}

.specialdoor-tech__head {
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 6px;
}

.product-list {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.product-tech {
	display: flex;
	gap: 60px;
	justify-content: center;
}
@media (max-width: 1099px) {
	.product-tech {
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.product-tech {
		gap: 32px;
	}
}
.product-tech__img {
	width: 40%;
	position: relative;
	overflow: hidden;
	padding-bottom: 47%;
}
@media (max-width: 1249px) {
	.product-tech__img {
		width: 45%;
	}
}
@media (max-width: 1099px) {
	.product-tech__img {
		width: 100%;
		padding-bottom: 60%;
	}
}
@media (max-width: 767px) {
	.product-tech__img {
		padding-bottom: 135%;
	}
}
.product-tech__img .lazy-img-wrap {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-tech__img .lazy-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-tech__content {
	width: 60%;
	max-width: 810px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (max-width: 1249px) {
	.product-tech__content {
		width: 50%;
	}
}
@media (max-width: 1099px) {
	.product-tech__content {
		width: 100%;
	}
}
.product-tech__head {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 12px;
}
.product-tech__head-number {
	color: #fff;
	width: 52px;
	height: 60px;
	background-color: #222227;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.product-tech__descr {
	margin-bottom: 32px;
}
.product-tech__tech {
	display: flex;
	gap: 32px;
	flex-direction: column;
}
.product-tech__tech-item {
	display: flex;
	flex-direction: column;
	gap: 6px;
	position: relative;
	padding: 0 24px;
}
.product-tech__tech-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #cacaca;
}
.product-tech--reverse {
	flex-direction: row-reverse;
}
@media (max-width: 1099px) {
	.product-tech--reverse {
		flex-direction: column;
	}
}
.product-tech--reverse .product-tech__head-number {
	background-color: #ff652e;
}
.product-tech--sm .product-tech__content {
	max-width: 670px;
}
@media (max-width: 767px) {
	.product-tech--sm .product-tech__img {
		padding-bottom: 100%;
	}
}

.specialdoor-portfolio {
	padding: 60px 0;
}
@media (max-width: 767px) {
	.specialdoor-portfolio {
		padding: 48px 0;
	}
}
.specialdoor-portfolio__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 42px;
}
@media (max-width: 767px) {
	.specialdoor-portfolio__inner {
		justify-content: center;
	}
}

.portfolio-card {
	display: flex;
	flex-direction: column;
	width: calc(100% / 3 - 28px);
	gap: 12px;
}
@media (max-width: 1099px) {
	.portfolio-card {
		width: calc(100% / 2 - 21px);
	}
}
@media (max-width: 767px) {
	.portfolio-card {
		width: 100%;
		max-width: 439px;
	}
}
.portfolio-card__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
@media (max-width: 767px) {
	.portfolio-card__content {
		gap: 12px;
	}
}
.portfolio-card__head {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.portfolio-card__pretitle {
	color: #ff652e;
}

.specialdoor-smart {
	padding: 60px 0;
}
@media (max-width: 767px) {
	.specialdoor-smart {
		padding: 8px 0 48px;
	}
}
.specialdoor-smart__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 42px;
}
@media (max-width: 1099px) {
	.specialdoor-smart__inner {
		grid-template-columns: 1fr;
	}
}
.specialdoor-smart__left {
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
}
.specialdoor-smart__right {
	display: flex;
	justify-content: center;
	align-items: center;
}

.specialdoor-certif {
	padding: 60px 0;
}
.specialdoor-certif__inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.specialdoor-certif__head {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.specialdoor-certif__title {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	font-family: 'Roboto', Arial, Verdana, sans-serif;
}
@media (max-width: 767px) {
	.specialdoor-certif__title {
		font-size: 24px;
	}
}
.specialdoor-certif__descr {
	text-align: center;
}
.specialdoor-certif__list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
@media (max-width: 767px) {
	.specialdoor-certif__list {
		justify-content: center;
	}
}

.specialdoor-solutions__inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.specialdoor-solutions__title {
	font-size: 28px;
	font-weight: 700;
	font-family: 'Roboto', Arial, Verdana, sans-serif;
}
@media (max-width: 767px) {
	.specialdoor-solutions__title {
		font-size: 24px;
	}
}

.specialdoor-solutions__list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
@media (max-width: 767px) {
	.specialdoor-solutions__list {
		justify-content: center;
	}
}

.specialdoor-solutions__item {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: calc(100% / 4 - 18px);
	background-color: #fff;
	padding: 24px;
}

.solution-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: calc(100% / 4 - 18px);
	background-color: #fff;
	padding: 42px 24px;
	border-radius: 12px;
}
@media (max-width: 1249px) {
	.solution-card {
		width: calc(100% / 2 - 12px);
	}
}
@media (max-width: 767px) {
	.solution-card {
		width: 100%;
		max-width: 439px;
	}
}
.solution-card__title {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Roboto', Arial, Verdana, sans-serif;
}
.solution-card__descr {
	color: #6f6f78;
}
.solution-card__link {
	color: #222227;
}
.solution-card__link:hover {
	color: #ff652e;
}

.certif-card {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: calc(100% / 4 - 18px);
	background-color: #fff;
	padding: 24px;
	border-radius: 3px;
}
@media (max-width: 1249px) {
	.certif-card {
		width: calc(100% / 2 - 12px);
	}
}
@media (max-width: 767px) {
	.certif-card {
		width: 100%;
		max-width: 439px;
	}
}
.certif-card__content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
}
.certif-card__title {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Roboto', Arial, Verdana, sans-serif;
}

.h1-title {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Roboto', Arial, Verdana, sans-serif;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.h1-title {
		font-size: 28px;
	}
}

.h2-title {
	font-size: 28px;
	font-weight: 700;
	font-family: 'Roboto', Arial, Verdana, sans-serif;
}
@media (max-width: 767px) {
	.h2-title {
		font-size: 24px;
	}
}

.h3-title {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Roboto', Arial, Verdana, sans-serif;
}
@media (max-width: 767px) {
	.h3-title {
		font-size: 20px;
	}
}

.h4-title {
	font-size: 20px;
	font-weight: 700;
	font-family: 'Roboto', Arial, Verdana, sans-serif;
}
@media (max-width: 767px) {
	.h4-title {
		font-size: 18px;
	}
}

.h5-title {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Roboto', Arial, Verdana, sans-serif;
}
@media (max-width: 767px) {
	.h5-title {
		font-size: 16px;
	}
}

.pre-title {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Roboto', Arial, Verdana, sans-serif;
	color: #ff652e;
}
@media (max-width: 767px) {
	.pre-title {
		font-size: 16px;
	}
}

.specialdoor p,
.description-text,
.description-text p {
	line-height: 1.8;
}
@media (max-width: 575px) {
	.specialdoor p,
	.description-text,
	.description-text p {
		line-height: 1.6;
	}
}

.section-dark-bg {
	background-color: #222227;
	color: #fff;
	padding: 86px 0;
}
@media (max-width: 767px) {
	.section-dark-bg {
		padding: 48px 0;
	}
}

.section-light-bg {
	background-color: #f9f9f9;
	padding: 86px 0;
}
@media (max-width: 1099px) {
	.section-light-bg {
		padding: 48px 0;
	}
}
@media (max-width: 767px) {
	.section-light-bg {
		padding: 32px 0;
	}
}

.section-blue-bg {
	background-color: #f5f7ff;
	padding: 60px 0;
}
@media (max-width: 767px) {
	.section-blue-bg {
		padding: 48px 0;
	}
}

.icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.icon-arrow-right {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff652e' d='m21.046 12.796-6.75 6.75a1.127 1.127 0 0 1-1.594-1.594l4.83-4.827H3.75a1.125 1.125 0 1 1 0-2.25h13.781l-4.827-4.83a1.127 1.127 0 1 1 1.594-1.594l6.75 6.75a1.124 1.124 0 0 1-.002 1.595'/%3E%3C/svg%3E");
}

.icon-smart {
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none' viewBox='0 0 40 40'%3E%3Crect width='40' height='40' fill='%23eee9e5' rx='6'/%3E%3Cpath fill='%23ff652e' d='M20 15.125a4.875 4.875 0 1 0 0 9.75 4.875 4.875 0 0 0 0-9.75m0 7.5a2.625 2.625 0 1 1 0-5.25 2.625 2.625 0 0 1 0 5.25m8.625-2.55v-.149l1.312-1.642a1.12 1.12 0 0 0 .21-.992 10.5 10.5 0 0 0-1.053-2.552 1.13 1.13 0 0 0-.854-.552l-2.09-.235-.103-.104-.235-2.09a1.13 1.13 0 0 0-.552-.853c-.8-.463-1.659-.818-2.553-1.056a1.13 1.13 0 0 0-.992.213l-1.641 1.312h-.148l-1.642-1.312a1.13 1.13 0 0 0-.993-.21c-.893.239-1.751.594-2.551 1.058a1.12 1.12 0 0 0-.553.85l-.234 2.088-.104.104-2.09.235a1.13 1.13 0 0 0-.853.552c-.462.8-.816 1.659-1.053 2.553a1.13 1.13 0 0 0 .21.991l1.312 1.642v.148l-1.313 1.642a1.13 1.13 0 0 0-.209.992c.239.894.595 1.752 1.059 2.552a1.12 1.12 0 0 0 .848.553l2.089.232.104.104.234 2.092a1.12 1.12 0 0 0 .553.853c.8.463 1.658.819 2.552 1.056a1.12 1.12 0 0 0 .992-.212l1.642-1.313h.148l1.641 1.313a1.13 1.13 0 0 0 .993.209c.894-.237 1.752-.591 2.552-1.053a1.13 1.13 0 0 0 .554-.85l.233-2.088.104-.104 2.09-.24a1.13 1.13 0 0 0 .849-.553c.463-.801.819-1.66 1.056-2.553a1.13 1.13 0 0 0-.209-.99zm-2.261-.46q.022.385 0 .77c-.017.278.07.552.244.77l1.204 1.505q-.172.505-.406.983l-1.915.213a1.13 1.13 0 0 0-.717.375q-.256.288-.544.544c-.21.184-.343.44-.375.717l-.212 1.914a8 8 0 0 1-.983.408l-1.505-1.205c-.2-.159-.448-.246-.703-.245h-.068a7 7 0 0 1-.768 0 1.13 1.13 0 0 0-.771.244l-1.505 1.204a8 8 0 0 1-.983-.406l-.213-1.915a1.13 1.13 0 0 0-.375-.717 7 7 0 0 1-.544-.544 1.13 1.13 0 0 0-.717-.375l-1.914-.212a8 8 0 0 1-.408-.983l1.204-1.505c.174-.218.261-.492.244-.77a7 7 0 0 1 0-.77 1.13 1.13 0 0 0-.244-.77l-1.202-1.505a8 8 0 0 1 .406-.983l1.915-.213c.277-.032.533-.165.717-.375q.255-.288.544-.544c.21-.184.343-.44.375-.717l.212-1.914a8 8 0 0 1 .983-.408l1.505 1.205c.218.173.492.26.77.243q.385-.023.77 0c.277.018.552-.07.77-.243l1.505-1.205q.505.171.983.408l.213 1.915c.031.277.165.533.375.717q.288.256.544.544c.184.21.44.343.717.375l1.914.212q.237.479.408.983l-1.204 1.505a1.13 1.13 0 0 0-.246.77'/%3E%3C/svg%3E");
}

.icon-calc {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18.75 1.875H5.25A1.875 1.875 0 0 0 3.375 3.75v16.5a1.875 1.875 0 0 0 1.875 1.875h13.5a1.875 1.875 0 0 0 1.875-1.875V3.75a1.875 1.875 0 0 0-1.875-1.875m-.375 18H5.625V4.125h12.75zM7.5 7.125A1.125 1.125 0 0 1 8.625 6h6.75a1.125 1.125 0 0 1 0 2.25h-6.75A1.125 1.125 0 0 1 7.5 7.125M11.25 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m4.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m-4.5 4.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m4.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0'/%3E%3C/svg%3E");
}

.icon-consult {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%236f6f78' d='M13.163 4.21a1.125 1.125 0 0 1 1.378-.797 8.45 8.45 0 0 1 6.046 6.046 1.126 1.126 0 1 1-2.174.582 6.23 6.23 0 0 0-4.454-4.455 1.125 1.125 0 0 1-.796-1.377m8.198 13a5.65 5.65 0 0 1-5.611 4.915C8.1 22.125 1.875 15.9 1.875 8.25a5.65 5.65 0 0 1 4.914-5.611 1.88 1.88 0 0 1 1.949 1.11l1.979 4.42.007.016a1.88 1.88 0 0 1-.156 1.766 1 1 0 0 1-.08.107l-1.786 2.13c.662 1.203 1.922 2.452 3.14 3.113l2.091-1.781q.051-.042.105-.08a1.87 1.87 0 0 1 1.781-.162l.017.007 4.414 1.977a1.88 1.88 0 0 1 1.11 1.948m-2.28-.005-3.937-1.763-2.102 1.787a1 1 0 0 1-.104.08 1.88 1.88 0 0 1-1.846.128c-1.827-.88-3.646-2.688-4.53-4.5a1.88 1.88 0 0 1 .12-1.84q.037-.058.081-.109l1.796-2.13-1.764-3.937a3.4 3.4 0 0 0-2.67 3.329A11.64 11.64 0 0 0 15.75 19.875a3.4 3.4 0 0 0 3.332-2.67m-6.178-8.067a3 3 0 0 1 1.96 1.96 1.125 1.125 0 0 0 2.145-.671 5.25 5.25 0 0 0-3.43-3.43 1.125 1.125 0 1 0-.675 2.145z'/%3E%3C/svg%3E");
}

.icon-downl {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21.375 13.5v6a1.125 1.125 0 0 1-1.125 1.125H3.75A1.125 1.125 0 0 1 2.625 19.5v-6a1.125 1.125 0 0 1 2.25 0v4.875h14.25V13.5a1.125 1.125 0 1 1 2.25 0m-10.17.796a1.125 1.125 0 0 0 1.593 0l3.75-3.75a1.127 1.127 0 1 0-1.594-1.594l-1.829 1.83V3a1.125 1.125 0 1 0-2.25 0v7.781l-1.83-1.827a1.127 1.127 0 0 0-1.593 1.594z'/%3E%3C/svg%3E");
}

.icon-name5 {
	width: 30px;
	height: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none' viewBox='0 0 30 30'%3E%3Crect width='30' height='30' fill='%23ffc8b4' rx='15'/%3E%3Cpath fill='%23ee490e' d='m22.347 11.66-9 9a.843.843 0 0 1-1.195 0l-3.938-3.938a.846.846 0 0 1 1.195-1.195l3.341 3.34 8.403-8.401a.845.845 0 1 1 1.195 1.195z'/%3E%3C/svg%3E");
}
/* ------------------------------------------------------------ */

.swiper-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}


.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	transition:
		background 0.3s ease,
		color 0.3s ease,
		border 0.3s ease;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	letter-spacing: 0;
	font-size: 14px;
	border-radius: 3px;
	max-width: 300px;
}
.btn.disabled,
.btn[disabled] {
	pointer-events: none;
	background-color: #6f6f78;
}
.btn:hover {
	text-decoration: none;
}
.btn:active > span,
.btn:focus > span {
	transform: translateY(1px);
}
.btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
.btn svg {
	transition: all 0.3s ease;
}
@media (max-width: 575px) {
	.btn {
		white-space: normal;
	}
}
.btn--primary {
	height: 48px;
	padding: 0 24px;
	color: #fff;
	background-color: #ff652e;
	border-radius: 3px;
	font-weight: 600;
	line-height: 1;
}
.btn--primary .icon {
	fill: #fff;
}
@media (min-width: 1100px) {
	.btn--primary {
		cursor: pointer;
	}
	.btn--primary:hover {
		background-color: #fa520b;
	}
}
.btn--outline {
	height: 48px;
	padding: 0 24px;
	border-radius: 3px;
	border: 1px solid #ffffff;
	color: #ffffff;
}
@media (min-width: 1100px) {
	.btn--outline {
		cursor: pointer;
	}
	.btn--outline:hover {
		color: #ff652e;
		border-color: #ff652e;
	}
	.btn--outline:hover .icon {
		fill: #ff652e;
	}
}
.btn--outline .icon {
	fill: #ffffff;
}
.btn--gray {
	height: 48px;
	padding: 0 24px;
	background-color: #eee9e5;
	border-radius: 3px;
	color: #6f6f78;
}
@media (min-width: 1100px) {
	.btn--gray {
		cursor: pointer;
	}
	.btn--gray:hover {
		background-color: #f9f9f9;
	}
}
.btn--gray .icon {
	fill: #6f6f78;
}
.btn--link {
	height: 36px;
	padding: 0;
	color: #ff652e;
	border-bottom: 1px solid #ff652e;
}
.btn--link .icon {
	transition: all 0.3s ease;
}
@media (min-width: 1100px) {
	.btn--link {
		cursor: pointer;
	}
	.btn--link:hover {
		color: #fa520b;
		border-color: #fa520b;
	}
	.btn--link:hover .icon.icon-arrow-right {
		transition: all 0.3s ease;
		fill: #fa520b;
		transform: translateX(3px);
	}
}
.lazy-img[data-bg],
.swiper-lazy[data-bg] {
	display: block;
	background-image: linear-gradient(#f4f4f4, #f4f4f4);
}
.lazy-img-wrap {
	position: relative;
	display: block;
}
.lazy-img-wrap.loaded .preloader {
	display: none;
}
.lazy-img-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.lazy-img-wrap.loaded .preloader {
	display: none;
}
