
.input_multi {

}

.input_multi .input_group {
    margin: 0 0 0 0;
}

.multi_search {
    display: none;
}

.multi_search .spacer2 {
    width: 5%;
    margin-right: 0;
    font-size: 25px;
    line-height: 35px;
    height: 39px;
    text-align: center;
    display: inline-block;
    color: #174a8b;
}

.input_ui {
    border: 1px solid #adadad;
    position: relative;
    /* margin: 5px; */
}

.multi_first .input_ui {
    width: 30%;
}

.multi_second {
    margin: 20px 0 10px 0;
}

.input_ui_brand {
    width: 60%;
    margin-right: 5%;
}

.input_ui_sezon {
    width: 35%;
}

.input_ui .label {
    display: inline-block;
    position: absolute;
    top: -9px;
    background: #fff;
    left: 8px;
    padding: 0 5px;
    height: 15px;
    line-height: 15px;
    z-index: 10;
    font-size: 13px;
    color: #adadad;
    font-weight: 400;
}

.input_ui .head {
    position: relative;
    width: 100%;
    height: 35px;
}

.input_ui .head .input {
    width: calc(100% - 33px);
    height: 35px;
    line-height: 35px;
}

.input_ui .head .expand {
    position: absolute;
    top: 3px;
    right: 1px;
    width: 33px;
    height: 28px;
    cursor: pointer;
}

.is_open .expand {
    background: url(/images/input_ui.png) no-repeat 10px -15px;
}

.is_close .expand {
    background: url(/images/input_ui.png) no-repeat 10px 12px;
}

.input_ui .body {
    padding: 0 0 0 0;
}

.is_open .body {
    display: block;
    width: 100%;
}

.is_close .body {
    display: none;
}

.input_ui .body .content {
    display: flex;
    flex-direction: row;
    height: 100%;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.input_ui .body .col {
    width: 25%;
    margin: 0 0 0 15px;
    flex-wrap: nowrap;
}

#input_ui_sezon .body .col {
    width: 80%;
    margin-right: 10%;
}

.input_ui.input_ui_short {
    min-width: 185px;
}

.input_ui.input_ui_short .body {
    max-width: 175px;
}
.input_ui.input_ui_short .body .col {
    width: 100%;
     margin-right: 10%;
}

.input_ui .float {
    display: flex;
    flex-direction: row-reverse;
}

.input_ui .float .all {
    width: 45px;
    height: 30px;
    cursor: pointer;
    background: url(/images/input_ui.png) no-repeat 27px -72px;
}

.input_ui .float .clear {
    width: 80px;
    height: 30px;
    cursor: pointer;
    background: url(/images/input_ui.png) no-repeat 65px -103px;
}

.input_ui .float .hide {
    bottom: 0px;
    right: 0px;
    width: 80px;
    height: 30px;
    cursor: pointer;
    background: url(/images/input_ui.png) no-repeat 60px -44px;
}

.input_ui .float_btn {
    color: #174a8b;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    margin-right: 10px;
}

.input_ui .float_btn:hover {
    text-decoration: underline;
}

@media (max-width: 980px) {
    .input_ui .body .col {
        width: 40%;
        margin: 0 5% 0 5%;
    }

    .input_ui .float {
        flex-direction: column;
        margin-left: 5%;
    }
}

@media (max-width: 640px) {
    .input_ui .body .col {
        width: 90%;
        margin: 0 5% 0 5%;
    }
}

.form_params .input_ui .input {
    border: none;
    line-height: 30px;
}

.ext_search {
    display: none;
}

.ext_search {
    display: block;
    opacity: 0.7;
    margin-right: 20px;
    width: 200px;
}

.ext_search_show {
    opacity: 1
}

.grecaptcha-badge{
    display: none;
}
