

/* Start:/bitrix/templates/aspro-allcorp/components/bitrix/system.pagenavigation/.default/style.css?1745325210799*/
    .wrap_pagination {
        text-align: center;
    }

    .pagination {
        border-radius: 0;
        border-color: #dfe5e9;
        background-color: transparent;
    }

    .pagination .page-item {
        border-radius: 0;
        margin: 0 1px;
    }

    .pagination .page-item .page-link {
        color: #4c7698;
        border-radius: 5 !important;
        padding: 5px 10px;
        transition: background-color 0.3s, color 0.3s;
    }

    .pagination .page-item .page-link:hover {
        background-color: #66bedf;
        color: white;
    }
.pagination .page-item.disabled .page-link {
    color: rgb(46 52 58 / 98%);
}

    .pagination .page-item .page-link:hover .icon {
        color: white;
    }

    .pagination .page-item .page-link .icon {
        color: #acb6bc;
    }
/* End */


/* Start:/bitrix/templates/aspro-allcorp/components/bitrix/news.list/news/style.css?17519382092186*/
.news-card {
  min-height: 220px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
}

.card-img-left {
  padding: 12px;
  width: 280px;
  min-width: 280px;
  max-width: 300px;
  background: #f7fafc;
  overflow: hidden;
}

.card-img-left img {
  border-radius: 15px;
}

.card-body {
  padding: 1.4rem 1.7rem 1.4rem 1.5rem;
  min-height: 220px;
}

.card-title {
  font-weight: 600;
}
.badge.news-date-badge {
  width: auto;
  font-size: 1em;
  font-weight: 500;
  color: #1380ab;
  background: #e0f7fd;
  border-radius: 18px;
  padding: 0.5em 1em;
}

.card-text {
  color: var(--bs-gray-700);
  line-height: 1.5;
  margin-bottom: 0.7rem;
  max-height: 3.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.list-unstyled {
  font-size: 0.95em;
  color: #6a7886;
  margin-bottom: 0.7rem;
  max-height: 2.6em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn.btn-primary {
  border-radius: 20px;
  padding: 0.45rem 1.35rem;
  font-size: 1.02em;
  margin-bottom: 0;
  align-self: flex-start;
  letter-spacing: 0.03em;
  transition: all 0.18s;
  margin-top: auto;
}

@media (max-width: 900px) {
  .news-card {
    align-items: stretch;
    min-width: 0;
    max-width: 100%;
    min-height: 120px;
  }
  .card-img-left {
    width: 250px;
    min-width: 140px;
    max-width: 100%;
    height: auto;
    padding: 5px;
  }
  .card-img-left img {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: cover;
    margin: 0;
  }
  .card-body {
    padding: 1rem 1rem 1.1rem 1rem;
    min-height: unset;
  }
  .card-title {
    font-weight: 550;
    font-size: 1rem;
    white-space: normal;
    text-align: left;
    line-height: 22px;
  }
  .card-text {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 0.7rem;
    line-height: 1.5;
    margin-bottom: 0.7rem;
    text-align: justify;
    max-height: fit-content;
  }
  .badge.news-date-badge {
    font-size: 0.75em;
    padding: 0.3em 0.7em;
  }
  .btn.btn-primary {
    width: 100%;
    text-align: center;
    font-size: 1em;
  }
}

/* End */
/* /bitrix/templates/aspro-allcorp/components/bitrix/system.pagenavigation/.default/style.css?1745325210799 */
/* /bitrix/templates/aspro-allcorp/components/bitrix/news.list/news/style.css?17519382092186 */
