body{
    background-color: #F1F1F2
}
.main-block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.main__content__background{

    min-height: 540px;
    width: 100%;
}
.main-block-colum{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.block-colum__container-info{
    display: flex;
    flex-direction: row;
    margin-top: 80px;
    justify-content: space-between;
    grid-gap: 50px;
    margin-right: 100px;
}
.container-info__block-title-wrap{
    margin-bottom: 28px;
}
.container-info-img-wrap{
    max-height: 400px;
}
.container-info__block{
    display: flex;
    flex-direction: column;
    max-width: 555px;
    justify-content: center;
}
.container-info__block-text{
    color: #0A192B;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 120%;
}
.museum-block{
    display: flex;
    width: 85%;
    flex-direction: column;
    margin-top: 80px;
}
.museum-block-text-wrap{
    max-width: 1015px;
    margin-top: 35px;
}
.museum-block-text{
    color: #0A192B;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 120%;
}
.museum-block__gallery{
    display: flex;
    flex-direction: row;
    margin-top: 80px;
    grid-gap: 18px;
}
.gallery-img{
    width: 100%;
}
.extracurricular-block{
display: flex;
    flex-direction: row;
    margin-top: 80px;
    justify-content: space-between;
}
.extracurricular-block__links{
    display: flex;
    flex-direction: column;
    margin-right: 115px;
      width: 100%;
    max-width: 565px;
    row-gap:15px;
}
.links-row{
    display: flex;
    flex-direction: row;
    width: 100%;
   
    justify-content: space-between;
}
.links-row-title{
    color: #0A192B;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 120%; 
}
.links-row-img-wrap{
    display: flex;
    align-items: center;
}
/*.main-block__right-menu{*/
/*    position: relative;*/
/*    background: linear-gradient(180deg, #122D4E 35.24%, rgba(18, 45, 78, 0.39) 60.42%, rgba(18, 45, 78, 0.00) 90.10%);*/
/*box-shadow: 0px 10px 60px 0px rgba(43, 48, 99, 0.25);*/
/*    width: 100%;*/
/*    min-height: 1897px;*/
/*    max-width: 270px;*/
/*    padding-left: 47px;*/
/*    padding-right: 40px;*/
/*    padding-top: 176px;*/
/*}*/
.main__content__background-title-wrap{
    margin-bottom: 24px;
}
.main-block__right-menu-wolf-img{
    position: absolute;
    z-index: 100;
    top: 17%;
}
.main-block__right-menu-mark-img{
    position: absolute;
     z-index: 1;
    top: -3%;
    left: 49%;
}
.main-block__right-menu-points-img{
    position: absolute;
     z-index: 1;
    top: 1%;
    left: 13%;
}
.right-menu-container{
    display: flex;
    flex-direction: column;
    row-gap:18px;
}
.right-menu-container-point{
    color:#FFF;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.point-active{
    text-decoration: underline;
}
.points-block{
    display: none;
    flex-direction: column;
    row-gap:21px;
    margin-top: 39px;
}
.points-block-title{
    color: #122D4E;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.title-none-active{
    color: #8299B4;
}
.points-block-title-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.points-block-img{
    display: flex;
    align-items: center;
}
.video-block{
   display: flex;
    position: relative;
   flex-direction: row;
    
    /*margin-left: 42px;*/
    /*margin-top: 80px;*/
    
    
}
.video-block-row{
    display: flex;
   flex-direction: row;
    /*overflow-x: auto;*/
    grid-gap: 20px;
}
.video-block-shadow{
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 100;
}
.video-block__container{
    display: flex;
    flex-direction: column;
    max-width: 460px;
}
.video-block__container-title-wrap{
    margin-top: 20px;
    margin-bottom: 10px;
}
.video-block__container-content-wrap{
    position: relative;
    
}
.video-block__container-title{
   color: #000;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: normal; 
}
.video-block__container-text{
    color: #000;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 130%; 
}

.video-block__container-content-start{
    position: absolute;
    top: 41%;
    left: 42%;
    z-index: 10;
}
.video-block-row::-webkit-scrollbar{
    background-color: #F1F1F2;
}
.gallery-phone {
    display: none;
}

/*внеучебная деятелньость*/

.container-extracurricular {
    display: flex;
    justify-content: space-between;
    gap: 200px;
}
.extracurricular__item {
    color: #0A192B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 120%;
}

.extracurricular__item:not(last-child) {
    margin-bottom: 15px;
}

.extracurricular__item:after {
   content: '';
    display: block;
    background-image: url("/local/templates/dvgafk/template/img/arrow-right-dark-blue.svg");
    width: 24px;
    height: 24px;
}
.extracurricular__wrapper {
    width: 100%;
}
@media(max-width:1040px){

    .main__content__text{
    margin-right: 0px;
}
    .points-block{
        display: flex;
    }
    .block-colum__container-info{
        flex-direction:column-reverse;
        align-items: center;
        margin-right: 0px;
    }
    .container-info__block{
        max-width: 1000px;
    }
    .museum-block__gallery{
        flex-direction: column;
    }
    .gallery-phone {
    display: flex;
}
    .extracurricular-block{
        flex-direction: column;
        margin-top: 60px;
    }
    .extracurricular-block-title-wrap{
        margin-bottom: 38px;
    }
    .video-block{
        margin-left: 16px;
    }
    .extracurricular-block__links{
        max-width: 1000px;
    }
    .container-extracurricular {
        gap: 100px;
    }
}

@media(max-width: 768px) {
    .container-extracurricular {
        flex-direction: column;
        gap: 10px;
    }
}