.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}