body {
    margin: 0;
}
.banner-top {
    background: #EDEEF0;
    width: 100%;
    display: block;
}
.banner-top__wrap {
    width: 580px;
    margin: 0 auto;
    padding-left: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.banner-top__title {
    color: #3078D7;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    display: block;
}
.banner-top__txt {
    color: #79829E;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    width: 100%;
    display: block;
    font-weight: 400;
}
.banner-top__txt span {
    color: #3078D7;
    font-weight: 400;
}
.banner-top__txt a:hover {
    text-decoration: underline;
}
.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;
    transform: scale(-1, 1);
}
.banner-top__wrap:before {
    content: "";
    position: absolute;
    right: 160px;
    top: 0;
    background: url(img/broker/icon_speach_light.png);
    width: 80px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-top a {
    text-decoration: none;
    border: 0;
}
.banner-top a:hover {
    text-decoration: none;
    border: 0;
}
@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;
    }
    .text-box {
    }
    .search-content {
        margin-top: 30px;
    }
    .text-box {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 0;
        width: 100%;
        height: auto;
    }
}