.contact-wrap {
	position: relative;
	width: 100%px;
}
.contact-wrap .small .vertical-line {
	left: 5px!important;
}




.contact-wrap input[type=submit] {
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    margin-bottom:30px;
    cursor:pointer;
    font-weight: bold;
    line-height: 3;
    width:90px;
    color: white;
    text-shadow: 0 -1px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5), inset 0 1px 1px rgba(255,255,255,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5), inset 0 1px 1px rgba(255,255,255,.5);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.5), inset 0 1px 1px rgba(255,255,255,.5);
    box-shadow: 0 1px 2px rgba(0,0,0,.5), inset 0 1px 1px rgba(255,255,255,.5);
}
.small, .normal, .medium, .big, .megabig {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 10px;
}
.small {
    font-size: 11px;
}
.normal {
    font-size: 14px;
}
.medium {
    font-size: 18px;
}
.big {
    font-size: 24px;
}
.megabig {
    font-size: 32px;
}


.contact-wrap input[type=submit] {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52A8E8), to(#377AD0));
    background-image: -moz-linear-gradient(0% 100% 90deg, #377AD0, #52A8E8);
    background-color: #52A8E8;
    border: 1px solid #20559A;
}
.contact-wrap input[type=submit]:hover, .blue:focus {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#54A1D8), to(#1967CA));
    background-image: -moz-linear-gradient(0% 100% 90deg, #1967CA, #54A1D8);
    background-color: #52A8E8;
    color: white;
}
.contact-wrap input[type=submit]:active {
    background: #2D7CD1;
    color: white;
}
.contact-box {
	box-sizing: border-box;
	margin-top: 10px;
	padding: 10px 15px 35px 0;
	position: relative;
	overflow: hidden;
}
.contact-box .title {
	margin-top: 5px;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
}
.contact-box .inp {
	margin: 8px 0;
}
.contact-box .inp input ,.contact-box .inp select {
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 14px;
}
.contact-box .inp select {
	color: #656565;
	padding: 5px 8px;
}
.contact-box .inp textarea {
	width: 100%;
	margin: 8px 0;
	padding: 5px 10px;
	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);
}

.contact-box #security-code {
	width: 120px;
	margin: 0 0 0 5px;
}
.contact-box .captcha {
	float: left;
	margin: 3px 0 0 0;
}


.people-wrap {
	width: 100%;
	max-width: 670px;
	background: #252525;
	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: 14px;
}