#navigation-support-bar {
    background: #FAFAFA;
    color: #000000;
    line-height: 150%;
    padding: 48px 0 40px;
}
.navigation-bar-title {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 40px;
}
.navigation-bar-wrapper {
    justify-content: center;
    text-align: center;
    max-width: 1120px;
    margin: auto;
}
.navigation-bar-img-wrapper {
    margin-bottom: 24px;
    height: 44px;
}
.navigation-bar-img {
    vertical-align: text-top;
    max-width: 100%;
}
.navigation-bar-description {
    color: #000000;
}
.navigation-bar-link:focus .navigation-bar-description,
.navigation-bar-title:focus {
    outline: none;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
}
@media screen and (max-width: 991px) {
    .navigation-element:not(:nth-child(-n+4)) {
        margin-top: 40px;
    }
}
@media screen and (max-width: 767px) {
    .navigation-element {
        margin: 40px 0;
    }
}