

/* Start:/local/templates/.default/components/bitrix/news.detail/company/style.css?177030504211642*/
/* ===== ПЕРЕМЕННЫЕ ===== */
:root {
    --primary-color: rgb(255, 131, 0);
    --text-dark: #000;
    --text-gray: #333;
    --bg-light: #f8f9fa;
    --bg-white: #fff;
    --border-radius: 0.533rem;
    --shadow-light: 0 0.133rem 0.667rem rgba(0,0,0,0.1);
    --shadow-medium: 0 0.267rem 1rem rgba(0,0,0,0.2);
    --container-max-width: 80rem;
    --container-padding: 1.333rem;
    --section-padding: 4rem 0;
    --gap-medium: 2rem;
    --gap-small: 1.333rem;
}

.page-top-main{ display:none; }

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.company-block {
    padding: 1rem 0;
}

.company-block:last-child {
    margin-bottom: 0;
}

.company-block__content {
    position: relative;
}

.company-block__title {
    font-size: 24px;
    font-weight: bold;
    color: var(--text-dark);
    margin: 1rem 0 2rem 0;
}

.company-block__text {
    font-size: 1.2rem;
    color: var(--text-gray);
    line-height: 1.5;
    margin: 0 0 1.333rem 0;
}

.company-block__text:last-child {
    margin-bottom: 0;
}

.company-block__text--large {
    font-size: 1.2rem;
    font-weight: bold;
}

.company-block__text--accent {
    color: var(--primary-color);
    font-weight: bold;
}

/* ===== КНОПКИ ===== */
.company-btn {
    display: inline-block;
    background: var(--primary-color);
    color: var(--bg-white);
    padding: 1rem 2rem;
    border: none;
    border-radius: var(--border-radius);
    font-size: 1.067rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.company-btn:hover {
    background: #e55a00;
    transform: translateY(-0.133rem);
    box-shadow: var(--shadow-medium);
}

.company-btn:active {
    transform: translateY(0);
}

/* ===== СПИСКИ ===== */
.company-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.company-list__item {
    position: relative;
    padding-left: 1.333rem;
    margin-bottom: 1rem;
    font-size: 1.067rem;
    line-height: 1.5;
}

.company-list__item::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2rem;
}

.company-list__item strong {
    font-weight: bold;
    color: var(--text-dark);
}

/* ===== СПЕЦИАЛЬНЫЕ БЛОКИ ===== */
.company-highlight {
    background: var(--bg-light);
    padding: 2rem;
    border-radius: var(--border-radius);
    margin-bottom: 2rem;
}

.company-highlight__title {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--text-dark);
    margin: 0 0 1.333rem 0;
    text-transform: uppercase;
}

.company-highlight__text {
    font-size: 1.2rem;
    color: var(--text-gray);
    line-height: 1.6;
    margin: 0 0 1rem 0;
}

.company-highlight__text:last-child {
    margin-bottom: 0;
}

.company-highlight__text--italic {
    font-style: italic;
    color: var(--primary-color);
}

.company-highlight__text--underlined {
    text-decoration: underline;
}

/* ===== БЛОК ТОВАРНОГО ЗНАКА ===== */
.company-trademark {
    background: var(--bg-white);
    padding: 2.667rem 0;
}

.company-trademark__content {
    position: relative;
}

.company-trademark__header {
    margin-bottom: 0;
}

.company-trademark__title {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--primary-color);
    margin: 0 0 0.667rem 0;
    text-transform: uppercase;
}

.company-trademark__subtitle {
    font-size: 1.333rem;
    font-weight: bold;
    color: var(--text-dark);
    margin: 0 0 0.667rem 0;
}

.company-trademark__date {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin: 1.333rem 0 0.667rem 0;
}

.company-trademark__text {
    font-size: 1.067rem;
    color: var(--text-gray);
    line-height: 1.6;
    margin: 0 0 1.333rem 0;
}

.company-trademark__text:last-child {
    margin-bottom: 0;
}

/* ===== СЕРТИФИКАТ ===== */
.company-certificate {
    position: relative;
}

.company-certificate img {
    width: fit-content;
    height: auto;
    max-width: 40rem;
}

/* ===== СЕТКИ ===== */
.company-grid {
    display: grid;
    gap: var(--gap-medium);
}

.company-grid--auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(18.667rem, 1fr));
}

.company-grid--video {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: var(--gap-small);
    justify-items: center;
}

/* ===== КАРТОЧКИ ===== */
.company-card {
    background: var(--bg-white);
    padding: var(--gap-medium);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-light);
}

.company-card__title {
    font-size: 1.333rem;
    font-weight: bold;
    color: var(--primary-color);
    margin: 0 0 1rem 0;
}

.company-card__text {
    font-size: 1.067rem;
    color: var(--text-gray);
    margin: 0;
    line-height: 1.5;
}

/* ===== АКЦЕНТНЫЕ БЛОКИ ===== */
.company-accent {
    background: var(--primary-color);
    color: var(--bg-white);
    padding: var(--gap-medium);
    border-radius: var(--border-radius);
    text-align: center;
}

.company-accent__title {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 1rem 0;
}

.company-accent__text {
    font-size: 1.2rem;
    margin: 0;
}

/* ===== ИНФОРМАЦИОННЫЕ БЛОКИ ===== */
.company-info {
    padding: var(--gap-medium);
    border-left: 0.133rem solid var(--primary-color);
}

.company-info p {
    font-size: 1.067rem;
    color: var(--text-gray);
    margin: 0 0 0.667rem 0;
    line-height: 1.5;
}

.company-info p:last-child {
    margin-bottom: 0;
}

.company-info strong {
    color: var(--text-dark);
    font-weight: bold;
}

/* ===== СПЕЦИАЛЬНЫЕ ЭЛЕМЕНТЫ ===== */
.company-image {
    position: relative;
}

.company-image img {
    width: 100%;
    height: auto;
    border-left: none;
    display: block;
}

.company-text {
    flex: 1;
    padding-left: var(--gap-small);
    position: relative;
}

.company-video iframe {
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-medium);
}

.company-video-item .company-video-description {
    margin: .5rem 1rem;
}

/* ===== СПЕЦИФИЧНЫЕ БЛОКИ ===== */
.company-hero__content {
    display: flex;
    align-items: flex-start;
    gap: 2.667rem;
}

.company-hero__image {
    flex: 0 0 34.267rem;
}

.company-hero__title {
    color: #383838;
    font-size: 2.133rem;
	font-weight: 600;
}

.company-hero__subtitle {
    font-size: 1.6rem;
    text-transform: uppercase;
}

.company-hero__question {
    font-size: 1.333rem;
    text-transform: uppercase;
}

.company-advantages__list {
    margin-bottom: 2.667rem;
}

.company-achievements__content {
    text-align: center;
}

.company-achievements__text {
    font-size: 1.333rem;
    margin: 0 0 var(--gap-small) 0;
}

.company-achievements__signature {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--text-dark);
}

/* ===== ТЕКСТОВЫЕ МОДИФИКАТОРЫ ===== */
.t-primary {
    color: var(--primary-color);
    font-weight: bold;
}

.t-primary--uppercase {
    color: var(--primary-color);
    font-weight: bold;
    text-transform: uppercase;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 48rem) {
    .company-hero__content {
        flex-direction: column;
        gap: 1rem;
    }
    
    .company-hero__image {
        flex: none;
        max-width: 100%;
    }
    
    .company-text {
        padding-left: 0;
    }
    
    .company-text::before {
        display: none;
    }
    
    .company-hero__title {
        font-size: 1.6rem;
        text-align: left;
    }
    
    .company-hero__subtitle {
        font-size: 1.2rem;
    }
    
    .company-grid--auto-fit {
        grid-template-columns: 1fr;
    }
    
    .company-grid--video {
        grid-template-columns: 1fr;
    }
    
    .company-video iframe {
        width: 100%;
        max-width: 25.733rem;
    }
}

@media (max-width: 32rem) {
    /* ===== ОСНОВНЫЕ БЛОКИ ===== */
    .company-block {
        padding: 1.333rem 0;
    }
    
    .company-block__content {
        padding: 0 0.667rem;
    }
    
    .company-block__title {
        font-size: 1.333rem;
        margin: 0.667rem 0 1.333rem 0;
    }
    
    .company-block__text {
        font-size: 1rem;
        margin: 0 0 1rem 0;
    }
    
    /* ===== HERO БЛОК ===== */
    .company-hero__content {
        gap: 1.333rem;
    }
    
    .company-hero__title {
        font-size: 1.333rem;
    }
    
    .company-hero__subtitle {
        font-size: 1.067rem;
    }
    
    .company-hero__question {
        font-size: 1.067rem;
    }
    
    /* ===== HIGHLIGHT БЛОКИ ===== */
    .company-highlight {
        padding: 1.333rem;
        margin-bottom: 1.333rem;
    }
    
    .company-highlight__title {
        font-size: 1.2rem;
        margin: 0 0 1rem 0;
    }
    
    .company-highlight__text {
        font-size: 1rem;
        margin: 0 0 0.667rem 0;
    }
    
    /* ===== СПИСКИ ===== */
    .company-list__item {
        padding-left: 1rem;
        margin-bottom: 0.667rem;
        font-size: 1rem;
    }
    
    .company-list__item::before {
        font-size: 1rem;
    }
    
    /* ===== КАРТОЧКИ ===== */
    .company-card {
        padding: 1.333rem;
    }
    
    .company-card__title {
        font-size: 1.2rem;
        margin: 0 0 0.667rem 0;
    }
    
    .company-card__text {
        font-size: 1rem;
    }
    
    /* ===== АКЦЕНТНЫЕ БЛОКИ ===== */
    .company-accent {
        padding: 1.333rem;
    }
    
    .company-accent__title {
        font-size: 1.2rem;
        margin: 0 0 0.667rem 0;
    }
    
    .company-accent__text {
        font-size: 1rem;
    }
    
    /* ===== ТОВАРНЫЙ ЗНАК ===== */
    .company-trademark {
        padding: 1.333rem 0;
    }
    
    .company-trademark__title {
        font-size: 1.2rem;
        margin: 0 0 0.667rem 0;
    }
    
    .company-trademark__subtitle {
        font-size: 1.067rem;
        margin: 0 0 0.667rem 0;
    }
    
    .company-trademark__date {
        font-size: 1rem;
        margin: 1rem 0 0.667rem 0;
    }
    
    .company-trademark__text {
        font-size: 1rem;
        margin: 0 0 1rem 0;
    }
    
    /* ===== СЕРТИФИКАТ ===== */
    .company-certificate {
        margin: 1.333rem auto;
    }
    
    .company-certificate img {
        max-width: 100%;
    }
    
    /* ===== ИНФОРМАЦИОННЫЕ БЛОКИ ===== */
    .company-info {
        padding: 1.333rem;
    }
    
    .company-info p {
        font-size: 1rem;
        margin: 0 0 0.667rem 0;
    }
    
    /* ===== КНОПКИ ===== */
    .company-btn {
        padding: 0.667rem 1.333rem;
        font-size: 1rem;
    }

    /* ===== СПЕЦИФИЧНЫЕ БЛОКИ ===== */
    .company-advantages__list {
        margin-bottom: 1.333rem;
    }
    
    .company-achievements__text {
        font-size: 1.067rem;
    }
    
    .company-achievements__signature {
        font-size: 1rem;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/company/style.css?177030504211642 */
