@import url("flipclock.css");
.timer-info .flip-clock-wrapper ul li a div .shadow {
    z-index: 1;
}
.discount-campaign .event-info-block.timer-info {
    border: none;
    width: 100%;
}
.disc-campaign-pre-order .event-info-block {
    width: -moz-available;
    width: -webkit-fill-available;
}
.event-info-block.hidden,
.timer-info.hidden {
    display: none;
}

.timer-wrapper {
    padding-bottom: 10px;
}

.timer-wrapper, .timer {
    margin: 0 auto;
}

.timer {
    width: 820px;
    text-align: center;
}

.timer-title {
    float: left;
    margin: 0 30px 10px 0;
    text-transform: uppercase !important;
}
.timer-info .timer-title {
    width: 100%;
}

#clock {
    display: inline-block;
}

.flip-clock-wrapper {
    margin: unset;
}

.flip-clock-wrapper ul {
    border-radius: unset;
    width: 40px;
    background: #fff;
}

.flip-clock-wrapper .flip {
    box-shadow: none;
}

.flip-clock-wrapper ul li a div div.inn {
    background-color: #fff;
    border-radius: unset;
    color: #f2d600;
    text-shadow: 0 1px 2px #fff;
}

.flip-clock-wrapper ul li a div.up:after {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}

.flip-clock-divider .flip-clock-label {
    bottom: -1.5em;
    top: unset;
    color: #cfcfcf;
    right: -66px;
}

.flip-clock-divider.seconds .flip-clock-label,
.flip-clock-divider.minutes .flip-clock-label {
    right: -70px;
}

.flip-clock-dot {
    background: #cfcfcf;
    box-shadow: unset;
    width: 5px;
    height: 5px;
}

.flip-clock-dot.top {
    top: 40px;
}

.flip-clock-dot.bottom {
    bottom: 40px;
}

.flip-clock-wrapper ul li a div.up::after {
    height: unset;
    outline: unset;
}

.flip-clock-wrapper ul li a div.down {
    border-radius: unset;
    outline: unset;
}

#clock {
    width: 460px;
}
/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, #fff));
    background: linear, top, rgba(255, 255, 255, 1) 0%, #fff 100%;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, #fff 100%);
    background: linear, to bottom, rgba(255, 255, 255, 1) 0%, #fff 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 1)));
    background: linear, top, #fff 0%, rgba(255, 255, 255, 1) 100%;
    background: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 1) 100%);
    background: linear, to bottom, #fff 0%, rgba(255, 255, 255, 1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 1)));
    background: linear, top, #fff 0%, rgba(255, 255, 255, 1) 100%;
    background: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 1) 100%);
    background: linear, to bottom, #fff 0%, rgba(255, 255, 255, 1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}
/**** kassa ****/
.kassa-timer {
    transform: scale(0.35);
    display: inline-block;
    height: 20px;
    padding: 0;
}
.kassa-timer .timer-title {
    font-size: 35px;
    position: relative;
    top: -45px;
}
.kassa-timer .clock-wrapper {
    float: left;
    position: relative;
    top: -80px;
    left: 0;
}
.kassa-timer .close-btn {
    position: relative;
    left: 490px;
    bottom: 80px;
}
.kassa-timer .close-btn img {
    padding: 6px;
    width: 20px;
    height: 20px;
    background: #ff3c44;
    border-radius: 50%;
    cursor: pointer;
}
.flip-clock-divider {
    height: 110px;
}
.flip-clock-divider .flip-clock-label {
    bottom: -0.4em;
    font-size: 13px;
}
@media screen and (max-width: 1380px) {
    .timer-wrapper, .timer, .timer-title {
        width: 100%;
    }

    .timer-title {
        text-align: center;
    }
}

@media screen and (max-width: 516px) {
    .timer-info .timer {
        transform: scale(0.65);
    }

    .event-info-block.timer-info {
        padding: 0;
        width: calc(100% - 2px);
    }

    .timer-wrapper {
        padding-bottom: 0;
    }

    .flip-clock-divider .flip-clock-label,
    .flip-clock-divider.seconds .flip-clock-label,
    .flip-clock-divider.minutes .flip-clock-label {
        font-weight: bold;
        color: #bfbfbf;
    }

    .flip-clock-wrapper ul li a div {
        overflow: unset;
    }

    .timer-info .timer-title {
        font-size: 23px;
        margin-left: 18px;
    }
}

@media screen and (max-width: 430px) {
    .clock-wrapper, .timer-info .timer-title {
        width: 460px;
        margin: 0 auto;
    }

    .timer-info .timer {
        transform: scale(0.60);
    }

    .clock-wrapper, .timer-info .timer-title {
        margin-left: -60px;
    }
}
@media screen and (max-width: 360px) {

    .timer-info .timer {
        transform: scale(0.55);
    }

    .clock-wrapper {
        margin-left: -85px;
    }
    .timer-info .timer-title {
          margin-left: -80px;
    }
}