@media (max-width: 767px) {
    #timer0bbf796bbff3e69a25243d0f05ad8c31 .timer-flipchart-face {
        font-size: 36px !important;
    }

    #timer-number-0bbf796bbff3e69a25243d0f05ad8c31-days,
    #timer-number-0bbf796bbff3e69a25243d0f05ad8c31-hours,
    #timer-number-0bbf796bbff3e69a25243d0f05ad8c31-minutes,
    #timer-number-0bbf796bbff3e69a25243d0f05ad8c31-secundes {
            font-size: 36px !important;
    }
}

@media (max-width: 575px) {
    #timer0bbf796bbff3e69a25243d0f05ad8c31 .timer-flipchart-face {
        font-size: 14px !important;
    }

    #timer-number-0bbf796bbff3e69a25243d0f05ad8c31-days,
    #timer-number-0bbf796bbff3e69a25243d0f05ad8c31-hours,
    #timer-number-0bbf796bbff3e69a25243d0f05ad8c31-minutes,
    #timer-number-0bbf796bbff3e69a25243d0f05ad8c31-secundes {
            font-size: 14px !important;
    }
    
    #timer-separator-0bbf796bbff3e69a25243d0f05ad8c31-days,
    #timer-separator-0bbf796bbff3e69a25243d0f05ad8c31-hours,
    #timer-separator-0bbf796bbff3e69a25243d0f05ad8c31-minutes,
    #timer-separator-0bbf796bbff3e69a25243d0f05ad8c31-secundes {
        padding: 0px 2px !important;
    }
}

#timer0bbf796bbff3e69a25243d0f05ad8c31 .timer-flipchart-top, 
#timer0bbf796bbff3e69a25243d0f05ad8c31 .timer-flipchart-front {
    background: #000000 !important;
    background: -moz-linear-gradient(top, #000000 0%, #000000 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #000000)) !important;
    background: -webkit-linear-gradient(top, #000000 0%, #000000 100%) !important;
    background: -o-linear-gradient(top, #000000 0%,#000000 100%) !important;
    background: -ms-linear-gradient(top, #000000 0%,#000000 100%) !important;
    background: linear-gradient(to bottom, #000000 0%, #000000 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ababab',GradientType=0) !important;
}

#timer0bbf796bbff3e69a25243d0f05ad8c31 .timer-flipchart-bottom, 
#timer0bbf796bbff3e69a25243d0f05ad8c31 .timer-flipchart-back {
    background: #000000 !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(171, 171, 171, 1) 50%, rgba(0, 0, 0, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(171, 171, 171, 1) 50%, rgba(0, 0, 0, 1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(50%, #ababab), color-stop(100%, #000000)) !important;
    background: -webkit-linear-gradient(top, #000000 0%, #ababab 50%, #000000 100%) !important;
    background: -o-linear-gradient(top, #000000 0%, #ababab 50%, #000000 100%) !important;
    background: -ms-linear-gradient(top, #000000 0%, #ababab 50%, #000000 100%) !important;
    background: linear-gradient(to bottom, #000000 0%, #ababab 50%, #000000 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0) !important;
}

/*
.timer-wrap {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    position: relative;
    align-items: center;
    background-image: url(../img/background_form.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 102%;
    padding-top: 26px;
    padding-left: 65px;
    padding-right: 65px;
    padding-bottom: 26px;
    box-sizing: border-box;
    z-index: 100;
}

.timer-wrap .text_1 {
    color: rgb(255, 255, 255);
    font-family: 'HarmonyOS-Sans';
    font-size: 21.5px;
    font-weight: 700;
    line-height: 126%;
    text-transform: uppercase;
    width: 100%;
    max-width: 16%;
}

.timer-wrap .counter {
    width: 100%;
    max-width: 30%;
}

.timer-wrap .counter span[id^=timer-number-value] {
    font-family: 'HarmonyOS-Sans';
    font-size: 76.71px;
    font-weight: 700;
    line-height: 76.71px;
    text-align: center;
    text-transform: uppercase;
    background-color: unset;
    padding: 0px;
}

.timer-wrap .counter .timer-separator {
    padding-top: 4px!important;
    font-family: 'HarmonyOS-Sans';
    font-weight: 700;
    text-align: center;
}

.timer-wrap .form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 39%;
    color: #fff;
}

.timer-wrap .form input, 
.timer-wrap .form button {
    width: 100%;
    max-width: 286px;
    height: 51px;
}

.timer-wrap .form input {
    background: rgb(217, 217, 217);
    border: unset;
    padding-top: 13px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 13px;
    box-sizing: border-box;
    color: rgb(120, 120, 120);
    font-size: 16.72px;
    font-weight: 400;
    line-height: 20px;
}

.timer-wrap .form button {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding: 0px;
    box-sizing: border-box;
    border-radius: 0px;
}

.timer-wrap .timer-custom {
    margin-bottom: 0px;
}
*/