/*
Theme name: eleste
Text Domain: ELESTE.KG
Version: 1.0
Author: Alexander
 */


.carousel-control-next, .carousel-control-prev{
    background: none !important;
    border: none !important;
    /*border-left: none !important;*/
}
.carousel-control-prev span.visually-hidden{
    display: none !important;
}

.carousel-control-next span.visually-hidden{
    display: none !important;
}
.carousel-indicators button{
    border: none !important;
    margin-right: 10px;
    width: 15px;
    height: 2px;
    border-radius: 100%;
    margin-bottom: 20px;
}

/* Webkit (Safari, Chrome, Opera) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .button {
        -webkit-appearance: none;
    }
}

/* Mozilla Firefox */
@-moz-document url-prefix() {
    .button {
        border: none !important;
        margin-right: 10px;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin-bottom: 20px;
    }
}

/* Microsoft Edge and Internet Explorer */
@supports (-ms-ime-align: auto) {
    .button {
        border: none !important;
        margin-right: 10px;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin-bottom: 20px;
    }
}

@media(max-width:768px){
    .icon-list li img{
        margin-right:0px;
        margin-bottom:20px;
    }
}