

/* Start:/bitrix/templates/vre/css/map.css?17817563132637*/
#map {
    height: 520px;
    width: 100%;
}
.map-wrap{
    padding: 30px 0 20px;
}
.map-tab-wrap{
    display: table;
    width: 100%;
    padding: 0 20px 30px;
}
.map-wrap .map-tabs{
    display: table-row;
}
.map-wrap .map-tabs .map-tab{
    display: table-cell;
    text-align: center;
}
.map-wrap .map-tabs .map-tab .map-tab-bg{
    position: relative;
    padding: 1px;
    border-radius: 3px;
}
.map-wrap .map-tabs .map-tab a{
    display: block;
    position: relative;
    min-height: 40px;
    font-size: 18px;
    color: #c2423a;
    background-color: #fff;
    line-height: 40px;
    border-radius: 3px;
    text-transform: uppercase;
}
.map-wrap .map-tabs .map-tab .map-tab-bg:before{
    position: absolute;
    content: '';
    top: 0px;
    left: 50%;
    width: 48px;
    height: 1px;
    margin-left: -24px;
    background-color: #c2423a;
    text-decoration: none;
}
.map-wrap .map-tabs .map-tab .map-tab-bg:after{
    position: absolute;
    content: '';
    top: 0px;
    left: 50%;
    width: 48px;
    height: 1px;
    margin-left: -24px;
    background-color: #c2423a;
    text-decoration: none;
}
.map-wrap .map-tabs .map-tab a:hover,
.map-wrap .map-tabs .map-tab a:active{
    text-decoration: none;
}
.map-wrap .map-tabs .map-tab.active{

}
.map-wrap .map-tabs .map-tab.active .map-tab-bg{
    background-color: #c2423a;
}
.map-wrap .map-tabs .map-tab.active .map-tab-bg:before{
    position: absolute;
    content: '';
    top: 15px;
    left: 0;
    width: 1px;
    height: 14px;
    margin: 0;
    background-color: #fff;
    text-decoration: none;
}
.map-wrap .map-tabs .map-tab.active .map-tab-bg:after{
    position: absolute;
    content: '';
    top: 15px;
    left: auto;
    right: 0;
    width: 1px;
    height: 14px;
    margin: 0;
    background-color: #fff;
    text-decoration: none;
}
.map-wrap .map-tabs .map-tab.active a{

}
.map-wrap .map-tabs .map-tab.active a:after, .map-wrap .map-tabs .map-tab.active a:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.map-wrap .map-tabs .map-tab.active a:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}
.map-wrap .map-tabs .map-tab.active a:before {
    /*border-color: #c2423a;*/
    border-top-color: #c2423a;
    border-width: 13px;
    margin-left: -13px;
}
.map-wrap .map-line{
    height: 5px;
    background-color: #c2423a;
}
/* End */


/* Start:/bitrix/templates/vre/components/bitrix/catalog.section/.default/style.css?17817563201084*/
.area-sections{
	margin-bottom: 10px;
}
[data-target="#productModal"]{
	color:white !important;
}
[data-target="#productModal"] span{
	background-color: #c2423a !important;

}
.area-sections .area-block{
	display: table;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #d1d1d1;
	cursor: pointer;
}
.area-sections .area-block .area-row{
	display: table-row;
}
.area-sections .area-block .area-row > div{
	display: table-cell;
	padding: 8px 20px;
	line-height: 20px;
	vertical-align: bottom;
}
.area-sections .area-block .area-row > div:first-child{
	width: 46%;
	border-right: 1px solid #d1d1d1;
}
.area-sections .area-block .area-row .area-city{
	font-size: 22px;
	text-transform: uppercase;
}
.area-sections .area-block .area-row .area-name{
	font-size: 15px;
	font-weight: bold;
}
.area-sections .area-block .area-row .area-free{
	font-size: 17px;
	color: #71a43a;
}
.area-sections .area-block .area-row .area-free.disabled{
	color: #9d9f9b;
}
.area-sections .area-block .area-row .area-val{
	font-size: 24px;
	font-weight: bold;
}

.catalog-section{
	margin-bottom: 30px;
}

/* End */


/* Start:/bitrix/templates/vre/css/colorbox.css?17817563133182*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:rgb(100, 51, 32); opacity: 0.3; filter: alpha(opacity = 30);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(/bitrix/templates/vre/css/images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/bitrix/templates/vre/css/images/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/* End */


/* Start:/bitrix/templates/vre/components/bitrix/catalog.item/.default/style.css?17817563202728*/
.product-item{
	margin-bottom: 20px;
	border-radius: 2px;
}
.product-item-hov:hover{
	box-shadow: 0px -4px 16px 2px rgba(197, 197, 197, 0.9);
}
.product-item-title{
	font-size: 20px;
	line-height: 18px;
	/*min-height: 74px;*/
	min-height: 110px;
}
.product-item-title a{
	display: block;
	padding: 12px 12px 25px 12px;
	color: #4b4b4b;
	font-weight: bold;
}
.product-item-title a:hover,
.product-item-title a:active{
	color: #4b4b4b;
	text-decoration: none;
}
.product-item-image-wrapper{
	position: relative;
	height: 243px;
	overflow: hidden;
}
.product-item-image-wrapper img{
	display: block;
	position: absolute;
	height: 243px;
	width: 100%;
}
.row-product-item-property{
	margin-bottom: 5px;
	cursor: pointer;
}
.row-product-item-property .row-product-item-property-wrap{
	height: 100%;
	min-height: 88px;
	padding-left: 10px;
	padding-top: 5px;
	border: 1px solid #d1d1d1;
	border-top: 0;
	/*border-right: 0;*/
	width: 100%
}
.row-product-item-property > div:last-child .row-product-item-property-wrap{
	border-right: 1px solid #d1d1d1;
}
.row-product-item-property .row-product-item-property-wrap hr{
	margin: 10px 0 10px -15px;
}
.product-item-property-title{

}
.product-item-property-val{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}
.product-item-buttons .btn-vre{
	display: block;
	width: 98%;
	height: 36px;
	line-height: 35px;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
}
.product-item-buttons .btn-vre span{
	height: 34px;
}
.product-item-buttons .btn-vre span:before,
.product-item-buttons .btn-vre span:after {
	top: 10px;
}

.product-item-buttons .btn-vre:hover{
	box-shadow: 0px 1px 10px 3px rgba(197, 197, 197, 0.9);
}

.product-item-image-zoom{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 54px;
	height: 54px;
	background: #fff url("/bitrix/templates/vre/components/bitrix/catalog.item/.default/images/zoom_ic2.png") no-repeat 50% 50%;
	border-radius: 50%;
}
.product-item-property-opex{
	font-size: 15px;
}
.product-item-property-opex span{
	white-space: nowrap;
}
.product-item-preview{
	font-size: 15px;
	line-height: 18px;
}
.product-item-preview p{
	margin-bottom: 8px;
}

.product-item-property-title {
    font-size: 14px;
}

.product-item-property-title-2 {
	padding-top: 5px;
}
.product-item-property-val-warehouse{
	font-size: 15px;
}
.product-item-property-title-warehouse{
	margin-top: 5px;
}
.vre-up-links{
    opacity: 0;
    text-align: center;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.product-item-hov:hover .vre-up-links{
    visibility: visible;
    opacity: 1;
}
.btn-vre-dot{
    font-size: 11px;
    border-bottom: 1px dashed #c2423a;
    color: #c2423a;
    font-weight: bold;
    text-decoration: none;
}
.btn-vre-dot:hover{
    text-decoration: none;
    color: #c2423a;
}
/* End */
/* /bitrix/templates/vre/css/map.css?17817563132637 */
/* /bitrix/templates/vre/components/bitrix/catalog.section/.default/style.css?17817563201084 */
/* /bitrix/templates/vre/css/colorbox.css?17817563133182 */
/* /bitrix/templates/vre/components/bitrix/catalog.item/.default/style.css?17817563202728 */
