.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    user-select: none;
    transform: translate3d(0px, 0px, 0px);
    backface-visibility: hidden;
}

.banner_preloader {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
}
.controll {
    opacity: 0;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    font-size: 4rem;
}

.slider-container:hover .controll {
    opacity: 1;
}

.slider-container__btn {
    position: absolute;
    width: 9%;
    height: 93%;
    z-index: 55;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: 3rem;
    color: var(--color-brend)
}

i.preloader_img {
    width: 47px;
    height: 47px;
    background: url(/Resourse/media/spinner_bd.png) no-repeat 0px 0px;
    animation: preloader step-start .8s infinite normal;
}

.btn_fill {
    fill: rgba(153, 153, 153, 0);
    transition: all 1s ease;
    stroke: #ff5e0000;
    stroke-width: 0;
}

.left {
    top: 0;
    left: 0;
    background-image: linear-gradient(270deg, rgba(236, 234, 233, 0.3) 0%, rgba(236, 234, 233, 0.7) 100%);
    justify-content: flex-end

}

.left:hover {
    background-image: linear-gradient(270deg, rgba(236, 234, 233, 0) 0%, rgb(236, 234, 233) 100%);
}


.slider-container__corousel {
    display: flex;
    transform: translate3d(160px, 0px, 0px);
    transition-duration: 0ms;
    transition: transform 300ms ease-out 0s;
    position: relative;
}

.slider-container__item {
    position: relative;
    padding: 0px 20px;
}

.slider-container__item a {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-container__item img {
    position: relative;
    width: 80vw !important;
    min-width: 300px;
    max-width: 1100px;
    border-radius: 15px;
    margin: 5px 0 5px;
}

.right {
    top: 0;
    right: 0;
    background-image: linear-gradient(90deg, rgba(236, 234, 233, 0.3) 0%, rgba(236, 234, 233, 0.7) 100%);
    justify-content: flex-start
}

.right:hover {
    background-image: linear-gradient(90deg, rgba(236, 234, 233, 0) 0%, rgb(236, 234, 233) 100%);
}

ul.banner_list {
    position: relative;
    margin-top: 20px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 0;
    height: 11px;
}

ul.banner_list li {
    margin: 0px 3px;
    width: 11px;
    height: 11px;
    background-color: #ddd;
    cursor: pointer;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    list-style-type: none;
}

ul.banner_list li:hover {
    background-color: #aaa;
}

.bannerPointActive {
    background-color: #999 !important;
}

@media screen and (max-width: 991px) {
    .slider-container__item img {
        max-width: 500px;
        width: 310px;
        margin: 5px 0 5px;
        width: 90vw !important;
    }

    .controll {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1600px) and (min-width:1500px) {
    .slider-container__btn {
        width: 12%;
    }
}

@media screen and (max-width: 1700px) and (min-width:1600px) {
    .slider-container__btn {
        width: 15%;
    }
}

@media screen and (min-width:1700px) {
    .slider-container__btn {
        width: 18%;
    }
}

@media screen and (max-width: 1230px) and (min-width: 991px) {
    .slider-container__btn {
        width: 8.7%;
    }
}

@keyframes preloader {
    0% {
        background-position: 0 0
    }
    13% {
        background-position: -45px 0
    }
    26% {
        background-position: -90px 0
    }
    39% {
        background-position: -135px 0
    }
    52% {
        background-position: -180px 0
    }
    65% {
        background-position: -225px 0
    }
    78% {
        background-position: -270px 0
    }
    91% {
        background-position: -315px 0
    }
    100% {
        background-position: 0 0
    }
}
