.box-modal {
	position: relative;
	/*width: 500px;*/
	max-width: 800px;
	padding: 20px 100px 40px;
	background: #fff;
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; font-size: 18px; }
.box-modal_close:hover { color: #666; }

@media screen and (max-width: 992px){
	.box-modal{
		padding: 12px;
	}
}