

/* Start:/local/templates/rekam/template_styles.css?16776873362207*/
.page__pagination {
    margin-bottom: var(--columnOffset);
}

.pagination {
    margin-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pagination, .pagination__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination__items {
    min-width: 0;
    color: #888;
}

.pagination__item {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    transition: .3s;
}

.pagination__item--active, .pagination__item:focus, .pagination__item:hover {
    background-color: #f0f0f4;
    color: black;
}

.pagination__navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination__nav:not(:last-child) {
    margin-right: 8px;
}

.pagination__nav--disabled {
    background-color: #e6e6e6;
}

.pagination__nav--prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.pagination__nav {
    background-color: #f0f0f4;
    color: black;
}

.pagination__nav .pagination__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination__nav--disabled .pagination__link {
    cursor: not-allowed;
}

.pagination__link {
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
}

.i-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: .8em;
    fill: currentColor;
}

.pagination__nav .i-icon {
    width: 23px;
    height: 23px;
}

#input-attachment-info {
    color: #5d5b5b;
}

.news_card {
    display: inline-block;
    margin: 0 15px 15px 0;
    text-align: center;
	width: 126px;
}
.news_card > img {
border: 1px solid gray;
}

/* End */


/* Start:/local/templates/rekam/components/bitrix/news.list/committee_docs/style.css?17574798531736*/
.committees-docs, .committees-docs *:before, .committees-docs *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.committees-docs {
 width:100%;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  margin-bottom: 50px;
}

.committees-docs .doc-card {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 370px;
  min-height: 70px;
  /*padding:10px;*/
  /*border: 1px solid gray;*/
  margin:10px 0;
  font-family: Roboto, sans-serif;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.committees-docs .doc-card__date {
  width: calc(100% / 3);
  height: 100%;
  text-align: center;
  font-size: .85rem;
  color: #817e7e;  
}

.committees-docs .doc-card__content {
  position: relative;
  width: calc((100% / 3) * 2);
  padding-left: 10px;
}

.committees-docs .doc-card__content::before {
  position: absolute;
  content: "";
  width: 1px;
  display: block;
  top: -2px;
  bottom: -2px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);;
}

.committees-docs .content__title {
  /*color: #6c6c6c;*/
  
  margin-bottom:5px;
}

.committees-docs .content__links a  {
  display: inline-flex;
  margin-right: 10px;
  text-decoration: none;
  color: #262626;
  border:none;
  transition: color 0.3s ease;
}

.committees-docs .content__links a:last-child {
  margin-right: 0;
}

.committees-docs .content__links a:hover .download-icon  {
  color:#817e7e;
  transition: color 0.3s ease;
}

.committees-docs .content__links a:hover  {
  color:#817e7e;
  transition: color 0.3s ease;
}


.committees-docs .download-icon {
  height: 18px;
  width:18px;
  color:#000;
  margin-right:5px;
  transition: color 0.3s ease;
}
/* End */
/* /local/templates/rekam/template_styles.css?16776873362207 */
/* /local/templates/rekam/components/bitrix/news.list/committee_docs/style.css?17574798531736 */
