/* ------------- 1. CSS Reset ------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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%;
    font: inherit;
    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;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
    from YUI 3 CSS Reset
*/

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}


/* ------------- 2. Common elements ------- */
html {
    min-width: 100%;
    height: 100%;
}
body {
    position: relative;
    min-height: 100%;
    background: url(../img/z.jpg) 50% 0 no-repeat;
    font: normal normal 12px/16px Arial, Helvetica, sans-serif;
    color: #000;
}

.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.ov {
    overflow: hidden;
}

.ov h3:first-letter { font-size: 24px;}

p, ol, ul {
    margin-bottom: 16px;
}
ol {
    list-style: none;
    counter-reset:list_item;
}
ol li {
    margin: 6px 0;
}
ul {
    color: #114d88;
}
ul li {
    margin: 6px 0;
}
ul.dotted {
    color: #000;
    list-style: disc outside;
    margin-left: 18px;
}
ul.dotted li {
    margin: 0;
}
ul.inline li {
    display: inline-block;
    margin-right: 12px;
    white-space: nowrap;
}

ol li:before, ol li .list-item-before {
    color: #114d88;
    content: counter(list_item)')';
    counter-increment: list_item;
    margin-right: .75em;
}


sub, sup {
    position: relative;
    font-size: 75%;
}
sub {
    top: .5ex;
}
sup {
    bottom: 1ex;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
u {
    text-decoration: underline;
}

hr {
    clera: both;
    margin: 16px 0;
    border: none;
    border-top: 1px solid #c9c9c9;
    height: 0px;
    overflow: hidden;
}

/* ------------- 2.1. Headings ------------ */
h1 {
    font: normal bold 40px/42px Arial, Helvetica, sans-serif;
    color: #000;
    margin: 24px 0;
}
h1.small{
    font-size: 22px;
    line-height: 24px;
}
h2, h2 a  {
    font: italic bold 22px/24px Arial, Helvetica, sans-serif;
    color: #00ac5c;
    margin: 24px 0 12px;
    text-decoration: none;
}
.catalog h2{margin: 0 0 12px}

h2 a:hover/*,h2 a:visited*/{color: #00ac5c;}

h2.small {
    font-weight: normal;
    font-size: 20px;
}
h2.smallb {
    color: #909090;
    font-size: 18px;
}
h2:first-child {
    margin-top: 0;
}

h3{
    font: italic normal 18px/24px Arial, Helvetica, sans-serif;
    color: #909090;
    margin: 24px 0 12px;
}

h3:first-child {
    margin-top: 0;
}
h3 a, h2 a {
    color: #00ac5c;
}
h3 a:hover, h2 a:hover {
    color: #114d88;
}

h4 {
    font-weight: bold;
}


/* ------------- 2.2. Links --------------- */
a {
    text-decoration: underline;
    color: #114d88;
}
/*
a:visited {
    color: #6e3989;
}
*/
a:hover {
    color: #00ac5c;
}

a.photo-link {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url(../img/ph.png) 0 0 no-repeat;
    text-decoration: none;
    overflow: hidden;
    margin-right: 2px;

}
a.photo-link:hover {
    background-position: 0 -10px;
}

.scope_p_photo{ width:16px; height:10px; float:left; }
/* ------------- 2.3. Forms --------------- */

label.placeholder {
    cursor: text;
    padding: 3px;
    color: #999999;
}

input:placeholder, textarea:placeholder {
    color: #999999;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999999;
}

.form {
    position: relative;
    font-size: 13px;
    margin: 12px 0 24px 20px;
    width: 394px;
}
.form .field {
    position: relative;
    margin: 8px 0 8px 120px;
}
.form .field label {
    position: relative;
    float: left;
    left: -120px;
    width: 110px;
    margin-right: -110px;
    padding: 6px 0;
}
.form .field-text {
    margin-left: 6px;
}
.form .field-text label {
    display: block;
    left: -6px;
    float: none;
    width: auto;
    margin-right: 0;

}
.form .error label {
    color: #f00;
}
.form .field label ins {
    text-decoration: none;
    color: #f00;
}
.form .field input, .form .field textarea {
    position: relative;
    height: 26px;
    width: 100%;
    border: 1px solid #c3c3c3;
    border-top-color: #7c7c7c;
    border-bottom-color: #ddd;
    padding: 0 2px;
    margin-right: -6px;
    left: -6px;
    background: url(../img/iz.png) 0 0 repeat-x;
}
.form .field textarea {
    height: auto;
}
.form .field span.p7 {
    position: absolute;
    margin-left: -28px;
    padding-top: 6px;
}
.form .field .ph-m {
    position: relative;
    margin-left: 64px;
}
.form .field .ph-m input.code {
    position: absolute;
    width: 50px;
    margin-left: -64px;
}

.form .field .error{ font-weight: bold; color: red; display:none;}

.form .submit input {
    outline: none!important;
    padding: 0;
    margin: 0;
    border: none;
    width: 138px;
    height: 40px;
    color: #fff;
    background: #114d88 url(../img/submitz.png) 0 0 no-repeat;
    text-align: center;
    font: normal bold 21px/36px Arial,Helvetica,sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 91, 19, .4);
    cursor: pointer;
    border: 1px solid #fff;
}
.form .submit input:focus {
    outline: none!important;
}
.form .submit input:hover {
    border-color: #19b46c;
}
.form .submit input:active {
    background-position: 0 -40px;
    border: 1px solid #19b46c!important;
}


/* ------------- 3. Layout ---------------- */
.wrap {
    width: 1000px;
    margin: 0px auto;
    padding-bottom: 192px;
}
.c-wrap {
    margin: 0 20px 0 265px;
}
.c-wrap-border {
    border-left: 1px solid #c9c9c9;
    padding-left: 20px;
}
.c-wrap .side-bar {
    position: relative;
    float: left;
    width: 225px;
    left: -245px;
    margin-right: -225px;
}
.c-wrap-border .side-bar {
    left: -266px;
}
.c-wrap .c-in {
    float: left;
    width: 100%;
}
.ext-content {
    margin-top: 24px;
}

/* ------------- 3.1. Header -------------- */
#header {
    padding-bottom: 8px;
    height:173px;
}
#header .lp {
    position: relative;
    float: left;
    top:-50px;
    left: 265px;
    width: 735px;
    margin: 56px -735px 0 0;
    font-size: 0px;
}
#header .lp .logo {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
}
#header .lp .promo {
    display: inline-block;
    width: 362px;
    vertical-align: bottom;
    background: url(../img/pz.png) 0 0 repeat;
    background: rgba(17, 77, 136, .05);
    padding: 8px 24px;
    font: italic normal 12px/20px Arial, Helvetica, sans-serif;
    color: #4c4c4c;
    margin-bottom: 8px;
    margin-left:10px;
}
#header .lp .promo p {
    margin: 0;
}
#header .menu {
    position: relative;
    overflow: hidden;
    float: left;
    left: 360px;
    width: 675px;
    margin: 40px -675px 0 0;
    height: 16px;
    font-size: 0px;
}
#header .menu ul {
    white-space: nowrap;
    margin: 0 0 0 -36px;
    padding: 0;
    list-style: none;
}
#header .menu ul li {
    display: inline-block;
    font-size: 12px;
    padding-left: 20px;
    margin: 0 0 0 16px;
    background: url(../img/hms.png) 0 50% no-repeat;
}
#header .menu ul li a {
    color: #000;
}
#header .menu ul li a:hover {
    color: #666;
}
#header .menu ul li.active a {
    color: #999;
    text-decoration: none;
}

#header .as {
    position: relative;
    float: left;
    left: 20px;
    width: 225px;
    margin: 36px -225px 0 0;
    padding-bottom: 44px;
}
#header .as .address {
    text-align: right;
}
#header .as .address .phone {
    font: normal bold 32px/32px Arial, Helvetica, sans-serif;
    color: #00ac5c;
}
#header .as .address a {
    color: #7f7f7f;
}
#header .as .address .phone small {
    font-size: 18px;
    font-weight: normal;
    color: #999;
}
#header .as .search {
    position: relative;
    margin-top: 14px;
    text-align: right;
}
#header .as .search input {
    width: 99%;
}

/* ------------- 3.2. Side menu ----------- */
.p-menu {
    margin-top: -42px;
    font: normal bold 18px/15px Arial, Helvetica, sans-serif;
}
.p-menu a {
    color: #114d88;
    text-decoration: none;
}
.p-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 12px;
}
.p-menu li {
    margin: 0;
    padding: 7px 0;
    border-bottom: 1px solid #e5e5e5;
}
.p-menu li a:hover, .p-menu li.active ul a:hover {
    color: #00ac5c;
}
.p-menu li.active a {
    color: #00ac5c;
}
.p-menu li.last {
    border-bottom-width: 0;
}
.p-menu li ul {
    font-size: 13px;
    font-weight: normal;
    margin: 6px 16px -4px 16px;
}
.p-menu li ul li {
    padding: 1px 0;
    border-bottom-width: 0;
}
.p-menu li.active ul li a, .p-menu li.active ul li.active ul li a {
    background: none;
    color: #114d88;
}
.p-menu li.active ul {
    font-weight: bold;
}
.p-menu li.active ul ul {
    font-weight: normal;
    margin: 0 0 6px 32px;
}
.p-menu li.active ul li.active a, .p-menu li ul li.active a {
    color: #00ac5c;
}
.p-menu li a.bg, .p-menu li ul li a.bg, .p-menu li ul li ul li a.bg  {
    padding: 1px 2px;
    background: #00ac5c!important;
    color: #fff!important;
    margin: -2px 0;
    line-height: 1.1em;
}


/* ------------- 3.3. Side news ----------- */
.side-bar .news-block {
    margin-bottom: 64px;
}
.side-bar .news-block h2 {
    font: italic normal 24px/26px Arial, Helvetica, sans-serif;
    color: #7f7f7f;
}
.side-bar .news-block h3 {
    font: normal bold 13px/16px Arial, Helvetica, sans-serif;
    color: #333;
    margin: 12px 0 6px;
}
.side-bar .news-block h3 a {
    color: #333;
}
.side-bar .news-block h3 a:hover {
    color: #7f7f7f;
}
.side-bar .news-block .news {
    border-bottom: 1px solid #e5e5e5;
}
.side-bar .news-block .all {
    font-weight: bold;
    margin-top: 12px;
}


/* ------------- 3.4. Footer -------------- */
.footer-w {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 178px;
    background: url(../img/fz.jpg) 50% 100% no-repeat;
    overflow: hidden;
}
#footer {
    width: 1000px;
    margin: 0px auto;
    border-top: 1px solid #ccc;
    line-height: 20px;
    padding-top: 16px;
}
#footer .menu {
    position: relative;
    float: left;
    width: 225px;
    left: 755px;
    margin-right: -225px;
}
#footer .menu ul, #footer .menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer .address {
    position: relative;
    float: left;
    width: 470px;
    left: 265px;
    margin-right: -470px;
}
#footer .copyright {
    position: relative;
    float: left;
    width: 225px;
    left: 20px;
    margin-right: -225px;
}
#footer .copyright big {
    font-size: 24px;
    color: #7f7f7f;
}

/* ------------- 4. Interfaces ------------ */
/* ------------- 4.1 Common --------------- */
.columns {
    margin-right: -20px;
}
.columns .col3 {
    float: left;
    width: 225px;
    margin-right: 20px;
}
.gray {
    color: #666;
}
.gray-logo {
    width: 114px;
    height: 232px;
    background: url(../img/gray_logo.png) 0 0 no-repeat;
}
.r-links {
    text-align: right;
    font-style: italic;
}
.r-links a {
    margin-left: 16px;
}
.l-links {
    font-style: italic;
}
.l-links a {
    margin-right: 16px;
}
.r-links, .r-links {
}

.pages {
    margin: 24px 0;
    font-size: 15px;
    line-height: 18px;
    color: #888;
}
.pages a {
    text-decoration: none;
    color: #888;
}
.pages a:hover {
    color: #00ac5c;
}
.pages span {
    font-size: 18px;
    color: #114d88;
}
.pages a, .pages span {
    margin: 0 2px;
}

/* ------------- 4.1.1. Breadcrumbs ------- */
.breadcrumbs {
    position: relative;
    z-index: 100;
    color: #666;
    font-style: italic;
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs li {
    position: relative;
    z-index: 1;
    display: inline;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.breadcrumbs li span {
    margin: 0 .5ex;
}
.breadcrumbs a {
    position: relative;
    z-index: 1;
    color: #666;
}
.breadcrumbs a:hover {
    color: #000;
}
.breadcrumbs li.cur {
    font-weight: bold;
}
.breadcrumbs li.cur a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.breadcrumbs li ul {
    position: absolute;
    display: none;
    top: -12px;
    left: -17px;
    z-zindex: 10;
    background: #fff;
    border: 1px solid #a0a0a0;
    padding: 32px 0 16px;
    font-weight: normal;
    font-style: normal;
    min-width: 100%;
    box-shadow: 1px 1px 1px rgba(17, 77, 136, .5);

}
.breadcrumbs li ul li {
    dislpay: block;
}
.breadcrumbs li.cur ul li a {
    border-bottom: 0;
    text-decoration: underline;
}
.breadcrumbs li.active a {
    border-bottom-width: 0;
}
.breadcrumbs li ul li a {
    display: block;
    color: #114d88;
    padding: 2px 16px;
}
.breadcrumbs li ul li a:hover {
    color: #fff;
    text-decoration: none;
    background: #00ac5c;
}

/* ------------- 4.1.2. Side links -------- */
.side-links {
    float: right;
    margin: 0 0 20px 20px;
    width: 225px;
    position: relative;
}
.side-links-left {
    float: left;
    width: 200px;
    margin: 0 20px 20px 0;
}
.buttons {
    font-style: italic;
}
.buttons a {
    text-decoration: none;
}
.buttons div {
    position: relative;
    margin: 24px 0  24px 65px;
    font-size: 0px;
    height: 60px;
}
.buttons-h div {
    margin-bottom: 48px;
}

.buttons div b {
    height: 48px;
    display: inline-block;
    width: 0px;
    overflow: hidden;
}
.buttons div span {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    font-size: 12px;
    width: 100%;
    vertical-align: bottom;
    cursor: pointer;
}
.buttons div ins {
    position: absolute;
    cursor: pointer;
    left: -65px;
    top: 0px;
    width: 111px;
    height: 60px;
    background: url(../img/icons.png) 0 0 no-repeat;
}
.buttons div ins.catalog {
    background-position: 0 -60px;
}
.buttons div ins.pdf {
    background-position: 0 -120px;
}

/* ------------- 4.1.3. Spec links -------- */
ul.spec-links {
    margin: 16px 0;
    padding: 0;
    list-style: none;
    font: normal bold 13px/16px Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
ul.spec-links li {
    display: inline-block;
    margin-right: 18px;
}

/* ------------- 4.1.4. Gradient block ---- */
.gr-block {
    overflow: hidden;
    padding: 12px 16px;
    border: 1px solid #00ac5c;
    background: url(../img/gr.png) 0 100% repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    font-style: italic;
}

/* ------------- 4.1.5. Table ------------- */
table.st {
    width: 100%;
    border-collapse: collapse;
}
table.st caption, table.st tr.caption td {
    font: normal bold 13px/16px Arial,Helvetica,sans-serif;
    text-align: left;
    padding: 6px;
    background: #ececec;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
}
table.st td.c {
    text-align: center;
}
table.st thead {
    font-weight: bold;
    font-size: 11px;
}
table.st thead td {
    padding: 6px;
    text-align: left;
    white-space:nowrap;
}
table.st tbody td {
    padding: 3px 6px;
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}
table.st tbody tr:first-child td {
    border-top-width: 0;
}
table.st tbody tr td:first-child {
    border-left-width: 0;
}
table.st tr.free td {
    border: 1px solid #fff;
}
table.st tbody td.tagged {
    padding: 0;
}
table.st tbody td.tagged div {
    position: relative;
    padding: 3px 80px 3px 6px;
}
table.st tbody td.tagged div ins {
    position: absolute;
    text-decoration: none;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 100%;
    color: #fff;
    font-style: italic;
    font-size: 13px;
    text-align: center;
}
table.st tbody td.tagged div ins span {
    position: relative;
    top: 3px;
}
table.st tbody td.tagged div ins.exclusive {
    background: #00a1e4;
}
table.st tbody td.tagged div ins.new {
    background: #ff8a00;
}
table.st .photo {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 11px;
    height: 10px;
    margin: 0 2px 0 -5px;
    background: url(../img/ph.png) 0 0 no-repeat;
    cursor: pointer;
}
table.st .photo:hover {
    background-position: 0 -10px;
}
table.st .photo .ins {
    position: absolute;
    display: none;
    left: 5px;
    top: 14px;
    background: #fff;
    border: 1px solid #a0a0a0;
    padding: 8px 8px 16px;
    font-weight: normal;
    font-style: normal;
    min-width: 100%;
    box-shadow: 1px 1px 1px rgba(17, 77, 136, .5);
}

/* ------------- 4.1.6. Pseudo links ------ */
ul.pseudo-links, ul._line_links {
    margin: 16px 0;
    font-style: italic;
}
ul.pseudo-links li , ul._line_links li{
    display: inline-block;
    margin-right: 18px;
    white-space: nowrap;
}
ul.pseudo-links a , ul._line_links a {
    color: #114d88;
    border-bottom: 1px dashed;
    text-decoration: none;
}
ul.pseudo-links a:hover , ul._line_links a:hover {
    color: #00ac5c;
}
ul.pseudo-links a.active , ul._line_links a.active {
    border-bottom-width: 0;
    font-weight: bold;
}

/* ------------- 4.1.7. Images ------------ */
.img-l {
    float: left;
    margin: 20px 20px 20px 0;
}
.img-r {
    float: right;
    margin: 20px 0 20px 20px;
}
.img-t {
    margin-top: 36px;
}
.img-frame {
    position: relative;
}
.img-frame img {
    display: block;
}
.img-frame .z {
    position: absolute;
    z-index: -1;
    left: -9px;
    top: -9px;
    width: 100%;
    height: 100%;
    padding: 9px;
    overflow: hidden;
}
.img-frame a:hover .z {
    display: none;
}

.img-frame .z span {
    position: absolute;
    left: -9px;
    top: -9px;
    width: 100%;
    height: 100%;
    background: url(../img/frame.png) 0 0 no-repeat;
}
.img-frame .z .nw {
}
.img-frame .z .ne, .img-frame .z .se {
    margin-left: 100%;
}
.img-frame .z .sw, .img-frame .z .se {
    top: 100%;
    margin-top: -9px;
}
.side-links-left .img-l {
    margin-right: 0;
}
/* ------------- 4.1.8. Slider ------------ */
.slider {
    margin: 12px 0 24px 0;
    position: relative;
}
.slider-inline {
    margin-left: 38px;
    margin-right: 38px;
}
.slider .line {
    overflow: hidden;
    position: relative;
    margin: 0 -6px;
    font-size: 0px;
}
.slider .line .item {
    display: inline-block;
    vertical-align: top;
    padding: 6px;
    font-size: 12px;
}
.slider .line .item>a>img {
    display: block;
}
.slider-a .line {
    white-space: nowrap;
    margin: 0 43px;
}
.slider-a .btn {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 30px;
    height: 31px;
    margin-top: -16px;
    background: url(../img/arrows.png) 0 0 no-repeat;
    cursor: pointer;
}
.slider-a .btn-r {
    left: auto;
    right: 0px;
    background-position: -30px 0;
}
.slider-a .btn:active {
    margin: -15px 0 0 1px;
}
.slider-a .btn-disabled {
    cursor: default;
}
.slider-a .btn-disabled:active {
    margin: -16px 0 0 0;
}
.slider .inside {
    display: none;
}
.slider-field {
    margin: 0 38px;
    position: relative;

}
.slider-field .blocks {
    position: relative;
    margin: 0 49px;
    height: 450px;
    overflow: hidden;
}
.slider-field .block {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
}
.slider-field .block .img {
    text-align: center;
}
.slider-field .block .title {
    margin: 12px 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
}
.slider-field .block p {
    margin-bottom: 8px;
}
.slider-field .btn {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -21px;
    width: 41px;
    height: 41px;
    background: url(../img/arrows_b.png) 0 0 no-repeat;
    cursor: pointer;
}
.slider-field .btn-r {
    left: auto;
    right: 0px;
    background-position: -41px 0;
}
.slider-field .btn:active {
    margin-top: -20px;
    margin-left: 1px;
}
.slider-field .btn-disabled {
    cursor: default;
}
.slider-field .btn-disabled:active {
    margin: -21px 0 0 0;
}

/* ------------- 4.1.8. Links in columns -- */
.links-cols {
    margin: 24px 0 24px -20px;
    font-size: 0px;
}
.links-cols .col, ul.links-cols li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0 0 12px 20px;
    font-size: 12px;
}
ul.links-cols li {
    font-size: 12px;
}
/* ------------- 4.2. Home page ----------- */
.hp-blocks {
    margin-right: -20px;
}
.hp-blocks .block {
    float: left;
    margin: 0 20px 36px 0;
    width: 225px;
    height: 225px;
    position: relative;
}
.hp-blocks .block .in {
    position: relative;
    border: 1px solid #c9c9c9;
    border-bottom-width: 0;
    height: 223px;
}
.hp-blocks .block h2 {
    position: absolute;
    z-index: 20;
    left: 0px;
    top: 223px;
    width: 100%;
    height: 30px;
    overflow: hidden;
    margin: -15px 0 0 0;
    color: #000;
    font: normal normal 12px/30px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.hp-blocks .block h2 span {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    top: 0px;
}
.hp-blocks .block h2 ins {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    top: 14px;
    width: 225px;
    height: 0px;
    border-top: 1px solid #c9c9c9;
}
.hp-blocks .block h2 ins.r {
    left: auto;
    margin-left: 10px;
}
.hp-blocks .block h2 ins.l {
    left:0;
    margin-left: -235px;
}
.hp-blocks .block .in .imgs {
    position: absolute;
    z-index: 10;
    left: 24px;
    top: 24px;
    width: 173px;
    height: 173px;
    text-align: center;
    overflow: hidden;
}
.hp-blocks .block .in .imgs div {
    position: absolute;
    overflow: hidden;
    z-index: 0;
    left: 100%;
    top: 100%;
    width: 100%;
    height: 100%;
}
.hp-blocks .block .in .imgs .act {
    left: 0px;
    top: 0px;
}
.hp-blocks .block .float {
    position: absolute;
    display: none;
    z-index: 40;
    margin: -4px 0 0 -4px;
    width: 100%;
    height: 100%;
    border: 4px solid #000;
    background: #fff;
    overflow: hidden;
}
.hp-blocks .block .float ul {
    margin: 0;
    list-style: none;
    padding: 5px 22px 22px 18px;
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
}
.hp-blocks .block .float ul li {
    padding: 4px 0 0 10px;
    background: url(../img/p.png) 0 9px no-repeat;

}
.hp-blocks .block .float ul li a {
    color: #333;
}
.hp-blocks .block .float ul li a:hover {
    color: #00ac5c;
}

.home-content h2 {
    font: italic normal 24px/26px Arial, Helvetica, sans-serif;
}

/* ------------- 4.3. About --------------- */
ul.firms-list {
    color: #000;
    font-size: 0px;
    overflow: hidden;
}
ul.firms-list li {
    vertical-align: top;
    display: inline-block;
    width: 50%;
    margin-top: 0;
    font-size: 12px;
}
.partner-logos {
}
.partner-logos table {
    width: 100%;
}
.partner-logos table td {
    vertical-align: middle;
    text-align: left;
}
/* ------------- 4.4. Clients ------------- */
.client {}
.client .logo {
    display: inline-block;
    margin: 0 20px 12px 0;
    vertical-align: middle;
}
.client .meta {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 12px;
}
.client .meta h2 {
    color: #000;
    font: normal normal 12px/16px Arial,Helvetica,sans-serif;
    margin: 0;
}
.client .meta p {
    margin: 6px 0;
}
.client .slider .line .item {
    width: 64px;
    height: 64px;
}

/* ------------- 4.5. Proizvoditeli ------- */
.producer {
    clear: left;
    margin: 0 0 24px 0;
    padding-left: 220px;
    position: relative;
}
.producer .clear {
    clear: left;
    margin-left: -220px;

}

.clear{
        clear:left;
}

.producer-p {
    margin: 24px 0 12px 0;
}
.producer h1 {
    float: left;
    width: 100%;
    margin-right: -100%;
    margin-top: 6px;
}
.producer h2{
    margin-top: 0;
}
.producer .logo {
    position: relative;
    float: left;
    left: -220px;
    width: 198px;
    margin: 6px -220px 15px 0;
    padding: 6px 0;
    text-align: center;
    border: 1px solid #a3bcd2;
    background: #fff;
}
._img-logo {
    position: relative;
    float: left;
    width: 198px;
    padding: 6px;
    text-align: center;
    border: 1px solid #a3bcd2;
    background: #fff;
}

.timeline {
    line-height: 18px;
    margin-left:  60px;
}
.timeline dt {
    position: relative;
    clear: left;
    float: left;
    left: -60px;
    margin: 3px -60px 0 0;
    font: italic bold 18px Arial,Helvetica,sans-serif;
    color: #114d88;
}
.timeline dd {
    margin-bottom: 24px;
}

/* ------------- 4.6. Contacts ------------ */
.addr-block {
    position: relative;
    padding-left: 470px;
    line-height: 20px;
}
.addr-block .map {
    position: relative;
    float: left;
    left: -481px;
    width: 443px;
    height: 285px;
    margin-right: -470px;
    padding: 11px 11px 18px 11px;
    background: url(../img/mapz.png) 0 0 no-repeat;
}
.addr-block .map .in {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.addr-block .descr {
    clear: left;
    margin-left: -470px;
}

/* ------------- 4.6. News ---------------- */
.news {
    margin-bottom: 18px;
}
.news .title {
}
.news h2 a {
    color: #888;
}
.news h2 a:hover {
    color: #00ac5c;
}
.news .title {
    margin-bottom: 8px;
}
.news .title h2 {
    font-size: 18px;
    line-height: 21px;
    display: inline;
}

.news .title span {
    display: inline-block;
    white-space: nowrap;
    line-height: 18px;
    padding: 0 8px;
}
.news .title h2, .news .title span {
    margin-right: 8px;
}
.news .title span.date {
    background: #d3e0ea;
    color: #114d88;
}
.news .title span.action {
    color: #fff;
    background: #114d88;
    font-weight: bold;
}
.news .title span.new {
    background: #00ac5c;
    color: #fff;
    font-weight: bold;
}
.news .img-l {
    margin-top: 0;
}
.news p {
    overflow: hidden;
}
.news .ins {
    margin-top: 18px;
}
.news .ins p {
    overflow: visible;
}
.news .back {
    color: #114d88;
    margin: 24px 0;
    font-style: italic;
}

/* ------------- 4.7. Catalog ------------- */
.img-block {
    position: relative;
    margin: 12px 0 24px 220px;
}
.img-block h2 {
    margin-top: 0;
}
.img-block .img {
    position: relative;
    float: left;
    left: -220px;
    width: 200px;
    text-align: center;
    margin-right: -200px;
}
/* ------------- SEARCH ----------------- */
.src_find { /*font-weight: bold; background:#00ac5c; */ }/*Выделеные найденые места */

.search_div * { /* font-family: 'Arial'; */}
.search_div   { font-size:11px; color:#666666;}
.search_div h3{ font-size:12px; color:#00ac5c; margin: 0px; padding: 0px; }
.search_div b { font-size:12px; }
.search_div UL{ margin: 0px; padding: 0px; list-style: none;}
.search_div LI{ margin: 0px 0px 15px 0px; padding: 0px;}
.search_div LI P{ font-size:12px; color:#666666;}
.search_div a { font-weight: bold; font-size:12px; text-decoration: none; color: #000000;}
.search_div a:hover{ text-decoration: underline; }
.search_div .all_result{ font-size:10px; color:#114d88; }
.search_div .all_result a { font-size:10px; color:#114d88; text-decoration: underline; }
.search_div .all_result a:hover{ text-decoration: none; }

#quick_search_result{ display:none; background: #ECF4F6;    border: 1px solid #7F7F7F;    left: 2px;    padding: 10px;    position: absolute;    width: 201px;    z-index: 10; }

/******************************************************************************/

.gallery {
    margin: 0;
    padding: 0;
    list-style:none;
}
.gallery li {
    position:relative;
    display:block;
    float:left;
    margin:10px 10px 40px 10px;
    width:171px;
    text-align:center;
}
.gallery .label {
    position:absolute;
    width:171px;
}

.photos_link {
    margin-bottom: 24px;
    padding-left:17px;
    background: url(../img/canon.png) 0 2px no-repeat;
    font-weight:bold;
}

.sitemap ul ul li {list-style: disc outside;}
.sitemap ul ul ul li {list-style: circle outside;}
.sitemap ul ul ul ul li {list-style: none;}
