body {
    margin: 0;
}
.banner-top {
    display: inline-block;
}
.banner-top__wrap {
    width: 780px;
    padding-left: 150px;
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
}
.banner-top__title {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    display: block;
}
.banner-top__txt {
    color: #fff;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    width: 100%;
    display: block;
    font-weight: 400;
    line-height: 20px;
}
.banner-top__txt span {
    color: #F5B025;
    font-weight: 400;
}
.banner-top__wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(img/broker/girl.png);
    width: 131px;
    height: 96px;
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-top__wrap:before {
    content: "";
    position: absolute;
    right: 160px;
    top: 0;
    background: url(img/broker/icon_speach_dark.png);
    width: 80px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
header .header__nav {
    min-height: 80px;
    padding-top: 0;
    background: #262F4C;
}
a.logo {
    margin-top: 20px;
    display: block;
}
@media (max-width: 800px){
    .banner-top__title {
        font-size: 18px;
        margin-left: 10px;
    }
    .banner-top__txt {
        font-size: 14px;
        margin-left: 10px;
    }
    .banner-top__wrap {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
        padding-bottom: 30px;
    }
    .banner-top__wrap:after {
        display: none;
    }
    .banner-top__wrap:before {
        right: 0;
    }
}
.lang-header {
    display: inline-block;
    margin-left: auto;
}
.lang-header li {
    display: inline-block;
    border-right: 2px solid #fff;
    padding-right: 20px
}
.lang-header li:last-child {
    border-right: 0;
    padding-left: 20px
}
.lang-header li a {
    font-size: 16px;
    line-height: 24px;
    color: #79829E;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}
.lang-header li a.active {
    color: #fff;
}
.dflex {
    display: flex;
    align-items: center;
    min-height: 95px;
}
.banner-top a:hover {
    text-decoration: none;
    border: 0;
}
@media (max-width: 800px){
    .lang-header {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .dflex {
        display: block;
        min-height: auto;
    }
}

@media (max-width: 800px){
    .lang-header {
        width: auto;
        padding: 0;
        text-align: center;
        position: absolute;
        top: 31px;
        right: 0;
    }
    .lang-header li {
        padding-right: 10px;
    }
    .lang-header li:last-child {
        border-right: 0;
        padding-left: 10px;
    }
    a.logo {
        margin-left: 0;
    }
    .dflex {
        position: inherit;
    }
}