/* fonts */
/* colors */
/* template styles */
.clearfix {
  display: block;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

/* IE6 */
* html .clearfix {
  height: 1%;
}

/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}

html, body {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 730px;
  width: 100%;
  height: 100%;
  font-family: Verdana, Geneva, sans-serif, Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
  font-size: 12px;
  color: #404040;
  background-color: white;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #000;
  font-weight: bold;
  font-family: "Calibri";
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
  line-height: 33px;
  margin-top: 5px;
  margin-bottom: 25px;
}

h3 {
  font-size: 24px;
  margin-bottom: 17px;
}

h4 {
  margin-bottom: 16px;
  font-size: 22px;
}

h5 {
  margin-bottom: 16px;
  font-size: 18px;
}

h6 {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 18px;
}

span, p, ul {
  color: #404040;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 18px;
}

ul, li {
  margin: 0;
  padding: 0;
  color: #444444;
}

ul {
  padding-left: 40px;
}
ul li {
  padding: 0 0 4px 2px;
}

a, img {
  outline: 0;
  border: 0;
}

a {
  color: #0e63a1;
  text-decoration: underline;
}
a:hover, a.active {
  color: #9b330f;
}

table {
  width: 100%;
}
table th {
  background: #eeeeee;
  text-align: left;
  vertical-align: middle;
  height: 37px;
}
table td {
  padding-top: 10px;
  padding-bottom: 12px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}
table td:first-of-type {
  padding-right: 15px;
  padding-left: 12px;
}
table tr:last-of-type td {
  border-bottom: none;
}

.bx-core-waitwindow {
  background-color: #176ca0;
  background-image: none;
  padding: 10px 17px;
  border: none;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

#page_wrapper {
  min-height: 100%;
}

.radius_four {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}

.radius_six {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -khtml-border-radius: 6px;
  behavior: url("../pie/PIE.htc");
}

.new_link {
  font: 12px Verdana, Geneva, sans-serif;
  text-decoration: none;
  padding-bottom: 1px;
  line-height: 20px;
  border-bottom: 1px solid #acc5d8;
}

.footer_link {
  color: #c6eafe;
  text-decoration: none;
  border-bottom: 1px solid #446d8a;
}
.footer_link:hover {
  color: #ffe345;
  border-color: #ffe345;
}

.border_link {
  text-decoration: none;
}
.border_link span {
  font: 12px Verdana, Geneva, sans-serif;
  color: #166c9f;
  padding-bottom: 1px;
  line-height: 20px;
  border-bottom: 1px solid #acc5d8;
}
.border_link:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}

.pointer {
  cursor: pointer;
}

input[type=text], textarea, #listbox, .checkbox {
  outline: 0;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
  behavior: url("../pie/PIE.htc");
  background: white;
  -webkit-box-shadow: inset 0px 1px 6px -3px grey;
  -moz-box-shadow: inset 0px 1px 6px -3px grey;
  box-shadow: inset 0px 1px 6px -3px grey;
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
}

.checkbox {
  width: 22px;
  height: 22px;
}
.checkbox.checked {
  background: url("../ii/checkbox.png") no-repeat 6px 6px white;
}

.normal_btn {
  border: 1px solid #0b4361;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px grey;
  -moz-box-shadow: 0px 1px 2px 0px grey;
  box-shadow: 0px 1px 2px 0px grey;
}
.normal_btn .btn_inner {
  height: 100%;
  width: 100%;
  border: 0px solid transparent;
  text-align: center;
  background: #155c8b;
  background: -moz-linear-gradient(top, #398eb5, #155c8b);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398eb5), color-stop(100%, #155c8b));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #398eb5, #155c8b);
  background: -o-linear-gradient(top, #398eb5, #155c8b);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #398eb5, #155c8b);
  /* IE10 */
  background: linear-gradient(top, #398eb5, #155c8b);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398eb5', endColorstr='#155c8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -moz-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  box-shadow: inset 0px 1px 2px 0px #99C6D9;
}
.normal_btn .btn_inner span {
  font-family: "Calibri";
  font-weight: bold;
  color: white;
  text-shadow: 0px 1px 1px #3A3A3A;
}

.lnks_btn {
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url("../pie/PIE.htc");
  text-align: center;
  background: #e9e9e9;
  background: -moz-linear-gradient(top, white, #e9e9e9);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9e9e9));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, #e9e9e9);
  background: -o-linear-gradient(top, white, #e9e9e9);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, #e9e9e9);
  /* IE10 */
  background: linear-gradient(top, white, #e9e9e9);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e9e9e9', GradientType=0);
  cursor: pointer;
}
.lnks_btn:hover {
  background: #e9e9e9;
  background: -moz-linear-gradient(top, white, #f0f0f0);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f0f0));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, #f0f0f0);
  background: -o-linear-gradient(top, white, #f0f0f0);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, #f0f0f0);
  /* IE10 */
  background: linear-gradient(top, white, #f0f0f0);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f0f0f0', GradientType=0);
}
.lnks_btn:active {
  background: #e9e9e9;
  background: -moz-linear-gradient(top, #ebebeb, #e7e7e7);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #e7e7e7));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #ebebeb, #e7e7e7);
  background: -o-linear-gradient(top, #ebebeb, #e7e7e7);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebebeb, #e7e7e7);
  /* IE10 */
  background: linear-gradient(top, #ebebeb, #e7e7e7);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#e7e7e7', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 8px -4px grey;
  -moz-box-shadow: inset 0px 1px 8px -4px grey;
  box-shadow: inset 0px 1px 8px -4px grey;
}

/* header */
#header {
  width: 100%;
  height: 218px;
  background: url("../ii/header_bg.png") repeat-x left top;
  border-bottom: 1px solid #353535;
  -webkit-box-shadow: 0px 0px 3px 2px grey;
  -moz-box-shadow: 0px 0px 3px 2px grey;
  box-shadow: 0px 0px 3px 2px grey;
  position: relative;
  z-index: 100;
}
#header #header_inner {
  padding-top: 47px;
  height: 171px;
  min-width: 980px;
  max-width: 980px;
  margin: 0 auto;
}
#header #header_inner #logo {
  float: left;
  width: 311px;
  height: 116px;
  position: relative;
}
#header #header_inner #logo a {
  border: 0;
  line-height: 0;
}
#header #header_inner #logo h4 {
  position: absolute;
  left: 82px;
}
#header #header_inner #logo h4.title {
  top: 0px;
  font: bold 24px "Calibri";
  color: white;
  line-height: 22px;
}
#header #header_inner #logo h4.official_site {
  top: 50px;
  font: normal 18px Arial, Helvetica, sans-serif;
  color: #699cb6;
}
#header #header_inner #en_ru {
  float: left;
  width: 187px;
  height: 116px;
  padding-top: 3px;
  position: relative;
}
#header #header_inner #en_ru a {
  border: 0;
  text-decoration: none;
  padding-left: 26px;
  background: url("../ii/en.png") no-repeat left 90%;
}
#header #header_inner #en_ru a span {
  font: 14px Verdana, Geneva, sans-serif;
  color: white;
  border-bottom: 1px solid #699cb6;
}
#header #header_inner #en_ru a:hover span {
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #ru_en {
  float: left;
  width: 187px;
  height: 116px;
  padding-top: 3px;
  position: relative;
}
#header #header_inner #ru_en a {
  border: 0;
  text-decoration: none;
  padding-left: 26px;
  background: url("../ii/ru.png") no-repeat left 90%;
}
#header #header_inner #ru_en a span {
  font: 14px Verdana, Geneva, sans-serif;
  color: white;
  border-bottom: 1px solid #699cb6;
}
#header #header_inner #ru_en a:hover span {
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #site_search {
  float: left;
  position: relative;
  width: 251px;
  height: 116px;
  padding-top: 2px;
}
#header #header_inner #site_search input {
  width: 170px;
  height: 27px;
  border: 0;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 25px;
  font: normal 12px Verdana, Geneva, sans-serif;
  color: #393939;
  background: url("../ii/head_search.png") no-repeat left top;
}
#header #header_inner #site_search input.search_focus, #header #header_inner #site_search input.pointer:hover {
  background: url("../ii/head_search.png") no-repeat left -36px;
}
#header #header_inner #site_search .search_click {
  position: absolute;
  width: 13px;
  height: 12px;
  top: 10px;
  left: 188px;
  cursor: pointer;
  background: url("../ii/search.png") no-repeat left top;
  z-index: 100;
}
#header #header_inner #site_search .search_click:hover + input {
  background: url("../ii/head_search.png") no-repeat left -36px;
}
#header #header_inner #site_search span {
  color: #9fc7dd;
}
#header #header_inner #site_search .example {
  margin-top: 4px;
  padding-left: 2px;
}
#header #header_inner #site_search a {
  font: normal 12px Verdana, Geneva, sans-serif;
  text-decoration: none;
  border-bottom: 1px dotted #699cb6;
  color: white;
}
#header #header_inner #site_search a:hover {
  color: #fcd702;
  border-bottom: 1px dotted #fcd702;
}
#header #header_inner #visual_impaired {
  float: left;
  position: relative;
  width: 230px;
  height: 116px;
}
#header #header_inner #visual_impaired a.visual {
  position: absolute;
  left: 0;
  font: normal 20px "Calibri";
  color: white;
  text-decoration: none;
  min-width: 227px;
  border-bottom: 1px solid #699cb6;
}
#header #header_inner #visual_impaired a.visual:hover {
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #visual_impaired #sitemap {
  position: absolute;
  top: 26px;
  margin-top: 9px;
  left: -19px;
}
#header #header_inner #visual_impaired #sitemap a {
  font: normal 12px Verdana, Geneva, sans-serif;
  text-decoration: none;
  padding-left: 19px;
  background: transparent url("../ii/map_sprite.png") no-repeat left 3px;
}
#header #header_inner #visual_impaired #sitemap a span {
  border-bottom: 1px solid #699cb6;
  color: white;
}
#header #header_inner #visual_impaired #sitemap a:hover {
  background: transparent url("../ii/map_sprite.png") no-repeat left -18px;
}
#header #header_inner #visual_impaired #sitemap a:hover span {
  border-bottom: 1px solid #fcd702;
  color: #fcd702;
}
#header #header_inner #header_menu_layer {
  float: left;
  width: 100%;
  margin-top: 11px;
}
#header #header_inner #header_menu_layer ul#header_menu {
  position: relative;
  padding: 0;
}
#header #header_inner #header_menu_layer ul#header_menu li {
  padding: 0;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level {
  display: inline-block;
  float: left;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.en {
  width: 12.5%;
  text-align: center;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.en a {
  padding: 22px 4px;
  text-align: center;
  display: block;
  margin-top: -21px;
  height: 61px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.en ul li {
  text-align: left;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.en ul li a {
  display: inline;
  text-align: left;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level a {
  padding: 19px 28px;
  padding-bottom: 23px;
  color: white;
  font: bold 12px Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-shadow: 0px 1px 0px #404040;
  border: 1px solid transparent;
  position: relative;
  z-index: 101;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level a:hover, #header #header_inner #header_menu_layer ul#header_menu li.first_level a.hover {
  padding-bottom: 23px;
  border-top: 1px solid #0b3248;
  border-left: 1px solid #0b3248;
  border-right: 1px solid #0b3248;
  border-bottom: 1px solid #0b3248;
  background: #144f70;
  background: -moz-radial-gradient(#144f70, #11425e);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #144f70), color-stop(100%, #11425e));
  /* Chrome, Safari4+ */
  background: -webkit-radial-gradient(#144f70, #11425e);
  /* Chrome 10+, Safari 5.1+ */
  background: -o-radial-gradient(#144f70, #11425e);
  /* Opera 12 */
  background: -ms-radial-gradient(#144f70, #11425e);
  /* IE10 */
  background: radial-gradient(#144f70, #11425e);
  /* CSS3 */
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level li {
  position: relative;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item0 {
  width: 126px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item1 {
  width: 130px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item2 {
  width: 171px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item3 {
  width: 203px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item4 {
  width: 185px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item5 {
  float: right;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category {
  position: absolute;
  overflow: hidden;
  top: 41px;
  left: 0;
  width: 980px;
  background: #307495;
  background: -moz-linear-gradient(top, #307495, #1f5b7d);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #307495), color-stop(100%, #1f5b7d));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #307495, #1f5b7d);
  background: -o-linear-gradient(top, #307495, #1f5b7d);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #307495, #1f5b7d);
  /* IE10 */
  background: linear-gradient(top, #307495, #1f5b7d);
  /* CSS3 */
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  -khtml-border-radius: 0px 0px 4px 4px;
  behavior: url("../pie/PIE.htc");
  -webkit-box-shadow: 0 1px 3px #272727;
  -moz-box-shadow: 0 1px 3px #272727;
  box-shadow: 0 1px 3px #272727;
  z-index: 100;
  border-top: 1px solid black;
  padding-top: 20px;
  padding-left: 0;
  padding-bottom: 47px;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category .inset_shadow {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 5px;
  background: url("../ii/category_shadow.png") repeat-x left top;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category .divider {
  position: absolute;
  width: 100%;
  height: 100%;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category .divider div {
  position: relative;
  width: 100%;
  height: 62%;
  margin-top: 14px;
  background: grey;
  background: url("../ii/divider.png") repeat-y 10px top;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level {
  list-style-type: none;
  float: left;
  width: 267px;
  padding-top: 12px;
  padding-left: 40px;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level a {
  font: normal 12px Verdana, Geneva, sans-serif;
  border: 0;
  padding: 0;
  padding-bottom: 1px;
  border-bottom: 1px solid #699cb6;
  text-shadow: none;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level a:hover {
  border: 0;
  padding: 0;
  background: none;
  padding-bottom: 1px;
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level li {
  list-style-type: none;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level.selected a {
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category a.parent {
  display: none;
}

#message_wrap {
  position: relative;
  width: 100%;
  display: none;
  overflow: hidden;
  background: #fff4cd;
}
#message_wrap #message {
  padding: 20px 0;
  width: 980px;
  margin: 0 auto;
  background: url("../ii/message.png") no-repeat 16px 27px;
}
#message_wrap #message h3 {
  font-size: 24px;
  color: #982a0d;
  margin-bottom: 7px;
  padding-left: 125px;
}
#message_wrap #message .message_text {
  padding-left: 125px;
}
#message_wrap #message .message_text span {
  line-height: 20px;
  color: #635f50;
}
#message_wrap #message .message_text a {
  color: #982a0d;
}
#message_wrap #message .message_text a:hover {
  color: #e29481;
}

#tab_wrap {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
}
#tab_wrap .tab {
  text-align: center;
  width: 138px;
  position: absolute;
  left: 130px;
  padding: 8px 10px;
  background: #eed7a4;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  behavior: url("../pie/PIE.htc");
  color: #532a1f;
  z-index: 90;
}
#tab_wrap .tab:hover {
  background: #eed7a4;
  color: #fff4cd;
}

/* content */
#content {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
#content p{ 
text-indent:0cm;
}
#content_inner {
  min-width: 980px;
  max-width: 980px;
  margin: 0 auto;
}
#content_inner.inner {
  margin-top: 36px;
}

#left_menu {
  float: left;
  width: 250px;
  margin-top: 55px;
  min-height: 450px;
}
#left_menu #left_menu_category {
  position: relative;
  left: -10px;
  padding: 0;
  padding-right: 2px;
}
#left_menu #left_menu_category li {
  list-style-type: none;
  margin-bottom: 1px;
  padding: 0;
  clear: both;
}
#left_menu #left_menu_category li a {
  padding: 8px 10px;
  margin-bottom: 1px;
  margin-right: 5px;
  border: 0;
  float: left;
  display: block;
  line-height: 18px;
  text-decoration: none;
}
#left_menu #left_menu_category li a span {
  color: #0e63a1;
  border-bottom: 1px solid #acc5d8;
}
#left_menu #left_menu_category li a:hover {
  background: #176ca0;
}
#left_menu #left_menu_category li a:hover span {
  color: white;
  border-color: transparent;
}
#left_menu #left_menu_category li.selected a {
  background: #176ca0;
}
#left_menu #left_menu_category li.selected a span {
  color: white;
  border-color: transparent;
}

#right_content {
  float: left;
  width: 730px;
  margin-top: 36px;
  margin-bottom: 30px;
  min-height: 450px;
  /*List of tariff and prices*/
  /*Contacts*/
  /*investment proposals*/
  /*Electronic resume*/
  /*Support Form*/
  /*Contacts*/
}
#right_content p {
  color: #404040;
}
#right_content #tariff_and_prices .table_tariff {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#right_content #tariff_and_prices .table_tariff thead {
  width: 100%;
  background: #eee;
  margin-bottom: 11px;
  height: 70px;
  text-align: left;
}
#right_content #tariff_and_prices .table_tariff thead tr th {
  padding: 16px 10px 16px 10px;
}
#right_content #tariff_and_prices .table_tariff thead tr .load_file {
  padding: 16px 10px 16px 5px;
}
#right_content #tariff_and_prices .table_tariff tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
#right_content #tariff_and_prices .table_tariff tbody tr td {
  padding: 11px 11px 11px 11px;
  border-bottom: 1px solid #e5e5e5;
}
#right_content #tariff_and_prices .table_tariff tbody tr td a {
  background: url("../ii/dowld.png") 8px 3px no-repeat transparent;
  display: block;
  height: 33px;
  padding-top: 23px;
}
#right_content #tariff_and_prices .table_tariff tbody tr .name {
  font-size: 10px;
  line-height: 14px;
}
#right_content #tariff_and_prices .table_tariff tbody .section_name_tariff {
  background: #ccc;
  width: 100%;
  min-height: 50px;
}
#right_content #tariff_and_prices .table_tariff tbody .section_name_tariff td {
  width: 100%;
  min-height: 50px;
}
#right_content #mobile_reception .table_tariff {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#right_content #mobile_reception .table_tariff thead {
  width: 100%;
  background: #eee;
  margin-bottom: 11px;
  height: 70px;
  text-align: left;
}
#right_content #mobile_reception .table_tariff thead tr th {
  padding: 16px 10px 16px 10px;
}
#right_content #mobile_reception .table_tariff thead tr .load_file {
  padding: 16px 10px 16px 5px;
}
#right_content #mobile_reception .table_tariff tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
#right_content #mobile_reception .table_tariff tbody tr td {
  padding: 11px 11px 11px 11px;
  border-bottom: 1px solid #e5e5e5;
}
#right_content #mobile_reception .table_tariff tbody tr td a {
  background: url("../ii/dowld.png") 8px 3px no-repeat transparent;
  display: block;
  height: 33px;
  padding-top: 23px;
}
#right_content #mobile_reception .table_tariff tbody tr .personal_reception_place {
  min-width: 170px;
}
#right_content #mobile_reception .table_tariff tbody tr .personal_reception_date {
  min-width: 100px;
}
#right_content #mobile_reception .table_tariff tbody tr .name {
  font-size: 10px;
  line-height: 14px;
}
#right_content #mobile_reception .table_tariff tbody .section_name_mobile_reception {
  background: #ccc;
  width: 100%;
  min-height: 50px;
}
#right_content #mobile_reception .table_tariff tbody .section_name_mobile_reception td {
  width: 100%;
  min-height: 50px;
}
#right_content #investment_proposals .wrap_investors {
  width: 100%;
  height: auto;
  border: 6px solid #3287ba;
  margin-bottom: 50px;
}
#right_content #investment_proposals .wrap_investors h3 {
  margin-bottom: 0;
  padding: 27px 37px 15px 37px;
}
#right_content #investment_proposals .wrap_investors ul {
  list-style: none;
  padding-bottom: 30px;
  padding-right: 40px;
}
#right_content #investment_proposals .wrap_investors ul li a {
  color: #166c9f;
  text-decoration: underline;
}
#right_content #investment_proposals .wrap_investors ul li a span {
  color: #166c9f;
}
#right_content #investment_proposals .wrap_investors ul li a:hover {
  color: #9b330f;
}
#right_content #investment_proposals .wrap_investors ul li a:hover span {
  color: #9b330f;
}
#right_content #wrap_economics_investment_detail .wrap_img_investors {
  width: 230px;
  height: 170px;
  overflow: hidden;
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
}
#right_content #wrap_economics_investment_detail .wrap_files_investors {
  padding-left: 15px;
  float: left;
}
#right_content #wrap_economics_investment_detail .wrap_files_investors .file_to_download {
  width: 220px;
  float: left;
  padding-bottom: 15px;
}
#right_content #resume {
  position: relative;
  z-index: 200;
  height: 720px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 90px;
  background: #f5f5f5;
  border-top: 1px solid white;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  behavior: url("../pie/PIE.htc");
}
#right_content #resume .twice_border {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: url("../ii/twice_border.png") repeat-x 0 0;
}
#right_content #resume form {
  padding-top: 30px;
  padding-left: 42px;
}
#right_content #resume form .label_wrap {
  float: left;
  width: 148px;
  min-height: 38px;
  padding-top: 7px;
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
}
#right_content #resume form .field_wrap {
  float: left;
  width: 535px;
  min-height: 45px;
}
#right_content #resume form .field_wrap.error input, #right_content #resume form .field_wrap.error textarea {
  border-color: red;
}
#right_content #resume form .field_wrap input {
  padding: 0 10px;
}
#right_content #resume form .field_wrap.user_name input, #right_content #resume form .field_wrap.user_email input, #right_content #resume form .field_wrap.user_address input {
  width: 325px;
  height: 29px;
}
#right_content #resume form .field_wrap.user_phone input {
  width: 177px;
  height: 29px;
}
#right_content #resume form .field_wrap.answer textarea {
  width: 480px;
  max-width: 480px;
  height: 95px;
  max-height: 95px;
  padding: 10px;
}
#right_content #resume form .field_wrap.question_text #listbox {
  width: 345px;
  height: 29px;
  overflow: hidden;
  position: absolute;
  background: url("../ii/checkbox_list.png") no-repeat 326px 13px white;
}
#right_content #resume form .field_wrap.question_text #listbox span {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
}
#right_content #resume form .field_wrap.question_text #listbox .elem, #right_content #resume form .field_wrap.question_text #listbox .first {
  height: 23px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
#right_content #resume form .field_wrap.question_text #listbox .elem:hover {
  background: #166c9f;
}
#right_content #resume form .field_wrap.question_text #listbox .elem:hover span {
  color: white;
}
#right_content #resume form .field_wrap input {
  width: 325px;
  height: 29px;
  margin-bottom: 14px;
}
#right_content #resume form .field_wrap input.phone {
  width: 197px;
}
#right_content #resume form .field_wrap textarea {
  width: 500px;
  height: 115px;
  resize: none;
  margin-bottom: 15px;
  padding: 10px;
}
#right_content #resume form .submit {
  float: left;
  width: 200px;
  height: 50px;
  margin-top: 80px;
  margin-bottom: 30px;
  margin-left: 148px;
}
#right_content #resume form .submit .btn_inner {
  padding-top: 15px;
}
#right_content #resume form .submit .btn_inner span {
  font-size: 24px;
}
#right_content #resume form #captcha {
  height: 60px;
  float: left;
  margin-top: 40px;
}
#right_content #resume form #captcha input {
  height: 30px;
  width: 100px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #resume form #captcha img {
  height: 45px;
  width: 130px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #resume form #captcha b {
  padding-left: 149px;
}
#right_content #resume form #captcha span.input_simbols {
  padding-left: 149px;
}
#right_content #resume .checkbox {
  position: absolute;
  top: 466px;
  left: 190px;
  width: 22px;
  height: 22px;
}
#right_content #resume .checkbox_text {
  position: absolute;
  top: 467px;
  left: 230px;
  font: 14px Verdana, Geneva, sans-serif;
  color: #404040;
}
#right_content #resume .checkbox_text a {
  font-size: 14px;
}
#right_content #support {
  position: relative;
  z-index: 10;
  height: 710px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 90px;
  background: #f5f5f5;
  border-top: 1px solid white;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  behavior: url("../pie/PIE.htc");
}
#right_content #support .twice_border {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: url("../ii/twice_border.png") repeat-x 0 0;
}
#right_content #support form {
  padding-top: 30px;
  padding-left: 42px;
}
#right_content #support form .label_wrap {
  float: left;
  width: 148px;
  min-height: 38px;
  padding-top: 7px;
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
}
#right_content #support form .field_wrap {
  float: left;
  width: 535px;
  min-height: 45px;
}
#right_content #support form .field_wrap.error input, #right_content #support form .field_wrap.error textarea {
  border-color: red;
}
#right_content #support form .field_wrap input {
  padding: 0 10px;
}
#right_content #support form .field_wrap.user_name input, #right_content #support form .field_wrap.user_email input, #right_content #support form .field_wrap.user_address input {
  width: 325px;
  height: 29px;
}
#right_content #support form .field_wrap.user_phone input {
  width: 177px;
  height: 29px;
}
#right_content #support form .field_wrap.answer textarea {
  width: 480px;
  max-width: 480px;
  height: 95px;
  max-height: 95px;
  padding: 10px;
}
#right_content #support form .field_wrap.question_text #listbox {
  width: 345px;
  height: 29px;
  overflow: hidden;
  position: absolute;
  background: url("../ii/checkbox_list.png") no-repeat 326px 13px white;
}
#right_content #support form .field_wrap.question_text #listbox span {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
}
#right_content #support form .field_wrap.question_text #listbox .elem, #right_content #support form .field_wrap.question_text #listbox .first {
  height: 23px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
#right_content #support form .field_wrap.question_text #listbox .elem:hover {
  background: #166c9f;
}
#right_content #support form .field_wrap.question_text #listbox .elem:hover span {
  color: white;
}
#right_content #support form .field_wrap input {
  width: 325px;
  height: 29px;
  margin-bottom: 14px;
}
#right_content #support form .field_wrap input.error {
  border-color: red;
}
#right_content #support form .field_wrap input.phone {
  width: 197px;
}
#right_content #support form .field_wrap textarea {
  width: 500px;
  height: 115px;
  resize: none;
  margin-bottom: 15px;
  padding: 10px;
}
#right_content #support form .field_wrap textarea.error {
  border-color: red;
}
#right_content #support form .submit {
  float: left;
  width: 200px;
  height: 50px;
  margin-top: 87px;
  margin-bottom: 30px;
  margin-left: 148px;
}
#right_content #support form .submit .btn_inner {
  padding-top: 15px;
}
#right_content #support form .submit .btn_inner span {
  font-size: 24px;
}
#right_content #support form #captcha {
  height: 60px;
  float: left;
  margin-top: 7px;
}
#right_content #support form #captcha input {
  height: 30px;
  width: 100px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #support form #captcha img {
  height: 45px;
  width: 130px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #support form #captcha b {
  padding-left: 149px;
}
#right_content #support form #captcha span.input_simbols {
  padding-left: 149px;
}
#right_content #support .checkbox {
  position: absolute;
  top: 466px;
  left: 190px;
  width: 22px;
  height: 22px;
}
#right_content #support .checkbox.error {
  border-color: red;
}
#right_content #support .checkbox_text {
  position: absolute;
  top: 467px;
  left: 230px;
  font: 14px Verdana, Geneva, sans-serif;
  color: #404040;
}
#right_content #support .checkbox_text a {
  font-size: 14px;
}
#right_content #contacts_ru_wrap div {
  line-height: 20px;
  margin-bottom: 32px;
}
#right_content #contacts_ru_wrap h4 {
  margin-bottom: 8px;
}
#right_content #contacts_ru_wrap .closed_link {
  color: #0e63a1;
  border-bottom: 1px dashed #0e63a1;
  cursor: pointer;
}
#right_content #contacts_ru_wrap .closed_link ul {
  display: none;
}
#right_content #contacts_ru_wrap .closed_link ul .first_li {
  margin-top: 15px;
}
#right_content #contacts_ru_wrap .closed_link:hover {
  color: #9b330f;
  border-bottom: 1px dashed #9b330f;
}

.breadcrumbs {
  display: block;
  cursor: default;
  padding: 0;
}
.breadcrumbs li {
  list-style-type: none;
  display: inline;
  color: #9e9e9e;
  padding: 0;
}
.breadcrumbs li span {
  color: #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
}
.breadcrumbs li span:hover {
  border-bottom: 1px solid black;
}
.breadcrumbs a {
  text-decoration: none;
}

#main_news_block {
  width: 730px;
  height: 353px;
  float: left;
  margin-top: 45px;
  position: relative;
  -webkit-box-shadow: 0px 2px 7px -2px grey;
  -moz-box-shadow: 0px 2px 7px -2px grey;
  box-shadow: 0px 2px 7px -2px grey;
}
#main_news_block .detail_news_banner {
  position: absolute;
  width: 263px;
  height: 59px;
  left: -23px;
  top: 20px;
  background: url("../ii/detail_banner.png") no-repeat 0 0;
  z-index: 10;
}
#main_news_block .detail_news_banner span {
  position: relative;
  top: 7px;
  left: 30px;
  font: bold 24px "Calibri";
  color: white;
}
#main_news_block #detail_news {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#main_news_block #detail_news .detail_news {
  position: absolute;
  height: 353px;
}
#main_news_block #detail_news .news_image {
  height: 100%;
  width: 486px;
  float: left;
  overflow: hidden;
}
#main_news_block #detail_news .news_image .news_anons {
  position: absolute;
  width: 100%;
  max-width: 486px;
  bottom: 0;
  background: url("../ii/detail_news_anons.png") 0 0;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -khtml-border-radius: 0 0 0 4px;
  behavior: url("../pie/PIE.htc");
}
#main_news_block #detail_news .news_image .news_anons a {
  display: block;
  font: normal 14px Verdana, Geneva, sans-serif;
  color: white;
  padding: 18px;
  text-decoration: none;
}
#main_news_block #detail_news img {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -khtml-border-radius: 4px 0 0 4px;
  behavior: url("../pie/PIE.htc");
}
#main_news_block #detail_news .detail_news_link {
  position: absolute;
  right: 0;
  width: 249px;
  padding-left: 20px;
  height: 117px;
  text-decoration: none;
  border: 0;
}
#main_news_block #detail_news .detail_news_link span {
  display: block;
}
#main_news_block #detail_news .detail_news_link span.short_anons {
  padding: 10px 20px;
  padding-top: 12px;
  font: normal 12px Verdana, Geneva, sans-serif;
  color: black;
  line-height: 20px;
  max-height: 74px;
  overflow: hidden;
  text-shadow: 0px 1px 0px white;
}
#main_news_block #detail_news .detail_news_link .date_anons {
  padding: 0 20px;
  padding-bottom: 20px;
  font: normal 12px Verdana, Geneva, sans-serif;
  color: #737272;
  text-shadow: 0px 1px 0px white;
}
#main_news_block #detail_news .detail_news_link .news_link_wrap {
  height: 117px;
  border-bottom: 1px solid #cdcdcd;
  background: url("../ii/detail_news_bg.png") repeat-x 0 -117px;
}
#main_news_block #detail_news .detail_news_link .news_link_wrap:hover {
  background: url("../ii/detail_news_bg.png") repeat-x 0 0;
}
#main_news_block #detail_news .detail_news_link.hightlight {
  background: url("../ii/news_link_bg.png") no-repeat left center;
}
#main_news_block #detail_news .detail_news_link.hightlight .news_link_wrap {
  background: url("../ii/detail_news_bg.png") repeat-x 0 0;
}
#main_news_block #detail_news .detail_news_link.link2 {
  top: 118px;
}
#main_news_block #detail_news .detail_news_link.link3 {
  top: 236px;
}
#main_news_block #detail_news .detail_news_link.link3 .news_link_wrap {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
  -khtml-border-radius: 0 0 4px 0;
  behavior: url("../pie/PIE.htc");
}
#main_news_block #detail_news .news1 {
  display: block;
}
#main_news_block #detail_news .news2 {
  display: none;
}
#main_news_block #detail_news .news3 {
  display: none;
}

#gkh_block {
  width: 230px;
  min-height: 353px;
  float: right;
  margin-top: 45px;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
}
#gkh_block .info_wrap {
  padding: 5px 20px 10px 32px;
}
#gkh_block a {
  display: block;
  text-decoration: none;
}
#gkh_block a span {
  padding-bottom: 1px;
  font-size: 11px;
  color: #166c9f;
  line-height: 18px;
  border-bottom: 1px solid #acc5d8;
}
#gkh_block a:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
#gkh_block #gkh_second_info, #gkh_block #gkh_third_info {
  padding: 4px 0;
}
#gkh_block #gkh_first_info, #gkh_block #gkh_second_info, #gkh_block #gkh_third_info, #gkh_block #gkh_fourth_info {
  width: 100%;
  background: url("../ii/gkh_bg.png") repeat-x left bottom;
}
#gkh_block #gkh_first_info h3, #gkh_block #gkh_second_info h3, #gkh_block #gkh_third_info h3, #gkh_block #gkh_fourth_info h3 {
  margin-bottom: 10px;
}
#gkh_block #gkh_first_info .single, #gkh_block #gkh_second_info .single, #gkh_block #gkh_third_info .single, #gkh_block #gkh_fourth_info .single {
  height: 37px;
  font: 16px "Calibri";
  color: black;
  line-height: 20px;
}
#gkh_block #gkh_first_info .phone, #gkh_block #gkh_second_info .phone, #gkh_block #gkh_third_info .phone, #gkh_block #gkh_fourth_info .phone {
  height: 26px;
  font: bold 24px "Calibri";
  color: black;
}
#gkh_block #gkh_first_info .around_clock, #gkh_block #gkh_second_info .around_clock, #gkh_block #gkh_third_info .around_clock, #gkh_block #gkh_fourth_info .around_clock {
  font: 16px "Calibri";
  color: #509860;
}

#mainpage_news {
  width: 100%;
  min-height: 165px;
  margin-top: 25px;
  position: relative;
}
#mainpage_news #news_title_row {
  height: 40px;
  border-bottom: 1px solid #cccccc;
}
#mainpage_news #news_title_row a.news_read_all {
  position: absolute;
  top: 9px;
  left: 251px;
  border: 0;
  padding-right: 11px;
  text-decoration: none;
  background: url("../ii/news_read_all.png") no-repeat right 7px;
}
#mainpage_news #news_title_row a.news_read_all span {
  color: #0e63a1;
  border-bottom: 1px solid #0e63a1;
}
#mainpage_news #news_title_row a.news_read_all:hover {
  background: url("../ii/news_read_all.png") no-repeat right -13px;
}
#mainpage_news #news_title_row a.news_read_all:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
#mainpage_news .news {
  float: left;
  width: 240px !important;
  /*min-height: 110px;*/
  padding-bottom: 10px !important;
  height: 155px !important;
  overflow:hidden;
}
#mainpage_news .news.item4 {
  width: 230px !important;
}
#mainpage_news .news .news_wrap {
  padding-top: 15px;
  padding-right: 25px;
}
#mainpage_news .news .news_wrap .news_anons a {
  display: block;
}
#mainpage_news .news .news_wrap .news_date {
  padding-top: 14px;
  font: 12px Verdana, Geneva, sans-serif;
  color: #737272;
}

#mainpage_useful {
  position: relative;
  width: 1020px;
  left: -24px;
  padding: 5px;
  margin-bottom: 24px;
  background: #3287ba;
}
#mainpage_useful #useful_inner {
  background: white;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}
#mainpage_useful #useful_inner .theme_row {
  width: 96%;
  min-height: 56px;
  margin: 0 auto;
}
#mainpage_useful #useful_inner .theme_row .theme {
  float: left;
  width: 276px;
  padding: 15px 25px;
}
#mainpage_useful #useful_inner a {
  float: left;
  text-decoration: none;
}
#mainpage_useful #useful_inner a img {
  float: left;
}
#mainpage_useful #useful_inner a div {
  display: table-cell;
  vertical-align: middle;
}
#mainpage_useful #useful_inner a div.img {
  padding-right: 17px;
}
#mainpage_useful #useful_inner a div span {
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
  border-bottom: 1px solid #b2b2b2;
  line-height: 18px;
}
#mainpage_useful #useful_inner a:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
#mainpage_useful #useful_inner a:hover img {
  -webkit-filter: brightness(0.2);
  -moz-filter: brightness(0.2);
  -ms-filter: brightness(0.2);
  -o-filter: brightness(0.2);
  filter: brightness(0.2);
}

#useful_infography {
  position: relative;
}
#useful_infography .infography {
  float: left;
  poition: relative;
  left: -3px;
  width: 250px;
}
#useful_infography .infography.item4 {
  width: 230px !important;
}
#useful_infography .infography img {
  margin-bottom: 11px;
  border: 3px solid transparent;
}
#useful_infography .infography .item_wrap {
  display: block;
  text-decoration: none;
  position: relative;
}
#useful_infography .infography .item_wrap .info_link_wrap span {
  color: #166c9f;
  border-bottom: 1px solid #acc5d8;
}
#useful_infography .infography .item_wrap:hover .info_link_wrap span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
#useful_infography .infography .item_wrap:hover span.img_border {
  border-color: #9b330f;
  z-index: 500;
}
#useful_infography .infography .item_wrap span.img_border {
  position: absolute;
  width: 227px;
  height: 125px;
  top: -1px;
  left: 0px;
  border: 3px solid transparent;
}
#useful_infography .infography .infographic_wrap_img {
  position: relative;
  width: 230px;
  height: 127px;
  overflow: hidden;
}
#useful_infography .infography .info_link_wrap {
  display: block;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-top: 19px;
}
#useful_infography a.read_all {
  position: absolute;
  top: 9px;
  left: 251px;
  border: 0;
  padding-right: 11px;
  text-decoration: none;
  background: url("../ii/news_read_all.png") no-repeat right 7px;
}
#useful_infography a.read_all span {
  color: #0e63a1;
  border-bottom: 1px solid #0e63a1;
}
#useful_infography a.read_all:hover {
  background: url("../ii/news_read_all.png") no-repeat right -13px;
}
#useful_infography a.read_all:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}

.thematic_typography {
  width: 100%;
  overflow: hidden;
  background: whitesmoke url("../ii/inf_grad.png") repeat-x left top;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
}
.thematic_typography h4 {
  margin-top: 15px;
  margin-bottom: 11px;
  padding-left: 18px;
  font: bold 20px "Calibri";
  color: #353535;
}
.thematic_typography .infography-wrap {
  float: left;
  width: 158px;
  margin: 0 0 11px 16px;
}
.thematic_typography .infography-wrap.first {
  margin-left: 18px;
}
.thematic_typography .infography-wrap .infography {
  width: 158px;
  height: 112px;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thematic_typography .infography-wrap .infography:hover {
  padding: 0;
  border: 2px solid #3287ba;
}
.thematic_typography .infography-wrap .infography:hover img {
  left: -2px;
  top: -2px;
}
.thematic_typography .infography-wrap a {
  color: #166c9f;
}
.thematic_typography .infography-wrap a span {
  color: #166c9f;
  border-bottom: 1px solid #acc5d8;
}
.thematic_typography .infography-wrap a:hover {
  color: #9b330f;
}
.thematic_typography .infography-wrap a:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
.thematic_typography .infography-wrap.inactive {
  height: 112px;
  background: #ebebeb;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

#kostroma_gid {
  width: 100%;
  height: 265px;
  margin-top: 8px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#kostroma_gid.map {
  border-bottom: none;
}
#kostroma_gid #gid_wrap {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  padding-top: 24px;
  position: relative;
}
#kostroma_gid #gid_wrap h3 {
  margin-bottom: 19px;
}
#kostroma_gid #gid_wrap .sly {
  overflow: hidden;
  height: 127px;
  width: 888px;
  margin: 0 auto;
}
#kostroma_gid #gid_wrap .sly ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
#kostroma_gid #gid_wrap .sly ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 4px 0 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: left;
  width: 174px;
  height: 100%;
}
#kostroma_gid #gid_wrap .sly ul li a {
  display: block;
}
#kostroma_gid #gid_wrap .sly ul li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#kostroma_gid #gid_wrap .sly ul li a .gid_item_text {
  position: absolute;
  bottom: 0;
  text-align: left;
}
#kostroma_gid #gid_wrap .sly ul li a .gid_item_text .bg {
  position: absolute;
  width: 100%;
  opacity: 0.9;
  height: 100%;
  background: #39a8e6;
  background: -moz-linear-gradient(top, #39a8e6, #3889bc);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #39a8e6), color-stop(100%, #3889bc));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #39a8e6, #3889bc);
  background: -o-linear-gradient(top, #39a8e6, #3889bc);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #39a8e6, #3889bc);
  /* IE10 */
  background: linear-gradient(top, #39a8e6, #3889bc);
  /* CSS3 */
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  -khtml-border-radius: 0px 0px 4px 4px;
  behavior: url("../pie/PIE.htc");
}
#kostroma_gid #gid_wrap .sly ul li a .gid_item_text div {
  z-index: 2;
  padding: 5px;
  padding-left: 7px;
  padding-bottom: 8px;
  min-width: 154px;
  max-width: 164px;
  min-height: 32px;
  font: bold 12px Verdana, Geneva, sans-serif;
  color: white;
  text-shadow: 0px 1px 0px #404040;
  line-height: 16px;
  position: relative;
}
#kostroma_gid #gid_wrap .sly ul li a:hover .bg {
  background: #bb4c25;
  background: -moz-linear-gradient(top, #bb4c25, #912f0c);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bb4c25), color-stop(100%, #912f0c));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #bb4c25, #912f0c);
  background: -o-linear-gradient(top, #bb4c25, #912f0c);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bb4c25, #912f0c);
  /* IE10 */
  background: linear-gradient(top, #bb4c25, #912f0c);
  /* CSS3 */
}
#kostroma_gid #gid_wrap .sly ul li .round {
  position: absolute;
  width: 4px;
  height: 4px;
  bottom: 0;
  z-index: 150;
  background: url("../ii/round.png") no-repeat left top;
}
#kostroma_gid #gid_wrap .sly ul li .round.right {
  right: 0;
  background: url("../ii/round.png") no-repeat right top;
}
#kostroma_gid #gid_wrap .scrollbar {
  background: #e7e7e7;
  margin-top: 25px;
  height: 8px;
}
#kostroma_gid #gid_wrap .scrollbar .handle {
  background: #1675af;
  cursor: pointer;
  width: 122px;
  height: 100%;
}
#kostroma_gid #gid_wrap button {
  position: absolute;
  width: 35px;
  height: 130px;
  top: 77px;
}
#kostroma_gid #gid_wrap button.prev {
  left: 0px;
}
#kostroma_gid #gid_wrap button.next {
  right: 0px;
}
#kostroma_gid #gid_wrap button.next img {
  position: relative;
  left: 3px;
}

.btn {
  margin-bottom: 0;
  color: #333333;
  background-color: #f5f5f5;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.75);
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#333', GradientType=0);
  border: 1px solid #e3e3e3;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 white, 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 0 white, 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 white, 0 1px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, white, #f1f1f1);
  background-image: -ms-linear-gradient(top, white, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, white, #f1f1f1);
  background-image: -o-linear-gradient(top, white, #f1f1f1);
  background-image: linear-gradient(top, white, #f1f1f1);
}

#share {
  width: 100%;
  height: 66px;
  position: relative;
  border-top: 1px solid #CCC;
  top: -1px;
}
#share #share_inner {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#share #share_inner #likes {
  margin-top: 23px;
  position: absolute;
  left: 0;
}
#share #share_inner #likes .vk {
  width: 82px;
  overflow: hidden;
}
#share #share_inner #likes .g_plus {
  width: 70px;
  overflow: hidden;
}
#share #share_inner #likes .mail {
  width: 242px;
}
#share #share_inner #likes .like {
  float: left;
  margin-right: 10px;
  position: relative;
}

#footer {
  position: relative;
  width: 100%;
  min-height: 160px;
}
#footer #footer_top {
  width: 100%;
  min-height: 527px;
  max-height: 661px;
  background: url("../ii/footer_top_bg.png") repeat-x left top #104366;
}
#footer #footer_top.en {
  height: 64px;
  min-height: 0;
}
#footer #footer_top #footer_top_inner {
  width: 980px;
  margin: 0 auto;
}
#footer #footer_top #footer_top_inner #follow_social {
  width: 100%;
  height: 65px;
}
#footer #footer_top #footer_top_inner #follow_social h3 {
  float: left;
  margin-top: 15px;
  margin-bottom: 0;
  color: white;
  text-shadow: 0px 1px 0px #404040;
}
#footer #footer_top #footer_top_inner #follow_social #socials {
  width: 247px;
  height: 39px;
  float: right;
  margin-top: 16px;
  margin-right: 230px;
}
#footer #footer_top #footer_top_inner #follow_social #socials a {
  float: left;
  width: 35px;
  height: 34px;
  margin-right: 4px;
  cursor: pointer;
}
#footer #footer_top #footer_top_inner #follow_social #socials .vk {
  background: url("../ii/socials/vk.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .ok {
  background: url("../ii/socials/ok.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .facebook {
  background: url("../ii/socials/facebook.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .telegram {
  background: url("../ii/socials/telegram.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .twitter {
  background: url("../ii/socials/twitter.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .g_plus {
  background: url("../ii/socials/g_plus.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .rss {
  background: url("../ii/socials/rss.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .youtube {
  background: url("../ii/socials/youtube.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .rutube {
  background: url("../ii/socials/rutube.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .instagram {
  background: url("../ii/socials/instagram.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #bottom_menu {
  float: left;
  margin-top: 28px;
  padding-bottom: 25px;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu {
  padding: 0;
  list-style-type: none;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu ul, #footer #footer_top #footer_top_inner #bottom_menu #footer_menu li {
  list-style-type: none;
  padding: 0;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  padding-bottom: 14px;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level .menu-news-link {
  padding-bottom: 26px;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level a.root-item, #footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level a.root-item-selected {
  font: bold 18px "Calibri";
  color: white;
  text-shadow: 0px 1px 0px #404040;
  text-decoration: none;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level li {
  line-height: 18px;
  padding: 3px 0px;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level li a {
  font: 12px Verdana, Geneva, sans-serif;
  color: #c6eafe;
  text-decoration: none;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level li a:hover {
  color: #ffe345;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level li.selected a {
  color: #ffe345;
}
#footer #footer_bottom {
  width: 100%;
  height: 157px;
  float: left;
  background: url("../ii/footer_bottom_bg.png") repeat-x left top;
}
#footer #footer_bottom #footer_bottom_inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#footer #footer_bottom #footer_bottom_inner #copyright {
  position: absolute;
  top: 39px;
}
#footer #footer_bottom #footer_bottom_inner #copyright .copy {
  margin-bottom: 10px;
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #copyright .copy span {
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #contacts {
  position: absolute;
  top: 39px;
  left: 377px;
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #contacts span {
  line-height: 20px;
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #msnet {
  position: absolute;
  top: 39px;
  right: 65px;
}
#footer #footer_bottom #footer_bottom_inner #msnet span {
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #msnet .msnet {
  color: #c6eafe;
  line-height: 20px;
}
#footer #footer_bottom #footer_bottom_inner #msnet .msnet:hover {
  color: #ffe345;
}

#structure_wrap .structure_list {
  float: left;
  background: url("../ii/structure_head.png") repeat-y 55px top;
  position: relative;
  padding-left: 42px;
}
#structure_wrap .structure_list.depth_level1 {
  padding-left: 0;
  margin-left: 0;
}
#structure_wrap .structure_item.n_img {
  min-height: 90px !important;
}
#structure_wrap .structure_item.n_img .item_content_wrap {
  min-height: 60px !important;
}
#structure_wrap .structure_item.n_img .name_n_i {
  padding-bottom: 15px !important;
}
#structure_wrap .structure_item a {
  float: left;
  width: 100%;
}
#structure_wrap .structure_item a:hover .item_content_wrap {
  background: #f3f3f3;
}
#structure_wrap .structure_item a:hover .caption div, #structure_wrap .structure_item a:hover .caption_n_i div {
  border-bottom: 1px solid #444444;
}
#structure_wrap .structure_item.depth_level1 {
  padding-left: 0;
  background: none !important;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap.first {
  margin-bottom: 17px;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap {
  float: left;
  min-height: 105px;
  background: white;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap .item_content_wrap {
  min-height: 124px;
  background: white;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap.first {
  min-height: 100px;
}
#structure_wrap .structure_item div.img {
  position: absolute;
  width: 105px;
  height: 100%;
}
#structure_wrap .structure_item .caption_n_i {
  float: left;
  padding-bottom: 8px;
  line-height: 20px;
}
#structure_wrap .structure_item .caption_n_i div {
  font: 16px "Calibri";
  color: black;
  width: 93%;
  min-width: 170px;
  display: inline;
  border-bottom: 1px solid #d9d9d9;
}
#structure_wrap .structure_item .name_n_i {
  float: left;
  padding-bottom: 19px;
  line-height: 20px;
}
#structure_wrap .structure_item .name_n_i div {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
  min-width: 200px;
}
#structure_wrap .structure_item .caption {
  float: left;
  width: 100%;
  padding-bottom: 8px;
  padding-left: 105px;
  line-height: 20px;
}
#structure_wrap .structure_item .caption div {
  font: 16px "Calibri";
  color: black;
  width: 93%;
  min-width: 170px;
  display: inline;
  border-bottom: 1px solid #d9d9d9;
}
#structure_wrap .structure_item .name {
  float: left;
  width: 60%;
  padding-left: 105px;
  padding-bottom: 19px;
  line-height: 20px;
}
#structure_wrap .structure_item .name div {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
  min-width: 200px;
}

.struct-docs {
  padding-top: 25px;
}

#files.budget {
  margin-bottom: 20px;
}
#files.budget .file_to_download {
  float: left;
  width: 45.7%;
  padding-right: 30px;
  margin-bottom: 15px;
  position: relative;
}
#files.budget .file_to_download .file_type {
  position: absolute;
  top: 5px;
}
#files.budget .file_to_download a.file_name {
  display: block;
  text-decoration: none;
  margin-left: 50px;
  margin-bottom: 5px;
}
#files.budget .file_to_download .file_info {
  margin-left: 50px;
}
#files.budget.long {
  width: 100%;
}
#files .private_transport_block {
  text-align: center;
  float: left;
  width: 35.7%;
  margin-bottom: 15px;
  position: relative;
  border: 6px solid #3287ba;
  border-radius: 5px;
  padding: 23px 38px;
}
#files .private_transport_block.left {
  margin-right: 16px;
}
#files .private_transport_block.right {
  margin-left: 14px;
}
#files .private_transport_block a {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
#files .tariffs {
  float: left;
  width: 203px;
  height: 20px;
  border: 6px solid #3287ba;
  border-radius: 5px;
  text-align: center;
  margin-right: 42px;
  padding: 25px 0;
  margin-bottom: 20px;
}
#files .tariffs.right_margin_0 {
  margin-right: 0;
}

.budget_filter_form_text input.inputcheckbox {
  display: none;
}

.feedback.thematic_typography {
  padding: 15px 0px;
  margin-bottom: 20px;
}
.feedback.thematic_typography .column {
  float: left;
  width: 226px;
  padding-right: 5px;
}
.feedback.thematic_typography .column.first {
  padding-left: 20px;
}
.feedback.thematic_typography .column.last {
  padding-right: 20px;
}
.feedback.thematic_typography .column span {
  display: block;
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.feedback.thematic_typography .column span a {
  padding-right: 15px;
  display: block;
  float: left;
}

#to_appeal_form {
  position: relative;
  z-index: 5;
  height: 650px;
  display: block;
  margin-top: 7px;
  opacity: 1;
  background: #f5f5f5;
  border-top: 1px solid white;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  behavior: url("../pie/PIE.htc");
}
#to_appeal_form .twice_border {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: url("../ii/twice_border.png") repeat-x 0 0;
}
#to_appeal_form form {
  padding-top: 30px;
  padding-left: 42px;
}
#to_appeal_form form .label_wrap {
  float: left;
  width: 148px;
  min-height: 38px;
  padding-top: 7px;
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
}
#to_appeal_form form .field_wrap {
  float: left;
  width: 535px;
  min-height: 45px;
}
#to_appeal_form form .field_wrap.error input, #to_appeal_form form .field_wrap.error textarea {
  border-color: red;
}
#to_appeal_form form .field_wrap input {
  padding: 0 10px;
}
#to_appeal_form form .field_wrap.user_name input, #to_appeal_form form .field_wrap.user_email input, #to_appeal_form form .field_wrap.user_address input {
  width: 325px;
  height: 29px;
}
#to_appeal_form form .field_wrap.user_phone input {
  width: 177px;
  height: 29px;
}
#to_appeal_form form .field_wrap.answer textarea {
  width: 480px;
  max-width: 480px;
  height: 95px;
  max-height: 95px;
  padding: 10px;
}
#to_appeal_form form .field_wrap.question_text #listbox {
  width: 345px;
  height: 29px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  background: url("../ii/checkbox_list.png") no-repeat 326px 13px white;
}
#to_appeal_form form .field_wrap.question_text #listbox span {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
}
#to_appeal_form form .field_wrap.question_text #listbox .elem, #to_appeal_form form .field_wrap.question_text #listbox .first {
  height: 23px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
#to_appeal_form form .field_wrap.question_text #listbox .elem:hover {
  background: #166c9f;
}
#to_appeal_form form .field_wrap.question_text #listbox .elem:hover span {
  color: white;
}
#to_appeal_form form .submit {
  float: left;
  width: 200px;
  height: 50px;
  margin-top: 64px;
  margin-bottom: 30px;
  margin-left: 148px;
}
#to_appeal_form form .submit .btn_inner {
  padding-top: 15px;
}
#to_appeal_form form .submit .btn_inner span {
  font-size: 24px;
}
#to_appeal_form .checkbox {
  position: absolute;
  top: 384px;
  left: 190px;
  width: 22px;
  height: 22px;
}
#to_appeal_form .checkbox.error {
  border: 1px solid red;
}
#to_appeal_form .checkbox_text {
  position: absolute;
  top: 385px;
  left: 230px;
  font: 14px Verdana, Geneva, sans-serif;
  color: #404040;
}
#to_appeal_form .checkbox_text a {
  font-size: 14px;
}

.appeal_addok {
  font-size: 14px;
  padding-top: 20px;
}

.select_tabs {
  width: 100%  !important;
  height: 32px !important;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, white, whitesmoke);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whitesmoke));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, whitesmoke);
  background: -o-linear-gradient(top, white, whitesmoke);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, whitesmoke);
  /* IE10 */
  background: linear-gradient(top, white, whitesmoke);
  /* CSS3 */
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
}
.select_tabs#head_menu {
  margin-bottom: 30px;
}
.select_tabs.link_block {
  height: 52px !important;
  margin: 25px 0;
  position: relative;
}
.select_tabs.link_block .slide_inner {
  width: 855px;
  margin: 0 auto;
  overflow: hidden;
}
.select_tabs.link_block .slide_inner .slide_wrap {
  padding-top: 15px;
  position: relative;
  left: 0;
}
.select_tabs.link_block .slide_inner .slide_wrap a {
  float: left;
  padding-left: 15px;
  margin-right: 20px;
  background: url("../ii/slde_link.png") no-repeat left 7px;
}
.select_tabs.link_block .slide_inner .hide_end {
  position: absolute;
  width: 40px;
  height: 49px;
  right: 54px;
  top: 2px;
  z-index: 100;
  background: url("../ii/slde_opacity.png") no-repeat 0 0;
}
.select_tabs.link_block .lnks_btn {
  width: 41px;
  height: 38px;
  position: absolute;
  top: 6px;
}
.select_tabs.link_block .lnks_btn div {
  width: 100%;
  height: 100%;
}
.select_tabs.link_block .lnks_btn.left {
  left: 6px;
}
.select_tabs.link_block .lnks_btn.left div {
  background: url("../ii/slde_btn_arrows.png") no-repeat center 15px;
}
.select_tabs.link_block .lnks_btn.right {
  right: 6px;
}
.select_tabs.link_block .lnks_btn.right div {
  background: url("../ii/slde_btn_arrows.png") no-repeat 18px -24px;
}
.select_tabs .select_item {
  float: left;
  height: 32px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.select_tabs .select_item.item0 {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  -khtml-border-radius: 4px 0px 0px 4px;
  behavior: url("../pie/PIE.htc");
}
.select_tabs .select_item span, .select_tabs .select_item a {
  position: relative;
  top: 6px;
  color: #166c9f;
}
.select_tabs .select_item:hover, .select_tabs .select_item.active, .select_tabs .select_item.selected {
  background: #166c9f;
}
.select_tabs .select_item:hover span, .select_tabs .select_item.active span, .select_tabs .select_item.selected span {
  color: white;
}
.select_tabs.head .select_item.item0 {
  /*width: 82px;*/
}
.select_tabs.head .select_item.item1 {
  /*width: 105px;*/
}
.select_tabs.head .select_item.item2 {
  /*width: 106px;*/
}
.select_tabs.head .select_item.item3 {
  /*width: 118px;*/
}
.select_tabs.head .select_item.item3 {
  /*width: 118px;*/
}
.select_tabs.head .select_item.item4 {
  /*width: 98px;*/
}
.select_tabs.head .select_item.item5 {
  /*width: 120px;*/
}
.select_tabs.head .select_item.item6 {
  /*width: 101px;*/
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
  -khtml-border-radius: 0px 4px 4px 0px;
  behavior: url("../pie/PIE.htc");
}
.select_tabs.short {
  width: 161px !important;
  float: left;
}
.select_tabs.short.kindergarten {
  width: 208px !important;
}
.select_tabs.short a {
  padding: 0 11px !important;
}

form.budget_filter_form_text {
  position: absolute;
  width: 730px;
  top: 0;
}
form.budget_filter_form_text .normal_btn {
  position: absolute;
  right: 28px;
  top: 69px;
  width: 135px;
  height: 33px;
  z-index: 3;
}
form.budget_filter_form_text .normal_btn span {
  font-size: 14px;
  position: relative;
  top: 8px;
  padding-right: 10px;
}
form.budget_filter_form_text .normal_btn span.down {
  background: url("../ii/btn_arrow.png") no-repeat right -18px;
}
form.budget_filter_form_text .normal_btn span.up {
  background: url("../ii/btn_arrow.png") no-repeat right 7px;
}
form.budget_filter_form_text #search_top_panel, form.budget_filter_form_text .select_tabs {
  position: relative;
  height: 73px;
  width: 732px;
  margin-bottom: 20px;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, white, whitesmoke);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whitesmoke));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, whitesmoke);
  background: -o-linear-gradient(top, white, whitesmoke);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, whitesmoke);
  /* IE10 */
  background: linear-gradient(top, white, whitesmoke);
  /* CSS3 */
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
}
form.budget_filter_form_text #search_top_panel {
  margin-bottom: 0;
  z-index: 4;
}
form.budget_filter_form_text input.inputtext {
  position: absolute;
  height: 25px;
  width: 625px;
  top: 21px;
  left: 30px;
  padding: 2px 10px;
  z-index: 4;
  color:Gray;
}

input.inputtext_new {
  position: absolute;
  height: 25px;
  width: 625px;
  top: 21px;
  left: 30px;
  padding: 2px 10px;
  z-index: 4;
  color:Gray !important;
}

form.budget_filter_form_text select.inputselect {
  position: absolute;
  bottom: 0px;
  display: none;
}
form.budget_filter_form_text input[type=submit] {
  position: absolute;
  top: 21px;
  right: 28px;
  width: 36px;
  height: 31px;
  border: 0;
  color: transparent;
  background: url("../ii/filter_search.png") no-repeat 0 0;
  z-index: 4;
}

#questions {
  position: relative;
  margin-top: 40px;
  z-index: 4;
}
#questions .question_item {
  margin-top: 25px;
  margin-bottom: 25px;
}
#questions .question_item.faq {
  margin-top: -10px;
  margin-bottom: 0;
}
#questions .question_item .item_numb {
  float: left;
  width: 185px;
  height: 25px;
  font: bold 12px Verdana, Geneva, sans-serif;
  color: black;
}
#questions .question_item .date_create_item {
  float: left;
  height: 25px;
  color: #404040;
  padding-right: 60px;
}
#questions .question_item .is_answer {
  height: 25px;
}
#questions .question_item .question_text span {
  line-height: 20px;
  color: #404040;
}
#questions .question_item .question_text.link {
  cursor: pointer;
}
#questions .question_item .question_text.link span {
  border-bottom: 1px dotted #7f7f7f;
}
#questions .question_item .answer_text {
  margin-top: 25px;
  position: relative;
}
#questions .question_item .answer_text .answer_wrap {
  padding: 5px;
  display: none;
  background: #3287ba;
}
#questions .question_item .answer_text .answer_wrap.faq {
  margin-bottom: 35px;
}
#questions .question_item .answer_text .answer_wrap .answer_inner {
  background: white;
  width: 100%;
  height: 100%;
}
#questions .question_item .answer_text .answer_wrap .answer_inner span {
  display: block;
  padding: 30px;
  color: #404040;
}
#questions .question_item .answer_text .triangle_wrap {
  position: relative;
  width: 100%;
  height: 1px;
}
#questions .question_item .answer_text .triangle_wrap .triangle_inner {
  position: absolute;
  left: 47.3%;
  bottom: 0px;
  height: 0px;
  width: 48px;
}
#questions .question_item .answer_text.faq {
  margin-top: 0;
}
#questions .question_item .answer_text.faq .triangle_wrap {
  margin-top: 25px;
}
#questions .result_pager {
  width: 100%;
  padding-top: 15px;
  margin-top: 35px;
  border-top: 1px solid #CCC;
}
#questions .result_pager .modern {
  color: #404040;
}
#questions .result_pager .numbers {
  margin-left: 73px;
}
#questions .result_pager .numbers span.nav_link {
  padding: 5px 8px;
}
#questions .result_pager .numbers span.nav_link a {
  color: #404040;
  text-decoration: none;
}
#questions .result_pager .numbers span.nav_link:hover a {
  color: #404040;
}
#questions .result_pager .numbers span.current_page {
  padding: 7px 10px;
  background: #166c9f;
  color: white;
}

#common {
  position: relative;
  color: #444444;
  line-height: 20px;
  color: #404040;
}
#common .interview_detail {
  color: #444444;
}
#common .interview_detail p {
  color: #444444;
}
#common .interview_preview {
  color: #444444;
}
#common img {
  margin-right: 20px;
}
#common img.nt {
  width: 50%;
  margin-right: 35px;
  margin-top: 5px;
  margin-bottom: 20px;
  position: relative;
}
#common h3 {
  font-weight: bold;
  margin-top: -10px;
  margin-bottom: 10px;
  line-height: 24px;
}
#common h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
#common li {
  line-height: 20px;
  color: #404040;
}
#common #photogallery_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}
#common #photogallery_wrap .photogallery_three_wrap {
  width: 100%;
  padding-bottom: 10px;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 230px;
  height: 170px;
  overflow: hidden;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 170px;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a .video_preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a p {
  display: block;
  position: absolute;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #000;
  bottom: 0;
  left: 0;
  color: #aaa;
  z-index: 1000;
  margin: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a .iframe_container {
  position: relative;
  z-index: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a:hover p {
  color: #fff;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  width: 230px;
  height: 170px;
  overflow: hidden;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 170px;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a .video_preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a p {
  display: block;
  position: absolute;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #000;
  bottom: 0;
  left: 0;
  color: #aaa;
  z-index: 1000;
  margin: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a .iframe_container {
  position: relative;
  z-index: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a:hover p {
  color: #fff;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 20px;
  width: 225px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a {
  color: #166c9f;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a span {
  color: #166c9f;
  text-decoration: underline;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a:hover {
  color: #9b330f !important;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a:hover span {
  color: #9b330f !important;
  text-decoration: underline;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a {
  display: block;
  position: relative;
  margin: auto;
  width: 223px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a .infographics_img_frame {
  width: 223px;
  height: 138px;
  border: 1px solid #cbcbcb;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a .infographics_img_frame .infographics_img {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 210px;
  height: 126px;
  overflow: hidden;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a span {
  display: block;
  margin-top: 10px;
  color: #166c9f;
  margin-bottom: 20px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a p {
  display: block;
  position: absolute;
  width: 100%;
  padding: 10px;
  padding-left: 20px;
  background: #000;
  bottom: 0;
  left: 0;
  color: #aaa;
  z-index: 1000;
  margin: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a .iframe_container {
  position: relative;
  z-index: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a:hover p {
  color: #fff;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  width: 225px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a {
  color: #166c9f;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a span {
  color: #166c9f;
  text-decoration: underline;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a:hover {
  color: #9b330f !important;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a:hover span {
  color: #9b330f !important;
  text-decoration: underline;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a {
  display: block;
  position: relative;
  margin: auto;
  width: 223px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a .infographics_img_frame {
  width: 223px;
  height: 138px;
  border: 1px solid #cbcbcb;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a .infographics_img_frame .infographics_img {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 210px;
  height: 126px;
  overflow: hidden;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a span {
  display: block;
  margin-top: 10px;
  color: #166c9f;
  margin-bottom: 20px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a p {
  display: block;
  position: absolute;
  width: 100%;
  padding: 10px;
  padding-left: 20px;
  background: #000;
  bottom: 0;
  left: 0;
  color: #aaa;
  z-index: 1000;
  margin: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a .iframe_container {
  position: relative;
  z-index: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a:hover p {
  color: #fff;
}

.investmet {
  border-collapse: collapse;
  /* Убираем двойные линии между ячеек */
}
.investmet tr {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.investmet tr td, .investmet tr th {
  padding: 6px 12px;
  vertical-align: top;
  font-weight: normal;
}
.investmet tr th {
  text-align: left;
  width: 44%;
  padding-right: 10%;
}
.investmet tr td {
  text-align: left;
}
.investmet tr.last {
  border-bottom: none;
}
.investmet.small_table {
  width: 50%;
}
.investmet.small_table td {
  padding-left: 48%;
  text-align: center;
}
.investmet.small_table.capital th {
  width: 90%;
  text-align: left;
}
.investmet.small_table.capital td {
  text-align: left;
  padding-left: 6px;
}

.investment_section {
  float: left;
  padding-right: 30px;
  margin-bottom: 15px;
  position: relative;
  border: 6px solid #3287ba;
  border-radius: 5px;
  padding: 23px 38px;
}

#main_info, .investmet {
  margin-bottom: 20px;
}

#quote_slider {
  overflow: hidden;
  width: 410px;
  min-height: 100px;
  position: absolute;
  top: 420px;
  left: -25px;
  background: #2575ac;
  background: -moz-linear-gradient(top, #2575ac, #3f92c1);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2575ac), color-stop(100%, #3f92c1));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #2575ac, #3f92c1);
  background: -o-linear-gradient(top, #2575ac, #3f92c1);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2575ac, #3f92c1);
  /* IE10 */
  background: linear-gradient(top, #2575ac, #3f92c1);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2575ac', endColorstr='#3f92c1', GradientType=0);
  -webkit-box-shadow: 3px 3px 6px -3px #2b2b2b;
  -moz-box-shadow: 3px 3px 6px -3px #2b2b2b;
  box-shadow: 3px 3px 6px -3px #2b2b2b;
}
#quote_slider .wrap {
  position: relative;
  width: 820px;
}
#quote_slider .sptr {
  width: 100%;
  height: 0;
  border-top: 1px solid #2671a8;
  border-bottom: 1px solid #53a1ca;
  position: absolute;
  bottom: 35px;
}
#quote_slider .slide {
  padding: 12px 43px;
  padding-bottom: 46px;
  width: 324px;
  float: left;
}
#quote_slider .slide span {
  color: white;
}
#quote_slider .mark_wrap {
  position: absolute;
  bottom: 9px;
  width: 100%;
}
#quote_slider .markers {
  text-align: center;
}
#quote_slider .markers .mark {
  font-size: 8px;
  padding-right: 9px;
  cursor: pointer;
  margin-right: 15px;
  background: url("../ii/quote_slide.png") no-repeat 0 0;
}
#quote_slider .markers .mark:hover {
  background: url("../ii/quote_slide.png") no-repeat 0 -13px;
}
#quote_slider .markers .mark.current {
  background: url("../ii/quote_slide.png") no-repeat 0 -27px;
}
#quote_slider .quote {
  width: 14px;
  height: 15px;
  position: absolute;
}
#quote_slider .quote.up {
  top: 17px;
  left: 13px;
  background: url("../ii/quotes.png") no-repeat 0 0px;
}
#quote_slider .quote.down {
  bottom: 50px;
  right: 13px;
  background: url("../ii/quotes.png") no-repeat -20px 0px;
}

.table {
  width: 100%;
}
.table thead th {
  color: black;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  background: #eeeeee;
  border: 1px solid transparent;
}
.table thead th.first {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -khtml-border-radius: 4px 0 0 4px;
  behavior: url("../pie/PIE.htc");
}
.table thead th.last {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  behavior: url("../pie/PIE.htc");
}
.table thead th.numb {
  width: 45px;
}
.table thead th.doc_date {
  width: 80px;
}
.table thead th.view {
  width: 105px;
}
.table thead th.name {
  width: 300px;
}
.table thead th.pub_date {
  width: 100px;
}
.table thead th.file {
  width: 63px;
}
.table thead th.active_from {
  width: 64px !important;
}
.table thead th.active_to {
  width: 44px !important;
}
.table thead th.Nroute {
  width: 70px !important;
}
.table thead th.gosnomer {
  width: 133px !important;
}
.table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.table tbody tr td {
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 8px;
}
.table tbody tr td.name, .table tbody tr td.f a {
  font-size: 10px;
  line-height: 14px;
  text-decoration: none;
  color: #404040;
}
.table tbody tr td.f a {
  display: block;
  padding-top: 23px;
  height: 33px;
  background: url("../ii/dowld.png") no-repeat 12px 3px;
}
.table.queue_kindergarten td, .table.queue_kindergarten th {
  text-align: center;
}
.table.queue_kindergarten .first {
  width: 43px;
}

#search_result .table_search {
  text-align: left  !important;
  vertical-align: top;
}
#search_result .table_search th {
  width: 50%;
  vertical-align: top !important;
  padding: 5px 0;
}
#search_result .table_search th.bus {
  width: 30%;
}
#search_result .table_search td {
  width: 45%;
  padding-left: 5%;
  vertical-align: top !important;
  padding: 5px 0;
}
#search_result .table_search td.bus {
  width: 60%;
}

#official_messenger_wrap {
  position: relative;
}
#official_messenger_wrap #filter_doc_base {
  margin-bottom: 8px;
}
#official_messenger_wrap #filter_doc_base .number {
  float: left;
  margin-right: 8px;
}
#official_messenger_wrap #filter_doc_base .number input {
  width: 101px;
  height: 30px;
  padding: 0 10px;
}
#official_messenger_wrap #filter_doc_base .normal_btn {
  width: 30px;
  height: 30px;
}
#official_messenger_wrap #filter_doc_base .normal_btn .btn_inner {
  padding-top: 9px;
  padding-left: 2px;
}
#official_messenger_wrap #filter_doc_base.target-permits {
  float: left;
}
#official_messenger_wrap .select_tabs {
  margin-bottom: 10px;
}
#official_messenger_wrap .select_tabs .select_item {
  padding: 0px 10px;
}
#official_messenger_wrap .listbox {
  height: 25px;
  position: absolute;
  overflow: hidden;
  z-index: 50;
}
#official_messenger_wrap .listbox.shown {
  -webkit-box-shadow: 0px 1px 6px -3px grey;
  -moz-box-shadow: 0px 1px 6px -3px grey;
  box-shadow: 0px 1px 6px -3px grey;
}
#official_messenger_wrap .listbox.month {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 74px 12px white;
  left: 0px;
  top: 5px;
}
#official_messenger_wrap .listbox.year {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 75px 12px white;
  left: 100px;
  top: 5px;
}
#official_messenger_wrap .listbox .first, #official_messenger_wrap .listbox .elem {
  height: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
#official_messenger_wrap .listbox .first:hover a, #official_messenger_wrap .listbox .elem:hover a {
  border-bottom: 1px dotted #9b330f;
}
#official_messenger_wrap .listbox .first:hover a span, #official_messenger_wrap .listbox .elem:hover a span {
  color: #9b330f;
}
#official_messenger_wrap .listbox .first a, #official_messenger_wrap .listbox .elem a {
  text-decoration: none;
  border-bottom: 1px dotted #166c9f;
}
#official_messenger_wrap .listbox .first a span, #official_messenger_wrap .listbox .elem a span {
  color: #166c9f;
}
#official_messenger_wrap .search_type {
  float: left;
  padding: 7px 22px;
}
#official_messenger_wrap table {
  width: 100%;
}
#official_messenger_wrap table thead tr th {
  color: black;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  background: #eeeeee;
}
#official_messenger_wrap table thead tr .name {
  width: 470px;
}
#official_messenger_wrap table thead tr .file {
  width: 120px;
}
#official_messenger_wrap table thead tr .date {
  width: 135px;
}
#official_messenger_wrap table tbody tr td a {
  display: block;
  padding-top: 23px;
  height: 33px;
  background: url("../ii/dowld.png") no-repeat 12px 3px;
  width: 80px;
  margin: 0 auto;
}
#official_messenger_wrap table tbody tr .official_messenger_date {
  width: 80px;
}
#official_messenger_wrap table tbody tr .official_messenger_file {
  width: 120px;
}

#doc_base {
  position: relative;
}
#doc_base #filter_doc_base {
  margin-bottom: 8px;
}
#doc_base #filter_doc_base .number {
  float: left;
  margin-right: 8px;
}
#doc_base #filter_doc_base .number input {
  width: 101px;
  height: 30px;
  padding: 0 10px;
}
#doc_base #filter_doc_base .normal_btn {
  width: 30px;
  height: 30px;
}
#doc_base #filter_doc_base .normal_btn .btn_inner {
  padding-top: 9px;
  padding-left: 2px;
}
#doc_base #filter_doc_base.target-permits {
  float: left;
}
#doc_base .select_tabs {
  margin-bottom: 10px;
}
#doc_base .select_tabs .select_item {
  padding: 0px 10px;
}
#doc_base .listbox {
  height: 25px;
  position: absolute;
  overflow: hidden;
  z-index: 50;
}
#doc_base .listbox.shown {
  -webkit-box-shadow: 0px 1px 6px -3px grey;
  -moz-box-shadow: 0px 1px 6px -3px grey;
  box-shadow: 0px 1px 6px -3px grey;
}
#doc_base .listbox.month {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 74px 12px white;
  left: 187px;
  top: 5px;
}
#doc_base .listbox.year {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 75px 12px white;
  left: 275px;
  top: 5px;
}
#doc_base .listbox .first, #doc_base .listbox .elem {
  height: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
#doc_base .listbox .first:hover a, #doc_base .listbox .elem:hover a {
  border-bottom: 1px dotted #9b330f;
}
#doc_base .listbox .first:hover a span, #doc_base .listbox .elem:hover a span {
  color: #9b330f;
}
#doc_base .listbox .first a, #doc_base .listbox .elem a {
  text-decoration: none;
  border-bottom: 1px dotted #166c9f;
}
#doc_base .listbox .first a span, #doc_base .listbox .elem a span {
  color: #166c9f;
}
#doc_base .search_type {
  float: left;
  padding: 7px 22px;
}

.blog-page-navigation {
  padding: 16px 0px 36px 0px;
  border-top: 1px solid #cfcfcf;
  width: 100%;
  text-align: center;
}
.blog-page-navigation span.blog-page-title {
  padding-top: 4px;
  float: left;
  color: #404040;
  padding-right: 60px;
}
.blog-page-navigation span.blog-vert-separator {
  display: none;
}
.blog-page-navigation .blog-page-next, .blog-page-navigation .blog-page-previous {
  display: none;
}
.blog-page-navigation a {
  float: left;
  display: block;
  min-width: 15px;
  padding: 0px 5px 0px 5px;
  height: 25px;
  margin-right: 2px;
  border-radius: 3px;
  text-decoration: none;
  color: #404040;
  line-height: 25px;
}
.blog-page-navigation a:hover {
  background: #166c9f;
  color: #fff;
}
.blog-page-navigation .blog-page-current {
  display: block;
  float: left;
  min-width: 15px;
  padding: 0px 5px 0px 5px;
  height: 25px;
  margin-right: 2px;
  border-radius: 3px;
  background: #166c9f;
  color: #fff;
  line-height: 25px;
}
.blog-page-navigation .blog-page-dots {
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  color: #404040;
  line-height: 25px;
  margin-right: 0px;
}

#passage {
  padding: 45px 28px;
}

/* Меню на детальной странице структуры */
#struct-menu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
}
#struct-menu li {
  float: left;
  margin: 0;
  padding: 0;
}
#struct-menu li a {
  padding: 0 7px;
}
#struct-menu li a.first {
  border-radius: 4px 0px 0px 4px;
}
#struct-menu li a.last {
  border-radius: 0px 4px 4px 0px;
}

.organization {
  padding-bottom: 20px;
}
.organization .org-table .left {
  width: 100px;
  padding-bottom: 4px;
}
.organization .org-table .right {
  width: 400px;
  padding-bottom: 4px;
}

#news .news, #news .info, #info_messages .news, #info_messages .info {
  float: left;
  width: 225px;
  padding-right: 20px;
  padding-bottom: 40px;
}
#news .news a, #news .info a, #info_messages .news a, #info_messages .info a {
  display: block;
}
#news .info, #info_messages .info {
  width: 223px;
}

#info_messages {
  padding-bottom: 20px;
}

#soc-table table {
  border-collapse: inherit!important;
  border-spacing: 0;
  border-color: transparent;
}
#soc-table #education-ob {
  padding-top: 20px;
}
#soc-table #education-ob th {
  background: #eeeeee;
  text-align: left;
  vertical-align: middle;
  height: 37px;
}
#soc-table #education-ob td {
  padding-top: 10px;
  padding-bottom: 12px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}
#soc-table #education-ob td:first-of-type {
  padding-right: 15px;
  padding-left: 12px;
}
#soc-table #education-ob tr:last-of-type td {
  border-bottom: none;
}
#soc-table #education-ob .soc-col-1 {
  width: 315px;
  border-radius: 5px 0 0 5px;
  padding: 0 15px 0 12px;
}
#soc-table #education-ob .soc-col-2 {
  width: 170px;
}
#soc-table #education-ob .soc-col-3 {
  width: 85px;
}
#soc-table #education-ob .soc-col-4 {
  border-radius: 0 5px 5px 0px;
}
#soc-table .search-text {
  float: left;
  margin-right: 8px;
}
#soc-table .search-text input {
  width: 280px;
  height: 30px;
  padding: 0 10px;
}
#soc-table .search-but {
  width: 30px;
  height: 30px;
  border: 1px solid #0b4361;
  /*cursor: pointer;*/
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px grey;
  -moz-box-shadow: 0px 1px 2px 0px grey;
  box-shadow: 0px 1px 2px 0px grey;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}
#soc-table .inner-search-but {
  padding-top: 9px;
  padding-left: 2px;
  height: 100%;
  width: 100%;
  border: 0px solid transparent;
  text-align: center;
  background: #155c8b;
  background: -moz-linear-gradient(top, #398eb5, #155c8b);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398eb5), color-stop(100%, #155c8b));
  background: -webkit-linear-gradient(top, #398eb5, #155c8b);
  background: -o-linear-gradient(top, #398eb5, #155c8b);
  background: -ms-linear-gradient(top, #398eb5, #155c8b);
  background: linear-gradient(top, #398eb5, #155c8b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398eb5', endColorstr='#155c8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -moz-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}

#sport-table table {
  border-collapse: inherit!important;
  border-spacing: 0;
  border-color: transparent;
}
#sport-table #education-ob {
  padding-top: 20px;
}
#sport-table #education-ob th {
  background: #eeeeee;
  text-align: left;
  vertical-align: middle;
  height: 37px;
}
#sport-table #education-ob td {
  padding-top: 10px;
  padding-bottom: 12px;
  padding-right: 10px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}
#sport-table #education-ob td:first-of-type {
  padding-right: 15px;
  padding-left: 12px;
}
#sport-table #education-ob tr:last-of-type td {
  border-bottom: none;
}
#sport-table #education-ob .soc-col-1 {
  width: 235px;
  border-radius: 5px 0 0 5px;
  padding: 0 15px 0 12px;
}
#sport-table #education-ob .soc-col-2 {
  width: 160px;
  padding-right: 10px;
}
#sport-table #education-ob .soc-col-3 {
  width: 175px;
  padding-right: 10px;
}
#sport-table #education-ob .soc-col-4 {
  border-radius: 0 5px 5px 0px;
}
#sport-table .search-text {
  float: left;
  margin-right: 8px;
}
#sport-table .search-text input {
  width: 280px;
  height: 30px;
  padding: 0 10px;
}
#sport-table .search-but {
  width: 30px;
  height: 30px;
  border: 1px solid #0b4361;
  /*cursor: pointer;*/
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px grey;
  -moz-box-shadow: 0px 1px 2px 0px grey;
  box-shadow: 0px 1px 2px 0px grey;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}
#sport-table .inner-search-but {
  padding-top: 9px;
  padding-left: 2px;
  height: 100%;
  width: 100%;
  border: 0px solid transparent;
  text-align: center;
  background: #155c8b;
  background: -moz-linear-gradient(top, #398eb5, #155c8b);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398eb5), color-stop(100%, #155c8b));
  background: -webkit-linear-gradient(top, #398eb5, #155c8b);
  background: -o-linear-gradient(top, #398eb5, #155c8b);
  background: -ms-linear-gradient(top, #398eb5, #155c8b);
  background: linear-gradient(top, #398eb5, #155c8b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398eb5', endColorstr='#155c8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -moz-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}

#tourist_map #elements {
  width: 249px;
  height: 641px;
  background-color: #cfcfcf;
  margin-right: 2px;
  float: left;
}
#tourist_map #map {
  width: 728px;
  height: 641px;
  background-color: #cfcfcf;
  float: left;
}

.discuss {
  margin-bottom: 25px;
}
.discuss .discuss-date {
  color: #6c6c6c;
}

.discuss-files {
  padding-top: 25px;
}

.comment_item_container {
  padding-bottom: 25px;
  position: relative;
}
.comment_item_container .comment_item_top {
  padding-bottom: 3px;
  color: #000;
  font: 12px Verdana, Geneva, sans-serif;
}
.comment_item_container .comment_item_top .comment-date {
  padding-left: 18px;
  color: #6c6c6c;
}
.comment_item_container .comment_item_controls {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.comment_item_container .comment_submit {
  height: 36px;
  width: 133px;
  background-image: url(images/submit_btn.png);
  border: none;
  margin-top: 20px;
  padding: 0;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
}

.comment_reply {
  width: 100%;
  overflow: hidden;
  background: whitesmoke url("../ii/inf_grad.png") repeat-x left top;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  margin-top: 20px;
}
.comment_reply h4 {
  margin-top: 14px;
  margin-bottom: 18px;
  padding-left: 18px;
  font: normal 14px Verdana, Geneva, sans-serif;
}
.comment_reply h4 a {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.comment_reply #form_show {
  margin-top: 0;
}
.comment_reply fieldset {
  margin: 0 18px;
  padding: 0;
}
.comment_reply .discuss-form-table td {
  padding-bottom: 8px;
}
.comment_reply .discuss-form-table td.left {
  width: 170px;
  color: #000;
  font: 14px Verdana, Geneva, sans-serif;
  text-shadow: 1px 1px 0px #fff;
}
.comment_reply .discuss-form-table td.right input {
  height: 28px;
  font-size: 14px;
  width: 225px;
}
.comment_reply .discuss-form-table td.right textarea {
  font-size: 14px;
  width: 525px;
  height: 140px;
}
.comment_reply .discuss-form-table td.right .button-wrap {
  border: 1px solid #0b4361;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px grey;
  -moz-box-shadow: 0px 1px 2px 0px grey;
  box-shadow: 0px 1px 2px 0px grey;
  float: left;
  border-radius: 4px;
}
.comment_reply .discuss-form-table td.right .button-wrap button {
  cursor: pointer;
  padding: 10px 15px;
  font-size: 14px;
  border: 0px solid transparent;
  text-align: center;
  background: #155c8b;
  background: -moz-linear-gradient(top, #398eb5, #155c8b);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398eb5), color-stop(100%, #155c8b));
  /* Chrome 10, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #398eb5, #155c8b);
  background: -o-linear-gradient(top, #398eb5, #155c8b);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #398eb5, #155c8b);
  /* IE10 */
  background: linear-gradient(top, #398eb5, #155c8b);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398eb5', endColorstr='#155c8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -moz-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  box-shadow: inset 0px 1px 2px 0px #99C6D9;
  font-family: "Calibri";
  font-weight: bold;
  color: white;
  text-shadow: 0px 1px 1px #3A3A3A;
}

/*Link to infographics*/
#footer_menu li.first_level item6 a {
  cursor: pointer!important;
  text-decoration: underline!important;
}

/*EN template*/
#content_inner_en {
  margin: 0px auto;
  margin-top: 40px;
  max-width: 980px;
  min-width: 980px;
  min-height: 300px;
  margin-bottom: 50px;
}

.map_of_kostroma_en {
  margin-bottom: 10px;
}

#krpano {
  height: 600px;
}

#tourist_map .frame {
  padding: 0 17px;
  width: 216px;
  height: 641px;
  background-color: #f3f3f3;
  margin-right: 2px;
  float: left;
  border-radius: 5px 0 0 5px;
}
#tourist_map .frame .slidee {
  padding: 0 10px;
  margin: 0;
}
#tourist_map .frame .slidee li {
  margin: 11px 0;
  padding-left: 0;
  list-style-image: url(../ii/map/list_marker.jpg);
}
#tourist_map .frame .slidee li a {
  color: black;
  text-decoration: none;
  border-bottom: dotted 1px;
  cursor: pointer;
}
#tourist_map .frame .slidee #elements {
  width: 249px;
  height: 641px;
  background-color: #cfcfcf;
  margin-right: 2px;
  float: left;
}
#tourist_map .frame .slidee .scrollbar {
  background: #e7e7e7;
  margin: 5px 0 5px 0;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 4px;
  right: 0;
}
#tourist_map .frame .slidee .scrollbar .handle {
  background: #1675af;
  cursor: pointer;
  width: 4px;
}
#tourist_map .frame .slidee .submenu {
  padding-left: 15px;
}
#tourist_map .frame .slidee .submenu li {
  list-style-image: none;
  list-style-type: none;
}
#tourist_map #map {
  width: 728px;
  height: 641px;
  background-color: #f3f3f3;
  float: left;
  border-radius: 0 5px   5px 0;
  margin-bottom: 45px;
}
#tourist_map #map .mark_conteinetr {
  position: relative;
  display: inline-block;
  background: #1f6085;
  border-radius: 5px;
  padding: 15px 15px;
}
#tourist_map #map .mark_conteinetr .layout-element a {
  color: white;
  float: left;
}
#tourist_map #map .arrow {
  position: absolute;
  width: 29px;
  height: 30px;
  background: url("../ii/map/arrow.png") no-repeat;
  top: 100%;
  left: 28px;
}
#tourist_map #map .baloon_conteinetr {
  position: absolute;
  width: 200px;
  background: #1f6085;
  border-radius: 5px;
  padding: 15px 15px;
}
#tourist_map #map .baloon_conteinetr .layout-element {
  color: white;
}
#tourist_map #map .baloon_conteinetr .arrow {
  position: absolute;
  width: 29px;
  height: 30px;
  background: url("../ii/map/arrow.png") no-repeat;
  top: 100%;
  left: 28px;
}

.page404 {
  height: 442px;
  padding-top: 0px;
}
.page404 h3 {
  margin-top: 72px;
  font-size: 36px;
  line-height: 18px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  margin-left: -2px;
}
.page404 .span404 {
  padding-top: 127px;
  z-index: 0;
  font-family: arial black;
  font-size: 500px;
  color: #f0f0f0;
}

/* Результаты поиска */
.search-result .search-item {
  float: left;
  width: 233px;
  padding: 0 25px 25px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.searh-page-form {
  padding-bottom: 25px;
}
.searh-page-form input {
  height: 26px;
  width: 620px;
  padding-left: 6px;
}
.searh-page-form .normal_btn {
  padding: 0;
  display: block;
  height: 30px;
  width: 30px;
  float: left;
  background: #0B4361;
  margin-right: 20px;
}
.searh-page-form .normal_btn .btn_inner {
  padding-left: 2px;
  padding-top: 9px;
}
.searh-page-form .search-query {
  float: left;
  padding-right: 10px;
}
.searh-page-form .select_tabs.short.search {
  width: 213px !important;
}

#header #header_inner #site_search #search-form {
  position: relative;
}
#header #header_inner #site_search #search-form input.search-form-submit {
  display: block;
  position: absolute;
  right: 40px;
  top: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  background: none;
  z-index: 200;
  cursor: pointer;
}

.comment span {
  font-family: "Calibri";
  font-size: 48px;
  color: #bdbdbd;
  line-height: 20px;
}
.comment span.lquote {
  float: left;
}
.comment p {
  padding: 0 50px;
}
.comment p .rqoute {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.event {
  margin-bottom: 30px;
}

/* Считчик в футере*/
.os-counter {
  padding-top: 20px;
}

/*Аренда, Продажа и Реклама муниципального имущества*/
#property_rent_wrap {
  position: relative;
}
#property_rent_wrap #filter_doc_base {
  margin-bottom: 8px;
}
#property_rent_wrap #filter_doc_base .number {
  float: left;
  margin-right: 8px;
}
#property_rent_wrap #filter_doc_base .number input {
  width: 101px;
  height: 30px;
  padding: 0 10px;
}
#property_rent_wrap #filter_doc_base .normal_btn {
  width: 30px;
  height: 30px;
}
#property_rent_wrap #filter_doc_base .normal_btn .btn_inner {
  padding-top: 9px;
  padding-left: 2px;
}
#property_rent_wrap #filter_doc_base.target-permits {
  float: left;
}
#property_rent_wrap #filter_doc_base #listbox_status {
  cursor: pointer;
}
#property_rent_wrap .select_tabs {
  margin-bottom: 10px;
}
#property_rent_wrap .select_tabs .select_item {
  padding: 0px 10px;
}
#property_rent_wrap .listbox {
  height: 25px;
  position: absolute;
  overflow: hidden;
  z-index: 50;
}
#property_rent_wrap .listbox.shown {
  -webkit-box-shadow: 0px 1px 6px -3px grey;
  -moz-box-shadow: 0px 1px 6px -3px grey;
  box-shadow: 0px 1px 6px -3px grey;
}
#property_rent_wrap .listbox.month {
  width: 235px;
  background: white;
  left: 147px;
  top: -3px;
}
#property_rent_wrap .listbox.year {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 75px 12px white;
  left: 100px;
  top: 5px;
}
#property_rent_wrap .listbox .first, #property_rent_wrap .listbox .elem {
  height: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
#property_rent_wrap .listbox .first:hover a, #property_rent_wrap .listbox .elem:hover a {
  border-bottom: 1px dotted #9b330f;
}
#property_rent_wrap .listbox .first:hover a span, #property_rent_wrap .listbox .elem:hover a span {
  color: #9b330f;
}
#property_rent_wrap .listbox .first a, #property_rent_wrap .listbox .elem a {
  float: left;
  text-decoration: none;
  border-bottom: 1px dotted #166c9f;
}
#property_rent_wrap .listbox .first a span, #property_rent_wrap .listbox .elem a span {
  color: #166c9f;
}
#property_rent_wrap .listbox .first .list_arr_text, #property_rent_wrap .listbox .elem .list_arr_text {
  float: left;
  background: url("../ii/list_filter.png") no-repeat 7px 10px white;
  width: 18px;
  height: 19px;
}
#property_rent_wrap .search_type {
  float: left;
  padding: 7px 22px;
}
#property_rent_wrap table {
  width: 100%;
}
#property_rent_wrap table thead tr th {
  color: black;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  background: #eeeeee;
}
#property_rent_wrap table thead tr .number {
  width: 30px;
}
#property_rent_wrap table thead tr .name {
  width: 470px;
}
#property_rent_wrap table thead tr .status {
  width: 120px;
}
#property_rent_wrap table thead tr .date {
  width: 80px;
}
#property_rent_wrap table tbody tr td a {
  margin: 0 auto;
}
#property_rent_wrap table tbody tr .table_property_number {
  width: 30px;
  text-align: center;
}
#property_rent_wrap table tbody tr .table_property_name {
  width: 80px;
}
#property_rent_wrap table tbody tr .table_property_date {
  width: 80px;
}
#property_rent_wrap table tbody tr .table_property_status {
  width: 80px;
}

.float_left {
  float: left;
}

#fb_xdm_frame_http, #fb_xdm_frame_https {
  display: none;
}

.subsection_separator {
  width: 100%;
  clear: both;
  margin-bottom: 5px;
  margin-top: 20px;
}
.subsection_separator span {
  font-weight: bold;
  font-size: 22px;
  color: #000;
}

.wrap_subfolder_files {
  width: 728px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.wrap_table_municipal_service {
  margin-top: 30px;
}
.wrap_table_municipal_service .blog-page-navigation {
  margin-bottom: 30px;
}
.wrap_table_municipal_service .table {
  margin-bottom: 20px;
}
.wrap_table_municipal_service .table .radius_four .num {
  width: 32px;
}
.wrap_table_municipal_service .table .radius_four .name_service {
  width: 143px;
}
.wrap_table_municipal_service .table .radius_four .file_link {
  width: 79px;
}
.wrap_table_municipal_service .table .radius_four .provision_services {
  width: 465px;
}
.wrap_table_municipal_service .table tbody tr .municip_service_file a {
  display: block;
  padding-top: 23px;
  height: 33px;
  background: url("../ii/dowld.png") no-repeat 12px 3px;
  width: 80px;
  margin: 0 auto;
}
.wrap_table_municipal_service .table tbody tr .provision_services_name span {
  display: block;
  margin-bottom: 5px;
}

.filter_news_fields input {
  display: none;
}
.filter_news_fields select {
  display: none;
}

.news_filter_calendar {
  width: 15px;
  height: 15px;
  background: url("../bitrix/images/icons/calendar.gif") no-repeat;
  cursor: pointer;
}

#modal_calendar {
  float: left;
  height: 22px;
  margin-right: 10px;
}
#modal_calendar .date-interval-hellip {
  display: none;
}
#modal_calendar img {
  float: left;
  margin-right: 10px;
}
#modal_calendar .start_news_filter {
  float: left;
  margin-right: 30px;
}

.news_filter span {
  color: #166c9f;
  border-bottom: 1px dotted #166c9f;
  cursor: pointer;
}
.news_filter span:hover {
  color: #9b330f;
  border-bottom: 1px dotted #9b330f;
}

.popup-window {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}
.popup-window .popup-window-top-row .popup-window-left-column {
  display: none;
}
.popup-window .popup-window-top-row .popup-window-center-column {
  display: none;
}
.popup-window .popup-window-top-row .popup-window-right-column {
  display: none;
}
.popup-window .popup-window-content-row .popup-window-left-column {
  display: none;
}
.popup-window .popup-window-content-row .popup-window-right-column {
  display: none;
}
.popup-window .popup-window-content-row .popup-window-center-column .popup-window-content .bx-calendar .bx-calendar-header .bx-calendar-left-arrow {
  margin-left: 0px;
}
.popup-window .popup-window-content-row .popup-window-center-column .popup-window-content .bx-calendar .bx-calendar-header .bx-calendar-header-content {
  width: 161px;
}
.popup-window .popup-window-content-row .popup-window-center-column .popup-window-content .bx-calendar .bx-calendar-name-day-wrap {
  margin: 0px 0px 3px;
  height: 18px;
  padding: 1px 3px 0px 0px;
}
.popup-window .popup-window-bottom-row .popup-window-left-column {
  display: none;
}
.popup-window .popup-window-bottom-row .popup-window-center-column {
  display: none;
}
.popup-window .popup-window-bottom-row .popup-window-right-column {
  display: none;
}

.detail_news_date {
  margin-bottom: 10px;
}
.detail_news_date span {
  font-style: italic;
  font-siz: 14px;
  color: #404040;
}

.news_filter_detail {
  margin-bottom: -18px;
}

.invest_wrap {
  position: relative;
  width: 100%;
}
.invest_wrap #frame {
  width: 602px;
  height: 600px;
  margin: 0 auto;
  top: 50px;
  overflow: hidden;
  margin-bottom: 70px;
}
.invest_wrap #frame .slidee .wrap_elem_invest {
  float: left;
}
.invest_wrap #frame .slidee .wrap_elem_invest a {
  display: block;
  width: 600px;
  text-align: center;
}
.invest_wrap #frame .slidee .wrap_elem_invest a .infographics_img_frame {
  width: 600px;
  display: table-cell;
}
.invest_wrap #frame .slidee .wrap_elem_invest a .infographics_img_frame .infographics_img {
  text-align: center;
}
.invest_wrap #frame .slidee .wrap_elem_invest a .infographics_img_frame .infographics_img img {
  max-width: 600px;
}
.invest_wrap .invest_btn_left {
  height: 38px;
  width: 41px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url("../ii/slde_btn_arrows.png") 50% 15px no-repeat;
}
.invest_wrap .invest_btn_right {
  height: 38px;
  width: 41px;
  position: absolute;
  right: 0;
  top: 0px;
  background: url("../ii/slde_btn_arrows.png") 18px -24px no-repeat;
}
.invest_wrap .go_to_slide {
  position: absolute;
  top: 0px;
  left: 319px;
}
.invest_wrap .go_to_slide input {
  width: 40px;
  height: 20px;
  text-align: center;
}

#tourist_map.investment_map #elements {
  width: 249px;
  height: 641px;
  background-color: #cfcfcf;
  margin-right: 2px;
  float: left;
}
#tourist_map.investment_map #map {
  width: 728px;
  height: 641px;
  background-color: #cfcfcf;
  float: left;
}
#tourist_map.investment_map #map_conteiner #frame {
  width: 696px;
  height: auto;
  border-radius: 5px;
}
#tourist_map.investment_map #map_conteiner #frame .slidee {
  width: 696px;
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu {
  float: left;
  width: 310px;
  margin-right: 30px;
  position: relative;
  list-style: none;
  list-style-image: none;
  margin-bottom: 3px;
  margin-top: 0px;
  line-height: 15px;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu a {
  color: #166c9f;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu a:hover {
  color: #9b330f;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu .submenu {
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 0px;
  z-index: 1000;
  border: 1px solid #ccc;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu .submenu li {
  padding-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 10px;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .fl_right {
  float: right;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .separator_menu_li {
  list-style: none;
  list-style-image: none;
  margin-bottom: 3px;
  margin-top: 0px;
  width: 630px;
  clear: both;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .items_menu_map_separator {
  width: 720px;
  clear: both;
}

.link_invest {
  margin-bottom: 40px;
}

.message {
  border: 6px solid #3287BA;
  height: auto;
  margin-bottom: 50px;
  padding: 30px 40px;
}

.kostroma_bridge {
  margin-top: 40px;
  text-align: center;
}
.kostroma_bridge .useful_inner {
  background: white;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}
.kostroma_bridge .useful_inner h4 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.kostroma_bridge .useful_inner a {
  text-decoration: none;
  border-bottom: 1px solid #acc5d8;
  line-height: 15px;
}
.kostroma_bridge .useful_inner a div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.kostroma_bridge .useful_inner a div span {
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
  border-bottom: 1px solid #b2b2b2;
  line-height: 38px;
}
.kostroma_bridge .useful_inner a:hover {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
.kostroma_bridge .useful_inner a:hover span {
  border-bottom: 1px solid #9b330f;
}

.treatment_info .wrap_investors {
  height: auto;
  border: 6px solid #3287ba;
  margin-bottom: 25px;
  padding: 17px 30px;
  width: 660px;
}
.treatment_info .wrap_investors h3 {
  margin-bottom: 0;
}

.inner_top_menu_wrap {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, white, whitesmoke);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whitesmoke));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, whitesmoke);
  background: -o-linear-gradient(top, white, whitesmoke);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, whitesmoke);
  /* IE10 */
  background: linear-gradient(top, white, whitesmoke);
  /* CSS3 */
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  padding: 7px;
  margin-bottom: 10px;
}

.inner_top_menu {
  float: left;
  width: 235px;
  padding: 0px;
  margin: 0px;
  margin-left: 0px;
}
.inner_top_menu li {
  list-style: none;
  width: 235px;
  clear: both;
}
.inner_top_menu li a {
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 4px;
}
.inner_top_menu .separator_top_menu {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.inner_top_menu .select_item {
  float: left;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}
.inner_top_menu .select_item.item0 {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  -khtml-border-radius: 4px 0px 0px 4px;
  behavior: url("../pie/PIE.htc");
}
.inner_top_menu .select_item span, .inner_top_menu .select_item a {
  position: relative;
  color: #166c9f;
}
.inner_top_menu .select_item:hover span, .inner_top_menu .select_item.active span, .inner_top_menu .select_item.selected span {
  color: #000;
}

.new_top_slider {
  height: 85px;
  position: relative;
  width: 983px;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: -20px;
}
.new_top_slider .slidee li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 983px;
}
.new_top_slider .slidee li a img {
  height: 85px;
}
.new_top_slider .lnks_btn {
  width: 41px;
  height: 38px;
  position: absolute;
  top: 22px;
}
.new_top_slider .lnks_btn div {
  width: 100%;
  height: 100%;
}
.new_top_slider .lnks_btn.left {
  left: 24px;
}
.new_top_slider .lnks_btn.left div {
  background: url("../ii/slde_btn_arrows.png") no-repeat center 15px;
}
.new_top_slider .lnks_btn.right {
  right: 24px;
}
.new_top_slider .lnks_btn.right div {
  background: url("../ii/slde_btn_arrows.png") no-repeat 18px -24px;
}

.wrap_about_fotoevo h2 {
  margin-bottom: 21px;
}
.wrap_about_fotoevo h3 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 30px;
}
.wrap_about_fotoevo .content_fotoevo img {
  float: left;
  margin-right: 31px;
}
.wrap_about_fotoevo .content_fotoevo p {
  margin-top: 0px;
  margin-bottom: 34px;
}
.wrap_about_fotoevo .content_fotoevo .line_text {
  font-size: 14px;
  line-height: 22px;
}
.wrap_about_fotoevo .content_fotoevo .column_text {
  font-size: 12px;
  line-height: 20px;
}
.wrap_about_fotoevo .content_fotoevo .columns_text_wrap p {
  float: left;
  width: 308px;
  margin-right: 25px;
}
.wrap_about_fotoevo .content_fotoevo .columns_text_wrap .right_column_text {
  margin-right: 0px;
}
.wrap_about_fotoevo .content_fotoevo .center_block {
  margin-bottom: 0px;
}
.wrap_about_fotoevo .content_fotoevo .center_block p {
  margin-bottom: 26px;
}
.wrap_about_fotoevo .content_fotoevo .progr_festival p {
  margin-bottom: 16px;
}
.wrap_about_fotoevo .link_fotoevo_wrap {
  width: 100%;
  border: 6px solid #3082b3;
  text-align: center;
  height: 80px;
  border-radius: 3px;
}
.wrap_about_fotoevo .link_fotoevo_wrap span {
  line-height: 80px;
  color: #404040;
  font-size: 18px;
  font-family: 'Arial';
}
/* fonts */
/* colors */
/* template styles */
.clearfix {
  display: block;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

/* IE6 */
* html .clearfix {
  height: 1%;
}

/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}

html, body {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 730px;
  width: 100%;
  height: 100%;
  font-family: Verdana, Geneva, sans-serif, Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
  font-size: 12px;
  color: #404040;
  background-color: white;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #000;
  font-weight: bold;
  font-family: "Calibri";
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
  line-height: 33px;
  margin-top: 5px;
  margin-bottom: 25px;
}

h3 {
  font-size: 24px;
  margin-bottom: 17px;
}

h4 {
  margin-bottom: 16px;
  font-size: 22px;
}

h5 {
  margin-bottom: 16px;
  font-size: 18px;
}

h6 {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 18px;
}

span, p, ul {
  color: #404040;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 18px;
}

ul {
  padding-left: 40px;
}
ul li {
  padding: 0 0 4px 2px;
}

a, img {
  outline: 0;
  border: 0;
}

a {
  color: #0e63a1;
  text-decoration: underline;
}
a:hover, a.active {
  color: #9b330f;
}

table {
  width: 100%;
}
table th {
  background: #eeeeee;
  text-align: left;
  vertical-align: middle;
  height: 37px;
}
table td {
  padding-top: 10px;
  padding-bottom: 12px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}
table td:first-of-type {
  padding-right: 15px;
  padding-left: 12px;
}
table tr:last-of-type td {
  border-bottom: none;
}

.bx-core-waitwindow {
  background-color: #176ca0;
  background-image: none;
  padding: 10px 17px;
  border: none;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

#page_wrapper {
  min-height: 100%;
}

.radius_four {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}

.radius_six {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -khtml-border-radius: 6px;
  behavior: url("../pie/PIE.htc");
}

.new_link {
  font: 12px Verdana, Geneva, sans-serif;
  text-decoration: none;
  padding-bottom: 1px;
  line-height: 20px;
  border-bottom: 1px solid #acc5d8;
}

.footer_link {
  color: #c6eafe;
  text-decoration: none;
  border-bottom: 1px solid #446d8a;
}
.footer_link:hover {
  color: #ffe345;
  border-color: #ffe345;
}

.border_link {
  text-decoration: none;
}
.border_link span {
  font: 12px Verdana, Geneva, sans-serif;
  color: #166c9f;
  padding-bottom: 1px;
  line-height: 20px;
  border-bottom: 1px solid #acc5d8;
}
.border_link:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}

.pointer {
  cursor: pointer;
}

input[type=text], textarea, #listbox, .checkbox {
  outline: 0;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
  behavior: url("../pie/PIE.htc");
  background: white;
  -webkit-box-shadow: inset 0px 1px 6px -3px grey;
  -moz-box-shadow: inset 0px 1px 6px -3px grey;
  box-shadow: inset 0px 1px 6px -3px grey;
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
}

.checkbox {
  width: 22px;
  height: 22px;
}
.checkbox.checked {
  background: url("../ii/checkbox.png") no-repeat 6px 6px white;
}

.normal_btn {
  border: 1px solid #0b4361;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px grey;
  -moz-box-shadow: 0px 1px 2px 0px grey;
  box-shadow: 0px 1px 2px 0px grey;
}
.normal_btn .btn_inner {
  height: 100%;
  width: 100%;
  border: 0px solid transparent;
  text-align: center;
  background: #155c8b;
  background: -moz-linear-gradient(top, #398eb5, #155c8b);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398eb5), color-stop(100%, #155c8b));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #398eb5, #155c8b);
  background: -o-linear-gradient(top, #398eb5, #155c8b);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #398eb5, #155c8b);
  /* IE10 */
  background: linear-gradient(top, #398eb5, #155c8b);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398eb5', endColorstr='#155c8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -moz-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  box-shadow: inset 0px 1px 2px 0px #99C6D9;
}
.normal_btn .btn_inner span {
  font-family: "Calibri";
  font-weight: bold;
  color: white;
  text-shadow: 0px 1px 1px #3A3A3A;
}

.lnks_btn {
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url("../pie/PIE.htc");
  text-align: center;
  background: #e9e9e9;
  background: -moz-linear-gradient(top, white, #e9e9e9);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9e9e9));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, #e9e9e9);
  background: -o-linear-gradient(top, white, #e9e9e9);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, #e9e9e9);
  /* IE10 */
  background: linear-gradient(top, white, #e9e9e9);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e9e9e9', GradientType=0);
  cursor: pointer;
}
.lnks_btn:hover {
  background: #e9e9e9;
  background: -moz-linear-gradient(top, white, #f0f0f0);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f0f0));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, #f0f0f0);
  background: -o-linear-gradient(top, white, #f0f0f0);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, #f0f0f0);
  /* IE10 */
  background: linear-gradient(top, white, #f0f0f0);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f0f0f0', GradientType=0);
}
.lnks_btn:active {
  background: #e9e9e9;
  background: -moz-linear-gradient(top, #ebebeb, #e7e7e7);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #e7e7e7));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #ebebeb, #e7e7e7);
  background: -o-linear-gradient(top, #ebebeb, #e7e7e7);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebebeb, #e7e7e7);
  /* IE10 */
  background: linear-gradient(top, #ebebeb, #e7e7e7);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#e7e7e7', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 8px -4px grey;
  -moz-box-shadow: inset 0px 1px 8px -4px grey;
  box-shadow: inset 0px 1px 8px -4px grey;
}

/* header */
#header {
  width: 100%;
  height: 218px;
  background: url("../ii/header_bg.png") repeat-x left top;
  border-bottom: 1px solid #353535;
  -webkit-box-shadow: 0px 0px 3px 2px grey;
  -moz-box-shadow: 0px 0px 3px 2px grey;
  box-shadow: 0px 0px 3px 2px grey;
  position: relative;
  z-index: 100;
}
#header #header_inner {
  padding-top: 47px;
  height: 171px;
  min-width: 980px;
  max-width: 980px;
  margin: 0 auto;
}
#header #header_inner #logo {
  float: left;
  width: 311px;
  height: 116px;
  position: relative;
}
#header #header_inner #logo a {
  border: 0;
  line-height: 0;
}
#header #header_inner #logo h4 {
  position: absolute;
  left: 82px;
}
#header #header_inner #logo h4.title {
  top: 0px;
  font: bold 24px "Calibri";
  color: white;
  line-height: 22px;
}
#header #header_inner #logo h4.official_site {
  top: 50px;
  font: normal 18px Arial, Helvetica, sans-serif;
  color: #01324d;
}
#header #header_inner #en_ru {
  float: left;
  width: 187px;
  height: 116px;
  padding-top: 3px;
  position: relative;
}
#header #header_inner #en_ru a {
  border: 0;
  text-decoration: none;
  padding-left: 26px;
  background: url("../ii/en.png") no-repeat left 90%;
}
#header #header_inner #en_ru a span {
  font: 14px Verdana, Geneva, sans-serif;
  color: white;
  border-bottom: 1px solid #699cb6;
}
#header #header_inner #en_ru a:hover span {
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #ru_en {
  float: left;
  width: 187px;
  height: 116px;
  padding-top: 3px;
  position: relative;
}
#header #header_inner #ru_en a {
  border: 0;
  text-decoration: none;
  padding-left: 26px;
  background: url("../ii/ru.png") no-repeat left 90%;
}
#header #header_inner #ru_en a span {
  font: 14px Verdana, Geneva, sans-serif;
  color: white;
  border-bottom: 1px solid #699cb6;
}
#header #header_inner #ru_en a:hover span {
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #site_search {
  float: left;
  position: relative;
  width: 251px;
  height: 116px;
  padding-top: 2px;
}
#header #header_inner #site_search input {
  width: 170px;
  height: 27px;
  border: 0;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 25px;
  font: normal 12px Verdana, Geneva, sans-serif;
  color: #393939;
  background: url("../ii/head_search.png") no-repeat left top;
}
#header #header_inner #site_search input.search_focus, #header #header_inner #site_search input.pointer:hover {
  background: url("../ii/head_search.png") no-repeat left -36px;
}
#header #header_inner #site_search .search_click {
  position: absolute;
  width: 13px;
  height: 12px;
  top: 10px;
  left: 188px;
  cursor: pointer;
  background: url("../ii/search.png") no-repeat left top;
  z-index: 100;
}
#header #header_inner #site_search .search_click:hover + input {
  background: url("../ii/head_search.png") no-repeat left -36px;
}
#header #header_inner #site_search span {
  color: #9fc7dd;
}
#header #header_inner #site_search .example {
  margin-top: 4px;
  padding-left: 2px;
}
#header #header_inner #site_search a {
  font: normal 12px Verdana, Geneva, sans-serif;
  text-decoration: none;
  border-bottom: 1px dotted #699cb6;
  color: white;
}
#header #header_inner #site_search a:hover {
  color: #fcd702;
  border-bottom: 1px dotted #fcd702;
}
#header #header_inner #visual_impaired {
  float: left;
  position: relative;
  width: 230px;
  height: 116px;
}
#header #header_inner #visual_impaired a.visual {
  position: absolute;
  left: 0;
  font: normal 20px "Calibri";
  color: white;
  text-decoration: none;
  min-width: 227px;
  border-bottom: 1px solid #699cb6;
}
#header #header_inner #visual_impaired a.visual:hover {
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #visual_impaired #sitemap {
  position: absolute;
  top: 26px;
  margin-top: 9px;
  left: -19px;
}
#header #header_inner #visual_impaired #sitemap a {
  font: normal 12px Verdana, Geneva, sans-serif;
  text-decoration: none;
  padding-left: 19px;
  background: transparent url("../ii/map_sprite.png") no-repeat left 3px;
}
#header #header_inner #visual_impaired #sitemap a span {
  border-bottom: 1px solid #699cb6;
  color: white;
}
#header #header_inner #visual_impaired #sitemap a:hover {
  background: transparent url("../ii/map_sprite.png") no-repeat left -18px;
}
#header #header_inner #visual_impaired #sitemap a:hover span {
  border-bottom: 1px solid #fcd702;
  color: #fcd702;
}
#header #header_inner #header_menu_layer {
  float: left;
  width: 100%;
  margin-top: 11px;
}
#header #header_inner #header_menu_layer ul#header_menu {
  position: relative;
  padding: 0;
}
#header #header_inner #header_menu_layer ul#header_menu li {
  padding: 0;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level {
  display: inline-block;
  float: left;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.en {
  width: 12.5%;
  text-align: center;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.en a {
  padding: 22px 4px;
  text-align: center;
  display: block;
  margin-top: -21px;
  height: 61px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.en ul li {
  text-align: left;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.en ul li a {
  display: inline;
  text-align: left;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level a {
  padding: 19px 28px;
  padding-bottom: 23px;
  color: white;
  font: bold 12px Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-shadow: 0px 1px 0px #404040;
  border: 1px solid transparent;
  position: relative;
  z-index: 101;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level a:hover, #header #header_inner #header_menu_layer ul#header_menu li.first_level a.hover {
  padding-bottom: 23px;
  border-top: 1px solid #0b3248;
  border-left: 1px solid #0b3248;
  border-right: 1px solid #0b3248;
  border-bottom: 1px solid #0b3248;
  background: #144f70;
  background: -moz-radial-gradient(#144f70, #11425e);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #144f70), color-stop(100%, #11425e));
  /* Chrome, Safari4+ */
  background: -webkit-radial-gradient(#144f70, #11425e);
  /* Chrome 10+, Safari 5.1+ */
  background: -o-radial-gradient(#144f70, #11425e);
  /* Opera 12 */
  background: -ms-radial-gradient(#144f70, #11425e);
  /* IE10 */
  background: radial-gradient(#144f70, #11425e);
  /* CSS3 */
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level li {
  position: relative;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item0 {
  width: 126px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item1 {
  width: 130px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item2 {
  width: 171px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item3 {
  width: 203px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item4 {
  width: 185px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item5 {
  float: right;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category {
  position: absolute;
  overflow: hidden;
  top: 41px;
  left: 0;
  width: 980px;
  background: #307495;
  background: -moz-linear-gradient(top, #307495, #1f5b7d);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #307495), color-stop(100%, #1f5b7d));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #307495, #1f5b7d);
  background: -o-linear-gradient(top, #307495, #1f5b7d);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #307495, #1f5b7d);
  /* IE10 */
  background: linear-gradient(top, #307495, #1f5b7d);
  /* CSS3 */
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  -khtml-border-radius: 0px 0px 4px 4px;
  behavior: url("../pie/PIE.htc");
  -webkit-box-shadow: 0 1px 3px #272727;
  -moz-box-shadow: 0 1px 3px #272727;
  box-shadow: 0 1px 3px #272727;
  z-index: 100;
  border-top: 1px solid black;
  padding-top: 20px;
  padding-left: 0;
  padding-bottom: 47px;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category .inset_shadow {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 5px;
  background: url("../ii/category_shadow.png") repeat-x left top;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category .divider {
  position: absolute;
  width: 100%;
  height: 100%;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category .divider div {
  position: relative;
  width: 100%;
  height: 62%;
  margin-top: 14px;
  background: grey;
  background: url("../ii/divider.png") repeat-y 10px top;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level {
  list-style-type: none;
  float: left;
  width: 267px;
  padding-top: 12px;
  padding-left: 40px;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level a {
  font: normal 12px Verdana, Geneva, sans-serif;
  border: 0;
  padding: 0;
  padding-bottom: 1px;
  border-bottom: 1px solid #699cb6;
  text-shadow: none;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level a:hover {
  border: 0;
  padding: 0;
  background: none;
  padding-bottom: 1px;
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level li {
  list-style-type: none;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level.selected a {
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category a.parent {
  display: none;
}

#message_wrap {
  position: relative;
  width: 100%;
  display: none;
  overflow: hidden;
  background: #fff4cd;
}
#message_wrap #message {
  padding: 20px 0;
  width: 980px;
  margin: 0 auto;
  background: url("../ii/message.png") no-repeat 16px 27px;
}
#message_wrap #message h3 {
  font-size: 24px;
  color: #982a0d;
  margin-bottom: 7px;
  padding-left: 125px;
}
#message_wrap #message .message_text {
  padding-left: 125px;
}
#message_wrap #message .message_text span {
  line-height: 20px;
  color: #635f50;
}
#message_wrap #message .message_text a {
  color: #982a0d;
}
#message_wrap #message .message_text a:hover {
  color: #e29481;
}

#tab_wrap {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
}
#tab_wrap .tab {
  text-align: center;
  width: 138px;
  position: absolute;
  left: 130px;
  padding: 8px 10px;
  background: #eed7a4;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  behavior: url("../pie/PIE.htc");
  color: #532a1f;
  z-index: 90;
}
#tab_wrap .tab:hover {
  background: #eed7a4;
  color: #fff4cd;
}

/* content */
#content {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}

#content_inner {
  min-width: 980px;
  max-width: 980px;
  margin: 0 auto;
}
#content_inner.inner {
  margin-top: 36px;
}

#left_menu {
  float: left;
  width: 250px;
  margin-top: 55px;
  min-height: 450px;
}
#left_menu #left_menu_category {
  position: relative;
  left: -10px;
  padding: 0;
  padding-right: 2px;
}
#left_menu #left_menu_category li {
  list-style-type: none;
  margin-bottom: 1px;
  padding: 0;
  clear: both;
}
#left_menu #left_menu_category li a {
  padding: 8px 10px;
  margin-bottom: 1px;
  margin-right: 5px;
  border: 0;
  float: left;
  display: block;
  line-height: 18px;
  text-decoration: none;
}
#left_menu #left_menu_category li a span {
  color: #0e63a1;
  border-bottom: 1px solid #acc5d8;
}
#left_menu #left_menu_category li a:hover {
  background: #176ca0;
}
#left_menu #left_menu_category li a:hover span {
  color: white;
  border-color: transparent;
}
#left_menu #left_menu_category li.selected a {
  background: #176ca0;
}
#left_menu #left_menu_category li.selected a span {
  color: white;
  border-color: transparent;
}

#right_content {
  float: left;
  width: 730px;
  margin-top: 36px;
  margin-bottom: 30px;
  min-height: 450px;
  /*List of tariff and prices*/
  /*Contacts*/
  /*investment proposals*/
  /*Electronic resume*/
  /*Support Form*/
  /*Contacts*/
}
#right_content p {
  color: #404040;
}
#right_content #tariff_and_prices .table_tariff {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#right_content #tariff_and_prices .table_tariff thead {
  width: 100%;
  background: #eee;
  margin-bottom: 11px;
  height: 70px;
  text-align: left;
}
#right_content #tariff_and_prices .table_tariff thead tr th {
  padding: 16px 10px 16px 10px;
}
#right_content #tariff_and_prices .table_tariff thead tr .load_file {
  padding: 16px 10px 16px 5px;
}
#right_content #tariff_and_prices .table_tariff tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
#right_content #tariff_and_prices .table_tariff tbody tr td {
  padding: 11px 11px 11px 11px;
  border-bottom: 1px solid #e5e5e5;
}
#right_content #tariff_and_prices .table_tariff tbody tr td a {
  background: url("../ii/dowld.png") 8px 3px no-repeat transparent;
  display: block;
  height: 33px;
  padding-top: 23px;
}
#right_content #tariff_and_prices .table_tariff tbody tr .name {
  font-size: 10px;
  line-height: 14px;
}
#right_content #tariff_and_prices .table_tariff tbody .section_name_tariff {
  background: #ccc;
  width: 100%;
  min-height: 50px;
}
#right_content #tariff_and_prices .table_tariff tbody .section_name_tariff td {
  width: 100%;
  min-height: 50px;
}
#right_content #mobile_reception .table_tariff {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#right_content #mobile_reception .table_tariff thead {
  width: 100%;
  background: #eee;
  margin-bottom: 11px;
  height: 70px;
  text-align: left;
}
#right_content #mobile_reception .table_tariff thead tr th {
  padding: 16px 10px 16px 10px;
}
#right_content #mobile_reception .table_tariff thead tr .load_file {
  padding: 16px 10px 16px 5px;
}
#right_content #mobile_reception .table_tariff tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
#right_content #mobile_reception .table_tariff tbody tr td {
  padding: 11px 11px 11px 11px;
  border-bottom: 1px solid #e5e5e5;
}
#right_content #mobile_reception .table_tariff tbody tr td a {
  background: url("../ii/dowld.png") 8px 3px no-repeat transparent;
  display: block;
  height: 33px;
  padding-top: 23px;
}
#right_content #mobile_reception .table_tariff tbody tr .personal_reception_place {
  min-width: 170px;
}
#right_content #mobile_reception .table_tariff tbody tr .personal_reception_date {
  min-width: 100px;
}
#right_content #mobile_reception .table_tariff tbody tr .name {
  font-size: 10px;
  line-height: 14px;
}
#right_content #mobile_reception .table_tariff tbody .section_name_mobile_reception {
  background: #ccc;
  width: 100%;
  min-height: 50px;
}
#right_content #mobile_reception .table_tariff tbody .section_name_mobile_reception td {
  width: 100%;
  min-height: 50px;
}
#right_content #investment_proposals .wrap_investors {
  width: 100%;
  height: auto;
  border: 6px solid #3287ba;
  margin-bottom: 50px;
}
#right_content #investment_proposals .wrap_investors h3 {
  margin-bottom: 0;
  padding: 27px 37px 15px 37px;
}
#right_content #investment_proposals .wrap_investors ul {
  list-style: none;
  padding-bottom: 30px;
  padding-right: 40px;
}
#right_content #investment_proposals .wrap_investors ul li a {
  color: #166c9f;
  text-decoration: underline;
}
#right_content #investment_proposals .wrap_investors ul li a span {
  color: #166c9f;
}
#right_content #investment_proposals .wrap_investors ul li a:hover {
  color: #9b330f;
}
#right_content #investment_proposals .wrap_investors ul li a:hover span {
  color: #9b330f;
}
#right_content #wrap_economics_investment_detail .wrap_img_investors {
  width: 230px;
  height: 170px;
  overflow: hidden;
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
}
#right_content #wrap_economics_investment_detail .wrap_files_investors {
  padding-left: 15px;
  float: left;
}
#right_content #wrap_economics_investment_detail .wrap_files_investors .file_to_download {
  width: 220px;
  float: left;
  padding-bottom: 15px;
}
#right_content #resume {
  position: relative;
  z-index: 200;
  height: 720px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 90px;
  background: #f5f5f5;
  border-top: 1px solid white;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  behavior: url("../pie/PIE.htc");
}
#right_content #resume .twice_border {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: url("../ii/twice_border.png") repeat-x 0 0;
}
#right_content #resume form {
  padding-top: 30px;
  padding-left: 42px;
}
#right_content #resume form .label_wrap {
  float: left;
  width: 148px;
  min-height: 38px;
  padding-top: 7px;
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
}
#right_content #resume form .field_wrap {
  float: left;
  width: 535px;
  min-height: 45px;
}
#right_content #resume form .field_wrap.error input, #right_content #resume form .field_wrap.error textarea {
  border-color: red;
}
#right_content #resume form .field_wrap input {
  padding: 0 10px;
}
#right_content #resume form .field_wrap.user_name input, #right_content #resume form .field_wrap.user_email input, #right_content #resume form .field_wrap.user_address input {
  width: 325px;
  height: 29px;
}
#right_content #resume form .field_wrap.user_phone input {
  width: 177px;
  height: 29px;
}
#right_content #resume form .field_wrap.answer textarea {
  width: 480px;
  max-width: 480px;
  height: 95px;
  max-height: 95px;
  padding: 10px;
}
#right_content #resume form .field_wrap.question_text #listbox {
  width: 345px;
  height: 29px;
  overflow: hidden;
  position: absolute;
  background: url("../ii/checkbox_list.png") no-repeat 326px 13px white;
}
#right_content #resume form .field_wrap.question_text #listbox span {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
}
#right_content #resume form .field_wrap.question_text #listbox .elem, #right_content #resume form .field_wrap.question_text #listbox .first {
  height: 23px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
#right_content #resume form .field_wrap.question_text #listbox .elem:hover {
  background: #166c9f;
}
#right_content #resume form .field_wrap.question_text #listbox .elem:hover span {
  color: white;
}
#right_content #resume form .field_wrap input {
  width: 325px;
  height: 29px;
  margin-bottom: 14px;
}
#right_content #resume form .field_wrap input.phone {
  width: 197px;
}
#right_content #resume form .field_wrap textarea {
  width: 500px;
  height: 115px;
  resize: none;
  margin-bottom: 15px;
  padding: 10px;
}
#right_content #resume form .submit {
  float: left;
  width: 200px;
  height: 50px;
  margin-top: 80px;
  margin-bottom: 30px;
  margin-left: 148px;
}
#right_content #resume form .submit .btn_inner {
  padding-top: 15px;
}
#right_content #resume form .submit .btn_inner span {
  font-size: 24px;
}
#right_content #resume form #captcha {
  height: 60px;
  float: left;
  margin-top: 40px;
}
#right_content #resume form #captcha input {
  height: 30px;
  width: 100px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #resume form #captcha img {
  height: 45px;
  width: 130px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #resume form #captcha b {
  padding-left: 149px;
}
#right_content #resume form #captcha span.input_simbols {
  padding-left: 149px;
}
#right_content #resume .checkbox {
  position: absolute;
  top: 466px;
  left: 190px;
  width: 22px;
  height: 22px;
}
#right_content #resume .checkbox_text {
  position: absolute;
  top: 467px;
  left: 230px;
  font: 14px Verdana, Geneva, sans-serif;
  color: #404040;
}
#right_content #resume .checkbox_text a {
  font-size: 14px;
}
#right_content #support {
  position: relative;
  z-index: 10;
  height: 710px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 90px;
  background: #f5f5f5;
  border-top: 1px solid white;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  behavior: url("../pie/PIE.htc");
}
#right_content #support .twice_border {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: url("../ii/twice_border.png") repeat-x 0 0;
}
#right_content #support form {
  padding-top: 30px;
  padding-left: 42px;
}
#right_content #support form .label_wrap {
  float: left;
  width: 148px;
  min-height: 38px;
  padding-top: 7px;
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
}
#right_content #support form .field_wrap {
  float: left;
  width: 535px;
  min-height: 45px;
}
#right_content #support form .field_wrap.error input, #right_content #support form .field_wrap.error textarea {
  border-color: red;
}
#right_content #support form .field_wrap input {
  padding: 0 10px;
}
#right_content #support form .field_wrap.user_name input, #right_content #support form .field_wrap.user_email input, #right_content #support form .field_wrap.user_address input {
  width: 325px;
  height: 29px;
}
#right_content #support form .field_wrap.user_phone input {
  width: 177px;
  height: 29px;
}
#right_content #support form .field_wrap.answer textarea {
  width: 480px;
  max-width: 480px;
  height: 95px;
  max-height: 95px;
  padding: 10px;
}
#right_content #support form .field_wrap.question_text #listbox {
  width: 345px;
  height: 29px;
  overflow: hidden;
  position: absolute;
  background: url("../ii/checkbox_list.png") no-repeat 326px 13px white;
}
#right_content #support form .field_wrap.question_text #listbox span {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
}
#right_content #support form .field_wrap.question_text #listbox .elem, #right_content #support form .field_wrap.question_text #listbox .first {
  height: 23px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
#right_content #support form .field_wrap.question_text #listbox .elem:hover {
  background: #166c9f;
}
#right_content #support form .field_wrap.question_text #listbox .elem:hover span {
  color: white;
}
#right_content #support form .field_wrap input {
  width: 325px;
  height: 29px;
  margin-bottom: 14px;
}
#right_content #support form .field_wrap input.error {
  border-color: red;
}
#right_content #support form .field_wrap input.phone {
  width: 197px;
}
#right_content #support form .field_wrap textarea {
  width: 500px;
  height: 115px;
  resize: none;
  margin-bottom: 15px;
  padding: 10px;
}
#right_content #support form .field_wrap textarea.error {
  border-color: red;
}
#right_content #support form .submit {
  float: left;
  width: 200px;
  height: 50px;
  margin-top: 87px;
  margin-bottom: 30px;
  margin-left: 148px;
}
#right_content #support form .submit .btn_inner {
  padding-top: 15px;
}
#right_content #support form .submit .btn_inner span {
  font-size: 24px;
}
#right_content #support form #captcha {
  height: 60px;
  float: left;
  margin-top: 7px;
}
#right_content #support form #captcha input {
  height: 30px;
  width: 100px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #support form #captcha img {
  height: 45px;
  width: 130px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #support form #captcha b {
  padding-left: 149px;
}
#right_content #support form #captcha span.input_simbols {
  padding-left: 149px;
}
#right_content #support .checkbox {
  position: absolute;
  top: 466px;
  left: 190px;
  width: 22px;
  height: 22px;
}
#right_content #support .checkbox.error {
  border-color: red;
}
#right_content #support .checkbox_text {
  position: absolute;
  top: 467px;
  left: 230px;
  font: 14px Verdana, Geneva, sans-serif;
  color: #404040;
}
#right_content #support .checkbox_text a {
  font-size: 14px;
}
#right_content #contacts_ru_wrap div {
  line-height: 20px;
  margin-bottom: 32px;
}
#right_content #contacts_ru_wrap h4 {
  margin-bottom: 8px;
}
#right_content #contacts_ru_wrap .closed_link {
  color: #0e63a1;
  border-bottom: 1px dashed #0e63a1;
  cursor: pointer;
}
#right_content #contacts_ru_wrap .closed_link ul {
  display: none;
}
#right_content #contacts_ru_wrap .closed_link ul .first_li {
  margin-top: 15px;
}
#right_content #contacts_ru_wrap .closed_link:hover {
  color: #9b330f;
  border-bottom: 1px dashed #9b330f;
}

.breadcrumbs {
  display: block;
  cursor: default;
  padding: 0;
}
.breadcrumbs li {
  list-style-type: none;
  display: inline;
  color: #9e9e9e;
  padding: 0;
}
.breadcrumbs li span {
  color: #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
}
.breadcrumbs li span:hover {
  border-bottom: 1px solid black;
}
.breadcrumbs a {
  text-decoration: none;
}

#main_news_block {
  width: 730px;
  height: 353px;
  float: left;
  margin-top: 45px;
  position: relative;
  -webkit-box-shadow: 0px 2px 7px -2px grey;
  -moz-box-shadow: 0px 2px 7px -2px grey;
  box-shadow: 0px 2px 7px -2px grey;
}
#main_news_block .detail_news_banner {
  position: absolute;
  width: 263px;
  height: 59px;
  left: -23px;
  top: 20px;
  background: url("../ii/detail_banner.png") no-repeat 0 0;
  z-index: 10;
}
#main_news_block .detail_news_banner span {
  position: relative;
  top: 7px;
  left: 30px;
  font: bold 24px "Calibri";
  color: white;
}
#main_news_block #detail_news {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#main_news_block #detail_news .detail_news {
  position: absolute;
  height: 353px;
}
#main_news_block #detail_news .news_image {
  height: 100%;
  width: 486px;
  float: left;
  overflow: hidden;
}
#main_news_block #detail_news .news_image .news_anons {
  position: absolute;
  width: 100%;
  max-width: 486px;
  bottom: 0;
  background: url("../ii/detail_news_anons.png") 0 0;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -khtml-border-radius: 0 0 0 4px;
  behavior: url("../pie/PIE.htc");
}
#main_news_block #detail_news .news_image .news_anons a {
  display: block;
  font: normal 14px Verdana, Geneva, sans-serif;
  color: white;
  padding: 18px;
  text-decoration: none;
}
#main_news_block #detail_news img {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -khtml-border-radius: 4px 0 0 4px;
  behavior: url("../pie/PIE.htc");
}
#main_news_block #detail_news .detail_news_link {
  position: absolute;
  right: 0;
  width: 249px;
  padding-left: 20px;
  height: 117px;
  text-decoration: none;
  border: 0;
}
#main_news_block #detail_news .detail_news_link span {
  display: block;
}
#main_news_block #detail_news .detail_news_link span.short_anons {
  padding: 10px 20px;
  padding-top: 12px;
  font: normal 12px Verdana, Geneva, sans-serif;
  color: black;
  line-height: 20px;
  max-height: 74px;
  overflow: hidden;
  text-shadow: 0px 1px 0px white;
}
#main_news_block #detail_news .detail_news_link .date_anons {
  padding: 0 20px;
  padding-bottom: 20px;
  font: normal 12px Verdana, Geneva, sans-serif;
  color: #737272;
  text-shadow: 0px 1px 0px white;
}
#main_news_block #detail_news .detail_news_link .news_link_wrap {
  height: 117px;
  border-bottom: 1px solid #cdcdcd;
  background: url("../ii/detail_news_bg.png") repeat-x 0 -117px;
}
#main_news_block #detail_news .detail_news_link .news_link_wrap:hover {
  background: url("../ii/detail_news_bg.png") repeat-x 0 0;
}
#main_news_block #detail_news .detail_news_link.hightlight {
  background: url("../ii/news_link_bg.png") no-repeat left center;
}
#main_news_block #detail_news .detail_news_link.hightlight .news_link_wrap {
  background: url("../ii/detail_news_bg.png") repeat-x 0 0;
}
#main_news_block #detail_news .detail_news_link.link2 {
  top: 118px;
}
#main_news_block #detail_news .detail_news_link.link3 {
  top: 236px;
}
#main_news_block #detail_news .detail_news_link.link3 .news_link_wrap {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
  -khtml-border-radius: 0 0 4px 0;
  behavior: url("../pie/PIE.htc");
}
#main_news_block #detail_news .news1 {
  display: block;
}
#main_news_block #detail_news .news2 {
  display: none;
}
#main_news_block #detail_news .news3 {
  display: none;
}

#gkh_block {
  width: 230px;
  min-height: 353px;
  float: right;
  margin-top: 45px;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
}
#gkh_block .info_wrap {
  padding: 5px 20px 10px 32px;
}
#gkh_block a {
  display: block;
  text-decoration: none;
}
#gkh_block a span {
  padding-bottom: 1px;
  font-size: 11px;
  color: #166c9f;
  line-height: 18px;
  border-bottom: 1px solid #acc5d8;
}
#gkh_block a:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
#gkh_block #gkh_second_info, #gkh_block #gkh_third_info {
  padding: 4px 0;
}
#gkh_block #gkh_first_info, #gkh_block #gkh_second_info, #gkh_block #gkh_third_info, #gkh_block #gkh_fourth_info {
  width: 100%;
  background: url("../ii/gkh_bg.png") repeat-x left bottom;
}
#gkh_block #gkh_first_info h3, #gkh_block #gkh_second_info h3, #gkh_block #gkh_third_info h3, #gkh_block #gkh_fourth_info h3 {
  margin-bottom: 10px;
}
#gkh_block #gkh_first_info .single, #gkh_block #gkh_second_info .single, #gkh_block #gkh_third_info .single, #gkh_block #gkh_fourth_info .single {
  height: 37px;
  font: 16px "Calibri";
  color: black;
  line-height: 20px;
}
#gkh_block #gkh_first_info .phone, #gkh_block #gkh_second_info .phone, #gkh_block #gkh_third_info .phone, #gkh_block #gkh_fourth_info .phone {
  height: 26px;
  font: bold 24px "Calibri";
  color: black;
}
#gkh_block #gkh_first_info .around_clock, #gkh_block #gkh_second_info .around_clock, #gkh_block #gkh_third_info .around_clock, #gkh_block #gkh_fourth_info .around_clock {
  font: 16px "Calibri";
  color: #509860;
}

#mainpage_news {
  width: 100%;
  min-height: 165px;
  margin-top: 25px;
  position: relative;
}
#mainpage_news #news_title_row {
  height: 40px;
  border-bottom: 1px solid #cccccc;
}
#mainpage_news #news_title_row a.news_read_all {
  position: absolute;
  top: 9px;
  left: 251px;
  border: 0;
  padding-right: 11px;
  text-decoration: none;
  background: url("../ii/news_read_all.png") no-repeat right 7px;
}
#mainpage_news #news_title_row a.news_read_all span {
  color: #0e63a1;
  border-bottom: 1px solid #0e63a1;
}
#mainpage_news #news_title_row a.news_read_all:hover {
  background: url("../ii/news_read_all.png") no-repeat right -13px;
}
#mainpage_news #news_title_row a.news_read_all:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
#mainpage_news .news {
  float: left;
  width: 250px;
  min-height: 110px;
  padding-bottom: 30px;
}
#mainpage_news .news.item4 {
  width: 230px !important;
}
#mainpage_news .news .news_wrap {
  padding-top: 15px;
  padding-right: 25px;
}
#mainpage_news .news .news_wrap .news_anons a {
  display: block;
}
#mainpage_news .news .news_wrap .news_date {
  padding-top: 14px;
  font: 12px Verdana, Geneva, sans-serif;
  color: #737272;
}

#mainpage_useful {
  position: relative;
  width: 1020px;
  left: -24px;
  padding: 5px;
  margin-bottom: 24px;
  background: #3287ba;
}
#mainpage_useful #useful_inner {
  background: white;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}
#mainpage_useful #useful_inner .theme_row {
  width: 96%;
  min-height: 56px;
  margin: 0 auto;
}
#mainpage_useful #useful_inner .theme_row .theme {
  float: left;
  width: 276px;
  padding: 15px 25px;
}
#mainpage_useful #useful_inner a {
  float: left;
  text-decoration: none;
}
#mainpage_useful #useful_inner a img {
  float: left;
}
#mainpage_useful #useful_inner a div {
  display: table-cell;
  vertical-align: middle;
}
#mainpage_useful #useful_inner a div.img {
  padding-right: 17px;
}
#mainpage_useful #useful_inner a div span {
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
  border-bottom: 1px solid #b2b2b2;
  line-height: 18px;
}
#mainpage_useful #useful_inner a:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
#mainpage_useful #useful_inner a:hover img {
  -webkit-filter: brightness(0.2);
  -moz-filter: brightness(0.2);
  -ms-filter: brightness(0.2);
  -o-filter: brightness(0.2);
  filter: brightness(0.2);
}

#useful_infography {
  position: relative;
}
#useful_infography .infography {
  float: left;
  poition: relative;
  left: -3px;
  width: 250px;
}
#useful_infography .infography.item4 {
  width: 230px !important;
}
#useful_infography .infography img {
  margin-bottom: 11px;
  border: 3px solid transparent;
}
#useful_infography .infography .item_wrap {
  display: block;
  text-decoration: none;
  position: relative;
}
#useful_infography .infography .item_wrap .info_link_wrap span {
  color: #166c9f;
  border-bottom: 1px solid #acc5d8;
}
#useful_infography .infography .item_wrap:hover .info_link_wrap span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
#useful_infography .infography .item_wrap:hover span.img_border {
  border-color: #9b330f;
  z-index: 500;
}
#useful_infography .infography .item_wrap span.img_border {
  position: absolute;
  width: 227px;
  height: 125px;
  top: -1px;
  left: 0px;
  border: 3px solid transparent;
}
#useful_infography .infography .infographic_wrap_img {
  position: relative;
  width: 230px;
  height: 127px;
  overflow: hidden;
}
#useful_infography .infography .info_link_wrap {
  display: block;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-top: 19px;
}
#useful_infography a.read_all {
  position: absolute;
  top: 9px;
  left: 251px;
  border: 0;
  padding-right: 11px;
  text-decoration: none;
  background: url("../ii/news_read_all.png") no-repeat right 7px;
}
#useful_infography a.read_all span {
  color: #0e63a1;
  border-bottom: 1px solid #0e63a1;
}
#useful_infography a.read_all:hover {
  background: url("../ii/news_read_all.png") no-repeat right -13px;
}
#useful_infography a.read_all:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}

.thematic_typography {
  width: 100%;
  overflow: hidden;
  background: whitesmoke url("../ii/inf_grad.png") repeat-x left top;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
}
.thematic_typography h4 {
  margin-top: 15px;
  margin-bottom: 11px;
  padding-left: 18px;
  font: bold 20px "Calibri";
  color: #353535;
}
.thematic_typography .infography-wrap {
  float: left;
  width: 158px;
  margin: 0 0 11px 16px;
}
.thematic_typography .infography-wrap.first {
  margin-left: 18px;
}
.thematic_typography .infography-wrap .infography {
  width: 158px;
  height: 112px;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thematic_typography .infography-wrap .infography:hover {
  padding: 0;
  border: 2px solid #3287ba;
}
.thematic_typography .infography-wrap .infography:hover img {
  left: -2px;
  top: -2px;
}
.thematic_typography .infography-wrap a {
  color: #166c9f;
}
.thematic_typography .infography-wrap a span {
  color: #166c9f;
  border-bottom: 1px solid #acc5d8;
}
.thematic_typography .infography-wrap a:hover {
  color: #9b330f;
}
.thematic_typography .infography-wrap a:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
.thematic_typography .infography-wrap.inactive {
  height: 112px;
  background: #ebebeb;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

#kostroma_gid {
  width: 100%;
  height: 265px;
  margin-top: 8px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#kostroma_gid.map {
  border-bottom: none;
}
#kostroma_gid #gid_wrap {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  padding-top: 24px;
  position: relative;
}
#kostroma_gid #gid_wrap h3 {
  margin-bottom: 19px;
}
#kostroma_gid #gid_wrap .sly {
  overflow: hidden;
  height: 127px;
  width: 888px;
  margin: 0 auto;
}
#kostroma_gid #gid_wrap .sly ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
#kostroma_gid #gid_wrap .sly ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 4px 0 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: left;
  width: 174px;
  height: 100%;
}
#kostroma_gid #gid_wrap .sly ul li a {
  display: block;
}
#kostroma_gid #gid_wrap .sly ul li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#kostroma_gid #gid_wrap .sly ul li a .gid_item_text {
  position: absolute;
  bottom: 0;
  text-align: left;
}
#kostroma_gid #gid_wrap .sly ul li a .gid_item_text .bg {
  position: absolute;
  width: 100%;
  opacity: 0.9;
  height: 100%;
  background: #39a8e6;
  background: -moz-linear-gradient(top, #39a8e6, #3889bc);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #39a8e6), color-stop(100%, #3889bc));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #39a8e6, #3889bc);
  background: -o-linear-gradient(top, #39a8e6, #3889bc);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #39a8e6, #3889bc);
  /* IE10 */
  background: linear-gradient(top, #39a8e6, #3889bc);
  /* CSS3 */
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  -khtml-border-radius: 0px 0px 4px 4px;
  behavior: url("../pie/PIE.htc");
}
#kostroma_gid #gid_wrap .sly ul li a .gid_item_text div {
  z-index: 2;
  padding: 5px;
  padding-left: 7px;
  padding-bottom: 8px;
  min-width: 154px;
  max-width: 164px;
  min-height: 32px;
  font: bold 12px Verdana, Geneva, sans-serif;
  color: white;
  text-shadow: 0px 1px 0px #404040;
  line-height: 16px;
  position: relative;
}
#kostroma_gid #gid_wrap .sly ul li a:hover .bg {
  background: #bb4c25;
  background: -moz-linear-gradient(top, #bb4c25, #912f0c);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bb4c25), color-stop(100%, #912f0c));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #bb4c25, #912f0c);
  background: -o-linear-gradient(top, #bb4c25, #912f0c);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bb4c25, #912f0c);
  /* IE10 */
  background: linear-gradient(top, #bb4c25, #912f0c);
  /* CSS3 */
}
#kostroma_gid #gid_wrap .sly ul li .round {
  position: absolute;
  width: 4px;
  height: 4px;
  bottom: 0;
  z-index: 150;
  background: url("../ii/round.png") no-repeat left top;
}
#kostroma_gid #gid_wrap .sly ul li .round.right {
  right: 0;
  background: url("../ii/round.png") no-repeat right top;
}
#kostroma_gid #gid_wrap .scrollbar {
  background: #e7e7e7;
  margin-top: 25px;
  height: 8px;
}
#kostroma_gid #gid_wrap .scrollbar .handle {
  background: #1675af;
  cursor: pointer;
  width: 290px;
  height: 100%;
}
#kostroma_gid #gid_wrap button {
  position: absolute;
  width: 35px;
  height: 130px;
  top: 77px;
}
#kostroma_gid #gid_wrap button.prev {
  left: 0px;
}
#kostroma_gid #gid_wrap button.next {
  right: 0px;
}
#kostroma_gid #gid_wrap button.next img {
  position: relative;
  left: 3px;
}

.btn {
  margin-bottom: 0;
  color: #333333;
  background-color: #f5f5f5;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.75);
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#333', GradientType=0);
  border: 1px solid #e3e3e3;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 white, 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 0 white, 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 white, 0 1px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, white, #f1f1f1);
  background-image: -ms-linear-gradient(top, white, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, white, #f1f1f1);
  background-image: -o-linear-gradient(top, white, #f1f1f1);
  background-image: linear-gradient(top, white, #f1f1f1);
}

#share {
  width: 100%;
  height: 66px;
  position: relative;
  border-top: 1px solid #CCC;
  top: -1px;
}
#share #share_inner {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#share #share_inner #likes {
  margin-top: 23px;
  position: absolute;
  left: 0;
}
#share #share_inner #likes .vk {
  width: 82px;
  overflow: hidden;
}
#share #share_inner #likes .g_plus {
  width: 70px;
  overflow: hidden;
}
#share #share_inner #likes .mail {
  width: 242px;
}
#share #share_inner #likes .like {
  float: left;
  margin-right: 10px;
  position: relative;
}

#footer {
  position: relative;
  width: 100%;
  min-height: 160px;
}
#footer #footer_top {
  width: 100%;
  min-height: 527px;
  max-height: 661px;
  background: url("../ii/footer_top_bg.png") repeat-x left top #104366;
}
#footer #footer_top.en {
  height: 64px;
  min-height: 0;
}
#footer #footer_top #footer_top_inner {
  width: 980px;
  margin: 0 auto;
}
#footer #footer_top #footer_top_inner #follow_social {
  width: 100%;
  height: 65px;
}
#footer #footer_top #footer_top_inner #follow_social h3 {
  float: left;
  margin-top: 15px;
  margin-bottom: 0;
  color: white;
  text-shadow: 0px 1px 0px #404040;
}
#footer #footer_top #footer_top_inner #follow_social #socials {
  width: 247px;
  height: 39px;
  float: right;
  margin-top: 16px;
  margin-right: 230px;
}
#footer #footer_top #footer_top_inner #follow_social #socials a {
  float: left;
  width: 35px;
  height: 34px;
  margin-right: 4px;
  cursor: pointer;
}
#footer #footer_top #footer_top_inner #follow_social #socials .vk {
  background: url("../ii/socials/vk.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .facebook {
  background: url("../ii/socials/facebook.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .twitter {
  background: url("../ii/socials/twitter.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .g_plus {
  background: url("../ii/socials/g_plus.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .rss {
  background: url("../ii/socials/rss.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .youtube {
  background: url("../ii/socials/youtube.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .instagram {
  background: url("../ii/socials/instagram.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #bottom_menu {
  float: left;
  margin-top: 28px;
  padding-bottom: 25px;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu {
  padding: 0;
  list-style-type: none;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu ul, #footer #footer_top #footer_top_inner #bottom_menu #footer_menu li {
  list-style-type: none;
  padding: 0;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  padding-bottom: 14px;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level .menu-news-link {
  padding-bottom: 26px;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level a.root-item, #footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level a.root-item-selected {
  font: bold 18px "Calibri";
  color: white;
  text-shadow: 0px 1px 0px #404040;
  text-decoration: none;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level li {
  line-height: 18px;
  padding: 3px 0px;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level li a {
  font: 12px Verdana, Geneva, sans-serif;
  color: #c6eafe;
  text-decoration: none;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level li a:hover {
  color: #ffe345;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level li.selected a {
  color: #ffe345;
}
#footer #footer_bottom {
  width: 100%;
  height: 157px;
  float: left;
  background: url("../ii/footer_bottom_bg.png") repeat-x left top;
}
#footer #footer_bottom #footer_bottom_inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#footer #footer_bottom #footer_bottom_inner #copyright {
  position: absolute;
  top: 39px;
}
#footer #footer_bottom #footer_bottom_inner #copyright .copy {
  margin-bottom: 10px;
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #copyright .copy span {
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #contacts {
  position: absolute;
  top: 39px;
  left: 377px;
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #contacts span {
  line-height: 20px;
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #msnet {
  position: absolute;
  top: 39px;
  right: 65px;
}
#footer #footer_bottom #footer_bottom_inner #msnet span {
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #msnet .msnet {
  color: #c6eafe;
  line-height: 20px;
}
#footer #footer_bottom #footer_bottom_inner #msnet .msnet:hover {
  color: #ffe345;
}
#structure_wrap .structure_list.depth_level1 {
  padding-left: 0;
  margin-left: 0;
}
#structure_wrap .structure_item.n_img {
  min-height: 90px !important;
}
#structure_wrap .structure_item.n_img .item_content_wrap {
  min-height: 60px !important;
}
#structure_wrap .structure_item.n_img .name_n_i {
  padding-bottom: 15px !important;
}
#structure_wrap .structure_item a {
  float: left;
  width: 100%;
}
#structure_wrap .structure_item a:hover .item_content_wrap {
  background: #f3f3f3;
}
#structure_wrap .structure_item a:hover .caption div, #structure_wrap .structure_item a:hover .caption_n_i div {
  border-bottom: 1px solid #444444;
}
#structure_wrap .structure_item.depth_level1 {
  padding-left: 0;
  background: none !important;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap.first {
  margin-bottom: 17px;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap {
  float: left;
  min-height: 105px;
  background: white;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap .item_content_wrap {
  min-height: 124px;
  background: white;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap.first {
  min-height: 100px;
}
#structure_wrap .structure_item div.img {
  position: absolute;
  width: 105px;
  height: 100%;
}
#structure_wrap .structure_item .caption_n_i {
  float: left;
  padding-bottom: 8px;
  line-height: 20px;
}
#structure_wrap .structure_item .caption_n_i div {
  font: 16px "Calibri";
  color: black;
  width: 93%;
  min-width: 170px;
  display: inline;
  border-bottom: 1px solid #d9d9d9;
}
#structure_wrap .structure_item .name_n_i {
  float: left;
  padding-bottom: 19px;
  line-height: 20px;
}
#structure_wrap .structure_item .name_n_i div {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
  min-width: 200px;
}
#structure_wrap .structure_item .caption div {
  font: 16px "Calibri";
  color: black;
  width: 93%;
  min-width: 170px;
  display: inline;
  border-bottom: 1px solid #d9d9d9;
}
#structure_wrap .structure_item .name {
  float: left;
  width: 60%;
  padding-left: 105px;
  padding-bottom: 19px;
  line-height: 20px;
}
#structure_wrap .structure_item .name div {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
  min-width: 200px;
}

.struct-docs {
  padding-top: 25px;
}

#files.budget {
  margin-bottom: 20px;
}
#files.budget .file_to_download {
  float: left;
  width: 45.7%;
  padding-right: 30px;
  margin-bottom: 15px;
  position: relative;
}
#files.budget .file_to_download .file_type {
  position: absolute;
  top: 5px;
}
#files.budget .file_to_download a.file_name {
  display: block;
  text-decoration: none;
  margin-left: 50px;
  margin-bottom: 5px;
}
#files.budget .file_to_download .file_info {
  margin-left: 50px;
}
#files.budget.long {
  width: 100%;
}
#files .private_transport_block {
  text-align: center;
  float: left;
  width: 35.7%;
  margin-bottom: 15px;
  position: relative;
  border: 6px solid #3287ba;
  border-radius: 5px;
  padding: 23px 38px;
}
#files .private_transport_block.left {
  margin-right: 16px;
}
#files .private_transport_block.right {
  margin-left: 14px;
}
#files .private_transport_block a {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
#files .tariffs {
  float: left;
  width: 203px;
  height: 20px;
  border: 6px solid #3287ba;
  border-radius: 5px;
  text-align: center;
  margin-right: 42px;
  padding: 25px 0;
  margin-bottom: 20px;
}
#files .tariffs.right_margin_0 {
  margin-right: 0;
}

.budget_filter_form_text input.inputcheckbox {
  display: none;
}

.feedback.thematic_typography {
  padding: 15px 0px;
  margin-bottom: 20px;
}
.feedback.thematic_typography .column {
  float: left;
  width: 226px;
  padding-right: 5px;
}
.feedback.thematic_typography .column.first {
  padding-left: 20px;
}
.feedback.thematic_typography .column.last {
  padding-right: 20px;
}
.feedback.thematic_typography .column span {
  display: block;
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.feedback.thematic_typography .column span a {
  padding-right: 15px;
  display: block;
  float: left;
}

#to_appeal_form {
  position: relative;
  z-index: 2;
  height: 0px;
  display: none;
  margin-top: 7px;
  opacity: 0;
  background: #f5f5f5;
  border-top: 1px solid white;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  behavior: url("../pie/PIE.htc");
}
#to_appeal_form .twice_border {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: url("../ii/twice_border.png") repeat-x 0 0;
}
#to_appeal_form form, #to_appeal_form #form-qa {
  padding-top: 0px;
  padding-left: 42px;
}
#to_appeal_form form .label_wrap, #to_appeal_form #form-qa .label_wrap {
  float: left;
  width: 148px;
  min-height: 38px;
  padding-top: 1px;
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
}
#to_appeal_form form .field_wrap, #to_appeal_form #form-qa .field_wrap {
  float: left;
  width: 535px;
  min-height: 45px;
}
#to_appeal_form form .field_wrap.error input, #to_appeal_form form .field_wrap.error textarea {
  border-color: red;
}
#to_appeal_form form .field_wrap input, #to_appeal_form #form-qa .field_wrap input {
  padding: 0 10px;
}
#to_appeal_form form .field_wrap.user_name input, #to_appeal_form form .field_wrap.user_email input, #to_appeal_form form .field_wrap.user_address input,#to_appeal_form #form-qa .field_wrap.user_name input, #to_appeal_form #form-qa .field_wrap.user_email input, #to_appeal_form #form-qa .field_wrap.user_address input
 {
  width: 325px;
  height: 29px;
}
#to_appeal_form form .field_wrap.user_phone input, #to_appeal_form #form-qa .field_wrap.user_phone input {
  width: 177px;
  height: 29px;
}
#to_appeal_form form .field_wrap.answer textarea, #to_appeal_form #form-qa .field_wrap.answer textarea {
  width: 480px;
  max-width: 480px;
  height: 95px;
  max-height: 95px;
  padding: 10px;
}
#to_appeal_form form .field_wrap.question_text #listbox, #to_appeal_form #form-qa .field_wrap.question_text #listbox {
  width: 345px;
  height: 29px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  background: url("../ii/checkbox_list.png") no-repeat 326px 13px white;
}
#to_appeal_form form .field_wrap.question_text #listbox span, #to_appeal_form #form-qa .field_wrap.question_text #listbox span {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
}
#to_appeal_form form .field_wrap.question_text #listbox .elem, #to_appeal_form form .field_wrap.question_text #listbox .first, #to_appeal_form #form-qa .field_wrap.question_text #listbox .elem, #to_appeal_form #form-qa .field_wrap.question_text #listbox .first
 {
  height: 23px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
#to_appeal_form form .field_wrap.question_text #listbox .elem:hover, #to_appeal_form #form-qa .field_wrap.question_text #listbox .elem:hover {
  background: #166c9f;
}
#to_appeal_form form .field_wrap.question_text #listbox .elem:hover span, #to_appeal_form #form-qa .field_wrap.question_text #listbox .elem:hover span {
  color: white;
}
#to_appeal_form form .submit, #to_appeal_form #form-qa .submit {
  float: left;
  width: 200px;
  height: 50px;
  margin-top: 47px;
  margin-bottom: 30px;
  margin-left: 465px;
}
#to_appeal_form form .submit .btn_inner, #to_appeal_form #form-qa .submit .btn_inner {
  padding-top: 15px;
}
#to_appeal_form form .submit .btn_inner span,#to_appeal_form #form-qa .submit .btn_inner span {
  font-size: 24px;
}
#to_appeal_form .checkbox {
  position: absolute;
  top: 384px;
  left: 190px;
  width: 22px;
  height: 22px;
}
#to_appeal_form .checkbox.error {
  border: 1px solid red;
}
#to_appeal_form .checkbox_text {
  position: absolute;
  top: 385px;
  left: 230px;
  font: 14px Verdana, Geneva, sans-serif;
  color: #404040;
}
#to_appeal_form .checkbox_text a {
  font-size: 14px;
}

.appeal_addok {
  font-size: 14px;
  padding-top: 20px;
}

.select_tabs {
  width: 100%  !important;
  height: 32px !important;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, white, whitesmoke);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whitesmoke));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, whitesmoke);
  background: -o-linear-gradient(top, white, whitesmoke);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, whitesmoke);
  /* IE10 */
  background: linear-gradient(top, white, whitesmoke);
  /* CSS3 */
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
}
.select_tabs#head_menu {
  margin-bottom: 30px;
}
.select_tabs.link_block {
  height: 52px !important;
  margin: 25px 0;
  position: relative;
}
.select_tabs.link_block .slide_inner {
  width: 855px;
  margin: 0 auto;
  overflow: hidden;
}
.select_tabs.link_block .slide_inner .slide_wrap {
  padding-top: 15px;
  position: relative;
  left: 0;
}
.select_tabs.link_block .slide_inner .slide_wrap a {
  float: left;
  padding-left: 15px;
  margin-right: 20px;
  background: url("../ii/slde_link.png") no-repeat left 7px;
}
.select_tabs.link_block .slide_inner .hide_end {
  position: absolute;
  width: 40px;
  height: 49px;
  right: 54px;
  top: 2px;
  z-index: 100;
  background: url("../ii/slde_opacity.png") no-repeat 0 0;
}
.select_tabs.link_block .lnks_btn {
  width: 41px;
  height: 38px;
  position: absolute;
  top: 6px;
}
.select_tabs.link_block .lnks_btn div {
  width: 100%;
  height: 100%;
}
.select_tabs.link_block .lnks_btn.left {
  left: 6px;
}
.select_tabs.link_block .lnks_btn.left div {
  background: url("../ii/slde_btn_arrows.png") no-repeat center 15px;
}
.select_tabs.link_block .lnks_btn.right {
  right: 6px;
}
.select_tabs.link_block .lnks_btn.right div {
  background: url("../ii/slde_btn_arrows.png") no-repeat 18px -24px;
}
.select_tabs .select_item {
  float: left;
  height: 32px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.select_tabs .select_item.item0 {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  -khtml-border-radius: 4px 0px 0px 4px;
  behavior: url("../pie/PIE.htc");
}
.select_tabs .select_item span, .select_tabs .select_item a {
  position: relative;
  top: 6px;
  color: #166c9f;
}
.select_tabs .select_item:hover, .select_tabs .select_item.active, .select_tabs .select_item.selected {
  background: #166c9f;
}
.select_tabs .select_item:hover span, .select_tabs .select_item.active span, .select_tabs .select_item.selected span {
  color: white;
}
.select_tabs.head .select_item.item0 {
  /*width: 82px;*/
}
.select_tabs.head .select_item.item1 {
  /*width: 105px;*/
}
.select_tabs.head .select_item.item2 {
  /*width: 106px;*/
}
.select_tabs.head .select_item.item3 {
  /*width: 118px;*/
}
.select_tabs.head .select_item.item3 {
 /*width: 118px;*/
}
.select_tabs.head .select_item.item4 {
  /*width: 98px;*/
}
.select_tabs.head .select_item.item5 {
  /*width: 120px;*/
}
.select_tabs.head .select_item.item6 {
  /*width: 101px;*/
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
  -khtml-border-radius: 0px 4px 4px 0px;
  behavior: url("../pie/PIE.htc");
}
.select_tabs.short {
  width: 161px !important;
  float: left;
}
.select_tabs.short.kindergarten {
  width: 208px !important;
}
.select_tabs.short a {
  padding: 0 11px !important;
}

form.budget_filter_form_text {
  position: absolute;
  width: 730px;
  top: 0;
}
form.budget_filter_form_text .normal_btn {
  position: absolute;
  right: 28px;
  top: 69px;
  width: 135px;
  height: 33px;
  z-index: 3;
}
form.budget_filter_form_text .normal_btn span {
  font-size: 14px;
  position: relative;
  top: 8px;
  padding-right: 10px;
}
form.budget_filter_form_text .normal_btn span.down {
  background: url("../ii/btn_arrow.png") no-repeat right -18px;
}
form.budget_filter_form_text .normal_btn span.up {
  background: url("../ii/btn_arrow.png") no-repeat right 7px;
}
form.budget_filter_form_text #search_top_panel, form.budget_filter_form_text .select_tabs {
  position: relative;
  height: 73px;
  width: 732px;
  margin-bottom: 20px;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, white, whitesmoke);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whitesmoke));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, whitesmoke);
  background: -o-linear-gradient(top, white, whitesmoke);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, whitesmoke);
  /* IE10 */
  background: linear-gradient(top, white, whitesmoke);
  /* CSS3 */
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
}
form.budget_filter_form_text #search_top_panel {
  margin-bottom: 0;
  z-index: 4;
}
form.budget_filter_form_text input.inputtext {
  position: absolute;
  height: 25px;
  width: 650px;
  top: 21px;
  left: 30px;
  padding: 2px 10px;
  z-index: 4;
}
form.budget_filter_form_text select.inputselect {
  position: absolute;
  bottom: 0px;
  display: none;
}
form.budget_filter_form_text input[type=submit] {
  position: absolute;
  top: 21px;
  right: 28px;
  width: 36px;
  height: 31px;
  border: 0;
  color: transparent;
  background: url("../ii/filter_search.png") no-repeat 0 0;
  z-index: 4;
}

#questions {
  position: relative;
  margin-top: 40px;
  z-index: 4;
}
#questions .question_item {
  margin-top: 25px;
  margin-bottom: 25px;
}
#questions .question_item.faq {
  margin-top: -10px;
  margin-bottom: 0;
}
#questions .question_item .item_numb {
  float: left;
  width: 185px;
  height: 25px;
  font: bold 12px Verdana, Geneva, sans-serif;
  color: black;
}
#questions .question_item .date_create_item {
  float: left;
  height: 25px;
  color: #404040;
  padding-right: 60px;
}
#questions .question_item .is_answer {
  height: 25px;
}
#questions .question_item .question_text span {
  line-height: 20px;
  color: #404040;
}
#questions .question_item .question_text.link {
  cursor: pointer;
}
#questions .question_item .question_text.link span {
  border-bottom: 1px dotted #7f7f7f;
}
#questions .question_item .answer_text {
  margin-top: 25px;
  position: relative;
}
#questions .question_item .answer_text .answer_wrap {
  padding: 5px;
  display: none;
  background: #3287ba;
}
#questions .question_item .answer_text .answer_wrap.faq {
  margin-bottom: 35px;
}
#questions .question_item .answer_text .answer_wrap .answer_inner {
  background: white;
  width: 100%;
  height: 100%;
}
#questions .question_item .answer_text .answer_wrap .answer_inner span {
  display: block;
  padding: 30px;
  color: #404040;
}
#questions .question_item .answer_text .triangle_wrap {
  position: relative;
  width: 100%;
  height: 1px;
}
#questions .question_item .answer_text .triangle_wrap .triangle_inner {
  position: absolute;
  left: 47.3%;
  bottom: 0px;
  height: 0px;
  width: 48px;
}
#questions .question_item .answer_text.faq {
  margin-top: 0;
}
#questions .question_item .answer_text.faq .triangle_wrap {
  margin-top: 25px;
}
#questions .result_pager {
  width: 100%;
  padding-top: 15px;
  margin-top: 35px;
  border-top: 1px solid #CCC;
}
#questions .result_pager .modern {
  color: #404040;
}
#questions .result_pager .numbers {
  margin-left: 73px;
}
#questions .result_pager .numbers span.nav_link {
  padding: 5px 8px;
}
#questions .result_pager .numbers span.nav_link a {
  color: #404040;
  text-decoration: none;
}
#questions .result_pager .numbers span.nav_link:hover a {
  color: #404040;
}
#questions .result_pager .numbers span.current_page {
  padding: 7px 10px;
  background: #166c9f;
  color: white;
}

#common {
  position: relative;
  color: #444444;
  line-height: 20px;
  color: #404040;
}
#common .interview_detail {
  color: #444444;
}
#common .interview_detail p {
  color: #444444;
}
#common .interview_preview {
  color: #444444;
}
#common img {
  margin-right: 20px;
}
#common img.nt {
  width: 50%;
  margin-right: 35px;
  margin-top: 5px;
  margin-bottom: 20px;
  position: relative;
}
#common h3 {
  font-weight: bold;
  margin-top: -10px;
  margin-bottom: 10px;
  line-height: 24px;
}
#common h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
#common li {
  line-height: 20px;
  color: #404040;
}
#common #photogallery_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}
#common #photogallery_wrap .photogallery_three_wrap {
  width: 100%;
  padding-bottom: 10px;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 230px;
  height: 170px;
  overflow: hidden;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 170px;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a .video_preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a p {
  display: block;
  position: absolute;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #000;
  bottom: 0;
  left: 0;
  color: #aaa;
  z-index: 1000;
  margin: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a .iframe_container {
  position: relative;
  z-index: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a:hover p {
  color: #fff;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  width: 230px;
  height: 170px;
  overflow: hidden;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 170px;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a .video_preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a p {
  display: block;
  position: absolute;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #000;
  bottom: 0;
  left: 0;
  color: #aaa;
  z-index: 1000;
  margin: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a .iframe_container {
  position: relative;
  z-index: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a:hover p {
  color: #fff;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 20px;
  width: 225px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a {
  color: #166c9f;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a span {
  color: #166c9f;
  text-decoration: underline;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a:hover {
  color: #9b330f !important;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a:hover span {
  color: #9b330f !important;
  text-decoration: underline;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a {
  display: block;
  position: relative;
  margin: auto;
  width: 223px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a .infographics_img_frame {
  width: 223px;
  height: 138px;
  border: 1px solid #cbcbcb;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a .infographics_img_frame .infographics_img {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 210px;
  height: 126px;
  overflow: hidden;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a span {
  display: block;
  margin-top: 10px;
  color: #166c9f;
  margin-bottom: 20px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a p {
  display: block;
  position: absolute;
  width: 100%;
  padding: 10px;
  padding-left: 20px;
  background: #000;
  bottom: 0;
  left: 0;
  color: #aaa;
  z-index: 1000;
  margin: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a .iframe_container {
  position: relative;
  z-index: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a:hover p {
  color: #fff;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  width: 225px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a {
  color: #166c9f;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a span {
  color: #166c9f;
  text-decoration: underline;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a:hover {
  color: #9b330f !important;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a:hover span {
  color: #9b330f !important;
  text-decoration: underline;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a {
  display: block;
  position: relative;
  margin: auto;
  width: 223px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a .infographics_img_frame {
  width: 223px;
  height: 138px;
  border: 1px solid #cbcbcb;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a .infographics_img_frame .infographics_img {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 210px;
  height: 126px;
  overflow: hidden;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a span {
  display: block;
  margin-top: 10px;
  color: #166c9f;
  margin-bottom: 20px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a p {
  display: block;
  position: absolute;
  width: 100%;
  padding: 10px;
  padding-left: 20px;
  background: #000;
  bottom: 0;
  left: 0;
  color: #aaa;
  z-index: 1000;
  margin: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a .iframe_container {
  position: relative;
  z-index: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a:hover p {
  color: #fff;
}

.investmet {
  border-collapse: collapse;
  /* Убираем двойные линии между ячеек */
}
.investmet tr {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.investmet tr td, .investmet tr th {
  padding: 6px 12px;
  vertical-align: top;
  font-weight: normal;
}
.investmet tr th {
  text-align: left;
  width: 44%;
  padding-right: 10%;
}
.investmet tr td {
  text-align: left;
}
.investmet tr.last {
  border-bottom: none;
}
.investmet.small_table {
  width: 50%;
}
.investmet.small_table td {
  padding-left: 48%;
  text-align: center;
}
.investmet.small_table.capital th {
  width: 90%;
  text-align: left;
}
.investmet.small_table.capital td {
  text-align: left;
  padding-left: 6px;
}

.investment_section {
  float: left;
  padding-right: 30px;
  margin-bottom: 15px;
  position: relative;
  border: 6px solid #3287ba;
  border-radius: 5px;
  padding: 23px 38px;
}

#main_info, .investmet {
  margin-bottom: 20px;
}

#quote_slider {
  overflow: hidden;
  width: 410px;
  min-height: 100px;
  position: absolute;
  top: 420px;
  left: -25px;
  background: #2575ac;
  background: -moz-linear-gradient(top, #2575ac, #3f92c1);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2575ac), color-stop(100%, #3f92c1));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #2575ac, #3f92c1);
  background: -o-linear-gradient(top, #2575ac, #3f92c1);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2575ac, #3f92c1);
  /* IE10 */
  background: linear-gradient(top, #2575ac, #3f92c1);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2575ac', endColorstr='#3f92c1', GradientType=0);
  -webkit-box-shadow: 3px 3px 6px -3px #2b2b2b;
  -moz-box-shadow: 3px 3px 6px -3px #2b2b2b;
  box-shadow: 3px 3px 6px -3px #2b2b2b;
}
#quote_slider .wrap {
  position: relative;
  width: 820px;
}
#quote_slider .sptr {
  width: 100%;
  height: 0;
  border-top: 1px solid #2671a8;
  border-bottom: 1px solid #53a1ca;
  position: absolute;
  bottom: 35px;
}
#quote_slider .slide {
  padding: 12px 43px;
  padding-bottom: 46px;
  width: 324px;
  float: left;
}
#quote_slider .slide span {
  color: white;
}
#quote_slider .mark_wrap {
  position: absolute;
  bottom: 9px;
  width: 100%;
}
#quote_slider .markers {
  text-align: center;
}
#quote_slider .markers .mark {
  font-size: 8px;
  padding-right: 9px;
  cursor: pointer;
  margin-right: 15px;
  background: url("../ii/quote_slide.png") no-repeat 0 0;
}
#quote_slider .markers .mark:hover {
  background: url("../ii/quote_slide.png") no-repeat 0 -13px;
}
#quote_slider .markers .mark.current {
  background: url("../ii/quote_slide.png") no-repeat 0 -27px;
}
#quote_slider .quote {
  width: 14px;
  height: 15px;
  position: absolute;
}
#quote_slider .quote.up {
  top: 17px;
  left: 13px;
  background: url("../ii/quotes.png") no-repeat 0 0px;
}
#quote_slider .quote.down {
  bottom: 50px;
  right: 13px;
  background: url("../ii/quotes.png") no-repeat -20px 0px;
}

.table {
  width: 100%;
}
.table thead th {
  color: black;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  background: #eeeeee;
  border: 1px solid transparent;
}
.table thead th.first {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -khtml-border-radius: 4px 0 0 4px;
  behavior: url("../pie/PIE.htc");
}
.table thead th.last {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  behavior: url("../pie/PIE.htc");
}
.table thead th.numb {
  width: 45px;
}
.table thead th.doc_date {
  width: 80px;
}
.table thead th.view {
  width: 105px;
}
.table thead th.name {
  width: 300px;
}
.table thead th.pub_date {
  width: 100px;
}
.table thead th.file {
  width: 63px;
}
.table thead th.active_from {
  width: 64px !important;
}
.table thead th.active_to {
  width: 44px !important;
}
.table thead th.Nroute {
  width: 70px !important;
}
.table thead th.gosnomer {
  width: 133px !important;
}
.table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.table tbody tr td {
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 8px;
}
.table tbody tr td.name, .table tbody tr td.f a {
  font-size: 10px;
  line-height: 14px;
  text-decoration: none;
  color: #404040;
}
.table tbody tr td.f a {
  display: block;
  padding-top: 23px;
  height: 33px;
  background: url("../ii/dowld.png") no-repeat 12px 3px;
}
.table.queue_kindergarten td, .table.queue_kindergarten th {
  text-align: center;
}
.table.queue_kindergarten .first {
  width: 43px;
}

#search_result .table_search {
  text-align: left  !important;
  vertical-align: top;
}
#search_result .table_search th {
  width: 50%;
  vertical-align: top !important;
  padding: 5px 0;
}
#search_result .table_search th.bus {
  width: 30%;
}
#search_result .table_search td {
  width: 45%;
  padding-left: 5%;
  vertical-align: top !important;
  padding: 5px 0;
}
#search_result .table_search td.bus {
  width: 60%;
}

#official_messenger_wrap {
  position: relative;
}
#official_messenger_wrap #filter_doc_base {
  margin-bottom: 8px;
}
#official_messenger_wrap #filter_doc_base .number {
  float: left;
  margin-right: 8px;
}
#official_messenger_wrap #filter_doc_base .number input {
  width: 101px;
  height: 30px;
  padding: 0 10px;
}
#official_messenger_wrap #filter_doc_base .normal_btn {
  width: 30px;
  height: 30px;
}
#official_messenger_wrap #filter_doc_base .normal_btn .btn_inner {
  padding-top: 9px;
  padding-left: 2px;
}
#official_messenger_wrap #filter_doc_base.target-permits {
  float: left;
}
#official_messenger_wrap .select_tabs {
  margin-bottom: 10px;
}
#official_messenger_wrap .select_tabs .select_item {
  padding: 0px 10px;
}
#official_messenger_wrap .listbox {
  height: 25px;
  position: absolute;
  overflow: hidden;
  z-index: 50;
}
#official_messenger_wrap .listbox.shown {
  -webkit-box-shadow: 0px 1px 6px -3px grey;
  -moz-box-shadow: 0px 1px 6px -3px grey;
  box-shadow: 0px 1px 6px -3px grey;
}
#official_messenger_wrap .listbox.month {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 74px 12px white;
  left: 0px;
  top: 5px;
}
#official_messenger_wrap .listbox.year {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 75px 12px white;
  left: 100px;
  top: 5px;
}
#official_messenger_wrap .listbox .first, #official_messenger_wrap .listbox .elem {
  height: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
#official_messenger_wrap .listbox .first:hover a, #official_messenger_wrap .listbox .elem:hover a {
  border-bottom: 1px dotted #9b330f;
}
#official_messenger_wrap .listbox .first:hover a span, #official_messenger_wrap .listbox .elem:hover a span {
  color: #9b330f;
}
#official_messenger_wrap .listbox .first a, #official_messenger_wrap .listbox .elem a {
  text-decoration: none;
  border-bottom: 1px dotted #166c9f;
}
#official_messenger_wrap .listbox .first a span, #official_messenger_wrap .listbox .elem a span {
  color: #166c9f;
}
#official_messenger_wrap .search_type {
  float: left;
  padding: 7px 22px;
}
#official_messenger_wrap table {
  width: 100%;
}
#official_messenger_wrap table thead tr th {
  color: black;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  background: #eeeeee;
}
#official_messenger_wrap table thead tr .name {
  width: 470px;
}
#official_messenger_wrap table thead tr .file {
  width: 120px;
}
#official_messenger_wrap table thead tr .date {
  width: 135px;
}
#official_messenger_wrap table tbody tr td a {
  display: block;
  padding-top: 23px;
  height: 33px;
  background: url("../ii/dowld.png") no-repeat 12px 3px;
  width: 80px;
  margin: 0 auto;
}
#official_messenger_wrap table tbody tr .official_messenger_date {
  width: 80px;
}
#official_messenger_wrap table tbody tr .official_messenger_file {
  width: 120px;
}

#doc_base {
  position: relative;
}
#doc_base #filter_doc_base {
  margin-bottom: 8px;
}
#doc_base #filter_doc_base .number {
  float: left;
  margin-right: 8px;
}
#doc_base #filter_doc_base .number input {
  width: 101px;
  height: 30px;
  padding: 0 10px;
}
#doc_base #filter_doc_base .normal_btn {
  width: 30px;
  height: 30px;
}
#doc_base #filter_doc_base .normal_btn .btn_inner {
  padding-top: 9px;
  padding-left: 2px;
}
#doc_base #filter_doc_base.target-permits {
  float: left;
}
#doc_base .select_tabs {
  margin-bottom: 10px;
}
#doc_base .select_tabs .select_item {
  padding: 0px 10px;
}
#doc_base .listbox {
  height: 25px;
  position: absolute;
  overflow: hidden;
  z-index: 50;
}
#doc_base .listbox.shown {
  -webkit-box-shadow: 0px 1px 6px -3px grey;
  -moz-box-shadow: 0px 1px 6px -3px grey;
  box-shadow: 0px 1px 6px -3px grey;
}
#doc_base .listbox.month {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 74px 12px white;
  left: 187px;
  top: 5px;
}
#doc_base .listbox.year {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 75px 12px white;
  left: 275px;
  top: 5px;
}
#doc_base .listbox .first, #doc_base .listbox .elem {
  height: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
#doc_base .listbox .first:hover a, #doc_base .listbox .elem:hover a {
  border-bottom: 1px dotted #9b330f;
}
#doc_base .listbox .first:hover a span, #doc_base .listbox .elem:hover a span {
  color: #9b330f;
}
#doc_base .listbox .first a, #doc_base .listbox .elem a {
  text-decoration: none;
  border-bottom: 1px dotted #166c9f;
}
#doc_base .listbox .first a span, #doc_base .listbox .elem a span {
  color: #166c9f;
}
#doc_base .search_type {
  float: left;
  padding: 7px 22px;
}

.blog-page-navigation {
  padding: 16px 0px 36px 0px;
  border-top: 1px solid #cfcfcf;
  width: 100%;
  text-align: center;
}
.blog-page-navigation span.blog-page-title {
  padding-top: 4px;
  float: left;
  color: #404040;
  padding-right: 60px;
}
.blog-page-navigation span.blog-vert-separator {
  display: none;
}
.blog-page-navigation .blog-page-next, .blog-page-navigation .blog-page-previous {
  display: none;
}
.blog-page-navigation a {
  float: left;
  display: block;
  min-width: 15px;
  padding: 0px 5px 0px 5px;
  height: 25px;
  margin-right: 2px;
  border-radius: 3px;
  text-decoration: none;
  color: #404040;
  line-height: 25px;
}
.blog-page-navigation a:hover {
  background: #166c9f;
  color: #fff;
}
.blog-page-navigation .blog-page-current {
  display: block;
  float: left;
  min-width: 15px;
  padding: 0px 5px 0px 5px;
  height: 25px;
  margin-right: 2px;
  border-radius: 3px;
  background: #166c9f;
  color: #fff;
  line-height: 25px;
}
.blog-page-navigation .blog-page-dots {
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  color: #404040;
  line-height: 25px;
  margin-right: 0px;
}

#passage {
  padding: 45px 28px;
}

/* Меню на детальной странице структуры */
#struct-menu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
}
#struct-menu li {
  float: left;
  margin: 0;
  padding: 0;
}
#struct-menu li a {
  padding: 0 7px;
}
#struct-menu li a.first {
  border-radius: 4px 0px 0px 4px;
}
#struct-menu li a.last {
  border-radius: 0px 4px 4px 0px;
}

.organization {
  padding-bottom: 20px;
}
.organization .org-table .left {
  width: 100px;
  padding-bottom: 4px;
}
.organization .org-table .right {
  width: 400px;
  padding-bottom: 4px;
}

#news .news, #news .info, #info_messages .news, #info_messages .info {
  float: left;
  width: 225px;
  padding-right: 20px;
  padding-bottom: 40px;
}
#news .news a, #news .info a, #info_messages .news a, #info_messages .info a {
  display: block;
}
#news .info, #info_messages .info {
  width: 223px;
}

#info_messages {
  padding-bottom: 20px;
}

#soc-table table {
  border-collapse: inherit!important;
  border-spacing: 0;
  border-color: transparent;
}
#soc-table #education-ob {
  padding-top: 20px;
}
#soc-table #education-ob th {
  background: #eeeeee;
  text-align: left;
  vertical-align: middle;
  height: 37px;
}
#soc-table #education-ob td {
  padding-top: 10px;
  padding-bottom: 12px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}
#soc-table #education-ob td:first-of-type {
  padding-right: 15px;
  padding-left: 12px;
}
#soc-table #education-ob tr:last-of-type td {
  border-bottom: none;
}
#soc-table #education-ob .soc-col-1 {
  width: 315px;
  border-radius: 5px 0 0 5px;
  padding: 0 15px 0 12px;
}
#soc-table #education-ob .soc-col-2 {
  width: 170px;
}
#soc-table #education-ob .soc-col-3 {
  width: 85px;
}
#soc-table #education-ob .soc-col-4 {
  border-radius: 0 5px 5px 0px;
}
#soc-table .search-text {
  float: left;
  margin-right: 8px;
}
#soc-table .search-text input {
  width: 280px;
  height: 30px;
  padding: 0 10px;
}
#soc-table .search-but {
  width: 30px;
  height: 30px;
  border: 1px solid #0b4361;
  /*cursor: pointer;*/
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px grey;
  -moz-box-shadow: 0px 1px 2px 0px grey;
  box-shadow: 0px 1px 2px 0px grey;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}
#soc-table .inner-search-but {
  padding-top: 9px;
  padding-left: 2px;
  height: 100%;
  width: 100%;
  border: 0px solid transparent;
  text-align: center;
  background: #155c8b;
  background: -moz-linear-gradient(top, #398eb5, #155c8b);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398eb5), color-stop(100%, #155c8b));
  background: -webkit-linear-gradient(top, #398eb5, #155c8b);
  background: -o-linear-gradient(top, #398eb5, #155c8b);
  background: -ms-linear-gradient(top, #398eb5, #155c8b);
  background: linear-gradient(top, #398eb5, #155c8b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398eb5', endColorstr='#155c8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -moz-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}

#sport-table table {
  border-collapse: inherit!important;
  border-spacing: 0;
  border-color: transparent;
}
#sport-table #education-ob {
  padding-top: 20px;
}
#sport-table #education-ob th {
  background: #eeeeee;
  text-align: left;
  vertical-align: middle;
  height: 37px;
}
#sport-table #education-ob td {
  padding-top: 10px;
  padding-bottom: 12px;
  padding-right: 10px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}
#sport-table #education-ob td:first-of-type {
  padding-right: 15px;
  padding-left: 12px;
}
#sport-table #education-ob tr:last-of-type td {
  border-bottom: none;
}
#sport-table #education-ob .soc-col-1 {
  width: 235px;
  border-radius: 5px 0 0 5px;
  padding: 0 15px 0 12px;
}
#sport-table #education-ob .soc-col-2 {
  width: 160px;
  padding-right: 10px;
}
#sport-table #education-ob .soc-col-3 {
  width: 175px;
  padding-right: 10px;
}
#sport-table #education-ob .soc-col-4 {
  border-radius: 0 5px 5px 0px;
}
#sport-table .search-text {
  float: left;
  margin-right: 8px;
}
#sport-table .search-text input {
  width: 280px;
  height: 30px;
  padding: 0 10px;
}
#sport-table .search-but {
  width: 30px;
  height: 30px;
  border: 1px solid #0b4361;
  /*cursor: pointer;*/
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px grey;
  -moz-box-shadow: 0px 1px 2px 0px grey;
  box-shadow: 0px 1px 2px 0px grey;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}
#sport-table .inner-search-but {
  padding-top: 9px;
  padding-left: 2px;
  height: 100%;
  width: 100%;
  border: 0px solid transparent;
  text-align: center;
  background: #155c8b;
  background: -moz-linear-gradient(top, #398eb5, #155c8b);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398eb5), color-stop(100%, #155c8b));
  background: -webkit-linear-gradient(top, #398eb5, #155c8b);
  background: -o-linear-gradient(top, #398eb5, #155c8b);
  background: -ms-linear-gradient(top, #398eb5, #155c8b);
  background: linear-gradient(top, #398eb5, #155c8b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398eb5', endColorstr='#155c8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -moz-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}

#tourist_map #elements {
  width: 249px;
  height: 641px;
  background-color: #cfcfcf;
  margin-right: 2px;
  float: left;
}
#tourist_map #map {
  width: 728px;
  height: 641px;
  background-color: #cfcfcf;
  float: left;
}

.discuss {
  margin-bottom: 25px;
}
.discuss .discuss-date {
  color: #6c6c6c;
}

.discuss-files {
  padding-top: 25px;
}

.comment_item_container {
  padding-bottom: 25px;
  position: relative;
}
.comment_item_container .comment_item_top {
  padding-bottom: 3px;
  color: #000;
  font: 12px Verdana, Geneva, sans-serif;
}
.comment_item_container .comment_item_top .comment-date {
  padding-left: 18px;
  color: #6c6c6c;
}
.comment_item_container .comment_item_controls {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.comment_item_container .comment_submit {
  height: 36px;
  width: 133px;
  background-image: url(images/submit_btn.png);
  border: none;
  margin-top: 20px;
  padding: 0;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
}

.comment_reply {
  width: 100%;
  overflow: hidden;
  background: whitesmoke url("../ii/inf_grad.png") repeat-x left top;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  margin-top: 20px;
}
.comment_reply h4 {
  margin-top: 14px;
  margin-bottom: 18px;
  padding-left: 18px;
  font: normal 14px Verdana, Geneva, sans-serif;
}
.comment_reply h4 a {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.comment_reply #form_show {
  margin-top: 0;
}
.comment_reply fieldset {
  margin: 0 18px;
  padding: 0;
}
.comment_reply .discuss-form-table td {
  padding-bottom: 8px;
}
.comment_reply .discuss-form-table td.left {
  width: 170px;
  color: #000;
  font: 14px Verdana, Geneva, sans-serif;
  text-shadow: 1px 1px 0px #fff;
}
.comment_reply .discuss-form-table td.right input {
  height: 28px;
  font-size: 14px;
  width: 225px;
}
.comment_reply .discuss-form-table td.right textarea {
  font-size: 14px;
  width: 525px;
  height: 140px;
}
.comment_reply .discuss-form-table td.right .button-wrap {
  border: 1px solid #0b4361;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px grey;
  -moz-box-shadow: 0px 1px 2px 0px grey;
  box-shadow: 0px 1px 2px 0px grey;
  float: left;
  border-radius: 4px;
}
.comment_reply .discuss-form-table td.right .button-wrap button {
  cursor: pointer;
  padding: 10px 15px;
  font-size: 14px;
  border: 0px solid transparent;
  text-align: center;
  background: #155c8b;
  background: -moz-linear-gradient(top, #398eb5, #155c8b);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398eb5), color-stop(100%, #155c8b));
  /* Chrome 10, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #398eb5, #155c8b);
  background: -o-linear-gradient(top, #398eb5, #155c8b);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #398eb5, #155c8b);
  /* IE10 */
  background: linear-gradient(top, #398eb5, #155c8b);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398eb5', endColorstr='#155c8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -moz-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  box-shadow: inset 0px 1px 2px 0px #99C6D9;
  font-family: "Calibri";
  font-weight: bold;
  color: white;
  text-shadow: 0px 1px 1px #3A3A3A;
}

/*Link to infographics*/
#footer_menu li.first_level item6 a {
  cursor: pointer!important;
  text-decoration: underline!important;
}

/*EN template*/
#content_inner_en {
  margin: 0px auto;
  margin-top: 40px;
  max-width: 980px;
  min-width: 980px;
  min-height: 300px;
  margin-bottom: 50px;
}

.map_of_kostroma_en {
  margin-bottom: 10px;
}

#krpano {
  height: 600px;
}

#tourist_map .frame {
  padding: 0 17px;
  width: 216px;
  height: 641px;
  background-color: #f3f3f3;
  margin-right: 2px;
  float: left;
  border-radius: 5px 0 0 5px;
}
#tourist_map .frame .slidee {
  padding: 0 10px;
  margin: 0;
}
#tourist_map .frame .slidee li {
  margin: 11px 0;
  padding-left: 0;
  list-style-image: url(../ii/map/list_marker.jpg);
}
#tourist_map .frame .slidee li a {
  color: black;
  text-decoration: none;
  border-bottom: dotted 1px;
  cursor: pointer;
}
#tourist_map .frame .slidee #elements {
  width: 249px;
  height: 641px;
  background-color: #cfcfcf;
  margin-right: 2px;
  float: left;
}
#tourist_map .frame .slidee .scrollbar {
  background: #e7e7e7;
  margin: 5px 0 5px 0;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 4px;
  right: 0;
}
#tourist_map .frame .slidee .scrollbar .handle {
  background: #1675af;
  cursor: pointer;
  width: 4px;
}
#tourist_map .frame .slidee .submenu {
  padding-left: 15px;
}
#tourist_map .frame .slidee .submenu li {
  list-style-image: none;
  list-style-type: none;
}
#tourist_map #map {
  width: 728px;
  height: 641px;
  background-color: #f3f3f3;
  float: left;
  border-radius: 0 5px   5px 0;
  margin-bottom: 45px;
}
#tourist_map #map .mark_conteinetr {
  position: relative;
  display: inline-block;
  background: #1f6085;
  border-radius: 5px;
  padding: 15px 15px;
}
#tourist_map #map .mark_conteinetr .layout-element a {
  color: white;
  float: left;
}
#tourist_map #map .arrow {
  position: absolute;
  width: 29px;
  height: 30px;
  background: url("../ii/map/arrow.png") no-repeat;
  top: 100%;
  left: 28px;
}
#tourist_map #map .baloon_conteinetr {
  position: absolute;
  width: 200px;
  background: #1f6085;
  border-radius: 5px;
  padding: 15px 15px;
}
#tourist_map #map .baloon_conteinetr .layout-element {
  color: white;
}
#tourist_map #map .baloon_conteinetr .arrow {
  position: absolute;
  width: 29px;
  height: 30px;
  background: url("../ii/map/arrow.png") no-repeat;
  top: 100%;
  left: 28px;
}

.page404 {
  height: 442px;
  padding-top: 0px;
}
.page404 h3 {
  margin-top: 72px;
  font-size: 36px;
  line-height: 18px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  margin-left: -2px;
}
.page404 .span404 {
  padding-top: 127px;
  z-index: 0;
  font-family: arial black;
  font-size: 500px;
  color: #f0f0f0;
}

/* Результаты поиска */
.search-result .search-item {
  float: left;
  width: 233px;
  padding: 0 25px 25px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.searh-page-form {
  padding-bottom: 25px;
}
.searh-page-form input {
  height: 26px;
  width: 620px;
  padding-left: 6px;
}
.searh-page-form .normal_btn {
  padding: 0;
  display: block;
  height: 30px;
  width: 30px;
  float: left;
  background: #0B4361;
  margin-right: 20px;
}
.searh-page-form .normal_btn .btn_inner {
  padding-left: 2px;
  padding-top: 9px;
}
.searh-page-form .search-query {
  float: left;
  padding-right: 10px;
}
.searh-page-form .select_tabs.short.search {
  width: 213px !important;
}

#header #header_inner #site_search #search-form {
  position: relative;
}
#header #header_inner #site_search #search-form input.search-form-submit {
  display: block;
  position: absolute;
  right: 40px;
  top: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  background: none;
  z-index: 200;
  cursor: pointer;
}

.comment span {
  font-family: "Calibri";
  font-size: 48px;
  color: #bdbdbd;
  line-height: 20px;
}
.comment span.lquote {
  float: left;
}
.comment p {
  padding: 0 50px;
}
.comment p .rqoute {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.event {
  margin-bottom: 30px;
}

/* Считчик в футере*/
.os-counter {
  padding-top: 20px;
}

/*Аренда, Продажа и Реклама муниципального имущества*/
#property_rent_wrap {
  position: relative;
}
#property_rent_wrap #filter_doc_base {
  margin-bottom: 8px;
}
#property_rent_wrap #filter_doc_base .number {
  float: left;
  margin-right: 8px;
}
#property_rent_wrap #filter_doc_base .number input {
  width: 101px;
  height: 30px;
  padding: 0 10px;
}
#property_rent_wrap #filter_doc_base .normal_btn {
  width: 30px;
  height: 30px;
}
#property_rent_wrap #filter_doc_base .normal_btn .btn_inner {
  padding-top: 9px;
  padding-left: 2px;
}
#property_rent_wrap #filter_doc_base.target-permits {
  float: left;
}
#property_rent_wrap #filter_doc_base #listbox_status {
  cursor: pointer;
}
#property_rent_wrap .select_tabs {
  margin-bottom: 10px;
}
#property_rent_wrap .select_tabs .select_item {
  padding: 0px 10px;
}
#property_rent_wrap .listbox {
  height: 25px;
  position: absolute;
  overflow: hidden;
  z-index: 50;
}
#property_rent_wrap .listbox.shown {
  -webkit-box-shadow: 0px 1px 6px -3px grey;
  -moz-box-shadow: 0px 1px 6px -3px grey;
  box-shadow: 0px 1px 6px -3px grey;
}
#property_rent_wrap .listbox.month {
  width: 235px;
  background: white;
  left: 147px;
  top: -3px;
}
#property_rent_wrap .listbox.year {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 75px 12px white;
  left: 100px;
  top: 5px;
}
#property_rent_wrap .listbox .first, #property_rent_wrap .listbox .elem {
  height: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
#property_rent_wrap .listbox .first:hover a, #property_rent_wrap .listbox .elem:hover a {
  border-bottom: 1px dotted #9b330f;
}
#property_rent_wrap .listbox .first:hover a span, #property_rent_wrap .listbox .elem:hover a span {
  color: #9b330f;
}
#property_rent_wrap .listbox .first a, #property_rent_wrap .listbox .elem a {
  float: left;
  text-decoration: none;
  border-bottom: 1px dotted #166c9f;
}
#property_rent_wrap .listbox .first a span, #property_rent_wrap .listbox .elem a span {
  color: #166c9f;
}
#property_rent_wrap .listbox .first .list_arr_text, #property_rent_wrap .listbox .elem .list_arr_text {
  float: left;
  background: url("../ii/list_filter.png") no-repeat 7px 10px white;
  width: 18px;
  height: 19px;
}
#property_rent_wrap .search_type {
  float: left;
  padding: 7px 22px;
}
#property_rent_wrap table {
  width: 100%;
}
#property_rent_wrap table thead tr th {
  color: black;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  background: #eeeeee;
}
#property_rent_wrap table thead tr .number {
  width: 30px;
}
#property_rent_wrap table thead tr .name {
  width: 470px;
}
#property_rent_wrap table thead tr .status {
  width: 120px;
}
#property_rent_wrap table thead tr .date {
  width: 80px;
}
#property_rent_wrap table tbody tr td a {
  margin: 0 auto;
}
#property_rent_wrap table tbody tr .table_property_number {
  width: 30px;
  text-align: center;
}
#property_rent_wrap table tbody tr .table_property_name {
  width: 80px;
}
#property_rent_wrap table tbody tr .table_property_date {
  width: 80px;
}
#property_rent_wrap table tbody tr .table_property_status {
  width: 80px;
}

.float_left {
  float: left;
}

#fb_xdm_frame_http, #fb_xdm_frame_https {
  display: none;
}

.subsection_separator {
  width: 100%;
  clear: both;
  margin-bottom: 5px;
  margin-top: 20px;
}
.subsection_separator span {
  font-weight: bold;
  font-size: 22px;
  color: #000;
}

.wrap_subfolder_files {
  width: 728px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.wrap_table_municipal_service {
  margin-top: 30px;
}
.wrap_table_municipal_service .blog-page-navigation {
  margin-bottom: 30px;
}
.wrap_table_municipal_service .table {
  margin-bottom: 20px;
}
.wrap_table_municipal_service .table .radius_four .num {
  width: 32px;
}
.wrap_table_municipal_service .table .radius_four .name_service {
  width: 143px;
}
.wrap_table_municipal_service .table .radius_four .file_link {
  width: 79px;
}
.wrap_table_municipal_service .table .radius_four .provision_services {
  width: 465px;
}
.wrap_table_municipal_service .table tbody tr .municip_service_file a {
  display: block;
  padding-top: 23px;
  height: 33px;
  background: url("../ii/dowld.png") no-repeat 12px 3px;
  width: 80px;
  margin: 0 auto;
}
.wrap_table_municipal_service .table tbody tr .provision_services_name span {
  display: block;
  margin-bottom: 5px;
}

.filter_news_fields input {
  display: none;
}
.filter_news_fields select {
  display: none;
}

.news_filter_calendar {
  width: 15px;
  height: 15px;
  background: url("../bitrix/images/icons/calendar.gif") no-repeat;
  cursor: pointer;
}

#modal_calendar {
  float: left;
  height: 22px;
  margin-right: 10px;
}
#modal_calendar .date-interval-hellip {
  display: none;
}
#modal_calendar img {
  float: left;
  margin-right: 10px;
}
#modal_calendar .start_news_filter {
  float: left;
  margin-right: 30px;
}

.news_filter span {
  color: #166c9f;
  border-bottom: 1px dotted #166c9f;
  cursor: pointer;
}
.news_filter span:hover {
  color: #9b330f;
  border-bottom: 1px dotted #9b330f;
}

.popup-window {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}
.popup-window .popup-window-top-row .popup-window-left-column {
  display: none;
}
.popup-window .popup-window-top-row .popup-window-center-column {
  display: none;
}
.popup-window .popup-window-top-row .popup-window-right-column {
  display: none;
}
.popup-window .popup-window-content-row .popup-window-left-column {
  display: none;
}
.popup-window .popup-window-content-row .popup-window-right-column {
  display: none;
}
.popup-window .popup-window-content-row .popup-window-center-column .popup-window-content .bx-calendar .bx-calendar-header .bx-calendar-left-arrow {
  margin-left: 0px;
}
.popup-window .popup-window-content-row .popup-window-center-column .popup-window-content .bx-calendar .bx-calendar-header .bx-calendar-header-content {
  width: 161px;
}
.popup-window .popup-window-content-row .popup-window-center-column .popup-window-content .bx-calendar .bx-calendar-name-day-wrap {
  margin: 0px 0px 3px;
  height: 18px;
  padding: 1px 3px 0px 0px;
}
.popup-window .popup-window-bottom-row .popup-window-left-column {
  display: none;
}
.popup-window .popup-window-bottom-row .popup-window-center-column {
  display: none;
}
.popup-window .popup-window-bottom-row .popup-window-right-column {
  display: none;
}

.detail_news_date {
  margin-bottom: 10px;
}
.detail_news_date span {
  font-style: italic;
  font-siz: 14px;
  color: #404040;
}

.news_filter_detail {
  margin-bottom: -18px;
}

.invest_wrap {
  position: relative;
  width: 100%;
}
.invest_wrap #frame {
  width: 602px;
  height: 600px;
  margin: 0 auto;
  top: 50px;
  overflow: hidden;
  margin-bottom: 70px;
}
.invest_wrap #frame .slidee .wrap_elem_invest {
  float: left;
}
.invest_wrap #frame .slidee .wrap_elem_invest a {
  display: block;
  width: 600px;
  text-align: center;
}
.invest_wrap #frame .slidee .wrap_elem_invest a .infographics_img_frame {
  width: 600px;
  display: table-cell;
}
.invest_wrap #frame .slidee .wrap_elem_invest a .infographics_img_frame .infographics_img {
  text-align: center;
}
.invest_wrap #frame .slidee .wrap_elem_invest a .infographics_img_frame .infographics_img img {
  max-width: 600px;
}
.invest_wrap .invest_btn_left {
  height: 38px;
  width: 41px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url("../ii/slde_btn_arrows.png") 50% 15px no-repeat;
}
.invest_wrap .invest_btn_right {
  height: 38px;
  width: 41px;
  position: absolute;
  right: 0;
  top: 0px;
  background: url("../ii/slde_btn_arrows.png") 18px -24px no-repeat;
}
.invest_wrap .go_to_slide {
  position: absolute;
  top: 0px;
  left: 319px;
}
.invest_wrap .go_to_slide input {
  width: 40px;
  height: 20px;
  text-align: center;
}

#tourist_map.investment_map #elements {
  width: 249px;
  height: 641px;
  background-color: #cfcfcf;
  margin-right: 2px;
  float: left;
}
#tourist_map.investment_map #map {
  width: 728px;
  height: 641px;
  background-color: #cfcfcf;
  float: left;
}
#tourist_map.investment_map #map_conteiner #frame {
  width: 696px;
  height: auto;
  border-radius: 5px;
}
#tourist_map.investment_map #map_conteiner #frame .slidee {
  width: 696px;
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu {
  float: left;
  width: 310px;
  margin-right: 30px;
  position: relative;
  list-style: none;
  list-style-image: none;
  margin-bottom: 3px;
  margin-top: 0px;
  line-height: 15px;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu a {
  color: #166c9f;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu a:hover {
  color: #9b330f;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu .submenu {
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 0px;
  z-index: 1000;
  border: 1px solid #ccc;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu .submenu li {
  padding-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 10px;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .fl_right {
  float: right;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .separator_menu_li {
  list-style: none;
  list-style-image: none;
  margin-bottom: 3px;
  margin-top: 0px;
  width: 630px;
  clear: both;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .items_menu_map_separator {
  width: 720px;
  clear: both;
}

.link_invest {
  margin-bottom: 40px;
}

.message {
  border: 6px solid #3287BA;
  height: auto;
  margin-bottom: 50px;
  padding: 30px 40px;
}

.kostroma_bridge {
  margin-top: 40px;
  text-align: center;
}
.kostroma_bridge .useful_inner {
  background: white;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}
.kostroma_bridge .useful_inner h4 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.kostroma_bridge .useful_inner a {
  text-decoration: none;
  border-bottom: 1px solid #acc5d8;
  line-height: 15px;
}
.kostroma_bridge .useful_inner a div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.kostroma_bridge .useful_inner a div span {
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
  border-bottom: 1px solid #b2b2b2;
  line-height: 38px;
}
.kostroma_bridge .useful_inner a:hover {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
.kostroma_bridge .useful_inner a:hover span {
  border-bottom: 1px solid #9b330f;
}

.treatment_info .wrap_investors {
  height: auto;
  border: 6px solid #3287ba;
  margin-bottom: 50px;
  padding: 17px 30px;
  width: 660px;
}
.treatment_info .wrap_investors h3 {
  margin-bottom: 0;
}

.inner_top_menu_wrap {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, white, whitesmoke);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whitesmoke));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, whitesmoke);
  background: -o-linear-gradient(top, white, whitesmoke);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, whitesmoke);
  /* IE10 */
  background: linear-gradient(top, white, whitesmoke);
  /* CSS3 */
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  padding: 7px;
  margin-bottom: 10px;
}

.inner_top_menu {
  float: left;
  width: 235px;
  padding: 0px;
  margin: 0px;
  margin-left: 0px;
}
.inner_top_menu li {
  list-style: none;
  width: 235px;
  clear: both;
}
.inner_top_menu li a {
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 4px;
}
.inner_top_menu .separator_top_menu {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.inner_top_menu .select_item {
  float: left;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}
.inner_top_menu .select_item.item0 {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  -khtml-border-radius: 4px 0px 0px 4px;
  behavior: url("../pie/PIE.htc");
}
.inner_top_menu .select_item span, .inner_top_menu .select_item a {
  position: relative;
  color: #166c9f;
}
.inner_top_menu .select_item:hover span, .inner_top_menu .select_item.active span, .inner_top_menu .select_item.selected span {
  color: #000;
}

.new_top_slider {
  height: 85px;
  position: relative;
  width: 983px;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: -20px;
}
.new_top_slider .slidee li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 983px;
}
.new_top_slider .slidee li a img {
  height: 85px;
}
.new_top_slider .lnks_btn {
  width: 41px;
  height: 38px;
  position: absolute;
  top: 22px;
}
.new_top_slider .lnks_btn div {
  width: 100%;
  height: 100%;
}
.new_top_slider .lnks_btn.left {
  left: 24px;
}
.new_top_slider .lnks_btn.left div {
  background: url("../ii/slde_btn_arrows.png") no-repeat center 15px;
}
.new_top_slider .lnks_btn.right {
  right: 24px;
}
.new_top_slider .lnks_btn.right div {
  background: url("../ii/slde_btn_arrows.png") no-repeat 18px -24px;
}

.wrap_about_fotoevo h2 {
  margin-bottom: 21px;
}
.wrap_about_fotoevo h3 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 30px;
}
.wrap_about_fotoevo .content_fotoevo img {
  float: left;
  margin-right: 31px;
}
.wrap_about_fotoevo .content_fotoevo p {
  margin-top: 0px;
  margin-bottom: 34px;
}
.wrap_about_fotoevo .content_fotoevo .line_text {
  font-size: 14px;
  line-height: 22px;
}
.wrap_about_fotoevo .content_fotoevo .column_text {
  font-size: 12px;
  line-height: 20px;
}
.wrap_about_fotoevo .content_fotoevo .columns_text_wrap p {
  float: left;
  width: 308px;
  margin-right: 25px;
}
.wrap_about_fotoevo .content_fotoevo .columns_text_wrap .right_column_text {
  margin-right: 0px;
}
.wrap_about_fotoevo .content_fotoevo .center_block {
  margin-bottom: 0px;
}
.wrap_about_fotoevo .content_fotoevo .center_block p {
  margin-bottom: 26px;
}
.wrap_about_fotoevo .content_fotoevo .progr_festival p {
  margin-bottom: 16px;
}
.wrap_about_fotoevo .link_fotoevo_wrap {
  width: 100%;
  border: 6px solid #3082b3;
  text-align: center;
  height: 80px;
  border-radius: 3px;
}
.wrap_about_fotoevo .link_fotoevo_wrap span {
  line-height: 80px;
  color: #404040;
  font-size: 18px;
  font-family: 'Arial';
}
/* fonts */
/* colors */
/* template styles */
.clearfix {
  display: block;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

/* IE6 */
* html .clearfix {
  height: 1%;
}

/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}

html, body {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 730px;
  width: 100%;
  height: 100%;
  font-family: Verdana, Geneva, sans-serif, Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
  font-size: 12px;
  color: #404040;
  background-color: white;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #000;
  font-weight: bold;
  font-family: "Calibri";
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
  line-height: 33px;
  margin-top: 5px;
  margin-bottom: 25px;
}

h3 {
  font-size: 24px;
  margin-bottom: 17px;
}

h4 {
  margin-bottom: 16px;
  font-size: 22px;
}

h5 {
  margin-bottom: 16px;
  font-size: 18px;
}

h6 {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 18px;
}

span, p, ul {
  color: #404040;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 18px;
}

ul {
  padding-left: 40px;
}
ul li {
  padding: 0 0 4px 2px;
}

a, img {
  outline: 0;
  border: 0;
}

a {
  color: #0e63a1;
  text-decoration: underline;
}
a:hover, a.active {
  color: #9b330f;
}

table {
  width: 100%;
}
table th {
  background: #eeeeee;
  text-align: left;
  vertical-align: middle;
  height: 37px;
}
table td {
  padding-top: 10px;
  padding-bottom: 12px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}
table td:first-of-type {
  padding-right: 15px;
  padding-left: 12px;
}
table tr:last-of-type td {
  border-bottom: none;
}

.bx-core-waitwindow {
  background-color: #176ca0;
  background-image: none;
  padding: 10px 17px;
  border: none;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

#page_wrapper {
  min-height: 100%;
}

.radius_four {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}

.radius_six {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -khtml-border-radius: 6px;
  behavior: url("../pie/PIE.htc");
}

.new_link {
  font: 12px Verdana, Geneva, sans-serif;
  text-decoration: none;
  padding-bottom: 1px;
  line-height: 20px;
  border-bottom: 1px solid #acc5d8;
}

.footer_link {
  color: #c6eafe;
  text-decoration: none;
  border-bottom: 1px solid #446d8a;
}
.footer_link:hover {
  color: #ffe345;
  border-color: #ffe345;
}

.border_link {
  text-decoration: none;
}
.border_link span {
  font: 12px Verdana, Geneva, sans-serif;
  color: #166c9f;
  padding-bottom: 1px;
  line-height: 20px;
  border-bottom: 1px solid #acc5d8;
}
.border_link:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}

.pointer {
  cursor: pointer;
}

input[type=text], textarea, #listbox, .checkbox {
  outline: 0;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
  behavior: url("../pie/PIE.htc");
  background: white;
  -webkit-box-shadow: inset 0px 1px 6px -3px grey;
  -moz-box-shadow: inset 0px 1px 6px -3px grey;
  box-shadow: inset 0px 1px 6px -3px grey;
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
}

.checkbox {
  width: 22px;
  height: 22px;
}
.checkbox.checked {
  background: url("../ii/checkbox.png") no-repeat 6px 6px white;
}

.normal_btn {
  border: 1px solid #0b4361;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px grey;
  -moz-box-shadow: 0px 1px 2px 0px grey;
  box-shadow: 0px 1px 2px 0px grey;
}
.normal_btn .btn_inner {
  height: 100%;
  width: 100%;
  border: 0px solid transparent;
  text-align: center;
  background: #155c8b;
  background: -moz-linear-gradient(top, #398eb5, #155c8b);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398eb5), color-stop(100%, #155c8b));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #398eb5, #155c8b);
  background: -o-linear-gradient(top, #398eb5, #155c8b);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #398eb5, #155c8b);
  /* IE10 */
  background: linear-gradient(top, #398eb5, #155c8b);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398eb5', endColorstr='#155c8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -moz-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  box-shadow: inset 0px 1px 2px 0px #99C6D9;
}
.normal_btn .btn_inner span {
  font-family: "Calibri";
  font-weight: bold;
  color: white;
  text-shadow: 0px 1px 1px #3A3A3A;
}

.lnks_btn {
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url("../pie/PIE.htc");
  text-align: center;
  background: #e9e9e9;
  background: -moz-linear-gradient(top, white, #e9e9e9);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9e9e9));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, #e9e9e9);
  background: -o-linear-gradient(top, white, #e9e9e9);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, #e9e9e9);
  /* IE10 */
  background: linear-gradient(top, white, #e9e9e9);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e9e9e9', GradientType=0);
  cursor: pointer;
}
.lnks_btn:hover {
  background: #e9e9e9;
  background: -moz-linear-gradient(top, white, #f0f0f0);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f0f0));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, #f0f0f0);
  background: -o-linear-gradient(top, white, #f0f0f0);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, #f0f0f0);
  /* IE10 */
  background: linear-gradient(top, white, #f0f0f0);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f0f0f0', GradientType=0);
}
.lnks_btn:active {
  background: #e9e9e9;
  background: -moz-linear-gradient(top, #ebebeb, #e7e7e7);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #e7e7e7));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #ebebeb, #e7e7e7);
  background: -o-linear-gradient(top, #ebebeb, #e7e7e7);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebebeb, #e7e7e7);
  /* IE10 */
  background: linear-gradient(top, #ebebeb, #e7e7e7);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#e7e7e7', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 8px -4px grey;
  -moz-box-shadow: inset 0px 1px 8px -4px grey;
  box-shadow: inset 0px 1px 8px -4px grey;
}

/* header */
#header {
  width: 100%;
  height: 218px;
  background: url("../ii/header_bg.png") repeat-x left top;
  border-bottom: 1px solid #353535;
  -webkit-box-shadow: 0px 0px 3px 2px grey;
  -moz-box-shadow: 0px 0px 3px 2px grey;
  box-shadow: 0px 0px 3px 2px grey;
  position: relative;
  z-index: 100;
}
#header #header_inner {
  padding-top: 47px;
  height: 171px;
  min-width: 980px;
  max-width: 980px;
  margin: 0 auto;
}
#header #header_inner #logo {
  float: left;
  width: 311px;
  height: 116px;
  position: relative;
}
#header #header_inner #logo a {
  border: 0;
  line-height: 0;
}
#header #header_inner #logo h4 {
  position: absolute;
  left: 82px;
}
#header #header_inner #logo h4.title {
  top: 0px;
  font: bold 24px "Calibri";
  color: white;
  line-height: 22px;
}
#header #header_inner #logo h4.official_site {
  top: 50px;
  font: normal 18px Arial, Helvetica, sans-serif;
  color: #01324d;
}
#header #header_inner #en_ru {
  float: left;
  width: 187px;
  height: 116px;
  padding-top: 3px;
  position: relative;
}
#header #header_inner #en_ru a {
  border: 0;
  text-decoration: none;
  padding-left: 26px;
  background: url("../ii/en.png") no-repeat left 90%;
}
#header #header_inner #en_ru a span {
  font: 14px Verdana, Geneva, sans-serif;
  color: white;
  border-bottom: 1px solid #699cb6;
}
#header #header_inner #en_ru a:hover span {
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #ru_en {
  float: left;
  width: 187px;
  height: 116px;
  padding-top: 3px;
  position: relative;
}
#header #header_inner #ru_en a {
  border: 0;
  text-decoration: none;
  padding-left: 26px;
  background: url("../ii/ru.png") no-repeat left 90%;
}
#header #header_inner #ru_en a span {
  font: 14px Verdana, Geneva, sans-serif;
  color: white;
  border-bottom: 1px solid #699cb6;
}
#header #header_inner #ru_en a:hover span {
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #site_search {
  float: left;
  position: relative;
  width: 251px;
  height: 116px;
  padding-top: 2px;
}
#header #header_inner #site_search input {
  width: 170px;
  height: 27px;
  border: 0;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 25px;
  font: normal 12px Verdana, Geneva, sans-serif;
  color: #393939;
  background: url("../ii/head_search.png") no-repeat left top;
}
#header #header_inner #site_search input.search_focus, #header #header_inner #site_search input.pointer:hover {
  background: url("../ii/head_search.png") no-repeat left -36px;
}
#header #header_inner #site_search .search_click {
  position: absolute;
  width: 13px;
  height: 12px;
  top: 10px;
  left: 188px;
  cursor: pointer;
  background: url("../ii/search.png") no-repeat left top;
  z-index: 100;
}
#header #header_inner #site_search .search_click:hover + input {
  background: url("../ii/head_search.png") no-repeat left -36px;
}
#header #header_inner #site_search span {
  color: #9fc7dd;
}
#header #header_inner #site_search .example {
  margin-top: 4px;
  padding-left: 2px;
}
#header #header_inner #site_search a {
  font: normal 12px Verdana, Geneva, sans-serif;
  text-decoration: none;
  border-bottom: 1px dotted #699cb6;
  color: white;
}
#header #header_inner #site_search a:hover {
  color: #fcd702;
  border-bottom: 1px dotted #fcd702;
}
#header #header_inner #visual_impaired {
  float: left;
  position: relative;
  width: 230px;
  height: 116px;
}
#header #header_inner #visual_impaired a.visual {
  position: absolute;
  left: 0;
  font: normal 20px "Calibri";
  color: white;
  text-decoration: none;
  min-width: 227px;
  border-bottom: 1px solid #699cb6;
}
#header #header_inner #visual_impaired a.visual:hover {
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #visual_impaired #sitemap {
  position: absolute;
  top: 26px;
  margin-top: 9px;
  left: -19px;
}
#header #header_inner #visual_impaired #sitemap a {
  font: normal 12px Verdana, Geneva, sans-serif;
  text-decoration: none;
  padding-left: 19px;
  background: transparent url("../ii/map_sprite.png") no-repeat left 3px;
}
#header #header_inner #visual_impaired #sitemap a span {
  border-bottom: 1px solid #699cb6;
  color: white;
}
#header #header_inner #visual_impaired #sitemap a:hover {
  background: transparent url("../ii/map_sprite.png") no-repeat left -18px;
}
#header #header_inner #visual_impaired #sitemap a:hover span {
  border-bottom: 1px solid #fcd702;
  color: #fcd702;
}
#header #header_inner #header_menu_layer {
  float: left;
  width: 100%;
  margin-top: 11px;
}
#header #header_inner #header_menu_layer ul#header_menu {
  position: relative;
  padding: 0;
}
#header #header_inner #header_menu_layer ul#header_menu li {
  padding: 0;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level {
  display: inline-block;
  float: left;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.en {
  width: 12.5%;
  text-align: center;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.en a {
  padding: 22px 4px;
  text-align: center;
  display: block;
  margin-top: -21px;
  height: 61px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.en ul li {
  text-align: left;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.en ul li a {
  display: inline;
  text-align: left;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level a {
  padding: 19px 28px;
  padding-bottom: 23px;
  color: white;
  font: bold 12px Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-shadow: 0px 1px 0px #404040;
  border: 1px solid transparent;
  position: relative;
  z-index: 101;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level a:hover, #header #header_inner #header_menu_layer ul#header_menu li.first_level a.hover {
  padding-bottom: 23px;
  border-top: 1px solid #0b3248;
  border-left: 1px solid #0b3248;
  border-right: 1px solid #0b3248;
  border-bottom: 1px solid #0b3248;
  background: #144f70;
  background: -moz-radial-gradient(#144f70, #11425e);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #144f70), color-stop(100%, #11425e));
  /* Chrome, Safari4+ */
  background: -webkit-radial-gradient(#144f70, #11425e);
  /* Chrome 10+, Safari 5.1+ */
  background: -o-radial-gradient(#144f70, #11425e);
  /* Opera 12 */
  background: -ms-radial-gradient(#144f70, #11425e);
  /* IE10 */
  background: radial-gradient(#144f70, #11425e);
  /* CSS3 */
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level li {
  position: relative;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item0 {
  width: 126px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item1 {
  width: 130px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item2 {
  width: 171px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item3 {
  width: 203px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item4 {
  width: 185px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item5 {
  float: right;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category {
  position: absolute;
  overflow: hidden;
  top: 41px;
  left: 0;
  width: 980px;
  background: #307495;
  background: -moz-linear-gradient(top, #307495, #1f5b7d);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #307495), color-stop(100%, #1f5b7d));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #307495, #1f5b7d);
  background: -o-linear-gradient(top, #307495, #1f5b7d);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #307495, #1f5b7d);
  /* IE10 */
  background: linear-gradient(top, #307495, #1f5b7d);
  /* CSS3 */
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  -khtml-border-radius: 0px 0px 4px 4px;
  behavior: url("../pie/PIE.htc");
  -webkit-box-shadow: 0 1px 3px #272727;
  -moz-box-shadow: 0 1px 3px #272727;
  box-shadow: 0 1px 3px #272727;
  z-index: 100;
  border-top: 1px solid black;
  padding-top: 20px;
  padding-left: 0;
  padding-bottom: 47px;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category .inset_shadow {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 5px;
  background: url("../ii/category_shadow.png") repeat-x left top;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category .divider {
  position: absolute;
  width: 100%;
  height: 100%;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category .divider div {
  position: relative;
  width: 100%;
  height: 62%;
  margin-top: 14px;
  background: grey;
  background: url("../ii/divider.png") repeat-y 10px top;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level {
  list-style-type: none;
  float: left;
  width: 267px;
  padding-top: 12px;
  padding-left: 40px;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level a {
  font: normal 12px Verdana, Geneva, sans-serif;
  border: 0;
  padding: 0;
  padding-bottom: 1px;
  border-bottom: 1px solid #699cb6;
  text-shadow: none;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level a:hover {
  border: 0;
  padding: 0;
  background: none;
  padding-bottom: 1px;
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level li {
  list-style-type: none;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level.selected a {
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category a.parent {
  display: none;
}

#message_wrap {
  position: relative;
  width: 100%;
  display: none;
  overflow: hidden;
  background: #fff4cd;
}
#message_wrap #message {
  padding: 20px 0;
  width: 980px;
  margin: 0 auto;
  background: url("../ii/message.png") no-repeat 16px 27px;
}
#message_wrap #message h3 {
  font-size: 24px;
  color: #982a0d;
  margin-bottom: 7px;
  padding-left: 125px;
}
#message_wrap #message .message_text {
  padding-left: 125px;
}
#message_wrap #message .message_text span {
  line-height: 20px;
  color: #635f50;
}
#message_wrap #message .message_text a {
  color: #982a0d;
}
#message_wrap #message .message_text a:hover {
  color: #e29481;
}

#tab_wrap {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
}
#tab_wrap .tab {
  text-align: center;
  width: 138px;
  position: absolute;
  left: 130px;
  padding: 8px 10px;
  background: #eed7a4;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  behavior: url("../pie/PIE.htc");
  color: #532a1f;
  z-index: 90;
}
#tab_wrap .tab:hover {
  background: #eed7a4;
  color: #fff4cd;
}

/* content */
#content {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}

#content_inner {
  min-width: 980px;
  max-width: 980px;
  margin: 0 auto;
}
#content_inner.inner {
  margin-top: 36px;
}

#left_menu {
  float: left;
  width: 250px;
  margin-top: 55px;
  min-height: 450px;
}
#left_menu #left_menu_category {
  position: relative;
  left: -10px;
  padding: 0;
  padding-right: 2px;
}
#left_menu #left_menu_category li {
  list-style-type: none;
  margin-bottom: 1px;
  padding: 0;
  clear: both;
}
#left_menu #left_menu_category li a {
  padding: 8px 10px;
  margin-bottom: 1px;
  margin-right: 5px;
  border: 0;
  float: left;
  display: block;
  line-height: 18px;
  text-decoration: none;
}
#left_menu #left_menu_category li a span {
  color: #0e63a1;
  border-bottom: 1px solid #acc5d8;
}
#left_menu #left_menu_category li a:hover {
  background: #176ca0;
}
#left_menu #left_menu_category li a:hover span {
  color: white;
  border-color: transparent;
}
#left_menu #left_menu_category li.selected a {
  background: #176ca0;
}
#left_menu #left_menu_category li.selected a span {
  color: white;
  border-color: transparent;
}

#right_content {
  float: left;
  width: 730px;
  margin-top: 36px;
  margin-bottom: 30px;
  min-height: 450px;
  /*List of tariff and prices*/
  /*Contacts*/
  /*investment proposals*/
  /*Electronic resume*/
  /*Support Form*/
  /*Contacts*/
}
#right_content p {
  color: #404040;
}
#right_content #tariff_and_prices .table_tariff {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#right_content #tariff_and_prices .table_tariff thead {
  width: 100%;
  background: #eee;
  margin-bottom: 11px;
  height: 70px;
  text-align: left;
}
#right_content #tariff_and_prices .table_tariff thead tr th {
  padding: 16px 10px 16px 10px;
}
#right_content #tariff_and_prices .table_tariff thead tr .load_file {
  padding: 16px 10px 16px 5px;
}
#right_content #tariff_and_prices .table_tariff tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
#right_content #tariff_and_prices .table_tariff tbody tr td {
  padding: 11px 11px 11px 11px;
  border-bottom: 1px solid #e5e5e5;
}
#right_content #tariff_and_prices .table_tariff tbody tr td a {
  background: url("../ii/dowld.png") 8px 3px no-repeat transparent;
  display: block;
  height: 33px;
  padding-top: 23px;
}
#right_content #tariff_and_prices .table_tariff tbody tr .name {
  font-size: 10px;
  line-height: 14px;
}
#right_content #tariff_and_prices .table_tariff tbody .section_name_tariff {
  background: #ccc;
  width: 100%;
  min-height: 50px;
}
#right_content #tariff_and_prices .table_tariff tbody .section_name_tariff td {
  width: 100%;
  min-height: 50px;
}
#right_content #mobile_reception .table_tariff {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#right_content #mobile_reception .table_tariff thead {
  width: 100%;
  background: #eee;
  margin-bottom: 11px;
  height: 70px;
  text-align: left;
}
#right_content #mobile_reception .table_tariff thead tr th {
  padding: 16px 10px 16px 10px;
}
#right_content #mobile_reception .table_tariff thead tr .load_file {
  padding: 16px 10px 16px 5px;
}
#right_content #mobile_reception .table_tariff tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
#right_content #mobile_reception .table_tariff tbody tr td {
  padding: 11px 11px 11px 11px;
  border-bottom: 1px solid #e5e5e5;
}
#right_content #mobile_reception .table_tariff tbody tr td a {
  background: url("../ii/dowld.png") 8px 3px no-repeat transparent;
  display: block;
  height: 33px;
  padding-top: 23px;
}
#right_content #mobile_reception .table_tariff tbody tr .personal_reception_place {
  min-width: 170px;
}
#right_content #mobile_reception .table_tariff tbody tr .personal_reception_date {
  min-width: 100px;
}
#right_content #mobile_reception .table_tariff tbody tr .name {
  font-size: 10px;
  line-height: 14px;
}
#right_content #mobile_reception .table_tariff tbody .section_name_mobile_reception {
  background: #ccc;
  width: 100%;
  min-height: 50px;
}
#right_content #mobile_reception .table_tariff tbody .section_name_mobile_reception td {
  width: 100%;
  min-height: 50px;
}
#right_content #investment_proposals .wrap_investors {
  width: 100%;
  height: auto;
  border: 6px solid #3287ba;
  margin-bottom: 50px;
}
#right_content #investment_proposals .wrap_investors h3 {
  margin-bottom: 0;
  padding: 27px 37px 15px 37px;
}
#right_content #investment_proposals .wrap_investors ul {
  list-style: none;
  padding-bottom: 30px;
  padding-right: 40px;
}
#right_content #investment_proposals .wrap_investors ul li a {
  color: #166c9f;
  text-decoration: underline;
}
#right_content #investment_proposals .wrap_investors ul li a span {
  color: #166c9f;
}
#right_content #investment_proposals .wrap_investors ul li a:hover {
  color: #9b330f;
}
#right_content #investment_proposals .wrap_investors ul li a:hover span {
  color: #9b330f;
}
#right_content #wrap_economics_investment_detail .wrap_img_investors {
  width: 230px;
  height: 170px;
  overflow: hidden;
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
}
#right_content #wrap_economics_investment_detail .wrap_files_investors {
  padding-left: 15px;
  float: left;
}
#right_content #wrap_economics_investment_detail .wrap_files_investors .file_to_download {
  width: 220px;
  float: left;
  padding-bottom: 15px;
}
#right_content #resume {
  position: relative;
  z-index: 200;
  height: 720px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 90px;
  background: #f5f5f5;
  border-top: 1px solid white;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  behavior: url("../pie/PIE.htc");
}
#right_content #resume .twice_border {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: url("../ii/twice_border.png") repeat-x 0 0;
}
#right_content #resume form {
  padding-top: 30px;
  padding-left: 42px;
}
#right_content #resume form .label_wrap {
  float: left;
  width: 148px;
  min-height: 38px;
  padding-top: 7px;
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
}
#right_content #resume form .field_wrap {
  float: left;
  width: 535px;
  min-height: 45px;
}
#right_content #resume form .field_wrap.error input, #right_content #resume form .field_wrap.error textarea {
  border-color: red;
}
#right_content #resume form .field_wrap input {
  padding: 0 10px;
}
#right_content #resume form .field_wrap.user_name input, #right_content #resume form .field_wrap.user_email input, #right_content #resume form .field_wrap.user_address input {
  width: 325px;
  height: 29px;
}
#right_content #resume form .field_wrap.user_phone input {
  width: 177px;
  height: 29px;
}
#right_content #resume form .field_wrap.answer textarea {
  width: 480px;
  max-width: 480px;
  height: 95px;
  max-height: 95px;
  padding: 10px;
}
#right_content #resume form .field_wrap.question_text #listbox {
  width: 345px;
  height: 29px;
  overflow: hidden;
  position: absolute;
  background: url("../ii/checkbox_list.png") no-repeat 326px 13px white;
}
#right_content #resume form .field_wrap.question_text #listbox span {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
}
#right_content #resume form .field_wrap.question_text #listbox .elem, #right_content #resume form .field_wrap.question_text #listbox .first {
  height: 23px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
#right_content #resume form .field_wrap.question_text #listbox .elem:hover {
  background: #166c9f;
}
#right_content #resume form .field_wrap.question_text #listbox .elem:hover span {
  color: white;
}
#right_content #resume form .field_wrap input {
  width: 325px;
  height: 29px;
  margin-bottom: 14px;
}
#right_content #resume form .field_wrap input.phone {
  width: 197px;
}
#right_content #resume form .field_wrap textarea {
  width: 500px;
  height: 115px;
  resize: none;
  margin-bottom: 15px;
  padding: 10px;
}
#right_content #resume form .submit {
  float: left;
  width: 200px;
  height: 50px;
  margin-top: 80px;
  margin-bottom: 30px;
  margin-left: 148px;
}
#right_content #resume form .submit .btn_inner {
  padding-top: 15px;
}
#right_content #resume form .submit .btn_inner span {
  font-size: 24px;
}
#right_content #resume form #captcha {
  height: 60px;
  float: left;
  margin-top: 40px;
}
#right_content #resume form #captcha input {
  height: 30px;
  width: 100px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #resume form #captcha img {
  height: 45px;
  width: 130px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #resume form #captcha b {
  padding-left: 149px;
}
#right_content #resume form #captcha span.input_simbols {
  padding-left: 149px;
}
#right_content #resume .checkbox {
  position: absolute;
  top: 466px;
  left: 190px;
  width: 22px;
  height: 22px;
}
#right_content #resume .checkbox_text {
  position: absolute;
  top: 467px;
  left: 230px;
  font: 14px Verdana, Geneva, sans-serif;
  color: #404040;
}
#right_content #resume .checkbox_text a {
  font-size: 14px;
}
#right_content #support {
  position: relative;
  z-index: 10;
  height: 710px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 90px;
  background: #f5f5f5;
  border-top: 1px solid white;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  behavior: url("../pie/PIE.htc");
}
#right_content #support .twice_border {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: url("../ii/twice_border.png") repeat-x 0 0;
}
#right_content #support form {
  padding-top: 30px;
  padding-left: 42px;
}
#right_content #support form .label_wrap {
  float: left;
  width: 148px;
  min-height: 38px;
  padding-top: 7px;
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
}
#right_content #support form .field_wrap {
  float: left;
  width: 535px;
  min-height: 45px;
}
#right_content #support form .field_wrap.error input, #right_content #support form .field_wrap.error textarea {
  border-color: red;
}
#right_content #support form .field_wrap input {
  padding: 0 10px;
}
#right_content #support form .field_wrap.user_name input, #right_content #support form .field_wrap.user_email input, #right_content #support form .field_wrap.user_address input {
  width: 325px;
  height: 29px;
}
#right_content #support form .field_wrap.user_phone input {
  width: 177px;
  height: 29px;
}
#right_content #support form .field_wrap.answer textarea {
  width: 480px;
  max-width: 480px;
  height: 95px;
  max-height: 95px;
  padding: 10px;
}
#right_content #support form .field_wrap.question_text #listbox {
  width: 345px;
  height: 29px;
  overflow: hidden;
  position: absolute;
  background: url("../ii/checkbox_list.png") no-repeat 326px 13px white;
}
#right_content #support form .field_wrap.question_text #listbox span {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
}
#right_content #support form .field_wrap.question_text #listbox .elem, #right_content #support form .field_wrap.question_text #listbox .first {
  height: 23px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
#right_content #support form .field_wrap.question_text #listbox .elem:hover {
  background: #166c9f;
}
#right_content #support form .field_wrap.question_text #listbox .elem:hover span {
  color: white;
}
#right_content #support form .field_wrap input {
  width: 325px;
  height: 29px;
  margin-bottom: 14px;
}
#right_content #support form .field_wrap input.error {
  border-color: red;
}
#right_content #support form .field_wrap input.phone {
  width: 197px;
}
#right_content #support form .field_wrap textarea {
  width: 500px;
  height: 115px;
  resize: none;
  margin-bottom: 15px;
  padding: 10px;
}
#right_content #support form .field_wrap textarea.error {
  border-color: red;
}
#right_content #support form .submit {
  float: left;
  width: 200px;
  height: 50px;
  margin-top: 87px;
  margin-bottom: 30px;
  margin-left: 148px;
}
#right_content #support form .submit .btn_inner {
  padding-top: 15px;
}
#right_content #support form .submit .btn_inner span {
  font-size: 24px;
}
#right_content #support form #captcha {
  height: 60px;
  float: left;
  margin-top: 7px;
}
#right_content #support form #captcha input {
  height: 30px;
  width: 100px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #support form #captcha img {
  height: 45px;
  width: 130px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #support form #captcha b {
  padding-left: 149px;
}
#right_content #support form #captcha span.input_simbols {
  padding-left: 149px;
}
#right_content #support .checkbox {
  position: absolute;
  top: 466px;
  left: 190px;
  width: 22px;
  height: 22px;
}
#right_content #support .checkbox.error {
  border-color: red;
}
#right_content #support .checkbox_text {
  position: absolute;
  top: 467px;
  left: 230px;
  font: 14px Verdana, Geneva, sans-serif;
  color: #404040;
}
#right_content #support .checkbox_text a {
  font-size: 14px;
}
#right_content #contacts_ru_wrap div {
  line-height: 20px;
  margin-bottom: 32px;
}
#right_content #contacts_ru_wrap h4 {
  margin-bottom: 8px;
}
#right_content #contacts_ru_wrap .closed_link {
  color: #0e63a1;
  border-bottom: 1px dashed #0e63a1;
  cursor: pointer;
}
#right_content #contacts_ru_wrap .closed_link ul {
  display: none;
}
#right_content #contacts_ru_wrap .closed_link ul .first_li {
  margin-top: 15px;
}
#right_content #contacts_ru_wrap .closed_link:hover {
  color: #9b330f;
  border-bottom: 1px dashed #9b330f;
}

.breadcrumbs {
  display: block;
  cursor: default;
  padding: 0;
}
.breadcrumbs li {
  list-style-type: none;
  display: inline;
  color: #9e9e9e;
  padding: 0;
}
.breadcrumbs li span {
  color: #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
}
.breadcrumbs li span:hover {
  border-bottom: 1px solid black;
}
.breadcrumbs a {
  text-decoration: none;
}

#main_news_block {
  width: 730px;
  height: 353px;
  float: left;
  margin-top: 45px;
  position: relative;
  -webkit-box-shadow: 0px 2px 7px -2px grey;
  -moz-box-shadow: 0px 2px 7px -2px grey;
  box-shadow: 0px 2px 7px -2px grey;
}
#main_news_block .detail_news_banner {
  position: absolute;
  width: 263px;
  height: 59px;
  left: -23px;
  top: 20px;
  background: url("../ii/detail_banner.png") no-repeat 0 0;
  z-index: 10;
}
#main_news_block .detail_news_banner span {
  position: relative;
  top: 7px;
  left: 30px;
  font: bold 24px "Calibri";
  color: white;
}
#main_news_block #detail_news {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#main_news_block #detail_news .detail_news {
  position: absolute;
  height: 353px;
}
#main_news_block #detail_news .news_image {
  height: 100%;
  width: 486px;
  float: left;
  overflow: hidden;
}
#main_news_block #detail_news .news_image .news_anons {
  position: absolute;
  width: 100%;
  max-width: 486px;
  bottom: 0;
  background: url("../ii/detail_news_anons.png") 0 0;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -khtml-border-radius: 0 0 0 4px;
  behavior: url("../pie/PIE.htc");
}
#main_news_block #detail_news .news_image .news_anons a {
  display: block;
  font: normal 14px Verdana, Geneva, sans-serif;
  color: white;
  padding: 18px;
  text-decoration: none;
}
#main_news_block #detail_news img {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -khtml-border-radius: 4px 0 0 4px;
  behavior: url("../pie/PIE.htc");
}
#main_news_block #detail_news .detail_news_link {
  position: absolute;
  right: 0;
  width: 249px;
  padding-left: 20px;
  height: 117px;
  text-decoration: none;
  border: 0;
}
#main_news_block #detail_news .detail_news_link span {
  display: block;
}
#main_news_block #detail_news .detail_news_link span.short_anons {
  padding: 10px 20px;
  padding-top: 12px;
  font: normal 12px Verdana, Geneva, sans-serif;
  color: black;
  line-height: 20px;
  max-height: 74px;
  overflow: hidden;
  text-shadow: 0px 1px 0px white;
}
#main_news_block #detail_news .detail_news_link .date_anons {
  padding: 0 20px;
  padding-bottom: 20px;
  font: normal 12px Verdana, Geneva, sans-serif;
  color: #737272;
  text-shadow: 0px 1px 0px white;
}
#main_news_block #detail_news .detail_news_link .news_link_wrap {
  height: 117px;
  border-bottom: 1px solid #cdcdcd;
  background: url("../ii/detail_news_bg.png") repeat-x 0 -117px;
}
#main_news_block #detail_news .detail_news_link .news_link_wrap:hover {
  background: url("../ii/detail_news_bg.png") repeat-x 0 0;
}
#main_news_block #detail_news .detail_news_link.hightlight {
  background: url("../ii/news_link_bg.png") no-repeat left center;
}
#main_news_block #detail_news .detail_news_link.hightlight .news_link_wrap {
  background: url("../ii/detail_news_bg.png") repeat-x 0 0;
}
#main_news_block #detail_news .detail_news_link.link2 {
  top: 118px;
}
#main_news_block #detail_news .detail_news_link.link3 {
  top: 236px;
}
#main_news_block #detail_news .detail_news_link.link3 .news_link_wrap {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
  -khtml-border-radius: 0 0 4px 0;
  behavior: url("../pie/PIE.htc");
}
#main_news_block #detail_news .news1 {
  display: block;
}
#main_news_block #detail_news .news2 {
  display: none;
}
#main_news_block #detail_news .news3 {
  display: none;
}

#gkh_block {
  width: 230px;
  min-height: 353px;
  float: right;
  margin-top: 45px;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
}
#gkh_block .info_wrap {
  padding: 5px 20px 10px 32px;
}
#gkh_block a {
  display: block;
  text-decoration: none;
}
#gkh_block a span {
  padding-bottom: 1px;
  font-size: 11px;
  color: #166c9f;
  line-height: 18px;
  border-bottom: 1px solid #acc5d8;
}
#gkh_block a:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
#gkh_block #gkh_second_info, #gkh_block #gkh_third_info {
  padding: 4px 0;
}
#gkh_block #gkh_first_info, #gkh_block #gkh_second_info, #gkh_block #gkh_third_info, #gkh_block #gkh_fourth_info {
  width: 100%;
  background: url("../ii/gkh_bg.png") repeat-x left bottom;
}
#gkh_block #gkh_first_info h3, #gkh_block #gkh_second_info h3, #gkh_block #gkh_third_info h3, #gkh_block #gkh_fourth_info h3 {
  margin-bottom: 10px;
}
#gkh_block #gkh_first_info .single, #gkh_block #gkh_second_info .single, #gkh_block #gkh_third_info .single, #gkh_block #gkh_fourth_info .single {
  height: 37px;
  font: 16px "Calibri";
  color: black;
  line-height: 20px;
}
#gkh_block #gkh_first_info .phone, #gkh_block #gkh_second_info .phone, #gkh_block #gkh_third_info .phone, #gkh_block #gkh_fourth_info .phone {
  height: 26px;
  font: bold 24px "Calibri";
  color: black;
}
#gkh_block #gkh_first_info .around_clock, #gkh_block #gkh_second_info .around_clock, #gkh_block #gkh_third_info .around_clock, #gkh_block #gkh_fourth_info .around_clock {
  font: 16px "Calibri";
  color: #509860;
}

#mainpage_news {
  width: 100%;
  min-height: 165px;
  margin-top: 25px;
  position: relative;
}
#mainpage_news #news_title_row {
  height: 40px;
  border-bottom: 1px solid #cccccc;
}
#mainpage_news #news_title_row a.news_read_all {
  position: absolute;
  top: 9px;
  left: 251px;
  border: 0;
  padding-right: 11px;
  text-decoration: none;
  background: url("../ii/news_read_all.png") no-repeat right 7px;
}
#mainpage_news #news_title_row a.news_read_all span {
  color: #0e63a1;
  border-bottom: 1px solid #0e63a1;
}
#mainpage_news #news_title_row a.news_read_all:hover {
  background: url("../ii/news_read_all.png") no-repeat right -13px;
}
#mainpage_news #news_title_row a.news_read_all:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
#mainpage_news .news {
  float: left;
  width: 240px;
  min-height: 110px;
  padding-bottom: 30px;
}
#mainpage_news .news.item4 {
  width: 230px !important;
}
#mainpage_news .news .news_wrap {
  padding-top: 15px;
  padding-right: 25px;
}
#mainpage_news .news .news_wrap .news_anons a {
  display: block;
}
#mainpage_news .news .news_wrap .news_date {
  padding-top: 14px;
  font: 12px Verdana, Geneva, sans-serif;
  color: #737272;
}

#mainpage_useful {
  position: relative;
  width: 1020px;
  left: -24px;
  padding: 5px;
  margin-bottom: 24px;
  background: #3287ba;
}
#mainpage_useful #useful_inner {
  background: white;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}
#mainpage_useful #useful_inner .theme_row {
  width: 96%;
  min-height: 56px;
  margin: 0 auto;
}
#mainpage_useful #useful_inner .theme_row .theme {
  float: left;
  width: 276px;
  padding: 15px 25px;
}
#mainpage_useful #useful_inner a {
  float: left;
  text-decoration: none;
}
#mainpage_useful #useful_inner a img {
  float: left;
}
#mainpage_useful #useful_inner a div {
  display: table-cell;
  vertical-align: middle;
}
#mainpage_useful #useful_inner a div.img {
  padding-right: 17px;
}
#mainpage_useful #useful_inner a div span {
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
  border-bottom: 1px solid #b2b2b2;
  line-height: 18px;
}
#mainpage_useful #useful_inner a:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
#mainpage_useful #useful_inner a:hover img {
  -webkit-filter: brightness(0.2);
  -moz-filter: brightness(0.2);
  -ms-filter: brightness(0.2);
  -o-filter: brightness(0.2);
  filter: brightness(0.2);
}

#useful_infography {
  position: relative;
}
#useful_infography .infography {
  float: left;
  poition: relative;
  left: -3px;
  width: 250px;
}
#useful_infography .infography.item4 {
  width: 230px !important;
}
#useful_infography .infography img {
  margin-bottom: 11px;
  border: 3px solid transparent;
}
#useful_infography .infography .item_wrap {
  display: block;
  text-decoration: none;
  position: relative;
}
#useful_infography .infography .item_wrap .info_link_wrap span {
  color: #166c9f;
  border-bottom: 1px solid #acc5d8;
}
#useful_infography .infography .item_wrap:hover .info_link_wrap span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
#useful_infography .infography .item_wrap:hover span.img_border {
  border-color: #9b330f;
  z-index: 500;
}
#useful_infography .infography .item_wrap span.img_border {
  position: absolute;
  width: 227px;
  height: 125px;
  top: -1px;
  left: 0px;
  border: 3px solid transparent;
}
#useful_infography .infography .infographic_wrap_img {
  position: relative;
  width: 230px;
  height: 127px;
  overflow: hidden;
}
#useful_infography .infography .info_link_wrap {
  display: block;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-top: 19px;
}
#useful_infography a.read_all {
  position: absolute;
  top: 9px;
  left: 251px;
  border: 0;
  padding-right: 11px;
  text-decoration: none;
  background: url("../ii/news_read_all.png") no-repeat right 7px;
}
#useful_infography a.read_all span {
  color: #0e63a1;
  border-bottom: 1px solid #0e63a1;
}
#useful_infography a.read_all:hover {
  background: url("../ii/news_read_all.png") no-repeat right -13px;
}
#useful_infography a.read_all:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}

.thematic_typography {
  width: 100%;
  overflow: hidden;
  background: whitesmoke url("../ii/inf_grad.png") repeat-x left top;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
}
.thematic_typography h4 {
  margin-top: 15px;
  margin-bottom: 11px;
  padding-left: 18px;
  font: bold 20px "Calibri";
  color: #353535;
}
.thematic_typography .infography-wrap {
  float: left;
  width: 158px;
  margin: 0 0 11px 16px;
}
.thematic_typography .infography-wrap.first {
  margin-left: 18px;
}
.thematic_typography .infography-wrap .infography {
  width: 158px;
  height: 112px;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thematic_typography .infography-wrap .infography:hover {
  padding: 0;
  border: 2px solid #3287ba;
}
.thematic_typography .infography-wrap .infography:hover img {
  left: -2px;
  top: -2px;
}
.thematic_typography .infography-wrap a {
  color: #166c9f;
}
.thematic_typography .infography-wrap a span {
  color: #166c9f;
  border-bottom: 1px solid #acc5d8;
}
.thematic_typography .infography-wrap a:hover {
  color: #9b330f;
}
.thematic_typography .infography-wrap a:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
.thematic_typography .infography-wrap.inactive {
  height: 112px;
  background: #ebebeb;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

#kostroma_gid {
  width: 100%;
  height: 265px;
  margin-top: 8px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#kostroma_gid.map {
  border-bottom: none;
}
#kostroma_gid #gid_wrap {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  padding-top: 24px;
  position: relative;
}
#kostroma_gid #gid_wrap h3 {
  margin-bottom: 19px;
}
#kostroma_gid #gid_wrap .sly {
  overflow: hidden;
  height: 127px;
  width: 888px;
  margin: 0 auto;
}
#kostroma_gid #gid_wrap .sly ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
#kostroma_gid #gid_wrap .sly ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 4px 0 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: left;
  width: 174px;
  height: 100%;
}
#kostroma_gid #gid_wrap .sly ul li a {
  display: block;
}
#kostroma_gid #gid_wrap .sly ul li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#kostroma_gid #gid_wrap .sly ul li a .gid_item_text {
  position: absolute;
  bottom: 0;
  text-align: left;
}
#kostroma_gid #gid_wrap .sly ul li a .gid_item_text .bg {
  position: absolute;
  width: 100%;
  opacity: 0.9;
  height: 100%;
  background: #39a8e6;
  background: -moz-linear-gradient(top, #39a8e6, #3889bc);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #39a8e6), color-stop(100%, #3889bc));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #39a8e6, #3889bc);
  background: -o-linear-gradient(top, #39a8e6, #3889bc);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #39a8e6, #3889bc);
  /* IE10 */
  background: linear-gradient(top, #39a8e6, #3889bc);
  /* CSS3 */
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  -khtml-border-radius: 0px 0px 4px 4px;
  behavior: url("../pie/PIE.htc");
}
#kostroma_gid #gid_wrap .sly ul li a .gid_item_text div {
  z-index: 2;
  padding: 5px;
  padding-left: 7px;
  padding-bottom: 8px;
  min-width: 154px;
  max-width: 164px;
  min-height: 32px;
  font: bold 12px Verdana, Geneva, sans-serif;
  color: white;
  text-shadow: 0px 1px 0px #404040;
  line-height: 16px;
  position: relative;
}
#kostroma_gid #gid_wrap .sly ul li a:hover .bg {
  background: #bb4c25;
  background: -moz-linear-gradient(top, #bb4c25, #912f0c);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bb4c25), color-stop(100%, #912f0c));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #bb4c25, #912f0c);
  background: -o-linear-gradient(top, #bb4c25, #912f0c);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bb4c25, #912f0c);
  /* IE10 */
  background: linear-gradient(top, #bb4c25, #912f0c);
  /* CSS3 */
}
#kostroma_gid #gid_wrap .sly ul li .round {
  position: absolute;
  width: 4px;
  height: 4px;
  bottom: 0;
  z-index: 150;
  background: url("../ii/round.png") no-repeat left top;
}
#kostroma_gid #gid_wrap .sly ul li .round.right {
  right: 0;
  background: url("../ii/round.png") no-repeat right top;
}
#kostroma_gid #gid_wrap .scrollbar {
  background: #e7e7e7;
  margin-top: 25px;
  height: 8px;
}
#kostroma_gid #gid_wrap .scrollbar .handle {
  background: #1675af;
  cursor: pointer;
  width: 290px;
  height: 100%;
}
#kostroma_gid #gid_wrap button {
  position: absolute;
  width: 35px;
  height: 130px;
  top: 77px;
}
#kostroma_gid #gid_wrap button.prev {
  left: 0px;
}
#kostroma_gid #gid_wrap button.next {
  right: 0px;
}
#kostroma_gid #gid_wrap button.next img {
  position: relative;
  left: 3px;
}

.btn {
  margin-bottom: 0;
  color: #333333;
  background-color: #f5f5f5;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.75);
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#333', GradientType=0);
  border: 1px solid #e3e3e3;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 white, 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 0 white, 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 white, 0 1px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, white, #f1f1f1);
  background-image: -ms-linear-gradient(top, white, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, white, #f1f1f1);
  background-image: -o-linear-gradient(top, white, #f1f1f1);
  background-image: linear-gradient(top, white, #f1f1f1);
}

#share {
  width: 100%;
  height: 66px;
  position: relative;
  border-top: 1px solid #CCC;
  top: -1px;
}
#share #share_inner {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#share #share_inner #likes {
  margin-top: 23px;
  position: absolute;
  left: 0;
}
#share #share_inner #likes .vk {
  width: 82px;
  overflow: hidden;
}
#share #share_inner #likes .g_plus {
  width: 70px;
  overflow: hidden;
}
#share #share_inner #likes .mail {
  width: 242px;
}
#share #share_inner #likes .like {
  float: left;
  margin-right: 10px;
  position: relative;
}

#footer {
  position: relative;
  width: 100%;
  min-height: 160px;
}
#footer #footer_top {
  width: 100%;
  min-height: 527px;
  max-height: 900px;
  background: url("../ii/footer_top_bg.png") repeat-x left top #104366;
}
#footer #footer_top.en {
  height: 64px;
  min-height: 0;
}
#footer #footer_top #footer_top_inner {
  width: 980px;
  margin: 0 auto;
}
#footer #footer_top #footer_top_inner #follow_social {
  width: 100%;
  height: 65px;
}
#footer #footer_top #footer_top_inner #follow_social h3 {
  float: left;
  margin-top: 15px;
  margin-bottom: 0;
  color: white;
  text-shadow: 0px 1px 0px #404040;
}
#footer #footer_top #footer_top_inner #follow_social #socials {
  width: 247px;
  height: 39px;
  float: right;
  margin-top: 16px;
  margin-right: 230px;
}
#footer #footer_top #footer_top_inner #follow_social #socials a {
  float: left;
  width: 35px;
  height: 34px;
  margin-right: 4px;
  cursor: pointer;
}
#footer #footer_top #footer_top_inner #follow_social #socials .vk {
  background: url("../ii/socials/vk.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .facebook {
  background: url("../ii/socials/facebook.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .twitter {
  background: url("../ii/socials/twitter.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .g_plus {
  background: url("../ii/socials/g_plus.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .rss {
  background: url("../ii/socials/rss.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .youtube {
  background: url("../ii/socials/youtube.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .instagram {
  background: url("../ii/socials/instagram.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #bottom_menu {
  float: left;
  margin-top: 28px;
  padding-bottom: 25px;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu {
  padding: 0;
  list-style-type: none;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu ul, #footer #footer_top #footer_top_inner #bottom_menu #footer_menu li {
  list-style-type: none;
  padding: 0;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  padding-bottom: 14px;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level .menu-news-link {
  padding-bottom: 26px;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level a.root-item, #footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level a.root-item-selected {
  font: bold 18px "Calibri";
  color: white;
  text-shadow: 0px 1px 0px #404040;
  text-decoration: none;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level li {
  line-height: 18px;
  padding: 3px 0px;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level li a {
  font: 12px Verdana, Geneva, sans-serif;
  color: #c6eafe;
  text-decoration: none;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level li a:hover {
  color: #ffe345;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level li.selected a {
  color: #ffe345;
}
#footer #footer_bottom {
  width: 100%;
  height: 157px;
  float: left;
  background: url("../ii/footer_bottom_bg.png") repeat-x left top;
}
#footer #footer_bottom #footer_bottom_inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#footer #footer_bottom #footer_bottom_inner #copyright {
  position: absolute;
  top: 39px;
}
#footer #footer_bottom #footer_bottom_inner #copyright .copy {
  margin-bottom: 10px;
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #copyright .copy span {
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #contacts {
  position: absolute;
  top: 39px;
  left: 377px;
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #contacts span {
  line-height: 20px;
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #msnet {
  position: absolute;
  top: 39px;
  right: 65px;
}
#footer #footer_bottom #footer_bottom_inner #msnet span {
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #msnet .msnet {
  color: #c6eafe;
  line-height: 20px;
}
#footer #footer_bottom #footer_bottom_inner #msnet .msnet:hover {
  color: #ffe345;
}
#structure_wrap .structure_list.depth_level1 {
  padding-left: 0;
  margin-left: 0;
}
#structure_wrap .structure_item.n_img {
  min-height: 90px !important;
}
#structure_wrap .structure_item.n_img .item_content_wrap {
  min-height: 60px !important;
}
#structure_wrap .structure_item.n_img .name_n_i {
  padding-bottom: 15px !important;
}
#structure_wrap .structure_item a {
  float: left;
  width: 100%;
}
#structure_wrap .structure_item a:hover .item_content_wrap {
  background: #f3f3f3;
}
#structure_wrap .structure_item a:hover .caption div, #structure_wrap .structure_item a:hover .caption_n_i div {
  border-bottom: 1px solid #444444;
}
#structure_wrap .structure_item.depth_level1 {
  padding-left: 0;
  background: none !important;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap.first {
  margin-bottom: 17px;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap {
  float: left;
  min-height: 105px;
  background: white;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap .item_content_wrap {
  min-height: 124px;
  background: white;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap.first {
  min-height: 100px;
}
#structure_wrap .structure_item div.img {
  position: absolute;
  width: 105px;
  height: 100%;
}
#structure_wrap .structure_item .caption_n_i {
  float: left;
  padding-bottom: 8px;
  line-height: 20px;
}
#structure_wrap .structure_item .caption_n_i div {
  font: 16px "Calibri";
  color: black;
  width: 93%;
  min-width: 170px;
  display: inline;
  border-bottom: 1px solid #d9d9d9;
}
#structure_wrap .structure_item .name_n_i {
  float: left;
  padding-bottom: 19px;
  line-height: 20px;
}
#structure_wrap .structure_item .name_n_i div {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
  min-width: 200px;
}
#structure_wrap .structure_item .caption div {
  font: 16px "Calibri";
  color: black;
  width: 93%;
  min-width: 170px;
  display: inline;
  border-bottom: 1px solid #d9d9d9;
}
#structure_wrap .structure_item .name {
  float: left;
  width: 60%;
  padding-left: 105px;
  padding-bottom: 19px;
  line-height: 20px;
}
#structure_wrap .structure_item .name div {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
  min-width: 200px;
}

.struct-docs {
  padding-top: 25px;
}

#files.budget {
  margin-bottom: 20px;
}
#files.budget .file_to_download {
  float: left;
  width: 45.7%;
  padding-right: 30px;
  margin-bottom: 15px;
  position: relative;
}
#files.budget .file_to_download .file_type {
  position: absolute;
  top: 5px;
}
#files.budget .file_to_download a.file_name {
  display: block;
  text-decoration: none;
  margin-left: 50px;
  margin-bottom: 5px;
}
#files.budget .file_to_download .file_info {
  margin-left: 50px;
}
#files.budget.long {
  width: 100%;
}
#files .private_transport_block {
  text-align: center;
  float: left;
  width: 35.7%;
  margin-bottom: 15px;
  position: relative;
  border: 6px solid #3287ba;
  border-radius: 5px;
  padding: 23px 38px;
}
#files .private_transport_block.left {
  margin-right: 16px;
}
#files .private_transport_block.right {
  margin-left: 14px;
}
#files .private_transport_block a {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
#files .tariffs {
  float: left;
  width: 203px;
  height: 20px;
  border: 6px solid #3287ba;
  border-radius: 5px;
  text-align: center;
  margin-right: 42px;
  padding: 25px 0;
  margin-bottom: 20px;
}
#files .tariffs.right_margin_0 {
  margin-right: 0;
}

.budget_filter_form_text input.inputcheckbox {
  display: none;
}

.feedback.thematic_typography {
  padding: 15px 0px;
  margin-bottom: 20px;
}
.feedback.thematic_typography .column {
  float: left;
  width: 226px;
  padding-right: 5px;
}
.feedback.thematic_typography .column.first {
  padding-left: 20px;
}
.feedback.thematic_typography .column.last {
  padding-right: 20px;
}
.feedback.thematic_typography .column span {
  display: block;
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.feedback.thematic_typography .column span a {
  padding-right: 15px;
  display: block;
  float: left;
}

#to_appeal_form {
  position: relative;
  z-index: 2;
  height: 0px;
  display: none;
  margin-top: 7px;
  opacity: 0;
  background: #f5f5f5;
  border-top: 1px solid white;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  behavior: url("../pie/PIE.htc");
}
#to_appeal_form .twice_border {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: url("../ii/twice_border.png") repeat-x 0 0;
}
#to_appeal_form form {
  padding-top: 30px;
  padding-left: 42px;
}
#to_appeal_form form .label_wrap {
  float: left;
  width: 148px;
  min-height: 38px;
  padding-top: 7px;
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
}
#to_appeal_form form .field_wrap {
  float: left;
  width: 535px;
  min-height: 45px;
}
#to_appeal_form form .field_wrap.error input, #to_appeal_form form .field_wrap.error textarea {
  border-color: red;
}
#to_appeal_form form .field_wrap input {
  padding: 0 10px;
}
#to_appeal_form form .field_wrap.user_name input, #to_appeal_form form .field_wrap.user_email input, #to_appeal_form form .field_wrap.user_address input {
  width: 325px;
  height: 29px;
}
#to_appeal_form form .field_wrap.user_phone input {
  width: 177px;
  height: 29px;
}
#to_appeal_form form .field_wrap.answer textarea {
  width: 480px;
  max-width: 480px;
  height: 95px;
  max-height: 95px;
  padding: 10px;
}
#to_appeal_form form .field_wrap.question_text #listbox {
  width: 345px;
  height: 29px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  background: url("../ii/checkbox_list.png") no-repeat 326px 13px white;
}
#to_appeal_form form .field_wrap.question_text #listbox span {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
}
#to_appeal_form form .field_wrap.question_text #listbox .elem, #to_appeal_form form .field_wrap.question_text #listbox .first {
  height: 23px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
#to_appeal_form form .field_wrap.question_text #listbox .elem:hover {
  background: #166c9f;
}
#to_appeal_form form .field_wrap.question_text #listbox .elem:hover span {
  color: white;
}
#to_appeal_form form .submit {
  float: left;
  width: 200px;
  height: 50px;
  margin-top: 64px;
  margin-bottom: 30px;
  margin-left: 148px;
}
#to_appeal_form form .submit .btn_inner {
  padding-top: 15px;
}
#to_appeal_form form .submit .btn_inner span {
  font-size: 24px;
}
#to_appeal_form .checkbox {
  position: absolute;
  top: 384px;
  left: 190px;
  width: 22px;
  height: 22px;
}
#to_appeal_form .checkbox.error {
  border: 1px solid red;
}
#to_appeal_form .checkbox_text {
  position: absolute;
  top: 385px;
  left: 230px;
  font: 14px Verdana, Geneva, sans-serif;
  color: #404040;
}
#to_appeal_form .checkbox_text a {
  font-size: 14px;
}

.appeal_addok {
  font-size: 14px;
  padding-top: 20px;
}

.select_tabs {
  width: 100%  !important;
  height: 32px !important;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, white, whitesmoke);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whitesmoke));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, whitesmoke);
  background: -o-linear-gradient(top, white, whitesmoke);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, whitesmoke);
  /* IE10 */
  background: linear-gradient(top, white, whitesmoke);
  /* CSS3 */
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
}
.select_tabs#head_menu {
  margin-bottom: 30px;
}
.select_tabs.link_block {
  height: 52px !important;
  margin: 25px 0;
  position: relative;
}
.select_tabs.link_block .slide_inner {
  width: 855px;
  margin: 0 auto;
  overflow: hidden;
}
.select_tabs.link_block .slide_inner .slide_wrap {
  padding-top: 15px;
  position: relative;
  left: 0;
}
.select_tabs.link_block .slide_inner .slide_wrap a {
  float: left;
  padding-left: 15px;
  margin-right: 20px;
  background: url("../ii/slde_link.png") no-repeat left 7px;
}
.select_tabs.link_block .slide_inner .hide_end {
  position: absolute;
  width: 40px;
  height: 49px;
  right: 54px;
  top: 2px;
  z-index: 100;
  background: url("../ii/slde_opacity.png") no-repeat 0 0;
}
.select_tabs.link_block .lnks_btn {
  width: 41px;
  height: 38px;
  position: absolute;
  top: 6px;
}
.select_tabs.link_block .lnks_btn div {
  width: 100%;
  height: 100%;
}
.select_tabs.link_block .lnks_btn.left {
  left: 6px;
}
.select_tabs.link_block .lnks_btn.left div {
  background: url("../ii/slde_btn_arrows.png") no-repeat center 15px;
}
.select_tabs.link_block .lnks_btn.right {
  right: 6px;
}
.select_tabs.link_block .lnks_btn.right div {
  background: url("../ii/slde_btn_arrows.png") no-repeat 18px -24px;
}
.select_tabs .select_item {
  float: left;
  height: 32px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.select_tabs .select_item.item0 {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  -khtml-border-radius: 4px 0px 0px 4px;
  behavior: url("../pie/PIE.htc");
}
.select_tabs .select_item span, .select_tabs .select_item a {
  position: relative;
  top: 6px;
  color: #166c9f;
}
.select_tabs .select_item:hover, .select_tabs .select_item.active, .select_tabs .select_item.selected {
  background: #166c9f;
}
.select_tabs .select_item:hover span, .select_tabs .select_item.active span, .select_tabs .select_item.selected span {
  color: white;
}
.select_tabs.head .select_item.item0 {
  /*width: 82px;*/
}
.select_tabs.head .select_item.item1 {
 /*width: 105px;*/
}
.select_tabs.head .select_item.item2 {
  /*width: 106px;*/
}
.select_tabs.head .select_item.item3 {
  /*width: 118px;*/
}
.select_tabs.head .select_item.item3 {
  /*width: 118px;*/
}
.select_tabs.head .select_item.item4 {
  /*width: 98px;*/
}
.select_tabs.head .select_item.item5 {
  /*width: 120px;*/
}
.select_tabs.head .select_item.item6 {
  /*width: 101px;*/
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
  -khtml-border-radius: 0px 4px 4px 0px;
  behavior: url("../pie/PIE.htc");
}
.select_tabs.short {
  width: 161px !important;
  float: left;
}
.select_tabs.short.kindergarten {
  width: 208px !important;
}
.select_tabs.short a {
  padding: 0 11px !important;
}

form.budget_filter_form_text {
  position: absolute;
  width: 730px;
  top: 0;
}
form.budget_filter_form_text .normal_btn {
  position: absolute;
  right: 28px;
  top: 69px;
  width: 135px;
  height: 33px;
  z-index: 3;
}
form.budget_filter_form_text .normal_btn span {
  font-size: 14px;
  position: relative;
  top: 8px;
  padding-right: 10px;
}
form.budget_filter_form_text .normal_btn span.down {
  background: url("../ii/btn_arrow.png") no-repeat right -18px;
}
form.budget_filter_form_text .normal_btn span.up {
  background: url("../ii/btn_arrow.png") no-repeat right 7px;
}
form.budget_filter_form_text #search_top_panel, form.budget_filter_form_text .select_tabs {
  position: relative;
  height: 73px;
  width: 732px;
  margin-bottom: 20px;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, white, whitesmoke);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whitesmoke));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, whitesmoke);
  background: -o-linear-gradient(top, white, whitesmoke);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, whitesmoke);
  /* IE10 */
  background: linear-gradient(top, white, whitesmoke);
  /* CSS3 */
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
}
form.budget_filter_form_text #search_top_panel {
  margin-bottom: 0;
  z-index: 4;
}
form.budget_filter_form_text input.inputtext {
  position: absolute;
  height: 25px;
  width: 650px;
  top: 21px;
  left: 30px;
  padding: 2px 10px;
  z-index: 4;
}
form.budget_filter_form_text select.inputselect {
  position: absolute;
  bottom: 0px;
  display: none;
}
form.budget_filter_form_text input[type=submit] {
  position: absolute;
  top: 21px;
  right: 28px;
  width: 36px;
  height: 31px;
  border: 0;
  color: transparent;
  background: url("../ii/filter_search.png") no-repeat 0 0;
  z-index: 4;
}

#questions {
  position: relative;
  margin-top: 40px;
  z-index: 4;
}
#questions .question_item {
  margin-top: 25px;
  margin-bottom: 25px;
}
#questions .question_item.faq {
  margin-top: -10px;
  margin-bottom: 0;
}
#questions .question_item .item_numb {
  float: left;
  width: 185px;
  height: 25px;
  font: bold 12px Verdana, Geneva, sans-serif;
  color: black;
}
#questions .question_item .date_create_item {
  float: left;
  height: 25px;
  color: #404040;
  padding-right: 60px;
}
#questions .question_item .is_answer {
  height: 25px;
}
#questions .question_item .question_text span {
  line-height: 20px;
  color: #404040;
}
#questions .question_item .question_text.link {
  cursor: pointer;
}
#questions .question_item .question_text.link span {
  border-bottom: 1px dotted #7f7f7f;
}
#questions .question_item .answer_text {
  margin-top: 25px;
  position: relative;
}
#questions .question_item .answer_text .answer_wrap {
  padding: 5px;
  display: none;
  background: #3287ba;
}
#questions .question_item .answer_text .answer_wrap.faq {
  margin-bottom: 35px;
}
#questions .question_item .answer_text .answer_wrap .answer_inner {
  background: white;
  width: 100%;
  height: 100%;
}
#questions .question_item .answer_text .answer_wrap .answer_inner span {
  display: block;
  padding: 30px;
  color: #404040;
}
#questions .question_item .answer_text .triangle_wrap {
  position: relative;
  width: 100%;
  height: 1px;
}
#questions .question_item .answer_text .triangle_wrap .triangle_inner {
  position: absolute;
  left: 47.3%;
  bottom: 0px;
  height: 0px;
  width: 48px;
}
#questions .question_item .answer_text.faq {
  margin-top: 0;
}
#questions .question_item .answer_text.faq .triangle_wrap {
  margin-top: 25px;
}
#questions .result_pager {
  width: 100%;
  padding-top: 15px;
  margin-top: 35px;
  border-top: 1px solid #CCC;
}
#questions .result_pager .modern {
  color: #404040;
}
#questions .result_pager .numbers {
  margin-left: 73px;
}
#questions .result_pager .numbers span.nav_link {
  padding: 5px 8px;
}
#questions .result_pager .numbers span.nav_link a {
  color: #404040;
  text-decoration: none;
}
#questions .result_pager .numbers span.nav_link:hover a {
  color: #404040;
}
#questions .result_pager .numbers span.current_page {
  padding: 7px 10px;
  background: #166c9f;
  color: white;
}

#common {
  position: relative;
  color: #444444;
  line-height: 20px;
  color: #404040;
}
#common .interview_detail {
  color: #444444;
}
#common .interview_detail p {
  color: #444444;
}
#common .interview_preview {
  color: #444444;
}
#common img {
  margin-right: 20px;
}
#common img.nt {
  width: 50%;
  margin-right: 35px;
  margin-top: 5px;
  margin-bottom: 20px;
  position: relative;
}
#common h3 {
  font-weight: bold;
  margin-top: -10px;
  margin-bottom: 10px;
  line-height: 24px;
}
#common h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
#common li {
  line-height: 20px;
  color: #404040;
}
#common #photogallery_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}
#common #photogallery_wrap .photogallery_three_wrap {
  width: 100%;
  padding-bottom: 10px;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 230px;
  height: 170px;
  overflow: hidden;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 170px;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a .video_preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a p {
  display: block;
  position: absolute;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #000;
  bottom: 0;
  left: 0;
  color: #aaa;
  z-index: 1000;
  margin: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a .iframe_container {
  position: relative;
  z-index: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a:hover p {
  color: #fff;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  width: 230px;
  height: 170px;
  overflow: hidden;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 170px;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a .video_preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a p {
  display: block;
  position: absolute;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #000;
  bottom: 0;
  left: 0;
  color: #aaa;
  z-index: 1000;
  margin: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a .iframe_container {
  position: relative;
  z-index: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a:hover p {
  color: #fff;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 20px;
  width: 225px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a {
  color: #166c9f;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a span {
  color: #166c9f;
  text-decoration: underline;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a:hover {
  color: #9b330f !important;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a:hover span {
  color: #9b330f !important;
  text-decoration: underline;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a {
  display: block;
  position: relative;
  margin: auto;
  width: 223px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a .infographics_img_frame {
  width: 223px;
  height: 138px;
  border: 1px solid #cbcbcb;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a .infographics_img_frame .infographics_img {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 210px;
  height: 126px;
  overflow: hidden;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a span {
  display: block;
  margin-top: 10px;
  color: #166c9f;
  margin-bottom: 20px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a p {
  display: block;
  position: absolute;
  width: 100%;
  padding: 10px;
  padding-left: 20px;
  background: #000;
  bottom: 0;
  left: 0;
  color: #aaa;
  z-index: 1000;
  margin: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a .iframe_container {
  position: relative;
  z-index: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a:hover p {
  color: #fff;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  width: 225px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a {
  color: #166c9f;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a span {
  color: #166c9f;
  text-decoration: underline;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a:hover {
  color: #9b330f !important;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a:hover span {
  color: #9b330f !important;
  text-decoration: underline;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a {
  display: block;
  position: relative;
  margin: auto;
  width: 223px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a .infographics_img_frame {
  width: 223px;
  height: 138px;
  border: 1px solid #cbcbcb;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a .infographics_img_frame .infographics_img {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 210px;
  height: 126px;
  overflow: hidden;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a span {
  display: block;
  margin-top: 10px;
  color: #166c9f;
  margin-bottom: 20px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a p {
  display: block;
  position: absolute;
  width: 100%;
  padding: 10px;
  padding-left: 20px;
  background: #000;
  bottom: 0;
  left: 0;
  color: #aaa;
  z-index: 1000;
  margin: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a .iframe_container {
  position: relative;
  z-index: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a:hover p {
  color: #fff;
}

.investmet {
  border-collapse: collapse;
  /* Убираем двойные линии между ячеек */
}
.investmet tr {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.investmet tr td, .investmet tr th {
  padding: 6px 12px;
  vertical-align: top;
  font-weight: normal;
}
.investmet tr th {
  text-align: left;
  width: 44%;
  padding-right: 10%;
}
.investmet tr td {
  text-align: left;
}
.investmet tr.last {
  border-bottom: none;
}
.investmet.small_table {
  width: 50%;
}
.investmet.small_table td {
  padding-left: 48%;
  text-align: center;
}
.investmet.small_table.capital th {
  width: 90%;
  text-align: left;
}
.investmet.small_table.capital td {
  text-align: left;
  padding-left: 6px;
}

.investment_section {
  float: left;
  padding-right: 30px;
  margin-bottom: 15px;
  position: relative;
  border: 6px solid #3287ba;
  border-radius: 5px;
  padding: 23px 38px;
}

#main_info, .investmet {
  margin-bottom: 20px;
}

#quote_slider {
  overflow: hidden;
  width: 410px;
  min-height: 100px;
  position: absolute;
  top: 420px;
  left: -25px;
  background: #2575ac;
  background: -moz-linear-gradient(top, #2575ac, #3f92c1);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2575ac), color-stop(100%, #3f92c1));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #2575ac, #3f92c1);
  background: -o-linear-gradient(top, #2575ac, #3f92c1);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2575ac, #3f92c1);
  /* IE10 */
  background: linear-gradient(top, #2575ac, #3f92c1);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2575ac', endColorstr='#3f92c1', GradientType=0);
  -webkit-box-shadow: 3px 3px 6px -3px #2b2b2b;
  -moz-box-shadow: 3px 3px 6px -3px #2b2b2b;
  box-shadow: 3px 3px 6px -3px #2b2b2b;
}
#quote_slider .wrap {
  position: relative;
  width: 820px;
}
#quote_slider .sptr {
  width: 100%;
  height: 0;
  border-top: 1px solid #2671a8;
  border-bottom: 1px solid #53a1ca;
  position: absolute;
  bottom: 35px;
}
#quote_slider .slide {
  padding: 12px 43px;
  padding-bottom: 46px;
  width: 324px;
  float: left;
}
#quote_slider .slide span {
  color: white;
}
#quote_slider .mark_wrap {
  position: absolute;
  bottom: 9px;
  width: 100%;
}
#quote_slider .markers {
  text-align: center;
}
#quote_slider .markers .mark {
  font-size: 8px;
  padding-right: 9px;
  cursor: pointer;
  margin-right: 15px;
  background: url("../ii/quote_slide.png") no-repeat 0 0;
}
#quote_slider .markers .mark:hover {
  background: url("../ii/quote_slide.png") no-repeat 0 -13px;
}
#quote_slider .markers .mark.current {
  background: url("../ii/quote_slide.png") no-repeat 0 -27px;
}
#quote_slider .quote {
  width: 14px;
  height: 15px;
  position: absolute;
}
#quote_slider .quote.up {
  top: 17px;
  left: 13px;
  background: url("../ii/quotes.png") no-repeat 0 0px;
}
#quote_slider .quote.down {
  bottom: 50px;
  right: 13px;
  background: url("../ii/quotes.png") no-repeat -20px 0px;
}

.table {
  width: 100%;
}
.table thead th {
  color: black;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  background: #eeeeee;
  border: 1px solid transparent;
}
.table thead th.first {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -khtml-border-radius: 4px 0 0 4px;
  behavior: url("../pie/PIE.htc");
}
.table thead th.last {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  behavior: url("../pie/PIE.htc");
}
.table thead th.numb {
  width: 45px;
}
.table thead th.doc_date {
  width: 80px;
}
.table thead th.view {
  width: 105px;
}
.table thead th.name {
  width: 300px;
}
.table thead th.pub_date {
  width: 100px;
}
.table thead th.file {
  width: 63px;
}
.table thead th.active_from {
  width: 64px !important;
}
.table thead th.active_to {
  width: 44px !important;
}
.table thead th.Nroute {
  width: 70px !important;
}
.table thead th.gosnomer {
  width: 133px !important;
}
.table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.table tbody tr td {
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 8px;
}
.table tbody tr td.name, .table tbody tr td.f a {
  font-size: 10px;
  line-height: 14px;
  text-decoration: none;
  color: #404040;
}
.table tbody tr td.f a {
  display: block;
  padding-top: 23px;
  height: 33px;
  background: url("../ii/dowld.png") no-repeat 12px 3px;
}
.table.queue_kindergarten td, .table.queue_kindergarten th {
  text-align: center;
}
.table.queue_kindergarten .first {
  width: 43px;
}

#search_result .table_search {
  text-align: left  !important;
  vertical-align: top;
}
#search_result .table_search th {
  width: 50%;
  vertical-align: top !important;
  padding: 5px 0;
}
#search_result .table_search th.bus {
  width: 30%;
}
#search_result .table_search td {
  width: 45%;
  padding-left: 5%;
  vertical-align: top !important;
  padding: 5px 0;
}
#search_result .table_search td.bus {
  width: 60%;
}

#official_messenger_wrap {
  position: relative;
}
#official_messenger_wrap #filter_doc_base {
  margin-bottom: 8px;
}
#official_messenger_wrap #filter_doc_base .number {
  float: left;
  margin-right: 8px;
}
#official_messenger_wrap #filter_doc_base .number input {
  width: 101px;
  height: 30px;
  padding: 0 10px;
}
#official_messenger_wrap #filter_doc_base .normal_btn {
  width: 30px;
  height: 30px;
}
#official_messenger_wrap #filter_doc_base .normal_btn .btn_inner {
  padding-top: 9px;
  padding-left: 2px;
}
#official_messenger_wrap #filter_doc_base.target-permits {
  float: left;
}
#official_messenger_wrap .select_tabs {
  margin-bottom: 10px;
}
#official_messenger_wrap .select_tabs .select_item {
  padding: 0px 10px;
}
#official_messenger_wrap .listbox {
  height: 25px;
  position: absolute;
  overflow: hidden;
  z-index: 50;
}
#official_messenger_wrap .listbox.shown {
  -webkit-box-shadow: 0px 1px 6px -3px grey;
  -moz-box-shadow: 0px 1px 6px -3px grey;
  box-shadow: 0px 1px 6px -3px grey;
}
#official_messenger_wrap .listbox.month {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 74px 12px white;
  left: 0px;
  top: 5px;
}
#official_messenger_wrap .listbox.year {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 75px 12px white;
  left: 100px;
  top: 5px;
}
#official_messenger_wrap .listbox .first, #official_messenger_wrap .listbox .elem {
  height: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
#official_messenger_wrap .listbox .first:hover a, #official_messenger_wrap .listbox .elem:hover a {
  border-bottom: 1px dotted #9b330f;
}
#official_messenger_wrap .listbox .first:hover a span, #official_messenger_wrap .listbox .elem:hover a span {
  color: #9b330f;
}
#official_messenger_wrap .listbox .first a, #official_messenger_wrap .listbox .elem a {
  text-decoration: none;
  border-bottom: 1px dotted #166c9f;
}
#official_messenger_wrap .listbox .first a span, #official_messenger_wrap .listbox .elem a span {
  color: #166c9f;
}
#official_messenger_wrap .search_type {
  float: left;
  padding: 7px 22px;
}
#official_messenger_wrap table {
  width: 100%;
}
#official_messenger_wrap table thead tr th {
  color: black;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  background: #eeeeee;
}
#official_messenger_wrap table thead tr .name {
  width: 470px;
}
#official_messenger_wrap table thead tr .file {
  width: 120px;
}
#official_messenger_wrap table thead tr .date {
  width: 135px;
}
#official_messenger_wrap table tbody tr td a {
  display: block;
  padding-top: 23px;
  height: 33px;
  background: url("../ii/dowld.png") no-repeat 12px 3px;
  width: 80px;
  margin: 0 auto;
}
#official_messenger_wrap table tbody tr .official_messenger_date {
  width: 80px;
}
#official_messenger_wrap table tbody tr .official_messenger_file {
  width: 120px;
}

#doc_base {
  position: relative;
}
#doc_base #filter_doc_base {
  margin-bottom: 8px;
}
#doc_base #filter_doc_base .number {
  float: left;
  margin-right: 8px;
}
#doc_base #filter_doc_base .number input {
  width: 101px;
  height: 30px;
  padding: 0 10px;
}
#doc_base #filter_doc_base .normal_btn {
  width: 30px;
  height: 30px;
}
#doc_base #filter_doc_base .normal_btn .btn_inner {
  padding-top: 9px;
  padding-left: 2px;
}
#doc_base #filter_doc_base.target-permits {
  float: left;
}
#doc_base .select_tabs {
  margin-bottom: 10px;
}
#doc_base .select_tabs .select_item {
  padding: 0px 10px;
}
#doc_base .listbox {
  height: 25px;
  position: absolute;
  overflow: hidden;
  z-index: 50;
}
#doc_base .listbox.shown {
  -webkit-box-shadow: 0px 1px 6px -3px grey;
  -moz-box-shadow: 0px 1px 6px -3px grey;
  box-shadow: 0px 1px 6px -3px grey;
}
#doc_base .listbox.month {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 74px 12px white;
  left: 187px;
  top: 5px;
}
#doc_base .listbox.year {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 75px 12px white;
  left: 275px;
  top: 5px;
}
#doc_base .listbox .first, #doc_base .listbox .elem {
  height: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
#doc_base .listbox .first:hover a, #doc_base .listbox .elem:hover a {
  border-bottom: 1px dotted #9b330f;
}
#doc_base .listbox .first:hover a span, #doc_base .listbox .elem:hover a span {
  color: #9b330f;
}
#doc_base .listbox .first a, #doc_base .listbox .elem a {
  text-decoration: none;
  border-bottom: 1px dotted #166c9f;
}
#doc_base .listbox .first a span, #doc_base .listbox .elem a span {
  color: #166c9f;
}
#doc_base .search_type {
  float: left;
  padding: 7px 22px;
}

.blog-page-navigation {
  padding: 16px 0px 36px 0px;
  border-top: 1px solid #cfcfcf;
  width: 100%;
  text-align: center;
}
.blog-page-navigation span.blog-page-title {
  padding-top: 4px;
  float: left;
  color: #404040;
  padding-right: 60px;
}
.blog-page-navigation span.blog-vert-separator {
  display: none;
}
.blog-page-navigation .blog-page-next, .blog-page-navigation .blog-page-previous {
  display: none;
}
.blog-page-navigation a {
  float: left;
  display: block;
  min-width: 15px;
  padding: 0px 5px 0px 5px;
  height: 25px;
  margin-right: 2px;
  border-radius: 3px;
  text-decoration: none;
  color: #404040;
  line-height: 25px;
}
.blog-page-navigation a:hover {
  background: #166c9f;
  color: #fff;
}
.blog-page-navigation .blog-page-current {
  display: block;
  float: left;
  min-width: 15px;
  padding: 0px 5px 0px 5px;
  height: 25px;
  margin-right: 2px;
  border-radius: 3px;
  background: #166c9f;
  color: #fff;
  line-height: 25px;
}
.blog-page-navigation .blog-page-dots {
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  color: #404040;
  line-height: 25px;
  margin-right: 0px;
}

#passage {
  padding: 45px 28px;
}

/* Меню на детальной странице структуры */
#struct-menu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
}
#struct-menu li {
  float: left;
  margin: 0;
  padding: 0;
}
#struct-menu li a {
  padding: 0 7px;
}
#struct-menu li a.first {
  border-radius: 4px 0px 0px 4px;
}
#struct-menu li a.last {
  border-radius: 0px 4px 4px 0px;
}

.organization {
  padding-bottom: 20px;
}
.organization .org-table .left {
  width: 100px;
  padding-bottom: 4px;
}
.organization .org-table .right {
  width: 400px;
  padding-bottom: 4px;
}

#news .news, #news .info, #info_messages .news, #info_messages .info {
  float: left;
  width: 225px;
  padding-right: 20px;
  padding-bottom: 40px;
}
#news .news a, #news .info a, #info_messages .news a, #info_messages .info a {
  display: block;
}
#news .info, #info_messages .info {
  width: 223px;
}

#info_messages {
  padding-bottom: 20px;
}

#soc-table table {
  border-collapse: inherit!important;
  border-spacing: 0;
  border-color: transparent;
}
#soc-table #education-ob {
  padding-top: 20px;
}
#soc-table #education-ob th {
  background: #eeeeee;
  text-align: left;
  vertical-align: middle;
  height: 37px;
}
#soc-table #education-ob td {
  padding-top: 10px;
  padding-bottom: 12px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}
#soc-table #education-ob td:first-of-type {
  padding-right: 15px;
  padding-left: 12px;
}
#soc-table #education-ob tr:last-of-type td {
  border-bottom: none;
}
#soc-table #education-ob .soc-col-1 {
  width: 315px;
  border-radius: 5px 0 0 5px;
  padding: 0 15px 0 12px;
}
#soc-table #education-ob .soc-col-2 {
  width: 170px;
}
#soc-table #education-ob .soc-col-3 {
  width: 85px;
}
#soc-table #education-ob .soc-col-4 {
  border-radius: 0 5px 5px 0px;
}
#soc-table .search-text {
  float: left;
  margin-right: 8px;
}
#soc-table .search-text input {
  width: 280px;
  height: 30px;
  padding: 0 10px;
}
#soc-table .search-but {
  width: 30px;
  height: 30px;
  border: 1px solid #0b4361;
  /*cursor: pointer;*/
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px grey;
  -moz-box-shadow: 0px 1px 2px 0px grey;
  box-shadow: 0px 1px 2px 0px grey;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}
#soc-table .inner-search-but {
  padding-top: 9px;
  padding-left: 2px;
  height: 100%;
  width: 100%;
  border: 0px solid transparent;
  text-align: center;
  background: #155c8b;
  background: -moz-linear-gradient(top, #398eb5, #155c8b);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398eb5), color-stop(100%, #155c8b));
  background: -webkit-linear-gradient(top, #398eb5, #155c8b);
  background: -o-linear-gradient(top, #398eb5, #155c8b);
  background: -ms-linear-gradient(top, #398eb5, #155c8b);
  background: linear-gradient(top, #398eb5, #155c8b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398eb5', endColorstr='#155c8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -moz-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}

#sport-table table {
  border-collapse: inherit!important;
  border-spacing: 0;
  border-color: transparent;
}
#sport-table #education-ob {
  padding-top: 20px;
}
#sport-table #education-ob th {
  background: #eeeeee;
  text-align: left;
  vertical-align: middle;
  height: 37px;
}
#sport-table #education-ob td {
  padding-top: 10px;
  padding-bottom: 12px;
  padding-right: 10px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}
#sport-table #education-ob td:first-of-type {
  padding-right: 15px;
  padding-left: 12px;
}
#sport-table #education-ob tr:last-of-type td {
  border-bottom: none;
}
#sport-table #education-ob .soc-col-1 {
  width: 235px;
  border-radius: 5px 0 0 5px;
  padding: 0 15px 0 12px;
}
#sport-table #education-ob .soc-col-2 {
  width: 160px;
  padding-right: 10px;
}
#sport-table #education-ob .soc-col-3 {
  width: 175px;
  padding-right: 10px;
}
#sport-table #education-ob .soc-col-4 {
  border-radius: 0 5px 5px 0px;
}
#sport-table .search-text {
  float: left;
  margin-right: 8px;
}
#sport-table .search-text input {
  width: 280px;
  height: 30px;
  padding: 0 10px;
}
#sport-table .search-but {
  width: 30px;
  height: 30px;
  border: 1px solid #0b4361;
  /*cursor: pointer;*/
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px grey;
  -moz-box-shadow: 0px 1px 2px 0px grey;
  box-shadow: 0px 1px 2px 0px grey;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}
#sport-table .inner-search-but {
  padding-top: 9px;
  padding-left: 2px;
  height: 100%;
  width: 100%;
  border: 0px solid transparent;
  text-align: center;
  background: #155c8b;
  background: -moz-linear-gradient(top, #398eb5, #155c8b);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398eb5), color-stop(100%, #155c8b));
  background: -webkit-linear-gradient(top, #398eb5, #155c8b);
  background: -o-linear-gradient(top, #398eb5, #155c8b);
  background: -ms-linear-gradient(top, #398eb5, #155c8b);
  background: linear-gradient(top, #398eb5, #155c8b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398eb5', endColorstr='#155c8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -moz-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}

#tourist_map #elements {
  width: 249px;
  height: 641px;
  background-color: #cfcfcf;
  margin-right: 2px;
  float: left;
}
#tourist_map #map {
  width: 728px;
  height: 641px;
  background-color: #cfcfcf;
  float: left;
}

.discuss {
  margin-bottom: 25px;
}
.discuss .discuss-date {
  color: #6c6c6c;
}

.discuss-files {
  padding-top: 25px;
}

.comment_item_container {
  padding-bottom: 25px;
  position: relative;
}
.comment_item_container .comment_item_top {
  padding-bottom: 3px;
  color: #000;
  font: 12px Verdana, Geneva, sans-serif;
}
.comment_item_container .comment_item_top .comment-date {
  padding-left: 18px;
  color: #6c6c6c;
}
.comment_item_container .comment_item_controls {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.comment_item_container .comment_submit {
  height: 36px;
  width: 133px;
  background-image: url(images/submit_btn.png);
  border: none;
  margin-top: 20px;
  padding: 0;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
}

.comment_reply {
  width: 100%;
  overflow: hidden;
  background: whitesmoke url("../ii/inf_grad.png") repeat-x left top;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  margin-top: 20px;
}
.comment_reply h4 {
  margin-top: 14px;
  margin-bottom: 18px;
  padding-left: 18px;
  font: normal 14px Verdana, Geneva, sans-serif;
}
.comment_reply h4 a {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.comment_reply #form_show {
  margin-top: 0;
}
.comment_reply fieldset {
  margin: 0 18px;
  padding: 0;
}
.comment_reply .discuss-form-table td {
  padding-bottom: 8px;
}
.comment_reply .discuss-form-table td.left {
  width: 170px;
  color: #000;
  font: 14px Verdana, Geneva, sans-serif;
  text-shadow: 1px 1px 0px #fff;
}
.comment_reply .discuss-form-table td.right input {
  height: 28px;
  font-size: 14px;
  width: 225px;
}
.comment_reply .discuss-form-table td.right textarea {
  font-size: 14px;
  width: 525px;
  height: 140px;
}
.comment_reply .discuss-form-table td.right .button-wrap {
  border: 1px solid #0b4361;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px grey;
  -moz-box-shadow: 0px 1px 2px 0px grey;
  box-shadow: 0px 1px 2px 0px grey;
  float: left;
  border-radius: 4px;
}
.comment_reply .discuss-form-table td.right .button-wrap button {
  cursor: pointer;
  padding: 10px 15px;
  font-size: 14px;
  border: 0px solid transparent;
  text-align: center;
  background: #155c8b;
  background: -moz-linear-gradient(top, #398eb5, #155c8b);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398eb5), color-stop(100%, #155c8b));
  /* Chrome 10, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #398eb5, #155c8b);
  background: -o-linear-gradient(top, #398eb5, #155c8b);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #398eb5, #155c8b);
  /* IE10 */
  background: linear-gradient(top, #398eb5, #155c8b);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398eb5', endColorstr='#155c8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -moz-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  box-shadow: inset 0px 1px 2px 0px #99C6D9;
  font-family: "Calibri";
  font-weight: bold;
  color: white;
  text-shadow: 0px 1px 1px #3A3A3A;
}

/*Link to infographics*/
#footer_menu li.first_level item6 a {
  cursor: pointer!important;
  text-decoration: underline!important;
}

/*EN template*/
#content_inner_en {
  margin: 0px auto;
  margin-top: 40px;
  max-width: 980px;
  min-width: 980px;
  min-height: 300px;
  margin-bottom: 50px;
}

.map_of_kostroma_en {
  margin-bottom: 10px;
}

#krpano {
  height: 600px;
}

#tourist_map .frame {
  padding: 0 17px;
  width: 216px;
  height: 641px;
  background-color: #f3f3f3;
  margin-right: 2px;
  float: left;
  border-radius: 5px 0 0 5px;
}
#tourist_map .frame .slidee {
  padding: 0 10px;
  margin: 0;
}
#tourist_map .frame .slidee li {
  margin: 11px 0;
  padding-left: 0;
  list-style-image: url(../ii/map/list_marker.jpg);
}
#tourist_map .frame .slidee li a {
  color: black;
  text-decoration: none;
  border-bottom: dotted 1px;
  cursor: pointer;
}
#tourist_map .frame .slidee #elements {
  width: 249px;
  height: 641px;
  background-color: #cfcfcf;
  margin-right: 2px;
  float: left;
}
#tourist_map .frame .slidee .scrollbar {
  background: #e7e7e7;
  margin: 5px 0 5px 0;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 4px;
  right: 0;
}
#tourist_map .frame .slidee .scrollbar .handle {
  background: #1675af;
  cursor: pointer;
  width: 4px;
}
#tourist_map .frame .slidee .submenu {
  padding-left: 15px;
}
#tourist_map .frame .slidee .submenu li {
  list-style-image: none;
  list-style-type: none;
}
#tourist_map #map {
  width: 728px;
  height: 641px;
  background-color: #f3f3f3;
  float: left;
  border-radius: 0 5px   5px 0;
  margin-bottom: 45px;
}
#tourist_map #map .mark_conteinetr {
  position: relative;
  display: inline-block;
  background: #1f6085;
  border-radius: 5px;
  padding: 15px 15px;
}
#tourist_map #map .mark_conteinetr .layout-element a {
  color: white;
  float: left;
}
#tourist_map #map .arrow {
  position: absolute;
  width: 29px;
  height: 30px;
  background: url("../ii/map/arrow.png") no-repeat;
  top: 100%;
  left: 28px;
}
#tourist_map #map .baloon_conteinetr {
  position: absolute;
  width: 200px;
  background: #1f6085;
  border-radius: 5px;
  padding: 15px 15px;
}
#tourist_map #map .baloon_conteinetr .layout-element {
  color: white;
}
#tourist_map #map .baloon_conteinetr .arrow {
  position: absolute;
  width: 29px;
  height: 30px;
  background: url("../ii/map/arrow.png") no-repeat;
  top: 100%;
  left: 28px;
}

.page404 {
  height: 442px;
  padding-top: 0px;
}
.page404 h3 {
  margin-top: 72px;
  font-size: 36px;
  line-height: 18px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  margin-left: -2px;
}
.page404 .span404 {
  padding-top: 127px;
  z-index: 0;
  font-family: arial black;
  font-size: 500px;
  color: #f0f0f0;
}

/* Результаты поиска */
.search-result .search-item {
  float: left;
  width: 233px;
  padding: 0 25px 25px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.searh-page-form {
  padding-bottom: 25px;
}
.searh-page-form input {
  height: 26px;
  width: 620px;
  padding-left: 6px;
}
.searh-page-form .normal_btn {
  padding: 0;
  display: block;
  height: 30px;
  width: 30px;
  float: left;
  background: #0B4361;
  margin-right: 20px;
}
.searh-page-form .normal_btn .btn_inner {
  padding-left: 2px;
  padding-top: 9px;
}
.searh-page-form .search-query {
  float: left;
  padding-right: 10px;
}
.searh-page-form .select_tabs.short.search {
  width: 213px !important;
}

#header #header_inner #site_search #search-form {
  position: relative;
}
#header #header_inner #site_search #search-form input.search-form-submit {
  display: block;
  position: absolute;
  right: 40px;
  top: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  background: none;
  z-index: 200;
  cursor: pointer;
}

.comment span {
  font-family: "Calibri";
  font-size: 48px;
  color: #bdbdbd;
  line-height: 20px;
}
.comment span.lquote {
  float: left;
}
.comment p {
  padding: 0 50px;
}
.comment p .rqoute {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.event {
  margin-bottom: 30px;
}

/* Считчик в футере*/
.os-counter {
  padding-top: 20px;
}

/*Аренда, Продажа и Реклама муниципального имущества*/
#property_rent_wrap {
  position: relative;
}
#property_rent_wrap #filter_doc_base {
  margin-bottom: 8px;
}
#property_rent_wrap #filter_doc_base .number {
  float: left;
  margin-right: 8px;
}
#property_rent_wrap #filter_doc_base .number input {
  width: 101px;
  height: 30px;
  padding: 0 10px;
}
#property_rent_wrap #filter_doc_base .normal_btn {
  width: 30px;
  height: 30px;
}
#property_rent_wrap #filter_doc_base .normal_btn .btn_inner {
  padding-top: 9px;
  padding-left: 2px;
}
#property_rent_wrap #filter_doc_base.target-permits {
  float: left;
}
#property_rent_wrap #filter_doc_base #listbox_status {
  cursor: pointer;
}
#property_rent_wrap .select_tabs {
  margin-bottom: 10px;
}
#property_rent_wrap .select_tabs .select_item {
  padding: 0px 10px;
}
#property_rent_wrap .listbox {
  height: 25px;
  position: absolute;
  overflow: hidden;
  z-index: 50;
}
#property_rent_wrap .listbox.shown {
  -webkit-box-shadow: 0px 1px 6px -3px grey;
  -moz-box-shadow: 0px 1px 6px -3px grey;
  box-shadow: 0px 1px 6px -3px grey;
}
#property_rent_wrap .listbox.month {
  width: 235px;
  background: white;
  left: 147px;
  top: -3px;
}
#property_rent_wrap .listbox.year {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 75px 12px white;
  left: 100px;
  top: 5px;
}
#property_rent_wrap .listbox .first, #property_rent_wrap .listbox .elem {
  height: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
#property_rent_wrap .listbox .first:hover a, #property_rent_wrap .listbox .elem:hover a {
  border-bottom: 1px dotted #9b330f;
}
#property_rent_wrap .listbox .first:hover a span, #property_rent_wrap .listbox .elem:hover a span {
  color: #9b330f;
}
#property_rent_wrap .listbox .first a, #property_rent_wrap .listbox .elem a {
  float: left;
  text-decoration: none;
  border-bottom: 1px dotted #166c9f;
}
#property_rent_wrap .listbox .first a span, #property_rent_wrap .listbox .elem a span {
  color: #166c9f;
}
#property_rent_wrap .listbox .first .list_arr_text, #property_rent_wrap .listbox .elem .list_arr_text {
  float: left;
  background: url("../ii/list_filter.png") no-repeat 7px 10px white;
  width: 18px;
  height: 19px;
}
#property_rent_wrap .search_type {
  float: left;
  padding: 7px 22px;
}
#property_rent_wrap table {
  width: 100%;
}
#property_rent_wrap table thead tr th {
  color: black;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  background: #eeeeee;
}
#property_rent_wrap table thead tr .number {
  width: 30px;
}
#property_rent_wrap table thead tr .name {
  width: 470px;
}
#property_rent_wrap table thead tr .status {
  width: 120px;
}
#property_rent_wrap table thead tr .date {
  width: 80px;
}
#property_rent_wrap table tbody tr td a {
  margin: 0 auto;
}
#property_rent_wrap table tbody tr .table_property_number {
  width: 30px;
  text-align: center;
}
#property_rent_wrap table tbody tr .table_property_name {
  width: 80px;
}
#property_rent_wrap table tbody tr .table_property_date {
  width: 80px;
}
#property_rent_wrap table tbody tr .table_property_status {
  width: 80px;
}

.float_left {
  float: left;
}

#fb_xdm_frame_http, #fb_xdm_frame_https {
  display: none;
}

.subsection_separator {
  width: 100%;
  clear: both;
  margin-bottom: 5px;
  margin-top: 20px;
}
.subsection_separator span {
  font-weight: bold;
  font-size: 22px;
  color: #000;
}

.wrap_subfolder_files {
  width: 728px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.wrap_table_municipal_service {
  margin-top: 30px;
}
.wrap_table_municipal_service .blog-page-navigation {
  margin-bottom: 30px;
}
.wrap_table_municipal_service .table {
  margin-bottom: 20px;
}
.wrap_table_municipal_service .table .radius_four .num {
  width: 32px;
}
.wrap_table_municipal_service .table .radius_four .name_service {
  width: 143px;
}
.wrap_table_municipal_service .table .radius_four .file_link {
  width: 79px;
}
.wrap_table_municipal_service .table .radius_four .provision_services {
  width: 465px;
}
.wrap_table_municipal_service .table tbody tr .municip_service_file a {
  display: block;
  padding-top: 23px;
  height: 33px;
  background: url("../ii/dowld.png") no-repeat 12px 3px;
  width: 80px;
  margin: 0 auto;
}
.wrap_table_municipal_service .table tbody tr .provision_services_name span {
  display: block;
  margin-bottom: 5px;
}

.filter_news_fields input {
  display: none;
}
.filter_news_fields select {
  display: none;
}

.news_filter_calendar {
  width: 15px;
  height: 15px;
  background: url("../bitrix/images/icons/calendar.gif") no-repeat;
  cursor: pointer;
}

#modal_calendar {
  float: left;
  height: 22px;
  margin-right: 10px;
}
#modal_calendar .date-interval-hellip {
  display: none;
}
#modal_calendar img {
  float: left;
  margin-right: 10px;
}
#modal_calendar .start_news_filter {
  float: left;
  margin-right: 30px;
}

.news_filter span {
  color: #166c9f;
  border-bottom: 1px dotted #166c9f;
  cursor: pointer;
}
.news_filter span:hover {
  color: #9b330f;
  border-bottom: 1px dotted #9b330f;
}

.popup-window {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}
.popup-window .popup-window-top-row .popup-window-left-column {
  display: none;
}
.popup-window .popup-window-top-row .popup-window-center-column {
  display: none;
}
.popup-window .popup-window-top-row .popup-window-right-column {
  display: none;
}
.popup-window .popup-window-content-row .popup-window-left-column {
  display: none;
}
.popup-window .popup-window-content-row .popup-window-right-column {
  display: none;
}
.popup-window .popup-window-content-row .popup-window-center-column .popup-window-content .bx-calendar .bx-calendar-header .bx-calendar-left-arrow {
  margin-left: 0px;
}
.popup-window .popup-window-content-row .popup-window-center-column .popup-window-content .bx-calendar .bx-calendar-header .bx-calendar-header-content {
  width: 161px;
}
.popup-window .popup-window-content-row .popup-window-center-column .popup-window-content .bx-calendar .bx-calendar-name-day-wrap {
  margin: 0px 0px 3px;
  height: 18px;
  padding: 1px 3px 0px 0px;
}
.popup-window .popup-window-bottom-row .popup-window-left-column {
  display: none;
}
.popup-window .popup-window-bottom-row .popup-window-center-column {
  display: none;
}
.popup-window .popup-window-bottom-row .popup-window-right-column {
  display: none;
}

.detail_news_date {
  margin-bottom: 10px;
}
.detail_news_date span {
  font-style: italic;
  font-siz: 14px;
  color: #404040;
}

.news_filter_detail {
  margin-bottom: -18px;
}

.invest_wrap {
  position: relative;
  width: 100%;
}
.invest_wrap #frame {
  width: 602px;
  height: 600px;
  margin: 0 auto;
  top: 50px;
  overflow: hidden;
  margin-bottom: 70px;
}
.invest_wrap #frame .slidee .wrap_elem_invest {
  float: left;
}
.invest_wrap #frame .slidee .wrap_elem_invest a {
  display: block;
  width: 600px;
  text-align: center;
}
.invest_wrap #frame .slidee .wrap_elem_invest a .infographics_img_frame {
  width: 600px;
  display: table-cell;
}
.invest_wrap #frame .slidee .wrap_elem_invest a .infographics_img_frame .infographics_img {
  text-align: center;
}
.invest_wrap #frame .slidee .wrap_elem_invest a .infographics_img_frame .infographics_img img {
  max-width: 600px;
}
.invest_wrap .invest_btn_left {
  height: 38px;
  width: 41px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url("../ii/slde_btn_arrows.png") 50% 15px no-repeat;
}
.invest_wrap .invest_btn_right {
  height: 38px;
  width: 41px;
  position: absolute;
  right: 0;
  top: 0px;
  background: url("../ii/slde_btn_arrows.png") 18px -24px no-repeat;
}
.invest_wrap .go_to_slide {
  position: absolute;
  top: 0px;
  left: 319px;
}
.invest_wrap .go_to_slide input {
  width: 40px;
  height: 20px;
  text-align: center;
}

#tourist_map.investment_map #elements {
  width: 249px;
  height: 641px;
  background-color: #cfcfcf;
  margin-right: 2px;
  float: left;
}
#tourist_map.investment_map #map {
  width: 728px;
  height: 641px;
  background-color: #cfcfcf;
  float: left;
}
#tourist_map.investment_map #map_conteiner #frame {
  width: 696px;
  height: auto;
  border-radius: 5px;
}
#tourist_map.investment_map #map_conteiner #frame .slidee {
  width: 696px;
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu {
  float: left;
  width: 310px;
  margin-right: 30px;
  position: relative;
  list-style: none;
  list-style-image: none;
  margin-bottom: 3px;
  margin-top: 0px;
  line-height: 15px;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu a {
  color: #166c9f;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu a:hover {
  color: #9b330f;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu .submenu {
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 0px;
  z-index: 1000;
  border: 1px solid #ccc;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu .submenu li {
  padding-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 10px;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .fl_right {
  float: right;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .separator_menu_li {
  list-style: none;
  list-style-image: none;
  margin-bottom: 3px;
  margin-top: 0px;
  width: 630px;
  clear: both;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .items_menu_map_separator {
  width: 720px;
  clear: both;
}

.link_invest {
  margin-bottom: 40px;
}

.message {
  border: 6px solid #3287BA;
  height: auto;
  margin-bottom: 50px;
  padding: 30px 40px;
}

.kostroma_bridge {
  margin-top: 40px;
  text-align: center;
}
.kostroma_bridge .useful_inner {
  background: white;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}
.kostroma_bridge .useful_inner h4 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.kostroma_bridge .useful_inner a {
  text-decoration: none;
  border-bottom: 1px solid #acc5d8;
  line-height: 15px;
}
.kostroma_bridge .useful_inner a div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.kostroma_bridge .useful_inner a div span {
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
  border-bottom: 1px solid #b2b2b2;
  line-height: 38px;
}
.kostroma_bridge .useful_inner a:hover {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
.kostroma_bridge .useful_inner a:hover span {
  border-bottom: 1px solid #9b330f;
}

.treatment_info .wrap_investors {
  height: auto;
  border: 6px solid #3287ba;
  margin-bottom: 25px;
  padding: 17px 30px;
  width: 660px;
}
.treatment_info .wrap_investors h3 {
  margin-bottom: 0;
}

.inner_top_menu_wrap {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, white, whitesmoke);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whitesmoke));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, whitesmoke);
  background: -o-linear-gradient(top, white, whitesmoke);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, whitesmoke);
  /* IE10 */
  background: linear-gradient(top, white, whitesmoke);
  /* CSS3 */
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  padding: 7px;
  margin-bottom: 10px;
}

.inner_top_menu {
  float: left;
  width: 235px;
  padding: 0px;
  margin: 0px;
  margin-left: 0px;
}
.inner_top_menu li {
  list-style: none;
  width: 235px;
  clear: both;
}
.inner_top_menu li a {
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 4px;
}
.inner_top_menu .separator_top_menu {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.inner_top_menu .select_item {
  float: left;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}
.inner_top_menu .select_item.item0 {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  -khtml-border-radius: 4px 0px 0px 4px;
  behavior: url("../pie/PIE.htc");
}
.inner_top_menu .select_item span, .inner_top_menu .select_item a {
  position: relative;
  color: #166c9f;
}
.inner_top_menu .select_item:hover span, .inner_top_menu .select_item.active span, .inner_top_menu .select_item.selected span {
  color: #000;
}

.new_top_slider {
  height: 85px;
  position: relative;
  width: 983px;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: -20px;
}
.new_top_slider .slidee li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 983px;
}
.new_top_slider .slidee li a img {
  height: 85px;
}
.new_top_slider .lnks_btn {
  width: 41px;
  height: 38px;
  position: absolute;
  top: 22px;
}
.new_top_slider .lnks_btn div {
  width: 100%;
  height: 100%;
}
.new_top_slider .lnks_btn.left {
  left: 24px;
}
.new_top_slider .lnks_btn.left div {
  background: url("../ii/slde_btn_arrows.png") no-repeat center 15px;
}
.new_top_slider .lnks_btn.right {
  right: 24px;
}
.new_top_slider .lnks_btn.right div {
  background: url("../ii/slde_btn_arrows.png") no-repeat 18px -24px;
}

.wrap_about_fotoevo h2 {
  margin-bottom: 21px;
}
.wrap_about_fotoevo h3 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 30px;
}
.wrap_about_fotoevo .content_fotoevo img {
  float: left;
  margin-right: 31px;
}
.wrap_about_fotoevo .content_fotoevo p {
  margin-top: 0px;
  margin-bottom: 34px;
}
.wrap_about_fotoevo .content_fotoevo .line_text {
  font-size: 14px;
  line-height: 22px;
}
.wrap_about_fotoevo .content_fotoevo .column_text {
  font-size: 12px;
  line-height: 20px;
}
.wrap_about_fotoevo .content_fotoevo .columns_text_wrap p {
  float: left;
  width: 308px;
  margin-right: 25px;
}
.wrap_about_fotoevo .content_fotoevo .columns_text_wrap .right_column_text {
  margin-right: 0px;
}
.wrap_about_fotoevo .content_fotoevo .center_block {
  margin-bottom: 0px;
}
.wrap_about_fotoevo .content_fotoevo .center_block p {
  margin-bottom: 26px;
}
.wrap_about_fotoevo .content_fotoevo .progr_festival p {
  margin-bottom: 16px;
}
.wrap_about_fotoevo .link_fotoevo_wrap {
  width: 100%;
  border: 6px solid #3082b3;
  text-align: center;
  height: 80px;
  border-radius: 3px;
}
.wrap_about_fotoevo .link_fotoevo_wrap span {
  line-height: 80px;
  color: #404040;
  font-size: 18px;
  font-family: 'Arial';
}
/* fonts */
/* colors */
/* template styles */
.clearfix {
  display: block;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

/* IE6 */
* html .clearfix {
  height: 1%;
}

/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}

html, body {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 730px;
  width: 100%;
  height: 100%;
  font-family: Verdana, Geneva, sans-serif, Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
  font-size: 12px;
  color: #404040;
  background-color: white;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #000;
  font-weight: bold;
  font-family: "Calibri";
}

h1 {
  font-size: 26px;
  margin-top: 5px;
  margin-bottom: 25px;
  line-height: 1; 
  text-align: justify;
}

h2 {
  font-size: 36px;
  line-height: 33px;
  margin-top: 5px;
  margin-bottom: 25px;
}

h3 {
  font-size: 24px;
  margin-bottom: 17px;
}

h4 {
  margin-bottom: 16px;
  font-size: 22px;
}

h5 {
  margin-bottom: 16px;
  font-size: 18px;
}

h6 {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 18px;
}

span, p, ul {
  color: #404040;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 18px;
}

ul li {
  padding: 0 0 4px 2px;
}

a, img {
  outline: 0;
  border: 0;
}

a {
  color: #0e63a1;
  text-decoration: underline;
}
a:hover, a.active {
  color: #9b330f;
}

table {
  width: 100%;
}
table th {
  background: #eeeeee;
  text-align: left;
  vertical-align: middle;
  height: 37px;
}
table td {
  padding-top: 10px;
  padding-bottom: 12px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}
table td:first-of-type {
  padding-right: 15px;
  padding-left: 12px;
}
table tr:last-of-type td {
  border-bottom: none;
}

.bx-core-waitwindow {
  background-color: #176ca0;
  background-image: none;
  padding: 10px 17px;
  border: none;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

#page_wrapper {
  min-height: 100%;
}

.radius_four {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}

.radius_six {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -khtml-border-radius: 6px;
  behavior: url("../pie/PIE.htc");
}

.new_link {
  font: 12px Verdana, Geneva, sans-serif;
  text-decoration: none;
  padding-bottom: 1px;
  line-height: 20px;
  border-bottom: 1px solid #acc5d8;
}

.footer_link {
  color: #c6eafe;
  text-decoration: none;
  border-bottom: 1px solid #446d8a;
}
.footer_link:hover {
  color: #ffe345;
  border-color: #ffe345;
}

.border_link {
  text-decoration: none;
}
.border_link span {
  font: 12px Verdana, Geneva, sans-serif;
  color: #166c9f;
  padding-bottom: 1px;
  line-height: 20px;
  border-bottom: 1px solid #acc5d8;
}
.border_link:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}

.pointer {
  cursor: pointer;
}

input[type=text], textarea, #listbox, .checkbox {
  outline: 0;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
  behavior: url("../pie/PIE.htc");
  background: white;
  -webkit-box-shadow: inset 0px 1px 6px -3px grey;
  -moz-box-shadow: inset 0px 1px 6px -3px grey;
  box-shadow: inset 0px 1px 6px -3px grey;
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
}

.checkbox {
  width: 22px;
  height: 22px;
}
.checkbox.checked {
  background: url("../ii/checkbox.png") no-repeat 6px 6px white;
}

.normal_btn {
  border: 1px solid #0b4361;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px grey;
  -moz-box-shadow: 0px 1px 2px 0px grey;
  box-shadow: 0px 1px 2px 0px grey;
}
.normal_btn .btn_inner {
  height: 100%;
  width: 100%;
  border: 0px solid transparent;
  text-align: center;
  background: #155c8b;
  background: -moz-linear-gradient(top, #398eb5, #155c8b);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398eb5), color-stop(100%, #155c8b));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #398eb5, #155c8b);
  background: -o-linear-gradient(top, #398eb5, #155c8b);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #398eb5, #155c8b);
  /* IE10 */
  background: linear-gradient(top, #398eb5, #155c8b);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398eb5', endColorstr='#155c8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -moz-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  box-shadow: inset 0px 1px 2px 0px #99C6D9;
}
.normal_btn .btn_inner span {
  font-family: "Calibri";
  font-weight: bold;
  color: white;
  text-shadow: 0px 1px 1px #3A3A3A;
}

.lnks_btn {
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url("../pie/PIE.htc");
  text-align: center;
  background: #e9e9e9;
  background: -moz-linear-gradient(top, white, #e9e9e9);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9e9e9));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, #e9e9e9);
  background: -o-linear-gradient(top, white, #e9e9e9);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, #e9e9e9);
  /* IE10 */
  background: linear-gradient(top, white, #e9e9e9);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e9e9e9', GradientType=0);
  cursor: pointer;
}
.lnks_btn:hover {
  background: #e9e9e9;
  background: -moz-linear-gradient(top, white, #f0f0f0);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f0f0));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, #f0f0f0);
  background: -o-linear-gradient(top, white, #f0f0f0);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, #f0f0f0);
  /* IE10 */
  background: linear-gradient(top, white, #f0f0f0);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f0f0f0', GradientType=0);
}
.lnks_btn:active {
  background: #e9e9e9;
  background: -moz-linear-gradient(top, #ebebeb, #e7e7e7);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #e7e7e7));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #ebebeb, #e7e7e7);
  background: -o-linear-gradient(top, #ebebeb, #e7e7e7);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebebeb, #e7e7e7);
  /* IE10 */
  background: linear-gradient(top, #ebebeb, #e7e7e7);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#e7e7e7', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 8px -4px grey;
  -moz-box-shadow: inset 0px 1px 8px -4px grey;
  box-shadow: inset 0px 1px 8px -4px grey;
}

/* header */
#header {
  width: 100%;
  height: 218px;
  background: url("../ii/header_bg.png") repeat-x left top;
  border-bottom: 1px solid #353535;
  -webkit-box-shadow: 0px 0px 3px 2px grey;
  -moz-box-shadow: 0px 0px 3px 2px grey;
  box-shadow: 0px 0px 3px 2px grey;
  position: relative;
  z-index: 100;
}
#header #header_inner {
  padding-top: 47px;
  height: 171px;
  min-width: 980px;
  max-width: 980px;
  margin: 0 auto;
}
#header #header_inner #logo {
  float: left;
  width: 311px;
  height: 116px;
  position: relative;
}
#header #header_inner #logo a {
  border: 0;
  line-height: 0;
}
#header #header_inner #logo h4 {
  position: absolute;
  left: 82px;
}
#header #header_inner #logo h4.title {
  top: 0px;
  font: bold 24px "Calibri";
  color: #ddffff;
  line-height: 22px;
}
#header #header_inner #logo h4.main_page {
  top: 70px;
  font: bold 14px "Calibri";
  color: white;
  line-height: 22px;
}
#header #header_inner #logo h4.official_site {
  top: 50px;
  font: bold 14px "Calibri";
  color: #ffffff;
}
#header #header_inner #en_ru {
  float: left;
  width: 187px;
  height: 116px;
  padding-top: 3px;
  position: relative;
}
#header #header_inner #en_ru a {
  border: 0;
  text-decoration: none;
  padding-left: 26px;
  background: url("../ii/en.png") no-repeat left 90%;
}
#header #header_inner #en_ru a span {
  font: 14px Verdana, Geneva, sans-serif;
  color: white;
  border-bottom: 1px solid #699cb6;
}
#header #header_inner #en_ru a:hover span {
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #ru_en {
  float: left;
  width: 187px;
  height: 116px;
  padding-top: 3px;
  position: relative;
}
#header #header_inner #ru_en a {
  border: 0;
  text-decoration: none;
  padding-left: 26px;
  background: url("../ii/ru.png") no-repeat left 90%;
}
#header #header_inner #ru_en a span {
  font: 14px Verdana, Geneva, sans-serif;
  color: white;
  border-bottom: 1px solid #699cb6;
}
#header #header_inner #ru_en a:hover span {
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #site_search {
  float: left;
  position: relative;
  width: 251px;
  height: 116px;
  padding-top: 2px;
}
#header #header_inner #site_search input {
  width: 170px;
  height: 27px;
  border: 0;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 25px;
  font: normal 12px Verdana, Geneva, sans-serif;
  color: #393939;
  background: url("../ii/head_search.png") no-repeat left top;
}
#header #header_inner #site_search input.search_focus, #header #header_inner #site_search input.pointer:hover {
  background: url("../ii/head_search.png") no-repeat left -36px;
}
#header #header_inner #site_search .search_click {
  position: absolute;
  width: 13px;
  height: 12px;
  top: 10px;
  left: 188px;
  cursor: pointer;
  background: url("../ii/search.png") no-repeat left top;
  z-index: 100;
}
#header #header_inner #site_search .search_click:hover + input {
  background: url("../ii/head_search.png") no-repeat left -36px;
}
#header #header_inner #site_search span {
  color: #9fc7dd;
}
#header #header_inner #site_search .example {
  margin-top: 4px;
  padding-left: 2px;
}
#header #header_inner #site_search a {
  font: normal 12px Verdana, Geneva, sans-serif;
  text-decoration: none;
  border-bottom: 1px dotted #699cb6;
  color: white;
}
#header #header_inner #site_search a:hover {
  color: #fcd702;
  border-bottom: 1px dotted #fcd702;
}
#header #header_inner #visual_impaired {
  float: left;
  position: relative;
  width: 230px;
  height: 116px;
}
#header #header_inner #visual_impaired a.visual {
  position: absolute;
  left: 0;
  font: normal 20px "Calibri";
  color: white;
  text-decoration: none;
  min-width: 227px;
  border-bottom: 1px solid #699cb6;
}
#header #header_inner #visual_impaired a.visual:hover {
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #visual_impaired #sitemap {
  position: absolute;
  top: 26px;
  margin-top: 9px;
  left: -19px;
}
#header #header_inner #visual_impaired #sitemap a {
  font: normal 12px Verdana, Geneva, sans-serif;
  text-decoration: none;
  padding-left: 19px;
  background: transparent url("../ii/map_sprite.png") no-repeat left 3px;
}
#header #header_inner #visual_impaired #sitemap a span {
  border-bottom: 1px solid #699cb6;
  color: white;
}
#header #header_inner #visual_impaired #sitemap a:hover {
  background: transparent url("../ii/map_sprite.png") no-repeat left -18px;
}
#header #header_inner #visual_impaired #sitemap a:hover span {
  border-bottom: 1px solid #fcd702;
  color: #fcd702;
}
#header #header_inner #header_menu_layer {
  float: left;
  width: 100%;
  margin-top: 11px;
}
#header #header_inner #header_menu_layer ul#header_menu {
  position: relative;
  padding: 0;
}
#header #header_inner #header_menu_layer ul#header_menu li {
  padding: 0;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level {
  display: inline-block;
  float: left;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.en {
  width: 12.5%;
  text-align: center;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.en a {
  padding: 22px 4px;
  text-align: center;
  display: block;
  margin-top: -21px;
  height: 61px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.en ul li {
  text-align: left;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.en ul li a {
  display: inline;
  text-align: left;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level a {
  padding: 19px 28px;
  padding-bottom: 23px;
  color: white;
  font: bold 12px Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-shadow: 0px 1px 0px #404040;
  border: 1px solid transparent;
  position: relative;
  z-index: 101;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level a:hover, #header #header_inner #header_menu_layer ul#header_menu li.first_level a.hover {
  padding-bottom: 23px;
  border-top: 1px solid #0b3248;
  border-left: 1px solid #0b3248;
  border-right: 1px solid #0b3248;
  border-bottom: 1px solid #0b3248;
  background: #144f70;
  background: -moz-radial-gradient(#144f70, #11425e);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #144f70), color-stop(100%, #11425e));
  /* Chrome, Safari4+ */
  background: -webkit-radial-gradient(#144f70, #11425e);
  /* Chrome 10+, Safari 5.1+ */
  background: -o-radial-gradient(#144f70, #11425e);
  /* Opera 12 */
  background: -ms-radial-gradient(#144f70, #11425e);
  /* IE10 */
  background: radial-gradient(#144f70, #11425e);
  /* CSS3 */
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level li {
  position: relative;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item0 {
  width: 165px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item1 {
  width: 117px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item2 {
  width: 107px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item3 {
  width: 250px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item4 {
  width: 84px;
}
#header #header_inner #header_menu_layer ul#header_menu li.first_level.item5 {
  float: right;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category {
  position: absolute;
  overflow: hidden;
  top: 41px;
  left: 0;
  width: 980px;
  background: #307495;
  background: -moz-linear-gradient(top, #307495, #1f5b7d);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #307495), color-stop(100%, #1f5b7d));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #307495, #1f5b7d);
  background: -o-linear-gradient(top, #307495, #1f5b7d);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #307495, #1f5b7d);
  /* IE10 */
  background: linear-gradient(top, #307495, #1f5b7d);
  /* CSS3 */
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  -khtml-border-radius: 0px 0px 4px 4px;
  behavior: url("../pie/PIE.htc");
  -webkit-box-shadow: 0 1px 3px #272727;
  -moz-box-shadow: 0 1px 3px #272727;
  box-shadow: 0 1px 3px #272727;
  z-index: 100;
  border-top: 1px solid black;
  padding-top: 20px;
  padding-left: 0;
  padding-bottom: 47px;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category .inset_shadow {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 5px;
  background: url("../ii/category_shadow.png") repeat-x left top;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category .divider {
  position: absolute;
  width: 100%;
  height: 100%;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category .divider div {
  position: relative;
  width: 100%;
  height: 62%;
  margin-top: 14px;
  background: grey;
  background: url("../ii/divider.png") repeat-y 10px top;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level {
  list-style-type: none;
  float: left;
  width: 267px;
  padding-top: 12px;
  padding-left: 40px;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level a {
  font: normal 12px Verdana, Geneva, sans-serif;
  border: 0;
  padding: 0;
  padding-bottom: 1px;
  border-bottom: 1px solid #699cb6;
  text-shadow: none;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level a:hover {
  border: 0;
  padding: 0;
  background: none;
  padding-bottom: 1px;
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level li {
  list-style-type: none;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category li.second_level.selected a {
  color: #fcd702;
  border-bottom: 1px solid #fcd702;
}
#header #header_inner #header_menu_layer ul#header_menu ul.header_menu_category a.parent {
  display: none;
}

#message_wrap {
  position: relative;
  width: 100%;
  display: none;
  overflow: hidden;
  background: #fff4cd;
}
#message_wrap #message {
  padding: 20px 0;
  width: 980px;
  margin: 0 auto;
  background: url("../ii/message.png") no-repeat 16px 27px;
}
#message_wrap #message h3 {
  font-size: 24px;
  color: #982a0d;
  margin-bottom: 7px;
  padding-left: 125px;
}
#message_wrap #message .message_text {
  padding-left: 125px;
}
#message_wrap #message .message_text span {
  line-height: 20px;
  color: #635f50;
}
#message_wrap #message .message_text a {
  color: #982a0d;
}
#message_wrap #message .message_text a:hover {
  color: #e29481;
}

#tab_wrap {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
}
#tab_wrap .tab {
  text-align: center;
  width: 138px;
  position: absolute;
  left: 130px;
  padding: 8px 10px;
  background: #eed7a4;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  behavior: url("../pie/PIE.htc");
  color: #532a1f;
  z-index: 90;
}
#tab_wrap .tab:hover {
  background: #eed7a4;
  color: #fff4cd;
}

/* content */
#content {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}

#content_inner {
  min-width: 800px;
  max-width: 800px;
  margin: 0 auto;
}
#content_inner.inner {
  margin-top: 36px;
}

#left_menu {
  float: left;
  width: 250px;
  margin-top: 55px;
  min-height: 450px;
}
#left_menu #left_menu_category {
  position: relative;
  left: -10px;
  padding: 0;
  padding-right: 2px;
}
#left_menu #left_menu_category li {
  list-style-type: none;
  margin-bottom: 1px;
  padding: 0;
  clear: both;
}
#left_menu #left_menu_category li a {
  padding: 8px 10px;
  margin-bottom: 1px;
  margin-right: 5px;
  border: 0;
  float: left;
  display: block;
  line-height: 18px;
  text-decoration: none;
}
#left_menu #left_menu_category li a span {
  color: #0e63a1;
  border-bottom: 1px solid #acc5d8;
}
#left_menu #left_menu_category li a:hover {
  background: #176ca0;
}
#left_menu #left_menu_category li a:hover span {
  color: white;
  border-color: transparent;
}
#left_menu #left_menu_category li.selected a {
  background: #176ca0;
}
#left_menu #left_menu_category li.selected a span {
  color: white;
  border-color: transparent;
}

#right_content {
  float: left;
  width: 730px;
  margin-top: 36px;
  margin-bottom: 30px;
  min-height: 450px;
  /*List of tariff and prices*/
  /*Contacts*/
  /*investment proposals*/
  /*Electronic resume*/
  /*Support Form*/
  /*Contacts*/
}
#right_content p {
  color: #404040;
}
#right_content #tariff_and_prices .table_tariff {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#right_content #tariff_and_prices .table_tariff thead {
  width: 100%;
  background: #eee;
  margin-bottom: 11px;
  height: 70px;
  text-align: left;
}
#right_content #tariff_and_prices .table_tariff thead tr th {
  padding: 16px 10px 16px 10px;
}
#right_content #tariff_and_prices .table_tariff thead tr .load_file {
  padding: 16px 10px 16px 5px;
}
#right_content #tariff_and_prices .table_tariff tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
#right_content #tariff_and_prices .table_tariff tbody tr td {
  padding: 11px 11px 11px 11px;
  border-bottom: 1px solid #e5e5e5;
}
#right_content #tariff_and_prices .table_tariff tbody tr td a {
  background: url("../ii/dowld.png") 8px 3px no-repeat transparent;
  display: block;
  height: 33px;
  padding-top: 23px;
}
#right_content #tariff_and_prices .table_tariff tbody tr .name {
  font-size: 10px;
  line-height: 14px;
}
#right_content #tariff_and_prices .table_tariff tbody .section_name_tariff {
  background: #ccc;
  width: 100%;
  min-height: 50px;
}
#right_content #tariff_and_prices .table_tariff tbody .section_name_tariff td {
  width: 100%;
  min-height: 50px;
}
#right_content #mobile_reception .table_tariff {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#right_content #mobile_reception .table_tariff thead {
  width: 100%;
  background: #eee;
  margin-bottom: 11px;
  height: 70px;
  text-align: left;
}
#right_content #mobile_reception .table_tariff thead tr th {
  padding: 16px 10px 16px 10px;
}
#right_content #mobile_reception .table_tariff thead tr .load_file {
  padding: 16px 10px 16px 5px;
}
#right_content #mobile_reception .table_tariff tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
#right_content #mobile_reception .table_tariff tbody tr td {
  padding: 11px 11px 11px 11px;
  border-bottom: 1px solid #e5e5e5;
}
#right_content #mobile_reception .table_tariff tbody tr td a {
  background: url("../ii/dowld.png") 8px 3px no-repeat transparent;
  display: block;
  height: 33px;
  padding-top: 23px;
}
#right_content #mobile_reception .table_tariff tbody tr .personal_reception_place {
  min-width: 170px;
}
#right_content #mobile_reception .table_tariff tbody tr .personal_reception_date {
  min-width: 100px;
}
#right_content #mobile_reception .table_tariff tbody tr .name {
  font-size: 10px;
  line-height: 14px;
}
#right_content #mobile_reception .table_tariff tbody .section_name_mobile_reception {
  background: #ccc;
  width: 100%;
  min-height: 50px;
}
#right_content #mobile_reception .table_tariff tbody .section_name_mobile_reception td {
  width: 100%;
  min-height: 50px;
}
#right_content #investment_proposals .wrap_investors {
  width: 100%;
  height: auto;
  border: 6px solid #3287ba;
  margin-bottom: 50px;
}
#right_content #investment_proposals .wrap_investors h3 {
  margin-bottom: 0;
  padding: 27px 37px 15px 37px;
}
#right_content #investment_proposals .wrap_investors ul {
  list-style: none;
  padding-bottom: 30px;
  padding-right: 40px;
}
#right_content #investment_proposals .wrap_investors ul li a {
  color: #166c9f;
  text-decoration: underline;
}
#right_content #investment_proposals .wrap_investors ul li a span {
  color: #166c9f;
}
#right_content #investment_proposals .wrap_investors ul li a:hover {
  color: #9b330f;
}
#right_content #investment_proposals .wrap_investors ul li a:hover span {
  color: #9b330f;
}
#right_content #wrap_economics_investment_detail .wrap_img_investors {
  width: 230px;
  height: 170px;
  overflow: hidden;
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
}
#right_content #wrap_economics_investment_detail .wrap_files_investors {
  padding-left: 15px;
  float: left;
}
#right_content #wrap_economics_investment_detail .wrap_files_investors .file_to_download {
  width: 220px;
  float: left;
  padding-bottom: 15px;
}
#right_content #resume {
  position: relative;
  z-index: 200;
  height: 720px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 90px;
  background: #f5f5f5;
  border-top: 1px solid white;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  behavior: url("../pie/PIE.htc");
}
#right_content #resume .twice_border {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: url("../ii/twice_border.png") repeat-x 0 0;
}
#right_content #resume form {
  padding-top: 30px;
  padding-left: 42px;
}
#right_content #resume form .label_wrap {
  float: left;
  width: 148px;
  min-height: 38px;
  padding-top: 7px;
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
}
#right_content #resume form .field_wrap {
  float: left;
  width: 535px;
  min-height: 45px;
}
#right_content #resume form .field_wrap.error input, #right_content #resume form .field_wrap.error textarea {
  border-color: red;
}
#right_content #resume form .field_wrap input {
  padding: 0 10px;
}
#right_content #resume form .field_wrap.user_name input, #right_content #resume form .field_wrap.user_email input, #right_content #resume form .field_wrap.user_address input {
  width: 325px;
  height: 29px;
}
#right_content #resume form .field_wrap.user_phone input {
  width: 177px;
  height: 29px;
}
#right_content #resume form .field_wrap.answer textarea {
  width: 480px;
  max-width: 480px;
  height: 95px;
  max-height: 95px;
  padding: 10px;
}
#right_content #resume form .field_wrap.question_text #listbox {
  width: 345px;
  height: 29px;
  overflow: hidden;
  position: absolute;
  background: url("../ii/checkbox_list.png") no-repeat 326px 13px white;
}
#right_content #resume form .field_wrap.question_text #listbox span {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
}
#right_content #resume form .field_wrap.question_text #listbox .elem, #right_content #resume form .field_wrap.question_text #listbox .first {
  height: 23px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
#right_content #resume form .field_wrap.question_text #listbox .elem:hover {
  background: #166c9f;
}
#right_content #resume form .field_wrap.question_text #listbox .elem:hover span {
  color: white;
}
#right_content #resume form .field_wrap input {
  width: 325px;
  height: 29px;
  margin-bottom: 14px;
}
#right_content #resume form .field_wrap input.phone {
  width: 197px;
}
#right_content #resume form .field_wrap textarea {
  width: 500px;
  height: 115px;
  resize: none;
  margin-bottom: 15px;
  padding: 10px;
}
#right_content #resume form .submit {
  float: left;
  width: 200px;
  height: 50px;
  margin-top: 80px;
  margin-bottom: 30px;
  margin-left: 148px;
}
#right_content #resume form .submit .btn_inner {
  padding-top: 15px;
}
#right_content #resume form .submit .btn_inner span {
  font-size: 24px;
}
#right_content #resume form #captcha {
  height: 60px;
  float: left;
  margin-top: 40px;
}
#right_content #resume form #captcha input {
  height: 30px;
  width: 100px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #resume form #captcha img {
  height: 45px;
  width: 130px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #resume form #captcha b {
  padding-left: 149px;
}
#right_content #resume form #captcha span.input_simbols {
  padding-left: 149px;
} 
#right_content #to_appeal_form form #captcha {
  height: 60px;
  float: left;
  margin-top: 60px;
}
#right_content #to_appeal_form form #captcha input {
  height: 30px;
  width: 100px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #to_appeal_form form #captcha img {
  height: 45px;
  width: 130px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #to_appeal_form form #captcha b {
  padding-left: 149px;
}
#right_content #to_appeal_form form #captcha span.input_simbols {
  padding-left: 149px;
}
#right_content #resume .checkbox {
  position: absolute;
  top: 466px;
  left: 190px;
  width: 22px;
  height: 22px;
}
#right_content #resume .checkbox_text {
  position: absolute;
  top: 467px;
  left: 230px;
  font: 14px Verdana, Geneva, sans-serif;
  color: #404040;
}
#right_content #resume .checkbox_text a {
  font-size: 14px;
}
#right_content #support {
  position: relative;
  z-index: 10;
  height: 710px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 90px;
  background: #f5f5f5;
  border-top: 1px solid white;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  behavior: url("../pie/PIE.htc");
}
#right_content #support .twice_border {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: url("../ii/twice_border.png") repeat-x 0 0;
}
#right_content #support form {
  padding-top: 30px;
  padding-left: 42px;
}
#right_content #support form .label_wrap {
  float: left;
  width: 148px;
  min-height: 38px;
  padding-top: 7px;
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
}
#right_content #support form .field_wrap {
  float: left;
  width: 535px;
  min-height: 45px;
}
#right_content #support form .field_wrap.error input, #right_content #support form .field_wrap.error textarea {
  border-color: red;
}
#right_content #support form .field_wrap input {
  padding: 0 10px;
}
#right_content #support form .field_wrap.user_name input, #right_content #support form .field_wrap.user_email input, #right_content #support form .field_wrap.user_address input {
  width: 325px;
  height: 29px;
}
#right_content #support form .field_wrap.user_phone input {
  width: 177px;
  height: 29px;
}
#right_content #support form .field_wrap.answer textarea {
  width: 480px;
  max-width: 480px;
  height: 95px;
  max-height: 95px;
  padding: 10px;
}
#right_content #support form .field_wrap.question_text #listbox {
  width: 345px;
  height: 29px;
  overflow: hidden;
  position: absolute;
  background: url("../ii/checkbox_list.png") no-repeat 326px 13px white;
}
#right_content #support form .field_wrap.question_text #listbox span {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
}
#right_content #support form .field_wrap.question_text #listbox .elem, #right_content #support form .field_wrap.question_text #listbox .first {
  height: 23px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
#right_content #support form .field_wrap.question_text #listbox .elem:hover {
  background: #166c9f;
}
#right_content #support form .field_wrap.question_text #listbox .elem:hover span {
  color: white;
}
#right_content #support form .field_wrap input {
  width: 325px;
  height: 29px;
  margin-bottom: 14px;
}
#right_content #support form .field_wrap input.error {
  border-color: red;
}
#right_content #support form .field_wrap input.phone {
  width: 197px;
}
#right_content #support form .field_wrap textarea {
  width: 500px;
  height: 115px;
  resize: none;
  margin-bottom: 15px;
  padding: 10px;
}
#right_content #support form .field_wrap textarea.error {
  border-color: red;
}
#right_content #support form .submit {
  float: left;
  width: 200px;
  height: 50px;
  margin-top: 87px;
  margin-bottom: 30px;
  margin-left: 148px;
}
#right_content #support form .submit .btn_inner {
  padding-top: 15px;
}
#right_content #support form .submit .btn_inner span {
  font-size: 24px;
}
#right_content #support form #captcha {
  height: 60px;
  float: left;
  margin-top: 7px;
}
#right_content #support form #captcha input {
  height: 30px;
  width: 100px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #support form #captcha img {
  height: 45px;
  width: 130px;
  margin-left: 149px;
  margin-bottom: 10px;
}
#right_content #support form #captcha b {
  padding-left: 149px;
}
#right_content #support form #captcha span.input_simbols {
  padding-left: 149px;
}
#right_content #support .checkbox {
  position: absolute;
  top: 466px;
  left: 190px;
  width: 22px;
  height: 22px;
}
#right_content #support .checkbox.error {
  border-color: red;
}
#right_content #support .checkbox_text {
  position: absolute;
  top: 467px;
  left: 230px;
  font: 14px Verdana, Geneva, sans-serif;
  color: #404040;
}
#right_content #support .checkbox_text a {
  font-size: 14px;
}
#right_content #contacts_ru_wrap div {
  line-height: 20px;
  margin-bottom: 32px;
}
#right_content #contacts_ru_wrap h4 {
  margin-bottom: 8px;
}
#right_content #contacts_ru_wrap .closed_link {
  color: #0e63a1;
  border-bottom: 1px dashed #0e63a1;
  cursor: pointer;
}
#right_content #contacts_ru_wrap .closed_link ul {
  display: none;
}
#right_content #contacts_ru_wrap .closed_link ul .first_li {
  margin-top: 15px;
}
#right_content #contacts_ru_wrap .closed_link:hover {
  color: #9b330f;
  border-bottom: 1px dashed #9b330f;
}

.breadcrumbs {
  display: block;
  cursor: default;
  padding: 0;
}
.breadcrumbs li {
  list-style-type: none;
  display: inline;
  color: #9e9e9e;
  padding: 0;
}
.breadcrumbs li span {
  color: #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
}
.breadcrumbs li span:hover {
  border-bottom: 1px solid black;
}
.breadcrumbs a {
  text-decoration: none;
}

#main_news_block {
  width: 730px;
  height: 353px;
  float: left;
  margin-top: 45px;
  position: relative;
  -webkit-box-shadow: 0px 2px 7px -2px grey;
  -moz-box-shadow: 0px 2px 7px -2px grey;
  box-shadow: 0px 2px 7px -2px grey;
}
#main_news_block .detail_news_banner {
  position: absolute;
  width: 263px;
  height: 59px;
  left: -23px;
  top: 20px;
  background: url("../ii/detail_banner.png") no-repeat 0 0;
  z-index: 10;
}
#main_news_block .detail_news_banner span {
  position: relative;
  top: 7px;
  left: 30px;
  font: bold 24px "Calibri";
  color: white;
}
#main_news_block #detail_news {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#main_news_block #detail_news .detail_news {
  position: absolute;
  height: 353px;
}
#main_news_block #detail_news .news_image {
  height: 100%;
  width: 486px;
  float: left;
  overflow: hidden;
}
#main_news_block #detail_news .news_image .news_anons {
  position: absolute;
  width: 100%;
  max-width: 486px;
  bottom: 0;
  background: url("../ii/detail_news_anons.png") 0 0;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -khtml-border-radius: 0 0 0 4px;
  behavior: url("../pie/PIE.htc");
}
#main_news_block #detail_news .news_image .news_anons a {
  display: block;
  font: normal 14px Verdana, Geneva, sans-serif;
  color: white;
  padding: 18px;
  text-decoration: none;
}
#main_news_block #detail_news img {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -khtml-border-radius: 4px 0 0 4px;
  behavior: url("../pie/PIE.htc");
}
#main_news_block #detail_news .detail_news_link {
  position: absolute;
  right: 0;
  width: 249px;
  padding-left: 20px;
  height: 117px;
  text-decoration: none;
  border: 0;
}
#main_news_block #detail_news .detail_news_link span {
  display: block;
}
#main_news_block #detail_news .detail_news_link span.short_anons {
  padding: 10px 20px;
  padding-top: 12px;
  font: normal 12px Verdana, Geneva, sans-serif;
  color: black;
  line-height: 20px;
  max-height: 74px;
  overflow: hidden;
  text-shadow: 0px 1px 0px white;
}
#main_news_block #detail_news .detail_news_link .date_anons {
  padding: 0 20px;
  padding-bottom: 20px;
  font: normal 12px Verdana, Geneva, sans-serif;
  color: #737272;
  text-shadow: 0px 1px 0px white;
}
#main_news_block #detail_news .detail_news_link .news_link_wrap {
  height: 117px;
  border-bottom: 1px solid #cdcdcd;
  background: url("../ii/detail_news_bg.png") repeat-x 0 -117px;
}
#main_news_block #detail_news .detail_news_link .news_link_wrap:hover {
  background: url("../ii/detail_news_bg.png") repeat-x 0 0;
}
#main_news_block #detail_news .detail_news_link.hightlight {
  background: url("../ii/news_link_bg.png") no-repeat left center;
}
#main_news_block #detail_news .detail_news_link.hightlight .news_link_wrap {
  background: url("../ii/detail_news_bg.png") repeat-x 0 0;
}
#main_news_block #detail_news .detail_news_link.link2 {
  top: 118px;
}
#main_news_block #detail_news .detail_news_link.link3 {
  top: 236px;
}
#main_news_block #detail_news .detail_news_link.link3 .news_link_wrap {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
  -khtml-border-radius: 0 0 4px 0;
  behavior: url("../pie/PIE.htc");
}
#main_news_block #detail_news .news1 {
  display: block;
}
#main_news_block #detail_news .news2 {
  display: none;
}
#main_news_block #detail_news .news3 {
  display: none;
}

#gkh_block {
  width: 230px;
  min-height: 353px;
  float: right;
  margin-top: 45px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
}
#gkh_block .info_wrap {
  padding: 5px 20px 10px 32px;
}
#gkh_block a {
  display: block;
  text-decoration: none;
}
#gkh_block a span {
  padding-bottom: 1px;
  font-size: 11px;
  color: #166c9f;
  line-height: 18px;
  border-bottom: 1px solid #acc5d8;
}
#gkh_block a:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
#gkh_block #gkh_second_info, #gkh_block #gkh_third_info {
  padding: 4px 0;
}
#gkh_block #gkh_first_info, #gkh_block #gkh_second_info, #gkh_block #gkh_third_info, #gkh_block #gkh_fourth_info {
  width: 100%;
  background: url("../ii/gkh_bg.png") repeat-x left bottom;
}
#gkh_block #gkh_first_info h3, #gkh_block #gkh_second_info h3, #gkh_block #gkh_third_info h3, #gkh_block #gkh_fourth_info h3 {
  margin-bottom: 10px;
}
#gkh_block #gkh_first_info .single, #gkh_block #gkh_second_info .single, #gkh_block #gkh_third_info .single, #gkh_block #gkh_fourth_info .single {
  height: 37px;
  font: 16px "Calibri";
  color: black;
  line-height: 20px;
}
#gkh_block #gkh_first_info .phone, #gkh_block #gkh_second_info .phone, #gkh_block #gkh_third_info .phone, #gkh_block #gkh_fourth_info .phone {
  height: 26px;
  font: bold 24px "Calibri";
  color: black;
}
#gkh_block #gkh_first_info .around_clock, #gkh_block #gkh_second_info .around_clock, #gkh_block #gkh_third_info .around_clock, #gkh_block #gkh_fourth_info .around_clock {
  font: 16px "Calibri";
  color: #509860;
}

#mainpage_news {
  width: 100%;
  min-height: 165px;
  margin-top: 25px;
  position: relative;
}
#mainpage_news #news_title_row {
  height: 40px;
  border-bottom: 1px solid #cccccc;
}
#mainpage_news #news_title_row a.news_read_all {
  position: absolute;
  top: 9px;
  left: 251px;
  border: 0;
  padding-right: 11px;
  text-decoration: none;
  background: url("../ii/news_read_all.png") no-repeat right 7px;
}
#mainpage_news #news_title_row a.news_read_all span {
  color: #0e63a1;
  border-bottom: 1px solid #0e63a1;
}
#mainpage_news #news_title_row a.news_read_all:hover {
  background: url("../ii/news_read_all.png") no-repeat right -13px;
}
#mainpage_news #news_title_row a.news_read_all:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
#mainpage_news .news {
  float: left;
  width: 250px;
  min-height: 110px;
  padding-bottom: 30px;
}
#mainpage_news .news.item4 {
  width: 230px !important;
}
#mainpage_news .news .news_wrap {
  padding-top: 15px;
  padding-right: 25px;
}
#mainpage_news .news .news_wrap .news_anons a {
  display: block;
}
#mainpage_news .news .news_wrap .news_date {
  padding-top: 14px;
  font: 12px Verdana, Geneva, sans-serif;
  color: #737272;
}

#mainpage_useful {
  position: relative;
  width: 973px;
  left: 0px;
  padding: 5px;
  margin-bottom: 24px;
  background: #3287ba;
}
#mainpage_useful #useful_inner {
  background: white;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}
#mainpage_useful #useful_inner .theme_row {
  width: 96%;
  min-height: 56px;
  margin: 0 auto;
}
#mainpage_useful #useful_inner .theme_row .theme {
  float: left;
  width: 276px;
  padding: 15px 25px;
}
#mainpage_useful #useful_inner a {
  float: left;
  text-decoration: none;
}
#mainpage_useful #useful_inner a img {
  float: left;
}
#mainpage_useful #useful_inner a div {
  display: table-cell;
  vertical-align: middle;
}
#mainpage_useful #useful_inner a div.img {
  padding-right: 17px;
}
#mainpage_useful #useful_inner a div span {
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
  border-bottom: 1px solid #b2b2b2;
  line-height: 18px;
}
#mainpage_useful #useful_inner a:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
#mainpage_useful #useful_inner a:hover img {
  -webkit-filter: brightness(0.2);
  -moz-filter: brightness(0.2);
  -ms-filter: brightness(0.2);
  -o-filter: brightness(0.2);
  filter: brightness(0.2);
}

#useful_infography {
  position: relative;
}
#useful_infography .infography {
  float: left;
  poition: relative;
  left: 0px;
  width: 25%;
  text-align: center;
}
#useful_infography .infography.item4 {
  width: 230px !important;
}
#useful_infography .infography img {
  margin-bottom: 11px;
  border: 3px solid transparent;
}
#useful_infography .infography .item_wrap {
  display: block;
  text-decoration: none;
  position: relative;
}
#useful_infography .infography .item_wrap .info_link_wrap span {
  color: #166c9f;
  border-bottom: 1px solid #acc5d8;
}
#useful_infography .infography .item_wrap:hover .info_link_wrap span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
#useful_infography .infography .item_wrap:hover span.img_border {
  border-color: #9b330f;
  z-index: 500;
}
#useful_infography .infography .item_wrap span.img_border {
  position: absolute;
  width: 227px;
  height: 125px;
  top: -1px;
  left: 0px;
  border: 3px solid transparent;
}
#useful_infography .infography .infographic_wrap_img {
  position: relative;
  width: 230px;
  height: 127px;
  overflow: hidden;
}
#useful_infography .infography .info_link_wrap {
  display: block;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-top: 19px;
}
#useful_infography a.read_all {
  position: absolute;
  top: 9px;
  left: 251px;
  border: 0;
  padding-right: 11px;
  text-decoration: none;
  background: url("../ii/news_read_all.png") no-repeat right 7px;
}
#useful_infography a.read_all span {
  color: #0e63a1;
  border-bottom: 1px solid #0e63a1;
}
#useful_infography a.read_all:hover {
  background: url("../ii/news_read_all.png") no-repeat right -13px;
}
#useful_infography a.read_all:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}

.thematic_typography {
  width: 100%;
  overflow: hidden;
  background: whitesmoke url("../ii/inf_grad.png") repeat-x left top;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
}
.thematic_typography h4 {
  margin-top: 15px;
  margin-bottom: 11px;
  padding-left: 18px;
  font: bold 20px "Calibri";
  color: #353535;
}
.thematic_typography .infography-wrap {
  float: left;
  width: 158px;
  margin: 0 0 11px 16px;
}
.thematic_typography .infography-wrap.first {
  margin-left: 18px;
}
.thematic_typography .infography-wrap .infography {
  width: 158px;
  height: 112px;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thematic_typography .infography-wrap .infography:hover {
  padding: 0;
  border: 2px solid #3287ba;
}
.thematic_typography .infography-wrap .infography:hover img {
  left: -2px;
  top: -2px;
}
.thematic_typography .infography-wrap a {
  color: #166c9f;
}
.thematic_typography .infography-wrap a span {
  color: #166c9f;
  border-bottom: 1px solid #acc5d8;
}
.thematic_typography .infography-wrap a:hover {
  color: #9b330f;
}
.thematic_typography .infography-wrap a:hover span {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
.thematic_typography .infography-wrap.inactive {
  height: 112px;
  background: #ebebeb;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

#kostroma_gid {
  width: 100%;
  height: 265px;
  margin-top: 8px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#kostroma_gid.map {
  border-bottom: none;
}
#kostroma_gid #gid_wrap {
  width: auto;
  height: 100%;
  margin: 0 auto;
  padding-top: 24px;
  position: relative;
}
#kostroma_gid #gid_wrap h3 {
  margin-bottom: 19px;
}
#kostroma_gid #gid_wrap .sly {
  overflow: hidden;
  height: 120px;
  width: 656px;
  margin: 0 auto;
}
#kostroma_gid #gid_wrap .sly ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
#kostroma_gid #gid_wrap .sly ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 4px 0 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: left;
  width: 161px;
  height: 100%;
}
#kostroma_gid #gid_wrap .sly ul li a {
  display: block;
}
#kostroma_gid #gid_wrap .sly ul li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#kostroma_gid #gid_wrap .sly ul li a .gid_item_text {
  position: absolute;
  bottom: 0;
  text-align: left;
}
#kostroma_gid #gid_wrap .sly ul li a .gid_item_text .bg {
  position: absolute;
  width: 100%;
  opacity: 0.9;
  height: 100%;
  background: #39a8e6;
  background: -moz-linear-gradient(top, #39a8e6, #3889bc);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #39a8e6), color-stop(100%, #3889bc));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #39a8e6, #3889bc);
  background: -o-linear-gradient(top, #39a8e6, #3889bc);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #39a8e6, #3889bc);
  /* IE10 */
  background: linear-gradient(top, #39a8e6, #3889bc);
  /* CSS3 */
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  -khtml-border-radius: 0px 0px 4px 4px;
  behavior: url("../pie/PIE.htc");
}
#kostroma_gid #gid_wrap .sly ul li a .gid_item_text div {
  z-index: 2;
  padding: 5px;
  padding-left: 7px;
  padding-bottom: 8px;
  min-width: 154px;
  max-width: 164px;
  min-height: 32px;
  font: bold 12px Verdana, Geneva, sans-serif;
  color: white;
  text-shadow: 0px 1px 0px #404040;
  line-height: 16px;
  position: relative;
}
#kostroma_gid #gid_wrap .sly ul li a:hover .bg {
  background: #bb4c25;
  background: -moz-linear-gradient(top, #bb4c25, #912f0c);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bb4c25), color-stop(100%, #912f0c));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #bb4c25, #912f0c);
  background: -o-linear-gradient(top, #bb4c25, #912f0c);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bb4c25, #912f0c);
  /* IE10 */
  background: linear-gradient(top, #bb4c25, #912f0c);
  /* CSS3 */
}
#kostroma_gid #gid_wrap .sly ul li .round {
  position: absolute;
  width: 4px;
  height: 4px;
  bottom: 0;
  z-index: 150;
  background: url("../ii/round.png") no-repeat left top;
}
#kostroma_gid #gid_wrap .sly ul li .round.right {
  right: 0;
  background: url("../ii/round.png") no-repeat right top;
}
#kostroma_gid #gid_wrap .scrollbar {
  background: #e7e7e7;
  margin-top: 25px;
  height: 8px;
}
#kostroma_gid #gid_wrap .scrollbar .handle {
  background: #1675af;
  cursor: pointer;
  width: 290px;
  height: 100%;
}
#kostroma_gid #gid_wrap button {
  position: absolute;
  width: 35px;
  height: 122px;
  top: 59px;
}
#kostroma_gid #gid_wrap button.prev {
  left: 0px;
}
#kostroma_gid #gid_wrap button.next {
  right: 0px;
}
#kostroma_gid #gid_wrap button.next img {
  position: relative;
  left: 3px;
}

.btn {
  margin-bottom: 0;
  color: #333333;
  background-color: #f5f5f5;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.75);
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#333', GradientType=0);
  border: 1px solid #e3e3e3;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 white, 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 0 white, 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 white, 0 1px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, white, #f1f1f1);
  background-image: -ms-linear-gradient(top, white, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, white, #f1f1f1);
  background-image: -o-linear-gradient(top, white, #f1f1f1);
  background-image: linear-gradient(top, white, #f1f1f1);
}

#share {
  width: 100%;
  height: 66px;
  position: relative;
  border-top: 1px solid #CCC;
  top: -1px;
}
#share #share_inner {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#share #share_inner #likes {
  margin-top: 23px;
  position: absolute;
  left: 0;
}
#share #share_inner #likes .vk {
  width: 82px;
  overflow: hidden;
}
#share #share_inner #likes .g_plus {
  width: 70px;
  overflow: hidden;
}
#share #share_inner #likes .mail {
  width: 242px;
}
#share #share_inner #likes .like {
  float: left;
  margin-right: 10px;
  position: relative;
}

#footer {
  position: relative;
  width: 100%;
  min-height: 160px;
}
#footer #footer_top {
  width: 100%;
  min-height: 527px;
  max-height: 100%;
  background: url("../ii/footer_top_bg.png") repeat-x left top #104366;
}
#footer #footer_top.en {
  height: 64px;
  min-height: 0;
}
#footer #footer_top #footer_top_inner {
  width: 980px;
  margin: 0 auto;
}
#footer #footer_top #footer_top_inner #follow_social {
  width: 100%;
  height: 65px;
}
#footer #footer_top #footer_top_inner #follow_social h3 {
  float: left;
  margin-top: 15px;
  margin-bottom: 0;
  color: white;
  text-shadow: 0px 1px 0px #404040;
}
#footer #footer_top #footer_top_inner #follow_social #socials {
  width: 247px;
  height: 39px;
  float: right;
  margin-top: 16px;
  margin-right: 230px;
}
#footer #footer_top #footer_top_inner #follow_social #socials a {
  float: left;
  width: 35px;
  height: 34px;
  margin-right: 4px;
  cursor: pointer;
}
#footer #footer_top #footer_top_inner #follow_social #socials .vk {
  background: url("../ii/socials/vk.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .facebook {
  background: url("../ii/socials/facebook.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .twitter {
  background: url("../ii/socials/twitter.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .g_plus {
  background: url("../ii/socials/g_plus.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .rss {
  background: url("../ii/socials/rss.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .youtube {
  background: url("../ii/socials/youtube.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #follow_social #socials .instagram {
  background: url("../ii/socials/instagram.png") no-repeat left top;
}
#footer #footer_top #footer_top_inner #bottom_menu {
  float: left;
  margin-top: 28px;
  padding-bottom: 20px;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu {
  padding: 0;
  list-style-type: none;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu ul, #footer #footer_top #footer_top_inner #bottom_menu #footer_menu li {
  list-style-type: none;
  padding: 0;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  padding-bottom: 14px;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level .menu-news-link {
  padding-bottom: 26px;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level a.root-item, #footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level a.root-item-selected {
  font: bold 18px "Calibri";
  color: white;
  text-shadow: 0px 1px 0px #404040;
  text-decoration: none;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level li {
  line-height: 18px;
  padding: 3px 0px;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level li a {
  font: 12px Verdana, Geneva, sans-serif;
  color: #c6eafe;
  text-decoration: none;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level li a:hover {
  color: #ffe345;
}
#footer #footer_top #footer_top_inner #bottom_menu #footer_menu .first_level li.selected a {
  color: #ffe345;
}
#footer #footer_bottom {
  width: 100%;
  height: 157px;
  float: left;
  background: url("../ii/footer_bottom_bg.png") repeat-x left top;
}
#footer #footer_bottom #footer_bottom_inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#footer #footer_bottom #footer_bottom_inner #copyright {
  position: absolute;
  top: 39px;
}
#footer #footer_bottom #footer_bottom_inner #copyright .copy {
  margin-bottom: 10px;
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #copyright .copy span {
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #contacts {
  position: absolute;
  top: 39px;
  left: 377px;
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #contacts span {
  line-height: 20px;
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #msnet {
  position: absolute;
  top: 39px;
  right: 65px;
}
#footer #footer_bottom #footer_bottom_inner #msnet span {
  color: #406c8d;
}
#footer #footer_bottom #footer_bottom_inner #msnet .msnet {
  color: #c6eafe;
  line-height: 20px;
}
#footer #footer_bottom #footer_bottom_inner #msnet .msnet:hover {
  color: #ffe345;
}
#structure_wrap .structure_list .bg_ {
  position: absolute;
  bottom: 0;
  left: 35px;
  width: 42px;
  height: 537px;
  background: white;
}
#structure_wrap .structure_list .bg_2 {
  position: absolute;
  bottom: 0;
  left: 120px;
  width: 42px;
  height: 40px;
  background: white;
}
#structure_wrap .structure_list .bg_.second {
  height: 36px;
}
#structure_wrap .structure_list.depth_level1 {
  padding-left: 0;
  margin-left: 0;
}
#structure_wrap .structure_item {
  float: left;
  position: relative;
  min-height: 122px;
  width: 100%;
  list-style-type: none;
  background: url("../ii/structure.png") no-repeat 15px 56px;
  padding-left: 84px;
}
#structure_wrap .structure_item.n_img {
  min-height: 90px !important;
}
#structure_wrap .structure_item.n_img .item_content_wrap {
  min-height: 60px !important;
}
#structure_wrap .structure_item.n_img .name_n_i {
  padding-bottom: 15px !important;
}
#structure_wrap .structure_item.depth_level1 {
  width: 63%;
}
#structure_wrap .structure_item.depth_level2 {
  width: 90%;
}
#structure_wrap .structure_item.depth_level3 {
  width: 85%;
}
#structure_wrap .structure_item a {
  float: left;
  width: 100%;
}
#structure_wrap .structure_item a:hover .item_content_wrap {
  background: #f3f3f3;
}
#structure_wrap .structure_item a:hover .caption div, #structure_wrap .structure_item a:hover .caption_n_i div {
  border-bottom: 1px solid #444444;
}
#structure_wrap .structure_item.depth_level1 {
  padding-left: 0;
  background: none !important;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap.first {
  margin-bottom: 17px;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap {
  float: left;
  min-height: 105px;
  background: white;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap .item_content_wrap {
  min-height: 124px;
  background: white;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap.first, #structure_wrap .structure_item.depth_level1 .item_content_wrap.second, #structure_wrap .structure_item.depth_level1 .item_content_wrap.third, #structure_wrap .structure_item.depth_level1 .item_content_wrap.fourth {
  padding-top: 15px;
  padding-left: 15px;
  min-height: 99px;
}
#structure_wrap .structure_item.depth_level1 .item_content_wrap.first {
  min-height: 100px;
}
#structure_wrap .structure_item div.img {
  position: absolute;
  width: 105px;
  height: 100%;
}
#structure_wrap .structure_item .caption_n_i {
  float: left;
  padding-bottom: 8px;
  line-height: 20px;
}
#structure_wrap .structure_item .caption_n_i div {
  font: 16px "Calibri";
  color: black;
  width: 93%;
  min-width: 170px;
  display: inline;
  border-bottom: 1px solid #d9d9d9;
}
#structure_wrap .structure_item .name_n_i {
  float: left;
  padding-bottom: 19px;
  line-height: 20px;
}
#structure_wrap .structure_item .name_n_i div {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
  min-width: 200px;
}
#structure_wrap .structure_item .caption div {
  font: 16px "Calibri";
  color: black;
  width: 93%;
  min-width: 170px;
  display: inline;
  border-bottom: 1px solid #d9d9d9;
}
#structure_wrap .structure_item .name {
  float: left;
  width: 60%;
  padding-left: 105px;
  padding-bottom: 19px;
  line-height: 20px;
}
#structure_wrap .structure_item .name div {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
  min-width: 200px;
}

.struct-docs {
  padding-top: 25px;
}

#files.budget {
  margin-bottom: 20px;
}
#files.budget .file_to_download {
  float: left;
  width: 45.7%;
  padding-right: 30px;
  margin-bottom: 15px;
  position: relative;
}
#files.budget .file_to_download .file_type {
  position: absolute;
  top: 5px;
}
#files.budget .file_to_download a.file_name {
  display: block;
  text-decoration: none;
  margin-left: 50px;
  margin-bottom: 5px;
}
#files.budget .file_to_download .file_info {
  margin-left: 50px;
}
#files.budget.long {
  width: 100%;
}
#files .private_transport_block {
  text-align: center;
  float: left;
  width: 35.7%;
  margin-bottom: 15px;
  position: relative;
  border: 6px solid #3287ba;
  border-radius: 5px;
  padding: 23px 38px;
}
#files .private_transport_block.left {
  margin-right: 16px;
}
#files .private_transport_block.right {
  margin-left: 14px;
}
#files .private_transport_block a {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
#files .tariffs {
  float: left;
  width: 203px;
  height: 20px;
  border: 6px solid #3287ba;
  border-radius: 5px;
  text-align: center;
  margin-right: 42px;
  padding: 25px 0;
  margin-bottom: 20px;
}
#files .tariffs.right_margin_0 {
  margin-right: 0;
}

.budget_filter_form_text input.inputcheckbox {
  display: none;
}

.feedback.thematic_typography {
  padding: 15px 0px;
  margin-bottom: 20px;
}
.feedback.thematic_typography .column {
  float: left;
  width: 226px;
  padding-right: 5px;
}
.feedback.thematic_typography .column.first {
  padding-left: 20px;
}
.feedback.thematic_typography .column.last {
  padding-right: 20px;
}
.feedback.thematic_typography .column span {
  display: block;
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.feedback.thematic_typography .column span a {
  padding-right: 15px;
  display: block;
  float: left;
}

#to_appeal_form {
  position: relative;
  z-index: 2;
  height: 650px;
  display: none;
  margin-top: 7px;
  opacity: 0;
  background: #f5f5f5;
  border-top: 1px solid white;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  behavior: url("../pie/PIE.htc");
}
#to_appeal_form .twice_border {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: url("../ii/twice_border.png") repeat-x 0 0;
}
#to_appeal_form form {
  padding-top: 30px;
  padding-left: 42px;
}
#to_appeal_form form .label_wrap {
  float: left;
  width: 148px;
  min-height: 38px;
  padding-top: 7px;
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
}
#to_appeal_form form .field_wrap {
  float: left;
  width: 535px;
  min-height: 45px;
}
#to_appeal_form form .field_wrap.error input, #to_appeal_form form .field_wrap.error textarea {
  border-color: red;
}
#to_appeal_form form .field_wrap input {
  padding: 0 10px;
}
#to_appeal_form form .field_wrap.user_name input, #to_appeal_form form .field_wrap.user_email input, #to_appeal_form form .field_wrap.user_address input {
  width: 325px;
  height: 29px;
}
#to_appeal_form form .field_wrap.user_phone input {
  width: 177px;
  height: 29px;
}
#to_appeal_form form .field_wrap.answer textarea {
  width: 480px;
  max-width: 480px;
  height: 95px;
  max-height: 95px;
  padding: 10px;
}
#to_appeal_form form .field_wrap.question_text #listbox {
  width: 345px;
  height: 29px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  background: url("../ii/checkbox_list.png") no-repeat 326px 13px white;
}
#to_appeal_form form .field_wrap.question_text #listbox span {
  font: 12px Verdana, Geneva, sans-serif;
  color: #404040;
}
#to_appeal_form form .field_wrap.question_text #listbox .elem, #to_appeal_form form .field_wrap.question_text #listbox .first {
  height: 23px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
#to_appeal_form form .field_wrap.question_text #listbox .elem:hover {
  background: #166c9f;
}
#to_appeal_form form .field_wrap.question_text #listbox .elem:hover span {
  color: white;
}
#to_appeal_form form .submit {
  float: left;
  width: 200px;
  height: 50px;
  margin-top: 84px;
  margin-bottom: 30px;
  margin-left: 148px;
}
#to_appeal_form form .submit .btn_inner {
  padding-top: 15px;
}
#to_appeal_form form .submit .btn_inner span {
  font-size: 24px;
}
#to_appeal_form .checkbox {
  position: absolute;
  top: 384px;
  left: 190px;
  width: 22px;
  height: 22px;
}
#to_appeal_form .checkbox.error {
  border: 1px solid red;
}
#to_appeal_form .checkbox_text {
  position: absolute;
  top: 385px;
  left: 230px;
  font: 14px Verdana, Geneva, sans-serif;
  color: #404040;
}
#to_appeal_form .checkbox_text a {
  font-size: 14px;
}

.appeal_addok {
  font-size: 14px;
  padding-top: 20px;
}

.select_tabs {
  width: 100%  !important;
  height: 48px !important;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, white, whitesmoke);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whitesmoke));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, whitesmoke);
  background: -o-linear-gradient(top, white, whitesmoke);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, whitesmoke);
  /* IE10 */
  background: linear-gradient(top, white, whitesmoke);
  /* CSS3 */
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
}
.select_tabs#head_menu {
  margin-bottom: 30px;
}
.select_tabs.link_block {
  height: 78px !important;
  margin: 25px 0;
  position: relative;
}
.select_tabs.link_block .slide_inner {
  width: 855px;
  margin: 0 auto;
  overflow: hidden;
}
.select_tabs.link_block .slide_inner .slide_wrap {  
  padding-top: 15px;
  position: relative;
  left: 0;
}
.select_tabs.link_block .slide_inner .slide_wrap a {
  float: left;
  padding-left: 15px;
  margin-right: 20px;
  background: url("../ii/slde_link.png") no-repeat left 7px;
}
.select_tabs.link_block .slide_inner .hide_end {
  position: absolute;
  width: 40px;
  height: 49px;
  right: 54px;
  top: 2px;
  z-index: 100;
  background: url("../ii/slde_opacity.png") no-repeat 0 0;
}
.select_tabs.link_block .lnks_btn {
  width: 41px;
  height: 38px;
  position: absolute;
  top: 6px;
}
.select_tabs.link_block .lnks_btn div {
  width: 100%;
  height: 100%;
}
.select_tabs.link_block .lnks_btn.left {
  left: 6px;
}
.select_tabs.link_block .lnks_btn.left div {
  background: url("../ii/slde_btn_arrows.png") no-repeat center 15px;
}
.select_tabs.link_block .lnks_btn.right {
  right: 6px;
}
.select_tabs.link_block .lnks_btn.right div {
  background: url("../ii/slde_btn_arrows.png") no-repeat 18px -24px;
}
.select_tabs .select_item {
  float: left;
  height: 48px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.select_tabs .select_item.item0 {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  -khtml-border-radius: 4px 0px 0px 4px;
  behavior: url("../pie/PIE.htc");
}
.select_tabs .select_item span, .select_tabs .select_item a {
  position: relative;
  top: 14px;
  color: #166c9f;
}
.select_tabs .select_item:hover, .select_tabs .select_item.active, .select_tabs .select_item.selected {
  background: #166c9f;
}
.select_tabs .select_item:hover span, .select_tabs .select_item.active span, .select_tabs .select_item.selected span {
  color: white;
}
.select_tabs.head .select_item.item0 {
  /*width: 82px;*/
}
.select_tabs.head .select_item.item1 {
  /*width: 105px;*/
}
.select_tabs.head .select_item.item2 {
  /*width: 106px;*/
}
.select_tabs.head .select_item.item3 {
 /*width: 118px;*/
}
.select_tabs.head .select_item.item3 {
  /*width: 118px;*/
}
.select_tabs.head .select_item.item4 {
  /*width: 98px;*/
}
.select_tabs.head .select_item.item5 {
  /*width: 120px;*/
}
.select_tabs.head .select_item.item6 {
  /*width: 101px;*/
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
  -khtml-border-radius: 0px 4px 4px 0px;
  behavior: url("../pie/PIE.htc");
}
.select_tabs.short {
  width: 161px !important;
  float: left;
}
.select_tabs.short.kindergarten {
  width: 208px !important;
}
.select_tabs.short a {
  padding: 0 11px !important;
}

form.budget_filter_form_text {
  position: absolute;
  width: 730px;
  top: 0;
}
form.budget_filter_form_text .normal_btn {
  position: absolute;
  right: 28px;
  top: 20px;
  width: 135px;
  height: 33px;
  z-index: 3;
}
form.budget_filter_form_text .normal_btn span {
  font-size: 14px;
  position: relative;
  top: 8px;
  padding-right: 10px;
}
form.budget_filter_form_text .normal_btn span.down {
  background: url("../ii/btn_arrow.png") no-repeat right -18px;
}
form.budget_filter_form_text .normal_btn span.up {
  background: url("../ii/btn_arrow.png") no-repeat right 7px;
}
form.budget_filter_form_text #search_top_panel, form.budget_filter_form_text .select_tabs {
  position: relative;
  height: 73px;
  width: 732px;
  margin-bottom: 20px;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, white, whitesmoke);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whitesmoke));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, whitesmoke);
  background: -o-linear-gradient(top, white, whitesmoke);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, whitesmoke);
  /* IE10 */
  background: linear-gradient(top, white, whitesmoke);
  /* CSS3 */
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
}
form.budget_filter_form_text #search_top_panel {
  margin-bottom: 0;
  z-index: 4;
}
form.budget_filter_form_text input.inputtext {
  position: absolute;
  height: 25px;
  width: 650px;
  top: 21px;
  left: 30px;
  padding: 2px 10px;
  z-index: 4;
}
form.budget_filter_form_text select.inputselect {
  position: absolute;
  bottom: 0px;
  display: none;
}
form.budget_filter_form_text input[type=submit] {
  position: absolute;
  top: 21px;
  right: 28px;
  width: 36px;
  height: 31px;
  border: 0;
  color: transparent;
  background: url("../ii/filter_search.png") no-repeat 0 0;
  z-index: 4;
}

#questions {
  position: relative;
  margin-top: 40px;
  z-index: 4;
}
#questions .question_item {
  margin-top: 25px;
  margin-bottom: 25px;
}
#questions .question_item.faq {
  margin-top: -10px;
  margin-bottom: 0;
}
#questions .question_item .item_numb {
  float: left;
  width: 185px;
  height: 25px;
  font: bold 12px Verdana, Geneva, sans-serif;
  color: black;
}
#questions .question_item .date_create_item {
  float: left;
  height: 25px;
  color: #404040;
  padding-right: 60px;
}
#questions .question_item .is_answer {
  height: 25px;
}
#questions .question_item .question_text span {
  line-height: 20px;
  color: #404040;
}
#questions .question_item .question_text.link {
  cursor: pointer;  
  text-align: justify;
}
#questions .question_item .question_text.link span {
  border-bottom: 1px dotted #7f7f7f;
}
#questions .question_item .answer_text {
  margin-top: 25px;
  position: relative;
}
#questions .question_item .answer_text .answer_wrap {
  padding: 5px;
  display: none;
  background: #3287ba;
}
#questions .question_item .answer_text .answer_wrap.faq {
  margin-bottom: 35px;
}
#questions .question_item .answer_text .answer_wrap .answer_inner {
  background: white;
  width: 100%;
  height: 100%; 
  text-align: justify;
}
#questions .question_item .answer_text .answer_wrap .answer_inner span {
  display: block;
  padding: 30px;
  color: #404040;
}
#questions .question_item .answer_text .triangle_wrap {
  position: relative;
  width: 100%;
  height: 1px;
}
#questions .question_item .answer_text .triangle_wrap .triangle_inner {
  position: absolute;
  left: 47.3%;
  bottom: 0px;
  height: 0px;
  width: 48px;
}
#questions .question_item .answer_text.faq {
  margin-top: 0;
}
#questions .question_item .answer_text.faq .triangle_wrap {
  margin-top: 25px;
}
#questions .result_pager {
  width: 100%;
  padding-top: 15px;
  margin-top: 35px;
  border-top: 1px solid #CCC;
}
#questions .result_pager .modern {
  color: #404040;
}
#questions .result_pager .numbers {
  margin-left: 73px;
}
#questions .result_pager .numbers span.nav_link {
  padding: 5px 8px;
}
#questions .result_pager .numbers span.nav_link a {
  color: #404040;
  text-decoration: none;
}
#questions .result_pager .numbers span.nav_link:hover a {
  color: #404040;
}
#questions .result_pager .numbers span.current_page {
  padding: 7px 10px;
  background: #166c9f;
  color: white;
}

#common {
  position: relative;
  color: #444444;
  line-height: 20px;
  color: #404040;
}
#common .interview_detail {
  color: #444444;
}
#common .interview_detail p {
  color: #444444;
}
#common .interview_preview {
  color: #444444;
}
#common img {
  margin-right: 20px;
}
#common img.nt {
  width: 40%;  
  height: 40%;
  margin-right: 35px;
  margin-top: 5px;
  margin-bottom: 20px;
  position: relative;
}
#common h3 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}
#common h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
#common li {
  line-height: 20px;
  color: #404040;
}
#common #photogallery_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}
#common #photogallery_wrap .photogallery_three_wrap {
  width: 100%;
  padding-bottom: 10px;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 230px;
  height: 170px;
  overflow: hidden;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 170px;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a .video_preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a p {
  display: block;
  position: absolute;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #000;
  bottom: 0;
  left: 0;
  color: #aaa;
  z-index: 1000;
  margin: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a .iframe_container {
  position: relative;
  z-index: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img a:hover p {
  color: #fff;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  width: 230px;
  height: 170px;
  overflow: hidden;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 170px;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a .video_preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a p {
  display: block;
  position: absolute;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #000;
  bottom: 0;
  left: 0;
  color: #aaa;
  z-index: 1000;
  margin: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a .iframe_container {
  position: relative;
  z-index: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .photogallery_img_right_column a:hover p {
  color: #fff;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 20px;
  width: 225px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a {
  color: #166c9f;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a span {
  color: #166c9f;
  text-decoration: underline;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a:hover {
  color: #9b330f !important;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a:hover span {
  color: #9b330f !important;
  text-decoration: underline;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a {
  display: block;
  position: relative;
  margin: auto;
  width: 223px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a .infographics_img_frame {
  width: 223px;
  height: 138px;
  border: 1px solid #cbcbcb;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a .infographics_img_frame .infographics_img {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 210px;
  height: 126px;
  overflow: hidden;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a span {
  display: block;
  margin-top: 10px;
  color: #166c9f;
  margin-bottom: 20px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a p {
  display: block;
  position: absolute;
  width: 100%;
  padding: 10px;
  padding-left: 20px;
  background: #000;
  bottom: 0;
  left: 0;
  color: #aaa;
  z-index: 1000;
  margin: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a .iframe_container {
  position: relative;
  z-index: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img a:hover p {
  color: #fff;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  width: 225px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a {
  color: #166c9f;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a span {
  color: #166c9f;
  text-decoration: underline;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a:hover {
  color: #9b330f !important;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a:hover span {
  color: #9b330f !important;
  text-decoration: underline;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a {
  display: block;
  position: relative;
  margin: auto;
  width: 223px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a .infographics_img_frame {
  width: 223px;
  height: 138px;
  border: 1px solid #cbcbcb;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a .infographics_img_frame .infographics_img {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 210px;
  height: 126px;
  overflow: hidden;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a span {
  display: block;
  margin-top: 10px;
  color: #166c9f;
  margin-bottom: 20px;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a p {
  display: block;
  position: absolute;
  width: 100%;
  padding: 10px;
  padding-left: 20px;
  background: #000;
  bottom: 0;
  left: 0;
  color: #aaa;
  z-index: 1000;
  margin: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a .iframe_container {
  position: relative;
  z-index: 0;
}
#common #photogallery_wrap .photogallery_three_wrap .wrap_infographics_img_right a:hover p {
  color: #fff;
}

.investmet {
  border-collapse: collapse;
  /* Убираем двойные линии между ячеек */
}
.investmet tr {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.investmet tr td, .investmet tr th {
  padding: 6px 12px;
  vertical-align: top;
  font-weight: normal;
}
.investmet tr th {
  text-align: left;
  width: 44%;
  padding-right: 10%;
}
.investmet tr td {
  text-align: left;
}
.investmet tr.last {
  border-bottom: none;
}
.investmet.small_table {
  width: 50%;
}
.investmet.small_table td {
  padding-left: 48%;
  text-align: center;
}
.investmet.small_table.capital th {
  width: 90%;
  text-align: left;
}
.investmet.small_table.capital td {
  text-align: left;
  padding-left: 6px;
}

.investment_section {
  float: left;
  padding-right: 30px;
  margin-bottom: 15px;
  position: relative;
  border: 6px solid #3287ba;
  border-radius: 5px;
  padding: 23px 38px;
}

#main_info, .investmet {
  margin-bottom: 20px;
}

#quote_slider {
  overflow: hidden;
  width: 410px;
  min-height: 100px;
  position: absolute;
  top: 420px;
  left: -25px;
  background: #2575ac;
  background: -moz-linear-gradient(top, #2575ac, #3f92c1);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2575ac), color-stop(100%, #3f92c1));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #2575ac, #3f92c1);
  background: -o-linear-gradient(top, #2575ac, #3f92c1);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2575ac, #3f92c1);
  /* IE10 */
  background: linear-gradient(top, #2575ac, #3f92c1);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2575ac', endColorstr='#3f92c1', GradientType=0);
  -webkit-box-shadow: 3px 3px 6px -3px #2b2b2b;
  -moz-box-shadow: 3px 3px 6px -3px #2b2b2b;
  box-shadow: 3px 3px 6px -3px #2b2b2b;
}
#quote_slider .wrap {
  position: relative;
  width: 820px;
}
#quote_slider .sptr {
  width: 100%;
  height: 0;
  border-top: 1px solid #2671a8;
  border-bottom: 1px solid #53a1ca;
  position: absolute;
  bottom: 35px;
}
#quote_slider .slide {
  padding: 12px 43px;
  padding-bottom: 46px;
  width: 324px;
  float: left;
}
#quote_slider .slide span {
  color: white;
}
#quote_slider .mark_wrap {
  position: absolute;
  bottom: 9px;
  width: 100%;
}
#quote_slider .markers {
  text-align: center;
}
#quote_slider .markers .mark {
  font-size: 8px;
  padding-right: 9px;
  cursor: pointer;
  margin-right: 15px;
  background: url("../ii/quote_slide.png") no-repeat 0 0;
}
#quote_slider .markers .mark:hover {
  background: url("../ii/quote_slide.png") no-repeat 0 -13px;
}
#quote_slider .markers .mark.current {
  background: url("../ii/quote_slide.png") no-repeat 0 -27px;
}
#quote_slider .quote {
  width: 14px;
  height: 15px;
  position: absolute;
}
#quote_slider .quote.up {
  top: 17px;
  left: 13px;
  background: url("../ii/quotes.png") no-repeat 0 0px;
}
#quote_slider .quote.down {
  bottom: 50px;
  right: 13px;
  background: url("../ii/quotes.png") no-repeat -20px 0px;
}

.table {
  width: 100%;
}
.table thead th {
  color: black;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  background: #eeeeee;
  border: 1px solid transparent;
}
.table thead th.first {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -khtml-border-radius: 4px 0 0 4px;
  behavior: url("../pie/PIE.htc");
}
.table thead th.last {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  behavior: url("../pie/PIE.htc");
}
.table thead th.numb {
  width: 45px;
}
.table thead th.doc_date {
  width: 80px;
}
.table thead th.view {
  width: 105px;
}
.table thead th.name {
  width: 300px;
}
.table thead th.pub_date {
  width: 100px;
}
.table thead th.file {
  width: 63px;
}
.table thead th.active_from {
  width: 64px !important;
}
.table thead th.active_to {
  width: 44px !important;
}
.table thead th.Nroute {
  width: 70px !important;
}
.table thead th.gosnomer {
  width: 133px !important;
}
.table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.table tbody tr td {
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 8px;
}
.table tbody tr td.name, .table tbody tr td.f a {
  font-size: 10px;
  line-height: 14px;
  text-decoration: none;
  color: #404040;
}
.table tbody tr td.f a {
  display: block;
  padding-top: 23px;
  height: 33px;
  background: url("../ii/dowld.png") no-repeat 12px 3px;
}
.table.queue_kindergarten td, .table.queue_kindergarten th {
  text-align: center;
}
.table.queue_kindergarten .first {
  width: 43px;
}

#search_result .table_search {
  text-align: left  !important;
  vertical-align: top;
}
#search_result .table_search th {
  width: 50%;
  vertical-align: top !important;
  padding: 5px 0;
}
#search_result .table_search th.bus {
  width: 30%;
}
#search_result .table_search td {
  width: 45%;
  padding-left: 5%;
  vertical-align: top !important;
  padding: 5px 0;
}
#search_result .table_search td.bus {
  width: 60%;
}

#official_messenger_wrap {
  position: relative;
}
#official_messenger_wrap #filter_doc_base {
  margin-bottom: 8px;
}
#official_messenger_wrap #filter_doc_base .number {
  float: left;
  margin-right: 8px;
}
#official_messenger_wrap #filter_doc_base .number input {
  width: 101px;
  height: 30px;
  padding: 0 10px;
}
#official_messenger_wrap #filter_doc_base .normal_btn {
  width: 30px;
  height: 30px;
}
#official_messenger_wrap #filter_doc_base .normal_btn .btn_inner {
  padding-top: 9px;
  padding-left: 2px;
}
#official_messenger_wrap #filter_doc_base.target-permits {
  float: left;
}
#official_messenger_wrap .select_tabs {
  margin-bottom: 10px;
}
#official_messenger_wrap .select_tabs .select_item {
  padding: 0px 10px;
}
#official_messenger_wrap .listbox {
  height: 25px;
  position: absolute;
  overflow: hidden;
  z-index: 50;
}
#official_messenger_wrap .listbox.shown {
  -webkit-box-shadow: 0px 1px 6px -3px grey;
  -moz-box-shadow: 0px 1px 6px -3px grey;
  box-shadow: 0px 1px 6px -3px grey;
}
#official_messenger_wrap .listbox.month {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 74px 12px white;
  left: 0px;
  top: 5px;
}
#official_messenger_wrap .listbox.year {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 75px 12px white;
  left: 100px;
  top: 5px;
}
#official_messenger_wrap .listbox .first, #official_messenger_wrap .listbox .elem {
  height: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
#official_messenger_wrap .listbox .first:hover a, #official_messenger_wrap .listbox .elem:hover a {
  border-bottom: 1px dotted #9b330f;
}
#official_messenger_wrap .listbox .first:hover a span, #official_messenger_wrap .listbox .elem:hover a span {
  color: #9b330f;
}
#official_messenger_wrap .listbox .first a, #official_messenger_wrap .listbox .elem a {
  text-decoration: none;
  border-bottom: 1px dotted #166c9f;
}
#official_messenger_wrap .listbox .first a span, #official_messenger_wrap .listbox .elem a span {
  color: #166c9f;
}
#official_messenger_wrap .search_type {
  float: left;
  padding: 7px 22px;
}
#official_messenger_wrap table {
  width: 100%;
}
#official_messenger_wrap table thead tr th {
  color: black;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  background: #eeeeee;
}
#official_messenger_wrap table thead tr .name {
  width: 470px;
}
#official_messenger_wrap table thead tr .file {
  width: 120px;
}
#official_messenger_wrap table thead tr .date {
  width: 135px;
}
#official_messenger_wrap table tbody tr td a {
  display: block;
  padding-top: 23px;
  height: 33px;
  background: url("../ii/dowld.png") no-repeat 12px 3px;
  width: 80px;
  margin: 0 auto;
}
#official_messenger_wrap table tbody tr .official_messenger_date {
  width: 80px;
}
#official_messenger_wrap table tbody tr .official_messenger_file {
  width: 120px;
}

#doc_base {
  position: relative;
}
#doc_base #filter_doc_base {
  margin-bottom: 8px;
}
#doc_base #filter_doc_base .number {
  float: left;
  margin-right: 8px;
}
#doc_base #filter_doc_base .number input {
  width: 101px;
  height: 30px;
  padding: 0 10px;
}
#doc_base #filter_doc_base .normal_btn {
  width: 30px;
  height: 30px;
}
#doc_base #filter_doc_base .normal_btn .btn_inner {
  padding-top: 9px;
  padding-left: 2px;
}
#doc_base #filter_doc_base.target-permits {
  float: left;
}
#doc_base .select_tabs {
  margin-bottom: 10px;
}
#doc_base .select_tabs .select_item {
  padding: 0px 10px;
}
#doc_base .listbox {
  height: 25px;
  position: absolute;
  overflow: hidden;
  z-index: 50;
}
#doc_base .listbox.shown {
  -webkit-box-shadow: 0px 1px 6px -3px grey;
  -moz-box-shadow: 0px 1px 6px -3px grey;
  box-shadow: 0px 1px 6px -3px grey;
}
#doc_base .listbox.month {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 74px 12px white;
  left: 187px;
  top: 5px;
}
#doc_base .listbox.year {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 75px 12px white;
  left: 275px;
  top: 5px;
}
#doc_base .listbox .first, #doc_base .listbox .elem {
  height: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
#doc_base .listbox .first:hover a, #doc_base .listbox .elem:hover a {
  border-bottom: 1px dotted #9b330f;
}
#doc_base .listbox .first:hover a span, #doc_base .listbox .elem:hover a span {
  color: #9b330f;
}
#doc_base .listbox .first a, #doc_base .listbox .elem a {
  text-decoration: none;
  border-bottom: 1px dotted #166c9f;
}
#doc_base .listbox .first a span, #doc_base .listbox .elem a span {
  color: #166c9f;
}
#doc_base .search_type {
  float: left;
  padding: 7px 22px;
}

.blog-page-navigation {
  padding: 16px 0px 36px 0px;
  border-top: 1px solid #cfcfcf;
  width: 100%;
  text-align: center;
}
.blog-page-navigation span.blog-page-title {
  padding-top: 4px;
  float: left;
  color: #404040;
  padding-right: 60px;
}
.blog-page-navigation span.blog-vert-separator {
  display: none;
}
.blog-page-navigation .blog-page-next, .blog-page-navigation .blog-page-previous {
  display: none;
}
.blog-page-navigation a {
  float: left;
  display: block;
  min-width: 15px;
  padding: 0px 5px 0px 5px;
  height: 25px;
  margin-right: 2px;
  border-radius: 3px;
  text-decoration: none;
  color: #404040;
  line-height: 25px;
}
.blog-page-navigation a:hover {
  background: #166c9f;
  color: #fff;
}
.blog-page-navigation .blog-page-current {
  display: block;
  float: left;
  min-width: 15px;
  padding: 0px 5px 0px 5px;
  height: 25px;
  margin-right: 2px;
  border-radius: 3px;
  background: #166c9f;
  color: #fff;
  line-height: 25px;
}
.blog-page-navigation .blog-page-dots {
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  color: #404040;
  line-height: 25px;
  margin-right: 0px;
}

#passage {
  padding: 45px 28px;
}

/* Меню на детальной странице структуры */
#struct-menu {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 15px;  
}
#struct-menu li {
  float: left;
  margin: 0;
  padding: 0;
}
#struct-menu li a {
  padding: 0 7px;
}
#struct-menu li a.first {
  border-radius: 4px 0px 0px 4px;
}
#struct-menu li a.last {
  border-radius: 0px 4px 4px 0px;
}

.organization {
  padding-bottom: 20px;
}
.organization .org-table .left {
  width: 100px;
  padding-bottom: 4px;
}
.organization .org-table .right {
  width: 400px;
  padding-bottom: 4px;
}

#news .news, #news .info, #info_messages .news, #info_messages .info {
  float: left;
  width: 225px;
  padding-right: 20px;
  padding-bottom: 40px;
}
#news .news a, #news .info a, #info_messages .news a, #info_messages .info a {
  display: block;
}
#news .info, #info_messages .info {
  width: 223px;
}

#info_messages {
  padding-bottom: 20px;
}

#soc-table table {
  border-collapse: inherit!important;
  border-spacing: 0;
  border-color: transparent;
}
#soc-table #education-ob {
  padding-top: 20px;
}
#soc-table #education-ob th {
  background: #eeeeee;
  text-align: left;
  vertical-align: middle;
  height: 37px;
}
#soc-table #education-ob td {
  padding-top: 10px;
  padding-bottom: 12px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}
#soc-table #education-ob td:first-of-type {
  padding-right: 15px;
  padding-left: 12px;
}
#soc-table #education-ob tr:last-of-type td {
  border-bottom: none;
}
#soc-table #education-ob .soc-col-1 {
  width: 315px;
  border-radius: 5px 0 0 5px;
  padding: 0 15px 0 12px;
}
#soc-table #education-ob .soc-col-2 {
  width: 170px;
}
#soc-table #education-ob .soc-col-3 {
  width: 85px;
}
#soc-table #education-ob .soc-col-4 {
  border-radius: 0 5px 5px 0px;
}
#soc-table .search-text {
  float: left;
  margin-right: 8px;
}
#soc-table .search-text input {
  width: 280px;
  height: 30px;
  padding: 0 10px;
}
#soc-table .search-but {
  width: 30px;
  height: 30px;
  border: 1px solid #0b4361;
  /*cursor: pointer;*/
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px grey;
  -moz-box-shadow: 0px 1px 2px 0px grey;
  box-shadow: 0px 1px 2px 0px grey;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}
#soc-table .inner-search-but {
  padding-top: 9px;
  padding-left: 2px;
  height: 100%;
  width: 100%;
  border: 0px solid transparent;
  text-align: center;
  background: #155c8b;
  background: -moz-linear-gradient(top, #398eb5, #155c8b);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398eb5), color-stop(100%, #155c8b));
  background: -webkit-linear-gradient(top, #398eb5, #155c8b);
  background: -o-linear-gradient(top, #398eb5, #155c8b);
  background: -ms-linear-gradient(top, #398eb5, #155c8b);
  background: linear-gradient(top, #398eb5, #155c8b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398eb5', endColorstr='#155c8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -moz-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}

#sport-table table {
  border-collapse: inherit!important;
  border-spacing: 0;
  border-color: transparent;
}
#sport-table #education-ob {
  padding-top: 20px;
}
#sport-table #education-ob th {
  background: #eeeeee;
  text-align: left;
  vertical-align: middle;
  height: 37px;
}
#sport-table #education-ob td {
  padding-top: 10px;
  padding-bottom: 12px;
  padding-right: 10px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}
#sport-table #education-ob td:first-of-type {
  padding-right: 15px;
  padding-left: 12px;
}
#sport-table #education-ob tr:last-of-type td {
  border-bottom: none;
}
#sport-table #education-ob .soc-col-1 {
  width: 235px;
  border-radius: 5px 0 0 5px;
  padding: 0 15px 0 12px;
}
#sport-table #education-ob .soc-col-2 {
  width: 160px;
  padding-right: 10px;
}
#sport-table #education-ob .soc-col-3 {
  width: 175px;
  padding-right: 10px;
}
#sport-table #education-ob .soc-col-4 {
  border-radius: 0 5px 5px 0px;
}
#sport-table .search-text {
  float: left;
  margin-right: 8px;
}
#sport-table .search-text input {
  width: 280px;
  height: 30px;
  padding: 0 10px;
}
#sport-table .search-but {
  width: 30px;
  height: 30px;
  border: 1px solid #0b4361;
  /*cursor: pointer;*/
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px grey;
  -moz-box-shadow: 0px 1px 2px 0px grey;
  box-shadow: 0px 1px 2px 0px grey;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}
#sport-table .inner-search-but {
  padding-top: 9px;
  padding-left: 2px;
  height: 100%;
  width: 100%;
  border: 0px solid transparent;
  text-align: center;
  background: #155c8b;
  background: -moz-linear-gradient(top, #398eb5, #155c8b);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398eb5), color-stop(100%, #155c8b));
  background: -webkit-linear-gradient(top, #398eb5, #155c8b);
  background: -o-linear-gradient(top, #398eb5, #155c8b);
  background: -ms-linear-gradient(top, #398eb5, #155c8b);
  background: linear-gradient(top, #398eb5, #155c8b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398eb5', endColorstr='#155c8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -moz-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("../pie/PIE.htc");
}

#tourist_map #elements {
  width: 249px;
  height: 641px;
  background-color: #cfcfcf;
  margin-right: 2px;
  float: left;
}
#tourist_map #map {
  width: 728px;
  height: 641px;
  background-color: #cfcfcf;
  float: left;
}

.discuss {
  margin-bottom: 25px;
}
.discuss .discuss-date {
  color: #6c6c6c;
}

.discuss-files {
  padding-top: 25px;
}

.comment_item_container {
  padding-bottom: 25px;
  position: relative;
}
.comment_item_container .comment_item_top {
  padding-bottom: 3px;
  color: #000;
  font: 12px Verdana, Geneva, sans-serif;
}
.comment_item_container .comment_item_top .comment-date {
  padding-left: 18px;
  color: #6c6c6c;
}
.comment_item_container .comment_item_controls {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.comment_item_container .comment_submit {
  height: 36px;
  width: 133px;
  background-image: url(images/submit_btn.png);
  border: none;
  margin-top: 20px;
  padding: 0;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
}

.comment_reply {
  width: 100%;
  overflow: hidden;
  background: whitesmoke url("../ii/inf_grad.png") repeat-x left top;
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  margin-top: 20px;
}
.comment_reply h4 {
  margin-top: 14px;
  margin-bottom: 18px;
  padding-left: 18px;
  font: normal 14px Verdana, Geneva, sans-serif;
}
.comment_reply h4 a {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.comment_reply #form_show {
  margin-top: 0;
}
.comment_reply fieldset {
  margin: 0 18px;
  padding: 0;
}
.comment_reply .discuss-form-table td {
  padding-bottom: 8px;
}
.comment_reply .discuss-form-table td.left {
  width: 170px;
  color: #000;
  font: 14px Verdana, Geneva, sans-serif;
  text-shadow: 1px 1px 0px #fff;
}
.comment_reply .discuss-form-table td.right input {
  height: 28px;
  font-size: 14px;
  width: 225px;
}
.comment_reply .discuss-form-table td.right textarea {
  font-size: 14px;
  width: 525px;
  height: 140px;
}
.comment_reply .discuss-form-table td.right .button-wrap {
  border: 1px solid #0b4361;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px grey;
  -moz-box-shadow: 0px 1px 2px 0px grey;
  box-shadow: 0px 1px 2px 0px grey;
  float: left;
  border-radius: 4px;
}
.comment_reply .discuss-form-table td.right .button-wrap button {
  cursor: pointer;
  padding: 10px 15px;
  font-size: 14px;
  border: 0px solid transparent;
  text-align: center;
  background: #155c8b;
  background: -moz-linear-gradient(top, #398eb5, #155c8b);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398eb5), color-stop(100%, #155c8b));
  /* Chrome 10, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #398eb5, #155c8b);
  background: -o-linear-gradient(top, #398eb5, #155c8b);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #398eb5, #155c8b);
  /* IE10 */
  background: linear-gradient(top, #398eb5, #155c8b);
  /* CSS3 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398eb5', endColorstr='#155c8b', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  -moz-box-shadow: inset 0px 1px 2px 0px #99C6D9;
  box-shadow: inset 0px 1px 2px 0px #99C6D9;
  font-family: "Calibri";
  font-weight: bold;
  color: white;
  text-shadow: 0px 1px 1px #3A3A3A;
}

/*Link to infographics*/
#footer_menu li.first_level item6 a {
  cursor: pointer!important;
  text-decoration: underline!important;
}

/*EN template*/
#content_inner_en {
  margin: 0px auto;
  margin-top: 40px;
  max-width: 980px;
  min-width: 980px;
  min-height: 300px;
  margin-bottom: 50px;
}

.map_of_kostroma_en {
  margin-bottom: 10px;
}

#krpano {
  height: 600px;
}

#tourist_map .frame {
  padding: 0 17px;
  width: 216px;
  height: 641px;
  background-color: #f3f3f3;
  margin-right: 2px;
  float: left;
  border-radius: 5px 0 0 5px;
}
#tourist_map .frame .slidee {
  padding: 0 10px;
  margin: 0;
}
#tourist_map .frame .slidee li {
  margin: 11px 0;
  padding-left: 0;
  list-style-image: url(../ii/map/list_marker.jpg);
}
#tourist_map .frame .slidee li a {
  color: black;
  text-decoration: none;
  border-bottom: dotted 1px;
  cursor: pointer;
}
#tourist_map .frame .slidee #elements {
  width: 249px;
  height: 641px;
  background-color: #cfcfcf;
  margin-right: 2px;
  float: left;
}
#tourist_map .frame .slidee .scrollbar {
  background: #e7e7e7;
  margin: 5px 0 5px 0;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 4px;
  right: 0;
}
#tourist_map .frame .slidee .scrollbar .handle {
  background: #1675af;
  cursor: pointer;
  width: 4px;
}
#tourist_map .frame .slidee .submenu {
  padding-left: 15px;
}
#tourist_map .frame .slidee .submenu li {
  list-style-image: none;
  list-style-type: none;
}
#tourist_map #map {
  width: 728px;
  height: 641px;
  background-color: #f3f3f3;
  float: left;
  border-radius: 0 5px   5px 0;
  margin-bottom: 45px;
}
#tourist_map #map .mark_conteinetr {
  position: relative;
  display: inline-block;
  background: #1f6085;
  border-radius: 5px;
  padding: 15px 15px;
}
#tourist_map #map .mark_conteinetr .layout-element a {
  color: white;
  float: left;
}
#tourist_map #map .arrow {
  position: absolute;
  width: 29px;
  height: 30px;
  background: url("../ii/map/arrow.png") no-repeat;
  top: 100%;
  left: 28px;
}
#tourist_map #map .baloon_conteinetr {
  position: absolute;
  width: 200px;
  background: #1f6085;
  border-radius: 5px;
  padding: 15px 15px;
}
#tourist_map #map .baloon_conteinetr .layout-element {
  color: white;
}
#tourist_map #map .baloon_conteinetr .arrow {
  position: absolute;
  width: 29px;
  height: 30px;
  background: url("../ii/map/arrow.png") no-repeat;
  top: 100%;
  left: 28px;
}

.page404 {
  height: 442px;
  padding-top: 0px;
}
.page404 h3 {
  margin-top: 72px;
  font-size: 36px;
  line-height: 18px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  margin-left: -2px;
}
.page404 .span404 {
  padding-top: 127px;
  z-index: 0;
  font-family: arial black;
  font-size: 500px;
  color: #f0f0f0;
}

/* Результаты поиска */
.search-result .search-item {
  float: left;
  width: 233px;
  padding: 0 25px 25px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.searh-page-form {
  padding-bottom: 25px;
}
.searh-page-form input {
  height: 26px;
  width: 620px;
  padding-left: 6px;
}
.searh-page-form .normal_btn {
  padding: 0;
  display: block;
  height: 30px;
  width: 30px;
  float: left;
  background: #0B4361;
  margin-right: 20px;
}
.searh-page-form .normal_btn .btn_inner {
  padding-left: 2px;
  padding-top: 9px;
}
.searh-page-form .search-query {
  float: left;
  padding-right: 10px;
}
.searh-page-form .select_tabs.short.search {
  width: 213px !important;
}

#header #header_inner #site_search #search-form {
  position: relative;
}
#header #header_inner #site_search #search-form input.search-form-submit {
  display: block;
  position: absolute;
  right: 40px;
  top: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  background: none;
  z-index: 200;
  cursor: pointer;
}

.comment span {
  font-family: "Calibri";
  font-size: 48px;
  color: #bdbdbd;
  line-height: 20px;
}
.comment span.lquote {
  float: left;
}
.comment p {
  padding: 0 50px;
}
.comment p .rqoute {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.event {
  margin-bottom: 30px;
}

/* Считчик в футере*/
.os-counter {
  padding-top: 20px;
}

/*Аренда, Продажа и Реклама муниципального имущества*/
#property_rent_wrap {
  position: relative;
}
#property_rent_wrap #filter_doc_base {
  margin-bottom: 8px;
}
#property_rent_wrap #filter_doc_base .number {
  float: left;
  margin-right: 8px;
}
#property_rent_wrap #filter_doc_base .number input {
  width: 101px;
  height: 30px;
  padding: 0 10px;
}
#property_rent_wrap #filter_doc_base .normal_btn {
  width: 30px;
  height: 30px;
}
#property_rent_wrap #filter_doc_base .normal_btn .btn_inner {
  padding-top: 9px;
  padding-left: 2px;
}
#property_rent_wrap #filter_doc_base.target-permits {
  float: left;
}
#property_rent_wrap #filter_doc_base #listbox_status {
  cursor: pointer;
}
#property_rent_wrap .select_tabs {
  margin-bottom: 10px;
}
#property_rent_wrap .select_tabs .select_item {
  padding: 0px 10px;
}
#property_rent_wrap .listbox {
  height: 25px;
  position: absolute;
  overflow: hidden;
  z-index: 50;
}
#property_rent_wrap .listbox.shown {
  -webkit-box-shadow: 0px 1px 6px -3px grey;
  -moz-box-shadow: 0px 1px 6px -3px grey;
  box-shadow: 0px 1px 6px -3px grey;
}
#property_rent_wrap .listbox.month {
  width: 235px;
  background: white;
  left: 147px;
  top: -3px;
}
#property_rent_wrap .listbox.year {
  width: 90px;
  background: url("../ii/list_filter.png") no-repeat 75px 12px white;
  left: 100px;
  top: 5px;
}
#property_rent_wrap .listbox .first, #property_rent_wrap .listbox .elem {
  height: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
#property_rent_wrap .listbox .first:hover a, #property_rent_wrap .listbox .elem:hover a {
  border-bottom: 1px dotted #9b330f;
}
#property_rent_wrap .listbox .first:hover a span, #property_rent_wrap .listbox .elem:hover a span {
  color: #9b330f;
}
#property_rent_wrap .listbox .first a, #property_rent_wrap .listbox .elem a {
  float: left;
  text-decoration: none;
  border-bottom: 1px dotted #166c9f;
}
#property_rent_wrap .listbox .first a span, #property_rent_wrap .listbox .elem a span {
  color: #166c9f;
}
#property_rent_wrap .listbox .first .list_arr_text, #property_rent_wrap .listbox .elem .list_arr_text {
  float: left;
  background: url("../ii/list_filter.png") no-repeat 7px 10px white;
  width: 18px;
  height: 19px;
}
#property_rent_wrap .search_type {
  float: left;
  padding: 7px 22px;
}
#property_rent_wrap table {
  width: 100%;
}
#property_rent_wrap table thead tr th {
  color: black;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  background: #eeeeee;
}
#property_rent_wrap table thead tr .number {
  width: 30px;
}
#property_rent_wrap table thead tr .name {
  width: 470px;
}
#property_rent_wrap table thead tr .status {
  width: 120px;
}
#property_rent_wrap table thead tr .date {
  width: 80px;
}
#property_rent_wrap table tbody tr td a {
  margin: 0 auto;
}
#property_rent_wrap table tbody tr .table_property_number {
  width: 30px;
  text-align: center;
}
#property_rent_wrap table tbody tr .table_property_name {
  width: 80px;
}
#property_rent_wrap table tbody tr .table_property_date {
  width: 80px;
}
#property_rent_wrap table tbody tr .table_property_status {
  width: 80px;
}

.float_left {
  float: left;
}

#fb_xdm_frame_http, #fb_xdm_frame_https {
  display: none;
}

.subsection_separator {
  width: 100%;
  clear: both;
  margin-bottom: 5px;
  margin-top: 20px;
}
.subsection_separator span {
  font-weight: bold;
  font-size: 22px;
  color: #000;
}

.wrap_subfolder_files {
  width: 728px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.wrap_table_municipal_service {
  margin-top: 30px;
}
.wrap_table_municipal_service .blog-page-navigation {
  margin-bottom: 30px;
}
.wrap_table_municipal_service .table {
  margin-bottom: 20px;
}
.wrap_table_municipal_service .table .radius_four .num {
  width: 32px;
}
.wrap_table_municipal_service .table .radius_four .name_service {
  width: 143px;
}
.wrap_table_municipal_service .table .radius_four .file_link {
  width: 79px;
}
.wrap_table_municipal_service .table .radius_four .provision_services {
  width: 465px;
}
.wrap_table_municipal_service .table tbody tr .municip_service_file a {
  display: block;
  padding-top: 23px;
  height: 33px;
  background: url("../ii/dowld.png") no-repeat 12px 3px;
  width: 80px;
  margin: 0 auto;
}
.wrap_table_municipal_service .table tbody tr .provision_services_name span {
  display: block;
  margin-bottom: 5px;
}

.filter_news_fields input {
  display: none;
}
.filter_news_fields select {
  display: none;
}

.news_filter_calendar {
  width: 15px;
  height: 15px;
  background: url("../bitrix/images/icons/calendar.gif") no-repeat;
  cursor: pointer;
}

#modal_calendar {
  float: left;
  height: 22px;
  margin-right: 10px;
}
#modal_calendar .date-interval-hellip {
  display: none;
}
#modal_calendar img {
  float: left;
  margin-right: 10px;
}
#modal_calendar .start_news_filter {
  float: left;
  margin-right: 30px;
}

.news_filter span {
  color: #166c9f;
  border-bottom: 1px dotted #166c9f;
  cursor: pointer;
}
.news_filter span:hover {
  color: #9b330f;
  border-bottom: 1px dotted #9b330f;
}

.popup-window {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}
.popup-window .popup-window-top-row .popup-window-left-column {
  display: none;
}
.popup-window .popup-window-top-row .popup-window-center-column {
  display: none;
}
.popup-window .popup-window-top-row .popup-window-right-column {
  display: none;
}
.popup-window .popup-window-content-row .popup-window-left-column {
  display: none;
}
.popup-window .popup-window-content-row .popup-window-right-column {
  display: none;
}
.popup-window .popup-window-content-row .popup-window-center-column .popup-window-content .bx-calendar .bx-calendar-header .bx-calendar-left-arrow {
  margin-left: 0px;
}
.popup-window .popup-window-content-row .popup-window-center-column .popup-window-content .bx-calendar .bx-calendar-header .bx-calendar-header-content {
  width: 161px;
}
.popup-window .popup-window-content-row .popup-window-center-column .popup-window-content .bx-calendar .bx-calendar-name-day-wrap {
  margin: 0px 0px 3px;
  height: 18px;
  padding: 1px 3px 0px 0px;
}
.popup-window .popup-window-bottom-row .popup-window-left-column {
  display: none;
}
.popup-window .popup-window-bottom-row .popup-window-center-column {
  display: none;
}
.popup-window .popup-window-bottom-row .popup-window-right-column {
  display: none;
}

.detail_news_date {
  margin-bottom: 10px;
}
.detail_news_date span {
  font-style: italic;
  font-siz: 14px;
  color: #404040;
}

.news_filter_detail {
  margin-bottom: -18px;
}

.invest_wrap {
  position: relative;
  width: 100%;
}
.invest_wrap #frame {
  width: 602px;
  height: 600px;
  margin: 0 auto;
  top: 50px;
  overflow: hidden;
  margin-bottom: 70px;
}
.invest_wrap #frame .slidee .wrap_elem_invest {
  float: left;
}
.invest_wrap #frame .slidee .wrap_elem_invest a {
  display: block;
  width: 600px;
  text-align: center;
}
.invest_wrap #frame .slidee .wrap_elem_invest a .infographics_img_frame {
  width: 600px;
  display: table-cell;
}
.invest_wrap #frame .slidee .wrap_elem_invest a .infographics_img_frame .infographics_img {
  text-align: center;
}
.invest_wrap #frame .slidee .wrap_elem_invest a .infographics_img_frame .infographics_img img {
  max-width: 600px;
}
.invest_wrap .invest_btn_left {
  height: 38px;
  width: 41px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url("../ii/slde_btn_arrows.png") 50% 15px no-repeat;
}
.invest_wrap .invest_btn_right {
  height: 38px;
  width: 41px;
  position: absolute;
  right: 0;
  top: 0px;
  background: url("../ii/slde_btn_arrows.png") 18px -24px no-repeat;
}
.invest_wrap .go_to_slide {
  position: absolute;
  top: 0px;
  left: 319px;
}
.invest_wrap .go_to_slide input {
  width: 40px;
  height: 20px;
  text-align: center;
}

#tourist_map.investment_map #elements {
  width: 249px;
  height: 641px;
  background-color: #cfcfcf;
  margin-right: 2px;
  float: left;
}
#tourist_map.investment_map #map {
  width: 728px;
  height: 641px;
  background-color: #cfcfcf;
  float: left;
}
#tourist_map.investment_map #map_conteiner #frame {
  width: 696px;
  height: auto;
  border-radius: 5px;
}
#tourist_map.investment_map #map_conteiner #frame .slidee {
  width: 696px;
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu {
  float: left;
  width: 310px;
  margin-right: 30px;
  position: relative;
  list-style: none;
  list-style-image: none;
  margin-bottom: 3px;
  margin-top: 0px;
  line-height: 15px;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu a {
  color: #166c9f;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu a:hover {
  color: #9b330f;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu .submenu {
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 0px;
  z-index: 1000;
  border: 1px solid #ccc;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .parent_map_menu .submenu li {
  padding-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 10px;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .fl_right {
  float: right;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .separator_menu_li {
  list-style: none;
  list-style-image: none;
  margin-bottom: 3px;
  margin-top: 0px;
  width: 630px;
  clear: both;
}
#tourist_map.investment_map #map_conteiner #frame .slidee .items_menu_map_separator {
  width: 720px;
  clear: both;
}

.link_invest {
  margin-bottom: 40px;
}

.message {
  border: 6px solid #3287BA;
  height: auto;
  margin-bottom: 50px;
  padding: 30px 40px;
}

.kostroma_bridge {
  margin-top: 40px;
  text-align: center;
}
.kostroma_bridge .useful_inner {
  background: white;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}
.kostroma_bridge .useful_inner h4 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.kostroma_bridge .useful_inner a {
  text-decoration: none;
  border-bottom: 1px solid #acc5d8;
  line-height: 15px;
}
.kostroma_bridge .useful_inner a div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.kostroma_bridge .useful_inner a div span {
  font: 14px Verdana, Geneva, sans-serif;
  color: black;
  border-bottom: 1px solid #b2b2b2;
  line-height: 38px;
}
.kostroma_bridge .useful_inner a:hover {
  color: #9b330f;
  border-bottom: 1px solid #9b330f;
}
.kostroma_bridge .useful_inner a:hover span {
  border-bottom: 1px solid #9b330f;
}

.treatment_info .wrap_investors {
  height: auto;
  border: 6px solid #3287ba;
  margin-bottom: 25px;
  padding: 17px 30px;
  width: 660px;
}
.treatment_info .wrap_investors h3 {
  margin-bottom: 0;
}

.inner_top_menu_wrap {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, white, whitesmoke);
  /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whitesmoke));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, white, whitesmoke);
  background: -o-linear-gradient(top, white, whitesmoke);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white, whitesmoke);
  /* IE10 */
  background: linear-gradient(top, white, whitesmoke);
  /* CSS3 */
  -webkit-box-shadow: 0px 1px 5px -1px grey;
  -moz-box-shadow: 0px 1px 5px -1px grey;
  box-shadow: 0px 1px 5px -1px grey;
  padding: 7px;
  margin-bottom: 10px;
}

.inner_top_menu {
  float: left;
  width: 235px;
  padding: 0px;
  margin: 0px;
  margin-left: 0px;
}
.inner_top_menu li {
  list-style: none;
  width: 235px;
  clear: both;
}
.inner_top_menu li a {
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 4px;
}
.inner_top_menu .separator_top_menu {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.inner_top_menu .select_item {
  float: left;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}
.inner_top_menu .select_item.item0 {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  -khtml-border-radius: 4px 0px 0px 4px;
  behavior: url("../pie/PIE.htc");
}
.inner_top_menu .select_item span, .inner_top_menu .select_item a {
  position: relative;
  color: #166c9f;
}
.inner_top_menu .select_item:hover span, .inner_top_menu .select_item.active span, .inner_top_menu .select_item.selected span {
  color: #000;
}

.new_top_slider {
  height: 85px;
  position: relative;
  width: 983px;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: -20px;
}
.new_top_slider .slidee li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 983px;
}
.new_top_slider .slidee li a img {
  height: 85px;
}
.new_top_slider .lnks_btn {
  width: 41px;
  height: 38px;
  position: absolute;
  top: 22px;
}
.new_top_slider .lnks_btn div {
  width: 100%;
  height: 100%;
}
.new_top_slider .lnks_btn.left {
  left: 24px;
}
.new_top_slider .lnks_btn.left div {
  background: url("../ii/slde_btn_arrows.png") no-repeat center 15px;
}
.new_top_slider .lnks_btn.right {
  right: 24px;
}
.new_top_slider .lnks_btn.right div {
  background: url("../ii/slde_btn_arrows.png") no-repeat 18px -24px;
}

.wrap_about_fotoevo h2 {
  margin-bottom: 21px;
}
.wrap_about_fotoevo h3 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 30px;
}
.wrap_about_fotoevo .content_fotoevo img {
  float: left;
  margin-right: 31px;
}
.wrap_about_fotoevo .content_fotoevo p {
  margin-top: 0px;
  margin-bottom: 34px;
}
.wrap_about_fotoevo .content_fotoevo .line_text {
  font-size: 14px;
  line-height: 22px;
}
.wrap_about_fotoevo .content_fotoevo .column_text {
  font-size: 12px;
  line-height: 20px;
}
.wrap_about_fotoevo .content_fotoevo .columns_text_wrap p {
  float: left;
  width: 308px;
  margin-right: 25px;
}
.wrap_about_fotoevo .content_fotoevo .columns_text_wrap .right_column_text {
  margin-right: 0px;
}
.wrap_about_fotoevo .content_fotoevo .center_block {
  margin-bottom: 0px;
}
.wrap_about_fotoevo .content_fotoevo .center_block p {
  margin-bottom: 26px;
}
.wrap_about_fotoevo .content_fotoevo .progr_festival p {
  margin-bottom: 16px;
}
.wrap_about_fotoevo .link_fotoevo_wrap {
  width: 100%;
  border: 6px solid #3082b3;
  text-align: center;
  height: 80px;
  border-radius: 3px;
}
.wrap_about_fotoevo .link_fotoevo_wrap span {
  line-height: 80px;
  color: #404040;
  font-size: 18px;
  font-family: 'Arial';
}

div.page {
    background-image: url("../ii/page.gif");
}
div.folder, div.page {
    background-repeat: no-repeat;
    height: 17px;
    vertical-align: top;
    width: 17px;
}
div.menu-sitemap-tree ul {
    list-style-type: none;
    margin: 0;
    padding: 0 1em 0 0;
}
div.menu-sitemap-tree li {
    margin: 0 0 7px 0;
    padding: 0;
    background: url("../ii/page.gif") left center no-repeat;
    padding-left:20px;
}

a.ru
{
  background: url("../ii/ru.png") left center no-repeat;
}

.select_tabs.head .select_item.item1
{
  max-width:175px !important;
  margin:0 0px;
  overflow:hidden;
  white-space:nowrap;
}

/*  */

.leftfoto {
  float:left;
  margin: 0px 40px 10px 20px;
  border: 2px solid rgb(22, 108, 159);
  border-radius: 30px;
}

.ikonka_tile {
align-items:     center;
display:         flex;
background:      rgb(222, 240, 251);
border:          2px solid rgb(22, 108, 159);
border-radius:   17px;
height:          90px;
justify-content: center;
width:           90px;
}

.knopka {
        background: #f2f3f4;
        border: 1px solid rgb(22, 108, 159);
        border-radius: 10px;
        box-shadow: 2px 2px 5px rgb(22, 108, 159);
        margin: auto;
        cursor: pointer;
        font-size: 12px;
        line-height: 1.5;      
        text-align: center;
        vertical-align: middle;
} 
.knopka:hover {
        background: linear-gradient(to top, #ffffff, #cccccc);
}

.knopka_gray {
        background: #f2f3f4;
        border: 1;
        border-radius: 5px;
        cursor: pointer;
        font-size: 13px;
        height: 47px;
        width: 210px;
  } 
.knopka_gray:hover {
        background: linear-gradient(to top, #ffffff, #cccccc);
}
  
a.button {
  position: relative;
  display: inline-block;
  color: #f7f7f7;
  font-weight: bold;
  text-decoration: none;
  user-select: none;
  padding: 1em 2em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}
a.button:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
a.button:active {
  top: 1px;
}

.button_bus {
       background: url(/i/u/society/transport/button_bus_1.png) no-repeat;
       background-size: auto 100%; 
       cursor: pointer;
       display: inline-block;
       font-weight: bold;
       height: 30px;
       text-align: center;
       text-decoration: none;
       vertical-align: middle;
       width: 127px;
} 
.button_bus:hover {
       background: url(/i/u/society/transport/button_bus_2.png) no-repeat;
}

.button_trol {
       background: url(/i/u/society/transport/button_trol_1.png) no-repeat;
       background-size: auto 100%; 
       cursor: pointer;
       display: inline-block;
       font-weight: bold;
       height: 40px;
       text-align: center;
       text-decoration: none;
       vertical-align: middle;
       width: 127px;
} 
.button_trol:hover {
       background: url(/i/u/society/transport/button_trol_2.png) no-repeat;
}
