@font-face {
    font-family: "wpfd8164b";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/ac4a01/fonts/lora-700.woff2) format("woff2");
}

@font-face {
    font-family: "wpfd8164b";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/ac4a01/fonts/lora-400.woff2) format("woff2");
}
:root {
    --tfpa: #0F8A7E;
    --m5f7: #0A6459;
    --d7of: #F2A93B;
    --in81: #F5FAF9;
    --ljiz: #FFFFFF;
    --geth: #12312E;
    --o6ne: #5C7B78;
    --rmde: #D8E9E6;
    --i1gj: #FFFFFF;
    --fur7: #111111;
    --ev04: #E2F1F0;
    --oz6k: #FDF5E7;
    --jhrr: "wpfd8164b", "Times New Roman", Times, serif;
    --d9j2: "wpfd8164b", "Book Antiqua", Palatino, Georgia, serif;
    --n31x: 700;
    --tny7: -0.01em;
    --v1ye: 46rem;
    --ps3h: 72rem;
    --mgsy: 1.5rem;
    --g828: 1.65;
    --xth9: 2.1rem;
    --h3oc: 0.7rem;
    --bw5z: 10px
}

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

*, *::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(--jhrr);
    font-weight: var(--n31x);
    letter-spacing: var(--tny7);
    line-height: 1.22
}

p {
    margin: 0
}

dl, dt, dd {
    margin: 0
}

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

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

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

svg {
    display: block;
    flex: none
}


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

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

summary {
    cursor: pointer
}

[hidden] {
    display: none !important
}

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

/* каркас */

.no-page {
    margin: 0;
    background: var(--in81);
    color: var(--geth);
    font-family: var(--d9j2);
    font-size: 17px;
    line-height: var(--g828);
    -webkit-font-smoothing: antialiased
}

.no-main {
    display: block
}

.no-zone {
    max-width: var(--ps3h);
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--mgsy)
}

.no-inner {
    padding: 0 var(--mgsy);
    width: 100%;
    margin: 0 auto;
    max-width: var(--v1ye)
}

.no-sec {
    padding: var(--xth9) 0
}

.no-sec-caption {
    margin-bottom: 1.1rem;
    font-size: 1.5rem
}

.no-link {
    color: var(--tfpa);
    text-decoration: underline;
    text-underline-offset: 2px
}

.no-button {
    display: inline-block;
    padding: 0.7rem 1.4rem;
    border: 0;
    border-radius: var(--bw5z);
    background: var(--tfpa);
    color: var(--i1gj);
    font-weight: 600;
    cursor: pointer
}

.no-doc {
    gap: 1rem;
    display: grid
}

.no-prose {
    color: var(--geth)
}

.no-rev {
    color: var(--o6ne);
    font-size: 0.86rem;
    margin-top: 0.5rem
}

/* шапка */

.no-topbar {
    background: var(--ljiz);
    border-bottom: 1px solid var(--rmde)
}

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

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

.no-topbar-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--jhrr);
    font-weight: 700;
    font-size: 1.15rem
}

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

.no-topbar-link {
    color: var(--o6ne);
    font-size: 0.95rem
}

.no-topbar-link:hover {
    color: var(--geth)
}

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

.no-topbar-strip {
    background: var(--ev04);
    font-size: 0.85rem
}

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

.no-topbar-hours {
    color: var(--o6ne)
}

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

.no-lead {
    background: var(--ljiz);
    border-bottom: 1px solid var(--rmde)
}

.no-lead-core {
    gap: 2rem;
    grid-template-columns: 1.15fr 1fr;
    display: grid;
    align-items: center
}

.no-lead-caption {
    font-size: 2.05rem
}

.no-lead-intro {
    margin-top: 0.9rem;
    color: var(--geth)
}

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

.no-lead-notice-pict {
    color: var(--d7of);
    margin-top: 0.15rem
}

.no-lead-shot {
    margin: 0;
    border-radius: var(--bw5z);
    overflow: hidden
}

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

.no-lead-flat .no-lead-caption {
    max-width: 34rem
}

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

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

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

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

.no-lead-fact-pict {
    color: var(--tfpa);
    margin-top: 0.15rem
}

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

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

.no-cat {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--rmde);
    border-radius: var(--bw5z);
    background: var(--ljiz)
}

.no-cat-caption {
    font-family: var(--jhrr);
    font-weight: var(--n31x);
    font-size: 1.05rem
}

.no-cat-hint {
    font-size: 0.92rem;
    color: var(--o6ne)
}

.no-cats-roll {
    display: grid
}

.no-cat-row {
    grid-template-columns: 12rem 1fr;
    display: grid;
    padding: 0.85rem 0;
    border-top: 1px solid var(--rmde);
    gap: 1rem
}

.no-cat-row:last-child {
    border-bottom: 1px solid var(--rmde)
}

/* товари */

.no-goods {
    background: var(--ljiz)
}

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

.no-goods-count {
    color: var(--o6ne);
    font-size: 0.9rem
}

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

.no-goods-cols .no-good {
    display: grid;
    align-content: start;
    gap: 0.4rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--rmde);
    border-radius: var(--bw5z);
    background: var(--in81)
}

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

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

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

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

.no-good-name {
    font-size: 1rem
}

.no-good-hint {
    color: var(--o6ne);
    font-size: 0.9rem
}

.no-good-price {
    font-family: var(--jhrr);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--tfpa)
}

.no-price-roll {
    display: grid
}

.no-price-roll .no-good {
    gap: 1rem;
    display: flex;
    align-items: center;
    padding: 0.85rem 0;
    border-top: 1px dotted var(--rmde);
    justify-content: space-between
}

.no-price-roll .no-good-main {
    flex: 1
}

.no-price-roll .no-good:last-child {
    border-bottom: 1px dotted var(--rmde)
}

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

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

.no-good-end {
    gap: 0.5rem 0.7rem;
    align-items: baseline;
    flex-wrap: wrap;
    margin-top: 0.2rem;
    display: flex
}

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

.no-good-off {
    display: none !important
}

.no-good-out {
    opacity: 0.62
}

.no-good-out .no-good-price {
    text-decoration: line-through;
    color: var(--o6ne)
}

.no-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(--rmde);
    border-radius: var(--bw5z);
    background: transparent;
    color: var(--tfpa);
    font-size: 0.85rem;
    cursor: pointer
}

.no-good-ask:hover {
    border-color: var(--tfpa)
}

.no-cat, .no-cat-row {
    text-align: left;
    cursor: pointer;
    width: 100%
}

.no-cat-on {
    background: var(--ev04);
    border-color: var(--tfpa)
}

.no-cats-cols .no-cat-on {
    border-color: var(--tfpa)
}

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

.no-good-status {
    font-size: 0.78rem;
    background: var(--oz6k);
    border-radius: 999px;
    color: var(--d7of);
    white-space: nowrap;
    padding: 0.1rem 0.5rem
}

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

.no-wide-roll {
    gap: 0.9rem;
    display: grid
}

.no-goods-wide .no-good {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--rmde);
    border-radius: var(--bw5z);
    background: var(--in81)
}

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

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

.no-goods-wide .no-good-main {
    justify-items: start;
    display: grid;
    flex: 1;
    gap: 0.2rem
}

.no-good-price-case {
    flex: none;
    white-space: nowrap
}

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

.no-visit-core {
    grid-template-columns: 1fr 1.2fr;
    align-items: start;
    display: grid;
    gap: 2rem
}

.no-hours-roll {
    display: grid
}

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

.no-hours-day {
    color: var(--geth)
}

.no-hours-time {
    white-space: nowrap;
    color: var(--o6ne);
    font-variant-numeric: tabular-nums
}

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

.no-visit-hint {
    align-items: flex-start;
    display: flex;
    font-size: 0.96rem;
    gap: 0.55rem
}

.no-visit-pict {
    margin-top: 0.2rem;
    color: var(--tfpa)
}

.no-visit-since {
    color: var(--o6ne);
    font-size: 0.9rem
}

.no-visit-stack .no-hours-roll {
    margin-bottom: 1.1rem
}

.no-visit-stack .no-visit-hint {
    margin-bottom: 0.5rem
}

.no-lead-since {
    margin-top: 0.6rem;
    font-size: 0.92rem;
    color: var(--o6ne)
}

.no-lead-side .no-lead-core {
    grid-template-columns: 0.85fr 1.15fr
}

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

.no-ship-zone {
    background: var(--ev04)
}

.no-ship-shot {
    padding: 0 var(--mgsy);
    margin: 1.4rem auto 0;
    max-width: var(--ps3h);
    overflow: hidden
}

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

.no-ship-core {
    align-items: start;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1.6fr 1fr
}

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

.no-ship-aside {
    padding: 1.1rem;
    gap: 0.35rem;
    border-radius: var(--bw5z);
    display: grid;
    background: var(--ljiz)
}

.no-ship-aside-key {
    font-family: var(--jhrr);
    font-weight: 700
}

.no-ship-aside-val {
    font-size: 0.93rem;
    color: var(--o6ne)
}

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

.no-ask-hint {
    margin-bottom: 1.1rem;
    color: var(--o6ne)
}

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

.no-ask-row {
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
    display: grid
}

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

.no-ask-label {
    color: var(--o6ne);
    font-size: 0.88rem
}

.no-ask-input {
    width: 100%;
    padding: 0.65rem 0.8rem;
    border: 1px solid var(--rmde);
    border-radius: var(--bw5z);
    background: var(--ljiz);
    font-family: inherit;
    font-size: 1rem
}

.no-ask-input:focus {
    outline: 2px solid var(--tfpa);
    outline-offset: 1px
}

.no-ask-area {
    resize: vertical
}

.no-ask-send {
    justify-self: start;
    padding: 0.7rem 1.6rem;
    border: 0;
    border-radius: var(--bw5z);
    background: var(--tfpa);
    color: var(--i1gj);
    font-weight: 600;
    cursor: pointer
}

.no-ask-after {
    color: var(--o6ne);
    font-size: 0.9rem
}

.no-ask-form-sent .no-ask-after {
    color: var(--d7of);
    font-weight: 600
}

.no-ask-split {
    background: var(--ljiz)
}

.no-ask-core {
    display: grid;
    gap: 2rem;
    align-items: start;
    grid-template-columns: 1.5fr 1fr
}

.no-ask-side {
    display: grid;
    gap: 0.5rem;
    padding: 1.2rem;
    border: 1px solid var(--rmde);
    border-radius: var(--bw5z)
}

.no-ask-phone {
    font-family: var(--jhrr);
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--tfpa)
}

.no-ask-side-hint {
    font-size: 0.9rem;
    color: var(--o6ne)
}

/* новини */

.no-log-caption {
    font-size: 1.35rem;
    margin-bottom: 1rem
}

.no-log-roll {
    grid-template-columns: auto 1fr;
    gap: 0.5rem 1.2rem;
    display: grid
}

.no-log-date {
    white-space: nowrap;
    font-size: 0.86rem;
    color: var(--o6ne)
}

.no-log-hint {
    font-size: 0.96rem
}

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

.no-log-box {
    display: grid;
    gap: 0.35rem;
    background: var(--ljiz);
    padding: 1rem;
    border-left: 2px solid var(--tfpa)
}

/* питання */

.no-faq-roll {
    gap: 0.6rem;
    display: grid
}

.no-faq-item {
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--rmde);
    border-radius: var(--bw5z);
    background: var(--ljiz)
}

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

.no-faq-q::-webkit-details-marker {
    display: none
}

.no-faq-sign {
    color: var(--o6ne)
}

.no-faq-a {
    margin-top: 0.6rem;
    color: var(--o6ne)
}

.no-faq-open .no-faq-a {
    margin-top: 0.35rem
}

/* адреса */

.no-where {
    border-top: 1px solid var(--rmde)
}

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

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

.no-where-pict {
    color: var(--tfpa);
    grid-row: span 2
}

.no-where-key {
    font-family: var(--jhrr);
    font-weight: 700
}

.no-where-val {
    color: var(--o6ne);
    font-size: 0.93rem
}

.no-where-case {
    background: var(--ev04);
    text-align: center;
    display: grid;
    padding: 1.3rem;
    border-radius: var(--bw5z);
    gap: 0.4rem
}

.no-where-line {
    font-size: 0.97rem
}

.no-where-hours {
    color: var(--o6ne)
}

.no-where-phone {
    font-family: var(--jhrr);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--tfpa)
}

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

.no-phead {
    background: var(--ljiz);
    border-bottom: 1px solid var(--rmde);
    padding: 2rem 0 1.2rem
}

.no-phead-tint {
    background: var(--ev04)
}

.no-phead-core {
    gap: 0.4rem;
    display: grid
}

.no-phead-back {
    color: var(--tfpa);
    font-size: 0.88rem
}

.no-phead-caption {
    font-size: 1.75rem
}

.no-phead-sub {
    color: var(--o6ne)
}

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

.no-cinfo {
    display: grid
}

.no-cinfo-row {
    grid-template-columns: 14rem 1fr;
    display: grid;
    padding: 0.8rem 0;
    border-top: 1px solid var(--rmde);
    gap: 1rem
}

.no-cinfo-row:last-child {
    border-bottom: 1px solid var(--rmde)
}

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

.no-cinfo-pict {
    color: var(--tfpa)
}

.no-cinfo-val {
    font-size: 0.97rem
}

/* 404 */

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

.no-nf-caption {
    font-size: 1.8rem
}

.no-nf-text {
    color: var(--o6ne);
    margin: 0.7rem 0 1.4rem
}

/* підвал */

.no-end {
    border-top: 1px solid var(--rmde);
    margin-top: var(--xth9);
    background: var(--ljiz)
}

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

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

.no-end-name {
    font-family: var(--jhrr);
    font-weight: 700;
    font-size: 1.05rem
}

.no-end-hint {
    font-size: 0.9rem;
    color: var(--o6ne)
}

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

.no-end-link {
    font-size: 0.9rem;
    color: var(--o6ne)
}

.no-end-link:hover {
    color: var(--geth)
}

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

.no-end-legal {
    color: var(--o6ne);
    font-size: 0.82rem
}

.no-end-reg {
    font-variant-numeric: tabular-nums
}

.no-end-narrow .no-end-core {
    display: grid;
    gap: 0.6rem
}

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

.no-cookie {
    color: var(--i1gj);
    position: fixed;
    background: var(--m5f7);
    z-index: 20
}

.no-cookie-bar {
    left: 0;
    right: 0;
    bottom: 0
}

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

.no-cookie-case {
    max-width: 22rem;
    border-radius: var(--bw5z);
    padding: 1.1rem;
    bottom: 1rem;
    left: 1rem
}

.no-cookie-text {
    font-size: 0.88rem
}

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

.no-cookie-case .no-cookie-actions {
    margin-top: 0.9rem
}

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

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

@media (max-width: 60rem) {
    .no-lead-core,
    .no-ship-core,
    .no-visit-core,
    .no-ask-core {
    grid-template-columns: 1fr
}

    .no-lead-side .no-lead-core {
    grid-template-columns: 1fr
}

    .no-lead-shot {
    order: -1
}
}

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

    .no-lead-caption {
    font-size: 1.7rem
}

    .no-ask-row,
    .no-cat-row,
    .no-cinfo-row {
    grid-template-columns: 1fr
}

    .no-topbar-menu {
    gap: 0.8rem
}

    .no-price-roll .no-good {
    gap: 0.3rem;
    flex-wrap: wrap
}
}
