.about-timeline{background:#f8f9fa;padding:4rem 0;overflow:visible}.about-timeline__title{text-align:center;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:3rem;text-transform:uppercase;letter-spacing:-.02em}@media screen and (min-width:750px){.about-timeline__title{font-size:3rem}}.about-timeline__carousel-container{position:relative;max-width:1200px;margin:0 auto}.about-timeline__nav{margin-bottom:3rem;padding:0 1rem}.about-timeline__nav-track{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;position:relative;width:100%}.about-timeline__nav-track:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:linear-gradient(90deg,#007bff,#28a745);transform:translateY(-50%);z-index:1}.about-timeline__nav-item{background:#fff;border:3px solid #e9ecef;border-radius:50px;padding:1rem 1.5rem;cursor:pointer;transition:all .3s ease;position:relative;z-index:2;flex:1;max-width:200px;text-align:center;box-shadow:0 2px 8px #0000001a;margin:0 .5rem}.about-timeline__nav-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.about-timeline__nav-item.active{background:#007bff;border-color:#007bff;color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #007bff4d}.about-timeline__nav-year{display:block;font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.about-timeline__nav-title{display:block;font-size:.85rem;font-weight:500;opacity:.8;line-height:1.2}.about-timeline__carousel{position:relative;background:transparent;border-radius:0;box-shadow:none;overflow:hidden;min-height:0}.about-timeline__carousel-track{position:relative;height:100%}.about-timeline__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:translate(100%);transition:all .5s ease;display:flex;align-items:stretch;justify-content:center;padding:3rem;box-sizing:border-box}.about-timeline__slide.active{opacity:1;transform:translate(0)}.about-timeline__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;width:100%;max-width:100%;height:100%}.about-timeline__text-content{display:flex;flex-direction:column;justify-content:flex-start;height:auto;padding:2rem}.about-timeline__image-content{display:flex;align-items:flex-start;justify-content:center;height:auto;padding:2rem}.about-timeline__event-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;line-height:1.2}@media screen and (min-width:750px){.about-timeline__event-title{font-size:2.5rem}}.about-timeline__year-badge{display:inline-block;background:linear-gradient(135deg,#007bff,#28a745);color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-weight:700;font-size:1.1rem;margin-bottom:1.5rem;box-shadow:0 4px 12px #007bff4d}.about-timeline__description{color:#4a4a4a;line-height:1.7;font-size:1.1rem;margin-bottom:1.5rem}.about-timeline__description p{margin-bottom:1rem}.about-timeline__description p:last-child{margin-bottom:0}.about-timeline__image{border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #0000001a;width:100%;max-width:800px;aspect-ratio:1 / 1;height:auto;max-height:100%}.about-timeline__img{width:100%;height:100%;display:block;transition:transform .3s ease;object-fit:contain;border-radius:inherit}.about-timeline__image:hover .about-timeline__img{transform:scale(1.05)}.about-timeline__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:300px;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:12px;color:#6c757d}.about-timeline__placeholder-icon{margin-bottom:1rem;opacity:.5}.about-timeline__placeholder p{margin:0;font-size:1rem;font-weight:500}.about-timeline__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:2px solid #e9ecef;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 4px 12px #0000001a}.about-timeline__arrow:hover{background:#007bff;border-color:#007bff;color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #007bff4d}.about-timeline__arrow--prev{left:1rem}.about-timeline__arrow--next{right:1rem}@media screen and (max-width:749px){.about-timeline__slide{padding:2rem 1.5rem;display:flex;align-items:flex-start;justify-content:center}.about-timeline__content{grid-template-columns:1fr;gap:2rem;align-items:flex-start;width:100%}.about-timeline__text-content{order:1;padding:1rem}.about-timeline__image-content{order:2;padding:1rem}.about-timeline__image{max-width:100%;aspect-ratio:1 / 1}.about-timeline__placeholder{height:200px}.about-timeline__event-title{font-size:1.5rem}.about-timeline__description{font-size:1rem}.about-timeline__arrow{width:40px;height:40px;top:50%;transform:translateY(-50%)}.about-timeline__arrow--prev{left:.5rem}.about-timeline__arrow--next{right:.5rem}.about-timeline__arrow:hover{transform:translateY(-50%) scale(1.1)}.about-timeline__nav{margin-bottom:2rem;padding:0;position:relative}.about-timeline__nav-track{display:flex;gap:1rem;padding:1rem;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;position:relative}.about-timeline__nav-track:before{display:none}.about-timeline__nav-track::-webkit-scrollbar{display:none}.about-timeline__nav-item{flex:0 0 auto;min-width:120px;max-width:150px;padding:.75rem 1rem;margin:0;white-space:nowrap;position:relative;z-index:2}.about-timeline__nav-year{font-size:.9rem}.about-timeline__nav-title{font-size:.7rem;line-height:1.1;white-space:normal;word-break:break-word}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.about-timeline__slide.slide-in-right{animation:slideInFromRight .5s ease}.about-timeline__slide.slide-in-left{animation:slideInFromLeft .5s ease}
/*# sourceMappingURL=/cdn/shop/t/20/assets/section-about-timeline.css.map */
