form#prizeForm {
    width: 400px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
	position: relative;
}

form#prizeForm select {
    width: 100%;
    margin: 10px 0;
}

.ajax_loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
    background: url(https://www.bwt.ru/images/ajax_loader.gif) no-repeat;
    z-index: 5000;
    display: none;
}

.fader {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4000;
    left: 0;
    top: 0;
    display: none;
}

.productsTable {
    
}

