

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1484875918585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/topol/components/bitrix/catalog.section.list/sklady/style.css?17273397994463*/
.contacts_page_wrapper {display:flex;}
.contacts_page_wrapper .contacts_page_detail {flex: 0 0 70%; width: 70%}
.contacts_page_wrapper .contacts_page_sticky {flex: 1; width: 30%}
.contacts_item {
	margin-bottom:40px;
	background-color: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.02), 0px 2px 29px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.21s ease 0s;
    -moz-transition: all 0.21s ease 0s;
    -ms-transition: all 0.21s ease 0s;
    -o-transition: all 0.21s ease 0s;
    transition: all 0.21s ease 0s;
	border-radius: 12px;
	font-family: 'FuturaDemiC';
}
.contacts_item .contacts_item__title {
	margin: 0 0 14px;
	font-size: 16px;
    line-height: 20px;
	font-weight: 500;
}
.contacts_item__body {
	display: flex;
	border-bottom: 1px solid #ddd;
	padding: 20px 30px;
}
.contacts_item__body, 
.contacts_item__foot {
	padding: 20px 30px;
}
.contacts_item__img {
	width: 150px;
	height: 100px;
	overflow: hidden;
	flex: 0 0 150px;
	border-radius: 12px;
}
.contacts_item__img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contacts_item__img.no_photo > img {object-fit:contain;}
.contacts_item__content {flex: 1;font-size: 14px;}
.contacts_item_flexrow {
	display: flex;
}
.contacts_item_flexrow > div {
	padding-left: 20px;
	flex: 1;
}
.contacts_item__content ul li a,
.whouse_cur_item__props a,
.whouse_cur_item__props a:hover {color:#000000;}
.contacts_item__content ul li a:hover, .whouse_cur_item__props a:hover {text-decoration:none;}
.contacts_item__label,
.whouse_list__label {
	display: block;
	font-size: 12px;
	opacity: .5;
	margin-bottom: 5px;
}
.whouse_item {
	margin-bottom: 10px;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.whouse_item .show_on_map {margin-top:0;}
.whouse_item:last-child {margin-bottom:0;}
.whouse_item .whouse_item__title {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 18px;
	max-width: 80%;
}
.contacts_page_sticky {
	align-self: baseline;
	position: sticky;
	top: 10px;
	padding-left: 30px;
}
.whouse_cur_item {
	background-color: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.02), 0px 2px 29px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	overflow: hidden;
}
.whouse_cur_item__img {
	position: relative;
	height: 235px;
	overflow: hidden;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.whouse_cur_item__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.25);
}
.whouse_cur_item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.whouse_cur_item__img .whouse_cur_item__props {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	color: #fff;
	z-index: 3;
}
.whouse_cur_item__props:not(:last-child) {margin-bottom:20px;}
.whouse_cur_item__props {font-size:16px;line-height: 22px !important;}
.whouse_cur_item__props span {display:block;}
.whouse_cur_item__props span:first-child {font-size:14px;margin-bottom:5px;font-weight:600;}
.whouse_cur_item__content {
	padding: 20px 30px;
}
#map {margin-bottom:30px;border-radius:12px;overflow:hidden;}
.show_on_map {
    font-size: 13px;
    color: #80BD00 !important;
    display: inline-flex;
	align-items: center;
    margin-top: 7px;
    text-decoration: underline;
    text-underline-offset: 4px;
	cursor: pointer;
}
.show_on_map::before {
	content: "";
	display: block;
	background-image: url(/local/templates/topol/components/bitrix/catalog.section.list/sklady/./images/icon_accent.svg);
	width: 16px;
	height: 16px;
	background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
@media (max-width: 1200px) {
	.contacts_page_sticky {padding-left:8px;}
	.contacts_page_wrapper .contacts_page_detail {flex: 0 0 65%;width:65%;}
	.contacts_page_wrapper .contacts_page_sticky {width: 35%;}
	.contacts_item_flexrow {flex-direction:column;}
	.contacts_item_flexrow > div:not(:last-child) {margin-bottom:10px;}
}
@media (max-width: 991px) {
	.contacts_page_wrapper {flex-direction:column-reverse;}
	.contacts_page_wrapper .contacts_page_detail,
	.contacts_page_wrapper .contacts_page_sticky {flex: 0 0 100%;width:100%;}
	.contacts_page_sticky {position: relative;top:0;padding-left:0;margin-bottom:30px;}
	#map {height: 400px !important;}
	.contacts_item {margin-bottom:30px;}
	.whouse_item .whouse_item__title {font-size:16px;}
}
@media (max-width: 576px) {
	.contacts_item__img {width:120px;flex: 0 0 120px;height:80px;}
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1484875918585 */
/* /local/templates/topol/components/bitrix/catalog.section.list/sklady/style.css?17273397994463 */
