

/* Start:/bitrix/templates/X3000/assets/style/components/about.css?17894650232985*/
/* Блок «О компании» */
.company-hero {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.company-hero__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.introtext {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: var(--font, #111827);
}

/* Смысловые блоки */
.company-block {
    margin-bottom: 32px;
}

.company-block__title {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--primary, #1d61ac);
}

/* Списки */
.company-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.company-list li {
    position: relative;
    padding-left: 24px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--font, #111827);
}

.company-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--secondary, #589acc);
}

/* Список с галочками */
.company-list--check li::before {
    content: "";
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background: var(--primary, #1d61ac);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/contain no-repeat;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/contain no-repeat;
    background-color: var(--primary, #1d61ac);
}

/* Заключительный абзац */
.company-outro {
    margin: 0 0 16px;
    padding: 20px;
    border-left: 4px solid var(--secondary, #589acc);
    background: var(--neutral, #f8fafc);
    border-radius: 0 12px 12px 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--font, #111827);
}

/* Адаптив */
@media (min-width: 768px) {
    .company-hero {
        flex-direction: row;
        align-items: center;
        gap: 24px;
    }

    .company-hero__img {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .company-hero .introtext {
        flex: 1 1 auto;
    }

    .company-block__title {
        font-size: 22px;
    }

    .company-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 24px;
    }
}

@media (min-width: 1024px) {
    .company-hero {
        gap: 32px;
        margin-bottom: 40px;
    }

    .company-block {
        margin-bottom: 40px;
    }

    .company-block__title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .company-list li,
    .company-outro {
        font-size: 16px;
    }

    .company-outro {
        padding: 24px 28px;
    }
}

@media (min-width: 1440px) {
    .company-block__title {
        font-size: 28px;
    }
}
/* End */
/* /bitrix/templates/X3000/assets/style/components/about.css?17894650232985 */
