ul p, ol p{ margin: 0;}

.contactGmaps {
	width: 460px;
	height: 340px;
	float: right;
	text-align:center;
	margin:10px;
}
.imageResponceHalf {
	margin:50px;
	width:40%
}

#myCarousel {
	border:0;
	margin-bottom:20px;
}
.carousel::after {
	height: 0px;
}
.carousel-control.left {
	background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control.right {
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

@media only screen and (max-width: 990px) {
 .contactGmaps {
	width: 100%;
	height: 340px;
	float: none;
	text-align:center;
	margin:0px;
	margin-bottom:20px;
 }

 .header__top .green-link {
	display:none;
 }
 .logo img {
	top:0px!important;left:0px!important;
 }
@media only screen and (max-width: 500px) {
 .contactGmaps {
	height: 140px;
 }


 .imageResponceHalf {
	margin: 0px;
	margin-bottom:20px;
	width: 100%;
	float: none;
 }
}


