.wait-block {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.calendar + .wait-block,
.tour-table__panel + .wait-block {
	left: 1px;
	top: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
}

.wait-gif {
	background-image: url(img/preloader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 150px !important;
	height: 150px !important;
} 