/* КНОПКА ГАЛЕРЕЇ */

.t994__arrow {
  background: rgba(139,26,38,0.6) !important;
  border: 1px solid rgba(201,169,110,0.25) !important;
}

.t994__arrow:hover {
  background: rgba(139,26,38,0.4) !important;
  border-color: rgba(201,169,110,0.55) !important;
}

/* сама стрелка (svg линия) */
.t994__arrow svg polyline {
  stroke: #c9a96e !important;
}

.t994__arrow:hover svg polyline {
  stroke: #e8cfa0 !important;
}