html,
body {
	height: 100%;
}
.navbar-contact,
.footer-contact{
	position: relative;
	z-index: 3;
	}

.bg-contact {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin-top: -64px;
	background: url(../images/cont_bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.container{
	position: relative;
	height: 100%;
}

.contact_us {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18%;
    margin-left: -45%;
    padding: 20px 66px;
    border: 1px dashed #353535;
}

.cot-item {
	width: 50%;
	margin: 32px 0;
	float: left;
}
.cot-item.fullline{
	width: 100%;
}

.cot-item .ic-cot {
	margin-right: 20px;
    display: inline-block;
	float: left;
}
.cot-item .ic-cot svg{
	width: 64px;
	height: 64px;
	fill: #6ebf43;
}

.cot-item .cot-info {
	text-align: left;
    height: 64px;
}

.cot-item .cot-info h5 {
	color: #6ebf43;
	font-size: 14px;
}
.cot-item .cot-info h5.cot-second {
	font-size: 1.14em;
    color: #fff;
    margin-top: 5px;
}

@media (min-width: 1441px) {
	.bg-contact {
		margin-bottom: -115px;
	}
	.contact_us {
		margin-top: -262px;
	}
	.cot-item {
		margin: 40px 0;
	}
}
@media (max-width: 767px) {
	.bg-contact{
		height: auto;
		min-height: auto;
	}
	.container{
		height: auto;
	}
	.contact_us {
		position: initial;
		top: 0;
		left: 0;
		margin: 0;
		margin-top: 40px;
		margin-bottom: 40px;
		margin-left: 4%;
		padding: 6%;
		width: 92%;
	}
	.cot-item{
		width: 100%;
    		margin: 15px 0;
	}
	.container{
		margin-top: 0;
		min-height: auto;
	}
}