#baner{
	height: 400px;
	
}
.icon_header{
	display: none;
}


#baner{
	height: 400px;
	
}

#contacts{
	width: 100%;
	margin: auto;
	text-align: center;
	background-color: #f1f5fe;
}
#contacts>h3{
	font-size: 23px;
	text-align: center;
	width: 100%;
	margin-top: 40px;
}
#contacts>div{
    font-size: 13px;
    color: #56565a;
    line-height: 22px;
    text-align: center;
    width: 600px;
    margin: auto;
    margin-top: 20px;
}
.contacts{
	width: 300px !important;
	height: 200px;
	display: inline-block;
	margin: 40px 30px!important;
	overflow: hidden;
	border-radius: 20px;
	cursor: pointer;
	background-color: #fff;
	    -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 01%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 01%);
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contacts>h4{
	font-size: 19px;
	color: #000;
}
.contacts>span{
	padding: 5px;
	line-height: 20px;
	font-size: 20px;
	margin-top: 20px;
}
.contacts>span>a{
	    color: #56565a;
}


#contacts>div>i{
	font-size: 47px;
	color: #00a5f5;
	margin: 30px auto;
}
#meps{
	width: 1400px;
	height: 500px;
	border: 6px solid #dae0ec;
	margin: -50px auto;
	border-radius: 50px;
	 -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 15%);
    overflow: hidden;
}
@media only screen and (max-width: 1450px) {
  #meps{
  	width: 96%;
  }
}

@media only screen and (max-width: 500px) {
  
  .text {
    width: 90%;
    margin-top: 10px;
    float: none !important;
}
.textarea {
    width: 90%;
}
.contacts{
	margin: 10px;
	height: 200px;
}
}