.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.history-wrapper{margin-bottom:48px;background-color:var(--beige-light);border-radius:40px;padding:32px 0}@media(max-width:768px){.history-wrapper{margin-bottom:30px;border-radius:20px}}.history-wrapper h2{margin:0 0 24px;letter-spacing:0}.history-wrapper .swiper-history-block{margin-left:calc(-1*(100% - var(--container-width))/2);padding-left:calc((100% - var(--container-width))/2);width:calc(100% + (100% - var(--container-width))/2)}@media(max-width:1256px){.history-wrapper .swiper-history-block{padding-left:0;margin-left:0;width:100%}}.history-wrapper .swiper-history{padding-bottom:10px;padding-left:calc((100% - var(--container-width))/2 + var(--container-padding-px));align-items:stretch;padding-right:20px}@media(max-width:1256px){.history-wrapper .swiper-history{padding-left:var(--container-padding-px)}}.history-wrapper .swiper-history .swiper-slide{width:auto;height:auto}.history-wrapper .swiper-history .history-period{display:flex}.history-wrapper .swiper-history .history-period .history-item{width:220px}.history-wrapper .swiper-history .history-period .history-item time{font-size:30px;font-weight:600;line-height:1.3;padding:0 2px 0 12px;height:65px;display:block;position:relative}.history-wrapper .swiper-history .history-period .history-item time:before{content:"";width:4px;height:30px;background-color:var(--yellow-light);position:absolute;bottom:4px;left:12px}.history-wrapper .swiper-history .history-period .history-item time:after{content:"";width:100%;height:4px;background-color:var(--black);position:absolute;bottom:0;left:0}.history-wrapper .swiper-history .history-period .history-item-description{font-size:16px;font-weight:500;line-height:1.25;padding:12px 0 8px 12px}.history-wrapper .swiper-history .history-period .history-item-description p{margin:0 0 8px}.history-wrapper .swiper-history .history-period .history-item-description b,.history-wrapper .swiper-history .history-period .history-item-description strong{font-weight:700}.history-wrapper .swiper-navigation{display:flex;flex-flow:row nowrap;align-items:center;gap:10px}@media(max-width:768px){.history-wrapper .swiper-navigation{display:none}}.history-wrapper .swiper-navigation .history-next,.history-wrapper .swiper-navigation .history-prev{width:40px;height:40px;margin-top:0;z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:var(--white);border-radius:50%;transition:all .25s linear;position:relative}.history-wrapper .swiper-navigation .history-next:hover,.history-wrapper .swiper-navigation .history-prev:hover{background-color:var(--yellow-light)}.history-wrapper .swiper-navigation .history-next:after,.history-wrapper .swiper-navigation .history-prev:after{content:"";width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-position:50%;background-repeat:no-repeat;background-size:100% auto}.history-wrapper .swiper-navigation .history-next.swiper-button-disabled,.history-wrapper .swiper-navigation .history-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none;background-color:var(--coffee-light)}.history-wrapper .swiper-navigation .history-prev:after{background-image:url(/icons/arrow_swiper_left.svg)}.history-wrapper .swiper-navigation .history-next:after{background-image:url(/icons/arrow_swiper_right.svg)}.history-wrapper .swiper-history-thumbs-container{position:relative;min-height:40px;display:flex;flex-flow:row nowrap;justify-content:center;align-items:flex-start;padding-left:80px}@media(max-width:768px){.history-wrapper .swiper-history-thumbs-container{padding-left:0}}.history-wrapper .swiper-history-thumbs{align-items:stretch;padding:2px}.history-wrapper .swiper-history-thumbs .swiper-wrapper{flex-wrap:wrap;justify-content:center;gap:10px 0}@media(max-width:768px){.history-wrapper .swiper-history-thumbs .swiper-wrapper{max-width:max-content;flex-wrap:nowrap;justify-content:flex-start}}.history-wrapper .swiper-history-thumbs .swiper-slide{width:auto;height:auto;font-size:14px;font-weight:600;line-height:1.15;padding:8px 12px;cursor:pointer;background-color:var(--white);border-radius:40px;display:flex;align-items:center}.history-wrapper .swiper-history-thumbs .swiper-slide.swiper-slide-thumb-active{background-color:var(--bullet)}