<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.hide {
	display: none !important;
}
.show {
	display: block !important;
}

/* + Static styles */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 5px;
    margin-bottom: 15px;
}
a {
    outline: none;
    color: #0088cc;
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font: inherit;
    line-height: 1;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5,
h6 {
    font-size: 16px;
}
h4, h5, h6 {font-weight: bold;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* - Static styles */

/* + Design styles */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #ebebeb;
}
.wrapper {
    width: 982px;
    height: auto !important;
    min-height: 100%;
    margin: 0 auto;
    background-color: #fff;
}
.wrapper .empty {
    height: 160px;
}
.container {
    padding: 0 10px;
}
nav ul {
    margin: 0;
    padding: 0;
}
nav ul li a {
    display: block;
}
.main-content {
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
}
.main-content .corner {
    display: block;
    position: absolute;
    top: 0;
    height: 4px;
    width: 4px;
    background-image: url('corners.png');
    background-repeat: no-repeat;
}
.main-content &gt; table &gt; td {
    vertical-align: top;
}
.main-content .sidebar,
.main-content .content-part {
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.main-content .sidebar {
    float: left;
    width: 220px;
}
.main-content .content-part {
    vertical-align: top;
    width: 100%;
    padding-left: 30px;
    font-size: 13px;
    color: #6d6d6d;
    line-height: normal;
}
.main-content .content-part p,
.main-content .content-part ul,
.main-content .content-part ol {
    margin: 15px 0;
    padding: 0;
}
.main-content .content-part ul,
.main-content .content-part ol {margin-left: 20px;}
.main-content .content-part ul {list-style: disc;}
.main-content .content-part ol {list-style: decimal;}
.main-content .content-part ul.shop2-views,
.main-content .content-part ol.shop2-views {margin: 5px 0;}
.clear {
    height: 0;
    width: 100%;
    line-height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
}
table.table0 td p,
table.table1 td p,
table.table2 td p {
    padding: 0;
    margin: 0;
}
table.table0 {
    border-collapse: collapse;
}
table.table0 td {
    padding: 5px;
    border: none;
}
table.table1 {
    border-collapse: collapse;
}
table.table1 td {
    padding: 5px;
    border: 1px solid #cecece;
}
table.table2 {
    border-collapse: collapse;
}
table.table2 td {
    padding: 5px;
    border: 1px solid #cecece;
}
table.table2 th {
    padding: 8px 5px;
    border: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background: #e4e4e4;
    color: #777777;
    text-align: left;
}
.general-text .tpl-product-list-p th,
.general-text .shop-cart-table th {
    background-color: #c94e4e;
}
/* - Design styles */

/* + Header */
header .top-line {
    background-color: #ebebeb;
    margin: 0 -10px;
}
header .logo {
    display: block;
    float: left;
    height: 56px;
    width: 62px;
    margin-right: 21px;
    margin-left: 10px;
    margin-top:-3px;
}
header .company-name {
    float: left;
    max-width: 250px;
    margin-top: 8px;
}
header .company-name p {
    color: #333;
    font-size: 24px;
    line-height: 17px;
    white-space: nowrap;
}
header .company-name p span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
}
header nav {
    width: 100%;
    height: 36px;
    background: #ebebeb url('nav-top-bg.png') 0 0 repeat-x;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
}
header .bottom-line {
    position: relative;
    background: url('bottom-line.png') no-repeat;
    padding-top: 10px;
    min-height: 100px;
}
.registration-block {
    list-style: none;
    margin: 16px 50px 0 0px;
    padding: 0;
    float: right;
}
.registration-block li {
    float: left;
    color: #999;
    font-size: 11px;
    line-height: 13px;
    padding: 0 4px;
}
.registration-block li:first-child a {
    margin-left: 0;
}
.registration-block li a {
    color: #0088cc;
    font-size: 11px;
    line-height: normal;
    float: left;
    text-decoration: none;
}
.registration-block li a img,
.registration-block li a span {
    vertical-align: middle;
}
.registration-block li a span {
    display: inline-block;
    text-decoration: underline;
}
.registration-block li a:hover {
    text-decoration: none;
}
.registration-block li a:hover span {
    text-decoration: none;
}
.header-right-part {
    float: right;
}
.header-menu li {
    float: left;
}
.header-menu li a {
    display: block;
    height: 36px;
    line-height: 36px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    
    font-weight: bold;
    padding: 0 11px;
}
.header-menu li a:hover,
.header-menu li a.active {
    background: #e31e24 url('nav-top-hover.png') 0 0 repeat-x;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    color: #fff;
}
.phone-block {
    float: right;
    width: 162px;
    height: 51px;
    text-align: left;
    padding-left: 70px;
    background: url('phone.png') no-repeat;
    padding-top: 0;
}
.phone-block p {
    color: #333;
    font-size: 16px;
    line-height: 19px;
    margin-top:-8px;
}
.phone-block p span {
    color: #333;
    font-weight: normal;
}
.phone-block a {
    color: #fff;
    text-decoration: underline;
    font-size: 11px;
    font-style: italic;
    line-height: 13px;
}
.phone-block a:hover {
    text-decoration: none;
}
.cart-block {
    position: relative;
    float: right;
    margin-right: 24px;
    padding-left: 70px;
    background: url('cart.png') no-repeat 0 3px;
    z-index: 50;
    padding-top:2px;
}
.cart-block p {
    color: #fff;
    font-size: 12px;
    line-height: 17px;
}
.cart-block .issue-prod {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    line-height: 24px;
    background-image: url('cart-order-btn.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 5px;
    margin-top: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  
}
.cart-block .issue-prod span {
    display: block;
    height: 24px;
    line-height: 24px;
    background-image: url('cart-order-btn.png');
    background-repeat: repeat-x;
    background-position: 100% 0;
    padding-left: 10px;
    padding-right: 20px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
   
    color:#fff;
}
.cart-block .issue-prod span ins {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 8px;
    width: 6px;
    background: url('cart-btn-arrow.png') no-repeat;
}
.cart-block .issue-prod:hover {
    background-position: 0 -34px;
}
.cart-block .issue-prod:hover span {
    background-position: 100% -34px;
}
.cart-block .issue-prod:active {
    background-position: 0 -68px;
}
.cart-block .issue-prod:active span {
    background-position: 100% -68px;
}
.cart-block .name-prod {
    display: inline;
    width: 70px;
}
.cart-block .price {
    font-size: 14px;
    font-weight: bold;
}
.dropdown-cart {
    display: none;
    position: absolute;
    top: 30px;
    right: -10px;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    filter: alpha(opacity = (90));
    box-shadow: 0px 2px 5px 0px #808080;
    -moz-box-shadow: 0px 2px 5px 0px #808080;
    -webkit-box-shadow: 0px 2px 5px 0px #808080;
    padding: 15px;
    
}
.dropdown-cart p {
    color: #272727;
    font-size: 20px;
    line-height: 24px;
    white-space: nowrap;
}
.dropdown-cart p span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    color: #7a7a7a;
    font-size: 12px;
    vertical-align: middle;
}
.dropdown-cart p .price {
    color: #000;
    font-size: 11px;
}
.dropdown-cart input {
    display: block;
    margin: 0 auto;
    color: #255800;
    text-shadow: 1px 1px #a0d481;
    height: 27px;
    border: 0 none;
    background: url('green-btn.png') repeat-x;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    cursor: pointer;
    margin-top: 10px;
}
.top-line {
    padding-top: 15px;
    min-height: 65px;
}
/* - Header */

/* + Content part */
/* + Sidebar */
.search-block {
    position: relative;
    z-index: 20;
}
.search-block .search-container {
    background: #e31e24 url('search-expand.png') 0 0 repeat-x;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.search-block .opened span {
    background: url('search-opened.png') no-repeat right 13px;
}
.body-radius {
    display: block;
    background-image: url('body-rad.png');
    background-repeat: no-repeat;
    height: 3px;
    width: 3px;
    position: absolute;
    top: -10px;
}
.radius-left {
    background-position: left top;
    left: -10px;
}
.radius-right {
    right: -10px;
    background-position: right top;
}
.bottom-search {
    display: block;
    padding-right: 20px;
    text-decoration: none;
}
.bottom-search span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    line-height: 33px;
    *height: 33px;
    padding-left: 20px;
    background: url('search-closed.png') no-repeat right 13px;
    cursor: pointer;
}
.dropdown-search {
    position: absolute;
    border: 2px solid #ebebeb;
    padding: 10px 20px 25px;
    background-color: #fff;
    top: 34px;
    display: none;
}
.dropdown-search .row input,
.dropdown-search .field input {
    width: 87%;
    padding: 0 10px;
    border: 1px solid #abadb3;
    background-color: #fff;
    font-size: 13px;
    color: #333;
    height: 20px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.dropdown-search .field ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dropdown-search .field ul li {
    float: left;
    width: 50%;
}
.dropdown-search .field ul li span {
    color: #b6afc0;
    line-height: 20px;
    font-size: 13px;
}
.dropdown-search .field ul li input {
    width: 40%;
}
.dropdown-search .field label {
    display: block;
    font-size: 13px;
    line-height: 26px;
    color: #333;
}
.dropdown-search .field span {
    padding-left: 0;
    color: #333;
    font-size: 13px;
    line-height: 26px;
}
.dropdown-search .field select {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #abadb3;
}
.submit {
    padding-top: 10px;
}
.submit input {
    color: #333;
    cursor: pointer;
    font: 400 13px Arial, Helvetica, sans-serif;
    height: 28px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 68px;
}

/* MENU-LEFT
-------------------------------*/
.menu-left-wrap {width:218px; margin:-2px 0 19px 0; border:1px solid #ebebeb; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.menu-left {padding:13px 0 15px 0; margin:0;}
.menu-left li {margin:0; padding:6px 10px 5px 19px; }
.menu-left li a {display:block; padding:0; font:bold 14px Arial, Helvetica, sans-serif; color:#0088cc; text-decoration:none;}
.menu-left li a:hover {color:#e31e24; text-decoration:underline;}




.right-menu {
    padding: 2px 3px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 20px;
}
.right-menu &gt; li {
    margin: 1px 0;
}
.right-menu &gt; li &gt; a {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 8px 10px 9px 14px;
    text-decoration: none;
    color: #fff;
    background: #00a0e3 url('nav-main-x.png') 0 0 repeat-x;
    line-height: normal;
}
.right-menu ul {
    
    padding:4px 0 0 27px;
}
.right-menu li li {
    margin: 9px 0;
}
.right-menu li li a {
    color: #0088cc;
    font-size: 12px;
    line-height: normal;
    text-decoration: none;
    text-decoration: underline;
}
.right-menu li li a:hover {
    text-decoration: none;
}
.stock-block {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 20px;
    margin-top: 20px;
}
.informers {
    padding: 0 18px;
    margin-top: 7px;
}
.title-stock,
.title-informer {
    color: #333;
    font-size: 22px;
    height: 43px;
    line-height: 43px;
}
.title-stock {
    border-bottom: 1px solid #f2eae1;
}
.stock-text {
    color: #666;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 0px;
}
.informer-text {
    color: #666;
    font-size: 11px;
    line-height: 13px;
}
.img-block {
    margin-top: 10px;
}
.img-block a {
    position: relative;
    overflow: hidden;
    display: block;
    height: 180px;
    width: 100%;
}
/* - Sidebar */

/* + Footer part */
footer {
    min-height: 160px;
    margin-top: -160px;
}
footer .container {
    width: 922px;
    margin: 0 auto;
    padding: 0 19px 20px;
    background: #e4575b url('footer-x.png') 0 0 repeat-x;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
footer .bottom-line{
    padding: 0;
    margin-top: 16px;
}
.footer-menu {
    width: 100%;
    height: 37px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #cf5458;
}
.footer-menu li {
    border: 0 none;
}
.footer-menu li:first-child a{
    padding-left: 0;
}
.footer-menu li a {
    font-size: 12px;
    color: #fff;
    line-height: 37px;
    text-decoration: underline;
    font-weight: normal;
    padding:0 9px;
}
.footer-menu li a.active {
    color: #fff;
    text-decoration: underline;
    background: none;
}
.footer-menu li a:hover {
    color: #fff;
    text-decoration: none;
    background: none;
}
.order-site {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: url("mega-logo.png") no-repeat scroll right center;
    padding:6px 38px 0 0;
    width: 135px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-top:-5px;
    height: 34px;
}
.order-site span {font-size: 11px !important;}
.order-site a {
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    text-decoration: underline;
}
.order-site a:hover {
    text-decoration: none;
}
.bottom-line {
    padding-left: 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 10px 0;
}
.bottom-line address {
    margin: 0 0 15px;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    font-style: normal;
}
.bottom-line address a {
    color: #fff;
}

/* - Footer part */
.site-path {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0;
}
.site-path:first-child {
    margin-top: 0;
}
.left-place {
    float: left;
    width: 260px;
}
.right-place {
    float: right;
    width: 250px;
    text-align: right;
}
.copy {
    float: left;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    width: 135px;
    margin-right: 92px;
}
.counters {
    /*display: inline-block;*/
    *zoom: 1;
    *display: inline;
    margin-top: 8px;
    color:#fff;
}
/* Imports files */
.iblock {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}
.clearfix {
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* + Strandart part */
/* - Strandart part */
/* + Footer part */
/* Order site */
/* - Footer part */



/*body div.tpl-product-list-v div.product-item {margin-right: 16px;}*/

div.yashare {text-align:center;}




/* News Block */
.news-block {
	margin: 20px 0;
	padding: 0 20px;
	font-size: 12px;
}
.news-block .title-block {
	font-size: 22px;
	color: #333333;
	line-height: 1;
}
.news-block .archive {
	font-size: 11px;
}
.news-block .news-brief {
	margin-top: 15px;
	color: #666666;
}
.news-block .news-brief &gt; time {
	font-weight: bold;
	font-size: 11px;
}
.news-block .news-brief .title {
	color: #333333;
	margin-top: 2px;
	line-height: normal;
}


#shop2-msg {position:absolute; background:#fff; border:3px solid #ccc; z-index:9999; min-width:200px; padding:10px; -khtml-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; border-radius:5px;}
#shop2-msg-close {position: absolute; right: -10px; top: -10px; width: 20px; height: 20px; background: #000; color:#fff; text-align:center; line-height:20px; font-weight:bold; cursor: pointer; -khtml-border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px; border-radius:10px;}
#shop2-msg-text {text-align:center;}
#shop2-msg a {display:block; margin-top:10px;}


/* Slider */
.slider {
    position: relative;
    margin: 20px auto;
}
.slider:first-child {
    margin-top: 0;
}

.slider .slider-container {
    overflow: hidden;
    width: 710px;
    height: 300px;
    margin: 0 auto;
    position: relative;
}
.slider .slider-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 99999px;
    height: 300px;
}
.slider .slider-container ul li {
    float: left;
    width: 710px;
    height: 300px;
}
.slider .slider-container ul li img {
    border: none;
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.slider .slider-container ul li figure {
    text-align: left;
    position: relative;
    width: 710px;
    height: 300px;
    *zoom: 1;
}
.slider .slider-container ul li figure &gt; a {
    display: block;
    text-decoration: none;
    width: 710px;
    height: 300px;
}
.slider .slider-container ul li figure figcaption {
    background: url(opacity-60.png) 0 0 repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 38px;
    padding: 10px 230px 10px 15px;
    line-height: 18px;
    font-size: 15px;
    color: #fff;
}
.slider .slider-container ul li figure figcaption a {
    color: #fff;
}
.slider .slider-container ul li figure figcaption p {
    padding: 0;
    margin: 0;
}

.slider .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 40px;
    height: 40px;
    background: url(slider-scroll.png) no-repeat;
}
.slider .next-slide {
    right: -5px;
    background-position: 100% 0;
    padding: 5px 3px 5px 7px;
}
.slider .prev-slide {
    left: -5px;
    background-position: 0 0;
    padding: 5px 7px 5px 3px;
}
.slider .slide-arrow a {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-decoration: none;
}

.slider .controllers,
.slider .controllers ul,
.slider .controllers li {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
}
.slider .controllers {
    position: absolute;
    float: right;
    right: 0;
    bottom: 0;
    padding: 8px;
    width: 204px;
}
.slider .controllers ul {
    float: right;
}
.slider .controllers ul li {
    float: left;
    cursor: pointer;
    margin: 2px;
    background: url(slider-nav.png) no-repeat;
}
.slider .controllers ul li.play {
    background-position: 0 0;
    width: 10px;
    height: 12px;
}
.slider .controllers ul li.pause {
    background-position: -16px 0;
    width: 10px;
    height: 12px;
}
.slider .controllers ul li.step {
    background-position: -48px 0;
    width: 12px;
    height: 12px;
}
.slider .controllers ul li.step.active {background-position: -32px 0;}</pre></body></html>