.event-schedule-section{padding:120px 40px;background:var(--schedule-bg, #ffffff)}.event-schedule-container{max-width:1400px;margin:0 auto}.event-schedule-header{text-align:center;margin-bottom:60px}.event-schedule-label{display:inline-block;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--schedule-label, #001a3d);margin-bottom:16px}.event-schedule-title{font-size:clamp(36px,5vw,64px);font-weight:800;margin-bottom:20px;color:var(--schedule-title, #001a3d)}.event-schedule-subtitle{font-size:clamp(18px,2vw,22px);color:var(--schedule-text, #5a6978);max-width:800px;margin:0 auto}.schedule-filters{display:flex;gap:24px;margin-bottom:60px;flex-wrap:wrap;justify-content:center;align-items:center}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--schedule-label, #001a3d)}.filter-select{padding:12px 40px 12px 16px;font-size:15px;font-weight:600;border:2px solid var(--schedule-border, #d4cfc4);border-radius:12px;background:#fff;color:var(--schedule-title, #001a3d);cursor:pointer;transition:all .3s;font-family:inherit;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23001a3d' d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;min-width:200px;width:100%;height:48px}.filter-select:hover{border-color:var(--schedule-primary, #001a3d)}.filter-select:focus{outline:none;border-color:var(--schedule-primary, #001a3d);box-shadow:0 0 0 4px #001a3d1a}.reset-filters-btn{padding:12px 24px;background:var(--schedule-primary, #001a3d);color:#fff;border:none;border-radius:100px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s;margin-top:22px}.reset-filters-btn:hover{transform:translateY(-2px);opacity:.9}.month-navigation{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:60px;padding:20px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #001a3d14}.month-nav-btn{padding:10px 20px;background:var(--schedule-card-bg, #f5f1e8);color:var(--schedule-title, #001a3d);border:2px solid var(--schedule-border, #d4cfc4);border-radius:100px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}.month-nav-btn:hover{border-color:var(--schedule-primary, #001a3d);background:#fff}.month-nav-btn.active{background:var(--schedule-primary, #001a3d);color:#fff;border-color:var(--schedule-primary, #001a3d)}.schedule-results-info{text-align:center;margin-bottom:40px;font-size:16px;color:var(--schedule-text, #5a6978);font-weight:500}.schedule-results-count{font-weight:700;color:var(--schedule-primary, #001a3d)}.schedule-months{display:flex;flex-direction:column;gap:60px}.month-section{background:#fff;border-radius:24px;padding:40px;box-shadow:0 4px 20px #001a3d14;scroll-margin-top:100px}.month-section.hidden{display:none}.month-title{font-size:36px;font-weight:800;color:var(--schedule-title, #001a3d);margin-bottom:32px;padding-bottom:20px;border-bottom:3px solid var(--schedule-primary, #001a3d)}.schedule-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.schedule-card{background:var(--schedule-card-bg, #f5f1e8);border-radius:16px;padding:24px;border:2px solid transparent;transition:all .3s}.schedule-card.hidden{display:none}.schedule-card:hover{border-color:var(--schedule-primary, #001a3d);background:#fff;box-shadow:0 4px 16px #001a3d14;transform:translateY(-4px)}.schedule-city{font-size:20px;font-weight:800;color:var(--schedule-title, #001a3d);margin-bottom:8px}.schedule-venue{font-size:14px;color:var(--schedule-text, #5a6978);margin-bottom:12px;font-weight:500}.schedule-date{font-size:15px;font-weight:600;color:var(--schedule-title, #001a3d);margin-bottom:4px}.schedule-time{font-size:14px;color:var(--schedule-text, #5a6978);margin-bottom:16px}.schedule-note{font-size:12px;color:var(--schedule-primary, #001a3d);font-style:italic;margin-bottom:16px;font-weight:600}.schedule-btn{display:inline-block;padding:10px 20px;background:var(--schedule-primary, #001a3d);color:#fff;text-decoration:none;border-radius:100px;font-size:13px;font-weight:600;transition:all .3s}.schedule-btn:hover{transform:translateY(-2px);opacity:.9}.no-results-message{text-align:center;padding:60px 20px;background:#fff;border-radius:24px;box-shadow:0 4px 20px #001a3d14}.no-results-message h3{font-size:24px;font-weight:700;color:var(--schedule-title, #001a3d);margin-bottom:12px}.no-results-message p{font-size:16px;color:var(--schedule-text, #5a6978)}.schedule-filters-dropdowns{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;align-items:end;max-width:1100px;margin-left:auto;margin-right:auto}.schedule-filters-dropdowns .filter-group{display:flex;flex-direction:column;gap:8px;width:100%}.schedule-filters-dropdowns .reset-filters-btn{margin-top:0;white-space:nowrap;width:100%;height:48px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.event-schedule-section{padding:80px 24px}.schedule-filters{flex-direction:column;align-items:stretch}.filter-select{min-width:100%}.month-navigation{padding:16px}.month-nav-btn{font-size:13px;padding:8px 16px}.schedule-grid{grid-template-columns:1fr}.month-section{padding:24px}.month-title{font-size:28px}.schedule-filters-dropdowns{grid-template-columns:1fr;gap:16px}.schedule-filters-dropdowns .reset-filters-btn{width:100%;justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/section-event-schedule.css.map */
