

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.credit-page__hero-media img {
    position: absolute;
    z-index: 2;
    right: -20px;
    bottom: -70px;
    display: block;
    width: min(680px, 102%);
    max-width: none;
    height: 535px;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(0 28px 34px rgba(56, 36, 96, .22));
}

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

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

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

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

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

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

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

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

.credit-page__section {
    margin-bottom: 76px;
}

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

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

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

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

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

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

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

.credit-page__info-grid {
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
    gap: 18px;
    margin-bottom: 76px;
}

.credit-page__panel {
    padding: 34px;
    border-radius: 23px;
    background: #f5f5f7;
}

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

.credit-page__conditions {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.credit-page__conditions li {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 16px;
    border-radius: 14px;
    background: #fff;
}

.credit-page__check {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #6344e8;
    background: #ece7ff;
    font-size: 15px;
    font-weight: 500;
}

.credit-page__conditions strong,
.credit-page__conditions small {
    display: block;
}

.credit-page__conditions strong {
    margin-bottom: 4px;
    color: #24202b;
    font-size: 15px;
    font-weight: 500;
}

.credit-page__conditions small {
    color: #837e89;
    font-size: 12px;
    line-height: 1.4;
}

.credit-page__banks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.credit-page__banks span {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 15px;
    color: #28232e;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.credit-page__panel-note {
    margin: 18px 0 0;
    color: #837e89;
    font-size: 12px;
    line-height: 1.5;
}

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

.credit-page__insurance-icon,
.credit-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);
}

.credit-page__insurance-icon svg,
.credit-page__contact-icon svg {
    width: 30px;
    height: 30px;
}

.credit-page__insurance h2 {
    color: #fff;
}

.credit-page__insurance p {
    max-width: 720px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.55;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.credit-page__legal {
    margin: 24px 0 0;
    color: #9a95a0;
    font-size: 12px;
    line-height: 1.55;
}

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

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

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

    .credit-page__insurance,
    .credit-page__contact {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .credit-page__insurance .credit-page__button,
    .credit-page__contact-actions {
        grid-column: 1 / -1;
    }
}

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

    .credit-page__hero {
        min-height: 700px;
        display: block;
        padding: 40px 32px;
    }

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

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

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

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

    .credit-page__benefits,
    .credit-page__info-grid {
        grid-template-columns: 1fr;
    }

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

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

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

    .credit-page__hero {
        min-height: 650px;
        padding: 30px 22px;
        border-radius: 22px;
    }

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

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

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

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

    .credit-page__hero-media {
        height: 275px;
    }

    .credit-page__hero-media img {
        bottom: -48px;
        width: 390px;
        height: 310px;
    }

    .credit-page__benefits {
        gap: 12px;
        margin: 14px 0 54px;
    }

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

    .credit-page__section,
    .credit-page__info-grid,
    .credit-page__insurance,
    .credit-page__faq {
        margin-bottom: 56px;
    }

    .credit-page__section-heading h2,
    .credit-page__insurance h2,
    .credit-page__contact h2 {
        font-size: 31px;
    }

    .credit-page__steps {
        grid-template-columns: 1fr;
        gap: 12px;
    }

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

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

    .credit-page__panel {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .credit-page__panel > h2,
    .credit-page__faq > h2 {
        font-size: 26px;
    }

    .credit-page__conditions li {
        align-items: flex-start;
    }

    .credit-page__banks {
        grid-template-columns: 1fr;
    }

    .credit-page__banks span {
        min-height: 76px;
    }

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

    .credit-page__insurance-icon,
    .credit-page__contact-icon {
        width: 58px;
        height: 58px;
    }

    .credit-page__insurance .credit-page__button,
    .credit-page__contact-actions {
        grid-column: auto;
    }

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

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

/* End */
/* /local/templates/iservice/css/credit-insurance-page-v1.css?178734912314233 */
