


/* Start:/bitrix/components/bitrix/search.page/templates/.default/style.css*/
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
/* End */



/* Start:/bitrix/templates/enguard/styles.css*/
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-size: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
	color:#1b75bb;
}
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
	text-decoration: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */


/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1.4em 0;
	line-height:18px;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* End */



/* Start:/bitrix/templates/enguard/template_styles.css*/
html {
	background:url('/bitrix/templates/enguard/img/bkg_html.gif') repeat-x center top;
	height:100%;
}
html,
button,
input,
select,
textarea {
    color: #333;
	font-family:verdana,sans-serif;
	font-size:12px;
}

body {
	padding:0;
	position:relative;
	background:url('/bitrix/templates/enguard/img/bkg_body.png') no-repeat center top;
	min-height:100%;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.red {
	color:#be1e2d;
}

h1 {
	font-size: 18px;
	text-transform:uppercase;
	font-weight:normal;
	margin: 20px 0;
}

h2 {
	font-size: 18px;
	text-transform:uppercase;
	font-weight:normal;
	margin: 20px 0;
}

h3 {
	font-family:arial,sans-serif;
	font-size: 12px;
	margin: 20px 0;
	text-transform:uppercase;
	color:#1b75bb;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size:12px;
	color:#be1e2d;
	font-weight:normal;
	margin:0;
	padding:0;
}
.page {
	width:998px;
	margin:0 auto;
	position:relative;
}

.header {
	height:220px;
}

a.to-eco {
	display:block;
	padding-left:70px;
	color:#339966;
	position:absolute;
	left:0;
	top:19px;
	background:url('/bitrix/templates/enguard/img/arr_green.png') no-repeat 48px 4px;
	width:145px;
}

a.to-eco span {
	background:url('/bitrix/templates/enguard/img/small_logo.png') no-repeat;
	display:block;
	width:108px;
	height:18px;
	text-indent:-9999px;
}

a.logo {
	background:url('/bitrix/templates/enguard/img/logo.png') no-repeat;
	width:367px;
	height:60px;
	display:block;
	position:absolute;
	top:24px;
	left:324px;
	text-indent:-9999px;
}

.slogan {
	font-size:14px;
	color:#1b75bb;
	position:absolute;
	right:310px;
	top:10px;
}

.cat {
	background:url('/bitrix/templates/enguard/img/cat.png') no-repeat;
	width:110px;
	height:83px;
	display:block;
	position:absolute;
	top:16px;
	right:89px;
}

.nav {
	position:absolute;
	top:85px;
	left:70px;

}

.nav ul {
	padding:0;
}

.nav li {
	display:inline;
	margin-right:40px;
}

.nav li.active a {
	font-weight:bold;
	color:#be1e2d;
	text-decoration:none;
}

.header-contacts {
	position:absolute;
	top:115px;
	right:15px;
	line-height:15px;
}

.header-contacts em {
	font-style:normal;
	font-family:arial,sans-serif;
}

.header-contacts span {
	font-size:15px;
}

.header-banner {
	display:block;
	position:absolute;
	top:123px;
	left:42px;
	padding-left:29px;
	background:url('/bitrix/templates/enguard/img/arr_red.png') no-repeat left 29px;
}

.footer-bkg {
	background:url('/bitrix/templates/enguard/img/bkg_footer.png') repeat-x center top;
	height:90px;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}

.lamp {
	background:url('/bitrix/templates/enguard/img/lamp.png') no-repeat left bottom;
	width:998px;
	height:495px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-499px;
	z-index:10;
}

.content {
	position:relative;
	z-index:20;
	padding-bottom:200px;
	overflow:hidden;
	min-height:700px;
}

.leftblock {
	float:left;
	width:165px;
	padding-left:35px;
	font-family:arial,sans-serif;
}

.leftblock h5 {
	text-transform:uppercase;
	font-size:12px;
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
}

.leftblock h5 a {
	color:#be1e2d;
	text-decoration:none;
}

.left-menu {
	padding:0;
	margin:0 0 15px 0;
	list-style:none;
	line-height:20px;
}

.rightblock {
	width:773px;
	float:right;
	padding-right:25px;
}

.articles {
	overflow:hidden;
	width:780px;
}

.articles-row {
	display:table;
}

.article {
	display:table-cell;
	width:150px;
	font-size:10px;
	font-family:Arial,sans-serif;
	line-height:12px;
	margin-right:6px;
	float:left;
	margin-bottom:20px;
	*display:block;
	*float:left;
	*height:270px;
}

.article img {
	margin-bottom:12px;
}

.bc {
	font-family:arial, sans-serif;
	color:#cc3333;
}

.bc span, .bc a {
	color:#8a8a8a;
}

.certificates {
	margin-bottom:60px;
}

.certificates img {
	margin-right:10px;
}

.customers {
	margin-bottom:40px;
}

.customers img {
	margin-right:10px;
	position:relative;
}

.customers img.cust-1 {
	top:16px;
}

.customers img.cust-3 {
	top:15px;
}

.customers img.cust-4 {
	top:15px;
}

.about {
	overflow:hidden;
	margin-top:40px;
}

.about div {
	float:left;
}

.about-info {
	width:265px;
	padding:0 10px 0 15px;
}

.about-info p {
	line-height:16px;
}

.about-phones {
	float:left;
	width:170px;
	background:url('/bitrix/templates/enguard/img/phones.png') no-repeat left 15px;
	padding-top:100px;
	line-height:24px;
	padding-left:10px;
}

.about-phones em {
	font-style:normal;
	font-family:arial,sans-serif;
	display:block;
	margin-bottom:5px;
	padding-left:45px;
}

.about-phones span {
	font-size:15px;
}

.about-money {
	width:290px;
	float:left;
	background:url('/bitrix/templates/enguard/img/money.png') no-repeat center 7px;
	padding-top:103px;
	line-height:20px;
}

.gallery {
	padding-left:100px;
	position:relative;
}

.gallery h2 {
	margin:0 0 5px 0;
}

.gallery-people {
	position:absolute;
	left:0;
	top:100px;
}

.clown {
	top:85px;
}

.gallery-people strong {
	display:block;
	font-weight:normal;
	font-size:9px;
	color:#be1e2d;
	padding-left:30px;
	margin-bottom:5px;
}

.gallery-list {
	overflow:hidden;
	width:700px;
}

.gallery-list img {
	float:left;
	margin-right:8px;
	margin-bottom:12px;
}

.warning {
	color:#be1e2d;
	font-size:14px;
}

.table {
	width:100%;
	margin-bottom:40px;
}

.table th {
	color:#1b75bb;
	font-family:arial,sans-serif;
	text-transform:uppercase;
	padding:0 0 10px 0;
}

.table th:first-child {
	text-align:left;
}

.table tr {
	-moz-border-radius: 14px 0px 0px 14px;
	-webkit-border-radius: 14px 0px 0px 14px;
	border-radius: 14px 0px 0px 14px;
}

.table td {
	padding:6px 10px;
	text-align:center;
}

.table tr.blue td {
	color:#fff;
}

.table td:first-child {
	-moz-border-radius: 14px 0px 0px 14px;
	-webkit-border-radius: 14px 0px 0px 14px;
	border-radius: 14px 0px 0px 14px;
	text-align:left;
}

.table td:last-child {
	-moz-border-radius: 0px 14px 14px 0px;
	-webkit-border-radius: 0px 14px 14px 0px;
	border-radius: 0px 14px 14px 0px;
}

.table tr.blue {
	background:#1b75bb;
}

.download-price {
	background:url('/bitrix/templates/enguard/img/money.png') no-repeat 0 0;
	height:90px;
	line-height:90px;
	padding-left:120px;
}

.gallery-popup {
	width:700px;
	height:600px;
	background:url('/bitrix/templates/enguard/img/bkg_gallery.png') no-repeat top center;
	overflow:hidden;
	position:relative;
	font-family:arial,sans-serif;
}

.gallery-popup-red {
	height:480px;
}


.gallery-popup h2 {
	text-align:center;
	font-size:18px;
	text-transform:none;
	font-family:arial,sans-serif;
	margin:14px 30px;
}

.gallery-popup-details {
	font-size:14px;
	padding-left:50px;
	padding-top:10px;
}

.gallery-cust-logo {
	width:140px;
	padding-left:30px;
	float:left;
}

.gallery-popup-details p {
	margin:5px 0;
}

.gallery-popup-details span {
	color:#be1e2d;
}

.gallery-popup-footer {
	background:url('/bitrix/templates/enguard/img/bkg_gallery_footer.png') repeat-x 16px top;
	height:42px;
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
}

.gallery-popup-social {
	padding-top:15px;
}

.gallery-popup-social h6 {
	font-weight:normal;
	font-size:12px;
	color:#3366cc;
	margin:0;
	float:left;
	width:175px;
	padding-left:50px;
}

.gallery-popup-social a {
	display:block;
	float:left;
	text-decoration:none;
	margin-right:9px;
}

.gallery-popup-social a img {
	margin-right:4px;
}

.gallery-popup-social a span {
	display:inline-block;
	width:30px;
	text-align:center;
	text-decoration:underline;
}

.page-404 {
	position:relative;
	padding-bottom:300px;
	text-align:center;
}

.pic-404 {
	background:url('/bitrix/templates/enguard/img/404.png') no-repeat;
	width:558px;
	height:233px;
	margin:0 auto;
}

.green-404 {
	background:url('/bitrix/templates/enguard/img/404_green.png') no-repeat center 140px;
	height:510px;
	text-align:center;
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	margin-top:-255px;
}

.green-logo {
	display:block;
	background:url('/bitrix/templates/enguard/img/enguards_logo2.png') no-repeat;
	width:131px;
	height:138px;
	margin:0 auto;
}

.green-404 h2 {
	margin-top:320px;
}

.green-404 a {
	color:#000;
}

.contacts {
	overflow:hidden;
	font-size:14px;
	font-family:arial,sans-serif;
	line-height:20px;
}

.contacts-left {
	width:290px;
	float:left;
}

.contacts-girl {
	background:url('/bitrix/templates/enguard/img/contacts_girl.jpg') no-repeat;
	width:247px;
	height:172px;
}

.contacts-banner {
	background:url('/bitrix/templates/enguard/img/contacts_banner.gif') no-repeat;
	width:153px;
	height:289px;
	margin-left:40px;
}

.contacts-right {
	float:left;
	width:483px;
}

.address {
	background:url('/bitrix/templates/enguard/img/address.jpg') no-repeat;
	padding-left:130px;
	padding-top:10px;
	height:110px;
}

.blue {
	color:#1b75bb;
}

.address span {
	display:block;
}

.address a.to-yandex {
	text-decoration:none;
}

.address a.to-yandex em {
	font-style:normal;
	color:#be1e2d;
	text-decoration:underline;
}

.email {
	padding-left:130px;
	background:url('/bitrix/templates/enguard/img/email.jpg') no-repeat left 10px;
	height:140px;
}

.email p {
	margin:10px 0;
}

.email p span {
	color:#1b75bb;
}
.phones {
	padding-left:130px;
	background:url('/bitrix/templates/enguard/img/phones.png') no-repeat;
	height:120px;
}

.phones p {
	margin:5px 0;
}

.phone-numbers {
	font-family:verdana,sans-serif;
	font-size:15px;
}

.phone-numbers span {
	font-size:12px;
}

.docs {
	padding-left:130px;
	background:url('/bitrix/templates/enguard/img/money.png') no-repeat top left;
	padding-top:20px;
	height:100px;
}

.footer {
	width:998px;
	height:90px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-499px;
	z-index:30;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#000;
}

.copy {
	margin-left:60px;
	line-height:28px;
}

.up {
	background:url('/bitrix/templates/enguard/img/up.png');
	width:128px;
	height:108px;
	display:block;
	position:absolute;
	left:50%;
	bottom:32px;
	margin-left:-64px;
	color:#cc3333;
	text-indent:38px;
	line-height:36px;
}

.dev {
	text-align:center;
	position:absolute;
	bottom:5px;
	left:0;
	width:100%;
	text-align:center;
}

.dev a {
	color:#000;
}

.enguard-footer {
	background:url('/bitrix/templates/enguard/img/enguard_footer.png') no-repeat;
	width:195px;
	height:42px;
	display:block;
	position:absolute;
	top:-10px;
	right:10px;
}

.nav {
	width:100%;
}

.gallery{
min-height:250px;
}
/* End */
/* /bitrix/components/bitrix/search.page/templates/.default/style.css */
/* /bitrix/templates/enguard/styles.css */
/* /bitrix/templates/enguard/template_styles.css */
