

/* Start:/local/components/main/preloader/templates/.default/style.css?1573659804979*/
@keyframes ringFill {
    from {
        stroke-dashoffset: 476;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.preloader {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color:rgba(0, 0, 0, 0.85);
    transition: 0.5s;
}

.preloader.is-transparent {
    opacity: 0;
}

.preloader__icon,
.preloader__progress {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader__icon {
    width: 159px;
    height: 168px;
}

.preloader__progress {
    font-size: 17px;
    font-style: italic;
    color: #61676f;
}

.preloader__ring {
    stroke-dasharray: 476;
    stroke-dashoffset: 476;
    animation-name: ringFill;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

/* End */
/* /local/components/main/preloader/templates/.default/style.css?1573659804979 */
