.gallery-item__video {
    height: 100%;
}


.main-nav__list{
    margin-left: 20px;
}

.main-nav__item.active span{color:#00d200;}
.main-nav__item.active span::before{
    bottom:-5px;
    opacity:1;
}

.svg-logo-mobile{
    display: none;
}

@media screen and (max-width: 1024px) {
    .svg-logo{
        display: none;
    }

    .svg-logo-mobile{
        display: inline-block;
    }
}

.rutube-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    min-height: 395px;
}
.rutube-block iframe {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.error-section .first-screen__content {
    display: block;
}
.error-section .first-screen__title {
    font-size: 120px;
    font-weight: 600;
    margin-bottom: 32px;
    line-height: 1;
}
.error-section .first-screen__sub-title {
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}
.error-section .first-screen__text {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.7;
}