html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, img, ol, ul, li, menu {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

h1, h2 {
  font-size: inherit;
  font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
footer, header, 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;
}

a {
  text-decoration: none;
  color: black;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: AndaleMono;
  src: url("../../fonts/AndaleMono.ttf");
}

@font-face {
  font-family: Montserrat;
  src: url("../../fonts/Montserrat-Medium.ttf");
}

@-webkit-keyframes prompt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes prompt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes headerMenuOpening {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: unset;
    min-height: -webkit-fit-content !important;
    min-height: fit-content !important;
    opacity: 1;
  }
}

@keyframes headerMenuOpening {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: unset;
    min-height: -webkit-fit-content !important;
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
    opacity: 1;
  }
}

@-webkit-keyframes headerOpening {
  0% {
    min-height: 0;
  }
  75% {
    min-height: 100%;
  }
  100% {
    height: 100%;
  }
}

@keyframes headerOpening {
  0% {
    min-height: 0;
  }
  75% {
    min-height: 100%;
  }
  100% {
    height: 100%;
  }
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

*[data-lang="eng"] {
  display: unset;
}

*[data-lang="ua"] {
  display: none;
}

html {
  font-size: 10px;
}

.wrapper {
  position: relative;
  max-width: 100%;
}

u {
  text-decoration: none;
}

.settings, #type-source, #type-loop, .hide, *[data-lang="ua"] {
  display: none;
}

.type-cursor {
  display: inline-block;
  -webkit-transform: translate(0, -10%);
          transform: translate(0, -10%);
  -webkit-animation: prompt .7s infinite;
          animation: prompt .7s infinite;
}

.header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2% 1.5%;
  font-size: 1.7vw;
  z-index: 4;
}

.header__menu--homepage, .header__menu-button, .header__menu-top {
  display: none;
}

.header__logo > a {
  text-transform: uppercase;
}

.header__logo *, .header__logo {
  font-family: AndaleMono;
}

.header__menu-button, .header__link {
  font-family: AndaleMono;
}

.header__link {
  text-transform: uppercase;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.header__link--current {
  display: none;
}

.header__link:hover {
  -webkit-transition: color .3s;
  transition: color .3s;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.header__list > li:not(li:last-child) {
  margin-right: 9%;
}

@media screen and (max-width: 830px) {
  .type-cursor {
    display: none;
  }
  .typed-cursor {
    display: none;
  }
  .open .header__logo,
  .open .header__menu-button {
    -webkit-animation: prompt 1s;
            animation: prompt 1s;
  }
  .header.open {
    position: fixed;
    top: 0;
    overflow-y: scroll;
    font-size: 5.3vmin;
    -webkit-animation: headerOpening .6s;
            animation: headerOpening .6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .open > .header__menu {
    visibility: visible;
    -webkit-animation: headerMenuOpening 1s;
            animation: headerMenuOpening 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .open .header__logo,
  .open .spec-violet {
    color: black;
  }
  .header__text,
  .header__line,
  .header.open ~ *,
  .header__mobile-hidden,
  .header.open .header__logo > a:first-child ~ * {
    display: none;
  }
  .header__menu-button,
  .header__menu-top,
  .header__list,
  .header__link--current,
  .header__menu--homepage {
    display: block;
  }
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4.5% 5%;
    width: 100%;
    min-height: 0%;
    word-spacing: 20px;
    font-size: 5.3vw;
    -webkit-transition: min-height .3s;
    transition: min-height .3s;
  }
  .header__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__logo, .header__menu-button {
    letter-spacing: normal;
    word-spacing: normal;
  }
  .header:not(.open) > .header__menu {
    opacity: 0;
  }
  .header__menu {
    width: 100%;
    height: 0;
    visibility: hidden;
  }
  .header__menu--homepage {
    height: 0;
  }
  .header__menu-button {
    text-transform: uppercase;
  }
  .header__menu-top {
    margin: 10vmax 0;
    text-align: center;
  }
  .header__list > li {
    padding-bottom: 6vmax;
    margin-right: 0 !important;
  }
  .header__list > li:before {
    content: '->';
    font-family: AndaleMono;
    font-size: 12.8vmin;
  }
  .header__list a {
    margin-left: 0%;
  }
  .header__menu .header__link {
    font-size: 12.8vmin;
    letter-spacing: normal;
  }
  .header__menu .header__link--current {
    display: block;
  }
}

.footer {
  display: none;
}

pre {
  white-space: pre;
  margin: 0;
  padding: 0;
  font-family: inherit;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  line-height: 1.1;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 89.6vh;
}

.container {
  margin: 0 auto;
  width: 100%;
}

.description {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5.4vh 0 0 0;
  padding: 0 1.8%;
  font-size: 3.55vh;
}

.description__title {
  padding: .5% .5% .5% 1%;
  font-family: AndaleMono;
  font-size: 4vh;
  font-weight: 500;
}

.description__item {
  width: 76vh;
}

.description__item:first-child {
  margin-right: 1%;
}

.description__container {
  padding: 3.5% 0 0 2.5%;
  height: 44vh;
  border: 2px solid black;
}

.description__list {
  margin-top: 4.3vh;
  font-family: Montserrat;
}

.description__list > li {
  padding-bottom: 1.2%;
}

.text__body {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  width: 80%;
}

.text__item {
  margin: 0;
  font-family: Montserrat;
  text-transform: uppercase;
  text-align: center;
  font-size: 8vh;
}

.text__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.4vh;
}

.text__img > svg {
  width: 100%;
}

.text__img:last-child {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

@media screen and (max-width: 1440px) {
  .description .description__item {
    width: 80vh;
  }
  .description .description__item:first-child {
    margin: 0;
    margin-right: 2%;
  }
  .text .text__item {
    font-size: 4.2vw;
  }
  .text .text__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 166vh;
    max-width: 90%;
  }
}

@media screen and (min-width: 831px) {
  *[data-dev="desktop"] {
    display: unset;
  }
  *[data-dev="mobile"] {
    display: none;
  }
}

@media screen and (max-width: 830px) {
  pre {
    line-height: normal;
  }
  *[data-dev="desktop"] {
    display: none;
  }
  *[data-dev="mobile"] {
    display: unset;
  }
  .line-indent {
    display: none;
  }
  .container {
    width: 100%;
  }
  .description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 9%;
  }
  .description .description__item {
    width: 95%;
  }
  .description__container {
    padding: 4% 0 0 3%;
    height: 90vw;
  }
  .description__title {
    font-size: 8.53vw;
  }
  .description__item:first-child .description__container > p {
    background-color: transparent;
  }
  .description__item:last-child {
    margin-top: 21%;
  }
  .description__item:last-child .description__container .description__title {
    background-color: transparent;
  }
  .description__list {
    margin-top: 4.3vh;
  }
  .description__list > li {
    font-size: 6.4vw;
    padding-bottom: 2%;
  }
  .text {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .text .text__body {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
    max-width: 100%;
  }
  .text .text__item {
    width: 70%;
    font-size: 11vw;
    text-align: center;
  }
  .text__img {
    width: 11%;
  }
}
