

/* Start:/bitrix/templates/artelac/components/bitrix/news.list/articles/style.css?17447339272048*/
.ap-header__articles:before {
  border-bottom: 120px solid rgb(255, 255, 255);
  border-right: 120px solid rgb(255, 255, 255);
  border-top: 120px solid rgb(255, 255, 255);
  border-radius: 680.44px;
  background: rgb(0, 159, 223);
  opacity: 0.65 !important;
}

.ap-header__articles {
  background-color: #36a3c8;
  border-color: #fff;
}

.ap-articles__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 47px;
}

.ap-articles__tags {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #2e3192;
  padding-bottom: 10px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
  height: 50px;
  transition: all 0.3s ease-in-out;
}

.ap-articles__tags--active {
  height: auto;
  transition: all 0.3s ease-in-out;
}

.ap-articles__tag {
  padding: 10px 20px;
  background-color: rgba(35, 3, 102, 0.1);
  color: #211c68;
  font-size: 14px;
  font-weight: 600;
}

.ap-articles__tag--active {
  background-color: rgba(35, 3, 102, 1);
  color: #fff;
}

.ap-articles__tags-controls {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.ap-articles__tags-controls--active img {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.ap-articles__list {
  row-gap: 30px;
  margin-bottom: 30px;
}

.ap-articles__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

.ap-articles__pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #009fdf;
  font-size: 16px;
}

.ap-articles__pagination-item:hover {
  color: #230366;
}

.ap-articles__pagination-item--active {
  color: #230366;
}

.arrow_pagination--disabled {
  opacity: 0.3;
}

.arrow_pagination--prev {
  transform: rotate(180deg);
}

/* End */
/* /bitrix/templates/artelac/components/bitrix/news.list/articles/style.css?17447339272048 */
