.event-popup {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #1f242d9c;

    display: grid;
    place-content: center;
    visibility: hidden;
    pointer-events: none;
}

.event-popup.active {
    pointer-events: auto;
    visibility: visible;
}

.event-popup-header {
    display: flex;
    align-items: center;
    gap: 31px;
    margin-bottom: 27px;
}

.event-popup-date {
    display: inline-block;
    padding: 16px 23px;
    color: white;
    border: 3px solid #f36e21;
    border-radius: 10px;
    font-size: 24px;
    font-weight: medium;
}

.event-popup-window {
    position: relative;
    width: 1000px;
    max-width: calc(100vw - 80px);
    background-color: #1f242d;
    padding: 42px 32px 34px;
    background-image: url('/local/templates/new/img/event_1.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.event-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
}

.event-popup-title {
    color: white;
    font-size: 32px;
    margin-bottom: 13px;
    line-height: 130%;

    max-width: 780px;
}

.event-popup-text {
    max-width: 500px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 130%;
}

.event-popup-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 26px 32px;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    background-color: #f36e21;
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 940px) {
    .event-popup-window {
        background-image: url('/local/templates/new/img/event_2.jpg');
    }

    .event-popup-logo {
        width: 187px;
        height: auto;
    }

    .event-popup-header {
        gap: 25px;
    }

    .event-popup-date {
        padding: 14px 20px;
        font-size: 20px;
    }

    .event-popup-title {
        font-size: 25px;
        max-width: 630px;
    }

    .event-popup-text {
        font-size: 19px;
        max-width: 400px;
    }

    .event-popup-link {
        font-size: 20px;
        padding: 20px 25px;
    }
}

@media (max-width: 740px) {
    .event-popup-window {
        width: 330px;
        background-image: url('/local/templates/new/img/event_3.jpg');
        background-position: top left;
        background-size: cover;
    }

    .event-popup-logo {
        width: 165;
        height: auto;
    }

    .event-popup-header {
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 148px;
    }

    .event-popup-date {
        border: none;
        background-color: white;
        color: #1f242d;
        border-radius: 10px;
        padding: 15px 18px;
        font-size: 16px;
    }

    .event-popup-title {
        font-size: 20px;
        max-width: 100%;
    }

    .event-popup-text {
        font-size: 16px;
        max-width: 100%;
    }

    .event-popup-link {
        font-size: 16px;
        padding: 16px 25px;
        border-radius: 4px;
    }

    .event-popup-link svg {
        width: 14px;
        height: auto;
    }
}

.hidden-captcha-field {
    display: none;
}

.menu-lang__en[data-id="menu-about"] .menu-sub__column:last-of-type,
.menu-lang__en[data-id="menu-technique"] .menu-sub__column:last-of-type {
    flex: 1;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.menu-lang__en[data-id="menu-about"] .menu-sub__column:last-of-type .menu-sub__block,
.menu-lang__en[data-id="menu-technique"] .menu-sub__column:last-of-type .menu-sub__block {
    margin-top: 0;
}

.vacancy-form__footer .custom-form__captcha {
    /*margin-right: 16px;*/
    margin: 0 0 16px 0;
}

.link.digital-back:hover {
    color: #525D7B;
}

.link.digital-back:hover::after {
    background-image: url(../img/arrow-right--digital-back.svg);
}

.footer-bottom__links a,
.footer-subscribe__note a {
    cursor: pointer;
}

.defolt-form .label__text {
    width: auto;
}

.geography-large,
.geography {
    display: none;
}

.news-wrap.news-wrap__onnews .news__item .link--md {
    margin: 20px 0 0;
    display: inline-block;
}

.news-footnote {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.news-footnote h4 {
    width: 100%;
    text-align: center;
    text-transform: none;
}

.news-footnote p {
    text-align: center;
}

.news-footnote p span {
    color: #f36e21;
}

.fixed-link {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #f36e21;
    padding: 10px 10px;
    text-decoration: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
    transition: 0.3s ease;
    width: 100%;
    text-align: center;
}

.footer-bottom {
    padding-bottom: 44px;
}

@media (min-width: 768px) {
    .captcha-row {
        margin: 0 4% 0 0;
        width: 250px;
        flex-grow: initial;
    }

    .meropriyatieContacts-row.captcha-field {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 1024px) {
    .news-wrap.news-wrap__onnews .news__item {
        width: calc(50% - 15px);
        margin: 0 20px 32px 0;
    }

    .news-wrap.news-wrap__onnews .news__item:nth-of-type(2n) {
        margin-right: 0;
    }

    .news-wrap.news-wrap__onnews .news__item .front-news__pic {
        height: 20.75rem;
    }

    .article .digitally-form__full .custom-form__footer {
        padding-right: 0;
    }


}

@media (min-width: 1440px) {
    #digitallyForm .captcha-row {
        margin: 0 3% 0 0;
        width: 250px;
        flex-grow: initial;
    }

    #digitallyForm .custom-form__submit {
        width: auto;
    }
}

@media (min-width: 700px) {
    .footer-bottom {
        padding: 0 0 2.5rem 0;
    }

    .fixed-link {
        width: 42px;
        top: 30%;
        padding: 20px 10px;
        bottom: initial;
        writing-mode: vertical-rl;
        transform: scale(-1);
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top-left-radius: 0;
    }

    .fixed-link:hover {
        background: #007249;
    }
}


.table-left tr td:nth-of-type(2) p {
    text-align: left;
}

#digitallyForm .custom-form__row:nth-of-type(1),
#digitallyForm .custom-form__row:nth-of-type(2) {
    display: none;
}

.predsedatel-content a {
    color: #f36e21;
    text-decoration: underline;
}

.predsedatel-content a:hover {
    text-decoration: none;
}

div[id^="wait_"] {
    display: none !important;
    background: none !important;
    border: 0 !important;
    color: #000000;
    font-family: Verdana, Arial,
        sans-serif;
    font-size: 11px;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal;
    letter-spacing: normal !important;
    line-height: normal;
    padding: 0 !important;
    position: absolute;
    text-align: center !important;
    text-indent: 0 !important;
    width: 0px !important;
    height: 0px !important;
    word-spacing: normal !important;
    z-index: 0;
    content: "";
}

@media (min-width: 1024px) {
    .missing-slides .article-gallery__single {
        height: auto;
    }

    html body .menu-sub__item.digital .menu-sub__column:first-of-type {
        grid-row: 1/5;
        grid-column: 2;
    }

    .menu-sub__item.digital .menu-sub__column {
        padding-bottom: 1rem;
    }

    .menu-sub__item.digital .menu-sub__column:nth-of-type(4) {
        padding: 0 2.5rem 1rem 0;
    }

    .menu-sub__item.digital .menu-sub__column:nth-of-type(5) {
        grid-column: 1;
    }
}

.vissibleOn .page__content,
.page__content.vissibleOn {
    overflow: initial;
}

@media (min-width: 1024px) and (max-width: 1176px) {
    .front-spare .front-spare__pic {
        top: 11.9375rem;
    }

    .front-spare .front-spare__text {
        padding: 0 56% 0 0;
    }

    @media (min-width: 1024px) and (max-width: 1025px) {
        .footer-menu .footer-menu__item:last-child {
            padding-top: 0;
        }
    }
}

@media (max-width: 768px) {
    .meropriyatieFront-menu__list.meropriyatieFront-menu__list {
        margin: 0;
        display: flex;
    }

    .meropriyatieFront-menu__list li {
        flex: 1;
        text-align: center;
    }

    .meropriyatieFront-content {
        position: static;
        z-index: 1;
    }
}

.footer-subscribe {
    border-radius: 4px;
    padding: 16px 18px;
    border: 1px solid #e0e6ed;
}