.contact-wrap {
	position: relative;
	width: 265px;
}
.contact-wrap .small .vertical-line {
	left: 5px!important;
}
.contact-wrap input[type=submit] {
	position: relative;
	border: none;
	padding: 10px 10px;
	background: -ms-linear-gradient(#034890, #016eb6);
	background: -webkit-linear-gradient(#034890, #016eb6);
	background: linear-gradient(#034890, #016eb6);
	color: #fff;
	bottom: 20px;
	z-index: 10;
	cursor: pointer;
}
.contact-box {
	box-sizing: border-box;
	padding: 10px 15px 35px 15px;
	position: relative;
	overflow: hidden;
}
.contact-box .bg {
	position: absolute;
	z-index: -1;
	left: -20%; top: -20%;
	width: 150%; height: 170%;
	background: #464646;
	-ms-transform: rotate(-20deg);
	 -webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.contact-box .bg:before {
	position: absolute;
	content: ' ';
	background: #14477d;
	left: 0; top: 0;
	width: 100%; height: 50%;
}
.contact-box .bg:after {
	position: absolute;
	content: ' ';
	background: #12649a;
	left: 0; top: 45%;
	width: 100%; height: 40px;
}
.contact-box .title {
	margin-top: 5px;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
}
.contact-box .inp input ,.contact-box .inp select {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}
.contact-box .inp textarea {
	width: 100%;
	height: 120px;
	box-sizing: border-box;
}
.contact-box .inp .error {
	border: 1px solid #f54949;
	-webkit-box-shadow: 0px 0px 4px 2px rgba(98,3,3,0.75);
	-moz-box-shadow: 0px 0px 4px 2px rgba(98,3,3,0.75);
	box-shadow: 0px 0px 4px 2px rgba(98,3,3,0.75);
}


.people-wrap {
	width: 100%;
	max-width: 670px;
	background: #1283d6;
	color: #fff;
}
.people-head .title {
	float: left;
	width: 25%;
	font-size: 14px;
	font-family: mtavruli;
}

.people-list {
	width: 100%;
	display: table;
	box-sizing: border-box;
	padding: 10px 20px;
	color: #fff;
}
.people-list .people {
	display: table-row;
	margin-top: 5px;
	height: 50px;
}
.people-list .people .title {
	display: table-cell;
	width: 25%;
	border-bottom: 2px solid #034a92;
	vertical-align: middle;
	font-size: 12px;
	padding: 5px 0;
}