@font-face {
    font-family: 'MyriadPro';
    src: url('/fonts/MyriadPro-Regular.ttf');
}


.sales-timer {
    width: 70%;
    min-width: 270px;
    margin: 0 auto;
}

.sales-timer > div > div {
    padding: 0;
}
.sales-timer-number {
    color: #e7342d;
    font: normal 35px MyriadPro;
    letter-spacing: 10px;
}

.sales-timer-number-separator {
    color: #e7342d;
    font-size: 35px;
    letter-spacing: 10px;
    margin-top: -5px;
}

.sales-timer-days > .sales-timer-number {
    letter-spacing: 0;
}


.sales-timer-number-title {
    color: #b895f1;
    font: normal 12px MyriadPro;
    font-weight: 500;
    margin-top: -5px;

}

.sales-timer-days > .sales-timer-number-title {
    margin-left: 0px;
}

.sales-timer-up-block {
    margin-left: 170px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.primer-licence .orange-btn{
    margin-top: 20px;
}

@media only screen and (max-width: 600px) {
    .sales-timer-up-block {
        margin-left: -25px;
    }
}
