﻿.has-preloader
{
    min-height: 250px;
    position: relative;
}
.preloader-over
{
    z-index: 500;
    background: #00000080;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
.popup .preloader-over
{
    z-index: 1500;
}
.preloader-over_fixed
{
    position: fixed;
}
.preloader svg
{
    display: none;
}
.preloader-inline
{
    justify-content: center;
    width: 100%;
    height: 120px;
    display: flex;
}
.preloader-inline svg
{
    display: none;
}
.preloader-index
{
    z-index: 5000;
    background: #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    inset: 0;
}
.preloader-index.loaded
{
    display: none!important;
}
.blobs
{
    filter: url(#goo);
    transform-style: preserve-3d;
    border-radius: 70px;
    width: 250px;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.blobs .blob-center
{
    transform-style: preserve-3d;
    transform-origin: 0 0;
    background: #fff200;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: 3.4s linear infinite blob-grow;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(.9) translate(-50%,-50%);
    box-shadow: 0 -10px 40px -5px #fff200;
}
.blob
{
    transform-origin: top;
    opacity: 0;
    background: #fff200;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: 3.4s ease-out infinite blobs;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(.9) translate(-50%,-50%);
}
.blob:first-child
{
    animation-delay: .2s;
}
.blob:nth-child(2)
{
    animation-delay: .4s;
}
.blob:nth-child(3)
{
    animation-delay: .6s;
}
.blob:nth-child(4)
{
    animation-delay: .8s;
}
.blob:nth-child(5)
{
    animation-delay: 1s;
}
@keyframes blobs
{
    0%
    {
        opacity: 0;
        transform: scale(0) translate(calc(-330px - 50%),-50%);
    }
    1%
    {
        opacity: 1;
    }
    35%, 65%
    {
        opacity: 1;
        transform: scale(.9) translate(-50%,-50%);
    }
    99%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        transform: scale(0) translate(calc(330px - 50%),-50%);
    }
}
@keyframes blob-grow
{
    0%, 39%
    {
        transform: scale(0) translate(-50%,-50%);
    }
    40%, 42%
    {
        transform: scaleY(.9) translate(-50%,-50%);
    }
    43%, 44%
    {
        transform: scale(1.2,1.1) translate(-50%,-50%);
    }
    45%, 46%
    {
        transform: scale(1.3,1.2) translate(-50%,-50%);
    }
    47%, 48%
    {
        transform: scale(1.4,1.3) translate(-50%,-50%);
    }
    52%
    {
        transform: scale(1.5,1.4) translate(-50%,-50%);
    }
    54%
    {
        transform: scale(1.7,1.6) translate(-50%,-50%);
    }
    58%
    {
        transform: scale(1.8,1.7) translate(-50%,-50%);
    }
    68%, 70%
    {
        transform: scale(1.7,1.5) translate(-50%,-50%);
    }
    78%
    {
        transform: scale(1.6,1.4) translate(-50%,-50%);
    }
    80%, 81%
    {
        transform: scale(1.5,1.4) translate(-50%,-50%);
    }
    82%, 83%
    {
        transform: scale(1.4,1.3) translate(-50%,-50%);
    }
    84%, 85%
    {
        transform: scale(1.3,1.2) translate(-50%,-50%);
    }
    86%, 87%
    {
        transform: scale(1.2,1.1) translate(-50%,-50%);
    }
    90%, 91%
    {
        transform: scaleY(.9) translate(-50%,-50%);
    }
    92%, to
    {
        transform: scale(0) translate(-50%,-50%);
    }
}/*# sourceMappingURL=index.ed791e6c.css.map */