/* Section 1 */
@media (max-width: 1140px) {
	.wrapper {
		width: 680px !important;
		min-width: 680px;
		background-color: rgb(255, 255, 255);
		box-shadow: none;
	}
	.section-1 {
		width: 680px;
		min-width: 680px;
	}
}


/* Section 2 */
@media (max-width: 1140px) {
	.left-side {
		width: 646px;
		margin-left: 30px;
	}
	.pdn {		
		font-size: 14px;
		margin-bottom: 4px;
	}
	.left-side h3 {
		width: 129px;
		height: 22px;
		font-size: 18px;
	}
	.form-wrap {
		width: 616px;
		height: 467px;
	}
	.left-column {
		width: 260px;
		margin-top: 30px;
		font-size: 20px;
	}
	.special-1 {
		display: inline-block;
		margin-top: 0;
		margin-left: 0;
		line-height: 24px !important;
	}
	.special-2 {
		display: block;
		margin-top: 13px;
		line-height: 0px;
	}
	.right-column {
		margin-left: 20px;
	}
	.right-column span {
		line-height: 49px;
	}
	.right-column input {
		width: 265px;
		font-size: 19px;
	}
	input + .error {
		margin-top: -49px;
		font-size: 18px;
	}
	.right-column select {
		width: 283px;
		font-size: 19px;
	}
	.right-column textarea {
		width: 266px;
		font-size: 19px;
	}
	.section-2_button-2 {
		margin-top: -5px;
		margin-left: 399px;
		border-radius: 30px;
		height: 53px;
		width: 220px;
		font-size: 20px;
	}
	.right-side {
		display: none;
	}	
}


/* Section 3 */
@media (max-width: 1140px) {
	.section-3 {
		display: none;
	}
	footer {
		margin-top: -28px;	
	}	
}