@charset "UTF-8";
@font-face {
  font-family: "roboto-regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular.ttf") format("truetype"); }
body,
html {
  height: 100%;
  font-family: roboto-regular;
  margin: 0; }

header .header_top_wrap {
  background-color: #000; }
  header .header_top_wrap .header_top {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    line-height: 44px; }
    @media (max-width: 1169px) {
      header .header_top_wrap .header_top {
        width: 95%; } }
    header .header_top_wrap .header_top .date {
      font-size: 16px; }
      @media (max-width: 479px) {
        header .header_top_wrap .header_top .date {
          font-size: 14px; } }
    header .header_top_wrap .header_top a {
      text-decoration: underline;
      color: #fff; }
      header .header_top_wrap .header_top a:hover {
        text-decoration: none;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s; }
      @media (max-width: 479px) {
        header .header_top_wrap .header_top a {
          font-size: 14px; } }
header .header_middle {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  @media (max-width: 1169px) {
    header .header_middle {
      width: 95%; } }
  @media (max-width: 767px) {
    header .header_middle {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  header .header_middle .logo {
    text-transform: uppercase;
    font-size: 24px;
    width: 60%;
    margin-top: 20px;
    margin-bottom: 13px; }
    @media (max-width: 979px) {
      header .header_middle .logo {
        width: 75%; } }
    @media (max-width: 767px) {
      header .header_middle .logo {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        width: 100%;
        text-align: center; } }
    @media (max-width: 479px) {
      header .header_middle .logo {
        font-size: 20px; } }
    header .header_middle .logo a {
      float: left;
      margin-right: 30px; }
      @media (max-width: 767px) {
        header .header_middle .logo a {
          margin-right: 0; } }
    header .header_middle .logo span {
      margin-top: 35px;
      display: block; }
      @media (max-width: 1169px) {
        header .header_middle .logo span {
          margin-top: 10px; } }
    header .header_middle .logo img {
      max-height: 130px;
      width: auto; }
  header .header_middle .head_contacts {
    text-align: right;
    font-size: 18px;
    margin-top: 35px;
    line-height: 32px; }
    @media (max-width: 979px) {
      header .header_middle .head_contacts {
        margin-top: 25px; } }
    @media (max-width: 767px) {
      header .header_middle .head_contacts {
        margin-top: 15px;
        margin-bottom: 20px; } }
    header .header_middle .head_contacts .title {
      color: #1976d2; }
      @media (max-width: 767px) {
        header .header_middle .head_contacts .title {
          display: block;
          text-align: center; } }
    header .header_middle .head_contacts p {
      margin: 0; }
      @media (max-width: 979px) {
        header .header_middle .head_contacts p {
          width: 140px; } }
      @media (max-width: 767px) {
        header .header_middle .head_contacts p {
          width: 100%;
          text-align: center; } }
header .header_bottom_wrap {
  background-color: #2196f3; }
header .header_bottom {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1169px) {
    header .header_bottom {
      width: 95%; } }
  @media (max-width: 767px) {
    header .header_bottom {
      padding-bottom: 13px; } }
  header .header_bottom ul.top-menu {
    padding-left: 0;
    margin: 0; }
    @media (max-width: 979px) {
      header .header_bottom ul.top-menu {
        display: none; } }
    header .header_bottom ul.top-menu li {
      list-style: none;
      display: inline-block;
      position: relative;
      /* sub-menu */
      /*&:focus,
      &:active{
        img,
        ul.sub-menu,
        &:after{
          display: block;
        }
      }*/ }
      @media (max-width: 979px) {
        header .header_bottom ul.top-menu li {
          display: block; } }
      header .header_bottom ul.top-menu li a {
        color: #fff;
        font-size: 18px;
        display: block;
        text-decoration: none;
        height: 100%;
        padding: 15px 25px; }
        @media (max-width: 1169px) {
          header .header_bottom ul.top-menu li a {
            padding: 15px 13px; } }
      header .header_bottom ul.top-menu li:hover {
        cursor: pointer; }
        header .header_bottom ul.top-menu li:hover a {
          background-color: #1976d2;
          -webkit-transition: all 300ms ease 0s;
          -moz-transition: all 300ms ease 0s;
          transition: all 300ms ease 0s; }
      header .header_bottom ul.top-menu li:first-child img {
        left: 20px; }
      header .header_bottom ul.top-menu li:first-child ul.sub-menu {
        left: 0; }
        @media (max-width: 979px) {
          header .header_bottom ul.top-menu li:first-child ul.sub-menu {
            left: 0; } }
      header .header_bottom ul.top-menu li:nth-child(2):after {
        content: 'Тарифы';
        font-size: 30px;
        color: #fff;
        position: absolute;
        top: 70px;
        z-index: 3;
        left: -110px;
        display: none; }
        @media (max-width: 979px) {
          header .header_bottom ul.top-menu li:nth-child(2):after {
            left: 0; } }
      header .header_bottom ul.top-menu li:nth-child(3) ul.sub-menu {
        left: -257px; }
        @media (max-width: 979px) {
          header .header_bottom ul.top-menu li:nth-child(3) ul.sub-menu {
            left: 0; } }
      header .header_bottom ul.top-menu li:nth-child(4) img {
        left: -361px; }
      header .header_bottom ul.top-menu li:nth-child(4) ul.sub-menu {
        left: -382px; }
        @media (max-width: 979px) {
          header .header_bottom ul.top-menu li:nth-child(4) ul.sub-menu {
            left: 0; } }
      header .header_bottom ul.top-menu li img {
        position: absolute;
        display: none;
        top: 95px;
        left: -237px;
        z-index: 3; }
      header .header_bottom ul.top-menu li ul.sub-menu {
        display: none;
        position: absolute;
        background-color: #1976d2;
        z-index: 2;
        padding-left: 370px;
        left: -131px;
        width: 800px;
        padding-bottom: 25px;
        min-height: 220px; }
        @media (max-width: 979px) {
          header .header_bottom ul.top-menu li ul.sub-menu {
            padding-left: 0;
            left: 0;
            width: 100%;
            position: relative; } }
        header .header_bottom ul.top-menu li ul.sub-menu li {
          vertical-align: top;
          width: 41%; }
          @media (max-width: 979px) {
            header .header_bottom ul.top-menu li ul.sub-menu li {
              width: 100%; } }
          header .header_bottom ul.top-menu li ul.sub-menu li a {
            font-size: 16px; }
          header .header_bottom ul.top-menu li ul.sub-menu li:after {
            display: none; }
          header .header_bottom ul.top-menu li ul.sub-menu li:hover a {
            text-decoration: underline;
            -webkit-transition: all 300ms ease 0s;
            -moz-transition: all 300ms ease 0s;
            transition: all 300ms ease 0s; }
      header .header_bottom ul.top-menu li ul.sub-menu {
        padding-top: 25px; }
    header .header_bottom ul.top-menu li.menu-on {
      background-color: #1976d2; }
      @media (max-width: 979px) {
        header .header_bottom ul.top-menu li.menu-on {
          width: 325px; } }
      @media (max-width: 479px) {
        header .header_bottom ul.top-menu li.menu-on {
          width: 260px; } }
      header .header_bottom ul.top-menu li.menu-on img {
        display: block; }
        @media (max-width: 979px) {
          header .header_bottom ul.top-menu li.menu-on img {
            display: none; } }
      header .header_bottom ul.top-menu li.menu-on:after {
        display: block; }
        @media (max-width: 979px) {
          header .header_bottom ul.top-menu li.menu-on:after {
            display: none; } }
      header .header_bottom ul.top-menu li.menu-on:hover {
        cursor: pointer; }
      header .header_bottom ul.top-menu li.menu-on ul {
        display: block; }
    header .header_bottom ul.top-menu li.current-menu-item {
      background-color: #1976d2; }
  header .header_bottom .search-form {
    position: relative; }
    @media (max-width: 979px) {
      header .header_bottom .search-form {
        overflow: hidden;
        width: 100%; } }
    header .header_bottom .search-form input#s {
      font-size: 14px;
      color: #000;
      border: none;
      height: 30px;
      padding-left: 13px;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-top: 7px;
      width: 265px; }
      @media (max-width: 1169px) {
        header .header_bottom .search-form input#s {
          width: 190px; } }
      @media (max-width: 979px) {
        header .header_bottom .search-form input#s {
          margin-bottom: 7px;
          position: absolute;
          right: -220px;
          top: 0;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; } }
      @media (max-width: 767px) {
        header .header_bottom .search-form input#s {
          position: absolute;
          right: -220px;
          top: 0;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; } }
    header .header_bottom .search-form input#s.up {
      right: 55px; }
  header .header_bottom .search-form.up {
    position: absolute;
    right: 0; }

.after_header {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px; }
  @media (max-width: 1169px) {
    .after_header {
      width: 95%; } }
  @media (max-width: 979px) {
    .after_header {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      margin-top: 20px; } }
  .after_header .slider-wrap {
    width: 770px;
    height: 320px;
    float: left;
    margin-right: 30px; }
    @media (max-width: 979px) {
      .after_header .slider-wrap {
        width: 100%; } }
    @media (max-width: 767px) {
      .after_header .slider-wrap {
        height: auto; } }
    @media (max-width: 479px) {
      .after_header .slider-wrap {
        display: none; } }
    .after_header .slider-wrap .metaslider .caption-wrap {
      top: 0;
      left: 60px;
      width: 60%;
      background-color: rgba(0, 0, 0, 0.7);
      opacity: 1; }
      .after_header .slider-wrap .metaslider .caption-wrap .caption {
        padding-left: 45px;
        padding-right: 25px; }
        @media (max-width: 1169px) {
          .after_header .slider-wrap .metaslider .caption-wrap .caption {
            padding-left: 25px; } }
        @media (max-width: 767px) {
          .after_header .slider-wrap .metaslider .caption-wrap .caption {
            padding-left: 10px;
            padding-right: 10px;
            font-size: 14px;
            padding-top: 0; } }
        .after_header .slider-wrap .metaslider .caption-wrap .caption h3 {
          font-weight: normal;
          font-size: 30px;
          margin-top: 70px;
          margin-bottom: 25px;
          line-height: 30px; }
          @media (max-width: 1169px) {
            .after_header .slider-wrap .metaslider .caption-wrap .caption h3 {
              margin-top: 30px; } }
          @media (max-width: 767px) {
            .after_header .slider-wrap .metaslider .caption-wrap .caption h3 {
              margin-top: 10px;
              font-size: 24px;
              margin-bottom: 10px; } }
  .after_header .home-content {
    width: 370px;
    font-size: 14px; }
    @media (max-width: 979px) {
      .after_header .home-content {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 20px; } }
    @media (max-width: 479px) {
      .after_header .home-content {
        padding-top: 0; } }
    .after_header .home-content .description {
      line-height: 28px; }
    .after_header .home-content h2 {
      font-size: 30px;
      margin-top: 13px;
      margin-bottom: 24px;
      font-weight: normal; }
      @media (max-width: 1169px) {
        .after_header .home-content h2 {
          margin-top: 0;
          margin-bottom: 12px; } }
    .after_header .home-content a {
      color: #2196f3;
      margin-top: 13px; }
      @media (max-width: 979px) {
        .after_header .home-content a {
          display: block; } }
      .after_header .home-content a:hover {
        text-decoration: none; }

.home .news-wrap {
  background-color: #e1e1e1;
  padding-top: 45px;
  margin-top: 70px; }
  @media (max-width: 1169px) {
    .home .news-wrap {
      margin-top: 0; } }
  .home .news-wrap h2 {
    font-weight: normal;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 40px; }
    .home .news-wrap h2:after {
      display: block;
      content: '';
      background-color: #2196f3;
      width: 120px;
      height: 4px; }
  .home .news-wrap .news {
    width: 1170px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1169px) {
      .home .news-wrap .news {
        width: 95%; } }
    .home .news-wrap .news .news-item {
      display: inline-block;
      margin-right: 30px;
      width: 31%;
      vertical-align: top;
      margin-bottom: 70px; }
      @media (max-width: 1169px) {
        .home .news-wrap .news .news-item {
          width: 30%; } }
      @media (max-width: 767px) {
        .home .news-wrap .news .news-item {
          width: 100%;
          margin-right: 0;
          border-bottom: 1px solid #000;
          padding-bottom: 25px;
          margin-bottom: 25px; } }
      .home .news-wrap .news .news-item:last-child {
        border-bottom: none; }
      .home .news-wrap .news .news-item:nth-child(3) {
        margin-right: 0; }
      .home .news-wrap .news .news-item:last-child {
        margin-right: 0; }
      .home .news-wrap .news .news-item .news-item-title a {
        font-size: 18px;
        color: #000;
        text-decoration: none;
        margin-bottom: 10px;
        min-height: 48px;
        display: block; }
        @media (max-width: 1169px) {
          .home .news-wrap .news .news-item .news-item-title a {
            min-height: 72px; } }
        @media (max-width: 767px) {
          .home .news-wrap .news .news-item .news-item-title a {
            min-height: 100%; } }
      .home .news-wrap .news .news-item .date {
        font-size: 14px;
        color: #666666;
        display: block;
        margin-bottom: 20px; }
      .home .news-wrap .news .news-item .text-content {
        font-size: 14px;
        margin-bottom: 5px; }
        @media (max-width: 1169px) {
          .home .news-wrap .news .news-item .text-content {
            min-height: 210px; } }
        @media (max-width: 767px) {
          .home .news-wrap .news .news-item .text-content {
            min-height: 100%; } }
      .home .news-wrap .news .news-item a.read-more {
        font-size: 14px;
        text-decoration: underline;
        color: #2196f3; }
        .home .news-wrap .news .news-item a.read-more:hover {
          text-decoration: none; }

.documents-wrap {
  margin-top: 60px; }
  .documents-wrap .documents {
    width: 1170px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1169px) {
      .documents-wrap .documents {
        width: 95%; } }
    .documents-wrap .documents h2 {
      font-size: 30px;
      font-weight: normal;
      margin-top: 0;
      margin-bottom: 25px; }
      @media (max-width: 479px) {
        .documents-wrap .documents h2 {
          font-size: 24px; } }
      .documents-wrap .documents h2:after {
        display: block;
        content: '';
        background-color: #2196f3;
        width: 370px;
        height: 4px; }
        @media (max-width: 479px) {
          .documents-wrap .documents h2:after {
            width: 100%; } }
    .documents-wrap .documents .document-item {
      display: inline-block;
      margin-right: 30px;
      width: 31%;
      vertical-align: top;
      margin-bottom: 30px; }
      @media (max-width: 1169px) {
        .documents-wrap .documents .document-item {
          width: 30%; } }
      @media (max-width: 767px) {
        .documents-wrap .documents .document-item {
          width: 100%;
          margin-right: 0; } }
      .documents-wrap .documents .document-item:nth-child(3) {
        margin-right: 0; }
      .documents-wrap .documents .document-item:last-child {
        margin-right: 0; }
      .documents-wrap .documents .document-item .document-item-title a {
        font-size: 18px;
        display: block;
        color: #000;
        text-decoration: none;
        margin-bottom: 10px;
        min-height: 48px; }
      .documents-wrap .documents .document-item .date {
        font-size: 14px;
        color: #666666;
        display: block; }

.links-menu-wrap {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px; }
  @media (max-width: 1169px) {
    .links-menu-wrap {
      width: 95%;
      margin-top: 25px; } }
  .links-menu-wrap h2 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 30px; }
    .links-menu-wrap h2:after {
      display: block;
      content: '';
      background-color: #2196f3;
      width: 120px;
      height: 4px; }
  .links-menu-wrap ul {
    padding-left: 0; }
    .links-menu-wrap ul li {
      list-style: none;
      display: inline-block;
      margin-right: 30px;
      width: 31%;
      vertical-align: top;
      margin-bottom: 30px; }
      @media (max-width: 1169px) {
        .links-menu-wrap ul li {
          width: 48%; } }
      @media (max-width: 979px) {
        .links-menu-wrap ul li {
          width: 47%; } }
      @media (max-width: 767px) {
        .links-menu-wrap ul li {
          width: 100%;
          margin-right: 0; } }
      .links-menu-wrap ul li:nth-child(3), .links-menu-wrap ul li:nth-child(6) {
        margin-right: 0; }
      @media (max-width: 1169px) {
        .links-menu-wrap ul li:nth-child(3) {
          margin-right: 30px; } }
      @media (max-width: 767px) {
        .links-menu-wrap ul li:nth-child(3) {
          margin-right: 0; } }
      @media (max-width: 1169px) {
        .links-menu-wrap ul li:nth-child(2), .links-menu-wrap ul li:nth-child(4), .links-menu-wrap ul li:nth-child(8) {
          margin-right: 0; } }
      .links-menu-wrap ul li:last-child {
        margin-right: 0; }
      .links-menu-wrap ul li a {
        font-size: 14px;
        text-decoration: none;
        color: #212121;
        display: block;
        background-color: #f0f0f0;
        height: 85px; }
        .links-menu-wrap ul li a img {
          max-width: 65px;
          max-height: 60px;
          margin-left: 15px;
          margin-top: 15px;
          display: inline-block;
          vertical-align: top;
          float: left; }
        .links-menu-wrap ul li a span {
          max-width: 70%;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          box-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          height: 100%; }
          @media (max-width: 479px) {
            .links-menu-wrap ul li a span {
              max-width: 69%; } }

#footer {
  background-color: #212121;
  height: 75px; }
  @media (max-width: 479px) {
    #footer {
      height: auto; } }
  #footer .footer_middle {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    line-height: 74px; }
    @media (max-width: 1169px) {
      #footer .footer_middle {
        width: 95%; } }
    @media (max-width: 979px) {
      #footer .footer_middle {
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      #footer .footer_middle {
        line-height: 20px; } }
    @media (max-width: 479px) {
      #footer .footer_middle {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; } }
    #footer .footer_middle #footer_top {
      font-size: 14px;
      color: #fff; }
      #footer .footer_middle #footer_top .title {
        display: none; }
      @media (max-width: 979px) {
        #footer .footer_middle #footer_top {
          width: 310px; } }
      @media (max-width: 479px) {
        #footer .footer_middle #footer_top {
          text-align: center;
          width: 100%; } }
    #footer .footer_middle .footer-menu ul {
      padding-left: 0;
      margin: 0; }
      @media (max-width: 479px) {
        #footer .footer_middle .footer-menu ul {
          margin-top: 10px;
          margin-bottom: 10px;
          text-align: center; } }
      #footer .footer_middle .footer-menu ul li {
        display: inline-block; }
        @media (max-width: 767px) {
          #footer .footer_middle .footer-menu ul li {
            display: block;
            text-align: right; } }
        @media (max-width: 479px) {
          #footer .footer_middle .footer-menu ul li {
            display: inline-block; } }
        #footer .footer_middle .footer-menu ul li:last-child a {
          border: none; }
        #footer .footer_middle .footer-menu ul li a {
          color: #fff;
          font-size: 14px;
          text-decoration: none;
          padding: 0 18px;
          border-right: 2px solid #fff; }
          @media (max-width: 767px) {
            #footer .footer_middle .footer-menu ul li a {
              border: none; } }
          @media (max-width: 479px) {
            #footer .footer_middle .footer-menu ul li a {
              padding: 0 10px; } }
          #footer .footer_middle .footer-menu ul li a:hover {
            text-decoration: underline; }

#wrapper {
  /*height: 100%;
  @include display(flex);*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  #wrapper #main {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1; }

.main-page,
.main-single,
.main-category,
.main-category-news,
.main-category-documents,
.main-error,
.main-account {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px; }
  @media (max-width: 1169px) {
    .main-page,
    .main-single,
    .main-category,
    .main-category-news,
    .main-category-documents,
    .main-error,
    .main-account {
      width: 95%; } }
  .main-page h1,
  .main-single h1,
  .main-category h1,
  .main-category-news h1,
  .main-category-documents h1,
  .main-error h1,
  .main-account h1 {
    font-weight: normal;
    font-size: 30px;
    display: table-cell; }
    .main-page h1:after,
    .main-single h1:after,
    .main-category h1:after,
    .main-category-news h1:after,
    .main-category-documents h1:after,
    .main-error h1:after,
    .main-account h1:after {
      display: block;
      content: '';
      background-color: #2196f3;
      width: 100%;
      height: 4px; }

body.search-results #main,
body.search-no-results #main {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px; }
  @media (max-width: 1169px) {
    body.search-results #main,
    body.search-no-results #main {
      width: 95%; } }

.feedback-form .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  @media (max-width: 767px) {
    .feedback-form .wrap {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  .feedback-form .wrap .left {
    width: 49%; }
    @media (max-width: 767px) {
      .feedback-form .wrap .left {
        width: 100%; } }
  .feedback-form .wrap .right {
    width: 49%; }
    @media (max-width: 767px) {
      .feedback-form .wrap .right {
        width: 100%; } }
  .feedback-form .wrap input {
    width: 98%; }
    @media (max-width: 767px) {
      .feedback-form .wrap input {
        width: 92%; } }
.feedback-form input {
  border: 1px solid #000;
  font-size: 18px;
  color: #3e3e3e;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 15px; }
  @media (max-width: 767px) {
    .feedback-form input {
      width: 92%; } }
.feedback-form textarea {
  width: 99%;
  height: 210px;
  border: 1px solid #000;
  color: #3e3e3e;
  font-size: 18px;
  padding-left: 15px; }
  @media (max-width: 767px) {
    .feedback-form textarea {
      width: 92%; } }
.feedback-form input[type="submit"] {
  width: 170px;
  height: 50px;
  color: #fff;
  background-color: #2196f3;
  border: none;
  padding-left: 0; }
  .feedback-form input[type="submit"]:hover {
    cursor: pointer; }

/* news */
body.post-type-archive-news .news {
  margin-top: 60px; }
  body.post-type-archive-news .news .news-item {
    display: inline-block;
    margin-right: 30px;
    width: 31%;
    vertical-align: top;
    margin-bottom: 70px; }
    @media (max-width: 1169px) {
      body.post-type-archive-news .news .news-item {
        width: 30%; } }
    @media (max-width: 767px) {
      body.post-type-archive-news .news .news-item {
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #000;
        padding-bottom: 25px;
        margin-bottom: 25px; } }
    body.post-type-archive-news .news .news-item:last-child {
      border-bottom: none; }
    body.post-type-archive-news .news .news-item:nth-child(3n) {
      margin-right: 0; }
    body.post-type-archive-news .news .news-item .news-item-title a {
      font-size: 18px;
      color: #000;
      text-decoration: none;
      margin-bottom: 10px;
      min-height: 48px;
      display: block; }
    body.post-type-archive-news .news .news-item .date {
      font-size: 14px;
      color: #666666;
      display: block;
      margin-bottom: 20px; }
    body.post-type-archive-news .news .news-item .text-content {
      font-size: 14px;
      margin-bottom: 5px; }
    body.post-type-archive-news .news .news-item a.read-more {
      font-size: 14px;
      text-decoration: underline;
      color: #2196f3; }
      body.post-type-archive-news .news .news-item a.read-more:hover {
        text-decoration: none; }

/* documents */
body.post-type-archive-documents .documents {
  margin-top: 60px; }
  body.post-type-archive-documents .documents h2 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 25px; }
    body.post-type-archive-documents .documents h2:after {
      display: block;
      content: '';
      background-color: #2196f3;
      width: 370px;
      height: 4px; }
  body.post-type-archive-documents .documents .document-item {
    display: inline-block;
    margin-right: 30px;
    width: 31%;
    vertical-align: top;
    margin-bottom: 30px; }
    @media (max-width: 1169px) {
      body.post-type-archive-documents .documents .document-item {
        width: 30%; } }
    @media (max-width: 767px) {
      body.post-type-archive-documents .documents .document-item {
        width: 100%;
        margin-right: 0; } }
    body.post-type-archive-documents .documents .document-item:nth-child(3n) {
      margin-right: 0; }
    body.post-type-archive-documents .documents .document-item .document-item-title a {
      font-size: 18px;
      display: block;
      color: #000;
      text-decoration: none;
      margin-bottom: 10px;
      min-height: 48px; }
    body.post-type-archive-documents .documents .document-item .date {
      font-size: 14px;
      color: #666666;
      display: block; }

/* responsive menu */
.burger-wrap {
  display: none;
  color: #fff;
  margin-top: 4px; }
  @media (max-width: 979px) {
    .burger-wrap {
      display: block; } }
  .burger-wrap .burger {
    position: relative;
    background: #fff;
    width: 39px;
    height: 7px;
    top: 23px;
    right: 0px;
    margin-top: -3px;
    opacity: 1;
    border-radius: 2px;
    order: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: left; }
    .burger-wrap .burger:before {
      position: absolute;
      background: #fff;
      width: 39px;
      height: 7px;
      top: 11px;
      content: "";
      display: block;
      border-radius: 2px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .burger-wrap .burger:after {
      position: absolute;
      background: #fff;
      width: 39px;
      height: 7px;
      bottom: 11px;
      content: "";
      display: block;
      border-radius: 2px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    @media (max-width: 979px) {
      .burger-wrap .burger {
        display: block; } }
  .burger-wrap .burger.drop-down {
    background: rgba(111, 111, 111, 0);
    z-index: 5; }
    .burger-wrap .burger.drop-down:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0px; }
    .burger-wrap .burger.drop-down:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 0px; }
  .burger-wrap span {
    display: block;
    font-size: 24px;
    margin-left: 45px;
    padding-top: 6px; }

header .header_bottom ul.top-menu.drop-down {
  display: block; }
  header .header_bottom ul.top-menu.drop-down ul {
    padding-top: 15px; }
    header .header_bottom ul.top-menu.drop-down ul li {
      display: block; }

/* content */
.content,
#article {
  margin-bottom: 90px; }
  .content img,
  #article img {
    max-width: 100%;
    height: auto; }
  .content img.alignleft,
  #article img.alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
    margin-top: 10px; }
  .content img.alignright,
  #article img.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 10px;
    margin-top: 10px; }
  .content img.aligncenter,
  #article img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px; }
  .content table,
  #article table {
    display: table;
    margin-top: 25px;
    max-width: 100% !important;
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
    border-spacing: 0; }
    .content table td,
    #article table td {
      border: 1px solid #e0e0e0;
      padding: 15px 25px; }
      .content table td p,
      #article table td p {
        padding: 0;
        margin: 0; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6,
  #article h1,
  #article h2,
  #article h3,
  #article h4,
  #article h5,
  #article h6 {
    font-weight: normal; }
  .content h1,
  #article h1 {
    font-size: 30px; }
  .content h2,
  #article h2 {
    font-size: 28px; }
  .content h3,
  #article h3 {
    font-size: 26px; }
  .content h4,
  #article h4 {
    font-size: 24px; }
  .content h5,
  #article h5 {
    font-size: 22px; }
  .content h6,
  #article h6 {
    font-size: 20px; }

.search-button {
  width: 46px;
  height: 35px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 7px;
  display: none;
  float: right; }
  .search-button img {
    max-width: 100%;
    height: auto; }
  @media (max-width: 979px) {
    .search-button {
      display: block; } }

.pagination {
  text-align: center;
  margin-bottom: 95px; }
  .pagination h2 {
    display: none; }
  .pagination a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    display: block;
    width: 25px;
    height: 25px; }
    .pagination a:last-child {
      width: auto; }
  .pagination .nav-links {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    line-height: 28px; }
  .pagination span {
    background-color: #e0e0e0;
    display: block;
    text-align: center;
    width: 25px;
    height: 25px; }

@media (max-width: 979px) {
  .single-documents h1 {
    font-size: 16px !important; } }

.search-results .item-search {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px; }
  .search-results .item-search:last-child {
    border-bottom: none; }
  .search-results .item-search .title a {
    display: block;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px; }
  .search-results .item-search .date {
    display: block;
    color: #666;
    font-size: 14px;
    margin-top: 10px; }

.breadcrumbs {
  margin-bottom: 20px;
  font-size: 12px; }
  .breadcrumbs a {
    color: #2196f3; }

.main-category #article a {
  color: #2196f3; }
  .main-category #article a:hover {
    text-decoration: none;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out; }

.single .content a,
.page-template-default .content a {
  color: #2196f3; }

.map {
  float: right;
  width: 50%; }
  @media (max-width: 979px) {
    .map {
      width: 100%;
      margin-top: 25px; } }

/*# sourceMappingURL=style.css.map */
