.FiltersSystem{width:100%;height:max-content;background-color:var(--filters-bg);padding:15px 12px 20px;border-radius:10px;display:flex;flex-direction:column;gap:20px;justify-content:space-between;overflow-x:auto;transition:height .2s linear}@media(max-width:800px){.FiltersSystem{width:max-content;padding:0;background:rgba(0,0,0,0);border-radius:0;gap:0;overflow:visible;flex-shrink:0}}.FiltersSystem__countryChips,.FiltersSystem__countryChips__scroll{width:100%}@media(max-width:800px){.FiltersSystem__countryChips__scroll{display:flex;align-items:center;gap:10px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.FiltersSystem__countryChips__scroll::-webkit-scrollbar{display:none}}.FiltersSystem__countryChips .FiltersHeader{flex-shrink:0}@media(min-width:801px){.FiltersSystem__countryChips .FiltersHeader{display:none}}.FiltersSystem__countryChips .VerticalFiltersSystem{padding:0;background:rgba(0,0,0,0);border-radius:0;gap:0;overflow:visible}.FiltersSystem__countryChips .VerticalFiltersSystem__header{display:none}.FiltersSystem__countryChips .VerticalFiltersSystem__body{display:flex;flex-wrap:wrap;width:auto;gap:10px;padding:0;scrollbar-width:none;-ms-overflow-style:none}.FiltersSystem__countryChips .VerticalFiltersSystem__body::-webkit-scrollbar{display:none}@media(min-width:801px)and (max-width:1199px){.FiltersSystem__countryChips .VerticalFiltersSystem__body{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;flex-wrap:nowrap}}@media(min-width:801px)and (max-width:1199px)and (max-width:1024px){.FiltersSystem__countryChips .VerticalFiltersSystem__body{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.FiltersSystem__countryChips .VerticalFiltersSystem__body{flex-direction:row;flex-wrap:nowrap;overflow-x:scroll}}@media(min-width:801px)and (max-width:1199px){.FiltersSystem__countryChips .FiltersSystem__list__el{width:auto}}@media(max-width:800px){.FiltersSystem__countryChips .FiltersSystem__list__el{width:max-content;flex-shrink:0}}.FiltersSystem__countryChips-EUR .VerticalFiltersSystem__body>.FiltersSystem__splash,.FiltersSystem__countryChips-EUR .VerticalFiltersSystem__body>:nth-child(n+4){display:none}@media(max-width:800px){.FiltersSystem__countryChips-EUR .VerticalFiltersSystem{display:none}}.FiltersSystem__countryChips-CHN .VerticalFiltersSystem__body>:nth-child(n+6){display:none}@media(max-width:800px){.FiltersSystem__countryChips-CHN .VerticalFiltersSystem{display:none}}@media(max-width:1200px){.FiltersSystem-mobile{display:none}}.FiltersSystem__splash{width:100%;height:1px;background:#dbdbdb}.FiltersSystem__title{font-size:14px;font-weight:700;color:var(--color-inverted);margin-bottom:8px}@media(max-width:1199px){.FiltersSystem__title{display:none}}.FiltersSystem .FiltersSystem__list__el:nth-child(n+6){display:none}.FiltersSystem-open .FiltersSystem__list__el:nth-child(n+6){display:block}@media(max-width:800px){.FiltersSystem{flex-direction:row;padding-inline:0;width:auto;padding-bottom:0;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;background:none;padding-top:0}}.FiltersSystem__all{width:max-content;border-radius:999px;height:42px;color:var(--color-regular);background-color:var(--color-primary);border:1px solid var(--color-low);font-weight:600;font-size:14px;padding:0 14px;cursor:pointer;display:inline-flex;gap:8px;align-items:center;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.FiltersSystem__all svg{flex-shrink:0}.FiltersSystem__all:hover{border-color:var(--color-brand);color:var(--color-brand)}.FiltersSystem__all-true{color:var(--color-brand);border:1px solid var(--color-brand);background:color-mix(in srgb,var(--color-brand) 10%,transparent)}.FiltersSystem__list{display:flex;gap:10px;width:auto;flex-wrap:wrap;scrollbar-width:none;-ms-overflow-style:none}.FiltersSystem__list::-webkit-scrollbar{display:none}@media(max-width:800px){.FiltersSystem__list-preview>:not(.FiltersHeader){display:none}}.FiltersSystem__list__el{width:100%;transition:filter .2s}@media(min-width:1200px){.FiltersSystem__list__el{padding-inline:15px}}@media(max-width:1199px){.FiltersSystem__list__el{width:calc(33.3% - 7.5px)}}@media(max-width:800px){.FiltersSystem__list__el{width:max-content}}@media(min-width:1200px){.FiltersSystem__list{flex-direction:column;gap:20px}}@media(max-width:800px){.FiltersSystem__list{flex-direction:row;flex-wrap:nowrap;width:auto;overflow-x:scroll;background:none}}.FiltersSystem__footer{display:flex;justify-content:space-between}@media(max-width:800px){.FiltersSystem__footer{display:none}}.FiltersSystem__footer__reset{margin-top:10px;background:none;border:none;cursor:pointer;color:var(--color-brand);font-size:14px;font-weight:600;margin-inline:auto}@media(max-width:1199px){.FiltersSystem__footer__reset{display:none}}.FiltersSystem__footer__filters{display:flex;align-items:center;gap:20px}@media(min-width:1200px){.FiltersSystem__footer__filters{display:none}}@media(max-width:1100px){.FiltersSystem__footer__filters{gap:5px}}.FiltersSystem__footer__filters__checkboxes{display:flex;gap:10px}@media(max-width:1100px){.FiltersSystem__footer__filters__checkboxes{flex-direction:column;gap:5px}}.FiltersSystem__footer__show{background:none;border:none;cursor:pointer;position:relative;display:flex;align-items:center;gap:10px}.FiltersSystem__footer__show label{text-align:left;width:max-content;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.FiltersSystem__footer__show-open svg{rotate:180deg}.FiltersSystem__footer__buttons{display:flex;gap:20px;align-items:center}@media(min-width:1200px){.FiltersSystem__footer__buttons{display:none}}.FiltersSystem__footer__buttons-countrys{margin-right:auto}.FiltersSystem__footer__button{cursor:pointer}.FiltersSystem__footer__button-true{opacity:.2;cursor:wait}.FiltersSystem__footer__button-reset{font-weight:600;font-size:14px;background:none;border:none;color:var(--color-inverted)}.FiltersSystem__footer__button:last-child{background:var(--color-brand);height:52px;width:320px;border-radius:10px;font-weight:700;font-size:20px;border:none;color:var(--color-primary)}@media(max-width:740px){.FiltersSystem__footer__button:last-child{padding:5px 10px}}@media(min-width:801px)and (max-width:1199px){.FiltersSystem{padding:16px 14px 18px;gap:16px;overflow:visible}.FiltersSystem__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;flex-wrap:nowrap}}@media(min-width:801px)and (max-width:1199px)and (max-width:1024px){.FiltersSystem__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:801px)and (max-width:1199px){.FiltersSystem__list__el{width:auto}.FiltersSystem__splash{grid-column:1/-1;margin-block:4px}.FiltersSystem__all,.FiltersSystem__footer__button,.FiltersSystem__footer__show{transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.FiltersSystem__all:focus-visible,.FiltersSystem__footer__button:focus-visible,.FiltersSystem__footer__show:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.FiltersSystem__footer{flex-wrap:wrap;align-items:center;gap:12px 16px}.FiltersSystem__footer__filters{flex:1 1 100%;min-width:0;display:flex;flex-wrap:wrap;align-items:center;column-gap:12px;row-gap:8px;padding:0;background:rgba(0,0,0,0);border:none}.FiltersSystem__footer__filters__checkboxes{flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px 20px;position:relative;padding-left:12px}.FiltersSystem__footer__filters__checkboxes:before{content:"";width:1px;height:20px;background:var(--color-low);flex-shrink:0;margin-right:8px;align-self:center}.FiltersSystem__footer__show{height:36px;padding:0 12px;border-radius:8px;background:rgba(0,0,0,0);border:1px solid var(--color-low);color:var(--color-regular);gap:8px}.FiltersSystem__footer__show-open,.FiltersSystem__footer__show:hover{border-color:var(--color-brand);color:var(--color-brand)}.FiltersSystem__footer__show svg{transition:rotate .2s ease;flex-shrink:0}.FiltersSystem__footer__show label{color:inherit;cursor:pointer}.FiltersSystem__footer__buttons{flex:1 1 100%;justify-content:flex-end;gap:12px}.FiltersSystem__footer__button:first-child{padding:0 12px;height:44px;border-radius:10px}.FiltersSystem__footer__button:first-child:hover{color:var(--color-brand)}.FiltersSystem__footer__button:last-child{flex:1 1 auto;width:auto;min-width:220px;max-width:360px;height:48px;font-size:16px;border-radius:10px}.FiltersSystem__footer__button:last-child:not(:disabled):hover{filter:brightness(1.05)}.FiltersSystem__footer__button:last-child:disabled{cursor:wait}}.FiltersSystem__power-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.45)}.FiltersSystem__power-modal__content{background:var(--filters-bg);border-radius:16px;padding:20px 18px 18px;max-width:340px;width:100%;box-shadow:0 10px 30px rgba(0,0,0,.35);display:flex;flex-direction:column;gap:16px}.FiltersSystem__power-modal__text{margin:0;font-size:14px;line-height:1.4;color:#fff;text-align:center}.FiltersSystem__power-modal__buttons{display:flex;gap:12px}.FiltersSystem__power-modal__button{flex:1 1;height:44px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:filter .2s ease,background-color .2s ease,color .2s ease}.FiltersSystem__power-modal__button--secondary{border:none;background:var(--color-favorite);color:#fff}.FiltersSystem__power-modal__button--primary{border:none;background:var(--color-brand);color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUpDesktop{0%{opacity:0;transform:translate(-50%,calc(-50% + 20px))}to{opacity:1;transform:translate(-50%,-50%)}}@media(min-width:801px){.CustomSelectorList{width:100vw;height:100vh;background:rgba(0,0,0,.5);position:fixed;top:0;left:0;cursor:pointer;z-index:1000;animation:fadeIn .2s ease-out}}.CustomSelectorList__body{cursor:default;display:flex;flex-direction:column;gap:0;z-index:999;position:fixed;width:100%;height:100%;top:0;left:0;flex:1 1;background:var(--primary-bg-color);animation:fadeIn .3s ease-out;padding:10px 10px var(--tg-safe-area-inset-bottom)}@media(min-width:801px){.CustomSelectorList__body{border-radius:12px;border:1px solid var(--color-low);width:480px;gap:0;background:var(--color-primary);max-height:666px;padding:15px 15px 30px;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 48px -24px rgba(0,0,0,.25);animation:slideUpDesktop .3s ease-out}}.CustomSelectorList__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}@media(max-width:800px){.CustomSelectorList__header{margin-top:20px}}.CustomSelectorList__handlers{display:flex;gap:20px;align-items:center}.CustomSelectorList__clear{background:none;color:var(--color-brand);border:none;font-size:14px;font-weight:600;line-height:1;cursor:pointer}.CustomSelectorList__close{width:40px;height:40px;background:var(--color-low);color:var(--color-inverted);border-radius:10px;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color .2s ease,color .2s ease}.CustomSelectorList__close:hover{background:color-mix(in srgb,var(--color-inverted) 12%,transparent)}.CustomSelectorList__close svg{width:14px;height:14px}@media(max-width:800px){.CustomSelectorList__close{display:none}}.CustomSelectorList__ul{flex-grow:1;overflow-y:scroll;overflow-x:hidden;margin:0 0 10px;position:relative;scrollbar-width:none;-ms-overflow-style:none}.CustomSelectorList__ul::-webkit-scrollbar{display:none}@media(min-width:801px){.CustomSelectorList__ul{padding-left:0;padding-bottom:66px}}.CustomSelectorList__btns{padding-inline:0;margin:8px 16px calc(12px + var(--tg-safe-area-inset-bottom, 0px))}@media(min-width:801px){.CustomSelectorList__btns{position:absolute;bottom:30px;left:0;width:100%;z-index:1000;padding-inline:30px;margin:0}}.CustomSelectorList__title{padding-left:10px;font-size:var(--primary-title-size);color:var(--primary-text-color)}@media(min-width:801px){.CustomSelectorList__title{padding-left:0}}.CustomSelectorList__search-wrapper{width:100%;padding-left:15px;padding-right:15px;margin-bottom:20px;box-sizing:border-box}@media(min-width:801px){.CustomSelectorList__search-wrapper{padding-left:0;padding-right:0}}.CustomSelectorList__search-inner{width:100%;position:relative;display:flex;align-items:center}.CustomSelectorList__search{width:100%;padding:8px 14px;border-radius:8px;border:1.5px solid var(--color-low);background:var(--input-bg);color:var(--color-regular);font-size:16px;outline:none;margin:0 auto;transition:border-color .2s ease,background-color .2s ease;box-sizing:border-box}.CustomSelectorList__search::placeholder{color:var(--color-accent);opacity:1}.CustomSelectorList__search:focus{border-color:var(--color-brand);background:var(--color-primary)}.CustomSelectorList__search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--color-accent);font-size:22px;cursor:pointer;padding:0 4px;line-height:1;transition:color .2s;z-index:2}.CustomSelectorList__search-clear:hover{color:var(--color-regular)}.CustomSelectorList__skeletons{display:flex;flex-direction:column;gap:10px;padding:6px 0}.CustomSelectorList__skeleton{height:36px;border-radius:8px;background:linear-gradient(90deg,var(--color-low,rgba(0,0,0,.06)) 0,color-mix(in srgb,var(--color-low,rgba(0,0,0,.06)) 60%,transparent) 50%,var(--color-low,rgba(0,0,0,.06)) 100%);background-size:200% 100%;animation:CustomSelectorList__skeleton-shimmer 1.2s ease-in-out infinite}.CustomSelectorList__group-header{display:flex;align-items:center;gap:8px;padding:6px 0 4px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-accent,#888);-webkit-user-select:none;user-select:none;background:rgba(0,0,0,0);border:none;width:100%;cursor:pointer;text-align:left;transition:color .15s ease}.CustomSelectorList__group-header:hover{color:var(--color-regular,#333)}.CustomSelectorList__group-header:hover .CustomSelectorList__group-header-chevron{background:color-mix(in srgb,var(--color-low,rgba(0,0,0,.06)) 100%,transparent)}.CustomSelectorList__group-header-chevron{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0;border-radius:6px;color:var(--color-accent,#888);background:rgba(0,0,0,0);transition:transform .25s cubic-bezier(.4,0,.2,1),background-color .15s ease,color .15s ease}.CustomSelectorList__group-header-chevron svg{display:block}.CustomSelectorList__group-header-brand{flex-shrink:0;color:var(--color-regular,#333)}.CustomSelectorList__group-header-count{color:var(--color-accent,#888);font-weight:500;font-size:11px;letter-spacing:0;text-transform:none}.CustomSelectorList__group-header:after{content:"";flex:1 1;height:1px;background:var(--color-border,rgba(0,0,0,.12));order:99}.CustomSelectorList__group-header-collapsed .CustomSelectorList__group-header-chevron{transform:rotate(-90deg);color:var(--color-brand,var(--color-accent,#888))}@keyframes CustomSelectorList__skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.EuroRangeSelect{display:flex;gap:8px}.EuroRangeSelect__chip{flex:1 1;min-width:0}.EuroRangeSelect__chip .FiltersSelector__label span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.EuroRangeSelect__chip .FiltersSelector__label svg{flex-shrink:0}.EuroRangeSelect__panel{position:fixed;z-index:1000;display:flex;flex-direction:column;gap:2px;max-height:264px;overflow-y:auto;padding:6px;border:1px solid var(--color-low);border-radius:12px;background:var(--color-primary);box-shadow:0 12px 32px rgba(0,0,0,.16);scrollbar-width:thin}.EuroRangeSelect__opt{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border:none;border-radius:8px;background:none;font:inherit;font-size:14px;font-weight:600;color:var(--color-regular);text-align:left;cursor:pointer}.EuroRangeSelect__opt svg{flex-shrink:0;fill:var(--color-brand)}.EuroRangeSelect__opt:hover:not(:disabled){background:color-mix(in srgb,var(--color-brand) 10%,transparent)}.EuroRangeSelect__opt-selected{color:var(--color-brand)}.EuroRangeSelect__opt-muted{font-weight:500;color:var(--color-accent)}.EuroRangeSelect__opt:disabled{opacity:.35;cursor:default}.EuroRangeSelect__optName{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.EuroRangeSelect__optRight{display:flex;align-items:center;flex-shrink:0;gap:8px}.EuroRangeSelect__optRight .selector-loader{margin:0 10px}.EuroRangeSelect__optCount{font-size:12px;font-weight:500;color:var(--color-accent)}.EuroRangeSelect__skeleton{height:38px;border-radius:8px;background:color-mix(in srgb,var(--color-accent) 12%,transparent);animation:EuroRangeSelectPulse 1.1s ease-in-out infinite}@keyframes EuroRangeSelectPulse{0%,to{opacity:.55}50%{opacity:1}}