.loader {
    width: 100%; height: 100%;
    position: fixed;
    top: 0; right: 0; left: 0; bottom: 0;
    background-color: rgba(0, 0, 0, .85);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; line-height: 30px; text-align: center;
    color: #fff; font-weight: 700; letter-spacing: 2px;
    z-index: 9999;
}
.allHidden {
    overflow: hidden !important;
}
.d_block {
    display: block;
}
.mx_auto {
    margin: 0 auto;
}
.d_none {
    display: none;
}
.btn_upload label,
.btn_reload label {
    display: flex; align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.list .image {
    display: flex; flex-direction: column; justify-content: center;
} 
.list .image img {
    max-height: 100%;
}
.sound.off {
    background-image: url(../images/off.svg);
    width: 40px; height: 40px;
}
.modal_cut {
    max-width: 100%; margin: 0 auto;
    max-height: 400px;
}