/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}/*# sourceMappingURL=normalize.min.css.map */
/* end normalize */
*{
  margin: 0;
  padding: 0;
}

body {background: black;}
canvas {display:block;}
@font-face {
   font-family: 'MS';
   font-style: normal;
   font-weight: 400;
   src: url(fonts/modalz-short.woff) format('woff');
}
@font-face {
   font-family: 'MT';
   font-style: normal;
   font-weight: 400;
   src: url(fonts/modalz-tall.woff) format('woff');
}

* {
	box-sizing: border-box;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; 
}


html, body {
	overflow: hidden;
  margin:0;
  padding:0;
}
body {
  font-family: 'MT', sans-serif;
  font-size: 14px;
  color: #090909;
  background-color: #F8BEC1;
  overflow: hidden;
  /*background-color: #F1F1F1;*/
}


ul, li {
  padding: 0;
  margin:0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
img {
	width: 100%;
}


/****/

.load {
    position: fixed;
    top: 50%;
    left: 50%;
    /* width: 20px; */
    transform: translate(-50%,-50%);
    rotate:(0deg);
    z-index: 2;
    display: flex;
    align-items: center;
}
.load img {
    width: 12px;
    margin-bottom: 0;
    animation: rot 0.6s steps(4, end) infinite;
}
.load span {
    margin-left: 7px;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform:  rotate(359deg);
  }
}

.preload {
  position: fixed;
  opacity: 0.001;
  pointer-events: none;
}

canvas {
  position: fixed;
  top:0;
  left: 0;
}
canvas#canvas_fresh {
  pointer-events: none;
  opacity: 0.3;
}
.main_text {
  padding: 45px;
  position: fixed;
  top:0;
  left: 0;
  /*width: 100%;*/
  z-index: 5;
  text-shadow: 2px 2px 0px #f8bfc1;
  display: none;
}
.main_text span{
  line-height: 2.3
}

img.at {
    width: 10px;
    position: relative;
    top: 0;
    margin-right: 2px;
    margin-left: 2px;
}
img.arrow {
    width: 6px;
    position: relative;
    top: -1px;
    margin-left: 2px;
    margin-right: 10px;
}

/*** MARQUEE ***/

.news {
    position: fixed;
    top: 54px;
    right: 45px;
    width: 520px;
    height: 52px;
    overflow: hidden;
    border: 2px solid;
    background: white;
    z-index: 5;
    display: none;
}
.news .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.news_head {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 2px solid;
    width: 75px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    z-index: 10;
}
.news_head span {
  position: relative;
  top:1px;
}

.marquee {
  padding: 18px 0 16px;
}


.virtual_dom {
  position: fixed;
  width: 310px;
  height: 224px;

  z-index: 20;
  border:1px solid red;
  opacity: 0.01
}

.wrap_btns {
    display: flex;
    font-size: ;
    width: 100%;
    justify-content: center;
    padding-top: 140px;
}
.wrap_btns > div {
    padding: 10px 0;
    width: 92px;
    text-align: center;
    margin: 0 7px;
    cursor: pointer;
}

@media (max-width: 1280px) {
  .news {
      width: 400px;
  }
}

@media (max-width: 1000px) {
  .news {
      width: 300px;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 12px;
  }
  .main_text {
    padding: 20px 25px 0;
    max-width: 300px;
  }
  .main_text span {
    line-height: 1.8;
  }
  .links {
      margin-top: 5px;
      margin-left: 0px;
  }
  .news {
    top: auto;
    right: auto;
    left: 50%;
    transform : translateX(-50%);
    bottom: 20px;
    width: calc(100% - 40px);
  }
  img.at {
    width: 9px;
    margin-left: 3px;
  }
  img.arrow{
    top: 0;

}


