

/* Start:/bitrix/templates/citrus_tszh_adaptive_darkblue/components/bitrix/news.list/rents/style.css?17296800821746*/
.rent_item {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.rent_item .col {
    display: inline-flex;
    flex-direction: column;
    padding: 0 20px;
    border-right: 1px solid #646161;
}
.rent_item .img_wrap {
    cursor: pointer;
}
.rent_item .img_wrap img {
    height: 100%;
}
.rent_item .col .name {
    margin: auto 0;
}
.rent_item .title {
    width: 36%;
}
.rent_item .prop_list {
    display: inline-flex;
    flex-direction: column;
    padding: 0 20px;
    justify-content: center;
}
.rent_item a.rent_button {
    margin-left: auto;
    display: inline-flex;
    background:  #646161;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none;
    align-items: center;
    padding: 40px;
    position: relative;
}
.rent_item a.rent_button:hover {
    background:  #800020;
}
.rent_item a.rent_button::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #646161;
    left: -20px;
}
.top-text-rent{
    margin-bottom: 20px;
}

.top-text-rent p{
    margin: 0;
}

@media screen and (max-width: 900px) {
    .rent_item {
        flex-direction: column;
    }
    .rent_item .img_wrap img {
        width: 100%;
        height: auto;
    }
    .rent_item .title {
        width: 100%;
        border: none;
        
    }
    .rent_item .title .name {
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .rent_item .prop {
        margin-bottom: 5px;
    }
    .rent_item a.rent_button {
        margin: auto;
        margin-top: 20px;
        padding: 10px 40px;
    }
    .rent_item a.rent_button::before {
        content: none;
    }
}
/* End */
/* /bitrix/templates/citrus_tszh_adaptive_darkblue/components/bitrix/news.list/rents/style.css?17296800821746 */
