

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

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

.about-page a {
    text-decoration: none;
}

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

.about-page__hero {
    position: relative;
    min-height: 470px;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
    align-items: center;
    overflow: hidden;
    padding: 56px 60px;
    border-radius: 28px;
    background: linear-gradient(125deg, #f5f2ff 0%, #ece6ff 58%, #ddd2ff 100%);
}

.about-page__hero-copy {
    position: relative;
    z-index: 3;
    max-width: 670px;
}

.about-page__hero-logo {
    display: block;
    width: 150px;
    height: auto;
    margin-bottom: 30px;
}

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

.about-page__eyebrow::before,
.about-page__section-kicker::before {
    content: "";
    width: 24px;
    height: 3px;
    border-radius: 10px;
    background: #6545e8;
}

.about-page__hero h1 {
    max-width: 680px;
    margin: 0 0 22px;
    color: #171522;
    font-size: clamp(42px, 4.4vw, 62px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.about-page__lead {
    max-width: 590px;
    margin: 0;
    color: #635d6c;
    font-size: 18px;
    line-height: 1.48;
}

.about-page__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.about-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;
}

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

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

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

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

.about-page__button--secondary:hover {
    color: #6545e8;
    border-color: #6545e8;
    background: #fff;
}

.about-page__hero-media {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 51%;
}

.about-page__hero-media img {
    position: absolute;
    z-index: 2;
    right: -25px;
    bottom: -62px;
    display: block;
    width: min(660px, 103%);
    max-width: none;
    height: 525px;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(0 28px 34px rgba(56, 36, 96, .2));
}

.about-page__hero-orb {
    position: absolute;
    z-index: 1;
    display: block;
    border-radius: 50%;
    background: rgba(104, 70, 235, .12);
}

.about-page__hero-orb--one {
    width: 420px;
    height: 420px;
    top: -160px;
    right: -70px;
}

.about-page__hero-orb--two {
    width: 230px;
    height: 230px;
    bottom: -100px;
    left: 40px;
    background: rgba(255, 255, 255, .34);
}

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

.about-page__anchors::-webkit-scrollbar {
    display: none;
}

.about-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;
}

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

.about-page__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 76px;
}

.about-page__benefit {
    min-height: 116px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    border-radius: 18px;
    background: #f5f5f7;
}

.about-page__icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 13px;
    color: #6545e8;
    background: #e8e2ff;
}

.about-page__benefit h2,
.about-page__step h3 {
    margin: 0 0 6px;
    color: #171522;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

.about-page__benefit p,
.about-page__step p {
    margin: 0;
    color: #827d89;
    font-size: 13px;
    line-height: 1.45;
}

.about-page__story,
.about-page__section,
.about-page__catalog,
.about-page__store,
.about-page__trust,
.about-page__faq {
    scroll-margin-top: 24px;
}

.about-page__story {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(400px, .96fr);
    gap: 28px;
    margin-bottom: 76px;
}

.about-page__story-copy,
.about-page__story-cards {
    min-height: 440px;
    padding: 42px;
    border-radius: 24px;
}

.about-page__story-copy {
    color: #fff;
    background: linear-gradient(125deg, #17131f 0%, #2f225a 56%, #6545e8 100%);
}

.about-page__story-copy .about-page__section-kicker {
    color: #cabbff;
}

.about-page__story-copy .about-page__section-kicker::before {
    background: #ad98ff;
}

.about-page__story h2,
.about-page__section-heading h2,
.about-page__store h2,
.about-page__trust h2,
.about-page__contact h2 {
    margin: 0;
    color: #171522;
    font-size: clamp(30px, 3.2vw, 42px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.about-page__story-copy h2 {
    max-width: 570px;
    color: #fff;
}

.about-page__story-copy p {
    max-width: 660px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.62;
}

.about-page__story-cards {
    display: grid;
    gap: 12px;
    background: #f5f5f7;
}

.about-page__story-cards article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 24px;
    border-radius: 17px;
    background: #fff;
}

.about-page__story-cards strong {
    margin-bottom: 7px;
    color: #221e28;
    font-size: 21px;
    font-weight: 500;
}

.about-page__story-cards span {
    color: #817b87;
    font-size: 13px;
    line-height: 1.45;
}

.about-page__section,
.about-page__catalog {
    margin-bottom: 76px;
}

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

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

.about-page__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.about-page__step {
    min-height: 220px;
    padding: 26px;
    border: 1px solid #e8e6ed;
    border-radius: 19px;
    background: #fff;
}

.about-page__step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
    color: #aaa5b1;
}

.about-page__step-top span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: #6949ee;
    font-size: 14px;
    font-weight: 500;
}

.about-page__catalog {
    padding: 42px;
    border-radius: 25px;
    background: #f5f5f7;
}

.about-page__catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.about-page__catalog-grid a {
    position: relative;
    min-height: 138px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 52px 24px 24px;
    border: 1px solid transparent;
    border-radius: 17px;
    color: #221e28;
    background: #fff;
    transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.about-page__catalog-grid a:hover {
    color: #6545e8;
    border-color: #d7ceff;
    transform: translateY(-2px);
}

.about-page__catalog-grid span,
.about-page__catalog-grid small {
    display: block;
}

.about-page__catalog-grid span {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
}

.about-page__catalog-grid small {
    color: #817b87;
    font-size: 12px;
    line-height: 1.45;
}

.about-page__catalog-grid b {
    position: absolute;
    top: 50%;
    right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #6545e8;
    background: #eee9ff;
    font-size: 18px;
    font-weight: 400;
    transform: translateY(-50%);
}

.about-page__store {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 26px;
    margin-bottom: 18px;
    padding: 38px 42px;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(115deg, #17131f 0%, #30215d 55%, #6745eb 100%);
}

.about-page__store-icon,
.about-page__contact-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 20px;
    color: #fff;
    background: rgba(255, 255, 255, .13);
}

.about-page__store-icon svg,
.about-page__contact-icon svg {
    width: 30px;
    height: 30px;
}

.about-page__store-label {
    margin-bottom: 8px;
    color: #cbbdff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.about-page__store h2 {
    color: #fff;
}

.about-page__store p {
    max-width: 570px;
    margin: 9px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.5;
}

.about-page__store-hours {
    display: grid;
    gap: 8px;
    min-width: 160px;
}

.about-page__store-hours span {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
}

.about-page__store-hours b {
    color: #fff;
    font-weight: 500;
}

.about-page__button--light {
    color: #36285e;
    border-color: #fff;
    background: #fff;
    white-space: nowrap;
}

.about-page__button--light:hover {
    color: #6040e6;
    background: #f5f2ff;
}

.about-page__trust {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    align-items: center;
    gap: 38px;
    margin-bottom: 76px;
    padding: 40px 42px;
    border-radius: 24px;
    background: #f5f5f7;
}

.about-page__trust p {
    max-width: 720px;
    margin: 14px 0 0;
    color: #77717e;
    font-size: 14px;
    line-height: 1.6;
}

.about-page__trust-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.about-page__trust-tags span {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid #e1dee8;
    border-radius: 13px;
    color: #332e39;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
}

.about-page__faq {
    margin-bottom: 76px;
}

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

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

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

.about-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;
}

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

.about-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;
}

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

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

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

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

.about-page__contact-icon {
    color: #6545e8;
    background: #dfd7ff;
}

.about-page__contact p {
    margin: 10px 0 0;
    color: #77717e;
    font-size: 14px;
}

.about-page__contact-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1160px) {
    .about-page__hero {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
        padding: 48px 42px;
    }

    .about-page__hero-media img {
        right: -55px;
        width: 610px;
    }

    .about-page__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-page__store {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .about-page__store .about-page__button {
        grid-column: 1 / -1;
    }
}

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

    .about-page__hero {
        min-height: 720px;
        display: block;
        padding: 40px 32px;
    }

    .about-page__hero-copy {
        max-width: 100%;
    }

    .about-page__hero h1 {
        max-width: 620px;
        font-size: clamp(38px, 8vw, 54px);
    }

    .about-page__hero-media {
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 340px;
    }

    .about-page__hero-media img {
        right: 50%;
        bottom: -50px;
        width: min(620px, 94vw);
        height: 410px;
        transform: translateX(50%);
        object-position: center bottom;
    }

    .about-page__benefits,
    .about-page__story,
    .about-page__trust {
        grid-template-columns: 1fr;
    }

    .about-page__story-copy,
    .about-page__story-cards {
        min-height: 0;
    }

    .about-page__section-heading {
        display: block;
    }

    .about-page__section-heading p {
        margin-top: 12px;
        text-align: left;
    }

    .about-page__catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-page__trust-tags {
        justify-content: flex-start;
    }
}

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

    .about-page__hero {
        min-height: 685px;
        padding: 30px 22px;
        border-radius: 22px;
    }

    .about-page__hero-logo {
        width: 132px;
        margin-bottom: 24px;
    }

    .about-page__hero h1 {
        font-size: 37px;
        line-height: 1.05;
    }

    .about-page__lead {
        font-size: 15px;
    }

    .about-page__hero-actions,
    .about-page__contact-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

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

    .about-page__hero-media {
        height: 285px;
    }

    .about-page__hero-media img {
        bottom: -38px;
        width: 410px;
        height: 315px;
    }

    .about-page__benefits {
        gap: 12px;
        margin-bottom: 54px;
    }

    .about-page__benefit {
        min-height: 100px;
        padding: 20px;
    }

    .about-page__story,
    .about-page__section,
    .about-page__catalog,
    .about-page__trust,
    .about-page__faq {
        margin-bottom: 56px;
    }

    .about-page__story-copy,
    .about-page__story-cards,
    .about-page__catalog,
    .about-page__trust {
        padding: 26px 22px;
        border-radius: 21px;
    }

    .about-page__story h2,
    .about-page__section-heading h2,
    .about-page__store h2,
    .about-page__trust h2,
    .about-page__contact h2 {
        font-size: 31px;
    }

    .about-page__steps,
    .about-page__catalog-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .about-page__step {
        min-height: 0;
        padding: 22px;
    }

    .about-page__step-top {
        margin-bottom: 30px;
    }

    .about-page__catalog-grid a {
        min-height: 120px;
    }

    .about-page__store,
    .about-page__contact {
        grid-template-columns: 1fr;
        padding: 28px 22px;
        border-radius: 21px;
    }

    .about-page__store-icon,
    .about-page__contact-icon {
        width: 58px;
        height: 58px;
    }

    .about-page__store-hours {
        width: 100%;
    }

    .about-page__store .about-page__button,
    .about-page__contact-actions {
        grid-column: auto;
    }

    .about-page__trust-tags span {
        width: 100%;
    }

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

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

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

/* End */
/* /local/templates/iservice/css/about-company-page-v1.css?178747976117817 */
