#reserve-form{
	width: 550px;
	left: calc(50% - 275px);
}
#reserve-form .srt-close-timer{
	margin-top: 0px;
}





@media (max-width: 760px){
	#reserve-form{
		top: 0px;
		width: auto;
		min-height: auto;
		left: 0px;
		right: 0px;
		bottom: 0px;
		overflow-y: auto;
	}
	#reserve-form .srt-modal-content{
		width: 100%;
		padding: 40px 20px;
	}
}