Top.Mail.Ru
АВТОСЕРВИС
<?php
require($_SERVER['DOCUMENT_ROOT'] . '/bitrix/header.php');

$APPLICATION->SetTitle('Все отзывы ПРО СТО на Яндекс Картах');
$APPLICATION->SetPageProperty('description', 'Все отзывы клиентов автосервиса ПРО СТО в Нижнем Новгороде: Мещерка, Овражная, Анкудиновка на Яндекс Картах');
?>

<style>
    /* Встраиваем стили в тело — допустимо для простых страниц */
    .page {
        max-width: 800px;
        margin: 40px auto;
        padding: 40px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        font-family: Arial, sans-serif;
    }
    .title {
        text-align: center;
        color: #333;
        margin-bottom: 20px;
    }
    .subtitle {
        text-align: center;
        color: #666;
        font-size: 18px;
        margin-bottom: 40px;
    }
    .button {
        display: block;
        text-align: center;
        padding: 20px;
        margin: 20px 0;
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
        border-radius: 8px;
        transition: opacity 0.3s;
    }
    .button:hover {
        opacity: 0.9;
    }
    .address {
        text-align: center;
        color: #666;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .contacts {
        background: #f9f9f9;
        padding: 30px;
        border-radius: 10px;
        margin-top: 50px;
        text-align: center;
    }
</style>

<div class="page">
    <h1 class="title">★ Все отзывы ПРО СТО на Яндекс Картах</h1>
    
    <p class="subtitle">
        Нажмите на ссылку, чтобы открыть отзывы клиентов на Яндекс Картах
    </p>
    
    <p style="text-align: center; color: #888; margin-bottom: 40px;">
        Отзывы обновляются в реальном времени
    </p>
    
    <!-- Кнопка 1: Мещерка -->
    <a href="https://yandex.ru/maps/org/pro_sto/8449288638/&quot
       target="_blank" 
       class="button" 
       style="background: #FFCC00; color: #000;">
        Отзывы: Мещерка (ул. Карла Маркса)
    </a>
    <p class="address">ул. Карла Маркса, 32а | тел. +7 (831) 2-428-174</p>
    
    <!-- Кнопка 2: Овражная -->
    <a href="https://yandex.ru/maps/org/pro_sto/14134809069/&quot
       target="_blank" 
       class="button" 
       style="background: #ff6b6b; color: #fff;">
        Отзывы: Овражная
    </a>
    <p class="address">ул. Овражная, 56г | тел. +7 (902) 789-46-11</p>
    
    <!-- Кнопка 3: Цветная -->
    <a href="https://yandex.ru/maps/org/pro_sto/191831462112/&quot
       target="_blank" 
       class="button" 
       style="background: #6b8eff; color: #fff;">
        Отзывы: Анкудиновка (Цветная)
    </a>
    <p class="address">ул. Цветная, 23/1 | тел. +7 (999) 077-99-33</p>
    
    <!-- Контакты -->
    <div class="contacts">
        <h3 style="color: #333; margin-bottom: 20px;">Контактная информация</h3>
        <p style="font-size: 16px;">
            <strong>Единый телефон:</strong> 
            <span style="color: #d35400; font-weight: bold; font-size: 18px;">+7 (831) 2 911-453</span>
        </p>
        <p style="font-size: 16px;">
            <strong>Email:</strong> info@prostom.ru, Director@prostom.ru
        </p>
    </div>
    
    <!-- Кнопка назад -->
    <div style="text-align: center; margin-top: 40px;">
        <a href="/" style="padding: 12px 25px; background:

Search