/* WEB PANEL PROXY public CSS */
/* Базовые стили и анимации */
        body {
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            color: #333;
            background-color: #f9f9f9;
        }

        .fade-in {
            animation: fadeIn 1.5s ease-in-out;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Шапка со слайдером */
        .hero-header {
            position: relative;
            height: 70vh;
            min-height: 500px;
            color: #fff;
            overflow: hidden;
        }

        /* Настройка карусели на весь блок шапки */
        #hero-carousel,
        .carousel-inner,
        .carousel-inner .item {
            height: 100%;
            width: 100%;
        }

        .carousel-inner .item {
            background-size: cover;
            background-position: center center;
        }

        /* Темный оверлей поверх слайдов */
        .overlay {
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(0, 0, 0, 0.6);
            z-index: 5;
        }

        /* Контент поверх слайдера */
        .hero-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 10;
            text-align: center;
            width: 100%;
            padding: 0 15px;
        }

        .hero-content h1 {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .hero-content p {
            font-size: 20px;
            margin-bottom: 40px;
            color: #ddd;
        }

        /* Таймер обратного отсчета */
        .countdown-container {
            display: inline-block;
        }

        .time-box {
            display: inline-block;
            margin: 0 10px;
            background: rgba(255, 255, 255, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.4);
            border-radius: 8px;
            padding: 15px 20px;
            min-width: 90px;
            backdrop-filter: blur(5px);
        }

        .time-box span {
            display: block;
            font-size: 36px;
            font-weight: bold;
            line-height: 1;
            margin-bottom: 5px;
        }

        .time-box small {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Основная секция с формой и картой */
        .main-section {
            padding: 70px 0;
        }

        .section-title {
            text-align: center;
            margin-bottom: 50px;
            font-weight: bold;
        }

        /* Стили формы */
        .contact-form {
            background: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }

        .btn-custom {
            background-color: #e74c3c;
            color: white;
            border: none;
            transition: all 0.3s;
            text-transform: uppercase;
            font-weight: bold;
        }

        .btn-custom:hover {
            background-color: #c0392b;
            color: white;
        }

        /* Стили карты */
        .map-container {
            background: #fff;
            padding: 10px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            height: 100%;
        }

        /* Адаптивность для мобилок */
        @media (max-width: 768px) {
            .hero-content h1 { font-size: 32px; }
            .time-box { margin: 5px; min-width: 70px; padding: 10px; }
            .time-box span { font-size: 24px; }
            .main-section { padding: 40px 0; }
            .map-container { margin-top: 30px; }
        }

[data-wpp-style="wpp-0"]{background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1920&q=80');}
[data-wpp-style="wpp-1"]{background-image: url('https://images.unsplash.com/photo-1497215728101-856f4ea42174?auto=format&fit=crop&w=1920&q=80');}
[data-wpp-style="wpp-2"]{background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1920&q=80');}
[data-wpp-style="wpp-3"]{display:none; margin-top:15px;}
[data-wpp-style="wpp-4"]{height: 100%;}