@media only screen and (max-width: 576px) {
  .jikia__choose_apartment {
    display: none;
  }
  .owl-carousel.owl-loaded {
    display: none;
  }
}

@media only screen and (min-width: 576px) {
  .jikia__choose_apartment {
    right: 20px;
    bottom: 35%;
    display: none;
  }
  .owl-carousel.owl-loaded {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .jikia__slider_mini_images {
    bottom: 0;
    padding: 0 200px !important;
  }
  .jikia__choose_apartment {
    right: 20px;
    bottom: 30%;
    display: block;
  }
  .owl-carousel.owl-loaded {
    display: block;
  }
}

@media only screen and (min-width: 1250px) {
  .jikia__slider_mini_images {
    bottom: 0;
    padding: 0 200px !important;
  }
  .jikia__choose_apartment {
    right: 20px;
    bottom: 30%;
    display: block;
  }
  .owl-carousel.owl-loaded {
    display: block;
  }
}

@media only screen and (min-width: 1400px) {
  .jikia__slider_mini_images {
    bottom: 0;
    padding: 0 200px !important;
  }
  .jikia__choose_apartment {
    right: 20px;
    bottom: 30%;
    display: block;
  }
  .owl-carousel.owl-loaded {
    display: block;
  }
}

.jikia__slider_section {
  background: -webkit-gradient(linear, left bottom, left top, from(#114D3F), to(#114D3F));
  background: linear-gradient(0deg, #114D3F, #114D3F);
}

.jikia__slider_wraper {
  bottom: 0;
}

.jikia__prace_part_box_line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.jikia__price_hand {
  width: 30px;
  height: 30px;
}

.jikia__lari_sign {
  color: #114D3F;
}

.jikia__apartment_price {
  font-weight: bold;
}

.jikia__apartment_part {
  font-weight: bold;
}

.jikia__price_scoupe {
  width: 30px;
  height: 30px;
}

.jikia__dollar_sign {
  cursor: pointer;
}

.jikia__lari_sign {
  cursor: pointer;
}

.jikia__price_converter_active {
  background-color: #114D3F;
  color: #fff;
}

.jikia__time_left {
  font-size: 14px;
}

.jikia__day {
  font-size: 13px;
}

.jikia__choose_appartment {
  background-color: #F19243;
}

.jikia__timer_days {
  line-height: 14px;
}

.jikia__left {
  font-size: 15px;
}

.jikia__main_image {
  max-height: 760px;
}

.jikia__slider_mini_images {
  background: rgba(17, 77, 63, 0.44);
  bottom: 0;
}

.jikia__slider_images {
  border: 4px solid transparent;
}

.jikia__slider_images_active {
  border: 4px solid rgba(255, 255, 255, 0.47);
  border-radius: 8px;
}

.jikia__initial {
  font-weight: bold;
}

.jikia__choose_apartment {
  right: 20px;
}

.jikia__map_initials {
  background: -webkit-gradient(linear, left bottom, left top, from(#114D3F), to(#114D3F));
  background: linear-gradient(0deg, #114D3F, #114D3F);
}

.owl-nav {
  position: absolute;
  bottom: 0px;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.owl-prev, .owl-next {
  pointer-events: all;
  outline: none !important;
  margin: 35px;
}

.owl-prev span, .owl-next span {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff !important;
  font-size: 12px;
}

.owl-dots {
  display: none;
}
/*# sourceMappingURL=styles.css.map */