.bkh65-main {
    background-color: #000;
}
.bkh65-mainbanner-container {
    width: 100%;
    max-height: 1280px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bkh65-mainbanner-img {
    width: 100%;
    height: 100%;
    max-height: 1280px;
    object-fit: cover;
    object-position: center;
    user-select: none;
}
.bkh65-mainbanner-title {
    max-width: 880px;
    font-size: 120px;
    line-height: 80%;
    text-shadow: #00000050 0 4px 10px;
    font-family: 'pp-500';
    position: absolute;
}
.bkh65-mainbanner-title p {
    padding-left: 110px;
}
.bkh65-title-italic {
    font-family: 'ns-400-italic';
}

.oceanpage-vid-block {
    width: 100%;
    height: 700px;
    margin-top: 80px;
    background: var(--grey-bg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.oceanpage-vid-block img {
    display: flex;
}
.oceanpage-title-container {
    display: flex;
    margin: 25px 0;
    gap: 25px;
}
.engelberg {
    max-width: 620px;
    width: 100%;
    height: auto;
    padding: 25px 40px 25px 40px;
    border: 1px solid #415366;
}
.oceanpage-title {
    font-family: 'sf-500';
    margin-bottom: 30px;
    font-size: 55px;
}
.oceanpage-text {
    max-width: 510px;
    font-size: 18px;
}
.oceanpage-text-helper {
    margin-bottom: 20px;
}
.ocean {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: 25px 25px 60px 25px;
    border: 1px solid #415366;
}
.oceanpage-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
    background: #2F3720;
    transition: .2s;
}
.oceanpage-btn:hover {
    color: #2F3720;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 77px -6px #2F3720;
    -moz-box-shadow: 0px 0px 77px -6px #2F3720;
    box-shadow: 0px 0px 77px -6px #2F3720;
}
.oceanpage-about-bg img {
    width: 100%;
}



.bkh_sceane-video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: bottom;
    -webkit-mask-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 1) 10%, 
        rgba(0, 0, 0, 1) 100%);
    mask-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 1) 10%, 
        rgba(0, 0, 0, 1) 100%);
}

.bkh-65-sceane-1-text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 100%;
    text-align: center;
    transition: 1s;
}
.bkh-65-sceane-1-text p {
    margin-bottom: 20px;
}

.bkh-65-title {
    font-size: 100px;
    font-family: 'pp-500';
}
.bkh-65-text {
    font-size: 18px;
}
#reveal1 {
    opacity: 0;
    transition: .2s;
}
#reveal1.visible {
    opacity: 1;
    transition: 1s;
}

.bg_text-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #C7CBCE;
}

.text-sceane-section {
    position: relative;
    width: 100%;
    height: 780px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #C7CBCE;
}
.text-sceane-container {
    position: relative;
}
.text-sceane-5 {
    margin: 200px 0;
}
.bkh-65-gradient-title {
    font-size: 36px;
    font-family: 'sf-700';
    background: -webkit-linear-gradient(#93A891 12%, #1B1B1B 88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.bkh-65-gradient-text {
    color: #C7CBCE;
    font-size: 16px;
    line-height: 130%;
}

.bkh-65-sceane2-text-container {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-bottom: 200px;
}

.tech-table {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.tech-table:not(:last-child) {
    border-bottom: 1px solid #6d6d6d;
}

.text-sceane-title {
    max-width: 1400px;
    margin-bottom: 40px;
}

.text-sceane-text {
    max-width: 700px;
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
    z-index: 1;
}
.bkh-65-sceane-section-3 {
    padding: 200px 0 700px 0;
}

.bkh-65-sceane-section-2 {
    display: block;
    position: relative;
}

.bkh-65-sceane-2 img {
    width: 100%;
    max-height: 950px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.bkh-65-sceane-section-int {
    width: 100%;
    padding: 150px 0
}

.bkh-65-int-sceane-container {
    display: flex;
    gap: 50px;
    
}
.bkh-65-int-vid-container {
    max-width: 630px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bkh-65-int-vid-text-container {
    margin-bottom: 50px;
    font-size: 20px; 
    color: #fff;
}

.bkh-65-int-vid-text-container p:first-child {
    font-family: 'sf-700';
    margin-bottom: 30px;
}

.bkh-65-int-vid-text-container p:last-child {
    color: #525252;
}

.bkh-65-int-sceane-v1 {
    max-width: 970px;
    max-height: 910px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.bkh-65-int-sceane-v2 {
    width: 100%;
    height: 100%;
    max-height: 680px;
    object-fit: cover;
    object-position: bottom;
}

.bkh-65-sceane-3 {
    position: relative;
}

.bkh-65-sceane-3 img {
    width: 100%;
    max-height: 100vh;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 1) 20%, 
        rgba(0, 0, 0, 1) 95%, 
        rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 1) 20%, 
        rgba(0, 0, 0, 1) 95%, 
        rgba(0, 0, 0, 0) 100%);
}

.bkh-65-sceane3-text-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 680px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    transition: .2s;
    opacity: 0;
}
.bkh-65-sceane3-text-container.showed {
    opacity: 1;
    transform: translateY(-20px);
}

.bkh65_tech-container {
    width: 100%;
    position: relative;
}
.bkh65_tech_text-container {
    display: block;
    position: relative;
    max-width: 1420px;
    width: 100%;
    padding-top: 930px;
    margin: 0 auto;
    z-index: 2;
}
.bkh65_ugol-container {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    object-fit: cover;
    object-position: left;
    -webkit-mask-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 1) 30%, 
        rgba(0, 0, 0, 1) 100%);
    mask-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 1) 30%, 
        rgba(0, 0, 0, 1) 100%);
}
video.bkh65_ugol-item {
    width: 100%;
    height: 100%;
}



.bkh-65-sceane4-text-container {
    max-width: 540px;
    width: 100%;
    padding: 40px 0;
}

.bkh_sceane-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 500px 0;
    overflow: hidden;
}
.bkh-65-sceane-5 {
    position: relative;
}
.bkh-65-sceane-5 img {
    width: 100%;
    max-height: 980px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.bkh-65-sceane-5-text-block {
    width: 100%;
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;  
}
.bkh-65-sceane5-text-container {
    display: block;
    max-width: 550px;
    width: 100%;
    transition: .8s;
}
.bkh-65-gradient-first {
    max-width: 360px;
}
.bkh_sceane-container-5 {
    position: relative;
    width: 100%;
    padding: 20px 0 350px 0;
}

.bkh-65-sceane5-text-container.showed {
    display: block;
    transform: translateY(-20px);
    transition: .8s;
}















.oceanpage-video {
    padding: 20px;
}


.bkh65-pin-container {
    font-size: 40px;
    width: 100%;
    height: 1080px;
    /* margin: 180px 0; */
    background-color: var(--grey-bg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bkh65-pin-container p {
    font-size: 40px;
    line-height: 100%;
    font-family: 'sf-700';
    background: -webkit-linear-gradient(#93A891 12.75%, #1B1B1B 88.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1680px) {
}

@media (max-width: 1440px) {
    .oceanpage-btn {
        padding: 16px 0;
    }
    .bkh65-mainbanner-img {
        height: 100vh;
    }
    .header {
        top: 20px;
    }
    .oceanpage-video {
        padding: 60px;
    }
    .engelberg {
        padding: 20px 35px;
    }
    .oceanpage-title {
        font-size: 46px;
        line-height: 100%
    }
    .oceanpage-text {
        font-size: 12px;
        max-width: 320px;
    }
    .ocean {
        gap: 20px;
        padding: 20px 35px;
    }

    .item-category {
        font-size: 16px;
        white-space: nowrap;
    }
    .bkh-65-sceane-1-text-container {
        max-width: 460px;
    }
    .bkh-65-sceane-1-text-container .bkh-65-title {
        font-size: 60px;
    }
    .bkh-65-sceane-1-text-container .bkh-65-text {
        font-size: 16px;
    }
    .bkh_sceane-container {
        padding: 350px 0;
    }
    .bkh-65-sceane-1-text p {
        margin-bottom: 60px;
    }
    .bkh-65-sceane2-text-container {
        padding-bottom: 100px;
    }
    .bkh-65-sceane-section-3 {
        padding: 200px 0 400px 0;
    }
    .bkh-65-int-sceane-container {
        padding: 0 60px;
        gap: 20px;
    }
    .bkh-65-int-sceane-v2 {
        max-height: 660px;
    }

    .bkh65_tech_text-container {
        max-width: 1220px;
        padding-top: 1040px;
    }
    .bkh65_ugol-container {
        max-width: 850px;
    }
    .bkh-65-gradient-title {
        font-size: 26px;
    }
    .bkh-65-sceane5-text-container {
        max-width: 520px;
    }
    .bkh-65-sceane-5-text-block {
        gap: 40px;
        height: 50%;
        padding: 0 60px;
    }
    .bkh-65-gradient-first {
        max-width: 300px;
    }
    .bkh-65-gradient-text {
        font-size: 14px;
    }
}



@media (max-width: 1340px) {
}

@media (max-width: 1280px) {
    .bkh-65-sceane-5-text-block {
        gap: 40px;
        height: 60%;
        padding: 0 60px;
    }
    .bkh-65-sceane5-text-container {
        max-width: 600px;
    }
    .oceanpage-video {
        padding: 20px;
    }
    .oceanpage-title-container {
        gap: 20;
        margin: 20px 0;
    }
    .oceanpage-title {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .engelberg {
        padding: 20px;
    }
    .ocean {
        padding: 20px;
    }
    .bkh-65-sceane-1-text-container .bkh-65-title {
        margin-bottom: 20px;
    }
    .text-sceane-title {
        font-size: 80px;
        margin-bottom: 20px;
    }
    .text-sceane-text {
        font-size: 16px;
        max-width: 680px;
    }
    .bkh-65-sceane-1-text p {
        margin-bottom: 40px;
    }
    .bkh-65-int-sceane-container {
        padding: 0 20px;
    }
    .bkh-65-int-vid-text-container {
        font-size: 18px;
        margin-bottom: 40px;
    }


    .bkh_sceane-container-5 {
        padding: 20px 0 200px 0;
    }

    .bkh-65-int-sceane-v1 {
        max-width: 580px;
    }
    .bkh-65-int-sceane-v2 {
        max-height: 556px;
    }
    .bkh-65-sceane3-text-container {
        max-width: 520px;
    }
    .bkh-65-sceane3-text-container .bkh-65-gradient-text {
        font-size: 14px;
    }

    .bkh65_ugol-container {
        max-width: 700px;
    }
    .bkh-65-gradient-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .bkh-65-gradient-text {
        font-size: 12px;
    }
    .bkh-65-sceane4-text-container {
        max-width: 420px;
    }
    .bkh65_tech_text-container {
        padding-top: 730px;
        padding-left: 90px;
    }
    .bkh-65-sceane5-text-container {
        max-width: 450px;
    }
    .bkh-65-sceane-5-text-block {
        padding: 0 30px;
    }
}

@media (max-width: 1160px) {
}