@font-face {
    font-family: "wpff7bf68";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/c33bc7/fonts/source-serif-4-700.woff2) format("woff2");
}

@font-face {
    font-family: "wpf9fe1be";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/c33bc7/fonts/rubik-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpf9fe1be";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/c33bc7/fonts/rubik-700.woff2) format("woff2");
}
:root {
    --k2id: #12798F;
    --e873: #0C5768;
    --dist: #E78C46;
    --usee: #F3FAFB;
    --ff95: #FFFFFF;
    --lf34: #0F2C33;
    --r70e: #55787F;
    --a8p9: #D2E8EC;
    --u4hi: #FFFFFF;
    --qj3i: #111111;
    --zmvp: #E3EFF2;
    --vumc: #FCF1E9;
    --tlmj: "wpff7bf68", "Book Antiqua", Palatino, Georgia, serif;
    --rqs3: "wpf9fe1be", "Trebuchet MS", "Segoe UI", sans-serif;
    --f01t: 700;
    --godq: -0.01em;
    --b87v: 46rem;
    --s0sr: 72rem;
    --tvrp: 1.5rem;
    --ouzy: 1.65;
    --xr32: 2.5rem;
    --utnh: 1rem;
    --m1o7: 0
}

/* Вигляд картки один на сайт: рамка, пласка або з тінню. Кути, повітря і рамки
   формують перцептивний відбиток не менше за колір, а коштує це три змінні. */

*, *::before, *::after {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1, h2, h3 {
    margin: 0;
    font-family: var(--tlmj);
    font-weight: var(--f01t);
    letter-spacing: var(--godq);
    line-height: 1.22
}

p {
    margin: 0
}

dl, dt, dd {
    margin: 0
}

ul, ol {
    margin: 0;
    list-style: none;
    padding: 0
}

a {
    text-decoration: none;
    color: inherit
}

img {
    height: auto;
    max-width: 100%
}

svg {
    flex: none;
    display: block
}


button {
    border: 0;
    color: inherit;
    padding: 0;
    font: inherit;
    margin: 0;
    background: none
}

input, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

summary {
    cursor: pointer
}

[hidden] {
    display: none !important
}

[id] {
    scroll-margin-top: 1.5rem
}

/* каркас */

.ql_page {
    margin: 0;
    background: var(--usee);
    color: var(--lf34);
    font-family: var(--rqs3);
    font-size: 17px;
    line-height: var(--ouzy);
    -webkit-font-smoothing: antialiased
}

.ql_main {
    display: block
}

.ql_zone {
    width: 100%;
    max-width: var(--s0sr);
    padding: 0 var(--tvrp);
    margin: 0 auto
}

.ql_column {
    width: 100%;
    max-width: var(--b87v);
    margin: 0 auto;
    padding: 0 var(--tvrp)
}

.ql_block {
    padding: var(--xr32) 0
}

.ql_block-label {
    margin-bottom: 1.1rem;
    font-size: 1.5rem
}

.ql_link {
    color: var(--k2id);
    text-decoration: underline;
    text-underline-offset: 2px
}

.ql_action {
    display: inline-block;
    padding: 0.7rem 1.4rem;
    border: 0;
    border-radius: var(--m1o7);
    background: var(--k2id);
    color: var(--u4hi);
    font-weight: 600;
    cursor: pointer
}

.ql_doc {
    display: grid;
    gap: 1rem
}

.ql_prose {
    color: var(--lf34)
}

.ql_rev {
    color: var(--r70e);
    margin-top: 0.5rem;
    font-size: 0.86rem
}

/* шапка */

.ql_head {
    border-bottom: 1px solid var(--a8p9);
    background: var(--ff95)
}

.ql_head-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem
}

.ql_head-brand {
    display: inline-flex;
    align-items: center
}

.ql_head-flag {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--tlmj);
    font-weight: 700;
    font-size: 1.15rem
}

.ql_head-menu {
    align-items: center;
    gap: 1.1rem;
    display: flex
}

.ql_head-link {
    font-size: 0.95rem;
    color: var(--r70e)
}

.ql_head-link:hover {
    color: var(--lf34)
}

.ql_head-phone {
    gap: 0.4rem;
    color: var(--k2id);
    font-weight: 600;
    display: inline-flex;
    align-items: center
}

.ql_head-strip {
    font-size: 0.85rem;
    background: var(--zmvp)
}

.ql_head-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem
}

.ql_head-hours {
    color: var(--r70e)
}

/* перший екран */

.ql_opening {
    background: var(--ff95);
    border-bottom: 1px solid var(--a8p9)
}

.ql_opening-inner {
    grid-template-columns: 1.15fr 1fr;
    align-items: center;
    display: grid;
    gap: 2rem
}

.ql_opening-label {
    font-size: 2.05rem
}

.ql_opening-intro {
    margin-top: 0.9rem;
    color: var(--lf34)
}

.ql_opening-notice {
    align-items: flex-start;
    border-radius: var(--m1o7);
    font-size: 0.95rem;
    display: flex;
    gap: 0.55rem;
    padding: 0.75rem 0.9rem;
    margin-top: 1.1rem;
    background: var(--vumc)
}

.ql_opening-notice-glyph {
    color: var(--dist);
    margin-top: 0.15rem
}

.ql_opening-shot {
    margin: 0;
    overflow: hidden;
    border-radius: var(--m1o7)
}

.ql_opening-shot img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block
}

.ql_opening-flat .ql_opening-label {
    max-width: 34rem
}

.ql_opening-wide {
    overflow: hidden;
    margin: 1.4rem 0
}

.ql_opening-wide img {
    height: clamp(11rem, 26vw, 20rem);
    display: block;
    width: 100%;
    object-fit: cover
}

.ql_opening-facts {
    margin-top: 1.3rem;
    gap: 0.5rem;
    display: grid
}

.ql_opening-fact {
    align-items: flex-start;
    display: flex;
    font-size: 0.95rem;
    gap: 0.55rem
}

.ql_opening-fact-glyph {
    margin-top: 0.15rem;
    color: var(--k2id)
}

/* категорії */

.ql_cats-cols {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr))
}

.ql_cat {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--a8p9);
    border-radius: var(--m1o7);
    background: var(--ff95)
}

.ql_cat-label {
    font-family: var(--tlmj);
    font-weight: var(--f01t);
    font-size: 1.05rem
}

.ql_cat-small {
    font-size: 0.92rem;
    color: var(--r70e)
}

.ql_cats-set {
    display: grid
}

.ql_cat-line {
    padding: 0.85rem 0;
    display: grid;
    border-top: 1px solid var(--a8p9);
    grid-template-columns: 12rem 1fr;
    gap: 1rem
}

.ql_cat-line:last-child {
    border-bottom: 1px solid var(--a8p9)
}

/* товари */

.ql_goods {
    background: var(--ff95)
}

.ql_goods-upper {
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    display: flex
}

.ql_goods-count {
    font-size: 0.9rem;
    color: var(--r70e)
}

.ql_goods-cols {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr))
}

.ql_goods-cols .ql_good {
    display: grid;
    align-content: start;
    gap: 0.4rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--a8p9);
    border-radius: var(--m1o7);
    background: var(--usee)
}

.ql_good-figure {
    margin: -1rem -1.1rem 0.6rem;
    overflow: hidden;
    border-radius: var(--m1o7) var(--m1o7) 0 0
}

.ql_good-figure img {
    height: 11rem;
    object-fit: cover;
    display: block;
    width: 100%
}

.ql_good-thumb {
    width: 4.5rem;
    overflow: hidden;
    flex: none;
    margin: 0;
    border-radius: var(--m1o7)
}

.ql_good-thumb img {
    height: 4.5rem;
    width: 100%;
    display: block;
    object-fit: cover
}

.ql_good-name {
    font-size: 1rem
}

.ql_good-small {
    color: var(--r70e);
    font-size: 0.9rem
}

.ql_good-price {
    font-family: var(--tlmj);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--k2id)
}

.ql_price-set {
    display: grid
}

.ql_price-set .ql_good {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px dotted var(--a8p9);
    padding: 0.85rem 0;
    align-items: center
}

.ql_price-set .ql_good-main {
    flex: 1
}

.ql_price-set .ql_good:last-child {
    border-bottom: 1px dotted var(--a8p9)
}

.ql_good-main {
    display: grid;
    gap: 0.15rem
}

.ql_goods-few {
    justify-content: start;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 19rem))
}

.ql_good-foot {
    gap: 0.5rem 0.7rem;
    display: flex;
    margin-top: 0.2rem;
    align-items: baseline;
    flex-wrap: wrap
}

.ql_good-foot-side {
    flex: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.4rem
}

.ql_good-off {
    display: none !important
}

.ql_good-out {
    opacity: 0.62
}

.ql_good-out .ql_good-price {
    color: var(--r70e);
    text-decoration: line-through
}

.ql_good-ask {
    /* justify-self, а не align-self: усередині гріда картки друге тягне кнопку по
       вертикалі, а по горизонталі вона лишається на всю ширину рядка. */
    justify-self: start;
    align-self: start;
    margin-top: 0.35rem;
    padding: 0.28rem 0.7rem;
    border: 1px solid var(--a8p9);
    border-radius: var(--m1o7);
    background: transparent;
    color: var(--k2id);
    font-size: 0.85rem;
    cursor: pointer
}

.ql_good-ask:hover {
    border-color: var(--k2id)
}

.ql_cat, .ql_cat-line {
    width: 100%;
    cursor: pointer;
    text-align: left
}

.ql_cat-on {
    border-color: var(--k2id);
    background: var(--zmvp)
}

.ql_cats-cols .ql_cat-on {
    border-color: var(--k2id)
}

/* Кнопка "показати все" тільки з підписом, тому їй потрібна власна висота. */
.ql_cat-all {
    align-content: center;
    min-height: 3.2rem;
    color: var(--k2id)
}

.ql_good-status {
    color: var(--dist);
    padding: 0.1rem 0.5rem;
    font-size: 0.78rem;
    border-radius: 999px;
    white-space: nowrap;
    background: var(--vumc)
}

/* широкі рядки товарів */

.ql_wide-set {
    gap: 0.9rem;
    display: grid
}

.ql_goods-wide .ql_good {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--a8p9);
    border-radius: var(--m1o7);
    background: var(--usee)
}

.ql_good-side {
    overflow: hidden;
    width: 5.5rem;
    margin: 0;
    flex: none;
    border-radius: var(--m1o7)
}

.ql_good-side img {
    height: 5.5rem;
    object-fit: cover;
    width: 100%;
    display: block
}

.ql_goods-wide .ql_good-main {
    gap: 0.2rem;
    flex: 1;
    justify-items: start;
    display: grid
}

.ql_good-price-box {
    white-space: nowrap;
    flex: none
}

/* візит: години, орієнтир, зона доставки */

.ql_visit-inner {
    gap: 2rem;
    align-items: start;
    display: grid;
    grid-template-columns: 1fr 1.2fr
}

.ql_hours-set {
    display: grid
}

.ql_hours-line {
    display: flex;
    padding: 0.45rem 0;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px dotted var(--a8p9)
}

.ql_hours-day {
    color: var(--lf34)
}

.ql_hours-time {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    color: var(--r70e)
}

.ql_visit-notes {
    gap: 0.8rem;
    padding-top: 0.4rem;
    display: grid
}

.ql_visit-small {
    font-size: 0.96rem;
    display: flex;
    gap: 0.55rem;
    align-items: flex-start
}

.ql_visit-glyph {
    color: var(--k2id);
    margin-top: 0.2rem
}

.ql_visit-since {
    font-size: 0.9rem;
    color: var(--r70e)
}

.ql_visit-stack .ql_hours-set {
    margin-bottom: 1.1rem
}

.ql_visit-stack .ql_visit-small {
    margin-bottom: 0.5rem
}

.ql_opening-since {
    font-size: 0.92rem;
    margin-top: 0.6rem;
    color: var(--r70e)
}

.ql_opening-side .ql_opening-inner {
    grid-template-columns: 0.85fr 1.15fr
}

/* доставка */

.ql_ship-zone {
    background: var(--zmvp)
}

.ql_ship-shot {
    padding: 0 var(--tvrp);
    overflow: hidden;
    margin: 1.4rem auto 0;
    max-width: var(--s0sr)
}

.ql_ship-shot img {
    border-radius: var(--m1o7);
    object-fit: cover;
    width: 100%;
    display: block;
    height: clamp(9rem, 20vw, 15rem)
}

.ql_ship-inner {
    grid-template-columns: 1.6fr 1fr;
    align-items: start;
    display: grid;
    gap: 2rem
}

.ql_ship-text {
    display: grid;
    gap: 0.9rem
}

.ql_ship-aside {
    background: var(--ff95);
    padding: 1.1rem;
    border-radius: var(--m1o7);
    gap: 0.35rem;
    display: grid
}

.ql_ship-aside-key {
    font-family: var(--tlmj);
    font-weight: 700
}

.ql_ship-aside-val {
    color: var(--r70e);
    font-size: 0.93rem
}

/* форма замовлення */

.ql_ask-small {
    margin-bottom: 1.1rem;
    color: var(--r70e)
}

.ql_ask-form {
    gap: 0.85rem;
    display: grid
}

.ql_ask-line {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 1fr 1fr
}

.ql_ask-field {
    display: grid;
    gap: 0.3rem
}

.ql_ask-label {
    font-size: 0.88rem;
    color: var(--r70e)
}

.ql_ask-input {
    width: 100%;
    padding: 0.65rem 0.8rem;
    border: 1px solid var(--a8p9);
    border-radius: var(--m1o7);
    background: var(--ff95);
    font-family: inherit;
    font-size: 1rem
}

.ql_ask-input:focus {
    outline: 2px solid var(--k2id);
    outline-offset: 1px
}

.ql_ask-area {
    resize: vertical
}

.ql_ask-send {
    justify-self: start;
    padding: 0.7rem 1.6rem;
    border: 0;
    border-radius: var(--m1o7);
    background: var(--k2id);
    color: var(--u4hi);
    font-weight: 600;
    cursor: pointer
}

.ql_ask-after {
    color: var(--r70e);
    font-size: 0.9rem
}

.ql_ask-form-sent .ql_ask-after {
    font-weight: 600;
    color: var(--dist)
}

.ql_ask-split {
    background: var(--ff95)
}

.ql_ask-inner {
    gap: 2rem;
    align-items: start;
    display: grid;
    grid-template-columns: 1.5fr 1fr
}

.ql_ask-side {
    display: grid;
    gap: 0.5rem;
    padding: 1.2rem;
    border: 1px solid var(--a8p9);
    border-radius: var(--m1o7)
}

.ql_ask-phone {
    font-family: var(--tlmj);
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--k2id)
}

.ql_ask-side-small {
    color: var(--r70e);
    font-size: 0.9rem
}

/* новини */

.ql_log-label {
    font-size: 1.35rem;
    margin-bottom: 1rem
}

.ql_log-set {
    display: grid;
    gap: 0.5rem 1.2rem;
    grid-template-columns: auto 1fr
}

.ql_log-date {
    font-size: 0.86rem;
    color: var(--r70e);
    white-space: nowrap
}

.ql_log-small {
    font-size: 0.96rem
}

.ql_log-cols {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr))
}

.ql_log-brick {
    padding: 1rem;
    background: var(--ff95);
    display: grid;
    gap: 0.35rem;
    border-left: 2px solid var(--k2id)
}

/* питання */

.ql_qa-set {
    gap: 0.6rem;
    display: grid
}

.ql_qa-thing {
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--a8p9);
    border-radius: var(--m1o7);
    background: var(--ff95)
}

.ql_qa-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-family: var(--tlmj);
    font-weight: var(--f01t);
    list-style: none
}

.ql_qa-q::-webkit-details-marker {
    display: none
}

.ql_qa-sign {
    color: var(--r70e)
}

.ql_qa-a {
    margin-top: 0.6rem;
    color: var(--r70e)
}

.ql_qa-open .ql_qa-a {
    margin-top: 0.35rem
}

/* адреса */

.ql_where {
    border-top: 1px solid var(--a8p9)
}

.ql_where-inner {
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 1.2rem;
    display: grid
}

.ql_where-thing {
    display: grid;
    gap: 0.2rem 0.6rem;
    grid-template-columns: auto 1fr;
    align-items: start
}

.ql_where-glyph {
    color: var(--k2id);
    grid-row: span 2
}

.ql_where-key {
    font-family: var(--tlmj);
    font-weight: 700
}

.ql_where-val {
    color: var(--r70e);
    font-size: 0.93rem
}

.ql_where-box {
    border-radius: var(--m1o7);
    padding: 1.3rem;
    text-align: center;
    display: grid;
    background: var(--zmvp);
    gap: 0.4rem
}

.ql_where-rule {
    font-size: 0.97rem
}

.ql_where-hours {
    color: var(--r70e)
}

.ql_where-phone {
    font-family: var(--tlmj);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--k2id)
}

/* заголовок внутрішньої сторінки */

.ql_phead {
    border-bottom: 1px solid var(--a8p9);
    padding: 2rem 0 1.2rem;
    background: var(--ff95)
}

.ql_phead-tint {
    background: var(--zmvp)
}

.ql_phead-inner {
    gap: 0.4rem;
    display: grid
}

.ql_phead-back {
    color: var(--k2id);
    font-size: 0.88rem
}

.ql_phead-label {
    font-size: 1.75rem
}

.ql_phead-sub {
    color: var(--r70e)
}

/* контакти */

.ql_cinfo {
    display: grid
}

.ql_cinfo-line {
    border-top: 1px solid var(--a8p9);
    display: grid;
    gap: 1rem;
    grid-template-columns: 14rem 1fr;
    padding: 0.8rem 0
}

.ql_cinfo-line:last-child {
    border-bottom: 1px solid var(--a8p9)
}

.ql_cinfo-key {
    font-size: 0.93rem;
    align-items: center;
    gap: 0.5rem;
    display: flex;
    color: var(--r70e)
}

.ql_cinfo-glyph {
    color: var(--k2id)
}

.ql_cinfo-val {
    font-size: 0.97rem
}

/* 404 */

.ql_nf {
    padding: 4rem 0;
    text-align: center
}

.ql_nf-label {
    font-size: 1.8rem
}

.ql_nf-text {
    margin: 0.7rem 0 1.4rem;
    color: var(--r70e)
}

/* підвал */

.ql_foot {
    border-top: 1px solid var(--a8p9);
    margin-top: var(--xr32);
    background: var(--ff95)
}

.ql_foot-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 1.8rem;
    padding-bottom: 1.2rem
}

.ql_foot-brand {
    display: grid;
    gap: 0.25rem
}

.ql_foot-name {
    font-family: var(--tlmj);
    font-weight: 700;
    font-size: 1.05rem
}

.ql_foot-small {
    color: var(--r70e);
    font-size: 0.9rem
}

.ql_foot-menu {
    flex-wrap: wrap;
    display: flex;
    gap: 0.4rem 1.1rem
}

.ql_foot-link {
    color: var(--r70e);
    font-size: 0.9rem
}

.ql_foot-link:hover {
    color: var(--lf34)
}

.ql_foot-bottom {
    flex-wrap: wrap;
    padding-bottom: 1.6rem;
    gap: 0.4rem 1.2rem;
    display: flex
}

.ql_foot-legal {
    font-size: 0.82rem;
    color: var(--r70e)
}

.ql_foot-reg {
    font-variant-numeric: tabular-nums
}

.ql_foot-narrow .ql_foot-inner {
    display: grid;
    gap: 0.6rem
}

/* банер згоди */

.ql_cookie {
    color: var(--u4hi);
    background: var(--e873);
    position: fixed;
    z-index: 20
}

.ql_cookie-bar {
    left: 0;
    bottom: 0;
    right: 0
}

.ql_cookie-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem
}

.ql_cookie-box {
    border-radius: var(--m1o7);
    max-width: 22rem;
    left: 1rem;
    padding: 1.1rem;
    bottom: 1rem
}

.ql_cookie-text {
    font-size: 0.88rem
}

.ql_cookie-actions {
    display: flex;
    gap: 0.9rem;
    align-items: center;
    margin-top: 0.6rem
}

.ql_cookie-box .ql_cookie-actions {
    margin-top: 0.9rem
}

.ql_cookie-more {
    color: inherit;
    text-decoration: underline;
    font-size: 0.85rem
}

.ql_cookie-accept {
    padding: 0.45rem 1.1rem;
    font-size: 0.9rem
}

@media (max-width: 60rem) {
    .ql_opening-inner,
    .ql_ship-inner,
    .ql_visit-inner,
    .ql_ask-inner {
    grid-template-columns: 1fr
}

    .ql_opening-side .ql_opening-inner {
    grid-template-columns: 1fr
}

    .ql_opening-shot {
    order: -1
}
}

@media (max-width: 40rem) {
    :root {
    --xr32: 2rem;
    --tvrp: 1.1rem
}

    .ql_opening-label {
    font-size: 1.7rem
}

    .ql_ask-line,
    .ql_cat-line,
    .ql_cinfo-line {
    grid-template-columns: 1fr
}

    .ql_head-menu {
    gap: 0.8rem
}

    .ql_price-set .ql_good {
    flex-wrap: wrap;
    gap: 0.3rem
}
}
