.pretimer {
    display: table;
    width: 100%;
    overflow: hidden;
}
.pretimer .lt {
    vertical-align: middle;
    width: 65%;
    display: table-cell;
}
.pretimer .countdown_title {
    text-transform: uppercase;
    font-size: 25px;
    display: inline-block;
    font-weight: 500;
    margin-left: 40px;
    color: var(--accent);
}
.pretimer .countdown_text {
    font-size: 13px;
    color: #344960;
    line-height: 16px;
}
.pretimer .countdown_text span {
    font-weight: bold;
}
.pretimer .rt {
    vertical-align: top;
    width: 45%;
    display: table-cell;
    padding: 22px 0;
}
.pretimer li, .pretimer ul {
    padding: 0px;
    margin: 0px;
}
.countdown_wrp li {
    display: inline-block;
    text-align: center;
}
.countdown_wrp li:first-child .value {
    color: var(--accent);
}
.countdown_wrp .value {
    font-size: 32px;
    width: 60px;
    line-height: 30px;
}
.countdown_wrp .unit {
    margin: 8px 0 0;
}

@media screen and (max-width: 1220px) {
	.pretimer .countdown_title {
        margin-left: 0px;
    }
    .pretimer .lt {
        vertical-align: middle;
        width: 45%;
        display: table-cell;
    }
}

