.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: "Georgia";
  font-size: 14px;
  color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: "Georgia";
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1200px;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.first-block {
  height: 700px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 240px;
  background: url('../img/first-block.jpg') bottom center / cover;
  color: #fff;
}
.first-block .header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  padding: 30px 0;
  background: #796c63;
  transition:all 0.5s;
}
.first-block .header.active {
  padding: 10px 0;
}
.first-block .header .menu-button {
  width: 40px;
  background: url('../img/menu-button.png') no-repeat center;
  display: none;
}
.first-block .header ul {
  margin-top: 16px;
}
.first-block .header ul li {
  display: inline-block;
}
.first-block .header ul li:not(:last-child) {
  margin-right: 25px;
}
.first-block .header ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #e6e2dc;
  font-size: 16px;
}
.first-block .header ul li a:hover {
  color: #e7d9c4;
}
.first-block .header ul li:last-child {
  background:#000;
  padding: 5px 10px;
}
.first-block .header ul li:last-child a {
  font-size: 14px;
}
.first-block .header .wa {
    width: 32px;
    height: 32px;
    margin-top: 10px;
    background: url(/img/whatsup.png) center no-repeat;
}
.first-block .header .phone {
  text-decoration: none;
  color: #e6e2dc;
  font-size: 20px;
  margin-top: 13px;
}
.first-block h1 {
  text-align: center;
  font-weight: 400;
  font-size: 25px;
}
.about-block {
  padding: 150px 0;
  background: #efeeec;
}
.about-block .text {
  width: 44%;
  text-align: justify;
}
.about-block .text h2 {
  font-size: 35px;
  font-weight: 400;
  color: #4c4038;
  margin-bottom: 40px;
}
.about-block .text p {
  color: #2e241d;
  font-size: 17px;
  line-height: 33px;
  margin-bottom: 30px;
}
.about-block .text p span {
  font-weight: 700;
}
.about-block .photos {
  width: 49%;
}
.about-block .photos .list .item img {
  width: 100%;
}
.about-block .photos .list .slick-prev,
.about-block .photos .list .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 37px;
  height: 37px;
}
.about-block .photos .list .slick-prev {
  left: 10px;
  background: url('../img/prev.png');
}
.about-block .photos .list .slick-next {
  right: 10px;
  background: url('../img/next.png');
}
.map-block {
  height: 700px;
  background: #e6e2dc;
  position: relative;
}
.map-block .link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #796c63;
  width: 96px;
  height: 96px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 28px;
  font-size: 15px;
  line-height: 21px;
}
.map-block .link:hover {
  background: #675b52;
  cursor:pointer;
}
.map-block .map {
  width: 50%;
}
.map-block .text {
  width: 50%;
  position: relative;
}
.map-block .text .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 410px 0 140px;
  color: #2e241d;
  font-size: 17px;
  line-height: 33px;
  text-align: justify;
}
.map-block .text .txt h2 {
    font-size: 35px;
    font-weight: 400;
    color: #4c4038;
    margin-bottom: 40px;
}
.catalog-block {
  padding: 80px 0 20px;
  background: #fff;
  text-align: center;
}
.catalog-block h2 {
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 30px;
  color: #4c4038;
}
.catalog-block .item {
  margin-bottom: 50px;
  width:50%;
}
.catalog-block .item.flat img {
  margin-top:20px;
  max-height:450px;
  /*float: right;
  display:none;*/
}
.catalog-block .item.flat .subitem {
  display:none;
  padding: 0px 25px;
}
.catalog-block .item.flat .show {
  display:block;
}
.catalog-block .item.flat .subitem .infobox {
    display: flex;
}
.catalog-block .item.flat .subitem .left {
    width: 50%;
    margin-top: 25px;
}
.catalog-block .item.flat .subitem .left p {
    display:block;
    width:100%;
    text-align:center;
    font-weight: 400;
    font-size: 25px;
    margin-top: 5px;
    margin-bottom:5px;
    color: #2e241d;
}
.catalog-block .item.flat .subitem .left p span {
    padding-left:10px;
}
.catalog-block .item.flat .subitem .right {
  display:block;
  margin-top: 30px;
}
.catalog-block .item.flat .subitem .right .order_view, .catalog-block .item.flat .subitem .right .pdf {
    width:100%;
}
.catalog-block .item.flat .order_view a, .catalog-block .item.flat .pdf a {
    text-align: center;
    text-decoration: none;
    border-bottom: none;
    background: #796c63;
    display: block;
    border: 1px solid #796c63;
    color:#fff;
    padding: 10px 25px;
    font-size: 15px;
    transition: 0.3s;
    white-space:nowrap
}
.catalog-block .item.flat .order_view a {
    margin-bottom:20px;
}
.catalog-block .item.flat .order_view a:hover, .catalog-block .item.flat .pdf a:hover {
    background:#020202;
    border: 1px solid #020202;
}
.catalog-block .item .street {
  text-align:center;
  font-size: 17px;
  line-height: 24px;
  color: #2e241d;
  padding:20px 0px;
}
.catalog-block .item .scheme {
    width: 600px; 
    height: 342px;
    position: relative;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 150px;
}
#canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#canvas path{
  fill:#e5d7c7;
}
#canvas path:hover{
  fill:#796c63;
}
#canvas path.active{
  fill:#796c63;
}
.params-block {
  background: #e6e2dc;
  padding: 120px 0 60px;
  text-align: center;
}
.params-block h2 {
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 75px;
  color: #4c4038;
}
.params-block .list {
  position: relative;
}
.params-block .list .item {
  width: 19%;
  margin-bottom: 60px;
}
.params-block .list .item .icon {
  height: 52px;
  line-height: 52px;
}
.params-block .list .item .icon img {
  vertical-align: middle;
}
.params-block .list .item p {
  margin-top: 20px;
  font-size: 17px;
  line-height: 24px;
  color: #2e241d;
}
.params-block .list .slick-prev,
.params-block .list .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 37px;
  height: 37px;
}
.params-block .list .slick-prev {
  left: 20px;
  background: url('../img/prev2.png');
}
.params-block .list .slick-next {
  right: 20px;
  background: url('../img/next2.png');
}
.params-block .list .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  white-space: nowrap;
}
.params-block .list .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.params-block .list .slick-dots li.slick-active button {
  opacity: 1;
}
.params-block .list .slick-dots li button {
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 10px;
  height: 10px;
  background: #cac6c1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: .5;
}
.services-block {
  background: #efeeec;
  padding: 75px 0;
}
.services-block .text {
  width: 48%;
  padding: 60px 0 35px;
}
.services-block .text h2 {
  font-size: 35px;
  font-weight: 400;
  color: #4c4038;
  margin-bottom: 60px;
}
.services-block .text .item {
  width: 48%;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 33px;
  color: #2e241d;
}
.services-block .text .item p {
  font-weight: 700;
}
.services-block .text .item ol {
  padding-left: 0px;
  list-style: none;
}
.services-block .text .item ol li span {
  padding-right: 10px;
  font-weight:bold;
}
.services-block .map {
  width: 46.5%;
  /*background: url('../img/map.png');*/
  position: relative;
}
.services-block .map .zoom {
  position: absolute;
  left: -20px;
  top: 40px;
  width: 221px;
  height: 223px;
  background: url('../img/zoom.png');
}
.services-block .map #new_map {
  height: 100%;
}
.footer {
  background: #796c63;
  padding: 50px 0;
  text-align: center;
  color: #e6e2dc;
}
.footer .item {
  display: inline-block;
  margin: 0 90px;
  font-size: 16px;
  line-height: 34px;
}
.footer .item a {
  text-decoration: none;
  color: #e6e2dc;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  top: 0;
  left: 0;
  background: #796c63;
  z-index: 40;
  display: none;
}
.mobile-menu .flex {
  margin-bottom: 50px;
  padding-right: 45px;
  position: relative;
}
.mobile-menu .phone {
  width: 40px;
  background: url('../img/phone.png') no-repeat center;
}
.mobile-menu .close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 25px;
  background: url('../img/close.png');
}
.mobile-menu ul {
  padding: 0 0 220px 45px;
}
.mobile-menu ul li {
  margin-bottom: 25px;
}
.mobile-menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #e6e2dc;
}
.mobile-menu .phone2 {
  display: block;
  text-decoration: none;
  color: #e6e2dc;
  margin-left: 45px;
  font-size: 20px;
}
.anchor {
  position: absolute;
  margin-top: -120px;
}
@media (max-width: 1920px) {
  .map-block .text .txt {
    padding: 0 100px;
  }
}
@media (max-width: 1230px) {
  .wrap {
    width: 970px;
  }
  .first-block .header ul li:not(:last-child) {
    margin-right: 10px;
  }
 .first-block .header ul li a {
    font-size:14px;
  }
  .first-block {
    height: 520px;
    padding-top: 200px;
  }
  .map-block .text .txt {
    padding: 0 50px 0 80px;
  }
  .catalog-block .item {
    width: 100%;
  }
  .catalog-block .item .scheme {
     margin: 0px auto;
  }
  .catalog-block .item.flat img {
      float:unset;
      margin:0px auto;
  }
  
}
@media (max-width: 1230px) {
  .first-block .header ul {
    display: none;
  } 
  .first-block .header .menu-button {
    display: block;
  }
}
@media (max-width: 991px) {
  .wrap {
    width: 747px;
  }
  .first-block .header .phone {
    margin-top: 0;
    font-size: 0;
    width: 40px;
    background: url('../img/phone.png') no-repeat center;
  }
  .mobile-menu .logo {
      padding-left:45px;
  }
  .mobile-menu.opened {
    display: block;
  }
  .about-block .text {
    width: 100%;
    text-align: center;
  }
  .about-block .photos {
    width: 100%;
  }
  .map-block .text {
    width: 100%;
    text-align: center;
    order: 0;
  }
  .map-block .text .txt {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    padding: 50px;
  }
  .map-block .map {
    width: 100%;
    order: 1;
    height: 500px;
  }
  .map-block .link {
    display: none;
  }
  .map-block {
    height: auto;
  }
  .params-block .list .item {
    width: 32%;
  }
  .services-block .text {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .services-block .map {
    width: 100%;
    height: 500px;
  }
  .services-block .text h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: 556px;
  }
  .about-block {
    padding: 80px 0;
  }
  .catalog-block .item {
    width: 100%;
  }
  .params-block .list .item {
    width: 48.5%;
  }
  .footer .item {
    margin: 0 30px;
  }
  .catalog-block .item.mainplan {
      overflow-x: scroll;
  }
  .services-block .map .zoom {
      display:none;
  }
  
}
@media (max-width: 575px) {
  .wrap {
    width: auto;
    padding: 0 15px;
  }
  .first-block {
    background: url('../img/first-block2.jpg') bottom center / cover;
  }
  .first-block .header {
    padding: 20px 0;
  }
  .first-block h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .about-block {
    padding: 55px 0 65px;
  }
  .about-block .text p {
    line-height: 32px;
  }
  .map-block .text .txt {
    padding: 48px 20px;
    line-height: 32px;
  }
  .map-block .map {
    height: 420px;
  }
  .catalog-block {
    padding: 55px 0 1px;
  }
  .catalog-block h2 {
    font-size: 30px;
  }
  .params-block {
    padding: 58px 0 90px;
  }
  .params-block h2 {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 40px;
  }
  .params-block .list .item .icon img {
    display: inline-block;
  }
  .params-block .list .item {
    margin-bottom: 0;
  }
  .services-block {
    padding: 60px 0;
    overflow: hidden;
  }
  .services-block .text h2 {
    text-align: center;
    font-size: 30px;
  }
  .services-block .text .item ol {
    font-size: 16px;
  }
  .services-block .text .item {
    line-height: 32px;
  }
  .services-block .map {
    height: 550px;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .services-block .map .zoom {
    left: 20px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
  }
  .footer .item {
    margin: 0;
    font-size: 16px;
  }
  .first-block {
    padding-top: 160px;
  }
}
@media (max-width: 480px) {
    .catalog-block .item.flat .subitem .infobox {
        display:block;
    }
    .catalog-block .item.flat .subitem .left {
        width: 100%;
    }
}

[class*=ymaps-2][class*="-ground-pane"]{
    filter:url(data:image/svg+xml;
    utf8,#grayscale);
    -webkit-filter:grayscale(100%)
}

.ymaps-2-1-79-copyrights-pane {
    display:none !important;
}
.map-block .map-container {
    position: relative;
    width: 50%;
}
.map-block .resizable {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition-property: width, padding-right;
    -o-transition-property: width, padding-right;
    -webkit-transition-property: width, padding-right;
    transition-property: width, padding-right;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    z-index: 4;
}
.map-block .resizable.open {
    width: 200%;
    padding-right: 90px;
    background:#796c63;
}
.map-block #main_map {
    position: relative;
    width: 100%;
    height: 100%;
}
.map-block .map-resize.open {
    right:0;
    left:unset;
}