#oborudovanie-slider-counter{
    background: #fff;
}

#oborudovanie-slider img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

#oborudovanie-slider .slide{
    max-height: 85vh;
}

#slider-info .bx-controls {
    display: none;
}

.bg-gradient {
   background: #f2561f;
}

.bg-gradient h2 {
    font-weight: normal;
    font-family: RobotoRegular;
    color: #fff;
    line-height: 1.333;
}

#slider-info {
    background: #fff;
}

#oborudovanie-slider-block{
    position: relative;
}

#oborudovanie-slider-block .bx-controls {
    display: none;
}


@media all and (max-width: 575px) {
    #slider-info {
        margin-top: 0;
    }

    #oborudovanie-slider-block .bx-controls {
        display: block;
        width: 100%;
        position: absolute;
        top: calc(50% - 10px);
    }

    #oborudovanie-slider-block .bx-controls a{
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 15px;
        margin: 0 10px;
    }
}