<!DOCTYPE html>
<html>
	<head>
		<title>Вилком. Поставщик продуктов питания для кафе и ресторанов</title>
		<meta charset='utf-8'>
		<meta name="viewport" content="width=device-width; initial-scale=1.0">
		<link href='css/style.css' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Slab:300,400&subset=latin,cyrillic-ext" rel='stylesheet' type='text/css'>

<!-- 1. Link to jQuery (1.8 or later), -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> <!-- 33 KB -->

<!-- fotorama.css & fotorama.js. -->
<link href="https://fotorama.s3.amazonaws.com/4.4.8/fotorama.css" rel="stylesheet"> <!-- 3 KB -->
<script src="https://fotorama.s3.amazonaws.com/4.4.8/fotorama.js"></script> <!-- 15 KB -->
		<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
		<script type="text/javascript" src="js/script.js"></script>

		<script type="text/javascript" src="//use.typekit.net/qox5poc.js"></script>
		<script type="text/javascript">try{Typekit.load();}catch(e){}</script>

	</head>
<body>

<div id="wrapper">

	<div class="menu menu_no_header">
		<ul>
			<li><a href="about.html">Компания</a></li>
			<li><a id="brands_link" href="brands.html">Бренды</a></li>
			<li><a href="#" class="soon">Продукция</a><div>Скоро!</div></li>
			<li><a href="#" class="soon">Заявка</a><div>Скоро!</div></li>		</ul>
	</div>
	
		<div class="menu_brand_logos brand_logos_no_header">
			<div><div class="brand_logos" style="background-position: 0 -176px"></div></div>
		</div>

	
	<div class="logo logo_no_header">
		<a href="index.html">
			<img src="img/vilcom_logo.png" style="width: 124px"/>
			<p>Поставщик продуктов питания для кафе и&nbsp;ресторанов</p>
		</a>
		<p class="year_no_header">с 2000 года</p>
	</div>

	<div id="content">
		<article class="article_no_header">
	 		<h3 class="to-hide">Запрос прайс-листа</h3> 
			<div class="to-hide">
			
				<form method="post">				
					<p><label for="company-name">Название компании</label>
					<input name="company-name" id="company-name" required/>
					</p>
	
					<p><label for="company-category">Вид деятельности</label>
					<input name="company-category" id="company-category" />
					</p>
	
					<p><label for="username">Контактное лицо</label>
					<input name="username" id="username" required/>
					</p>
	
					
					<p><label for="email">Электронная почта</label>
					<input name="email" type="email" id="email" required/>
					</p>
					
					<p><label for="phone">Контактный телефон</label>
					<input name="phone" type="tel" id="phone" >
					</p>

					<p style="margin-top: 20px"><input type="submit" value="Пришлите прайс-лист, пожалуйста" style="margin-top: 10px; font-size: 18px"/></p>
				</form>				
			</div>	
	
						

		</article>
			
	</div>


</div>

<footer id="footer">
	<div id="copyright">© ООО «Вилком»</div>
</footer>

</body>

</html>