.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important;word-break:normal !important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
/*!
 * FAZ Cookie Manager — Cookie Policy frontend styles.
 *
 * Deliberately minimal: inherits font, colours, spacing from the host
 * theme. The only interventions are:
 *   1. Lift the typographic max-width constraint that block themes like
 *      Twenty Twenty-Four/Five impose via `.entry-content` (60ch) — which
 *      makes a long legal document feel cramped.
 *   2. Style the optional disclaimer so it is visually distinct from
 *      body copy (warning-coloured callout, light backdrop). Visibility
 *      and text are now admin-configurable; CSS still gives it the
 *      callout treatment whenever it is rendered.
 *   3. Style the per-category accordion (<details>/<summary>) and the
 *      cookie table inside it. Accordion is HTML5-native, JS-free,
 *      keyboard-accessible. The table inside uses a mobile-friendly
 *      data-label fallback so the layout collapses to a card stack on
 *      narrow screens without media queries fighting the theme.
 *   4. Neutralise <code> inside the policy. The policy uses <code> for
 *      cookie names and technical tokens; many themes style the global
 *      `code {}` element with a coloured background + border (often via
 *      their own `--theme-color-*` custom properties), which looks out of
 *      place inside a legal document. We force a transparent, border-less,
 *      inherit-colour monospace token so the policy renders neutrally on
 *      any theme.
 *
 * Anything else (headings, link colours, paragraph rhythm) is theme.
 */
.faz-cookie-policy{max-width:none;width:100%;box-sizing:border-box}.faz-cookie-policy code{border:0 !important;background:0 0 !important;background-color:transparent !important;color:inherit !important;box-shadow:none !important;padding:0}.faz-cookie-policy-category{margin:1em 0 1.5em}.faz-cookie-policy-details{border:1px solid rgba(0,0,0,.08);border-radius:6px;margin:.5em 0;background:var(--faz-policy-card-bg,transparent)}.faz-cookie-policy-details+.faz-cookie-policy-details{margin-top:.6em}details.faz-cookie-policy-details>summary.faz-cookie-policy-summary{cursor:pointer;list-style:none;padding:.75em 1em;display:flex;align-items:center;gap:.75em;user-select:none;transition:background-color .12s ease}details.faz-cookie-policy-details>summary.faz-cookie-policy-summary:hover,details.faz-cookie-policy-details>summary.faz-cookie-policy-summary:focus-visible{background:rgba(0,0,0,.04);outline:none}details.faz-cookie-policy-details>summary.faz-cookie-policy-summary::-webkit-details-marker{display:none}details.faz-cookie-policy-details>summary.faz-cookie-policy-summary::marker{content:''}details.faz-cookie-policy-details>summary.faz-cookie-policy-summary:before{content:'';display:inline-block;width:.55em;height:.55em;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);transition:transform .15s ease;flex:0 0 auto}details.faz-cookie-policy-details[open]>summary.faz-cookie-policy-summary:before{transform:rotate(45deg)}details.faz-cookie-policy-details>summary.faz-cookie-policy-summary>.faz-cookie-policy-category-name{display:inline-flex;align-items:center;margin:0;padding:0;width:auto;font-size:1.05em;font-weight:600;line-height:1.3;flex:1 1 auto}details.faz-cookie-policy-details>summary.faz-cookie-policy-summary>.faz-cookie-policy-count{display:inline-flex;align-items:center;width:auto;font-size:.85em;color:var(--faz-policy-muted,#666);font-weight:400;white-space:nowrap;flex:0 0 auto}.faz-cookie-policy-details-body{padding:.25em 1em 1em}.faz-cookie-policy-table{width:100%;border-collapse:collapse;margin:.75em 0 0;font-size:.92em}.faz-cookie-policy-table th,.faz-cookie-policy-table td{text-align:left;padding:.55em .7em;vertical-align:top;border-bottom:1px solid rgba(0,0,0,.06)}.faz-cookie-policy-table thead th{font-weight:600;border-bottom:2px solid rgba(0,0,0,.12);background:rgba(0,0,0,.02)}.faz-cookie-policy-table code{font-size:.95em}@media (max-width:600px){.faz-cookie-policy-table thead{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;width:1px;overflow:hidden;position:absolute;white-space:nowrap}.faz-cookie-policy-table,.faz-cookie-policy-table tbody,.faz-cookie-policy-table tr,.faz-cookie-policy-table td{display:block;width:100%}.faz-cookie-policy-table tr{border:1px solid rgba(0,0,0,.08);border-radius:4px;padding:.4em .5em;margin:.5em 0}.faz-cookie-policy-table td{border:0;padding:.2em 0}.faz-cookie-policy-table td:before{content:attr(data-label) ': ';font-weight:600;display:inline-block;margin-right:.4em}}.faz-cookie-policy-disclaimer{margin-top:2em;padding:.85em 1em;background:var(--faz-disclaimer-bg,#fff5d6);border-left:4px solid var(--faz-disclaimer-accent,#d4a017);font-size:.9em;line-height:1.55}.faz-cookie-policy-transfers{margin-top:2em;padding:1em 1.15em;background:var(--faz-transfer-bg,#f1f5f9);border-left:4px solid var(--faz-transfer-accent,#64748b);border-radius:4px}.faz-cookie-policy-transfers-title{margin:0 0 .4em;font-size:1.15em}.faz-cookie-policy-transfers-list{margin:.6em 0 0;padding-left:1.2em;line-height:1.55}.faz-cookie-policy-transfers-list code{font-size:.92em}.faz-cookie-policy-transfer{display:block;margin-top:.35em;font-size:.82em;color:var(--faz-transfer-fg,#475569)}
.tos-caption>div,.tos-slide,.tos-slide>*{box-sizing:border-box}.tos-slide,.tos-slider,.tos-wrapper{width:100%;height:100%}.tos-noanimation{-webkit-transition-property:none!important;transition-property:none!important}.tos-fastanimation{-webkit-transition-duration:.2s!important;transition-duration:.2s!important;-webkit-transition-timing-function:ease-out!important;transition-timing-function:ease-out!important}.tos-wrapper{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;display:none;padding:0;margin:0;overflow:hidden}.tos-wrapper.tos-opened{display:block}.tos-slide,.tos-slide:before,.tos-slide>*{display:inline-block}.tos-wrapper.tos-opening{opacity:1}.tos-wrapper.tos-fixed{background-color:#000;position:fixed;top:0;left:0;z-index:9000}.tos-slider,.tos-wrapper.tos-inline{position:relative}.tos-slider{white-space:nowrap;padding:0;margin:0}.tos-uibg,.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider{position:absolute}.tos-wrapper.tos-fx-slide .tos-slider{left:0;-webkit-transition:left .4s ease;transition:left .4s ease}.tos-wrapper.tos-fx-fade .tos-slider{opacity:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.tos-uibg{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;width:100%;left:0;bottom:0;z-index:1}.tos-fill .tos-uibg{background:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.tos-desktop .tos-wrapper:hover .tos-uibg,.tos-touch .tos-wrapper.tos-hover .tos-uibg{opacity:1}.tos-slide{-webkit-overflow-scrolling:touch;line-height:1px;text-align:center;overflow:hidden;position:relative}.tos-slide:before{content:"";height:50%;width:1px;margin-right:-1px}.tos-slide.tos-loading>*{opacity:0}.tos-slide>*{opacity:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;vertical-align:middle;max-height:100%;max-width:100%}.tos-slide.tos-html>div{-webkit-overflow-scrolling:touch;white-space:normal;text-align:left;line-height:1.5}.tos-slide.tos-html>div *{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}.tos-wrapper.tos-fill .tos-slide.tos-image>img{max-height:none;max-width:none;min-height:100%;min-width:100%}.tos-wrapper.tos-fixed .tos-slide.tos-html>div{background-color:#fff;color:#333;box-sizing:border-box;display:inline-block;padding:40px;overflow:auto}.tos-desktop .tos-wrapper.tos-fixed{background-color:rgba(0,0,0,.85)}.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide{padding:20px}.tos-close,.tos-next{right:20px}.tos-close,.tos-next,.tos-prev{background:#000;border-radius:3px;opacity:0;display:block;width:40px;position:absolute;z-index:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.tos-next,.tos-prev{height:80px;margin-top:-40px;top:50%}.tos-next.tos-disabled,.tos-prev.tos-disabled{cursor:default}.tos-prev{left:20px}.tos-close{height:40px;top:20px}.tos-desktop .tos-wrapper:hover .tos-close,.tos-desktop .tos-wrapper:hover .tos-next,.tos-desktop .tos-wrapper:hover .tos-prev,.tos-touch .tos-wrapper.tos-hover .tos-close,.tos-touch .tos-wrapper.tos-hover .tos-next,.tos-touch .tos-wrapper.tos-hover .tos-prev{opacity:.5}.tos-desktop .tos-wrapper:hover .tos-close:hover,.tos-desktop .tos-wrapper:hover .tos-next:hover,.tos-desktop .tos-wrapper:hover .tos-prev:hover,.tos-touch .tos-wrapper.tos-hover .tos-close:hover,.tos-touch .tos-wrapper.tos-hover .tos-next:hover,.tos-touch .tos-wrapper.tos-hover .tos-prev:hover{opacity:.9}.tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,.tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,.tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled{opacity:.2}.tos-close span:after,.tos-close span:before,.tos-next span,.tos-prev span{content:'';display:block;width:12px;height:12px;margin:-5px;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.tos-close span:after,.tos-close span:before{width:6px;height:6px;margin-top:-4px;margin-left:0;margin-right:0}.tos-close span:before,.tos-prev span{border-bottom:3px solid #fff;border-left:3px solid #fff;left:50%}.tos-close span:after,.tos-next span{border-top:3px solid #fff;border-right:3px solid #fff;right:50%}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide,.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide,.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide{padding-left:80px;padding-right:80px}.tos-inline{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;display:inline-block;margin:0;position:relative;top:auto;left:auto;right:auto}.tos-caption,.tos-pagination{text-align:center;-webkit-transition:opacity .4s ease;width:100%;bottom:0;left:0;z-index:1;position:absolute}.tos-inline.tos-prev{margin-right:-60px}.tos-inline.tos-next{margin-left:-60px}.tos-loading .tos-inline{opacity:0!important}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform:scale(3);-ms-transform:scale(3);transform:scale(3)}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next{-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.tos-caption{color:#fff;opacity:0;transition:opacity .4s ease}.tos-caption:after{content:'';display:block;clear:both}.tos-caption>div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;padding:0 20px;float:left}.tos-caption>div:last-child{float:right;margin-right:-2px}.tos-desktop .tos-wrapper:hover .tos-caption,.tos-touch .tos-wrapper.tos-hover .tos-caption{opacity:1}.tos-wrapper .tos-caption{line-height:20px;font-size:15px;text-shadow:0 1px 2px rgba(0,0,0,.8);height:40px}.tos-wrapper.tos-has-caption .tos-uibg{height:100px}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide{padding-bottom:60px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption{line-height:40px;font-size:30px;text-shadow:0 2px 4px rgba(0,0,0,.8);height:80px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg{height:200px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption{line-height:60px;font-size:45px;text-shadow:0 3px 6px rgba(0,0,0,.8);height:120px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg{height:300px}.tos-wrapper.tos-fx-slide .tos-slider{-webkit-transition-property:left,margin;transition-property:left,margin}.tos-pagination{white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;opacity:0;transition:opacity .4s ease}.tos-pagination a{display:inline-block}.tos-pagination.tos-bullets a{background-color:rgba(255,255,255,.2)}.tos-pagination.tos-bullets a:hover{background-color:rgba(255,255,255,.5)}.tos-pagination.tos-bullets a.tos-selected{background-color:rgba(255,255,255,.9)}.tos-desktop .tos-wrapper:hover .tos-pagination,.tos-touch .tos-wrapper.tos-hover .tos-pagination{opacity:1}.tos-wrapper .tos-pagination:after,.tos-wrapper .tos-pagination:before{content:'';display:inline-block;width:20px;height:10px}.tos-wrapper.tos-has-bullets .tos-pagination{height:30px}.tos-wrapper.tos-has-bullets .tos-pagination a{border-radius:10px;width:10px;height:10px;margin:0 5px}.tos-wrapper.tos-has-bullets .tos-caption{bottom:30px}.tos-wrapper.tos-has-bullets .tos-uibg{height:90px}.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg{height:130px}.tos-wrapper.tos-has-thumbnails .tos-pagination{height:70px}.tos-wrapper.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:50px;height:50px;margin:0 5px}.tos-wrapper.tos-has-thumbnails .tos-caption{bottom:70px}.tos-wrapper.tos-has-thumbnails .tos-uibg{height:130px}.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg{height:170px}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide{padding-bottom:50px}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide{padding-bottom:80px}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide{padding-bottom:90px}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide{padding-bottom:120px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:after,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:before{content:'';display:inline-block;width:40px;height:20px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination{height:60px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a{border-radius:20px;width:20px;height:20px;margin:0 10px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption{bottom:60px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg{height:180px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg{height:260px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination{height:140px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:100px;height:100px;margin:0 10px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption{bottom:140px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg{height:260px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg{height:340px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:after,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:before{content:'';display:inline-block;width:60px;height:30px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination{height:90px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a{border-radius:30px;width:30px;height:30px;margin:0 15px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption{bottom:90px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg{height:270px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg{height:390px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination{height:210px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:150px;height:150px;margin:0 15px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption{bottom:210px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg{height:390px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg{height:510px}.tos-slide .tos-html{-webkit-overflow-scrolling:touch}.tos-play,.tos-play:after{display:block;position:absolute;top:50%;left:50%}.tos-play{background:#000;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.tos-play:after{content:''}.tos-desktop .tos-wrapper:hover .tos-play,.tos-touch .tos-wrapper.tos-hover .tos-play{opacity:.5}.tos-desktop .tos-wrapper:hover .tos-play:hover,.tos-touch .tos-wrapper.tos-hover .tos-play:hover{opacity:.9}.tos-wrapper .tos-play{border-radius:80px;width:80px;height:80px;margin:-40px}.tos-wrapper .tos-play:after{border:20px solid transparent;border-left-color:#fff;border-left-width:30px;margin-top:-20px;margin-left:-10.5px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play{border-radius:160px;width:160px;height:160px;margin:-80px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after{border:40px solid transparent;border-left-color:#fff;border-left-width:60px;margin-top:-40px;margin-left:-21px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play{border-radius:240px;width:240px;height:240px;margin:-120px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after{border:60px solid transparent;border-left-color:#fff;border-left-width:90px;margin-top:-60px;margin-left:-31.5px}
span.eeb-nodis{display:none !important}span.eeb-rtl{unicode-bidi:bidi-override !important;direction:rtl !important;display:inline !important}span.eeb-rtl span.eeb-sd,span.eeb-nrtl span.eeb-sd{display:inline !important;padding-left:0 !important}span.eeb-nrtl{word-break:break-all !important}.eeb-encoded{position:relative;margin-top:-.3em;z-index:1000;color:green}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none !important;max-height:none !important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none !important;max-height:none !important;width:auto;padding:0}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px 'Lucida Console',Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(//www.1skrokytnice.cz/wp-content/themes/1skrokytnice/css/images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(//www.1skrokytnice.cz/wp-content/themes/1skrokytnice/css/images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(//www.1skrokytnice.cz/wp-content/themes/1skrokytnice/css/images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline !important;vertical-align:baseline !important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgba(255,255,255,.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:17px 0;margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:0 0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:0 0;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
:root{--fontPrimary:"Inter Tight",sans-serif;--fontTitle:"Inter Tight",sans-serif;--bgThemeDarkGreen:#013528;--bgThemeLightGreen:#f6f6f6;--bgThemeBlue:#03539e;--fontColor:#000;--themeGap40:4rem;--themeGapSection:8rem;--bgButton:#03539e;--colorButton:#fff;--bgButtonHover:#fe010b;--colorButtonHover:#fff}@media screen and (max-width:1279px){:root{--themeGap40:4rem;--themeGapSection:5rem}}@media screen and (max-width:767px){:root{--themeGap40:4rem;--themeGapSection:3rem}}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0 0 24px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html,body{min-width:320px;position:relative}body{padding-top:10rem!important}img{display:block;max-width:100%;height:auto}img.alignnone{display:inline-block}.assistive-text{position:absolute!important;clip:rect(1px 1px 1px 1px);padding:0!important;margin:0!important}@media screen and (max-width:767px){body{padding-top:7rem!important}}html{font-size:62.5%;font-family:var(--fontPrimary)}body{font-family:var(--fontPrimary)}body{font-size:1.8rem}body,input,textarea{font-weight:400;line-height:2.6rem;color:var(--fontColor)}.has-small-font-size{font-size:1.6rem!important}.has-medium-font-size{font-size:2rem}a,input,textarea,select,button{outline:none}a{color:var(--colorLink);transition:all .2s ease;text-decoration:underline}a:hover{color:var(--mainRedHover);text-decoration:none}a:active{color:var(--linkColorActive);text-decoration:none}a:focus{color:var(--linkColor);outline:none}a:focus-visible{color:var(--linkColor);outline-offset:0;border-radius:3px;outline:2px solid #00569d}a:hover,a:active,a:focus,a:focus-visible{transition:all .2s ease 0s}.h1--big,.h1--bigger,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:var(--colorFontHeading);margin:0;margin-bottom:3rem;font-weight:700;font-family:var(--fontTitle)}h1,.h1{font-size:4.2rem;line-height:5.6rem}.h1--big{font-size:5.6rem;line-height:6.6rem}.h1--bigger{font-size:4.6rem;line-height:5.6rem}h2,.h2{font-size:3.6rem;line-height:4.6rem}h3,.h3{font-size:2.6rem;line-height:3.8rem}h4,.h4{font-size:2.2rem;line-height:3.1rem}h5,.h5{font-size:1.8rem;line-height:2.8rem}h6,.h6{font-size:15px;line-height:20px;letter-spacing:.75px;text-transform:uppercase}p{margin:0 0 2.4rem}p:last-child{margin-bottom:0}p+h1,ul+h1,ol+h1,figure+h1,div+h1,p+h2,ul+h2,ol+h2,figure+h2,div+h2,p+h3,ul+h3,ol+h3,figure+h3,div+h3,p+h4,ul+h4,ol+h4,figure+h4,div+h4,p+h5,ul+h5,ol+h5,figure+h5,div+h5,p+h6,ul+h6,ol+h6,figure+h6,div+h6{margin-top:5rem}blockquote{background-color:var(--colorBgBlockquote);color:#fff;padding:2.6rem 3rem;margin:0 0 1.6rem}blockquote p{margin-bottom:.6rem;position:relative;padding-left:2.4rem}blockquote p:last-child{margin-bottom:0}blockquote p:before{content:"";font-size:1.4rem;line-height:2.2rem;text-align:center;position:absolute;left:0;top:9px;font-weight:700;width:9px;height:9px;background-size:9px 9px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGskrokytnicePjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iVnJzdHZhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iOXB4IiBoZWlnaHQ9IjlweCIgdmlld0JveD0iMCAwIDkgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOSA5IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjZmZmZmZmIiBwb2ludHM9IjksMyA2LDMgNiwwIDMsMCAzLDMgMCwzIDAsNiAzLDYgMyw5IDYsOSA2LDYgOSw2ICIvPjwvc3ZnPg==)}blockquote:last-child{margin-bottom:0}ul,ol{margin:0 0 2.4rem}ul:last-child,ol:last-child{margin-bottom:0}ol ol,ul ul{margin:0 0 3.2rem}ol li ol,ul li ul{margin-top:1rem}ul,ol{padding:0;padding-left:3.6rem}ul li,ol li{position:relative;padding-left:0;margin-bottom:2.4rem}ul li:last-child,ol li:last-child{margin-bottom:0}ul{padding-left:0}ul li{list-style:none;padding-left:3.2rem}ul li:before{content:"";text-align:center;position:absolute;left:5px;top:7px;width:12px;height:12px;border-radius:50%;background-color:#00569d}ul li li{padding-left:3.2rem}ul li li:before{background-color:var(--mainRed);content:"";text-align:center;position:absolute;left:5px;top:7px;width:12px;height:12px;border-radius:50%}ol{padding-left:0}ol ol{counter-reset:item}ol>li{counter-increment:item;list-style:none;padding-left:5rem}ol>li:before{background-color:#00569d;color:#fff;content:counter(item);width:28px;height:28px;text-align:left;position:absolute;left:0;top:0;font-weight:700;font-size:14px;line-height:28px;text-align:center}ol li{content:counter(subitem)}ol li li{content:counter(subsubitem)}.wp-block-table{margin:0 0 2.4rem}table{margin-bottom:2.4rem}.wp-block-table table,table{width:100%;margin:0;border-collapse:separate;border-radius:5px;background:var(--ffffff,#fff);box-shadow:0 2px 16px #0000001a;border-spacing:0}.wp-block-table table th,table th{font-family:var(--fontTitle)}.wp-block-table table th,table th,.wp-block-table table td,table td{padding:2.1rem 2.4rem 2.2rem;border:0;border-bottom:1px dotted #f3f3f3;color:#000;box-sizing:border-box;text-align:left}.wp-block-table table thead tr,table thead tr{border-radius:5px 5px 0 0}.wp-block-table table thead tr:first-child td:first-child,table thead tr:first-child td:first-child,.wp-block-table table thead tr:first-child th:first-child,table thead tr:first-child th:first-child{border-radius:5px 0 0;overflow:hidden}figcaption{margin-top:1.6rem}@media screen and (max-width:1023px){body{font-size:1.4rem}.has-medium-font-size{font-size:1.6rem;line-height:2.4rem}p{margin-bottom:1.6rem}body,input,textarea{line-height:2.2rem}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-bottom:1.6rem}.h1--big,.h1--bigger{font-size:3.2rem;line-height:4.2rem}h1,.h1{font-size:2.8rem;line-height:3.6rem}h2,.h2{font-size:2.4rem;line-height:3.2rem}h3,.h3{font-size:2rem;line-height:2.6rem}h4,.h4{font-size:1.8rem;line-height:2.4rem}h5,.h5,h6,.h6{font-size:1.4rem;line-height:2rem}ul{margin-bottom:1.6rem}ul li{padding-left:3.2rem}ul li:before{top:7px;width:8px;height:8px}ul li li{padding-left:3.2rem}ul li li:before{top:7px;width:8px;height:8px}ol{padding-left:0}ol ol{counter-reset:item}ol>li{counter-increment:item;list-style:none;padding-left:4.4rem}ol>li:before{width:24px;height:24px;left:0;top:0;font-size:12px;line-height:24px}ol li{content:counter(subitem)}ol li li{content:counter(subsubitem)}p+figure{margin-top:2rem}p+h1,ul+h1,ol+h1,figure+h1,p+h2,ul+h2,ol+h2,figure+h2,p+h3,ul+h3,ol+h3,figure+h3,p+h4,ul+h4,ol+h4,figure+h4,p+h5,ul+h5,ol+h5,figure+h5,p+h6,ul+h6,ol+h6,figure+h6{margin-top:2rem}.wp-block-table table th,table th,.wp-block-table table td,table td{padding:2.2rem 2.4rem 2.6rem}.wp-block-table{overflow:unset}.table-wrap{margin-bottom:4rem;overflow:auto;position:relative;width:calc(100% + 1.6rem);margin-right:-1.6rem}.table-wrap:before{position:absolute;width:22px;height:44px;content:"";background-image:url(//www.1skrokytnice.cz/wp-content/themes/1skrokytnice/dist/css/img/svg-min/table-arrow.svg);background-repeat:no-repeat;right:0;top:50%;margin-top:-2.2rem}.table-wrap table{width:800px;margin-bottom:0}.table-wrap--active:before{display:none}}.hideText{margin:0;text-indent:-9999em;letter-spacing:-9999em;overflow:hidden;color:transparent;display:block}.transitionAll{transition:all .2s ease}.page-overlay,.page-loader{background-color:#000000bf;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;background-size:120px 30px;background-position:center center;display:none}.page-overlay svg,.page-loader svg{position:absolute;top:50%;left:50%;fill:var(--linkColor);width:120px;height:30px;margin-left:-60px;margin-top:-15px}.page-overlay .page-loader__text,.page-loader .page-loader__text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:700;display:none}.show-menu-overlay .page-overlay,.show-overlay .page-overlay,.show-loader .page-loader{display:block}.only--mobile{display:none!important}textarea,input[type=text],input[type=tel],input[type=email],input[type=number],input[type=password],input[type=search],input[type=date],input[type=submit],button{-webkit-appearance:none;-webkit-border-radius:0}textarea,input[type=text],input[type=tel],input[type=email],input[type=number],input[type=password],input[type=search],input[type=date],input[type=url],input[type=file],select{color:#000;background-color:#fff;padding:1.3rem 3.9rem 1.2rem 1.5rem;width:100%;box-sizing:border-box;display:block;font-weight:500;font-size:16px;line-height:3.4rem;border:1px solid transparent;border-bottom:1px solid #cfd2cd}textarea:autofill,input[type=text]:autofill,input[type=tel]:autofill,input[type=email]:autofill,input[type=number]:autofill,input[type=password]:autofill,input[type=search]:autofill,input[type=date]:autofill,input[type=url]:autofill,input[type=file]:autofill,select:autofill,textarea::-internal-autofill-selected,input[type=text]::-internal-autofill-selected,input[type=tel]::-internal-autofill-selected,input[type=email]::-internal-autofill-selected,input[type=number]::-internal-autofill-selected,input[type=password]::-internal-autofill-selected,input[type=search]::-internal-autofill-selected,input[type=date]::-internal-autofill-selected,input[type=url]::-internal-autofill-selected,input[type=file]::-internal-autofill-selected,select::-internal-autofill-selected{background-color:#fff!important}textarea.wpcf7-not-valid,input[type=text].wpcf7-not-valid,input[type=tel].wpcf7-not-valid,input[type=email].wpcf7-not-valid,input[type=number].wpcf7-not-valid,input[type=password].wpcf7-not-valid,input[type=search].wpcf7-not-valid,input[type=date].wpcf7-not-valid,input[type=url].wpcf7-not-valid,input[type=file].wpcf7-not-valid,select.wpcf7-not-valid{border-color:red;color:red;transition:all .2s ease}textarea:hover,input[type=text]:hover,input[type=tel]:hover,input[type=email]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=date]:hover,input[type=url]:hover,input[type=file]:hover,select:hover{border:1px solid transparent;border-bottom:1px solid #cfd2cd;background-color:#fff}textarea:focus,input[type=text]:focus,input[type=tel]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=date]:focus,input[type=url]:focus,input[type=file]:focus,select:focus{border:0;transition:all .2s ease;outline:none}textarea:focus-visible,input[type=text]:focus-visible,input[type=tel]:focus-visible,input[type=email]:focus-visible,input[type=number]:focus-visible,input[type=password]:focus-visible,input[type=search]:focus-visible,input[type=date]:focus-visible,input[type=url]:focus-visible,input[type=file]:focus-visible,select:focus-visible{border:1px solid transparent;border-bottom:1px solid #cfd2cd;background-color:#fff;outline:1px solid var(--bgButton);outline-offset:2px}textarea:active,input[type=text]:active,input[type=tel]:active,input[type=email]:active,input[type=number]:active,input[type=password]:active,input[type=search]:active,input[type=date]:active,input[type=url]:active,input[type=file]:active,select:active{border:1px solid transparent;border-bottom:1px solid #cfd2cd;background-color:#fff}textarea.has-error,input[type=text].has-error,input[type=tel].has-error,input[type=email].has-error,input[type=number].has-error,input[type=password].has-error,input[type=search].has-error,input[type=date].has-error,input[type=url].has-error,input[type=file].has-error,select.has-error{border:3px solid #e13b3b;transition:all .2s ease}textarea::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,input[type=file]::-webkit-input-placeholder,select::-webkit-input-placeholder{color:#929292}textarea::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=url]::-moz-placeholder,input[type=file]::-moz-placeholder,select::-moz-placeholder{color:#929292}textarea:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,input[type=file]:-ms-input-placeholder,select:-ms-input-placeholder{color:#929292}textarea:-moz-placeholder,input[type=text]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=date]:-moz-placeholder,input[type=url]:-moz-placeholder,input[type=file]:-moz-placeholder,select:-moz-placeholder{color:#929292}textarea.error-text,input[type=text].error-text,input[type=tel].error-text,input[type=email].error-text,input[type=number].error-text,input[type=password].error-text,input[type=search].error-text,input[type=date].error-text,input[type=url].error-text,input[type=file].error-text,select.error-text{border:1px solid #d22718}input[type=date]::-webkit-inner-spin-button{display:none}input[type=date]::-webkit-clear-button{display:none}input[type=number]{padding-right:0}textarea{padding-top:2.2rem;line-height:2.4rem;min-height:100px;height:12.9rem;resize:none;border:1px solid #cfd2cd;border-radius:15px}textarea:hover{border:1px solid #cfd2cd}textarea:focus{border:0;transition:all .2s ease;outline:none}textarea:focus-visible{border:1px solid #cfd2cd;outline:1px solid var(--bgButton);outline-offset:2px}textarea:active{border:1px solid #cfd2cd}.file-upload-wrap{display:flex;align-items:stretch;gap:12px;width:100%}.file-upload-wrap{display:flex;align-items:center;gap:12px;width:100%;position:relative}.upload-clear{position:absolute;top:5px;right:1rem;width:50px;height:50px;z-index:2;cursor:pointer;display:none}.upload-clear svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);fill:var(--mainRed)}.upload-clear:hover svg{fill:var(--mainBlue)}.file-upload-wrap-text{flex:1;display:flex;flex-direction:column;height:62px;background-color:#f2f2f2;position:relative}.file-upload-wrap-button{position:relative}.file-upload-wrap-button .wpcf7-form-control-wrap{left:0;top:0;position:absolute}.upload-file-name{color:#a8a8a8;font-size:16px;font-style:normal;margin:0;z-index:1;transition:all .2s ease;cursor:pointer;text-transform:uppercase;font-weight:500;font-size:1.4rem;padding:1.3rem 3.9rem 1.2rem 1.5rem}.form-col--file.form-col--required:before{display:none}.form-col--file.form-col--required.form-col--some-text .file-upload-wrap-text:before{display:none}.form-col--file.form-col--required.form-col--some-text .upload-clear{display:block}.form-col--file.form-col--required .file-upload-wrap-text:before{position:absolute;right:2.4rem;top:2.9rem;margin-top:0;background-repeat:no-repeat;z-index:9;color:#d32600;width:7px;height:7px;background-image:url(//www.1skrokytnice.cz/wp-content/themes/1skrokytnice/dist/css/img/svg-min/star.svg);content:""}.form-col--file.form-col--some-text:before{display:none}.form-col--some-text .upload-file-name{padding-top:2.7rem;padding-bottom:.7rem;font-size:16px;color:#000}input[type=file].upload-input{position:absolute;right:0;bottom:0;opacity:0;cursor:pointer;left:0;top:0}.alert{position:relative;padding:1rem 3rem;margin-bottom:3rem;border:1px solid transparent;font-size:2rem;line-height:3rem}.alert--error{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert--success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}input[type=submit],input[type=submit].btn,button.btn,.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;font-size:1.8rem;line-height:2.8rem;font-weight:700;text-decoration:none;padding:1.5rem 3rem;border-radius:6px;border:1px solid var(--bgButton);background:var(--bgButton);color:var(--colorButton);transition:all .2s ease;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}input[type=submit] svg,input[type=submit].btn svg,button.btn svg,.btn svg{fill:currentColor;stroke:currentColor;margin-left:1rem}input[type=submit] svg.right-icon,input[type=submit].btn svg.right-icon,button.btn svg.right-icon,.btn svg.right-icon{margin:0 1rem 0 0}input[type=submit] svg.left-icon,input[type=submit].btn svg.left-icon,button.btn svg.left-icon,.btn svg.left-icon{margin:0 1rem 0 0}input[type=submit] .rotate-arrow,input[type=submit].btn .rotate-arrow,button.btn .rotate-arrow,.btn .rotate-arrow{transform:rotate(90deg)}input[type=submit]>span,input[type=submit].btn>span,button.btn>span,.btn>span{display:inline-flex;align-items:center}input[type=submit]:hover,input[type=submit].btn:hover,button.btn:hover,.btn:hover{text-decoration:none;background:var(--bgButtonHover);color:var(--colorButtonHover);border:1px solid var(--bgButtonHover)}input[type=submit]:hover svg,input[type=submit].btn:hover svg,button.btn:hover svg,.btn:hover svg{fill:currentColor}input[type=submit]:active,input[type=submit].btn:active,button.btn:active,.btn:active{background:var(--bgButton);color:var(--colorButton);border:1px solid var(--bgButton)}input[type=submit]:active svg,input[type=submit].btn:active svg,button.btn:active svg,.btn:active svg{fill:currentColor}input[type=submit]:focus,input[type=submit].btn:focus,button.btn:focus,.btn:focus{outline:none;color:#fff}input[type=submit]:focus svg,input[type=submit].btn:focus svg,button.btn:focus svg,.btn:focus svg{fill:currentColor}input[type=submit]:focus-visible,input[type=submit].btn:focus-visible,button.btn:focus-visible,.btn:focus-visible{outline-offset:0;background:var(--bgButton);color:var(--colorButton);border:1px solid var(--bgButton)}input[type=submit]:focus-visible svg,input[type=submit].btn:focus-visible svg,button.btn:focus-visible svg,.btn:focus-visible svg{fill:currentColor;margin-right:1.6rem}input[type=submit]:focus-visible svg.right-icon,input[type=submit].btn:focus-visible svg.right-icon,button.btn:focus-visible svg.right-icon,.btn:focus-visible svg.right-icon{margin:0 0 0 2.1rem}@media screen and (max-width:767px){input[type=submit],input[type=submit].btn,button.btn,.btn{font-size:1.4rem;line-height:2.4rem;padding:.8rem 2.4rem;justify-content:center}}input[type=checkbox],input[type=radio]{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}input[type=radio]+span:before,input[type=checkbox]+span:before{content:"";position:absolute;box-sizing:border-box;width:18px;height:18px;border:0;border-radius:3px;background-color:#e4e4e4;left:0;background-repeat:no-repeat;background-position:center center;background-size:0 0;top:2px}input[type=checkbox].valid+span{display:inline!important}input[type=checkbox].error-text+span:before{border:3px solid #d22718}input[type=radio]+span:before{border-radius:50%;background-size:0 0}input[type=checkbox]:checked+span:before,input[type=radio]:checked+span:before{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj48Zz48Zz48cGF0aCBmaWxsPSIjMWViNmU2IiBkPSJNNiAxMkE2IDYgMCAxIDEgNiAwYTYgNiAwIDEgMSAwIDEyeiIvPjwvZz48L2c+PC9zdmc+);background-size:12px 12px;background-repeat:no-repeat;background-position:center center;background-color:#fff}input[type=checkbox]:checked+span:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEyIDEwIj48Zz48Zz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNC41MzEgNi41TDEuNTMgMy41MDJsLTEuNSAxLjUgNC41MDEgNC41IDcuNS03LjVMMTAuNTMuNXoiLz48L2c+PC9nPjwvc3ZnPg==);background-size:12px 10px;background-repeat:no-repeat;background-color:#d32600}.label--checkbox{position:relative;color:#000;font-weight:400;margin:0;padding:0 0 0 3.2rem;font-size:1.4rem;line-height:2.6rem;display:block}.check-label-text{color:#000;z-index:1;position:relative;font-size:14px;line-height:26px;padding:1rem 1rem .8rem;display:block}.form-col:hover .wpcf7-acceptance label{color:#5f5f5f}.form-col .wpcf7-acceptance{padding-left:0;display:block}.form-col .wpcf7-acceptance label{position:relative;left:auto;top:0;text-transform:none;font-family:var(--fontPrimary);padding-left:2.5rem;font-size:1.4rem;font-weight:400;color:#5f5f5f}.wpcf7-form-control-wrap.your-acceptance .wpcf7-not-valid-tip{padding-left:0}@media screen and (max-width:1279px){.form-row .checkbox-label{font-size:1.6rem;line-height:2.4rem}}@media screen and (max-width:767px){.label--checkbox{font-size:14px;padding-left:3rem}}select{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9ImZlQXJyb3dVcDAiPjxnIGlkPSJmZUFycm93VXAxIj48cGF0aCBpZD0iZmVBcnJvd1VwMiIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGskrokytniceIGQ9Ik0xMiAyTDYgOEwtMi4yMTYwMmUtMDYgMkwxLjUgMC41MDAwMDFMNiA1TDEwLjUgMC40OTk5OTlMMTIgMloiIGZpbGw9IiMwMDU2OUskrokytniceLz48L2c+PC9nPjwvc3ZnPg==);background-repeat:no-repeat;background-position:calc(100% - 1.3rem) 50%}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}@media screen and (max-width:767px){select{padding:.9rem 1.5rem 1.1rem;font-size:1.3rem}}@media screen and (max-width:767px){textarea,input[type=text],input[type=tel],input[type=email],input[type=number],input[type=password],input[type=search],input[type=date],input[type=url],input[type=file],select{font-size:14px}.popup-box textarea,.popup-box input[type=text],.popup-box input[type=tel],.popup-box input[type=email],.popup-box input[type=number],.popup-box input[type=password],.popup-box input[type=search],.popup-box input[type=date],.popup-box input[type=url],.popup-box input[type=file],.popup-box select{color:#000;background-color:#f2f2f2;padding:.8rem 3.9rem .7rem 1.5rem;width:100%;box-sizing:border-box;display:block;font-weight:500;font-size:14px}.popup-box textarea:hover,.popup-box input[type=text]:hover,.popup-box input[type=tel]:hover,.popup-box input[type=email]:hover,.popup-box input[type=number]:hover,.popup-box input[type=password]:hover,.popup-box input[type=search]:hover,.popup-box input[type=date]:hover,.popup-box input[type=url]:hover,.popup-box input[type=file]:hover,.popup-box select:hover{border:3px solid #e6f0fb;background-color:#e6f0fb}.popup-box textarea:focus,.popup-box input[type=text]:focus,.popup-box input[type=tel]:focus,.popup-box input[type=email]:focus,.popup-box input[type=number]:focus,.popup-box input[type=password]:focus,.popup-box input[type=search]:focus,.popup-box input[type=date]:focus,.popup-box input[type=url]:focus,.popup-box input[type=file]:focus,.popup-box select:focus{border:0;transition:all .2s ease;outline:none}.popup-box textarea:focus-visible,.popup-box input[type=text]:focus-visible,.popup-box input[type=tel]:focus-visible,.popup-box input[type=email]:focus-visible,.popup-box input[type=number]:focus-visible,.popup-box input[type=password]:focus-visible,.popup-box input[type=search]:focus-visible,.popup-box input[type=date]:focus-visible,.popup-box input[type=url]:focus-visible,.popup-box input[type=file]:focus-visible,.popup-box select:focus-visible{border:3px solid #004994;background-color:#f2f2f2}.popup-box textarea:active,.popup-box input[type=text]:active,.popup-box input[type=tel]:active,.popup-box input[type=email]:active,.popup-box input[type=number]:active,.popup-box input[type=password]:active,.popup-box input[type=search]:active,.popup-box input[type=date]:active,.popup-box input[type=url]:active,.popup-box input[type=file]:active,.popup-box select:active{border:3px solid #b6cee6;background-color:#b6cee6}.file-upload-wrap{flex-direction:column;gap:4px}.file-upload-wrap .btn,.file-upload-wrap-text{width:100%}.upload-file-name{height:65px;box-sizing:border-box}}div.wpcf7 .ajax-loader,div.wpcf7 .wpcf7-spinner{position:absolute;top:50%;transform:translateY(-50%)}.wpcf7-not-valid-tip{font-size:1.4rem;color:#dc3232}.wpcf7 form .wpcf7-response-output{font-size:1.4rem;margin:3.2rem 0 0;text-align:center;border-radius:3px}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{background-color:#ffb900;color:#fff}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{background-color:#dc3232;color:#fff}.wpcf7 form.sent .wpcf7-response-output{background-color:#46b450;color:#fff}.form-row{margin:0 -1.2rem 2.8rem;display:flex;flex-wrap:wrap}.form-row:last-child{margin-bottom:0}.form-row--col2 .form-col{width:50%}.form-row--col3 .form-col{width:33.333%}.form-row--col3 .form-col:nth-child(1),.form-row--col3 .form-col:nth-child(2){max-width:38.4rem}.form-row--col3 .form-col:nth-child(3){width:calc(100% - 76.8rem)}.form-row--btn .btn{max-width:100%}.form-col{position:relative;text-align:left;padding:0 1.2rem;box-sizing:border-box;display:flex;align-items:flex-end;gap:10px;width:100%}.form-col .wpcf7-radio{display:flex}.form-col .wpcf7-radio label{position:relative;top:auto;left:auto;padding-left:4.2rem;cursor:pointer}.form-col .wpcf7-radio label:hover input[type=radio]+span:before{border:1px solid #94dbef;background-color:#94dbef}.form-col .wpcf7-radio label:focus-visible{outline:2px solid #fff;border-radius:2px}.form-col .wpcf7-radio label:active input[type=radio]+span:before{border:1px solid #053240;background-color:#053240}.form-col .wpcf7-radio .wpcf7-list-item{display:block;margin:0 3.1rem 0 0}.form-col--block{display:block}.form-col--block .form-col-label{margin-bottom:1rem;display:inline-block}.form-col-label{white-space:nowrap}.wpcf7-form-control-wrap{flex-grow:1}.form-row--title{margin-top:4.2rem;margin-bottom:3.4rem}.form-row--title .h4{margin-bottom:0}.form-row--text{margin-top:3.3rem;color:#fff;font-size:15px;font-weight:500;line-height:22px;text-align:center}.form-row--text a{text-decoration:underline;color:currentColor}.form-row--text a:hover{text-decoration:none;color:currentColor}.form-row--text a:active{color:currentColor}.form-row--text-info-dark{color:#000}.form-row--text-info-dark a{color:currentColor}.form-col--center,.form-col--button{text-align:center}.form-col--recaptcha{display:flex;justify-content:center;padding-top:1.7rem}.form-col--active label,.form-col--some-text label{color:#00569d;font-size:10px;font-weight:700;top:.3rem;transition:all .2s ease}.form-col--active input[type=text],.form-col--some-text input[type=text],.form-col--active input[type=tel],.form-col--some-text input[type=tel],.form-col--active input[type=email],.form-col--some-text input[type=email],.form-col--active input[type=number],.form-col--some-text input[type=number],.form-col--active input[type=password],.form-col--some-text input[type=password],.form-col--active input[type=search],.form-col--some-text input[type=search],.form-col--active input[type=date],.form-col--some-text input[type=date],.form-col--active input[type=url],.form-col--some-text input[type=url]{padding-top:1.8rem;padding-bottom:.7rem;background-color:#fff;border:3px solid #00569d}.form-col--active select,.form-col--some-text select{padding-top:1.8rem;padding-bottom:.7rem}.form-col--active textarea,.form-col--some-text textarea{padding:2.8rem 3.9rem .8rem 1.5rem;background-color:#fff;border:3px solid #00569d}@media screen and (max-width:1279px){.form-row--text{font-size:14px;line-height:22px;text-align:center}.form-row--text .form-col{text-align:center}.form-col label{font-size:12px}.form-col--button{text-align:center}}@media screen and (max-width:767px){.form-row{margin-bottom:1.6rem}.form-row--col2 .form-col{width:100%;margin-bottom:1.6rem}.form-row--col2 .form-col:last-child{margin-bottom:0}.form-row--text{font-size:13px;line-height:24px;margin-top:2.4rem}.form-col--active label,.form-col--some-text label{color:#959595;font-size:10px;font-weight:700;top:.4rem;transition:all .2s ease}.form-col--active input[type=text],.form-col--some-text input[type=text],.form-col--active input[type=tel],.form-col--some-text input[type=tel],.form-col--active input[type=email],.form-col--some-text input[type=email],.form-col--active input[type=number],.form-col--some-text input[type=number],.form-col--active input[type=password],.form-col--some-text input[type=password],.form-col--active input[type=search],.form-col--some-text input[type=search],.form-col--active input[type=date],.form-col--some-text input[type=date],.form-col--active input[type=url],.form-col--some-text input[type=url]{padding:1.3rem 3.9rem .2rem 1.5rem}.form-col--active select,.form-col--some-text select{padding-top:1.3rem;padding-bottom:.2rem}.form-col--active textarea,.form-col--some-text textarea{padding:2.8rem 3.9rem .8rem 1.5rem}}footer{position:relative;background-color:var(--bgThemeLightGreen)}.footer{padding:var(--themeGapSection,10rem) 0;position:relative}.footer-stripe{display:flex;flex-wrap:wrap}.footer-stripe-info{margin-right:10rem}.footer-logo{background:no-repeat url(/wp-content/themes/1skrokytnice/dist/img/logo.svg) center center;display:block;width:79px;height:80px;background-size:79px 80px;transition:all .2s ease;margin-bottom:4rem}.footer-logo-text{margin:0;text-indent:-9999em;letter-spacing:-9999em;overflow:hidden;color:transparent;display:block}.footer-stripe-menu-box ul li{padding:0;margin-bottom:1rem}.footer-stripe-menu-box ul li:before{display:none}.footer-stripe-menu-box ul li:last-of-type{margin-bottom:0}.footer-stripe-socials{display:flex;margin:0 0 0 auto}.footer-stripe-socials__link{display:block;width:6rem;height:6rem}.footer-stripe-socials__link svg{fill:#0866ff}@media screen and (max-width:767px){.footer-logo{width:49px;height:50px;background-size:49px 50px;margin-bottom:3.2rem}.footer-stripe-info{margin:0 0 3.2rem}.footer-stripe-menu{width:100%;margin:0 0 3.2rem}.footer-stripe-socials{margin:0}.footer-stripe-socials__link{width:3rem;height:3rem}.footer-stripe-socials__link svg{width:100%;height:100%}.footer-stripe-menu-box ul li{margin-bottom:.4rem}}.main-header{padding:0;position:fixed;top:0;width:100%;z-index:99;transition:all .2s ease;background-color:#fff}.main-header--fixed .main-header{box-shadow:0 4px 15px #0000001a}.admin-bar .main-header{top:3.2rem}.main-header-box{display:flex;flex-wrap:wrap;align-items:center}.main-header-logo{background:no-repeat url(/wp-content/themes/1skrokytnice/dist/img/logo.svg) center center;display:block;width:130px;height:131px;background-size:130px 131px;background-position:center top;top:3rem;z-index:3;width:79px;height:80px;background-size:79px 80px;top:1rem;background-position:left top;transition:all .2s ease;position:absolute}.main-header-logo-text{margin:0;text-indent:-9999em;letter-spacing:-9999em;overflow:hidden;color:transparent;display:block}.main-menu{display:flex}@media screen and (min-width:1280px){.main-menu{display:flex!important}}@media screen and (max-width:1279px){.main-header-box{padding-left:3.2rem;position:relative}.main-header-box:before{background-color:#fff;width:100%;height:100%;content:"";position:absolute;top:0;left:0;z-index:2}}@media screen and (max-width:767px){.main-header-box{padding-left:1.6rem}.main-header-logo{width:49px;height:50px;background-size:49px 50px;top:1rem;background-position:left top;transition:all .2s ease;position:absolute}}.copyright{padding:4rem 0;font-size:1.6rem;line-height:2.2rem;color:var(--ed-1,#43504c);background-color:#fff}.copyright a{text-decoration:none;color:var(--ed-1,#43504c)}.copyright-box{display:flex;align-items:center}.copyright-text{margin:0}.copyright-menu{text-align:right;margin:0 0 0 auto}.copyright-menu ul{list-style:none;margin:0;padding:0;display:flex;justify-content:flex-end;gap:35px}.copyright-menu ul li{padding-left:0;margin:0}.copyright-menu ul li:before{display:none}.copyright-menu ul a{text-decoration:none}@media screen and (max-width:1279px){.copyright{font-size:1.4rem;line-height:2.2rem}}@media screen and (max-width:1023px){.copyright-text{margin:1.6rem 0 0;text-align:center;width:100%;order:2}.copyright-menu{margin:0;width:100%;order:1}.copyright-menu ul{justify-content:center}}@media screen and (max-width:767px){.copyright{padding:2.2rem 0;font-size:1.2rem;line-height:2rem}.copyright-text{text-align:center;width:100%}.copyright-text span{display:block}.copyright-text span:last-of-type{margin-bottom:0}.copyright-menu ul{flex-direction:column;justify-content:center;align-items:center;gap:0}.copyright-box{display:flex;flex-wrap:wrap;align-items:center}}.container{max-width:1440px;margin:0 auto;position:relative;box-sizing:border-box;padding:0 6rem}.container .container{padding:0}.container--w800{max-width:80rem;padding:0}.container--p0{padding:0}.container--full{max-width:none;padding:0 6rem}@media screen and (max-width:1279px){.container{padding:0 3.2rem}.container--full{padding:0}}@media screen and (max-width:767px){.container{padding:0 1.6rem}.container--full{padding:0}.container--slider,.container--slider-small{max-width:calc(100% - 2.2rem);padding:0}}.main-menu-switcher{padding:0 3.2rem;display:none;position:relative;z-index:3}.main-menu-switcher .main-menu--switcher__icon{width:32px;position:relative;height:22px;margin:0 auto}.main-menu-switcher .main-menu--switcher__text{color:#fff;font-size:12px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;margin-top:8px;text-align:center;width:100%}.main-menu-switcher span{background:#fff repeat scroll 0 0;display:block;height:3px;left:0;position:absolute;top:0;transition:all .2s ease 0s;width:100%;opacity:1}.main-menu-switcher span:nth-child(2){top:9px}.main-menu-switcher span:nth-child(3){top:9px}.main-menu-switcher span:nth-child(4){top:18px}.show--menu .main-menu-switcher span:nth-child(1),.show--menu .main-menu-switcher span:nth-child(4){width:0;left:50%}.show--menu .main-menu-switcher span:nth-child(2){transform:rotate(45deg)}.show--menu .main-menu-switcher span:nth-child(3){transform:rotate(-45deg)}@media screen and (min-width:1280px){.main-menu{margin:0 0 0 14rem}.main-menu-navigation{display:flex;padding:0;margin:0}.main-menu-navigation .menu-item{display:flex;margin:0;padding:0}.main-menu-navigation .menu-item:before{display:none}.main-menu-navigation .menu-item:hover>a{color:var(--colorButton);background-color:var(--bgButton)}.main-menu-navigation .menu-item:hover .menu-children-arrow svg{transform:translate(-50%,-50%) rotate(-90deg);transition:all .2s ease}.main-menu-navigation .menu-item a{font-size:1.6rem;font-style:normal;font-weight:700;line-height:3rem;text-decoration:none;color:var(--fontColor);position:relative;padding:3.5rem 4rem;text-transform:uppercase}.main-menu-navigation .menu-item.current-page-parent>a,.main-menu-navigation .menu-item.current-menu-item>a{color:var(--colorButton);background-color:var(--bgButton)}.main-menu-navigation .menu-item.current-page-parent>a svg,.main-menu-navigation .menu-item.current-menu-item>a svg{stroke:currentColor}.main-menu-navigation .menu-item-is-external>a,.main-menu-navigation .menu-item-has-children>a{padding-right:5rem}.menu-children-arrow{width:50px;height:50px;position:absolute;right:0;top:50%;transform:translateY(-50%);display:block;transition:all .2s ease}.menu-children-arrow svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg);fill:currentColor;transition:all .2s ease}.menu-external-arrow{width:50px;height:50px;position:absolute;right:0;top:50%;transform:translateY(-50%);display:block;transition:all .2s ease}.menu-external-arrow svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);fill:currentColor;transition:all .2s ease}.sub-menu{display:none;position:absolute;width:32rem;background-color:#fff;background-color:var(--ededed,#ededed);top:100%;padding:0;margin:0}.sub-menu .menu-item a{padding:.8rem 4rem;width:100%;font-size:1.6rem;text-transform:none;font-weight:600}.submenu-menu-item--active .sub-menu{display:block}}@media screen and (max-width:1279px){.main-menu-switcher{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;cursor:pointer;margin:0 0 0 auto;background-color:var(--bgButton);height:10rem}.main-menu-navigation{display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;justify-content:flex-start;text-align:left}.main-header-submenu{display:none!important}.show--menu{overflow:hidden}.show--menu .main-menu{transform:translateY(0);transition:all .2s ease}.main-menu{width:100%;padding:0 0 7.2rem;position:fixed;top:100px;transform:translateY(calc(-100% - 100px));transition:all .2s ease;left:0;min-height:calc(100vh - 124px);max-height:100vh;box-sizing:border-box;overflow:auto;background-color:#fff;margin:0}.main-menu-navigation{width:100%}.main-menu-navigation>.menu-item-is-external>a,.main-menu-navigation>.menu-item-has-children>a{display:inline-flex;align-items:center;gap:4px;text-decoration:none;justify-content:flex-start;padding:1rem 3.2rem}.main-menu-navigation .menu-children-arrow{width:54px;height:54px;position:absolute;right:0;top:0;display:block;transition:all .2s ease}.main-menu-navigation .menu-children-arrow svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg);fill:currentColor;transition:all .2s ease}.main-menu-navigation .menu-external-arrow{width:54px;height:54px;position:absolute;right:0;top:0;display:block;transition:all .2s ease}.main-menu-navigation .menu-external-arrow svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);fill:currentColor;transition:all .2s ease}.main-menu-navigation .menu-item{box-sizing:border-box;padding:0;margin:0 auto;width:100%;display:block;border-bottom:1px solid var(--ededed,#ededed);overflow:hidden}.main-menu-navigation .menu-item:first-child{border-top:1px solid var(--ededed,#ededed)}.main-menu-navigation .menu-item a{text-decoration:none;font-size:1.6rem;font-weight:700;padding:1.6rem;display:block;width:100%;box-sizing:border-box}.main-menu-navigation .menu-item.current-page-parent>a,.main-menu-navigation .menu-item.current-menu-item>a{background-color:var(--bgButton);color:#fff}.main-menu-navigation .menu-item:before{display:none}.main-menu-navigation .menu-item .sub-menu{margin:0;display:none;background-color:var(--ededed,#ededed)}.main-menu-navigation .menu-item .sub-menu .menu-item:last-child{border:0}.main-menu-navigation .menu-item .sub-menu a{text-align:left;text-transform:none;font-weight:400;padding:1rem 1.6rem;font-size:14px;line-height:normal}.main-menu-navigation .menu-item .sub-menu a:hover{background-color:transparent}.main-menu-navigation .menu-item.show--submenu .menu-children-arrow{transform:rotate(180deg);transition:all .2s ease}}@media screen and (max-width:767px){.main-menu{top:70px;transform:translateY(calc(-100% - 70px));min-height:calc(100vh - 70px)}.main-menu-switcher{height:7rem;padding:0 1.8rem}.main-menu-switcher .main-menu--switcher__text{margin-top:.4rem}}.entry__content img{max-width:100%;height:auto;display:block}img[class*=align],img[class*=wp-image-],img[class*=attachment-]{height:auto;max-width:100%}img.size-full,img.size-large{max-width:100%;width:auto;height:auto}.entry__content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}img.alignleft,img.alignright,img.aligncenter{margin-bottom:1.625em}img.alignright{float:right;margin:0 0 2rem 4rem}img.alignleft{float:left;margin:0 4rem 2rem 0}img.aligncenter{display:block;margin-left:auto;margin-right:auto}.alignright{float:right}.alignleft{float:left}.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{margin-top:.4em}.wp-caption{background:#eee;margin-bottom:1.625em;max-width:96%;padding:9px}.wp-caption img{display:block;margin:-2px 0 0 -2px;max-width:98%}.wp-caption .wp-caption-text,.gallery-caption{color:#666;font-family:Georgia,serif;font-size:12px}.wp-caption .wp-caption-text{margin-bottom:.6em;padding:10px 0 5px 40px;position:relative}.wp-caption .wp-caption-text:before{color:#666;content:"—";font-size:14px;font-style:normal;font-weight:700;margin-right:5px;position:absolute;left:10px;top:7px}.wp-block-columns{gap:0!important;margin:0 -3.6rem 6rem}.wp-block-columns:last-of-type{margin-bottom:0}.wp-block-column{width:50%;padding:0 3.6rem;box-sizing:border-box}.wp-block-image{margin:3.2rem 0}.wp-block-image a{display:block}.wp-block-image img{border-radius:5px}.wp-block-image:last-child{margin-bottom:0}.wp-block-image+h1,.wp-block-image+h2,.wp-block-image+h3,.wp-block-image+h4,.wp-block-image+h5,.wp-block-image+h6{margin-top:2.4rem}.wp-block-image+ul{margin-top:0}.wp-block-gallery{display:block!important;width:100%!important}.wp-block-gallery .blocks-gallery-grid{display:grid;padding:0;margin:0;gap:32px}.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item{padding:0;margin:0;aspect-ratio:384/216;position:relative;overflow:auto;border-radius:3px;width:100%!important}.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:before{display:none}.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img{border-radius:3px}.wp-block-gallery.columns-3 .blocks-gallery-grid{grid-template-columns:repeat(3,1fr)}.wp-block-gallery.columns-2 .blocks-gallery-grid{grid-template-columns:repeat(2,1fr)}.block-contact-form{padding:15rem 0 18rem}.block-contact-form-box{display:flex;flex-wrap:wrap}.block-contact-form__form{width:463px}.block-contact-form__contacts{width:calc(100% - 463px);padding-left:11rem;box-sizing:border-box}.block-contact-form-contact__row{display:flex;margin-bottom:6.6rem;width:100%}.block-contact-form-contact__row:last-child{margin:0}.block-contact-form-contact__row:nth-child(2n) img{transform:rotate(8deg)}.block-contact-form-contact__row:nth-child(odd){padding-left:4rem}.block-contact-form-contact__row:nth-child(odd) img{transform:rotate(-10deg)}.block-contact-form-contact__photo{width:187px}.block-contact-form-contact__content{width:calc(100% - 187px);min-width:351px;box-sizing:border-box;background-color:var(--bgThemeDarkGreen);padding:18px;color:var(--fontColorWhite);margin-top:12rem;position:relative;z-index:1;margin-left:-5rem}.block-contact-form-contact__top{border-bottom:1px solid #43504c;padding-bottom:12px;margin-bottom:2rem;padding-left:6rem;position:relative}.block-contact-form-contact__logo{position:absolute;left:0;top:50%;margin-top:-2.8rem;fill:var(--fontColorLightGreen)}.block-contact-form-contact__position{color:var(--fontColorLight)}.block-contact-form-contact__name{color:var(--fontColorLightGreen)}.block-contact-form-contact__link{display:inline-flex;align-items:center;gap:11px}.block-contact-form-contact__link svg{fill:var(--fontColorLightGreen)}.block-contact-form-contact__link a{color:var(--fontColorWhite);text-decoration:none}.block-contact-form--dark{background-color:#013528}.block-contact-form--dark .block-contact-form-contact__content{background-color:#abe464;color:#013528}.block-contact-form--dark .block-contact-form__title,.block-contact-form--dark .form-col-label{color:#fff}.block-contact-form--dark textarea,.block-contact-form--dark input[type=text],.block-contact-form--dark input[type=tel],.block-contact-form--dark input[type=email],.block-contact-form--dark input[type=number],.block-contact-form--dark input[type=password],.block-contact-form--dark input[type=search],.block-contact-form--dark input[type=date],.block-contact-form--dark input[type=url],.block-contact-form--dark input[type=file],.block-contact-form--dark select{background-color:transparent;border-bottom:1px solid #fff;color:#fff}.block-contact-form--dark textarea{background-color:transparent;border:1px solid #fff;color:#fff}.block-contact-form--dark .block-contact-form-contact__link a{color:#013528}.block-contact-form--dark .block-contact-form-contact__link svg{fill:#013528}.block-contact-form--dark .block-contact-form-contact__name,.block-contact-form--dark .block-contact-form-contact__position{color:#013528}.block-contact-form--dark .block-contact-form-contact__logo{fill:#013528}.block--grey{background:#f6f6f6}.block--blue{background-color:var(--mainBlue)}.block-title{margin-bottom:6.4rem;text-align:center}.block-desc{text-align:center;margin-top:-3.2rem;margin-bottom:4.8rem}.block--hide-top-space{padding-top:0!important}.block--hide-bottom-space{padding-bottom:0!important}.block-entry-box-sidebar-box{position:relative}.block-triangle{position:absolute;top:-6rem;left:0;width:100%;height:60px}.block-triangle:before{content:"";position:absolute;top:0;left:0;width:0;height:0;border-style:solid;border-width:0 0 60px 70vw;border-color:transparent transparent #e8e9e5}.block-triangle:after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:60px 0 0 30vw;border-color:transparent transparent transparent #e8e9e5}@media screen and (max-width:767px){.block-title{margin-bottom:3.2rem}.block-desc{margin-top:-1.6rem;margin-bottom:3.2rem}}.block-header-page{background:var(--bgThemeLightGreen);padding:6rem 0}.block-header-page__title{text-align:center;margin:0}.block-header-page__date{text-align:center;color:var(--ed-1,#43504c);font-size:1.6rem;margin-top:2.4rem;text-transform:lowercase}.block-header-banner{position:relative}.block-header-banner img{aspect-ratio:1920/600}.block-header-banner:before{background:#00000040;width:100%;height:100%;content:"";position:absolute}@media screen and (max-width:767px){.block-header-page{padding:3rem 0}}.block-gallery{padding:var(--themeGapSection,10rem) 0}.block-gallery-items{display:flex}.block-gallery-link{position:relative;display:block}.block-gallery-link:before{width:0;height:0;position:absolute;top:50%;left:50%;transition:all .2s ease;content:"";background-color:#03539ee6;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTE3XzIyMykiPjxwYXRoIGQ9Ik0xOS41IDkuNzVDMTkuNSAxMS45MDE2IDE4LjgwMTYgMTMuODg5MSAxNy42MjUgMTUuNTAxNkwyMy41NTk0IDIxLjQ0MDZDMjQuMTQ1MyAyMi4wMjY2IDI0LjE0NTMgMjIuOTc4MSAyMy41NTk0IDIzLjU2NDFDMjIuOTczNCAyNC4xNSAyMi4wMjE5IDI0LjE1IDIxLjQzNTkgMjMuNTY0MUwxNS41MDE2IDE3LjYyNUMxMy44ODkxIDE4LjgwNjIgMTEuOTAxNiAxOS41IDkuNzUgMTkuNUM0LjM2NDA2IDE5LjUgMCAxNS4xMzU5IDAgOS43NUMwIDQuMzY0MDYgNC4zNjQwNiAwIDkuNzUgMEMxNS4xMzU5IDAgMTkuNSA0LjM2NDA2IDE5LjUgOS43NVpNOS43NSAxNi41QzEwLjYzNjQgMTYuNSAxMS41MTQyIDE2LjMyNTQgMTIuMzMzMSAxNS45ODYyQzEzLjE1MjEgMTUuNjQ3IDEzLjg5NjIgMTUuMTQ5OCAxNC41MjMgMTQuNTIzQzE1LjE0OTggMTMuODk2MiAxNS42NDcgMTMuMTUyMSAxNS45ODYyIDEyLjMzMzFDMTYuMzI1NCAxMS41MTQyIDE2LjUgMTAuNjM2NCAxNi41IDkuNzVDMTYuNSA4Ljg2MzU4IDE2LjMyNTQgNy45ODU4MyAxNS45ODYyIDcuMTY2ODlDMTUuNjQ3IDYuMzQ3OTQgMTUuMTQ5OCA1LjYwMzgyIDE0LjUyMyA0Ljk3NzAzQzEzLjg5NjIgNC4zNTAyMyAxMy4xNTIxIDMuODUzMDMgMTIuMzMzMSAzLjUxMzgxQzExLjUxNDIgMy4xNzQ1OSAxMC42MzY0IDMgOS43NSAzQzguODYzNTggMyA3Ljk4NTgzIDMuMTc0NTkgNy4xNjY4OSAzLjUxMzgxQzYuMzQ3OTQgMy44NTMwMyA1LjYwMzgyIDQuMzUwMjMgNC45NzcwMyA0Ljk3NzAzQzQuMzUwMjMgNS42MDM4MiAzLjg1MzAzIDYuMzQ3OTQgMy41MTM4MSA3LjE2Njg5QzMuMTc0NTkgNy45ODU4MyAzIDguODYzNTggMyA5Ljc1QzMgMTAuNjM2NCAzLjE3NDU5IDExLjUxNDIgMy41MTM4MSAxMi4zMzMxQzMuODUzMDMgMTMuMTUyMSA0LjM1MDIzIDEzLjg5NjIgNC45NzcwMyAxNC41MjNDNS42MDM4MiAxNS4xNDk4IDYuMzQ3OTQgMTUuNjQ3IDcuMTY2ODkgMTUuOTg2MkM3Ljk4NTgzIDE2LjMyNTQgOC44NjM1OCAxNi41IDkuNzUgMTYuNVoiIGZpbGw9IndoaXRlIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTE3XzIyMyI+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);background-position:center center;background-repeat:no-repeat;opacity:0}.block-gallery-link:hover:before{width:100%;height:100%;top:0;left:0;transition:all .2s ease;opacity:1}.block-gallery-items--4{display:grid;gap:3rem;grid-template-columns:1fr 1fr 1fr 1fr}.block-gallery-items--4 .block-gallery-link{border-radius:6px;display:block;overflow:hidden}.block-gallery-desc{margin-bottom:5rem}.block-gallery-desc--bottom{margin-top:5rem}@media screen and (max-width:767px){.block-gallery-items{gap:1.6rem}.block-gallery-items--4{gap:1.6rem;grid-template-columns:1fr 1fr}}.block-map{padding:var(--themeGapSection,10rem) 0}.block-map-box{height:600px}.block-map-buttons-box{display:flex;gap:4rem;justify-content:center;margin-top:5rem}@media screen and (max-width:767px){.block-map-box{height:400px}.block-map-buttons-box{gap:1.6rem;margin-top:2rem}}.block-posts-list{padding:var(--themeGapSection,10rem) 0;background:var(--bgThemeLightGreen)}.block-posts-loader{position:absolute}.block-posts-list-items{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.news-item{background-color:#fff;border-radius:6px;overflow:hidden;text-decoration:none;gap:0;display:grid;grid-template-rows:subgrid;grid-row:span 3;padding-bottom:1.6rem}.news-item:hover{color:var(--bgThemeBlue)}.news-item:hover .news-item__image img{transform:translate(-50%,-50%) scale(1.05) rotate(1deg);transition:all .2s linear;transform-origin:center center}.news-item:hover .news-item__readmore{text-decoration:none}.news-item__image{aspect-ratio:453/380;position:relative;overflow:hidden}.news-item__image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);transition:all .2s linear;transform-origin:center center}.news-item__content{padding:1.6rem 2rem}.news-item__title{padding:1.6rem 2rem 0;margin:0}.news-item__info{display:flex;color:var(--ed-1,#43504c);font-size:1.4rem;padding:1.6rem 2rem 0}.news-item__date{text-transform:lowercase}.news-item__readmore{margin:0 0 0 auto;text-decoration:underline}.block-archive-more{margin-top:5rem;text-align:center}.post-pagination{text-align:center;margin-top:6rem}.post-pagination__loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:none}.btn--show-loader .js-post-pagination-text{opacity:0}.btn--show-loader .post-pagination__loader{display:block}@media screen and (max-width:767px){.block-posts-list-items{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}.news-item__info{flex-wrap:wrap;flex-direction:column}.news-item__readmore{margin:.6rem 0 0}.block-archive-more{margin-top:3.2rem}.news-item__title{padding:1rem 1.6rem 0}.news-item__content{padding:1rem 1.6rem}.news-item__info{padding:1rem 1.6rem 0}.post-pagination{text-align:center;margin-top:2.4rem}}@media screen and (max-width:359px){.block-posts-list-items{grid-template-columns:repeat(1,1fr)}}.block-text-content{padding:var(--themeGapSection,10rem) 0}.block-realization-team{background:var(--bgThemeLightGreen);padding:var(--themeGapSection,10rem) 0}.block-realization-team-items{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -1.5rem -3rem}.block-realization-team-item{width:25%;padding:0 1.5rem;box-sizing:border-box;margin-bottom:3rem}.block-realization-team-item-box{background-color:#fff;border-radius:6px;padding:3rem 2rem;text-align:center;height:100%;box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:wrap}.block-realization-team-item__title{margin-bottom:1rem}.block-realization-team-item__desc{color:#65686c;font-size:1.6rem;padding-bottom:1.5rem}.block-realization-team-item-contacts{border-top:1px solid #f6f6f6;padding-top:1.5rem;justify-self:flex-end;width:100%;margin-top:auto}.block-realization-team-item-contact{font-size:1.6rem;line-height:2.6rem}@media screen and (max-width:767px){.block-realization-team-items{margin:0 -.8rem -1.6rem}.block-realization-team-item{width:50%;padding:0 .8rem;margin-bottom:1.6rem}.block-realization-team-item-box{padding:2rem 1.6rem}.block-realization-team-item-contact{font-size:1.4rem;line-height:2.4rem}}@media screen and (max-width:549px){.block-realization-team-item{width:100%;padding:0 .8rem}}.block-team-matches{padding:var(--themeGapSection,10rem) 0}.block-team-matches-top{margin-bottom:3rem}.block-team-matches-top-box{display:flex;align-items:center}.block-team-matches-top__title h2,.block-team-matches-top__title h3{margin:0}.block-team-matches-top-navigation{display:flex;margin:0 0 0 auto;gap:2rem}.block-team-matches-next,.block-team-matches-prev{background:#f6f6f6;width:4rem;height:4rem;cursor:pointer;color:#65686c;position:relative}.block-team-matches-next svg,.block-team-matches-prev svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;fill:currentColor}.block-team-matches-next:hover,.block-team-matches-prev:hover{background:var(--bgThemeBlue);color:#fff}.block-team-matches-next{border-radius:0 6px 6px 0}.block-team-matches-prev{border-radius:6px 0 0 6px}.block-team-matches-wrapper{position:relative}.block-team-matches-items{display:grid;grid-template-columns:1fr 1fr;gap:var(--themeGap40)}.block-team-matches-item-box{border-radius:6px;border:1px solid #d9d9d9;background:#fff;padding:2rem;box-sizing:border-box}.block-team-matches-item-top{padding:.5rem 2rem 2.5rem;border-bottom:1px solid #d9d9d9}.block-team-matches-item-top__text{text-align:center;color:#65686c;font-size:16px;font-weight:700;line-height:26px}.block-team-matches-item-info{display:flex;align-items:center;justify-content:center;padding-top:2.5rem}.block-team-matches-item-info-team{display:flex;align-items:center;gap:3rem;width:228px}.block-team-matches-item-info-team--home{justify-content:flex-end}.block-team-matches-item-info-team--home .block-team-matches-item-info-name{text-align:right}.block-team-matches-item-info-score{font-size:5rem;line-height:5rem;font-weight:700;margin:0 3rem;text-align:center}.block-team-matches-item-info-score--big{font-size:3rem}.block-team-matches-item-info-vs{margin:0 3rem;color:#65686c;font-weight:700;line-height:5rem}.block-team-matches-item-info-name{font-size:16px;font-weight:700;line-height:26px;width:calc(100% - 4rem)}.block-team-matches-buttons{display:flex;flex-wrap:wrap;gap:var(--themeGap40);justify-content:center;margin-top:5rem}@media screen and (max-width:1279px){.block-team-matches-items{grid-template-columns:1fr}}@media screen and (max-width:767px){.block-team-matches-top{margin-bottom:1.6rem}.block-team-matches-top-navigation{gap:1rem}.block-team-matches-item-box{padding:1.6rem}.block-team-matches-item-top{padding-bottom:1.2rem}.block-team-matches-item-top__text{font-size:1.2rem;line-height:2.2rem}.block-team-matches-item-info{flex-wrap:wrap;padding-top:1.2rem}.block-team-matches-item-info-team{width:calc(50% - 54px);padding:0 1rem;box-sizing:border-box;justify-content:center;gap:1rem;flex-wrap:wrap}.block-team-matches-item-info-name{width:auto;order:1;width:100%;text-align:center!important}.block-team-matches-item-info-score{font-size:3.2rem;line-height:3.2rem;margin:0 1.5rem}.block-team-matches-item-info-score--big{font-size:1.8rem}.block-team-matches-buttons{gap:1rem;margin-top:2rem}}@media screen and (max-width:479px){.block-team-matches-item-info-name{font-size:1.2rem;line-height:1.8rem}.block-team-matches-item-info-logo img{max-height:3rem;width:auto}}.block-teams-slider{background-color:var(--bgThemeBlue);padding:var(--themeGapSection,10rem) 0}.block-teams-slider-header-box{display:flex;align-items:center;margin-bottom:3rem}.block-teams-slider-header__title{margin-bottom:0}.block-teams-slider-header__title h2,.block-teams-slider-header__title h3{margin:0}.block-teams-slider-header-navigation{display:flex;margin:0 0 0 auto;gap:2rem}.block-teams-slider-next,.block-teams-slider-prev{background:#fff;width:4rem;height:4rem;cursor:pointer;color:#65686c;position:relative}.block-teams-slider-next svg,.block-teams-slider-prev svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;fill:currentColor}.block-teams-slider-next:hover,.block-teams-slider-prev:hover{background:#fe010b;color:#fff}.block-teams-slider-next{border-radius:0 6px 6px 0}.block-teams-slider-prev{border-radius:6px 0 0 6px}.block-teams-slider-slide-box{background-color:#fff;border-radius:6px;display:grid;place-items:center;aspect-ratio:1;padding:2rem 3rem;box-sizing:border-box;text-decoration:none;position:relative;overflow:hidden}.block-teams-slider-slide-box:before{position:absolute;width:0;height:0;background:#fe010b;content:"";border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s linear}.block-teams-slider-slide-box:hover:before{width:600px;height:600px;transition:all .4s linear}.block-teams-slider-slide-box:hover .block-teams-slider-slide-box__title,.block-teams-slider-slide-box:hover .block-teams-slider-slide-box__desc{color:#fff;transition:all .15s linear}.block-teams-slider-slide-content{text-align:center;position:relative;z-index:1}.block-teams-slider-slide-box__title{margin-bottom:.5rem;transition:all .25s linear}.block-teams-slider-slide-box__desc{font-weight:500;transition:all .25s linear;color:#65686c}@media screen and (max-width:767px){.block-teams-slider-header-box{display:flex;margin-bottom:1.6rem}.block-teams-slider-header-navigation{gap:1rem}}.block-partners-slider{padding:var(--themeGapSection,10rem) 0}.block-partners-slider li{padding:0;display:flex;align-items:center;margin:0 5rem}.block-partners-slider li:before{display:none}@media screen and (max-width:1279px){.block-partners-slider{padding:var(--themeGapSection,10rem) 0}.block-partners-slider li{margin:0 2rem}.block-partners-slider li:before{display:none}.block-partners-slider img{max-height:5rem;max-width:15rem;width:auto}}.main-page.main-page--404{padding:0 0 12.4rem}.search-top-bar-content__title{font-size:1.8rem;line-height:2.4rem;margin-bottom:1.2rem}.search-top-bar-content__count{margin-bottom:1.2rem}.search-top-bar-content__count:last-child{margin-bottom:1.2rem}.entry-box{padding:var(--themeGapSection,10rem) 0}@media screen and (max-width:1279px){.iframe-calendar{overflow:auto}.iframe-calendar iframe{width:800px;height:600px}}@media screen and (max-width:767px){.iframe-calendar{overflow:auto}.iframe-calendar iframe{width:400px;height:600px}}.block-breadcrumbs{margin-bottom:4.8rem}.breadcrumbs-list strong{display:none}.breadcrumbs-list a{color:var(--fontColorLight);font-size:14px;font-weight:400;line-height:24px;letter-spacing:.7px;text-decoration-line:underline;text-transform:uppercase;display:inline-flex;align-items:center}.breadcrumbs-list a:first-child{display:none}.breadcrumbs-list a svg{stroke:currentColor;margin-right:2.4rem}.breadcrumbs-list a svg.breadcrumb-separator{display:none}.breadcrumbs-list a:nth-child(3) svg.breadcrumb-arrow{display:none}.breadcrumbs-list a:nth-child(3) svg.breadcrumb-separator{display:block;margin-left:2.4rem}.breadcrumbs-list a:hover{text-decoration:none}@media screen and (max-width:767px){.block-breadcrumbs{margin-bottom:2.4rem;text-align:center}.block-breadcrumbs a{font-size:10px;line-height:18px;letter-spacing:.5px}.block-breadcrumbs a svg{margin-right:1.6rem}.block-breadcrumbs a:nth-child(3) svg.breadcrumb-separator{margin-left:1.6rem}}.language-box{position:relative;align-items:center;display:flex}.language-box:hover{background-color:var(--mainBlue);color:#fff}.language-box:hover .language-box-arrow{transform:rotate(180deg);transition:all .2s ease}.language-box .language-list--top{margin:0;padding:0 4rem 0 4.7rem}.language-box .language-list--top .language-list-item{padding:0 3.5rem 0 0;text-transform:uppercase}.language-box .language-list--top .language-list-item:before{display:none}.language-box .language-list--top .language-list-item .language-box-arrow{width:1.2rem;height:.6rem;content:"";position:absolute;right:1.1rem;top:50%;margin-top:-.3rem;stroke:currentColor;fill:none;transition:all .2s ease}.language-box .language-list--top .language-list-item span{font-size:14px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}.language-list--select{display:none;position:absolute;right:0;min-width:212px;background-color:#fff;top:100%;padding:5rem;box-sizing:border-box;text-align:right}.language-list--select .language-list-item{border:0;padding:0;background:#fff;width:100%;box-sizing:border-box;margin:0 0 1.6rem}.language-list--select .language-list-item:before{display:none}.language-list--select .language-list-item:last-child{margin-bottom:0}.language-list--select .language-list-item a{color:#000;font-weight:700;display:block;position:relative;text-align:right;font-size:16px;line-height:2.4rem;text-transform:none;text-decoration:none}.language-list--select .language-list-item a:hover{color:var(--mainBlue)}.language-list--select .language-list-item a svg{display:none}.language-list--select .language-list-item .language-box-language__tag{font-weight:700;text-transform:uppercase}.language-list--select .language-list-item .language-box-language__translate{font-weight:400;text-transform:lowercase}.language-list--select .language-list-item--active a{color:var(--mainBlue)}@media screen and (min-width:1280px){.language-box .language-list--top .language-list-item{height:124px;display:flex;align-items:center}}@media screen and (min-width:1280px) and (max-width:1799px){.language-box .language-list--top{padding:0 3rem 0 3.7rem}}@media screen and (min-width:1280px) and (max-width:1499px){.language-box .language-list--top{padding:0 2rem 0 2.7rem}}@media screen and (min-width:1280px) and (max-width:1399px){.language-box .language-list--top .language-list-item span{font-size:13px}}@media screen and (max-width:1279px){.language-box{height:124px;margin:0 0 0 auto}}@media screen and (max-width:1279px){.main-menu-langs{display:flex;justify-content:center;margin-bottom:2.5rem}.language-box{display:none;border-left:1px solid var(--ededed,#ededed);margin-left:-.1rem;padding-right:1.2rem;padding-left:2rem}.show-menu .language-box{display:flex}.show-menu .language-box .language-list--top .language-list-item{color:var(--mainBlue);transition:all .2s ease}.show-menu .language-box:hover .language-list--top .language-list-item{color:#fff;transition:all .2s ease}.language-box .language-list--top{padding:0}.language-list--select{padding:2.4rem;border-top:1px solid var(--ededed,#ededed)}}@media screen and (max-width:767px){.language-box{height:80px}}.popup{position:fixed;height:100vh;width:100vh;top:0;left:0;background-color:#000000d9;opacity:0;visibility:hidden;transform:scale(0)}.popup--show{opacity:1;height:100vh;width:100vw;visibility:visible;transform:scale(1);transition:all .3s ease;z-index:10000}.popup-wrapp{position:absolute;width:100%;max-width:1082px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:10px;background:#fff;box-sizing:border-box;z-index:100001;max-height:calc(100vh - 12rem);overflow:auto}.popup-close{position:absolute;top:1.4rem;right:1.3rem;height:24px;width:24px;cursor:pointer;color:#000;z-index:9}.popup-close svg{fill:currentColor}.popup-close-background{position:absolute;top:0;left:0;width:100%;height:100%}.popup-yt{position:absolute;width:100%;max-width:1082px;left:50%;top:50%;transform:translate(-50%,-50%);box-sizing:border-box;z-index:100001;max-height:calc(100vh - 12rem)}.popup-yt .popup-wrapp{position:relative;top:auto;left:auto;background:#000;transform:none;overflow:auto;border-radius:10px}.popup-yt .popup-close{color:#fff;top:-3.4rem;right:0}.popup-box{padding:4.9rem 4.6rem}.popup-box iframe{width:100%;aspect-ratio:16/9;display:block;height:auto}.popup-box-title{text-align:center}.popup-box-content{position:relative}.popup-box-content--video{padding:56.25% 0 0!important}.popup-box-content--video video,.popup-box-content--video iframe{position:absolute;top:0;left:0;width:100%;height:100%;display:block;background:#000}.popup-box__title{text-align:center}.popup-box__subtitle{margin-bottom:1.7rem;text-align:center}.popup-box-code{margin-top:5.5rem}.popup-box-content video{width:100%;aspect-ratio:16/9;display:block;height:auto}@media screen and (max-width:1276px){.popup-wrapp,.popup-yt{max-width:calc(100% - 64px)}.popup-yt .popup-wrapp{max-width:100%!important}.popup-box{padding:4.8rem 3.2rem}}@media screen and (max-width:767px){.popup-wrapp,.popup-yt{max-width:calc(100% - 32px)}.popup-box{padding:2.4rem 1.6rem}.popup-close{right:.6rem}}.title--white,.text--white{color:#fff}.title--center{text-align:center}.title--featured{font-size:5.4rem;line-height:7.2rem;margin-bottom:2.2rem}.theme-link{display:inline-flex;align-items:center;font-size:14px;line-height:normal;font-weight:700;letter-spacing:.7px;text-transform:uppercase;color:var(--fontColor);text-decoration:none}.theme-link svg{margin-left:1.6rem;fill:var(--mainRed);stroke:var(--mainRed)}.theme-link svg.left-icon{margin:0 1.6rem 0 0}.theme-link svg.rotate-arrow{transform:rotate(90deg)}a.theme-link:hover{color:var(--mainRed)}a.theme-link:active{color:var(--fontColor)}a.theme-link:active svg{fill:var(--fontColor);stroke:var(--fontColor)}a.theme-link:focus{color:var(--fontColor);outline:none}a.theme-link:focus-visible{color:var(--fontColor);outline-offset:5px;border-radius:5px;outline:2px solid #00569d}a.theme-link--white{color:#fff}a.theme-link--white svg{fill:#fff;stroke:#fff}a.theme-link--white:hover{text-shadow:0 4px 4px rgba(0,0,0,.34);color:#fff}a.theme-link--white:hover svg{fill:#fff;stroke:#fff}.video-play-link{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.video-play-link:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;content:"";width:68px;height:68px;border-radius:50%}.video-play-link svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);fill:var(--mainRed)}.video-play-link:hover svg{fill:var(--mainRedHover)}.wp-block-separator{border-top:1px solid #e2e2e2;margin:5.6rem 0 6.4rem}.nobreak{white-space:nowrap}.grecaptcha-badge,#cmplz-manage-consent .cmplz-manage-consent{display:none!important}.faz-btn-revisit-wrapper{opacity:0!important;pointer-events:none!important;position:absolute!important;visibility:hidden!important}@media screen and (max-width:1279px){.theme-link{font-size:12px;letter-spacing:.6px;line-height:1.6rem}.theme-link svg{margin-left:1.2rem}}@media screen and (max-width:767px){.title--featured{font-size:3.2rem;line-height:4.2rem;margin-bottom:.8rem}.wp-block-separator{margin:3.2rem 0}}.animate-element{opacity:0}.animate-element.animated{opacity:1}@media print{html{font-size:62.5%}body,.wf-active body{font:15px Georgia,Times New Roman,Times,serif;line-height:1.3;background:none!important;color:#000}a{color:#000;text-decoration:underline}h1,h2,h3,h4,h5,h6,img{page-break-after:avoid;page-break-inside:avoid}blockquote,table,pre{page-break-inside:avoid}ul,ol,dl{page-break-before:avoid}body>header{padding-top:0;box-sizing:border-box;height:auto;display:none}footer{display:none}.entry__content h1,.entry__content h2,.entry__content h3,.entry__content h4,.entry__content h5,.entry__content h6{font-family:Georgia,Times New Roman,Times,serif;color:#000}.entry__content h1{font-size:2rem}.entry__content h2{font-size:1.8rem}.entry__content h3{font-size:1.6rem}.entry__content h4{font-size:1.4rem}.entry__content h5{font-size:1.2rem}.entry__content h6{font-size:1rem}.entry__content ul{margin-left:2em;padding-left:0}.entry__content ul li{margin:0;padding:0;list-style:disc}.entry__content ul li:before{display:none}.entry__content table th,.entry__content table td{padding:4px 6px;color:#000}.entry__content table th a,.entry__content table td a{color:#000}.entry__content table th{font-family:Georgia,Times New Roman,Times,serif;font-size:1rem;font-weight:700;background:0 0}.entry__content table td{background:0 0}.entry__content p a[href^="http://"]:after,.entry__content a[href^="https://"]:after{content:" (" attr(href) ")"}.entry__content p a{word-wrap:break-word}.entry__content q:after{content:" (Zdroj: " attr(cite) ")"}.btn{text-decoration:underline;color:#000}.container{width:100%}.main-header,.main-menu,.slider,.sidebar{display:none}.content{float:none;width:100%;padding:0}.news-more{display:none}.perexies-box{margin:0}.page-banner{background-image:none!important}.page-header__title,.perexies-item__title,.page-content-title,.news-content-item-text__title,.news-content-item-text__title h2,.more-department-link{color:#000}.contacts-info-map{display:none}.contacts-list-title{color:#000}.contacts-list-header-item{width:25%!important}.contacts-list-item--title,.contacts-list-item--title .contacts-list-item,.contacts-list-item--contacts,.contacts-list-item--contacts .contacts-list-item{width:50%!important}.contacts-teachers .contacts-list-header-item{width:20%!important}.contacts-teachers .contacts-list-item--title{width:40%!important}.contacts-teachers .contacts-list-item--title .contacts-list-item{width:50%!important}.contacts-teachers .contacts-list-item--contacts{width:60%!important}.contacts-teachers .contacts-list-item--contacts .contacts-list-item{width:33.333%!important}.photogallery-detail,.photogallery{margin-left:0;margin-right:0}}
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none !important;max-height:none !important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none !important;max-height:none !important;width:auto;padding:0}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px 'Lucida Console',Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(//www.1skrokytnice.cz/wp-content/themes/1skrokytnice/css/images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(//www.1skrokytnice.cz/wp-content/themes/1skrokytnice/css/images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(//www.1skrokytnice.cz/wp-content/themes/1skrokytnice/css/images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline !important;vertical-align:baseline !important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgba(255,255,255,.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:17px 0;margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:0 0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:0 0;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}