.cust_bg_1 {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(/img/fotogalereya/foto1.jpg) fixed center center !important;
    background-size: cover !important;
}
.cust_bg_2 {
    background: linear-gradient(rgb(255 255 255), #ffffff), url(/img/fotogalereya/foto1.jpg) fixed center center !important;
    background-size: cover !important;
}
.cust_bg_3 {
    background: linear-gradient(#ffaf0775, rgba(167, 224, 169, 0.71)), url(/img/fotogalereya/foto1.jpg) fixed center center !important;
    background-size: cover !important;
}
.cust_bg_4 {
    background: linear-gradient(rgba(189, 220, 205, 0.9), rgba(189, 220, 205, 0.9)), url(/img/fotogalereya/foto1.jpg) fixed center center !important;
    background-size: cover !important;
}

/*Бизнес-центр*/
#header #logo h2 a, #header #logo h2 a:hover {
    color: #fff !important;
    border-left: 4px solid #ffc107 !important;
}
#footer .footer-top .footer-info h3 {
    color: #fff !important;
    border-left: 7px solid #18d26e !important;
    white-space: nowrap;
}

/*Кнопка на слайде*/
#intro .btn-get-started {
    color: #fff !important;
    background: #ffc107 !important;
}
#intro .btn-get-started:hover {
    color: #fff !important;
    background: #6b4444 !important;
}

/*back-to-top*/
.back-to-top {
    background: #18d26e !important;
    color: #fff !important;
}

/*Блоки помещений*/
#portfolio .portfolio-items figure {
    background: #ffc107 !important;
}
/*    Характеристики блока*/
    #portfolio .portfolio-items .item-description {
        background-color: #020202;
    }
    #portfolio.portfolio .portfolio-items figure:hover .item-description {
    background: #d25934 !important;
    }