@charset "UTF-8";

.select2-results{
    font-size: 13px;
}
.search-block{
    padding: 0 10px;
}
@media screen and (min-width: 768px) {
    .select2-input-group{
        width: 100%;
        min-width: 640px;

    }
    .wrap-select2 {
        min-width: 625px;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    .select2-input-group{
        width: 100%;
        min-width: 100%;
    }
    .wrap-select2 {
        min-width: 87%;
    }
}


@media screen and (max-width: 499px) {
    .select2-input-group{
        width: 100%;
        min-width: 100%;
    }
    .wrap-select2 {
        min-width: 80%;
    }
}


@media screen and (max-width: 750px) {
    .search-block{
        padding: 0 40px;
    }
}

