/*
 * ============================================================
 * Страница «О компании»
 * ============================================================
 */

.about-page {
    overflow: hidden;

    background: #ffffff;
    color: #162733;
}

.about-container {
    width: min(100% - 32px, 1320px);
    margin: 0 auto;
}

.about-section {
    position: relative;

    padding: 108px 0;
}

.about-section--soft {
    background: #f4f8f9;
}

.about-section--dark {
    overflow: hidden;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(18, 188, 180, 0.15),
            transparent 34%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(44, 100, 170, 0.16),
            transparent 32%
        ),
        #071827;

    color: #ffffff;
}

/*
 * ============================================================
 * Общие заголовки секций
 * ============================================================
 */

.about-heading {
    max-width: 850px;
    margin-bottom: 52px;
}

.about-heading--center {
    margin-right: auto;
    margin-left: auto;

    text-align: center;
}

.about-heading__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 17px;

    color: #078f8a;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about-section--dark .about-heading__eyebrow {
    color: #5fe0d9;
}

.about-heading__eyebrow::before {
    width: 8px;
    height: 8px;

    background: currentColor;
    border-radius: 50%;

    content: "";
}

.about-heading h2 {
    max-width: 900px;
    margin: 0;

    color: #102532;

    font-size: clamp(34px, 4.2vw, 62px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.about-section--dark .about-heading h2 {
    color: #ffffff;
}

.about-heading p {
    max-width: 740px;
    margin: 24px 0 0;

    color: #60717b;

    font-size: 18px;
    line-height: 1.75;
}

.about-heading--center p {
    margin-right: auto;
    margin-left: auto;
}

.about-section--dark .about-heading p {
    color: rgba(255, 255, 255, 0.68);
}

/*
 * ============================================================
 * Hero
 * ============================================================
 */

.about-hero {
    position: relative;

    min-height: 760px;
    padding: 170px 0 92px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 20% 25%,
            rgba(20, 202, 194, 0.19),
            transparent 34%
        ),
        radial-gradient(
            circle at 82% 35%,
            rgba(54, 111, 190, 0.21),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            #06131f,
            #081f30 56%,
            #071827
        );

    color: #ffffff;
}

.about-hero__grid {
    position: absolute;
    inset: 0;

    opacity: 0.08;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.12) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.12) 1px,
            transparent 1px
        );

    background-size: 72px 72px;
}

.about-hero__content {
    position: relative;
    z-index: 2;

    max-width: 980px;
}

.about-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 24px;
    padding: 10px 15px;

    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;

    color: #7ae8e1;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.about-hero__eyebrow::before {
    width: 8px;
    height: 8px;

    background: #46d8d0;
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(70, 216, 208, 0.75);

    content: "";
}

.about-hero h1 {
    max-width: 1100px;
    margin: 0;

    color: #ffffff;

    font-size: clamp(48px, 6.5vw, 92px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.about-hero h1 span {
    display: block;

    color: #5ce0d9;
}

.about-hero__lead {
    max-width: 880px;
    margin: 31px 0 0;

    color: rgba(255, 255, 255, 0.76);

    font-size: clamp(19px, 2vw, 24px);
    line-height: 1.65;
}

.about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;

    margin-top: 38px;
}

.about-hero__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 52px;
    padding: 0 24px;

    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;

    color: #ffffff;

    font-weight: 700;
    text-decoration: none;

    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        transform 180ms ease;
}

.about-hero__secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.42);

    color: #ffffff;

    transform: translateY(-2px);
}

.about-hero__profile {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    margin-top: 82px;

    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 20px;

    overflow: hidden;

    backdrop-filter: blur(14px);
}

.about-profile-item {
    min-height: 145px;
    padding: 28px;

    background: rgba(255, 255, 255, 0.045);
}

.about-profile-item + .about-profile-item {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.about-profile-item strong {
    display: block;

    margin-bottom: 9px;

    color: #ffffff;

    font-size: 22px;
    line-height: 1.2;
}

.about-profile-item span {
    color: rgba(255, 255, 255, 0.58);

    font-size: 14px;
    line-height: 1.55;
}

/*
 * ============================================================
 * Кто мы
 * ============================================================
 */

.about-intro {
    display: grid;
    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);
    gap: 68px;

    align-items: start;
}

.about-intro__statement {
    position: sticky;
    top: 110px;
}

.about-intro__statement blockquote {
    margin: 0;
    padding-left: 28px;

    border-left: 4px solid #14aaa5;

    color: #102532;

    font-size: clamp(26px, 3vw, 42px);
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1.25;
}

.about-intro__content p {
    margin: 0 0 23px;

    color: #536772;

    font-size: 18px;
    line-height: 1.8;
}

.about-capability-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;

    margin: 32px 0 0;
    padding: 0;

    list-style: none;
}

.about-capability-list li {
    position: relative;

    min-height: 70px;
    padding: 18px 18px 18px 46px;

    background: #f4f8f9;
    border: 1px solid #e0eaed;
    border-radius: 14px;

    color: #263d49;

    font-weight: 650;
    line-height: 1.45;
}

.about-capability-list li::before {
    position: absolute;
    top: 21px;
    left: 18px;

    color: #079c96;

    content: "✓";

    font-weight: 900;
}

/*
 * ============================================================
 * История
 * ============================================================
 */

.about-history {
    position: relative;

    display: grid;
    gap: 18px;

    max-width: 1050px;
    margin: 0 auto;
}

.about-history::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 52px;

    width: 1px;

    background: #cfdcdf;

    content: "";
}

.about-history-step {
    position: relative;

    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 24px;

    padding: 26px 30px 26px 0;

    background: #ffffff;
    border: 1px solid #dce7ea;
    border-radius: 18px;

    box-shadow: 0 12px 35px rgba(27, 51, 63, 0.055);
}

.about-history-step__number {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;
    margin-left: 26px;

    background: #071827;
    border: 5px solid #f4f8f9;
    border-radius: 50%;

    color: #5fe0d9;

    font-size: 13px;
    font-weight: 800;
}

.about-history-step__period {
    display: inline-block;

    margin-bottom: 8px;

    color: #078f8a;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.about-history-step h3 {
    margin: 0;

    color: #102532;

    font-size: 23px;
    font-weight: 800;
}

.about-history-step p {
    max-width: 780px;
    margin: 11px 0 0;

    color: #60717b;

    line-height: 1.7;
}

/*
 * ============================================================
 * Три основы EIT.KG
 * ============================================================
 */

.about-pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.about-pillar {
    position: relative;

    min-height: 100%;
    padding: 34px;

    overflow: hidden;

    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
}

.about-pillar__letter {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 72px;
    height: 72px;
    margin-bottom: 26px;

    background:
        linear-gradient(
            145deg,
            rgba(87, 224, 216, 0.17),
            rgba(255, 255, 255, 0.03)
        );

    border: 1px solid rgba(87, 224, 216, 0.32);
    border-radius: 19px;

    color: #60e2db;

    font-size: 36px;
    font-weight: 900;
}

.about-pillar__english {
    display: block;

    margin-bottom: 8px;

    color: rgba(255, 255, 255, 0.47);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-pillar h3 {
    margin: 0;

    color: #ffffff;

    font-size: 25px;
    font-weight: 800;
}

.about-pillar p {
    margin: 17px 0 0;

    color: rgba(255, 255, 255, 0.66);

    line-height: 1.72;
}

.about-pillar ul {
    display: grid;
    gap: 10px;

    margin: 24px 0 0;
    padding: 0;

    list-style: none;
}

.about-pillar li {
    position: relative;

    padding-left: 23px;

    color: rgba(255, 255, 255, 0.82);

    font-size: 14px;
    line-height: 1.5;
}

.about-pillar li::before {
    position: absolute;
    top: 7px;
    left: 0;

    width: 8px;
    height: 8px;

    background: #56ded7;
    border-radius: 50%;

    content: "";
}

/*
 * ============================================================
 * Собственные продукты
 * ============================================================
 */

.about-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.about-product {
    position: relative;

    min-height: 100%;
    padding: 38px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(15, 179, 171, 0.12),
            transparent 38%
        ),
        #ffffff;

    border: 1px solid #dce7ea;
    border-radius: 22px;

    box-shadow: 0 15px 44px rgba(28, 50, 62, 0.07);
}

.about-product__index {
    display: inline-flex;

    margin-bottom: 24px;

    color: #079d97;

    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-product h3 {
    margin: 0;

    color: #102532;

    font-size: clamp(28px, 3vw, 40px);
    font-weight: 850;
    letter-spacing: -0.04em;
}

.about-product p {
    margin: 18px 0 0;

    color: #5b6e78;

    font-size: 17px;
    line-height: 1.72;
}

.about-product__responsibility {
    margin-top: 25px;
    padding: 18px 20px;

    background: #f3f8f9;
    border-left: 3px solid #10aaa4;
    border-radius: 0 12px 12px 0;

    color: #314854;

    font-size: 14px;
    line-height: 1.65;
}

.about-product__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 28px;
}

.about-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 45px;
    padding: 0 18px;

    border: 1px solid #cadadd;
    border-radius: 9px;

    color: #17313e;

    font-size: 14px;
    font-weight: 750;
    text-decoration: none;

    transition:
        border-color 180ms ease,
        color 180ms ease,
        transform 180ms ease;
}

.about-link:hover {
    border-color: #0da7a1;

    color: #087d78;

    transform: translateY(-2px);
}

.about-link--primary {
    background: #071827;
    border-color: #071827;

    color: #ffffff;
}

.about-link--primary:hover {
    background: #0c283b;
    border-color: #0c283b;

    color: #ffffff;
}

/*
 * ============================================================
 * Технологический экспорт
 * ============================================================
 */

.about-export {
    position: relative;

    padding: 120px 0;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 8% 20%,
            rgba(32, 216, 205, 0.2),
            transparent 31%
        ),
        radial-gradient(
            circle at 92% 82%,
            rgba(60, 115, 204, 0.2),
            transparent 33%
        ),
        linear-gradient(
            145deg,
            #061521,
            #08283a 58%,
            #071827
        );

    color: #ffffff;
}

.about-export__grid {
    position: absolute;
    inset: 0;

    opacity: 0.07;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.13) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.13) 1px,
            transparent 1px
        );

    background-size: 64px 64px;
}

.about-export__inner {
    position: relative;
    z-index: 2;
}

.about-export__intro {
    display: grid;
    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(320px, 0.9fr);
    gap: 70px;

    align-items: start;
}

.about-export__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 20px;

    color: #61e2db;

    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.about-export__eyebrow::before {
    width: 8px;
    height: 8px;

    background: currentColor;
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(97, 226, 219, 0.7);

    content: "";
}

.about-export h2 {
    max-width: 840px;
    margin: 0;

    color: #ffffff;

    font-size: clamp(38px, 5vw, 70px);
    font-weight: 850;
    letter-spacing: -0.05em;
    line-height: 1.03;
}

.about-export__lead {
    max-width: 770px;
    margin: 27px 0 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 19px;
    line-height: 1.78;
}

.about-export__statement {
    padding: 32px;

    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;

    backdrop-filter: blur(14px);
}

.about-export__statement-label {
    display: block;

    margin-bottom: 19px;

    color: #60e2db;

    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-export__statement blockquote {
    margin: 0;

    color: #ffffff;

    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.42;
}

.about-export__statement p {
    margin: 22px 0 0;

    color: rgba(255, 255, 255, 0.6);

    line-height: 1.72;
}

.about-export__flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;

    margin-top: 68px;

    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;

    overflow: hidden;
}

.about-export-stage {
    position: relative;

    min-height: 230px;
    padding: 31px;

    background: rgba(255, 255, 255, 0.045);
}

.about-export-stage + .about-export-stage {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.about-export-stage__number {
    display: block;

    margin-bottom: 35px;

    color: #61e2db;

    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.about-export-stage h3 {
    margin: 0;

    color: #ffffff;

    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.about-export-stage p {
    margin: 15px 0 0;

    color: rgba(255, 255, 255, 0.62);

    font-size: 14px;
    line-height: 1.68;
}

.about-export-stage__arrow {
    position: absolute;
    top: 29px;
    right: 25px;

    color: rgba(97, 226, 219, 0.58);

    font-size: 22px;
}

.about-export__benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;

    margin-top: 28px;
}

.about-export-benefit {
    min-height: 220px;
    padding: 28px;

    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
}

.about-export-benefit__mark {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 43px;
    height: 43px;
    margin-bottom: 22px;

    background: rgba(94, 224, 216, 0.12);
    border: 1px solid rgba(94, 224, 216, 0.24);
    border-radius: 12px;

    color: #61e2db;

    font-size: 12px;
    font-weight: 900;
}

.about-export-benefit h3 {
    margin: 0;

    color: #ffffff;

    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
}

.about-export-benefit p {
    margin: 14px 0 0;

    color: rgba(255, 255, 255, 0.61);

    font-size: 14px;
    line-height: 1.7;
}

.about-export__conclusion {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 35px;

    align-items: center;

    margin-top: 42px;
    padding: 31px 34px;

    background:
        linear-gradient(
            135deg,
            rgba(89, 226, 218, 0.12),
            rgba(255, 255, 255, 0.035)
        );

    border: 1px solid rgba(96, 226, 219, 0.22);
    border-radius: 20px;
}

.about-export__conclusion strong {
    display: block;

    color: #ffffff;

    font-size: clamp(21px, 2.6vw, 31px);
    line-height: 1.38;
}

.about-export__conclusion span {
    display: block;

    margin-top: 9px;

    color: rgba(255, 255, 255, 0.62);

    line-height: 1.65;
}

.about-export__country {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 190px;
    min-height: 74px;
    padding: 0 24px;

    border: 1px solid rgba(97, 226, 219, 0.28);
    border-radius: 15px;

    color: #61e2db;

    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

/*
 * ============================================================
 * Жизненный цикл
 * ============================================================
 */

.about-lifecycle {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-lifecycle-step {
    min-height: 215px;
    padding: 29px;

    background: #ffffff;
    border: 1px solid #dce7ea;
    border-radius: 18px;
}

.about-lifecycle-step__number {
    display: inline-block;

    margin-bottom: 22px;

    color: #079c96;

    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.about-lifecycle-step h3 {
    margin: 0;

    color: #102532;

    font-size: 24px;
    font-weight: 800;
}

.about-lifecycle-step p {
    margin: 14px 0 0;

    color: #60717b;

    line-height: 1.67;
}

.about-lifecycle__formula {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    margin-top: 35px;
    padding: 25px;

    background: #071827;
    border-radius: 17px;

    color: #ffffff;

    font-size: clamp(17px, 2.2vw, 24px);
    font-weight: 800;
}

.about-lifecycle__formula span:nth-child(even) {
    color: #54ded7;
}

/*
 * ============================================================
 * Форматы сотрудничества
 * ============================================================
 */

.about-cooperation {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.about-cooperation-card {
    min-height: 255px;
    padding: 26px;

    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
}

.about-cooperation-card__number {
    display: block;

    margin-bottom: 28px;

    color: #5fe0d9;

    font-size: 12px;
    font-weight: 900;
}

.about-cooperation-card h3 {
    margin: 0;

    color: #ffffff;

    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

.about-cooperation-card p {
    margin: 15px 0 0;

    color: rgba(255, 255, 255, 0.62);

    font-size: 14px;
    line-height: 1.65;
}

/*
 * ============================================================
 * Инженерные принципы
 * ============================================================
 */

.about-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-principle {
    min-height: 230px;
    padding: 30px;

    background: #ffffff;
    border: 1px solid #dce7ea;
    border-radius: 18px;
}

.about-principle__mark {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;
    margin-bottom: 22px;

    background: #eaf7f6;
    border-radius: 12px;

    color: #078f8a;

    font-weight: 900;
}

.about-principle h3 {
    margin: 0;

    color: #102532;

    font-size: 21px;
    font-weight: 800;
    line-height: 1.3;
}

.about-principle p {
    margin: 14px 0 0;

    color: #60717b;

    line-height: 1.68;
}

/*
 * ============================================================
 * Миссия и видение
 * ============================================================
 */

.about-purpose {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 24px;
}

.about-purpose article {
    min-height: 420px;
    padding: 46px;

    background: rgba(255, 255, 255, 0.045);
}

.about-purpose article + article {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.about-purpose__index {
    display: inline-block;

    margin-bottom: 48px;

    color: #5fe0d9;

    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-purpose h3 {
    margin: 0;

    color: #ffffff;

    font-size: 25px;
    font-weight: 800;
}

.about-purpose blockquote {
    margin: 24px 0 0;

    color: rgba(255, 255, 255, 0.86);

    font-size: clamp(23px, 3vw, 36px);
    font-weight: 650;
    letter-spacing: -0.025em;
    line-height: 1.4;
}

/*
 * ============================================================
 * Финальный CTA
 * ============================================================
 */

.about-cta {
    padding: 92px 0;

    background:
        radial-gradient(
            circle at 10% 50%,
            rgba(77, 222, 214, 0.17),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #071827,
            #0a2638
        );

    color: #ffffff;
}

.about-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px;

    align-items: center;
}

.about-cta__eyebrow {
    display: block;

    margin-bottom: 14px;

    color: #60e2db;

    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.about-cta h2 {
    max-width: 830px;
    margin: 0;

    color: #ffffff;

    font-size: clamp(35px, 4.7vw, 64px);
    font-weight: 850;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.about-cta p {
    max-width: 760px;
    margin: 22px 0 0;

    color: rgba(255, 255, 255, 0.67);

    font-size: 18px;
    line-height: 1.72;
}

.about-cta__actions {
    display: grid;
    gap: 11px;

    min-width: 260px;
}

.about-cta__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 28px;
}

.about-cta__trust span {
    padding: 8px 12px;

    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 12px;
    font-weight: 700;
}

/*
 * ============================================================
 * Адаптивность
 * ============================================================
 */

@media (max-width: 1199.98px) {
    .about-hero__profile {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-profile-item:nth-child(3) {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-left: 0;
    }

    .about-profile-item:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .about-export__flow,
    .about-export__benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-export-stage:nth-child(3),
    .about-export-benefit:nth-child(3) {
        border-left: 0;
    }

    .about-export-stage:nth-child(3),
    .about-export-stage:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, 0.13);
    }

    .about-cooperation {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .about-section {
        padding: 82px 0;
    }

    .about-hero {
        min-height: auto;
        padding: 140px 0 72px;
    }

    .about-intro {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .about-intro__statement {
        position: static;
    }

    .about-pillars,
    .about-lifecycle,
    .about-principles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-products {
        grid-template-columns: 1fr;
    }

    .about-export {
        padding: 92px 0;
    }

    .about-export__intro {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-cooperation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-cta__inner {
        grid-template-columns: 1fr;
    }

    .about-cta__actions {
        display: flex;
        flex-wrap: wrap;

        min-width: 0;
    }
}

@media (max-width: 767.98px) {
    .about-container {
        width: min(100% - 24px, 1320px);
    }

    .about-section {
        padding: 68px 0;
    }

    .about-heading {
        margin-bottom: 35px;
    }

    .about-hero {
        padding-top: 120px;
    }

    .about-hero__profile {
        grid-template-columns: 1fr;

        margin-top: 55px;
    }

    .about-profile-item + .about-profile-item {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-left: 0;
    }

    .about-capability-list,
    .about-pillars,
    .about-lifecycle,
    .about-principles,
    .about-cooperation,
    .about-purpose,
    .about-export__flow,
    .about-export__benefits {
        grid-template-columns: 1fr;
    }

    .about-history::before {
        left: 38px;
    }

    .about-history-step {
        grid-template-columns: 78px minmax(0, 1fr);

        padding-right: 20px;
    }

    .about-history-step__number {
        margin-left: 12px;
    }

    .about-export {
        padding: 74px 0;
    }

    .about-export-stage + .about-export-stage {
        border-top: 1px solid rgba(255, 255, 255, 0.13);
        border-left: 0;
    }

    .about-export__conclusion {
        grid-template-columns: 1fr;
    }

    .about-export__country {
        min-width: 0;
    }

    .about-purpose article {
        min-height: auto;
        padding: 34px 26px;
    }

    .about-purpose article + article {
        border-top: 1px solid rgba(255, 255, 255, 0.13);
        border-left: 0;
    }

    .about-purpose__index {
        margin-bottom: 30px;
    }

    .about-lifecycle__formula {
        flex-direction: column;
        gap: 9px;
    }

    .about-cta {
        padding: 70px 0;
    }
}

@media (max-width: 575.98px) {
    .about-hero h1 {
        font-size: 45px;
    }

    .about-hero__actions,
    .about-product__actions,
    .about-cta__actions {
        display: grid;
    }

    .about-hero__actions > *,
    .about-product__actions > *,
    .about-cta__actions > * {
        width: 100%;
    }

    .about-product,
    .about-pillar,
    .about-export__statement {
        padding: 27px;
    }

    .about-export-stage,
    .about-export-benefit {
        padding: 25px;
    }

    .about-export__conclusion {
        padding: 26px;
    }
}