.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.bottom {
  margin-bottom: 30px;
}
.bg_color_l-blue {
  background-color: #dcf2f9;
}
.min-width {
  min-width: 960px;
}
.a_block {
  width: 100%;
  height: 100%;
  display: block;
}
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
body {
  width: 100%;
  height: 100%;
  background: #ebebeb;
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #363636;
  -webkit-font-smoothing: subpixel-antialiased !important;
  /*-webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;*/
}
.wrap {
  width: 960px;
  margin: 0 auto;
}
div[role="main"] {
  min-width: 960px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.button {
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: 26px;
  padding: 0 11px;
  text-decoration: none;
  color: #fff;
  background: #5490a0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin-bottom: 1px;
}
.button:hover {
  color: #fff;
  background: #60A1B3;
}
.button:active {
  margin-top: 1px;
  margin-left: 1px;
  margin-bottom: 0;
}
.dark-button {
  background: #434343;
}
.dark-button:hover {
  background: #525252;
}
.section-title {
  font-family: 'dinpro-regular';
  font-size: 24px;
  line-height: normal;
  color: #1d1d1d;
  margin-bottom: 20px;
}
.top-shadow {
  position: relative;
  overflow: hidden;
}
.top-shadow:before {
  content: '';
  position: absolute;
  top: -165px;
  width: 100%;
  height: 160px;
  border-radius: 30%;
  left: 0;
  -webkit-box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.1);
}
.not-found-ico {
  font-family: 'dinpro-medium';
  font-size: 70px;
  line-height: 105px;
  color: #e1dfa2;
}
.bread-crumbs {
  margin-top: -15px;
  margin-bottom: 20px;
}
.bread-crumbs.brown-color .bread-crumbs-list {
  padding: 0;
}
.bread-crumbs.brown-color .bread-crumbs-list > li a {
  color: #646464;
  background: #eae9be;
}
.bread-crumbs.brown-color .bread-crumbs-list > li a:after {
  border-color: transparent transparent transparent #eae9be;
}
.bread-crumbs .bread-crumbs-list {
  list-style: none;
}
.bread-crumbs .bread-crumbs-list > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin-right: 30px;
}
.bread-crumbs .bread-crumbs-list > li > a {
  padding-left: 10px;
  padding-right: 3px;
  position: relative;
  background: #5490a0;
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.bread-crumbs .bread-crumbs-list > li > a:after {
  content: '';
  position: absolute;
  right: -12px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #5490a0;
}
.bread-crumbs .bread-crumbs-list > li:last-child > a {
  background: none;
  padding-left: 0;
  color: #363636;
}
.bread-crumbs .bread-crumbs-list > li:last-child > a:after {
  display: none;
}
.inner-page-post .bread-crumbs {
  margin-top: -5px;
}
.inner-page-post .bread-crumbs ul {
  margin: 0;
}
table {
  width: 100%;
}
.pagination-wrap {
  padding: 10px 0;
}
.pagination-wrap > span {
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #212121;
  vertical-align: middle;
}
.pagination-wrap .pagination-list {
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin: 0 35px;
}
.pagination-wrap .pagination-list > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin-right: 5px;
}
.pagination-wrap .pagination-list > li > a {
  display: block;
  padding: 0 8px;
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: 23px;
  color: #3a84a0;
  text-decoration: none;
  text-align: center;
  background: #ebebeb;
  margin-bottom: 1px;
}
.pagination-wrap .pagination-list > li > a:hover {
  background: #e1e1e1;
}
.pagination-wrap .pagination-list > li > a:active {
  margin-top: 1px;
  margin-bottom: 0;
}
.pagination-wrap .pagination-list > li.active a {
  color: #212121;
  background: #acaf3a;
}
.pagination-wrap a.button {
  color: #fff;
  text-decoration: none;
  margin-right: 8px;
}
.pagination-wrap a.button:hover {
  text-decoration: none;
}
.pagination-wrap a.button:active {
  margin-left: 0;
}
.hot-links {
  background: #fff;
  text-align: right;
}
.hot-links a {
  font-size: 12px;
  line-height: 40px;
  color: #656565;
  text-decoration: none;
}
.hot-links a:hover {
  color: #000;
  text-decoration: underline;
}
.hot-links .map-site {
  float: left;
}
.hot-links .hot-links-list {
  list-style: none;
}
.hot-links .hot-links-list > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-left: 35px;
}
.hot-links .hot-links-list > li i {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background: url('../img/sprite.png') no-repeat;
}
.hot-links .hot-links-list .emergency-tel i {
  background-position: 0 0;
}
.hot-links .hot-links-list .not-found-service i {
  background-position: -22px 0;
}
.hot-links .hot-links-list .spb-gku i {
  background-position: -44px 0;
}
.hot-links .hot-links-list .spb-gku span {
  color: #c00000;
}
.page-header {
  padding: 15px 0;
}
.page-header .top-part {
  margin-bottom: 20px;
  word-spacing: -5px;
  font-size: 0;
}
.page-header .top-part .logo-name {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  width: 78%;
  word-spacing: normal;
}
.page-header .top-part .logo-name .logo {
  float: left;
  margin-top: 22px;
  margin-right: 20px;
}
.page-header .top-part .logo-name .site-name {
  font-family: 'dinpro-regular';
  font-size: 19px;
  line-height: 33px;
  color: #000;
}
.page-header .top-part .logo-name .site-name > span {
  display: block;
  font-size: 14px;
  line-height: normal;
  color: #646464;
  margin-bottom: 5px;
}
.page-header .top-part .logo-name .site-name .big {
  font-family: 'dinpro-regular';
  font-size: 32px;
  line-height: 33px;
  margin-bottom: 0;
  color: #000;
}
.page-header .top-part .contact-tel {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  vertical-align: bottom;
  padding-bottom: 10px;
  word-spacing: normal;
  width: 22%;
  text-align: right;
  font-size: 16px;
  color: #434343;
}
.page-header .top-part .contact-tel .tel {
  font-size: 22px;
  color: #6a6a6a;
  display: block;
}
.page-header .page-nav {
  margin-bottom: 15px;
}
.page-header .page-nav > ul {
  list-style: none;
  white-space: nowrap;
  position: relative;
}
.page-header .page-nav > ul > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.page-header .page-nav > ul > li:first-child {
  margin-left: -40px;
}
.page-header .page-nav > ul > li > a {
  font-family: 'dinpro-medium';
  font-size: 12px;
  line-height: 24px;
  color: #000;
  padding: 0 7px;
  margin: 0 33px;
  text-transform: uppercase;
  text-decoration: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.page-header .page-nav > ul > li > a:hover {
  text-decoration: underline;
  background: #c8c8c8;
  color: #fff;
}
.page-header .page-nav > ul > li .submenu {
  display: none;
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 0px;
  width: 100%;
}
.page-header .page-nav > ul > li:hover .submenu {
  display: block;
}
.page-header .page-nav > ul > li:hover > a {
  text-decoration: underline;
  background: #c8c8c8;
  color: #fff;
}
.page-header .page-nav > ul > li.active > a {
  background: #c8c8c8;
  color: #fff;
}
.page-header .submenu {
  margin-bottom: 5px;
  list-style: none;
  padding: 12px 0px;
  background: #c8c8c8;
}
.page-header .submenu > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin-left: 25px;
}
.page-header .submenu > li:first-child {
  margin-left: 35px;
}
.page-header .submenu > li a {
  font-family: 'dinpro-regular';
  font-size: 13px;
  line-height: 21px;
  color: #4d4d4d;
  text-shadow: 0 1px 1px #fff;
  text-decoration: none;
}
.page-header .submenu > li a:hover {
  color: #4d4d4d;
  text-decoration: underline;
}
.accord-links {
  margin-bottom: 20px;
}
.accord-links .accord-list {
  list-style: none;
  overflow: hidden;
  position: relative;
}
.accord-links .accord-list > li {
  float: left;
  padding: 0px 20px;
  width: 129px;
  min-height: 240px;
  background: #2b8275;
  text-align: center;
  cursor: pointer;
}
.accord-links .accord-list > li .item-bg {
  position: absolute;
  width: 169px;
  height: 100%;
  background: inherit;
  margin-left: -20px;
}
.accord-links .accord-list > li .item-content {
  position: relative;
  z-index: 2;
  background: inherit;
  padding: 20px 0;
}
.accord-links .accord-list > li .item-content:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: inherit;
  -webkit-transition: width 0.2s ease 0.2s;
  -moz-transition: width 0.2s ease 0.2s;
  -ms-transition: width 0.2s ease 0.2s;
  -o-transition: width 0.2s ease 0.2s;
  transition: width 0.2s ease 0.2s;
}
.accord-links .accord-list > li .va-liner {
  font-size: 1px;
  visibility: hidden;
  line-height: 180px;
  vertical-align: middle;
  margin-left: -12px;
}
.accord-links .accord-list > li .part-ico {
  display: block;
  margin: 28px auto 0;
  height: 60px;
  width: 60px;
  font-family: 'dinpro-medium';
  font-size: 54px;
  line-height: 54px;
  color: #373739;
  text-shadow: 0 1px 0 #30635c;
  font-style: normal;
  position: relative;
}
.accord-links .accord-list > li .part-ico > img {
  width: 100%;
}
.accord-links .accord-list > li .part-name {
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
}
.accord-links .accord-list > li .description {
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: 16px;
  color: #343434;
  display: none;
  width: 244px;
}
.accord-links .accord-list > li .description .button-row {
  display: block;
}
.accord-links .accord-list > li .description .button {
  margin-top: 10px;
  margin-bottom: 1px;
}
.accord-links .accord-list > li .description .button:active {
  margin-top: 11px;
  margin-bottom: 0;
}
.accord-links .accord-list > li.open {
  width: 244px;
  cursor: auto;
  text-align: left;
}
.accord-links .accord-list > li.open .item-bg {
  width: 284px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.accord-links .accord-list > li.open .item-content:before {
  width: 0;
}
.accord-links .accord-list > li.open .va-liner {
  display: none;
}
.accord-links .accord-list > li.open .part-ico {
  float: left;
  margin-right: 12px;
  margin-bottom: 10px;
  margin-top: -10px;
  position: static;
}
.accord-links .accord-list > li.open .part-name {
  display: block;
  font-size: 19px;
  margin-bottom: 15px;
  position: static;
  /*overflow:hidden;*/
  margin-left: 72px;
}
.accord-links .accord-list > li.open .description {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin-top: 0;
  width: 244px;
}
.accord-links .accord-list .ksob-color {
  background: #e1dfa2;
}
.accord-links .accord-list .ksob-color:hover {
  background: #d9d79d;
}
.accord-links .accord-list .ksob-color.open:hover {
  background: #e1dfa2;
}
.accord-links .accord-list .ksob-color .part-name {
  color: #53523d;
}
.accord-links .accord-list .rasco-color {
  background: #acaf3a;
}
.accord-links .accord-list .rasco-color:hover {
  background: #a0a336;
}
.accord-links .accord-list .rasco-color.open:hover {
  background: #acaf3a;
}
.accord-links .accord-list .not-found-color {
  background: #2b8275;
}
.accord-links .accord-list .not-found-color:hover {
  background: #267267;
}
.accord-links .accord-list .not-found-color.open:hover {
  background: #2b8275;
}
.accord-links .accord-list .cctv-color {
  background: #8ac2b8;
}
.accord-links .accord-list .cctv-color:hover {
  background: #7fb2a9;
}
.accord-links .accord-list .cctv-color.open:hover {
  background: #8ac2b8;
}
.accord-links .accord-list .photo-video-color {
  background: #5490a0;
}
.accord-links .accord-list .photo-video-color:hover {
  background: #4c8290;
}
.accord-links .accord-list .photo-video-color.open:hover {
  background: #5490a0;
}
.side-block {
  width: 215px;
  float: left;
  margin-bottom: 30px;
}
.side-block .side-menu {
  list-style: none;
  margin-bottom: 40px;
}
.side-block .side-menu > li {
  margin-bottom: 12px;
}
.side-block .side-menu > li a {
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: 25px;
  color: #3a84a0;
  display: block;
  text-decoration: none;
  padding: 0 10px;
  line-height: 130%;
}
.side-block .side-menu > li a:hover {
  text-decoration: underline;
}
.side-block .side-menu > li.active a {
  color: #000;
  background: #dddddd;
  border-top: 1px solid #c6c6c6;
}
.side-block .side-menu > li.active a:hover {
  text-decoration: none;
}
.side-block .banner {
  margin-bottom: 18px;
  margin-top: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.side-block .side-links-list {
  list-style: none;
}
.side-block .side-links-list > li {
  margin-bottom: 7px;
}
.side-block .side-links-list > li a {
  display: block;
  padding: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  cursor: pointer;
}

.side-block .side-links-list > li .link-ico {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  background: url('../img/icons-sprite.png') no-repeat;
}
.side-block .side-links-list > li span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #394264;
  max-width: 64%;
}

.side-block .side-links-list > li.disconnections a {
  background-color: #496594;
}
.side-block .side-links-list > li.disconnections span {
  font-size: 16px;
  color: #ffffff;
}

.side-block .side-links-list > li.feedback a {
  background-color: #c00000;
}
.side-block .side-links-list > li.feedback span {
  font-size: 16px;
  color: #ffffff;
}

.side-block .side-links-list > li.alien a {
  background-color: #c00000;
}
.side-block .side-links-list > li.alien span {
  font-size: 16px;
  color: #ffffff;
}

.side-block .side-links-list > li:hover a {
  background-color: #2b8275;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.side-block .side-links-list > li:hover span {
  color: #fff;
}
.side-block .side-links-list .video .link-ico {
  background-position: 0 0px;
}
.side-block .side-links-list .video:hover .link-ico {
  background-position: -60px 0;
}
.side-block .side-links-list .photo .link-ico {
  background-position: 0 -110px;
}
.side-block .side-links-list .photo:hover .link-ico {
  background-position: -60px -110px;
}
.side-block .side-links-list .police .link-ico {
  background-position: 0 -237px;
}
.side-block .side-links-list .police:hover .link-ico {
  background-position: -60px -237px;
}
.side-block .side-links-list .ksob .link-ico {
  background-position: 0 -350px;
}
.side-block .side-links-list .ksob:hover .link-ico {
  background-position: -60px -350px;
}
.side-block .side-links-list .rasco .link-ico {
  background-position: -1px -662px;
}
.side-block .side-links-list .rasco:hover .link-ico {
  background-position: -61px -662px;
}
.side-block .side-links-list .feedback .link-ico {
  background-position: 0 -452px;
}
.side-block .side-links-list .feedback:hover .link-ico {
  background-position: -60px -452px;
}
.side-block .side-links-list .alien .link-ico {
  background-position: 0 -452px;
}
.side-block .side-links-list .alien:hover .link-ico {
  background-position: -60px -452px;
}
.side-block .side-links-list .disconnections .link-ico {
  background-position: 0 -556px;
}
.side-block .side-links-list .disconnections:hover .link-ico {
  background-position: -60px -556px;
}

.side-block .side-content {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #363636;
}
.side-block .side-content p {
  margin-bottom: 10px;
}
.main-content {
  width: 720px;
  margin-bottom: 30px;
  float: right;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.main-content.full-page-content {
  float: none;
  width: auto;
}
.main-content.full-page-content .post {
  float: none;
}
.post {
  padding: 30px 30px 25px 35px;
  background: #fff;
}
.post .post-title {
  font-family: 'dinpro-regular';
  font-size: 22px;
  line-height: normal;
  color: #1d1d1d;
  margin-bottom: 15px;
}
.post a {
  color: #3a84a0;
  text-decoration: none;
}
.post a:hover {
  text-decoration: underline;
}
.post p {
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #363636;
  margin-bottom: 30px;
}
.post p strong {
  font-family: 'dinpro-medium';
  font-size: 14px;
  line-height: normal;
}
.post .sub-info {
  font-family: 'dinpro-regular';
  font-size: 15px;
  line-height: normal;
  color: #717171;
}
.post .post-picture {
  float: right;
  margin-left: 25px;
  margin-bottom: 30px;
}
.post .column {
  float: left;
  margin-right: 30px;
  width: 45.3%;
  margin-bottom: 0;
}
.post .button-row {
  clear: both;
  margin-bottom: 0;
}
.post .column + .button-row {
  padding-top: 30px;
}
.post .column + .button-row a {
  color: #fff;
}
.post .main-column {
  float: right;
  width: 68%;
  padding-right: 35px;
  margin-bottom: 20px;
}
.post .sub-info-wrap {
  padding: 22px 30px;
  margin-bottom: 25px;
}
.post .sub-info-wrap .sub-info {
  color: #fff;
  padding-right: 0;
  margin: 0;
  background: none;
  width: auto;
  float: none;
}
.post .sub-info-wrap .left-picture {
  float: left;
  margin-right: 10px;
}
.post .sub-info-wrap img.left-picture {
  float: left;
  max-width: 24%;
  border: 0;
  margin: 0;
}
.post .sub-info-wrap .main-column {
  margin-bottom: 0;
}
.post .not-found-info {
  background: #2c8275;
}
.post .system-info {
  background: #8ac2b9;
}
.post .additional-content {
  padding: 18px 16px;
  background: #ebebeb;
  margin-bottom: 25px;
  clear: both;
}
.post .additional-content img {
  border: 2px solid #bdbdbd;
}
.post .additional-content .left-picture {
  float: left;
  margin-right: 24px;
}
.post .additional-content .add-content-title {
  font-family: 'dinpro-regular';
  font-size: 15px;
  line-height: normal;
  color: #7f7f7f;
  margin-bottom: 20px;
}
.post .additional-content p {
  color: #575757;
  margin-bottom: 10px;
}
.post .additional-content p:last-child {
  margin-bottom: 0;
}
.post .additional-content.img-only {
  text-align: center;
}
.post .additional-content.img-only > img:first-child {
  margin-right: 55px;
}
.post > *:last-child {
  margin-bottom: 0;
}
.post > p:last-child {
  margin-bottom: 30px;
}
.main-page-post h1 {
  font-family: 'dinpro-regular';
  font-size: 22px;
  line-height: normal;
  color: #1d1d1d;
  margin-bottom: 15px;
}
.main-page-post img {
  float: right;
  margin-left: 25px;
  margin-bottom: 30px;
}
.main-page-post h1 + p {
  font-family: 'dinpro-regular';
  font-size: 15px;
  line-height: normal;
  color: #717171;
  float: none;
  width: auto;
  margin-right: 0;
}
.main-page-post p {
  float: left;
  margin-right: 30px;
  width: 45.3%;
  margin-bottom: 0;
}
.light-main-page-post img {
  float: right;
  margin-left: 25px;
  margin-bottom: 30px;
}
.light-main-page-post h1 {
  margin-bottom: 15px;
}
.light-main-page-post h1 + p {
  font-family: 'dinpro-regular';
  font-size: 15px;
  line-height: normal;
  color: #717171;
  float: none;
  width: auto;
  margin-right: 0;
}
.inner-page-post {
  padding-top: 20px;
}
.inner-page-post h1 {
  font-size: 26px;
  margin-bottom: 20px;
}
.inner-page-post img {
  float: left;
  margin-right: 10px;
/*  border: 2px solid #bdbdbd;*/
}
.inner-page-post p {
  margin-left: 24%;
  padding-right: 35px;
}
.inner-page-post p img {
  margin-left: -24%;
}
.inner-page-post h1 + img {
  margin-left: 20px;
  margin-top: 15px;
  border: 0;
  max-width: 19%;
}
.inner-page-post h1 + img + p {
  padding: 22px 30px;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 24%;
  color: #fff;
  background: #8ac2b9;
}
.inner-page-post h1 + p {
  padding: 22px 30px;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 24%;
  color: #fff;
  background: #8ac2b9;
}
.inner-page-post ul,
.inner-page-post ol {
  padding-left: 24%;
  margin: 0 0 30px 30px;
}
.inner-page-post ul p,
.inner-page-post ol p {
  padding: 0;
  margin: 0 0 30px 0;
}
.inner-page-post .add-content-title {
  font-family: 'dinpro-regular';
  font-size: 15px;
  line-height: normal;
  color: #7f7f7f;
  margin-bottom: 20px;
}
.inner-page-post.helpline-color h1 + img + p {
  background: #efcc60;
}
.inner-page-post.helpline-color h1 + p {
  background: #efcc60;
}
.inner-page-post.rasco-color h1 + img + p {
  background: #acaf3a;
}
.inner-page-post.rasco-color h1 + p {
  background: #acaf3a;
}
.inner-page-post.photo-video-color h1 + img + p {
  background: #5490a0;
}
.inner-page-post.photo-video-color h1 + p {
  background: #5490a0;
}
.inner-page-post.not-found-color h1 + img + p {
  background: #2b8275;
}
.inner-page-post.not-found-color h1 + img + p a {
  color: #fff;
  text-decoration: underline !important;
}
.inner-page-post.not-found-color h1 + img + p a:hover {
  text-decoration: none !important;
}
.inner-page-post.not-found-color h1 + p {
  background: #2b8275;
}
.inner-page-post.not-found-color h1 + p a {
  color: #fff;
  text-decoration: underline !important;
}
.inner-page-post.not-found-color h1 + p a:hover {
  text-decoration: none !important;
}
.inner-page-post.cctv-color h1 + img + p {
  background: #8ac2b8;
}
.inner-page-post.cctv-color h1 + p {
  background: #8ac2b8;
}
.inner-page-post.ksob-color h1 + p {
  background: #e1dfa2;
}
.inner-page-post.ksob-color h1 + img + p {
  background: #e1dfa2;
}
.light-inner-page-post {
  padding-top: 20px;
}
.light-inner-page-post h1 {
  font-size: 26px;
  margin-bottom: 20px;
}
.light-inner-page-post img {
  float: left;
  max-width: 19%;
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 10px;
  border: 2px solid #bdbdbd;
}
.light-inner-page-post p {
  margin-left: 24%;
  padding-right: 35px;
}
.light-inner-page-post p img {
  margin-left: -24%;
}
.light-inner-page-post h1 + img {
  border: 0;
}
.light-inner-page-post h1 + img + p {
  padding: 22px 30px;
  margin-left: 24%;
  color: #fff;
  background: #8ac2b9;
}
.light-inner-page-post h1 + p {
  padding: 22px 30px;
  color: #fff;
  background: #8ac2b9;
}
.light-inner-page-post h1 + p {
  padding: 22px 30px;
  margin-bottom: 25px;
  margin-left: 24%;
  color: #fff;
  background: #8ac2b9;
}
.light-inner-page-post .add-content-title {
  font-family: 'dinpro-regular';
  font-size: 15px;
  line-height: normal;
  color: #7f7f7f;
  margin-bottom: 20px;
}
.light-inner-page-post img + p {
  padding: 18px 16px;
  background: #ebebeb;
  color: #575757;
  margin-left: 24%;
}
.light-inner-page-post.helpline-color h1 + img + p {
  background: #efcc60;
}
.light-inner-page-post.helpline-color h1 + p {
  background: #efcc60;
}
.light-inner-page-post.rasco-color h1 + img + p {
  background: #acaf3a;
}
.light-inner-page-post.rasco-color h1 + p {
  background: #acaf3a;
}
.light-inner-page-post.photo-video-color h1 + img + p {
  background: #5490a0;
}
.light-inner-page-post.photo-video-color h1 + p {
  background: #5490a0;
}
.light-inner-page-post.not-found-color h1 + img + p {
  background: #2b8275;
}
.light-inner-page-post.not-found-color h1 + p {
  background: #2b8275;
}
.light-inner-page-post.cctv-color h1 + img + p {
  background: #8ac2b8;
}
.light-inner-page-post.cctv-color h1 + p {
  background: #8ac2b8;
}
.light-inner-page-post.ksob-color h1 + p {
  background: #e1dfa2;
}
.light-inner-page-post.ksob-color h1 + img + p {
  background: #e1dfa2;
}
.super-light-inner-page-post h1 {
  font-size: 26px;
  margin-bottom: 20px;
}
.super-light-inner-page-post img {
  float: left;
  margin-right: 20px;
  border: 2px solid #bdbdbd;
}
.systems-explanations-wrap {
  /*float: left;*/
  position: relative;
  margin-bottom: 14px !important;
}
.systems-explanations-wrap .system-explanation {
  /*float: left;*/
  /**/
  position: relative;
  /**/
  margin-bottom: 30px;
}
.systems-explanations-wrap .system-explanation a {
  background: transparent;
}
.systems-explanations-wrap .system-explanation a:hover {
  background: transparent;
}
.systems-explanations-wrap .system-explanation .bg-elem {
  position: absolute;
  padding: 0 12px 0px 22px;
  border-style: solid;
  border-width: 7px;
  /*width:250px;*/
  /**/
  width: 861px;
  display: block;
  text-decoration: none;
  background: #5490a0;
  border-color: #5490a0;
  height: 100%;
}
.systems-explanations-wrap .system-explanation .system-link {
  position: absolute;
  /*width: 250px;*/
  height: 100%;
  padding: 7px 19px 7px 29px;
  z-index: 5;
}
.systems-explanations-wrap .system-explanation .link-wrap {
  position: relative;
  padding: 18px 19px /*0*/ 18px 29px;
  /*margin-bottom:-14px;*/
  /*width:250px;*/
  display: block;
  text-decoration: none;
}
.systems-explanations-wrap .system-explanation .exp-title {
  margin-bottom: 15px;
  font-family: 'dinpro-medium';
  font-size: 18px;
  line-height: normal;
  color: #fff;
}
.systems-explanations-wrap .system-explanation .exp-title > span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  max-width: 70%;
}
.systems-explanations-wrap .system-explanation .exp-title-ico {
  width: 50px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin-right: 15px;
}
.systems-explanations-wrap .system-explanation .exp-title-ico > img {
  max-width: 100%;
  margin: 0;
  border: 0;
  float: none;
}
.systems-explanations-wrap .system-explanation p {
  margin: 0;
  padding: 0;
  background: transparent;
  margin-bottom: 20px;
  color: #363636;
}
.systems-explanations-wrap .system-explanation.helpline-color .bg-elem {
  background: #efcc60;
  border-color: #efcc60;
}
.systems-explanations-wrap .system-explanation.rasco-color .bg-elem {
  background: #acaf3a;
  border-color: #acaf3a;
}
.systems-explanations-wrap .system-explanation.photo-video-color .bg-elem {
  background: #5490a0;
  border-color: #5490a0;
}
.systems-explanations-wrap .system-explanation.not-found-color .bg-elem {
  background: #2b8275;
  border-color: #2b8275;
}
.systems-explanations-wrap .system-explanation.cctv-color .bg-elem {
  background: #8ac2b8;
  border-color: #8ac2b8;
}
.systems-explanations-wrap .system-explanation.ksob-color .bg-elem {
  background: #e1dfa2;
  border-color: #e1dfa2;
}
.systems-explanations-wrap .system-explanation:hover .bg-elem {
  border-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.news-section {
  padding: 15px 40px 45px;
  background: #eef6f4;
}
.news-section .news-list {
  list-style: none;
}
.news-section .news-list > li {
  float: left;
  margin-left: 30px;
  width: 30%;
}
.news-section .news-list > li:first-child {
  margin-left: 0;
}
.news-section .news-list > li .news-date {
  font-family: 'dinpro-regular';
  font-size: 12px;
  line-height: 21px;
  color: #5c5c5c;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  padding: 0 5px;
  background: #fff;
  margin-bottom: 12px;
}
.news-section .news-list > li .news-name {
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #3a84a0;
  text-decoration: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.news-section .news-list > li .news-name:hover {
  text-decoration: underline;
}
.registration-form-wrap {
  padding-bottom: 20px;
}
.registration-form-wrap .field-basic-view {
  background: #ebebeb;
  width: 367px;
  height: 19px;
  padding: 9px 7px;
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: 14px;
  color: #5e5e5e;
  border: 2px solid transparent;
}
.registration-form-wrap .field-basic-view:focus {
  border: 2px solid #acaf3a;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.registration-form-wrap .field-wrap {
  display: block;
  margin-bottom: 15px;
}
.registration-form-wrap .field-wrap .field-description {
  float: left;
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #1b1b1b;
  margin-bottom: 10px;
}
.registration-form-wrap .field-wrap .optional-des {
  font-family: 'dinpro-regular';
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  float: right;
}
.registration-form-wrap .field-wrap .select-wrap {
  display: block;
  clear: left;
}
.registration-form-wrap .field-wrap input[type="text"] {
  background: #ebebeb;
  width: 367px;
  height: 19px;
  padding: 9px 7px;
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: 14px;
  color: #5e5e5e;
  border: 2px solid transparent;
}
.registration-form-wrap .field-wrap input[type="text"]:focus {
  border: 2px solid #acaf3a;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.registration-form-wrap .field-wrap textarea {
  background: #ebebeb;
  width: 367px;
  height: 19px;
  padding: 9px 7px;
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: 14px;
  color: #5e5e5e;
  border: 2px solid transparent;
  height: auto;
}
.registration-form-wrap .field-wrap textarea:focus {
  border: 2px solid #acaf3a;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.registration-form-wrap .field-wrap select {
  background: #ebebeb;
  width: 367px;
  height: 19px;
  padding: 9px 7px;
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: 14px;
  color: #5e5e5e;
  border: 2px solid transparent;
  padding: 5px 7px;
  height: 28px;
}
.registration-form-wrap .field-wrap select:focus {
  border: 2px solid #acaf3a;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.registration-form-wrap .field-wrap .customSelect {
  background: #ebebeb;
  width: 367px;
  height: 19px;
  padding: 9px 7px;
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: 14px;
  color: #5e5e5e;
  border: 2px solid transparent;
  padding-right: 24px;
  width: 350px;
  background-image: url('../img/select-arr.png');
  background-position: 98% 49%;
  background-repeat: no-repeat;
  line-height: 19px;
}
.registration-form-wrap .field-wrap .customSelect:focus {
  border: 2px solid #acaf3a;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.registration-form-wrap .field-wrap .customSelect .customSelectInner {
  white-space: nowrap;
  overflow: hidden;
}
.registration-form-wrap .field-wrap .customSelect.customSelectFocus {
  border: 2px solid #acaf3a;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.registration-form-wrap .field-wrap .customSelect.inactiveSelect {
  position: relative;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity= 70 );
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.registration-form-wrap .field-wrap .customSelect.inactiveSelect.customSelectFocus {
  background-color: #ebebeb;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 2px solid transparent;
  color: #5e5e5e;
  background-image: url('../img/select-arr.png');
  background-position: 98% 49%;
  background-repeat: no-repeat;
}
.registration-form-wrap .field-wrap.address .field-description {
  width: 100%;
}
.registration-form-wrap .field-wrap.address .street-field {
  float: left;
  width: 191px;
  clear: left;
  margin-left: 0;
}
.registration-form-wrap .field-wrap.address .house-field,
.registration-form-wrap .field-wrap.address .flat-field {
  float: left;
  width: 60px;
  margin-left: 2.5%;
}
.registration-form-wrap .field-wrap.address .terms {
  float: left;
  margin: 30px 0px 0px 5px;
}
.registration-form-wrap .field-wrap.address .terms-field {
  margin-right: 10px;
  transform: scale(2);
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2); 
  -o-transform: scale(2);
  padding: 10px;
}
.registration-form-wrap .field-wrap label.error {
  color: #ff2400 !important;
}
.registration-form-wrap .field-wrap .error {
  border-color: #ff2400 !important;
}
.registration-form-wrap .field-wrap .error ~ .customSelect {
  border-color: #ff2400;
}
.registration-form-wrap .column-wrap {
  padding-bottom: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}
.registration-form-wrap .column-wrap .left-part,
.registration-form-wrap .column-wrap .right-part {
  padding: 20px 25px 2000px;
  margin-bottom: -2000px;
  width: 385px;
}
.registration-form-wrap .column-wrap .part-title {
  font-family: 'dinpro-regular';
  font-size: 20px;
  line-height: normal;
  color: #fff;
  margin-bottom: 10px;
}
.registration-form-wrap .column-wrap .left-part {
  float: left;
  background: #5590a0;
}
.registration-form-wrap .column-wrap .left-part input[type="text"],
.registration-form-wrap .column-wrap .left-part select,
.registration-form-wrap .column-wrap .left-part textarea,
.registration-form-wrap .column-wrap .left-part .customSelect {
  box-shadow: 0 1px 0 #416e7a;
  -moz-box-shadow: 0 1px 0 #416e7a;
  -webkit-box-shadow: 0 1px 0 #416e7a;
}
.registration-form-wrap .column-wrap .left-part .address input[type="text"] {
  box-shadow: 0 -1px 0 #416e7a;
  -moz-box-shadow: 0 -1px 0 #416e7a;
  -webkit-box-shadow: 0 -1px 0 #416e7a;
}
.registration-form-wrap .column-wrap .right-part {
  float: right;
  background: #8ac2b9;
}
.registration-form-wrap .column-wrap .right-part input[type="text"] {
  box-shadow: 0 1px 0 #69948d;
  -moz-box-shadow: 0 1px 0 #69948d;
  -webkit-box-shadow: 0 1px 0 #69948d;
}
.registration-form-wrap .column-wrap .right-part .address input[type="text"] {
  box-shadow: 0 -1px 0 #69948d;
  -moz-box-shadow: 0 -1px 0 #69948d;
  -webkit-box-shadow: 0 -1px 0 #69948d;
}
.registration-form-wrap .captcha-wrap {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.registration-form-wrap .captcha-wrap .field-wrap {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 210px;
  margin-left: 20px;
}
.registration-form-wrap .captcha-wrap .field-wrap input[type="text"] {
  width: 196px;
}
.registration-form-wrap .submit-button {
  float: right;
  height: 50px;
  padding: 0 50px;
  background: #acaf3a;
  border: none;
  margin-bottom: 1px;
  margin-top: 10px;
  text-align: center;
  font-family: 'dinpro-regular';
  font-size: 24px;
  line-height: 48px;
  color: #fff;
}
.registration-form-wrap .submit-button:hover {
  background: #9fa234;
}
.registration-form-wrap .submit-button:active {
  margin-top: 11px;
  margin-bottom: 0;
}
.news-list-post .news-item-wrap {
  padding: 0 15px 18px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid #ebebeb;
}
.news-list-post .news-item-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.news-list-post .news-item-wrap .img-wrap {
  float: left;
  margin-right: 20px;
  width: 125px;
}
.news-list-post .news-item-wrap .img-wrap img {
  width: 100%;
}
.news-list-post .news-item-wrap .news-content {
  margin-left: 145px;
  margin-bottom: 0;
}
.news-list-post .news-item-wrap .news-content .news-date {
  font-family: 'dinpro-regular';
  font-size: 12px;
  line-height: 21px;
  color: #5c5c5c;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  padding: 0 5px;
  background: #ebebeb;
  margin-bottom: 12px;
}
.news-list-post .news-item-wrap .news-content .news-name {
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #3a84a0;
  text-decoration: none;
  display: block;
}
.news-list-post .news-item-wrap .news-content .news-name:hover {
  text-decoration: underline;
}
.one-news-post .sub-title-row {
  margin-bottom: 25px;
}
.one-news-post .sub-title-row a.button {
  float: right;
  color: #fff;
  text-decoration: none;
  margin-right: 8px;
}
.one-news-post .sub-title-row a.button:hover {
  text-decoration: none;
}
.one-news-post .sub-title-row a.button:active {
  margin-left: 0;
}
.one-news-post .news-date {
  font-family: 'dinpro-regular';
  font-size: 15px;
  line-height: normal;
  color: #717171;
}
.one-news-post .left-img {
  float: left;
  margin: 0 30px 30px 0;
}
.one-news-post .right-img {
  float: right;
  margin: 0 0 30px 30px;
}
.one-news-post p {
  margin-bottom: 20px;
}
.one-news-post .social-buttons-wrap {
  padding: 10px 0;
}
.one-news-post .social-buttons-wrap .social-buttons-list {
  list-style: none;
}
.one-news-post .social-buttons-wrap .social-buttons-list > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin-right: 15px;
}
.one-news-post .social-buttons-wrap .social-buttons-list > li .soc-btn-cap {
  width: 120px;
  height: 20px;
  display: block;
  border: 1px solid #aaa;
}
.docs-list-post .sort-links-wrap {
  margin-bottom: 30px;
  padding: 7px 14px 1px 14px;
  background: #acaf3a;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.docs-list-post .sort-links-wrap .sort-links-list > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin-right: 5px;
  margin-bottom: 6px;
}
.docs-list-post .sort-links-wrap .sort-links-list > li > a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  padding: 0 10px;
  background: #c5c74c;
  font-family: 'dinpro-regular';
  font-size: 11px;
  line-height: 25px;
  color: #1c1c1c;
}
.docs-list-post .sort-links-wrap .sort-links-list > li:hover > a {
  background: #d7d953;
  text-decoration: none;
}
.docs-list-post .sort-links-wrap .sort-links-list > li.active > a {
  background: #fff;
}
.docs-list-post .docs-item-wrap {
  padding: 0 15px 18px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid #ebebeb;
}
.docs-list-post .docs-item-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.docs-list-post .docs-item-wrap .img-wrap {
  float: left;
  margin-right: 20px;
  width: 30px;
  padding-top: 3px;
}
.docs-list-post .docs-item-wrap .img-wrap img {
  max-width: 100%;
  margin-left: 7px;
}
.docs-list-post .docs-item-wrap .docs-content {
  margin-left: 50px;
  margin-bottom: 0;
}
.docs-list-post .docs-item-wrap .docs-content .docs-name {
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #3a84a0;
  text-decoration: none;
  display: block;
  margin-bottom: 18px;
}
.docs-list-post .docs-item-wrap .docs-content .docs-name:hover {
  text-decoration: underline;
}
.docs-list-post .docs-item-wrap .docs-content .docs-description {
  font-family: 'dinpro-regular';
  font-size: 12px;
  line-height: normal;
  color: #7f7f7f;
}
.toggle-wrap {
  margin-bottom: 15px;
}
.toggle-wrap .sort-links-wrap {
  display: block; 
  margin-left: 24%;
  background: #eae9be;
  font-family: 'dinpro-regular';
  font-size: 15px;
  line-height: normal;
  color: #646464;
  padding-bottom: 7px;
  margin-bottom: 0;
  text-decoration: none;
}
.toggle-wrap .sort-links-wrap:hover {
  text-decoration: none;
}
.toggle-wrap .sort-links-wrap:hover span {
  text-decoration: none;
}
.toggle-wrap .sort-links-wrap .arr-ico {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  width: 22px;
  height: 21px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #ebebeb url('../img/arr-ico-hidden.png') no-repeat center;
  margin-right: 15px;
}
.toggle-wrap .sort-links-wrap > span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  text-decoration: underline;
}
.toggle-wrap .sort-links-wrap:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.toggle-wrap .sort-links-wrap.open .arr-ico {
  background-image: url('../img/arr-ico-open.png');
}
.vacancy-wrap {
  margin-bottom: 15px;
}
.vacancy-wrap .sort-links-wrap {
  display: block;
  font-family: 'dinpro-regular';
  font-size: 15px;
  line-height: normal;
  color: #fff;
  padding-bottom: 7px;
  margin-bottom: 0;
  text-decoration: none;
}
.vacancy-wrap .sort-links-wrap:hover {
  text-decoration: none;
}
.vacancy-wrap .sort-links-wrap:hover span {
  text-decoration: none;
}
.vacancy-wrap .sort-links-wrap .arr-ico {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  width: 22px;
  height: 21px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #ebebeb url('../img/arr-ico-hidden.png') no-repeat center;
  margin-right: 15px;
}
.vacancy-wrap .sort-links-wrap > span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  text-decoration: underline;
}
.vacancy-wrap .sort-links-wrap:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.vacancy-wrap .sort-links-wrap.open .arr-ico {
  background-image: url('../img/arr-ico-open.png');
}
.vacancy-wrap .vacancy-description .vacancy-description-title {
  font-family: 'dinpro-regular';
  font-size: 20px;
  line-height: 40px;
  color: #5590a0;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 15px;
}
.vacancy-wrap .vacancy-description .main-row {
  padding: 10px;
}
.vacancy-wrap .vacancy-description .main-row:nth-of-type(2n) {
  background: #ebebeb;
}
.vacancy-wrap .vacancy-description .main-row .left-text {
  float: left;
  max-width: 230px;
  font-weight: bold;
}
.vacancy-wrap .vacancy-description .main-row .right-text {
  margin-left: 240px;
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #1b1b1b;
}
.vacancy-wrap .vacancy-description .main-row .right-text p,
.vacancy-wrap .vacancy-description .main-row .right-text li {
  margin-bottom: 12px;
}
.vacancy-wrap .vacancy-description .main-row .right-text li {
  list-style-position: inside;
}
.vacancy-wrap .vacancy-description .contact-face {
  padding: 10px;
  background: #f9f9ec;
}
.vacancy-wrap .vacancy-description .contact-face .left-text {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  width: 230px;
  padding-right: 10px;
  font-weight: bold;
}
.vacancy-wrap .vacancy-description .contact-face .right-text {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: 18px;
  color: #1b1b1b;
}
.vacancy-wrap .vacancy-description .contact-face .right-text p {
  margin-bottom: 0;
}
.vacancy-wrap .vacancy-description .contact-face .right-text .name {
  font-family: 'dinpro-regular';
  font-size: 20px;
  line-height: 22px;
}
.content-video-wrap {
  float: left;
  margin-right: 75px;
  margin-bottom: 25px;
  width: 250px;
}
.content-video-wrap img {
  max-width: 100%;
}
.content-video-wrap .video-wrap {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  position: relative;
  margin-bottom: 10px;
}
.content-video-wrap .video-wrap .video-arr {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 41px;
  height: 41px;
  margin-top: -21px;
  margin-left: -21px;
  background: url('../img/video-arr.png') no-repeat;
}
.content-video-wrap .video-name {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  margin-bottom: 8px;
}
.content-video-wrap .video-name:hover {
  text-decoration: underline;
}
.content-video-wrap .update-time {
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #5c5c5c;
}
.content-video-wrap .update-time .time {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  padding: 3px;
  background: #ebebeb;
}
.sort-links-wrap {
  margin-bottom: 30px;
  padding: 10px 14px 10px 14px;
  background: #acaf3a;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.sort-links-wrap .select-wrap {
  margin-right: 15px;
}
.sort-links-wrap select {
  width: 240px;
  padding: 5px 10px;
  height: 25px;
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #5e5e5e;
  border-bottom: 1px solid #7f822b;
  background: #fff;
}
.sort-links-wrap select option {
  border: 0;
}
.sort-links-wrap .customSelect {
  padding: 5px 10px;
  padding-right: 25px;
  width: 225px;
  background-color: #fff;
  background-image: url('../img/select-arr.png');
  background-position: 98% 49%;
  background-repeat: no-repeat;
  line-height: 25px;
  height: 25px;
  white-space: nowrap;
}
.sort-links-wrap .customSelect .customSelectInner {
  width: 100%;
  overflow: hidden;
}
.sort-links-wrap .text-sort-wrap {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: -1px;
  position: relative;
}
.sort-links-wrap .text-sort-wrap .reset-cross {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  color: #5e5e5e;
  font-family: 'Arial';
  font-size: 24px;
  line-height: 15px;
}
.sort-links-wrap .text-sort-wrap .reset-cross:hover {
  color: #010101;
}
.sort-links-wrap .text-sort-wrap .reset-cross:active {
  top: 13px;
}
.sort-links-wrap .text-sort-field {
  width: 540px;
  padding: 0 25px 0 12px;
  height: 35px;
  border: 0;
  border-top: 1px solid #83852c;
  background: #ebebeb;
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: 35px;
  color: #5e5e5e;
}
.sort-links-wrap .text-sort-field:focus {
  background: #fff;
}
.organization-wrap .org-category-name {
  font-family: 'dinpro-regular';
  font-size: 20px;
  line-height: normal;
  color: #1d1d1d;
  margin-bottom: 10px;
}
.organization-wrap .org-list {
  width: 100%;
  text-align: left;
}
.organization-wrap .org-list th,
.organization-wrap .org-list td {
  width: 50%;
}
.organization-wrap .org-list th {
  font-family: 'dinpro-regular';
  font-size: 15px;
  line-height: normal;
  color: #fff;
  padding: 14px;
  text-align: center;
  background: #5590a0;
  font-weight: normal;
}
.organization-wrap .org-list th:last-child {
  background: #8ac2b9;
}
.organization-wrap .org-list tr:nth-child(2n-1) {
  background: #ebebeb;
}
.organization-wrap .org-list td {
  padding: 7px 10px;
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #1b1b1b;
  vertical-align: middle;
}
.organization-wrap .org-list td:last-child {
  padding-left: 15px;
}
.organization-wrap .org-list ul {
  list-style-position: inside;
}
.list-link-wrap {
  color: #3a84a0;
  position: relative;
  display: inline-block;
  min-width: 150px;
  z-index: 9999;
}
.list-link-wrap .arr-ico {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin-left: 5px;
  width: 22px;
  height: 21px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
  background: #ebebeb url('../img/arr-ico-open.png') no-repeat center;
}
.list-link-wrap .link-list {
  display: none;
  background: #fff;
  position: absolute;
  width: 100%;
  border: 1px solid #eee;
  border-bottom: 0;
  top: 25px;
  left: 0;
  font-size: 18px;
  list-style: none;
}
.list-link-wrap .link-list > li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.list-link-wrap:hover .link-list {
  display: block;
}
.statistics-wrap .statistics-table {
  width: 100%;
  text-align: left;
}
.statistics-wrap .statistics-table th,
.statistics-wrap .statistics-table td {
  width: 16%;
}
.statistics-wrap .statistics-table th:first-child,
.statistics-wrap .statistics-table td:first-child {
  width: 52%;
}
.statistics-wrap .statistics-table th {
  font-family: 'dinpro-regular';
  font-size: 15px;
  line-height: normal;
  color: #fff;
  padding: 14px;
  text-align: center;
  background: #8ac2b9;
  font-weight: normal;
  border-right: 1px solid #b9dad5;
}
.statistics-wrap .statistics-table th:first-child {
  background: #5590a0;
  border-right: 0;
}
.statistics-wrap .statistics-table th:last-child {
  border-right: 0;
}
.statistics-wrap .statistics-table tr:nth-child(2n-1) {
  background: #ebebeb;
}
.statistics-wrap .statistics-table td {
  padding: 7px 10px;
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #1b1b1b;
  vertical-align: middle;
  text-align: center;
}
.statistics-wrap .statistics-table td:last-child {
  font-weight: bold;
}
.statistics-wrap .statistics-table td:first-child {
  text-align: left;
}
.statistics-wrap .statistics-table ul {
  list-style-position: inside;
}
.decor-title {
  text-align: center;
  margin-bottom: 30px;
  font-family: 'dinpro-regular';
  font-size: 30px;
  line-height: 32px;
  color: #1d1d1d;
  overflow: hidden;
}
.decor-title > span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  position: relative;
}
.decor-title > span:before,
.decor-title > span:after {
  content: '';
  position: absolute;
  top: 5px;
  height: 30px;
  width: 2000px;
  background: url('../img/rec-pattern.png') repeat-x center;
}
.decor-title > span:before {
  left: 100%;
  margin-left: 20px;
}
.decor-title > span:after {
  right: 100%;
  margin-right: 20px;
}
.in-total-wrap {
  padding-top: 20px;
  padding-bottom: 40px;
}
.in-total-wrap .left-total-part,
.in-total-wrap .right-total-part {
  width: 45%;
}
.in-total-wrap .left-total-part .common-stat,
.in-total-wrap .right-total-part .common-stat {
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #1b1b1b;
  margin-bottom: 5px;
}
.in-total-wrap .left-total-part .common-stat .number,
.in-total-wrap .right-total-part .common-stat .number {
  font-family: 'dinpro-regular';
  font-size: 36px;
  line-height: normal;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin-right: 5px;
}
.in-total-wrap .left-total-part {
  float: left;
}
.in-total-wrap .left-total-part .number {
  color: #5590a0;
}
.in-total-wrap .right-total-part {
  float: right;
}
.in-total-wrap .right-total-part .number {
  color: #acaf3a;
}
.in-total-wrap .total-table tr {
  border-bottom: 1px solid #dfdfdf;
}
.in-total-wrap .total-table tr:last-child {
  border-bottom: 0;
}
.in-total-wrap .total-table td {
  font-family: 'dinpro-regular';
  font-size: 14px;
  line-height: normal;
  color: #1b1b1b;
  width: 70%;
  padding: 10px 0;
}
.in-total-wrap .total-table td:last-child {
  width: 30%;
  padding: 10px 20px;
  font-weight: bold;
}

.total-icon-01 {
  padding-left: 40px !important;
  background-image: url(/static/gmc/img/total_01.png);
  background-position: 0px center;
  background-repeat: no-repeat;
}
.total-icon-02 {
  padding-left: 40px !important;
  background-image: url(/static/gmc/img/total_02.png);
  background-position: 0px center;
  background-repeat: no-repeat;
}
.total-icon-03-1 {
  padding-left: 40px !important;
  background-image: url(/static/gmc/img/total_03_1.png);
  background-position: 0px center;
  background-repeat: no-repeat;
}
.total-icon-03-2 {
  padding-left: 40px !important;
  background-image: url(/static/gmc/img/total_03_2.png);
  background-position: 0px center;
  background-repeat: no-repeat;
}
.total-icon-zh {
  padding-left: 40px !important;
  background-image: url(/static/gmc/img/total_zh.png);
  background-position: 0px center;
  background-repeat: no-repeat;
}
.total-left-1 {
  padding-left: 40px !important;
  background-image: url(/static/gmc/img/total_left_1.png);
  background-position: 0px center;
  background-repeat: no-repeat;
}
.total-left-2 {
  padding-left: 40px !important;
  background-image: url(/static/gmc/img/total_left_2.png);
  background-position: 0px center;
  background-repeat: no-repeat;
}
.total-left-3 {
  padding-left: 40px !important;
  background-image: url(/static/gmc/img/total_left_3.png);
  background-position: 0px center;
  background-repeat: no-repeat;
}

.page-footer {
  font-family: 'dinpro-regular';
  font-size: 12px;
  line-height: normal;
  color: #5c5c5c;
}
.page-footer .social-links {
  /*float:right;*/
  display: inline-block;
  list-style: none;
}
.page-footer .social-links > li {
  display: inline-block;
  /*float:left;*/
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.page-footer .social-links > li:first-child {
  margin-left: 16px;
}
.page-footer .social-links > li a {
  display: block;
  width: 16px;
  height: 16px;
  background: url('../img/sprite.png') no-repeat;
}
.page-footer .social-links > li.sl-vk a {
  background-position: 0 -30px;
}
.page-footer .social-links > li.sl-fb a {
  background-position: -20px -30px;
}
.page-footer .social-links > li.sl-tw a {
  background-position: -40px -30px;
}
.page-footer .greenlabs {
  float: right;
  margin: 0 8px 0 16px;
}
.page-footer .greenlabs > a {
  color: #3a84a0;
}
.lt-ie9 .side-block .side-links-list > li a {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.lt-ie9 .main-content {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.toggle-box {
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}
.toggle-box .toggle {
  cursor: pointer;
  margin-bottom: 0;
}
.toggle-box .toggle strong {
  background: #eae9be;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
  color: #3a84a0;
  font-family: 'dinpro-regular';
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}

.toggle-box .toggle strong:hover {
  text-decoration: underline;
}

.toggle-box > div {
  display: none;
  overflow: hidden;
  padding-top: 15px;
}
.images-slider {
  position: relative;
  min-height: 495px;
}
.images-slider img {
  float: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.page-error {
  background: #2b8275;
  padding: 22px 30px;
  overflow: hidden;
}
.page-error img {
  float: left;
  border: 0;
  margin: 0 20px 20px 0;
}
.page-error p {
  color: #fff;
  display: block;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.page-error a {
  color: #fff;
  text-decoration: underline;
}
.page-error a:hover {
  text-decoration: none;
}

//.links-bottom {
//  margin: 35px 0px 20px;
//  position: relative;
//  z-index: 1;}
    .links-bottom ul li {
      display: block;
      margin: 0px 0px 20px;
      float: left; }
      .links-bottom ul li a {
        display: block;
        border: 1px solid #ebebeb;
        color: #8c8c8c;
        width: 237px;
        padding: 10px 0 0 0;
        height: 150px;
        font-size: 8pt;
        line-height: 12pt;
        text-align: center;
        text-decoration: none; }
        .links-bottom ul li a img {
          margin: 0 auto 12px;
          display: block; }
        .links-bottom ul li a .title {
          padding: 0 20px;
          display: block; }
        .links-bottom ul li a:hover {
          border: 1px solid #cccccc; }