

/* Start:/local/templates/naginoff/components/bitrix/news/otraslevye-resheniya/bitrix/news.detail/.default/style.css?178186127948502*/
.energy-first-screen .first-screen-mainpage__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.body-content:has(.energy-first-screen) {
    margin-bottom: 60px;
    font-weight: normal;
}

.energy-audience.energy-audience-new,
.energy-features-modern {
    --energy-bg-light: #fafbfc;
    --energy-bg-white: #ffffff;
    --energy-bg-light-3: #eff2f5;
    --energy-accent: #00b956;
    --energy-accent-dark: #009947;
    --energy-accent-bg: rgba(0, 185, 86, 0.1);
    --energy-warn: #e5a300;
    --energy-warn-bg: rgba(229, 163, 0, 0.1);
    --energy-warn-dark: #b07a00;
    --energy-text-dark: #0f1419;
    --energy-text-soft: #4b5563;
    --energy-border-light: #e5e7eb;
    padding: 70px 0 80px;
    background: var(--energy-bg-light);
    color: var(--energy-text-dark);
    font-family: "Manrope", "Inter", system-ui, sans-serif;
    line-height: 1.55;
}

.energy-audience-new .container-otraslevye-resheniya,
.energy-features-modern .container-otraslevye-resheniya {
    max-width: 1140px;
    padding: 0 24px;
}

.energy-audience-new__eyebrow,
.energy-features-modern__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.energy-audience-new__eyebrow-line,
.energy-features-modern__eyebrow-line {
    width: 32px;
    height: 2px;
    border-radius: 1px;
    background: var(--energy-accent);
}

.energy-audience-new__eyebrow-text,
.energy-features-modern__eyebrow-text {
    color: var(--energy-accent);
    font-size: 11.5px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.energy-audience-new__title,
.energy-features-modern__title {
    margin: 0 0 14px !important;
    color: var(--energy-text-dark);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
}

.energy-audience-new__title span,
.energy-features-modern__title span {
    color: var(--energy-accent);
}

.energy-audience-new__lead {
    max-width: 760px;
    margin: 0 0 32px !important;
    color: var(--energy-text-soft);
    font-size: 16px;
    line-height: 1.6;
}

.energy-audience-new__frame {
    padding: 12px;
    border: 1px solid var(--energy-border-light);
    border-radius: 20px;
    background: var(--energy-bg-white);
}

.energy-audience-new__row {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    align-items: center;
    padding: 20px 22px;
    border-radius: 14px;
    transition: background 0.2s ease;
}

.energy-audience-new__row:hover {
    background: var(--energy-bg-light-3);
}

.energy-audience-new__row + .energy-audience-new__row {
    border-top: 1px solid #f1f3f5;
}

.energy-audience-new__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--energy-accent-bg);
    color: var(--energy-accent-dark);
    transition: background 0.2s ease, color 0.2s ease;
}

.energy-audience-new__row:hover .energy-audience-new__icon {
    background: var(--energy-accent);
    color: #ffffff;
}

.energy-audience-new__icon svg {
    width: 24px;
    height: 24px;
}

.energy-audience-new__text {
    color: var(--energy-text-dark);
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
}

.energy-features-modern {
    background: var(--energy-bg-light);
}

.energy-features-modern__grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 56px;
    align-items: flex-start;
}

.energy-features-modern__title {
    margin-bottom: 16px !important;
}

.energy-features-modern__lead {
    max-width: 800px;
    margin: 0 0 18px !important;
    color: var(--energy-text-soft);
    font-size: 16px;
    line-height: 1.6;
}

.energy-features-modern__lead2 {
    margin: 0 !important;
    color: var(--energy-text-soft);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}

.energy-features-modern__risks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.energy-features-modern__chip {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid var(--energy-border-light);
    border-left: 3px solid var(--energy-warn);
    border-radius: 10px;
    background: var(--energy-bg-white);
    transition: border-color 0.2s ease, border-left-color 0.2s ease, transform 0.2s ease;
}

.energy-features-modern__chip:hover {
    border-color: var(--energy-accent);
    border-left-color: var(--energy-accent);
    transform: translateX(3px);
}

.energy-features-modern__chip--wide {
    grid-column: 1 / -1;
}

.energy-features-modern__chip-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--energy-warn-bg);
    color: var(--energy-warn-dark);
    flex-shrink: 0;
}

.energy-features-modern__chip-icon svg {
    width: 16px;
    height: 16px;
}

.energy-features-modern__chip:hover .energy-features-modern__chip-icon {
    background: var(--energy-accent-bg);
    color: var(--energy-accent-dark);
}

.energy-features-modern__chip-text {
    color: var(--energy-text-dark);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

@media (max-width: 980px) {
    .energy-features-modern__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .energy-audience-new__title,
    .energy-features-modern__title {
        font-size: 28px;
    }
}

@media (max-width: 700px) {
    .energy-audience.energy-audience-new,
    .energy-features-modern {
        padding: 56px 0 64px;
    }

    .energy-audience-new__row {
        grid-template-columns: 40px 1fr;
        gap: 14px;
        padding: 18px 16px;
    }

    .energy-audience-new__icon {
        width: 40px;
        height: 40px;
    }

    .energy-audience-new__icon svg {
        width: 20px;
        height: 20px;
    }

    .energy-audience-new__text {
        font-size: 15.5px;
    }
}

@media (max-width: 600px) {
    .energy-features-modern__risks {
        grid-template-columns: 1fr;
    }
}

.energy-first-screen .first-screen-mainpage__form-note {
    margin: 0;
}

.energy-first-screen span.first-screen-mainpage__list-text {
    font-size: 16px;
}

.energy-audience {
    --main-color: #ffffff;
    --orange: rgba(255, 199, 3, 1);
    --green: rgba(0, 119, 46, 1);
    --p-text: rgba(65, 69, 73, 1);
    padding: 70px 0;
    background: #f4f6f9;
}

.energy-audience__header {
    margin: 0 auto 40px;
    text-align: center;
}

h2.energy-audience__title {
    color: rgb(26, 43, 74);
    font-family: "Inter", "Manrope", Arial, sans-serif;
    font-size: 35px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    margin: 0px 0 20px !important;
}

.energy-audience__text,
.energy-audience__tasks-title {
    margin: 0 auto 16px !important;
    color: #5a6480;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.energy-audience__tasks-title, .energy-features__subtitle {
    margin-bottom: 0 !important;
    color: #1a2b4a;
    font-weight: 700;
}

.energy-audience__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.energy-audience__item {
    display: flex;
    flex-direction: column;
    padding: 26px 24px;
    border: 1px solid #eef1f6;
    border-radius: 16px;
    background: #ffffff;
}

.energy-audience__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 0 18px;
    border-radius: 16px;
    background: rgba(0, 119, 46, 0.08);
    color: var(--green);
    flex-shrink: 0;
}

.energy-audience__icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.energy-audience__item p {
    margin: 0 !important;
    color: #5a6480;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
}

@media (max-width: 1024px) {
    .energy-audience {
        padding: 56px 0;
    }

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

    h2.energy-audience__title {
        font-size: 34px;
    }
}

@media (max-width: 640px) {
    .energy-audience {
        padding: 44px 0;
    }

    .energy-audience__header {
        margin-bottom: 28px;
    }

    h2.energy-audience__title {
        font-size: 27px;
    }

    .energy-audience__text {
        font-size: 16px;
    }

    .energy-audience__grid {
        grid-template-columns: 1fr 1fr;
        gap: 5px;
        padding: 0 5px;
    }

    .energy-audience__item p {
        font-size: 14px;
    }

    .energy-audience__item {
        min-height: 0;
        padding: 22px;
    }
    .ceo-text .energy-features__item p, .energy-features__item p {
        text-align: center !important;
        font-size: 14px !important;
    }
}

.energy-features {
    --main-color: #ffffff;
    --orange: rgba(255, 199, 3, 1);
    --green: rgba(0, 119, 46, 1);
    --p-text: rgba(65, 69, 73, 1);
    padding: 70px 0;
    background: var(--main-color);
}

.third-block:has(.energy-features) {
    margin-top: 0px;
}

.ceo-text:has(.energy-features) {
    padding: 0px;
}

.energy-features__header {
    margin: 0 0 34px;
    text-align: center;
}

.ceo-text h2.energy-features__title,
h2.energy-features__title {
    margin: 0 0 18px !important;
    color: rgb(26, 43, 74);
    font-family: "Inter", "Manrope", Arial, sans-serif;
    font-size: 35px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}

.energy-features__lead {
    margin: 0 !important;
    text-align: center;
}

.energy-features__subtitle {
    margin: 0 0 22px !important;
    text-align: center;
    font-weight: 700 !important;
}

.energy-features__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.energy-features__item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    border: 1px solid #eef1f6;
    border-radius: 16px;
    background: #f8fafc;
}

.energy-features__item--wide {
    grid-column: span 3;
    min-height: 0;
}

.energy-features__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    color: #d97706;
    flex: 0 0 56px;
    transition: transform 0.3s ease;
}

.energy-features__item:hover .energy-features__icon {
    transform: scale(1.1) rotate(5deg);
}

.energy-features__icon svg {
    width: 32px;
    height: 32px;
    stroke-width: 2;
}

.ceo-text .energy-features__item p,
.energy-features__item p {
    margin: 0 !important;
    color: var(--p-text);
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
}

@media (max-width: 1024px) {
    .energy-features {
        padding: 56px 0;
    }

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

    .energy-features__item--wide {
        grid-column: span 2;
    }

    .ceo-text h2.energy-features__title,
    h2.energy-features__title {
        font-size: 34px;
    }
}

@media (max-width: 640px) {
    .energy-features {
        padding: 44px 0;
    }

    .energy-features__header {
        margin-bottom: 28px;
    }

    .ceo-text h2.energy-features__title,
    h2.energy-features__title {
        font-size: 27px;
    }

    .ceo-text p.energy-features__lead,
    p.energy-features__lead {
        font-size: 16px;
    }

    .energy-features__grid {
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }

    .energy-features__item,
    .energy-features__item--wide {
        min-height: 0;
        padding: 15px;
        flex-direction: column;
        gap: 5px;
    }
    .body-content:has(.energy-first-screen) .contact-section-compact.mainpage-final-fos.energy-final-fos .contact-section-info h2.contact-section-title {
        text-align: center !important;
    }
}

.energy-risks {
    --main-color: #ffffff;
    --orange: rgba(255, 199, 3, 1);
    --green: rgba(0, 119, 46, 1);
    --p-text: rgba(65, 69, 73, 1);
    padding: 70px 0;
    background: #f4f6f9;
}

.energy-risks__header {
    margin: 0 0 36px;
    text-align: center;
}

h2.energy-risks__title {
    margin: 0 0 18px !important;
    color: rgb(26, 43, 74);
    font-family: "Inter", "Manrope", Arial, sans-serif;
    font-size: 35px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}

.energy-risks__lead {
    margin: 0 !important;
    color: #5a6480;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.energy-risks__controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: -12px 0 18px;
}

.energy-risks__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(0, 119, 46, 0.18);
    border-radius: 50%;
    background: #ffffff;
    color: var(--green);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.energy-risks__arrow:hover:not(:disabled) {
    border-color: var(--green);
    background: var(--green);
    color: #ffffff;
}

.energy-risks__arrow:disabled {
    opacity: 0.35;
    cursor: default;
}

.energy-risks__arrow svg {
    width: 24px;
    height: 24px;
    stroke-width: 2.3;
}

.energy-risks__list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(350px, 1fr);
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.energy-risks__list::-webkit-scrollbar {
    display: none;
}

.energy-risks__card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 24px;
    border: 1px solid #eef1f6;
    border-radius: 16px;
    background: #ffffff;
    scroll-snap-align: start;
}

.energy-risks__top {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.energy-risks__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    color: #d97706;
    flex: 0 0 56px;
    transition: transform 0.3s ease;
}

.energy-risks__card:hover .energy-risks__icon {
    transform: scale(1.1) rotate(5deg);
}

.energy-risks__icon svg {
    width: 32px;
    height: 32px;
    stroke-width: 2;
}

.energy-risks__top h3 {
    margin: 0;
    color: #1a2b4a;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 700;
}

.energy-risks__body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.energy-risks__caption {
    margin: 0 0 12px !important;
    color: #1a2b4a;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
}

.energy-risks__body ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.energy-risks__body li {
    position: relative;
    margin: 0;
    padding-left: 18px;
    color: var(--p-text);
    font-size: 14px;
    line-height: 1.5;
}

.energy-risks__body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--orange);
}

.energy-risks__measures {
    margin: auto 0 0 !important;
    padding: 16px;
    border-radius: 16px;
    background: rgba(0, 119, 46, 0.08);
    color: var(--p-text);
    font-size: 14px;
    line-height: 1.5;
}

.energy-risks__measures span {
    color: #1a2b4a;
    font-weight: 700;
}

.energy-risks__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 28px;
}

.energy-risks__note {
    margin: 0 !important;
    padding: 14px 16px;
    border-radius: 14px;
    background: #ffffff;
    color: #1a2b4a;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.energy-risks__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 24px;
    border: 0;
    border-radius: 12px;
    background: var(--green);
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    cursor: pointer;
    flex-shrink: 0;
}

.energy-risks__button:hover {
    background: #005f25;
}

@media (max-width: 1024px) {
    .energy-risks {
        padding: 56px 0;
    }

    h2.energy-risks__title {
        font-size: 34px;
    }

    .energy-risks__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .energy-risks {
        padding: 44px 0;
    }

    .energy-risks__header {
        margin-bottom: 28px;
    }

    h2.energy-risks__title {
        font-size: 27px;
    }

    .energy-risks__lead {
        font-size: 16px;
    }

    .energy-risks__controls {
        justify-content: center;
        margin: 0 0 16px;
    }

    .energy-risks__list {
        grid-auto-columns: 88%;
        gap: 14px;
    }

    .energy-risks__card {
        padding: 22px;
    }

    .energy-risks__top {
        flex-direction: column;
    }

    .energy-risks__button {
        width: 100%;
    }

}

.energy-includes {
    --main-color: #ffffff;
    --orange: rgba(255, 199, 3, 1);
    --green: rgba(0, 119, 46, 1);
    --p-text: rgba(65, 69, 73, 1);
    padding: 70px 0;
    background: #f8fafc;
}

.energy-includes__header {
    margin: 0 0 48px;
    text-align: center;
}

.energy-includes__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 24px;
    padding: 6px 16px;
    border: 1px solid rgba(251, 191, 36, 0.2);
    border-radius: 999px;
    background: #ffffff;
    color: #d97706;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.energy-includes__badge svg {
    width: 16px;
    height: 16px;
    stroke-width: 2;
}

h2.energy-includes__title {
    margin: 0 !important;
    color: rgb(26, 43, 74);
    font-family: "Inter", "Manrope", Arial, sans-serif;
    font-size: 35px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}

.energy-includes__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.energy-includes__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 190px;
    height: 100%;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.energy-includes__card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.92);
}

.energy-includes__number {
    position: absolute;
    right: 18px;
    bottom: -10px;
    color: rgba(15, 23, 42, 0.05);
    font-size: 82px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    pointer-events: none;
}

.energy-includes__card-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.energy-includes__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 1px solid #ffffff;
    border-radius: 16px;
    background: linear-gradient(145deg, #ffffff, #f1f5f9);
    color: var(--green);
    flex: 0 0 56px;
    min-width: 56px;
}

.energy-includes__icon svg {
    width: 28px;
    height: 28px;
    stroke-width: 2;
}

.energy-includes__card h3 {
    margin: 0 !important;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    text-align: left;
}

@media (max-width: 1024px) {
    .energy-includes {
        padding: 56px 0;
    }

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

    h2.energy-includes__title {
        font-size: 34px;
    }
}

@media (max-width: 640px) {
    .energy-includes {
        padding: 44px 0;
    }

    .energy-includes__header {
        margin-bottom: 28px;
    }

    h2.energy-includes__title {
        font-size: 27px;
    }

    .energy-includes__grid {
        grid-template-columns: 1fr;
    }

    .energy-includes__card {
        min-height: 0;
        padding: 22px;
    }
}

.energy-docs {
    font-family: "Inter", "Manrope", Arial, sans-serif;
    color: #1e293b;
    padding: 70px 0;
    background: #f8fafc;
}

.energy-docs__heading {
    margin: 0 0 48px;
    text-align: center;
}

h2.energy-docs__title {
    margin: 0 0 16px !important;
    color: rgb(26, 43, 74);
    font-family: "Inter", "Manrope", Arial, sans-serif;
    font-size: 35px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}

.energy-docs__subtitle {
    margin: 0 auto !important;
    color: #475569;
    font-size: 18px;
    line-height: 1.55;
    text-align: center;
}

.energy-docs__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
}

.energy-docs__card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.energy-docs__card--span-2 {
    grid-column: span 2;
}

.energy-docs__card--span-3 {
    grid-column: span 3;
}

.energy-docs__card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.9);
}

.energy-docs__number {
    position: absolute;
    top: -10px;
    right: -10px;
    color: rgba(0, 0, 0, 0.03);
    font-size: 96px;
    line-height: 1;
    font-weight: 900;
    pointer-events: none;
    transition: all 0.3s;
}

.energy-docs__card:hover .energy-docs__number {
    color: rgba(0, 0, 0, 0.06);
    transform: scale(1.05);
}

.energy-docs__header-area {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 72px;
    margin-bottom: 8px;
}

.energy-docs__icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 1px solid #ffffff;
    border-radius: 16px;
    background: linear-gradient(145deg, #ffffff, #f1f5f9);
    flex-shrink: 0;
    z-index: 1;
}

.energy-docs__icon {
    width: 28px;
    height: 28px;
}

.energy-docs__icon--blue {
    color: #2563eb;
}

.energy-docs__icon--amber {
    color: #f59e0b;
}

.energy-docs__icon--red {
    color: #ef4444;
}

.energy-docs__icon--orange {
    color: #f97316;
}

.energy-docs__icon--green {
    color: #10b981;
}

@keyframes energy-docs-float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.energy-docs__icon-animate {
    animation: energy-docs-float 5s ease-in-out infinite;
}

.energy-docs__delay-20 {
    animation-delay: 0.2s;
}

.energy-docs__delay-40 {
    animation-delay: 0.4s;
}

.energy-docs__delay-60 {
    animation-delay: 0.6s;
}

.energy-docs__delay-80 {
    animation-delay: 0.8s;
}

.energy-docs__card-title {
    margin: 0 !important;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.energy-docs__chip {
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.energy-docs__chip--blue {
    color: #2563eb;
}

.energy-docs__chip--amber {
    color: #d97706;
}

.energy-docs__chip--red {
    color: #dc2626;
}

.energy-docs__chip--orange {
    color: #ea580c;
}

.energy-docs__chip--green {
    color: #059669;
}

.energy-docs__subtitle-area {
    position: relative;
    z-index: 1;
    min-height: 40px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.energy-docs__subtitle-text {
    margin: 0 !important;
    color: #64748b;
    font-size: 14px;
    line-height: 1.4;
    font-style: italic;
}

.energy-docs__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.energy-docs__grow {
    flex-grow: 1;
}

.energy-docs__list li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 24px;
    color: #334155;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

.energy-docs__list li:last-child {
    margin-bottom: 0;
}

.energy-docs__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.energy-docs__list--blue li::before {
    background: #3b82f6;
}

.energy-docs__list--yellow li::before {
    background: #f59e0b;
}

.energy-docs__list--red li::before {
    background: #ef4444;
}

.energy-docs__list--orange li::before {
    background: #f97316;
}

.energy-docs__list--green li::before {
    background: #10b981;
}

.energy-docs__list strong {
    color: #0f172a;
    font-weight: 700;
}

.energy-docs__cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 48px;
    padding: 32px;
    border-radius: 24px;
    background: #0f172a;
}

.energy-docs__cta-glow {
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
}

.energy-docs__cta-action {
    position: relative;
    z-index: 1;
}

.energy-docs__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 24px;
    border: 0;
    border-radius: 12px;
    background-color: #fbbf24;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s;
}

.energy-docs__button:hover {
    background-color: #f59e0b;
    transform: translateY(-2px);
}

.energy-docs__button-icon {
    width: 20px;
    height: 20px;
}

@media (max-width: 1024px) {
    .energy-docs {
        padding: 56px 0;
    }

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

    .energy-docs__card--span-2,
    .energy-docs__card--span-3 {
        grid-column: span 1;
    }

    h2.energy-docs__title {
        font-size: 34px;
    }
}

@media (max-width: 640px) {
    .energy-docs {
        padding: 44px 0;
    }

    .energy-docs__heading {
        margin-bottom: 28px;
    }

    h2.energy-docs__title {
        font-size: 27px;
    }

    .energy-docs__subtitle {
        font-size: 16px;
    }

    .energy-docs__grid {
        grid-template-columns: 1fr;
    }

    .energy-docs__card {
        padding: 22px;
    }

    .energy-docs__header-area {
        align-items: flex-start;
    }

    .energy-docs__button {
        width: 100%;
        font-size: 16px;
    }
}

.energy-workflow {
    font-family: "Inter", "Manrope", Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 0 88px;
    background-color: #f5f7fa;
    box-sizing: border-box;
}

.energy-workflow *,
.energy-workflow *::before,
.energy-workflow *::after {
    box-sizing: inherit;
}

h2.energy-workflow__title {
    margin: 0 0 46px !important;
    color: rgb(26, 43, 74);
    font-family: "Inter", "Manrope", Arial, sans-serif;
    font-size: 35px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}

.energy-workflow__timeline {
    position: relative;
    width: 100%;
    margin-bottom: 44px;
    padding-top: 80px;
}

.energy-workflow__line-bg,
.energy-workflow__progress {
    position: absolute;
    bottom: 30px;
    height: 4px;
    border-radius: 2px;
    transform: translateY(50%);
}

.energy-workflow__line-bg {
    left: 7.15%;
    width: 85.7%;
    background-color: #e2e8f0;
}

.energy-workflow__progress {
    left: 7.15%;
    width: 0;
    background-color: #00c076;
    transition: width 1s linear;
}

.energy-workflow__plane {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 0;
    height: 0;
    z-index: 10;
    transform: translateY(50%);
    transition: left 1s linear;
}

.energy-workflow__plane-body {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    fill: #00c076;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
    transform: translate(0, 0) rotate(0deg);
}

@keyframes energy-workflow-jump {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    10% {
        transform: translateY(-10px) rotate(-20deg);
    }

    50% {
        transform: translateY(-80px) rotate(0deg);
    }

    90% {
        transform: translateY(-10px) rotate(20deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

.energy-workflow__plane.energy-workflow__plane--jump .energy-workflow__plane-body {
    animation: energy-workflow-jump 1s ease-in-out forwards;
}

.energy-workflow__plane.energy-workflow__plane--finish .energy-workflow__plane-body {
    opacity: 0;
    transform: translate(150px, -100px) rotate(-20deg);
    transition: all 0.8s ease-in;
}

.energy-workflow__steps-row {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 18px;
}

.energy-workflow__step-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.energy-workflow__step-circle {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 3px solid #e2e8f0;
    border-radius: 50%;
    background-color: #ffffff;
    color: #a0aec0;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.energy-workflow__step-circle.active {
    border-color: #00c076;
    background-color: #e6fffa;
    color: #00c076;
    transform: scale(1.2);
}

.energy-workflow__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
}

.energy-workflow__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 26px 16px;
    border-top: 4px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    transition: all 0.4s ease;
}

.energy-workflow__card.active-card {
    border-top-color: #00c076;
    transform: translateY(-5px);
}

.energy-workflow__card:last-child {
    grid-column: 2;
}

.energy-workflow__card-title {
    display: flex;
    align-items: flex-start;
    flex: 1;
    margin: 0;
    color: #1a202c;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    text-align: left;
}

.sixth-block .title-main h2.otr-solution.energy-sixth__title {
    margin: 0 0 18px !important;
    color: rgb(26, 43, 74);
    font-family: "Inter", "Manrope", Arial, sans-serif;
    font-size: 35px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}

.energy-license-block .licenses-section .section-title {
    margin: 0 0 18px !important;
    color: rgb(26, 43, 74);
    font-family: "Inter", "Manrope", Arial, sans-serif;
    font-size: 35px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}

.energy-license-block .licenses-section .section-title::after {
    display: none;
}

.contact-section-compact.mainpage-final-fos.energy-final-fos .contact-section-info h2.contact-section-title {
    font-size: 26px !important;
    color: rgb(15, 23, 42) !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    font-family: Inter !important;
    margin: 60px auto !important;
    text-align: left !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.contact-section-compact.mainpage-final-fos.energy-final-fos .contact-section-info .contact-section-desc {
    font-size: 18px !important;
}

@media (max-width: 1200px) {
    .energy-workflow__timeline {
        display: none;
    }

    .energy-workflow__grid {
        counter-reset: energy-workflow-step;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .energy-workflow__card {
        border-top-color: #00c076;
    }

    .energy-workflow__card:last-child {
        grid-column: auto;
    }

    .energy-workflow__card::before {
        content: counter(energy-workflow-step);
        counter-increment: energy-workflow-step;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
        border-radius: 50%;
        background: #00c076;
        color: #ffffff;
        font-weight: 700;
    }

    h2.energy-workflow__title {
        font-size: 34px;
    }
}

@media (max-width: 640px) {
    .energy-workflow {
        padding: 56px 0 64px;
    }

    h2.energy-workflow__title {
        margin-bottom: 28px !important;
        font-size: 27px;
    }

    .energy-license-block .licenses-section .section-title {
        font-size: 27px;
    }

    .energy-workflow__grid {
        grid-template-columns: 1fr;
    }
}

.body-content:has(.energy-first-screen) .container-otraslevye-resheniya > div > div:nth-child(2) {
    margin-top: 0px;
}
.energy-risks-cta {
    margin-top: 28px;
    padding: 26px 30px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0f1419 0%, #1a2128 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.energy-risks-cta::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(0, 185, 86, 0.22) 0%, transparent 70%);
    pointer-events: none;
}

.energy-risks-cta__source {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.5);
    font-size: 12.5px;
    line-height: 1.4;
}

.energy-risks-cta__source svg {
    width: 14px;
    height: 14px;
    color: rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
}

.energy-risks-cta__source strong {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}

.energy-risks-cta__row {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
}

.energy-risks-cta__title {
    margin: 0 0 6px !important;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0;
}

.energy-risks-cta__sub {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.5;
}

.energy-risks-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 26px;
    border: 0;
    border-radius: 12px;
    background: #00b956;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    animation: energy-risk-cta-pulse 2.4s ease-in-out infinite;
    transition: background 0.2s ease, transform 0.2s ease;
}

.energy-risks-cta__button:hover {
    background: #009947;
    transform: translateY(-1px);
}

.energy-risks-cta__button svg {
    width: 16px;
    height: 16px;
}

@keyframes energy-risk-cta-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 185, 86, 0.4); }
    50% { box-shadow: 0 0 0 12px rgba(0, 185, 86, 0); }
}

.energy-includes-road {
    padding: 70px 0 80px;
    background: #fafbfc;
}

.energy-includes-road__eyebrow,
.energy-process__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.energy-includes-road__eyebrow-line,
.energy-process__eyebrow-line {
    width: 32px;
    height: 2px;
    background: #00b956;
    border-radius: 1px;
}

.energy-includes-road__eyebrow-text,
.energy-process__eyebrow-text {
    color: #00b956;
    font-size: 11.5px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

h2.energy-includes-road__title,
h2.energy-process__title {
    max-width: 900px;
    margin: 0 0 28px !important;
    color: #0f1419;
    font-family: "Inter", "Manrope", Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
}

h2.energy-includes-road__title span,
h2.energy-process__title span {
    color: #00b956;
}

.energy-includes-road__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.energy-includes-road__col {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
}

.energy-includes-road__col-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    background: #3f4853;
    color: #ffffff;
}

.energy-includes-road__col-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #00b956;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    flex-shrink: 0;
}

.energy-includes-road__col-title-wrap {
    min-width: 0;
}

.energy-includes-road__col-title {
    margin: 0 !important;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.energy-includes-road__col-sub {
    margin: 2px 0 0 !important;
    color: rgba(255, 255, 255, 0.6);
    font-size: 11.5px;
    line-height: 1.3;
}

.energy-includes-road__col-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2px;
    padding: 10px 8px;
}

.energy-includes-road__item {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 10px;
    transition: background 0.2s ease;
}

.energy-includes-road__item:hover {
    background: #eff2f5;
}

.energy-includes-road__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(0, 185, 86, 0.1);
    color: #009947;
    transition: background 0.2s ease, color 0.2s ease;
}

.energy-includes-road__item:hover .energy-includes-road__item-icon {
    background: #00b956;
    color: #ffffff;
}

.energy-includes-road__item-icon svg {
    width: 16px;
    height: 16px;
}

.energy-includes-road__item-text {
    color: #0f1419;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

.energy-process {
    --energy-process-badge: 54px;
    --energy-process-line: 4px;
    --energy-process-head-row: 130px;
    --energy-process-desc-row: 120px;
    padding: 60px 0 0;
    background: #f4f6f9;
}

.energy-process__eyebrow,
.energy-process__title {
    opacity: 0;
    transform: translateY(10px);
}

.energy-process__eyebrow.ready,
.energy-process__title.ready {
    opacity: 1;
    transform: none;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

h2.energy-process__title {
    margin-bottom: 80px !important;
    font-size: 34px;
}

.energy-process__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    align-items: center;
    justify-items: center;
    height: var(--energy-process-badge);
    margin-bottom: 60px;
}

.energy-process__steps::before,
.energy-process__steps::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(var(--energy-process-badge) / 2);
    right: calc(var(--energy-process-badge) / 2);
    height: var(--energy-process-line);
    border-radius: 4px;
    z-index: 0;
    transform: translateY(-50%);
}

.energy-process__steps::before {
    background: #d1d5db;
}

.energy-process__steps::after {
    background: linear-gradient(90deg, #34d399 0%, #1e974f 50%, #34d399 100%);
    background-size: 200% 100%;
    animation: energy-process-flow-line 5s linear infinite;
}

.energy-process__arrow {
    position: absolute;
    top: 50%;
    right: calc(var(--energy-process-badge) / 2 - 16px);
    width: 0;
    height: 0;
    border-left: 20px solid #1e974f;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 2;
    transform: translateY(-50%);
}

.energy-process__runner {
    position: absolute;
    top: 50%;
    left: calc(var(--energy-process-badge) / 2);
    width: 34px;
    height: 34px;
    z-index: 3;
    transform: translate(-17px, -50%);
}

.energy-process__runner svg {
    display: block;
    width: 34px;
    height: 34px;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.25));
}

.energy-process__runner.flash svg {
    animation: energy-process-muzzle 220ms ease-out;
}

.energy-process__badge {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: var(--energy-process-badge);
    height: var(--energy-process-badge);
    border: 3px solid #1e974f;
    border-radius: 50%;
    background: #ecfdf5;
    color: #1e974f;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
}

.energy-process__badge.hop {
    animation: energy-process-hop 0.6s cubic-bezier(0.28, 0.84, 0.42, 1);
}

.energy-process__blocks {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

.energy-process__block {
    display: grid;
    grid-template-rows: var(--energy-process-head-row) var(--energy-process-desc-row);
    align-items: start;
    justify-items: center;
    padding: 28px 18px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.energy-process__block:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15);
}

.energy-process__block h3 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 0 !important;
    padding-bottom: 28px;
    border-bottom: 1px dashed #d1d5db;
    color: #0f1419;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
}

.energy-process__block p {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 15px 0 0 !important;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
}

.energy-process__cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 80px;
}

.energy-process__button {
    min-width: 280px;
    padding: 16px 48px;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, #34d399, #1e974f);
    box-shadow: 0 6px 18px rgba(30, 151, 79, 0.25);
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    cursor: pointer;
    animation: energy-process-pulse-btn 3.2s ease-in-out infinite;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.energy-process__button:hover {
    background: linear-gradient(90deg, #1e974f, #157a3e);
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(21, 122, 62, 0.3);
}

.energy-process__note {
    margin: 0 !important;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.4;
}

@keyframes energy-process-flow-line {
    0% { background-position: 0% 0; }
    100% { background-position: -200% 0; }
}

@keyframes energy-process-muzzle {
    0% { filter: drop-shadow(0 0 12px rgba(30, 151, 79, 0.8)); }
    100% { filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.25)); }
}

@keyframes energy-process-hop {
    0% { transform: translateY(0); }
    40% { transform: translateY(-6px); }
    100% { transform: translateY(0); }
}

@keyframes energy-process-pulse-btn {
    0%, 100% { box-shadow: 0 6px 18px rgba(30, 151, 79, 0.25); }
    50% { box-shadow: 0 10px 28px rgba(30, 151, 79, 0.35); }
}

@media (max-width: 900px) {
    .energy-includes-road__grid {
        grid-template-columns: 1fr;
    }

    h2.energy-includes-road__title {
        font-size: 26px;
    }

    .energy-process {
        padding: 56px 0 80px;
    }

    h2.energy-process__title {
        margin-bottom: 48px !important;
        font-size: 26px;
    }

    .energy-process__steps {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        gap: 0;
        height: auto;
        margin-bottom: 0;
        padding-left: calc(var(--energy-process-badge) / 2);
        align-items: stretch;
        justify-items: flex-start;
    }

    .energy-process__steps::before,
    .energy-process__steps::after,
    .energy-process__arrow,
    .energy-process__runner,
    .energy-process__badge {
        display: none;
    }

    .energy-process__blocks {
        counter-reset: energy-process-step;
        grid-template-columns: 1fr;
        gap: 16px;
        position: relative;
        padding-left: calc(var(--energy-process-badge) + 24px);
    }

    .energy-process__blocks::before {
        content: "";
        position: absolute;
        left: calc(var(--energy-process-badge) / 2);
        top: 30px;
        bottom: 30px;
        width: var(--energy-process-line);
        border-radius: 4px;
        background: linear-gradient(180deg, #34d399 0%, #1e974f 50%, #34d399 100%);
        z-index: 0;
    }

    .energy-process__block {
        display: block;
        grid-template-rows: none;
        position: relative;
        padding: 22px;
        text-align: left;
    }

    .energy-process__block::before {
        content: counter(energy-process-step);
        counter-increment: energy-process-step;
        position: absolute;
        left: calc(-1 * var(--energy-process-badge) - 21px);
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: var(--energy-process-badge);
        height: var(--energy-process-badge);
        border: 3px solid #1e974f;
        border-radius: 50%;
        background: #ecfdf5;
        color: #1e974f;
        font-size: 22px;
        font-weight: 700;
        z-index: 2;
    }

    .energy-process__block h3 {
        justify-content: flex-start;
        padding-bottom: 18px;
        font-size: 18px;
        text-align: left;
    }

    .energy-process__block p {
        justify-content: flex-start;
        margin-top: 18px !important;
        font-size: 14.5px;
        line-height: 1.55;
        text-align: left;
    }

    .energy-process__cta-wrap {
        margin-top: 48px;
    }

    .energy-process__button {
        min-width: 240px;
        padding: 14px 32px;
        font-size: 16px;
    }
}

@media (max-width: 720px) {
    .energy-risks-cta {
        padding: 22px;
    }

    .energy-risks-cta__row {
        grid-template-columns: 1fr;
    }

    .energy-risks-cta__title {
        font-size: 17px;
    }

    .energy-risks-cta__button {
        width: 100%;
    }
    .energy-risks, .energy-docs {
        padding: 44px 20px;
    }
    .energy-process, .energy-includes-road {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .energy-risks-cta__button,
    .energy-process__button,
    .energy-process__steps::after,
    .energy-process__badge.hop,
    .energy-process__runner.flash svg {
        animation: none;
    }

    .energy-process__eyebrow,
    .energy-process__title {
        opacity: 1;
        transform: none;
    }
}
/* End */


/* Start:/local/templates/naginoff/assets/css/otraslevye-resheniya.css?175880340022655*/
:root {
    --main-color: #ffffff;
    --orange: rgba(255, 199, 3, 1);
    --green: rgba(0, 119, 46, 1);
    --p-text: rgba(65, 69, 73, 1);;
}

p {
    margin: 0 !important;
}

.container-naginoff,
.container-otraslevye-resheniya {
    max-width: 1090px;
    margin: auto;
}

.first-block, .second-block, .third-block, .fourth-block, .sixth-block, .seventh-block, .eighth-block, .ninth-block, .tenth-block, .eleventh-block, .twelfth-block, .fourteenth-block, .naginoff-block {
    margin-top: 90px;
}
.container-naginoff .naginoff-block:last-child {
    padding-bottom: 160px;
}
.fourteenth-block {
    padding-bottom:  90px !important;
}
.title-description p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.title-description p.text-justify {
    text-align: justify;
}
.title-main h2,
.title-main h1 {
    font-family: Adderley;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

.main-block {
    margin-top: 30px;
    background-color: var(--main-color);
}

.main-block .image img {
    width: 1090px;
}
.main-block .text-block {
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.main-block .text-block p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

button.consultation {
    background-color: var(--orange);
    border: unset !important;
    border-radius: 22px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    text-align: center;
    color: var(--p-text);
    padding: 13px 77px;
    margin: 20px auto 0 auto;
}

.otr-solution .naginoff-advantage-dot-root {
    width: 150px;
}
.otr-solution .naginoff-advantage-text {
    width: unset !important;
}
.otr-solution .naginoff-advantage-dot-root .naginoff-advantage-text {
    margin: 0 !important;
}
.otr-solution .naginoff-advantage-dot-root {
    margin: 0 auto !important;
}
.otr-solution .naginoff-advantage-dot-root:first-child {
    margin-left: 0 !important;
}
.otr-solution .naginoff-advantage-dot-root:last-child {
    margin-right: 0 !important;
}
.otr-solution .naginoff-advantage-textline a {
    align-items: center;
    margin: auto;
    min-height: 68px;
    display: flex;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
}
.otr-solution .naginoff-advantage-wrapper {
    margin-top: 30px;
}
.otr-solution .naginoff-advantage-textline {
    padding: 10px 0;
    margin: auto;
    width: 100%;
}
.otr-solution .orange-place {
    padding: 4px 20px;
    background-color: var(--orange);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    color: var(--p-text);
    border-radius: 4px;
}
.otr-solution .naginoff-advantage-dot-root:nth-child(even) .naginoff-advantage-dot {
    order: unset !important;
}
.otr-solution .naginoff-advantage-dot-root {
    flex-direction: column !important;
}
.otr-solution .naginoff-advantage-dots {
    margin: 0 !important;
    display: flex !important;
    flex-direction: row !important;
}


/* cases block */

.cases-block {
    margin: 30px 0;
}
.cases-block .case-item .case-logo img {
    width: 300px;
    height: 300px;
    object-fit: contain;
    margin: auto;
}
.cases-block .case-item .case-description {
    margin-bottom: 30px;
    overflow: hidden;
}
.cases-block .case-item .case-description p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: var(--p-text);
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cases-block .case-item .case-title p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: var(--green);
}
.cases-block .open-case a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    text-align: center;
    text-transform: uppercase;
    color: var(--main-color);
}
.cases-block .open-case a:focus,
.cases-block .open-case a:visited,
.cases-block .open-case a:hover {
    color: var(--main-color) !important;
    text-decoration: none !important;
}
.otr-solution .naginoff-advantage-dot:hover,
.cases-block .open-case:hover {
    background-color: #00461a;
}
.cases-block .open-case {
    position: absolute;
    padding: 10px 30px;
    background-color: var(--green);
    border-radius: 4px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
/*.cases-block .owl-item,*/
/*.cases-block .case-item {*/
/*    max-width: 340px !important;*/
/*}*/
.cases-block .case-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: var(--main-color);
    gap: 20px;
    border-radius: 4px;
    position: relative;
    margin: 0 auto 15px auto;
    min-width: 340px !important;
    height: 578px !important;
}
.cases-carousel.owl-carousel .owl-stage-outer {
    height: unset !important;
}
.cases-carousel {
    width: calc(100% - 50px) !important;
    margin: auto;
}
.cases-carousel .owl-nav .owl-next,
.cases-carousel .owl-nav .owl-prev {
    /*margin: 0 25% 0 25% !important;*/
}
.cases-carousel .owl-nav {
    /*top: unset !important;*/
    /*bottom: -10px !important;*/
    /*height: fit-content !important;*/
}
/* end cases block */

.sixth-block-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}
.sixth-block-items .six-item {
    width: 100%;
    background-color: var(--main-color);
    border-radius: 4px;
    padding: 36px 20px;
    position: relative;
    margin-top: 48px;
}
.sixth-block-items .six-item .yellow-icon {
    position: absolute;
    background-color: var(--orange);
    top: -50px;
    /*padding: 16px;*/
    border-radius: 4px;
    width: 80px;
    height: 80px;
    display: flex;
}
.sixth-block-items .six-item .six-text p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--p-text);
}
.sixth-block-items .six-item .yellow-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.sixth-block-items .six-item .yellow-icon span {
    object-fit: contain;
    color:rgba(109, 114, 120, 1);
    font-family: Adderley;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin: auto;
}


/* otzivi */

.otzivi-carousel.owl-carousel .owl-stage-outer {
    height: unset !important;
}

.otzivi-full {
    margin-top: 30px;
    background-color: var(--main-color);
    border-radius: 4px;
    padding: 30px 0;
}

.otziv-full-block {
    max-width: 810px;
    display: flex;
    margin: auto;
}
.otziv-full-block .img-file {
    margin-right: 30px;
}
.otziv-full-block .img-file img {
    width: 250px !important;
    height: 354px !important;
    object-fit: contain;
}
.otziv-full-block .company-name-mobile {
    display: none;
}
.otziv-full-block .company-name-mobile,
.otziv-full-block .otziv-block .company-name {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: var(--green);
    margin-bottom: 30px !important;
}
.otziv-full-block .otziv-block .company-otziv-text {
    font-family: Roboto;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--p-text);
    margin-bottom: 20px !important;
}
.otziv-full-block .otziv-block .company-signed {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: var(--p-text);
}

.otzivi-carousel .owl-nav .owl-prev {
    margin-left: 30px !important;
}
.otzivi-carousel .owl-nav .owl-next {
    margin-right: 30px !important;
}
.otzivi-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    transform: translateY(-50%);
}

/* end otzivi */

.ninth-block .requisites {
    margin-top: 30px;
    /*background-image: unset !important;*/
}

/* faq-block */

.faq-block {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 15px;
}
.faq-block .faq-item {
    background-color: var(--main-color);
    width: 100%;
    padding: 25px 0;
    border-radius: 4px;
}
.faq-block .faq-item .faq-header {
    display: flex;
    align-items: center;
}
.faq-block .faq-item .faq-header .faq-question {
    margin-right: auto !important;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--p-text);
    /*height: 30px;*/
}
.faq-block .faq-item .faq-header .faq-count {
    padding-left: 30px !important;
    color: var(--main-color);
    background-color: var(--green);
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: right;
    margin-bottom: auto !important;
}
.faq-block .faq-item .faq-header .faq-actions {
    padding-right: 30px !important;
    margin-left: auto !important;
    cursor: pointer;
    margin-bottom: auto !important;
}
.faq-block .faq-item .faq-body {
    padding-left: 30px !important;
}
.faq-block .faq-item .faq-body .faq-answer {
    padding-top: 30px !important;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.faq-block .faq-item.active .faq-header .faq-actions .faq-open,
.faq-block .faq-item:not(.active) .faq-body .faq-answer,
.faq-block .faq-item:not(.active) .faq-header .faq-actions .faq-close {
    display: none;
}
.faq-block .faq-item:not(.active) .faq-answer {
    /*transform: translateY(-130px);*/
    /*opacity: 0;*/
    visibility:hidden;
    opacity: 0;
    -moz-transition: opacity 1s, visibility 1.3s;
    -webkit-transition: opacity 1s, visibility 1.3s;
    -o-transition: opacity 1s, visibility 1.3s;
    transition: opacity 1s, visibility 1.3s;
}
.faq-block .faq-item.active .faq-answer {
    /*transition: all 1s linear;*/
    /*transform: translateY(0px);*/
    /*opacity: 1;*/
    visibility:visible;
    opacity: 1;
    -moz-transition: opacity 1s, visibility 1.3s;
    -webkit-transition: opacity 1s, visibility 1.3s;
    -o-transition: opacity 1s, visibility 1.3s;
    transition: opacity 1s, visibility 1.3s;
}
/* end faq-block */

/* partners-block */

.partners-block {
    max-width: 1640px;
    margin: auto;
}
.partners-block .owl-item {
    /*width: unset !important;*/
}
.partners-block .owl-carousel .owl-stage-outer {
    height: unset !important;
}
.partners-block .partner-item-image {
    /*max-height: 120px !important;*/
    /*object-fit: none;*/

    height: 120px !important;
    object-fit: contain;
}

/* end partners-block */

.eleventh-block {
    padding: 30px 0;
}

.map__email-phone .map__phone p {
    margin-left: 10px !important;
    font-size: 16px;
    color: #24832E;
}


.owl-carousel .owl-dots {
    /*width: 50%;*/
    /*display: flex;*/
    /*margin: 20px auto 0 auto;*/
}
.owl-carousel .owl-dots .owl-dot {
    /*margin: auto;*/
}
.owl-carousel .owl-dots .owl-dot span {
    /*content: "";*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*border-radius: 50%;*/
    /*background: #ffffff;*/
    /*border: 2px solid #6D7278;*/
    /*display:inline-block;*/
}
.owl-carousel .owl-dots .owl-dot.active span {
    /*background: #6D7278;*/
}

.background-1 {
    background-position: center;
    background-image: url(/local/templates/naginoff/assets/img/naginoff-advantages.png);
    background-repeat: no-repeat;
}

@media screen and (max-width: 1640px) {
    .partners-block {
        max-width: 728px;
    }
}
@media screen and (max-width: 1190px) {
    .container-naginoff,
    .container-otraslevye-resheniya {
        max-width: 728px;
    }
    .first-block, .second-block, .third-block, .fourth-block, .sixth-block, .seventh-block, .eighth-block, .ninth-block, .tenth-block, .eleventh-block, .twelfth-block, .fourteenth-block, .naginoff-block {
        margin-top: 40px;
    }
    .fourteenth-block {
        padding-bottom: 40px !important;
    }
    .main-block .image img {
        width: 728px;
    }


    .otr-solution .naginoff-advantage-dots {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .otr-solution .naginoff-advantage-dot-root:first-child {
        margin-left: auto !important;
    }
    .otr-solution .naginoff-advantage-dot-root:last-child {
        margin-right: auto !important;
    }

    .sixth-block-items {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .otziv-full-block .img-file img {
        width: 229px !important;
        height: 324px !important;
    }
    .otzivi-carousel .owl-nav {
        /*display: none !important;*/
    }
    .otziv-full-block {
        width: 688px;
    }
    .otzivi-full {
        padding: 20px;
    }

    .cases-carousel,
    .cases-carousel .owl-item {
        /*width: unset !important;*/
    }
    .cases-carousel .owl-nav {
        /*display: none !important;*/
    }

    .otzivi-carousel .owl-nav .owl-next {
        margin: 0 0 0 auto !important;
    }
    .otzivi-carousel .owl-nav .owl-prev {
        margin: 0 auto 0 0 !important;
    }
    /*.cases-carousel .owl-nav .owl-next svg,*/
    /*.cases-carousel .owl-nav .owl-prev svg {*/
    /*    margin: 0 25% 0 25% !important;*/
    /*    margin: unset !important;*/
    /*}*/
}
@media screen and (max-width: 767px) {
    .container-naginoff,
    .container-otraslevye-resheniya {
        max-width: 320px;
    }
    .first-block, .second-block, .third-block, .fourth-block, .sixth-block, .seventh-block, .eighth-block, .ninth-block, .tenth-block, .eleventh-block, .twelfth-block, .fourteenth-block, .naginoff-block {
        margin-top: 20px;
    }
    .title-description p {
        font-size: 16px;
        line-height: 24px;
    }
	.title-main h2,
    .title-main h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .first-block .title-description p,
    .first-block .title-description h1 {
        padding: 0 10px;
    }
    .main-block .image img {
        width: 320px;
    }
    .main-block .text-block {
        padding: 10px;
    }
    .main-block .text-block p {
        font-size: 14px;
        line-height: 21px;
    }
    button.consultation {
        padding: 13px 30px;
        font-size: 16px;
        line-height: 18.75px;
    }

    .otr-solution .naginoff-advantage-dots {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .otr-solution .naginoff-advantage-textline a {
        font-size: 16px;
        line-height: 19.2px;
        min-height: 46px;
    }
    .otr-solution .naginoff-advantage-wrapper {
        margin-top: 10px;
        padding: 0 10px;
    }
    .otr-solution .naginoff-advantage-dot-root {
        width: 145px !important;
    }

    .fourth-block, .sixth-block, .ninth-block, .tenth-block {
        padding: 0 10px;
    }
    .eleventh-block {
        padding: 10px;
    }

    .cases-block {
        margin-top: 10px;
    }
    .cases-block .case-item {
        min-width: 300px !important;
        width: 300px;
        height: 535px !important;
    }
    .cases-block .case-item .case-logo img {
        width: 260px;
        height: 260px;
    }

    .sixth-block-items {
        display: flex !important;
        flex-direction: column !important;
    }
    .sixth-block-items .six-item {
        padding: 20px 30px;
    }

    .sixth-block-items .six-item .yellow-icon {
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
    }
    .sixth-block-items .six-item .yellow-icon span {
        /*width: 36px;*/
        /*height: 36px;*/
        font-size: 36px;
        font-weight: 700;
        line-height: 36px;
    }

    .otzivi-full {
        padding: 20px 10px;
        margin-top: 10px;
    }
    .otziv-full-block {
        width: 300px;
        flex-direction: column;
    }
    .otziv-full-block .img-file {
        margin: unset;
        text-align: center;
    }
    .otziv-full-block .otziv-block {
        margin-top: 20px;
    }
    .otziv-full-block .img-file img {
        width: 196px !important;
        height: 277px !important;
        margin: auto;
    }
    .otziv-full-block .company-name-mobile,
    .otziv-full-block .otziv-block .company-name {
        font-size: 16px;
        line-height: 19.2px;
        margin-bottom: 10px !important;
        display: block;
        text-align: center;
    }
    .otziv-full-block .otziv-block .company-name {
        display: none;
    }
    .otziv-full-block .otziv-block .company-otziv-text {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px !important;
    }
    .otziv-full-block .otziv-block .company-signed {
        font-size: 14px;
        line-height: 21px;
    }

    .requisites {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px;
    }
    .requisites .requisites__inner img {
        width: 145px;
        height: 206px;
    }

    .faq-block .faq-item {
        padding: 20px 0;
    }
    .faq-block .faq-item .faq-header .faq-count {
        font-size: 16px;
        line-height: 19.2px;
        padding-left: 10px !important;
    }
    .faq-block .faq-item .faq-header .faq-question {
        font-size: 16px;
        line-height: 19.2px;
    }
    .faq-block .faq-item.active .faq-answer {
        font-size: 14px;
        line-height: 21px;
        padding-top: 10px !important;
    }
    .faq-block .faq-item .faq-body {
        padding: 0 5px !important;
    }
    .faq-block .faq-item .faq-header .faq-actions img {
        width: 20px;
        height: 20px;
    }
    .faq-block .faq-item .faq-header .faq-actions {
        padding-right: 10px !important;
    }

    .partners-block .partner-item-image {
        height: 80px;
    }
    .container-naginoff .naginoff-block:last-child {
        padding-bottom: 80px;
    }

    .naginoff-block.plr-10 {
        padding: 0 10px;
    }
    .naginoff-block.plr-10 .otziv-full-block {
        width: 100%;
    }
    .cases-carousel {
        width: 100% !important;
    }
    .cases-carousel .owl-nav .owl-next svg,
    .cases-carousel .owl-nav .owl-prev svg {
        /*margin: 0 25% 0 25% !important;*/
        margin: unset !important;
    }
    .naginoff-block .cases-block {
        padding: 0 10px;
    }
}

.container-otraslevye-resheniya .naginoff-lp-content {
    padding: 60px 0 60px 0 !important;
    margin: 60px 0 0 0 !important;
}
.text p {
    margin: 20px 0 10px 0 !important;
}
.advantages-request-form-wrapper {
    margin: 0 !important;
}
.advantages-request-form-wrapper .naginoff-advantage-wrapper {
    margin-bottom: 0 !important;
}

.four-block-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}
.four-block-items .four-item {
    width: 100%;
    background-color: var(--main-color);
    border-radius: 4px;
    padding: 36px 20px;
    position: relative;
    margin-top: 48px;
}
.four-block-items .four-item .yellow-icon {
    position: absolute;
    background-color: var(--orange);
    top: -50px;
    /*padding: 16px;*/
    border-radius: 4px;
    width: 80px;
    height: 80px;
    display: flex;
}
.four-block-items .four-item .four-text p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--p-text);
}
.four-block-items .four-item .four-text span {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: var(--p-text);
}
.four-block-items .four-item .yellow-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.four-block-items .four-item .yellow-icon span {
    object-fit: contain;
    color:rgba(109, 114, 120, 1);
    font-family: Adderley;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin: auto;
}


.sixth-block-items .six-item .yellow-icon.right,
.four-block-items .four-item .yellow-icon.right {
    right: 60px;
}

.fines-name {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    color: var(--p-text);
}
.fines-block {
    padding-left: 50px;
}
.fines-block .fines-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fines-block .fines-item:not(:last-child) {
    margin-bottom: 20px;
}
.fines-block .fines-item .fine-title {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--p-text);
}
.fines-block .fines-item .fine-price {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--p-text);
    position: relative;
    margin-left: 24px !important;
}
.fines-block .fines-item .fine-price:before {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--orange);
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
}
@media screen and (max-width: 767px) {
    .four-block-items {
        display: flex;
        flex-direction: column;
        padding: 10px;
        gap: 0;
        margin: 0;
    }
    .four-block-items .four-item .four-text span {
        font-size: 16px;
        line-height: 24px;
    }
    .four-block-items .four-item .four-text p {
        font-size: 14px;
        line-height: 21px;
    }
    .four-block-items .four-item .yellow-icon {
        width: 60px;
        height: 60px;
        top: -35px;
    }
    .four-block-items .four-item .yellow-icon span {
        font-size: 36px;
        line-height: 36px;
    }
    .sixth-block-items .six-item .yellow-icon.right, .four-block-items .four-item .yellow-icon.right {
        left: 50%;
        transform: translateX(-50%);
    }
    .four-block-items .four-item {
        padding: 30px 10px 10px 10px;
    }
    .fines-name {
        font-size: 16px;
        line-height: 19.2px;
    }
    .fines-block {
        padding: 0;
    }
    .fines-block .fines-item:not(:last-child) {
        margin-bottom: 10px;
    }
    .fines-block .fines-item .fine-title {
        font-size: 16px;
        line-height: 19.2px;
    }
    .fines-block .fines-item .fine-price {
        font-size: 14px;
        line-height: 16.8px;
    }
    .faq-block .faq-item .faq-header .faq-question {
        height: unset !important;
    }
}
/* End */


/* Start:/local/templates/naginoff/assets/css/ceo-text.css?177909290410068*/
.ceo-text {
    padding: 30px 0;
    word-break: break-word;
}

span.h2,
.ceo-text h2,
.ceo-text h1 {
    font-family: Adderley;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: rgba(109, 114, 120, 1);
    text-transform: uppercase;
    margin: 0;
}

.ceo-text h3 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 32px;
    color: #6D7278;
    text-transform: uppercase;
    margin-top: 50px;
}

.ceo-text .mb-30 {
    margin: 30px 0 30px 0 !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.ceo-text .bg-white {
    background-color: #ffffff !important;
    padding: 30px !important;
    border-radius: 4px !important;
}

.ceo-text .bg-white li:before {
    position: absolute;
    top: 9px;
    margin: 0 0 0 -15px;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #ccc;
    content: "";
}

.ceo-text .bg-white li {
    padding-left: 30px !important;
    position: relative !important;
}

.ceo-text .bg-white li,
.ceo-text .bg-white p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-bottom: 10px !important;
    color: rgba(65, 69, 73, 1);
}

.ceo-text p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(65, 69, 73, 1);
}

.ceo-text p.center {
    text-align: center;
}

.ceo-text .props::before {
    content: '“';
    font-size: 96px;
    font-weight: 400;
    line-height: 96px;
    text-align: left;
    margin-right: 10px;
    margin-bottom: auto;
}

.ceo-text .props::after {
    content: '„';
    font-size: 96px;
    font-weight: 400;
    line-height: 96px;
    text-align: left;
    margin-left: 10px;
    margin-top: auto;
}

.ceo-text .props {
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    word-break: normal;
    max-width: 590px;
    margin: 0 auto;
}

.ceo-text .blog-enum {
    display: flex;
    position: relative;
    padding-left: 30px;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-family: Roboto;
}

.ceo-text .blog-enum>.num {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    background-color: #FFC703;
}

.ceo-text .blog-enum>b {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #414549;
    margin-bottom: 10px;
}

.ceo-text .blog-enum>div {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.ceo-text .blog-list>li::before {
    content: '';
    display: block;
    height: 2px;
    width: 20px;
    background: #FFC703;
    margin-right: 15px;
    left: 0;
}

.ceo-text .blog-list>li {
    align-items: center;
}

.ceo-text .props>div {
    color: #414549;
}

.ceo-text .yellow-square {
    position: relative;
    display: flex;
}

.ceo-text .yellow-square p {
    z-index: 110;
}

.ceo-text .yellow-square:before {
    background: var(--orange);
    content: "";
    height: 24px;
    width: 24px;
    position: absolute;
    z-index: 100;
    left: -12px;
}

.ceo-text ul li:before {
    content: "—";
    position: relative;
    left: -5px;
}

.ceo-text ul li {
    display: flex;
    margin-top: 0 !important;
    padding: 0 0 15px 0 !important;
    color: rgba(65, 69, 73, 1);
}

.ceo-text li,
.ceo-text p {
    font-size: 16px;
}

.ceo-text p {
    padding-top: 0 !important;
}

@media screen and (max-width:1190px) {
    .ceo-text .bg-white {
        padding: 20px !important
    }

    .mt-90 {
        margin-top: 40px !important
    }

    .ceo-text .mb-30 {
        margin-bottom: 20px !important
    }
}

@media screen and (max-width:767px) {
    .ceo-text {
        padding: 10px
    }

    .ceo-text h2,
    .ceo-text h1 {
        font-size: 36px;
        line-height: 36px
    }

    .ceo-text p {
        font-size: 16px;
        line-height: 24px
    }

    .ceo-text .yellow-square:before {
        height: 18px;
        width: 18px;
        left: -4px
    }

    .ceo-text .bg-white {
        padding: 20px 10px !important
    }
}

.two-two-block {
    display: grid;
    grid-template-columns: 4fr 6fr;
    padding: 30px 0;
}

.two-two-block p.two-two-title {
    margin-right: 30px !important;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    text-align: right;
    text-transform: uppercase;
    color: var(--green);
}

.two-two-block .two-two-descriptions-item {
    margin-bottom: 30px;
}

.two-two-block p.two-two-descriptions {
    display: flex;
    flex-direction: column;
}

.two-two-block p.two-two-p-title-text {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    color: var(--p-text);
    position: relative;
    z-index: 110;
}

.two-two-block p.two-two-p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--p-text);
}

@media screen and (max-width:1190px) {
    .two-two-block {
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .two-two-block p.two-two-title {
        margin-right: unset !important;
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .two-two-block {
        padding: 20px 0
    }

    .two-two-block p.two-two-title {
        font-size: 20px;
        line-height: 30px
    }

    .two-two-block p.two-two-p-title-text {
        font-size: 14px;
        line-height: 21px
    }

    .two-two-block p.two-two-p {
        font-size: 14px;
        line-height: 21px
    }

    .two-two-block .two-two-descriptions-item {
        margin-bottom: 10px
    }
}

.tree-picture {
    padding: 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.tree-picture .tree-picture-title {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}

.tree-picture .tree-picture-image {
    width: 100%;
    display: flex;
}

.tree-picture .tree-picture-image img {
    margin: auto;
    width: 120px;
    height: 120px;
    object-fit: contain;
}

@media screen and (max-width:767px) {
    .tree-picture {
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .tree-picture-item {
        display: flex
    }

    .tree-picture .tree-picture-image img {
        width: 68px;
        height: 68px;
        margin: auto 10px auto 0
    }

    .tree-picture .tree-picture-image {
        width: unset
    }

    .tree-picture .tree-picture-title {
        font-size: 16px;
        line-height: 24px
    }
}

.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.two-columns .two-columns-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.two-columns .two-columns-column p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

@media screen and (max-width:767px) {
    .two-columns {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .two-columns .two-columns-column {
        gap: 10px
    }
}

.any-question {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 60px;
}

.any-question p,
.any-question h1 {
    margin: 0 !important;
    padding: 0 !important;
}

.any-question h2,
.any-question h1 {
    font-family: Adderley;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #6D7278;
    margin-bottom: 15px !important;
}

.any-question p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #6D7278;
}

.any-question-form {
    margin-top: 30px;
    display: flex !important;
    flex-wrap: wrap;
    gap: 30px;
}

.any-question-input {
    height: 44px;
    color: #6D7278;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    background-color: #F4F4F4;
    padding: 12px;
}

.any-question-input.f-100 {
    flex: 100%;
}

.any-question-input.f-50 {
    flex: calc(50% - 15px);
}

.any-question-form .send-button {
    width: 320px !important;
}

.any-question-form .agree__text {
    flex: 1;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    max-width: 432px;
    margin: auto 0;
}

.any-question-form .agree__text .green-link {
    text-decoration: underline;
}

.mtb-30 {
    margin: 30px 0 30px 0;
}

.mt-15 {
    margin-top: 15px;
}

.neutralzagolovki {
    font-family: Adderley;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin: 0 !important;
}

body.nashi-raboty .ceo-text .title-p.mt-90.mb-30 {
    font-size: 44px !important;
}

@media screen and (max-width:1190px) {
    .any-question {
        padding: 20px
    }

    .any-question-form .agree__text,
    .any-question-form .send-button {
        width: 100% !important;
        flex: calc(50% - 15px)
    }
}

@media screen and (max-width:768px) {
    .any-question-form {
        margin-top: 20px;
        gap: 20px
    }

    .any-question-form .send-button {
        width: 320px !important;
        flex: unset
    }

    .any-question {
        padding: 20px 10px
    }

    .any-question h2,
    .any-question h1 {
        font-size: 36px !important;
        line-height: 36px !important
    }

    .any-question p {
        font-size: 16px;
        line-height: 24px
    }

    .neutralzagolovki {
        font-size: 28px;
    }

    .ceo-text .bg-white li:before {
        margin: 0 15px 0 0 !important;
    }
}
/* End */


/* Start:/local/templates/naginoff/assets/css/about-page.css?178419281938857*/
body {
  overflow-x: hidden;
}

.about-page {
  font-family: "Inter", "Roboto", Arial, sans-serif;
  color: #333333;
  background: #ffffff;
}

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

.about-page .about-container {
  max-width: 1240px;
  margin: 0 auto !important;
  padding: 0 20px;
}

/* --- Первый экран с картинкой (как было раньше) --- */
.about-page .about-hero {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px !important;
  background: #ffffff;
}

.about-page .about-hero__img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

.about-page .about-hero .breadcrumb {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}

/* --- 1. Кто мы --- */
.about-page .about-section {
  background-color: #f8f9fa;
  padding: 0 0 80px;
}

.about-page .section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px !important;
}

.about-page .section-title {
  font-family: "Oswald", "Inter", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 20px !important;
  line-height: 1.2;
}

.about-page .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #fcc02a;
  margin: 15px auto 0 !important;
  border-radius: 2px;
}

.about-page .section-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  margin: 0 !important;
}

.about-page .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 0 0 50px !important;
}

.about-page .about-card {
  background: #ffffff;
  padding: 45px 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border-top: 4px solid transparent;
  position: relative;
  overflow: hidden;
}

.about-page .about-card:hover {
  transform: translateY(-5px);
  border-top-color: #fcc02a;
}

.about-page .card-icon {
  width: 60px;
  height: 60px;
  background-color: #eefaf2;
  color: #1f7a3f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 0 20px !important;
}

.about-page .card-title {
  font-family: "Oswald", "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 15px !important;
}

.about-page .card-text {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  margin: 0 !important;
}

.about-page .card-text strong {
  color: #333333;
  font-weight: 700;
}

.about-page .bg-year {
  position: absolute;
  bottom: -20px;
  right: -10px;
  font-family: "Oswald", "Inter", sans-serif;
  font-size: 120px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.03);
  line-height: 1;
  pointer-events: none;
}

.about-page .stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin: 0 0 40px !important;
}

.about-page .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #eeeeee;
}
.about-page .stat-item:last-child {
  border-right: none;
}

.about-page .stat-num {
  font-family: "Oswald", "Inter", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #1f7a3f;
  line-height: 1;
  margin: 0 0 5px !important;
  min-width: 80px;
}

.about-page .stat-label {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin: 0 !important;
}

.about-page .about-actions {
  text-align: center;
  margin: 0 !important;
}

.about-page .btn-license {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 35px;
  background-color: #fcc02a;
  color: #2b2f33;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}

.about-page .btn-license:hover {
  background-color: #eeb010;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(252, 192, 42, 0.3);
}

/* --- 2. Кому мы помогаем --- */
.about-page .clients-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.about-page .clients-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e5e5e5;
  margin: 0 !important;
}

.about-page .client-row {
  display: grid;
  grid-template-columns: 60px 80px 1fr 50px;
  align-items: center;
  gap: 30px;
  padding: 40px 20px;
  border-bottom: 1px solid #e5e5e5;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.about-page .client-row:hover {
  background-color: #fcfcfc;
}

.about-page .client-row:hover .client-title {
  color: #1f7a3f;
}

.about-page .client-row:hover .arrow-icon {
  transform: translateX(10px);
  color: #fcc02a;
}

.about-page .client-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #fcc02a;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.about-page .client-row:hover::before {
  transform: scaleY(1);
}

.about-page .client-num {
  font-family: "Oswald", "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #e0e0e0;
}

.about-page .client-icon {
  font-size: 32px;
  color: #1f7a3f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #eefaf2;
  border-radius: 50%;
  flex-shrink: 0;
}

.about-page .client-content {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: center;
}

.about-page .client-title {
  font-family: "Oswald", "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  transition: 0.3s;
  line-height: 1.3;
  margin: 0 !important;
}

.about-page .client-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  margin: 0 !important;
}

.about-page .arrow-icon {
  font-size: 18px;
  color: #cccccc;
  transition: 0.3s;
}

/* --- 3. Что мы делаем --- */
.about-page .services-section {
  padding: 90px 0;
  background-color: #f8f9fa;
}

.about-page .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.about-page .service-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
}

.about-page .service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: #fcc02a;
}

.about-page .svc-icon {
  width: 70px;
  height: 70px;
  background-color: #eefaf2;
  color: #1f7a3f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 0 25px !important;
  transition: 0.3s;
}

.about-page .service-card:hover .svc-icon {
  background-color: #1f7a3f;
  color: #ffffff;
}

.about-page .svc-title {
  font-family: "Oswald", "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 15px !important;
  line-height: 1.3;
}

.about-page .svc-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  margin: 0 0 20px !important;
  flex-grow: 1;
}

.about-page .svc-link {
  font-size: 14px;
  font-weight: 700;
  color: #1f7a3f;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.about-page .service-card:hover .svc-link {
  color: #fcc02a;
}

.about-page .svc-link i {
  transition: 0.3s;
}

.about-page .service-card:hover .svc-link i {
  transform: translateX(5px);
}

/* --- 4. Наша цель --- */
.about-page .mission-section {
  padding: 80px 0;
  background: #f3f4f6;
}

.about-page .mission-card {
  background: #ffffff;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.03);
  display: flex;
  margin: 0 !important;
}

.about-page .mission-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.about-page .brand-accent {
  width: 8px;
  background: #10b981;
  flex-shrink: 0;
}

.about-page .mission-body {
  padding: 32px 40px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.about-page .mission-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 200px;
  margin: 0 !important;
}

.about-page .mission-icon {
  width: 48px;
  height: 48px;
  background: #ecfdf5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #10b981;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.about-page .mission-card:hover .mission-icon {
  transform: scale(1.1) rotate(-5deg);
  background: #10b981;
  color: #ffffff;
}

.about-page .mission-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f2937;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 !important;
  font-family: "Inter", "Roboto", Arial, sans-serif;
}

.about-page .mission-content {
  flex: 1;
  font-size: 16px;
  line-height: 1.65;
  color: #4b5563;
  display: flex;
  align-items: center;
  padding-top: 4px;
  margin: 0 !important;
}

.about-page .mission-content p {
  margin: 0 !important;
}

.about-page .highlight {
  color: #059669;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.about-page .highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(16, 185, 129, 0.15);
  z-index: -1;
  transform: skewX(-10deg);
}

.about-page .watermark {
  position: absolute;
  right: -20px;
  bottom: -40px;
  width: 200px;
  height: 200px;
  color: #10b981;
  opacity: 0.04;
  z-index: 1;
  pointer-events: none;
  transform: rotate(-15deg);
}

/* --- 5. Ключевые услуги --- */
.about-page .key-services-section {
  padding: 80px 0;
  background: #ffffff;
}

.about-page .key-services-title {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 40px !important;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}

.about-page .key-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: stretch;
}

.about-page .key-service-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
  color: inherit;
}

.about-page .key-service-card:hover {
  border-color: #10b981;
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.about-page .ks-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 24px !important;
  min-height: 56px;
}

.about-page .ks-icon-wrapper {
  width: 56px;
  height: 56px;
  background-color: #fef3c7;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d97706;
  transition: 0.3s;
  flex-shrink: 0;
}

.about-page .key-service-card:hover .ks-icon-wrapper {
  background-color: #fde68a;
  transform: scale(1.1) rotate(3deg);
}

.about-page .ks-badge {
  background-color: #10b981;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 100px;
  letter-spacing: 0.03em;
  box-shadow: 0 4px 10px rgba(16, 185, 129, 0.2);
  white-space: nowrap;
  margin: 0 !important;
}

.about-page .ks-title {
  font-size: 24px;
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
  margin: 0 0 16px !important;
}

.about-page .ks-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0 0 24px !important;
}

.about-page .highlight-mark {
  background-color: #d1fae5;
  color: #065f46;
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 700;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.about-page .ks-mini-list {
  list-style: none;
  margin: 0 0 32px !important;
  background: #f9fafb;
  padding: 24px;
  border-radius: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 140px;
}

.about-page .ks-mini-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: #111827;
  margin: 0 0 14px !important;
  font-weight: 600;
  line-height: 1.5;
}

.about-page .ks-mini-list li:last-child {
  margin: 0 !important;
}

.about-page .ks-check {
  color: #10b981;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.about-page .ks-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 20px;
  background-color: #10b981;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 14px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  margin: 0 !important;
}

.about-page .ks-btn-arrow {
  transition: transform 0.3s ease;
}

.about-page .key-service-card:hover .ks-btn {
  background-color: #059669;
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.25);
}

.about-page .key-service-card:hover .ks-btn-arrow {
  transform: translateX(4px);
}

/* --- 6. Почему выбирают нас --- */
.about-page .why-section {
  padding: 80px 0;
  background: #f3f4f6;
}

.about-page .why-section-title {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
  text-align: center;
  margin: 0 0 50px !important;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.about-page .why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.about-page .why-card {
  background: #ffffff;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}

.about-page .why-card:hover {
  border-color: #10b981;
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.about-page .why-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 !important;
  min-height: 100px;
}

.about-page .why-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 8px 15px rgba(245, 158, 11, 0.3);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.about-page .why-card:hover .why-icon {
  transform: scale(1.1) rotate(-5deg);
}

.about-page .why-title {
  font-size: 20px;
  font-weight: 800;
  color: #111827;
  line-height: 1.25;
  margin: 0 !important;
}

.about-page .why-list {
  list-style: none;
  flex-grow: 1;
  padding-top: 24px;
  margin: 10px 0 0 !important;
  border-top: 1px solid #f3f4f6;
}

.about-page .why-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: #4b5563;
  line-height: 1.5;
  margin: 0 0 14px !important;
}

.about-page .why-list li:last-child {
  margin: 0 !important;
}

.about-page .why-list strong {
  color: #111827;
  font-weight: 700;
}

.about-page .check-box {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 1px;
}

.about-page .check-path {
  fill: none;
  stroke: #10b981;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 24;
  stroke-dashoffset: 0;
}

.about-page .why-card:hover .check-path {
  animation: drawLine 0.6s ease forwards;
}

@keyframes drawLine {
  0% { stroke-dashoffset: 24; opacity: 0; }
  30% { opacity: 1; }
  100% { stroke-dashoffset: 0; opacity: 1; }
}

/* --- 7. Наши эксперты (слайдер + модалка) --- */
.about-page .team-section {
  padding: 60px 0;
  background: #ffffff;
  overflow: hidden;
}

.about-page .team-section .section-title {
  font-size: 32px;
  margin: 0 0 50px !important;
  letter-spacing: -0.02em;
}

.about-page .slider-wrapper {
  position: relative;
  mask-image: none;
  -webkit-mask-image: none;
}

.about-page .team-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  align-items: stretch;
  padding: 20px 20px 40px 20px;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .team-track::-webkit-scrollbar {
  display: none;
}
.about-page .no-transition {
  scroll-behavior: auto !important;
}

.about-page .team-card {
  flex: 0 0 280px;
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 32px 24px;
  text-align: center;
  transition: 0.3s;
  position: relative;
}

.about-page .team-card:hover {
  border-color: #10b981;
  transform: translateY(-10px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.about-page .photo-circle {
  width: 130px;
  height: 130px;
  margin: 0 auto 20px !important;
  flex-shrink: 0;
}

.about-page .photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #f3f4f6;
}

.about-page .card-name {
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 8px !important;
  color: #111827;
  line-height: 1.2;
}

.about-page .card-role {
  font-size: 14px;
  color: #10b981;
  font-weight: 700;
  background: #ecfdf5;
  padding: 6px 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px !important;
  min-height: 45px;
  line-height: 1.3;
}

.about-page .btn-details {
  margin: auto 0 0 !important;
  border: 2px solid #10b981;
  background: transparent;
  color: #10b981;
  padding: 12px 28px;
  border-radius: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  width: 100%;
}

.about-page .btn-details:hover {
  background: #10b981;
  color: #ffffff;
}

.about-page .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 10;
  font-size: 18px;
  color: #111827;
  transition: 0.3s;
}

.about-page .slider-arrow:hover {
  border-color: #10b981;
  color: #10b981;
  transform: translateY(-50%) scale(1.1);
}

.about-page .arrow-left { left: 10px; }
.about-page .arrow-right { right: 10px; }

/* Модалка */
.about-page .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 24, 39, 0.8);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.about-page .modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.about-page .modal-window {
  background: #ffffff;
  width: 90%;
  max-width: 850px;
  max-height: 90vh;
  border-radius: 24px;
  display: flex;
  overflow: hidden;
  position: relative;
}

.about-page .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #f3f4f6;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 20;
}

.about-page .modal-left {
  width: 35%;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-page .modal-photo-lg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .modal-right {
  width: 65%;
  padding: 50px;
  overflow-y: auto;
}

.about-page .modal-name-lg {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 5px !important;
  line-height: 1.2;
  color: #111827;
}

.about-page .modal-role-lg {
  color: #10b981;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 24px !important;
  display: block;
}

.about-page .modal-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #9ca3af;
  font-weight: 700;
  margin: 20px 0 8px !important;
  letter-spacing: 0.5px;
}

.about-page .modal-text {
  font-size: 16px;
  margin: 0 0 10px !important;
  color: #374151;
  line-height: 1.5;
}

.about-page .achievements-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 !important;
}

.about-page .achievements-list li {
  display: flex;
  gap: 10px;
  margin: 0 0 10px !important;
  font-size: 15px;
  line-height: 1.5;
  color: #374151;
}

/* --- 8. Наш принцип работы --- */
.about-page .principles-section {
  padding: 80px 20px;
  background: #f3f4f6;
}

.about-page .principles-section .about-container {
  max-width: 1100px;
}

.about-page .principles-title {
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 50px !important;
  text-transform: uppercase;
  color: #111827;
  letter-spacing: -0.02em;
}

.about-page .principles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.about-page .principle-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  border: 1px solid transparent;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.about-page .principle-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
  border-color: rgba(16, 185, 129, 0.3);
}

.about-page .principle-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 24px !important;
}

.about-page .principle-icon-box {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 8px 15px rgba(245, 158, 11, 0.25);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.about-page .principle-card:hover .principle-icon-box {
  transform: scale(1.1) rotate(-3deg);
}

.about-page .principle-title {
  font-size: 24px;
  font-weight: 800;
  color: #111827;
  margin: 0 !important;
}

.about-page .principle-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0 0 24px !important;
}

.about-page .principle-list {
  list-style: none;
  margin: auto 0 0 !important;
  padding-top: 24px;
  border-top: 1px solid #f3f4f6;
}

.about-page .principle-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  margin: 0 0 12px !important;
  line-height: 1.4;
}

.about-page .principle-list li:last-child {
  margin: 0 !important;
}

.about-page .check-icon {
  color: #10b981;
  flex-shrink: 0;
  margin-top: 2px;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 50%;
  padding: 2px;
  width: 20px;
  height: 20px;
}

/* --- Адаптив --- */
@media (max-width: 1024px) {
  .about-page .services-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .about-page .why-grid { grid-template-columns: repeat(2, 1fr); }
  .about-page .why-card:last-child { grid-column: span 2; }
}

@media (max-width: 992px) {
  .about-page .client-content { grid-template-columns: 1fr; gap: 10px; }
  .about-page .client-row { align-items: start; }
  .about-page .client-icon { margin-top: 5px; }
}

@media (max-width: 900px) {
  .about-page .about-section { padding: 50px 0; }
  .about-page .about-grid { grid-template-columns: 1fr; gap: 20px; margin: 0 0 30px !important; }
  .about-page .about-card { padding: 30px; }
  .about-page .section-title { font-size: 32px; }
  .about-page .stats-bar { grid-template-columns: 1fr 1fr; padding: 25px 15px; gap: 30px 10px; }
  .about-page .stat-item { border-right: none; padding: 0; }
  .about-page .stat-num { font-size: 36px; }
  .about-page .stat-label { font-size: 12px; line-height: 1.3; }
  .about-page .btn-license { width: 100%; justify-content: center; }
}

@media (max-width: 800px) {
  .about-page .principles-grid { grid-template-columns: 1fr; gap: 20px; }
  .about-page .principle-card { padding: 30px 24px; }
  .about-page .principles-title { font-size: 29px; }
}

@media (max-width: 768px) {
  .about-page .clients-section { padding: 60px 0; }
  .about-page .services-section { padding: 70px 0; }

  .about-page .client-row {
    grid-template-columns: 50px 1fr;
    gap: 15px;
    padding: 25px 0;
    align-items: start;
  }
  .about-page .client-row:hover { background-color: transparent; }
  .about-page .client-row::before { display: none; }
  .about-page .client-num, .about-page .arrow-icon { display: none; }
  .about-page .client-icon { width: 50px; height: 50px; font-size: 22px; margin-top: 0; }
  .about-page .client-content { display: block; text-align: left; }
  .about-page .client-title { font-size: 18px; margin: 0 0 8px !important; }
  .about-page .client-desc { font-size: 14px; line-height: 1.5; }

  .about-page .services-grid { grid-template-columns: 1fr; gap: 15px; }
  .about-page .service-card { padding: 25px 15px; }
  .about-page .svc-icon { width: 50px; height: 50px; font-size: 22px; margin: 0 0 20px !important; }
  .about-page .svc-title { margin: 0 0 10px !important; }
  .about-page .svc-desc { margin: 0 0 15px !important; font-size: 15px; }

  /* миссия */
  .about-page .mission-body {
    flex-direction: column;
    padding: 24px 20px;
    gap: 20px;
  }
  .about-page .mission-header {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
    min-width: 0;
  }
  .about-page .mission-icon { width: 40px; height: 40px; }
  .about-page .mission-title { font-size: 18px; }
  .about-page .mission-content { padding-top: 0; font-size: 15px; }
  .about-page .watermark { width: 120px; height: 120px; bottom: -20px; right: -10px; }

  /* ключевые услуги */
  .about-page .key-services-title { font-size: 24px; margin: 0 0 24px !important; }
  .about-page .key-services-grid { grid-template-columns: 1fr; gap: 16px; }
  .about-page .key-service-card { padding: 20px; border-radius: 20px; }
  .about-page .ks-top { margin: 0 0 16px !important; min-height: auto; }
  .about-page .ks-icon-wrapper { width: 48px; height: 48px; border-radius: 12px; }
  .about-page .ks-badge { font-size: 10px; padding: 4px 10px; }
  .about-page .ks-title { font-size: 20px; margin: 0 0 12px !important; }
  .about-page .ks-desc { font-size: 15px; margin: 0 0 20px !important; }
  .about-page .ks-mini-list { min-height: auto; flex-grow: 0; padding: 16px; margin: 0 0 20px !important; }
  .about-page .ks-mini-list li { margin: 0 0 10px !important; font-size: 14px; }
  .about-page .ks-btn { padding: 14px; font-size: 15px; }

  /* why */
  .about-page .why-grid { grid-template-columns: 1fr; gap: 16px; }
  .about-page .why-card:last-child { grid-column: auto; }
  .about-page .why-card { padding: 24px; }
  .about-page .why-header { min-height: auto; margin: 0 0 20px !important; }
  .about-page .why-icon { width: 52px; height: 52px; border-radius: 14px; }
  .about-page .why-title { font-size: 18px; }

  /* team */
  .about-page .slider-arrow { display: none; }
  .about-page .slider-wrapper { mask-image: none; -webkit-mask-image: none; padding: 0; }
  .about-page .team-card { flex: 0 0 260px; }
  .about-page .team-track { padding: 10px 20px 30px 20px; gap: 16px; }

  /* modal */
  .about-page .modal-window {
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
  }
  .about-page .modal-left {
    width: 100%;
    height: 300px;
    flex-shrink: 0;
    background: #eeeeee;
  }
  .about-page .modal-right {
    width: 100%;
    padding: 25px 20px 80px;
  }
  .about-page .modal-close {
    background: rgba(255, 255, 255, 0.8);
    top: 20px;
    right: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .about-page .modal-name-lg { font-size: 29px; }
}

/* --- Блоки, которые вернули обратно (кейсы / видео / контакты) --- */
.about-page .about-cases-block {
  padding: 60px 0;
  margin: 0 !important;
}

.about-page .about-video-block {
  padding: 0 0 40px;
  margin: 0 !important;
}

.about-page .about-video iframe {
  display: block;
  width: 100%;
  border: 0;
}

.about-page .about-contacts-block {
  margin: 0 0 -5px !important;
  padding: 40px 0 0;
}

.about-page .about-contacts-intro {
  text-align: center;
  margin: 0 0 30px !important;
}

.about-page .about-contacts-text {
  max-width: 800px;
  margin: 0 auto 30px !important;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.about-page .about-section-title {
  font-family: "Oswald", "Inter", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 20px !important;
  line-height: 1.2;
  text-align: center;
}

.about-page .about-section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #fcc02a;
  margin: 15px auto 0 !important;
  border-radius: 2px;
}

.about-page .map {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%) !important;
}

@media (max-width: 768px) {
  .about-page .about-hero__img {
    height: 260px;
    object-position: center 35%;
  }
}

/* --- Стили блока выполненных работ как на главной (cases_main) --- */
.about-page .mainpage-portfolio {
  --naginoff-green: #10B981;
  --naginoff-green-dark: #059669;
  --text-main: #111827;
  --text-muted: #6B7280;
  --bg-gray: #F3F4F6;

  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text-main);
}

.about-page .mainpage-portfolio * { box-sizing: border-box; }

.about-page .mainpage-portfolio .portfolio-section {
  padding: 0 0 0;
  background: transparent;
  font-weight: normal;
}

.about-page .mainpage-portfolio .container { max-width: 1240px; margin: 0 auto !important; width: 100% !important; padding: 0 20px; }

.about-page .mainpage-portfolio .section-title {
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 50px 0 !important;
  text-transform: uppercase;
  color: var(--text-main);
}

@media (max-width: 768px) {
  .about-page .mainpage-portfolio .section-title { font-size: 30px; }
}

.about-page .mainpage-portfolio .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 50px !important;
}

.about-page .mainpage-portfolio .case-card {
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--naginoff-green);
}

.about-page .mainpage-portfolio .case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.1);
  border-color: var(--naginoff-green);
}

.about-page .mainpage-portfolio .case-tag {
  align-self: flex-start;
  background: #ECFDF5;
  color: var(--naginoff-green);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 50px;
  margin-bottom: 20px !important;
  letter-spacing: 0.05em;
}

.about-page .mainpage-portfolio .logo-box {
  height: 120px;
  background: #F9FAFB;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px !important;
  padding: 20px;
  border: 1px solid #E5E7EB;
}

.about-page .mainpage-portfolio .client-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.3s;
}

.about-page .mainpage-portfolio .case-card:hover .client-logo {
  filter: grayscale(0%);
  opacity: 1;
}

.about-page .mainpage-portfolio .case-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0 !important;
  color: var(--text-main);
}

.about-page .mainpage-portfolio .case-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0 0 20px 0 !important;
  flex-grow: 1;
}

.about-page .mainpage-portfolio .case-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--naginoff-green);
  font-size: 15px;
  margin-top: auto;
}

.about-page .mainpage-portfolio .arrow-icon { transition: transform 0.3s; }
.about-page .mainpage-portfolio .case-card:hover .arrow-icon { transform: translateX(5px); }

.about-page .mainpage-portfolio .more-projects-wrap { text-align: center; }

.about-page .mainpage-portfolio .btn-more {
  background: #fff;
  border: 2px solid #E5E7EB;
  padding: 14px 32px;
  border-radius: 12px;
  font-weight: 700;
  color: var(--text-muted);
  cursor: pointer;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  margin: 0 !important;
}

.about-page .mainpage-portfolio .btn-more:hover {
  border-color: var(--naginoff-green);
  color: var(--naginoff-green);
  background: #fff;
}

.about-page .mainpage-portfolio .btn-more.hidden { display: none; }
.about-page .mainpage-portfolio .case-card.hidden { display: none; }

.about-page .mainpage-portfolio .modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 24, 39, 0.8);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 16px;
}

.about-page .mainpage-portfolio .modal-overlay.active { opacity: 1; visibility: visible; }

.about-page .mainpage-portfolio .modal-window {
  background: #fff;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  padding: 40px;
  overflow-y: auto;
}

.about-page .mainpage-portfolio .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #F3F4F6;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}

.about-page .mainpage-portfolio .modal-tag {
  color: var(--naginoff-green);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px !important;
  display: block;
}

.about-page .mainpage-portfolio .modal-title {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 30px 0 !important;
  line-height: 1.2;
}

.about-page .mainpage-portfolio .modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px !important;
}

.about-page .mainpage-portfolio .modal-block h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #9CA3AF;
  margin: 0 0 10px 0 !important;
}

.about-page .mainpage-portfolio .modal-block p {
  font-size: 16px;
  line-height: 1.5;
  color: #1F2937;
  margin: 0 !important;
  font-weight: normal;
}

.about-page .mainpage-portfolio .modal-result {
  background: #ECFDF5;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #A7F3D0;
}

.about-page .mainpage-portfolio .modal-result h4 {
  color: var(--naginoff-green-dark);
  margin: 0 0 10px 0 !important;
  font-size: 14px;
  text-transform: uppercase;
}

.about-page .mainpage-portfolio .modal-result p {
  margin: 0 !important;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #1F2937;
}

@media (max-width: 768px) {
  .about-page .mainpage-portfolio .modal-grid { grid-template-columns: 1fr; gap: 20px; }
  .about-page .mainpage-portfolio .modal-window { padding: 24px; border-radius: 0; width: 100%; height: 100%; max-height: 100%; }
  .about-page .mainpage-portfolio .portfolio-grid { grid-template-columns: 1fr; }
}
/* Компонент .sec-head для страницы «О компании» */
.sec-head.sec-head{
    display:flex !important; flex-direction:column !important;
    align-items:flex-start !important; justify-content:flex-start !important;
    align-self:flex-start !important; gap:16px !important;
    width:auto !important; max-width:780px !important;
    height:auto !important; min-height:0 !important;
    margin:0 0 40px !important; padding:0 !important;
    text-align:left !important; float:none !important;
}
.sec-head.sec-head > *{ margin:0 !important; float:none !important; }
.sec-head.sec-head .sec-head__kicker{
    display:flex !important; flex-direction:row !important;
    align-items:center !important; justify-content:flex-start !important;
    gap:12px !important; width:auto !important;
}
.sec-head.sec-head .sec-head__line{
    flex:0 0 auto !important; width:34px !important; height:3px !important;
    border-radius:2px !important; background:#00b956 !important;
}
.sec-head.sec-head .sec-head__label{
    color:#00994a !important; font-size:12.5px !important; font-weight:800 !important;
    letter-spacing:2px !important; line-height:1.2 !important; text-transform:uppercase !important;
}
.sec-head.sec-head h2.sec-head__title{
    margin:0 !important; max-width:100% !important; color:#0f1419 !important;
    font-weight:800 !important; font-size:34px !important; line-height:1.18 !important;
    letter-spacing:-0.3px !important; text-align:left !important; text-transform:none !important;
}
.sec-head.sec-head h2.sec-head__title .ac{ color:#00b956 !important; }
.sec-head.sec-head p.sec-head__sub{
    margin:0 !important; max-width:720px !important; color:#56616f !important;
    font-size:16px !important; line-height:1.65 !important; text-align:left !important;
}
@media (max-width:1024px){
    .sec-head.sec-head{ margin-bottom:32px !important; }
    .sec-head.sec-head h2.sec-head__title{ font-size:30px !important; }
}
@media (max-width:640px){
    .sec-head.sec-head{ margin-bottom:26px !important; max-width:100% !important; }
    .sec-head.sec-head h2.sec-head__title{ font-size:25px !important; letter-spacing:-0.2px !important; }
    .sec-head.sec-head p.sec-head__sub{ font-size:15px !important; }
}
/* End */


/* Start:/local/templates/naginoff/assets/css/mainpage-new-styles.css?1784199794116289*/
.first-screen-mainpage {
	position: relative;
	width: 100%;
	min-height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 48px 0 28px;
	color: #ffffff;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	background-color: #0f172a;
	font-size: 16px;
	line-height: 1.4;
    font-weight: normal !important;
}

.first-screen-mainpage .hero-badges {
    display: flex;
    gap: 10px;
    margin: 0 0 22px;
    flex-wrap: wrap;
}

.first-screen-mainpage .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px;
    border: 1px solid rgba(0, 185, 86, 0.32);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.95);
    font-size: 12px;
    line-height: 1.3;
    text-decoration: none;
    backdrop-filter: blur(10px);
    transition: background 0.15s ease, border-color 0.15s ease;
}

.first-screen-mainpage .hero-badge:hover {
    background: rgba(0, 185, 86, 0.1);
    border-color: rgba(0, 185, 86, 0.5);
    color: #ffffff !important;
}

.first-screen-mainpage .hero-badge i {
    color: #00b956;
    font-size: 14px;
}

.first-screen-mainpage .hero-stats {
    display: flex;
    max-width: 640px;
    margin-top: 28px;
    padding-top: 26px;
    border-top: 1px solid rgba(0, 185, 86, 0.22);
}

.first-screen-mainpage .stat {
    flex: 1;
    min-width: 0;
    padding: 0 22px;
    position: relative;
}

.first-screen-mainpage .stat:first-child {
    padding-left: 0;
}

.first-screen-mainpage .stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: rgba(255, 255, 255, 0.12);
}

.first-screen-mainpage .stat-num-row {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 7px;
}

.first-screen-mainpage .stat-num {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.first-screen-mainpage .stat-suffix {
    color: #00b956;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
}

.first-screen-mainpage .stat-lbl {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .first-screen-mainpage .hero-stats {
        flex-wrap: wrap;
        gap: 18px 0;
    }

    .first-screen-mainpage .stat {
        flex: 1 1 45%;
        padding: 0 12px !important;
    }

    .first-screen-mainpage .stat:not(:last-child)::after {
        display: none;
    }
}

.mainpage-final-fos.contact-section-compact {
    padding: 20px 20px 88px !important;
    background: #f4f6f9;
    color: #333333;
    overflow: hidden;
    position: relative;
}

.mainpage-final-fos .contact-section-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

body:has(.mainpage-client-block) .body-content {
	margin-bottom: 0;
    font-weight: normal;
}

.mainpage-final-fos .contact-section-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.mainpage-final-fos .contact-section-info {
    text-align: left;
}

.mainpage-final-fos .contact-section-title {
    margin: 0 0 25px !important;
    color: #1a1a1a !important;
    font-size: 42px !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    text-align: left !important;
    text-transform: uppercase;
    letter-spacing: 0 !important;
}

.mainpage-final-fos .contact-section-desc {
    margin: 0 0 28px !important;
    color: #555555;
    font-size: 22px;
    line-height: 1.45;
    text-align: left;
}

.mainpage-final-fos__direct {
    display: grid;
    gap: 12px;
    margin: 0 !important;
    color: #555555;
    font-size: 16px;
    line-height: 1.55;
}

.mainpage-final-fos__direct-title {
    color: #333333;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.mainpage-final-fos__direct-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mainpage-final-fos__direct-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #ffffff;
    color: #16823a;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    flex: 0 0 34px;
}

.mainpage-final-fos__direct-icon svg {
    width: 18px;
    height: 18px;
}

.mainpage-final-fos__direct a {
    color: #16823a;
    font-weight: 800;
    text-decoration: none;
}

.mainpage-final-fos__direct a:hover {
    color: #0f5d2a;
}

.mainpage-final-fos .contact-form-wrapper {
    position: relative;
}

.mainpage-final-fos .contact-form-glow {
    position: absolute;
    top: -25%;
    left: -25%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(46, 204, 113, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 0;
    pointer-events: none;
}

.mainpage-final-fos .contact-form-card {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    padding: 24px 25px !important;
    border: 1px solid #ffffff;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.mainpage-final-fos .contact-form-header {
    margin-bottom: 2px;
    text-align: center;
}

.mainpage-final-fos .contact-form-header h3 {
    margin: 0 !important;
    color: #1a1a1a;
    font-size: 24px !important;
    line-height: 1.2;
    font-weight: 800;
}

.mainpage-final-fos .contact-input-row {
    margin: 0 !important;
}

.mainpage-final-fos .contact-prem-input {
    width: 100%;
    min-height: 45px !important;
    padding: 0 20px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    background: #fcfcfc;
    color: #333333 !important;
    font-size: 14px !important;
    font-family: "Inter", sans-serif;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mainpage-final-fos select.contact-prem-input {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #16823a 50%), linear-gradient(135deg, #16823a 50%, transparent 50%);
    background-position: calc(100% - 20px) 19px, calc(100% - 14px) 19px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.mainpage-final-fos .contact-prem-input:focus {
    border-color: #2ecc71 !important;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(46, 204, 113, 0.15);
}

.mainpage-final-fos .contact-prem-input.is-error {
    border-color: #dc2626 !important;
    background: #fff7f7;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.mainpage-final-fos .contact-btn-prem {
    width: 100%;
    margin-top: 5px;
    padding: 18px !important;
    border: none;
    border-radius: 12px;
    background: #fcc02a;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 8px 20px rgba(46, 204, 113, 0.25);
}

.mainpage-final-fos .contact-btn-prem:hover {
    background: #ffbf1e;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(46, 204, 113, 0.35);
}

.mainpage-final-fos .contact-policy {
    margin: 2px 0 0 !important;
    color: #777777;
    font-size: 12px !important;
    line-height: 1.5;
    text-align: center;
}

.mainpage-final-fos .contact-policy a {
    color: #2ecc71;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed rgba(46, 204, 113, 0.5);
}

.mainpage-final-fos .contact-success-alert {
    display: none;
    padding: 15px;
    border-radius: 10px;
    background: rgba(46, 204, 113, 0.12);
    color: #27ae60;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 992px) {
    .mainpage-final-fos .contact-section-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mainpage-final-fos .contact-section-info,
    .mainpage-final-fos .contact-section-title,
    .mainpage-final-fos .contact-section-desc {
        text-align: center !important;
    }
}

@media (max-width: 640px) {
    .mainpage-final-fos.contact-section-compact {
        padding: 56px 16px 64px !important;
    }

    .mainpage-final-fos .contact-section-title {
        font-size: 30px !important;
    }

    .mainpage-final-fos .contact-section-desc {
        font-size: 17px;
    }

    .mainpage-final-fos .contact-form-card {
        padding: 22px 16px !important;
    }
}

.first-screen-mainpage .first-screen-mainpage__bg {
	background-image: url("https://images.unsplash.com/photo-1532187643603-ba119cdd7512?q=80&w=2070&auto=format&fit=crop");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: absolute;
	inset: 0;
	z-index: 0;
}

.any-question-form.first-screen-mainpage__form {
    gap: 10px;
    margin-top: 0px;
    justify-content: center;
} 

@supports (-webkit-touch-callout: none) {
	.first-screen-mainpage .first-screen-mainpage__bg {
		background-attachment: scroll;
	}
}

.first-screen-mainpage .first-screen-mainpage__overlay {
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.75) 100%);
	position: absolute;
	inset: 0;
	z-index: 1;
}

.first-screen-mainpage .first-screen-mainpage__container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (min-width: 640px) {
	.first-screen-mainpage .first-screen-mainpage__container {
		padding: 0;
	}
}

.first-screen-mainpage .first-screen-mainpage__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	align-items: center;
}

@media (min-width: 1024px) {
	.first-screen-mainpage .first-screen-mainpage__grid {
		grid-template-columns: 1fr 420px;
		gap: 64px;
	}
}

.first-screen-mainpage .first-screen-mainpage__left {
	text-align: left;
}

.first-screen-mainpage .first-screen-mainpage__right {
	width: 100%;
}

@media (min-width: 640px) {
	.first-screen-mainpage .first-screen-mainpage__right {
		max-width: 420px;
	}
}

@media (min-width: 1024px) {
	.first-screen-mainpage .first-screen-mainpage__right {
		margin-left: auto;
	}
}

.first-screen-mainpage .first-screen-mainpage__animate-up {
	opacity: 0;
	animation: first-screen-mainpage-fadeInUp 0.8s ease-out forwards;
}

.first-screen-mainpage .first-screen-mainpage__animate-right {
	opacity: 0;
	animation: first-screen-mainpage-fadeInRight 0.8s ease-out 0.3s forwards;
}

@keyframes first-screen-mainpage-fadeInUp {
	0% { opacity: 0; transform: translateY(20px); }
	100% { opacity: 1; transform: translateY(0); }
}

@keyframes first-screen-mainpage-fadeInRight {
	0% { opacity: 0; transform: translateX(20px); }
	100% { opacity: 1; transform: translateX(0); }
}

.first-screen-mainpage .first-screen-mainpage__form-card {
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
	border-radius: 12px;
	width: 100%;
	padding: 20px;
}

@media (min-width: 640px) {
	.first-screen-mainpage .first-screen-mainpage__form-card {
		padding: 32px;
	}
}

.first-screen-mainpage .first-screen-mainpage__form-title {
	font-family: "Oswald", "Manrope", Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #ffffff;
}

@media (min-width: 640px) {
	.first-screen-mainpage .first-screen-mainpage__form-title {
		font-size: 24px;
	}
}

.first-screen-mainpage .first-screen-mainpage__form-note {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	line-height: 1.45;
	text-align: center;
}

.first-screen-mainpage .first-screen-mainpage__form-note a {
	color: #2ecc71;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.first-screen-mainpage .first-screen-mainpage__form-note a:hover {
	color: #ffffff;
}

.first-screen-mainpage .first-screen-mainpage__fields {
	display: grid;
	gap: 12px;
    width: 100%;
}

@media (min-width: 640px) {
	.first-screen-mainpage .first-screen-mainpage__fields {
		gap: 16px;
	}
}

.first-screen-mainpage .first-screen-mainpage__input {
	box-sizing: border-box;
	width: 100%;
	padding: 14px 16px;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5;
	outline: none;
	transition: all 0.3s ease;
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
	display: block;
}

.first-screen-mainpage .first-screen-mainpage__input:focus {
	border-color: #2ecc71;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.3);
}

.first-screen-mainpage .first-screen-mainpage__input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.first-screen-mainpage .first-screen-mainpage__recaptcha {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 12px 0;
	width: 100%;
	overflow: hidden;
}

.first-screen-mainpage .g-recaptcha {
	transform-origin: center center;
}

@media (max-width: 359px) {
	.first-screen-mainpage .g-recaptcha { transform: scale(0.75); }
}

@media (min-width: 360px) and (max-width: 400px) {
	.first-screen-mainpage .g-recaptcha { transform: scale(0.85); }
}

@media (min-width: 401px) {
	.first-screen-mainpage .g-recaptcha { transform: scale(1); }
}

.first-screen-mainpage .first-screen-mainpage__submit-wrap {
	margin-top: 8px;
    width: 100%;
}

.first-screen-mainpage .send-button.first-screen-mainpage__submit {
	box-sizing: border-box;
	width: 100% !important;
	padding: 16px;
	background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
	color: #ffffff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 0.05em;
	transition: transform 0.2s ease, box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
	-webkit-appearance: none;
	appearance: none;
	animation: first-screen-mainpage-pulseGlow 2.5s infinite;
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.first-screen-mainpage .send-button.first-screen-mainpage__submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(46, 204, 113, 0.4);
}

.first-screen-mainpage .send-button.first-screen-mainpage__submit:active {
	transform: scale(0.98);
}

@keyframes first-screen-mainpage-pulseGlow {
    0%,
    100% {
    box-shadow: 0 0 0 0 rgba(252, 192, 42, 1);
    }

    50% {
    box-shadow: 0 0 20px 0 rgba(252, 192, 42, .5);
    }
}

.first-screen-mainpage .first-screen-mainpage__policy {
	font-size: 10px;
	line-height: 1.6;
	text-align: center;
	color: rgba(209, 213, 219, 0.9);
	margin: 16px 0 0;
	opacity: 0.85;
}

@media (min-width: 640px) {
	.first-screen-mainpage .first-screen-mainpage__policy {
		font-size: 12px;
	}
}

.first-screen-mainpage .first-screen-mainpage__policy-link {
	color: #2ecc71;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: 2px;
	transition: color 0.2s ease;
}

.first-screen-mainpage .first-screen-mainpage__policy-link:hover {
	color: #ffffff;
}

/* --- Left column (copied from layout: title + list with icons) --- */
.first-screen-mainpage .first-screen-mainpage__title-block {
	margin-bottom: 24px;
	border-left: none;
	padding-left: 0;
}

@media (min-width: 640px) {
	.first-screen-mainpage .first-screen-mainpage__title-block {
		margin-bottom: 40px;
		border-left-width: 4px;
		padding-left: 0;
	}
}

.first-screen-mainpage .first-screen-mainpage__kicker {
	font-family: "Oswald", "Manrope", Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #2ecc71;
	font-weight: 700;
	margin: 0 0 8px;
	opacity: 0.9;
}

@media (min-width: 640px) {
	.first-screen-mainpage .first-screen-mainpage__kicker {
		font-size: 14px;
	}
}

@media (min-width: 1024px) {
	.first-screen-mainpage .first-screen-mainpage__kicker {
		font-size: 16px;
	}
}

.first-screen-mainpage .first-screen-mainpage__title {
	font-family: "Oswald", "Manrope", Arial, sans-serif;
	font-size: 32px;
	line-height: 1.1;
	font-weight: 700;
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
}

@media (min-width: 375px) {
	.first-screen-mainpage .first-screen-mainpage__title {
		font-size: 36px;
	}
}

@media (min-width: 640px) {
	.first-screen-mainpage .first-screen-mainpage__title {
		font-size: 48px;
	}
}

@media (min-width: 1024px) {
	.first-screen-mainpage .first-screen-mainpage__title {
		font-size: 56px;
	}
}

.first-screen-mainpage .first-screen-mainpage__subtitle {
	font-family: "Oswald", "Manrope", Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #2ecc71;
	font-weight: 700;
	margin: 15px 0 0 !important;
	opacity: 0.9;
	line-height: 1.4;
}

.first-screen-mainpage .first-screen-mainpage__utp {
	max-width: 760px;
	margin: 0 0 24px !important;
	color: rgba(243, 244, 246, 0.95);
	font-size: 15px !important;
	line-height: 1.35;
	font-weight: 400;
}

@media (min-width: 640px) {
	.first-screen-mainpage .first-screen-mainpage__subtitle {
		font-size: 14px;
	}

	.first-screen-mainpage .first-screen-mainpage__utp {
		font-size: 18px;
	}
}

@media (min-width: 1024px) {
	.first-screen-mainpage .first-screen-mainpage__subtitle {
		font-size: 16px;
	}

	.first-screen-mainpage .first-screen-mainpage__utp {
		font-size: 20px;
	}
}

.first-screen-mainpage .first-screen-mainpage__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 14px;
	color: rgba(243, 244, 246, 0.95);
	font-size: 15px;
}

@media (min-width: 640px) {
	.first-screen-mainpage .first-screen-mainpage__list {
		gap: 20px;
		font-size: 18px;
	}
}

@media (min-width: 1024px) {
	.first-screen-mainpage .first-screen-mainpage__list {
		font-size: 20px;
	}
}

.first-screen-mainpage .first-screen-mainpage__list-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: default;
}

@media (min-width: 640px) {
	.first-screen-mainpage .first-screen-mainpage__list-item {
		gap: 16px;
	}
}

.first-screen-mainpage .first-screen-mainpage__list-icon {
	background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
	box-shadow: 0 4px 15px rgba(46, 204, 113, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	flex-shrink: 0;
	margin-top: 2px;
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

@media (min-width: 640px) {
	.first-screen-mainpage .first-screen-mainpage__list-icon {
		width: 36px;
		height: 36px;
		margin-top: 0;
	}
}

.first-screen-mainpage .first-screen-mainpage__list-icon:empty::after {
	content: "";
	box-sizing: content-box;
	width: 6px;
	height: 12px;
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	margin-top: -2px;
}

.first-screen-mainpage .first-screen-mainpage__list-item:hover .first-screen-mainpage__list-icon {
	transform: scale(1.15);
	box-shadow: 0 6px 20px rgba(46, 204, 113, 0.6);
}

.first-screen-mainpage .first-screen-mainpage__list-text {
	line-height: 1.35;
	padding-top: 2px;
	transition: color 0.3s ease;
}

.first-screen-mainpage .first-screen-mainpage__list-strong {
	color: #ffffff;
	font-weight: 600;
}

.first-screen-mainpage .first-screen-mainpage__facts {
	list-style: none;
	margin: 34px 0 0;
	padding: 18px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
	line-height: 1.35;
}

.first-screen-mainpage .first-screen-mainpage__facts li {
	position: relative;
	padding-left: 18px;
}

.first-screen-mainpage .first-screen-mainpage__facts li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2ecc71;
	box-shadow: 0 0 12px rgba(46, 204, 113, 0.55);
}

@media (min-width: 768px) {
	.first-screen-mainpage .first-screen-mainpage__facts {
		align-items: center;
		gap: 20px;
		font-size: 14px;
	}
}

.mainpage-complex-services {
	--mpcs-bg-page: #f4f6f9;
	--mpcs-card-bg: #ffffff;
	--mpcs-text-main: #2c3e50;
	--mpcs-text-gray: #596775;
	--mpcs-accent: #00b894;
	--mpcs-accent-gradient: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
	--mpcs-shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.03);
	--mpcs-shadow-hover: 0 15px 40px rgba(0, 184, 148, 0.15);

	background-color: var(--mpcs-bg-page);
	color: var(--mpcs-text-main);
	padding: 80px 20px;
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.mainpage-complex-services .mainpage-complex-services__container {
	max-width: 1000px;
	margin: 0 auto;
	width: 100% !important;
}

.mainpage-complex-services .mainpage-complex-services__section-title {
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	color: var(--mpcs-text-main);
	margin: 0 0 40px 0;
	line-height: 1.2;
}

.mainpage-complex-services .mainpage-complex-services__intro-card {
	background: var(--mpcs-card-bg);
	border-radius: 24px;
	padding: 35px;
	box-shadow: var(--mpcs-shadow-soft);
	margin-bottom: 30px;
	border-top: 4px solid var(--mpcs-accent);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mainpage-complex-services .mainpage-complex-services__intro-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.mainpage-complex-services .mainpage-complex-services__intro-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	align-items: start;
}

.mainpage-complex-services .mainpage-complex-services__intro-item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: relative;
}

.mainpage-complex-services .mainpage-complex-services__intro-item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -15px;
	top: 10%;
	height: 80%;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.05);
}

.mainpage-complex-services .mainpage-complex-services__intro-icon {
	font-size: 24px;
	color: var(--mpcs-accent);
	background: rgba(0, 184, 148, 0.1);
	width: 50px;
	height: 50px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .mainpage-complex-services .mainpage-complex-services__intro-icon {
        background: transparent;
    }
}

.mainpage-complex-services .mainpage-complex-services__intro-item:hover .mainpage-complex-services__intro-icon {
	background: var(--mpcs-accent);
	color: #ffffff;
	transform: scale(1.1);
}

.mainpage-complex-services .mainpage-complex-services__intro-text {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
	color: var(--mpcs-text-main);
}

.mainpage-complex-services .mainpage-complex-services__features-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.mainpage-complex-services .mainpage-complex-services__feature-row {
	background: var(--mpcs-card-bg);
	border-radius: 24px;
	padding: 30px;
	display: flex;
	align-items: flex-start;
	gap: 30px;
	box-shadow: var(--mpcs-shadow-soft);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	position: relative;
	overflow: hidden;
	border-left: 5px solid transparent;
}

.mainpage-complex-services .mainpage-complex-services__feature-row:hover {
	transform: translateX(5px);
	box-shadow: var(--mpcs-shadow-hover);
	border-left-color: var(--mpcs-accent);
}

.mainpage-complex-services .mainpage-complex-services__row-icon-box {
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	background: rgba(0, 184, 148, 0.08);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: var(--mpcs-accent);
	transition: transform 0.4s ease, background 0.4s ease, color 0.4s ease;
}

.mainpage-complex-services .mainpage-complex-services__feature-row:hover .mainpage-complex-services__row-icon-box {
	background: var(--mpcs-accent-gradient);
	color: #ffffff;
	transform: rotate(10deg);
}

.mainpage-complex-services .mainpage-complex-services__row-content {
	flex-grow: 1;
}

.mainpage-complex-services .mainpage-complex-services__row-title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
	color: var(--mpcs-text-main);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.mainpage-complex-services .mainpage-complex-services__row-desc {
	font-size: 15px;
	line-height: 1.7;
	color: var(--mpcs-text-gray);
	margin: 0;
	font-weight: 400;
}

.mainpage-complex-services .mainpage-complex-services__row-desc b {
	font-weight: 800;
	color: var(--mpcs-text-main);
}

.mainpage-complex-services .mainpage-complex-services__feature-row--address {
	background: #2d3436;
	color: #ffffff;
}

.mainpage-complex-services .mainpage-complex-services__feature-row--address .mainpage-complex-services__row-title {
	color: #ffffff;
}

.mainpage-complex-services .mainpage-complex-services__feature-row--address .mainpage-complex-services__row-desc {
	color: rgba(255, 255, 255, 0.7);
}

.mainpage-complex-services .mainpage-complex-services__feature-row--address .mainpage-complex-services__row-icon-box {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.mainpage-complex-services .mainpage-complex-services__feature-row--address:hover {
	border-left-color: #ffd200;
}

.mainpage-complex-services .mainpage-complex-services__feature-row--address:hover .mainpage-complex-services__row-icon-box {
	background: #ffffff;
	color: #2d3436;
}

.mainpage-complex-services .mainpage-complex-services__yandex-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
	padding: 10px 20px;
	background: #ffd200;
	color: #000000;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	border-radius: 50px;
	transition: transform 0.2s, box-shadow 0.2s;
}

.mainpage-complex-services .mainpage-complex-services__yandex-btn:hover {
	transform: scale(1.05);
	box-shadow: 0 5px 15px rgba(255, 210, 0, 0.4);
}

@media (max-width: 768px) {
	.mainpage-complex-services {
		padding: 60px 20px;
	}

	.mainpage-complex-services .mainpage-complex-services__section-title {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.mainpage-complex-services .mainpage-complex-services__intro-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.mainpage-complex-services .mainpage-complex-services__intro-item:not(:last-child)::after {
		display: none;
	}

	.mainpage-complex-services .mainpage-complex-services__intro-item {
		flex-direction: row;
		align-items: center;
	}

	.mainpage-complex-services .mainpage-complex-services__feature-row {
		flex-direction: column;
		gap: 20px;
	}

	.mainpage-complex-services .mainpage-complex-services__feature-row:hover {
		transform: translateY(-5px);
	}
}

.mainpage-how-we-work {
	background: #f1f5f9;
	color: #0f172a;
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	padding: 64px 16px;
    font-weight: normal;
}

@media (min-width: 768px) {
	.mainpage-how-we-work { padding: 64px 24px; }
}

@media (min-width: 1024px) {
	.mainpage-how-we-work { padding: 64px 32px; }
}

.mainpage-how-we-work .mainpage-how-we-work__container {
	max-width: 1280px;
	margin: 0 auto;
	width: 100% !important;
}

.mainpage-how-we-work .mainpage-how-we-work__layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	align-items: start;
}

@media (min-width: 1024px) {
	.mainpage-how-we-work .mainpage-how-we-work__layout {
		grid-template-columns: 4fr 8fr;
		gap: 48px;
	}
}

.mainpage-how-we-work .mainpage-how-we-work__left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	gap: 24px;
}

@media (min-width: 1024px) {
	.mainpage-how-we-work .mainpage-how-we-work__left {
		position: sticky;
		top: 32px;
	}
}

.mainpage-how-we-work .mainpage-how-we-work__kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #10b981;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 12px;
}

.mainpage-how-we-work .mainpage-how-we-work__kicker-line {
	width: 32px;
	height: 2px;
	background: #10b981;
	display: inline-block;
}

.mainpage-how-we-work .mainpage-how-we-work__title {
	font-size: 36px;
	line-height: 1.1;
	font-weight: 800;
	margin: 0;
}

@media (min-width: 768px) {
	.mainpage-how-we-work .mainpage-how-we-work__title { font-size: 48px; }
}

.mainpage-how-we-work .mainpage-how-we-work__title-accent {
	color: #10b981;
}

.mainpage-how-we-work .mainpage-how-we-work__intro {
	font-size: 18px;
	line-height: 1.6;
	color: #64748b;
	margin: 0;
}

.mainpage-how-we-work .mainpage-how-we-work__cta-desktop {
	padding-top: 16px;
	display: none;
}

@media (min-width: 1024px) {
	.mainpage-how-we-work .mainpage-how-we-work__cta-desktop { display: block; }
}

.mainpage-how-we-work .mainpage-how-we-work__cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	color: #0f172a;
	font-weight: 700;
	font-size: 18px;
	transition: color 0.2s ease;
}

.mainpage-how-we-work .mainpage-how-we-work__cta-btn:hover {
	color: #10b981;
}

.mainpage-how-we-work .mainpage-how-we-work__cta-icon {
	color: #10b981;
	transition: transform 0.3s ease;
}

.mainpage-how-we-work .mainpage-how-we-work__cta-btn:hover .mainpage-how-we-work__cta-icon {
	transform: translateX(8px);
}

.mainpage-how-we-work .mainpage-how-we-work__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

@media (min-width: 768px) {
	.mainpage-how-we-work .mainpage-how-we-work__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
}

.mainpage-how-we-work .mainpage-how-we-work__card {
	background: #ffffff;
	border-radius: 24px;
	padding: 32px;
	border: 1px solid rgba(226, 232, 240, 0.6);
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.mainpage-how-we-work .mainpage-how-we-work__card:hover {
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.mainpage-how-we-work .mainpage-how-we-work__card-icon {
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #10b981;
	font-size: 20px;
	margin-bottom: 24px;
	transition: background 0.2s ease, color 0.2s ease;
}

.mainpage-how-we-work .mainpage-how-we-work__card:hover .mainpage-how-we-work__card-icon {
	background: #10b981;
	color: #ffffff;
}

.mainpage-how-we-work .mainpage-how-we-work__card-title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 12px 0;
}

.mainpage-how-we-work .mainpage-how-we-work__card-text {
	font-size: 14px;
	line-height: 1.6;
	color: #64748b;
	margin: 0;
}

.mainpage-how-we-work .mainpage-how-we-work__card--reviews {
	justify-content: center;
}

@media (min-width: 768px) {
	.mainpage-how-we-work .mainpage-how-we-work__card--reviews {
		grid-column: 1 / span 2; /* md:col-span-2 */
	}
}

@media (min-width: 1024px) {
	.mainpage-how-we-work .mainpage-how-we-work__card--reviews {
		grid-column: auto; /* lg:col-span-1 */
	}
}

.mainpage-how-we-work .mainpage-how-we-work__reviews-head {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
}

.mainpage-how-we-work .mainpage-how-we-work__avatars {
	display: flex;
	align-items: center;
}

.mainpage-how-we-work .mainpage-how-we-work__avatar {
	width: 32px;
	height: 32px;
	border-radius: 999px;
	border: 2px solid #ffffff;
	object-fit: cover;
	margin-left: -8px;
}

.mainpage-how-we-work .mainpage-how-we-work__avatar:first-child {
	margin-left: 0;
}

.mainpage-how-we-work .mainpage-how-we-work__avatar-plus {
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: #10b981;
	border: 2px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 12px;
	margin-left: -8px;
}

.mainpage-how-we-work .mainpage-how-we-work__reviews-label {
	font-size: 14px;
	font-weight: 700;
	color: #0f172a;
}

.mainpage-how-we-work .mainpage-how-we-work__quote {
	font-size: 14px;
	line-height: 1.6;
	color: #64748b;
	font-style: italic;
	margin: 0 0 10px 0 !important;
}

.mainpage-how-we-work .mainpage-how-we-work__reviews-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #10b981;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.mainpage-how-we-work .mainpage-how-we-work__reviews-link:hover {
	color: #047857;
	transform: translateX(4px);
}

.mainpage-how-we-work .mainpage-how-we-work__card--promise {
	background: #10b981;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	box-shadow: 0 12px 24px rgba(16, 185, 129, 0.25);
	border: none;
}

@media (min-width: 768px) {
	.mainpage-how-we-work .mainpage-how-we-work__card--promise {
		grid-column: 1 / span 2; /* md:col-span-2 */
	}
}

@media (min-width: 1024px) {
	.mainpage-how-we-work .mainpage-how-we-work__card--promise {
		grid-column: auto; /* lg:col-span-1 */
	}
}

.mainpage-how-we-work .mainpage-how-we-work__promise-bg {
	position: absolute;
	top: -40px;
	right: -40px;
	width: 160px;
	height: 160px;
	background: rgba(255, 255, 255, 0.10);
	border-radius: 999px;
	filter: blur(24px);
}

.mainpage-how-we-work .mainpage-how-we-work__promise-content {
	position: relative;
	z-index: 1;
}

.mainpage-how-we-work .mainpage-how-we-work__promise-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.mainpage-how-we-work .mainpage-how-we-work__promise-title h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
}

.mainpage-how-we-work .mainpage-how-we-work__promise-text {
	margin: 0 0 24px 0 !important;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(236, 253, 245, 0.95);
}

.mainpage-how-we-work .mainpage-how-we-work__promise-btn {
	background: #ffffff;
	color: #10b981;
	border: none;
	border-radius: 12px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.05s ease;
	width: fit-content;
}

.mainpage-how-we-work .mainpage-how-we-work__promise-btn:hover {
	background: #ecfdf5;
}

.mainpage-how-we-work .mainpage-how-we-work__promise-btn:active {
	transform: scale(0.98);
}

.mainpage-how-we-work .mainpage-how-we-work__cta-mobile {
	margin-top: 32px;
	display: block;
}

@media (min-width: 1024px) {
	.mainpage-how-we-work .mainpage-how-we-work__cta-mobile { display: none; }
}

.mainpage-how-we-work .mainpage-how-we-work__cta-mobile-btn {
	width: 100%;
	padding: 16px;
	border-radius: 12px;
	background: #0f172a;
	color: #ffffff;
	border: none;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	transition: transform 0.05s ease;
}

.mainpage-how-we-work .mainpage-how-we-work__cta-mobile-btn:active {
	transform: scale(0.98);
}

.mainpage-portfolio {
	--naginoff-green: #10B981;
	--naginoff-green-dark: #059669;
	--text-main: #111827;
	--text-muted: #6B7280;
	--bg-gray: #F3F4F6;

	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: var(--text-main);
}

.mainpage-portfolio * { box-sizing: border-box; }

.mainpage-portfolio .portfolio-section {
	padding: 0px 20px;
	background: var(--bg-gray);
    font-weight: normal;
}

.mainpage-portfolio .container { max-width: 1090px; margin: 0 auto; width: 100% !important; }

.mainpage-portfolio .section-title {
	font-size: 35.2px;
	font-weight: 800;
	text-align: center;
	margin: 0 0 50px 0;
	text-transform: uppercase;
	color: var(--text-main);
}

@media (max-width: 768px) {
    .mainpage-portfolio .section-title {
        font-size: 30px;
    }
}

.mainpage-portfolio .portfolio-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 30px;
	margin-bottom: 50px;
}

.mainpage-portfolio .case-card {
	background: #fff;
	border-radius: 24px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease !important;
	border: 1px solid transparent;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.mainpage-portfolio .case-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px -10px rgba(0,0,0,0.1);
	border-color: var(--naginoff-green);
}

.mainpage-portfolio .case-tag {
	align-self: flex-start;
	background: #ECFDF5;
	color: var(--naginoff-green);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 12px;
	border-radius: 50px;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
}

.mainpage-portfolio .logo-box {
	height: 120px;
	background: #F9FAFB;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	padding: 20px;
	border: 1px solid #E5E7EB;
}

.mainpage-portfolio .client-logo {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: 0.3s;
}

.mainpage-portfolio .case-card:hover .client-logo {
	filter: grayscale(0%);
	opacity: 1;
}

.mainpage-portfolio .case-title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px 0;
	color: var(--text-main);
}

.mainpage-portfolio .case-desc {
	font-size: 15.2px;
	color: var(--text-muted);
	line-height: 1.5;
	margin: 0 0 20px 0 !important;
	flex-grow: 1;
}

.mainpage-portfolio .case-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: var(--naginoff-green);
	font-size: 15.2px;
	margin-top: auto;
}

.mainpage-portfolio .arrow-icon { transition: transform 0.3s; }
.mainpage-portfolio .case-card:hover .arrow-icon { transform: translateX(5px); }

.mainpage-portfolio .more-projects-wrap { text-align: center; }

.mainpage-portfolio .case-card.hidden { display: none; }

/* --- MODAL (same as РјР°РєРµС‚) --- */
.mainpage-portfolio .modal-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 24, 39, 0.8);
	backdrop-filter: blur(4px);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	padding: 16px;
}

.mainpage-portfolio .modal-overlay.active { opacity: 1; visibility: visible; }

.mainpage-portfolio .modal-window {
	background: #fff;
	width: 90%;
	max-width: 1000px;
	max-height: 90vh;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	padding: 40px;
	overflow-y: auto;
}

.mainpage-portfolio .modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #F3F4F6;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19.2px; /* 1.2rem */
}

.mainpage-portfolio .modal-tag {
	color: var(--naginoff-green);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12.8px; /* 0.8rem */
	margin-bottom: 10px;
	display: block;
}

.mainpage-portfolio .modal-title {
	font-size: 32px; /* 2rem */
	font-weight: 800;
	margin: 0 0 30px 0;
	line-height: 1.2;
}

.mainpage-portfolio .modal-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-bottom: 30px;
}

.mainpage-portfolio .modal-block h4 {
	font-size: 14.4px; /* 0.9rem */
	text-transform: uppercase;
	color: #9CA3AF;
	margin: 0 0 10px 0;
}

.mainpage-portfolio .modal-block p {
	font-size: 16px;
	line-height: 1.5;
	color: #1F2937;
	margin: 0;
    font-weight: normal;
}

.mainpage-portfolio .modal-result {
	background: #ECFDF5;
	padding: 20px;
	border-radius: 16px;
	border: 1px solid #A7F3D0;
}

.mainpage-portfolio .modal-result h4 {
	color: var(--naginoff-green-dark);
	margin: 0 0 10px 0;
	font-size: 14.4px;
	text-transform: uppercase;
}

.mainpage-portfolio .modal-result p {
	margin: 0;
	font-size: 16px;
    font-weight: normal;
	line-height: 1.5;
	color: #1F2937;
}

@media (max-width: 768px) {
	.mainpage-portfolio .modal-grid { grid-template-columns: 1fr; gap: 20px; }
	.mainpage-portfolio .modal-window { padding: 24px; border-radius: 0; width: 100%; height: 100%; max-height: 100%; }
	.mainpage-portfolio .portfolio-grid { grid-template-columns: 1fr; }
}

.mainpage-reviews * { box-sizing: border-box; margin: 0; padding: 0; }

.mainpage-reviews {
  background-color: #f4f6f9;
  padding: 60px 20px;
  color: #333;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
}

.mainpage-reviews .container {
  max-width: 1090px;
  margin: 0 auto;
  position: relative;
  width: 100% !important;
}

.mainpage-reviews__title {
  text-align: center;
  font-size: 35.2px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 40px;
  line-height: 1.2;
}

.mainpage-reviews__desktop-wrapper {
  position: relative;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainpage-reviews__review-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  padding: 50px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 50px;
  align-items: center;
  min-height: 400px;
  width: 100%;
}

.mainpage-reviews__badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #2ecc71;
  color: white;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom-left-radius: 16px;
  z-index: 10;
}
.mainpage-reviews__badge.is-hidden { display: none; }

.mainpage-reviews__scan-wrap {
  position: relative;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}

.mainpage-reviews__scan-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.mainpage-reviews__zoom-icon {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.05);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: 0.3s;
  font-size: 32px; /* 2rem */
}
.mainpage-reviews__scan-wrap:hover .mainpage-reviews__zoom-icon { opacity: 1; }

.mainpage-reviews__text-wrap { text-align: left; }

.mainpage-reviews__company {
  font-size: 28.8px; /* 1.8rem */
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  margin-top: 10px;
}

.mainpage-reviews__quote {
  font-size: 17.6px;
  line-height: 1.6;
  color: #555;
  font-style: italic;
  margin-bottom: 30px !important;
}

.mainpage-reviews__author b { display: block; color: #333; font-weight: 800;}
.mainpage-reviews__author span { color: #888; font-size: 14.4px; /* 0.9rem */ }
.mainpage-reviews__author span:empty { display: none; }

.mainpage-reviews__btn-orig {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 30px;
  border: 2px solid #2ecc71;
  color: #2ecc71;
  background: transparent;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12.8px; /* 0.8rem */
  transition: all 0.3s ease;
}
.mainpage-reviews__btn-orig:hover {
  background: #2ecc71;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(46, 204, 113, 0.4);
}

.mainpage-reviews__desk-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.mainpage-reviews__desk-arrow:hover { background: #2ecc71; transform: translateY(-50%) scale(1.1); }
.mainpage-reviews__desk-arrow:hover svg { fill: #fff; }
.mainpage-reviews__desk-arrow svg { width: 24px; height: 24px; fill: #333; transition: 0.2s; }
.mainpage-reviews__desk-arrow--prev { left: 0; }
.mainpage-reviews__desk-arrow--next { right: 0; }

.mainpage-reviews__mobile-controls {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}

.mainpage-reviews__mob-arrow {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.mainpage-reviews__mob-arrow svg { width: 24px; height: 24px; fill: #333; }

.mainpage-reviews__slide-counter {
  font-size: 17.6px; /* 1.1rem */
  font-weight: 700;
  color: #999;
  min-width: 60px;
  text-align: center;
}
.mainpage-reviews__current-num { color: #333; }

.mainpage-reviews__lightbox {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.95);
  align-items: center;
  justify-content: center;
}
.mainpage-reviews__lightbox.is-open { display: flex; }

.mainpage-reviews__lb-content {
  max-width: 95%;
  max-height: 90vh;
  object-fit: contain;
}

.mainpage-reviews__lb-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
  user-select: none;
}

@media (max-width: 992px) {
  .mainpage-reviews { padding: 40px 15px; }
  .mainpage-reviews__desktop-wrapper { padding: 0; display: block; }
  .mainpage-reviews__desk-arrow { display: none; }

  .mainpage-reviews__review-card {
    display: flex !important;
    flex-direction: column;
    padding: 40px 20px 30px 20px;
    gap: 20px;
    text-align: center;
    height: auto !important;
    min-height: 0;
  }

  .mainpage-reviews__badge { font-size: 10.4px; /* 0.65rem */ padding: 5px 15px; }

  .mainpage-reviews__scan-wrap {
    width: 100%;
    max-width: 220px;
    margin: 10px auto 0 auto;
    min-height: 280px;
  }

  .mainpage-reviews__text-wrap { text-align: center; width: 100%; }
  .mainpage-reviews__company { font-size: 22.4px; /* 1.4rem */ }
  .mainpage-reviews__quote { font-size: 15.2px; /* 0.95rem */ }

  .mainpage-reviews__mobile-controls { display: flex; }
}

.mainpage-team {
	--naginoff-green: #10B981;
	--naginoff-green-dark: #059669;
	--text-main: #111827;
	--text-muted: #6B7280;
	--bg-gray: #F3F4F6;

	color: var(--text-main);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.mainpage-team * { box-sizing: border-box; }

.mainpage-team .container { max-width: 1090px; margin: 0 auto; padding: 0 20px; width: 100% !important; }

.mainpage-team .team-hero {
	padding: 90px 0 60px;
	text-align: center;
}

.mainpage-team .hero-title {
	font-size: 34px;
	font-weight: 800;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	line-height: 1.2;
	color: #374151;
}

.mainpage-team .hero-desc {
	font-size: 18px;
	color: var(--text-muted);
	max-width: 700px;
	margin: 0 auto !important;
	line-height: 1.5;
}

.mainpage-team .team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 30px;
	margin-bottom: 40px;
}

.mainpage-team .team-card {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	border: 1px solid transparent;
	border-radius: 24px;
	padding: 32px 24px;
	text-align: center;
	transition: 0.3s;
	position: relative;
	height: 100%;
	box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.mainpage-team .team-card.hidden-item { display: none; }

.mainpage-team .team-card:hover {
	border-color: var(--naginoff-green);
	transform: translateY(-8px);
	box-shadow: 0 20px 40px -10px rgba(0,0,0,0.1);
	z-index: 2;
}

.mainpage-team .photo-circle { width: 130px; height: 130px; margin: 0 auto 20px; flex-shrink: 0; }

.mainpage-team .photo-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	border: 4px solid #F3F4F6;
	background: #E5E7EB;
}

.mainpage-team .card-name { font-size: 18px; font-weight: 800; margin: 0 0 8px 0; line-height: 1.2; }

.mainpage-team .card-role {
	font-size: 14px;
	color: var(--naginoff-green);
	font-weight: 700;
	background: #ECFDF5;
	padding: 6px 14px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	min-height: 3.2em;
	line-height: 1.3;
}

.mainpage-team .btn-details {
	margin-top: auto;
	border: 2px solid var(--naginoff-green);
	background: transparent;
	color: var(--naginoff-green);
	padding: 12px 28px;
	border-radius: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.3s;
	font-size: 15px;
	width: 100%;
}

.mainpage-team .btn-details:hover { background: var(--naginoff-green); color: #fff; }

.mainpage-team .load-more-wrap { text-align: center; margin-bottom: 40px; margin-top:40px;}

.mainpage-team .btn-load-more, .mainpage-portfolio .btn-more {
	background: #FFFFFF;
	border: 1px solid #E5E7EB;
	color: var(--text-muted);
	padding: 14px 40px;
	border-radius: 50px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.mainpage-team .btn-load-more:hover, .mainpage-portfolio .btn-more:hover {
	border-color: var(--naginoff-green);
	color: var(--naginoff-green);
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.mainpage-team .btn-load-more.hidden, .mainpage-portfolio .btn-more.hidden { display: none; }

.mainpage-team .cta-compact {
	background: var(--naginoff-green);
	color: #fff;
	border-radius: 20px;
	padding: 30px 40px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}

.mainpage-team .cta-text h3 { font-size: 24px; font-weight: 800; margin: 0 0 5px 0; }
.mainpage-team .cta-text p { margin: 0; opacity: 0.9; font-size: 16px; }

.mainpage-team .cta-btn {
	background: #fff;
	color: var(--naginoff-green);
	padding: 12px 28px;
	border-radius: 12px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: 0.3s;
	flex-shrink: 0;
}

.mainpage-team .cta-btn:hover { background: #f0fdf4; box-shadow: 0 5px 15px rgba(0,0,0,0.2); }

@media (max-width: 800px) {
	.mainpage-team .cta-compact { flex-direction: column; text-align: center; padding: 30px 20px; margin-bottom: 60px; }
	.mainpage-team .cta-btn { width: 100%; text-align: center; }
	.mainpage-team .hero-title { font-size: 1.8rem; }
	.mainpage-team .team-grid {margin-bottom: 0;}
	.mainpage-team .team-card.hidden-item-mobile { display: none; }
}

.mainpage-team .modal-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 24, 39, 0.8);
	backdrop-filter: blur(4px);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	padding: 16px;
}

.mainpage-team .modal-overlay.active { opacity: 1; visibility: visible; }

.mainpage-team .modal-window {
	background: #fff;
	width: 90%;
	max-width: 1000px;
	max-height: 90vh;
	border-radius: 24px;
	display: flex;
	overflow: hidden;
	position: relative;
}

.mainpage-team .modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: #F3F4F6;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
}

.mainpage-team .modal-left { width: 35%; background: #F9FAFB; display: flex; align-items: center; justify-content: center; }
.mainpage-team .modal-photo-lg { width: 100%; height: 100%; object-fit: cover; }
.mainpage-team .modal-right { width: 65%; padding: 50px; overflow-y: auto; }

.mainpage-team .modal-name-lg { font-size: 32px; font-weight: 800; margin: 0 0 5px 0 !important; line-height: 1.2; }
.mainpage-team .modal-role-lg { color: var(--naginoff-green); font-weight: 700; font-size: 18px; margin-bottom: 24px !important; display: block; }
.mainpage-team .modal-label { font-size: 14px; text-transform: uppercase; color: #9CA3AF; font-weight: 700; margin-bottom: 8px; margin-top: 20px; }
.mainpage-team .modal-label:first-of-type { margin-top: 0; }
.mainpage-team .modal-text { font-size: 16px; margin: 0 0 10px 0 !important; color: #374151; line-height: 1.5; }
.mainpage-team .achievements-list { padding-left: 0; margin: 0; list-style: none; }
.mainpage-team .achievements-list li { display: flex; gap: 10px; margin-bottom: 10px; font-size: 14px; line-height: 1.5; color: #374151; }

.modal-title-wrap {display: flex; justify-content: space-between; margin-bottom: 5px;align-items: center;}
.modal-title-wrap h2.modal-title {margin-bottom: 0 !important; font-size: 26px;}

@media (max-width: 768px) {
	.mainpage-team .modal-window { flex-direction: column; height: 100%; border-radius: 0; width: 100%; }
	.mainpage-team .modal-left { width: 100%; height: 250px; flex-shrink: 0; }
	.mainpage-team .modal-right { width: 100%; padding: 30px 20px 80px; }
	.modal-title-wrap {flex-direction: column;gap: 20px;}
	#caseModalMain .modal-window {max-height: 90% !important; top: 30px;}
}

.gr-line-up.mainpage-doverie::before {
    content: none;
}

.mainpage-doverie > .eleventh-block {
    margin-top: 0;
}

.mainpage-risk-audit {
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    padding: 76px 20px;
    color: #1e293b;
    font-family: "Inter", "Manrope", Arial, sans-serif;
}

.mainpage-risk-audit .mainpage-risk-audit__container {
    max-width: 1200px;
    width: 100% !important;
    margin: 0 auto;
}

.mainpage-risk-audit .mainpage-risk-audit__head {
    text-align: center;
    margin-bottom: 34px;
}

.mainpage-risk-audit .mainpage-risk-audit__title {
    margin: 0 !important;
}

.mainpage-risk-audit .mainpage-risk-audit__panel {
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 28px;
    box-shadow: 0 20px 50px -15px rgba(15, 23, 42, 0.14);
    overflow: hidden;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.mainpage-risk-audit .mainpage-risk-audit__columns,
.mainpage-risk-audit .mainpage-risk-audit__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mainpage-risk-audit .mainpage-risk-audit__col-head {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    padding: 22px 28px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}

.mainpage-risk-audit .mainpage-risk-audit__col--danger .mainpage-risk-audit__col-head {
    color: #991b1b;
    background: rgba(254, 226, 226, 0.72);
}

.mainpage-risk-audit .mainpage-risk-audit__col--solution .mainpage-risk-audit__col-head {
    color: #047857;
    background: rgba(209, 250, 229, 0.74);
}

.mainpage-risk-audit .mainpage-risk-audit__head-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.75);
}

.mainpage-risk-audit .mainpage-risk-audit__row {
    border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.mainpage-risk-audit .mainpage-risk-audit__cell {
    min-height: 132px;
    padding: 24px 28px;
}

.mainpage-risk-audit .mainpage-risk-audit__cell + .mainpage-risk-audit__cell {
    border-left: 1px solid rgba(148, 163, 184, 0.22);
}

.mainpage-risk-audit .mainpage-risk-audit__label {
    display: block;
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
}

.mainpage-risk-audit .mainpage-risk-audit__cell p {
    margin: 0 !important;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
}

.mainpage-risk-audit .mainpage-risk-audit__cell--danger p {
    color: #7f1d1d;
}

.mainpage-risk-audit .mainpage-risk-audit__cell--solution p {
    color: #065f46;
}

.mainpage-risk-audit .mainpage-risk-audit__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 28px;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(255, 255, 255, 0.52);
}

.mainpage-risk-audit .mainpage-risk-audit__note {
    margin: 0 !important;
    color: #475569;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
}

.mainpage-risk-audit .mainpage-risk-audit__cta {
    border: none;
    border-radius: 14px;
    padding: 16px 22px;
    color: #111827;
    background: #fbbf24;
    box-shadow: 0 10px 25px rgba(251, 191, 36, 0.3);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mainpage-risk-audit .mainpage-risk-audit__cta:hover {
    transform: translateY(-2px);
    background: #f59e0b;
    box-shadow: 0 14px 30px rgba(245, 158, 11, 0.34);
}

.mainpage-risk-audit .mainpage-risk-audit__modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.68);
}

.mainpage-risk-audit .mainpage-risk-audit__modal.is-open {
    display: flex;
}

.mainpage-risk-audit .mainpage-risk-audit__modal-dialog {
    position: relative;
    width: min(100%, 430px);
    padding: 32px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.mainpage-risk-audit .mainpage-risk-audit__modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 999px;
    background: #f1f5f9;
    color: #0f172a;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.mainpage-risk-audit .mainpage-risk-audit__modal-title {
    margin: 0 0 8px !important;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.mainpage-risk-audit .mainpage-risk-audit__modal-text {
    margin: 0 0 20px !important;
    color: #64748b;
    font-size: 15px;
    line-height: 1.5;
}

.mainpage-risk-audit .mainpage-risk-audit__form {
    display: grid !important;
    gap: 12px !important;
    margin: 0 !important;
}

.mainpage-risk-audit .mainpage-risk-audit__input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 14px 16px;
    color: #0f172a;
    background: #ffffff;
    font-size: 16px;
    outline: none;
}

.mainpage-risk-audit .mainpage-risk-audit__input:focus {
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.18);
}

.mainpage-risk-audit .mainpage-risk-audit__submit {
    width: 100% !important;
    margin: 4px 0 0 !important;
}

@media (max-width: 900px) {
    .mainpage-risk-audit .mainpage-risk-audit__columns {
        display: none;
    }

    .mainpage-risk-audit .mainpage-risk-audit__row {
        grid-template-columns: 1fr;
    }

    .mainpage-risk-audit .mainpage-risk-audit__cell + .mainpage-risk-audit__cell {
        border-left: none;
        border-top: 1px solid rgba(148, 163, 184, 0.18);
    }

    .mainpage-risk-audit .mainpage-risk-audit__cell {
        min-height: 0;
        padding: 22px;
    }

    .mainpage-risk-audit .mainpage-risk-audit__bottom {
        align-items: stretch;
        flex-direction: column;
        padding: 22px;
    }
}

@media (max-width: 640px) {
    .mainpage-risk-audit {
        padding: 54px 16px;
    }

    .mainpage-risk-audit .mainpage-risk-audit__panel {
        border-radius: 18px;
    }

    .mainpage-risk-audit .mainpage-risk-audit__cta {
        width: 100%;
    }
}

.mainpage-monthly-work.docs12-advantages {
    padding: 20px 20px 88px !important;
    margin: 0 !important;
    background: #f8fafc;
}

.mainpage-monthly-work .docs12-main-container {
    max-width: 960px !important;
}

.mainpage-monthly-work .docs12-header {
    margin-bottom: 48px !important;
}

.mainpage-monthly-work .docs12-title {
    margin: 0 !important;
    font-size: 35.2px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}

.mainpage-monthly-work .docs12-content-box {
    padding-top: 6px !important;
}

.mainpage-monthly-work .docs12-item-title {
    margin: 0 0 8px !important;
}

.mainpage-monthly-work .docs12-item-text {
    margin: 0 !important;
    max-width: 720px !important;
}

.mainpage-monthly-work .docs12-delay-500 {
    animation-delay: 0.6s;
}

@media (min-width: 768px) {
    .mainpage-monthly-work .docs12-content-box {
        padding-top: 15px !important;
    }
}

@media (max-width: 768px) {
    .mainpage-monthly-work.docs12-advantages {
        padding: 56px 16px 64px !important;
    }

    .mainpage-monthly-work .docs12-header {
        margin-bottom: 34px !important;
    }

    .mainpage-monthly-work .docs12-title {
        font-size: 30px !important;
    }
}

.mainpage-why-us.why-section {
    position: relative;
    overflow: hidden;
    padding: 78px 20px 88px !important;
    background: #f7fafc;
    color: #1a2b4a;
}

.mainpage-why-us .why-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.mainpage-why-us .why-bg-overlay::before,
.mainpage-why-us .why-bg-overlay::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(0, 185, 86, 0.11), rgba(0, 185, 86, 0));
}

.mainpage-why-us .why-bg-overlay::before {
    top: -190px;
    right: -140px;
    width: 560px;
    height: 560px;
}

.mainpage-why-us .why-bg-overlay::after {
    bottom: -210px;
    left: -120px;
    width: 500px;
    height: 500px;
    opacity: 0.7;
}

.mainpage-why-us .why-content {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
}

.mainpage-why-us__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
}

.mainpage-why-us__eyebrow-line {
    width: 32px;
    height: 2px;
    border-radius: 2px;
    background: #00b956;
}

.mainpage-why-us__eyebrow-text {
    color: #00a34e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
}

.mainpage-why-us__title {
    margin: 0 !important;
    color: #1a2b4a;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 35.2px !important;
    font-weight: 800;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-align: center;
    text-transform: uppercase;
}

.mainpage-why-us__title span {
    color: #00b956;
}

.mainpage-why-us .why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.mainpage-why-us .why-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    padding: 32px 28px;
    border: 1px solid #e4ebf1;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
    text-align: center;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mainpage-why-us .why-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 185, 86, 0.32);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.mainpage-why-us .why-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    border: 1px solid rgba(0, 185, 86, 0.16);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0, 185, 86, 0.14), rgba(0, 185, 86, 0.03));
    color: #00a34e;
    font-size: 30px;
}

.mainpage-why-us .why-title {
    margin: 0 0 10px;
    color: #1a2b4a;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.mainpage-why-us .why-text {
    flex-grow: 1;
    margin: 0;
    color: #526175;
    font-size: 14px;
    line-height: 1.55;
	font-weight: normal;
}

.mainpage-why-us .why-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: fit-content;
    margin-top: 22px;
    padding: 10px 17px;
    border: 1px solid rgba(0, 185, 86, 0.18);
    border-radius: 999px;
    background: rgba(0, 185, 86, 0.08);
    color: #008f43;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mainpage-why-us .why-link-btn:hover {
    background: #00b956;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 185, 86, 0.22);
}

.manifesto {
    position: relative;
    overflow: hidden;
    margin-top: 48px;
    padding: 48px;
    border: 1px solid rgba(197, 160, 71, 0.18);
    border-radius: 16px;
    background: #f7f4ed;
}

.manifesto::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -100px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 185, 86, 0.08), transparent 70%);
    pointer-events: none;
}

.manifesto-eyebrow {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.manifesto-eyebrow-line {
    width: 32px;
    height: 2px;
    border-radius: 1px;
    background: #00b956;
}

.manifesto-eyebrow-text {
    color: #00a34e;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.manifesto-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 44px;
    align-items: stretch;
}

.manifesto-photo-col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.manifesto-photo {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 380px;
    border-radius: 16px;
    background: #15191f;
    box-shadow: 0 12px 32px rgba(15, 20, 25, 0.12);
}

.manifesto-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    object-position: center;
}

.manifesto-photo::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50%;
    background: linear-gradient(180deg, transparent 0%, rgba(15, 20, 25, 0.85) 100%);
    pointer-events: none;
}

.manifesto-photo-overlay {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    z-index: 2;
    text-align: left;
}

.photo-overlay-name {
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

.photo-overlay-role {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12.5px;
    line-height: 1.4;
}

.manifesto-text-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 4px;
}

.manifesto-h {
    margin: 0 0 24px !important;
    color: #0f1419;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.18;
}

.manifesto-h .accent {
    color: #00b956;
}

.manifesto-quote-mark {
    margin-bottom: -28px;
    color: #00b956;
    font-family: Georgia, serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.25;
}

.manifesto-quote {
    margin: 0 0 14px !important;
    color: #0f1419;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}

.manifesto-quote-2 {
    margin: 0 0 32px !important;
    color: #4b5563;
    font-size: 16px;
    font-style: italic;
    line-height: 1.65;
}

.manifesto-signature {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid rgba(15, 20, 25, 0.1);
}

.manifesto-sig-mark {
    width: 4px;
    height: 36px;
    border-radius: 2px;
    background: #00b956;
    flex-shrink: 0;
}

.manifesto-sig-text {
    color: #4b5563;
    font-size: 13.5px;
    line-height: 1.55;
}

.manifesto-sig-text strong {
    color: #0f1419;
    font-weight: 800;
}

@media (max-width: 991px) {
    .mainpage-why-us .why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .mainpage-why-us.why-section {
        padding: 56px 16px 64px !important;
    }

    .mainpage-why-us__title {
        font-size: 30px !important;
    }

    .manifesto {
        padding: 32px 24px;
    }

    .manifesto-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .manifesto-photo {
        max-width: 280px;
        min-height: 320px;
        margin: 0 auto;
    }

    .manifesto-photo img {
        min-height: 320px;
    }

    .manifesto-h {
        font-size: 22px;
    }
}

@media (max-width: 560px) {
    .mainpage-why-us .why-grid {
        grid-template-columns: 1fr;
    }

    .mainpage-why-us .why-card {
        padding: 28px 22px;
    }

    .mainpage-why-us .why-link-btn {
        width: 100%;
    }
}

.mainpage-directions.directions-block {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 20px 88px !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: #1a2b4a;
}

.mainpage-directions .section-title {
    margin: 0 0 12px !important;
    color: #1a2b4a;
    font-size: 35.2px !important;
    line-height: 1.15 !important;
    font-weight: 800;
    letter-spacing: 0 !important;
    text-align: center;
    text-transform: uppercase;
}

.mainpage-directions .section-subtitle {
    max-width: 760px;
    margin: 0 auto 48px !important;
    color: #5a6480;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.mainpage-directions .directions-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mainpage-directions .direction-card {
    display: flex;
    flex-direction: column;
    padding: 32px 28px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(26, 43, 74, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mainpage-directions .direction-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(26, 43, 74, 0.08);
}

.mainpage-directions .direction-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #e8f5ec;
    flex-shrink: 0;
}

.mainpage-directions .direction-icon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: #1dba66;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mainpage-directions .direction-card h3 {
    margin: 0 0 10px !important;
    color: #1a2b4a;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.mainpage-directions .direction-tasks {
    flex-grow: 1;
    list-style: none;
    margin: 0 0 24px !important;
    padding: 0;
}

.mainpage-directions .direction-tasks li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
    color: #5a6480;
    font-size: 15px;
    line-height: 1.5;
}

.mainpage-directions .direction-tasks li:last-child {
    margin-bottom: 0;
}

.mainpage-directions .direction-tasks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 8px;
    border-left: 2px solid #1dba66;
    border-bottom: 2px solid #1dba66;
    transform: rotate(-45deg);
}

.mainpage-directions .direction-footer {
    padding-top: 20px;
    border-top: 1px solid #eef1f6;
}

.mainpage-directions .btn-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1dba66;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: uppercase;
    transition: gap 0.2s ease;
}

.mainpage-directions .btn-more:hover {
    gap: 10px;
    color: #1dba66;
}

.mainpage-directions .btn-more::after {
    content: '→';
    font-size: 18px;
    line-height: 1;
}

.mainpage-directions .calc-note {
    display: block;
    margin-top: 8px;
    color: #8a93a8;
    font-size: 13px;
}

.mainpage-directions .direction-card.all-directions-card {
    color: #ffffff;
    background: linear-gradient(135deg, #1dba66 0%, #16a058 100%);
    box-shadow: 0 4px 16px rgba(29, 186, 102, 0.25);
}

.mainpage-directions .all-directions-card .direction-icon {
    background: rgba(255, 255, 255, 0.2);
}

.mainpage-directions .all-directions-card .direction-icon svg {
    stroke: #ffffff;
}

.mainpage-directions .all-directions-card h3 {
    color: #ffffff;
}

.mainpage-directions .all-directions-card .direction-tasks li {
    color: rgba(255, 255, 255, 0.95);
}

.mainpage-directions .all-directions-card .direction-tasks li::before {
    border-color: #ffffff;
}

.mainpage-directions .all-directions-card .direction-footer {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.mainpage-directions .all-directions-card .btn-more,
.mainpage-directions .all-directions-card .btn-more:hover {
    color: #ffffff;
}

@media (max-width: 1024px) {
    .mainpage-directions .directions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .mainpage-directions.directions-block {
        padding: 56px 16px 64px !important;
    }

    .mainpage-directions .section-title {
        font-size: 30px !important;
    }

    .mainpage-directions .section-subtitle {
        margin-bottom: 34px !important;
    }

    .mainpage-directions .directions-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mainpage-directions .direction-card {
        padding: 24px 20px;
    }
}

.mainpage-workflow.kak-oformit-autsors {
    padding: 20px 20px 88px !important;
    background-color: #f5f7fa;
}

.mainpage-workflow.kak-oformit-autsors h2 {
    margin: 0 0 46px !important;
    font-size: 35.2px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}

.mainpage-workflow.kak-oformit-autsors .timeline-wrapper {
    margin-bottom: 44px;
}

.mainpage-workflow.kak-oformit-autsors .timeline-line-bg,
.mainpage-workflow.kak-oformit-autsors .timeline-progress {
    left: 8.333%;
    bottom: 30px;
}

.mainpage-workflow.kak-oformit-autsors .timeline-line-bg {
    width: 83.333%;
}

.mainpage-workflow.kak-oformit-autsors .steps-row {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.mainpage-workflow.kak-oformit-autsors .steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.mainpage-workflow.kak-oformit-autsors .card {
    align-items: flex-start;
    text-align: left;
}

.mainpage-workflow.kak-oformit-autsors .card-title {
    min-height: 0;
    text-align: left;
    align-items: flex-start;
}

.mainpage-workflow.kak-oformit-autsors .card-desc {
    text-align: left;
}

@media (max-width: 900px) {
    .mainpage-workflow.kak-oformit-autsors .steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .mainpage-workflow.kak-oformit-autsors {
        padding: 56px 16px 64px !important;
    }

    .mainpage-workflow.kak-oformit-autsors h2 {
        margin-bottom: 34px !important;
        font-size: 30px !important;
    }

    .mainpage-workflow.kak-oformit-autsors .steps-grid {
        grid-template-columns: 1fr;
    }
}
.mainpage-client-block {
    --accent: #00b956;
    --accent-dark: #00994a;
    --accent-bg: rgba(0, 185, 86, 0.1);
    --danger: #dc2626;
    --danger-light: #ef4444;
    --danger-bg-soft: #fee2e2;
    --bg-dark: #0f1419;
    --bg-light: #f7f9fb;
    --bg-light-2: #f3f6f8;
    --bg-white: #ffffff;
    --border-light: #e5e9ee;
    --border-light-strong: #cfd7df;
    --text-dark: #0f1419;
    --text-soft: #56616f;
    --text-muted: #8a95a3;
    --text-light-soft: rgba(255, 255, 255, 0.68);
    --text-light-muted: rgba(255, 255, 255, 0.5);
    --radius-md: 18px;
    font-family: "Inter", "Manrope", Arial, sans-serif;
    color: var(--text-dark);
}

.mainpage-client-block * {
    box-sizing: border-box;
}

.mainpage-client-block .container,
.mainpage-faq-wrap .main-container {
    max-width: 1180px;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 20px;
}

.mainpage-faq-wrap .faq-lite__answer p {
    font-weight: normal !important;
}

.mainpage-client-block .eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.mainpage-client-block .eyebrow-line {
    width: 32px;
    height: 2px;
    background: var(--accent);
    border-radius: 1px;
}

.mainpage-client-block .eyebrow-text {
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mainpage-client-block .h2 {
    margin: 0 0 14px !important;
    color: var(--text-dark);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0 !important;
}

.mainpage-client-block .accent {
    color: var(--accent);
}

.mainpage-client-block .section-sub {
    max-width: 720px;
    margin: 0 0 36px !important;
    color: var(--text-soft);
    font-size: 16px;
    line-height: 1.6;
}

.reveal,
.reveal-zoom {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.visible,
.reveal-zoom.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal[data-delay="1"] { transition-delay: 0.04s; }
.reveal[data-delay="2"] { transition-delay: 0.08s; }
.reveal[data-delay="3"] { transition-delay: 0.12s; }
.reveal[data-delay="4"] { transition-delay: 0.16s; }
.reveal[data-delay="5"] { transition-delay: 0.20s; }
.reveal[data-delay="6"] { transition-delay: 0.24s; }

.risks-section {
    background: var(--bg-light);
    padding: 80px 0 90px;
}

.risks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.risk-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 20, 25, 0.03);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.risk-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(15, 20, 25, 0.08);
}

.risk-card-top {
    position: relative;
    padding: 24px 28px;
}

.risk-card-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--danger), var(--danger-light));
}

.risk-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.risk-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--danger-bg-soft);
    color: var(--danger);
    font-size: 22px;
}

.risk-fine-wrap {
    text-align: right;
}

.risk-fine-prefix {
    margin-bottom: 4px;
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 600;
}

.risk-fine {
    color: var(--danger);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.risk-title {
    margin-bottom: 8px;
    color: var(--text-dark);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.risk-article {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.4;
}

.risk-article i {
    color: var(--danger-light);
    font-size: 14px;
    margin-top: 1px;
}

.risk-card-bottom {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 24px 28px;
    border-top: 1px dashed rgba(0, 185, 86, 0.2);
    background: rgba(0, 185, 86, 0.03);
}

.solution-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--accent-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.solution-title i {
    padding: 2px;
    border-radius: 50%;
    background: var(--accent);
    color: #ffffff;
    font-size: 16px;
}

.solution-text {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.audit-banner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 36px;
    align-items: center;
    margin-top: 40px;
    padding: 44px 48px;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, #0f1419 0%, #161c24 50%, #0a1015 100%);
    overflow: hidden;
    position: relative;
}

.audit-banner-content,
.audit-banner-action {
    position: relative;
    z-index: 1;
}

.audit-banner-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 6px 14px;
    border: 1px solid rgba(0, 185, 86, 0.32);
    border-radius: 999px;
    background: rgba(0, 185, 86, 0.15);
    color: var(--accent);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.audit-banner-title {
    margin: 0 0 12px !important;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.18;
}

.audit-banner-sub {
    max-width: 540px;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.55;
}

.audit-banner-sub strong {
    color: #ffffff;
}

.audit-checklist-bonus {
    display: inline-grid;
    gap: 12px;
    margin-top: 24px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
}

.bonus-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bonus-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(0, 185, 86, 0.15);
    color: var(--accent);
    font-size: 20px;
    flex-shrink: 0;
}

.bonus-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    line-height: 1.4;
}

.bonus-text strong {
    display: block;
    color: #ffffff;
}

.audit-banner-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.audit-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 19px 32px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
    color: #ffffff;
    font-size: 15.5px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 30px rgba(0, 185, 86, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.audit-cta-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(0, 185, 86, 0.55);
}

.audit-cta-meta {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12.5px;
}

.audit-cta-meta strong {
    color: rgba(255, 255, 255, 0.85);
}

.risk-summary {
    margin-top: 32px;
    padding: 40px 44px;
    border-radius: var(--radius-md);
    background: var(--bg-dark);
    color: #ffffff;
    overflow: hidden;
}

.risk-summary-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: start;
}

.summary-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.summary-eyebrow-line {
    width: 28px;
    height: 2px;
    border-radius: 1px;
    background: var(--danger);
}

.summary-eyebrow-text {
    color: var(--danger-light);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.summary-h {
    margin: 0 0 22px !important;
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

.summary-big-num-wrap {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px;
}

.summary-prefix {
    color: var(--danger-light);
    font-size: 18px;
    font-weight: 500;
}

.summary-big-num {
    color: var(--danger-light);
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
}

.summary-currency {
    color: var(--danger-light);
    font-size: 36px;
    font-weight: 700;
}

.summary-caption {
    max-width: 380px;
    margin: 0 !important;
    color: var(--text-light-soft);
    font-size: 14.5px;
    line-height: 1.55;
}

.summary-list-title {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.summary-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
}

.summary-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.summary-item:hover {
    border-color: rgba(220, 38, 38, 0.32);
    background: rgba(220, 38, 38, 0.1);
    transform: translateY(-2px);
}

.summary-item:hover .summary-item-icon {
    transform: scale(1.1) rotate(-4deg);
}

.summary-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(220, 38, 38, 0.22);
    color: var(--danger-light);
    font-size: 22px;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.summary-item-title {
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.summary-item-desc {
    color: var(--text-light-soft);
    font-size: 12px;
    line-height: 1.45;
}

.summary-meta-bottom {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-light-muted);
    font-size: 12.5px;
    font-style: italic;
    text-align: center;
}

.timeline-section {
    padding: 80px 0 90px;
    background: var(--bg-white);
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 44px;
}

.timeline-step {
    display: flex;
    flex-direction: column;
}

.timeline-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.timeline-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--accent-bg);
    color: var(--accent-dark);
    font-size: 16px;
    font-weight: 800;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.timeline-step:hover .timeline-num {
    background: var(--accent);
    color: #ffffff;
    box-shadow: 0 0 0 6px var(--bg-white);
}

.timeline-line {
    flex-grow: 1;
    height: 2px;
    background: var(--border-light);
}

.timeline-content {
    flex-grow: 1;
    padding: 24px 20px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    background: var(--bg-light);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.timeline-content--accent {
    border-color: rgba(0, 185, 86, 0.2);
    background: rgba(0, 185, 86, 0.04);
}

.timeline-step:hover .timeline-content {
    transform: translateY(-4px);
    border-color: rgba(0, 185, 86, 0.3);
    box-shadow: 0 16px 32px rgba(15, 20, 25, 0.06);
}

.timeline-title {
    margin-bottom: 12px;
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.timeline-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.timeline-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--text-soft);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

.timeline-list li i {
    color: var(--accent);
    font-size: 15px;
    margin-top: 1px;
    flex-shrink: 0;
}

.trust-section {
    padding: 80px 0 90px;
    background: var(--bg-light-2);
}

#mainpage-trust.trust-section {
    padding-bottom: 8px;
}

#mainpage-trust + .mainpage-why-us.why-section {
    padding-top: 80px !important;
}

.nf-howit-section {
    --nf-bg: #f4f6f9;
    --nf-text: #1f2937;
    --nf-muted: #6b7280;
    --nf-accent: #00B956;
    --nf-accent-deep: #009947;
    --nf-accent-soft: #34d399;
    --nf-badge: 54px;
    --nf-line: 4px;
    --nf-head-row: 130px;
    --nf-desc-row: 120px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 0px 80px;
    font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", sans-serif;
    color: var(--nf-text);
    -webkit-font-smoothing: antialiased;
}

.nf-howit-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .5s ease, transform .5s ease;
}

.nf-howit-eyebrow.ready {
    opacity: 1;
    transform: none;
}

.nf-howit-eyebrow-line {
    width: 32px;
    height: 2px;
    background: var(--nf-accent);
    border-radius: 1px;
}

.nf-howit-eyebrow-text {
    color: var(--nf-accent);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.nf-howit-title {
    max-width: 900px;
    margin: 0 0 80px !important;
    color: #0F1419;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    opacity: 0;
    transform: translateY(10px);
}

.nf-howit-title.ready {
    opacity: 1;
    transform: none;
    transition: opacity .6s ease, transform .6s ease;
    transition-delay: .1s;
}

.nf-howit-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    align-items: center;
    justify-items: center;
    height: var(--nf-badge);
    margin-bottom: 60px;
}

.nf-howit-steps::before,
.nf-howit-steps::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(var(--nf-badge) / 2);
    right: calc(var(--nf-badge) / 2);
    height: var(--nf-line);
    border-radius: 4px;
    z-index: 0;
    transform: translateY(-50%);
}

.nf-howit-steps::before {
    background: #d1d5db;
}

.nf-howit-steps::after {
    background: linear-gradient(90deg, var(--nf-accent-soft) 0%, var(--nf-accent-deep) 50%, var(--nf-accent-soft) 100%);
    background-size: 200% 100%;
    animation: nfFlowLine 5s linear infinite;
}

@keyframes nfFlowLine {
    0% { background-position: 0% 0; }
    100% { background-position: -200% 0; }
}

.nf-howit-arrow {
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    z-index: 2;
    transform: translateY(-50%);
}

.nf-howit-arrow.end {
    right: calc(var(--nf-badge) / 2 - 16px);
    border-left: 20px solid var(--nf-accent);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.nf-howit-runner {
    position: absolute;
    top: 50%;
    left: calc(var(--nf-badge) / 2);
    width: 34px;
    height: 34px;
    z-index: 3;
    transform: translate(-17px, -50%);
}

.nf-howit-runner svg {
    display: block;
    width: 34px;
    height: 34px;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .25));
}

.nf-howit-runner.flash svg {
    animation: nfMuzzle 220ms ease-out;
}

@keyframes nfMuzzle {
    0% { filter: drop-shadow(0 0 12px rgba(0, 185, 86, .8)); }
    100% { filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .25)); }
}

.nf-howit-badge {
    display: grid;
    place-items: center;
    width: var(--nf-badge);
    height: var(--nf-badge);
    border: 3px solid var(--nf-accent);
    border-radius: 50%;
    background: #ecfdf5;
    color: var(--nf-accent);
    font-size: 22px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    justify-self: center;
}

@keyframes nfHop {
    0% { transform: translateY(0); }
    40% { transform: translateY(-6px); }
    100% { transform: translateY(0); }
}

.nf-howit-badge.hop {
    animation: nfHop .6s cubic-bezier(.28, .84, .42, 1);
}

.nf-howit-blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: start;
}

.nf-howit-block {
    display: grid;
    grid-template-rows: var(--nf-head-row) var(--nf-desc-row);
    align-items: start;
    justify-items: center;
    padding: 28px 18px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
}

.nf-howit-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .15);
}

.nf-howit-block h3 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding-bottom: 28px;
    border-bottom: 1px dashed #d1d5db;
    color: #0F1419;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.nf-howit-block p {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 28px 0 0;
    color: #4b5563;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 900px) {
    .nf-howit-section {
        padding: 0px 16px 70px;
    }

    .nf-howit-title {
        margin-bottom: 48px !important;
        font-size: 26px;
    }

    .nf-howit-steps {
        display: none;
    }

    .nf-howit-blocks {
        grid-template-columns: 1fr;
        gap: 16px;
        position: relative;
        padding-left: calc(var(--nf-badge) + 24px);
        counter-reset: nfStepNum;
    }

    .nf-howit-blocks::before {
        content: "";
        position: absolute;
        left: calc(var(--nf-badge) / 2);
        top: 30px;
        bottom: 30px;
        width: var(--nf-line);
        border-radius: 4px;
        background: linear-gradient(180deg, var(--nf-accent-soft) 0%, var(--nf-accent-deep) 50%, var(--nf-accent-soft) 100%);
        z-index: 0;
    }

    .nf-howit-block {
        display: block;
        position: relative;
        padding: 22px;
        text-align: left;
    }

    .nf-howit-block::before {
        content: counter(nfStepNum);
        counter-increment: nfStepNum;
        position: absolute;
        left: calc(-1 * var(--nf-badge) - 12px);
        top: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: var(--nf-badge);
        height: var(--nf-badge);
        border: 3px solid var(--nf-accent);
        border-radius: 50%;
        background: #ecfdf5;
        color: var(--nf-accent);
        font-size: 22px;
        font-weight: 700;
        transform: translateY(-50%);
        z-index: 2;
    }

    .nf-howit-block h3 {
        justify-content: flex-start;
        padding-bottom: 18px;
        font-size: 18px;
        text-align: left;
    }

    .nf-howit-block p {
        justify-content: flex-start;
        margin-top: 18px;
        font-size: 14.5px;
        line-height: 1.55;
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nf-howit-title,
    .nf-howit-eyebrow {
        opacity: 1;
        transform: none;
    }

    .nf-howit-title.ready,
    .nf-howit-eyebrow.ready {
        transition: none;
    }

    .nf-howit-badge,
    .nf-howit-steps::after {
        animation: none;
    }

    .nf-howit-runner {
        display: none;
    }
}

.trust-main-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.experts-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
    padding: 36px 40px;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, var(--bg-dark) 0%, #151d24 100%);
    color: #ffffff;
    box-shadow: 0 16px 40px rgba(15, 20, 25, 0.1);
}

.experts-card-top {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
}

.experts-num-wrap {
    display: flex;
    align-items: baseline;
    flex-shrink: 0;
}

.experts-num {
    color: var(--accent);
    font-size: 88px;
    font-weight: 800;
    line-height: 0.9;
}

.experts-plus {
    color: rgba(0, 185, 86, 0.7);
    font-size: 38px;
    font-weight: 700;
}

.experts-text {
    padding-top: 10px;
}

.experts-headline {
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
}

.experts-subline {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.experts-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 16px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.expert-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.4;
}

.expert-item i {
    color: var(--accent);
    font-size: 16px;
    margin-top: 2px;
}

.experts-guarantee {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.experts-guarantee-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(0, 185, 86, 0.15);
    color: var(--accent);
    font-size: 20px;
    flex-shrink: 0;
}

.experts-guarantee-text strong {
    display: block;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 13.5px;
}

.experts-guarantee-text span {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12.5px;
    line-height: 1.4;
}

.accred-card {
    min-height: 340px;
    padding: 36px 40px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(15, 20, 25, 0.04);
}

.accred-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    text-align: center;
}

.accred-seal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 1px solid rgba(0, 185, 86, 0.2);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0, 185, 86, 0.15) 0%, rgba(0, 185, 86, 0.04) 100%);
    color: var(--accent);
    font-size: 32px;
}

.accred-top-title {
    margin-bottom: 4px;
    color: var(--text-dark);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.accred-top-sub {
    color: var(--text-soft);
    font-size: 12.5px;
    font-weight: 600;
}

.accred-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.accred-mini-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 14px 16px;
    border: 1.5px solid transparent;
    border-radius: 12px;
    background: var(--bg-light);
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

.accred-mini-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 185, 86, 0.3);
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 185, 86, 0.08);
}

.accred-icon-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: rgba(0, 185, 86, 0.08);
    color: var(--accent);
}

.accred-svg-icon {
    width: 34px;
    height: 34px;
    color: var(--accent);
    font-size: 34px;
}

.accred-mini-card-org {
    margin-bottom: 6px;
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.accred-mini-card-num {
    margin-bottom: 5px;
    color: var(--accent);
    font-size: 19px;
    font-weight: 800;
    line-height: 1;
}

.accred-mini-card-date {
    margin-bottom: 14px;
    color: var(--text-muted);
    font-size: 11px;
    line-height: 1.3;
}

.accred-mini-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 8px 16px;
    border: 1px solid var(--border-light-strong);
    border-radius: 8px;
    background: #ffffff;
    color: var(--text-dark);
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    cursor: pointer;
}

.accred-mini-card:hover .accred-mini-card-btn {
    border-color: var(--accent);
    background: var(--accent);
    color: #ffffff;
}

.final-cta-section {
    padding: 90px 0 100px;
    background: #f3f6f8;
    font-family: "Inter", "Manrope", Arial, sans-serif;
}

.final-cta-section .container {
    max-width: 1180px;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 20px;
}

.final-cta-box {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 80px;
    align-items: center;
    position: relative;
}

.final-cta-left {
    position: relative;
    z-index: 1;
    color: #0f1419;
}

.final-cta-h {
    margin: 0 0 24px !important;
    color: #0f1419;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}

.final-cta-sub {
    max-width: 480px;
    margin: 0 0 32px !important;
    color: #56616f;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.final-cta-contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-item-light {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 320px;
    padding: 12px 16px;
    border: 1px solid #e5e9ee;
    border-radius: 12px;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(15, 20, 25, 0.02);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-item-light:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 185, 86, 0.3);
    box-shadow: 0 10px 24px rgba(15, 20, 25, 0.06);
}

.contact-icon-light {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(0, 185, 86, 0.1);
    color: #00994a;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-text-light strong {
    color: #0f1419;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.final-cta-form {
    position: relative;
    z-index: 1;
    padding: 48px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 20, 25, 0.08);
}

.final-form-title {
    margin-bottom: 32px;
    color: #0f1419;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.final-form-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.final-input {
    width: 100%;
    border: 1px solid #cfd7df;
    border-radius: 12px;
    padding: 16px 18px;
    background: #ffffff;
    color: #0f1419;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.final-input::placeholder {
    color: #8a95a3;
    font-weight: 400;
}

.final-input:focus {
    outline: none;
    border-color: #00b956;
    box-shadow: 0 0 0 4px rgba(0, 185, 86, 0.1);
}

.final-input.is-error {
    border-color: #dc2626;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.1);
}

.final-select-wrap {
    position: relative;
}

.final-select-wrap::after {
    content: "\25BC";
    position: absolute;
    top: 50%;
    right: 20px;
    color: #00994a;
    font-size: 12px;
    transform: translateY(-50%);
    pointer-events: none;
}

.final-select {
    appearance: none;
    cursor: pointer;
    padding-right: 44px;
}

.final-select:invalid {
    color: #8a95a3;
    font-weight: 400;
}

.final-cta-form .yandex-captcha-container {
    margin-top: 4px;
}

.final-btn-yellow {
    width: 100%;
    margin-top: 8px;
    border: none;
    border-radius: 12px;
    padding: 18px;
    background: #ffc107;
    color: #0f1419;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(255, 193, 7, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.final-btn-yellow:hover {
    transform: translateY(-2px);
    background: #ffb300;
    box-shadow: 0 12px 32px rgba(255, 193, 7, 0.35);
}

.final-policy-light {
    margin-top: 20px;
    color: #8a95a3;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.final-policy-light a {
    color: #00994a;
    text-decoration: none;
    border-bottom: 1px dashed #00994a;
}

.final-cta-form .contact-success-alert {
    display: none;
    margin-top: 14px;
    color: #00994a;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.mainpage-client-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 20, 25, 0.82);
    backdrop-filter: blur(8px);
}

.mainpage-client-modal.active {
    display: flex;
}

.mainpage-client-modal__box {
    position: relative;
    width: min(100%, 760px);
    padding: 28px;
    border-radius: 0;
    background: #ffffff;
    color: #0f1419;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.mainpage-client-modal__box--small {
    width: min(100%, 460px);
}

.mainpage-client-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    color: #6b7280;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.mainpage-client-modal__close:hover {
    color: #0f1419;
}

.mainpage-client-modal__title {
    margin: 0 0 8px !important;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.mainpage-client-modal__sub {
    margin: 0 0 22px !important;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
}

.mainpage-client-modal__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.mainpage-client-modal__scan {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
    color: #64748b;
    text-align: center;
    font-size: 13px;
}

.mainpage-client-modal__scan-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 300px;
    color: inherit;
    text-decoration: none;
}

.mainpage-client-modal__scan i {
    display: block;
    margin-bottom: 10px;
    color: #9ca3af;
    font-size: 42px;
}

.mainpage-client-modal__scan strong {
    display: block;
    margin-bottom: 6px;
    color: #0f1419;
    font-size: 14px;
}

.mainpage-client-modal__scan span {
    color: #8a95a3;
    font-size: 12px;
}

.mainpage-client-modal__list {
    display: grid;
    gap: 12px;
}

.mainpage-client-modal__item {
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}

.mainpage-client-modal__label {
    margin-bottom: 3px;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.mainpage-client-modal__value {
    color: #0f1419;
    font-size: 15px;
    font-weight: 700;
}

.mainpage-client-modal__actions {
    display: flex;
    gap: 10px;
    margin-top: 28px;
}

.mainpage-client-modal__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1;
    min-height: 42px;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mainpage-client-modal__action--primary {
    border: 1px solid #51b964;
    background: #51b964;
    color: #ffffff;
}

.mainpage-client-modal__action--primary:hover {
    background: #42a954;
    border-color: #42a954;
    color: #ffffff;
}

.mainpage-client-modal__action--secondary {
    border: 1px solid #dfe3e8;
    background: #ffffff;
    color: #0f1419;
}

.mainpage-client-modal__action--secondary:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
    color: #0f1419;
}

.mainpage-client-modal__form {
    display: grid;
    gap: 12px;
}

.mainpage-client-modal__input {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 13px 15px;
    color: #0f1419;
    font-size: 15px;
}

.mainpage-client-modal__btn {
    border: none;
    border-radius: 10px;
    padding: 14px 18px;
    background: #00b956;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .timeline-grid.five-cols,
    .trust-main-row,
    .risk-summary-grid {
        grid-template-columns: 1fr;
    }

    .audit-banner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .audit-banner-sub {
        margin: 0 auto !important;
    }

    .final-cta-box {
        grid-template-columns: 1fr;
        gap: 48px;
        text-align: center;
    }

    .final-cta-sub {
        margin: 0 auto 32px !important;
    }

    .final-cta-contact-list {
        align-items: center;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .mainpage-client-block .h2 {
        font-size: 28px;
    }

    .risks-grid,
    .summary-items,
    .accred-cards-grid {
        grid-template-columns: 1fr;
    }

    .risks-section,
    .timeline-section,
    .trust-section {
        padding: 50px 0 60px;
    }

    .risk-summary {
        padding: 28px 24px;
    }

    .summary-big-num {
        font-size: 50px;
    }

    .timeline-step {
        flex-direction: row;
        gap: 20px;
    }

    .timeline-header {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }

    .timeline-line {
        width: 2px;
        height: auto;
    }

    .experts-card,
    .accred-card {
        padding: 32px 24px;
        min-height: auto;
    }

    .experts-list {
        grid-template-columns: 1fr;
    }

    .mainpage-client-modal__grid {
        grid-template-columns: 1fr;
    }

    .mainpage-client-modal__box {
        padding: 32px 24px;
    }

    .final-cta-section {
        padding: 60px 0;
    }

    .final-cta-box {
        gap: 40px;
    }

    .final-cta-h {
        font-size: 28px;
    }

    .final-cta-form {
        padding: 32px 24px;
    }0 0 10px

    .contact-item-light {
        width: 100%;
        max-width: 100%;
    }

    .mainpage-client-modal__actions {
        flex-direction: column;
    }
}
.sec-head.sec-head{
    display:flex !important; flex-direction:column !important;
    align-items:flex-start !important; justify-content:flex-start !important;
    align-self:flex-start !important; gap:16px !important;
    width:auto !important; max-width:780px !important;
    height:auto !important; min-height:0 !important;
    margin:0 0 40px !important; padding:0 !important;
    text-align:left !important; float:none !important;
}
.sec-head.sec-head > *{ margin:0 !important; float:none !important; }
.sec-head.sec-head .sec-head__kicker{
    display:flex !important; flex-direction:row !important;
    align-items:center !important; justify-content:flex-start !important;
    gap:12px !important; width:auto !important;
}
.sec-head.sec-head .sec-head__line{
    flex:0 0 auto !important; width:34px !important; height:3px !important;
    border-radius:2px !important; background:#00b956 !important;
}
.sec-head.sec-head .sec-head__label{
    color:#00994a !important; font-size:12.5px !important; font-weight:800 !important;
    letter-spacing:2px !important; line-height:1.2 !important; text-transform:uppercase !important;
}
.sec-head.sec-head h2.sec-head__title{
    margin:0 !important; max-width:100% !important; color:#0f1419 !important;
    font-weight:800 !important; font-size:34px !important; line-height:1.18 !important;
    letter-spacing:-0.3px !important; text-align:left !important; text-transform:none !important;
}
.sec-head.sec-head h2.sec-head__title .ac{ color:#00b956 !important; }
.sec-head.sec-head p.sec-head__sub{
    margin:0 !important; max-width:720px !important; color:#56616f !important;
    font-size:16px !important; line-height:1.65 !important; text-align:left !important;
}

/* блок «Нам доверяют»: воздух сверху + серый фон */
.mainpage-doverie{ padding-top:64px !important; }
.mainpage-doverie.bg-white{ background:#f4f6f9 !important; }
@media (max-width:640px){ .mainpage-doverie{ padding-top:40px !important; } }

/* ЕДИНАЯ СЕТКА 1200px — один левый край у всех секций (тут и добавлены Кейсы/Отзывы/FAQ) */
.mainpage-client-block .container,
.mainpage-doverie .title-main,
.mainpage-why-us .why-content,
.mainpage-directions.directions-block,
.mainpage-task-services .mainpage-task-services__container,
.mainpage-faq-wrap .main-container{
    max-width:1200px !important; width:100% !important;
    margin-left:auto !important; margin-right:auto !important;
    padding-left:20px !important; padding-right:20px !important;
    box-sizing:border-box !important;
}

/* блок «Как мы работаем» — во всю ширину, фон прозрачный, заголовок по сетке 1200 */
#mainpage-work-scheme{ background:transparent !important; }
#mainpage-work-scheme .sec-head.sec-head{
    max-width:1200px !important; width:100% !important;
    margin-left:auto !important; margin-right:auto !important;
    padding-left:20px !important; padding-right:20px !important;
    align-self:center !important;
}

@media (max-width:1024px){
    .sec-head.sec-head{ margin-bottom:32px !important; }
    .sec-head.sec-head h2.sec-head__title{ font-size:30px !important; }
}
@media (max-width:640px){
    .sec-head.sec-head{ margin-bottom:26px !important; max-width:100% !important; }
    .sec-head.sec-head h2.sec-head__title{ font-size:25px !important; letter-spacing:-0.2px !important; }
    .sec-head.sec-head p.sec-head__sub{ font-size:15px !important; }
}
.mainpage-portfolio .portfolio-section{ padding-top: 64px !important; }
/* ===== Блок .uw «Зачем услуги по ОТ» — полный перебой темы ===== */
.uw .uw__head{display:flex !important;flex-direction:column !important;align-items:flex-start !important;gap:16px !important;margin:0 0 32px !important;max-width:820px;text-align:left !important;}
.uw .uw__kicker{display:flex !important;align-items:center !important;gap:12px !important;margin:0 !important;}
.uw h2.uw__title{margin:0 !important;padding:0 !important;text-transform:none !important;text-align:left !important;font-size:34px !important;line-height:1.18 !important;font-weight:800 !important;color:#0f1419 !important;}
.uw h2.uw__title .ac{color:#00b956 !important;}
.uw p.uw__sub{margin:0 !important;padding:0 !important;text-transform:none !important;text-align:left !important;color:#56616f !important;font-size:16px !important;line-height:1.65 !important;}
.uw .uw__stat{margin:0 0 28px !important;}
.uw .uw__stat p{margin:0 !important;text-align:left !important;}
.uw .uw__grid{display:grid !important;grid-template-columns:1fr 1fr !important;gap:20px !important;}
.uw h3.uw__card-t{margin:0 0 10px !important;padding:0 !important;text-transform:none !important;text-align:left !important;font-size:19px !important;font-weight:800 !important;line-height:1.25 !important;color:#0f1419 !important;}
.uw .uw__card-x{margin:0 !important;text-align:left !important;}
.uw .uw__card ul{margin:6px 0 0 !important;padding:0 !important;}
.uw .uw__cta{margin-top:24px !important;}
@media (max-width:820px){.uw .uw__grid{grid-template-columns:1fr !important;}.uw h2.uw__title{font-size:27px !important;}}
@media (max-width:640px){.uw h2.uw__title{font-size:25px !important;}}
/* End */
/* /local/templates/naginoff/components/bitrix/news/otraslevye-resheniya/bitrix/news.detail/.default/style.css?178186127948502 */
/* /local/templates/naginoff/assets/css/otraslevye-resheniya.css?175880340022655 */
/* /local/templates/naginoff/assets/css/ceo-text.css?177909290410068 */
/* /local/templates/naginoff/assets/css/about-page.css?178419281938857 */
/* /local/templates/naginoff/assets/css/mainpage-new-styles.css?1784199794116289 */
