.realty_list_main { margin-bottom: 50px }
.realty_list_main .realty { background-size: cover!important; border: 8px solid #fff; height: 360px; display: block; width: 100%;  text-decoration: none; }
.realty_list_main .realty.text { height: auto; }
.realty_list_main .realty.text .shaddow_bg { padding: 20px}
.realty_list_main .realty.text P { padding: 0px}
.realty_list_main .realty.text UL LI { color: #fff; }
.realty_list_main .item > DIV { margin: 15px 0 }
.realty_list_main .info .head { font-size: 25px; color: rgb(255, 255, 255); overflow: hidden; padding: 15px 15px 10px 15px; max-height: 90px; line-height: 1; }
.realty_list_main .info .type_vill { font-size: 12px; color: rgb(255, 255, 255); margin: 5px 15px 10px 15px; text-transform: uppercase; display: inline-block; text-shadow: none; padding: 5px 10px 4px 10px; border-radius: 5px; margin-left: 15px; background: #00A5FF; border: 1px solid #fff }
.realty_list_main .info .type_vill.type_2 { color: #000;  border: 1px solid #000; background: #fff; }

.realty_list_main .info P { font-size: 14px; font-family: "Roboto Condensed"; color: rgb(255, 255, 255); padding: 0; margin: 10px 15px 15px 20px; }
.realty_list_main .info P SPAN.strike { text-decoration:line-through;  }
.realty_list_main .info .bottom { position: absolute; bottom: 25px; bottom: 25px; left: 45px; right: 45px; }
.realty_list_main .info .bottom SPAN { text-shadow: none; font-size: 11px; font-family: "Roboto Condensed"; color: rgb(255, 255, 255); font-weight: normal; background: #79C224; padding: 3px 5px; letter-spacing: 0px}
.realty_list_main .owl-dots { display: block; }

.realty_list_main .realty.text .shaddow_bg { background: rgba(0, 0, 0, 0.7); text-shadow: none;}
.realty_list_main .realty.text .shaddow_bg P { font-size: 15px; font-weight: normal}
.realty_list_main .realty.text .shaddow_bg UL { font-size: 15px; }

.realty_list_main .owl-nav > DIV { position: absolute; top: 50%; width: 20px; height: 34px; margin-top: -17px; }
.realty_list_main .owl-nav .owl-prev { background: url(/img/hit/left.png) no-repeat 0px 0px; left: -20px}
.realty_list_main .owl-nav .owl-next { background: url(/img/hit/right.png) no-repeat 0px 0px; right: -20px; }

.realty_list_main.small A { background-repeat: no-repeat; background-position: center; }
.realty_list_main.small .owl-dots { margin-top: 25px; }
.realty_list_main.small .owl-nav .owl-next { margin-top: -40px; }
.realty_list_main.small .owl-nav .owl-prev { margin-top: -40px; }

.shaddow_bg {
  text-shadow: 0px 0px 5px #000, 0px 0px 20px #000;
  width: 100%; height: 100%;
  padding: 0;
  overflow: auto;
}

.villages_counter {
  display: none;
}

@media(max-width: 992px) {
  .realty_list_main .owl-dots {
    display: none;
  }
  .realty_list_main .owl-nav {
    position: relative;
    display: block;
    height: 40px;
    margin-top: -60px;
  }
  .realty_list_main .owl-nav .owl-prev {
    background: url('/i/main/prev.svg') no-repeat 0px 0px;
    position: absolute;
    right: 80px !important;
    left: auto;
    width: 40px;
  }
  .realty_list_main .owl-nav .owl-next {
    background: url('/i/main/next.svg') no-repeat 0px 0px;
    position: absolute;
    right: 40px;
    width: 40px;
  }
}

@media(max-width: 762px) {
  .villages_counter {
    display: block;
    position: absolute;
    z-index: 200;
    color: #FFF;
    width: 80px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    padding: 5px 10px;
    right: 45px;
    border: 2px solid #FFF;
    border-radius: 20px;
    background: url('/i/main/grey-dot.png');
  }
}