/* Основные стили */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Hero Section */
.hero-section {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-features {
    margin: 30px 0;
}

.feature-item {
    margin-bottom: 10px;
    font-size: 16px;
}

.feature-item i {
    color: #4CAF50;
    margin-right: 10px;
}

/* Services */
.services-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.service-item {
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.service-icon {
    font-size: 48px;
    color: #2196F3;
    margin-bottom: 20px;
}

/* Advantages */
.advantages-section {
    padding: 80px 0;
}

.advantage-item {
    text-align: center;
    padding: 20px;
}

.advantage-number {
    font-size: 48px;
    font-weight: bold;
    color: #2c75ff;
    margin-bottom: 10px;
}

/* Header */
.navbar-brand {
    padding: 10px 15px;
}

.logo {
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.brand-text {
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}

.header-contacts {
    margin-top: 15px;
}

.phone-number {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;                /* Black text */
    background: #fff;           /* Optional: white background for contrast */
    padding: 5px 10px;          /* Space inside the border */
    border: 2px solid #fff;     /* White border */
    border-radius: 4px;         /* Rounded corners (optional) */
    box-shadow: 0 0 0 2px #000; /* Black outline around the white border */
}


.phone-number a {
    color: #000 !important; /* Черный цвет для ссылки с приоритетом */
    text-decoration: none; /* Убирает подчеркивание */
}

.phone-number a:hover {
    color: #000; /* Черный цвет при наведении */
}

.btn-callback {
    margin-left: 10px;
}

/* Callback Form */
.callback-form-wrapper {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.form-header {
    text-align: center;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        padding: 50px 0;
        text-align: center;
    }
    
    .navbar-right {
        float: none !important;
        text-align: center;
    }
}
/* Страницы услуг */
.page-header {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    color: white;
    padding: 60px 0;
    text-align: center;
}

.page-content {
    padding: 60px 0;
}

/* Карточки услуг */
.service-card {
    background: #f8f9fa;
    border-left: 4px solid #2196F3;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.service-card h4 {
    color: #2196F3;
    margin-top: 0;
}

/* Ценовые виджеты */
.price-widget {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.price-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.price-label {
    font-weight: bold;
}

.price-value {
    color: #2196F3;
    font-weight: bold;
}

/* Шаги процесса */
.process-steps {
    margin: 30px 0;
}

.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.step-number {
    background: #2196F3;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
}

/* Таблицы цен */
.price-table {
    margin-bottom: 40px;
}

.price-table h3 {
    color: #2196F3;
    margin-bottom: 20px;
}

/* Скидки */
.discount-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.discount-item {
    background: #e3f2fd;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.discount-badge {
    background: #ff5722;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
}

/* Контактная информация */
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-item i {
    font-size: 24px;
    color: #2196F3;
    margin-right: 15px;
    margin-top: 5px;
}

.areas-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .areas-grid {
        grid-template-columns: 1fr;
    }
    
    .discount-items {
        grid-template-columns: 1fr;
    }
    
    .process-steps .step {
        flex-direction: column;
    }
    
    .step-number {
        margin-bottom: 10px;
    }
}

/* Категории оборудования */
.equipment-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.category-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
}

.category-icon {
    font-size: 48px;
    color: #2196F3;
    margin-bottom: 20px;
}

/* Продукты */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.product-item {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    text-align: center;
}

.product-item img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #2196F3;
    margin: 10px 0;
}
/* Абиссинский колодец */
.advantages-section {
    margin: 40px 0;
}

.advantage-item {
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}

.advantage-item i {
    font-size: 48px;
    color: #2196F3;
    margin-bottom: 15px;
}

.technology-steps {
    margin: 30px 0;
}

.technology-steps .step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.step-number {
    background: #2196F3;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
}

.applications {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.application-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.comparison-section {
    background: #f8f9fa;
    padding: 60px 0;
}

.comparison-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
}

/* Обслуживание */
.maintenance-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.plan-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
}

.plan-card.featured {
    transform: scale(1.05);
    border: 2px solid #2196F3;
}

.plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.plan-price {
    font-size: 24px;
    font-weight: bold;
    color: #2196F3;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.benefit-item i {
    color: #4CAF50;
    margin-right: 15px;
    margin-top: 5px;
}

/* Галерея */
.gallery-filters {
    text-align: center;
    margin-bottom: 40px;
}

.filter-btn {
    background: #f8f9fa;
    border: none;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s;
}

.filter-btn.active {
    background: #2196F3;
    color: white;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
}

.gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

/* О компании */
.company-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    margin: 40px 0;
    text-align: center;
}

.stat-number {
    font-size: 48px;
    font-weight: bold;
    color: #2196F3;
}

.stat-label {
    font-size: 14px;
    color: #666;
}

.principles-list {
    margin: 30px 0;
}

.principle-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.principle-item i {
    color: #4CAF50;
    margin-right: 15px;
    margin-top: 5px;
    font-size: 20px;
}

.team-member {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.member-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guarantee-card {
    text-align: center;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
}

.guarantee-card i {
    font-size: 48px;
    color: #2196F3;
    margin-bottom: 20px;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    text-align: center;
}

.partner-item img {
    max-height: 80px;
    margin-bottom: 15px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .company-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .maintenance-plans {
        grid-template-columns: 1fr;
    }
    
    .plan-card.featured {
        transform: none;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .team-member {
        flex-direction: column;
        text-align: center;
    }
    
    .member-photo {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

  .seo-section {
            background-color: white;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            margin-top: 30px;
        }
        
        .seo-section h3 {
            font-size: 18px;
            margin-bottom: 15px;
            color: #333;
        }
        
        .seo-tags-wrapper {
            margin-bottom: 20px;
        }
        
        .seo-tags {
            font-size: 12px;
            line-height: 1.6;
            color: #666;
            margin-bottom: 15px;
        }
        
        .seo-tags.collapsed {
            max-height: 100px;
            overflow: hidden;
            position: relative;
        }
        
        .seo-tags.collapsed::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 30px;
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        }
        
       
        
        .t-row {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 15px;
        }
        
        .t-col {
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0 15px;
        }
        
        @media (min-width: 768px) {
            .t-col.t-col_8 {
                flex: 0 0 66.666667%;
                max-width: 66.666667%;
            }
            
            .t-prefix_2 {
                margin-left: 16.666667%;
            }
        }
        
        .t-align_left {
            text-align: left;
        }
        
        .t-text.t-text_sm {
            font-size: 12px;
            line-height: 1.6;
            color: #666;
        }