.select2-selection__rendered {
    font-family: 'Gilroy';
    font-size: 17px;
}

.select2-container--default .select2-selection--single {
    background-color: rgba(196, 196, 196, 0.4) !important;
    border-radius: 0 !important;
    border: 0.5px solid #7F7E82 !important;
    padding-top: 7px;
    padding-left: 10px;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 10% !important;
    top: 70% !important;
    border-color: #000 transparent transparent transparent;
}

.select2-dropdown {
    background-color: rgba(196, 196, 196, 1) !important;
    border: none;
}

.select2-search__field {
    background-color: rgba(196, 196, 196, 1) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #1F1F1F;
}

.search_form--custom {
    font-family: "Gilroy";
    font-size: 17px;
    border-radius: 0 !important;
    border: 0.5px solid #7F7E82 !important;
    background-color: rgba(196, 196, 196, 0.4) !important;
    height: 40px;
    padding: 0 18px;
    color:#444;
}

.search_form--custom--text {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #444;
}

.search_form--custom--input {
    width: 75px;
    border-color: #fff;
    padding: 0;
    text-align: center;
    text-decoration: underline;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
}

.home--filter--button_submit {
    background: #1F1F1F;

    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;

    color: #FFFFFF;
}

.home--filter--button_extra {
    border: 1px solid #1F1F1F;
    box-sizing: border-box;

    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;

    color: #1F1F1F;
}