

/* 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/services/bitrix/news.list/service_section/style.css?17841771654276*/
.services-list__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.service-category {
    --service-accent: #6125f5;
    --service-accent-soft: rgba(97, 37, 245, .1);
    --service-accent-border: rgba(97, 37, 245, .28);
    display: flex;
    min-width: 0;
    min-height: 552px;
    flex-direction: column;
    padding: 22px 23px 24px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid #ebe8f3;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(42, 23, 84, .035);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.service-category:nth-child(even) { --service-accent: #ee438b; --service-accent-soft: rgba(238, 67, 139, .1); --service-accent-border: rgba(238, 67, 139, .28); }
.service-category:hover { border-color: var(--service-accent-border); box-shadow: 0 18px 42px rgba(42, 23, 84, .09); transform: translateY(-4px); }

.service-category__header { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 20px; align-items: center; min-height: 68px; }
.service-category__icon { display: flex; width: 64px; height: 64px; align-items: center; justify-content: center; overflow: hidden; color: var(--service-accent); background: var(--service-accent-soft); border-radius: 13px; }
.service-category__icon svg { width: 36px; height: 36px; }
.service-category__icon img { display: block; width: 48px; height: 48px; object-fit: contain; }
.service-category__header h3 { margin: 0; color: #11192d; font-size: 21px; font-weight: 700; line-height: 1.25; letter-spacing: -.02em; }

.service-category__line { position: relative; height: 1px; margin: 20px 0 14px; background: #edeaf4; }
.service-category__line span { position: absolute; top: 0; left: 0; width: 34px; height: 1px; background: var(--service-accent); }

.service-category__items { margin: 0; padding: 0; list-style: none; }
.service-category__items li { margin: 0; border-bottom: 1px solid #eeebf4; }
.service-category__items a { display: grid; grid-template-columns: 38px minmax(0, 1fr) 14px; gap: 12px; align-items: center; min-height: 49px; color: #273650; font-size: 13.5px; line-height: 1.3; text-decoration: none; transition: color .2s ease; }
.service-category__items a:hover, .service-category__items a:focus-visible { color: var(--service-accent); }
.service-category__items a:focus-visible { outline: 2px solid var(--service-accent-border); outline-offset: 2px; border-radius: 6px; }
.service-category__item-icon { display: flex; width: 36px; height: 36px; align-items: center; justify-content: center; color: var(--service-accent); background: var(--service-accent-soft); border: 1px solid var(--service-accent-soft); border-radius: 9px; }
.service-category__item-icon svg { width: 21px; height: 21px; }
.service-category__item-name { min-width: 0; }
.service-category__item-arrow { justify-self: end; color: #314668; font-size: 24px; font-weight: 300; line-height: 1; transition: transform .2s ease; }
.service-category__items a:hover .service-category__item-arrow { color: var(--service-accent); transform: translateX(3px); }

.service-category__more { display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: auto; padding-top: 24px; color: var(--service-accent); font-size: 15px; font-weight: 600; text-decoration: none; }
.service-category__more span { font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.service-category__more:hover { color: var(--service-accent); }
.service-category__more:hover span { transform: translateX(4px); }

@media (max-width: 1199.98px) {
    .services-list__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
    .services-list__grid { grid-template-columns: 1fr; }
    .service-category { min-height: 0; }
}

@media (max-width: 575.98px) {
    .service-category { padding: 20px 18px 22px; }
    .service-category__header { grid-template-columns: 58px minmax(0, 1fr); gap: 15px; }
    .service-category__icon { width: 58px; height: 58px; }
    .service-category__header h3 { font-size: 20px; }
    .service-category__items a { grid-template-columns: 34px minmax(0, 1fr) 12px; gap: 10px; font-size: 13px; }
    .service-category__item-icon { width: 32px; height: 32px; }
}

/* 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 */
/* /local/templates/nikovit.ru_air/components/bitrix/news/services/style.css?178452184138717 */
/* /local/templates/nikovit.ru_air/components/bitrix/news/services/bitrix/news.list/service_section/style.css?17841771654276 */
/* /local/templates/nikovit.ru_air/components/bitrix/news.list/main_portfolio/style.css?1784177791352 */
