@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic");
.container {
  max-width: 1175px;
  margin: 0 auto;
  position: relative; }

body {
  box-sizing: border-box; }

header {
  background: url("../img/headerTop.png");
  background-repeat: repeat-x;
  padding-top: 40px; }
  header .head {
    font-size: 0;
    margin-top: 15px;
    padding-bottom: 15px; }
    header .head .logo {
      display: inline-block;
      vertical-align: top;
      margin-right: 25px; }
      header .head .logo img {
        max-width: 105px; }
    header .head .headContent {
      display: inline-block;
      vertical-align: top;
      width: 1040px; }
      header .head .headContent .topContent {
        position: relative; }
        header .head .headContent .topContent .siteName {
          display: inline-block;
          vertical-align: top;
          font-family: Roboto, sans-serif;
          font-weight: 700;
          font-size: 32px;
          color: #0b72bc; }
        header .head .headContent .topContent .languageBlock {
          position: absolute;
          right: 0;
          top: 0; }
          header .head .headContent .topContent .languageBlock a {
            display: inline-block;
            vertical-align: top;
            background: #f0f2f4;
            font-size: 13px;
            color: #666666;
            text-decoration: none;
            font-family: Roboto, sans-serif;
            font-weight: 400;
            margin-right: 2px;
            border: 1px solid #e9e9e9;
            border-radius: 2px;
            padding: 4px 8px;
            transition: 0.1s;
            text-transform: uppercase; }
            header .head .headContent .topContent .languageBlock a:hover, header .head .headContent .topContent .languageBlock a.active {
              transition: 0.3s;
              background: #0b72bc;
              border-color: #0064ab;
              color: #ffffff; }
            header .head .headContent .topContent .languageBlock a:last-child {
              margin-right: 0; }
      header .head .headContent .bottomContent {
        position: relative; }
        header .head .headContent .bottomContent ul.topMenu {
          display: inline-block;
          vertical-align: top;
          margin-top: 24px;
          max-width: 675px; }
          header .head .headContent .bottomContent ul.topMenu li {
            display: inline-block;
            vertical-align: top;
            margin-right: 27px;
            margin-bottom: 8px; }
            header .head .headContent .bottomContent ul.topMenu li:last-child {
              margin-right: 0; }
            header .head .headContent .bottomContent ul.topMenu li.active a {
              color: #e9a836; }
            header .head .headContent .bottomContent ul.topMenu li a {
              letter-spacing: -0.55px;
              font-size: 15px;
              font-weight: 700;
              color: #000000;
              text-transform: uppercase;
              text-decoration: none;
              transition: 0.1s; }
              header .head .headContent .bottomContent ul.topMenu li a:hover {
                transition: 0.3s;
                color: #e9a836; }
        header .head .headContent .bottomContent form {
          position: absolute;
          display: inline-block;
          vertical-align: top;
          right: 0;
          top: 9px; }
          header .head .headContent .bottomContent form input[type="text"] {
            height: 45px;
            width: 320px;
            box-sizing: border-box;
            background: #f0f2f4;
            border: 1px solid #e9e9e9;
            border-radius: 3px;
            padding-left: 18px;
            font-size: 14px;
            color: #666666;
            font-family: Roboto, sans-serif;
            font-weight: 400;
            margin-right: 5px;
            outline: none; }
          header .head .headContent .bottomContent form input[type="submit"] {
            height: 45px;
            width: 45px;
            outline: none;
            background-color: #e9a836;
            border: 1px solid #db9f35;
            border-radius: 3px;
            text-align: center;
            background-image: url("../img/search.png");
            background-repeat: no-repeat;
            background-position: center;
            text-indent: -999px;
            cursor: pointer; }
            header .head .headContent .bottomContent form input[type="submit"]:hover {
              transition: 0.3s;
              background-color: rgba(233, 168, 54, 0.8); }

footer {
  font-size: 0;
  box-sizing: border-box;
  position: relative;
  background: #0b72bc;
  min-height: 322px;
  padding-top: 40px;
  z-index: 0; }
  footer:before {
    z-index: -1;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 153px;
    background-image: url("../img/footTop.png");
    background-repeat: repeat-x;
    background-size: 110px 153px; }
  footer:after {
    z-index: -1;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 53px;
    background-image: url("../img/footBottom.png");
    background-repeat: repeat-x;
    background-size: 38px 53px; }
  footer .linkBlock {
    display: inline-block;
    vertical-align: top;
    width: 330px; }
    footer .linkBlock .title {
      color: #aadcff;
      font-size: 20px;
      font-weight: 700;
      font-family: Roboto, sans-serif; }
    footer .linkBlock ul {
      margin-top: 20px; }
      footer .linkBlock ul li {
        margin-bottom: 12px; }
        footer .linkBlock ul li:last-child {
          margin-bottom: 0; }
        footer .linkBlock ul li a {
          transition: 0.3s;
          position: relative;
          color: #ffffff;
          font-size: 14px;
          font-weight: 400;
          font-family: Roboto, sans-serif;
          text-decoration: none; }
          footer .linkBlock ul li a:after {
            transition: 0.3s;
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: #ffffff; }
          footer .linkBlock ul li a:hover {
            transition: 0.3s;
            color: #ffae00; }
            footer .linkBlock ul li a:hover:after {
              transition: 0.3s;
              background: #ffae00; }
  footer .subscribeBlock {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 510px;
    margin-right: 60px; }
    footer .subscribeBlock:before {
      content: " ";
      position: absolute;
      top: 9px;
      left: 0;
      width: 55px;
      height: 5px;
      background: #e9a836; }
    footer .subscribeBlock .subscribeNews {
      margin-top: 50px;
      margin-bottom: 20px;
      color: #ffffff;
      font-size: 20px;
      font-weight: 700;
      font-family: Roboto, sans-serif; }
    footer .subscribeBlock .subscribeForm {
      font-size: 0; }
      footer .subscribeBlock .subscribeForm input {
        border: none;
        outline: none;
        border-radius: 3px;
        height: 45px;
        font-weight: 400;
        font-family: Roboto, sans-serif;
        box-sizing: border-box;
        vertical-align: top; }
      footer .subscribeBlock .subscribeForm input[type="email"] {
        width: 360px;
        padding-left: 18px;
        color: #666666;
        font-size: 14px;
        margin-right: 10px; }
      footer .subscribeBlock .subscribeForm input[type="submit"] {
        width: 140px;
        cursor: pointer;
        color: #ffffff;
        font-size: 16px;
        background: #e9a836;
        transition: 0.3s; }
        footer .subscribeBlock .subscribeForm input[type="submit"]:hover {
          background: rgba(233, 168, 54, 0.91); }
      footer .subscribeBlock .subscribeForm .captchaBlock {
        margin-top: 7px;
        margin-bottom: 7px; }
        footer .subscribeBlock .subscribeForm .captchaBlock img {
          margin-top: 4px; }
        footer .subscribeBlock .subscribeForm .captchaBlock input {
          padding-left: 15px;
          margin-left: 15px; }
    footer .subscribeBlock .miniDescription {
      color: #ffffff;
      font-size: 12px;
      font-weight: 400;
      font-family: Roboto, sans-serif;
      margin-top: 13px; }
  footer .contactBlock {
    display: inline-block;
    vertical-align: top;
    width: 250px; }
    footer .contactBlock .title {
      color: #abdcff;
      font-size: 20px;
      font-family: Roboto, sans-serif;
      font-weight: 700;
      margin-bottom: 20px; }
    footer .contactBlock .text {
      font-size: 14px;
      color: #ffffff;
      font-family: Roboto, sans-serif;
      font-weight: 400;
      line-height: 18px; }
    footer .contactBlock .phone {
      margin-top: 15px; }
      footer .contactBlock .phone a {
        text-decoration: none;
        color: #ffffff;
        font-size: 16px;
        font-family: Roboto, sans-serif;
        font-weight: 700; }
    footer .contactBlock .mail {
      margin-top: 9px; }
      footer .contactBlock .mail a {
        font-size: 15px;
        color: #ffffff;
        font-family: Roboto, sans-serif;
        font-weight: 400; }

.copyring {
  position: relative;
  background: #000000;
  height: 55px;
  line-height: 55px;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  font-family: Roboto, sans-serif; }
  .copyring .inkiz {
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 0; }
    .copyring .inkiz a {
      font-size: 11px;
      color: #0b72bc;
      text-decoration: underline;
      font-family: Roboto, sans-serif;
      font-weight: 400; }

.sliderBg {
  height: 440px;
  box-sizing: border-box;
  position: relative;
  font-size: 0;
  background: #eef2f4;
  padding: 30px 0; }
  .sliderBg .sliderBlock .item .content {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .sliderBg .sliderBlock .item .content img {
      width: 770px;
      height: 380px; }
    .sliderBg .sliderBlock .item .content .slideDescription {
      height: 85px;
      width: 99.5%;
      position: absolute;
      left: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      border-left: 4px solid #e9a836; }
      .sliderBg .sliderBlock .item .content .slideDescription .dContent {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 70px; }
        .sliderBg .sliderBlock .item .content .slideDescription .dContent a.category {
          color: #ffffff;
          font-size: 15px;
          text-transform: uppercase;
          font-weight: 400;
          font-family: Roboto, sans-serif;
          text-decoration: none;
          position: absolute;
          top: -33px;
          left: 4px;
          background: #e9a836;
          padding: 5px 10px;
          display: inline-block; }
        .sliderBg .sliderBlock .item .content .slideDescription .dContent .title {
          color: #ffffff;
          font-size: 18px;
          font-weight: 700;
          font-family: Roboto, sans-serif;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .sliderBg .sliderBlock .item .content .slideDescription .dContent .title a {
            color: #ffffff;
            font-size: 18px;
            font-weight: 700;
            font-family: Roboto, sans-serif;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-decoration: none; }
        .sliderBg .sliderBlock .item .content .slideDescription .dContent .text {
          margin-top: 7px;
          font-family: Roboto, sans-serif;
          font-size: 14px;
          color: #ffffff;
          font-weight: 400;
          max-height: 28px;
          overflow: hidden; }
  .sliderBg .pageBlock {
    position: absolute;
    right: 0;
    top: 0;
    width: 370px; }
    .sliderBg .pageBlock ul li {
      margin-bottom: 7px;
      border-left: 4px solid #e9a836; }
      .sliderBg .pageBlock ul li:last-child {
        margin-bottom: 0; }
      .sliderBg .pageBlock ul li a {
        border-radius: 0 6px 6px 0;
        box-sizing: border-box;
        padding-left: 18px;
        font-size: 18px;
        font-weight: 400;
        font-family: Roboto, sans-serif;
        display: block;
        height: 90px;
        text-decoration: none;
        background: #0b72bc;
        color: #ffffff;
        width: 100%; }
        .sliderBg .pageBlock ul li a span {
          margin-top: 25px;
          display: inline-block;
          max-height: 42px;
          overflow: hidden; }
        .sliderBg .pageBlock ul li a.active, .sliderBg .pageBlock ul li a:hover {
          transition: 0.3s;
          color: #ffae00;
          background: #0b65a6; }
          .sliderBg .pageBlock ul li a.active span, .sliderBg .pageBlock ul li a:hover span {
            text-decoration: underline; }

.contentBg {
  font-size: 0;
  margin-top: 35px;
  margin-bottom: 45px; }
  .contentBg .leftBar {
    display: inline-block;
    vertical-align: top;
    margin-right: 22px; }
    .contentBg .leftBar ul.leftMenu {
      width: 270px;
      background: #0b72bc;
      border: 1px solid #0b65a6;
      border-radius: 5px;
      box-sizing: border-box;
      padding: 15px 5px;
      margin-bottom: 35px; }
      .contentBg .leftBar ul.leftMenu li {
        border-bottom: 1px solid #1c89d7; }
        .contentBg .leftBar ul.leftMenu li:last-child {
          border-bottom: none; }
        .contentBg .leftBar ul.leftMenu li a {
          padding-left: 8px;
          display: flex;
          align-items: center;
          line-height: 25px;
          box-sizing: border-box;
          height: 48px;
          font-size: 14px;
          color: #ffffff;
          font-weight: 700;
          font-family: Roboto, sans-serif;
          text-transform: uppercase;
          text-decoration: none; }
          .contentBg .leftBar ul.leftMenu li a img {
            padding-right: 10px; }
          .contentBg .leftBar ul.leftMenu li a:hover {
            transition: 0.3s;
            color: #ffae00;
            background: #0b65a6;
            border-right: 3px solid #e9a836; }
    .contentBg .leftBar .videoBlock {
      font-size: 0;
      width: 270px;
      overflow: hidden;
      margin-bottom: 30px; }
      .contentBg .leftBar .videoBlock .title {
        color: #000000;
        font-size: 22px;
        font-weight: 700;
        font-family: Roboto, sans-serif;
        margin-bottom: 16px;
        padding-top: 7px; }
      .contentBg .leftBar .videoBlock .content .item {
        margin-bottom: 15px; }
        .contentBg .leftBar .videoBlock .content .item .image {
          position: relative;
          width: 270px;
          height: 150px;
          overflow: hidden;
          margin-bottom: 10px; }
          .contentBg .leftBar .videoBlock .content .item .image:after {
            width: 270px;
            height: 150px;
            position: absolute;
            left: 0;
            top: 0;
            content: " ";
            display: block;
            background-image: url("../img/play.png");
            background-repeat: no-repeat;
            background-position: center;
            background-color: rgba(0, 0, 0, 0.5); }
        .contentBg .leftBar .videoBlock .content .item .name a {
          display: inline-block;
          color: #000000;
          font-weight: 700;
          font-size: 16px;
          font-family: Roboto, sans-serif;
          text-decoration: none;
          height: 35px;
          overflow: hidden; }
          .contentBg .leftBar .videoBlock .content .item .name a:hover {
            transition: 0.3s;
            color: #0b72bc;
            text-decoration: underline; }
      .contentBg .leftBar .videoBlock .allVideo a {
        font-size: 14px;
        text-decoration: underline;
        color: #0b72bc;
        font-weight: 400;
        font-family: Roboto, sans-serif; }
    .contentBg .leftBar .fotoGalery {
      width: 270px;
      height: 280px;
      overflow: hidden; }
      .contentBg .leftBar .fotoGalery .bx-wrapper {
        margin-bottom: 30px; }
      .contentBg .leftBar .fotoGalery .allFoto a {
        font-size: 14px;
        text-decoration: underline;
        color: #0b72bc;
        font-weight: 400;
        font-family: Roboto, sans-serif;
        margin-bottom: 18px; }
      .contentBg .leftBar .fotoGalery .title {
        color: #000000;
        font-size: 22px;
        font-weight: 700;
        font-family: Roboto, sans-serif;
        margin-bottom: 16px;
        padding-top: 7px; }
    .contentBg .leftBar .partners {
      text-align: center;
      width: 270px;
      height: 160px;
      overflow: hidden; }
      .contentBg .leftBar .partners .title {
        text-align: center;
        color: #000000;
        font-size: 22px;
        font-weight: 700;
        font-family: Roboto, sans-serif;
        margin-bottom: 75px; }
      .contentBg .leftBar .partners .partnerSlider {
        text-align: center; }
        .contentBg .leftBar .partners .partnerSlider .item {
          text-align: center; }
          .contentBg .leftBar .partners .partnerSlider .item img {
            display: inline-block; }
      .contentBg .leftBar .partners .bx-controls.bx-has-controls-direction.bx-has-pager .bx-pager.bx-default-pager {
        display: none; }
      .contentBg .leftBar .partners .bx-controls.bx-has-controls-direction.bx-has-pager .bx-controls-direction a {
        top: 66%;
        width: 9px;
        height: 13px; }
      .contentBg .leftBar .partners .bx-controls.bx-has-controls-direction.bx-has-pager .bx-controls-direction .bx-prev {
        background: url(../img/partner/left.png) no-repeat; }
        .contentBg .leftBar .partners .bx-controls.bx-has-controls-direction.bx-has-pager .bx-controls-direction .bx-prev:hover, .contentBg .leftBar .partners .bx-controls.bx-has-controls-direction.bx-has-pager .bx-controls-direction .bx-prev:focus {
          background: url(../img/partner/left.png) no-repeat; }
      .contentBg .leftBar .partners .bx-controls.bx-has-controls-direction.bx-has-pager .bx-controls-direction .bx-next {
        right: 0;
        background: url(../img/partner/right.png) no-repeat; }
        .contentBg .leftBar .partners .bx-controls.bx-has-controls-direction.bx-has-pager .bx-controls-direction .bx-next:hover, .contentBg .leftBar .partners .bx-controls.bx-has-controls-direction.bx-has-pager .bx-controls-direction .bx-next:focus {
          background: url(../img/partner/right.png) no-repeat; }
  .contentBg .newsContent {
    box-sizing: border-box;
    width: 578px;
    display: inline-block;
    vertical-align: top;
    padding-left: 8px;
    margin-right: 30px; }
    .contentBg .newsContent ul.pagination {
      width: 100%;
      position: relative;
      text-align: center;
      font-size: 12px; }
      .contentBg .newsContent ul.pagination li {
        display: inline-block;
        vertical-align: top;
        margin-right: 20px; }
        .contentBg .newsContent ul.pagination li a {
          font-size: 16px;
          color: #0b72bc;
          text-decoration: underline;
          font-weight: 700;
          font-family: Roboto, sans-serif; }
        .contentBg .newsContent ul.pagination li.active a, .contentBg .newsContent ul.pagination li:hover a {
          transition: 0.3s;
          color: #000000;
          text-decoration: none; }
        .contentBg .newsContent ul.pagination li.prev {
          position: absolute;
          left: 0;
          top: 0; }
          .contentBg .newsContent ul.pagination li.prev:before {
            content: " ";
            background: url("../img/partner/left.png");
            width: 9px;
            height: 13px;
            display: inline-block;
            vertical-align: top;
            margin-right: 10px;
            margin-top: 1px; }
        .contentBg .newsContent ul.pagination li.next {
          position: absolute;
          right: 0;
          top: 0;
          margin-right: 0; }
          .contentBg .newsContent ul.pagination li.next:after {
            content: " ";
            background: url("../img/partner/right.png");
            width: 8px;
            height: 13px;
            display: inline-block;
            vertical-align: top;
            margin-left: 10px;
            margin-top: 1px; }
    .contentBg .newsContent .breadcrumd {
      margin-bottom: 24px; }
      .contentBg .newsContent .breadcrumd li {
        display: inline-block;
        vertical-align: top; }
        .contentBg .newsContent .breadcrumd li a {
          color: #0b72bc;
          text-decoration: underline;
          font-size: 12px;
          font-weight: 400;
          font-family: Roboto, sans-serif; }
          .contentBg .newsContent .breadcrumd li a:after {
            display: inline-block;
            vertical-align: top;
            margin: 0 7px;
            content: "|";
            color: #999999;
            text-decoration: none; }
        .contentBg .newsContent .breadcrumd li:last-child a {
          color: #999999;
          text-decoration: none; }
          .contentBg .newsContent .breadcrumd li:last-child a:after {
            content: none; }
    .contentBg .newsContent .title {
      font-weight: 700;
      color: #000000;
      font-size: 30px;
      font-family: Roboto, sans-serif;
      margin-bottom: 20px; }
    .contentBg .newsContent .content .newsItem {
      margin-bottom: 15px; }
      .contentBg .newsContent .content .newsItem:last-child {
        margin-bottom: 0; }
      .contentBg .newsContent .content .newsItem .image {
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
        position: relative; }
        .contentBg .newsContent .content .newsItem .image a.category {
          position: absolute;
          left: -8px;
          top: 8px;
          display: inline-block;
          font-size: 11px;
          font-family: Roboto, sans-serif;
          color: #ffffff;
          font-weight: 400;
          text-transform: uppercase;
          text-decoration: none;
          background: #e9a836;
          padding: 5px 10px; }
        .contentBg .newsContent .content .newsItem .image .img {
          width: 170px;
          height: 120px;
          overflow: hidden; }
      .contentBg .newsContent .content .newsItem .text {
        display: inline-block;
        vertical-align: top;
        width: 385px; }
        .contentBg .newsContent .content .newsItem .text .topBlock {
          margin-bottom: 12px; }
          .contentBg .newsContent .content .newsItem .text .topBlock div {
            display: inline-block;
            vertical-align: top;
            font-size: 11px;
            font-weight: 400;
            color: #999999;
            font-family: Roboto, sans-serif; }
          .contentBg .newsContent .content .newsItem .text .topBlock .data {
            margin-right: 15px; }
            .contentBg .newsContent .content .newsItem .text .topBlock .data:before {
              content: " ";
              background: url("../img/data.png");
              width: 11px;
              height: 11px;
              display: inline-block;
              vertical-align: top; }
          .contentBg .newsContent .content .newsItem .text .topBlock .view:before {
            content: " ";
            background: url("../img/view.png");
            width: 15px;
            height: 11px;
            display: inline-block;
            vertical-align: top; }
        .contentBg .newsContent .content .newsItem .text .name {
          height: 38px;
          overflow: hidden; }
          .contentBg .newsContent .content .newsItem .text .name a {
            color: #000000;
            font-size: 18px;
            font-weight: 700;
            font-family: Roboto, sans-serif;
            text-decoration: none; }
            .contentBg .newsContent .content .newsItem .text .name a:hover {
              color: #0b72bc;
              text-decoration: underline;
              transition: 0.3s; }
        .contentBg .newsContent .content .newsItem .text .description {
          font-size: 14px;
          font-weight: 400;
          color: #666666;
          font-family: Roboto, sans-serif;
          line-height: 16px;
          margin-top: 14px;
          height: 48px;
          overflow: hidden; }
    .contentBg .newsContent .allNews {
      margin-top: 35px; }
      .contentBg .newsContent .allNews a {
        font-size: 14px;
        color: #0b72bc;
        text-decoration: underline;
        font-family: Roboto, sans-serif;
        font-weight: 400; }
    .contentBg .newsContent.album .breadcrumd {
      margin-bottom: 24px; }
      .contentBg .newsContent.album .breadcrumd li {
        display: inline-block;
        vertical-align: top; }
        .contentBg .newsContent.album .breadcrumd li a {
          color: #0b72bc;
          text-decoration: underline;
          font-size: 12px;
          font-weight: 400;
          font-family: Roboto, sans-serif; }
          .contentBg .newsContent.album .breadcrumd li a:after {
            display: inline-block;
            vertical-align: top;
            margin: 0 7px;
            content: "|";
            color: #999999;
            text-decoration: none; }
        .contentBg .newsContent.album .breadcrumd li:last-child a {
          color: #999999;
          text-decoration: none; }
          .contentBg .newsContent.album .breadcrumd li:last-child a:after {
            content: none; }
    .contentBg .newsContent.album .title {
      margin-bottom: 30px; }
    .contentBg .newsContent.album .aItem {
      width: 270px;
      height: 190px;
      margin-right: 30px;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 30px; }
      .contentBg .newsContent.album .aItem:nth-child(2n+2) {
        margin-right: 0; }
      .contentBg .newsContent.album .aItem .image {
        box-sizing: border-box;
        overflow: hidden;
        width: 270px;
        height: 190px;
        position: relative; }
        .contentBg .newsContent.album .aItem .image .overlay {
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          background-image: url("../img/photoBg.png");
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          left: 0;
          top: 0; }
          .contentBg .newsContent.album .aItem .image .overlay .oTitle {
            padding-top: 15px;
            padding-left: 10px;
            padding-right: 10px;
            color: #ffffff;
            font-size: 18px;
            font-weight: 700;
            font-family: Roboto, sans-serif; }
          .contentBg .newsContent.album .aItem .image .overlay .bottom {
            box-sizing: border-box;
            position: absolute;
            bottom: 0;
            height: 30px;
            line-height: 30px;
            padding-left: 10px;
            padding-right: 10px;
            left: 0;
            background: rgba(0, 0, 0, 0.5);
            width: 100%; }
            .contentBg .newsContent.album .aItem .image .overlay .bottom .date {
              display: inline-block;
              vertical-align: top;
              margin-right: 13px;
              color: #ffffff;
              font-size: 11px;
              font-weight: 400;
              font-family: Roboto, sans-serif; }
              .contentBg .newsContent.album .aItem .image .overlay .bottom .date:before {
                content: " ";
                background: url("../img/date-white.png");
                width: 11px;
                height: 11px;
                display: inline-block;
                vertical-align: top;
                margin-top: 9px; }
            .contentBg .newsContent.album .aItem .image .overlay .bottom .view {
              display: inline-block;
              vertical-align: top;
              color: #ffffff;
              font-size: 11px;
              font-weight: 400;
              font-family: Roboto, sans-serif; }
              .contentBg .newsContent.album .aItem .image .overlay .bottom .view:before {
                content: " ";
                background: url("../img/view-white.png");
                width: 15px;
                height: 11px;
                display: inline-block;
                vertical-align: top;
                margin-top: 9px; }
            .contentBg .newsContent.album .aItem .image .overlay .bottom .foto {
              position: absolute;
              height: 11px;
              display: inline-block;
              vertical-align: top;
              right: 10px;
              top: 0;
              color: #ffffff;
              font-size: 11px;
              font-weight: 400; }
              .contentBg .newsContent.album .aItem .image .overlay .bottom .foto:before {
                content: " ";
                background: url("../img/photo-white.png");
                width: 11px;
                height: 11px;
                display: inline-block;
                vertical-align: top;
                margin-top: 9px; }
    .contentBg .newsContent.fullNews .socials {
      margin-top: 20px;
      margin-bottom: 15px;
      position: relative; }
      .contentBg .newsContent.fullNews .socials a.coment {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 14px;
        color: #0b72bc;
        text-decoration: underline;
        font-family: Roboto, sans-serif;
        font-weight: 400; }
    .contentBg .newsContent.fullNews .breadcrumd {
      margin-bottom: 24px; }
      .contentBg .newsContent.fullNews .breadcrumd li {
        display: inline-block;
        vertical-align: top; }
        .contentBg .newsContent.fullNews .breadcrumd li a {
          color: #0b72bc;
          text-decoration: underline;
          font-size: 12px;
          font-weight: 400;
          font-family: Roboto, sans-serif; }
          .contentBg .newsContent.fullNews .breadcrumd li a:after {
            display: inline-block;
            vertical-align: top;
            margin: 0 7px;
            content: "|";
            color: #999999;
            text-decoration: none; }
        .contentBg .newsContent.fullNews .breadcrumd li:last-child a {
          color: #999999;
          text-decoration: none; }
          .contentBg .newsContent.fullNews .breadcrumd li:last-child a:after {
            content: none; }
    .contentBg .newsContent.fullNews .title {
      font-size: 30px;
      color: #000000;
      font-weight: 700;
      font-family: Roboto, sans-serif;
      margin-bottom: 15px; }
    .contentBg .newsContent.fullNews .newFullTopInfo {
      margin-bottom: 18px; }
      .contentBg .newsContent.fullNews .newFullTopInfo .date {
        display: inline-block;
        vertical-align: top;
        margin-right: 13px;
        color: #999999;
        font-size: 11px;
        font-weight: 400;
        font-family: Roboto, sans-serif; }
        .contentBg .newsContent.fullNews .newFullTopInfo .date:before {
          content: " ";
          background: url("../img/data.png");
          width: 11px;
          height: 11px;
          display: inline-block;
          vertical-align: top; }
      .contentBg .newsContent.fullNews .newFullTopInfo .user {
        display: inline-block;
        vertical-align: top;
        margin-right: 13px;
        color: #999999;
        font-size: 11px;
        font-weight: 400;
        font-family: Roboto, sans-serif; }
        .contentBg .newsContent.fullNews .newFullTopInfo .user:before {
          content: " ";
          background: url("../img/user.png");
          width: 11px;
          height: 11px;
          display: inline-block;
          vertical-align: top; }
      .contentBg .newsContent.fullNews .newFullTopInfo .view {
        display: inline-block;
        vertical-align: top;
        margin-right: 13px;
        color: #999999;
        font-size: 11px;
        font-weight: 400;
        font-family: Roboto, sans-serif; }
        .contentBg .newsContent.fullNews .newFullTopInfo .view:before {
          content: " ";
          background: url("../img/view.png");
          width: 15px;
          height: 11px;
          display: inline-block;
          vertical-align: top; }
    .contentBg .newsContent.fullNews .fullContent .image {
      margin-bottom: 20px;
      position: relative; }
      .contentBg .newsContent.fullNews .fullContent .image .img {
        width: 100%;
        overflow: hidden; }
      .contentBg .newsContent.fullNews .fullContent .image a.category {
        color: #ffffff;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: Roboto, sans-serif;
        text-decoration: none;
        position: absolute;
        top: 18px;
        left: -9px;
        background: #e9a836;
        padding: 5px 10px;
        display: inline-block; }
    .contentBg .newsContent.fullNews .fullContent .downLoad {
      margin-top: 10px; }
      .contentBg .newsContent.fullNews .fullContent .downLoad a {
        font-size: 18px;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        color: #0b72bc; }
    .contentBg .newsContent.fullNews .fullContent .content {
      font-size: 14px;
      max-width: 100%;
      overflow: hidden; }
      .contentBg .newsContent.fullNews .fullContent .content p {
        text-align: left;
        font-family: inherit;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background: transparent; }
  .contentBg .rightBar {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 270px; }
    .contentBg .rightBar .title {
      font-size: 22px;
      color: #000000;
      font-weight: 700;
      font-family: Roboto, sans-serif;
      margin-bottom: 19px; }
    .contentBg .rightBar .allEvents {
      margin-top: 10px;
      margin-bottom: 25px; }
      .contentBg .rightBar .allEvents a {
        font-size: 14px;
        color: #0b72bc;
        text-decoration: underline;
        font-family: Roboto, sans-serif;
        font-weight: 400; }
    .contentBg .rightBar .popularUser .title {
      font-size: 22px;
      color: #000000;
      font-weight: 700;
      font-family: Roboto, sans-serif;
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 16px;
      margin-bottom: 10px; }
    .contentBg .rightBar .popularUser .content .uItem {
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .contentBg .rightBar .popularUser .content .uItem .image {
        width: 70px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        margin-right: 15px; }
        .contentBg .rightBar .popularUser .content .uItem .image img {
          height: 70px; }
      .contentBg .rightBar .popularUser .content .uItem .text {
        display: inline-block;
        vertical-align: top; }
        .contentBg .rightBar .popularUser .content .uItem .text .status {
          color: #999999;
          font-size: 11px;
          font-weight: 400;
          font-family: Roboto, sans-serif; }
        .contentBg .rightBar .popularUser .content .uItem .text .name {
          margin-top: 7px;
          width: 164px;
          height: 30px;
          overflow: hidden; }
          .contentBg .rightBar .popularUser .content .uItem .text .name a {
            color: #000000;
            font-size: 14px;
            font-weight: 700;
            font-family: Roboto, sans-serif;
            text-decoration: none; }
            .contentBg .rightBar .popularUser .content .uItem .text .name a:hover {
              transition: 0.3s;
              color: #0b72bc; }
    .contentBg .rightBar .popularUser .allUsers {
      padding-top: 5px;
      margin-bottom: 35px; }
      .contentBg .rightBar .popularUser .allUsers a {
        font-size: 14px;
        color: #0b72bc;
        text-decoration: underline;
        font-family: Roboto, sans-serif;
        font-weight: 400; }
    .contentBg .rightBar .rightBanner .item {
      width: 270px;
      height: 350px;
      overflow: hidden;
      margin-bottom: 20px; }

.footCatNewsBg {
  background: #eef2f4;
  padding-top: 25px;
  padding-bottom: 60px;
  font-size: 0; }
  .footCatNewsBg .item {
    display: inline-block;
    vertical-align: top;
    width: 293.7px; }
    .footCatNewsBg .item .title {
      color: #000000;
      font-size: 22px;
      font-weight: 700;
      font-family: Roboto, sans-serif;
      margin-bottom: 25px; }
    .footCatNewsBg .item .content .nItem {
      width: 270px;
      border-bottom: 1px solid #dadada;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .footCatNewsBg .item .content .nItem:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none; }
      .footCatNewsBg .item .content .nItem .image {
        margin-right: 15px;
        overflow: hidden;
        width: 70px;
        height: 50px;
        display: inline-block;
        vertical-align: top; }
      .footCatNewsBg .item .content .nItem .text {
        width: 185px;
        display: inline-block;
        vertical-align: top;
        height: 52px;
        overflow: hidden; }
        .footCatNewsBg .item .content .nItem .text a {
          text-decoration: none;
          color: #000000;
          font-size: 13px;
          font-family: Roboto, sans-serif;
          font-weight: 400;
          line-height: 17px; }
          .footCatNewsBg .item .content .nItem .text a:hover {
            transition: 0.3s;
            color: #0b72bc;
            text-decoration: underline; }

.newsFull {
  display: inline-block;
  vertical-align: top;
  width: 883px; }
  .newsFull .breadcrumd {
    margin-bottom: 24px; }
    .newsFull .breadcrumd li {
      display: inline-block;
      vertical-align: top; }
      .newsFull .breadcrumd li a {
        color: #0b72bc;
        text-decoration: underline;
        font-size: 12px;
        font-weight: 400;
        font-family: Roboto, sans-serif; }
        .newsFull .breadcrumd li a:after {
          display: inline-block;
          vertical-align: top;
          margin: 0 7px;
          content: "|";
          color: #999999;
          text-decoration: none; }
      .newsFull .breadcrumd li:last-child a {
        color: #999999;
        text-decoration: none; }
        .newsFull .breadcrumd li:last-child a:after {
          content: none; }
  .newsFull .title {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    margin-bottom: 15px; }
  .newsFull .newFullTopInfo {
    margin-bottom: 18px; }
    .newsFull .newFullTopInfo .date {
      display: inline-block;
      vertical-align: top;
      margin-right: 13px;
      color: #999999;
      font-size: 11px;
      font-weight: 400;
      font-family: Roboto, sans-serif; }
      .newsFull .newFullTopInfo .date:before {
        content: " ";
        background: url("../img/data.png");
        width: 11px;
        height: 11px;
        display: inline-block;
        vertical-align: top; }
    .newsFull .newFullTopInfo .user {
      display: inline-block;
      vertical-align: top;
      margin-right: 13px;
      color: #999999;
      font-size: 11px;
      font-weight: 400;
      font-family: Roboto, sans-serif; }
      .newsFull .newFullTopInfo .user:before {
        content: " ";
        background: url("../img/user.png");
        width: 11px;
        height: 11px;
        display: inline-block;
        vertical-align: top; }
    .newsFull .newFullTopInfo .view {
      display: inline-block;
      vertical-align: top;
      margin-right: 13px;
      color: #999999;
      font-size: 11px;
      font-weight: 400;
      font-family: Roboto, sans-serif; }
      .newsFull .newFullTopInfo .view:before {
        content: " ";
        background: url("../img/view.png");
        width: 15px;
        height: 11px;
        display: inline-block;
        vertical-align: top; }
  .newsFull .fullContent {
    margin-bottom: 45px;
    font-size: 14px; }
    .newsFull .fullContent img {
      max-width: 100%; }
  .newsFull .socials {
    position: relative; }
    .newsFull .socials a.coment {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 14px;
      color: #0b72bc;
      text-decoration: underline;
      font-family: Roboto, sans-serif;
      font-weight: 400; }

.comentBlock {
  display: none; }
  .comentBlock .item {
    margin-bottom: 30px;
    position: relative; }
    .comentBlock .item img {
      position: absolute;
      left: 0;
      top: 0; }
    .comentBlock .item .content {
      padding-left: 50px; }
      .comentBlock .item .content .top {
        margin-bottom: 15px;
        padding-top: 15px; }
        .comentBlock .item .content .top .name {
          color: #000000;
          font-family: Roboto, sans-serif;
          font-weight: 700;
          font-size: 15px;
          display: inline-block;
          vertical-align: top; }
        .comentBlock .item .content .top .date {
          display: inline-block;
          vertical-align: top;
          color: #777777;
          font-family: Roboto, sans-serif;
          font-weight: 400;
          font-size: 10px;
          margin-top: 3px;
          margin-left: 20px; }
          .comentBlock .item .content .top .date:before {
            content: " ";
            background: url(../img/data.png);
            width: 11px;
            height: 11px;
            display: inline-block;
            vertical-align: top;
            margin-right: 5px; }
      .comentBlock .item .content .text {
        background-color: #f2f2f2;
        padding: 20px;
        font-size: 14px;
        font-family: Roboto, sans-serif;
        font-weight: 400; }

.sendComent {
  margin-bottom: 20px; }
  .sendComent .captcha {
    margin-bottom: 10px; }
    .sendComent .captcha img {
      margin-bottom: 10px; }
  .sendComent input[type="text"] {
    height: 45px;
    width: 250px;
    display: block;
    box-sizing: border-box;
    background: #f0f2f4;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding-left: 15px;
    font-size: 14px;
    color: #666666;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-right: 5px;
    outline: none;
    margin-bottom: 10px; }
  .sendComent textarea {
    height: 85px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background: #f0f2f4;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding-left: 15px;
    font-size: 14px;
    color: #666666;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-right: 5px;
    outline: none;
    margin-bottom: 10px; }
  .sendComent input[type="submit"] {
    height: 45px;
    outline: none;
    color: #ffffff;
    background-color: #e9a836;
    border: 1px solid #db9f35;
    border-radius: 3px;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }

.empty {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #999999; }

#eventsBlock a {
  display: block;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #666666;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb; }

.day.event {
  cursor: pointer; }

.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.85);
  background-image: url("../img/speener.gif");
  background-repeat: no-repeat;
  background-position: center; }

.albumContent.slides a.slide {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  height: 155px;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 30px; }
  .albumContent.slides a.slide:nth-child(2n+2) {
    margin-right: 0; }
  .albumContent.slides a.slide img {
    max-width: 100%; }

/*# sourceMappingURL=style.css.map */
