.wr7q-yuc5 a img{display:block}.wr7q-yuc5 header{padding-block:16px 0}.wr7q-yuc5 .header{max-width:1100px;margin-inline:auto;padding-inline:16px;display:flex;gap:16px;flex-direction:row;justify-content:space-between;align-items:center}.wr7q-yuc5 .logo{flex:none}.wr7q-yuc5 header.hero{background-color:transparent;box-shadow:none;padding-block:64px 32px}.wr7q-yuc5 header.hero .header{max-width:632px;flex-direction:column;align-items:stretch;gap:24px}.wr7q-yuc5 header.hero .logo{align-self:center}.wr7q-yuc5 form{flex:0 1 auto;min-width:0;display:flex;flex-direction:row;align-items:center}.wr7q-yuc5 label{padding-inline-end:12px;color:var(--color-subdued);white-space:nowrap}.wr7q-yuc5 input,.wr7q-yuc5 button{appearance:none;-webkit-appearance:none;height:36px;margin:0;font-family:var(--fonts);line-height:1.44;border:1px solid}.wr7q-yuc5 input{flex:1 1 300px;min-width:0;display:block;padding:0 8px;border-color:#ccc;border-inline-end:none;border-radius:4px 0 0 4px;background-color:#fff;color:var(--color-ink);font-size:16px;font-feature-settings:"ss07"on;font-feature-settings:"cv14"on;letter-spacing:0.03em}.wr7q-yuc5 button{display:flex;flex-shrink:0;justify-content:center;align-items:center;padding:0 12px;border-color:var(--color-link);border-radius:0 4px 4px 0;background-color:var(--color-link);color:#fff;font-size:16px;text-decoration:none;cursor:pointer}.wr7q-yuc5 button:focus-visible{outline-color:#fff}@media (max-width:600px){.wr7q-yuc5 label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;padding:0}.wr7q-yuc5 header.hero{padding-block:16px 0}.wr7q-yuc5 header.hero .header{max-width:1100px;flex-direction:row;align-items:center;gap:16px}.wr7q-yuc5 header.hero .logo{align-self:auto}.wr7q-yuc5 header.hero .logo__img{width:66px}}@media (max-width:400px){.wr7q-yuc5 .search__button-text{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}}
.wc0qy1irt dfn{display:block;font-size:24px;color:var(--color-word);font-weight:600;font-style:normal;line-height:1}
.wawtx129r .meta{list-style:none;display:flex;flex-wrap:wrap;padding:0;margin:0;font-size:14px;color:var(--color-subdued)}.wawtx129r .meta li::after{content:"/";display:inline-block;margin-inline:8px;opacity:0.3}.wawtx129r .meta li:last-child::after{display:none}
.wo5l1eqwe .kicker{margin:0 0 8px;font-size:14px;letter-spacing:0.06em;text-transform:uppercase;color:var(--color-subdued)}.wo5l1eqwe .kicker::after{content:":"}.wo5l1eqwe article{position:relative;padding:16px;border-radius:4px;background-color:#fff;box-shadow:0 0px 6px -1px rgba(0,0,0,0.1),0 4px 2px -1px rgba(0,0,0,0.05),0 2px 0px -1px rgba(0,0,0,0.06)}.wo5l1eqwe .meta{margin-block-start:6px}.wo5l1eqwe .definition{margin:16px 0 0}.wo5l1eqwe .link{text-decoration:none}.wo5l1eqwe .link::after{content:"";position:absolute;inset:0}.wo5l1eqwe article:focus-within{outline:2px dotted var(--color-link);outline-offset:-6px}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-display: swap;
  src: url('/assets/fonts/SourceSansPro-Regular.otf.woff2') format('woff2');
  font-feature-settings: 'cv14' on;
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/SourceSansPro-Semibold.otf.woff2') format('woff2');
  font-feature-settings: 'cv14' on;
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-display: swap;
  src: url('/assets/fonts/SourceSansPro-It.otf.woff2') format('woff2');
  font-feature-settings: 'cv14' off;
}

:root {
  --fonts: 'Source Sans Pro', --apple-system, BlinkMacSystemFont, sans-serif;

  /*
   * One colour, one job. Wine names the word itself and is never clickable;
   * indigo is the promise that something does something; green is somebody
   * else's words; ink carries the definitions; subdued is the small print.
   */
  --color-word: #8d3a43;
  --color-link: #4d4b7b;
  --color-quote: #1f6154;
  --color-ink: #333;
  --color-subdued: #666;
}

/*
 * The focus ring, dotted as it was on the old Словар, but in indigo — the
 * colour everything clickable already wears — and drawn inside the element so
 * it never pushes its neighbours around.
 */
:focus-visible {
  outline: 2px dotted var(--color-link);
  outline-offset: -6px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--fonts);
  font-size: 16px;
  line-height: 1.44;
  color: var(--color-ink);
  background-color: #f5f5f5;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.slovar {
        display: flex;
        flex-direction: column;
        /* The body is a flex column, where a centred box shrinks to its content. */
        width: 100%;
        /* As wide as the search box above it, so the page reads as one column. */
        max-width: 632px;
        margin-inline: auto;
        padding: 16px;
      }

      .colophon {
        margin-inline: auto;
        padding: 48px 16px 64px;
        text-align: center;
        font-size: 14px;
        color: var(--color-subdued);
      }

      .colophon p {
        margin: 0;
      }

      .colophon a {
        color: var(--color-subdued);
        font-weight: 600;
      }