

/* Start:/local/templates/kuhni/components/bitrix/news.list/organization/style.css?17770938192834*/
/* Блок Организациям */
.organization-section {
    padding: 24px 0 40px 0;
    background-color: #fff;
}

.organization-container {
    background: #f2f3f5;
    padding: 12px 12px 12px 56px;
    display: flex;
    flex-direction: row;
    gap: 105px;
    align-items: center; /* Выравнивание по центру по вертикали */
    justify-content: space-between;
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    min-height: 319px; /* Минимальная высота, но может быть больше */
    box-sizing: border-box;
}

.organization-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 0 0 449px; /* Фиксированная ширина, но не растягивается */
    position: relative;
    z-index: 2;
}

.organization-title {
    color: #303030;
    text-align: left;
    font-family: 'Bebas Neue Cyrillic', 'Bebas Neue', sans-serif;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    align-self: stretch;
    margin: 0;
    line-height: 1.2;
}

.organization-text {
    color: #818084;
    text-align: left;
    font-family: 'Inter Tight', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    line-height: 1.5;
}

.organization-image-wrapper {
    background: #e1e1e1;
    flex-shrink: 0;
    width: 569px;
    height: 295px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center; /* Центрирование по вертикали */
}

.organization-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Медиа-запросы для мобильных */
@media (max-width: 1024px) {
    .organization-container {
        flex-direction: column;
        gap: 40px;
        padding: 40px;
        min-height: auto;
        align-items: stretch; /* На мобильных растягиваем */
    }
    
    .organization-content {
        width: 100%;
        flex: 1 1 auto;
    }
    
    .organization-image-wrapper {
        width: 100%;
        height: auto;
        min-height: 250px;
        align-self: stretch; /* На мобильных на всю ширину */
    }
}

@media (max-width: 768px) {
    .organization-container {
        padding: 30px;
    }
    
    .organization-title {
        font-size: 36px;
    }
    
    .organization-content {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .organization-container {
        padding: 20px;
    }
    
    .organization-title {
        font-size: 30px;
    }
    
    .organization-image-wrapper {
        min-height: 200px;
    }
}
/* End */
/* /local/templates/kuhni/components/bitrix/news.list/organization/style.css?17770938192834 */
