#loading {
    display: none;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url(../img/spinner_1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    transition: all 0.4s ease;
}
.select2 {
    width: 100% !important;
}