@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 12.01.2022, 15:47:25
    Author     : Andrew
*/
.card-columns {
  /*    @include media-breakpoint-only(xs) {
          column-count: 1;
      }*/ }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .card-columns {
      column-count: 2; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .card-columns {
      column-count: 3; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .card-columns {
      column-count: 4; } }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    .card-columns {
      column-count: 5; } }
  @media (min-width: 1400px) {
    .card-columns {
      column-count: 5; } }

.card {
  width: 100%; }

.card[data-clickable=true]:hover, #block-link[data-clickable=true]:hover {
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
  /*transform:scale(1.08);*/
  z-index: 1;
  border-width: thin;
  border: 1px solid tan; }

#title-container {
  font-size: 40px;
  color: gainsboro;
  font-weight: 600;
  text-align: center; }

.news-title a {
  color: #337ab7 !important;
  font-size: 18px;
  padding: 10px 0 5px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none; }

.news-opublikovano i {
  color: #999999 !important;
  font-size: 14px; }

.overflow p {
  white-space: nowrap;
  /* Запрещаем перенос строк */
  overflow: hidden;
  /* Обрезаем все, что не помещается в область */
  /*background: #fc0;*/
  /* Цвет фона */
  padding: 5px;
  /* Поля вокруг текста */
  text-overflow: ellipsis;
  /* Добавляем многоточие */ }

.news-text p {
  /*background: #fc0;*/
  /* Цвет фона */
  padding: 5px;
  /* Поля вокруг текста */ }

.modal {
  margin-left: auto;
  margin-right: auto; }

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 100%;
  width: 100vh;
  display: flex;
  align-items: center; }

.modal-body {
  position: relative;
  padding: 0px; }

.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  background: transparent;
  border: 0; }

/*# sourceMappingURL=news.css.map */
