.box-modal {
	position: relative;
	width: 730px;
	padding: 20px 0 40px 0;
	color: #252525;
	font: 400 18px "Open Sans", sans-serif;
	background: #fff;
	border-radius: 10px;
}
.box-modal_close { position: absolute; width: 17px; height: 17px; right: 12px; top: 12px; background: url(../img/close.png) no-repeat 0 0; line-height: 15px; cursor: pointer; }
.box-modal_close:hover { background-position: -17px 0; }

.progress {
	display: block;
	margin: 30px auto 0 auto;
}

.progress_p {
	font-size: 14px;
	color: #6f6e6e;
	text-align: center;
	margin-top: 10px;
}

.img_text {
	display: block;
	margin: 25px auto 0 auto;
}

#polyticsModal, #resModal, #agreeModal {
	font: 400 15px "PT Sans", sans-serif;
	color: #363636;
	line-height: 22px;
}

.modal_body {
	height: 380px;
	overflow-y: scroll;
	margin-top: 20px;
	padding: 0 20px 0 20px;
}

#polyticsModal h1, #resModal h1, #agreeModal h1 {
	font: 700 18px "PT Sans", sans-serif;
	padding: 5px 0;
}

#polyticsModal p, #resModal p, #agreeModal p {
	margin-top: 15px;
}

#resModal p span, #agreeModal p span {
	font-weight: 700;
}

#polyticsModal h2 {
	font: 700 16px "PT Sans", sans-serif;
	padding: 20px 0 0 0;
}