@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600");
@import url("fontawesome-all.min.css");

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

@-ms-viewport {
	width: device-width;
}

@media screen and (max-width: 480px) {
	html, body {
		min-width: 320px;
	}
}

body {
	-ms-overflow-style: scrollbar;
	-webkit-text-size-adjust: none;
	background: #242629;
	background-position: top left, bottom left, auto;
	background-size: auto, 100% 100%, cover;
	background-attachment: fixed;
	background-repeat: repeat, no-repeat, auto;
	background-color: #150C07;
	color: #a0a0a1;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.65;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 0 4em 0;
}

@media screen and (max-width: 1680px) {
	body, input, select, textarea {
		font-size: 11pt;
	}
}

@media screen and (max-width: 736px) {
	body {
		padding: 4em 0 0 0;
	}
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after,
body.is-resizing *, body.is-resizing *:before, body.is-resizing *:after {
	animation: none !important;
	transition: none !important;
}

a {
	transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	border-bottom: dotted 1px;
	color: #34a58e;
	text-decoration: none;
}

a:hover {
	border-bottom-color: transparent;
	color: #34a58e !important;
}

strong, b {
	color: #ffffff;
	font-weight: 300;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.7em;
}

@media screen and (max-width: 736px) {
	h2 {
		font-size: 1em;
	}

	h3 {
		font-size: 0.9em;
	}

	h4 {
		font-size: 0.8em;
	}

	h5 {
		font-size: 0.7em;
	}

	h6 {
		font-size: 0.7em;
	}
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

blockquote {
	border-left: 4px #36383c;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	background: #34363b;
	border: solid 1px #36383c;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75;
	padding: 1em 1.5em;
	overflow-x: auto;
}

hr {
	border: 0;
	border-bottom: solid 1px #36383c;
	margin: 2em 0;
}

hr.major {
	margin: 3em 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

input, select, textarea {
	color: #a0a0a1;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.65;
}

label {
	color: #ffffff;
	display: block;
	font-size: 0.9em;
	font-weight: 300;
	margin: 0 0 1em 0;
}

::-webkit-input-placeholder {
	color: #707071 !important;
	opacity: 1;
}

:-moz-placeholder {
	color: #707071 !important;
	opacity: 1;
}

::-moz-placeholder {
	color: #707071 !important;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #707071 !important;
	opacity: 1;
}

mark {
	background-color: transparent;
	color: inherit;
}

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon > .label {
	display: none;
}

.icon:before {
	line-height: inherit;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}

ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px #36383c;
	padding: 0.5em 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

dl {
	margin: 0 0 2em 0;
}

dl dt {
	display: block;
	font-weight: 300;
	margin: 0 0 1em 0;
}

dl dd {
	margin-left: 2em;
}

ul.actions {
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

ul.actions.special {
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

ul.actions.stacked {
	flex-direction: column;
	margin-left: 0;
}

ul.actions.stacked li {
	padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	width: calc(100% + 1em);
}

ul.actions.fit li {
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
}

ul.actions.fit li > * {
	width: 100%;
}

ul.actions.fit.stacked {
	width: 100%;
}

@media screen and (max-width: 480px) {
	ul.actions:not(.fixed) {
		flex-direction: column;
		margin-left: 0;
		width: 100% !important;
	}

	ul.actions:not(.fixed) li {
		flex-grow: 1;
		flex-shrink: 1;
		padding: 1em 0 0 0;
		text-align: center;
		width: 100%;
	}

	ul.actions:not(.fixed) li > * {
		width: 100%;
	}

	ul.actions:not(.fixed) li:first-child {
		padding-top: 0;
	}
}

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
	margin: 0 0 2em 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
}

ul.icons li:last-child {
	padding-right: 0;
}

ul.icons li .icon {
	color: #505051;
}

ul.icons li .icon:before {
	font-size: 1.5em;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	appearance: none;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0.1em;
	padding: 0 2.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

form {
	margin: 0 0 2em 0;
}

form > :last-child {
	margin-bottom: 0;
}

form > .fields {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 3em);
	margin: -1.5em 0 2em -1.5em;
}

form > .fields > .field {
	flex-grow: 0;
	flex-shrink: 0;
	padding: 1.5em 0 0 1.5em;
	width: calc(100% - 1.5em);
}

form > .fields > .field.half {
	width: calc(50% - 0.75em);
}

form > .fields > .field.third {
	width: calc(100%/3 - 0.5em);
}

form > .fields > .field.quarter {
	width: calc(25% - 0.375em);
}

@media screen and (max-width: 736px) {
	form > .fields {
		width: calc(100% + 3em);
		margin: -1.5em 0 2em -1.5em;
	}

	form > .fields > .field,
	form > .fields > .field.half,
	form > .fields > .field.third,
	form > .fields > .field.quarter {
		padding: 1.5em 0 0 1.5em;
		width: calc(100% - 1.5em);
	}
}

select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%2336383c' /%3E%3C/svg%3E");
	background-size: 1.25rem;
	background-repeat: no-repeat;
	background-position: calc(100% - 1rem) center;
	height: 2.75em;
	padding-right: 2.75em;
	text-overflow: ellipsis;
}

select option {
	color: #ffffff;
	background: #242629;
}

select:focus::-ms-value {
	background-color: transparent;
}

select::-ms-expand {
	display: none;
}

.scrollZone {
	position: fixed;
	width: 6rem;
	height: 100vh;
	cursor: grab;
	z-index: 10001;
}

.scrollZone.left {
	left: 0;
}

.scrollZone.right {
	right: 0;
}

@media screen and (max-width: 736px) {
	.scrollZone {
		display: none;
	}
}

#wrapper {
	transition: filter 0.5s ease;
	position: relative;
}

#wrapper:after {
	pointer-events: none;
	transition: opacity 0.5s ease, visibility 0.5s;
	background: rgba(36, 38, 41, 0.5);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

body.ie #wrapper:after {
	background: rgba(36, 38, 41, 0.8);
}

body.modal-active #wrapper {
	filter: blur(8px);
}

body.modal-active #wrapper:after {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	z-index: 10003;
}

#wrapper:before {
	animation: spinner 1s infinite linear !important;
	pointer-events: none;
	transition: top 0.75s ease-in-out, opacity 0.35s ease-out, visibility 0.35s;
	background-image: url("images/spinner.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	font-size: 2em;
	height: 2em;
	left: 50%;
	line-height: 2em;
	margin: -1em 0 0 -1em;
	opacity: 0;
	position: fixed;
	text-align: center;
	top: 75%;
	visibility: hidden;
	width: 2em;
}

body.is-preload #wrapper:before {
	transition: opacity 1s ease-out !important;
	transition-delay: 0.5s !important;
	opacity: 0.25;
	top: 50%;
	visibility: visible;
}

#header {
	transform: translateY(0);
	transition: transform 1s ease;
	user-select: none;
	background: #1f2224;
	bottom: -1em;
	height: 5em;
	left: 0;
	line-height: 4em;
	padding: 0 1.5em;
	position: fixed;
	width: 100%;
	z-index: 10002;
}

body.is-preload #header {
	transform: translateY(4em);
}

#header h1 {
	color: #a0a0a1;
	display: inline-block;
	font-size: 1em;
	line-height: 1;
	margin: 0;
	vertical-align: middle;
}

#header h1 a {
	border: 0;
	color: inherit;
}

#header h1 a:hover {
	color: inherit !important;
}

#header nav {
	position: absolute;
	right: 0;
	top: 0;
}

#header nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header nav > ul > li {
	display: inline-block;
	padding: 0;
}

#header nav > ul > li a {
	transition: background-color 0.5s ease;
	border: 0;
	color: #ffffff;
	display: inline-block;
	letter-spacing: 0.1em;
	padding: 0 1.65em;
	text-transform: uppercase;
}

#header nav > ul > li a.icon:before {
	color: #505051;
	float: right;
	margin-left: 0.75em;
}

#header nav > ul > li a:hover {
	color: #ffffff !important;
}

#header nav > ul > li a.active {
	background-color: #242629;
}

@media screen and (max-width: 736px) {
	#header {
		transform: translateY(0);
		bottom: auto;
		height: 4em;
		padding: 0 1em;
		top: 0;
	}

	body.is-preload #header {
		transform: translateY(-3.4em);
	}

	#header h1 {
		font-size: 0.9em;
	}

	#header nav > ul > li a {
		font-size: 0.9em;
		padding: 0 1.15em;
	}
}


/* MOBILE: zrób header "dwurzędowy", a h1 wrzuć niżej */
@media screen and (max-width: 736px) {
  #header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

 
    height: auto;
    line-height: 1.2;
    padding: .75em 1em .85em;
  }

  /* NAV w normalnym flow (nie absolute), żeby mógł siedzieć w 1. wierszu */
  #header nav {
    position: static;
    order: 1;
    width: 100%;
  }

  /* Ikony/links w 1. wierszu wyrównaj do prawej */
  #header nav > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: .25em;
  }

  /* Tytuł jako 2. wiersz, pełna szerokość */
  #header h1 {
    order: 2;
    width: 100%;
    margin-top: .35em;
    font-size: 0.95em; /* możesz zmienić */
  }

  /* Opcjonalnie: linki trochę ciaśniej */
  #header nav > ul > li a {
    padding: 0 .9em;
    line-height: 2.6em;
  }
}
#main {
	transition: opacity 1s ease-in-out;
	transition-delay: 0.5s;
	position: relative;
	z-index: 1;
	width: min-content;
	max-width: 100vw;
	overflow-x: auto;
	overflow-y: hidden;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
	-webkit-overflow-scrolling: none;
	padding: 5px;
}

body.is-preload #main {
	opacity: 0;
}

#main .items {
	display: flex;
	align-items: stretch;
	width: max-content;
}

#main .items > :last-child {
	border-right: solid 10px #ffffff;
}

#main .item {
	flex-grow: 0;
	flex-shrink: 0;
	margin: 5px;
	height: 16em;
	box-shadow: 0 0 0 10px #ffffff;
}

#main .item.span-1 {
	width: 20em;
}

#main .item.span-2 {
	width: 30em;
}

#main .item.span-3 {
	width: 40em;
}

#main .item.intro {
	background-color: #d64760;
	background-image: url("images/overlay.png");
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1em 3em;
}

#main .item.intro h1 {
	font-size: 3em;
	line-height: 1em;
	margin-bottom: 0.35em;
}

#main .item.intro p {
	font-size: 1.25em;
	line-height: 1.5em;
	margin: 0.5em 0 0 0;
	opacity: 0.65;
}

#main .item.thumb {
	display: block;
	position: relative;
	background: rgba(255, 255, 255, 0.25);
	cursor: default;
	overflow: hidden;
}

#main .item.thumb h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(18, 21, 29, 0.85);
	width: 100%;
	padding: 1em;
	font-weight: 400;
	line-height: 1em;
	z-index: 2;
	margin: 0;
	font-size: 1em;
	letter-spacing: 0.08em;
}

#main .item.thumb .image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#main .item.thumb img {
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: opacity 0.75s ease-in-out;
	transition-delay: 1.25s;
}

#main .item.thumb.delay-1 img { transition-delay: 1.375s; }
#main .item.thumb.delay-2 img { transition-delay: 1.5s; }
#main .item.thumb.delay-3 img { transition-delay: 1.625s; }
#main .item.thumb.delay-4 img { transition-delay: 1.75s; }
#main .item.thumb.delay-5 img { transition-delay: 1.875s; }
#main .item.thumb.delay-6 img { transition-delay: 2s; }

body.is-preload #main .item.thumb img {
	opacity: 0;
}

@media screen and (max-width: 1680px) {
	#main .item {
		height: 14em;
	}

	#main .item.span-1 {
		width: 17em;
	}

	#main .item.span-2 {
		width: 25.5em;
	}

	#main .item.span-3 {
		width: 34em;
	}
}

@media screen and (max-width: 736px) {
	#main {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 2.5px;
	}

	#main .items {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	#main .items > :last-child {
		border-right: 0;
	}

	#main .item {
		flex-grow: 1;
		flex-shrink: 1;
		width: calc(50vw - 15px) !important;
		margin: 2.5px;
		box-shadow: 0 0 0 5px #ffffff;
	}

	#main .item.intro {
		width: calc(100vw - 20px) !important;
		text-align: center;
		height: auto;
		padding: 3em;
	}

	#main .item.intro h1 {
		font-size: 2em;
	}

	#main .item.intro p {
		font-size: 1em;
	}

	#main .item.thumb h2 {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	#main .item {
		height: 10em;
	}
}

.panel {
	padding: 4em 4em 2em 4em;
	transform: translateY(100vh);
	transition: transform 0.5s ease;
	-webkit-overflow-scrolling: touch;
	background: rgba(36, 38, 41, 0.975);
	bottom: 4em;
	left: 0;
	max-height: calc(80vh - 4em);
	overflow-y: auto;
	position: fixed;
	width: 100%;
	z-index: 10001;
}

.panel.active {
	transform: translateY(1px);
}

.panel > .inner {
	margin: 0 auto;
	max-width: 100%;
	width: 75em;
}

.panel > .inner.split {
	display: flex;
}

.panel > .inner.split > div {
	margin-left: 4em;
	width: 50%;
}

.panel > .inner.split > :first-child {
	margin-left: 0;
}

.panel > .closer {
	transition: opacity 0.2s ease-in-out;
	background-image: url("images/close.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 3em;
	cursor: pointer;
	height: 5em;
	opacity: 0.25;
	position: absolute;
	right: 0;
	top: 0;
	width: 5em;
	z-index: 2;
}

.panel > .closer:hover {
	opacity: 1;
}

@media screen and (max-width: 1280px) {
	.panel {
		padding: 3em 3em 1em 3em;
	}

	.panel > .inner.split > div {
		margin-left: 3em;
	}

	.panel > .closer {
		background-size: 2.5em;
		background-position: 75% 25%;
	}
}

@media screen and (max-width: 980px) {
	.panel > .inner.split {
		flex-direction: column;
	}

	.panel > .inner.split > div {
		margin-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 736px) {
	.panel {
		transform: translateY(-100vh);
		padding: 4em 2em 2em 2em;
		bottom: auto;
		top: calc(4em - 1px);
	}

	.panel.active {
		transform: translateY(0);
	}
}

#footer .copyright {
	color: #505051;
	font-size: 0.9em;
}

#footer .copyright a {
	color: inherit;
}

.poptrox-popup {
	background: rgba(18, 21, 29, 0.9);
	box-shadow: 0 0 0 10px #fff, 0 10px 60px 10px rgba(8, 11, 19, 0.55);
	cursor: default;
}

.poptrox-popup .loader {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	background: url("images/loader.gif");
	opacity: 0.25;
}

.poptrox-popup .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(18, 21, 29, 0.85);
	display: block;
	width: 100%;
	line-height: 75px;
	text-align: center;
	font-size: 1.25em;
	color: #fff;
}

.poptrox-popup .nav-next,
.poptrox-popup .nav-previous {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	transition: opacity 0.25s ease-in-out;
	opacity: 0.35;
	text-transform: none !important;
	width: 150px;
	height: 75px;
	position: absolute;
	bottom: 0;
	cursor: pointer;
	font-size: 3em;
	line-height: 75px;
}

.poptrox-popup .nav-next:hover,
.poptrox-popup .nav-previous:hover {
	opacity: 1;
}

.poptrox-popup .nav-next:before,
.poptrox-popup .nav-previous:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.poptrox-popup .nav-next {
	right: 0;
	text-align: right;
	padding-right: 30px;
}

.poptrox-popup .nav-next:before {
	content: '\f105';
}

.poptrox-popup .nav-previous {
	left: 0;
	text-align: left;
	padding-left: 30px;
}

.poptrox-popup .nav-previous:before {
	content: '\f104';
}

@media screen and (max-width: 736px) {
	.poptrox-popup {
		background: #0a0f1c;
		box-shadow: 0 0 30px 10px rgba(8, 11, 19, 0.85);
		border: solid 2.5px #fff;
		box-sizing: content-box;
	}

	.poptrox-popup .caption,
	.poptrox-popup .nav-next,
	.poptrox-popup .nav-previous {
		display: none !important;
	}
}

@keyframes spinner {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(359deg); }
}






.cats-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.cats-head h2{ margin: 0; }




.cats-list{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .6rem;
}


.cats-item{
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.9);
  padding: .75rem .9rem;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  font: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cats-item:hover{ background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); }
.cats-item.active{ background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.28); }



