.exhibitions-block{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 45px;
}
.exhibitions-block-inner{
    display: flex;
    margin-right: -1%;
}
.one-exhibition{
    width: 49%;
    margin-right: 1%;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    display: flex;
    position: relative;
}

.one-exhibition .video-link{
    position: absolute;
    top:-35px;
    left: 5px;

}
.one-exhibition .video-link a{
    display: flex;
    align-items: center;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
}
.one-exhibition .video-link img{
    margin-right: 5px;
}

.one-exhibition .img-block{
    border-radius: 5px;
    overflow: hidden;
    margin-right: 25px;
    flex-shrink: 0;
    width: 195px;
}
.one-exhibition .descr-exhibition p{
    padding: 0;
    margin: 0;
    padding-right: 5px;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}

@media  (max-width:1024px) {
    .exhibitions-block-inner{
        display: flex;
        margin-right: 0;
        flex-wrap: wrap;
    }
    .one-exhibition{
        margin-top: 20px;
        width: 100%;
        margin-right: 0;
    }
    .one-exhibition .img-block{
        margin-right: 10px;
    }
    .one-exhibition.mt{
        margin-top: 50px;
    }
}
@media  (max-width:524px) {
    .one-exhibition{
        flex-wrap: wrap;
        justify-content: center;
    }
    .one-exhibition .img-block{
        margin-right: 0;
        max-width: 100%;
    }
    .one-exhibition .img-block img{
        width: 100%;
    }
    .one-exhibition .descr-exhibition p{
        padding: 10px;
    }
}
