@font-face {
  font-family: "LatoRegular";
  src: url("../fonts/LatoRegular/LatoRegular.eot");
  src: url("../fonts/LatoRegular/LatoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoRegular/LatoRegular.woff") format("woff"), url("../fonts/LatoRegular/LatoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "LatoBold";
  src: url("../fonts/LatoBold/LatoBold.eot");
  src: url("../fonts/LatoBold/LatoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoBold/LatoBold.woff") format("woff"), url("../fonts/LatoBold/LatoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "LatoSemiBold";
  src: url("../fonts/LatoSemiBold/LatoSemiBold.eot");
  src: url("../fonts/LatoSemiBold/LatoSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoSemiBold/LatoSemiBold.woff") format("woff"), url("../fonts/LatoSemiBold/LatoSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "LatoItalic";
  src: url("../fonts/LatoItalic/LatoItalic.eot");
  src: url("../fonts/LatoItalic/LatoItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoItalic/LatoItalic.woff") format("woff"), url("../fonts/LatoItalic/LatoItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "LatoLight";
  src: url("../fonts/LatoLight/LatoLight.eot");
  src: url("../fonts/LatoLight/LatoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoLight/LatoLight.woff") format("woff"), url("../fonts/LatoLight/LatoLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "LatoBoldItalic";
  src: url("../fonts/LatoBoldItalic/LatoBoldItalic.eot");
  src: url("../fonts/LatoBoldItalic/LatoBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoBoldItalic/LatoBoldItalic.woff") format("woff"), url("../fonts/LatoBoldItalic/LatoBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "LatoLightItalic";
  src: url("../fonts/LatoLightItalic/LatoLightItalic.eot");
  src: url("../fonts/LatoLightItalic/LatoLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoLightItalic/LatoLightItalic.woff") format("woff"), url("../fonts/LatoLightItalic/LatoLightItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  font-family: "LatoRegular";
  font-size: 14px;
  background-color: #4b4f5f;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
.content {
  flex: 1 0 auto;
}
.page-content {
  margin-top: 100px;
}
span.call_phone_1 {
  display: inline-block;
}
.img-adaptive {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer {
  flex: 0 0 auto;
  height: 350px;
  background: #4b4f5f;
  display: flex;
  z-index: 10;
}
.footer__left-block {
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
}
.footer__left-block h5 {
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
}
.footer__left-block p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}
.footer__left-block .link-whatsapp {
  font-family: "LatoBold";
  color: #fff;
}
.footer__left-block .link-telegram {
  color: #a7d165;
}
.footer__left-block img {
  margin-left: 4px;
  margin-right: 5px;
}
.footer__left-block .social-block {
  align-items: center;
  margin-top: 4%;
}
.footer__left-block .social-block a {
  background: #8c95b2;
}
.footer__left-block .social-block__icons {
  margin-left: -5px;
}
.footer__right-block {
  padding-left: 45px;
  justify-content: center;
  width: 50%;
  height: 100%;
  position: relative;
}
.footer__right-block-links {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  float: left;
  width: 50%;
  margin-top: 70px;
}
.footer__right-block-links a {
  color: #a7d165;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.footer .copytext {
  color: #b1b4be;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  bottom: 45px;
  padding-right: 1em;
}
.footer .copytext a {
  font-size: 0.8em;
  color: #b1b4be;
  text-decoration: underline;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
header {
  background: #fff;
  width: 100%;
  height: 80px;
  align-items: center;
  display: flex;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: space-between;
  position: fixed;
  z-index: 100;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
.container {
  width: 990px;
  box-sizing: content-box;
  position: relative;
  padding: 0;
}
.logo img {
  width: 160px;
}
.header_menu a {
  text-transform: uppercase;
  color: #2b2f32;
  font-size: 18px;
  font-weight: 400;
  margin-right: 45px;
}
.header_menu a:last-child {
  margin-right: 0;
}
.desktop-menu .active {
  color: #a7d165;
}
.mobile-menu .active {
  background: #93a971;
  color: #fff !important;
}
.header-contacts {
  display: flex;
  flex-direction: column;
  position: relative;
  white-space: nowrap;
}
.header-contacts__block {
  display: inherit;
}
.header-contacts .call_phone_1 {
  font-weight: bold;
  margin-bottom: 5px;
}
.header-contacts__phone {
  text-transform: uppercase;
  color: #2b2f32 !important;
  font-size: 16px;
}
.header-contacts__text {
  color: #72ad16;
  font-size: 16px;
  font-weight: 400;
  background: none;
  border: none;
  width: 100%;
  text-align: right;
  outline: none;
}
@media (max-width: 990px) {
  .header-contacts {
    padding-right: 75px;
  }
}
.index-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.index-left {
  width: 50%;
  position: relative;
  background: #f5f5f5;
}
.index-left__container {
  width: 100%;
  padding-top: 0;
  margin-bottom: 0;
  z-index: 10;
}
.index-left__bg {
  width: 100%;
  position: absolute;
  top: 0;
  min-height: 100vh;
}
.index-left__title {
  color: #ffffff;
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  line-height: 70px;
  margin-left: 10%;
  padding-top: 22%;
}
.index-left__title span {
  font-family: "LatoBold";
}
.sticky-container {
  position: fixed;
  width: 50%;
  height: 100vh;
}
.index-right {
  width: 50%;
  margin-top: 80px;
  float: left;
  background: #f5f5f5;
}
.banner {
  height: 250px;
  overflow: hidden;
  position: relative;
  padding-left: 50px;
}
.banner img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner h2 {
  color: #fff;
  position: relative;
  z-index: 10;
  font-family: "LatoBold";
  margin-top: 160px;
  margin-bottom: 5px;
  font-size: 28px;
}
.banner__button {
  text-transform: uppercase;
  position: absolute;
  z-index: 50;
  right: 50px;
  bottom: 34px;
  border: 2px solid #fefefe;
  font-size: 16px;
  padding: 10px 35px;
  color: #fefefe;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.banner__button:hover {
  color: #fefefe;
}
.banner__button:focus {
  color: #fefefe;
}
.banner p,
.banner label {
  color: #fff;
  position: relative;
  z-index: 10;
  font-weight: 400;
  font-size: 16px;
}
.banner__shadow {
  position: absolute;
  background: -moz-linear-gradient(top, rgba(67, 62, 80, 0) 0%, rgba(67, 62, 80, 0.28) 46%, rgba(67, 62, 80, 0.6) 99%, rgba(67, 62, 80, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(67, 62, 80, 0) 0%, rgba(67, 62, 80, 0.28) 46%, rgba(67, 62, 80, 0.6) 99%, rgba(67, 62, 80, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(67, 62, 80, 0) 0%, rgba(67, 62, 80, 0.28) 46%, rgba(67, 62, 80, 0.6) 99%, rgba(67, 62, 80, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00433e50', endColorstr='#99433e50', GradientType=0);
  /* IE6-9 */
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
}
.index-buttons-block {
  position: relative;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  display: flex;
  margin-left: 10%;
  margin-top: 3%;
  margin-bottom: 3%;
  align-items: center;
}
.index-buttons-block label {
  font-size: 28px;
  font-family: "LatoBold";
}
.index-buttons-block a {
  position: relative;
  color: #fff;
  display: block;
  float: left;
  margin-left: 30px;
  text-transform: uppercase;
  font-size: 22px;
  height: 60px;
  line-height: 60px;
  padding-left: 22px;
  padding-right: 22px;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.index-buttons-block a:hover div {
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  background: #93a971;
}
.index-buttons-block a:focus div {
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  background: #93a971;
}
.index-buttons-block a div {
  background: #a7d165;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}
.index-buttons-block a span {
  position: relative;
  z-index: 10;
}
.index-text-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-text-block .phone {
  font-size: 22px;
}
.index-text-block .phone a {
  color: white;
}
.index-text-block h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 22px;
  margin-top: 0px;
}
.index-text-block p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.index-text-block p img {
  margin-right: 3px;
  margin-left: 3px;
}
.index-text-block__link1 {
  color: #a7d165;
}
.index-text-block__link1:hover {
  color: #a7d165;
}
.index-text-block__link1:focus {
  color: #a7d165;
}
.index-text-block__link2 {
  color: #b1b4be;
  border-bottom: 1px dashed #b1b4be;
}
.index-text-block__link2:hover {
  color: #b1b4be;
  border-bottom: 1px dashed #b1b4be;
}
.index-text-block__link2:focus {
  color: #b1b4be;
  border-bottom: 1px dashed #b1b4be;
}
.index-text-block__link3 {
  font-family: "LatoBold";
  color: #fff;
}
.index-text-block__link3:hover {
  color: #fff;
}
.index-text-block__link3:focus {
  color: #fff;
}
.block-region-left-sidebar .phone {
  font-size: 32px;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
}
.social-block {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  margin-top: 3%;
}
.social-block label {
  font-size: 18px;
  font-weight: 400;
  color: #b1b4be;
  margin-bottom: 10px;
}
.social-block a {
  width: 36px;
  height: 36px;
  background-color: #4b4f5f;
  display: block;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 36px;
  text-align: center;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.social-block a:hover {
  background: #a7d165;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.index-left__container .social-block {
  margin-bottom: 10%;
  bottom: 0;
  width: 100%;
}
.list-block {
  padding-left: 50px;
  padding-right: 50px;
  float: left;
  width: 100%;
}
.list-block.list-block-fix {
  padding-top: 150px;
}
.context-sale .list-block.list-block-fix {
  padding-top: 80px;
}
.list-title {
  color: #2b2f32;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 100%;
  z-index: 10;
}
.new-item {
  height: 270px;
  background: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.new-item:hover {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.new-item__left {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}
.new-item__right {
  width: 50%;
  float: left;
  padding-left: 40px;
  padding-right: 40px;
}
.new-item__right h3 {
  color: #2b2f32;
  font-size: 20px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.new-item__right label {
  color: #989ba5;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-item__right .devider {
  background: #595f72;
  opacity: 0.2;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 90px;
}
.new-item__square {
  color: #2b2f32;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  bottom: 50px;
  position: absolute;
  margin: 0px;
}
.new-item__price {
  color: #2b2f32;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  bottom: 22px;
  margin: 0px;
  position: absolute;
}
.new-item .gradient {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  position: absolute;
  height: 100%;
  width: 200px;
  top: 0px;
  right: 0px;
}
.metro {
  font-size: 16px;
  color: #373a43;
  font-weight: 400;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.metro span {
  color: #989ba5;
  font-size: 14px;
}
.metro img {
  margin-top: -4px;
  margin-right: 2px;
  width: 18px !important;
  display: initial !important;
}
.small-item {
  width: calc(50% - 10px);
  background: #fff;
  margin-right: 10px;
  margin-bottom: 20px;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  display: block;
  position: relative;
  float: left;
}
.small-item:hover {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.small-item--nohover {
  transition: all 0ms linear !important;
  -moz-transition: all 0ms linear !important;
  -webkit-transition: all 0ms linear !important;
  -o-transition: all 0ms linear !important;
}
.small-item--nohover:hover {
  box-shadow: none;
}
.small-item--big {
  width: calc(100% - 10px);
  margin-right: 0px;
}
.small-item--slider {
  width: calc(25% - 50px);
  margin-left: 50px;
  float: left;
  background: #fff;
  margin-right: 0px;
}
.small-item__img {
  height: auto;
  overflow: hidden;
  position: relative;
}
.small-item__img img {
  height: 100% !important;
}
.small-item__info {
  padding-left: 30px;
  padding-right: 30px;
  height: 120px;
  width: 100%;
  position: relative;
  padding-top: 10px;
  display: block;
}
.small-item__address {
  color: #2b2f32;
  font-size: 16px;
  position: absolute;
  bottom: 15px;
  margin-bottom: 0px;
}
.small-item__devider {
  background: #595f72;
  opacity: 0.2;
  width: calc(100% - 60px);
  height: 1px;
  bottom: 50px;
  position: absolute;
  left: 30px;
}
.small-item__hint {
  height: 70px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(89, 95, 114, 0.55);
  z-index: 10;
}
.small-item__person {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 16px;
  color: #fff;
  display: none;
  /* @todo temp fix */
}
.small-item__person img {
  height: 20px;
  margin-right: 3px;
}
.small-item__person span {
  margin-left: 3px;
}
.small-item__form {
  padding: 30px;
}
.small-item__form h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.small-item__form p {
  font-size: 14px;
  margin-bottom: 25px;
}
.small-item__form input[type='text'] {
  height: 50px;
  width: 100%;
  border: 1px solid #d5d6da;
  box-shadow: none;
  padding-left: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
.small-item__form input[type='text']::-webkit-input-placeholder {
  font-size: 14px;
  color: #939393;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.small-item__form input[type='text']:-moz-placeholder {
  font-size: 14px;
  color: #939393;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.small-item__form input[type='text']::-moz-placeholder {
  font-size: 14px;
  color: #939393;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.small-item__form input[type='text']:-ms-input-placeholder {
  font-size: 14px;
  color: #939393;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.small-item__form input[type='text']:focus::-webkit-input-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.small-item__form input[type='text']:focus:-moz-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.small-item__form input[type='text']:focus::-moz-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.small-item__form input[type='text']:focus:-ms-input-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.small-item__form__button {
  height: 50px;
  width: 100%;
  color: #fff;
  background: #a7d165;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 16px;
}
.small-item__form__button:hover {
  background: #93a971;
}
.small-item__spec {
  position: absolute;
  left: 30px;
  top: 15px;
  display: flex;
}
.small-item__spec p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}
.small-item__spec p span {
  font-weight: 700;
  font-size: 20px;
}
.small-item__spec svg {
  width: 35px;
  height: 35px;
  margin-right: 20px;
}
.small-item__spec .list-floor {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 14px;
  font-weight: normal;
}
.small-item--big .small-item__img {
  height: 300px;
  margin-top: -10%;
}
.goto-all_link {
  width: 100%;
  text-align: center;
  display: block;
  color: #a7d165;
  margin-bottom: 20px;
  margin-top: 10px;
}
.goto-all_link:hover {
  text-decoration: underline;
  color: #93a971;
}
.feedback_block {
  background: #595f72;
  height: 240px;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-left: 25%;
  padding-right: 25%;
  z-index: 10;
  position: relative;
}
.feedback_block p {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}
.feedback_block label {
  color: #989ba5;
  font-size: 16px;
  font-weight: 400;
}
.feedback_block__input {
  height: 50px;
  background-color: #ffffff;
  width: 65%;
  padding-left: 40px;
  border: none;
  font-size: 20px;
  float: left;
  margin-left: 10px;
}
.feedback_block__input::-webkit-input-placeholder {
  font-size: 18px;
  color: #939393;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.feedback_block__input:-moz-placeholder {
  font-size: 18px;
  color: #939393;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.feedback_block__input::-moz-placeholder {
  font-size: 18px;
  color: #939393;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.feedback_block__input:-ms-input-placeholder {
  font-size: 18px;
  color: #939393;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.feedback_block__input:focus::-webkit-input-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.feedback_block__input:focus:-moz-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.feedback_block__input:focus::-moz-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.feedback_block__input:focus:-ms-input-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.feedback_block__button {
  height: 50px;
  border: none;
  background-color: #a7d165;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  width: 35%;
  font-weight: 500;
  line-height: 55px;
  margin-left: -40px;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  float: left;
}
.feedback_block__button:hover {
  background-color: #93a971;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.feedback_block__button:focus {
  background-color: #93a971;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.feedback_block div {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.feedback_block__div {
  width: 50% !important;
}
.index-right .feedback_block {
  padding-left: 10%;
  padding-right: 10%;
}
.fact-block {
  margin: 1.5em 0 0.5em;
  background-color: #595f72;
}
.fact-block .index-description {
  padding: 0.3em;
  color: whitesmoke;
  font-size: 36px;
  line-height: 120%;
}
.index-slider {
  float: left;
  width: 100%;
  padding-right: 50px;
  background: #f5f5f5;
  padding-bottom: 35px;
  padding-top: 45px;
}
.index-slider__title {
  color: #2b2f32;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
}
.owl-nav button {
  background-color: transparent;
  border: none;
}
.owl-dots {
  display: none;
}
.owl-prev {
  opacity: 0.85;
  background-image: url(../img/prev.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 50px;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  z-index: 95;
}
.owl-prev:hover {
  opacity: 1;
  background-image: url(../img/prev.svg);
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.owl-next {
  opacity: 0.85;
  background-image: url(../img/next.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 50px;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.owl-next:hover {
  background-image: url(../img/next.svg);
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 1;
}
.favourites {
  position: absolute;
  left: -70px;
  top: 7px;
  display: block;
}
.favourites__count {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background: #a7d165;
  position: absolute;
  text-align: center;
  top: -11px;
  right: -11px;
  line-height: 24px;
}
.favourites svg {
  height: 22px;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  height: 100%;
}
.book {
  position: absolute;
  right: 40px;
  top: -3px;
  z-index: 9;
}
.smart-gallery .book {
  right: 70px;
}
.breadcrubs {
  float: left;
  width: 100%;
  position: fixed;
  z-index: 30;
  margin-top: 80px;
}
body.page-node-97 .breadcrubs {
  display: none;
}
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
  border-top: 1px solid #dedfe3;
  height: 50px;
  line-height: 50px;
  padding-right: 50px;
  padding-left: 50px;
}
.breadcrumb a {
  color: #989ba5;
  font-size: 16px;
}
.breadcrumb li {
  color: #989ba5;
  font-size: 16px;
}
.breadcrumb .breadcrumb > .active {
  color: #989ba5;
}
.filters-container {
  z-index: 99;
}
.contact-full-mode {
  width: 100%;
  height: 500px;
  padding-top: 120px;
}
.contact-left {
  width: 50%;
  float: left;
  height: 850px;
}
.contacts-right {
  width: 50%;
  float: left;
  padding-top: 120px;
}
.contact-block {
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-bottom: 50px;
  float: left;
  background: #f5f5f5;
}
.contact-block h2 {
  color: #2b2f32;
  font-size: 36px;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact-block__item {
  width: 50%;
  float: left;
  padding-left: 65px;
  padding-right: 50px;
  position: relative;
}
.contact-block__item label {
  color: #989ba5;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
.contact-block__item a {
  color: #2b2f32;
  font-size: 20px;
  font-weight: 400;
}
.contact-block__item p {
  color: #2b2f32;
  font-size: 20px;
  font-weight: 400;
}
.contact-block__item img {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-block__text {
  color: #2b2f32;
  font-size: 16px;
  font-weight: 400;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
}
.contact-block__mail {
  clear: both;
  float: right;
}
.floor-filter {
  margin-left: 40px;
}
.form-block {
  color: #2b2f32;
  font-size: 20px;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
  float: left;
  margin-bottom: 50px;
}
.form-block h3 {
  border-bottom: 2px solid #ececec;
  margin-top: 40px;
  display: block;
  padding-bottom: 5px;
  width: 163px;
  margin-bottom: 35px;
  font-family: "LatoBold";
}
.form-block__label {
  width: 25%;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-bottom: 15px;
  color: #2b2f32;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoBold";
}
.form-block__input {
  width: 75%;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-bottom: 15px;
  border: 1px solid #dedfe3;
  padding-left: 15px;
  outline: none;
  font-size: 16px;
}
.form-block textarea {
  border: 1px solid #dedfe3;
  height: 120px;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  font-weight: 400;
  font-family: "Lato";
  font-size: 16px;
}
.form-block textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #989ba5;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  font-weight: 400;
}
.form-block textarea:-moz-placeholder {
  font-size: 16px;
  color: #989ba5;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  font-weight: 400;
}
.form-block textarea::-moz-placeholder {
  font-size: 16px;
  color: #989ba5;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  font-weight: 400;
}
.form-block textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #989ba5;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  font-weight: 400;
}
.form-block textarea:focus::-webkit-input-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.form-block textarea:focus:-moz-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.form-block textarea:focus::-moz-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.form-block textarea:focus:-ms-input-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.form-block input[type='submit'] {
  height: 50px;
  background: #a7d165;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  padding-left: 25px;
  padding-right: 25px;
  border: none;
  box-shadow: none;
  margin-top: 10px;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.form-block input[type='submit']:hover {
  background: #93a971;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.form-block input[type='submit']:focus {
  background: #93a971;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.form-block p {
  color: #989ba5;
  font-size: 16px;
  font-weight: 400;
  float: left;
  width: 100%;
}
.form-block p a {
  color: #80bc23;
}
.fixsticky-map-plus {
  height: calc(30vh + 150px) !important;
}
.back_call-modal {
  width: 760px;
  height: 520px;
  margin-top: 5%;
}
.modal-container {
  width: 100%;
  position: relative;
  height: 100%;
  background: #fff;
}
.close {
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 11;
}
.close:hover {
  opacity: 1;
}
.back_call-container {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 70px;
}
.back_call-container h4 {
  color: #2b2f32;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.back_call-container h5 {
  color: #2b2f32;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 35px;
}
.back_call-container input[type='submit'] {
  position: absolute;
  bottom: 73px;
  left: 50%;
  margin-left: -80px;
}
.building-right {
  background: #f5f5f5;
  width: 50%;
  float: left;
  position: relative;
}
.building-header {
  margin-left: 50px;
  margin-right: 50px;
  border-bottom: 1px solid #d6d7db;
  position: relative;
  padding-bottom: 15px;
  margin-top: 130px;
  padding-top: 70px;
}
.building-header__label {
  height: 50px;
  background: #595f72;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: -51px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  padding-left: 51px;
  padding-right: 51px;
}
.building-header__label.deal_sale {
  background: orange;
}
.building-header__label.rented {
  background: #dd6c53;
}
.building-header__img {
  position: absolute;
}
.building-header__img:hover .fav-icon {
  fill: #a7d165;
}
.building-header__book {
  position: absolute;
}
.building-header h2 {
  color: #2b2f32;
  font-size: 28px;
  font-weight: 400;
  padding-left: 65px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.building-header h2.deal_sale {
  margin-bottom: 10px;
}
.building-header a {
  color: #a7d165;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  padding-left: 65px;
  margin-bottom: 12px;
  display: block;
}
.building-header .map-link {
  position: relative;
  padding-left: 65px;
  bottom: 10px;
}
.building-header .map-link a {
  display: inline-block;
  padding: 0;
  color: silver;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px silver dashed;
}
.building-header .metro {
  padding-left: 65px;
}
.icon-span {
  margin-top: 2px;
  display: block;
  float: right;
  font-size: 15px;
  margin-left: 5px;
}
.metro-building {
  padding-left: 105px;
  margin-top: 10px;
  position: relative;
}
.metro-building img {
  left: 70px;
  top: 7px;
}
.metro-building .big-icon {
  height: 20px;
  margin-top: -8px;
  margin-left: -2px;
}
.office-params {
  position: relative;
  padding: 20px 50px;
  float: left;
  width: 100%;
}
.office-params__row {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.office-params__square {
  color: #2b2f32;
  font-size: 28px;
  font-weight: 400;
}
.office-params__iconblock {
  display: flex;
  margin-top: -5px;
}
.office-params__iconblock .icon-i {
  fill: #4b4f5f;
}
.office-params__iconblock div {
  margin-right: 15px;
}
.office-params__iconblock div:hover .icon-i {
  fill: #a7d165;
}
.office-params__iconblock div:hover .icon-span {
  color: #a7d165;
}
.office-params__iconblock img {
  height: 24px;
  margin-left: 7px;
}
.office-params__iconblock .tooltip-inner {
  max-width: 200px;
  padding: 6px 12px;
  color: #fff;
  text-align: center;
  background-color: #4b4f5f;
  border-radius: 0;
  font-size: 13px;
  margin-top: -10px;
  -webkit-clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
  clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
}
.office-params__iconblock .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0;
  border-top-color: #4b4f5f;
}
.office-params__docs a {
  color: #72ad16;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}
.office-params__docs img {
  margin-right: 10px;
  height: 24px;
}
.office-params__price {
  color: #2b2f32;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.building-info {
  border-bottom: 1px solid #d6d7db;
  position: relative;
  padding: 20px 50px;
  float: left;
  width: 100%;
}
.building-info__item {
  height: 50px;
  width: 50%;
  align-items: center;
  display: flex;
  float: left;
  margin-bottom: 10px;
}
.building-info__item .doc-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  color: #a7d165;
}
.building-info__item .doc-link img {
  margin-right: 10px;
}
.building-info__img {
  width: 60px;
}
.building-info__text {
  flex-direction: column;
  height: 100%;
}
.building-info__text p {
  color: #2b2f32;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding-top: 10px;
}
.building-info__text label {
  color: #989ba5;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.building-params {
  position: relative;
  padding: 35px 50px 20px;
  float: left;
  width: 100%;
  background: #fff;
}
.building-params__title {
  color: #2b2f32;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedfe3;
  margin-top: 30px;
}
.building-params__title:first-child {
  margin-top: 0px;
}
.building-params p {
  color: #989ba5;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px dotted #eaeaea;
}
.building-params p span {
  color: #2b2f32;
  position: absolute;
  left: 50%;
}
.building-text {
  position: relative;
  padding: 20px 50px;
  float: left;
  width: 100%;
}
.building-text p {
  color: #2b2f32;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.fotorama__nav-wrap {
  position: relative;
  float: left;
  clear: both;
  bottom: 0;
  height: 50vh;
  z-index: 95;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 990px) {
  .fotorama__nav-wrap {
    height: auto;
  }
}
.fotorama--fullscreen .fotorama__nav-wrap,
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: transparent;
}
.fotorama--fullscreen .fotorama__nav-wrap {
  display: none;
}
.smart-gallery .fotorama .fotorama__thumb-border {
  border-width: 3px;
}
.fotorama__thumb-border {
  border-color: orangered;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 1;
}
.fotorama__img {
  top: 0 !important;
}
.list-title .bootstrap-select > .dropdown-toggle {
  color: #a7d165;
}
.list-title .open > .dropdown-toggle.btn-default {
  color: #a7d165;
}
.active-item:after {
  content: '';
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 5px solid #a7d165;
  box-shadow: none;
  box-sizing: border-box;
  left: -5px;
  top: -5px;
}
.filters-container {
  height: auto;
  background: #595f72;
  margin-top: 80px;
  width: 100%;
  float: left;
  position: fixed;
}
.fotorama {
  margin-top: -5px;
  overflow: visible;
}
#callback-message {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  left: 0;
}
.filter-line {
  width: calc(100% - 100px);
  margin-left: 50px;
  max-height: 72px;
  overflow: hidden;
  position: relative;
  float: left;
  border-bottom: 1px solid #7f8390;
}
.filter-line:last-child {
  border: none;
}
.irs-bar {
  height: 3px;
  background: #a7d165;
  border: none;
  box-shadow: none;
}
.irs-line {
  height: 3px;
  background: #d5d6da;
}
.irs-slider {
  top: 23px;
  width: 23px;
  height: 23px;
  background: #a7d165;
  border: none;
  box-shadow: none;
}
.filter-item {
  width: calc(41% - 120px);
  padding-left: 190px;
  position: relative;
  margin-right: 120px;
  float: left;
  height: 72px;
}
.filter-item label {
  position: absolute;
  left: 0px;
  top: 23px;
  color: #feffff;
  font-size: 16px;
  font-weight: 400;
}
.irs-from {
  position: absolute;
  left: calc(0% - 80px) !important;
  width: 70px;
  text-align: center;
  height: 35px;
  background: #ffffff;
  border-radius: 5px;
  color: #000;
  line-height: 35px;
  font-family: "LatoBold";
  top: 17px;
  visibility: visible !important;
}
.irs-from:after {
  content: '';
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  left: 70px;
  top: 12px;
  position: absolute;
}
.irs-to {
  position: absolute;
  right: 0px !important;
  left: calc(100% + 10px) !important;
  width: 70px;
  text-align: center;
  height: 35px;
  background: #ffffff;
  border-radius: 5px;
  color: #000;
  line-height: 35px;
  font-family: "LatoBold";
  visibility: visible !important;
  top: 17px;
}
.irs-to:after {
  content: '';
  border: 5px solid transparent;
  border-right: 5px solid #fff;
  left: -10px;
  top: 12px;
  position: absolute;
}
.irs-min,
.irs-max {
  display: none;
}
.irs-single {
  display: none;
}
.filter-footer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  display: block;
  float: left;
  padding: 10px 0 0;
  z-index: 1;
}
.filter-label {
  height: 30px;
  padding-left: 15px;
  padding-right: 30px;
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  float: left;
}
.filter-label img {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.filter-label p {
  color: #4b4f5f;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 35px;
}
.filter-select {
  align-items: center;
  float: left;
  height: auto;
  line-height: 70px;
}
.context-sale .filter-select {
  display: none;
}
.filter-select select {
  background: none;
  border: none;
  color: #fff;
}
.filter-select label {
  left: 0;
  top: 23px;
  color: #feffff;
  font-size: 16px;
  font-weight: 400;
  margin-right: 0.2em;
  margin-bottom: 0;
}
.filter-select img {
  height: 15px;
  margin-right: 10px;
}
.btn-default {
  background: none;
  border: none;
  outline: none;
}
.btn-default:hover,
.btn-default focus {
  background: none;
  border: none;
  outline: none;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-info {
  background: transparent;
  background-color: transparent;
  border-color: #1b6d85;
  outline: none;
}
.open > .dropdown-toggle.btn-info:hover,
.open > .dropdown-toggle.btn-info focus {
  background: transparent;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
:focus {
  outline: none !important;
}
.btn-info:active:hover {
  background: transparent;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #ffffff;
}
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background: transparent;
  background-color: transparent;
  border: none;
  color: #ffffff;
  box-shadow: none;
}
.open > .dropdown-toggle.btn-default {
  background: transparent;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #ffffff;
}
.btn-default.focus,
.btn-default:focus {
  background: transparent;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle {
  width: auto;
  color: #ffffff;
  font-size: 16px;
  border-bottom: 1px dashed #fff;
  border-radius: 0;
  margin-top: -4px;
  padding: 0;
}
.dropdown-menu {
  z-index: 98;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: 0;
  vertical-align: middle;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 50px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
  margin-right: 20px;
}
.check-block {
  position: relative;
  float: left;
  clear: both;
  margin-left: 2em;
  min-height: 40px;
}
.check-block__label {
  font-weight: 400;
  color: #feffff;
  font-size: 16px;
  margin-left: 5px;
  padding-bottom: 0;
  margin-top: 2px;
  cursor: pointer;
}
.check-block__label a {
  color: #ff5016;
  text-decoration: underline;
}
.check-block .check-mirror {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 0;
  background: #fff;
  border-radius: 7px;
  left: -30px;
  border: 1px solid #cccccc;
}
.check-block .check-mirror:after {
  content: '';
  width: 14px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 3px solid #a7d165;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-51deg);
}
.check-block .check-mirror:hover::after {
  opacity: 0.3;
}
.check-block input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
.check-block input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.sort-select .dropdown-menu {
  margin-left: -50px;
}
.mobile-carousel {
  display: none !important;
}
.fotorama--fullscreen .fotorama__nav-wrap .fotorama__dot,
.fotorama-list .fotorama__nav-wrap .fotorama__dot,
.smart-gallery .fotorama__nav-wrap .fotorama__dot,
.smart-gallery-container .fotorama__nav-wrap .fotorama__dot {
  width: 7px;
  height: 7px;
  background: #fff;
  border: none;
  top: 3.5px;
  left: 4px;
}
.fotorama--fullscreen .fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame,
.fotorama-list .fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame,
.smart-gallery .fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame,
.smart-gallery-container .fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame {
  width: 15px;
  height: 15px;
}
.gallery-info {
  height: 140px;
  background: rgba(89, 95, 114, 0.75);
  position: absolute;
  z-index: 10;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: -140px;
}
.gallery-info__topline {
  height: 75px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gallery-info__topline .params {
  display: flex;
  flex-direction: column;
}
.gallery-info__topline .params .square {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  margin-bottom: 3px;
  padding-top: 5px;
}
.gallery-info__topline .params .price {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0 0;
}
.gallery-info__topline .params .object-floor {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
}
.gallery-info__topline a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
  height: 45px;
  background: #a7d165;
  padding-left: 40px;
  padding-right: 40px;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.gallery-info__topline a:hover {
  background: #93a971;
}
.gallery-info__bottomline {
  height: 65px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gallery-info__bottomline .metro-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.gallery-info__bottomline .metro-block .metro {
  color: #fff;
  margin: 0px;
}
.gallery-info__bottomline .metro-block .metro span {
  color: #e3e3e3;
}
.gallery-info__bottomline .metro-block .metro-building {
  margin-top: 0;
  padding-left: 0;
}
.gallery-info__bottomline .metro-block .metro-building a {
  color: #a7d165;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  display: block;
}
.icon-block {
  display: flex;
}
.icon-block .icon-i {
  fill: #fff;
}
.icon-block div {
  margin-right: 15px;
}
.icon-block svg {
  cursor: pointer;
}
.icon-block svg:hover .icon-i {
  fill: #a7d165;
}
.icon-block .tooltip-inner {
  max-width: 200px;
  padding: 6px 12px;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  color: #000;
  font-size: 13px;
  margin-top: -10px;
}
.icon-block .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0;
  border-top-color: #fff;
}
.map-info {
  position: relative;
}
.map-info__info {
  width: 50%;
  height: 290px;
  float: left;
  position: relative;
  padding-left: 50px;
  padding-right: 45px;
}
.map-info__info .place-link {
  color: #a7d165;
  font-size: 16px;
  line-height: 80px;
  border-bottom: 1px solid #989ba5;
  font-weight: 400;
  text-decoration: underline;
  display: block;
}
.map-info__info .building-params {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.map-container-list {
  width: 50%;
  height: 290px;
  float: left;
  position: relative;
}
.office-form input[type='text'] {
  height: 50px;
  background: #fff;
  border: none;
  width: 240px;
  padding-left: 15px;
  font-size: 16px;
  float: left;
}
.office-form input[type='text']::-webkit-input-placeholder {
  font-size: 16px;
  color: #000;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.office-form input[type='text']:-moz-placeholder {
  font-size: 16px;
  color: #000;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.office-form input[type='text']::-moz-placeholder {
  font-size: 16px;
  color: #000;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.office-form input[type='text']:-ms-input-placeholder {
  font-size: 16px;
  color: #000;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.office-form input[type='text']:focus::-webkit-input-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.office-form input[type='text']:focus:-moz-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.office-form input[type='text']:focus::-moz-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.office-form input[type='text']:focus:-ms-input-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.office-form input[type='button'] {
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  background-color: #a7d165;
  color: #fefefe;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
  border: none;
  float: left;
}
.office-form label {
  margin-top: 14px;
  color: #989ba5;
  font-size: 16px;
  font-weight: 400;
}
.floor-input {
  position: relative;
}
.floor-input input {
  width: 70px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  height: 35px;
  background: #ffffff;
  border-radius: 5px;
  color: #000;
  line-height: 35px;
  border: none;
  margin-top: -4px;
}
.floor-input input::-webkit-input-placeholder {
  font-size: 14px;
  color: #939393;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.floor-input input:-moz-placeholder {
  font-size: 14px;
  color: #939393;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.floor-input input::-moz-placeholder {
  font-size: 14px;
  color: #939393;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.floor-input input:-ms-input-placeholder {
  font-size: 14px;
  color: #939393;
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
}
.floor-input input:focus::-webkit-input-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.floor-input input:focus:-moz-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.floor-input input:focus::-moz-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.floor-input input:focus:-ms-input-placeholder {
  transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  opacity: 0;
}
.floor-input__left {
  margin-right: 15px;
}
.floor-input__left:after {
  content: '';
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  left: 70px;
  top: 30px;
  position: absolute;
}
.floor-input__right:after {
  content: '';
  border: 5px solid transparent;
  border-right: 5px solid #fff;
  left: -10px;
  top: 30px;
  position: absolute;
}
.floor-filter {
  display: flex;
}
.smart-gallery-container {
  display: none;
  position: relative;
}
.bootstrap-select > .dropdown-toggle[title='Упорядочить'],
.bootstrap-select > .dropdown-toggle[title='Упорядочить']:hover,
.bootstrap-select > .dropdown-toggle[title='Упорядочить']:focus,
.bootstrap-select > .dropdown-toggle[title='Упорядочить']:active {
  color: #a7d165;
}
.bootstrap-select > .dropdown-toggle[title='Выберите'],
.bootstrap-select > .dropdown-toggle[title='Выберите']:hover,
.bootstrap-select > .dropdown-toggle[title='Выберите']:focus,
.bootstrap-select > .dropdown-toggle[title='Выберите']:active {
  color: #fff;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu .selected {
  background: #eee;
}
.bootstrap-select.btn-group .dropdown-menu {
  border-radius: 0;
  border: none;
}
.check-filter {
  position: relative;
  float: right;
  height: 40px;
  margin-top: 20px;
  cursor: pointer;
  margin-left: 1em;
}
.context-sale .check-filter {
  display: none;
}
.check-filter img {
  height: 20px;
  margin-right: 0;
}
.check-filter--float {
  width: 40%;
  float: left;
}
.check-filter__label {
  font-weight: 400;
  color: #feffff;
  font-size: 16px;
  margin-left: 5px;
  padding-bottom: 0;
  margin-top: 2px;
  cursor: pointer;
}
.check-filter__label a {
  color: #ff5016;
  text-decoration: underline;
}
.check-filter .check-mirror {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 105px;
  border: 3px solid #a7d165;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 1;
  transform: rotate(135deg);
}
.check-filter input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
.check-filter input[type=checkbox]:checked + label {
  transform: rotate(-45deg);
  top: 5px;
}
.mini-logo {
  display: none;
}
.fotorama__stage__frame {
  background-color: #ddd;
}
.mobile-menu {
  display: none;
  position: absolute;
  right: 0px;
  top: 30px;
  margin-top: 0px;
  width: 100%;
}
.mobile-menu ul {
  background: #a7d165;
  position: absolute;
  width: 100%;
  top: 50px;
  display: none;
}
.mobile-menu ul a {
  display: block;
  width: 100%;
  color: #fff;
  padding-bottom: 10px;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
}
.mobile-menu ul a:hover,
.mobile-menu ul a focus {
  background: #93a971;
  color: #fff;
}
@media (max-width: 990px) {
  .mobile-menu {
    display: block;
  }
}
@media (max-width: 990px) {
  .desktop-menu {
    display: none;
  }
}
.burger {
  display: inline-block;
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 4px solid #fff;
  width: 28px;
  transition: border-bottom 1s ease-in-out;
  -webkit-transition: border-bottom 1s ease-in-out;
}
.burger::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.burger:before {
  content: "";
  display: block;
  border-bottom: 4px solid #fff;
  width: 100%;
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger:after {
  content: "";
  display: block;
  border-bottom: 4px solid #fff;
  width: 100%;
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger-check {
  display: none;
}
.burger-check:checked ~ .burger {
  border-bottom: 4px solid transparent;
  transition: border-bottom 0.8s ease-in-out;
  -webkit-transition: border-bottom 0.8s ease-in-out;
}
.burger-check:checked ~ .burger:before {
  transform: rotate(-405deg) translateY(1px) translateX(-3px);
  -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger-check:checked ~ .burger:after {
  transform: rotate(405deg) translateY(-4px) translateX(-5px);
  -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.navigation {
  display: none;
  max-height: 0;
}
#burger-check:checked ~ .navigation {
  max-height: 500px;
  width: 100%;
  display: block;
}
.burger-container {
  width: 55px;
  height: 50px;
  background: #a7d165;
  top: 0;
  margin-top: -15px;
  padding: 14px;
  margin-right: 20px;
  right: 0;
  position: absolute;
}
.title-link {
  color: #a7d165;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  position: absolute;
  right: 0;
  bottom: 3px;
}
.title-link:hover,
.title-link focus {
  color: #a7d165;
  text-decoration: underline;
}
.polygon-clip-rhomboid-small {
  -webkit-clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
  clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
}
.polygon-clip-rhomboid {
  -webkit-clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
.polygon-clip-rhomboid-right {
  -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0 100%);
}
.footer-column {
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-rule: 1px solid #ccc;
  -moz-column-rule: 1px solid #ccc;
  column-rule: 1px solid #ccc;
}
.footer-column {
  border: 1px solid #fff;
  width: 50%;
  float: left;
}
.map-guard {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.fav-icon {
  fill: #595f72;
  fill-opacity: 0.7;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.fav-icon-book {
  fill: #93a971;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.title-filter {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  line-height: 30px;
}
.filter-line-dop {
  display: none;
  position: absolute;
  top: 71px;
  width: 100%;
  background: rgba(75, 79, 95, 0.8);
  z-index: 30;
  left: 0;
  margin: 0;
  padding-left: 50px;
}
.fixsticky {
  height: 100vh;
  padding-top: 130px;
}
.list-objects .fixsticky {
  padding-top: 150px;
}
.smart-gallery {
  position: relative;
}
.small-item--big .small-item__img {
  overflow: hidden;
  height: 260px;
  margin-top: 0;
}
.small-item--big .small-item__img .owl-carousel .owl-item img {
  margin-top: -10%;
}
.fixsticky-on {
  height: auto;
  padding-top: 0;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
.index-left__container .social-block {
  bottom: 0;
  width: 100%;
  position: absolute;
  margin-bottom: 2vh;
}
.metro-list {
  display: flex;
  line-height: 0;
  padding: 2px 0;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
}
.metro-list.short {
  padding-right: 10px;
  border-right: 2px solid rgba(167, 209, 101, 0.7);
}
.metro-list .metro-item {
  display: inline-block;
  line-height: 0;
  margin: 8px 2px;
  padding: 25px 10px;
  color: white;
  font-size: 16px;
  background-color: #4b4f5f;
  border-radius: 7px;
  cursor: pointer;
  border: 1px solid rgba(167, 209, 101, 0.7);
}
.metro-list .metro-item[data-extra="all"] {
  color: #a7d165;
  border-color: transparent;
}
.metro-list .metro-item:hover,
.metro-list .metro-item.active {
  background-color: #a7d165;
  color: #4b4f5f;
}
@media (max-width: 1800px) {
  .fixsticky-map-plus {
    height: calc(35vh + 150px) !important;
  }
}
@media (max-width: 1700px) {
  .fixsticky-map-plus {
    height: calc(40vh + 150px) !important;
  }
  .small-item--big .small-item__img {
    overflow: hidden;
    height: 260px;
    margin-top: 0;
  }
  .small-item--big .small-item__img .owl-carousel .owl-item img {
    margin-top: -10%;
  }
}
@media (max-width: 1600px) {
  .fixsticky-map-plus {
    height: calc(45vh + 150px) !important;
  }
}
@media (max-width: 1500px) {
  .index-left__title {
    font-size: 40px;
    line-height: 50px;
  }
  .index-text-block h2 {
    font-size: 21px;
  }
  .index-buttons-block label {
    font-size: 21px;
  }
  .index-buttons-block a {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .index-description {
    font-size: 40px;
    line-height: 50px;
  }
  .list-block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner {
    padding-left: 35px;
  }
  .banner h2 {
    font-size: 21px;
  }
  .small-item__spec {
    left: 15px;
  }
  .small-item__info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .small-item__devider {
    width: calc(100% - 30px);
    left: 15px;
  }
  .small-item--slider {
    width: calc(25% - 20px);
    margin-left: 20px;
  }
  .header_menu a {
    margin-right: 40px;
  }
  .fixsticky-map-plus {
    height: calc(50vh + 150px) !important;
  }
  .small-item--big .small-item__img {
    overflow: hidden;
    height: 260px;
    margin-top: 0;
  }
  .small-item--big .small-item__img .owl-carousel .owl-item img {
    margin-top: -10%;
  }
  .office-form input[type='text'] {
    width: 200px;
  }
  .office-form input[type='submit'] {
    font-size: 16px !important;
  }
}
@media (max-width: 1300px) {
  .header_menu a {
    font-size: 16px;
    margin-right: 15px;
  }
  .small-item__hint {
    height: 60px;
  }
  .small-item__spec p {
    font-size: 14px;
  }
  .small-item__spec img {
    height: 35px;
    width: 30px;
    margin-right: 10px;
  }
  .banner h2 {
    margin-top: 125px;
  }
  .banner__button {
    padding: 7px 30px;
    bottom: 20px;
    left: 35px;
    right: auto;
  }
  .filter-item {
    width: calc(40% - 120px);
    margin-right: 120px;
    padding-left: 60px;
  }
  .index-buttons-block a {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  .desktop-menu {
    margin-left: -50px;
  }
  #favorites-view .small-item {
    width: calc(50% - 20px);
  }
  .list-title {
    font-size: 20px;
    line-height: 23px;
  }
  .filter-line-dop {
    width: 100% !important;
    left: 0;
    margin-left: 0 !important;
  }
  .gallery-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gallery-info__topline a {
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
  }
  .feedback_block {
    padding-left: 20%;
    padding-right: 20%;
  }
  .filter-item label {
    position: absolute;
    left: 50%;
    top: 9px;
    font-size: 13px;
  }
  .fixsticky-map-plus {
    height: calc(60vh + 150px) !important;
  }
  .list-block {
    padding-right: 15px;
    padding-left: 20px;
  }
  .office-form input[type='text'] {
    width: 35%;
  }
  .office-form input[type='submit'] {
    width: 65%;
    font-size: 15px !important;
  }
  .small-item__form h3 {
    margin-top: 0px;
  }
}
@media (max-width: 1200px) {
  .small-item {
    width: calc(100%);
  }
  .list-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .small-item--big .small-item__img {
    overflow: hidden;
    height: 220px;
    margin-top: 0;
  }
  .small-item--big .small-item__img .owl-carousel .owl-item img {
    margin-top: -10%;
  }
  .building-header__label {
    font-size: 22px;
  }
  .small-item--slider {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1150px) {
  .office-form input[type='submit'] {
    font-size: 14px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .small-item__spec img {
    display: none;
  }
  .index-left__title {
    font-size: 30px;
    line-height: 40px;
  }
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .feedback_block p {
    font-size: 21px;
    line-height: 24px;
  }
  .favourites {
    left: -45px;
  }
  .feedback_block__button {
    width: 40%;
  }
  .feedback_block__input {
    width: 60%;
  }
  .index-text-block h2 {
    font-size: 18px;
  }
  .footer .index-text-block h2 {
    font-size: 22px;
  }
  .index-text-block p {
    font-size: 16px;
  }
  .index-buttons-block a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .index-buttons-block a {
    margin-left: 20px;
  }
  .fixsticky-map-plus {
    height: calc(70vh + 150px) !important;
  }
}
@media (max-width: 990px) {
  .block-offices-front {
    display: none;
  }
  .fotorama {
    background-color: white;
  }
  .small-item--big .small-item__img {
    overflow: hidden;
    height: auto;
    margin-top: 0;
  }
  .small-item--big .small-item__img .owl-carousel .owl-item img {
    margin-top: 0;
  }
  .index-wrapper {
    flex-direction: column;
  }
  .filters-container {
    position: static;
    margin-top: 80px;
  }
  .list-title {
    line-height: 20px;
    font-weight: bold;
  }
  .places-new-objects .list-title {
    margin: 4.5em 0 2em;
    line-height: 0;
  }
  .list-title-index {
    margin-top: 30px;
    margin-bottom: 5px;
  }
  .breadcrubs {
    display: none;
    position: absolute;
    margin-top: 80px;
  }
  .building-header {
    margin-left: 25px;
  }
  .mobile-carousel {
    display: block !important;
  }
  .no-carousel {
    display: none;
  }
  .sticky-container {
    position: static;
    width: 100%;
    height: auto;
  }
  .building-text {
    padding-left: 20px;
    padding-right: 15px;
  }
  .building-params {
    padding-left: 20px;
    padding-right: 20px;
  }
  .office-params {
    padding-left: 20px;
    padding-right: 20px;
  }
  .office-form input[type='text'] {
    width: 35%;
  }
  .office-form input[type='submit'] {
    width: 280px;
  }
  .index-left__container .social-block {
    margin-bottom: 5%;
    position: relative;
    bottom: 0px;
    width: 100%;
  }
  .index-left {
    width: 100%;
  }
  .index-left__bg {
    height: 100%;
  }
  .index-right {
    width: 100%;
    margin-top: 0px;
  }
  header {
    height: 81px;
    position: absolute;
  }
  .footer {
    flex-direction: column;
  }
  .footer__left-block {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }
  .footer__left-block > div {
    width: 100%;
  }
  .footer__left-block > div p {
    width: 100%;
    text-align: center;
  }
  .index-left__title {
    padding-top: 20%;
    font-size: 35px;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .index-left__bg {
    min-height: auto;
  }
  .office-item-one {
    display: none;
  }
  .building-right {
    width: 100%;
  }
  .index-buttons-block {
    display: flex;
    justify-content: center;
    margin-left: 0;
  }
  .footer {
    height: auto;
  }
  .footer__left-block {
    height: auto;
    float: left;
  }
  .footer {
    flex: initial;
    position: relative;
    display: block;
    background: #4b4f5f;
    z-index: 10;
    float: left;
  }
  .footer__right-block {
    padding-left: 0;
    height: auto;
    padding-top: 50px;
    width: 100%;
    float: left;
  }
  .footer .copytext {
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    padding-left: 1em;
  }
  .header-contacts__text {
    text-align: left;
  }
  .header-contacts {
    padding: 0;
    margin-right: 75px;
  }
  .favourites {
    left: -60px;
  }
  #block-nomertelefonavsapke p {
    margin-bottom: 0;
  }
  .feedback_block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer .index-text-block h2,
  p {
    text-align: left;
    padding-left: 0;
  }
  .footer__right-block {
    padding-top: 0;
  }
  .footer__right-block-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    width: 100%;
    height: auto;
    margin-bottom: 28px;
    text-align: center;
  }
  .footer__left-block .social-block {
    margin-top: 4%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .filter-item {
    width: calc(50% - 90px);
  }
  .filter-item:last-child {
    margin-right: 0;
  }
  .open-filters {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .check-filter .check-mirror {
    display: none;
  }
  .footer .copytext {
    font-size: 16px;
  }
  .top70 {
    top: 110px;
  }
  .top140 {
    top: 180px;
  }
  .contacts-right {
    width: 100%;
    padding-top: 0;
  }
  .map-contact {
    height: 300px;
    overflow: hidden;
    margin-top: 80px;
  }
  .index-right .small-item {
    width: 320px;
  }
  .title-filter {
    position: absolute;
    float: right;
    width: 100%;
    text-align: right;
    margin-top: -5px;
  }
  .filter-footer {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .filter-label {
    height: 35px;
    padding-left: 15px;
    padding-right: 30px;
    border-radius: 7px;
    background-color: #ffffff;
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
    width: auto;
  }
  .filter-label p {
    font-size: 14px;
  }
  .header-contacts__phone {
    font-weight: 700;
  }
  .back_call-modal {
    width: 100%;
  }
  .back_call-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
  .form-block__label {
    width: 100%;
    font-size: 16px;
    height: 30px;
  }
  .form-block__input {
    width: 100%;
    height: 40px;
  }
  .back_call-container h5 {
    color: #2b2f32;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    margin-bottom: 0px;
  }
  .back_call-container input[type='submit'] {
    position: absolute;
    width: 90%;
    margin: 0;
    left: 5%;
    bottom: 5%;
  }
  .building-header {
    padding-left: 25px;
    padding-right: 25px;
    margin: 130px auto 0;
  }
  .building-header__label {
    left: 0;
    clip-path: none !important;
    width: 100%;
    font-size: 20px;
    padding: 0;
    padding-left: 25px;
  }
  .contact-block {
    padding-left: 30px;
  }
  .fixsticky {
    height: auto;
  }
  .building-info {
    padding-left: 30px;
    padding-right: 30px;
  }
  .building-info__item {
    width: 100%;
  }
  .index-left--smart {
    display: none;
  }
  .index-left--smart {
    display: none;
  }
  .smart-gallery-container {
    display: block;
  }
  .filter-item-fix {
    margin-right: 0px !important;
  }
  .metro-list {
    display: block;
    text-align: center;
    padding: 0.5em 0.5em 0.5em 0;
  }
  .filter-select {
    width: 100%;
    line-height: 50px;
  }
  .filter-select label {
    margin-right: 10px;
  }
  .floor-filter {
    width: 50px;
    margin-right: 35% !important;
    margin-left: 3%;
  }
  .check-block--float {
    position: relative;
    float: left;
    margin-left: 0px !important;
    height: 20px;
    margin-top: -3px;
  }
  .check-block--float .check-block__label {
    font-size: 12px;
    margin-top: 5px;
  }
  .filter-line-dop {
    padding-left: 15px !important;
    margin-top: 0;
    align-items: center;
    display: flex;
  }
  .small-item {
    width: calc(50% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
  .index-slider {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
  }
  .mobile-carousel .small-item {
    width: 320px !important;
  }
  .list-block.list-block-fix {
    padding-top: 0;
  }
  .active-item:after {
    display: none;
  }
  .metro-list .metro-item {
    border: none;
  }
}
.order-button {
  width: 40%;
}
@media (max-width: 990px) {
  .order-button {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .block-region-left-sidebar .phone {
    font-size: 24px;
  }
  .building-header h2 {
    padding-left: 0px;
  }
  .book {
    display: block !important;
  }
  .small-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .filter-line-dop {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact-block__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .breadcrubs {
    visibility: hidden;
    margin-top: 10px;
  }
  .filter-item label {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    top: 20px;
  }
  .filter-item {
    width: calc(100% - 60px);
    padding-left: 60px;
    margin-top: -10px;
  }
  .index-buttons-block label {
    width: 100%;
    text-align: center;
  }
  .index-buttons-block a {
    margin-bottom: 15px;
    margin-left: 0;
  }
  .check-filter {
    margin-top: 0;
  }
  .index-buttons-block {
    flex-direction: column;
    margin-bottom: 0;
  }
  .index-left__title {
    padding-top: 135px;
    font-size: 30px;
  }
  .office-form input[type='text'] {
    width: 100%;
    margin-bottom: 10px;
  }
  .office-form input[type='submit'] {
    width: 100%;
  }
  .index-text-block h2 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-text-block p {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .index-text-block .phone {
    font-size: 18px;
  }
  .footer .index-text-block p {
    padding: 0;
  }
  .banner {
    padding-left: 15px;
  }
  .banner__button {
    left: 15px;
  }
  .new-item__left {
    width: 100%;
  }
  .new-item__right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-link {
    position: relative;
    float: right;
    top: 6px;
    width: 100%;
  }
  .list-title {
    margin-bottom: 40px;
    text-align: center;
  }
  .list-title-index {
    margin-bottom: 0;
  }
  .feedback_block__input {
    width: 100%;
    margin: auto auto 10px;
    text-align: center;
    padding: 0;
  }
  .feedback_block__button {
    width: 100%;
    margin: 0 auto;
  }
  .polygon-clip-rhomboid {
    -webkit-clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
    clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
  }
  .index-right .feedback_block {
    padding-top: 15px;
  }
  .feedback_block {
    height: auto;
  }
  .feedback_block label {
    margin-bottom: 15px;
    text-align: center;
  }
  .index-description {
    font-size: 28px;
    line-height: 34px;
  }
  #favorites-view .small-item {
    width: calc(100%);
    margin: 0px;
  }
  .new-item {
    height: auto;
  }
  .new-item .gradient {
    display: none;
  }
  .new-item__square {
    position: static;
    margin-top: 20px;
    float: left;
    width: 100%;
  }
  .new-item__price {
    position: static;
    margin-bottom: 10px;
  }
  .new-item__right .metro {
    margin-bottom: 0;
  }
  .new-item__right label {
    margin-bottom: 0;
  }
  .new-item__right .devider {
    bottom: 67px;
  }
  .index-right .small-item {
    width: 270px;
    margin-right: 20PX;
  }
  .footer .index-text-block p {
    padding: 0;
    text-align: center;
  }
  .footer .copytext {
    font-size: 14px;
    line-height: 16px;
  }
  .footer .index-text-block h2 {
    text-align: center;
    width: 100%;
  }
  .footer .index-text-block p {
    text-align: center;
    width: 100%;
  }
  .footer__left-block .social-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .footer__right-block-links {
    float: left;
  }
  .feedback_block p {
    margin-top: 20px;
  }
  .check-filter {
    width: 100%;
    text-align: center;
  }
  .title-filter {
    position: relative;
    text-align: left;
    margin-top: 5px;
  }
  .building-right .list-title {
    margin-bottom: 10px;
  }
  .building-header__img {
    display: none;
  }
  .check-filter .check-mirror {
    display: none;
  }
  .filter-line-dop {
    width: 100%;
    margin: 0;
    top: 160px;
    padding: 0;
  }
  .filter-select {
    min-height: 40px;
    width: 100%;
    text-align: center;
  }
  .floor-filter {
    margin-right: 0 !important;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100% !important;
  }
  .filter-select {
    line-height: 55px;
  }
  .check-block .check-mirror {
    position: static;
    margin-right: 10px;
  }
  .check-block {
    position: relative;
    float: left;
    height: 20px;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-left: 0;
  }
  .top140 {
    top: 320px;
  }
  .building-params p span {
    left: 0;
    position: relative;
    width: 100%;
    float: left;
  }
  .building-params span {
    margin-bottom: 15px;
  }
  .office-params__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    flex-direction: column;
    height: auto;
  }
  .logo {
    display: none;
  }
  .mini-logo {
    display: block;
    margin-left: -10px;
  }
  .mini-logo img {
    width: 70px;
  }
  .favourites {
    right: -35px;
    left: auto;
    top: -4px;
  }
  .header-contacts__text {
    display: none;
  }
  .header-contacts {
    padding: 0;
    margin-right: 110px;
  }
  .header-contacts__phone {
    font-size: 16px;
  }
  .burger-container {
    right: -10px;
  }
  .top70 {
    top: 161px;
  }
  .building-header {
    padding-left: 20px;
    margin-top: 60px;
    padding-top: 90px;
  }
  .building-header a {
    padding-left: 0;
  }
  .building-header .map-link {
    padding-left: 0;
  }
  .building-header .metro {
    padding-left: 0;
  }
  .building-header__label {
    margin-top: 20px;
  }
  .building-header h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .office-params__iconblock {
    display: flex;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .office-params__price {
    position: absolute;
    top: 60px;
    border: none;
  }
  .mobile-carousel .small-item {
    width: 270px !important;
    margin-right: 20px;
  }
  .floor-input__left:after {
    top: 23px;
  }
  .floor-input__right:after {
    top: 23px;
  }
  .office-params__docs.deal_sale {
    margin: 1em 0;
  }
}
@media (max-width: 430px) {
  .logo img {
    display: none;
  }
}
.js .dropbutton-wrapper {
  color: grey;
  position: absolute;
  z-index: 1;
  right: 3em;
  padding: 0.5em;
}
.js .dropbutton-wrapper a {
  color: gray;
}
.highlighted {
  color: black;
  text-align: center;
  background-color: gold;
  z-index: 10;
}
.highlighted > div > div {
  padding: 1em;
}
.page-user #block-arendada-theme-content {
  padding: 4em;
}
.page-user #block-arendada-theme-content > article > div > div:first-child {
  font-weight: bold;
}
.page-user #block-arendada-theme-content > article > div > div:last-child {
  padding-left: 1em;
}
.no-object {
  margin: 1em;
  width: 100%;
  min-height: 300px;
  color: transparent;
  background: url("/themes/custom/arendada_theme/img/logo_gray.png") no-repeat center top;
  background-size: contain;
}
#top100_widget {
  display: none;
}
#gallery-wrapper {
  position: relative;
}
#img-expand {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  z-index: 1;
}
#img-expand > div {
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20533.333%20533.333%22%20style%3D%22enable-background%3Anew%200%200%20533.333%20533.333%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M533.333%2C0v216.667L450%2C133.333l-100%2C100l-50-50l100-100L316.667%2C0H533.333z%20M233.333%2C350l-100%2C100l83.333%2C83.333H0%0A%09%09V316.667L83.333%2C400l100-100L233.333%2C350z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
  opacity: 0.5;
}
#img-expand.show {
  display: block;
}
#img-expand:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
#img-expand:hover > div {
  opacity: 0.8;
}
.page403,
.page404 {
  margin: 7em 0;
  text-align: center;
}
.page403 h1,
.page404 h1 {
  font-size: 7em;
}
.page403 p,
.page404 p {
  text-align: center;
}
.page403 a,
.page404 a {
  color: #989ba5;
  text-decoration: underline;
}
#view3d-button,
#view-video-button {
  padding: 0.3em 1em;
  font-weight: bold;
  color: white;
  background-color: orangered;
  white-space: nowrap;
  cursor: pointer;
}
#view3d-wrapper,
#view-video-wrapper {
  position: relative;
  margin-top: 1em;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
#view3d-wrapper iframe,
#view-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-region-right-sidebar > .views-element-container {
  clear: both;
}
.geolocation-formatter-map-wrapper {
  height: 400px;
}
#map-block {
  position: relative;
  float: left;
  clear: both;
  bottom: 140px;
}
@media (max-width: 990px) {
  #map-block {
    bottom: 20px;
  }
}
body.maintenance-page header {
  position: relative;
  padding: 50px;
}
body.maintenance-page header h1 {
  display: none;
}
body.maintenance-page main {
  margin: 3em;
  color: silver;
}
