

/* Start:/local/templates/aspro-allcorp3/components/bitrix/news/pomoshchi-pri-chs/style.css?17894821715119*/
.DOCS {
    margin-top: 60px;
}

.pomoshchi-pri-chs-banner {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #f8f8f8;
}

.pomoshchi-pri-chs-banner__picture {
    flex-shrink: 0;
    width: 450px;
    max-width: 42%;
    aspect-ratio: 450 / 332;
}

.pomoshchi-pri-chs-banner__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.pomoshchi-pri-chs-banner__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 30px;
    min-width: 0;
    color: #333;
}

.pomoshchi-pri-chs-banner__lead {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.pomoshchi-pri-chs-banner__text {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.56;
}

@media (max-width: 1280px) {
    .pomoshchi-pri-chs-banner {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        padding: 24px;
    }

    .pomoshchi-pri-chs-banner__picture {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .pomoshchi-pri-chs-banner__content {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .pomoshchi-pri-chs-banner {
        gap: 16px;
        padding: 16px;
    }

    .pomoshchi-pri-chs-banner__picture {
        max-width: 280px;
    }

    .pomoshchi-pri-chs-banner__content {
        gap: 16px;
    }

    .pomoshchi-pri-chs-banner__lead {
        font-size: 16px;
        line-height: 22px;
    }
}


.pomoshchi-pri-chs-main-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 2.66rem;
}

.pomoshchi-pri-chs-main-text__section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pomoshchi-pri-chs-main-text__title {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    color: #333;
}

.pomoshchi-pri-chs-main-text__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pomoshchi-pri-chs-main-text__text {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #555;
}

.pomoshchi-pri-chs-main-text__list {
    margin: 0;
    padding-left: 1.2em;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #555;
}

.pomoshchi-pri-chs-main-text__item {
    margin: 0;
}

@media (max-width: 1280px) {
    .pomoshchi-pri-chs-main-text {
        gap: 24px;
        margin-top: 2rem;
    }

    .pomoshchi-pri-chs-main-text__section {
        gap: 16px;
    }

    .pomoshchi-pri-chs-main-text__title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 768px) {
    .pomoshchi-pri-chs-main-text {
        gap: 20px;
        margin-top: 1.5rem;
    }

    .pomoshchi-pri-chs-main-text__section {
        gap: 12px;
    }

    .pomoshchi-pri-chs-main-text__title {
        font-size: 20px;
        line-height: 28px;
    }

    .pomoshchi-pri-chs-main-text__body {
        gap: 8px;
    }

    .pomoshchi-pri-chs-main-text__text,
    .pomoshchi-pri-chs-main-text__list {
        font-size: 14px;
        line-height: 22px;
    }
}


.pomoshchi-pri-chs-support-line {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 2.66rem;
    padding: 2.66rem;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #dd443a;
    color: #fff;
}

.pomoshchi-pri-chs-support-line__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.pomoshchi-pri-chs-support-line__body {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pomoshchi-pri-chs-support-line__phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.47;
    color: #fff;
    text-decoration: none;
}

.pomoshchi-pri-chs-support-line__phone:hover {
    color: #fff;
}

.pomoshchi-pri-chs-support-line__icon {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.pomoshchi-pri-chs-support-line__note {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 1280px) {
    .pomoshchi-pri-chs-support-line {
        gap: 20px;
        margin-top: 2rem;
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .pomoshchi-pri-chs-support-line {
        gap: 16px;
        margin-top: 1.5rem;
        padding: 16px;
    }

    .pomoshchi-pri-chs-support-line__title {
        font-size: 16px;
        line-height: 22px;
    }

    .pomoshchi-pri-chs-support-line__phone {
        font-size: 15px;
    }

    .pomoshchi-pri-chs-support-line__note {
        font-size: 14px;
        line-height: 22px;
    }
}

.pomoshchi-pri-chs-finished-projects {
    margin-top: 5.32rem;
}

@media (max-width: 1280px) {
    .pomoshchi-pri-chs-finished-projects {
        margin-top: 3.5rem;
    }
}

@media (max-width: 768px) {
    .pomoshchi-pri-chs-finished-projects {
        margin-top: 2.5rem;
    }
}
/* End */


/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/active-projects/style.css?17866329375366*/
.active-projects {
	margin-top: 2.66rem;
}

.active-projects__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 25px;
}

.active-projects__title {
	margin: 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 40px;
	color: #333;
}

.active-projects__dots.owl-carousel__dots {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	margin: 0;
	padding: 0;
	max-width: none;
	transform: none;
	z-index: 2;
}

.active-projects__dots:is(.disabled, .swiper-pagination-lock),
.active-projects__dots:empty {
	display: none;
}

.active-projects__dots .owl-dot,
.active-projects__dots .owl-carousel__dot {
	display: block;
	flex-shrink: 0;
	width: 5px;
	height: 5px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #e5e5e5;
	overflow: visible;
	cursor: pointer;
	transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
}

.active-projects__dots .owl-dot span,
.active-projects__dots .owl-carousel__dot::after,
.active-projects__dots .owl-carousel__dot::before {
	display: none;
}

.active-projects__dots .owl-dot.active,
.active-projects__dots .owl-carousel__dot.active {
	width: 7px;
	height: 7px;
	background: #e1081a;
}

.active-projects__list:not(.owl-carousel) {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.active-projects--slider .active-projects__list.owl-carousel > .owl-dots {
	display: none;
}

.active-projects--slider {
	overflow: visible;
}

.active-projects--slider .active-projects__list.owl-carousel {
	overflow: visible;
}

.active-projects--slider .owl-nav {
	display: flex;
}

.active-projects--slider .owl-carousel--button-wide .owl-prev {
	left: 0;
	transform: translate(-50%, 0);
	z-index: 3;
}

.active-projects--slider .owl-carousel--button-wide .owl-next {
	right: 0;
	transform: translate(50%, 0);
	z-index: 3;
}

.active-projects--slider .owl-carousel--button-wide .owl-carousel__button {
	margin: 0;
	transform: translateY(-50%);
	border-radius: 4px;
}

.active-projects--slider .owl-carousel--button-wide .owl-carousel__button--right {
	transform: rotate(180deg) translateY(50%);
}

.active-projects__item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	height: 100%;
	min-height: 545px;
	padding: 24px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background: #fff;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
}

.active-projects__item:hover {
	border-color: #e5e5e5;
	color: inherit;
	text-decoration: none;
}

.active-projects__picture {
	overflow: hidden;
	flex-shrink: 0;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 5px;
}

.active-projects__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.active-projects .owl-carousel .owl-item img.active-projects__image {
	width: 100%;
	height: 100%;
}

.active-projects__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-between;
	gap: 7px;
	min-height: 0;
}

.active-projects__top {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.active-projects__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.active-projects__year {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #999;
}

.active-projects__arrow {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 10px;
}

.active-projects__arrow .svg,
.active-projects__arrow-icon {
	display: block;
	position: static;
	width: 14px;
	height: 10px;
}

.active-projects__arrow svg {
	display: block;
	width: 14px;
	height: 10px;
}

.active-projects__arrow svg path {
	stroke: #999;
}

.active-projects__item-title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	color: #14206f;
}

.active-projects__item-text {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #555;
}

.active-projects__item-text p {
	margin: 0;
}

@media (max-width: 1280px) {
	.active-projects {
		margin-top: 2rem;
	}

	.active-projects__head {
		margin-bottom: 20px;
	}

	.active-projects__title {
		font-size: 22px;
		line-height: 32px;
	}

	.active-projects__list:not(.owl-carousel) {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.active-projects__item {
		min-height: 0;
		gap: 12px;
		padding: 20px;
	}
	
	.active-projects__item-title {
		font-size: 16px;
		line-height: 22px;
	}
}

@media (max-width: 768px) {
	.active-projects {
		margin-top: 1.5rem;
	}

	.active-projects__head {
		align-items: flex-start;
		gap: 12px;
		margin-bottom: 16px;
	}

	.active-projects__title {
		font-size: 20px;
		line-height: 28px;
	}

	.active-projects__list:not(.owl-carousel) {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.active-projects__item {
		gap: 12px;
		padding: 16px;
	}

	.active-projects__content,
	.active-projects__top {
		gap: 8px;
	}

	.active-projects__item-title {
		font-size: 16px;
		line-height: 22px;
	}

	.active-projects__year,
	.active-projects__item-text {
		font-size: 12px;
		line-height: 18px;
	}

	.active-projects--slider .owl-carousel--button-wide .owl-prev {
		left: 8px;
		transform: none;
	}

	.active-projects--slider .owl-carousel--button-wide .owl-next {
		right: 8px;
		transform: none;
	}
}

/* End */


/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/how-we-help/style.css?17866329371959*/
.how-we-help {
	margin-top: 2.66rem;
}

.how-we-help__title {
	margin: 0 0 25px;
	font-size: 26px;
	font-weight: 700;
	line-height: 40px;
	color: #333;
}

.how-we-help__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: stretch;
	gap: 1.66rem;
}

.how-we-help__list:has(.how-we-help__item:nth-child(2n-1):last-child) .how-we-help__item:nth-child(n-1):last-child {
	grid-column: span 2;
}

.how-we-help__item {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	padding: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background: #f8f8f8;
}

.how-we-help__picture {
	flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
	width: 6.93rem;
	height: 6.93rem;
	border-radius: 50%;
	background-color: #dd443a;
}

.how-we-help__icon {
    height: 90%;
    width: 80%;
	object-fit: contain;
}

.how-we-help__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
}

.how-we-help__item-title {
	margin: 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5;
	color: #333;
}

.how-we-help__item-text {
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #555;
}

@media (max-width: 1280px) {
	.how-we-help__list {
		grid-template-columns: 1fr;
		gap: 1.33rem;
	}

	.how-we-help__list:has(.how-we-help__item:nth-child(2n-1):last-child) .how-we-help__item:nth-child(n-1):last-child {
		grid-column: auto;
	}

	.how-we-help__item {
		gap: 24px;
		padding: 24px;
	}

	.how-we-help__picture {
		width: 5.33rem;
		height: 5.33rem;
	}
}

@media (max-width: 768px) {
	.how-we-help__title {
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 32px;
	}

	.how-we-help__list {
		gap: 1rem;
	}

	.how-we-help__item {
		gap: 16px;
		padding: 16px;
	}

	.how-we-help__picture {
		width: 4.66rem;
		height: 4.66rem;
	}

	.how-we-help__item-title {
		font-size: 18px;
		line-height: 1.4;
	}
}

/* End */


/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/finished-projects/style.css?17866329372206*/
.finished-projects__title {
    margin: 0 0 25px;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    color: #333;
    color: var(--white_text_black, #333);
}

.finished-projects__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.finished-projects__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 24px 58px 24px 24px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-color: var(--stroke_black, #e5e5e5);
    border-radius: 4px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease;
}

.finished-projects__item:hover {
    border-color: #cacaca;
}

.finished-projects__item-year {
    font-size: 15px;
    line-height: 24px;
    color: #999;
}

.finished-projects__item-arrow.arrow-all {
    right: 24px;
    top: 28px;
}

.finished-projects__item-name {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    color: #14206f;
}

.finished-projects__item-status {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: #e1081a;
}

@media (max-width: 1280px) {
    .finished-projects__title {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 32px;
    }

    .finished-projects__list {
        gap: 16px;
    }

    .finished-projects__item {
        gap: 12px;
        padding: 20px 52px 20px 20px;
    }

    .finished-projects__item-arrow.arrow-all {
        right: 20px;
        top: 24px;
    }

    .finished-projects__item-name {
        font-size: 18px;
        line-height: 1.4;
    }
}

@media (max-width: 768px) {
    .finished-projects__title {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 28px;
    }

    .finished-projects__list {
        gap: 12px;
    }

    .finished-projects__item {
        gap: 10px;
        padding: 16px 44px 16px 16px;
    }

    .finished-projects__item-arrow.arrow-all {
        right: 16px;
        top: 20px;
    }

    .finished-projects__item-name {
        font-size: 16px;
    }

    .finished-projects__item-year,
    .finished-projects__item-status {
        font-size: 14px;
        line-height: 22px;
    }
}

/* End */
/* /local/templates/aspro-allcorp3/components/bitrix/news/pomoshchi-pri-chs/style.css?17894821715119 */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/active-projects/style.css?17866329375366 */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/how-we-help/style.css?17866329371959 */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/finished-projects/style.css?17866329372206 */
