/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/preloading.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, section, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

/* fonts familes */
/* fonts size */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: grid;
  overflow: hidden; }
  #loading-screen .loading-screen__logo {
    margin: auto;
    width: 90%;
    max-width: 250px;
    background: #fff;
    position: relative;
    z-index: 100; }
    #loading-screen .loading-screen__logo .svg-icon__logo {
      fill: #1993C2;
      display: block; }
    #loading-screen .loading-screen__logo .loading-screen__progressbar {
      position: relative;
      top: 20px;
      left: 5%;
      width: 90%;
      height: 1px;
      overflow: hidden;
      background: #f5f5f5; }
      #loading-screen .loading-screen__logo .loading-screen__progressbar::after {
        content: "";
        display: block;
        height: 100%;
        width: 50%;
        position: absolute;
        top: 0;
        left: 0;
        background: #1993c2;
        -webkit-animation: loading-progress-animation 1.5s linear infinite;
                animation: loading-progress-animation 1.5s linear infinite;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        transform: translateX(-40%), scale(1); }

.page-loading--hide #loading-screen {
  -webkit-animation: loading-progress-hide-animation 0.5s cubic-bezier(0.61, 0, 0.35, 1.01);
          animation: loading-progress-hide-animation 0.5s cubic-bezier(0.61, 0, 0.35, 1.01);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes loading-progress-animation {
  from {
    transform: translateX(-150%); }
  50% {
    transform: scale(1); }
  to {
    transform: translateX(250%); } }

@keyframes loading-progress-animation {
  from {
    transform: translateX(-150%); }
  50% {
    transform: scale(1); }
  to {
    transform: translateX(250%); } }

@-webkit-keyframes loading-progress-hide-animation {
  from {
    height: 100vh; }
  to {
    height: 0; } }

@keyframes loading-progress-hide-animation {
  from {
    height: 100vh; }
  to {
    height: 0; } }


/*# sourceMappingURL=preloading.css.map*/