.full-item__label-wrap--half {
    display: flex;
    margin-left: -7px;
    margin-right: -7px;
}
.full-item__label-wrap--half .full-item__label-block {
    width: 50%;
    margin-right: 7px;
    margin-left: 7px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.full-item__label-wrap--half .nice-select {
    padding: 0 28px 0 8px;
    font-size: 16px;
    height: 30px;
    color: #DBC4A0;
    border: 1px solid currentColor;
}
.full-item__label-wrap--half .nice-select:after {
    right: 12px;
    border-color: currentColor;
    height: 10px;
    width: 10px;
    margin-top: -6px;
}
.full-item__label-wrap--half .nice-select .current{
    color: inherit;
}
.full-item__label-wrap--half .nice-select .option {
    color: #DBC4A0;
}
.full-item__label-wrap--half .nice-select .list {
    padding-top: 0;
}
.full-item__label-wrap--half .nice-select .option.selected {
    color: #fff;
    background-color: #DBC4A0;
}

.full-item__label-wrap--half .nice-select:not(.active) {
    color: #3C302A;
}

@media screen and (max-width: 600px) {
    .full-item__label-wrap--half {
        display: block;
    }
    .full-item__label-wrap--half .full-item__label-block {
        width: 100%;
        margin-right: 0;
    }
}