.headertop .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
}
.headertop .email {
    margin-right: 0;
}
.headertop-hours {
    flex: 1 1 auto;
    min-width: 0;
}
.headertop-aside {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-shrink: 0;
}
.headertop .phone {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.header-lang-sep {
    display: block;
    width: 1px;
    height: 18px;
    margin: 0 20px;
    background: rgba(255,255,255,.45);
    flex-shrink: 0;
}
.lang-switch {
    float: none;
    margin-left: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 22px;
    flex-shrink: 0;
}
.lang-switch a {
    color: rgba(255,255,255,.55);
    text-decoration: none;
    padding: 0 3px;
}
.lang-switch a.is-active,
.lang-switch a:hover {
    color: #fff;
}
.lang-switch span {
    color: rgba(255,255,255,.35);
}

.mobile-nav .lang-switch {
    float: none;
    margin: 18px 0 0;
    font-size: 16px;
}
.mobile-nav .lang-switch a {
    color: rgba(255,255,255,.55);
}
.mobile-nav .lang-switch a.is-active {
    color: #F2A812;
}

.content.content--clients {
    padding-top: 20px;
    padding-bottom: 40px;
}
.client-item__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0 0;
    margin: 0;
    list-style: none;
}
.client-item__list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: calc(20% - 8px);
    flex-basis: calc(20% - 8px);
    height: 130px;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: linear-gradient(238.72deg, #3C3C3C -4.68%, #2C2C2C 91.88%);
    box-sizing: border-box;
}
.client-item__list-item img {
    max-width: 88%;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(1) brightness(1.4);
}
.client-item__ph {
    color: rgba(255,255,255,.28);
    font: 13px/1.2 Manrope, Arial, sans-serif;
    text-align: center;
}

@media (max-width: 1024px) {
    .client-item__list-item {
        max-width: calc(25% - 8px);
        flex-basis: calc(25% - 8px);
    }
}
@media (max-width: 819px) {
    .client-item__list-item {
        max-width: calc(33.333% - 8px);
        flex-basis: calc(33.333% - 8px);
        height: 110px;
    }
}
@media (max-width: 640px) {
    .client-item__list-item {
        max-width: calc(50% - 6px);
        flex-basis: calc(50% - 6px);
        height: 96px;
    }
}

.page-legal {
    min-height: 100vh;
    background: #2C2C2C;
    color: #fff;
    font-family: Manrope, Arial, sans-serif;
    padding: 40px 20px 80px;
}
.page-legal .legal-wrap {
    max-width: 820px;
    margin: 0 auto;
}
.page-legal h1 {
    color: #fff;
    text-align: left;
    font: 700 32px/1.2 Manrope, sans-serif;
    margin: 24px 0 20px;
}
.page-legal p, .page-legal li {
    color: rgba(255,255,255,.82);
    font-size: 15px;
    line-height: 1.6;
}
.page-legal a { color: #F2A812; }

#home {
    background: url(/img/new-design/slide.jpg?v=2) no-repeat 50% 0;
}
