@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap');

body {
	font-size:14px;
	font-family:'Nunito', sans-serif;
	color:#25303b;
	margin:0;
}


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

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

input[type="button"] {
	font-size:14px;
	font-family:'Nunito', sans-serif;
	padding: 5px 20px;
	background:#f6f8ff;
	color:#000;
	outline:none;
	border:0;
	-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;
	border-radius:5px;
}

input[type="button"]:hover {
	font-size:14px;
	font-family:'Nunito', sans-serif;
	padding: 5px 20px;
	background:#25303b;
	color:#fff;
	outline:none;
	border:0;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	border-radius:5px;
}

input[type="text"] {
	font-size:14px;
	font-family:'Nunito', sans-serif;
	color:#000;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	outline:none;
	border:1px solid #eee;
	-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 {
	border:1px solid #333;
}

input[type="password"] {
	font-size:14px;
	font-family:'Nunito', sans-serif;
	color:#000;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	outline:none;
	border:1px solid #eee;
	-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#filterssee {
	display:none;
}

input[type="password"]:focus {
	border:1px solid #333;
}

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

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

textarea {
	font-size:14px;
	font-family:'Nunito', sans-serif;
	color:#000;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	outline:none;
	border:1px solid #eee;
	-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 {
	border:1px solid #333;
}

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

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

select {
	font-size:14px;
	font-family:'Nunito', sans-serif;
	color: #000;
	width:100%;
	padding:6px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	outline:none;
	border:1px solid #eee;
	-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 {
	border:1px solid #333;
}

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

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

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

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

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: #ee372a;
	text-align: center;
	margin: 20px auto;
	
}

div.textfail {
	color:#ee372a;
}

span.star {
	color:#ee372a;
}

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

div.answerform {
	position: fixed;
	background: #fff;
	box-shadow: 0px 0px 0px 20px #333;
	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;
	font-size: 110%;
	padding: 20px;
}

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

div.body{
	
}

div.allheader {
	width:100%;
}

div.overhead {
	width:100%;
	padding:0px 17px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	margin:0 auto;
	background:#05303b;
}

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

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

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

div.head {
	width:100%;
	
	margin:0 auto;
	background-image:url('/themes/true/coffee-fon.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

div.headinfo {
	margin:0 auto;
	width:100%;
	display: table;
	max-width:1600px;
	padding:20px 15px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
}

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

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

div.headcolumn2 {
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}

div.headcolumn2row1 {
		
}

div.headcolumn2row2 {
		
}

div.headcolumn3 {
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	width:300px;
	min-width: 200px;
	
}

div.headcolumn3row1 {
	text-align:center;
}

div.headcolumn3row2 {
	text-align:center;	
}

div.headlogo3 {
	display:none;
}

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

	div.headcolumnlogo {
		display:block;
		vertical-align: middle;
		width: auto;
		text-align:center;
	}

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

	div.headcolumn2 {
		display:block;
		vertical-align: middle;
		text-align: center;
	}
	
	div.headcolumn2row1 {
			
	}

	div.headcolumn2row2 {
			
	}

	div.headcolumn3 {
		display:block;
		vertical-align: middle;
		text-align: center;
		margin:0 auto;
	}

	div.headcolumn3row1 {
		text-align:center;
	}

	div.headcolumn3row2 {
		text-align:center;	
	}
	
	div.headlogo2 {
		display:none;
	}
	
	div.headlogo3 {
		display:block;
		margin:10px 0;
	}

}

div.underhead {
	width:100%;
	margin:0 auto;
	background:#05303b;
}

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

div.underheadleft {
	display:table-cell;
}

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

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

div.allcenterblock {
	display: table;
	width: 100%;
	margin:0 auto;
	margin-top:10px;
}

div.leftmain {
	vertical-align:top;
	display:table-cell;
	width:320px;
}

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

	div.leftmain {
		width:320px;
	}

}

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

	div.leftmain {
		width:300px;
	}

}

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

	div.leftmain {
		width:260px;
	}

}

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

	div.leftmain {
		display:none;
	}

}

div.leftcolumn {
	padding:10px 15px;
	
}


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

div.centercolumn {
padding:5px 5px 10px 5px;
}

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

div.centercolumn {
padding:5px 5px 10px 5px;
}

}

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

div.rightcolumn {
	margin-left:20px;
}

div.centerunderslider {
	
}

div.leftunderslider {
	
}

div.rightunderslider {
	
}

div.allfooter {
	background:#05303b;
	width:100%;
}

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

div.overfooter {
	
}

div.underfooter {
	
}

div.underfooterleft {
	
}

div.underfooterright {
	
}

div.counter {
	
}

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

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

div.mobiletopchapters {
	display:none;
}

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:#FF6959;
	font-size:90%;
}

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

}

div.topchapter:hover a.topchapter_link { 
	text-decoration:none;
	color:#fff;
}

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

div.topactivechapter a.topchapter_link { 
	text-decoration:none;
	color:#fff;
	font-size:90%;
}

div.topchapterin {
	padding:4px 10px 4px 0;
	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;
	background:#fff;
	text-align:left;
	z-index:100;
	padding:5px;
	border:1px solid #dfdfdf;
}

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

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

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

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

div.topchapter_submenu0 a{
	color:#25303b;
	font-size:90%;
	white-space:nowrap;
}

div.topchapter_submenu1 a{
	color:#25303b;
	font-size:90%;
	white-space:nowrap;
}

div.topchapter_submenu0:hover a{
	color:#000;
	font-size:90%;
	white-space:nowrap;
}

div.topchapter_submenu1:hover a{
	color:#000;
	font-size:90%;
	white-space:nowrap;
}



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

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

div.columnchapters_title {
	font-size:110%;
	color: #333;
    padding: 10px;
    margin-bottom: 10px;
	border-bottom: solid 1px #dfdfdf;
	font-family: 'Nunito', sans-serif;
}

div.columnchapters {
	
}

div.columnchapter0 {
	padding: 5px;
	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.columnchapter0 a{
	text-decoration: none;
	color:#777;
}

div.columnchapter0:hover {
	text-decoration: none;
	padding: 5px;
}

div.columnchapter0:hover a{
	text-decoration:none;
	color:#333;
}

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

div.columnchapteractive0 a{
	text-decoration:none;
	color:#333;
}

div.columnchapter1 {
	padding: 4px 0px 4px 10px;
	cursor:pointer;
	cursor:hand;
}

div.columnchapter1 a{
	text-decoration:none;
	color:#25303b;
}

div.columnchapter1:hover {
	padding: 4px 0px 4px 10px;
}

div.columnchapter1:hover a{
	text-decoration:none;
	color:#333;
}

div.columnchapteractive1 {
	padding: 4px 0px 4px 10px;
	cursor:pointer;
	cursor:hand;
}

div.columnchapteractive1 a{
	text-decoration:none;
	color:#333;
}

div.columnchapter2 {
	padding: 4px 0px 4px 20px;
	cursor:pointer;
	cursor:hand;
}

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

div.columnchapter2:hover {
	padding: 4px 0px 4px 20px;
}

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

div.columnchapteractive2 {
	padding: 4px 0px 4px 20px;
	cursor:pointer;
	cursor:hand;
}

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

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

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

div.centerchapters_in {

}

div.centerchapter {
	display: inline-block;
    margin: 15px 10px;
    min-width: 30%;
    max-width: 270px;
    vertical-align: top;
}

div.centerchapter_topname {
	display:none;
}

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;
}

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

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

div.centerchapter_bottomname a {
	font-size:110%;
	color:#000;
	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:110%;
	color:#000;
	text-decoration:underline;
}

div.centerchapter_info {
	margin: 5px 0px;
	height:50px;
	font-size:90%;
	color:#25303b;
}

div.centerchapter_button {
	text-align:center;
}

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

div.search {
	    position: relative;
    max-width: 400px;
    width: 100%;
    min-width: 260px;
    margin: 0 auto;
}

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

div.search_input input {
	max-width: 400px;
	width:100%;
	min-width: 260px;
}

div.search_button {
	position:absolute;
	  left: 90%;
    top: 5%;
	vertical-align:middle;
}

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

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

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

div.dropdownsearchfon {
	position:relative;
	box-shadow:0 0 2px #eee;
	border:1px solid #dfdfdf;
	left:0px;
	background:white;
}

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

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

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

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

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

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

div.dropdownprice0 {
	text-align:right;
    color: #fc121d;
   font-size: 90%;
	padding:5px;
	display:table-cell;
}

div.searchrow0:hover div.dropdownprice0 {

}

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

div.searchrow1:hover div.dropdownprice1 {

}

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

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

div.columnarticles_main {
	
}

div.columnarticles_title {
	font-size: 110%;
    color: #333;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dfdfdf;
	font-family: 'Nunito', sans-serif;
}


div.columnarticles {
	
}

div.columnarticle_separator {
	display:none;
}

div.columnarticle {
	text-align:left;
}

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;
}

div.columnarticle_date {
	color:#dfdfdf;
	font-style:italic;
	margin-bottom: 20px;
	text-align:right;
}

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

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

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

div.centerarticles_title {
	  font-size: 130%;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dfdfdf;
    font-family: 'Nunito', sans-serif;
    background: #25303b;
    border-radius: 20px 20px 0 0;
	text-align:left;
}

div.centerarticle {
	display: inline-block;
    vertical-align: top;
    max-width: 580px;
    margin: 5px;
    text-align: center;
}

div.centerarticle_img {
	max-width: 580px;
    margin: 0px auto;
}

div.centerarticle_imgin {
	height:300px;
	display:block;
	width:100%;
}

div.centerarticle_imgin img{
	max-height:300px;
	max-width: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 {
	font-size:110%;
	text-decoration:none;
}

div.centerarticle_name a:hover {
	font-size:110%;
	text-decoration:none;
	color:#ee372a;
}

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

div.centerarticle_date {
	padding: 8px;
}

div.centerarticle_seeall {
	text-align:center;
}

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

div.pagearticles {
	text-align: center;
}

div.pagearticle {
	margin:5px 0;
	text-align:center;
}

div.pagearticle_img {
	width:180px;
	display:table-cell;
	vertical-align:top;
}

div.pagearticle_imgin {
	
}

div.pagearticle_imgin img{
	max-width:180px;
}

div.pagearticle_info {
	display:table-cell;
	text-align:left;
	vertical-align:top;
	padding-left:15px;
}

div.pagearticle_topname {
	display:none;
}

div.pagearticle_name {
	margin-bottom: 3px;
}

div.pagearticle_name a {
	font-size:110%;
	text-decoration:none;
}

div.pagearticle_short {
	margin: 3px 0;
	font-size:90%;
	color:#25303b;
}

div.pagearticle_date {
	
}

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

	div.pagearticle_img {
		width:90%;
		display:block;
		vertical-align:top;margin: 0 auto;
	}

	div.pagearticle_imgin {
		
	}

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

	div.pagearticle_info {
		width:90%;
		display:block;
		text-align:center;
		vertical-align:top;
		
	}

}

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

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

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

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

div.articletext {
	padding:5px;
}

div.articledate {


padding: 8px;	
}

div.article_commall {
	
}

div.articlecomments {
	
}

div.commenthorseparator {
	
	
}

div.commentquote {
	
}

div.oneartcomm {
	
}

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

div.breads {
	margin:0 auto;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 10px 15px;
	color:#25303b;
}

div.linkicon {
	display:inline-block;
	vertical-align:middle;
	padding: 0 10px;
	color:#25303b;
	font-size:90%;
}

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

div.link a {
	text-decoration:none;
	color:#25303b;
	font-size:90%;
}

div.link a:hover {
	font-size:90%;
	text-decoration:underline;
	color:#25303b;
}

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

div.linkactive a {
	color:#25303b;
	font-size:90%;
}

div.linkactive a:hover {
	text-decoration:underline;
	color:#25303b;
	font-size:90%;
}

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

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

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

div.pagingleft {
	
}

div.pagingright {

}

div.pagingall {
	background:#dfdfdf;
	border:1px solid #dfdfdf;
	color:#25303b;
	font-size: 100%;
	width: 36px;
	
	text-align:center;	
	cursor:pointer;
	cursor:hand;
	margin:0 2px;
	line-height: 36px;
}

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

div.pagingnow {
	background:#fff;
	border:1px solid #dfdfdf;
	color:#25303b;
	font-size: 100%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align:center;	
	cursor:pointer;
	cursor:hand;
	margin:0 2px;
}

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

div.callme {
	
}

div.callmeform {
	position: fixed;
	background: #fff;
	box-shadow: 0px 0px 0px 20px #333;
	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 {	
}

div.advbanner {
	position:absolute;
}

div.sliderarrows {
	
}

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

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;
	margin-left:100%;
	left:-50px;
	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:100%; 
	z-index:100;
	text-align: center;
}

div.sliderbuttonsin {
	
}

div.sliderbutton {
	display:inline-block;
}

div.slidernext {
	background:#fff;
	border:1px solid #dfdfdf;
	width:18px;
	height:18px;
	margin:3px;
	font-size:0;
	cursor:pointer;
	cursor:hand;
}

div.slidernextact {
	background:#25303b;
	border:1px solid #dfdfdf;
	width:18px;
	height:18px;
	margin:3px;
	font-size:0;
	cursor:pointer;
	cursor:hand;
}

/* ГАЛЕРЕЯ */

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

div.pagegallery {
	text-align:center;
}

div.gallery {
	display: inline-block;
	margin:15px 10px;
	min-width: 30%;
    max-width: 270px;
	vertical-align: top;
	-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.gallery_img {
	vertical-align:middle;
	display:block;
	text-align:center;
	width: 100%;
	height:230px;
	overflow:hidden;
}

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

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

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: #333;
    padding: 10px;
    margin-bottom: 10px;
	border-bottom: solid 1px #dfdfdf;
	font-family: 'Nunito', sans-serif;
}

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;
text-align: center;

}

div.slidergallery_topname {
	display:none;
}

div.slidergallery_bottomname {
	text-align:center;
}

div.slidergallery_bottomname a {

font-size: 110%;

}

div.slidergallery_bottomname a:hover {
color: #ee372a;
font-size: 110%;

			-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:inline-block;
	text-align:center;
	max-width: 362px;
	height:220px;
	overflow:hidden;
}

div.slidergallery_img:hover {
	vertical-align:middle;
	display:inline-block;
	text-align:center;
	max-width: 362px;
	height:220px;
	overflow:hidden;
}

div.slidergallery_imgin {
	height: 220px;
}

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

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

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

div.columngallerys_main {

}

div.columngallery_title {
font-family: 'Nunito', sans-serif;
}

div.columngallerys {

}

div.columngallery {

}

div.columngallery_topname {

}

div.columngallery_bottomname {

}

div.columngallery_imgleft {

}

div.columngallery_imgright {

}

div.columngallery_separator {

}

div.columngallery_seeall {

}

/* ОТЗЫВЫ */

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

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

div.addcomment_title {
	text-align:center;
	color:red;
	font-family: 'Nunito', sans-serif;
}

div.addcommenttitle {
	padding: 10px 0px 10px;
	font-size:150%;
	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.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: #ff6959;
	font-size:110%;
}

div.pagecomment_text {
	font-size:110%;
}

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

div.pagecomment_separator {

}

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

div.columncomments {

}

div.columncomments_title {
font-family: 'Nunito', sans-serif;
}

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: 130%;
    color: #333;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dfdfdf;
	font-family: 'Nunito', sans-serif;
}

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 {
	width: 50%;
	margin: 30px auto 0px;
}

div.addfaqtitle {
	padding: 10px 0px 10px;
	font-size:150%;
	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: 10px;
	margin: 10px auto;
}

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

div.pagefaq_name {
	display:table-cell;
	
}

div.pagefaq_text {
	font-size:110%;
}

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

div.pagefaq_textseparator {

}

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

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

div.pagefaq_answertext {
	background: #eee none repeat scroll 0% 0%;
	padding: 10px 10px 10px 30px;
	border: 1px solid #dfdfdf;
	color: #333;
	font-size:110%;
}

div.pagefaq_answerdate {
	display:table-cell;
	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:130%;
	color: #333;
    padding: 10px;
    margin-bottom: 10px;
	border-bottom: solid 1px #dfdfdf;
	font-family: 'Nunito', sans-serif;
}

div.feedback_titlein {
	text-align:center;
}

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: #333;
    padding: 10px;
    margin-bottom: 10px;
	border-bottom: solid 1px #dfdfdf;
	font-family: 'Nunito', sans-serif;
}

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%;
	color:#AAC5DC;
}

div.columnpoll_line {
	background:#dfdfdf;
}

div.columnpoll_linein {
	background: #ee372a;
	height: 25px;
}

/* РЕГИСТРАЦИЯ */

div.registration_main {
	margin: 0px auto;
	padding: 10px;
	margin-top: 10px;
	max-width: 800px;
}

div.registration_title {
	padding: 10px 0px;
	text-align: right;
	margin: 0px auto 10px;
}

div.registration_blockin {
	
}

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

div.registration_blockname {
	display:table-cell;
	width:25%;
	padding: 4px;
	vertical-align:middle;
}

div.registration_blockparam {
	display:table-cell;
	padding: 4px;
	vertical-align:middle;
}

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

div.registration_maincomp {

}

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

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

div.login_main {
	width:100%;
}

div.login_mainin {

}

div.login_closeline {
	height:40px;
}

div.login_close {
	float:right;
}

div.login_title {
	text-align: center;
	font-size: 110%;
	padding: 10px;
	color:#000;
}

div.login_line {
	
}

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

div.login_button {
	
}

div.login_info {
	
}

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

div.login_maininsocial {

}

div.login_titlesocial {
	text-align: center;
	font-size: 110%;
	text-transform: uppercase;
	padding: 10px;
	color:#333;
}

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 {
	
	background:#f6f8ff;
}

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

div.buttonsusers_button1 {
	display:table-cell;
	width:50%;
	background:#f6f8ff;
}

div.buttonsusers_button1 input{
	background:transparent;
	width:100%;
	border-radius:0;
	font-size:15px;
}
div.buttonsusers_button1 input:hover{
	background:#ff6959;
	width:100%;
	border-radius:0;
	font-size:15px;
}

div.buttonsusers_button2 {
	display:table-cell;
	width:50%;
	background:#e8f1f2;
}

div.buttonsusers_button2 input{
	background:transparent;
	width:100%;
	border-radius:0;
	font-size:15px;
}
div.buttonsusers_button2 input:hover{
	background:#ff6959;
	width:100%;
	border-radius:0;
	font-size:15px;
}

div.buttonsusers_button3 {
	display:table-cell;
	width:50%;
}

div.buttonsusers_button4 {
	display:table-cell;
	width:50%;
}







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




div.favorcomp2 {
	display:table-cell;
	width:50%;
	background:#f6f8ff;padding: 5px 20px;
}
div.favorcomp2:hover {
	display:table-cell;
	width:50%;
	-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;
	background:#ff6959;padding: 5px 20px;
}

div.favorcomp2 div{
	background:transparent;
	width:100%;
	border-radius:0;
	font-size:15px;    
	-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.favorcomp2 div:hover{
	color:white;
	width:100%;
	border-radius:0;
	font-size:15px;
}

div.favorcomp1 {
	display:table-cell;
	width:50%;
	background:#e8f1f2;padding: 5px 20px;
	-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.favorcomp1:hover {
	display:table-cell;
	width:50%;
	background:#ff6959;padding: 5px 20px;
}

div.favorcomp1 div{
	background:transparent;
	width:100%;
	border-radius:0;
	font-size:15px;    
	
}
div.favorcomp1 div:hover{
	background:#ff6959;
	width:100%;
	border-radius:0;
	font-size:15px;
}


/* Поля */

div.polesusers {
	
}

div.polesusers_main {
	
}

div.polesusers_enter {
	
}

div.polesusers_enter1 {
	
}

div.polesusers_enter1 {
	
}

div.polesusers_button {
	
}

div.polesusers_button1 {
	
}

div.polesusers_button2 {
	
}

div.polesusers_titlesoc {
	
}

div.polesusers_social {
	
}

div.polesusers_fb {
	
}

div.polesusers_gg {
	
}

div.polesusers_vk {
	
}

div.polesusers_od {
	
}

div.polesusers_forget {
	
}

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: #333;
padding: 10px 0px;
font-size: 120%;
text-align: center;
margin: 0px auto 10px;
border-bottom: 1px solid #dfdfdf;
}








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

}

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

div.accounttab {
	padding: 10px 20px;
	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:#05303b;
	color:#ff6959;
}

div.accounttab:hover {
	padding: 10px 20px;
	height: 30px;
	color: #fff;
	background: #ff6959;
	cursor: pointer;
}

div.accountactivetab {
	padding: 10px 20px;
	height: 30px;
	color: #fff;
	background: #ff6959;
	cursor: pointer;
}

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

	div.accounttabposition {
		display:block;
	}

	div.accounttab {
		height:auto;
		text-align:center;
		
	}

	div.accounttab:hover {
		height: auto;
		text-align:center;
	}

	div.accountactivetab {
		height: auto;
		text-align:center;
	}

}






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
}

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

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

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

div.account_orders {
	
}

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

div.account_ordertitle {
	
}

div.account_ordertitlein {
	
}

div.ordernumber {
	font-size:110%;
	display:inline-block;
}

div.orderinfo {
	font-size:110%;
	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 {
	
}

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

div.notetab {
	padding:8px 20px;
	border:1px solid silver;
	height:30px;
	-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.notetab:hover {
	padding:8px 20px;
	height:30px;
	color:white;
	background:#333;
}

div.notetab:hover a {
	color:white;
	text-decoration:none;
}

div.notetabact {
	padding:8px 20px;
	border:1px solid #333;
	height:30px;
	color:white;
	background:#333;
	cursor:pointer;
	cursor:hand;
}

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

div.notetext {

}

/* ЯЗЫКИ */

div.languages {
position:relative;
top:2px;
}

div.languageact {
display:inline-block;
margin:3px;
padding:3px;
color:white;
border:1px solid white;
border-radius:3px;
}
div.languageact a{
	color:white;
}

div.language{
	display:inline-block;
margin:3px;
padding:3px;
color:white;
border:1px solid transparent;
border-radius:3px;
-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.language:hover{
	display:inline-block;
margin:3px;
padding:3px;
color:white;
border:1px solid white;
border-radius:3px;
}
div.language a{
	color:white;
}
/* МОДУЛИ КАТЕГОРИЙ */

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

div.topcategorys {
	
}

div.topcategorys_separator {
	display:inline-block;
	vertical-align:middle;
	width:1px;
	background:#333;
	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:#333;
}

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

div.topactivecategory {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	background:#333;
	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:#333;
	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:10px;
	background:#f6f8ff;
	border-radius:20px;
	padding:10px;
}

div.columncategorys_title {
	font-size:110%;
	color: #333;
    padding: 10px;
    margin-bottom: 10px;
	border-bottom: solid 1px #dfdfdf;
	font-family: 'Nunito', sans-serif;
}

div.columncategorys {
	
}

div.columncategory0 {
	padding: 5px;
	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.columncategory0 a{
	text-decoration: none;
	color:#777;
}

div.columncategory0:hover {
	text-decoration: none;
	padding: 5px;
}

div.columncategory0:hover a{
	text-decoration:none;
	color:#333;
}

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

div.columncategoryactive0 a{
	text-decoration:none;
	color:#333;
}

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;
	color:#25303b;
}

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

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

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

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

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

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

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

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

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

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

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

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

div.centercategorys_in {
	width:100%;
	margin:0 auto;
}


div.centercategory {
	display: inline-block;
    margin: 15px 10px;
    min-width: 22%;
    max-width: 200px;
    vertical-align: top;
}

div.centercategory_topname {
	display:none;
}

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

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

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

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

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

div.centercategory_bottomname a {
	font-size:110%;
	text-decoration:none;
}

div.centercategory_bottomname a:hover {
	font-size:110%;
	text-decoration:none;
	color:#ee372a;
}

div.centercategory_info {
	margin:5px 0;
}

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

div.centersubcategory_main {
	text-align:left;
}

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

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

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

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

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

div.columnbrands_main {
	
}

div.columnbrands_title {
	    font-size: 110%;
    color: #333;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dfdfdf;
	font-family: 'Nunito', sans-serif;
}

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;
}

div.columnbrand_imgleft img {
	max-width:250px;
}

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

div.columnbrand_imgright img {
	max-width:250px;
}

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: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dfdfdf;
    font-family: 'Nunito', sans-serif;
    background: #25303b;
}

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 {
	
}

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

div.sliderbrand {
	margin:15px;
	width: 230px;
}

div.sliderbrand_topname {
	display:none;
}

div.sliderbrand_bottomname {
	display:none;
}

div.sliderbrand_img {
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	width: 260px;
	height:200px;
}

div.sliderbrand_imgin {
	
}

div.sliderbrand_imgin img{
	max-width:230px;
}

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

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

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


div.pagebrand {
	display: inline-block;
	margin:15px 10px;
	min-width: 30%;
    max-width: 270px;
	vertical-align: top;
	-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.pagebrand_img {
	vertical-align:middle;
	display:block;
	text-align:center;
	width: 100%;
	height:230px;
	overflow:hidden;
}

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

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


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;
	font-size: 100%;
	text-align: center;
	margin: 0px auto 10px;	
}

div.brandtext {
	padding: 0 10px;
	text-align: left;
	font-size: 100%;	
	margin-bottom: 20px;
}

div.brandcat {
	margin:10px 0;
}

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

div.sortviewblock {
	padding: 5px 10px;
	background:#e8f1f2;
}

div.sorting {
	display:inline-block;
	padding: 0px 10px;
}

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.viewblock_main {
	display:inline-block;
	text-align:right;
	position:relative;
	margin-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_main {
	display: inline-block;
	margin:10px 5px;
	min-width: 18%;
max-width: 226px;
	vertical-align: top;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;    
}

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

	div.product_main {
		min-width: 18%;
max-width: 226px;
	}

}

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

	div.product_main {
		min-width: 18%;
max-width: 226px;
	}

}

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

	div.product_main {
		min-width: 18%;
max-width: 194px;
	}

}

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

	div.product_main {
		min-width: 18%;
max-width: 186px;
	}

}

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

	div.product_main {
		min-width: 23%;
max-width: 225px;
	}

}

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

	div.product_main {
		min-width: 22%;
max-width: 160px;
	}

}

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

	div.product_main {
		min-width: 22%;
max-width: 160px;
	}

}

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

	div.product_main {
		min-width: 48%;
		max-width: 380px;
	}

}

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

	div.product_main {
		min-width: 48%;
		max-width: 200px;
	}

}

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

	div.product_main {
		min-width: 96%;
		max-width: 96%;
	}

}

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:100%;
	max-height:230px;
	vertical-align: middle;
	border:0;
}

div.product_one {
	border-radius:10px;	
	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; 
	padding:10px;
}

div.product_one:hover{
	background:#e8f1f2;
	box-shadow:0 0 15px #f6f8ff;
}


div.product_topname {
	display:none;
}

div.product_info {
	
}

div.product_bottomname {
	text-align:left;
	margin:8px 0 0 0;
	min-height:40px;
}

div.product_bottomname a {
	font-size:110%;
	text-decoration:none;
	color:#25303b;
}

div.product_bottomname a:hover {
	font-size:110%;
	text-decoration:none;
	color:#25303b;
}

div.product_short {
	display:none;
}

div.product_buyinfo {
	min-height:40px;
	text-align:left;
}

div.product_buyinfo input {
	background: #25303b;
	color:#fff;
	padding:10px 20px;
}

div.product_buyinfo input:hover {
	background:#fc121d;
	color:#fff;
	padding:10px 20px;
}

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

div.product_price span {
	
}

div.product_oldprice {
	display:inline-block;
	color: #25303b;
	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: #ff6959;
	font-size: 100%;
	font-weight:bolder;
}

div.product_actprice span{
	
}

.product_buy {
    width: 100%;
}

.product_buy input[type="button"] {
    display: block;
    width: 100%;
}

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

div.products_hor {

}

div.product_main_hor {
	margin: 5px 0px;
	vertical-align: top;
}


div.product_one_hor {
	border-radius:10px;	
	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; 
	padding:10px;
}

div.product_one_hor:hover{
	background:#e8f1f2;
	box-shadow:0 0 15px #f6f8ff;
}

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;
	padding-left:10px;
}

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

div.product_bottomname_hor a {
	font-size:110%;
	text-decoration:none;
	color:#25303b;
}

div.product_bottomname_hor a:hover {
	font-size:110%;
	text-decoration:none;
	color:#25303b;
}

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

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: #ff6959;
	font-size: 120%;
	font-weight:bolder;
	display:inline-block;
	margin:8px 0;
}

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

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

div.product_buyright_hor {

}


div.product_buyright_hor input {
	background: #25303b;
	color:#fff;
	padding:10px 20px;
}

div.product_buyright_hor input:hover {
	background:#fc121d;
	color:#fff;
	padding:10px 20px;
}



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

div.slidertopitems {
	position: relative;
margin:15px 0;
}

div.slidertopitem_title {
	    font-size: 130%;
    color: #fff;
    padding: 10px;
	margin:0 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dfdfdf;
    font-family: 'Nunito', sans-serif;
    background: #ff6959;
}

div.slidertopitem_info {

}

div.slidertopitem_left {
	display:table-cell;
	vertical-align: middle;
	padding-left:10px;
	padding-right:10px;
}

div.slidertopitem_right {
	display:table-cell;
	vertical-align: middle;
	padding-left:10px;
	padding-right:10px;
}

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;
	margin:15px 0;
}

div.slideractitem_title {
	    font-size: 130%;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dfdfdf;
    font-family: 'Nunito', sans-serif;
    background: #ff6959;
}

div.slideractitem_info {

}

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

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

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;
	margin:15px 0;
}

div.slidernewitem_title {
	    font-size: 130%;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dfdfdf;
    font-family: 'Nunito', sans-serif;
    background: #ff6959;
}

div.slidernewitem_info {

}

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

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

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.sliderlasitems {
	position: relative;
}

div.sliderlasitem_title {
	font-size: 130%;
    color: #333;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dfdfdf;
	font-family: 'Nunito', sans-serif;
}

div.sliderlasitem_info {

}

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

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

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

div.sliderlasitems_cont {
	
}

div.sliderlasitem_contin {
	
}

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

div.slideritem {
	margin:5px 5px;
	width: 210px;
	
	 background: white;
}

div.slideritem_topname {
	display:none;
}


div.slideritem_bottomname {
	text-align:left;
	padding:3px;
	min-height:42px;
}

div.slideritem_bottomname a {
	font-size: 110%;
    text-decoration: none;
    color: #25303b;
}

div.slideritem_bottomname a:hover {
	font-size: 110%;
    text-decoration: none;
    color: #25303b;
}

div.slideritem_buyinfo {
	height:70px;
	padding:5px;
}

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

div.slideritem_price span {
	
}

div.slideritem_oldprice {
	display: inline-block;
    color: #25303b;
    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: #ff6959;
    font-size: 100%;
    font-weight: bolder;
}

div.slideritem_buy {
	text-align: left;
}

div.slideritem_buy input {
	background: #333;
	color:#fff;
	padding:10px 20px;
}

div.slideritem_buy input:hover {
	background:#fc121d;
	color:#fff;
	padding:10px 20px;
}

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

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

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


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

/* Товары в колонке */

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

div.columnitems_title {
    background-color: #25303b; /* темно-синій фон */
    color: #ffffff; /* білий текст */
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 110%;
    text-align: center;
    margin-bottom: 15px;
}

div.columnitems {
	
}

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

div.columnitem {
	text-align: center;
	border-bottom:1px solid #f6f8ff;
	border-right:1px solid #f6f8ff;
	padding:10px 0;
}

div.columnitem_imgleft {
	
	vertical-align:top;
}

div.columnitem_imgleft img {
	max-width:250px;
	max-height:140px;
}

div.columnitem_imgright {
	
	vertical-align:top;
}

div.columnitem_imgright img {
	max-width:250px;
	max-height:140px;
}

div.columnitem_info {
	
	vertical-align:top;
}

div.columnitem_topname {
	display:none;
}

div.columnitem_bottomname {
	margin:8px 0;
}

div.columnitem_bottomname a {
	font-size:110%;
	text-decoration:none;
}

div.columnitem_bottomname a:hover {
	font-size:110%;
	text-decoration:none;
	color:#ee372a;
}

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

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

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

div.columnitem_buy {

}

div.columnitem_buy input {
	background: #333;
	color:#fff;
	padding:10px 20px;
}

div.columnitem_buy input:hover {
	background:#fc121d;
	color:#fff;
	padding:10px 20px;
}


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

/* Товары в списке */

div.maintopproducts {
	
}

div.maintopitems_title {
	font-family: 'Nunito', sans-serif;
}

div.maintopitemsitem_seeall {
	
}

/* СТРАНИЦА ТОВАРА */

div.allproductblock {

}

div.nextproduct_block {
	display:table;
	padding: 10px 0 0 0;
	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 {
	display:none;
}

div.productname_over {
	color:#25303b;
}

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:table-cell;
	vertical-align:top;
	border: 1px solid #dfdfdf;
padding: 10px;
width:250px;

}

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

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

	div.productcentercolumn {
		display:block;
		vertical-align:top;
		padding-left:5px;
		padding-right:5px;
	}

	div.productrightcolumn {
		display:none;
	}

}

div.productname {
	color:#25303b;
}

div.productname h1 {
	margin:0 0 10px 0;
	padding: 0;
	font-weight:bolder;
	font-size:30px;
}

div.productcode {
	padding:2px 0 10px 0;
}

div.pricefor {
	padding: 8px 0;
}

div.productstatus {

}

div.inproductactiontimer {
	margin:10px;
	background:red;
	padding:10px;
	color:#fff;
}

div.actiontimertitle {
	display:inline-block;
}

div.actiontimerclock {
	display:inline-block;
}

div.actiontimernumber {
	display:inline-block;
}

div.actiontimerseparator {
	display:inline-block;
}


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

div.productprice span {
	
}

div.productoldprice {
	display:inline-block;
	color: #05303b;
	font-size: 90%;
	font-weight:normal;
	text-decoration: line-through;
	padding-right: 15px;
}

div.productoldprice span {
	
}

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

div.productactprice span{
	
}

div.productvalutes {
color: #333;

}

div.productvalutes span {

}

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

div.valuteinprice {
	display:inline-block;
	color: #333;


}

div.valuteoldprice {
	display:inline-block;
	color:#333;
	text-decoration: line-through;
}

div.valuteactprice {
	display:inline-block;
	margin-left:15px;
}

div.productbuy {

}

div.productbuyamount {
	display:inline-block;
}


div.productbuyamount input {
	width:60px;
}

div.productbuybutton {
	margin:10px 0px;
	display:inline-block;	
}

div.productbuybutton input {
	background: #333;
	color:#fff;
	padding:10px 20px;
}

div.productbuybutton input:hover {
	background:#fc121d;
	color:#fff;
	padding:10px 20px;
}

div.productonebuybutton {
	display:inline-block;
}

div.productbuttons {
	margin:10px 0;
}

div.productcompare {
	display:inline-block;
}


div.productfavor {
	display:inline-block;
}

input.productinfavor {

}

input.productoutfavor {

}

div.favor_delete {

}

div.favor_delete_hor {

}

div.productbrand {
	
}

div.productbrand a {
	
}

div.productbrand a:hover {
	
}

div.productquest {
	display:inline-block;
}

div.productdescription {

}

div.actpocket_allblock {
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #eee;
	padding:15px;
	border-radius:10px;
	display:table;
}

div.actpocket_title {
	text-transform: uppercase;
    border: 1px solid #dfdfdf;
    background: #eee;
    color: #333;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 0 20px 0;
	font-family: 'Nunito', sans-serif;
}

div.actpocket_block {

}

div.actpocket_left {
	display:inline-block;
	vertical-align:middle;
	margin:0 20px;
}

div.actpocket_right {
	display:inline-block;
	vertical-align:middle;
	margin:0 20px;
}

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

div.actpocket_plus {
	display:inline-block;
	vertical-align:middle;
	margin:0 20px;
	font-size: 120%;
}

div.actpocket_summ {
	display:inline-block;
	vertical-align:middle;
	margin:0 20px;
	font-size: 120%;
}

div.actpocket_item {
	display:inline-block;
	vertical-align:middle;
	width:150px;
}

div.actpocket_img {
	height:150px;
	display:table-cell;
	vertical-align:middle;
}

div.actpocket_img  img{
	max-width:150px;
	max-height:150px;
}

div.actpocket_name {
	text-align:center;
}

div.actpocket_allprice {
	display:inline-block;
	vertical-align:middle;
	color: #4a4a4a;
	font-size: 120%;
	font-weight: bold;
}

div.actpocket_oldprice {
	color:#777;
	font-size: 120%;
	text-decoration: line-through;
}

div.actpocket_actprice {

}

div.actpocket_buybutton {

}

/*-- Блок для дополнительных параметров товара--*/

div.productoptions {
	
}

div.productoptioninfo {
	margin:3px 0;
}

div.productoptionname {
   display:inline-block;
   width:120px;
}

div.productoptionselect {
	display:inline-block;
	width:182px;
}

div.productoptionselectin {
	border:1px solid silver;
	background:url("/themes/templates/arrowdown.png") no-repeat #ffffff;
	background-position:99% 50% ;
	cursor:pointer;
	cursor:hand;
	padding:3px;
}


div.inproductoptiondropdown {
	cursor:pointer;
	cursor:hand;
	border:1px solid #eee;
	width:180px;
}

div.inproductoptionrow {
    background:#fff;
	cursor:pointer;
	cursor:hand;
	padding:3px;
}

div.inproductoptionrow:hover{
    background:#eee;
}

div.attrseparator {
	background:#eee;
	height:1px;
}

/* Вкладки товара */

div.producttabs {
	margin-top:5px; 
   margin-bottom:5px;
   border-bottom: 1px solid #05303b;
   position:relative;
   top:0px;
padding:0 15px;
}

div.producttabposition {
	display:inline-block;
	vertical-align:bottom;
	 position:relative;
   top:1px;
}

div.producttab {
	padding: 10px 20px;
	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:#05303b;
	color:#ff6959;
}

div.producttab:hover {
	padding: 10px 20px;
	height: 30px;
	color: #fff;
	background: #ff6959;
	cursor: pointer;
}

div.productactivetab {
	padding: 10px 20px;
	height: 30px;
	color: #fff;
	background: #ff6959;
	cursor: pointer;
}

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

	div.producttabposition {
		display:block;
	}

	div.producttab {
		height:auto;
		text-align:center;
		
	}

	div.producttab:hover {
		height: auto;
		text-align:center;
	}

	div.productactivetab {
		height: auto;
		text-align:center;
	}

}

div.inproducttext {

}

div.producttabinfo {
	
	padding:5px 15px;
}

table.inproductchars {
border-collapse:collapse;
}

tr.inproductcharrow0 {
background:#eee;
}

tr.inproductcharrow1 {

}

td.inproductcharname {

border-bottom: 1px solid #eee;
padding: 5px;
width:200px;
font-size: 100%;
}

td.inproductchartext {

border-bottom: 1px solid #eee;
padding: 5px;

font-size: 100%;
}

/* Похожие товары в слайдере */

div.slidersameitems {
	position: relative;
	margin:15px 0;
}

div.slidersameitem_title {
	    font-size: 130%;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dfdfdf;
    font-family: 'Nunito', sans-serif;
    background: #ff6959;
	margin:0 10px;
}

div.slidersameitem_info {

}

div.slidersameitem_left {
	display:table-cell;
	vertical-align: middle;
	padding-left:10px;
	padding-right:10px;
}

div.slidersameitem_right {
	display:table-cell;
	vertical-align: middle;
	padding-left:10px;
	padding-right:10px;
}

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.slideraccessitems {
	position: relative;
}

div.slideraccessitem_title {
	display:none;
	font-family: 'Nunito', sans-serif;
}

div.slideraccessitem_info {

}

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

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

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

div.slideraccessitems_cont {
	
}

div.slideraccessitem_contin {
	
}

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


/* Комплектация в слайдере */

div.slidercomplectitems {
	position: relative;
}

div.slidercomplectitem_title {
	display:none;
	font-family: 'Nunito', sans-serif;
}

div.slidercomplectitem_info {

}

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


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


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

div.slidercomplectitems_cont {
	
}

div.slidercomplectitem_contin {
	
}

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

/* Большое изображение */

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: 799px) { 

	div.productbigimg_in {
		width:100%;
		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;
	box-shadow: 0px 0px 0px 20px #333;
	padding:20px;
	display:none;
	z-index:500;
	max-width:90%;
}

div.bigproductinfo {
	position:relative;
}

div.bigproductleft {

}

div.bigovername {

}

div.bigovercode {

}

div.bigoverclose {
	   position: absolute;
	left: 99%; 
	margin-top:-44px; 
	margin-left: -44px;
}

div.leftbgarrow {

}


div.bigimgcenter {
	cursor:pointer; 
	cursor:hand; 
	text-align:center;
	    display: table-cell;
    vertical-align: middle;
}

div.rightbgarrow {
	margin-left: -52px;

}



/* Изобраения в слайдере */

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: 105px;
}

div.smallitem_img {
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	width: 105px;
	height:105px;
}

div.smallitem_imgin {
	
}

div.smallitem_imgin img{
	max-width:105px;
	max-height:105px;
}

/* Купить в один клик */

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

div.oneclick_main {
	width:100%;
}

div.oneclick_mainin {

}

div.oneclick_closeline {
	height:40px;
}

div.oneclick_close {
	float:right;
}

div.oneclick_title {
	text-align: center;
	font-size: 120%;
	text-transform: uppercase;
	padding: 10px;
	color:#333;
	border-bottom: 2px solid #333;
}

div.oneclick_itemline {
	margin:10px 0;
}

div.oneclick_itemblockimg {
	display:inline-block;
}
div.oneclick_itemblockimg img{
	max-width:150px;
	max-height:100px;
	border:1px solid #dfdfdf;
	background:#fff;
	padding:8px;
}


div.oneclick_itemblockname {
	display:inline-block;
	vertical-align:top;
	padding-left:20px;
}

div.oneclick_itemname {
	font-size: 110%;
	color: #000;
}

div.oneclick_itemcode {
	
}

div.oneclick_line {
	margin-bottom: 5px;
}

div.oneclick_block {
	
}

div.oneclick_button{
	text-align:center;

}

/* Задать вопрос */

div.questform {
	position: fixed;
	background: #fff;
	box-shadow: 0px 0px 0px 20px #333;
	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:#333;
	border-bottom: 2px solid #333;
}

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 #dfdfdf;
	background:#fff;
	padding:8px;
}


div.quest_itemblockname {
	display:inline-block;
	vertical-align:top;
	padding-left:20px;
}

div.quest_itemname {
	font-size: 110%;
color: #333;
}

div.quest_itemcode {
	
}

div.quest_line {
	margin-bottom: 5px;
}

div.quest_block {
	
}

div.quest_button{
	text-align:center;

}



/* КОРЗИНА */

/* Блок */

div.cart_block {
	background:#ff6959;
}

div.newfavorblock {
	background:#f6f8ff;
}

div.cart_title {
	display:none;
}

div.cart_modul {
	color:#fff;
	margin:5px 0;
	font-size:16px;
	font-weight:bolder;
	padding:5px;
}

div.cart_modulinfo {
	
}

div.cartmodul_amount {
	
}

div.cartmodul_price {
	
}

div.cartmodul_empty {
	
}

/* Всплывающее окно */

div.cartform {
position: fixed;
background: #fff none repeat scroll 0% 0%;
    box-shadow: 0px 0px 0px 20px #333;

display: none;
z-index: 500;
width: 800px;
max-width:90%;
}

div.cartinfo {
	
}

div.cartinfo_table {
	
}

div.cartinfo_table table{
	width:100%;
	    background: #25303b;
}

div.cartinfo_table table td{
	padding:4px;
	font-size:110%;
}

tr.carttitlerow {
	background:#25303b;	
	color:#fff;

}

tr.cartrow0 {
	background:#fff;
}

tr.cartrow1 {
background:#e8f1f1;	
}

td.carttitlecode {
	
	text-align:center;
	font-size:0;
	width:10px;
}

td.carttitleimg  {
	
	text-align:center;	
}

td.carttitlename {
	
	text-align:center;	
}

td.carttitleamount {
	
	text-align:center;	
}

td.carttitleprice {
	
	text-align:center;	
	width:100px;
}

td.carttitlesumm {
	
	text-align:center;	
	width:100px;
}

td.carttitledelete {
	
	text-align:center;	
}

td.cartcode {
	
	text-align:center;
	width:10px;
}

td.cartimg {
	text-align:center;
	
	width:50px;
}

td.cartimg  img{
	max-height:50px;
	max-width:50px;
}

td.cartname {
	border:1px solid #eee;
	
	text-align:left;
}

td.cartname a {
	
	
}

td.cartname a:hover {
	
	
}

td.cartparams_name{
	color:#333;
	width:1px;
	font-size:90% !important; 
	white-space:nowrap;
}

td.cartparams_param{
	color:#333;
	
	font-size:90% !important; 
}

table.cartparams {
background:transparent !important; 
}


td.cartamount {
	border:1px solid #eee;
	
	text-align:center;
		width:50px;
}

td.cartamount input {
width:50px;
	text-align:center;
}

td.cartprice {
	border:1px solid #eee;
	
	text-align:center;
		color: #fc121d;

	width:100px;
}

td.cartsumm {
	border:1px solid #eee;
	
	text-align:center;
	color: #fc121d;
	
	
	width:100px;
}

td.cartdelete {
	
	text-align:center;
	width:1px;
}

td.cartall {
	
	text-align:right;
		font-size:110%;
}

td.cartallsumm {
	
	text-align:center;
	color: #fff;
	font-size:110%;
	background: #ff6959;
	font-weight: bold;
	width:100px;
}

td.cartalldelete {
	
	
	text-align:center;
}

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:10px;	
}

div.cartinfo_button2 {
		display:table-cell;
		text-align:right;
		padding:10px;	
}

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

div.cartpage_table {
	margin-top:20px;
}

div.cartpage_table table{
	width:100%;
	margin: 0 auto;
	max-width:800px;
}

div.cartpage_data {
	width: 98%;
	max-width:800px;
	margin: 0 auto;
}

div.cartpage_title {
	color: #ee372a;
	padding: 10px 0px;
	font-size: 120%;
	text-align: center;
	margin: 0px auto 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #ee372a;
}

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;
}

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

div.cartpage_blockin2 input {
	background: #333;
	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:#ee372a;
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.allfilterscolumn {
	background:#f6f8ff;
	border-radius:20px;
	padding:10px;
}


div.filterscolumn {

}


div.filtercolumn {
	
}


div.filterscolumntitle {
   display:none;
}


div.filterscolumntitleicon {
    display:none;
}

div.filtercolumnname {
	text-align:left;
	margin-top:6px;
	margin-bottom:6px;
	padding:5px;
}

div.filterparamcheck {
    color: #333;
	display:inline-block;
	vertical-align:middle;
}

div.filterparamsep {
   color: #333;
   display:inline-block;
   vertical-align:middle;
   
}

div.filterparamname {
   color: #333;
   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.megacatalogmob {
	display:none;
}

div.megacataloginmob {
	display:none;
}

div.megacatalog {
	width:100%;
	background:#05303b;
}

div.megacatalogin {
	display:table;
	width:100%;
	max-width:1600px;
	position:relative;
	cursor:pointer;
	cursor:hand;
	margin:0 auto;
}

div.megacatalogseparator {
	background:#333;
	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:#ff6959;
	cursor:pointer;
	cursor:hand;
}

div.megacategory a.megacategory{
	color:#FF6959;
	font-size:120%;
}

div.megacategory:hover a.megacategory{
	color: #fff;
	font-size:120%;
}

div.activemegacategory {
	display:table-cell;
    vertical-align: middle;
	cursor:pointer;
	cursor:hand;
	background:#ff6959;
}

a.megacategory {
	display:table-cell;
    vertical-align: middle;
	color:#333;
	-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:120%;
}

div.megacatalogposition {
	padding:15px 15px 15px 15px;
	text-align:center;
	display: table-cell;
    vertical-align: middle;
}

div.megacatalogposition a{
	height:48px;
}

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:#ff6959;
	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.compare_block {
	
}

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

div.compare_in2 {
	display:inline-block;
	margin-left:10px;
}

/* Страница сравнения */

div.comparepage {

}

table.comparetable {

}

input.compareset1 {

}

input.compareset2 {

}

td.comp_delete {

}

td.comp_name {
	text-align:left;
	padding:8px 0;
}

td.comp_name a{
	font-size:110%;
	text-decoration:none;
}

td.comp_name a:hover{
	font-size:110%;
	text-decoration:none;
	color:#ee372a;
}

td.comp_code {

}

td.comp_img {
	height:150px;
	vertical-align:middle;
	text-align:center;
}

td.comp_img img{
	max-width:150px;
	max-height:150px;
}

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

span.comp_oldprice {

}

span.comp_actprice {

}

tr.comparecharrow0 {

}

tr.comparecharrow1 { 

}

td.comparecharname {

}

td.comparechartext {

}

div.comp_nodata {

}


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

	div.topchapters {
		display:none;
	}

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


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:white;
}

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

div.menuchapters_block {
	padding:5px; 
	text-align:left;
	font-size:13px; 
	color:#fff;
	border-bottom:1px solid #e8f1f2;
}

div.menuchapters_block a{
	font-size:120%;
	color:#fff;
	text-decoration:none;
}

div.menuchapters_block:hover a{
font-size:120%;
	color:#e8f1f2;
	text-decoration:none;
}

















div.seemegacatmob {
	width:100%;
}

div.seemegacatmob input{
	width:100%;
	padding:15px 0;
	font-size:130%;
}

div.seemegacatmob input:hover{
	width:100%;
	padding:15px 0;
	font-size:130%;
}

div.megacatmobcat0 {
	background:#25303b;
	padding:10px;
	color:#ff6959;
	-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;
	text-align:center;
	margin:1px 0;
}
div.megacatmobcat0 a{
	color:#ff6959;
}
div.megacatmobcat0:hover {
	background:#ff6959;
	padding:10px;
	color:#fff;
	text-align:center;
	margin:1px 0;
}
div.megacatmobcat0 a:hover{
	color:#fff;
}

div.megacatmobcat1 {
	border-bottom:1px solid #25303b;
	padding:10px;
	color:#ff6959;
	-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;
	text-align:center;
	margin:1px 0;
}
div.megacatmobcat1 a{
	color:#25303b;
}
div.megacatmobcat1:hover {
	border-bottom:1px solid #25303b;
	padding:10px;
	color:#fff;
	text-align:center;
	margin:1px 0;
}
div.megacatmobcat1 a:hover{
	color:#25303b;
}


div.megacatbackmob {
	background:#ff6959;
	padding:10px;
	color:#fff;
	text-align:left;
	margin:1px 0;
}
div.megacatbackmob a:hover{
	color:#fff;
}

div.seemegacatmob {
	margin:5px 0;
	text-align:center;
}








@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;
	}
	
	
	
	td.cartall {
		
	}
	
	td.cartalldelete {
		
	}
	
	div.cartpage_blockin11 {
		display:block;
		width:100%;
		padding:0px;
	}

	div.cartpage_blockin12 {
		display:block;
		padding:0px;
		width:100%;
	}
	
	div.cartpage_title {
		display:none;
	}
	
	div.account_userdatacolumn1 {
		display:block;
		width:100%;
		vertical-align:top;
	}

	div.account_userdatacolumn2 {
		display:block;
		width:100%;
		vertical-align:top;
		float:clear;
	}
	
	
	}