.denpobedy header {
    background: linear-gradient(to bottom, #DE1120, #FF6500);
    position: relative;
    opacity: 1;
    transition: all .5s ease-in-out;

}

.b-feedback-button {
    background: transparent;
    border: 1px solid #fff
}

.b-live-button {
    background: transparent;
    border: 1px solid
}

footer {
    background: linear-gradient(to bottom, #FF6500, #DE1120)
}

.b-informer-header__indicator {
    color: #fff;
}

.b-sidebar-shedule-list__item:first-child,
a:hover {
    color: #DE1120
}

h1.pobedatitle {
    background-image: url(https://www.m24.ru/special/i/doverie/Pobeda80.svg);
    background-position: 40px center;
    background-repeat: no-repeat;
    color: transparent !important;
    background-size: auto 100%;
    overflow: hidden;
    display: block;
    height: 28px;
    text-indent: -10000px;
}

.b-mobile-live-button {
    background: url(https://www.m24.ru/special/i/doverie/icon-live.svg) 0 0 no-repeat;

}

header .container:before,
header .container:after {
    content: '';
    display: block;
    position: absolute;
    opacity: .85
}

header .container {
    position: relative;
}

header .container * {
    z-index: 10
}

header .container .b-sidenav {
    z-index: 999;
    background: linear-gradient(to right, #DE1120, #FF6500);
}

header a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25)
}

header a:hover {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0)
}

header .container:before {
    background-image: url(https://m24.ru/special/i/doverie/pobeda-lenta1.svg);
    background-repeat: no-repeat;
    width: 920px;
    height: 200px;
    left: -24px;
    top: -72px;
}

header .container:after {
    content: '';
    background-image: url(https://m24.ru/special/i/doverie/pobeda-lenta1.svg);
    background-repeat: no-repeat;
    width: 920px;
    height: 200px;
    right: -24px;
    bottom: -120px
}

@media (max-width:1080px) {

    header .container:before,
    header .container:after {
        display: none;
    }
}
a.b-logo:before {
    content:'';
    display: block;
    position: absolute;
    height:22px;
    width:96px;
    background-image:url(https://www.m24.ru/special/i/doverie/Pobeda80a.svg);
    background-repeat: no-repeat;
    right:2px;
    top:-17px;
    background-position: right;
    background-size: contain;
    transition:all .5s ease-in-out .25s;
    opacity: 0;
    transform: translate(-100%,0)
    
}

@media (max-width:980px) {
    a.b-logo:before  {
        height: 18px;
        width:80px;
        top:-8px;
    }
    .b-logo  {
        top:12px
    }
}
.denpobedy a.b-logo:before {
    opacity: 1;
      transform: translate(0,0)
}