/*---------- 1-timer-block ----------*/
.timer-block .date p {
    display: inline-block !important;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    background: var(--info-g);
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    padding: 12px 24px;
    color: var(--black);
    font-weight: bold;
    font-variant-numeric: lining-nums;
}

/* timer-block */
/* фон второй колонки с таймером */
.timer-block .builder[data-path="column2"] {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(17, 17, 17, 0.7) var(--timer-fon) !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 90px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #323232;
}

.timer-block .countdown-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* рамки */
.timer-block .countdown-section {
    position: relative;
    min-width: 84px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: var(--black);
    margin: 12px 4px;
    padding: 10px 0 0;
    color: var(--text-color);
    border: 2px solid var(--accent-color);
}

/* градиент */
.timer-block .countdown-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(transparent), to(transparent));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), transparent, transparent);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), transparent, transparent);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), transparent, transparent);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), transparent, transparent);
    width: 100%;
    height: 100%;
}

/* цифры */
.timer-block .f-header.f-header-28 {
    font-size: 32px !important;
    line-height: 100% !important;
}

/* подписи */
.timer-block .countdown-period {
    display: block;
    font-size: 0.15em;
    padding-bottom: 5px;
}

@media(max-width: 727px) {
    .timer-block .builder[data-path="column2"] {
        padding: 50px;
    }
}

@media(max-width: 640px) {
    /* фон мобильного */
    .timer-block .lt-block-wrapper {
        background: url(https://fs.getcourse.ru/fileservice/file/download/a/544965/sc/246/h/b51925edc7816a465caf9c3a50f1d7b9.png) !important;
        -moz-background-size: cover;
        background-size: cover;
        background-position: bottom center !important;
    }

    .timer-block .builder[data-path="column2"] {
        padding: 15px;
        margin: 15px;
    }

    .timer-block .f-header.f-header-28 {
        font-size: 25px !important;
        line-height: 100% !important;
    }
    .timer-block-2 .builder {
        padding: 0;
    }
}

@media screen and (max-width: 640px) {
    /* рамки */
    .timer-block .countdown-section {
        min-width: 64px;
    }
}

@media (max-width: 480px) {
    .timer-block .f-header.f-header-72 {
        font-size: 35px !important;
    }
}

@media (max-width: 360px) {
    .timer-block .builder[data-path="column2"] {
        padding: 10px;
    }
}

