/*
Theme Name: Web-Creation
Theme URI: https://web-creation.dn.ua/
Template: hello-elementor
Author: Web-Creation Team
Author URI: https://web-creation.dn.ua/
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.1.1615134423
Updated: 2021-03-07 19:27:03

*/


.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /* фоновый цвет */
    background: #fff;
    z-index: 1001;
    opacity: 0.5;
}

.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin-top: -35px;
    margin-left: 5%;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

div.bapf_lcontainer {
    height: 150px !important;
    width: 150px !important;
    margin: 0 auto !important;
    left: 46% !important;
    /*margin-left: 10% !important;*/
    /*margin-top: -5% !important;*/
}

