body {
	font-size: 14px;
	font-family: arial,"Lucida Sans Unicode", sans-serif;
	color: #000;
	margin: 0;
}

/* СТИЛИ ДЛЯ ОБЩИХ ЭЛЕМЕНТОВ */

div.fon{
	display:none;
	background:black;
	width:200%;
	height:200%;
	position:fixed;
	z-index:400;
	opacity:0.8;
	top:-20px;
}

input[type="button"] {
	font-size:14px;
	font-family:arial,"Lucida Sans Unicode", sans-serif;
	padding: 10px 15px;
	background:#0098CF;
	color:#fff;
	outline:none;
		border:1px solid #0098CF;
	
	-webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}

input[type="button"]:hover {
	font-size:14px;
	font-family:arial,"Lucida Sans Unicode", sans-serif;
	padding: 10px 15px;
	background:#fff;
	color:#0098CF;
	outline:none;
	border:1px solid #0098CF;
	
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}

input[type="text"] {
	font-size:14px;
	font-family:arial,"Lucida Sans Unicode", sans-serif;
	color: #555;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	outline:none;
	border:1px solid #555;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

input[type="text"]:focus {
	
	color:#555;
}

input[type="password"] {
	font-size:14px;
	font-family:arial,"Lucida Sans Unicode", sans-serif;
	color: #555;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	outline:none;
	border:1px solid #555;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

input[type="password"]:focus {
	
	color:#555;
}

input.fail {
	background:#fff3f3;
	border:1px solid #ff8888;
}

input.fail:focus {
	border:1px solid #9A1414;
}

textarea {
	font-size:14px;
	font-family:arial,"Lucida Sans Unicode", sans-serif;
	color: #555;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	outline:none;
	border:1px solid #555;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

textarea:focus {
	color:#555;
}

textarea.fail {
	background:#fff3f3;
	border:1px solid #ff8888;
}

textarea.fail:focus {
	border:1px solid #9A1414;
}


select {
	font-size:14px;
	font-family:arial,"Lucida Sans Unicode", sans-serif;
	color: #555;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	outline:none;
	border:1px solid #555;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

select:focus {
	
}

select.fail {
	background:#fff3f3;
	border:1px solid #ff8888;
}

select.fail:focus {
	border:1px solid #9A1414;
}

a {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:none;
	color:#B1AA35;
}

div.relative {
	position:relative;
}

div.deliver {
	
}

div.inline {
	display:inline-block;
	vertical-align:middle;
}

div.delivercent {
	display: table-cell;
	vertical-align:top;
}

div.incenter {
	display:table;
	margin:0 auto;
	width:100%;
}

div.nothingfound {
	color: #ff8888;
	text-align: center;
	margin: 20px auto;
	
}

div.textfail {
	color:#ff8888;
	font-size:90%;
	padding:2px;
}

span.star {
	color:#ff8888;
}

/*-- ВСПЛЫВАЮЩЕЕ ОКНО ОТВЕТА --*/	

div.answerform {
	position: fixed;
	background: #fff;
	box-shadow: 0px 0px 0px 20px black;
	padding: 30px;
	display: none;
	z-index: 500;
	width: 500px;
	max-width:90%;
}

div.answer_main {
	width:100%;
}

div.answer_mainin {

}

div.answer_closeline {
	height:40px;
}

div.answer_close {
	float:right;
}

div.answer_title {
	text-align: center;
	padding: 20px;
}

/* СТИЛИ РАЗМЕТКИ */

div.body{
	
}

div.allheader {
	width:100%;
	background:white;
	z-index:500;
	border-bottom:1px transparent solid;
}

div.overhead {
	width:100%;
	max-width:1620px;
	margin:0 auto;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	display:none;
}

div.overheadinfo {
	margin:0 auto;
	width:100%;
	display: table;
}

div.overheadleft {
	display:table-cell;
	vertical-align:top;
}

div.overheadright {
	display:table-cell;
	text-align: right;
}

div.head {
	width:100%;
	max-width:1620px;
	margin:0 auto;
	padding:5px 10px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
}

div.headinfo {
	margin:0 auto;
	width:100%;
	display: table;
}

div.headcolumnlogo {
	display:table-cell;
	vertical-align: middle;
	width: 1px;
	padding-right: 67px;
	
}

div.headcolumn1 {
	display:table-cell;
	vertical-align: middle;
	padding:0 5px;
	
}

div.headcolumn2 {
	display:table-cell;
	vertical-align: bottom;
	text-align: left;
	padding:0 5px;
	position: relative;
	
}

div.headcolumn2row1 {
	display:none;
}

div.headcolumn2row2 {
	display:inline-block;
		
}

div.headcolumn3 {
	display:table-cell;
	vertical-align: bottom;
	text-align: right;
	position: relative;
}

div.headcolumn3row1 {
	text-align:right;
	display:inline-block;
		vertical-align:bottom;
}

@media all and (max-width: 500px) { 

	div.headcolumn3row1 {
		display:none;
	}

}

div.headcolumn3row2 {
	text-align:right;	
		display:inline-block;
		vertical-align:bottom;
}

@media all and (max-width: 1100px) { 
	
	div.headcolumn3 {
		max-width:280px;
	}

}

@media all and (max-width: 830px) { 
	
	div.headcolumn3 {
		vertical-align:middle;
	}

}

@media all and (max-width: 700px) { 
	
	div.headcolumnlogo {
		display:table-cell;
		vertical-align: middle;
		width: 1px;
		padding-right: 8px;
		padding-left:8px;
	}
	
	div.headcolumn2 {
		vertical-align: middle;
		position:relative;
		top:-7px;
	}

}

@media all and (max-width: 500px) { 
	
	div.headcolumnlogo img{
		height:50px;
		padding-left:1px;
	}
	
	
}

@media all and (max-width: 350px) { 
	
	div.headcolumnlogo img{
		height:40px;
		padding-left:1px;
	}
	
	
}


div.newsearchalldiv {
	display:none;
}

div.newsearchallicondiv {
	display:none;
}

@media all and (max-width: 499px) { 
	
	div.newsearchallicondiv {
		display:block;
		position:absolute;
		left:10px;
		top:10px;
	}

}

@media all and (max-width: 400px) { 
	
	div.newsearchallicondiv {
		display:block;
		position:absolute;
		left:-3px;
		top:23px;
	}

}

@media all and (max-width: 375px) { 
	
	div.newsearchallicondiv {
		display:block;
		position:absolute;
		left: 19px;
		top: 23px;
	}

}

div.underhead {
	display:none;
	width:100%;
	margin:0 auto;
	background:#292929;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
}

div.underheadinfo {
	margin:0 auto;
	width:100%;
	max-width:1620px;
	display: table;
}

div.underheadleft {
	display:table-cell;
	padding:5px;
}

div.underheadright {
	display:table-cell;
	text-align: right;
	padding:5px;
}

div.allcentermain {
	margin:0 auto;
	max-width:1620px;
	width:100%;
}

div.allcentermain_chapter_home{
	margin:0 auto;
	max-width:100%;
	width:100%;
}

div.allcentermain_chapter_home div.centermain{
	padding:5px 0;
}

div.allcenterblock {
	display: table;
	width: 100%;
	margin:0 auto;
}

div.leftmain {
	vertical-align:top;
	display:table-cell;
	width:235px;
	padding:5px 40px 5px 10px;
}

@media all and (max-width: 800px) { 

	div.leftmain {
		display:none;
	}
	
}

div.leftcolumn {
	
}


div.centermain {
	vertical-align:top;
	display:table-cell;
	padding:5px 10px 5px 10px;
}

div.centercolumn {

}

div.rightmain {
	vertical-align:top;
	display:table-cell;
	width: 260px;
	padding:5px 5px 5px 10px;
}

@media all and (max-width: 800px) { 
	div.rightmain{
		display:none;
	}
	
}

div.rightcolumn {
	
}

div.centerunderslider {
	
}

div.leftunderslider {
	
}

div.rightunderslider {
	
}

div.allfooter {
	background: #2b343b;
width: 100%;
color:white;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
}



div.allfooterinfo {
	padding:10px 30px;
	max-width:1620px;
	margin: 0 auto;
}

div.overfooter {
	
}

div.underfooter {
	
}

div.underfooterleft {
	
}

div.underfooterright {
	
}

div.counter {
	
}

/* футер */
div.footer-content {
    overflow: hidden;
    max-width: 1170px;
    margin: 0 auto; 
}
div.footer-box-1, div.footer-box-2, div.footer-box-3, div.footer-box-4 {
    float: left;
    width: 16%;
    padding: 0 15px;
    
}
@media all and (min-width: 900px) and (max-width: 999px) { 
div.footer-box-1, div.footer-box-2, div.footer-box-3, div.footer-box-4 {
    width: 15%;
   
}
}
@media all and (min-width: 799px) and (max-width: 899px) { 
    div.footer-box-3 {
        display: none;
    }
}
div.footer-box-5 {
    float: left;
        width: 205px;
    padding: 0 15px 0px 0px;
}
div.footer-box-1 p, div.footer-box-2 p, div.footer-box-3 p, div.footer-box-4 p, div.footer-box-5 p {
  text-align: left;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin: 45px 0px 18px 0px;
}
div.footer-box-1 ul, div.footer-box-2 ul, div.footer-box-3 ul, div.footer-box-4 ul, div.footer-box-5 ul {
    list-style: none;
    padding-left: 0px;
    
}
div.footer-box-1 ul li, div.footer-box-2 ul li, div.footer-box-3 ul li, div.footer-box-4 ul li {
    line-height: 25px;
    
}
div.footer-box-1 ul li a, div.footer-box-2 ul li a, div.footer-box-3 ul li a, div.footer-box-4 ul li a {
   color: #888; 
}
div.footer-box-1 ul li a:hover, div.footer-box-2 ul li a:hover, div.footer-box-3 ul li a:hover, div.footer-box-4 ul li a:hover {
     color: #fff;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}
div.footer-box-2 ul li {
    color: #888;
}
li.footer-li-number {
    color: #fff!important;
}
div.footer-box-2 ul li a {
    color: #888;
}
ul.footer-pay {
    overflow: hidden;
}
ul.footer-pay li {
    float: left;
    padding-right: 3px;
}
ul.footer-social {
    overflow: hidden;
}
ul.footer-social li{
    float: left;
    padding-left: 1px;
}
ul.footer-social img {
    background-color: #333;
}
ul.footer-social img:hover {
    cursor: pointer;
    background-color: #888;
        transition: all 0.2s ease-in-out 0s;
}

/* МОДУЛИ РАЗДЕЛОВ */

/* Разделы на шапке */

div.topchapters {
	
}

div.topchapters_separator {
	display:none;
}

div.topchapter {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	cursor:pointer;
	cursor:hand;
}

div.topchapter a { 
	text-decoration:none;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
}

div.topchapter:hover {
	display:inline-block;
	vertical-align:middle;
	position:relative;

}

div.topchapter:hover a.topchapter_link { 
	text-decoration:none;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
}

div.topactivechapter {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	cursor:pointer;
	cursor:hand;
}

@media all and (max-width: 850px) { 

	div.topchapter {
		display:block;
	}
	div.topchapter:hover {
		display:block;
	}
	div.topactivechapter {
		display:block;
	}

}

div.topactivechapter a.topchapter_link { 
	text-decoration:none;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
}

div.topchapterin {
	padding:8px 10px 0px 10px;
	height:30px;
	display:table-cell;
	vertical-align:middle;
}

div.topchapter:hover div.topchapters_submenu{
	display:block;
}

div.topactivechapter:hover div.topchapters_submenu{
	display:block;
}

div.topchapters_submenu {
	display:none;
	position:absolute;
	top:36px;
	left:8px;
	background:#fff;
	border:1px solid #eee;
	text-align:left;
	z-index:100;
}


div.topchapter_submenu0 {
	min-width:150px;
	padding:6px;
}

div.topchapter_submenu1 {
	min-width:150px;
	padding:6px;
}

div.topchapter_submenu0:hover {
	min-width:150px;
	padding:6px;
	background:#0098CF;
}

div.topchapter_submenu1:hover {
	min-width:150px;
	padding:6px;
	background:#0098CF;
}

div.topchapter_submenu0:hover a{
	color:#fff;font-size:12px;
	text-transform: uppercase !important;
}

div.topchapter_submenu1:hover a{
	color:#fff;font-size:12px;
	text-transform: uppercase !important;
}
div.topchapter_submenu0 a{
	color:#0098CF;font-size:12px;
	text-transform: uppercase !important;
}

div.topchapter_submenu1 a{
	color:#0098CF;font-size:12px;
	text-transform: uppercase !important;
}
a.topchapter_link_submenu0 {
	text-decoration:none;
	white-space:nowrap;
	color:#fff;
	text-transform: uppercase !important;
}

a.topchapter_link_submenu1 {
	text-decoration:none;
	white-space:nowrap;
	color:#fff;
	text-transform: uppercase !important;
}

/* Адаптивное меню разделов */

div.mobiletopchapters {
	display:none;
}

@media all and (max-width: 699px) { 

	div.topchapters {
		display:none;
	}

	div.mobiletopchapters {
		position:relative;
		display:block;
		width:32px;
		height:32px;
		margin-left:0px;
		margin-top: 4px;
		margin-bottom:4px;
	}
	
}

div.mobiletopchapters #seechapters {
	width:32px;
	height:32px;
	cursor:pointer;
	cursor:hand;
	font-size:0;
	    background: url("/themes/templates/menu.png") no-repeat center;
}
	
div.menuchapters_name {
	color:#000;
}

div.menuchapters {
	display:none; 
	position:fixed; 
	height:100%;
	width:0px;
	top:0px;
	left:0;
	z-index:4000; 
	max-height:100%;
	overflow-y:auto;
	background: #fff;
	border-right: 1px solid #292929;
}

div.menuchapters_block {
	padding:5px; 
	text-align:left;
	border-bottom:1px solid #e5e5e5;
}

div.menuchapters_block a{
	text-decoration:none;
}

div.menuchapters_block:hover a{
	text-decoration:none;
}


/* Разделы в колонке */

div.columnchapters_main {
	margin-bottom:20px;
	position:relative;
	top:-4px;
}

div.columnchapters_title {
	display:none;
}

div.columnchapters {
margin-top:48px;	
}

div.columnchapter0 {
	padding: 10px;
	margin:5px 0;
	cursor:pointer;
	cursor:hand;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	border:1px solid #e4e4e4;
	transition: all 0.5s ease-in-out;
}

div.columnchapter0 a{
	text-decoration: none;
	font-size: 14px;
	color:#777777;
}

div.columnchapter0:hover {
	text-decoration: none;
	padding: 10px;
	background:#f4f4f4;
	margin:5px 0;border:1px solid #e4e4e4;
}

div.columnchapter0:hover a{
	text-decoration:none;
	color:#000;
	font-size: 14px;
}

div.columnchapteractive0 {
	padding: 10px;
	cursor:pointer;
	cursor:hand;
	background:#f4f4f4;
	margin:5px 0;border:1px solid #e4e4e4;
}

div.columnchapteractive0 a{
	text-decoration:none;
	color:#000;
	font-size: 14px;
}

div.columnchapter1 {
	padding: 5px 5px 5px 20px;
	cursor:pointer;
	cursor:hand;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

div.columnchapter1 a{
	text-decoration:none;
}

div.columnchapter1:hover {
	padding: 5px 5px 5px 20px;
}

div.columnchapter1:hover a{
	text-decoration:none;
	color:#000;
	font-size:14px;
}

div.columnchapteractive1 {
	padding: 5px 5px 5px 20px;
	cursor:pointer;
	cursor:hand;
}

div.columnchapteractive1 a{
	text-decoration:none;
	color:#000;
	font-size:14px;
}

div.columnchapter2 {
	padding:5px 5px 5px 40px;
	cursor:pointer;
	cursor:hand;
}

div.columnchapter2 a{
	text-decoration:none;
	font-size:14px;
}

div.columnchapter2:hover {
	padding:5px 5px 5px 40px;
	cursor:pointer;
	cursor:hand;
}

div.columnchapter2:hover a{
	text-decoration:none;
	color:#000;
	font-size:14px;
}

div.columnchapteractive2 {
	padding:5px 5px 5px 40px;
	cursor:pointer;
	cursor:hand;
}

div.columnchapteractive2 a{
	text-decoration:none;
	color:#000;
	font-size:14px;
}










/* Разделы в центре */

div.centerchapters {
	text-align:center;
}

div.centerchapter {
	display: inline-block;
    margin: 10px 5px;
	min-width: 19%;
	max-width: 260px;
    vertical-align: top;
}

@media all and (min-width: 1300px) and (max-width: 1399px) { 

	div.centerchapter {
		min-width: 19%;
		max-width: 250px;
	}

}

@media all and (min-width: 1200px) and (max-width: 1299px) { 

	div.centerchapter {
		min-width: 18%;
		max-width: 220px;
	}

}

@media all and (min-width: 1000px) and (max-width: 1199px) { 

	div.centerchapter {
		min-width: 31%;
		max-width: 220px;
	}

}

@media all and (min-width: 900px) and (max-width: 999px) { 

	div.centerchapter {
		min-width: 31%;
		max-width: 195px;
	}

}

@media all and (min-width: 799px) and (max-width: 899px) { 

	div.centerchapter {
		min-width: 45%;
		max-width: 366px;
	}

}
@media all and (min-width: 600px) and (max-width: 798px) { 

	div.centerchapter {
		min-width: 47%;
		max-width: 283px;
	}

}

@media all and (max-width: 599px) { 

	div.centerchapter {
		min-width: 94%;
		max-width: 94%;
	}

}


div.centerchapters_in {

}





div.centerchapterhome {
	display: inline-block;
   margin:10px 20px;
	min-width: 368px;
	max-width:368px;
    vertical-align: top;
}

div.centerchapter_img {
	vertical-align:middle;
	display:block;
	text-align:center;
	width: 100%;
	height:230px;
	overflow:hidden;
}

div.centerchapter_imgin {
	vertical-align: middle;
    line-height: 230px;
    width: 100%;
    text-align: center;
}

div.centerchapter_imgin img{
	max-width:100%;
	max-height:230px;
	vertical-align: middle;
	border:0;
}

@media all and (max-width: 1700px) { 

	div.centerchapterhome {
		 margin:10px 19px;
	}

}

@media all and (max-width: 1630px) { 

	div.centerchapterhome {
		 margin:10px 13px;
	}

	div.centerchapterhome:nth-child(1) {
		margin:10px 14px 10px 0;
	}
	
	div.centerchapterhome:nth-child(4n) {
		margin:10px 0px 10px 13px;
	}

}


@media all and (max-width: 1600px) { 

	div.centerchapterhome {
		 margin:10px 13px;
		 min-width: 364px;
		 max-width:364px;
	}

	div.centerchapterhome:nth-child(1) {
		margin:10px 14px 10px 0;
	}
	
	div.centerchapterhome:nth-child(4n) {
		margin:10px 0px 10px 13px;
	}

}

@media all and (max-width: 1550px) { 

	div.centerchapterhome {
		 margin:10px 14px;
		 min-width: 350px;
		 max-width:350px;
	}

	div.centerchapterhome:nth-child(1) {
		margin:10px 14px 10px 0;
	}
	
	div.centerchapterhome:nth-child(4n) {
		margin:10px 0px 10px 14px;
	}
	
	div.centerchapter_img {
		height:181px;
	}

	div.centerchapter_imgin {
		line-height: 181px;
	}

	div.centerchapter_imgin img{
		max-height:181px;
	}


}

@media all and (max-width: 1470px) { 

	div.centerchapterhome {
		 margin:10px 14px;
		 min-width: 325px;
		 max-width:325px;
	}

	div.centerchapterhome:nth-child(1) {
		margin:10px 14px 10px 0;
	}
	
	div.centerchapterhome:nth-child(4n) {
		margin:10px 0px 10px 14px;
	}
	
	div.centerchapter_img {
		height:181px;
	}

	div.centerchapter_imgin {
		line-height: 181px;
	}

	div.centerchapter_imgin img{
		max-height:181px;
	}

}


@media all and (max-width: 1430px) { 

	div.centerchapterhome {
		 margin:10px 14px;
		 min-width: 320px;
		 max-width:320px;
	}

	div.centerchapterhome:nth-child(1) {
		margin:10px 14px 10px 0;
	}
	
	div.centerchapterhome:nth-child(4n) {
		margin:10px 0px 10px 14px;
	}
	
	div.centerchapter_img {
		height:181px;
	}

	div.centerchapter_imgin {
		line-height: 181px;
	}

	div.centerchapter_imgin img{
		max-height:181px;
	}

}

@media all and (max-width: 1400px) { 

	div.centerchapterhome {
		 min-width: 306px;
		 max-width:306px;
	}

}

@media all and (max-width: 1310px) { 

	div.centerchapterhome {
		 min-width: 285px;
		 max-width:285px;
	}
	
	div.centerchapter_img {
		height:160px;
	}

	div.centerchapter_imgin {
		line-height: 160px;
	}

	div.centerchapter_imgin img{
		max-height:160px;
	}

}

@media all and (max-width: 1200px) { 

	div.centerchapterhome {
		 min-width: 260px;
		 max-width:260px;
	}
	
	div.centerchapter_img {
		height:145px;
	}

	div.centerchapter_imgin {
		line-height: 145px;
	}

	div.centerchapter_imgin img{
		max-height:145px;
	}

}

@media all and (max-width: 1160px) { 

	div.centerchapterhome {
		 min-width: 260px;
		 max-width:260px;
	}
	
	div.centerchapter_img {
		height:145px;
	}

	div.centerchapter_imgin {
		line-height: 145px;
	}

	div.centerchapter_imgin img{
		max-height:145px;
	}

}

@media all and (max-width: 1120px) { 

	div.centerchapterhome {
		 min-width: 242px;
		 max-width:242px;
	}
	
	div.centerchapter_img {
		height:123px;
	}

	div.centerchapter_imgin {
		line-height: 123px;
	}

	div.centerchapter_imgin img{
		max-height:123px;
	}

}


@media all and (max-width: 1080px) { 

	div.centerchapterhome {
		 min-width: 234px;
		 max-width:234px;
	}
	
	div.centerchapter_img {
		height:132px;
	}

	div.centerchapter_imgin {
		line-height: 132px;
	}

	div.centerchapter_imgin img{
		max-height:132px;
	}

}

@media all and (max-width: 1050px) { 

	div.centerchapterhome {
		 min-width: 221px;
		 max-width:221px;
	}
	
	div.centerchapter_img {
		height:123px;
	}

	div.centerchapter_imgin {
		line-height: 123px;
	}

	div.centerchapter_imgin img{
		max-height:123px;
	}

}

@media all and (max-width: 1000px) { 

	div.centerchapterhome {
		 min-width: 46%;
		 max-width:46%;
		 margin:10px 0px 10px 0px;
	}
	
	div.centerchapter_img {
		height:auto;
            min-height: 160px;
	}

	div.centerchapter_imgin {
		line-height:100%;
	}

	div.centerchapter_imgin img{
		max-height:206px;
	}
	
	div.centerchapterhome:nth-child(1) {
		 margin:10px 10px 10px 10px;
	}
	div.centerchapterhome:nth-child(2) {
		margin:10px 10px 10px 10px;
	}
	div.centerchapterhome:nth-child(3) {
		 margin:10px 10px 10px 10px;
	}
	div.centerchapterhome:nth-child(4) {
		margin:10px 10px 10px 10px;
	}

}


@media all and (max-width: 700px) { 

	div.centerchapterhome:nth-child(1) {
		 margin:10px 6px 10px 6px;
	}
	div.centerchapterhome:nth-child(2) {
		 margin:10px 6px 10px 6px;
	}
	div.centerchapterhome:nth-child(3) {
		  margin:10px 6px 10px 6px;
	}
	div.centerchapterhome:nth-child(4) {
		 margin:10px 6px 10px 6px;
	}
div.centerchapter_imgin img {
    max-height: 160px;
}
}

@media all and (max-width: 500px) { 

	div.centerchapterhome {
		 min-width: 46%;
		 max-width:46%;
		 
	}
	
	div.centerchapterhome:nth-child(1) {
		 margin:10px 5px 10px 5px;
	}
	div.centerchapterhome:nth-child(2) {
		 margin:10px 5px 10px 5px;
	}
	div.centerchapterhome:nth-child(3) {
		  margin:10px 5px 10px 5px;
	}
	div.centerchapterhome:nth-child(4) {
		 margin:10px 5px 10px 5px;
	}

}

div.centerchapter_topname {
	display:none;
}




div.centerchapter_infoblock {
	vertical-align:top;
	text-align:center;
}

div.centerchapter_bottomname {
	padding:10px 0px 10px 0;
}

div.centerchapter_bottomname a {
	font-size:18px;
	text-decoration:none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

div.centerchapter_bottomname a:hover {
	font-size:18px;
	text-decoration:none;
}

div.centerchapter_info {
	margin: 5px 0px;
	display:none;
	font-size:90%;
	color:#888;
}

div.centerchapter_button {
	text-align:center;
	display:none;
}

/* МОДУЛИ ПОИСК */

div.search {
	position:relative;
	max-width:270px;
	margin: 0 auto;
}



div.search_input {
	display:inline-block;
	position:relative;
	max-width:100%;
	width:100%;
	vertical-align:middle;
}

div.search_input input {
	width: 270px;
	border:1px solid #000;
	color:#000;
	font-size:14px;
}

div.search_input input:focus {
	width: 270px;
	border:1px solid #000;
	color:#000;
	font-size:14px;
}

div.search_button {
	    display: inline-block;
    position: absolute;
    /* left: -30px; */
    top: 0px;
    right: 24px;
}

div.search_button input {
	padding:0;
	background:url("/themes/globex/search.png") no-repeat center;
	width:20px;
	height:20px;
	font-size:0;
	position: absolute;
	top: 4px;
	border:0;
}

div.search_button input:hover {
	padding:0;
	background:url("/themes/globex/search.png") no-repeat center;
	width:20px;
	height:20px;
	font-size:0;
	position: absolute;
	top: 4px;
	border:0;
}

div.dropdownsearch {
	position:absolute;
	z-index:3000;
	width:100%;
}

div.dropdownsearchfon {
	position:relative;
	border:1px solid #c7c7c7;
	left:0px;
	background:#fff;
}

div.search1 {
	position:relative;
	
	margin: 0 auto;
}



div.search1_input {
	display:inline-block;
	position:relative;
	max-width:100%;
	width:100%;
	vertical-align:middle;
}

div.search1_input input {
	
	border:1px solid #000;
	color:#000;
	font-size:14px;
}

div.search1_input input:focus {
	
	border:1px solid #000;
	color:#000;
	font-size:14px;
}

div.search1_button {
	    display: inline-block;
    position: absolute;
    /* left: -30px; */
    top: 0px;
    right: 24px;
}

div.search1_button input {
	padding:0;
	background:url("/themes/globex/search.png") no-repeat center;
	width:20px;
	height:20px;
	font-size:0;
	position: absolute;
	top: 4px;
	border:0;
}

div.search1_button input:hover {
	padding:0;
	background:url("/themes/globex/search.png") no-repeat center;
	width:20px;
	height:20px;
	font-size:0;
	position: absolute;
	top: 4px;
	border:0;
}

div.dropdown1search {
	position:absolute;
	z-index:3000;
	width:100%;
}



div.searchrow0 {
	display:table;
	width:100%;
	cursor:pointer;
	cursor:hand;
}

div.searchrow1 {
 	display:table;
	width:100%;
	cursor:pointer;
	cursor:hand;
	background:#f9f9fa;
}

div.dropdownname0 {
    text-align:left;
	color:#000;
	padding:5px;	  
	font-size: 90%;
	display:table-cell;
}

div.searchrow0:hover div.dropdownname0 {
	text-align:left;
	color: #000;
	font-size: 90%;
}

div.dropdownname1 {
    text-align:left;
	color:#000; 
	padding:5px;  
	font-size: 90%;
	display:table-cell;
}

div.searchrow1:hover div.dropdownname1 {
	color: #000;
	font-size: 90%;
	text-align:left;
}

div.dropdownprice0 {

	text-align:right;
    color: #ff8888;
	font-size: 90%;
	padding:5px;
	display:none;
}

div.searchrow0:hover div.dropdownprice0 {

}

div.dropdownprice1 {
	text-align:right;
    color: #ff8888;
    font-size: 90%;
    padding:5px;
	display:none;
}

div.searchrow1:hover div.dropdownprice1 {

}

/* НОВОСТНАЯ ЛЕНТА */

/* Новостная лента в колонке */

div.columnarticles_main {
	
}

div.columnarticles_title {
	font-size: 110%;
    color: #000;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e5e5e5;
}

div.columnarticles {
	
}

div.columnarticle_separator {
	display:none;
}

div.columnarticle {
	text-align:left;
	border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
	padding:10px 0;
}

div.columnarticle_imgleft {
	display:none;
}

div.columnarticle_imgright {
	display:none;
}

div.columnarticle_info {
	vertical-align:top;
}

div.columnarticle_name {
	padding: 3px 0;
}

div.columnarticle_name a {
	text-decoration:none;
	color:#888;
}

div.columnarticle_date {
	color:#888;
	font-size:90%;
	text-align:left;
}

div.columnarticle_seeall {
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}

/* Новостная лента в центре */

div.centerarticles_main {
	text-align: Center;
	margin:10px 0;
}

div.centerarticles_title {
	font-size: 130%;
    color: #000;
    padding: 10px;
	text-align:left;
    margin-bottom: 10px;
	border-bottom: solid 1px #e5e5e5;
}

div.centerarticle {
	display: inline-block;
    margin: 10px 5px;
	min-width: 32%;
    max-width: 440px;
    vertical-align: top;
}

@media all and (min-width: 1300px) and (max-width: 1399px) { 

	div.centerarticle {
		min-width: 32%;
		max-width: 420px;
	}

}

@media all and (min-width: 1200px) and (max-width: 1299px) { 

	div.centerarticle {
		min-width: 32%;
		max-width: 396px;
	}

}

@media all and (min-width: 1000px) and (max-width: 1199px) { 

	div.centerarticle {
		min-width: 32%;
		max-width: 315px;
	}

}

@media all and (min-width: 900px) and (max-width: 999px) { 

	div.centerarticle {
		min-width: 31%;
		max-width: 286px;
	}

}

@media all and (min-width: 799px) and (max-width: 899px) { 

	div.centerarticle {
		min-width: 48%;
		max-width: 366px;
	}

}
@media all and (min-width: 600px) and (max-width: 798px) { 

	div.centerarticle {
		min-width: 48%;
		max-width: 289px;
	}

}

@media all and (max-width: 599px) { 

	div.centerarticle {
		min-width: 94%;
		max-width: 94%;
	}

}

div.centerarticle_img {
	max-width: 100%;
    margin: 0px auto;
	height:300px;   
	vertical-align: middle;	
	text-align:center;
	display: block;
}

div.centerarticle_imgin {
	height:300px;    
	line-height:300px;    
	vertical-align: middle;
	width:100%;
}

div.centerarticle_imgin img{
	max-height:300px;
	max-width:100%;
	vertical-align: middle;
}

@media all and (max-width: 599px) { 

	div.centerarticle_img {
		height:auto;
	}

	div.centerarticle_imgin {
		line-height:unset;    
	}

	div.centerarticle_imgin img{
		max-height:100%;
	}
	
}

div.centerarticle_info {
	text-align:center;
	margin-top:20px;
}

div.centerarticle_topname {
	display:none;
}

div.centerarticle_name {
	text-align:left;
	margin:8px 0;
}

div.centerarticle_name a {
	text-decoration:none;
	color:#000;
}

div.centerarticle_name a:hover {
	text-decoration:none;
	color:#000;
}

div.centerarticle_short {
	margin: 5px 0px;
	text-align:left;
	color:#888;
	font-size:90%;
}

div.centerarticle_date {
	padding: 8px;
}

div.centerarticle_seeall {
	text-align:center;
}

/* Новостная лента страница */

div.pagearticles {
	text-align: left;
	padding-top:34px;
	margin-bottom:60px;
}

div.pagearticle {
	margin-top: 11px;
	margin-bottom: 11px;
	margin-right: 11px;
	margin-left: 11px;
	display: inline-block;
    vertical-align: top;
	width:270px;
	height:300px;
	text-align:center;
	padding:5px;
	border:1px solid #e4e4e4;
}

div.pagearticle:hover {
	border:1px solid #e4e4e4;
}





div.pagearticle_img {
	width:100%;
	height: 300px;
	vertical-align:top;
	background:white;
}

div.pagearticle_imgin {
	
}

div.pagearticle_name1  {
	font-size:100%;
	padding:5px;
}
div.pagearticle_name1 a{
	font-size:100%;
	
	color:#555;
}

div.pagearticle_name2  {
	font-size:90%;
	color:#333;
	padding-top:10px;
}

div.pagearticle_imgin img{
	max-width:100%;
}

div.pagearticle_info {
	
	text-align:left;
	vertical-align:top;
	padding-top:5px;
}

div.pagearticle_topname {
	display:none;
}

div.pagearticle_name {
margin-top:10px;
	margin-bottom: 3px;text-align:center;
}

div.pagearticle_name a {
	font-size: 12px;
	color:#0098CF;
	
	text-decoration:none;
}

div.pagearticle_short {
	margin: 3px 0;display:none;
}

div.pagearticle_date {
	font-size: 12px;display:none;
}

/* Страница элемента ленты */

div.articleback {
	margin: 10px 0;
	padding-left:10px;
	margin-top: 44px;
}

div.articlename {
	margin-bottom: 20px;
}

h1{
	font-weight:normal;
	padding:4px 10px;
}

div.articletext {
	padding-left:10px;
}

div.noitemsfound {
color:red;
padding:20px;
text-align:center;
}

div.articledate {
font-size: 13px;

padding: 8px;	
}

div.article_commall {
	
}

div.articlecomments {
	
}

div.commenthorseparator {
	
	
}

div.commentquote {
	
}

div.oneartcomm {
	
}

/* ХЛЕБНЫЕ КРОШКИ */

div.breads {
	margin:0 auto;
	max-width: 1600px;
    padding: 10px 12px;
	font-size:12px;
	color:#777;
	padding-left:285px;
}

@media all and (max-width: 1630px) { 
div.breads {
	margin:0 auto;
	max-width: 1600px;
    padding: 10px 12px;
	font-size:12px;
	color:#777;
	padding-left:295px;
}
}

@media all and (max-width: 800px) { 

div.breads {
	margin:0 auto;
	max-width: 1600px;
    padding: 10px 12px;
	font-size:12px;
	color:#777;
	padding-left:12px;
}

}

div.linkicon {
	display:inline-block;
	vertical-align:middle;
	padding: 0 10px;
}

div.link {
	display:inline-block;
	vertical-align:middle;
}

div.link a {
	text-decoration:none;
	font-size:12px;
	color:#777;
}

div.link a:hover {
	font-size:12px;
	color:#777;
	text-decoration:none;
}

div.linkactive {
	display:inline-block;
	vertical-align:middle;
}

div.linkactive a {
	font-size:12px;
	color:#777;
}

div.linkactive a:hover {
	text-decoration:none;
	font-size:12px;
	color:#777;
}

/* ПАГИНАЦИЯ */

div.paging {
	text-align:center;
	margin:10px 0;
}

div.pagingbutton {
	display:inline-block;
	vertical-align:middle;
}

div.pagingleft {
	
}

div.pagingright {

}

div.pagingall {
	background:#888;
	border:1px solid #888;
	color:#f5f5f5;
	font-size: 100%;
	width: 28px;
	height: 28px;
	text-align:center;	
	cursor:pointer;
	cursor:hand;
	margin:0 2px;
	line-height: 28px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

div.pagingall a{
	color:#f5f5f5;
}

div.pagingall:hover {
	background:#f5f5f5;
	border:1px solid #888;
	color:#888;
	font-size: 100%;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align:center;	
	cursor:pointer;
	cursor:hand;
	margin:0 2px;
}

div.pagingall:hover a{
	color:#888;
}

div.pagingnow {
	background:#f5f5f5;
	border:1px solid #888;
	color:#888;
	font-size: 100%;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align:center;	
	cursor:pointer;
	cursor:hand;
	margin:0 2px;
}

/* ЗАКАЗАТЬ ЗВОНОК */

div.callme {
	
}

div.callmeform {
	position: fixed;
	background: #fff;
	box-shadow: 0px 0px 0px 20px #000;
	padding: 30px;
	display: none;
	z-index: 500;
	width: 500px;
	max-width:90%;
}

div.callme_main {
	width:100%;
}

div.callme_mainin {

}

div.callme_closeline {
	height:40px;
}

div.callme_close {
	float:right;
}

div.callme_title {
	text-align:center;
	font-size: 110%;
}

div.callme_line {
	margin:3px 0;
}

div.callme_block {
	
}

div.callme_button {
	
}

/* СЛАЙДЕР */

div.sliderback {
	
}

div.slider {
	
}
div.sliderimg {	
	margin:0 auto;
}

div.slider1img {	
	margin:0 auto;
}

div.advbanner {
	position:absolute;
}
div.adv1banner {
	position:absolute;
}


div.sliderarrows {
	
}

div.slider1arrows {
	
}

div.sliderleft {
	position:absolute;
	z-index:100;
	top:40%;
	left:30px;
}

div.sliderleft input {
	background:url("/themes/templates/arrow_left.png") no-repeat center;
	width:36px;
	height:36px;
	font-size:0;
	padding:0;
	border:0;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

div.sliderleft input:hover {
	background:url("/themes/templates/arrow_left_hover.png") no-repeat center;
	width:36px;
	height:36px;
	font-size:0;
	padding:0;
	border:0;
}

div.sliderright {
	position:absolute;
	z-index:100;
	
	    right: 30px;
	top:40%;
}


div.sliderright input {
	background:url("/themes/templates/arrow_right.png") no-repeat center;
	width:36px;
	height:36px;
	font-size:0;
	padding:0;
	border:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

div.sliderright input:hover {
	background:url("/themes/templates/arrow_right_hover.png") no-repeat center;
	width:36px;
	height:36px;
	font-size:0;
	padding:0;
	border:0;
}

div.sliderbuttons {
	position:relative; 
	top: -30px;
    height: 0;
	z-index:100;
	text-align: center;
}

div.sliderbuttonsin {
	
}

div.sliderbutton {
	display:inline-block;
}

div.sliderright input {
	background:url("/themes/templates/arrow_right.png") no-repeat center;
	width:36px;
	height:36px;
	font-size:0;
	padding:0;
	border:0;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

div.sliderright input:hover {
	background:url("/themes/templates/arrow_right_hover.png") no-repeat center;
	width:36px;
	height:36px;
	font-size:0;
	padding:0;
	border:0;
}

div.sliderbuttons {
	position:relative; 
	top:100%; 
	z-index:100;
	text-align: center;
}

div.sliderbuttonsin {
	position:relative;
	top:-25px;
}

div.sliderbutton {
	display:inline-block;
}

div.slidernext {
	background:#d8d7d5;
	width:18px;
	height:18px;
	margin:3px;
	font-size:0;
	cursor:pointer;
	cursor:hand;
	border-radius:20px;
}

div.slidernextact {
	background:#767678;
	width:18px;
	height:18px;
	margin:3px;
	font-size:0;
	cursor:pointer;
	cursor:hand;
	border-radius:20px;
}
/* ГАЛЕРЕЯ */

/* Страница галереи */


div.pagegallery {
	padding-top: 40px;
}



div.gallery {
	margin-top: 11px;
	margin-bottom: 11px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
    vertical-align: top;
	width:280px;
	height:160px;
	text-align:center;
	border:1px solid #e4e4e4;
	
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
div.galleryin {
	margin-top: 11px;
	margin-bottom: 11px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
    vertical-align: top;
	width:280px;
	height:160px;
	text-align:center;
	border:1px solid #e4e4e4;

	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

div.gallery:hover {
	box-shadow:3px 3px 10px silver;

}
div.galleryin:hover {
	box-shadow:3px 3px 10px silver;

}

div.gallery_img {
	width:280px;
    height:160px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

div.gallery_imgin {
	padding:5px;
}

div.gallery_imgin img{
	max-width:100%;
	max-height:150px;
}

div.gallery_text {
	text-align: center;
	padding-top:10px;
}


/* Слайдер галереи */

div.slidergallerys {
	position: relative;
	padding-bottom:10px;
	margin-top:20px;
}

div.slidergallery_title {
	font-size:110%;
	color: #000;
    padding: 10px;
    margin-bottom: 10px;
	border-bottom: solid 1px #e5e5e5;
}

div.slidergallery_info {
	margin: 0 auto;
}

div.slidergallery_left {
	display:table-cell;
	vertical-align: middle;
	padding-right:20px;
}

div.slidergallery_right {
	display:table-cell;
	vertical-align: middle;
	padding-left:20px;
}

div.slidergallery_center {
	vertical-align: middle;
	display:table-cell;
	margin:0 auto; 
	width:100%;
}

div.slidergallery_cont {
	
}

div.slidergallery_contin {
	
}

div.slidergallery_main {
	display:table-cell; 
	vertical-align: top;
}

div.slidergallery {
	margin:5px 15px;
	width: 216px;
}

@media all and (min-width: 1300px) and (max-width: 1399px) { 

	div.slidergallery {
		width: 206px;
	}

}

@media all and (min-width: 1200px) and (max-width: 1299px) { 

	div.slidergallery {
		width: 190px;
	}

}

@media all and (min-width: 1000px) and (max-width: 1199px) { 

	div.slidergallery {
		width: 180px;
	}

}

@media all and (min-width: 900px) and (max-width: 999px) { 

	div.slidergallery {
		width: 230px;
	}

}

@media all and (min-width: 799px) and (max-width: 899px) { 

	div.slidergallery {
		width: 176px;
	}

}

@media all and (min-width: 600px) and (max-width: 798px) { 

	div.slidergallery {
		width: 200px;
	}

}

@media all and (min-width: 400px) and (max-width: 599px) { 

	div.slidergallery {
		width: 206px;
	}

}

@media all and (min-width: 365px) and (max-width: 399px) { 

	div.slidergallery {
		width: 166px;
	}

}

@media all and (min-width: 330px) and (max-width: 364px) { 

	div.slidergallery {
		width: 148px;
	}

}

@media all and (max-width: 329px) { 

	div.slidergallery {
		width: 108px;
	}

}

div.slidergallery_topname {
	display:none;
}

div.slidergallery_bottomname {
	text-align:center;
}

div.slidergallery_bottomname a {



}

div.slidergallery_bottomname a:hover {
color: #000;


			-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
text-decoration:none;
}

div.slidergallery_img {
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	width: 100%;
	height:200px;
	overflow:hidden;
}

div.slidergallery_img:hover {
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	width: 100%;
	height:200px;
	overflow:hidden;
}

div.slidergallery_imgin {
	height: 200px;
}

div.slidergallery_imgin img{
	max-width:100%;
	max-height:200px;
}

div.slidergallery_seeall {
	text-align:center;
	margin:15px 0;
}

/* Колонка галереи */

div.columngallerys_main {

}

div.columngallery_title {
	font-size: 110%;
    color: #000;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e5e5e5;
}

div.columngallerys {

}

div.columngallery {
	border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 10px 0;
}

div.columngallery_topname {

}

div.columngallery_bottomname {

}

div.columngallery_imgleft {
	width:100%;
}

div.columngallery_imgleft img{
	max-width:100%;
}

div.columngallery_imgright {
	width:100%;
}

div.columngallery_imgright img{
	max-width:100%;
}

div.columngallery_separator {

}

div.columngallery_seeall {
	text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* ОТЗЫВЫ */

/* Форма добавления */

div.addcomment {
	min-width: 50%;
	max-width:500px;
    margin: 0 auto;
	margin-top:30px;
}

div.addcomment_title {
	text-align:center;
	color:#ff8888;
}

div.addcommenttitle {
	padding: 10px 0px 10px;
	font-size:110%;
	text-align: center;
	margin: 0px auto 10px;
}

div.addcomment_line {
	margin:10px 0;
}

div.addcomment_block{
	
}

div.addcomment_button {
	text-align:center;
}

div.addcomment_info {

}

div.addcomment_vote {
	margin-top:10px;
}

div.addcomment_votename {
	display:inline-block; 
	padding-right:20px;
	vertical-align:middle;
}

div.addcomment_voterate {
	display:inline-block;
	vertical-align:middle;
}

div.itemactvote {
	background:url('/themes/templates/star1.png');
	width:30px;
	height:30px;
	cursor:pointer;
	cursor:hand;
}

div.itemvote {
	background:url('/themes/templates/star.png');
	width:30px;
	height:30px;
	cursor:pointer;
	cursor:hand;
}

/* Страница отзывов */

div.pagecomments {

}

div.pagecomment {
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.pagecomment_info {
	display:table;
	width:100%;
}

div.pagecomment_name {
	display:table-cell;
	color: #888;
}

div.pagecomment_text {
	
}

div.pagecomment_date {
	display:table-cell;
	text-align:right;
}

div.pagecomment_separator {

}

/* Отзывы в колонке */

div.columncomments {

}

div.columncomments_title {
	font-size: 110%;
    color: #000;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e5e5e5;
}

div.columncomment {

}

div.columncomment_name {

}

div.columncomment_text {

}

div.columncomment_date {

}

div.columncomment_separator {

}

div.columncomment_seeall {

}

/* Отзывы в центре */

div.centercomments {
	vertical-align:top;
}

div.centercomments_title {
	font-size: 110%;
    color: #000;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e5e5e5;
}

div.centercomment {

}

div.centercomment_info {
	margin:10px 0;
	display:table;
	width:100%;
}

div.centercomment_name {
	display:table-cell;
}

div.centercomment_text {
	font-size:110%;
	margin:5px 0;
}

div.centercomment_date {
	display:table-cell;
	margin-left:50px;
	text-align:right;
}

div.centercomment_seeall {

}

/* FAQ */

/* Форма добавления */

div.addfaq {
	min-width: 50%;
	max-width:500px;
    margin: 0 auto;
	margin-top:30px;
}

div.addfaqtitle {
	padding: 10px 0px 10px;
	font-size:110%;
	text-align: center;
	margin: 0px auto 10px;
}

div.addfaq_line {
	margin: 10px 0px;
}

div.addfaq_block{
	
}

div.addfaq_button {
	text-align:center;
}

div.addfaq_info {

}

/* Страница отзывов */

div.pagefaqs {

}

div.page_faq {
	padding: 5px 0px;
	margin: 15px 10px 0 0px;
}

div.pagefaq_info {
	display:table;
	width:100%;
}

div.pagefaq_name {
	display:none;
	padding:10px;
}

div.pagefaq_text {
	font-size:24px;
	padding:10px 0;
	font-weight:bolder;
}

div.pagefaq_date {
	display:none;
	text-align:right;
}

div.pagefaq_textseparator {

}

div.page_faqs {
	padding-top:26px;
}

div.pagefaq_answerinfo {
	display:table;
	width:100%;
}

div.pagefaq_answername {
	display:none;
	padding-top: 20px;
}



div.pagefaq_answertext {
	background: #e9f9f8 none repeat scroll 0% 0%;
	padding: 10px 10px 10px 30px;
	color: #000;
	font-size:110%;
	border-radius:20px;
}

div.pagefaq_answerdate {
	display:none;
	text-align:right;
}

div.pagefaq_separator {

}

/* ФОРМА СВЯЗИ */

div.feedback_main {
	min-width:300px;
	vertical-align:top;
	padding:20px 10px;
	margin-left:20px;
}

div.feedback_in {

}

div.feedback_title {
	font-size:110%;
	color: #000;
    padding: 10px;
    margin-bottom: 10px;
	border-bottom: solid 1px #e5e5e5;
}

div.feedback_titlein {
	text-align:left;
}

div.feedback_info {

}

div.feedback_line {
	margin:10px 0;
}

div.feedback_blockname {
	vertical-align:top;
}

div.feedback_blockparam {
	vertical-align:top;
}

div.feedback_button {
	text-align:center;
}

div.feedback_button input {

}

/* ГОЛОСОВАНИЯ */

div.columnpolls {
	margin-top:20px;
	padding: 5px;
}

div.columnpolls_title {
	font-size:110%;
	color: #000;
    padding: 10px;
    margin-bottom: 10px;
	border-bottom: solid 1px #e5e5e5;
}

div.columnpoll {

}

div.columnpoll_info {

}

div.columnpoll_infoin {
	display:table;
	width:100%;
}

div.columnpoll_radio {
	display:table-cell;
	vertical-align:middle;
	width:1%;
}

div.columnpoll_name {
	display:table-cell;
	vertical-align:middle;
	padding: 5px 0;
}

div.columnpoll_votes {
	display:table-cell;
	vertical-align:middle;
	width:1%;
}

div.columnpoll_line {
	background:#e5e5e5;
}

div.columnpoll_linein {
	background: #000;
	height: 25px;
}
/* РЕГИСТРАЦИЯ */

div.registration_main {
	
	padding: 5px;
	margin-top: 10px;
	
max-width:500px;
width:100%;
border-bottom:1px solid #555;
	border-top:1px solid #555;
}

div.registration_title {
	padding:5px 0px;
	font-size: 20px;
	font-weight:bolder;
	text-align: left;
	
}
div.registration_title1 {
	padding: 5px 0px;
	font-size: 12px;
	text-align: left;
	line-height:14px;
	
}
div.registration_title2 {
	padding: 5px 0px;
	font-size: 12px;
	text-align: left;
	color:red;
	
}

div.registration_maincomp {
padding:20px;
color:red;
text-align:center;
}

/* ОКНО ВХОДА */

div.loginform {
	position: fixed;
	background: #fff none repeat scroll 0% 0%;
	box-shadow: 0px 0px 0px 20px rgba(200, 200, 200, 0.5);
	padding: 30px;
	display: none;
	z-index: 500;
	max-width: 500px;
}

div.login_main {
	width:100%;
}

div.login_mainin {

}

div.login_closeline {
	height:40px;
}

div.login_closeline input{
	padding:2px 7px;
	border-radius:20px;
	background:#0098cf;
	border:1px solid #0098cf;
}
div.login_closeline input:hover{
	padding:2px 7px;
	border-radius:20px;
	color:#0098cf;
	border:1px solid #0098cf;
}

div.login_close {
	float:right;
	position:relative;
	top:-10px;
}

div.login_title {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px;
	color:#2b3944;
}

div.login_line {
	
}

div.login_block {
	margin-bottom:10px;
}

div.login_button {
	
}

div.login_info {
	
}

div.login_forget {
	margin-top:3px;
	float:right;
}

div.login_maininsocial {

}


div.login_titlesocial {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px;
	color:#2b3944;
}

div.login_titlesocialin {
	text-align:center;
}

div.login_socialfb {
	display:inline-block;
	padding:5px;
}

div.login_socialfb input  {
	width:50px;
	height:50px;
	background:url('/themes/templates/f.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

div.login_socialfb input:hover {
	width:50px;
	height:50px;
	background:url('/themes/templates/f.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

div.login_socialod {
	display:inline-block;
	padding:5px;
}

div.login_socialod input  {
	width:50px;
	height:50px;
	background:url('/themes/templates/od.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

div.login_socialod input:hover {
	width:50px;
	height:50px;
	background:url('/themes/templates/od.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

div.login_socialgg {
	display:inline-block;
	padding:5px;
}

div.login_socialgg input  {
	width:50px;
	height:50px;
	background:url('/themes/templates/g.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

div.login_socialgg input:hover {
	width:50px;
	height:50px;
	background:url('/themes/templates/g.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

div.login_socialvk {
	display:inline-block;
	padding:5px;
}

div.login_socialvk input  {
	width:50px;
	height:50px;
	background:url('/themes/templates/vk.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

div.login_socialvk input:hover {
	width:50px;
	height:50px;
	background:url('/themes/templates/vk.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}


/* АВТОРИЗАЦИЯ */

/* Кнопки */

div.buttonsusers {
	margin-top:5px;
}

@media all and (max-width: 700px) { 

	div.buttonsusers {
		margin-top:0px;
	}

}

div.buttonsusers_main {

}

div.buttonsusers_button1 {
	display:inline-block;
}

div.buttonsusers_button1 input{
	background: transparent;
	border: 0;
	color: #000;
	text-transform: uppercase;
	padding: 5px 5px;
	font-size: 14px;
	border-radius: 0;
}

div.buttonsusers_button1 input:hover{
	background: transparent;
	border: 0;
	color: #000;
	text-transform: uppercase;
	padding: 5px 5px;
	font-size: 14px;
	border-radius: 0;
}

div.buttonsusers_button2 {
	display:inline-block;
}



div.buttonsusers_button2 input{
	background: transparent;
	border: 0;
	color: #000;
	text-transform: uppercase;
	padding: 5px 5px;
	font-size: 14px;
	border-radius: 0;
}

div.buttonsusers_button2 input:hover{
	background: transparent;
	border: 0;
	color: #000;
	text-transform: uppercase;
	padding: 5px 5px;
	font-size: 14px;
	border-radius: 0;
}

div.buttonsusers_button3 {
	display:inline-block;
}

div.buttonsusers_button3 input{
	background: transparent;
	border: 0;
	color: #000;
	text-transform: uppercase;
	padding: 5px 5px;
	font-size: 14px;
	border-radius: 0;
}

div.buttonsusers_button3 input:hover{
	background: transparent;
	border: 0;
	color: #000;
	text-transform: uppercase;
	padding: 5px 5px;
	font-size: 14px;
	border-radius: 0;
}

div.buttonsusers_button4 {
	display:inline-block;
}

div.buttonsusers_button4 input{
	background: transparent;
	border: 0;
	color: #000;
	text-transform: uppercase;
	padding: 5px 5px;
	font-size: 14px;
	border-radius: 0;
}

div.buttonsusers_button4 input:hover{
	background: transparent;
	border: 0;
	color: #000;
	text-transform: uppercase;
	padding: 5px 5px;
	font-size: 14px;
	border-radius: 0;
}

@media all and (max-width: 499px) { 

div.buttonsusers_button1 {
	display:block;
}
div.buttonsusers_button2 {
	display:block;
}
div.buttonsusers_button3 {
	display:block;
}
div.buttonsusers_button4 {
	display:block;
}
}

/* Поля */

div.polesusers {
	
}

div.polesusers_main {
	
}

div.polesusers_enter {
	
}

div.polesusers_enter1 {
	margin:3px 0;
}

div.polesusers_enter2 {
	margin:3px 0;
}

div.polesusers_button {
	
}

div.polesusers_button1 {
	display:inline-block;
}

div.polesusers_button2 {
	display:inline-block;
}

div.polesusers_titlesoc {
	
}

div.polesusers_social {
	
}

div.polesusers_fb {
	
}

div.polesusers_gg {
	
}

div.polesusers_vk {
	
}

div.polesusers_od {
	
}

div.polesusers_forget span{
	cursor:pointer;
	cursor:hand;
}

div.polesusers_mainin {
	
}

div.polesusers_enterin {
	
}

div.polesusers_buttonsin {
	
}

div.polesusers_buttonsin1 {
	
}

div.polesusers_buttonsin2 {
	
}

div.polesusers_buttonsin3 {
	
}

div.polesusers_buttonsin4 {
	
}

/* АККАУНТ */

div.accountinfo {

}

div.userwelcome {
color: #000;
padding: 10px 0px;
font-size: 120%;
text-align: center;
margin: 0px auto 10px;
border-bottom: 1px solid #e5e5e5;
}

div.accounttabs {
	margin-top:5px; 
   margin-bottom:5px;
   border-bottom: 1px solid #292929;
   position:relative;
   top:0px;

}

div.accounttabposition {
	display:inline-block;
	vertical-align:bottom;
	 position:relative;
   top:1px;
   line-height: 56px;
}


div.accounttab {
	padding: 10px 20px;
	border: 1px solid  #292929;
	height:20px;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	cursor:pointer;
	cursor:hand;
	background:#fff;
	color: #888;
	display: inline-block;
    vertical-align: bottom;
	line-height: initial;
}

div.accounttab:hover {
	padding: 10px 20px;
	border: 1px solid #292929;
	height: 30px;
	color: #fff;
	background: #292929;
	cursor: pointer;
	display: inline-block;
    vertical-align: bottom;
	line-height: initial;
}

div.accountactivetab {
	padding: 10px 20px;
	border: 1px solid #292929;
	height: 30px;
	color: #fff;
	background: #292929;
	cursor: pointer;
	display: inline-block;
    vertical-align: bottom;
	line-height: initial;
}

@media all and (max-width: 899px) { 

	div.accounttabposition {
		display:block;
		top:0px;
		line-height: initial;
	}
	
	div.accounttab {
		text-align:center;
		height:auto;
		padding:10px;
		display: block;
		vertical-align: middle;
	}
	
	div.accounttab:hover {
		text-align:center;
		height:auto;
		padding:10px;
		display: block;
		vertical-align: middle;
	}
	
	div.accountactivetab {
		text-align:center;
		height:auto;
		padding:10px;
		display: block;
		vertical-align: middle;
	}

}

div.accounttabinfo {
	padding: 20px;
}

div.account_userdata {

}

div.account_userdatacolumn1 {
	display:inline-block;
	width:48%;
	vertical-align:top;
}

div.account_userdatacolumn2 {
	display:inline-block;
	width:48%;
	vertical-align:top;
	float:right
}

@media all and (max-width: 899px) { 

	div.account_userdatacolumn1 {
		display:block;
		width:90%;
		vertical-align:top;
	}

	div.account_userdatacolumn2 {
		display:block;
		width:90%;
		vertical-align:top;
		float:none;
		margin-top:20px;
	}

}

div.account_button{
	text-align:center;
	margin-top:20px;
}

div.account_blockname {
	color: #888;
	font-size:110%;
	padding: 10px 0px 0px 0px;
}

div.account_title{
	font-size:110%;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 0px 10px 0px;
	width: 50%;
	margin: 0 auto;
}

div.account_orders {
	
}

div.account_order {
	border:1px solid #888;
	padding:10px;
}

div.account_ordertitle {
	
}

div.account_ordertitlein {
	
}

div.ordernumber {
	display:inline-block;
}

div.orderinfo {
	padding: 5px;
	text-align: right;	
	float:right;
	margin-bottom: 10px;
	display:inline-block;
}

div.account_orderinfo {
	
}

div.account_ordertable {
	
}

div.account_ordertable table {
	width:100%;
}

span.seemoreorder {
	cursor: hand;
	cursor:pointer;
	margin:10px 0;
	color:#000;
}

/* ПОИСК */

div.searchtextpage {

}

div.searchtextname {

}

div.searchtext {

}

div.searchtexthorseparator {

}

div.searchtextfail {

}

/* МАТЕРИАЛЫ */

div.notemenu {
	padding-top:20px;
}

div.notetabposition {
	display:inline-block;
	vertical-align:bottom;
	 position:relative;
   top:1px;
   line-height: 56px;
}


div.notetab {
	padding: 10px 20px;
	border: 1px solid  #292929;
	height:20px;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	cursor:pointer;
	cursor:hand;
	background:#fff;
	color: #888;
	display: inline-block;
    vertical-align: bottom;
	line-height: initial;
}

div.notetab:hover {
	padding: 10px 20px;
	border: 1px solid #292929;
	height: 30px;
	color: #fff;
	background: #292929;
	cursor: pointer;
	display: inline-block;
    vertical-align: bottom;
	line-height: initial;
}

div.notetab:hover a{
	color: #fff;
}

div.notetabact {
	padding: 10px 20px;
	border: 1px solid #292929;
	height: 30px;
	color: #fff;
	background: #292929;
	cursor: pointer;
	display: inline-block;
    vertical-align: bottom;
	line-height: initial;
}

div.notetabact a {
	color: #fff;
}

@media all and (max-width: 899px) { 

	div.notetabposition {
		display:block;
		top:0px;
		line-height: initial;
	}
	
	div.notetab {
		text-align:center;
		height:auto;
		padding:10px;
		display: block;
		vertical-align: middle;
	}
	
	div.notetab:hover {
		text-align:center;
		height:auto;
		padding:10px;
		display: block;
		vertical-align: middle;
	}
	
	div.notetabact {
		text-align:center;
		height:auto;
		padding:10px;
		display: block;
		vertical-align: middle;
	}

}

div.notetabinfo {
	padding: 20px;
}

div.notetext {

}

/* ЯЗЫКИ */

div.languages {

}

div.languageact {
	display:inline-block;
	padding:3px;
	margin:3px;
	border:1px solid #888;
}

div.language{
	display:inline-block;
	padding:3px;
	margin:3px;
}

/* МОДУЛИ КАТЕГОРИЙ */

/* категории на шапке */

div.topcategorys {
	
}

div.topcategorys_separator {
	display:inline-block;
	vertical-align:middle;
	width:1px;
	background:#000;
	height: 50px;
}

div.topcategory {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	cursor:pointer;
	cursor:hand;
}

div.topcategory a { 
	text-decoration:none;
	color:#fff;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

div.topcategory:hover {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	background:#000;
}

div.topcategory:hover a.topcategory_link { 
	text-decoration:none;
	color:#fff;
}

div.topactivecategory {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	background:#000;
	cursor:pointer;
	cursor:hand;
}

div.topactivecategory a.topcategory_link { 
	text-decoration:none;
	color:#fff;
}

div.topcategoryin {
	padding:8px 20px;
	height:34px;
	display:table-cell;
	vertical-align:middle;
}

div.topcategory:hover div.topcategorys_submenu{
	display:block;
}

div.topactivecategory:hover div.topcategorys_submenu{
	display:block;
}

div.topcategorys_submenu {
	display:none;
	position:absolute;
	top:50px;
	background:#000;
	text-align:left;
	z-index:100;
}

div.topcategory_submenu0 {
	min-width:150px;
	padding:6px;
}

div.topcategory_submenu1 {
	min-width:150px;
	padding:6px;
}

div.topcategory_submenu0:hover {
	min-width:150px;
	padding:6px;
}

div.topcategory_submenu1:hover {
	min-width:150px;
	padding:6px;
}

div.topcategory_submenu0:hover a{
	color:#fff;
}

div.topcategory_submenu1:hover a{
	color:#fff;
}

a.topcategory_link_submenu0 {
	text-decoration:none;
	white-space:nowrap;
	color:#fff;
}

a.topcategory_link_submenu1 {
	text-decoration:none;
	white-space:nowrap;
	color:#fff;
}

/* Категории в колонке */



div.columncategorys_main {
	margin-bottom:20px;
	position:relative;
	top:-4px;
}

div.columncategorys_title {
	display:none;
}

div.columncategorys {
margin-top:6px;	
}

div.columncategory0 {
	padding: 10px;
	margin:5px 0;
	cursor:pointer;
	cursor:hand;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	border:1px solid #e4e4e4;
	transition: all 0.5s ease-in-out;
}

div.columncategory0 a{
	text-decoration: none;
	font-size: 14px;
	color:#777777;
}

div.columncategory0:hover {
	text-decoration: none;
	padding: 10px;
	background:#f4f4f4;
	margin:5px 0;border:1px solid #e4e4e4;
}

div.columncategory0:hover a{
	text-decoration:none;
	color:#000;
	font-size: 14px;
}

div.columncategoryactive0 {
	padding: 10px;
	cursor:pointer;
	cursor:hand;
	background:#f4f4f4;
	margin:5px 0;border:1px solid #e4e4e4;
}

div.columncategoryactive0 a{
	text-decoration:none;
	color:#000;
	font-size: 14px;
}

div.columncategory1 {
	padding: 5px 5px 5px 20px;
	cursor:pointer;
	cursor:hand;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

div.columncategory1 a{
	text-decoration:none;
}

div.columncategory1:hover {
	padding: 5px 5px 5px 20px;
}


div.columncategory1:hover a{
	text-decoration:none;
	color:#000;
	font-size:14px;
}

div.columncategoryactive1 {
	padding: 5px 5px 5px 20px;
	cursor:pointer;
	cursor:hand;
}

div.columncategoryactive1 a{
	text-decoration:none;
	color:#000;
	font-size:14px;
}

div.columncategory2 {
	padding:5px 5px 5px 40px;
	cursor:pointer;
	cursor:hand;
}

div.columncategory2 a{
	text-decoration:none;
	font-size:14px;
}

div.columncategory2:hover {
	padding:5px 5px 5px 40px;
	cursor:pointer;
	cursor:hand;
}

div.columncategory2:hover a{
	text-decoration:none;
	color:#000;
	font-size:14px;
}

div.columncategoryactive2 {
	padding:5px 5px 5px 40px;
	cursor:pointer;
	cursor:hand;
}

div.columncategoryactive2 a{
	text-decoration:none;
	color:#000;
	font-size:14px;
}

/* Разделы в центре */

div.centercategorys {
	margin:0 0 20px 0;
	
}

div.centercategorys_in {
	width:100%;
	
}


div.centercategory {
	display: inline-block;
    	margin: 10px 25px 20px 0;
width:31%;
    vertical-align: top;
}



div.centercategory_topname {
	text-align:center;
}

div.centercategory_topname a{
	font-size:18px;
	text-decoration:none;
}
div.centercategory_topname a:hover{
	font-size:18px;
	text-decoration:none;
}

div.centercategory_img {
	vertical-align:middle;
	display:inline-block;
	text-align:center;
	width:47%;
	
	
	overflow:hidden;
	
/*	vertical-align: middle;
display: block;
text-align: center;
width: 47%;
overflow: hidden;
margin: 0 auto;*/
}

div.centercategory_imgin {
	vertical-align: middle;
    
    width: 100%;
    text-align: center;
}

div.centercategory_imgin img{
	max-width:100%;
	max-height:150px;
	vertical-align: middle;
	border:0;
}

@media all and (max-width: 599px) { 

	div.centercategory_img {
		height:auto;
	}
	
	div.centercategory_imgin {
		line-height: unset;
	}

	div.centercategory_imgin img{
		max-height:100%;
	}
	
}







@media all and (min-width: 1631px) and (max-width: 1720px) { 

	div.centercategory {
		display: inline-block;
		
width: 31%;
		vertical-align: top;
	}
	
	
}


@media all and (min-width: 1550px) and (max-width: 1630px) { 

	div.centercategory {
		display: inline-block;
		
width: 31%;
		vertical-align: top;
	}
	
	

}

@media all and (min-width: 1471px) and (max-width: 1549px) { 

	div.centercategory {
		display: inline-block;
		
		width:47%;
		vertical-align: top;
	}
	
	

}

@media all and (min-width: 1420px) and (max-width: 1470px) { 

	div.centercategory {
		display: inline-block;
		
width: 47%;
		vertical-align: top;
	}
	
	
	

}

@media all and (min-width: 1311px) and (max-width: 1406px) { 

	div.centercategory {
		display: inline-block;
		
width: 47%;
		vertical-align: top;
	}
	
	

}

@media all and (min-width: 1201px) and (max-width: 1310px) { 

	div.centercategory {
		display: inline-block;
		
		width: 47%;
		vertical-align: top;
	}
	
	
	

}

@media all and (min-width: 1120px) and (max-width: 1200px) { 

	div.centercategory {
		display: inline-block;
		
		width: 46%;
		vertical-align: top;
	}
	
	
	
	

}

@media all and (min-width: 1050px) and (max-width: 1119px) { 

	div.centercategory {
		display: block;
		
		width: 98%;
		vertical-align: top;
	}
	

	
	
	
	

}

@media all and (min-width: 1000px) and (max-width: 1049px) { 

	div.centercategory {
		display: block;
		
		width: 98%;
		vertical-align: top;
	}
	
	
	
	

}

@media all and (min-width: 925px) and (max-width: 999px) { 

	div.centercategory {
		display: block;
		
		width: 97%;
		vertical-align: top;
	}
	
	


}

@media all and (min-width: 830px) and (max-width: 924px) { 

	div.centercategory {
		display: block;
		
		width: 97%;
		vertical-align: top;
	}
	
	

}

@media all and (min-width: 670px) and (max-width: 829px) { 

	div.centercategorys {
		text-align:center;
	}

	div.centercategory {
		display: block;
		
		width:97%;
		vertical-align: top;
	}
	
	
	
	

}


@media all and (min-width: 430px) and (max-width: 669px) { 

	div.centercategorys {
		text-align:center;
	}

	div.centercategory {
		display: block;
		
		width:97%;
		vertical-align: top;
	}
	
	
	
	

}


div.centercategory_infoblock {
	vertical-align:middle;
	text-align:left;
	padding-left:5px;
	display:inline-block;
	width:47%;
}

@media all and (max-width: 429px) { 

	div.centercategorys {
		text-align:center;
	}

	div.centercategory {
		display:block;
		
		width:97%;
		vertical-align: top;
	}
	
	
	div.centercategory_img {
		height:150px;
		display:block;
		width:98%;
		padding-bottom:10px;
	}

	div.centercategory_imgin {
		line-height: 150px;
	}

	div.centercategory_imgin img{
		max-height:150px;
	}
	
	
	
div.centercategory_infoblock {
	vertical-align:middle;
	text-align:center;
	padding-left:0px;
	display:block;
	width:98%;
}
	
	
}








div.centercategory_infoblock a {
	font-size:16px;
	text-decoration:none;
	
}

div.centercategory_infoblock a:hover {
	font-size:16px;
	text-decoration:none;
	
}

div.centercategory_bottomname {
	text-align:center;
	margin:8px 0;
}

div.centercategory_bottomname a {
	font-size:18px;
	text-decoration:none;
	
}

div.centercategory_bottomname a:hover {
	font-size:18px;
	text-decoration:none;
	
}

div.centercategory_info {
	margin:5px 0;
}

div.centercategory_button {
	text-align:center;
	display:none;
}

div.centersubcategory_main {
	text-align:center;
}

div.centersubcategory_info {
	padding-bottom: 8px;
}

div.centersubcategory_info a {
	color:#888;
	font-size:90%;
}

div.centersubcategory_info a:hover {
	color: #888;
	font-size:90%;
}

/* ПРОИЗВОДИТЕЛИ */

/* Производители в колонке */

div.columnbrands_main {
	
}

div.columnbrands_title {
	    font-size: 110%;
    color: #000;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e5e5e5;
}

div.columnbrands {
	
}

div.columnbrand_separator {
	height:1px;
	background:white;
	width:100%;
}

div.columnbrand {
	text-align: center;
	margin:20px 0;
}

div.columnbrand_imgleft {
	display:inline-block;
	vertical-align:top;
	width:100%;
}

div.columnbrand_imgleft img {
	max-width:100%;
}

div.columnbrand_imgright {
	display:inline-block;
	vertical-align:top;
}

div.columnbrand_imgright img {
	max-width:100%;
}

div.columnbrand_info {
	display:inline-block;
	vertical-align:top;
}

div.columnbrand_name {
	display:none;
}

div.columnbrand_seeall {
	text-align:center;
}

/* Производители в слайдере */

div.sliderbrands {
	position: relative;
}

div.sliderbrand_title {
	font-size: 130%;
    color: #000;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e5e5e5;
}

div.sliderbrand_info {

}

div.sliderbrand_left {
	display:table-cell;
	vertical-align: middle;
	padding-right:15px;
}

div.sliderbrand_right {
	display:table-cell;
	vertical-align: middle;
	padding-left:15px;
}

div.sliderbrand_center {
	vertical-align: middle;
	display:table-cell;
	margin:0 auto; 
	width:100%;
}

div.sliderbrands_cont {
	
}

div.sliderbrand_contin {
	display:table;
	margin:0 auto;
}

div.sliderbrand_main {
	display:table-cell; 
	vertical-align: top;
}

div.sliderbrand {
	margin:5px 15px;
	width: 216px;
}

@media all and (min-width: 1300px) and (max-width: 1399px) { 

	div.sliderbrand {
		width: 206px;
	}

}

@media all and (min-width: 1200px) and (max-width: 1299px) { 

	div.sliderbrand {
		width: 190px;
	}

}

@media all and (min-width: 1000px) and (max-width: 1199px) { 

	div.sliderbrand {
		width: 180px;
	}

}

@media all and (min-width: 900px) and (max-width: 999px) { 

	div.sliderbrand {
		width: 230px;
	}

}

@media all and (min-width: 799px) and (max-width: 899px) { 

	div.sliderbrand {
		width: 176px;
	}

}

@media all and (min-width: 600px) and (max-width: 798px) { 

	div.sliderbrand {
		width: 200px;
	}

}

@media all and (min-width: 400px) and (max-width: 599px) { 

	div.sliderbrand {
		width: 206px;
	}

}

@media all and (min-width: 365px) and (max-width: 399px) { 

	div.sliderbrand {
		width: 166px;
	}

}

@media all and (min-width: 330px) and (max-width: 364px) { 

	div.sliderbrand {
		width: 148px;
	}

}

@media all and (max-width: 329px) { 

	div.sliderbrand {
		width: 108px;
	}

}


div.sliderbrand_topname {
	display:none;
}

div.sliderbrand_bottomname {
	display:none;
}

div.sliderbrand_img {
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	width: 100%;
	height:120px;
}

div.sliderbrand_imgin {
	
}

div.sliderbrand_imgin img{
	max-width:100%;
}

div.sliderbrand_seeall {
	text-align:center;
	margin:15px 0;
}

/* Производители страница */

div.pagebrands {
	margin: 20px 0px;
	text-align:center;
}

div.pagebrand {
	display: inline-block;
    margin: 10px 5px;
	min-width: 23%;
	max-width: 254px;
    vertical-align: top;
}

@media all and (min-width: 1300px) and (max-width: 1399px) { 

	div.pagebrand {
		min-width: 23%;
		max-width: 242px;
	}

}

@media all and (min-width: 1200px) and (max-width: 1299px) { 

	div.pagebrand {
		min-width: 23%;
		max-width: 222px;
	}

}

@media all and (min-width: 1000px) and (max-width: 1199px) { 

	div.pagebrand {
		min-width: 31%;
		max-width: 220px;
	}

}

@media all and (min-width: 900px) and (max-width: 999px) { 

	div.pagebrand {
		min-width: 31%;
		max-width: 195px;
	}

}

@media all and (min-width: 799px) and (max-width: 899px) { 

	div.pagebrand {
		min-width: 48%;
		max-width: 366px;
	}

}
@media all and (min-width: 600px) and (max-width: 798px) { 

	div.pagebrand {
		min-width: 47%;
		max-width: 283px;
	}

}

@media all and (max-width: 599px) { 

	div.pagebrand {
		min-width: 94%;
		max-width: 94%;
	}

}

div.pagebrand_img {
	vertical-align:middle;
	display:block;
	text-align:center;
	width: 100%;
	height:150px;
	overflow:hidden;
}

div.pagebrand_imgin {
	vertical-align: middle;
    line-height: 150px;
    width: 100%;
    text-align: center;
}

div.pagebrand_imgin img{
	max-width:100%;
	max-height:150px;
	vertical-align: middle;
	border:0;
}

@media all and (max-width: 599px) { 

	div.pagebrand_img {
		height:auto;
	}

	div.pagebrand_imgin {
		line-height:unset;    
	}

	div.pagebrand_imgin img{
		max-height:100%;
	}
	
}

div.pagebrand_info {
	text-align:left;
	margin-top:20px;
}

div.pagebrand_topname {
	display:none;
}

div.pagebrand_name {
	display:none;
}

div.pagebrand_short {
	display:none;
}

/* Страница производитель */

div.brandback {
	
}

div.brandname {
	
}

div.brandname h1 {
	padding: 5px 0px 10px;
	text-align: center;
	margin: 0px auto 10px;	
}

div.brandtext {
	margin-bottom: 20px;
}

div.brandcat {
	margin:10px 0;
    max-width: 400px;
}

/* СОРТИРОВКА ТОВАРОВ */

div.sortviewblock {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	display:none;
}

div.sortviewblockin {
	width:100%;
	display:table;
	padding: 5px 0px;
}

div.sorting {
	display:table-cell;
	vertical-align: middle;
}

div.sorting_title {
	display:inline-block;
}

div.sorting_sortingcell {
	display:inline-block;
}

div.sorting_sortingcellin {

}

div.sortby {
	display:inline-block;
	cursor:pointer;
	cursor:hand;
}

div.sortbyact {
	display:inline-block;
	cursor:pointer;
	cursor:hand;
}

div.sortarrow {
	
}

div.sortarrowact {
	display:inline-block;

}

div.sortup {
	
}

div.sortdown {
	
}

/* Товаров на странице */

div.perpage_main {
	display:table-cell;
	text-align:right;
	position:relative;
	padding-left:20px;
	padding-right:5px;
	vertical-align: middle;
}

/* Тип показа товаров */

div.viewblock_main {
	display:table-cell;
	text-align:right;
	position:relative;
	padding-left:20px;
	vertical-align: middle;
}

div.viewblock_table input {
	background:url("/themes/templates/table.jpg") no-repeat center right;
	font-size:0;
	border:0;
	text-transform: none;
	width:30px;
	height:30px;
	padding:0;
}

div.viewblock_table input:hover {
	background:url("/themes/templates/table_act.jpg") no-repeat center right;
	font-size:0;
	border:0;
	text-transform: none;
	width:30px;
	height:30px;
	padding:0;
}

div.viewblock_table {
	display:inline-block;
}

div.viewblock_tableact { 
	display:inline-block;
}

div.viewblock_tableact input { 
	background:url("/themes/templates/table_act.jpg") no-repeat center right;
	font-size:0;
	border:0;
	text-transform: none;
	width:30px;
	height:30px;
	padding:0;
}

div.viewblock_tableact input:hover { 
	background:url("/themes/templates/table_act.jpg") no-repeat center right;
	font-size:0;
	border:0;
	text-transform: none;
	width:30px;
	height:30px;
	padding:0;
}

div.viewblock_list {
	display:inline-block;
}

div.viewblock_list input  {
	background:url("/themes/templates/list.jpg") no-repeat center right;
	font-size:0;
	border:0;
	text-transform: none;
	width:30px;
	height:30px;
	padding:0;
}

div.viewblock_list input:hover  {
	background:url("/themes/templates/list_act.jpg") no-repeat center right;
	font-size:0;
	border:0;
	text-transform: none;
	width:30px;
	height:30px;
	padding:0;
}

div.viewblock_listact { 
	display:inline-block;
}

div.viewblock_listact input { 
	background:url("/themes/templates/list_act.jpg") no-repeat center right;
	font-size:0;
	border:0;
	text-transform: none;
	width:30px;
	height:30px;
	padding:0;
}

div.viewblock_listact input:hover{ 
	background:url("/themes/templates/list_act.jpg") no-repeat center right;
	font-size:0;
	border:0;
	text-transform: none;
	width:30px;
	height:30px;
	padding:0;
}

/* КАТАЛОГ ТОВАРОВ */

/* Вывод в таблицу */

div.products {
text-align:center;	
}

div.product_topicon {
	position:relative;
}

div.product_topitem {
	position:absolute;
	left:-4px;
	top:-10px;
	background:url('/themes/templates/topitem.png') center no-repeat;
	width:58px;
	height:50px;
}
div.product_newitem {
	position:absolute;
	left:-4px;
	top:-10px;
	background:url('/themes/templates/newitem.png') center no-repeat;
	width:58px;
	height:50px;
}
div.product_actitem {
	position:absolute;
	left:-4px;
	top:-10px;
	background:url('/themes/templates/actitem.png') center no-repeat;
	width:58px;
	height:50px;
}

div.product_main {
	transition: all 0.3s ease;        
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease; 
	display: inline-block;
	
	
width:24.7%;
	vertical-align: top;
	
}

div.centertextcats {
	padding:15px;
	margin-top: 11px;
	
}

@media all and (min-width: 1631px) and (max-width: 2000px) {

	

}


div.product_main:hover div.product_bottomname a {
	text-decoration:none;
	font-size:18px;
	color:#B1AA35;
}

div.product_img {
	vertical-align:middle;
	display:block;
	text-align:center;
	width: 100%;
	height:230px;
	overflow:hidden;
}

div.product_imgin {
	vertical-align: middle;
    line-height: 230px;
    width: 100%;
    text-align: center;
}

div.product_img img{
	max-width:90%;
	max-height:230px;
	vertical-align: middle;
	border:0;
}










@media all and (min-width: 1550px) and (max-width: 1630px) { 

	div.product_main {
		display: inline-block;
		
		width:24.7%;
		vertical-align: top;
	}
	
	div.product_main:nth-child(4n) {
		
		
	}

}

@media all and (min-width: 1471px) and (max-width: 1549px) { 

	div.product_main {
		display: inline-block;
		width:24.7%;
		vertical-align: top;
	}
	
	div.product_main:nth-child(4n) {
		
		
	}

}

@media all and (min-width: 1401px) and (max-width: 1470px) { 

	div.product_main {
		display: inline-block;
		width:24.6%;
		vertical-align: top;
	}
	
	div.product_main:nth-child(4n) {
		
		
	}
	
	

}

@media all and (min-width: 1311px) and (max-width: 1400px) { 

	div.product_main {
		display: inline-block;
		width:24.7%;
		vertical-align: top;
	}
	
	div.product_main:nth-child(4n) {
		
		
	}

}

@media all and (min-width: 1120px) and (max-width: 1310px) { 

	div.product_main {
		display: inline-block;
		width:33%;
		vertical-align: top;
	}
	
	div.product_main:nth-child(3n) {
		
	}
	
	div.product_img {
		height:170px;
	}

	div.product_imgin {
		line-height: 170px;
	}

	div.product_imgin img{
		max-height:170px;
	}
	

}

@media all and (min-width: 1050px) and (max-width: 1119px) { 

	div.product_main {
		display: inline-block;
		
		width: 49.6%;
		vertical-align: top;
	}
	
	div.product_main:nth-child(2n+2) {
		
	}
	
	div.product_main:nth-child(2n+1) {
		
	}
	
	div.product_img {
		height:185px;
	}

	div.product_imgin {
		line-height: 185px;
	}

	div.product_imgin img{
		max-height:185px;
	}
	
	
	

}

@media all and (min-width: 1000px) and (max-width: 1049px) { 

	div.product_main {
		display: inline-block;
		width: 49.6%;
		vertical-align: top;
	}
	
	div.product_main:nth-child(2n+2) {
		
	}
	
	div.product_main:nth-child(2n+1) {
		 
	}
	
	div.product_img {
		height:185px;
	}

	div.product_imgin {
		line-height: 185px;
	}

	div.product_imgin img{
		max-height:185px;
	}
	
	

}

@media all and (min-width: 925px) and (max-width: 999px) { 

	div.product_main {
		display: inline-block;
		width: 49.6%;
		vertical-align: top;
	}
	
	div.product_main:nth-child(2n+2) {
		 
	}
	
	div.product_main:nth-child(2n+1) {
		 
	}
	
	div.product_img {
		height:185px;
	}

	div.product_imgin {
		line-height: 185px;
	}

	div.product_imgin img{
		max-height:185px;
	}
	


}

@media all and (min-width: 830px) and (max-width: 924px) { 

	div.product_main {
		display: inline-block;
		width: 49.6%;
		vertical-align: top;
	}
	
	div.product_main:nth-child(2n+2) {
		 
	}
	
	div.product_main:nth-child(2n+1) {
		 
	}
	
	div.product_img {
		height:185px;
	}

	div.product_imgin {
		line-height: 185px;
	}

	div.product_imgin img{
		max-height:185px;
	}
	
	

}

@media all and (min-width: 670px) and (max-width: 829px) { 

	div.products {
		text-align:center;
	}

	div.product_main {
		display: inline-block;
		width: 49.6%;
		vertical-align: top;
	}
	
	div.product_main:nth-child(2n+2) {
		 
	}
	
	div.product_main:nth-child(2n+1) {
		 
	}
	
	div.product_img {
		height:192px;
	}

	div.product_imgin {
		line-height: 192px;
	}

	div.product_imgin img{
		max-height:192px;
	}
	
	

}


@media all and (min-width: 430px) and (max-width: 669px) { 

	div.products {
		text-align:center;
	}

	div.product_main {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
	
	div.product_main:nth-child(2n+2) {
		 
	}
	
	div.product_main:nth-child(2n+1) {
		 
	}
	
	div.product_img {
		height:220px;
	}

	div.product_imgin {
		line-height: 220px;
	}

	div.product_imgin img{
		max-height:220px;
	}
	
	

}

@media all and (max-width: 429px) { 

	div.products {
		text-align:center;
	}

	div.product_main {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
	
	div.product_main:nth-child(2n+2) {
		
	}
	
	div.product_main:nth-child(2n+1) {
		
	}
	
	div.product_img {
		height:220px;
	}

	div.product_imgin {
		line-height: 220px;
	}

	div.product_imgin img{
		max-height:220px;
	}
	
	
	
}

















div.product1_main {
	transition: all 0.3s ease;        
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease; 
	display: inline-block;
	margin:10px 20px;
	min-width: 368px;
	max-width:368px;
	vertical-align: top;
	
}





div.product1_main {
	display: inline-block;
   margin:10px 20px;
	min-width: 368px;
	max-width:368px;
    vertical-align: top;
	transition: all 0.3s ease;        
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease; 
	
}


div.product1_main:hover div.product_bottomname a {
	text-decoration:none;
	font-size:18px;
	color:#B1AA35;
}



@media all and (max-width: 1700px) { 

	div.product1_main {
		 margin:10px 18px;
	}

}

@media all and (max-width: 1630px) { 

	div.product1_main {
		 margin:10px 14px;
		 min-width: 365px;
		 max-width:365px;
	}

	div.product1_main {
		 margin:10px 13px;
	}

	div.product1_main:nth-child(1) {
		margin:10px 13px 10px 0;
	}
	
	div.product1_main:nth-child(4n) {
		margin:10px 0px 10px 13px;
	}

}

@media all and (max-width: 1550px) { 

	div.product1_main {
		 margin:10px 14px;
		min-width: 342px;
    max-width: 342px;
	}

	div.product1_main:nth-child(1) {
		margin:10px 14px 10px 0;
	}
	
	div.product1_main:nth-child(4n) {
		margin:10px 0px 10px 14px;
	}
	
	div.product1_main div.product_img {
		height:181px;
	}

	div.product1_main div.product_imgin {
		line-height: 181px;
	}

	div.product1_main div.product_imgin img{
		max-height:181px;
	}


}



@media all and (max-width: 1470px) { 

	div.product1_main {
		 margin:10px 14px;
		 min-width: 322px;
		 max-width:322px;
	}

	div.product1_main:nth-child(1) {
		margin:10px 14px 10px 0;
	}
	
	div.product1_main:nth-child(4n) {
		margin:10px 0px 10px 14px;
	}
	
	div.product1_main div.product_img {
		height:181px;
	}

	div.product1_main div.product_imgin {
		line-height: 181px;
	}

	div.product1_main div.product_imgin img{
		max-height:181px;
	}

}

@media all and (max-width: 1400px) { 

	div.product1_main {
		 min-width: 304px;
		 max-width:304px;
	}

}


@media all and (max-width: 1310px) { 

	div.product1_main {
		 min-width: 283px;
		 max-width:283px;
	}
	
	div.product1_main div.product_img {
		height:160px;
	}

	div.product1_main div.product_imgin {
		line-height: 160px;
	}

	div.product1_main div.product_imgin img{
		max-height:160px;
	}

}

@media all and (max-width: 1120px) { 

	div.product1_main {
		    min-width: 236px;
    max-width: 236px;
	}
	
	
}

@media all and (max-width: 1050px) { 

	div.product1_main {
		 min-width: 219px;
		 max-width:219px;
	}
	
	div.product1_main div.product_img {
		height:123px;
	}

	div.product1_main div.product_imgin {
		line-height: 123px;
	}

	div.product1_main div.product_imgin img{
		max-height:123px;
	}

}


@media all and (max-width: 1000px) { 

	div.product1_main {
		 min-width: 47%;
		 max-width:47%;
		 margin:10px 0px 10px 0px;
	}
	
	div.product1_main div.product_img {
		height:206px;
	}

	div.product1_main div.product_imgin {
		line-height:206px;
	}

	div.product1_main div.product_imgin img{
		max-height:206px;
	}

}

@media all and (max-width: 700px) { 

	div.product1_main {
		 min-width: 47%;
		 max-width:47%;
		 margin:10px 0px 10px 0px;
	}
	
	div.product1_main div.product_img {
		height:160px;
	}

	div.product1_main div.product_imgin {
		line-height:160px;
	}

	div.product1_main div.product_imgin img{
		max-height:160px;
	}

	div.product1_main:nth-child(1) {
		 margin:10px 10px 10px 10px;
	}
	div.product1_main:nth-child(2) {
		margin:10px 10px 10px 10px;
	}
	div.product1_main:nth-child(3) {
		 margin:10px 10px 10px 10px;
	}
	div.product1_main:nth-child(4) {
		margin:10px 10px 10px 10px;
	}

}


@media all and (max-width: 700px) { 

	div.product1_main:nth-child(1) {
		 margin:10px 6px 10px 6px;
	}
	div.product1_main:nth-child(2) {
		 margin:10px 6px 10px 6px;
	}
	div.product1_main:nth-child(3) {
		  margin:10px 6px 10px 6px;
	}
	div.product1_main:nth-child(4) {
		 margin:10px 6px 10px 6px;
	}

}

@media all and (max-width: 500px) { 

	div.product1_main {
		 min-width: 45%;
		 max-width:45%;
		 
	}
	
	div.product1_main:nth-child(1) {
		 margin:10px 5px 10px 5px;
	}
	div.product1_main:nth-child(2) {
		 margin:10px 5px 10px 5px;
	}
	div.product1_main:nth-child(3) {
		  margin:10px 5px 10px 5px;
	}
	div.product1_main:nth-child(4) {
		 margin:10px 5px 10px 5px;
	}

}










































div.product_one {
	padding:3px;
	border:1px solid #dedede;
	background:#fff;
}

div.product_one:hover {
		transition: all 0.3s ease;        
		-webkit-transition: all 0.3s ease;                  
		-moz-transition: all 0.3s ease;                 
		-o-transition: all 0.3s ease;   
		-ms-transition: all 0.3s ease; 
		box-shadow:0 0 3px #B1AA35;
		
}


div.product_topname {
	display:none;
}

div.product_info {
	
}

div.product_rate {
	margin:4px 0;
}

div.item_actrate {
	background:url('/themes/templates/starsm1.png');
	width:18px;
	height:18px;
	
}

div.item_rate {
	background:url('/themes/templates/starsm.png');
	width:18px;
	height:18px;
	
}

div.product_bottomname {
	text-align:center;
	margin:8px 0;
}

div.product_bottomname a {
	font-size:18px;
	text-decoration:none;
	transition: all 0.3s ease;        
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease; 
}

div.product_bottomname a:hover {
	text-decoration:none;
	font-size:18px;
}

div.product_short {
	display:none;
}

div.product_buyinfo {
	text-align:center;
	display:none;
}

div.product_buyinfo input {
	background: #c52726;
	color:#fff;
	padding:6px 15px;
	border:1px solid #c52726;
}

div.product_buyinfo input:hover {
	background:#fff;
	color:#c52726;
	padding:6px 15px;
	border:1px solid #c52726;
}

div.product_price {
	text-align: left;
	color: #000;
	font-size: 120%;
	font-weight:bolder;
	display:inline-block;
	margin:8px 0;
}

div.product_price span {
	
}

div.product_oldprice {
	display:inline-block;
	color: #888;
	font-size: 80%;
	font-weight:normal;
	text-decoration: line-through;
	padding-right: 15px;
}

div.product_oldprice span {
	
}

div.product_actprice {
	display:inline-block;
	text-align: left;
	color: #c52726;
	font-size: 100%;
	font-weight:bolder;
}

div.product_actprice span{
	
}

div.product_buy {

}

div.product_buy input {
	background: #c52726;
	color:#fff;
	padding:6px 15px;
	border:1px solid #c52726;
}

div.product_buy input:hover {
	background:#fff;
	color:#c52726;
	padding:6px 15px;
	border:1px solid #c52726;
}


/* Вывод в списке */

div.products_hor {

}

div.product_topicon_hor {
	position:relative;
}

div.product_topitem_hor {
	position:absolute;
	left:-5px;
	top:-11px;
	background:url('/themes/templates/topitem.png') center no-repeat;
	width:58px;
	height:50px;
}
div.product_newitem_hor {
	position:absolute;
	left:-5px;
	top:-11px;
	background:url('/themes/templates/newitem.png') center no-repeat;
	width:58px;
	height:50px;
}
div.product_actitem_hor {
	position:absolute;
	left:-5px;
	top:-11px;
	background:url('/themes/templates/actitem.png') center no-repeat;
	width:58px;
	height:50px;
}

div.product_main_hor {
	transition: all 0.3s ease;        
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease; 
	margin:10px 0px;
	vertical-align: top;
	border:1px solid #eee;
	background:#fff;
}

@media all and (min-width: 600px) { 

	div.product_main_hor:hover {
		transition: all 0.3s ease;        
		-webkit-transition: all 0.3s ease;                  
		-moz-transition: all 0.3s ease;                 
		-o-transition: all 0.3s ease;   
		-ms-transition: all 0.3s ease; 
		box-shadow:0 0 5px #eee;
		transform:scale(1.01);
	}

}



div.product_one_hor {
	padding: 5px;	
}

div.product_topname_hor {
	display:none;
}

div.product_maininfo_hor {
	display:table;
	width:100%;
}

div.product_img_hor {
	display:table-cell;
	width:200px;
	vertical-align:middle;
}

div.product_imgin_hor {
	
}

div.product_imgin_hor img{
	max-width:200px;
}

div.product_info_hor {
	display:table-cell;
	vertical-align:top;
}

div.product_bottomname_hor {
	text-align:left;
	margin:8px 0;
}

div.product_bottomname_hor a {
	text-decoration:none;
	color:#000;
	
}

div.product_bottomname_hor a:hover {
	text-decoration:none;
	color:#000;
}

div.product_rate_hor {
	margin:4px 0;
}


div.product_short_hor {
	font-size:90%;
	color:#888;
}

div.product_price_hor {
	display:none;
}

div.product_oldprice_hor {
	
}

div.product_actprice_hor {
	
}

div.product_buy_hor {
	display:none;
}

div.product_rightinfo_hor {
	display:table-cell;
	vertical-align:top;
	text-align:right;
	padding-left:15px;
	width:140px;
}

div.product_priceright_hor {
	text-align: left;
	color: #000;
	font-size: 120%;
	font-weight:bolder;
	display:inline-block;
	margin:8px 0;
}

div.product_oldpriceright_hor {
	display:inline-block;
	color: #888;
	font-size: 80%;
	font-weight:normal;
	text-decoration: line-through;
	padding-right: 15px;
}


div.product_actpriceright_hor {
	display:inline-block;
	text-align: left;
	color: #c52726;
	font-size: 100%;
	font-weight:bolder;
}

div.product_buyright_hor {

}

div.product_buyright_hor input {
	background: #c52726;
	color:#fff;
	padding:6px 15px;
	border:1px solid #c52726;
}

div.product_buyright_hor input:hover {
	background:#fff;
	color:#c52726;
	padding:6px 15px;
	border:1px solid #c52726;
}


/* Товары в слайдере */

div.slidertopitems {
	position: relative;
}

div.slidertopitem_title {
	font-size: 130%;
    color: #000;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e5e5e5;
}

div.slidertopitem_info {

}

div.slidertopitem_center {
	vertical-align: middle;
	display:table-cell;
	margin:0 auto; 
	width:100%;
}

div.slidertopitems_cont {
	
}

div.slidertopitem_contin {
	
}

div.slidertopitem_main {
	display:table-cell; 
	vertical-align: top;
}

div.slideractitems {
	position: relative;
}

div.slideractitem_title {
	font-size: 110%;
    color: #000;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e5e5e5;
}

div.slideractitem_info {

}

div.slideractitem_center {
	vertical-align: middle;
	display:table-cell;
	margin:0 auto; 
	width:100%;
}

div.slideractitems_cont {
	
}

div.slideractitem_contin {
	
}

div.slideractitem_main {
	display:table-cell; 
	vertical-align: top;
}

div.slidernewitems {
	position: relative;
}

div.slidernewitem_title {
	font-size: 110%;
    color: #000;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e5e5e5;
}

div.slidernewitem_info {

}

div.slidernewitem_center {
	vertical-align: middle;
	display:table-cell;
	margin:0 auto; 
	width:100%;
}

div.slidernewitems_cont {
	
}

div.slidernewitem_contin {
	
}

div.slidernewitem_main {
	display:table-cell; 
	vertical-align: top;
}

div.slideritem {
	margin:5px 15px;
	width: 216px;
}

@media all and (min-width: 1300px) and (max-width: 1399px) { 

	div.slideritem {
		width: 206px;
	}

}

@media all and (min-width: 1200px) and (max-width: 1299px) { 

	div.slideritem {
		width: 190px;
	}

}

@media all and (min-width: 1000px) and (max-width: 1199px) { 

	div.slideritem {
		width: 180px;
	}

}

@media all and (min-width: 900px) and (max-width: 999px) { 

	div.slideritem {
		width: 230px;
	}

}

@media all and (min-width: 799px) and (max-width: 899px) { 

	div.slideritem {
		width: 176px;
	}

}

@media all and (min-width: 600px) and (max-width: 798px) { 

	div.slideritem {
		width: 200px;
	}

}

@media all and (min-width: 400px) and (max-width: 599px) { 

	div.slideritem {
		width: 206px;
	}

}

@media all and (min-width: 365px) and (max-width: 399px) { 

	div.slideritem {
		width: 166px;
	}

}

@media all and (min-width: 330px) and (max-width: 364px) { 

	div.slideritem {
		width: 148px;
	}

}

@media all and (max-width: 329px) { 

	div.slideritem {
		width: 108px;
	}

}

div.slideritem_left {
	display:table-cell;
	vertical-align: middle;
	padding-right:15px;
}

div.slideritem_right {
	display:table-cell;
	vertical-align: middle;
	padding-left:15px;
}

div.slideritem_topname {
	display:none;
}


div.slideritem_bottomname {
	text-align:center;
}

div.slideritem_bottomname a {
	text-decoration:none;
}

div.slideritem_bottomname a:hover {
	text-decoration:none;
	color:#000;
}

div.slideritem_buyinfo {
	text-align: center;
}

div.slideritem_price {
	text-align: left;
	color: #000;
	font-size: 120%;
	font-weight:bolder;
	display:inline-block;
	margin:8px 0;
}

div.slideritem_price span {
	
}

div.slideritem_oldprice {
	display:inline-block;
	color: #888;
	font-size: 80%;
	font-weight:normal;
	text-decoration: line-through;
	padding-right: 15px;
}

div.slideritem_oldprice span {
	
}

div.slideritem_actprice {
	display:inline-block;
	text-align: left;
	color: #c52726;
	font-size: 100%;
	font-weight:bolder;
}

div.slideritem_actprice span{
	
}

div.slideritem_buy {
	text-align: center;
}

div.slideritem_buy input {
	background: #c52726;
	color:#fff;
	padding:6px 15px;
	border:1px solid #c52726;
}

div.slideritem_buy input:hover {
	background:#fff;
	color:#c52726;
	padding:6px 15px;
	border:1px solid #c52726;
}

div.slideritem_img {
	  vertical-align: middle;
    display: block;
    text-align: center;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

div.slideritem_imgin {
	vertical-align: middle;
    line-height: 200px;
    width: 100%;
    text-align: center;
}

div.slideritem_imgin img{
	max-width: 100%;
    max-height: 200px;
    vertical-align: middle;
    border: 0;
}


div.slideritem_seeall {
	text-align:center;
	margin:15px 0;
}

/* Товары в колонке */

div.columnitems_main {
	margin-bottom:20px;
}

div.columnitems_title {
	font-size:110%;
	color: #000;
    padding: 10px;
    margin-bottom: 10px;
	border-bottom: solid 1px #e5e5e5;
}

div.columnitems {
	
}

div.columnitem_separator {
	height:1px;
	background:white;
	width:100%;
}

div.columnitem {
	text-align: center;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	padding:10px 0;
}

div.columnitem_imgleft {
	display:inline-block;
	vertical-align:top;
	width:42%;
}

div.columnitem_imgleft img {
	max-width:100%;
	max-height:140px;
}

div.columnitem_imgright {
	display:inline-block;
	vertical-align:top;
	max-width:150px;
}

div.columnitem_imgright img {
	max-width:100%;
	max-height:140px;
}

div.columnitem_info {
	padding-left:6px;
	display:inline-block;
	vertical-align:top;
	width:50%;
}

div.columnitem_topname {
	display:none;
}

div.columnitem_bottomname {
	
}

div.columnitem_bottomname a {
	text-decoration:none;
}

div.columnitem_bottomname a:hover {
	text-decoration:none;
	color:#000;
}

div.columnitem_price {
	text-align: center;
	color: #4a4a4a;
	font-weight:bolder;
	display:inline-block;
	margin:8px 0;
}

div.columnitem_oldprice {
	display:inline-block;
	color: #888;
	font-size: 80%;
	font-weight:normal;
	text-decoration: line-through;
	
}

div.columnitem_actprice {
	display:inline-block;
	text-align: left;
	color: #c52726;
	font-weight:bolder;
}

div.columnitem_buy {

}


div.columnitem_buy input {
	background: #c52726;
	color:#fff;
	padding:6px 15px;
	border:1px solid #c52726;
}

div.columnitem_buy input:hover {
	background:#fff;
	color:#c52726;
	padding:6px 15px;
	border:1px solid #c52726;
}

div.columnitemsall {
	margin-top:10px;
	text-align:center;
}

/* Товары в списке */

div.maintopproducts {
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	text-align:center;
	padding:10px;
	margin:0 auto;
	margin-top: 50px;
margin-bottom: 50px;
}

@media all and (max-width: 500px) { 

	div.maintopproducts {
		margin-top: 20px;
	margin-bottom: 20px;
	}

}

div.maintopitems_title {
	color: #0098CF;
font-size: 30px;
text-transform: uppercase;
padding: 0 0 20px 0;
}

div.maintopitemsitem_seeall {
	display:none;
}

/* СТРАНИЦА ТОВАРА */

div.allproductblock {
	padding-top:10px;
}

div.nextproduct_block {
	display:table;
	padding: 5px;
	margin-bottom:10px;
}

div.lastproduct {
	display:table-cell;
	white-space:nowrap;

}

div.lastproduct a {

}

div.nextproduct {
	display:table-cell;
	text-align:right;
	width:100%;

}

div.nextproduct a{

}


div.productblock_over {

	padding:10px 30px 50px 30px;
}



div.productblock_over h1{
	margin:20px 0;
	font-size:150%;
}

div.productname_over {
	color:#000;
	text-align:center;
	font-weight:bolder;
	font-size:200%;
	margin:0px 0;
}


div.productcode_new1 {
	text-align:center;
	max-width: 1600px;
    margin: 0 auto;
}

div.productbigimg {
	display:inline-block;
	width:47%;
	vertical-align:top;
	padding:0 15px 0 0;
	text-align:center;
}
div.productbigimg1 {
	    display: inline-block;
    width: 47%;
    vertical-align: top;
    padding: 0 0 0 15px;
    text-align: left;
/*   background: white;
   box-shadow: 10px 10px 10px #eee;
    border: 1px solid #eee; */
	
}

@media all and (max-width: 700px) { 

	div.productbigimg {
		display:block;
		width:100%;
		 padding: 15px 0 15px 0;
		
	}
	div.productbigimg1 {
			display:block;
		width: 100%;
		 padding: 15px 0 15px 0;
	}

}

div.prodintextmain {
	padding:10px;
	margin:10px 0;
}

div.prodintextmain1 {
	display:inline-block;
	padding:5px;
	
}
div.prodintextmain2 {
	display:inline-block;
	padding:5px;
	
}

div.lozung1 {
	text-align:center;
	font-size:24px;
	font-weight:bolder;
	padding:15px;
	margin-top:60px;
}

div.lozung2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0098cf+0,ffffff+100 */
background: #0098cf; /* Old browsers */
background: -moz-linear-gradient(left,  #0098cf 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0098cf 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0098cf 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098cf', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
height:15px;
width:100%;
margin-bottom:30px;
}
div.categorylozung {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0098cf+0,ffffff+100 */
background: #0098cf; /* Old browsers */
background: -moz-linear-gradient(left,  #0098cf 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0098cf 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0098cf 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098cf', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
height:10px;
width:100%;
margin:10px 0;
}

div.productcode_over {

}

div.productcolumns {
	display:table;
	width:100%;
}

div.productleftcolumn {
	display:table-cell;
	width:500px;
	vertical-align:top;
}

div.productcentercolumn {
		display:table-cell;
	vertical-align:top;
	padding-left:15px;
	padding-right:15px;
}

div.productrightcolumn {
	display:none;
	vertical-align:top;
	border: 1px solid #e5e5e5;
	padding: 10px;
	width:250px;
}

@media all and (max-width: 1100px) { 

	div.productrightcolumn {
		display:none;
	}

}

@media all and (max-width: 899px) { 

	div.productleftcolumn {
		display:block;
		width:auto;
	}

	div.productcentercolumn {
		display:block;
		padding-left:0px;
		padding-right:0px;
		text-align: center;
	}

}

div.productname {
	color:#000;
}

div.productname h1 {
	margin:0 0 10px 0;
	padding: 0;
}

div.productcode {
	padding:2px 0 10px 0;
}

div.pricefor {
	padding: 8px 0;
}

div.productstatus {

}

div.productrate {
	margin:8px 0;
}



div.product_voterate {
	display:inline-block;
}


div.productprice {
	text-align: left;
	color: #000;
	font-size: 150%;
	font-weight:bolder;
	display:inline-block;
	margin:8px 0;
}

div.productprice span {
	
}

div.productoldprice {
	display:inline-block;
	color: #888;
	font-size: 80%;
	font-weight:normal;
	text-decoration: line-through;
	padding-right: 15px;
}

div.productoldprice span {
	
}

div.productactprice {
	display:inline-block;
	text-align: left;
	color: #c52726;
	font-size: 120%;
	font-weight:bolder;
}

div.productactprice span{
	
}

div.productvalutes {
color: #000;

}

div.productvalutes span {

}

div.valuteseparator {
	display:inline-block;
	
	padding: 0px 5px;
}

div.valuteinprice {
	display:inline-block;
	color: #000;


}

div.valuteoldprice {
	display:inline-block;
	color:#888;
	text-decoration: line-through;
}

div.valuteactprice {
	display:inline-block;
	margin-left:15px;
	color: #c52726;
}

div.productbuy {

}

div.productbuyamount {
	display:inline-block;
}


div.productbuyamount input {
	width:60px;
}

div.productbuybutton {
	margin:10px 0px;
	display:inline-block;	
}


div.productbuybutton input {
	background: #c52726;
	color:#fff;
	padding:10px 20px;
	border:1px solid #c52726;
}

div.productbuybutton input:hover {
	background:#fff;
	color:#c52726;
	padding:10px 20px;
	border:1px solid #c52726;
}


div.productbuttons {
	margin:10px 0;
}


div.productbrand {
	
}

div.productbrand a {
	
}

div.productbrand a:hover {
	
}

div.productquest {
	display:inline-block;
}

div.productdescription {

}

/*-- Блок для дополнительных параметров товара--*/

div.productoptions {
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;
	
}

div.productoptioninfo {
	margin:6px 0;
}

div.productoptionname {
   display:inline-block;
   width:130px;
   
}

div.productoptionselect {
	display:inline-block;
	width:180px;
	text-align:left;
}

div.productoptionselectin {
	border:1px solid #e5e5e5;
	background:url("/themes/templates/arrowdown.png") no-repeat #ffffff;
	background-position:99% 50% ;
	cursor:pointer;
	cursor:hand;
	padding:3px;
	text-align:left;
}


div.inproductoptiondropdown {
	cursor:pointer;
	cursor:hand;
	border:1px solid #e5e5e5;
	width:200px;
}

div.inproductoptionrow {
    background:#fff;
	cursor:pointer;
	cursor:hand;
	padding:3px;
}

div.inproductoptionrow:hover{
    background:#e5e5e5;
}

div.attrseparator {
	background:#e5e5e5;
	height:1px;
}

/* Вкладки товара */

div.producttabs {
	margin-top:5px; 
   margin-bottom:5px;
   border-bottom: 1px solid #292929;
   position:relative;
   top:0px;

}

div.producttabposition {
	display:inline-block;
	vertical-align:bottom;
	 position:relative;
   top:1px;
   line-height: 56px;
}


div.producttab {
	padding: 10px 20px;
	border: 1px solid  #292929;
	height:20px;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	cursor:pointer;
	cursor:hand;
	background:#fff;
	color: #888;
	display: inline-block;
    vertical-align: bottom;
	line-height: initial;
}

div.producttab:hover {
	padding: 10px 20px;
	border: 1px solid #292929;
	height: 30px;
	color: #fff;
	background: #292929;
	cursor: pointer;
	display: inline-block;
    vertical-align: bottom;
	line-height: initial;
}

div.productactivetab {
	padding: 10px 20px;
	border: 1px solid #292929;
	height: 30px;
	color: #fff;
	background: #292929;
	cursor: pointer;
	display: inline-block;
    vertical-align: bottom;
	line-height: initial;
}

@media all and (max-width: 899px) { 

	div.producttabposition {
		display:block;
		top:0px;
		line-height: initial;
	}
	
	div.producttab {
		text-align:center;
		height:auto;
		padding:10px;
		display: block;
		vertical-align: middle;
	}
	
	div.producttab:hover {
		text-align:center;
		height:auto;
		padding:10px;
		display: block;
		vertical-align: middle;
	}
	
	div.productactivetab {
		text-align:center;
		height:auto;
		padding:10px;
		display: block;
		vertical-align: middle;
	}

}

div.inproducttext {

}

div.producttabinfo {
	padding: 5px;
}

table.inproductchars {
border-collapse:collapse;
}

tr.inproductcharrow0 {
background:#e5e5e5;
}

tr.inproductcharrow1 {

}

td.inproductcharname {

border-bottom: 1px solid #e5e5e5;
padding: 5px;
width:200px;
font-size: 100%;
}

td.inproductchartext {

border-bottom: 1px solid #e5e5e5;
padding: 5px;

font-size: 100%;
}

/* Похожие товары в слайдере */

div.slidersameitems {
	position: relative;
}

div.slidersameitem_title {
	font-size:110%;
	color: #000;
    padding: 10px;
    margin-bottom: 10px;
	border-bottom: solid 1px #e5e5e5;
}

div.slidersameitem_info {

}

div.slidersameitem_center {
	vertical-align: middle;
	display:table-cell;
	margin:0 auto; 
	width:100%;
}

div.slidersameitems_cont {
	
}

div.slidersameitem_contin {
	
}

div.slidersameitem_main {
	display:table-cell; 
	vertical-align: top;
}

/* Большое изображение */

div.productin_topicon {
	position:relative;
}

div.productin_topitem {
	position:absolute;
	left:-5px;
	top:-11px;
	background:url('/themes/templates/topitem.png') center no-repeat;
	width:58px;
	height:50px;
}
div.productin_newitem {
	position:absolute;
	left:-5px;
	top:-11px;
	background:url('/themes/templates/newitem.png') center no-repeat;
	width:58px;
	height:50px;
}
div.productin_actitem {
	position:absolute;
	left:-5px;
	top:-11px;
	background:url('/themes/templates/actitem.png') center no-repeat;
	width:58px;
	height:50px;
}


div.productbigimg {
	
}

div.productbigimg_in {
	width:500px;
	height:500px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

div.productbigimg_in img {
	max-width:500px;
	cursor:pointer;
	cursor:hand;
}

@media all and (max-width: 899px) { 

	div.productbigimg_in {
		width:98%;
		height:auto;
		display:block;
		vertical-align:middle;
		text-align:center;
	}

	div.productbigimg_in img {
		max-width:100%;
		cursor:pointer;
		cursor:hand;
	}

}


div.bigproductform {
	position:fixed;
	background: #fff none repeat scroll 0% 0%;
	box-shadow: 0px 0px 0px 20px rgba(200, 200, 200, 0.5);
	padding:20px;
	display:none;
	z-index:500;
}

div.bigproductinfo {
	position:relative;
	max-width: 1600px;
    margin: 0 auto;
	margin-top:70px;
	margin-bottom:100px;
}
div.bigproductinfovideo {
	position:relative;
	max-width: 1600px;
    margin: 0 auto;
	margin-top:30px;
	margin-bottom:30px;
}

div.bigproductleft {

}

div.bigovername {

}

div.bigimgtd {
	line-height:600px;
}

#sliderimagesbg {
	padding-top:30px;
	padding-bottom:10px;
	max-width:0px;margin: 0 auto;
}

div.bigovercode {
display:none;
}

#smbgimage {
cursor:pointer;
cursor:hand;
}

div.bigoverclose {
	   position: absolute;
	left: 99%; 
	margin-top:-20px; 
	margin-left: -14px;
}
div.bigoverclose input{
	padding:2px 7px;
	border-radius:20px;
	background:#0098cf;
	border:1px solid #0098cf;
}
div.bigoverclose input:hover{
	padding:2px 7px;
	border-radius:20px;
	color:#0098cf;
	border:1px solid #0098cf;
}
div.leftbgarrow {

}


div.leftbgarrow input {
	background:url("/themes/templates/arrow_left.png") no-repeat center;
	width:36px;
	height:36px;
	font-size:0;
	padding:0;
	border:0;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

div.leftbgarrow input:hover {
	background:url("/themes/templates/arrow_left_hover.png") no-repeat center;
	width:36px;
	height:36px;
	font-size:0;
	padding:0;
	border:0;
}


div.rightbgarrow input {
	background:url("/themes/templates/arrow_right.png") no-repeat center;
	width:36px;
	height:36px;
	font-size:0;
	padding:0;
	border:0;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

div.rightbgarrow input:hover {
	background:url("/themes/templates/arrow_right_hover.png") no-repeat center;
	width:36px;
	height:36px;
	font-size:0;
	padding:0;
	border:0;
}

img.itembgimg {
	max-height:500px;
}

div.bigimgcenter {
	cursor:pointer; 
	cursor:hand; 
	text-align:center;
	        text-align: center;
    margin: 0 auto;

    vertical-align: middle;
	
}
div.bigimgcenter img{
max-width:96%;
display: inline-block;
    vertical-align: middle;
}

div.rightbgarrow {
	margin-left: -36px;

}


/* Изобраения в слайдере */

div.smallitem_info {

}

div.smallitem_left {
	display:table-cell;
	vertical-align: middle;
	padding-right:15px;
}

div.smallitem_right {
	display:table-cell;
	vertical-align: middle;
	padding-left:15px;
}

div.smallitem_center {
	vertical-align: middle;
	display:table-cell;
	margin:0 auto; 
	width:100%;
}

div.smallitems_cont {
	
}

div.smallitem_contin {
	
}

div.smallitem_main {
	display:table-cell; 
	vertical-align: top;
}

div.smallitem {
	margin:5px;
	width: 80px;
}

div.smallitem_img {
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	width: 80px;
	height:80px;
}

div.smallitem_imgin {
	
}

div.smallitem_imgin img{
	max-width:80px;
	max-height:80px;
}

@media all and (min-width: 600px) and (max-width: 700px) { 

	div.smallitem {
		margin:5px;
		width: 70px;
	}

	div.smallitem_img {
		vertical-align:middle;
		display:table-cell;
		text-align:center;
		width: 70px;
		height:70px;
	}

	div.smallitem_imgin img{
		max-width:70px;
		max-height:70px;
	}

}

@media all and (min-width: 400px) and (max-width: 599px) { 

	div.smallitem {
		margin:5px;
		width: 68px;
	}

	div.smallitem_img {
		vertical-align:middle;
		display:table-cell;
		text-align:center;
		width: 68px;
		height:68px;
	}

	div.smallitem_imgin img{
		max-width:68px;
		max-height:68px;
	}

}

@media all and (min-width: 365px) and (max-width: 399px) { 

	div.smallitem {
		margin:5px;
		width: 82px;
	}

	div.smallitem_img {
		vertical-align:middle;
		display:table-cell;
		text-align:center;
		width: 82px;
		height:82px;
	}

	div.smallitem_imgin img{
		max-width:82px;
		max-height:82px;
	}

}

@media all and (min-width: 330px) and (max-width: 364px) { 

	div.smallitem {
		margin:5px;
		width: 80px;
	}

	div.smallitem_img {
		vertical-align:middle;
		display:table-cell;
		text-align:center;
		width: 80px;
		height:80px;
	}

	div.smallitem_imgin img{
		max-width:80px;
		max-height:80px;
	}

}

@media all and (max-width: 329px) { 
	
	div.smallitem_info {
		display:none;
	}

}


/* Задать вопрос */

div.questform {
	position: fixed;
	background: #fff;
	box-shadow: 0px 0px 0px 20px #000;
	padding: 30px;
	display: none;
	z-index: 500;
	width: 500px;
	max-width:90%;
}

div.quest_main {
	width:100%;
}

div.quest_mainin {

}

div.quest_closeline {
	height:40px;
}

div.quest_close {
	float:right;
}

div.quest_title {
	text-align: center;
	font-size: 120%;
	text-transform: uppercase;
	padding: 10px;
	color:#000;
	border-bottom: 2px solid #000;
}

div.quest_itemline {
	margin:10px 0;
}

div.quest_itemblockimg {
	display:inline-block;
}
div.quest_itemblockimg img{
	max-width:150px;
	max-height:100px;
	border:1px solid #e5e5e5;
	background:#fff;
	padding:8px;
}


div.quest_itemblockname {
	display:inline-block;
	vertical-align:top;
	padding-left:20px;
}

div.quest_itemname {
	font-size: 110%;
color: #000;
}

div.quest_itemcode {
	
}

div.quest_line {
	margin-bottom: 5px;
}

div.quest_block {
	
}

div.quest_button{
	text-align:center;

}



/* КОРЗИНА */

/* Блок */

div.cart_block {
	background:url('/themes/templates/icon_cartmob.png') no-repeat right center;
	padding-right:45px;
	text-align:right;
	min-height:32px;
}

@media all and (max-width: 799px) { 

	div.cart_block {
		text-align:center;
		width:180px;
		margin:0 auto;
	}
	
}

div.cart_title {
	display:none;
}

div.cart_modul {
	color:#000;
	margin:5px 0;
}

div.cart_modulinfo {
	
}

div.cartmodul_amount {
	text-align:right;
}

div.cartmodul_price {
	text-align:right;
}

div.cartmodul_empty {
	text-align:right;
	padding-top:7px;
}

/* Всплывающее окно */

div.cartform {
position: fixed;
background: #fff none repeat scroll 0% 0%;
box-shadow: 0px 0px 0px 20px #000;
padding: 10px;
display: none;
z-index: 500;
width: 800px;
max-width:90%;
}

div.cartinfo {
	
}

div.cartinfo_table {
	
}

div.cartinfo_table table{
	width:100%;
}

div.cartinfo_table table td{
	padding:6px;
	text-align:center;
}

tr.carttitlerow {
	background:#292929;	
	color:#fff;
}

tr.cartrow0 {
	background:#fff;
}

tr.cartrow1 {
	background:#f5f5f5;	
}

td.carttitlecode {
	font-size:0;
	width:1px;
}

td.carttitleimg  {
	
}

td.carttitlename {
	
}

td.carttitleamount {
	
}

td.carttitleprice {
	width:100px;
}

td.carttitlesumm {
	width:100px;
}

td.carttitledelete {
	
}

td.cartcode {
	width:1px;
}

td.cartimg {
	width:50px;
}

td.cartimg  img{
	max-height:50px;
	max-width:50px;
}

td.cartname {
	text-align:left !important;
}

table.cartparams {
	text-align:left !important;
}

table.cartparams td{
	padding:2px !important;
}

td.cartparams_name{
	text-align:left !important;
	color:#888;
	width:1px;
	font-size:90%;
}

td.cartparams_param{
	text-align:left !important;
	color:#888;
	font-size:90%;
}

td.cartamount {
	text-align:center;
	width:50px;
}

td.cartamount input {
	width:50px;
	text-align:center;
}

td.cartprice {
	color: #fc121d;
	width:100px;
}

td.cartsumm {
	color: #fc121d;
	width:100px;
}

td.cartdelete {
	width:1px;
}

td.cartall {
	text-align:right !important;
	font-size:110%;
}

td.cartallsumm {
	color: #fff;
	font-size:110%;
	background: #ff8888;
	font-weight: bold;
	width:100px;
}

td.cartalldelete {
	
}

table.pockettable {
	width:101%; 
	position:relative; 
	
	border:1px solid orange; 
	background:#FDEDCE;
}

div.cartinfo_buttons {
	margin:5px 0;
	text-align:center;
		display:table;
		width:100%;
}

div.cartinfo_button1 {
	display:table-cell;
	text-align:left;
	padding:3px;	
}

div.cartinfo_button2 {
		display:table-cell;
		text-align:right;
		padding:3px;	
}

@media all and (max-width: 799px) { 

	td.carttitleprice {
		display:none;
	}

	td.cartprice {
		display:none;
	}
	
	td.carttitlecode {
		display:none;
	}

	td.cartcode {
		display:none;
	}
	
	td.carttitleimg {
		display:none;
	}

	td.cartimg {
		display:none;
	}
	
	div.cartpage_title {
		display:none;
	}
	
}

/* Страница корзины */

div.cartpage_table {
	max-width:1000px;
	margin:0 auto;
	margin-top:20px;
}

div.cartpage_table table{
	width:100%;
}

div.cartpage_table table td{
	padding:6px;
	text-align:center;
}

div.cartpage_data {
	max-width:1000px;
	margin:0 auto;
	margin-top:20px;
}

div.cartpage_title {
	color: #ff8888;
	padding: 10px 0px;
	font-size: 120%;
	text-align: center;
	margin: 0px auto 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #ff8888;
}

div.cartpage_blockin1 {
	display:table;
	width:100%;
}

div.cartpage_blockin11 {
	display:table-cell;
	width:50%;
	padding:10px;
}

div.cartpage_blockin12 {
	display:table-cell;
	padding:10px;
}

@media all and (max-width: 899px) { 

	div.cartpage_blockin11 {
		display:block;
		width:95%;
		padding:10px 0;
	}

	div.cartpage_blockin12 {
		display:block;
		padding:10px 0;
		width:95%;
	}

}

div.cartpage_blockin2 {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

div.cartpage_blockin2 input {
	background: #000;
	color:#fff;
	padding:10px 20px;
}

div.cartpage_blockin2 input:hover {
	background:#fc121d;
	color:#fff;
	padding:10px 20px;
}

	
div.cartpage_line {
	
}

div.cartpage_blockname {
	padding: 10px 0px 0px;
}

div.cartpage_blockparam {
	
}

div.cartpage_paymentblock {
	margin:10px 0;
}

div.cartpage_paymentinblock1 {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}

div.cartpage_paymentinblock2 {
	display:inline-block;
	vertical-align:middle;
}


div.paymenttitle {
	color:#ff8888;
font-size: 110%;
font-weight: bold;

padding:10px;
text-align:center;
}

input.cash {
	width:72px;
	height:24px;
	background:url('/themes/templates/cash.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

input.cash:hover {
	width:72px;
	height:24px;
	background:url('/themes/templates/cash.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

input.privat24 {
	width:135px;
	height:24px;
	background:url('/themes/templates/privat24.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

input.privat24:hover {
	width:135px;
	height:24px;
	background:url('/themes/templates/privat24.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

input.liqpay {
	width:119px;
	height:24px;
	background:url('/themes/templates/liqpay.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

input.liqpay:hover {
	width:119px;
	height:24px;
	background:url('/themes/templates/liqpay.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

input.portmone {
	width:193px;
	height:24px;
	background:url('/themes/templates/portmone.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

input.portmone:hover {
	width:193px;
	height:24px;
	background:url('/themes/templates/portmone.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

input.webmoney {
	width:92px;
	height:24px;
	background:url('/themes/templates/webmoney.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

input.webmoney:hover {
	width:92px;
	height:24px;
	background:url('/themes/templates/webmoney.png') no-repeat;
	border:0;
	font-size:0;
	color:transparent;
	padding:0;
}

div.allcentermain_category {
	padding-top:20px;
}

/*-- МОДУЛЬ ФИЛЬТРЫ --*/

div.allfilterscolumn {
	
}


div.filterscolumn {

}


div.filtercolumn {
	border: 1px solid #e4e4e4;
	
	margin:0 0 10px 0;
}


div.filterscolumntitle {
   display:none;
}


div.filterscolumntitleicon {
    display:none;
}

div.filtercolumnname {
	text-align:left;
	
	padding:5px;
	background:#e4e4e4;
}



div.filterparamcheck {
    color: #000;
	display:inline-block;
	vertical-align:middle;
	padding:2px 4px;
}

div.filterparamsep {
   color: #000;
   display:inline-block;
   vertical-align:middle;
   
}

div.filterparamname {
   color: #000;
   display:inline-block;
   vertical-align:middle;
}


div.filtercolumnseparator {
    margin-bottom: 5px;
    margin-top:5px;
}


div.filtercolumnbutton {
	text-align:center;
	margin:6px;
}


input.filtercolumnbutton {

}

div.filterslider {
	margin:10px 6px 10px 6px;
	left:-2px;
}

div.filters_adapt {
	display:none;
}

div.filtersblock_adapt {
	display:none;	
}

@media all and (max-width: 800px) { 

	div.filters_adapt {
		display:block;
	}

	div.filtersbutton_adapt {
		text-align:center;
		margin:10px 0;
	}
	
	div.filtercolumn {
		padding:0 5px;
	}
	
}

/*-- МЕГАМЕНЮ--*/

div.megacatalog {
	width:100%;
	background: #404040;
}

div.megacatalogin {
	display:table;
	width:100%;
	max-width:1620px;
	position:relative;
	cursor:pointer;
	cursor:hand;
	margin:0 auto;
}

div.megacatalogseparator {
	background:#000;
	padding:0px;
	display:table-cell;
	padding:1px;
}

div.megacategory {
	display:table-cell;
    vertical-align: middle;
	cursor:pointer;
	cursor:hand;
	-webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
}

div.megacategory:hover {
	display:table-cell;
    vertical-align: middle;
	background:#000;
	cursor:pointer;
	cursor:hand;
}

div.megacategory a.megacategory{
	color:#fff;
	font-size:110%;
}

div.megacategory:hover a.megacategory{
	color: #fff;
	font-size:110%;
}

div.activemegacategory {
	display:table-cell;
    vertical-align: middle;
	cursor:pointer;
	cursor:hand;
	background:#000;
}

a.megacategory {
	display:table-cell;
    vertical-align: middle;
	color:#000;
	-webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
}

a.activemegacategory {
	color: #fff;
	font-size:110%;
}

div.megacatalogposition {
	padding:15px 15px 15px 15px;
	text-align:center;
	display: table-cell;
    vertical-align: middle;
}

div.activemegacategory:hover div.megacatalogsubmenu {
	display:block;
}

div.megacategory:hover div.megacatalogsubmenu {
	display:block;
}

div.megacatalogsubmenu {
	-webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
	position:relative; 
	left:0px;
	top:0px;
	z-index:200;
	display:none;
}

div.megacatalogsubmenu:hover {
	display:block;
}

div.megacatalogsubmenuinfo {
	position:absolute; 
}

div.megacatalogsubmenuinfo1 {
	position:relative; 
	width:100%;
	z-index:200;
	background:#000;
	cursor:pointer;
	cursor:hand;
}

div.megasubcategory {
	min-width:250px;
	text-align:left;
}

div.megasubcategoryblock {
	padding:5px 20px;
}

div.megacatalogtable {
	display:table;
}

div.megasubcategory {

}

div.megacatalogcell {
	display:table-cell;
}

div.megasubcategoryblock {

}

div.megasubcategoryinfo {
	margin-bottom:5px;
}

div.megasubcategorylink {

}

div.megasubcategorysublink {
	padding:3px 3px 3px 10px;
}

a.subcattwo {
	color: #fff;
}

a.subcattwo:hover {
	color: #fff;
	text-decoration:none;
}

a.subcatthree {
	color:#fff;
	font-size:90%;
}

a.subcatthree:hover {
	color:#fff;
	font-size:90%;
	text-decoration:none;
}

/* Адаптивное меню каталога */

div.megacatalogadapt {
	display:none;
}

@media all and (max-width: 699px) { 

	div.megacatalogin {
		display:none;
	}
	
	div.megacatalog {
		width:100%;
		background: #fff;
	}
	
	div.topcategorys {
		display:none;
	}

	div.megacatalogadapt {
		display:block;
	}

}

div.catalog_adapt {
	background:#292929;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	margin:3px 0;
	text-align:center;
	padding:10px;
}

div.catalog_adapt:hover {
	background:#fff;
}

div.catalog_adapt:hover a{
	color:#292929;
}

td.footernewtd {
	display:table-cell;padding-right:95px; vertical-align:top; 
}

div.textfoot {
	display:table-cell; vertical-align:top; width:80%;
	    position: relative;
    left: -7px;
}

div.iconsfoot {
	position:relative;
	top:-5px;
	display:table-cell; vertical-align:top; text-align:center;float:right;
}




div.footname {
	display:inline-block;
	font-size:15px;
	
	padding:5px;
	vertical-align:middle;
	color:#fff;
	padding-right:20px;
	/*background:url('/themes/globex/more1.png') no-repeat right center;*/
}
div.footname:hover {
	display:inline-block;
	font-size:15px;
	
	padding:5px;
	vertical-align:middle;
	color:#eee;
	padding-right:20px;
	/*background:url('/themes/globex/more2.png') no-repeat right center;*/
}

div.footname1 {
	display:inline-block;
	font-size:15px;
	
	padding:5px;
	vertical-align:middle;
	color:#fff;
	padding-right:20px;
	background:url('/themes/globex/globe.png') no-repeat right center;
}
div.footname1:hover {
	display:inline-block;
	font-size:15px;
	
	padding:5px;
	vertical-align:middle;
	color:#eee;
	padding-right:20px;
	background:url('/themes/globex/globe.png') no-repeat right center;
}

div.footlink {
	padding:5px;
	
}

div.footlink a {
	font-size:14px;
	color:#fff;
}

div.footlink a:hover {
	font-size:14px;
	color:#fff;
}



a.scr1 {
color:#fff;
font-size:12px;
}


a.scr1:hover {
color:#fff;font-size:12px;
}

div.footernewtd {
	position:absolute;
}

@media all and (max-width: 1100px) { 

td.footernewtd {
	display:table-cell;padding-right:63px; vertical-align:top; 
}
}

@media all and (max-width: 1000px) { 

td.footernewtd {
	display:table-cell;padding-right:40px; vertical-align:top; 
}
}

@media all and (max-width: 850px) { 

td.footernewtd {
	display:block;padding-right:40px; vertical-align:top; 
}
div.footernewtd {
	
	position:relative;
}
}




div.opisdivtext {
vertical-align:middle;     display: table-cell; width:50%;
margin: 0 auto;
}

div.opisdivimg {
vertical-align:middle;     display: table-cell; text-align:center; width:40%;
margin: 0 auto;
}

div.opisdivimg img{
max-width:70%;
max-height:200px;
}

div.newdivstyleitem1 {
	margin:20px 0;     padding: 0 25px; box-sizing:border-box;
}

div.newdivstyleitem2 {
	margin:20px 0;     padding: 0 25px; box-sizing:border-box;
}


@media all and (max-width: 799px) { 
div.opisdivtext {
vertical-align:top; display:block; width:96%;
margin: 0 auto;
}

div.opisdivimg {
vertical-align:top; display:block; text-align:center; width:96%;
margin: 0 auto;
}

div.opisdivimg img{
max-width:100%;
max-height:250px;

}

div.newdivstyleitem1 {
	margin:20px 0;     padding: 0 5px; box-sizing:border-box;
}

div.newdivstyleitem2 {
	margin:20px 0;     padding: 0 5px; box-sizing:border-box;
}



}



table.editortable {
	width:100%;
	background:#eee;
	
}

table.editortable td{
padding:4px;
}

tr.editortoprow {
background:#0098CF;
color:white;
}

tr.editorallrow {
background:white;
}






@media all and (min-width: 1300px) { 
div.newfooter { display:table;width:100%; }
div.footer1 {display:table-cell; vertical-align:top; width:20%;}
div.footer2 {display:table-cell; vertical-align:top; width:20%;}
div.footer3{display:table-cell; vertical-align:top; width:20%; } div.footer3 table { }
div.footer4{display:table-cell; vertical-align:top; width:20%;margin:0 auto;text-align:center;} div.footer4 table { margin:0 auto; text-align:center; }

div.registration_blockin {
	
}

div.registration_line {
	display:table;
	width:100%;
	margin:6px 0;
}

div.registration_blockname {
	
	padding: 4px;
	vertical-align:middle;
}

div.registration_blockparam {
	
	padding: 4px;
	vertical-align:middle;
}

div.registration_button {
	text-align: center;
	margin: 20px;
}
}


@media all and (min-width: 1000px) and (max-width: 1299px) { 


div.registration_blockin {
	
}

div.registration_line {
	display:table;
	width:100%;
}

div.registration_blockname {
	
	padding: 4px;
	vertical-align:middle;
}

div.registration_blockparam {
	
	padding: 4px;
	vertical-align:middle;
}

div.registration_button {
	text-align: center;
	margin: 20px;
}
}


@media all and (min-width: 750px) and (max-width: 999px) { 

div.registration_blockin {
	
}

div.registration_line {
	display:table;
	width:100%;
}

div.registration_blockname {
	
	padding: 4px;
	vertical-align:middle;
}

div.registration_blockparam {
	
	padding: 4px;
	vertical-align:middle;
}

div.registration_button {
	text-align: center;
	margin: 20px;
}
}


@media all and (min-width: 500px) and (max-width: 749px) { 


div.registration_blockin {
	
}

div.registration_line {
	display:table;
	width:100%;
}

div.registration_blockname {
	
	padding: 4px;
	vertical-align:middle;
	display:none;
}

div.registration_blockparam {
	
	padding: 4px;
	vertical-align:middle;
}

div.registration_button {
	text-align: center;
	margin: 20px;
}
}


@media all and (max-width: 499px) { 

div.registration_blockin {
	
}

div.registration_line {
	display:table;
	width:100%;
}

div.registration_blockname {
	
	padding: 4px;
	vertical-align:middle;
	display:none;
}

div.registration_blockparam {
	
	padding: 4px;
	vertical-align:middle;
}

div.registration_button {
	text-align: center;
	margin: 20px;
}
}




div.account_repair {
	padding:0  20px 40px 20px;
	
}

div.account_repairinfoin {
	font-size:13px;
	margin:10px 0;
}
@media all and (max-width: 640px) {
.account_repairin {
    max-width: 443px;
}
    #repairinput {
      margin: 10px 0px;  
    }
}
@media all and (max-width: 400px) {
    #repairinput {
    width: 230px;
    }
}
