#toggle-pics[aria-expanded="false"]:before {
  content: "Смотреть фоторгафии";
}
#toggle-pics[aria-expanded="true"]:before {
  content: "Скрыть";
}
