.topstripe .container{position:relative;display:flex;align-items:center;text-align:center;justify-content:center;font-size:.9em;font-weight:700;margin-top:-100%;transition:margin-top ease-in-out .3s}
.topstripe .container.active{margin-top:0}
.topstripe__container-text{padding:5px 15px}
.topstripe__container-img .topstripe__text {position:absolute}
.topstripe__container-img .topstripe__close {position:absolute;right:30px}
.topstripe__text{padding:0 5px 0 0}
.topstripe__close{width:20px;text-align:center;line-height:19px;cursor:pointer}

@media (max-width:992px){
    .topstripe .container {font-size:.8em;font-weight:500;}
    .topstripe .first-block {display: block;}
}