/**
*   Правки в дизайн карасели
*/
#begin .bs-slider {
    background: none;

    margin-right: -15px;
    margin-left: -15px;
}

#begin .bs-slider .bs-slider-overlay {

    background-color: rgba(0, 0, 0, 0.0);
}

#begin .carousel-indicators {

    position: absolute;
    top: 50%;
    z-index: 15;
    width: 30px;
    margin-left: 20px;
    text-align: center;
    right: 1%;
    height: auto;

    counter-reset: li; /* Устанавливает идентификатор */
    list-style: none; /* Удаляем стандартную нумерацию */
    padding: 0;
}
/*#begin  ol.carousel-indicators li:active{*/
    /*list-style-image: url('../img/point-green.png') !important;*/
    /*list-style-image: none;*/
    /*background-image: url('../img/point-green.png');*/
/*}*/
#begin .carousel-indicators li{
    display: block;
    width: 10px;
    height: 10px;

    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;

    padding: 7px;
    margin: 7px;
}
@media (min-width: 992px) {

    #begin .carousel-indicators li{
        display: block;
        right: 1%;
        height: auto;
    }
}

@media (max-width: 567px) {

    #begin .carousel-inner
    {
        /*overflow: hidden;*/

        height: 100%;
    }

    #begin .indicators-line > .carousel-indicators
    {
        display: block;
    }
    #begin .carousel-indicators li{
        display: inline;

    }
    #begin .carousel-indicators {
        width: 100%;
        margin: 0 auto;
        bottom: 10px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 150px;
        right: auto;
    }
    #begin .bs-slider
    {
        position: relative;
        /*height: 320px;*/
        /*margin-top: 98px;*/

        height: 520px;
        margin-top: 50px;

    }

}


#begin .carousel-indicators .active {
    width: 12px;
    height: 12px;
    /*margin-bottom: 10px;*/
    background-color: #89b71b;
    border: none;
    box-shadow: none !important;
}


#begin .bs-slider {
    cursor: auto;
}

#begin .indicators-line > .carousel-indicators .active::before
{
    background-color: #89b71b;
}


@media (min-width: 1024px) {
    #begin .bs-slider
    {

        margin-right: 0px;
        margin-left: 0px;
    }
}