.adv-list-view{
    width: 100%;
    clear: both;
    min-height: 166px;
    margin-bottom: 10px;

}

.adv-list-view .image{
    margin-top: 10px;
    float: left;
    position: relative;
    width: 208px;
    height: 156px;
}
.adv-list-view.complex_moder_list .image{
    width: 208px;
    height: 156px;
    float: left;
    position: relative;
    min-width: 208px;
    min-height: 156px;
    text-align: center;
    vertical-align: middle;
    line-height: 156px;
    background-color: #E8E8E8;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
}

.adv-list-view .image div{
    position: relative;
    display: table-cell;
    width: 120px;
    height: 120px;
    vertical-align: middle;
    text-align: center;
}

.adv-list-view .image img{
    height: auto;
    max-height: 120px;
    max-width: 120px;
}

.adv-list-view .txt-box{
    margin-top: 10px;
    padding-left: 228px;
    min-height: 120px;
    height: auto;
}

.adv-list-view .txt-box .adv-list-price{
    margin-top: 0;
    width: 160px;
    text-align: right;
    float: right;
    margin-left: 10px;
    font: 700 18px 'Roboto', sans-serif;
    color: #333;
}

.adv-list-view .txt-box .adv-list-price sup{
    font-weight: 700;
}

.adv-list-view .txt-box .adv-list-title{
    font: 700 18px 'Roboto', sans-serif;
    color: #4873b8;
    margin: 0 0 6px;
    width: 350px;
}
.adv-list-view .txt-box .adv-list-title:hover{
    text-decoration: underline;
}

.adv-list-view .txt-box .adv-list-title sup{
    font-weight: 700;
}

.adv-list-view .txt-box .adv-list-content{
    margin: 0 0 4px;
    font: 300 15px 'Roboto', sans-serif;
    color: #333;
    margin-bottom: 7px !important;
}

.adv-list-view .txt-box .adv-list-content.text{
    font-size: 14px;
}

[name="name_GK"]{
    width: calc(100% - 10px);
    height: 25px;
    line-height: 25px;
}

.adv-list-view .txt-box .adv-list-content.developer a, .adv-list-view .txt-box .adv-list-content.developer{
    color: #999999;
    margin-top: 10px;
    font-size: 14px;
}

.adv-list-view .txt-box .adv-list-content.developer a:hover{
    text-decoration: underline;
}

.adv-list-view .txt-box .adv-list-content .edit{
    margin-left: 10px;
}

.adv-list-view .txt-box .adv-list-link{
    margin: 15px 0;
}

.adv-list-view .txt-box .adv-list-link a{
    color: #4873b8;
    text-decoration: underline;
}

.adv-list-view .txt-box .adv-list-link a:hover{
    text-decoration: none;
}

.search{
    margin-bottom: 10px;
}

.search .btnSearchAds{
    margin-left: 40px;
}

.adv-list-view .txt-box .apartment{
    clear: none;
}

.adv-list-view .txt-box .apartment .apartment_line, .adv-list-view .txt-box .apartment .apartment_line sup{
    color: #2276bb;
}

.adv-list-view .txt-box .apartment_line:hover{
    border-bottom: 1px solid #2276bb;
}

.adv-list-view .txt-box .apartment_line.apartment_price:hover{
    border-bottom: none;
}

.adv-list-view .txt-box .apartment .apartment_line.apartment_price{
    color: #333333;
}

.adv-list-view .txt-box .apartment .apartment_line.apartment_price:hover{
    text-decoration: none;
}

.card_action{
    float: left;
    padding: 20px 35px;
}

.card_action .status{
    margin-bottom: 20px;
    height: 36px;
    width: 36px;
}

.card_action .status.publish{
    background: url('/img/realtor/9.png') no-repeat scroll;
}

.card_action .status.not_publish{
    background: url('/img/realtor/8.png') no-repeat scroll;
}

.sa_favorite{
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.sa_favorite .date{
    float: left;
    color: #999999;
}

.sa_favorite .favorite{
    height: 20px;
    width: 20px;
    float: right;
    display: block;
    margin-top: -4px;
    background: url(/new_style/img/list/star.svg) no-repeat;
    cursor: pointer;
}

.sa_favorite .favorite.active{
    background: url(/new_style/img/list/ystar.svg) no-repeat;
}

.marg_b20{
    margin-bottom: 20px;
}

a:hover{
    text-decoration: none;
}