/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  background-color:#f6f3f200;
}

.logotip {
  position: relative;
  top: 40%;
  width: 224px;
  height: 99px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f6f3f200;
  text-align: left;
}

.mask {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url('./images/Logo_preloader4.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.fon {
  position: absolute;
  z-index: 2;
  width: 0%;
  height: 100%;
  background-color: #0078E7;
  background-image: linear-gradient(259deg, #0078E7, #fff );
}

.persent {
  position: relative;
  bottom: 5%;
  z-index: 4;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-style: italic;
}