.offices{}
.offices__item .noservice {
    color: #7e829b;
    margin-left: 10px;
    font-weight: 500;
    font-size: 15px;
}
.offices__item{
    padding: 40px 45px 40px 45px;
}
.offices__item + .offices__item{
    border-top: 1px solid #dddee4;
}
.offices__info{
    width: 40%;
}
.offices__name{
    color: #0B1047;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
.offices__address{
    max-width: 80%;
}
.offices__title{
    font-weight: bold;

}
.offices__value{
}
.offices__personal{
    width: 30%;
}
.offices__bussines{
    width: 30%;
}

.offices .collapse__content {
    padding: 0 !important;
}
.offices__row{
    justify-content: flex-start;
}
@media (max-width:1024px)  {
    .offices__name{
        font-size: 16px;
    }
}
@media (max-width:760px)  {
    .offices__item {
        padding: 30px 10px 30px 10px;
    }
    .offices__row{
        flex-wrap: wrap;
    }
    .offices__info {
        width: 100%;
        margin-bottom: 20px;
    }
    .offices__personal{
        width: 50%;
    }
    .offices__bussines{
        width: 50%;
    }
    .offices__address {
        max-width: 100%;
    }
    .offices__name{
        margin-bottom: 3px;
    }
    .product-header_compact .product-header_big {
        padding-bottom: 0;
        padding-top: 13px;
    }
}
.property-content__map{
    margin-top: 15px;
}
.map-icon-realty {
    width: 50px;
    height: 50px;
    background-size: contain;
}
.offices-map{
    height: 300px;
    width: 100%;
    margin-top: 40px;
    display: none;
}
.offices-map.active{
    display: block;
}
@media (max-width:760px)  {
    .offices-map{
        margin-top: 20px;
    }
}


/************   product-header__wrapper      *************/
.product-header__title-wrapper{
    position: relative;
}
.product-header__wrapper .placer__main-logo-second:before {
    display: none;
}
.product-header__wrapper .placer__main-logo-second {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 4px;
}
.product-header__wrapper .placer__main-logo-second a {
    font-weight: 600;
    line-height: 13px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0DC1CB;
}
@media (max-width:760px)  {
    .product-header__wrapper .placer__main-logo-second {
        display: block;
        position: static;
        margin-bottom: 13px;
        left: 4px;
        text-align: center;
        width: 100%;
    }
}
