@media (min-width: 1200px) and (max-width: 1360px) {
    body {
       zoom: 80%;
    }
}

.h1_section{
    padding-top: 267px;
    padding-bottom: 103px;
}
.main_h1{
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 0.02em;
    color: #262D54;
    text-align: center;
    position: relative;
}

.main_h1:after{
    position: absolute;
    content:'';
    left: 50%;
    transform: translate( -50%, 0 );
    bottom: -20px;
    width: 120px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/title-icon.svg);
}
.main_vimeo_video{
    max-height: calc( 100dvh - 74px );
    position: relative;
    transition: .2s;
}
.vimeo_wrapper {
    padding: 56.25% 0 0 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.video_logo{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 140px;
    height: 147px;
    transform: translate(-50%,-50%);
    z-index: 2;
    transition-duration: 1s;
    transition-timing-function: ease;
}
.video_logo path{
    transition-duration: 1s;
}
body.scrolled .video_logo{
    top: 100%;
    margin-top: 160px;
}
body.scrolled .video_logo path{
    fill: #262D54;
}
body.scrolled .main_vimeo_video{
    max-height: initial;
}
.cabinet__title:after{
    display: none;
}
@media (max-width: 1270px) {
    .main_h1 {
        font-size: 46px;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .main_h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .video_logo{
        width: 80px;
        height: 80px;
    }
    .h1_section{
        padding-top: 160px;
        padding-bottom: 70px;
    }
    body.scrolled .video_logo{
        margin-top: 85px;
    }
}
