.box-modal {
	position: relative;
	width: 500px;
	padding: 40px 50px;
	background: #fff;
	color: #4e4e4e;
	font: 16px/18px 'Roboto Light';
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 6px;
}
.box-modal .input-field {
	display:block;
	width:100%;
	margin-top:20px;
	border-color: #CBCBCB;
}
.box-modal .input-field:focus {
	border-color: #71C0B2;
}
.box-modal .h2 {
	font-family:'Roboto Medium', sans-serif;
	font-size: 18px;
	color: #4e4e4e;
}
.box-modal_close { position: absolute; right: 15px; top: 18px; font-size: 50px;
	font-family:'Roboto Light', sans-serif; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }
.box-modal .description-more-link:after,.box-modal .description-more-link:before {
	border-color: #66c6ba;
	margin-top: 3px;
}
.box-modal .description-more-link:after {
	margin-top: 8px;
}
.box-modal .description-more-link {
	font-size: 16px;
}
.box-modal .box-title {
	font-size: 48px;
	font-family:'Roboto Light', sans-serif;
	color: #66c6ba;
	margin-bottom: 50px;
}