html, body {
  height: 100%;
}

body {
  background-color: #DEDEDD;
}

.lyt {
  padding-top: 0;
}
.lyt .lyt__header {
  background: linear-gradient(90deg, #138652 0%, #5FCE94 90%);
  color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.lyt-nav {
  display: flex;
  align-items: center;
  font-size: 14px;
  background-color: transparent;
}
.lyt-nav__brand {
  line-height: 20px;
  font-weight: 600;
  color: #FFFFFF !important;
}
.lyt__content {
  background: url("../i/girl.jpg") no-repeat bottom center;
  background-size: 60vh;
}

.app-btn_secondary {
  background-color: #138652;
  border-color: #138652;
}

@media (min-width: 992px) {
  .lyt-nav__brand {
    font-size: 32px;
  }
  .lyt-nav__brand {
    line-height: 36px;
  }
  .lyt__content {
    background-position: bottom left 30%;
  }
}

/*# sourceMappingURL=crimea.css.map */
