.text-path{
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 20px;
    padding: 10px 5px;
    color: #999999;
    width: 990px;
    clear: both;
}

.pv1_title{
    width: 990px;
}

.text-path .date{
    float: right;
    margin-right: 5px;
}

.pv1_adress{
    color: #2272bb;
    background: url('/complexes/img/location.png') no-repeat;
    padding-left: 25px;
}

.info_complex{
    background: #f6f5f3;
    margin-top: 10px;
    padding: 24px 30px 16px 30px;
    height: 85px;
    clear: both;
}

.info_complex .line{
    margin-bottom: 10px;
}

.info_complex .line .end_building{
   float: none;
}

.info_complex .line .end_building div{
    float: none;
    padding-left: 0px;
    height: 20px;
}

.info_complex .line.repairs_block{
    margin-top: 30px;
}

.info_complex .column{
    width: 33%;
    float: left;
}

.info_complex .line div{
    font-weight: 500;
    margin-right: 5px;
    padding-left: 30px;
    float: left;
}

.developer-block{
    float: left;
    height: 65px;
    display: flex;
    width: 45%;
}

.developer-block .logo{
    float: left;
    width: 95px;
    margin: auto 10px auto 0;
}

.developer-block .logo img{
    height: auto;
    max-height: 85px;
    max-width: 85px;
}

.developer-block .name{
    float: left;
    margin: auto 0;
}

.developer-block .name a:hover{
    text-decoration: underline;
}

.developer-block .name div{
    font-weight: 700;
    margin-bottom: 3px;
    clear: both;
}

.block-text{
    line-height: 22px;
}

.project_decloration{
    font-size: 15px;
    font-weight: 500;
    color: #4873b8;
}

.project_decloration:hover{
    text-decoration: underline;
}