.container-wrap{
    position: relative;

}

.main-block__right-menu:after {
    content: '';
    position: absolute;
    width: 270px;
    height: 100vh;
    top: -50%;
    /*background: url("/local/templates/dvgafk/template/img/documents-bg.svg");*/
    background:  url("/local/templates/dvgafk/template/img/documents-bg.svg"), linear-gradient(180deg, #122D4E 35.24%, rgba(18, 45, 78, 0.39) 60.42%, rgba(18, 45, 78, 0.00) 90.1%);
    /* Card 2 */


}
.main-block__right-menu a {
    z-index: 5;

}

.block-colum__container-info{
    width: 75%;
}

.main-block__right-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    box-shadow: none!important;
}

.extracurricular__title h2 {
    color:  #122D4E;
    font-size: 24px;
    font-weight: 800;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
}

.extracurricular{
    width: 75%;
    padding-top: 80px;
    padding-bottom: 40px;
}

.right-menu-container-point-wrap {
    margin-bottom: 20px;
}
.public-exp-bg{
    position: relative;
    display: block;
    width: 100%;
   
}

.container__main-offer {
    position: absolute;
    top: 0;
}

.title-white h1 {
    color: #fff!important;
}

.container__exceptions .title-white h1,
.first-item-white a span {
    color: #fff;
}

@media(max-width:992px)  {
    .public-exp-bg {
        height: 520px;
        object-fit: cover;
    }
    .main-block__right-menu {
        margin-top: 40px;
    }
    .block-colum__container-info,
    .museum-block
    {
        width: 100%;
        margin-top: 30px;
    }
    .extracurricular {
        width: 100%;
        padding: 40px 0;
    }
    .museum-block__gallery .gallery-img {
        height: 335px;
        object-fit: cover;
    }
    .about-video {
        padding: 40px 0;
    }
}