.icon1 a,
.icon2 a,
.icon3 a{
	width: 100%;
	height: 100%;
	display: block;
}
.my-blocks{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin:0 0 25px 0
}
.my-block{
	width: 50%;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
	overflow:auto
}
.my-block.grey {background:#f4f4f4;margin:0 15px 0 0px;}
.my-block.yellow {background:#fcfcde;margin:0 0 0 0px;}
.mobilebtn select{
	opacity: 0;
}
.ul-flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.ul-flex .ulwrap{
	width: 25%;
}
.my-banner{
	background: #fff;
	text-align: center;
  margin-bottom: -20px;
}
.wrap-img{
	margin: 0 auto;
	max-width: 768px;
}

.my-banner img{
	width: 100%;
}
@media only screen and (max-width : 992px){
.ul-flex{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
}
.ul-flex .ulwrap{
	width: 47%;
	max-width: 380px;
	margin-right: 0;
}
	}
@media only screen and (max-width : 768px){
.ul-flex .ulwrap{
	width: 100%;
	max-width: 380px;
	margin-right: 0;
}
	.my-blocks{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		text-align: left;
	}
	.my-block{
	width: 100%;
}
.mobilebtn{
	position: fixed;
	z-index: 100;
	right: 20px;
}
#region9 h3{
	z-index: 2;
}
#top{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	text-align: center;
	width: 100%;
	background: #cccccc url(https://mosvodosliv.ru/templates/minimalistix/images/backgrounds/topbar.png) top repeat-x;
}
.banner-fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
}