.header__nav a:not(:last-of-type) {
    margin-right: 24px !important;
}

.footer__main-logo {
    display: inline-block !important;
    margin-bottom: 0px !important;
}

@media (min-width: 1025px) {
    .footer__block-top {
        height: 0px !important;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        min-height: 50px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .footer__block-top {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        min-height: 50px;
        margin-bottom: 10px;
    }
}

.h5 {
    margin-bottom: 23px;
}

.news-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.news-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header__nav a {
    display: inline-block;
}

@media (min-width: 1280px) {
    .header__nav {
        font-size: 12px !important;
    }
}

@media (min-width: 1600px) {
    .header__nav {
        font-size: 16px !important;
    }
}

@media (max-width: 1024px) {
    .news-item__image {
        min-height: 50vw;
    }
}

.content-image {
    margin-bottom: 3px !important;
}

@media (min-width: 1025px) {
    .content-image {
        margin-bottom: 5px !important;
    }
}

.content-slider-item {
    align-self: flex-end;
}

.grecaptcha-badge {
    visibility: hidden;
}

* {
    font-variant-ligatures: none;
}

.events-links {
    margin-bottom: 3px;
}


.side-banner__left-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 40px;
    padding: 8rem 2rem 0 2rem;
    position: relative;
}

.side-banner__left-menu::before {
    content: "";
    position: absolute;

    top: 8rem;
    right: 2rem;
    bottom: 0;
    left: 2rem;

    background:rgb(255 255 255);
    pointer-events: none;
    z-index: 0;
    margin: -1rem;
}


.side-banner__left-menu a {
    position: relative;
    z-index: 1;
    display: block;
    outline: none;
    border: none;
    padding: 0;
    height: 40px;
    text-decoration: none;
    color: inherit;
    background: none;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    cursor: pointer;
}

.side-banner__left-menu a::before {
    content: "";
    position: absolute;
    left: -webkit-calc(100% + 15px);
    left: -moz-calc(100% + 15px);
    left: calc(100% + 15px);
    top: 50%;
    display: block;
    width: 20px;
    height: 1px;
    background: transparent;
}

@media (max-width: 1024px) {
    .side-banner__left-menu a::before {
        display: none;
    }
}

.side-banner__left-menu a.active {
    color: #1d75bd;
}

.side-banner__left-menu a.active::before {
    background: currentColor;
}

@media (max-width: 1024px) {
    .side-banner__left-menu a.active {
        border-color: #1d75bd;
        color: inherit;
    }
}

@media (max-width: 1024px) {
    .side-banner__left-menu a {
        display: inline-block;
        vertical-align: bottom;
        margin-left: 20px;
        border-bottom: 2px solid transparent;
        white-space: nowrap;
    }
}

@media (max-width: 1024px) {
    .side-banner__left-menu {
        display: block;
        overflow: hidden;
        overflow-x: auto;
        border-bottom: 1px solid #e6e6e6;
        padding-right: 20px;
        white-space: nowrap;
    }
}

.section-menu {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-bottom: 1px solid #e9e9ea;
    padding: 0.2rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.section-menu a {
    position: relative;
    width: fit-content;
    color: gray;
    text-decoration: none;
}

.section-menu a.active {
    color: #1d75bd;
}

.section-menu a::before {
    content: "";
    position: absolute;
    left: -webkit-calc(100% + 15px);
    left: -moz-calc(100% + 15px);
    left: calc(100% + 15px);
    top: 50%;
    display: block;
    width: 20px;
    height: 1px;
    background: transparent;
}

.section-menu a.active::before {
    background: currentColor;
}