body {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 2.2em;
  color: #4d6b6f;
}
h2 {
  color:  #4d6b6f;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}
h3 {
  color:  #4d6b6f;
  font-size: 27px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #7ea5ad;
  font-size: 20px;
  line-height: 24px;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #4d6b6f;
}
a:active, a:link {
  text-decoration: none;
  color: #7ea5ad;
}

input.wpcf7-submit,
.all-button {
  display: block;
  border: 3px solid #4e6c70;
  width: 222px;
  height: 50px;
  margin: 15px auto;
  border-radius: 50px;
  background: none;
  color:  #4e6c70 !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  outline: none;
}
input.wpcf7-submit:hover,
.all-button:hover {
  background: #ffffc1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.all-button.reverse-btn {
	background: #ffffc1;
}
.all-button.reverse-btn:hover {
	background: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.row, .clearfix {
  clear: both;
}

.digits {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.separator {
  background: url(img/separator.png) no-repeat center;
  margin-top: -20px;
  width: 100%;
  height: 74px;
  position: relative;
  z-index: 5;
}
.roof {
  background: url(img/roof.png) no-repeat center top;
  height: 246px;
}

.breadcrumbs  {
  font-size: 22px;
  margin-top: 30px;
}
.breadcrumbs-wrap {
  //margin-top: 30px;

}
.no-object-sorry {
  font-size: 26px;
  margin-top: 40px;
  text-align: center;
}

/* fade animation >>> */
.my-fade {
	-webkit-animation-name: my-fade;
	animation-name: my-fade;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
@-webkit-keyframes my-fade {
	from{opacity: .4}
	to{opacity: 1;}
}
@keyframes my-fade {
	from{opacity: .4}
	to{opacity: 1;}
}
/* <<< fade animation */

/* contact-form >>> */

.wpcf7 label {
  display: block;
  max-width: 290px;
  margin: 0 auto;
}
  .wpcf7 label input, .wpcf7 label textarea {
    max-width: 290px;
    text-indent: 5px;
    resize: vertical;
    outline: none;
    font-weight: 500;
    border: 1px solid #4e6c70;
  }
  .wpcf7 select {
    width: 290px;
    margin: 0 auto;
    display: block;
    font-weight: 700;
    padding: 5px;
    border: 1px solid #4e6c70;
    outline: none;
    font-size: 18px;
    color: #4d6b6f;
  }

  .wpcf7 .wpcf7-checkbox {
    margin: 0 auto 20px auto;
    display: block;
    max-width: 290px;
  }
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
    font-size: 17px;
  }
  .wpcf7 input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
    outline: none;
  }

#object_form_pop input.wpcf7-submit {
  margin-top: 20px;
  margin-bottom: 0px;
}
#object_form_pop .object-form-title {
  margin-bottom: 20px;
}
#object_form_pop #fancybox-content>div {
  overflow: hidden;
}
.all-button.fancybox {
  margin-left: 0;
  height: 40px;
  width: 154px;
  font-size: 24px;
  line-height: 36px;
}
/* <<< contact-form */

/* post pagination >>> */
.pagination-wrap .pagination {
  display: block;
  text-align: center;
}
  .pagination-wrap .nav-links a {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #7ea5ad;
    padding: 5px;
  }
  .pagination-wrap .nav-links span {
    font-family: 'Roboto', sans-serif;
    color: #7ea5ad;
    font-size: 20px;
    text-decoration: underline;
    padding: 5px;
  }
  .pagination-wrap .nav-links span.dots {
    text-decoration: none;
  }
  .pagination-wrap .nav-links a.prev, .pagination-wrap .nav-links a.next {
    font-size: 18px;
  }
/* <<< post pagination */

/* header >>> */
    .header .header-logo {
      padding-top: 15px;
      text-align: right;
    }
    .header .logo-mobile {
      padding: 5px;
      margin: 0;
    }
      .header .logo-mobile img {
        height: 40px;
      }
    .header #main-navigation {
        text-align: center;
        margin-top: 20px;
      }
    .header .navigation-wrap {
      background: url(img/header/smoke.png) no-repeat bottom center;
      background-size: contain;
      border: none;
      min-height: 103px;
    }
    .header .navbar-header button.navbar-toggle {
      background: #4d6b6f;;
      border: none;
    }
        .header .navigation-wrap ul {
          float: none;
        }
        .header .navigation-wrap .navbar-collapse {
          border: none;
        }
          .header .navigation-wrap ul>li {
            display: inline-block;
            float: none;
          }
          .header .navigation-wrap ul>li:last-child a {
            max-width: 160px;
            word-wrap: break-word;
            margin: 0 auto;
            padding: 15px;
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
          }
          .header .navigation-wrap ul>li:last-child a:hover {
            color: #4d6b6f;
            cursor: default;
          }
            .header .navigation-wrap ul>li span {
              display: block;
              margin: 0;
              padding: 0;
            }
            .header .navigation-wrap ul>li>a {
              font-size: 24px;
              text-decoration: none;
              color: #4d6b6f;
            }
            .header .navigation-wrap ul>li>a:hover {
              color: #7ea5ad;
            }
      .header .tube {
        background: url('img/header/tube.png') no-repeat left bottom;
        min-height: 120px;
        margin-top: 15px;
      }
/* <<< header */
/* section-1 >>> */
  .section-1 {
    background: url(img/section-1/bg.png) no-repeat top center;
    position: relative;
    z-index: 2;
  }
    .section-1 .box {
      width: 312px;
      height: 452px;
      margin: 120px auto 0 auto;
    }
      .section-1 .window-1 {
        background: url(img/section-1/window-1.png) no-repeat top center;
        padding-right: 10px;
      }
      .section-1 .window-2 {
        background: url(img/section-1/window-2.png) no-repeat top center;

      }
      .section-1 .window-3 {
        background: url(img/section-1/window-3.png) no-repeat top center;
        padding-right: 20px;
      }
        .section-1 .box a {
          display: block;
          width: 106px;
          margin: 0 auto;
          font-size: 24px;
          color: #5e858d;
          text-align: center;
          padding-top: 268px;
        }
        .section-1 .box a:hover {
          color: #4d6b6f;
        }

/* <<< section-1 */

/* section-2 >>> */
  .section-2 {
    height: 961px;
    background: url(img/section-2/bg.png) no-repeat top center;
    margin-top: -21px;
    position: relative;
    z-index: 1;
    padding-top: 40px;
  }
    .section-2 .box {
      width: 267px;
      height: 345px;
      margin: 10px auto 40px auto;
      position: relative;
    }
      .section-2 .box:before {
        position: absolute;
        z-index: 1;
        pointer-events: none;
        left: -15px;
      }
	      .section-2 .all-button {
	      	margin-bottom: 30px;
	      }
        .section-2 a.other-border {
          border: 1px dashed darkgrey;
          background-color: rgba(255,255,255,0.55);
        }
      .section-2 .add-object {
        padding-left: 20px;
      }
      .section-2 .window-1:before {
        content: url(img/section-2/window-1.png);
      }
      .section-2 .window-2:before {
        content: url(img/section-2/window-2.png);
      }
      .section-2 .window-3:before {
        content: url(img/section-2/window-3.png);
      }

      .section-2 .box .box-content {
        width: 245px;
        height: 335px;
        overflow: hidden;
       // margin: 14px;
        text-align: center;
      }
      .section-2 .carousel-inner {
       // width: 245px;
        margin-left: 10px;
        padding: 0;
      }
      .section-2 .box .box-content img.photo {
        margin: 10px -100%;
        height: 330px;
        width: auto;
        opacity: 0.85;
      }
      .section-2 .box .box-content .description {

        text-align: center;
        background: rgba(255, 255, 255, 0.75);
        width: 245px;
        height: 116px;
        padding: 10px;
        position: absolute;
        bottom: 10px;
        //left: 14px;
      }
        .section-2 .box .box-content .description a {
          display: block;
          position: relative;
          z-index: 5;
          color: #5e858d;
        }
        .section-2 .box .box-content .description a:hover {
          color: #7ea5ad;
        }
          .section-2 .box .box-content .description a span {
            display: block;
            font-size: 18px;
            line-height: 20px;
            font-weight: 700;
          }
          .section-2 .box .box-content .description a span:first-child {
            font-size: 25px;
            line-height: 25px;
          }
          .section-2 .box .box-content .description a span:last-child {
            font-size: 22px;
          }
          .section-2 .box .box-content .description .price {
            position: absolute;
            width: 100%;
            text-align: center;
            bottom: 5px;
            right: 2px;
          }
          .section-2 .box .box-content .description .price span.digits {
            font-size: 17px;
            font-weight: 700;
            display: inline;
          }
  .section-2 .buttons {
    margin-top: 80px;
  }

.section-2 .carousel-showmanymoveone {
  /*margin-top: 10px;*/
}

/* <<< section-2 */

/* section-3 >>> */
  .section-3 {
    min-height: 778px;
    background: url(img/section-3/bg.jpg) no-repeat center top;
  }
    .section-3 h2 {
      padding: 40px 0;
    }
    .section-3 .document-wrap {
      width: 225px;
      height: 320px;
    }
    .section-3 .document-left {
      background: url(img/section-3/document-1.png) no-repeat right top;
      float: right;
      margin-right: -30px;
    }
    .section-3 .document-center {
      background: url(img/section-3/document-2.png) no-repeat center top;
      margin: 50px auto 0 auto;
      padding-top: 20px;
    }
    .section-3 .document-right {
      background: url(img/section-3/document-3.png) no-repeat left top;
      margin-left: -30px;
    }
    .section-3 .document-wrap ul, .section-3 .document-mobile-wrap ul {
      font-size: 20px;
      line-height: 30px;
      margin-left: 15px;
      padding: 20px;
      list-style: square;
    }
    .section-3 .document-wrap ul a, .section-3 .document-mobile-wrap ul a {
      color: #4d6b6f;
    }
    .section-3 .document-wrap ul a:hover, .section-3 .document-mobile-wrap ul a:hover {
      color: #7ea5ad;
    }
    .section-3 .document-mobile-wrap {
      max-width: 400px;
      margin: 0 auto;
      -moz-border-image: url('img/section-3/mobile-document.png') 35;
      -webkit-border-image: url('img/section-3/mobile-document.png') 35;
      -o-border-border-image: url('img/section-3/mobile-document.png') 35;
      border-image: url('img/section-3/mobile-document.png') 35;
      border-top: 35px solid #bbd5b7;
    }
    .section-3 .document-mobile-wrap ul {
      border-left: 5px solid #bbd5b7;
      border-right: 5px solid #bbd5b7;
      margin-left: 0;
      margin-top: -15px;
      padding-bottom: 0;
      padding-left: 30px;
    }
    .section-3 .document-mobile-wrap ul:last-child {
		border-bottom: 5px solid #bbd5b7;
		padding-bottom: 15px;
    }
  .section-3 .btn-to-all {
  	margin-top: 30px;
    margin-bottom: 30px;
  }
/* <<< section-3 */

/* section-4 >>> */
  .section-4 {
    min-height: 814px;
    background: url(img/section-4/bg.jpg) no-repeat center bottom;
  }
  .section-4 .container{
    position: relative;
    z-index: 2;
  }
    .section-4 h2 {
      padding: 30px 0;
    }
    .section-4 .links-wrap {
      max-width: 350px;
      margin: 60px auto;
      text-align: center;
    }
      .section-4 .links-wrap ul {
        padding: 0;
        list-style: none;
        line-height: 36px;
      }
      	.section-4 .links-wrap ul a:hover {
			color: #4d6b6f;
      	}
      .section-4 .lamp {
        width: 150px;
        height: 202px;
        position: absolute;
        z-index: -1;
      }
      .section-4 .lamp-top-left {
        background: url(img/section-4/lamp-top-left.png) no-repeat center;
        top: -18px;
        left: 150px;
      }
      .section-4 .lamp-top-right {
        background: url(img/section-4/lamp-top-right.png) no-repeat center;
        top: 0;
        right: 180px;
      }
      .section-4 #lamp-bottom-left {
        background: url(img/section-4/lamp-bottom-left.png) no-repeat center;
        top: 60px;
        left: 300px;
      }
      .section-4 #lamp-bottom-right {
        background: url(img/section-4/lamp-bottom-right.png) no-repeat center;
        top: 60px;
        right: 300px;
      }
/* <<< section-4 */

/* section-5 >>> */
.section-5 {
    min-height: 870px;
    background: url(img/section-5/bg.jpg) no-repeat center top;
  }
    .section-5 .boxes-desktop {
      max-width: 800px;
      margin: 0 auto;
    }
      .section-5 h2 {
        padding: 140px 0 20px 0;
      }
        .section-5 .box {
          width: 209px;
          height: 216px;
          margin: 0 auto;
          position: relative;
        }
          .section-5 .box:before {
            position: absolute;
            z-index: 1;
            pointer-events: none;
            content: url(img/section-5/picture-wrap.png);
            left: -10px;
          }
        .section-5 .carousel-inner {
          //width: 175px;
          overflow: visible;
          margin-left: 8px;
          padding: 0;
        }
          .section-5 .box .box-content {
            width: 175px;
            height: 194px;
            overflow: hidden;
           // margin: 14px;
            text-align: center;
          }
          .section-5 .box .box-content img.photo {
            margin: 10px -100%;
            height: 195px;
            width: auto;
            opacity: 0.85;
          }
        .section-5 .box a {
          display: block;
          width: 195px;
          padding: 20px 10px;
          //margin-left: 10px;
          text-align: center;
        }
        .section-5 .box a:hover {
          color: #4D6B6F;
        }
      .section-5 .all-button {
        margin-top: 120px;
      }

/* <<< section-5 */

/* page-post >>> */
  .post-page  {
    overflow: hidden;
    position: relative;
  }
  .post-page .piece-brick {
    display: none;
    width: 100%;
    height: 277px;
    position: fixed;
    top: 0;
    background: url(img/post/piece-brick.png) no-repeat;
    background-position: calc(50% - 640px) 0;
    opacity: 0.75;
    z-index: -1;
  }
  .post-page .piece-brick.end-change {
    position: absolute;
    top: auto;
    bottom: 100px;
    left: 0;
  }
  .post-page .post-wrap {
    position: relative;
    min-height: 1350px;
  }
  .post-page .post-wrap:before {
    position:absolute;
    top: 0;
    left: -264px;
    width: 264px;
    height: 1340px;
    background: url(img/left-wall.png) no-repeat center;
    content: "";
  }
  .post-page .left-wall-opacity:before {
    opacity: 0;
  }

  .post-page .post-photo {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .post-page .post-title {
    text-align: left;
    padding: 20px 0;
  }
  .post-page .post-title.object-title {
    margin-bottom: -50px;
  }
  .post-page .post-content {
    text-align: justify;
    padding-bottom: 20px;
  }
  .post-page .post-content a:active, .post-page .post-content a:link {
    color: #FF5252;
  }
  .post-page .post-pagination {
    border-top: 2px solid #4d6b6f;
    padding: 15px 0;
    margin-bottom: 94px;
  }

    .post-page .post-pagination a {
      text-decoration: none;
    }
    .post-page .post-pagination a:hover {
      color: #4d6b6f;
    }
    .post-page .post-pagination .next-post {
      float: right;
    }
  .post-page .post-aside {
    padding-top: 40px;
    min-height: 760px;
  }
  .post-page .aside-wrap {
    position: relative;
  }
  .post-page .aside-wrap:before {
    position:absolute;
    top: -30px;
    left: -70px;
    width: 583px;
    height: 874px;
    background: url(img/post/right-wall.png) no-repeat left center;
    content: "";
    z-index: -1;
  }
    .post-page .post-aside ul {
      list-style: none;
      padding: 5px;
      line-height: 44px;
    }
      .post-page .post-aside ul>li>a {
        font-size: 22px;
      }
      .post-page .post-aside ul>li>a:hover {
        color: #4d6b6f;
      }
    .post-page .socials {
      margin-top: 20px;
      width: 285px;
    }
    .post-page .socials .pluso a, .post-page .socials a  {
      display: inline-block;
      width: 42px;
      height: 42px;
      background: url(img/social-icons.png) no-repeat;
    }
    .post-page .socials .pluso a.pluso-twitter {
      background-position: 0 0px;
    }
    .post-page .socials .pluso a.pluso-vkontakte {
      background-position: -51px 0px;
    }
    .post-page .socials .pluso a.pluso-facebook {
      background-position: -103px 0px;
    }
    .post-page .socials a.insta {
      background-position: -155px 0px;
    }
    .post-page .socials .pluso a.pluso-google {
      background-position: -208px 0px;
    }
    .post-page .socials .pluso a.pluso-pinterest {
      background-position: -155px 0px;
    }
    .post-page .socials .pluso a.pluso-more {
      display: none;
    }
/* <<< page-post */

/* blog-page >>> */
.blog-wrap {
  margin-top: 40px;
  clear: both;
}
.blog-wrap .news-box:nth-of-type(2){
	margin-top: -10px;
}
.blog-wrap .bs-fix:nth-of-type(2n) {
  clear: both;
}

.blog-wrap .news-preview {
  padding-bottom: 30px;
}
  .blog-wrap .news-photo {
    min-width: 100%;
  }
  .blog-wrap .news-title a {
    display: block;
    text-align: justify;
  }
  .blog-wrap a:hover {
    color: #4d6b6f;
  }
  .blog-wrap .news-description {
    text-align: justify;
  }
  .blog-wrap .read-more-link {
    display: block;
    float: right;
    margin-top: 27px;
  }
  .blog-wrap .news-date {
    color: #7ea5ad;
    margin-top: -10px;
}
/* <<< blog-page */

/* sing-list-page >>> */

	.sing-list-page .galery-photos {
		padding-top: 30px;
	}

	.sing-list-page .post-photo-wrap {
		max-height: 380px;
		overflow: hidden;
	}
	.sing-list-page .post-photo-wrap img {
		//opacity: 1;
	}

    .sing-list-page .galery-photos .photo-wrap {
      height: 100px;
      overflow: hidden;
      padding-top: 20px;
      margin-bottom: 30px;
      padding-top: 0;

    }
      .sing-list-page .galery-photos .photo-wrap img {
        cursor: pointer;
        opacity: 1;
        transition: opacity 0.4s ease;
      }
      .sing-list-page .galery-photos .photo-wrap img:hover {
      	opacity: .7;
      }

    /* popup-galery >>> */

       .sing-list-page .galery-popup {
          position: fixed;
          z-index: 9;
          padding-top: 100px;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          overflow: auto;
          background-color: rgb(0, 0, 0);
          background-color: rgba(0, 0, 0, 0.9);
          display: none;
       }
       .sing-list-page .galery-popup .flex-container {
        width: 100%;
        height: 100%;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
       }

      .sing-list-page .galery-slider-wrap {
        margin: auto;
        padding: 50px;
        position: relative;
       }
        .sing-list-page .galery-slider-wrap .popup-photo {
          height: auto;
          width: auto;

        }

      .sing-list-page .galery-slider-wrap .close-popup {
        position: absolute;
        top: 10px;
        right: 30px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
        display: block;
      }
      .sing-list-page .galery-slider-wrap .galery-photo-next,
      .sing-list-page .galery-slider-wrap .galery-photo-prev {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        font-size: 18px;
        color: white;
        font-weight: bold;
        transition: 0.6s ease;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
      }
      .sing-list-page .galery-slider-wrap .galery-photo-prev {
        border-left: 1px solid white;
        left: 8px;
        border-radius: 5px 0 0 5px ;
      }
      .sing-list-page .galery-slider-wrap .galery-photo-next {
        right: 7px;
        border-radius: 0 5px  5px 0;
        border-right: 1px solid white;
      }
      .sing-list-page .galery-slider-wrap .galery-photo-next:hover,
      .sing-list-page .galery-slider-wrap .galery-photo-prev:hover {
        background: rgba(0, 0, 0, 0.8);
      }
      .sing-list-page .galery-slider-wrap .close-popup:hover,
      .sing-list-page .galery-slider-wrap .close-popup:focus {
        color: #333;
        text-decoration: none;
        cursor: pointer;
      }
    .sing-list-page .galery-slider-wrap .slide-title {
      color: #f1f1f1;
      font-size: 20px;
      margin-top: 5px;
      display: block;
      text-align: center;
      font-weight: 300;
    }
    /* <<< popup-galery */

		.sing-list-page .galery-post-aside {
		    padding-top: 40px;
		    min-height: 760px;
		}
			.sing-list-page .galery-aside-wrap {
			   position: relative;
			}
			.sing-list-page .galery-aside-wrap:before {
			    position:absolute;
			    top: -30px;
			    left: -60px;
			    width: 583px;
			    height: 898px;
			    background: url(img/galery-post/right-wall.png) no-repeat left center;
			    content: "";
			    z-index: -1;
			}
  .sing-list-page .galery-post-aside .information {
    height: 346px;
  }
	.sing-list-page .galery-post-aside p {
		margin: 0;
	}
	.sing-list-page .galery-post-aside .adress {
    margin-top: 30px;
    font-size: 27px;
    max-width: 260px;
  }

	.sing-list-page .galery-post-aside .price {
		margin: 25px 0;
		font-size: 27px;
		font-weight: 900;
	}
	.sing-list-page .galery-post-aside .price span{
		font-size: 27px;
		font-weight: 900;
	}
	.sing-list-page .galery-post-aside .facilities {
		font-size: 18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
	}
	.sing-list-page .galery-post-aside .map-little {
		//margin-top: 134px;
		margin-bottom: 75px;
		width: 252px;
		height: 268px;
	}
  .sing-list-page .galery-post-aside .epl-tab-section {
    height: 273px;
  }
	.sing-list-page .characteristics ul {
		text-align: justify;
	}
		.sing-list-page .characteristics h2 {
			text-align: left;
      cursor: pointer;
      font-size: 28px;
		}
      .sing-list-page .characteristics h2 span.arrow {
        font-size: 21px;
      }

    .sing-list-page .characteristics h3 {
      text-align: left;
      font-size: 24px;
    }
		.sing-list-page .characteristics li {
			line-height: 20px;
     		list-style: none;
     		margin-bottom: 10px;

		}
		.sing-list-page .characteristics li span {
			font-weight: bold;
			margin-right: 10px;
		}
      .sing-list-page .characteristics.sublist-wrap {
        margin-left: 0;
        margin-right: 0;
            margin-top: -15px;
    margin-bottom: -15px;
      }
        .sing-list-page .characteristics.sublist-wrap .sublist ul {
          margin: 0;
          padding: 0;
        }

/* <<< sing-list-page */

/* galery-page >>> */
	.galery-page .map-big {
	}
    .galery-page .map-big .slide-big-map {
     height: 50px;
    }
      .galery-page .map-big .hide-show-btn {
        position: relative;
        display: block;
        border: 2px solid #4e6c70;
        background-color: white;
        width: 150px;
        margin: -14px auto 0 auto;
        border-radius: 50px;
        color: #4e6c70 !important;
        font-size: 18px;
        line-height: 19px;
        text-align: center;
        outline: none;
        z-index: 99;
        cursor: pointer;
      }

      .galery-page .map-big .hide-show-btn:hover {
        background: #ffffc1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
      }
        .galery-page .map-big .hide-show-btn .for-hide {
          display: none;
        }

        .galery-page .map-big .thumbnail {
            float: left;
            margin-right: 15px;
        }
        .galery-page .map-big .map-excerpt {
            max-width: 450px;
        }
        .galery-page .map-big .facilities {
            font-size: 16px;
            list-style-type: none;
            margin-bottom: 10px;
            padding: 0;
            width: 320px;
        }
        .galery-page .map-big .price {
            float: right;
            font-size: 16px;
            margin: 0;
        }

    /* onMarkerClick popup >>> */
      .gm-style-iw .price {
        font-weight: bold;
      }
      .gm-style-iw .map-excerpt a {
        font-weight: bold;
      }
      .gm-style-iw .map-excerpt a:hover {
        text-decoration: underline;
      }
      .gm-style-iw a>img.thumbnail {

      }
    /* <<< onMarkerClick popup */

	/* search-form >>> */
	.galery-page .search-form {
		min-height: 241px;
	    background: url(img/galery/form-bg.png) no-repeat top center;
		margin-bottom: 20px;
	}
		.galery-page .search-form input {
			height: 40px;
			border: 3px solid #bb8f8e;
			font-size: 27px;
			color: #bb8f8e;
			padding: 5px;
      margin: 5px;
			outline: none;
		}
    .galery-page .search-form input.price-input {
      max-width: 220px;
    }
		.galery-page .search-form input::-webkit-input-placeholder {
			font-size: 27px;
			color: #c79a97;
			line-height: 27px;
		}
		.galery-page .search-form input:-moz-placeholder {
			font-size: 27px;
			color: #c79a97;
			line-height: 27px;
		}
		.galery-page .search-form input::-moz-placeholder {
			font-size: 27px;
			color: #c79a97;
			line-height: 27px;
		}
		.galery-page .search-form input:-ms-input-placeholder {
			font-size: 27px;
			color: #c79a97;
			line-height: 27px;
		}
      .galery-page .search-form form {
        margin-top: 60px;
      }
      .galery-page .search-form .second-line {
        margin-top: 10px;
      }
        .galery-page .search-form .keywords-search {
          width: 100%;
        }
        .galery-page .search-form button.search {
          width: 160px;
          height: 40px;
          background: white;
          border: 3px solid #4d6b6f;
          color: #4d6b6f;
          font-size: 27px;
          font-weight: bold;
          line-height: 27px;
          padding: 5px;
          margin: 5px;
          outline: none;
        }
        .galery-page .search-form select {
          height: 40px;
          border: 3px solid #bb8f8e;
          font-size: 27px;
          color: #bb8f8e;
          padding: 5px;
          margin: 5px;
          outline: none;
        }
        .galery-page .search-form .chck-wrap {
          float: left;
          margin: 12px 5px 0 0;
        }
          .galery-page .search-form .chck-wrap input {
            display: none;
          }
          .galery-page .search-form .chck-wrap input + label {
            line-height: 34px;
            cursor: pointer;
            position: relative;
          }
          .galery-page .search-form .chck-wrap input + label:before {
            content: '';
            display: block;
            width: 30px;
            height: 30px;
            border: 3px solid #bb8f8e;
            background: white;
            font-size: 27px;
            color: #bb8f8e;
            margin-right: 5px;
            float: left;

          }
          .galery-page .search-form .chck-wrap input:checked + label:after {
            content: '';
            display: block;
            width: 12px;
            height: 12px;
            background: #bb8f8e;
            position: absolute;
            top: 9px;
            left: 9px;
          }
  .ml-5 {
    margin-left: 5px;
  }
	/* <<< search-form */

	.galery-page .box {
		max-width: 390px;
    padding-top: 30px;
		/*margin: 15px 0;*/
	}
		.galery-page .box .photo {
			max-height: 350px;
			text-align: center;
			overflow: hidden;
			margin: 5px 0;
      position: relative;
		}
    .galery-page .box .photo .text-above-photo {
      color: #4d6b6f !important;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px 15px;
      background: rgba(255, 255, 255, 0.7)
    }
    .galery-page .box .photo .text-above-photo h3 {
      font-size: 28px;
      margin: 0 0 10px 0;
    }
      .galery-page .box .photo .text-above-photo .adress p {
        margin: 0;
        text-align: left;
        font-size: 24px;
      }
      .galery-page .box .photo .text-above-photo .square p {
        margin: 0;
        text-align: left;
        font-size: 24px;
      }
      .galery-page .box .photo .text-above-photo .price {
        margin-top: 20px;
        margin-bottom: 0;
        height: 100%;
        float: right;
        font-size: 22px;
      }
        .galery-page .box .photo .text-above-photo .price span{
           font-size: 25px;
           font-weight: 700;
        }
        .galery-page .square{float:left}
			/*.galery-page .box .photo img {

				deactivated because epl_archive img size was added

				margin: 0 -100%;
				max-height: 350px;
				width: auto;
			}*/
	/*	.galery-page .box .adress p {
			margin: 0;
			font-size: 18px;
			color: #c79a97;
		}
		.galery-page .box .square p {
			margin: 0;
			font-size: 27px;
			color: #4d6b6f;
		}
		.galery-page .box .price {
			margin: 15px 0;
			text-align: center;
			font-size: 34px;
		}
			.galery-page .box .price span {
				font-size: 34px;
			}*/
	.galery-page .buttons {
		margin: 40px 0;
	}
	.galery-page .price{float:right}
/* <<< galery-page */


/* footer >>> */
.footer {
	margin-top: 4px;
    min-height: 692px;
    background: url(img/footer/bg.png) no-repeat center top;
  }
  .footer .logo {
    display: block;
    margin: 260px 0 40px 0;
    text-align: center;
  }
  .footer .info-wrap {
    max-width: 730px;
    margin: 0 auto;
  }
    .footer .info-wrap .box {
      max-width: 260px;
      margin: 10px auto;
      background-color: transparent;
    }
      .footer .info-wrap .box p {
        margin: 0;
      }

      .footer .info-wrap .box a {
        display: block;
        text-decoration: none;
        color: #4d6b6f;
        font-size: 1em;
        line-height: 1.43;
      }

  .footer .footer-navigation ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 30px 0;
  }
    .footer .footer-navigation ul>li {
      display: inline-block;
      margin: 0 10px;
    }
    .footer .footer-navigation ul>li a {
      font-size: 18px;
    }
	.footer .footer-navigation ul>li a:hover {
	      color: #4d6b6f;
	}
/* <<< footer */

/* carousel-showmanymoveone >>> */
 .carousel-showmanymoveone .carousel-control {
  display: block;
  width: 20px;
  height: 40px;
  background-image: none;
}
 .section-2 .carousel-showmanymoveone .carousel-control {
   margin-top: 15px;
 }
  .section-5 .carousel-showmanymoveone .carousel-control {
    margin-top: 135px;
  }
.carousel-showmanymoveone .carousel-control.left {
  background: url(img/arrow-left.png) no-repeat center;
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  background: url(img/arrow-right.png) no-repeat center;
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* <<< carousel-showmanymoveone */

/* planners script >>> */

#frameplan {
  height: 520px;
  border: 1px solid bisque;
  -webkit-transition: height 1s ease-out;
  -o-transition: height 1s ease-out;
  transition: height 1s ease-out;
}
button.all-button.projects-arrow {
  width: 50px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-align: center;
  font-size: 50px;
  font-weight: 100;
  line-height: 40px;
  display: none;
}
button.all-button.projects-arrow.to-top {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.post-page .piece-brick.end-change.proj-pb {
  bottom: 10px;
}
@media screen and (max-width: 991px) {
  button.all-button.projects-arrow {
    display: block;
  }
  #frameplan {
    height: 0;
    border: none;
  }
  #frameplan.plus-height {
    border: 1px solid bisque;
    height: 520px;
  }
}
@media screen and (max-width: 420px) {
  .frameplan-wrap {
    display: none;
  }
}

/* <<< planners script */

/* front-page banner >>> */

  .no-banner-wrap { /* if no posts */
    height: 180px;
  }

  .banner-wrap {
    background: url('img/banner-bg.png') no-repeat center;
    height: 184px;
    width: 100%;
    position: relative;
  }
  .banner-stems {
    position: absolute;
    background: url('img/banner-stems.png') no-repeat center;
    width: 100%;
    height: 272px;
    top: 9px;
  }
    .banner-wrap .banner-content {
      padding: 60px 20px 20px 20px;
      text-align: center;
      font-size: 18px;
      font-weight: normal;
      max-width: 800px;
      margin: 0 auto;

    }
    .banner-wrap .banner-content h1,
    .banner-wrap .banner-content h2,
    .banner-wrap .banner-content h3,
    .banner-wrap .banner-content h4,
    .banner-wrap .banner-content h5,
    .banner-wrap .banner-content h6,
    .banner-wrap .banner-content span {
      margin: 15px 0 0 0;
      padding: 0;
      text-align: center;
    }

@media screen and (max-width: 992px)   {
   #slider-control .carousel-control{
      top: 30%;
   }
}

 @media screen and (max-width: 768px)  {
  .banner-wrap {
    background: url('img/mobile-banner-top.png') no-repeat center top,
                url('img/mobile-banner-bottom.png') no-repeat center bottom;
    width: 100%;
    height: auto;
  }
  .banner-stems {
    display: none;
  }
   .banner-wrap .banner-content {
       padding: 70px 0 80px 0;
   }
   .banner-wrap .banner-content>div {
      background-color: #FDFCFB;
      padding: 0 20px;
   }
   .banner-wrap .banner-content h1,
    .banner-wrap .banner-content h2,
    .banner-wrap .banner-content h3,
    .banner-wrap .banner-content h4,
    .banner-wrap .banner-content h5,
    .banner-wrap .banner-content h6,
    .banner-wrap .banner-content span {
      margin: 0;
    }
}

/* <<< front-page banner */

/* media queries >>> */
@media screen and (min-width: 1200px)  {
  .header .navigation-wrap ul>li:last-child a {
    max-width: 180px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1200px)  {
  .header .navigation-wrap ul>li>a {
      padding: 10px;
    }
  .sing-list-page .galery-photos .photo-wrap {
      height: 80px;
    }
    .post-page .post-wrap {
   		min-height: 1350px;
  	}
}
@media screen and (min-width: 992px)  {
  .separator-2 {
    margin: 0 0 -16px 0;
  }
  .carousel-showmanymoveone .carousel-control {
    display: none;
  }
}

@media screen and (max-width: 991px) {
	.post-page .post-wrap {
   		min-height: 0;
  	}
  .header .navigation-wrap {
    background: none;
    min-height: 0;
  }
  .header .header-logo {
    text-align: center;
  }
  .header .navigation-wrap ul>li:last-child a {
      max-width: 180px;
      font-size: 16px;
      line-height: 26px;
    }
  .section-1 .box {
        width: 200px;
        height: 74px;
        margin: 50px auto;
        float: none;
      }
        .section-1 .window-1, .section-1 .window-2, .section-1 .window-3 {
            background: url(img/section-1/services-mobile-bg.png) no-repeat center;;
        }
          .section-1 .box a {
            display: block;
            width: 106px;
            text-align: center;
            padding-top: 10px;
          }
  .section-2 .box {
    //margin-top: 160px;
  }
    .section-2 .box .box-content {
     // margin: 0 4px 0 12px;
    }
    .section-2 .box .box-content .description {
      //width: 250px;
      //left: 9px;
    }
    .section-2 .box:before {
      left: -15px;
    }
  .section-3 {
      background: url(img/section-3/bg.jpg) no-repeat center bottom;
    }
     .section-3 .document-mobile-wrap {
        margin-bottom: 220px;
     }
  .section-3 .btn-to-all {
    margin-top: -120px;
    margin-bottom: 100px;
  }
  .section-4 {
    min-height: 814px;
    background: url(img/section-4/bg-tablet.png) no-repeat center bottom;
  }
      .section-4 .lamp-top-left {
        left: 50px;
      }
      .section-4 .lamp-top-right {
        right: 80px;
      }
  .separator-2 {
    margin: 0 0 -16px 0;
  }
  .section-5 {
    min-height: 850px;
    background: url(img/section-5/bg-mobile.jpg) no-repeat left bottom;
  }
    .section-5 h2{
      padding-top: 40px;
    }
      .section-5 .box a {
       // padding: 15px 10px;
        margin: 0;
      }
      .section-5 .box .box-content img.photo {
        //margin-top: 0;
        height: 190px;
      }
	.post-page .post-wrap {
	}
  .post-page .post-photo {
    margin-top: 40px;
  }
  .post-page .post-pagination {
    margin-bottom: 30px;
  }
  .post-page .post-aside {
    padding-bottom: 20px;
    text-align: center;
  }
 .post-page .aside-wrap:before {
    left: auto;
    right: 0;
  }
    .post-page .post-aside h3 {
      text-align: center;
    }
  .post-page .socials {
      margin: 20px auto 0 auto;
  }
  .sing-list-page .galery-post-aside {
	width: 492px;
	float: right;
  }
  .sing-list-page .galery-aside-wrap:before {
	left: auto;
    right: 0;
  }
 	.sing-list-page .characteristics h2 {
		text-align: center;
	}
	.sing-list-page .characteristics p {
		text-align: center;
	}
  .sing-list-page .galery-photos .photo-wrap {
      height: 140px;
    }
  .sing-list-page .post-photo-wrap {
		max-height: 466px;
	}
}

@media screen and (max-width: 767px) {
    .header .navigation-wrap ul>li {
      display: block;
    }
    .section-3 {
      background: none;
    }
	    .section-3 .btn-to-all {
		    margin-top: 30px;
		    margin-bottom: 30px;
		}
	    .section-3 .document-mobile-wrap {
	          margin-bottom: 20px;
	       }
  .section-4 {
    min-height: 814px;
    background: url(img/section-4/bg-mobile.png) no-repeat center bottom;
  }
	.galery-page .box {
			margin: 0 auto;
		}
		.galery-page .box .photo {
			max-height: 250px;
		}
			.galery-page .box .photo img {
				max-height: 250px;
			}
    .sing-list-page .galery-photos .photo-wrap {
      height: 130px;
    }

    .galery-page .search-form {
      height: 420px;
      background: url(img/galery/form-mobile-bg.png) no-repeat top center;
    }
}

@media screen and (max-width: 660px) {
  .section-5 {
    background: url(img/section-5/bg-mobile-mini.jpg) no-repeat left bottom;
  }
  .post-page .post-aside {
    text-align: left;
  }
  .post-page .post-aside h3 {
      text-align: left;
  }
  .post-page .socials {
      margin: 20px 0 0 0;
  }
   .sing-list-page .galery-post-aside {
	width: 100%;
	float: none;
  }
  .sing-list-page .galery-aside-wrap:before {
	left: auto;
    right: 0;
  }
 	.sing-list-page .characteristics h2 {
		text-align: left;
	}
	.sing-list-page .characteristics p {
		text-align: left;
	}
  .sing-list-page .galery-photos .photo-wrap {
      height: 110px;
  }
  .sing-list-page .post-photo-wrap {
		max-height: 360px;
	}
}
@media screen and (max-width: 570px) {
  	.sing-list-page .galery-photos .photo-wrap {
    	height: 80px;
 	 }
 	.sing-list-page .post-photo-wrap {
		max-height: 320px;
	}
}
@media screen and (max-width: 460px) {
  .post-page .aside-wrap:before {
    background: none;
  }
  .post-page .post-aside {
    min-height: 600px;
    text-align: center;
  }
  .post-page .post-aside h3 {
      text-align: center;
  }
  .post-page .socials {
      margin: 0 auto;
  }
  .sing-list-page .galery-aside-wrap:before {
	background: none;
  }
 .sing-list-page .galery-post-aside {
	text-align: center;
  }
  .sing-list-page .galery-post-aside .map-little {
  	margin: 40px auto;
  }
  	.sing-list-page .characteristics {
  		margin-bottom: -20px;
  	}
 	.sing-list-page .characteristics h2 {
		text-align: center;
	}
	.sing-list-page .characteristics p {
		text-align: center;
	}
.sing-list-page .galery-photos .photo-wrap {
      height: 60px;
  }
  .sing-list-page .post-photo-wrap {
		max-height: 260px;
	}
  .all-button.fancybox {
    margin: 15px auto;
  }
}
/* <<< media queries */
