.job-group,
section p {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.06em;
	color: #333;
}

.breadcrumb li {
	margin-bottom: 0;
}

.job-group {
	margin-bottom: 30px;
}

.job-group:nth-last-child(1),
.form-group:nth-last-child(1) {
	margin-bottom: 0;
}

.job-group .title,
label {
	font-family: "Helvetica Bold";
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0;
}

#jobSelect {
	display: inline-block;
}

#jobSelect select {
	font-size: 20px;
	border: 2px solid #f15922;
	border-radius: 21.5px;
	margin-bottom: 50px;
}

.form-wrapper {
	border-radius: 17px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  padding: 45px 25px 35px 25px;
}

.form-group {
	margin-bottom: 30px;
}

.form-control {
	border: 2px solid #7d7d7d;
	border-radius: 0;
	border-width: 0 0 2px 0;
	font-size: 20px;
	letter-spacing: 0.06em;
	color: #333333;
	margin-bottom: 20px;
}

.form-control:focus {
	box-shadow: none;
}

.form-control.date {
	max-width: calc(33.333333% - 56px);
	margin-right: 46px;
}

.form-wrapper select,
.form-wrapper .btn {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.06em;
	color: #333;
	border: 2px solid #1e1e1e;
	border-radius: 21.5px;
	height: 40px;
}

.form-wrapper *[type="submit"] {
	width: 100%;
	background-color: #f15922;
	color: #FFF;
	border-radius: 12.5px;
	height: 60px;
	letter-spacing: 0.06em;
	border: none;
}

.form-wrapper span {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.06em;
	color: #333;
	margin-top: 10px;
	display: block;
}

.form-wrapper .d-flex > * {
	max-width: 45%;
}

section ul {
	list-style-type: none;
}

section li {
	position: relative;
	margin-bottom: 20px;
}

section ul li::before {
	content: "-";
	display: block;
	position: absolute;
	top: 0px;
	left: -20px;
}

#fileText {
	pointer-events: none;
}

.modal {
	pointer-events: none;
	color: #333;
}

.modal-dialog {
	border-radius: 22px;
}

.modal-content {
	border: none;
}

.modal-body {
	padding: 50px;
}

.modal h2 {
	font-family: "Helvetica Bold", sans-serif;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.07em;
}

.modal p {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.07em;
}

@media (max-width: 768px) {
	section p,
	section li {
		font-size: 12px;
	  line-height: 20px;
	  margin-bottom: 15px;
	}

	.form-control,
	.form-wrapper select,
	.form-wrapper .btn {
		font-size: 14px;
	}

	section .btn {
		margin-bottom: 0;
	}

	#jobSelect select {
		margin-bottom: 20px;
		font-size: 16px;
		border-radius: 16px;
	}

	.job-group {
		margin-bottom: 20px;
	}

	.job-group .title,
	label {
	  font-size: 14px;
  	line-height: 26px;
	}

	.form-wrapper .d-flex {
		flex-wrap: wrap;
	}

	.form-wrapper .d-flex > * {
		max-width: unset;
		width: 100%;
		flex: 0 0 100%;
	}

	.form-control.date {
	  max-width: calc(33.333333% - 5px) !important;
	  margin-right: 5px;
	}

	#fileText {
		margin-bottom: 0;
	}

	.form-wrapper span {
		margin-bottom: 10px;
		margin-top: 0px;
		font-size: 12px;
	}

	.form-wrapper *[type="submit"] {
		height: 40px;
	}

	.modal-body {
		padding: 20px;
	}

}

@media (max-width: 1024px) {

	.page-title {
		margin-bottom: 45px;
	}

	.breadcrumb {
		margin-bottom: 20px;
	}
	
	section p,
	section li {
		font-size: 12px;
	  line-height: 20px;
	  margin-bottom: 15px;
	}

	.form-control,
	.form-wrapper select,
	.form-wrapper .btn {
		font-size: 14px;
	}

	section .btn {
		margin-bottom: 0;
	}

	#jobSelect select {
		margin-bottom: 20px;
		font-size: 16px;
		border-radius: 16px;
	}

	.job-group {
		margin-bottom: 20px;
	}

	.job-group .title,
	label {
	  font-size: 14px;
  	line-height: 26px;
	}

	.form-wrapper .d-flex {
		flex-wrap: wrap;
	}

	.form-wrapper .d-flex > * {
		max-width: unset;
		width: 100%;
		flex: 0 0 100%;
	}

	.form-control.date {
	  max-width: calc(33.333333% - 5px) !important;
	  margin-right: 5px;
	}

	#fileText {
		margin-bottom: 0;
	}

	.form-wrapper span {
		margin-bottom: 10px;
		margin-top: 0px;
		font-size: 12px;
	}

	.form-wrapper *[type="submit"] {
		height: 40px;
	}

	.modal-body {
		padding: 20px;
	}

}

@media (max-width: 991px) {

	.form-wrapper {
		margin-top: 25px;
	}

}

@media only screen and (min-width : 200px) and (max-width : 450px){
	.form-control {
		border: 2px solid #7d7d7d;
		border-radius: 0;
		border-width: 0 0 2px 0;
		font-size: 12px;
		letter-spacing: 0.06em;
		color: #333333;
		margin-bottom: 20px;
	}

	.form-control input{
		width: 100px;
	}
	
	.form-wrapper select,
	.form-wrapper .btn {
		font-size: 12px;
		line-height: 30px;
		letter-spacing: 0.06em;
		color: #333;
		border: 2px solid #1e1e1e;
		border-radius: 21.5px;
		height: 30px;
	}
	
	.form-wrapper span {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.06em;
		color: #333;
		margin-top: 10px;
		display: block;
	}
	
	.job-group,
	section p {
		font-size: 12px;
		line-height: 32px;
		letter-spacing: 0.06em;
		color: #333;
	}

	.breadcrumb li {
		margin-bottom: 0;
	}

	.job-group {
		margin-bottom: 10px;
	}

	.job-group:nth-last-child(1),
	.form-group:nth-last-child(1) {
		margin-bottom: 0;
	}

	.job-group .title,
	label {
		font-family: "Helvetica Bold";
		font-size: 12px;
		line-height: 30px;
		margin-bottom: 0;
	}

	#jobSelect {
		display: inline-block;
	}

	#jobSelect select {
		font-size: 12px;
		border: 2px solid #f15922;
		border-radius: 21.5px;
		margin-bottom: 10px;
	}
}