@import url('https://brendum.ru/files/fonts/mont/mont.css');
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block;}
audio, canvas, video {display: inline-block; *display: inline; *zoom: 1;}
audio:not([controls]) {display: none;}
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, 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, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; 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:before, blockquote:after, q:before, q:after {content: ''; content: none;} table {border-collapse: collapse;	border-spacing: 0;}
strong {font-family: 'medium', sans-serif;}
* {-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
::-webkit-scrollbar {width: 0px; background: transparent;}
html {-ms-overflow-style: none; scrollbar-width: none;}


#canvas {position: absolute; z-index: 1; width: 100vw; height: 100vh;}

@media (min-width: 801px) and (max-width: 15000px) {
html, body {padding: 0; margin: 0; height: 100%; width: 100%; color: #fff; font-family: 'regular', sans-serif; font-size: 0.9vw; font-style: normal; line-height: 150%; background: #000;}
.info {position: absolute; z-index: 5; left: 18.4vw; top: 33vw; animation: showDiv 5s forwards;}
.info .title {font-family: 'bold', sans-serif; font-size: 200%; margin: 0 0 2vw 0; text-transform: uppercase;}
.info .text {margin: 0 0 .25vw 0;}
.info .mail a {color: #ff0000; text-decoration: none;}
.info .mail a:hover {color: #fff; text-decoration: none;}

.logo {position: absolute; z-index: 3; height: 110vh; top: -5vh; left: -5vh; margin: 0; padding: 0; line-height: 0; filter: drop-shadow(rgba(255, 0, 0, 0.25) 0 0 33vw); animation: showDiv 5s forwards;}
.logo svg {height: 100%;}
.logo_color {fill: rgba(0, 0, 0, 0.65);}

.qr {position: absolute; z-index: 14; width: 5vw; margin: 0; padding: 0; right: 3vw; bottom: 3vw; line-height: 0; }
.qr svg {height: 100%;}
.qr_color {fill: rgba(255, 255, 255, 1);}
}

@media (min-width: 1px) and (max-width: 800px) {
html, body {padding: 0; margin: 0; height: 100%; width: 100%; color: #fff; font-family: 'regular', sans-serif; font-size: 3vw; font-style: normal; line-height: 150%; background: #000;}
.info {position: absolute; z-index: 5; left: 23vw; bottom: 26vw; animation: showDiv 5s forwards;}
.info .title {font-family: 'bold', sans-serif; font-size: 200%; margin: 0 0 2vw 0; text-transform: uppercase;}
.info .text {margin: 0 0 .25vw 0;}
.info .mail a {color: #ff0000; text-decoration: none;}
.info .mail a:hover {color: #fff; text-decoration: none;}

.logo {position: absolute; z-index: 3; height: 100vw; bottom: -5vw; left: -10vw; margin: 0; padding: 0; line-height: 0; filter: drop-shadow(rgba(255, 0, 0, 0.25) 0 0 33vw); animation: showDiv 5s forwards;}
.logo svg {height: 100%;}
.logo_color {fill: rgba(0, 0, 0, 0.65);}

.qr {position: absolute; z-index: 14; width: 10vw; margin: 0; padding: 0; right: 5vw; bottom: 5vw; line-height: 0; }
.qr svg {height: 100%;}
.qr_color {fill: rgba(255, 255, 255, 1);}
}



@keyframes showDiv {
  0% {
    opacity: 0;
  }
  85% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

