html, body {
	height: 100%;
}
body {

  font-size: 16px;

}
.content {
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 60px;
  /*min-width: 1100px;*/
}
.thirdBlock {
  height: 60px;
  margin-top: -60px;
  padding: 9px 0px;
  /*min-width: 1100px;*/
}
.secondBlock {
	/*min-width: 1100px;*/
}
.firstBlock {
	/*min-width: 1100px;*/
}
.row {
	margin: 0;
}
.container-fluid, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
	padding: 0;
}
.container-fluid {
	min-width: 1100px !important;
}
/* .containerMiddle {
	height: 100%;
} */

/* .wrapper-content, */
/* .mainPage,
.innerWrapperContent,
.secondBlock {
	height: 100%;
} */

.wrapper-content{
  border: 1px solid #e5e5e5;
  cursor: move;	
}
.mainMenu ul.nav-justified {
  line-height: 35px;
}
.topBlock {
/* 	background: #336600;
  background: rgba(51,102,0, .8); */
  background: #4ba153; /* Old browsers */
  background: -moz-linear-gradient(top,  #4ba153 16%, #22980a 94%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,#4ba153), color-stop(94%,#22980a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4ba153 16%,#22980a 94%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4ba153 16%,#22980a 94%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4ba153 16%,#22980a 94%); /* IE10+ */
  background: linear-gradient(to bottom,  #4ba153 16%,#22980a 94%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba153', endColorstr='#22980a',GradientType=0 ); /* IE6-9 */
}
.workTime {
  color: #fff;
  font-size: 19px;	
}
.phone {
  color: #fff;
  white-space: nowrap;
}
.phone a{
  color: #fff;
  white-space: nowrap;
  font-size: 40px !important;
  padding:0 !important;
}
/*
.btn{
  font-size:16px;
}
*/
.btn {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 20px 25px;
    font-weight: 500;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-image: -webkit-linear-gradient(90deg, #fe5339 0%, #f96b3c 100%);
    background-image: -ms-linear-gradient(90deg, #fe5339 0%, #f96b3c 100%);
    -webkit-box-shadow: 0px 3px 24px 0px rgba(254,83,57,0.4);
    box-shadow: 0px 3px 24px 0px rgba(254,83,57,0.4);
    text-transform: uppercase;
    text-align: center;
    border: none;
    -webkit-transition: -webkit-box-shadow .3s ease-out;
    transition: -webkit-box-shadow .3s ease-out;
    -o-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out;

}
.selling .btn {
	font-size: 16px;
	padding: 10px;
}
.btn-request {
	font-weight: bold;
	margin: 10px 0px;
	background: #fab300; /* Old browsers */
	background: -moz-linear-gradient(top, #E9E414 16%, #9C9102 94%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, #E9E414),
		color-stop(94%, #9C9102)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #E9E414 16%, #9C9102 94%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E9E414 16%, #9C9102 94%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E9E414 16%, #9C9102 94%);
	/* IE10+ */
	background: linear-gradient(to bottom, #E9E414 16%, #9C9102 94%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E414',
		endColorstr='#9C9102', GradientType=0); /* IE6-9 */
	color: white;
	border: 1px;
}
.upperItemMenu {
  border-bottom: 1px solid rgb(39, 173, 49);
  height: 55px;
}
.mainMenu {
	border-left: 1px solid rgb(39, 173, 49);
}
.navbar.navbar-default {
	margin: 0;
}

/* .wrapperFooter */ .thirdBlock {
  background: #000000;
  background: rgba(29,29,29, .8);
  /*min-width: 1100px;*/
}
.footerMenu ul.nav-justified {
  
}
.mainMenu ul.nav-justified li a, .upperItemMenu a {
  padding: 10px 0px;
  color: white;
  font-size: 21px;
}
.upperItemMenu a,
.lowerItemMenu a {
	padding: 13px 0px;
  color: white;
  font-size: 21px;
  display: block;
}
.lowerItemMenu a:hover,
.lowerItemMenu a:focus {
	text-decoration: none;
	background-color: #5AB475;
}
.footerMenu ul.nav-justified li a{
  color: #f0edd6;
  font-size: 16px;
}
.mainMenu .nav > li > a:hover
.mainMenu .nav > li > a:focus {
  text-decoration: none;
  background-color: #5AB475;
}
.footerMenu .nav > li > a:hover, .footerMenu .nav > li > a:focus {
  text-decoration: none;
  background-color: #474747;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	text-decoration: none;
  background-color: #5AB475;
}
.wrapperUpperPartmainMenu {
	height: 55px;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-fixed-top {
	border-width: 0;	
}
.navbar {
	border: none;
	min-height: 40px;
}
.mainPage {
  /* background: url(../i/background_image/main.jpg); */
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.secondBlock {
	/* background: url(../i/background_image/main.jpg); */
	/* -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
    /*min-width: 1100px;*/
}
.mainBack, .contactsBack, .infraBack {
	
/* */
  background: url(../i/background_image/main.jpg); 
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;

    /*min-width: 1100px;*/
      /* background-position: bottom; */
}
.mapBack {
	background-color: #00763C;
}
.galleryBack {
	background-color: #000000;
}
.genplanBack {
	background-color: #FBC064;
}
.indexBack {
    background-color: #717171;
}
.infraBack .pattern,
.contactsBack .pattern{
	background: url(../i/background_image/dot_gr2.png);
	height:100%;
}
.wrapperLeftFooter {
  font-size: 12px;
  color: #f0f0e1;
  line-height: 12px;
  padding-top: 6px;
  margin-left: 15px;
}
.wrapperLeftFooterAddress{
  width:200px;
  float:left;
}
.wrapperLeftFooterCounter{
  width:100px;
  float:left;
}
.wrapperLeftFooter img {
  float: left;
  padding-right: 10px;
  padding-top: 6px
}
.wrapperLeftFooterCounter img{
  padding: 0px;
}
.wrapperLeftFooter a {
	color: #f0edd6;
	text-decoration: underline;
}
.wrapperLeftFooter a:focus {
	color: #f0edd6;
}
.textRightFooter {
	font-size: 12px;
	color: #aea393;
}
.phoneRightFooter {
	font-size: 12px;
	color: #7FFFA6;
}
.wrapperRightFooter img {
  padding: 9px 9px;
  float: left;
}
.wrapperRightFooter {
	float: right;
  white-space: nowrap;
  padding-right: 15px;	
  margin-right: 15px;
}
.wrapperFooter {
  /* position: absolute;
  bottom: 0px;
  min-height: 43px; */
  /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 43px; */
}
/* .wrapperContentWithoutFooter {
  min-height: 100%;
  margin-bottom: -45px;
  padding-bottom: 45px;
  height: 100%;
} */
#simsim {
  /* max-width: 100%; */
  width: 1918px;
  height: 1356px;
}
#svg-layer {
  width: 1918px;
  height: 1356px;
}
#draggable {
  inset: -100px auto auto -40%;
}
.genPlan{
  height: 1200px;
}
@media (max-width: 990px) {
/*  #simsim {
	/* max-width: 100%; */
/*	width: 1000px;
	height: 707px;
  }
  #svg-layer {
	width: 1000px;
	height: 707px;
  }
*/
  #draggable {
    inset: -100px auto auto -90%;
  }
  .genPlan{
    height: 500px;
  }
}
@media (max-width: 700px) {
/*  #simsim {
	/* max-width: 100%; */
/*	width: 1000px;
	height: 707px;
  }
  #svg-layer {
	width: 1000px;
	height: 707px;
  }
*/
  #draggable {
    inset: -100px auto auto -180%;
  }
  .genPlan{
    height: 400px;
  }
}
@media (max-width: 600px) {
/*  #simsim {
	/* max-width: 100%; */
/*	width: 1000px;
	height: 707px;
  }
  #svg-layer {
	width: 1000px;
	height: 707px;
  }
*/
  #draggable {
    inset: -100px auto auto -170%;
  }
  .genPlan{
    height: 300px;
  }
}
@media (max-width: 400px) {
/*  #simsim {
	/* max-width: 100%; */
/*	width: 1000px;
	height: 707px;
  }
  #svg-layer {
	width: 1000px;
	height: 707px;
  }
*/
  #draggable {
    inset: -100px auto auto -230%;
  }
  .genPlan{
    height: 300px;
  }
}

.b-main-title, h4 {
/*	  color: #FE2; */
  color: white;
  font-weight: bold;
}
h1{
  margin: 0;
  text-align: center;
  padding-top: 15px;
/*    color: #FE2; */
  color: white;
  text-shadow: 0 1px 0 rgba(0,0,0, .5);
}
h2 {
/*    color: #FE2; */
  color: white;
  text-shadow: 0 1px 0 rgba(0,0,0, .5);
}
.wrapperInfraContent {
  width: 1080px;
  margin: 100px auto 50px auto;
  background: #000000;
  background: rgba(29,29,29, .8);
  color: #ffffff;
  padding: 15px 10px;
  min-height: 450px;
}
.b-plus.u-clear-fix.tabs-navigation a {
  color: white;
}
.b-plus.u-clear-fix.tabs-navigation {
  margin: 0 auto;
  width: 1080px;
}

.item-number{
  font-size:25px;
  font-weight:bold;
}
.item-cover-text{
  font-size:17px;
}
.wrapperPiece {
  width: 148px;
  height: 165px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  border: 2px solid #066E19;
  border-radius: 3px;
  background-color: #336600;
  background-color: rgba(2,101,0, .9);
  padding: 15px 5px;
  float: left;
  margin: 15px;
  cursor: pointer;
}

.wrapperPiece:hover {
  background-color: rgba(3,121,0, 1);
}

.b-popup.b-popup__plus {
  width: 940px;
  /* left: 20%; */
}
.b-popup__plus {
  font-size: 30px;
  height: 346px;
}
.b-popup {
  position: absolute;
  width: 90%;
  /* left: 5%; */
  height: 360px;
  color: #777264;
  z-index: 6000;
  /* top: -200%; */
  display: none;
}
.b-popup_l-t {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 26px;
  height: 25px;
  background: url("../i/popup-l-t.png") no-repeat;
}
.b-popup_t {
  position: absolute;
  left: 26px;
  right: 26px;
  top: 1px;
  height: 25px;
  background: url("../i/popup-t.png");
}
.b-popup_r-t {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 26px;
  height: 25px;
  background: url("../i/popup-r-t.png") no-repeat;
}
.b-popup_l {
  position: absolute;
  left: 1px;
  width: 26px;
  top: 25px;
  bottom: 25px;
  background: url("../i/popup-l.png");
}
.b-popup_r {
  position: absolute;
  right: 1px;
  width: 26px;
  top: 25px;
  bottom: 25px;
  background: url("../i/popup-r.png");
}
.b-popup_l-b {
  position: absolute;
  left: 1px;
  bottom: 1px;
  width: 26px;
  height: 25px;
  background: url("../i/popup-l-b.png") no-repeat;
}
.b-popup_b {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 1px;
  height: 25px;
  background: url("../i/popup-b.png");
}
.b-popup_r-b {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 26px;
  height: 25px;
  background: url("../i/popup-r-b.png") no-repeat;
}
.b-popup__box {
  position: absolute;
  left: 26px;
  right: 26px;
  top: 25px;
  bottom: 25px;
  background: #fff3cb;
  z-index: 120;
}
.b-popup__close {
  position: absolute;
  right: -7px;
  top: -7px;
  width: 30px;
  height: 31px;
  background: url("../i/i-sprite.png") no-repeat 0 -35px;
  z-index: 120;
}
.about_img {
  border-radius: 1px;
  border: 1px solid rgba(86,65,53,0.25);
  width: 248px;
  height: 240px;
}
.b-popup__plus h1 {
  font-size: 30px;
  line-height: 40px;
  color: #554034;
  text-align: left;
}
.b-popup__plus .b-popup__box .u-clear-fix div + div p {
  margin-right: 40px;
  max-height: 264px;
  overflow: hidden;
}
.b-popup p {
  font-size: 16px;
  line-height: 21px;
}
.b-popup__plus .b-popup__box .u-clear-fix div {
  float: left;
  vertical-align: top;
  width: 248px;
  margin-right: 45px;
  margin-top: 25px;
  margin-left: 28px;
  position: relative;
}
.b-popup__plus .b-popup__box .u-clear-fix div + div {
  width: 530px;
  margin: 20px 0 0 0;
}
.wrapperTextInfra {
  padding-right: 70px;
  padding-top: 25px;
}
.pageAbout {
	  margin: 155px 0px;
}
.wrapperContactsContent {
	  width: 1080px;
  margin: 80px auto 50px auto;
  background: #000000;
  background: rgba(29,29,29, .8);
  color: #ffffff;
  padding: 15px 10px;
}
.fotorama, .fotorama__stage {
	max-height: 820px;
}
.modal-title {
	color: black;
}

.mainPageDescribeWrap{
  position: absolute;
  top: 70px;  
  z-index: 10;
  width: 100%;
}
.mainPageDescribe{
  background: rgba(29,29,29, .5);
  color: #f0edd6;
  padding: 15px 10px;
  font-size: 25px;
  width: 530px;
  margin: auto;
  border-radius: 5px;
  text-align:center;
}
.mainPageImage{
  position: relative;
  top: 0px;
  z-index:5;
}

.mainPageText {
  padding: 20px 20px;
  font-size: 25px;
  color: #575757;
  background: rgba(29,29,29, .5);
  color: #f0edd6;
  padding: 10px 10px;
  clear:both;
  font-size: 25px;
  max-width:100%;
  margin: 30px;
  border-radius: 5px;

/*  background:linear-gradient(to top, rgba(48,48,48, 1), rgba(150,150,150, 1)); */
  position: absolute;
  top: 300px;  
  z-index: 10;

}
.whitespacenowrap {
	white-space: nowrap;
}
.genPlan {
	overflow-x: hidden;
    overflow-y: hidden;
}
.genPlan div {
	    background-repeat: no-repeat !important;
	    background-size: contain !important;
}
.genPlan img {
	    max-width: none;
}
.ui-widget-content {
	border: 0;
	background: transparent;
}

.areaBack {
	background-color: #EFC56E;	
}

table.areaTable {
	width: 100%;
    margin: 15px 0px;
    font-size: 20px;
}

.wrapperImageArea {
	padding: 10px;
}
.wrapperImageArea img{
    width: 100%;
    border: 1px solid #bcb0b0;
}
h1.areaH1 {
	color: #208A3D;
	text-align: left;
}
@media (max-width: 768px) {
	.genplanBack {
		background-color: #F5BC64;
	}
}

.linkToUp {
  position: fixed;
  bottom: 70px;
  left: 35px;
  color: #fff;
  background-color: #12b901;
  border-color: #12b901;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  outline: none;
  height: 40px;
  z-index: 300;
}

/*
#draggable{
  min-height: 100%;
  background: url(../i/background_image/no_genplan.jpg);
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.genPlan{

  min-height: 100%;
  background: url(../i/background_image/no_genplan_de.png);
  -moz-background-size: 100% 600px;
  -webkit-background-size: 100% 600px;
  -o-background-size: 100% 600px;
  background-size: 100% 600px;
  background-repeat: no-repeat;
  
}
 */

.genplan-legend{
  position: fixed;
  top: 170px;
  left: 35px;
  width: 240px;
  height: 120px;
  background-color: rgba(125, 125, 125, 0.15);
  z-index: 300;
}
.genplan-legend-box-none {
  width: 100%;
}
.genplan-legend-box-none {
  width: 20px;
  height: 20px;
  border:1px solid white;
  margin: 5px;
  background-color: #FF7E7E;
  float:left;
}
.genplan-legend-box-house {
  width: 20px;
  height: 20px;
  border:1px solid white;
  margin: 5px;
  background-color: #FFF900;
  float:left;
}
.genplan-legend-box-land {
  width: 20px;
  height: 20px;
  border:1px solid white;
  margin: 5px;
  background-color: #1EA103;
  float:left;
}
.genplan-legend-box-action {
  width: 20px;
  height: 20px;
  border:1px solid white;
  margin: 5px;
  background-color: #f9b900;
  float:left;
}
.genplan-legend-box-text {
  float:left;
  color: white;
}


#svg-layer{
  position:absolute;
  top:0;
  left:0;
  z-index:30;
}
.polygon:hover{
  fill:#3065ff;
  fill-opacity:0.7;
  stroke:#3065ff;
  stroke-opacity:0.7;
}

.clear {
  clear: both;
}
.slick-next{
  right: 25px;
}
.slick-prev {
  left: 25px;
  z-index: 10;
}
.slick-prev::before {
    content: '◄';
}
.slick-next::before {
    content: '►';
}
.slick-prev, .slick-next{
  width: 50px;
  height: 50px;
}
.slick-prev::before,
.slick-next::before
{
  width: 48px;
  height: 48px;
  font-size: 50px;
}
.slick-dots li button::before {
  font-size: 20px;
}