.start-video{
    position: absolute;
    top: calc(50% - 42px);
    left: calc(50% - 42px);
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1000;
    width: 84px;
    height: 84px;
}
.start-video:hover
{
    opacity: 1;
}
.start-video img{
    position: static;
}
.block1__keyword{
    margin-right: 10px;
}
.jq-selectbox__dropdown{
    z-index: 100;
}
.jq-selectbox__dropdown ul{
    max-height: 300px;
    overflow-y: auto;
    z-index: 100;
}
.footer{
    z-index: 1;
}
.news-pag__item.main-ui-pagination-active{
    color: white;
    background-color: #006796;
    width: 30px;
    text-align: center;
}
@media (min-width: 767px) and (max-width: 959px){
    .events__secondary .events__image{
        height: 155px;
    }
}