/* css code body contact_us.php page */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.error {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #f00;
	position: relative;
	margin: 15px 0;
	padding: 10px;
}

.approved {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #000033;
	position: relative;
	margin: 15px 0;
	padding: 10px;
}

.contact-part {
	width: 100%;
	height: 950px;
	border: 0;
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0;
}

.form-control {
	width: 450px;
	height: 850px;
	position: relative;
	margin-left: 350px;
	border: 0;
	background-color: none;
}

.form-control td {
	width: 300px;
	height: 50px;
	position: relative;
}

label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	color: #000;
	position: relative;
}

input {
	width: 300px;
	height: 40px;
	border: 2px solid #0053A3;
	background-color: none;
	position: relative;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	color: #000;
	text-indent: 10px;
}

textarea {
	border: 2px solid #0053A3;
	background-color: none;
	position: relative;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	color: #000;
	text-indent: 10px;
}

sup {
	color: #f00;
}

.btn {
	width: 120px;
	height: 40px;
	background-color: #000;
	border: 0;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
	padding: 5px;
}

/* oooyubk.ru media query */
@media (min-width: 320px){
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	
	.contact-part {
		width: 100%;
		height: 900px;
		border: 0;
		position: relative;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	.form-control {
		width: 310px;
		height: 900px;
		position: relative;
		border: 0;
		background-color: none;
		padding: 0;
		margin: 0;
	}
	
	.form-control td {
		width: 315px;
		height: 45px;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	label {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #000;
		position: relative;
	}
	
	input {
		width: 200px;
		height: 30px;
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #000;
		text-indent: 5px;
		padding: 0;
		margin: 0;
	}
	
	sup {
		color: #f00;
	}
	
	.btn {
		width: 100px;
		height: 35px;
		background-color: #000;
		border: 0;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 500;
		margin-top: 10px;
		padding: 5px;
	}
}

@media (min-width: 480px){
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	
	.contact-part {
		width: 100%;
		height: 900px;
		border: 0;
		position: relative;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	.form-control {
		width: 450px;
		height: 900px;
		position: relative;
		border: 0;
		background-color: none;
		padding: 0;
		margin: 0;
	}
	
	.form-control td {
		width: 450px;
		height: 50px;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	label {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #000;
		position: relative;
	}
	
	input {
		width: 230px;
		height: 35px;
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #000;
		text-indent: 7px;
		padding: 0;
		margin: 0;
	}
	
	sup {
		color: #f00;
	}
	
	.btn {
		width: 110px;
		height: 35px;
		background-color: #000;
		border: 0;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 500;
		margin-top: 10px;
		padding: 5px;
	}
}

@media (min-width: 750px){
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	
	.contact-part {
		width: 100%;
		height: 950px;
		border: 0;
		position: relative;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-left: 130px;
		padding: 0;
	}
	
	.form-control {
		width: 450px;
		height: 950px;
		position: relative;
		border: 0;
		background-color: none;
		padding: 0;
		margin: 0;
	}
	
	.form-control td {
		width: 400px;
		height: 40px;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	label {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #000;
		position: relative;
	}
	
	input {
		width: 250px;
		height: 40px;
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #000;
		text-indent: 10px;
		padding: 0;
		margin: 0;
	}
	
	sup {
		color: #f00;
	}
	
	.btn {
		width: 110px;
		height: 30px;
		background-color: #000;
		border: 0;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 500;
		margin-top: 15px;
		padding: 5px;
	}
}

@media (min-width: 768px){
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	
	.contact-part {
		width: 100%;
		height: 950px;
		border: 0;
		position: relative;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-left: 130px;
		padding: 0;
	}
	
	.form-control {
		width: 450px;
		height: 950px;
		position: relative;
		border: 0;
		background-color: none;
		padding: 0;
		margin: 0;
	}
	
	.form-control td {
		width: 400px;
		height: 40px;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	label {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #000;
		position: relative;
	}
	
	input {
		width: 250px;
		height: 40px;
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #000;
		text-indent: 10px;
		padding: 0;
		margin: 0;
	}
	
	sup {
		color: #f00;
	}
	
	.btn {
		width: 110px;
		height: 30px;
		background-color: #000;
		border: 0;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 500;
		margin-top: 15px;
		padding: 5px;
	}
}

@media (min-width: 992px){
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	
	.contact-part {
		width: 100%;
		height: 950px;
		border: 0;
		position: relative;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-left: 220px;
		padding: 0;
	}
	
	.form-control {
		width: 450px;
		height: 950px;
		position: relative;
		border: 0;
		background-color: none;
		padding: 0;
		margin: 0;
	}
	
	.form-control td {
		width: 450px;
		height: 40px;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	label {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #000;
		position: relative;
	}
	
	input {
		width: 300px;
		height: 40px;
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #000;
		text-indent: 10px;
		padding: 0;
		margin: 0;
	}
	
	sup {
		color: #f00;
	}
	
	.btn {
		width: 120px;
		height: 32px;
		background-color: #000;
		border: 0;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		margin-top: 15px;
		padding: 5px;
	}
}

@media (min-width: 1200px){
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	
	.contact-part {
		width: 100%;
		height: 950px;
		border: 0;
		position: relative;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
	}
	
	.form-control {
		width: 450px;
		height: 850px;
		position: relative;
		margin-left: 350px;
		border: 0;
		background-color: none;
	}
	
	.form-control td {
		width: 300px;
		height: 50px;
		position: relative;
	}

	label {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
		font-size: 20px;
		font-weight: 500;
		text-align: left;
		color: #000;
		position: relative;
	}
	
	input {
		width: 300px;
		height: 40px;
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		float: left;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-align: left;
		color: #000;
		text-indent: 10px;
	}
	
	sup {
		color: #f00;
	}
	
	.btn {
		width: 120px;
		height: 40px;
		background-color: #000;
		border: 0;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		margin-top: 20px;
		padding: 5px;
	}
}