/**
 * benilux.scss
 */
/*@import "compass/css3/box";*/
/*$sprite: sprite-map("sprite/*.png", $spacing: 20px, $layout: smart);*/
@font-face {
  font-family: 'Minion';
  src: url("../fonts/MinionPro-Regular.eot");
  src: url("../fonts/MinionPro-Regular.woff") format("woff"), url("../fonts/MinionPro-Regular.woff2") format("woff2"), url("../fonts/MinionPro-Regular.ttf") format("truetype"), url("../fonts/MinionPro-Regular.svg#MinionPro-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
/*colors*/
.front-blocks .block {
  padding: 1.8rem 0;
}
.front-blocks .block:nth-child(even) {
  background: #FBFBFB;
}

@media all and (max-width: 1500px) {
  .block-residence-info.block {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
  .block-residence-info.block .block-content {
    width: 100%;
  }
}
.block-residence-info .block-content {
  width: 80%;
  border: 2px solid #8A8A79;
  margin: 0 auto 0;
  margin-top: 14px;
  margin-top: 0.66667rem;
  position: relative;
  overflow: hidden;
}
.block-residence-info .residence-info-img {
  width: 60%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.block-residence-info .residence-info-img .wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.block-residence-info .residence-info-img .residence-slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  margin-right: -2px;
  bottom: 0px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
.block-residence-info .residence-info-img .residence-slide:first-child {
  display: block;
}
.block-residence-info .residence-info {
  float: right;
  width: 40%;
  padding: 0.7rem 0.7rem 0.7rem 5.5%;
  background: #EEEEEE;
  min-height: 320px;
}
.block-residence-info .head-h2 {
  margin-bottom: 1.1rem;
}
.block-residence-info .info-item {
  overflow: hidden;
  font-size: 24px;
  font-size: 1.14286rem;
  padding-bottom: 0.35rem;
  clear: both;
}
.block-residence-info .info-item span {
  float: left;
  width: 50%;
}
.block-residence-info .actions {
  padding-top: 0.7rem;
  padding-right: 13.5%;
}
.block-residence-info .order {
  display: none;
}

/* order */
.order-form {
  position: absolute;
  z-index: 10002;
  top: 2.15rem;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  border: 7px solid #8A8A79;
  background: #F0F0E1;
  text-transform: uppercase;
  /* uploads */
}
.order-form .close {
  cursor: pointer;
  right: 19px;
  top: 21px;
  position: absolute;
}
.order-form .title {
  background: #cecebf;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-size: 0.95238rem;
  line-height: 0.95238rem;
  padding: 1.4rem 0;
}
.order-form form {
  padding: 50px;
  overflow: hidden;
}
.order-form .col-left {
  float: left;
  width: 50.5%;
}
.order-form .col-left img {
  max-width: 100%;
}
.order-form .col-right {
  float: right;
  width: 44%;
  position: relative;
}
.order-form .form-item {
  overflow: hidden;
  margin-bottom: 1.1rem;
}
.order-form .form-item.form-type-captcha {
  margin-bottom: 0;
}
.order-form .form-item label {
  float: left;
  font-size: 20px;
  line-height: 20px;
  font-size: 0.95238rem;
  line-height: 0.95238rem;
  padding-bottom: 0.7rem;
}
.order-form .form-item .form-text {
  clear: both;
  display: block;
  width: 100%;
  border: 7px solid #8A8A79;
  background: #cecebf;
  padding: 0.5rem 0.35rem;
}
.order-form .form-item .captcha {
  float: left;
  padding-left: 1.1rem;
  color: black;
  font-size: 15px;
  font-size: 0.71429rem;
  font-style: italic;
}
.order-form .form-actions {
	text-align:center;
}
.order-form .form-submit {
  border: 0;
  background: #ffa851;
  color: #fff;
  font-size: 16px;
  line-height: 16.8px;
  font-size: 0.7619rem;
  line-height: 0.8rem;
  padding: 0.7rem 1.8rem;
  text-transform: uppercase;
}
.order-form .form-bottom {
  clear: both;
  width: 44%;
  margin: 0 auto;
  position: relative;
}
.order-form .btn-upload {
  clear: both;
  border: 7px solid #8A8A79;
  background: #ffa851;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-size: 0.66667rem;
  line-height: 1.2381rem;
  color: #fff;
  padding: 0.5rem 0.35rem;
  position: relative;
}
.order-form .btn-upload:before {
  position: absolute;
  right: 10px;
  top: 50%;
  content: '';
}
.order-form .upload-wrapper {
  clear: both;
  border: 7px solid #8A8A79;
  background: #ffa851;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-size: 0.66667rem;
  line-height: 1.2381rem;
  color: #fff;
  padding: 0.5rem 0.35rem;
  height: 60px;
  position: relative;
  overflow: hidden;
  margin-bottom: 7px;
}
.order-form .upload-wrapper:before {
  position: absolute;
  right: 10px;
  top: 50%;
  content: '';
}
.order-form .upload-wrapper .name-file {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 10px;
  width: 87%;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 10;
  overflow: hidden;
}
.order-form .upload-wrapper input[type="file"] {
  /**/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(20);
  letter-spacing: 10em;
  -ms-transform: scale(20);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: pointer;
  margin-right: 0;
  z-index: 20;
}
.order-form .uploaded-files {
  overflow: hidden;
  padding-top: 0.7rem;
  margin: 0 -1%;
}
.order-form .uploaded-files span {
  float: left;
  margin: 0 1% 10px;
  border: 2px solid #8A8A79;
  width: 18%;
  height: 54px;
  overflow: hidden;
}
.order-form .uploaded-files span img {
  max-width: 100%;
}
.order-form .uploaded-files span.upload-me {
  cursor: pointer;
  position: relative;
  background: #cecebf;
}
.order-form .uploaded-files span.upload-me:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
}
.order-form .order-sell .col-left {
  width: 44%;
}

.block-residence-offers,
.block-residence-recommend,
.block-residence-video,
.block-prices {
  text-align: center;
  overflow: hidden;
}
.block-residence-offers .block-content,
.block-residence-recommend .block-content,
.block-residence-video .block-content,
.block-prices .block-content {
  max-width: 1600px;
  margin: 0 auto;
}
.block-residence-offers .head-h2,
.block-residence-recommend .head-h2,
.block-residence-video .head-h2,
.block-prices .head-h2 {
  margin-top: 0.23rem;
  margin-bottom: 1.1rem;
}
.block-residence-offers h2,
.block-residence-recommend h2,
.block-residence-video h2,
.block-prices h2 {
    margin-top: 0.23rem;
    margin-bottom: 1.1rem;
}
.block-residence-offers .head-h2,
.block-residence-offers .head-h3,
.block-residence-recommend .head-h2,
.block-residence-recommend .head-h3,
.block-residence-video .head-h2,
.block-residence-video .head-h3,
.block-prices .head-h2,
.block-prices .head-h3 {
  text-transform: uppercase;
}

.block-residence-offers h2,
.block-residence-offers h3,
.block-residence-recommend h2,
.block-residence-recommend h3,
.block-residence-video h2,
.block-residence-video h3,
.block-prices h2,
.block-prices h3 {
    text-transform: uppercase;
}

.item-product {
  display: inline-block;
  margin: 0 0.7rem 1.4rem;
  background: #fff;
  text-align: center;
  vertical-align: top;
  padding-bottom: 0.7rem;
  text-transform: uppercase;
}
.item-product img {
  display: block;
  max-width: 100%;
  width: 100%;
  border: 2px solid #8A8A79;
}
.item-product .product-price,
.item-product .product-name {
  font-size: 24px;
  font-size: 1.14286rem;
  padding: 1rem 0 0.35rem;
}
.list .item-product {
  width: 20.3%;
}
.list .item-product .product-name {
  display: table;
  width: 100%;
  padding-top: .35rem;
}
.list .item-product .product-name .product-name-cell {
  display: table-cell;
  vertical-align: middle;
  height: 55px;
}
.item-product .item-product-info span {
  font-size: 16px;
  font-size: 0.7619rem;
  padding-right: 0.7rem;
  margin-right: 0.5rem;
  border-right: 1px solid #8A8A79;
}
.item-product .item-product-info span:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.item-product .item-product-bottom {
  padding-top: 0.5rem;
  border-top: 1px solid #8A8A79;
  font-size: 16px;
  font-size: 0.7619rem;
  margin: 11px 20px 0px;
  margin: 0.52381rem 0.95238rem 0rem;
}
@media all and (max-width: 1500px) {
  .block-content .item-product {
    width: 22.2%;
  }
}

.block-residence-video .video-item {
  width: 48%;
  margin: 0 1%;
  display: inline-block;
}

.block-residence-description .block-content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1.4rem;
}
.block-residence-description p {
  font-size: 16px;
  line-height: 20px;
  font-size: 0.7619rem;
  line-height: 0.95238rem;
  margin-bottom: 0.7rem;
}
.block-residence-description p:last-child {
  margin-bottom: 0;
}
.block-residence-description .head-h3 {
  text-transform: uppercase;
}

.block-residence-description h3 {
  text-transform: uppercase;
}

.block-prices {
  background: url('../images/bg-prices.jpg') no-repeat 50% 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  margin-top: 1px;
}
.block-prices .table-prices {
  max-width: 1170px;
  margin: 0 auto;
}
.block-prices table {
  width: 100%;
  border: 1px solid #fff;
  background: #cecebf;
}
.block-prices table tr {
  border: 1px solid #fff;
}
.block-prices table td {
  padding: 2px 0;
  height: 68px;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 20px;
  line-height: 20px;
  font-size: 0.95238rem;
  line-height: 0.95238rem;
  color: #676759;
  text-transform: uppercase;
}
.block-prices table td.lot {
  padding-left: 1.4rem;
}
.block-prices table td.lot a {
  color: #676759;
}
.block-prices table td.img {
  padding-left: 1.1rem;
  width: 100%;
}
.block-prices table td.img img {
  border: 1px solid #fff;
  display: block;
}
.block-prices table td.distance {
  text-align: center;
}
.block-prices table td.distance span {
  padding-right: 0.7rem;
  display: block;
  border-right: 1px solid #8A8A79;
}
.block-prices table td.square {
  text-align: center;
}
.block-prices table td.square span {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  display: block;
  border-right: 1px solid #8A8A79;
}
.block-prices table td.price {
  text-align: center;
}
.block-prices table td.price span:not(.show-mobile) {
  padding-right: 1.4rem;
  padding-left: 0.7rem;
  display: block;
}

.front-blocks .block.block-megapolis-description {
  padding-top: 0;
  background: #F0F0E1;
}
.front-blocks .block.block-megapolis-description .head-h6 {
  text-transform: uppercase;
  padding: 0.5rem 0.7rem 0.35rem;
  background: #cecebf;
  color: #676759;
  text-align: center;
}
.front-blocks .block.block-megapolis-description h3 {
    text-transform: uppercase;
    padding: 0.5rem 0.7rem 0.35rem;
    background: #cecebf;
    color: #676759;
    text-align: center;
    font-size: 1.04762rem;
    margin: 0;
    font-weight: normal;
}
.front-blocks .block.block-megapolis-description .text {
  max-width: 1340px;
  padding: 1.1rem 1.4rem 0.23rem;
  margin: 0 auto;
}
.front-blocks .block.block-megapolis-description .text p {
  margin: 0;
  color: #99998C;
  font-size: 20px;
  line-height: 28px;
  font-size: 0.95238rem;
  line-height: 1.33333rem;
}

/* destination */
.front-blocks .block.block-destination {
  padding-top: 1px;
  padding-bottom: 0;
}

.transparent-abs {
  position: absolute;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(238, 238, 238, 0.64);
  padding: 0.7rem 0;
  z-index: 1;
}
.transparent-abs .head-h2,
.transparent-abs .head-h3 {
  margin: 0.5rem;
}

.ymaps-map {
  background: #DFDFD0 !important;
}

.ymaps-layers-pane > ymaps > ymaps > ymaps,
.ymaps-layers-pane > ymaps > canvas {
  /**/
  filter: url(../images/filter.svg#grayscale);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: .35 !important;
}

.block-destination .ymaps-image-with-content {
  background: transparent !important;
  width: 210px !important;
  height: 100px !important;
  left: -100px !important;
  top: -127px !important;
}
.block-destination .ymaps-image-with-content .ymaps-image-with-content-content {
  font-family: "Minion", Arial, Helvetica, "Nimbus Sans L", sans-serif !important;
  font-size: 18px;
  font-size: 0.85714rem;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
}

.destination-benilux {
  color: #fff;
  border-bottom: 3px solid #C76400;
  background: #777768 !important;
  position: relative;
}
.destination-benilux:after {
  position: absolute;
  content: '';
  bottom: -23px;
  left: 50%;
}
.destination-benilux .title {
  background: #A5A59A;
  font-size: 21px;
  font-size: 1rem;
  padding: 0.5rem 0.35rem 0.35rem;
  text-transform: uppercase;
}
.destination-benilux .road {
  padding: 0.35rem 0.35rem 0.23rem;
  font-size: 18px;
  font-size: 0.85714rem;
}
.destination-benilux.point-mobile {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0,0,0, .25)
}
.destination-benilux.point-mobile .title {
  font-family: "Minion", Arial, Helvetica, "Nimbus Sans L", sans-serif !important;
  font-size: 1.4714rem;
  padding: 0.5rem 1.2rem;
}



/* contacts */
.block-contacts .head-h2 {
  margin-bottom: 1.3rem;
  margin-top: 0;
}

.block-contacts .contacts {
  background: #DFDFD0;
  overflow: hidden;
}
.block-contacts .contacts .contact-info {
  overflow: hidden;
  padding: 1.4rem;
}
.block-contacts .contacts .col-left {
  float: left;
  text-align: left;
}
.block-contacts .contacts .col-right {
  float: right;
  width: 555px;
  height: 555px;
  border: 1px solid #fff;
  overflow: hidden;
}
.block-contacts .contacts .contact-item {
  font-size: 22px;
  font-size: 1.04762rem;
  text-transform: uppercase;
  padding-bottom: 2.15rem;
}
.block-contacts .contacts .ymaps-image-with-content {
  background: transparent !important;
  width: 120px !important;
  height: 60px !important;
  left: 0px !important;
  top: -30px !important;
}
.block-contacts .contacts .ymaps-image-with-content .ymaps-image-with-content-content {
  font-size: 11px;
  font-size: 0.52381rem;
  font-weight: bold;
  color: #333;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
}
.block-contacts .contacts .contact-benilux {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  font-weight: bold !important;
  text-align: left;
  font-size: 11px !important;
}
.block-contacts .contacts .contact-benilux span {
  position: absolute;
  bottom: 12px;
  left: -20px;
}

.contacts-title {
  overflow: hidden;
  padding: 0.85rem 1.4rem;
  background: #cecebf;
}
.contacts-title img {
  float: left;
}
.contacts-title .phone {
  float: right;
  font-size: 36px;
  font-size: 1.71429rem;
  color: #676759;
  padding-top: 0.23rem;
}

/* infrastructure */
.block-infrastructure.block {
  padding: 0;
}
.block-infrastructure.block .ymaps-image-with-content {
  background: transparent !important;
}

.infrastructure-type {
  display: table;
  width: 100%;
  position: relative;
}
.infrastructure-type .type {
  display: table-cell;
  width: 50%;
  padding: 0px 20px 25px;
  padding: 0rem 0.95238rem 1.19048rem;
  vertical-align: top;
  border-bottom: 3px solid transparent;
  position: relative;
  cursor: pointer;
}
.infrastructure-type .type:first-child {
  border-right: 1px solid #EEEEEE;
}
.infrastructure-type .type.active {
  border-bottom-color: #C76400;
}
.infrastructure-type .type.active:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 50%;
  z-index: 100;
}
.infrastructure-type .head-h6 {
  text-align: center;
  font-size: 21px;
  font-size: 1rem;
  padding: 20px 10px;
  padding: 0.95238rem 0.47619rem;
  border-bottom: 1px solid #cecebf;
  margin: 0px 0px 20px;
  margin: 0rem 0rem 0.95238rem;
}
.infrastructure-type img {
  float: left;
  margin: 0px 20px 0px 0px;
  margin: 0rem 0.95238rem 0rem 0rem;
  border: 2px solid #8A8A79;
}
.infrastructure-type .text {
  font-size: 18px;
  font-size: 0.85714rem;
  color: #99998C;
}

.map-legend {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 960px;
  margin-left: -480px;
  padding-bottom: 25px;
  z-index: 100;
}
.map-legend .left {
  max-width: 725px;
}
.map-legend .right .block-recommend {
  max-width: 230px;
}

.block-legend {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 48px;
  margin: 0 8px 8px 0;
  border: 1px solid;
  background-color: #F0F0E1;
}
.block-legend .icon {
  display: block;
  float: left;
  width: 47px;
  height: 46px;
  background: url('../images/icons-legend-md.png') no-repeat 50% 6px;
}
.block-legend .text {
  width: 181px;
  height: 46px;
  padding: 6px 10px 2px;
  text-align: center;
  font-size: 16px;
  color: #777777;
  font-family: myriad pro;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  text-transform: uppercase;
}
.block-legend.block-legend-cafe {
  border-color: #8C6900;
}
.block-legend.block-legend-cafe .icon {
  background-color: #8C6900;
  background-position: 50% 6px;
}
.block-legend.block-legend-sport {
  border-color: #8C2300;
}
.block-legend.block-legend-sport .icon {
  background-color: #8C2300;
  background-position: 50% -231px;
}
.block-legend.block-legend-store {
  border-color: #6D00D9;
}
.block-legend.block-legend-store .icon {
  background-color: #6D00D9;
  background-position: 50% -423px;
}
.block-legend.block-legend-medicine {
  border-color: #FF8000;
}
.block-legend.block-legend-medicine .icon {
  background-color: #FF8000;
  background-position: 5px -638px;
}
.block-legend.block-legend-edu {
  border-color: #00B259;
}
.block-legend.block-legend-edu .icon {
  background-color: #00B259;
  background-position: 50% -863px;
}
.block-legend.block-legend-beauty {
  border-color: #FF0000;
}
.block-legend.block-legend-beauty .icon {
  background-color: #FF0000;
  background-position: 5px -1080px;
}

.block-recommend {
  height: 44px;
  margin-top: 29px;
  border: 1px solid #777777;
  background-color: #777777;
  font-family: myriad pro;
  font-size: 16px;
  color: #F0F0E1;
  overflow: hidden;
}
.block-recommend .icon {
  display: block;
  float: left;
  width: 43px;
  height: 44px;
  background: #F0F0E1 url('../images/icon-star-md.png') no-repeat 50% 48%;
}
.block-recommend .text {
  display: block;
  padding: 3px 10px 5px 43px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.infrastructure-point {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 110px;
  padding-bottom: 28px;
  background: url('../images/icon-inf-bottom.png') no-repeat 0 100%;
}
.infrastructure-point .point-type {
  display: table;
  width: 100%;
  height: 24px;
  border: 1px solid;
  margin-top: 1px;
  position: relative;
}
.infrastructure-point .point-type span {
  display: table-cell;
  width: 24px;
}
.infrastructure-point .point-type .point-name {
  background: #F0F0E1;
  padding: 2px 5px;
  padding: 0.09524rem 0.2381rem;
  display: table-cell;
  vertical-align: middle;
  color: #777768;
  font-family: myriad pro;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}
.infrastructure-point .point-type.type-medicine {
  border-color: #FF8000;
}
.infrastructure-point .point-type.type-medicine span {
  background: #FF8000 url('../images/icon-map-medicine.png') no-repeat 50% 50%;
}
.infrastructure-point .point-type.type-beauty {
  border-color: #FF0000;
}
.infrastructure-point .point-type.type-beauty span {
  background: #FF0000 url('../images/icon-map-beauty.png') no-repeat 50% 50%;
}
.infrastructure-point .point-type.type-sport {
  border-color: #8C2300;
}
.infrastructure-point .point-type.type-sport span {
  background: #8C2300 url('../images/icon-map-sport.png') no-repeat 50% 50%;
}
.infrastructure-point .point-type.type-store {
  border-color: #6D00D9;
}
.infrastructure-point .point-type.type-store span {
  background: #6D00D9 url('../images/icon-map-store.png') no-repeat 50% 50%;
}
.infrastructure-point .point-type.type-edu {
  border-color: #00B259;
}
.infrastructure-point .point-type.type-edu span {
  background: #00B259 url('../images/icon-map-edu.png') no-repeat 50% 50%;
}
.infrastructure-point .point-type.type-cafe {
  border-color: #8C6900;
}
.infrastructure-point .point-type.type-cafe span {
  background: #8C6900 url('../images/icon-map-cafe.png') no-repeat 45% 50%;
}
.infrastructure-point .point-type.recommend:before {
  content: '';
  position: absolute;
  right: -18px;
  top: 0;
  width: 23px;
  height: 22px;
  background: url('../images/icon-map-recommend.png') no-repeat;
}

/* genplan */
.block-genplan #map {
  height: auto !important;
  padding-top: 138px;
}
.block-genplan .transparent-abs {
  top: 0;
}

.genplan {
  width: 1150px;
  /* margin-left: -580px;
  height: 650px;
  position: absolute;
  z-index: 100;  
  top: 138px;
  left: 50%; */
  margin: 0 auto 20px;
  border: 7px solid;
  border-color: rgba(0, 0, 0, 0.48);
  background: #EEEEEE url('../images/bg-genplan.jpg') 50% 50% no-repeat;
}
.genplan img {
  width: 100%;
  display: block;
  max-width: 100%;
}
.genplan .genplan-item {
  position: absolute;
  width: 210px;
  border-bottom: 3px solid #C76400;
  background: #A5A59A;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
}
.genplan .genplan-item:after {
  position: absolute;
  content: '';
  bottom: -23px;
  left: 50%;
}
.genplan .genplan-item .name {
  font-size: 18px;
  font-size: 0.85714rem;
  padding: 0.5rem 0.35rem 0.35rem;
  padding: 18px;
  padding: 0.85714rem;
  text-transform: uppercase;
}
.genplan .genplan-item .availability {
  padding: 3px 18px;
  padding: 0.14286rem 0.85714rem;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.66667rem;
  background: #00B200;
}
.genplan.genplan-vertical {
  width: 850px;
  /* height: 1000px;
  margin-top: -500px;
  margin-left: -425px; // test */
}

/* gallery */
.wrapper-gallery {
  position: relative;
  padding: 20px 0px;
  padding: 0.95238rem 0rem;
}
.wrapper-gallery .gallery-big-img {
  position: relative;
  width: 1000px;
  height: 750px;
  overflow: hidden;
  margin: 0 auto;
}
.wrapper-gallery .gallery-big-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.wrapper-gallery .gallery-big-img-wrapper {
  position: relative;
}
.wrapper-gallery .gallery-big-sm {
  text-align: center;
  padding: 22px 0px 0px;
  padding: 1.04762rem 0rem 0rem;
  max-width: 1000px;
  margin: 0 auto;
}
.wrapper-gallery .gallery-big-sm img {
  border: 7px solid;
  border-color: rgba(0, 0, 0, 0.48);
  margin: 0px 8px 14px;
  margin: 0rem 0.38095rem 0.66667rem;
  cursor: pointer;
}
.wrapper-gallery .gallery-big-sm img.active {
  border-color: rgba(240, 240, 225, 0.48);
  cursor: default;
}
.wrapper-gallery .arrows span {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.wrapper-gallery .arrows span.arrow-next {
  right: 20px;
}
.wrapper-gallery .arrows span.arrow-prev {
  left: 20px;
}
.wrapper-gallery .arrows span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

/* objects */
.front-blocks .block-residence-page {
  padding-top: 1px;
}
.front-blocks .block-residence-page .btn.btn-bordered {
  width: 406px;
}

.filters {
  background-color: rgba(0, 0, 0, 0.56);
  padding: 5px 0px 0px;
  padding: 0.2381rem 0rem 0rem;
  margin: 0px 0px 20px;
  margin: 0rem 0rem 0.95238rem;
  /* one column design */
}
.filters.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #707070;
  z-index: 500;
}
.filters .filter-object-types {
  padding: 3px 0px 5px 20px;
  padding: 0.14286rem 0rem 0.2381rem 0.95238rem;
}
.filters .filter-object-types > label {
  display: inline-block;
  font-size: 18px;
  font-size: 0.85714rem;
  height: 24px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #fff;
  padding-right: 10px;
  vertical-align: middle;
}
.filters .filter {
  display: inline-block;
  margin: 0 8px 5px;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.68);
  background: #EEEEEE;
  padding: 0 0 0 0;
  width: 310px;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-size: 0.85714rem;
  line-height: 1.04762rem;
  position: relative;
  color: #73736C;
  text-transform: uppercase;
  font-weight: 600;
}
.filters .filter:before {
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  content: '';
  position: absolute;
  background-color: #cecebf;
}
.filters .filter:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
}
.filters .filter .data {
  padding: 14px 0px 10px 10px;
  padding: 0.66667rem 0rem 0.47619rem 0.47619rem;
  padding-right: 60px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 10;
}
.filters .filter .data.openned {
  position: relative;
  z-index: 101;
}
.filters .filter .from,
.filters .filter .to {
  text-transform: none;
}
.filters .filter .to.filled {
  position: relative;
  padding-left: 30px;
}
.filters .filter .to.filled:before {
  position: absolute;
  content: '';
  left: 9px;
  top: 50%;
  width: 10px;
  border-top: 1px solid #73736C;
}
.filters .filter .data-list {
  position: absolute;
  z-index: 102;
  visibility: hidden;
  top: 100%;
  left: -2px;
  right: 48px;
  margin-top: 0px;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.68);
  border-top: 1px solid;
  background: #EEEEEE;
}
.filters .filter .data-list .col {
  float: left;
  width: 50%;
  padding: 7px 10px;
  padding: 0.33333rem 0.47619rem;
  height: 280px;
  width: 128px;
}
.filters .filter .data-list .item {
  position: relative;
  padding: 12px 0px;
  padding: 0.57143rem 0rem;
  cursor: pointer;
  font-weight: normal;
  font-size: 15px;
  font-size: 0.71429rem;
  display: block;
}
.filters .filter .data-list .item:hover, .filters .filter .data-list .item.active {
  color: #C76400;
}
.filters .filter .data-list .item strong {
  font-weight: normal;
  font-size: 21px;
  font-size: 1rem;
}
.filters .filter .data-list .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  border-top: 1px solid #cecebf;
  width: 20px;
  margin-left: -10px;
}
.filters .filter .data-list .all-item {
  cursor: pointer;
  display: inline-block;
  clear: both;
  margin: 10px;
  margin: 0.47619rem;
}
.filters a.btn {
  padding: 14px 20px 10px;
  padding: 0.66667rem 0.95238rem 0.47619rem;
  font-size: 18px;
  line-height: 22px;
  font-size: 0.85714rem;
  line-height: 1.04762rem;
  color: #73736C;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.68);
  background: #EEEEEE;
  vertical-align: top;
}
.filters .filter.one-col .data .to,
.filters .filter.one-col .data .from {
  display: none;
}
.filters .filter.one-col .data-list {
  padding-bottom: 10px;
}
.filters .filter.one-col .data-list .col {
  width: 100%;
}
.filters .filter.one-col .data-list .col .item {
  text-align: left;
  padding-left: 15px;
}
.filters .filter.one-col .data-list .col .item:last-child:before {
  display: none;
}
@media all and (max-width: 1450px) {
  .filters .filter.type-roads, .filters .filter.type-type-object {
    width: 230px;
  }
  .filters .filter.type-distance-mkad {
    width: 300px;
  }
  .filters .filter,
  .filters a.btn.reset {
    font-size: 17px;
    font-size: 0.80952rem;
    margin-left: 3px;
    margin-left: 0.14286rem;
    margin-right: 3px;
    margin-right: 0.14286rem;
  }
}

.filters-row.filters-object {
  display: table;
  width: 100%;
}
.filters-row.filters-object .filters-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.filters-row.filters-object .filters-row {
  padding-bottom: 10px;
  padding-bottom: 0.47619rem;
}
.filters-row.filters-object .filter-results {
  display: inline-block;
  vertical-align: top;
  width: 213px;
}
.filters-row.filters-object .filter {
  width: auto;
  display: block;
  border-width: 2px;
  margin-right: 0px;
  margin-right: 0rem;
  margin-left: 3px;
  margin-left: 0.14286rem;
}
.filters-row.filters-object .filter:before {
  width: 41px;
}
.filters-row.filters-object .filter:after {
  right: 19px;
}
.filters-row.filters-object .filter .data {
  font-size: 15px;
  font-size: 0.71429rem;
  font-weight: 400;
  padding: 9px 42px 9px 5px;
  padding: 0.42857rem 2rem 0.42857rem 0.2381rem;
}
.filters-row.filters-object .filter .data-list {
  border-width: 1px 2px 2px;
  left: -2px;
  right: 39px;
  z-index: 522;
}
.filters-row.filters-object .filter .data-list .item,
.filters-row.filters-object .filter .data-list .item strong {
  font-size: 14px;
  line-height: 15px;
  font-size: 0.66667rem;
  line-height: 0.71429rem;
}
.filters-row.filters-object .filter.two-col .data-list {
  right: -2px;
}
.filters-row.filters-object .filter.two-col .col {
  width: 50%;
  margin-bottom: 7px;
}
.filters-row.filters-object .filter.one-col .col .item, .filters-row.filters-object .filter.two-col .col .item {
  padding-left: 35px;
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 15px;
  font-size: 0.66667rem;
  line-height: 0.71429rem;
}
.filters-row.filters-object .filter.one-col .col .item:before, .filters-row.filters-object .filter.two-col .col .item:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 47%;
}
.filters-row.filters-object .filter.one-col .col .item:last-child:before, .filters-row.filters-object .filter.two-col .col .item:last-child:before {
  display: block;
}
.filters-row.filters-object .results {
  padding-left: 5px;
  padding-bottom: 7px;
  text-align: left;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 13px;
  font-size: 0.47619rem;
  line-height: 0.61905rem;
  overflow: hidden;
  color: #fff;
}
.filters-row.filters-object .results span.item {
  float: left;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
.filters-row.filters-object .results span.item:hover {
  color: #C76400;
}
.filters-row.filters-object .results span.item strong {
  font-weight: 400;
}
.filters-row.filters-object .results span.item:after {
  content: '';
  position: absolute;
  top: 45%;
  right: 7px;
}
.filters-row.filters-object .results span.item.all {
  cursor: default;
}
.filters-row.filters-object .results span.item.all:hover {
  color: #fff;
}
.filters-row.filters-object .results span.item.all:after {
  display: none;
}
.filters-row.filters-object .results .results-from,
.filters-row.filters-object .results .results-to {
  overflow: hidden;
}
.filters-row.filters-object .results .results-from .label,
.filters-row.filters-object .results .results-to .label {
  float: left;
  width: 30px;
}
.filters-row.filters-object .results .results-from span.item,
.filters-row.filters-object .results .results-to span.item {
  cursor: default;
  padding: 0;
}
.filters-row.filters-object .results .results-from span.item:hover,
.filters-row.filters-object .results .results-to span.item:hover {
  color: #fff;
}
.filters-row.filters-object .results .results-from span.item:after,
.filters-row.filters-object .results .results-to span.item:after {
  display: none;
}
.filters-row.filters-object a.btn {
  padding: 9px 19px 9px 18px;
  padding: 0.42857rem 0.90476rem 0.42857rem 0.85714rem;
  font-size: 15px;
  line-height: 22px;
  font-size: 0.71429rem;
  line-height: 1.04762rem;
  margin-left: 3px;
  margin-left: 0.14286rem;
  font-weight: 400;
}

.sorting {
  padding: 0px 15px 15px;
  padding: 0rem 0.71429rem 0.71429rem;
  font-size: 21px;
  font-size: 1rem;
  text-align: left;
  max-width: 1430px;
  margin: 0 auto;
}
.sorting label {
  display: inline-block;
  padding-right: 25px;
}
.sorting a {
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.47619rem;
  -moz-transition: padding 0.6s;
  -o-transition: padding 0.6s;
  -webkit-transition: padding 0.6s;
  transition: padding 0.6s;
  position: relative;
}
.sorting a:before {
  position: absolute;
  content: '';
  right: 0;
  top: 56%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.9s;
  -o-transition: opacity 0.9s;
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
}
.sorting a.active, .sorting a:hover {
  color: #C76400;
}
.sorting a.active {
  padding-right: 22px;
}
.sorting a.active:before {
  position: absolute;
  content: '';
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.sorting a.by-popular {
  padding-right: 0;
}
.sorting a.by-popular:before {
  display: none;
}
.sorting a.by-popular.active {
  color: #C76400;
  padding-right: 0;
}

/* scrollpane */
.jspContainer {
  position: relative;
}
.jspContainer .jspPane {
  position: absolute;
}
.jspContainer .jspVerticalBar {
  position: absolute;
  top: 10px;
  right: 6px;
  width: 1px;
  bottom: 0;
}
.jspContainer .jspCap {
  display: none;
}
.jspContainer .jspTrack {
  background: #cecebf;
  width: 1px;
  position: relative;
}
.jspContainer .jspDrag {
  background: #73736C;
  position: relative;
  width: 3px;
  top: 0;
  left: -1px;
  cursor: pointer;
}

.scroll-descr .jspVerticalBar {
  position: absolute;
  top: 0px;
  right: 6px;
  width: 4px;
  bottom: 0;
}
.scroll-descr .jspTrack {
  background: #DFDFD0;
  width: 4px;
  position: relative;
}
.scroll-descr .jspDrag {
  background: #cecebf;
  position: relative;
  width: 8px;
  top: 0;
  left: -2px;
  cursor: pointer;
}
.scroll-descr .jspDrag:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
}

.form-type-checkbox {
  margin-bottom: 5px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.form-type-checkbox input {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 10;
}
.form-type-checkbox label {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-size: 0.85714rem;
  height: 24px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
  cursor: pointer;
}
.form-type-checkbox label:before {
  position: absolute;
  content: '';
  left: 0;
}
.form-type-checkbox.form-type-checkbox label:before {
  top: 50%;
  margin-top: -8px;
}

/* card */
.product-card-preview {
  position: fixed;
  z-index: 10002;
  width: 1040px;
  top: 50%;
  left: 50%;
  margin-top: -210px;
  margin-left: -520px;
  height: 424px;
  display: none;
}
.product-card-preview .close {
  cursor: pointer;
  right: -55px;
  top: 3px;
  position: absolute;
}
.product-card-preview .card-gallery {
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.48);
  width: 560px;
  height: 100%;
  float: left;
}
.product-card-preview .card-info {
  float: left;
  width: 480px;
  height: 100%;
  background: #F0F0E1;
}
.product-card-preview .lot-price {
  display: table;
  width: 100%;
  background: #cecebf;
  height: 80px;
  margin-bottom: 15px;
  margin-bottom: 0.71429rem;
}
.product-card-preview .lot-price span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 20px;
  padding: 0rem 0.95238rem;
  font-size: 30px;
  font-size: 1.42857rem;
  color: #73736C;
  text-transform: uppercase;
}
.product-card-preview .lot-price .lot {
  border-right: 1px solid #fff;
}
.product-card-preview .head-h2 {
  margin: 3px 0px;
  margin: 0.14286rem 0rem;
  text-align: left;
  padding: 0px 20px 0px 35px;
  padding: 0rem 0.95238rem 0rem 1.66667rem;
  font-size: 36px;
  line-height: 39px;
  font-size: 1.71429rem;
  line-height: 1.85714rem;
  text-transform: none;
}
.product-card-preview .description {
  margin-top: 15px;
  margin-top: 0.71429rem;
  text-align: left;
  padding: 0px 20px 0px 35px;
  padding: 0rem 0.95238rem 0rem 1.66667rem;
}
.product-card-preview .description .item {
  overflow: hidden;
  padding: 0px 0px 8px;
  padding: 0rem 0rem 0.38095rem;
  font-size: 24px;
  font-size: 1.14286rem;
}
.product-card-preview .description .item span {
  float: left;
  width: 50%;
}
.product-card-preview .description .item strong {
  float: left;
  width: 50%;
  font-weight: 400;
}
.product-card-preview .btn.btn-orange {
  font-weight: normal;
  font-size: 21px;
  font-size: 1rem;
}

/* slider jssor */
.card-gallery {
  /* jssor slider thumbnail navigator skin 03 css */
  /*
  .jssort03 .p            (normal)
  .jssort03 .p:hover      (normal mouseover)
  .jssort03 .pav          (active)
  .jssort03 .pdn          (mousedown)
  */
}
.card-gallery .jssor {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 564px;
  height: 426px;
  overflow: hidden;
  visibility: hidden;
}
.card-gallery .jssor .loading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('../images/loading.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.card-gallery .jssor .slides {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  width: 564px;
  height: 426px;
  overflow: hidden;
}
.card-gallery .jssora02l,
.card-gallery .jssora02r {
  display: block;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  top: 50%;
}
.card-gallery .jssora02l:hover,
.card-gallery .jssora02r:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.card-gallery .jssora02l {
  left: 10px;
}
.card-gallery .jssora02r {
  right: 10px;
}
.card-gallery .jssort03 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 564px;
  height: 88px;
}
.card-gallery .jssort03 .thumbnavigator-skin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=56);
  opacity: 0.56;
}
.card-gallery .jssort03 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 64px;
  overflow: hidden;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.48);
}
.card-gallery .jssort03 .p.pav {
  border-color: rgba(255, 255, 255, 0.48);
}
.card-gallery .jssort03 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.card-gallery .jssort03 .w,
.card-gallery .jssort03 .pav:hover .w {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.card-gallery .jssort03 .c {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 64px;
  background-color: #000;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
  opacity: 0.45;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.card-gallery .jssort03 .p:hover .c,
.card-gallery .jssort03 .pav .c {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.card-gallery .jssort03 .p:hover .c {
  @iclude transition(none);
}

/* modal type */
.gallery-modal .jssor-modal {
  width: 1000px;
  height: 750px;
  visibility: hidden;
}
.gallery-modal .jssor-modal > div {
  transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
}
.gallery-modal .jssor-modal .slides {
  width: 1000px;
  height: 750px;
}
.gallery-modal .jssor-modal .jssort03 {
  left: 50px;
  right: 50px;
  position: absolute;
  bottom: 0;
  height: 185px;
  overflow: hidden;
}
.gallery-modal .jssor-modal .jssort03 .jssort03 {
  left: auto;
  right: auto;
  margin-left: 0;
}
.gallery-modal .jssor-modal .jssort03 .thumbnavigator-skin {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  height: 185px;
}
.gallery-modal .jssor-modal .jssort03 .p,
.gallery-modal .jssor-modal .jssort03 .c {
  width: 160px;
  height: 124px;
  overflow: hidden;
}
.gallery-modal .jssor-modal .jssort03 .p {
  border: 7px solid;
  border-color: rgba(0, 0, 0, 0.48);
}
.gallery-modal .jssor-modal .jssort03 .p.pav {
  border-color: rgba(255, 255, 255, 0.48);
}
.gallery-modal .jssora02l,
.gallery-modal .jssora02r {
  display: block;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  top: 50%;
  margin-top: 0;
}
.gallery-modal .jssora02l {
  left: -60px;
}
.gallery-modal .jssora02r {
  right: -60px;
}

/* full view object */
.block-object .wrapper-object {
  max-width: 1200px;
  margin: 0 auto;
}

.object-full-view .object-full-big-img {
  border: 10px solid;
  border-color: rgba(255, 255, 255, 0.64);
  width: 879px;
  overflow: hidden;
}
.object-full-view .object-full-big-img img {
  display: block;
}
.object-full-view .object-full-main-info {
  margin-left: -70px;
  width: 360px;
  text-align: right;
  padding: 20px;
  padding: 0.95238rem;
  background: url('../images/bg-object-info.png') repeat-y;
  text-transform: uppercase;
}
.block-project .object-full-view .object-full-main-info {
  margin-left: 0;
  margin-right: -70px;
  background-image: url('../images/bg-project-info.png');
}
.object-full-view .object-full-main-info .lot {
  font-size: 30px;
  font-size: 1.42857rem;
  padding: 0px 0px 10px;
  padding: 0rem 0rem 0.47619rem;
}
.object-full-view .object-full-main-info .lot.name {
  font-size: 22px;
  font-size: 1.04762rem;
}
.object-full-view .object-full-main-info .type {
  font-size: 18px;
  font-size: 0.85714rem;
  padding: 0px 0px 10px;
  padding: 0rem 0rem 0.47619rem;
}
.object-full-view .object-full-main-info .type.project {
  font-size: 36px;
  font-size: 1.71429rem;
  padding: 10px 0px 15px;
  padding: 0.47619rem 0rem 0.71429rem;
}
.object-full-view .object-full-main-info .price {
  font-size: 30px;
  font-size: 1.42857rem;
  padding: 15px 0px;
  padding: 0.71429rem 0rem;
  border-top: 1px solid #cecebf;
}
.object-full-view .object-full-main-info .price span {
  font-size: 18px;
  font-size: 0.85714rem;
}
.object-full-view .object-full-main-info .price.square {
  font-size: 36px;
  font-size: 1.71429rem;
  padding: 20px 0px;
  padding: 0.95238rem 0rem;
}
.object-full-view .object-full-main-info .price.square span {
  font-size: 22px;
  font-size: 1.04762rem;
}
.block-project .object-full-view .object-full-main-info .lot,
.block-project .object-full-view .object-full-main-info .type,
.block-project .object-full-view .object-full-main-info .price {
  text-align: left;
}
.object-full-view .object-full-main-info .info-items {
  background-color: rgba(197, 197, 180, 0.36);
  overflow: hidden;
}
.object-full-view .object-full-main-info .info-items > .item {
  display: block;
  padding: 7px 20px 5px;
  padding: 0.33333rem 0.95238rem 0.2381rem;
  font-size: 18px;
  font-size: 0.85714rem;
  border-bottom: 1px solid #cecebf;
}
.object-full-view .object-full-main-info .info-items > .item:last-child {
  border: 0;
}
.object-full-view .object-full-main-info .info-items > .item label {
  float: left;
}
.object-full-view .object-full-main-info .info-items > .item .unit {
  font-size: 14px;
  font-size: 0.66667rem;
}
.object-full-view .object-full-main-info .actions .btn {
  display: block;
  font-weight: normal;
  background: #ffa851;
  margin-top: 20px;
  margin-top: 0.95238rem;
  font-size: 22px;
  font-size: 1.04762rem;
}
.object-full-view .object-full-main-info .order {
  display: none;
}
body > .order[data-form] {
  display: none;
}
.object-full-view .object-full-description {
  clear: both;
  margin-left: 10px;
  margin-top: -210px;
  position: relative;
  width: 430px;
  background: url('../images/bg-object-descr.png') no-repeat 0 0;
  padding: 10px 5px 25px 20px;
  padding: 0.47619rem 0.2381rem 1.19048rem 0.95238rem;
  text-align: left;
  /* borders */
}
.object-full-view .object-full-description:before {
  width: 10px;
  background-color: rgba(255, 255, 255, 0.64);
  content: '';
  position: absolute;
  top: 210px;
  left: -10px;
  bottom: 0;
}
.object-full-view .object-full-description:after {
  height: 10px;
  background-color: rgba(255, 255, 255, 0.64);
  content: '';
  position: absolute;
  bottom: -10px;
  left: -10px;
  right: 10px;
}
.block-project .object-full-view .object-full-description {
  margin-left: 0;
  margin-right: 10px;
  /* borders */
}
.block-project .object-full-view .object-full-description:before {
  left: auto;
  right: -10px;
}
.block-project .object-full-view .object-full-description:after {
  left: 10px;
  right: -10px;
}
.object-full-view .object-full-description .head-h3 {
  @inlude type-layout(21px, 26px);
  color: #73736C;
  margin: 5px 0px 5px;
  margin: 0.2381rem 0rem 0.2381rem;
}
.object-full-view .object-full-description .scroll-descr {
  height: 510px;
  font-size: 18px;
  line-height: 24px;
  font-size: 0.85714rem;
  line-height: 1.14286rem;
  color: #99998C;
}
.object-full-view .object-full-description .scroll-descr .content {
  padding-right: 20px;
}
.object-full-view .object-full-gallery {
  width: 449px;
  border: 10px solid;
  border-top: 0;
  border-color: rgba(255, 255, 255, 0.64);
  margin-left: -10px;
  overflow: hidden;
}
.block-project .object-full-view .object-full-gallery {
  margin-left: 0;
  margin-right: -10px;
}
.object-full-view .object-full-gallery .head-h4 {
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
  margin: 0rem;
  padding: 14px 0px 11px;
  padding: 0.66667rem 0rem 0.52381rem;
  font-size: 22px;
  font-size: 1.04762rem;
  background: #F0F0E1;
}
.object-full-view .object-full-gallery .gallery-modal {
  display: none;
  position: fixed;
  width: 1000px;
  height: 750px;
  z-index: 10002;
  top: 50%;
  left: 50%;
  margin-left: -500px;
  margin-top: -375px;
}
.object-full-view .object-full-gallery .wrapper-gallery {
  padding: 0;
  margin: 0;
}
.object-full-view .object-full-gallery .wrapper-gallery .gallery-big-img {
  width: 430px;
  height: 322px;
  overflow: hidden;
}
.object-full-view .object-full-gallery .wrapper-gallery .gallery-big-img a.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.object-full-view .object-full-gallery .wrapper-gallery .gallery-big-img a.active:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 1;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.object-full-view .object-full-gallery .wrapper-gallery .gallery-big-img a.active:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.object-full-view .object-full-gallery .wrapper-gallery .arrows {
  display: none;
}
.object-full-view .object-full-gallery .wrapper-gallery .gallery-big-sm {
  padding-top: 1px;
  overflow: hidden;
  margin-right: -1px;
  background: #F0F0E1;
}
.object-full-view .object-full-gallery .wrapper-gallery .gallery-big-sm img {
  float: left;
  margin: 0 1px 1px 0;
  border: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=64);
  opacity: 0.64;
}
.object-full-view .object-full-gallery .wrapper-gallery .gallery-big-sm img.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.block-project .object-full-view .object-full-gallery .wrapper-gallery .gallery-big-sm img.active {
  -moz-box-shadow: 0 0 1px rgba(255, 168, 81, 0.8) inset;
  -webkit-box-shadow: 0 0 1px rgba(255, 168, 81, 0.8) inset;
  box-shadow: 0 0 1px rgba(255, 168, 81, 0.8) inset;
}
.object-full-view .object-full-gallery .wrapper-gallery .gallery-big-sm a.modal {
  display: table-cell;
  width: 85px;
  height: 63px;
  background: #99998C;
  vertical-align: middle;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
}

.gallery-watermark {
  position: absolute;
  z-index: 1000;
  background-image: url("/foto/watermarks/1000_665_logo.png");
  background-repeat: no-repeat;
  height: 750px;
  width: 1000px;
}
