

/* Start:/local/templates/html/components-template/pagination/style.css?16601195862174*/
.pagination-loader {
  width: 100%;
  margin-top: 20px; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  text-align: center; }
  .pagination__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
  .pagination__item {
    display: flex;
    margin: 0 6px;
    transition: background 0.3s, color 0.2s, border 0.3s;
    border: 1px solid transparent;
    color: #4A4A4A; }
    .pagination__item--first {
      transform: rotate(180deg); }
    .pagination__item:hover {
      border: 1px solid #E7E7E7;
      background: #E7E7E7; }
      .pagination__item:hover .pagination__link {
        color: #4A4A4A; }
      .pagination__item:hover .icon {
        fill: #fff; }
    .pagination__item.active {
      cursor: default;
      border: 1px solid transparent;
      background: #4A4A4A;
      position: relative;
      box-sizing: border-box; }
      .pagination__item.active:after {
        left: 0px;
        top: 1px;
        position: absolute;
        content: "";
        width: 100%;
        height: calc(100% - 2px);
        background-color: transparent;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; }
      .pagination__item.active .pagination__link {
        color: #fff; }
      .pagination__item.active .icon {
        stroke: #4A4A4A; }
  .pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    transition: background 0.3s, color 0.2s, border 0.3s;
    color: #4A4A4A;
    font-size: 20px;
    line-height: 1; }
    .pagination__link .icon {
      stroke: #4A4A4A; }
  @media (max-width: 575px) {
    .pagination__total {
      display: none; }
    .pagination__item {
      margin: 0 2px; }
    .pagination__link {
      width: 27px;
      height: 27px;
      font-size: 14px; }
    .pagination__item--first {
      margin: 0; }
    .pagination__item--last {
      margin: 0; } }

@media (max-width: 1023px) {
  .pagination-to-end, .pagination-to-start {
    display: none; } }

/* End */


/* Start:/local/templates/html/components/bitrix/news/news/bitrix/news.list/.default/style.css?163828552992*/
.news-card__img{
    background-color: #fff;
}
.lazy-img-wrap{
    border: 1px solid #ccc;
}
/* End */


/* Start:/local/templates/html/components-template/news/style.css?16601195851123*/
.news-wrap {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .news-wrap {
      margin-top: 30px; } }

.news {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .news .news-card__title {
    font-weight: 500; }
  @media (max-width: 767px) {
    .news .news-card__descr {
      font-size: 14px; } }
  .news .news-card {
    width: 25%; }
    @media (max-width: 1199px) {
      .news .news-card {
        width: 33.33%; } }
    @media (max-width: 1023px) {
      .news .news-card {
        width: 50%; } }
    @media (max-width: 767px) {
      .news .news-card {
        width: 100%; } }

@media (max-width: 1023px) {
  .news {
    max-width: 600px;
    margin: auto; } }

@media (max-width: 767px) {
  .news {
    max-width: 300px; } }

.news .news-card__img {
  padding-bottom: 100%;
  position: relative; }
  .news .news-card__img .lazy-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .news .news-card__img .lazy-img-wrap img {
      max-height: 100%;
      max-width: 100%; }

/* End */


/* Start:/local/templates/html/components-template/mixin__news-card/style.css?16601195852293*/
.news-card {
  padding: 30px;
  border: 1px solid transparent; }
  @media (max-width: 1199px) {
    .news-card {
      padding: 30px 15px; } }
  @media (max-width: 767px) {
    .news-card {
      padding: 0px;
      margin-bottom: 30px; } }
  .news-card__img {
    margin-bottom: 30px;
    display: block; }
    @media (max-width: 767px) {
      .news-card__img {
        margin-bottom: 20px; } }
    .news-card__img:hover {
      cursor: pointer; }
  .news-card__date {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px; }
  .news-card__title {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
    display: inline-block;
    border-bottom: 1px solid transparent;
    display: inline; }
    @media (max-width: 1023px) {
      .news-card__title {
        font-size: 16px; } }
  .news-card__title-wrap {
    display: block; }
    @media (min-width: 1024px) {
      .news-card__title-wrap:hover .news-card__title {
        border-bottom: 1px solid #000;
        cursor: pointer; }
        .news-card__title-wrap:hover .news-card__title .icon {
          stroke: #000; } }
  .news-card__descr {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 300; }
  @media (min-width: 1024px) {
    .news-card:hover {
      border: 1px solid #000; } }

.news-card--main-page {
  width: 25%; }
  @media (max-width: 1199px) {
    .news-card--main-page {
      flex: 0 0 258px; } }
  .news-card--main-page .news-card__title {
    text-transform: none; }
    @media (max-width: 1199px) {
      .news-card--main-page .news-card__title {
        font-size: 16px; } }
  @media (max-width: 767px) {
    .news-card--main-page {
      padding: 0px 30px; } }

.news-card--news-page .news-card__title {
  text-transform: none; }

.news-card--news-page .news-card__type {
  padding-left: 10px; }

.news-card--news-page .news-card__img {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .news-card--news-page .news-card__img {
      margin-bottom: 20px; } }

.news-card--news-page .lazy-img-wrap {
  justify-content: flex-start; }

@media (max-width: 767px) {
  .news-card--news-page .news-card__date {
    font-size: 14px;
    margin-bottom: 7px; } }

.news-card--news-page .news-card__descr {
  margin-top: 4px; }

/* End */
/* /local/templates/html/components-template/pagination/style.css?16601195862174 */
/* /local/templates/html/components/bitrix/news/news/bitrix/news.list/.default/style.css?163828552992 */
/* /local/templates/html/components-template/news/style.css?16601195851123 */
/* /local/templates/html/components-template/mixin__news-card/style.css?16601195852293 */
