﻿
@media (max-width: 400px) {


.header {
  position: fixed;
  z-index: 3;
  width: 100%;
  padding: 10px 0;
}
.logo img{
  width: 50%;
  display: block;
  margin: 0 auto;
}
.menu{
  padding:0;
  margin:0;
  background: #5d5d5d;
  width: 100%;
}
.menu ul{
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
  text-align: center;
  display: none;
}
.col-md-8{
  min-height:0px;
}
.menu ul li{
  font-size: 15px;
  display: block;
  margin:0 4px;
}
.menu ul li a{
  font-size: 19px;
  color: white;
  padding: 12px 24px;
  line-height: 41px;
  font-weight: 200;
}
.menu ul li:hover{
  /* margin:0 0px; */
}

.menu ul li a:hover{
  border-bottom: 2px solid white;
}





#home {
  height: auto;
}
#home h1{
  margin: 45% auto 4%;
  font-size: 28px;
  padding: 0%;
  width: 100%;
}
#home h2{
  font-size: 14px;
  width: 99%;
  line-height: 27px;
}
.batton_consultation{
  background: #2969b0;
  width: 100%;
  margin: 10% auto;
  padding: 10px 0;
  font-size: 14px;
}

.galereya .someDiv{
  width: 50%;
  height: 100px;
}

.galereya .someDiv img{
  height: 120px;
}
#modalDiv{
  font-size: 15px;
  display: none;
}
.exit{
  font-size: 15px;
  position: fixed;
  top: 100px;
  width: 40px;
  height: 40px;
  left: 75%;
  background: #373737;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  cursor: pointer;
  z-index: 1;
  display: none;
}
.prev{
  font-size: 15px;
  position: fixed;
  top: 54%;
  left: 9%;
  background: #373737;
  z-index: 3;
  height: 40px;
  width: 40px;
  color: white;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
.img{
  position: fixed;
  top: 140px;
  width: 80%;
  height: auto;
  left: 10%;
  z-index: 2;
}
.next{
  font-size: 15px;
  position: fixed;
  top: 54%;
  left: calc(90% - 40px);
  background: #373737;
  z-index: 2;
  height: 40px;
  width: 40px;
  color: white;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
#about_us h3{
  font-size: 16px;
}
.about_us li{
  font-size: 14px;
  list-style-type: none;
  margin-left: 5px;
  margin-bottom: 8px;
}
.about_us p{
  font-size:16px;
}

#proposition h3{
  font-size: 23px;
  padding: 0% 2%;
  width: 100%;
}
.batton_consultation1{
  width: 100%;
  font-size: 14px;
}


#galery {
  padding: 30px 0;
}
.img_product{
  height: 96px;
  overflow: hidden;
  width: 50%;
  float: left;
  padding: 0;
  margin: 0;
}
.img_product img{
  height: 117px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.content-wrap section{
  padding:0!important;
}
.footer_block{
  clear:both;
  text-align: center;
}
.icon_block{
  float:none;
  display:block;
  margin:0 auto;
  width:50px;
  text-align:center;
}
.contacts h3{
	text-align:center;
}
}
