* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0; }

a {
  text-decoration: none; }

p {
  font-size: 16px;
  color: #000; }

body {
  font-family: Arial, Calibri, Tahoma; }

.clear {
  clear: both; }

.container {
  max-width: 100%;
  min-width: 980px; }

.wrap {
  width: 980px;
  margin: 0 auto;
  margin: 0 auto; }

.top {
  padding: 10px 0;
  background: #fff;
  overflow: hidden; }
  .top .logo {
    margin: 0 35px 0 35px;
    float: left; }
  .top .logo .image {
        background: url("../images/region/logo.png") left center no-repeat;
        height: 40px;
        width: 281px;
  }
@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-resolution: 1.5dppx),
only screen and (min-resolution: 144dpi)  {
   .top .logo .image {
        background: url("../images/region/logo_562х80.png") left center no-repeat;
        background-size: 281px 40px;
  }
} 
  .top .right {
    float: right;
    margin: 0 25px 0 0; }
    .top .right .reg {
      font-size: 13px;
      color: #000; }
    .top .right .city {
      font-size: 13px;
      color: #7f7f7f; }
    .top .right .auth {
      color: #e9201e;
      font-size: 13px; }
    .top .right p {
      margin: 10px 0 0 0; }
    .top .right p img {
          margin-bottom: -4px;
    }
      .top .right p span {
        margin: 0 17px;
        display: inline-block; }
    .top .right a:hover {
      text-decoration: underline; }
  .top .center p {
    font-size: 18px;
    text-align: center; }
    .top .center p span {
      font-size: 11px; }
    .top .center h2 {
      font-size: 11px;
      text-align: center;
      margin: 6px 0 0 0;
      font-weight: normal;}
  .top .center div {
    width: 100px;
    float: left; }
  .top .center .rezume {
    margin: 0 15px 0 0; }
  .top .center .vacansy {
    margin: 0 5px 0 0; }

.menu {
        background: #00003E;
        overflow: hidden;
        z-index: 9000; }
.menu .left-block  {
        float: left;
        padding: 5px 0 5px 20px; }
.menu .left-block li {
        float: left;
        list-style: none;
        padding: 0 15px;
        border-right: 1px solid #fff; }
.menu .left-block li a {
        color: #fff;
        font-size: 14px;
        margin: 0 0 2px 0;
        display: inline-block; }
.menu .left-block li a:hover {
        text-decoration: underline; }
.menu .left-block li:last-child {
        border: none; }

.menu .right-block {
        float: right;
        padding: 3px 20px 0 0; }
.menu .right-block .head_reg {
        background: url("../images/region/head_reg.png") left center no-repeat;
        display: inline-block;
        padding: 0 0 0 35px;}
.menu .right-block .head_soisk {
        background: url("../images/region/head_soisk.png") left center no-repeat;
        display: inline-block;
        padding: 0 0 0 25px;}
.menu .right-block .head_rab {
        background: url("../images/region/head_rab.png") left center no-repeat;
        display: inline-block;
        padding: 0 0 0 25px;}
.menu .right-block li {
        float: right;
        list-style: none;
        padding: 0 15px 0 15px;
        }
.menu .right-block li a {
        color: #fff;
        font-size: 14px;
        margin: 0 0 2px 0;
        padding: 3px 0 3px 5px; 
        display: inline-block; }
.menu .right-block li a:hover {
        text-decoration: underline; }

.search {
  background: url("../images/region/back.png") center center no-repeat;
  background-size: 100% 100%; }
  .search .wrap {
    background: url("../images/region/bg.png") center bottom no-repeat; }
@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-resolution: 1.5dppx),
only screen and (min-resolution: 144dpi)  {
   .search .wrap {
   background: url("../images/region/bg_1936x612.png") center bottom no-repeat;
   background-size: 968px 306px;}
}
  .search .head_title_1 {
    font-size: 42px;
    color: #fff;
    font-weight: normal;
    padding: 15px 0 10px 35px; }
  .search .head_title_2 {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    padding: 0 0 10px 35px; }
  .search h1 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding: 5px 0 65px 35px;  }
  .search h2 {
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    padding: 0 0 0 35px; }
  .search input[type="text"] {
    width: 472px;
    font-size: 14px;
    color: #c4c4c4;
    padding: 13px 0 14px 15px;
    border-left: none;
    border-right: 1px solid #000;
    border-top: none;
    border-bottom: none;
    float: left;
    margin: 0 0 0 35px;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); }
  .search input[type="submit"] {
    background: url("../images/region/search.png") no-repeat;
    width: 180px;
    height: 45px;
    display: block;
    cursor: pointer; }
  .search input[type="submit"]:hover {
    background: url("../images/region/search-active.png") no-repeat;
    width: 180px;
    height: 45px;
    display: block;
    cursor: pointer; }
  .search .styled-select {
    background: url("../images/arrow-select.png") #fff no-repeat scroll 155px center;
    margin: 0 28px 0 0;
    overflow: hidden;
    width: 175px;
    float: left;
    height: 44px;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); }
    .search .styled-select select {
      background: transparent none repeat scroll 0 0;
      border-radius: 5px;
      clip: rect(0px, 237px, 26px, 210px);
      color: #2f2f2f;
      font-size: 14px;
      -webkit-appearance:none;
      text-indent: 10px;
      /*padding: 0 0 0 7px;*/
      top: 0px;
      width: 205px;
      border: none;
      outline: none;
      box-shadow: none;
      height: 44px; }
  .search .super-search a {
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
    margin: 7px 0 40px 745px;
    display: inline-block; }
  .search .super-search a:hover {
    text-decoration: none; }

.content {
  padding: 25px 0 20px 0; }
  .content .left {
    margin: 0 0 0 35px;
    width: 735px;
    float: left; }
    .content .left .pb {
      padding: 0 0 10px 0; }
    .content .left .block {
      border-bottom: 1px solid #A6A7BD;
      overflow: hidden; }
      .content .left .block .title {
        margin: 10px 0 15px 0; }
        .content .left .block .title a {
          color: #336AA2;
          font-size: 16px;
          font-weight: bold; }
        .content .left .block .title a:hover {
          text-decoration: underline; }
        .content .left .block h2 {
          margin: 10px 0 15px 0; 
          color: #336AA2;
          font-size: 16px;
          font-weight: bold; }
        .content .left .block a:hover h2 {
          text-decoration: underline; }
      .content .left .block .left-block {
        float: left;
        margin: 0 70px 0 0;
        width: 330px; }
        .content .left .block .left-block .title {
          margin: 10px 0 15px 0; }
          .content .left .block .left-block .title a {
            color: #336AA2;
            font-size: 16px;
            font-weight: bold; }
          .content .left .block .left-block .title a:hover {
            text-decoration: underline; }
        .content .left .block .left-block h2 {
          margin: 10px 0 15px 0; 
          color: #336AA2;
          font-size: 16px;
          font-weight: bold; }
        .content .left .block .left-block a:hover h2 {
          text-decoration: underline; }
        .content .left .block .left-block p a {
          font-size: 14px;
          color: #000; }
        .content .left .block .left-block p a:hover {
          color: #336AA2; }
        .content .left .block .left-block p span {
          display: block;
          margin: 3px 0 0 0; }
          .content .left .block .left-block p span a {
            font-size: 11px;
            color: #7f7f7f; }
        .content .left .block .left-block .info {
          margin: 0 0 12px 0; }
          .content .left .block .left-block .info p a {
            font-size: 14px;
            color: #000; }
          .content .left .block .left-block .info p a:hover {
            color: #336AA2; }
          .content .left .block .left-block .info p span {
            display: block;
            margin: 3px 0 0 0; }
            .content .left .block .left-block .info p span a {
              font-size: 11px;
              color: #7f7f7f; }
      .content .left .block .right-block {
        margin: 0 0 0 391px; }
        .content .left .block .right-block .title {
          margin: 10px 0 15px 0; }
          .content .left .block .right-block .title a {
            color: #336AA2;
            font-size: 16px;
            font-weight: bold; }
          .content .left .block .right-block .title a:hover {
            text-decoration: underline; }
        .content .left .block .right-block h2 {
          margin: 10px 0 15px 0; 
          color: #336AA2;
          font-size: 16px;
          font-weight: bold; }
        .content .left .block .left-block a:hover h2 {
          text-decoration: underline; }
        .content .left .block .right-block p a {
          font-size: 14px;
          color: #000; }
        .content .left .block .right-block p a:hover {
          color: #336AA2; }
        .content .left .block .right-block p span {
          display: block;
          margin: 3px 0 0 0; }
          .content .left .block .right-block p span a {
            font-size: 11px;
            color: #7f7f7f; }
        .content .left .block .right-block .info {
          margin: 0 0 12px 0; }
          .content .left .block .right-block .info p a {
            font-size: 14px;
            color: #000; }
          .content .left .block .right-block .info p a:hover {
            color: #336AA2; }
          .content .left .block .right-block .info p span {
            display: block;
            margin: 3px 0 0 0; }
            .content .left .block .right-block .info p span a {
              font-size: 11px;
              color: #7f7f7f; }
    .content .left .block:last-child {
      border: 0; }
    .content .left .block-news {
      padding: 0 0 5px 0; }
      .content .left .block-news .left-block {
        width: 350px;
        margin: 0 0 0 0; }
        .content .left .block-news .left-block .new-bl {
          overflow: hidden;
          margin: 0 0 5px 0; }
        .content .left .block-news .left-block .info {
          float: left;
          width: 300px; }
          .content .left .block-news .left-block .info .date {
            color: #7f7f7f;
            font-size: 11px; }
          .content .left .block-news .left-block .info p {
            font-size: 14px;
            color: #000000; }
        .content .left .block-news .left-block .img {
          float: right;
          margin: 8px 0 0 0; }
      .content .left .block-news .right-block {
        width: 350px; }
        .content .left .block-news .right-block .new-bl {
          overflow: hidden;
          margin: 0 0 5px 0; }
        .content .left .block-news .right-block .info {
          float: left;
          width: 300px; }
          .content .left .block-news .right-block .info .date {
            color: #7f7f7f;
            font-size: 11px; }
          .content .left .block-news .right-block .info p {
            font-size: 14px;
            color: #000000; }
        .content .left .block-news .right-block .img {
          float: right;
          margin: 8px 0 0 0; }
    .content .left .land-text p {
      font-size: 14px;
      color: #010101;
      margin: 0 0 17px 0; }
    .content .left .land-text a {
      color: #010101;
      font-size: 14px; }
    .content .left .land-text a:hover {
      color: #336AA2; }
  .content .right {
    width: 160px;
    margin: 0 0 0 800px; }
    .content .right .banner-block {
      margin: 0 0 10px 0; }
  .content .vacansy .date {
    font-size: 12px;
    color: #000000;
    margin: 0 0 7px 0; }
  .content .vacansy .top-block {
    margin: 0 0 20px 0; }
    .content .vacansy .top-block .print {
      background: url("../images/region/print.png") left center no-repeat;
      color: #336AA2;
      display: inline-block;
      font-size: 14px;
      padding: 1px 0 1px 25px;
      margin: 0 20px 0 35px; }
    .content .vacansy .top-block .complaint {
      background: url("../images/region/complaint.png") left center no-repeat;
      display: inline-block;
      color: #336AA2;
      font-size: 14px;
      padding: 1px 0 1px 25px;
      margin: 0 20px 0 0; }
    .content .vacansy .top-block .bookmark {
      background: url("../images/region/bookmark.png") left center no-repeat;
      color: #336AA2;
      display: inline-block;
      font-size: 14px;
      padding: 1px 0 1px 25px; }
  .content .vacansy .vacansy-block {
    background: #f2f2f2;
    padding: 25px 20px;
    margin: 0 0 12px -20px;
    overflow: hidden;
    width: 730px; }
    .content .vacansy .vacansy-block .left-block {
      float: left; }
      .content .vacansy .vacansy-block .left-block .title {
        color: #336AA2;
        font-size: 18px; }
      .content .vacansy .vacansy-block .left-block h1 {
        color: #336AA2;
        font-size: 18px; }
      .content .vacansy .vacansy-block .left-block .city {
        color: #7f7f7f;
        font-size: 11px;
        margin: 5px 0 0 0; }
        .content .vacansy .vacansy-block .left-block .city a {
          color: #7f7f7f; 
          border-bottom: 1px dotted #7f7f7f;
        }
        .content .vacansy .vacansy-block .left-block .city a:hover {
          text-decoration: underline; 
          border-bottom: none;
        }
    .content .vacansy .vacansy-block .right-block {
      float: right; }
      .content .vacansy .vacansy-block .right-block .pay {
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        margin: 10px 25px 0 0; }
  .content .vacansy .info-vacansy {
    overflow: hidden;
    margin: 0 0 25px 0; }
    .content .vacansy .info-vacansy .left-info-vacansy {
      width: 400px;
      float: left; }
      .content .vacansy .info-vacansy .left-info-vacansy p {
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 9px 0; }
      .content .vacansy .info-vacansy .left-info-vacansy a {
        color: #000; 
        border-bottom: 1px dotted #000;
      }
      .content .vacansy .info-vacansy .left-info-vacansy a:hover {
        text-decoration: none; 
        border-bottom: none;
      }
    .content .vacansy .info-vacansy .right-info-vacansy {
      width: 300px;
      float: right; }
      .content .vacansy .info-vacansy .right-info-vacansy img {
        display: block;
        margin: 0 auto 5px; }
      .content .vacansy .info-vacansy .right-info-vacansy p {
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 9px 0; }
      .content .vacansy .info-vacansy .right-info-vacansy a {
        color: #000; 
        border-bottom: 1px dotted #000;
      }
      .content .vacansy .info-vacansy .right-info-vacansy a:hover {
        text-decoration: none; 
        border-bottom: none;
      }
  .content .vacansy .otclick {
    padding: 30px 20px 20px 20px;
    background: #e6e6e6;
    overflow: hidden;
    width: 730px;
    margin: 50px 0 40px -20px; }
    .content .vacansy .otclick .otcl {
      width: 175px;
      margin: 0 auto;
      text-align: center;
      font-size: 15px;
      color: #fff;
      padding: 13px 0 14px 0;
      background: #00003E;
      display: block;
      float: left;
      margin: 0 35px 0 170px; }
    .content .vacansy .otclick .send {
      width: 175px;
      margin: 0 auto;
      text-align: center;
      font-size: 15px;
      color: #00003E;
      padding: 11px 0 12px 0;
      background: none;
      display: block;
      border: 2px solid #00003E;
      float: right;
      margin: 0 170px 0 0; }
    .content .vacansy .otclick .addvac {
      width: 175px;
      margin: 0 auto;
      text-align: center;
      font-size: 15px;
      color: #fff;
      padding: 13px 0 14px 0;
      background: #00003E;
      display: block;
      float: right;
      margin: 0 35px 0 35px; }
    .content .vacansy .otclick .left {
            float: left;
            width: 375px;
    }
    .content .vacansy .otclick h1 {
      font-size: 14px;
      color: #000;
      font-weight: bold;
      margin: 13px 0 9px; 
     }
    .content .vacansy .otclick a:hover {
      text-decoration: underline; }
    .content .vacansy .otclick p {
      margin: 30px 0 0 0; }
      .content .vacansy .otclick p .shoj {
        background: url("../images/similar.png") left center no-repeat;
        padding: 2px 0 2px 20px;
        display: inline-block;
        color: #7f7f7f;
        font-size: 12px;
        margin: 0 30px 0 0; }
      .content .vacansy .otclick p .allvac {
        background: url("../images/check.png") left center no-repeat;
        padding: 2px 0 2px 20px;
        display: inline-block;
        color: #7f7f7f;
        font-size: 12px;
        margin: 0 30px 0 0; }
      .content .vacansy .otclick p .agent {
        background: url("../images/all.png") left center no-repeat;
        padding: 2px 0 2px 20px;
        display: inline-block;
        color: #7f7f7f;
        font-size: 12px; }
  .content .vacansy .vacansy-shoj .title {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 13px 0 9px; }
  .content .vacansy .vacansy-shoj h1 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 13px 0 9px; }
  .content .vacansy .vacansy-shoj .vac {
    width: 180px;
    float: left;
    margin: 0 93px 12px 0; }
    .content .vacansy .vacansy-shoj .vac a {
      color: #336AA2;
      font-size: 14px; }
    .content .vacansy .vacansy-shoj .vac a:hover {
      text-decoration: underline; }
    .content .vacansy .vacansy-shoj .vac .city {
      color: #7f7f7f;
      font-size: 11px;
      margin: 3px 0 0 0; }
    .content .vacansy .vacansy-shoj .vac .city a {
      color: #7f7f7f;
      font-size: 11px;
      margin: 3px 0 0 0; }
  .content .vacansy .vacansy-shoj .vac:nth-child(3n + 1) {
    margin: 0; }
  .content .vacansy .vacansy-shoj .view-vacansy {
    color: #7f7f7f;
    font-size: 11px; }
  .content .vacansy .vacansy-shoj .view-vacansy:hover {
    color: #336AA2; }
    .content .vacansy .vacansy-shoj h2 {
        font-weight: normal;
        color: #7f7f7f;
        font-size: 11px; }
    .content .vacansy .vacansy-shoj a:hover h2 {
            color: #336AA2;
            text-decoration: underline; }
  .content .rezume .date {
    font-size: 12px;
    color: #000000;
    margin: 0 0 7px 35px; }
  .content .rezume .top-block {
    margin: 0 0 20px 0; }
    .content .rezume .top-block .print {
      background: url("../images/region/print.png") left center no-repeat;
      color: #336AA2;
      display: inline-block;
      font-size: 14px;
      padding: 1px 0 1px 25px;
      margin: 0 20px 0 35px; }
    .content .rezume .top-block .complaint {
      background: url("../images/region/complaint.png") left center no-repeat;
      display: inline-block;
      color: #336AA2;
      font-size: 14px;
      padding: 1px 0 1px 25px;
      margin: 0 20px 0 0; }
    .content .rezume .top-block .bookmark {
      background: url("../images/region/bookmark.png") left center no-repeat;
      color: #336AA2;
      display: inline-block;
      font-size: 14px;
      padding: 1px 0 1px 25px; }
  .content .rezume .otclick {
    padding: 30px 20px 20px 20px;
    background: #e6e6e6;
    overflow: hidden;
    width: 730px;
    margin: 50px 0 40px -20px; }
    .content .rezume .otclick .otcl {
      width: 175px;
      margin: 0 auto;
      text-align: center;
      font-size: 15px;
      color: #fff;
      padding: 13px 0 14px 0;
      background: #00003E;
      display: block;
      float: left;
      margin: 0 35px 0 170px; }
    .content .rezume .otclick .send {
      width: 175px;
      margin: 0 auto;
      text-align: center;
      font-size: 15px;
      color: #00003E;
      padding: 11px 0 12px 0;
      background: none;
      display: block;
      border: 2px solid #00003E;
      float: right;
      margin: 0 170px 0 0; }
    .content .rezume .otclick a:hover {
      text-decoration: underline; }
    .content .rezume .otclick p {
      margin: 30px 0 0 0; }
      .content .rezume .otclick p .shoj {
        background: url("../images/similar.png") left center no-repeat;
        padding: 2px 0 2px 20px;
        display: inline-block;
        color: #7f7f7f;
        font-size: 12px;
        margin: 0 30px 0 0; }
      .content .rezume .otclick p .allvac {
        background: url("../images/check.png") left center no-repeat;
        padding: 2px 0 2px 20px;
        display: inline-block;
        color: #7f7f7f;
        font-size: 12px;
        margin: 0 30px 0 0; }
      .content .rezume .otclick p .agent {
        background: url("../images/all.png") left center no-repeat;
        padding: 2px 0 2px 20px;
        display: inline-block;
        color: #7f7f7f;
        font-size: 12px; }
  .content .rezume .rezume-block {
    background: #f2f2f2;
    padding: 25px 20px;
    margin: 0 0 12px -20px;
    overflow: hidden;
    width: 730px; }
    .content .rezume .rezume-block .left-block {
      float: left; }
      .content .rezume .rezume-block .left-block img {
        margin: 0 0 0 32px; }
    .content .rezume .rezume-block .right-block {
      float: right; }
      .content .rezume .rezume-block .right-block .pay {
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        margin: 73px 40px 0 0; }
    .content .rezume .rezume-block .center-block {
      margin: 0 235px 0 170px; }
      .content .rezume .rezume-block .center-block .title {
        color: #336AA2;
        font-size: 18px;
        margin: 0 0 7px 0; }
      .content .rezume .rezume-block .center-block p {
        color: #000;
        font-size: 14px;
        margin: 0 0 5px 0; }
        .content .rezume .rezume-block .center-block p a {
          color: #000;
          border-bottom: 1px dotted #000;
          font-size: 14px; 
        }
          .content .rezume .rezume-block .center-block p a span {
            font-size: 11px; }
        .content .rezume .rezume-block .center-block p a:hover {
          text-decoration: none; 
          border-bottom: none;}
  .content .rezume .info-rezume {
    overflow: hidden;
    padding: 0 0 25px 0; }
    .content .rezume .info-rezume table {
      border-collapse: collapse; }
      .content .rezume .info-rezume table tr:last-child td {
        padding-bottom: 0; }
      .content .rezume .info-rezume table td {
        vertical-align: top;
        padding: 0 0 18px 35px; }
      .content .rezume .info-rezume table .w140 {
        width: 140px;
        border-right: 1px solid #a5a5a5;
        padding: 0 0 18px 0; }
      .content .rezume .info-rezume table p {
        font-size: 14px;
        color: #000; }
  .content .rezume .vacansy-shoj .title {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 13px 0 9px; }
  .content .rezume .vacansy-shoj h1 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 13px 0 9px; }
  .content .rezume .vacansy-shoj .vac {
    width: 180px;
    float: left;
    margin: 0 93px 12px 0; }
    .content .rezume .vacansy-shoj .vac a {
      color: #336AA2;
      font-size: 14px; }
    .content .rezume .vacansy-shoj .vac a:hover {
      text-decoration: underline; }
    .content .rezume .vacansy-shoj .vac .city {
      color: #7f7f7f;
      font-size: 11px;
      margin: 3px 0 0 0; }
  .content .rezume .vacansy-shoj .vac:nth-child(3n + 1) {
    margin: 0; }
  .content .rezume .vacansy-shoj .view-vacansy {
    color: #7f7f7f;
    font-size: 11px; }
  .content .rezume .vacansy-shoj .view-vacansy:hover {
    color: #336AA2; }
  .content .rezume .vacansy-shoj h2 {
        font-weight: normal;
        color: #7f7f7f;
        font-size: 11px; }
    .content .rezume .vacansy-shoj a:hover h2 {
            color: #336AA2;
            text-decoration: underline; }
  .content .feedback .title h1 {
        color: #336AA2;
        font-size: 18px;
        text-align: center;
}
  .content .feedback .relations {
    color: #336AA2;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 35px; }
  .content .feedback .warning {
    background: #f2f2f2;
    padding: 22px 35px; }
    .content .feedback .warning .title {
      color: #336AA2;
      font-size: 16px;
      text-align: center;
      text-transform: uppercase; }
    .content .feedback .warning p {
      margin: 0 0 8px 0;
      font-size: 14px; }
    .content .feedback .warning ul {
      padding: 0 0 0 40px; }
      .content .feedback .warning ul li {
        font-size: 10px; }
    .content .feedback .warning .bold {
      font-weight: bold;
      text-transform: uppercase; }
  .content .feedback .text {
    margin: 20px 0 0 0; }
    .content .feedback .text p {
      font-size: 14px;
      color: #000;
      margin: 0 0 20px 0; }
    .content .feedback .text .bl {
      margin: 0 0 22px 0; }
      .content .feedback .text .bl .title {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        margin: 0 0 5px 0; }
      .content .feedback .text .bl p {
        font-size: 14px;
        color: #000;
        margin: 0 0 7px 0; }
      .content .feedback .text .bl a {
        color: #336AA2;
        font-size: 14px;
        font-weight: bold; }
  .content .profile {
    overflow: hidden; }
    .content .profile .profile-menu {
      overflow: hidden;
      width: 735px;
      margin: 0 0 5px 35px; }
      .content .profile .profile-menu a {
        color: #336AA2;
        font-size: 12px; }
      .content .profile .profile-menu .prof-left {
        float: left; }
        .content .profile .profile-menu .prof-left .subscribe {
          float: left;
          margin: 0 30px 0 0; }
        .content .profile .profile-menu .prof-left .bookmark {
          float: left;
          margin: 0 30px 0 0; }
        .content .profile .profile-menu .prof-left .statistik {
          float: left; }
      .content .profile .profile-menu .prof-right {
        margin-right: 25px;
        float: right;
        font-size: 12px;
        color: #336AA2; }
        .content .profile .profile-menu .prof-right a {
          color: #336AA2;
          font-size: 12px; }
    .content .profile .profile-block {
      background: #f2f2f2;
      padding: 30px 35px 30px 50px;
      display: inline-block;
      width: 665px; }
      .content .profile .profile-block .left-block {
        width: 85px;
        text-align: center;
        float: left; }
        .content .profile .profile-block .left-block a {
          color: #7f7f7f;
          font-size: 11px;
          text-align: center;
          text-decoration: underline;
          display: inline-block; }
        .content .profile .profile-block .left-block a:hover {
          text-decoration: none; }
      .content .profile .profile-block .right-block {
        width: 175px;
        float: right;
        text-align: right;
        margin: -5px 0 0 0; }
        .content .profile .profile-block .right-block .edit a {
          font-size: 11px;
          color: #7f7f7f;
          text-decoration: underline;
          background: url("../images/ico_autor_resume_04.png") right center no-repeat;
          display: inline-block;
          padding: 4px 25px 4px 0; }
        .content .profile .profile-block .right-block .pass a {
          font-size: 11px;
          color: #7f7f7f;
          text-decoration: underline;
          background: url("../images/ico_autor_resume_03.png") right center no-repeat;
          display: inline-block;
          padding: 4px 25px 4px 0; }
        .content .profile .profile-block .right-block .addvac {
          width: 175px;
          display: inline-block;
          background: #00003E;
          text-align: center;
          color: #fff;
          font-size: 15px;
          padding: 14px 0;
          text-decoration: none;
          margin: 128px 0 0 0; }
      .content .profile .profile-block .center-block {
        margin: 0 0 0 135px; }
        .content .profile .profile-block .center-block .title {
          color: #336AA2;
          font-size: 18px;
          font-weight: bold;
          margin: -5px 0 10px 0; }
        .content .profile .profile-block .center-block p {
          font-size: 14px;
          color: #000;
          margin: 0 0 5px 0; }
          .content .profile .profile-block .center-block p a {
            color: #000000;
            border-bottom: 1px dotted #000000;
            font-size: 14px; }
          .content .profile .profile-block .center-block p a:hover {
                  border-bottom: none;
          }
    .content .profile .stat-block {
      width: 750px; }
      .content .profile .stat-block .wr {
        overflow: hidden;
        width: 750px;
        margin: 17px 0; }
      .content .profile .stat-block a {
        font-size: 14px;
        color: #000;
        display: inline-block;
        margin: 7px 0 7px 15px; }
      .content .profile .stat-block a:hover {
        text-decoration: underline; }
      .content .profile .stat-block .statistik {
        width: 365px;
        float: left;
        background: #e6e6e6;
        margin: 0 17px 0 0;
        padding: 0 0 10px 0; }
      .content .profile .stat-block .statistik .left {
              margin: 0 0 0 0;
              float: left;
              width: 300px;
      }
      .content .profile .stat-block .statistik .right {
                margin: 5px 0 5px 15px;
                width: 30px;
                float: right;
                font-size: 14px;
        	font-weight:bold;
        	color:#fff;
        	background:#336AA2;
        	padding: 2px 5px 2px 5px;
      }
        .content .profile .stat-block .statistik .title {
          background: url("../images/region/stat.png") 15px center no-repeat #dedede; }
      .content .profile .stat-block .subscribe {
        width: 365px;
        float: right;
        background: #e6e6e6;
        padding: 0 0 10px 0; }
        .content .profile .stat-block .subscribe .title {
          background: url("../images/region/chec.png") 15px center no-repeat #dedede; }
      .content .profile .stat-block .subscribe .left {
              margin: 0 0 0 0;
              float: left;
              width: 220px;
      }
      .content .profile .stat-block .subscribe .right {
                margin: 5px 0 5px 15px;
                width: 110px;
                float: right;
                font-size: 14px;
        	font-weight:bold;
        	color:#fff;
        	background:#336AA2;
        	padding: 2px 5px 2px 5px;
      }
      .content .profile .stat-block .bookmark {
        width: 365px;
        float: left;
        background: #e6e6e6;
        margin: 0 17px 0 0;
        padding: 0 0 10px 0; }
      .content .profile .stat-block .bookmark .left {
              margin: 0 0 0 0;
              float: left;
              width: 300px;
      }
      .content .profile .stat-block .bookmark .right {
                margin: 5px 0 5px 15px;
                width: 30px;
                float: right;
                font-size: 14px;
        	font-weight:bold;
        	color:#fff;
        	background:#336AA2;
        	padding: 2px 5px 2px 5px;
      }
        .content .profile .stat-block .bookmark .title {
          background: url("../images/region/mark.png") 15px center no-repeat #dedede; }
      .content .profile .stat-block .vacans {
        width: 365px;
        background: #e6e6e6;
        float: right;
        padding: 0 0 10px 0; }
        .content .profile .stat-block .vacans .title {
          background: url("../images/region/vac.png") 15px center no-repeat #dedede; }
        .content .profile .stat-block .vacans .title .right {
          width: 30px;
                float: right; }
      .content .profile .stat-block .vacans .left {
              margin: 0 0 0 0;
              float: left;
              width: 300px;
      }
      .content .profile .stat-block .vacans .right {
                margin: 5px 0 5px 15px;
                width: 30px;
                float: right;
                font-size: 14px;
        	font-weight:bold;
        	color:#fff;
        	background:#336AA2;
        	padding: 2px 5px 2px 5px;
      }
      .content .profile .stat-block .title {
        font-size: 14px;
        font-weight: bold;
        color: #336AA2;
        padding: 17px 0 17px 45px;
        margin: 0 0 7px 0; }
    .content .profile .info-profile {
      background: #e6e6e6;
      width: 695px;
      padding: 5px 35px 20px 20px; }
      .content .profile .info-profile .wr {
        overflow: hidden; }
        .content .profile .info-profile .wr .l {
          float: left; }
          .content .profile .info-profile .wr .l .vac-comp {
            color: #336AA2;
            font-size: 14px;
            font-weight: bold;
            margin: 15px 0 0 0; }
          .content .profile .info-profile .wr .l .name-vac {
            color: #000;
            font-size: 14px;
            font-weight: bold;
            margin: 20px 0 0 0; }
          .content .profile .info-profile .wr .l .price-vac {
            color: #000;
            font-size: 16px;
            margin: 0 0 20px 0; }
        .content .profile .info-profile .wr .r {
          float: right;
          margin: 45px 0 0 0; }
          .content .profile .info-profile .wr .r p {
            margin: 0;
            text-align: right; }
          .content .profile .info-profile .wr .r a {
            color: #7f7f7f;
            text-decoration: underline;
            font-size: 11px;
            margin: 4px 0 4px 0;
            display: inline-block; }
      .content .profile .info-profile table {
        border-collapse: collapse; }
        .content .profile .info-profile table tr:last-child td {
          padding-bottom: 0; }
        .content .profile .info-profile table td {
          vertical-align: top;
          padding: 0 0 18px 35px; }
        .content .profile .info-profile table .w140 {
          width: 140px;
          border-right: 1px solid #a5a5a5;
          padding: 0 0 18px 0; }
        .content .profile .info-profile table p {
          font-size: 14px;
          color: #000; }
  .content .result {
    overflow: hidden; }
    .content .result .add-rezum {
      background: #e6e6e6;
      padding: 28px 40px;
      overflow: hidden;
      width: 670px;
      margin: 0 0 35px 0; }
      .content .result .add-rezum p {
        float: left;
        width: 465px;
        font-size: 14px;
        margin: 5px 0 0 0; }
      .content .result .add-rezum a {
        float: right;
        width: 175px;
        color: #fff;
        font-size: 15px;
        text-align: center;
        background: #00003E;
        padding: 14px 0; }
    .content .result .result-map-izm {
      margin: 8px 0 25px 15px;
      overflow: hidden;
      width: 735px; }
      .content .result .result-map-izm .left-res {
        float: left;
        color: #4c4c4c;
        font-size: 16px; }
      .content .result .result-map-izm .rig {
        float: right; }
        .content .result .result-map-izm .rig a {
          font-size: 16px;
          color: #336AA2;
          border-right: 1px solid #336AA2;
          padding: 0 10px; }
        .content .result .result-map-izm .rig a:last-child {
          border-right: none; }
      .content .result .result-map-izm a:hover {
        text-decoration: underline; }
    .content .result .block-result {
      overflow: hidden;
      padding: 0 0 25px 15px;
      background: url("../images/region/line.png") center bottom no-repeat;
      margin: 0 0 18px 0;
      width: 735px; }
    .content .result .block-result-red {
      width: 720px;
      background: #ecdde4;
      overflow: hidden;
      padding: 10px 15px; }
    .content .result .block-result-red2 {
      background: url("../images/region/line.png") center bottom no-repeat;
      margin: 0 0 12px 0;
      padding: 0 0 12px 0;
      width: 750px; }
      .content .result .block-result-red2 .block-result {
        border-bottom: none;
        margin: 0; }
    .content .result .top-block-result {
      float: left;
      width: 650px; }
      .content .result .top-block-result .title {
        color: #336AA2;
        font-size: 16px;
        font-weight: bold; }
        .content .result .top-block-result .title a {
          color: #336AA2;
          font-size: 16px;
          font-weight: bold; }
        .content .result .top-block-result .title a:hover {
          text-decoration: underline; }
      .content .result .top-block-result .city {
        color: #7f7f7f;
        font-size: 11px;
        margin: 1px 0 12px 0; }
        .content .result .top-block-result .city a {
          color: #7f7f7f; 
          border-bottom: 1px dotted #7f7f7f;
        }
        .content .result .top-block-result .city a:hover {
          text-decoration: underline; 
          border-bottom: none;
        }
    .content .result .top-star-block-result {
      float: right;
      width: 50px; }
    .content .result .top-star-block-result .star {
        float: right;
        margin: 5px 0 0 0; }
    .content .result .left-block-result {
      float: left;
      width: 340px; }
      .content .result .left-block-result .title {
        color: #336AA2;
        font-size: 16px;
        font-weight: bold; }
        .content .result .left-block-result .title a {
          color: #336AA2;
          font-size: 16px;
          font-weight: bold; }
        .content .result .left-block-result .title a:hover {
          text-decoration: underline; }
      .content .result .left-block-result .city {
        color: #7f7f7f;
        font-size: 11px;
        margin: 1px 0 12px 0; }
        .content .result .left-block-result .city a {
          color: #7f7f7f; 
          border-bottom: 1px dotted #7f7f7f;
        }
        .content .result .left-block-result .city a:hover {
          text-decoration: underline; 
          border-bottom: none;
        }
      .content .result .left-block-result .company {
        font-size: 14px;
        color: #7f7f7f; }
        .content .result .left-block-result .company a {
          color: #7f7f7f; }
        .content .result .left-block-result .company a:hover {
          text-decoration: underline; }
      .content .result .left-block-result .txt {
        color: #000000;
        font-size: 14px;
        margin: 5px 0 0 0; }
    .content .result .right-block-result {
      float: right;
      width: 125px; }
      .content .result .right-block-result .star {
        float: right;
        margin: 0 0 35px 0; }
    .content .result .center-block-result {
      margin: 0 150px 0 420px; }
      .content .result .center-block-result .price {
        color: #000;
        font-size: 14px;
        font-weight: bold;}
  .content .result .zapros {
        margin: 0 0 52px 8px;
        padding: 0 0 52px 8px;
        width: 750px;          
  }
    .content .result .zapros p {
      color: #010101;
      font-size: 16px;
      font-weight: bold;
      margin: 22px 0 14px; }
    .content .result .zapros .spisok {
      width: 315px;
      float: left;
      margin: 0 35px 0 0; }
      .content .result .zapros .spisok a {
        display: inline-block;
        color: #336AA2;
        margin: 0 0 5px 0;
        font-size: 14px; }
      .content .result .zapros .spisok a:hover {
        text-decoration: underline; }
    .content .result .zapros .spisok2 {
      width: 315px;
      float: left;
      margin: 0 35px 0 0; }
      .content .result .zapros .spisok2 a {
        display: inline-block;
        color: #336AA2;
        margin: 0 0 5px 0;
        font-size: 14px; }
      .content .result .zapros .spisok2 a:hover {
        text-decoration: underline; }
  .content .reg .title-reg h1 {
    font-size: 16px;
    color: #336AA2;
    font-weight: bold;
    margin: 5px 0 35px 0; }
  .content .reg .left .forms {
    width: 400px;
    float: left; }
    .content .reg .left .forms .input {
      margin: 0 0 10px 0; }
      .content .reg .left .forms .input label {
        width: 105px;
        display: block;
        float: left;
        font-size: 14px;
        margin: 10px 0 0 0; }
      .content .reg .left .forms .input input {
        width: 268px;
        border: 1px solid #c4c4c4;
        padding: 12px 0 12px 10px; }
      .content .reg .left .forms .input p {
        display: none; }
    .content .reg .left .forms .error {
      margin: 0 0 0 0; }
      .content .reg .left .forms .error label {
        width: 105px;
        display: block;
        float: left;
        font-size: 14px;
        margin: 10px 0 0 0; }
      .content .reg .left .forms .error input {
        width: 268px;
        border: 1px solid #ff0000;
        padding: 12px 0 12px 10px; }
      .content .reg .left .forms .error p {
        text-align: right;
        color: #e9201e;
        font-size: 11px;
        margin: 3px 15px 3px 0;
        display: block; }
    .content .reg .left .forms .forgot {
      margin: -10px 0 0 105px; }
      .content .reg .left .forms .forgot a {
        color: #336AA2;
        font-size: 11px; }
      .content .reg .left .forms .forgot a:hover {
        text-decoration: underline; }
    .content .reg .left .forms .aut input {
      background: #00003E;
      font-size: 15px;
      margin: 20px 0 0 105px;
      width: 175px;
      color: #fff;
      text-align: center;
      padding: 12px 0;
      cursor: pointer; }
  .content .reg .left .new-user {
    margin: -7px 0 0 0; }
    .content .reg .left .new-user p {
      text-align: center; }
      .content .reg .left .new-user p a {
        color: #7f7f7f;
        text-decoration: underline;
        font-size: 10px; }
  .content .catalog-work .search-vac-rezum {
    overflow: hidden;
    margin: 0 0 35px 35px; }
    .content .catalog-work .search-vac-rezum p {
      color: #336AA2;
      font-size: 16px;
      font-weight: bold;
      float: left;
      padding: 0 15px 0 0;
      border-right: 1px solid #7f7f7f;
      margin: 0 0 0 15px; }
    .content .catalog-work .search-vac-rezum p:first-child {
      margin: 0; }
    .content .catalog-work .search-vac-rezum p:last-child {
      border-right: none; }
    .content .catalog-work .search-vac-rezum .active {
      color: #336AA2;
      font-size: 16px;
      font-weight: bold; }
    .content .catalog-work .search-vac-rezum a {
      color: #7f7f7f;
      font-size: 16px;
      font-weight: bold; }
  .content .catalog-work .search-company {
    background: #e6e6e6;
    padding: 22px 35px; }
    .content .catalog-work .search-company .title {
      color: #336AA2;
      font-size: 18px;
      font-weight: bold;
      margin: 0 0 20px 0; }
    .content .catalog-work .search-company .w100 {
      width: 98%;
      padding: 13px 0 13px 2%;
      color: #c4c4c4;
      font-size: 14px;
      -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); }
    .content .catalog-work .search-company .cheking {
      margin: 7px 0 7px 0; }
      .content .catalog-work .search-company .cheking label {
        display: inline-block;
        height: 12px;
        margin: 0 20px 0 0;
        position: relative;
        width: 12px;
        float: left; }
      .content .catalog-work .search-company .cheking p {
        font-size: 14px;
        color: #000; }
      .content .catalog-work .search-company .cheking input[type="checkbox"] + span {
        background: transparent url("../images/checkbox.png") no-repeat scroll 0 0;
        cursor: pointer;
        float: none;
        height: 100%;
        left: 0;
        margin: 0 20px 0 0;
        position: absolute;
        top: 3px;
        width: 100%; }
      .content .catalog-work .search-company .cheking input[type="checkbox"] {
        display: none; }
      .content .catalog-work .search-company .cheking input[type="checkbox"]:checked + span {
        background: transparent url("../images/checkbox-active.png") no-repeat scroll 0 0; }
    .content .catalog-work .search-company .styled-select {
      background: url("../images/arrow-select.png") #fff no-repeat scroll 549px center;
      margin: 0 0 0 0;
      overflow: hidden;
      width: 572px;
      float: left;
      height: 42px;
      border: 1px solid #c4c4c4; }
      .content .catalog-work .search-company .styled-select select {
        background: transparent none repeat scroll 0 0;
        border-radius: 5px;
        clip: rect(0px, 237px, 26px, 210px);
        color: #4c4c4c;
        font-size: 14px;
        padding: 12px 0 13px 13px;
        top: 1px;
        width: 592px;
        border: none;
        outline: none;
        box-shadow: none;
        -webkit-appearance:none;
        height: 42px; }
    .content .catalog-work .search-company form {
      overflow: hidden; }
    .content .catalog-work .search-company table {
      width: 100%;
      margin: 33px 0 0 0; }
      .content .catalog-work .search-company table td {
        vertical-align: top;
        padding: 0 0 20px 0; }
        .content .catalog-work .search-company table td p {
          font-size: 14px;
          color: #000; }
      .content .catalog-work .search-company table .w85 {
        width: 85px; }
        .content .catalog-work .search-company table .w85 p {
          margin: 14px 0 0 0;
          font-weight: bold; }
    .content .catalog-work .search-company input[type="submit"] {
      width: 200px;
      display: block;
      background: #00003E;
      text-align: center;
      color: #fff;
      font-size: 15px;
      padding: 12px 0;
      cursor: pointer;
      margin: 0 0 20px 0;
      float: right; }
  .content .catalog-work .alphabet .sorts {
    font-size: 16px;
    color: #336AA2;
    overflow: hidden;
    margin: 25px 0 0 20px; }
    .content .catalog-work .alphabet .sorts p {
      float: left;
      padding: 0 10px;
      border-right: 1px solid #336AA2;
      color: #000;
      font-weight: bold; }
    .content .catalog-work .alphabet .sorts p:last-child {
      border-right: none; }
    .content .catalog-work .alphabet .sorts a {
      color: #336AA2;
      margin: 0 10px; }
    .content .catalog-work .alphabet .sorts a:hover {
      text-decoration: underline; }
  .content .catalog-work .alphabet .booking {
    margin: 20px 0 40px 35px; }
  .content .catalog-work .alphabet .booking .russian span {
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
      margin: 0 3.4px; }
    .content .catalog-work .alphabet .booking .russian a {
      color: #336AA2;
      font-size: 14px;
      font-weight: bold;
      display: inline-block; }
    .content .catalog-work .alphabet .booking .russian a:hover {
      text-decoration: underline; }
    .content .catalog-work .alphabet .booking .english span {
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
      margin: 0 3.4px; }
    .content .catalog-work .alphabet .booking .english a {
      color: #336AA2;
      font-size: 14px;
      font-weight: bold;
      display: inline-block;}
    .content .catalog-work .alphabet .booking .english a:hover {
      text-decoration: underline; }
    .content .catalog-work .alphabet .booking .english .numbers a {
      margin: 0 35px; }
    .content .catalog-work .alphabet .booking .english .all {
      color: #000;
      font-size: 14px;
      font-weight: bold; }
      .content .catalog-work .alphabet .booking .english .all a {
        margin: 0; }
  .content .catalog-work .part {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #c2a9b6;
    overflow: hidden;
    margin: 0 0 20px 0; }
    .content .catalog-work .part .left-bl {
      float: left;
      width: 370px;
      margin: 0 0 0 35px; }
      .content .catalog-work .part .left-bl .title {
        font-size: 18px;
        color: #336AA2;
        font-weight: bold; }
        .content .catalog-work .part .left-bl .title a {
          color: #336AA2;
          font-size: 18px;
          font-weight: bold; }
        .content .catalog-work .part .left-bl .title a:hover {
                text-decoration: underline;
        }
      .content .catalog-work .part .left-bl p {
        font-size: 14px;
        color: #000;
        margin: 14px 0; }
        .content .catalog-work .part .left-bl p a {
          color: #000;
          font-size: 14px;
        }
        .content .catalog-work .part .left-bl .describe a {
          border-bottom: 1px dotted #000;}
        .content .catalog-work .part .left-bl .describe a:hover {
                border-bottom: none;
                text-decoration: none;
        }  
    .content .catalog-work .part .right-bl {
      float: right;
      margin: 14px 35px 0 0; }
    .content .catalog-work .part .right-bl .title {
        font-size: 18px;
        text-align: right;
        color: #336AA2;
        font-weight: bold; }
    .content .catalog-work .part .right-bl .title a:hover {
            text-decoration: underline;
    }
      .content .catalog-work .part .right-bl img {
        float: right;
        margin: 50px 0 0 0; }
      .content .catalog-work .part .right-bl a {
        display: block;
        width: 175px;
        color: #fff;
        text-align: center;
        padding: 14px 0;
        background: #00003E;
        margin: 250px 0 0 0; }
  .content .catalog-work .last {
    border-bottom: none; }
  .content .news .title-reg {
    margin: 0 0 10px 35px; }
    .content .news .title-reg h1 {
      color: #336AA2;
      font-size: 14px;
      font-weight: bold;
      margin: 15px 0 18px 0; }
    .content .news .title-reg h2 {
      color: #336AA2;
      font-size: 14px;
      font-weight: bold;
      margin: 15px 0 18px 0; }
    .content .news .title-reg h3 {
      color: #336AA2;
      font-size: 14px;
      font-weight: bold;
      margin: 15px 0 18px 0; }
    .content .news .title-reg p {
      color: #336AA2;
      font-size: 16px;
      font-weight: bold; }
  .content .news .news-block {
    padding: 40px 0;
    border-bottom: 1px solid #cab2be;
    overflow: hidden; }
    .content .news .news-block img {
      float: left;
      margin: 0 0 0 30px; }
    .content .news .news-block .text-news {
      margin: 0 0 0 170px;
      padding: 12px 0 0 0; }
      .content .news .news-block .text-news .date {
        color: #7f7f7f;
        font-size: 11px;
        margin: 0 0 3px 0; }
      .content .news .news-block .text-news .title {
        color: #000;
        font-size: 14px;
        font-weight: bold; }
        .content .news .news-block .text-news .title a {
          color: #000;
          font-size: 14px;
          font-weight: bold; }
      .content .news .news-block .text-news .info {
        color: #000;
        font-size: 14px;
        margin: 10px 0 0 0; }
  .content .news .last-news-block {
    border-bottom: none; }
  .content .news .article-news {
        color: #000;
      font-size: 14px;   
  }
  .content .news .article-news .img-info {
    margin: 0 0 17px 0; }
    .content .news .article-news .img-info p {
      color: #7f7f7f;
      font-size: 11px; }
      .content .news .article-news .img-info p span {
        color: #7f7f7f;
        font-size: 11px;
        display: inline-block;
        border-right: 1px solid #7f7f7f;
        padding: 0 7px 0 0; }
      .content .news .article-news .img-info p a {
        color: #336AA2;
        font-size: 11px;
        display: inline-block;
        margin: 0 0 0 7px; }
      .content .news .article-news .img-info p a:hover {
        text-decoration: underline; }
  .content .news .article-news img {
    float: left;
    margin: 5px 35px 0 0; }
  .content .news .article-news p {
    font-size: 14px;
    color: #000;
    margin: 10px 0 17px 0; }
  .content .news .article-news h2 {
         margin: 10px 0 17px 0; 
         font-size: 16px;
  }
  .content .news .article-news ul {
          padding: 0 25px;
  }
  .content .news .article-news ol {
          padding: 0 25px;
  }
  .content .news .article-news ol li {
        padding: 5px; }
  .content .news .article-news ul li {
        padding: 5px; }
  .content .news .article-news a {
    color: #336AA2; }
  .content .news .article-news a:hover {
        text-decoration: underline; }
  .content .search-map .for-search {
    background: #f2f1f2;
    padding: 15px 17px 33px 17px;
    margin: 0 0 0 -17px;
    width: 735px; }
    .content .search-map .for-search .tp {
      margin: 5px 0 5px 0; }
      .content .search-map .for-search .tp .title {
        color: #336AA2;
        font-size: 18px;
        font-weight: bold;
        float: none;
        padding: 0;
        border-right: none; }
    .content .search-map .for-search p {
      color: #336AA2;
      font-size: 16px;
      font-weight: bold;
      float: left;
      padding: 0 17px;
      border-right: 1px solid #a9a9a9; }
      .content .search-map .for-search p a {
        color: #7f7f7f;
        font-size: 16px;
        font-weight: bold; }
    .content .search-map .for-search .first {
      padding-left: 0; }
    .content .search-map .for-search .last {
      border-right: none; }
    .content .search-map .for-search .forma {
      margin: 30px 0 0 0; }
      .content .search-map .for-search .forma input[type="text"] {
        width: 510px;
        padding: 14px 0 14px 15px;
        -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); }
      .content .search-map .for-search .forma input[type="submit"] {
        width: 200px;
        float: right;
        padding: 12px 0;
        margin: 0 0 20px 0;
        text-align: center;
        color: #fff;
        font-size: 15px;
        background: #00003E;
        cursor: pointer; }
  .content .search-map .hrefs {
    overflow: hidden;
    margin: 27px 0; }
    .content .search-map .hrefs ul {
      list-style: none; }
      .content .search-map .hrefs ul li {
        float: left;
        border-right: 1px solid #336AA2;
        padding: 0 17px; }
        .content .search-map .hrefs ul li a {
          color: #336AA2;
          font-size: 16px; }
        .content .search-map .hrefs ul li a:hover {
          text-decoration: underline; }
      .content .search-map .hrefs ul li:first-child {
        padding-left: 0; }
      .content .search-map .hrefs ul li:last-child {
        border-right: none; }
  .content .search-map .google-map {
    margin: 0 0 20px -15px; }
  .content .search-map .work {
    margin: 0 0 0 -15px;
    width: 765px; }
    .content .search-map .work .metro-work {
      background: #f2f2f2;
      float: left;
      width: 374px;
      margin: 0 15px 0 0; }
      .content .search-map .work .metro-work .title {
        background: url("../images/line-metro.png") 15px center no-repeat #e9e9e9;
        padding: 14px 0 14px 40px;
        color: #336AA2;
        font-size: 16px;
        font-weight: bold; }
      .content .search-map .work .metro-work .colors {
        padding: 15px 0; }
        .content .search-map .work .metro-work .colors .dark-blue {
          background: url("../images/dark-blue.png") 15px center no-repeat; }
        .content .search-map .work .metro-work .colors .dark-green {
          background: url("../images/dark-green.png") 15px center no-repeat; }
        .content .search-map .work .metro-work .colors .yellow {
          background: url("../images/yellow.png") 15px center no-repeat; }
        .content .search-map .work .metro-work .colors .orange {
          background: url("../images/orange.png") 15px center no-repeat; }
        .content .search-map .work .metro-work .colors .light-blue {
          background: url("../images/light-blue.png") 15px center no-repeat; }
        .content .search-map .work .metro-work .colors .bardov {
          background: url("../images/bordov.png") 15px center no-repeat; }
        .content .search-map .work .metro-work .colors .dark-gray {
          background: url("../images/dark-gray.png") 15px center no-repeat; }
        .content .search-map .work .metro-work .colors .light-green {
          background: url("../images/light-green.png") 15px center no-repeat; }
        .content .search-map .work .metro-work .colors .light-blue2 {
          background: url("../images/light-blue2.png") 15px center no-repeat; }
        .content .search-map .work .metro-work .colors .light-blue3 {
          background: url("../images/light-blue3.png") 15px center no-repeat; }
        .content .search-map .work .metro-work .colors .red {
          background: url("../images/red.png") 15px center no-repeat; }
        .content .search-map .work .metro-work .colors .fiolet {
          background: url("../images/fiolet.png") 15px center no-repeat; }
        .content .search-map .work .metro-work .colors p {
          color: #000;
          padding: 0 0 0 35px;
          margin: 2px 0; }
          .content .search-map .work .metro-work .colors p a {
            color: #000; }
    .content .search-map .work .okrug-work {
      background: #f2f2f2;
      float: right;
      width: 374px; }
      .content .search-map .work .okrug-work .title {
        background: url("../images/work2.png") 30px center no-repeat #e9e9e9;
        padding: 14px 0 14px 55px;
        color: #336AA2;
        font-size: 16px;
        font-weight: bold; }
      .content .search-map .work .okrug-work .okruga {
        padding: 15px 0; }
        .content .search-map .work .okrug-work .okruga p {
          color: #000;
          padding: 0 0 0 30px;
          margin: 2px 0; }
          .content .search-map .work .okrug-work .okruga p a {
            color: #000; }
  .content .reklama .rek {
    margin: 15px 0 20px 35px; }
    .content .reklama .rek p {
      color: #336AA2;
      font-weight: bold;
      font-size: 14px; }
      .content .reklama h1 {
        color: #336AA2;
        font-size: 18px; }
  .content .reklama .left p {
    color: #000;
    font-size: 14px;
    margin: 0 0 20px 0; }
    .content .reklama .left p a {
        color: #000;
        border-bottom: 1px dotted #000;
        text-decoration: none; 
  }
  .content .reklama .left p a:hover {
        border-bottom: none;
  }
  .content .reklama .left .last-p {
    font-size: 14px;
    margin: 15px 0; }
    .content .reklama .left .last-p a {
      color: #00003E;
      font-weight: bold; }
  .content .reklama .left .w385 {
    width: 385px;
    margin: 35px auto;
    overflow: hidden; }
    .content .reklama .left .w385 a {
      width: 175px;
      font-size: 15px; }
    .content .reklama .left .w385 .rekl {
      float: left;
      color: #fff;
      text-align: center;
      background: #00003E;
      padding: 13px 0; }
    .content .reklama .left .w385 .uslu {
      float: right;
      border: 2px solid #00003E;
      width: 171px;
      padding: 11px 0;
      color: #00003E;
      text-align: center; }
  .content .reklama .left .rek {
    margin: 15px 0 20px 0; }
    .content .reklama .left .rek p {
      color: #336AA2;
      font-weight: bold;
      font-size: 14px; }
  .content .reklama .left .traf .top {
    background: #e9e8e9;
    padding: 15px 0 15px 35px;
    overflow: hidden; }
    .content .reklama .left .traf .top .one {
      float: left;
      width: 170px;
      margin: 0 55px 0 0; }
    .content .reklama .left .traf .top .days {
      float: left;
      width: 235px;
      margin: 8px 0 0 0; }
      .content .reklama .left .traf .top .days div {
        float: left;
        width: 75px; }
    .content .reklama .left .traf .top p {
      color: #000;
      font-size: 12px;
      font-weight: bold;
      margin: 0; }
  .content .reklama .left .traf .information {
    background: #f2f1f2;
    overflow: hidden;
    padding: 15px 0 15px 35px; }
    .content .reklama .left .traf .information .one {
      float: left;
      width: 170px;
      margin: 22px 55px 0 0;
      font-weight: bold; }
    .content .reklama .left .traf .information .days {
      float: left;
      width: 235px;
      background: url("../images/right.png") 215px 25px no-repeat; }
      .content .reklama .left .traf .information .days div {
        float: left;
        width: 75px; }
      .content .reklama .left .traf .information .days .center {
        margin: 0 0 8px 55px;
        font-weight: bold; }
    .content .reklama .left .traf .information .days2 {
      background: none; }
    .content .reklama .left .traf .information p {
      color: #000;
      font-size: 12px;
      margin: 0 0 3px 0; }
  .content .reklama .left .table .parag {
    margin: 20px 0 0 0; }
    .content .reklama .left .table .parag p {
      margin: 0;
      font-size: 12px; }
  .content .reklama .left .table table {
    padding: 0;
    border-collapse: collapse;
    width: 100%; }
    .content .reklama .left .table table .top {
      background: #e9e8e9;
      padding: 0; }
      .content .reklama .left .table table .top td p {
        font-weight: bold;
        padding: 18px 0;
        margin: 0; }
    .content .reklama .left .table table tr {
      background: #f2f1f2;
      padding: 5px 0; }
      .content .reklama .left .table table tr td p {
        font-size: 12px;
        text-align: center;
        margin: 5px 0; }
      .content .reklama .left .table table tr td img {
        display: block;
        margin: 0 auto; }
      .content .reklama .left .table table tr .tleft p {
        text-align: left; }
      .content .reklama .left .table table tr .tleft p:last-child {
        padding: 0 0 5px 0; }
      .content .reklama .left .table table tr .tleft p:first-child {
        padding: 5px 0 0 0; }
      .content .reklama .left .table table tr .bold p {
        font-weight: bold; }
      .content .reklama .left .table table tr .pad {
        padding: 0 0 0 15px; }
  .content .reklama .left .table-last table tr td p {
    margin: 0; }
  .content .reklama .left .table-last table tr .w92 {
    width: 92px; }
  .content .reklama .left .table-last table tr .line {
    padding: 20px 0 10px; }
  .content .reklama .left .table-last table tr .last {
    padding: 0 0 10px 15px; }
  .content .reklama .left .table-last table tr .bold p:first-child {
    padding: 20px 0 10px; }
  .content .reklama .left .table table tr .bold p a {
        color: #000;
        border-bottom: 1px dotted #000;
        text-decoration: none; 
  }
  .content .reklama .left .table table tr .bold p a:hover {
        border-bottom: none;
  }
  .content .catalog-vac .search-vac-rezum {
    overflow: hidden;
    margin: 0 0 35px 35px; }
    .content .catalog-vac .search-vac-rezum p {
      color: #336AA2;
      font-size: 16px;
      font-weight: bold;
      float: left;
      padding: 0 15px 0 0;
      border-right: 1px solid #7f7f7f;
      margin: 0 0 0 15px; }
    .content .catalog-vac .search-vac-rezum p:first-child {
      margin: 0; }
    .content .catalog-vac .search-vac-rezum p:last-child {
      border-right: none; }
    .content .catalog-vac .search-vac-rezum .active {
      color: #336AA2;
      font-size: 16px;
      font-weight: bold; }
    .content .catalog-vac .search-vac-rezum a {
      color: #7f7f7f;
      font-size: 16px;
      font-weight: bold; }
  .content .catalog-vac .left .vacans {
    margin: 0 0 15px 0; }
    .content .catalog-vac .left .vacans .title {
      font-size: 16px;
      color: #000;
      font-weight: bold; }
      .content .catalog-vac .left .vacans .title a {
        font-size: 16px;
        color: #000;
        font-weight: bold; }
      .content .catalog-vac .left .vacans .title span {
        font-size: 11px;
        color: #000;
        font-weight: normal;
        display: inline-block; }
  .content .catalog-vac .left .blok {
    display: inline-block; }
    .content .catalog-vac .left .blok .open {
      font-size: 12px;
      color: #7f7f7f;
      background: url("../images/open-arr.png") right 6px no-repeat;
      display: inline-block;
      padding: 2px 18px 2px 0;
      margin: 5px 0 7px 0;
      cursor: pointer; }
    .content .catalog-vac .left .blok .href-vac {
      background: #e6e6e6;
      padding: 15px 20px;
      display: none; }
      .content .catalog-vac .left .blok .href-vac p {
        color: #7f7f7f;
        font-size: 12px; }
        .content .catalog-vac .left .blok .href-vac p a {
          font-size: 12px;
          color: #7f7f7f; }
        .content .catalog-vac .left .blok .href-vac p a:hover {
          text-decoration: underline; }
.content .search-content .title {
        overflow: hidden;
}
.content .search-content .title h1 {
        color: #336AA2;
        font-size: 18px;
        text-align: center;
}
        
  .content .search-content .search-vac-rezum {
    overflow: hidden; }
    .content .search-content .search-vac-rezum p {
      color: #336AA2;
      font-size: 16px;
      font-weight: bold;
      float: left; }
    .content .search-content .search-vac-rezum p:first-child {
      padding: 0 15px 0 0;
      border-right: 1px solid #7f7f7f; }
    .content .search-content .search-vac-rezum p:last-child {
      margin: 0 0 0 15px; }
    .content .search-content .search-vac-rezum .active {
      color: #336AA2;
      font-size: 16px;
      font-weight: bold; }
    .content .search-content .search-vac-rezum a {
      color: #7f7f7f;
      font-size: 16px;
      font-weight: bold; }
  .content .search-content .cheking {
    margin: 7px 0 7px 0; }
    .content .search-content .cheking label {
      display: inline-block;
      height: 12px;
      margin: 0 20px 0 0;
      position: relative;
      width: 12px;
      float: left; }
    .content .search-content .cheking p {
      font-size: 14px;
      color: #000; }
    .content .search-content .cheking input[type="checkbox"] + span {
      background: transparent url("../images/checkbox.png") no-repeat scroll 0 0;
      cursor: pointer;
      float: none;
      height: 100%;
      left: 0;
      margin: 0 20px 0 0;
      position: absolute;
      top: 3px;
      width: 100%; }
    .content .search-content .cheking input[type="checkbox"] {
      display: none; }
    .content .search-content .cheking input[type="checkbox"]:checked + span {
      background: transparent url("../images/checkbox-active.png") no-repeat scroll 0 0; }
  .content .search-content .styled-select {
    background: url("../images/arrow-select.png") #fff no-repeat scroll 398px center;
    margin: 0 28px 0 0;
    overflow: hidden;
    width: 418px;
    float: left;
    height: 42px;
    border: 1px solid #c4c4c4; }
    .content .search-content .styled-select select {
      background: transparent none repeat scroll 0 0;
      border-radius: 5px;
      clip: rect(0px, 237px, 26px, 210px);
      color: #4c4c4c;
      font-size: 14px;
      padding: 12px 0 13px 13px;
      top: 1px;
      width: 438px;
      border: none;
      outline: none;
      box-shadow: none;
      -webkit-appearance:none;
      height: 42px; }
  .content .search-content table {
    width: 100%;
    margin: 33px 0 0 0; }
    .content .search-content table td {
      vertical-align: top;
      padding: 0 0 50px 0; }
    .content .search-content table .center {
            text-align: center;
    }
      .content .search-content table td p {
        font-size: 14px;
        color: #000; }
      .content .search-content table td input[type="text"] {
        width: 405px;
        border: 1px solid #c4c4c4;
        padding: 12px 0 13px 13px;
        /*color: #c4c4c4;*/
        font-size: 14px;
        margin: 0 0 0 0; }
      .content .search-content table .kaptcha {
              float: left;
      }
      .content .search-content table .kaptcha input[type="text"] {
        width: 255px;
        border: 1px solid #c4c4c4;
        padding: 12px 0 13px 13px;
        /*color: #c4c4c4;*/
        font-size: 14px;
        margin: 0 0 0 0; }
      .content .search-content table .kaptchaimg {
              float: right;
              border: 1px solid #c4c4c4;
              margin-right: 65px;
              margin-bottom: -5px;
      }
      .content .search-content table td .cheking {
        margin: 7px 0 7px 0; }
        .content .search-content table td .cheking label {
          display: inline-block;
          height: 12px;
          margin: 0 20px 0 0;
          position: relative;
          width: 12px;
          float: left; }
        .content .search-content table td .cheking p {
          font-size: 14px;
          color: #000; }
        .content .search-content table td .cheking p a {
                color: #000; 
                border-bottom: 1px dotted #000;
        }
        .content .search-content table td .cheking p a:hover {
                border-bottom: none;
        }
        .content .search-content table td .cheking input[type="checkbox"] + span {
          background: transparent url("../images/checkbox.png") no-repeat scroll 0 0;
          cursor: pointer;
          float: none;
          height: 100%;
          left: 0;
          margin: 0 20px 0 0;
          position: absolute;
          top: 3px;
          width: 100%; }
        .content .search-content table td .cheking input[type="checkbox"] {
          display: none; }
        .content .search-content table td .cheking input[type="checkbox"]:checked + span {
          background: transparent url("../images/checkbox-active.png") no-repeat scroll 0 0; }
      .content .search-content table td .styled-select {
        background: url("../images/arrow-select.png") #fff no-repeat scroll 398px center;
        margin: 0 28px 0 0;
        overflow: hidden;
        width: 418px;
        float: left;
        height: 42px;
        border: 1px solid #c4c4c4; }
        .content .search-content table td .styled-select select {
          background: transparent none repeat scroll 0 0;
          border-radius: 5px;
          clip: rect(0px, 237px, 26px, 210px);
          color: #4c4c4c;
          font-size: 14px;
          padding: 12px 0 13px 13px;
          top: 1px;
          width: 438px;
          border: none;
          outline: none;
          box-shadow: none;
          -webkit-appearance:none;
          height: 42px; }
    .content .search-content table .w245 {
      width: 245px; }
      .content .search-content table .w245 p {
        margin: 14px 0 0 0; }
      .content .search-content table .w245 p a {
        color: #000;
        border-bottom: 1px dotted #000; }
      .content .search-content table .w245 p a:hover {
        border-bottom: none; }
  .content .search-content input[type="submit"] {
    color: #fff;
    font-size: 15px;
    background: #00003E;
    width: 200px;
    padding: 12px 0;
    cursor: pointer;
    margin: 0 0 20px 248px; }

.footer {
  border-top: 1px solid #A6A7BD;
  padding: 10px 0;
  overflow: hidden; }
  .footer .left-foot {
    float: left; }
    .footer .left-foot .last {
      font-size: 10px;
      margin: 10px 0 0 35px; }
  .footer .right-foot {
    float: right;
    margin: 0 15px 0 0; }
    .footer .right-foot a {
      margin: 0 5px; }
  .footer .one {
    margin: 0 0 0 35px;
    float: left;
    width: 105px; }
    .footer .one p {
      font-weight: bold;
      font-size: 10px;
      margin: 0 0 4px 0; }
        .footer .one h4 {
          font-weight: bold;
          font-size: 10px;
          margin: 0 0 4px 0; }
  .footer .two {
    float: left;
    width: 110px; }
    .footer .two p {
      margin: 0 0 4px 0;
      line-height: 9px; }
      .footer .two p a {
        font-size: 10px;
        color: #000;
        margin: 0;
        display: inline-block; }
      .footer .two p a:hover {
        color: #336AA2; }
      .footer .two h4 {
        line-height: 9px;
        font-size: 10px;
        color: #000;
        margin: 2px 0 5px 0;
        font-weight: normal;
      }
      .footer .two a:hover h4 {
        color: #336AA2;
      }
  .footer .three {
    float: left;
    width: 105px;
    border-right: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    padding: 0 0 0 15px; }
    .footer .three p {
      margin: 0 0 4px 0;
      line-height: 9px; }
      .footer .three p a {
        font-size: 10px;
        color: #000;
        margin: 0;
        display: inline-block; }
      .footer .three p a:hover {
        color: #336AA2; }
      .footer .three h4 {
        line-height: 9px;
        font-size: 10px;
        color: #000;
        margin: 2px 0 5px 0;
        font-weight: normal;
      }
      .footer .three a:hover h4 {
        color: #336AA2;
      }
  .footer .four {
    width: 125px;
    float: left;
    padding: 0 0 0 15px; }
    .footer .four p {
      margin: 0 0 4px 0;
      line-height: 9px; }
      .footer .four p a {
        font-size: 10px;
        color: #000;
        margin: 0;
        display: inline-block; }
      .footer .four p a:hover {
        color: #336AA2; }
      .footer .four h4 {
        line-height: 9px;
        font-size: 10px;
        color: #000;
        margin: 2px 0 5px 0;
        font-weight: normal;
      }
      .footer .four a:hover h4 {
        color: #336AA2;
      }
 .content .header-line {
    overflow: hidden;
    margin: 0 0 35px 35px; 
 }
.content .header-line p {
      color: #336AA2;
      font-size: 16px;
      font-weight: bold;
      float: left;
      padding: 0 15px 0 0;
      border-right: 1px solid #7f7f7f;
      margin: 0 0 0 15px; 
}
.content .header-line p:first-child {
      margin: 0; 
}
.content .header-line p:last-child {
      border-right: none; 
}
.content .header-line .active {
      color: #336AA2;
      font-size: 16px;
      font-weight: bold; 
}
.content .header-line p a {
      color: #7f7f7f;
      font-size: 16px;
      font-weight: bold; 
}
.content .header-line a {
      color: #7f7f7f;
      font-size: 16px;
      font-weight: bold; 
}
.content .header-line .active a {
      color: #336AA2;
      font-size: 16px;
      font-weight: bold; 
}
.content .header-line a:hover {
        text-decoration: underline; 
}
.content .result .left-block-result .age {
        font-size: 14px;
        color: #7f7f7f; 
}
.content .result .left-block-result .age a {
        color: #7f7f7f; 
}
.content .result .left-block-result .age a:hover {
        text-decoration: underline; 
}

.content .result input[type="submit"] {
      width: 200px;
      display: block;
      background: #00003E;
      text-align: center;
      color: #fff;
      font-size: 15px;
      padding: 12px 0;
      margin: 15px 0 20px 0;  
      cursor: pointer;
      float: left; 
}

.content .search-content button[type="button"] {
    color: #fff;
    font-size: 15px;
    background: #00003E;
    width: 200px;
    padding: 12px 0;
    cursor: pointer;
    margin: 0 0 20px 0; 
}

.content .search-content table td input[type="password"] {
        width: 405px;
        border: 1px solid #c4c4c4;
        padding: 12px 0 13px 13px;
        color: #c4c4c4;
        font-size: 14px;
        margin: 0 0 0 0; 
}

.content .search-content table td input[type="file"] {
        width: 405px;
        border: 1px solid #c4c4c4;
        padding: 12px 0 13px 13px;
        color: #c4c4c4;
        font-size: 14px;
        margin: 0 0 0 0; 
}

.search input[type="password"] {
        width: 472px;
        font-size: 14px;
        color: #c4c4c4;
        padding: 13px 0 14px 15px;
        border-left: none;
        border-right: 1px solid #000;
        border-top: none;
        border-bottom: none;
        float: left;
        margin: 0 0 0 35px;
        -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); 
}

.content .search-content table td textarea {
        width: 405px;
        height: 100px;
        border: 1px solid #c4c4c4;
        padding: 12px 0 13px 13px;
        /*color: #c4c4c4;*/
        font-size: 14px;
        margin: 0 0 0 0; 
}

.content .search-content table td .info {
        width: 405px;
        padding: 10px 0 0 0;
        font-size: 12px;
        color: #c4c4c4;
        margin: 0 0 0 0; 
}

.content .alert {
        background: #ecdde4;
        padding: 30px 35px 30px 50px;
        width: 645px;
        margin: 20px 0 0 0; 
        font-size: 14px; 
        color: #000;
}
.content .alert .warning-block {
        background: url("../images/region/complaint.png") left top no-repeat;
        display: inline-block;
        padding: 1px 0 1px 35px;
}
.content .alert .warning-block a {
        color: #000; 
        border-bottom: 1px dotted #000;
}
.content .alert .warning-block a:hover {
        border-bottom: none;
}
.content .alert p {
        font-size: 14px; 
        color: #000;
        margin: 0 0 5px 0; 
}
.content .alert p a {
        color: #336AA2; 
}
.content .alert p a:hover {
        text-decoration: underline; 
}

.content .warning {
        background: #f2f2f2;
        padding: 30px 35px 30px 50px;
        width: 665px;
        margin: 20px 0 15px 0; 
        font-size: 14px; 
        color: #000;
}
.content .warning .warning-block {
        background: url("../images/region/complaint.png") left top no-repeat;
        display: inline-block;
        padding: 1px 0 1px 35px;
}
.content .warning .warning-block a {
        color: #000; 
        border-bottom: 1px dotted #000;
}
.content .warning .warning-block a:hover {
        border-bottom: none;
}
.content .warning ul {
        margin: 5px 0 5px 35px;
}
.content .warning p {
        font-size: 14px; 
        color: #000;
        margin: 0 0 5px 0; 
}
.content .warning p a {
        color: #336AA2; 
}
.content .warning p a:hover {
        text-decoration: underline; 
}

.content .search-content table td input .success[type="text"] {
        width: 405px;
        border: 1px solid #0000ff;
        padding: 12px 0 13px 13px;
        color: #0000ff;
        font-size: 14px;
        margin: 0 0 0 0;
}

.content .search-content table td input .error[type="text"] {
        width: 405px;
        border: 1px solid #ff0000;
        padding: 12px 0 13px 13px;
        color: #ff0000;
        font-size: 14px;
        margin: 0 0 0 0;
}

.content .profile .title {
        overflow: hidden;
        padding-bottom: 15px;
}

.content .profile .title h1 {
        color: #336AA2;
        font-size: 18px;
        text-align: center;
}

.content .profile .list-vacancy-active {
        background: #e6e6e6;
        width: 695px;
        padding: 5px 35px 20px 20px; 
}
.content .profile .list-vacancy-archive {
        background: #ecdde4;
        width: 695px;
        padding: 5px 35px 20px 20px; 
}

.content .profile .wr {
        overflow: hidden; 
}
.content .profile .wr .l {
        float: left; 
}
.content .profile .wr .l .vac-comp {
        color: #336AA2;
        font-size: 14px;
        font-weight: bold;
        margin: 15px 0 15px 0; 
}
.content .profile .wr .l .vac-comp a {
        color: #336AA2;
        font-size: 14px;
        font-weight: bold;
        margin: 15px 0 15px 0; 
}
.content .profile .wr .l a:hover {
        text-decoration: underline; 
}
.content .profile .wr .l .name-vac {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        margin: 20px 0 0 0; 
}
.content .profile .wr .l .price {
        color: #000;
        font-size: 12px;
        margin: 0 0 20px 0; 
}
.content .profile .wr .l .date {
        color: #7f7f7f;
        font-size: 12px;
        margin: 0 0 20px 0; 
}
.content .profile .wr .r {
        float: right;
        margin: 15px 0 0 0; 
}
.content .profile .wr .r p {
        margin: 0;
        text-align: right; 
}
.content .profile .wr .r a {
        color: #7f7f7f;
        text-decoration: underline;
        font-size: 11px;
        padding: 5px 0 5px 0;
        display: inline-block; 
}
.content .profile .wr .r .ico1 {
        background: url("../images/ico_autor_resume_01.png") right center no-repeat;
        display: inline-block;
        padding: 4px 25px 4px 0;}
.content .profile .wr .r .ico2 {
        background: url("../images/ico_autor_resume_02.png") right center no-repeat;
        display: inline-block;
        padding: 4px 25px 4px 0;}
.content .profile .wr .r .ico3 {
        background: url("../images/ico_autor_resume_03.png") right center no-repeat;
        display: inline-block;
        padding: 4px 25px 4px 0;}
.content .profile .wr .r .ico4 {
        background: url("../images/ico_autor_resume_04.png") right center no-repeat;
        display: inline-block;
        padding: 4px 25px 4px 0;}
.content .profile .wr .r .ico5 {
        background: url("../images/ico_autor_resume_05.png") right center no-repeat;
        display: inline-block;
        padding: 4px 25px 4px 0;}
.content .profile .wr .r .ico6 {
        background: url("../images/ico_autor_resume_06.png") right center no-repeat;
        display: inline-block;
        padding: 4px 25px 4px 0;}
.content .profile .wr .r .ico7 {
        background: url("../images/ico_autor_resume_07.png") right center no-repeat;
        display: inline-block;
        padding: 4px 25px 4px 0;}
.content .profile .wr .r .ico8 {
        background: url("../images/ico_autor_resume_08.png") right center no-repeat;
        display: inline-block;
        padding: 4px 25px 4px 0;}
.content .profile table {
        border-collapse: collapse; 
}
.content .profile table tr:last-child td {
        padding-bottom: 0; 
}
.content .profile table td {
        vertical-align: top;
        padding: 0 0 18px 35px; 
}
.content .profile table .w140 {
        width: 140px;
        border-right: 1px solid #a5a5a5;
        padding: 0 0 18px 0; 
}
.content .profile table p {
        font-size: 14px;
        color: #000; 
}
.content .vacansy .top-block .bookmarked {
        background: url("../images/region/star.png") left center no-repeat;
        color: #336AA2;
        display: inline-block;
        font-size: 14px;
        padding: 1px 0 1px 25px; 
}
.content .rezume .top-block .bookmarked {
        background: url("../images/region/star.png") left center no-repeat;
        color: #336AA2;
        display: inline-block;
        font-size: 14px;
        padding: 1px 0 1px 25px; 
}
.content .result .block-result-grey {
        width: 720px;
        overflow: hidden;
        padding: 0px 10px 20px 15px;
}
.content .result .block-result-grey2 {
        margin: 0 0 12px 0;
        padding: 0 0 12px 0;
        width: 750px; 
}
.content .result .block-result-grey2 .block-result {
        border-bottom: none;
        margin: 0; 
}
.content .result .info-result {
        float: left;       
}
.content .result .info-result h2 {
        color: #336AA2;
        font-size: 16px;
        font-weight: bold;     
}
.content .result .info-result p {
        font-size: 14px;
        margin-top: 5px;
}

.content .profile .stat-block .new_user {
        width: 750px;
        background: #ecdde4;
        padding: 0 0 10px 0; 
}
.content .profile .stat-block .new_user .title {
        background: url("../images/chec.png") 15px center no-repeat #ECC9D5; 
}
.content .profile .stat-block .new_user .info {
        font-size: 14px;
        color: #000;
        display: inline-block;
        margin: 7px 0 7px 15px; 
}
.content .profile .stat-block .new_user .info a {
        border-bottom: 1px dotted #000;
}
.content .profile .stat-block .new_user .info a:hover {
        border-bottom: none;
}

.content .search-content .stat-block {
        width: 750px; }
.content .search-content .stat-block .wr {
        overflow: hidden;
        width: 750px;
        margin: 17px 0; }
.content .search-content .stat-block a {
        font-size: 14px;
        color: #000;
        display: inline-block;
        margin: 7px 0 7px 15px; }
.content .search-content .stat-block a:hover {
        text-decoration: underline; }
.content .search-content .stat-block .title {
        font-size: 14px;
        font-weight: bold;
        color: #336AA2;
        padding: 17px 0 17px 45px;
        margin: 0 0 7px 0; }
.content .search-content .stat-block .new_user {
        width: 750px;
        background: #ecdde4;
        padding: 0 0 10px 0; 
}
.content .search-content .stat-block .new_user .title {
        background: url("../images/chec.png") 15px center no-repeat #ECC9D5; 
}
.content .search-content .stat-block .new_user .info {
        font-size: 14px;
        color: #000;
        display: inline-block;
        margin: 7px 0 7px 15px; 
}
.content .search-content .stat-block .new_user .info a {
        border-bottom: 1px dotted #000;
}
.content .search-content .stat-block .new_user .info a:hover {
        border-bottom: none;
}

:-webkit-input-placeholder {
        font-family: Arial, Calibri, Tahoma;
}

:-moz-placeholder { /* Firefox 18- */
        font-family: Arial, Calibri, Tahoma;
}

::-moz-placeholder {  /* Firefox 19+ */
        font-family: Arial, Calibri, Tahoma;
}

:-ms-input-placeholder {  
        font-family: Arial, Calibri, Tahoma;
}

.content .left .pb .blok_info {
        padding: 0 0 5px 0; 
}

.content .vacansy .reklama {
        padding: 20px 20px 40px 0px;
        width: 730px;
}

.content .rezume .reklama {
        padding: 10px 0px 20px 0;
        width: 730px;
}

.content .catalog-work .reklama {
        padding: 20px 20px 40px 0px;
        width: 730px;
}

.content .profile .reklama {
        padding: 0px 40px 0px 10px;
        width: 730px;
}

.content .left .block-news .left-block .info .special a {
        color: #336AA2; 
}

.content .pagination {
        margin: 33px 0 50px 0;
        overflow: hidden; 
}
.content .pagination ul {
        list-style: none; 
}
.content .pagination ul li {
        float: left;
        margin: 0 21px 0 0;
        color: #000;
        font-size: 18px; 
}
.content .pagination ul li a {
        color: #336AA2;
        font-size: 18px; 
}
.content .pagination ul li a:hover {
        text-decoration: underline;
        color: #000000; 
}

.content .catalog-work .block-result {
        overflow: hidden;
        padding: 0 0 25px 15px;
        background: url("../images/region/line.png") center bottom no-repeat;
        margin: 0 0 18px 0;
        width: 735px; }
.content .catalog-work .block-result-red {
        width: 720px;
        background: #ecdde4;
        overflow: hidden;
        padding: 10px 15px; }
.content .catalog-work .block-result-red2 {
        background: url("../images/region/line.png") center bottom no-repeat;
        margin: 0 0 12px 0;
        padding: 0 0 12px 0;
        width: 750px; }
.content .catalog-work .block-result-grey {
        width: 720px;
        overflow: hidden;
        padding: 0px 10px 20px 15px;
}
.content .catalog-work .block-result-grey2 {
        margin: 0 0 12px 0;
        padding: 0 0 12px 0;
        width: 750px; 
}
.content .catalog-work .block-result-grey2 .block-result {
        border-bottom: none;
        margin: 0; 
}
.content .catalog-work .block-result-red2 .block-result {
        border-bottom: none;
        margin: 0; }
.content .catalog-work .top-block-result {
        float: left;
        width: 650px; }
.content .catalog-work .top-block-result .title {
        color: #336AA2;
        font-size: 16px;
        font-weight: bold; }
.content .catalog-work .top-block-result .title a {
        color: #336AA2;
        font-size: 16px;
        font-weight: bold; }
.content .catalog-work .top-block-result .title a:hover {
        text-decoration: underline; }
.content .catalog-work .top-block-result .city {
        color: #7f7f7f;
        font-size: 11px;
        margin: 1px 0 12px 0; }
.content .catalog-work .top-block-result .city a {
        color: #7f7f7f; 
        border-bottom: 1px dotted #7f7f7f;
}
.content .catalog-work .top-block-result .city a:hover {
        text-decoration: underline; 
        border-bottom: none;
}
.content .catalog-work .top-star-block-result {
        float: right;
        width: 50px; }
.content .catalog-work .top-star-block-result .star {
        float: right;
        margin: 5px 0 0 0; }
.content .catalog-work .left-block-result {
        float: left;
        width: 340px; }
.content .catalog-work .left-block-result .title {
        color: #336AA2;
        font-size: 16px;
        font-weight: bold; }
.content .catalog-work .left-block-result .title a {
        color: #336AA2;
        font-size: 16px;
        font-weight: bold; }
.content .catalog-work .left-block-result .title a:hover {
        text-decoration: underline; }
.content .catalog-work .left-block-result .city {
        color: #7f7f7f;
        font-size: 11px;
        margin: 1px 0 12px 0; }
.content .catalog-work .left-block-result .city a {
        color: #7f7f7f;
        border-bottom: 1px dotted #7f7f7f;
}
.content .catalog-work .left-block-result .city a:hover {
        text-decoration: none; 
        border-bottom: none;
}
.content .catalog-work .left-block-result .company {
        font-size: 14px;
        color: #7f7f7f; }
.content .catalog-work .left-block-result .company a {
        color: #7f7f7f; }
.content .catalog-work .left-block-result .company a:hover {
        text-decoration: underline; }
.content .catalog-work .left-block-result .txt {
        color: #000000;
        font-size: 14px;
        margin: 5px 0 0 0; }
.content .catalog-work .right-block-result {
        float: right;
        width: 125px; }
.content .catalog-work .right-block-result .star {
        float: right;
        margin: 0 0 35px 0; }
.content .catalog-work .center-block-result {
        margin: 0 150px 0 420px; }
.content .catalog-work .center-block-result .price {
        color: #000;
        font-size: 14px;
        font-weight: bold; }
.content .catalog-work .left-block-result .age {
        font-size: 14px;
        color: #7f7f7f; 
}
.content .catalog-work .left-block-result .age a {
        color: #7f7f7f; 
}
.content .catalog-work .left-block-result .age a:hover {
        text-decoration: underline; 
}

.content .catalog-work .card {
        padding: 0 0 30px 0;
        background: #e6e6e6;
        overflow: hidden;
        margin: 0 0 20px 0; 
}
.content .catalog-work .card .left-bl {
        float: left;
        width: 370px;
        margin: 0 0 0 35px; 
}
.content .catalog-work .card .left-bl .title {
        font-size: 18px;
        color: #336AA2;
        font-weight: bold; 
}
.content .catalog-work .card .left-bl .title a {
        color: #336AA2;
        font-size: 18px;
        font-weight: bold; 
}
.content .catalog-work .card .left-bl p {
        font-size: 14px;
        color: #000;
        margin: 14px 0; 
}
.content .catalog-work .card .left-bl p a {
        color: #000;
        font-size: 14px; 
        border-bottom: 1px dotted #000;
}
.content .catalog-work .card .left-bl p a:hover {
        text-decoration: none; 
        border-bottom: none;
}
.content .catalog-work .card .right-bl {
        float: right;
        margin: 0 35px 0 0; 
}
.content .catalog-work .card .right-bl img {
        float: right;
        margin: 50px 0 0 0; 
}
.content .catalog-work .card .right-bl a {
        display: block;
        width: 175px;
        color: #fff;
        text-align: center;
        padding: 14px 0;
        background: #00003E;
        margin: 275px 0 0 0; 
}

.pager {
        float: left;
        width: 450px;
        padding: 15px 0 20px 15px;
        font-size: 14px;
}
.pager-right {
        padding: 15px 0 20px 15px;
        font-size: 14px;
        float: right;
}

.b-paging .active {
	font-weight:bold;
	color:#fff;
	background:#336AA2;
	padding:2px 5px 2px 5px;
}

.b-paging ul.arrows {
	display:inline;
	/*color:#336AA2;*/
	margin:0 6px 0 6px;
}

.b-paging ul.arrows span.link {
	text-transform:uppercase;
}

.b-paging ul.arrows a {
	color:#336AA2;
	text-transform:none;
	text-decoration:underline;
	}
.b-paging ul.arrows a:hover {
	text-decoration:none;
}
.b-paging ul.numbers {
	margin: 10px 21px 0 0;
}

.b-paging ul.numbers a {
	color:#336AA2;
        margin: 0 5px 0 5px;
	text-decoration:underline;
}
.b-paging ul.numbers a:hover {
	text-decoration:none;
}
.b-paging ul.period {
	margin:0 5px 0 0;
	display:inline;
}
.b-paging ul.period a {
	color:#336AA2;
	text-decoration:underline;
}
.b-paging ul.period a:hover {
	text-decoration:none;
}

.content .left .city-region {
        border-bottom: 1px solid #A6A7BD;
        margin-bottom: 20px;
        overflow: hidden; }
.content .left .city-region .title {
        text-align: center;
        margin: 10px 0 15px 0; }
.content .left .city-region .title a {
        color: #336AA2;
        font-size: 16px;
        font-weight: bold; }
.content .left .city-region .title a:hover {
        text-decoration: underline; }
.content .left .city-region .left-block {
        margin: 0 50px 0 0;
        float:left; 
        width: 185px; }
.content .left .city-region .left-block .letter {
        font-size: 16px;
        color: #000; 
        float:left;
        width: 20px;
        margin: 0 0 12px 0; }
.content .left .city-region .left-block .info { 
        float:left;
        width: 160px;
        margin: 0 0 12px 0; }
.content .left .city-region .left-block .info p a {
        font-size: 14px;
        color: #000; }
.content .left .city-region .left-block .info p a:hover {
        color: #336AA2; }
.content .left .city-region .left-block .info p span {
        display: inline;
        float: right;
        margin: 3px 0 0 0;
        font-size: 11px;
        color: #7f7f7f;}
.content .left .city-region:last-child {
        border: 0; }

.content .search-map .city-region {
        border-bottom: 1px solid #A6A7BD;
        padding-bottom: 10px;
        margin-bottom: 30px;
        overflow: hidden; }
.content .search-map .city-region .title {
        margin: 10px 0 15px 0; }
.content .search-map .city-region .title a {
        color: #336AA2;
        font-size: 16px;
        font-weight: bold; }
.content .search-map .city-region .title a:hover {
        text-decoration: underline; }
.content .search-map .city-region .metro {
        text-align: center;
}

.content .search-map .alphabet .booking {
        margin: 20px 0 40px 35px; }
.content .search-map .alphabet .booking .russian span {
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        margin: 0 3.4px; }
.content .search-map .alphabet .booking .russian a {
        color: #336AA2;
        font-size: 14px;
        font-weight: bold;
        display: inline-block; }
.content .search-map .alphabet .booking .russian a:hover {
        text-decoration: underline; }

.content .vacansy .social {
        padding: 30px 20px 20px 20px;
        margin-bottom: 30px;
        width: 730px;
}

.content .rezume .social {
        padding: 30px 20px 20px 20px;
        margin-bottom: 30px;
        width: 730px;
}

.content .vacansy .social .element {
        margin-left: 30px;
        float: left;
}

.content .rezume .social .element {
        margin-left: 30px;
        float: left;
}

.content .gallery .block-result {
        overflow: hidden;
        padding: 0 0 25px 15px;
        background: url("../images/region/line.png") center bottom no-repeat;
        margin: 0 0 18px 0;
        width: 735px; 
}
.content .gallery .center-block-result {
        float: left;
        width: 180px; 
        text-align: center;
}
.content .gallery .center-block-result img {
        border: 1px solid #336AA2;
}

.content .politics {
        font-size: 14px;
}
.content .politics a {
        color: #7f7f7f;
        border-bottom: 1px dotted #7f7f7f;
}
.content .politics a:hover {
        text-decoration: none; 
        border-bottom: none;
}
.content .politics .title {
        color: #336AA2;
        font-size: 18px;
        font-weight: bold;
}
.content .politics ul {
        padding: 10px 0 0 40px; 
}
.content .politics ul li {
        font-size: 14px; 
        padding: 5px 0 0 0; 
}
.content .politics p {
        padding: 10px 0 0 0; 
}

.content .vacansy .add-rezum {
        background: #e6e6e6;
        padding: 28px 40px;
        overflow: hidden;
        width: 670px;
        margin: 0 0 35px 0; }
.content .vacansy .add-rezum p {
        float: left;
        width: 465px;
        font-size: 14px;
        margin: 5px 0 0 0; }
.content .vacansy .add-rezum a {
        color: #00003E;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px dotted #00003E;}
.content .vacansy .add-rezum a:hover {
        text-decoration: none;
        border-bottom: none;}

.content .left .land-text .new-bl {
        overflow: hidden;
        margin: 0 0 5px 0; 
}
.content .left .land-text .new-bl .img {
        float: left;
        margin: 4px 4px 5px 5px; 
        width: 30px; 
}
.content .left .land-text .new-bl .img .ico1 {
        background: url("../images/region/landing_ico_01.png") left center no-repeat;
        width: 24px;
        height: 24px;

}
@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-resolution: 1.5dppx),
only screen and (min-resolution: 144dpi)  {
.content .left .land-text .new-bl .img .ico1 {
        background: url("../images/region/landing_ico_01.png") left center no-repeat;
        background-size: 24px 24px;
  }
} 
.content .left .land-text .new-bl .img .ico2 {
        background: url("../images/region/landing_ico_02.png") left center no-repeat;
        width: 24px;
        height: 29px;

}
@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-resolution: 1.5dppx),
only screen and (min-resolution: 144dpi)  {
.content .left .land-text .new-bl .img .ico2 {
        background: url("../images/region/landing_ico_02.png") left center no-repeat;
        background-size: 24px 29px;
  }
} 
.content .left .land-text .new-bl .img .ico3 {
        background: url("../images/region/landing_ico_03.png") left center no-repeat;
        width: 24px;
        height: 26px;

}
@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-resolution: 1.5dppx),
only screen and (min-resolution: 144dpi)  {
.content .left .land-text .new-bl .img .ico3 {
        background: url("../images/region/landing_ico_03.png") left center no-repeat;
        background-size: 24px 26px;
  }
} 
.content .left .land-text .new-bl .img .ico4 {
        background: url("../images/landing_ico_04.png") left center no-repeat;
        width: 26px;
        height: 24px;

}
@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-resolution: 1.5dppx),
only screen and (min-resolution: 144dpi)  {
.content .left .land-text .new-bl .img .ico4 {
        background: url("../images/landing_ico_04_52x48.png") left center no-repeat;
        background-size: 26px 24px;
  }
} 
.content .left .land-text .new-bl .info {
        float: left;
        width: 680px;
}
.content .left .land-text .new-bl .info h3 {
        font-size: 14px;
        font-weight: bold; 
}
.content .left .land-text .new-bl .info a:hover h3 {
        text-decoration: underline; 
}

/* Calendar */
.content .calendar h1 {
        color: #336AA2;
        font-size: 18px;
        font-weight: bold;     
        text-align: center;
}
.calendar-description {
  margin: 0 21px 40px 0;
  padding: 20px 0 40px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 14px;
  line-height: 30px;
}
.calendar-description a {
        color: #336AA2;
        border-bottom: 1px dotted #336AA2;
}
.calendar-description a:hover {
        text-decoration: none; 
        border-bottom: none;
}
.t-year {
  float: right;
}
.t-year .current,
.t-year .link {
  margin-left: 20px;
}
.t-today {
  font-weight: 700;
}
.calendar-area {
  margin: 0 -50px 10px 0;
}
.calendar-area .disabled {
  color: #a4a4a4;
  text-indent: -9999px;
}
.calendar-area .holiday {
  background: #336AA2;
  color: #fff;
}
.calendar-area .short-day {
  background: #e08fb1;
  color: #222;
}
.calendar-area .today {
  background: #2b2b2b;
  color: #fff;
}
.month {
  display: inline-block;
  margin: 0 60px 40px 0;
  width: 185px;
}
.month .name {
  margin: 0 0 2px 4px;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 14px;
}
.month .days {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  line-height: 22px;
}
.month th {
  background: #eee;
  color: #a4a4a4;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 12px;
}
.month th:first-child {
  border-left: 4px solid #fff;
}
.month th:last-child {
  border-right: 4px solid #fff;
}
.month td {
  width: 26px;
  border: 4px solid #fff;
  font-size: 12px;
}
.calendar-legend {
  margin-right: 21px;
  padding-top: 45px;
  border-top: 1px solid #E6E6E6;
  font-size: 14px;
  line-height: 1.4;
}
.calendar-legend .row {
  margin-bottom: 10px;
}
.calendar-legend .day {
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  text-align: center;
  text-indent: -9999px;
  font-weight: bold;
  line-height: 22px;
}
.calendar-legend .short-day {
  background: #e08fb1;
}
.calendar-legend .holiday {
  background: #336AA2;
}
.calendar-info {
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1.4;
}
.calendar-info h2 {
  margin: 50px 0 20px;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
}
.calendar-info h3 {
  margin: 16px 0;
  padding: 0;
  font-size: 14px;
}
.calendar-info .column {
  float: left;
  margin-bottom: 20px;
  padding-right: 10px;
  width: 300px;
  line-height: 28px;
}
.calendar-info .disclaimer {
  color: gray;
}
.calendar-info table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.calendar-info th {
  padding: 8px 0;
  border-bottom: 3px solid #000;
  text-align: right;
  font-weight: 700;
  font-size: 14px;
}
.calendar-info th:first-child {
  text-align: left;
}
.calendar-info .first,
.calendar-info .second,
.calendar-info .third {
  border-right: 6px solid #fff;
}
.calendar-info td {
  padding: 5px 0;
  text-align: right;
}
.calendar-info td:first-child {
  text-align: left;
}
.calendar-info .description th {
  border-bottom: 2px solid #b2b2b2;
  vertical-align: bottom;
  font-weight: 400;
  font-size: 12px;
}
.calendar-info td {
  border-right: 6px solid #fff;
  border-bottom: 1px dotted #b2b2b2;
}
.calendar-info td:first-child {
  text-align: left;
  text-transform: lowercase;
}
.calendar-info .sub-result td {
  border-bottom: 2px solid #b2b2b2;
}
.calendar-info .result-row td:first-child {
  color: #336AA2;
  font-weight: bold;
}
.clearfix:after{
        content:''; 
        display:block; 
        clear:both; 
        line-height:0; 
        overflow:hidden;
}

.content .result .search-line-res {
        margin: 8px 0 25px 15px;
        width: 735px; 
}
.content .result .search-line-res .left-res {
        float: left;
        color: #4c4c4c;
        font-size: 14px; 
}
.content .result .search-line-res .rig {
        float: right; 
}
.content .result .search-line-res .rig a {
        font-size: 14px;
        color: #336AA2;
        border-right: 1px solid #336AA2;
        padding: 0 10px; 
}
.content .result .search-line-res .rig a:last-child {
        border-right: none; 
}
.content .result .search-line-res a:hover {
        text-decoration: underline; 
}

.size { 
        position:relative;
        float: right;
}
.size .field {
        margin: 0 0 25px 15px;
        background:#fff; 
        color:#336AA2; 
        border:none; 
        cursor:pointer;
        font-weight: bold;
        font-size: 14px;
        width: 120px;
}
/*
.size .field:hover {
	border:solid 1px #fff;
        -moz-box-shadow:0 0 5px #999; -webkit-box-shadow:0 0 5px #999; box-shadow:0 0 5px #999
}
*/
.size>ul.list { 
        display:none;
	position:absolute; left:5px; top:30px; z-index:999;
	width:150px;
	margin:0; 
        padding:10px; 
        list-style:none;
	font-size: 14px;
        background:#fff; 
        color:#333;
        -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	-moz-box-shadow:0 0 5px #999; -webkit-box-shadow:0 0 5px #999; box-shadow:0 0 5px #999;
}
.size>ul.list li {
	padding:10px;
	border-bottom: solid 1px #ccc;
}
.size>ul.list li a {
        color:#336AA2;
        cursor:pointer;
        border-bottom: 1px dotted #336AA2;
}
.size>ul.list li a:hover {
        border-bottom: none;
        text-decoration: underline; 
}
.size>ul.list li:last-child { 
        border:none 
}
.content .dark-blue {
padding: 0 0 0 15px; background: url("../images/dark-blue.png") 0 center no-repeat; }
.content .dark-green {
padding: 0 0 0 15px; background: url("../images/dark-green.png") 0 center no-repeat; }
.content .yellow {
padding: 0 0 0 15px; background: url("../images/yellow.png") 0 center no-repeat; }
.content .orange {
padding: 0 0 0 15px; background: url("../images/orange.png") 0 center no-repeat; }
.content .light-blue {
padding: 0 0 0 15px; background: url("../images/light-blue.png") 0 center no-repeat; }
.content .bardov {
padding: 0 0 0 15px; background: url("../images/bordov.png") 0 center no-repeat; }
.content .dark-gray {
padding: 0 0 0 15px; background: url("../images/dark-gray.png") 0 center no-repeat; }
.content .light-green {
padding: 0 0 0 15px; background: url("../images/light-green.png") 0 center no-repeat; }
.content .light-blue2 {
padding: 0 0 0 15px; background: url("../images/light-blue2.png") 0 center no-repeat; }
.content .light-blue3 {
padding: 0 0 0 15px; background: url("../images/light-blue3.png") 0 center no-repeat; }
.content .red {
padding: 0 0 0 15px; background: url("../images/red.png") 0 center no-repeat; }
.content .fiolet {
padding: 0 0 0 15px; background: url("../images/fiolet.png") 0 center no-repeat; }

.content .stat .left h1 {
    font-size: 16px;
    color: #336AA2;
    font-weight: bold;
    margin: 5px 0 35px 0;
    text-align: center;
}
.content .stat .left .table table {
padding: 0;
border-collapse: collapse;
width: 100%; }
.content .stat .left .table table .top {
background: #e9e8e9;
padding: 0; }
.content .stat .left .table table .top td p {
font-weight: bold;
padding: 18px 0;
margin: 0; }
.content .stat .left .table table tr {
background: #f2f1f2;
padding: 5px 0; }
.content .stat .left .table table tr td p {
font-size: 12px;
text-align: center;
margin: 5px 0; }
.content .stat .left .table table tr td img {
display: block;
margin: 0 auto; }
.content .stat .left .table table tr .tleft p {
text-align: left; }
.content .stat .left .table table tr .tleft p:last-child {
padding: 0 0 5px 0; }
.content .stat .left .table table tr .tleft p:first-child {
padding: 5px 0 0 0; }
.content .stat .left .table table tr .bold p {
font-weight: bold; }
.content .stat .left .table table tr .pad {
padding: 0 0 0 15px; }
.content .stat .left .table-last table tr td p {
margin: 0; }
.content .stat .left .table-last table tr .w92 {
width: 92px; }
.content .stat .left .table-last table tr .line {
padding: 20px 0 10px; }
.content .stat .left .table-last table tr .last {
padding: 0 0 10px 15px; }
.content .stat .left .table-last table tr .bold p:first-child {
padding: 20px 0 10px; }
.content .stat .left .table table tr p a {
color: #000;
border-bottom: 1px dotted #000;
text-decoration: none; 
}
.content .stat .left .table table tr p a:hover {
border-bottom: none;
}
.content .search-content .registr_but {
        background: #fff;
        padding: 28px 40px;
        overflow: hidden;
        float: left;
        width: 600px;
        margin: 0 0 35px 0; }
.content .search-content .registr_but p {
        width: 570px;
        float: right;
        font-size: 14px; }
.content .search-content .registr_but a {
        float: right;
        width: 250px;
        color: #fff;
        font-size: 15px;
        text-align: center;
        background: #00003E;
        margin: 0 10px 0 10px;
        padding: 14px 0; }
/*# sourceMappingURL=main.css.map */
