

/* Start:/uslugi/konstruktorskoe-byuro-polnogo-tsikla/styles.css?178429789214224*/
.top-banner {
    display: flex;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #d8dceb;
    gap: 32px;
}

.top-banner .left {
    flex: 1;
}

.top-banner .left {
    margin: 48px 0 48px 48px;
}

.top-banner .right {
    margin: 48px 48px 48px 0;
}

.top-banner .buttons a {
    color: #fff;
    border-radius: 9px;
    border: none;
    outline: none;
    font-size: 17.33px;
    font-weight: 500;
    line-height: 1.42;
    cursor: pointer;
}

.top-banner .buttons a:active {
    filter: brightness(0.875);
}

.top-banner .buttons a.primary {
    background: #23256e;
    transition: background 250ms cubic-bezier(0.4, 0, 0.2, 1), border 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: background, border, color;
    padding: 20px 34px;
    font-weight: 700;
}

.top-banner .buttons a.primary:hover {
    background: #fff;
    color: #23256e;
}

.top-banner .buttons a.secondary {
    background: #fff;
    border: 1.33px solid #ee7b24;
    color: #000;
    padding: 20px 24px;
    font-weight: 700;
    transition: background 250ms cubic-bezier(0.4, 0, 0.2, 1), border 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: background, border, color;
}

.top-banner .buttons a.secondary:hover {
    background: #ee7b24;
    color: #fff;
    border: 1.33px solid #ee7b24;
}

.top-banner .buttons {
    display: flex;
    gap: 21px;
    padding-top: 20px;
}

.top-banner .container .product-description {
    font-size: 20px;
}

.top-banner .subheading {
    color: #ee7b24;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.top-banner .container .main-heading {
    font-size: 58.67px;
    font-weight: bold;
    line-height: 66.7px;
    padding: 19px 0 18px;
}

.features {
    display: flex;
    gap: 30px;
    padding: calc(48px / 1.25);
    border: 2px solid #d8dceb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.features .numbered-item {
    display: flex;
    gap: 13.5px;
    align-items: center;
    justify-content: center;
}

.features .numbered-item .number {
    color: #ee7b24;
    font-size: 20px;
    font-weight: 700;
    background: #f7f8fc;
    padding: 8px 12px;
    border-radius: 10px;
    border: 2px solid #d8dceb;
}

.features .numbered-item .text {
    color: #202959;
    font-size: 16px;
    font-weight: 600;
}

.main-block {
    padding: 48px;
}

.main-block .subtitle {
    font-size: 34px;
    font-weight: bold;
    line-height: 38px;
    margin: 0 0 18px 0;
}

.main-block .text {
    font-size: 20px;
    line-height: 29px;
    margin: 18px 0 24px;
}

.main-block .numbers-list .numbers-item .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 22px 0 16px;
}

.main-block .numbers-list .numbers-item .description {
    font-size: 12px;
    line-height: 18px;
}

.main-block .numbers-list .numbers-item .number {
    color: #EE7B24;
    border: 1px solid #C9CFE0;
    border-radius: 50%;
    padding: 8px;
    font-size: 17px;
    font-weight: bold;
}

.main-block .numbers-list {
    display: flex;
    gap: 18px;
}

.main-block .numbers-list .numbers-item {
    border: 2px solid #D8DCEB;
    background: #F7F8FC;
    border-radius: 10px;
    padding: 32px 20px 20px;
}

.main-block .alert {
    background: #F7F8FC;
    border-radius: 10px;
    border: 2px solid #D8DCEB;
    padding: 22px;
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 22px;
}

.main-block .alert .line {
    width: 5px;
    height: 37px;
    background: #EE7B24;
}

.main-block .alert .description {
    font-size: 19px;
    line-height: 23px;
    color: #000;
}

.wwd {
    background: #F2F4F9;
    padding: 46px;
    border-radius: 7px;
}

.wwd .title {
    font-size: 34px;
    line-height: 46px;
    font-weight: bold;
}

.wwd .text-block {
    font-size: 20px;
    line-height: 30px;
    margin: 18px 0 26px;
}

.wwd table {
    border-spacing: 0;
    width: 100%;
    border: 2px solid #DDE1EB;
    border-radius: 9px;
}

.wwd table thead {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.wwd table thead th {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    background: #23256e;
    padding: 18px;
    text-align: left;
}

.wwd table tbody td {
    font-size: 12px;
}

.wwd table thead th:first-child {
    border-top-left-radius: 9px;
    min-width: 356px;
}

.wwd table thead th:last-child {
    border-top-right-radius: 9px;
    min-width: 198px;
}

.wwd table tbody tr td:first-child {
    font-weight: 600;
}

.wwd table tbody tr td:last-child {
    color: #EE7B24;
    font-weight: 600;
}

.wwd table tbody {
    background: #fff;
}

.wwd table tbody tr {
    background: #fff;
}

.wwd table tbody tr:nth-child(even) {
    background: #FBFCFE;
}

.wwd table tbody tr:not(:last-child) td {
    border-bottom: 0.5px solid #ECEEF4;
}

.wwd table tbody tr td {
    padding: 19px 18px;
}

.wwd table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 9px;
}

.wwd table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 9px;
}

.services .assortment {
    border-radius: 9px;
    border: 2px solid #DDE1EB;
    background: #fff;
    margin: 22px 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.services .assortment .assortment-title {
    font-size: 14px;
    font-weight: 700;
}

.services .assortment .description {
    font-size: 13px;
}

.services .disclaimer {
    font-size: 11px;
}

.audience {
    padding: 46px;
}

.audience .examples {
    display: flex;
    gap: 16px;
}

.audience-title {
    font-size: 34px;
    font-weight: bold;
}

.audience .examples .example {
    min-width: 545px;
    max-width: 545px;
    min-height: 181px;
    display: flex;
    flex-direction: column;
}

.audience .examples .example-block {
    flex: 1;
    overflow: hidden;
}

.audience .examples .example-header {
    background: #23256E;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.12em;
    padding: 18px 25px;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.audience .examples .example-block {
    padding: 18px 25px;
    border: 2px solid #D8DCEB;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #F7F8FC;
}

.audience .examples .example-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.example-description {
    font-size: 12px;
}

.examples-block {
    display: flex;
    gap: 16px;
    flex-direction: column;
    margin: 24px 0 16px;
}

.workflow {
    background: #F2F4F9;
    padding: 48px;
    border-radius: 7px;
}

.workflow .wf-header {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 26px;
}

.wf-stages {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 18px;
}

.wf-stage {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 170px;
}

.wf-number {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.wf-stage:not(:last-child) .wf-number {
    margin-left: 30px;
}

.wf-number span {
    font-size: 22px;
    font-weight: bold;
    border-radius: 50%;
    min-width: 74px;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.wf-stage:nth-child(even) .wf-number span {
    color: #EE7B24;
    background: #F7F8FC;
    border: 1px solid #CBD2E2;
    box-shadow: 0 4px 11px 0 rgba(15, 23, 51, 0.06);
}

.wf-stage:nth-child(odd) .wf-number span {
    color: #fff;
    background: #EE7B24;
}

.wf-title {
    font-size: 13px;
    font-weight: 700;
    margin: 8px 0;
}

.wf-description {
    font-size: 11px;
    text-align: center;
    color: #000;
}

.advantages {
    padding: 46px;
}

.adv-block {
    display: flex;
    gap: 24px;
}

.adv-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.adv-stack {
    display: flex;
    gap: 16px;
}

.advantage {
    display: flex;
    gap: 16px;
}

.adv-header {
    font-size: 34px;
    font-weight: bold;
}

.adv-hint {
    font-size: 20px;
    margin: 12px 0 24px;
}

.adv-description {
    font-size: 11px;
}

.adv-number {
    border: 2px solid #D8DCEB;
    border-radius: 50%;
    background: #F7F8FC;
    font-size: 17px;
    font-weight: bold;
    color: #EE7B24;
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adv-text {
    min-width: 247px;
    max-width: 247px;
}

.adv-title {
    font-size: 13px;
    font-weight: 700;
}

.faq-header {
    font-size: 32px;
    font-weight: bold;
    margin: 40px 46px 26px;
}

.faq-questions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-question {
    display: flex;
    padding: 20px 26px 20px 40px;
    background: #F7F8FC;
    border: 2px solid #D8DCEB;
    border-radius: 7px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: filter 250ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: filter;
    flex-direction: column;
}

.faq-question:hover {
    filter: brightness(0.9375);
}

.faq-text {
    font-size: 18px;
    font-weight: 700;
}

.faq-show {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.faq-hidden {
    width: 100%;
    font-size: 15px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), margin-top 250ms cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0;
}

.faq-question.active .faq-hidden {
    max-height: 300px;
    opacity: 1;
    margin-top: 8px;
}

.faq-icon svg path {
    transition: d 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-question.active .faq-icon svg path {
    d: path("M-4.0103e-05 2.23854V2.19918e-05H10.3195V2.23854H-4.0103e-05Z");
}

/* ===== ПЛАНШЕТЫ (≤1024px) ===== */
@media (max-width: 1024px) {
    .top-banner .container .main-heading {
        font-size: 42px;
        line-height: 48px;
    }

    .main-block .numbers-list {
        flex-wrap: wrap;
    }

    .main-block .numbers-list .numbers-item {
        min-width: calc(50% - 9px);
    }

    .wwd table thead th:first-child {
        min-width: 220px;
    }

    .wwd table thead th:last-child {
        min-width: 140px;
    }

    .audience .examples .example {
        min-width: calc(50% - 8px);
        max-width: calc(50% - 8px);
        height: auto;
        min-height: 181px;
    }

    .adv-block {
        flex-wrap: wrap;
    }

    .adv-stack {
        flex-wrap: wrap;
    }
}

/* ===== МОБИЛЬНЫЕ (≤768px) ===== */
@media (max-width: 768px) {
    .top-banner {
        flex-direction: column;
        gap: 0;
    }

    .top-banner .left {
        margin: 24px 24px 0;
        box-sizing: border-box;
        max-width: 100%;
    }

    .top-banner .container {
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .top-banner .right {
        width: 100%;
        height: auto;
    }

    .top-banner .container .main-heading {
        font-size: 32px;
        line-height: 38px;
        padding: 12px 0;
    }

    .top-banner .container .product-description {
        font-size: 16px;
    }

    .top-banner .buttons {
        flex-direction: column;
    }

    .top-banner .buttons a {
        width: 100%;
        text-align: center;
    }

    .features {
        flex-direction: column;
        gap: 16px;
        padding: 24px;
    }

    .features .numbered-item {
        justify-content: flex-start;
    }

    .main-block {
        padding: 24px;
    }

    .main-block .subtitle {
        font-size: 26px;
        line-height: 32px;
    }

    .main-block .text {
        font-size: 16px;
        line-height: 24px;
    }

    .main-block .numbers-list {
        flex-direction: column;
    }

    .main-block .numbers-list .numbers-item {
        min-width: 100%;
    }

    .main-block .alert {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-block .alert .line {
        width: 37px;
        height: 5px;
    }

    .wwd {
        padding: 24px;
    }

    .wwd .title {
        font-size: 26px;
        line-height: 32px;
    }

    .wwd .text-block {
        font-size: 16px;
        line-height: 24px;
    }

    .wwd table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .wwd table thead th:first-child,
    .wwd table thead th:last-child {
        min-width: 160px;
    }

    .audience {
        padding: 24px;
    }

    .audience-title {
        font-size: 26px;
    }

    .audience .examples {
        flex-direction: column;
    }

    .audience .examples .example {
        min-width: 100%;
        max-width: 100%;
        height: auto;
        min-height: unset;
    }

    .workflow {
        padding: 24px;
    }

    .workflow .wf-header {
        font-size: 26px;
    }

    .wf-stages {
        flex-direction: column;
        align-items: center;
    }

    .wf-stage {
        max-width: 100%;
    }

    .wf-stage:not(:last-child) .wf-number {
        margin-left: 0;
        flex-direction: column;
    }

    .wf-number svg {
        transform: rotate(90deg);
    }

    .advantages {
        padding: 24px;
    }

    .adv-header {
        font-size: 26px;
    }

    .adv-hint {
        font-size: 16px;
    }

    .adv-block {
        flex-direction: column;
    }

    .adv-img {
        width: 100%;
        height: auto;
    }

    .adv-stack {
        flex-direction: column;
    }

    .adv-text {
        min-width: unset;
        max-width: 100%;
    }

    .faq-header {
        margin: 24px 24px 16px;
        font-size: 24px;
    }

    .faq-question {
        padding: 16px 20px;
    }

    .faq-text {
        font-size: 16px;
    }
}

.d_none {
    display: none;
}

/* End */
/* /uslugi/konstruktorskoe-byuro-polnogo-tsikla/styles.css?178429789214224 */
