#page_loader {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background-color: rgba(128, 128, 128, 0.5);
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100001;
}
.choices__item {
    white-space: nowrap;
}