

/* Start:/local/templates/aspro_next/components/bitrix/news/contacts.custom/style.css?17232140083952*/
.contacts-page {
	--gap: 2rem;
	--left-width: 0px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: var(--gap);
}
.contacts-page__left, .contacts-page__right {
	flex: 1 1 100%;
	position: relative;
    order: 2;
    max-width: 100%;
    box-sizing: border-box;
}
.contacts-page__right {
	order: 1;
}
.contacts-page__left > section {
	width: 100%;
}
.contacts-page__main-office {
    border: 1px solid #f2f2f2;
    overflow: hidden;
}
.contacts-page__main-office .preview {
	width: calc(100% + 2px);
    margin: 0 -1px 0;
    position: relative;
    top: -1px;
}
.contacts-page__main-office .preview:before {
	content: '';
	display: block;
	padding-top: 75%;
}
.contacts-page__main-office .preview > img {
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	object-fit: cover;
}
.contacts-page__main-office .preview > .name {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: white;
    padding: 0 2rem 1.625rem;
}
.contacts-page__main-office .preview:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 51%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    transition: opacity .2s ease-in-out;
}
.contacts-page__main-office .preview > .name i {
	display: block;
	font-size: .8125rem;
    line-height: calc(1em + 7px);
    padding-bottom: 6px;
    font-style: normal;
}
.contacts-page__main-office .preview > .name span {
    font-size: 1.2em;
    line-height: calc(1em + 7px);
}
.contacts-page__main-office .info {
    padding: 1.625rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0.6875rem;
}
.contacts-page__main-office .info__item .name {
    font-size: 0.714em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #999;
}
.contacts-page__main-office .info__item .value {
	display: block;
    font-size: 1rem;
    line-height: calc(1em + 10px);
    color: #222;;
}
.contacts-page__main-office .info__item a.value:hover {
    color: var(--theme-base-color);
}
.contacts-page__main-office .controls {
    margin-top: .8125rem;
}
.contacts-page__main-office .controls button {
    width: 100%;
}
.contacts-page__left .contacts-page-map .bx-yandex-view-layout {
	padding: 0;
	margin: 0;
}
ymaps .map_info_store .title {
    font-size: 1.125rem;
    line-height: calc(1em + 10px);
    padding: 0;
}
ymaps .controls {
    margin-top: 1.5rem;
}
ymaps .controls > button {
    width: 100%;
}
section .info__item + .info__item,
section .info__item + .controls {
	padding-top: .625rem;
}
section .info__item i {
	display: none;
}
section + section {
	margin-top: 2.5rem;
}
section > h2 {
    margin: 0 0 1.2rem;
}
section > .section__content {
	font-size: 1rem;
	line-height: calc(1em + 10px);
}
.controls .text {
	flex: 1 1 100%;
	width: 100%;
	display: block;
	padding-bottom: 1rem; 
}
@media (min-width: 600px) {
	.contacts-page__main-office {
        display: flex;
	    flex-flow: row nowrap;
	    justify-content: flex-start;
	    align-items: stretch;
	    gap: 0;
	}
}
@media (min-width: 990px) {
	.contacts-page {
	   flex-wrap: nowrap;
        --gap: 3rem;
        --left-width: 352px;
	}
	.contacts-page__left {
	    flex: 0 1 calc(100% - var(--left-width) - var(--gap));
	}
	.contacts-page__right {
	    flex: 0 0 var(--left-width);
	    position: relative;
	    order: 3;
	    padding-bottom: 40px;
	}
	
	.contacts-page__main-office {
	    position: sticky;
	    top: 0;
	    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	    flex-direction: column;
	}
}
/* End */


/* Start:/local/templates/aspro_next/components/bitrix/map.yandex.system/map/style.css?1706549438532*/
div.bx-yandex-map {}
div.bx-yandex-map div.YMaps-b-balloon-content {}
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 {
	
}


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 textarea{
	
}


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 {
	
}

/* End */


/* Start:/local/templates/aspro_next/components/bitrix/news.list/contacts.custom/style.css?17232139647166*/
.items__list {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0;
	border-top: 1px solid #f2f2f2;
}
.store_item {
	position: relative;
	transition: box-shadow ease .3s, border ease .3s, background ease .3s;
    border: 1px solid #f2f2f2;
    border-top: none;
    padding: 0 1.5rem 1rem;
    display: grid;
    grid-template-areas: 'preview'
	    'controls'
	    'metro'
	    'schedule'
	    'contacts'
	    'paytype';
    grid-template-columns: 1fr;
    column-gap: 2rem;
    row-gap: 0;
    align-items: start;
    justify-content: start;
}
.store_item:hover {
    box-shadow: 0 5px 30px rgba(34, 34, 34, .1);
}
.store_item .preview {
    grid-area: preview;
    position: relative;
    overflow: hidden;
    width: calc(100% + 3rem + 2px);
    margin: 0 calc(-1.5rem - 1px);
}
.store_item .preview:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 75%;
}
.store_item .preview > img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	object-fit: contain;
}
.store_item .name {
	grid-area: name;
	color: #333;
    font-size: 1.1rem;
    line-height: calc(1em + 7px);
    font-weight: 600;
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}
.store_item .name:before {
	content: '';
	display: block;
    padding-top: 75%;
}
.store_item .name span {
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
    padding: 0 2rem 1.625rem;
    z-index: 2;
}
.store_item .name:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 51%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    transition: opacity .2s ease-in-out;
}
.store_item__prop {
    font-size: .875rem;
    line-height: calc(1em + 7px);
}
.store_item__prop .name {
    display: none;
}
.store_item__prop .value.wth_icon {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: .4rem;
}
.store_item__prop .value.wth_icon > i,
.store_item__prop > i {
	height: 1rem;
	width: 1rem;
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.store_item__prop .svg {
    min-width: auto;
    min-height: auto;
}
.store_item__prop .value.wth_icon svg > path {
    fill: #ccc;
}
.store_item__prop .value {
    color: #666;
    display: block;
}
.store_item__prop a.value:hover {
    color: var(--theme-base-color);
}
.store_item .metro {
    grid-area: metro;
}
.store_item .schedule {
    grid-area: schedule;
}
.store_item .contacts {
    grid-area: contacts;
    padding-top: .375rem;
}
.store_item .contacts .store_item__prop {
	padding-bottom: .5625rem;
	font-size: 1rem;
}
.store_item .contacts .store_item__prop .value:not(:hover) {
    color: #333;
}
.store_item__paytypes {
    grid-area: paytypes;
}
.store_item .controls {
    grid-area: controls;
    align-self: start;
    justify-self: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    padding: .375rem 0;
}
.store_item .controls button {
	--color: var(--theme-base-color);
	border: none;
	background: none;
    outline: none;
    
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: .5625rem;
    color: var(--color);
}
.store_item .controls button:hover {
	--color: #333;
}
.store_item .controls button > i {
    position: relative;
    top: 4px;
}
.store_item .controls button > span {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: .15em;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none;
}
.store_item .controls button svg path {
    fill: var(--color);
}
@media (min-width: 480px) {
	.store_item {
	    grid-template-areas: 'preview preview'
	        'controls controls'
	        'metro contacts'
	        'schedule contacts'
	        '. contacts'
	        'paytype paytype';
        grid-template-columns: 1fr 1fr;
        grid-template-rows: min-content;
	}
	.store_item .contacts {
	   padding: 0;
	}
}
@media (min-width: 580px) {
    .store_item {
        grid-template-areas: 'preview name'
            'preview metro'
            'preview schedule'
            'preview contacts'
            'controls controls'
            'paytype paytype';
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto 1fr auto auto;
        padding: 1.5rem 1.5rem;
    }
    .store_item .preview {
        width: 100%;
        margin: 0;
    }
    .store_item .contacts {
       padding: .375rem 0;
    }
    .store_item .name {
        position: static;
        padding-bottom: .375rem;
    }
    .store_item .name > span {
        color: inherit;
        position: static;
        padding: 0;
    }
    .store_item .name:before, .store_item .name:after {
        display: none;
    }
    .store_item .controls {
        padding-bottom: 0;
    }
}
@media (min-width: 780px) {
    .store_item {
        grid-template-areas: 'preview name name'
            'preview metro contacts'
            'preview schedule contacts'
            'preview controls controls'
            'preview paytype paytype';
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto 1fr auto auto;
        padding: 1.5rem 1.5rem;
    }
    .store_item .preview {
        width: 100%;
        margin: 0;
    }
    .store_item .contacts {
       padding: .375rem 0;
    }
    .store_item .name {
        position: static;
        padding-bottom: .375rem;
    }
    .store_item .name > span {
        color: inherit;
        position: static;
        padding: 0;
    }
    .store_item .name:before, .store_item .name:after {
        display: none;
    }
    .store_item .controls {
        padding-bottom: 0;
    }
}
@media (min-width: 1280px) {
	.store_item {
	    transition: box-shadow ease .3s, border ease .3s, background ease .3s;
	    border: 1px solid #f2f2f2;
	    border-top: none;
	    padding: 1.625rem 2rem 2rem 2rem;
	    display: grid;
	    grid-template-areas: 'preview name contacts'
	    'preview metro contacts'
	    'preview schedule contacts'
	    'preview controls controls'
	    'preview paytype paytype';
	    grid-template-columns: 150px 1fr 20%;
	    column-gap: 2rem;
	    row-gap: 0;
	}
	.store_item .preview {
	    grid-area: preview;
	    position: relative;
	    overflow: hidden;
	    width: 150px;
	}
	.store_item:hover .name {
        color: var(--theme-base-color);
    }
}

@media (min-width: 1400px) {
    .store_item {
        grid-template-areas: 'preview name contacts controls'
        'preview metro contacts controls'
        'preview schedule contacts controls'
        'preview paytype paytype paytype';
        grid-template-columns: 150px 40% 20% 1fr;
    }
}
/* End */
/* /local/templates/aspro_next/components/bitrix/news/contacts.custom/style.css?17232140083952 */
/* /local/templates/aspro_next/components/bitrix/map.yandex.system/map/style.css?1706549438532 */
/* /local/templates/aspro_next/components/bitrix/news.list/contacts.custom/style.css?17232139647166 */
