.change-lang{
    display:inline-block;
    cursor:pointer;
}
.change-lang__item{
    color:#005691;
    font-weight:bold;
}
.change-lang__item__link{
    color:#005691;
    font-weight:bold;
    text-decoration:none;
    position:absolute;
    display:none;
    background-color:#fff;
    z-index: 99999;
}
.change-lang:hover .change-lang__item__link{
    display:inline;
}
.bvi-panel-open{
    margin-left:15px;
    color:#005691;
    font-size: 24px;
}
.articles__holder {
    position: relative;
	padding: 10px 15px 0px;
}

.articles__inner {
    height: 100%;
   
}
.articles.novosti .articles__inner::before {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0.1px);
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}


.promo__slider .promo__inner {
    max-width: 1470px;
}