
.black-week {

    footer{
        background-color: #050505 !important;
    }

    section.homepage{
        div.main-alternate-elems {
            background-color: #050505 !important;

            .container-fluid{
                background-color: #050505 !important;
            }

            .container-fluid h1.main-title{
                color: #fef709 !important;
            }

            .owl-item{

                
                .item .inner-item-slider{
                    background-color: #fef709 !important;

                    p, span{
                        color: #050505 !important;
                    }
                }
            }
        }

        #entry-title.title-before-slider{
            color: #fef709 !important;
        }

        .block-services{
            

            .pre-main-title{
                color: #000000 !important;
            }

            h2.main-title-block{
                color: #000000 !important;
            }

            h4.f22{
                color: #000000 !important;
            }
            p.mar-bot-7{
                margin: 0 10px;
                border-radius: 10px;
                padding: 5px;
                background-color: #000000;
                color: #fef709 !important;
            }
        }

        .main-top-block{

            .main-pre-title{
                color: #000000 !important;
            }

            h2{
                color: #000000 !important;
            }

            div.main-car-descr-container{
                color: #000000 !important;
            }
        }
    }
}

.black-week-box{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

    .black-week-content{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 20px;
        border: 2px solid black;
        border-radius: 1000000px;
        padding: 20px;
    }

    img{
        height: 50px;
        width: 50px;
    }

    @media screen and (max-width: 768px) {
        .black-week-content{
            flex-direction: column;
            gap: 5px;
        }
    }
}