/* позиционирование logo */
.home {
    position: absolute;
   height: 50px; 
   margin-top: 30px;
   /* background-color: bisque;     */

}

.home-content {
    max-width: 800px;
    float: left;
}
.home-heading {
    float: left;
width: 15%;
}