.rent_title {
    font-size: 20px;
    font-weight: 300;
}

#reason_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 32px;
}

.reason_item {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    padding: 46px 20px 49px;
    background-color: #fff;
    box-shadow: 0 4px 33px 0 #87838121;
}

.main_reason {
    margin-top: 25px;
    font-size: 15px;
    color: #4B3425;
    text-align: center;
}

img {
    border-radius: 3px 3px 0 0;
}

#product_image img {
    border-radius: 3px;
}

#svg_plane .polygon.busy {
    fill: none;
}

.polygon.apartment.busy + image {
    display: none;
}
