<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
    text-align: center;
	color: #313131;
	padding: 0 0 40px 0;
    margin: 0;
	background: url(./design/bg.png) #e1e6e9 repeat-x left top;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 2px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #cfd8dc;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #004a7f;
	padding: 0;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #004a7f;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #004a7f;
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0 0 20px 0;
}

a {
	font-weight: normal;
	text-decoration: underline;
	color: #004a7f;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

table {
	font-size: 12px;
    text-align: left;
	color: #000;
    border-collapse: collapse;
}

form {
	padding: 0;
    margin: 0;
}
fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

input.text {
	display: block;
    width: 249px;
    height: 34px;
    font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	color: #9aa2a5;
    padding: 2px 5px 0 5px;
    background: none;
    background: url(./design/input_bg.png) no-repeat right top;
    border: none;
}

textarea.bg {
	display: block;
    width: 249px;
    height: 58px;
    font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	color: #9aa2a5;
    overflow: auto;
    padding: 10px 5px 0 5px;
    background: none;
    background: url(./design/textarea_bg.png) no-repeat right bottom;
    border: none;
}

input.button {
	display: block;
	width: 140px;
	height: 40px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: none;
	background: url(./design/button_bg.png) no-repeat left top;
	border: none;
}

ul {
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
}
ul li {
	line-height: 18px;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background: url(./design/li_bullet.png) no-repeat left 5px;
}

ul.error li {
	background-image: url(./design/li_bullet_error.png);
}

.clear {
    width: 100%;
	display: block;
	font-size: 1px;
	clear: both;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

img.float_left {
    margin: 0 20px 5px 0;
}
img.float_right {
    margin: 0 0 5px 20px;
}

.text_center {
	text-align: center;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.no_border {
	border: none !important;
}

.no_bg {
	background: none !important;
}

.no_margin {
	margin: 0 !important;
}

.no_padding {
	padding: 0 !important;
}

#page {
	position: relative;
    text-align: left;
	width: 960px;
	padding: 210px 0 0 0;
	margin: 0 auto;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 180px;
}

#header_top {
	height: 127px;
}

#header_top .logo {
	float: left;
	display: block;
	margin-right: 70px;
}

#header_top .header_button {
	float: left;
	display: block;
	width: 226px;
	height: 58px;
	margin: 50px 50px 0 0;
	background: url(./design/header_button.png) no-repeat left top;
}

#header_top .header_contacts {
	float: left;
	height: 85px;
	padding: 42px 0 0 90px;
	background: url(./design/header_contact_bg.png) no-repeat left 50px;
}

#header_top .header_contacts p {
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 18px;
	text-shadow: #fff 1px 1px 0;
	color: #36454c;
	height: 26px;
	margin: 0;
}

#header_top .header_contacts p.ico_phone {
	padding-left: 40px;
	margin-bottom: 10px;
	background: url(./design/header_ico_phone.png) no-repeat left top;
}
#header_top .header_contacts p.ico_email {
	padding-left: 40px;
	background: url(./design/header_ico_email.png) no-repeat left 2px;
}


#menu {
	clear: both;
	width: 960px;
	height: 50px;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	background: url(./design/menu_bg.png) no-repeat left top;
}

#menu li {
	float: left;
	padding: 5px 0 0 0;
	background: url(./design/menu_separator.png) no-repeat right center;
}
#menu li.last {
	background: none;
}

#menu li a {
	display: table-cell;
	width: 101px;
	height: 45px;
	vertical-align: middle;
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 17px;
	text-align: center;
	text-decoration: none;
	text-shadow: #000 1px 1px 0;
	color: #fff;
	padding: 0 21px 0 21px;
}
#menu li a:hover, #menu li a.active {
	color: #a1d000;
}

#menu li.first a {
	padding: 0;
	background: url(./design/menu_home.png) no-repeat 40px 10px;
}
#menu li.first a:hover, #menu li.first a.active {
	background-image: url(./design/menu_home_active.png);
}


#content {
	position: relative;
	padding: 0 0 20px 0;
}

#content #hp {
	padding: 0 320px 0 0;
}

#hp_bg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 320px;
	height: 223px;
	background: url(./design/hp_bg.png) no-repeat right bottom;
}


#content p {
	line-height: 18px;
}


#content_top {
	margin-bottom: 20px;
}

table#hp_boxes {
	float: left;
	width: 635px;
}

table#hp_boxes td {
	padding: 0 0 25px 0;
}

table#hp_boxes a {
	display: block;
	width: 302px;
	height: 172px;
}
table#hp_boxes a:hover {
	background: none !important;
}

div.hp_box1 {
	margin-right: 20px;
	background: url(./design/hp_box1_active.png) no-repeat left top;
}
div.hp_box1 a {
	background-image: url(./design/hp_box1.png);
}

div.hp_box2 {
	background: url(./design/hp_box2_active.png) no-repeat left top;
}
div.hp_box2 a {
	background-image: url(./design/hp_box2.png);
}

div.hp_box3 {
	margin-right: 20px;
	background: url(./design/hp_box3_active.png) no-repeat left top;
}
div.hp_box3 a {
	background-image: url(./design/hp_box3.png);
}

div.hp_box4 {
	background: url(./design/hp_box4_active.png) no-repeat left top;
}
div.hp_box4 a {
	background-image: url(./design/hp_box4.png);
}


form.contact_form {
	float: right;
	top: 2px;
	position: relative;
	width: 298px;
	padding: 55px 0 10px 0;
	border: 1px solid #dce3e6;
	background-color: #fff;
}

form.contact_form fieldset {
	padding: 0 20px;
}
form.contact_form fieldset p {
	line-height: 18px;
}

form.contact_form input.text {
	margin-bottom: 8px;
}
form.contact_form textarea.bg {
	margin-bottom: 10px;
}

form.contact_form p.label {
	position: absolute;
	left: -1px;
	top: -2px;
	width: 280px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0 0 20px;
	margin: 0;
	background: url(./design/form_contact_label.png) no-repeat left top;
}


#footer {
	padding-top: 10px;
	border-top: 2px solid #cfd8dc;
}

#footer p {
	color: #6d7d84;
	margin-bottom: 0;
}
#footer p a {
	color: #6d7d84;
}

.notice_ok {
	font-weight: bold;
	color: #000;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #a1d000;
	border: 1px solid #000;
}

.notice_error {
	font-weight: bold;
	color: #000;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #dd362e;
	border: 1px solid #000;
}


form.form_order {
	margin-bottom: 30px;
}

form.form_order fieldset {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #004a7f;
}

form.form_order legend {
	font-size: 16px;
	font-weight: bold;
	color: #004a7f;
	padding-bottom: 10px;
}

form.form_order input.text {
	color: #000;
}

form.form_order th {
	padding-right: 20px;
}
form.form_order td, form.form_order th {
	padding-bottom: 5px;
}

form.form_order label.required {
	font-weight: bold;
	padding-right: 10px;
	background: url(./admin/design/required_bg.gif) no-repeat right top;
}

form.form_order .col_left {
	float: left;
	width: 470px;
}

form.form_order .col_right {
	float: right;
	width: 470px;
}

form.form_order input.button {
	margin: 0 auto;
}</pre></body></html>