@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=VT323&display=swap");
@font-face {
  font-family: "HelveticaNeueCyr-Black";
  src: url("/assets/fonts/HelveticaNeueCyr/Black/HelveticaNeueCyr-Black.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/HelveticaNeueCyr/Black/HelveticaNeueCyr-Black.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/HelveticaNeueCyr/Black/HelveticaNeueCyr-Black.woff") format("woff"), url("/assets/fonts/HelveticaNeueCyr/Black/HelveticaNeueCyr-Black.ttf") format("truetype");
}

@font-face {
  font-family: "HelveticaNeueCyr-Black";
  src: url("/assets/fonts/HelveticaNeueCyr/Black/HelveticaNeueCyr-Black.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/HelveticaNeueCyr/Black/HelveticaNeueCyr-Black.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/HelveticaNeueCyr/Black/HelveticaNeueCyr-Black.woff") format("woff"), url("/assets/fonts/HelveticaNeueCyr/Black/HelveticaNeueCyr-Black.ttf") format("truetype");
}

@font-face {
  font-family: 'fontello';
  src: url("font/fontello.eot");
  src: url("font/fontello.eot") format("embedded-opentype"), url("font/fontello.woff2") format("woff2"), url("font/fontello.woff") format("woff"), url("font/fontello.ttf") format("truetype"), url("font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('font/fontello.svg?67189028#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-instagram:before {
  content: '\f16d';
}

/* '' */
.icon-vk:before {
  content: '\f16d';
}

/* '' */

/* '' */
.icon-telegram:before {
  content: '\f2c6';
}

/* '' */
html {
  line-height: 1.4;
  font-size: 18px;
  color: #ffffff;
  height: 100%;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 16px;
	overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 15px;
	overflow: hidden;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
	overflow: hidden;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.container {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}

@media screen and (max-width: 980px) {
  .container {
    max-width: tableWidth;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: phoneWidth;
  }
}

@media screen and (max-width: 480px) {
  .container {
    max-width: smPhoneWidth;
  }
}

.background video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
  cursor: default;
  z-index: -99;
}

.background video {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; height: 100%; 
  object-fit: cover
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #ff0000;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

.ibo-page-copyright {
  position: fixed;
  top: 0px;
  left: 0px;
  color: #f5323c;
  font-size: 1rem;
  font-family: "VT323";
  z-index: -99;
  pointer-events: none;
  cursor: default;
}

.ibo-page-reklama {
  position: fixed;
  top: 850px;
  left: 0px;
  color: #f5323c;
  font-size: 1rem;
  font-family: "VT323";
  z-index: -99;
  pointer-events: none;
  cursor: default;
}

.ibo-page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90vh;
}

.ibo-page-info {
  width: 100%;
}

.ibo-page-info-play {
  font-family: 'VT323';
  font-size: 10rem;
  cursor: pointer;
  color: #f5323c;
  text-align: center;
  height: 100px;
  -webkit-animation: play linear alternate 1s infinite;
          animation: play linear alternate 1s infinite;
  -webkit-transition: 200ms;
  transition: 200ms;
}

@media screen and (max-width: 768px) {
  .ibo-page-info-play {
    font-size: 6rem;
  }
}

@-webkit-keyframes play {
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes play {
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.ibo-page-info-play.is-playing {
  font-size: 5rem;
  opacity: 0;
  visibility: hidden;
  height: 0px;
}

.ibo-page-info-title {
  font-family: "VT323";
  text-align: center;
  font-size: 10rem;
  color: #f5323c;
  text-shadow: 3px 3px 0 rgba(255, 0, 55, 0.6);
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media screen and (max-width: 768px) {
  .ibo-page-info-title {
    font-size: 5rem;
  }
}

@media screen and (max-width: 480px) {
  .ibo-page-info-title {
    font-size: 4rem;
  }
}

.ibo-page-info-title.title-visible {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.ibo-page-info-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: rotateY(40deg) translateY(100px);
          transform: rotateY(40deg) translateY(100px);
}

.ibo-page-info-social.social-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0deg) translateY(0px);
          transform: rotateY(0deg) translateY(0px);
}

.ibo-page-info-social-item {
  color: #86262b;
  text-shadow: 3px 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 3rem;
  margin: 0px 10px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.ibo-page-info-social-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  color: #bd2b32;
}

@media screen and (max-width: 768px) {
  .ibo-page-info-social-item {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=main.css.map */