/* __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');
}

.v3d-annotation {
    writing-mode: vertical-rl;
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

/* Dark Theme */

.v3d-simple-preloader-background {
    background-color: #181818;
}

.v3d-simple-preloader-container {
    filter: drop-shadow(0px 0px 4px #2a69bd);
}

.v3d-simple-preloader-bar {
    background: red;
}

.v3d-simple-preloader-logo {
    background-image: url("media/artel_preload_logo.png");
    background-size: Auto 110px ;
    background-position: center top;
}

/* Стили для окна помощи начало */
.text-block {
  position: static;
  display: block;
  overflow: hidden;
  height: auto;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  font-family: Rubik, sans-serif;
  color: #a9acb6;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.div-block {
  position: absolute;
  left: auto;
  top: auto;
  right: -200px;
  bottom: -60px;
  display: block;
  overflow: hidden;
  width: 384px;
  height: 216px;
  margin-right: auto;
  margin-left: auto;
}
.help-panel {
  position: absolute;
  left: 0px;
  top: 15%;
  right: 0px;
  display: block;
  width: 350px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #000000;
  border-radius: 50px;
  background-color: rgba(100, 100, 100, 0.8);
}

.help-panel.animation {
  top: 15%;
  display: none;
}

.help-panel.free {
  top: 15%;
  display: none;
}

.help-heading {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin: 0px auto;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 18px #000;
}

.animation-help-div {
  display: block;
  height: 100px;
}

.help-images {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-left: 15px;
}

.help-text-block {
  display: inline-block;
  width: 200px;
  margin: 10px 10px 10px 0px;
  float: right;
  font-family: Rubik, sans-serif;
  color: #fff;
  text-align: left;
  text-shadow: 0 2px 13px #000;
}

.image-3 {
  margin-right: 15px;
  margin-left: 15px;
}

.image-4 {
  margin-right: 15px;
  margin-left: 15px;
}

.help {
  position: absolute;
  top: 10px;
  right: 80px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid rgba(100,100,100,0.8);;
  border-radius: 30px;
  background-color: rgba(100,100,100,0.6);
  background-image: url('media/help.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.separator-2 {
  height: 2px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #ffffff;
}

.separator-1 {
  display: block;
  width: 100%;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000000;
}

.help-close-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 18px #000;
}

@media (max-width: 991px) 
{
  .image {
    height: 70%;
           }
  .help-panel.free {
    top: 15%;
    display: none;
  }
}

@media (max-width: 767px) {
  .fullscreen {
    width: 40px;
    height: 40px;
}
  .image {
    height: 70%;
  }
  .text-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
 .help-panel.animation {
    top: 20%;
    width: 300px;
  }
  .help-panel.free {
    top: 20%;
    display: none;
    width: 300px;
  }
  .animation-help-div {
    height: 80px;
  }
  .help-images {
    width: 80px;
    height: 80px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .help-text-block {
    width: 180px;
    font-size: 10px;
    line-height: 20px;
  }
  .help {
    right: 60px;
    width: 40px;
    height: 40px;
  }
@media (max-width: 479px) {
.fullscreen {
    top: 10px;
    right: 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
 .help-panel.animation {
    top: 20%;
    display: none;
    width: 220px;
    border-radius: 30px;
  }
  .help-panel.free {
    top: 20%;
    display: none;
    width: 220px;
  }
  .animation-help-div {
    height: 60px;
  }
  .help-images {
    width: 60px;
    height: 60px;
    float: left;
  }
  .help-text-block {
    width: 130px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 12px;
  }
  .help {
    top: 10px;
    right: 0px;
    margin-top: 45px;
    border-top-left-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
 .text-block-2 {
    right: 0px;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .div-block-3 {
    width: 100%;
  }
}
@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
/* Стили для окна помощи -конец */

 /*
@media all and (orientation:landscape) 
{

.help-panel.animation {
    top: 20%;
    width: 480px;
                        }
    
}

стили для портретной ориентации */

