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

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

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

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

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

.gldani__choose_appartment {
  background-color: #F19243 !important;
}

.gldani__bg {
  background-color: #114D3F;
}

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

.gldani__initial {
  font-weight: bold;
}

.gldani__main_image {
  max-height: 760px;
}

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

.gldani__slider_images {
  border: 4px solid transparent;
}

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

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

.gldani_fb {
  width: 18px;
  height: 18px;
}

.gldani__tel a {
  color: #fff;
}

.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;
}

.gradient-div {
  width: 100%;
  /* The width at the top */
  height: 50px;
  /* The height of the div */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #000), color-stop(0%, #fff));
  background: linear-gradient(to bottom, #000 100%, #fff 0%);
  /* The gradient */
}
/*# sourceMappingURL=styles.css.map */