

/* Start:/local/templates/iservice/css/contacts-page-v1.css?178756343622282*/
.contacts-test-page {
    width: calc(100% - 60px);
    max-width: 1370px;
    margin: 0 auto;
    padding: 8px 0 90px;
    color: #171522;
}

.contacts-test-page *,
.contacts-test-page *::before,
.contacts-test-page *::after {
    box-sizing: border-box;
}

.contacts-test-page a {
    text-decoration: none;
}

.contacts-test-page svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contacts-test-page__hero {
    position: relative;
    min-height: 450px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    align-items: center;
    gap: 72px;
    overflow: hidden;
    padding: 58px 64px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 86% 12%, rgba(130, 103, 255, .23), transparent 31%),
        linear-gradient(125deg, #f7f6fb 0%, #f0edff 58%, #ded6ff 100%);
}

.contacts-test-page__hero::before {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -220px;
    width: 590px;
    height: 590px;
    border: 1px solid rgba(102, 72, 233, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(102, 72, 233, .045), 0 0 0 140px rgba(102, 72, 233, .025);
}

.contacts-test-page__hero-copy,
.contacts-test-page__hero-place {
    position: relative;
    z-index: 2;
}

.contacts-test-page__eyebrow,
.contacts-test-page__section-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #6545e8;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contacts-test-page__eyebrow::before,
.contacts-test-page__section-label::before {
    content: "";
    width: 24px;
    height: 3px;
    flex: 0 0 auto;
    border-radius: 10px;
    background: #6545e8;
}

.contacts-test-page__hero h1 {
    max-width: 680px;
    margin: 0 0 22px;
    color: #171522;
    font-size: clamp(48px, 5.4vw, 74px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.055em;
}

.contacts-test-page__hero-copy > p {
    max-width: 560px;
    margin: 0;
    color: #635d6c;
    font-size: 18px;
    line-height: 1.5;
}

.contacts-test-page__hero-actions,
.contacts-test-page__final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.contacts-test-page__button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.contacts-test-page__button:hover {
    transform: translateY(-1px);
}

.contacts-test-page__button--primary {
    color: #fff;
    border-color: #6949ed;
    background: linear-gradient(100deg, #7553fa 0%, #6041e6 100%);
}

.contacts-test-page__button--primary:hover {
    color: #fff;
    background: linear-gradient(100deg, #6948f0 0%, #5739da 100%);
}

.contacts-test-page__button--secondary {
    color: #25212d;
    border-color: rgba(50, 43, 62, .14);
    background: rgba(255, 255, 255, .88);
}

.contacts-test-page__button--secondary:hover {
    color: #6545e8;
    border-color: #6545e8;
    background: #fff !important;
}

.contacts-test-page__hero-place {
    min-height: 272px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(53, 37, 100, .12);
    background: rgba(255, 255, 255, .74);
    backdrop-filter: blur(16px);
}

.contacts-test-page__hero-pin {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 16px;
    color: #fff;
    background: #6848ea;
}

.contacts-test-page__hero-pin svg {
    width: 27px;
    height: 27px;
}

.contacts-test-page__hero-city {
    margin-bottom: 7px;
    color: #87818d;
    font-size: 13px;
}

.contacts-test-page__hero-place strong {
    color: #171522;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.contacts-test-page__hero-metro {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 19px;
    color: #595361;
    font-size: 13px;
}

.contacts-test-page__hero-metro i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e63d58;
    box-shadow: 0 0 0 4px rgba(230, 61, 88, .11);
}

.contacts-test-page__route {
    position: absolute;
    z-index: 1;
    border: 2px dashed rgba(103, 73, 234, .13);
    border-radius: 50%;
    pointer-events: none;
}

.contacts-test-page__route--one {
    right: 110px;
    bottom: -190px;
    width: 470px;
    height: 470px;
}

.contacts-test-page__route--two {
    top: -160px;
    right: -150px;
    width: 410px;
    height: 410px;
}

.contacts-test-page__anchors {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    margin: 18px 0;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.contacts-test-page__anchors::-webkit-scrollbar {
    display: none;
}

.contacts-test-page__anchors a {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 18px;
    border: 1px solid #e6e2ef;
    border-radius: 12px;
    color: #4b4652;
    background: #fff;
    font-size: 13px;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.contacts-test-page__anchors a:hover {
    color: #6545e8;
    border-color: #d4caff;
    background: #f6f3ff;
}

.contacts-test-page__contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 76px;
    scroll-margin-top: 24px;
}

.contacts-test-page__contact-card {
    width: 100%;
    min-height: 132px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 23px;
    border: 1px solid #ebe8f0;
    border-radius: 19px;
    color: #171522;
    background: #fff !important;
    font: inherit;
    text-align: left;
    appearance: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.contacts-test-page__contact-card--copy {
    cursor: pointer;
    outline: none;
}

.contacts-test-page__contact-card--copy:hover,
.contacts-test-page__contact-card--copy:focus,
.contacts-test-page__contact-card--copy:active {
    color: #171522;
    background: #fff !important;
}

.contacts-test-page__contact-card:hover {
    color: #171522;
    border-color: #d7ceff;
    box-shadow: 0 14px 34px rgba(41, 30, 76, .08);
    transform: translateY(-2px);
}

.contacts-test-page__contact-card--copy.is-copied {
    border-color: #7ed9a5;
    background: #f7fff9 !important;
    box-shadow: 0 14px 34px rgba(33, 146, 84, .1);
}

.contacts-test-page__contact-card--copy.is-copied .contacts-test-page__contact-icon {
    color: #168b4b;
    background: #e1f7ea;
}

.contacts-test-page__contact-card--copy.is-copied em {
    color: #168b4b;
}

.contacts-test-page__contact-icon,
.contacts-test-page__store-address-icon,
.contacts-test-page__schedule-icon,
.contacts-test-page__final-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    color: #6545e8;
    background: #ebe6ff;
}

.contacts-test-page__contact-card small,
.contacts-test-page__contact-card strong,
.contacts-test-page__contact-card em {
    display: block;
}

.contacts-test-page__contact-card small {
    margin-bottom: 5px;
    color: #9a95a0;
    font-size: 11px;
}

.contacts-test-page__contact-card strong {
    overflow: hidden;
    color: #201c28;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-overflow: ellipsis;
}

.contacts-test-page__contact-card em {
    margin-top: 7px;
    color: #88828f;
    font-size: 11px;
    font-style: normal;
}

.contacts-test-page__contact-arrow {
    width: 18px !important;
    height: 18px !important;
    color: #aaa4b3;
}

.contacts-test-page__store {
    display: grid;
    grid-template-columns: minmax(0, .83fr) minmax(460px, 1.17fr);
    gap: 46px;
    align-items: stretch;
    margin-bottom: 20px;
    padding: 42px;
    border-radius: 26px;
    background: #f5f5f7;
    scroll-margin-top: 24px;
}

.contacts-test-page__store-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 0;
}

.contacts-test-page__store h2,
.contacts-test-page__schedule h2,
.contacts-test-page__section-heading h2,
.contacts-test-page__details h2,
.contacts-test-page__final h2 {
    margin: 0;
    color: #171522;
    font-size: clamp(31px, 3.4vw, 45px);
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -.04em;
}

.contacts-test-page__store-copy > p {
    max-width: 510px;
    margin: 18px 0 0;
    color: #77717e;
    font-size: 14px;
    line-height: 1.58;
}

.contacts-test-page__store-address {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
}

.contacts-test-page__store-address small,
.contacts-test-page__store-address strong {
    display: block;
}

.contacts-test-page__store-address small {
    margin-bottom: 4px;
    color: #96919c;
    font-size: 11px;
}

.contacts-test-page__store-address strong {
    color: #28242e;
    font-size: 15px;
    font-weight: 500;
}

.contacts-test-page__text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    margin-top: 26px;
    color: #6545e8;
    font-size: 14px;
    font-weight: 500;
}

.contacts-test-page__text-link:hover {
    color: #4f34c9;
}

.contacts-test-page__text-link span {
    font-size: 19px;
    transition: transform .2s ease;
}

.contacts-test-page__text-link:hover span {
    transform: translateX(3px);
}

.contacts-test-page__map {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: 21px;
    background: #e9e7ef;
}

.contacts-test-page__map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.contacts-test-page__schedule {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 48px;
    margin-bottom: 76px;
    padding: 38px 42px;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(115deg, #17131f 0%, #2b2050 55%, #49319e 100%);
    scroll-margin-top: 24px;
}

.contacts-test-page__schedule-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 19px;
}

.contacts-test-page__schedule-icon {
    width: 64px;
    height: 64px;
    border-radius: 19px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
}

.contacts-test-page__schedule-icon svg {
    width: 29px;
    height: 29px;
}

.contacts-test-page__section-label--light {
    margin-bottom: 8px;
    color: #d9d0ff;
}

.contacts-test-page__section-label--light::before {
    background: #927aff;
}

.contacts-test-page__schedule h2 {
    color: #fff;
    font-size: clamp(29px, 2.8vw, 39px);
}

.contacts-test-page__hours {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.contacts-test-page__hours article {
    min-height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 15px;
    background: rgba(255, 255, 255, .07);
}

.contacts-test-page__hours span {
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
    line-height: 1.3;
}

.contacts-test-page__hours strong {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.02em;
}

.contacts-test-page__route-info,
.contacts-test-page__details,
.contacts-test-page__faq {
    margin-bottom: 76px;
    scroll-margin-top: 24px;
}

.contacts-test-page__section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
}

.contacts-test-page__section-heading .contacts-test-page__section-label {
    margin-bottom: 12px;
}

.contacts-test-page__section-heading > p {
    max-width: 430px;
    margin: 0;
    color: #7d7784;
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
}

.contacts-test-page__route-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.contacts-test-page__route-grid article {
    position: relative;
    min-height: 236px;
    padding: 27px;
    border: 1px solid #e8e6ed;
    border-radius: 19px;
    background: #fff;
}

.contacts-test-page__route-grid article > span {
    position: absolute;
    top: 24px;
    right: 25px;
    color: #aaa5b1;
    font-size: 12px;
    font-weight: 500;
}

.contacts-test-page__route-grid article > svg {
    width: 45px;
    height: 45px;
    margin-bottom: 54px;
    padding: 10px;
    border-radius: 13px;
    color: #6545e8;
    background: #ebe6ff;
}

.contacts-test-page__route-grid h3 {
    margin: 0 0 9px;
    color: #201c27;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.18;
}

.contacts-test-page__route-grid p {
    margin: 0;
    color: #817b87;
    font-size: 13px;
    line-height: 1.5;
}

.contacts-test-page__details {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 54px;
    padding: 42px;
    border-radius: 24px;
    background: #f5f5f7;
}

.contacts-test-page__details-copy > p {
    max-width: 360px;
    margin: 14px 0 0;
    color: #807a86;
    font-size: 13px;
    line-height: 1.5;
}

.contacts-test-page__details dl {
    margin: 0;
    border-top: 1px solid #dedbe3;
}

.contacts-test-page__details dl > div {
    min-height: 70px;
    display: grid;
    grid-template-columns: minmax(145px, .55fr) minmax(0, 1.45fr);
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #dedbe3;
}

.contacts-test-page__details dt {
    color: #96919c;
    font-size: 12px;
}

.contacts-test-page__details dd {
    margin: 0;
    color: #2a2630;
    font-size: 15px;
    font-weight: 500;
}

.contacts-test-page__details dd a {
    color: #6545e8;
}

.contacts-test-page__faq > h2 {
    margin: 0 0 24px;
    color: #171522;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -.025em;
}

.contacts-test-page__faq-list {
    border-top: 1px solid #e6e4eb;
}

.contacts-test-page__faq details {
    border-bottom: 1px solid #e6e4eb;
}

.contacts-test-page__faq summary {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    list-style: none;
    color: #201c27;
    font-size: 17px;
    font-weight: 500;
}

.contacts-test-page__faq summary::-webkit-details-marker {
    display: none;
}

.contacts-test-page__faq summary::after {
    content: "+";
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #6545e8;
    background: #eee9ff;
    font-size: 20px;
    font-weight: 400;
}

.contacts-test-page__faq details[open] summary::after {
    content: "−";
}

.contacts-test-page__faq details p {
    max-width: 900px;
    margin: -3px 55px 24px 0;
    color: #77717e;
    font-size: 14px;
    line-height: 1.6;
}

.contacts-test-page__faq details a {
    color: #6545e8;
}

.contacts-test-page__final {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 26px;
    padding: 38px 42px;
    border-radius: 24px;
    background: #f0edff;
}

.contacts-test-page__final-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    color: #6545e8;
    background: #dfd7ff;
}

.contacts-test-page__final-icon svg {
    width: 30px;
    height: 30px;
}

.contacts-test-page__final h2 {
    font-size: clamp(28px, 3vw, 40px);
}

.contacts-test-page__final p {
    margin: 9px 0 0;
    color: #77717e;
    font-size: 14px;
}

.contacts-test-page__final-actions {
    margin-top: 0;
}

@media (max-width: 1100px) {
    .contacts-test-page__hero {
        gap: 36px;
        padding-right: 44px;
        padding-left: 44px;
    }

    .contacts-test-page__contact-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .contacts-test-page__contact-card {
        min-height: 105px;
    }

    .contacts-test-page__store {
        grid-template-columns: 1fr 1fr;
    }

    .contacts-test-page__schedule {
        grid-template-columns: 1fr;
    }

    .contacts-test-page__final {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .contacts-test-page__final-actions {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .contacts-test-page {
        width: calc(100% - 30px);
        padding-bottom: 60px;
    }

    .contacts-test-page__hero {
        min-height: 690px;
        display: block;
        padding: 42px 32px;
    }

    .contacts-test-page__hero-copy {
        max-width: 620px;
    }

    .contacts-test-page__hero h1 {
        font-size: clamp(42px, 9vw, 60px);
    }

    .contacts-test-page__hero-place {
        position: absolute;
        right: 32px;
        bottom: 32px;
        left: 32px;
        min-height: 235px;
    }

    .contacts-test-page__store {
        grid-template-columns: 1fr;
    }

    .contacts-test-page__map {
        min-height: 380px;
    }

    .contacts-test-page__section-heading {
        display: block;
    }

    .contacts-test-page__section-heading > p {
        margin-top: 13px;
        text-align: left;
    }

    .contacts-test-page__route-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .contacts-test-page__route-grid article {
        min-height: 0;
    }

    .contacts-test-page__route-grid article > svg {
        margin-bottom: 34px;
    }

    .contacts-test-page__details {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 560px) {
    .contacts-test-page {
        width: calc(100% - 24px);
        padding-top: 2px;
        padding-bottom: 48px;
    }

    .contacts-test-page__hero {
        min-height: 660px;
        padding: 30px 22px;
        border-radius: 22px;
    }

    .contacts-test-page__eyebrow {
        max-width: 270px;
        font-size: 11px;
        line-height: 1.35;
    }

    .contacts-test-page__hero h1 {
        font-size: 43px;
        line-height: 1;
    }

    .contacts-test-page__hero-copy > p {
        font-size: 15px;
    }

    .contacts-test-page__hero-actions,
    .contacts-test-page__final-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .contacts-test-page__button {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
    }

    .contacts-test-page__hero-place {
        right: 20px;
        bottom: 20px;
        left: 20px;
        min-height: 222px;
        padding: 26px;
        border-radius: 19px;
    }

    .contacts-test-page__hero-pin {
        width: 48px;
        height: 48px;
        margin-bottom: 22px;
    }

    .contacts-test-page__hero-place strong {
        font-size: 31px;
    }

    .contacts-test-page__anchors {
        margin-top: 12px;
    }

    .contacts-test-page__contact-grid,
    .contacts-test-page__schedule,
    .contacts-test-page__route-info,
    .contacts-test-page__details,
    .contacts-test-page__faq {
        margin-bottom: 56px;
    }

    .contacts-test-page__contact-card {
        min-height: 96px;
        grid-template-columns: auto minmax(0, 1fr);
        padding: 18px;
    }

    .contacts-test-page__contact-arrow {
        display: none !important;
    }

    .contacts-test-page__contact-icon {
        width: 44px;
        height: 44px;
    }

    .contacts-test-page__contact-card strong {
        font-size: 15px;
    }

    .contacts-test-page__store {
        gap: 28px;
        margin-bottom: 14px;
        padding: 28px 20px 20px;
        border-radius: 21px;
    }

    .contacts-test-page__store h2,
    .contacts-test-page__schedule h2,
    .contacts-test-page__section-heading h2,
    .contacts-test-page__details h2,
    .contacts-test-page__final h2 {
        font-size: 31px;
    }

    .contacts-test-page__store-address {
        align-items: flex-start;
    }

    .contacts-test-page__store-address strong {
        font-size: 14px;
    }

    .contacts-test-page__map {
        min-height: 330px;
        border-radius: 17px;
    }

    .contacts-test-page__schedule {
        gap: 28px;
        padding: 28px 22px;
        border-radius: 21px;
    }

    .contacts-test-page__schedule-heading {
        grid-template-columns: 1fr;
    }

    .contacts-test-page__schedule-icon {
        width: 58px;
        height: 58px;
    }

    .contacts-test-page__hours {
        grid-template-columns: 1fr;
    }

    .contacts-test-page__hours article {
        min-height: 82px;
    }

    .contacts-test-page__route-grid article {
        padding: 22px;
    }

    .contacts-test-page__details {
        padding: 28px 20px;
        border-radius: 21px;
    }

    .contacts-test-page__details dl > div {
        min-height: 76px;
        display: block;
        padding: 17px 0;
    }

    .contacts-test-page__details dt {
        margin-bottom: 7px;
    }

    .contacts-test-page__details dd {
        overflow-wrap: anywhere;
        font-size: 14px;
    }

    .contacts-test-page__faq > h2 {
        font-size: 26px;
    }

    .contacts-test-page__faq summary {
        min-height: 68px;
        font-size: 15px;
    }

    .contacts-test-page__faq details p {
        margin-right: 40px;
        font-size: 13px;
    }

    .contacts-test-page__final {
        grid-template-columns: 1fr;
        padding: 28px 22px;
        border-radius: 21px;
    }

    .contacts-test-page__final-icon {
        width: 58px;
        height: 58px;
    }

    .contacts-test-page__final-actions {
        grid-column: auto;
    }
}

/* End */
/* /local/templates/iservice/css/contacts-page-v1.css?178756343622282 */
