.form__success {
  font-size: 16px;
  line-height: 16px; }

.news-card {
  position: relative;
  width: 100%; }
  .news-card__top {
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin: 0 0 10px 0; }
  .news-card__tags {
    margin-top: 20px; }
  .news-card__rubric {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    font: bold 12px/130% "Arial", sans-serif; }
  .news-card__data {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    font: 400 12px/130% "Arial", sans-serif;
    color: #afafaf; }
  .news-card__bottom {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 768px) {
      .news-card__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .news-card__bottom-cell {
    display: block;
    position: relative;
    width: 90%;
    padding: 0 20px; }
    .news-card__bottom-cell:first-child {
      width: 10%;
      min-width: 90px;
      padding: 0; }
    @media only screen and (max-width: 768px) {
      .news-card__bottom-cell {
        width: 100%;
        padding: 0; }
        .news-card__bottom-cell:first-child {
          width: 100%; } }

.news-card-slider {
  position: relative;
  margin: 0 0 30px 0; }

.news-slider {
  position: relative;
  display: block;
  margin: 0 0 10px 0; }
  .news-slider__item {
    display: block;
    position: relative;
    height: 400px !important;
    background: #f5f5f5; }
    @media only screen and (max-width: 768px) {
      .news-slider__item {
        height: auto !important; } }
  .news-slider__table {
    display: table;
    position: relative;
    width: 100%;
    height: 100%; }
  .news-slider__cell {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center; }
  .news-slider__link {
    position: relative;
    display: inline-block; }
  .news-slider__link--video {
    position: relative;
    display: block; }

.slider-nav {
  position: relative;
  height: 80px !important; }
  .slider-nav ul {
    padding: 0 !important; }
    .slider-nav ul li {
      padding: 0 !important;
      margin: 0 !important; }
      .slider-nav ul li:before, .slider-nav ul li:after {
        display: none !important; }
  .slider-nav__item {
    position: relative;
    display: block;
    height: 80px !important; }
  .slider-nav__photo {
    margin: 0 5px !important;
    position: relative;
    display: block;
    height: 80px !important;
    background-size: cover !important;
    background-position: 50% 50% !important; }
  .slider-nav .slick-arrow {
    position: absolute;
    background-color: transparent;
    text-indent: -9999px;
    transition: all .3s ease;
    padding: 0;
    height: 100%;
    width: 50px;
    top: 0;
    z-index: 100;
    background: #d9dee1; }
    .slider-nav .slick-arrow.slick-next {
      right: 0; }
      @media only screen and (max-width: 768px) {
        .slider-nav .slick-arrow.slick-next {
          right: 0; } }
      .slider-nav .slick-arrow.slick-next:before {
        content: '';
        position: absolute;
        right: 20px;
        top: 45%;
        transition: all .3s ease; }
      .slider-nav .slick-arrow.slick-next:before {
        background-image: url(/local/static/build/img/sprite/sprite.png);
        background-position: -68px -90px;
        width: 8px;
        height: 14px; }
    .slider-nav .slick-arrow.slick-prev {
      left: 0; }
      @media only screen and (max-width: 768px) {
        .slider-nav .slick-arrow.slick-prev {
          left: 0; } }
      .slider-nav .slick-arrow.slick-prev:before {
        content: '';
        position: absolute;
        left: 20px;
        top: 45%;
        transition: all .3s ease; }
      .slider-nav .slick-arrow.slick-prev:before {
        background-image: url(/local/static/build/img/sprite/sprite.png);
        background-position: -60px -90px;
        width: 8px;
        height: 14px; }

.social-block {
  position: relative;
  display: block; }
  @media only screen and (max-width: 768px) {
    .social-block {
      margin: 0 -10px; } }
  .social-block__wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .social-block__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .social-block__item {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 10px 0; }
    @media only screen and (max-width: 768px) {
      .social-block__item {
        padding: 0 10px; } }
  .social-block__item-wrap {
    position: relative;
    display: table;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .social-block__item-wrap {
        border: 1px solid #d0d0d0;
        border-radius: 3px;
        height: 40px;
        cursor: pointer;
        transition: all 0.3s ease; }
        .social-block__item-wrap:hover {
          background: #d0d0d0; } }
  .social-block__item-cell {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font: 400 12px/30px "Arial", sans-serif; }
    .social-block__item-cell:first-child {
      width: 39px;
      padding: 5px 20px 5px 5px; }
      @media only screen and (max-width: 768px) {
        .social-block__item-cell:first-child {
          width: 100%;
          padding: 5px; } }
    .social-block__item-cell img {
      display: block;
      height: 20px;
      max-width: 24px;
      min-width: 20px;
      width: 100%;
      margin: 0 auto; }
    .social-block__item-cell--number {
      width: 45px;
      height: 30px;
      margin-left: 8px;
      background: #d0d0d0;
      position: relative;
      border-radius: 3px;
      padding: 1px; }
      .social-block__item-cell--number:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 100%;
        top: calc(50% - 5px);
        border-top: 3px solid transparent;
        border-right: 6px solid #d0d0d0;
        border-bottom: 3px solid transparent; }
      @media only screen and (max-width: 768px) {
        .social-block__item-cell--number {
          display: none; } }
  .social-block__item-number {
    display: block;
    width: 45px;
    height: 30px;
    background: #ffffff;
    position: relative;
    border-radius: 3px;
    transition: all 0.3s ease;
    cursor: pointer; }
    .social-block__item-number:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      right: 100%;
      top: calc(50% - 5px);
      border-top: 3px solid transparent;
      border-right: 6px solid #ffffff;
      border-bottom: 3px solid transparent;
      transition: all 0.3s ease; }
    .social-block__item-number:hover {
      background: #d0d0d0; }
      .social-block__item-number:hover:before {
        border-right: 6px solid #d0d0d0; }

.social-block.social-block-inline {
  display: inline-block;
  border: 1px solid #dddddd;
  padding: 10px;
  border-radius: 5px; }
  @media only screen and (max-width: 768px) {
    .social-block.social-block-inline {
      display: block;
      padding: 0;
      border: 0 none;
      border-radius: 0; } }
  .social-block.social-block-inline .social-block__wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 768px) {
      .social-block.social-block-inline .social-block__wrapper {
        width: 100%; } }
  .social-block.social-block-inline .social-block__item {
    width: auto;
    margin: 0 10px; }
    @media only screen and (max-width: 768px) {
      .social-block.social-block-inline .social-block__item {
        width: 100%;
        margin: 0; } }
  @media only screen and (max-width: 768px) {
    .social-block.social-block-inline .social-block__item-cell:first-child {
      padding: 5px; } }

.news-card {
  position: relative;
  width: 100%; }
  .news-card__top {
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin: 0 0 10px 0; }
  .news-card__rubric {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    font: bold 12px/130% "Arial", sans-serif; }
  .news-card__data {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    font: 400 12px/130% "Arial", sans-serif;
    color: #afafaf; }
  .news-card__bottom {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 768px) {
      .news-card__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .news-card__bottom-cell {
    display: block;
    position: relative;
    width: 90%;
    padding: 0 20px; }
    .news-card__bottom-cell:first-child {
      width: 10%;
      min-width: 90px;
      padding: 0; }
    @media only screen and (max-width: 768px) {
      .news-card__bottom-cell {
        width: 100%;
        padding: 0; }
        .news-card__bottom-cell:first-child {
          width: 100%; } }

.comments {
  margin-top: 30px;
  position: relative; }
  .comments__header {
    position: relative;
    height: 35px;
    font: bold 24px/35px "Arial Narrow", sans-serif;
    border-bottom: 3px solid #4d5a68;
    margin: 0 0 20px 0;
    color: #000000; }
    .comments__header a {
      color: #000000;
      transition: all 0.3s ease; }
      .comments__header a:hover, .comments__header a:active, .comments__header a:focus {
        color: #578ce2; }
  .comments__wrapper {
    position: relative; }
  .comments__item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d9dee1;
    padding: 25px 0; }
  .comments__top {
    position: relative;
    font-size: 0;
    line-height: 0; }
  .comments__name {
    font: bold 14px/130% "Arial", sans-serif;
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0 0 10px 0; }
  .comments__info {
    font: 400 14px/130% "Arial", sans-serif;
    position: relative;
    display: inline-block;
    color: #afafaf;
    margin: 0 0 10px 0; }
  .comments__link-block {
    position: relative;
    display: block;
    padding: 20px 0; }
  .comments__link {
    display: inline-block;
    font: 400 18px/130% "Arial", sans-serif;
    color: #4bb9e7;
    cursor: pointer;
    transition: all 0.3s ease; }
    .comments__link:hover {
      color: #578ce2; }
  .comments__hidden-form {
    position: relative; }
  .comments__hidden-form.active .comments__form {
    display: block; }
  .comments__hidden-form.active .comments__link-block {
    display: none; }
  .comments__form {
    position: relative;
    display: none;
    padding: 20px 0; }

.comments.active .comments__wrapper {
  display: block; }

.comments.active .spoiler-hidden img {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.comments.active .spoiler-hidden__text--active {
  display: block !important; }

.comments.active .spoiler-hidden__text {
  display: none; }

.comments__header:hover .spoiler-hidden {
  width: 90px; }

.spoiler-hidden {
  position: absolute;
  right: 10px;
  top: 6px;
  height: 20px;
  width: 20px;
  border: 2px solid #8a96a1;
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease; }
  .spoiler-hidden img {
    height: 20px;
    position: absolute;
    top: -2px;
    left: 0;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .spoiler-hidden__text {
    position: absolute;
    left: 20px;
    top: 0;
    font: 400 11px/16px "Arial", sans-serif;
    color: #69727a;
    text-transform: none; }
    .spoiler-hidden__text--active {
      display: none; }

.vkontakte_count, .facebook_count, .odnoklassniki_count, .twitter_count {
  display: none; }
