/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url('fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),  
  	   url('fonts/HelveticaNeueCyr-Roman.otf')  format('opentype'),
	   url('fonts/HelveticaNeueCyr-Roman.woff') format('woff'), 
	   url('fonts/HelveticaNeueCyr-Roman.ttf')  format('truetype'), 
	   url('fonts/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cambria-Bold';
  src: url('fonts/Cambria-Bold.eot?#iefix') format('embedded-opentype'),  
  	   url('fonts/Cambria-Bold.woff') format('woff'), 
  	   url('fonts/Cambria-Bold.ttf')  format('truetype'), 
  	   url('fonts/Cambria-Bold.svg#Cambria-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  
  	   url('fonts/MyriadPro-Regular.otf')  format('opentype'),
	   url('fonts/MyriadPro-Regular.woff') format('woff'), 
	   url('fonts/MyriadPro-Regular.ttf')  format('truetype'), 
	   url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.top{
	background: #282828;
	padding: 5px 0;
}
.top ul{
	display: block;
	max-width: 465px;
	margin: 0 auto;
}
.top ul li{
	display: inline-block;
	margin-right: 3px;
}
.top ul li:last-child{
	margin-right: 0;
}
.top ul li a{
	font-size: 10px;
	font-family: 'HelveticaNeueCyr-Roman';
	color: #fff;
}
header{
	padding: 20px 0;
}
header .info{
	background: url(img/adress.png) no-repeat left center;
	padding: 5px 0;
}
header .info p{
	font-size: 12.5px;
	line-height: 18px;
	font-family: 'HelveticaNeueCyr-Roman';
	margin-left: 35px;
}
header .search{
	width: 100%;
	border: 2px solid #000;
	margin-top: 50px;
}
header .search input[type=text]{
	width: 91%;
	outline: none;
	border: none;
	font-size: 14px;
	font-family: 'HelveticaNeueCyr-Roman';
	padding: 5px;
}
header .search input[type=submit]{
	background: url(img/search.png) no-repeat center center;
	border: none;
	outline: none;
	background-size: 100% 100%;
	width: 17px;
	height: 17px;
}
.navigation nav{
	display: block;
	width: 790px;
	margin: 0 auto;
}
.navigation nav ul li{
	display: inline-block;
	margin-right: 21px;
}
.navigation nav ul li:last-child{
	margin-right: 0;
}
.navigation nav ul li a{
	text-transform: uppercase;
	color: #000;
	font-size: 17.5px;
	font-family: 'HelveticaNeueCyr-Roman';
}
.slider{
	margin-top: 15px;
}
.slider img{
	max-height: 1010px;
}
.categories{
	margin-top: 40px;
}
.categories .cat-block{
	max-width: 324px;
	margin: 0 auto;
	border: 2px solid #8e644f;
}
.categories .cat-block-two{
	max-width: 713px;
	margin: 0 auto;
	border: 2px solid #8e644f;
}
.categories .cat-block-two .img img{
	max-height: 376px;
	min-width: 100%;
}
.categories .cat-block .table-block{
	display: table;
	width: 100%;
}
.categories .cat-block .table-block .cell{
	display: table-cell;
	width: 100%;
	height: 80px;
	vertical-align: middle;
}
.categories .cat-block .title a{
	display: block;
	text-align: center;
	font-size: 23px;
	color: #8e644f;
	text-align: center;
	font-family: 'Cambria-Bold';
}
.categories .cat-block:hover .img img{
	opacity: 0.8;
}
.categories .cat-block:hover .title a{
	text-decoration: underline;
}
footer{
	margin-top: 60px;
	font-family: 'MyriadPro-Regular';
}
footer .border{
	border-top: 2px solid #000;
	margin-bottom: 30px;
}
footer .footer-menu .title{
	margin-bottom: 30px;
}
footer .footer-menu .title p{
	font-size: 20px;
}
footer .footer-menu ul li{
	margin-bottom: 10px;
}
footer .footer-menu ul li:last-child{
	margin-bottom: 0;
}
footer .footer-menu ul li a{
	font-size: 14px;
	color: #000;
}
footer .sub-title{
	margin-bottom: 15px;
}
footer .sub-title p{
	font-size: 15px;
}
footer .subscribe{
	max-width: 334px;
	float: right;
}
footer form input[type=text]{
	display: inline-block;
	width: 210px;
	margin-right: 10px;
	font-size: 16px;
	padding: 5px;
	border: 1px solid #966e5b;
	outline: none;
}
footer form input[type=submit]{
	border-radius: 45px;
	background: #ae2117;
	color: #fff;
	border: none;
	padding: 10px 5px;
	display: inline-block;
	width: 110px;
}
footer .copy{
	padding: 15px 0;
}
footer .copy p{
	text-align: center;
	font-size: 12.5px;
	line-height: 16px;
}
#pull{
	display: none;
}