﻿@charset "UTF-8";:root{--tp-lang-switcher-primary-color:#3498db;--tp-lang-switcher-text-color:#313436;--tp-lang-switcher-text-color-hover:#262f39;--tp-lang-switcher-bg-color:transparent;--tp-lang-switcher-dropdown-bg-color:#fff;--tp-lang-switcher-bg-hover:rgba(0,0,0,.05);--tp-lang-switcher-border-color:transparent;--tp-lang-switcher-shadow-color:rgba(0,0,0,.4);--tp-lang-switcher-overlay-color:rgba(0,0,0,.4);--tp-lang-switcher-switch-height:42px;--tp-lang-switcher-switch-gap:8px;--tp-lang-switcher-border-radius:3px;--tp-lang-switcher-border-radius-large:8px;--tp-lang-switcher-border-width:1px;--tp-lang-switcher-switch-padding:2px 4px;--tp-lang-switcher-current-padding:0 .2em 0 .7em;--tp-lang-switcher-arrow-size:20px;--tp-lang-switcher-font-family:"Noto Sans",Arial,sans-serif;--tp-lang-switcher-font-size:1rem;--tp-lang-switcher-label-font-size:.9rem;--tp-lang-switcher-label-font-size-mobile:.8rem;--tp-lang-switcher-font-weight:400;--tp-lang-switcher-label-font-weight:500;--tp-lang-switcher-line-height:1;--tp-lang-switcher-transition-fast:.1s ease-out;--tp-lang-switcher-transition-medium:.15s ease-out;--tp-lang-switcher-transition-slow:.18s ease-out;--tp-lang-switcher-transition-mobile:.15s cubic-bezier(.25,.8,.25,1);--tp-lang-switcher-transition-list-item:all .12s ease-out;--tp-lang-switcher-z-index-current:2;--tp-lang-switcher-z-index-options:5;--tp-lang-switcher-z-index-mobile-overlay:9990;--tp-lang-switcher-z-index-mobile-options:10000;--tp-lang-switcher-z-index-mobile-list:10001;--tp-lang-switcher-z-index-overlay:9990;--tp-lang-switcher-z-index-overlay-active:1000;--tp-lang-switcher-z-index-focus:1001;--tp-lang-switcher-z-index-list:5;--tp-lang-switcher-z-index-mobile:10000;--tp-lang-switcher-mobile-breakpoint:768px;--tp-lang-switcher-mobile-font-size:1.2rem;--tp-lang-switcher-mobile-height:38px;--tp-lang-switcher-mobile-min-width:250px;--tp-lang-switcher-mobile-max-width:90vw;--tp-lang-switcher-mobile-padding:10px;--tp-lang-switcher-mobile-list-padding:1rem;--tp-lang-switcher-mobile-list-min-width:220px;--tp-lang-switcher-mobile-list-item-padding:1rem 1.25rem;--tp-lang-switcher-mobile-switches-bottom:20px;--tp-lang-switcher-mobile-switches-left:20px;--tp-lang-switcher-mobile-switches-gap:15px;--tp-lang-switcher-z-index-mobile-switches:9995;--tp-lang-switcher-focus-color:rgba(52,152,219,.6);--tp-lang-switcher-focus-width:2px;--tp-lang-switcher-focus-offset:2px;--tp-lang-switcher-focus-shadow:0 0 0 2px rgba(52,152,219,.3);--tp-lang-switcher-focus-border-color:#3498db;--tp-lang-switcher-list-padding:.4rem .8em;--tp-lang-switcher-list-min-width:10rem;--tp-lang-switcher-list-font-size:1rem;--tp-lang-switcher-list-item-padding:.75em;--tp-lang-switcher-list-border-color:#e1e4e6;--tp-lang-switcher-list-hover-bg:rgba(0,0,0,.04);--tp-lang-switcher-list-selected-weight:600;--tp-lang-switcher-list-delay:.1s;--tp-lang-switcher-overlay-bg:rgba(0,0,0,.4);--tp-lang-switcher-shadow-mobile:0 8px 32px rgba(0,0,0,.3);--tp-lang-switcher-flag-size:24px;--tp-lang-switcher-flag-size-mobile:20px;--tp-lang-switcher-flag-border-radius:2px;--tp-lang-switcher-flag-path:"flags/";}.modal-header.modal-header-v2{display:flex;padding:0 2rem;}.modal-header.modal-header-v2 .switch{margin-left:auto;}.switch-container{display:flex;align-items:center;gap:var(--tp-lang-switcher-switch-gap);transition:background-color var(--tp-lang-switcher-transition-fast);}.switch-container:hover .switch-label{color:var(--tp-lang-switcher-text-color-hover);}.switch-label{font-size:var(--tp-lang-switcher-label-font-size);color:var(--tp-lang-switcher-text-color);font-weight:var(--tp-lang-switcher-label-font-weight);white-space:nowrap;user-select:none;line-height:var(--tp-lang-switcher-line-height);cursor:pointer;transition:color var(--tp-lang-switcher-transition-fast);}@media(max-width:768px){.switch-label{font-size:var(--tp-lang-switcher-label-font-size-mobile);}}.lcs-flag{display:inline-block;width:var(--tp-lang-switcher-flag-size);height:calc(var(--tp-lang-switcher-flag-size)*.75);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:var(--tp-lang-switcher-flag-border-radius);flex-shrink:0;vertical-align:middle;}@media(max-width:768px){.lcs-flag{width:var(--tp-lang-switcher-flag-size-mobile);height:calc(var(--tp-lang-switcher-flag-size-mobile)*.75);}}.lcs-flag-sk{background-image:url("flags/sk.svg");}.lcs-flag-en,.lcs-flag-gb{background-image:url("flags/gb.svg");}.lcs-flag-de{background-image:url("flags/de.svg");}.lcs-flag-fr{background-image:url("flags/fr.svg");}.lcs-flag-es{background-image:url("flags/es.svg");}.lcs-flag-it{background-image:url("flags/it.svg");}.lcs-flag-ru{background-image:url("flags/ru.svg");}.lcs-flag-pl{background-image:url("flags/pl.svg");}.lcs-flag-cz{background-image:url("flags/cz.svg");}.lcs-flag-hu{background-image:url("flags/hu.svg");}.lcs-flag-nl{background-image:url("flags/nl.svg");}.lcs-flag-pt{background-image:url("flags/pt.svg");}.switch{position:relative;cursor:pointer;display:flex;align-items:center;gap:var(--tp-lang-switcher-switch-gap);border-radius:var(--tp-lang-switcher-border-radius);padding:var(--tp-lang-switcher-switch-padding);transition:background-color var(--tp-lang-switcher-transition-fast);color:var(--tp-lang-switcher-text-color);border:var(--tp-lang-switcher-border-width) solid var(--tp-lang-switcher-border-color);}.current{height:var(--tp-lang-switcher-switch-height);position:relative;z-index:var(--tp-lang-switcher-z-index-current);font-size:var(--tp-lang-switcher-font-size);text-align:center;line-height:var(--tp-lang-switcher-switch-height);display:flex;align-items:center;gap:var(--tp-lang-switcher-switch-gap);background-color:rgba(0,0,0,0);transition:all var(--tp-lang-switcher-transition-fast);border-radius:var(--tp-lang-switcher-border-radius);padding:var(--tp-lang-switcher-current-padding);color:var(--tp-lang-switcher-text-color);border-color:transparent;}.current .flag-icon{margin-right:0;}.current .text{display:inline-block;line-height:var(--tp-lang-switcher-line-height);user-select:none;flex:1;}.current .currency-label{display:inline-block;font-family:var(--tp-lang-switcher-font-family);font-size:var(--tp-lang-switcher-label-font-size);font-weight:var(--tp-lang-switcher-label-font-weight);color:var(--tp-lang-switcher-text-color);line-height:var(--tp-lang-switcher-line-height);user-select:none;margin-right:calc(var(--tp-lang-switcher-switch-gap)/2);}@media(max-width:var(--tp-lang-switcher-mobile-breakpoint)){.current .currency-label{font-size:var(--tp-lang-switcher-label-font-size-mobile);margin-right:4px;}}.current .currency-value{display:inline-block;text-transform:uppercase;line-height:var(--tp-lang-switcher-line-height);user-select:none;font-weight:var(--tp-lang-switcher-font-weight);color:var(--tp-lang-switcher-text-color);}.current .dropdown-arrow{display:inline-block;font-size:.8em;opacity:.7;transition:transform var(--tp-lang-switcher-transition-fast);}.switch.show-options .current .dropdown-arrow{transform:rotate(180deg);}.current span{display:inline-block;line-height:var(--tp-lang-switcher-line-height);user-select:none;}.current .arrow{display:inline-block;width:var(--tp-lang-switcher-arrow-size);height:var(--tp-lang-switcher-arrow-size);flex:0 0 var(--tp-lang-switcher-arrow-size);}.current:hover{background-color:var(--tp-lang-switcher-bg-hover);}.current:focus{outline:var(--tp-lang-switcher-focus-width) solid var(--tp-lang-switcher-focus-color);outline-offset:var(--tp-lang-switcher-focus-offset);}.options{position:absolute;right:0;top:4.1em;z-index:0;opacity:0;transition:all var(--tp-lang-switcher-transition-slow);display:none;overflow:hidden;box-shadow:0 0 0 0 rgba(0,0,0,0);background:var(--tp-lang-switcher-bg-color);}.options.options-lang,.options.options-currency{background:var(--tp-lang-switcher-dropdown-bg-color);}.switch.show-options .options{display:block;z-index:var(--tp-lang-switcher-z-index-options);}.switch.anim-options .options{opacity:1;}.switch.show-shadow .options{box-shadow:0 2px 12px -4px var(--tp-lang-switcher-shadow-color);}@media(max-width:768px){.options{position:fixed;left:50%;top:50%;right:auto;transform:translate(-50%,-50%);z-index:var(--tp-lang-switcher-z-index-mobile);min-width:var(--tp-lang-switcher-mobile-min-width);max-width:var(--tp-lang-switcher-mobile-max-width);border-radius:var(--tp-lang-switcher-border-radius-large);box-shadow:var(--tp-lang-switcher-shadow-mobile);opacity:0;transform:translate(-50%,-50%) scale(.9);transition:all var(--tp-lang-switcher-transition-mobile);}.switch.show-options .options{display:block;z-index:var(--tp-lang-switcher-z-index-mobile);}.switch.anim-options .options{opacity:1;transform:translate(-50%,-50%) scale(1);}.switch.show-shadow .options{box-shadow:var(--tp-lang-switcher-shadow-mobile);}}@media(max-width:768px){.lc-switches{position:fixed;bottom:var(--tp-lang-switcher-mobile-switches-bottom);left:var(--tp-lang-switcher-mobile-switches-left);background:var(--tp-lang-switcher-bg-color);padding:var(--tp-lang-switcher-mobile-padding);border-radius:var(--tp-lang-switcher-border-radius);box-shadow:var(--tp-lang-switcher-shadow-mobile);z-index:var(--tp-lang-switcher-z-index-mobile-switches);display:flex;gap:var(--tp-lang-switcher-mobile-switches-gap);align-items:center;border:var(--tp-lang-switcher-border-width) solid var(--tp-lang-switcher-border-color);}.switch-mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--tp-lang-switcher-overlay-bg);z-index:var(--tp-lang-switcher-z-index-overlay);opacity:0;transition:opacity var(--tp-lang-switcher-transition-slow);pointer-events:none;}.switch-mobile-overlay.active{opacity:1;pointer-events:auto;z-index:var(--tp-lang-switcher-z-index-overlay-active);}}.options[role=listbox]{color:var(--tp-lang-switcher-text-color);margin:0;padding:var(--tp-lang-switcher-list-padding);z-index:var(--tp-lang-switcher-z-index-list);min-width:var(--tp-lang-switcher-list-min-width);}@media(max-width:768px){.options[role=listbox]{padding:var(--tp-lang-switcher-mobile-list-padding);min-width:var(--tp-lang-switcher-mobile-list-min-width);z-index:var(--tp-lang-switcher-z-index-mobile-list);}}.options[role=listbox] li{list-style:none;margin:0;padding:var(--tp-lang-switcher-list-item-padding);border-bottom:var(--tp-lang-switcher-border-width) solid var(--tp-lang-switcher-list-border-color);transform:translateX(10px);transition:all var(--tp-lang-switcher-transition-list-item);transition-delay:var(--tp-lang-switcher-list-delay);opacity:0;font-size:var(--tp-lang-switcher-list-font-size);line-height:var(--tp-lang-switcher-line-height);white-space:nowrap;background:var(--tp-lang-switcher-dropdown-bg-color);}.options[role=listbox] li .lang-link,.options[role=listbox] li .currency-link{display:flex;align-items:center;gap:var(--tp-lang-switcher-switch-gap);color:inherit;text-decoration:none;}.options[role=listbox] li .lang-link .flag-icon,.options[role=listbox] li .currency-link .flag-icon{flex-shrink:0;}.options[role=listbox] li .lang-link .text,.options[role=listbox] li .currency-link .text{flex:1;}@media(max-width:768px){.options[role=listbox] li{padding:var(--tp-lang-switcher-mobile-list-item-padding);font-size:var(--tp-lang-switcher-mobile-font-size);}.options[role=listbox] li:hover,.options[role=listbox] li:focus{background:var(--tp-lang-switcher-bg-hover);outline:var(--tp-lang-switcher-focus-width) solid var(--tp-lang-switcher-focus-color);outline-offset:-2px;z-index:var(--tp-lang-switcher-z-index-focus);}}.options[role=listbox] li:last-child{border-bottom:0;}.options[role=listbox] li:nth-child(1){transition-delay:.1s;}.options[role=listbox] li:nth-child(2){transition-delay:.15s;}.options[role=listbox] li:nth-child(3){transition-delay:.2s;}.options[role=listbox] li:nth-child(4){transition-delay:.25s;}.options[role=listbox] li:nth-child(5){transition-delay:.3s;}.options[role=listbox] li:nth-child(6){transition-delay:.35s;}.options[role=listbox] li:nth-child(7){transition-delay:.4s;}.options[role=listbox] li:nth-child(8){transition-delay:.45s;}.options[role=listbox] li:nth-child(9){transition-delay:.5s;}.options[role=listbox] li:hover,.options[role=listbox] li:focus{background:var(--tp-lang-switcher-list-hover-bg);outline:var(--tp-lang-switcher-focus-width) solid var(--tp-lang-switcher-focus-color);outline-offset:-2px;z-index:var(--tp-lang-switcher-z-index-focus);}.options[role=listbox] li.selected{color:var(--tp-lang-switcher-primary-color);font-weight:var(--tp-lang-switcher-list-selected-weight);}.switch.anim-options .options[role=listbox] li{transform:translateX(0);opacity:1;}.trans-circle{width:80px;height:80px;position:absolute;top:-80px;right:-80px;padding:0;margin:0;border:0;z-index:1;transition:all .4s ease-out;transform:scale(.5);overflow:hidden;}.trans-circle svg{max-width:100%;max-height:100%;}.switch.anim-options .trans-circle{transform:scale(9);}.switch.lang .current span{letter-spacing:.02em;}.switch.currency .current span{letter-spacing:.04em;}[data-theme=dark] .switch .current{color:#f0f0f0;}[data-theme=dark] .switch .current:hover{background-color:rgba(255,255,255,.08);}[data-theme=dark] .switch .arrow g path{fill:#f0f0f0;}[data-theme=dark] .switch .options{background:#1e1e1e;box-shadow:0 2px 12px -4px rgba(0,0,0,.8);}[data-theme=dark] .switch .options-list{color:#f0f0f0;}[data-theme=dark] .switch .options-list li{border-bottom:1px solid rgba(255,255,255,.15);background:#1e1e1e;color:#ddd;}[data-theme=dark] .switch .options-list li:hover,[data-theme=dark] .switch .options-list li:focus{background:rgba(255,255,255,.08);}[data-theme=dark] .switch .options-list li.selected{color:var(--tp-lang-switcher-primary-color);}[data-theme=dark] .switch .trans-circle svg circle#bg{fill:#1e1e1e;}.switch-flags-only .flags-label{display:inline-block;font-size:var(--tp-lang-switcher-label-font-size);font-weight:var(--tp-lang-switcher-label-font-weight);color:var(--tp-lang-switcher-text-color);margin-right:var(--tp-lang-switcher-switch-gap);line-height:var(--tp-lang-switcher-line-height);}@media(max-width:var(--tp-lang-switcher-mobile-breakpoint)){.switch-flags-only .flags-label{font-size:var(--tp-lang-switcher-label-font-size-mobile);margin-right:6px;}}.switch-flags-only .flags-container{display:flex;align-items:center;gap:var(--tp-lang-switcher-switch-gap);padding:var(--tp-lang-switcher-switch-padding);background:var(--tp-lang-switcher-bg-color);border-radius:var(--tp-lang-switcher-border-radius);margin:.5rem;padding:.75rem;}@media(max-width:768px){.switch-flags-only .flags-container{gap:12px;padding:.6rem;margin:.25rem;}}.switch-flags-only .flag-link{display:inline-flex;align-items:center;justify-content:center;padding:.4rem;border-radius:var(--tp-lang-switcher-border-radius);transition:all var(--tp-lang-switcher-transition-fast);text-decoration:none;position:relative;}.switch-flags-only .flag-link .flag-icon{width:28px;height:21px;border-radius:var(--tp-lang-switcher-flag-border-radius);}@media(max-width:768px){.switch-flags-only .flag-link .flag-icon{width:24px;height:18px;}}.switch-flags-only .flag-link:hover{background:var(--tp-lang-switcher-bg-hover);transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.15);}.switch-flags-only .flag-link.active{background:var(--tp-lang-switcher-primary-color);box-shadow:0 2px 8px rgba(52,152,219,.3);}.switch-flags-only .flag-link.active .flag-icon{border:2px solid rgba(255,255,255,.8);}.switch-flags-only .flag-link.active:hover{background:var(--tp-lang-switcher-primary-color);transform:translateY(-1px);}.switch-flags-only .flag-link:focus{outline:var(--tp-lang-switcher-focus-width) solid var(--tp-lang-switcher-focus-color);outline-offset:var(--tp-lang-switcher-focus-offset);}.switch-currency-only .currency-label{display:inline-block;font-size:var(--tp-lang-switcher-label-font-size);font-weight:var(--tp-lang-switcher-label-font-weight);color:var(--tp-lang-switcher-text-color);margin-right:var(--tp-lang-switcher-switch-gap);line-height:var(--tp-lang-switcher-line-height);}@media(max-width:var(--tp-lang-switcher-mobile-breakpoint)){.switch-currency-only .currency-label{font-size:var(--tp-lang-switcher-label-font-size-mobile);margin-right:6px;}}.switch-currency-only .currency-container{display:flex;align-items:center;gap:var(--tp-lang-switcher-switch-gap);padding:var(--tp-lang-switcher-switch-padding);background:var(--tp-lang-switcher-bg-color);border-radius:var(--tp-lang-switcher-border-radius);margin:.5rem;padding:.75rem;}@media(max-width:768px){.switch-currency-only .currency-container{gap:12px;padding:.6rem;margin:.25rem;}}.switch-currency-only .currency-link{display:inline-flex;align-items:center;justify-content:center;padding:.4rem;border-radius:var(--tp-lang-switcher-border-radius);transition:all var(--tp-lang-switcher-transition-fast);text-decoration:none;position:relative;cursor:pointer;}.switch-currency-only .currency-link .currency-text{display:inline-block;font-size:var(--tp-lang-switcher-font-size);font-weight:500;line-height:1;min-width:2.5rem;text-align:center;white-space:nowrap;}@media(max-width:768px){.switch-currency-only .currency-link .currency-text{font-size:var(--tp-lang-switcher-font-size-mobile);min-width:2rem;}}.switch-currency-only .currency-link:hover{background:var(--tp-lang-switcher-bg-hover);transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.15);}.switch-currency-only .currency-link.active{background:var(--tp-lang-switcher-primary-color);box-shadow:0 2px 8px rgba(52,152,219,.3);color:#fff;}.switch-currency-only .currency-link.active .currency-text{color:#fff;}.switch-currency-only .currency-link.active:hover{background:var(--tp-lang-switcher-primary-color);transform:translateY(-1px);}.switch-currency-only .currency-link:focus{outline:var(--tp-lang-switcher-focus-width) solid var(--tp-lang-switcher-focus-color);outline-offset:var(--tp-lang-switcher-focus-offset);}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}@media(prefers-reduced-motion:reduce){.options,.options-list li,.trans-circle,.switch.anim-options .trans-circle{transition:none!important;transform:none!important;}}