@font-face {
  font-family: 'ALSHaussMonoVF';
  src: url('//img.artlebedev.ru/type/hauss-mono/src/fonts/ALSHaussMono.ttf');
}
@font-face {
  font-family: 'ALSHaussVF';
  src: url('//img.artlebedev.ru/type/hauss-mono/src/fonts/ALSHaussVF.ttf');
}
/*   redefined */
body {
  background-color: #000000;
  will-change: background;
}
.announce {
  background: none;
}
.announce .als-grid {
  margin: 0;
}
.announce .als-grid li.active {
  font-weight: normal;
}
.announce .cover-content .als-grid {
  margin-left: 0;
  margin-right: 0;
}
.als-text-title {
  width: 90%;
  max-width: none;
}
.als-grid-title,
.announce__text,
.anons-title {
  font-family: 'ALSHaussMonoVF';
  font-weight: normal;
}
.als-text-title h1 {
  font-family: 'ALSHaussMonoVF';
  font-weight: 100;
  font-size: 15vw;
  font-variation-settings: 'wght' 200;
  margin: 0;
  text-transform: lowercase;
}
.als-grid-title-ul {
  width: 90%;
  margin: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 24px;
}

.cover {
  color: #ffffff;
  padding-bottom: 8%;
}
.cover-content {
  position: relative;
  padding: 0;
}
.cover-button {
  font-family: 'ALSHaussMonoVF';
  margin: 40px auto;
  text-align: center;
}
.cover-button a {
  color: #ffffff !important;
  border-color: rgba(255 255 255 / 30%) !important;
}
.cover-button__title {
  margin: 0;
  font-size: 15vw;
  font-variation-settings: 'wght' 200;
}
.cover-button__p {
  font-size: 2vw;
}

.announce__picture {
  margin-left: 0;
  margin-right: 0;
}

.hm-view {
  font-family: 'ALSHaussMonoVF';
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hm-split {
  font-family: 'ALSHaussMonoVF';
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hm-code {
  font-family: 'ALSHaussMonoVF';
  width: 100%;
  padding: 10% 0;
}
/* #1 */
.hm-view.hm-task {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-variation-settings: "wght" 1;
  color: #99F5FF;
}
.hm-task a {
  color: inherit !important;
  border-color: rgb(255 255 255 / 25%) !important;
}
.hm-task span {
  display: inline-block;
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 6vw;
}
/* #2 */
.hm-view.hm-solution {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-variation-settings: 'wght' 1;
  color: #93edfc;
}
.hm-solution span {
  display: inline-block;
  width: 80%;
  margin: auto;
  font-size: 4vw;
  text-align: center;
}
/* #3 */
.hm-split.hm-text {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 1.5vw;
  font-variation-settings: 'wght' 400, 'ital' 10;
}
.hm-split__column {
  padding: 5vw;
  width: 50%;
  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;
}
.hm-split__column h2 {
  text-align: left;
}
.hm-split__column img {
  width: 100%;
}
.hm-text .pink {
/*   background: rgb(246, 49, 179); */
  color: #022EFF;
}
.hm-text .purple {
  font-family: 'ALSHaussVF' !important;
  color: #F6A631;
}
/* #4 */

/* li::marker {
    color: rgba(255,255,255,0.5);
} */

.hm-code__line {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  color: #ffffff;
  list-style: none;
  /* list-style-type: decimal-leading-zero; */
}
  .tab-01 {
    padding-left: 2.5vw;
  }
  .tab-02 {
    padding-left: 5vw;
  }
  .tab-03 {
    padding-left: 7.5vw;
  }
  .tab-04 {
    padding-left: 10vw;
  }
  .bottom-space {
    margin-bottom: 1vw;
  }
  .hm-comment {
    color: #43FD00;
  }
  .hm-keyword {
    color: #00FFFD;
  }
  .hm-purple {
    color: #FF00C9;
  }
  .hm-yellow {
    color: #F3F200;
  }
  .hm-orange {
    color: #F3B054;
  }

/* #6 */
.hm-symbols {
  color: #022EFF;
  padding: 10% 0;
}
.hm-symbols a {
  color: #022EFF !important;
  border-color: #022EFF !important;
}
.hm-symbols__inner {
  font-family: 'ALSHaussMonoVF';
  font-variation-settings: 'wght' 400, 'ital' 10;
  width: 70%;
  margin: auto;
  text-align: center;
  font-size: 2.5vw;
}
.hm-symbols__inner img {
  width: 50%;
}
/* #7 */
.hm-recognizability {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hm-recognizability span {
  /* color: #F634B0; */
  font-family: 'ALSHaussMonoVF';
  font-variation-settings: 'wght' 700, 'ital' 25;
  width: 80%;
  font-size: 3.5vw;
  text-align: center;
}

/* #8 */ 
.hm-footer {
  padding: 10% 0;
  color: #99F5FF;
}
.hm-footer a{
  color: inherit !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.hm-footer__line {
  font-family: 'ALSHaussMonoVF';
  font-variation-settings: 'wght' 200, 'ital' 25;
  text-align: center;
}
.hm-footer span {
  font-size: 15vw;
}
.hm-footer__p {
  font-size: 2vw;
}

/* #9 */
.credits {
  background: none;
  color: #fff;
  font-family: 'ALSHaussMonoVF';
  font-size: 24px;
  padding: 20% 40px !important;
}
.worker-container,
.credits h4 {
  font-family: 'ALSHaussMonoVF';
  font-size: 24px;
  font-weight: normal;
}
.credits .column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.credits-credits-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.credits.with-days .credits-inner-wrapper {
  padding: 0 !important;
}
.credits .column-wrapper {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.credits .credits-days-wrapper {
  width: 100%;
  position: relative;
  text-align: center;
}
.credits div.block {
  display: none;
}
.credits a {
  color: #ffffff !important;
  border-color: rgba(255 255 255 / 30%) !important;
}



.worker-popup-menu a {
  color: #0089ff !important;
}

@media(max-width: 600px) {
  .als-text-title h1 {
    font-size: 13vw;
  }
  .als-grid-title-ul {
    font-size: 16px;
    margin: 10% auto !important;
  }
  .cover {
    min-height: 90vh;
  }
  .cover-content {
    position: absolute;
    top: 10%;
  }
  .cover-button {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
  }
  .cover-button__p {
    font-size: 4vw;
  }
  
  .hm-task span {
    font-size: 10vw;
    width: 95%;
  }
  .hm-solution span {
    font-size: 7vw;
    width: 95%;
  }
  
  .hm-split {
    height: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hm-split__column {
    width: 100%;
    height: 100vh;
  }
  .hm-split.hm-text {
    font-size: 4vw;
  }
  
  .hm-code__line {
    width: 98%;
    font-size: 13px;
  }

  .hm-symbols__inner {
    width: 95%;
    font-size: 5vw;
  }
  .hm-recognizability span {
    width: 95%;
    font-size: 7vw;
  }

  .hm-footer__p {
    font-size: 4vw;
  }
  
  .worker-container,
  .credits, 
  .credits h4 {
    font-size: 16px;
  }
}

@media(max-width: 400px) {
  .als-grid-title-ul {
    font-size: 10px;
    margin: 10% auto !important;
  }
  .hm-code ol {
    display: inline;
    width: 98%;
  }
  .hm-code__line {
    width: 98%;
    font-size: 10px;
  }
}