/* Страница "О нас" - мобильная оптимизация */

/* Основные стили для мобильных устройств */
@media (max-width: 768px) {
    .page-header {
        margin-top: 60px !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .page-header .display-5 {
        font-size: 1.4rem;
    }
    
    .page-header .lead {
        font-size: 0.8rem;
    }
    
    .about-section {
        padding: 1.5rem 0;
    }
    
    .about-section h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .about-section p {
        font-size: 0.8rem;
        line-height: 1.4;
        margin-bottom: 1rem;
    }
    
    .team-member {
        margin-bottom: 1rem;
    }
    
    .team-member .card-body {
        padding: 0.8rem;
    }
    
    .team-member .card-title {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .team-member .card-text {
        font-size: 0.8rem;
        line-height: 1.4;
    }
    
    .team-member .btn {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .team-member img {
        width: 80px;
        height: 80px;
    }
    
    .feature-card {
        margin-bottom: 1rem;
    }
    
    .feature-card .card-body {
        padding: 0.8rem;
    }
    
    .feature-card h5 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .feature-card p {
        font-size: 0.8rem;
        line-height: 1.4;
    }
    
    .feature-icon i {
        font-size: 2rem;
    }
    
    .feature-icon .rounded-circle {
        width: 60px;
        height: 60px;
    }
    
    /* Уменьшение иконок в разделе команды */
    .team-section .team-photo-placeholder {
        width: 80px !important;
        height: 80px !important;
    }
    
    .team-section .team-photo-placeholder i.fa-3x {
        font-size: 1.5rem !important;
    }
    
    /* Уменьшение других больших иконок */
    .services-overview .service-icon i.fa-3x,
    .why-choose-us .advantage-icon i.fa-3x {
        font-size: 2rem !important;
    }
    
    .company-overview .company-logo-placeholder i.fa-6x {
        font-size: 3rem !important;
    }
}

@media (max-width: 480px) {
    .page-header {
        margin-top: 55px !important;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
    
    .page-header .display-5 {
        font-size: 1.2rem;
    }
    
    .page-header .lead {
        font-size: 0.75rem;
    }
    
    .about-section {
        padding: 1rem 0;
    }
    
    .about-section h2 {
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
    }
    
    .about-section p {
        font-size: 0.75rem;
        line-height: 1.3;
        margin-bottom: 0.8rem;
    }
    
    .team-member .card-body {
        padding: 0.6rem;
    }
    
    .team-member .card-title {
        font-size: 0.9rem;
    }
    
    .team-member .card-text {
        font-size: 0.75rem;
    }
    
    .team-member .btn {
        font-size: 0.75rem;
        padding: 0.35rem 0.7rem;
    }
    
    .team-member img {
        width: 70px;
        height: 70px;
    }
    
    .feature-card .card-body {
        padding: 0.6rem;
    }
    
    .feature-card h5 {
        font-size: 0.9rem;
    }
    
    .feature-card p {
        font-size: 0.75rem;
    }
    
    .feature-icon i {
        font-size: 1.8rem;
    }
    
    .feature-icon .rounded-circle {
        width: 50px;
        height: 50px;
    }
    
    /* Еще большее уменьшение иконок в разделе команды для очень маленьких экранов */
    .team-section .team-photo-placeholder {
        width: 60px !important;
        height: 60px !important;
    }
    
    .team-section .team-photo-placeholder i.fa-3x {
        font-size: 1.2rem !important;
    }
    
    /* Еще большее уменьшение других иконок для очень маленьких экранов */
    .services-overview .service-icon i.fa-3x,
    .why-choose-us .advantage-icon i.fa-3x {
        font-size: 1.5rem !important;
    }
    
    .company-overview .company-logo-placeholder i.fa-6x {
        font-size: 2.5rem !important;
    }
}