

/* Start:/bitrix/templates/vmeste/components/bitrix/news.list/house/style.css?16297837052910*/
.house-item {
    border-radius: 10px;
    margin: 10px 0;
}

.house-item--image {
    width: 100%;
    height: 210px;
    position: relative;
}
.house-item--image::after {
    content: ' ';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    background: #3B3D45;
    opacity: 0.1;
    position: absolute;
}

.house-item--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 10px 10px 0 0;
}

.house-item--content {
    border: 1px solid #E5E6E6;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 30px;
    position: relative;
}

.house-item--type {
    background: #10328F;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 10px;
    position: absolute;
    top: -15px;
    left: 30px;
}

.house-item--content-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #10328F;
}
.house-item:hover .house-item--content-title {
    color: #F17500;
}

.house-item--content-location {
    padding-left: 21px;
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3B3D45;
    position: relative;
}
.house-item--content-location::before {
    content: url(/bitrix/templates/vmeste/components/bitrix/news.list/house/images/placemark.svg);
    display: block;
    position: absolute;
    left: 0;
    width: 16px;
    height: 20px;
    top: 0;
}

.house-item--content-info {
    margin-top: 22px;
    margin-bottom: 38px;
}

.house-item--content-info .house-item--info {
    margin: 12px 0;
}

.house-item--info .house-item--info-label {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8E9ABB;
    margin-bottom: 3px;
}

.house-item--info .house-item--info-value {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #3B3D45;
}

.house-item--content-link {
    position: absolute;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    bottom: 30px;
}

.house-item--content-link .a-arrow::after {
    opacity: 0.5;
}
.house-item:hover .house-item--content-link span {
    color: #10328F;
}

@media screen and (min-width: 1199px) {
    .house-item:hover {
        -webkit-box-shadow: 0px 30px 30px -20px rgba(59, 61, 69, 0.15), 0px 15px 45px rgba(59, 61, 69, 0.1);
                box-shadow: 0px 30px 30px -20px rgba(59, 61, 69, 0.15), 0px 15px 45px rgba(59, 61, 69, 0.1);
    }

    .house-item:hover .house-item--content {
        border-color: #fff;
    }
}
/* End */
/* /bitrix/templates/vmeste/components/bitrix/news.list/house/style.css?16297837052910 */
