/*
 * Файл local/templates/шаблон/components/bitrix/system.pagenavigation/pager/style.css
 */
.pager {
  overflow: hidden;
}
.pager li {
  list-style: none;
  float: left;
  margin-right: 8px;
}
.pager li:last-child {
  margin-right: 8px;
}
.pager li a {
  display: block;
  width: 27px;
  height: 27px;
  text-align: center;
  background: #FFFFFF;
  color: #636260;
  text-decoration: none;
  line-height: 1.7;
}
.pager_li_span {
  display: block;
  width: 41px;
  height: 41px;
  text-align: center;
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-weight: 400;
  font-size: 24px;
  font-family: var(--secondary-font-family);
  line-height: 1.7;
}
.pager_text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 47px;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.pager_arrow{
  width: 48px !important;
  height: 48px !important;
  background: none !important;
  color: #506069 !important;
  font-weight: 400 !important;
  line-height: 47px !important;
  display: block;
}
.pager_arrow_disabled {
  width: 48px !important;
  height: 48px !important;
  background: none !important;
  font-weight: 400 !important;
  line-height: 47px !important;
  color: #ccc !important; /* Цвет для неактивной стрелки */
  pointer-events: none; /* Отключает клики по элементу */
  display: block;
  text-align: center;
}
.pager_ellipsis {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 65px;
  text-align: center;
  margin-right: 0px !important;
}
@media screen and (max-width: 575px){
  .pager li a {
    width: 32px;
    height: 32px;
  }
  .pager_text {
    font-size: 12px;
    line-height: 31px;
  }
  .pager_li_span {
    width: 32px;
    height: 32px;
  }
  .pager_arrow{
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
    line-height: 32px !important;
    display: block;
  }
  .pager_arrow_disabled {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
    line-height: 32px !important;
    display: block;
  }
  .pager_ellipsis {
    font-size: 18px;
    line-height: 42px;
  }
}
.pager_link {
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: 1px solid #636260;
  margin-top: 9px;
}

/*.pager_link:hover {
  background-color: #309AE6;
  color: white;
}*/
.pager_arrow_light{
  text-decoration: none;

}
.pager_arrow:hover .pager_arrow_light {
  fill: #309AE6;
  transition: fill 0.3s ease;
}

