.cnt-pg p {
	margin-bottom: 25px;
}

.wrapper-in {
	max-width: 740px;
	margin: 0 auto;
}

.conatct-list-info {
	text-align: center;
	font-size: 0;
}

.conatct-list-info li {
	width: 33.33%;
	float: left;
	display: inline-block;
	color: #323944;
	font-size: 16px;
	padding: 10px 50px 30px;
	min-height: 192px;
	margin-bottom: 60px;
}

.conatct-list-info li:not(:last-child) {
	border-right: 1px solid #ebebeb;
}

.conatct-list-info li label {
	margin-bottom: 30px;
	color: #323944;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	font-family: 'AvantGarde-Demi';
	line-height: 100%;
}

.conatct-list-info li i {
	background-color: #ebebeb;
	width: 43px;
	height: 43px;
	border-radius: 100%;
	text-align: center;
	line-height: 43px;
	font-size: 18px;
	color: #3277bc;
	display: inline-block;
	margin-bottom: 20px;
}

.conatct-list-info li a {
	display: inline-block;
	padding-bottom: 5px;
	overflow: hidden;
	position: relative;
	font-family: 'AvenirNextLTPro-Regular';
	color: #323944;
	font-size: 16px;
}

.conatct-list-info li a:before {
	content: '';
	border-bottom: solid 1px #fff;
	position: absolute;
	bottom: 0px;
	width: 100%;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	border-bottom: solid 1px #3277bc;
}

.conatct-list-info li a:hover {
	color: #3277bc
}

.conatct-list-info li a:hover::before,
.underlined_link:focus::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.ct-form-block {
	width: 35%;
	float: left;
}

.form-wrapper {
    background-color: #3277bc;
    padding: 39px 65px 30px 30px;
    min-height: 100%;
    height: 615px;
}
textarea#message{
	height: 150px;
}
.form-control {
	width: 100%;
	padding: 12px;
	border: 1px solid #fff;
	border-radius: 0;
	min-height: 50px;
	background-color: #fff;
	font-family: 'AvenirNextLTPro-Regular';
	font-weight: 300;
	font-size: 14px;
	color: #6e7277;
	margin-bottom: 20px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}

.ct-block-2 {
	width: 16%;
	float: left;
	margin-bottom: 70px;
}

.trad-info {
	background-color: #215588;
	text-align: center;
	padding: 50px 30px 25px;
	color: #fff;
	min-height: 100%;
	height: 615px;
}

.trad-info label {
	font-size: 16px;
	font-family: 'Avenir-Next-LT-Pro-Demi';
	display: block;
}

.trad-info .ft-20 {
	margin-bottom: 40px;
}

.ft-20 {
	font-size: 20px;
}

.trad-info li p {
	margin-bottom: 0px;
}

.trad-info li {
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 30px;
}

.trad-info li:after {
	background-color: rgba(255, 255, 255, .40);
	width: 65px;
	position: absolute;
	content: "";
	height: 1px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
}

.trad-info li:last-child p {
	margin-bottom: 5px;
}

.title30 {
	font-size: 30px;
	color: #fff;
	line-height: 100%;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'AvantGarde-Demi';
}

.ft-14 {
	font-size: 14px;
	line-height: 120%;
	color: rgba(255, 255, 255, .70);
}

.social-links label {
	margin-bottom: 15px;
	line-height: 100%;
	display: block
}

.social-links a {
	display: inline-block;
	width: 39px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	background-color: #fff;
	border-radius: 100%;
	font-size: 14px;
	color: #323944;
	margin: 0 6px 10px;
}

.social-links a:hover {
	background-color: #000000;
	color: #fff
}

.map-block {
	width: 49%;
	float: left;
	margin-bottom: 70px;
	border: 1px solid #3277bc;
}