<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------------------------------*/
/*									 FONTS									  */
/*----------------------------------------------------------------------------*/

/**/
/* segoe ui */
/**/
@font-face {
	font-family: SegoeUI;
	font-style: normal;
	font-weight: 400;
	src: url('/templates/template_0/font/segoeui.eot');
	src: url('/templates/template_0/font/segoeui.eot?#iefix') format('embedded-opentype'),
		 url('/templates/template_0/font/segoeui.woff') format('woff'),
		 url('/templates/template_0/font/segoeui.ttf') format('truetype');
}
@font-face {
	font-family: SegoeUI;
	font-style: italic;
	font-weight: 400;
	src: url('/templates/template_0/font/segoeuii.eot');
	src: url('/templates/template_0/font/segoeuii.eot?#iefix') format('embedded-opentype'),
		 url('/templates/template_0/font/segoeuii.woff') format('woff'),
		 url('/templates/template_0/font/segoeuii.ttf') format('truetype');
}
@font-face {
	font-family: SegoeUI;
	font-style: normal;
	font-weight: 600;
	src: url('/templates/template_0/font/segoeuisb.eot');
	src: url('/templates/template_0/font/segoeuisb.eot?#iefix') format('embedded-opentype'),
		 url('/templates/template_0/font/segoeuisb.woff') format('woff'),
		 url('/templates/template_0/font/segoeuisb.ttf') format('truetype');
}



/*----------------------------------------------------------------------------*/
/*									DEFAULTS								  */
/*----------------------------------------------------------------------------*/

/**/
/* blocks */
/**/
body {
	background: #4e4c8e url(/templates/template_0/img/body-bg.png) 0 800px repeat-x;
	font: 13px/1.55 SegoeUI, Helvetica, Arial, sans-serif;
	color: #fff;
}


/**/
/* links */
/**/
a {
	text-decoration: underline;
	color: #fff;
}
a:hover {
	text-decoration: none;
}


/**/
/* price */
/**/
.price {
	width: 100px;
	height: 41px;
	padding-right: 1px;
	background: url(/templates/template_0/img/price.png);
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}
.price-old {
	width: 100px;
	padding-right: 1px;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
	color: #8f9090;
}
.price-old + .price {
	background: url(/templates/template_0/img/price-alt.png);
}


/**/
/* amount */
/**/
.amount {
	position: relative;
	width: 60px;
	height: 30px;
	background: url(/templates/template_0/img/amount.png);
}
.amount input {
	width: 41px;
	padding: 5px 0;
	line-height: 20px;
	text-align: center;
}
.amount .plus {
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 15px;
}
.amount .minus {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 19px;
	height: 15px;
}
.amount-disabled {
	width: 41px;
}

.amount.dummy {
	background: none;
}

/**/
/* layout */
/**/
.page-wrap {
	background: url(/templates/template_0/img/page-wrap.png) 50% 0 repeat-x;
}
.page {
	background: url(/templates/template_0/img/page-bg.jpg) 50% 0 no-repeat;
}
.page &gt; div {
	width: 1000px;
	margin: 0 auto;
}
.page-header {
	position: relative;
	padding-top: 177px;
}
.main-content {
	float: right;
	width: 754px;
}
.side-content {
	float: left;
	width: 225px;
}
.page-footer {
	margin-top: 40px;
	padding: 30px 0 40px;
	background: #241f76;
}
.page-footer &gt; div {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}



/*----------------------------------------------------------------------------*/
/*									 FORMS									  */
/*----------------------------------------------------------------------------*/

/**/
/* elements */
/**/
.label {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	color: #b8b8b8;
}
.popup .label {
	color: #585757;
}
.input-text,
.input-select,
.input-textarea,
.input-multiselect {
	width: 100%;
	height: 35px;
	border-radius: 0;
	padding: 10px 15px;
	background: #e1e2e9;
	font: 11px/15px SegoeUI, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #414141;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
}
.popup .input-text,
.popup .input-textarea {
	background: #fff;
}
.input-select {
	position: relative;
}
.input-select i {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	background: url(/templates/template_0/img/input-select.png) no-repeat;
}
.input-select span {
	display: block;
}
.input-select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.input-textarea {
	height: 90px;
	resize: none;
}
.input-multiselect {
	height: auto;
}
.input-radio,
.input-checkbox {
	position: relative;
	display: block;
	float: left;
	padding-left: 24px;
	font-size: 12px;
	line-height: 16px;
	color: #b8b8b8;
	cursor: pointer;
	-webkit-user-select: none;
}
.input-radio input,
.input-checkbox input {
	display: none;
}
.input-radio i,
.input-checkbox i {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
}
.input-radio i {
	background-image: url(/templates/template_0/img/input-radio.png);
}
.input-checkbox i {
	background-image: url(/templates/template_0/img/input-checkbox.png);
}
.input-radio input:checked + i,
.input-checkbox input:checked + i {
	background-position: 0 -18px;
}
.captcha {
	position: relative;
	padding-left: 160px;
}
.captcha img {
	position: absolute;
	top: 0;
	left: 0;
}
.captcha input.input-text {
	height: 50px;
	padding: 10px;
	font-size: 20px;
	line-height: 30px;
}
.footnote {
	font-size: 12px;
	color: #b8b8b8;
}
.popup .footnote {
	color: #585757;
}


/**/
/* buttons */
/**/
.button {
	display: block;
	float: right;
	height: 32px;
	padding: 0 20px;
	border: 1px solid #aeaeae;
	border-radius: 2px;
	background: #f6f6f6;
	background: -ms-linear-gradient(top, #f6f6f6 0%, #dcdcdc 100%);
	background: -moz-linear-gradient(top, #f6f6f6 0%, #dcdcdc 100%);
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #dcdcdc 100%);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,0.75);
	color: #3f67c0;
}
.button-alt {
	background: #86c615;
	background: -o-linear-gradient(top, #86c615 0%, #6eaa05 100%);
	background: -ms-linear-gradient(top, #86c615 0%, #6eaa05 100%);
	background: -moz-linear-gradient(top, #86c615 0%, #6eaa05 100%);
	background: -webkit-linear-gradient(top, #86c615 0%, #6eaa05 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86c615', endColorstr='#6eaa05', GradientType=0);
}
.button-secondary {
	background: #999;
	background: -o-linear-gradient(top, #777 0%, #555 100%);
	background: -ms-linear-gradient(top, #777 0%, #555 100%);
	background: -moz-linear-gradient(top, #777 0%, #555 100%);
	background: -webkit-linear-gradient(top, #777 0%, #555 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777', endColorstr='#555', GradientType=0);
}
.button-large {
	height: 50px;
	padding: 0 30px;
	font-size: 18px;
	line-height: 50px;
}
.button-disabled {
	opacity: 0.5;
}
.button-disabled:hover {
	text-decoration: none;
}


/**/
/* layouts */
/**/
.form-vertical,
.form-horizontal {
	margin-bottom: 20px;
}
.form-vertical .input-text,
.form-vertical .input-textarea {
	margin-bottom: 10px;
}
.form-horizontal .row {
	margin-bottom: 20px;
}
.form-horizontal .label {
	float: left;
	width: 38%;
	margin: 0;
	padding-right: 2%;
	line-height: 35px;
	text-align: right;
}
.form-horizontal .input-text {
	float: left;
	width: 40%;
}
.form-horizontal .input-checkbox {
	margin-left: 40%;
}
.form-horizontal .footnote {
	margin-left: 40%;
}
.form-horizontal .button {
	float: left;
	margin: 0 20px 0 40%;
}
.form-horizontal .links {
	float: left;
	line-height: 32px;
}
.form-columned .title {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 20px;
	color: #b8b8b8;
}
.form-columned .left-col {
	float: left;
	width: 220px;
	margin-right: 80px;
}
.form-columned .right-col {
	float: left;
	width: 220px;
}
.form-columned .left-sub-col {
	float: left;
	width: 90px;
}
.form-columned .right-sub-col {
	float: right;
	width: 90px;
}
.form-columned .input-text,
.form-columned .input-select,
.form-columned .input-textarea {
	height: 25px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fff;
}
.form-columned .input-textarea {
	height: auto;
}
.form-columned .input-radio {
	margin-top: 10px;
}
.form-columned .input-radio + .input-radio {
	margin-left: 20px;
}



/*----------------------------------------------------------------------------*/
/*									ELEMENTS								  */
/*----------------------------------------------------------------------------*/

/**/
/* logo */
/**/
.logo {
	position: absolute;
	top: 72px;
	left: 4px;
	width: 283px;
	height: 91px;
	background: url(/templates/template_0/img/logo.png);
}


/**/
/* main nav */
/**/
.main-nav {
	position: relative;
	margin-bottom: 20px;
	padding-top: 4px;
	background: #3f67c0;
	box-shadow: 0 3px 2px rgba(0,0,0,0.1);
	font-size: 0;
}
.main-nav:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #d6d6d6;
	box-shadow: 0 1px 4px rgba(0,0,0,0.25);
}
.main-nav li {
	position: relative;
	display: inline-block;
	border-left: 1px solid #5279c9;
	line-height: 56px;
	text-transform: uppercase;
	font: 13px/1.55 SegoeUI, Helvetica, Arial, sans-serif;
	padding: 18px 0;
}
.main-nav li:first-child {
	border-left: 0;
}
.main-nav li a {
	display: block;
	padding: 0 29px;
	text-decoration: none;
}
.main-nav li a:hover,
.main-nav li a.a_active {
	text-decoration: underline;
}
.main-nav li ul {
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	display: none;
	width: 224px;
	margin-top: 4px;
	background: #676976;
}
.main-nav li ul:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: transparent;
}
.main-nav li:hover ul {
	display: block;
}
.main-nav li li {
	display: block;
	border-top: 1px solid #8a8c97;
	border-left: 0;
	line-height: 20px;
}
.main-nav li li:first-child {
	border-top: 0;
}
.main-nav li li a {
	padding: 15px 15px 15px 51px;
	border-left: 4px solid transparent;
}
.main-nav li li a:hover {
	border-color: #3f67c0;
	background: #aaa9a9;
	text-decoration: none;
}


/**/
/* slider */
/**/
.bx-wrapper {
	visibility: hidden;
	margin: 0;
}
.bx-wrapper.visible {
	visibility: visible;
	margin-bottom: 30px;
}
.bx-wrapper .bx-viewport {
	left: 0;
	border: 6px solid #ebebeb;
	box-shadow: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.bx-wrapper .bx-pager.bx-default-pager {
	bottom: -19px;
	left: 50%;
	width: 251px;
	height: 32px;
	margin-left: -125px;
	padding-top: 8px;
	background: url(/templates/template_0/img/slider.png);
}
.bx-wrapper .bx-pager.bx-default-pager a {
	position: relative;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	border-radius: 50%;
	background-color: #cacaca;
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.6), inset 0 1px 1px rgba(0,0,0,0.25);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #cacaca;
}
.bx-wrapper .bx-pager.bx-default-pager a.active:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #757275;
}


/**/
/* feedback link */
/**/
.feedback-link {
	position: absolute;
	right: 0;
	bottom: 123px;
	line-height: 22px;
	font-size: 13px;
	padding-right: 26px;
	background: url(/templates/template_0/img/feedback-link.png) 100% 50% no-repeat;
	text-decoration: none;
	color: #e6ecf1;
}
.feedback-link:hover {
	text-decoration: underline;
}


/**/
/* bread crumbs */
/**/
.bread-crumbs {
	margin-bottom: 10px;
	font-size: 13px;
	text-align: right;
	color: #dadada;
}
.bread-crumbs a {
	color: #dadada;
}


/**/
/* page title */
/**/
.page-title {
	position: relative;
	margin-bottom: 5px;
	padding: 0 20px;
	background: #dadada;
	font-size: 15px;
	line-height: 50px;
	color: #3f67c0;
}
.page-title:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 30px;
	border-top: 10px solid #3f67c0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.page-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #3f67c0;
}


/**/
/* content nav */
/**/
.content-nav {
	position: relative;
	margin-bottom: 31px;
	padding: 20px;
	background: #e6e6e6;
}
.content-nav:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 11px;
	background: url(/templates/template_0/img/last-news.png) 1px 0;
}
.content-nav li {
	margin-top: 20px;
	line-height: 15px;
}
.content-nav li:first-child {
	margin-top: 0;
}
.content-nav a {
	position: relative;
	padding-left: 16px;
	color: #4f4e4e;
}
.content-nav a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #4f4e4e;
}
.content-nav a:hover {
	color: #3f67c0;
}
.content-nav a:hover:before {
	border-left-color: #3f67c0;
}


/**/
/* message */
/**/
.message {
	margin-bottom: 20px;
	padding: 15px 20px;
	background: #dadada;
	color: #ba2431;
}


/**/
/* errors */
/**/
.errors {
	margin-bottom: 20px;
	padding: 15px 20px;
	background: #dadada;
	color: #ba2431;
}
.errors li {
	position: relative;
	padding-left: 15px;
}
.errors li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ba2431;
}
.errors .title {
	padding-left: 0;
	font-weight: 700;
}
.errors .title:before {
	display: none;
}


/**/
/* text */
/**/
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	text-transform: uppercase;
}
.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child,
.text p:first-child {
	margin-top: 0;
}
.page-text {
	margin-bottom: 20px;
}


/**/
/* toolbar */
/**/
.toolbar {
	padding-top: 20px;
	border-top: 1px solid #929090;
}
.categories-nav + .toolbar {
	padding-top: 0;
	border-top: 0;
}


/**/
/* sitemap */
/**/
.sitemap {
	margin-bottom: 20px;
}
.sitemap li {
	margin-top: 4px;
	padding-left: 0;
}
.sitemap li:first-child {
	margin-top: 0;
}
.sitemap-link {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 38px;
	background: url(/templates/template_0/img/sitemap-link.png) 100% 50% no-repeat;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
}
.sitemap-link:hover {
	text-decoration: underline;
}


/**/
/* page numbers */
/**/
.page-numbers {
	height: 20px;
	margin-bottom: 20px;
}
.page-numbers a {
	position: relative;
	display: block;
	float: left;
	width: 22px;
	margin-right: 7px;
	border: 1px solid #c1c6cc;
	border-radius: 3px;
	background: #ffffff;
	background: -ms-linear-gradient(top, #ffffff 0%, #eceeef 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #eceeef 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #eceeef 100%);
	box-shadow: inset 0 0 0 1px #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	color: #757575;
}
.page-numbers a:hover,
.page-numbers a.active {
	color: #2569ff;
}
.page-numbers .list {
	border-color: transparent;
	background: none;
	box-shadow: none;
	color: #dadada;
}
.page-numbers .prev:before,
.page-numbers .next:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 8px;
	margin: -4px 0 0 -3px;
}
.page-numbers .prev:before {
	background: url(/templates/template_0/img/pager-prev.png);
}
.page-numbers .next:before {
	background: url(/templates/template_0/img/pager-next.png);
}
.page-numbers .disabled {
	cursor: default;
	pointer-events: none;
}


/**/
/* widget */
/**/
.widget {
	margin-bottom: 20px;
	box-shadow: 0 3px 2px rgba(0,0,0,0.4);
}
.widget .head {
	padding-left: 20px;
	background: #9c9c9c;
	background: -ms-linear-gradient(top, #9c9c9c 0%, #828282 100%);
	background: -moz-linear-gradient(top, #9c9c9c 0%, #828282 100%);
	background: -webkit-linear-gradient(top, #9c9c9c 0%, #828282 100%);
	font-size: 16px;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
}
.widget .cont {
	background: #d6d6d6;
}


/**/
/* banners */
/**/
.banners div {
	margin-bottom: 20px;
}


/**/
/* copyrights */
/**/
.copyrights {
	display: table-cell;
	vertical-align: bottom;
	width: 300px;
	font-size: 12px;
	line-height: 16px;
}
.copyrights p + p {
	margin-top: 14px;
}
.copyrights span {
	font-size: 14px;
	line-height: 18px;
	white-space: nowrap;
}


/**/
/* counters */
/**/
.counters {
	display: table-cell;
	vertical-align: bottom;
	width: 350px;
	padding: 0 50px;
	font-size: 0;
}
.counters a {
	display: inline-block;
	margin: 5px 10px 0 0;
	text-decoration: none;
}
.counters a img {
	display: block;
	float: left;
	opacity: 0.5;
	transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.counters a:hover img {
	opacity: 1;
}


/**/
/* developers */
/**/
.developers {
	display: table-cell;
	vertical-align: bottom;
	width: 250px;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}
.developers img {
	display: none;
}


/**/
/* popup */
/**/
.popup {
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
	display: none;
	width: 360px;
	margin-left: -200px;
	padding: 10px 20px 20px;
	background: #e6e6e6;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	color: #585757;
}
.popup .close {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 13px;
	height: 13px;
	background: url(/templates/template_0/img/cabinet-close.png);
}
.popup &gt; header {
	margin-bottom: 20px;
	border-bottom: 1px dashed #979696;
	font-size: 16px;
	line-height: 36px;
	text-transform: uppercase;
	color: #172983;
}
.popup &gt; footer {
	margin-top: 20px;
	padding: 0 15px;
	border-top: 1px dashed #979696;
	text-align: center;
}
.popup &gt; footer .button {
	display: inline-block;
	float: none;
	margin: 20px 5px 0;
}
.popup-static {
	position: absolute;
}
.popup.form-vertical {
	margin-bottom: 0;
	padding: 20px;
}


/**/
/* overlay */
/**/
.overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.5);
}



/*----------------------------------------------------------------------------*/
/*								  GUESTBOOK									  */
/*----------------------------------------------------------------------------*/

/**/
/* link */
/**/
.guestbook-link {
	position: absolute;
	top: 56px;
	right: 0;
	padding-right: 36px;
	background: url(/templates/template_0/img/guestbook-link.png) 100% 0 no-repeat;
	line-height: 28px;
	text-decoration: none;
	text-transform: uppercase;
	color: #e6ecf1;
}
.guestbook-link:hover {
	text-decoration: underline;
}


/**/
/* opinions list */
/**/
.opinions-list {
	margin-bottom: 20px;
	line-height: 16px;
	color: #dadada;
}
.opinions-list &gt; li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #929090;
}
.opinions-list p {
	margin-top: 16px;
}
.opinions-list .date {
	float: right;
	font-style: italic;
	font-size: 12px;
	color: #b2b1b1;
}
.opinions-list .answer {
	font-style: italic;
}


/**/
/* opinion info */
/**/
.opinion-info {
	margin-bottom: 20px;
	line-height: 16px;
	color: #dadada;
}
.opinion-info p {
	margin-top: 16px;
}
.opinion-info .date {
	float: right;
	font-style: italic;
	font-size: 12px;
	color: #b2b1b1;
}
.opinion-info .answer {
	font-style: italic;
}



/*----------------------------------------------------------------------------*/
/*								   CONTACTS									  */
/*----------------------------------------------------------------------------*/

/**/
/* main phone */
/**/
.main-phone {
	position: absolute;
	top: 103px;
	right: 300px;
	font-size: 25px;
	line-height: 25px;
	color: #fff;
}
.main-phone span {
	display: block;
	margin-top: 7px;
	font-size: 13px;
	line-height: 13px;
	color: #c9d8fb;
}


/**/
/* top contacts */
/**/
.top-contacts {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 45px;
}
.top-contacts div {
	float: left;
	margin-right: 30px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
.top-contacts .phone {
	padding-left: 27px;
	background-image: url(/templates/template_0/img/top-contacts-phone.png);
}
.top-contacts .email {
	padding-left: 39px;
	background-image: url(/templates/template_0/img/top-contacts-email.png);
}



/*----------------------------------------------------------------------------*/
/*									 NEWS									  */
/*----------------------------------------------------------------------------*/

/**/
/* last news */
/**/
.last-news {
	position: relative;
	margin-bottom: 31px;
	padding: 10px 20px 15px;
	background: #e6e6e6;
}
.last-news:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 11px;
	background: url(/templates/template_0/img/last-news.png) 1px 0;
}
.last-news:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 90px;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e6e6e6;
	border-left: 10px solid transparent;
}
.last-news ul {
	margin-left: -19px;
}
.last-news li {
	display: inline-block;
	vertical-align: top;
	width: 225px;
	margin: 0 0 15px 19px;
	color: #585757;
}
.last-news h4 {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 17px;
}
.last-news p {
	font-size: 12px;
	line-height: 14px;
}
.last-news p a {
	text-transform: lowercase;
}
.last-news a {
	color: #585757;
}
.last-news .pic {
	width: 125px;
	height: 85px;
	margin-bottom: 8px;
}
.last-news .date {
	font-size: 10px;
}
.last-news .head {
	margin-bottom: 10px;
	border-bottom: 1px dashed #979696;
	font-size: 16px;
	line-height: 36px;
	text-transform: uppercase;
	color: #172983;
}
.last-news .foot {
	font-size: 12px;
}
.last-news .foot a {
	color: #172983;
}
.last-news + .last-news {
	margin-top: 41px;
}


/**/
/* news list */
/**/
.news-list {
/*
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #929090;
*/
	color: #dadada;
}
.news-list &gt; li {
	min-height: 85px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #929090;
}
.news-list h3 {
	font-size: 15px;
	line-height: 19px;
}
.news-list .pic {
	float: left;
	margin-right: 20px;
	width: 125px;
	height: 85px;
	margin-bottom: 8px;
}
.news-list .date {
	font-size: 10px;
}
.news-list .text {
	overflow: hidden;
	margin-top: 14px;
}


/**/
/* news item */
/**/
.news-item .date {
	font-size: 11px;
}
.news-item .controls {
	text-align: right;
}



/*----------------------------------------------------------------------------*/
/*									CABINET									  */
/*----------------------------------------------------------------------------*/

/**/
/* cabinet enter */
/**/
.cabinet {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 12px;
	line-height: 15px;
	white-space: nowrap;
	color: #969595;
}
.cabinet a {
	text-decoration: none;
}
.cabinet a:hover {
	text-decoration: underline;
}
.cabinet em {
	font-style: normal;
	color: #fff;
}
.cabinet span {
	border-bottom: 1px dashed #bababa;
}
.cabinet a:hover span {
	border-color: transparent;
}
.cabinet .exit {
	padding-right: 18px;
	background: url(/templates/template_0/img/cabinet-signin-exit.png) 100% 5px no-repeat;
}
.cabinet .opener {
	padding-right: 18px;
	background: url(/templates/template_0/img/cabinet-signin-opener.png) 100% 5px no-repeat;
}
.cabinet .opener:hover {
	text-decoration: none;
}
.cabinet-opened a {
	font-weight: 600;
}
.cabinet-signin {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	display: none;
	width: 190px;
	padding: 30px 20px 20px;
	background: #e7e7e7;
}
.cabinet-signin p {
	float: left;
	font-size: 10px;
	line-height: 10px;
}
.cabinet-signin p a {
	color: #7d7d7d;
}
.cabinet-signin .close {
	position: absolute;
	top: 6px;
	right: 20px;
	padding-right: 20px;
	background: url(/templates/template_0/img/cabinet-close.png) 100% 50% no-repeat;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #7d7d7d;
}
.cabinet-signin .input-text {
	height: 27px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 30px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	background: #fff;
}
.cabinet-signin .input-text[type="text"] {
	background: #fff url(/templates/template_0/img/cabinet-input-email.png) 7px 50% no-repeat;
}
.cabinet-signin .input-text[type="password"] {
	background: #fff url(/templates/template_0/img/cabinet-input-pass.png) 9px 50% no-repeat;
}
.cabinet-signin .input-checkbox {
	margin-bottom: 4px;
	font-size: 10px;
	color: #333;
}
.cabinet-signin .button {
	position: relative;
	z-index: 1;
	float: right;
	margin-top: 1px;
}
.cabinet-links {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	display: none;
	width: 210px;
	padding: 25px 10px 20px 20px;
	background: #e7e7e7;
}
.cabinet-links .pic {
	float: left;
	width: 24px;
	height: 30px;
	margin-right: 10px;
}
.cabinet-links .close {
	position: absolute;
	top: 6px;
	right: 20px;
	padding-right: 20px;
	background: url(/templates/template_0/img/cabinet-close.png) 100% 50% no-repeat;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #7d7d7d;
}
.cabinet-links li {
	margin-top: 10px;
	line-height: 30px;
}
.cabinet-links li a {
	color: #595858;
}


/**/
/* orders archive */
/**/
.orders-archive {
	background: #e5e4e4;
	font-size: 12px;
	line-height: 15px;
	color: #585757;
}
.orders-archive table {
	width: 100%;
	border-collapse: collapse;
}
.orders-archive th {
	padding: 5px 20px 5px 0;
}
.orders-archive th:first-child {
	padding-left: 20px;
}
.orders-archive td {
	padding: 5px 20px 5px 0;
	border-top: 1px solid #ddd;
	text-align: center;
}
.orders-archive td:first-child {
	padding-left: 20px;
}
.orders-archive a {
	color: #244fae;
}
.orders-archive .name {
	text-align: left;
}



/*----------------------------------------------------------------------------*/
/*									 CART									  */
/*----------------------------------------------------------------------------*/

/**/
/* cart summary */
/**/
.cart-summary {
	position: absolute;
	top: 93px;
	right: 0;
	padding-left: 66px;
	background: #e1e2e9;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #888787;
}
.cart-summary:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 10px;
	width: 26px;
	height: 22px;
	background: url(/templates/template_0/img/cart-summary.png);
}
.cart-summary:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	height: 46px;
	background: #b8b8b8;
	background: -ms-linear-gradient(top, #b8b8b8 0%, #939393 100%);
	background: -moz-linear-gradient(top, #b8b8b8 0%, #939393 100%);
	background: -webkit-linear-gradient(top, #b8b8b8 0%, #939393 100%);
}
.cart-summary div {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	height: 46px;
}
.cart-summary div:first-child {
	width: 80px;
	text-transform: uppercase;
	color: #555454;
}
.cart-summary em {
	font-style: normal;
}
.cart-summary span {
	text-decoration: underline;
	color: #555454;
}


/**/
/* cart products */
/**/
.cart-products li {
	position: relative;
	min-height: 96px;
	margin-bottom: 20px;
	padding: 15px 15px 0px 20px;
	background: #e5e4e4;
}

.cart-products .params li {
	min-height: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
}

.cart-products h3 {
	height: 20px;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	color: #244fae;
}
.cart-products h3 a {
	text-decoration: none;
	color: #244fae;
}
.cart-products h3 a:hover {
	text-decoration: underline;
}
.cart-products .pic {
	float: right;
	width: 212px;
	height: 169px;
	margin-left: 30px;
	border: 1px solid #d5d6d6;
	background: #ebebeb;
}
.cart-products .pic img {
	max-width: 203px;
	max-height: 161px;
}
.cart-products .brand {
	font-size: 12px;
	line-height: 18px;
	color: #8e8d8d;
}
.cart-products .brand a {
	text-decoration: none;
	color: #8e8d8d;
}
.cart-products .delete {
	float: right;
	margin-left: 20px;
	padding: 6px 0 0 30px;
	background: url(/templates/template_0/img/cart-delete.png) no-repeat;
	color: #333;
}
.cart-products .clearfix {
	position: absolute;
	bottom: 20px;
	left: -8px;
}
.cart-products .price {
	float: left;
	margin: 2px 15px -5px -20px;
}
.cart-products .amount {
	float: left;
	margin: 4px 30px 0 0;
}
.cart-products .price-all {
	float: left;
	font-size: 26px;
	line-height: 38px;
	color: #0446ff;
}
.cart-products .price-all em {
	font-style: normal;
	font-size: 13px;
	line-height: 1;
	color: #424242;
}


/**/
/* cart button */
/**/
.cart-button {
	margin-bottom: 20px;
}


/**/
/* cart total */
/**/
.cart-total {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #929090;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	color: #b8b8b8;
}
.cart-total div {
	display: inline-block;
	width: 130px;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
}


/**/
/* cart discount */
/**/
.cart-discount {
	color: #b8b8b8;
}
.cart-discount ul {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
}
.cart-discount .title {
	font-size: 15px;
}
.cart-discount .summ {
	font-size: 18px;
	line-height: 1;
	color: #fff;
}


/**/
/* order info */
/**/
.order-info {
	margin-bottom: 20px;
	background: #e5e4e4;
	font-size: 12px;
	line-height: 15px;
	color: #585757;
}
.order-info table {
	width: 100%;
	border-collapse: collapse;
}
.order-info th {
	padding: 10px 20px 10px 0;
	text-align: left;
}
.order-info th:first-child {
	padding-left: 20px;
}
.order-info td {
	padding: 10px 20px 10px 0;
	border-top: 1px solid #ddd;
	text-align: left;
}
.order-info td:first-child {
	padding-left: 20px;
}


/**/
/* order fast */
/**/
.order-fast .head {
	position: relative;
	margin-bottom: 20px;
	padding: 0 20px;
	background: #dadada;
	font-size: 15px;
	line-height: 50px;
	text-transform: uppercase;
	color: #3f67c0;
}
.order-fast .head:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 30px;
	border-top: 10px solid #3f67c0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.order-fast .head:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #3f67c0;
}



/*----------------------------------------------------------------------------*/
/*									CATALOG									  */
/*----------------------------------------------------------------------------*/

/**/
/* catalog search */
/**/
.catalog-search {
	height: 35px;
	margin-bottom: 20px;
}
.catalog-search .label {
	float: left;
	margin: 0 10px 0 24px;
	font-size: 11px;
	line-height: 35px;
	text-transform: uppercase;
	color: #d2d0d0;
}
.catalog-search .input-text,
.catalog-search .input-select {
	float: left;
	width: 225px;
	margin-right: 21px;
}
.catalog-search .small {
	width: 92px;
	margin: 0;
}
.catalog-search .button-search {
	position: relative;
	float: right;
	padding: 0 15px 0 50px;
	background: #676976;
	font-size: 11px;
	line-height: 35px;
	color: #ffffff;
}
.catalog-search .button-search:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	background: #b8b8b8;
	background: -ms-linear-gradient(top, #b8b8b8 0%, #939393 100%);
	background: -moz-linear-gradient(top, #b8b8b8 0%, #939393 100%);
	background: -webkit-linear-gradient(top, #b8b8b8 0%, #939393 100%);
}
.catalog-search .button-search:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 8px;
	width: 17px;
	height: 16px;
	margin: -8px 0 0 0;
	background: url(/templates/template_0/img/button-search.png);
}


/**/
/* catalog nav */
/**/
.catalog-nav ul {
	font-size: 15px;
	line-height: 20px;
}
.catalog-nav li {
	border-top: 1px solid #b9b9b9;
}
.catalog-nav li:first-child {
	border-top: 0;
}
.catalog-nav li a {
	position: relative;
	display: block;
	padding: 15px 0 15px 65px;
	border-right: 5px solid transparent;
	text-decoration: none;
	color: #303030;
}
.catalog-nav li a:hover,
.catalog-nav li a.a_active {
	border-right-color: #3f67c0;
	background: #b6b6b7;
}
.catalog-nav li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 50px;
}
.catalog-nav li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 40px;
	max-height: 40px;
	margin: auto;
}
.catalog-nav li li {
	border-top: 0;
}
.catalog-nav li li a:hover,
.catalog-nav li li a.a_active {
	border-color: transparent;
	background: none;
	color: #3f67c0;
}
.catalog-nav li li a:before {
	content: '- ';
}


/**/
/* catalog actions nav */
/**/
.catalog-actions-nav ul {
	font-size: 15px;
	line-height: 50px;
}
.catalog-actions-nav li {
	border-top: 1px solid #b9b9b9;
}
.catalog-actions-nav li:first-child {
	border-top: 0;
}
.catalog-actions-nav a {
	position: relative;
	display: block;
	padding-left: 65px;
	border-right: 5px solid transparent;
	text-decoration: none;
	color: #303030;
}
.catalog-actions-nav a:hover,
.catalog-actions-nav .a_active {
	border-right-color: #3f67c0;
	background: #eae8e6;
}
.catalog-actions-nav span {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 50px;
	background: url(/templates/template_0/img/catalog-actions-nav-2.png) 50% 50% no-repeat;
}
.catalog-actions-nav li:first-child span {
	background-image: url(/templates/template_0/img/catalog-actions-nav-1.png);
}
.catalog-actions-nav li:last-child span {
	background-image: url(/templates/template_0/img/catalog-actions-nav-3.png);
}


/**/
/* categories nav */
/**/
.categories-nav {
	position: relative;
	margin-bottom: 31px;
	padding: 20px;
	background: #e6e6e6;
}
.categories-nav:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 11px;
	background: url(/templates/template_0/img/last-news.png) 1px 0;
}
.categories-nav li {
	margin-top: 20px;
	line-height: 15px;
}
.categories-nav li:first-child {
	margin-top: 0;
}
.categories-nav a {
	position: relative;
	padding-left: 16px;
	color: #4f4e4e;
	display: inline-block;
}
.categories-nav a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #4f4e4e;
}
.categories-nav a:hover {
	color: #3f67c0;
}
.categories-nav a:hover:before {
	border-left-color: #3f67c0;
}


/**/
/* catalog actions */
/**/
.catalog-actions {
	margin-bottom: 15px;
}
.catalog-actions .head {
	position: relative;
	margin-bottom: 20px;
	padding: 0 20px;
	background: #dadada;
	font-size: 15px;
	line-height: 50px;
	color: #3f67c0;
}
.catalog-actions .head:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 30px;
	border-top: 10px solid #3f67c0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.catalog-actions .head:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #3f67c0;
}
.catalog-actions .head a {
	float: right;
	font-size: 12px;
	color: #172983;
}
.catalog-actions .head span {
	text-transform: uppercase;
}


/**/
/* compare summary */
/**/
.compare-summary li {
	padding: 10px 12px 10px 20px;
	border-top: 1px solid #b9b9b9;
}
.compare-summary li:first-child {
	border-top: 0;
}
.compare-summary h3 {
	font-size: 12px;
	line-height: 14px;
}
.compare-summary h3 a {
	text-decoration: none;
	color: #545454;
}
.compare-summary p {
	margin-top: 2px;
	font-size: 14px;
	line-height: 14px;
	text-decoration: underline;
	color: #0446ff;
}
.compare-summary .message {
	margin: 0;
	background: none;
}
.compare-summary .delete {
	float: right;
	width: 21px;
	height: 20px;
	margin: 5px 0 0 12px;
	background: url(/templates/template_0/img/compare-delete.png);
}
.compare-summary .clearfix {
	padding: 10px 12px 14px 20px;
}
.compare-summary .button-clear {
	float: left;
	margin-top: 16px;
	font-size: 11px;
	line-height: 12px;
	color: #474747;
}
.compare-summary .button-compare {
	float: right;
	padding: 0 14px;
	border-radius: 3px;
	background: #6f6f6f;
	font-size: 13px;
	line-height: 32px;
	text-decoration: none;
	color: #eae8e6;
}


/**/
/* compare table */
/**/
.compare-table {
	padding-bottom: 10px;
	background: #e5e4e4;
	overflow-x: scroll;
}
.compare-table table {
	width: 100%;
	border-collapse: collapse;
}
.compare-table th {
	padding: 10px;
}
.compare-table td {
	padding: 5px 0;
	border-top: 1px solid #ddd;
	font-size: 12px;
	text-align: center;
	color: #585757;
}
.compare-table td:first-child {
	padding-left: 20px;
	text-align: left;
}
.compare-table tr:hover td {
	background: #ebebeb;
}
.compare-table h3 {
	height: 20px;
	overflow: hidden;
	margin-top: 10px;
	font-size: 16px;
	line-height: 20px;
}
.compare-table h3 a {
	text-decoration: none;
	color: #244fae;
}
.compare-table h3 a:hover {
	text-decoration: underline;
}
.compare-table .pic {
	width: 212px;
	height: 169px;
	margin: 0 auto;
	border: 1px solid #d5d6d6;
	background: #ebebeb;
}
.compare-table .pic img {
	max-width: 203px;
	max-height: 161px;
}
.compare-table .delete {
	display: block;
	width: 21px;
	height: 20px;
	margin: 0 auto 5px;
	background: url(/templates/template_0/img/compare-delete.png);
}


/**/
/* catalog amount */
/**/
.catalog-amount {
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 16px;
	color: #dadada;
}
.catalog-amount .a {
	color: #dadada;
	text-decoration: underline;
	cursor: pointer;
}
.catalog-amount .a:hover {
	color: #dadada;
	text-decoration: none;
}
.catalog-amount .a.active {
	color: #9b9b9b;
	text-decoration: none;
}


/**/
/* catalog view */
/**/
.catalog-view {
	float: right;
	font-size: 11px;
	line-height: 16px;
	color: #dadada;
}
.catalog-view a {
	position: relative;
	display: block;
	float: right;
	margin-left: 25px;
	padding-right: 26px;
	text-decoration: none;
	color: #dadada;
}
.catalog-view a:hover {
	text-decoration: underline;
}
.catalog-view .grid:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 21px;
	height: 16px;
	background: url(/templates/template_0/img/catalog-view-grid.png);
	opacity: 0.4;
}
.catalog-view .list:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 16px;
	background: url(/templates/template_0/img/catalog-view-list.png);
	opacity: 0.4;
}
.catalog-view .grid.active:before,
.catalog-view .list.active:before {
	opacity: 1;
}


/**/
/* catalog sort */
/**/
.catalog-sort {
	float: right;
	font-size: 11px;
	line-height: 20px;
	color: #dadada;
}
.catalog-sort .a {
	display: block;
	float: right;
	margin-left: 25px;
	cursor: pointer;
	text-decoration: underline;
	text-transform: lowercase;
	position: relative;
	margin-right: 10px;
}
.catalog-sort .a:hover {
	text-decoration: none;
}
.catalog-sort .a.active {
    color: #fff;
    text-decoration: none;
	padding-right: 15px;
}
.catalog-sort .a:first-child {
	margin-right: 0;
	padding-right: 0;
}
.catalog-sort .a:after {
	content: '';
	display: block;
	position: absolute;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	right: 0;
	top: 8px;
}
.catalog-sort .a.down:after {
	border-top: 4px solid #fff;
}
.catalog-sort .a.up:after {
	border-bottom: 4px solid #fff;
}


/**/
/* catalog filter */
/**/
.catalog-filter {
	margin-bottom: 20px;
}
.catalog-filter td {
	padding-left: 20px;
}
.catalog-filter td:first-child {
	padding-left: 0;
}
.catalog-filter form {
	display: none;
}
.catalog-filter .label {
	margin-top: 20px;
}
.catalog-filter .to {
	display: block;
	float: right;
	width: 30%;
	padding-right: 5px;
	padding-left: 5px;
}
.catalog-filter .from {
	display: block;
	float: left;
	width: 30%;
	padding-right: 5px;
	padding-left: 5px;
}
.catalog-filter label.to,
.catalog-filter label.from {
	display: block;
	width: 10%;
	line-height: 35px;
	color: #b8b8b8;
}
.catalog-filter .input-radio,
.catalog-filter .input-checkbox {
	margin-top: 5px;
}
.catalog-filter .button {
	float: right;
	margin-top: 20px;
}
.catalog-filter .reset {
	float: right;
	margin: 20px 15px 0 0;
	font-size: 12px;
	line-height: 32px;
	color: #c8c7c7;
}
.catalog-filter .switcher {
	position: relative;
	font-size: 14px;
	line-height: 16px;
	color: #dadada;
}
.catalog-filter .switcher:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -1px 0 0 6px;
	border-top: 4px solid #dadada;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.catalog-filter .switcher.active:after {
	border-top: 0;
	border-bottom: 4px solid #dadada;
}


/**/
/* products grid */
/**/
.products-grid {
	margin-left: -20px;
	font-size: 0;
}
.products-grid &gt; li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 214px;
	height: 321px;
	margin: 0 0 20px 20px;
	padding: 12px 12px 40px;
	background: #e5e4e4;
	font: 13px/1.55 SegoeUI, Helvetica, Arial, sans-serif;
}
.products-grid &gt; li:hover {
}
.products-grid h3 {
	height: 20px;
	overflow: hidden;
	margin: 20px 0 5px;
	padding: 15px 4px 0;
	border-top: 1px solid #ddd;
	font-size: 16px;
	line-height: 20px;
}
.products-grid h3 a {
	text-decoration: none;
	color: #244fae;
}
.products-grid h3 a:hover {
	text-decoration: underline;
}
.products-grid .pic {
	height: 169px;
	border: 1px solid #d5d6d6;
	background: #ebebeb;
}
.products-grid .pic img {
	max-width: 203px;
	max-height: 161px;
}
.products-grid .brand {
	height: 18px;
	padding: 0 4px;
	font-size: 12px;
	line-height: 18px;
	color: #8e8d8d;
}
.products-grid .brand a {
	text-decoration: none;
	color: #8e8d8d;
}
.products-grid .params {
	display: none;
	margin: 34px 4px -25px;
	font-size: 12px;
	line-height: 18px;
	color: #8e8d8d;
}
.cart-products .params {
	display: block;
	margin: 0 4px;
	font-size: 12px;
	line-height: 18px;
	color: #8e8d8d;
}

.products-grid .params table, .cart-products .params table {
	border-collapse: collapse;
	border-spacing: 0;
}
.products-grid .params td, .cart-products .params td {
	vertical-align: top;
}
.products-grid .params td:first-child, .cart-products .params td:first-child {
	padding-right: 10px;
}
.products-grid .clearfix, .cart-products .clearfix {
	position: relative;
	margin-top: 33px;
}
.products-grid .price {
	float: left;
	margin: 2px 0 -5px -20px;
}
.products-grid .price-old {
	position: absolute;
	bottom: 100%;
	left: -20px;
}
.products-grid .not-available {
	float: left;
	width: 100px;
	height: 41px;
	padding-right: 1px;
	margin: 2px 0 -5px -20px;
	background: url(/templates/template_0/img/not-available.png);
	font-size: 12px;
	line-height: 32px;
	text-align: center;
}
.products-grid .not-available + .price,
.products-grid .not-available + .price-old,
.products-grid .not-available + .price-old + .price {
	display: none;
}
.products-grid .amount {
	float: right;
	margin-top: 4px;
}
.products-grid .all-link {
	position: absolute;
	top: 46px;
	left: 5px;
	font-size: 12px;
	line-height: 23px;
	color: #244fae;
}
.products-grid .button-cart {
	position: relative;
	float: right;
	width: 38px;
	height: 38px;
	margin: 0 4px 0 15px;
	background: #666d73;
	background: -ms-linear-gradient(top, #666d73 0%, #4d535a 100%);
	background: -moz-linear-gradient(top, #666d73 0%, #4d535a 100%);
	background: -webkit-linear-gradient(top, #666d73 0%, #4d535a 100%);
}
.products-grid .button-cart:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 17px;
	margin: -8px 0 0 -11px;
	background: url(/templates/template_0/img/button-cart.png);
}
.products-grid .button-compare {
	position: absolute;
	top: 46px;
	right: -6px;
	width: 68px;
	height: 25px;
	padding-right: 6px;
	background: url(/templates/template_0/img/button-compare.png);
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	color: #626262;
}
.products-grid .button-compare_disable {
	position: absolute;
	top: 46px;
	right: -6px;
	width: 68px;
	height: 25px;
	padding-right: 6px;
	background: url(/templates/template_0/img/button-compare.png) 0 -25px;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	color: #626262;
}
.products-grid .action_ico {
	position: absolute;
	top: 0;
	right: -5px;
	width: 95px;
	height: 58px;
}
.products-grid .action_ico_new {
	background: url(/templates/template_0/img/catalog-actions-icon-new.png);
}
.products-grid .action_ico_hit {
	background: url(/templates/template_0/img/catalog-actions-icon-hit.png);
}
.products-grid .action_ico_spec {
	background: url(/templates/template_0/img/catalog-actions-icon-spec.png);
}
.products-grid .inner {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 12px 12px 40px;
	background: #e5e4e4;
}
.products-grid &gt; li:hover .inner {
	z-index: 1;
	box-shadow: inset 0 0 0 1px #0446ff, inset 0 0 0 4px #6d8fec;
}
.products-grid &gt; li:hover .params {
	display: block;
}


/**/
/* products list */
/**/
.products-list &gt; li {
	position: relative;
	min-height: 96px;
	margin-bottom: 20px;
	padding: 15px 15px 90px 20px;
	background: #e5e4e4;
}
.products-list &gt; li:hover {
	box-shadow: inset 0 0 0 1px #0446ff, inset 0 0 0 4px #6d8fec;
}
.products-list h3 {
	height: 20px;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
}
.products-list h3 a {
	text-decoration: none;
	color: #244fae;
}
.products-list h3 a:hover {
	text-decoration: underline;
}
.products-list p {
	font-size: 12px;
	line-height: 16px;
}
.products-list .pic {
	float: right;
	width: 212px;
	height: 169px;
	border: 1px solid #d5d6d6;
	background: #ebebeb;
}
.products-list .pic img {
	max-width: 203px;
	max-height: 161px;
}
.products-list .brand {
	font-size: 12px;
	line-height: 18px;
	color: #8e8d8d;
}
.products-list .brand a {
	text-decoration: none;
	color: #8e8d8d;
}
.products-list .params {
	margin-right: 234px;
	font-size: 12px;
	line-height: 18px;
	color: #8e8d8d;
}
.products-list .params table {
	border-collapse: collapse;
	border-spacing: 0;
}
.products-list .params td {
	vertical-align: top;
}
.products-list .params td:first-child {
	padding-right: 10px;
}
.products-list .price {
	float: left;
	margin: 2px 15px -5px 0;
}
.products-list .amount {
	float: left;
	margin: 4px 15px 0 0;
}
.products-list .not-available {
	float: left;
	width: 100px;
	height: 41px;
	padding-right: 1px;
	margin: 2px 15px -5px 0;
	background: url(/templates/template_0/img/not-available.png);
	font-size: 12px;
	line-height: 32px;
	text-align: center;
}
.products-list .not-available + .price,
.products-list .not-available + .price-old,
.products-list .not-available + .price-old + .price {
	display: none;
}
.products-list .all-link {
	display: block;
	float: left;
	margin-top: 13px;
	line-height: 23px;
	color: #244fae;
}
.products-list .button-cart {
	position: relative;
	float: left;
	width: 38px;
	height: 38px;
	margin-right: 15px;
	background: #666d73;
	background: -ms-linear-gradient(top, #666d73 0%, #4d535a 100%);
	background: -moz-linear-gradient(top, #666d73 0%, #4d535a 100%);
	background: -webkit-linear-gradient(top, #666d73 0%, #4d535a 100%);
}
.products-list .button-cart:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 17px;
	margin: -8px 0 0 -11px;
	background: url(/templates/template_0/img/button-cart.png);
}
.products-list .button-compare {
	display: block;
	float: left;
	width: 68px;
	height: 25px;
	margin: 13px 15px 0 0;
	padding-right: 6px;
	background: url(/templates/template_0/img/button-compare.png);
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	color: #626262;
}
.products-list .button-compare_disable {
	display: block;
	float: left;
	width: 68px;
	height: 25px;
	margin: 13px 15px 0 0;
	padding-right: 6px;
	background: url(/templates/template_0/img/button-compare.png) 0 -25px;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	color: #626262;
}
.products-list .clearfix {
	position: absolute;
	bottom: 20px;
	left: -8px;
}
.products-list .action_ico {
	position: absolute;
	top: 0;
	right: -5px;
	width: 95px;
	height: 58px;
}
.products-list .action_ico_new {
	background: url(/templates/template_0/img/catalog-actions-icon-new.png);
}
.products-list .action_ico_hit {
	background: url(/templates/template_0/img/catalog-actions-icon-hit.png);
}
.products-list .action_ico_spec {
	background: url(/templates/template_0/img/catalog-actions-icon-spec.png);
}


/**/
/* product info */
/**/
.product-info {
	margin-bottom: 30px;
}
.product-info .side-col {
	float: left;
	width: 325px;
}
.product-info .main-col {
	float: right;
	width: 399px;
}
.product-info .pic {
	height: 325px;
	margin-bottom: 15px;
	background: #dadada;
}
.product-info .thumbs {
	position: relative;
	padding: 0 19px;
}
.product-info .thumbs div {
	position: relative;
	height: 86px;
	overflow: hidden;
}
.product-info .thumbs ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 9999px;
}
.product-info .thumbs li {
	float: left;
	width: 86px;
	height: 86px;
	margin-right: 14px;
}
.product-info .thumbs .pic {
	width: 86px;
	height: 86px;
}
.product-info .thumbs .prev {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	border-top: 20px solid transparent;
	border-right: 8px solid #dadada;
	border-bottom: 20px solid transparent;
	cursor: pointer;
}
.product-info .thumbs .next {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -20px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 8px solid #dadada;
	cursor: pointer;
}
.product-info .thumbs .disabled {
	cursor: default;
	opacity: 0.5;
}
.product-info .title {
	margin-bottom: 10px;
	font-size: 15px;
}
.product-info .brand {
	font-size: 12px;
	line-height: 20px;
}
.product-info .brand a {
	text-decoration: none;
}
.product-info .params {
	font-size: 12px;
	line-height: 20px;
}
.product-info .params table {
	border-collapse: collapse;
	border-spacing: 0;
}
.product-info .params th {
	text-align: left;
	padding-top: 10px;
}
.product-info .params td {
	vertical-align: top;
}
.product-info .params td:first-child {
	padding-right: 10px;
}
.product-info .not-available {
	margin: 20px 0 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
}
.product-info .cost {
	margin: 20px 0 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 22px;
}
.product-info .cost del {
	font-size: 19px;
	color: #dadada;
}
.product-info .not-available + .cost {
	display: none;
}
.product-info .amount {
	float: left;
	margin: 4px 15px 0 0;
}
.product-info .all-link {
	display: inline-block;
	margin-bottom: 15px;
	color: #dadada;
}
.product-info .button-cart {
	position: relative;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0 10px 0 48px;
	background: #676976;
	font-size: 13px;
	line-height: 38px;
	color: #ffffff;
}
.product-info .button-cart:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	background: #959596;
	background: -ms-linear-gradient(top, #959596 0%, #7e7e7e 100%);
	background: -moz-linear-gradient(top, #959596 0%, #7e7e7e 100%);
	background: -webkit-linear-gradient(top, #959596 0%, #7e7e7e 100%);
}
.product-info .button-cart:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 8px;
	width: 20px;
	height: 17px;
	margin: -8px 0 0 0;
	background: url(/templates/template_0/img/button-cart.png);
}
.product-info .button-compare {
	display: block;
	float: left;
	width: 68px;
	height: 25px;
	margin: 13px 15px 0 0;
	padding-right: 6px;
	background: url(/templates/template_0/img/button-compare.png);
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	color: #626262;
}
.product-info .button-compare_disable {
	display: block;
	float: left;
	width: 68px;
	height: 25px;
	margin: 13px 15px 0 0;
	padding-right: 6px;
	background: url(/templates/template_0/img/button-compare.png) 0 -25px;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	color: #626262;
}
.product-info .button-click {
	display: block;
	width: 131px;
	height: 40px;
	padding-left: 52px;
	background: url(/templates/template_0/img/button-click.png);
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #efefef;
	color: #0379b0;
	float: left;
}
.product-info .text {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #929090;
	color: #dadada;
}

#no_tovar {
	text-decoration: none;
	text-transform: uppercase;
}

.hidden {
	display: none;
}

.button_back {
	margin-top: 3px;
}

.params th {
	text-align: left;
}

#registration_rozn_text, #registration_form {
	display: none;
}

#registration_default_text .col {
	width: 50%;
	float: left;
	text-align: center;
}

#registration_default_text .col a {
	font-size: 24px;
}

#registration_default_text .button
{
	float: none;
	display: inline-block;
}

.registration_default_text {
	margin-bottom: 20px;
}
</pre></body></html>