@media (max-width: 768px) {
    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 0.25em;
    }
    .manager-details {
        text-align: center;
    }
	
	.manager-details h2 {
            font-size: 12px;
    }
	.manager-details h4 {
            font-size: 12px;
    }
	.manager-details h5 {
            font-size: 12px;
    }
	
    .manager-photo {
        width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    }
	
	
}
	

.hero-section {
            position: relative;
            height: 400px;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
        }
        
        .hero-content {
            background-color: rgba(0, 0, 0, 0.6);
			padding: 20px;
			border-radius: 10px;
			width: 55%;
			margin-left: auto;
			display: flex
		;
			align-items: center;
			justify-content: space-between;
        }
        
        .manager-photo {
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 50%;
            border: 3px solid white;
        }
        
        .info-block {
            padding: 20px;
            margin-bottom: 20px;
            border-radius: 5px;
            height: 100%;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .info-block:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        
        .info-block h3 {
            margin-bottom: 15px;
			color: #000000;
        }
		
		.info-block p {
            margin-bottom: 13px;
			color: #000000;
        }
        
        /* Цвета блоков при наведении */
        .block-1:hover { background-color: #e3f2fd !important; }
        .block-2:hover { background-color: #e8f5e9 !important; }
        .block-3:hover { background-color: #fff8e1 !important; }
        .block-4:hover { background-color: #f3e5f5 !important; }
        .block-5:hover { background-color: #ffebee !important; }
        
        /* Анимация клика */
        .info-block:active {
            transform: translateY(0);
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        /* Стили для модального окна */
        .share-btn {
            margin: 10px;
            padding: 10px 20px;
            border-radius: 5px;
            color: white;
            font-weight: bold;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .share-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }
        
        .share-btn i {
            margin-right: 10px;
            font-size: 1.2em;
        }
        
        .telegram-btn {
            background-color: #0088cc;
        }
		
		.telegram-btn a:hover {
            color: #ffffff;
        }
        
        .whatsapp-btn {
            background-color: #25D366;
        }
		
		.whatsapp-btn a:hover {
            color: #ffffff;
        }
        
        .share-buttons a:hover {
            color: #ffffff;
        }
		
		.share-buttons {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        @media (max-width: 768px) {
            .hero-section {
                height: 300px;
            }
			
			.photo-placeholder {
    background-color: #eee;
    height: 250px;
    display: grid
;
    align-items: center;
    margin: 10px 0px;
    border-radius: 4px;
}

.photoinfo {
    width: 294px;
    border-radius: 5px;
    margin-right: 2rem;
}

.photoinfo1 {
    width: 297px;
    margin-right: 20px;
}
            
            .hero-content {
                     text-align: center;
        width: 50%;
        margin-top: -138px;
            }
            
            .manager-info {
                margin-top: 15px;
            }
            
            .share-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .share-btn {
                width: 80%;
                margin: 5px 0;
            }
			
			    .manager-photo {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid white;
    }
        }
		
		
		/* Дополнительные стили для таблицы */
        .car-table {
            width: 100%;
            margin-bottom: 1rem;
            background-color: transparent;
        }
        
        .car-table th,
        .car-table td {
            padding: 0.75rem;
            vertical-align: top;
            border-top: 1px solid #dee2e6;
        }
        
        .car-table thead th {
            vertical-align: bottom;
            border-bottom: 2px solid #dee2e6;
            background-color: #f8f9fa;
        }
        
        .car-table tbody + tbody {
            border-top: 2px solid #dee2e6;
        }
        
        .car-photo {
            max-width: 100px;
            max-height: 60px;
            object-fit: cover;
        }
        
        @media (max-width: 768px) {
            .car-table {
                display: block;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }
            
            .car-photo {
                max-width: 60px;
            }
        }
        
        /* Сохраняем стили для других элементов */
        .hero-section {
            background-size: cover;
            background-position: center;
            color: white;
            padding: 60px 0;
            position: relative;
        }
        
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
        }
        
        .hero-content {
            position: relative;
            z-index: 1;
        }
        
        .manager-photo {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid white;
        }
        
        .info-block {
            padding: 20px;
			border-radius: 5px;
			height: 100%;
			transition: transform 0.3s, border-color 0.3s;
			cursor: pointer;
			border: 2px solid #343a40;
        }
        
        .info-block:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .share-buttons {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
        }
        
        .share-btn {
            padding: 10px 20px;
            border-radius: 5px;
            color: white;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .telegram-btn {
            background-color: #0088cc;
        }
        
        .whatsapp-btn {
            background-color: #25D366;
        }
		
		.photoinfo {
			    width: 200px;
    border-radius: 5px;
    margin-right: 2rem;
		}
		
		.photoinfo1 {
			    width: 320px;
    margin-right: 20px;
		}
		
		.photo-placeholder {
            background-color: #eee;
    height: 150px;
    display: flex
;
    align-items: center;
    margin: 10px 0px;
    border-radius: 4px;
        }
		
		.video-section {
            background-color: #f8f9fa;
            padding: 30px 0;
        }
        .video-card {
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            padding: 25px;
            margin-bottom: 30px;
        }
        .video-card h3 {
            color: #2c3e50;
            border-bottom: 2px solid #3498db;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }
        .benefits-list {
            padding-left: 20px;
        }
        .benefits-list li {
            margin-bottom: 10px;
        }
        .highlight-box {
            background-color: #e8f4fc;
            border-left: 4px solid #3498db;
            padding: 15px;
            margin: 20px 0;
        }
        .cost-table {
            width: 100%;
            margin: 20px 0;
            border-collapse: collapse;
        }
        .cost-table th, .cost-table td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }
        .cost-table th {
            background-color: #f2f2f2;
        }