<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url("/.files/templates/197/general.css");

/* {{{ general */

body {
	color: #3a404c;
}

h1, .h1, h2, .h2, h3, .h3 {
	color: #000;
}

a {
	color: #747480;
}

/* }}} */
/* {{{ colors */

.unactive {
	color: #777777 !important;
}

.warning {
	color: #ff0845 !important;
}

.success {
	color: #3baf03 !important;
}

.contrast {
	color: #000 !important;
}

/* }}} */
/* {{{ backing */

.backing {
	background-color: #f0f0f0;
}

/* }}} */
/* {{{ default table */

table.default&gt;*&gt;tr&gt;th {
	background-color: #6b717f;
    border-color: #6b717f;
	color: #fff;
}

table.default&gt;*&gt;tr&gt;td {
	border-color: #eaeaea;
}

table.default&gt;*&gt;tr:nth-of-type(2n+1)&gt;td {
	background-color: #fbfbfb;
}

/* }}} */
/* {{{ button */

.button {
	background-color: #505562;
	color: #fff !important;
}

a.button:hover {
	background-color: #323742;
	color: #fff !important;
}

/* }}} */
/* {{{ labels */

.label_1 {
	background-color: #fa8611;
}

.label_2 {
	background-color: #00af00;
}

.label_3 {
	background-color: #8800af;
}

/* }}} */
/* {{{ columns and separator */

div.columns&gt;div,
div.separator, hr {
	border-color: #E9E9E9;
}

/* }}} */
/* {{{ cart */

a.cart_cart {
	background-color: #505562;
}

a.cart_ordering {
	background-color: #FF3E00;
}

a.cart_ordering:hover {
	background-color: #F01000;
}

/* }}} */
/* {{{ layout */

body.layout {
	background-color: #EDF2F6;
}

body.layout:before,
body.layout:after {
	background-image: url(gradient.png);
}

body.layout:after {
	background-image: url(picture.jpg);
}

/* }}} */
/* {{{ header */

div.header {
	background-color: #323742;
	color: #fff;
}

div.header a {
	color: #cbcbcb;
}

/* --- */

div.header .contacts&gt;.wicon&gt;i {
	background-image: url(/.images/s.contacts.white.svg);
}

/* --- */

div.header .search input[type=text] {
	border-color: #222428;
	background-color: #222428;
	color: #cbcbcb;
}

div.header .search a {
	background-color: #17181B;
    background-image: url(loupe.png);
}

div.header .search a:hover {
	background-color: #000000;
}

div.header .search input[type=text]::-webkit-input-placeholder {
	color: #cbcbcb;
}

div.header .search input[type=text]::-moz-placeholder {
	color: #cbcbcb;
}

div.header .search input[type=text]:-ms-input-placeholder {
	color: #cbcbcb;
}

/* }}} */
/* {{{ column */

div.column {
	color: #000;
}

div.column a {
	color: #747480;
}

div.column a:hover,
div.column a.selected {
	color: #000;
}

/* --- */

div.column .sitename,
div.column .sitename:hover {
	color: #747480;
}

/* --- */

div.column .submenu&gt;ul&gt;li:after {
	background-color: rgba(117, 117, 117, 0.1);
}

/* }}} */
/* {{{ page */

div.page {
	box-shadow: -5px 0 5px -4px rgba(0,0,0,0.15);
}

/* }}} */
/* {{{ footer */

div.footer {
	background-color: #fff;
	color: #000;
	box-shadow: -5px 0 5px -4px rgba(0,0,0,0.15);
}

div.footer&gt;div {
	border-color: #e5e5e5;
}

/* }}} */
</pre></body></html>