/* Контейнер гирлянды по всей ширине сверху */
#garland {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("https://www.expertplus.ru/UserFiles/Image/content/new_year/04_1.png");
    height: 36px;
    width: 100%;
    overflow: hidden;
    z-index: 99;
}

/* Внутренний блок с цифрами-состояниями */
#nums_1 {
    padding: 100px;
}

/* Состояние 1 гирлянды */
.garland_1 {
    background-position: 0 0;
}

/* Состояние 2 гирлянды */
.garland_2 {
    background-position: 0 -36px;
}

/* Состояние 3 гирлянды */
.garland_3 {
    background-position: 0 -72px;
}

/* Состояние 4 гирлянды */
.garland_4 {
    background-position: 0 -108px;
}
