@media (min-width: 768px) {
	.openModal .modal-dialog {
		position:absolute;
		top: 40%;
		left: 50%;
		transform: translate(-40%, -50%) !important;
		width: 500px;
		max-width: 100%;
	}
}

.openModal .modal-content {
	background-color: #0080cc;
	color: #fff;
}

.openModal .modal-body {
	padding: 25px;
}

.openModal .modal-header {
	border-bottom: none;
}

.openModal .callback-input {
	width: 350px;
	margin: 0 auto;
	max-width: 100%;
	font-weight: 600;
	font-size: 16px !important;
	color: #363636;
	height: 45px;
}

.openModal .callback-submit {
	margin-top: 30px;
}

.openModal .close span {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
}

.openModal .close {
	opacity: .85;
}

.openModal #timer_block {
	text-align: center;
    margin: 25px 0;
    font-size: 45px;
    font-weight: 600;
}

.openModal #timer_block .timer_msec {
	font-size: 32px;
}

.openModal #form_success {
	font-size: 16px;
}