

/* -------------------- */
/* -- General Styles -- */
/* -------------------- */
body { 	color: #333;
	min-height:100%;
	position:relative; 
	min-width: auto; 
	background-color:#f5f7fa; 
	color:000000; 
	font-size:16px; 
	letter-spacing: 0.1px;
	font-family: 'Open Sans', sans-serif;
	overflow: scroll;}
	h1 { font-size: 32px; margin: 0 0 10px 0; }
	h2 { font-size: 28px; margin: 0 0 10px 0; }
	h3 { font-size: 24px; margin: 0 0 10px 0; }
	h4 { font-size: 18px; margin: 0 0 10px 0; }
	h5 { font-size: 16px; margin: 0 0 5px 0; }
	h6 { font-size: 14px; margin: 0 0 5px 0; }
	p { margin: 0 0 15px 0; }
	a { text-decoration: none; color: #158af3; }
	a:hover { color: #222; }
	em { font-style: italic; }
	ul { margin: 0 0 15px 15px; list-style-type: circle; }
	ol { margin: 15px 0 15px 20px; list-style-type: decimal; }
	strong, b { font-weight: bold; }
	.hide { display: none; }



/* -ПОЛЕ ВВОДА INPUT- */
input {
	font-size: 13px;
	padding: 6px 0 4px 10px;
	border: 1px solid #cecece;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
}



/* ------------ */
/* -- Layout -- */
/* ------------ */

.main { 
	width: 100%;
	max-width: 1300px;
	margin:0 auto;
	text-align: center;
}


.main img {

	max-width: 300px;
}


/* ------------ */
/* -- Header -- */
/* ------------ */
.header { 
	padding: 10px 0 0 0; 
	margin: 0 0 10px 0; 
	background-color:#fff;}

	.header h1 { float: left; font-size: 25px; color: #fff; letter-spacing: -1px; font-weight: bold; margin: 10px 0 0 0; letter-spacing: 0.1px;}
	.header h1 a { color: #111; }
	.header h2 { float: right; font-size: 18px; color: #aaa; font-weight: normal; margin: 3px 0 0 0; }

	.logo img{
		/*float: left;*/
		height: 80px;
		margin: 0 30px 10px 10px;
	}
	.header_title {
		float: left;

	}


	.DivBut{
		height: 120px;
		width: 100%;
		min-width: 350px;
		float: inherit;
	}

	.text {
		float: left;
		text-align: left;
		background-color: fff;
		padding: 20px 20px 20px 20px; 
		border-radius: 3px;
	}

	.detail_wrap {
		width: 100%;
		border-radius: 5px;
		background-color: fff;
		box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
		margin-top: 10px;
		padding-top: 10px;

	}


	.detail_wrap2 {
		width: 100%;
		border-radius: 5px;
		background-color: fff;
		box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
		margin-top: 10px;
		padding-top: 10px;
		float: left;

	}

	.but_ads {
		width: 100%;
		height: 150px;

	}

/* --------- */
/* -- Навигация строка -- */
/* --------- */
.nav { 
	clear: both; 
	margin: 0; 
	padding: 5px 0 5px 10px; 
	overflow: hidden; 
	border-top: 1px #fff; 
	border-bottom: 1px #ddd; 
	background-color: #e6e7e8;
}
.nav li { float: left; list-style: none; }
.nav li span { padding: 0 10px; font-weight: bold; color: #fff;}
.nav li a { color: #fff; font-weight: bold; font-size: 16px; }
.nav li a:hover { color: #ccc; font-weight: bold; }
.nav li a.current { color: #544d4d; }

.item_cat_index { 
	display: inline-block;
	width: 300px;
	height: 380px;
	border: solid 1px #FCFCFC;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 6px;
	vertical-align: top;
	box-shadow: 0 3px 2px 1px #E8E8E8;
	overflow: hidden;
	text-align: left;
	background-color: #fff;
}

.item_cat { 
	display: inline-block;
	width: 300px;
	height: 300px;
	border: solid 1px #FCFCFC;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 6px;
	vertical-align: top;
	box-shadow: 0 3px 2px 1px #E8E8E8;
	overflow: hidden;
	text-align: left;
	background-color: #fff;
}

.item_cat_height { 
	display: inline-block;
	width: 300px;
	height: 618px;
	border: solid 1px #FCFCFC;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 6px;
	vertical-align: top;
	box-shadow: 0 3px 2px 1px #E8E8E8;
	overflow: hidden;
	text-align: center;
	float: left;
	background-color: #fff;
}

.item_cat_width { 
	display: inline-block;
	width: 100%;
	height: 320px;
	border: solid 1px #FCFCFC;
	/*margin-top: 10px;*/
	margin-bottom: 6px;
	vertical-align: top;
	box-shadow: 0 3px 2px 1px #E8E8E8;
	/*overflow: hidden;*/
	text-align: center;
	background-color: #fff;
}

.item_cat:hover {
	border:solid 1px #cccccc;
}

.item_cat a { 
	color: #3c3c3c;
	font-size:17px; 
	font-weight:bold;
}
.item_cat_h { 
	color: #544d4d;
	background: #f6f6f6;
	text-align: center;
	padding: 10px 0px 1px 0px;
	height: 65px;
}

.ImgIndex { 
	text-align: center;
	height: 140px;
}	

.ImgIndex img{ 
	max-height: 120px;
	max-width: 300px;
}

.detail_item_img { 
	float: left;
}
.detail_item_img img{ 
	margin: 5px;
	max-height: 140px;
	max-width: 140px;
}

.header_text { 
	text-align: center;
	width: 100%;
	min-height: 60px;
	color: #544d4d;
	background-color: #fff;
	padding-top: 10px;
	border-radius: 3px; /* Радиус скругления */
}

.item_cat_txt { 
	font-size:13px;
	color: #1d1d1d;
	width: 250px;
	float: left;
}

.item_cat_arrow { 
	margin-top: 2px;
	text-align: right;
}


.detail_img {
	float: left;
	text-align:  center;
	min-width: 350px;
	width: 50%;
	padding-top: 50px;
}

.detail_form {
	float: left;
	text-align:  center;
	min-width: 350px;
	width: 50%;
	margin-top: 50px;
}

.detail_img img{
	max-width: 300px;
}

.param_min {
	text-align:  center;
	float: left;
}

.param_min input{
	height: 50px;
	width: 150px;
	font-size: 20px;
	margin-right: 10px; 
}

.param_max {
	text-align:  center;
}

.param_max input{
	height: 50px;
	width: 150px;
	font-size: 20px;
	margin-left: 10px; 
}

.param_submit input{
	height: 30px;
	width: 120px;
	font-size: 16px;
	margin-top: 10px; 
	background: #fff;
	color: #848282;
}


.param_submit input:hover {
	transition-duration: .2s;
	background:#E4E4E4;
	cursor: pointer;

}



.param_title {
	text-align: left;
	width: 100%;
	font-weight: bold;
	color: #111111; 
	margin-bottom: 10px;
	margin-top: 10px;
}

.detail_item {
	float: left;
	background-color: #FFF; /* Цвет фона слоя */
	color: #333;
	border: 1px solid #cccccc;
	border-radius: 3px; /* Радиус скругления */
	font-size: 12px;
	padding: 2px;
	margin: 5px;
	font-weight: bold;
	
}





.detail_item_wrap {
	width: 100%;
	float: left;
}

.param_text{
	width: 100%;
	float: left;
}

.detail_item_line {
	min-height: 140px;
	background-color: #FFF; /* Цвет фона слоя */
	color: #333;
	border: 1px solid #cccccc;
	border-radius: 2px; /* Радиус скругления */
}

.detail_item_title {
	float: left;
	min-width: 50px;
	font-weight: bold;
}




.footer { 
	color: #544d4d;
	background-color:#e6e7e8;
	height: 40px;
	padding-top: 20px;
	padding-left: 20px;
	width: 100%;
	float: left;
}


.pg_wrap {
	float: left;
	background-color: #FFF;
}


.pages_pg_min {
	float: left;
	height: 25px;
	width: 25px;
	color: #00B6EA;
	border: solid 2px #d1e08d;
	border-radius: 18px;
	background-color: #FFF;
	margin: 6px;
	font-size: 18px;
	box-shadow: 0 2px 2px 1px #ccc;
	padding: 5px 5px 0px 5px;
}

.pages_pg_max {
	float: left;
	height: 25px;
	width: 25px;
	color: #FFF;
	border: solid 2px #d1e08d;
	border-radius: 18px;
	background-color: #00B6EA;
	margin: 6px;
	font-size: 18px;
	box-shadow: 0 2px 2px 1px #ccc;
	padding: 5px 5px 0px 5px;
}

.header_ads {
	float: left;
	text-align: center;
	width: 100%;
	margin-left: calc((100% - 1250px)/2);
}

.ads1 {
	float: left;
}
.ads2 {
	float: left;
}
.ads3 {
	float: left;
}
.ads4 {
	float: left;
}



/*мобильная версия*/
@media only screen
/*задаём ширину*/
and (max-device-width : 645px)
{

	.logo {
/*display: none;*/
}

.header_title {
	display: none;
}

h1 { font-size: 20px; margin: 0 0 10px 0; }
}






@media only screen
/*задаём ширину*/
and (max-width : 1280px){

	.ads4 {
		display: none;
	}
	.header_ads {
	margin-left: calc((100% - 935px)/2);
	}
}

@media only screen
/*задаём ширину*/
and (max-width : 970px){

	.ads3 {
		display: none;
	}
		.header_ads {
	margin-left: calc((100% - 625px)/2);
	}

}

@media only screen
/*задаём ширину*/
and (max-width : 656px){

	.ads2 {
		display: none;
	}
			.header_ads {
	margin-left: calc((100% - 315px)/2);
	}

}



