/* CSS Document --------------------------------------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

/* CSS Reset */
html, body, div, span, applet, object, h1, h2, p, id, class, img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

}

/* HTML5 display-role reset for older browsers ------------------------------------------------------------------------------------------------------------ */
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	padding:0;
	margin:0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 1px;
}

td {
	vertical-align: middle;
}

a {
	text-decoration:none;
}
a:link {
	color:#FFF;
}
a:visited {
	color:#FFF;
}
a:hover {
	color:#FFF;
}

/* Global Blocks ----------------------------------------------------------------------------------------------------------------------------------------------- */
body {
	background-color:#FFF;
	font-family: Open sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left; 
	color: #333;
	line-height: 125%;
}

#container {
	width:100%;
	min-width:420px;
	margin: 0 auto;
}

#container_Up {
	width:100%;
	max-height:220px;
	margin: 0 auto;
	z-index:10;
}

 #container_Body {
 	width:100%;
	min-height:420px;
	margin:0 auto;
	overflow: hidden;
}

 #container_Bottom {
	width:100%;
}

/* Global Text Style ------------------------------------------------------------------------------------------------------------------------------------------ */
h1 {
	font-size: 20px;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing:1px;
	padding: 5px 0 20px 25px;
	margin:0 20px 0 0 ;
	color:#069;
	display:block;
	float:left;
	line-height: 140%;
}

h2 {
	font-size: 18px;
	font-weight:normal;
	letter-spacing:1px;
	padding: 10px 0 5px 25px;
	margin:0;
	color:#069;
}

h3{
	font-size: 14px;
	font-weight:normal;
	letter-spacing:1px;
	padding: 15px 0 3px 25px;
	margin:0;
	color:#333;
	 text-transform: uppercase;
}

h4 {
	font-size: 14px;
	font-weight:bold;
	margin:0px 0 0 25px;
	padding: 5px 10px;
}

h5{
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	margin:15px 20px;
	letter-spacing:0px;
}

p {
	font-size: 16px;
	font-weight:normal;
	padding: 3px 25px;
	text-align:justify;
	line-height: 120%;
}

line_red{
	display: block;
	width:100%;
	margin:5px 0;
	border-top:1px solid #F00;
}

line_blue{
	display: block;
	width:100%;
	margin:5px 0;
	border-top:1px dashed #09C;
}

line_gray{
	display: block;
	width:100%;
	margin:5px auto;
	border-top:1px solid #999;
}

line_none{
	display: block;
	width:100%;
	margin:5px auto;
	border-top:0px solid #FFd;
	float:left;
}

hr {
	display: block;
	margin: 0 3px 0 5px;
	border: 0px;
	border-top: 1px dashed #960;
}

/* Top block --------------------------------------------------------------------------------- */
.head_block {
	background: url(../images/antikart-head-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width:100%;
	min-width:400px;
	margin:0 auto;
	padding:0px;
	z-index: 15;
	overflow:hidden;
}

.menu-logo {
	width:37%;
	float:left;
}
.menu-logo img {
	width:100%;
	height:auto;
}

.top_menu_block {
	width:100%;
	min-height:50px;
	z-index: 150;
	margin:-50px 0 0 0;
}
.menu-block img {
	width:100%;
	height:auto;
}

.menu-left {
	width:31.5%;
	float:left;
	margin:0;
}

.sidebar {
	background-color:#036;
	background: url(../images/antikart-menu-left.jpg);
	background-size: 100% auto;
	background-repeat: repeat-y;
	opacity: 0.95;
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	float:left;
}

.sidebar ul {
	margin-top:30px;
}

.sidebar li {
	margin:0;
	letter-spacing:0px;
}

.sidebar a {
	padding: 3px 0px 3px 15px;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing:0px;
	color: #FFF;
	display: block;
	transition: 0.3s;
}

.sidebar a:hover {
	color: #FC0;
}

.sidebar .closebtn {
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.openbtn {
	font-size: 16px;
	cursor: pointer;
	color: #FFF;
	letter-spacing:2px;
	padding:15px;
	border: none;
	background-color: transparent;
	position: absolute;
}

.openbtn:hover {
	color: #FFF;
}

#main {
	transition: margin-left .5s;
	padding: 0 10px;
}

.midle_menu_block {
	width:100%;
	z-index: 150;
	margin:10px 0 0 25px;
	float:left;
}

.midle_menu_bloc ul {
	display: flex;
	justify-content: center;
}

.midle_menu_block li {
	float:left;
	font-size:16px;
	letter-spacing:1px;
	text-transform: uppercase;
	text-align:left;
}

.midle_menu_block a:link {
	color:#048;
}
.midle_menu_block a:visited {
	color:#048;
}
.midle_menu_block a:hover {
	color:#C60;
}

/*Body blocks --------------------------------------------------------------------------------------------*/
.content_block {
	width:94%;
	margin: 30px auto;
}

.content_block ul {
	display: block;
	justify-content: left;
	list-style: none;
}

.content_block li {
	margin:5px 0 5px 2%;
	float:left;
	font-size:14px;
	letter-spacing:0px;
	text-transform: uppercase;
	text-align:left;
}

.content_block a:link {
	color:#069;
}
.content_block a:visited {
	color:#069;
}
.content_block a:hover {
	color:#F00;
}

.antique_block {
	width:100%;
	margin:0 auto 0 auto;
	padding:0 0 10px 0;
	border-bottom:1px solid #F00;
	overflow:hidden;
}

.catsearh {
	border:1px solid #999;
}

.catsearh input {
	margin-top:0px; 
	width:70%;
	height:20px;
	vertical-align:middle;
	border:0px;
}

.catsearh button {
	width:60px;
	height:32px;
	vertical-align:middle;
	background: url(../images/searh_button.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border:0px;
	border-right:1px solid #999;
	cursor: pointer;
}

.reg_log {
	width:100%; 
	overflow:hidden; 
	margin:10px 0 10px 0; 
	float:left;
}
.reg_log a:link{
	color:#09C;
}
.reg_log a:visited{
	color:#09C;
}
.reg_log a:hover{
	color:#F00;
}

.product_block {
	width:22%; 
	min-width:230px; 
	border:1px solid #CCC; 
	float:left; 
	margin:10px 0 20px 2%;
	padding:2px 0 5px 0;
}
.product_block_txt {
	width:100%;
}
.product_block img{
	max-width:95%;
	display:block;
	margin: 0 auto;
	border:1px solid #FFF;
}
.product_block p{
	font-size: 14px;
	font-weight:normal;
	padding: 3px 5px;
	text-align:center;
	line-height: 125%;
}
.product_block h5{
	color:#C30;
	font-size:14px;
	font-weight:bold;
	padding: 3px;
	margin:0;
	text-align:center;
}

.article_block {
	width:100%;
	min-height:300px;
	overflow:hidden;
	padding-bottom: 10px;
}

.article_block_img{
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
	border:1px solid #CCC;
}

.article_img {
	margin:0px auto 0px auto;
	padding:0;
	overflow:hidden;
}

.article_img img{
	width:100%;
	height:auto;
}

.article_block_img li {
	width:100%;
	margin:10px 0;
	padding:0;
}

.article_block_txt{
	float:left;
	margin:0px 0 0 1%;
}

.article_block_txt h5{
	color:#C30;
	font-size:16px;
	font-weight:bold;
	padding: 0;
	margin:10px 0 0 4%;
	text-align:left;
}

.article_other {
	width:100%;
	min-height:50px;
	overflow:hidden;
	padding-bottom: 10px;
}

.reg_block button{
	background-color:#9DF;
	border:1px solid #999;
	color:#000;
}

.reg_block button:hover{
	background-color:#9DF;
	border:1px solid #999;
	color:#F60;
}

.reg_block p{
	font-size:13px;
}

/* Навигатор -------------------------------------------------------------------------------------------*/
.pgnav_bar {
	min-height:35px;
	color:#999;
	margin:5px 15px 15px 0;
	overflow:hidden;
}

.pgnav_item {
	display:block;	
	position:relative;
	float:right;
	text-align:center;
	padding:0 4px;
}

.pgnav_bar a:link {
	color:#999;
	text-decoration: none;
}
.pgnav_bar a:visited {
	color:#999;
	text-decoration: none;
}
.pgnav_bar a:hover {
	color:#F00; 
	text-decoration: none;
}

.pgnav_bar ul {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size: 13px;
	font-weight:bold;
	font-family: Open sans, Verdana, Arial, Helvetica, sans-serif;
}

.pgnav_bar li {
	min-width:25px;
	float:right;
	text-align:center;
	padding:3px 0 4px 0;
	margin:0 3px;
	display:block;
	background-color:#FFF;
	border:1px solid #CCC;
	border-radius: 3px;
}

/* Footer blocks ----------------------------------------------------------------------------------------*/
.footer_block {
	width:100%;
	min-width:400px;
	margin:20px auto 0 auto;
	padding:0px;
	z-index: 15;
	overflow:hidden;
}

.footer_block a:link {
	color:#FFF;
}
.footer_block a:visited {
	color:#FFF;
}
.footer_block a:hover {
	color:#FC0;
}

/* ---------------------------------------------------------*/
.footer_one {
	background-color:#069;
	width:100%;
	min-height:50px;
	margin:0 auto;
	padding:0px;
	overflow:hidden;
}

.footer_one ul {
	margin:5px 0;
	display: flex;
	justify-content: center;
}
	
.footer_one li {
	float:left;
	text-transform: uppercase;
	text-align:center;
	color:#FFF;
}

.footer_one_img {
	width:100%;
	margin:10px 0 5px 0;
	float:left;
	text-align:center;
}

.footer_one_img img {
	width:60px;
}

/* ---------------------------------------------------------*/
.footer_two {
	background-color:#FFF;
	width:100%;
	min-height:50px;
	margin:0 auto;
	padding:0px;
	overflow:hidden;
}

.footer_two_img {
	width:100%;
	margin:10px 0 5px 0;
	float:left;
	text-align:center;
}

.footer_two_img img {
	width:60px;
	margin:0 10px;
}

.footer_two p{
	margin:0px 0 5px 0;
	padding:0;
	text-align:center;
	color:#069;
}

/* ---------------------------------------------------------*/
.footer_three {
	background-color:#069;
	width:100%;
	min-height:50px;
	margin:0 auto;
	padding:0px;
	overflow:hidden;
}

.footer_three_block {
	width:29%;
	margin:5px 1.5% 5px 1.5%;
	float:left;
}

.footer_three_block p {
	margin:0px 0 0px 5px;
	padding:0;
	color:#FFF;
}

.footer_three_block p #ltxt {
	margin-top:10px;
}
.footer_three_block p #rtxt {
	margin-top:10px;
}

.footer_three_block img {
	margin: 10px 0;
	width:100%;
	height:auto;
	float:left;
}

.footer_three_up {
	width:2%;
	float:left
}

/* Media -------------------------------------------------------------------------------------------- */
@media screen and (min-width: 800px) {
	h1 {
		font-size:20px;
	}
	
	h5 {
		font-size:16px;
		letter-spacing:0px;
	}
	
	.midle_menu_block li {
		margin:0 6.5% 0 0;
		line-height: 140%;
	}
	
	.footer_one li {
		font-size:16px;
		margin:0 1%;
		letter-spacing:0px;
	}
	
	.footer_two p {
		font-size:16px;
	}
	
	.footer_three_block p {
		font-size:16px;
	}
	
	.product_block_txt {
		height:250px;
	}
	
	.product_block img {
		width:auto;
		height:180px;
	}
	
	.catsearh {
		width:80%;
		float:right;
		padding:2px 0;
		margin-right:25px;
	}
	
	.reguser {
		width:35%; 
		float:right; 
		overflow:hidden;
		border-left:1px solid #999;
	}
	
	.reguser p {
		text-align:right;
	}
	
	.reg_block {
		width:50%; 
		float:left;
		padding:5px 0;
	}
	
		.article_block_img{
		width:55%;
	}

	.article_block_txt{
		width:40%;
	}

}

@media screen and (max-width: 1150px) {
	h1 {
		font-size:20px;
	}
	
	h5 {
		font-size:16px;
		letter-spacing:0px;
	}
	
	.midle_menu_block li {
		margin:0 4% 0 0;
		letter-spacing:0;
		line-height: 140%;
	}
	.catsearh {
		width:65%;
		float:right;
		padding:2px 0;
		margin-right:25px;
	}
	.reguser {
		width:100%; 
		float:left; 
		overflow:hidden;
		border-left:0px solid #999;
	}
	
	.reguser p {
		text-align:left;
	}
}

@media screen and (max-width: 800px) {
	.midle_menu_block {
		display:none;
	}

	h1 {
		font-size:18px;
	}
	
	h5 {
		font-size:14px;
		letter-spacing:0px;
	}
	
	.sidebar {
		padding-top: 15px;
	}
	
	.midle_menu_block li {
		float:left;
		margin:0 5px;
		letter-spacing:0px;
	}
	
	.footer_one li {
		font-size:14px;
		margin:0 10px;
		letter-spacing:0px;
	}
	
	.footer_two p {
		font-size:12px;
	}
	
	.footer_three_block p {
		font-size:12px;
	}
	
	.product_block_txt{
		height:200px;
	}
	
	.product_block img {
		width:auto;
		height:120px;
	}
	
	.catsearh {
		width:53%;
		float:right;
		padding:2px 0;
		margin-right:25px;
	}
	
	.reguser {
		width:100%; 
		float:left; 
		overflow:hidden;
	}
	
	.reguser p {
		text-align:left;
	}
	
	.reg_block {
		width:100%; 
		margin-bottom:10px;
		padding:5px 0;
		overflow: hidden;
	}
	
	.article_block_img{
		width:100%;
	}

	.article_block_txt{
		width:100%;
	}
}

@media screen and (max-width: 600px) {
	.footer_one li {
		font-size:12px;
		margin:0 5px;
		letter-spacing:0px;
	}
	
	h1 {
		font-size:16px;
		padding: 5px 0 5px 5px;
	}
	
	.catsearh {
		width:55%;
		float:right;
		padding:2px 0;
		margin-right:0px;
	}
	
	p {
		font-size:14px;
		padding: 5px 0 5px 0px;
	}
	
	.content_block li {
		max-width:20%;
		height:auto;
		margin:5px 5px 5px 0;
	}
	.content_block img {
		max-width:100%;
		height:auto;
	}
}
