:root {
    --bg: #f4f8fd;
    --bg-2: #eef5fc;
    --card: #ffffff;
    --card-soft: rgba(255, 255, 255, .72);
    --text: #133b67;
    --muted: #6f86a4;
    --line: #dce8f5;
    --blue: #2f7cf6;
    --blue-2: #55a7ff;
    --cyan: #6fd6df;
    --orange: #ffb31f;
    --orange-2: #ff9108;
    --green: #2fb468;
    --green-soft: #edf9f1;
    --shadow: 0 24px 60px rgba(27, 77, 145, .10);
    --shadow-soft: 0 14px 32px rgba(27, 77, 145, .07);
    --radius-xxl: 34px;
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
}

.wrp-result-block {
    display:none;
}
.tie-pro-page {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 0%, rgba(102, 179, 255, .18), transparent 26%),
        radial-gradient(circle at 95% 8%, rgba(111, 214, 223, .18), transparent 24%),
        linear-gradient(180deg, #f7fbff 0%, #f2f7fc 48%, #eef4fa 100%);
    color: var(--text);
    padding: 45px 0 80px;
}

.tie-pro-page * {
    box-sizing: border-box;
}

.tie-pro-container {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.tie-pro-hero {
    position: relative;
    margin-bottom: 28px;
}

.tie-pro-hero::before {
    content: "";
    position: absolute;
    left: -180px;
    top: -40px;
    width: 760px;
    height: 360px;
    border-radius: 0 0 300px 0;
    background: linear-gradient(180deg, rgba(62, 137, 255, .10), rgba(62, 137, 255, .02));
    pointer-events: none;
    z-index: 0;
}

.tie-pro-hero-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 28px;
    align-items: start;
    position: relative;
    z-index: 2;
}

.tie-pro-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(47, 124, 246, .08);
    color: var(--blue);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .02em;
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
    text-transform:uppercase;
}

.tie-pro-badge-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--blue), var(--blue-2));
    box-shadow: 0 0 0 6px rgba(47, 124, 246, .08);
}

.tie-pro-title {
    margin: 0 0 18px;
    font-size: clamp(42px, 5vw, 74px);
    line-height: .96;
    letter-spacing: -.045em;
    font-weight: 900;
    max-width: 720px;
}

.tie-pro-subtitle {
    max-width: 560px;
    margin: 30px 0px 30px 0px;
    font-size: 18px;
    line-height: 1.62;
    color: #56708f;
}

.tie-pro-note {
    max-width: 500px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border: 1px solid rgba(220, 232, 245, .9);
    border-radius: 20px;
    background: rgba(255, 255, 255, .58);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(10px);
}

.wrp-block-info-3 {
    display:none;
}

.wrp-map {
    margin-top:50px;
    width:100%;
    height:100%;
}

.tie-pro-note-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(47, 124, 246, .08);
    color: var(--blue);
    font-size: 22px;
    flex: 0 0 auto;
}

.tie-pro-note-text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.tie-pro-card {
    background: var(--card);
    border: 1px solid rgba(220, 232, 245, .95);
    border-radius: var(--radius-xxl);
    box-shadow: var(--shadow);
}

.tie-pro-glass {
    background: var(--card-soft);
    backdrop-filter: blur(14px);
}

.tie-pro-form-card {
    padding: 26px;
}

.tie-pro-queue-box {
    display:none;
    position: relative;
    padding: 16px 18px;
    border-radius: 18px;
    margin-bottom: 16px;
    background: linear-gradient(180deg, rgba(239, 248, 255, .95), rgba(246, 250, 255, .95));
    border: 1px solid #dbe9f8;
    overflow: hidden;
}

.tie-pro-queue-box::after {
    content: "";
    position: absolute;
    inset: auto -20% -35px -20%;
    height: 80px;
    background: radial-gradient(circle, rgba(47, 124, 246, .12), transparent 60%);
    pointer-events: none;
}

.tie-pro-queue-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.tie-pro-queue-label {
    font-size: 14px;
    color: #6380a1;
    font-weight: 700;
}

.tie-pro-queue-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(47, 124, 246, .10);
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.tie-pro-spinner {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--blue);
    animation: tiePulse 1.3s infinite ease-in-out;
}

@keyframes tiePulse {

    0%,
    100% {
        transform: scale(.85);
        opacity: .55
    }

    50% {
        transform: scale(1.15);
        opacity: 1
    }
}

.tie-pro-queue-count {
    display: flex;
    align-items: end;
    gap: 10px;
    margin-bottom: 12px;
}

.tie-pro-queue-count strong {
    font-size: 38px;
    line-height: 1;
    letter-spacing: -.04em;
    font-weight: 900;
}

.tie-pro-queue-count span {
    font-size: 15px;
    color: #7088a5;
    margin-bottom: 4px;
}

.tie-pro-progress {
    width: 100%;
    height: 10px;
    background: #e5eef8;
    border-radius: 999px;
    overflow: hidden;
}

.tie-pro-progress>i {
    display: block;
    height: 100%;
    width: 64%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--blue) 0%, var(--cyan) 100%);
    box-shadow: 0 2px 12px rgba(47, 124, 246, .25);
    animation: tieLoad 3.8s infinite alternate ease-in-out;
}

@keyframes tieLoad {
    0% {
        width: 18%
    }

    35% {
        width: 52%
    }

    70% {
        width: 78%
    }

    100% {
        width: 36%
    }
}

.tie-pro-form-grid {
    display: grid;
    gap: 15px;
}

.tie-pro-field label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--text);
}

.tie-pro-field-icon {
    width: 18px;
    text-align: center;
    color: var(--blue);
    font-size: 15px;
    flex: 0 0 auto;
}

.tie-pro-select,
.tie-pro-input {
    width: 100%;
    height: 58px;
    border-radius: 16px;
    border: 1px solid #cfdded;
    background: #fff;
    padding: 0 16px;
    font-size: 17px;
    color: var(--text);
    outline: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.tie-pro-select-cust {
    width: 100%;
    height: 58px;
    border-radius: 16px;
    border: 1px solid #cfdded;
    padding: 0 16px;
    font-size: 17px;
    color: var(--text);
    
}

.tie-pro-input::placeholder {
    color: #9aaac0;
}

.tie-pro-help {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: var(--blue);
    text-decoration: none;
    font-weight: 700;
}

.tie-pro-btn {
    width: 100%;
    height: 60px;
    border: 0;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 900;
    transition: transform .18s ease, box-shadow .18s ease;
}

.tie-pro-btn:hover {
    transform: translateY(-1px);
}

.tie-pro-btn-primary {
    color: #fff;
    background: linear-gradient(180deg, #3f8cff 0%, #2a73ec 100%);
    box-shadow: 0 14px 28px rgba(47, 124, 246, .24);
}

.tie-pro-btn-orange {
    color: #fff;
    background: linear-gradient(90deg, #ffbc20 0%, #ff9108 100%);
    box-shadow: 0 14px 28px rgba(255, 145, 8, .20);
}

.tie-pro-btn-light {
    color: #6e85a4;
    background: #fff;
    border: 1px solid #d9e4f0;
}

.tie-pro-safe {
    margin-top: 12px;
    text-align: center;
    color: #8b9cb2;
    font-size: 14px;
}

.tie-pro-section-title {
    text-align: center;
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -.03em;
    font-weight: 900;
    margin: 28px 0 24px;
}

.tie-pro-result-card {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    overflow: hidden;
    margin-bottom: 28px;
}

.tie-pro-result-left,
.tie-pro-result-right {
    padding: 28px;
}

.tie-pro-result-right {
    border-left: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(249, 252, 255, .94) 100%);
}

.tie-pro-result-head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 20px;
}

.tie-pro-check {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 28px;
    flex: 0 0 auto;
    background: linear-gradient(180deg, #47c477 0%, #2ca95f 100%);
    box-shadow: 0 10px 20px rgba(47, 180, 104, .24);
}

.tie-pro-check-error {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 28px;
    flex: 0 0 auto;
    background: linear-gradient(180deg, #ff6a0096 0%, #ff8100cf 100%);
    box-shadow: 0 10px 20px rgba(47, 180, 104, .24);
}
.tie-pro-result-head h3 {
    margin: 0;
    color: #25a555;
    font-size: 30px;
    line-height: 1.04;
    letter-spacing: -.03em;
    font-weight: 900;
    text-transform:uppercase;
}

.tie-pro-result-head p {
    margin: 6px 0 0;
    color: #6f84a0;
    font-size: 17px;
}

.tie-pro-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    margin: 20px 0;
}

.tie-pro-stat {
    padding: 24px 10px;
    text-align: center;
}

.tie-pro-stat+.tie-pro-stat {
    border-left: 1px solid var(--line);
}

.tie-pro-stat .label {
    display: block;
    margin-bottom: 10px;
    color: #7b8da6;
    font-size: 15px;
}

.tie-pro-stat .value {
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.05em;
}

.tie-pro-status {
    padding: 18px;
    border-radius: 16px;
    border: 1px solid #d8efdf;
    background: var(--green-soft);
    color: #345f46;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 14px;
}

.tie-pro-status-err {
    padding: 18px;
    border-radius: 16px;
    border: 1px solid #ff76001c;
    background: #ff98001c;
    color: #345f46;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 14px;
}

.tie-pro-status.tie-pro-status-info {
    background: #f7fbff;
    border-color: #dbe8f7;
    color: #4d6786;
}

.tie-pro-office-title {
    color: #7d90a8;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 800;
}

.tie-pro-office-name {
    font-size: 19px;
    line-height: 1.35;
    font-weight: 900;
    margin-bottom: 18px;
}

.tie-pro-office-list {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
}

.tie-pro-office-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #556b87;
    font-size: 16px;
    line-height: 1.45;
}

.tie-pro-office-icon {
    width: 18px;
    text-align: center;
    color: var(--blue);
    flex: 0 0 auto;
    margin-top: 2px;
}

.tie-pro-actions {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.tie-pro-how {
    margin: 0 0 28px;
}

.tie-pro-how-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.tie-pro-how-card {
    padding: 28px;
    min-height: 190px;
}

.tie-pro-step {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, var(--blue) 0%, var(--blue-2) 100%);
    color: #fff;
    font-weight: 900;
    margin-bottom: 16px;
    box-shadow: 0 10px 20px rgba(47, 124, 246, .20);
}

.tie-pro-how-card h4 {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 900;
}

.tie-pro-how-card p {
    margin: 0;
    color: #5d7390;
    font-size: 16px;
    line-height: 1.58;
}

.tie-pro-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 24px;
}

.tie-pro-info-card {
    padding: 24px;
}

.block-3-img {
    padding:14px;
    overflow:hidden;
}

.tie-pro-info-head {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.tie-pro-thumb {
    width: 108px;
    height: 108px;
    border-radius: 16px;
    background: linear-gradient(180deg, #fbfdff 0%, #eef5fd 100%);
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    color: #9badc2;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    flex: 0 0 auto;
}


.tie-pro-thumb.round {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    font-size: 28px;
    background: linear-gradient(180deg, #fff4dc 0%, #ffeec9 100%);
    color: #d98a00;
}

.tie-pro-info-card h4 {
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.25;
}

.tie-pro-info-card p {
    margin: 0;
    color: #5b718e;
    font-size: 16px;
    line-height: 1.58;
}

.tie-pro-link {
    display: inline-block;
    margin-top: 12px;
    text-decoration: none;
    color: var(--blue);
    font-weight: 800;
}

.tie-pro-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 18px;
}

.tie-pro-contact-card {
    padding: 24px;
    min-height: 138px;
}

.tie-pro-contact-card h5 {
    margin: 0 0 14px;
    font-size: 18px;
    color: var(--blue);
    font-weight: 900;
}

.tie-pro-contact-card p {
    margin: 0;
    color: #5b718e;
    font-size: 16px;
    line-height: 1.58;
}

.tie-pro-map {
    overflow: hidden;
    padding: 0;
}

.wrp-map-inner {
    width:100%;
    height:auto;
    margin-top: 31px;
}

.wrp-map-outer {
    display:none;
}
.tie-pro-map-box {
    height: 450px;
    display: grid;
    padding-top:15px;
    place-items: center;
    color: #52708f;
    font-size: 20px;
    font-weight: 800;
    background:
        linear-gradient(180deg, rgba(239, 244, 251, .96), rgba(232, 239, 248, .96)),
        linear-gradient(135deg, #dce7f6 25%, transparent 25%) -12px 0/24px 24px,
        linear-gradient(225deg, #dce7f6 25%, transparent 25%) -12px 0/24px 24px,
        linear-gradient(315deg, #dce7f6 25%, transparent 25%) 0 0/24px 24px,
        linear-gradient(45deg, #dce7f6 25%, transparent 25%) 0 0/24px 24px;
}

@media (max-width:1024px) {

    .tie-pro-hero-grid,
    .tie-pro-result-card,
    .tie-pro-how-grid,
    .tie-pro-bottom-grid,
    .tie-pro-contact-grid {
        grid-template-columns: 1fr;
    }

    .tie-pro-result-right {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .tie-pro-title,
    .tie-pro-subtitle,
    .tie-pro-note {
        max-width: 100%;
    }

    .block-3-img img {
        width:339px;
        height:auto;
    }
}

@media (max-width:640px) {
    .tie-pro-container {
        width: min(100% - 20px, 1200px);
    }

    .tie-pro-page {
        padding-top: 18px;
        padding-bottom: 52px;
    }

    .tie-pro-form-card,
    .tie-pro-result-left,
    .tie-pro-result-right,
    .tie-pro-how-card,
    .tie-pro-info-card,
    .tie-pro-contact-card {
        padding: 20px;
    }

    .block-3-img {
        padding: 14px 12px 14px 0px;
    }

    .tie-pro-title {
        font-size: 42px;
    }

    .tie-pro-stat .value,
    .tie-pro-queue-count strong {
        font-size: 36px;
    }

    .tie-pro-map-box {
        height: 400px;
    }
}
