

/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news/catalog/style.min.css?1752320430394*/
@media (min-width:992px){.body .content-md>.right_block.catalog_page{width:100%}.content-md>.right_block.narrow_Y.catalog_page .section-content-wrapper{width:75%}.content-md>.right_block.narrow_N.catalog_page .section-content-wrapper{width:100%}.right_block.catalog_page .main-catalog-wrapper .left_block{margin-top:0}}@media (max-width:991px){.right_block .main-catalog-wrapper{display:block}}
/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/custom/empty/form.block2/style.css?17636394332154*/
.form-selection-help.banner-shnek {
	width: calc(100% - 30px);
    margin: 0 23px 18px 15px;
    padding: 15px;
    border: 1.5px solid rgb(188, 188, 189);
}
.form-selection-help.banner-shnek .form-btn {
    padding: 5px;
    width: 25%;
    color: #fff;
    background-color: #008C56;
    text-align: center;

}

.form-selection-help.banner-shnek {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form-selection-help.banner-shnek .form-img {
	width: 481px;
	max-width: 100%;
	display: inline-block;
	padding: 50px;
}
.form-selection-help.banner-shnek .form-img img{
	width: 100%;
	height: 	auto;
}
.form-selection-help.banner-shnek .form-content {
	display: inline-block;
	width: auto;
	text-align: left;
	flex: 1;
}
.form-selection-help.banner-shnek .form-content .title{
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 20px;
}
.form-selection-help.banner-shnek .form-content .desc{

	& ul {
		list-style-type: none;

		& li {
			line-height: 31px;
			padding-left: 45px;
			background: url(/bitrix/templates/aspro-allcorp2/components/custom/empty/form.block2/marker.png) left center no-repeat;
			font-size: 18px;

			&:before {
				display: none;
			}
		}
	}
}
.form-selection-help.banner-shnek .btn-cover {
	display: flex;
	gap: 30px;

	& p {
		margin: 0;
		padding: 0;
		line-height: 34px;
		font-size: 14px;
	}
}
.form-selection-help.banner-shnek .form-btn {
	width: 150px;
	display: inline-block;	
	height: 34px;
	margin: auto 0;
	background: -webkit-linear-gradient(90deg, rgb(44, 146, 37), rgb(0, 131, 81));
	background: -moz-linear-gradient(90deg, rgb(44, 146, 37), rgb(0, 131, 81));
	background: linear-gradient(90deg, rgb(44, 146, 37), rgb(0, 131, 81))
}
@media (max-width: 767px) {
	.form-selection-help.banner-shnek {
		display: block;
	}
	.form-selection-help.banner-shnek .form-img {
		padding: 20px;
	}
	.form-selection-help.banner-shnek .form-content {
		display: inline-block;
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
	}
	.form-selection-help.banner-shnek .form-content .title {
		font-size: 24px;
	}
	.form-selection-help.banner-shnek .btn-cover {
		gap: 10px;
		flex-direction: column;
	}
	.form-selection-help.banner-shnek .form-btn {
		width: 100%;
	}
}
/* End */


/* Start:/local/components/webit/linking/templates/.default/style.css?17636396782840*/
.s-tags {
    display: flex;
    flex-direction: column;
}

.bx-wrapper {
    margin: 0 auto;
}

.s-tags_top {
    margin-bottom: 30px;
}
.s-tags_top.green-bord .s-tags__item-link {
    border: 1px solid #008c56;
    background-color: #fff;
}

.s-tags_bottom {
    margin-top: 30px;
}

.green-bord .s-tags__inner {
    margin: 0 15px;
    position: relative;
}

.s-tags_mode_list .s-tags__items {
    margin-left: -5px;
    margin-right: -5px;
    flex-wrap: wrap;
    display: flex;
}

.s-tags_mode_list.s-tags_mode_initial .s-tags__items {
    flex-wrap: nowrap;
    overflow: hidden;
}

.s-tags_mode_slider .s-tags__items,
.s-tags_mode_slider .s-tags__item {
    height: 100%;
}

.s-tags_mode_list .s-tags__item {
    flex: 0 0 auto;
    padding: 0 5px;
    margin-bottom: 10px;
    width: 100%;
}

.s-tags_mode_list.s-tags_mode_initial .s-tags__item {
    margin-bottom: 0;
}

.s-tags__item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 2px;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-align: center;
}

.s-tags__item-link:active {
    color: #000;
}

.s-tags_top .s-tags__item-link {
    background-color: #E5E5E5;
}

.s-tags_bottom .s-tags__item-link {
    border: 1px solid #BCBDBD;
}

.s-tags .bx-controls-direction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: -35px;
    right: -35px;
    transform: translateY(-50%);
    pointer-events: none;
}

.s-tags .bx-prev,
.s-tags .bx-next {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    padding: 7px;
    color: #BCBDBD;
    font-size: 20px;
}

.s-tags .bx-prev.disabled,
.s-tags .bx-next.disabled {
    opacity: .2;
    cursor: default;
}

.s-tags .bx-prev {
    padding-left: 0;
}

.s-tags .bx-next {
    padding-right: 0;
}

.s-tags__toggle {
    margin-top: 20px;
    align-self: flex-end;
    display: block;
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #008C56;
    text-decoration: underline;
}

.s-tags__toggle:hover {
    text-decoration: none;
}

.s-tags_mode_list .s-tags__toggle-list,
.s-tags_mode_list.s-tags_mode_initial .s-tags__toggle-slider,
.s-tags_mode_slider .s-tags__toggle-slider {
    display: none;
}

.s-tags_mode_list .s-tags__toggle-slider,
.s-tags_mode_list.s-tags_mode_initial .s-tags__toggle-list,
.s-tags_mode_slider .s-tags__toggle-list {
    display: block;
}

@media (min-width: 576px) {
    .s-tags_mode_list .s-tags__item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .s-tags_mode_list .s-tags__item {
        width: 25%;
    }

    .s-tags__toggle {
        margin-top: 15px;
    }
}
/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news.list/catalog-sections-3-custom/style.min.css?17523204301378*/
@media (max-width:767px){.sections#compact-view-mobile-catalog-sections .items .item{padding:15px 30px 18px 64px!important;position:relative;border-bottom:none}.sections#compact-view-mobile-catalog-sections .items>div:last-of-type .item{border-bottom:1px solid #f2f2f2}.sections#compact-view-mobile-catalog-sections .items .item .image{display:flex;align-items:center;vertical-align:middle;width:41px;margin:0 0 0 12px;line-height:normal;float:none;position:absolute;left:0;top:0;bottom:0;height:auto;background:0 0}.sections#compact-view-mobile-catalog-sections .items .item.childs:after{content:' ';background-image:url(/bitrix/templates/aspro-allcorp2/components/bitrix/news.list/catalog-sections-3-custom/../../../../images/svg/Triangle_right.svg);position:absolute;top:50%;margin:-14px 0 0 -15px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle;min-width:30px;min-height:30px;background-repeat:no-repeat;background-position:center center;right:5px}.sections#compact-view-mobile-catalog-sections .items .item .info{display:inline-block;padding:0;vertical-align:middle}.sections#compact-view-mobile-catalog-sections .items .item .info .text{display:none}.sections#compact-view-mobile-catalog-sections .items .item .info .title{margin:0}.sections#compact-view-mobile-catalog-sections .items .item .info .title a{font-size:1em;text-align:left;display:inline-block;margin-bottom:0}}
/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news.list/project-slider-listing/style.min.css?175232043065*/
.project-slider .item .image {
    border-radius: 0 !important;
}
/* End */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news/catalog/style.min.css?1752320430394 */
/* /bitrix/templates/aspro-allcorp2/components/custom/empty/form.block2/style.css?17636394332154 */
/* /local/components/webit/linking/templates/.default/style.css?17636396782840 */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news.list/catalog-sections-3-custom/style.min.css?17523204301378 */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news.list/project-slider-listing/style.min.css?175232043065 */
