.integral_fon {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
}
.integral_fon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}
.integral_content {
    position: relative;
    z-index: 2;
}
#integral_1 {
    display: flex;
    align-items: center;
    text-align: center;
}
#integral_1 h1 {
    font-size: 80px;
    font-weight: 300;
    line-height: 88px;
    font-family: Roboto Condensed;
    color: #eee;
    margin-bottom: 25px;
    text-transform: uppercase;
}
#integral_1 .integral_content {
    margin: 0 auto;
}
#integral_1 p {
    font-size: 22px;
    line-height: 30px;
    width: 740px;
    color: #eee;
    margin: 0 auto;
}
.integral_text {
    width: 50vw;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    height: 100vh;
    display: flex;
    justify-content: center;
    padding: 68px;
    flex-direction: column;
    color: #eee;
    overflow: hidden;
}
.integral_text_inner {
    max-width: 824px;
}
.integral_text h2 {
    font-family: Roboto Condensed;
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    text-align: left;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.integral_text p {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}
.integral_text p.integral_bold {
    font-weight: 700;
}
.integral_right {
    float: right;
    align-items: flex-start;
}
#integral_4 .integral_right {
    background: #161616;
}
.integral_left {
    float: left;
    align-items: flex-end;
}
#integral_5 {
    background: #161616;
}
#integral_5 .integral_right {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    overflow: hidden;
}
.tagcloud {
    position: absolute;
/*    left: -200px;
    top: -100px;*/
    background-color: #000;
}
#integral_3, #integral_6 {
    background-attachment: fixed;
    z-index: 2;
}
.video_left {
    position: absolute;
}
.video_left video {
    height: 100vh;
    position: relative;
    left: -20vw;
}
#forma_bb {
    height: 100vh;
    max-height: calc(100vh - 240px);
}