

/* Start:/bitrix/templates/vre/components/bitrix/news.list/slider/style.css?17817563203730*/
.owl-theme.owl-theme-home .owl-stage {
	display: flex;
}
.owl-theme.owl-theme-home .owl-item img {
	height: 100%;
	object-fit: cover;
}

.owl-theme.owl-theme-home .owl-dots{
	position: absolute;
	display: inline-block;
	bottom: 0px;
	left: 50%;
	height: 46px;
	margin: 0 auto;
	padding: 14px 30px 0;
	background-color: #fff;
	/*margin-left: -93px;*/
	transform: translate(-50%, 0);
	border-bottom: 1px solid #c2423a;
}
.owl-theme.owl-theme-home .owl-dots:before{
	position: absolute;
	display: block;
	content: '';
	left: -2.55em;
	bottom: -1px;
	border: 23px solid transparent;
	border-right: 23px solid #fff;
	border-bottom: 23px solid #fff;
	width: 0;
	height: 0;
}
.owl-theme.owl-theme-home .owl-dots:after{
	position: absolute;
	display: block;
	content: '';
	right: -2.55em;
	bottom: -1px;
	border: 23px solid transparent;
	border-left: 23px solid #fff;
	border-bottom: 23px solid #fff;
	width: 0;
	height: 0;
}
.owl-theme.owl-theme-home .owl-dots .owl-dot{
	width: 16px;
	height: 16px;
	margin-right: 20px;
	border-radius: 8px;
	background-color: #c2423a;
	outline:none;
}
.owl-theme.owl-theme-home .owl-dots .owl-dot span{
	width: 14px;
	height: 14px;
	margin: 0;
	margin-left: 1px;
	background-color: #fff;
}
.owl-theme.owl-theme-home .owl-dots .owl-dot.active span, .owl-theme.owl-theme-home .owl-dots .owl-dot:hover span{
	background-color: transparent;
}
.owl-theme.owl-theme-home .owl-dots .owl-dot:last-child{
	margin-right: 0;
}
.owl-theme.owl-theme-home .owl-dots-bg{
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 90%;
	height: 1px;
	margin-left: -45%;
	background-color: #c2423a;
}

.owl-theme.owl-theme-home .carousel-item-text{
	position: absolute;
	top: 40%;
	left: 50%;
	text-align: center;
	z-index: 10;
}
.owl-theme.owl-theme-home .carousel-item-text .carousel-item-text-in{
	position: relative;
	top: -50%;
	left: -50%;
}
.owl-theme.owl-theme-home .carousel-item-text .carousel-title{
	padding: 0 30px;
	background-color: #c2423a;
	font-size: 70px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.owl-theme.owl-theme-home .carousel-item-text .carousel-info{
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}

.owl-theme.owl-theme-home .owl-nav{
	position: absolute;
	top: 46%;
	left: 0;
	width: 100%;
}
.owl-theme.owl-theme-home .owl-nav button.owl-next,
.owl-theme.owl-theme-home .owl-nav button.owl-prev{
	position: absolute;
	width: 17px;
	height: 30px;
	color: #fff;
	font-size: 0;
	outline: none;
}
.owl-theme.owl-theme-home .owl-nav button.owl-prev{
	left: 19%;
	background: url("/bitrix/templates/vre/components/bitrix/news.list/slider/images/arl.png") no-repeat 0 0;
}
.owl-theme.owl-theme-home .owl-nav button.owl-next{
	right: 19%;
	background: url("/bitrix/templates/vre/components/bitrix/news.list/slider/images/arr.png") no-repeat 0 0;
}

@media (max-width: 770px) {
    .box-slider-video{
		width:100% !important;
		height:400px;
	}
}
@media (max-width: 600px) {
    .box-slider-video{
		height:350px;
	}
}
@media (max-width: 500px) {
    .box-slider-video{
		height:300px;
	}
}
@media (max-width: 400px) {
    .box-slider-video{
		height:220px;
	}
}

@media (max-width: 350px) {
    .box-slider-video{
		height:190px;
	}
}

@media (max-width: 767px) {
    .owl-theme.owl-theme-home .owl-item img {
        height: 250px;
    }
}

.box-slider-video {
	height: 100%;
}

@media (max-width: 767px) {
	.box-slider-video {
		height: 250px;
	}
}

/*@media (max-width: 767px) {*/
	.box-slider-video video {
		top: 50% !important;
		transform: translateY(-50%);
	}
/*}*/

/*@media (max-width: 767px) {
	.box-slider-video video {
		width:100%;
		height:100%;
		object-position: top left;
		transform-origin: top left;
	}
}*/

.owl-theme.owl-theme-home .owl-item {
	display: flex;
	align-items: center
}

.owl-theme.owl-theme-home .owl-item .item {
	width: 100%;
}
/* End */


/* Start:/bitrix/templates/vre/components/bitrix/catalog.section.list/home/style.css?17817563201945*/
.sections{
	padding-top: 33px;
}
.sections .block{
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.sections .col-md-9 .block{
	height: 370px;
}
.sections .col-md-3 .block{
	height: 570px;
}
.sections .block .image{
	position: relative;
	overflow: hidden;
}
.sections .block .image img{
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
	/*height: auto;*/
}
.sections .col-md-9 .block .image img{
	/*height: 370px;*/
}
.sections .col-md-3 .block .image img{
	/*height: 570px;*/
}
.sections .block .info{
	position: absolute;
	top: 28px;
	left: 28px;
	width: 90%;
	max-width: 440px;
	padding: 20px;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #fff;
	background-color: #c2423a;
}
.sections .block .info:before{
	position: absolute;
	content: '';
	top: -9px;
	left: -10px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.sections .block .info:after{
	position: absolute;
	content: '';
	bottom: -10px;
	left: -1px;
	width: 1px;
	height: 10px;
	border-right: 1px solid #fff;
}
.sections .block .info .line{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.sections .block .info .city{
	font-size: 35px;
	line-height: 30px;
	color: #ffecac;
	text-transform: uppercase;
}
.sections .block .info .title{
	height: 31px;
	font-size: 21px;
	text-transform: uppercase;
}
.sections .block .info .area{
	padding-top: 20px;
	font-size: 36px;
}

@media(max-width: 449px) {
	.sections .block .info {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* End */


/* Start:/bitrix/templates/vre/components/bitrix/catalog.section.list/home_rented_out/style.css?17817563201946*/
.sections{
	padding-top: 33px;
}
.sections .block{
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.sections .col-md-9 .block{
	height: 370px;
}
.sections .col-md-3 .block{
	height: 570px;
}
.sections .block .image{
	position: relative;
	overflow: hidden;
}
.sections .block .image img{
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
	/*height: auto;*/
}
.sections .col-md-9 .block .image img{
	/*height: 370px;*/
}
.sections .col-md-3 .block .image img{
	/*height: 570px;*/
}
.sections .block .info{
	position: absolute;
	top: 28px;
	left: 28px;
	width: 90%;
	max-width: 440px;
	padding: 20px;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #fff;
	background-color: #c2423a;
}
.sections .block .info:before{
	position: absolute;
	content: '';
	top: -9px;
	left: -10px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.sections .block .info:after{
	position: absolute;
	content: '';
	bottom: -10px;
	left: -1px;
	width: 1px;
	height: 10px;
	border-right: 1px solid #fff;
}
.sections .block .info .line{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.sections .block .info .city{
	font-size: 35px;
	line-height: 30px;
	color: #ffecac;
	text-transform: uppercase;
}
.sections .block .info .title {
	height: 31px;
	font-size: 21px;
	text-transform: uppercase;
}
.sections .block .info .area{
	padding-top: 20px;
	font-size: 36px;
}

@media(max-width: 449px) {
	.sections .block .info {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* End */


/* 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/system.pagenavigation/nav/style.css?1781756320492*/
.blog-page-navigation{
    text-align: center;
}
.blog-page-navigation span,
.blog-page-navigation a{
    display: inline-block;
    font-size: 15px;
    line-height: 29px;
    width: 29px;
    margin-right: 7px;
    color: #4d4d4d;
    border: 1px solid #dddee0;
    text-align: center;
}
.blog-page-navigation span.blog-page-current{
    color: #e55118;
    border-color: #e55118;
}
.blog-page-navigation a:hover{
    border-color: #e55118;
    text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/vre/components/bitrix/catalog.section/areas/style.css?17817563201209*/
.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;
}


@media(max-width: 449px) {
	.area-sections .area-block .area-row > div {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* 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/components/bitrix/news.list/slider/style.css?17817563203730 */
/* /bitrix/templates/vre/components/bitrix/catalog.section.list/home/style.css?17817563201945 */
/* /bitrix/templates/vre/components/bitrix/catalog.section.list/home_rented_out/style.css?17817563201946 */
/* /bitrix/templates/vre/css/map.css?17817563132637 */
/* /bitrix/templates/vre/components/bitrix/system.pagenavigation/nav/style.css?1781756320492 */
/* /bitrix/templates/vre/components/bitrix/catalog.section/areas/style.css?17817563201209 */
/* /bitrix/templates/vre/css/colorbox.css?17817563133182 */
/* /bitrix/templates/vre/components/bitrix/catalog.item/.default/style.css?17817563202728 */
