.countdown {
    background: url('img/countdown-bg.jpg') no-repeat center;
    max-width: 640px;
    text-align: center;
    margin: 0 auto;
    background-size: cover;
}
.countdown__message {
    margin-top: 32px;
    color: #fff;
    font-size: 22px;
    line-height: normal;
}
.countdown__message span {
    color: #ffa88c;
}
.countdown__inner {
    margin: 0 66px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
}
.countdown__icon {
    background: url('img/gift-icon.png') no-repeat center;
    width: 42px;
    height: 32px;
    margin: 23px 0;
}
.countdown__button {
    border-radius: 5px;
}
.countdown__subtitle {
    color: #ffa88c;
    text-transform: uppercase;
    font-size: 16px;
}
.countdown__bottom {
    background: #ffa88c;
    padding: 12px;
    font-size: 11px;
    line-height: normal;
    margin-top: 62px;
}

.timer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    color: #fff;
    margin: 20px 0;
}
.timer__item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin: 0 10px;
}
.timer__value {
    font-size: 40px;
    margin-bottom: 10px;
}
.timer__text {
    font-style: italic;
    font-size: 14px;
    text-transform: uppercase;
}