@charset "utf-8";

/* reset */
html,body,div,section,article,header,footer,hgroup,nav,span,h1,h2,h3,h4,p,blockquote,a,strike,strong,b,em,i,sub,sup,img,ul,ol,li,dl,dt,dd,form,fieldset,label,
table,caption,thead,tbody,tfoot,tr,th,td {margin: 0; padding: 0; border: none; outline: none; vertical-align: baseline;}
section,article,header,footer,hgroup,nav,aside {display: block;}
li {list-style:none;}
sup {position: relative; top: -3px; font-size: 60%;}
textarea {resize: none;}
input, textarea {outline: none;}
address {font-style: normal;}
html,body {min-height: 100%;}
/* /reset */



/* fonts */
@font-face {
	font-family: 'PT Serif Caption'; 
	src: local('PT Serif Caption'), url('../fonts/ptsc.woff') format('woff');
}
@font-face {
	font-family: 'PT Serif Caption'; 
	font-style: italic;
	src: local('PT Serif Caption Italic'), url('../fonts/ptsci.woff') format('woff');
}
@font-face {
	font-family: lebedevRub; 
	font-style: normal;
	src: url('./fonts/rouble.otf');
}
/* /fonts */



/* links */
a {
	color: #f60;
}
a:hover {
	color: #f60;
}
/* /links */



/* headings */
h1 {
	margin: 42px;
	font: 90px/96px 'PT Serif Caption', Georgia, serif;
}
h2 {
	margin: 0 0 18px 0;
	font: 30px/36px 'PT Serif Caption', Georgia, serif;
}
h3 {
	margin: 0 0 18px 0;
	font: 30px/36px 'PT Serif Caption', Georgia, serif;
}
/* /headings */



/* wrappers */
body {
	background: #37342a url('wear.jpg') no-repeat center top fixed;
	background-size: cover;
	color: #fff;
	font: 14px/18px Arial, sans-serif;
	min-width: 998px;
}
/* /wrappers */

/*-----------------HEADER-----------------*/
.header {
	width: 940px;
	height: 140px;
	margin: 0 auto;
	position: relative;
}
.logo, .menu, .header_adr {
	position: absolute;
}

/*--------------HEADER-END--------------*/




/*----------------PAGE------------------*/
p {
	font-family: Verdana;
	padding: 5px;
	text-align: left;
}
.page_h1 {
	text-align: center;
	color: #fff;
	text-shadow:#000;
}
.paper {
	background: #fff;
	color: #333;
	max-width: 940px;
	height: 900px;
	margin: auto;
	box-shadow:#000;
	padding: 30px 30px 30px 30px;
}

.about {
	text-align: center;
	font: 18px/29px 'PT Serif Caption', Georgia, serif;
	margin: 12px;
}
.thumb {
	display: inline-block;
	max-width:200px;
	float:left;
	position:relative;
	text-align: center;
	padding: 10px;
	margin: auto;
}
.cost {
	position:static;
	width: 50px;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	border-radius: 8px;
	background-color: #000;
	color: #fff;
}
.rub {
	font-family: lebedevRub;
}
.descr {
	font-family: Verdana;
	font-size: 12px;
	padding: 5px;
	text-align: left;
}
/*-----------------/PAGE-----------------*/
