#orderForm input[type=checkbox],
#apply-new input[type="radio"] {
	width: 20px;
	height: 20px;
	vertical-align: -7px;
}

#apply-new {
	margin-top: 19px;
	margin-bottom: 50px;
}

#apply-new .container {
	--content-width: 1200px;
	padding: 0 30px;
}

#apply-new h3 {
	font-size: 23px;
}

#apply-new .infoblock {
	max-width: 1105px;
}

#apply-new label {
	font-family: 'Soleil-Regular';
	color: #888;
	font-size: 14.4px;
	margin-bottom: 2px;
	padding: 5px;
}

#apply-new button[type="submit"] {
	height: 51px;
	line-height: 53px;
	outline: none;
	border: none;
	border-radius: 0;
	color: #000;
	font-size: 17px;
	padding: 0 40px;
	margin-top: 20px;
	margin-left: -15px;
	text-transform: uppercase;
}

#apply-new select.form-control {
	background: rgb(232, 232, 232);
	background: -moz-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(254, 254, 254, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(254, 254, 254, 1) 100%);
	background: linear-gradient(to bottom, rgba(232, 232, 232, 1) 0%, rgba(254, 254, 254, 1) 100%);
	box-shadow: inset 0px 5px 12px -4px rgba(0,0,0,0.10);
	outline:none;
}


#apply-new .customselect {
	position: relative;
}

#apply-new .customselect:after {
	width: 7px;
	height: 14px;
	top: 11px;
	right: 10px;
	position: absolute;
	display: block;
	background: url(../../images/icons/icon-down-arrows.png);
	content: '';
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	#apply-new .form-group {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 567px) {
	#apply-new {
		margin-top: 0;
	}

	#apply-new h3 {
		margin-top: 14px;
	}

	#apply-new label {
		width: calc(100% - 30px);
	}

	#orderForm input[type=checkbox],
	#apply-new input[type="radio"] {
		vertical-align: 8px;
	}
}