.menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#lang-selector > label {
    color: white;
}

.section-guides {
    margin-top: 8px;
    padding: 8px 10px;
    border-left: 3px solid #7bbf00;
    background: #f7fbef;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 13px;
}

.section-guides__title {
    color: #3e4a59;
}

.section-guides__link {
    color: #2c6fbb;
    text-decoration: none;
}

.section-guides__link:hover {
    text-decoration: underline;
}