.t-checkbox__labeltext a,
.t-form__inputsbox a {
    display: inline !important;
    width: auto !important;
    white-space: normal;
}

.t923__imgwrapper.wow-price-wrapper .wow-price-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 50;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 7px 11px;

    background: #E8752A;
    color: #FFFFFF;

    font-family: 'Manrope', sans-serif !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;

    border-radius: 5px;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);

    white-space: nowrap;
    pointer-events: none;
}


/* Мобильная версия */

@media screen and (max-width: 640px) {
    .t923__imgwrapper.wow-price-wrapper .wow-price-badge {
        top: 7px;
        left: 7px;

        padding: 6px 9px;

        font-size: 10px;
        border-radius: 4px;
    }
}