.b-du-support-stretch {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    min-width: 1000px;
    margin: auto;
    background: #222429 url("../img/bg.svg") center no-repeat;
    z-index: 10000;
    display: none;
}
.b-du-support-stretch__wrapper {
    position: relative;
    width: 1000px;
    height: 70px;
    margin: auto;
    overflow: hidden;
    background: url("../img/du_icon.png") 0 3px / 64px no-repeat;
    padding: 0 0 0 76px;
    font: 600 14px/20px Inter, sans-serif;
    color: #FFFFFF;
    text-align: left;
}
.b-du-support-stretch__space{
    display: inline-block;
    height: 70px;
    vertical-align: middle;
}
.b-du-support-stretch__text {
    display: inline-block;
    vertical-align: middle;
    width: 600px;
}
.b-du-support-stretch__text div {
    display: inline-block;
}
.b-du-support-stretch__btn {
    position: absolute;
    display: block;
    padding: 8px 16px;
    top: 16px;
    right: 32px;
    background: #FF8700;
    border-radius: 8px;
    font: 600 13px/20px Inter, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}
.b-du-support-stretch__btn:hover {
    background: #FF8700;
}
.b-du-support-stretch__close {
    position: absolute;
    background: url(../img/close.svg);
    width: 24px;
    height: 24px;
    cursor: pointer;
    top: 22px;
    right: 0;
}
