@font-face {
    font-family: "wpff94435";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/7ad311/fonts/rubik-700.woff2) format("woff2");
}

@font-face {
    font-family: "wpf9fc882";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/7ad311/fonts/source-serif-4-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpf9fc882";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/7ad311/fonts/source-serif-4-700.woff2) format("woff2");
}
:root {
    --rse5: #2F7A44;
    --ldjt: #1F5A31;
    --ni27: #E0A33C;
    --kh1r: #F6FAF6;
    --m0cx: #FFFFFF;
    --imai: #1B2F20;
    --nh46: #5F7A64;
    --s20l: #DAE9DC;
    --j3j9: #FFFFFF;
    --sepf: #111111;
    --d5g5: #E6EFE9;
    --qw29: #FBF4E8;
    --kc73: "wpff94435", Tahoma, Verdana, Geneva, sans-serif;
    --k59v: "wpf9fc882", Georgia, "Times New Roman", serif;
    --aypw: 600;
    --fb47: -0.02em;
    --a9j3: 46rem;
    --q3z5: 72rem;
    --x3h0: 1.5rem;
    --ullm: 1.65;
    --rhn7: 2.1rem;
    --utsq: 0.7rem;
    --ln85: 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(--kc73);
    font-weight: var(--aypw);
    letter-spacing: var(--fb47);
    line-height: 1.22;
}

p {
    margin: 0;
}

dl, dt, dd {
    margin: 0;
}

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

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

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

svg {
    display: block;
    flex: none;
}


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

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

summary {
    cursor: pointer;
}

[hidden] {
    display: none !important;
}

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

/* каркас */

.ta-page {
    margin: 0;
    background: var(--kh1r);
    color: var(--imai);
    font-family: var(--k59v);
    font-size: 17px;
    line-height: var(--ullm);
    -webkit-font-smoothing: antialiased;
}

.ta-main {
    display: block;
}

.ta-belt {
    max-width: var(--q3z5);
    padding: 0 var(--x3h0);
    width: 100%;
    margin: 0 auto;
}

.ta-measure {
    max-width: var(--a9j3);
    padding: 0 var(--x3h0);
    margin: 0 auto;
    width: 100%;
}

.ta-part {
    padding: var(--rhn7) 0;
}

.ta-part-title {
    margin-bottom: 1.1rem;
    font-size: 1.5rem;
}

.ta-jump {
    color: var(--rse5);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ta-action {
    display: inline-block;
    padding: 0.7rem 1.4rem;
    border: 0;
    border-radius: var(--ln85);
    background: var(--rse5);
    color: var(--j3j9);
    font-weight: 600;
    cursor: pointer;
}

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

.ta-prose {
    color: var(--imai);
}

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

/* шапка */

.ta-mast {
    border-bottom: 1px solid var(--s20l);
    background: var(--m0cx);
}

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

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

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

.ta-mast-nav {
    gap: 1.1rem;
    align-items: center;
    display: flex;
}

.ta-mast-jump {
    font-size: 0.95rem;
    color: var(--nh46);
}

.ta-mast-jump:hover {
    color: var(--imai);
}

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

.ta-mast-strip {
    font-size: 0.85rem;
    background: var(--d5g5);
}

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

.ta-mast-hours {
    color: var(--nh46);
}

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

.ta-opening {
    border-bottom: 1px solid var(--s20l);
    background: var(--m0cx);
}

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

.ta-opening-title {
    font-size: 2.05rem;
}

.ta-opening-intro {
    margin-top: 0.9rem;
    color: var(--imai);
}

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

.ta-opening-notice-glyph {
    color: var(--ni27);
    margin-top: 0.15rem;
}

.ta-opening-shot {
    overflow: hidden;
    border-radius: var(--ln85);
    margin: 0;
}

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

.ta-opening-flat .ta-opening-title {
    max-width: 34rem;
}

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

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

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

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

.ta-opening-fact-glyph {
    color: var(--rse5);
    margin-top: 0.15rem;
}

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

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

.ta-cat {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--s20l);
    border-radius: var(--ln85);
    background: var(--m0cx);
}

.ta-cat-title {
    font-family: var(--kc73);
    font-weight: var(--aypw);
    font-size: 1.05rem;
}

.ta-cat-aside {
    font-size: 0.92rem;
    color: var(--nh46);
}

.ta-cats-roll {
    display: grid;
}

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

.ta-cat-row:last-child {
    border-bottom: 1px solid var(--s20l);
}

/* товари */

.ta-goods {
    background: var(--m0cx);
}

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

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

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

.ta-goods-grid .ta-good {
    display: grid;
    align-content: start;
    gap: 0.4rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--s20l);
    border-radius: var(--ln85);
    background: var(--kh1r);
}

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

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

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

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

.ta-good-name {
    font-size: 1rem;
}

.ta-good-aside {
    color: var(--nh46);
    font-size: 0.9rem;
}

.ta-good-price {
    font-family: var(--kc73);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--rse5);
}

.ta-price-roll {
    display: grid;
}

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

.ta-price-roll .ta-good-main {
    flex: 1;
}

.ta-price-roll .ta-good:last-child {
    border-bottom: 1px dotted var(--s20l);
}

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

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

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

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

.ta-good-off {
    display: none !important;
}

.ta-good-out {
    opacity: 0.62;
}

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

.ta-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(--s20l);
    border-radius: var(--ln85);
    background: transparent;
    color: var(--rse5);
    font-size: 0.85rem;
    cursor: pointer;
}

.ta-good-ask:hover {
    border-color: var(--rse5);
}

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

.ta-cat-on {
    background: var(--d5g5);
    border-color: var(--rse5);
}

.ta-cats-grid .ta-cat-on {
    border-color: var(--rse5);
}

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

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

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

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

.ta-goods-wide .ta-good {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--s20l);
    border-radius: var(--ln85);
    background: var(--kh1r);
}

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

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

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

.ta-good-price-bin {
    white-space: nowrap;
    flex: none;
}

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

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

.ta-hours-roll {
    display: grid;
}

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

.ta-hours-day {
    color: var(--imai);
}

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

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

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

.ta-visit-glyph {
    color: var(--rse5);
    margin-top: 0.2rem;
}

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

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

.ta-visit-stack .ta-visit-aside {
    margin-bottom: 0.5rem;
}

.ta-opening-since {
    font-size: 0.92rem;
    margin-top: 0.6rem;
    color: var(--nh46);
}

.ta-opening-side .ta-opening-inner {
    grid-template-columns: 0.85fr 1.15fr;
}

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

.ta-ship-belt {
    background: var(--d5g5);
}

.ta-ship-shot {
    max-width: var(--q3z5);
    padding: 0 var(--x3h0);
    margin: 1.4rem auto 0;
    overflow: hidden;
}

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

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

.ta-ship-prose {
    display: grid;
    gap: 0.9rem;
}

.ta-ship-aside {
    padding: 1.1rem;
    border-radius: var(--ln85);
    display: grid;
    gap: 0.35rem;
    background: var(--m0cx);
}

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

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

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

.ta-ask-aside {
    margin-bottom: 1.1rem;
    color: var(--nh46);
}

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

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

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

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

.ta-ask-input {
    width: 100%;
    padding: 0.65rem 0.8rem;
    border: 1px solid var(--s20l);
    border-radius: var(--ln85);
    background: var(--m0cx);
    font-family: inherit;
    font-size: 1rem;
}

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

.ta-ask-area {
    resize: vertical;
}

.ta-ask-send {
    justify-self: start;
    padding: 0.7rem 1.6rem;
    border: 0;
    border-radius: var(--ln85);
    background: var(--rse5);
    color: var(--j3j9);
    font-weight: 600;
    cursor: pointer;
}

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

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

.ta-ask-split {
    background: var(--m0cx);
}

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

.ta-ask-side {
    display: grid;
    gap: 0.5rem;
    padding: 1.2rem;
    border: 1px solid var(--s20l);
    border-radius: var(--ln85);
}

.ta-ask-phone {
    font-family: var(--kc73);
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--rse5);
}

.ta-ask-side-aside {
    font-size: 0.9rem;
    color: var(--nh46);
}

/* новини */

.ta-log-title {
    margin-bottom: 1rem;
    font-size: 1.35rem;
}

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

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

.ta-log-aside {
    font-size: 0.96rem;
}

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

.ta-log-panel {
    border-left: 2px solid var(--rse5);
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
    background: var(--m0cx);
}

/* питання */

.ta-asks-roll {
    gap: 0.6rem;
    display: grid;
}

.ta-asks-point {
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--s20l);
    border-radius: var(--ln85);
    background: var(--m0cx);
}

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

.ta-asks-q::-webkit-details-marker {
    display: none;
}

.ta-asks-sign {
    color: var(--nh46);
}

.ta-asks-a {
    color: var(--nh46);
    margin-top: 0.6rem;
}

.ta-asks-open .ta-asks-a {
    margin-top: 0.35rem;
}

/* адреса */

.ta-where {
    border-top: 1px solid var(--s20l);
}

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

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

.ta-where-glyph {
    color: var(--rse5);
    grid-row: span 2;
}

.ta-where-key {
    font-family: var(--kc73);
    font-weight: 700;
}

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

.ta-where-bin {
    padding: 1.3rem;
    text-align: center;
    background: var(--d5g5);
    gap: 0.4rem;
    display: grid;
    border-radius: var(--ln85);
}

.ta-where-streak {
    font-size: 0.97rem;
}

.ta-where-hours {
    color: var(--nh46);
}

.ta-where-phone {
    font-family: var(--kc73);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--rse5);
}

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

.ta-phead {
    background: var(--m0cx);
    border-bottom: 1px solid var(--s20l);
    padding: 2rem 0 1.2rem;
}

.ta-phead-tint {
    background: var(--d5g5);
}

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

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

.ta-phead-title {
    font-size: 1.75rem;
}

.ta-phead-sub {
    color: var(--nh46);
}

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

.ta-cinfo {
    display: grid;
}

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

.ta-cinfo-row:last-child {
    border-bottom: 1px solid var(--s20l);
}

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

.ta-cinfo-glyph {
    color: var(--rse5);
}

.ta-cinfo-val {
    font-size: 0.97rem;
}

/* 404 */

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

.ta-nf-title {
    font-size: 1.8rem;
}

.ta-nf-prose {
    color: var(--nh46);
    margin: 0.7rem 0 1.4rem;
}

/* підвал */

.ta-end {
    background: var(--m0cx);
    border-top: 1px solid var(--s20l);
    margin-top: var(--rhn7);
}

.ta-end-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;
}

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

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

.ta-end-aside {
    color: var(--nh46);
    font-size: 0.9rem;
}

.ta-end-nav {
    gap: 0.4rem 1.1rem;
    display: flex;
    flex-wrap: wrap;
}

.ta-end-jump {
    font-size: 0.9rem;
    color: var(--nh46);
}

.ta-end-jump:hover {
    color: var(--imai);
}

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

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

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

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

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

.ta-consent {
    color: var(--j3j9);
    z-index: 20;
    background: var(--ldjt);
    position: fixed;
}

.ta-consent-bar {
    bottom: 0;
    left: 0;
    right: 0;
}

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

.ta-consent-bin {
    max-width: 22rem;
    border-radius: var(--ln85);
    bottom: 1rem;
    left: 1rem;
    padding: 1.1rem;
}

.ta-consent-prose {
    font-size: 0.88rem;
}

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

.ta-consent-bin .ta-consent-actions {
    margin-top: 0.9rem;
}

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

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

@media (max-width: 60rem) {
    .ta-opening-inner,
    .ta-ship-inner,
    .ta-visit-inner,
    .ta-ask-inner {
    grid-template-columns: 1fr;
}

    .ta-opening-side .ta-opening-inner {
    grid-template-columns: 1fr;
}

    .ta-opening-shot {
    order: -1;
}
}

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

    .ta-opening-title {
    font-size: 1.7rem;
}

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

    .ta-mast-nav {
    gap: 0.8rem;
}

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