.routes{background:#fff;min-height:100vh;padding-top:70px}.routes .container{width:100%;max-width:1200px;margin:0 auto;padding:40px 20px}.routes .location{display:flex;gap:10px;justify-content:center;align-items:center;margin-bottom:20px;padding:15px 20px;background:#f8f9fa;border-radius:10px;border:1px solid #e9ecef}.routes .location .label{font-size:14px;font-weight:600;color:#333}.routes .location .label .radioValue{background:#667eea;padding:2px 6px;color:#fff;border-radius:6px;font-size:12px}.routes .location .label .radio-info{background:#4caf50;padding:2px 6px;color:#fff;border-radius:6px;font-size:12px;margin-left:5px}.routes .location .noubi{display:none;font-size:13px;color:#666}.routes .location .actions{margin-left:auto}.routes .location .actions .btn{padding:8px 16px;border:2px solid #667eea;background:rgba(0,0,0,0);color:#667eea;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.routes .location .actions .btn:hover{background:#667eea;color:#fff}.routes .location .actions .btn.outline{border-color:#e9ecef;color:#666}.routes .location .actions .btn.outline:hover{border-color:#667eea;color:#667eea}.routes .location.set .label{display:none}.routes .location.set .noubi{display:block}.routes .location-selector{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);border-radius:20px;padding:40px;margin-bottom:30px;color:#fff;box-shadow:0 8px 32px rgba(102,126,234,.3)}.routes .location-selector .selector-content{max-width:800px;margin:0 auto}.routes .location-selector .selector-content .selector-header{text-align:center;margin-bottom:30px}.routes .location-selector .selector-content .selector-header h3{font-size:24px;font-weight:700;margin:0 0 10px 0}.routes .location-selector .selector-content .selector-header p{font-size:16px;opacity:.95;margin:0}.routes .location-selector .selector-content .selector-form{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:20px;align-items:end}.routes .location-selector .selector-content .selector-form .form-group{display:flex;flex-direction:column;gap:8px}.routes .location-selector .selector-content .selector-form .form-group label{font-weight:600;font-size:14px;opacity:.9}.routes .location-selector .selector-content .selector-form .form-group select,.routes .location-selector .selector-content .selector-form .form-group input{padding:12px 15px;border:none;border-radius:10px;background:rgba(255,255,255,.95);color:#333;font-size:14px;transition:all .3s ease}.routes .location-selector .selector-content .selector-form .form-group select:focus,.routes .location-selector .selector-content .selector-form .form-group input:focus{outline:none;background:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.3)}.routes .location-selector .selector-content .selector-form .form-actions{grid-column:1/-1;display:flex;gap:15px;justify-content:center;margin-top:20px;flex-wrap:wrap}.routes .location-selector .selector-content .selector-form .form-actions .btn{padding:12px 24px;border-radius:25px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease}.routes .location-selector .selector-content .selector-form .form-actions .btn.primary{background:rgba(255,255,255,.9);color:#333}.routes .location-selector .selector-content .selector-form .form-actions .btn.primary:hover{background:#fff;transform:translateY(-2px)}.routes .location-selector .selector-content .selector-form .form-actions .btn.outline{background:rgba(0,0,0,0);color:#fff;border:2px solid rgba(255,255,255,.5)}.routes .location-selector .selector-content .selector-form .form-actions .btn.outline:hover{background:rgba(255,255,255,.1);border-color:#fff}.routes .geolocation-status{background:#e8f5e8;border:1px solid #4caf50;border-radius:12px;padding:15px 20px;margin-bottom:20px}.routes .geolocation-status .status-content{display:flex;align-items:center;gap:12px}.routes .geolocation-status .status-content .status-icon{font-size:20px}.routes .geolocation-status .status-content .status-text{flex:1;display:flex;align-items:center;gap:15px;font-size:14px;color:#2e7d32;font-weight:500}.routes .geolocation-status .status-content .status-text .btn-close{background:none;border:none;color:#666;cursor:pointer;font-size:16px;padding:5px;border-radius:50%;transition:all .3s ease}.routes .geolocation-status .status-content .status-text .btn-close:hover{background:rgba(0,0,0,.1);color:#333}.routes .current-location-info{margin-bottom:20px}.routes .current-location-info .location-badge{display:inline-flex;align-items:center;gap:8px;background:#f8f9fa;padding:10px 15px;border-radius:25px;border:1px solid #e9ecef;font-weight:600;color:#333}.routes .current-location-info .location-badge img{border-radius:3px}.routes .current-location-info .location-badge .geo-active{background:#4caf50;color:#fff;padding:3px 8px;border-radius:12px;font-size:11px;margin-left:5px}.routes .route-header{margin-bottom:50px}.routes .route-header .top{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.routes .route-header .top .l{flex:1}.routes .route-header .top .l h1{font-size:36px;font-weight:700;color:#333;margin:0 0 15px 0;position:relative;display:inline-block}.routes .route-header .top .l h1::after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:linear-gradient(45deg, #667eea, #764ba2);border-radius:2px}.routes .route-header .top .l p{font-size:18px;color:#666;margin:0;line-height:1.5}.routes .route-header .top .r{flex:0 0 300px}.routes .route-header .top .r .search-container{position:relative}.routes .route-header .top .r .search-container input{width:100%;padding:15px 50px 15px 20px;border:2px solid #e9ecef;border-radius:25px;font-size:16px;background:#fff;transition:all .3s ease}.routes .route-header .top .r .search-container input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.routes .route-header .top .r .search-container .search-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}.routes .routes-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:20px;margin-bottom:60px}.routes .routes-grid .route-card{position:relative;height:300px;border-radius:20px;overflow:hidden;text-decoration:none;color:#fff;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.08)}.routes .routes-grid .route-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(102,126,234,.15)}.routes .routes-grid .route-card:hover .route-background img{transform:scale(1.1)}.routes .routes-grid .route-card .route-background{position:absolute;top:0;left:0;width:100%;height:100%}.routes .routes-grid .route-card .route-background img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.routes .routes-grid .route-card .route-background .route-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 100%)}.routes .routes-grid .route-card .route-content{position:absolute;top:0;left:0;width:100%;height:100%;padding:30px;display:flex;flex-direction:column;justify-content:space-between;z-index:1}.routes .routes-grid .route-card .route-content .route-category{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.9);margin-bottom:auto}.routes .routes-grid .route-card .route-content .route-title{font-size:32px;font-weight:700;line-height:1.2;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.3);font-family:"Georgia",serif}.routes .places-section{margin-top:40px}.routes .places-section .section-filters{display:flex;gap:30px;margin-bottom:30px;padding:20px;background:#f8f9fa;border-radius:15px;flex-wrap:wrap}.routes .places-section .section-filters .filter-group{display:flex;align-items:center;gap:10px}.routes .places-section .section-filters .filter-group label{font-weight:600;color:#333;font-size:14px}.routes .places-section .section-filters .filter-group select{padding:8px 15px;border:2px solid #e9ecef;border-radius:10px;background:#fff;font-size:14px;cursor:pointer;transition:border-color .3s ease}.routes .places-section .section-filters .filter-group select:focus{outline:none;border-color:#667eea}.routes .places{display:flex;flex-wrap:wrap;max-width:1200px;margin:0 auto}.routes .places .contain-place{width:25%;padding:20px}.routes .places .contain-place .place{position:relative;width:100%;height:100%;cursor:pointer;transition:all .3s;box-shadow:0 0 4px rgba(0,0,0,.1);border-radius:10px}.routes .places .contain-place .place img{width:100%;height:auto;object-fit:cover;border-radius:10px;aspect-ratio:3/4}.routes .places .contain-place .place .cat-info,.routes .places .contain-place .place .country-info{position:absolute;right:2px;top:2px;width:40px;height:40px}.routes .places .contain-place .place .cat-info img,.routes .places .contain-place .place .country-info img{width:40px;height:40px}.routes .places .contain-place .place .country-info{top:42px}.routes .places .contain-place .place .km{position:absolute;background:#fff;padding:5px 10px;border-radius:5px;left:10px;top:10px;border:1px solid #e8e8e8;font-size:12px;font-weight:600;color:#333}.routes .places .contain-place .place .info{position:absolute;bottom:0;width:100%;border-radius:0 0 10px 10px;color:#fff;padding:20px 10px 10px 10px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;height:100%;background:linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 60%)}.routes .places .contain-place .place .info .t{font-size:18px;font-weight:600;margin-bottom:6px;margin:0}.routes .places .contain-place .place .info .a{font-size:12px;margin:0}.routes .places .contain-place .place .info .a span{text-transform:capitalize}.routes .places .contain-place .place:hover{transform:scale(1.05)}.routes .places .contain-place .place:hover .info{height:auto;background:linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%)}.routes .no-results{text-align:center;padding:80px 20px;color:#666}.routes .no-results .no-results-icon{font-size:64px;margin-bottom:20px;opacity:.5}.routes .no-results h3{font-size:24px;font-weight:700;color:#333;margin:0 0 15px 0}.routes .no-results p{font-size:16px;line-height:1.5;margin:0 0 15px 0;max-width:500px;margin-left:auto;margin-right:auto}.routes .no-results .no-results-actions{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:30px}.routes .no-results .no-results-actions .btn{display:inline-block;padding:14px 28px;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.routes .no-results .no-results-actions .btn.primary{background:linear-gradient(45deg, #667eea, #764ba2);color:#fff}.routes .no-results .no-results-actions .btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.routes .no-results .no-results-actions .btn.outline{background:#fff;color:#333;border:2px solid #e9ecef}.routes .no-results .no-results-actions .btn.outline:hover{background:#f8f9fa;border-color:#667eea;transform:translateY(-2px)}.routes .info-row{background:#f8f9fa;border-radius:20px;padding:40px;text-align:center;margin-top:60px}.routes .info-row .tt{font-size:24px;font-weight:700;color:#333;margin-bottom:20px}.routes .info-row .suggest .ts{font-size:16px;color:#666;line-height:1.5;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto}.routes .info-row .suggest .ds{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.routes .info-row .suggest .ds .btn{display:inline-block;padding:14px 28px;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease}.routes .info-row .suggest .ds .btn.primary{background:linear-gradient(45deg, #667eea, #764ba2);color:#fff;box-shadow:0 6px 20px rgba(102,126,234,.3)}.routes .info-row .suggest .ds .btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.routes .info-row .suggest .ds .btn.outline{background:#fff;color:#333;border:2px solid #e9ecef}.routes .info-row .suggest .ds .btn.outline:hover{background:#f8f9fa;border-color:#667eea;transform:translateY(-2px)}@media(max-width: 768px){.routes .container{padding:20px 15px}.routes .location-selector{padding:30px 20px}.routes .location-selector .selector-content .selector-header h3{font-size:20px}.routes .location-selector .selector-content .selector-header p{font-size:14px}.routes .location-selector .selector-content .selector-form{grid-template-columns:1fr;gap:15px}.routes .location-selector .selector-content .selector-form .form-actions{flex-direction:column;align-items:center}.routes .location-selector .selector-content .selector-form .form-actions .btn{width:100%;max-width:250px}.routes .geolocation-status{padding:12px 15px}.routes .geolocation-status .status-content{flex-direction:column;gap:8px;text-align:center}.routes .geolocation-status .status-content .status-text{flex-direction:column;gap:10px}.routes .current-location-info{text-align:center}.routes .current-location-info .location-badge{font-size:14px;padding:8px 12px}.routes .geolocation-notice{padding:30px 20px}.routes .geolocation-notice .notice-content .notice-icon{font-size:36px}.routes .geolocation-notice .notice-content .notice-text h3{font-size:20px}.routes .geolocation-notice .notice-content .notice-text p{font-size:14px}.routes .geolocation-notice .notice-content .notice-text .notice-actions{flex-direction:column;align-items:center}.routes .geolocation-notice .notice-content .notice-text .notice-actions .btn{width:100%;max-width:250px}.routes .route-header .top{flex-direction:column;gap:20px;text-align:center}.routes .route-header .top .l h1{font-size:28px}.routes .route-header .top .l h1::after{left:50%;transform:translateX(-50%)}.routes .route-header .top .l p{font-size:16px}.routes .route-header .top .r{flex:none;width:100%;max-width:400px}.routes .route-header .top .r .search-container input{padding:12px 45px 12px 15px;font-size:14px}.routes .route-header .top .r .search-icon{right:12px}.routes .routes-grid{grid-template-columns:1fr;gap:15px}.routes .routes-grid .route-card{height:250px}.routes .routes-grid .route-card .route-content{padding:20px}.routes .routes-grid .route-card .route-content .route-category{font-size:10px;letter-spacing:1px}.routes .routes-grid .route-card .route-content .route-title{font-size:24px;line-height:1.1}.routes .places-section .section-filters{flex-direction:column;gap:15px}.routes .places-section .section-filters .filter-group{flex-direction:column;align-items:flex-start;width:100%}.routes .places-section .section-filters .filter-group select{width:100%}.routes .places .contain-place{width:100%;padding:10px}.routes .info-row{padding:30px 20px}.routes .info-row .tt{font-size:20px}.routes .info-row .suggest .ds{flex-direction:column;align-items:center}.routes .info-row .suggest .ds .btn{width:100%;max-width:250px}}@media(max-width: 480px){.routes .routes-grid .route-card .route-content{padding:15px}.routes .routes-grid .route-card .route-content h3{font-size:16px}.routes .routes-grid .route-card .route-content p{font-size:13px}.routes .no-results{padding:60px 15px}.routes .no-results .no-results-icon{font-size:48px}.routes .no-results h3{font-size:20px}.routes .no-results p{font-size:14px}}.routes .places-timeline{position:relative;max-width:600px;margin:0 auto;padding:40px 0}.routes .places-timeline::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:4px;background:linear-gradient(to bottom, #e91e63, #2196f3, #4caf50, #ff9800, #9c27b0, #00bcd4);border-radius:2px;z-index:1}.routes .places-timeline .timeline-item{position:relative;margin-bottom:40px;width:50%}.routes .places-timeline .timeline-item.left{left:0;padding-right:40px;text-align:right}.routes .places-timeline .timeline-item.left .timeline-card{margin-right:10px}.routes .places-timeline .timeline-item.left .timeline-connector{right:-15px}.routes .places-timeline .timeline-item.right{left:50%;padding-left:40px;text-align:left}.routes .places-timeline .timeline-item.right .timeline-card{margin-left:10px}.routes .places-timeline .timeline-item.right .timeline-connector{left:-15px}.routes .places-timeline .timeline-item .timeline-step{position:absolute;top:20px;width:40px;height:40px;border-radius:50%;color:#fff;font-weight:bold;font-size:16px;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:0 4px 15px rgba(0,0,0,.2)}.routes .places-timeline .timeline-item.left .timeline-step{right:-20px}.routes .places-timeline .timeline-item.right .timeline-step{left:-20px}.routes .places-timeline .timeline-item .timeline-connector{position:absolute;top:40px;width:30px;height:3px;background:#ddd;z-index:2}.routes .places-timeline .timeline-item .contain-place{display:block;text-decoration:none;color:inherit}.routes .places-timeline .timeline-item .contain-place .place{position:relative;width:100%;height:400px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px rgba(0,0,0,.1);border-radius:10px;overflow:hidden}.routes .places-timeline .timeline-item .contain-place .place:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.15)}.routes .places-timeline .timeline-item .contain-place .place img{width:100%;height:auto;object-fit:cover;border-radius:10px;aspect-ratio:3/4;transition:transform .3s ease}.routes .places-timeline .timeline-item .contain-place .place:hover img{transform:scale(1.05)}.routes .places-timeline .timeline-item .contain-place .place .cat-info,.routes .places-timeline .timeline-item .contain-place .place .country-info{position:absolute;right:2px;top:2px;width:40px;height:40px}.routes .places-timeline .timeline-item .contain-place .place .cat-info img,.routes .places-timeline .timeline-item .contain-place .place .country-info img{width:40px;height:40px}.routes .places-timeline .timeline-item .contain-place .place .country-info{top:42px}.routes .places-timeline .timeline-item .contain-place .place .km{position:absolute;background:#fff;padding:5px 10px;border-radius:5px;left:10px;top:10px;border:1px solid #e8e8e8;font-size:12px;font-weight:600;color:#333}.routes .places-timeline .timeline-item .contain-place .place .info{position:absolute;bottom:0;width:100%;border-radius:0 0 10px 10px;color:#fff;padding:20px 10px 10px 10px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;height:100%;background:linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 60%)}.routes .places-timeline .timeline-item .contain-place .place .info .t{font-size:18px;font-weight:600;margin-bottom:6px;margin:0}.routes .places-timeline .timeline-item .contain-place .place .info .a{font-size:12px;margin:0}.routes .places-timeline .timeline-item .contain-place .place .info .a span{text-transform:capitalize}@media(max-width: 768px){.routes .places-timeline::before{left:30px}.routes .places-timeline .timeline-item{width:100%;left:0 !important;padding-left:70px !important;padding-right:20px !important;text-align:left !important}.routes .places-timeline .timeline-item .timeline-step{left:10px !important;right:auto !important}.routes .places-timeline .timeline-item .timeline-connector{left:50px !important;right:auto !important}.routes .places-timeline .timeline-item .timeline-card{margin-left:0 !important;margin-right:0 !important}}/*# sourceMappingURL=routes.css.map */
