/*Videos*/
/**/
/**/
.videos-bloks {
    margin-top: 560px;
}
.videos-block-col .video-img-background {
    height: 333px;
}
.videos-block-col .videos-title {
    font-size: 16px;
    line-height: 1.19;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.videos-block-col .videos-date {
    opacity: 0.6;
    font-size: 14px;
    line-height: 1.29;
    color: #000000;
}

.videos-block-col {
    margin-bottom: 20px;

}
.videos-block-col .videos-block-1 {
    height: 160px;
    display: flex;
    align-items: center;
    padding: 20px 2%;
    padding-left: 0;
}
.videos-title {
    height: 77px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.videos-block-col .videos-block-1 .item {
    height: 100%;
}
/*.videos-block-col .videos-block {*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);*/
/*    background-color: #ffffff;*/
/*}*/
.videos-block-col .video-img-background .videos-img-wrapp {
    background-size: cover;
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-radius: 8px 8px 0 0;*/
}
.videopopupjs__close {
    display: none !important;
}

@media screen and (max-width: 992px) {
    .filters-row {
        margin-top: unset;
    }
}
.page_name {
    top: 0 !important;
}
