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{border:0;font-size:100%;margin:0;padding:0;vertical-align:baseline;outline:none}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:none}table{border-collapse:collapse;border-spacing:0;width:100%}textarea{resize:none}input{margin:0;padding:0}
html, body {
    font: 15px/17px Tahoma, Arial, Helvetica, sans-serif;
    height:100%;
    width:100%;
    min-width: 981px;
}
body{
    background: url("/img/bg-body.png") repeat 50% 0 #fff;
    color: #666666;
}
/** h group **/
h1,h2,h3,h4,h5,h6{font-weight:400;margin:0 0 15px}
h1{font-size:25px;line-height: 25px;}
h2{font-size:21px;line-height: 21px;}
h3{font-size:18px;}
h4,h5,h6{font-size:16px;}
/** h group **/

::selection{
    color:#fff;
    background: #3399ff;
}
::-moz-selection{
    color:#fff;
    background: #3399ff;
}
::-webkit-selection{
    color:#fff;
    background: #3399ff;
}

/** link **/
a{color:#8c6b31;text-decoration:underline}
a:visited{color: #7d6a48;}
a:hover{text-decoration:underline;color: #104c82;}
a:visited:hover{color: #446684;}
a:active{}
/** link **/

/** form tag style **/
input[type=text],input[type=password],textarea{
    font-size:12px;
    outline:none;
    font-family:Tahoma,sans-serif;
    color:#333;
    border:1px solid #0a3661;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0 0 4px 2px rgba(29, 110, 169, 0.85);
    -moz-box-shadow: 0 0 4px 2px rgba(29, 110, 169, 0.85);
    -ms-box-shadow: 0 0 4px 2px rgba(29, 110, 169, 0.85);
    box-shadow: 0 0 4px 2px rgba(29, 110, 169, 0.85),0 0 30px 2px rgba(96, 155, 198, 0);
    vertical-align:middle;
    background: url("../img/bg-inp.png") repeat-x 0 0 #f0eee7;
    padding: 5px 8px;
}
::-webkit-input-placeholder { /* для webkit браузеров */
    color: #1a5184 !important;
}
:focus::-webkit-input-placeholder { color: transparent !important; }
:-moz-placeholder { /* для браузеров mozilla */
    color: #1a5184 !important;
}
:focus:-moz-placeholder {color: transparent !important; }
.placeholder{
    color: #1a5184 !important;
}
input[data-operaplaceholder]{
    color: #1a5184 !important;
}
input::-o-placeholder {
    color: #1a5184 !important;
}
input:-o-placeholder {
    color: #1a5184 !important;
}
input::-o-input-placeholder  {
    color: #1a5184 !important;
}
input:-o-placeholder  {
    color: #1a5184 !important;
}
input::-o-input-placeholder {
    color: #1a5184 !important;
}
input:focus::-o-input-placeholder {color: transparent !important; }

input:-o-input-placeholder {
    color: #1a5184 !important;
}
input:focus:-o-input-placeholder {color: transparent !important; }

input::-o-placeholder {
    color: #1a5184 !important;
}
input:focus::-o-placeholder {color: transparent !important; }

input:-o-placeholder {
    color: #1a5184 !important;
}
input:focus:-o-placeholder {color: transparent !important; }
input[type=text]:focus,input[type=password]:focus,textarea:focus{
    border-color: #255e94;
    -webkit-box-shadow: 0 0 4px 2px rgba(96, 155, 198, 0.85);
    -moz-box-shadow: 0 0 4px 2px rgba(96, 155, 198, 0.85);
    -ms-box-shadow: 0 0 4px 2px rgba(96, 155, 198, 0.85);
    box-shadow: 0 0 4px 2px rgba(96, 155, 198, 0.85);
    position: relative;
    z-index: 1;
}
input[type=submit]{
    cursor: pointer;
}
textarea{overflow:auto}
/** form tag style **/

*:focus { outline: none; }
.pie{position:relative}
td,th{vertical-align:top}
b,strong,th,dt{font-weight:700}
i,em,blockquote,dt{font-style:italic}
p{padding:0 0 15px}
code,pre,samp{font-family:monospace}
sup,sub{font-size:10px}
sub{vertical-align:sub}
sup{vertical-align:super}
hr{color:#ccc; background-color:#ccc; height:1px; border-width:0px; margin:0 0 15px;}
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border{ border: none!important; }
.bold{font-weight:700}
.italic{font-style:italic}
.underline{text-decoration:underline}
.clearfix{clear:both}

/* color */
.red{color:red}
.blue{color:blue}
.yellow{color:yellow}
.green{color:green}
.gray{color:gray}


/** text block style */
.content ol,.content ul,.content table{margin:0 0 2em;width:auto}
.content ol,.content ul{ margin:0 0 2em 3em;}
.content ol li{list-style:decimal;}
.content ul li{list-style:disc}
.content td,.content th{padding:3px;vertical-align:middle;border:1px solid #ccc}
.content th{background:#F4F4F4}
.content dl{margin:0 0 15px;}
.content dl dt{margin-bottom:.2em;font-weight:bold; }
.content dl dd{padding-left:5em;margin-bottom:.4em; }
.content form{padding:.5em 0;}
.content fieldset{margin-bottom:1em;border:none;}
.content legend{margin-top:-1px;padding-bottom:1em;font-size:1.1em;font-weight:bold;}
.content label{float:left;text-align:right;width:25.99%;padding:0 2%;}
.f-left{position:relative;float:left}
.f-right{position:relative;float:right}
.w-20,.w-25,.w-33,.w-50,.w-66,.w-75{float:left}
.w-20{width:20%;}
.w-25{width:25%;}
.w-33{width:33.3333%;}
.w-50{width:50%;}
.w-66{width:66.6667%}
.w-75{width:75%;}
/** text block style */

#wrapper,#header,#container,#main,#content,#sideLeft,#sideRight,#footer{position:relative}
#wrapper{
    min-height:100%;
    height: auto !important;
    height:100%;
    width:100%;
    margin:0 auto;
    background: url("../img/bg-wrapper.png") repeat-x 50% 0;
}
/* Header
-----------------------------------------------------------------------------*/
#header{
    height: 190px;
    background: url("../img/bg-header.png") no-repeat 50% 0;
    margin: 0 auto;
}
.upper-bar{
    position: relative;
    z-index: 100;
    width: 957px;
    margin: 0 auto;
    height: 39px;
}
.lang{
    float: right;
    margin-left: 32px;
}
.lang li{
    display: inline-block;
    height: 39px;
    line-height: 36px;
    padding: 0 7px;
    vertical-align: top;
}
.lang li.active{
    background:rgba(23,71,121,0.21);
    -pie-background:rgba(23,71,121,0.21);
}
.lang li a{
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
}
.lang li a:hover{
    color: #9dc8e9;
}
.ru,.eng,.cn{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 11px;
    background: url("../img/sprite.png") no-repeat 0 0;
    margin-right: 4px;
    position: relative;
    top: -1px;
}
.eng{
    background-position: -18px 0;
}
.cn{
    background-position: -36px 0;
}
.top-menu{
    float: right;
    padding-top: 9px;
}
.top-menu ul li{
    display: inline;
    margin-left: 13px;
}
.top-menu ul li a{
    color: #fefefe;
    font-size: 11px;
    text-decoration: none;
    border-bottom: 1px solid #136199;
}
.top-menu ul li a:hover{
    color: #9dc8e9;
}
.phone{
    float: right;
    padding-top: 9px;
    position: relative;
    width: 316px;
}
.phone-num{
    color: #FFFFFF;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 21px;
    line-height: 21px;
    margin-right: 8px;
}
.phone-num span{
    color: #bfbfbf;
}
a.link-order-tel{
    font-size: 11px;
    color: #bfbfbf;
    text-decoration: none;
    border-bottom: 1px dashed #bfbfbf;
}
a.link-order-tel:hover{
    color: #fff;
    border-bottom-color: #bfbfbf;
}
.call-back{
    display: none;
    position: absolute;
    top: 52px;
    left: -1px;
    width: 277px;
    padding: 11px 19px 22px;
    border: 1px solid #205489;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.18);
    background: url("../img/bg-cb.png") repeat-x 0 0 #0f4b84;
  }
.call-back div{
    position: relative;
    z-index: 1;
    overflow: visible;
}
.close{
    background: url("../img/sprite.png") no-repeat scroll -54px 0 transparent;
    display: inline-block;
    height: 11px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 11px;
}
.close:hover{
    background: url("../img/close_hover.png") no-repeat 0 0;
}
.call-back-title{
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 7px;
    font-family: 'Open Sans Condensed', sans-serif;
}
.call-back p{
    padding-bottom: 17px;
    color: #89b5d7;
    font-size: 12px;
    line-height: 16px;
}
.call-back input[type="text"],.call-back input[type="password"]{
    margin-bottom: 13px;
    padding: 5px 8px;
    width: 259px;
    position: relative;
    overflow: visible;
}
.call-back input.error,.call-back textarea.error{
     border-color: #aa2929;
    background: url("../img/bg-inp-error.png") repeat-x 0 0 #e9d3d3;
    -webkit-box-shadow: 0 0 3px 1px rgba(174, 33, 33, 0.85) !important;
    -moz-box-shadow: 0 0 3px 1px rgba(174, 33, 33, 0.85) !important;
    -ms-box-shadow: 0 0 3px 1px rgba(174, 33, 33, 0.85) !important;
    box-shadow: 0 0 3px 1px rgba(174, 33, 33, 0.85) !important;
    color: #7d2a0d !important;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.call-back input.error:focus::-webkit-input-placeholder { color: transparent !important; }
.call-back input.error:focus:-moz-placeholder {color: transparent !important; }
.call-back input.error:focus::-o-input-placeholder {color: transparent !important; }
.call-back input.error:focus:-o-input-placeholder {color: transparent !important; }
.call-back input.error:focus::-o-placeholder {color: transparent !important; }
.call-back input.error:focus:-o-placeholder {color: transparent !important; }

.call-back textarea.error:focus::-webkit-input-placeholder { color: transparent !important; }
.call-back textarea.error:focus:-moz-placeholder {color: transparent !important; }
.call-back textarea.error:focus::-o-input-placeholder {color: transparent !important; }
.call-back textarea.error:focus:-o-input-placeholder {color: transparent !important; }
.call-back textarea.error:focus::-o-placeholder {color: transparent !important; }
.call-back textarea.error:focus:-o-placeholder {color: transparent !important; }

.btn-send{
    position: relative;
    border: 1px solid #d3ba8d;
    border-top-color: #e2d0b0;
    border-bottom-color: #c3a268;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #6e4e19;
    font-family: 'Open Sans Condensed',sans-serif;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(9, 53, 105, 0.55);
    -moz-box-shadow: 2px 2px 2px 0px rgba(9, 53, 105, 0.55);
    -ms-box-shadow: 2px 2px 2px 0px rgba(9, 53, 105, 0.55);
    box-shadow: 2px 2px 2px 0px rgba(9, 53, 105, 0.55);
    width: 195px;
    height: 31px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: rgb(203,185,120); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiYjk3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNzg3NGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(203,185,120,1) 0%, rgba(167,135,78,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,185,120,1)), color-stop(100%,rgba(167,135,78,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(203,185,120,1) 0%,rgba(167,135,78,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(203,185,120,1) 0%,rgba(167,135,78,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(203,185,120,1) 0%,rgba(167,135,78,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(203,185,120,1) 0%,rgba(167,135,78,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbb978', endColorstr='#a7874e',GradientType=0 ); /* IE6-8 */
}
.btn-send:hover{
    background: rgb(193,171,111); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxYWI2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZDkwNTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(193,171,111,1) 0%, rgba(173,144,88,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,171,111,1)), color-stop(100%,rgba(173,144,88,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(193,171,111,1) 0%,rgba(173,144,88,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(193,171,111,1) 0%,rgba(173,144,88,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(193,171,111,1) 0%,rgba(173,144,88,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(193,171,111,1) 0%,rgba(173,144,88,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1ab6f', endColorstr='#ad9058',GradientType=0 ); /* IE6-8 */
}
.btn-send input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity = 0);
}
.btn-wrap{
    position: relative;
    padding-top: 7px;
}
.left-line{
    background: none repeat scroll 0 0 #41647C;
    color: transparent;
    height: 1px;
    left: -14px;
    overflow: hidden;
    position: absolute;
    top: 23px;
    width: 49px;
}
.right-line{
    position: absolute;
    right: -14px;
    top: 23px;
    height: 1px;
    width: 49px;
    color: transparent;
    overflow: hidden;
    background: #41647c;
}
.sign-in{
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    padding-left: 9px;
    padding-top: 9px;
    position: relative;
    z-index: 99;
}
.ico-user{
    display: inline-block;
    vertical-align: middle;
    background: url("../img/sprite.png") no-repeat -67px 0;
    width: 12px;
    height: 12px;
    margin-right: 3px;
}
a.sign-in-link{
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    position: relative;
    z-index: 11;
}
a.sign-in-link i{
    font-style: normal;
    border-bottom: 1px dashed #fff;
    cursor: pointer;
}
a.sign-in-link:hover,a.sign-in-link:hover i{
    color: #9dc8e9;
    border-bottom-color: #9dc8e9;
}
a.sign-in-link:hover .ico-user{
    background-position: -81px 0;
}
.sign-in-form{
    left: -11px;
    padding-top: 51px;
    top: 0;
    width: 217px;
    position: absolute;
    zoom: 1;
}
.sign-in-form input[type="text"],.sign-in-form input[type="password"]{
    width: 199px;
}
.sign-in-form .btn-send{
    width: 135px;
}
.ch-wrap{
    color: #fff;
    font-size: 12px;
    text-align: right;
    padding-bottom: 14px;
    margin-top: -9px;
}
.ch-wrap input[type="checkbox"]{
    margin: 0;
    vertical-align: middle;
    margin-right: 3px;
}
.ch-wrap label{
    text-align: left;
    float: left;
}
.ch-wrap a{
    color: #b19562 !important;
}
.ch-wrap a:hover{
    color: #fff !important;
}
div.hint-error{
    background: none repeat scroll 0 0 #7D2A0D;
    border: 2px solid #5E210E;
    color: #D3B9B7;
    font-size: 13px;
    left: -1px;
    margin-top: 1px;
    padding: 7px 5px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 243px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.18);
}
.logo{
    position: absolute;
    top: 13px;
    left:0;
}
.logo img{
    position: absolute;
    top: 0;
    left: 0;
}
.head{
    height: 151px;
    margin: 0 auto;
    position: relative;
    width: 940px;
}
.gerb{
    position: absolute;
    right: -4px;
    top: 23px;
}
.tender{
    position: absolute;
    right: 99px;
    text-align: center;
    top: 62px;
    width: 262px;
}
.tender span{
    color: #9dc8e9;
    font-size: 12px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.43);
    display: block;
    line-height: 15px;
    letter-spacing: -0.01em;
    padding-bottom: 8px;
}
a.btn-blue{
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #0a2f52;
    width: 232px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/sprite.png") no-repeat -95px 0;
    height: 41px;
    line-height: 39px;
    color: #a1bed6;
    text-decoration: none;
}
a.btn-blue:hover{
    text-decoration: none;
    background-position: -95px -41px;
    color: #fff;
}
#site-menu{
    position: relative;
    z-index: 50;
    height: 47px;
    background: url("../img/site-menu.png") repeat-x 0 0;
    margin-bottom: 42px;
}
#site-menu.sub-menu-visible{
    margin-bottom: 4px;
    height: auto;
}
.home #site-menu{
    margin-bottom: 0;
}
#site-menu >ul{
    position: relative;
    height: 47px;
    width: 940px;
    margin: 0 auto;
    background: url("../img/site-menu-li.png") no-repeat 0 0;
    display: table;
    padding-left: 3px;
    z-index: 1;
}
#site-menu >ul> li{
    height: 47px;
    line-height: 45px;
    background: url("../img/site-menu-li.png") no-repeat 100% 0;
    display: table-cell;
}
#site-menu> ul> li >a{
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 19px;
    height: 46px;
    margin-left: -1px;
    margin-right: 2px;
    padding: 0 15px 0 13px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 2px #6E4E19;
    text-transform: uppercase;
    margin-top: 1px;
}
#site-menu >ul >li> a:hover,#site-menu >ul >li:hover> a,#site-menu >ul >li.active> a{
    text-decoration: none;
    background: url("../img/site-menu-a.png") repeat-x scroll 0 -1px transparent;
    -webkit-box-shadow: 0px 0px 0px 1px #3a7daf inset;
    -moz-box-shadow: 0px 0px 0px 1px  #3a7daf inset;
    -ms-box-shadow: 0px 0px 0px 1px  #3a7daf inset;
    box-shadow: 0px 0px 0px 1px  #3a7daf inset;
    border-bottom: 1px solid #0c365d;
    height: 45px;
    text-shadow: 1px 1px 2px #192b6e;
}
#site-menu >ul >li.active> a{
    cursor: default;
}
#site-menu ul ul{
    position: absolute;
    padding: 14px 3px 0 21px;
    left: 1px;
    background: url("../img/sub-menu.png") repeat-x 0 0 #114e84;
    border: 1px solid #0c365d;
    border-top: 0;
    line-height: 20px;
    overflow: hidden;
    width: 915px;
    display: none;
}
#site-menu ul li.active ul{
    display: none !important;
}
#site-menu> ul>li:hover ul{
    display: block;
}
#site-menu ul ul li{
    background: url("../img/sub-menu-li.png") no-repeat scroll 0 6px transparent;
    display: inline;
    margin-right: 41px;
    padding-left: 9px;
    float: left;
    margin-bottom: 14px;
}
#site-menu ul ul li:last-child{
    margin-right: 0;
}
#site-menu ul ul li a{
    color: #9dc8e9;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #136199;
}
#site-menu ul ul li a:hover{
    color: #fff;
    border-bottom-color: #267ab6;
}
#site-menu ul ul li.active a{
    color: #fff;
    border-bottom-color: transparent;
    cursor: default;
}
.mess{
    padding-bottom: 0;
}
.feed-back .call-back.hidden{
    display: none;
}
.sub-menu{
    position: relative;
    margin: 0 auto;
    width: 941px;
}
.sub-menu ul{
    position: relative;
    padding: 14px 3px 0 21px;
    background: url("../img/sub-menu.png") repeat-x 0 0 #114e84;
    border: 1px solid #0c365d;
    border-top: 0;
    line-height: 20px;
    overflow: hidden;
    width: 915px;
}
.sub-menu ul li{
    background: url("../img/sub-menu-li.png") no-repeat scroll 0 6px transparent;
    display: inline;
    margin-right: 41px;
    padding-left: 9px;
    float: left;
    margin-bottom: 14px;
}
.sub-menu ul li a{
    color: #9dc8e9;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #136199;
}
.sub-menu ul li a:hover{
    color: #fff;
    border-bottom-color: #267ab6;
}
.sub-menu ul li.active a{
    color: #fff;
    border-bottom-color: transparent;
}
/* Container
-----------------------------------------------------------------------------*/
#content{
    width:100%;
    padding:0 0 10px;
    zoom: 1;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.slider-bg{
    position: relative;
    width: 100%;
    zoom: 1;
    border-bottom: 1px solid #e1ded6;
    -webkit-box-shadow: 0px 1px 0px 0px #fff;
    -moz-box-shadow: 0px 1px 0px 0px #fff;
    -ms-box-shadow: 0px 1px 0px 0px #fff;
    box-shadow: 0px 1px 0px 0px #fff;
    background: url("../img/slider-bg0.png") repeat 50% 0;
    margin-bottom: 25px;
}
.slider-bg2:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.slider-bg1{
    background: url("../img/slider-bg.jpg") repeat-x 50% 0;
    position: relative;
}
.slider-bg2{
    background: url("../img/slider-bg1.jpg") repeat-x 50% 100%;
    position: relative;
    zoom: 1;
    min-height: 410px;
    padding: 11px 0;
}
.slider{
    position: relative;
    width: 981px;
    background: url("../img/slider.png") no-repeat 0 0;
    height: 376px;
    overflow: hidden;
    margin: 0 auto -6px;
}
.slider ul{
    height: 346px;
    margin-left: 26px;
    margin-top: 5px;
    overflow: hidden;
    width: 930px;
}
.slider ul li{
    height: 346px;
    width: 930px;
    position: relative;
}
.nav{
    bottom: 41px;
    left: 52px;
    position: absolute;
    z-index: 49;
}
.nav a{
    float: left;
    width: 9px;
    height: 9px;
    background: url("../img/sprite.png") no-repeat -10px -13px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    color: transparent !important;
    margin-right: 6px;
}
.nav a.activeSlide,.nav a:hover{
    background-position: 0 -13px;
}
.year-text{
    background: url("../img/year-text-bg.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    height: 300px;
    left: 26px;
    overflow: hidden;
    padding: 15px 15px 31px;
    position: absolute;
    top: 5px;
    width: 582px;
    z-index: 48;
}
.year-text-head{
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 20px;
    font-family: 'Open Sans Condensed',sans-serif;
}
.year-text p{
    color: #fff;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 18px;
}
.year-text-info{
    bottom: 46px;
    left: 26px;
    max-height: 291px;
    overflow: hidden;
    position: absolute;
    width: 508px;
}
.year-slider{
    background: url("../img/year-slider.png") repeat-x scroll 0 100% transparent;
    margin: 0 auto;
    /*padding-left: 30px;*/
    position: relative;
    /*width: 910px;*/
    width: 910px;
    padding: 0 30px;
}
.year-slider ul li{
    float: left;
    width: 70px;
    margin-bottom: -1px;
}
.year-slider ul {
    overflow: hidden;
    height: 35px;
}
.year-slider ul li a{
    border-bottom: 5px solid transparent;
    color: #111111;
    display: inline-block;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 23px;
    line-height: 23px;
    padding-bottom: 8px;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    height: 23px;
}
.year-slider ul li a:hover{
    text-decoration: none;
    color: #a27f41;
}
.year-slider ul li.active a{
   border-bottom-color: #a27f41;
    color: #a27f41;
    font-size: 26px;
}
.fade-l{
    background: url("../img/fade-l.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    left: 29px;
    position: absolute;
    top: 2px;
    width: 25px;
}
.fade-r{
    background: url("../img/fade-r.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    position: absolute;
    right: 0;
    top: 2px;
    width: 49px;
}
.year-slider .jcarousel-prev{
    background: url("../img/sprite.png") no-repeat scroll -21px -13px transparent;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    left: -30px;
    position: absolute;
    top: 21px;
    width: 24px;
    z-index: 1;
}
.year-slider .jcarousel-prev:hover{
    background-position: -21px -41px;
}
.year-slider .jcarousel-next{
    background: url("../img/sprite.png") no-repeat scroll -47px -13px transparent;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    right: -30px;
    position: absolute;
    top: 21px;
    width: 24px;
    z-index: 1;
}
.year-slider .jcarousel-next:hover{
    background-position: -47px -41px;
}
.year-slider .jcarousel-clip{
    overflow: hidden;
    /*width: 910px;
	left: 30px;*/
    width: 900px;
    /*padding: 0 20px;*/
}
.year-slider ::selection{
    background: transparent;
    color: #111111;
}
.year-slider ::-moz-selection{
    background: transparent;
    color: #111111;
}
.year-slider ::-webkit-selection{
    background: transparent;
    color: #111111;
}
.year-text-content>div{
    display: none;
}
.item{
    position: relative;
    zoom: 1;
    margin: 0 auto;
    padding-bottom: 15px;
    width: 940px;
}
.item:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.title{
    position: relative;
    zoom: 1;
    border-bottom: 1px solid #09467e;
}
.title:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.title span{
    border-bottom: 3px solid #09467E;
    color: #333333;
    display: inline-block;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: -2px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.title a.f-right{
    font-size: 11px;
    color: #a27f41;
    text-decoration: none;
    margin-top: 18px;
}
.title a.f-right:hover{
    color: #104c82;
}
.news{
    padding-bottom: 25px;
    position: relative;
    padding-top: 17px;
}
.news-item{
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-bottom: 13px;
    margin-right: 16px;
}
.news-item-date{
    font-size: 12px;
    color: #c5c2ba;
    padding-bottom: 6px;
    display: block;
    padding-left: 25px;
}
.news-item-head{
    margin-bottom: 9px;
    border-left: 1px solid #a27f41;
    padding-left: 24px;
    font-size: 17px;
    color: #a27f41;
    line-height: 19px;
}
.news-item-head a{
    text-decoration: none;
    border-bottom: 1px solid #ded0b7;
    line-height: 19px;
    margin-top: -4px;
    color: #a27f41;
}
.news-item-head a:hover{
    color: #8c6b31;
    text-decoration: none;
    border-bottom-color: #ded0b7;
}
.news-item p{
    padding-left: 26px;
    padding-bottom: 0;
    color: #666666;
    font-size: 14px;
    line-height: 16px;
}
.news-item:nth-child(2n){
    margin-right: 0;
    width: 48%;
}
.baner{
    position: relative;
    width: 940px;
    height: 119px;
    margin: 0 auto 13px;
	display: none;
}
.back2{
    position: relative;
    width: 100%;
    zoom: 1;
    min-height: 243px;
    background: url("../img/back2.jpg") no-repeat 50% 100%;
}
.back2:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.back{
    position: relative;
    width: 100%;
    background: url("../img/back.png") repeat-y 50% 0 #eae5da;
    margin-bottom: 23px;
}
.back1{
    position: relative;
    width: 100%;
    background: url("../img/back1.jpg") no-repeat 50% 0;
}
.back-content{
    margin: 0 auto;
    padding-bottom: 26px;
    padding-top: 26px;
    position: relative;
    width: 940px;
}
.members{
    overflow: hidden;
    padding-left: 43px;
    padding-top: 15px;
    position: relative;
    height: 128px;
}
.members ul li{
    color: #333333;
    float: left;
    font-size: 14px;
    margin-right: 35px;
    width: 199px;
    position: relative;
}
.members ul li:last-child{
    margin-right: 0;
}
.members ul li i{
    font-style: normal;
    color: #666666;
    font-size: 13px;
    display: block;
}
.members ul li a{
    display: inline-block;    
    color: #333 !important;
    text-decoration: none;
}
.members-pic{
    display: block;
    height: 86px;
    overflow: hidden;
    line-height: 83px;
    margin-bottom: 8px;
}
.members-pic img{
    max-width: 100%;
    vertical-align: middle;
}
.members .jcarousel-clip{
    overflow: hidden;
}
.members .jcarousel-prev{
    background: url("../img/sprite.png") no-repeat scroll -343px 0 transparent;
    cursor: pointer;
    height: 34px;
    left: -42px;
    position: absolute;
    top: 45px;
    width: 15px;
}
.members .jcarousel-prev:hover{
     background-position: -343px -41px;
}
.members .jcarousel-next{
    background: url("../img/sprite.png") no-repeat scroll -327px 0 transparent;
    cursor: pointer;
    height: 34px;
    right: 0;
    position: absolute;
    top: 45px;
    width: 15px;
}
.members .jcarousel-next:hover{
    background-position: -327px -41px;
}
.map{
    position: relative;
    width: 940px;
    margin: 19px auto 15px;
    height: 564px;
}
.back-blue{
    margin-bottom: 37px;
    position: relative;
    overflow: hidden;
    padding: 15px 0 3px;
    width: 100%;
    background: rgb(4,44,93); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0MmM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTQ2N2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(4,44,93,1) 0%, rgba(9,70,126,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,44,93,1)), color-stop(100%,rgba(9,70,126,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(4,44,93,1) 0%,rgba(9,70,126,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(4,44,93,1) 0%,rgba(9,70,126,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(4,44,93,1) 0%,rgba(9,70,126,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(4,44,93,1) 0%,rgba(9,70,126,1) 100%); /* W3C */
}
.footer-menu{
    position: relative;
    zoom: 1;
    padding-bottom: 5px;
    padding-top: 16px;
}
.footer-menu:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.footer-menu .f-left{
    padding-right: 14px;
    width: 207px;
}
.footer-menu .f-left.w1{
    width: 171px;
}
.footer-menu .f-left.w2{
    width: 227px;
}
.footer-menu .f-left.w3{
    width: 145px;
}
.footer-menu .f-left.w4{
    padding-right: 0;
    width: 134px;
}
.footer-menu-head{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 25px;
    line-height: 25px;
    text-shadow: 0 1px 0px rgba(15, 102, 169, 0.79);
    padding-bottom: 15px;
}
.footer-menu-list li{
     line-height: 14px;
    padding-bottom: 10px;
}
.footer-menu-list li a{
    color: #bbe2ff;
    font-size: 13px;
    text-decoration: none;
}
.footer-menu-list li a:hover{
    color: #eddf9c;
    text-decoration: none;
}
div.footer-menu-head a {
color: #fff;
}
.footer-menu-list{
    padding-bottom: 15px;
}
.search{
    background: url("../img/s-bg.png") no-repeat scroll 3px 3px transparent;
    height: 41px;
    overflow: hidden;
    position: relative;
    width: 236px;
    right: -8px;
}


.search input[type="text"]{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    box-shadow: none;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    float: left;
    padding-left: 14px;
    margin-top: 8px;
    width: 185px;
    color: #9f9f9f;
}
.search input[type="submit"]{
    background: url("../img/sprite.png") no-repeat scroll 0 -24px transparent;
    border: 0 none;
    float: left;
    height: 17px;
    margin-left: 1px;
    margin-top: 12px;
    width: 14px;
}
.search input[type="submit"]:hover{
    background-position: 0 -43px;
}
.search input::-webkit-input-placeholder { color: #9f9f9f !important; }
.search input:focus::-webkit-input-placeholder { color: transparent !important; }
.search .placeholder { color: #9f9f9f !important; }

/* IE10 */
.search input:-ms-input-placeholder {color: #9f9f9f !important; }
.search input:focus:-ms-input-placeholder {color: transparent !important; }

/* Firefox4+ */
.search input:-moz-placeholder { color: #9f9f9f !important; }
.search input:focus:-moz-placeholder { color: transparent !important; }

/* Waiting for Opera */
.search input::-o-input-placeholder { color: #9f9f9f !important; }
.search input:focus::-o-input-placeholder { color: transparent !important; }

.search input:-o-input-placeholder { color: #9f9f9f !important; }
.search input:focus:-o-input-placeholder { color: transparent !important; }

.search input::-o-placeholder { color: #9f9f9f !important; }
.search input:focus::-o-placeholder { color: transparent !important; }

.search input:-o-placeholder { color: #9f9f9f !important; }
.search input:focus:-o-placeholder { color: transparent !important; }

/* Wainting for W3C */
.search input::placeholder {color: #9f9f9f !important; }
.search input:focus::placeholder { color: transparent !important; }

.search input:placeholder { color: #9f9f9f !important; }
.search input:focus:placeholder { color: transparent !important; }
.partners_slider, .partners_slider_logo{
    position: relative;
    zoom: 1;
    padding-left: 16px;
    margin-bottom: 36px;
}
.partners_slider:after, .partners_slider_logo:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.partners_slider li, .partners_slider_logo li{
    float: left;
	padding-left: 16px;
    width: 128px;
    height: 30px;
    text-align: center;
    position: relative;
    margin-right: 0;
    overflow: hidden;
}
.partners_slider li a, .partners_slider_logo li a{
    font-size: 12px;
    color: #a27f41;
    text-decoration: none;
}
.partners_slider li a:hover, .partners_slider_logo li a:hover{
    color: #104c82;
    text-decoration: none;
}
.partners_slider li a span, .partners_slider_logo li a span{
    display: inline;
    border-bottom: 1px solid #ded0b7;
}
.partners_slider li a:hover span, .partners_slider_logo li a:hover span{
   border-bottom-color: #bfccd6;
}
.partners_slider li a img, .partners_slider_logo li a img{
    vertical-align: middle;
    position: relative;
    top: 0;
}
.partners_slider li a.d-pic img:last-child{
    display: none;
}
.partners_slider li a.d-pic img:first-child{
    display: inline;
}
.partners_slider li a.d-pic:hover img:first-child{
    display: none;
}
.partners_slider li a.d-pic:hover img:last-child{
    display: inline;
}

.partners_slider_logo li.d-pic img:last-child{
    display: none;
}
.partners_slider_logo li.d-pic img:first-child{
    display: inline;
}
.partners_slider_logo li.d-pic:hover img:first-child{
    display: none;
}
.partners_slider_logo li.d-pic:hover img:last-child{
    display: inline;
}

.partners_slider  .jcarousel-clip, .partners_slider_logo .jcarousel-clip{
    overflow: hidden;
    width: 902px;
    position: relative;
}
.partners_slider  .jcarousel-prev, .partners_slider_logo .jcarousel-prev{
    background: url("../img/sprite.png") no-repeat scroll -343px 0 transparent;
    cursor: pointer;
    height: 34px;
    left: -15px;
    position: absolute;
    top: -3px;
    width: 15px;
}
.partners_slider .jcarousel-prev:hover, .partners_slider_logo .jcarousel-prev:hover{
    background-position: -343px -41px;
}
.partners_slider  .jcarousel-next, .partners_slider_logo .jcarousel-next{
    background: url("../img/sprite.png") no-repeat scroll -327px 0 transparent;
    cursor: pointer;
    height: 34px;
    position: absolute;
    right: -2px;
    top: -3px;
    width: 15px;
}
.partners_slider .jcarousel-next:hover, .partners_slider_logo .jcarousel-next:hover{
    background-position: -327px -41px;
}
.partners_slider1{
    margin-bottom: 15px;
}
.partners_slider1 li{
    width: 179px;
}
.partners_slider1 li a img{
    top: 0 !important;
    margin-right: 4px;
    max-height: 32px;
    max-height: 32px;
}
.contacts, .content-area{
    position: relative;
    padding-bottom: 15px;
    padding-top: 21px;
}
.contacts> p, .content-area> p{
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
}
.contacts-item{
    display: inline-block;
    width: 460px;
    vertical-align: top;
    margin-right: 21px;
    float: left;
    padding-bottom: 15px;
}
.contacts-item-head{
    border-bottom: 1px solid #F1F1F1;
    color: #B29664;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
    padding-bottom: 4px;
}
.contacts-wrap{
    padding-top: 30px;
    position: relative;
    overflow: hidden;
    padding-bottom: 13px;
}
.contacts-item:nth-child(2n){
    margin-right: 0;
    width: 459px;
}
.contacts-item:nth-child(2n+3){
    clear: both;
}
.contacts-item-list{
    padding-left: 31px;
    color: #999999;
    font-size: 14px;
}
.contacts-item-list li{
    margin-bottom: 7px;
}
.contacts-item-list li a{
    color: #104c82;
    text-decoration: none;
    border-bottom: 1px solid #bfccd6;
    font-size: 15px;
}
.contacts-item-list li a:hover{
    color: #3070a9;
    border-bottom: 1px solid #bfccd6;
}
.ico-adr{
    background: url("../img/sprite.png") no-repeat scroll 0 -67px transparent;
    display: inline-block;
    height: 16px;
    margin-left: -26px;
    margin-right: 15px;
    vertical-align: middle;
    width: 11px;
}
.ico-tel{
    background: url("../img/sprite.png") no-repeat scroll -13px -67px transparent;
    display: inline-block;
    height: 16px;
    margin-left: -27px;
    margin-right: 13px;
    vertical-align: middle;
    width: 15px;
}
.ico-print{
    background: url("../img/sprite.png") no-repeat scroll -30px -67px transparent;
    display: inline-block;
    height: 16px;
    margin-left: -29px;
    margin-right: 13px;
    margin-top: -3px;
    vertical-align: middle;
    width: 16px;
}
.ico-mail{
    background: url("../img/sprite.png") no-repeat scroll -48px -67px transparent;
    display: inline-block;
    height: 11px;
    margin-left: -29px;
    margin-right: 13px;
    vertical-align: middle;
    width: 16px;
}
.map-2gis{
    position: relative;
    border: 4px solid #fff;
    outline: 1px solid #eaeaea;
    width: 929px;
    margin: 0 auto 15px;
    height: 489px;
}
.feed-back .call-back{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    width: 336px;
}
.feed-back{
    float: right;
    padding-top: 23px;
    padding-bottom: 19px;
}
.feed-back .call-back input[type="text"]{
    width: 319px;
    border-color: #0a3661;
    box-shadow: 0 0 4px 2px #1e75b4, 0 0 30px 2px rgba(96, 155, 198, 0);
}
.feed-back .call-back textarea{
    height: 135px;
    margin: 0 0 14px;
    width: 319px;
    border-color: #0a3661;
    box-shadow: 0 0 4px 2px #1e75b4, 0 0 30px 2px rgba(96, 155, 198, 0);
}
.feed-back input[type="text"]:focus,.feed-back input[type="password"]:focus,.feed-back textarea:focus {
    box-shadow: 0 0 4px 2px rgba(96, 155, 198, 0.85);
}
.feed-back .left-line,.feed-back .right-line{
    width: 78px;
}
.breadcrumbs{
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 43px;
    position: relative;
    width: 935px;
}
.breadcrumbs ul li{
    background: url("../img/arr-r.png") no-repeat scroll 100% 4px transparent;
    float: left;
    margin-right: 9px;
    padding-right: 15px;
}
.breadcrumbs ul li:last-child{
    background: none;
    margin-right: 0;
    padding-right: 0;
}
.breadcrumbs ul li a{
    color: #cccccc;
    font-size: 12px;
}
.breadcrumbs ul li a:hover{
    color: #999999;
}
.news-innen{
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    padding-top: 19px;
    margin-bottom: 1px;
}
.news-innen-item{
    float: left;
    margin-right: 18px;
    padding-bottom: 15px;
    width: 454px;
}
.news-innen-item:nth-child(2n){
    background: url("../img/gemma_news-bg.png") no-repeat scroll 0 24px transparent;
    margin-right: 0;
    padding-left: 24px;
    width: 443px;
}
.news-innen-item:nth-child(2n+3){
    clear: both;
}
.news-innen-pic+.news-innen-info{
    margin-left: 133px;
}
.news-innen-pic{
    float: left;
    position: relative;
    border: 1px solid #fff;
    overflow: hidden;
    width: 118px;
    height: 78px;
    margin-top: 3px;
	margin-right: 15PX;
}
.news-innen-info p {
    color: #666666;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 0;
}
.news-innen-info .news-item-head{
     border: none;
    padding-left: 0;
}
.news-innen-info .news-item-head a{
    color: #a27f41;
}
.news-innen-info .news-item-head a:hover{
    color: #8c6b31;
}
.news-innen-info .news-item-date{
    padding-left: 0;
    padding-bottom: 7px;
}
.news-innen:last-child{
    border-bottom: 0;
}
.news-innen-wrap{
    padding-bottom: 2px;
}
.pager{
    position: relative;
    border-top: 1px solid #09467e;
    zoom: 1;
    padding-bottom: 33px;
}
.pager:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.pager-item{
    float: right;
    border-top: 3px solid #09467e;
    padding: 10px 0;
    margin-top: -2px;
    overflow: hidden;
}
.pager-item a,.pager-item span{
    float: left;
    display: inline-block;
    color: #09467e;
    font-size: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}
.pager-item a:hover{
    color: #8c6b31;
    background: #f4f4f4;
    text-decoration: none;
}
.pager-item a:first-child{
    background: url("../img/sprite.png") no-repeat -360px 0;
    margin-right: 7px;
}
.pager-item a:first-child:hover{
    background-position: -360px -32px;
}
.pager-item a:last-child{
    background: url("../img/sprite.png") no-repeat -392px 0;
    margin-left: 7px;
}
.pager-item a:last-child:hover{
    background-position: -392px -32px;
}
.pager-item a.active{
    background: none repeat scroll 0 0 #B79D67;
    color: #FFFFFF;
    height: 26px;
    line-height: 26px;
    margin: 2px;
    width: 26px;
    cursor: default;
}
.article{
    position: relative;
    padding-bottom: 30px;
    padding-top: 8px;
    zoom: 1;
}
.article:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.date{
    color: #c5c2ba;
    display: block;
    font-size: 12px;
    padding-bottom: 16px;
}
.article-pic{
    position: relative;
    float: left;
    width: 400px;
    padding-top: 7px;
    margin-right: 23px;
    padding-bottom: 18px;
}
.article-pic-item{
    border: 1px solid #ffffff;
    width: 398px;
    height: 265px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin: 0 auto;
}
.article-pic-min{
    overflow: hidden;
    position: relative;
    height: 54px;
}
.article-pic-min li{
    float: left;
    width: 78px;
    height: 51px;
    margin-right: 3px;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
}
.article-pic-min li:last-child{
    margin-right: 0;
}
.article-pic-min li img{
    width: 78px;
    height: 51px;
    opacity: 0.4;
    filter: alpha(opacity = 40);
}
.article-pic-min li.active a img{
    opacity: 1;
    filter: alpha(opacity = 100);
}
.article-pic-min li:hover{
    border: 2px solid #b69254;
    width: 76px;
    height: 49px;
    cursor: pointer;
}
.article-pic-min li:hover img{
    position: relative;
    top: -1px;
    left: -1px;
}
.article-pic-min li.active{
    opacity: 1;
    filter: alpha(opacity = 100);
}
.article-pic-min-wrap{
    padding-left: 35px;
    overflow: hidden;
    padding-top: 9px;
}
.article-pic-min-wrap .jcarousel-clip{
    overflow: hidden;
    width: 329px;
}
.article-pic-min-wrap .jcarousel-prev{
    background: url("../img/sprite.png") no-repeat scroll -424px 0 transparent;
    cursor: pointer;
    height: 36px;
    left: -37px;
    position: absolute;
    top: 9px;
    width: 36px;
}
.article-pic-min-wrap .jcarousel-prev:hover{
    background-position: -424px -38px;
}
.article-pic-min-wrap .jcarousel-next{
    background: url("../img/sprite.png") no-repeat scroll -462px 0 transparent;
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: -4px;
    top: 9px;
    width: 36px;
}
.article-pic-min-wrap .jcarousel-next:hover{
    background-position: -462px -38px;
}
.brown{
    color: #a27e40;
    font-size: 16px;
    line-height: 20px;
}
.article p{
    padding-bottom: 17px;
}
.article p a{
    text-decoration: none;
    display: inline;
    color: #8c6b31;
    border-bottom: 1px solid #ded0b7;
}
.article p a:hover{
    text-decoration: none;
    border-bottom-color: #bfccd6;
    color: #104c82;
}
.article p a:visited{
    color: #7d6a48;
    border-bottom-color: #ded0b7;
}
.article p a:visited:hover{
    color: #446684;
    border-bottom-color: #bfccd6;
}
.style-list{
    padding: 0 0 4px;
    margin-top: -5px;
}
.style-list li{
    background: url("../img/style-list.png") no-repeat scroll 0 5px transparent;
    color: #114E84;
    font-size: 15px;
    line-height: 17px;
    margin-left: 13px;
    padding-bottom: 13px;
    padding-left: 17px;
}
.video{
    height: 479px;
    margin: 5px auto 32px;
    width: 639px;
}
.article p a.back-link{
    font-size: 12px;
}

















/* Footer
-----------------------------------------------------------------------------*/
#footer{
    background: url("../img/bg-footer.png") repeat-y scroll 50% 0 #684829;
    clear: both;
    margin: 0 auto;
    min-height: 85px;
    overflow: hidden;
    padding-bottom: 19px;
}
.footer-shadow{
    top: 0;
    left: 0;
    width: 100%;
    background: url("../img/bg-footer-shadow.png") repeat-x 0 0;
    height: 10px;
    position: absolute;
}
.footer{
    color: #F1E1C5;
    font-size: 12px;
    line-height: 14px;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 30px;
    position: relative;
    width: 940px;
}
.copy{
    float: left;
    margin-right: 13px;
    padding-left: 24px;
    width: 314px;
}
.copy-ico{
    float: left;
    font-family: Arial,sans-serif;
    font-size: 22px;
    line-height: 20px;
    margin-left: -23px;
    margin-right: 3px;
    margin-top: -1px;
}
.footer .f-left{
    width: 179px;
    padding-right: 15px;
}
.footer .f-left.w1{
    width: 207px;
    padding-right: 0;
}
.it{
    float: right;
    width: 173px;
    font-size: 11px;
}
.it a{
    color: #f1e1c5;
}
.it a:hover{
    color: #fff;
}
.it a.it_link{
    text-decoration: none;
}
.search-focus{
   background-position: 0 100%;
}
body .call-back input.error,body .call-back textarea.error{
    border-color: #aa2929;
}
body .feed-back .call-back input.error,body .feed-back .call-back textarea.error{
    border-color: #aa2929;
}

.map-level-0 li{
    padding: 5px 0px;
}
.map-level-1 li{
    padding-left: 15px;
}

.news_rss{
    height:16px;
    width:16px;
    margin-top:12px;
    background: url('/img/rss.png') no-repeat;
    float:right;
    display: inline-block;
}

.news_rss:hover{
    height:16px;
    width:16px;
    margin-top:12px;
    background: url('/img/rss_hover.png') no-repeat;
    float:right;
    display: inline-block;
}

.content-area .fancybox img{
    padding: 10px;
}
.subscr_block{
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    padding-left: 9px;
    padding-top: 9px;
    position: relative;
    z-index: 99;
}
a.subscr_news
{
	float: left;
	font-size: 11px;
	text-decoration: none;
	margin-top: 8px;
	margin-left: 0;
}
div#subcr_form
{
	display: none;
	width: auto;
	height: 170px;
}
div.subscribe-form
{
	width: 350px;
}