@import url(../fonts/HelveticaNeueCyr/stylesheet.css);
/*
@color[secondary]
 */
:root {
  /* Needs at least less 3.7 */
  --white: #fff;
  --black: #161616;
}
* {
  box-sizing: border-box;
  outline: none;
}
html {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex: auto;
  flex-direction: column;
  font-family: 'HelveticaNeueCyr', sans-serif;
  background: var(--bg);
  color: var(--black);
  font-size: 16px;
}
img {
  border: 0;
}
body {
  font-family: 'HelveticaNeueCyr', sans-serif;
  color: var(--white);
  font-size: 1.78571429vw;
  line-height: 135%;
  letter-spacing: -0.03em;
}
.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content {
  padding: 3.57142857vw 8.80952381vw 5.95238095vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 2;
}
.pic {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center right / cover;
}
.pic--d {
  display: block;
}
.title {
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 3.03571429vw;
  text-transform: uppercase;
  margin-bottom: 0.5952381vw;
  letter-spacing: normal;
}
.logo {
  line-height: 0;
  width: 8.92857143vw;
  height: 4.16666667vw;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 4.61538462vw;
  }
  .wrapper {
    height: 192.30769231vw;
  }
  .content {
    padding: 10.25641026vw 6.66666667vw;
    align-items: stretch;
  }
  .pic {
    display: block;
    background: no-repeat center top / cover;
  }
  .pic--d {
    display: none;
  }
  .title {
    font-size: 6.66666667vw;
    line-height: 8.20512821vw;
    margin-bottom: 1.28205128vw;
  }
  .logo {
    width: 38.46153846vw;
    height: 12.82051282vw;
    margin: 0 auto;
  }
  .logo img {
    object-position: center;
  }
}
/*# sourceMappingURL=style.css.map */