.schiller-catalog{--sc-accent:#d71920;--sc-columns:3;color:#20252b;margin:24px 0;font:inherit}
.schiller-catalog,.schiller-catalog *{box-sizing:border-box}
.schiller-catalog__title{font-size:clamp(1.8rem,3vw,2.5rem);margin:0 0 24px}
.schiller-catalog__nav{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 30px}
.schiller-catalog__nav a{border:1px solid #e0e4e7;padding:11px 17px;border-radius:24px;color:inherit;text-decoration:none}
.schiller-catalog__nav a[aria-current],.schiller-catalog__nav a:hover{background:var(--sc-accent);border-color:var(--sc-accent);color:#fff}
.schiller-catalog__grid{display:grid;grid-template-columns:repeat(var(--sc-columns),minmax(0,1fr));gap:26px}
.schiller-catalog__card{display:flex;flex-direction:column;border:1px solid #e3e7ea;border-radius:14px;overflow:hidden;background:#fff;min-width:0}
.schiller-catalog__image{aspect-ratio:4/3;background:#f5f6f7;display:flex;align-items:center;justify-content:center;padding:22px;color:#a0a8af}
.schiller-catalog__image img{display:block;width:100%;height:100%;min-height:0;object-fit:contain;max-height:100%}
.schiller-catalog__image svg{width:52px;height:52px}
.schiller-catalog__body{padding:24px;display:flex;flex:1;flex-direction:column;align-items:flex-start;overflow-wrap:anywhere}
.schiller-catalog__body h3{font-size:1.35rem;line-height:1.3;margin:0 0 12px}
.schiller-catalog__body h3 a{color:inherit;text-decoration:none}
.schiller-catalog__body p{line-height:1.65;color:#687079;margin:0 0 24px}
.schiller-catalog__more{margin-top:auto;font-weight:700;color:var(--sc-accent);text-decoration:none}
.schiller-catalog__back{display:inline-block;color:var(--sc-accent);margin-bottom:20px}
.schiller-catalog__pagination{display:flex;gap:8px;flex-wrap:wrap;margin-top:30px}
.schiller-catalog__pagination .page-numbers{padding:10px 14px;background:#f1f3f4;border-radius:6px;color:inherit;text-decoration:none}
.schiller-catalog__pagination .current{background:var(--sc-accent);color:#fff}
.schiller-catalog a:focus-visible{outline:3px solid var(--sc-accent);outline-offset:4px}
.schiller-catalog--plain .schiller-catalog__card{border:0;border-radius:0}
.schiller-catalog--plain .schiller-catalog__body{padding:22px 0}
.schiller-catalog .screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1000px){.schiller-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.schiller-catalog__grid{grid-template-columns:1fr;gap:20px}.schiller-catalog__body{padding:20px}.schiller-catalog__nav{gap:8px}.schiller-catalog__nav a{font-size:.9em;padding:9px 13px}}
