/* Using @include svg-font-face('FontName', 'font-filename', 400); */
@font-face {
  font-family: 'museo';
  src: url('../fonts/museosanscyrl_100-webfont.eot');
  src: url('../fonts/museosanscyrl_100-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosanscyrl_100-webfont.woff') format('woff'), url('../fonts/museosanscyrl_100-webfont.ttf') format('truetype'), url('../fonts/museosanscyrl_100-webfont.svg#museo') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'museo';
  src: url('../fonts/museosanscyrl_100_italic-webfont.eot');
  src: url('../fonts/museosanscyrl_100_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosanscyrl_100_italic-webfont.woff') format('woff'), url('../fonts/museosanscyrl_100_italic-webfont.ttf') format('truetype'), url('../fonts/museosanscyrl_100_italic-webfont.svg#museo') format('svg');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'museo';
  src: url('../fonts/museosanscyrl_300-webfont.eot');
  src: url('../fonts/museosanscyrl_300-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosanscyrl_300-webfont.woff') format('woff'), url('../fonts/museosanscyrl_300-webfont.ttf') format('truetype'), url('../fonts/museosanscyrl_300-webfont.svg#museo') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'museo';
  src: url('../fonts/museosanscyrl_500-webfont.eot');
  src: url('../fonts/museosanscyrl_500-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosanscyrl_500-webfont.woff') format('woff'), url('../fonts/museosanscyrl_500-webfont.ttf') format('truetype'), url('../fonts/museosanscyrl_500-webfont.svg#museo') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'museo';
  src: url('../fonts/museosanscyrl_500_italic-webfont.eot');
  src: url('../fonts/museosanscyrl_500_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosanscyrl_500_italic-webfont.woff') format('woff'), url('../fonts/museosanscyrl_500_italic-webfont.ttf') format('truetype'), url('../fonts/museosanscyrl_500_italic-webfont.svg#museo') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'museo';
  src: url('../fonts/museosanscyrl_700-webfont.eot');
  src: url('../fonts/museosanscyrl_700-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosanscyrl_700-webfont.woff') format('woff'), url('../fonts/museosanscyrl_700-webfont.ttf') format('truetype'), url('../fonts/museosanscyrl_700-webfont.svg#museo') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'museo';
  src: url('../fonts/museosanscyrl_700_italic-webfont.eot');
  src: url('../fonts/museosanscyrl_700_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosanscyrl_700_italic-webfont.woff') format('woff'), url('../fonts/museosanscyrl_700_italic-webfont.ttf') format('truetype'), url('../fonts/museosanscyrl_700_italic-webfont.svg#museo') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'museo';
  src: url('../fonts/museosanscyrl_900_italic-webfont.eot');
  src: url('../fonts/museosanscyrl_900_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosanscyrl_900_italic-webfont.woff') format('woff'), url('../fonts/museosanscyrl_900_italic-webfont.ttf') format('truetype'), url('../fonts/museosanscyrl_900_italic-webfont.svg#museo') format('svg');
  font-weight: 900;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol, ul {
  list-style: none;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
a {
  color: #009bf8;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: underline;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
}
input[type="submit"], input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  /* Selection */
}
::-moz-selection {
  color: #fff;
  background: #009bf8;
}
::selection {
  color: #fff;
  background: #009bf8;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #707070;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
hr {
  clear: both;
  font-size: 0;
  overflow: hidden;
  display: block;
  height: 0;
}
body, html {
  height: 100%;
}
main {
  min-height: 100%;
}
* html main {
  height: 100%;
}
.pusher {
  clear: both;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignleft {
  margin: 0 50px 10px 0;
}
img.alignright {
  margin: 0 0 10px 50px;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
body {
  color: #707070;
  font-size: 13px;
  font-family: Arial, sans-serif;
}
.container {
  margin: 0 auto;
  width: 1100px;
  max-width: 94%;
  position: relative;
}
header {
  width: 100%;
  position: relative;
  z-index: 10;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header #logo {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header #mainMenu {
  float: left;
  margin: 68px 0 14px 140px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 10;
}
header #mainMenu .navOpen {
  display: none;
  background: #4b98c4 url("../images/open.png") 95% 50% no-repeat;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-family: "museo";
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  text-align: right;
  padding: 12px 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
header #mainMenu > ul {
  font-size: 0;
}
header #mainMenu > ul > li {
  display: inline-block;
  position: relative;
  padding: 0 0 18px;
  vertical-align: top;
  font-size: 14px;
}
header #mainMenu > ul > li:before {
  content: "|";
  position: absolute;
  left: 0;
  top: -2px;
}
header #mainMenu > ul > li > a {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #1e425e;
  display: inline-block;
  position: relative;
  font-family: "museo";
  font-weight: 100;
  margin: 0 35px;
}
header #mainMenu > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  height: 5px;
  background: #4b98c4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
header #mainMenu > ul > li.menu-item-has-children > a {
  margin-right: 43px;
}
header #mainMenu > ul > li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  right: -12px;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-color: transparent transparent transparent #1e425e;
}
header #mainMenu > ul > li:hover > a, header #mainMenu > ul > li.current-menu-item > a, header #mainMenu > ul > li.current-menu-parent > a {
  text-decoration: none;
}
header #mainMenu > ul > li:hover > a:after, header #mainMenu > ul > li.current-menu-item > a:after, header #mainMenu > ul > li.current-menu-parent > a:after {
  visibility: visible;
  opacity: 1;
}
header #mainMenu > ul > li:first-child:before {
  display: none;
}
header #mainMenu > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
header #mainMenu > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 35px;
  background: #4c99c5;
  padding: 20px;
  width: 180px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header #mainMenu > ul > li > ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #4c99c5;
}
header #mainMenu > ul > li > ul li {
  padding-bottom: 5px;
}
header #mainMenu > ul > li > ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  font-family: "museo";
}
header #mainMenu > ul > li > ul li:hover > a, header #mainMenu > ul > li > ul li.current-menu-item > a {
  text-decoration: underline;
}
header .right {
  position: absolute;
  top: 20px;
  right: 0;
}
header .compare_link {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/cart.png") 0 0 no-repeat;
  margin: -3px 20px 0;
}
header #lang {
  float: right;
  margin: 0 0 16px;
}
header #lang li {
  float: left;
  border-left: 1px solid #d2d2d2;
}
header #lang li a {
  color: #707070;
  line-height: 1;
  margin: 0 10px;
}
header #lang li:hover a, header #lang li.active a {
  text-decoration: none;
  color: #f00;
}
header #lang li:first-child {
  border: none;
}
header #lang li:last-child a {
  margin-right: 0;
}
header .city {
  float: right;
}
header .city label {
  float: left;
  padding: 1px 7px 0 0;
}
header .city .chosen-container a {
  padding: 0;
  color: #f00;
}
header .city .chosen-container a span {
  text-transform: uppercase;
  margin: 0;
}
header .city .chosen-container a span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #f00;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 1px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .city .chosen-container a:hover {
  text-decoration: none;
  color: #4b98c4;
}
header .city .chosen-container a:hover span:after {
  border-color: transparent transparent transparent #4b98c4;
}
header .phone {
  font-size: 30px;
  text-transform: uppercase;
  color: #464646;
  font-family: "museo";
  font-weight: 900;
  float: right;
  clear: both;
}
header .phone span {
  font-weight: 300;
}
header .phone:hover {
  text-decoration: none;
  color: #4b98c4;
}
header.fixed {
  position: fixed;
  z-index: 100;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .45);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, .45);
  -ms-box-shadow: 2px 3px 5px rgba(0, 0, 0, .45);
  -o-box-shadow: 2px 3px 5px rgba(0, 0, 0, .45);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, .45);
}
header.fixed #lang, header.fixed .city {
  display: none;
}
header.fixed .compare_link {
  margin-top: 5px;
}
header.fixed #mainMenu {
  margin-top: 32px;
}
header.fixed #logo {
  top: -96px;
}
#mainSlider {
  float: left;
  width: 100%;
  position: relative;
  background: url("../images/preloader.GIF") 50% 50% no-repeat;
  height: 635px;
  overflow: hidden;
}
#mainSlider .slides li {
  position: relative;
  height: 635px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
#mainSlider .slides li .info {
  padding-top: 190px;
  color: #fff;
  text-transform: uppercase;
  font-family: "museo";
}
#mainSlider .slides li .info h2 {
  font-size: 55px;
  font-weight: 900;
  letter-spacing: 2.5px;
  padding-bottom: 15px;
}
#mainSlider .slides li .info h3 {
  font-size: 36px;
  font-weight: 100;
  letter-spacing: 10px;
  padding-bottom: 10px;
}
#mainSlider .slides li .info p {
  font-size: 18px;
  font-weight: 500;
}
#mainSlider .search {
  position: absolute;
  left: 0px;
  bottom: 166px;
  z-index: 5;
  width: 100%;
}
#mainSlider .search input[type="text"] {
  float: left;
  margin: 10px 60px 0 0;
  width: 550px;
  height: 40px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #ebebeb url("../images/search.png") 98% 9px no-repeat;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, .23);
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, .23);
  -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, .23);
  -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, .23);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, .23);
  font-family: Arial;
  font-size: 13px;
  color: #707070;
  border: none;
  padding: 0 50px 0 20px;
}
#mainSlider .search input[type="text"]:focus {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, .43);
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, .43);
  -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, .43);
  -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, .43);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, .43);
}
#mainSlider .search .button {
  height: 60px;
  width: 200px;
  border: solid 3px #57a3d1;
  padding: 0;
}
.flex-control-nav {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 20;
  width: 1100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li a {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-indent: -9999px;
  background: #fff;
  display: block;
  cursor: pointer;
}
.flex-control-nav li a:hover {
  background: #4c99c5;
}
.flex-control-nav li a.flex-active {
  background: #4c99c5;
  cursor: default;
}
#flatSlider li {
  height: 300px;
}
#flatSlider li .img {
  height: 100%;
}
#flatSlider li .img img {
  max-height: 100%;
}
.home .content {
  padding: 0;
  background: none;
}
.home .homeFilter {
  float: left;
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 0 0 10px #fff;
  -moz-box-shadow: 0 0 0 10px #fff;
  -ms-box-shadow: 0 0 0 10px #fff;
  -o-box-shadow: 0 0 0 10px #fff;
  box-shadow: 0 0 0 10px #fff;
  margin-top: -21px;
  position: relative;
  z-index: 25;
  padding: 31px 50px 31px 125px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.home .homeFilter #ico {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home .homeFilter .buildingType {
  float: left;
  margin-right: 25px;
}
.home .homeFilter .buildingType .selbel_w {
  display: inline-block;
  width: 200px;
}
.home .homeFilter .buildingType .selbel_w select + span {
  background: none;
  padding: 0;
  color: #111;
  font-family: "museo";
  font-weight: 100;
  font-size: 24px;
}
.home .homeFilter .buildingType .selbel_w select + span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #111;
  position: static;
  display: inline-block;
  right: 13px;
  top: 18px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: none;
  margin-left: 15px;
  margin-bottom: 2px;
}
.home .homeFilter .action {
  float: left;
  width: 350px;
}
.home .homeFilter .button {
  border: none;
  float: right;
}
.home .specials {
  float: left;
  width: 100%;
  margin-top: 75px;
}
.home .specials h2 {
  text-transform: uppercase;
  color: #111;
  font-size: 30px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  background: url("../images/specials.png") 50% 100% no-repeat;
  text-align: center;
}
.home .specials > h3 {
  text-transform: uppercase;
  color: #111;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.home .specials .products {
  text-align: center;
  margin: 0 -22px;
}
.home .specials .products .pro {
  width: 28.9%;
  margin: 0 2% 50px;
}
.home .previews {
  padding-top: 70px;
}
.content {
  float: left;
  width: 100%;
  padding-top: 165px;
  background: url("../images/top.jpg") 50% 0 no-repeat;
}
.content p {
  padding-bottom: 15px;
  line-height: 18px;
}
.content h1, .content .previews h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #111;
  font-family: "museo";
  font-weight: 400;
  padding-bottom: 45px;
  letter-spacing: 3px;
}
.content strong {
  color: #252525;
}
.arenda {
  text-align: center;
}
.arenda .text {
  width: 47.5%;
  margin: 0 auto;
  border: none;
}
.arenda .text h2 {
  color: #252525;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  font-family: "museo";
}
.breadcrumbs {
  padding: 15px 0 20px;
}
.en .filterContent .filter form .price .selbel_w {
  width: 88px;
}
.filterContent {
  padding: 0;
  background: none;
}
.filterContent .filter {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.filterContent .filter h2 {
  font-size: 24px;
  color: #252525;
  font-family: "museo";
  font-weight: 700;
  padding-bottom: 22px;
}
.filterContent .filter form {
  margin: 0 -7px;
  text-align: center;
}
.filterContent .filter form .reset {
  position: absolute;
  top: 5px;
  left: 115px;
  color: #4b98c4;
  text-decoration: underline;
  border: none;
  cursor: pointer;
  padding-left: 15px;
  background: url("../images/x.png") 0 5px no-repeat;
}
.filterContent .filter form .reset:hover {
  text-decoration: none;
}
.filterContent .filter form .sector {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 25px;
}
.filterContent .filter form .sector .name {
  font-size: 15px;
  color: #363636;
  font-weight: 300;
  font-family: "museo";
  display: inline-block;
  margin-top: 10px;
  margin-right: 12px;
}
.filterContent .filter form .sector label {
  text-align: center;
}
.filterContent .filter form .sector label input[type="checkbox"] {
  display: none;
}
.filterContent .filter form .sector label span {
  width: 45px;
  line-height: 38px;
  padding-top: 2px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 3px #d6d6d6;
  -moz-box-shadow: 0 3px #d6d6d6;
  -ms-box-shadow: 0 3px #d6d6d6;
  -o-box-shadow: 0 3px #d6d6d6;
  box-shadow: 0 3px #d6d6d6;
  display: inline-block;
  font-size: 15px;
  color: #000;
  font-family: "museo";
  font-weight: 300;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 -2px;
  cursor: pointer;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.filterContent .filter form .sector label:hover span {
  background-color: #4b98c4;
  -webkit-box-shadow: 0 3px #367da5;
  -moz-box-shadow: 0 3px #367da5;
  -ms-box-shadow: 0 3px #367da5;
  -o-box-shadow: 0 3px #367da5;
  box-shadow: 0 3px #367da5;
  color: #fff;
  border-color: #478fb7;
}
.filterContent .filter form .sector label:hover:nth-child(2) span {
  border-color: #478fb7;
}
.filterContent .filter form .sector label input:checked + span {
  background-color: #4b98c4;
  -webkit-box-shadow: 0 3px #367da5;
  -moz-box-shadow: 0 3px #367da5;
  -ms-box-shadow: 0 3px #367da5;
  -o-box-shadow: 0 3px #367da5;
  box-shadow: 0 3px #367da5;
  color: #fff;
  border-color: #478fb7;
}
.filterContent .filter form .sector label:nth-child(2) span {
  -webkit-border-radius: 5px 0 0 5px;
  -khtml-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #e1e1e1;
}
.filterContent .filter form .sector label:last-child span {
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.filterContent .filter form .sector input[type="text"] {
  width: 225px;
  height: 43px;
}
.filterContent .filter form .sector #metro {
  width: 217px;
  line-height: 38px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #ebebeb;
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, .08);
  -moz-box-shadow: inset 0 1px rgba(0, 0, 0, .08);
  -ms-box-shadow: inset 0 1px rgba(0, 0, 0, .08);
  -o-box-shadow: inset 0 1px rgba(0, 0, 0, .08);
  box-shadow: inset 0 1px rgba(0, 0, 0, .08);
  border: solid 3px #f4f4f4;
  background-image: -webkit-linear-gradient(bottom, #d7d7d7, #f9f9f9);
  background-image: -moz-linear-gradient(bottom, #d7d7d7, #f9f9f9);
  background-image: -o-linear-gradient(bottom, #d7d7d7, #f9f9f9);
  background-image: -ms-linear-gradient(bottom, #d7d7d7, #f9f9f9);
  background-image: linear-gradient(to top, #d7d7d7, #f9f9f9);
  color: #707070;
  display: block;
  position: relative;
  padding-left: 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.filterContent .filter form .sector #metro:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 12px;
  height: 13px;
  background: url("../images/plus.png") 0 0 no-repeat;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.filterContent .filter form .sector #metro:hover {
  text-decoration: none;
  background-image: -webkit-linear-gradient(bottom, #f9f9f9, #d7d7d7);
  background-image: -moz-linear-gradient(bottom, #f9f9f9, #d7d7d7);
  background-image: -o-linear-gradient(bottom, #f9f9f9, #d7d7d7);
  background-image: -ms-linear-gradient(bottom, #f9f9f9, #d7d7d7);
  background-image: linear-gradient(to top, #f9f9f9, #d7d7d7);
}
.filterContent .filter form .sector .selbel_w {
  width: 167px;
  line-height: 43px;
  height: 43px;
}
.filterContent .filter form .sector .selbel_w select + span {
  height: 43px;
  background: #ebebeb;
  border: none;
}
.filterContent .filter form .sector .selbel_w select + span:after {
  width: 43px;
  height: 43px;
  background: url("../images/sel.png") 50% 50% no-repeat;
  border: none;
}
.filterContent .filter form .sector > div {
  display: inline-block;
  position: relative;
}
.filterContent .filter form .sector > div.do {
  margin-left: 16px;
}
.filterContent .filter form .sector > div > span {
  position: absolute;
  left: 0;
  top: 10px;
  font-family: "museo";
  font-weight: 300;
  font-size: 15px;
  color: #000;
  border-right: 1px solid #c6c6c6;
  width: 47px;
  line-height: 23px;
  text-align: center;
}
.filterContent .filter form .sector > div input[type="text"] {
  font-size: 15px;
  color: #000;
  font-family: "museo";
  font-weight: 300;
}
.filterContent .filter form .button {
  position: absolute;
  right: 1px;
  bottom: -22px;
  -webkit-box-shadow: 0 0 0 20px #fff;
  -moz-box-shadow: 0 0 0 20px #fff;
  -ms-box-shadow: 0 0 0 20px #fff;
  -o-box-shadow: 0 0 0 20px #fff;
  box-shadow: 0 0 0 20px #fff;
}
.filterContent .filter form .price > div input[type="text"] {
  width: 182px;
  padding: 0 15px 0 68px;
}
.filterContent .filter form .price .selbel_w {
  display: inline-block;
  width: 75px;
}
.filterContent .filter form .price .selbel_w select + span {
  background: #fff;
  color: #363636;
  padding: 0;
}
.filterContent .filter form .price .selbel_w select + span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #555 transparent transparent transparent;
  position: absolute;
  right: 13px;
  top: 18px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: none;
}
.filterContent .filter form .square > div input[type="text"] {
  padding: 0 15px 0 75px;
  width: 125px;
}
.filterContent .filter form .searchArcive {
  width: 73%;
}
.filterContent .filter form .searchArcive input[type="text"] {
  width: 100%;
}
.filterContent .filter form .objectTypeObjt .selbel_w {
  width: 266px;
}
.result {
  float: left;
  width: 100%;
}
.result h2 {
  font-size: 24px;
  font-family: "museo";
  font-weight: 100;
  color: #000;
  padding-bottom: 33px;
}
.result h2 span {
  color: #4a98c4;
  font-weight: 500;
}
#testimonials {
  float: left;
  width: 100%;
  background: #f8f8f8;
  padding: 75px 0;
  position: relative;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
#testimonials li .container {
  width: 930px;
}
#testimonials li img {
  float: left;
  margin: 20px 50px 0;
}
#testimonials li .info {
  overflow: hidden;
  font-style: italic;
  color: #292622;
  font-family: "museo";
}
#testimonials li .info p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  padding-bottom: 25px;
}
#testimonials li .info h3 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
}
#testimonials li .info h4 {
  font-size: 14px;
  font-weight: 100;
  padding-bottom: 45px;
}
#testimonials li .info .ag {
  font-family: Arial;
  font-size: 13px;
  color: #707070;
  padding-left: 22px;
  background: url("../images/user.png") 0 0 no-repeat;
}
#testimonials li .info .all {
  float: right;
  font-size: 16px;
  font-style: italic;
  font-weight: 100;
  font-family: "museo";
  color: #4b98c4;
  padding-right: 38px;
  background: url("../images/cloud.png") 100% 0 no-repeat;
}
#testimonials .flex-direction-nav {
  width: 1100px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
#testimonials .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  background: url("../images/controls.png") 0 0 no-repeat;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#testimonials .flex-direction-nav a.flex-prev {
  left: 0;
}
#testimonials .flex-direction-nav a.flex-next {
  right: 0;
  text-align: right;
  background-position: 100% 0;
}
#testimonials .flex-direction-nav a:hover {
  background-color: #fff;
}
.previews {
  float: left;
  width: 100%;
  padding: 50px 0 60px;
}
.previews .posts .post {
  float: left;
  margin-left: 4%;
  width: 30.6%;
}
.previews .posts .post:first-child {
  margin-left: 0;
}
.previews .posts .post img {
  margin-right: 30px;
}
.previews .posts .post .info {
  float: left;
  width: 100%;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #111;
}
.previews .posts .post .info .author {
  font-size: 11px;
  display: block;
  padding-bottom: 5px;
}
.previews .posts .post time {
  font-weight: 700;
  color: #252525;
}
.previews .posts .post .more {
  float: right;
}
.contacts .content .alignleft {
  width: 47%;
  margin-bottom: 50px;
}
.contacts .content .alignleft h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #4c99c5;
  font-family: "museo";
  padding-bottom: 12px;
  clear: left;
}
.contacts .content .alignleft > p {
  padding-bottom: 20px;
}
.contacts .content .alignleft div {
  float: left;
  width: 100%;
  margin: 7px 0 15px;
}
.contacts .content .alignleft div:last-child {
  margin: 0;
}
.contacts .content .alignleft div:last-child p {
  padding-bottom: 0;
  line-height: 21px;
}
.contacts .content .alignleft div p {
  float: left;
  width: 40%;
}
.contacts .content .alignleft div p:last-child {
  float: right;
  width: 56%;
}
.contacts .content .alignleft a {
  display: block;
  padding-left: 30px;
  text-decoration: none;
}
.contacts .content .alignleft a:hover {
  color: #4b98c4;
}
.contacts .content .alignleft .phone1 {
  background: url("../images/phone.png") 0 50% no-repeat;
  font-size: 16px;
  font-weight: 700;
  color: #252525;
  margin-bottom: 6px;
}
.contacts .content .alignleft .phone2 {
  background: url("../images/megaphone.png") 0 50% no-repeat;
  font-size: 16px;
  color: #252525;
}
.contacts .content .alignleft .email {
  background: url("../images/mail.png") 0 50% no-repeat;
  font-family: "museo";
  font-weight: 300;
  font-size: 13px;
  color: #707070;
  margin-bottom: 6px;
}
.contacts .content .alignleft .skype {
  background: url("../images/skype.png") 0 50% no-repeat;
  font-family: "museo";
  font-weight: 300;
  font-size: 13px;
  color: #707070;
}
.contacts .content .alignleft span {
  color: #252525;
  font-weight: 700;
}
.contacts .content .alignright {
  width: 47.7%;
  margin-bottom: 50px;
}
.contacts .content .alignright h2 {
  font-weight: 700;
  font-size: 24px;
  font-family: "museo";
  color: #252525;
  margin: 8px 0 30px;
}
.contacts .content img {
  margin-top: 10px;
}
.contacts .content .button {
  float: left;
  clear: left;
  margin: 40px 0 0;
  padding: 3px 28px 0;
}
input[type="text"], [type="email"], [type="tel"], textarea {
  width: 100%;
  height: 40px;
  border: none;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #ebebeb;
  font-family: Arial;
  font-size: 13px;
  color: #707070;
  padding: 0 20px;
}
textarea {
  height: 150px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 20px 0;
  resize: none;
}
.blog .content article {
  overflow: hidden;
}
.blog .content article .posts {
  border-top: 1px solid #d7d7d7;
  margin-bottom: 70px;
}
.blog .content article .post {
  padding: 47px 0 30px;
  border-bottom: 1px solid #d7d7d7;
}
.blog .content article .post .info {
  overflow: hidden;
}
.blog .content article .post .info span {
  display: inline-block;
  font-weight: 700;
  color: #252525;
  padding-bottom: 17px;
}
.blog .content article .post .info h4 {
  font-family: "museo";
  font-weight: 100;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 17px;
}
.blog .content article .singlePost {
  float: left;
  margin-bottom: 70px;
}
.blog .content article .postTop {
  margin-bottom: 15px;
}
.blog .content article .postTop span {
  font-weight: 700;
  color: #252525;
}
.blog .content article .social {
  float: right;
}
.blog .content article .social a {
  display: inline-block;
  margin-left: 2px;
  background: url("../images/socialpost.png") 0 0 no-repeat;
  width: 22px;
  height: 22px;
}
.blog .content article .social a:hover {
  opacity: 0.75;
}
.blog .content article .social a.v {
  background-position: 0 0;
}
.blog .content article .social a.f {
  background-position: -26px 0;
}
.blog .content article .social a.t {
  background-position: 100% 0;
}
.blog .content article .onePost {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 30px 0 20px;
  margin-bottom: 25px;
}
.blog .content article .onePost h4 {
  font-family: "museo";
  font-weight: 100;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 26px;
}
.blog .content article .onePost img {
  margin-bottom: 40px;
}
.blog .content article .postBottom .author {
  float: left;
  font-family: "museo";
}
.blog .content article .postBottom .author a {
  font-weight: 100;
  font-size: 14px;
  font-style: italic;
}
.blog .content article .postBottom .author em {
  font-weight: 100;
  font-size: 14px;
  color: #292622;
}
.blog .content article .social p {
  display: inline;
  vertical-align: middle;
  margin-right: 15px;
}
.blog .content aside {
  float: right;
  width: 21.5%;
  margin-left: 50px;
}
.blog .content aside.mobi {
  display: none;
}
.blog .content aside .cats {
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #111;
}
.blog .content aside .cats h3 {
  font-family: "museo";
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #252525;
  padding-bottom: 35px;
}
.blog .content aside .cats ul li a {
  font-size: 13px;
  line-height: 26px;
  color: #707070;
  -webkit-transition: none 0.5s ease;
  -moz-transition: none 0.5s ease;
  -ms-transition: none 0.5s ease;
  -o-transition: none 0.5s ease;
  transition: none 0.5s ease;
  padding-right: 20px;
}
.blog .content aside .cats ul li:hover a, .blog .content aside .cats ul li.current-menu-item a {
  background: url("../images/aside_point.png") 100% 50% no-repeat;
  color: #009bf8;
  text-decoration: underline;
}
.blog .content aside .popular {
  margin-bottom: 63px;
}
.blog .content aside h4 {
  font-family: "museo";
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  color: #363636;
  padding-bottom: 30px;
}
.blog .content aside .popular .postAside {
  display: inline-block;
  margin-bottom: 25px;
}
.blog .content aside .popular img.alignleft {
  margin-right: 15px;
}
.blog .content aside .popular p {
  overflow: hidden;
  padding: 0;
}
.blog .content aside .subscribe {
  padding: 50px 20px 30px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  position: relative;
}
.blog .content aside .subscribe:before {
  background: url("../images/subscribe.png") 0 0 / contain no-repeat;
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: -26px;
}
.blog .content aside .subscribe h4 {
  text-align: center;
  margin: 0 19px 37px;
  padding: 0;
}
.blog .content aside .subscribe input[type="text"], .blog .content aside .subscribe input[type="email"] {
  margin-bottom: 10px;
}
.blog .content aside .subscribe .button {
  margin: 30px auto 0;
  width: 94%;
  padding: 0;
  text-align: center;
  display: block;
}
.staff {
  float: left;
  width: 100%;
  border-bottom: 1px solid #111;
  padding-bottom: 20px;
  text-align: center;
}
.staff h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #111;
  font-family: "museo";
  font-weight: 100;
  padding-bottom: 28px;
  text-align: left;
}
.staff > div {
  margin: 0 -23px;
}
.staff .man {
  display: inline-block;
  width: 233px;
  margin: 0 1.8% 30px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 50px 10px 35px;
  color: #292622;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.staff .man img {
  margin-bottom: 25px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.staff .man h3 {
  font-size: 17px;
  font-family: "museo";
  font-weight: 500;
  padding-bottom: 10px;
}
.staff .man h4 {
  font-size: 14px;
  line-height: 16px;
  font-family: "museo";
  font-weight: 100;
  padding-bottom: 15px;
}
.staff .man .phone {
  font-size: 15px;
  font-weight: 900;
  display: block;
  padding-bottom: 3px;
}
.staff .man .phone span {
  font-size: 13px;
  font-weight: 700;
  color: #252525;
}
.staff .man a {
  color: #707070;
}
.staff#leadership {
  margin-bottom: 33px;
  padding-bottom: 0;
}
.staff#leadership > div {
  margin: 0 -20px;
}
.staff#leadership .man {
  width: 29.5%;
  margin: 0 1.7% 45px;
  padding-top: 35px;
}
.staff#leadership .man h3 {
  font-size: 18px;
  padding-bottom: 7px;
}
.staff#leadership .man h4 {
  padding-bottom: 17px;
}
.text {
  padding-bottom: 32px;
  border-bottom: 1px solid #111;
  margin-bottom: 45px;
}
.about .content .text .pdf {
  margin-top: 25px;
  padding: 2px 63px 0 15px;
}
.about .content .text .button:after {
  background: url("../images/pdf.png") 0 0 no-repeat;
  width: 20px;
  height: 23px;
  right: 28px;
  top: 10px;
  border-style: none;
}
.about .content .aboutList {
  float: left;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #111;
}
.about .content .aboutList h5 {
  font-family: "museo";
  font-weight: 300;
  font-size: 18px;
  color: #363636;
  padding-bottom: 5px;
}
.about .content .aboutList .aboutAdvant {
  float: left;
  width: 78.5%;
  margin-top: 50px;
}
.about .content .aboutList .aboutAdvant > div {
  display: inline-block;
  width: 32.9%;
  padding-right: 5.8%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  overflow: hidden;
  vertical-align: top;
}
.about .content .aboutList .aboutAdvant > div img {
  margin-bottom: 25px;
}
.about .content .aboutList .aboutAdvant > div h3 {
  font-family: "museo";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #252525;
  padding-bottom: 15px;
}
.about .content .aboutList .alignright {
  float: right;
  width: 21.5%;
  font-family: "museo";
  color: #292622;
  font-style: italic;
}
.about .content .aboutList .alignright img {
  margin-bottom: 42px;
}
.about .content .aboutList .alignright p {
  line-height: 20px;
  font-size: 15px;
  font-weight: 100;
  padding-bottom: 20px;
}
.about .content .aboutList .alignright h4 {
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 4px;
}
.about .content .aboutList .alignright span {
  line-height: 24px;
  font-size: 14px;
  font-weight: 100;
}
.services .content .servicesWay {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #111;
}
.services .content .servicesWay h2 {
  font-family: "museo";
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #252525;
  padding-bottom: 60px;
}
.services .content .servicesWay .servicesSteps {
  float: left;
  width: 100%;
}
.services .content .servicesWay .servicesSteps > div {
  display: inline-block;
  width: 30%;
  margin-left: 4.2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: top;
}
.services .content .servicesWay .servicesSteps > div:nth-child(3n+1) {
  margin-left: 0;
}
.services .content .servicesWay .servicesSteps > div span {
  display: block;
  font-family: "museo";
  font-weight: 700;
  font-size: 60px;
  color: #4b98c4;
  padding-bottom: 5px;
}
.services .content .servicesWay .servicesSteps > div h3 {
  font-family: "museo";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #252525;
  padding-bottom: 15px;
}
.services .content .servicesWay .servicesSteps > div a {
  margin-top: 10px;
}
.content .clientsPartners {
  float: left;
  width: 100%;
  border-bottom: 1px solid #111;
  margin-bottom: 50px;
}
.content .clientsPartners h3 {
  font-family: "museo";
  font-weight: 100;
  font-size: 18px;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 30px;
}
.content .clientsPartners .ourPartners {
  float: left;
  width: 100%;
}
.content .clientsPartners .ourPartners .item {
  float: left;
  width: 47.7%;
  margin-left: 4.5%;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 40px 50px 45px 55px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.content .clientsPartners .ourPartners .item:nth-child(2n+1) {
  margin-left: 0;
}
.content .clientsPartners .ourPartners .item > div {
  margin-top: 30px;
  overflow: hidden;
  font-family: "museo";
  font-size: 18px;
  color: #292622;
}
.content .clientsPartners .ourPartners .item > div p {
  font-weight: 100;
  font-style: italic;
}
.content .clientsPartners .ourPartners .item > div h4 {
  font-weight: 500;
  line-height: 24px;
}
.content .clientsPartners .testi .item > div p {
  font-size: 14px;
}
.content .clientsPartners .testi .item > div span {
  font-size: 14px;
  font-weight: 100;
}
.content .clientsPartners .testi .item > div h4 {
  font-size: 18px;
  font-weight: 500;
}
.content .clientsPartners .testi .itemText {
  min-height: 368px;
}
.wp-pagenavi {
  float: left;
  margin: 30px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 32px;
}
.wp-pagenavi a.pages, .wp-pagenavi span.pages {
  font-size: 12px;
  color: #6d6d6d;
}
.wp-pagenavi a.page, .wp-pagenavi span.page {
  width: 31px;
  height: 32px;
  background: #8f8f8f;
}
.wp-pagenavi a.page:hover, .wp-pagenavi span.page:hover {
  opacity: 0.8;
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background: #4b98c4;
  width: 31px;
  height: 32px;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi span.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi span.nextpostslink {
  color: #232323;
}
.flatContent {
  padding-top: 115px;
}
.flatContent .description .compare {
  line-height: 28px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #3b8ab8;
  -webkit-box-shadow: inset 0 2px rgba(0, 0, 0, .08);
  -moz-box-shadow: inset 0 2px rgba(0, 0, 0, .08);
  -ms-box-shadow: inset 0 2px rgba(0, 0, 0, .08);
  -o-box-shadow: inset 0 2px rgba(0, 0, 0, .08);
  box-shadow: inset 0 2px rgba(0, 0, 0, .08);
  border: solid 3px #57a3d1;
  background-image: -webkit-linear-gradient(bottom, #3b8ab8, #4e9ac7);
  background-image: -moz-linear-gradient(bottom, #3b8ab8, #4e9ac7);
  background-image: -o-linear-gradient(bottom, #3b8ab8, #4e9ac7);
  background-image: -ms-linear-gradient(bottom, #3b8ab8, #4e9ac7);
  background-image: linear-gradient(to top, #3b8ab8, #4e9ac7);
  padding: 2px 20px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 100;
  font-family: "museo";
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.flatContent .description .compare:hover {
  text-decoration: none;
  background: #31739a;
}
.flatContent .description .compare .compare_loader {
  position: absolute;
  right: -30px;
  top: 7px;
  width: 16px !important;
}
.photos {
  float: left;
  width: 47.7%;
}
.photos .img {
  background: #e1e1e1;
}
.photos .img img {
  margin: 0 auto;
}
.photos #carousel {
  padding: 8px 28px;
  background: #363636;
  position: relative;
}
.photos #carousel .slides li {
  margin: 0 4px;
  cursor: pointer;
  border: 1px solid;
  height: 51px;
}
.photos #carousel .slides li.flex-active-slide {
  cursor: default;
}
.photos #carousel .slides li img {
  min-height: 100%;
}
.photos #carousel .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 11px;
  height: 17px;
  margin: -8.5px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  background: url("../images/controls2.png") 0 0 no-repeat;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.photos #carousel .flex-direction-nav a.flex-prev {
  left: 8px;
}
.photos #carousel .flex-direction-nav a.flex-next {
  right: 8px;
  text-align: right;
  background-position: 100% 0;
}
.photos #carousel .flex-direction-nav a:hover {
  opacity: 0.7;
}
#hidden_email {
  display: none;
}
.description {
  float: right;
  width: 47.7%;
}
.description .id {
  display: block;
  font-family: "museo";
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #363636;
  padding-bottom: 16px;
}
.description .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 45px;
  font-weight: 900;
  color: #8dc63f;
  margin-right: 50px;
}
.description .price span {
  font-size: 24px;
  color: #6da126;
}
.description .data {
  padding: 20px 0 30px;
}
.description .data span {
  display: block;
  line-height: 18px;
}
.description .info {
  padding-bottom: 25px;
}
.description .info p span {
  font-family: 'museo';
  font-size: 14px;
  font-weight: 700;
  color: #4b98c4;
}
.description .button {
  margin-right: 48px;
}
.description .showMap {
  color: #707070;
  padding: 10px 35px 5px 0;
  background: url("../images/showmap.png") 100% 50% no-repeat;
}
.description .showMap:hover {
  text-decoration: none;
  color: #f42f02;
}
.agent {
  float: left;
  width: 100%;
  clear: both;
  background: #f7f7f7;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 38px 33px 38px 41px;
  margin: 37px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.agent .agentInfo {
  float: left;
  width: 40%;
  border-right: 1px solid #c2c2c2;
  padding-right: 25px;
}
.agent .agentInfo img {
  margin: 0 30px 0 0;
}
.agent .agentInfo div {
  max-height: 130px;
  overflow: hidden;
}
.agent .agentInfo div h4 {
  font-family: "museo";
  font-weight: 900;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #363636;
  padding-bottom: 13px;
}
.agent .agentInfo div h3 {
  font-family: "museo";
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #363636;
  padding-bottom: 5px;
}
.agent .agentInfo div span {
  line-height: 18px;
}
.agent .agentContact {
  float: left;
  padding: 0 28px;
  overflow: hidden;
}
.agent .agentContact a {
  display: block;
  padding-left: 42px;
  text-decoration: none;
  line-height: 30px;
  color: #707070;
}
.agent .agentContact a:hover {
  color: #4b98c4;
}
.agent .agentContact .phone1 {
  background: url("../images/phone1.png") 0 50% no-repeat;
  font-size: 18px;
  font-weight: 900;
  color: #000;
}
.agent .agentContact .phone1 span {
  color: #707070;
}
.agent .agentContact .skype {
  background: url("../images/skype.png") 0 50% no-repeat;
}
.agent .agentContact .email {
  background: url("../images/mail1.png") 0 50% no-repeat;
}
.agent .button {
  margin-top: 37px;
  float: right;
}
.products {
  text-align: center;
  margin: 0 -22px;
}
.products .pro {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 238px;
  margin: 0 20.9px 50px;
}
.products .pro .img {
  overflow: hidden;
  height: 238px;
}
.products .pro .info {
  border: 1px solid #e1e1e1;
  border-top: none;
  padding: 23px 20px 28px;
  min-height: 290px;
  position: relative;
}
.products .pro .flat {
  font-size: 14px;
  font-family: "museo";
  font-weight: 100;
  line-height: 20px;
}
.products .pro .flat mark {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  padding: 0 4px;
  color: #fff;
  font-weight: 700;
}
.products .pro h3 {
  font-size: 14px;
  padding-bottom: 25px;
  font-family: "museo";
  font-weight: 500;
  color: #252525;
  line-height: 20px;
}
.products .pro h3 span {
  font-weight: 100;
  color: #707070;
}
.products .pro .data {
  padding-bottom: 5px;
  line-height: 18px;
}
.products .pro .price {
  padding-bottom: 100px;
  display: block;
  font-size: 19px;
  color: #8dc63f;
  font-weight: 900;
}
.products .pro .price strong {
  font-weight: 700;
  color: #252525;
  font-size: 13px;
}
.products .pro .price span {
  font-size: 14px;
  text-transform: uppercase;
}
.products .pro .compare {
  position: absolute;
  left: 20px;
  bottom: 85px;
}
.products .pro .compare .compare_loader {
  float: right;
  margin-left: 10px;
  width: 16px !important;
}
.products .pro .details {
  position: absolute;
  bottom: 28px;
  left: 20px;
  right: 20px;
}
.comparePage .products .pro {
  border: 1px solid #e1e1e1;
  margin: 0 2% 50px;
  width: 28.9%;
  position: relative;
}
.comparePage .products .pro .remove {
  position: absolute;
  right: 12px;
  top: 11px;
  width: 10px;
  height: 10px;
  background: url("../images/com.png") 0 0 no-repeat;
  cursor: pointer;
}
.comparePage .products .pro .img {
  margin-top: 30px;
}
.comparePage .products .pro .info {
  border: none;
}
#preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
}
.mapWrap {
  position: relative;
  height: 443px;
}
.map {
  position: relative;
  height: 100%;
}
.map img {
  max-width: none;
}
.map .box .image {
  float: left;
  margin: 0 10px 10px 0;
}
.map .box .info {
  font-size: 14px;
  font-weight: 400;
  font-family: Arial;
}
.map .box .info .prices {
  display: inline-block;
}
.map .box .info .prices .price {
  font-size: 18px;
  color: #8dc63f;
}
.map .box .info a {
  display: inline-block;
}
.profileBlock {
  padding-top: 115px;
}
.profileBlock .photo {
  float: left;
  width: 254px;
  margin-right: 35px;
}
.profileBlock .info {
  overflow: hidden;
}
.profileBlock .info h2 {
  font-weight: 300;
  font-family: "museo";
  font-size: 30px;
  padding-bottom: 5px;
}
.profileBlock .info h4 {
  padding-bottom: 25px;
}
.profileBlock .info blockquote {
  padding-left: 22px;
  border-left: 1px solid #4593c0;
  line-height: 18px;
}
.profileBlock .data {
  float: left;
  width: 254px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 13px 0;
}
.profileBlock .data > span {
  display: block;
  margin-bottom: 8px;
  padding-left: 42px;
  line-height: 21px;
}
.profileBlock .data > span.phone {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  background: url("../images/pho.png") 0 50% no-repeat;
}
.profileBlock .data > span.phone span {
  color: #707070;
}
.profileBlock .data > span.skype {
  background: url("../images/sky.png") 0 50% no-repeat;
}
.profileBlock .data > span.email {
  background: url("../images/ema.png") 0 50% no-repeat;
}
.profileBlock .data .social {
  margin: 15px 0 20px;
}
.profileBlock .data .social a {
  display: inline-block;
  margin-right: 16px;
  width: 22px;
  height: 22px;
  background: url("../images/social2.png") 0 0 no-repeat;
}
.profileBlock .data .social a.t {
  background-position: 0 0;
}
.profileBlock .data .social a.f {
  background-position: -40px 0;
}
.profileBlock .data .social a.g {
  background-position: 100% 0;
}
.profileBlock .data .button {
  padding: 2px 18px 0;
}
.profileBlock .data .button:after {
  display: none;
}
.profileBlock .agentObjects {
  overflow: hidden;
}
.profileBlock .agentObjects .tabs li {
  padding: 20px 25px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}
.profileBlock .agentObjects .tabs li.active {
  color: #000;
  background: #f7f7f7;
  border-top: 1px solid #4593c0;
}
.profileBlock .agentObjects .tabContent {
  background: #f7f7f7;
  padding: 30px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.profileBlock .agentObjects .tabContent > div {
  display: none;
}
.profileBlock .agentObjects .tabContent > div a {
  color: #4a97c4;
  text-decoration: underline;
}
.profileBlock .agentObjects .tabContent > div a:hover {
  text-decoration: none;
}
.profileBlock .agentObjects .tabContent > div .box {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.profileBlock .agentObjects .tabContent > div .box.hide {
  display: none;
}
.profileBlock .agentObjects .tabContent > div .box.show {
  display: block;
}
.profileBlock .agentObjects .tabContent > div .box img {
  float: left;
  margin: 0 17px 0 0;
  width: 162px;
}
.profileBlock .agentObjects .tabContent > div .box .desc {
  overflow: hidden;
}
.profileBlock .agentObjects .tabContent > div .box .desc .id {
  font-size: 18px;
  font-weight: 300;
  font-family: "museo";
  text-transform: uppercase;
  color: #363636;
  padding-bottom: 8px;
  display: block;
}
.profileBlock .agentObjects .tabContent > div .box .desc .id + p {
  padding-bottom: 8px;
}
.profileBlock .agentObjects .tabContent > div .box .desc .price {
  display: block;
  color: #8dc63f;
  font-weight: 900;
  font-size: 24px;
  padding-bottom: 8px;
}
.profileBlock .agentObjects .tabContent > div .box .desc .price strong {
  color: #252525;
  font-size: 13px;
  font-weight: 700;
}
.profileBlock .agentObjects .tabContent > div .box .desc .price span {
  color: #6da126;
  font-size: 14px;
  text-transform: uppercase;
}
.profileBlock .agentObjects .tabContent > div .box .desc .details, .profileBlock .agentObjects .tabContent > div .box .desc .compare {
  display: inline-block;
}
.profileBlock .agentObjects .tabContent > div .box time {
  display: block;
  margin-top: 3px;
}
.profileBlock .agentObjects .tabContent > div .showMore {
  font-size: 14px;
}
.button, .btn {
  line-height: 38px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #3b8ab8;
  -webkit-box-shadow: inset 0 2px rgba(0, 0, 0, .08);
  -moz-box-shadow: inset 0 2px rgba(0, 0, 0, .08);
  -ms-box-shadow: inset 0 2px rgba(0, 0, 0, .08);
  -o-box-shadow: inset 0 2px rgba(0, 0, 0, .08);
  box-shadow: inset 0 2px rgba(0, 0, 0, .08);
  border: solid 3px #57a3d1;
  background-image: -webkit-linear-gradient(bottom, #3b8ab8, #4e9ac7);
  background-image: -moz-linear-gradient(bottom, #3b8ab8, #4e9ac7);
  background-image: -o-linear-gradient(bottom, #3b8ab8, #4e9ac7);
  background-image: -ms-linear-gradient(bottom, #3b8ab8, #4e9ac7);
  background-image: linear-gradient(to top, #3b8ab8, #4e9ac7);
  padding: 2px 33px 0 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 100;
  font-family: "museo";
  display: inline-block;
  position: relative;
}
.button[type="submit"], .btn[type="submit"] {
  padding: 0 28px;
}
.button:after, .btn:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
}
.button:hover, .btn:hover {
  text-decoration: none;
  background: #31739a;
}
.selbel_w {
  position: relative;
  display: block;
  width: 100%;
  font: 300 13px/40px "museo";
  height: 40px;
}
.selbel_w select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.selbel_w select + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 0 20px;
  height: 40px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: none;
}
.selbel_w select + span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #3b8ab8 url("../images/button.png") 50% 50% no-repeat;
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, .08);
  -moz-box-shadow: inset 0 1px rgba(0, 0, 0, .08);
  -ms-box-shadow: inset 0 1px rgba(0, 0, 0, .08);
  -o-box-shadow: inset 0 1px rgba(0, 0, 0, .08);
  box-shadow: inset 0 1px rgba(0, 0, 0, .08);
  border: solid 3px #56a3d0;
}
.selbel_w select + span.err {
  border-color: #ef4036;
}
.selbel_w select option {
  padding: 7px 20px;
}
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, .7);
  overflow: auto;
  text-align: center;
  display: none;
}
.popup.opened .valign {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.popup .shadow {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.popup .valign {
  position: relative;
  z-index: 2;
  text-align: left;
  background: #fcfcfc;
  margin: 40px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  width: 580px;
}
.popup .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #f00;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  z-index: 10;
  color: #fff;
  font-size: 25px;
}
.popup .close:hover {
  background-color: #4b98c4;
}
.popup .popupContent {
  padding: 0 0 35px;
}
.popup .popupContent h2 {
  font-size: 30px;
  font-weight: 100;
  text-transform: uppercase;
  padding: 25px 0;
  text-align: center;
  border-bottom: 1px solid #4c99c5;
  color: #000;
}
.popup .popupContent .info {
  padding: 25px 30px 0;
}
.popup .popupContent .info img {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
.popup .popupContent .info h4 {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  padding: 5px 0 10px;
}
.popup .popupContent .info .id {
  font-weight: 300;
  font-size: 18px;
}
.popup .popupContent .info h3 {
  clear: both;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  padding-bottom: 30px;
}
.popup .popupContent .info .wpcf7 .alignleft, .popup .popupContent .info .wpcf7 .alignright {
  width: 47%;
}
.popup .popupContent .info .wpcf7 .button {
  margin: 30px auto 0;
  display: block;
  clear: both;
}
.popup .popupContent .info .wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 30px;
}
#hidden_lotid {
  display: none;
}
div.wpcf7 {
  margin: 0;
  padding: 0;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}
div.wpcf7 .screen-reader-response {
  border: 0 none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
  border: 2px solid #f00;
}
div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
}
span.wpcf7-form-control-wrap {
  position: relative;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  display: block;
  font-size: 1em;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #f00;
  left: 20%;
  padding: 0.2em 0.8em;
  position: absolute;
  top: 20%;
  z-index: 100;
}
span.wpcf7-list-item {
  margin-left: 0.5em;
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7 img.ajax-loader {
  border: medium none;
  margin-left: 4px;
  vertical-align: middle;
}
div.wpcf7 div.ajax-error {
  display: none;
}
div.wpcf7 .placeheld {
  color: #888;
}
.wpcf7 {
  position: relative;
}
.wpcf7 .leftSide {
  float: left;
  width: 47%;
}
.wpcf7 .rightSide {
  float: right;
  width: 47%;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
}
.wpcf7 .wpcf7-form-control-wrap.your-message {
  clear: both;
}
.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-family: Arial;
  font-weight: 100;
  height: 40px;
  line-height: 40px;
  position: absolute;
  padding: 0 10px;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  font-family: Arial;
  font-weight: 100;
  line-height: 30px;
  padding: 0 20px;
  text-align: center;
}
.wpcf7 .ajax-loader {
  display: none;
}
.popup_metro {
  width: auto;
}
.popup_metro .valign {
  width: 1300px;
  padding-top: 40px;
  background: #fff;
}
.popup_metro .valign #MapObjects {
  overflow: auto;
}
.popup_metro .selbel_w {
  height: 35px;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  background: #3b8ab8;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
}
.popup_metro .selbel_w select + span {
  background: none;
  height: 35px;
  line-height: 35px;
  color: #fff;
}
.popup_metro .selbel_w select + span:after {
  height: 29px;
  width: 29px;
  -webkit-border-radius: none;
  -khtml-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  border-radius: none;
}
.popup_metro .modal-header {
  text-align: center;
}
.popup_metro .modal-header > * {
  margin-bottom: 15px;
}
.btn {
  line-height: 27px;
  padding: 2px 15px 0;
  cursor: pointer;
  margin-bottom: 10px;
}
.btn:after {
  display: none;
}
.modal-body img {
  width: 1300px;
  max-width: none;
}
.modal-body .interactive_metro_map {
  position: relative;
}
.modal-body .station {
  cursor: pointer;
  position: absolute;
  z-index: 10002;
  font-size: 0;
  left: 0;
  top: 0;
}
.modal-body .station input[type="checkbox"] {
  display: none;
}
.modal-body .station input[type="checkbox"]:checked + label span {
  background: rgba(255, 255, 255, 0.4);
}
.modal-body .station input[type="checkbox"]:checked + label span mark {
  opacity: 1;
}
.modal-body .station input[type="checkbox"] + label span {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  height: 11px;
  width: 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal-body .station input[type="checkbox"] + label span mark {
  width: 16px;
  height: 16px;
  position: absolute;
  left: -17px;
  top: -4px;
  background: url("../images/station.png") 0 0 / contain no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.modal-body label {
  display: block;
}

.ajax-loader.processing {
  margin: 0 auto 30px;
}
.designed {
  float: right;
  color: #a3afb6;
}
/* footer {
  float: left;
  width: 100%;
  background: #142f3f;
}
footer .container {
  padding: 34px 0 26px;
}
footer .social {
  float: left;
}
footer .social a {
  display: inline-block;
  margin-right: 7px;
  background: url("../images/social.png") 0 0 no-repeat;
  width: 30px;
  height: 30px;
}
footer .social a:hover {
  opacity: 0.75;
}
footer .social a.f {
  background-position: 0 0;
}
footer .social a.t {
  background-position: -40px 0;
}
footer .social a.v {
  background-position: 100% 0;
}
footer #copy {
  float: right;
  font-size: 10px;
  line-height: 12px;
  color: #a3afb6;
} */
@media screen and (max-width: 1366px) {
  header #mainMenu > ul > li > a {
    margin: 0 22px !important;
  }
  header #mainMenu > ul > li > ul {
    left: 22px;
  }
  .flex-control-nav {
    width: 100%;
    text-align: center;
  }
  .flex-direction-nav {
    display: none;
  }
  #mainSlider .slides li .info {
    padding-top: 90px;
  }
  #mainSlider .search {
    bottom: 290px;
  }
  .home .homeFilter {
    margin-top: -250px;
  }
}
@media screen and (max-width: 1023px) {
  header .container {
    max-width: 100%;
  }
  header .right {
    margin-right: 20px;
  }
  header .phone {
    clear: none;
    margin: -8px 20px 0 0;
    font-size: 25px;
  }
  header.fixed .phone {
    display: none;
  }
  #mainSlider .search input[type="text"] {
    width: 450px;
  }
  .home .homeFilter {
    padding: 30px;
    text-align: center;
  }
  .home .homeFilter #ico {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: block;
  }
  .home .homeFilter #ico img {
    margin: 0 auto;
  }
  .home .homeFilter .buildingType {
    float: none;
    display: inline-block;
    margin: 0;
  }
  .home .homeFilter .action {
    float: none;
    display: inline-block;
    width: 100%;
    margin: 10px 0 15px;
  }
  .home .homeFilter .button {
    float: none;
    display: inline-block;
  }
  .about .content .aboutList .aboutAdvant {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .about .content .aboutList .aboutAdvant > div {
    padding: 0;
    text-align: left;
    width: 100%;
  }
  .about .content .aboutList .alignright {
    width: 100%;
    text-align: center;
  }
  .about .content .aboutList .alignright img {
    margin: 0 auto;
  }
  .content .clientsPartners .ourPartners .item img {
    float: none;
    margin: 0 auto;
  }
  .content .clientsPartners .ourPartners .item > div {
    float: left;
    width: 100%;
  }
  .blog .content aside {
    width: 100%;
    display: none;
    margin-bottom: 30px;
  }
  .blog .content aside.mobi {
    display: block;
  }
  .blog .content article {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .blog .content aside .popular {
    margin-bottom: 20px;
  }
  .blog .content aside .subscribe:before {
    display: none;
  }
  .contacts .content .alignleft div p {
    width: 100% !important;
  }
  .profileBlock .photo {
    float: none;
    margin: 0 auto 20px;
  }
  .profileBlock .photo img {
    margin: 0 auto;
  }
  .profileBlock .info {
    float: left;
    width: 100%;
    text-align: center;
  }
  .profileBlock .data {
    float: none;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  header #logo {
    position: relative;
    float: left;
    z-index: 110;
  }
  header #mainMenu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    margin: 0;
  }
  header #mainMenu .navOpen {
    display: block;
  }
  header #mainMenu > ul {
    display: none;
    width: 100%;
  }
  header #mainMenu > ul > li {
    display: inline-block;
    float: none;
    width: 100%;
    padding: 0;
  }
  header #mainMenu > ul > li > a {
    border-top: 1px solid #000;
    background: #267cc1;
    padding: 12px 20px;
    margin: 0 !important;
    color: #fff;
    font-size: 22px;
    display: block;
    text-align: right;
  }
  header #mainMenu > ul > li > a:after {
    display: none;
  }
  header #mainMenu > ul > li.current-menu-item > a, header #mainMenu > ul > li:hover > a {
    background: #1465a5;
    color: #fff;
  }
  header #mainMenu > ul > li ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    position: static;
    width: 100%;
    padding: 0;
  }
  header #mainMenu > ul > li ul li {
    width: 100%;
    padding: 0;
  }
  header #mainMenu > ul > li ul li a {
    display: block;
    font-size: 19px;
    text-align: right;
    padding: 10px 20px;
    border-top: 1px solid #000;
  }
  header #mainMenu > ul > li ul li.current-menu-item > a, header #mainMenu > ul > li ul li:hover > a {
    background: #1465a5;
    color: #fff;
    text-decoration: none;
  }
  header .right {
    position: static;
    padding-top: 65px;
    text-align: center;
  }
  header .right .phone {
    margin: 0;
    clear: right;
  }
  header .right .compare_link {
    position: absolute;
    margin: 0;
    left: 155px;
    top: 12px;
    z-index: 100;
  }
  header.fixed #mainMenu {
    margin-top: 0;
  }
  #mainSlider .slides li {
    height: 500px !important;
  }
  #mainSlider .slides li .info {
    text-align: center;
    padding-top: 40px;
  }
  #mainSlider .slides li .info h3 {
    font-size: 24px;
    letter-spacing: 5px;
  }
  #mainSlider .slides li .info h2 {
    font-size: 28px;
  }
  #mainSlider .slides li .info p {
    font-size: 14px;
  }
  #mainSlider .search {
    bottom: 180px;
  }
  #mainSlider .search input[type="text"] {
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  #mainSlider .search .button {
    margin: 20px auto 0;
    display: block;
  }
  .home .homeFilter {
    margin-top: -150px;
  }
  .home .specials .products .pro {
    width: 50%;
  }
  .home .specials h2 {
    font-size: 24px;
  }
  article img.alignleft, .text img.alignleft, article img.alignright, .text img.alignright {
    float: none;
    margin: 0 auto 10px !important;
  }
  .blog .content article .post {
    float: left;
    width: 100%;
    text-align: center;
  }
  .profileBlock .agentObjects .tabs li {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .profileBlock .agentObjects .tabContent > div .box img {
    float: none;
    margin: 0 auto 20px;
  }
  .profileBlock .agentObjects .tabContent > div .box .desc {
    text-align: center;
    width: 100%;
  }
  #testimonials li img {
    margin: 0 auto 30px;
    float: none;
  }
  #testimonials li .info {
    width: 100%;
    float: left;
    text-align: center;
  }
  #testimonials li .info .ag {
    padding: 0 22px 10px;
    display: inline-block;
  }
  #testimonials li .info .all {
    float: none;
    display: inline-block;
  }
  .content h1, .content .previews h2 {
    font-size: 24px;
  }
  .previews .posts .post {
    width: 100%;
    margin: 0 0 50px !important;
  }
  .content .clientsPartners .ourPartners .item {
    text-align: center;
    width: 100%;
    margin: 0 0 50px;
  }
  .services .content .servicesWay .servicesSteps > div {
    width: 100%;
    margin: 0 0 20px;
  }
  .description .price {
    display: block;
    margin: 0 0 15px 0;
  }
  /* footer {
    text-align: center;
  }
  footer .social {
    display: inline-block;
    float: none;
    margin-bottom: 20px;
  }
  footer .social a {
    margin: 0 3.5px;
  }
  footer #copy {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .designed {
    float: none;
  } */
  .contacts .content .alignleft {
    width: 100%;
  }
  .contacts .content .alignright {
    width: 100%;
  }
  .contacts .content .alignright .leftSide, .contacts .content .alignright .rightSide {
    width: 100%;
  }
  .contacts .content .alignright .leftSide {
    margin-bottom: 20px;
  }
  .staff > div {
    margin: 0;
  }
  .staff#leadership > div .man {
    width: 233px;
  }
  .filterContent .filter form {
    margin: 0;
  }
  .filterContent .filter form .sector {
    width: 100%;
    margin: 0 0 25px;
  }
  .filterContent .filter form .sector input[type="text"], .filterContent .filter form .sector #metro, .filterContent .filter form .sector .selbel_w {
    width: 100%;
  }
  .filterContent .filter form .sector > div {
    width: 100%;
  }
  .filterContent .filter form .sector > div.do {
    margin: 20px 0 0 0;
  }
  .filterContent .filter form .sector > div input[type="text"] {
    width: 100%;
  }
  .products, .home .specials .products {
    margin: 0;
  }
  .flatContent .photos {
    width: 100%;
  }
  .flatContent .description {
    width: 100%;
    margin-top: 40px;
  }
  .flatContent .agent {
    text-align: center;
  }
  .flatContent .agent .agentInfo {
    width: 100%;
    padding: 0;
    border: none;
  }
  .flatContent .agent .agentContact {
    padding: 40px 0 0 0;
    display: inline-block;
    float: none;
  }
  .flatContent .agent .button {
    display: block;
    float: none;
  }
  .flatContent .agent .agentInfo img {
    margin: 0 auto 20px;
  }
  .comparePage {
    padding-bottom: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  header #logo {
    width: 120px;
  }
  header .right {
    overflow: hidden;
    margin: 0;
  }
  header .right #lang {
    float: none;
    display: inline-block;
    margin-bottom: 0;
  }
  header .right #lang li:last-child a {
    margin-right: 10px;
  }
  header .right .city {
    float: none;
    display: block;
    text-align: center;
  }
  header .right .city label {
    float: none;
    padding: 0;
  }
  header .right .city .chosen-container {
    display: block;
    margin: 5px auto;
  }
  header .right .phone {
    font-size: 18px;
    float: none;
    display: inline-block;
  }
  header .right .compare_link {
    position: absolute;
    margin: 0;
    left: 128px;
  }
  .home .specials .products .pro {
    width: 80%;
  }
  #flatSlider li {
    height: 200px;
  }
}
.compare_link {
  opacity: 0.3;
}
.compare_link.active {
  opacity: 1;
}
