

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16671682331818*/
.page-link,
.page-link:hover {
    color : var(--theme-color-primary);
}

.page-item.active .page-link {
    color            : var(--theme-b-tx-primary);
    background-color : var(--theme-color-primary);
    border-color     : var(--theme-color-primary);
}

.page-link:focus {
    box-shadow : 0 0 0 0.2rem var(--theme-b-sd-primary);
}


.pagination {
    display         : flex;
    justify-content : space-between;
    align-items     : flex-start;
    margin-bottom   : 30px;
}

.pagination a, .page-text span {
    padding        : 0 10px;
    padding-bottom : 6px;
}

.pagination a:hover {
    color : #f39600;
}

.page-text, .page-text a {
    font-size       : 13px;
    font-weight     : normal;
    color           : #505050;
    text-decoration : none;
}

.number {
    font-weight : bold !important;
}

.active {
    color         : #f39600;
    border-bottom : 1.8px solid #f39600;
}

.items {
    padding-right : 40px;
}

.items span {
    padding : 0 4px;
}

.items_number {
    position         : relative;
    height           : 1.8px;
    width            : 90%;
    background-color : #dddddd;
    margin           : 0 auto;
    margin-top       : 6px;
}

.items_on_page {
    position         : absolute;
    top              : 0;
    left             : 0;
    height           : 1.8px;
    background-color : #f39600;
}

@media screen and (max-width : 700px) {
    .pagination {
        flex-direction  : row-reverse;
        flex-wrap       : wrap;
        justify-content : center;

    }

    .items {
        padding-left  : 7px;
        margin-top    : 30px;
        padding-right : 0;
        margin-right  : 0;
    }
}

@media screen and (max-width : 479px) {
    .navigate {
        display : none;
    }

    .page-text {
        margin-left  : 40px;
        margin-right : 40px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/information/bitrix/news.list/.default/style.css?17569919392535*/
#section-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#section-news::after, #section-news::before {
  display: none !important;
}

#section-news > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

#section-news .materials__item {
  margin-bottom: 50px;
}

#section-news .materials__item-image {
  position: relative;
}

#section-news .materials__item-image span {
  position: absolute;
  top: 15px;
  right: 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-family: 'FF Good Pro', 'PT Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
}

#section-news .materials__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1 / 1;
  width: 100%;
}

#section-news .materials__item-file a {
  display: inline-block;
  margin-top: 10px;
  font-family: 'FF Good Pro', 'PT Sans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-decoration: none !important;
}

#section-news .materials__title a {
  text-decoration: none !important;
}

#section-news .materials__title strong {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  margin-top: 40px;
  display: block;
}

#section-news .materials__title span {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  color: #000000;
  display: block;
  margin-top: 8px;
}

#section-news .logo-label {
  position: absolute;
  top: 20px;
  right: 15px;
  left: 15px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  z-index: 4;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  width: calc(100% - 30px);
  height: 10px;
}

#section-news .logo-label-count-2 {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

#section-news .logo-label svg {
  height: 100%;
  max-width: 65px;
}

#section-news .logo-label svg:not(:first-child) {
  justify-self: flex-end;
}

@media (max-width: 767px) {
  #section-news .materials__item-file a {
    font-size: 16px;
  }
  #section-news .breadcrumb-wrapper {
    margin-top: 25px;
  }
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16671682331818 */
/* /local/templates/.default/components/bitrix/news/information/bitrix/news.list/.default/style.css?17569919392535 */
