.fancybox-content .js-form-ajax {
	max-width: 600px;
}

.fancybox-content .js-form-ajax.wide {
	max-width: 1024px;
	padding: 60px 25px 25px;
}

.form-title {
	font-size: 2rem;
	margin-bottom: 15px;
}

.form-desc {
	margin-bottom: 15px;
	font-weight: bold;
}

.form-group-title {
	font-size: 18px;
	line-height: 21px;
	color: #0071BB;
	margin: 25px 0 20px;
}

.form-group-title span {
	color: #C4C4C4;
}

.form-top-fix {
	margin-top: -8px;
}

.feed-trick {
	display: none;
}

.fancybox-content {
	padding: 0 !important;
}

.feed-form-checkbox,
.feed-form-radio {
	display: none;
}

.feed-form-checkbox + .feed-form-label-checkbox {
	cursor: pointer;
	margin: -3px 5px 0 0;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	position: relative;
}

.feed-form-checkbox + .feed-form-label-checkbox:before {
	width: 0;
}

.feed-form-checkbox:checked + .feed-form-label-checkbox:before {
	content: '\2713\0020';
	position: absolute;
	top: -2px;
	left: 2px;
	color: #0072bc;
}

.feed-form-radio + .feed-form-label-radio {
	position: relative;
	padding-left: 25px;
	color: #C4C4C4;
	cursor: pointer;
}

.feed-form-radio + .feed-form-label-radio:before {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #DDEDFF;
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 1;
}

.feed-form-radio:checked + .feed-form-label-radio {
	color: #485460;
}

.feed-form-radio:checked + .feed-form-label-radio:after {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #1B9CFC;
	position: absolute;
	left: 3px;
	top: 5px;
	z-index: 2;
}


@media (max-width: 767px) {
	
	.form-title {
		font-size: 1.6rem;
	}
	
}