@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  min-height: 100vh; }

body {
  min-width: 340px;
  position: relative;
  background-color: #fff;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: repeat-y;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  padding-bottom: 50px;
  overflow-x: hidden;
  opacity: 1;
  line-height: 1; }
  body:not(.flat) {
   /*background-image: url("../img/background.jpg");*/
    background-color: #eff4f8; }
  body.with-map {
    background-color: transparent;
    background-image: none; }

body.flat {
  background-color: #eff4f8; }

body.flat.white {
  background-color: #fff; }

.layout {
  background-color: #eff4f8; }

h1, h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

h1 {
  /*font-size: 45px;*/
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 10px; 
  padding-bottom: 15px;
}

strong {
  font-weight: 700; }

.full-width {
  padding: 0; }

.btn {
  display: inline-block;
  background-color: #3aafb0;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  padding: 5px 18px;
  line-height: 20px;
  outline: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  vertical-align: middle; }
  
  .btn img.star_h{
		display:none;
	}
  
  .btn:focus, .btn:active, .btn:visited, .btn:hover, .btn:active:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn:hover {
    opacity: 0.8;
    cursor: pointer; }
	
   .btn:hover img.star_nh{
		display:none;
	}
	.btn:hover img.star_h{
		display:block;
	}
	
  .btn.active {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #000;
    background-color: #fff; }
  .btn.active:hover {
    opacity: 1;
    cursor: auto; }

input {
  padding: 5px 18px;
  line-height: 20px;
  font-size: 13px;
  color: #000;
  border: none;
  margin: 0 5px;
  vertical-align: middle;
  padding: 5px 10px;
  position: relative; }
  input:focus, input:active, input:visited, input:hover, input:active:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

header {
  position: relative;
  display: inline-block;
  width: 100%; }

.flat header {
  background-color: #eff4f8; }

.header {
  padding: 10px 0;
  margin-bottom: 10px;
  background-color: #fff; }

.flat .header {
  background-color: #fff; }

.header.index {
  background-color: #eff4f8; }

.mnu {
  font-size: 0; }
  .mnu-item {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    line-height: 20px;
    position: relative; }
  .mnu-item + .mnu-item {
    margin-left: 30px; }
  .mnu-item:hover, .mnu-item:focus, .mnu-item:active, .mnu-item:visited {
    text-decoration: none;
    color: #000; }
  .mnu-item:hover {
    opacity: 0.8; }
  .mnu-item .count {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 10px;
    color: #fff;
    margin-left: 7px;
    padding-left: 2px;
    width: 26px;
    text-align: center; }
  .mnu-item .count:before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 27px;
    height: 26px;
    background-image: url("../img/star-big.png");
    top: -5px;
    left: 0; }
  .mnu-item.active {
    font-weight: 700;
    opacity: 1; }

.top-social {
	font-size: 0; 
	display: inline-block;
}
  .top-social-item {
    background-color: #3aafb0;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: inline-block; }
  .top-social-item.s1 {
    background-image: url("../img/s1.png"); }
  .top-social-item.s2 {
    background-image: url("../img/s2.png"); }
  .top-social-item.s3 {
    background-image: url("../img/s3.png"); }
  .top-social-item + .top-social-item {
    margin-left: 30px; }

footer {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  /*background-color: #fff;*/
  background-color: #e5e7e8;
  font-size: 0;
  /*padding: 10px 0; */
  padding: 35px 0; 
}
  footer span.info {
    font-size: 13px;
    color: #464545;
    line-height: 30px;
    vertical-align: middle; }
  footer .phone {
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
    vertical-align: middle; }
    footer .phone span {
      font-weight: 700; }

.flat footer {
  background-color: #eff4f8; }

main {
  padding-top: 10px;
  padding-bottom: 20px; }
  main.index {
    background-color: #fff; }

a.logotype {
  display: inline-block; }
  a.logotype:hover {
    opacity: 0.8; }

.search-block {
  margin-top: 11px;
  width: 100%;
  display: inline-block; }
  .search-block .search-top {
    display: table;
    width: 100%;
    font-size: 0;
    margin-bottom: 3px; }
    .search-block .search-top .cell-min {
      position: relative;
      display: table-cell;
      height: 50px;
      width: 182px;
      padding-right: 3px; }
    .search-block .search-top .cell-big {
      position: relative;
      display: table-cell;
      height: 50px;
      width: 204px; }
  .search-block .search-botoom {
    display: table;
    width: 100%;
    font-size: 0; }
    .search-block .search-botoom .cell-btn {
      display: table-cell;
      height: 50px;
      position: relative; }
    .search-block .search-botoom .cell-big {
      position: relative;
      display: table-cell;
      height: 50px;
      width: 276px;
      padding-right: 3px; }
    .search-block .search-botoom .cell-b-min {
      position: relative;
      display: table-cell;
      height: 50px;
      width: 182px;
      padding-right: 3px; }
    .search-block .search-botoom .cell-b-big {
      position: relative;
      display: table-cell;
      height: 50px;
      width: 192px;
      padding-right: 3px;
      vertical-align: middle; }
  .search-block .btn {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    width: 100%; }
  .search-block input {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
    -webkit-transition: 0.1s padding-left;
    -o-transition: 0.1s padding-left;
    transition: 0.1s padding-left; }
    .search-block input::-webkit-input-placeholder {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 11px; }
    .search-block input::-moz-placeholder {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 11px; }
    .search-block input:-ms-input-placeholder {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 11px; }
    .search-block input::-ms-input-placeholder {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 11px; }
    .search-block input::placeholder {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 11px; }
    .search-block input + .input-helper {
      position: absolute;
      font-size: 11px;
      z-index: 1;
      left: 20px;
      top: 21px;
      z-index: -1;
      opacity: 0;
      -webkit-transition: 0.2s opacity;
      -o-transition: 0.2s opacity;
      transition: 0.2s opacity; }
    .search-block input.active {
      padding-left: 40px; }
    .search-block input.active + .input-helper {
      opacity: 1;
      z-index: 1; }
    .search-block input.rub::before {
      content: "Р";
      position: absolute;
      font-size: 11px;
      top: 0;
      right: 0;
      z-index: 1; }
  .search-block .rub {
    position: absolute;
    top: 17px;
    right: 20px;
    display: inline-block;
    font-size: 15px;
    z-index: 1;
    color: #000;
    pointer-events: none; }

.calculator-icon {
  display: inline-block;
  background-color: #ff5a1f;
  height: 122px;
  width: 122px;
  text-align: center;
  position: relative;
  z-index: 1; }
  .calculator-icon:hover, .calculator-icon:focus, .calculator-icon:active, .calculator-icon:visited {
    text-decoration: none;
    color: #000; }
  .calculator-icon:before {
    z-index: 1;
    position: absolute;
    content: '';
    background-image: url("../img/calc.png");
    height: 52px;
    width: 42px;
    top: 20px;
    left: 40px; }
  .calculator-icon span {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px; }

.search-header {
  padding-bottom: 30px;
  font-size: 0;
  margin-top: 25px; }

.flat .search-header {
  background-color: #eff4f8;
  margin-top: 0;
  padding-top: 25px; }

.head-line {
  margin-top: -12px;
  padding-top: 12px;
  position: relative; }
  .head-line.grad {
    background-color: transparent; }
  .head-line.grad::before {
    position: absolute;
    content: '';
    height: 100px;
    width: 100%;
    background-image: url("../img/grad2.png");
    background-repeat: repeat-x;
    top: -10px;
    left: 0; }

.flat .head-line {
  background-color: #eff4f8; }

.s-result {
  font-size: 0; }

.s-result-item {
  display: inline-block;
  margin-top: 20px;
  background-color: #fff;
  min-height: 240px;
  width: 100%;
  font-size: 0;
  color: #000; }
  .s-result-item:hover, .s-result-item:focus, .s-result-item:active, .s-result-item:visited {
    color: #000;
    text-decoration: none; }
  .s-result-item a.s-result-item:hover {
    opacity: 0.8; }
  .s-result-item .item-top {
    display: table;
    width: 100%;
    height: 165px;
    overflow: hidden;
    table-layout: fixed; }
    .s-result-item .item-top .item-top-img {
      width: 240px;
      vertical-align: top;
      display: table-cell;
      border-bottom: 6px solid #3aafb0; }
      .s-result-item .item-top .item-top-img.c1 {
        border-bottom-color: #b00000; }
      .s-result-item .item-top .item-top-img.c2 {
        border-bottom-color: #d0d61a; }
      .s-result-item .item-top .item-top-img img {
        width: 100%;
        height: 100%; }
    .s-result-item .item-top .item-top-text {
      display: table-cell;
      padding: 15px 16px 10px 30px;
      vertical-align: top; }
      .s-result-item .item-top .item-top-text .item-title {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 21px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 8px; }
      .s-result-item .item-top .item-top-text .item-address {
        font-family: 'Open Sans', sans-serif;
        color: #8d8d8d;
        font-size: 16px;
        margin-bottom: 8px; }
      .s-result-item .item-top .item-top-text .item-description {
        padding-top: 10px;
        font-size: 13px;
        height: 90px;
        overflow: hidden;
        line-height: 1.3; }
  .s-result-item .item-bottom {
    padding-bottom: 10px; }
  .s-result-item .item-btns {
    border-top: 1px solid #ebebeb;
    text-align: center;
    padding: 10px;
    margin-top: 15px; }
  .s-result-item .item-bottom .option {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 20px;
    margin-top: 16px;
    text-align: center; }
    .s-result-item .item-bottom .option:first-of-type {
      margin-left: 30px; }
    .s-result-item .item-bottom .option div {
      font-size: 12px;
      font-weight: 400;
      color: #999999;
      margin-top: 10px; }
    .s-result-item .item-bottom .option span {
      font-weight: 400;
      text-transform: lowercase; }
  .s-result-item .item-bottom .price {
    font-size: 41px;
    font-weight: 700;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
	color:#3aafb0;
   }
   
  .s-result-item .item-bottom .price.hot_price{ 
	color:#ff5a1f;
	position:relative;
  }
   
    .s-result-item .item-bottom .price span {
      font-size: 31px;
      font-weight: 400; }

.s-result-item.map {
  height: 240px;
  background-image: url("../img/catalog-map.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative; }
  .s-result-item.map:hover {
    opacity: 0.8; }
  .s-result-item.map .text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 0; }
    .s-result-item.map .text span {
      display: inline-block;
      text-transform: uppercase;
      color: #fff;
      background-color: #3aafb0;
      font-size: 21px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      padding: 10px 18px 10px;
      line-height: 1; }
    .s-result-item.map .text div:first-of-type span {
      padding-bottom: 0; }
    .s-result-item.map .text div:last-of-type span {
      padding-top: 0; }

.s-pagination-container {
  display: block;
  text-align: center;
  margin: 50px 0; }
  .s-pagination-container .s-pagination {
    display: inline-block;
    font-size: 0; }
    .s-pagination-container .s-pagination .page {
      display: inline-block;
      height: 30px;
      width: 30px;
      background-color: #3aafb0;
      vertical-align: middle;
      padding: 2px;
      color: #fff;
      font-weight: 700;
      font-size: 13px; }
    .s-pagination-container .s-pagination a.page {
      display: inline-block;
      background-color: #fff;
      vertical-align: middle;
      padding: 2px;
      color: #000;
      font-weight: 400;
      font-size: 13px; }
      .s-pagination-container .s-pagination a.page:focus, .s-pagination-container .s-pagination a.page:active, .s-pagination-container .s-pagination a.page:visited, .s-pagination-container .s-pagination a.page:hover {
        color: #000;
        text-decoration: none; }
      .s-pagination-container .s-pagination a.page:hover {
        opacity: 0.7; }
    .s-pagination-container .s-pagination .page.nav {
      background-color: #fff; }
    .s-pagination-container .s-pagination .page > span, .s-pagination-container .s-pagination .page.nav > span {
      display: inline-block;
      width: 100%;
      height: 26px;
      line-height: 24px;
      border: 1px solid #3aafb0; }
    .s-pagination-container .s-pagination .page + .page {
      margin-left: 10px; }
    .s-pagination-container .s-pagination .page.nav + .page {
      margin-left: 20px; }
    .s-pagination-container .s-pagination .page + .page.nav {
      margin-left: 20px; }
    .s-pagination-container .s-pagination .page.left span {
      background-image: url("../img/arrow-r-disabled.png");
      background-repeat: no-repeat;
      background-position: 10px 5px; }
    .s-pagination-container .s-pagination a.page.right span {
      background-image: url("../img/arrow-r.png");
      background-repeat: no-repeat;
      background-position: 10px 5px; }
    .s-pagination-container .s-pagination .page.left span {
      background-image: url("../img/arrow-l-disabled.png");
      background-repeat: no-repeat;
      background-position: 8px 5px; }
    .s-pagination-container .s-pagination a.page.left span {
      background-image: url("../img/arrow-l.png");
      background-repeat: no-repeat;
      background-position: 8px 5px; }

.custom-select {
  display: inline-block;
  -webkit-border-radius: 0;
          border-radius: 0;
  min-width: 100%;
  font-size: 11px;
  border: none;
  vertical-align: middle; }
  .custom-select .placeholder {
    color: #cacaca;
    font-size: 11px;
    font-weight: 400; }

.custom-select__option:hover, .custom-select__option:focus {
  background-color: #fff; }

.custom-select__option--value {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 20px; }

.custom-select__option {
  font-size: 11px;
  text-transform: uppercase; }

.custom-select__dropdown {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  z-index: 2; }
  .custom-select__dropdown::before {
    position: absolute;
    content: '';
    top: 0;
    left: 10px;
    right: 10px;
    background-color: #eff4f8;
    height: 1px; }
  .custom-select__dropdown .custom-select__option:hover {
    background-color: #f5f5f5; }

.custom-select__option--value::after {
  background-color: #fff;
  border: none;
  width: 17px;
  height: 9px;
  right: 10px;
  background-image: url("../img/caret-min.png"); }

.select2-container {
  display: inline-block;
  -webkit-border-radius: 0;
          border-radius: 0;
  min-width: 100%;
  border: none;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    height: 30px; }

.select2-container--default .select2-selection--single {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none; }
  .select2-container--default .select2-selection--single:hover, .select2-container--default .select2-selection--single:focus {
    outline: none; }

.select2-container--open .select2-dropdown--below {
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  text-transform: uppercase;
  text-align: left;
  padding: 5px 20px;
  line-height: 20px;
  font-size: 11px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 17px;
  height: 9px;
  right: 20px;
  top: 8px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-color: #fff;
  border: none;
  width: 17px;
  height: 9px;
  background-image: url("../img/caret-min.png"); }

.select2-results__option {
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 22px;
  font-size: 11px; }

.select2-container--default .select2-results > .select2-results__options {
  padding-top: 10px; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: inherit; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: inherit;
  color: #000; }

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #cac9c9; }

.select2-results {
  padding-bottom: 10px; }

.select2-results__option[aria-selected]:hover {
  background-color: #eee; }

.select2-results__options {
  position: relative; }

.select2-results__options:after {
  position: absolute;
  content: '';
  top: 0;
  left: 10px;
  right: 10px;
  background-color: #eff4f8;
  height: 1px; }

.select2-selection__placeholder {
  color: #cacaca;
  font-size: 11px;
  font-weight: 400; }

.sort-wrapp {
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 10px; }
  .sort-wrapp .btn {
    font-size: 11px; }
    .sort-wrapp .btn img {
      margin-bottom: 3px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px; }
  .sort-wrapp .custom-select {
    min-width: 160px; }
  .sort-wrapp .select2-container {
    min-width: 160px; }

.search-block .select2-container .select2-selection--single {
  height: 50px; }

.search-block .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px; }

.search-block .custom-select__option--value {
  line-height: 38px;
  font-size: 15px;
  font-weight: 700; }

.search-block .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px; }

.search-block .select2-results__option {
  line-height: 30px; }

.search-block .select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 11px; }

.search-block .select2-container--default .select2-selection--multiple {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none; }

.search-block .select2-container--default.select2-container--focus .select2-selection--multiple {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none; }

.search-block .select2-container .select2-search--inline .select2-search__field {
  margin-top: 10px; }

.search-block .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0px 20px;
  height: 50px;
  overflow: hidden; }
  .search-block .select2-container--default .select2-selection--multiple .select2-selection__rendered::before {
    position: absolute;
    content: '';
    width: 17px;
    height: 9px;
    right: 20px;
    top: 18px;
    background-image: url("../img/caret-min.png"); }

.search-block .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 30px;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 0px;
  margin: 0;
  border: none;
  background-color: #fff;
  text-transform: uppercase; }

.search-block .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none; }

.search-block .select2-container--default .select2-selection--multiple .select2-selection__choice + .select2-selection__choice:before {
  content: "\,"; }

.y-map {
  margin-top: 20px; }

.YMaps-b-balloon_close-on .YMaps-b-balloon-content {
  margin-right: 0 !important; }

.YMaps-b-balloon_full .YMaps-b-balloon-ml {
  background: none !important;
  width: 0px !important; }

.YMaps-b-balloon-frame tr:first-of-type, .YMaps-b-balloon-frame tr:last-of-type {
  display: none; }

.YMaps-b-balloon_full .YMaps-b-balloon-bit i,
.YMaps-b-balloon_full .YMaps-b-balloon-tail-top i,
.YMaps-b-balloon_full .YMaps-b-balloon-tail-middle i,
.YMaps-b-balloon_full .YMaps-b-balloon-tail-bottom i,
.YMaps-b-balloon_full .YMaps-b-balloon-shad i, .YMaps-b-balloon-close i {
  display: none !important; }

.YMaps-b-balloon_full .YMaps-b-balloon-tail-full {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 13.5px 0 13.5px;
  border-color: #ffffff transparent transparent transparent;
  right: 22px !important;
  bottom: -15px !important; }

.YMaps-b-balloon_full {
  bottom: 46px !important; }

.n-result {
  background-color: #fff;
  margin-top: -15px;
  padding-top: 30px; }
  .n-result .n-result-item {
    display: inline-block;
    color: #000;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 10px; }
    .n-result .n-result-item:focus, .n-result .n-result-item:active, .n-result .n-result-item:visited, .n-result .n-result-item:hover {
      color: #000;
      text-decoration: none; }
    .n-result .n-result-item:hover {
      opacity: 0.8; }
    .n-result .n-result-item .item-date {
      font-size: 13px;
      color: #999999;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .n-result .n-result-item .item-title {
      font-size: 21px;
      color: #000;
      font-weight: 700;
      margin-bottom: 25px; }
    .n-result .n-result-item .item-description {
      font-size: 15px;
      color: #000;
      line-height: 1.4; }

.new-date {
  color: #999999;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px; }

h2 {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  text-transform: none;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  line-height: 1.4;
  margin-bottom: 12px; }

h2.thin {
  font-size: 24px;
  font-weight: 400; }

p {
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.4; }

p + h2 {
  margin-top: 30px; }

.image-slider-big {
  margin-top: 20px;
  margin-bottom: 30px; }

.photo-thumbs .image-slider-big {
  margin: 0; }

.owl-dots {
  display: none; }

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: -20px;
  font-size: 50px;
  color: #000; }
  .owl-carousel .owl-nav button.owl-prev.disabled {
    color: #aaa; }
  .owl-carousel .owl-nav button.owl-prev:focus {
    outline: none; }

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: -20px;
  font-size: 50px;
  color: #000; }
  .owl-carousel .owl-nav button.owl-next.disabled {
    color: #aaa; }
  .owl-carousel .owl-nav button.owl-next:focus {
    outline: none; }

.head-time {
  /*font-size: 18px;
  line-height: 19px;*/
  
  font-size: 14px;
  line-height: 15px;
  
  vertical-align: middle; }
.head-time>font{
	display:inline-block;
	width:55px;
}
.head-time>font.last{
	width:48px !important;
}

.head-contact {
  vertical-align: middle;
  font-size: 30px;
  line-height: 30px; }
  .head-contact span {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    vertical-align: bottom;
    border-left: 1px solid #aaaaaa;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-left: 24px;
    padding-left: 22px; }

.detail-id {
  margin-top: 20px;
  text-transform: uppercase; }
  .detail-id strong {
    margin-left: 10px; }

.detail-price {
  font-weight: 700;
  font-size: 36px;
  display: inline-block;
  margin-top: 26px;
  margin-bottom: 10px; }
.detail-price.hot_price{  
  color: #ff5a1f;
}
  
  .detail-price span {
    font-size: 30px;
    font-weight: 400; }
  .detail-price.old {
    color: #a4abab;
    font-size: 21px;
    position: relative;
    margin-right: 30px; }
    .detail-price.old::after {
      position: absolute;
      content: '';
      height: 1px;
      top: 10px;
      left: -10px;
      right: -10px;
      background-color: #747878; }
	  
	.hot_in_list{
		margin:0 !important;
		padding:0 !important;
		position: absolute !important;
		right: 11px !important;
		top: -9px !important;
	}

.detail-address {
  margin-top: 20px;
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase; }

.detail-size {
  margin-top: 20px;
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase; }
  .detail-size span {
    font-size: 15px; }

.block {
  padding: 10px;
  background-color: #fff;
  margin-top: 10px;
  font-size: 0; }
  .block.big {
    margin-top: 30px;
    margin-bottom: 50px; }
  .block.map {
    height: 285px;
    padding: 0; }
  .block .half {
    display: inline-block;
    width: 50%; }
  .block p {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px; }

.btn.orange {
  line-height: 30px;
  background-color: #ff5a1f;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  width: 100%; }
  .btn.orange.o-min {
    width: auto;
    font-weight: 400;
    float: right; }

.btn.fav {
  background-color: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  width: 100%; 
  position:relative;
}

.btn.fav:focus,
.btn.fav:active,
.btn.fav:visited,
.btn.fav:hover,
.btn.fav:active:focus {
  color: #000; }

.btn.fav img {
	/*display: inline-block;*/
	vertical-align: sub;
	position: absolute;
	left: 27px;
	top: 0px;
}

.btn.min {
  font-size: 11px;
  padding: 5px 20px; }

.attr-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 5px 20px; }

.attr-row {
  display: table-row; }

.attr-cell {
  display: table-cell;
  width: 45%;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 34px;
  border-bottom: 1px solid #ebebeb;
  color: #999999; }
  .attr-cell + .attr-cell {
    width: 55%;
    font-size: 13px;
    font-weight: 700;
    color: #000; }

.attr-row:last-of-type .attr-cell {
  border-bottom: none; }

.block-title {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px; }

.banks-container {
  width: 100%;
  font-size: 0;
  padding: 0 10px;
  margin-bottom: 25px; }
  .banks-container .bank-wrapper {
    display: inline-block;
    width: 25%;
    padding: 0 2px;
    background-color: #fff; }
    .banks-container .bank-wrapper:first-of-type {
      padding-left: 0; }
    .banks-container .bank-wrapper:last-of-type {
      padding-right: 0; }
    .banks-container .bank-wrapper .bank {
      font-size: 15px;
      border: 1px solid #e5e5e5;
      text-align: center; }
      .banks-container .bank-wrapper .bank-img {
        height: 84px;
        overflow: hidden;
        line-height: 84px;
        vertical-align: middle; }
        .banks-container .bank-wrapper .bank-img img {
          vertical-align: middle; }
      .banks-container .bank-wrapper .bank .bank-price {
        padding: 12px 0;
        font-size: 40px;
        font-weight: 700; }
        .banks-container .bank-wrapper .bank .bank-price span {
          color: #999999;
          font-weight: 400; }
        .banks-container .bank-wrapper .bank .bank-price .type {
          color: #999999;
          font-size: 15px;
          font-weight: 400;
          margin-top: 16px; }
      .banks-container .bank-wrapper .bank .bank-percent {
        padding: 12px 0;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 30px; }
        .banks-container .bank-wrapper .bank .bank-percent span {
          color: #999999;
          font-weight: 400; }
        .banks-container .bank-wrapper .bank .bank-percent .type {
          color: #999999;
          font-size: 15px;
          font-weight: 400;
          margin-top: 16px; }

.banks-bottom {
  text-align: center;
  margin-bottom: 25px; }

.btn.big {
  line-height: 30px;
  font-weight: 700;
  font-size: 15px;
  padding: 5px 50px; }
  .btn.big.thin {
    font-weight: 400;
    font-size: 13px; }

.attr-table {
  display: table;
  table-layout: fixed; }
  .attr-table .attr {
    display: table-cell;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1; }
    .attr-table .attr span {
      font-size: 18px;
      font-weight: 400;
      text-transform: lowercase; }
    .attr-table .attr div {
      margin-top: 5px;
      font-weight: 400;
      color: #999999;
      font-size: 12px; }

.photo-container {
  margin-top: 10px;
  height: 270px;
  overflow: hidden; }

.photo-thumbs {
  padding: 0 26px; }

.img-responsive.animated {
  -webkit-animation-duration: 0.1s !important;
          animation-duration: 0.1s !important; }

.slideshow-thumb {
  display: inline-block; }
  .slideshow-thumb img {
    height: 100px;
    width: auto; }

.big-description {
  min-height: 85px; }

.back-map {
  height: 100%;
  left: -300px;
  right: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  overflow: hidden; }

.contact-info {
  margin-top: 105px; }

.block.contact {
  padding: 40px 32px;
  margin-bottom: 30px; }
  .block.contact p {
    margin: 0;
    padding: 0;
    font-size: 18px; }
    .block.contact p + p {
      margin-top: 25px; }

.result-subtitle {
  color: #000000;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px; }

.banner-section {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin-bottom: 30px; }
  .banner-section .head-line, .banner-section .search-header {
    background-color: inherit; }

h1.index {
  color: #fff;
  margin-bottom: 50px;
  font-size: 0; }
  h1.index span {
    display: inline-block;
    padding: 10px;
    background-color: #3aafb0;
    font-size: 45px; }

.tile-container {
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 0 15px;
  display: table;
  width: 100%; }
  .tile-container .tile {
    display: table-cell;
    width: 177px; }
  .tile-container .tile + .tile {
    padding-left: 4px; }
  .tile-container .tile-inner {
    background-color: #fff;
    height: 140px;
    display: inline-block;
    width: 100%;
    position: relative; }
    .tile-container .tile-inner:hover {
      opacity: 0.9; }
    .tile-container .tile-inner:before {
      position: absolute;
      content: '';
      height: 55px;
      width: 65px;
      top: 32px;
      left: 0;
      left: 50%;
      margin-left: -33px;
      background-repeat: no-repeat; }
    .tile-container .tile-inner.t1:before {
      background-image: url("../img/ii1.png"); }
    .tile-container .tile-inner.t2:before {
      background-image: url("../img/ii2.png"); }
    .tile-container .tile-inner.t3:before {
      background-image: url("../img/ii3.png"); }
    .tile-container .tile-inner.t4:before {
      background-image: url("../img/ii4.png"); }
	.tile-container .tile-inner.t5:before {
      background-image: url("../img/ii5.png"); }
  .tile-container .tile-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    line-height: 36px;
    text-align: center; }
    .tile-container .tile-text span {
      line-height: 1;
      display: inline-block;
      font-size: 15px;
      font-weight: 700;
      color: #000;
      text-transform: uppercase;
      vertical-align: middle; }

.form-banner {
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 45px; }
  .form-banner.left {
    text-align: right; }
  .form-banner .btn {
    margin: 0;
    margin-top: 2px; }
  .form-banner .banner-text {
    background-color: #ff5a1f;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 24px 30px 20px 30px;
    display: inline-block;
    color: #fff;
    margin-bottom: 3px;
    font-family: 'Exo 2', sans-serif; }

.form-input {
  display: inline-block;
  line-height: 30px;
  font-size: 11px;
  color: #000;
  padding: 0 10px;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'PTSans', sans-serif; }
  .form-input ::-webkit-input-placeholder {
    color: #b2b2b2; }
  .form-input ::-moz-placeholder {
    color: #b2b2b2; }
  .form-input :-ms-input-placeholder {
    color: #b2b2b2; }
  .form-input ::-ms-input-placeholder {
    color: #b2b2b2; }
  .form-input ::placeholder {
    color: #b2b2b2; }
  .form-input + .form-input {
    margin-top: 11px; }
  .form-input.banner {
    width: 195px;
    display: block; }

h2.index {
  font-size: 45px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px; }

.index-news {
  padding: 0 30px;
  margin-bottom: 50px; }

.news-row {
  display: table;
  width: 100%; }
  .news-row .new-mini {
    display: table-cell;
    width: 33%;
    vertical-align: top; }
    .news-row .new-mini:hover {
      opacity: 0.8; }
    .news-row .new-mini:nth-child(1) {
      padding-right: 5px; }
    .news-row .new-mini:nth-child(2) {
      text-align: center;
      padding-left: 5px;
      padding-right: 5px; }
    .news-row .new-mini:nth-child(3) {
      text-align: right;
      padding-left: 5px; }
    .news-row .new-mini .new-inner {
      text-align: left;
      max-width: 260px;
      display: inline-block; }
      .news-row .new-mini .new-inner .new-head {
        position: relative;
        padding-right: 44px;
        margin-bottom: 15px; }
        .news-row .new-mini .new-inner .new-head .new-date {
          position: absolute;
          color: #000;
          font-size: 15px;
          font-weight: 700;
          top: 0;
          right: 12px;
          text-align: right; }
          .news-row .new-mini .new-inner .new-head .new-date span {
            display: block;
            font-weight: 400;
            font-size: 13px; }
        .news-row .new-mini .new-inner .new-head .new-title {
          color: #ff5a1f;
          font-size: 15px;
          font-weight: 700;
          font-family: 'Open Sans', sans-serif;
          text-decoration: underline;
          line-height: 1.2; }
      .news-row .new-mini .new-inner .new-text {
        color: #464545;
        font-size: 12px;
        line-height: 1.4; }

.news-row.c2 .new-mini {
  width: 50%;
  text-align: center; }

.index-news-btns {
  text-align: center;
  margin-bottom: 100px; }

.tog-menu {
  display: none; }

.fancy-big:hover {
  cursor: pointer; }

.photo-container {
  position: relative; }
  .photo-container:before {
    position: absolute;
    content: '';
    height: 34px;
    width: 34px;
    background-color: #000;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    background-image: url("../img/scope.png");
    background-repeat: no-repeat;
    background-position: center; }

.radio-type-container {
  display: table;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 20px; }

.radio-type {
  display: table-cell;
  padding: 0 15px; }
  .radio-type:first-of-type {
    padding-left: 0; }
  .radio-type:last-of-type {
    padding-right: 0; }

.radio {
  display: none;
  opacity: 0; }
  .radio + label {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    background-color: #eff4f8;
    padding: 0 10px;
    line-height: 30px;
    text-align: center; }
    .radio + label span {
      line-height: 1;
      display: inline-block;
      font-size: 13px; }
  .radio + label:hover {
    opacity: 0.8;
    cursor: pointer; }
  .radio:checked + label {
    background-color: #3aafb0;
    color: #fff; }

.calc-container {
  display: table;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }
  .calc-container .calc-item {
    display: table-cell;
    padding: 0 10px;
    position: relative;
    width: 200px;
    font-size: 0; }
    .calc-container .calc-item:first-of-type {
      padding-left: 0; }
    .calc-container .calc-item:last-of-type {
      padding-right: 0; }
    .calc-container .calc-item.min {
      width: 90px; }
    .calc-container .calc-item .input-container {
      width: 100%;
      position: relative;
      margin-top: 10px;
      display: inline-block; }
      .calc-container .calc-item .input-container input {
        line-height: 34px;
        border: 2px solid #e0e9f1;
        font-size: 15px;
        color: #000;
        font-weight: 700;
        padding: 0 10px;
        margin: 0;
        padding-right: 30px;
        width: 100%; }
        .calc-container .calc-item .input-container input.left {
          width: 60%; }
        .calc-container .calc-item .input-container input.right {
          width: 60%; }
        .calc-container .calc-item .input-container input:focus, .calc-container .calc-item .input-container input:active, .calc-container .calc-item .input-container input:visited, .calc-container .calc-item .input-container input:hover, .calc-container .calc-item .input-container input:active:focus {
          outline: none;
          color: #000;
          border: 2px solid #e0e9f1; }
        .calc-container .calc-item .input-container input + i.rub {
          position: absolute;
          top: 10px;
          right: 10px;
          font-size: 15px; }

.calc-container .calc-item .input-container.left {
  width: 65%; }

.calc-container .calc-item .input-container.right {
  width: 35%; }

.calc-container .calc-item .input-container.right input {
  border-left: none; }
  .calc-container .calc-item .input-container.right input:focus, .calc-container .calc-item .input-container.right input:active, .calc-container .calc-item .input-container.right input:visited, .calc-container .calc-item .input-container.right input:hover, .calc-container .calc-item .input-container.right input:active:focus {
    border-left: none; }

.calc-container .calc-item.min .input-container input {
  padding-right: 10px; }

.calc-container .select2-container--default .select2-selection--single {
  border: 2px solid #e0e9f1;
  height: 40px;
  margin-top: 10px; }

.calc-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 22px; }

.calc-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px; }

.select2-container--open .select2-dropdown--below.calc {
  border: 2px solid #e0e9f1;
  border-top: none; }

.calc-label {
  color: #999999;
  text-transform: uppercase;
  font-size: 11px;
  position: relative; }

.faq {
  position: absolute;
  line-height: 16px;
  width: 16px;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #e0e9f1;
  display: inline-block;
  top: -3px;
  right: 0;
  color: #000; }
  .faq:hover {
    cursor: pointer; }

.calc-bottom {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px; }
  .calc-bottom .btn:last-of-type {
    margin-right: 0; }

.calc-result {
  display: table;
  width: 100%;
  margin-bottom: 70px; }
  .calc-result .result-row {
    display: table-row; }
    .calc-result .result-row .result-cell {
      display: table-cell;
      padding: 20px 20px;
      border-bottom: 1px solid #ebebeb;
      font-size: 15px;
      color: #000;
      vertical-align: middle; }
      .calc-result .result-row .result-cell a.more {
        color: #000;
        text-transform: uppercase;
        float: right;
        font-size: 12px; }
    .calc-result .result-row .result-cell.head {
      color: #999999;
      font-size: 11px;
      text-transform: uppercase; }

.result-row:last-of-type .result-cell {
  border-bottom: none; }

.calc-title {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px; }
  .calc-title span {
    font-weight: 400; }

.call-btn {
  position: fixed;
  bottom: 36px;
  right: 36px;
  width: 80px;
  height: 80px;
  display: inline-block;
  z-index: 1;
  background-image: url("../img/message.png");
  opacity: 0.6; }
  .call-btn:hover {
    opacity: 1; }

.call-form {
  width: 836px;
  min-height: 350px;
  display: inline-block;
  background-image: url("../img/call-back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 40px;
  display: none;
  font-family: 'PT Sans', sans-serif; }
  .call-form .title {
    font-size: 21px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px; }
  .call-form p {
    line-height: 1.6; }
  .call-form .btn.big {
    margin: 0; }
  .call-form .input-container {
    padding-top: 10px;
    margin-bottom: 30px; }
    .call-form .input-container input {
      border: 2px solid #e0e9f1;
      margin: 0;
      line-height: 36px;
      padding: 0 10px; }
      .call-form .input-container input::-webkit-input-placeholder {
        color: #999999; }
      .call-form .input-container input::-moz-placeholder {
        color: #999999; }
      .call-form .input-container input:-ms-input-placeholder {
        color: #999999; }
      .call-form .input-container input::-ms-input-placeholder {
        color: #999999; }
      .call-form .input-container input::placeholder {
        color: #999999; }
    .call-form .input-container span {
      font-size: 13px; }

.banks-container.one {
  margin-bottom: 0; }

.banks-container.one .bank-wrapper {
  width: 100%; }

.banks-container.one .bank-wrapper .bank .bank-percent {
  margin-bottom: 12px; }

.fancybox-button.fancybox-button--close {
  height: 27px;
  width: 27px;
  position: absolute;
  background-color: transparent;
  content: '';
  top: -27px;
  right: -27px;
  background-image: url("../img/close.png"); }

.fancybox-content {
  overflow: visible; }

.fancybox-slide--html {
  padding: 6px 27px 0; }

.ipoteka-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px; }

.ipoteka-col {
  padding: 0 60px; }

.container-fluid.ipoteka {
  padding: 0 30px; }

.ipoteka-strong {
  font-size: 21px; }

.ipoteka-col-1 {
  padding-right: 60px;
  margin-bottom: 40px; }
  .ipoteka-col-1 img {
    margin-bottom: 20px;
    width: 100%;
    height: auto; }
  .ipoteka-col-1 p {
    line-height: 1.5; }

.ipoteka-col-2 {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 40px; }
  .ipoteka-col-2 img {
    margin-bottom: 20px;
    width: 100%;
    height: auto; }
  .ipoteka-col-2 p {
    line-height: 1.5; }

.ipoteka-col-3 {
  padding-left: 60px;
  margin-bottom: 40px; }
  .ipoteka-col-3 img {
    margin-bottom: 20px;
    width: 100%;
    height: auto; }
  .ipoteka-col-3 p {
    line-height: 1.5; }

.ipoteka-col-4 {
  padding-left: 30px;
  margin-bottom: 40px; }

.vacancy-phone {
  display: inline-block;
  font-size: 24px;
  margin-top: 8px; }

.vacancy-title {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 20px; }

.vacancy-head {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 19px;
  margin-bottom: 20px;
  text-align: center; }

.line {
  height: 1px;
  width: 100%;
  background-color: #d8d8d8;
  margin-bottom: 20px; }

.ul-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 30px; }

ul.vacancy {
  padding-left: 30px;
  font-size: 0;
  margin-bottom: 35px; }
  ul.vacancy li {
    font-size: 15px;
    display: block;
    line-height: 1.4;
    padding-left: 15px;
    position: relative; }
    ul.vacancy li:before {
      position: absolute;
      top: 10px;
      left: 0;
      height: 1px;
      background-color: #000;
      width: 8px;
      content: ''; }
  ul.vacancy li + li {
    margin-top: 10px; }

.advantage {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px; }
  .advantage .text {
    font-style: italic;
    line-height: 1.5;
    padding: 0 50px;
    font-size: 13px; }
  .advantage img {
    height: 80px;
    width: 80px;
    margin-bottom: 20px; }

.range {
  background-color: #fff;
  width: 100%;
  height: 50px;
  vertical-align: middle;
  display: inline-block;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 30px;
  position: relative; }

.range:hover {
  cursor: pointer;
  background-color: #f9f9f9; }

span.from {
  font-size: 15px;
  font-weight: 700;
  pointer-events: none; }

span.to {
  font-size: 15px;
  font-weight: 700;
  pointer-events: none; }

span.dash {
  position: relative;
  display: inline-block;
  color: #b2b2b2;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 15px;
  pointer-events: none; }

span.placeholder {
  color: #999999;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  pointer-events: none; }

.range .range-inner {
  position: absolute;
  height: 50px;
  bottom: -68px;
  left: 0;
  z-index: 1;
  white-space: nowrap;
  display: none; }

.range.open .range-inner {
  display: block; }
  .range.open .range-inner input {
    width: 110px; }
  .range.open .range-inner input + input {
    margin-left: 2px; }

.range .range-inner:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px; }
  
 /*ФОРМЫ*/
 
.btn[disabled] {
  opacity: 1;
  background-color: #cacaca;
  color: #e0e0e0; }

.text-form {
  width: 580px;
  padding: 40px;
  display: none; }
  .text-form .title {
    font-size: 21px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px; }
  .text-form .fields {
    text-align: center; }
    .text-form .fields input, .text-form .fields textarea {
      width: 100%;
      display: inline-block;
      border: 2px solid #e0e9f1;
      margin: 0;
      line-height: 36px;
      padding: 0 8px;
      margin-bottom: 20px; }
    .text-form .fields .date-container {
      display: inline-block;
      width: 100%;
      position: relative; }
      .text-form .fields .date-container .date-icon {
        position: absolute;
        width: 16px;
        height: 16px;
        background-image: url("../img/date-icon.png");
        pointer-events: none;
        top: 12px;
        right: 10px; }
    .text-form .fields input.datetime {
      padding-right: 34px; }
    .text-form .fields textarea {
      height: 200px;
      resize: none;
      margin-top: 20px; }
    .text-form .fields input, .text-form .fields textarea:focus {
      outline: none; }
    .text-form .fields input::-webkit-input-placeholder {
      color: #999999;
      font-size: 12px;
      letter-spacing: -0px; }
    .text-form .fields input::-moz-placeholder {
      color: #999999;
      font-size: 12px;
      letter-spacing: -0px; }
    .text-form .fields input:-ms-input-placeholder {
      color: #999999;
      font-size: 12px;
      letter-spacing: -0px; }
    .text-form .fields input::-ms-input-placeholder {
      color: #999999;
      font-size: 12px;
      letter-spacing: -0px; }
    .text-form .fields input::placeholder {
      color: #999999;
      font-size: 12px;
      letter-spacing: -0px; }
    .text-form .fields textarea::-webkit-input-placeholder {
      color: #999999;
      font-size: 12px; }
    .text-form .fields textarea::-moz-placeholder {
      color: #999999;
      font-size: 12px; }
    .text-form .fields textarea:-ms-input-placeholder {
      color: #999999;
      font-size: 12px; }
    .text-form .fields textarea::-ms-input-placeholder {
      color: #999999;
      font-size: 12px; }
    .text-form .fields textarea::placeholder {
      color: #999999;
      font-size: 12px; }
    .text-form .fields input.half {
      width: 230px;
      float: left; }
      .text-form .fields input.half + input.half {
        float: right; }
      .text-form .fields input.half + .date-container {
        float: right;
        width: 230px; }
    .text-form .fields .btn.big {
      margin-top: 10px; }

.file-upload {
  display: inline-block;
  width: 100%;
  text-align: center;
    text-align-font-family: Helvetica, Arial, sans-serif;
    text-align-font-size: 12px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .file-upload::before, .file-upload::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #e0e9f1;
    z-index: -1; }
  .file-upload::after {
    top: 100%;
    margin-top: -2px; }

.file-upload .file-select {
  display: block;
  color: #34495e;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  position: relative;
  font-size: 0;
  border-left: 2px solid #e0e9f1; }

.file-upload .file-select .file-select-button {
  background: #3aafb0;
  padding: 0 30px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  line-height: 36px;
  float: right; }

.file-upload .file-select .file-select-name {
  line-height: 36px;
  display: inline-block;
  padding: 0 10px;
  font-size: 13px; }

.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.file-upload .file-select.file-select-disabled {
  opacity: 0.65; }

.field-section {
  display: inline-block;
  width: 100%; }

.field-title {
  font-size: 15px;
  font-weight: 700;
  text-align: left; }

.field-section .calc-container {
  margin: 0; }

.field-section .calc-container .calc-item {
  width: 230px;
  display: inline-block;
  float: left;
  padding: 0;
  margin-bottom: 10px; }

.field-section .calc-container .calc-item + .calc-item {
  float: right; }

.input-container.half {
  width: 230px;
  position: relative; }
  .input-container.half + .input-container.half {
    float: right;
    text-align: left; }
  .input-container.half .icon {
    position: absolute;
    top: 12px;
    right: 10px; }

.field-section .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 10px; }

.styled-checkbox {
  position: absolute;
  opacity: 0; }

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #999999;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 10px; }

.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #e0e9f1; }

.styled-checkbox:checked + label:before {
  background: #fff; }

.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 11px;
  background-image: url("../img/check.png");
  top: 5px;
  left: 3px;
  background-repeat: no-repeat; }

  
 /*ФОТО ОБЪЕКТА*/
 .desoslide-wrapper{
	text-align: center;
    background: #fff;
	cursor:pointer;
 }
.desoslide-wrapper img{
	max-height: 270px;
    display: inline-block;
}
.callto_cart{
	width: 100%;
	height: 32px;
	display: inline-block;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 32px;
	margin-left: 5px;
}
.callto_cart>font{
	color:#3aafb0;
}

.news_height{
	height: 330px;
	overflow: hidden;
}

.hot_ico{
	height: 23px;
	margin-right: 7px;
}

/*КОЛИЧЕСТВО КОМНАТ*/
#select2-s-rooms-results li{
	position:relative;
	text-indent:10px;
}

#select2-s-rooms-results li:before {
	content: '';
	width: 14px;
	height: 11px;
	display: block;
	background: url("../img/select_check.png") no-repeat scroll  0px -11px;
	position: absolute;
	top: 5px;
	left: 5px;
}

#select2-s-rooms-results li:hover:before {
	content: '';
	width: 14px;
	height: 11px;
	display: block;
	background: url(../img/select_check.png);
	position: absolute;
	top: 5px;
	left: 5px;
}

#select2-s-rooms-results li[aria-selected=true]:before  {
	background: url("../img/select_check.png") no-repeat scroll  -15px 0px;
}


/*РАЙОН*/
#select2-search-select-local-1-results li{
	position:relative;
	text-indent:10px;
}

#select2-search-select-local-1-results li:before {
	content: '';
	width: 14px;
	height: 11px;
	display: block;
	background: url("../img/select_check.png") no-repeat scroll  0px -11px;
	position: absolute;
	top: 5px;
	left: 5px;
}

#select2-search-select-local-1-results li:hover:before {
	content: '';
	width: 14px;
	height: 11px;
	display: block;
	background: url(../img/select_check.png);
	position: absolute;
	top: 5px;
	left: 5px;
}

#select2-search-select-local-1-results li[aria-selected=true]:before  {
	background: url("../img/select_check.png") no-repeat scroll  -15px 0px;
}

/*ЭТАЖЕЙ В ДОМЕ*/
#select2-floor-house-results li{
	position:relative;
	text-indent:10px;
}

#select2-floor-house-results li:before {
	content: '';
	width: 14px;
	height: 11px;
	display: block;
	background: url("../img/select_check.png") no-repeat scroll  0px -11px;
	position: absolute;
	top: 5px;
	left: 5px;
}

#select2-floor-house-results li:hover:before {
	content: '';
	width: 14px;
	height: 11px;
	display: block;
	background: url(../img/select_check.png);
	position: absolute;
	top: 5px;
	left: 5px;
}

#select2-floor-house-results li[aria-selected=true]:before  {
	background: url("../img/select_check.png") no-repeat scroll  -15px 0px;
}

/*РАЙОН В ДОМАХ*/
#select2-s-distance-results li{
	position:relative;
	text-indent:10px;
}

#select2-s-distance-results li:before {
	content: '';
	width: 14px;
	height: 11px;
	display: block;
	background: url("../img/select_check.png") no-repeat scroll  0px -11px;
	position: absolute;
	top: 5px;
	left: 5px;
}

#select2-s-distance-results li:hover:before {
	content: '';
	width: 14px;
	height: 11px;
	display: block;
	background: url(../img/select_check.png);
	position: absolute;
	top: 5px;
	left: 5px;
}

#select2-s-distance-results li[aria-selected=true]:before  {
	background: url("../img/select_check.png") no-repeat scroll  -15px 0px;
}

/*НАЗНАЧЕНИЕ НЕДВИЖИМОСТИ*/
#select2-use-commerc-results li{
	position:relative;
	text-indent:10px;
}

#select2-use-commerc-results li:before {
	content: '';
	width: 14px;
	height: 11px;
	display: block;
	background: url("../img/select_check.png") no-repeat scroll  0px -11px;
	position: absolute;
	top: 5px;
	left: 5px;
}

#select2-use-commerc-results li:hover:before {
	content: '';
	width: 14px;
	height: 11px;
	display: block;
	background: url(../img/select_check.png);
	position: absolute;
	top: 5px;
	left: 5px;
}

#select2-use-commerc-results li[aria-selected=true]:before  {
	background: url("../img/select_check.png") no-repeat scroll  -15px 0px;
}
/*РАЙОН НЕДВИЖИМОСТИ*/
#select2-search-select-local-2-results li{
	position:relative;
	text-indent:10px;
}

#select2-search-select-local-2-results li:before {
	content: '';
	width: 14px;
	height: 11px;
	display: block;
	background: url("../img/select_check.png") no-repeat scroll  0px -11px;
	position: absolute;
	top: 5px;
	left: 5px;
}

#select2-search-select-local-2-results li:hover:before {
	content: '';
	width: 14px;
	height: 11px;
	display: block;
	background: url(../img/select_check.png);
	position: absolute;
	top: 5px;
	left: 5px;
}

#select2-search-select-local-2-results li[aria-selected=true]:before  {
	background: url("../img/select_check.png") no-repeat scroll  -15px 0px;
}
/*НАЗНАЧЕНИЕ УЧАСТКА*/
#select2-use-place-results li{
	position:relative;
	text-indent:10px;
}

#select2-use-place-results li:before {
	content: '';
	width: 14px;
	height: 11px;
	display: block;
	background: url("../img/select_check.png") no-repeat scroll  0px -11px;
	position: absolute;
	top: 5px;
	left: 5px;
}

#select2-use-place-results li:hover:before {
	content: '';
	width: 14px;
	height: 11px;
	display: block;
	background: url(../img/select_check.png);
	position: absolute;
	top: 5px;
	left: 5px;
}

#select2-use-place-results li[aria-selected=true]:before  {
	background: url("../img/select_check.png") no-repeat scroll  -15px 0px;
}

/*РАЙОН УЧАСТКА*/
#select2-place-distance-results li{
	position:relative;
	text-indent:10px;
}

#select2-place-distance-results li:before {
	content: '';
	width: 14px;
	height: 11px;
	display: block;
	background: url("../img/select_check.png") no-repeat scroll  0px -11px;
	position: absolute;
	top: 5px;
	left: 5px;
}

#select2-place-distance-results li:hover:before {
	content: '';
	width: 14px;
	height: 11px;
	display: block;
	background: url(../img/select_check.png);
	position: absolute;
	top: 5px;
	left: 5px;
}

#select2-place-distance-results li[aria-selected=true]:before  {
	background: url("../img/select_check.png") no-repeat scroll  -15px 0px;
}

.select_placeolder{
	font-size: 12px !important;
	font-weight: 300 !important;
	color: #757575 !important;
	cursor:pointer;
}