@font-face {
  font-family: 'HelveticaRounded';
  src: url("/font/HelveticaRounded-Black.woff2") format("woff2"), url("/font/HelveticaRounded-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  font-family: 'HelveticaRounded', sans-serif;
  background-image: url("/img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  background-attachment: fixed; }

.header {
  height: 80px; }
  @media (min-width: 990px) {
    .header {
      height: 110px; } }
  .header__logo {
    padding: 10px; }
    @media (min-width: 990px) {
      .header__logo {
        padding-left: 50px;
        padding-top: 50px; } }
    .header__logo .logo-img {
      height: 50px; }
      @media (min-width: 990px) {
        .header__logo .logo-img {
          height: 100%; } }

.text-wrapper {
  width: 100%;
  line-height: 1.2; }
  @media (max-width: 767px) {
    .text-wrapper {
      line-height: 1.3; } }
  @media (min-width: 990px) {
    .text-wrapper {
      width: 50%; } }
  @media (min-width: 1366px) {
    .text-wrapper {
      width: 35%; } }
  .text-wrapper__text {
    padding-top: 20px;
    font-size: 12px;
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px; }
    @media (min-width: 990px) {
      .text-wrapper__text {
        border-radius: 0;
        background: none;
        padding-top: 50px;
        font-size: 14px;
        padding-bottom: 50px; } }
    .text-wrapper__text:before {
      display: block;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 8px;
      width: 2px;
      border-left: 2px solid #fff; }
  .text-wrapper__fill {
    min-height: 60px; }
    .text-wrapper__fill:before {
      display: block;
      content: "";
      position: absolute;
      top: 20px;
      left: 0;
      bottom: 0;
      width: 2px;
      border-left: 2px solid #000; }
  .text-wrapper__contact {
    bottom: 0;
    width: 100%;
    background: url("/img/arrow-left.png") no-repeat right center;
    min-height: 21px;
    font-size: 12px;
    color: #fff;
    max-width: 230px; }
    @media (min-width: 990px) {
      .text-wrapper__contact {
        max-width: 230px; } }
    .text-wrapper__contact-link {
      color: #fff;
      text-decoration: none; }
  .text-wrapper__footer {
    height: 60px; }
    @media (min-width: 990px) {
      .text-wrapper__footer {
        height: 120px; } }
    .text-wrapper__footer .footer-text {
      font-size: 11px;
      text-transform: uppercase; }
  .text-wrapper .play-video {
    width: 100%;
    background: url("/img/arrow-right.png") no-repeat right bottom;
    min-height: 21px;
    max-width: 215px;
    cursor: pointer; }
    .text-wrapper .play-video:hover .play-video__text {
      border-bottom: 2px solid #fff; }
    @media (min-width: 990px) {
      .text-wrapper .play-video {
        max-width: 215px; } }
    .text-wrapper .play-video:before {
      display: block;
      content: "";
      position: absolute;
      left: 0;
      bottom: 3px;
      height: 8px;
      width: 2px;
      border-left: 2px solid #fff; }

:root {
  --headerHeight: 80px; }
  @media (min-width: 990px) {
    :root {
      --headerHeight: 110px; } }

.main {
  padding: 10px;
  min-height: calc(100% - var(--headerHeight)); }
  @media (min-width: 990px) {
    .main {
      padding-left: 50px;
      padding-top: 30px; } }

.video-wrapper .video-player-modal {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10; }
  .video-wrapper .video-player-modal video {
    width: 100%;
    height: 100%;
    background: #000;
    position: relative; }

.close-btn {
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  z-index: 12;
  cursor: pointer; }
  .close-btn__text {
    position: relative;
    font-size: 30px;
    color: #fff; }

.big-play {
  cursor: pointer;
  background: url("/img/play-btn.png") no-repeat;
  background-size: 100% 100%;
  width: 100px;
  height: 100px;
  z-index: 2;
  right: calc(50% - 50px);
  top: calc(30% - 20px);
  opacity: 1;
  transition: all 200ms ease-out; }
  @media (orientation: landscape) and (max-width: 998px) {
    .big-play {
      display: none !important;
      opacity: 0;
      pointer-events: none; } }
  .big-play:hover {
    opacity: 1; }
  @media (min-width: 990px) {
    .big-play {
      opacity: 0.8;
      top: 50%;
      width: 200px;
      height: 200px;
      right: calc(50% - 100px); } }
  @media (min-width: 1366px) {
    .big-play {
      top: 50%;
      width: 250px;
      height: 250px;
      right: calc(50% - 125px); } }

/*# sourceMappingURL=style.css.map */
