

/* 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/section.css?178444848211806*/
.service-landing { --sl-text:#11192d; --sl-muted:#596983; --sl-violet:#6219ef; --sl-pink:#df4388; width:100%; color:var(--sl-text); }
.service-landing *, .service-landing *::before, .service-landing *::after { box-sizing:border-box; }
.service-landing__hero { display:grid; grid-template-columns:minmax(0,1fr) minmax(400px,.9fr); gap:38px; align-items:center; min-height:590px; padding:clamp(42px,5vw,68px); overflow:hidden; background:radial-gradient(circle at 88% 15%,rgba(111,32,242,.1),transparent 30%),linear-gradient(135deg,#fbf9ff,#fff); border:1px solid #e8e3f1; border-radius:22px; box-shadow:0 22px 58px rgba(32,28,56,.075); }
.service-landing__eyebrow { margin-bottom:20px; color:#56688b; font-size:12px; font-weight:600; letter-spacing:.035em; text-transform:uppercase; }
.service-landing__eyebrow::before { content:'/'; margin-right:6px; color:var(--sl-violet); font-weight:800; }
.service-landing__hero h1 { max-width:730px; margin:0; color:var(--sl-text); font-size:clamp(40px,4.7vw,62px); font-weight:700; line-height:1.06; letter-spacing:-.04em; }
.service-landing__hero-copy > p { max-width:680px; margin:24px 0 0; color:#455675; font-size:17px; line-height:1.65; }
.service-landing__hero-actions { display:flex; flex-wrap:wrap; gap:13px; margin-top:30px; }
.service-landing__hero-actions button,.service-landing__hero-actions a { display:inline-flex; min-height:50px; align-items:center; justify-content:center; gap:13px; padding:12px 23px; font-size:14px; font-weight:700; border-radius:10px; cursor:pointer; text-decoration:none; transition:transform .2s ease,box-shadow .2s ease; }
.service-landing__hero-actions button { color:#fff; background:linear-gradient(105deg,#5810e8,#7a1cef 60%,#cc3b82); border:0; box-shadow:0 12px 28px rgba(91,20,227,.25); }
.service-landing__hero-actions a { color:var(--sl-violet); background:#fff; border:1px solid #cdbdf1; }
.service-landing__hero-actions button:hover,.service-landing__hero-actions a:hover { transform:translateY(-2px); box-shadow:0 15px 32px rgba(82,26,190,.18); }
.service-landing__hero-stats { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); max-width:590px; margin-top:38px; overflow:hidden; background:rgba(255,255,255,.84); border:1px solid #e7e2ef; border-radius:14px; }
.service-landing__hero-stats div { padding:18px 20px; border-left:1px solid #e9e5f1; }
.service-landing__hero-stats div:first-child { border-left:0; }
.service-landing__hero-stats strong,.service-landing__hero-stats span { display:block; }
.service-landing__hero-stats strong { color:var(--sl-violet); font-size:22px; }
.service-landing__hero-stats span { margin-top:4px; color:var(--sl-muted); font-size:11px; }
.service-landing__hero-media { position:relative; display:flex; align-items:center; justify-content:center; min-width:0; }
.service-landing__hero-media::before { content:''; position:absolute; inset:10% 3%; background:radial-gradient(circle,rgba(111,38,242,.12),transparent 68%); border-radius:50%; }
.service-landing__hero-media img { position:relative; z-index:1; display:block; width:100%; max-height:500px; object-fit:contain; filter:drop-shadow(0 28px 35px rgba(43,20,92,.13)); }
.service-landing__section { margin-top:80px; scroll-margin-top:100px; }
.service-landing__section-heading { max-width:850px; margin-bottom:34px; }
.service-landing__section-heading h2 { margin:0; color:var(--sl-text); font-size:clamp(34px,3.7vw,50px); font-weight:700; line-height:1.12; letter-spacing:-.03em; }
.service-landing__section-heading > p { margin:18px 0 0; color:#52627e; font-size:15px; line-height:1.6; }
.service-landing__types-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.service-type-card { position:relative; display:flex; min-width:0; min-height:245px; flex-direction:column; padding:25px; overflow:hidden; color:var(--sl-text); text-decoration:none; background:#fff; border:1px solid #e9e5f1; border-radius:16px; box-shadow:0 13px 32px rgba(32,28,56,.055); transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.service-type-card::after { content:''; position:absolute; right:-45px; bottom:-55px; width:130px; height:130px; background:radial-gradient(circle,rgba(101,25,239,.09),transparent 68%); border-radius:50%; }
.service-type-card:hover { color:var(--sl-text); border-color:rgba(101,25,239,.27); box-shadow:0 19px 42px rgba(32,28,56,.1); transform:translateY(-4px); }
.service-type-card__number { color:#8a6bc9; font-size:11px; font-weight:700; }
.service-type-card__task { margin-top:26px; color:var(--sl-pink); font-size:11px; font-weight:700; letter-spacing:.025em; text-transform:uppercase; }
.service-type-card strong { margin-top:9px; font-size:21px; line-height:1.25; }
.service-type-card__text { margin-top:11px; color:var(--sl-muted); font-size:13px; line-height:1.5; }
.service-type-card__arrow { position:relative; z-index:1; margin-top:auto; padding-top:20px; color:var(--sl-violet); font-size:23px; }
.service-results-grid,.service-process-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:15px; }
.service-results-grid article,.service-process-grid article { min-width:0; padding:25px; background:linear-gradient(145deg,#fff,#fcfbff); border:1px solid #e9e5f1; border-radius:16px; }
.service-results-grid article > span,.service-process-grid article > span { display:flex; width:42px; height:42px; align-items:center; justify-content:center; color:#fff; font-size:11px; font-weight:700; background:linear-gradient(135deg,var(--sl-violet),var(--sl-pink)); border-radius:11px; box-shadow:0 9px 20px rgba(100,25,239,.19); }
.service-results-grid h3,.service-process-grid h3 { margin:22px 0 0; font-size:19px; }
.service-results-grid p,.service-process-grid p { margin:10px 0 0; color:var(--sl-muted); font-size:13px; line-height:1.55; }
.service-landing__cases { position:relative; padding:clamp(36px,5vw,56px); overflow:hidden; background:radial-gradient(circle at 88% 8%,rgba(216,66,101,.18),transparent 27%),#0a1020; border-radius:21px; }
.service-landing__section-heading--light h2 { color:#fff; }
.service-landing__section-heading--light .service-landing__eyebrow,.service-landing__section-heading--light > p { color:rgba(255,255,255,.65); }
.service-landing__cases .main-cases-list { margin-top:30px; }
.service-technologies-list { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; }
.service-technologies-list span { display:flex; min-width:0; min-height:92px; flex:1 1 140px; max-width:200px; flex-direction:column; align-items:center; gap:10px; padding:15px; color:#352c50; font-size:14px; font-weight:700; text-align:center; background:#fff; border:1px solid #e8e3f0; border-radius:14px; box-shadow:0 12px 28px rgba(32,28,56,.05); }
.service-technologies-list img { display:block; width:auto; max-width:100%; height:auto; margin:auto 0 0; object-fit:contain; }
.service-technologies-list strong { margin-top:auto; font:inherit; }
.service-landing__process { padding:clamp(34px,5vw,52px); background:linear-gradient(135deg,rgba(103,8,199,.045),rgba(216,66,101,.05)); border:1px solid #e8e3f1; border-radius:20px; }
.service-process-grid article { background:rgba(255,255,255,.88); }
.service-prices-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.service-prices-grid article { display:flex; min-height:210px; flex-direction:column; padding:27px; background:#fff; border:1px solid #e7e1f0; border-radius:17px; box-shadow:0 14px 34px rgba(32,28,56,.06); }
.service-prices-grid h3 { margin:0; font-size:19px; }
.service-prices-grid strong { display:block; margin-top:25px; color:var(--sl-violet); font-size:27px; }
.service-prices-grid a { margin-top:auto; padding-top:23px; color:var(--sl-violet); font-size:13px; font-weight:700; text-decoration:none; }
.service-prices-grid a span { margin-left:9px; font-size:18px; }
.service-prices-note { margin:18px 0 0; color:var(--sl-muted); font-size:13px; }
.service-faq-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.service-faq-list details { min-width:0; padding:0 22px; background:#fff; border:1px solid #e8e3f0; border-radius:14px; }
.service-faq-list summary { display:grid; grid-template-columns:minmax(0,1fr) 30px; gap:18px; align-items:center; min-height:70px; font-size:15px; font-weight:700; cursor:pointer; list-style:none; }
.service-faq-list summary::-webkit-details-marker { display:none; }
.service-faq-list summary span { display:flex; width:30px; height:30px; align-items:center; justify-content:center; color:var(--sl-violet); font-size:21px; background:#f2ecff; border-radius:50%; transition:transform .2s ease; }
.service-faq-list details[open] summary span { transform:rotate(45deg); }
.service-faq-list details p { margin:0; padding:0 38px 20px 0; color:var(--sl-muted); font-size:13px; line-height:1.6; }
.service-landing__seo-text { margin-top:65px; padding:28px; color:#61708a; font-size:13px; line-height:1.7; background:#fbf9ff; border:1px solid #ebe7f2; border-radius:16px; }
.service-landing__seo-text > :first-child { margin-top:0; }.service-landing__seo-text > :last-child { margin-bottom:0; }
.service-landing__cta { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:30px; align-items:center; margin-top:80px; padding:clamp(32px,5vw,52px); overflow:hidden; color:#fff; background:radial-gradient(circle at 10% 12%,rgba(255,255,255,.18),transparent 30%),linear-gradient(110deg,#5710e8,#7a1eef 58%,#d33f84); border-radius:20px; box-shadow:0 20px 52px rgba(83,19,199,.24); }
.service-landing__cta > div > span { color:rgba(255,255,255,.7); font-size:12px; font-weight:600; text-transform:uppercase; }
.service-landing__cta h2 { margin:12px 0 0; color:#fff; font-size:clamp(28px,3vw,42px); line-height:1.15; }
.service-landing__cta p { margin:13px 0 0; color:rgba(255,255,255,.76); font-size:14px; }
.service-landing__cta button { min-width:235px; min-height:55px; padding:13px 25px; color:var(--sl-violet); font-size:15px; font-weight:700; background:#fff; border:0; border-radius:11px; cursor:pointer; box-shadow:0 12px 28px rgba(43,12,107,.2); }
.service-landing__cta button span { margin-left:13px; font-size:20px; }
@media (max-width:1199.98px) { .service-landing__hero { grid-template-columns:minmax(0,1fr) 390px; }.service-landing__types-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.service-results-grid,.service-process-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:991.98px) { .service-landing__hero { grid-template-columns:1fr; }.service-landing__hero-media { max-width:620px; margin:0 auto; }.service-landing__hero-media img { max-height:430px; }.service-landing__section { margin-top:60px; }.service-landing__cta { grid-template-columns:1fr; }.service-landing__cta button { width:100%; } }
@media (max-width:767.98px) { .service-landing__hero { min-height:0; padding:32px 20px; }.service-landing__hero h1 { font-size:clamp(36px,10vw,48px); }.service-landing__hero-copy > p { font-size:15px; }.service-landing__types-grid,.service-results-grid,.service-process-grid,.service-prices-grid,.service-faq-list { grid-template-columns:1fr; }.service-technologies-list span { flex-basis:calc(50% - 6px); max-width:calc(50% - 6px); }.service-landing__cases,.service-landing__process { padding:30px 20px; }.service-landing__cta { margin-top:60px; padding:30px 20px; } }
@media (max-width:479.98px) { .service-landing__hero-actions { display:grid; }.service-landing__hero-actions button,.service-landing__hero-actions a { width:100%; }.service-landing__hero-stats div { padding:15px 10px; }.service-landing__hero-stats strong { font-size:18px; }.service-landing__hero-stats span { font-size:9px; }.service-technologies-list span { min-height:75px; font-size:12px; }.service-faq-list details { padding:0 17px; } }

/* 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/services/section.css?178444848211806 */
/* /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 */
