.hous_image_castom{
    height: 193px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-radius: 15px 15px 0 0;
}
.search__row:first-child{
    margin-top: 15px;
}
.search__input{
    background-color: #fff;
}
.select2-container--krajee .select2-selection{
    padding-right: 25px;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__rendered{
    padding-right: 0;
}
.my_pagination2{
    width: 100%;
 
    margin-top: 50px;
}
.index-slider__item{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 660px;
}
ul.my_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;

}
ul.my_pagination a{
    color: #fff;
}
body{
    display: flex;
    flex-direction: column;
    overflow-x: hidden
}
ul.nav.nav-tabs {
    margin-bottom: 20px;
}
.sale{
    text-decoration: line-through!important;
}
.house-promo__inner.container:before,
.house-promo__inner.container:after,
.header__inner.header__inner_2.container:before,
.header__inner.header__inner_2.container:after,
.header__inner.header__inner_1.container:before,
.header__inner.header__inner_1.container:after{
    display: none;
}
.house-promo__right-column{
    align-items: center;
}
.discount{
    width: 162px;
    height: 39px;
    background: #871854;
    border: 2px solid #FFFFFF;
    border-left:none;
    box-sizing: border-box;
    border-radius: 0 15px 15px 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    line-height: 39px;
    position: absolute;
    left: 0;
    top: 172px;
}
.house{
    position: relative;
    width:100%;
    transition: all ease-in-out 0.25s;
}
.house:hover{
    box-shadow: 0px 35px 25px rgba(0, 0, 0, 0.15);
    transition: all ease-in-out 0.25s;
}

.house__title{
    margin-top: 16px;
}
.button{
    padding-top: 4px;
}
.search__inner{
    padding-top: 20px;
}
.popup__form{
    margin-top: 5px;
}
.reviews-slider__img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.index-nav-menu{
	justify-content: flex-start;

}
.index-nav-menu > li{
	margin-right: 30px;
}
.index-nav-menu > li:last-child{
	margin-right: 0px;
}
 @media screen and (max-width: 34.063em){
 	.index-nav-menu > li{
		margin-right: 0px;
	}
 }