@charset "UTF-8";
@font-face{
	font-family:'FontAwesome';
	src:url(fonts/FontAwesome.otf) format("opentype");
	font-weight:700;
	font-style:normal
}
@font-face{
	font-family:'Roboto Light';
	src: url(fonts/robotocondensed-light-webfont.woff2) format("woff2");
	font-weight:400;
	font-style:normal
}
@font-face{
	font-family:'Roboto Regular';
	src: url(fonts/robotocondensed-regular-webfont.woff2) format("woff2");
	font-weight:400;
	font-style:normal
}
.glyph {
	font-family:'FontAwesome';
}

*, *:before, *:after {
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.glyph {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}
.nowrap {
	white-space: nowrap;
}
.noselect {
  -webkit-touch-callout: none; 
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.nomargin {
	margin: 0 !important;
}
.black {
	color: #000000;
}
.gray {
	color: #808080;
}
.red {
	color: red;
}
.blue {
	color: #333333;
}
.green {
	color: green;
}
/*::selection {
    color: #000000; 
    background: yellow; 
}*/
.strong {
	font-weight: 600;
}

html {
	height: 100%;
}

body {
	position: relative;
	height: 100%;
	font-family: "Roboto Regular";
}
header,main,aside,footer,nav,section {
	display: inline-block;
	width: 100%;
	float: left;
}
.wrap {
	display: block;
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
}
a,a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: 600;
}
a:hover {
	text-decoration: underline;
}
a[href^="mailto"] {
	white-space: nowrap;
}
input {
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #ffffff;
	background: transparent;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
ol, ul, li {
	list-style: none;
	list-style-type: none;
}
ol li {
	list-style-type: decimal !important;
    list-style-position: inside !important;
	font-size: 15px;
}
h1,h2,h3,h4,h5 {
	font-family: "Roboto Regular";
}
.text-center { text-align: center; }
.text-block-center { display: block; text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.mask { color: #a0a0a0; }

p {
	color: #333333;
}






















@media all and (min-width:240px) and (max-width:999px) {
	body {
		padding: 0;
	}
	.wrap {
		padding: 0 5px;
	}
	.place-button {
		background: #333333;
		color: #ffffff !important;
		border: solid 2px #333333 !important;
		border-radius: 2px;
		padding: 0 15px;
		transition: all 0.3s;
	}
	.place-button:hover {
		background: #ffffff;
		color: #333333 !important;
	}
	
	.header-top {
		display: inline-block;
		width: 100%;
		float: left;
		padding-bottom: 8px;
		border-bottom: solid 1px #e0e0e0;
	}
	.topmenu-table table {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.topmenu-table td {
		display: inline-block;
		float: left;
		margin: 5px;
	}
	.header-bottom {
		display: inline-block;
		width: 100%;
		float: left;
		padding: 5px 0;
		border-bottom: solid 1px #e0e0e0;
		font-size: 0;
	}
	.column {
		display: inline-block;
		width: 100%;
		padding: 5px 0;
		text-align: center;
		font-size: 15px;
	}
	.column .note {
		font-size: 13px;
		color: #7F7E7E;
	}
	.slideshow.landpages {
		display: none;
	}
	#search {
		display: inline-block;
		width: 100%;
		float: left;
		padding: 0 5px;
		position: relative;
	}
	#search input[type="text"] {
		border: 1px solid #e6e5e1;
		height: 35px;
		font-size: 16px;
		padding: 0 10px;
		width: 100%;
	}
	#search input[type="text"]:focus {
		box-shadow: 0 0 3px 1px rgb(38, 115, 194);
	}
	#search input[type="submit"] {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		font-family: "FontAwesome";
		background: transparent;
		padding: 9px 10px;
		font-size: 16px;
		color: #989898;
		cursor: pointer;
	}
	.header-services {
		display: none;
	}
	
	main div.title  h1 {
		text-align: center;
	}
	main .slideshow.animated, main .slideshow.last-news{
		display: none;
	}
	aside {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.aside-block {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.aside-block-title {
		text-align: center;
		font-size: 18px;
		padding: 15px 0 5px;
	}
	.aside-mfr-block {
		display: inline-block;
		width: 100%;
		float: left;
		text-align: center;
		font-size: 0;
	}
	.aside-mfr-block li {
		display: inline-block;
		width: 230px;
		padding: 7px 0;
		border-bottom: solid 1px #e0e0e0;
		text-align: center;
	}
	.uncollapse-aside-but { display: none; }
	.aside-show-more { display: none; }
	.section-title {
		text-align: center;
		font-size: 18px;
		padding: 15px 0 15px;
	}
	
	.psevdolink {
		color: #333333;
		border-bottom: dotted 2px #333333;
		cursor: pointer;
	}
	.openlink {
		color: #333333;
		border-bottom: solid 1px #333333;
	}
	
	
	.top-flybox {
		display: none;
	}
	.breadcrumbs {
		display: inline-block;
		width: 100%;
		float: left;
		padding: 5px 0;
		font-size: 14px;
	}
	.breadcrumbs li {
		display: inline;
	}
	ul.breadcrumbs li:after {
		content: " / ";
		margin: 0 4px;
	}
	ul.breadcrumbs li:last-child:after {
		content: "";
	}
	
	h1, h2 {
		display: inline-block;
		width: 100%;
		float: left;
	}
	h1 {
		font-size: 24px;
		padding: 15px 0 5px;
	}	
	h2 {
		padding: 15px 0 5px;
	}	
	section.page-header {
		background: #fbfbfb;
	}
	.item-left {
		text-align: center;
		margin: 0 10px 0px 0;
	}
	.item-right {
	}
	.labels {
		padding: 10px 0;
		margin: 10px 0;
		border-top: solid 1px #e5e5e5;
		border-bottom: solid 1px #e5e5e5;
		text-align: center;
	}
	.page-content {
		border-top: solid 1px #e5e5e5;
	}
	.docs-block-tree {
		display: none;
	}
	.docs-block-list {
		margin-bottom: 20px;
	}
	.docs-items {
		display: inline-block;
		width: 100%;
	}
	.docs-items li {
		display: inline-block;
		border-bottom: solid 1px #e5e5e5;
		
	}
	.docs-items .cover {
		display: inline-block;
		width: 85px;
		padding-right: 10px;
		text-align: center;
		float: left;
	}
	.docs-items .name, .docs-items .download {
		display: inline;
	}
	.popular-products {
		display: inline-block;
		width: 100%;
		float: left;
		text-align: center;
		font-size: 0;
	}
	.popular-products li {
		display: inline-block;
		width: 230px;
		font-size: 16px;
		border-bottom: solid 1px #e5e5e5;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.popular-products li img {
		display: block;
		margin: 0 auto;
	}
	div.product-characteristics {
		display: inline-block;
		width: 100%;
		float: left;
		margin: 0px 0 25px;
	}
	div.product-characteristics h3 {
		display: inline-block;
		width: 100%;
	}
	div.product-characteristics > div{
		display: inline-block;
		width: 100%;
		float: left;
		padding: 4px 10px;
	}
	div.product-characteristics > div:last-child {
		border-bottom: solid 1px #e0e0e0;
	}
	div.product-characteristics > div:nth-child(odd){
		background: #f6f6f6;
	}

	div.product-characteristics .param {
		display: inline-block;
		width: 100%;
		float: left;
		min-height: 20px;
	}
	div.product-characteristics .param.fullwidth {
		width: 100%;
	}
	div.product-characteristics .value {
		display: inline-block;
		width: 100%;
		float: left;
		min-height: 20px;
	}
	.product-characteristics p {
		margin-bottom: 0 !important;
	}
	.product-characteristics span[title] {
		cursor: pointer;
		color: #333333;
		opacity: 0.6;
	}
	.product-characteristics span[title]:hover {
		opacity: 1;
	}
	.product-characteristics span.meas {
		color: #8e8e8e;
	}
	.product-characteristics ul.references {
		display: inline-block;
		width: 100%;
		border: none;
		padding: 0 0 0 20px;
		margin: 0;
		color: #8e8e8e;
	}
	
	.mfr-toolbar { 
		display: none;
	}
	.items-list h5 { 
		font-size: 18px; 
	    padding: 0 20px;
		margin-bottom: 10px;
	}
	.items-list .item {
		padding-top: 30px;
	}
	.items-list .item > a {
		border-bottom: none;
	}
	.catalog-view-mode { display: none; }
	.catalog {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.catalog h3, .catalog h4, .catalog h5, .catalog h6 { 
		display: inline-block;
		width: 100%;
		float: left;
		text-align: center;
		margin: 15px 0 10px;
	}
	.catalog .series-items {
		display: table;
		width: 100%;
		float: left;
		font-size: 0;
	}
	.catalog h3 { font-size: 22px; }
	.catalog h4 { font-size: 20px; }
	.catalog h5 { font-size: 18px; }
	.catalog .series-items > li {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 165px;
		height: 100px;
		margin: 0;
		padding: 0;
		border-bottom: none;
		overflow: hidden;
		cursor: pointer;
		position: relative;
		float: left;
		overflow: hidden;
	}
	.catalog .series-items > li div.image {
		position: relative;
		display: table;
		width: 100%;
		height: 100px;
		margin: 0;
		padding: 0;
		text-align: center;
		vertical-align: middle;
	}
	.catalog .series-items > li div.content {
		display: inline-block;
		width: 100%;
		padding-left: 120px;
		float: right;
	}
	.catalog .series-items > li div.image a {
		display: table-cell;
		width: 100%;
		height: 100px;
		vertical-align: middle;
		text-align: center;
	}
	.catalog .series-items > li div.content h5 {
		font-size: 18px;
		display: inline-block;
		width: 94%;
		position: absolute;
		left: 3%;
		right: 3%;
		bottom: 5px;
		text-align: center;
		background: #ffffff;
		background: rgba(255,255,255,0.9);
		padding: 4px 10px 0px;
		box-shadow: 0 0 5px rgba(0,0,0,0.4);
		transition: all 0.2s;
		white-space: nowrap;
		overflow: hidden;
	}
	.catalog .series-items > li div.content p {
		display: none;
	}
	.catalog .series-items > li div.content table {
		display: none;
	}
	.last-requests {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.last-requests tr {
		display: inline-block;
		width: 100%;
		float: left;
		border-bottom: solid 1px #e5e5e5;
		padding: 5px 0;
	}
	.last-requests th {
		display: none;
	}
	.last-requests td:nth-child(1){
		width: 80px;
		min-height: 10px;
	}
	.last-requests td:nth-child(2){
		width: 100%;
		margin: 0 10px 5px 0;
		padding-left: 10px;
		text-align: left;
	}
	.last-requests td:nth-child(3){
		display: inline;
	}
	.last-requests td:nth-child(4){
		display: inline;
	}
	dl, dt, dd {
		display: inline;
	}
	.home-more-requests {
		display: block;
		text-align: center;
		padding-bottom: 20px;
	}
	.slideshow.last-posted, .slideshow.last-posted .slideshow-wrap {
		display: inline-block;
		width: 100%;
		float: left;
	}

	.admin-item-tool {
		display: none;
	}
	
	
	
	
	
	
	
	
	.last-posted {
		display: inline-block;
		width: 100%;
		font-size: 0;
		text-align: center;
	}
	.last-posted  li {
		display: inline-block;
		width: 230px;
		font-size: 15px;
		position: relative;
	}
	.last-posted img {
		width: 100%;
	}
	.slideshow.last-posted ul.last-posted li time {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 6px 20px;
		font-size: 15px;
		background: #333333;
		color: #ffffff;
	}
	.trusted {
		display: none;
	}
	.footer-address {
		margin-top: 20px;
		padding: 20px 0;
		border-top: solid 1px #e0e0e0;
		background: #333333;
		color: #ffffff;
	}
	.footer-address a {
		color: #ffffff;
		border-bottom: solid 1px;
	}
	.footer-catalog {
		display: none;
	}
	.footer-social {
		padding: 20px 0;
	}
	.social-links ul	{
		display: inline-block;
		width: 100%;
		float: left;
		text-align: center;
		font-size: 0;
	}
	.social-links li {
		display: inline-block;
		font-family: "FontAwesome";
		margin: 10px;
		font-size: 25px;
	}
	
	.to-up-but {
		display: block;
		position: fixed;
		bottom: -30px;
		right: 10px;
		width: 30px;
		height: 30px;
		background: #ffffff;
		padding: 2px;
		margin: 0;
		border-radius: 4px;
		border: solid 2px #333333;
		cursor: pointer;
		text-align: center;
		font-family: "FontAwesome";
		font-size: 22px;
		color: #333333;
		transition: all 0.3s;
		z-index: 9999;
	}
	.to-up-but.visible {
		bottom: 10px;
	}
	.to-up-but:after {
		content: "\F106";

		position: absolute;
		left: 0;
		right: 0;
		top: 0px;
	}
	.to-up-but:hover {
		background: #333333;
		color: #ffffff;
	}
}

@media all and (min-width:600px) and (max-width:999px) {
	div.product-characteristics .param {
		width: 40%;
	}
	div.product-characteristics .value {
		width: 60%;
	}
	.item-left {
		width: 300px;
		margin: 0 10px 10px 0;
	}
	.item-right {
		width: 260px;
	}
}

@media all and (min-width:700px) and (max-width:999px) {
	.item-right {
		width: 360px;
	}
}

@media all and (min-width:800px) and (max-width:999px) {
	.item-right {
		width: 460px;
	}
}

@media all and (min-width:1000px) {
	.wrap {
		padding: 0px;
		width: 1000px;
	}
	.header-top {
		height: 40px;
		border-bottom: 1px solid #e0e0e0;
		background: #fff;
	}
	.logo {
		float: left;
		background: url(/images/logo.png) no-repeat;
		width: 172px;
		height: 145px;
		margin: 0 25px 0 0;
	}
	.topmenu-table {
		overflow: hidden;
	}
	.header-top table {
		width: 100%;
	}

	.topmenu-table a{
		color: #333333;
		width: 100%;
		text-align: center;
		display: block;
		line-height: 33px;
		text-decoration: none;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		font-size: 14px;
	}
	.topmenu-table a:hover {
		border-top-color: #333333;
	}
	.topmenu-table a.place-button {
		border: solid 3px #333333 !important;
	}
	.header-bottom {
		padding: 0;
		display: inline-block;
		height: 165px;
		width: 100%;
		float: left;
		border-bottom: 1px solid #e0e0e0;
	}
	.header-bottom .column {
		width: 25%;
		float: left;
		display: block;
		padding: 23px 0 0 0;
	}
	.header-bottom .column .glyph {
		color: #c3c3c3;
		font-size: 30px;
		float: left;
		/* width: 19px; */
		height: 30px;
		margin: 2px 12px 30px 0;
	}
	.header-bottom .column .grayHeader {
		color: #262626;
		font-size: 23px;
		line-height: 30px;
		font-weight: 700;
	}
	.header-bottom .column .grayHeader span {
		color: #7f7e7e;
	}
	.header-bottom .column .grayHeader a {
		font-size: 22px;
		color: #333333;
		font-weight: 100;
	}
	.header-bottom .column .glyph.header-order {
		font-size: 34px;
	}
	.header-bottom .column .note {
		/* color: #888888; */
		/* display: inline-block; */
		font-size: 12px;
		font-weight: 100;
		font-family: "Roboto Regular";
}
	}
	.header-bottom .column.header-phone .gray{
		color: #9a9a9a;
	}
	.header-bottom .column.header-phone .grayHeader a {
		font-size: 26px;
	}
	.header-bottom .column .slideshow.landpages {
		display: inline-block;
		width: 250px;
		float: left;
		height: 140px;
		border: none;
	}
	.header-bottom .column .slideshow.landpages .landpage-image {
		display: inline-block;
		width: 100%;
		height: 120px;
		overflow: hidden;
	}
	.header-bottom .column .slideshow.landpages .landpage-image img{
		width: 100%;
	}
	.header-bottom .column .slideshow.landpages .landpage-title {
		display: inline-block;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 78px;
		text-align: center;
		background: #ffffff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
		box-shadow: 0 0 5px rgba(0,0,0,0.4);
		transition: all 0.2s;
	}
	.header-bottom .column .slideshow.landpages .landpage-title:hover {
		background: #333333;
		color: #ffffff;
	}
	.header-bottom .column .slideshow.landpages .landpage-image:hover + .landpage-title {
		background: #333333;
		color: #ffffff;		
	}
	#search{
		display: block;
		position: absolute;
		width: 460px;
		left: 20%;
		top: 100px;
	}
	#search input[type="text"] {
		border: 1px solid #e6e5e1;
		height: 35px;
		font-size: 16px;
		padding: 0 10px;
		width: 460px;
	}
	#search input[type="text"]:focus {
		box-shadow: 0 0 3px 1px rgb(38, 115, 194);
	}
	#search input[type="submit"] {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		font-family: "FontAwesome";
		background: transparent;
		padding: 9px 10px;
		font-size: 16px;
		color: #989898;
		cursor: pointer;
	}
	#search .found_items {
		display: none;
		position: absolute;
		left: 0px;
		top: 35px;
		width: 460px;
		min-height: 80px;
		border: solid 1px #e0e0e0;
		box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
		background: #ffffff;
		z-index: 9999;
	}
	.search-ajax  {
		margin: 25px 20px;
		text-align: center;
	}
	.search-ajax.error {
		color: red;
	}
	.search-ajax.min3 {
		color: #333333;
	}
	.search-ajax.searching {
	}
	.found-list-header {
		background: #333333;
		color: #ffffff !important;
		padding: 0 10px;
		display: inline-block;
		width: 100%;
		float: left;
	}
	.found-list-header:hover {
		color: #ffffff !important;
	}
	.found-list {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.found-list li {
		display: inline-block;
		float: left;
	}
	.found-list li:hover {
		background: #e0e0e0;
	}
	.found-list li.manufacturer {
		width: 100%;
		padding: 5px 2px;
	}
	.found-list li.manufacturer img{
		display: inline-block;
		float: left;
		width:79px;
		max-height: 22px;
	}
	.found-list li.manufacturer a{
		display: inline-block;
		float: left;
		width: 370px;
		padding: 0 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.found-list li.series {
		width: 100%;
		height: 50px;
	}
	.found-list li.series div{
		display: inline-block;
		float: left;
		width: 50px;
		height: 50px;
		text-align: center;
	}
	.found-list li.series img{
		max-width: 50px;
		max-height: 50px;
		padding: 1px;
	}
	.found-list li.series > a{
		display: inline-block;
		float: right;
		width: 405px;
		padding: 0 5px 0 0px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 15px;
		padding-top: 5px;
	}
	.found-list li.series > span {
		display: inline-block;
		float: right;
		width: 405px;
		padding: 0 5px 0 0px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 15px;
	}

	.header-services {
		padding: 10px 0;
		display: inline-block;
		height: 65px;
		width: 100%;
		float: left;
		border-bottom: 1px solid #e0e0e0;
	}
	.header-services ul {
		display: table;
		width: 100%;
	}
	.header-services li {
		display: table-cell;
		/* width: 136px; */
		/* float: left; */
		margin-right: 5px;
		height: 45px;
		cursor: default;
		min-width: 107px;
		vertical-align: top;
	}
	.header-services li span.glyph {
		display: block;
		float: left;
		margin-right: 8px;
		color: #989898;
		font-size: 35px;
		padding-top: 3px;
	}
	.header-services li span.psevdolink, .header-services li p {
		color: #333333;
		font-size: 14px;
		font-family: "Roboto Regular";
		line-height: 18px;
	}
	.header-services li span.psevdolink {
		border-bottom: dotted 1px;
		vertical-align: top;
	}
	.header-services li a {
		color: #333333;
		font-size: 14px;
		font-family: "Roboto Regular";
		border-bottom: dotted 1px;
		line-height: 18px;
		display: inline-block;
	}
	.header-services li:hover span {color: #333333;}
	.header-services li:hover p {color: #333333;}
	.header-services li:hover a {color: #333333;}
	main {
		position: relative;
		z-index: 5000;
	}
	main:not(.home):before{
		content:"";
		display: block;
		width: 100%;
		height: 318px;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		background: white;
		background: linear-gradient(to bottom, #e6e6e6, #ffffff);
		right: 0;
	}
	.home .title h1 {
		display: inline-block;
		width: 100%;
		float: left;
		text-align: center;
		margin: 0;
		padding: 25px 0px;
		font-size: 25px;
		font-family: "Roboto Regular";
		font-weight: 600;
		color: #333333;
	}
	.slideshow {
		display: inline-block;
		width: 100%;
		height: 430px;
		float: left;
		position: relative;
		/* border-top: solid 1px #e0e0e0; */
		/* border-bottom: solid 1px #e0e0e0; */
		overflow: hidden;

	}
	.slideshow-wrap {
		white-space: nowrap;
	}
	.slideshow .slide {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.slideshow a.promo {
		display: inline-block;
		width: 35%;
		position: absolute;
		left: 8%;
		top: 52%;
		font-size: 40px;
		font-weight: 600;
		color: #333333;
		text-shadow: 0 0 15px rgba(255,255,255,1);
		white-space: normal;
		border-bottom: solid 4px;
		border-color: transparent;
		transition: border-color 0.2s;
	}
	.slideshow div.to-landpage {
		display: inline-block;
		width: 100%;
		height: 400px;
		position: absolute;
		left: 0;
		top: 0;
		transition: all 0.2s;
	}
	.slideshow div.to-landpage a{
		display: inline-block;
		position: absolute;
		bottom: 10px;
		right: 10px;
		white-space: nowrap;
		
		border-radius: 5px;
		border-bottom: solid 2px;
		text-align: center;
		font-size: 19px;
		background: #ffffff;
		background: rgba(255,255,255,0.9);
		padding: 8px 20px;
		box-shadow: 0 0 5px rgba(0,0,0,0.4);
	}
	.slideshow div.to-landpage a:hover {
		background: #333333;
		color: #ffffff;
	}
	.slideshow .slide:hover a.promo {
		border-color: #333333;
	}
	.slideshow .slide a.promo:hover {
		color: red;
	}
	.slideshow a.promo .phoenix{
		color: #0f900f;
	}
	.slideshow .slide:nth-child(2) { left: 100%; }
	.slideshow .slide:nth-child(3) { left: 200%; }
	.slideshow .slide:nth-child(4) { left: 300%; }
	.slideshow .slide:nth-child(5) { left: 400%; }
	.slideshow .slide:nth-child(6) { left: 500%; }
	.slideshow .slide:nth-child(7) { left: 600%; }
	.slideshow .slide:nth-child(8) { left: 700%; }
	.slideshow .slide:nth-child(9) { left: 800%; }
	.slideshow .slide:nth-child(10) { left: 1000%; }
	
	.slideshow-index {
		position: absolute;
		display: block;
		width: auto;
		height: 20px;
		bottom: 1px;
		margin: 0 auto;
		left: 0;
		right: 0;
		text-align: center;
	}
	.slide-show-pages {
		display: inline-block;
	}
	.slide-show-pages  div {
		display: inline-block;
		width: 14px;
		height: 14px;
		border: solid 2px #333333;
		background: #f5f5f5;
		cursor: pointer;
		border-radius: 4px;
		margin: 1px;
	}
	.slide-show-pages  div.active {
		background: #333333;
		border-color: #333333;
	}
	.slideshow-pre-but,
	.slideshow-next-but {
		display: inline-block;
		width: 25px;
		height: 16px;
		position: relative;
		cursor: pointer;
	}
	.slideshow-pre-but:after,
	.slideshow-next-but:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		width: 100%;
		height: 16px;
		font-family: "FontAwesome";
		font-size: 16px;
		color: #333333;
		text-align: center;
	}
	.slideshow-pre-but:after 	{ content: "\f060"; }
	.slideshow-next-but:after 	{ content: "\f061"; }
	
	
	
	
	
	
	
	
	
	
	.slideshow.manufacturers {
		height: 110px;
		margin-top: 15px;
	}
	.slideshow.manufacturers .slideshow-wrap {
		display: inline-block;
		width: 100%;
		overflow: hidden;
		height: 110px;
	}
	.slideshow.manufacturers .slideshow-wrap .slide {
		overflow: hidden;
		height: 100px;
		padding: 20px 0;
		white-space: nowrap;
		font-size: 0;
	}
	.slideshow.manufacturers .slideshow-wrap .slide a {
		display: inline-block;
		float: left;
		position: relative;
		width: 188px;
		height: 60px;
		padding: 5px 4px;
		background: #ffffff;
		margin-right: 10px;
	}
	.slideshow.manufacturers .slideshow-wrap .slide a img.manufacturer-logo {
		width: 180px;
		height: 50px;
	}
	 
	.slideshow.manufacturers .slideshow-wrap:after {
		content: "";
		display: block;
		position: absolute;
		top: 20px;
		right: 0px;
		width: 60px;
		height: 60px;
		background: #f5f5f5;
		background: linear-gradient(to right, transparent, #f5f5f5);
	}
	.slideshow.manufacturers .slideshow-wrap .slide a:hover {
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	}


	.slideshow.news {
		display: inline-block;
		float: left;
		width: 100%;
		height: 150px;
		margin-top: 53px;
	}
	.slideshow.news .slideshow-wrap {
		display: inline-block;
		position: relative;
		float: left;
		width: 100%;
		height: 150px;
		overflow: hidden;
	}
	.slideshow.news .slide .news-item {
		display: inline-block;
		float: left;
		width: 49%;
		margin-left: 2%;
		height: 120px;
		overflow: hidden;
		background: #ffffff;
		padding: 10px; 
		white-space: normal;
		position: relative;
	}
	.slideshow.news .slide .news-item:hover{
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	}
	.slideshow.news .slide .news-item:first-child {
		margin-left: 0;
	}
	.slideshow.news .slide .news-item a {
		display: block;
		width: 100%;
		font-size: 15px;
		margin-bottom: 10px;
		color: #333333;
		font-weight: 600;
	}
	.slideshow.news .slide .news-item a:hover {
		text-decoration: underline;
	}
	.slideshow.news .slide .news-item a img {
		float: left;
		margin: 0 10px 10px 0;
	}
	.slideshow.news .slide .news-item p {
		font-size: 14px;
		color: #333333;
	}
	.slideshow.news .slide .news-item time {
		display: block;
		position: absolute;
		right: 3px;
		bottom: 3px;
		font-size: 12px;
		color: #aaaaaa;
		font-style: italic;
	}








	section.last-news {
		background: #f5f5f5;
		padding: 30px 0;
	}
	section.last-news h2 {
		color: #333333;
		padding-bottom: 20px;
	}




	.slideshow.last-news {
		height: 225px;
		border: none;
		margin-top: 0px;
	}
	.slideshow.last-news .slideshow-wrap, .slideshow.last-news .slide {
		height: 225px;
	}

	ul.last-news {
		display: inline-block;
		width: 100%;
		height: 225px;
		white-space: nowrap;
	}
	ul.last-news li {
		display: block;
		vertical-align: top;
		width: 333px;
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		height: 180px;
		border: solid 1px #e0e0e0;
		border-right: none;
		overflow: hidden;
	}
	ul.last-news li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	ul.last-news li .news-image {
		display: inline-block;
		background-size: cover !important;
		float: left;
		width: 100%;
		height: 180px;
	}
	ul.last-news li .news-title {
		display: inline-block;
		position: absolute;
		left: 15px;
		right: 15px;
		bottom: 0px;
		text-align: center;
		background: #ffffff;
		background: rgba(255,255,255,0.9);
		padding: 5px 18px;
		box-shadow: 0 0 10px rgba(0,0,0,0.4);
		transition: all 0.2s;
		color: #333333;
		white-space: normal;
	}
	ul.last-news li .news-intro {
		display: inline-block;
		white-space: normal;
		float: left;
		font-size: 15px;
		width: 100%;
		line-height: 17px;
		height: 178px;
		overflow: hidden;
		padding: 5px 10px;
		color: #333333;
		position: absolute;
		top: 180px;
		left: 0;
		background: rgba(255,255,255,0.95);
		transition: top 0.4s;
	}
	ul.last-news li:hover .news-intro {
		top: 0;
	}
	ul.last-news li .news-intro > span {
		display: inline-block;
		font-weight: 600;
		text-align: center;
		margin-bottom: 8px;
		width: 100%;
	}
	ul.last-news li:last-child {
		border-right: solid 1px #e0e0e0;
	}
	ul.last-news li time {
		position: absolute;
		display: block;
		right: 0px;
		bottom: 0px;
		font-family: "Roboto Regular";
		font-size: 13px;
		padding: 3px 5px;
		color: #ffffff;
		background: #333333;
	}



	div.clearfix {
		display: block;
		clear: both;
	}
	section.page-header {
		display: inline-block;
		width: 100%;
		float: left;
		background: #f5f5f5;
	}
	section.wrapper {
		display: inline-block;
		float: left;
		width: 760px;
		padding-left: 10px;
		vertical-align: top;
	}
	section.page-content {
		display: inline-block;
		width: 100%;
		float: left;
		position: relative;
		padding-top: 46px;
		background: #f5f5f5;
	}
	section.page-content:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 46px;
		border-bottom: solid 1px #e0e0e0;
		z-index: -1;
		background: #fbfbfb;
		/* background: linear-gradient(to top, #efefef, #ffffff); */
	}
	section.full {
		display: inline-block;
		width: 100%;
		float: left;
		position: relative;
		
	}
	section.full h2 {
		margin: 20px 0;
	}
	section.full ul {
		font-size: 15px;
	}

	section.half, li.half {
		display: inline-block;
		width: 50%;
		float: left;
		padding: 0 25px 0px 0;
	}
	section.half.article {
		padding: 10px 0 10px 10px;
	}
	section.half.article img {
		max-width: 100%;
	}
	section.half h2{
		border-bottom: none !important;
		text-align: center;
	}
	section.half h3{
		margin-bottom: 10px;
		font-size: 16px;
		margin-top: 20px;
	}
	section.half h3:first-child{
		margin-top: 0px;
	}
	section.half-li ul.features > li {
		display: inline-block;
		width: 50%;
		float: left;
		padding: 0 25px 0 0;		
	}
	section.third-li ul.features > li {
		display: inline-block;
		width: 33.3333%;
		float: left;
		padding: 0 25px 0 0;		
	}
	section.full p {
		font-size: 15px;
		margin-bottom: 10px;
	}
	section.full dl {
		font-size: 15px;
	}
	section.main {
		display: inline-block;
		width: 760px;
		float: left;
		padding: 15px 0 0 10px;
		transition: width 0.3s;
	}
	section.main dl{
		font-size: 15px;
	}
	section.main p {
		font-size: 15px;
		margin-bottom: 10px;
	}
	section.full ul.features li, section.item ul.features li{
		/* font-family: "Roboto Light"; */
		font-size: 15px;
		margin: 0 0px 8px 0px;
	}
	section.full ul.features >li:before, section.item ul.features > li:before {
		display: inline-block;
		content: "\F00C";
		font-family: "FontAwesome";
		color: #333333;
		width: 20px;
	}
	section.item ul.features li p {
		margin: 0 0px 10px 24px;
	}
	section.item ul.features li strong {
		margin-bottom: 10px;
		display: inline;
		clear: right;
	}
	section.item ul.features li p:before{
		/* display: inline-block; */
		/* content: "\F054"; */
		/* font-family: "FontAwesome"; */
		/* color: #333333; */
		/* width: 20px;		 */
	}
	ul.simple-list-dotted {
		display: inline-block;
		width: 100%;
		font-size: 15px;
		margin-bottom: 10px;
	} 
	ul.simple-list-dotted li {
		list-style-type: disc;
		list-style-position: inside;
		margin: 0 0px 8px 0px;
	}
	section.item .item-left {
		display: inline-block;
		float: left;
		width: 322px;
		vertical-align: top;
	}
	section.item .item-left .fancybox {
		display: inline-block;
		width: 100%;
		text-align: center;
		position: relative;
		border: solid 1px #e0e0e0;
		margin-right: 10px;
		margin-bottom: 10px;
		background: #ffffff;
	}
	section.item .item-left .fancybox img{
		float: none;
	}
	section.item .item-left .fancybox:after{
		content: "\F00E";
		color: #000000;
		font-family: "FontAwesome";
		font-size: 20px;
		display: block;
		position: absolute;
		left: 8px;
		top: 5px;
		text-shadow: 0 0 2px rgba(255,255,255,0.4);
		margin-right: 10px;
		margin-bottom: 15px;
		opacity: 0.3;
	}
	section.item .item-left .fancybox:hover {
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	section.item .item-right {
		display: inline-block;
		float: right;
		width: 665px;
		vertical-align: top;
		position: relative;
		margin-bottom: 30px;
	}
	section.item .item-right .convertedtext {
		vertical-align: middle;
		width: 215px;
		height: 20px;
	}
	section.item .item-right-full {
		width: 1000px;
	}
	section.item .item-right section.labels{
		display: inline-block;
		float: left;
		min-height: 10px;
		vertical-align: top;
		margin: 20px 0;
		width: auto;
	}
	section.item .item-right section.labels p {
		padding-top: 20px;
	}
	section.item .item-right section.labels .item-label{
		display: inline-block;
		float: left;
		clear: none;
		background: #ffffff;
	}
	section.item .item-right section.prices{
		display: inline-block;
		float: left;
		width: 230px;
		min-height: 10px;
		vertical-align: top;
		padding-left: 30px;
		margin: 20px 0;
	}
	section.item .item-right section.prices p {
		/* padding-top: 15px; */
	}
	section.item .item-right section.prices span.product-price {
		color: #333333;
		font-size: 25px;
		padding: 0 5px;
	}
	section.item .item-right section.prices span.product-price .glyph{
		font-size: 22px;
	}
	section.item .item-right .offer-promo {
		display: inline-block;
		float: left;
		margin: 0px 67px 20px;
		width: 531px;
		height: 68px;
		background-image: url(/images/promo.jpg);
		cursor: pointer;
	}
	section.item .item-right section.compare-prices {
		display: inline-block;
		width: 100%;
		float: left;
		background: white;
		border: solid 1px #e0e0e0;
		padding: 20px 30px;
		margin-bottom: 30px;
	}
	section.item .item-right section.compare-prices table {
		width: 100%;
		margin: 10px 0;
	}
	section.item .item-right section.compare-prices table td {
		padding: 6px 20px;
		text-align: center;
		font-size: 15px;
		border-bottom: solid 1px #e0e0e0;
		color: #333333;
	}
	section.item .item-right section.compare-prices table tr:hover td {
		background: #f5f5f4;
	}
	section.item .item-right section.compare-prices table tr:last-child td {
		border-bottom: none;
	}
	section.item .item-right section.compare-prices table tr.promo td {
		border-top: solid 2px #333333;
		border-bottom: solid 2px #333333;
	}
	section.item .item-right section.compare-prices table tr.promo td:first-child {
		border-radius: 5px 0 0 5px;
		border-left: solid 2px #333333;
	}
	section.item .item-right section.compare-prices table tr.promo td:last-child {
		border-radius: 0 5px 5px 0;
		border-right: solid 2px #333333;
	}
	section.item .item-right section.compare-prices table td > div {
		display: inline-block;
		float: left;
		width: 400px;
		height: 30px;
		line-height: 30px;
		border-radius: 4px;
		border: solid 1px #e0e0e0;
		background: #e0e0e0;
		/* background: linear-gradient(to right, #333333, red); */
		/* box-shadow: 0 1px 5px rgba(0,0,0,0.8); */
		position: relative;
		overflow: hidden;
	}
	section.item .item-right section.compare-prices table td > div > div {
		display: block;
		position: absolute;
		height: 30px;
		left: 0;
		top: 0;
		background: #ffffff;
		border-right: solid 1px #282828;
	}
	section.item .item-right section.compare-prices table td span {
		color: #333333;
	}
	section.item .item-right section.compare-prices table td span.price {
		font-size: 20px;
	}
	section.item .item-right section.compare-prices table td span.discount {
		font-size: 20px;
		color: #128848;
	}
	table.documentation  {
		width: 100%;
		margin: 0px 0 25px;
	}
	.documentation  td {
		border-bottom: solid 1px #e0e0e0;
		padding: 10px 10px;
		font-size: 15px;
	}
	.documentation  tr.no-bottom td {
		border-bottom: none;
	}
	.documentation   tr:hover td {
		background: #f5f5f4;
	}
	.documentation  td:last-child {
		text-align: center;
	}
	.documentation  td a {
		/* font-weight: 600; */
	}
	.documentation  span {
		color: red;
		display: inline-block;
		border: solid 1px red;
		padding: 0px 4px;
		border-radius: 5px;
		opacity: 0.8;
		line-height: 17px;
	}
	
	ul.breadcrumbs {
		font-size: 14px;
	}
	.item-share {
		margin: 10px 0 15px;
		text-align: center;
	}
	section.item-right .item-share {
		float: right;
		clear: right;
		margin: 10px 5px 15px 5px;
	}
	section.item-right .place-button{
		display: block;
		margin: 15px auto;
		text-align: center;
		width: 160px;
	}
	ul.features ul.simple-list-dotted {
		padding: 10px 0 0 20px;
	}
	table.simple-table {
		min-width: 50%;
		display: inline;
		font-size: 15px;
	}
	table.simple-table.full {
		width: 100%;
	}
	table.simple-table td,table.simple-table th  {
		padding: 5px 10px;
		border: solid 1px #e0e0e0;
		text-align: center;
	}
	table.intext-table {
		width: 100%;
	}
	table.intext-table td {
		padding: 10px;
	}
	section.item dl {
		font-size: 15px;
	}
	section.item dt {
		font-weight: 600;
	}
	section.item ol li {
		list-style-type: decimal;
		list-style-position: inside;
		font-size: 15px;
	}
	/* PNS constructor */
	.pns-constructor {
		display: inline-block;
		width: 100%;
		float: left;
		margin: 30px 0 50px;
		position: relative;
	}
	.pns-tabs {
		display: inline-block;
		width: 100%;
		float: left;
		padding: 8px;
		border-bottom: solid 3px #e0e0e0;
	}
	.pns-tabs li {
		display: inline-block;
		float: left;
		margin: 0 5px;
		border: solid 2px #333333;
		padding: 4px 10px;
		height: 39px;
		font-size: 20px;
		color: #333333;
		
		-ms-user-select: none;
		-moz-user-select: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		user-select: none;
		
		transition: background 0.3s,color 0.3s;
	}
	.pns-tabs li.delimiter {
		border-color: #ffffff;
		color: #000000;
	}
	.pns-tabs li.property {
		cursor: pointer;
	}
	.pns-tabs li.property.selected {
		background: rgba(39, 119, 199, 0.56);;
	}
	.pns-tabs li.property:hover {
		color: #ffffff;
		background: #333333;
	}
	.pns-tabs li.active {
		color: #ffffff;
		background: #333333;
	}
	.pns-pages {
		display: inline-block;
		width: 100%;
		float: left;	
	}
	.pns-pages li{
		display: none;
		width: 100%;
		float: left;
	}
	.pns-pages li.active{
		display: inline-block;
	}
	.pns-pages p { 
		font-size: 17px !important;
		margin: 10px 0 10px 0 !important;
		padding: 0 10px;
	}
	.pns-symbols {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.pns-symbols > li {
		display: table;
		width: 100%;
		float: left;
		font-size: 20px;
		padding: 0 5px;
		border-bottom: solid 1px #e0e0e0;
		cursor: pointer;
		padding: 10px;
		
		-ms-user-select: none;
		-moz-user-select: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		user-select: none;
		

	}
	.pns-symbols .symbol {
		
	}
	.pns-symbols .symbol td {
		vertical-align: middle;
		padding: 10px;
		cursor: pointer;
	}
	.pns-symbols .symbol td:nth-child(1) {
		font-size: 20px;
	}
	.pns-symbols .symbol td:nth-child(2) {
		width: 100%;
	}
	.pns-symbols .symbol td > span {
		font-size: 15px !important;
		padding: 0 10px;
		display: inline-block;
		width: 50%;
		float: left;
		margin: 4px 0;
	}
	.pns-symbols tr:hover td{
		background: #f5f5f4;	
	}
	.pns-symbols tr.active td{
		background: #333333;
		color: #ffffff;
	}
	.pns-symbols tr .measunit {
		color: #adadad;
	}
	.pns-result {
		display: block;
		position: absolute;
		right: 50%;
		top: 23px;
		transform: scale(3);
		opacity: 0;
		transition: all 1s;
	}
	.pns-result.visible {
		transform: scale(1);
		opacity: 1;
		right: 10px;
	}
	
	/* ADMIN: tabs */
	.admin-tabs {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
	}
	.admin-tabs li {
		display: inline-block;
		float: left;
		clear: left;
		margin: 0;
		border: solid 2px #ffffff;
		border-radius: 0px;
		padding: 3px 10px;
		color: #333333;
		-ms-user-select: none;
		-moz-user-select: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		user-select: none;
		transition: background 0.3s,color 0.3s;
		cursor: pointer;
		width: 100%;
		text-align: center;
	}
	.admin-tabs li:hover {
		border-color: #333333;
	}
	.admin-tabs li.active {
		color: #ffffff;
		background: #333333;
		border-color: #333333;
	}
	.admin-pages {
		display: inline-block;
		width: 100%;
		float: left;	
	}
	.admin-pages > li{
		display: none;
		width: 100%;
		float: left;
	}
	.admin-pages > li.active {
		display: inline-block;
	}
	.admin-helpers {
		display: inline-block;
		width: 160px;
		position: fixed;
		top: 0px;
		right: 0px;
		padding: 10px;
		background: #ffffff;
		border-radius: 5px 0 0 5px;
		box-shadow: 0 0 5px rgba(0,0,0,0.4);
	}
	.admin-helpers .button-medium {
		display: inline-block;
		height: 27px;
		clear: both;
		margin: 0 0 3px 0!important;
		color: #333333;
	}
	.admin-helpers .button-medium.but-del-row {
		color: red;
	}
	.admin-info {
		display: inline-block;
		position: fixed;
		top: 0px;
		right: 0px;
		width: 280px;
		padding: 10px;
		background: #ffffff;
		border-radius: 5px 0 0 5px;
		border: solid 1px #e0e0e0;
		border-right: none;
	}
	.admin-info .button-medium {
		display: inline-block;
		font-size: 15px;
		height: 28px;
		clear: both;
		margin: 0 0 3px 0!important;
		color: #333333;
	}
	span.glyph.button-medium.admin-info-hide {
		position: absolute;
		right: 0;
		top: 0;
	}
	.admin-half {
		display: inline-block;
		width: 50%;
		float: left;
		padding: 5px;
	}
	.admin-full {
		display: inline-block;
		width: 100%;
		float: left;		
	}
	.admin-form ul.robots-stat {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.admin-form ul.robots-stat li {
		display: inline-block;
		width: 100px;
		float: left;
		margin: 0 10px 10px 0;
		text-align: center;
	}
	.admin-form ul.robots-stat strong {
		display: inline;
		width: 100%;
		padding: 0px 5px;
		border-radius: 4px;
	}
	.admin-form ul.robots-stat .Google { border: solid 1px #333333; color: #333333; }
	.admin-form ul.robots-stat .Google-Mobile { border: solid 1px #333333; color: #333333; }
	.admin-form ul.robots-stat .Yandex { border: solid 1px #ff0000; color: #ff0000; }
	.admin-form ul.robots-stat .Admin { border: solid 1px #e0e0e0; color: #282828; }
	.admin-form ul.robots-stat .Facebook { border: solid 1px #e0e0e0; color: #e0e0e0; }
	.admin-form ul.robots-stat .VK { border: solid 1px #e0e0e0; color: #e0e0e0; }
	.admin-form ul.robots-stat .Twitter  { border: solid 1px #e0e0e0; color: #e0e0e0; }
	.admin-form ul.robots-stat .MetaURI  { border: solid 1px #e0e0e0; color: #e0e0e0; }
	.admin-form ul.robots-stat .PaperLiBot  { border: solid 1px #e0e0e0; color: #e0e0e0; }
	
	
	
	ol.numered-list li {
		font-size: 14px !important;

	}
	ol.inline-list {
		display: block;
		margin: 5px 20px 10px;
		text-align: center;
	}
	ol.inline-list li {
		display: inline;
	}
	section.main .section-title{
		color: #333333;
		display: inline-block;
		width: 100%;
		float: left;
		text-align: left;
		margin: 0;
		font-size: 23px;
		line-height: 30px;
		font-family: "Roboto Regular";
	}
	section.main h1 {
		margin: 0px 0px 20px;
		font-size: 26px;
	}
	section.main h2 {
		margin: 25px 0px 15px;
		font-size: 24px;
		clear: both;
	}
	section.main > h3 {
		margin: 25px 0px 15px;
	}
	section.full h2 {
		font-size: 24px;
		margin: 30px 0 15px;
		padding-bottom: 5px;
		width: 100%;
		display: inline-block;
		width: 100%;
		color: #333333;
	}
	section.full h2.bottom-line {
		border-bottom: solid 1px #e0e0e0;
	}
	section.full div.text-noheader-h2 {
		display: inline-block;
		width: 100%;
		float: left;
		/* padding-top: 30px; */
		background: #ffffff;
		    padding: 10px;
	}
	section.full div.text-noheader-h2:hover {
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	}
	section.full h3 {
		font-size: 22px;
		margin: 20px 0 10px;
		color: #333333;
	}
	section.full h4 {
		font-size: 20px;
		margin: 10px 0 5px;
		color: #333333;
	}
	section.full h5 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	section.item .item-image {
		/* width: 200px; */
		float: left;
		/* margin-right: 10px; */
		/* margin-bottom: 15px; */
		padding: 10px;
		border: none;
	}
	section.item .external-link{
		text-decoration: underline;
	}
	section.item .external-link:after, .link-items .external-link:after {
		content: "\F045";
		font-family: "FontAwesome";
		display: inline-block;
		font-size: 14px;
		margin: 0 0 0 5px;
		color: #333333;
	}
	section.item p {
		margin-bottom: 10px;
		font-size: 15px;
	}
	section.item p.warning {
		display: inline-block;
		padding: 12px 85px 12px 12px;
		font-size: 15.5px !important;
		position: relative;
		background: #eaeaea;
	}
	section.item p.warning .red {
		font-weight: 600;
		font-size: 16px !important;
	}
	section.item p.warning .glyph {
		display: block;
		top: 21px;
		position: absolute;
		right: 15px;
		color: #333333;
		font-size: 46px;
	}
	section.full-article {
		display: inline-block;
		width: 100%;
		float: left;
		margin: 10px 0;
		border-bottom: solid 1px #e0e0e0;
		padding-bottom: 10px;
	}
	section.item p.partnership {
		font-size: 17px;
		font-weight: 400;
		vertical-align: top;
		margin-bottom: 15px;
	}
	section.item p.partnership:before {
		content: "";
		display: inline-block;
		width: 30px;
		height: 24px;
		background: url(/images/partnership.svg) no-repeat;
		margin-right: 5px;
		margin-bottom: -4px;
	}
	section.item p.partnership a {
		font-size: 13px;
	}


	/* Breadctumbs */
	ul.breadcrumbs {
		display: inline-block;
		width: 100%;
		float: left;
		font-size: 13px;
		margin: 10px 0;
	}
	ul.breadcrumbs li {
		display: inline;
		white-space: nowrap;
	}
	ul.breadcrumbs li:after {
		content: " / ";
		margin: 0 4px;
	}
	ul.breadcrumbs li:last-child:after {
		content: "";
	}
	ul.breadcrumbs li span.glyph {
		font-size: 15px;
		margin-right: 3px;
	}
	ul.breadcrumbs li > a {
		font-weight: 100;
		font-size: 14px;
	}

	ul.aside-menu {
		display: inline-block;
		float: left;
		width: 100%;
	}

	ul.aside-menu > li {
		display: inline-block;
		float: left;
		width: 100%;
		position: relative;
		border-bottom: solid 1px #e5e5e5;
	}
	ul.aside-menu > li:hover {
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	}
	ul.aside-menu > li:last-child {
		border-bottom: none;
	}

	ul.aside-menu > li > a {
		display: inline-block;
		float: left;
		width: 100%;
		padding: 0 10px;
		line-height: 50px;
		background: #ffffff;
		text-decoration: none;
		min-height: 51px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	ul.aside-menu > li > ul {
		display: inline-block;
		display: none;
		position: absolute;
		top: 0px;
		left: 100%;
		width: 770px;
		min-height: 200px;
		background: #ffffff;
		z-index: 500;
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	}
	ul.aside-menu > li:hover > ul {
		display: inline-block;
	}
	ul.aside-menu > li > ul > li {
		display: inline-block;
		float: left;
		width: 50%;
	}
	ul.aside-menu > li > ul > li > a {
		display: inline-block;
		float: left;
		padding: 10px 15px;
	}






	aside {
		display: block;
		float: left;
		width: 230px;
		margin-right: 10px;
		position: relative;
		padding: 15px 0 0 0;
		transition: width 0.3s, height 0.3s;
	}
	aside.collapsed {
		width: 0px;
		height: 22px;
		overflow: hidden;
		margin-right: 0;
	}
	aside.flying {
		position: fixed;
		left: 0;
		top: 95px;
	}
	section.main.uncollapsed {
		width: 1000px;
	}
	.aside-block {
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		line-height: 31px;
	}
	.aside-block-title {
		font-family: "Roboto Regular";
		font-size: 23px;
		text-align: left;
		line-height: 30px;
		color: #333333;
	}

	.aside-mfr-block {
		display: inline-block;
		width: 100%;
		height: auto;
		overflow: hidden;
		transition: height 0.5s;
	}
	.aside-mfr-block.uncollapsed {
		height: initial;
	}
	.uncollapse-aside-but, .aside-show-more {
		display: inline-block;
		width: 100%;
		font-size: 14px;
		text-align: center;
		color: #333333;
		font-weight: 600;
	}
	.aside-show-more:hover {
		text-decoration: underline;
	}
	.aside-mfr-block li {
		display: inline-block;
		width: 100%;
		float: left;
		padding: 0;
		text-align: center;
		margin-bottom: 8px;
	}
	.aside-mfr-block li a {
		display: inline-block;
		float: left;
		padding: 5px 0px;
		width: 226px;
		height: 60px;
		background: #ffffff;
	}
	.aside-mfr-block li a:hover{
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}

	.aside-news-block li {
		display: inline-block;
		width: 100%;
		float: left;
		padding: 10px 0;
		border-bottom: solid 1px #e0e0e0;
		min-height: 100px;
		position: relative;
		line-height: 22px;
	}
	.aside-news-block li a{
		font-size: 14px;
		text-decoration: underline;
	}
	.aside-news-block li time{
		position: absolute;
		display: block;
		right: 5px;
		bottom: 5px;
		font-family: "Roboto Regular";
		font-size: 13px;
		font-weight: 600;
		color: #333333;
	}
	.aside-news-block li p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.aside-news-block li img{
		max-height: 200px;
		max-width: 200px;
		margin: 0 15px;
	}
	.toolbar {
		border: solid 1px #e0e0e0;
		display: inline-block;
		width: 100%;
		border-radius: 4px;
		padding: 10px;
		background: #f7f7f7;
	}
	.collapse-aside {
		display: inline-block;
		width: 21px;
		height: 21px;
		padding: 3px;
		cursor: pointer;
		vertical-align: top;
		margin-top: 2px;
	}
	.collapse-aside span{
		display: inline-block;
		float: left;
		width: 15px;
		border-top: solid 3px #989898;
		margin-bottom: 3px;
	}
	span.collapse-aside:hover {
		border-radius: 4px;
		box-shadow: 1px 1px 2px grey;
		background: #ffffff;
	}
	.add-item-button {
		display: block;
		float: right;
		border: solid 1px;
		padding: 2px 8px;
		border-radius: 7px;
		cursor: pointer;
		box-shadow: 1px 1px 3px grey;
		background: #333333;
		color: #ffffff !important;
		border-color: #333333;
	}
	.add-item-button:hover {
		background: #ffffff;
		color: #333333 !important;
	}
	.add-item-button:active {
		padding: 3px 7px 1px 9px;
	}
	form.admin-toolbar {
		display: inline-block;
		vertical-align: top;
		padding: 0 10px;
		position: relative;
	}
	form.admin-toolbar input[type="text"]{
		border: solid 1px #e0e0e0;
		padding: 2px 8px;
		font-size: 14px;
		font-family: "Roboto Light";
		width: 70%;
		display: inline-block;
		float: left;
		border-radius: 4px;
		width: 200px;
		background: #ffffff;
	}
	form.admin-toolbar input[type="text"]:focus{
		box-shadow: 0 0px 2px 0px #333333;
		background: #ffffec;
	}
	form.admin-toolbar input[type="submit"]{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		font-family: "FontAwesome";
		background: transparent;
		padding: 4px 15px;
		font-size: 16px;
		color: #989898;
		cursor: pointer;
	}
	.toolbar .add-item-button {
		font-size: 14px;
	}

	main dl {
		display: block;
		margin-bottom: 10px;
	}
	main dt, main dd {
		display: inline;
	}
	main dt {
		/* font-weight: 600; */
	}
	
	.overscroll {
		display: inline-block;
		width: 100%;
		float: left;
		overflow-x: auto;
		margin-bottom: 30px;
	}
	.overscroll::-webkit-scrollbar { width: 6px; height: 17px;}
	.overscroll::-webkit-scrollbar-track { background: #f5f5f5;}
	.overscroll::-webkit-scrollbar-thumb { background: #e0e0e0; border-bottom: solid 1px #f5f5f5; border-top: solid 1px #f5f5f5; }
	
	table.last-requests {
		width: 100%;
		margin: 20px 0 25px;
	}
	.last-requests th {
		border-bottom: solid 1px #e0e0e0;
		padding: 4px 10px;
		font-weight: 600;
	}
	.last-requests td {
		border-top: solid 1px #e0e0e0;
		padding: 10px 5px;
		font-size: 14px;
		position: relative;
	}
	.last-requests td.property {
		border-top: none;
	}
	.last-requests td.property.top-line {
		border-top: solid 1px #e0e0e0;
	}
	.last-requests tr:last-child td {
		border-bottom: solid 1px #e0e0e0;
	}
	.last-requests tr.no-bottom td {
		border-bottom: none;
	}
	.last-requests.right-line td {
		border-right: solid 1px #e0e0e0;
	}
	.last-requests.right-line td:last-child {
		border-right: none;
	}
	.last-requests  tr:hover td:not(.nohover) {
		background: #f5f5f4;
	}
	.last-requests td.image {
		width: 120px;
		text-align: center;
	}
	.last-requests td.manufacturer {
		width: 165px;
		text-align: center;
	}
	.documentation td.order, .last-requests td.order {
		text-align: center;
		width: 130px;
	}
	.last-requests td a {
		font-weight: 600;
	}
	.last-requests dl {
		margin-bottom: 0;
	}
	.last-requests dd {
		font-weight: 400;
	}
	.last-requests img {
		max-width: 100px;
		max-height: 100px;
	}
	.last-requests .flyer {
		padding: 0;
		margin: 0;
		height: 180px;
	}
	.last-requests .flyer img {
	}
	.last-requests td p {
		margin: 10px 0 0 0;    
		/* color: #333333; */
		font-size: 13px; 
	}
	.last-requests td p.property-row {
		margin: 5px 0 0 0; 
		font-size: 13px;
		color: #333333;
		display: block;
		float: left;
	}
	.category-list {
		display: inline-block;
		width: 100%;
		float: left;
		margin: 10px 0 20px;
	}
	section.full .category-list li {
		display: inline-block;
		width: 19%;
		height: 380px;
		overflow: hidden;
		float: left;
		overflow: hidden;
		background: #ffffff;
		margin: 0 1% 15px 0;
		position: relative;
	}
	.category-list li {
		
	}
	section.full .category-list li {
		width: 188px;
		margin-right: 15px;
	}
	section.full .category-list li:nth-child(5n) {
		margin-right: 0;
	}
	.category-list li:hover {
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	}
	
	.category-list li .flyer {
		float: left;
		display: inline-block;
		width: 100%;
		height: 50px;
		overflow: hidden;
		padding:  0px 5px 0 5px;
	}
	.category-list li .flyer a {
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		padding-top: 5px;
	}
	.category-list li .flyer img {
		/* transform: rotate(270deg); */
		/* transform-origin: 90px 90px 0; */
	}
	.category-list li .image {
		float: left;
		width: 100%;
		height: auto;
		min-height: 180px;
		/* border-left: solid 1px #e5e5e5; */
		/* border-right: solid 1px #e5e5e5; */
		padding: 5px;
		position: relative;
		text-align: center;
	}
	.category-list li .image a, .category-list li .image span {
		display: table-cell;
		width: 180px;
		height: 180px;
		text-align: center;
		vertical-align: middle;
	}
	.category-list li .image span.psevdolink {
		border-bottom: none;
	}
	.category-list li .name {
		display: inline-block;
		width: 100%;
		height: 140px;
		padding: 5px;
		position: relative;
		text-align: center;
	}
	.category-list li:after {
		content:"";
		display: block;
		position: absolute;
		width: 100%;
		height: 45px;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(transparent, #ffffff);
	}
	.category-list li .name h4 {
		font-size: 18px;
		padding-bottom: 10px;
		text-align: center;
	}
	.category-list li .name .title {
		font-size: 16px;
		margin-bottom: 5px; 
	}
	.category-list li  .readmore {
		display: inline-block;
		position: absolute;
		z-index: 1;
		left: 0px;
		right: 0px;
		bottom: -30px;
		width: 100%;
		height: 30px;
		padding: 0;
		text-align: center;
		font-size: 13px;
		transition: all 0.25s;
		opacity: 0;
		line-height: 30px;
		font-size: 15px;
	}
	.category-list li:hover  .readmore {
		bottom: 0px;
		opacity: 1;
	}
	.category-list li  .readmore .openlink, .category-list li  .readmore .psevdolink {
		color: #ffffff !important;
	}
	.category-list li .readmore a {
		display: inline-block;
		float: left;
		width: 100%;
		height: 30px;
		background: #333333;
		font-weight: 100;
	}
	.category-list li .readmore a:hover {
		opacity: 0.6;
	}
	.category-list.tile li {
		background: #ffffff;
		margin-bottom: 15px;
		height: 190px;
		overflow: hidden;
		position: relative;
	}
	.category-list.tile li div.flyer {
		width: 60px;
		height: 190px;
		padding: 0;
	}
	.category-list.tile li div.flyer > a {
		padding: 5px;
	}
	.category-list.tile li div.flyer > a img {
		transform: rotate(270deg);
		transform-origin: 90px 90px;
	}
	.category-list.tile li div.image {
		width: 190px;
		height: 190px;
	}
	.category-list.tile li div.image > a {
		display: table-cell;
		width: 190px;
		height: 190px;
		text-align: center;
		vertical-align: middle;
	}
	.category-list.tile li div.name {
		width: 500px;
		height: 190px;
		text-align: left;
	}
	.category-list.tile li div.name h4 {
		text-align: left;
	}
	.category-list.tile li .readmore {
		
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.home-more-requests {
		display: block;
		width: 100%;
		margin: 0 0 25px;
		text-decoration: underline;
		text-align: center;
		font-size: 15px;
	}
	a.item-label {
		display: inline-block;
		float: right;
		clear: right;
		width: 200px;
		text-align: center;
		margin: 0px 1px 5px 15px;
		padding: 5px 5px;
		height: 60px;
		border: solid 1px #e0e0e0;
		/* border-radius: 10px 0; */
		background: #ffffff;
	}
	a.item-label:hover {
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	p.series-brand > a{
	}
	p.series-brand img{
		float: left;
		margin-right: 20px;
	}
	p.series-brand span{
		line-height: 50px;
	}
	
	section.login {
		display: block;
		width: 240px;
		margin: 0 auto;
		min-height: 500px;
	}
	section.login form > div {
		margin: 10px 0;
	}
	section.login h1{
		text-align: center;
		margin: 20px 0 25px;
	}
	section.login input[type="text"] {
		border: 1px solid #e6e5e1;
		height: 35px;
		font-size: 16px;
		padding: 0 10px;
		width: 240px;
	}
	section.login input[type="submit"] {
		display: block;
		width: 240px;
		text-align: center;
		color: #ffffff;
		background: #333333;
		padding: 10px;
		cursor: pointer;
	}
	section.login .error {
		margin: 10px 0;
		color: red;
	}
	section.login .done {
		margin: 10px 0;

	}



	/****************/
	/*    ADMIN     */
	/****************/
	.aside-admin-block {
		margin-bottom: 15px;
	}
	.aside-admin-block a{
		display: block;
		width: 100%;
		line-height: 20px;
		padding: 2px 10px;
		color: #333333;
		font-family: "Roboto Regular";
	}
	.aside-admin-block a span:not(.glyph){
		float: right;
	}
	.aside-admin-block a span.glyph{
		margin-right: 5px;
	}
	.aside-admin-block > li > ul {
		border-top: solid 2px #e0e0e0;
		margin-bottom: 30px;
	}
	.aside-admin-block a:hover{
		background: rgba(38, 115, 194, 0.47);
		color: #ffffff;
	}
	.aside-admin-block a.active{
		background: #333333;
		color: #ffffff;
	}
	.aside-admin-block ul {
		padding: 5px 5px 0;
		font-size: 15px;
	}
	li.delimiter {
		border-bottom: solid 1px #e0e0e0;
		margin: 3px 0;
		cursor: default;
	}
	/* RSS */
	ul.rss {
		display: inline-block;
		width: 100%;
	}
	ul.rss li {
		display: inline-block;
		width: 100%;
		margin-bottom: 35px;
	}
	ul.rss li p{
		margin-bottom: 5px;
		line-height: 22px;
	}
	ul.rss li time {
		display: block;
		margin-top: 5px;
		border-top: solid 1px #e0e0e0;
		color: #333333;
		font-size: 13px;
	}
	ul.rss li a {
		font-family: "Roboto Regular";
		font-weight: 600;
	}
	ul.rss li img {
		max-width: 100%;
		max-height: 100%;
		padding: 5px 0;
	}
	ul.rss-tags {
		display: inline-block;
		width: 100%;
	}
	ul.rss-tags li {
		display: inline-block;
		float: left;
		width: auto;
		margin: 0px 10px 0px 0;
	}
	ul.rss-tags li a{
		font-family: "Roboto Light";
		font-size: 14px;
		padding: 0 5px;
	}
	ul.rss-tags li a:before{
		content:"#";
	}
	ul.rss-tags li a:hover{
		text-decoration: underline;
	}
	.admin-form {
		display: inline-block;
		width: 100%;
		margin-bottom: 25px;
		position: relative;
	}
	.button-medium.to-front {
		display: inline-block;
		margin-top: 10px;
	}
	.admin-form h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.admin-form > div {
		display: inline-block;
		width: 100%;
		padding: 0 20px;
		border: solid 1px #e0e0e0;
		border-radius: 10px;
	}
	.admin-form > div > div {
		padding: 10px 0;
		display: inline-block;
		width: 100%;
		position: relative;
	}
	.admin-form > div > div > div{
		padding: 5px 0;
		display: inline-block;
		width: 100%;
		position: relative;
	}
	.admin-form > div > div label {
		display: inline-block;
		float: left;
		width: 30%;
		padding: 3px 0px 3px 25px;
		/* font-weight: 600; */
	}
	.admin-form > div > div label span{
		display: block;
		color: #a7a7a7;
		font-size: 14px;
	}
	.admin-form > div > div input[type="text"], .admin-form > div > div textarea, .admin-form > div > div select {
		border: solid 1px #e0e0e0;
		padding: 2px 8px;
		font-size: 16px;
		font-family: "Roboto Light";
		width: 70%;
		display: inline-block;
		float: left;
		border-radius: 4px;
	}
	.admin-form > div > div button[type="text"] {
		border: solid 1px #e0e0e0;
		padding: 2px 8px;
		font-size: 16px;
		font-family: "Roboto Light";
		width: 70%;
		display: inline-block;
		float: left;
		border-radius: 4px;
		background: none;
		cursor: pointer;
		color: #333333;
		text-align: left;
		height: 28px;
	}
	.admin-form > div > div button[type="text"]:hover , .admin-form > div > div select:hover {
		box-shadow: 0 0px 2px 0px #333333;
	}
	.admin-form > div > div button[type="text"]:active {
		padding: 1px 7px 3px 9px;
		background: #333333;
		border-color: #333333;
		color: #ffffff;
	}
	.admin-form > div > div textarea {
		min-height: 70px;
		resize: vertical;
	}
	.admin-form > div > div input[type="text"]:focus, .admin-form > div > div textarea:focus {
		box-shadow: 0 0px 2px 0px #333333;
		background: #ffffec;
	}
	.admin-form select {
		width: 100px !important;
	}
	.admin-form > div > div img {
		display: block;
		max-width: 200px;
		max-height: 200px;
		border: solid 1px #e0e0e0;
		cursor: pointer;
	}
	.admin-form > div > div span.del-img-but {
		clear: left;
		font-size: 13px;
		margin-left: 30%;
		width: 200px;
		display: block;
		text-align: center;
		color: red;
		position: absolute;
		right: 0;
		top: 10px;
	}
	.admin-form > div > div span.del-img-but.hidden {
		display: none;
	}
	.admin-form > div > div input[type="file"] {
		border: none;
		background: white;
		width: 200px;
		height: 200px;
		display: block;
		position: absolute;
		left: 30%;
		top: 10px;
		opacity: 0;
		cursor: pointer;
	}
	.admin-form ul.pns {
		display: inline-block;
		width: 100%;
	}
	.admin-form ul.pns li {
		position: relative;
		display: inline-block;
		width: 100%;
		float: left;
	}
	.admin-form ul.pns li div[data-field] {
		display: inline-block;
		width: 100%;
		float: left;
		margin-bottom: 25px;
	}
	.admin-form ul.pns li.collapsed {
		height: 28px;
		overflow: hidden;
		background: #e0e0e0;
		margin-bottom: 5px;
	}
	.admin-form ul.pns li.collapsed div[data-field] {
		display: none;
	}
	.admin-form ul.pns li span.collapse-but span {
		transition: transform 0.5s;
		display: inline-block;
	}
	.pns-row-move-up, .pns-row-move-down {
		font-family: "FontAwesome";
		height:28px;
	}
	span.collapse-but.black { background: #282828 !important; }
	span.collapse-but.red { background: #ff0000 !important; }
	span.collapse-but.green { background: #47b147 !important; }
	.admin-form ul.pns li.collapsed span.collapse-but span {
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.admin-form ul.pns h3{
		display: inline-block;
		width: 100%;
		margin: 15px 0 5px;
		border-bottom: solid 2px #e0e0e0;
		padding-bottom: 5px;
	}
	.admin-form ul.pns span:not(.glyph) {
		display: inline-block;
		float: left;
		padding: 3px 10px 3px 10px;
		border-radius: 7px;
		background: #333333;
		color: #ffffff;
		margin: 0 10px 5px 0;
		cursor: pointer;
	}
	.admin-form ul.pns li.property {
		display: inline-block;
		width: 100%;
		float: left;
		/* border-bottom: solid 4px #e0e0e0; */
		padding: 0px 0 15px;
		margin-bottom: 5px;
	}
	ul.references, ul.values {
		display: inline-block;
		width: 100%;
		float: left;
		padding: 10px 0 10px 0px;
		border-bottom: solid 1px #e0e0e0;
		margin: 10px 0;
	}
	.admin-form input.mask {
		font-size: 32px !important;
		width: 150px!important;
		margin: 20px 10px 20px 0;
	}
	.admin-form input.chars {
		background: #333333;
		color: #ffffff;
	}
	.admin-form ul.pns select {
		margin: 0 10px 10px 0;
		height: 28px;
	}
	.admin-form ul.pns textarea {
		width: 680px;
		min-height: 100px !important;
	}
	.admin-form ul.pns img {
		display: block;
		position: absolute;
		right: 0;
		top: 38px;
		width: 100px;
		height: 100px;
		cursor: pointer;
		margin: 0 0 32px 20px;
	}
	.admin-form input.chars:focus {
		color: #000000;
	}
	.admin-form ul.pns li.property input[type="text"] {
		margin: 0 10px 10px 0;
		width: 200px;
	}
	.admin-form div[data-type="partnumbersystem"] a.button-medium, .admin-form ul.pns a.button-medium {
		float: left;
		font-size: 14px;
	}
	.admin-form 	.series-auto-short {
		/* color:#333333; */
		float: left;
		font-size: 14px;
	}
	.admin-form a.button-medium.series-add-reference {

	}
	.admin-form ul.pns input[placeholder="name"] {
		width: 410px !important;
	}
	.admin-form ul.pns input[placeholder="minvalue"] {
		clear: left;
		width: 200px !important;
		background: #fff1f1;
	}
	.admin-form ul.pns input[placeholder="value"] {
		width: 260px !important;
	}
	.admin-form ul.pns input[placeholder="maxvalue"] {
		background: #eff6ff;
	}
	.admin-form ul.pns input[placeholder="description"] {
		clear: left;
		width: 680px !important;
	}
	.admin-form ul.pns input[placeholder="unitCode"] {
		clear: left;
	}
	.admin-form ul.pns input[placeholder="shortRecord"] {
		clear: left;
		width: 680px !important;
	}
	.admin-form ul.pns input[placeholder="descRecord"] {
		clear: left;
		width: 680px !important;
	}
	.admin-form ul.pns input[placeholder="image"] {
		clear: left;
		width: 680px !important;
	}
	.admin-form ul.pns span.del-row-but{
		position: absolute;
		top: 0px;
		right: 2px;
	}
	.admin-form ul.pns span.del-row-but:active{
		color: #ffffff !important;
	}
	.admin-form span.save-pns-but {
		float: right;
	}
	.pns-multi-edit, .pns-multi2-edit {
		display: block;
		position: absolute;
		top: 10px;
		right: 15px;
	}
	.pns-multi2-edit {
		right: 145px;
		display: none;
	}
	/* TOGGLE PNS */
	.pns-multi-edit.toggle {
		color: #ffffff;
		background: #333333;
	}
	.admin-form .multi-visible {
		display: none;
	}
	.admin-form.toggle .multi-visible {
		display: inline-block;
		width: 100%;
	}
	.admin-form.toggle .pns-row-move-up, .admin-form.toggle .pns-row-move-down {
		display: none !important;
	}	
	
	.admin-form .switch-fullscreen {
		display: none;
	}
	.admin-form.toggle .switch-fullscreen {
		display: inline-block;
	}
	.admin-form.toggle .fullscreen {
		position: fixed;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100%;
		background: #ffffff;
		z-index: 9999;
		padding: 20px;
	}
	.admin-form.toggle ul.symbols {
		width: auto;
		overflow: scroll;
		white-space: nowrap;
		max-height: 600px;
	}
	.admin-form.toggle ul.symbols li {
		white-space: normal;
		display: inline-block;
		width: 200px;
		float: none !important;
		vertical-align: top;
	}
	.admin-form.toggle ul.symbols li .collapse-but{
		display: none !important;
	}
	.admin-form.toggle ul.symbols li .pns-del-value{
		display: none !important;
	}
	.admin-form.toggle li.value input {
		display: none !important;
	}
	.admin-form.toggle input[placeholder="symbols"] {
		width: 200px !important;
	}
	.admin-form.toggle li.value input[placeholder="value"] {
		display: inline-block !important;
		width: 200px !important;
		margin-right: 0px !important;
	}
	.admin-form.toggle .series-add-value {
		display: none !important;
	}
	.admin-form.toggle ul.pns img {
		display: none;
	}
	/* TOGGLE FULL */
	.toggle .pns-multi2-edit {
		display: block;
	}
	.pns-multi2-edit.toggle-multi {
		color: #ffffff;
		background: #333333;
	}
	.admin-form.toggle-multi ul.symbols li {
		width: 340px !important;
	}
	.admin-form.toggle-multi input[placeholder="symbols"] {
		width: 340px !important;
	}
	.admin-form.toggle-multi li.value input[placeholder="minvalue"] {
		display: inline-block !important;
		width: 70px !important;
		margin-right: 0px !important;
	}
	.admin-form.toggle-multi li.value input[placeholder="value"] {
		display: inline-block !important;
		width: 150px !important;
		margin-right: 0px !important;
	}
	.admin-form.toggle-multi li.value input[placeholder="maxvalue"] {
		display: inline-block !important;
		width: 70px !important;
		margin-right: 0px !important;
	}
	.admin-form.toggle-multi li.value input[placeholder="unitText"] {
		display: inline-block !important;
		width: 50px !important;
		margin-right: 0px !important;
	}
	.admin-form.toggle-multi .series-add-value {
		display: none !important;
	}
	.admin-form .import-row {
		display: inline-block;
		width: 100%;
	}
	.admin-form textarea.import-params {
		width: 96% !important;
		margin-right: 1%;
	}
	.admin-form .but-import-params {
		position: relative;
	}
	.admin-form .import-unstdproducts, .admin-form .import-products, .admin-form .import-rproducts{
		display: inline-block;
		float: left;
		font-size: 14px;
		color: #333333;
	}
	
	
	
	
	.admin-form .button-medium.but-item-opened {
		display: inline-block;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.admin-form .button-medium.but-item-opened[data-state="1"] {
		background: #333333;
		color: #ffffff;
		box-shadow: inset 0 0 3px rgba(0,0,0,0.4);
		padding: 5px 5px 3px 7px;
	}




	.admin-form > div > div .save-data-but {
		position: absolute;
		left: 0;
		top: 15px;
		font-family: "FontAwesome";
		cursor: pointer;
		display: none;
	}
	.admin-form .folder-content {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.admin-form .folder-refresh {
		display: inline-block;
		margin: 10px 0;
	}
	.admin-form .folder-images {
		display: inline-block;
		width: 100%;
		float: left;
		padding: 10px 10px 0 10px	;
		border: solid 1px #e0e0e0;
		background: #f7f7f7;
	}
	.admin-form .folder-images li {
		display: inline-block;
		width: 100%;
		float: left;
		padding: 10px;
		position: relative;
		height: 110px;
		border-bottom: solid 1px #e0e0e0;
	}
	.admin-form .folder-images li:last-child {
	    text-align: center;
		height: 45px;
		border-bottom: none;
	}
	.admin-form .folder-images li div.image{
		display: block;
		position: absolute;
		width: 100px;
		height: 100px;
		top: 5px;
		left: 0px;
		text-align: center;
		vertical-align: middle;
	}
	.admin-form .folder-images li div.content {
		width: 100%;
		display: block;
		float: right;
		padding-left: 110px;
		word-wrap: break-word;
	}
	.admin-form .folder-images li img{
		max-width: 100px;
		max-height: 100px;
	}
	.admin-form .folder-images li p{
	    padding-right: 65px;
	}
	.admin-form .folder-images li span{

	}
	span.glyph.button-medium.folder-copy-image-link {
		display: block;
		position: absolute;
		top: 5px;
		right: 10px;
		color: #2673c3;
	}
	span.glyph.button-medium.folder-del-image {
		display: block;
		position: absolute;
		top: 5px;
		right: 41px;
		color: red;
	}
	.folder-images-input {
		display: none !important;
	}
	span.button-medium.folder-refresh {
		display: block;
		position: absolute;
		right: -5px;
		top: -60px;
	}

	/* ADMIN: Item-DOCS  */
	.admin-form ul.docs-data-container {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.admin-form ul.docs-data-container li {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.admin-form ul.docs-data-container li.new {
		padding-top: 10px;
		margin-top: 10px;
		border-top: solid 5px #e0e0e0;
	}
	.admin-form ul.docs-data-container input, .admin-form ul.docs-data-container select  {
		height: 28px;
		margin-right: 1%;
		margin-bottom: 5px;
	}
	.admin-form ul.docs-data-container input[placeholder="title"] {
		width: 830px !important;
	}
	.admin-form ul.docs-data-container select{
		width: 200px !important;
	}
	.admin-form ul.docs-data-container input[placeholder="language"] {
		width: 100px !important;
	}
	.admin-form ul.docs-data-container input[placeholder="realized"] {
		width: 150px !important;
	}
	.admin-form ul.docs-data-container input[placeholder="size"] {
		width: 80px !important;
	}
	.admin-form ul.docs-data-container input[placeholder="summary"] {
		width: 934px !important;
	}
	.admin-form ul.docs-data-container input[placeholder="url"] {
		width: 475px !important;
	}
	.admin-form ul.docs-data-container input[placeholder="cover"] {
		width: 450px !important;
	}
	.admin-form ul.docs-data-container img[placeholder="image"] {
		width: 106px;
		height: 150px;
	}
	.docs-row-move-up, .docs-row-move-down, .docs-del-doc, .docs-add-doc, .docs-get-size, .docs-get-image {
		font-family: "FontAwesome";
		display: inline-block;
		margin: 1px 2px;
		vertical-align: top;
		color: #333333;
	}
	.docs-add-doc { color: #333333; }
	.docs-get-size { color: #333333; float: left; }
	.docs-get-image { color: #333333; float: left; }
	.docs-del-doc { color: red; }
	/* ADMIN: Item > Multidata  */
	.admin-form ul.multidata-container {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.admin-form ul.multidata-container li.multidata {
		display: inline-bock;
		width: 100%;
		float: left;
		padding: 5px 10px;
	}
	.admin-form ul.multidata-container li.multidata:nth-child(odd) { background-color: #e0e0e0; }
	.admin-form ul.multidata-container li.multidata.new {
		margin-top: 10px;
		padding-top: 10px;
		border-top: solid 3px #e0e0e0;
		background-color: #e8f1f3;
	}
	.admin-form .multidata-row-add, .admin-form .multidata-row-del, .admin-form .multidata-row-move-up, .admin-form .multidata-row-move-down {
		display: inline-block;
		margin: 1px 4px;
		color: #333333;
	}
	.admin-form .multidata-row-del {
		color: red;
	}
	.admin-form ul.multidata-container input, .admin-form ul.multidata-container textarea {
		margin-bottom: 3px;
		background-color: transparent;
	}
	.admin-form ul.multidata-container li.multidata.new input, .admin-form ul.multidata-container li.multidata.new textarea {
		background-color: #ffffff;
	}
	.admin-form ul.multidata-container input { width: 815px !important; }
	.admin-form ul.multidata-container textarea { width: 920px !important; }
	/* ADMIN: Product > Relations  */
	.admin-form ul.relations-container {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.admin-form ul.relations-container li.relation{
		display: inline-block;
		width: 100%;
		float: left;
		padding: 5px 10px;
	}
	.admin-form ul.relations-container li.relation:nth-child(odd) { background-color: #f1f1f1; }
	.admin-form ul.relations-container li.relation.new {
		margin-top: 10px;
		padding-top: 10px;
		border-top: solid 3px #e0e0e0;
		background-color: #e8f1f3;
	}
	.admin-form ul.relations-container input {
		margin-bottom: 3px;
		background-color: transparent;
	}
	.admin-form ul.relations-container li.multidata.new input {
		background-color: #ffffff;
	}
	.admin-form ul.relations-container input { width: 815px !important; }
	.admin-form ul.relations-container button[placeholder="product_id"] 	{width: 150px !important; white-space: nowrap; }
	.admin-form ul.relations-container input[placeholder="product_id"] 	{width: 150px !important; }
	.admin-form ul.relations-container input[placeholder="meas"]			{width: 80px !important; text-align: center;}
	.admin-form ul.relations-container input[placeholder="qty"] 			{width: 95px !important; text-align: center; }
	.admin-form ul.relations-container input[placeholder="misc"] 			{width: 295px !important; }
	.admin-form ul.relations-container select[placeholder="type"] 			{height: 28px; width: 195px !important; }
	.but-save-relations {
		display: inline-block;
		float: right;
		margin-top: 15px;
	}
	
	
	
	
	
	
	
	
	

	.generate-alias-but, .generate-intro-but {
		display: inline-block;
		margin: 5px 0 10px 25px;
		color: #333333;
		font-size: 14px;
	}



	.admin-form > div > div .save-data-but.changed {
		color: #ffaaaa;
		display: block;
	}
	.admin-form > div > div .save-data-but.saved {
		color: green;
		display: block;
	}
	.admin-form > div > div .save-data-but.error {
		color: red;
		display: block;
	}










	.popups {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
		display: table;
		text-align: center;
		vertical-align: middle;
	}
	.popups.overlay {
		/* background: rgba(0,0,0,0.7); */
		
		display: none;
	}
	.popups.overlay.fadein {
		/* opacity: 1; */
	}
	.popup {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	.popup-form {
		width: 962px;
		height: 462px;
		background: white;
		display: inline-block;
		text-align: left;
		padding: 20px 20px;
		position: relative;
		box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
	}
	.popup-form h1 {
		font-size: 20px;
		margin: 0 0 10px;
	}
	.popup-form ul:not(.images) {
		display: inline-block;
		width: 100%;
		height: 340px;
		border: solid 1px #e0e0e0;
		padding: 10px;
	}
	.popup-form ul:not(.images) li {
		display: inline-block;
		width: 33.3333%;
		float: left;
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		cursor: pointer;
		padding: 0 5px;
	}
	.popup-form ul:not(.images) li:hover {
		background: #333333;
		color: white;
	}
	.popup-form ul.images {
		display: inline-block;
		width: 100%;
		height: 340px;
		border: solid 1px #e0e0e0;
		padding: 10px;
		overflow-y: scroll;
	}
	.popup-form ul.images li {
		display: inline-block;
		width: 100%;
		height: 110px;
		float: left;
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		cursor: pointer;
		padding: 0 5px;
		position: relative;
	}
	.popup-form ul.images li img {
		position: absolute;
		left: 10px;
		top: 5px;
		max-width: 100px;
		max-height: 100px;
	}
	.popup-form ul.images li p {
		display: block;
		margin: 5px 0 10px 125px; 
	}
	.popup-form ul.images li:hover {
		background: #333333;
		color: white;
	}
	
	
	.popup-form input[type="text"] {
		border: solid 1px #e0e0e0;
		padding: 2px 8px;
		font-size: 16px;
		font-family: "Roboto Light";
		width: 100%;
		display: inline-block;
		float: left;
		border-radius: 4px;
		background: none;
		margin-bottom: 15px;
	}
	.popup-form input[type="text"]:focus {
		box-shadow: 0 0px 2px 0px #333333;
		background: #ffffec;
	}
	span.popup-close-but {
		font-family: "FontAwesome";
		font-size: 20px;
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		cursor: pointer;
	}










	.save-microdata-but{
		display: inline-block;
		float: right;
	}
	.button-medium {
		border-radius: 4px;
		padding: 4px 6px;
		margin-bottom: 10px;
		cursor: pointer;
		user-select: none;
	}
	.button-medium.button-small-cyan {
		color: #333333;
		font-size: 13px;
	}
	.button-medium:hover {
		box-shadow: 1px 1px 3px gray;
	}
	.button-medium:active {
		padding: 5px 5px 3px 7px;
		background: #333333;
		color: #ffffff;
		
		
		
	}
	.button-medium.button-small-cyan:active {
		color: #fffff;
	}
	.row-rank-2 > input[type="text"] {
		width: 45% !important;
		margin-right: 1%;
	}
	.del-row-but {
		font-family: "FontAwesome";
		cursor: pointer;
		color: #ff0000;
		margin: 1px;
		display: inline-block;
	}
	div[data-type="table-rank-2"] {
		border: solid 1px #e0e0e0;
		border-radius: 4px;
		padding: 10px 10px !important;
		display: inline-block;
	}
	.yandex-color {
		color: red !important;
	}
	.google-color {
		color: #57aaff !important;
	}
	.alexa-color {
		color: #1b334b !important;
	}
	.products-wrap h3 {
		text-align: center;
		padding: 5px 10px;
		/* font-size: 21px !important; */
	}
	.products-wrap h4 {
		text-align: center;
		padding: 20px 5px 25px;
		/* font-size: 19px !important; */
	}
	.series-list {
		display: inline-block;
		width: 100%;
		float: left;
		/* margin-bottom: 25px; */
		text-align: center;
	}
	.series-list.flex-container {
		position: relative;
	}
	.series-list li {
		position: relative;
		/* width: 235px; */
		margin: 10px 5px;
		padding-bottom: 30px;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		transition: left 1s, top 1s;
	}
	.series-list.columns-2, .series-list.columns-2, .series-list:not(.columns-1)  {
		/* min-height: 306px; */
	}
	.series-list.mfr-list li {
		min-height: 220px !important;
	}
	.series-list li.flex-block {
		position: absolute;
	}
	.series-list.dostavka li {
		display: inline-block;
		float: left;
		width: 250px !important;
		height: 220px;
		margin: 0px;
		padding: 10px 20px;
	}
	.series-list.oplata li {
		height: 200px;
		padding: 5px 10px;
		position: relative;
		overflow: hidden;
	}

	.series-list.dostavka li:nth-child(1) { background-color: #92ef92; }
	.series-list.dostavka li:nth-child(2) { background-color: #6caff5; }
	.series-list.dostavka li:nth-child(3) { background-color: #ffc14e; }
	.series-list.oplata li:nth-child(1) { background-color: #ffc14e; }
	.series-list.oplata li:nth-child(2) { background-color: #6caff5; }
	.series-list.oplata li:nth-child(3) { background-color: #6cd5f5; }
	.series-list.oplata li:nth-child(4) { background-color: #92ef92; }
	.series-list.oplata li:nth-child(5) { background-color: #73ff85; }
	.series-list.no-bottom li {
		padding-bottom: 10px;
	}
	.series-list img {
		float: left;
		max-width: 200px;
		margin: 0px 20px 20px;
		border: solid 1px #e0e0e0;
		padding: 5px;
	}
	.series-list li > a:hover img {
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	.series-list h5 {
		margin-bottom: 8px;
		text-align: center;
	}
	.series-list a {
		font-size: 15px;
		text-decoration: underline;
	}
	.series-list h5 a{
		font-size: 18px;
		text-decoration: underline;
	}
	.series-list a:hover{
		text-decoration: none;
	}
	.series-list a.series-mods {
		display: block;
		width: 100%;
		border-top: solid 1px #e0e0e0;
		border-bottom: none;
		padding: 5px 10px;
		text-align: center;
	}
	.series-list p {
		padding-bottom: 10px;
		font-size: 14px !important;
	}
	.series-list.dostavka h3, .series-list.oplata h3 {
		margin: 10px 0;
		text-align: center;
		height: 68px;
		display: table-cell;
		width: 235px;
		vertical-align: middle;
	}
	.series-list span {
		font-size: 13px;
	}
	.series-list span.series-title {
		display: block;
		width: 100%;
		font-size: 18px;
		margin-bottom: 8px;
	}
	.series-list.columns-1 li { width: 100%; margin: 0; }
	.series-list.columns-2 li { width: 360px; }
	.series-list.columns-3 li { width: 235px; }
	.series-list.columns-4 li { width: 235px; }
	.series-list.columns-1 li  img { margin: 0 10px 20px 0; }
	.series-list.columns-2 li  img { margin: 0px 80px; }
	.series-list.columns-3 li  img { }
	.series-list.columns-4 li  img { }
	.series-list.columns-1 li  h5 { text-align: left; margin-bottom: 4px;}
	.series-list.columns-2 li  h5 { }
	.series-list.columns-3 li  h5 { }
	.series-list.columns-4 li  h5 { }
	.series-list.columns-1 li  > div { }
	.series-list.columns-2 li  > div { clear: left; }
	.series-list.columns-3 li  > div { clear: left; }
	.series-list.columns-4 li  > div { clear: left; }
	.series-list.columns-1 li  span.series-title { text-align: left; }
	.series-list.columns-2 li  span.series-title { text-align: center; }
	.series-list.columns-3 li  span.series-title { text-align: center; }
	.series-list.columns-4 li  span.series-title { text-align: center; }


	/* items-series */
	.series-items {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.series-items > li {
		display: inline-block;
		float: left;
		width: 33.3333%;
		height: 100px;
		position: relative;
		border-bottom: solid 1px #e5e5e5;
		/* padding-bottom: 20px; */
		margin-bottom: 20px;
		/* border-left: solid 3px #333333; */
	}
	.series-items > li:last-child {
		/* border-bottom: solid 1px #e5e5e5; */
	}
	.series-items > li div.image  {
		display: inline-block;
		float: left;
		width: 90px;
		height: 90px;
		padding: 4px 4px;
		vertical-align: middle;
		text-align: center;
		/* border-right: solid 1px #e5e5e5; */
	}
	.series-items > li div.image > div {
		display: table-cell;
		width: 80px;
		height: 80px;
		vertical-align: middle;
		text-align: center;
	}
	.series-items > li .content {
		display: inline-block;
		position: relative;
		float: left;
		width: 240px;
		white-space: normal;
		height: 90px;
		overflow: hidden;
		padding-left: 10px;
		padding-top: 7px;
	}
	.series-items > li .content table {
		min-height: 100px;
	}
	.series-items > li .content table td {
		vertical-align: top;
		
	}
	.series-items > li .content:after {
		content:"";
		display: block;
		position: absolute;
		top: 85%;
		left: 0;
		right: 0;
		bottom: 0px;
		background: linear-gradient(to top, #ffffff, transparent);
	}
	.series-items > li .content h5 {
		font-size: 18px;
		padding: 0px 0px;
		margin: 0 0 5px 0;
	}
	.series-items > li .content p.title {
		/* font-weight: 600; */
	}
	.series-items > li .content p {
		text-align: left;
		padding: 0;
		margin: 0 0 5px 0;
		color: #000000;
		font-weight: 100;
	}
	.series-items > li .content td.title:not([colspan]){
		width: 210px;
	}
	.series-items > li .content td.properties {
		width: 200px;
		padding: 5px 10px;
	}
	.series-items > li .content td.properties span {
		display: inline-block;
		width: 100%;
		float: left;
		padding-left: 25px;
		margin-bottom: 5px;
		position: relative;
	}
	.series-items > li .content td.properties span:before {
		content: "\F00C";
		display: block;
		position: absolute;
		left: 0;
		top: 2px;
		font-family: "FontAwesome";
	}
	
	
	
	.series-items > li .content:hover {
		left: 0%;
		right: 0%;  
		top: 0%;
		bottom: 0;
		background: #ffffff;
	}

	
	.series-items .button-medium {
		display: inline-block;
		margin-top: 20px;
	}
	.series-items .edit-item {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	/* Series > Admin Item Tool */
	.admin-item-tool {
		display: inline-block;
		position: absolute;
		right: 1%;
		top: 0;
		width: 200px;
		border: solid 1px #e5e5e5;
		background: #ffffff00;
		padding: 2px 10px;
		min-height: 40px;
		opacity: 0.5;
		transition: all 0.2s;
	}
	.admin-item-tool:hover {
		opacity: 1;
		background: #ffffff;
	}
	.admin-item-tool .hits, .admin-item-tool .unique {
		display: inline-block;
		width: 75%;
		height: 16px;
		margin: 0 0 2px;
		float: left;
		vertical-align: top;
		border: solid 1px #e0e0e0;
		border-radius: 4px;
		font-size: 12px;
		line-height: 13px;
		text-indent: 10px;
		white-space: nowrap;
	}
	.admin-item-tool .hits div, .admin-item-tool .unique div{
		display: inline-block;  
		float: left;
		height: 14px;
	}
	.admin-item-tool .hits  div.yandex { background: red; }
	.admin-item-tool .hits  div.google { background: #4285f4; }
	
	.admin-item-tool .unique div.nice { background: #333333; }
	.admin-item-tool .unique div.good { background: lime; }
	.admin-item-tool .unique div.neitral { background: orange; }
	.admin-item-tool .unique div.bad { background: #ff0000; }
	
	.admin-item-tool .serp-stat{
		display: inline-block;
	}
	.admin-item-tool .edit-item{
		display: inline-block;
		padding: 5px 10px;
	}
	
	/* Series > propeties, features, advantages, applications */
	section.full table.series-features {
		width: 100%;
		max-width: 100%;
		padding-top: 10px;
	}
	section.full table.series-features td {
		vertical-align: top;
		padding: 0 10px 5px 0;
	}
	section.full table.series-features tr:nth-child(2) td {
		border-right: solid 1px #e0e0e0;
	}
	section.full ul.series-properties,
	section.full ul.series-applications
	{
		display: inline-block;
		float: left;
		/* width: 290px; */
		padding: 5px 0px 5px 35px;
	}
	section.full ul.series-applications {
		width: 100%;
		/* text-align: center; */
		margin: 5px 0 0 0;
		padding: 0 0 0 5px;
	}
	section.full ul.series-properties > li {
		position: relative;
		margin-bottom: 10px;
		font-size: 15px;
	}
	section.full ul.series-properties.half > li {
		
		display: inline-block;
		float: left;
		padding: 0px 50px 0 0px;
		width: 50%;
	}
	section.full ul.series-applications li {
		display: inline-block;
		margin-left: 40px;
		position: relative;
		white-space: nowrap;
		margin: 0px 15px 0px 30px;
		font-size: 15px;
	}
	section.full ul.series-properties > li:before,
	section.full ul.series-applications > li:before {
		content: "";
		font-family: "FontAwesome";
		display: inline-block;
		position: absolute;
		left: -28px;
		top: -1px;
		width: 25px;
		height: 25px;
		text-align: center;
		line-height: 20px;
		color: #333333;
		font-size: 22px;
	}
	section.full ul.series-properties.propeties > li:before			{ content: "\F013"; }
	section.full ul.series-properties.features > li:before 			{ content: "\F00C"; }
	section.full ul.series-properties.advantages > li:before 		{ content: "\F006"; }
	section.full ul.series-applications > li:before 					{ content: "\F058"; color: #2b9242; }
	section.full .series-features h3 {
		font-size: 20px;
		display: block;
		padding: 0 0 10px 35px;
		margin: 0;
	}
	section.full .series-applications p.title {
		
	}
	section.full .series-applications span {
		display: inline-block;
		margin-bottom: 10px;
		color: #333333;
		white-space: normal;
	}
	
	.items-list {
		display: inline-block;
		width: 100%;
		float: left;
		font-size: 0;
	}
	.items-list div.item {
		display: inline-block;
		padding: 0 15px 30px 0;
		font-size: 16px;
		vertical-align: top;
		/* min-height: 220px; */
	}
	
	
	
	/* Manufacturer > Portfolio */
	.mfr-product-portfolio .items-list div.item {
		min-height: 80px;
	}
	.items-list.columns-1 .column { display: inline-block; width: 100%; float: left; }
	.items-list.columns-2 .column { display: inline-block; width: 50%; float: left; }
	.items-list.columns-3 .column { display: inline-block; width: 33.3333%; float: left; }
	.items-list.columns-4 .column { display: inline-block; width: 25%; float: left; }
	.items-list.columns-1 { padding: 0 50px; }
	.items-list.columns-2 { padding: 0 50px; }
	.items-list.columns-3 {  }
	.items-list.columns-4 {  }
	.items-list.columns-1 > div.item { width: 100%; min-height: 95px; }
	.items-list.columns-2 > div.item { width: 50%; }
	.items-list.columns-3 > div.item { width: 33.3333%; }
	.items-list.columns-4 > div.item { width: 25%; }
	.items-list.columns-1 h3 { text-align: left; margin-top: 0; display: block; float: none; margin: 0;}
	.items-list .column .item {
		width: 100%;
	}
	/* Item Image */
	.items-list.columns-1 div.item > a, .items-list.columns-1 div.item > span {
		display: inline-block;
		float: left;
		margin: 0 15px 10px;
	}
	.items-list.columns-2 div.item > a, .items-list.columns-2 div.item > span {
		display: inline-block;
		width: 100%;
		float: left;
		text-align: center;
	}
	.items-list.columns-3 div.item > a, .items-list.columns-3 div.item > span {
		display: inline-block;
		width: 100%;
		float: left;
		text-align: center;
		margin-bottom: 5px;
	}
	.items-list.columns-4 div.item > a, .items-list.columns-4 div.item > span {
		display: inline-block;
		width: 100%;
		float: left;
		text-align: center;
	}
	.items-list div.item img{
		/* display: block; */
		max-width: 200px;
	}
	.mfr-product-portfolio .items-list div.item div{
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.mfr-product-portfolio .items-list div.item strong {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.items-list.columns-1 div.item img {  }
	.items-list.columns-2 div.item img {  }
	.items-list.columns-3 div.item img {  }
	.items-list.columns-4 div.item img {  }
	/* Item Title */
	.items-list div.item h5 { font-size: 18px; }
	.items-list.columns-1 div.item h5 { text-align: left; }
	.items-list.columns-2 div.item h5 { text-align: center; padding: 0 20px; }
	.items-list.columns-3 div.item h5 { text-align: center; padding: 0 20px; }
	.items-list.columns-4 div.item h5 { text-align: center; padding: 0 20px; }
	/* Item Description */
	.items-list div.item p { font-size: 15px; }
	.items-list.columns-1 div.item p { padding: 5px 0px 10px 0px; }
	.items-list.columns-2 div.item p { padding: 5px 0px 10px 0px; }
	.items-list.columns-3 div.item p { padding: 5px 0px 10px 0px; }
	.items-list.columns-4 div.item p { padding: 5px 0px 10px 0px; }
	.items-list div.item:hover h5 a {  }
	

	/* Manufacturer > Catalog */
	.products-wrap {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.products-wrap h3, .products-wrap h4 {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.products-wrap > h4 {
		line-height: 40px;
		cursor: pointer;
		position: relative;
		cursor: pointer;
		font-size: 20px;
		color: #333333;
		text-align: left;
		padding: 0 0 0 60px;
		margin: 0 !important;
	}
	.products-wrap > h4:before {
		content: "\f068";
		font-family: "FontAwesome";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 40px;
		height: 40px;
		border: solid 2px #333333;
		line-height: 40px;
		text-align: center;
		font-size: 25px;
	}
	.products-wrap > h4.collapsed:before {
		content: "\f067";
	}
	.products-wrap > h4.collapsed {
		text-align: left;
		padding: 0 0 0 60px;
		margin: 0 0 5px 0;
		border-bottom: solid 1px #e5e5e5;
		background: #e5e5e5;
	}
	.products-wrap > h4:hover {
		background: 0.6;
	}
	
	.products-wrap > h4.collapsed + ul.category-list {
		display: none;
	}
	.catalog {
		position: relative;
		
	}
	.catalog-view-mode {
		display: block;
		position: absolute;
		right: 0;
		top: 30px;
	}
	.catalog-view-mode li {
		font-family: "FontAwesome";
		display: inline-block;
		float: left;
		padding: 6px 10px;
		color: #333333;
		border: solid 1px #e0e0e0;
		border-right: none;
		cursor: pointer;
		transition: all .3s;
	}
	.catalog-view-mode li:first-child {
		border-radius: 3px 0 0 3px;
	}
	.catalog-view-mode li:last-child {
		border-radius: 0 3px 3px 0;
		border-right: solid 1px #e0e0e0;
	}
	.catalog-view-mode li.active {
		padding: 7px 11px 5px 9px;
		background: #e0e0e0;
		box-shadow: inset 0 2px 2px 0 #cecece;
	}
	.catalog.collapsed .series-items {
		display: table;
		font-size: 0;
	}
	.catalog.collapsed .series-items > li {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 16.6666666%;
		height: 100px;
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
	.catalog.collapsed .series-items > li div.image{
		position: relative;
		display: table;
		width: 100%;
		height: 100px;
		margin: 0;
		padding: 0;
		text-align: center;
		vertical-align: middle;
	}
	.catalog.collapsed .series-items > li div.image a {
		display: table-cell;
		width: 100%;
		height: 100px;
		vertical-align: middle;
		text-align: center;
	}
	.catalog.collapsed .series-items > li div.image img{
		transition: all .5s ease 0s;
	}
	.catalog.collapsed .series-items > li:hover div.image img{
		transform: scale(1.2);
	}
	.catalog.collapsed .series-items > li div.content {
		
	}
	.catalog.collapsed .series-items > li:after {
		display: none;
	}
	.catalog.collapsed .series-items > li div.content h5 {
		font-size: 18px;
		display: inline-block;
		width: 94%;
		position: absolute;
		left: 3%;
		right: 3%;
		bottom: 5px;
		text-align: center;
		background: #ffffff;
		background: rgba(255,255,255,0.9);
		padding: 4px 10px 0px;
		box-shadow: 0 0 5px rgba(0,0,0,0.4);
		transition: all 0.2s;
		white-space: nowrap;
		overflow: hidden;
	}
	.catalog.collapsed .series-items > li div.content h5 a, .catalog.collapsed .series-items > li div.image span{
		border-bottom: none;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		width: 100%;
		display: inline-block;
		margin: 0;
		padding: 0;
		transition: all 0.2s;
	}
	.catalog.collapsed .series-items > li:hover div.content h5 {
		background: #333333;
		color: #ffffff;
	}
	.catalog.collapsed .series-items > li:hover div.content h5 a, .catalog.collapsed .series-items > li:hover div.content h5 span {
		color: #ffffff;
		
	}
	.catalog.collapsed .series-items > li div.content h5 a:hover, .catalog.collapsed .series-items > li div.content h5 span:hover {
		color: #ffffff;
	}
	.catalog.collapsed .series-items > li div.content p {
		display: none;
	}
	.catalog.collapsed .series-items > li div.content table {
		display: none;
	}
	
	.articles-list {
		display: inline-block;
		width: 100%;
		/* margin-bottom: 25px; */
		text-align: center;
	}
	.articles-list li {
		/* min-height: 245px; */
		position: relative;
		/* width: 235px; */
		padding: 10px 0px 0px 0px;
		margin-bottom: 30px;
		display: inline-block;
		width: 100%;
		float: left;
		vertical-align: top;
		/* text-align: left; */
	}
	.articles-list.no-bottom li {
		padding-bottom: 10px;
	}
	.articles-list img {
		max-width: 100%;
		margin: 0px auto 0px;
		left: 0;
		right: 0;
		border: solid 1px #e0e0e0;
		padding: 0px;
	}
	.articles-list div {
		display: block;
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 5px;
		background: rgba(2255,255,255,0.8);
		padding: 12px 0 22px;
		font-size: 22px;
	}
	.articles-list a {
		text-decoration: underline;
	}
	.articles-list a:hover {
		text-decoration: none;
	}
	.articles-list time {
		font-family: "Roboto Regular";
		color: #333333;
		display: block;
		position: absolute;
		right: 6px;
		bottom: 2px;
		font-size: 13px;
		font-weight: 600;
	}

	/* PRODUCTS WRAP */
	div.products-filter {
		display: block !important;
		width: 100% !important;
		float: left;
		right: 0;
		top: 28px;
		padding: 10px 20px;
		background: #333333;
		position: relative;
		margin-top: -20px;
		margin-bottom: 35px;
	}
	div.products-filter.before-table {
		top: 90px;
	}
	.products-filter-form  input[type="text"] {
		border: 1px solid #e6e5e1;
		height: 35px;
		font-size: 16px;
		padding: 0 10px;
		width: 100%;
		position: relative;
		/* margin-bottom: 15px; */
		background: #ffffff;
	}
	.products-filter-form  button[type="submit"] {
		display: block;
		position: absolute;
		top: 10px;
		right: 20px;
		font-family: "FontAwesome";
		background: transparent;
		padding: 9px 10px;
		font-size: 16px;
		color: #989898;
		cursor: pointer;
		border: none;
	}
	highlight {
		border: solid 1px #c3aa23;
		background: gold;
		border-radius: 3px;
	}
	.psevdolink {
		display: inline;
		color: #333333;
		border-bottom: dotted 2px #333333;
		cursor: pointer;
		font-weight: 600;
	}
	.psevdolink.no-decoration {
		border-bottom: none;
	}
	.psevdolink:hover {
		color: #333333;
		border-bottom: solid 1px #333333;
	}
	.openlink {
		border-bottom: dotted 1px #333333;
		font-weight: 600;
	}
	.openlink.no-decoration {
		border-bottom: none;
	}
	.openlink:hover {
		text-decoration: none;
		border-bottom: solid 1px #333333;
	}
	.last-requests .introtext {margin: 10px 0 0 0;}
	.pagination {
		display: inline-block;
		width: 100%;
		float: left;
		margin-bottom: 25px;
		text-align: center;
	}
	.pagination a {
		display: inline-block;
		border: solid 2px #333333;
		padding: 2px 5px;
		margin: 5px 5px;
		transition: background 0.3s,color 0.3s;
	}
	.pagination span {
		display: inline-block;
		padding: 2px 5px;
		margin: 5px 5px;
	}
	.pagination a.active, .pagination a:hover
	{
		color: #ffffff !important;
		background: #333333 !important;
	}
	.mfr-history {
		width: 100%;
	}
	.mfr-history td {
		padding: 0 10px 20px 0;
	}
	.mfr-history time {
		font-size: 24px;
		font-weight: 600;
		font-family: "Roboto Light";
		letter-spacing: -1.5px;
		color: #333333;
	}
	.mfr-history span {
		font-size: 15px;
	}
	.mfr-history p {
		font-size: 15px;
	}
	
	/* Product Tabs */
	ul.tabs {
		display: inline-block;
		width: 100%;
		float: left;
		/* border-bottom: solid 1px #e0e0e0; */
		position: relative;
		margin-top: 15px;
		margin-top: -46px;
	}
	ul.tabs li {
		display: inline-block;
		float: left;
		border-top: solid 1px #fbfbfb;
		border-bottom: solid 1px #e0e0e0;

		cursor: pointer;
		height: 46px;
		overflow: hidden;
	}
	ul.tabs li:not(.tab-link):hover{
		background: #e0e0e0;
	}
	ul.tabs li.active {
		background: #ffffff !important;
		color: #000000 !important;
		cursor: default;
		border: solid 1px #e0e0e0;
		border-bottom: solid 1px #ffffff;
	}
	ul.tabs li a {
		margin: 0px 5px;
		padding: 12px 32px;
		display: inline-block;
		color: #000000;
	}
	ul.tabs li:not(.tab-link):hover a {
		color: #333333;
	}
	ul.tabs li.tab-link {
		padding: 8px 22px;
	}
	ul.tabs li.tab-link a {
		background: #ffffff;
		border: solid 2px #333333 !important;
		border-radius: 2px;
		color: #333333 !important;
		padding: 2px 10px;
		margin: 0;
		transition: all 0.3s;
	}
	ul.tabs li.tab-link a:hover {
		background: #333333;
		color: #ffffff !important;
	}
	div.tabs > div {
		display: none;
		width: 100%;
		float: left;
		margin-bottom: 40px;
	}
	div.tabs > div.active {
		display: inline-block;
	}
	
	div.tabs-off {
		display: inline-block;
	}
	div.tabs-off.collapsed {
		height: 300px;
		overflow: hidden;
		position: relative;
	}
	div.tabs-off.collapsed:after {
		content: "\F078";
		font-family: "FontAwesome";
		font-size: 25px;
		color: #000000;
		display: block;
		width: 100%;
		height: 100px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		line-height: 150px;
		background: linear-gradient(transparent, #f5f5f5);
		cursor: pointer;
		transition: all 0.3s;
	}
	div.tabs-off.collapsed:hover:after {
		background: linear-gradient(transparent, #e5e5e5);
	}
	
	
	
	
	
	
	
	
	
	div.tabs-off > div{
		display: inline-block;
		width: 100%;
		float: left;
		position: relative;
	}
	/* Top-flybox > TABS */
	.top-flybox ul.tabs {
		display: inline-block;
		width: 100%;
		float: left;
		/* border-top: solid 1px #e0e0e0; */
		position: relative;
		/* background: #fbfbfb; */
		margin-top: -1px;
	}
	.top-flybox ul.tabs .wrap {
		/* border-top: solid 1px #e0e0e0; */
	}
	.top-flybox ul.tabs li {
		display: inline-block;
		float: left;
		border-top: solid 1px #e0e0e0;
		/* border-top: solid 1px #fbfbfb; */
		/* border-bottom: solid 1px #e0e0e0; */
		border-bottom: none;

		cursor: pointer;
		height: 30px;
		overflow: hidden;
	}
	.top-flybox ul.tabs li:not(.tab-link):hover{
		background: #e0e0e0;
	}
	.top-flybox ul.tabs li.active {
		background: #ffffff !important;
		color: #000000 !important;
		cursor: default;
		border: solid 1px #e0e0e0;
		border-top: solid 1px #ffffff;
	}
	.top-flybox ul.tabs li a {
		margin: 0px 5px;
		padding: 4px 18px;
		display: inline-block;
		color: #000000;
		font-size: 14px;
	}
	.top-flybox ul.tabs li.active a {
		color: #333333;
	}
	.top-flybox ul.tabs li:not(.tab-link):hover a {
		color: #333333;
	}
	.top-flybox ul.tabs li.tab-link {
		padding: 4px 22px;
		float: right;
	}
	.top-flybox ul.tabs li.tab-link a {
		padding: 1px 10px;
	}
	/* DOCS details */
	.docs-block {
		display: inline-block;
		width: 100%;
		float: left;
		margin-bottom: 40px;
	}
	.details .docs-block-tools {
		display: inline-block;
		display: none;
		float: left;
		width: 100%;
		border: solid 1px #e0e0e0;
		/* background: #f5f5f4; */
		padding: 17px 360px 17px 14px;
		margin: 0 3px 6px 0;
	}
	.details .docs-block-tree {
		display: block;
		float: left;
		width: 240px;
		margin: 0 10px 0 0;
		/* border: solid 1px #e0e0e0; */
		height: 100%;
		max-height: 375px;
		overflow-y: auto;
	}
	.details .docs-block-tree::-webkit-scrollbar { width: 6px; height: 6px;}
	.details .docs-block-tree::-webkit-scrollbar-track { background: #ffffff; }
	.details .docs-block-tree::-webkit-scrollbar-thumb { background: #e0e0e0; }
	.details .docs-types {
		display: inline-block;
		float: left;
		width: 100%;
		height: 100%;
	}
	.details .docs-types li {
		display: inline-block;
		float: left;
		width: 100%;
		border-bottom: solid 1px #e0e0e0;
		padding: 12px 30px 14px 16px;
		text-decoration: none;
		text-overflow: ellipsis;
		cursor: pointer;
		white-space: nowrap;
	}
	.details .docs-types li p {
		margin: 0;
		position: relative;
	}
	.details .docs-types li p:after {
		content: "\F105";
		font-family: "FontAwesome";
		display: inline-block;
		position: absolute;
		right: -22px;
		top: 3px;
		color: #000000;
	}
	.details .docs-types li p span {
		color: #000000;
	}
	.details .docs-types li:last-child {
		border-bottom: none;
	}
	.details .docs-types li:hover {
		background: #f5f5f4;
	}
	.details .docs-types li.active {
		background: #333333;
	}
	.details .docs-types li.active p {
		color: #ffffff;
	}
	.details .docs-types li.active p span{
		color: #ffffff;
	}
	.details .docs-types li.active p:after {
		color: #ffffff;
	}
	.details .docs-block-list {
		display: block;
		float: right;
		width: 750px;
		margin: 0;
		/* border: solid 1px #e0e0e0; */
		max-height: 375px;
		overflow-y: auto;
	}
		.details .docs-block-list::-webkit-scrollbar { width: 6px; height: 6px;}
		.details .docs-block-list::-webkit-scrollbar-track { background: #ffffff; }
		.details .docs-block-list::-webkit-scrollbar-thumb { background: #e0e0e0; }
	.details .docs-items {
		display: inline-block;
		float: left;
		width: 100%;
		height: 100%;
		padding: 0 20px;
	}
	.details .docs-items li {
		display: table;
		width: 100%;
		float: left;
		border-bottom: solid 1px #e0e0e0;
		padding: 12px 0 14px 0;
	}
	.details .docs-items li:last-child {
		border-bottom: none;
	}
	.details .docs-items li .cover {
		display: table-cell;
		width: 57px;
		padding-right: 18px;
		vertical-align: middle;
	}
	.details .docs-items li .cover img{
		border: solid 1px #a0a0a0;
	}
	.details .docs-items li .name {
		display: table-cell;
		width: 400px;
		padding-right: 18px;
		vertical-align: middle;
	}
	.details .docs-items li .name a {
		display: inline-block;
		float: left;
		width: 100%;
		margin: 0;
	}
	.details .docs-items li .name p {
		display: inline-block;
		float: left;
		width: 100%;
		margin: 0;
		/* color: #9a9a9a; */
	}
	.details .docs-items li .name span {
		display: inline;
		/* color: #9a9a9a; */
	}
	.details .docs-items li .download {
		display: table-cell;
		width: 100px;
		text-align: center;
		vertical-align: middle;
	}
	.details .docs-items li:hover {
	}
	/* Product > Reviews */
	.product-reviews {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.product-reviews li {
		display: inline-block;
		width: 100%;
		float: left;
		position: relative;
		border-bottom: solid 1px #e0e0e0;
		padding: 15px 0 5px;
		min-height: 200px;
	}
	.review-rating {
		display: block;
		position: absolute;
		left: 0;
		top: 15px;
		width: 240px;
	}
	.review-stars {
		display: inline-block;
		width: 100px;
		margin: 0 70px;
		float: left;
		position: relative;
	}
	.review-stars:before {
		display: block;
		width: 100px;
		height: 20px;
		content: "\F006\F006\F006\F006\F006";
		font-family: "Fontawesome";
		font-size: 21px;
		color: #333333;
		position: absolute;
		left: 0;
		top: 0;
	}
	.review-stars > span{
		display: block;
		height: 20px;
		overflow: hidden;
		position: relative;
	}
	.review-stars > span:before {
		display: block;
		width: 100px;
		height: 20px;
		content: "\F005\F005\F005\F005\F005";
		font-family: "Fontawesome";
		font-size: 21px;
		color: gold;
		position: absolute;
		left: 0;
		top: 0;
	}
	.review-author {
		display: inline-block;
		text-align: center;
		width: 100%;
		font-size: 16px;
	}
	img.review-image {
		display: inline-block;
		width: 100px;
		height: 100px;
		margin: 10px 70px;
	}
	.review-content {
		display: inline-block;
		width: 100%;
		padding-left: 250px;
	}
	.review-title {
		display: inline-block;
		margin: 0 10px 16px 0;
		font-size: 18px;
	}
	span.review-date {
		display: inline-block;
		color: #333333;
	}
	p.review-advantages .glyph {
		margin-right: 10px;
		color: #333333;
	}
	p.review-disadvantages .glyph {
		margin-right: 10px;
		color: red;
	}
	p.review-helpfull {
		text-align: right;
		color: #333333;
		font-size: 13px !important;
		margin-bottom: 0px !important;
		display: block;
		position: absolute;
		right: 0;
		bottom: 5px;
	}
	p.review-helpfull .review-usefull {
		color: #333333;
		cursor: pointer;
	}
	p.review-helpfull .review-unusefull {
		color: red;
		cursor: pointer;
	}
	/* Product > faqs */
	.product-faqs {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.product-faqs > li {
		display: inline-block;
		width: 100%;
		float: left;
		position: relative;
		border-bottom: solid 1px #e0e0e0;
		padding: 15px 0 25px;
		min-height: 200px;
	}
	.product-faqs li .glyph {
		margin-right: 10px;
		color: #333333;
	}
	.faq-question {
		display: inline-block;
		width: 100%;
		float: left;
		padding-left: 27px;
		position: relative;
		font-weight: 700;
	}
	.faq-question .glyph {
		display: block;
		position: absolute;
		left: 0;
		top: 2px;	
	}
	.faq-answer {
		display: inline-block;
		width: 100%;
		float: left;
		position: relative;
		padding-left: 27px;
	}
	.faq-answer .glyph {
		display: block;
		position: absolute;
		left: 0;
		top: 2px;
	}
	p.faq-helpfull {
		text-align: right;
		color: #333333;
		font-size: 13px !important;
		margin-bottom: 0px !important;
		display: block;
		position: absolute;
		right: 0;
		bottom: 5px;
	}	
	p.faq-helpfull .faq-usefull {
		color: #333333;
		cursor: pointer;
	}
	p.faq-helpfull .faq-unusefull {
		color: red;
		cursor: pointer;
	}
	/* OBJECT: Links */
	.link-items {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.link-items li {
		display: table;
		width: 100%;
		float: left;
		margin-bottom: 5px;
	}
	.link-items li .cover {
		display: table-cell;
		width: 100px;
		padding-right: 18px;
		vertical-align: middle;
		text-align: center;
	}
	.link-items li .cover img{
		    border: solid 1px #a0a0a0;
	}
	.link-items li .content {
		display: table-cell;
		width: 900px;	
		padding-right: 18px;
		vertical-align: middle;
	}
	.link-items li .content p {
		margin: 0px;
	}

	/* MANUFACTURER */
	ul.mfr-product-portfolio {
		display: inline-block;
		width: 100%;
		float: left;
	}
	ul.mfr-product-portfolio > li {
		display: inline-block;
		width: 100%;
		float: left;
		padding: 10px;
		margin-bottom: 15px;
		text-align: center;
		position: relative;
		background: #ffffff;
	}
	ul.mfr-product-portfolio > li:hover {
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	}
	ul.mfr-product-portfolio h3 {
		margin-top: 0;
	}
	ul.mfr-product-portfolio > li > img {
		max-width: 50%;
	}
	ul.mfr-product-portfolio > li:nth-child(odd) > img{ float: left; margin: 0 20px 20px 0;} 
	ul.mfr-product-portfolio > li:nth-child(odd) > img{ float: right; margin: 0 0 20px 20px;} 
	ul.mfr-product-portfolio > li:nth-child(even) > img{ float: right; margin: 0 0 20px 20px;} 
	ul.mfr-product-portfolio > li:last-child {border-bottom: none; }
	ul.mfr-product-portfolio > li  ul {
		display: inline-block;
		width: 100%;
		font-size: 0;
		text-align: center;
	}
	ul.mfr-product-portfolio > li  ul.features {
		display: block;
		width: auto;
		text-align: left;
	}
	ul.mfr-product-portfolio > li  ul:not(.features) > li {
		display: inline-block;
		width: 33.3333%;
		padding: 0 10px;
		vertical-align: top;
		font-size: 15px;
	}
	/* Column 1 */
	ul.mfr-product-portfolio > li  ul.column-1:not(.features) > li {
		width: 100%;
	}
	ul.mfr-product-portfolio > li  ul.column-1:not(.features) > li img {
		float: left;
		margin: 0 10px 10px 0;
	}
	ul.mfr-product-portfolio > li  ul.column-1 h4 {
	    text-align: left;
		margin-top: 0;
	}
	/* Column 2 */
	ul.mfr-product-portfolio > li  ul.column-2:not(.features) > li{
		width: 50%;
	}
	/* Column 3 */
	ul.mfr-product-portfolio > li  ul.column-3:not(.features) > li {
		width: 33.3333%;
	}
	ul.mfr-product-portfolio ul.inline-list li {
		display: inline-block;
		width: 50% !important;
		float: left;
		padding: 0 10px 10px 0 !important;
		text-align: left;
	}
	ul.mfr-product-portfolio li li img {
		float: none;
		margin-top: 15px;
		margin: 15px -10px 0;
		max-width: 100%; 
	}
	ul.mfr-product-portfolio li li iframe {
		float: none;
		margin-top: 15px;
		margin: 15px -10px 0;
		max-width: 100%;
		border: none;
	}
	ul.mfr-product-portfolio > li > .covered {
		display: inline-block;
		float: right;
		position: relative;
	}
	ul.mfr-product-portfolio > li > .covered div {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index:-1;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 500%;
		opacity: 0.15;
	}
	ul.mfr-product-portfolio h4 {
		font-size: 17px;
		margin: 10px 0 15px 0;
	}
	ul.mfr-product-portfolio h5 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	ul.mfr-product-portfolio p {
		font-size: 15px;
		text-align: left;
	}

	/* PRODUCT */
	.top-flybox {
		display: block;
		position: fixed;
		top: -100%;
		height: 100px;
		background: #ffffff;
		background: rgba(255, 255, 255, 0.95);
		width: 100%;
		border-bottom: solid 1px #e0e0e0;
		height: 60px;
		box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 3px 10px rgba(0,0,0,0.2);
		transition: top 0.5s;
		z-index: 1;
	}
	.top-flybox .flybox-header{
		display: inline-block;
		width: 100%;
		height: 61px;
		float: left;
		border-bottom: solid 1px #e0e0e0;
		position: relative;
	}
	.top-flybox .flybox-header:after {
		content: "";
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		width: 100%;
		height: 34px;
		border-top: solid 1px #e0e0e0;
		background: #fbfbfb;
		background: #fbfbfb;
	}
	.top-flybox.extended {
		height: 95px;
	}
	.top-flybox.visible {
		top: 0px;
	}
	.top-flybox img {
		display: inline-block;
		float: left;
		max-width: 48px;
		max-height: 48px;
		margin: 6px 20px 6px 0;
	}
	.top-flybox img.flyer {
		max-width: 180px;
		width: 180px;
		height: 50px;
		max-height: 50px;
		margin: 5px 30px 5px 0px;
	}
	.top-flybox .title {
		display: inline-block;
		float: left;
		font-size: 22px;
		margin: 14px 20px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		width: 495px;
	}
	.top-flybox.extended .title {
		width: 680px;
	}
	.top-flybox .title.flyer {
		width: 340px;
	}
	.top-flybox .phone {
		display: inline-block;
		position: absolute;
		right: 27px;
		font-size: 23px;
		margin: 14px 0px;
		width: 185px;
		text-align: center;
		font-weight: 600;
		color: #000000;
		font-family: "Roboto Light";
		background: #ffffff;
	}
	.top-flybox .place-button {
		display: inline-block;
		float: left;
		font-size: 16px;
		margin: 15px 0px 15px 25px;
		width: 183px;
		text-align: center;
		padding: 2px 10px;
	}
	.top-flybox .phone .gray{
		color: #9a9a9a;
	}
	div.product-characteristics {
		display: inline-block;
		width: 100%;
		float: left;
		margin: 0px 0 25px;
	}
	div.product-characteristics h3 {
		display: inline-block;
		width: 100%;
	}
	div.product-characteristics > div{
		display: inline-block;
		width: 100%;
		float: left;
		padding: 4px 10px;
	}
	div.product-characteristics > div:last-child {
		border-bottom: solid 1px #e0e0e0;
	}
	div.product-characteristics > div:nth-child(odd){
		background: #e5e5e5;
	}

	div.product-characteristics .param {
		display: inline-block;
		width: 40%;
		float: left;
		min-height: 20px;
	}
	div.product-characteristics .param.fullwidth {
		width: 100%;
	}
	div.product-characteristics .value {
		display: inline-block;
		width: 60%;
		float: left;
		min-height: 20px;
	}
	.product-characteristics p {
		margin-bottom: 0 !important;
	}
	.product-characteristics span[title] {
		cursor: pointer;
		color: #333333;
		opacity: 0.6;
	}
	.product-characteristics span[title]:hover {
		opacity: 1;
	}
	.product-characteristics span.meas {
		color: #8e8e8e;
	}
	.product-characteristics ul.references {
		display: inline-block;
		width: 100%;
		border: none;
		padding: 0 0 0 20px;
		margin: 0;
		color: #8e8e8e;
	}

	/* MANUFACTURERS */
	.mfr-toolbar {
		display: inline-block;
		width: 100%;
		float: left;
		margin-bottom: 20px
	}
	.mfr-toolbar div {
		display: inline-block;
		width: 100%;
		float: left;
		padding: 3px 0;
	}
	.mfr-toolbar form {
		display: inline-block;
		width: 100%;
		float: left;
		padding: 15px 0;
		position: relative;
	}
	.mfr-toolbar form input[type="text"]{
		border: 1px solid #e6e5e1;
		font-size: 15px;
		padding: 6px 10px;
		width: 460px;
	}
	.mfr-toolbar form input[type="text"]:focus{
		box-shadow: 0 0 3px 1px rgb(38, 115, 194);
	}
	.mfr-toolbar form input[type="submit"]{
		display: block;
		position: absolute;
		top: 16px;
		left: 426px;
		font-family: "FontAwesome";
		background: transparent;
		padding: 6px 10px 7px;
		font-size: 16px;
		color: #989898;
		cursor: pointer;
	}
	.mfr-toolbar ul {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.mfr-toolbar li {
		display: inline-block;
		float: left;
		margin-right: 10px;
	}
	.mfr-toolbar li a {
		text-decoration: underline;
	}
	.mfr-toolbar li a:hover {
		text-decoration: none;
	}





	/* PRODUCT CATEGORY */
	/* PRODUCT CATEGORY > FILTERS */
	.aside-block h2 {
		font-size: 20px;
		margin-bottom: 10px;
		color: #868686;
	}
	.aside-filter-block {
		display: inline-block;
		width: 100%;
		float: left;
		margin: 10px 0;
		overflow-y: scroll;
		max-height: 220px;
	}
	.no-overscroll {
		height: auto;
		max-height: none;
	}
	.aside-filter-block li {
		position: relative;
	}
	.aside-filter-block h3 {
		
	}
	.aside-block h3 span {
		cursor: pointer;
		color: #333333;
		opacity: 0.6;
	}
	.aside-block h3 span:hover {
		opacity: 1;
	}
	.aside-filter-block li p {
		padding-left: 20px;
		position: relative;
		font-size: 15px;
		cursor: pointer;
	}
	.aside-filter-block li p:after {
		content: "\F096";
		font-family: "FontAwesome";
		display: block;
		position: absolute;
		left: 0;
		top: 4px;
		font-size: 15px;
	}
	.aside-filter-block li p.checked:after {
		content: "\F14A";
	}
	.filter-apply-but-flying, .filter-apply-but, .filter-reset-but {
		display: inline-block;
		float: left;
		text-align: center;
		padding: 2px 10px;
		background: #333333;
		border: solid 2px #333333;
		border-radius: 2px;
		color: #ffffff !important;
		transition: background .15s, color .15s;
		margin-right: 10px;
		cursor: pointer;
	}
	.filter-apply-but-flying:hover, .filter-apply-but:hover, .filter-reset-but:hover {
		background: #ffffff;
		color: #333333 !important;
	}
	.filter-apply-but-flying {
		display: none;
		position: absolute;
		right: 0;
		top: 0px;
		z-index: 100;
		font-size: 15px;
		padding: 0px 7px;
		border: none;
	}
	.half.related h2 a {
		border-bottom: solid 1px #2673C1 !important;
		color: #333333;
	}
	.half.related h2:hover a {
		border-bottom: solid 1px transparent  !important;
		color: #ff0000;
	}
	ul.related_params li {
		display: inline-block;
		width: 100%;
		float: left;
	}
	ul.related_params img {
		display: block;
		float: left;
		margin: 0 10px 5px 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


	.message-input {
		width: 100% !important;
	}
	button.send-message {
		border: none;
		background: transparent;
		font-family: "FontAwesome";
		padding: 3px 8px;
		display: block;
		position: absolute;
		right: 0;
		top: 15px;
		cursor: pointer;
	}
	form.admin-form.discuss-item div {
		/* background: #333333; */
		/* overflow: hidden; */
		/* color: #ffffff; */
	}
	form.admin-form.discuss-item input {
		background: #ffffff;
	}
	form.admin-form ul.tabs {
		display: inline-block;
		width: 100%;
		padding: 0px 15px;
		border-bottom: solid 1px #e0e0e0;
		height: 30px;
	}
	form.admin-form ul.tabs li{
		display: inline-block;
		float: left;
		height: 30px;
		padding: 2px 10px;
		font-weight: 600;
		cursor: pointer;
		border-radius: 4px 4px 0 0;
	}
	form.admin-form ul.tabs li:hover{
		background: #e0e0e0;
	}
	form.admin-form ul.tabs li.active{
		border: solid 1px #e0e0e0;
		border-bottom-color: #ffffff;
	}

	form.admin-form ul.subitems {
		display: inline-block;
		width: 100%;
		min-height: 100px;
	}
	form.admin-form .but-del-row {
		color: red;
		right: 10px;
		top: 10px;
		position: absolute;
		font-size: 14px;
	}
	.discuss-block {
		display: inline-block;
		width: 100%;
		border: solid 1px #e0e0e0;
		padding: 5px;
		background: #ffffff;
		color: #333333;
		min-height: 250px;
		margin-bottom: 10px;
	}
	.discuss-block li span {
		color: #333333;
		font-size: 14px;
	}
	.discuss-block li a {
		font-size: 14px;
	}



	/* LIST */
	table.admin-items-list {
		width: 100%;
		margin-bottom: 25px;
		font-size: 14px;
	}
	table.admin-items-list th,table.admin-items-list td {
		text-align: center;
		padding: 5px 2px;
		border-bottom: solid 1px #e0e0e0;
	}
	table.admin-items-list td {
		position: relative;
	}
	table.admin-items-list td span.no-overflow{
		display: block;
		width: 345px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	table.admin-items-list p {
		margin-bottom: 0px;
	}
	p.donar-seo {
		width: 250px;
	}
	img.admin-list-flyer, img.admin-list-logo {
		width: 32px;
		margin-bottom: 5px;
		border-bottom: dotted 1px #000000;
	}
	.admin-list-svg-wrap {
		display: inline-block;
		width: 102px;
		height: 32px;
		border: solid 1px #e0e0e0;
		background: white;
		cursor: pointer;
	}
	.admin-list-svg-wrap:hover {
		    transform: translateX(100px) scale(3);
	}
	.admin-list-svg-wrap svg{
		width: 102px;
		height: 32px;
	}
	.admin-list-svg-wrap line.hits{
		stroke: #333333;
	}
	.admin-list-svg-wrap line.google{
		stroke: #4285f4;
	}
	.admin-list-svg-wrap line.yandex{
		stroke: #ff0000;
	}
	.admin-list-svg-wrap polygon {
		stroke-width: 1;
	}
	.admin-list-svg-wrap polygon.bad 	{ fill: red; stroke: red; }
	.admin-list-svg-wrap polygon.neitral { fill: orange; stroke: orange; }
	.admin-list-svg-wrap polygon.good 	{ fill: lime; stroke: lime; }
	.admin-list-svg-wrap polygon.perfect { fill: #333333; stroke: #333333; }
	.admin-items-list td.ordering input {
		border: solid 1px #e0e0e0;
		padding: 2px 5px;
		font-size: 14px;
		font-family: "Roboto Light";
		display: inline-block;
		float: left;
		border-radius: 4px;
		width: 35px;
		background: #ffffff;
	}
	.admin-items-list td.ordering input:focus {
		box-shadow: 0 0px 2px 0px #333333;
		background: #ffffec;
	}
	span.save-order-but {
		margin: 1px;
		font-family: "FontAwesome";
		cursor: pointer;
		display: none;
	}
	span.save-order-but.changed {
		color: #333333;
		display: inline-block;
	}
	span.save-order-but.saved {
		color: gray;
	}
	.admin-group-title {
		font-size: 24px;
		margin: 30px 0 10px;
		color: #292929;
	}
	span.list-copy-row {
		font-family: "FontAwesome";
		/* color: #333333; */
	}

	table.admin-items-list.list-mailing tr.passed { background: #bbd3ecaa; }
	table.admin-items-list.list-mailing tr.error { background: #ffc2c2aa; }

	

	/* BIG UNIQUE SVG */
	.admin-form div.unique-data-big {
		display: inline-block;
		width: 100%;
		overflow-x: scroll;
		height: 172px;
		overflow-y: hidden;
	}
	.admin-form .unique-data-big svg{
		border: solid 1px #e0e0e0;
		overflow: auto;
		height: 150px;
		background: #f7f7f7;
		min-width: 100%;
	}
	.admin-form .unique-data-big svg polygon.bad 		{ fill: red; stroke: red; }
	.admin-form .unique-data-big svg polygon.neitral 	{ fill: orange; stroke: orange; }
	.admin-form .unique-data-big svg polygon.good 	{ fill: lime; stroke: lime; }
	.admin-form .unique-data-big svg polygon.perfect 	{ fill: #333333; stroke: #333333; }
	.admin-form .unique-data-big svg text.unique-value {
		fill: #333333;
		font-size: 11px;
	}
	.admin-form .unique-data-big svg text.unique-date {
		fill: #333333;
		font-size: 11px;
	}
	.admin-form .unique-data-big svg text.unique-year {
		fill: #333333;
		font-size: 11px;
	}
	.admin-form .unique-data-container .unique-row  {
		display: inline-block;
		width: 100%;
		position: relative;
		padding: 2px 0;
	}
	.admin-form .unique-data-container .unique-row input.half {
		width: 47% !important;
		margin-right: 1%;
		float: left;
	}
	span.save-unique-but.button-medium {
		display: inline-block;
		float: right;
		margin-top: 10px;
	}
	span.button-medium.get-text-unique {
		position: absolute;
		top: 20px;
		right: 0;
	}
	.admin-form .unique-data-container .unique-log {
		display: inline-block;
		width: 100%;
		font-size: 14px;
		padding: 10px;
		border: solid 1px #e0e0e0;
		margin: 10px 0;
		border-radius: 4px;
		background-color: #f7f7f7;
	}
	.admin-form .unique-data-container .unique-log #hl_text {
		line-height: 22px;
	}
	.admin-form .unique-data-container .unique-log #hl_text b {
		background: #fff6c4;
		border: solid 1px gold;
		border-radius: 4px;
	}


	/* BIG SERP SVG */
	.admin-form div.serp-data-big {
		display: inline-block;
		width: 100%;
		overflow-x: scroll;
		height: 172px;
		overflow-y: hidden;
	}
	.admin-form .serp-data-big svg{
		border: solid 1px #e0e0e0;
		overflow: auto;
		height: 150px;
		background: #f7f7f7;
		min-width: 100%;
	}
	.admin-form .serp-data-big svg line		{ stroke: #333333; }
	.admin-form .serp-data-big svg line.G 		{ stroke: #333333; }
	.admin-form .serp-data-big svg line.Y 		{ stroke: red; }
	.admin-form .serp-data-big svg line.first		{ stroke: #333333; }
	.admin-form .serp-data-big svg line.top3		{ stroke: #333333; }
	.admin-form .serp-data-big svg line.top10		{ stroke: lime; }
	.admin-form .serp-data-big svg line.top30		{ stroke: orange; }
	.admin-form .serp-data-big svg line.borttom	{ stroke: gray; }
	.admin-form .serp-data-big svg circle			{ stroke: #333333; }
	.admin-form .serp-data-big svg circle.G 		{ fill: #333333; stroke: #333333; }
	.admin-form .serp-data-big svg circle.Y 		{ fill: red; stroke: red; }
	.admin-form .serp-data-big svg text.serp-value {
		fill: #333333;
		font-size: 11px;
	}
	.admin-form .serp-data-big svg text.serp-date {
		fill: #333333;
		font-size: 11px;
	}
	.admin-form .serp-data-big svg text.serp-year {
		fill: #333333;
		font-size: 11px;
	}
	.admin-form .serp-data-container .serp-row  {
		display: inline-block;
		width: 100%;
		position: relative;
		padding: 2px 0;
		margin-top: 10px;
		border-bottom: solid 1px #e0e0e0;
	}
	.admin-form .serp-data-container .serp-row input.full {
		width: 49% !important;
		margin-right: 1%;
		float: left;
	}
	.admin-form .serp-data-container .serp-row input.half {
		width: 47% !important;
		margin-right: 1%;
		float: left;
	}
	span.save-serp-but.button-medium {
		display: inline-block;
		float: right;
		margin-top: 10px;
	}
	span.button-medium.get-text-serp {
		position: absolute;
		top: 20px;
		right: 0;
	}
	.serp-lines-linker {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.serp-lines-linker li {
		display: inline-block;
		width: 47%;
		margin-right: 3%;
		float: left;
		cursor: pointer;
		border-radius: 4px;
		border: solid 1px transparent;
	}
	.serp-lines-linker li.G { color: #333333;}
	.serp-lines-linker li.Y { color: red;}
	.serp-lines-linker li.hidden { color: gray !important;}

	ul.competitors li {
		display: inline-block;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	ul.se-positions {
		margin: 5px 0 20px;
	}
	ul.se-positions li {
		display: block;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 24px;
	}
	ul.se-positions li.top3   a{ color: #333333 !important; }
	ul.se-positions li.top10 a{ color: #098c09 !important; }
	ul.se-positions li.top30 a{ color: orange !important; }
	.serp-stat .G { color: #333333; }
	.serp-stat .Y { color: red; }
	.serp-stat .se-motion {
		vertical-align: sub;
		font-size: 12px;
	}
	.admin-form .serp-data-container .serp-log {
		display: inline-block;
		width: 100%;
		font-size: 14px;
		padding: 10px;
		border: solid 1px #e0e0e0;
		margin: 10px 0;
		border-radius: 4px;
		background-color: #f7f7f7;
	}
	
	table.list-keywords tr.error { background: #ffbaba; }
	table.list-keywords tr.not-changed { background: #fff1ba; }
	table.list-keywords tr.changed { background: #badbff; }
	
	.serp-progress {
		display: inline-block;
		width: 100%;
		margin: 10px 0;
	}
	.serp-progress p {
		margin: 5px 0;
		position: relative;
	}
	span.serp-progress-bar {
		display: inline-block;
		width: 202px;
		border: solid 1px #6f6f6f;
		height: 18px;
		border-radius: 4px;
		vertical-align: bottom;
		overflow: hidden;
	}
	.serp-progress-bar > span {
		display: block;
		width: 100px;
		height: 20px;
		background: #333333;
	}
	span.percent {
		display: block;
		position: absolute;
		left: 123px;
		top: 1px;
		color: #ffffff;
		text-shadow: 0 0 1px rgba(0,0,0,1), 0 0 3px rgba(0,0,0,1);
	}
	span.button-medium.get-phrase-serp {
		position: absolute;
		top: 20px;
		right: 0;
	}
	.analys-pre {
		display: inline-block;
		width: 115px;
		text-align: right;
		padding-right: 5px;
		vertical-align: top;
	}
	.analys-progress {
		display: inline-block;
		width: 122px;
		height: 15px;
		border: solid 1px #e0e0e0;
		border-radius: 4px;
		vertical-align: top;
		text-align: left;
		overflow: hidden;
		margin: 2px 0;
	}
	.analys-progress span {
		display: inline-block;
		height: 18px;
	}
	.analys-progress.yandex-color span { background: red; }
	.analys-progress.google-color span { background: #333333; }
	.analys-progress.alexa-color span { background: #1b334b; }
	.admin-form .wordstat-data-container, .last-requests .wordstat-data-container {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.last-requests .wordstat-data-container {
		display: inline-block;
		width: 90%;
		float: left;
		padding: 7px 10px 0 0;
	}
	.admin-form .wordstat-data-container li{
		display: inline-block;
		width: 100%;
		float: left;
		margin: 2px 0;
	}
	.admin-form .wordstat-data-container li .word {
		display: inline-block;
		width: 50%;
		float: left;
		vertical-align: top;
	}
	.admin-form .wordstat-data-container li .hits{
		display: inline-block;
		width: 50%;
		height: 16px;
		margin: 5px 0;
		float: left;
		vertical-align: top;
		border: solid 1px #e0e0e0;
		border-radius: 4px;
		font-size: 12px;
		line-height: 13px;
		text-indent: 10px;
	}
	.last-requests .serp-stat{
		width: 50px;
		display: inline-block;
	}
	.last-requests .edit-item{
		display: inline-block;
		vertical-align: top;
		padding: 5px 10px;
	}
	.admin-form .wordstat-data-container li .hits div {
		display: inline-block;
		float: left;
		height: 14px;
		background: #333333;
	}
	.admin-form .wordstat-data-container li input:nth-child(1){
		width: 70% !important;
		margin-right: 2% !important;
	}
	.admin-form .wordstat-data-container li input:nth-child(2) {
		width: 20% !important;
		margin-right: 2% !important;
	}
	.wordstat-add-value {
		display: inline-block;
		margin: 1px;
		color: #333333;
	}
	.admin-form .wordstat-data-container li.new-word {
		margin-top: 15px !important;
		border-top: solid 1px #e0e0e0;
		padding-top: 15px;
	}
	/* ADMIN > Utilites > Wordstat */
	.wordstat-get-popularity, .wordstat-fill-products {
		display: inline-block;
		color: #333333;
		margin: 0 10px 4px;
	}
	
	
	
	/* REQUEST -> LOTS */
	.admin-form .lots {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.admin-form .lot {
		display: inline-block;
		width: 100%;
		float: left;
		margin: 2px 0;
	}
	.admin-form .lot.new {
		padding-top: 10px;
		margin-top: 10px;
		border-top: solid 1px #e0e0e0;
	}
	.admin-form .lot select, .admin-form .lot input { margin-right: 1%; }
	.admin-form .lot select { padding: 1px 8px; width: 100px !important; }
	.admin-form .lot input[placeholder="name"] { width: 200px !important; }
	.admin-form .lot input[placeholder="manufacturer"] { width: 100px !important; }
	.admin-form .lot input[placeholder="order_code"] { width: 180px !important; }
	.admin-form .lot input[placeholder="qty"] { width: 40px !important; }
	.admin-form .lot input[placeholder="misc"] { width: 170px !important; }
	.lots-row-move-up, .lots-row-move-down, .lots-del-lot, .lots-add-lot {
		font-family: "FontAwesome";
		display: inline-block;
		margin: 1px 2px;
		vertical-align: top;
	}
	.lots-del-lot { color: #ff0000; }
	.lots-add-lot { color: #333333; }
	
	/* Popular products */
	.slideshow.popular-products {
		height: 352px;
		border: none;
	}
	.slideshow.popular-products .slideshow-wrap {
		white-space: nowrap;
		width: 100%;
		height: 280px;
		overflow: hidden;
		position: relative;
	}
	.slideshow.popular-products .slide {
		
	}
	.slideshow.popular-products ul.popular-products {
		display: table;
		width: 100%;
		text-align: center;
		font-size: 0;
		vertical-align: top;
	}
	.slideshow.popular-products ul.popular-products li {
		display: table-cell;
		width: 18%;
		height: 280px;
		overflow: hidden;
		position: relative;
		margin: 0 1%;
		text-align: center;
		vertical-align: middle;
		padding-bottom: 75px;
	}
	.slideshow.popular-products ul.popular-products li img {
		max-width: 100%;
		max-height: 100%;
		transition: all 0.6s;
		opacity: 1;
	}
	.slideshow.popular-products ul.popular-products li:hover img {
		transform: scale(1.1);
	}
	.slideshow.popular-products ul.popular-products li > span {
		display: block;
		width: 100%;
		position: absolute;
		right: 0;
		bottom: 0px;
		padding: 4px 20px;
		font-size: 15px;
		color: #000000;
		transition: all 0.2s;
		white-space: normal;
		height: 71px;
		overflow: hidden;
		line-height: 21px;
	}
	.slideshow.popular-products ul.popular-products li:hover > span {
		opacity: 1;
	}
	
	/* Posted Items */
	.slideshow.last-posted {
		height: 260px;
		border: none;
	}
	.slideshow.last-posted .slideshow-wrap {
		white-space: nowrap;
		width: 100%;
		height: 210px;
		overflow: hidden;
		position: relative;
	}
	.slideshow.last-posted .slide {
		
	}
	.slideshow.last-posted ul.last-posted {
		display: inline-block;
		width: 100%;
		text-align: center;
		font-size: 0;
		vertical-align: top;
	}
	.slideshow.last-posted ul.last-posted li {
		display: inline-block;
		width: 31.3333%;
		height: 210px;
		overflow: hidden;
		position: relative;
		margin: 0 1%;
		background: #484848;
	}
	.slideshow.last-posted ul.last-posted li img {
		width: 100%;
		float: left;
		transition: all 0.6s;
		opacity: 1;
	}
	.slideshow.last-posted ul.last-posted li:hover img {
		transform: scale(1.1);
		opacity: 0.6;
	}
	.slideshow.last-posted ul.last-posted li time {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 6px 20px;
		font-size: 15px;
		background: #333333;
		color: #ffffff;
	}
	
	/********************/
	/*		SEARCH		*/
	/********************/
	.search-results {
		display: inline-block;
		width: 100%;
		float: left;
		margin: 20px 0 0 0;
	}
	.search-results li {
		display: inline-block;
		width: 100%;
		float: left;
		position: relative;
		border-bottom: solid 1px #e0e0e0;
		padding: 10px 0;
	}
	.search-results li img{
		display: block;
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.search-results h2 {
		display: inline-block;
		width: 100%;
		padding-left: 70px;
		font-size: 18px !important;
		margin: 0 !important;
	}
	.search-results.with-flyer h2 { padding-left: 200px; }
	.search-results p {
		display: inline-block;
		width: 100%;
		padding-left: 70px;
	}
	.search-results.with-flyer  p { padding-left: 200px; }
	
	
	/********************/
	/*		FOOTER		*/
	/********************/
	footer {
		/* margin-top: 30px; */
	}
	/*	FOOTER > TRUSTED	*/
	section .section-header {
		display: inline-block;
		width: 100%;
		text-align: center;
		font-family: "Roboto Light";
		font-size: 24px;
		margin: 30px 0 10px;
		color: #333333;
		font-weight: 600;
	}
	.trusted {
		background: #f5f5f5;
		color: #333333;
		display: inline-block;
		width: 100%;
		float: left;
		padding: 0 0 40px 0;
		margin: 0;
	}
	.trusted .cooperators {
		display: inline-block;
		width: 100%;
		position: relative;
		margin: 40px 0 10px;
		height: 200px;
	}
	.trusted .cooperators div.cooperators-wrap {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	.trusted .cooperators table {
		position: absolute;
		left: 0;
		top: 0;
		table-layout:fixed;
	}
	.trusted .cooperators table td {
		width: 180px;
		height: 180px;
		text-align: center;
		vertical-align: middle;
		background: #ffffff;
	}
	.trusted .cooperators table td:hover {
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	}
	.trusted .cooperators-navig {
		display: block;
		position: absolute;
		top: 60px;
		bottom: 0;
		width: 30px;
		height: 80px;
		background: #ffffff;
		cursor: pointer;
		text-align: center;
		color: #333333;
		font-size: 50px;
		line-height: 80px;
		opacity: 0;
		transition: opacity 0.5s;
	}
	.trusted .cooperators-navig.navig-pre-but { left: -50px; }
	.trusted .cooperators-navig.navig-next-but { right: -50px; }
	.trusted:hover .cooperators-navig { opacity: 1; }
	.trusted .cooperators-navig:hover {
		opacity: 0.6;
	}
	.trusted .cooperators-navig.hidden { display: none; }
	
	footer > div {
		padding: 25px 0;
		border-top: solid 1px #e0e0e0;
		font-size: 15px;
	}
	
	section.footer-order {
		display: inline-block;
		width: 100%;
		float: left;
		border-top: solid 1px #e0e0e0;
		padding: 0 0 20px;
		text-align: center;
		/* background: #f5f5f4; */
	}
	section.footer-order  span.header {
		display: inline-block;
		width: 100%;
		text-align: center;
		font-family: "Roboto Light";
		font-size: 24px;
		margin: 30px 0 10px;
		color: #333333;
		font-weight: 600;
	} 
	section.footer-order  p {
		font-size: 19px;
		font-family: "Roboto Light";
		color: #8e8e8e;
	}
	section.footer-order  .order-methods {
		display: inline-block;
		width: 100%;
		float: left;
		text-align: center;
		vertical-align: middle;
		font-size: 0;
	}
	section.footer-order  .order-methods li {
		display: inline-block;
		/* width: 23.3333%; */
		font-size: 23px;
		font-weight: 600;
		padding: 20px 20px;
		border-radius: 10px;
		margin: 16px 2% 20px;
		font-weight: 100;
		transition: all 0.3s;
	}
	section.footer-order  .order-methods li:hover {
		transform: scale(1.2);
	}
	section.footer-order  .order-methods li a.bottom-line {
		border-bottom: solid 2px #333333;
	}
	section.footer-order  .order-methods li a.place-button {
		font-size: 18px;
		padding: 5px 15px;
		background: #ffffff !important;
		color: #333333 !important;
	}
	
	.footer-address {
		display: inline-block;
		width: 100%;
		float: left;
		/* padding-bottom: 30px; */
		/* background: #f5f5f4; */
		box-shadow: 0 0 20px rgba(0,0,0,0.5);
	}
	.footer-address p {
		display: block;
		font-family: "Roboto Regular";
		font-size: 16px;
		font-weight: 700;
	}
	.footer-address address {
		font-size: 15px;
		font-style: normal;
	}
	.footer-address .map {
		display: inline-block;
		width: 500px;
		height: 180px;
		background: url("/images/address_map.jpg") no-repeat;
		background-position: center center;
		border: solid 1px #e0e0e0;
	}
	.footer-map {
		display: inline-block;
		width: 100%;
		float: left;
		margin: 0;
		position: relative;
		/* border-top: solid 1px #e0e0e0; */
		background: #ffffff;
		padding: 40px 0 20px;
	}
	.map-contact {
		display: block;
		float: right;
		width: 470px;
		height: 180px;
		background: #ffffff;
		border-radius: 10px;
		padding: 0px 20px;
		margin-left: -30px;
	}
	.map-contact.s:after {
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		background: #ffffff;
		transform: rotate(45deg);
		z-index: 101;
		right: -10px;
		top: 47px;
	}
	.map-contact p {
		font-weight: 400;
		margin-bottom: 5px;
		color: #333333;
		font-size: 15px;
	}
	.map-contact p.company-title {
		color: #333333;
		font-size: 16px;
		margin-bottom: 8px;
	}
	.map-contact p.address-title {
		font-weight: 600;
		padding-bottom: 5px;
		margin-bottom: 20px;
		font-size: 15px;
		border-bottom: solid 1px #e0e0e0;
		color: #333333;
	}
	.footer-info p {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.footer-info .wrap {
		position: relative;
	}
	.footer-data {
		display: inline-block;
		width: 1000px;
		height: 240px;
		background: url("/images/footer.jpg") no-repeat;		
	}
	.footer-social {
		display: inline-block;
		width: 100%;
		float: left;
		padding: 40px 0 20px;
		border-top: solid 1px #e0e0e0;
		font-size: 15px;
		height: 150px;
		background: #ffffff;
	}
	ul.top-landpages {
		display: inline-block;
		position: absolute;
		top: -3px;
		left: 200px;
	}
	ul.top-landpages li {
		line-height: 26px;
	}
	.social-links ul {
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
	}
	.social-links ul li {
		font-family: "FontAwesome";
		float: right;
		margin-left: 20px;
		font-size: 25px;
	}
	.footer-info {
		display: inline-block;
		width: 100%;
		float: left;
	}
	
	.to-up-but {
		display: block;
		position: fixed;
		bottom: -30px;
		right: 30px;
		width: 30px;
		height: 30px;
		background: #ffffff;
		padding: 2px;
		margin: 0;
		border-radius: 4px;
		border: solid 2px #333333;
		cursor: pointer;
		text-align: center;
		font-family: "FontAwesome";
		font-size: 22px;
		color: #333333;
		transition: all 0.3s;
		z-index: 9999;
	}
	.to-up-but.visible {
		bottom: 85px;
	} 
	.to-up-but:after {
		content: "\F106";

		position: absolute;
		left: 0;
		right: 0;
		top: 0px;
	}
	.to-up-but:hover {
		background: #333333;
		color: #ffffff;
	}
	.scrollto.header-to-up-but {
		display: inline-block;
		float: left;
		font-family: "FontAwesome";
		padding: 0px 4px 3px;
		font-size: 22px;
		color: #333333;
		margin: 4px 10px 4px 0;
		border-radius: 3px;
	}
	.scrollto.header-to-up-but:hover {
		background: #333333;
		color: #ffffff;
	}
	section.footer-catalog {
		display: inline-block;
		width: 100%;
		float: left;
		padding: 50px 0;
		background: white;
		border-top: solid 1px #e5e5e5;
		transition: all 0.3s;
		background: #f5f5f5;
	}
	section.footer-catalog div > ul {
		display: inline-block;
		width: 25%;
		float: left;		
		padding-right: 20px;
		margin-bottom: 20px; 
	}
	section.footer-catalog div > ul > li {
		display: inline-block;
		width: 100%;
		float: left;		
	}
	section.footer-catalog div > ul > li > a {
		font-size: 14px;
		display: inline-block;
		margin-bottom: 5px;
		color: #000000;
		height: 30px;
	}
	section.footer-catalog div > ul > li > a:hover {
		color: #ff0000 !important;
	}
	section.footer-catalog div > ul > li > ul {
		display: none;
	}
	section.footer-catalog.uncollapsed div > ul > li > ul {
		display: block;
	}
	section.footer-catalog div > ul > li > ul > li {
		
	}
	section.footer-catalog div > ul > li > ul > li > a {
		font-size: 13px;
		color: #333333;
	}
	section.footer-catalog div > ul > li > ul > li > a:hover {
		color: #333333;
	}
	.uncollapse-catalog-but {
		font-size: 14px;
		display: block;
		width: 140px;
		text-align: center;
		margin: 0 auto;
		opacity: 0;
		transition: opacity 0.6s;
	}
	.uncollapse-catalog-but:hover {
		text-decoration: underline !important;
	}
	section.footer-catalog:hover .uncollapse-catalog-but {
		opacity: 1;
	}



.cpu-load {
    display: inline-block;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
}
.cpu-load:hover {
	opacity: 1;
}