.therpix-launch-offer{
    margin:18px 0 20px;
    border-top:1px solid rgba(0,0,0,.12);
    border-bottom:1px solid rgba(0,0,0,.12);
    padding:18px 0;
}
.therpix-launch-offer__head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:16px;
    margin-bottom:16px;
}
.therpix-launch-offer__head>span{
    font-size:10px;
    letter-spacing:.09em;
    font-weight:700;
}
.therpix-launch-offer__head>strong{
    font-size:clamp(24px,3vw,32px);
    line-height:1;
}
.therpix-launch-offer__options{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
}
.therpix-launch-offer__options>div{
    border:1px solid rgba(0,0,0,.12);
    padding:14px;
}
.therpix-launch-offer__options span,
.therpix-launch-offer__options small{
    display:block;
}
.therpix-launch-offer__options span{
    margin-bottom:5px;
    font-size:10px;
    font-weight:700;
    letter-spacing:.07em;
}
.therpix-launch-offer__options strong{
    display:block;
    margin-bottom:4px;
    font-size:20px;
}
.therpix-launch-offer__options small{
    opacity:.68;
    font-size:11px;
}
.therpix-deadline--ready{
    margin-top:12px;
    padding:12px 14px;
    border:1px solid rgba(0,0,0,.12);
}
.therpix-deadline--ready span,
.therpix-deadline--ready strong{
    display:block;
}
.therpix-deadline--ready span{
    margin-bottom:3px;
    font-size:11px;
}
.therpix-deadline--ready strong{
    font-size:14px;
}
@media(max-width:620px){
    .therpix-launch-offer__head{
        display:block;
    }
    .therpix-launch-offer__head>strong{
        display:block;
        margin-top:6px;
    }
    .therpix-launch-offer__options{
        grid-template-columns:1fr;
    }
}
