.page-hero {
    background: #101010;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    letter-spacing: 0.1em;
    min-height: calc(100vh - 160px);
    width: 100%;
    padding-top: 64px;
    padding-bottom: 44px;
    position: relative;
    display: flex;
    align-content: stretch;
    flex-direction: column;
}

.page-hero__wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 193px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: 1;
}

.page-hero__subtitle {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 57px;
}

.page-hero__subtitle::after {
    display: block;
    content: '';
    background-color: #ffffff;
    width: 227px;
    height: 2px;
    margin-top: 8px;
}

.page-hero__title {
    font-family: Yanone Kaffeesatz;
    font-weight: bold;
    font-size: 90px;
    line-height: 1.2;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    max-width: 500px;
    margin-bottom: 40px;
}

.page-hero__desc {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.94;
    text-transform: uppercase;
    max-width: 500px;
    margin-bottom: 70px;
}

.page-hero__img {
    position: absolute;
    /* height: calc(100% + 64px); */
    height: 100%;
    /* max-height: 732px; */
    top: -64px;
    top: 0;
    left: 757px;
    right: 0;
}

.page-hero__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-hero__nav {
    display: flex;
}

#contact_lounge {
    padding-top: 120px;
}

@media (max-width: 1700px) {
    .page-hero__title {
        font-size: 74px;
        max-width: 450px;
    }

    .page-hero__desc {
        max-width: 450px;
    }

    .page-hero__img {
        left: 707px;
    }

    .page-hero__nav .ice-btn:not(:last-child) {
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1400px) {
    .page-hero {
        min-height: calc(100vh - 106px);
    }

    .page-hero__wrap {
        padding: 0 42px;
        height: 100%;
        align-self: stretch;
    }

    .page-hero__subtitle {
        margin-bottom: 30px;
    }

    .page-hero__title {
        font-size: 56px;
        max-width: 320px;
        margin-bottom: 30px;
    }

    .page-hero__desc {
        font-size: 14px;
        max-width: 320px;
        margin-bottom: 30px;
    }

    .page-hero__img {
        left: 426px;
    }

    .page-hero__nav {
        flex-direction: row;
        flex-wrap: wrap;
        width: 320px;
    }

    .page-hero__nav .ice-btn {
        height: 48px;
    }

    .page-hero__nav .ice-btn+.ice-btn {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .page-hero {
        padding-top: 44px;
        min-height: auto;
    }

    .page-hero__subtitle {
        margin-bottom: 20px;
        order: 0;
    }

    .page-hero__title {
        font-size: 40px;
        line-height: 1.34;
        max-width: 100%;
        order: 1;
    }

    .page-hero__desc {
        order: 3;
    }

    .page-hero__nav {
        width: 100%;
        order: 4;
    }

    .page-hero__img {
        position: relative;
        left: 0;
        top: 0;
        order: 2;
    }
}
