

/* Start:/local/templates/zavgar/components/bitrix/catalog.smart.filter/filter/style.css?17540493301454*/
.preloader-5 {
    width: 150px;
    height: 150px;
    margin: 30px auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #337AB7;
    animation: preloader-5-spin 2s linear infinite;

    position: fixed;
    left: 45%;
    /*top: 0px;*/
    /*width: 100%;
    height: 100%;*/
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: all 0.5s;
    opacity: 1;
}
.preloader-5:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BFE2FF;
    animation: preloader-5-spin 3s linear infinite;
}
.preloader-5:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #337AB7;
    animation: preloader-5-spin 1.5s linear infinite;
}
@keyframes preloader-5-spin {
    0%   {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.preloader-remove {
    opacity: 0;
    display: none!important;
    z-index: -10;
}

.black_background.active {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: black;
    opacity: 0.6;
}
/* End */
/* /local/templates/zavgar/components/bitrix/catalog.smart.filter/filter/style.css?17540493301454 */
