

/* Start:/uslugi/perevozka-legkovykh-avtomobiley/perevozka-legkovykh-avtomobiley.css?17835067709487*/
/* ===== СЛАЙДЕР И БАЗОВЫЕ ЭЛЕМЕНТЫ ===== */
.ta-isolated-page .photo-slider {
    max-width: 100%;
    margin: 30px auto;
    position: relative;
}
.ta-isolated-page .slider-container {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,100,0,0.1);
    max-width: 800px;
    margin: 0 auto;
}
.ta-isolated-page .slides {
    display: flex;
    transition: transform 0.4s ease;
}
.ta-isolated-page .slides > div {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f9fa;
}
.ta-isolated-page .slides img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    border-radius: 4px;
}
.ta-isolated-page .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFD700;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    z-index: 10;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.ta-isolated-page .slider-btn:hover {
    background: #28a745;
    color: #fff;
}
.ta-isolated-page .slider-btn.prev { left: 10px; }
.ta-isolated-page .slider-btn.next { right: 10px; } /* ИСПРАВЛЕНО */
.ta-isolated-page .slider-dots {
    text-align: center;
    margin-top: 12px;
}
.ta-isolated-page .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc; /* ИСПРАВЛЕНО */
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.ta-isolated-page .dot.active {
    background: #28a745;
}
.ta-isolated-page .intro-buttons { /* ИСПРАВЛЕНО */
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 25px 0;
    justify-content: center;
}
.ta-isolated-page .intro-btn {
    background: #FFD700;
    color: #000;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
    text-align: center;
    min-width: 220px;
    font-size: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border: 2px solid #FFD700;
}
.ta-isolated-page .intro-btn:hover {
    background: #28a745;
    color: #fff;
    border-color: #28a745;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,100,0,0.2); /* ИСПРАВЛЕНО */
}
.ta-isolated-page .slider-caption {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 8px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.ta-isolated-page p {
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}
.ta-isolated-page a {
    color: #006400;
    text-decoration: none;
}
.ta-isolated-page a:hover { /* ИСПРАВЛЕНО */
    text-decoration: underline;
}

/* ===== ШАГИ ЗАКАЗА ===== */
.ta-isolated-page .order-steps-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0;
    gap: 25px; /* ИСПРАВЛЕНО */
}
.ta-isolated-page .order-step {
    background: #f8fff8;
    border: 1px solid #a5d6a7;
    border-radius: 12px;
    padding: 28px 25px;
    flex: 1;
    min-width: 240px;
    box-shadow: 0 3px 10px rgba(0, 100, 0, 0.08);
    position: relative;
    transition: all 0.3s ease;
}
.ta-isolated-page .order-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 100, 0, 0.15); 
    border-color: #81c784;
}
.ta-isolated-page .step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 18px;
    flex-shrink: 0;
}
.ta-isolated-page .step-title {
    font-size: 19px;
    color: #006400;
    margin: 0 0 14px 0;
    font-weight: bold;
    line-height: 1.3;
}
.ta-isolated-page .step-description {
    margin: 0 0 16px 0;
    line-height: 1.6;
    color: #444;
    font-size: 15px;
}
.ta-isolated-page .step-list { /* ИСПРАВЛЕНО */
    padding-left: 22px;
    margin: 0;
    line-height: 1.65;
    font-size: 15px;
    color: #333;
}
.ta-isolated-page .step-list li {
    margin-bottom: 6px;
}
.ta-isolated-page .step-list li:last-child { /* ИСПРАВЛЕНО */
    margin-bottom: 0;
}

/* ===== КАЛЬКУЛЯТОР СТОИМОСТИ ===== */
.ta-isolated-page .calc-container {
    background: #f8fff8;
    border: 2px solid #a5d6a7;
    border-radius: 12px;
    padding: 30px 25px;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0, 100, 0, 0.08);
}
.ta-isolated-page .calc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}
.ta-isolated-page .calc-field { position: relative; }
.ta-isolated-page .calc-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 14px;
    color: #006400;
}
.ta-isolated-page .calc-field input,
.ta-isolated-page .calc-field select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
    background: #fff;
}
.ta-isolated-page .calc-field input:focus,
.ta-isolated-page .calc-field select:focus {
    outline: none;
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}
.ta-isolated-page .autocomplete-suggestions {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 6px 6px;
    max-height: 250px;
    overflow-y: auto;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.ta-isolated-page .autocomplete-suggestions div {
    padding: 10px 12px;
    cursor: pointer;
    font-size: 15px;
    transition: background 0.15s ease;
}
.ta-isolated-page .autocomplete-suggestions div:hover {
    background: #e8f5e9;
    color: #006400;
}
.ta-isolated-page .calc-loader {
    display: none;
    text-align: center;
    padding: 15px;
    color: #28a745;
    font-size: 15px;
    font-weight: bold;
}
.ta-isolated-page .calc-error {
    display: none;
    color: #e74c3c;
    text-align: center;
    padding: 12px;
    background: #fadbd8;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 14px;
}
.ta-isolated-page .calc-result {
    display: none;
    background: #fff;
    border: 2px solid #28a745;
    border-radius: 8px;
    padding: 25px;
    margin-top: 15px;
}
.ta-isolated-page .calc-result-info { font-size: 15px; color: #666; margin-bottom: 12px; }
.ta-isolated-page .calc-result-price {
    font-size: 36px;
    font-weight: bold;
    color: #006400;
    margin: 15px 0;
    text-align: center;
}
.ta-isolated-page .calc-result-details { font-size: 15px; color: #666; margin-bottom: 18px; text-align: center; }
.ta-isolated-page .calc-result-includes {
    font-size: 14px;
    color: #444;
    background: #f0f9f0;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 18px;
    border-left: 4px solid #28a745;
}
.ta-isolated-page .calc-short {
    display: none;
    background: #fff8e1;
    border: 2px solid #ffc107;
    border-radius: 8px;
    padding: 25px;
    margin-top: 15px;
    text-align: center;
}
.ta-isolated-page .calc-short-title { font-size: 24px; font-weight: bold; color: #856404; margin-bottom: 15px; }
.ta-isolated-page .calc-short-text { font-size: 16px; color: #856404; line-height: 1.6; margin-bottom: 25px; }
.ta-isolated-page .calc-short-buttons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 20px; }
.ta-isolated-page .calc-formula {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    text-align: center;
    background: #e8f5e9;
    padding: 12px;
    border-radius: 6px;
}
.ta-isolated-page .calc-examples {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin: 25px 0;
}
.ta-isolated-page .calc-example-card {
    background: #f8fff8;
    border: 1px solid #a5d6a7;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ta-isolated-page .calc-example-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 100, 0, 0.12);
}
.ta-isolated-page .calc-example-route { font-size: 18px; font-weight: bold; color: #006400; margin-bottom: 8px; }
.ta-isolated-page .calc-example-distance { font-size: 14px; color: #666; margin-bottom: 12px; }
.ta-isolated-page .calc-example-item { background: #fff; padding: 12px; margin: 10px 0; border-radius: 6px; border-left: 3px solid #28a745; }
.ta-isolated-page .calc-example-type { font-size: 13px; color: #666; margin-bottom: 4px; }
.ta-isolated-page .calc-example-price { font-size: 22px; font-weight: bold; color: #006400; }
.ta-isolated-page .calc-example-days { font-size: 12px; color: #444; }

/* ===== АДАПТИВ ===== */
@media (max-width: 768px) {
    .ta-isolated-page .order-steps-container { flex-direction: column; }
    .ta-isolated-page .order-step { min-width: 100%; }
    .ta-isolated-page .calc-grid { grid-template-columns: 1fr; }
    .ta-isolated-page .calc-result-price { font-size: 28px; }
    .ta-isolated-page .calc-examples { grid-template-columns: 1fr; }
}
/* End */


/* Start:/local/components/peregonshic/calculator/templates/.default/style.css?17876978091304*/
.peregonshic-calculator .intro-btn {
    display: inline-block;
    min-width: 220px;
    box-sizing: border-box;
    border: 2px solid #ffd700;
    border-radius: 6px;
    background: #ffd700;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    color: #000;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.peregonshic-calculator .intro-btn:hover {
    border-color: #28a745;
    background: #28a745;
    box-shadow: 0 4px 12px rgba(0, 100, 0, 0.2);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.peregonshic-calculator .autocomplete-suggestions {
    position: absolute;
    z-index: 100;
    width: 100%;
    max-height: 200px;
    margin-top: 5px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.peregonshic-calculator .autocomplete-suggestions div {
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
}

.peregonshic-calculator .autocomplete-suggestions div:hover {
    background: #e8f5e9;
}

@media (max-width: 600px) {
    .peregonshic-calculator .peregonshic-calculator__cities {
        grid-template-columns: 1fr !important;
    }
}

/* End */
/* /uslugi/perevozka-legkovykh-avtomobiley/perevozka-legkovykh-avtomobiley.css?17835067709487 */
/* /local/components/peregonshic/calculator/templates/.default/style.css?17876978091304 */
