

/* Start:/local/templates/mosprom/css/index.css?17735699793554*/

.gears {
}
.gears * {
    position:absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.9s;
}
.gear1 {
    background-image: url('/img/new/index/главная_зеленая_2.png');
}
.gear2 {
    background-image: url('/img/new/index/главная_зеленая_1.png');
}
.gear3 {
    background-image: url('/img/new/index/главная_синяя_1.png');
}
.gear4 {
    background-image: url('/img/new/index/главная_синяя_2.png');
}
.gear5 {
    background-image: url('/img/new/index/главная_прозрачная_1.png');
}
.gear6 {
    background-image: url('/img/new/index/главная_прозрачная_2.png');
}
@media (min-width: 993px) {

    .gear5,.gear6 {
        display: none;
    }
}
.gear1 {
    width: 15%;
    height: 35%;
    z-index: 2;
    right: -8%;
    top: -7%;
}

.main_filter .container {
    position: relative;
}

.gear2 {
    width: 40%;
    height: 40%;
    z-index: 2;
    bottom: -9%;
    left: -8%;
}

.gear3 {
    width: 27%;
    height: 49%;
    bottom: -5%;
    right: -14%;
}

.gear4 {
    width: 26%;
    height: 70%;
    left: -12%;
    top: -38%;
}

header {
    position: relative;
    z-index: 9;
}

.gear5 {
    width: 40%;
    height: 36%;
    z-index: 2;
    left: 32%;
    top: -20%;
}

.gear6 {
    width: 40%;
    height: 42%;
    z-index: 2;
    left: 59%;
    bottom: -17%;
}

.main_filter .gears *:hover {
    transform: scale(1.05) rotate(6deg);
}
.main_filter .main_block_wrap {
    z-index: 99;
    position: relative;
}

@media (max-width: 992px) {
    .main_filter .main_block {

    }
    .filter_item {
        margin: 0 0 20px;
    }

    .flex-filter {
        gap: 0;
        margin: 0 !important;
    }
    .main_filter .main_block_wrap {
        z-index: 9999;
        position: relative;
    }
    span.bx-filter-param-text {
        font-size: 16px !important;
        padding-left: 25px !important;
        padding-right: 9px;
    }

    span.bx-filter-param-text:before {
        top: -2px !important;
    }

    span.bx-filter-input-checkbox {
        display: block;
    }

}


/* 22.02 */
.index_banner {
    position: relative;
    z-index: 99;
}
.history_banner {
    padding: 40px;
    background: linear-gradient(92.56deg, #4795B2 -5.48%, #167194 90.83%);
    backdrop-filter: blur(12px);
    border-radius: 10px;
    margin-bottom: 60px;
}

.history_banner .row {
    align-items: center;
    text-align: center;
    color: #fff;
}

.history_banner .btn {
    text-transform: uppercase;
}

.history_banner_title {
    font-size: 26px;
    font-weight: 500;
    font-family: 'Etude';
    margin-bottom: 8px;
}

.history_banner_name {
    font-size: 39px;
    line-height: 1;
    font-weight: 500;
    font-family: 'Etude';
    text-transform: uppercase;
    margin-bottom: 23px;
}

.main.index .main_filter {
    margin-bottom: 60px;
}
.history_banner img {
    position: absolute;
}

img.hb_1 {
    left: 0;
    bottom: 0;
}

.history_banner .col-lg-3 {
    height: 210px;
}

img.hb_2 {
    right: 0;
    bottom: 0;
}

img.hb_3 {
    left: 0;
    bottom: 0;
}

img.hb_4 {
    right: 0;
    bottom: 0;
}

@media (max-width: 450px) {
    .history_banner .col-lg-3 {
        display: none;
    }
    .history_banner_name {
        font-size: 26px;
        line-height: 1.2;
        font-weight: 400;
    }

    .history_banner img {
        display: none;
    }

    .history_banner_title {
        font-size: 20px;
        font-weight: 400;
    }
    .history_banner {
        margin-bottom: 50px;
    }
}
/* End */


/* Start:/local/templates/mosprom/components/bitrix/catalog.smart.filter/index/style.css?17713358584439*/
.flex-filter {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	margin: 20px 0 0px;
}
.flex-filter.filter_2 {
	margin: 10px 0 20px;

}

form.smartfilter {
	max-width: 1080px;
	margin: 0 auto;
}

.filter_item {
	width: 100%;
	padding: 10px 15px;
	border-radius: 10px;
	color: #fff;
}

.bx-filter-block {
	display: none;
	padding: 20px;
}

.bx-filter-parameters-box-title {
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.filter_item:nth-child(1) {
	background: linear-gradient(111.08deg, #A4C520 13.77%, #C4E63B 105.1%);
}

.filter_item:nth-child(2) {
	background: linear-gradient(140.25deg, #4795B2 -14.97%, #167194 119.98%);
}

.filter_2 .filter_item:nth-child(1) {
	background: linear-gradient(140.25deg, #4795B2 -14.97%, #167194 119.98%);
}

.active_filter .filter_item {
	width: initial;
}

.active_filter .filter_item.active {
	width: 100%;
	position: relative;
}

.bx-filter-parameters-box-title .name {
	white-space: nowrap;
}

.active_filter .active .name {
	display: none;
}

.active_filter .active .bx-filter-block {
	display: block;
	margin-right: 30px;
	padding: 0px;
	position:relative;
	z-index: 5;
}

.active .bx-filter-parameters-box-title {
	position: absolute;
	width: 100%;
	left: 0;
	padding: 10px 15px;
}

.bx-filter-parameters-box-container > div {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.checkbox {
}

.checkbox label {
	padding: 11px 10px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	cursor:pointer;
}


span.bx-filter-param-text {
	padding-left: 30px;
	position: relative;
}
label.bx-filter-param-label.disabled {
	opacity: 0.3;
	pointer-events: none;
}


span.bx-filter-param-text:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	border: 2px solid #fff;
	border-radius: 50%;
}
input:checked + .bx-filter-param-text::after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	border-radius: 50%;
	background: url('/img/check_white.svg') center no-repeat;
}
@media (max-width: 992px) {
	input:checked + .bx-filter-param-text::after {

		top: -2px;
	}

}





span.action {
	width: 33px;
	height: 33px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	margin-left: 20px;
	background-image: url('/img/arrow_down.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 13px;
}

.active span.action {
	background-image: url('/img/close.svg');
}

.active .bx-filter-parameters-box-title {
	justify-content: end;
}

.filter_2.active_filter .active .bx-filter-block {
	position: absolute;
	background: linear-gradient(140.25deg, #4795B2 -14.97%, #167194 119.98%);
	margin: 0;
	left: 0;
	top: 0;
	padding: 15px;
	z-index: 2;
	border-radius: 10px;
}

.filter_2 .action {
	z-index: 99;
}

.filter_2 .filter_item.active {
	min-height: 70px;
}

@media (min-width:993px) {

	.prop_direction label.bx-filter-param-label {
		padding: 4px 14px;
	}

	.prop_direction {
		margin: -5px 0px 0px;
		gap: 5px !important;
	}

	.prop_direction span.bx-filter-param-text {
		padding-left: 25px;
		font-size: 19px;
		height: 21px;
		display: flex;
		align-items: center;
	}

	.prop_direction span.bx-filter-input-checkbox {
		height: 21px;
		display: flex;
		align-items: center;
	}

	.prop_direction span.bx-filter-param-text {
		line-height: 14px;
	}

	.prop_direction span.bx-filter-param-text::before,
	.prop_direction span.bx-filter-param-text::after {
		top: 0px;
	}

}
@media (max-width: 992px) {
	.filter_2.active_filter .active .bx-filter-block {
		position: relative;
		padding-right: 36px;
		padding-left: 0;
	}
	.gear5, .gear6 {
		display:none;
	}
}

.btn_filter {
	text-align: center;
}

input#set_filter {
	font-family: 'Etude';
	text-transform: uppercase;
	color: #fff;
	padding: 20px 30px;
	background: linear-gradient(281.82deg, #A4C520 8.72%, #C4E63B 90.02%);
	border-radius: 99px;
}

.main_filter .main_block {
	min-height: 500px;
	height: 60vh;
	max-height: 800px;
}




@media (max-width: 992px) {
	.flex-filter {
		flex-direction: column;
	}

	.main_filter .main_block {
		max-height: initial;
		height: initial !important;
		padding: 20px;
	}
	.filter_item {
		margin-bottom: 20px;
	}
	.main_filter .main_block_title {
		font-size: 25px;
	}

	.active_filter .filter_item {
		width: 100%;
	}

	.active_filter span.text {
		display: inline;
	}

}
/* End */


/* Start:/local/templates/mosprom/components/bitrix/catalog.smart.filter/index/themes/blue/colors.min.css?17706236734373*/
.bx-filter.bx-blue .bx-filter-section{background:#edf6fc}.bx-filter.bx-blue .bx-filter-input-container input:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus{-webkit-border-image:url(/local/templates/mosprom/components/bitrix/catalog.smart.filter/index/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/mosprom/components/bitrix/catalog.smart.filter/index/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/mosprom/components/bitrix/catalog.smart.filter/index/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/mosprom/components/bitrix/catalog.smart.filter/index/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-ui-slider-track{background:#e7e7e7}.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background:#849da4}.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background:#a8dff3}.bx-filter.bx-blue .bx-ui-slider-pricebar-v{background:#499fd8}.bx-filter.bx-blue .bx-ui-slider-handle.left{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top}.bx-filter.bx-blue .bx-ui-slider-handle.right{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top}.bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-filter.bx-blue .bx-filter-select-container:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/mosprom/components/bitrix/catalog.smart.filter/index/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/mosprom/components/bitrix/catalog.smart.filter/index/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/mosprom/components/bitrix/catalog.smart.filter/index/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/mosprom/components/bitrix/catalog.smart.filter/index/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-filter-tag{border-top:1px solid #d7eaf7;border-bottom:1px solid #d7eaf7}.bx-filter.bx-blue .bx-tag-link{color:#68939e}.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-filter.bx-blue .bx-filter-param-btn:active,.bx-filter.bx-blue .bx-filter-param-btn:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/mosprom/components/bitrix/catalog.smart.filter/index/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/mosprom/components/bitrix/catalog.smart.filter/index/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/mosprom/components/bitrix/catalog.smart.filter/index/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/mosprom/components/bitrix/catalog.smart.filter/index/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .btn-themes{background-color:#1485ce;border-color:#1485ce;color:#FFF}.bx-filter.bx-blue .btn-themes.bx-active,.bx-filter.bx-blue .btn-themes.focus,.bx-filter.bx-blue .btn-themes:active,.bx-filter.bx-blue .btn-themes:focus,.bx-filter.bx-blue .btn-themes:hover{background-color:#53a4d8;border-color:#53a4d8;color:#FFF}
/* End */


/* Start:/local/templates/mosprom/components/bitrix/news.list/banners/style.css?1772032745770*/
.bg {
	position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;
	border-radius: 10px;
	overflow: hidden;
}

.bg > div {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.full_bg_cover .bg > div {
	background-size: cover;
	background-repeat: no-repeat;
}
.history_banner {
}

.history_banner .label_points {
	z-index: 999;
}
.history_banner .row {
	position: relative;
	z-index: 2;
}

.bg_desktop {
	display: block;
}

.bg_mobile {
	display: none;
}

@media (max-width: 992px) {

	.bg_desktop {
		display: none;
	}

	.bg_mobile {
		display: block;
	}

	.mobile_full_bg_cover .bg > div {
		background-size: cover;
	}

	.mobile_full_bg_contain .bg > div {
		background-size: contain;
	}
}

/* End */


/* Start:/local/templates/mosprom/components/bitrix/news.list/categories_new/style.css?17706236734035*/
.tab_content {
	display:none;
}

.tab_content.active {
	display:block;
}

.categories {
	padding: 30px 24px;
	border-radius: 10px;
}
div#category_slider {
	overflow: hidden;
}
.categories[data-id="39"] {
	background: linear-gradient(281.82deg, rgba(164, 197, 32, 0.15) 8.72%, rgba(196, 230, 59, 0.15) 90.02%);
}
.categories[data-id="40"] {
	background: linear-gradient(93.76deg, rgba(104, 185, 212, 0.15) 7.39%, rgba(84, 160, 186, 0.15) 93.7%);
}
.categories[data-id="41"] {
	background: linear-gradient(93.76deg, rgba(104, 185, 212, 0.15) 7.39%, rgba(84, 160, 186, 0.15) 93.7%);
}


.categories .title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.categories[data-id="39"] .title {
	background: linear-gradient(111.08deg, #A4C520 13.77%, #C4E63B 105.1%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.categories[data-id="40"] .title {
	background: linear-gradient(93.76deg, #68B9D4 7.39%, #54A0BA 93.7%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.categories[data-id="41"] .title {
	background: linear-gradient(92.56deg, #4795B2 -5.48%, #167194 90.83%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.categories .tab {
	border-radius: 30px;
}

.categories[data-id="39"] .tab {
	background: linear-gradient(281.82deg, #A4C520 8.72%, #C4E63B 90.02%), linear-gradient(277.49deg, #9AC657 9.88%, #BAE17E 92.11%), linear-gradient(93.76deg, #68B9D4 7.39%, #54A0BA 93.7%);
}
.categories[data-id="40"] .tab {
	background: linear-gradient(93.76deg, #68B9D4 7.39%, #54A0BA 93.7%);
}
.categories[data-id="41"] .tab {
	background: linear-gradient(92.56deg, #4795B2 -5.48%, #167194 90.83%);
}

.categories #category_slider {
	border-radius: 10px;
}

.categories .banner {
	padding:16px 16px 0 16px;
}
.categories .item_39 .banner{
	background: linear-gradient(282.79deg, #C4E63B -40.58%, #A4C520 89.58%), linear-gradient(277.49deg, #9AC657 9.88%, #BAE17E 92.11%);
}
.categories .item_40 .banner{
	background: linear-gradient(93.76deg, #68B9D4 7.39%, #54A0BA 93.7%);
}
.categories .item_41 .banner{
	background: linear-gradient(92.56deg, #4795B2 -5.48%, #167194 90.83%);
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	display: none;
}




.categories .title {
	margin: 0;
}

.flex.flex-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.categories_index .col-lg-4 {
	 padding-bottom: 0px;
 }

.tab {
	padding: 18px 30px;
	display: inline-block;
	color: #fff !important;
	opacity: 0.5;
	font-weight: 500;
}

.tab.active {
	opacity: 1;
}

.tabs {
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
}

.banner .name {
	font-size: 32px;
	font-family: 'Etude';
	color: #fff;
	padding-right: 30px;
	margin-bottom: 16px;
}

.banner .text {
	color: #fff;
}
.banner {
	min-height: 490px;
	position: relative;
	overflow: hidden;
}

.banner .image img {
	position: absolute;
	bottom: 0;
}

.banner {}

.links a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 15px 35px;
	color: #103340;
	background: #fff;
	font-size: 22px;
	font-weight: 500;
	border-radius: 30px;
	margin-bottom: 24px;
}

.btn.btn_all {
	font-family: 'Etude';
	text-transform: uppercase;
	color: #103340;
	padding: 16px 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid;
	gap: 10px;
}

.btn.btn_all span {
	font-size: 19px;
	line-height: 23px;
	display: block;
	height: 20px;
}
.btn.btn_all svg {
	height: 20px;
}

@media (max-width: 992px) {
	.flex.flex-between {
		flex-wrap: wrap;
		gap: 13px;
	}

	.tabs {
		gap: 10px;
	}

	.categories .tab {
		padding: 10px 18px;
		font-size: 18px;
	}
	.categories_index .flex.flex-between {
		flex-direction: column-reverse;
	}

}
/* End */


/* Start:/local/templates/mosprom/components/bitrix/news.list/block_slider/style.css?1770623673256*/

.company_slider_ .slick-arrow {
    display: flex !important;
    text-align: center;
}
@media (min-width: 992px) {
    .company_slider_ .slick-arrow {
        top: -90px;
    }

}

@media (max-width: 991px) {
    .company_slider_ {
    }
}
/* End */


/* Start:/local/templates/mosprom/components/bitrix/news.list/left_block/style.css?1770623673708*/
.block_bg_blue {
	background: linear-gradient(92.56deg, #4795B2 -5.48%, #167194 90.83%), linear-gradient(93.76deg, #68B9D4 7.39%, #54A0BA 93.7%), linear-gradient(93.76deg, rgba(104, 185, 212, 0.15) 7.39%, rgba(84, 160, 186, 0.15) 93.7%);
	border-radius: 10px;
	color: #fff;
	padding: 35px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: space-between;
	height: 100%;
}

.block_title {
	font-size: 35px;
	font-weight: 500;
	line-height: 100%;
}

.about .text {
	margin-bottom: 50px;
}

.left_block_item {
	padding: 15px 33px;background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(12px);
	border-radius: 10px;
	margin-bottom: 14px;
}

.left_block_item span.text {
	color: #fff8;
}
/* End */


/* Start:/local/templates/mosprom/components/bitrix/news.list/numbers/style.css?17706236731244*/
.number_item {
	aspect-ratio: 44/36;
	display: flex;
	padding: 35px;
	flex-direction: column;
	justify-content: space-between;
	background: linear-gradient(93.76deg, rgba(104, 185, 212, 0.15) 7.39%, rgba(84, 160, 186, 0.15) 93.7%);
	border-radius: 10px;
}
.numbers .col-lg-6 {
	padding: 15px;
}
.numbers .row {
	margin: -15px;
}
.number_title {
	font-size: 75px;
	font-family: 'Etude';
	letter-spacing: -3px;
	line-height: 100%;
}
.number_title .subtitle {

	font-size: 55px;
}

.number_bottom {
	color: #103340;
	font-size: 27px;
	font-weight: 450;
}

.number_item.block_blue {
	background: linear-gradient(93.76deg, #68B9D4 7.39%, #54A0BA 93.7%), linear-gradient(93.76deg, rgba(104, 185, 212, 0.15) 7.39%, rgba(84, 160, 186, 0.15) 93.7%);
	color: #fff !important;
}

.number_item.block_blue * {
	color: #fff;
}

.number_item.block_green {
	background: linear-gradient(111.08deg, #A4C520 13.77%, #C4E63B 105.1%), linear-gradient(93.76deg, rgba(104, 185, 212, 0.15) 7.39%, rgba(84, 160, 186, 0.15) 93.7%);
}

.number_item.block_green * {
	color: #fff;
}

.number_title {
	color: #21799A;
}

@media (max-width: 992px) {
	.numbers {
		margin-top: 30px;
	}
	.number_title {
		font-size: 50px;
	}

	.number_title .subtitle {
		font-size: 45px;
	}
}
/* End */


/* Start:/local/templates/mosprom/components/bitrix/news.list/faq/style.css?1770623673750*/
.faq_item .faq_question {
	display: flex;flex-direction: row;justify-content: space-between;align-items: center;
	gap: 10px;


	align-self: stretch;
	cursor: pointer;
}

.faq_item {
	margin-bottom: 20px;
	background: linear-gradient(93.76deg, rgba(104, 185, 212, 0.15) 7.39%, rgba(84, 160, 186, 0.15) 93.7%);
	border-radius: 30px;
	padding: 20px 35px;
}

.faq_item .faq_question .name {
	line-height: 36px;
	height: 36px;
}

span.arrow {
	height: 28px;
	transition: all 0.4s;
}

.faq_answer {
	display: none;
	margin: 0;
	padding: 15px 0px 0px;
	font-size: 23px;
	color: var(--color-text-blue);
	opacity: 0.65;
}

.faq_item:last-child {
	margin-bottom: 0;
}

.active .faq_answer {
	display: block;
}

.active span.arrow {
	transform: rotate(90deg);
}
/* End */
/* /local/templates/mosprom/css/index.css?17735699793554 */
/* /local/templates/mosprom/components/bitrix/catalog.smart.filter/index/style.css?17713358584439 */
/* /local/templates/mosprom/components/bitrix/catalog.smart.filter/index/themes/blue/colors.min.css?17706236734373 */
/* /local/templates/mosprom/components/bitrix/news.list/banners/style.css?1772032745770 */
/* /local/templates/mosprom/components/bitrix/news.list/categories_new/style.css?17706236734035 */
/* /local/templates/mosprom/components/bitrix/news.list/block_slider/style.css?1770623673256 */
/* /local/templates/mosprom/components/bitrix/news.list/left_block/style.css?1770623673708 */
/* /local/templates/mosprom/components/bitrix/news.list/numbers/style.css?17706236731244 */
/* /local/templates/mosprom/components/bitrix/news.list/faq/style.css?1770623673750 */
