.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: 35px !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;
	}
	
}
.form-modal-answer-across{
    text-align: center;
    width: 510px;
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    width: initial;
    height: initial;
    text-align: left;
    display: initial;
    color: #fff;
}
.form-modal-answer-across__title{
    color: #485460;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 45px;
    padding-top: 25px;
    color: #fff;
}
.form-modal-answer-across__add{
    font-size: 24px;
    font-style: normal;
    line-height: 34px;
    color: #0072bc;
    padding-bottom: 25px;
    color: #fff;
}








