.minict_wrapper {
    background: url("../img/ico_form_select.png") center right 30px no-repeat;
    background-size: 10px 6px;
    font-size: 13px;
    border: 1px solid #999;
    height: 38px;
    padding: 0 50px;
    padding-right: 60px;
    border-radius: 20px;
    margin-right: 1vw;
    position: relative;
    width: 197px;
}

.minict_wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.minict_wrapper.disabled {
    background: #f5f5f5;
    text-shadow: 0 1px 0 #fff
}

.minict_wrapper.disabled span {
    color: #bbb !important
}



.minict_wrapper span {
    display: block;
    border: 0;
    outline: none;
    background: none;
    color: #333;
    font-size: 16px;
    font-size: .9rem;
    height: 38px;
    line-height: 38px;
    cursor: default;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.minict_wrapper span:empty:before {
    content: attr(data-placeholder);
    color: #8e8e8e;
    line-height: 23px;
    line-height: 1.5rem
}

.minict_wrapper ul {
    display: none;
    list-style: none;
    padding: 19px 0 1px;
    margin: 0 -1px;
    position: absolute;
    width: 100%;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    border: 1px solid #999;
    border-top: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    top: 19px;
    left: 0;
    z-index: 99;
    color: #8e8e8e;
}

.minict_wrapper ul li {
    list-style: none;
    font-size: 1rem;
    padding: 0 50px;
    cursor: pointer;
    background: #fff;
    height: 35px;
    height: 2.2rem;
    line-height: 32px;
    line-height: 2rem
}
.minict_wrapper ul li:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.minict_wrapper ul li:hover {
    background: #f2f2f2;
}

.minict_wrapper ul li.minict_group {
    color: #444;
    background: #f6f6f6;
    font-weight: bold;
    cursor: default
}


.minict_wrapper ul li.disabled {
    cursor: default;
    background: #fff !important;
    color: #bbb
}

.minict_wrapper ul li.selected {
    color: #474747;
}

.minict_wrapper ul li.highlighted {
    color: #fff;
    background: #819a9a
}

.minict_wrapper ul li.hidden {
    display: none
}

.minict_wrapper .minict_reset {
    color: #A9A9A9;
    bottom: 0;
    display: none;
    font-size: 18px;
    font-size: 1.1rem;
    line-height: 30px;
    line-height: 1.9rem;
    position: absolute;
    right: 35px;
    right: 2.2rem;
    text-align: center;
    top: 0;
    text-decoration: none;
    width: 20px;
    width: 1.2rem;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.minict_wrapper .minict_reset:hover {
    color: #e0e0e0;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out
}

.minict_wrapper .minict_reset:active {
    color: #636363
}

.minict_wrapper.disabled .minict_reset {
    display: none
}

.pu-form_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    color: #8e8e8e;
    box-sizing: border-box
}


@media screen and (max-width:768px),
print {
        .minict_wrapper {
        background: url(../img/ico_form_select.png) center right 3.125vw no-repeat;
        background-size: 2.34375vw 1.40625vw;
        font-size: 3.125vw;
        border: .15625vw solid #999;
        height: 7.8125vw;
        padding: 0 7.03125vw;
        padding-right: 8.59375vw;
        border-radius: 4.125vw;
        width: 40.625vw
    }
    .minict_wrapper ul {
        padding: 0 .3px 1px;
        padding-top: calc(7.8125vw / 2);
        border: .15625vw solid #999;
        border-top: none;
        top: calc(7.8125vw / 2);
    }
    .minict_wrapper span {
        line-height: 7.8125vw;
    }
    .minict_wrapper ul li {
        padding: 0 7.03125vw;
    }
}