.t-store__card__price {
    font-size: 30px !important;
    font-weight: 400;
}

div[data-storepart-uid]:after {
    position: absolute;
    display: block;
    font-size: 11px;
    width: 400%;
    color: #636363;
    border: 1px solid;
    border-radius: 0 0 6px 6px;
    padding: 10px;
    margin: 7px 0 0;
    left: -7px;
    border-top: none;
}

div[data-storepart-uid="612889375801"]:after {
    content: "Корпус 3";
    pointer-events: none;
}

div[data-storepart-uid="179741167842"]:after {
    content: "Корпус 2";
    pointer-events: none;
}

div.t-active {
    color: #5fb336;
}

.hide {
    display: none;
}