

/* Base */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Mixins */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* Links */
a {
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -webkit-transition-property: color, opacity, background, border;
  transition-property: color, opacity, background, border;
}
a:hover {
  text-decoration: none;
}
/* Clear fix */
.cf,
.clearfix {
  zoom: 1;
}
.cf:before,
.clearfix:before,
.cf:after,
.clearfix:after {
  content: '';
  display: table;
}
.cf:after,
.clearfix:after {
  clear: both;
}
header,
main,
footer {
  zoom: 1;
}
header:before,
main:before,
footer:before,
header:after,
main:after,
footer:after {
  content: '';
  display: table;
}
header:after,
main:after,
footer:after {
  clear: both;
}
/* Customs */
body {
  font: 15px 'Noto Sans', tahoma, sans-serif;
}
header,
main,
footer {
  /*min-width: 1040px;*/
}
@media (max-width: 768px) {
  header,
  main,
  footer,
  .adaptive{
    min-width: auto !important;
  }
}
a {
  color: #00aad7;
}
.adaptive {
  position: relative;
  /*min-width: 960px;*/
  margin: 0 8%;
}
@media (max-width: 768px) {
  .adaptive {
    width: 100%;
    padding: 0 10px;
    min-width: auto;
    margin: 0;
  }
}
footer {
  background: #252525;
  padding: 25px;
  color: #8e8e8e;
  font-size: 13px;
}
@media (max-width: 768px) {
  footer {
    padding: 20px 10px;
  }
}
footer .w33 {
  width: 33.33333333%;
  float: left;
  padding-right: 30px;
}
@media (max-width: 768px) {
  footer .w33 {
    float: none;
    width: 100%;
    padding: 0 0 1em 0;
  }
}
footer a {
  color: #8e8e8e;
}
header {
  height: 751px;
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  header {
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  header {
    height: 578px;
  }
  header > .adaptive {
    padding-top: 8px;
    height: 66px;
    background: #00aad7;
  }
}
header .h-bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  header .h-bg-wrap {
    background: url(../img/head.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding-bottom: 0;
    height: 421px;
  }
}
header .h-bg-wrap .h-bg {
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  header .h-bg-wrap .h-bg {
    display: none;
  }
}
header .h-bg-wrap .h-bg > img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .h-bg-wrap .h-bg .h-light {
  width: 223px;
  height: 417px;
  position: absolute;
  left: 50%;
  top: 143px;
  margin-left: 74px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index:100;
}
header .h-bg-wrap .h-bg .h-light:hover .f-hint {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
header .h-bg-wrap .h-bg .h-light .floor {
  width: inherit;
  display: block;
  position: absolute;
  background: url(../img/floors.png) no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  z-index:10;
}
header .h-bg-wrap .h-bg .h-light .floor:last-child{
  z-index:0;
  height: 91px !important;
  top: 372px !important;
  margin-left: -13px;
  background-position: 0px -611px;
  width: 411px;
}
header .h-bg-wrap .h-bg .h-light .floor:hover {
  opacity: 1;
}
header a.logo-main,
header a.logo-in,
header a.logo-inprint{
  display: block;
  width: 136px;
  height: 88px;
/*  background: rgba(255, 255, 255, 0.5);*/
  background: url(../img/logo-main.png) no-repeat;
  margin-right: 32px;
  float: left;
}

header a.logo-main {
  /*background: url(../img/logo-main.png) no-repeat;*/
  background: none;
}
header a.logo-in {
  background: url(../img/logo-in.png) no-repeat;
}
header a.logo-in-print {
  display: none;
  visibility: hidden;
}

@media (max-width: 768px) {
  header a.logo-main,
  header a.logo-in {
    width: 73px;
    height: 46px;
    margin-right: 17px;
    background-size: contain;
  }
}
header nav ul {
  display: inline;
}
header nav li {
  display: inline;
  margin-right: 16px;
}
header nav li a {
  font-size: 16px;
  line-height: 27px;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 768px) {
  header nav {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    z-index: 99;
    line-height: 35px;
  }
  header nav ul {
    display: block;
  }
  header nav ul li {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
  }
  header nav ul li + li {
    border-top: 1px solid #da9d0a;
  }
  header nav ul li a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    background: #fdb813;
    margin: 0;
  }
  header nav ul li a:hover {
    background: #f4ad02;
  }


}
header .h-contacts {
  float: right;
  height: 88px;
  font: 22px/35px 'PT Sans', tahoma, sans-serif;
  color: #fff;
  background: url(../img/h-icons.png) 0 8px no-repeat;
}
@media (max-width: 768px) {
  header .h-contacts {
    float: left;
    position: relative;
    top: -3px;
    background-size: auto 90%;
    background-position: 0 3px;
    font: bold 14px/24px 'PT Sans', tahoma, sans-serif;
    height: auto;
  }
}
header .h-contacts a,
header .h-contacts span {
  color: #fff;
  display: block;
  padding-left: 35px;
}
@media (max-width: 768px) {
  header .h-contacts a,
  header .h-contacts span {
    padding-left: 28px;
  }
}
@media (max-width: 768px) {
  header .mob-menu-open {
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    height: 66px;
    cursor: pointer;
    background: #fdb813 url(../img/menu-o.png) 50% 50% no-repeat;
  }
  header .mob-menu-open:hover {
    background-color: #f4ad02;
  }
  header .mob-menu-open.opened {
    background-image: url(../img/menu-close.png);
  }
}
header .h-bblock {
  position: absolute;
  top: 171px;
  width: 404px;
}
header .h-banner {
    right: 5%;
    position: absolute;
    top: 100px;
    width: 220px;
    z-index: 1 !important;
}
header .h-banner a,
header .h-banner a img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@media (max-width: 1800px) {
  header .h-banner {
      right: 4%; 
  } 
}
@media (max-width: 1700px) {
  header .h-banner {
      right: 2%; 
  } 
}
@media (max-width: 1600px) {
  header .h-banner {
      right: 1%; 
  } 
}
@media (max-width: 1500px) {
  header .h-banner {
      right: -2%; 
  } 
}
@media (max-width: 1400px) {
  header .h-banner {
      right: -4%; 
  } 
}
@media (max-width: 1300px) {
  header .h-banner {
      right: -6%; 
  } 
}
@media (max-width: 1200px) {
  header .h-banner {
      right: -8%; 
  } 
}
@media (max-width: 1100px) {
  header .h-banner {
    display: none;
  } 
}
@media (max-width: 768px) {
  header .h-bblock {
    top: 90px;
    left: 0;
    width: 136px;
  }
}
header .h-bblock a {
  display: block;
  float: left;
  width: 202px;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
  padding: 120px 0 7px;
  text-transform: uppercase;
  font: bold 16px 'PT Sans', tahoma, sans-serif;
}
@media (max-width: 768px) {
  header .h-bblock a {
    padding: 0 10px;
    height: 41px;
    font-size: 0;
    text-align: left;
    position: relative;
    background-color: #8abc31;
    margin-bottom: 5px;
  }
  header .h-bblock a:before {
    content: attr(data-mob);
    font: bold 16px 'PT Sans', tahoma, sans-serif;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }   
}
@media (min-width: 769px) {
  header .h-bblock a:first-child {
    background: url(../img/h-home.png) 50% 8px no-repeat;
  }
  header .h-bblock a:nth-child(2) {
    background: url(../img/h-self.png) 50% 20px no-repeat;
  }
  header .h-bblock a:nth-child(3) {
    background: url(../img/h-com.png) 50% 30px no-repeat;
  }
  header .h-bblock a:last-child {
    background: url(../img/h-car.png) 50% 38px no-repeat;
  }
}
header .h-bblock a:hover {
  background-color: #8abc31;
}
@media (max-width: 768px) {
  header .h-bblock a:hover {
    background-color: #7ba82c;
  }
}
header .h-adv {
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: table;
}
@media (max-width: 768px) {
  header .h-adv {
    width: 100%;
    height: 157px;
    display: block;
  }
}
header .h-adv > a {
  display: table-cell;
  width: 16.66666667%;
  height: 130px;
  padding: 68px 5px 5px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font: 13px/20px 'PT Sans', tahoma, sans-serif;
  text-decoration: none !important;
  color: #000;
  background-image: url(../img/h-a.png);
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  header .h-adv > a {
    display: block;
    width: 33.33333333%;
    height: 78px;
    float: left;
    padding: 0;
    position: relative;
  }
  header .h-adv > a span {
    display: block;
    position: absolute;
    width: 100%;
    padding: 0 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
header .h-adv > a:nth-child(3n+1) {
  background-color: #00AAD6;
}
header .h-adv > a:nth-child(3n+2) {
  background-color: #8fc037;
}
header .h-adv > a:nth-child(3n+3) {
  background-color: #fdb813;
}
header .h-adv > a:nth-child( 1) {
  background-position: 50% -180px;
}
@media (max-width: 768px) {
  header .h-adv > a:nth-child( 1) {
    background-image: none;
  }
  header .h-adv > a:nth-child( 1):hover {
    background-image: none;
  }
  header .h-adv > a:nth-child( 1):before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/h-a-h.png) 50% -180px no-repeat;
    opacity: .5;
  }
}
header .h-adv > a:nth-child( 2) {
  background-position: 50% -370px;
}
@media (max-width: 768px) {
  header .h-adv > a:nth-child( 2) {
    background-image: none;
  }
  header .h-adv > a:nth-child( 2):hover {
    background-image: none;
  }
  header .h-adv > a:nth-child( 2):before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/h-a-h.png) 50% -370px no-repeat;
    opacity: .5;
  }
}
header .h-adv > a:nth-child( 3) {
  background-position: 50% -750px;
}
@media (max-width: 768px) {
  header .h-adv > a:nth-child( 3) {
    background-image: none;
  }
  header .h-adv > a:nth-child( 3):hover {
    background-image: none;
  }
  header .h-adv > a:nth-child( 3):before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/h-a-h.png) 50% -750px no-repeat;
    opacity: .5;
  }
}
header .h-adv > a:nth-child( 4) {
  background-position: 50% -940px;
}
@media (max-width: 768px) {
  header .h-adv > a:nth-child( 4) {
    background-image: none;
  }
  header .h-adv > a:nth-child( 4):hover {
    background-image: none;
  }
  header .h-adv > a:nth-child( 4):before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/h-a-h.png) 50% -940px no-repeat;
    opacity: .5;
  }
}
header .h-adv > a:nth-child( 5) {
  background-position: 50% 10px;
}
@media (max-width: 768px) {
  header .h-adv > a:nth-child( 5) {
    background-image: none;
  }
  header .h-adv > a:nth-child( 5):hover {
    background-image: none;
  }
  header .h-adv > a:nth-child( 5):before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/h-a-h.png) 50% 10px no-repeat;
    opacity: .5;
  }
}
header .h-adv > a:nth-child( 6) {
  background-position: 50% -560px;
}
@media (max-width: 768px) {
  header .h-adv > a:nth-child( 6) {
    background-image: none;
  }
  header .h-adv > a:nth-child( 6):hover {
    background-image: none;
  }
  header .h-adv > a:nth-child( 6):before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/h-a-h.png) 50% -560px no-repeat;
    opacity: .5;
  }
}
@media (max-width: 768px) {
  header .h-adv > a:nth-child(1),
  header .h-adv > a:nth-child(5) {
    background-color: #00aad7;
  }
  header .h-adv > a:nth-child(2),
  header .h-adv > a:nth-child(6) {
    background-color: #7bb51c;
  }
  header .h-adv > a:nth-child(3),
  header .h-adv > a:nth-child(4) {
    background-color: #fdb813;
  }
}
header .h-adv > a:hover {
  color: #fff;
  background-image: url(../img/h-a-h.png);
}
header.h-green {
  background: #7bb51c;
  height: 124px;
}
@media (max-width: 768px) {
  header.h-green {
    height: 66px;
  }
}
header.h-green nav .active a {
  color: #fff;
  text-decoration: none;
}
.f-hint {
  position: absolute;
  border: 3px solid #59b24d;
  left: 217px;
  top: 0;z-index: 500;
  font: 15px/34px 'PT Sans', tahoma, sans-serif;
/*  height: 40px;*/
/*  width: 215px;*/
  width: 225px;
  text-align: center;
  padding: 0 6px;
  background: #fff;
  -moz-transform: translateX(12px);
  transform: translateX(12px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: border-color, -moz-transform, transform, opacity, visibility;
  transition-property: border-color, -moz-transform, transform, opacity, visibility;
  z-index: 500;
}
.f-hint.showed {
  -webkit-transition-property: border-color, -moz-transform, transform, opacity, visibility, top;
  transition-property: border-color, -moz-transform, transform, opacity, visibility, top;
}
.f-hint.empty {
  border-color: #e13c3c;
}
.f-hint.empty a {
  color: #e13c3c;
}
.f-hint.empty:before {
  background: url(../img/hint-arrow-e.png) 0 0;
}
.f-hint:before {
  content: '';
  display: block;
  height: 13px;
  width: 15px;
  position: absolute;
  left: -15px;
  top: 11px;
  background: url(../img/hint-arrow.png) 0 0;
  -webkit-transition: 0.15s ease-out background;
  transition: 0.15s ease-out background;

}
.f-hint a {
  color: #59b725;
    z-index: 99;
}
h1,
h2 {
  font: 35px 'PT Sans', tahoma, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h1,
  h2 {
    font-size: 25px;
  }
}
h1.btitle,
h2.btitle {
  padding-top: 4px;
  text-align: center;
}
.pr-block {
  background: url(../img/p-bg.png);
}
@media (max-width: 768px) {
  .pr-block {
    padding-bottom: 15px;
  }
}
.pr-block .pr-blist {
  zoom: 1;
}
.pr-block .pr-blist:before,
.pr-block .pr-blist:after {
  content: '';
  display: table;
}
.pr-block .pr-blist:after {
  clear: both;
}
.pr-block .pr-blist > div {
  float: left;
  width: 16.66666667%;
  padding: 122px 10px 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .pr-block .pr-blist > div {
    float: none;
    padding: 0 0 0 65px;
    width: 100%;
    height: 40px;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
  }
  .pr-block .pr-blist > div span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.pr-block .pr-blist > div:nth-child( 1) {
  background: url('../img/pr1.png') 50% 10px no-repeat;
}
@media (max-width: 768px) {
  .pr-block .pr-blist > div:nth-child( 1) {
    background-size: auto 40px;
    background-position: 0 50%;
  }
}
.pr-block .pr-blist > div:nth-child( 2) {
  background: url('../img/pr2.png') 50% 10px no-repeat;
}
@media (max-width: 768px) {
  .pr-block .pr-blist > div:nth-child( 2) {
    background-size: auto 40px;
    background-position: 0 50%;
  }
}
.pr-block .pr-blist > div:nth-child( 3) {
  background: url('../img/pr3.png') 50% 10px no-repeat;
}
@media (max-width: 768px) {
  .pr-block .pr-blist > div:nth-child( 3) {
    background-size: auto 40px;
    background-position: 0 50%;
  }
}
.pr-block .pr-blist > div:nth-child( 4) {
  background: url('../img/pr4.png') 50% 10px no-repeat;
}
@media (max-width: 768px) {
  .pr-block .pr-blist > div:nth-child( 4) {
    background-size: auto 40px;
    background-position: 0 50%;
  }
}
.pr-block .pr-blist > div:nth-child( 5) {
  background: url('../img/pr5.png') 50% 10px no-repeat;
}
@media (max-width: 768px) {
  .pr-block .pr-blist > div:nth-child( 5) {
    background-size: auto 40px;
    background-position: 0 50%;
  }
}
.pr-block .pr-blist > div:nth-child( 6) {
  background: url('../img/pr6.png') 50% 10px no-repeat;
}
@media (max-width: 768px) {
  .pr-block .pr-blist > div:nth-child( 6) {
    background-size: auto 40px;
    background-position: 0 50%;
  }
}
@media (max-width: 768px) {
  .pr-prod {
    padding: 15px 10px;
  }
}
.pr-prod ul {
  margin: 10px 0;
}
.pr-prod ul li {
  line-height: 25px;
  padding-right: 15px;
}
.pr-prod ul li img {
  vertical-align: middle;
}
.pr-prod ul li:before {
  content: '';
  background: #7bb51c;
  width: 9px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 50%;
}
.pr-prod ul.frontlist {
  float: left;
  width: 50%;
  margin: 42px 0;
}
@media (max-width: 768px) {
  .pr-prod ul.frontlist {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.pr-prod ul.frontlist li {
  line-height: 22px;
}
.pr-prod ul.frontlist li:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .pr-prod ul.frontlist li:not(:last-child) {
    margin-bottom: 13px;
  }
}
.pr-prod ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}
.pr-prod ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #7bb51c;
  font-weight: bold;
  margin-right: 3px;
}
.ttc-block {
  line-height: 77px;
  vertical-align: middle;
  text-align: center;
  background: #7bb51c;
  color: #000;
  margin: 0;
}
@media (max-width: 768px) {
  .ttc-block {
    padding: 13px 0;
    line-height: normal;
  }
}
.ymap {
  display: block;
}
@media (max-width: 768px) {
  .ymap {
    height: 200px;
  }
}
.file-block {
  height: 223px;
  background: url(../img/fblbg.png);
}
@media (max-width: 768px) {
  .file-block {
    height: auto;
    padding: 10px 0;
  }
}
.file-block a {
  display: block;
  width: 33.33333333%;
  height: 223px;
  float: left;
  background: url(../img/ficons.png) 50% 31px no-repeat;
  text-align: center;
  text-transform: uppercase;
  font: bold 16px 'PT Sans', tahoma, sans-serif;
  text-decoration: none;
  padding-top: 170px;
  color: #125989;
  position: relative;
}
@media (max-width: 768px) {
  .file-block a {
    float: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 39px;
    background: url(../img/ficons-m.png) 2px 7px no-repeat;
    text-align: left;
  }
}
.file-block a:first-child + a {
  background-position: 50% -192px;
}
@media (max-width: 768px) {
  .file-block a:first-child + a {
    background-position: 2px -40px;
  }
}
.file-block a:last-child {
  background-position: 50% -415px;
}
@media (max-width: 768px) {
  .file-block a:last-child {
    background-position: 2px -87px;
  }
}
.file-block a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: -17px;
  margin-right: 7px;
  position: relative;
  width: 17px;
  height: 22px;
  background: url(../img/dwnl.png) 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.file-block a:hover {
  color: #292929;
  background-image: url(../img/ficons-h.png);
}
.file-block a:hover:before {
  opacity: 1;
}
.hc-block {
  background: #ebe8cf;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .hc-block {
    padding-bottom: 0;
  }
}
.hc-block .hc-b {
  float: left;
  width: 50%;
  position: relative;
}
.hc-block .hc-b img {
  border: 3px solid #fff;
  float: left;
  margin-right: 21px;
}
@media (max-width: 768px) {
  .hc-block .hc-b {
    float: none;
    width: 100%;
  }
  .hc-block .hc-b:last-child {
    display: none;
  }
  .hc-block .hc-b img {
    display: none;
  }
}
.hc-block .hc-b .hc-title {
  font: 25px 'PT Sans', tahoma, sans-serif;
}
@media (max-width: 768px) {
  .hc-block .hc-b .hc-title {
    font-size: 20px;
  }
}
.hc-block .hc-b .hc-text {
  font: 15px/18px 'PT Sans', tahoma, sans-serif;
}
@media (max-width: 768px) {
  .hc-block .hc-b .hc-text {
    padding-top: 10px;
  }
}
.hc-block .hc-b a.hc-plink {
  position: absolute;
  top: 0;
  right: 0;
  color: #2b7cb3;
  font: 15px 'PT Sans', tahoma, sans-serif;
}
.hc-block .hc-b a.hc-plink:before {
  content: '';
  width: 20px;
  height: 14px;
  display: inline-block;
  background: url(../img/pha.png);
  vertical-align: middle;
  margin-right: 9px;
}
.hc-block .hc-b:first-child {
  padding-right: 30px;
}
.hc-block .hc-b:first-child .hc-plink {
  right: 30px;
}
.hc-block .hc-b:first-child + .hc-b {
  padding-left: 30px;
}
.hc-block a.ch-allch {
  color: #838484;
  position: absolute;
  right: 0;
  top: 40px;
  font: 15px 'PT Sans', tahoma, sans-serif;
}
.hc-block a.ch-allch:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/ch-clock.png);
  vertical-align: middle;
  margin-right: 9px;
}
@media (max-width: 768px) {
  .hc-block a.ch-allch {
    line-height: 50px;
    background: #00aad7;
    position: relative;
    top: 0;
    display: block;
    color: #fff;
    text-align: center;
    margin: 15px -10px 0;
  }
  .hc-block a.ch-allch:before {
    background: url(../img/ch-clock-w.png);
  }
}


.hc-news {
  background: #ebe8cf;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
.hc-news {
    padding-bottom: 0;
  }
}
.hc-news .hc-b {
  float: left;
  width: 45%;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
}
.hc-news .hc-b img {
  border: 3px solid #fff;
  float: left;
  margin-right: 21px;
}
@media (max-width: 768px) {
.hc-news .hc-b {
    float: none;
    width: 100%;
  }

.hc-news .hc-b img {
    display: none;
  }
}
.hc-news .hc-b .hc-title {
  font: 25px 'PT Sans', tahoma, sans-serif;
}
@media (max-width: 768px) {
.hc-news .hc-b .hc-title {
    font-size: 20px;
  }
}
.hc-news .hc-b .hc-text {
  font: 15px/18px 'PT Sans', tahoma, sans-serif;
}
@media (max-width: 768px) {
.hc-news .hc-b .hc-text {
    padding-top: 10px;
  }
}
.hc-news .hc-b a.hc-plink {
  position: absolute;
  top: 0;
  right: 0;
  color: #2b7cb3;
  font: 15px 'PT Sans', tahoma, sans-serif;
}
.hc-news .hc-b a.hc-plink:before {
  content: '';
  width: 20px;
  height: 14px;
  display: inline-block;
  background: url(../img/pha.png);
  vertical-align: middle;
  margin-right: 9px;
}

.hc-news a.ch-allch {
  color: #838484;
  position: absolute;
  right: 0;
  top: 40px;
  font: 15px 'PT Sans', tahoma, sans-serif;
}
.hc-news a.ch-allch:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/ch-clock.png);
  vertical-align: middle;
  margin-right: 9px;
}
@media (max-width: 768px) {
  .hc-news a.ch-allch {
    line-height: 50px;
    background: #00aad7;
    position: relative;
    top: 0;
    display: block;
    color: #fff;
    text-align: center;
    margin: 15px -10px 0;
  }
  .hc-news a.ch-allch:before {
    background: url(../img/ch-clock-w.png);
  }
}



.hc-callary {
  background: #ebe8cf;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
.hc-callary {
    padding-bottom: 0;
  }
}
.hc-callary .hc-b {
  float: left;
  width: 300px;
  height: 350px;
  position: relative;
  margin: 10px;
}
.hc-callary .hc-b img {
  border: 3px solid #fff;
  margin-right: 21px;
}
@media (max-width: 768px) {
.hc-callary .hc-b {
    width: 300px;
  }
.hc-callary .hc-b .hc-title {
  font: 18px 'PT Sans', tahoma, sans-serif;
}
@media (max-width: 768px) {
.hc-callary .hc-b .hc-title {
    font-size: 20px;
  }
}
}






.inf-block {
  background: url(../img/bgblur.png) 50% no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 30px;
  display: table;
  width: 100%;
  zoom: 1;
}
.inf-block:before,
.inf-block:after {
  content: '';
  display: table;
}
.inf-block:after {
  clear: both;
}
@media (max-width: 768px) {
  .inf-block {
    display: none;
  }
}
.inf-block .inf-row {
  display: table-row;
}
.inf-block .inf-dblock {
  width: 33.33333333%;
  display: table-cell;
  padding: 0 20px 30px 0;
}
.inf-block .inf-dblock .inf-title {
  font-size: 25px;
  margin-bottom: 15px;
}
.inf-block .inf-dblock .wid33 {
  width: 33.33333333%;
  float: left;
  padding-right: 20px;
}
.inf-block .inf-dblock .wid50 {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.inf-block .inf-dblock a.it {
  padding: 105px 10px 0;
}
.inf-block .inf-dblock a {
  display: block;
  font: 15px 'PT Sans', tahoma, sans-serif;
  color: #fff;
  text-decoration: none;
  background: 50% 11px no-repeat;
  text-align: center;
}
.inf-block .inf-dblock a.it3 {
  background: 50% 0 no-repeat;
}
.inf-block .inf-dblock a.it1 {
  background-image: url('../img/it1.png');
}
.inf-block .inf-dblock a.it1:hover {
  background-image: url('../img/it1-h.png');
}
.inf-block .inf-dblock a.it2 {
  background-image: url('../img/it2.png');
}
.inf-block .inf-dblock a.it2:hover {
  background-image: url('../img/it2-h.png');
}
.inf-block .inf-dblock a.it3 {
  background-image: url('../img/it3.png');
}
.inf-block .inf-dblock a.it3:hover {
  background-image: url('../img/it3-h.png');
}
.inf-block .inf-dblock a.it4 {
  background-image: url('../img/it4.png');
}
.inf-block .inf-dblock a.it4:hover {
  background-image: url('../img/it4-h.png');
}
.inf-block .inf-dblock a.it5 {
  background-image: url('../img/it5.png');
}
.inf-block .inf-dblock a.it5:hover {
  background-image: url('../img/it5-h.png');
}
.inf-block .inf-dblock a.it6 {
  background-image: url('../img/it6.png');
}
.inf-block .inf-dblock a.it6:hover {
  background-image: url('../img/it6-h.png');
}
.inf-block .inf-dblock a.it7 {
  background-image: url('../img/it7.png');
}
.inf-block .inf-dblock a.it7:hover {
  background-image: url('../img/it7-h.png');
}
.inf-block .inf-dblock a.it8 {
  background-image: url('../img/it8.png');
}
.inf-block .inf-dblock a.it8:hover {
  background-image: url('../img/it8-h.png');
}
.inf-block .inf-dblock a.it9 {
  background-image: url('../img/it9.png');
}
.inf-block .inf-dblock a.it9:hover {
  background-image: url('../img/it9-h.png');
}
.inf-block .inf-dblock a:hover {
  color: #000;
}
.inf-block .inf-dblock a.inf-shop {
  display: block;
  float: left;
  width: 50%;
  height: 80px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.inf-block .inf-dblock a.inf-shop.inf-shop1 {
  background-image: url('../img/shop1.png');
}
.inf-block .inf-dblock a.inf-shop.inf-shop1:hover {
  background-image: url('../img/shop1-h.png');
}
.inf-block .inf-dblock a.inf-shop.inf-shop2 {
  background-image: url('../img/shop2.png');
}
.inf-block .inf-dblock a.inf-shop.inf-shop2:hover {
  background-image: url('../img/shop2-h.png');
}
.inf-block .inf-dblock a.inf-shop.inf-shop3 {
  background-image: url('../img/shop3.png');
}
.inf-block .inf-dblock a.inf-shop.inf-shop3:hover {
  background-image: url('../img/shop3-h.png');
}
.inf-block .inf-dblock a.inf-shop.inf-shop4 {
  background-image: url('../img/shop4.png');
}
.inf-block .inf-dblock a.inf-shop.inf-shop4:hover {
  background-image: url('../img/shop4-h.png');
}
.inf-block .inf-dblock a.inf-shop.inf-shop5 {
  background-image: url('../img/shop5.png');
}
.inf-block .inf-dblock a.inf-shop.inf-shop5:hover {
  background-image: url('../img/shop5-h.png');
}
.inf-block .inf-dblock a.inf-shop.inf-shop6 {
  background-image: url('../img/fit-profi-defolt.png');
}
.inf-block .inf-dblock a.inf-shop.inf-shop6:hover {
  background-image: url('../img/fit-profi-hover.png');
}
.inf-block .inf-dblock a.inf-shop.inf-shop7 {
  background-image: url('../img/shop7.png');
}
.inf-block .inf-dblock a.inf-shop.inf-shop7:hover {
  background-image: url('../img/shop7-h.png');
}
.inf-block .inf-dblock a.inf-shop.inf-shop5 {
  height: 40px;
}
.inf-block .inf-dblock a.inf-shop.inf-shop6 {
  position: relative;
  top: -60px;
}
.inf-block .inf-dblock a.inf-shop.inf-shop7 {
  height: 100px;
}
.inf-block .inf-dblock a.inf-shop:first-child,
.inf-block .inf-dblock a.inf-shop.first-child + .inf-shop {
  height: 50px;
}
.ch-room {
  height: 371px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ch-room {
    height: auto;
  }
}
.ch-room a {
  color: #7bb51c;
}
@media (max-width: 768px) {
  .ch-room .adaptive {
    padding: 0;
  }
}
.ch-room .ch-l,
.ch-room .ch-r {
  width: 50%;
  height: 371px;
  float: right;
  position: relative;
  padding: 25px 0;
  font: 15px 'PT Sans', tahoma, sans-serif;
}
@media (max-width: 768px) {
  .ch-room .ch-l,
  .ch-room .ch-r {
    float: none;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.ch-room .ch-l {
  border-right: 3px solid #fff;
  background: #f2efe1;
  float: left;
}
@media (max-width: 768px) {
  .ch-room .ch-l {
    float: none;
    padding: 0 10px;
    border: 0;
  }
}
@media (min-width: 769px) {
  .ch-room .ch-l:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #f2efe1;
    top: 0;
    left: -100%;
  }
  .ch-room .ch-l:after {
    content: '';
    display: block;
    background: url(../img/r-arr.png);
    position: absolute;
    right: -28px;
    top: 50%;
    margin-top: -17px;
    height: 34px;
    width: 28px;
    z-index: 9;
  }
}
.ch-room .ch-r {
  background: #dfd9be;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .ch-room .ch-r {
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .ch-room .ch-r:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #dfd9be;
    top: 0;
    right: -100%;
  }
}
.ch-room .ch-image {
  width: 100%;
  height: 325px;
}
.ch-room .ch-image > div {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 325px;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}
.ch-room .ch-image > div.active {
  opacity: 1;
  visibility: visible;
}
.ch-room .ch-image > div img {
  vertical-align: middle;
}
.ch-room .aparts-img {
  position: relative;
}
.ch-room .aparts-img .aparts-pag {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.ch-room .aparts-img .aparts-pag a {
  display: block;
  width: 15px;
  height: 15px;
  border: 3px solid #7bb51c;
  border-radius: 50%;
}
.ch-room .aparts-img .aparts-pag a + a {
  margin-top: 16px;
}
.ch-room .aparts-img .aparts-pag a.active,
.ch-room .aparts-img .aparts-pag a:hover {
  background: #7bb51c;
}
.ch-room .apart {
  display: none;
}
.ch-room .apart.active {
  display: block;
}
.ch-room .ch-r-title {
  font: 25px 'PT Sans', tahoma, sans-serif;
}
@media (max-width: 768px) {
  .ch-room .ch-r-title {
    display: none;
  }
}
.ch-room .ch-rm {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .ch-room .ch-rm {
    margin-top: 0;
  }
}
.ch-room .ch-rm a {
  text-align: center;
  text-decoration: none;
  display: block;
  float: left;
  width: 144px;
  height: 44px;
  line-height: 44px;
  margin-right: 4px;
  color: #000;
  background: #fff;
}
@media (max-width: 768px) {
  .ch-room .ch-rm a {
    border: 1px solid #dfd9be;
    border-left: 0;
    margin-right: 0;
    width: 33.33333333%;
  }
  .ch-room .ch-rm a:last-child {
    border-right: 0;
  }
}
.ch-room .ch-rm a.active,
.ch-room .ch-rm a:hover {
  color: #fff;
  background: #7bb51c;
}
.ch-room .ch-rbox {
  width: 71px;
  height: 71px;
}
.ch-room .ch-rooms-l {
  display: none;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .ch-room .ch-rooms-l {
    padding: 8px 10px;
    margin: 0;
  }
}
.ch-room .ch-rooms-l.active {
  display: block;
}
.ch-room .ch-rooms-l a {
  display: block;
  width: 71px;
  height: 71px;
  line-height: 71px;
  text-align: center;
  float: left;
  margin-right: 3px;
  background: #fff;
  border: 3px solid #fff;
}
.ch-room .ch-rooms-l a.active {
  border: 3px solid #7bb51c;
}
.ch-room .ch-rooms-l a img {
  vertical-align: middle;
}
@media (min-width: 769px) {
  .ch-room .ch-rooms-l a:hover {
    border-color: #000;
  }
}
.ch-room .apart-info {
  font: 18px/33px 'PT Sans', tahoma, sans-serif;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .ch-room .apart-info {
    background: #f2efe1;
    padding: 12px 10px 12px;
    font: 15px 'PT Sans', tahoma, sans-serif;
    margin-top: 0;
    border-top: 4px solid #fff;
    position: relative;
  }
  .ch-room .apart-info:before {
    content: '';
    display: block;
    width: 36px;
    height: 30px;
    background: url(../img/d-arr.png) 0 0;
    position: absolute;
    left: 50%;
    top: -4px;
    margin-left: -18px;
  }
}
.ch-room .apart-info .apart-info-block {
  display: none;
}
.ch-room .apart-info .apart-info-block.active {
  display: block;
}
.breadcrumbs {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #7bb51c;
  text-transform: uppercase;
  font-size: 13px;
  color: #acacac;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a {
  color: #7bb51c;
}


.breadcrumbs span.separator {
  font-size: 6px;
  vertical-align: 5%;
  padding: 0 3px;
}
.breadcrumbs span {
  font-size: 13px;
}
.inner-blcok h1.g-title,
.inner-blcok h2.g-title {
  font-size: 35px;
  color: #7bb51c;
}
@media (max-width: 768px) {
  .inner-blcok h1.g-title,
  .inner-blcok h2.g-title {
    font-size: 20px;
    margin: 15px 0;
  }
}
.inner-blcok h1.bigtitle {
  font-size: 45px;
}
@media (max-width: 768px) {
  .inner-blcok h1.bigtitle {
    margin: 7px 0;
    font-size: 30px;
  }
}
.inner-blcok h3 {
  font-size: 25px;
  color: #00aad7;
  font-weight: 400;
}
.inner-blcok ul {
  margin-top: 0;
}
@media (max-width: 768px) {
  .floor-sel {
    display: none;
  }
}
.sa-tabs-wrap {
  position: relative;
  margin: 0 -8px;
}
.sa-tabs-wrap .sa-tabs,
.sa-tabs-wrap .sa-tabs-four {
  display: table;
  width: 100%;
  border-spacing: 8px;
}
.sa-tabs-wrap .sa-tabs a,
.sa-tabs-wrap .sa-tabs-four a {
  display: table-cell;
  width: 33.333%;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  background: #08a7d5;
  color: #fff;
  text-decoration: none;
  border: 3px solid transparent;
  font-size: 15px;
  text-transform: uppercase;
}
.sa-tabs-wrap .sa-tabs a.active,
.sa-tabs-wrap .sa-tabs-four a.active {
  border-color: #000;
  background: transparent;
  color: #000;
}
.sa-tabs-wrap .sa-tabs a:hover,
.sa-tabs-wrap .sa-tabs-four a:hover {
  text-decoration: underline;
}
.sa-tabs-wrap .sa-tabs-four a {
  width: 25%;
}
.sa-tabs-wrap.sa-floors-tabs {
  margin: 0 -4px;
}
.sa-tabs-wrap.sa-floors-tabs .sa-tabs {
  border-spacing: 4px;
}
.sa-tabs-wrap.sa-floors-tabs .sa-tabs a {
  width: 5.55555556%;
  font: 25px 'PT Sans', tahoma, sans-serif;
}
.sa-tabs-wrap.sa-floors-tabs .sa-tabs a.active {
  border-color: #00aad6;
  color: #00aad6;
}
.sa-tabs-wrap.sa-floors-tabs .sa-tabs a.inactive {
  background: #acacac;
  pointer-events: none;
}
.sa-tabs-wrap.mob {
  display: none;
}
@media (max-width: 768px) {
  .sa-tabs-wrap:not(.mob):not(.mob-map) {
    display: none;
  }
  .sa-tabs-wrap.mob {
    display: block;
  }
  .sa-tabs-wrap.mob .sa-tabs span,
  .sa-tabs-wrap.mob .sa-tabs-four span {
    display: table-row;
  }
  .sa-tabs-wrap.mob .sa-tabs span a,
  .sa-tabs-wrap.mob .sa-tabs-four span a {
    width: 50%;
  }
  .sa-tabs-wrap.mob-map {
    display: block;
  }
  .sa-tabs-wrap.mob-map a {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ad-mob {
    padding: 0;
  }
}
h4,
.sa-mttitle {
  font: 15px 'PT Sans', tahoma, sans-serif;
  text-transform: uppercase;
  margin: 5px 0;
}
@media (max-width: 768px) {
  h4,
  .sa-mttitle {
    margin: 0;
  }
  h4:not(.mob),
  .sa-mttitle:not(.mob) {
    font-size: 11px;
  }
}
.sa-table-info {
  display: table;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .sa-table-info {
    display: block;
  }
}
.sa-table-info .sa-timage {
  display: table-cell;
  width: 396px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .sa-table-info .sa-timage {
    display: block;
    max-width: 195px;
    padding-bottom: 60px;
    float: left;
  }
}
.sa-table-info .sa-timage .sa-timage-img {
  border: 3px solid #00aad6;
  padding: 11px;
  font-size: 0;
}
@media (max-width: 768px) {
  .sa-table-info .sa-timage .sa-timage-img {
    max-height: 211px;
    max-width: 195px;
  }
}
.sa-table-info .sa-timage .sa-timage-img img {
  width: 100%;
}

.sa-table-info .sa-timage .otherroom-img {
  border: 3px solid #00aad6;
  padding: 11px;
  font-size: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .sa-table-info .sa-timage .otherroom-img {
    max-height: 211px;
    max-width: 195px;
  }
}
  .sa-table-info .sa-timage .otherroom-img .room_image {
      margin: auto;
  }
.sa-table-info .sa-timage .otherroom-img img {

  max-width: 100%;
}
/*.sa-table-info .sa-timage .sa-timage-img.otherroom-img {
  height: 396px;
}*/
.sa-table-info .sa-timage .sa-idp {
  margin-top: 14px;
}
@media (max-width: 768px) {
  .sa-table-info .sa-timage .sa-idp {
    display: none;
  }
}
.sa-table-info .sa-timage .sa-idp a.sa-idp-img {
  height: 82px;
  width: 85px;
/*  background: url(../img/dproj.png) -3px -3px no-repeat;*/
  float: left;
  margin-right: 13px;
  border: 3px solid #00aad7;
}
.sa-table-info .sa-timage .sa-idp a.sa-idp-img + div {
  padding-top: 14px;
  font-size: 15px;
  text-transform: uppercase;
}
.sa-table-info .sa-timage .sa-idp a.sa-idp-img + div img {
  vertical-align: middle;
}
.sa-table-info .sa-timage .sa-idp a.sa-idp-img:hover {
  border: 3px solid #7bb51c;
}
.sa-table-info .sa-mcell {
  display: table-cell;
  vertical-align: top;
  width: auto;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .sa-table-info .sa-mcell {
    display: block;
    padding-left: 10px;
    padding-bottom: 60px;
    float: left;
  }
}
/**/
.sa-table-info .sa-mcell .cross__out {
    color:red;
    text-decoration:line-through;
    font-size: 52px;
}


.sa-table-info .sa-mcell .sa-mnum {
  font: 35px 'PT Sans', tahoma, sans-serif;
  color:#000;
  line-height: 38px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .sa-table-info .sa-mcell .sa-mnum {
    color:#000;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
  }
}
.sa-table-info .sa-mcell .sa-mnum.green {
  color: #7bb51c;
}
.sa-table-info .sa-mcell .sa-mnum.rad {
  color: #ff0000;
}
.sa-table-info .sa-mcell .sa-mnum.yellow {
  color: #f0f71d;
}
.sa-table-info .sa-mcell .sa-other-links a {
  color: #7bb51c;
  padding-right: 5px;
}
.sa-table-info .sa-mcell .sa-other-links a:hover {
  color: #7bb51c;
}




@media (max-width: 768px) {
  .sa-table-info .sa-mcell .alsm {
    width: 100%;
    left: 0;
    padding: 0 10px;
    position: absolute;
  }
  .sa-table-info .sa-mcell .alsm .sa-mttitle {
    font-size: 15px;
    padding-top: 5px;
  }
}
.sa-table-info .sa-minfo {
  display: table-cell;
  width: 29%;
  vertical-align: top;
  margin: 0;
  font: 15px 'PT Sans', tahoma, sans-serif;
}
@media (max-width: 768px) {
  .sa-table-info .sa-minfo {
    display: block;
    width: 100%;
    zoom: 1;
  }
  .sa-table-info .sa-minfo:before,
  .sa-table-info .sa-minfo:after {
    content: '';
    display: table;
  }
  .sa-table-info .sa-minfo:after {
    clear: both;
  }
}
.sa-table-info .sa-minfo .sa-i {
  display: table;
  width: 100%;
}
.sa-table-info .sa-minfo .sa-i .sa-i-r {
  display: table-row;
  background: #e8e8e8;
}
.sa-table-info .sa-minfo .sa-i .sa-i-r .sa-i-l {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 5px 10px;
}
.sa-table-info .sa-minfo .sa-i .sa-i-r + .sa-i-r .sa-i-l {
  border-top: 1px solid #fff;
}
.sa-table-info .sa-minfo .sa-i-div {
  background: #e8e8e8;
  border-bottom: 1px solid #fff;
  padding: 0 10px 5px;
  margin-top: -5px;
}
.sa-table-info .sa-minfo .sa-mttitle {
  line-height: 37px;
}
.btn-call {
  display: inline-block;
  height: 46px;
  background: #fdb813;
  padding: 0 26px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font: 15px/46px 'PT Sans', tahoma, sans-serif;
  vertical-align: middle;
  margin: 7px 0;
}
.btn-call:hover {
  background: #7bb51c;
}
@media (max-width: 768px) {
  .btn-call-call {
    line-height: normal;
    padding: 8px 23px;
    height: auto;
    text-align: center;
  }
}
.sa-mlinks {
  margin-top: 15px;
}
.sa-mlinks.mob {
  display: none;
}
@media (max-width: 768px) {
  .sa-mlinks.mob {
    display: block;
    margin-top: 25px;
    zoom: 1;
  }
  .sa-mlinks.mob:before,
  .sa-mlinks.mob:after {
    content: '';
    display: table;
  }
  .sa-mlinks.mob:after {
    clear: both;
  }
  .sa-mlinks.mob a {
    width: 50%;
    float: left;
    padding-right: 10px;
  }
  .sa-mlinks:not(.mob) {
    display: none;
  }
}
.sa-mlinks a {
  font: 15px 'PT Sans', tahoma, sans-serif;
  display: block;
  color: #000;
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}
.sa-mlinks a:hover {
  color: #7bb51c;
}
.sa-mlinks a:before {
  content: '';
  display: block;
  height: 33px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
  background: url(../img/ap-icons.png) no-repeat;
}
.sa-mlinks a:nth-child( 1):before {
  background-position: 0 9px;
}
.sa-mlinks a:nth-child( 2):before {
  background-position: 0 -24px;
}
.sa-mlinks a:nth-child( 3):before {
  background-position: 0 -57px;
}
.sa-mlinks a:nth-child( 4):before {
  background-position: 0 -90px;
}
.sa-mlinks a:hover:before {
  background-image: url(../img/ap-icons-h.png);
}
.ab-headimg {
  width: 100%;
  height: 263px;
  background: url(../img/ab-bg.jpg) 50% 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.h-ab {
  height: 387px !important;
}
.b-textimg.lft {
  float: left;
  margin: 0 24px 24px 0;
}
table.ydtable {
  width: 100%;
  font: 15px 'PT Sans', tahoma, sans-serif;
}
table.ydtable th {
  background: #7bb51c;
  color: #fff;
  font-weight: 400;
}
table.ydtable td,
table.ydtable th {
  height: 61px;
  vertical-align: middle;
  text-align: center;
}
table.ydtable td {
  border: 1px solid #fff;
}
table.ydtable td:nth-child(odd) {
  background: #dafc93;
}
table.ydtable td:nth-child(even) {
  background: #8fe8ff;
}
.ch-right-btn {
  float: right;
}
.ch-right-btn span {
  display: block;
  float: left;
  text-align: right;
  padding: 10px;
  font: 15px/20px 'PT Sans', tahoma, sans-serif;
}
.ch-left {
  display: block;
  line-height: 60px;
  float: left;
}
.ch-left input.roof-n {
  width: 45px;
  height: 28px;
  background: #e8e8e8;
  border: 0;
  outline: 0;
  margin-right: 7px;
  text-align: center;
  vertical-align: 5%;
}
.ch-left input.roof-m {
  width: 60px;
}
.ch-left .select {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  background: #e8e8e8 url(../img/select.png) 90% 50% no-repeat;
  border-top: 1px solid #ffffff;
  vertical-align: middle;
  line-height: 28px;
  margin: 0;
}
.ch-left .select select {
  -webkit-appearance: none;
  border: 0;
  font-size: 12px;
  color: #333333;
  background: transparent;
  cursor: pointer;
  outline: none;
  width: 120%;
  height: 28px;
  margin: 0;
  padding: 0 7px;
  vertical-align: 5%;
  font: 15px/28px 'PT Sans', tahoma, sans-serif;
}
.ch-info {
  text-align: center;
  line-height: 70px;
}
@media (max-width: 768px) {
  .ch-info {
    line-height: 23px;
    padding-bottom: 10px;
  }
}
.ch-info div {
  display: inline-block;
}
.ch-info div + div {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .ch-info div + div {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .ch-info div {
    content: none;
    line-height: 23px;
    padding: 0 5px;
    font-size: .8em;
  }
  .ch-info div:first-child {
    background: #91c139;
  }
  .ch-info div:nth-child(2) {
    background: #f0f71d;
  }
  .ch-info div:nth-child(3) {
    background: red;
  }
}
.ch-info div:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-right: 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .ch-info div:before {
    content: none;
  }
}
.ch-info div.ch-red:before {
  background: red;
}
.ch-info div.ch-yellow:before {
  background: #f0f71d;
}
.ch-info div.ch-green:before {
  background: #91c139;
}
@media (max-width: 768px) {
  .ch-info div.ch-blue {
    display: none;
  }
}
.ch-info div.ch-blue:before {
  border: 3px solid #08a7d5;
}
.mshow {
  display: none;
}
@media (max-width: 768px) {
  .mhide {
    display: none;
  }
  .mshow {
    display: inline;
  }
}
.ch-build {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .ch-build {
    max-width: 768px;
  }
}
.ch-build .bld-roof {
  display: table-row;
  height: 110px;
}
@media (max-width: 768px) {
  .ch-build .bld-roof {
    height: 50px;
  }
}
.ch-build .bld-roof .bld-ap,
.ch-build .bld-roof .bld-num {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 12.5%;
  font: 15px 'PT Sans', tahoma, sans-serif;
  border: 2px solid #fff;
  position: relative;
}
@media (max-width: 768px) {
  .ch-build .bld-roof .bld-ap,
  .ch-build .bld-roof .bld-num {
    border-width: 1px;
  }
}
.ch-build .bld-roof .bld-ap:before,
.ch-build .bld-roof .bld-num:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 5px solid transparent;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ch-build .bld-roof .bld-num {
  background-color: #e8e8e8;
  text-transform: uppercase;
  cursor: pointer;
}
.ch-build .bld-roof .bld-num:hover {
  background-color: #c8c8c8;
}
/*.ch-build .bld-roof .bld-num a {
   color: #000;
   text-decoration: none;
}*/

.ch-build .bld-roof .bld-ap {
  background: #7bb51c 50% 50% no-repeat;
}
@media (max-width: 768px) {
  .ch-build .bld-roof .bld-ap {
    font-size: 9px;
  }
}
.ch-build .bld-roof .bld-ap-yellow {
  background-color: #ffea00;
}
.ch-build .bld-roof .bld-ap-red {
  background-color: #cd0000;
}
.ch-build .bld-roof .bld-ap-blue:before {
  border-color: #08a7d5;
}
.ch-build .bld-roof .bld-ap:not(.bld-ap-yellow):not(.bld-ap-red) {
  cursor: pointer;
}
.ch-build .bld-roof .bld-ap:not(.bld-ap-yellow):not(.bld-ap-red):hover {
  background-color: #6c9f19;
}
@media (max-width: 768px) {
  .ch-build .bld-roof .bld-ap {
    background-image: none !important;
  }
}
.floor-map {
  width: 100%;
  height: 963px;
  margin: 0 auto;
/*  background: url(../img/roof.png) 50% 0 no-repeat;*/
  position: relative;
}
.floor-map svg {
  position: relative;
  display: block;
  margin: 0 auto;
  left: 0;
  top: 31px;
}
.floor-map svg circle {
  fill: #fff;
  stroke: #96c442;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
.floor-map svg text {
  font-family: 'PT Sans', tahoma, sans-serif;
}
.floor-map svg g {
  cursor: pointer;
  z-index: 1;
}
.floor-map svg g:hover {
  z-index: 2;
}
.floor-map svg g .ap-fill {
  fill: rgba(123, 181, 28, 0.5);
  -webkit-transition: fill 0.15s ease-out;
  transition: fill 0.15s ease-out;
}
.floor-map svg g .ap-bord {
  fill: #a5ff00;
  -webkit-transition: fill 0.15s ease-out;
  transition: fill 0.15s ease-out;
}



.floor-map svg g.ap-sales .ap-fill {
  fill: rgba(205, 0, 0, 0.65);
}
.floor-map svg g.ap-sales .ap-bord {
  fill: none;
}
.floor-map svg g.ap-sales circle {
  stroke: #9e0b0f;
}
.floor-map svg g.ap-reserved .ap-fill {
  fill: rgba(255, 234, 0, 0.5);
}
.floor-map svg g.ap-reserved .ap-bord {
  fill: none;
}
.floor-map svg g.ap-reserved circle {
  stroke: #fff200;
}
.floor-map svg g:not(.ap-sales):not(.ap-reserved):hover .ap-fill,
.floor-map svg g.hovered:not(.ap-sales):not(.ap-reserved) .ap-fill{
  fill: rgba(123, 181, 28, 0.15);

}

.floor-map svg g:not(.ap-sales):not(.ap-reserved):hover .ap-bord,
.floor-map svg g.hovered:not(.ap-sales):not(.ap-reserved) .ap-bord {
  fill: #588800;
}

.floor-map .i-1 {
  position: absolute;
  background: url('../img/i1.png') 0 0 no-repeat;
  width: 109px;
  height: 113px;
}
.floor-map .i-2 {
  position: absolute;
  background: url('../img/i2.png') 0 0 no-repeat;
  width: 116px;
  height: 70px;
}
.floor-map .i-3 {
  position: absolute;
  background: url('../img/i3.png') 0 0 no-repeat;
  width: 115px;
  height: 29px;
}
.floor-map .i-4 {
  position: absolute;
  background: url('../img/i4.png') 0 0 no-repeat;
  width: 119px;
  height: 86px;
}
.floor-map .i-1 {
  left: 0;
  top: 0;
}
.floor-map .i-2 {
  right: 0;
  top: 0;
}
.floor-map .i-3 {
  left: 0;
  bottom: 0;
}
.floor-map .i-4 {
  right: 0;
  bottom: 0;
}

.novisible{
    visibility: hidden;
}



/*#plan html {height:100%}
#plan body {height:100%;margin:0px;padding:0px}
#plan #YMapsID{height:100%}*/





/* Popup */
/*.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-indeX: 99;
  cursor: pointer;
}*/

fancybox-inner
{
    height: 0px;
}
.popup {
  width: 575px;
  max-width: 95%;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.popup-close {
  font: 11px 'PT Sans', tahoma, sans-serif;
  text-transform: uppercase;
  color: #fff;
  float: right;
  text-decoration: none;
  line-height: 15px;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 15px;
}
/*.popup-close:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/popup-close.png) 0 0;
  margin-left: 5px;
  vertical-align: bottom;
}*/
.popup-content {
  background: #fff;
  padding: 10px 20px;
  clear: both;
}
.popup-content .cf {
  padding: 0 5px;
}
.popup-content .cf .cf_input {
/*  border: 2px solid #000;*/
  width: 50%;
  float: left;
  position: relative;
/*  height: 42px;*/
  line-height: 38px;
  padding: 0 10px;
  color: #000;
}

input[type="text"]{
    border: 2px solid #000;
     height: 42px;
}


@media (min-width: 769px) {
  .popup-content .cf  .cf_input:first-child
  {
    left: -5px;
  }
  .popup-content .cf  .cf_input:last-child
  {
    right: -5px;
  }
}
@media (max-width: 768px) {
  .popup-content .cf  .cf_input {
    float: none;
    width: 100%;
  }
  .popup-content .cf  .cf_input input[type="text"]  {
    float: none;
    width: 100%;
  }
  .popup-content .cf  .cf_input:not(:first-child)
  {
    margin-top: 20px;
  }
  .popup-content .cf  .cf_input:first-child {
    margin-top: 5px;
  }
  .floor-map {
	  display: none;
  }
}
.popup-content-title {
  font-size: 35px;
  text-align: center;
}
@media (max-width: 768px) {
  .popup-content-title {
    font-size: 20px;
    margin: 5px 0;
  }
}
.popup-content .btn-call {
  width: 100%;
  max-width: 264px;
  margin: 20px 0;
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  line-height: 46px !important;
}
/*.overlay,
.popup {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}*/
.overlay.showed,
.popup.showed {
  visibility: visible;
  opacity: 1;
}
.errorMessage
{
    font-size: 12px;
    color: #ff0000;
    font-style: italic;
    line-height: 18px;
/*    height: 38px;*/
/*    padding: 0 10px;*/

}

.fancybox-close {
    background:  rgba(0, 0, 0, 0) url("../img/popup-close.png")  no-repeat scroll 0 0;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 0;
    top: -132px;
    width: 15px;
}

.floor-map svg g .ap-bord.refer{
  fill: #00a5ff;
  z-index: 998;
 -webkit-transition: fill 0.15s ease-out;
  transition: fill 0.15s ease-out;
}

.sa-mlinks-floor {
	text-align: center;
}
.sa-mlinks-floor a {
	display: inline-block;
}

.print-only {
	display: none !important;
}

@media print {
	.print-only {
		display: block !important;
	}
	body, body * {
		max-height: 1000000px;
		background: transparent !important;
		color: #000 !important;
	}
	.sa-mlinks,
	header .mob-menu-open,
	.alsm,
	.btn-call.btn-call-call,
	br+br,
	.ch-info,
	nav {
		display: none !important;
	}
	* {
		background: transparent !important;
		color: #000 !important;
	}
	header,
	header > .adaptive{
		height: auto !important;
	}
	header .h-contacts,
	header .h-contacts span,
	header .h-contacts a {
		display: block !important;
		color: #000 !important;
	}
	header .h-contacts * {
		color: #000 !important;
	}
	header .h-contacts {
		float: right !important;
	}
	header a.logo-in:before {
		content: url(../img/logo-in.png);
		width: 100%;
		display: inline-block;
	}
	.sa-table-info .sa-timage{
		max-width: 50%;
	}
	.sa-table-info .sa-timage .sa-timage-img {
		max-width: 100%;
		max-height: 100%;
	}
	.floor-map {
		height: auto;
	}
	.floor-map img {
		width: 100%;
	}
	.floor-map svg {
		display: none;
	}
	#jivo-iframe-container {
		display: none;
	}
}

.text__epatazh a{
    margin-left: 50px;
}

.icon_sale{
    float: left;
}
