

.content-area {
    padding: 0 0 82px;
    background: #fff;
}

.content-area > .page-background-image {
    display: none !important;
}

.content-area > .page-background-image + .width-wrap,
.content-area > .width-wrap {
    background: transparent;
}

.breadcrumb-block {
    min-height: 0;
    margin: 18px 0 0;
    padding-bottom: 0;
    background: transparent;
}

.breadcrumb-block .breadcrumb-catalog {
    display: none !important;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
    color: #716d78;
}

/*
 * Стандартный H1 header.php в preview не рендерится.
 * Здесь существует ровно один визуальный H1 — внутри страницы.
 */
.cooperation-page {
    box-sizing: border-box;
    max-width: 1120px;
    margin: 0 auto;
    color: #34313a;
    font-family: 'NotoSans', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.68;
}

.cooperation-page p {
    margin: 0;
}

#pagetitle {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 34px 0 34px !important;
    padding: 0 !important;
    color: #25222d;
    font-family: 'NotoSans', Arial, sans-serif;
    font-size: clamp(38px, 4.1vw, 52px);
    line-height: 1.08;
    font-weight: 750;
    letter-spacing: -.035em;
    text-align: center;
}

/* HERO */

.cooperation-hero {
    position: relative;
    overflow: hidden;
    padding: 42px 46px 43px;
    background: #f4f1fb;
    border: 1px solid #dfd9ef;
    border-radius: 24px;
}

.cooperation-hero::after {
    content: "";
    position: absolute;
    right: -78px;
    bottom: -108px;
    width: 260px;
    height: 260px;
    border: 48px solid rgba(57, 49, 134, .045);
    border-radius: 50%;
    pointer-events: none;
}

.cooperation-hero__accent {
    width: 58px;
    height: 5px;
    margin-bottom: 22px;
    background: #393186;
    border-radius: 999px;
}

.cooperation-hero__lead {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    color: #302b69;
    font-size: clamp(30px, 3.15vw, 42px);
    line-height: 1.27;
    font-weight: 750;
    letter-spacing: -.032em;
}

/* TWO CONTENT CARDS */

.cooperation-overview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.cooperation-overview__card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    padding: 32px 32px 31px;
    background: #fff;
    border: 1px solid #e4e0e9;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(40, 34, 75, .035);
}

.cooperation-overview__number {
    display: block;
    margin-bottom: 18px;
    color: #393186;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .14em;
}

.cooperation-overview__card p {
    color: #4d4954;
    font-size: 17px;
    line-height: 1.72;
}

/* TENDER NOTICE */

.cooperation-tender {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    margin-top: 16px;
    padding: 21px 24px;
    color: #55471f;
    background: #fff8df;
    border: 1px solid #ead797;
    border-radius: 17px;
}

.cooperation-tender__icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: #a47717;
}

.cooperation-tender__icon svg {
    display: block;
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cooperation-tender p {
    font-size: 16.5px;
    line-height: 1.6;
}

/* APPLICATION: STRONG SPLIT SECTION */

.cooperation-request {
    display: grid;
    grid-template-columns: minmax(300px, .86fr) minmax(0, 1.45fr);
    margin-top: 42px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ded9e9;
    border-radius: 24px;
    box-shadow: 0 12px 34px rgba(42, 35, 85, .055);
}

.cooperation-request__head {
    display: flex;
    align-items: center;
    padding: 38px 34px;
    background: #393186;
}

.cooperation-request__head h2 {
    margin: 0;
    color: #fff;
    font-family: 'NotoSans', Arial, sans-serif;
    font-size: clamp(24px, 2.45vw, 31px);
    line-height: 1.34;
    font-weight: 700;
    letter-spacing: -.02em;
}

.cooperation-request__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 0;
    margin: 0 !important;
    padding: 18px 26px !important;
    list-style: none !important;
    background: #fbfafd;
}

.cooperation-request__list > li {
    position: relative;
    box-sizing: border-box;
    display: grid !important;
    grid-template-columns: 21px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 17px 0 !important;
    color: #34313a !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #e8e4ed !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    list-style: none !important;
}

.cooperation-request__list > li:nth-last-child(-n + 2) {
    border-bottom: 0 !important;
}

.cooperation-request__list > li::before,
.cooperation-request__list > li::after {
    content: none !important;
    display: none !important;
}

.cooperation-request__list > li > span:last-child {
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #312e38 !important;
    font-size: 16.5px !important;
    line-height: 1.5 !important;
    font-weight: 550 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.cooperation-request__check {
    box-sizing: border-box;
    display: inline-flex !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    color: #4c8b68 !important;
    background: #edf7f1 !important;
    border: 1px solid #cfe5d7 !important;
    border-radius: 50% !important;
    line-height: 1 !important;
}

.cooperation-request__check::before,
.cooperation-request__check::after {
    content: none !important;
    display: none !important;
}

.cooperation-request__check svg {
    display: block !important;
    width: 11px !important;
    height: 11px !important;
    margin: 0 !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.4 !important;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* CONTACT */

.cooperation-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin-top: 18px;
    padding: 30px 32px;
    background: #f4f1fb;
    border: 1px solid #e0dbee;
    border-radius: 20px;
}

.cooperation-contact__title {
    max-width: 660px;
    color: #2f2b64;
    font-size: clamp(22px, 2.25vw, 29px);
    line-height: 1.36;
    font-weight: 700;
    letter-spacing: -.015em;
}

.cooperation-contact__email {
    display: inline-flex;
    min-height: 50px;
    padding: 0 19px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #fff !important;
    background: #393186;
    border: 1px solid #393186;
    border-radius: 13px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        background .18s ease;
}

.cooperation-contact__email svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (hover: hover) and (pointer: fine) {
    .cooperation-contact__email:hover {
        color: #fff !important;
        background: #302970;
        box-shadow: 0 9px 24px rgba(57, 49, 134, .20);
        transform: translateY(-2px);
    }
}

.cooperation-contact__email:focus-visible {
    outline: 3px solid rgba(57, 49, 134, .22);
    outline-offset: 3px;
}

@media (max-width: 900px) {
    .cooperation-overview,
    .cooperation-request,
    .cooperation-contact {
        grid-template-columns: 1fr;
    }

    .cooperation-request__head {
        padding: 30px 28px;
    }

    .cooperation-contact {
        gap: 20px;
    }

    .cooperation-contact__email {
        width: fit-content;
    }
}

@media (max-width: 680px) {
    .content-area {
        padding-bottom: 54px;
    }

    .cooperation-page {
        font-size: 16px;
    }

    #pagetitle {
        margin: 26px 0 24px;
        font-size: clamp(34px, 10vw, 44px);
    }

    .cooperation-hero {
        padding: 30px 22px;
        border-radius: 18px;
    }

    .cooperation-hero__accent {
        margin-bottom: 17px;
    }

    .cooperation-overview__card {
        padding: 25px 22px;
        border-radius: 16px;
    }

    .cooperation-tender {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 11px;
        padding: 17px;
        border-radius: 14px;
    }

    .cooperation-request {
        margin-top: 32px;
        border-radius: 18px;
    }

    .cooperation-request__head {
        padding: 26px 22px;
    }

    .cooperation-request__list {
        grid-template-columns: 1fr;
        padding: 8px 20px 10px !important;
    }

    .cooperation-request__list > li:nth-last-child(-n + 2) {
        border-bottom: 1px solid #e8e4ed !important;
    }

    .cooperation-request__list > li:last-child {
        border-bottom: 0 !important;
    }

    .cooperation-contact {
        margin-top: 14px;
        padding: 24px 20px;
        border-radius: 16px;
    }

    .cooperation-contact__email {
        width: 100%;
        box-sizing: border-box;
    }
}


#pagetitle {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 34px 0 34px !important;
    padding: 0 !important;
    text-align: center !important;
    color: #25222d !important;
    font-family: 'NotoSans', Arial, sans-serif !important;
    font-size: clamp(38px, 4.1vw, 52px) !important;
    line-height: 1.08 !important;
    font-weight: 750 !important;
    letter-spacing: -.035em !important;
}

.cooperation-hero .cooperation-hero__lead {
    display: block !important;
    max-width: 1080px !important;
    color: #302b69 !important;
    font-size: clamp(32px, 3.2vw, 42px) !important;
    line-height: 1.27 !important;
    font-weight: 750 !important;
    letter-spacing: -.032em !important;
}

@media (max-width: 767px) {
    #pagetitle {
        margin: 26px 0 24px !important;
        font-size: clamp(34px, 10vw, 44px) !important;
    }

    .cooperation-hero .cooperation-hero__lead {
        font-size: clamp(24px, 6.6vw, 32px) !important;
        line-height: 1.3 !important;
    }
}
