/* line 288, icons/*.png */
.icons-sprite, .dropdown.custom-dropdown .caret, .menu-btn, .close-menu-btn, .apartment-carousel .carousel-control:hover .icon-arrow-left-carousel, .apartment-carousel .carousel-control:focus .icon-arrow-left-carousel, .apartment-carousel .carousel-control:hover .icon-arrow-right-carousel, .apartment-carousel .carousel-control:focus .icon-arrow-right-carousel, .icon-arrow-left-carousel, .icon-arrow-right-carousel, .icon-arrow-down, .icon-arrow-right, .icon-arrow-right-gray, .footer-nav > li > a:hover .icon-twitter, .footer-nav > li > a :focus .icon-twitter, .footer-nav > li > a:hover .icon-facebook, .footer-nav > li > a :focus .icon-facebook, .footer-nav > li > a:hover .icon-google, .footer-nav > li > a :focus .icon-google, .icon-twitter, .icon-facebook, .icon-google, .icon-arrow-up, .breadcrumb > li + li:before, .rating li, .rating li.filled, .icon-bed, .map-popup-close-btn:hover .icon-close-white, .map-popup-close-btn:focus .icon-close-white, .icon-close-white, .modal-close, .icon-calendar, .icon-alert {
  background-image: url('../images/icons-s1b45b5ed57.png');
  background-repeat: no-repeat;
}

/* line 8, ../sass/style.scss */
html, body, .wrapper, .apartment, .apartment-carousel, .apartment-carousel .carousel-inner, .apartment-carousel .item, .apartment-without-carousel {
  /* height: 643px; */
  height: 100%;
}

/* line 12, ../sass/style.scss */
.wrapper {
  position: relative;
}
#web-langs { display:none}

/* line 16, ../sass/style.scss */
.header {
  z-index: 17;
  position: fixed;
  top: 0;
  left: 7%;
  right: 7%;
  padding: 10px 0 10px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

/* line 26, ../sass/style.scss */
.header-left {
  display: block;
  /* position: absolute;
  top: 20px;
  left: 30px; */
  float: left;
  margin-left: 30px;
  margin-top: 10px;
  font-family: "AABebasNeue";
  font-size: 21px;
  line-height: 1;
  color: #c29e60;
  z-index: 1;
  letter-spacing: 1.5px;
}
/* line 41, ../sass/style.scss */
.header-left:hover, .header-left:focus {
  color: #c29e60;
}

/* line 45, ../sass/style.scss */
.header-center.navbar {
  display: inline-block;
  margin: 0;
  min-height: auto;
  position: fixed;
  z-index: 17;
  top: 10px;
  left: 7%;
  right: 7%;
  text-align: center;
  margin-left: 160px;
  margin-right: 115px;
}
/* line 58, ../sass/style.scss */
.header-center.navbar .navbar-nav {
  display: inline-block;
  float: none;
}
/* line 62, ../sass/style.scss */
.header-center.navbar .navbar-nav > li.active > a {
  font-weight: 700;
  padding-top: 11px;
  color: #c29e60;
}
/* line 66, ../sass/style.scss */
.header-center.navbar .navbar-nav > li.active > a:hover, .header-center.navbar .navbar-nav > li.active > a:focus {
  text-decoration: none;
}
/* line 70, ../sass/style.scss */
.header-center.navbar .navbar-nav > li > a {
  padding: 10px 15px;
  line-height: 1;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  -moz-transition-property: color, text-decoration;
  -o-transition-property: color, text-decoration;
  -webkit-transition-property: color, text-decoration;
  transition-property: color, text-decoration;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 79, ../sass/style.scss */
.header-center.navbar .navbar-nav > li > a:hover, .header-center.navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* line 86, ../sass/style.scss */
.dropdown.custom-dropdown .caret {
  border: none;
  background-position: 0 -46px;
  width: 10px;
  height: 7px;
}
/* line 92, ../sass/style.scss */
.dropdown.custom-dropdown .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 99, ../sass/style.scss */
.dropdown.custom-dropdown .dropdown-menu > li > a {
  line-height: 1;
  padding: 15px 20px;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  -moz-transition-property: background-color, color, text-transform;
  -o-transition-property: background-color, color, text-transform;
  -webkit-transition-property: background-color, color, text-transform;
  transition-property: background-color, color, text-transform;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 108, ../sass/style.scss */
.dropdown.custom-dropdown .dropdown-menu > li > a:hover, .dropdown.custom-dropdown .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #c29e60;
}

/* line 115, ../sass/style.scss */
.header-right {
  /* position: absolute;
  top: 10px;
  right: 30px; */
  float: right;
  margin-right: 30px;
}

/* line 122, ../sass/style.scss */
.language-nav {
  list-style-type: none;
  padding-top: 1px;
}
/* line 126, ../sass/style.scss */
.language-nav > li {
  float: left;
}
/* line 129, ../sass/style.scss */
.language-nav > li > a {
  line-height: 1;
  font-size: 15px;
  display: block;
  padding: 10px 5px;
  color: #000;
  -moz-transition-property: color, text-decoration;
  -o-transition-property: color, text-decoration;
  -webkit-transition-property: color, text-decoration;
  transition-property: color, text-decoration;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 138, ../sass/style.scss */
.language-nav > li > a:hover, .language-nav > li > a:focus {
  color: #000;
  text-decoration: underline;
}
/* line 145, ../sass/style.scss */
.language-nav > li.active > a {
  padding-top: 11px;
  font-weight: 700;
  color: #c29e60;
}

/* line 153, ../sass/style.scss */
.menu-btn {
  background-position: 0 -398px;
  width: 31px;
  height: 20px;
  float: right;
  margin: 10px 30px 10px 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
  display: none;
}

/* line 164, ../sass/style.scss */
.close-menu-wrapper {
  text-align: right;
  padding-top: 20px;
  display: none;
}

/* line 169, ../sass/style.scss */
.close-menu-btn {
  background-position: 0 -276px;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: none;
  background-color: transparent;
}

@media (max-width: 1200px) {
  /* line 178, ../sass/style.scss */
  .header, .header-center.navbar {
    left: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  /* line 184, ../sass/style.scss */
  .menu-btn {
    display: block;
  }

  /* line 187, ../sass/style.scss */
  .header-right {
    display: none;
  }

  /* line 190, ../sass/style.scss */
  .header-center.navbar {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: -100%;
    border: none;
    z-index: 17;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  /* line 206, ../sass/style.scss */
  .header-center.navbar.full-height {
    left: 0;
  }
  /* line 209, ../sass/style.scss */
  .header-center.navbar .close-menu-wrapper {
    display: block;
    height: 15%;
    margin-right: 30px;
  }
  /* line 214, ../sass/style.scss */
  .header-center.navbar .nav.navbar-nav {
    height: 85%;
    width: 100%;
    float: none;
    margin: 0;
  }
  /* line 220, ../sass/style.scss */
  .header-center.navbar .nav.navbar-nav > li {
    height: 20%;
    position: relative;
    display: block;
    float: none;
  }
  /* line 226, ../sass/style.scss */
  .header-center.navbar .nav.navbar-nav > li > a {
    font-size: 24px;
  }
  /* line 231, ../sass/style.scss */
  .header-center.navbar .nav.navbar-nav .dropdown-menu {
    width: 100%;
    float: none;
    text-align: center;
    background-color: transparent;
    padding: 0;
    top: 0;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 242, ../sass/style.scss */
  .header-center.navbar .nav.navbar-nav .dropdown-menu > li.active > a {
    font-weight: 700;
    padding-top: 11px;
    color: #c29e60;
  }
  /* line 248, ../sass/style.scss */
  .header-center.navbar .nav.navbar-nav .dropdown-menu > li > a {
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.54);
  }
  /* line 254, ../sass/style.scss */
  .header-center.navbar .nav.navbar-nav .dropdown-menu > li > a:hover, .header-center.navbar .nav.navbar-nav .dropdown-menu > li > a:focus {
    text-decoration: underline;
    background-color: transparent;
    color: #000;
  }
}
/* line 265, ../sass/style.scss */
.apartment {
  position: relative;
}

/* line 268, ../sass/style.scss */
.apartment-carousel {
  /* @media screen and (min-width: 768px) { */
  /* } */
}
/* line 269, ../sass/style.scss */
.apartment-carousel .item {
  background-size: cover;
}
/* line 272, ../sass/style.scss */
.apartment-carousel .carousel-control, .promo_slider .carousel-control {
  opacity: 1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  width: 10%;
  height: 12%;
  top: 44%;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 282, ../sass/style.scss */
.apartment-carousel .carousel-control:hover, .apartment-carousel .carousel-control:focus {
  background-color: rgba(255, 255, 255, 0.7);
}
.promo_slider .carousel-control:hover, .promo_slider .carousel-control:focus {
  background-color: rgba(255, 255, 255, 0.7);
}
.apartment-carousel .carousel-control:hover .icon-arrow-left-carousel, .apartment-carousel .carousel-control:focus .icon-arrow-left-carousel {
  background-position: 0 -67px;
}
.apartment-carousel .carousel-control:hover .icon-arrow-right-carousel, .apartment-carousel .carousel-control:focus .icon-arrow-right-carousel {
  background-position: 0 -124px;
}
/* line 294, ../sass/style.scss */
.apartment-carousel .carousel-indicators {
  bottom: 7%;
}
/* line 300, ../sass/style.scss */
.apartment-carousel .carousel-indicators li {
  border: 2px solid #cfcfcf;
  -moz-transition-property: border-color, background-color;
  -o-transition-property: border-color, background-color;
  -webkit-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 305, ../sass/style.scss */
.apartment-carousel .carousel-indicators li:hover, .apartment-carousel .carousel-indicators li:focus {
  border-color: #fff;
  background-color: #fff;
}
/* line 309, ../sass/style.scss */
.apartment-carousel .carousel-indicators li + li {
  margin-left: 5px;
}
/* line 312, ../sass/style.scss */
.apartment-carousel .carousel-indicators li.active, .apartment-carousel .carousel-indicators li.active:hover, .apartment-carousel .carousel-indicators li.active:focus {
  border-color: #c29e60;
  background-color: #c29e60;
}

/* line 320, ../sass/style.scss */
.icon-arrow-left-carousel, .icon-arrow-right-carousel {
  width: 14px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  line-height: 1;
}

/* line 329, ../sass/style.scss */
.icon-arrow-left-carousel {
  background-position: 0 -88px;
  right: 20%;
}
/* line 59, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-arrow-left-carousel:hover, .icon-arrow-left-carousel.arrow-left-carousel-hover {
  background-position: 0 -67px;
}

/* line 333, ../sass/style.scss */
.icon-arrow-right-carousel {
  background-position: 0 -145px;
  left: 20%;
}
/* line 59, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-arrow-right-carousel:hover, .icon-arrow-right-carousel.arrow-right-carousel-hover {
  background-position: 0 -124px;
}

/* line 337, ../sass/style.scss */
.scroll-down-btn {
  width: 39px;
  height: 25px;
  position: absolute;
  bottom: 3%;
  left: 50%;
  margin-left: -20px;
  text-align: center;
  padding-top: 6px;z-index:99999;
}

/* line 347, ../sass/style.scss */
.icon-arrow-down {
  background-position: 0 -33px;
  width: 21px;
  height: 13px;
  display: inline-block;
  line-height: 1;
}
/* line 59, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-arrow-down:hover, .icon-arrow-down.arrow-down-hover {
  background-position: 0 -14px;
}

/* line 355, ../sass/style.scss */
.apartment-left-block {
  position: absolute;
  width: 50%;
  bottom: 60%;
  min-width: 668px;
  max-width: 100%;
}

/* line 362, ../sass/style.scss */
.apartment-title {
  font-size: 42px;
  padding: 15px 15px 15px 90px;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 367, ../sass/style.scss */
.apartment-right-block {
  position: absolute;
  width: 35%;
  top: 60%;
  right: 0;
  min-width: 468px;
  max-width: 100%;
}

/* line 375, ../sass/style.scss */
.apartment-text {
  font-size: 30px;
  padding: 10px 90px 10px 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 380, ../sass/style.scss */
.see-apartment-btn {
  font-family: "BebasNeueCyrillic";
  letter-spacing: 2px;
  display: block;
  margin-top: 10px;
  font-size: 18px;
  background-color: #c29e60;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  padding: 20px;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 394, ../sass/style.scss */
.see-apartment-btn:hover, .see-apartment-btn:focus {
  background-color: #deba7b;
  color: #fff;
}
/* line 398, ../sass/style.scss */
.see-apartment-btn:active {
  background-color: #b28d4e;
}

/* line 402, ../sass/style.scss */
.icon-arrow-right {
  background-position: 0 -189px;
  width: 7px;
  height: 12px;
  display: inline-block;
  line-height: 1;
  margin-left: 12px;
}

/* line 410, ../sass/style.scss */
.apartments-links {
  list-style-type: none;
  position: absolute;
  width: 26%;
  min-width: 340px;
  bottom: 60%;
}
/* line 417, ../sass/style.scss */
.apartments-links li {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  line-height: 1;
  margin-top: 1px;
  width: 95%;
  background-color: rgba(255, 255, 255, 0.35);
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  -webkit-transition-property: width, background-color;
  transition-property: width, background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 428, ../sass/style.scss */
.apartments-links li:hover, .apartments-links li:focus {
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 431, ../sass/style.scss */
.apartments-links li.active {
  overflow: visible;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 436, ../sass/style.scss */
.apartments-links li.active .apartments-links-text {
  color: #000;
  padding-left: 31%;
}
/* line 440, ../sass/style.scss */
.apartments-links li.active .apartments-links-button {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/* line 448, ../sass/style.scss */
.apartments-links li .apartments-links-text {
  line-height: 1;
  height: 50px;
  display: block;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.7);
  padding: 11px 0 11px 26%;
  -moz-transition-property: padding-left;
  -o-transition-property: padding-left;
  -webkit-transition-property: padding-left;
  transition-property: padding-left;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 458, ../sass/style.scss */
.apartments-links li .apartments-links-button {
  letter-spacing: 2px;
  font-family: "BebasNeueCyrillic";
  width: 144px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  font-size: 18px;
  background-color: #c29e60;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  padding: 17px 20px;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 480, ../sass/style.scss */
.apartments-links li .apartments-links-button:hover, .apartments-links li .apartments-links-button:focus {
  background-color: #deba7b;
}
/* line 483, ../sass/style.scss */
.apartments-links li .apartments-links-button:active {
  background-color: #b28d4e;
}

/* line 490, ../sass/style.scss */
.more-link {
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}
/* line 497, ../sass/style.scss */
.more-link:hover, .more-link:focus {
  color: rgba(0, 0, 0, 0.54);
}

/* line 501, ../sass/style.scss */
.icon-arrow-right-gray {
  background-position: 0 -167px;
  width: 7px;
  height: 12px;
  display: inline-block;
  line-height: 1;
  margin-left: 15px;
}

/* line 510, ../sass/style.scss */
.apartment-carousel.adventages-carousel {
  background: url("../images/apartments/apartment-3.jpg") center no-repeat;
  background-size: cover;
}

/* line 514, ../sass/style.scss */
.our-adventages {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 30px;
  max-width: 600px;
  margin-top: 10%;
  margin-left: 15%;
}

/* line 521, ../sass/style.scss */
.our-adventages-title {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
}

/* line 527, ../sass/style.scss */
.our-adventages-img {
  margin-bottom: 20px;
}
/* line 530, ../sass/style.scss */
.our-adventages-img img {
  width: 90px;
  height: 90px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 536, ../sass/style.scss */
.our-adventages-subtitle {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}

/* line 542, ../sass/style.scss */
.our-adventages-text {
  line-height: 1.5;
  font-size: 15px;
}

/* line 547, ../sass/style.scss */
.footer {
  padding-top: 25px;
  background-color: #353a45;
  position: relative;
}

/* line 552, ../sass/style.scss */
.footer-left-block {
  float: left;
  width: 30%;
  padding-left: 90px;
}
/* line 557, ../sass/style.scss */
.footer-left-block .footer-title {
  font-size: 21px;
  letter-spacing: 2px;
}

/* line 562, ../sass/style.scss */
.footer-title {
  font-family: "AABebasNeue";
  font-size: 16px;
  text-transform: uppercase;
  color: #c29e60;
  line-height: 1;
}

/* line 569, ../sass/style.scss */
.footer-block {
  float: left;
  width: 22%;
}

/* line 573, ../sass/style.scss */
.footer-nav {
  list-style-type: none;
  padding-bottom: 20px;
}
/* line 577, ../sass/style.scss */
.footer-nav > li {
  margin-top: 15px;
}
/* line 580, ../sass/style.scss */
.footer-nav > li > a, .footer-nav > li > span {
  display: block;
  color: #afb0b3;
  height: 23px;
}
/* line 586, ../sass/style.scss */
.footer-nav > li > a:hover, .footer-nav > li > a :focus {
  text-decoration: underline;
}
/* line 589, ../sass/style.scss */
.footer-nav > li > a:hover .icon-twitter, .footer-nav > li > a :focus .icon-twitter {
  background-position: 0 -446px;
}
/* line 592, ../sass/style.scss */
.footer-nav > li > a:hover .icon-facebook, .footer-nav > li > a :focus .icon-facebook {
  background-position: 0 -320px;
}
/* line 595, ../sass/style.scss */
.footer-nav > li > a:hover .icon-google, .footer-nav > li > a :focus .icon-google {
  background-position: 0 -362px;
}

/* line 602, ../sass/style.scss */
.footer-icon {
  display: inline-block;
  width: 22px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
}

/* line 609, ../sass/style.scss */
.icon-twitter {
  background-position: 0 -463px;
  width: 21px;
  height: 17px;
  display: inline-block;
}
/* line 59, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-twitter:hover, .icon-twitter.twitter-hover {
  background-position: 0 -446px;
}

/* line 615, ../sass/style.scss */
.icon-facebook {
  background-position: 0 -341px;
  width: 10px;
  height: 21px;
  display: inline-block;
}
/* line 59, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-facebook:hover, .icon-facebook.facebook-hover {
  background-position: 0 -320px;
}

/* line 621, ../sass/style.scss */
.icon-google {
  background-position: 0 -380px;
  width: 21px;
  height: 18px;
  display: inline-block;
}
/* line 59, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-google:hover, .icon-google.google-hover {
  background-position: 0 -362px;
}

/* line 627, ../sass/style.scss */
.copyright {
  background-color: #181b20;
  text-align: center;
  color: rgba(255, 255, 255, 0.27);
  font-size: 12px;
  line-height: 1;
  padding: 7px 0;
}

/* line 635, ../sass/style.scss */
.btn-up {
  display: block;
  width: 80px;
  height: 80px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 50px;
  top: -40px;
  background-color: #fff;
  padding-top: 20px;
  text-align: center;
}

/* line 647, ../sass/style.scss */
.icon-arrow-up {
  background-position: 0 -201px;
  width: 21px;
  height: 13px;
  display: inline-block;
  line-height: 1;
}

/* line 654, ../sass/style.scss */
.btn-up-text {
  display: block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  margin-top: 2px;
}

@media (max-width: 768px) {
  /* line 662, ../sass/style.scss */
		#web-langs { display:block}
  .apartment-left-block {
    min-width: 0;
    width: 70%;
  }

  /* line 666, ../sass/style.scss */
  .apartment-title {
    font-size: 30px;
    padding: 10px 20px 10px 40px;
  }

  /* line 670, ../sass/style.scss */
  .apartment-right-block {
    min-width: 0;
    width: 70%;
  }

  /* line 674, ../sass/style.scss */
  .apartment-text {
    font-size: 24px;
    padding: 5px 40px 5px 20px;
  }

  /* line 678, ../sass/style.scss */
  .more-link {
    display: inline-block;
    margin-top: 0;
    margin-left: 10px;
  }

  /* line 684, ../sass/style.scss */
  .see-apartment-btn {
    padding: 10px 20px;
  }

  /* line 687, ../sass/style.scss */
  .our-adventages {
    padding-top: 20px;
    padding-bottom: 15px;
    margin-left: 12%;
    max-width: none;
    margin-right: 12%;
    margin-top: 30px;
  }

  /* line 695, ../sass/style.scss */
  .our-adventages-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  /* line 699, ../sass/style.scss */
  .our-adventages-img img {
    width: 50px;
    height: 50px;
  }

  /* line 704, ../sass/style.scss */
  .apartments-links {
    width: 100%;
    min-width: 0;
  }
  /* line 708, ../sass/style.scss */
  .apartments-links li {
    padding-right: 160px;
  }

  /* line 712, ../sass/style.scss */
  .apartments-links li .apartments-links-button {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 720, ../sass/style.scss */
  .footer-left-block {
    float: none;
    width: 100%;
    padding-left: 90px;
    margin-bottom: 30px;
  }

  /* line 726, ../sass/style.scss */
  .footer-block {
    width: 100%;
    padding-left: 90px;
  }

  /* line 730, ../sass/style.scss */
  .dropdown.custom-dropdown .dropdown-menu {
    position: absolute;
  }

.apartment-text-section.single .apartment-text-section { padding-top:0 !important;top:-190px}
}
@media (max-width: 680px) {
  /* line 735, ../sass/style.scss */
  .apartment-left-block {
    bottom: 51%;
    width: auto;
    left: 12%;
    right: 12%;
  }

  /* line 741, ../sass/style.scss */
  .apartment-title {
    font-size: 24px;
    padding: 10px 20px;
  }

  /* line 745, ../sass/style.scss */
  .apartment-right-block {
    top: 51%;
    width: auto;
    left: 12%;
    right: 12%;
  }

  /* line 751, ../sass/style.scss */
  .apartment-text {
    font-size: 22px;
    padding: 5px 20px;
  }

  /* line 755, ../sass/style.scss */
  .apartments-links {
    bottom: 30%;
  }

  /* line 759, ../sass/style.scss */
  .apartments-links li .apartments-links-text {
    font-size: 22px;
    height: auto;
  }
  /* line 763, ../sass/style.scss */
  .apartments-links li .apartments-links-button {
    padding: 15px 20px;
  }

  /* line 767, ../sass/style.scss */
  .our-adventages {
    padding: 10px;
    margin-top: 10px;
    max-height: 75%;
    overflow: hidden;
  }

  /* line 773, ../sass/style.scss */
  .our-adventages-title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  /* line 777, ../sass/style.scss */
  .our-adventages-img {
    margin-bottom: 5px;
  }
  /* line 780, ../sass/style.scss */
  .our-adventages-img img {
    width: 40px;
    height: 40px;
  }

  /* line 785, ../sass/style.scss */
  .our-adventages-subtitle {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  /* line 790, ../sass/style.scss */
  .our-adventages-text {
    line-height: 1.2;
    font-size: 14px;
  }

  /* line 794, ../sass/style.scss */
  .scroll-down-btn {
    bottom: 1%;
  }

  /* line 797, ../sass/style.scss */
  .btn-up {
    display: none;
  }
}
@media (max-width: 480px) {
  /* .apartment-left-block {
  	width: 100%;
  	bottom: 58%;
  } */
  /* line 806, ../sass/style.scss */
  .apartment-title {
    font-size: 18px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.6);
  }

  /* .apartment-right-block {
  	width: 100%;
  	top: 58%;
  } */
  /* line 815, ../sass/style.scss */
  .apartment-text {
    font-size: 14px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    			/* float: left;
    			width: 50%;
     */
  }

  /* line 822, ../sass/style.scss */
  .more-link {
    font-size: 14px;
  }

  /* line 826, ../sass/style.scss */
  .see-apartment-btn {
    /* float: left;
    width: 50%;
    margin-top: 0; */
    padding: 10px;
    font-size: 14px;
  }

  /* line 833, ../sass/style.scss */
  .two-btn-together {
    margin-top: 0;
  }

  /* line 836, ../sass/style.scss */
  .apartments-links li {
    width: 75%;
  }
  /* line 839, ../sass/style.scss */
  .apartments-links li .apartments-links-text {
    font-size: 14px;
    height: auto;
  }
  /* line 843, ../sass/style.scss */
  .apartments-links li .apartments-links-button {
    font-size: 14px;
    padding-top: 12px;
  }

  /* line 849, ../sass/style.scss */
  .our-adventages {
    padding: 10px;
    margin-top: 10px;
  }

  /* line 853, ../sass/style.scss */
  .our-adventages-title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  /* line 857, ../sass/style.scss */
  .our-adventages-img {
    margin-bottom: 5px;
  }
  /* line 860, ../sass/style.scss */
  .our-adventages-img img {
    width: 30px;
    height: 30px;
  }

  /* line 865, ../sass/style.scss */
  .our-adventages-subtitle {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
  }

  /* line 870, ../sass/style.scss */
  .our-adventages-text {
    line-height: 1.2;
    font-size: 12px;
  }

  /* line 874, ../sass/style.scss */
  .scroll-down-btn {
    bottom: 1%;
  }

  /* line 877, ../sass/style.scss */
  .btn-up {
    display: none;
  }
}
@media (max-width: 360px) {
  /* line 883, ../sass/style.scss */
  .apartment-text {
    float: none;
    width: 100%;
  }

  /* line 887, ../sass/style.scss */
  .see-apartment-btn {
    float: none;
    width: 100%; margin-left:10px;
  }

  /* line 891, ../sass/style.scss */
  .apartments-links {
    left: 12%;
    right: 12%;
    width: auto;
  }
  /* line 896, ../sass/style.scss */
  .apartments-links li {
    padding: 0;
    width: 100%;
    margin-top: 5px;
  }
  /* line 901, ../sass/style.scss */
  .apartments-links li .apartments-links-text {
    padding: 10px;
  }
  /* line 904, ../sass/style.scss */
  .apartments-links li .apartments-links-button {
    width: 100%;
    position: static;
    display: none;
    padding: 12px 10px;
  }
  /* line 912, ../sass/style.scss */
  .apartments-links li.active .apartments-links-button {
    display: block;
  }

  /* line 919, ../sass/style.scss */
  .footer-left-block, .footer-block {
    padding-left: 40px;
  }
}
/* APARTMENT PAGE */
/* line 927, ../sass/style.scss */
.breadcrumb {
  position: absolute;
  top: 64px;
  left: 7%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 15px 10px 15px 30px;
}
/* line 937, ../sass/style.scss */
.breadcrumb > li + li:before {
  content: "";
  background-position: 0 -179px;
  display: inline-block;
  width: 7px;
  height: 10px;
  padding: 0;
  margin: 0 5px;
  vertical-align: middle;
}
/* line 947, ../sass/style.scss */
.breadcrumb > li > a {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
}
/* line 952, ../sass/style.scss */
.breadcrumb > li > a:hover, .breadcrumb > li > a:focus {
  text-decoration: underline;
}
/* line 956, ../sass/style.scss */
.breadcrumb > .active {
  color: #c29e60;
}

/* line 960, ../sass/style.scss */
.special-offer {
  background: url("../images/special-offer.png") center no-repeat;
  width: 152px;
  height: 175px;
  position: absolute;
  top: 57px;
  right: 7%;
  z-index: 1;
  text-align: center;
  padding: 112px 30px 0;
}
/* line 972, ../sass/style.scss */
.special-offer:hover .special-offer-tooltip, .special-offer:focus .special-offer-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* line 980, ../sass/style.scss */
.special-offer-link {
  font-size: 16px;
  font-family: "Bitter";
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
/* line 987, ../sass/style.scss */
.special-offer-link:hover, .special-offer-link:focus {
  color: #fff;
}

/* line 991, ../sass/style.scss */
.special-offer-tooltip {
  position: absolute;
  right: 100%;
  top: 20px;
  width: 300px;
  padding: 35px 20px;
  background-color: #fff;
  text-align: left;
  -moz-box-shadow: rgba(0, 0, 0, 0.54) 0 6px 18px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.54) 0 6px 18px;
  box-shadow: rgba(0, 0, 0, 0.54) 0 6px 18px;
  text-align: justify;
  -webkit-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
  transform: translateY(-600px);
  opacity: 0;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  -ms-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
/* line 1009, ../sass/style.scss */
.special-offer-tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 70px;
  left: 100%;
}

/* line 1021, ../sass/style.scss */
.special-offer-tooltip-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
}

/* line 1025, ../sass/style.scss */
.special-offer-tooltip-text {
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
  margin-top: 20px;
}

/* line 1031, ../sass/style.scss */
.apartment-description {
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 1035, ../sass/style.scss */
.apartment-name {
  font-size: 42px;
  line-height: 1;
}

/* line 1039, ../sass/style.scss */
.apartment-address {
  font-size: 24px;
  line-height: 1;
  margin-top: 15px;
}

/* line 1044, ../sass/style.scss */
.apartment-icons-block {
  margin-top: 10px;
}

/* line 1047, ../sass/style.scss */
.rating-link {
  display: inline-block;
  vertical-align: middle;
}

/* line 1051, ../sass/style.scss */
.rating {
  display: inline-block;
  list-style-type: none;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 1057, ../sass/style.scss */
.rating li {
  float: left;
  margin: 0 1px;
  width: 15px;
  height: 14px;
  background-position: 0 -418px;
}
/* line 1064, ../sass/style.scss */
.rating li.filled {
  background-position: 0 -432px;
}

/* line 1069, ../sass/style.scss */
.icon-bed {
  background-position: 0 -214px;
  width: 13px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
/* line 1077, ../sass/style.scss */
.icon-bed + .icon-bed {
  margin-left: 5px;
}
/* line 1081, ../sass/style.scss */
.icon-bed:hover .icon-bed-tooltip, .icon-bed:focus .icon-bed-tooltip {
  display: block;
}

/* line 1086, ../sass/style.scss */
.icon-bed-tooltip {
  position: absolute;
  right: 130%;
  top: -5px;
  width: 200px;
  padding: 10px;
  background-color: #fff;
  text-align: left;
  -moz-box-shadow: rgba(0, 0, 0, 0.54) 0 6px 18px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.54) 0 6px 18px;
  box-shadow: rgba(0, 0, 0, 0.54) 0 6px 18px;
  text-align: justify;
  display: none;
  font-size: 12px;
}
/* line 1099, ../sass/style.scss */
.icon-bed-tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 10px;
  left: 100%;
}

/* line 1112, ../sass/style.scss */
.thumbnails {
  list-style-type: none;
  position: absolute;
  bottom: 5%;
  left: 10%;
}
/* line 1118, ../sass/style.scss */
.thumbnails > li {
  float: left;
  width: 120px;
  height: 90px;
  /* border: 5px solid transparent; */
  margin: 5px;
  background-size: cover;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 1128, ../sass/style.scss */
.thumbnails > li.active {
  margin: 0;
  width: 130px;
  height: 100px;
  border: 5px solid #c29e60;
}

/* line 1137, ../sass/style.scss */
.apartment-text-section {
  color: rgba(0, 0, 0, 0.87);
  padding-top: 60px;
}

/* line 1141, ../sass/style.scss */
.apartment-text-section-title {
  font-size: 42px;
  line-height: 1;
  padding-bottom: 30px;
}

/* line 1146, ../sass/style.scss */
.apartment-text-section-header {
  line-height: 1;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
/* line 1151, ../sass/style.scss */
.apartment-text-section-header .left {
  padding-top: 35px;
  float: left;
  font-size: 18px;
}
/* line 1156, ../sass/style.scss */
.apartment-text-section-header .right {
  float: right;
}

/* line 1160, ../sass/style.scss */
.old-price {
  font-size: 18px;
  color: #9a9a9a;
  text-decoration: line-through;
}

/* line 1165, ../sass/style.scss */
.new-price {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1169, ../sass/style.scss */
.apartment-text-section-body {
  color: rgba(0, 0, 0, 0.54);
  padding-top: 45px;
  padding-bottom: 45px;
}
/* line 1173, ../sass/style.scss */
.apartment-text-section-body p {
  line-height: 1.5;
  text-align: justify;
  font-size: 16px;
}
/* line 1178, ../sass/style.scss */
.apartment-text-section-body p + p {
  margin-top: 30px;
}

/* line 1183, ../sass/style.scss */
.separated-button-wrapper {
  text-align: right;
  padding-bottom: 45px;
}
/* line 1187, ../sass/style.scss */
.separated-button-wrapper .see-apartment-btn {
  width: 35%;
  display: inline-block;
  text-align: left;
  margin-top: 0;
}

/* line 1195, ../sass/style.scss */
.apartment-menager-section {
  padding-bottom: 190px;
}

/* line 1198, ../sass/style.scss */
.apartment-menager-section-part {
  width: 50%;
  float: left;
  padding: 0 40px;
}

/* line 1203, ../sass/style.scss */
.menager-block {
  overflow: hidden;
  zoom: 1;
}

/* line 1207, ../sass/style.scss */
.menager-block-img {
  float: left;
  margin-right: 20px;
}
/* line 1211, ../sass/style.scss */
.menager-block-img img {
  width: 150px;
  height: 150px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 1217, ../sass/style.scss */
.menager-block-info {
  overflow: hidden;
  zoom: 1;
  color: #433f3e;
}

/* line 1222, ../sass/style.scss */
.menager-block-info-name {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 10px;
}

/* line 1228, ../sass/style.scss */
.menager-block-info-item {
  font-size: 16px;
}
/* line 1231, ../sass/style.scss */
.menager-block-info-item a {
  color: #c29e60;
  text-decoration: underline;
}
/* line 1235, ../sass/style.scss */
.menager-block-info-item a:hover, .menager-block-info-item a:focus {
  color: #c29e60;
  text-decoration: none;
}

/* line 1241, ../sass/style.scss */
.menager-block-info-item + .menager-block-info-item {
  margin-top: 5px;
}

/* line 1245, ../sass/style.scss */
.apartment-without-carousel {
  /* height: 100%; */
  background-size: cover;
  position: relative;
}
/* line 1250, ../sass/style.scss */
.apartment-without-carousel .apartment-right-block {
  top: 45%;
}
/* line 1253, ../sass/style.scss */
.apartment-without-carousel .apartment-right-block .new-price {
  margin-top: 15px;
}

/* line 1258, ../sass/style.scss */
.apartment-without-carousel-title {
  position: absolute;
  bottom: 100%;
  width: 100%;
}

/* line 1264, ../sass/style.scss */
.two-btn-together {
  margin-top: 10px;
  background-color: #c29e60;
}
/* line 1268, ../sass/style.scss */
.two-btn-together .see-apartment-btn {
  display: inline-block;
  margin-top: 0;
}

/* line 1274, ../sass/style.scss */
.map-section {
  position: relative;
  background-color: #e4e4e4;
}

/* line 1278, ../sass/style.scss */
.map-container {
  width: 100%;
  height: 520px;
}

/* line 1282, ../sass/style.scss */
.map-popup {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 568px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* line 1296, ../sass/style.scss */
.map-popup.opened {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* line 1302, ../sass/style.scss */
.percent-layer {
  background: url("../images/percent-layer.png") center no-repeat;
  width: 99px;
  height: 102px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  font-family: "Bitter";
  padding-top: 28px;
  color: #fff;
  text-align: center;
}

/* line 1317, ../sass/style.scss */
.map-popup-img img {
  width: 100%;
  height: 268px;
}

/* line 1322, ../sass/style.scss */
.map-popup-close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 1331, ../sass/style.scss */
.map-popup-close-btn:hover, .map-popup-close-btn:focus {
  padding: 8px;
  background-color: #c29e60;
}
/* line 1335, ../sass/style.scss */
.map-popup-close-btn:hover .icon-close-white, .map-popup-close-btn:focus .icon-close-white {
  width: 9px;
  height: 9px;
  background-position: 0 -252px;
}

/* line 1342, ../sass/style.scss */
.icon-close-white {
  background-position: 0 -261px;
  width: 15px;
  height: 15px;
  display: block;
}
/* line 59, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-close-white:hover, .icon-close-white.close-white-hover {
  background-position: 0 -252px;
}

/* line 1348, ../sass/style.scss */
.map-popup-text-block {
  padding: 20px 70px 30px 55px;
  overflow: hidden;
  zoom: 1;
}

/* line 1353, ../sass/style.scss */
.map-popup-text-block-icon {
  float: left;
  margin-right: 20px;
  padding-top: 5px;
}
/* line 1358, ../sass/style.scss */
.map-popup-text-block-icon img {
  width: 24px;
  height: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 1364, ../sass/style.scss */
.map-popup-text-block-description {
  overflow: hidden;
  zoom: 1;
}

/* line 1368, ../sass/style.scss */
.map-popup-title {
  font-weight: 700;
  font-size: 30px;
}

/* line 1372, ../sass/style.scss */
.map-popup-info {
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  margin-top: 20px;
}

/* line 1377, ../sass/style.scss */
.map-popup-link {
  color: #c29e60;
  font-size: 16px;
  display: block;
  margin-top: 2px;
}
/* line 1383, ../sass/style.scss */
.map-popup-link:hover, .map-popup-link:focus {
  color: #c29e60;
  text-decoration: underline;
}

@media (max-width: 991px) {
  /* line 1389, ../sass/style.scss */
  .apartment-without-carousel .apartment-right-block {
    top: 35%;
  }

  /* line 1392, ../sass/style.scss */
  .apartment-menager-section-part {
    width: 100%;
  }

  /* line 1395, ../sass/style.scss */
  .apartment-menager-section-part + .apartment-menager-section-part {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  /* line 1400, ../sass/style.scss */
  .map-popup {
    width: 100%;
  }

  /* line 1403, ../sass/style.scss */
  .apartment-description {
    font-size: 24px;
    padding: 5px 40px 5px 20px;
  }

  /* line 1407, ../sass/style.scss */
  .apartment-name {
    font-size: 24px;
  }

  /* line 1410, ../sass/style.scss */
  .apartment-address {
    font-size: 18px;
    margin-top: 5px;
  }

  /* line 1414, ../sass/style.scss */
  .apartment-icons-block {
    margin-top: 0;
  }

  /* line 1417, ../sass/style.scss */
  .thumbnails {
    bottom: 50%;
  }

  /* line 1420, ../sass/style.scss */
  .special-offer {
    display: none;
    width: 76px;
    height: 76px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    padding-top: 45px;
  }

  /* line 1428, ../sass/style.scss */
  .special-offer-link {
    font-size: 12px;
    text-transform: none;
  }

  /* line 1432, ../sass/style.scss */
  .special-offer-tooltip:after {
    top: 12px;
  }

  /* line 1436, ../sass/style.scss */
  .apartment-description .new-price {
    font-size: 18px;
  }

  /* line 1441, ../sass/style.scss */
  .apartment-without-carousel .apartment-right-block .apartment-description .new-price {
    margin-top: 5px;
  }

  /* line 1444, ../sass/style.scss */
  .thumbnails > li {
    width: 70px;
    height: 50px;
  }

  /* line 1448, ../sass/style.scss */
  .thumbnails > li.active {
    width: 80px;
    height: 60px;
  }

  /* line 1452, ../sass/style.scss */
  .apartment-menager-section-part {
    padding: 0;
  }
}
@media (max-width: 480px) {
  /* line 1457, ../sass/style.scss */
  .apartment-description {
    font-size: 14px;
    padding: 10px;
  }
  /* line 1461, ../sass/style.scss */
  .apartment-description .new-price {
    font-size: 14px;
  }

  /* line 1466, ../sass/style.scss */
  .apartment-without-carousel .apartment-right-block .apartment-description .new-price {
    margin-top: 5px;
  }

  /* line 1469, ../sass/style.scss */
  .thumbnails {
    display: none;
  }

  /* line 1472, ../sass/style.scss */
  .map-popup-text-block {
    padding: 10px;
  }

  /* line 1475, ../sass/style.scss */
  .separated-button-wrapper .see-apartment-btn {
    width: 100%;
  }

  /* line 1478, ../sass/style.scss */
  .menager-block-img img {
    width: 100px;
    height: 100px;
  }

  /* line 1482, ../sass/style.scss */
  .map-popup-title {
    font-size: 18px;
  }

  /* line 1485, ../sass/style.scss */
  .menager-block-img {
    float: none;
  }

  /* line 1488, ../sass/style.scss */
  .menager-block-info-name {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  /* line 1494, ../sass/style.scss */
  .menager-block-img img {
    width: 50px;
    height: 50px;
  }

  /* line 1498, ../sass/style.scss */
  .map-popup-info {
    margin-top: 10px;
  }

  /* line 1501, ../sass/style.scss */
  .breadcrumb {
    padding: 10px;
  }
  /* line 1504, ../sass/style.scss */
  .breadcrumb > li, .breadcrumb > li > a {
    font-size: 14px;
  }

  /* line 1508, ../sass/style.scss */
  .special-offer {
    display: none;
  }

  /* line 1511, ../sass/style.scss */
  .apartment-text-section {
    padding-top: 20px;
  }

  /* line 1514, ../sass/style.scss */
  .apartment-text-section-title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  /* line 1518, ../sass/style.scss */
  .apartment-text-section-header {
    padding-bottom: 10px;
  }

  /* line 1521, ../sass/style.scss */
  .apartment-text-section-header .left {
    width: 100%;
    padding-top: 10px;
  }

  /* line 1525, ../sass/style.scss */
  .apartment-text-section-header .right {
    width: 100%;
  }

  /* line 1528, ../sass/style.scss */
  .apartment-text-section-body {
    padding-top: 15px;
  }

  /* line 1531, ../sass/style.scss */
  .apartment-text-section-body p + p {
    margin-top: 10px;
  }

  /* line 1534, ../sass/style.scss */
  .menager-block {
    margin-bottom: 10px;
  }

  /* line 1539, ../sass/style.scss */
  .apartment-menager-section-part .apartment-text-section-title {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
/* HOUSE PAGE */
/* line 1547, ../sass/style.scss */
.apartment-without-carousel.heigh-auto {
  height: auto;
}

/* line 1550, ../sass/style.scss */
.house-filters {
  padding-top:80px;
  padding-bottom: 55px;
}

/* line 1554, ../sass/style.scss */
.house-filters-links {
  list-style-type: none;
  width: 20%;
  min-width: 280px;
}
/* line 1559, ../sass/style.scss */
.house-filters-links > li {
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.35);
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  -webkit-transition-property: width, background-color;
  transition-property: width, background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 95%;
  margin-top: 1px;
}
/* line 1567, ../sass/style.scss */
.house-filters-links > li:hover, .house-filters-links > li:focus {
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 1570, ../sass/style.scss */
.house-filters-links > li.active {
  overflow: visible;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 1575, ../sass/style.scss */
.house-filters-links > li.active .apartments-links-text {
  color: #000;
  padding-left: 38%;
}
/* line 1581, ../sass/style.scss */
.house-filters-links > li .apartments-links-text {
  line-height: 1;
  display: block;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.7);
  padding: 9px 9px 9px 35%;
  -moz-transition-property: padding-left;
  -o-transition-property: padding-left;
  -webkit-transition-property: padding-left;
  transition-property: padding-left;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 1592, ../sass/style.scss */
.house-filters-links + .house-filters-links {
  margin-top: 20px;
}

/* line 1595, ../sass/style.scss */
.border-bottom {
  border-bottom: 1px solid #e8e8e8;
}

/* line 1599, ../sass/style.scss */
.apartment-menager-section.house-page-menager-section {
  padding-top: 70px;
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  /* line 1605, ../sass/style.scss */
  .house-filters {
    padding-top: 520px;
  }

  /* line 1608, ../sass/style.scss */
  .house-filters-links {
    width: 33%;
    min-width: 0;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 1615, ../sass/style.scss */
  .house-filters-links > li .apartments-links-text {
    font-size: 18px;
  }

  /* line 1619, ../sass/style.scss */
  .house-filters-links + .house-filters-links {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .house-filters {
/*     padding-top: 580px; */
    padding-top:180px;
  }

  /* line 1627, ../sass/style.scss */
  .house-filters-links {
    width: 100%;
    min-width: 0;
    float: none;
  }

  /* line 1632, ../sass/style.scss */
  .house-filters-links + .house-filters-links {
    margin-top: 20px;
  }
}
/* CONTACTS PAGE */
/* line 1638, ../sass/style.scss */
.contacts-block {
  margin-top: 140px;
  margin-bottom: 55px;
  padding: 45px 90px 90px;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 1644, ../sass/style.scss */
.contacts-inner {
  padding-top: 10px;
}

/* line 1647, ../sass/style.scss */
.contacts-left {
  float: left;
  width: 228px;
}

/* line 1651, ../sass/style.scss */
.contacts-left-item {
  font-size: 16px;
  color: #404040;
  line-height: 1.5;
}
/* line 1656, ../sass/style.scss */
.contacts-left-item p {
  line-height: 1.5;
}

/* line 1660, ../sass/style.scss */
.contacts-left-item + .contacts-left-item {
  margin-top: 35px;
}

/* line 1663, ../sass/style.scss */
.contact-name {
  font-size: 16px;
  font-weight: 700;
  color: #3f3f3f;
  margin-bottom: 15px;
}

/* line 1669, ../sass/style.scss */
.email-link {
  color: #c29e60;
  text-decoration: underline;
}
/* line 1673, ../sass/style.scss */
.email-link:hover, .email-link:focus {
  color: #c29e60;
  text-decoration: none;
}

/* line 1679, ../sass/style.scss */
.contacts-right {
  float: right;
  width: 480px;
  display: block;
}

/* line 1684, ../sass/style.scss */
.contacts-right-item {
  float: left;
  width: 49%;
}

/* line 1688, ../sass/style.scss */
.contacts-right-item + .contacts-right-item {
  margin-left: 2%;
}

/* line 1691, ../sass/style.scss */
.contacts-input {
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 12px 10px;
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid #c9c9c9;
  background-color: transparent;
}

/* line 1700, ../sass/style.scss */
.contacts-input + .contacts-input {
  margin-top: 4px;
}

/* line 1703, ../sass/style.scss */
.contacts-input.textarea {
  height: 149px;
}

/* line 1706, ../sass/style.scss */
.contact-send-btn-wrapper {
  text-align: left;
  margin-top: 10px;
}
/* line 1710, ../sass/style.scss */
.contact-send-btn-wrapper .see-apartment-btn {
  width: 100%;
  text-align: left;
}

@media (max-width: 991px) {
  /* line 1716, ../sass/style.scss */
  .contacts-block {
    padding: 30px;
  }

  /* line 1719, ../sass/style.scss */
  .contacts-left {
    width: 100%;
  }

  /* line 1722, ../sass/style.scss */
  .contacts-left-item {
    float: left;
    width: 46%;
  }

  /* line 1726, ../sass/style.scss */
  .contacts-left-item + .contacts-left-item {
    margin-top: 0;
    margin-left: 8%;
  }

  /* line 1730, ../sass/style.scss */
  .contacts-right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  /* line 1736, ../sass/style.scss */
  .contacts-left-item {
    float: none;
    width: 100%;
  }

  /* line 1740, ../sass/style.scss */
  .contacts-left-item + .contacts-left-item {
    margin-left: 0;
    margin-top: 20px;
  }

  /* line 1744, ../sass/style.scss */
  .contact-name {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  /* line 1749, ../sass/style.scss */
  .contacts-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 1753, ../sass/style.scss */
  .contacts-inner {
    padding-top: 0;
  }

  /* line 1756, ../sass/style.scss */
  .contacts-right-item {
    width: 100%;
  }

  /* line 1759, ../sass/style.scss */
  .contacts-right-item + .contacts-right-item {
    margin-left: 0;
  }

  /* line 1762, ../sass/style.scss */
  .contacts-input.textarea {
    margin-top: 4px;
  }
}
/* TEXT PAGE */
/* line 1769, ../sass/style.scss */
.apartment-without-carousel.clasification-fixed-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-attachment: fixed;
}

/* line 1779, ../sass/style.scss */
.text-page-block {
  margin-bottom: 55px;
  padding: 45px 45px 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  bottom: -140px;
}

/* line 1787, ../sass/style.scss */
.apartments-table {
  border: 1px solid #d8d8d8;
  text-align: center;
  width: 99.9%;
  margin: auto;
}

/* line 1793, ../sass/style.scss */
.apartments-table-column {
  float: left;
  width: 33.3%;
}
/* line 1797, ../sass/style.scss */
.apartments-table-column .column-header {
  display: block;
  background-color: #ededee;
  padding: 35px 10px;
  line-height: 1;
}
/* line 1803, ../sass/style.scss */
.apartments-table-column span {
  display: block;
  color: rgba(0, 0, 0, 0.87);
  padding: 20px 10px;
  text-align: center;
  background-color: #fff;
  line-height: 1;
  height: 68px;
}
/* line 1812, ../sass/style.scss */
.apartments-table-column span:nth-child(odd) {
  background-color: #fafafa;
}

/* line 1816, ../sass/style.scss */
.apartments-table-column + .apartments-table-column {
  border-left: 1px solid #d8d8d8;
}

/* line 1820, ../sass/style.scss */
.apartment-text-section.for-text-page {
  margin-top: 125px;
  padding-bottom: 30px;
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  /* line 1828, ../sass/style.scss */
  .text-page-block {
    padding: 20px 10px 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 1834, ../sass/style.scss */
  .text-page-block {
    margin-left: -10px;
    margin-right: -10px;
    padding: 20px 0 0;
  }

  /* line 1839, ../sass/style.scss */
  .apartments-table {
    width: 100%;
  }

  /* line 1842, ../sass/style.scss */
  .apartments-table-column {
    width: 100%;
  }

  /* line 1845, ../sass/style.scss */
  .apartments-table-column + .apartments-table-column {
    border-left: none;
    /* margin-top: 20px; */
  }
}
@media screen and (max-width: 480px) {
  /* line 1853, ../sass/style.scss */
  .apartment-text-section.for-text-page {
    margin-top: 135px;
  }
  /* line 1856, ../sass/style.scss */
  .apartment-text-section.for-text-page .apartment-text-section-title {
    padding-bottom: 0;
  }
}
/* simple-text-page */
/* line 1863, ../sass/style.scss */
.simple-text-page-top-block {
  padding-bottom: 30px;
  background-size: cover;
  background-position: center;
  padding-top: 180px;
}

/* line 1869, ../sass/style.scss */
.simple-text-page-title {
  font-size: 42px;
  line-height: 1;
  padding: 20px 30px;
  margin-left: 7%;
  margin-right: 7%;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.87);
}

/* line 1878, ../sass/style.scss */
.simple-text-section {
  padding-bottom: 120px;
}

/* line 1881, ../sass/style.scss */
.simple-text-section-item-part {
  line-height: 1.5;
  text-align: justify;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  margin-top: 30px;
}

/* line 1888, ../sass/style.scss */
.simple-text-page-subtitle {
  font-size: 30px;
  padding-top: 50px;
}

/* line 1892, ../sass/style.scss */
.simple-text-page-img {
  margin-top: 50px;
  padding-bottom: 10px;
}
/* line 1896, ../sass/style.scss */
.simple-text-page-img video, .simple-text-page-img iframe {
  width: 100%;
}

/* line 1900, ../sass/style.scss */
.simple-text-page-img-description {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 1905, ../sass/style.scss */
.brown-link {
  color: #c29e60;
  text-decoration: none;
}
/* line 1909, ../sass/style.scss */
.brown-link:hover, .brown-link:focus {
  color: #c29e60;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  /* line 1915, ../sass/style.scss */
  .simple-text-page-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1921, ../sass/style.scss */
  .simple-text-section {
    padding-bottom: 30px;
  }

  /* line 1924, ../sass/style.scss */
  .simple-text-page-title {
    font-size: 30px;
  }

  /* line 1927, ../sass/style.scss */
  .simple-text-page-subtitle {
    padding-top: 30px;
    font-size: 24px;
  }

  /* line 1931, ../sass/style.scss */
  .simple-text-section-item-part {
    margin-top: 15px;
  }

  /* line 1934, ../sass/style.scss */
  .simple-text-page-img {
    margin-top: 20px;
  }
}
/* Modal */
@media (min-width: 992px) {
  /* line 1941, ../sass/style.scss */
  .order-modal .modal-dialog {
    width: 776px;
  }
  #house { min-height:650px}
}
/* line 1946, ../sass/style.scss */
.order-modal .modal-backdrop.in {
  opacity: 0.7;
}
/* line 1949, ../sass/style.scss */
.order-modal .modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 1952, ../sass/style.scss */
.order-modal .modal-body {
  position: relative;
  padding: 40px 85px 50px;
}

/* line 1957, ../sass/style.scss */
.modal-close {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-position: 0 -308px;
  top: 30px;
  right: 30px;
}
/* line 59, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.modal-close:hover, .modal-close.close2-hover {
  background-position: 0 -296px;
}

/* line 1966, ../sass/style.scss */
.order-modal-header {
  margin-bottom: 35px;
}

/* line 1969, ../sass/style.scss */
.modal-img {
  display: inline-block;
  vertical-align: middle;
}
/* line 1973, ../sass/style.scss */
.modal-img img {
  width: 90px;
  height: 90px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 1979, ../sass/style.scss */
.order-modal-title {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "BebasNeueCyrillic";
  margin-left: 10px;
}

/* line 1987, ../sass/style.scss */
.order-form {
  display: block;
}

/* line 1990, ../sass/style.scss */
.order-form-part {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 15px;
}
/* line 1996, ../sass/style.scss */
.order-form-part img {
  max-width: 100%;
  display: block;
}

/* line 2001, ../sass/style.scss */
.order-form-label {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 2005, ../sass/style.scss */
.order-form-input {
  display: block;
  width: 100%;
  padding: 8px;
  border: 1px solid #cfd5db;
  color: rgba(0, 0, 0, 0.87);
}

/* line 2012, ../sass/style.scss */
.date-input-wrapper {
  width: 47%;
  display: inline-block;
  position: relative;
}

/* line 2017, ../sass/style.scss */
.order-form-input.date-input {
  padding-right: 30px;
}

/* line 2020, ../sass/style.scss */
.icon-calendar {
  width: 18px;
  height: 20px;
  background-position: 0 -232px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 8px;
}

/* line 2030, ../sass/style.scss */
.has-error .order-form-input {
  border-color: #f44336;
}
/* line 2033, ../sass/style.scss */
.has-error .order-form-label {
  color: #f44336;
}

/* line 2037, ../sass/style.scss */
.order-form-part.float-none {
  float: none;
}

/* line 2040, ../sass/style.scss */
.fields-necessary {
  position: relative;
  padding-left: 24px;
}

/* line 2044, ../sass/style.scss */
.icon-alert {
  width: 16px;
  height: 14px;
  background-position: 0 0;
  position: absolute;
  top: 2px;
  left: 0;
}

/* line 2052, ../sass/style.scss */
.order-modal-send {
  padding: 20px 15px 0;
}

/* line 2055, ../sass/style.scss */
.order-modal-send .see-apartment-btn {
  width: 200px;
}

/* line 2059, ../sass/style.scss */
.bootstrap-select.apartment-type-select {
  width: 100%;
}
/* line 2062, ../sass/style.scss */
.bootstrap-select.apartment-type-select .btn.dropdown-toggle {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px;
  border: 1px solid #cfd5db;
  color: rgba(0, 0, 0, 0.87);
}
/* line 2069, ../sass/style.scss */
.bootstrap-select.apartment-type-select .btn.dropdown-toggle:hover, .bootstrap-select.apartment-type-select .btn.dropdown-toggle:focus {
  background-color: transparent;
}
/* line 2073, ../sass/style.scss */
.bootstrap-select.apartment-type-select .btn.dropdown-toggle span {
  line-height: 1.2;
}
/* line 2077, ../sass/style.scss */
.bootstrap-select.apartment-type-select .btn.dropdown-toggle .caret {
  border: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  background: #c29e60 url("../images/select-icons/arrow-down-select.png") center no-repeat;
}
/* line 2086, ../sass/style.scss */
.bootstrap-select.apartment-type-select .btn.dropdown-toggle .caret:hover, .bootstrap-select.apartment-type-select .btn.dropdown-toggle .caret:focus {
  background-color: #cbac78;
}
/* line 2092, ../sass/style.scss */
.bootstrap-select.apartment-type-select .dropdown-menu {
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 2097, ../sass/style.scss */
.btn-group.bootstrap-select.apartment-type-select.open .btn.dropdown-toggle {
  background-color: transparent;
}
/* line 2100, ../sass/style.scss */
.btn-group.bootstrap-select.apartment-type-select.open .btn.dropdown-toggle:hover, .btn-group.bootstrap-select.apartment-type-select.open .btn.dropdown-toggle:focus {
  background-color: transparent;
}
/* line 2103, ../sass/style.scss */
.btn-group.bootstrap-select.apartment-type-select.open .btn.dropdown-toggle .caret {
  background: #c29e60 url("../images/select-icons/arrow-up-select.png") center no-repeat;
}
/* line 2106, ../sass/style.scss */
.btn-group.bootstrap-select.apartment-type-select.open .btn.dropdown-toggle .caret:hover, .btn-group.bootstrap-select.apartment-type-select.open .btn.dropdown-toggle .caret:focus {
  background-color: #cbac78;
}

@media (max-width: 991px) {
  /* line 2112, ../sass/style.scss */
  .order-form-part {
    width: 100%;
  }

  /* line 2115, ../sass/style.scss */
  .date-input-wrapper {
    width: 48%;
  }
}
@media (max-width: 540px) {
  /* line 2120, ../sass/style.scss */
  .date-input-wrapper {
    width: 100%;
  }

  /* line 2123, ../sass/style.scss */
  .order-modal .modal-body {
    padding: 20px 10px 30px;
  }
}
/* Date picker */
/* line 2129, ../sass/style.scss */
.ui-widget-content {
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 3px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 3px 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 3px 5px;
  background: #ffffff;
  color: #222222;
}

/* line 2134, ../sass/style.scss */
.ui-widget {
  font-family: 'HelveticaNeue' Verdana,Arial,sans-serif;
  font-size: 13px;
}

/* line 2138, ../sass/style.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 18px 0;
}

/* line 2142, ../sass/style.scss */
.ui-widget-header {
  background: #c29e60;
  color: #40505a;
  font-weight: 900;
}

/* line 2147, ../sass/style.scss */
.ui-datepicker .ui-datepicker-title {
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* line 2153, ../sass/style.scss */
.ui-datepicker table {
  width: 89%;
  font-size: .9em;
  border-collapse: collapse;
  /* margin: 0px 15px 0.4em 2px; */
  margin: 3px;
}

/* line 2160, ../sass/style.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 2166, ../sass/style.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8; */
  background-image: none;
}

/* line 2172, ../sass/style.scss */
.ui-datepicker td {
  border: 0;
}

/* line 2175, ../sass/style.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8; */
  background-image: none;
}

/* line 2181, ../sass/style.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* line 2184, ../sass/style.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #c8c8c8;
  color: #fff;
}

/* line 2188, ../sass/style.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.87);
}

/* line 2192, ../sass/style.scss */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 8px;
  margin: 0 2px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

/* line 2200, ../sass/style.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 40px;
}

/* line 2203, ../sass/style.scss */
.ui-datepicker .ui-datepicker-next {
  right: 40px;
}

/* line 2206, ../sass/style.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  display: block;
  cursor: pointer;
}

/* line 2211, ../sass/style.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 2217, ../sass/style.scss */
.ui-datepicker .ui-datepicker-prev span {
  background-image: url(../images/icons/arrow-left-calendar.png);
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  width: 9px;
}

/* line 2224, ../sass/style.scss */
.ui-datepicker .ui-datepicker-next span {
  background-image: url(../images/icons/arrow-right-calendar.png);
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  width: 9px;
}

/* line 2231, ../sass/style.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background-color: #353a45;
  color: #fff;
}

/* line 2236, ../sass/style.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #c29e60;
  font-weight: normal;
  color: #fff;
}

/* line 2241, ../sass/style.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background-color: transparent;
}
