/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

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

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

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

[hidden] {
    display: none;
}

/* ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; } */

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

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

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

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

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

q {
    quotes: none;
}

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

small {
    font-size: 85%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

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

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

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

figure {
    margin: 0;
}

form {
    margin: 0;
}

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

label {
    /* cursor: pointer; */
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

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

select {
    margin-bottom: 10px;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

table button, table input {
    *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

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

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

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

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #fff;
}

select:invalid {
    background-color: #fff;
}

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

td {
    /* vertical-align: top; */
}

/* ==|== primary styles =====================================================
  Main 
   ========================================================================== */

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: auto;
}

body {
    margin: 0;
    height: 100%;
    font-family: arial;
    font-size: 12px;
    line-height: 22px;
    color: #505050;
    /*background: url(../img/body_bg.jpg) repeat-x center top #fff;*/
}

a {
    color: #092f86;
    text-decoration: none;
}

a:visited {
    color: #092f86;
    text-decoration: none;
}

a:hover {
    color: #d44b2e;
}

/* ========================================================== GENERAL STYLES ========================================================== */
.clear {
    height: 0;
    overflow: hidden;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid #acc4d8;
}

.margin-top {
    margin-top: 20px;
}

/* ========================================================== GENERAL STYLES ========================================================== */
/* ========================================================== TEMPLATE STYLES ========================================================== */
#container {
    height: auto;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    min-width: 1000px;
}

#container.inner {
}

#container.inner .inner_background {
    
	background: url(../img/back.mnu1.jpg) no-repeat center top;
    position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}

#container.home {
    min-height: 1000px;
}

.wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto; /* border:1px solid red; */
}

#container.home .wrapper {
    height: 100px;
}

#top {
    height: 100px;
    width: 724px;
    position: absolute;
    left: 50%;
    margin-left: -260px;
    top: 0;
    padding-top: 37px;
    padding-left: 30px;
    z-index: 3;
}

.inner #top {
    position: absolute;
    background: #fff;
}

#main {
    height: 100%;
    width: 100%;
    padding-bottom: 47px;
    position: absolute;
}

.inner #main {
    height: auto;
    min-height: 900px;
    width: 690px;
    padding-right: 30px;
    margin-right: auto;
    padding-bottom: 47px;
    position: relative;
    left: 240px;
    background: #fff;
    padding-top: 140px;
    padding-left: 30px;
}

.inner #main	#inner_right_line {
    height: 100%;
    width: 15px;
    position: absolute;
    margin-top: -160px;
    top: 0;
    right: -15px;
    background: url(../img/back.inner.content.png) repeat-y right top transparent;
}

#main .wrapper {
    height: auto;
}

#footer {
    position: absolute;
    bottom: 0px;
    left: 240px;
    height: 47px;
    width: 951px;
    background: #113344;
    padding-left: 30px;
    line-height: 47px;
    color: #fefefe;
    font-size: 11px;
    z-index: 2;
}

.inner #footer {
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 47px;
    width: 2000px;
    background: #113344;
    padding-left: 30px;
    line-height: 47px;
    color: #fefefe;
    font-size: 11px;
}

#container.home #footer {
    top: 953px;
    width: 930px;
}

#left {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 100%;
    background: url(../img/back.left.png) repeat-y right top;
    padding-right: 25px;
    margin-right: -25px;
    z-index: 4;
}

.inner #left {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 100%;
    background: url(../img/back.left.png) repeat-y right top;
    padding-right: 25px;
    margin-right: -25px;
}

#container.home #left {
    height: 1000px;
}

/* ========================================================== TEMPLATE STYLES ========================================================== */
/* ========================================================== HEADER STYLES ========================================================== */
#top_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#top_menu li {
    width: auto;
    height: 78px;
    float: left;
    line-height: 74px;
    margin-left: 40px;
    padding-left: 15px;
    margin-right: 59px;
    background: url(../img/button.header.center.png) repeat-x left top;
    position: relative;
    font-family: tahoma;
    font-weight: bold;
    font-size: 16px;
    color: #236e9e;
    text-shadow: #fff -1px 1px 1px;
}

#top_menu li:hover, #top_menu li.active {
    background-position: left bottom;
    color: #6facb2;
}

#top_menu li .left {
    width: 50px;
    height: 78px;
    position: absolute;
    left: -50px;
    top: 0;
    background: url(../img/button.header.png) repeat-x left top;
}

#top_menu li .right {
    width: 50px;
    height: 78px;
    position: absolute;
    right: -50px;
    top: 0;
    background: url(../img/button.header.png) repeat-x right top;
}

#top_menu li:hover .left, #top_menu li.active .left {
    background-position: left bottom;
}

#top_menu li:hover .right, #top_menu li.active .right {
    background-position: right bottom;
}

#top_menu li .icon {
    width: 25px;
    height: 25px;
    position: absolute;
    left: -20px;
    top: 24px;
    background: url(../img/icons.header.png) no-repeat left top;
}

#top_menu li .icon.ico1 {
    background-position: left top;
}

#top_menu li .icon.ico2 {
    background-position: center top;
}

#top_menu li .icon.ico3 {
    background-position: right top;
}

#top_menu li:hover .icon.ico1, #top_menu li.active .icon.ico1 {
    background-position: left bottom;
}

#top_menu li:hover .icon.ico2, #top_menu li.active .icon.ico2 {
    background-position: center bottom;
}

#top_menu li:hover .icon.ico3, #top_menu li.active .icon.ico3 {
    background-position: right bottom;
}

#top_icons {
    position: absolute;
    width: 740px;
    top: 6px;
    right: 4px;
    z-index: 5;
    cursor: pointer;
    text-align: right;
    word-spacing: -6px;
}

#top_icons #icon_login {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    background: url(../img/icon.login.home.png) no-repeat center top;
}

#top_icons #icon_search {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    background: url(../img/icon.search.home.png) no-repeat center top;
}

.inner #top_icons #icon_login {
    background-image: url(../img/icon.login.png);
}

.inner #top_icons #icon_search {
    background-image: url(../img/icon.search.png);
}

#top_icons #icon_login:hover, #top_icons #icon_login.sel {
    background-position: center bottom;
}

#top_icons #icon_search:hover, #top_icons #icon_search.sel {
    background-position: center bottom;
}

#top_icons #icon_rss {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    background: url(../img/icon.rss.png) no-repeat center top;
}

#top_icons #icon_spec {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    background: url(../img/icon_spec.png) no-repeat center top;
}

#top_icons #icon_rss:hover,
#top_icons #icon_spec:hover {
    background-position: center bottom;
}

#top_icons #icon_sitemap {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    background: url(../img/sitemap_icon.png) no-repeat center top;
}

.inner #top_icons #icon_sitemap {
    background: url(../img/sitemap_inner_icon.png);
}

#top_icons #icon_sitemap:hover {
    background-position: center bottom;
}

/* .home #top_icons {left:100px;} */

#login_form_holder {
    width: 460px;
    height: 25px;
    position: absolute;
    top: -2px;
    right: 100px;
    display: inline-block;
    padding: 2px 20px 0 0;
    word-spacing: 0;
}

#login_form_holder input.text {
    width: 131px;
    padding: 3px 13px;
    margin-right: 10px;
    height: 19px;
    line-height: 19px;
    background: url(../img/back.input1.png) no-repeat left top;
    border: 0;
    color: #000;
    font-family: Georgia;
    font-style: italic;
    font-size: 12px;
}

#login_form_holder input.text:focus {
    outline: none;
}

#login_form_holder input.submit2 {
    display: none;
}
#login_form_holder input.submit {
    width: 86px;
    height: 30px;
    line-height: 30px;
    background: url(../img/button.form.png) no-repeat left top;
    border: 0;
    color: #fff;
    font-family: Georgia;
    font-style: italic;
    font-size: 12px;
    position: relative;
    top: 1px;
}

#login_form_holder input.submit:hover {
    background-position: left bottom;
}

#login_form_holder .close {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    height: 20px;
    background: url(../img/button.close.png) no-repeat left top;
    margin-left: 5px;
    position: relative;
    top: 4px;
}

#login_form_holder .close:hover {
    background-position: left bottom;
}

#search_form_holder {
    width: 525px;
    height: 25px;
    position: absolute;
    top: -2px;
    right: 100px;
    display: inline-block;
}

#search_form_holder input.text {
    width: 357px;
    padding: 3px 23px 3px 13px;
    margin-right: 10px;
    height: 19px;
    line-height: 19px;
    background: url(../img/back.input2.png) no-repeat left top;
    border: 0;
    box-sizing: content-box;
    color: #000;
    font-family: Georgia;
    font-style: italic;
    font-size: 12px;
}

#search_form_holder input.text:focus {
    outline: none;
}

#search_form_holder input.submit2 {
	display:none;
}
#search_form_holder input.submit {
    width: 86px;
    height: 30px;
    line-height: 30px;
    background: url(../img/button.form.png) no-repeat left top;
    border: 0;
    color: #fff;
    font-family: Georgia;
    font-style: italic;
    font-size: 12px;
    position: relative;
    top: 1px;
}

#search_form_holder input.submit:hover {
    background-position: left bottom;
}

#search_form_holder .close {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../img/button.close.png) no-repeat left top;
    margin-left: 5px;
    position: relative;
    top: 4px;
}

#search_form_holder .close:hover {
    background-position: left bottom;
}

.right_border {
    width: 1px;
    height: 25px;
    background: #1a5475;
    position: absolute;
    right: 1px;
    top: 2px;
}

#container.inner .right_border {
    background: #c0cfd3;
}

/* ========================================================== HEADER STYLES ========================================================== */

/* ========================================================== HOME STYLES ========================================================== */

#home_anim {
    width: 2000px;
    left: 50%;
    height: 100%;
    min-height: 900px;
}

#home_anim .anim_elem {
    width: 2000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 900px;
}

#home_anim .anim_elem .level {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#home_anim .anim_elem.elem1 .imgb {
    background: url(../img/back.mnu1.jpg) no-repeat center top;
}

#home_anim .anim_elem.elem1 .imgt {
    background: url(../img/back.mnu1.png) no-repeat center top;
}

#home_anim .anim_elem.elem2 .imgb {
    background: url(../img/back.mnu2.jpg) no-repeat center top;
}

#home_anim .anim_elem.elem2 .imgt {
    background: url(../img/back.mnu2.png) no-repeat center top;
}

#home_anim .anim_elem.elem3 .imgb {
    background: url(../img/back.mnu3.jpg) no-repeat center top;
}

#home_anim .anim_elem.elem3 .imgt {
    background: url(../img/back.mnu3.png) no-repeat center top;
}

#home_anim .anim_elem .info_lvl {
    height: auto;
    width: 450px;
    top: 120px;
    margin-left: 20%;
    padding-left: 30px;
}

#home_anim .anim_elem.elem2 .info_lvl p {
    text-shadow: 0px 0px 0px #003b4a;
}

#home_anim .anim_elem .info_lvl p {
    margin: 0;
    padding: 0;
    font-family: georgia;
    font-size: 16px;
    text-shadow: 0px 0px 6px #003b4a;
}

#home_anim .anim_elem .info_lvl p.text1 {
    font-size: 72px;
    line-height: 72px;
    font-family: tahoma;
}

#home_anim .anim_elem .info_lvl p.text2 {
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 10px;
    font-family: tahoma;
}

#home_anim .anim_elem.elem1 .info_lvl p, #home_anim .anim_elem.elem3 .info_lvl p {
    color: #fff;
}

#home_anim .anim_elem .bottom_lvl {
    width: 450px;
    height: 1px;
    top: 120px;
    margin-left: 20%;
    padding-left: 30px;
}

.home_bottom {
    position: absolute;
    left: 30px;
    top: 500px;
    width: 951px;
    height: auto;
}

.home_bottom_block {
    width: 308px;
    height: 215px;
    margin-right: 3px;
    background: #BAD3DF;
    position: relative;
}

.home_bottom_block.last {
    margin-right: 0px;
}

.home_bottom_header {
    width: 100%;
    height: 45px;
    padding-top: 5px;
    line-height: 45px;
    text-align: center;
    background: url(../img/back.home.header.png) repeat-x left top;
    font-family: tahoma;
	font-weight:bold;
    font-size: 12px;
    color: #584d48;
    text-transform: uppercase;
}

.home_bottom_content {
    width: auto;
    height: 165px;
    overflow: hidden;
    margin: 0 24px;
    font-family: georgia;
    font-size: 14px;
}

.home_bottom_content a {
    font-style: italic;
}

.home_bottom_link {
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    text-align: center;
    font-family: tahoma;
}

.home_bottom_link a {
    display: inline-block;
    line-height: 36px;
    padding-bottom: 3px;
    min-width: 145px;
    background: url(../img/button.more.png) no-repeat center top;
}

.home_bottom_link a:hover {
    background-position: center bottom;
}

.home_bottom_lines {
    width: 930px;
    height: 600px;
    background: url(../img/back.home.lines.png) left top;
}

.info_lvl .home_link {
    font-family: Tahoma;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    line-height: 42px;
    padding-bottom: 6px;
    display: inline-block;
    margin-top: 20px;
    width: 197px;
    text-align: center;
    color: #fff;
    background: url(../img/button.home.png) no-repeat left top transparent;
    text-shadow: -1px -1px 0px #d13a25;
}

.info_lvl .home_link:hover {
    background-position: left bottom;
}

/* ========================================================== HOME STYLES ========================================================== */

/* ========================================================== LEFT STYLES ========================================================== */
#logo {
    width: 188px;
    height: 140px;
    background: url(../img/logo.png) no-repeat left top;
    margin: 0 auto;
    margin-bottom: 30px;
}

.left_menu {
    list-style: none;
    width: 188px; /* font-family:georgia; */
    /* font-style:italic; */
    font-size: 14px;
    color: #015d7b;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.left_menu li {
    text-align: center;
    height: auto;
    line-height: 18px;
    padding: 10px 0;
    background: url(../img/menu.level1.png) repeat-x left top;
}

.left_menu li.info2 {
    background: url(../img/back.home.header.png) repeat-x left top;
    font-family: tahoma;
    margin-top: 20px;
    background-color: #ecf6f7;
    padding: 18px 5px;
}

.left_menu li.info2 p {
    margin: 0;
}

.left_menu.level1 a.active {
    width: 180px;
    height: 43px;
    padding: 0 10px;
    display: table;
    background: url(../img/menu.level1.active.png) no-repeat center top;
    position: relative;
    left: -6px;
    z-index: 2;
}

.left_menu.level1 a.active > li.active {
    width: 180px;
    height: 43px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    line-height: 16px;
    background: none;
}

.left_menu.level2 {
    position: relative;
    width: 160px;
    top: -20px;
    left: -6px;
    padding: 20px 15px 0px 25px;
    font-size: 12px;
    color: #29768f;
    background: url(../img/back.submenu1.png) repeat-y center top;
}

.left_menu.level2 li {
    text-align: left;
    height: auto;
    line-height: 16px;
    padding: 5px 0;
    background: none;
}

.left_menu.level2 li.level_bottom {
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 200px;
    padding: 0;
    height: 20px;
    background: url(../img/back.submenu1.bottom.png) no-repeat center top;
}

.left_menu.level2 li.active {
    color: #d44b2e;
}

.left_menu li.first {
    background: none;
}

.left_menu.level3 {
    position: relative;
    width: 140px;
    top: 0px;
    left: -20px;
    padding: 0px 20px 0px 30px;
    margin: 10px 0 15px 0;
    font-size: 12px;
    color: #29768f;
    background: url(../img/back.submenu2.middle.png) repeat-y center top;
    z-index: 2;
}

.left_menu.level3 li {
    text-align: left;
    height: auto;
    width: 150px;
    line-height: 16px;
    padding: 5px 0;
    background: none;
}

.left_menu.level3 li.lvl3_first {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 190px;
    padding: 0;
    height: 10px;
    background: url(../img/back.submenu2.top.png) no-repeat center top;
}

.left_menu.level3 li.lvl3_last {
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 190px;
    padding: 0;
    height: 15px;
    background: url(../img/back.submenu2.bottom.png) no-repeat center bottom;
}

.left_menu.level3 li.first {
    z-index: 3;
    position: relative;
    padding-top: 0;
}

.left_menu.level3 li.last {
    z-index: 3;
    position: relative;
    padding-bottom: 0;
}

.left_menu.level3 li.single {
}

#left_menu_holder {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.left_menu.home_mnu {
    position: absolute;
    padding-left: 26px;
}

#left_left {
    width: 25px;
    position: absolute;
    left: -25px;
    height: 100%;
    background: url(../img/back.left.left.png) repeat-y right top;
}

/* ========================================================== LEFT STYLES ========================================================== */

/* ========================================================== FOOTER STYLES ========================================================== */
#footer	a {
    color: #34bbc8;
}

#footer	a:hover {
    color: #d44b2e;
}

/* ========================================================== FOOTER STYLES ========================================================== */

/* ========================================================== CONTENT STYLES ========================================================== */
.imgWithAlt span {
    display: none;
    font-family: georgia;
    font-style: italic;
    font-size: 12px;
    text-align: left;
    color: #868788;
    line-height: 18px;
    padding: 20px 15px;
    background: url(../img/back.img.span.png) repeat-x left top;
}

.imgWithAlt img {
    float: none;
}

.pc_content {
    font-family: arial;
    font-size: 13px;
    line-height: 24px;
    color: #687378;
    z-index: 10;
    position: relative;
}

.pc_content h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    font-family: tahoma;
    color: #687378;
    margin-top: 10px;
    margin-bottom: 10px;
    float: none;
}

.pc_content p {
    line-height: 24px;
    text-align: justify;
}

.pc_content td p
{
    line-height: 24px;
    margin: 0;
}

.content_bottom {
    position: absolute;
    bottom: 0px;
    right: -170px;
    width: 150%;
    height: 400px;
    background: url(../img/back.inner.bottom1.png) no-repeat right bottom;
    z-index: 1;
}

.menu_elem_2 .content_bottom {
    right: -240px;
    width: 150%;
    height: 300px;
    background: url(../img/back.inner.bottom2.png) no-repeat right bottom;
}

.menu_elem_3 .content_bottom {
    right: -80px;
    width: 100%;
    height: 300px;
    background: url(../img/back.inner.bottom3.png) no-repeat right bottom;
}

.tablica1 td p {
    margin: 0;
	text-align:inherit;
}

.tablica1 td {
    padding: 5px;
}

.tablica1 tr.even {
    background-color: #f8fafa;
}

.no-border td
{
    border: none;
    padding: 2px;
}

a.zip_link {
    display: inline-block;
    width: auto;
    line-height: 20px;
    height: auto;
    min-height: 32px;
    padding: 5px 0 5px 40px;
    background: url(../img/icon.zip.png) no-repeat left top;
}

a.pdf_link {
    display: inline-block;
    width: auto;
    line-height: 20px;
    height: auto;
    min-height: 32px;
    padding: 5px 0 5px 40px;
    background: url(../img/icon.pdf.png) no-repeat left top;
}

a.doc_link {
    display: inline-block;
    width: auto;
    line-height: 20px;
    height: auto;
    min-height: 32px;
    padding: 5px 0 5px 40px;
    background: url(../img/icon.doc.png) no-repeat left top;
}

a.xls_link {
    display: inline-block;
    width: auto;
    line-height: 20px;
    height: auto;
    min-height: 32px;
    padding: 5px 0 5px 40px;
    background: url(../img/icon.xls.png) no-repeat left top;
}

.pc_content .content_part {
    width: 100%;
    padding-bottom: 20px;
}

.pc_content.with_banners .content_part {
    width: 420px;
}

.pc_content.with_banners .banners_part {
    position: absolute;
    top: 0;
    right: 0;
}

#scrolltop {
    padding-left: 20px;
    color: #236e9e;
    width: auto;
    float: left;
    font-size: 11px;
    line-height: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    top: 10px;
    background: url(../img/bullet.scrolltop.png) no-repeat left top;
    z-index: 2;
}

#scrolltop:hover {
    color: #d44b2e;
    background-position: left bottom;
}

.search_link_block {
    padding-bottom: 30px;
}

.search_link_name a {
    font-size: 18px;
    font-weight: bold;
    color: #2a82ba;
    line-height: 24px;
}

.search_link_name a:hover {
    color: #d44b2e;
}

.search_link_link a {
    font-family: arial;
    font-size: 13px;
    line-height: 20px;
    color: #13a3c7;
}

.search_link_link a:hover {
    color: #d44b2e;
}

.search_link_text {
    text-align: justify;
    font-family: arial;
    font-size: 13px;
    line-height: 24px;
    color: #687378;
}

.search_found {
    padding-bottom: 20px;
}

/*
.pc_content input[type="text"] {width:131px; padding:3px 13px; margin-right:10px; height:19px; line-height:19px; background:url(../img/back.input1.png) no-repeat left top; border:0; color:#000; font-family:Georgia; font-style:italic; font-size:12px; }
.pc_content input[type="text"]:focus {outline: none;}

.pc_content textarea {box-shadow:inset 5px 0 10px #000000;}

*/
.pc_content input[type="button"],
.pc_content input[type="submit"] {
    display: inline-block;
    border: 0;
    line-height: 39px;
    height: 39px;
    padding-bottom: 0px;
    min-width: 145px;
    background: url(../img/button.more.png) no-repeat center top;
}

.pc_content input[type="button"]:hover,
.pc_content input[type="submit"]:hover {
    background-position: center bottom;
}

.pc_content form select,
.pc_content form textarea,
.pc_content form input[type="text"],
.pc_content form input[type="password"],
.pc_content form input[type="datetime"],
.pc_content form input[type="datetime-local"],
.pc_content form input[type="date"],
.pc_content form input[type="month"],
.pc_content form input[type="time"],
.pc_content form input[type="week"],
.pc_content form input[type="number"],
.pc_content form input[type="email"],
.pc_content form input[type="url"],
.pc_content form input[type="search"],
.pc_content form input[type="tel"],
.pc_content form input[type="color"] {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    border-color: #acc4d8;
    box-sizing: content-box;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

}

.pc_content form textarea,
.pc_content form input[type="text"],
.pc_content form input[type="password"],
.pc_content form input[type="datetime"],
.pc_content form input[type="datetime-local"],
.pc_content form input[type="date"],
.pc_content form input[type="month"],
.pc_content form input[type="time"],
.pc_content form input[type="week"],
.pc_content form input[type="number"],
.pc_content form input[type="email"],
.pc_content form input[type="url"],
.pc_content form input[type="search"],
.pc_content form input[type="tel"],
.pc_content form input[type="color"] {
    background-color: #ffffff;
    border: 1px solid #acc4d8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.pc_content form textarea:focus,
.pc_content form input[type="text"]:focus,
.pc_content form input[type="password"]:focus,
.pc_content form input[type="datetime"]:focus,
.pc_content form input[type="datetime-local"]:focus,
.pc_content form input[type="date"]:focus,
.pc_content form input[type="month"]:focus,
.pc_content form input[type="time"]:focus,
.pc_content form input[type="week"]:focus,
.pc_content form input[type="number"]:focus,
.pc_content form input[type="email"]:focus,
.pc_content form input[type="url"]:focus,
.pc_content form input[type="search"]:focus,
.pc_content form input[type="tel"]:focus,
.pc_content form input[type="color"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted    \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.pc_content form textarea
{
    height: auto;
}

.pc_content form select {
    width: 300px;
    background-color: #ffffff;
    height: auto;
    outline: 0;
    border-collapse: collapse;
    border: 1px solid #acc4d8;
}

.pc_content form option {
    border: 1px solid #acc4d8;
}

.pc_content form select:focus,
.pc_content form input[type="file"]:focus,
.pc_content form input[type="radio"]:focus,
.pc_content form input[type="checkbox"]:focus {
    outline: 0;
    background-color: #ffffff;
}

.pc_form_thank_you {
    padding-bottom: 20px;
}

/* ========================================================== CONTENT STYLES ========================================================== */

/* ========================================================== NEWS STYLES ========================================================== */
#news {
    width: 100%;
}

#news .new_block {
    width: 100%;
    margin-bottom: 30px;
}

#news img {
    /*margin-right: 20px;*/
    max-width: 100%;
}

#news .date {
    height: 15px;
    margin: 0 0 15px;
    word-spacing: -4px;
}

#news .date span {
    padding: 0 0 0 10px;
    height: 15px;
    line-height: 15px;
    background: url(../img/back.news.date.png) no-repeat left top;
    font-family: arial;
    font-size: 10px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

#news .date span.right {
    background-position: right top;
}

#news .title, #news .title a {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
    color: #2a82ba;
    font-family: tahoma;
}

#news .title a:hover {
    color: #d44b2e;
}

#news .content {
}

#news .content p {
    margin: 0;
}

#news .more {
    font-family: tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #2a82ba;
    text-decoration: none;
    display: inline-block;
    float: right;
    text-align: right;
    width: 145px;
    height: 39px;
    line-height: 34px; /* background:url(../img/button.more.png) no-repeat right top; margin-top:10px; */
}

#news .more:hover {
    color: #d44b2e;
    background-position: left bottom;
}

.block_news .new_block img {
    margin-right: 10px;
}

.block_news .new_block .date {
    line-height: 15px;
    font-family: arial;
    font-size: 11px;
    color: #929da6;
    margin-bottom: 5px;
}

.block_news .new_block .title, .block_news .new_block .title a {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #2a82ba;
    font-family: georgia;
}

.block_news .new_block .title a:hover {
    color: #d44b2e;
}

.block_news .new_block .content {
    height: 66px;
    overflow: hidden;
}

.block_news .new_block .content p {
    margin: 0;
}

.block_news .new_block .more {
    font-family: georgia;
    font-size: 12px;
    color: #3c7db3;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 22px;
}

.block_news .new_block .more:hover {
    color: #d44b2e;
}

#news .no_image .date {
    width: 100%;
}

#news .no_image .title {
    width: 100%;
}

#news .no_image .content {
    width: 100%;
}

/* ========================================================== NEWS STYLES ========================================================== */

/* ========================================================== SERVICES STYLES ========================================================== */
#services {
    width: 100%;
}

#services .service_block {
    width: 100%;
    margin-bottom: 30px;
}

#services img {
    margin-right: 20px;
}

#services .title, #services .title a {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
    color: #2a82ba;
    font-family: tahoma;
}

#services .title a:hover {
    color: #d44b2e;
}

#services .content {
}

#services .content p {
    margin: 0;
}

#services .more {
    font-family: tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #868383;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 145px;
    height: 39px;
    line-height: 34px;
    background: url(../img/button.more.png) no-repeat right top;
    margin-top: 10px;
}

#services .more:hover {
    color: #d44b2e;
    background-position: left bottom;
}

#services .no_image .title {
    width: 100%;
}

#services .no_image .content {
    width: 100%;
}

/* ========================================================== SERVICES STYLES ========================================================== */

/* ========================================================== POLL STYLES ========================================================== */
.poll_text {
    font-family: georgia;
    font-style: italic;
    font-size: 14px;
    color: #3c74a3;
    font-weight: normal;
    line-height: 22px;
}

.block_voting .element {
    margin-top: 5px;
}

.block_voting .element input {
    line-height: 20px;
    position: relative;
    top: 3px;
    margin-right: 15px;
}

.block_voting .element label {
    line-height: 16px;
    font-size: 10px;
}

.block_voting .element p {
    margin: 0;
	font-size: 10px;
	line-height:18px;
}

.block_voting .vote_button {
    display: inline-block;
    line-height: 30px;
    padding-bottom: 4px;
    min-width: 145px;
    background: url(../img/button.vote.png) no-repeat center top;
    color: #fff;
    font-family: tahoma;
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
    text-shadow: 0px -1px 0px #219ead;
}

.block_voting .vote_button:hover {
    background-position: center bottom;
    text-shadow: 0px -1px 0px #bf3317;
}

/* ========================================================== POLL STYLES ========================================================== */

/* ========================================================== PAGING STYLES ========================================================== */
.paging {
    width: 100%;
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 14px;
    height: 24px;
}

.paging .number {
    font-weight: bold;
    padding: 0 5px;
    line-height: 24px;
    height: 24px;
    display: inline-block;
    margin: 0;
}

.paging .arrow {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    margin: 0 5px;
}

.paging .arrow.left {
    background: url(../img/arrows_paging_left.png) no-repeat left center;
}

.paging .arrow.right {
    background: url(../img/arrows_paging_right.png) no-repeat left center;
}

.paging a .arrow.left {
    background: url(../img/arrows_paging_left.png) no-repeat left top;
}

.paging a .arrow.right {
    background: url(../img/arrows_paging_right.png) no-repeat left top;
}

.paging a:hover .arrow.left {
    background: url(../img/arrows_paging_left.png) no-repeat left bottom;
}

.paging a:hover .arrow.right {
    background: url(../img/arrows_paging_right.png) no-repeat left bottom;
}

.paging .pages {
    position: relative;
}

.paging .pages .number {
    position: relative;
    top: -8px;
}

/* ========================================================== PAGING STYLES ========================================================== */

/* ========================================================== FORM STYLES =========================================================== */
label span {
    color: #EC0001;
}

div.input.over {
    position: relative;
}

div.input.over label {
    position: absolute;
    top: 5px;
    left: 6px;
    cursor: text;
    color: #819fab;
    font-weight: bold;
    font-style: italic;
    pointer-events: none;
}

a.button {
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    padding-right: 0px;
    border: 0;
    display: block;
    width: auto;
    background: url(../img/button.png) no-repeat left top;
}

a.button span {
    height: 38px;
    position: absolute;
    top: 0;
    right: -15px;
    display: block;
    width: 15px;
    background: url(../img/button.png) no-repeat right top;
}

a.button:hover {
    background: url(../img/button.png) no-repeat left bottom;
}

a.button:hover span {
    background: url(../img/button.png) no-repeat right bottom;
}

.control-group {
    margin-bottom: 5px;
}


#recaptcha_widget_div{
	position:relative;
	left:0px;
}

#counter_metrix	{
	position: absolute;
	top: 0;
	left: 860px;
}



/* ========================================================== FORM STYLES =========================================================== */

.iedm8.lt1240 .home_bottom_block {
    width: 240px;
}

.iedm8.lt1240 .home_bottom_lines {
    width: 726px;
}

.iedm8.lt1240 #container.home #footer {
    width: 726px;
}

.iedm8.lt1240 #top_icons {
	top: 6px !important;
}

.iedm8.lt1240 #counter_metrix	{
	left: 660px;
}

.iedm8.gt1240 .wrapper {
    width: 1200px;
}

.iedm8.gt1240 .inner #main {
    width: 894px;
}

.iedm8.gt1240 .pc_content.with_banners .content_part {
    width: 620px;
}

.iedm8.gt1240 #top {
    margin-left: -360px;
    width: 928px;
}

.iedm8.gt1240 .block_voting .element label {
	line-height: 20px;
	font-size: 14px;
}

.iedm8.gt1240 .block_voting .element p {
	margin: 0;
	font-size: 14px;
	line-height:22px;
}

.iedm8.gt1240 #recaptcha_widget_div{
	left:0px;
}




.iedm8.gt1240 #top {
	padding-top: 20px;
}
.iedm8.gt1240 .inner #main {
	padding-top: 100px;
}
.iedm8.gt1240 #top_icons {
	width: 200px;
	top: 20px;
	right: 20px;
}

.iedm8.gt1240 #top_icons #icon_search {
	margin-left: 40px;
}
.iedm8.gt1240 #top_icons #icon_rss {
	margin-left: 40px;
}
.iedm8.gt1240 #top_icons #icon_login {
	margin-left: 0px;
}
.iedm8.gt1240 #top_icons #icon_sitemap {
	margin-left: 40px;
}

.iedm8.gt1240 #search_form_holder input.text {
	width: 164px;
	padding: 3px 23px 3px 13px;
	margin-right: 0px;
	background: url(../img/back.input3.png) no-repeat left top;
}
.iedm8.gt1240 #search_form_holder input.submit {
	display:none;
}	
.iedm8.gt1240 #search_form_holder {
	width: 200px;
	height: 25px;
	top: 30px;
	right: 0px;
}
.iedm8.gt1240 #search_form_holder .close {
	display: none;
}
.iedm8.gt1240 #search_form_holder .right_border {
	display: none;
}
.iedm8.gt1240 #search_form_holder input.submit2 {
	display:block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: url(../img/icon.search.png) no-repeat left top;
	border: 0;
	position: absolute;
	top: 2px;
	right:7px;
}
.iedm8.gt1240 #search_form_holder input.submit2:hover {
	background-position: left bottom;
}
	
.iedm8.gt1240 #login_form_holder {
	width: 200px;
	height: 50px;
	top: 25px;
	right: 0px;
}
.iedm8.gt1240 #login_form_holder input.text {
	width: 174px;
	padding: 3px 13px;
	margin-right: 0px;
	background: url(../img/back.input3.png) no-repeat left top;
}
.iedm8.gt1240 #login_form_holder input.text2 {
	width: 131px;
	padding: 3px 13px;
	margin-right: 0px;
	margin-top:5px;
	background: url(../img/back.input1.png) no-repeat left top;
	float:left;
}
.iedm8.gt1240 #login_form_holder input.submit {
	display: none;
}
.iedm8.gt1240 #login_form_holder input.submit2 {
	display:inline-block;
	width: 28px;
	height: 28px;
	line-height: 20px;
	margin-top:5px;
	background: url(../img/button.form2.png) no-repeat left top;
	border: 0;
	color: #fff;
	font-family: Georgia;
	font-style: normal;
	font-size: 12px;
}
.iedm8.gt1240 #login_form_holder .close {
	display: none
}
.iedm8.gt1240 #login_form_holder .right_border {
	display: none
}



@media (max-width: 767px) {

}

@media (max-width: 480px) {

}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 1239px) {
    
	#top_icons {
		top: 6px !important;
	}
	
	.pc_content.with_banners .content_part {
        width: 420px;
    }

    .wrapper {
        width: 1000px;
    }

    .home_bottom_block {
        width: 240px;
    }

    .home_bottom_lines {
        width: 726px;
    }

    #container.home #footer {
        width: 726px;
    }
		
	.block_voting .element label {
		line-height: 16px;
		font-size: 10px;
	}
	.block_voting .element p {
		margin: 0;
		font-size: 10px;
		line-height:18px;
	}
	
	#counter_metrix	{
		left: 660px;
	}

    .uk-filter
    {
        box-sizing: border-box;
        width: 100%;
    }

    [data-block="purchase"]
    {
        padding: 10px 0 0 25px;
    }
}

@media (min-width: 1240px) {
	#top {
		padding-top: 20px;
	}
	.inner #main {
		padding-top: 100px;
	}
	#top_icons {
		width: 200px;
		top: 32px;
		right: 20px;
	}
	
	#top_icons #icon_search {
		margin-left: 40px;
	}
	#top_icons #icon_rss {
		margin-left: 40px;
	}
    #top_icons #icon_spec {
        margin-left: 40px;
    }
	#top_icons #icon_login {
		margin-left: 0px;
	}
	#top_icons #icon_sitemap {
		margin-left: 40px;
	}
	
	#search_form_holder input.text {
        box-sizing: content-box;
		width: 164px;
		padding: 3px 23px 3px 13px;
		margin-right: 0px;
		background: url(../img/back.input3.png) no-repeat left top;
	}
	#search_form_holder input.submit {
		display:none;
	}	
	#search_form_holder {
		width: 200px;
		height: 25px;
		top: 25px;
		right: 0px;
	}
	#search_form_holder .close {
		display: none;
	}
	#search_form_holder .right_border {
		display: none;
	}
	#search_form_holder input.submit2 {
		display:block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		background: url(../img/icon.search.png) no-repeat left top;
		border: 0;
		position: absolute;
		top: 2px;
		right:7px;
	}
	#search_form_holder input.submit2:hover {
		background-position: left bottom;
	}
		
	#login_form_holder {
		width: 200px;
		height: 50px;
		top: 25px;
		right: 0px;
        padding: 0;
        word-spacing: 0;
	}
	#login_form_holder input.text {
		box-sizing: content-box;
        width: 174px;
		padding: 3px 13px;
		margin-right: 0px;
		background: url(../img/back.input3.png) no-repeat left top;
	}
	#login_form_holder input.text2 {
		width: 131px;
		padding: 3px 13px;
		margin-right: 0px;
		margin-top:5px;
		background: url(../img/back.input1.png) no-repeat left top;
		float:left;
	}
	#login_form_holder input.submit {
		display: none;
	}
	#login_form_holder input.submit2 {
		display:inline-block;
		width: 28px;
		height: 28px;
		line-height: 20px;
		margin-top:5px;
		background: url(../img/button.form2.png) no-repeat left top;
		border: 0;
		color: #fff;
		font-family: Georgia;
		font-style: normal;
		font-size: 12px;
	}
	#login_form_holder .close {
		display: none
	}
	#login_form_holder .right_border {
		display: none
	}

		
		
		
	
	
	
	
	
	.wrapper {
        width: 1200px;
    }

    .inner #main {
        width: 894px;
    }

    .pc_content.with_banners .content_part {
        width: 620px;
    }

    #top {
        margin-left: -360px;
        width: 928px;
    }
	
	.block_voting .element label {
		line-height: 20px;
		font-size: 14px;
	}
	
	.block_voting .element p {
		margin: 0;
		font-size: 14px;
		line-height:22px;
	}
	
	#recaptcha_widget_div{
		left:0px;
	}
}

/*
* PAGINATION
* ========================================================================================
*/
.pagination {
    display: table;
    margin: auto;
}

.pagination ul {
    list-style-type: none;
}

.pagination ul li {
    display: inline;
}

.pagination ul li a,
.pagination ul li a:link,
.pagination ul li a:visited {
    float: left;
    padding: 0 3px 0 3px;

    /*	font-family:Arial, sans-serif;*/
    font-size: 13px;
    font-weight: normal;
    color: #236e9e;
    text-decoration: none;

    margin: 0 4px 0 4px;
}

.pagination ul li a:hover,
.pagination ul li .active {
    color: #d44b2e !important;
    text-decoration: none !important;
}

.pagination ul li .pagination_arrows {
    padding: 1px 6px 0 6px !important;
}

/*
* end of PAGINATION
* ========================================================================================
*/

#recaptcha_area {
    margin-bottom: 10px;
}

#recaptcha_table {
    border: 1px solid #acc4d8 !important;
}

#recaptcha_response_field {
    width: auto !important;
    border: 1px solid #acc4d8 !important;
}

#sitemap {
    list-style-type: none;
}

#sitemap a {
    display: block;
}

#sitemap .lvl0 {
    margin-left: 0px;
}

#sitemap .lvl1 {
    margin-left: 15px;
}

#sitemap .lvl2 {
    margin-left: 25px;
}

#sitemap .lvl3 {
    margin-left: 35px;
}

#sitemap .lvl4 {
    margin-left: 45px;
}
#sitemap .lvl5 {
    margin-left: 55px;
}
#sitemap .lvl6 {
    margin-left: 65px;
}
.sitemap_cont {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.sitemap_li .expand {
    display: block;
    position: absolute;
    background: url(../img/expand.png) no-repeat center top;
    width: 9px;
    height: 9px;
    top: 7px;
    left: -13px;
    cursor: pointer;
   /* margin: 7px auto auto -13px;*/
}

.sitemap_li .suspand {
    display: block;
    position: absolute;
    background: url(../img/expand.png) no-repeat center bottom;
    width: 9px;
    height: 9px;
    top: 7px;
    left: -13px;
    cursor: pointer;
    /*margin: 7px auto auto -13px;*/
}





#question .date {
    position: relative;
    top: -6px;
}

#question .date span {
    padding: 1px 4px 2px 10px;
    line-height: 15px;
    background: url(../img/back.news.date.png) no-repeat left top;
    font-family: arial;
    font-size: 10px;
    color: #fff;
}

#question .date span.right {
    background-position: right top;
	margin-left:-4px;
	padding:1px 0px 2px 8px;
}

/*
#news .date {
    position: relative;
    top: -6px;
}

#news .date span {
    padding: 1px 0 2px 10px;
    line-height: 15px;
    background: url(../img/back.news.date.png) no-repeat left top;
    font-family: arial;
    font-size: 10px;
    color: #fff;
}

#news .date span.right {
    background-position: right top;
}
*/

.example {
    border: 2px solid red; 
    color: red;
    padding: 20px; 
}

#sputnik-informer
{
    left: 863;
    position: absolute;
    top: 7px;
}

.banner-item {
    padding-bottom: 20px;
}