@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Главный баннер — страница «Производство металлоконструкций» */

/* ── Страница v2: Inter + прижатие к шапке ── */

.proizvodstvo-page--v2 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #0F172A;
}

body:has(.proizvodstvo-page--v1) #top,
body:has(.proizvodstvo-page--v1) #custom-top,
body:has(.proizvodstvo-page--v2) #top,
body:has(.proizvodstvo-page--v2) #custom-top {
    display: none !important;
}

body:has(.proizvodstvo-page--v1) #content,
body:has(.proizvodstvo-page--v2) #content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body:has(.proizvodstvo-page--v1) #content > *,
body:has(.proizvodstvo-page--v2) #content > * {
    margin-top: 0;
}

.proizvodstvo-page--v2 .proizvodstvo-hero,
.proizvodstvo-page--v2 .proizvodstvo-utp,
.proizvodstvo-page--v2 .proizvodstvo-hero *,
.proizvodstvo-page--v2 .proizvodstvo-utp * {
    font-family: inherit;
}

/* ── Общие стили ── */

.proizvodstvo-hero.banner-image-content {
    position: relative;
    padding: 48px 0 56px;
    min-height: 520px;
}

.proizvodstvo-hero .banner__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.proizvodstvo-hero .banner__inner_content {
    flex: 1;
    min-width: 0;
}

.proizvodstvo-hero .banner__title {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.12;
    text-transform: none;
    border: none;
    padding: 0;
    letter-spacing: -0.02em;
}

.proizvodstvo-hero .banner__inner_desc {
    margin: 0 0 28px;
    max-width: 520px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

.proizvodstvo-hero .banner__inner_btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.proizvodstvo-hero .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.proizvodstvo-hero .banner-form {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 24px 20px;
    background-color: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}

.proizvodstvo-hero .banner-form_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.proizvodstvo-hero .banner-form_title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0F172A;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.proizvodstvo-hero .banner-form_icon {
    display: flex;
    flex-shrink: 0;
}

.proizvodstvo-hero .form_time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    padding: 6px 10px;
    background-color: #F1F5F9;
    border-radius: 999px;
    color: #64748B;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.proizvodstvo-hero .banner-input {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    padding: 14px 16px;
    background-color: #F1F5F9;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #0F172A;
    font-size: 15px;
    font-weight: 600;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    resize: vertical;
}

.proizvodstvo-hero .banner-input::placeholder {
    color: #94A3B8;
    font-weight: 600;
}

.proizvodstvo-hero .banner-input:focus {
    outline: none;
    background-color: #fff;
    border-color: #FA7424;
}

.proizvodstvo-hero .banner-btn {
    width: 100%;
    margin-top: 8px;
    padding: 14px 20px;
    background-color: #FA7424;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.proizvodstvo-hero .banner-btn:hover {
    background-color: #e84d1c;
    box-shadow: 0 8px 20px rgba(250, 116, 36, 0.28);
}

.proizvodstvo-hero #mess-form,
.proizvodstvo-hero #mess-form-v2 {
    display: block;
    min-height: 18px;
    margin-bottom: 4px;
    color: #16a34a;
    font-size: 14px;
    font-weight: 600;
}

.proizvodstvo-hero .banner-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 4px 0 8px;
    color: #64748B;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}

.proizvodstvo-hero .banner-form__checkbox input {
    margin: 2px 0 0;
    flex-shrink: 0;
}

.proizvodstvo-hero .banner-form__checkbox a {
    color: #64748B;
    text-decoration: underline;
}

/* ── Вариант 1 (?new=1) — фото + градиент ── */

.proizvodstvo-hero--v1.banner-image-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 32px;
    padding-bottom: 48px;
    min-height: auto;
}

.proizvodstvo-hero--v1.banner-image-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(15, 23, 42, 0.92) 0%,
        rgba(15, 23, 42, 0.78) 45%,
        rgba(15, 23, 42, 0.55) 100%
    );
    z-index: 1;
}

.proizvodstvo-hero--v1 .banner__title {
    color: #fff;
}

.proizvodstvo-hero--v1 .banner__inner_desc {
    color: rgba(255, 255, 255, 0.82);
}

.proizvodstvo-hero--v1 .btn_dark {
    background-color: #FA7424;
    border: 1px solid #FA7424;
    color: #fff;
}

.proizvodstvo-hero--v1 .btn_dark:hover {
    background-color: #e84d1c;
    border-color: #e84d1c;
    color: #fff;
    box-shadow: 0 8px 20px rgba(250, 116, 36, 0.28);
}

.proizvodstvo-hero--v1 .btn_white {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.65);
    color: #fff;
}

.proizvodstvo-hero--v1 .btn_white:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

.proizvodstvo-hero--v1 .banner-form {
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
}

/* ── Вариант 2 (?new=2) — серый фон по макету ── */

.proizvodstvo-hero--v2.banner-image-content {
    background-color: #F4F4F5;
    padding-top: 32px;
    padding-bottom: 48px;
    min-height: auto;
}

.proizvodstvo-hero--v2.banner-image-content::before {
    display: none;
}

.proizvodstvo-hero--v2 .banner__title {
    color: #0F172A;
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: -1.2px;
}

.proizvodstvo-hero--v2 .btn {
    border-radius: 14px;
    padding: 17px 24px;
    min-height: auto;
}

.proizvodstvo-hero--v2 .banner-form {
    border-radius: 24px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.proizvodstvo-hero--v2 .banner-input {
    background-color: #F4F4F5;
    border-radius: 12px;
}

.proizvodstvo-hero--v2 .form_time {
    background-color: #F4F4F5;
}

.proizvodstvo-hero--v2 .banner__inner_desc {
    color: #64748B;
}

.proizvodstvo-hero--v2 .btn_dark {
    background-color: #0F172A;
    border: 1px solid #0F172A;
    color: #fff;
}

.proizvodstvo-hero--v2 .btn_dark:hover {
    background-color: #1E293B;
    border-color: #1E293B;
    color: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
}

.proizvodstvo-hero--v2 .btn_white {
    background-color: #fff;
    border: 1px solid #CBD5E1;
    color: #0F172A;
}

.proizvodstvo-hero--v2 .btn_white:hover {
    background-color: #fff;
    border-color: #94A3B8;
    color: #0F172A;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.proizvodstvo-hero--v2 .banner-form_fields {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.proizvodstvo-hero--v2 .banner-textarea {
    min-height: 88px;
    margin-bottom: 12px;
}

.proizvodstvo-hero--v2 .banner-file {
    display: block;
    margin-bottom: 12px;
    cursor: pointer;
}

.proizvodstvo-hero--v2 .banner-file_input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.proizvodstvo-hero--v2 .banner-file_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 72px;
    padding: 14px 16px;
    background-color: #F4F4F5;
    border: 1px dashed #CBD5E1;
    border-radius: 12px;
    text-align: center;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.proizvodstvo-hero--v2 .banner-file:hover .banner-file_box,
.proizvodstvo-hero--v2 .banner-file_input:focus + .banner-file_box {
    border-color: #FA7424;
    background-color: #FFF7ED;
}

.proizvodstvo-hero--v2 .banner-file_text {
    color: #64748B;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.proizvodstvo-hero--v2 .banner-file_name {
    color: #0F172A;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    word-break: break-all;
}

/* ── Адаптив ── */

@media (min-width: 576px) {
    .proizvodstvo-hero .banner__title {
        font-size: 40px;
    }

    .proizvodstvo-hero .banner__inner_desc {
        font-size: 16px;
    }

    .proizvodstvo-hero .banner-form {
        padding: 28px 24px;
    }

    .proizvodstvo-hero--v2 .banner-form_fields {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 12px;
    }

    .proizvodstvo-hero--v2 .banner-textarea,
    .proizvodstvo-hero--v2 .banner-file {
        grid-column: 1 / -1;
    }
}

@media (min-width: 768px) {
    .proizvodstvo-hero.banner-image-content {
        padding: 64px 0 72px;
        min-height: 580px;
    }

    .proizvodstvo-hero--v2.banner-image-content {
        padding-top: 40px;
        padding-bottom: 56px;
        min-height: auto;
    }

    .proizvodstvo-hero--v1.banner-image-content {
        padding-top: 40px;
        padding-bottom: 56px;
        min-height: auto;
    }

    .proizvodstvo-hero .banner__title {
        font-size: 48px;
        margin-bottom: 24px;
    }

    .proizvodstvo-hero--v2 .banner__title {
        font-size: 56px;
        line-height: 1.05;
        letter-spacing: -1.6px;
    }

    .proizvodstvo-hero .banner__inner_desc {
        font-size: 17px;
        margin-bottom: 32px;
    }
}

@media (min-width: 992px) {
    .proizvodstvo-hero.banner-image-content {
        padding: 80px 0;
        min-height: 640px;
    }

    .proizvodstvo-hero--v2.banner-image-content {
        padding-top: 48px;
        padding-bottom: 64px;
        min-height: auto;
    }

    .proizvodstvo-hero--v1.banner-image-content {
        padding-top: 48px;
        padding-bottom: 64px;
        min-height: auto;
    }

    .proizvodstvo-hero .banner__inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 48px;
    }

    .proizvodstvo-hero .banner__inner_content {
        max-width: 52%;
    }

    .proizvodstvo-hero .banner__title {
        font-size: 56px;
    }

    .proizvodstvo-hero--v2 .banner__title {
        font-size: 88px;
        line-height: 92px;
        letter-spacing: -2.2px;
    }

    .proizvodstvo-hero--v1 .banner-form {
        flex-shrink: 0;
        width: 380px;
        max-width: 380px;
        padding: 32px 28px;
    }

    .proizvodstvo-hero--v2 .banner-form {
        flex-shrink: 0;
        width: 460px;
        max-width: 460px;
        padding: 32px 28px;
    }

    .proizvodstvo-hero .banner-form_title {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .proizvodstvo-hero .banner__inner {
        gap: 64px;
    }

    .proizvodstvo-hero--v1 .banner-form {
        width: 400px;
        max-width: 400px;
    }

    .proizvodstvo-hero--v2 .banner-form {
        width: 480px;
        max-width: 480px;
    }
}

@media (max-width: 479px) {
    .proizvodstvo-hero .banner__inner_btns {
        flex-direction: column;
    }

    .proizvodstvo-hero .btn {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .proizvodstvo-hero .banner-form_top {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ── Блок УТП ── */

/* v1 (?new=1) — карточки на белом фоне */

.proizvodstvo-utp--v1 {
    padding: 48px 0 56px;
    background-color: #fff;
}

.proizvodstvo-utp--v1 .proizvodstvo-utp__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.proizvodstvo-utp--v1 .proizvodstvo-utp__card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 24px 20px;
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.proizvodstvo-utp--v1 .proizvodstvo-utp__card:hover {
    border-color: #CBD5E1;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.proizvodstvo-utp--v1 .proizvodstvo-utp__icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}

.proizvodstvo-utp--v1 .proizvodstvo-utp__icon img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.proizvodstvo-utp--v1 .proizvodstvo-utp__value {
    margin-bottom: 6px;
    color: #FA7424;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.proizvodstvo-utp--v1 .proizvodstvo-utp__label {
    margin: 0 0 8px;
    color: #0F172A;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.proizvodstvo-utp--v1 .proizvodstvo-utp__text {
    margin: 0;
    color: #64748B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .proizvodstvo-utp--v1 {
        padding: 56px 0 64px;
    }

    .proizvodstvo-utp--v1 .proizvodstvo-utp__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .proizvodstvo-utp--v1 .proizvodstvo-utp__card {
        padding: 28px 24px;
    }

    .proizvodstvo-utp--v1 .proizvodstvo-utp__value {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    .proizvodstvo-utp--v1 {
        padding: 64px 0 72px;
    }

    .proizvodstvo-utp--v1 .proizvodstvo-utp__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }

    .proizvodstvo-utp--v1 .proizvodstvo-utp__value {
        font-size: 40px;
    }

    .proizvodstvo-utp--v1 .proizvodstvo-utp__label {
        font-size: 17px;
    }
}

/* v2 (?new=2) — УТП по макету */

.proizvodstvo-utp--v2 {
    padding: 48px 0 64px;
    background-color: #fff;
}

.proizvodstvo-utp--v2 .proizvodstvo-utp__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.proizvodstvo-utp--v2 .proizvodstvo-utp__card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background-color: #F4F4F5;
    border: none;
    border-radius: 20px;
    box-shadow: none;
}

.proizvodstvo-utp--v2 .proizvodstvo-utp__card-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: #fff;
}

.proizvodstvo-utp--v2 .proizvodstvo-utp__card-icon img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.proizvodstvo-utp--v2 .proizvodstvo-utp__card-body {
    min-width: 0;
}

.proizvodstvo-utp--v2 .proizvodstvo-utp__card-value {
    margin-bottom: 4px;
    color: #0F172A;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.proizvodstvo-utp--v2 .proizvodstvo-utp__card-unit {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.9px;
    vertical-align: middle;
    color: #64748B;
}

.proizvodstvo-utp--v2 .proizvodstvo-utp__card-label {
    margin: 0 0 6px;
    color: #0F172A;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.proizvodstvo-utp--v2 .proizvodstvo-utp__card-text {
    margin: 0;
    color: #64748B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

@media (min-width: 576px) {
    .proizvodstvo-utp--v2 {
        padding-bottom: 72px;
    }

    .proizvodstvo-utp--v2 .proizvodstvo-utp__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .proizvodstvo-utp--v2 .proizvodstvo-utp__card {
        padding: 24px;
    }

    .proizvodstvo-utp--v2 .proizvodstvo-utp__card-value {
        font-size: 32px;
    }

    .proizvodstvo-utp--v2 .proizvodstvo-utp__card-unit {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .proizvodstvo-utp--v2 {
        padding: 56px 0 80px;
    }

    .proizvodstvo-utp--v2 .proizvodstvo-utp__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .proizvodstvo-utp--v2 .proizvodstvo-utp__card {
        flex-direction: column;
        align-items: flex-start;
        min-height: 100%;
        padding: 24px 20px;
    }

    .proizvodstvo-utp--v2 .proizvodstvo-utp__card-value {
        font-size: 36px;
    }

    .proizvodstvo-utp--v2 .proizvodstvo-utp__card-label {
        font-size: 16px;
    }
}

/* ── Контент после УТП ── */

.proizvodstvo-about {
    padding: 48px 0 64px;
    background-color: #fff;
}

.proizvodstvo-page--v2 .proizvodstvo-about .page_product-page--new,
.proizvodstvo-page--v2 .proizvodstvo-about .page_product-page--new * {
    font-family: inherit;
}

.proizvodstvo-about .page_product-bb {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 24px auto 32px;
    padding: 12px 32px;
    min-height: 39px;
    height: auto;
    line-height: 1.35;
    text-align: center;
    box-sizing: border-box;
}

.proizvodstvo-page--v1 .proizvodstvo-about .page_product-bb {
    margin-left: auto;
    margin-right: auto;
}

.proizvodstvo-about .page_product-bb span {
    display: inline-block;
    width: auto;
}

.proizvodstvo-about .page_product-subtitle,
.proizvodstvo-about .proizvodstvo-stages-title {
    margin-top: 32px;
    margin-bottom: 16px;
}

.proizvodstvo-about .page_product-list2 {
    margin: 24px 0 40px;
}

.proizvodstvo-about .page_product-slider {
    margin: 40px 0 0;
}

.proizvodstvo-about .block_calk {
    margin-top: 48px;
    margin-bottom: 0;
}

.proizvodstvo-pipe-calc {
    width: 100%;
    min-height: 400px;
    border: 1px solid #ff9900;
    background: #fff;
    padding: 24px;
    box-sizing: border-box;
    font-family: 'Inter', 'Circe', sans-serif;
}

.proizvodstvo-about .block_calk .page_product-subtitle {
    text-align: left;
}

.pipe-calc__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 32px;
    align-items: start;
}

.pipe-calc__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.pipe-calc__preview {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 12px;
    background: #f8fafc;
}

.pipe-calc__preview-img {
    display: block;
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.pipe-calc__tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    color: #334155;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 16px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pipe-calc__tab-icon {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.pipe-calc__tab.is-active,
.pipe-calc__tab:hover {
    border-color: #ff9900;
    background: #fff7ed;
    color: #c2410c;
}

.pipe-calc__fields {
    display: grid;
    gap: 16px;
    margin-bottom: 16px;
}

.pipe-calc__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pipe-calc__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.pipe-calc__label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
}

.pipe-calc__input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #0f172a;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.2;
    padding: 12px 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pipe-calc__input:focus {
    outline: none;
    border-color: #ff9900;
    box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.15);
}

.pipe-calc__results {
    display: grid;
    gap: 12px;
    padding: 20px;
    border-radius: 12px;
    background: #f8fafc;
}

.pipe-calc__result {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}

.pipe-calc__result:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.pipe-calc__result-label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
}

.pipe-calc__result-value {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: #0f172a;
}

.pipe-calc__result--accent .pipe-calc__result-value {
    color: #ea580c;
}

.pipe-calc__table {
    width: 100%;
    margin-top: 24px;
    border-collapse: collapse;
    border: none;
    box-shadow: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.pipe-calc__table td {
    padding: 12px 0;
    border: none;
    vertical-align: top;
}

.pipe-calc__table td:first-child {
    width: 72%;
    color: #475569;
}

.pipe-calc__table td:last-child {
    font-weight: 600;
    color: #0f172a;
    text-align: right;
    white-space: nowrap;
}

.pipe-calc__note {
    margin: 16px 0 0;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 1.45;
    color: #64748b;
}

@media (max-width: 900px) {
    .pipe-calc__layout,
    .pipe-calc__row {
        grid-template-columns: 1fr;
    }

    .proizvodstvo-pipe-calc {
        padding: 16px;
    }

    .pipe-calc__result-value {
        font-size: 24px;
    }
}

.proizvodstvo-about .proizvodstvo-capabilities-title {
    margin: 56px auto 40px;
    font-family: 'Circe', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    color: #333;
}

.proizvodstvo-about .proizvodstvo-prices-title {
    margin: 48px auto 40px;
    width: 70%;
    max-width: 900px;
    text-align: center !important;
}

.proizvodstvo-about .proizvodstvo-prices-title__heading {
    margin: 0 0 16px;
    width: 100%;
    font-family: 'Circe', sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center !important;
    text-transform: none;
    color: #333;
}

.proizvodstvo-about .proizvodstvo-prices-title__note {
   /* margin: 0 auto;
    max-width: 720px;*/
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.45;
   /* text-align: center;*/
    color: #000;
}

/* ── Блок отраслей (Figma) ── */

.proizvodstvo-industries {
    padding: 0 0 96px;
    background-color: #fff;
    border-bottom: 1px solid #333;
}

.proizvodstvo-industries__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 64px;
    text-align: center;
}

.proizvodstvo-industries__title {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.9px;
    color: #000;
    text-transform: uppercase;
}

.proizvodstvo-industries__subtitle {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.4px;
    color: #9CA3AF;
    text-transform: uppercase;
}

.proizvodstvo-industries__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.proizvodstvo-industries__card {
    position: relative;
    box-sizing: border-box;
    height: 242px;
    padding: 32px;
    border: 1px solid #000;
    border-radius: 8px;
    background-color: #0F172A;
    background-repeat: no-repeat;
    background-position: right bottom 28px;
    background-size: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.proizvodstvo-industries__card-visual {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    border: none;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
}

.proizvodstvo-industries__card-icon {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.proizvodstvo-industries__card-title {
    margin: auto 0 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
}

.proizvodstvo-industries__card-text {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #9CA3AF;
}

.proizvodstvo-page--v2 .proizvodstvo-industries,
.proizvodstvo-page--v2 .proizvodstvo-industries * {
    font-family: inherit;
}

/* ── Карта объектов (Figma) ── */

.proizvodstvo-map {
    padding: 0 0 96px;
    background-color: #F8FAFC;
}

.proizvodstvo-map__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 80px;
    padding: 24px 0;
    border-top: 2px solid #0F172A;
    border-bottom: 2px solid #0F172A;
}

.proizvodstvo-map__title {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    font-size: 48px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: -1.2px;
    color: #0F172A;
    text-transform: uppercase;
}

.proizvodstvo-map__head-aside {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.4px;
    color: #64748B;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
}

.proizvodstvo-map__intro {
    margin: 0 0 48px;
    max-width: 720px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #64748B;
}

.proizvodstvo-map__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: stretch;
}

.proizvodstvo-map__sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.proizvodstvo-map__stats-card,
.proizvodstvo-map__legend-card {
    padding: 32px;
    border-radius: 12px;
}

.proizvodstvo-map__stats-card {
    background: #F4F4F5;
    border: 1px solid #F3F4F6;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05);
}

.proizvodstvo-map__legend-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05);
}

.proizvodstvo-map__stats-title,
.proizvodstvo-map__legend-title {
    margin: 0 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E7EB;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #0F172A;
    text-transform: uppercase;
}

.proizvodstvo-map__legend-title {
    padding-bottom: 0;
    border-bottom: none;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.35px;
}

.proizvodstvo-map__stats {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.proizvodstvo-map__stat-value {
    margin-bottom: 4px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #0F172A;
}

.proizvodstvo-map__stat-label {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.2px;
    color: #64748B;
    text-transform: uppercase;
}

.proizvodstvo-map__legend-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.proizvodstvo-map__legend-item {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #1E293B;
}

.proizvodstvo-map__legend-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    background-color: #64748B;
}

.proizvodstvo-map__legend-item--orange::before {
    background-color: #FF541C;
}

.proizvodstvo-map__legend-item--dark::before {
    background-color: #0F172A;
}

.proizvodstvo-map__legend-item--gray::before {
    background-color: #64748B;
}

.proizvodstvo-map__map {
    min-height: 600px;
    border-radius: 12px;
    overflow: hidden;
}

.proizvodstvo-map__map img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 600px;
    object-fit: cover;
}

.proizvodstvo-page--v2 .proizvodstvo-map,
.proizvodstvo-page--v2 .proizvodstvo-map * {
    font-family: inherit;
}

@media (min-width: 768px) {
    .proizvodstvo-industries {
        padding: 0 0 72px;
    }

    .proizvodstvo-industries__title {
        font-size: 32px;
    }

    .proizvodstvo-industries__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .proizvodstvo-industries__head {
        margin-bottom: 40px;
    }

    .proizvodstvo-map {
        padding: 0 0 72px;
    }

    .proizvodstvo-map__head {
        flex-direction: row;
        align-items: flex-end;
    }

    .proizvodstvo-map__head-aside {
        margin-left: auto;
        max-width: 220px;
    }

    .proizvodstvo-map__title {
        font-size: 40px;
        line-height: 44px;
    }

    .proizvodstvo-map__stat-value {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    .proizvodstvo-about {
        padding: 56px 0 80px;
    }

    .proizvodstvo-industries {
        padding: 0 0 96px;
    }

    .proizvodstvo-industries__title {
        font-size: 36px;
    }

    .proizvodstvo-industries__grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .proizvodstvo-industries__head {
        margin-bottom: 64px;
    }

    .proizvodstvo-map {
        padding: 0 0 96px;
    }

    .proizvodstvo-map__layout {
        grid-template-columns: minmax(300px, 400px) 1fr;
        gap: 48px;
    }

    .proizvodstvo-map__title {
        font-size: 48px;
        line-height: 48px;
    }
}

/* ── Нижние секции: стили из Figma CSS ── */

.proizvodstvo-figma-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 48px;
}

.proizvodstvo-figma-wrap--form {
    max-width: 960px;
    padding: 0;
}

.proizvodstvo-figma-wrap--faq {
    max-width: 1000px;
}

.proizvodstvo-section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 80px;
    padding: 24px 0;
}

.proizvodstvo-section-head--dark {
    border-top: 2px solid #0F172A;
    border-bottom: 2px solid #0F172A;
}

.proizvodstvo-section-head--light {
    border-bottom: 1px solid #1F2937;
}

.proizvodstvo-page h2.proizvodstvo-section-title {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    font-family: inherit !important;
    text-transform: uppercase;
    text-align: left;
    max-width: none;
    width: auto;
}

.proizvodstvo-section-title--48 {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 48px !important;
    font-weight: 900 !important;
    line-height: 48px !important;
    letter-spacing: -1.2px !important;
    color: #0F172A !important;
}

.proizvodstvo-section-title--36 {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 34px !important;
    letter-spacing: -0.9px !important;
    color: #0F172A !important;
}

.proizvodstvo-trust .proizvodstvo-section-title--36 {
    line-height: 1.05 !important;
}

.proizvodstvo-section-title--gray {
    color: #333333 !important;
}

.proizvodstvo-section-title--faq {
    width: 100%;
    margin: 0 auto 64px !important;
    padding: 0;
    border: none;
    background: transparent;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 36px !important;
    font-weight: 900 !important;
    font-style: normal;
    line-height: 40px !important;
    letter-spacing: -0.9px !important;
    color: #0F172A !important;
    text-align: center !important;
    text-transform: uppercase;
    vertical-align: middle;
}

.proizvodstvo-section-head__link {
    color: #FF541C;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.4px;
    text-decoration: underline;
    text-transform: uppercase;
    white-space: nowrap;
}

.proizvodstvo-section-head__link:hover {
    color: #e84d1c;
}

.proizvodstvo-section-head__aside {
    margin: 0;
    color: #9CA3AF;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.4px;
    text-align: right;
    text-transform: uppercase;
}

.proizvodstvo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: none;
    background: #FA7424;
    color: #fff !important;
    font-family: inherit;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05);
    transition: background-color 0.2s ease;
}

.proizvodstvo-btn:hover {
    background: #e84d1c;
    color: #fff !important;
}

.proizvodstvo-btn--project {
    width: 100%;
    max-width: 194px;
    min-height: 47px;
    padding: 14px 16px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: none;
}

.proizvodstvo-btn--submit {
    flex-shrink: 0;
    min-width: 188px;
    min-height: 72px;
    padding: 12px 40px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

/* Projects */
.proizvodstvo-projects {
    padding: 80px 0 128px;
    background: #F4F4F5;
}

.proizvodstvo-projects__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: stretch;
}

.proizvodstvo-projects__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #E5E7EB;
}

.proizvodstvo-projects__image {
    display: block;
    height: 256px;
    overflow: hidden;
}

.proizvodstvo-projects__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proizvodstvo-projects__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    padding: 32px 32px 56px;
}

.proizvodstvo-projects__category {
    color: #FF541C;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.proizvodstvo-projects__name {
    margin: 0;
    color: #0F172A;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.proizvodstvo-projects__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
}

.proizvodstvo-projects__meta-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    font-size: 14px;
    line-height: 20px;
}

.proizvodstvo-projects__meta-label {
    color: #64748B;
    font-weight: 400;
}

.proizvodstvo-projects__meta-value {
    color: #0F172A;
    font-weight: 700;
    text-align: right;
}

.proizvodstvo-projects__body .proizvodstvo-btn {
    margin-top: auto;
    align-self: flex-start;
}

/* Trust */
.proizvodstvo-trust {
    padding: 54px 0 96px;
    background: #fff;
    border-bottom: 1px solid #1F2937;
}

.proizvodstvo-trust__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.proizvodstvo-trust__card {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 32px;
    border: 1px solid #1F2937;
    border-radius: 8px;
    background: #333333;
    color: #fff;
}

.proizvodstvo-trust__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    border: 1px solid #333333;
    border-radius: 4px;
    background-color: #FA7424;
}

.proizvodstvo-trust__icon img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.proizvodstvo-trust__card-title {
    margin: 13px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.45px;
    text-transform: none;
}

.proizvodstvo-trust__card-text {
    margin: 0;
    color: #9CA3AF;
    font-size: 14px;
    line-height: 23px;
}

/* Feedback form */
.proizvodstvo-feedback {
    padding: 96px 24px;
    background: #F1F2F4;
}

.proizvodstvo-feedback__box {
    overflow: hidden;
    border: 1px solid #E0E3E7;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.proizvodstvo-feedback__layout {
    display: grid;
    grid-template-columns: 1fr;
}

.proizvodstvo-feedback__promo {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 40px;
    background: #1A1A1A;
    color: #fff;
}

.proizvodstvo-feedback__promo-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    text-transform: none;
}

.proizvodstvo-feedback__promo-text {
    margin: 0;
    color: #A1AAB6;
    font-size: 14px;
    line-height: 23px;
}

.proizvodstvo-feedback__benefits {
    margin: 0;
    padding: 17px 0 0;
    list-style: none;
}

.proizvodstvo-feedback__benefits li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 24px;
    color: #C5CBD3;
    font-size: 14px;
    line-height: 20px;
}

.proizvodstvo-feedback__benefits li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 14px;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' fill='none' viewBox='0 0 12 14'%3E%3Cpath fill='%23FA7424' d='M4.5 10.2 1.2 6.9l1.1-1.1 2.2 2.2 5.2-5.2 1.1 1.1-6.3 6.3Z'/%3E%3C/svg%3E");
}

.proizvodstvo-feedback__promo-note {
    margin: 0;
    color: #C5CBD3;
    font-size: 14px;
    line-height: 22px;
}

.proizvodstvo-feedback__contacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.proizvodstvo-feedback__contacts-label {
    color: #848F9D;
    font-size: 12px;
    line-height: 16px;
}

.proizvodstvo-feedback__contacts a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
}

.proizvodstvo-feedback__contacts a:hover {
    color: #FA7424;
}

.proizvodstvo-feedback__form-wrap {
    padding: 40px;
    background: #fff;
}

.proizvodstvo-feedback__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.proizvodstvo-feedback__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.proizvodstvo-feedback__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.proizvodstvo-feedback__label {
    color: #6B7483;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.proizvodstvo-feedback__input,
.proizvodstvo-feedback__textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 16px 14px;
    border: 1px solid #E0E3E7;
    border-radius: 6px;
    background: #F9F9FA;
    color: #0F172A;
    font-family: inherit;
    font-size: 14px;
    line-height: 17px;
}

.proizvodstvo-feedback__input::placeholder,
.proizvodstvo-feedback__textarea::placeholder {
    color: #9CA3AF;
}

.proizvodstvo-feedback__input:focus,
.proizvodstvo-feedback__textarea:focus {
    outline: none;
    border-color: #FA7424;
    background: #fff;
}

.proizvodstvo-feedback__textarea {
    min-height: 96px;
    padding: 12px 16px;
    line-height: 20px;
    resize: vertical;
}

.proizvodstvo-feedback__file {
    display: block;
    cursor: pointer;
}

.proizvodstvo-feedback__file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.proizvodstvo-feedback__file-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 116px;
    padding: 24px;
    border: 2px dashed #C5CBD3;
    border-radius: 6px;
    text-align: center;
}

.proizvodstvo-feedback__file-title {
    color: #585E6B;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.proizvodstvo-feedback__file-note {
    color: #848F9D;
    font-size: 12px;
    line-height: 16px;
}

.proizvodstvo-feedback__file-name {
    color: #0F172A;
    font-size: 13px;
    line-height: 1.4;
}

.proizvodstvo-feedback__footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding-top: 8px;
}

.proizvodstvo-feedback__agree {
    margin: 0;
    max-width: 320px;
    color: #848F9D;
    font-size: 12px;
    line-height: 16px;
}

.proizvodstvo-feedback__agree a {
    color: #848F9D;
    text-decoration: underline;
}

.proizvodstvo-feedback__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    max-width: 320px;
    color: #848F9D;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}

.proizvodstvo-feedback__checkbox input {
    margin: 2px 0 0;
    flex-shrink: 0;
}

.proizvodstvo-feedback__checkbox a {
    color: #848F9D;
    text-decoration: underline;
}

.proizvodstvo-feedback__message {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

/* Licenses */
.proizvodstvo-licenses {
    padding: 96px 0;
    background: #fff;
}

.proizvodstvo-licenses__slider {
    margin-top: 0;
}

.proizvodstvo-licenses .page_product-slider {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/* FAQ */
.proizvodstvo-faq {
    padding: 96px 24px;
    background: #fff;
    border-bottom: 1px solid #E5E7EB;
}

.proizvodstvo-faq__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.proizvodstvo-faq__item {
    padding: 24px;
    border: 1px solid #E5E7EB;
    background: #F4F4F5;
}

.proizvodstvo-faq__question {
    margin: 0 0 8px;
    color: #0F172A;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.proizvodstvo-faq__answer {
    margin: 0;
    color: #64748B;
    font-size: 14px;
    line-height: 20px;
}

.proizvodstvo-page--v2 .proizvodstvo-projects,
.proizvodstvo-page--v2 .proizvodstvo-trust,
.proizvodstvo-page--v2 .proizvodstvo-feedback,
.proizvodstvo-page--v2 .proizvodstvo-licenses,
.proizvodstvo-page--v2 .proizvodstvo-faq,
.proizvodstvo-page--v2 .proizvodstvo-projects *,
.proizvodstvo-page--v2 .proizvodstvo-trust *,
.proizvodstvo-page--v2 .proizvodstvo-feedback *,
.proizvodstvo-page--v2 .proizvodstvo-licenses *,
.proizvodstvo-page--v2 .proizvodstvo-faq * {
    font-family: inherit;
}
.page_product-page.page_product-page--new p{
    font-size: 17px;
}
.table_header{
        line-height: 30px;
        text-align: center;
}

#downloadTable .table_header th:first-child {
    width: 75px;
    min-width: 75px;
    max-width: 75px;
}
@media (min-width: 768px) {
    .proizvodstvo-section-head {
        flex-direction: row;
        align-items: flex-end;
    }

    .proizvodstvo-section-head__aside {
        margin-left: auto;
    }

    .proizvodstvo-projects__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px;
    }

    .proizvodstvo-trust__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .proizvodstvo-feedback__row {
        grid-template-columns: repeat(2, 1fr);
    }

    .proizvodstvo-feedback__footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .proizvodstvo-projects {
        padding-top: 0;
    }

    .proizvodstvo-projects__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .proizvodstvo-trust__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }

    .proizvodstvo-feedback {
        padding: 96px 240px;
    }

    .proizvodstvo-feedback__layout {
        grid-template-columns: 383px 1fr;
    }

    .proizvodstvo-feedback__form-wrap {
        padding: 40px;
    }

    .proizvodstvo-faq {
        padding: 96px 220px;
    }
}

@media (max-width: 767px) {
    .proizvodstvo-figma-wrap {
        padding: 0 20px;
    }

    .proizvodstvo-section-title--48 {
        font-size: 32px !important;
        line-height: 36px !important;
    }

    .proizvodstvo-section-title--36,
    .proizvodstvo-section-title--faq {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .proizvodstvo-trust .proizvodstvo-section-title--36 {
        line-height: 1.05 !important;
    }

    .proizvodstvo-section-head {
        margin-bottom: 48px;
    }

    .proizvodstvo-map__head-aside {
        white-space: normal;
        text-align: left;
    }

    .proizvodstvo-about .proizvodstvo-capabilities-title {
        margin: 40px auto 28px;
        font-size: 24px;
    }

    .proizvodstvo-about .proizvodstvo-prices-title {
        width: 100%;
    }

    .proizvodstvo-feedback__promo,
    .proizvodstvo-feedback__form-wrap {
        padding: 28px 20px;
    }
}
