.press_center .bread_crumbs {
  margin: 90px 0 40px;
}
.press_center .h2 {
  margin-bottom: 40px;
}
.press_center .tabs {
  display: flex;
  width: 100%;
  overflow-x: auto;
  gap: 40px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.press_center .tabs .item {
  font-weight: 600;
  font-size: 14px;
  line-height: 105%;
  text-transform: uppercase;
  color: #afb0b8;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}
.press_center .tabs .item.active, .press_center .tabs .item:hover {
  color: #7c0201;
}
.press_center .tabs.all_month .item {
  color: #0c0f29;
}
.press_center .tabs.all_month .item.active, .press_center .tabs.all_month .item:hover {
  color: #7c0201;
}
.press_center .tabs::-webkit-scrollbar {
  height: 4px;
}
.press_center .tabs::-webkit-scrollbar-track {
  background: #afb0b8;
}
.press_center .tabs::-webkit-scrollbar-thumb {
  background: #cb1514;
}
.press_center .button {
  display: flex;
  margin: 0 auto;
}
.press_center .page_numbers {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.press_center .page_numbers .elem {
  font-weight: 600;
  font-size: 18px;
  line-height: 105%;
  text-align: center;
  color: #afb0b8;
  transition: 0.3s;
  cursor: pointer;
}
.press_center .page_numbers .elem.active, .press_center .page_numbers .elem:hover {
  color: #454f5b;
}/*# sourceMappingURL=press_center.css.map */
