@layer legacy {
/* V-system */
/* Imports */
/* V-system */
html,
body,
form,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
div,
hr,
input,
fieldset,
button {
    margin: 0px;
    padding: 0px;
}
/* Global settings */
.blind,
hr {
    display: none !important;
}
fieldset,
a,
a img {
    border: none;
    outline: none;
}
input,
textarea {
    outline: none;
    display: block;
    resize: none;
}
select,
button,
input,
textarea {
    font-family: "Roboto", sans-serif;
}
button {
    outline: none;
    cursor: pointer;
}
/* Layout */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    font-family: "Roboto", sans-serif;
    padding-top: 88px;
}
@media (max-width: 1020px) {
    body {
        padding-top: 80px;
    }
}
section {
    width: 100%;
    clear: both;
    min-height: 1%;
    position: relative;
    margin-bottom: 95px;
}
section:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
@media (max-width: 1020px) {
    section {
        margin-bottom: 80px;
    }
}
section .row {
    min-height: 1%;
    width: 100%;
    clear: both;
}
section .row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.pt20 {
    padding-top: 20px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt90 {
    padding-top: 90px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.half {
    width: 50%;
}
.half img {
    display: block;
    margin: 0 auto;
}
.half.left {
    float: left;
    padding-right: 15px;
}
.half.right {
    float: right;
    padding-left: 15px;
}
@media (max-width: 1020px) {
    .half {
        width: 100% !important;
    }
    .half:first-of-type {
        padding-bottom: 30px !important;
    }
    .half.left {
        float: none;
        padding-right: 0 !important;
    }
    .half.right {
        float: none;
        padding-left: 0 !important;
    }
}
.container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    min-height: 1%;
    position: relative;
}
.container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
span.date,
p.date {
    display: block;
    clear: both;
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    /*padding-left: 25px;
  background: url("./images/date.png") left center no-repeat;
  background-size: 14px 14px;*/
}
img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Ubuntu", sans-serif;
}
h1,
h2 {
    font-size: 32px;
    clear: both;
    margin-bottom: 20px;
    line-height: 39px;
    color: #000000;
    font-weight: 500;
}
h1 .red,
h2 .red {
    color: #ed0530;
}
@media (max-width: 1020px) {
    h1,
    h2 {
        font-size: 28px;
        line-height: 35px;
    }
}
@media (max-width: 450px) {
    h1,
    h2 {
        font-size: 25px;
        line-height: 32px;
    }
}
.section-detail h2 {
    font-size: 24px;
}
.section-detail ol {
    margin-left: 20px;
}
h3 {
    font-size: 22px;
    clear: both;
    margin-bottom: 11px;
    line-height: 27px;
    color: #000000;
    font-weight: 500;
}
h3 .red {
    color: #ed0530;
}
p,
ul li,
ol li,
table td,
table th {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    color: #000;
}
p strong,
ul li strong,
ol li strong,
table td strong,
table th strong {
    font-weight: bold;
}
p a,
ul li a,
ol li a,
table td a,
table th a {
    color: inherit;
}
p a:hover,
ul li a:hover,
ol li a:hover,
table td a:hover,
table th a:hover {
    text-decoration: none;
}
section ul {
    margin-bottom: 25px;
    clear: both;
    padding: 0 0;
    list-style: none;
}
section ul li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
section ul li:before {
    display: block;
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    top: 7px;
    background: url("./images/list.png") left center no-repeat;
    background-size: 100% 100%;
}
section ul li strong {
    font-weight: bold;
}
section ul li a {
    color: inherit;
}
section ul li a:hover {
    text-decoration: none;
}
.button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: transparent;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    outline: none;
    min-width: 130px;
    padding: 0 30px;
    height: 44px;
    line-height: 42px;
    border-radius: 5px;
    border: 2px solid;
}
.button.red {
    border-color: #ed0530;
    background: #ed0530;
    color: #fff;
}
.button.red:hover {
    background: #fff;
    border-color: #ed0530;
    color: #ed0530;
}
.button.white {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.button.white:hover {
    color: #ed0530;
    border-color: #fff;
    background: #fff;
}
@media (max-width: 450px) {
    .button {
        padding: 0 14px;
    }
}
.link-more {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    display: inline-block;
    text-decoration: none;
    border-bottom: 3px solid #ed0530;
    padding-bottom: 2px;
}
.tag {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: inline-block;
    color: #fff;
    line-height: 25px;
    height: 25px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 500;
    top: 15px;
    left: 15px;
    z-index: 30;
}
.tag.large {
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    line-height: 32px;
    padding: 0 20px;
    position: static;
    clear: both;
    margin-bottom: 16px;
}
table {
    border-spacing: 0;
    width: 100%;
}
table tr td:first-of-type,
table tr th:first-of-type {
    text-align: left;
    padding-left: 0;
}
table tr td:last-of-type,
table tr th:last-of-type {
    padding-right: 0;
}
table tr:last-of-type td,
table tr:last-of-type th {
    border-bottom: none;
}
table td,
table th {
    padding: 12px 10px;
    border-bottom: 1px solid #d5d5d5;
    font-weight: normal;
    text-align: center;
}
@media (max-width: 767px) {
    table td,
    table th {
        font-size: 13px;
        line-height: 19px;
    }
}
@media (max-width: 450px) {
    table td,
    table th {
        font-size: 11px;
        padding: 10px 5px;
        line-height: 16px;
    }
}
table th {
    border-top: none;
    font-weight: bold;
    border-bottom: 1px solid #000;
}
.table-content {
    max-width: 100%;
    overflow: auto;
}
/* Mixins */
.cf {
    min-height: 1%;
}
.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.upp {
    text-transform: uppercase;
}
.und {
    text-decoration: underline;
}
.animated {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.radius {
    border-radius: 5px;
}
.shadow {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
}
.mont {
    font-family: "Ubuntu", sans-serif;
}


/* =========================================================================
   Moved out of header.php inline <style> blocks (Phase 2 consolidation).
   Presentation only. The dynamic bits stay in header.php: the alertbar colour
   (now an inline style on the .top-alert element) and the is_cz()-only rules.
   New styling should use Tailwind utilities, not be added here.
   ========================================================================= */

#wp-admin-bar-top-secondary { display: none; }

p img.alignnone { display: inline-block !important; }

.wp-block-column.has-background {
    border-radius: 25px !important;
    padding: 1rem 2rem !important;
}

.wp-block-media-text__content a { text-decoration: underline; }
.section-detail a { text-decoration: underline; }
.wp-block-media-text__content a:hover { text-decoration: underline; }


.has-text-align-center { text-align: center !important; }

.wpml-ls-item-en { display: none !important; }

.box.hidden { display: none; }

.text p a { text-decoration: underline !important; }
.top-alert a { text-decoration: underline; }

.wp-block-buttons .wp-block-button__link { width: auto; }

#infigy-demo { width: 270px; height: 570px; }
#infigy-demo iframe { width: 100% !important; height: 100% !important; }
@media screen and (min-width: 640px) {
    #infigy-demo { width: 383px; height: 800px; }
}

a[id]::before {
    content: '';
    display: block;
    height: 90px;
    margin-top: -90px;
    visibility: hidden;
}

.xinvert { color: #424044 !important; }


@media print {
    header, footer, .section-newsletter, .img-detail, .breadcrumbs, .share-buttons {
        display: none;
    }
}

ul.blocks-gallery-grid li { list-style: none; background: none; }
ul.blocks-gallery-grid li:before { display: none; }

figure.wp-block-table {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}

.wp-block-image img { height: auto !important; }

.wp-block-gallery.is-cropped figure.wp-block-image {
    display: flex;
    flex-direction: column;
}
.wp-block-gallery.is-cropped figure.wp-block-image img {
    flex: 1 1 0;
    height: 100% !important;
    width: 100%;
    /* !important: jinak vyhraje WP core .has-nested-images...:not(#individual-image) img { cover } (ID specificita) */
    object-fit: contain !important;
}

.wpml-ls-legacy-dropdown-click {
    width: 60px;
    float: right;
    margin-left: 1rem;
    position: relative;
    top: 2px;
}

.page-id-138 .section-slider-photos .photo { background-size: contain; }

.blocks-gallery-item figure img { cursor: pointer; }

.wp-block-quote.is-large,
.wp-block-quote.is-style-large { padding-left: 60px !important; }

#frm-file, #frm-contactForm-file { display: none; }

section ul.blocks-gallery-grid li { padding-left: 0 !important; }

.wp-block-image figcaption { text-align: center; }

@media (max-width: 1360px) {
    .products-side-menu { display: none; }
}

.wp-block-image .aligncenter { display: flex; justify-content: center; }


.top-alert {
    z-index: 15000;
    position: relative;
    top: -14px;
    width: 100%;
    padding: 0.5rem 0;
}
.top-alert p {
    color: #fff !important;
    text-align: center;
    margin: 0;
    padding: 0;
}

.wp-block-media-text__media img { height: auto !important; }

.desktop-only { display: block; }
.mobile-only { display: none; }

@media (max-width: 767px) {
    .desktop-only { display: none !important; }
    .mobile-only { display: block !important; }
    .menu-menu-cz-container { display: none; }
    .info-firmy { display: none !important; }
    .google-reviews-mobile .container > div { margin: 20px 10px !important; }
    .google-reviews-mobile .container > div > div { min-width: 260px !important; }
    .carousel-buttons {
        display: flex !important;
        gap: 8px !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }
    .carousel-buttons .button,
    .section-intro .button {
        margin: 0 !important;
        margin-right: 8px !important;
        padding: 10px 15px !important;
        font-size: 13px !important;
        white-space: nowrap !important;
        flex: 0 0 auto !important;
        min-width: auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: normal !important;
    }
    .carousel-buttons .button:last-child { margin-right: 0 !important; }
}

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.fa-search:before { content: "\f002"; }

button, fieldset, form, input { margin: 0; padding: 0; }

.blind { display: none !important; }

fieldset { border: none; }

input { display: block; resize: none; }

button, input { outline: 0; font-family: "Roboto", sans-serif; }

button { cursor: pointer; }

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

form { min-height: 1px; width: 100%; clear: both; }
form:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
form fieldset { min-height: 1px; width: 100%; clear: both; }
form fieldset:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
form label {
    color: #717073;
    font-size: 14px;
    line-height: 22px;
    display: block;
    width: 100%;
}
form button i { margin-left: 12px; display: inline-block; }
form input {
    display: block;
    width: 100%;
    border: 2px solid #e3e2e2;
    outline: 0 !important;
    color: #515054;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    background: 0 0;
}
form input:focus { border-color: #11b0e8; }

.search-main-box {
    background: #ed0530;
    display: none;
    margin-top: 12px;
    padding: 1rem;
    position: absolute;
    width: 100%;
}
.search-main-box form {
    display: block;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.search-main-box form input {
    height: 46px;
    line-height: 46px;
    background: #fff;
    border-radius: 23px;
    border: none;
    display: block;
    width: 100%;
    padding: 0 70px 0 30px;
    font-size: 15px;
    color: #000;
}
.search-main-box form button {
    border: none;
    background: 0 0;
    color: #000;
    position: absolute;
    top: 13px;
    right: 20px;
}

.wp-block-embed__wrapper { text-align: center !important; }

table tr:last-of-type td,
table tr:last-of-type th { border-bottom: 1px solid black; }

.container { max-width: 1600px; }

.partners-section { background-color: #f8f8f8; padding: 40px 0; }
.partners-section .partner-logo { transition: transform 0.3s ease, opacity 0.3s ease; }
.partners-section .partner-logo:hover { transform: scale(1.1); opacity: 0.8; }

.section-products-detail .introduction .text {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
}

.section-products-detail iframe,
.section-detail iframe,
.container iframe[src*="youtube"],
.container iframe[src*="vimeo"] {
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9;
}
.section-products-detail p:has(iframe),
.section-detail p:has(iframe) {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.section-products-detail iframe,
.section-detail iframe {
    width: 100% !important;
    max-width: 640px;
    height: 360px;
}
@supports (aspect-ratio: 16/9) {
    .section-products-detail iframe,
    .section-detail iframe { height: auto !important; }
}
@media (max-width: 767px) {
    .section-products-detail iframe,
    .section-detail iframe,
    .container iframe {
        width: 100% !important;
        height: auto !important;
        min-height: 200px;
        max-height: 400px;
        aspect-ratio: 16/9;
    }
    @supports not (aspect-ratio: 16/9) {
        .section-products-detail iframe,
        .section-detail iframe,
        .container iframe {
            height: 56.25vw !important;
            max-height: 400px !important;
        }
    }
}
@media (max-width: 767px) {
    .partners-section .logo { margin: 10px; }
    .partners-section .partner-logo { height: 50px !important; max-width: 120px !important; }
    .partners-section h2 { font-size: 20px !important; padding: 0 20px; }
}

}
