.owl-theme .owl-dots,.owl-theme .owl-nav{
    text-align:center;
    -webkit-tap-highlight-color:transparent
}

.owl-theme .owl-nav [class*=owl-]{
    color:#FFF;
    font-size:14px;
    margin:5px;
    display:inline-block;
    cursor:pointer;
}
.owl-theme .owl-next{
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: calc(50% - 12px);
    right: 5px;
    filter: invert(var(--slider-btns-color));
}

.owl-theme .owl-prev{
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: calc(50% - 12px);
    left: 5px;
    filter: invert(var(--slider-btns-color));
}


@media (max-width: 576px) {
    .owl-theme .owl-next{
        width: 15px;
        height: 15px;
        top: calc(50% - 8px);
        right: 0px;
    }

    .owl-theme .owl-prev{
        width: 15px;
        height: 15px;
        top: calc(50% - 8px);
        left: 0px;
    }

}

.owl-carousel{
    background-color: #040204;
    background-image: url(../img/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;

}

.owl-theme .owl-nav [class*=owl-]:hover{
    opacity: 0.8;
    text-decoration:none
}
.owl-theme .owl-nav .disabled{
    display: none;
    cursor:default
}

.slider-home .owl-nav .disabled{
    display: inline;
    opacity: .5 !important; 
    cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top:10px
}
.owl-theme .owl-dots .owl-dot{
    display:inline-block;
    zoom:1;
}

.owl-dots{
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 100%;
}



.owl-theme .owl-dots .owl-dot span{
    width:6px;
    height:6px;
    margin:5px 7px;
    background:#666;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background: var(--second) ;
}

.owl-nav-in{
    display: inline !important;
}




