.banner {
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner__content {
    max-width: 690px;
    width: 100%;
    text-align: center;
}

.banner__content--logolines::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 2px;
    background: #ffffff;
    z-index: 499;
}

.banner__content--logolines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 10px 0;
    width: 100%;
}

.banner__content--logolines::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 50%;
    height: 2px;
    background: #ffffff;
    z-index: 499;
}

.banner__content--logo {
    max-width: 52px;
}

.banner__content h4 {
    line-height: 32px;
    width: 490px;
    margin: 0 auto;
}

.banner--logo{
    height:48px;
    width:52px;
    margin: 0 auto;
}

#slider .banner--logo {
    margin: 0 auto;
}
.banner_black--logo{
    height:48px;
    width:52px;
}

.banner__mobile--image{
    display:none;
}