.vine-calc .wizard > .steps > ul{display: flex; flex-wrap: wrap; gap: 5px}
.vine-calc .wizard > .steps > ul > li{flex: 0 0 auto; width: auto; float: none}
.vine-calc .wizard > .steps .number {display: none;}
.vine-calc .wizard > .steps .current a, .vine-calc .wizard > .steps .current a:hover, .vine-calc .wizard > .steps .current a:active {background: #906e50; }
.vine-calc .wizard > .steps a, .vine-calc .wizard > .steps a:hover, .vine-calc .wizard > .steps a:active {border-radius: 0; padding: 10px 15px; margin: 0; height: 100%;}
.vine-calc .wizard > .actions a, .vine-calc .wizard > .actions a:hover, .vine-calc .wizard > .actions a:active {background: #906e50; border-radius: 0; padding: 10px 15px;}
.vine-calc .wizard > .steps .done a, .vine-calc .wizard > .steps .done a:hover, .vine-calc .wizard > .steps .done a:active {background: rgba(156, 126, 101, 0.7)}
.vine-calc .wizard > .content {min-height: 1px; background: rgba(245, 242, 230, 1)}
.vine-calc .wizard > .content > .body {position: relative;}
.input-checkbox--primary:checked {
    background-color: var(--main-color);
    border-color: var(--color-gray);
}
.vine-calc__type-event-item .item_other{
    max-width: calc(100% - 76px);
}
.wine-calc-result {
    padding: 40px 0;
    background: #f5f3e7;
    margin: 0 0 40px;
}
.wine-calc-result h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}
.wine-calc-result p {
    line-height: 1.4;
}
.wine-calc-result p span {
    font-weight: 500;
}
.wine-calc-result .btn {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .vine-calc .vine-calc__type-event-item .item_other{min-width: fit-content;}
    .vine-calc .wizard > .steps > ul > li{width: 100%; display: none;}
    .vine-calc .wizard > .steps > ul > li.current{display: block;}
}