.iform {
	text-align: center;
	min-width: 260px;
	min-height: 200px;
	margin: 0 auto;
	width: 70%;
}
	.iform .clz{
		background: #ffcccc;
	}
	.iform .clz:hover{
		background: #ffe0e0;
	}
	
	.iform h6 {
		margin: 10px 0px 15px 0px;
		font-weight: 600;
		font-size: 24px;
	}
	.iform p {
		margin: 5px;
		font-size: 11px;
	}
	.iform p.etc{
		font-size: 14px;
		margin: 10px;
		color: #a0a0a0;
	}
	.iform p.etc a{
		color: inherit;
	}
	.iform p.etc a:hover{
		color: #202020;
	}
	.iform p.rslt{
		font-size: 18px;
		color: #ff0000;
	}


	
	.iform input, .iform textarea, .iform select {
		font-family: 'Open Sans', sans-serif;
		width: 80%;
		padding: 5px;
		font-size: 18px;
		border: 1px solid #c0c0c0;
		border-radius: 5px;
		font-weight: 200;
		margin: 3px 0px 3px 0px;
		box-shadow: 0px 1px 2px #e6e6e6;
		min-width: 230px;
	}
	.iform textarea {
		font-size: 15px;
		font-weight: 500;
	}
	
	
	.iform button {
		font-size: 16px;
		font-weight: 900;
		padding: 10px;
		margin: 3px 1px 3px 1px;
		text-shadow: 0px 1px 0px #ffffff;
		box-shadow: 0px 1px 2px #e6e6e6;
		border: 1px solid #c0c0c0;
		border-radius: 10px;
		cursor: pointer;
		background: #e0e0e3;
	}
	.iform button:hover {
		background: #f0f0f3;
		box-shadow: 0px 1px 2px #dedede;
	}
	
	span.act {
		font-size: 12px;
		border-bottom: 1px dotted #6666ff;
		color: #6666ff;
		cursor: pointer;
	}
	span.act:hover {
		color: #ff0000;
		border-bottom: 1px dotted #ff0000;
	}


	.iform hr {
		border: 0px solid #c0c0c0;
		width: 100%;
		max-width: 420px;
		min-width: 130px;
		margin: 0 auto;
		padding: 10px 0px 10px 0px;
	}

	
	
	.search_capt {
		color: #303030;
		font-size: 24px;
		font-weight: 100;
		margin: 10px 0px 5px 0px;
		padding: 2px 0px 2px 10px;
		border-top: 1px dotted #e0e0e0;
	}
	
	
	
.crumbs {
	font-size: 12px;
	color: #303030;
	text-shadow: 0px 1px 0px #ffffff;
}

.crumbs span, .crumbs a {
	color: #303030;
	white-space: nowrap;
	padding: 2px;
}
.crumbs a:hover {
	color: #ff0000;
}





		
div.faq {
	margin: 25px 5px 10px 0px;
	padding: 20px 0px 20px 0px;
	font-size: 14px;
}
	div.faq p{
		font-size: 18px;
		margin-bottom: 5px;
		color: #a8003a;
		font-weight: 500;
	}

	
	.btbl {
		width: 70%; 
		min-width: 300px; 
		max-width: 700px;
	} 
		
		
	.btbl td{
		padding: 10px 0.5% 10px 0.5%;
		text-align: center;
		border-bottom: 1px #d0d0d0 dashed;
		border-right: 1px #f0f0f0 dashed;
		width: 130px;
		font-size: 16px;
	}
		.btbl td.bb{
			background: #f6f6f6;
			text-shadow: 0px 1px 0px #ffffff;
			font-size: 11px;
			font-weight: 600;
		}
		
		
		
.sertificates {
	display: table;
}

	.sertificates a {
		display: block;
		float: left;
		width: 140px;
		height: 230px;
		text-align: center;
		margin: 0px 5% 5% 0px;
	}
	
		.sertificates a img{
			width: 90%;
			
		}
		
		
		
		
		
		
		
		
		
		
		
.contrezh {
	display: table;
	background: #fff0f0;
	width: 100%;
	border-radius: 10px;
	font-size: 13px;
	margin-bottom: 30px;
}
	.contrezh div {
		float: left;
		width: 33%;
		min-width: 250px;
		padding: 10px;
		box-sizing: border-box;
		text-shadow: 0xp 1px 0px #ffffff;
	}
		.contrezh div p {
			font-size: 21px;
			padding: 5px 0px 5px 0px;
		}

		
		
.basecont {

}	
.address {
	display: table;
	width: 30%;
	float: right;
}
	.address div {
		padding: 10px;
		box-sizing: border-box;
		text-shadow: 0px 1px 0px #ffffff;
	}
		.address div a {
			font-weight: 700;
		}
	.basecont .map {
		float: left; 
		width: 67%;
		margin: 0px 3% 0px 0px;
	}	
		
	
	
	@media screen and (max-width: 570px) {	
		.address {
			display: table;
			width: 100%;
			float: none;
		}
			.address div {
				width: 50%;
				float: left;
			}
		.basecont .map {
			float: none; 
			width: 100%;
			margin: 10px 0px 0px 0px;
		}	
	}
		

.newwindow {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 199;
	background: rgba(0,0,0, 0.7);
	top: 0px;
	overflow: auto;
	display: none;
	
}
	.newwindow .former {
		max-width: 400px;
		border-radius: 2px;
	}
	
	
	.newwindow div.closer{
		background: rgba(0,0,0,0.7);
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		z-index: -1;
		color: #ffffff;
		text-align: center;		
		font-size: 15px;
		padding: 20px;
		box-sizing: border-box;
		cursor: pointer;
		text-shadow: 0px 1px 0px #000000;
		font-weight: 400;
	}

.former {
	background: #ffffff;
	margin: 9vh auto;
	padding: 10px;
	text-align: center;
	min-width: 260px;
	min-height: 200px;
	width: 70%;
}

	.former h6 {
		margin: 10px 0px 15px 0px;
		font-weight: 700;
		font-size: 20px;
	}
	.former p {
		margin: 5px;
		font-size: 11px;
	}
	.former p.comment{
		font-size: 14px;
		margin: 10px;
		color: #a0a0a0;
	}
	.former p.comment a{
		color: inherit;
	}
	.former p.comment a:hover{
		color: #202020;
	}
	.former p.answer{
		font-size: 18px;
		color: #ff0000;
	}


	
	.former input, .former textarea, .former select {
		width: 80%;
		padding: 5px;
		font-size: 18px;
		border: 1px solid #e0e0e0;
		border-radius: 5px;
		font-weight: 200;
		margin: 3px 0px 3px 0px;
		min-width: 220px;
	}
	.former textarea {
		font-size: 15px;
		font-weight: 500;
	}
	
	
	.former button {
		font-size: 16px;
		font-weight: 900;
		padding: 10px;
		margin: 3px 1px 3px 1px;
		text-shadow: 0px 1px 0px #ffffff;
	}

	
	span.act {
		font-size: 12px;
		border-bottom: 1px dotted #6666ff;
		color: #6666ff;
		cursor: pointer;
	}
	span.act:hover {
		color: #ff0000;
		border-bottom: 1px dotted #ff0000;
	}


	.former hr {
		border: 0px solid #c0c0c0;
		width: 100%;
		max-width: 420px;
		min-width: 130px;
		margin: 0 auto;
		padding: 10px 0px 10px 0px;
	}

	
	

.totop {
	background: url(../images/totop.png) no-repeat;
	background-position: center center;
	width: 52px;
	height: 53px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	opacity: 0.4;
	display: none;
}
.totop:hover {
	opacity: 0.8;
	background-color: rgba(0,0,0,0.2);
}





.notelink {
	background: url(../images/note.png) no-repeat;
	background-position: center center;
	width: 52px;
	height: 53px;
	position: fixed;
	bottom: 55px;
	right: 0px;
	cursor: pointer;
	opacity: 0.7;
	display: none;
}

#comparelink {
	background-image: url(../images/compare.png);
}

.notelink span{
	display: block;
	width: 52px;
	text-align: center;
	padding-top: 12px;
	font-size: 13px;
	font-weight: 900;
	color: #ee0000;
}
.notelink:hover {
	opacity: 0.9;
	background-color: rgba(0,0,0,0.2);
}






div.add_to_list {
	float: left;
	font-size: 10px;
	font-weight: 400;
	border: 1px solid #c0c0c0;
	background: #f0f0f0;
	padding: 7px 1px 7px 1px;
	margin: 0px 5px 10px 5px;
	border-radius: 2px;
	color: #304055;
	text-shadow: 0px 1px 0px #ffffff;
	cursor: pointer;
}
	div.add_to_list:hover {
		background: #f6f6ff;
		color: #003399;
		border: #d6d6ee 1px solid;
	}
	
div.added {
	opacity: 0.4;
}
div.added:hover {
	opacity: 0.9;
}



div.soc {
    background-position: center center;
    width: 24px;
    position: fixed;
    bottom: 170px;
    right: 10px;
    cursor: pointer;
	background: #ffffff;
	border-radius: 10px;
	padding: 6px 4px 0px 3px;
	border: 1px solid #e0e0e0;
}
	div.soc div span { 
		position: absolute;
		right: 35px;
		font-size: 10px;
		font-weight: 600;
		width: 120px;
		line-height: 12px;
		background: rgba(255,255,255,0.9);
		padding: 2px;
		border-radius: 5px 5px 0px 5px;
		margin-top: -15px;
		border: 1px solid #e0e0e0;
		display: none;
	}
	div.soc div:hover span { 
		display: block;
	}
div.soc img {
	margin-bottom: 3px;
}

	
	
div.catalogue div.add_to_list {
	float: right;
	min-width: 8px;
	padding: 5px 5px 5px 5px;
	border-radius: 20px;
	font-weight: 100;
	
}
	
div.item div.add_to_list {
	font-size: 12px;
	padding: 7px 5px 7px 5px;
}
		
	
div.tagsline {
	margin: 20px 0px 5px 0px;
	padding: 15px;
	background-color: #f3f3f3;
	border-radius: 20px 0px 20px 0px;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.4);
	width: 100%;
	display: table;
	box-sizing: border-box;
	
}	
div.tagsline div {
	float: left;
	margin: 0px 10px 10px 0px;
	
	border-radius: 5px 0px 5px 0px;
	background-color: #808080;
	background-image: url(../images/tags.png);
	background-repeat:  no-repeat;
	background-position: 5px 8px;
}
	div.tagsline div a {
		padding: 2px 10px 2px 18px;
		display: block;
		color: #ffffff;
		text-decoration: none;
		text-shadow: 0px 1px 0px #000000;
		font-size: 13px;
		font-weight: 600;
	}
	div.tagsline div:hover {
		background-color: #cc0000;
	}
	
	div.tagsline p {
		font-size: 18px;
		color: #606060;
		font-weight: 100;
		margin: 0px 0px 10px 0px;
	}
	
	
	
@media screen and (max-width: 400px) {
	.btbl td{ 
		font-size: 12px;
	}
	
}