.buro_fon {
    height: 100vh;
    width: 100vw;
}
.par_fon {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#ilya .container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;    
    background-repeat: no-repeat;    
    background-position: right center;
    background-size: inherit;
    background-size: contain;
}
#ilya {
    background-color: #1C1C1C;
    color: #eee;
    display: flex;
    align-items: center;
}
.ilya_fio {
    font-family: Roboto Condensed;
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    text-align: left;
    margin-bottom: 32px;
    width: 750px;
    text-transform: uppercase;
}
.ilya_text {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    margin-bottom: 32px;
    width: 750px;
}
.ilya_text p {
    margin-bottom: 30px;
}
.buro_fon {
    width: 100vw;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.buro_content {
    position: relative;
    z-index: 2;
}
.buro_left {
    float: left;
    align-items: flex-end;
}
.buro_right {
    float: right;
    align-items: flex-start;
}
.integral_text_inner {
    max-width: 824px;
}
.buro_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;
}
.buro_text p {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
h2 {
    font-family: Roboto Condensed;
    font-size: 60px;
    font-weight: 300;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 32px;
    text-transform: uppercase;
}
footer {
    top: auto;
    position: relative;
}
#ponima {
    background-attachment: fixed;
}