Compare commits

..

No commits in common. "c4fcedda9aedb1863b907932056ce96d24637a3e" and "41d0d84075351018aba573d54c254e03ce62428e" have entirely different histories.

View file

@ -1023,7 +1023,6 @@
letter-spacing: -0.015em; letter-spacing: -0.015em;
font-weight: 800; font-weight: 800;
margin: 0 0 14px; margin: 0 0 14px;
text-wrap: balance;
} }
.accLead { .accLead {
@ -1054,7 +1053,7 @@
background: var(--b2c-page-bg); background: var(--b2c-page-bg);
border: 1px solid var(--b2c-line); border: 1px solid var(--b2c-line);
border-radius: 10px; border-radius: 10px;
padding: clamp(20px, 4.5vw, 26px); padding: 26px;
} }
.accKpiTileDark { .accKpiTileDark {
@ -1068,7 +1067,6 @@
font-weight: 800; font-weight: 800;
letter-spacing: -0.02em; letter-spacing: -0.02em;
line-height: 1; line-height: 1;
font-variant-numeric: tabular-nums;
} }
.accKpiLabel { .accKpiLabel {
@ -1182,7 +1180,6 @@
font-weight: 800; font-weight: 800;
font-size: 16px; font-size: 16px;
color: var(--b2c-accent-deep); color: var(--b2c-accent-deep);
font-variant-numeric: tabular-nums;
} }
.accGainPct { .accGainPct {
@ -1276,7 +1273,6 @@
letter-spacing: -0.015em; letter-spacing: -0.015em;
font-weight: 800; font-weight: 800;
margin: 0; margin: 0;
text-wrap: balance;
} }
.costGrid { .costGrid {
@ -1292,7 +1288,7 @@
background: var(--b2c-page-bg); background: var(--b2c-page-bg);
border: 1px solid var(--b2c-line); border: 1px solid var(--b2c-line);
border-radius: 10px; border-radius: 10px;
padding: clamp(20px, 5vw, 28px); padding: 28px;
} }
/* Третья плитка (150 ₽) — тёмная, как в макете. */ /* Третья плитка (150 ₽) — тёмная, как в макете. */
@ -1307,7 +1303,6 @@
font-weight: 800; font-weight: 800;
letter-spacing: -0.02em; letter-spacing: -0.02em;
line-height: 1; line-height: 1;
font-variant-numeric: tabular-nums;
} }
.costItemTitle { .costItemTitle {
@ -2077,7 +2072,6 @@
line-height: 1.12; line-height: 1.12;
letter-spacing: -0.015em; letter-spacing: -0.015em;
font-weight: 800; font-weight: 800;
text-wrap: balance;
} }
.objCtaBtn { .objCtaBtn {
display: inline-block; display: inline-block;
@ -2184,11 +2178,10 @@
} }
.artTitle { .artTitle {
margin: 0; margin: 0;
font-size: clamp(26px, 3vw, 32px); font-size: clamp(24px, 3vw, 32px);
line-height: 1.15; line-height: 1.15;
letter-spacing: -0.015em; letter-spacing: -0.015em;
font-weight: 800; font-weight: 800;
text-wrap: balance;
} }
.artGrid { .artGrid {
display: grid; display: grid;
@ -2196,7 +2189,7 @@
gap: 20px; gap: 20px;
} }
.artCard { .artCard {
padding: clamp(20px, 4.5vw, 26px); padding: 26px;
background: var(--b2c-surface); background: var(--b2c-surface);
border: 1px solid var(--b2c-line); border: 1px solid var(--b2c-line);
border-radius: 10px; border-radius: 10px;
@ -2486,21 +2479,15 @@
text-wrap: pretty; text-wrap: pretty;
} }
.artAllLink { .artAllLink {
/* Зона нажатия до ~43px без сдвига макета: паддинг гасится
отрицательным полем, поэтому строка остаётся на прежней базовой линии. */
padding: 10px 0;
margin: -10px 0;
font-weight: 700; font-weight: 700;
font-size: 14.5px; font-size: 14.5px;
white-space: nowrap; white-space: nowrap;
color: var(--b2c-accent-text); color: var(--b2c-accent-text);
/* Подчёркивание вместо нижней границы: граница легла бы по краю паддинга,
а не под текстом. */
text-decoration: none; text-decoration: none;
border-bottom: 1px solid transparent;
} }
.artAllLink:hover { .artAllLink:hover {
text-decoration: underline; border-bottom-color: var(--b2c-accent-text);
text-underline-offset: 3px;
} }
.artCardLink { .artCardLink {
composes: artCard; composes: artCard;
@ -2956,7 +2943,6 @@
line-height: 1.12; line-height: 1.12;
letter-spacing: -0.015em; letter-spacing: -0.015em;
font-weight: 800; font-weight: 800;
text-wrap: balance;
} }
.srcLead { .srcLead {
@ -2977,7 +2963,7 @@
} }
.srcCard { .srcCard {
padding: clamp(20px, 4.5vw, 26px); padding: 26px;
background: var(--b2c-surface); background: var(--b2c-surface);
border: 1px solid var(--b2c-line); border: 1px solid var(--b2c-line);
border-radius: 10px; border-radius: 10px;
@ -3051,7 +3037,6 @@
line-height: 1.12; line-height: 1.12;
letter-spacing: -0.015em; letter-spacing: -0.015em;
font-weight: 800; font-weight: 800;
text-wrap: balance;
} }
.wygLead { .wygLead {
@ -3074,7 +3059,7 @@
.wygItem { .wygItem {
display: flex; display: flex;
gap: 12px; gap: 12px;
padding: clamp(18px, 4vw, 24px); padding: 24px;
background: var(--b2c-page-bg); background: var(--b2c-page-bg);
border: 1px solid var(--b2c-line); border: 1px solid var(--b2c-line);
border-radius: 10px; border-radius: 10px;