
body {
	margin:0;
	font-family: verdana,Arial,sans-serif;
	font-size: 14px;
	background: #fff;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

div.relative{
	position:relative;
}

div.absolute{
	position:absolute;
}

div.table {
	display:table;
	position:relative;
	width:100%;
}

div.centertable {
	display:table;
	position:relative;
	margin:0 auto;
}

div.cellrelative {
	display:table-cell;
	position:relative;
}

div.inlinerelative {
	display:inline-block;
	position:relative;
}

div.verseparator {
	display:table-cell;
	height:100%;
}

div.horseparator {
	display:block;
	width:100%;
}

table.allwidth {
	width:100%;
}


/*-- ??????????? ??? --*/

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

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

input[type="button"]{
	cursor:pointer;
	cursor:hand;
	text-align:center;	
	font-family:RobotoBold, verdana, Arial, sans-serif;
	font-size: 18px;
	color: #000;
	background:#fff;
	border:0;
	 border-radius: 3px;
	 padding: 10px 20px;
	  border: 1px solid #cbcbcb;
	 outline:none;
	-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;
	 
}

input[type="button"]:hover {
	cursor:pointer;
	cursor:hand;
	text-align:center;	
	font-family:RobotoBold, verdana, Arial, sans-serif;
	font-size: 18px;
	 padding: 10px 20px;
	  background: #000;
 
  border-radius: 3px;
 
   border: 1px solid #cbcbcb;
 color: #fff;
	outline:none;
}



/*-- ????? ????? ?????? ??????? --*/

input.close{
	padding:3px 8px ;
}

input.close:hover{
	padding:3px 8px ;
}


  
input[type="checkbox"]{
-ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
}
  
/*-- ????? ????? ??? ????? ????? --*/

input[type="text"]{
	font-size:15px;
	font-family: verdana, Arial, sans-serif;
	width:100%;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#fff;
	outline:none;
	color: #555;
	 border: 1px solid #555;
	-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;
}
input[type="text"]:focus{
	box-shadow:0 0 3px silver;
}


/*-- ����� ��� ���� ����� ������ --*/

input[type="password"]{
	font-size:15px;
	font-family: verdana, Arial, sans-serif;
	width:100%;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#fff;
	outline:none;
	color: #555;
	 border: 1px solid #555;
	-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;
}

input[type="password"]:focus{
	box-shadow:0 0 3px silver;
}
/*-- ����� ��� ���� ����� (��� ������) --*/

input.fail{
	font-size:13px;
	font-family: verdana, Arial, sans-serif;
	width:100%;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#ffdcdc;
	outline:none;
	color:#000;
	border:1px solid #ffa2a2;
}

input.fail:focus{
	box-shadow:0 0 3px #ff5656;
}
/*-- ����� ��� ���������� ����� --*/

textarea {
	font-size:15px;
	font-family: verdana, Arial, sans-serif;
	width:100%;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#fff;
	outline:none;
	color: #555;
	 border: 1px solid #555;
	-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;
}

textarea:focus{
	box-shadow:0 0 3px silver;
}
/*-- ����� ��� ���������� ���� (��� ������) --*/

textarea.fail{
	font-size:13px;
	font-family: verdana, Arial, sans-serif;
	width:100%;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#ffdcdc;
	outline:none;
	color:#000;
	border:1px solid #ffa2a2;
}

textarea.fail:focus{
	box-shadow:0 0 3px #ff5656;
}
/*-- ����� ��� ����������� ������ --*/

select{
	font-size:15px;
	font-family: verdana, Arial, sans-serif;
	width:100%;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#fff;
	outline:none;
	color: #555;
	 border: 1px solid #555;
	-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;
}

select:focus{
	box-shadow:0 0 3px silver;
}
/*-- ����� ��� ����������� ������ (��� ������) --*/

select.fail{
	font-size:13px;
	font-family: verdana, Arial, sans-serif;
	width:100%;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#ffdcdc;
	outline:none;
	color:#000;
	border:1px solid #ffa2a2;
}

select.fail:focus{
	box-shadow:0 0 3px #ff5656;
}
/*-- ????? ??????? ??? ?????? --*/

div.textfail{
	font-size:11px;
	font-family: verdana,Arial, sans-serif;
	margin:3px 0;
	color:red;
	padding:5px;
	
	
}

/*-- ????? ??????? ??? ??????, ????????? --*/

td.solutionfail {
	color:red;
}

span.star {
	color:red;
}

/*-- ????? ??????? ????? ?????? ?? ??????? --*/

div.nothingfound{
	text-align:center;
    color: red;
    font-size: 11px;
    font-weight: bolder;
    padding: 3px;
}


div.topheader {
height:60px;

}

div.header {
	width:100%;
	  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

	 position:fixed;
	
	z-index:200;
	border-bottom: 2px solid #363636;
	box-shadow:0 0 5px #363636;
}

div.tabheader {
padding: 2px;
}

div.headerleft {
vertical-align:middle;
}
div.headercenter {
vertical-align:middle;

}
div.headerright {
vertical-align:middle;
padding-right:20px;
}

div.topfooter {
height:50px;
}

div.footer {
	width:100%;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

	position:fixed;
	padding:5px 0;
	z-index:200;
	border-top: 2px solid #363636;
	box-shadow:0 0 5px #363636;
	bottom:0;
}

div.footerleft {
	vertical-align:middle;
}

div.footerright {
	vertical-align:middle;
}

input.subchapters {
cursor:pointer; cursor:hand; 
background:url("/themes/sapsan/menu.png") no-repeat;
width:30px;
height:30px;
border:0;
border-radius:0;
font-size:0;
}
input.subchapters:hover {
cursor:pointer; cursor:hand; 
background:url("/themes/sapsan/menu.png") no-repeat;
width:30px;
height:30px;
border:0;
border-radius:0;
font-size:0;
}
div.chaptersdiv {
	background:white;
	padding:5px;
	border:1px solid silver;
	box-shadow:0 0 3px silver;
	z-index:200;
	    left: -5px;
}

div.chapters {

width:100%;
}

div.topcatmobileseparator {
margin:5px 0;
background:#eee;
height:1px;
}

div.chaptertop {
	padding:5px;
	
}
div.chaptertop a {
	font-size:13px;
	
	text-decoration:none;
	color:#7c7c7c;
}

div.chapter0 {
	text-align:center;
	padding:15px 15px;
	cursor:pointer;
	cursor:hand;
	white-space:nowrap;
	background: rgb(61,61,61);
	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;
	margin:0 auto;
	margin:10px 0;
	box-shadow:0 5px 10px silver;
}
div.chapter0:hover {
padding:15px 15px;
	cursor:pointer;
	cursor:hand;
	white-space:nowrap;
	border-radius:3px;
	margin:0 auto;
	  margin:10px 0;
	  text-align:center;
	  background:white;
	  box-shadow:0 5px 10px silver;
}

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

div.chapter0:hover a{
	color: #555;
	text-decoration: none;
}

div.search {
	width:100%;
}

input.search {
	font-size:18px;
		border:1px solid #cbcbcb;
}


div.searchbut {
	position:relative;
	top:-3px;
	padding:0 0px 0 5px;
}

input.searchbut {
	height:28px;
	background:url("/themes/sapsan/search.png")no-repeat;
	width:28px;
	border:0;
	
	font-size:0;
	padding:0;
}
input.searchbut:hover {
	height:20px;
	background:url("/themes/shablon2/search.png")no-repeat;
	width:20px;
	border:0;
	
	font-size:0;
	padding:0;
}



/*-- ???????? ???????? (??????) --*/
/*-- ???????? ??? ?????? ???????  (??????)  --*/

div.articlespage {
   
}

/*-- ??????????? ?? ??????????? --*/

div.articleshorseparator {
	height:1px;
	border-bottom:1px solid #eee;
	margin:5px 0;
}

/*-- ???? ????? ???????  (??????)  --*/

div.articlepage {
	padding:10px;
}



/*-- ???? ???????? ?????  --*/

div.articlepageimg {
	vertical-align:middle;
	margin-bottom:5px;
	text-align:center;
}

/*-- ???????? ?????  --*/

img.articlepageimg {
	max-width:100%;
	max-height:130px;
	vertical-align:middle;
}


/*-- ???? ??? ???????? ? ????  --*/

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


/*--  ????????   --*/
div.articlepagename {
	text-align:center;
}

div.articlepagename a {
	  text-decoration: none;
  color: #000;
  font-size:16px;
  font-weight:bolder;
}

div.articlepagename a:hover {
	  text-decoration: underline;
  color:  #000;
  font-size:16px;
  font-weight:bolder;
}





/*-- ???????? ??????? ????? (??????) --*/
/*-- ???? ??? ?????? ?????  --*/


/*-- ???????? ??????? (??????)  --*/

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

h1.articlename {
	text-decoration:none;
	 color: #000;
	font-size:20px;
	font-weight:bolder;
	padding:0px;
	margin:0;	
	margin-top:10px;
	margin-bottom:2px;
}

/*-- ?????? ????? ??????? (??????)  --*/

div.articletext {
	padding:10px;
	font-size:14px;
}



/*-- ???????? ???????????? --*/
/*-- ????? ???? ??? ????????????  --*/

/*-- ???? ?????? ???????????  --*/

div.commentpage {
	margin:3px 0 3px 0;
	
	padding:10px;
}

/*-- ??????????? ??????  --*/

div.commenthorseparator {
	height:1px;
	border-bottom:1px solid silver;
}

/*-- ???? ??? ??? ? ????  --*/

div.commentinfo {
	display:table;
	width:100%;
	padding-bottom:7px;
}


/*--  ???   --*/

div.commentname  {
	float:left;
   color: rgb(11, 102, 136);
	font-size:14px;
}

/*-- ????  --*/

div.commentdate  {
	float:right;
	color: silver;
	font-size:12px;
}
span.quote {
	color: rgb(11, 102, 136);
	font-weight:bolder;
	cursor:pointer;
	cursor:hand;
	font-size:12px;
}
/*-- ??????? ?????  --*/

div.commenttext {
	text-align:left;
	font-size:12px;
}

/*-- ??????? ???????? ???????????  --*/

div.seecomments {
	      color: rgb(11, 102, 136);
    font-size: 16px;
	text-align:center;
}


td.addcommenttitle {
	   color: rgb(11, 102, 136);
    font-size: 14px;
	text-align:center;
}


/*-- ???? ???????? ???????????  --*/

div.addcomment {
margin:5px 0 15px 0;
}

/*-- ????? ??????? ?????????? ????????????  --*/

table.addcomment {
	width:100%;
	margin:0 auto;
	margin-top:20px;
	border-top:1px solid silver;
	font-size:12px;
	text-align:left;
	padding-top:20px;
}


/*-- ?????? ???????? ???????????  --*/

td.addcommentbut {
	text-align:center;

}

input.addcomment  {

}


/*-- ??? ???????? ????????  --*/
/*-- ???????? ??? ?????? ????????  --*/

div.galleryimg {
text-align:center;
}

img.galleryimg {
	max-width:90%;
}

div.gallerytext {
text-align:center;
}

div.galleryhorseparator {
height:1px;
border-bottom:1px solid silver;
margin:5px 0;
}


/*-- ПЕРЕХОДЯЩАЯ ССЫЛКА (хлебные крошки) --*/
/*-- Общий блок для ссылки --*/


div.linkblock {
	margin-bottom:10px;

    
	text-align:left;
    position: relative;
     z-index: 100;
	 padding:5px;
	 box-sizing:border-box;
}

/*-- Блок для неактивной ссылки --*/

div.link {
	vertical-align:middle;
}

/*-- Неактивная ссылка --*/

div.link a {
    color: #707070;
	font-size:11px;
	text-decoration:none;
	-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.link a:hover{
    color:#171717;
	font-size:11px;
	text-decoration:none;
}

/*-- Активная ссылка --*/

div.linkactive {
	vertical-align:middle;
    color:#171717;
	font-size:11px;
	text-decoration:underline;
}

div.linkactive a{

}

div.linkicon {
    padding: 0 10px;
	color: #707070;
}



div.breads {
    margin: 0 auto;
    padding: 0 0 5px 0px;
    
}

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

div.link a:hover {
    
    text-decoration: underline;
}

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

div.linkactive a {
   
}

div.linkactive a:hover {
    text-decoration: underline;
   
}



/*-- ???????? FAQ (??????-?????) --*/
/*-- ????? ???? ??? ????????  --*/


/*-- ???? ?????? ???????????  --*/

div.faqpage {
	padding:10px;

}

/*-- ?????????????? ??????  --*/

div.faqhorseparator {
    height: 1px;
	border-bottom:1px solid silver;
	margin:5px 0;
}

div.faqtextseparator {
    height: 1px;
	
}

/*-- ???? ??? ??? ? ????  --*/

div.faqinfo {
	display:table;
	width:99%;
	
	padding:5px;
}

div.faqanswerinfo {
	display:table;
	width:99%;
	
}

/*--  ???   --*/

div.faqname  {
	display:table-cell;
    color: rgb(11, 102, 136);

}

/*-- ????? ??????? --*/

div.faqtext {
 text-align:left;
	padding:5px;
}

/*-- ??????? ????? --*/

div.faqanswername  {
	float:left;
   color: rgb(11, 102, 136);


    text-transform: uppercase;
	display:table-cell;
	padding:5px 5px 5px 30px;
}

/*-- ????? ??????  ? ???? ??? ??????--*/

div.faqanswer {
	margin-left:30px;
	text-align:left;
	 background:#efefef;
	border-radius:5px;
	padding:8px;
}

/*-- ???? ???????  --*/

div.faqdate  {
	float:right;
	text-align:right;
	color:silver;
	font-size:11px;
}

/*-- ???? ??????  --*/

div.faqanswerdate  {
	float:right;
	
	color:silver;
	display:table-cell;
}


/*-- ??????? ?????? ??????  --*/

td.addfaqtitle {
   color: #ec6d58;
   
	text-align:center;
	
}


/*-- ???? ?????? ??????  --*/

div.addfaq {

}

/*-- ????? ??????? ?????? ??????  --*/

table.addfaq {
	width:100%;
	margin:0 auto;
    color: #808080;
   
	text-align:left;
}


/*-- ?????? ?????? ??????  --*/

td.addfaqbut {
	text-align:center;

}

input.addfaq  {

}


div.answerform {
	position:fixed;
	background:#efefef;
	border:2px solid #555;
	padding:10px;
	display:none;
	z-index:500;
	width:90%;
}

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

div.searchtextname {
	text-align:left;
	margin:10px 0;
	
	
}

div.searchtextname a {
	text-decoration: none;
	color: rgb(11, 102, 136);
	
}

div.searchtextname a:hover {
	text-decoration: none;
	color:rgb(11, 102, 136);
}

div.searchtext {
font-size:14px;
}

div.commentsarticle {
	padding:10px;
	border-top:1px solid silver;
	display:none;
}
div.addcommentarticle {
display:none;
}

/*-- ??????????? ???? ????? --*/
/*-- ????? ???? ???????????? ???? --*/

div.enterform {
	position:fixed;
   background: #d9d9d9; /* Old browsers */
background: -moz-linear-gradient(top,  #d9d9d9 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d9d9d9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d9d9d9 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d9d9d9 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d9d9d9 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d9d9d9", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */

   box-shadow:0 0 5px silver;
    border-radius: 5px;
	padding:10px;
	display:none;
	z-index:500;
	width:90%;
}

/*-- ?????????? ???? ???????????? ???? --*/

div.enterinfo {

}

/*-- ???????? ???? ????? --*/

td.titleenter {
	font-size: 16px;
	
}

div.titleenter {
	font-size: 12px;
	
}


/*-- ?????? ??????????? ????? ??????? --*/

input.authfb {
	padding:0;
	border:0;
	width:50px;
	height:50px;
	background:url(/themes/lshopcmsv7/f.png) no-repeat center;
	font-size:0;
}

input.authfb:hover {
	padding:0;
	border:0;
	width:50px;
	height:50px;
	background:url(/themes/lshopcmsv7/f.png) no-repeat center;
	font-size:0;
}


input.authvk {
	padding:0;
	border:0;
	width:50px;
	height:50px;
	background:url(/themes/lshopcmsv7/vk.png) no-repeat center;
	font-size:0;
}

input.authvk:hover {
	padding:0;
	border:0;
	width:50px;
	height:50px;
	background:url(/themes/lshopcmsv7/vk.png) no-repeat center;
	font-size:0;
}


input.authod{
	padding:0;
	border:0;
	width:50px;
	height:50px;
	background:url(/themes/lshopcmsv7/od.png) no-repeat center;
	font-size:0;
}

input.authod:hover {
	padding:0;
	border:0;
	width:50px;
	height:50px;
	background:url(/themes/lshopcmsv7/od.png) no-repeat center;
	font-size:0;
}

input.authgg{
	padding:0;
	border:0;
	width:50px;
	height:50px;
	background:url(/themes/lshopcmsv7/g.png) no-repeat center;
	font-size:0;
}

input.authgg:hover {
	padding:0;
	border:0;
	width:50px;
	height:50px;
	background:url(/themes/lshopcmsv7/g.png) no-repeat center;
	font-size:0;
}

/*-- ????????? ?????? ???? --*/

td.enterposition {
	text-align:center;
}


/*-- ?????? ???? ??? ???????????? ????--*/

input.enterbut {
	text-align:center;
}


/*-- ?????????? ??????? ?????????? --*/

td.solutionfail {
	color:red;
}

/*-- ??????? ?????? ?????? --*/

span.forgetpass {
	cursor:pointer;
	cursor:hand;
	color:#fc273c;
}

span.forgetpass:hover {
	cursor:pointer;
	cursor:hand;
	color:#fc273c;
	text-decoration:underline;
}


/*-- ?????? ????????? --*/


input.send{
	
}




div.language {
display:table-cell;
padding:0 0 0 2px;
    cursor: pointer;
   
    
    position: relative;
    opacity:0.2;
-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:table-cell;
opacity:1;
  
    cursor: pointer;
    
    
    position: relative;
}

div.languageact {
display:table-cell;
padding:0 0 0 2px;
  opacity:1;
    cursor: pointer;
    
    
    position: relative;
}




/*-- ?????? ???? --*/
input.enterbuthor{
background:url("/themes/lshopcmsv7/user.png");
width:30px;
height:30px;
padding:0;
border:0;
text-transform:none;
}

input.enterbuthor:hover{
background:url("/themes/lshopcmsv7/user.png");
width:30px;
height:30px;
padding:0;
border:0;
text-transform:none;
}







/*-- ???????? ???????? --*/
/*-- ??????? ??????????? --*/
div.accountpage {
   padding: 10px;
    
}

/*-- ????? ???? ??? ?????????? ?? ????????? ????????? --*/
div.accountinfo {

}

/*-- ?????? ??????????? --*/
div.userwelcome {
    color:#000;
    font-size: 14px;
    font-weight: bolder;
    position: relative;
	padding:3px;
	
}




/*-- ??????? --*/
/*-- ????? ???? ??? ??????? --*/

div.accounttabs {
   
   margin-bottom:10px;
   
   position:relative;
   top:2px;
   box-shadow: 0 2px 5x silver;
}

/*-- ???? ??? ????? ??????? --*/
div.accounttabinfo {
  
	
  margin-bottom:10px; 	
}

/*-- ???? ??? ????? ??????? --*/
div.accounttabposition {
   
	
}


/*-- ?????????? ??????? --*/
div.accounttab  {
	text-align:center;
	padding:15px 15px;
	cursor:pointer;
	cursor:hand;
	white-space:nowrap;
	background: rgb(61,61,61);
	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;
	margin:0 auto;
	margin:10px 0;
	box-shadow:0 5px 10px silver;
	color:#fff;
}

/*-- ?????????? ??????? ??? ?????????--*/
div.accounttab:hover {
 padding:15px 15px;
	cursor:pointer;
	cursor:hand;
	white-space:nowrap;
	border-radius:3px;
	margin:0 auto;
	  margin:10px 0;
	  text-align:center;
	  background:white;
	  box-shadow:0 5px 10px silver;
}


/*-- ???????? ??????? --*/
div.accountactivetab {
	 padding:15px 15px;
	cursor:pointer;
	cursor:hand;
	white-space:nowrap;
	border-radius:3px;
	margin:0 auto;
	  margin:10px 0;
	  text-align:center;
	  background:white;
	  box-shadow:0 5px 10px silver;
}



/*-- ??????? ???????????? ?????? --*/
/*-- ????? ??????? ??? ???????  --*/
table.userdataaccount {
	margin:0 auto;
	width:96%;
	
    font-size: 11px;
    text-align: left;
   
}

/*-- ???????? ???????????? ?????? --*/
td.titleuserdata {
     color:#fc273c;
    font-size: 14px;
   
	
}

/*-- ??????? ???? ?????????? ?????????? --*/
td.infouserdata {
   
    font-size: 12px;
    position: relative;
    
}


/*-- ???? ??? ?????? ????????????? --*/
td.accounteditbut {
	text-align:center;
}

/*-- ?????? ????????????? --*/


input.editbut  {
	
}



/*-- ??????? ???????? ?????? --*/
/*-- ????? ??????? ??? ???????  --*/
table.ordersaccount {
	margin:0 auto;
	width:100%;
	
    text-align: left;
   
}
table.cartpagetable {
width:100%;
}
/*-- ????? ??????? ??? ?????? ??????  --*/
td.oneorderaccount {
	
}

/*-- ????? ??????  --*/
td.ordernumber {
    color: #333;
	font-size: 14px;

    padding: 3px;
    position: relative;
   
}

/*-- ?????? ??????  --*/
td.orderinfo {
    color: #333;
    font-size: 14px;
    padding: 3px;
    position: relative;
  
}

/*-- ??????? ?????????  --*/
span.seemoreorder {
	cursor:pointer;
	cursor:hand;
    color: #e2534b;
    padding: 3px;	
}

/*-- ??????? ?? ????? (????) --*/



div.catalog {
	
}

div.category0 {
	text-align:center;
	padding:10px 10px;
	cursor:pointer;
	cursor:hand;
	white-space:nowrap;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

	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;
	margin:0 auto;
	margin:10px 0;
	box-shadow:0 3px 5px silver;
}
div.category0:hover {
padding:10px 10px;
	cursor:pointer;
	cursor:hand;
	white-space:nowrap;
	border-radius:3px;
	margin:0 auto;
	  margin:10px 0;
	  text-align:center;
	 background: #363636;
	  box-shadow:0 3px 5px silver;
}

div.category0 a{
	color: #363636;
	text-decoration: none;
}

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


/*-- ???????? ??????? ???????????? ?????--*/
/*-- ????? ???? ??? ???????? ??????? --*/

div.productblock {
	padding:10px 0;
	border-bottom:1px solid silver;
	margin-bottom:10px;
}

div.productimg {
	width: 150px; 
	text-align:center;
}

div.productimg img {
	max-width: 130px; 
	max-height:130px;
}

div.catproductname {
	
}

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

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

div.catproductprice {
	text-align:left;
	color: #4dcb4d;
    font-size: 20px;
	margin:8px 0;
	
}

div.veroldprice{
    color: silver;
   font-size:12px;
   	font-weight:normal;
    text-decoration: line-through;
}

/*-- ????????? ???? ?????? --*/

div.veractprice{
   
}

div.verproductbuy {

}

input.verproductbuybutton{
	
	border:0;
	background:#4dcb4d;
	color:white;
}

input.verproductbuybutton:hover{
	
	border:0;
	background:#B72702;
	color:white;
}

input.productbuybutton{
	
	border:0;
	background:#4dcb4d;
	color:white;
}

input.productbuybutton:hover{
	
	border:0;
	background:#B72702;
	color:white;
}

input.leftproduct {
	font-size:16px;
	padding:5px 15px;
}
input.leftproduct:hover {
	font-size:16px;
	padding:5px 15px;
}
input.rightproduct {
	font-size:16px;
	padding:5px 15px;
}
input.rightproduct:hover {
	font-size:16px;
	padding:5px 15px;
}

div.sorting {
	
	 
	 font-size:16px;
	padding: 5px 0;
	
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}



/*-- ???????? ?????? ??????  --*/
/*-- ????? ???????? ??? ????????? ??????--*/

div.inproductimg {
	
	text-align:center;
}

div.inproductimg img {
	max-width: 80%;
	max-height:200px;
}

div.inproductname {
	text-align:center;
}

h1.inproductname {
	color: #000;
    font-size: 18px;
    text-decoration: none;
	padding:0;
	margin:5px 0 10px 0;
}


/*-- ??????? ????? ??????--*/

div.inproductcode{
	font-size: 14px;
	color:#555;
	padding:3px 0 6px 0 ; text-align:center;
}

div.inproductstatus{
	font-size: 12px;
	color:#333;
	padding:3px 0 6px 0 ; text-align:center;
}

/*-- ???? ??????--*/

div.inproductprice{
	text-align:left;
	color: #4dcb4d;
    font-size: 20px;
	
	margin:10px 0 10px 0; text-align:center;
}

/*-- ??????? ???? ?? ??????? ??????--*/

div.inpricefor{
	color: #555;
    font-size:14px;
	padding:5px 0px; text-align:center;
}

/*-- ?????? ???? ??????--*/

div.inproductoldprice{
    color: #555;
    text-decoration: line-through;
    font-size: 14px;	 text-align:center;
}

/*-- ????????? ???? ??????--*/

div.inproductactprice{
    color:red;
    font-size: 25px;
	font-weight:bolder;
	text-transform:uppercase;
	text-align:center;
}


div.inproductbuy {
	margin:0 auto;
	text-align:center;
}

div.productbuyamount{
position:relative;
top:1px;
}

input.inproductamount {
	font-size:18px;
	
}




/*-- ?????????????? ????????? ??????--*/
/*-- ????? ???? ??? ?????????????? ?????????? ??????--*/

div.productoptions {
	
	margin:3px 0;
}

/*-- ????? ???? ?????????? ???? ??????--*/

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

/*-- ???????? ????????? ?? ?????--*/

div.productoptionname {
    color: #000; text-align:center;
    font-size: 12px;
	padding:3px;
	
	vertical-align:middle;
}
div.productoptionsel {
   
}

/*-- ????????? ???????? ??????????? ??????--*/

div.productoptionselect {
    color:#000; text-align:left;
    font-size:12px;
	padding:5px;
	border:1px solid silver;
	background:url("/themes/lshopcmsv7/arrowdown.png") no-repeat #ffffff;
	background-position:99% 50% ;
	width:160px;
	
	cursor:pointer;
	cursor:hand;
	
}

/*-- ???? ??????????? ?????? ??????????--*/

div.inproductoptiondropdown {
	color:#000;
    font-size:12px;
	text-align:left;
	    top: -1px;
	z-index:300;
	background:#ffffff;
	cursor:pointer;
	cursor:hand;
	border:1px solid silver;
	
}

/*-- ???? ?????? ??????????? ?????? ??????????--*/

div.inproductoptionrow {
    color:#555;
    font-size:12px;
	background:#ffffff;
	 padding: 5px;
	text-align:left;
	width:160px;
	
	cursor:pointer;
	cursor:hand;
	
 
}

/*-- ???? ?????? ??????????? ?????? ??????????--*/

div.inproductoptionrow:hover{
    color:#555;
    font-size:12px;
	background:#eee;
	  padding: 5px;
	width:100%;
	
	cursor:pointer;
	cursor:hand;
	
	 
}


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




div.producttabs {
margin:15px 0;
}


div.producttab {
	text-align:center;
	padding:10px 10px;
	cursor:pointer;
	cursor:hand;
	white-space:nowrap;
	background:#363636;
	color:#f9bf1a;
	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;
	margin:0 auto;
	margin:10px 0;
	font-size:14px;
	box-shadow:0 5px 10px silver; color: #fff;
}
div.productactivetab {
padding:10px 10px;
	cursor:pointer;
	cursor:hand;
	white-space:nowrap;
	border-radius:3px;
	margin:0 auto;
	  margin:10px 0;
	  text-align:center;
	 background:#f9bf1a;
	color:#363636;
	font-size:14px;
	  box-shadow:0 5px 10px silver; color: #000;
}



div.inproducttext {
	padding:10px;
}

div.zagtitle {
	 
	 margin:20px 0;
	padding: 10px 0; background:#363636;
	color:#f9bf1a;
	text-align:center;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}

table.inproductchars {
	width:100%;
	font-size:12px;
}
td.inproductcharname {
	width:50%;
	padding:5px;
}
td.inproductchartext {
padding:5px;
}

tr.inproductcharrow0 {
	background:#eee;
}



/*-- ???????? ????????????? ? ?????????--*/
/*-- ???? ??? ???????? ????????? --*/

/*-- ???? ??? ???????? ????????? --*/

div.brandviewinfo {
	

}


div.brandviewhorseparator {
	height:1px;
	border-bottom:1px solid silver;
	margin:20px 0;
}

div.brandviewimg {
text-align:center;
}

img.brandviewimg {
max-width:90%;
max-height:200px;
}


/*-- ???????? ?????? ????????????? --*/
/*-- ????? ???? ??? ???????????? --*/

div.brandname {
	padding:10px;
}


h1.brandname {
	padding:0px;
	margin:0px;
}


/*-- ?????? ???????? ???????????? --*/

div.brandtext{
	text-decoration:none;
	padding:10px;
}


div.cartblock {
	background:url("/themes/sapsan/cartsm.png") no-repeat center;
	width:30px;
	height:30px;
	cursor:pointer;
	cursor:hand;
}



/*-- ????? ???????? --*/

/*-- ?????? ??????? --*/
/*-- ????? ???????? ??? ?????? ??????? --*/



td.cartimg {
	width:100px;
}

img.cartimg {
	max-width:80px;
}

td.cartdelete {
vertical-align:top;
text-align:right;
}

input.cartdelete {
	font-size:14px;
	border-radius:30px;
	width:30px;
	height:30px;
	padding:0;
}
input.cartdelete:hover {
	font-size:14px;
	border-radius:30px;
	width:30px;
	height:30px;
	padding:0;
}

td.cartprice {
color: #c7340a;
font-weight:Bolder; text-align:left;
}
td.cartpricedel {
color: #c7340a;
font-weight:Bolder; text-align:right;
}
td.cartcode {
color: #000;
}

a.cartname {
color: #555;
text-decoration:none;
}
a.cartname:hover {
color: #000;
text-decoration:none;
}

td.cartallsumm {
	text-align:right;
	color: #c7340a;
font-weight:Bolder;
font-size:26px;
}

table.orderdata {
width:100%;
font-size:20px;
}

td.orderdatabut {
	text-align:center;
}

input.cartamount {
	font-size:20px;
	width:60px;
}

div.cartonload {
	position:absolute; text-align:center;top:3px; left:-2px; background:white; border:1px solid red; border-radius:20px; color:red; font-size:14px; width:21px; height:21px; font-weight:bolder; line-height:20px;
}

div.cartblock {
	width:30px; height:30px;
}

div.cartmodulinfo {
	position:relative; left:6px;
}


/*-- ?????? ??????? --*/

input.privat24{
	background: url("/themes/lshopcmsv7/privat.jpg");
border:0;
width:100px;
height:30px;
padding:0;
font-size:0;
cursor:pointer;
cursor:hand;
}

input.privat24:hover {
background: url("/themes/lshopcmsv7/privat.jpg");
border:0;
width:100px;
height:30px;
padding:0;
font-size:0;
cursor:pointer;
cursor:hand;
}


/*-- ?????? liqpay --*/

input.liqpay{
	background: url("/themes/lshopcmsv7/liqpay.jpg");
border:0;
width:100px;
height:30px;
padding:0;
font-size:0;
cursor:pointer;
cursor:hand;
}

input.liqpay:hover {
	background: url("/themes/lshopcmsv7/liqpay.jpg");
border:0;
width:100px;
height:30px;
padding:0;
font-size:0;	
cursor:pointer;
cursor:hand;
}




div.allfilterscolumn {
background:#F9F9F9;
padding:10px;
border-top:1px solid silver;
border-bottom:1px solid silver;
box-shadow:0 0 3px silver;
}

div.filtercolumn {
margin:10px 0;
font-size:14px;
}

div.filtercolumnname {
margin:0 auto;
margin-top:15px;
margin-bottom:15px;
text-align:center;
cursor:pointer;
cursor:hand;
color:#7c7c7c;

font-size:16px;
}



div.filtercolumnparamname {

}

div.filterparaminfo {
	padding:8px;
}

div.filterparamname {
padding-left:20px;
vertical-align:top;
 width:100%;
	cursor:pointer;
	cursor:hand;
}

select.filter {
font-size:14px;
padding:10px;
}

input.filter {
font-size:14px;
padding:10px;
}

div.filterslider {
margin:15px 0;
}

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



/* ������� */

div.sliderback {
	
}

div.slider {
	
}

div.advbanner {
	position:absolute;
}

div.sliderarrows {
	display:none;
}

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

div.sliderright {
	position:absolute;
	z-index:100;
	margin-left:100%;
	left:-54px;
	top:40%;
}

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

div.sliderbuttonsin {
	
}

div.sliderbutton {
	display:inline-block;
}

div.slidernext {
	background:#171717;
	box-shadow:0 0 6px black;
	border-radius:20px;
	width:14px;
	height:14px;
	margin:3px;
	font-size:0;
	cursor:pointer;
	cursor:hand;
}

div.slidernextact {
	background:#f9bf1a;
	box-shadow:0 0 6px black;
	border-radius:20px;
	width:14px;
	height:14px;
	margin:3px;
	font-size:0;
	cursor:pointer;
	cursor:hand;
}

.rate {
	display: inline-flex;
	align-items: center;
}

.rate__icon {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}

.rate__icon:hover {
	cursor: pointer;
}

.rate__icon:not(:last-of-type) {
	margin-right: 3px;
}

.rate__icon.-active {
	background-image: url('/themes/sapsan/rate/star-active.png');
} 

.rate__icon.-disabled {
	background-image: url('/themes/sapsan/rate/star-disabled.png');
}

.commentdesc {
	display: flex;
	align-items: flex-start;
}

.commentrate {
	margin-left: auto;
}

.mount {
	margin-top: 5px;
	padding: 0 5px;
}

.mount__form {
	border: 1px solid #eabe35;
}

.form__title {
    margin: 0;
    color: #fff;
    background-color: #eabe35;
    padding: 5px;
	text-align: center;
	font-size: 16px;
}

.form__group {
	padding: 10px;
}

.mount__features {

}


.services {

}

.services__inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.service {
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
	flex: 1;
}

.service:not(:last-of-type) {
	margin-right: 0.5rem;
}

.service__figure {
	flex-basis: 20%;
}

.service__logo {

}

.service__info {
	margin-left: 10px;
}

.service__title {
	margin: 0;
	font-weight: 800;
	font-size: 12px;
}

.service__description {
	margin: 0;
	margin-top: 5px;
	font-size: 12px;
}

/* Customize the label (the container) */
.check {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .check:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .check input:checked ~ .checkmark {
	background-color: #2b3189;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .check input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .check .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

.producttabposition:nth-of-type(1) > div::before {
	content: "\f0f6";
	font-family: FontAwesome;
	margin-right: 5px;
}

.producttabposition:nth-of-type(2) > div::before {
    content: "\f03a";
    font-family: FontAwesome;
    margin-right: 5px;
}

h1.m-title {
	font-size: 20px;
}

h2.m-title {
	font-size: 18px;
}

h3.m-title {
	font-size: 16px;
}

.m-list {

}

.m-list__item {
	font-size: 12px;
}

.m-text {
	font-size: 12px;
}

.m-wrapper {
	width: 100%;
    display: flex;
    justify-content: center;
}

.productonelink {
    padding: 2px;
    border-bottom: 1px solid #000;
    display: inline-flex;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

input.productonebuttonnew {
    padding: 10px;
    font-size: 18px;
    background: #2b3189;
    color: white;
}

.inproductbuy__item {
	margin: 5px 0;
}

div.oneclickform {
	position:fixed;
  	background: #fff;
	border:1px solid #000;
   	box-shadow:0 0 20px #000;
	transform: translate(-50%, -50%);
	padding:20px;
	display:none;
	z-index:2500;
	max-width:400px;
	width: 100%;
}

.oneclickinfo {
	padding: 5px;
}

div.questform {
	position:fixed;
	background: #fff;
	border:1px solid #000;
	box-shadow:0 0 20px #000;
	transform: translate(-50%, -50%);
	border-radius:3px;
	padding:20px;
	display:none;
	z-index:2500;
	max-width:400px;
	width: 100%;
}

/*-- Внутренний блок всплывающего окна --*/

div.questinfo {
	padding:5px;
}

/*-- Заглавие окна ЗАДАТЬ ВОПРОС --*/

td.questtitle {
	color: #2b3189;
    font-size: 18px;
	text-transform:uppercase;
	text-align:center;
}

/*-- Стиль для таблицы ввода данных --*/

table.quest {
	color:#7F8C8C;
	font-size:14px;
}

/*-- Позиционирование кнопки задать вопрос  --*/

td.questbuttonposition {
	text-align:center;
}





.fnc--cart--flex {
	display:flex;
	align-items:center;
}




.js__order--city {
	position:relative;
	z-index:5;
}

.js__cart--cities--field--container {
	position:relative;
}
.js__cart--cities--field--inner {
	        position: absolute;
    width: 100%;
    z-index: 40;
    border: 1px solid #555;
    background: #fff;
    top: 0px;
    padding-top: 10px;
    display: none;
    left: 0%;
	font-size: 14px;
	overflow:auto;
	max-height:300px;
}
.js__cart--cities--field--inner #getWarehouseBycity {
	padding:5px 10px;
	border-bottom:1px solid #eee;
	cursor:pointer;
	cursor:hand;
	
}
.js__cart--cities--field--inner #getWarehouseBycity:hover {
	padding:5px 10px;
	border-bottom:1px solid #eee;
	cursor:pointer;
	cursor:hand;
	background:#fbfbfb;
	
}




.js__order--warehouse {
	position:relative;
	z-index:3;
}

.js__cart--warehouses--field--container {
	position:relative;
}
.js__cart--warehouses--field--inner {
	    position: absolute;
    width: 100%;
    z-index: 40;
    border: 1px solid #555;
    background: #fff;
    top: 0px;
    padding-top: 10px;
    display: none;
    left: 0%;
	font-size: 14px;
	overflow:auto;
	max-height:300px;
}
.js__cart--warehouses--field--inner #selectWare {
	padding:5px 10px;
	border-bottom:1px solid #eee;
	cursor:pointer;
	cursor:hand;
	
}
.js__cart--warehouses--field--inner #selectWare:hover {
	padding:5px 10px;
	border-bottom:1px solid #eee;
	cursor:pointer;
	cursor:hand;
	background:#fbfbfb;
	
}




div.window1popup {
	display:none;
	position:fixed; opacity:1; box-shadow:0 0 3px 3px silver; 
	top:50%; 
	left:50%; 
	transform:translateX(-50%) translateY(-50%);
	border-radius:10px; 
	max-width:500px; text-align:center; background:#4e5477; font-size:12px;color:#0057da;
	z-index: 10000;
	width:90%;

}


div.window2popup {
	display:none;
	position:fixed; opacity:1; box-shadow:0 0 3px 3px silver; 
	top:50%; 
	left:50%; 
	transform:translateX(-50%) translateY(-50%);
	border-radius:10px; 
	max-width:500px; text-align:center; background:#4e5477; font-size:12px;color:#0057da;
	z-index: 1000;
	width:90%;

}
div.window2popup input {
	max-width:300px;
	font-size:16px;
	padding:10px 20px;

}

.popup2answer {
	padding:30px;
	color:#fff;
	font-size:14px;
	box-sizing:border-box;
}


.feedbackinfo {
	width:100%;
}