.hero {
  height: 100vh;
  max-height: 799px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .hero {
      max-height: 1133px;
      margin-bottom: 80px; } }
  @media (min-width: 1850px) {
    .hero {
      max-height: 1144px; } }
  .hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .hero .container {
    height: 100vh;
    max-height: 799px;
    padding-left: 25px;
    padding-right: 14px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 1200px) {
      .hero .container {
        max-height: 1133px;
        padding-left: 54px;
        padding-right: 80px; } }
    @media (min-width: 1850px) {
      .hero .container {
        max-height: 1144px;
        padding-left: 70px;
        padding-right: 70px; } }
  .hero_header {
    position: relative;
    z-index: 2;
    top: 50%;
    left: -100%;
    animation: heroHeader 1s forwards;
    transform: translateY(-50%);
    border-radius: 0px 12px 12px 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(204, 204, 204, 0.05);
    backdrop-filter: blur(50px);
    padding: 55px 24px 55px 30px;
    display: flex;
    flex-direction: column;
    margin-right: auto;
    max-width: calc(100% - 15px); }
    @media (min-width: 1200px) {
      .hero_header {
        border-radius: 0px 40px 40px 0px;
        padding: 66px 82px 66px 90px; } }
    @media (min-width: 1850px) {
      .hero_header {
        padding: 114px 139px 123px 136px; } }
    .hero_header_title {
      width: 100%;
      margin-bottom: 9px; }
      @media (min-width: 1200px) {
        .hero_header_title {
          margin-bottom: 1px; } }
      .hero_header_title * {
        color: var(--real-white);
        font-family: var(--font-secondary);
        font-size: 28px;
        line-height: 1.1;
        font-style: normal;
        font-weight: 100;
        text-transform: uppercase;
        width: 100%;
        text-align: left !important; }
        @media (min-width: 1200px) {
          .hero_header_title * {
            font-size: 46px; } }
        @media (min-width: 1850px) {
          .hero_header_title * {
            font-size: 65px; } }
        .hero_header_title * strong {
          font-weight: 400; }
    .hero_header_subtitle {
      max-width: 206px;
      margin-left: 0;
      margin-right: auto; }
      @media (min-width: 768px) {
        .hero_header_subtitle {
          max-width: 420px; } }
      @media (min-width: 1850px) {
        .hero_header_subtitle {
          max-width: 500px; } }
      .hero_header_subtitle * {
        color: var(--real-white);
        font-size: 12px;
        line-height: 1.3;
        letter-spacing: 0.96px;
        font-style: normal;
        font-weight: 300;
        text-transform: uppercase;
        text-align: left !important; }
        @media (min-width: 1200px) {
          .hero_header_subtitle * {
            font-size: 20px;
            letter-spacing: 1.15px; } }
        @media (min-width: 1850px) {
          .hero_header_subtitle * {
            font-size: 28px;
            letter-spacing: 1.4px; } }
  .hero_scroll {
    cursor: pointer;
    color: rgba(225, 225, 225, 0.8);
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-align: center;
    max-width: 150px;
    position: absolute;
    bottom: 77px;
    left: 148px;
    z-index: 1;
    display: none; }
    @media (min-width: 1200px) {
      .hero_scroll {
        display: block;
        opacity: 0;
        transform: translateY(-100px);
        animation: heroScroll 1s forwards;
        left: calc((100vw - 1024px) / 2); } }
    @media (min-width: 1850px) {
      .hero_scroll {
        left: calc((100vw - 1664px) / 2); } }
    .hero_scroll strong {
      display: block;
      color: var(--white);
      font-size: 16px;
      line-height: 1;
      font-style: normal;
      font-weight: 500;
      margin-bottom: 4px; }
    .hero_scroll:before {
      content: '';
      display: block;
      width: 20px;
      height: 347px;
      background-image: url("../../assets/images/ico-scroll.webp");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      bottom: calc(100% + 14px);
      left: 50%;
      transform: translateX(-50%); }
  .hero.v2 .hero_header {
    max-width: 341px; }
    @media (min-width: 1200px) {
      .hero.v2 .hero_header {
        max-width: 1011px; } }
    @media (min-width: 1850px) {
      .hero.v2 .hero_header {
        max-width: 1471px;
        padding-right: 129px; } }
  @media (max-width: 1199px) {
    .hero.v2 .hero_header_title * {
      display: block; } }
  .hero.v2 .hero_header_title * strong {
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1199px) {
      .hero.v2 .hero_header_title * strong {
        display: inline; } }
  @media (min-width: 1200px) {
    .hero.v2 .hero_header_subtitle {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 640px; } }
  @media (min-width: 1850px) {
    .hero.v2 .hero_header_subtitle {
      max-width: 910px; } }
  @media (min-width: 1200px) {
    .hero.v2 .hero_header_subtitle * {
      text-align: right; } }
  .hero.v3 .hero_header_title * {
    display: block; }
    .hero.v3 .hero_header_title * span,
    .hero.v3 .hero_header_title * strong {
      width: auto;
      display: inline;
      margin-left: 0; }

@keyframes heroHeader {
  100% {
    left: 0; } }

@keyframes heroScroll {
  100% {
    opacity: 1;
    transform: translateY(0); } }

body.single .hero {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
