.timeline{margin:0 12px;position:relative;height:3px;z-index:5;display:flex}.timeline--paused .timeline__itemFill--current{animation-play-state:paused}.timeline__item{position:relative;border-radius:32px;margin:0 4px 0 0;overflow:hidden}.timeline__item:last-child{margin:0}.timeline__itemBackground{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(255 255 255 / .35)}.timeline__itemFill{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:32px}.timeline__itemFill--past{background:#fff}.timeline__itemFill--current{background:linear-gradient(to right,#fff,#fff);background-size:0% 100%;background-repeat:no-repeat;animation:fillProgress var(--duration) linear forwards}@keyframes fillProgress{from{background-size:0% 100%}to{background-size:100% 100%}}
.frame{position:absolute;top:0;bottom:0;left:0;right:0}.frame__img{position:absolute;top:0;bottom:0;left:0;right:0;z-index:2;width:100%;height:100%;object-fit:cover}.frame__video{position:absolute;top:0;bottom:0;left:0;right:0;z-index:2;width:100%;height:100%;object-fit:cover}.frame__loading{position:absolute;top:0;bottom:0;left:0;right:0;z-index:4;width:100%;height:100%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center}.frame__spinner{width:48px;height:48px;border:2px solid #FFF;border-bottom-color:#fff0;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.frame__loadingFade-leave-active{transition:opacity 0.5s}.frame__loadingFade-leave-to{opacity:0}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.action{overflow:hidden;background:rgb(0 0 0 / .5);color:#fff;display:flex;align-items:center;justify-content:center;font:600 17px/21px sans-serif;min-height:55px;border-radius:12px;position:absolute;bottom:32px;right:32px;left:32px;z-index:3;text-wrap:nowrap;text-overflow:ellipsis;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:.3s ease}.action:hover{background:#000}.action--clicked{animation:pressAnimation 200ms ease}@keyframes pressAnimation{0%{transform:scale(1)}50%{transform:scale(.95)}100%{transform:scale(1)}}.action__appliedIco{position:absolute;top:3px;left:-28px;width:18px;height:13px}.action__animationShine{position:relative;background:linear-gradient(to right,#959595 20%,#D0CCCC 25%,#FFFFFF 36%,#959595 83%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;text-fill-color:#fff0;background-size:500% auto;animation:textShine 2s linear infinite}.action__animationShine--start{animation:textShine 1s linear infinite}@keyframes textShine{0%{background-position:100% 50%}100%{background-position:0% 50%}}.action__animationRipple{position:absolute;border-radius:50%;background-color:#fff;width:100px;height:100px;margin-top:-50px;margin-left:-50px;animation:ripple 1s;opacity:0}@keyframes ripple{from{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(10)}}@media(max-width:700px){.action__appliedIco{top:4px}.action:hover{background:rgb(0 0 0 / .5)}}
.story{position:absolute;width:100%;height:100%;border-radius:24px;overflow:hidden;transform-style:preserve-3d;backface-visibility:hidden;z-index:3}.story--prev{z-index:2}.story--next{z-index:2}.story__header{padding:10px 0 0 0;position:relative;z-index:5;transition:opacity 0.5s ease;opacity:1}.story__header--hidden{opacity:0}.story__nav{position:absolute;top:0;bottom:0;left:0;right:0;z-index:2;display:flex}.story__navRight,.story__navLeft{width:50%;height:100%}.story__close{z-index:80;position:absolute;top:20px;right:12px;width:30px;height:30px;border-radius:30px;background:rgb(0 0 0 / .3) url(data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.75781%2012.2438L7.00081%207.00081L12.2438%2012.2438M12.2438%201.75781L6.99981%207.00081L1.75781%201.75781%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat 50% 50%;cursor:pointer;transition:.2s ease}.story__close:hover{background-color:rgb(0 0 0 / .8)}.story__shadow{position:absolute;top:0;right:0;left:0;height:73px;background:linear-gradient(180deg,rgb(0 0 0 / .2) 0%,#fff0 100%);z-index:1}@media(max-width:700px){.story{width:100%;border-radius:0;background:#000}}
.swipeble{position:relative;width:100%;max-width:1080px;max-height:1920px;height:calc(100vh - 100px);overflow:hidden;margin:0 auto;transform-style:preserve-3d;perspective:1000px;aspect-ratio:9 / 16}@media(max-width:700px){.swipeble{width:100vw;max-width:unset;max-height:unset;aspect-ratio:unset;transition:height 0.2s linear}.swipeble--hideSlides .story--prev,.swipeble--hideSlides .story--next{display:none}}
.storiesViewer{position:fixed;background:#000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);right:0;left:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;z-index:999999;overflow:hidden;touch-action:none}.storiesViewer__bgCurrent,.storiesViewer__bgNext{position:fixed;top:-60px;left:-60px;width:calc(100% + 120px);height:calc(100% + 120px);background-position:center;background-repeat:no-repeat;background-size:cover;filter:blur(30px);-webkit-filter:blur(30px);z-index:0;transition:opacity 1s}.storiesViewer__bgNext{z-index:1;opacity:0}.storiesViewer__wrapper{display:flex;align-items:center;z-index:2;transform:translateY(50px);transition:all 0.3s ease;opacity:0}.storiesViewer__wrapper--visible{transform:translateY(0);opacity:1}.stories__arrow{color:#fff;width:25px;height:25px;margin:0 30px;cursor:pointer;opacity:.5;transition:opacity 0.3s ease}.stories__arrow--right{transform:rotate(180deg)}.stories__arrow--disabled{color:#464646;cursor:not-allowed}.stories__arrow:not(.stories__arrow--disabled):hover{opacity:1}@media(max-width:700px){.storiesViewer{background:#fff0;backdrop-filter:unset}.storiesViewer__bgNext{display:none}.stories__arrow{display:none}}
.stories{width:100%}.stories__card{height:345px}.stories--many .stories__card{width:calc(25% - 15px);height:345px}.stories__shadow{display:none}.stories__wrapArrow{width:50px;height:50px;border:none;background:rgb(255 255 255 / .65) url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2220%22%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%202L10%2010L2%2018%22%20stroke%3D%22black%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat 55% 50%;;transition:background-color .2s ease}.stories__wrapArrow:hover{background-color:rgb(235 235 235 / .65);filter:none}.stories__wrapArrow--right{right:20px}.stories__wrapArrow--left{left:20px}.stories__before,.stories__after{display:none}
.vr--big-prviewer{max-width:1140px;border-radius:24px;overflow:hidden}.vr--big-prviewer .vr__close{background:rgb(40 40 40 / .5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.vr--big-prviewer .vr__close-cross{fill:#fff;transition:fill .2s,opacity .2s}.vr--big-prviewer .vr__close:hover .vr__close-cross{fill:#fff;opacity:.5}.big-prviewer{background:#fff;width:100%}.big-prviewer__preview-wrapper{width:100%;position:relative;margin:0 0 23px 0}.big-prviewer__preview{display:block;width:100%;height:100%;object-fit:cover}.big-prviewer__info{padding:0 32px 32px 32px}.big-prviewer__title{font:800 24px/28px "sf pro display";color:#000}.big-prviewer__descr{font:400 16px/22px "sf pro display";color:#686868;white-space:pre-line;margin:10px 0 0 0}.big-prviewer__actions{margin:24px 0 0 0;display:flex;align-items:center}.big-prviewer__copy{border:none;background-color:#19bf60;background-color:var(--common-button-bg);color:#fff;font:500 18px/44px "sf pro display";border-radius:8px;padding:0 48px;cursor:pointer;transition:all 100ms}.big-prviewer__copy:hover{background-color:#15a854;background-color:var(--common-button-bg-hover)}.big-prviewer__copy:active{transform:translateY(1px)}.big-prviewer__promocode{font:600 16px/44px "sf pro display";color:#1A73E8;border:1px dashed #1A73E8;border-radius:8px;display:inline-block;vertical-align:baseline;padding:0 17px;-webkit-user-select:initial;user-select:initial;margin:0 0 0 12px;letter-spacing:.1em;text-transform:uppercase}.big-prviewer__share{position:absolute;right:16px;top:60px;z-index:3}.big-prviewer__shareIcon{width:38px;height:38px;border-radius:50%;background:rgb(40 40 40 / .5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;cursor:pointer;transition:opacity .2s}.big-prviewer__shareIcon:hover svg{opacity:.5}.big-prviewer__shareList{position:absolute;top:calc(100% + 7px);right:0;width:176px;background:#fff;border-radius:10px;padding:2px;transform:translateY(50px);visibility:hidden;opacity:0;transition:opacity .2s,visibility .2s,transform .2s}.big-prviewer__shareList--open{transform:translateY(7px);visibility:visible;opacity:1}.big-prviewer__shareOption{transition:.2s ease;padding:6px;color:#171717;text-wrap:nowrap;font:500 13px/23px 'SF Pro Display';letter-spacing:.01em;width:100%;border-radius:8px;display:flex;align-items:center;cursor:pointer}.big-prviewer__shareOption:hover{background:#EFEFEF}.big-prviewer__shareOptionIcon{width:20px;height:21px;display:flex;align-items:center;justify-content:center;background:#000;margin:0 6px 0 0;border-radius:4px}
.big-pritem{position:relative;height:295px;width:100%;border-radius:8px}.big-pritem__img{object-fit:cover;display:block;width:100%;height:100%}
.big-promo__module{height:295px;margin:0 0 15px 0}.big-promo{position:relative;margin:0 0 15px 0}.big-promo__swiper{border-radius:8px}.big-promo__scrollable{display:flex;height:295px}.big-promo__pagination{transform:translateY(3px)}.big-promo__pagination .swiper-pagination-bullet{background-color:#ffffff80;width:9px;height:9px;padding:0;border-radius:50%;border:2px solid #0000;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em 0 rgb(0 0 0 / 10%);margin:0 .25em}.big-promo__pagination .swiper-pagination-bullet-active{background-color:#fff}
.agcom{margin:0 0 30px 0}.agcom,.agcom__dummy{width:calc(100% / 3 - 19px)}@media (max-width:1300px){.agcom,.agcom__dummy{width:calc(100% / 3 - 19px)}}.agcom__logo{display:block;height:0;position:relative;padding-bottom:58.46%;margin:0 0 10px 0;border-radius:15px}.agcom__img-hover{position:absolute;object-fit:cover;margin:auto;left:0;right:0;top:0;bottom:0;display:none;transition:visibility 0.2s;width:100%}.agcom__logo:hover>.agcom__img-hover{z-index:2;display:block;visibility:visible}.agcom__background{display:none;width:100%;z-index:1;position:relative;background:rgb(0 0 0 / .6)}.agcom__logo:hover>.agcom__background{display:block}.agcom__image{display:block;position:absolute;left:0;top:0;height:100%;width:100%;border-radius:15px;object-fit:cover;object-position:50% 50%}.agcom__name{font:700 27px/27px "sf pro display";color:#000;margin:0 0 10px 15px;display:inline-block;vertical-align:middle}.agcom__name:hover{text-decoration:underline}.agcom__description{font:15px/19px "sf pro display";color:#000;opacity:.4;margin:0 0 0 15px;white-space:pre-line}
.ag{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.ag .big-promo__swiper{margin:0 0 35px 0}
