.view-block-news:after {
    display: none;
}
.site-content__bottom .block-type-img-text:after {
    display: none;
}

.b-news-teaser__date {
    color: #fff;
}

.block-type-img-text {
    order: -5;
    margin-top: 20px;
}

.block-type-img-text:after {
    display: none;
}

@media screen and (min-width: 1199px) {
    .b-site-info-header__logo {
        max-width: 41rem;
        width: 100%;
    }
    .site-header__menu {
        background: white;
    }
    .block-type-img-text {
        margin-top: 36px;
    }
    .b-site-info-header__logo img {
        max-width: 10rem;
        width: 100%;
    }
}

@media screen and (min-width: 1540px) {
    .b-site-info-header__logo {
        max-width: 41rem;
    }
}

.page-not-front .nursery-useful-links {
    display: none;
}

.language-switcher__container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;

    .links {
        display: flex;
        gap: 10px;
        list-style: none;
        padding: 0;
        margin: 0;

        li {
            a {
                display: inline-block;
                padding: 8px 12px;
                border: 2px solid transparent;
                border-radius: 6px;
                text-decoration: none;
                font-weight: 600;
                color: #333;
                background-color: var(--mainColor);
                transition: all 0.3s ease-in-out;

                &:hover {
                    color: #fff;
                    background-color: var(--secondColor);
                }
            }

            &.is-active,
            &.active-lang {
                a {
                    color: #fff;
                    background-color: var(--mainColor);
                    border-color: var(--mainColor);

                    &:hover {
                        color: #fff;
                        background-color: var(--secondColor);
                        border-color: var(--secondColor);
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1199px) {
    .language-switcher__container {
        .links {
            gap: 6px;
            flex-direction: column;
        }

        & .links {
            & li {
                a {
                    padding: 2px 6px;
                    font-size: 14px;
                }
            }
        }
    }
}

div[data-history-node-id="74"] {
    .layout-builder__container {
        .body {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }
    }
}
