.hero-home {
  height: 100vh;
  max-height: 799px;
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .hero-home {
      max-height: 1133px;
      margin-bottom: 80px; } }
  @media (min-width: 1850px) {
    .hero-home {
      max-height: 1144px; } }
  .hero-home_header {
    position: relative;
    z-index: 2;
    top: 50%;
    left: 0;
    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: 34px 24px 34px 30px;
    display: flex;
    flex-direction: column;
    margin-right: auto;
    width: calc(100% - 20px);
    max-width: 340px; }
    @media (min-width: 1200px) {
      .hero-home_header {
        border-radius: 0px 40px 40px 0px;
        padding: 66px 82px 66px 90px;
        max-width: 718px; } }
    @media (min-width: 1850px) {
      .hero-home_header {
        max-width: 918px;
        padding: 41px 143px 48px 150px; } }
    .hero-home_header_title {
      width: 100%;
      margin-bottom: 9px; }
      @media (min-width: 1200px) {
        .hero-home_header_title {
          margin-bottom: 1px; } }
      .hero-home_header_title * {
        color: var(--real-white);
        font-family: var(--font-secondary);
        font-size: 28px;
        line-height: 1.1;
        font-style: normal;
        font-weight: 300;
        text-align: left !important;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-right: auto; }
        @media (min-width: 1200px) {
          .hero-home_header_title * {
            font-size: 46px;
            text-align: left !important; } }
        @media (min-width: 1850px) {
          .hero-home_header_title * {
            font-size: 65px;
            text-align: left !important; } }
        .hero-home_header_title * strong {
          font-weight: 400; }
    .hero-home_header_subtitle {
      margin-left: 0;
      margin-right: auto;
      margin-bottom: 5px; }
      .hero-home_header_subtitle * {
        color: var(--real-white);
        font-size: 12px;
        line-height: 1.3;
        font-style: normal;
        font-weight: 300;
        letter-spacing: 0.96px;
        text-align: left !important;
        text-transform: uppercase; }
        @media (min-width: 1200px) {
          .hero-home_header_subtitle * {
            font-size: 20px;
            letter-spacing: 1.15px;
            text-align: left !important; } }
        @media (min-width: 1850px) {
          .hero-home_header_subtitle * {
            font-size: 28px;
            letter-spacing: 1.4px;
            text-align: left !important; } }
  .hero-home_box {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), rgba(127, 127, 127, 0.2);
    backdrop-filter: blur(50px);
    padding: 32px 20px 36px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    max-width: 440px; }
    @media (min-width: 1200px) {
      .hero-home_box {
        max-width: 718px;
        border-radius: 40px;
        padding: 64px 29px 72px; } }
    @media (min-width: 1850px) {
      .hero-home_box {
        max-width: 1082px; } }
    @media (min-width: 1200px) {
      .hero-home_box .button {
        margin-left: auto;
        margin-right: auto; } }
    .hero-home_box_title {
      width: 100%;
      margin-bottom: 9px; }
      @media (min-width: 1200px) {
        .hero-home_box_title {
          margin-bottom: 37px; } }
      .hero-home_box_title * {
        color: var(--real-white);
        font-family: var(--font-secondary);
        font-size: 36px;
        line-height: 1.1;
        font-style: normal;
        font-weight: 300;
        text-align: center;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        width: 100%; }
        @media (min-width: 1200px) {
          .hero-home_box_title * {
            font-size: 70px;
            line-height: 1; } }
        @media (min-width: 1850px) {
          .hero-home_box_title * {
            font-size: 80px; } }
        .hero-home_box_title * strong {
          font-weight: 400; }
    .hero-home_box_subtitle {
      width: 100%;
      margin-bottom: 5px; }
      @media (min-width: 1200px) {
        .hero-home_box_subtitle {
          margin-bottom: 15px; } }
      .hero-home_box_subtitle * {
        color: var(--real-white);
        font-size: 12px;
        line-height: 1.3;
        font-style: normal;
        font-weight: 300;
        letter-spacing: 0.96px;
        text-align: center;
        text-transform: uppercase; }
        @media (min-width: 1200px) {
          .hero-home_box_subtitle * {
            font-size: 23px;
            letter-spacing: 1.15px; } }
        @media (min-width: 1850px) {
          .hero-home_box_subtitle * {
            font-size: 30px;
            letter-spacing: 2.4px; } }
  .hero-home_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-home_scroll {
        display: block;
        opacity: 0;
        transform: translateY(-100px);
        animation: heroScroll 1s forwards;
        left: calc((100vw - 1024px) / 2); } }
    @media (min-width: 1850px) {
      .hero-home_scroll {
        left: calc((100vw - 1664px) / 2); } }
    .hero-home_scroll strong {
      display: block;
      color: var(--white);
      font-size: 16px;
      line-height: 1;
      font-style: normal;
      font-weight: 500;
      margin-bottom: 4px; }
    .hero-home_scroll:before {
      content: '';
      display: block;
      width: 20px;
      height: 147px;
      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-home_nav {
    position: absolute;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; }
    @media (min-width: 1200px) {
      .hero-home_nav {
        bottom: 79px;
        right: 115px;
        transform: none;
        left: auto;
        right: calc((100vw - 1024px) / 2);
        width: auto; } }
    @media (min-width: 1850px) {
      .hero-home_nav {
        bottom: 73px;
        right: calc((100vw - 1664px) / 2); } }
    .hero-home_nav_link {
      color: var(--real-white);
      font-family: var(--font-secondary);
      font-size: 12px;
      line-height: 1.3;
      letter-spacing: 0.96px;
      font-style: normal;
      font-weight: 300;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      position: relative; }
      @media (min-width: 1200px) {
        .hero-home_nav_link:after {
          content: '';
          display: block;
          width: 0;
          height: 1.5px;
          background-color: var(--real-white);
          position: absolute;
          top: 100%;
          left: 0;
          transition: all 0.5s; } }
      @media (min-width: 1200px) {
        .hero-home_nav_link:hover:after {
          width: 100%; } }
      @media (min-width: 1200px) {
        .hero-home_nav_link {
          font-size: 20px;
          letter-spacing: 1.15px; } }
      @media (min-width: 1850px) {
        .hero-home_nav_link {
          font-size: 28px;
          letter-spacing: 1.4px; } }
      .hero-home_nav_link + .hero-home_nav_link {
        position: relative;
        margin-left: 31px; }
        @media (min-width: 1200px) {
          .hero-home_nav_link + .hero-home_nav_link {
            margin-left: 71px; } }
        .hero-home_nav_link + .hero-home_nav_link:before {
          content: '';
          display: block;
          width: 1px;
          height: 72px;
          background: linear-gradient(90deg, rgba(55, 64, 72, 0.5) 0%, rgba(153, 153, 153, 0.5) 100%);
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -16px; }
          @media (min-width: 1200px) {
            .hero-home_nav_link + .hero-home_nav_link:before {
              left: -36px; } }
  .hero-home .swiper > .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100vh;
    max-height: 799px;
    padding-left: 25px;
    padding-right: 14px;
    z-index: 1;
    pointer-events: none; }
    @media (min-width: 1200px) {
      .hero-home .swiper > .container {
        max-height: 1133px;
        padding-left: 54px;
        padding-right: 80px; } }
    @media (min-width: 1850px) {
      .hero-home .swiper > .container {
        max-height: 1144px;
        padding-left: 70px;
        padding-right: 70px; } }
  .hero-home .swiper-slide {
    height: 100vh;
    max-height: 799px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 1200px) {
      .hero-home .swiper-slide {
        max-height: 1133px; } }
    @media (min-width: 1850px) {
      .hero-home .swiper-slide {
        max-height: 1144px; } }
    .hero-home .swiper-slide .container {
      height: 100vh;
      max-height: 799px;
      padding-left: 25px;
      padding-right: 14px; }
      @media (min-width: 1200px) {
        .hero-home .swiper-slide .container {
          max-height: 1133px;
          padding-left: 54px;
          padding-right: 80px; } }
      @media (min-width: 1850px) {
        .hero-home .swiper-slide .container {
          max-height: 1144px;
          padding-left: 70px;
          padding-right: 70px; } }
  .hero-home .swiper-pagination {
    bottom: 30px;
    pointer-events: all; }
    @media (min-width: 1200px) {
      .hero-home .swiper-pagination {
        width: 11px;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
        left: auto;
        right: 112px;
        display: flex;
        flex-direction: column; } }
  .hero-home .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border: 1px solid var(--real-white);
    border-radius: 3px;
    background-color: transparent;
    opacity: 1;
    transition: all 0.35s; }
    @media (min-width: 1200px) {
      .hero-home .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        border-radius: 6px;
        margin-bottom: 19px !important; } }
    @media (min-width: 1200px) {
      .hero-home .swiper-pagination-bullet:last-child {
        margin-bottom: 0; } }
    .hero-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 17px;
      background-color: var(--real-white); }
      @media (min-width: 1200px) {
        .hero-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
          width: 11px;
          height: 32px; } }

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

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