﻿a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video
{
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before
{
    content: "";
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
@keyframes dash_fill_3
{
    0%
    {
        stroke-dashoffset: 380;
    }
    10%
    {
        stroke-dashoffset: 0;
    }
    28%
    {
        stroke-dashoffset: 0;
    }
    36%
    {
        stroke-dashoffset: 380;
    }
    to
    {
        stroke-dashoffset: 380;
    }
}
@keyframes dash_fill_2
{
    0%
    {
        stroke-dashoffset: 720;
    }
    10%
    {
        stroke-dashoffset: 0;
    }
    50%
    {
        stroke-dashoffset: 0;
    }
    60%
    {
        stroke-dashoffset: 720;
    }
    to
    {
        stroke-dashoffset: 720;
    }
}
@keyframes dash_fill_1
{
    0%
    {
        stroke-dashoffset: 610;
    }
    10%
    {
        stroke-dashoffset: 0;
    }
    73%
    {
        stroke-dashoffset: 0;
    }
    83%
    {
        stroke-dashoffset: 610;
    }
    to
    {
        stroke-dashoffset: 610;
    }
}
.preloader
{
    align-items: center;
    background-color: #0c1019;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
#preloader_border_3-line
{
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    animation: dash_fill_3 7.5s linear infinite forwards;
    animation-delay: 1.5s;
}
#preloader_border_2-line
{
    stroke-dasharray: 720;
    stroke-dashoffset: 720;
    animation: dash_fill_2 7.5s linear infinite forwards;
    animation-delay: .75s;
}
#preloader_border_1-line
{
    stroke-dasharray: 610;
    stroke-dashoffset: 610;
    animation: dash_fill_1 7.5s linear infinite forwards;
}