.form__prim {
    text-align: center;
}

.header__countdown .money {
    text-transform: uppercase;
    line-height: 33px;
}

.header .products_left__value {
    line-height: 33px;
}

.advantages__price .standart_price__old {
    font-size: 120%;
    text-transform: uppercase;
    line-height: 38px;
}

.advantages__price .standart_price__sale {
    line-height: 8px;
}

@media screen and (max-width: 479px) and (min-width: 40px) {
    .header .products_left__value {
        line-height: 41px !important;
    }

    .header .products_left__value>span {
        font-size: 32% !important;
    }

    .header__countdown .money {
        text-transform: uppercase;
        line-height: 36px;
    }

    .advantages__price .standart_price__old {
        font-size: 100%;
        text-transform: uppercase;
        line-height: 35px;
    }

    .advantages__price .standart_price__sale {
        line-height: 1px;
        font-size: 29px !important;
    }
}