body {
	font-family: Arial,Verdana;
	font-size: 16;
	margin: 0;
	background: #gray;
}

h1 {
    font-size: 90;
}

a {
    color: white;
}

#header {
	background: black;
	font-size: 28px;
	line-height: auto;
	padding: 12px 0 12px 13%;
}

#header a {
	color: #00bac4;
	text-decoration: none;
}

#header a:hover {
	color: #00d2de;
}


#menu {
	height: 50px;
	background: white;
	padding: 10px 0 10px 0;
	font-size: 14px;
}

#menu ul {
	padding: 0 0 0 12%;
	list-style-type: none;
}

#menu li {
	padding: 3px 0 0 25px;
	float: left;
}

#menu a {
	text-decoration: none;
	color: #828282;
}

#menu a:hover {
	color: #00bac4;
	text-decoration: underline;
}

.banner_img {
    width: 100%;
	height: 370px;
}

.banner {
	position: relative;
	padding: 4px 0 0 0;
    	/*   display:inline-block;   */
}

.banner .telefon {
    display:block;
    position:absolute;
    left: 35%;
    top: 4px;
	height: 94px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing:border-box;
    padding:7px 30px;
    background: #4d392a;
	border-radius: 0 0 5px 5px;
 }
 
 .telefon {
	font-size: 38px;
	color: #dad1c9;
 }
 
 .banner .telefon2 {
    display:block;
    position:absolute;
    left: 35%;
    top: 56px;
    padding: 0 40px;
 }
 
  .telefon2 {
	font-size: 14px;
	color: white;
	text-align: center;
 }

.text_main {
	min-width: 280px;
	border: 1px solid #d8d8d8;
	background: white;
	padding: 5px 20px 5px 20px;
}

.text {
	min-width: 280px;
	margin: 20px 0;
	border: 1px solid #d8d8d8;
	background: white;
	padding: 5px 20px 5px 20px;
}

.content {
	margin: 0 12% 0 12%;
}

.tovary_main {
	margin: 0 12% 0 12%;
	min-width: 345px;
}
 
.tovary {
	float: right;
	text-align: center;
}

.tovary img {
	height:150px;
	padding: 10px;
}

.tovary li {
	width: 330px;
	display : inline-block;
	margin: 0 9px 18px 9px;
	background: white;
	vertical-align: top;
	text-align: center;
	line-height: normal;
	border: 1px solid #d8d8d8;
	padding: 0 10px 10px 10px;
        }
		
.tovary  ul {
    padding: 0; /* Убираем поля */
    margin-left: 5px; /* Отступ слева */
   }

.tovary h3 {
	font-weight: normal;
	font-size: 18px;
	color: #999999;
  	margin: -5px 0 0 0;
}

.tovary a {
	text-decoration: none;
	font-size: 18px;
	color: #999999;
}

.priziv {
	margin:0 auto;
    display: block;
	width: 250px;
	height: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing:border-box;
    padding:0 10px;
    background: #00bac4;
	border-radius: 5px;
	line-height: 50px;
 }
 
.priziv a {
	color: white;
	font-size: 24px;
}

.footer {
	clear: both;
	height: 40px;
	background: white;
	border-top: 1px solid #d8d8d8;
	border-bottom: 2px solid #d8d8d8;
	line-height: 40px;
	text-align: center;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}