

/* Start:/local/components/asko/contacts.modern/templates/.default/style.css?178479463611747*/
.contacts26 {
	--c26-black: #111;
	--c26-muted: #6b6b6b;
	--c26-line: #e6e6e6;
	--c26-soft: #f4f4f2;
	width: min(calc(100vw - 48px), 1840px);
	max-width: calc(100vw - 48px);
	margin: 0 auto;
	padding: 0 0 96px;
	color: var(--c26-black);
	font-family: Helvetica, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.contacts26 *, .contacts26 *::before, .contacts26 *::after { box-sizing: border-box; }
.contacts26 > *, .contacts26__lead > *, .contacts26__lead-main > * { min-width: 0; max-width: 100%; }
.contacts26 a { color: inherit; }
.contacts26 button { font-family: inherit; }
.contacts26 h1, .contacts26 h2, .contacts26 h3, .contacts26 p { margin-top: 0; }
.contacts26 h1 { margin-bottom: 0; font-size: clamp(42px, 4vw, 64px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.contacts26 h2 { margin-bottom: 0; font-size: clamp(30px, 3vw, 50px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.contacts26 h3 { font-size: 24px; font-weight: 500; line-height: 1.16; letter-spacing: -.025em; }
.contacts26__kicker { margin-bottom: 18px; color: #727272; font-size: 14px; font-weight: 600; line-height: 1.2; letter-spacing: .11em; text-transform: uppercase; }
.contacts26__kicker--dark { margin-bottom: 16px; color: #747474; }

.contacts26__lead { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); min-height: 430px; overflow: hidden; border: 1px solid var(--c26-line); border-radius: 18px; background: #f5f5f3; }
.contacts26__lead-main { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(42px, 4.4vw, 72px); border-right: 1px solid var(--c26-line); background: #fff; color: var(--c26-black); }
.contacts26__lead-main h1 { max-width: 820px; color: var(--c26-black); overflow-wrap: break-word; }
.contacts26__lead-main > p { max-width: 700px; margin: 0 0 26px; color: #676767; font-size: 17px; line-height: 1.55; }
.contacts26__lead-main > h1 + p { margin-top: 46px; }
.contacts26__phone { min-height: 46px; }
.contacts26__phone-link { color: var(--c26-black) !important; font-size: clamp(28px, 2.6vw, 40px) !important; font-weight: 400 !important; line-height: 1 !important; letter-spacing: -.035em; text-decoration: none !important; }
.contacts26__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.contacts26__button { min-height: 52px; padding: 0 26px; border-radius: 10px; font-size: 15px; font-weight: 500; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.contacts26__button--light { border: 1px solid #111; background: #111; color: #fff; }
.contacts26__button--light:hover { background: #303030; }
.contacts26__button--ghost { border: 1px solid #c9c9c9; background: #fff; color: #111; }
.contacts26__button--ghost:hover { border-color: #111; background: #f5f5f5; }
.contacts26__quick { display: grid; grid-template-rows: repeat(3, 1fr); padding: 16px; gap: 12px; }
.contacts26__quick-card { display: flex; align-items: center; gap: 18px; min-width: 0; padding: 24px 26px; border: 1px solid #e3e3e1; border-radius: 13px; background: rgba(255,255,255,.84); text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.contacts26__quick-card:hover { transform: translateY(-2px); border-color: #bbb; }
.contacts26__quick-icon { display: grid; place-items: center; flex: 0 0 46px; width: 46px; height: 46px; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 1px #dededc; }
.contacts26__quick-icon img { display: block; width: 20px; height: 20px; object-fit: contain; opacity: .82; }
.contacts26__quick-card span { min-width: 0; }
.contacts26__quick-card small { display: block; margin-bottom: 6px; color: var(--c26-muted); font-size: 14px; line-height: 1.3; }
.contacts26__quick-card strong { display: block; overflow: hidden; font-size: 16px; font-weight: 500; line-height: 1.35; text-overflow: ellipsis; }

.contacts26__section { padding-top: 92px; scroll-margin-top: 130px; }
.contacts26__section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.contacts26__section-head > p { max-width: 450px; margin-bottom: 2px; color: var(--c26-muted); font-size: 15px; line-height: 1.55; }
.contacts26__shops { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.contacts26__shop { overflow: hidden; border: 1px solid var(--c26-line); border-radius: 16px; background: #fff; }
.contacts26__shop-image { position: relative; display: block; height: 280px; overflow: hidden; background: #ececea; }
.contacts26__shop-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.contacts26__shop:hover .contacts26__shop-image img { transform: scale(1.025); }
.contacts26__shop-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: #888; font-size: 34px; letter-spacing: .14em; }
.contacts26__shop-city { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.92); color: #111; font-size: 14px; font-weight: 500; backdrop-filter: blur(8px); }
.contacts26__shop-body { padding: 26px; }
.contacts26__shop-body h3 { min-height: 56px; margin-bottom: 12px; }
.contacts26__shop-body h3 a { text-decoration: none; }
.contacts26__shop-address { min-height: 42px; margin-bottom: 22px; color: var(--c26-muted); font-size: 15px; line-height: 1.5; }
.contacts26__shop-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--c26-line); border-bottom: 1px solid var(--c26-line); }
.contacts26__shop-meta span { min-width: 0; font-size: 15px; line-height: 1.5; }
.contacts26__shop-meta small { display: block; margin-bottom: 6px; color: #888; font-size: 14px; }
.contacts26__shop-meta a { display: block; text-decoration: none; }
.contacts26__shop-links { display: flex; justify-content: space-between; gap: 16px; padding-top: 20px; }
.contacts26__shop-links a { font-size: 15px; font-weight: 500; text-decoration: none; }
.contacts26__shop-links a:last-child { color: #777; }

.contacts26__section--info { padding-top: 110px; }
.contacts26__info-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 18px; }
.contacts26__info-card { min-height: 360px; padding: 34px; border: 1px solid var(--c26-line); border-radius: 16px; background: #fafafa; }
.contacts26__info-card--accent { background: #f1f1ef; color: var(--c26-black); }
.contacts26__info-number { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 48px; border-radius: 12px; background: #ececea; color: #555; font-size: 14px; }
.contacts26__info-card--accent .contacts26__info-number { background: #fff; color: #555; }
.contacts26__info-card h3 { margin-bottom: 16px; }
.contacts26__info-card > p { color: #686868; font-size: 15px; line-height: 1.55; }
.contacts26__info-card--accent > p { color: #686868; }
.contacts26__service-phone { display: inline-block; margin: 4px 0 24px; font-size: 23px; font-weight: 500; letter-spacing: -.02em; text-decoration: none; }
.contacts26__info-card dl { margin: 24px 0; }
.contacts26__info-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-bottom: 1px solid #e3e3e3; }
.contacts26__info-card dt { color: #888; font-size: 14px; font-weight: 400; }
.contacts26__info-card dd { margin: 0; font-size: 15px; }
.contacts26__info-card details { margin-top: 12px; border-top: 1px solid currentColor; border-color: rgba(127,127,127,.35); }
.contacts26__info-card summary { padding: 18px 0 0; font-size: 15px; font-weight: 500; cursor: pointer; }
.contacts26__info-card details p, .contacts26__info-card details li { color: inherit; opacity: .7; font-size: 15px; line-height: 1.55; }
.contacts26__info-card details ul { margin: 16px 0 0; padding-left: 18px; }
.contacts26__text-link { display: inline-block; margin-top: 50px; font-size: 15px; font-weight: 500; text-decoration: none; }
.contacts26__info-card--representative { display: flex; flex-direction: column; }
.contacts26__representative-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 18px; margin-top: auto; padding-top: 36px; }
.contacts26__representative-actions .contacts26__service-phone { margin: 0; }
.contacts26__representative-actions .contacts26__text-link { display: inline-flex; align-items: center; gap: 10px; margin: 0; padding: 12px 16px; border: 1px solid #d8d8d8; border-radius: 9px; background: #fff; }
.contacts26__representative-actions .contacts26__text-link:hover { border-color: #111; }

body .top-block-wrapper.asko-page-intro .asko-page-intro__eyebrow { display: none !important; }

@media (max-width: 1180px) {
	.contacts26__lead { grid-template-columns: 1fr; }
	.contacts26__lead-main { border-right: 0; border-bottom: 1px solid var(--c26-line); }
	.contacts26__quick { grid-template-columns: repeat(3, 1fr); grid-template-rows: none; }
	.contacts26__quick-card { align-items: flex-start; flex-direction: column; }
	.contacts26__shops { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.contacts26__info-grid { grid-template-columns: 1fr 1fr; }
	.contacts26__info-card--accent { grid-column: 1 / -1; }
}

@media (max-width: 991px) {
	.contacts26 { width: calc(100vw - 40px); max-width: calc(100vw - 40px); }
	.contacts26__lead { grid-template-columns: minmax(0, 1fr); min-height: 0; }
	.contacts26__lead-main { padding: 42px 34px 38px; }
	.contacts26__quick { grid-template-columns: 1fr; grid-template-rows: none; }
	.contacts26__quick-card { align-items: center; flex-direction: row; }
}

@media (max-width: 767px) {
	.contacts26 { width: calc(100vw - 32px); max-width: calc(100vw - 32px); padding-bottom: 62px; }
	.contacts26 h1 { font-size: 42px; }
	.contacts26 h2 { font-size: 30px; }
	.contacts26 h3 { font-size: 20px; }
	.contacts26__lead { min-height: 0; margin-top: 2px; border-radius: 14px; }
	.contacts26__lead-main { padding: 32px 22px 28px; border-right: 0; border-bottom: 1px solid var(--c26-line); }
	.contacts26__kicker { margin-bottom: 15px; font-size: 14px; }
	.contacts26__lead-main > p { margin: 0 0 24px; font-size: 15px; line-height: 1.5; }
	.contacts26__lead-main > h1 + p { margin-top: 32px; }
	.contacts26__phone-link { font-size: 29px !important; }
	.contacts26__actions { width: 100%; margin-top: 26px; }
	.contacts26__button { flex: 1 1 100%; width: 100%; }
	.contacts26__quick { grid-template-columns: 1fr; padding: 10px; gap: 8px; }
	.contacts26__quick-card { align-items: center; flex-direction: row; padding: 18px; }
	.contacts26__quick-icon { flex-basis: 40px; width: 40px; height: 40px; }
	.contacts26__quick-icon img { width: 18px; height: 18px; }
	.contacts26__section { padding-top: 64px; }
	.contacts26__section-head { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 24px; }
	.contacts26__section-head > p { font-size: 15px; }
	.contacts26__shops { grid-template-columns: 1fr; gap: 14px; }
	.contacts26__shop-image { height: 220px; }
	.contacts26__shop-body { padding: 22px; }
	.contacts26__shop-body h3, .contacts26__shop-address { min-height: 0; }
	.contacts26__shop-meta { grid-template-columns: 1fr; gap: 14px; }
	.contacts26__section--info { padding-top: 72px; }
	.contacts26__info-grid { grid-template-columns: 1fr; gap: 12px; }
	.contacts26__info-card--accent { grid-column: auto; }
	.contacts26__info-card { min-height: 0; padding: 26px 22px; }
	.contacts26__info-number { margin-bottom: 30px; }
	.contacts26__text-link { margin-top: 28px; }
	.contacts26__representative-actions { margin-top: 28px; padding-top: 0; }
	.contacts26__representative-actions .contacts26__text-link { margin-top: 0; }
}

/* End */
/* /local/components/asko/contacts.modern/templates/.default/style.css?178479463611747 */
