* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	min-height: 100%;
	background-image: url(../img/background2.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	height: 100%;
	min-height: 100%;
	font-size: 16px;
	color: #000;
	display: table;
	width: 100%;
}
table {
	border-collapse: collapse;
}
a {
	color: #b52c44;
	text-decoration: underline;
}
a:hover {

}
a img {
	border: 0;
}
b {

}
i {

}
strong {

}
input[type="text"],
input[type="password"],
select {
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.6);
	height: 37px;
	line-height: 37px;
	text-align: center;
}
textarea {
	resize: none;
}
input[type="submit"] {
	/*border: 0;*/
	cursor: pointer;
}
ul {
	list-style: none;
}
:focus {
outline: none;
}
.clear {
	clear: both;
}
/*MAIN*/
#ls-nav {
	display: table-cell;
	vertical-align: top;
	background: #fff;
	width: 180px;
	height: 100%;
	/*float: left;*/
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}
#ls-nav .logo {
	display: block;
	width: 137px;
	height: 137px;
	background: url(../img/logo.jpg) center center no-repeat;
	margin: 20px auto 0 auto;
}
#ls-nav ul {
	margin: 20px 0 0 0;
}
#ls-nav ul li {
	position: relative;
	margin: 0 0 15px 0;
	height: 20px;
}
#ls-nav ul li:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #e6e6e6;
	left: 0;
	right: 0;
	margin: auto;
	top: -8px;
}
#ls-nav ul li:first-child:before {
	display: none;
}
#ls-nav ul li a {
	font-size: 16px;
	display: inline-block;
	font-family: 'pf_agora_serif_promedium';
	color: #000;
	border-bottom: 2px solid transparent;
	text-decoration: none;
}
#ls-nav ul li a:hover,
#ls-nav ul li a.active {
	font-family: 'pf_agora_serif_probold';
	border-bottom: 2px solid #a4283e;
}
#ls-nav address {
	margin: 20px 0 0 0;
}
#ls-nav address h2 {
	font-family: 'pf_agora_sans_prolight_italic';
	font-weight: normal;
	color: #a0a0a0;
	font-size: 20px;
	margin: 0 0 4px 0;
}
#ls-nav address strong {
	font-family: 'pf_agora_sans_promedium';
	font-style: normal;
	font-weight: normal;
	display: block;
	font-size: 19px;
}
.avis-logo {
	display: block;
	/*width: 158px;
	height: 79px;
	background: url(../img/arenda.gif) center center no-repeat;*/
	margin: 25px auto 0 auto;

}
.button-1 {
	position: relative;
	display: inline-block;
	width: 135px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: #a4283e;
	font-family: 'pf_agora_sans_promedium';
	text-align: center;
}
#ls-nav .button-1 {
	margin-top: 20px;
}

#main-slider {
	width: 95%;
	background: #fff;
	margin-left: auto;
    margin-right: auto;
	/*margin: 40px 0 0 50px;*/
}
#main-slider img {
	width:  100%;
	height: 100%;
}
#main-slider .rsArrowLeft .rsArrowIcn {
	width: 64px;
	height: 64px;
	background-image: url(../img/ms-arrows.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 20%;
	background-position: right top;
	right: 30px;
}
#main-slider .rsSlide .rsArrowRight .rsArrowIcn {
	width: 64px;
	height: 64px;
	background-image: url(../img/ms-arrows.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -32px;
	background-position: left top;
	right: 0;
	left: 0;
	margin: auto;
}
/*#main-slider .rsArrowRight .rsArrowIcn {
	background-position: left top;
	right: 0;
	left: 0;
	margin: auto;
}*/
#main-slider .rsArrowDisabled .rsArrowIcn {
	display: none;
}


#main-slider .slide-desc {
	text-align: center;
	background: #fff;
	position: absolute;
	width: 500px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 20px 0;
	z-index: 3;
}
#main-slider .slide-desc h2 {
	font-family: 'pf_agora_sans_proMdIt';
	font-size: 40px;
	font-weight: normal;
}
#main-slider .slide-desc h3 {
	font-family: 'pf_agora_sans_promedium';
	font-size: 20px;
	font-weight: normal;
}
#main-slider .slide-desc > p {
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
	margin: 13px 0 0 0;
}
#main-slider .slide-desc .left {
	float: left;
	font-family: 'PT Sans', sans-serif;
	text-align: left;
	width: 210px;
	font-size: 13px;
	color: #000;
	margin: 0 30px 0 40px;
}
#main-slider .slide-desc .right {
	text-align: left;
	float: left;
	width: 200px;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
}
#main-slider .slide-desc .right p {
	margin: 0 0 10px 0;
}
#main-slider .slide-desc .right p strong {
	display: block;
}
#main-slider .slide-desc ul li {
	position: relative;
	margin: 5px 0;
}
#main-slider .slide-desc ul li:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #e6e6e6;
	left: -10px;
	top: 8px;
}
#main-slider .rsSlide > div {
	position: relative;
}
.slide-desc.item2 h2,
.slide-desc.item3 h2,
.slide-desc.item6 h2 {
	margin: 0 0 20px 0;
	line-height: 1em;
}
.slide-desc.item5 {
	width: 621px !important;
	padding-left: 39px !important;
	text-align: left !important;
	right: 0 !important;
	left: auto !important;
	margin: 0 !important;
}
.slide-desc.item5 .left,
.slide-desc.item5 .right {
	line-height: 1.5em;
}
.slide-desc.item5 .left {
	margin: 0 40px 0 0 !important;
	width: 363px !important;
}
.slide-desc.item5 h2 {
	margin: 0 0 10px 0;
}
.slide-desc.item4 .button-2 {
	margin: 10px 0 0 0;
}
#main-slider .slide-desc.item1 {
	bottom: 10%;
}
#main-slider .slide-desc.item2 {
	bottom: 30%;
}
#main-slider .slide-desc.item3 {
	bottom: 25%;
}
#main-slider .slide-desc.item3 .right{
	width:170px;
}
#main-slider .slide-desc.item3 .left{
	width:240px;
}
#main-slider .slide-desc.item4 {
	bottom: 38%;
}
#main-slider .slide-desc.item5 {
	bottom: 43%;
}
#main-slider .slide-desc.item6 {
	bottom: 30%;
}
#block-info.sold{display:none!important;}
    
#content {
	overflow: hidden;
	display: table-cell;
	vertical-align: top;

}
.content {
	width: 80%;
	height: auto;
	background: #fff;
	margin: 0 0 0 0;
	margin-left: auto;
    margin-right: auto;
} 
.block-title {
	padding: 35px 0 5px 45px;
	font-size: 55px;
	font-family: 'pf_agora_sans_promedium';
	font-weight: normal;
}

/*О КОМПАНИИ*/
#about .img {
	position: relative;
	margin: 15px 0 0 0;
}
#about .img div[class*="desc"] {
	font-family: 'pf_agora_serif_proregular';
	padding: 5px;
	position: absolute;
	background: #fffca6;
	box-shadow: 3px 3px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.5);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 16px;
}
.desc1 {
	top: 5%;
	left: 15%;
}
.desc1:before {
	content: "";
	position: absolute;
	bottom: -36px;
	left: 100px;
	width: 31px;
	height: 37px;
	background: url(../img/markers.png) left top no-repeat;
}
.desc2 {
	top: 25%;
	left: 50%;
}
.desc2:before {
	content: "";
	position: absolute;
	bottom: -36px;
	left: 0px;
	width: 31px;
	height: 37px;
	background: url(../img/markers.png) right top no-repeat;
}
#about .inner {
	margin: 15px 45px 0 45px;
	overflow: hidden;
}
#about .inner div[class*="a-col"] {
	float: left;
	margin: 0 0 0 50px;
}
#about .inner > div.a-col1 {
	margin: 0;
}
.about-item {
	width: 350px;
	margin: 0 0 20px 0;
}
.about-item h2 {
	font-size: 21px;
	font-weight: normal;
	font-family: 'pf_agora_sans_promedium';
}
.about-item p {
	font-size: 15px;
    font-family: 'pf_agora_sans_prolight';
}
/*ГАЛЕРЕЯ*/
#gallery {
	padding: 0 0 75px 0;
}
#gallery-slider {
	width: 900px;
	height: 450px;
	margin: 30px auto 0 auto;
}
#gallery-slider div p{
	top: -30px;
	display: block;
	position: relative;
	padding: 0 15px;
	color: white;
}
#gallery-slider .rsBullets {
	position: absolute;
	text-align: center;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#gallery-slider .rsBullet {
	display: inline-block;
	margin: 0 5px;
}
#gallery-slider .rsBullet span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #000;
}
#gallery-slider .rsBullet.rsNavSelected span {
	background: #ffc600;
}
#gallery-slider .rsArrowIcn {
	width: 24px;
	height: 24px;
	background-image: url(../img/gl-arrows.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	margin-left: 10%;
	margin-right: 10%;
}
#gallery-slider .rsArrowLeft .rsArrowIcn {
	background-position: left top;
	left: -35px;
}
#gallery-slider .rsArrowRight .rsArrowIcn {
	background-position: right top;
	right: -35px;
}
#gallery-slider .rsArrowDisabled .rsArrowIcn {
	opacity: 0.5;
}
/*Партнеры*/
#partners .block-title {
	padding-bottom: 55px;
}
#partners-inner {
	overflow: hidden;
	width: 75%;
	margin: 0 0 0 0;
	margin-left: auto;
    margin-right: auto;
}
#partners-inner .item {
	float: left;
	margin: 12px 0 0 12px;
	width: 160px;
	text-align: center;
	background: #fff;
	font-family: 'PT Sans', sans-serif;
}
#partners-inner .item .img {
	text-align: center;
	height: 108px;
	line-height: 135px;
	margin: 30px 0 30px 0;
}
#partners-inner .item .desc {
	height: 60px;
}
#partners-inner .item .desc strong {
	display: block;
	font-weight: normal;
	font-weight: bold;
	font-size: 17px;
}
#partners-inner .item .desc p {
	font-size: 13px;
}
#partners-inner .item span {
	display: block;
	font-size: 14px;
	color: #adadad;
	font-style: italic;
	margin: 5px 0 10px 0;
}
/*news*/
#news .block-title {
	padding-bottom: 55px;
}
#news-inner {
	overflow: hidden;
	width: 80%;
	margin: 0 0 0 9.5%;
}
#news-inner .item {
	padding: 16px 0;
	width: 700px;
	float: left;
	overflow: hidden;
	background: #fff;
	margin: 12px 0 0 12px;
	color: #000;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
}
#news-inner .item .img {
	width: 94px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 16px;
}
#news-inner .item .img img {
	max-width: 100%;
	display: block;
}
#news-inner .item .desc {
	width: 400px;
	float: left;
	font-size: 17px;
	margin: 0 0 0 16px;
}
#news-inner .item small {
	font-size: 13px;
	display: block;
}
#news-inner .item strong {
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #adadad;
	display: block;
}
#news-inner .item.full {
width: 100%;
padding: 23px 39px 40px 23px;
}
#news-inner .item.full .desc {
width: 90%;
}
.full h1 {
line-height: 120%;
margin-bottom: 7px;
}
.full strong {
margin-bottom: 10px;
}
#news-inner .item.full .img {
margin: 4px 15px 15px 1px;
}
.desc p {
padding-bottom: 0.7em;
font-size: 16px;
}
.block-title a {
color: black;
}
.block-title a:hover {
	text-decoration: none;
}
/*Контакты*/
#contacts {
	padding-bottom: 50px;
}
.contacts {
	margin: 25px 0 0 45px;
}
.contacts .item {
	font-size: 16px;
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
	vertical-align: middle;
}
.contacts .item strong {
	font-weight: bold;
}
.contacts .item p {
	font-weight: normal;
	margin: 0 30px 0 0;
}
.contacts .item p a:hover {
	text-decoration: none;
}
.button-2 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 212px;
	height: 32px;
	line-height: 32px;
	font-size: 19px;
	color: #fff;
	text-decoration: none;
	background: #a4283e;
	font-family: 'pf_agora_sans_promedium';
	text-align: center;
	border: none;
}
#map {
	margin: 25px 0 0 0;
	height: 500px;
}
/*Structure*/
#structure,
#rent {
	padding-bottom: 50px;
}
#structure-links,
#rent-links{
	margin: 10px 0 0 45px;
	font-family: 'pf_agora_sans_proregular';
}
.selector li {
	display: inline-block;
}
.selector li a,
.selector li label {
	text-decoration: none;
	padding: 2px 5px;
	color: #000;
	border: 1px solid #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	cursor: pointer;
}
.selector li a.active {
	border: 1px solid #c57b8a;
	color: #9e233c;
}
.selector li input {
	display: none;
}
.selector li input:checked + label {
	border: 1px solid #c57b8a;
	color: #9e233c;
}
/*Рента*/
#areamap {
	margin: 20px 0 0 0;
	text-align: center;
	position: relative;
}
#areamap > span {
	width: 105px;
	height: 17px;
	line-height: 17px;
	right: 90px;
	position: absolute;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	z-index: 10;
}
#areamap .able {
	top: 0;
	background: #c0eabc;
}
#areamap .disable {
	top: 22px;
	background: #eb99a7;
}
#areamap .select {
	top: 44px;
	background: #ffa04c;
}
#areamap > div {
	margin: 20px auto;
}
#imgmap {
	/*display: block;
	margin: 0 auto;*/
}
#block-info {
	width: 760px;
	text-align: center;
	border: 1px solid #ccc;
	margin: 20px auto 0 auto;
	padding: 20px 0 15px 0;
	position: relative;
}
#block-info:before {
	content: "";
	position: absolute;
	width: 42px;
	height: 33px;
	left: 50%;
	margin-left: -21px; 
	top: -55px;
	background: url(../img/arrow.png) center center no-repeat;
}
#block-info > a {
	display: inline-block;
	vertical-align: middle;
}
#block-info > div {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 100px;
}
#block-info > div small {
	display: block;
	font-family: 'PT Sans', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	height: 20px;
}
#block-info > div strong {
	font-weight: normal;
	font-size: 24px;
    font-family: 'pf_agora_sans_promedium';
    height: 30px;
}
#block-info > div strong sup {
	font-size: 14px;
}
#block-info > a.to-print,
#block-info > a.dogovor {
	width: 130px;
	font-size: 18px;
    font-family: 'pf_agora_sans_proregular';
    color: #000;
}
/*PLACEHOLDER*/
.placeholder {
	background: #fff;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.placeholder > label {
	font-family: 'pf_agora_sans_prolight';
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 18px;
	color: #666666;
	cursor: text;
	z-index: 1;
}
.placeholder > input, .placeholder > textarea {
	position: relative;
	background: none;
	font-size: 18px;
	color: #2a445d;
	outline: none;
	z-index: 2;
}
/*МОДАЛЬНЫЕ ОКНА*/
.form-item {
    margin: 11px 0 11px 27px;
    max-width: 247px;
    overflow: hidden;
}

  #rc-imageselect, .g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }


.modal-box, #modal-box {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,.8);
	z-index: 99;
}
.modal-win {
	position: absolute;
	background: #fff;
	width: 300px;
	left: 0;
	right: 0;
	margin: 50px auto;
	text-align: center;
	padding: 20px 0;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	z-index: 100;
}
.modal-win textarea {
	width: 243px;
	height: 80px;
	margin: 0 auto 10px auto;
	text-align: center;
	font-family: 'pf_agora_sans_prolight';
	font-size: 18px;
	padding: 5px 0 0 0;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.2);
}
.modal-win h2 {
	font-size: 25px;
	font-family: 'pf_agora_sans_promedium';
	text-align: center;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.modal-win .placeholder {
	margin: 0 auto 10px auto;
	width: 245px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.modal-win .placeholder input {
	width: 245px;
	border-radius: 0;
	font-family: 'pf_agora_sans_prolight';
	border: 1px solid #ccc;
	box-shadow: inset 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.2);
}
.modal-win .placeholder {

}
.close {
	width: 22px;
	height: 21px;
	position: absolute;
	top: -30px;
	right: 0;
	background: url(../img/closebtn.png) center center no-repeat;
}
#printed {
	display: none;
}
 @media print { 
    body {
     	font-family: Times, 'Times New Roman', serif;
     	background: none;
    }
    #ls-nav {
    	display: none;
    }
    #rent .block-title {
    	display: none;
    }
    #printed {
    	display: block !important;
    }
    #rent-links {
    	display: none;
    }
    #rent .to-print {
    	display: none;
    }
    #rent .dogovor {
    	display: none;
    }
    #rent .open-modal {
    	display: none;
    }
    #rent {
    	padding-bottom: 0;
    }
    html {
    	background: none;
    }
 }
 #mestopolozhenie,#kontaktyi{
	overflow:hidden;
 }
 .print-foot{
padding: 20px 0 0 45px;font-family: 'pf_agora_sans_proregular'; float:left; font-weight:normal; display:inline-block; width:43%;
font-size: 170%;
    line-height: 130%;
 }
 .print-head{
padding: 50px 0 0 45px;font-family: 'pf_agora_sans_proregular';
 }