html {
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
}

/* dla elementów z grafiką */
img,
video,
iframe,
canvas,
svg {
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
}

/* tło i elementy dekoracyjne */
* {
    filter: inherit;
}


.specjalizacje .responsive .box .boxramka .img .nakladka {
	  filter: none !important;
  -webkit-filter: none !important;
}	

.lista-min-kat .min-kat .img .nakladka {
		  filter: none !important;
  -webkit-filter: none !important;
}	

.specjalizacje .responsive .box .boxramka .img img  {
		  filter: none !important;
  -webkit-filter: none !important;
}	

.lista-min-kat .min-kat .img img  {
		  filter: none !important;
  -webkit-filter: none !important;
}	

.specjalizacje .responsive .box .boxramka .img  {
		  filter: none !important;
  -webkit-filter: none !important;
}	


body a:focus, input:focus, textarea:focus {
outline: dashed 4px white !important;
}
