@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 15000px;
  background-color: #1f1f27; }

.menu {
  position: fixed;
  z-index: 500;
  display: none;
  width: 100%;
  height: 51px;
  letter-spacing: 2px; }
  .menu .wrapper img {
    float: right;
    width: 200px;
    margin-top: 10px;
  }
  .menu_mobile img {
    float: left;
    width: 200px;
    margin-top: 10px;
  }
  .menu_main {
    font-size: 14px;
    background-color: transparent; }
  .menu_sub {
    font-size: 13px;
    height: 101px;
    background-color: #1b1d22; }
  .menu_mobile {
    display: block;
    width: 100%; }
  .menu_mobile-open {
    height: 100%; }
  .menu__button {
    position: relative;
    z-index: 1000;
    float: right;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 5px;
    padding-top: 12px;
    border: 1px solid rgba(49, 184, 237, 0.6);
    border-radius: 4px; }
  .menu__content {
    position: absolute;
    z-index: 900;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background: #1b1d22; }
    .menu__content_active {
      display: block; }

.points {
  width: 100%;
  height: 100%;
  padding: 15px; }
  .points__item {
    display: block;
    margin: 12px 0;
    cursor: pointer; }
    .points__item_separator {
      width: 100%;
      border-bottom: 1px solid white; }
  .points__link {
    display: block;
    padding-left: 5px;
    text-decoration: none;
    color: white; }
    .points__link_main {
      padding-left: 0;
      color: #31b8ed; }

.white-stripe {
  width: 18px;
  height: 1px;
  margin: auto;
  background: white; }
  .white-stripe_margin {
    margin-top: 5px;
    margin-bottom: 5px; }

.navbar {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  height: 100%;
  list-style: none;
  color: white;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .navbar__item {
    color: inherit; }
  .navbar__link {
    padding: 0 15px;
    cursor: pointer;
    text-decoration: none;
    color: inherit; }

.block {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .block:not(.block:first-of-type) {
    top: 100vh; }
  .block_black {
    background-color: #000; }
  .block_dp {
    background-color: #1f1f27; }
  .block__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 50%;
    padding: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .block__column_vertical {
      flex-direction: column;
      width: 90% !important;
      height: 100%;
      max-height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column; }
    .block__column_fw {
      width: 100% !important;
      padding: 0; }
  .block__image {
    max-width: 100%;
    max-height: 250px; }
    .block__image_first {
      display: block;
      max-height: 100px;
      margin-bottom: 10px; }
    .block__image_last {
      max-width: 400px;
      margin-top: -30px;
      margin-bottom: -20px; }
    .block__image_fw {
      max-height: 100%; }
  .block__text {
    width: 100%;
    color: white; }
    .block__text_centered {
      text-align: center; }
  .block__caption {
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #31b8ed; }
    .block__caption_padding {
      padding: 0 40px; }
    .block__caption_clear {
      margin-bottom: -10px; }
    .block__caption_tall {
      margin-bottom: 30px; }
  .block__paragraph {
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    padding: 0 25px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center; }
    .block__paragraph_small {
      padding: 0 5px; }
    .block__paragraph_medium {
      font-size: 14px;
      padding: 0 0 250px; }
  .block__underline {
    width: 100px;
    margin: 10px auto; }

.separator {
  display: block;
  width: 100px;
  height: 20px; }

.tetris__text {
  font-family: 'Open Sans', sans-serif;
  font-size: 80px;
  font-weight: 100; }
.tetris__svg {
  width: 90%;
  height: auto;
  max-height: 300px; }

.text-frame {
  font-size: 14px;
  font-weight: 100;
  position: relative;
  width: 90%;
  margin-top: 15px;
  color: white; }

.highlighted-letter {
  color: white; }

.numbers {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .numbers span {
    color: white; }

.overlay {
  width: 100%;
  height: 150px;
  margin-top: 20px;
  margin-bottom: -180px;
  opacity: .6;
  background: url("../images/grid.svg") 0 0;
  background-size: 15%; }

.schrift {
  font-size: 36px;
  display: block; }

.number__letter {
  color: #31b8ed !important; }

.brackets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.bracket {
  box-sizing: border-box;
  width: 50%;
  margin: 0 10px; }
  .bracket__text {
    font-size: 13px;
    font-weight: 100;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    text-align: center; }
  .bracket__icon {
    width: 100%; }
    .bracket__icon svg {
      width: 100%; }
  .bracket__formula {
    font-size: 41px;
    line-height: 37px;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 80px;
    text-align: center;
    color: #b0b0b0; }
    .bracket__formula_margin {
      display: block;
      margin-top: 20px; }
    .bracket__formula .small {
      font-size: 20px;
      line-height: 0;
      margin-left: 26px; }
      .bracket__formula .small_margin {
        display: block;
        margin-top: 23px; }

.wrapper {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }
  .wrapper_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.pixel__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 100; }
  .pixel__text_big {
    font-size: 50px; }
  .pixel__text_small {
    font-size: 35px; }

.letter0 {
  fill: none;
  stroke: #31b7ec;
  stroke-miterlimit: 10; }

.letter1 {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10; }

.letter3 {
  fill: #fff; }

.letter4 {
  fill: none;
  stroke: #bf52ed;
  stroke-miterlimit: 10; }

.footer {
  font-size: 12px;
  position: fixed;
  z-index: 200;
  bottom: -100vh;
  left: 0;
  width: 100%;
  height: 60px;
  color: white;
  background: #343539; }
  .footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 320px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer__socials {
    margin: 0 15px; }
  .footer__link, .footer__link:active {
    color: #31b8ed; }
    .footer__link:hover, .footer__link:active:hover {
      color: #60c8f1; }
  .footer__description {
    display: none; }

@media (min-width: 768px) {
  .wrapper {
    width: 750px; }

  .block__column {
    flex-direction: column;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }

  .block__image_fw {
    width: 480px; }

  .footer__description {
    display: block; } }
@media only screen and (orientation: landscape) {
  .menu__content {
    padding-top: 20px; }

  .points {
    width: 100%;
    height: 100%; }
    .points__item {
      font-size: 11px;
      margin: 2px 0; }

  .block {
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row; }
    .block__column {
      width: 50%; }
      .block__column_vertical {
        height: 100%; }
    .block__paragraph {
      font-size: 9px; }
      .block__paragraph_medium {
        font-size: 16px; }
    .block__image {
      max-height: 150px; }
      .block__image_last {
        max-width: 65%;
        max-height: 200px;
        margin: -15px 0 0; }

  .bracket__text {
    height: 20px; }

  .text-frame {
    font-size: 10px !important; }

  .tetris__svg {
    max-height: 200px; } }
@media (min-width: 992px) {
  .menu {
    display: block; }
    .menu_mobile {
      display: none; }

  .wrapper {
    width: 970px; }
    .wrapper_flex {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }

  .menu_sub {
    height: 51px; }

  .block__column {
    max-height: 100%; }
  .block__image {
    min-width: 100%;
    max-height: 100%; }
    .block__image_first {
      padding-right: 50px; }
    .block__image_second {
      max-width: 50% !important; }
    .block__image_last {
      width: 600px;
      min-width: 50%;
      height: 370px;
      max-height: 100%;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; }
  .block__caption {
    font-size: 24px; }
  .block__paragraph {
    font-size: 14px; }
    .block__paragraph_small {
      padding: 0 25px; }
    .block__paragraph_medium {
      font-size: 25px; }
  .block__column {
    flex-direction: column;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }

  .bracket__text {
    font-size: 24px;
    height: 70px; }
  .bracket__formula {
    font-size: 140px;
    line-height: 120px; }
    .bracket__formula_margin {
      margin-top: 130px; }
    .bracket__formula .small {
      font-size: 30px;
      margin-left: 70px; }
      .bracket__formula .small_margin {
        margin-top: 45px; }

  .tetris__svg {
    max-height: 400px; }

  .text-frame {
    font-size: 1.8em !important; }

  .numbers {
    width: 80%; }

  .overlay {
    height: 400px;
    margin-bottom: -400px;
    opacity: .6;
    background: url("../images/grid.svg") 0 0;
    background-size: 5%; }

  .footer {
    font-size: 16px;
    height: 40px; } }
@media (min-width: 1200px) {
  .wrapper {
    width: 1170px; }

  .block {
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row; }
    .block__caption {
      font-size: 36px; }
    .block__paragraph {
      font-size: 24px;
      padding: 0; }
      .block__paragraph_small {
        padding: 0 25px; }
    .block__column {
      width: 600px;
      height: 100%; }
      .block__column_size-fix {
        width: 320px; }
    .block__image_last {
      width: 900px;
      min-width: 900px;
      max-width: 900px;
      margin-bottom: 50px; }

  .numbers {
    width: 600px; }

  .separator {
    height: 100px; }

  .menu_sub {
    height: 51px; } }
@media (min-width: 1600px) {
  .wrapper {
    width: 1537px; }

  .block__column {
    width: 700px;
    height: 100%; }
    .block__column_size-fix {
      width: 380px; } }
@media (min-width: 1800px) {
  .wrapper {
    width: 95%; }

  .block__column {
    width: 800px; } }

/*# sourceMappingURL=base.css.map */
.back-to-top {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px;
  z-index: 1000;
  display: none;
  text-decoration: none;
  color: #31b8ed;
}

.back-to-top i {
  font-size: 60px;
}