

/* Start:/local/templates/aspro-allcorp3/components/bitrix/news/contacts/style.css?1760679789161*/
.contacts-v2 .tizers-list .grid-list {
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.contacts-v2 h2 {
	font-size: 48px;
	line-height: 52px;
}
/* End */


/* Start:/local/templates/aspro-allcorp3/components/bitrix/map.yandex.view/map/style.min.css?1760679789552*/
.map-detail-items__item--hidden{display:none}.map-detail-items__item{padding:25px 32px}.map-detail-items__item-svg{position:absolute;right:6px;top:8px;width:30px;height:30px;text-align:center;cursor:pointer}.map-detail-items__item-svg:not(:hover) svg path{fill:#999}.map-detail-items__item-close{width:10px;height:10px}.map-detail-items__item-title{margin-bottom:18px}.map-detail-items__item-property{margin-top:10px}.map-detail-items__item-buttons{margin-top:24px}@media (max-width:530px){.map-detail-items__item{padding-left:28px;padding-right:28px}}
/* End */


/* Start:/local/templates/aspro-allcorp3/components/bitrix/map.yandex.system/map/style.min.css?1760679789421*/
div.bx-yandex-map,div.bx-yandex-map div.YMaps-b-balloon-content{color:#000}div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td{padding:0!important}div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b{background-image:none!important}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/tizers-list-info/style.css?17616213265680*/
.tizers-list {
    position: relative;
}

.tizers-list::before {
    content: '';
    position: absolute;
    left: 0;
    width:100%;
    height: 900px;
    background: url(/images/tizers-list-bg1.png) no-repeat;
    background-position: -700px 0;
    background-size: cover;
    z-index: 0;
}

.tizers-list__item {
	display: flex;
	height: 100%;
	flex-direction: row;
}

.tizers-list__item--column {
	flex-direction: column;
}

.tizers-list__item--column.tizers-list__item--centered {
	text-align: center;
	align-items: center;
}

.tizers-list__item--vertical-centered {
	align-items: center;
}

.tizers-list__item-image-wrapper {
	flex-shrink: 0;
}

.tizers-list__item-wrapper.bordered {
	border-radius: 4px;
}

.tizers-list__item-wrapper.tizers-list__item-wrapper-close.bordered {
	margin-right: -1px;
	margin-bottom: -1px;
	border-radius: 0;
}

@media (max-width: 450px) {
	.tizers-list__item {
		flex-direction: column;
	}

	.tizers-list__item--images-position-LEFT .tizers-list__item-image-wrapper {
		margin-bottom: 15px;
	}
}

.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP {
	margin-bottom: 19px;
}

.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-LEFT {
	margin-top: 4px;
	margin-right: 21px;
}

.tizers-list__item-image-text {
	/* font-weight: bold; */
	font-size: 45px;
	line-height: 45px;
}

.tizers-list__item-image-text--size-50 {
	font-size: 50px;
	line-height: 50px;
}

.tizers-list__item-image-wrapper--PICTURES {
	overflow: hidden;
	border-radius: 50%;
}

.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-TOP {
	width: 50px;
	height: 50px;
	margin-bottom: 26px;
}

.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-LEFT {
	width: 80px;
	height: 80px;
	margin-right: 27px;
}

.tizers-list__item-image-picture {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.tizers-list__item-image-wrapper--ICONS {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tizers-list__item-image-wrapper--ICONS svg {
	max-width: 100%;
	max-height: 100%;
}

.tizers-list__item-image-wrapper--position-TOP.tizers-list__item-image-wrapper--ICONS {
	margin-bottom: 26px;
}

.tizers-list__item-image-wrapper--position-LEFT.tizers-list__item-image-wrapper--ICONS {
	margin-right: 28px;
}

.tizers-list__item-text-wrapper {
	display: flex;
	flex-direction: column;
	margin-top: -0.25em;
}

.bx-ie .tizers-list__item-text-wrapper {
	flex-grow: 1;
}

@media (min-width: 451px) {
	.bx-ie .tizers-list__item-text-wrapper {
		flex-basis: 0;
	}
}

.tizers-list__item-descr {
	margin-top: 8px;
}

/* WITH BG */
.tizers-list__item--with-bg {
	background-color: #fff;
	background-color: var(--card_bg_black);
}

.tizers-list__item--with-bg:hover {
	background-color: #fff;
	background-color: var(--card_bg_hover_black);
}

.tizers-list__item--narrow-with-bg {
	padding: 48px;
}

.tizers-list__item--wide-with-bg {
	padding: 56px;
}

.tizers-list__item--with-bg .tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP {
	margin-bottom: 13px;
}

.tizers-list__item--with-bg.tizers-list__item--images-PICTURES.tizers-list__item--images-position-TOP {
	padding: 47px 47px 42px 47px;
}

/* in detail */
.detail-block.tizers {
	margin: -1px 0 0 0;
}

.detail-block .tizers-list {
	padding: 40px 0 35px 0;
	background-color: var(--card_bg_black);
}

.detail-block .tizers-list__item-name {
	font-size: 1em;
}

.detail-block .tizers-list__item-descr {
	margin-top: 3px;
	font-size: 0.86667em;
}

.detail-block .tizers-list__item-image-wrapper--ICONS {
	width: 40px;
	height: 40px;
}

.tizers-list__item-image-wrapper--PICTURES {
	overflow: hidden;
	border-radius: unset;
}

.tizers-list .grid-list {
	--gap: 32px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: var(--gap);
}

.tizers-list__item-name {
	font-family: "Akzidenz-Grotesk Pro";
	font-size: 24px !important;
	font-style: italic;
	font-weight: 700;
	line-height: 32px !important;
	/* 133.333% */
	text-transform: uppercase;
}

.tizers-list__item-descr {
	font-family: Gilroy;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 21px !important;
}

.tizers-list-bg {
	position: absolute;
	z-index: 0;
	left: 0%;
	width: 100%;
}

.grid-list {
	position: relative;
	z-index: 1;
}

.tizers-list {
	margin: 57px 0;
}

/* Версия для слабовидящих */
.eyed {
	.tizers-list-bg {
		display: none;
	}
}
/* !Версия для слабовидящих */

@media (max-width: 768px) {
    .tizers-list {
        position: relative;
        overflow: hidden;
    }
    
    
    .tizers-list::before {
        content: '';
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        max-width: 100%;
        height: 100%;
        background: url(/images/tizers-list-bg1--mobile.png) no-repeat center center;
        background-size: contain;
        position: fixed;
        top: 0;
        z-index: 0;
    }
    
    /* Обеспечиваем, чтобы контент был поверх фона */
    .tizers-list > *:not(::before) {
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 768px) {
    .tizers-list-bg {
        position: sticky;
        top: 0;
        left: 0;
		width:100%;
        height: 170px;
    }
    
    /* Обертка для ограничения области sticky
    .tizers-list {
        position: relative;
        height: auto; /* или конкретная высота */
    }
}
/* End */


/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/contacts-list/style.min.css?17606797893206*/
.contacts__ajax_items .contacts-list{margin-top:43px}.contacts-list__section{margin-top:43px;position:relative}.contact-link_block{margin-top:0}.contacts-list .contacts-list__section:first-child{margin-top:0}.contacts-list__section-title{margin-bottom:25px}.contacts-list__wrapper{position:relative}.contacts-list__item{padding:25px 123px 32px 32px}.contacts-list__item-image-wrapper{position:relative}.contacts-list__item-image-wrapper .contacts-list__item-link,.contacts-list__item-image-wrapper>span{margin-right:32px;width:150px;height:100px;display:inline-block;position:relative;vertical-align:top;margin-top:6px}.contacts-list__item-image{background-size:cover;background-position:center;background-repeat:no-repeat;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.contacts-list__item-col{flex:1;padding-right:15px}.contacts-list__item-without-image .contacts-list__item-text-top-part>.contacts-list__item-col{flex-basis:calc(182px + (100% - 182px)/ 2)}.contacts-list__item-title{margin:0 0 6px 0}.contacts-list__item .contacts-list__item-metro .svg,.contacts-list__item .contacts-list__item-schedule .svg{margin-right:10px}.contacts-list__item .contacts-list__item-schedule .svg{margin-top:-2px}.contacts-list__item-info{margin:3px 0 0 0;flex-grow:1}.contacts-list__item-emails,.contacts-list__item-phones{line-height:21px}.contacts-list__item-coord{cursor:pointer;flex-shrink:0}.contacts-list__item-coord .color-theme{color:var(--fill_dark_light_white_hover)}.contacts-list__item-coord svg path{fill:var(--fill_dark_light_white_hover)}.contacts-list__item-coord:hover .color-theme{color:#333;color:var(--fill_dark_light_ccc)}.contacts-list__item-coord:hover svg path{fill:#333;fill:var(--fill_dark_light_ccc)}.contacts-list__item-coord .svg{margin:0 9px 0 0}.contacts-list__item-pay{margin:9px -8px 0}.contacts-list__item-pay__value{padding:0 8px;height:20px;line-height:20px}.contacts-list__item-pay__value img{max-width:40px}.contacts-list__wrapper .arrow-all{right:32px;top:35px}.contacts-list__item-properties{margin:20px 0 0 0}.contacts-list__item-properties-item-wraper{padding:0 0 0 15px;position:relative}.contacts-list__item-properties-item-wraper:before{content:"";position:absolute;left:0;top:9px;width:4px;height:4px;border-radius:2px;background-color:#9e9e9e;background:var(--theme-base-color)}@media (min-width:1450px){.contacts-list__item-col--right{display:flex;flex:1;flex-direction:row;justify-content:space-between}.contacts-list__item-coord{padding:1px 0 0 15px}}@media (min-width:1300px) and (max-width:1449px){.contacts-list__item-coord{padding:11px 0 0 0}}@media (min-width:1300px){.contacts-list__item--hidden-f1300{display:none}}@media (max-width:1299px){.contacts-list__item--hidden-t1299{display:none}.contacts-list__item-info{margin:6px 0 0 0}.contacts-list__item-info>.line-block{flex-direction:column}}@media (max-width:600px){.contacts-list__item{flex-direction:column!important}.contacts-list__item:not(.contacts-list__item-without-image){padding:32px}.contacts-list__item-col{padding:0}.contacts-list__item-image-wrapper .contacts-list__item-link,.contacts-list__item-image-wrapper>span{margin:0}.contacts-list__item-image-wrapper{margin:0 0 33px 0}}
/* End */
/* /local/templates/aspro-allcorp3/components/bitrix/news/contacts/style.css?1760679789161 */
/* /local/templates/aspro-allcorp3/components/bitrix/map.yandex.view/map/style.min.css?1760679789552 */
/* /local/templates/aspro-allcorp3/components/bitrix/map.yandex.system/map/style.min.css?1760679789421 */
/* /local/templates/.default/components/bitrix/news.list/tizers-list-info/style.css?17616213265680 */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/contacts-list/style.min.css?17606797893206 */
