@import url(https://fonts.googleapis.com/css?family=Quicksand);
@media (max-width: 1000px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; }

  .topBanner img {
    max-width: 100%; }

  header .head .logo {
    width: 11%; }
    header .head .logo img {
      max-width: 70px; }
  header .head .headContent {
    width: 85%; }
    header .head .headContent .topContent .siteName {
      font-size: 20px; }
    header .head .headContent .bottomContent ul.topMenu {
      max-width: 100%;
      margin-top: 15px;
      margin-bottom: 5px; }
      header .head .headContent .bottomContent ul.topMenu li {
        margin-right: 15px; }
        header .head .headContent .bottomContent ul.topMenu li a {
          font-size: 12px; }
    header .head .headContent .bottomContent form {
      position: static;
      display: block;
      text-align: right; }

  .sliderBg {
    height: auto; }
    .sliderBg .pageBlock {
      position: static;
      width: 100%; }
      .sliderBg .pageBlock ul li a {
        font-size: 14px;
        height: 55px; }
        .sliderBg .pageBlock ul li a span {
          margin-top: 20px; }
    .sliderBg .bx-wrapper {
      margin-bottom: 15px; }
      .sliderBg .bx-wrapper .bx-next {
        right: 0; }

  .contentBg {
    margin-top: 20px; }
    .contentBg .leftBar {
      width: 100%;
      margin-right: 0; }
      .contentBg .leftBar ul.leftMenu {
        transition: 0.3s;
        position: relative;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 0 5px;
        height: 232px;
        margin-bottom: 0;
        overflow: hidden; }
        .contentBg .leftBar ul.leftMenu.active {
          height: auto;
          transition: 0.3s; }
        .contentBg .leftBar ul.leftMenu li a {
          line-height: 22px;
          height: 45px;
          font-size: 13px; }
      .contentBg .leftBar .leftMenuRelative {
        position: relative;
        width: 30%;
        display: inline-block;
        vertical-align: top; }
        .contentBg .leftBar .leftMenuRelative a.showMoreMenu {
          margin-top: 23px;
          display: block;
          font-size: 14px;
          text-decoration: underline;
          color: #0b72bc;
          font-weight: 400;
          font-family: Roboto, sans-serif;
          margin-bottom: 20px; }
      .contentBg .leftBar .videoBlock {
        height: 270px;
        margin-left: 30px;
        padding-top: 0;
        width: 30%;
        display: inline-block;
        vertical-align: top;
        text-align: left; }
      .contentBg .leftBar .fotoGalery {
        height: 270px;
        padding-top: 0;
        display: inline-block;
        vertical-align: top;
        width: 30%;
        margin-left: 30px;
        text-align: left; }
        .contentBg .leftBar .fotoGalery .allFoto {
          padding-top: 49px; }
      .contentBg .leftBar .partners {
        display: inline-block;
        vertical-align: top;
        width: 100%; }
        .contentBg .leftBar .partners .title {
          margin-bottom: 45px; }
    .contentBg .newsContent {
      width: 65%;
      margin-right: 10px; }
      .contentBg .newsContent .content .newsItem .text {
        width: 60%; }
    .contentBg .rightBar {
      width: 33%; }
    .contentBg .newsContent.album .aItem {
      width: 90%;
      margin-right: 0; }
      .contentBg .newsContent.album .aItem .image {
        margin: 0 auto; }
    .contentBg .albumContent.slides {
      text-align: center; }

  .rightBanner {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px; }
    .rightBanner .item {
      text-align: center;
      width: 49%;
      display: inline-block;
      vertical-align: top; }
      .rightBanner .item img {
        max-width: 100%; }

  .footCatNewsBg .item {
    width: 50%;
    margin-bottom: 15px; }

  footer .linkBlock {
    width: 20%; }
  footer .subscribeBlock {
    width: 45%; }
    footer .subscribeBlock .subscribeForm input[type="email"] {
      width: 50%; }
  footer .contactBlock {
    width: 25%; } }
@media (max-width: 1000px) and (max-width: 768px) {
  .b-a, .bar, .bar:before, .bar:after {
    transition: all .25s;
    content: "";
    position: absolute;
    left: 0;
    height: 6px;
    width: 30px;
    border-radius: 15px;
    background-color: rgba(11, 114, 188, 0.9); }

  .menu-collapsed {
    transition: all .25s;
    position: fixed;
    top: 0;
    left: 0px;
    height: 40px;
    width: 40px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.85);
    cursor: pointer; }
    .menu-collapsed ul {
      transition: all 0s;
      position: fixed;
      left: -9000px; }

  .bar {
    position: fixed;
    left: 5px;
    top: 17px; }
    .bar:before {
      top: -8px; }
    .bar:after {
      top: 8px; }

  .b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
    transition: all .25s;
    top: -0px; }

  .menu-expanded {
    padding-top: 50px;
    transition: all .25s;
    text-align: center;
    height: 100%;
    width: 100%;
    border-radius: 0px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85); }
    .menu-expanded ul {
      transition: all 0s;
      position: relative;
      left: 0;
      z-index: 2; }
      .menu-expanded ul li {
        display: block;
        height: 50px;
        line-height: 50px; }
    .menu-expanded a {
      transition: all .15s;
      text-decoration: none;
      font-size: 15px;
      padding: 5px;
      color: #fff;
      display: block; }
      .menu-expanded a:hover {
        background-color: rgba(255, 255, 255, 0.8);
        transition: all .15s;
        letter-spacing: 2px;
        color: #333;
        border: 1px solid rgba(255, 255, 255, 0.15); }
    .menu-expanded .bar {
      background-color: transparent;
      transition: all .25s; }
      .menu-expanded .bar:before {
        transform: rotate(45deg); }
      .menu-expanded .bar:after {
        transform: rotate(-45deg); }

  header .head .headContent .bottomContent form input[type="text"] {
    width: 82%; }

  .contentBg .newsContent .content .newsItem .image {
    width: 40%; }
    .contentBg .newsContent .content .newsItem .image img {
      width: 100%;
      max-width: 150px; }

  .contentBg .newsContent .content .newsItem .image a.category {
    width: 100%;
    max-width: 150px; }

  .contentBg .newsContent .content .newsItem .text {
    width: 52%; }

  .contentBg .leftBar .fotoGalery .allFoto {
    padding-top: 0; }

  header .head .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }
  header .head .headContent {
    text-align: center;
    width: 100%; }
    header .head .headContent .topContent .languageBlock {
      margin-top: 12px;
      position: static;
      margin-bottom: 12px; }
    header .head .headContent .bottomContent ul.topMenu li a {
      font-size: 14px; }

  .sliderBg .sliderBlock .item .content img {
    width: 100%;
    height: auto; }

  header .head .headContent .topContent .languageBlock a {
    font-size: 11px; }

  header .head .headContent .bottomContent ul.topMenu li a {
    font-size: 12px; }

  .sliderBg .pageBlock {
    display: none; }

  .sliderBg .sliderBlock .item .content .slideDescription .dContent a.category {
    font-size: 12px; }

  .sliderBg .sliderBlock .item .content .slideDescription .dContent .title a {
    font-size: 14px; }

  .sliderBg .sliderBlock .item .content .slideDescription .dContent .text {
    font-size: 12px; }

  .sliderBg .sliderBlock .item .content .slideDescription {
    height: 70px; }

  .sliderBg .sliderBlock .item .content .slideDescription .dContent {
    padding-top: 12px; }

  .contentBg .leftBar .leftMenuRelative {
    width: 100%; }
  .contentBg .leftBar .videoBlock {
    text-align: center;
    width: 100%;
    margin-left: 0; }
    .contentBg .leftBar .videoBlock .content .item .image {
      margin: 0 auto 10px auto; }
  .contentBg .leftBar .fotoGalery {
    width: 100%;
    text-align: center;
    margin-left: 0; }
    .contentBg .leftBar .fotoGalery .bx-viewport .item {
      text-align: -webkit-center; }
  .contentBg .newsContent {
    width: 100%; }
    .contentBg .newsContent .content .newsItem .text .name a {
      font-size: 13px; }
    .contentBg .newsContent .content .newsItem .text .description {
      font-size: 12px;
      margin-top: 8px; }
    .contentBg .newsContent .content .newsItem .text .topBlock .data {
      margin-right: 8px; }
    .contentBg .newsContent .allNews {
      margin-top: 15px;
      margin-bottom: 15px; }
  .contentBg .rightBar {
    margin-top: 15px;
    width: 100%; }

  .rightBanner .item {
    width: 100%;
    margin-bottom: 10px; }

  .footCatNewsBg .item {
    width: 100%; }

  footer .linkBlock {
    width: 100%; }
  footer .subscribeBlock {
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px; }
  footer .contactBlock {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 25px;
    text-align: center; }

  .copyring {
    height: 80px;
    line-height: normal;
    padding-top: 5px; }
    .copyring .inkiz {
      position: static; }

  .contentBg .newsContent.fullNews .socials a.coment {
    position: static;
    display: block;
    margin-top: 10px; }

  footer .linkBlock ul li {
    display: inline-block;
    width: 45%;
    margin-right: 10px; }
    footer .linkBlock ul li:nth-child(2n+2) {
      margin-right: 0; } }
@media (max-width: 1000px) and (max-width: 768px) and (max-width: 395px) {
  .contentBg .newsContent .content .newsItem .image .img {
    width: 100%;
    max-width: 150px; } }
.fullContent img {
  max-width: 100%; }

/*# sourceMappingURL=media.css.map */
