.siteFooterSection__appDownload{position:relative;z-index:1;background-color:#fff}.siteFooterSection__appDownload .appDownload__wrapper{display:grid;grid-template-columns:2fr 1fr;column-gap:.5rem;padding:2rem 0 2rem 1rem}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__about{display:flex;flex-direction:column;justify-content:center}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__text__header{font-size:.875rem;font-weight:700;padding-bottom:.5rem}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__text__info{font-size:.75rem}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__btnWrapper{display:flex;flex-direction:row;align-items:center;height:2rem;padding-top:1rem}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__btnWrapper .appDownload__appStore{background:no-repeat;background-size:cover}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__btnWrapper .appDownload__appStore img{width:5.4375rem;height:1.8125rem;max-width:unset}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__btnWrapper .appDownload__googlePlay{background:no-repeat;background-size:cover}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__btnWrapper .appDownload__googlePlay img{width:5.4375rem;height:1.8125rem;max-width:unset}@media (min-width: 768px){.siteFooterSection__appDownload .appDownload__wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:0 1rem;padding:2rem 4rem}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__about{display:block;width:50%}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__text__header{font-size:1.25rem;font-weight:700}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__text__info{font-size:1.125rem;line-height:1.75rem}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__btnWrapper{height:4rem;justify-content:left;gap:0 2rem;padding-top:2rem}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__btnWrapper .appDownload__appStore{width:7rem;height:2.375rem}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__btnWrapper .appDownload__appStore img{width:100%;height:100%;background-size:cover}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__btnWrapper .appDownload__googlePlay{width:7rem;height:2.375rem}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__btnWrapper .appDownload__googlePlay img{width:100%;height:100%;background-size:cover}.siteFooterSection__appDownload .appDownload__wrapper .appDownload__phonesWrapper{display:flex;width:14.25rem;height:15.625rem;background:no-repeat}}.native-scrollbar{scrollbar-width:thin!important;scrollbar-face-color:rgba(128,128,128,.5);scrollbar-track-color:#fff;scrollbar-color:rgba(128,128,128,.5) #fff}.native-scrollbar::-webkit-scrollbar{-webkit-appearance:none}.native-scrollbar::-webkit-scrollbar:vertical{width:11px}.native-scrollbar::-webkit-scrollbar:horizontal{height:11px}.native-scrollbar::-webkit-scrollbar-thumb{border:4px solid #fff;border-radius:0;background-color:#80808080}.native-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#808080bf}.native-scrollbar::-webkit-scrollbar-track{background:#fff}.recentlyViewedSection{display:flex;flex-direction:column;overflow:hidden;transition:height .3s ease}.recentlyViewedSection--hidden{height:0;margin-bottom:0;opacity:0}.recentlyViewedSection--fadeOut{animation:fadeOutBottom .3s}.recentlyViewedSection__header{display:flex;align-items:baseline;justify-content:space-between;padding-bottom:.75rem}.recentlyViewedSection__title{font-size:1.25rem;color:#242424}.recentlyViewedSection__btn{margin-left:auto;transition:opacity .3s ease;color:#976103;font-size:.75rem;cursor:pointer}.recentlyViewedSection__btn:hover{transition:opacity .3s ease;opacity:.6}.recentlyViewedSection__list{display:flex;position:relative;flex-wrap:nowrap;align-items:flex-start;overflow-x:auto;overflow-y:hidden}.recentlyViewedSection__poster{border-radius:.25rem;clip-path:content-box;-webkit-clip-path:inset(0 0 0 0 round .25rem);display:flex;position:relative;flex-shrink:0;justify-content:center;width:4.1875rem;height:6rem;overflow:hidden;background-size:70%}.recentlyViewedSection__poster:before{border-radius:.25rem;content:"";position:absolute;inset:0;border:1px solid rgba(128,128,128,.25);pointer-events:none;z-index:1;width:100%;height:100%}.recentlyViewedSection__posterWrapper{background:var(--plug-background-color) url(https://fwcdn.pl/prt/static/images/gf/iri/placeholders/plug-light.svg) center center no-repeat;background-clip:padding-box;-webkit-background-clip:padding-box;border-radius:.3125rem;display:flex;width:4.1875rem;height:6rem;margin:0 1.25rem .5rem 0}.recentlyViewedSection__posterWrapper:last-of-type{margin-right:0}.recentlyViewedSection__poster img{border-radius:.25rem;clip-path:content-box;-webkit-clip-path:inset(0 0 0 0 round .25rem);display:inline-block;width:4.1875rem;height:6rem;transform:translateZ(0) scale(1);backface-visibility:hidden;transition:transform .3s ease;font-size:0;object-fit:cover}html:not(.mobile) .recentlyViewedSection__poster img:hover{transform:scale(1.1);transition:transform .3s ease;background-size:105%}.recentlyViewedSection__poster img:not([src]){visibility:hidden}.recentlyViewedSection__poster.plug span{display:block;display:-webkit-box;position:relative;max-height:calc(.75rem * 1.35 * 1);overflow:hidden;font-size:.75rem;line-height:1.35;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:.25rem;transition:opacity .3s ease;opacity:1}.recentlyViewedSection__poster.plug a{display:flex;align-items:flex-end;width:100%;height:100%}.recentlyViewedSection__poster.plug:hover span{transition:opacity .3s ease;opacity:.75}.recentlyViewedSection__data{display:none}.recentlyViewedSection .page__container{width:100%}@media (max-width: 767px){.recentlyViewedSection{padding-right:1rem;padding-left:1rem}.recentlyViewedSection__list{overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch}}@media (min-width: 768px){.recentlyViewedSection{margin-bottom:1.125rem}.recentlyViewedSection__header{padding-bottom:1.125rem}.recentlyViewedSection__btn{font-size:1rem}.recentlyViewedSection .page__header{padding-top:2rem;padding-bottom:1rem}}
