#counter {
    display: flex;
    flex-flow: row nowrap;
    position: absolute;
    bottom: 510px;
    right: 0;
    padding: 25px 20px 10px;
    width: auto;
    min-width: 285px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 5px 10px -4px #999;
}

#counter::before {
    content: 'NOCH';
    display: block;
    position: absolute;
    top: 10px;
    width: 100%;
    padding-left: 3px;
    text-align: left;
}

#counter.eng::before {
    content: 'ONLY';
}

#counter > div {
    float: left;
    max-width: 55px;
    text-align: right;
}

#counter div.days {
    margin-right: 25px;
    width: 55px;
}

#counter div span.data {
    font-size: 200%;
}

#counter .hours .data::after,
#counter .minutes .data::after {
    content: ':';
    position: absolute;
    padding-left: 4px;
    font-size: 100%;
}
#innerframe > .contentWidth, .contentWidthCounter{
    height: calc(100% + 250px);
}
