

/* Start:/local/templates/nikovit.ru_air/components/bitrix/news/services/style.css?178452184138717*/
.services-page {
    --services-text: #201c38;
    --services-muted: #6c6a86;
    --services-violet: #6708c7;
    --services-pink: #d84265;
    --services-gradient: linear-gradient(135deg, #6708c7 0%, #d84265 100%);
    color: var(--services-text);
}

.services-page .services-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 80px;
    padding: clamp(36px, 5vw, 64px);
    background: radial-gradient(circle at 88% 88%, rgba(216, 66, 101, .16), rgba(103, 8, 199, .09) 28%, transparent 56%), linear-gradient(135deg, rgba(103, 8, 199, .04), rgba(255, 255, 255, .96) 42%), #fbf9ff;
    border: 1px solid rgba(226, 226, 238, .9);
    border-radius: 18px;
    box-shadow: 0 20px 54px rgba(32, 28, 56, .08);
}

.services-page .title-service { max-width: 940px; margin: 0 auto; text-align: center; }
.services-page .title-service h1 { margin: 0; color: var(--services-text); font-size: clamp(34px, 4.7vw, 54px); font-weight: 600; line-height: 1.16; letter-spacing: -.02em; }
.services-page .title-service h1::after { content: ""; display: block; width: 96px; height: 4px; margin: 24px auto 0; background: var(--services-gradient); border-radius: 4px; }
.services-page .services-about-wrap { display: grid; grid-template-columns: minmax(180px, 34%) minmax(0, 1fr); gap: clamp(30px, 5vw, 68px); align-items: center; margin-top: 42px; }
.services-page .services-about-img img { display: block; width: 100%; max-height: 360px; object-fit: contain; filter: drop-shadow(0 24px 32px rgba(32, 28, 56, .14)); }
.services-page .services-about-txt { color: var(--services-muted); font-size: 17px; line-height: 1.65; }
.services-page .services-about-txt b { color: var(--services-text); font-weight: 700; }

.services-page .services-section { margin-top: 80px; }

.services-page .services-solutions { overflow: hidden; padding: 68px 0 18px; linear-gradient(180deg, #fff 0%, #fdfcff 100%); }
.services-page .services-solutions__intro { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(300px, .85fr) 260px; gap: 38px; align-items: center; margin-bottom: 44px; }
.services-page .services-solutions__heading { min-width: 0; }
.services-page .services-solutions__eyebrow { margin-bottom: 22px; color: #56678e; font-size: 13px; font-weight: 500; letter-spacing: .01em; text-transform: uppercase; }
.services-page .services-solutions__eyebrow::before { content: '/'; margin-right: 6px; color: #6816ff; font-weight: 800; }
.services-page .services-solutions__heading h2 { margin: 0; color: #10182d; font-size: clamp(38px, 4vw, 58px); font-weight: 700; line-height: 1.08; letter-spacing: -.035em; }
.services-page .services-solutions__heading h2 span { color: #781dff; background: linear-gradient(100deg, #6523ff, #e74891); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.services-page .services-solutions__heading p { margin: 24px 0 0; color: #3f506f; font-size: 16px; line-height: 1.65; }
.services-page .services-solutions__consult { padding-left: 38px; border-left: 1px solid #e8e4f5; }
.services-page .services-solutions__consult > p { margin: 0 0 24px; color: #344565; font-size: 16px; line-height: 1.55; }
.services-page .services-solutions__consult-button { display: flex; width: 100%; min-height: 82px; align-items: center; gap: 14px; padding: 15px 17px; color: #5e14ee; text-align: left; background: rgba(255,255,255,.8); border: 1px solid #dcd4f4; border-radius: 13px; cursor: pointer; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.services-page .services-solutions__consult-button:hover { border-color: #8c51ff; box-shadow: 0 13px 30px rgba(85, 35, 190, .11); transform: translateY(-2px); }
.services-page .services-solutions__consult-icon { flex: 0 0 34px; width: 34px; }
.services-page .services-solutions__consult-icon svg { display: block; width: 100%; }
.services-page .services-solutions__consult-button strong, .services-page .services-solutions__consult-button small { display: block; }
.services-page .services-solutions__consult-button strong { font-size: 15px; }
.services-page .services-solutions__consult-button small { margin-top: 6px; color: #53617d; font-size: 12px; }
.services-page .services-solutions__consult-button small b { margin-left: 5px; color: #78819b; font-size: 17px; font-weight: 400; }
.services-page .services-solutions__visual { position: relative; height: 190px; }
.services-page .services-solutions__visual::before { content: ''; position: absolute; inset: 20px 0 0 48px; background: radial-gradient(circle, rgba(150,80,255,.1), rgba(255,255,255,0) 67%); border-radius: 50%; }
.services-page .services-solutions__plane { position: absolute; z-index: 2; top: 0; left: 76px; color: #8a3cff; font-size: 42px; line-height: 1; transform: rotate(-42deg); text-shadow: 0 8px 18px rgba(109, 33, 255, .18); }
.services-page .services-solutions__flight { position: absolute; top: 45px; left: 3px; width: 120px; height: 65px; border-bottom: 2px dashed #d5b4ff; border-radius: 50%; transform: rotate(-18deg); }
.services-page .services-solutions__target { position: absolute; right: 18px; bottom: 2px; width: 94px; height: 94px; color: #e04ca7; border: 3px solid currentColor; border-radius: 50%; }
.services-page .services-solutions__target i { position: absolute; top: 50%; left: 50%; border: 3px solid currentColor; border-radius: 50%; transform: translate(-50%,-50%); }
.services-page .services-solutions__target i:nth-child(1) { width: 62px; height: 62px; }.services-page .services-solutions__target i:nth-child(2) { width: 30px; height: 30px; }.services-page .services-solutions__target i:nth-child(3) { width: 7px; height: 7px; background: currentColor; }
.services-page .services-solutions__target b { position: absolute; top: 10px; right: -28px; color: #9344ed; font-size: 42px; line-height: 1; transform: rotate(-43deg); }
.services-page .services-solutions__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.services-page .solution-card { --card-accent: #6724f7; display: flex; min-width: 0; min-height: 565px; flex-direction: column; padding: 24px 26px 22px; background: rgba(255,255,255,.88); border: 1px solid #ebe8f3; border-radius: 18px; box-shadow: 0 12px 35px rgba(42, 23, 84, .04); transition: transform .25s ease, box-shadow .25s ease; }
.services-page .solution-card:hover { box-shadow: 0 18px 42px rgba(42, 23, 84, .1); transform: translateY(-4px); }
.services-page .solution-card--pink { --card-accent: #ed4089; }
.services-page .solution-card__image { display: flex; height: 178px; align-items: center; justify-content: center; margin: -5px -8px 10px; }
.services-page .solution-card__image img { display: block; width: 100%; max-width: 280px; max-height: 178px; object-fit: contain; }
.services-page .solution-card h3 { min-height: 52px; margin: 0 0 8px; color: #10182d; font-size: 21px; font-weight: 700; line-height: 1.22; letter-spacing: -.02em; }
.services-page .solution-card > p { min-height: 48px; margin: 0 0 16px; color: #465674; font-size: 13px; line-height: 1.55; }
.services-page .solution-card ul { margin: 0 0 24px; padding: 17px 0 0; list-style: none; border-top: 1px solid #eeeaf5; }
.services-page .solution-card li { position: relative; margin: 0 0 10px; padding-left: 21px; color: #40516f; font-size: 12.5px; line-height: 1.35; }
.services-page .solution-card li::before { content: '✓'; position: absolute; top: 1px; left: 0; display: flex; width: 12px; height: 12px; align-items: center; justify-content: center; color: #fff; font-size: 8px; font-weight: 800; background: var(--card-accent); border-radius: 50%; }
.services-page .solution-card > a { display: flex; min-height: 45px; align-items: center; justify-content: center; gap: 14px; margin-top: auto; padding: 10px 13px; color: var(--card-accent); font-size: 15px; font-weight: 700; text-decoration: none; border: 1px solid var(--card-accent); border-radius: 10px; transition: color .2s ease, background .2s ease; }
.services-page .solution-card > a span { font-size: 20px; font-weight: 400; }
.services-page .solution-card > a:hover { color: #fff; background: var(--card-accent); }
.services-page .services-solutions__footer { display: grid; grid-template-columns: 54px minmax(0,1fr) auto; gap: 18px; align-items: center; margin-top: 14px; padding: 20px 26px; border: 1px solid #ebe8f3; border-radius: 17px; }
.services-page .services-solutions__bulb { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; color: #6b23f5; background: #f5f0ff; border-radius: 50%; }
.services-page .services-solutions__bulb svg { width: 30px; height: 30px; }
.services-page .services-solutions__footer strong { display: block; margin-bottom: 6px; color: #131a2f; font-size: 16px; }
.services-page .services-solutions__footer p { margin: 0; color: #52617d; font-size: 13px; }
.services-page .services-solutions__footer button { min-height: 48px; padding: 11px 27px; color: #fff; font-size: 14px; font-weight: 600; background: linear-gradient(100deg, #5610e7, #7418f4); border: 0; border-radius: 10px; cursor: pointer; box-shadow: 0 10px 22px rgba(94, 20, 238, .2); transition: transform .2s ease, box-shadow .2s ease; }
.services-page .services-solutions__footer button span { margin-left: 10px; font-size: 19px; }
.services-page .services-solutions__footer button:hover { box-shadow: 0 14px 28px rgba(94, 20, 238, .3); transform: translateY(-2px); }
.services-page .services-section > h2,
.services-page .services-section-title h2,
.services-page .services-section-seo h2 { margin: 0 0 28px; color: var(--services-text); font-size: clamp(30px, 3.6vw, 44px); font-weight: 600; line-height: 1.18; }
.services-page .services-catalog { scroll-margin-top: 100px; }
.services-page .services-catalog__top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(510px, .95fr); gap: 55px; align-items: center; margin-bottom: 38px; }
.services-page .services-catalog__eyebrow { margin-bottom: 24px; color: #53648a; font-size: 13px; font-weight: 500; letter-spacing: .01em; text-transform: uppercase; }
.services-page .services-catalog__eyebrow::before { content: '/'; margin-right: 6px; color: #6816ff; font-weight: 800; }
.services-page .services-catalog__heading h2 { margin: 0; color: #10182d; font-size: clamp(40px, 4vw, 58px); font-weight: 700; line-height: 1.08; letter-spacing: -.035em; }
.services-page .services-catalog__heading h2 span { color: #7b20f6; background: linear-gradient(100deg, #6523ff, #eb438b); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.services-page .services-catalog__heading p { margin: 22px 0 0; color: #425475; font-size: 16px; line-height: 1.65; }
.services-page .services-catalog__stats { display: grid; grid-template-columns: 86px repeat(3, minmax(0, 1fr)); align-items: center; min-height: 144px; padding: 26px 28px; background: linear-gradient(120deg, rgba(249,247,255,.94), rgba(255,252,255,.96)); border: 1px solid #ece8f5; border-radius: 17px; }
.services-page .services-catalog__stats-icon { display: flex; width: 70px; height: 82px; align-items: center; justify-content: center; color: #6421f5; background: rgba(255,255,255,.92); border: 1px solid #ece8f7; border-radius: 13px; box-shadow: 0 10px 25px rgba(56, 21, 119, .05); }
.services-page .services-catalog__stats-icon svg { width: 39px; height: 39px; }
.services-page .services-catalog__stat { min-height: 88px; padding: 2px 22px; border-left: 1px solid #dcd6ef; }
.services-page .services-catalog__stat strong { display: block; margin-bottom: 7px; color: #5511e8; font-size: 32px; font-weight: 700; line-height: 1; }
.services-page .services-catalog__stat span { color: #405171; font-size: 14px; line-height: 1.45; }
.services-page .services-catalog__footer { display: grid; grid-template-columns: 92px minmax(0,1fr) auto; gap: 24px; align-items: center; margin-top: 24px; padding: 24px 32px; background: linear-gradient(100deg, rgba(250,248,255,.9), rgba(255,255,255,.94)); border: 1px solid #ded5fa; border-radius: 17px; }
.services-page .services-catalog__rocket { display: flex; width: 76px; height: 76px; align-items: center; justify-content: center; color: #6421f5; background: linear-gradient(145deg, #f6f1ff, #eee5ff); border-radius: 50%; }
.services-page .services-catalog__rocket svg { width: 48px; height: 48px; }
.services-page .services-catalog__footer strong { display: block; margin-bottom: 8px; color: #121a2f; font-size: 18px; }
.services-page .services-catalog__footer p { margin: 0; color: #4a5c7c; font-size: 13.5px; line-height: 1.5; }
.services-page .services-catalog__footer button { min-width: 260px; min-height: 56px; padding: 13px 28px; color: #fff; font-size: 16px; font-weight: 600; background: linear-gradient(100deg, #5310e9, #6d13f2); border: 0; border-radius: 11px; cursor: pointer; box-shadow: 0 10px 24px rgba(89, 17, 231, .2); transition: box-shadow .2s ease, transform .2s ease; }
.services-page .services-catalog__footer button span { margin-left: 18px; font-size: 21px; font-weight: 400; }
.services-page .services-catalog__footer button:hover { box-shadow: 0 14px 30px rgba(89, 17, 231, .3); transform: translateY(-2px); }
.services-page .services-section-question { text-align: left; }
.services-page .services-section-question h3 { margin: 34px 0 20px; color: var(--services-text); font-size: clamp(23px, 2.5vw, 30px); font-weight: 600; }
.services-page .services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 20px; }
.services-page .service-card { display: flex; flex-direction: column; min-height: 190px; padding: 24px; background: rgba(255, 255, 255, .82); border: 1px solid rgba(226, 226, 238, .9); border-radius: 18px; box-shadow: 0 16px 38px rgba(32, 28, 56, .09); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.services-page .service-card:hover { transform: translateY(-5px); border-color: rgba(141, 85, 255, .45); box-shadow: 0 20px 45px rgba(32, 28, 56, .14); }
.services-page .service-card-title { margin-bottom: 10px; color: var(--services-text); font-size: 20px; font-weight: 700; }
.services-page .service-card-txt { color: var(--services-muted); font-size: 15px; line-height: 1.5; }
.services-page .service-cart-link { align-self: flex-start; margin-top: auto; padding-top: 20px; color: var(--services-violet); font-weight: 600; text-decoration: none; }

.services-page .work { padding: clamp(34px, 5vw, 58px); background: linear-gradient(135deg, rgba(103, 8, 199, .05), rgba(216, 66, 101, .06)); border: 1px solid rgba(226, 226, 238, .9); border-radius: 18px; box-shadow: 0 20px 54px rgba(32, 28, 56, .08); }
.services-page .work-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.services-page .work-steps .step { padding: 22px; background: rgba(255, 255, 255, .86); border: 1px solid rgba(226, 226, 238, .9); border-radius: 14px; }
.services-page .work-steps .step span { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; margin-bottom: 16px; color: #fff; font-weight: 700; background: var(--services-gradient); border-radius: 10px; box-shadow: 0 10px 24px rgba(103, 8, 199, .25); }
.services-page .work-steps .step p { margin: 0; color: var(--services-muted); font-size: 15px; line-height: 1.55; }
.services-page .services-cases { position: relative; overflow: hidden; padding: clamp(36px, 5vw, 62px); background: radial-gradient(circle at 90% 10%, rgba(216, 66, 101, .18), transparent 28%), radial-gradient(circle at 8% 90%, rgba(103, 8, 199, .2), transparent 32%), #0a1020; border: 1px solid rgba(123, 89, 199, .22); border-radius: 20px; box-shadow: 0 24px 65px rgba(15, 12, 35, .18); }
.services-page .services-cases::before { content: ''; position: absolute; top: -120px; right: -80px; width: 360px; height: 360px; pointer-events: none; background: radial-gradient(circle, rgba(129, 53, 255, .15), transparent 68%); border-radius: 50%; }
.services-page .services-cases__heading { position: relative; z-index: 1; max-width: 720px; }
.services-page .services-cases__eyebrow { margin-bottom: 22px; color: rgba(255,255,255,.62); font-size: 13px; font-weight: 500; letter-spacing: .02em; text-transform: uppercase; }
.services-page .services-cases__eyebrow::before { content: '/'; margin-right: 6px; color: #a976ff; font-weight: 800; }
.services-page .services-cases__heading h2 { margin: 0; color: #fff; font-size: clamp(38px, 4vw, 56px); font-weight: 700; line-height: 1.08; letter-spacing: -.035em; }
.services-page .services-cases__heading h2 span { background: linear-gradient(100deg, #a16bff, #ef5797); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.services-page .services-cases__heading p { margin: 20px 0 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.6; }
.services-page .services-cases .main-portfolio-wrap { position: relative; z-index: 1; }
.services-page .services-cases .main-cases-list { margin-top: 36px; }
.services-page .main-portfolio-footer { margin-top: 28px; text-align: center; }
.services-page .services-cases .main-portfolio-footer { position: relative; z-index: 1; }
.services-page .services-cases .nkt-btn span { margin-left: 12px; font-size: 20px; font-weight: 400; }
.services-page .services-trust { padding: clamp(36px, 5vw, 60px); background: radial-gradient(circle at 92% 8%, rgba(112, 38, 245, .08), transparent 28%), linear-gradient(135deg, #fdfcff, #fff); border: 1px solid #e9e5f3; border-radius: 20px; box-shadow: 0 20px 55px rgba(32, 28, 56, .07); }
.services-page .services-trust__heading { max-width: 900px; margin-bottom: 38px; }
.services-page .services-trust__eyebrow { margin-bottom: 22px; color: #53648a; font-size: 13px; font-weight: 500; letter-spacing: .02em; text-transform: uppercase; }
.services-page .services-trust__eyebrow::before { content: '/'; margin-right: 6px; color: #6816ff; font-weight: 800; }
.services-page .services-trust__heading h2 { margin: 0; color: #10182d; font-size: clamp(38px, 4vw, 56px); font-weight: 700; line-height: 1.08; letter-spacing: -.035em; }
.services-page .services-trust__heading h2 span { background: linear-gradient(100deg, #6523ff, #e74891); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.services-page .services-trust__heading p { margin: 20px 0 0; color: #485a79; font-size: 16px; line-height: 1.6; }
.services-page .services-trust__layout { display: grid; grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr); gap: 20px; }
.services-page .services-trust__profile { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #cfced0; border: 1px solid #e2dfea; border-radius: 17px; box-shadow: 0 16px 38px rgba(32, 28, 56, .1); }
.services-page .services-trust__photo { flex: 1 1 auto; min-height: 410px; background: #c9c8ca url('/local/templates/nikovit.ru_air/img/my-photo-big.png') center bottom / cover no-repeat; }
.services-page .services-trust__profile-info { position: relative; padding: 24px 26px; color: #fff; background: linear-gradient(120deg, #5a13e7, #8323e9 56%, #d84265); }
.services-page .services-trust__profile-info::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 8% 10%, rgba(255,255,255,.2), transparent 32%); }
.services-page .services-trust__profile-info > * { position: relative; z-index: 1; }
.services-page .services-trust__profile-info strong { display: block; font-size: 22px; }
.services-page .services-trust__profile-info > span { display: block; margin-top: 7px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.45; }
.services-page .services-trust__profile-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.services-page .services-trust__profile-tags b { padding: 6px 10px; color: #fff; font-size: 11px; font-weight: 600; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); border-radius: 20px; }
.services-page .services-trust__content { min-width: 0; }
.services-page .services-trust__stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; background: #fff; border: 1px solid #e8e4f0; border-radius: 16px; box-shadow: 0 13px 32px rgba(32, 28, 56, .055); }
.services-page .services-trust__stats > div { min-width: 0; padding: 25px 20px; border-left: 1px solid #ebe7f2; }
.services-page .services-trust__stats > div:first-child { border-left: 0; }
.services-page .services-trust__stats strong { display: block; margin-bottom: 9px; color: #6118ed; font-size: 26px; line-height: 1; }
.services-page .services-trust__stats span { color: #52617c; font-size: 12px; line-height: 1.4; }
.services-page .services-trust__reasons { display: grid; gap: 14px; margin-top: 20px; }
.services-page .services-trust__reasons article { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 20px; align-items: center; min-height: 119px; padding: 18px 24px; background: rgba(255,255,255,.92); border: 1px solid #e9e5f1; border-radius: 15px; box-shadow: 0 12px 30px rgba(32, 28, 56, .05); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.services-page .services-trust__reasons article:hover { border-color: rgba(112, 48, 239, .25); box-shadow: 0 17px 36px rgba(32, 28, 56, .09); transform: translateX(4px); }
.services-page .services-trust__reasons img { display: block; width: 72px; height: 72px; object-fit: contain; }
.services-page .services-trust__reasons h3 { margin: 0; color: #11192d; font-size: 18px; font-weight: 700; }
.services-page .services-trust__reasons p { margin: 7px 0 0; color: #596883; font-size: 13px; line-height: 1.45; }
.services-page .services-trust__certificates { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: 28px; align-items: center; margin-top: 20px; padding: 24px; background: linear-gradient(120deg, rgba(248,245,255,.9), #fff); border: 1px solid #e3dcf5; border-radius: 17px; }
.services-page .services-trust__certificates-copy { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 17px; align-items: center; }
.services-page .services-trust__certificate-icon { display: flex; width: 60px; height: 60px; align-items: center; justify-content: center; color: #651cf0; background: #f0e9ff; border-radius: 14px; }
.services-page .services-trust__certificate-icon svg { width: 36px; height: 36px; }
.services-page .services-trust__certificates-copy strong { display: block; color: #121a2e; font-size: 17px; }
.services-page .services-trust__certificates-copy p { margin: 7px 0 0; color: #5b6982; font-size: 12.5px; line-height: 1.45; }
.services-page .services-trust__certificate-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.services-page .services-trust__certificate-list > span { display: grid; grid-template-columns: 43px minmax(0, 1fr); gap: 9px; align-items: center; min-width: 0; padding: 10px; background: #fff; border: 1px solid #ebe7f3; border-radius: 11px; }
.services-page .services-trust__certificate-list img { display: block; width: 42px; height: 42px; object-fit: cover; object-position: top; border-radius: 7px; }
.services-page .services-trust__certificate-list b { min-width: 0; color: #3f4e69; font-size: 9.5px; font-weight: 600; line-height: 1.3; }
.services-page .services-trust__cta { position: relative; display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 20px; align-items: center; margin-top: 20px; padding: 22px 24px; overflow: hidden; background: linear-gradient(110deg, rgba(99, 31, 238, .055), rgba(216, 66, 101, .045) 65%, rgba(255,255,255,.9)); border: 1px solid #ddd4f6; border-radius: 17px; }
.services-page .services-trust__cta::after { content: ''; position: absolute; top: -70px; right: 240px; width: 180px; height: 180px; pointer-events: none; background: radial-gradient(circle, rgba(112, 37, 244, .09), transparent 68%); border-radius: 50%; }
.services-page .services-trust__cta-icon { position: relative; z-index: 1; display: flex; width: 60px; height: 60px; align-items: center; justify-content: center; color: #641bef; background: #f0e9ff; border-radius: 15px; }
.services-page .services-trust__cta-icon svg { width: 35px; height: 35px; }
.services-page .services-trust__cta-copy { position: relative; z-index: 1; min-width: 0; }
.services-page .services-trust__cta-copy strong { display: block; color: #11192d; font-size: 18px; }
.services-page .services-trust__cta-copy p { margin: 7px 0 0; color: #596983; font-size: 13px; line-height: 1.45; }
.services-page .services-trust__cta button { position: relative; z-index: 1; min-width: 225px; min-height: 52px; padding: 12px 25px; color: #fff; font-size: 15px; font-weight: 600; background: linear-gradient(105deg, #5710e9, #791bef 58%, #c93683); border: 0; border-radius: 11px; cursor: pointer; box-shadow: 0 11px 26px rgba(92, 20, 228, .23); transition: box-shadow .2s ease, transform .2s ease; }
.services-page .services-trust__cta button span { margin-left: 14px; font-size: 20px; font-weight: 400; }
.services-page .services-trust__cta button:hover { box-shadow: 0 15px 32px rgba(92, 20, 228, .34); transform: translateY(-2px); }
.services-page .nkt-btn { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 12px 22px; color: #fff; font-weight: 600; text-decoration: none; background: var(--services-gradient); border-radius: 10px; box-shadow: 0 10px 30px rgba(103, 8, 199, .28); transition: transform .3s ease, box-shadow .3s ease; }
.services-page .nkt-btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 36px rgba(103, 8, 199, .4); }
.services-page .services-section-form { overflow: hidden; padding: clamp(34px, 5vw, 58px); background: linear-gradient(135deg, rgba(103, 8, 199, .05), rgba(255, 255, 255, .96) 54%, rgba(216, 66, 101, .08)); border: 1px solid rgba(226, 226, 238, .9); border-radius: 18px; box-shadow: 0 20px 54px rgba(32, 28, 56, .08); }
.services-page .services-section-form .container { max-width: none; padding: 0; }
.services-page .contact-form-wrap { padding-left: 0; }
.services-page .contact-form-img-wrap img { width: 90px; }
.services-page .services-section-seo { margin-top: 80px; padding: clamp(34px, 5vw, 54px); color: var(--services-muted); font-size: 15px; line-height: 1.7; background: radial-gradient(circle at 92% 6%, rgba(103, 8, 199, .07), transparent 27%), linear-gradient(135deg, #fbf9ff, #fff); border: 1px solid rgba(226, 222, 238, .95); border-radius: 20px; box-shadow: 0 18px 48px rgba(32, 28, 56, .055); }
.services-page .services-section-seo h2 { max-width: 900px; margin: 0; color: #121a2f; font-size: clamp(30px, 3.4vw, 44px); font-weight: 700; line-height: 1.14; letter-spacing: -.025em; }
.services-page .services-seo-copy__eyebrow { margin-bottom: 20px; color: #56688b; font-size: 12px; font-weight: 600; letter-spacing: .035em; text-transform: uppercase; }
.services-page .services-seo-copy__eyebrow::before { content: '/'; margin-right: 6px; color: #6816ff; font-weight: 800; }
.services-page .services-seo-copy__lead { max-width: 1050px; margin: 24px 0 0; color: #455674; font-size: 15.5px; line-height: 1.75; }
.services-page .services-seo-copy__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.services-page .services-seo-copy__grid article { position: relative; min-width: 0; padding: 25px 26px; overflow: hidden; background: rgba(255,255,255,.9); border: 1px solid #ebe7f2; border-radius: 15px; }
.services-page .services-seo-copy__grid h3 { margin: 0; color: #172039; font-size: 18px; font-weight: 700; line-height: 1.35; }
.services-page .services-seo-copy__grid p { margin: 13px 0 0; color: #596883; font-size: 13.5px; line-height: 1.7; }
.services-page .services-seo-copy__result { position: relative; margin: 22px 0 0; padding: 20px 24px 20px 28px; color: #3f506e; font-size: 14px; line-height: 1.65; background: linear-gradient(100deg, rgba(102, 27, 240, .055), rgba(216, 66, 101, .035)); border: 1px solid #e5def5; border-radius: 13px; }

/* Детальный текст услуги */
.service-detail__description {
    padding: clamp(32px, 4vw, 52px);
}

.service-detail__description .service-section {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
}

.service-detail__description .service-section + .service-section {
    margin-top: clamp(42px, 5vw, 64px);
    padding-top: clamp(42px, 5vw, 64px);
    border-top: 1px solid var(--sd-line);
}

.service-detail__description .service-section h2 {
    margin: 0 0 20px;
    color: var(--sd-ink);
    font-size: clamp(25px, 2.5vw, 32px);
    font-weight: 650;
    line-height: 1.18;
    letter-spacing: -.025em;
}

.service-detail__description .service-section p {
    margin: 0 0 18px;
}

.service-detail__description .service-section p:last-child {
    margin-bottom: 0;
}

/* Маркированные списки */
.service-detail__description ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0 28px;
    padding: 0;
    list-style: none;
}

.service-detail__description ul li {
    position: relative;
    min-width: 0;
    padding: 15px 16px 15px 44px;
    color: var(--sd-text);
    line-height: 1.55;
    background: #fff;
    border: 1px solid var(--sd-line);
    border-radius: 12px;
}

.service-detail__description ul li::before {
    content: "✓";
    position: absolute;
    top: 15px;
    left: 16px;
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    background: var(--sd-gradient);
    border-radius: 50%;
}

/* Нумерованные этапы */
.service-detail__description ol {
    display: grid;
    gap: 10px;
    margin: 24px 0 28px;
    padding: 0;
    list-style: none;
    counter-reset: service-description-step;
}

.service-detail__description ol li {
    position: relative;
    padding: 18px 20px 18px 58px;
    color: var(--sd-text);
    line-height: 1.6;
    background: rgba(255, 255, 255, .72);
    border: 1px solid var(--sd-line);
    border-radius: 12px;
    counter-increment: service-description-step;
}

.service-detail__description ol li::before {
    content: counter(service-description-step, decimal-leading-zero);
    position: absolute;
    top: 18px;
    left: 18px;
    color: var(--sd-violet);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.6;
}

.service-detail__description li strong {
    color: var(--sd-ink);
    font-weight: 700;
}

.service-detail__description a {
    font-weight: 650;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

/* Кнопка в конце текста */
.service-detail__description .service-inline-cta {
    display: flex;
    margin-top: 30px;
}

.service-detail__description .service-inline-cta .service-detail__button {
    min-width: 210px;
}

/* Планшеты и телефоны */
@media (max-width: 767.98px) {
    .service-detail__description {
        padding: 26px 20px;
        border-radius: 16px;
    }

    .service-detail__description .service-section + .service-section {
        margin-top: 38px;
        padding-top: 38px;
    }

    .service-detail__description .service-section h2 {
        margin-bottom: 17px;
        font-size: 24px;
        line-height: 1.2;
    }

    .service-detail__description ul {
        grid-template-columns: 1fr;
        margin: 20px 0 24px;
    }

    .service-detail__description ul li {
        padding: 14px 14px 14px 42px;
    }

    .service-detail__description ul li::before {
        top: 14px;
        left: 14px;
    }

    .service-detail__description ol {
        margin: 20px 0 24px;
    }

    .service-detail__description ol li {
        padding: 16px 16px 16px 52px;
    }

    .service-detail__description ol li::before {
        top: 16px;
        left: 16px;
    }

    .service-detail__description .service-inline-cta {
        display: block;
        margin-top: 26px;
    }

    .service-detail__description .service-inline-cta .service-detail__button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 991.98px) {
    .services-page .services-trust__layout { grid-template-columns: 1fr; }
    .services-page .services-trust__profile { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(250px, 1fr); }
    .services-page .services-trust__photo { min-height: 350px; }
    .services-page .services-trust__profile-info { display: flex; flex-direction: column; justify-content: center; }
    .services-page .services-trust__certificates { grid-template-columns: 1fr; }
    .services-page .services-trust__cta { grid-template-columns: 60px minmax(0, 1fr); }
    .services-page .services-trust__cta button { grid-column: 1 / -1; width: 100%; }
    .services-page .services-catalog__top { grid-template-columns: 1fr; gap: 28px; }
    .services-page .services-catalog__footer { grid-template-columns: 76px minmax(0,1fr); }
    .services-page .services-catalog__footer button { grid-column: 1 / -1; width: 100%; }
    .services-page .services-solutions__intro { grid-template-columns: 1.25fr 1fr; }
    .services-page .services-solutions__visual { display: none; }
    .services-page .services-solutions__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .services-page .services-about-wrap { grid-template-columns: 180px minmax(0, 1fr); }
    .services-page .work-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
    .services-page .services-trust { padding: 32px 20px; }
    .services-page .services-trust__heading p br { display: none; }
    .services-page .services-trust__profile { display: flex; }
    .services-page .services-trust__photo { min-height: 390px; }
    .services-page .services-trust__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .services-page .services-trust__stats > div:nth-child(3) { border-left: 0; border-top: 1px solid #ebe7f2; }
    .services-page .services-trust__stats > div:nth-child(4) { border-top: 1px solid #ebe7f2; }
    .services-page .services-trust__certificate-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .services-page .services-catalog__heading p br, .services-page .services-catalog__footer p br { display: none; }
    .services-page .services-catalog__stats { grid-template-columns: 62px repeat(3, minmax(0, 1fr)); padding: 20px 16px; }
    .services-page .services-catalog__stats-icon { width: 54px; height: 64px; }
    .services-page .services-catalog__stat { min-height: 74px; padding: 2px 12px; }
    .services-page .services-catalog__stat strong { font-size: 26px; }
    .services-page .services-catalog__stat span { font-size: 12px; }
    .services-page .services-catalog__footer { grid-template-columns: 62px minmax(0,1fr); gap: 17px; padding: 20px; }
    .services-page .services-catalog__rocket { width: 60px; height: 60px; }
    .services-page .services-catalog__rocket svg { width: 40px; height: 40px; }
    .services-page .services-solutions { padding-top: 48px; }
    .services-page .services-solutions__intro { display: block; margin-bottom: 30px; }
    .services-page .services-solutions__heading h2 { font-size: clamp(34px, 10vw, 46px); }
    .services-page .services-solutions__heading p br { display: none; }
    .services-page .services-solutions__consult { margin-top: 30px; padding: 24px 0 0; border-top: 1px solid #e8e4f5; border-left: 0; }
    .services-page .services-solutions__consult > p br { display: none; }
    .services-page .services-solutions__grid { grid-template-columns: 1fr; }
    .services-page .solution-card { min-height: 0; }
    .services-page .solution-card h3, .services-page .solution-card > p { min-height: 0; }
    .services-page .services-solutions__footer { grid-template-columns: 48px minmax(0,1fr); padding: 18px; }
    .services-page .services-solutions__footer button { grid-column: 1 / -1; width: 100%; }
    .services-page .services-cases { padding: 32px 20px; }
    .services-page .services-cases__heading p br { display: none; }
    .services-page .services-cases .main-cases-list { margin-top: 28px; }
    .services-page .services-hero { margin-bottom: 44px; padding: 28px 20px; }
    .services-page .services-about-wrap { display: block; margin-top: 28px; }
    .services-page .services-about-img { width: 180px; margin: 0 auto 24px; }
    .services-page .services-about-txt { font-size: 15px; }
    .services-page .services-section { margin-top: 44px; }
    .services-page .services-grid,
    .services-page .work-steps { grid-template-columns: 1fr; }
    .services-page .work,
    .services-page .services-section-form { padding: 28px 20px; }
    .services-page .services-section-seo { margin-top: 44px; padding: 26px 20px; }
    .services-page .services-seo-copy__grid { grid-template-columns: 1fr; margin-top: 24px; }
    .services-page .services-seo-copy__grid article { padding: 23px 20px; }
    .services-page .services-seo-copy__grid article::before { left: 20px; }
    .services-page .services-seo-copy__lead { font-size: 14px; }
    .services-page .services-seo-copy__result { padding: 18px 18px 18px 22px; font-size: 13px; }
}

@media (max-width: 479.98px) {
    .services-page .services-trust__photo { min-height: 340px; }
    .services-page .services-trust__reasons article { grid-template-columns: 58px minmax(0, 1fr); gap: 14px; padding: 16px; }
    .services-page .services-trust__reasons img { width: 56px; height: 56px; }
    .services-page .services-trust__certificates { padding: 18px; }
    .services-page .services-trust__certificates-copy { grid-template-columns: 52px minmax(0, 1fr); }
    .services-page .services-trust__certificate-icon { width: 50px; height: 50px; }
    .services-page .services-trust__certificate-list { grid-template-columns: 1fr; }
    .services-page .services-trust__cta { grid-template-columns: 50px minmax(0, 1fr); gap: 14px; padding: 18px; }
    .services-page .services-trust__cta-icon { width: 48px; height: 48px; }
    .services-page .services-trust__cta-copy strong { font-size: 16px; }
    .services-page .services-trust__cta button { min-width: 0; }
    .services-page .services-catalog__stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .services-page .services-catalog__stats-icon { display: none; }
    .services-page .services-catalog__stat:first-of-type { border-left: 0; }
    .services-page .services-catalog__stat { padding: 2px 9px; }
    .services-page .services-catalog__footer button { min-width: 0; }
}

/* End */


/* Start:/local/templates/nikovit.ru_air/components/bitrix/news.detail/service_detail/style.css?178418179617699*/
.service-detail {
    --sd-ink: #10182d;
    --sd-text: #344264;
    --sd-muted: #6d7895;
    --sd-line: #e7e8f3;
    --sd-soft: #faf9ff;
    --sd-violet: #5e13ef;
    --sd-pink: #ee3d8b;
    --sd-gradient: linear-gradient(110deg, #5512ef 0%, #8324ef 48%, #ed3e8c 100%);
    color: var(--sd-ink);
}

.service-detail *, .service-detail *::before, .service-detail *::after { box-sizing: border-box; }
.service-detail button { font: inherit; }

.service-detail__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(32px, 6vw, 90px);
    align-items: center;
    overflow: hidden;
    min-height: 620px;
    padding: clamp(42px, 6vw, 82px);
    background: radial-gradient(circle at 82% 24%, rgba(231, 76, 181, .15), transparent 30%), radial-gradient(circle at 61% 78%, rgba(93, 19, 239, .13), transparent 32%), linear-gradient(135deg, #fff 0%, #fbf9ff 68%, #f8f3ff 100%);
    border: 1px solid var(--sd-line);
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(36, 27, 81, .08);
}

.service-detail__hero::before { content: ""; position: absolute; top: -150px; left: 47%; width: 1px; height: 900px; background: linear-gradient(transparent, rgba(104, 32, 232, .13), transparent); transform: rotate(18deg); }
.service-detail__hero-copy { position: relative; z-index: 1; }
.service-detail__back { display: inline-flex; margin-bottom: 22px; color: var(--sd-muted); font-size: 14px; font-weight: 600; text-decoration: none; transition: color .2s ease; }
.service-detail__back:hover { color: var(--sd-violet); }
.service-detail__eyebrow, .service-detail__heading > span, .service-detail__about-copy > span { margin-bottom: 22px; color: #54658e; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-detail__eyebrow::first-letter, .service-detail__heading > span::first-letter { color: var(--sd-violet); }
.service-detail__hero h1 { max-width: 780px; margin: 0; font-size: clamp(42px, 5.1vw, 72px); font-weight: 650; line-height: 1.03; letter-spacing: -.045em; }
.service-detail__lead { max-width: 700px; margin: 24px 0 0; color: var(--sd-text); font-size: clamp(17px, 1.55vw, 21px); line-height: 1.6; }
.service-detail__hero-price { display: inline-flex; margin-top: 21px; padding: 8px 14px; color: var(--sd-violet); font-size: 17px; font-weight: 700; background: rgba(94, 19, 239, .07); border-radius: 9px; }
.service-detail__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.service-detail__button, .service-detail__cta button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 13px 24px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    background: var(--sd-gradient);
    border: 0;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(94, 19, 239, .24);
    transition: transform .25s ease, box-shadow .25s ease;
}
.service-detail__button:hover, .service-detail__cta button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 40px rgba(94, 19, 239, .34); }
.service-detail__button--secondary { color: var(--sd-violet); background: #fff; border: 1px solid rgba(94, 19, 239, .23); box-shadow: none; }
.service-detail__button--secondary:hover { color: var(--sd-violet); background: #faf8ff; box-shadow: none; }
.service-detail__stats { display: flex; gap: clamp(24px, 4vw, 50px); margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--sd-line); }
.service-detail__stats div { display: grid; gap: 2px; }
.service-detail__stats strong { color: var(--sd-violet); font-size: 25px; line-height: 1; }
.service-detail__stats span { color: var(--sd-muted); font-size: 13px; }
.service-detail__visual { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; min-height: 430px; }
.service-detail__visual span { position: absolute; width: min(430px, 92%); aspect-ratio: 1; background: radial-gradient(circle, rgba(255,255,255,.98), rgba(246,236,255,.72) 45%, transparent 72%); border-radius: 50%; filter: blur(2px); }
.service-detail__visual img { position: relative; display: block; width: 100%; max-height: 500px; object-fit: contain; filter: drop-shadow(0 28px 32px rgba(48, 26, 94, .16)); }

.service-detail__section { margin-top: clamp(78px, 9vw, 132px); }
.service-detail__heading { max-width: 800px; margin-bottom: 40px; }
.service-detail__heading > span { display: block; margin-bottom: 16px; }
.service-detail__heading h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); font-weight: 650; line-height: 1.08; letter-spacing: -.035em; }
.service-detail__heading p { max-width: 700px; margin: 18px 0 0; color: var(--sd-text); font-size: 17px; line-height: 1.65; }
.service-detail__heading--light h2 { color: #fff; }
.service-detail__heading--light > span { color: #bda6ff; }
.service-detail__heading--light p { color: rgba(255,255,255,.7); }

.service-detail__needs { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(36px, 7vw, 100px); align-items: start; }
.service-detail__needs .service-detail__heading { position: sticky; top: 110px; margin: 0; }
.service-detail__checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.service-detail__checklist div { display: flex; min-height: 116px; align-items: flex-start; gap: 16px; padding: 24px; color: var(--sd-ink); font-size: 16px; font-weight: 600; line-height: 1.45; background: #fff; border: 1px solid var(--sd-line); border-radius: 16px; box-shadow: 0 14px 38px rgba(24, 20, 61, .045); }
.service-detail__checklist i { display: inline-flex; flex: 0 0 30px; width: 30px; height: 30px; align-items: center; justify-content: center; color: #fff; font-size: 15px; font-style: normal; background: var(--sd-gradient); border-radius: 50%; box-shadow: 0 8px 18px rgba(94, 19, 239, .2); }
.service-detail__checklist div:last-child:nth-child(odd) { grid-column: 1 / -1; }

.service-detail__scope-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-detail__scope-grid article { min-height: 220px; padding: 28px; background: linear-gradient(145deg, #fff, #fbfaff); border: 1px solid var(--sd-line); border-radius: 18px; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-detail__scope-grid article:hover { transform: translateY(-4px); border-color: rgba(94, 19, 239, .25); box-shadow: 0 18px 45px rgba(45, 29, 96, .08); }
.service-detail__scope-grid article > span { display: block; margin-bottom: 28px; color: var(--sd-violet); font-size: 13px; font-weight: 800; }
.service-detail__scope-grid h3, .service-detail__outcome-grid h3 { margin: 0 0 12px; font-size: 21px; line-height: 1.25; }
.service-detail__scope-grid p, .service-detail__outcome-grid p { margin: 0; color: var(--sd-muted); font-size: 15px; line-height: 1.6; }
.service-detail__description { margin-top: 24px; padding: clamp(28px, 4vw, 48px); background: var(--sd-soft); border: 1px solid var(--sd-line); border-radius: 20px; }

.service-detail__outcomes, .service-detail__case { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding: clamp(62px, 8vw, 110px) max(calc((100vw - 1400px) / 2), 24px); background: #111526; }
.service-detail__outcomes { background: radial-gradient(circle at 83% 18%, rgba(119, 43, 246, .32), transparent 28%), radial-gradient(circle at 18% 90%, rgba(235, 60, 140, .14), transparent 27%), #111526; }
.service-detail__outcome-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; overflow: hidden; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.service-detail__outcome-grid article { min-height: 250px; padding: 28px 24px; background: rgba(15, 18, 35, .9); }
.service-detail__outcome-grid article > span { display: block; margin-bottom: 50px; color: #b79cff; font-size: 13px; font-weight: 800; }
.service-detail__outcome-grid h3 { color: #fff; }
.service-detail__outcome-grid p { color: rgba(255,255,255,.62); }
.service-detail__case { margin-top: 0; background: #111526; }
.service-detail__case .main-case-card { border-color: rgba(255,255,255,.13); }

.service-detail__price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-detail__price-grid article { display: flex; min-height: 285px; flex-direction: column; padding: 30px; background: #fff; border: 1px solid var(--sd-line); border-radius: 18px; box-shadow: 0 18px 48px rgba(30, 22, 70, .05); }
.service-detail__price-grid article > span { color: var(--sd-violet); font-size: 13px; font-weight: 800; }
.service-detail__price-grid h3 { margin: 36px 0 10px; font-size: 20px; }
.service-detail__price-grid strong { font-size: clamp(27px, 3vw, 36px); letter-spacing: -.03em; }
.service-detail__price-grid button { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 16px 0 0; color: var(--sd-violet); font-weight: 700; cursor: pointer; background: transparent; border: 0; border-top: 1px solid var(--sd-line); }
.service-detail__price-grid .is-accent { color: #fff; background: var(--sd-gradient); border-color: transparent; transform: translateY(-10px); box-shadow: 0 24px 55px rgba(94, 19, 239, .2); }
.service-detail__price-grid .is-accent > span, .service-detail__price-grid .is-accent button { color: #fff; }
.service-detail__price-grid .is-accent button { border-color: rgba(255,255,255,.24); }

.service-detail__faq { display: grid; grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr); gap: clamp(40px, 8vw, 120px); }
.service-detail__faq .service-detail__heading { margin: 0; }
.service-detail__faq-list { border-top: 1px solid var(--sd-line); }
.service-detail__faq-list details { border-bottom: 1px solid var(--sd-line); }
.service-detail__faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; font-size: 18px; font-weight: 650; cursor: pointer; list-style: none; }
.service-detail__faq-list summary::-webkit-details-marker { display: none; }
.service-detail__faq-list summary i { display: inline-flex; flex: 0 0 34px; width: 34px; height: 34px; align-items: center; justify-content: center; color: var(--sd-violet); font-size: 23px; font-style: normal; background: #f4efff; border-radius: 50%; transition: transform .25s ease; }
.service-detail__faq-list details[open] summary i { transform: rotate(45deg); }
.service-detail__faq-list p { max-width: 780px; margin: -7px 55px 25px 0; color: var(--sd-text); line-height: 1.65; }

.service-detail__related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.service-detail__related-grid a { display: flex; min-height: 225px; flex-direction: column; padding: 25px; color: var(--sd-ink); text-decoration: none; background: var(--sd-soft); border: 1px solid var(--sd-line); border-radius: 17px; transition: transform .25s ease, border-color .25s ease; }
.service-detail__related-grid a:hover { color: var(--sd-ink); transform: translateY(-4px); border-color: rgba(94,19,239,.28); }
.service-detail__related-grid a > span { color: var(--sd-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.service-detail__related-grid h3 { margin: 26px 0 10px; font-size: 20px; line-height: 1.28; }
.service-detail__related-grid p { margin: 0; color: var(--sd-muted); }
.service-detail__related-grid b { margin-top: auto; color: var(--sd-violet); font-size: 14px; }

.service-detail__about { display: grid; grid-template-columns: 112px minmax(260px, 1fr) minmax(420px, auto); gap: 28px; align-items: center; padding: 30px; background: linear-gradient(120deg, #fbf9ff, #fff); border: 1px solid var(--sd-line); border-radius: 22px; }
.service-detail__about-photo { overflow: hidden; width: 112px; height: 112px; background: #eee7ff; border-radius: 50%; }
.service-detail__about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.service-detail__about-copy > span { display: block; margin: 0 0 8px; }
.service-detail__about-copy h2 { margin: 0 0 8px; font-size: 27px; }
.service-detail__about-copy p { max-width: 560px; margin: 0; color: var(--sd-text); line-height: 1.55; }
.service-detail__about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding-left: 28px; border-left: 1px solid var(--sd-line); }
.service-detail__about-stats div { display: grid; gap: 4px; }
.service-detail__about-stats strong { color: var(--sd-violet); font-size: 27px; }
.service-detail__about-stats span { color: var(--sd-muted); font-size: 13px; white-space: nowrap; }

.service-detail__cta { display: flex; align-items: center; justify-content: space-between; gap: 46px; margin-top: clamp(78px, 9vw, 132px); padding: clamp(40px, 6vw, 72px); color: #fff; background: radial-gradient(circle at 74% 10%, rgba(255,255,255,.16), transparent 24%), var(--sd-gradient); border-radius: 26px; box-shadow: 0 28px 70px rgba(94, 19, 239, .2); }
.service-detail__cta > div { max-width: 800px; }
.service-detail__cta span { font-size: 14px; font-weight: 700; opacity: .74; }
.service-detail__cta h2 { margin: 10px 0 12px; font-size: clamp(30px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }
.service-detail__cta p { margin: 0; font-size: 17px; opacity: .78; }
.service-detail__cta button { flex: 0 0 auto; color: var(--sd-violet); background: #fff; box-shadow: none; }
.service-detail__cta button:hover { color: var(--sd-violet); background: #fff; box-shadow: 0 14px 30px rgba(35, 12, 80, .18); }

.service-detail__rich { color: var(--sd-text); font-size: 16px; line-height: 1.75; }
.service-detail__rich h2, .service-detail__rich h3 { color: var(--sd-ink); }
.service-detail__rich img { max-width: 100%; height: auto; border-radius: 16px; }
.service-detail__rich a { color: var(--sd-violet); }
.service-detail__rich--panel { padding: clamp(28px, 4vw, 46px); background: var(--sd-soft); border: 1px solid var(--sd-line); border-radius: 20px; }
.service-detail__seo { margin-top: 58px; padding: 30px; color: var(--sd-muted); font-size: 14px; background: #fbfbfd; border: 1px solid var(--sd-line); border-radius: 18px; }

@media (max-width: 1199.98px) {
    .service-detail__hero { grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); min-height: 560px; }
    .service-detail__outcome-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .service-detail__outcome-grid article:nth-child(n+4) { min-height: 220px; }
    .service-detail__related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-detail__about { grid-template-columns: 100px 1fr; }
    .service-detail__about-stats { grid-column: 1 / -1; padding: 24px 0 0; border-top: 1px solid var(--sd-line); border-left: 0; }
}

@media (max-width: 991.98px) {
    .service-detail__hero { grid-template-columns: 1fr 280px; gap: 24px; padding: 42px 34px; }
    .service-detail__visual { min-height: 320px; }
    .service-detail__stats { gap: 22px; }
    .service-detail__scope-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-detail__needs, .service-detail__faq { grid-template-columns: 1fr; }
    .service-detail__needs .service-detail__heading { position: static; }
    .service-detail__price-grid { gap: 10px; }
    .service-detail__price-grid article { padding: 24px; }
    .service-detail__cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
    .service-detail__hero { display: flex; min-height: auto; flex-direction: column-reverse; align-items: stretch; padding: 28px 20px 32px; border-radius: 20px; }
    .service-detail__hero::before { display: none; }
    .service-detail__visual { min-height: 210px; max-height: 260px; }
    .service-detail__visual img { max-height: 280px; }
    .service-detail__hero h1 { font-size: clamp(36px, 11vw, 50px); }
    .service-detail__actions { align-items: stretch; flex-direction: column; }
    .service-detail__button { width: 100%; }
    .service-detail__stats { justify-content: space-between; gap: 10px; }
    .service-detail__stats strong { font-size: 22px; }
    .service-detail__stats span { font-size: 11px; }
    .service-detail__checklist, .service-detail__scope-grid, .service-detail__outcome-grid, .service-detail__price-grid, .service-detail__related-grid { grid-template-columns: 1fr; }
    .service-detail__checklist div:last-child:nth-child(odd) { grid-column: auto; }
    .service-detail__scope-grid article { min-height: 190px; }
    .service-detail__outcomes, .service-detail__case { padding-right: 20px; padding-left: 20px; }
    .service-detail__outcome-grid article { min-height: 205px; }
    .service-detail__outcome-grid article > span { margin-bottom: 34px; }
    .service-detail__price-grid { gap: 14px; }
    .service-detail__price-grid .is-accent { transform: none; }
    .service-detail__faq-list summary { font-size: 16px; }
    .service-detail__faq-list p { margin-right: 0; }
    .service-detail__about { grid-template-columns: 76px 1fr; gap: 18px; padding: 22px; }
    .service-detail__about-photo { width: 76px; height: 76px; }
    .service-detail__about-copy h2 { font-size: 22px; }
    .service-detail__about-copy p { grid-column: 1 / -1; font-size: 14px; }
    .service-detail__about-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
    .service-detail__about-stats strong { font-size: 22px; }
    .service-detail__about-stats span { font-size: 10px; white-space: normal; }
    .service-detail__cta { padding: 34px 22px; border-radius: 20px; }
    .service-detail__cta button { width: 100%; }
}

/* End */


/* Start:/local/templates/nikovit.ru_air/components/bitrix/news.list/main_portfolio/style.css?1784177791352*/
.main-portfolio-wrap { width: 100%; }
.main-portfolio-wrap .main-cases-list { margin-top: 0; }
.main-portfolio-wrap .main-case-card__link b { margin-left: 10px; font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.main-portfolio-wrap .main-case-card:hover .main-case-card__link b { display: inline-block; transform: translateX(4px); }

/* End */


/* Start:/local/templates/nikovit.ru_air/components/bitrix/news.list/service_articles/style.css?17841806522067*/
.service-articles-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-article-card { display: flex; min-width: 0; overflow: hidden; color: #172039; text-decoration: none; flex-direction: column; background: #fff; border: 1px solid #e9e5f1; border-radius: 16px; box-shadow: 0 13px 32px rgba(32,28,56,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-article-card:hover { color: #172039; border-color: rgba(103,8,199,.25); box-shadow: 0 18px 40px rgba(32,28,56,.11); transform: translateY(-4px); }
.service-article-card__image { display: block; height: 190px; overflow: hidden; background: #f4f0fb; }
.service-article-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.service-article-card:hover .service-article-card__image img { transform: scale(1.04); }
.service-article-card__body { display: flex; min-height: 225px; flex-direction: column; padding: 22px; }
.service-article-card__date { margin-bottom: 10px; color: #d84265; font-size: 12px; font-weight: 600; }
.service-article-card__body > strong { font-size: 19px; line-height: 1.3; }
.service-article-card__text { display: -webkit-box; margin-top: 12px; overflow: hidden; color: #61708a; font-size: 13px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.service-article-card__more { margin-top: auto; padding-top: 20px; color: #6419ed; font-size: 13px; font-weight: 700; }
.service-article-card__more b { margin-left: 8px; font-size: 18px; font-weight: 400; }
@media (max-width: 991.98px) { .service-articles-grid { grid-template-columns: 1fr; }.service-article-card { display: grid; grid-template-columns: 220px minmax(0,1fr); }.service-article-card__image { height: 100%; min-height: 220px; }.service-article-card__body { min-height: 220px; } }
@media (max-width: 575.98px) { .service-article-card { display: flex; }.service-article-card__image { height: 190px; min-height: 0; }.service-article-card__body { min-height: 210px; } }

/* End */
/* /local/templates/nikovit.ru_air/components/bitrix/news/services/style.css?178452184138717 */
/* /local/templates/nikovit.ru_air/components/bitrix/news.detail/service_detail/style.css?178418179617699 */
/* /local/templates/nikovit.ru_air/components/bitrix/news.list/main_portfolio/style.css?1784177791352 */
/* /local/templates/nikovit.ru_air/components/bitrix/news.list/service_articles/style.css?17841806522067 */
