.block-hero-home {
    padding-top: 0;
    padding-bottom: 0;
}
.block-hero-home__videobg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.block-hero-home__videobg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-home {
    position: relative;
    z-index: 5;
    min-height: 100vh;
    padding-bottom: 94px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    color: var(--adv-white);
    font-weight: 500;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-home__title {
    margin-bottom: 20px;
    font-size: 90px;
    line-height: 100%;
    letter-spacing: -0.05em;
    font-weight: 500;
}
.hero-home__descr {
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -0.02em;
    font-weight: 500;
}
@media (max-width: 1199px) {
    .hero-home__title {
        font-size: 44px;
    }
    .hero-home__descr {
        font-size: 18px;
    }
}
@media (max-width: 380px) {
    .hero-home__title {
        font-size: 30px;
    }
}
