.topbar .uk-subnav>* {
    padding-left: 0 !important;
    padding-right: 20px;
}
.legacy-section-shell section {
    margin-top: 40px;
}
* > section:first-of-type {
    margin-top: 0px;
}

/* English template additions. Kept here so the Russian template stays intact. */
html,
body.lang-en {
    max-width: 100%;
    overflow-x: clip;
}

body.lang-en *,
body.lang-en *::before,
body.lang-en *::after {
    box-sizing: border-box;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 100000;
    padding: 12px 18px;
    color: #fff;
    background: #075c37;
    border-radius: 999px;
    transform: translateY(-160%);
}

.skip-link:focus {
    color: #fff;
    transform: translateY(0);
}

.brand--en,
.full-menu__brand--en {
    gap: 10px;
    text-decoration: none;
}

.brand--en img,
.full-menu__brand--en img {
    width: 88px;
    flex: 0 0 88px;
    object-position: left center;
}

.brand--en span,
.full-menu__brand--en span {
    color: #087a46;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: .025em;
}

.english-section-content {
    width: 100%;
    margin-bottom: 28px;
    padding: clamp(24px, 3vw, 48px);
    color: #18221c;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(8, 122, 70, .08);
    border-radius: clamp(22px, 2vw, 34px);
    box-shadow: 0 22px 60px rgba(18, 48, 31, .09);
}

.english-section-content h2 {
    margin-top: 0;
    color: #153829;
    font-size: clamp(30px, 3vw, 50px);
}

.english-section-content p {
    max-width: 880px;
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.65;
}

.guz-directory--english .guz-directory__description {
    display: block;
}

.hero .home-section-kicker--hero {
    display: inline-flex;
    margin-bottom: 18px;
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    backdrop-filter: blur(8px);
}

.home-en-highlights {
    padding-bottom: clamp(72px, 7vw, 116px);
}

body.lang-en .home-resource-card span,
body.lang-en .home-service-card h3,
body.lang-en .quick-link span {
    overflow-wrap: anywhere;
}

body.lang-en img,
body.lang-en svg,
body.lang-en video,
body.lang-en iframe,
body.lang-en table {
    max-width: 100%;
}

body.lang-en .uk-grid > *,
body.lang-en .section-menu-layout__main,
body.lang-en .transfer-source-content,
body.lang-en .search-page__main {
    min-width: 0;
}

@media (max-width: 639px) {
    body.lang-en .brand--en {
        width: 210px;
        min-width: 0;
    }

    body.lang-en .brand--en img {
        width: 72px;
        flex-basis: 72px;
    }

    body.lang-en .brand--en span {
        font-size: 10px;
    }

    body.lang-en .inner-hero__content,
    body.lang-en .legacy-section-shell,
    body.lang-en .search-shell,
    body.lang-en .section-menu-layout {
        width: calc(100% - 28px) !important;
        max-width: calc(100% - 28px) !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    body.lang-en .inner-hero__content,
    body.lang-en .legacy-section-shell {
        padding-right: 0;
        padding-left: 0;
    }

    body.lang-en .inner-hero__content h1,
    body.lang-en .inner-hero__content p,
    body.lang-en .guz-directory__title,
    body.lang-en .guz-directory__card-title,
    body.lang-en .search-result__title {
        overflow-wrap: anywhere;
    }

    body.lang-en .guz-directory__panel,
    body.lang-en .english-section-content,
    body.lang-en .search-page__head,
    body.lang-en .search-page__empty,
    body.lang-en .search-result {
        border-radius: 22px;
    }

    body.lang-en .guz-directory__grid,
    body.lang-en .search-page__form {
        grid-template-columns: minmax(0, 1fr);
    }

    body.lang-en .hero-home h1 {
        font-size: clamp(48px, 14vw, 72px);
        line-height: .94;
    }

    body.lang-en .home-resource-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: thin;
    }

    body.lang-en .home-resource-tabs > * {
        flex: 0 0 auto;
    }

    body.lang-en .search-page__submit {
        width: 100%;
        justify-content: center;
    }
}
