

/* Start:/local/css/kontur/contacts.css?177569523913308*/
/* ════════════════════════════════════════════════════════
   contacts.css — страница контактов
   Префикс всех классов: cnt_
   ════════════════════════════════════════════════════════ */

/* ────────────────────────────────────
   HERO
   ──────────────────────────────────── */
.cnt_hero {
    position: relative;
    background: var(--white);
    overflow: hidden;
}
.cnt_hero-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 72px 60px 64px;
    position: relative;
    z-index: 2;
}
.cnt_hero-decor {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none; overflow: hidden;
}
.cnt_dc {
    position: absolute; border-radius: 50%;
    border: 1px solid rgba(0,190,162,0.15);
}
.cnt_dc-1 { width: 380px; height: 380px; top: -80px; right: -60px; animation: kontur_float 12s ease-in-out infinite; }
.cnt_dc-2 { width: 200px; height: 200px; bottom: -40px; right: 22%; animation: kontur_float 10s ease-in-out infinite reverse; }
.cnt_dc-3 { width: 100px; height: 100px; top: 30%; left: 4%; background: rgba(0,190,162,0.05); animation: kontur_float 8s ease-in-out 1s infinite; }
.cnt_dc-bg {
    position: absolute; top: -120px; right: -120px;
    width: 560px; height: 560px; border-radius: 50%;
    background: radial-gradient(circle, rgba(0,190,162,0.07) 0%, transparent 70%);
    animation: kontur_pulse 8s ease-in-out infinite;
}

.cnt_badge {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(0,190,162,0.12), rgba(0,190,162,0.06));
    border: 1px solid rgba(0,190,162,0.2); border-radius: 100px;
    font-size: 14px; font-weight: 600; color: var(--accent);
    margin-bottom: 24px;
    animation: kontur_fadeInUp 0.8s ease forwards;
}
.cnt_badge-dot {
    width: 8px; height: 8px;
    background: var(--accent); border-radius: 50%;
    animation: kontur_blink 1.5s ease-in-out infinite;
}
.cnt_hero-title {
    font-size: clamp(36px, 4.5vw, 58px);
    font-weight: 800; line-height: 1.1; letter-spacing: -2px;
    color: var(--text-main); margin-bottom: 16px;
    animation: kontur_fadeInUp 0.8s ease 0.1s forwards; opacity: 0;
}
.cnt_hero-title span { color: var(--accent); position: relative; }
.cnt_hero-title span::after {
    content: ''; position: absolute; bottom: 4px; left: 0; right: 0;
    height: 10px; background: rgba(0,190,162,0.18); z-index: -1; border-radius: 4px;
}
.cnt_hero-desc {
    font-size: 17px; line-height: 1.7; color: var(--text-secondary);
    max-width: 560px;
    animation: kontur_fadeInUp 0.8s ease 0.2s forwards; opacity: 0;
}

/* ────────────────────────────────────
   ОСНОВНОЙ БЛОК
   ──────────────────────────────────── */
.cnt_main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px 80px;
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 32px;
    align-items: stretch;
}

/* ── Карточка контактов ── */
.cnt_card {
    background: var(--white);
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
    animation: kontur_fadeInUp 0.8s ease 0.3s forwards; opacity: 0;
    display: flex;
    flex-direction: column;
}
.cnt_card-top {
    background: linear-gradient(135deg, var(--bg-dark) 0%, #025a76 100%);
    padding: 28px 28px 24px;
    position: relative; overflow: hidden;
}
.cnt_card-top::before {
    content: ''; position: absolute; top: -60px; right: -60px;
    width: 200px; height: 200px; border-radius: 50%;
    background: rgba(0,190,162,0.12);
}
.cnt_card-top::after {
    content: ''; position: absolute; bottom: -40px; left: -30px;
    width: 140px; height: 140px; border-radius: 50%;
    background: rgba(255,255,255,0.05);
}
.cnt_card-top-label {
    font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
    color: var(--accent); margin-bottom: 10px; position: relative; z-index: 1;
}
.cnt_card-top-title {
    font-size: 22px; font-weight: 800; color: #fff;
    line-height: 1.3; position: relative; z-index: 1;
}

.cnt_card-body { padding: 24px 28px; display: flex; flex-direction: column; gap: 0; flex: 1; }

/* Строки контактов */
.cnt_row {
    display: flex; align-items: flex-start; gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.cnt_row:last-child { border-bottom: none; padding-bottom: 0; }
.cnt_row-icon {
    width: 40px; height: 40px; flex-shrink: 0;
    background: rgba(0,190,162,0.1); border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
}
.cnt_row-icon svg { width: 18px; height: 18px; color: var(--accent); }
.cnt_row-content {}
.cnt_row-label {
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.8px; color: var(--text-secondary); margin-bottom: 4px;
}
.cnt_row-value {
    font-size: 15px; font-weight: 600; color: var(--text-main); line-height: 1.45;
}
.cnt_row-value a {
    color: var(--text-main); text-decoration: none; transition: color 0.2s;
}
.cnt_row-value a:hover { color: var(--accent); }

/* Кнопка «показать» */
.cnt_phone-reveal {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 15px; font-weight: 600; color: var(--text-main);
    background: none; border: none; cursor: pointer;
    font-family: inherit; padding: 0; transition: color 0.2s;
}
.cnt_phone-reveal:hover { color: var(--accent); }
.cnt_phone-reveal-text {
    color: var(--accent); font-size: 13px; font-weight: 600;
    text-decoration: underline; text-underline-offset: 3px;
}

/* Часы работы — с пульсом */
.cnt_hours-wrap { display: flex; align-items: center; gap: 8px; }
.cnt_hours-dot {
    width: 8px; height: 8px; background: var(--accent); border-radius: 50%;
    flex-shrink: 0; animation: kontur_blink 2s ease-in-out infinite;
}

/* ── Карта ── */
.cnt_map-wrap {
    border-radius: 24px; overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(0,0,0,0.05);
    animation: kontur_fadeInUp 0.8s ease 0.4s forwards; opacity: 0;
    background: var(--bg-light);
    display: flex;
    flex-direction: column;
}
.cnt_map-wrap iframe {
    display: block; width: 100%;
    height: auto; flex: 1;
    border: none; min-height: 300px;
}
.cnt_map-address {
    padding: 16px 22px;
    display: flex; align-items: center; gap: 10px;
    background: var(--white);
}
.cnt_map-address svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; }
.cnt_map-address-text {
    font-size: 14px; color: var(--text-secondary); line-height: 1.4;
}
.cnt_map-address-text strong { color: var(--text-main); font-weight: 700; }

/* ────────────────────────────────────
   ПОПАП С ТЕЛЕФОНАМИ
   ──────────────────────────────────── */
.cnt_overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(1,20,30,0.6); backdrop-filter: blur(6px);
    z-index: 9000;
    display: none; align-items: center; justify-content: center; padding: 20px;
}
.cnt_overlay.active { display: flex; }

.cnt_popup {
    background: var(--white);
    border-radius: 28px; overflow: hidden;
    width: 100%; max-width: 480px;
    box-shadow: 0 40px 120px rgba(1,63,84,0.3);
    animation: cnt_popIn 0.38s cubic-bezier(0.175,0.885,0.32,1.275) forwards;
}
@keyframes cnt_popIn {
    from { opacity: 0; transform: scale(0.9) translateY(16px); }
    to   { opacity: 1; transform: scale(1)   translateY(0); }
}

.cnt_popup-top {
    background: linear-gradient(135deg, var(--bg-dark) 0%, #025a76 100%);
    padding: 28px 32px;
    position: relative; overflow: hidden;
}
.cnt_popup-top::before {
    content: ''; position: absolute; top: -50px; right: -50px;
    width: 180px; height: 180px; border-radius: 50%; background: rgba(0,190,162,0.1);
}
.cnt_popup-top-label {
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.2px; color: var(--accent); margin-bottom: 8px;
    position: relative; z-index: 1;
}
.cnt_popup-top-title {
    font-size: 20px; font-weight: 800; color: #fff;
    position: relative; z-index: 1;
}

.cnt_popup-body { padding: 28px 32px; display: flex; flex-direction: column; gap: 16px; }
.cnt_popup-close {
    position: absolute; top: 0; right: 16px;
    width: 36px; height: 36px; background: rgba(255,255,255,0.15);
    border: none; border-radius: 10px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: rgba(255,255,255,0.8);
    transition: all 0.2s; line-height: 1; font-family: inherit;
    position: relative; z-index: 1;
}
.cnt_popup-close:hover { background: rgba(255,255,255,0.25); color: #fff; }

.cnt_phone-block {
    display: flex; align-items: center; gap: 14px;
    padding: 16px 18px;
    background: var(--bg-light); border-radius: 14px;
    transition: background 0.2s;
}
.cnt_phone-block:hover { background: rgba(0,190,162,0.06); }
.cnt_phone-block-icon {
    width: 44px; height: 44px; flex-shrink: 0;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
}
.cnt_phone-block-icon--green { background: rgba(0,190,162,0.12); }
.cnt_phone-block-icon--dark  { background: rgba(1,63,84,0.08); }
.cnt_phone-block-icon svg { width: 20px; height: 20px; }
.cnt_phone-block-icon--green svg { color: var(--accent); }
.cnt_phone-block-icon--dark  svg { color: var(--bg-dark); }
.cnt_phone-block-content { flex: 1; }
.cnt_phone-block-type {
    font-size: 12px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.8px; color: var(--text-secondary); margin-bottom: 4px;
}
.cnt_phone-block-num {
    font-size: 20px; font-weight: 800; color: var(--text-main);
}
.cnt_phone-block-num a {
    color: var(--text-main); text-decoration: none;
    transition: color 0.2s;
}
.cnt_phone-block-num a:hover { color: var(--accent); }

.cnt_popup-note {
    font-size: 13px; color: var(--text-secondary); line-height: 1.55;
    text-align: center; padding-top: 4px;
}

/* ────────────────────────────────────
   ФОРМА СНИЗУ
   ──────────────────────────────────── */
.cnt_form-section {
    background: var(--bg-light);
    padding: 72px 40px;
}
.cnt_form-inner {
    max-width: 1280px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.cnt_form-label {
    font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase;
    color: var(--accent); margin-bottom: 16px;
}
.cnt_form-title {
    font-size: clamp(26px, 3vw, 38px); font-weight: 800;
    color: var(--text-main); line-height: 1.25; letter-spacing: -1px; margin-bottom: 20px;
}
.cnt_form-title span { color: var(--accent); }
.cnt_form-desc {
    font-size: 15px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 28px;
}
.cnt_form-features { display: flex; flex-direction: column; gap: 14px; }
.cnt_form-feat {
    display: flex; align-items: center; gap: 12px;
}
.cnt_form-feat-icon {
    width: 36px; height: 36px; flex-shrink: 0;
    background: rgba(0,190,162,0.12); border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
}
.cnt_form-feat-icon svg { width: 18px; height: 18px; color: var(--accent); }
.cnt_form-feat-text { font-size: 14px; color: var(--text-secondary); }
.cnt_form-feat-text strong { color: var(--text-main); }

/* ────────────────────────────────────
   АДАПТИВ
   ──────────────────────────────────── */
@media (max-width: 1000px) {
    .cnt_main  { grid-template-columns: 1fr; padding: 0 40px 60px; }
    .cnt_card  { position: static; }
    .cnt_form-inner { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 700px) {
    .cnt_hero-inner { padding: 52px 24px 48px; }
    .cnt_main       { padding: 0 24px 60px; }
    .cnt_form-section { padding: 52px 24px; }
    .cnt_map-wrap iframe { height: 300px; flex: none; }
    .cnt_popup-body { padding: 24px; }
    .cnt_popup-top  { padding: 24px; }
}
/* End */
/* /local/css/kontur/contacts.css?177569523913308 */
