html {
	overflow-y:scroll;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #e6e6e6;
    background: url("/img/brickwall.png") repeat;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 13px;
	text-align: center;
	color: #5c5c5c;
}

a {
	color: #007ed7;
	text-decoration: none;
	-webkit-transition:  all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		 -ms-transition: all 0.3s ease-out;
		  -o-transition: all 0.3s ease-out;
			 transition: all 0.3s ease-out;
}

a:hover {
	color: #60b238;
	text-decoration: none;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
}

h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #000;
}

h2 {
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 900;
	color: #000;
	font-weight: 600;
}

h2.uppercase {
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 900;
	color: #5c5c5c;
}

h3 {
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: 900;
	color: #000;
	font-weight: 600;
}

.quote {
	display: inline-block;
	padding: 10px 20px;
	margin-top: 1em;
	margin-bottom: 1em;
	background: #fff;
	border: 1px dashed #aaa;
	border-radius: 5px;
	font-size: 110%;
	font-style: italic;
}

ul.marker {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.marker li {
	background: url(../img/li.png) no-repeat 0px 5px;
	padding-left: 12px;
	margin-bottom: 4px;
}


ol.numeric {
	margin: 0;
	margin-left: 14px;
	padding: 0;
	color: #007ed7;
}

ol.numeric li {
	margin-bottom: 4px;
}

ol.numeric li span {
	color: #5c5c5c;
}

.fright {
	float: right;
}

.bold {
	font-weight: bold;
}

.blue {
	color: #0078b9;
}

.orange {
	color: #eb5b0c;
}

.green {
	color: #60b238;
}

.purple{
	color: #b060a2;
}

.gray {
	color: #8d8d8d;
}

.yello {
	color: #ffd33a;
}

.lightblue {
	color: #92b2db;
}

.black {
	color: #000;
}

.clr {
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}

.shadow {
	width: 980px;
	margin: 0 auto;
	display: inline-block;
	background: #f4f4f4;
	text-align: left;
	box-shadow: 0px 0px 7px #e1e1e1;
}

.lead {
	font-style: italic;
	font-weight: 600;
}

table.dotted {
	border: 0;
	outline: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

table.dotted th {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	color: #000;
	font-weight: 400;
}

table.dotted th:last-child {
	text-align: right;
}

table.dotted td {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #aaa;
	color: #000;
	font-weight: 400;
}

table.dotted td:last-child {
	text-align: right;
}

img.fleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: left;
}

img.fright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	clear: right;
}

img.fullWidth {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin-bottom: 1em;
	clear: both;
}

.w70name-right {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 1em;
	clear: both;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.w70name-right img {
	float: left;
	display: block;
	width: 70%;
	height: auto;
}

.w70name-right .name {
	float: left;
	display: block;
	width: 30%;
	height: 100%;
}

.w70name-right .name .inner {
	margin: 20px;
	display: inline-block;
}



.w70name-bottom.fleft {
	float: left;
	margin-right: 20px;
	clear: right;
	margin-bottom: 1em;
}

.w70name-bottom.fright {
	float: right;
	margin-left: 20px;
	clear: left;
	margin-bottom: 1em;
}

.w70name-bottom {
	display: block;
	width: 70%;
	margin-bottom: 1em;
	clear: both;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.w70name-bottom img {
	float: left;
	display: block;
	width: 100%;
	height: auto;
}

.w70name-bottom .name {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

hr {
	border: 0;
	border-bottom: 1px dotted #aaa;
	height: 1px;
	background: transparent;
	margin-top: 2em;
	margin-bottom: 2em;
}

.inline-block {
	position: relative;
	display: inline-block;
}



/* 2 / 3 COLUMNS */

.row {
	display: block;
	float: left;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: justify;
}

.col1_2 {
	width: 48%;
	display: inline-block;
}

.col1_3 {
	width: 30%;
	display: inline-block;
}

.fix {
	display: inline-block;
	width: 100%;
	height: 0px;
	overflow: hidden;
}

.infrastruture_box {
	float: left;
	display: block;
	padding: 40px 40px 20px 40px;
	line-height: 18px;
}

.content_box {
	position: relative;
	float: left;
	width: 900px;
	display: block;
	min-height: 300px;
	padding: 40px 40px;

	-webkit-transition:  padding 1s ease;
		-moz-transition: padding 1s ease;
		 -ms-transition: padding 1s ease;
		  -o-transition: padding 1s ease;
			 transition: padding 1s ease;
}

.content_box.planirovka {
	background: #0068ae;
	color: #fff;
}

.content_box.no-paddings {
	padding: 0px !important;
}




/* TOP MENU */

.header_box {
	width: 100%;
	float: left;
	display: block;
}

.topmenu_box {
	position: relative;
	width: 100%;
	height: 100px;
	float: left;
	display: block;
	background: #fff;
	font-family: 'Open Sans', sans-serif;

	-webkit-transition:  all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		 -ms-transition: all 0.3s ease-out;
		  -o-transition: all 0.3s ease-out;
			 transition: all 0.3s ease-out;
}

	.topmenu_box.margin {
		margin-bottom: 50px;
	}

.topmenu_box.margin-noease {
    margin-bottom: 50px;
    -webkit-transition:  all 0s ease-out !important;
    -moz-transition: all 0s ease-out !important;
    -ms-transition: all 0s ease-out !important;
    -o-transition: all 0s ease-out !important;
    transition: all 0s ease-out !important;
}

.logo {
	position: absolute;
	left: 50%;
	margin-left: -63px;
	top: 20px;
}

.phone_header {
	position: absolute;
	right: 39px;
	top: 30px;
}

/* -- 1 LEVEL -- */
.topmenu.left {
	float: left;
	max-width: 375px;
	margin: 0;
	padding: 0;
	margin-left: 25px;
	margin-top: 66px;
	display: block;
	list-style: none;
}

.topmenu.right {
	float: right;
	max-width: 375px;
	margin: 0;
	padding: 0;
	margin-right: 25px;
	margin-top: 66px;
	display: block;
	list-style: none;
}

.topmenu li {
	display: inline-block;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
}

.topmenu li a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	height: 29px;
	border-bottom: 5px solid transparent;
}

	.topmenu li:hover a,
	.topmenu li.current a,
	.topmenu li.active a {
		color: #60b238;
		border-bottom: 5px solid #60b238;
	}



/* -- 2 LEVEL -- */
.topmenu li .submenu {
	position: absolute;
	left: 0;
	right: 0;
	height: 0px;
	margin: 0;
	padding: 0;
	background: #60b238;
	opacity: 0;
	overflow: hidden;
	z-index: 10;

	-webkit-transition:  all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		 -ms-transition: all 0.3s ease-out;
		  -o-transition: all 0.3s ease-out;
			 transition: all 0.3s ease-out;
}

.topmenu li:hover .submenu,
.topmenu li.current .submenu {
	height: 50px;
	opacity: 1;
	overflow: visible;
}

.topmenu li:hover .submenu {
	z-index: 20;
}

.topmenu li .submenu li:first-child {
	margin-left: 30px;
}

.topmenu li .submenu li {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 12px;
}

.topmenu li .submenu li a {
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	background: transparent;
	line-height: 24px;
	color: #fff;
	border: 0px !important;
	border-radius: 4px;
}

	.topmenu li .submenu li:hover a,
	.topmenu li .submenu li.current a {
		color: #fff;
		background: #eb5b0c;
	}


/* -- 3 LEVEL -- */

.submenu li .submenu-3  {
	display: none;
}

.submenu li.current .submenu-3  {
	display: block;
}

.submenu-3 {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 40;
}

.submenu-3 li {

}

.submenu-3 li a {
	color: #fff;
	background: transparent !important;
	border: 0 !important;
	height: 25px;
}

.submenu-3 li:hover a,
.submenu-3 li.current a {
	color: #fff;
	background: #60b238 !important;
}




.shadow_topmenu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 20px;
	background: url(../img/shadow.png) no-repeat top center;
	z-index:40;
}


/* KORPUS */

.korpus_box {
	position: relative;
	width: 100%;
	height: 510px;
	float: left;
	display: block;
}

.korpus_label_1,
.korpus_label_2,
.korpus_label_3 {
	position: absolute;
	width: 100px;
	height: 63px;
	display: block;
	padding-top: 10px;
	color: #000;
	font-weight: 900;
	font-size: 14px;
	text-align: center;
	background: url(../img/korpus_label.png) no-repeat top left;
}

.korpus_label_1 {
	top: 135px;
	left: 50px;
	z-index: 30;
}

.korpus_label_2 {
	top: 175px;
	left: 370px;
	z-index: 31;
}

.korpus_label_3 {
	top: 140px;
	left: 775px;
	z-index: 33;
}

/* COLOR BLOCKS */

.color_blocks {
	width: 100%;
	height: 100px;
	float: left;
	display: block;
}

.color_block {
	width: 33.3333333%;
	height: 100%;
	float: left;
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 19px;
}

	.color_block:hover {
		color: #fff;
	}

.color_block img {
	float: left;
	margin-right: 15px;
}

.color_block .inner {
	width: 180px;
	margin-top: 27px;
	margin-left: 20px;
}

.color_block.orange {
	background: #eb5b0c;
}

	.color_block.orange:hover {
		background: #c84e0b;
	}

.color_block.green {
	background: #60b238;
}

	.color_block.green:hover {
		background: #519530;
	}

.color_block.purple {
	background: #b060a2;
}

	.color_block.purple:hover {
		background: #96528a;
	}


/* MAINPAGE MAP */

.map_main_box {
	position: relative;
	width: 100%;
	float: left;
	display: block;
}

.map_main {
	opacity: 0.6;
	z-index: 10;
}

.map_inner_block {
	position: absolute;
	width: 340px;
	height: 130px;
	top: 90px;
	left: 40px;
	display: inline-block;
	padding: 40px 40px;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
	z-index: 20;
	visibility: hidden;

	-webkit-transition:  all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		 -ms-transition: all 0.3s ease-out;
		  -o-transition: all 0.3s ease-out;
			 transition: all 0.3s ease-out;
}

.map_inner_block.opacity {
	opacity: 0.2; /* см. событие в main.js */
}


/* PARTNERS */

.partners_box {
	height: 95px;
	float: left;
	display: block;
	padding: 40px 40px;
}

.carousel  {
	position: relative;
	max-width: 900px;
	width: 900px;
}

.carousel-wrapper {
	width: 840px;
	margin: 10px 0px 10px 30px;
	overflow: hidden;
	position:relative;
}

.carousel-button-left,
.carousel-button-right {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
}

.carousel-button-left {
	left: 0;
}

.carousel-button-right {
	right: 0;
}

.carousel_list {
	position: relative;
	width: 10000px;
	height: 66px;
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.carousel_list .carousel_item {
	display: inline-block;
	float: left;
	width: 132px;
	margin: 0 4px;
	opacity: 0.5;
	text-align: center;

	-webkit-transition:  all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		 -ms-transition: all 0.3s ease-out;
		  -o-transition: all 0.3s ease-out;
			 transition: all 0.3s ease-out;
}

.carousel_list .carousel_item:hover {
	opacity: 1;
}

.carousel_list .carousel_item img {
	max-width: 100%;
}



/* PLANIROVKA */

.floor_box {
	margin-top: 70px;
	float: left;
	max-width: 560px;
}

.floor_image {
	margin-top: 100px;
}

#tooltip {
	position: absolute;
	z-index: 9999;
}

#tooltip div {
	background: #b060a2;
	padding: 7px 15px 8px 15px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}


/* ORDER FORM */

.white_box {
	position: relative;
	background: #fff;
	display: inline-block;
	width: 240px;
	height: auto;
	color: #000;
	padding: 40px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
	clear: right;
}

.white_box.inContent{
	position: relative;
	background: #fff;
	display: inline-block;
	width: 240px;
	height: auto;
	color: #000;
	padding: 25px 40px;
	margin-left: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
	clear: right;
}

.white_box.form {
	min-height: 270px;
}

.white_box.small_padding {
	padding: 25px 40px;
}

.white_box .title {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 30px;
}

.input_text {
	width: 240px;
	height: 28px;
	margin-bottom: 10px;
	display: block;
	border: 1px solid #e1e1e1;
	background: #fff;
	text-indent: 10px;
	font-size: 13px;
	clear: both;
	outline: none;

	-webkit-transition:  all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		 -ms-transition: all 0.3s ease-out;
		  -o-transition: all 0.3s ease-out;
			 transition: all 0.3s ease-out;
}

.input_text:focus {
	border: 1px solid #0068ae;
}

.textarea_small {
	width: 240px;
	height: 55px;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	background: #fff;
	text-indent: 10px;
	padding-top: 5px;
	font-size: 13px;
	clear: both;
	outline: none;

	-webkit-transition:  all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		 -ms-transition: all 0.3s ease-out;
		  -o-transition: all 0.3s ease-out;
			 transition: all 0.3s ease-out;
}

.textarea_small:focus {
	border: 1px solid #0068ae;
}

.button {
	width: 240px;
	height: 40px;
	display: inline-block;
	line-height: 38px;
	background: #ffd33a;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 3px solid #ddaf0f;
	border-radius: 4px;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-weight: 900;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
	outline: none;

	-webkit-transition:  all 0.2s ease;
		-moz-transition: all 0.2s ease;
		 -ms-transition: all 0.2s ease;
		  -o-transition: all 0.2s ease;
			 transition: all 0.2s ease;
}

.button:hover {
	color: #fff;
	background: #60b238;
	border-bottom: 3px solid #448822;
}

.button:focus {
	color: #fff;
	background: #53a52b;
	border-top: 3px solid #448822;
	border-bottom: 0;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.forma {
	position: relative;
	min-width: 260px;
	min-height: 260px;
	display: inline-block;
}


/* -- Сообщение успеха -- */
.success {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 40px;
	background: #0068ae;
	color: #fff;
	display: none;
}

.success .title {
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	margin-bottom: 24px;
	display: block;
}

.success .desc {
	font-size: 13px;
	line-height: 19px;
	font-weight: 500;
	display: block;
}

.success .fa-close {
	position: absolute;
	top: 45px;
	right: 40px;
	font-size: 20px;
	cursor: pointer;

	-webkit-transition:  all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		 -ms-transition: all 0.3s ease-out;
		  -o-transition: all 0.3s ease-out;
			 transition: all 0.3s ease-out;
}

.success .fa-close:hover {
	color: #eb5b0c;
}

/* -- AXAJ check form -- */

.send-error {
	background: #eb5b0c !important;
	border-top: 3px solid #b3460b !important;
	text-decoration: line-through;
	color: #fff !important;

	-webkit-transition:  all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		 -ms-transition: all 0.3s ease-out;
		  -o-transition: all 0.3s ease-out;
			 transition: all 0.3s ease-out;
}

.response {
	position: absolute;
	width: 240px;
	height: 50px;
	display: inline-block;
	margin-top: 2px;
	color: #eb5b0c;
	line-height: 1.1em;
	display: none;

	-webkit-transition:  all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		 -ms-transition: all 0.3s ease-out;
		  -o-transition: all 0.3s ease-out;
			 transition: all 0.3s ease-out;
}

.response.contact-error {
	display: block;
	color: #e74c3c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-form-error {
	border: 1px solid #eb5b0c !important;
	box-shadow: 0px 0px 7px #ffd1b7;
}


/* CONTACT PAGE & INFRRASTRUCTURE */

.box_above_map {
	position: absolute;
	z-index: 30;
	left: 40px;
	width: 240px;
	margin-top: 40px;
	display: inline-block;
}

.box_above_map .white_box {
	margin-bottom: 20px;
}

.contacts {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}

.contacts .fa {
	width: 16px;
}

.box_above_map.wide .white_box {
	width: 365px;
}

.purple_bg {
	background: #b060a2;
	color: #fff;
	font-weight: 500;
}


/* PHOTO GALLERY */

#photogallery {
	width: 900px;
	text-align: justify;
	margin: 40px 40px 0 40px;
	display: block;
	float: left;
}

.thumb {
	position: relative;
	width: 290px;
	height: 200px;
	display: inline-block;
	margin-bottom: 15px;
	overflow: hidden;
}

.thumb.fix {
	height: 0px;
	overflow: hidden;
}

.thumb span, .photogallery a span {
	position: absolute;
	top: 0px;
	bottom: 0pa;
	left: 0px;
	right: 0px;
	opacity: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgba(96, 178, 56, 0.7);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5) inset;

	-webkit-transition:  all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		 -ms-transition: all 0.3s ease-out;
		  -o-transition: all 0.3s ease-out;
			 transition: all 0.3s ease-out;
}

.thumb span .fa, .photogallery a span .fa {
	position: absolute;
	color: #fff;
	font-size: 40px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
}

.thumb span:hover, .photogallery a span:hover {
	opacity: 1;
}

.thumb img {
	max-width: 290px;
	min-height: 200px;
}


/* PHOTOGALLERY in content */

.photogallery {
	display: inline-block;
}

.photogallery a {
	position: relative;
	display: inline-block;
	width: 218px;
	height: 150px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 7px;
	overflow: hidden;
}

.photogallery a img {
	max-width: 218px;
	min-height: 150px;
}



#single_photo {
	width: 980px;
	max-width: 980px;

	-webkit-transition:  min-height 1s ease;
		-moz-transition: min-height 1s ease;
		 -ms-transition: min-height 1s ease;
		  -o-transition: min-height 1s ease;
			 transition: min-height 1s ease;
}

#single_photo.min-height {
	min-height: 676px;
}

#single_photo img {
	max-width: 980px !important;
	height: auto !important;
}



/* FOOTER */


.footer_box {
	width: 100%;
	height: 50px;
	float: left;
	display: block;
	background: #fff;
	font-size: 11px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer_1 {
	display: inline-block;
	float: left;
	margin-left: 40px;
	margin-right: 40px;
}

.footer_2 {
	display: inline-block;
	float: left;
}

.phone_footer {
	font-weight: 900;
	font-size: 14px;
}

.footer_2 a {
	margin-right: 10px;
}

.footer_3 {
	display: inline-block;
	float: right;
	margin-right: 40px;
}

.footer_3 a {
	color: #5c5c5c;
}

.footer_3 a:hover {
	color: #60b238;
}

.footer_3 .fa {
	font-size: 18px;
	margin-left: 40px;
}



/* CHECKBOX */

.checkbox {
    display: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.checkbox + label {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.checkbox + label span {
    top: 3px;
    position: relative;
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url(../img/checkbox.png) 0px 0px no-repeat;
    margin-right: 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.checkbox:checked + label span {
    background: url(../img/checkbox.png) 0px -186px no-repeat;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}





.filter {
    display: inline-block;
    float: left;
    width: 180px;
    max-width: 180px;
    margin-bottom: 5px;
    white-space: nowrap;

    -webkit-transition:  color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

/* BREADCRUMBS */

.breadcrumbs {
	position: absolute;
	z-index: 40;
	width: 100%;
	height: 20px;
	display: block;
	float: left;
	margin-top: -35px;
}

.breadcrumbs a {
	font-size: 11px;
	color: #aaaaaa;
	padding-right: 10px;
	margin-right: 3px;
	background: url(../img/bread.png) right center no-repeat;
}

.breadcrumbs a:hover {
	color: #60b238;
}


.breadcrumbs a.current {
	background: none;
}




/* ACCORDION */

.spoiler{
	margin-bottom: 5px;
}

.spoiler-header {
	cursor: pointer;
	background: #0078b9;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;

	-webkit-transition:  all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		 -ms-transition: all 0.3s ease-out;
		  -o-transition: all 0.3s ease-out;
			 transition: all 0.3s ease-out;
}

.spoiler-header:hover {
	cursor: pointer;
	background: #006195;
}

.spoiler-text {
	padding: 1px 14px 3px;
	cursor: pointer;
	margin-left: 6px;
}

.folded {
	background: url("../img/icon_plus.png") no-repeat scroll left center;
	display: block;
	padding-left: 20px;
}

.unfolded {
	background: url("../img/icon_minus.png") no-repeat scroll left center;
	display: block;
	padding-left: 20px;
}

.foldable {
	padding-top: 1em;
	padding-bottom: 1em;
}


/* PAGINATION */

.pagination_box {
	margin-top: 2em;
	display: block;
	width: 100%;
	float: left;
	text-align: center;
}


.pagination {
	display: inline-block;
}

.pagination .prev,
.pagination .next,
.pagination .page {
	float: left;
	display: inline-block;
}

.pagination .prev a,
.pagination .next a,
.pagination .page a {
	min-width: 30px;
	height: 30px;
	display: inline-block;
	border: 1px solid #007ed7;
	margin-right: 5px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
	line-height: 28px;
}

.pagination .prev a:hover,
.pagination .next a:hover,
.pagination .page a:hover,
.pagination .current a {
	border: 1px solid #60b238;
	color: #60b238;
}

.pagination .hidden {
	display: none;
}

.breadcrumbs span {
    font-size: 11px;
    color: #aaaaaa;
}


.floor_box
{
	margin-top: 0px;
}

.planirovka area {
    cursor: default;
}

.name-block {
    width: 170px;
    text-align: center;
    height: 50px;
}

.building-entrance {
    background: url(/img/occupied-area.png) no-repeat;
    width: 34px;
    height: 12px;
    float: left;
}

.occupied-area {
    background-color:#FF8800;
    width: 34px;
    height: 12px;
    float: left;
}

.free-area-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.free-area {
    background-color:#60b238;
    width: 34px;
    height: 12px;
    float: left;
}

.legend-caption {
    width: 170px;
    margin-left:43px;
    position: relative;
    bottom: 2px;
}

.carousel_list .carousel_item
{
	border: 1px solid #FFF;
	background-color: #FFF;
	min-height: 73px;
	padding-top: 7px;
}

.box_above_map.wide .white_box.purple_bg
{
	display: none;
}

.free-space_btn {
	position:absolute;
	top:25px;
	left:10px;
	color: #ffffff;
	background: #60b238;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

.free-space_btn:hover {
	color: #ffffff;
	background: #15b229;
}

#free-space {
	min-width: 450px;
	text-align: center;
	color: #5c5c5c;
	font-size: 18px;
}

#free-space h3 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #007ed7 !important;
	font-weight: normal;
}

.free-space__corpus {
	margin-top: 10px;
}

.free-space-orange_block, .free-space-green_block {
	color:#fff;
}

.free-space-orange_block {
	background: #eb5b0c;
	padding: 10px;
}

.free-space__corpus {
	margin-top: 20px;
	margin-bottom: 20px;
}

.free-space-green_block {
	background: #60b238;
	padding: 10px;
}

.free-space__corpus-left {
	float: left;
	width: 225px;
}

.free-space__corpus-inner {
	margin-top: 20px;
}

.free-space__btn-container {
	margin-top: 30px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}




.politics ul, .politics ol {
    padding-bottom: 5px;
}

.politics li {
    padding: 5px 0px;
}

.order-steps {
	position: relative;
	margin: auto;
	margin-bottom: 30px;
	max-width: 242px;
	display: flex;
	justify-content: space-between;
}

.order-steps:before {
  content: '';
  display: block;
  width: 90%;
  border-top: 1px dashed #cbcbcb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}

.order-steps__item {
  position: relative;
}

.order-steps__item--final {
  align-self: flex-end;
}

.order-steps__title {
	font-size: 14px;
	margin-bottom: 14px;
	text-align: center;
}

.order-steps__icon {
  width: 32px;
  height: 32px;
  margin: auto;
  background: #cbcbcb;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 31px;
	color: #fff;
	cursor: pointer;
}

.order-steps__icon--bg-green {
	background: #60b238;
}

.order-steps__icon--bg-blue {
	background: #007ed7;
}

.order-form {

}

.tab {
	width: 242px;
  margin: auto;
}

.tab.step3 {
	width: 100%;
	max-width: 400px;
}

.form-group {
	margin-bottom: 8px;
}

.form-group__inner {
	position: relative;
  display: flex;
  align-items: center;
}

.form-group__name {
	position: absolute;
	left: -12px;
	top: 50%;
	transform: translate(-100%, -50%);
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.form-group__name span {
	display: block;
	text-align: right;
  font-size: 13px;
  font-style: italic;
  color: #777;
}

.form-group__input {
	width: 100%;
}

.form-group__input select,
.form-group__input input {
	width: 100%;
  padding: 8px 8px;
	font-size: 13px;
	box-sizing: border-box;
}

.form-group__input--cols {
  display: flex;
  justify-content: space-between;
}

.form-group__input--cols select {
	width: auto;
	margin-right: 10px;
}

.form-group__input--cols select:last-child {
	margin-right: 0;
}

.form-group__input--check {
	display: flex;
	justify-content: flex-start;
}

.form-group__input--check label {
	/*width: 45%;*/
	margin-right: 20px;

}

.form-group__input--check label span {
	font-size: 13px;
	line-height: 15px;
	vertical-align: top;
}

.form-group__input--check input[type="radio"] {
	display: none;
	border-radius: 3px;
	width: 15px;
  height: 15px;
	margin-right: 4px;
}

.form-group__input--check .input-checkbox {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
}
.form-group__input--check .input-checkbox:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	width: 15px;
  height: 15px;
	border: 1px solid #cdcdcd;
	background: #fff;
	font: normal normal normal 14px/1 FontAwesome;
}

.form-group__input--check input:checked ~ .input-checkbox:before {
    content: "\f00c";
}

.form-group__input--square input {
	width: 70px;
	margin-right: 10px;
}
.form-group__input--square span {
	margin-right: 10px;
}

.form-group__input input[type="file"] {
	padding: 15px 10px;
  border: 1px dashed #777;
}

.btn-inner {
	text-align: center;
}

.step1,
.step2 {
	margin-bottom: 20px;
}

.step3 {
	text-align: center;
}

.sent-title {
  color: #000;
  font-size: 24px;
  margin-bottom: 14px;
  text-align: center;
  font-weight: bold;
}

.sent-text {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

.sent-link {
  display: inline-block;
  vertical-align: top;
	font-size: 14px;
	color: #007ed7;
	text-decoration: underline;
	text-align: center;
}

.sent-link:hover {
	text-decoration: none;
}

.empty_field {
  border: 2px solid red;
}

.offer-btn {
	display: block;
	display: none;
	position: absolute;
	top: 25px;
  left: 254px;
	background: #eb5b0c;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 7px;
}

.offer-btn:hover {
	color: #ffffff;
	background: #ff955b;
}

.form-group__input--text input {
	width: 50%;
	margin-right: 10px;
}

