/*=============navbar start=================*/
html {
    scrollbar-gutter: stable;
}

body {
    font-family: 'Inter', sans-serif;
    color: black;
}

/* Sloučeno s dřívějším duplicitním .nav (bývalý řádek ~2446). */
.nav {
    border-bottom: 1px solid #E5E6E7;
    background-color: #FFFFFF !important;
    white-space: nowrap;
}

.btn {
    white-space: pre-line !important;
}

.footer-link {
    color: white;
}

.footer-link:hover {
    color: #2861FF;
}

nav .dropdown-item {
    font-size: 14px;
}

.top-bar a {
    font-size: 14px;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    content: "";
    background-image: url("/assets/front/img/expand_more.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    border: 0;
}

.text-primary {
    color: #2861FF !important;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .active>.nav-link {
    font-weight: 600;
    color: #81D052 !important;
}

/*sticky header*/
.nav.header-sticky {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
}


.bg-light-gray {
    background-color: var(--pf-light-bg, #f8f8f8) !important;
    background-image: none !important;
}

.bg-blue-gray {
    background-repeat: repeat;
    background-image: url("/assets/front/img/bg-blue.png");
    /*  background-size: cover;*/
}

.bg-blue-gray2 {
    background-repeat: repeat;
    background-image: url("/assets/front/img/bg-blue.png");
    /*  background-size: cover;*/
}

.navbar-nav .nav-item .nav-link {
    color: black;
    font-weight: 600;
    font-size: 14px;
    padding: 8px !important;
}

.navbar-nav .nav-item .nav-link.btn-main-blue {
    padding: 14px 24px !important;
}

.navbar-nav .nav-item:hover .nav-link {
    color: #0034C3;
}

.logo-narrow {
    width: 100px;
}

.nav-menu-btn {
    width: 60px;
}

.nav-bar-icon {
    height: 40px;
}

.top-bar {
    background-color: #010101;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.top-bar-strip {
    height: 48px;
    display: flex;
    align-items: center;
}

.top-bar-left {
    align-items: center;
    gap: 32px;
}

.top-bar-right {
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.top-bar-link {
    color: #D5D7D8 !important;
    font-size: 14px;
    text-decoration: none;
}

.top-bar span {
    font-size: 14px;
}

.btn-main-blue {
    border-radius: 16px;
    background: var(--Primary, #2861FF);
    box-shadow: 0px 8px 24px 0px rgba(40, 97, 255, 0.25);
    padding: 14px 24px;
    font-weight: 600;
    transition: 300ms;
    line-height: 1.42;
}

.btn-main-blue:hover {
    background: #1a4acc;
    color: #fff !important;
    transform: translateY(-5px);
}

.btn-main-orange:hover {
    background: #ff6118 !important;
    color: #fff !important;
    box-shadow: 0 8px 24px 0 rgba(255, 97, 24, 0.25) !important;
    transform: translateY(-5px);
}

.nav-link.btn-main-blue {
    color: #fff !important
}

.nav-link.btn-main-blue:hover {
    color: #fff !important;
    transform: translateY(0PX);
}

.btn-main-orange,
.btn-main-orange:active {
    border-radius: 16px;
    background: var(--Secondary, #FF7528) !important;
    box-shadow: 0 8px 24px 0 rgba(255, 117, 40, 0.25) !important;
    padding: 14px 24px;
    font-weight: 500;
    transition: 300ms;
    border: none !important;
    color: white;
}

.btn-main-orange:focus {
    background: #ff6118 !important;
    color: #fff !important;
    box-shadow: 0 8px 24px 0 rgba(255, 97, 24, 0.25) !important;
}

.btn-main-white {
    border-radius: 16px;
    background: var(--Button-Secondary, #EDEDED);
    box-shadow: 0px 8px 24px 0px rgba(238, 238, 238, 0.25);
    padding: 14px 24px;
    font-weight: 500;
    font-size: 14px;
    transition: 300ms;
    line-height: 1.42;
}

.btn-main-white:hover {
    background: #010101;
    color: #fff;
    transform: translateY(-5px);
}


/*=================HOME PAGE==========================*/

.home-banner-section {

    padding-bottom: 0px;
}

.home-banner-section h1 {
    color: var(--Black, #010101);
    font-style: normal;
    font-weight: 700;
    line-height: 1.11;
    letter-spacing: -0.04em;
}

.home-banner-section p {
    font-size: 18px;
    color: #363636 !important;
    line-height: 1.55;
    width: 78%;
    padding: 24px 0 32px;
}

.home-second-section {
    background-color: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 5px 8px 6px rgba(0, 0, 0, 0.05);
    min-height: 200px;
}

.recenze-kontejner {
    max-width: 100%;
}

.bg-home-second .home-second-section {
    min-height: 180px;
}

.home-border-section {
    border-radius: 16px;
    border: 1px solid #D4D6D7;
    padding: 10px !important;
    position: relative;
    top: 32px;
    transition: 300ms;
}



/* Sloučeno s dřívějšími duplicitními pravidly (padding/margin). */
.home-second-section h2 {
    color: #010101;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.27;
    letter-spacing: -0.044px;
    padding-top: 16px;
    padding-bottom: 2px;
    margin: 0 !important;
}

.home-second-section h3 {
    color: #8A8A8A;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    letter-spacing: -0.3px;
    padding-top: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.home-second-section img {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.home-fourth-section {
    background-color: var(--pf-light-bg, #f8f8f8);
    padding: 24px 16px;
    border-radius: 15px;
    background-image: none;
    transition: 300ms;
}

@media (max-width: 991.98px) {
    .home-fourth-section {
        min-height: 605px;
    }
}

.home-fourth-section:hover {
    border-color: #2861FF !important;
}

.home-fourth-section h2 {
    color: var(--Black, #010101);

    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 127.273% */
    letter-spacing: -0.044px;
}

.rounded {
    border-radius: 16px !important;
    font-weight: 600;
}

.text-orange {
    color: #FF7528 !important;
}

.home-sixth-section .circle-rounded {
    position: relative;
    bottom: 10px;
}

.home-sixth-section .circle-rounded::after {
    content: "";
    position: absolute;
    top: 104%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 8px;
    background-color: #D5D7D8;
}

.home-sixth-section .circle-rounded.last-step::after {
    display: none;
}

/* Sloučeno s dřívějším duplicitním pravidlem (height 318px !important vyhrávalo). */
.home-thired-last-section {
    width: 100%;
    height: 318px !important;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--Border, #D5D7D8);
    background: var(--White, #FFF);
    /* Shadow */
    box-shadow: 0px 8px 24px 0px rgba(1, 1, 1, 0.06);
}

.home-thired-last-section img {
    width: 32px !important;
    height: 32px;
}

.home-thired-last-section h4 {
    color: #010101;
    font-family: Inter;
    font-size: 18px;
    line-height: 1.33;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-thired-last-section p {
    color: #363636;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.857%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* number of lines to show */
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.home-thired-last-section i {
    color: #2861FF;
    padding-left: 10px;
    padding-top: 10px;
}

/* Sloučeno s dřívějším duplicitním pravidlem (line-height, padding-left). */
.home-thired-last-section span {
    color: var(--Black, #010101);

    /* text-S-semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    padding-left: 10px;
}

.home-last-section i {
    color: #2861FF;
    position: absolute;
    top: 30px;
}

.home-last-section h3 {
    color: var(--Black, #010101);
    margin-top: 10px;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: inherit;
}

.home-last-section span {
    color: var(--Text, #363636);

    /* text-XS-regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.home-last-section img {
    width: 64px;
}

footer {
    background-color: black;
    color: #ADB1B3;
}

footer h3 {
    color: white;
    margin-bottom: 30px;
    font-size: 18px;
    margin-top: 10px;
}

footer span {
    font-size: 14px;
    color: #ADB1B3;

}

footer .col-md-4 a {
    color: #ADB1B3;
    text-decoration: underline;
    line-height: 20px;
    font-size: 14px;

}

footer a:hover {
    color: #8A8A8A;
}

footer hr {
    border-color: #3b3b3b;
}

footer .text-light {
    text-decoration: none !important;
}

footer .text-dark {
    text-decoration: none !important;
}

footer .text-dark:hover {
    color: #fff !important;
}


/* =======================================formátování_page===================== */
/* =======================================formátování_page===================== */
/* =======================================formátování_page===================== */
.formátování_page {
    background-color: white;
    border-radius: 10px;
    border-left: 2px solid blue;
    padding: 24px;
    font-size: 18px;
}

.formátování_page small {
    color: var(--Text-Soft, #8A8A8A);

    /* text-S-semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
}

.formátování_last_section {
    background-color: white;
    border-radius: 16px;
    padding: 24px 24px 2px;
}

.formátování_last_section h1 {
    color: #010101;
    text-align: center;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 125.714%;
    letter-spacing: -0.7px;
}

.formátování_last_section p {
    font-size: 14px;
}

.bg-blue-gray .col-9 {
    position: relative;
    bottom: 90px;
}

/*formatujeme_page*/
.formatujeme_page {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: white;
    text-align: center;
    border-radius: 16px;
    padding: 16px 24px;
    position: relative;
    bottom: 30px;
    border: 2px solid #D5D7D8;
    min-height: 280px;
    height:330px;
}

.formatujeme_page circle {
    stroke: none;
}


.formatujeme_page:hover {
    border: solid 1px #2861FF;
    color: #fff !important;
}

.formatujeme_page:hover circle {
    fill: #2861FF !important;
    stroke: none;
}

.formatujeme_page:hover path {
    fill: #fff !important;
}

.formatujeme_page img {
    width: 104px;
    height: 104px;
}

.formatujeme_page h2 {
    color: var(--Black, #010101);
    text-align: center;
    /* heading-S */
    font-family: Inter;
    font-size: 28px;
    line-height: 36px;
    /* 128.571% */
    letter-spacing: -0.56px;
}

/*=============================Ceník_page_banner======================*/
/*=============================Ceník_page_banner======================*/
/*=============================Ceník_page_banner======================*/
.home-jaký-section {
    padding: 8px;
}

.home-jaký-section span {
    font-size: 14px;
}

.home-jaký-section h6 {
    font-size: 14px;
}

.home-pro-section {
    font-size: 35px;
}

.home-studenty-section {
    font-size: 14px;
    font-style: normal;
    font-family: Inter;
    font-weight: 600;
    line-height: 1.42;
    color: #000;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    transition: 300ms;
}

.home-jaký-section .btn-main-white:hover {
    transform: translateY(0) !important;
}

.home-studenty-section .d-flex {
    align-items: center;
}

.hp-obrazek2 img {
    width: 757px;
    max-width: 757px;
    margin-left: 80px;
}


/*=============================Ceník_page_banner======================*/
/*=============================Ceník_page_banner======================*/
/*=============================Ceník_page_banner======================*/
.Ceník_page_banner {
    /*  background-color: #F8F8F8;*/
    border: 1px solid #D5D7D8;
    text-align: center;
    border-radius: 15px;
    padding: 10px 15px;
}

.Ceník_page_banner h4 {
    text-align: center;

    /* heading-2XS */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: -0.036px;
}

.Ceník_page_banner span {
    color: var(--Text-Soft, #8A8A8A);
    text-align: center;

    /* text-S-regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 20px; 142.857% */
    /* padding: 0px; */
    margin: 0px;
}

.Ceník_page_banner h3 {
    color: var(--Black, #010101);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    /* 128.571% */
    letter-spacing: -0.56px;
}

.Ceník_page_banner h5 {
    color: var(--Text, #363636);
    text-align: center;

    /* text-M-semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    /*font-weight: 600;*/
    /*line-height: 28px; 155.556% */
    /* padding: 23px !important; */
}

.ceník_para_second {
    color: var(--Text-Soft, #8A8A8A);
    text-align: center;

    /* text-XS-regular */
    font-family: Inter;
    font-size: 12px;
    max-width: 524px !important;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
}


/* FAQ */
a:link {
    text-decoration: none;
}

/* Sloučeno s dřívějším duplicitním pravidlem (border-radius, padding). */
.accordion_one .panel {
    border-radius: 16px !important;
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
    /*    border: 1px solid #f1f1f1;*/
    /* margin: 0; */
}

.accordion_one .panel-default {
    border: 0;
    border: 1px solid #D5D7D8;
    margin-top: 16px;
    padding-top: 12px;
    /*        margin: 0px;*/

}

.accordion-wrap .panel-heading {
    padding: 0px;
    border-radius: 0px;
}

.panel-heading h4 {
    font-size: 18px;
    line-height: 31px;
}


.accordion_one .panel-title {
    margin-bottom: 12px !important;
}

.accordion_one .panel .panel-heading a.collapsed {
    color: var(--Black, #010101);

    /* heading-2XS */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    max-width: 90%;
    letter-spacing: -0.036px;

    /*padding: 12px 24px;*/
    gap: 8px;
    /* Adjust the border-radius as needed */
    /*    border: 1px solid gray;*/
    /*    border: 4px solid #f1f1f1;*/
}

.accordion-wrap .panel .panel-heading a {
    font-size: 14px;
    border: 2px solid #f1f1f1;
}

.accordion_one .panel-group .panel-heading+.panel-collapse>.panel-body {
    padding-top: 0;
    padding: 0px 165px 0px 24px;
    background: #fff;
    color: #363636;
    font-size: 12px !important
}

.accordion_one .panel-group .panel-heading+.panel-collapse>.panel-body p {
    font-weight: 400;
}

.panel-body {
    /*    border: 2px solid #f1f1f1;*/
}

.img-accordion {
    width: 81px;
    float: left;
    margin-right: 15px;
    display: block;
}

.accordion_one .panel .panel-heading a.collapsed::after {
    content: "" !important;
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    background-image: url("/assets/front/img/plus-ikona.svg") !important;
    /* relativní cesta z /css do /img */
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin-right: 0px !important;
    vertical-align: middle !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Sloučeno s dřívějším duplicitním pravidlem (display/padding/pozadí/písmo). */
.accordion_one .panel .panel-heading a {
    display: block;
    padding: 12px 24px;
    background: #fff;
    color: black;
    font-weight: 700;
    position: relative;
    max-width: 90%;
}

.accordion_one .panel .panel-heading a:after {
    content: "" !important;
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    background-image: url("/assets/front/img/minus-ikona.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    vertical-align: middle !important;
    margin-left: 0px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Sloučeno s dřívějším duplicitním pravidlem (color, background). */
.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
    font-family: 'FontAwesome';
    font-size: 15px;
    width: 38px;
    color: #000;
    height: 48px;
    line-height: 35px;
    text-align: center;
    background: #F1F1F1;
    float: right;
    margin-right: -31px;
    margin-left: 15px;
}

/* Styling for the (+) and (-) icons */
.accordion_one .panel .panel-heading a.collapsed:after {
    background: #F8F8F8;
    color: #000;
    height: 50px;
    width: 50px;
    line-height: 50px;
    /*    margin-top: 1px;*/
    border-radius: 100%;
}

.accordion_one .panel .panel-heading a:after {
    background: #2861FF;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    /*    margin-top: 1px;*/
    border-radius: 100%;
    margin-right: -1px !important;
}

/*step_button*/
.step_button {
    text-align: center;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    border: 2px solid #8A8A8A;
    line-height: 42px;
}

.step_button_main {
    margin-top: 32px !important;
}

.step_button_main h6 {
    font-size: 12px;
    padding-top: 8px;
}

.site-shell .step_button_main {
    box-sizing: border-box;
    width: min(524px, calc(100vw - 32px)) !important;
    max-width: min(524px, calc(100vw - 32px)) !important;
    min-height: 72px;
    margin: 32px auto 0 !important;
    padding: 0 !important;
}

.site-shell .step_button_main > .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between !important;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0 !important;
}

.site-shell .step_button_main > .row > [class*="col-"],
.site-shell .step_button_main > .row > .mx-14px {
    flex: 0 1 33.333%;
    width: 33.333% !important;
    max-width: 33.333% !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.site-shell .step_button_main .text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.site-shell .step_button_main img {
    display: block;
    flex: 0 0 auto;
    width: 36px !important;
    height: 36px !important;
    max-width: 36px !important;
    margin: 0 !important;
    object-fit: contain;
}

.site-shell .step_button_main h6 {
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    color: #010101 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    text-align: center;
    white-space: nowrap;
}

.site-shell .step_button_main h6 b {
    color: inherit !important;
    font: inherit;
}

.site-shell .step_button_main h6.text-primary,
.site-shell .step_button_main h6.text-primary b {
    color: #2861FF !important;
}

.site-shell .step_button_main h6.text-gray,
.site-shell .step_button_main h6.text-gray b {
    color: #8A8A8A !important;
}

.site-shell .micro-order-generated .step_button_main h6.text-orange,
.site-shell .micro-order-generated .step_button_main h6.text-orange b,
.site-shell .micro-order-shell .step_button_main h6.text-orange,
.site-shell .micro-order-shell .step_button_main h6.text-orange b,
.site-shell[data-page-path^="/objednavka-pdf"] .step_button_main h6.text-primary,
.site-shell[data-page-path^="/objednavka-pdf"] .step_button_main h6.text-primary b {
    color: #FF7528 !important;
}

.site-shell .local-template-order-heading {
    width: min(100%, 708px);
    margin: 16px auto 72px;
    position: relative;
    z-index: 1;
}

.site-shell:has(.local-template-order-heading) {
    background: #fff;
}

.site-shell:has(.local-template-order-heading) > .container:has(.local-template-order-heading) {
    --local-template-bg-start: 212px;
    position: relative;
    z-index: 0;
    width: 100% !important;
    max-width: none !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.site-shell:has(.local-template-order-heading) > .container:has(.local-template-order-heading)::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: var(--local-template-bg-start);
    left: 50%;
    width: 100vw;
    height: calc(100% - var(--local-template-bg-start) + 48px);
    transform: translateX(-50%);
    background-color: var(--pf-light-bg, #f8f8f8);
    background-image: url("/assets/front/img/bg-gray.png");
    background-repeat: repeat;
    pointer-events: none;
}

.site-shell .local-template-order-heading + [data-local-blog-step="product"] {
    position: relative;
    z-index: 1;
}

.site-shell:has(.local-template-order-heading) > .container:has(.local-template-order-heading) + .spacer-medium {
    height: 48px;
}

.site-shell:has(.local-template-order-heading) > .container:has(.local-template-order-heading) + .spacer-medium + .spacer-medium,
.site-shell:has(.local-template-order-heading) > .container:has(.local-template-order-heading) + .spacer-medium + .spacer-medium + br,
.site-shell:has(.local-template-order-heading) > .container:has(.local-template-order-heading) + .spacer-medium + .spacer-medium + br + br {
    display: none;
}

@media (min-width: 992px) and (max-width: 999px) {
    .site-shell:has(.local-template-order-heading) > .container:has(.local-template-order-heading) {
        --local-template-bg-start: 212px;
    }
}

@media (max-width: 991.98px) {
    .site-shell:has(.local-template-order-heading) > .container:has(.local-template-order-heading) {
        --local-template-bg-start: 212px;
    }
}

.site-shell .local-template-order-heading .step_button_main {
    margin-top: 24px !important;
}

.site-shell .local-template-order-title,
.site-shell [data-local-blog-step="details"] > h1,
.site-shell [data-local-blog-step="payment"] > h1 {
    margin: 0 !important;
    color: #010101;
    font-size: 54px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
    letter-spacing: -1.08px;
}

.site-shell .local-template-order-title b,
.site-shell [data-local-blog-step="details"] > h1 b,
.site-shell [data-local-blog-step="payment"] > h1 b {
    color: inherit;
    font: inherit;
}

.site-shell .local-template-order-subtitle,
.site-shell [data-local-blog-step="details"] > p[data-local-blog-product-name],
.site-shell [data-local-blog-step="payment"] > p[data-local-blog-product-name] {
    margin: 4px 0 0 !important;
    color: #8A8A8A !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
}

.site-shell [data-local-blog-step="details"] > .step_button_main,
.site-shell [data-local-blog-step="payment"] > .step_button_main {
    margin-top: 24px !important;
}

@media (max-width: 767.98px) {
    .site-shell:has(.local-template-order-heading) > .container:has(.local-template-order-heading) {
        --local-template-bg-start: 192px;
    }

    .site-shell .step_button_main {
        width: 100% !important;
        max-width: calc(100vw - 32px) !important;
    }

    .site-shell .step_button_main img {
        width: 34px !important;
        height: 34px !important;
        max-width: 34px !important;
    }

    .site-shell .step_button_main h6 {
        font-size: 11px !important;
        line-height: 14px !important;
        white-space: normal;
    }

    .site-shell .local-template-order-heading {
        width: 100%;
        margin-top: 8px;
    }

    .site-shell .local-template-order-title,
    .site-shell [data-local-blog-step="details"] > h1,
    .site-shell [data-local-blog-step="payment"] > h1 {
        font-size: 38px !important;
        line-height: 44px !important;
        letter-spacing: -0.76px;
    }

    .site-shell .local-template-order-subtitle,
    .site-shell [data-local-blog-step="details"] > p[data-local-blog-product-name],
    .site-shell [data-local-blog-step="payment"] > p[data-local-blog-product-name] {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

@media (max-width: 399px) {
    .site-shell:has(.local-template-order-heading) > .container:has(.local-template-order-heading) {
        --local-template-bg-start: 236px;
    }

    .site-shell .local-template-order-heading {
        margin-bottom: 72px;
    }
}

.text-gray {
    color: #8A8A8A !important;
}

.objednávka_služby:hover {
    border: 1px solid #2861FF;
}

.objednávka_služby label {
    display: block;
}


.objednávka_služby h4 {
    margin-top: 20px;


    color: var(--Black, #010101);
    text-align: center;

    /* heading-2XS */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    /*font-weight: 700;*/
    line-height: 24px;
    /* 133.333% */
    letter-spacing: -0.036px;
}

.objednávka_služby img {
    width: 104px;
    /*  width: 150px;*/
    align-self: center;
}


.objednávka_služby input {
    position: absolute;
    top: 20px;
    right: 53px;
    width: 1px;
    height: 1px;
}

.border-primary {
    box-shadow: rgba(40, 97, 255, 0.2) 0px 7px 29px 0px;
}

.objednávka_služby .active {
    border-color: blue !important;
}

/* Add this style to your CSS */
.objednávka_služby.checked {
    box-shadow: rgba(40, 97, 255, 0.2) 0px 7px 29px 0px;
    border: 1px solid #2861FF !important;
    /* Change this to the desired border color */
}

.bg-gray {
    background-color: #EDEDED;
}



.main-kontakt-div .text-primary {
    margin-bottom: 8px !important;
}

.main-kontakt-div .section-1 {
    border-radius: 16px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.main-kontakt-div .section-1 span {
    font-size: 20px !important;
}

.main-kontakt-div .section-1 label {
    font-size: 14px;
}

.main-kontakt-div .section-1 input {
    border-radius: 15px;
}

.main-kontakt-div .section-1 textarea {
    border-radius: 16px;
}

.shrink-to-fit_section hr {
    margin-top: 5px !important;
    background: #D5D7D8;
}

.shrink-to-fit_section i {
    font-size: 24px;
}

.shrink-to-fit_section .section-1 label {
    font-size: 14px;
}

.shrink-to-fit_section .section-1 input {
    border-radius: 15px;

    padding: 14px 16px !important;
}

.shrink-to-fit_section .section-1 textarea {
    border-radius: 16px;
}

.shrink-to-fit_section .section-1 span {
    font-size: 20px !important;
}

.shrink-to-fit_section .section-1 {
    border-radius: 16px;
}

/*rounded-circle-icon*/
.rounded-circle-icon {
    height: 40px;
    width: 40px;
    line-height: 20px;
    position: relative;
    bottom: 20px;
}

.cen_section_center h4 {
    color: var(--Text, #363636);

    /* text-M-medium */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500!important;
    line-height: 28px;
    /* 155.556% */
}

.cen_section_center h3 {
    color: var(--Black, #010101);
    text-align: center;

    /* heading-XS */
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 127.273% */
    letter-spacing: -0.044px;
}

.cen_section_center {
    max-width: 708px !important;
    max-height: 188px !important;
    padding: 32px !important;
}

/*===============================================blog-main-section=====================================*/
/*===============================================blog-main-section=====================================*/
/*===============================================blog-main-section=====================================*/
@media (max-width: 800px) {
    .blog-main-section h2 {
        color: var(--White, #FFF);
        font-size: 22px;
    }

    .blog-main-section-details h2 {
        font-size: 34px !important;
    }

    .blog-main-section-details h1 {
        font-size: 34px !important;
    }

}

.blog_width {
    width: 100%;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    margin-top: 24px;
}

.blog-rozlozeni > .row > .col-md-4 {
    display: flex;
    flex-direction: column;
}

.blog-rozlozeni > .row > .col-md-4 > br {
    display: none;
}

.blog-rozlozeni .blog-main {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.blog-rozlozeni .blog-main > .d-flex:last-child {
    margin-top: auto;
    min-height: 32px;
}

.blog-main-section {
    height: 176px;
    position: relative;
}

.blog-main-section h2 {
    color: var(--White, #FFF);
    font-size: 22px;
    font-style: normal;
    position: absolute;
    bottom: 0;
    font-weight: 700;
}

.blog-main-section-details {
    height: 464px;
    position: relative;
}

.blog-main-section-details h2 {
    color: var(--White, #FFF);
    font-size: 54px;
    font-style: normal;
    position: absolute;
    bottom: 50px;
    font-weight: 700;
}

.blog-main-section-details h1 {
    color: var(--White, #FFF);
    font-size: 54px;
    font-style: normal;
    position: absolute;
    bottom: 80px;
    font-weight: 700;
}

.blog-main-section-details p {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    position: absolute;
    bottom: 0;
    margin-bottom: 32px;
    padding-left: 64px !important;
}

.blog-main p {
    color: var(--Text-Soft, #8A8A8A);

    /* text-S-regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.blog-main a {
    color: var(--Text-Soft, #8A8A8A);

    /* text-XS-regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 133.333% */
}

.pagination {
    border: 0px !important;
}

.page-item {
    padding: 10px 4px;
}

.page-link {
    padding: 14px 24px;
    border-radius: 16px;
    background: #EDEDED;
    border: 0px !important;
    color: black;
    font-size: 14px !important;
}

.page-item:first-child .page-link {
    border-radius: 16px !important;
}

.page-item:last-child .page-link {
    border-radius: 16px !important;
}

.Vzor-potisku-desek-AKADEMIE-STING-para {
    color: var(--Text, #363636);

    /* text-M-medium */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}


/*======================================================mikroslužby_page====================================*/
/*======================================================mikroslužby_page====================================*/
/*======================================================mikroslužby_page====================================*/
/*======================================================mikroslužby_page====================================*/
.mikroslužby_page {
    background-color: white;
    text-align: center;
    border-radius: 16px;
    padding: 16px 24px;
    bottom: 70px;
    border: 1px solid #D5D7D8;
    position: relative;
    min-height: 280px;
    box-shadow: 0 8px 24px 0px #0101010F;
}

.mikroslužby_page:hover {
    border-color: rgb(255, 117, 40);
    color: #fff !important;
}

.mikroslužby_page:hover circle {
    fill: rgb(255, 117, 40);
    stroke: none !important;
}

.mikroslužby_page:hover path {
    fill: #fff !important;
}


.mikroslužby_page .text-right {
    position: absolute;
    bottom: 9px;
    right: 24px;
}

.mikroslužby_page img {
    width: 104px;
    height: 104px;
}

.mikroslužby_page h2 {
    color: var(--Black, #010101);
    text-align: center;
    /* heading-S */
    font-family: Inter;
    font-size: 28px;
    line-height: 36px;
    /* 128.571% */
    letter-spacing: -0.56px;
}


.mikroslužby_payment_section h2 {
    color: var(--Text, #363636);
    text-align: center;

    /* heading-2XS */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: -0.036px;
}

.mikroslužby_payment_section span {
    color: var(--Text-Soft, #8A8A8A);

    /* text-XS-regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
}

.mikroslužby_payment_section .img_size {
    width: 48px;
    height: 32px;
    flex-shrink: 0;
    background: white;
    border-radius: 5px;
    margin-left: 10px;
}

.mikroslužby_payment_section img {
    padding: 4px;
}


/* Sloučeno s pozdějším duplicitním pravidlem (margin-bottom). */
.objednávka_služby_auto {
    border: 1px solid lightgray;
    border-radius: 16px;
    background: var(--White, #FFF);
    width: 248px;
    margin-left: 14px;
    margin-right: 14px;
    padding: 16px;
    box-shadow: 0px 8px 24px 0px rgba(40, 97, 255, 0.08);
    height: 60px;
    margin-bottom: 10px;
}

/* Sloučeno s pozdějším duplicitním pravidlem (margin-right). */
.objednávka_služby_auto label {
    color: var(--Black, #010101);
    /*line-height: 40px;*/
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-right: 10px;
}

/* Add this style to your CSS */
.objednávka_služby_auto.checked {
    /* Shadow Primary */
    box-shadow: 0px 8px 24px 0px rgba(40, 97, 255, 0.08) !important;
    border: 1px solid #FF7528 !important;
    /* Change this to the desired border color */
}

.objednávka_služby_auto .active {
    border-color: #FF7528 !important;
}

@media (min-width: 800px) {

    .služby_vala_Bhai_section {
        width: 892px;
        height: 464px;
    }
}


/* Style the custom radio input */
.checkup-radio-container {
    position: relative;
}

/* Style the custom radio button */
.checkup-radio {
    /* display: none; */
    /* Comment out or remove this line */
}


/* Style the custom radio button */
.checkup-radio::before {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url("/assets/front/img/no-checkmark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

/* Style the check icon inside the radio button */
.checkup-radio::after {
    content: '';
    display: none;
    position: absolute;
    background-color: white;
    background-image: url("/assets/front/img/checkmark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    margin-bottom: 20px;
}


/* Style the custom radio button */
.checkup-radio-platba::before {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url("/assets/front/img/no-checkmark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

/* Style the check icon inside the radio button */
.checkup-radio-platba::after {
    content: '';
    display: none;
    position: absolute;
    background-color: white;
    background-image: url("/assets/front/img/checkmark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
    bottom: 3px;
}

.checkup-radio-platba:checked::after {
    display: block;
}

/* Show the check icon when the radio input is checked */
.checkup-radio2:checked::after {
    display: block;
}

/* Style the custom radio button */
.checkup-radio2::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("/assets/front/img/rectangle-checkmark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

/* Style the check icon inside the radio button */
.checkup-radio2::after {
    content: '';
    display: none;
    position: absolute;
    background-color: white;
    background-image: url("/assets/front/img/checkmark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    margin-bottom: 20px;
}

/* Show the check icon when the radio input is checked */
.checkup-radio:checked::after {
    display: block;
}

/*Pro studenty a jednotlivce*/
.sluzby-list-tlacitko {
    color: #000
}

.sluzby-list-tlacitko:hover,
.home-studenty-section:hover {
    background: var(--Primary, #2861FF) !important;
    color: #fff
}

.sluzby-list-tlacitko:hover svg,
.home-studenty-section:hover svg,
.sluzby-list-tlacitko:hover img svg,
.home-studenty-section:hover img svg {
    fill: #fff !important;
}

.sluzby-list-tlacitko:hover img,
.home-studenty-section:hover img {
    filter: brightness(0) invert(1) !important;
}

.home-studenty-section:hover .fa-long-arrow-right:before {
    color: #fff !important
}

/* Dlaždice Mikroslužby: v původních snapshotech má třídu text-orange
   (oranžový text). Sjednocujeme ji s ostatními službami – text je tmavý,
   oranžová (#FF7528) se projeví jen v hoveru (pozadí + bílý text). */
a[href="/mikrosluzby"] .home-studenty-section.text-orange {
    color: #000 !important;
}

a[href="/mikrosluzby"] .home-studenty-section:hover,
a[href="/mikrosluzby"] .home-studenty-section.text-orange:hover {
    background: #FF7528 !important;
    color: #fff !important;
}

.text-orange:hover {
    background: #FF7528 !important;
    color: #fff !important
}


/*Reference*/
.slider1.owl-carousel .owl-nav button.owl-next,
.slider1.owl-carousel .owl-nav button.owl-prev,
.slider1.owl-carousel button.owl-dot {
    padding: 10px !important;
    background-color: #f8f8f8 !important;
    border-radius: 40px;
    height: 44px;
    width: 44px;
}

.slider1.owl-theme .owl-nav [class*=owl-]:hover {
    color: #2861FF !important
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

.price-list-center {
    display: flex;
    align-items: center;
}

/* Sloučeno s pozdějším duplicitním pravidlem (background-color). */
#url {
    font-weight: 400;
    background-color: #F8F8F8 !important;
}

/* Pro moderní prohlížeče */
#url::placeholder {
    color: #8A8A8A !important;
}

/* Pro Webkit prohlížeče (Chrome, Safari, Opera) */
#url::-webkit-input-placeholder {
    color: #8A8A8A !important;
}

/* Pro Mozilla Firefox */
#url::-moz-placeholder {
    color: #8A8A8A !important;
}

/* Pro Microsoft Edge a Internet Explorer 10-11 */
#url:-ms-input-placeholder {
    color: #8A8A8A !important;
}

/* Pro starší verze Internet Explorer */
#url::-ms-input-placeholder {
    color: #8A8A8A !important;
}

#noFile2 {
    color: #8A8A8A !important;
    font-weight: 400;
}

@media screen and (max-width: 1220px) {
    .home-second-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        min-height: 210px;
    }

    .home-second-section h2 {
        width: 100%;
    }
}

.hero-section3 {
    padding-top: 112px;
    padding-bottom: 74px;
}

.hero-section3 h2 {
    font-size: 28px;
    padding: 28px 0 16px;
}

.hero-step-h1 {
    font-size: 43px;
    margin-bottom: 0 !important;
}

.hp-obrazek {
    width: 700px;
    max-width: 700px;

    margin-top: 25px;
    margin-left: -108px;
}

/* Heading styles for h1-h6 elements */
.heading-service-h2 {
    font-size: 35px;
}

.heading-detail-h1 {
    color: var(--Black, #010101);
    font-family: Inter;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1111;
    letter-spacing: -1.62px;
}

.heading-h1 {
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.62px;
}

.team-h2 {
    font-size: 18px;
    color: var(--Text, #363636);
    padding-left: 5px;
    padding-right: 5px;
}

.width-full {
    width: 100%;
}

.fsz-54 {
    font-size: 54px;
}

.fsz-54-fw-n {
    font-size: 54px;
    font-weight: normal;
}

.fsz-43 {
    font-size: 43px;
}

.heading-h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
}

.heading-h3 {
    color: var(--Black, #010101);
    text-align: center;

    /* text-M-semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
}

.heading-h4 {
    color: var(--Text, #363636);
    text-align: center;

    /* text-S-regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.lh-1-5 {
    line-height: 1.5em;
}

.fsz-14 {
    font-size: 14px !important;
}

.font-w-bold {
    font-weight: bold;
}

.fsz-22 {
    font-size: 22px;
}

.fsz-20 {
    font-size: 20px !important;
}

.fsz-28 {
    font-size: 28px;
}

.fsz-35 {
    font-size: 35px;
}

.fsz-18 {
    font-size: 18px !important;
}

.shrink-to-fit_section .section-1 span.fsz-18 {
    font-size: 18px !important;
}

.shrink-to-fit_section .section-1 span.fsz-14 {
    font-size: 14px !important;
}

.fsz-16 {
    font-size: 16px !important;
}

.fsz-12 {
    font-size: 12px !important;
}

.fsz-12-imp {
    font-size: 12px !important;
}

.fsz-14-imp {
    font-size: 14px !important;
}

.mask-type-alpha {
    mask-type: alpha;
}

.pt-60 {
    padding-top: 60px;
}

.bg-white {
    background-color: #fff;
}

.trans-sc-x {
    transform: scaleX(0.8);
}

.clr-w-text {
    color: var(--Text, #363636);
}

.bb-blck-imp {
    border-bottom: 2px solid rgb(1, 1, 1) !important;
}

.bg-home-second {
    background-image: url('/assets/front/img/home-second-bg.png');
    background-size: 100% calc(100% - 8px);
    background-repeat: no-repeat;
    background-position: top center;
}

.b-auto {
    bottom: auto;
}

.footer-btm {
    border-color: #474747 !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.wh-spc-unset-imp {
    white-space: unset !important;
}

.w-45 {
    width: 45%;
}

.radius-bg-linear-gd {
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(40, 97, 255, 0.05) 0%, #0034C3 100%);
}

.bg-cover {
    background-size: cover;
}

.mb-6em {
    margin-bottom: .6em
}

.fltr-mb-6em {
    filter: invert(44%) sepia(77%) saturate(5767%) hue-rotate(218deg) brightness(103%) contrast(106%);
    margin-bottom: .6em
}

.intr-clr-w-text {
    color: var(--Text, #363636);
    /* text-S-semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.bg-academy {
    background-image: url('/assets/front/img/sablona_akademie.png');
    background-size: cover;
}

.p-30 {
    padding: 30px;
}

.btm-100 {
    bottom: 100px;
}

.h-150 {
    height: 150px;
}

.fsz-11 {
    font-size: 11px;
}

.p-14-24 {
    padding: 14px 24px;
}

.c-white {
    color: #fff;
}

.fsz-25 {
    font-size: 25px;
}

.fs-n {
    font-style: normal;
}

.b-dwn-pr {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 24px !important;
}

.template-download-card {
    position: relative;
    box-sizing: border-box;
    width: min(100%, 708px);
    max-width: 708px;
    min-height: 383px;
    margin: 0 auto;
    padding: clamp(18px, 4vw, 19px) clamp(20px, 6vw, 48px) clamp(32px, 6vw, 47px);
    overflow: visible;
    background: #fff;
    border: 1px solid #D5D7D8;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(1, 1, 1, 0.06);
}

.fixed-1440px-container.parent-grid:has(.fixed-subcontainer.blog-article > .template-download-card):not(:has(.fixed-subcontainer.blog-article > p)),
.fixed-subcontainer.blog-article:has(> .template-download-card):not(:has(> p)) {
    box-sizing: border-box;
    width: min(708px, calc(100vw - 32px));
    max-width: min(708px, calc(100vw - 32px));
    justify-self: center;
}

.template-download-card__arc {
    position: absolute;
    top: -11px;
    left: 50%;
    width: clamp(84px, 16vw, 114px);
    height: clamp(16px, 3.1vw, 22px);
    transform: translateX(-137%);
    z-index: 2;
    line-height: 0;
    pointer-events: none;
}

.template-download-card__arc img {
    display: block;
    width: 100%;
    height: 100%;
}

.template-download-card__illustration {
    position: relative;
    width: clamp(116px, 24vw, 156px);
    height: clamp(116px, 24vw, 156px);
    margin: 0 auto 8px;
    overflow: hidden;
}

.template-download-card__illustration img {
    position: absolute;
    display: block;
    max-width: none;
}

.template-download-card__illustration img:nth-child(1) {
    inset: 11% 0 19.71%;
    width: 100%;
    height: 69.29%;
}

.template-download-card__illustration img:nth-child(2) {
    left: 11.22%;
    right: 11.22%;
    bottom: 14.49%;
    width: 77.56%;
    height: 4.53%;
}

.template-download-card__illustration img:nth-child(3) {
    left: 29.31%;
    top: 13.49%;
    width: 44.13%;
    height: 69.78%;
}

.template-download-card h2 {
    margin: 0 0 4px !important;
    color: #010101;
    font-size: clamp(27px, 5vw, 35px);
    line-height: clamp(34px, 6vw, 44px) !important;
    letter-spacing: -0.7px;
}

.template-download-card .b-dwn-pr {
    margin-bottom: 32px !important;
    color: #363636;
    font-size: clamp(18px, 3.4vw, 20px);
    line-height: 24px;
    letter-spacing: -0.04px;
}

.template-download-card__button.btn-main-blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 218px;
    max-width: 100%;
    height: 48px;
    padding: 14px 24px !important;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(40, 97, 255, 0.25);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px !important;
}

@media (max-width: 575.98px) {
    .template-download-card {
        min-height: 0;
        padding: 28px 18px 30px;
        border-radius: 14px;
    }

    .template-download-card__arc {
        top: -9px;
        transform: translateX(-122%);
    }

    .template-download-card__illustration {
        margin-bottom: 10px;
    }

    .template-download-card .b-dwn-pr {
        margin-bottom: 24px !important;
        font-size: 16px;
        line-height: 22px;
    }

    .template-download-card__button.btn-main-blue {
        min-width: 0;
        width: auto;
        white-space: normal !important;
    }
}

/* Sloučeno s pozdějším duplicitním pravidlem (font-weight). */
.color-grey-header {
    color: #D5D7D8 !important;
    white-space: nowrap;
    max-height:48px!important;
    font-weight: 600;
}

.color-grey-paragraph {
    color: #363636 !important;
    font-weight: 400 !important;
}

.color-lg-grey {
    color: #8A8A8A !important;
}

.fs-12px {
    font-size: 12px !important;
}

.fs-14px {
    font-size: 14px !important;
}

.podtzeni {
    position: relative;
    display: inline-block;
    line-height: 1.2;
}

.text-decoration-underscore {
    text-decoration: underline;
}

.kontakt-img-main {
    height: 64px !important;
    width: 64px !important;
}

.podtrzeni::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 1.2em;
    background-image: url("/assets/front/img/podrtzeni.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    pointer-events: none;
    z-index: -1;
}

.podtrzeni2::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 57px;
    width: 58%;
    height: 1.2em;
    background-image: url("/assets/front/img/podrtzeni.svg");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}

.mh-234 {
    min-height: 234px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fw-ultralight {
    font-weight: 100 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.filter-orange {
    filter: invert(44%) sepia(77%) saturate(5767%) hue-rotate(13deg) brightness(103%) contrast(106%);
    margin-bottom: .6em;
}

.fw-semibold {
    font-weight: 600 !important;
}

.objednávka_služby_auto .checkup-radio::after {
    color: #FF7528 !important;
}

.shrink-to-fit_section .section-1 span.fsz-12 {
    font-size: 12px !important;
}

.px-4-5 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
}

.navbar {
    padding: 0px 15px !important;
}


.fnt-size-54 {
    font-size: 54px !important;
}

.fnt-size-18 {
    font-size: 18px !important;
}

.fnt-size-14 {
    font-size: 14px !important;
}

.spacer-smallest {
    height: 1rem;
}

.spacer-small {
    height: 2rem;
}

.spacer-smallish {
    height: 3rem;
}

.spacer-medium {
    height: 4rem;
}

.spacer-large {
    height: 6rem;
}

.spacer-xxl {
    height: 10rem;
}

.max-width-85 {
    max-width: 85% !important;
}

.color-light-gray {
    color: #363636 !important;
}

.fnt-size-12 {
    font-size: 12px !important;
}

.fnt-size-22 {
    font-size: 22px !important;
}

.fnt-size-35 {
    font-size: 35px !important;
}

fnt-size-14 {
    font-size: 35px !important;
}

li {
    line-height: 21px !important
}

.light-grey-background {
    background-color: #F8F8F8 !important;
}

.pos-relative {
    position: relative !important;
}

.horni-cara {
    position: absolute;
    top: -14px;
    left: 135px;
}

@media(min-width:1440px) {

    .home-banner-section .spacer-xxl {
        display: block !important;
    }

    .bg-blue-gray {
        max-height: 324px !important;
    }
}

.home-banner-section .spacer-xxl {
    display: none;
}

.checkup-radio-orange::after {
    content: '';
    display: none;
    position: absolute;
    background-color: white;
    background-image: url("/assets/front/img/check-orange.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    bottom: 3px;
    left:-10px;
    margin-bottom: 0px;
}

.checkup-radio-orange:checked::after {
    display: block;
}

.checkup-radio-orange::before {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url("/assets/front/img/no-checkmark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: -10px;
    cursor: pointer;
}

.paticka-kontakty a,
.paticka-kontakty span {
    font-weight: 600;
}

.paticka-kontakty a:hover {
    color: #fff !important;
}

@media(max-width:720px) {
    .home-last-section {
        text-align: center;
    }

    footer .container {
        text-align: center;
        justify-content: center;
        display: flex;
    }

    .footer-btm .ml-4:first-of-type {
        margin-left: 0 !important;
    }

    .sluzby-seznam .row>.col-lg-4.col-md-6 {
        margin-top: 1.5rem;
    }

    .sluzby-seznam .row>.col-lg-4.col-md-12 {
        margin-top: 1.5rem;
    }

    .sluzby-seznam .row>.col-lg-4.col-md-6:first-of-type {
        margin-top: 0;
    }

    .slider1.owl-carousel .item {
        justify-content: center;
        display: flex;
    }

    .hp-obrazek {
        max-width: 90%;
        height: auto;
    }

    .cenik-obrazek {
        min-width: 104px;
    }

    .cenik-cena {
        white-space: nowrap;
    }

    .main-kontakt-div .col-md-6.px-0 {
        margin-top: 20px;
    }

    .spacer-kontakt {
        display: none;
    }

    .shrink-to-fit_section .col-md-6 {
        margin-top: 15px;
    }

    .shrink-to-fit_section .col-md-6:first-of-type {
        margin-top: 0px;
    }

    .shrink-to-fit_section .d-flex.justify-content-between {
        gap: 30px;
    }

    .home-banner-section .row {
        margin-right: auto;
        margin-left: auto;
    }

    .blog-detail-bg .blog-main-section-details h1 {
        padding-left: 30px !important;
    }

    .stranka-hodnoceni h1 {
        text-align: center;
    }

    .stranka-hodnoceni .col-xl-4.col-md-6.col-sm-12.pb-3 {
        justify-content: center;
        display: flex;
    }

    .mikroslužby_payment_section .row {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-btm .col-md-6 {
        justify-content: center;
        display: flex;
    }

    .footer-btm .row {
        gap: 10px
    }

    .paticka-kontakty .d-flex {
        flex-direction: column;
    }

    .paticka-kontakty .ml-5 {
        margin-left: 0px !important;
    }

    .bg-blue-gray .col-9 {
        max-width: 100%;
    }

    .page-item {
        padding: 2px;
    }

    .pagination {
        flex-wrap: wrap;
        max-width: 250px;
    }

    .home-banner-section .p-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .accordion_one .panel-group .panel-heading+.panel-collapse>.panel-body {
        padding: 0px 24px 0px 24px;
    }

    .main-kontakt-div .d-flex.justify-content-start {
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    .main-kontakt-div .kontakt-img-main {
        margin-bottom: 1rem;
        max-width: 140px;
        height: auto;
    }

    .main-kontakt-div .ml-3 {
        margin-left: 0 !important;
    }

    .main-kontakt-div p {
        text-align: left;
    }
}

@media (min-width: 720px) and (max-width: 991.98px) {

    .sluzby-seznam .row>.col-lg-4.col-md-12 {
        margin-top: 1.5rem;
    }

}

@media(max-width:1280px) {
    .platba-mikrosluzby .col-md-4 {
        max-width: 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }

    .accordion_one .panel .panel-heading a.collapsed::after {
        right: -20px !important;
    }

    .accordion_one .panel .panel-heading a:after {
        right: -20px !important;
    }
}

@media(min-width:1280px) {
    .accordion_one .panel .panel-heading a.collapsed::after {
        right: -60px !important;
    }

    .accordion_one .panel .panel-heading a:after {
        right: -60px !important;
    }
}


@media (min-width: 992px) {
    .mobile-only-firmy {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .nadpis-skryt-telefon {
        display: none !important;
    }
}

.sluzby-seznam .mobile-only-firmy {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 1rem;
}

.sluzby-seznam .col-lg-4 .mobile-only-firmy+.home-fourth-section {
    display: block;
    width: 100%;
}

@media (min-width: 992px) {
    .sluzby-seznam .mobile-only-firmy {
        display: none !important;
    }
    .sluzby-seznam .col-lg-4 {
        display: flex !important;
        flex-direction: column;
    }
    .sluzby-seznam .home-fourth-section {
        flex: 1;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {
    .blog-rozlozeni .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 767.98px) {
    .blog-rozlozeni .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .stranka-hodnoceni .heading-h1{
        line-height: 37px!important;
    }

}

    .paticka-kontakty {
        white-space: nowrap;
    }


@media (min-width: 768px) {
    .paticka-kontakty {
        white-space: nowrap;
    }
}

@media(min-width:1441px) {
    .blog-main-section-details h1 {
        padding-left: 64px !important;
    }
}

@media(max-width:1440px) {
    .blog-main-section-details h1 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

.blog-detail-bg {
  /*  padding-right: 5px; */
}

.equal-tiles>label {
    display: flex;
    margin-bottom: 1.8rem;
}

.equal-tiles>label>.objednávka_služby {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    height: 100%;
    border-radius: 14px;
}

.equal-tiles>label>.objednávka_služby h4 {
    margin: 0.5rem 0 0;
}

.color-grey-header .row {
    justify-content: end;
}

@media (max-width: 991.98px) {
    .home-banner-section .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

#customFileInput,
.sluzby-hover {
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
        transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    will-change: box-shadow, transform;
}

#customFileInput:hover,
.sluzby-hover:hover {
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.15);
}

#customFileInput:active,
.sluzby-hover:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

#customFileInput:focus-within,
.sluzby-hover:focus-within {
    outline: 2px solid rgba(40, 97, 255, 0.4);
    outline-offset: 3px;
}

/* Add this to your custom CSS file */
.owl-prev span,
.owl-next span {
    display: none;
}

.owl-prev:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/assets/front/img/pagination-left.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.stranka-hodnoceni{
    margin-bottom:50px;
}

.owl-next:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/assets/front/img/pagination-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.owl-nav {
    margin-top: 4rem !important;
}

.slider1.owl-carousel {
    width: 100%;
    position: relative;
}

/* Dřívější duplicitní overflow: hidden bylo mrtvé (toto pravidlo vyhrávalo). */
.slider1.owl-carousel,
.slider1 .owl-stage-outer {
    overflow: visible !important;
}

/* Fade effect overlay */

.slider__overlay {
    position: relative;
}


.slider__overlay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 150px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    z-index: 10;
}

.slider__overlay::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 150px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    z-index: 10;
}

.slider1 .owl-stage {
    padding-right: 0 !important;
}

.container {
    max-width: 1108px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 520px;
    }

    .ceník_para_second {
        max-width: 425px !important;
    }

    .cen_section_center {
        max-height: 282px !important;
    }

    .objednavka-select-box {
        max-width: 165px !important;
    }

    .blog-article p {
        font-size: 18px !important;
    }

}


@media (max-width: 575.98px) {
    .container {
        max-width: 100%;
    }

    .cenik-karta-size {
        width: 300px !important;
    }
        .objednavka-select-box {
             max-width: 286px !important;
        }
}

.color-grey-header a:hover {
    text-decoration: underline;
}


.overflow-hidden {
    overflow: hidden;
}

.team__section .title_box {
    padding-bottom: 48px;
}

.team___member {
    padding-top: 32px;
}


.footer_link:hover {
    color: #fff;
}

.companies-collaboration-footer a:hover {
    color: #ADB1B3;
}

.copyright-links a:hover,
.paticka-kontakty a:hover span {
    text-decoration: underline;
    color: #fff !important;
}


.service_details_section .heading-detail-h1 {
    padding: 24px 0px;
    margin: 0 !important;
}


.service_details_section .title_box {
    padding-top: 32px;
    padding-bottom: 32px;
}

.about-us-heading {
    padding-top: 24px;
}



@media (max-width: 991.98px) {

    .home-banner-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .home-banner-section p {
        width: 100%;
    }

    .hp-obrazek {
        display: block;
        width: 415px;
        max-width: 100%;
        height: auto;
        margin: auto;
        margin-top: 50px;
    }

    .hp-obrazek2 img {
        display: block;
        width: 600px;
        max-width: 100%;
        margin: auto;
        margin-top: 40px;
    }

    .hero-quality___section .home-border-section,
    .hero-quality___section .home-second-section {
        height: 100%;
    }

    .home-second-section h3 br {
        display: none;
    }

    .slider__overlay::before,
    .slider__overlay::after {
        display: none;
    }

    #basicExampleNav {
        padding-bottom: 30px;
    }

}


@media (max-width: 767.98px) {

    .fnt-size-54 {
        font-size: 34px !important;
    }

    .heading-service-h2 {
        font-size: 34px;
    }

    .heading-service-h2 br {
        display: none;
    }

    .hero-step-h1 {
        font-size: 34px;
        margin-bottom: 0 !important;
    }

    .hero-step-h1 br {
        display: none;
    }

    .home-banner-section {
        padding: 40px 1px;
    }

    .home-banner-section h1 {
        font-size: 32px !important;
    }

    .home-banner-section p br {
        display: none;
    }

    .heading-detail-h1 {
        font-size: 30px !important;
    }

    .service_details_section .heading-detail-h1 {
        padding: 12px 0px 24px;
    }

    .heading-h1 {
        font-size: 34px;
        letter-spacing: -0.9px;
    }

    .formátování_last_section h1 {
        font-size: 28px;
        padding-bottom: 4px;
    }

    .formátování_last_section h1 br {
        display: none;
    }


}

@media (max-width: 999px) {
    .height-68{
        height:unset!important;
    }

    .parent-grid{
        display: block!important;
    }

    .mob-100{
        width: 100%!important;
    }
}
.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) {
    min-height: 24px;
    gap: 0;
}

.site-shell .container:has(> .breadcrumb-first-time):has(> .row) {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.site-shell .container:has(> .breadcrumb-first-time):has(> .row) > .row {
    flex: 0 0 100%;
    max-width: 100%;
}

.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-first-time,
.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-second-time,
.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-third-time,
.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-fourth-time {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    box-sizing: border-box !important;
    height: 24px !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 4px 8px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: #f8f8f8 !important;
    box-shadow: none !important;
    color: #010101 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    text-decoration: none !important;
    transform: none !important;
    white-space: nowrap !important;
}

.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-first-time {
    width: 32px !important;
    padding: 4px 8px !important;
}

.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-second-time,
.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-third-time,
.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-fourth-time {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
}

.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-first-time img {
    display: block;
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important;
}

.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > img[src*="chevron_left"] {
    flex: 0 0 16px;
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain;
}

.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .btn:not(.breadcrumb-first-time):not(.breadcrumb-second-time):not(.breadcrumb-third-time):not(.breadcrumb-fourth-time),
.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > span.service-detail-span {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 1 auto;
    min-width: 0;
    height: 24px !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 4px 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #363636 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    text-align: left !important;
    text-decoration: none !important;
    transform: none !important;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) .service-detail-span {
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-first-time:hover,
.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-first-time:focus,
.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-second-time:hover,
.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-second-time:focus,
.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-third-time:hover,
.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-third-time:focus,
.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-fourth-time:hover,
.site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .breadcrumb-fourth-time:focus {
    background: #ededed !important;
    color: #010101 !important;
    transform: none !important;
}

@media (max-width: 575.98px) {
    .site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) {
        padding-inline: 16px;
    }

    .site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > .btn:not(.breadcrumb-first-time):not(.breadcrumb-second-time):not(.breadcrumb-third-time):not(.breadcrumb-fourth-time),
    .site-shell :where(.container, .d-flex):has(> .breadcrumb-first-time) > span.service-detail-span {
        max-width: min(52vw, calc(100vw - 202px), 260px);
    }

    .site-shell .container:has(> .breadcrumb-first-time):has(> .row) > .btn:not(.breadcrumb-first-time):not(.breadcrumb-second-time):not(.breadcrumb-third-time):not(.breadcrumb-fourth-time),
    .site-shell .container:has(> .breadcrumb-first-time):has(> .row) > span.service-detail-span {
        flex-basis: min(52vw, calc(100vw - 202px), 260px);
    }
}

.button-size-1 {
    min-width: 111px;
    height: 48px;
}

.button-size-2 {
    min-width: 182px;
    height: 48px;
}

.button-size-3 {
    min-width: 135px;
    height: 48px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 14px;
    padding-bottom: 14px
}

.button-size-4 {
    min-width: 152px;
    height: 48px;
    padding: 12px 22px;
}

.button-size-5 {
    min-width: 143px;
    height: 48px;
}

.button-size-6 {
    min-width: 248px;
    height: 48px;
}

.button-size-7 {
    min-width: 476px;
    width:476px;
    height: 48px;
}

.fixed-1440px-container {
    max-width: 1440px;
    justify-self: center;
    padding-left: 16px;
    padding-right: 16px;
}

@media (max-width: 991.98px) {
    .fixed-1440px-container {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .fixed-1440px-container {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .fixed-1440px-container {
        width: 100%;
    }
}

.fixed-524px-container {
    max-width: 524px;
    justify-self: center;
    width: 524px;
    padding-left: 16px;
    padding-right: 16px;
}

@media (max-width: 767.98px) {
    .fixed-524px-container {
        width: 100%;
    }

    .fixed-subcontainer {
    width: 98%!important;
}

    .fsz-43{
        font-size: 35px!important;
    }
}

@media (max-width: 575.98px) {
    .fixed-524px-container {
        width: 100%;
    }
}

.fixed-892px-container {
    max-width: 892px;
    width: 892px;
    justify-self: center;
    padding-left: 16px;
    padding-right: 16px;
}

@media (max-width: 991.98px) {
    .fixed-892px-container {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .fixed-892px-container {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .fixed-892px-container {
        width: 100%;
    }
}

.fixed-subcontainer {
    width: 708px;
    justify-self: center;
}



.prohlednete-si-ukazku {
    width: 708px;
    height: 426px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 27px;
    padding-bottom: 48px;
}

.objednejte-si-upravu {
    width: 508px;
    height: 324px;
    padding: 24px;
}


.mt-1px {
    margin-top: 1px;
}


.mt-13px {
    margin-top: 13px;
}

.mx-4px{
    margin-left: 4px;
    margin-right: 4px;
}


.mt-24px {
    margin-top: 24px;
}

.mb-24px {
    margin-bottom: 24px;
}

.line-height-44px {
    line-height: 44px;
}

.pt-71 {
    padding-top: 71px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-64 {
    padding-top: 64px;
}

.cenik-karta-size {
    width: 248px;
    height: 380px;
}

.cenik-nejvyuzivanejsi-karta {
    height: 32px;
    padding: 4px 16px;
}

.px-14 {
    padding-left: 14px;
    padding-right: 14px;
}

.text-grey-light-color {
    color: #8A8A8A !important;
}

.ml-24px {
    margin-left: 24px;
}

.mt-32px {
    margin-top: 32px;
}

.fixed-1076-container {
    max-width: 1076px;
    justify-self: center;
    padding-left: 16px;
    padding-right: 16px;
}

@media (max-width: 991.98px) {
    .fixed-1076-container {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .fixed-1076-container {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .fixed-1076-container {
        width: 100%;
    }
}

.text-grey-dark-color {
    color: #363636 !important;
}

.copyright {
    margin-top: 24px;
    margin-bottom: 32px;
}

.kontakt-text1 {
    margin-top: 24px;
}

.kontakt-heading2 {
    margin-top: 32px;
    margin-bottom: 48px;
}

.kontakt-kontaktni-info {
    margin-left: 16px;
}

.underlined-text {
    text-decoration: underline;
}

.kontakt-formular-hlavicka {
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 32px;
}

.kontakt-formular-telo {
    padding: 32px;
}

.no-underline {
    text-decoration: none !important;
}

.mt-36px {
    margin-top: 36px;
}

.blog-rozlozeni {
    max-width: 1076px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.blog-heading-title {
    margin: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    max-height: calc(38px * 3);
}

.blog-summary-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    max-height: calc(33px * 3);
}

.local-blog-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    box-shadow: 0 8px 18px rgba(1, 1, 1, 0.12);
}

.local-blog-card-badge.articles {
    color: #2861FF;
    background: #EAF0FF;
}

.local-blog-card-badge.covers {
    color: #ffffff;
    background: #0034C3;
}

.local-blog-card-badge.templates {
    color: #363636;
    background: #EDEDED;
}

.local-blog-directory-hero {
    padding: 80px 0 24px;
    text-align: center;
}

.local-blog-directory-hero__inner {
    max-width: 1076px;
}

.local-blog-directory-hero span,
.local-blog-directory-link {
    display: block;
    margin-bottom: 12px;
    color: #2861FF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: none;
}

.local-blog-directory-link:hover,
.local-blog-directory-link:focus {
    color: #0034C3;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.local-blog-directory-hero h1 {
    margin: 0;
    color: #010101;
    font-size: 54px;
    font-weight: 700;
    line-height: 60px;
}

.local-blog-directory-hero p {
    max-width: 560px;
    margin: 16px auto 0;
    color: #8a8a8a;
    font-size: 18px;
    line-height: 28px;
}

.local-blog-category-hub {
    padding: 8px 0 20px;
}

.local-blog-category-hub__inner {
    max-width: 1076px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.local-blog-category-tile {
    display: flex;
    min-height: 176px;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 24px;
    color: #010101;
    border: 1px solid #D5D7D8;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(1, 1, 1, 0.06);
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.local-blog-category-tile:hover {
    color: #010101;
    border-color: rgba(40, 97, 255, 0.45);
    box-shadow: 0 18px 36px rgba(40, 97, 255, 0.14);
    text-decoration: none;
    transform: translateY(-2px);
}

.local-blog-category-tile.is-active {
    border-color: rgba(40, 97, 255, 0.72);
    box-shadow: 0 18px 36px rgba(40, 97, 255, 0.16);
}

.local-blog-category-tile span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 18px;
    padding: 6px 12px;
    color: #2861FF;
    border-radius: 999px;
    background: rgba(40, 97, 255, 0.1);
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
}

.local-blog-category-tile h2 {
    margin: 0;
    color: #010101;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.local-blog-category-tile p {
    margin: 10px 0 18px;
    color: #8a8a8a;
    font-size: 15px;
    line-height: 23px;
}

.local-blog-category-tile b {
    margin-top: auto;
    color: #2861FF;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    transition: color 0.2s ease;
}

.local-blog-category-tile:hover b,
.local-blog-posts-head a:hover {
    color: #0034C3;
}

.local-blog-posts-head {
    max-width: 1076px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-top: 18px;
    padding-left: 0;
    padding-right: 0;
}

.local-blog-posts-head h2 {
    margin: 0;
    color: #010101;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.local-blog-posts-head a {
    flex: 0 0 auto;
    color: #2861FF;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.local-blog-empty-state {
    width: min(100%, 720px);
    margin: 24px auto 0;
    padding: 32px;
    color: #363636;
    border: 1px solid #D5D7D8;
    border-radius: 16px;
    background: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.local-blog-pagination-wrap {
    min-height: 0 !important;
    padding-top: 8px;
    padding-bottom: 56px;
}

@media (max-width: 1199px) {
    .local-blog-directory-hero__inner,
    .local-blog-category-hub__inner,
    .local-blog-posts-head {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 767.98px) {
    .local-blog-category-hub__inner {
        grid-template-columns: 1fr;
    }

    .local-blog-category-tile {
        min-height: 0;
    }
}

@media (max-width: 767.98px) {
    .local-blog-directory-hero {
        padding: 56px 0 18px;
    }

    .local-blog-directory-hero h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .local-blog-directory-hero p {
        font-size: 16px;
        line-height: 24px;
    }

    .local-blog-category-hub {
        padding-bottom: 12px;
    }

    .local-blog-posts-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-top: 12px;
    }

    .local-blog-posts-head h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

.blog-banner-1 {
    padding: 48px 64px;
}

.pt-8px {
    padding-top: 8px;
}

.mt-16px {
    margin-top: 16px;
}

.mt-14px {
    margin-top: 14px;
}

.blog-article {
    margin-top: 68px !important;
}

.paticka-menu-responsive {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767.98px) {

    .justify-content-sm-center {
        justify-content: center !important;
    }
}

.banner1-size-default {
    max-width: 524px;
    width: 100% !important;
    padding-left: 16px;
    padding-right: 16px;
}

@media (max-width: 575.98px) {
    .banner1-size-default {
        max-width: 100%;
    }
}

/* Mikrosluzby column spacing */
.mikrosluzby-row {
    margin-left: -14px;
    margin-right: -14px;
}

.mikrosluzby-col {
    padding-left: 14px;
    padding-right: 14px;
}

@media (min-width: 768px) {
    .mikrosluzby-col:nth-child(3n+1) {
        padding-left: 0;
    }

    .mikrosluzby-col:nth-child(3n) {
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .mikrosluzby-col {
        padding-left: 0;
        padding-right: 0;
    }
}

.justify-self-center {
    justify-self: center;
}


.payment-container-fixed {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: min(100%, 524px);
    max-width: 524px;
    min-height: 368px;
    justify-self: center;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #D5D7D8 !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 24px rgba(1, 1, 1, 0.06);
}

/* Mobile responsive styles */
@media (max-width: 767.98px) {
    .payment-container-fixed {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
        min-height: 0;
    }
}

@media (max-width: 480px) {
    .payment-container-fixed {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
        min-height: 0;
    }

    .button-size-1,
    .button-size-2,
    .button-size-3,
    .button-size-4,
    .button-size-5,
    .button-size-6,
    .button-size-7 {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 48px;
    }
}

@media (max-width: 767.98px) {

    .button-size-6,
    .button-size-7 {
        width: 100%;
        max-width: 100%;
    }

    .service_details_section__v1 .fixed-1440px-container .order-banner-h2{
        font-size:20px!important;
        line-height:35px!important;
    }
}

.py-32px {
    padding-top: 32px;
    padding-bottom: 32px;
}

.px-24px {
    padding-left: 24px;
    padding-right: 24px;
}

.payment-border-bottom {
    border-bottom: 1px solid #D5D7D8;
}

.payment-text-padding {
    padding-top: 20px !important;
    padding-bottom: 7px !important;
}

.payment-text-padding2 {
    padding-top: 14px !important;
    padding-bottom: 8px !important;
}

.py-8px {
    padding-top: 7px !important;
    padding-bottom: 8px !important;
}

.payment-container-fixed > h4.payment-border-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    margin: 0 !important;
    padding: 0 !important;
    color: #010101;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
    letter-spacing: -0.56px;
}

.payment-container-fixed > .px-24px {
    flex: 0 0 auto;
}

.payment-container-fixed .table {
    width: 100%;
    margin: 0 !important;
    table-layout: fixed;
    border-collapse: collapse;
}

.payment-container-fixed .table th,
.payment-container-fixed .table td {
    vertical-align: top;
}

.payment-container-fixed .table thead th {
    color: #010101;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    letter-spacing: -0.036px;
    border-top: 0 !important;
    border-bottom: 1px solid #010101 !important;
}

.payment-container-fixed .table thead th:last-child,
.payment-container-fixed .table tbody td:last-child {
    width: 88px;
}

.payment-container-fixed .table-bordered,
.payment-container-fixed .table-bordered td,
.payment-container-fixed .table-bordered th {
    border-color: #D5D7D8 !important;
}

.payment-container-fixed .table tbody td {
    border-top: 1px solid #D5D7D8 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.payment-container-fixed .table tbody tr:first-child td {
    border-top: 0 !important;
}

.payment-container-fixed .table tbody tr:last-child td {
    border-bottom: 1px solid #D5D7D8 !important;
}

.payment-container-fixed .table tbody td:last-child {
    border-left: 1px solid #D5D7D8 !important;
}

.payment-container-fixed .mikrosluĹľby_payment_section .d-flex,
.payment-container-fixed td .d-flex.justify-content-start {
    align-items: center !important;
    gap: 8px;
    min-width: 0;
    flex-wrap: wrap;
}

.payment-container-fixed td .d-flex.justify-content-start > div:first-child {
    margin-right: 4px;
}

.payment-container-fixed td .d-flex.justify-content-start > div:not(:first-child) {
    width: 48px;
    height: 32px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F8F8;
    border-radius: 5px;
}

.payment-container-fixed small,
.payment-container-fixed small b {
    color: #010101;
    font-size: 12px !important;
    line-height: 16px !important;
}

.payment-container-fixed small b {
    font-weight: 700 !important;
}

.payment-container-fixed small.text-gray,
.payment-container-fixed .text-gray {
    color: #8A8A8A !important;
    font-weight: 400 !important;
}

.payment-container-fixed td img {
    display: block;
    width: 48px !important;
    height: 32px !important;
    max-width: 48px;
    padding: 0 !important;
    object-fit: contain;
}

.payment-container-fixed > .parent-grid {
    display: block;
    width: 100%;
    margin-top: auto;
    padding: 23px 24px 31px;
}

.payment-container-fixed .button-size-7 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 48px !important;
    margin: 0 !important;
    border-radius: 16px !important;
    background: #FF7528 !important;
    border-color: #FF7528 !important;
    color: #fff !important;
    box-shadow: 0 8px 24px 0 rgba(255, 117, 40, 0.25) !important;
}

.payment-container-fixed .button-size-7:hover,
.payment-container-fixed .button-size-7:focus {
    background: #ff6118 !important;
    border-color: #ff6118 !important;
    color: #fff !important;
    box-shadow: 0 8px 24px 0 rgba(255, 97, 24, 0.25) !important;
}

[data-local-blog-step="product"] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: min(100%, 524px) !important;
    max-width: 524px !important;
    min-height: 368px;
    margin-inline: auto;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #D5D7D8 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(1, 1, 1, 0.06);
}

[data-local-blog-step="product"] > .text-center:not(.local-template-product-price) {
    display: none;
}

[data-local-blog-step="product"] .local-template-product-price {
    min-height: 100px;
    padding: 32px 24px !important;
    color: #010101;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
}

[data-local-blog-step="product"] table.table {
    width: calc(100% - 48px);
    margin: 0 24px !important;
    table-layout: fixed;
    border: 0;
    border-radius: 0;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: visible;
    background: #fff;
}

[data-local-blog-step="product"] table.table thead th {
    padding: 20px 0 7px !important;
    background: #fff;
    color: #010101;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 2px solid #010101 !important;
}

[data-local-blog-step="product"] table.table thead th:last-child {
    width: 112px;
    min-width: 112px;
    text-align: right;
}

[data-local-blog-step="product"] table.table tbody {
    border-left: 0 !important;
    border-right: 0 !important;
}

[data-local-blog-step="product"] table.table tbody td {
    padding: 14px 0 8px !important;
    vertical-align: middle;
    border-color: #D5D7D8 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

[data-local-blog-step="product"] table.table tbody tr:first-child td {
    background: #fff;
}

[data-local-blog-step="product"] table.table tbody tr + tr td {
    border-top: 1px solid #D5D7D8 !important;
}

[data-local-blog-step="product"] table.table tbody tr:last-child td {
    border-bottom: 1px solid #D5D7D8 !important;
}

[data-local-blog-step="product"] table.table tbody td:first-child {
    padding-right: 12px !important;
}

[data-local-blog-step="product"] table.table tbody td:last-child {
    width: 112px;
    min-width: 112px;
    padding-left: 12px !important;
    padding-right: 0 !important;
    text-align: right;
    border-left: 1px solid #D5D7D8 !important;
}

[data-local-blog-step="product"] .mikrosluzby_payment_section .d-flex {
    align-items: center !important;
    gap: 8px;
    min-width: 0;
    flex-wrap: wrap;
}

[data-local-blog-step="product"] .mikrosluzby_payment_section .d-flex > div:first-child {
    margin-right: 0;
}

[data-local-blog-step="product"] .mikrosluzby_payment_section .d-flex > div:first-child small b {
    font-size: 12px !important;
    line-height: 16px !important;
}

[data-local-blog-step="product"] .img_size.bg-light-gray {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: auto !important;
    height: 24px !important;
    margin: 0 !important;
    overflow: hidden;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
}

[data-local-blog-step="product"] .img_size.bg-light-gray::before {
    content: none !important;
}

[data-local-blog-step="product"] .img_size.bg-light-gray img {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 36px !important;
    max-height: 24px !important;
    width: auto !important;
    height: 24px !important;
    padding: 0 !important;
}

[data-local-blog-step="product"] small,
[data-local-blog-step="product"] small b {
    color: #010101;
    font-size: 12px !important;
    line-height: 16px !important;
}

[data-local-blog-step="product"] small b {
    font-weight: 700 !important;
}

[data-local-blog-step="product"] small.text-gray,
[data-local-blog-step="product"] .text-gray {
    color: #8A8A8A !important;
    font-weight: 400 !important;
}

[data-local-blog-step="product"] .template-delivery-immediate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(40, 97, 255, 0.10);
    color: #2861FF !important;
}

[data-local-blog-step="product"] .template-delivery-immediate b {
    color: inherit !important;
    font-weight: 700 !important;
}

[data-local-blog-step="product"] [data-local-blog-next] {
    display: block !important;
    width: calc(100% - 48px) !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 48px;
    margin: 16px 24px 24px !important;
    padding: 14px 24px !important;
    text-align: center;
    border-radius: 16px !important;
    background: #2861FF !important;
    border-color: #2861FF !important;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(40, 97, 255, 0.25) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}

[data-local-blog-step="product"] [data-local-blog-next]:hover,
[data-local-blog-step="product"] [data-local-blog-next]:focus {
    background: #1a4acc !important;
    border-color: #1a4acc !important;
    color: #fff !important;
}

@media (max-width: 767.98px) {
    [data-local-blog-step="product"] {
        width: min(100%, 524px) !important;
    }

    [data-local-blog-step="product"] .local-template-product-price {
        min-height: 84px;
        padding: 24px 20px !important;
    }

    [data-local-blog-step="product"] table.table {
        width: calc(100% - 40px);
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    [data-local-blog-step="product"] table.table tbody td:last-child,
    [data-local-blog-step="product"] table.table thead th:last-child {
        width: 104px;
        min-width: 104px;
    }

    [data-local-blog-step="product"] [data-local-blog-next] {
        width: calc(100% - 40px) !important;
        height: 48px;
        margin: 16px 20px 24px !important;
    }
}

@media (max-width: 380px) {
    [data-local-blog-step="product"] table.table {
        width: calc(100% - 32px);
        margin-left: 16px !important;
        margin-right: 16px !important;
    }

    [data-local-blog-step="product"] table.table tbody td:last-child,
    [data-local-blog-step="product"] table.table thead th:last-child {
        width: 96px;
        min-width: 96px;
    }

    [data-local-blog-step="product"] .mikrosluzby_payment_section .d-flex {
        gap: 6px;
    }

    [data-local-blog-step="product"] .img_size.bg-light-gray {
        flex-basis: auto;
        width: auto !important;
        height: 24px !important;
    }

    [data-local-blog-step="product"] .img_size.bg-light-gray img {
        max-width: 36px !important;
        width: auto !important;
        height: 24px !important;
    }

    [data-local-blog-step="product"] [data-local-blog-next] {
        width: calc(100% - 32px) !important;
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
}

@media (max-width: 575.98px) {
    .payment-container-fixed > h4.payment-border-bottom {
        min-height: 84px;
    }

    .payment-container-fixed > .px-24px {
        padding-left: 20px;
        padding-right: 20px;
    }

    .payment-container-fixed .payment-text-padding {
        padding-top: 18px !important;
    }

    .payment-container-fixed .table thead th:last-child,
    .payment-container-fixed .table tbody td:last-child {
        width: 94px;
    }

    .payment-container-fixed > .parent-grid {
        padding: 22px 20px 28px;
    }
}

@media (max-width: 380px) {
    .payment-container-fixed > .px-24px {
        padding-left: 16px;
        padding-right: 16px;
    }

    .payment-container-fixed .table thead th:last-child,
    .payment-container-fixed .table tbody td:last-child {
        width: 86px;
    }

    .payment-container-fixed > .parent-grid {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.mx-54px {
    margin-left: 54px;
    margin-right: 54px;
}

.px-28px {
    padding-left: 28px;
    padding-right: 28px;
}

.mx-14px {
    margin-left: 14px;
    margin-right: 14px;
}

.mx-28px {
    margin-left: 28px;
    margin-right: 28px;
}

.p-24px {
    padding: 24px;
}

.mb-8px {
    margin-bottom: 8px;
}

.mb-4px {
    margin-bottom: 4px;
}

.mt-8px {
    margin-top: 8px;
}

.mb-16px {
    margin-bottom: 16px;
}

.my-16px {
    margin-top: 16px;
    margin-bottom: 16px;
}

.height-48px {
    height: 48px;
}

.p-32px {
    padding: 32px;
}

.objednavka-select-box {
    max-width: 248px;
    min-height: 168px;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px !important;
    display: block;
    margin: 16px 14px;
}


/* Sloučeno se dvěma dřívějšími duplicitními pravidly (karta + cursor);
   margin-top: 0 zde vyhrávalo nad dřívějším margin-top: 20px. */
.objednávka_služby {
    border-radius: 16px;
    padding: 16px;
    background-color: white;
    border: 1px solid #D5D7D8;
    box-shadow: 0px 8px 24px 0px #2861FF14;
    cursor: pointer;
    margin-top: 0px;
    display: block !important;
}

.mb-20px {
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .justify-content-center-mb {
        display: flex;
        justify-content: center;
    }

    .cenik-list-padding {
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .mobile-font-14px {
        font-size: 14px !important;
    }

    .cenik-list-image {
        width: 82px !important;
        height: auto !important;
    }

    .objednejte-si-upravu {
    height: auto!important;
}
    .home-banner-section img{
        height:auto!important;
    }

    .cenik-karta-size{
        width:300px!important;
        height:auto!important;
    }

    .spacer-132 {
        display:none;    }
    .micro-summary-div-400{
        width:auto!important;
    }
    .micro-summary-div{
        width: auto!important;
    }

    .micro-width-400{
        width:auto!important;
    }

    .summary-levy-sloupec {
        width: auto!important;
    }

    .w-400{
        width:auto!important;
    }

    .home-thired-last-section {
    height: auto !important;
}

.button-size-1 {
    min-width: 91px!important;
}

.button-size-2 {
    min-width: 162px!important;
}

.button-size-3 {
    min-width: 115px!important;
}

.button-size-4 {
    min-width: 132px!important;

}

.button-size-5 {
    min-width: 123px!important;
}

.button-size-6 {
    min-width: 228px!important;
}

.button-size-7 {
    width: 100%!important;
    min-width:100%!important;
}

.fnt-size-35{
    font-size:22px!important;
}

}

.cenik-list-padding {
    padding-left: 8px;
    padding-right: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.cenik-list-image {
    width: 104px;
    height: auto;
}


.owl-stage-reference-hp {
    display: flex;
}

.owl-item-reference-hp {
    display: flex;
    flex: 1 0 auto;
}

.home-thired-last-section-reference-hp {
    width: 100%;
}


.mt-40px {
    margin-top: 40px;
}

.mt-48px {
    margin-top: 48px;
}

.spacer-4 {
    height: 4px;
}

.spacer-8 {
    height: 8px;
}

.spacer-10 {
    height: 10px;
}


.spacer-16 {
    height: 16px;
}

.spacer-20 {
    height: 20px;
}

.spacer-24 {
    height: 24px;
}

.spacer-30 {
    height: 30px;
}

.spacer-32 {
    height: 32px;
}

.spacer-40 {
    height: 40px;
}

.spacer-48 {
    height: 48px;
}

.spacer-60 {
    height: 60px;
}

.spacer-64 {
    height: 64px;
}

.spacer-70 {
    height: 70px;
}

.spacer-72 {
    height: 72px;
}

.spacer-80 {
    height: 80px;
}

.spacer-82 {
    height: 82px;
}

.spacer-90 {
    height: 90px;
}

.spacer-92 {
    height: 92px;
}

.spacer-94 {
    height: 94px;
}

.spacer-100 {
    height: 100px;
}

.spacer-104 {
    height: 104px;
}

.spacer-110 {
    height: 110px;
}

.spacer-119 {
    height: 119px;
}

.spacer-120 {
    height: 120px;
}

.spacer-128 {
    height: 128px;
}

.spacer-130 {
    height: 130px;
}

.spacer-132 {
    height: 132px;
}

.spacer-277 {
    height: 277px;
}


.ln-height-16 {
    line-height: 16px !important;
}

.ln-height-20 {
    line-height: 20px !important;
}

.ln-height-22 {
    line-height: 22px !important;
}

.ln-height-24 {
    line-height: 24px !important;
}

.ln-height-26 {
    line-height: 26px !important;
}

.ln-height-28 {
    line-height: 28px !important;
}

.ln-height-30 {
    line-height: 30px !important;
}

.ln-height-32 {
    line-height: 32px !important;
}

.ln-height-34 {
    line-height: 34px !important;
}

.ln-height-36 {
    line-height: 36px !important;
}

.ln-height-38 {
    line-height: 38px !important;
}

.ln-height-40 {
    line-height: 40px !important;
}

.ln-height-42 {
    line-height: 42px !important;
}

.ln-height-44 {
    line-height: 44px !important;
}

.ln-height-46 {
    line-height: 46px !important;
}

.ln-height-48 {
    line-height: 48px !important;
}

.ln-height-50 {
    line-height: 50px !important;
}

.ln-height-52 {
    line-height: 52px !important;
}

.ln-height-54 {
    line-height: 54px !important;
}

.ln-height-56 {
    line-height: 56px !important;
}

.ln-height-58 {
    line-height: 58px !important;
}

.ln-height-60 {
    line-height: 60px !important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.height-30 {
    height: 30px
}

.height-56 {
    height: 56px
}

.height-81 {
    height: 81px
}

.over-flow-hidden {
    overflow: hidden;
}

.service-detail-span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
}

.max-w-800 {
    max-width: 800px !important;
}

.micro-summary-div {
    width: 400px;
    margin-right: 28px;
}

.micro-summary-div-service {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.micro-summary-div-service-img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.micro-summary-div-service-img-price {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
}

.micro-summary-docs {
    display: flex;
    align-items: center;
}

.micro-text-info {
    color: #363636 !important;
}

.micro-width-400 {
    width: 400px;
}

.mrg-tp-16{
    margin-top: 16px;
}

.blog-feed-img{
    background-image:url("/assets/front/img/blog-placeholder.png");
}

.order-now-w{
    max-width:523px !important;
}

.about-us-mt{
    margin-top: 64px;
}

.img-class-48 {
    width: 48px;
    height: 48px;
}

.mw-800{
    max-width:800px!important;
}


.summary-levy-sloupec {
width:400px;
margin-right:28px;
}

.w-400{
    width:400px;
}

.summary-ikona{
    width:24px;
    height:24px;
    margin-right:8px;
}

.parent-grid {
    display: grid;

}


@media (max-width: 1440px) and (min-width: 769px) {
.formatujeme_page h2 {
    font-size:25px!important;
}.home-second-section{
    padding:19px;
}

}




.pagination .page-link[rel="next"] {
  background: url("/assets/front/img/button-right-blog.svg");
}

.pagination .page-link[rel="prev"] {
  background: url("/assets/front/img/button-left-blog.svg");
}

.pagination .page-link[rel="next"],
.pagination .page-link[rel="prev"] {
  background-repeat: no-repeat;
  background-size: contain; /* nebo cover */
  background-position: center;
  font-size:0!important;
  width:56px;
  height:45px;
}

.pagination .disabled{
    display:none;
}

.height-68{
    height:68px;
}

.height-64{
    height:64px;
}

.maxheight-24{
    max-height:24px;
}

a {
  text-underline-offset: 3px;
}

.velke-karty-shadow{
    box-shadow: 0px 8px 24px 0px rgba(1, 1, 1, 0.06)!important;
}

.bg-primary{
    background-color:#2861FF!important;
}

.velke-karty-shadow-modry{
    box-shadow: 0 8px 24px 0 rgba(40, 97, 255, 0.25)!important;
}

.velke-karty-shadow-inner{
    box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.03)!important;
}

.velke-karty-shadow-orange{
    box-shadow: 0px 8px 24px 0px rgba(255, 117, 40, 0.25)!important;
}

.btn.velke-karty-shadow-orange:hover,
.btn.velke-karty-shadow-orange:focus-visible {
    box-shadow: 0 8px 24px 0 rgba(255, 97, 24, 0.25)!important;
}

.pr-14{
    padding-right:14px!important;

}

.pl-14{
    padding-left:14px!important;
}

.mr-14{
    margin-right:14px!important;
}

.ml-14{
    margin-left:14px!important;
}

.mx-14{
    margin-left:14px!important;
    margin-right:14px!important;
}

.mw-340{
    max-width:340px!important;
}

.mb-64px{
    margin-bottom:64px!important;
}

.citovani_blog p {
    font-size:18px!important;
    line-height:27px!important;
    font-weight:700!important;
    margin-bottom:0!important;
}

.obrys-citovani{
    border: 1px solid #D5D7D8;
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 32px;
     margin-top: 32px;
}

.služby_page {
    background-color: white;
    text-align: center;
    border-radius: 16px;
    padding: 16px 24px;
    bottom: 70px;
    border: 1px solid #D5D7D8;
    position: relative;
    min-height: 280px;
    box-shadow: 0 8px 24px 0px #0101010F;
}


.služby_page:hover {
    border-color: #2861FF;
    color: #fff !important;
}

.služby_page:hover circle {
    fill: #2861FF;
    stroke: none !important;
}

.služby_page:hover path {
    fill: #fff !important;
}


.služby_page .text-right {
    position: absolute;
    bottom: 9px;
    right: 24px;
}

.site-shell[data-page-path^="/objednavka-sluzby"] form > .bg-light-gray > .text-right.container:has(> input.btn-primary) {
    display: flex;
    justify-content: center;
    text-align: center;
}

.služby_page img {
    width: 104px;
    height: 104px;
}

.služby_page h2 {
    color: var(--Black, #010101);
    text-align: center;
    /* heading-S */
    font-family: Inter;
    font-size: 28px;
    line-height: 36px;
    /* 128.571% */
    letter-spacing: -0.56px;
}

.under-image-text{
    margin-bottom:32px!important;
}

.under-image-text p{
    font-size:14px!important;
    line-height:20px!important;
    font-weight:400!important;
    text-align: center!important;
}

.blog-image-partial{
    border-radius: 16px!important;
    margin-bottom:16px!important;
    margin-top:32px!important;
}

    .checklist-section {
        max-width: 524px;
        margin-left: auto;
        margin-right: auto;
    }
    .checklist-item {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom:16px;
    }
    .checklist-item .check-icon {
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        margin-top: 2px;
    }
    .checklist-item .check-icon svg {
        width: 32px;
        height: 32px;
    }
    .checklist-item p {
        margin: 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
    }

    .sluzba-detail-content h2,
    .sluzba-detail-content h3,
    .sluzba-detail-content h4,
    .sluzba-detail-content h5,
    .sluzba-detail-content h6,
    .blog-article h2,
    .blog-article h3,
    .blog-article h4,
    .blog-article h5,
    .blog-article h6 {
        color: #010101!important;
        font-family: "Inter", Arial, sans-serif!important;
        font-style: normal!important;
        font-weight:700!important;
    }

    .sluzba-detail-content p,
    .blog-article p{
        margin:0!important;
    }

    .sluzba-detail-content h2,
    .blog-article h2 {
        font-size: 43px!important;
        line-height: 52px!important;
        letter-spacing: -1.29px!important;
        margin-top:48px!important;
        margin-bottom:16px!important;
    }

    .sluzba-detail-content h3,
    .blog-article h3 {
        font-size: 35px!important;
        line-height: 44px!important;
        letter-spacing: -0.7px!important;
        margin-top:32px!important;
        margin-bottom:8px!important;
    }

    .sluzba-detail-content h4,
    .blog-article h4 {
        font-size: 28px!important;
        line-height: 36px!important;
        letter-spacing: -0.56px!important;
        margin-top:24px!important;
        margin-bottom:8px!important;
    }

    .sluzba-detail-content h5,
    .blog-article h5 {
        font-size: 22px!important;
        line-height: 28px!important;
        letter-spacing: -0.044px!important;
        margin-top:24px!important;
        margin-bottom:8px!important;
    }

    .sluzba-detail-content h6,
    .blog-article h6 {
        font-size: 18px!important;
        line-height: 24px!important;
        letter-spacing: -0.036px!important;
        margin-top:24px!important;
        margin-bottom:8px!important;
    }

    .sluzba-detail-content ul,
    .blog-article ul{
        margin-top:32px!important;
        margin-bottom:32px!important;
        padding-inline-start:22px!important;
    }

   .sluzba-detail-content ul li::marker,
   .blog-article ul li::marker {
  color: #2861FF!important;
}

   .sluzba-detail-content ol li::marker,
   .blog-article ol li::marker {
  color: #2861FF!important;
  font-weight:600!important;
}

.sluzba-detail-content li,
.blog-article li{
    padding-bottom:4px!important;
    padding-top:4px!important;
    line-height:30px!important;
    padding-left:16px!important;
    font-size:20px!important;
}

/* Typografii textového bloku detailu mikroslužby definuje app/globals.css
   (stejné hodnoty); zde zůstává jen ::marker, který v globals není. */
.site-shell[data-page-path^="/mikrosluzby-detail"][data-order-flow="false"] .bg-light-gray > .fixed-1440px-container.p-0 > .fixed-subcontainer ul li::marker {
    color: #FF7528!important;
}

@media (max-width: 1199px) {
    .sluzba-detail-content li,
    .blog-article li {
        font-size: 20px!important;
        line-height: 30px!important;
    }
}

@media (max-width: 991.98px) {
    .sluzba-detail-content li,
    .blog-article li {
        font-size: 20px!important;
        line-height: 30px!important;
    }
}

@media (max-width: 767.98px) {
    .sluzba-detail-content li,
    .blog-article li {
        font-size: 18px!important;
        line-height: 28px!important;
    }
    /* Mobilní variantu mikroslužby-detail definuje app/globals.css (shodné hodnoty). */
}

@media (max-width: 575.98px) {
    .sluzba-detail-content li,
    .blog-article li {
        font-size: 18px!important;
        line-height: 28px!important;
    }

    .site-shell[data-page-path^="/mikrosluzby-detail"][data-order-flow="false"] .bg-light-gray > .fixed-1440px-container.p-0 > .fixed-subcontainer p,
    .site-shell[data-page-path^="/mikrosluzby-detail"][data-order-flow="false"] .bg-light-gray > .fixed-1440px-container.p-0 > .fixed-subcontainer li {
        font-size: 18px!important;
        line-height: 28px!important;
    }
}

    .sluzba-detail-content ol,
    .blog-article ol{
        margin-top:32px!important;
        margin-bottom:32px!important;
        padding-inline-start:22px!important;
    }

    .sluzba-detail-content a, .blog-article a{
        text-decoration:underline!important;
        color: #2861FF!important;
    }

    .sluzba-detail-content b, strong,
    .blog-article b, strong{
        font-weight:700!important;
    }

/* ── Responsive: tablet (≤ 991px) ── */
@media (max-width: 991.98px) {
    .sluzba-detail-content,
    .blog-article {
        width: 100%!important;
        padding-left: 16px!important;
        padding-right: 16px!important;
    }
    .sluzba-detail-content h2,
    .blog-article h2 {
        font-size: 35px!important;
        line-height: 44px!important;
        margin-top: 40px!important;
    }
    .sluzba-detail-content h3,
    .blog-article h3 {
        font-size: 28px!important;
        line-height: 36px!important;
    }
    .sluzba-detail-content h4,
    .blog-article h4 {
        font-size: 24px!important;
        line-height: 32px!important;
    }
    .sluzba-detail-content h5,
    .blog-article h5 {
        font-size: 20px!important;
        line-height: 26px!important;
    }
    .sluzba-detail-content h6,
    .blog-article h6 {
        font-size: 17px!important;
        line-height: 22px!important;
    }
}

/* ── Responsive: mobile (≤ 767px) ── */
@media (max-width: 767.98px) {
    .sluzba-detail-content,
    .blog-article {
        width: 100%!important;
        padding-left: 12px!important;
        padding-right: 12px!important;
    }
    .sluzba-detail-content h2,
    .blog-article h2 {
        font-size: 28px!important;
        line-height: 36px!important;
        margin-top: 32px!important;
        margin-bottom: 12px!important;
    }
    .sluzba-detail-content h3,
    .blog-article h3 {
        font-size: 24px!important;
        line-height: 32px!important;
        margin-top: 24px!important;
    }
    .sluzba-detail-content h4,
    .blog-article h4 {
        font-size: 20px!important;
        line-height: 28px!important;
        margin-top: 20px!important;
    }
    .sluzba-detail-content h5,
    .blog-article h5 {
        font-size: 18px!important;
        line-height: 24px!important;
        margin-top: 20px!important;
    }
    .sluzba-detail-content h6,
    .blog-article h6 {
        font-size: 16px!important;
        line-height: 22px!important;
        margin-top: 20px!important;
    }
    .sluzba-detail-content ul,
    .blog-article ul,
    .sluzba-detail-content ol,
    .blog-article ol {
        margin-top: 24px!important;
        margin-bottom: 24px!important;
    }
    /* line-height 28px pro li už nastavuje dřívější pravidlo ve stejném breakpointu. */
}

/* ── Responsive: small mobile (≤ 575px) ── */
@media (max-width: 575.98px) {
    .sluzba-detail-content,
    .blog-article {
        padding-left: 8px!important;
        padding-right: 8px!important;
    }
    .sluzba-detail-content h2,
    .blog-article h2 {
        font-size: 24px!important;
        line-height: 32px!important;
        margin-top: 24px!important;
    }
    .sluzba-detail-content h3,
    .blog-article h3 {
        font-size: 20px!important;
        line-height: 28px!important;
        margin-top: 20px!important;
    }
    .sluzba-detail-content h4,
    .blog-article h4 {
        font-size: 18px!important;
        line-height: 24px!important;
        margin-top: 16px!important;
    }
    .sluzba-detail-content h5,
    .blog-article h5 {
        font-size: 16px!important;
        line-height: 22px!important;
    }
    .sluzba-detail-content h6,
    .blog-article h6 {
        font-size: 15px!important;
        line-height: 20px!important;
    }
    .sluzba-detail-content ul,
    .blog-article ul,
    .sluzba-detail-content ol,
    .blog-article ol {
        margin-top: 16px!important;
        margin-bottom: 16px!important;
    }
}

.cenik-list-padding b{
    font-weight: 700!important;
}

.fixed-1440px-container .order-banner-h2,
.fixed-1440px-container .order-banner-h2 b{
font-size:32px!important;
line-height:36px!important;
letter-spacing:-0.64px!important;
}

.fixed-1440px-container .order-banner-h2{
margin-top:1px!important;
margin-bottom:0px!important;
}

.fixed-1440px-container .order-banner-btn{
    text-decoration: none!important;
}


.page-item.active .page-link{
    background-color:#2861FF!important;
}



b, strong{
    font-weight:700!important;
}

.mb-10px{
    margin-bottom:10px!important;
}

.mb-5px{
    margin-bottom:5px!important;
}

.pagination .page-item .page-link{
width:56px;
height:45px;
}

.navbar-toggler {
    padding: .25rem 0rem 0rem 1rem!important;
}

@media (max-width: 1430px) {
.spacer-kontakt{
    display:none;
}
}

@media (max-width: 991.98px) {
.hero3-image {
    margin-bottom:20px;
}
}

@media(max-width: 767.98px) {
.cenik-banner1-text{
font-size:16px!important;
line-height:20px!important;
}
.cenik-banner1-nadpis{
    font-size:20px!important;
    line-height:22px!important;
}

.cenik-ikona1{
    height:48px!important;
    width:48px!important;
}


    }


    .service_details_section__v1 .prohlednete-si-ukazku .blog-link-button{
        color:#363636!important;
    }

    .service_details_section__v1 .prohlednete-si-ukazku .blog-link-button:hover{
        color:white!important;
    }

.site-shell .blog-article .template-download-card h2.fsz-35 {
    margin: 0 0 4px !important;
    font-size: clamp(27px, 5vw, 35px) !important;
    line-height: clamp(34px, 6vw, 44px) !important;
    letter-spacing: -0.7px !important;
}

.site-shell .blog-article .template-download-card .template-download-card__button.btn-main-blue {
    color: #fff !important;
}

.figma-blog-banner-section {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding-inline: 16px;
    pointer-events: auto;
}

.figma-blog-banner {
    box-sizing: border-box;
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 524px) minmax(300px, 360px);
    align-items: center;
    justify-content: space-between;
    column-gap: clamp(36px, 7vw, 72px);
    width: min(100%, 1076px);
    min-height: 456px;
    margin-inline: auto !important;
    padding: 48px 64px !important;
    overflow: hidden;
    background-color: #f8f8f8 !important;
    border-radius: 16px !important;
    pointer-events: auto;
}

.figma-blog-banner::after {
    content: none !important;
}

.figma-blog-banner > [class*="col-"] {
    position: relative;
    z-index: 1;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
}

.figma-blog-banner__copy > div {
    max-width: 524px;
}

.figma-blog-banner h2.fsz-43 {
    margin: 0 !important;
    padding: 0 !important;
    color: #010101;
    font-size: clamp(35px, 4vw, 43px) !important;
    font-weight: 700;
    line-height: clamp(42px, 4.85vw, 52px) !important;
    letter-spacing: -1.29px;
}

.figma-blog-banner h2.fsz-43 .text-primary {
    color: #2861ff !important;
}

.figma-blog-banner .podtrzeni2 {
    position: relative;
    display: inline-block;
}

.figma-blog-banner .podtrzeni2::after {
    left: 0;
    top: auto;
    bottom: -6px;
    width: 100%;
    height: 10px;
    background-image: url("/assets/front/img/figma-banner-underline.svg");
    background-size: 100% 100%;
}

.figma-blog-banner .banner1-size-default {
    max-width: 524px;
    margin-top: 24px;
    padding: 0;
    color: #363636 !important;
    font-size: clamp(16px, 1.7vw, 18px) !important;
    font-weight: 500;
    line-height: clamp(25px, 2.6vw, 28px) !important;
}

.figma-blog-banner__actions {
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.figma-blog-banner__actions > div {
    margin: 0 !important;
}

.figma-blog-banner__actions .btn,
.cover-print-support__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 106px;
    height: 48px;
    padding: 14px 24px !important;
    border: none !important;
    border-radius: 16px;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.figma-blog-banner__actions .btn-main-blue {
    box-shadow: 0 8px 12px rgba(40, 97, 255, 0.25) !important;
}

.figma-blog-banner__actions .btn-main-white {
    width: 152px;
    min-width: 152px;
}

.figma-blog-banner__actions .btn-main-white:not(:hover):not(:focus) {
    background: #ededed !important;
    color: #363636 !important;
    box-shadow: none !important;
}

.figma-blog-banner__visual-col {
    justify-content: center;
}

.figma-blog-banner__visual {
    position: relative;
    width: min(100%, 360px);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    flex: 0 0 auto;
}

.figma-blog-banner__layer {
    position: absolute !important;
    display: block;
    max-width: none !important;
}

.figma-blog-banner__floor {
    inset: 40.19% 2.19% 4.42% 2.21%;
    width: 95.6% !important;
    height: 55.39% !important;
}

.figma-blog-banner__shadows {
    left: 13.85%;
    top: 64.28%;
    width: 61.31% !important;
    height: 28.35% !important;
}

.figma-blog-banner__plant {
    left: 10.1%;
    top: 49.96%;
    width: 14.98% !important;
    height: 21.12% !important;
}

.figma-blog-banner__side-table {
    left: 11%;
    top: -29.4%;
    width: 41.22% !important;
    height: 89.8% !important;
}

.figma-blog-banner__folders {
    left: 5.78%;
    top: 6.56%;
    width: 89.08% !important;
    height: 68.12% !important;
}

.figma-blog-banner__character {
    left: 11%;
    top: -29.4%;
    width: 72.6% !important;
    height: 122% !important;
}

.home-banner-section .figma-blog-banner .figma-blog-banner__floor {
    width: 95.6% !important;
    height: 55.39% !important;
}

.home-banner-section .figma-blog-banner .figma-blog-banner__shadows {
    width: 61.31% !important;
    height: 28.35% !important;
}

.home-banner-section .figma-blog-banner .figma-blog-banner__plant {
    width: 14.98% !important;
    height: 21.12% !important;
}

.home-banner-section .figma-blog-banner .figma-blog-banner__side-table {
    width: 41.22% !important;
    height: 89.8% !important;
}

.home-banner-section .figma-blog-banner .figma-blog-banner__folders {
    width: 89.08% !important;
    height: 68.12% !important;
}

.home-banner-section .figma-blog-banner .figma-blog-banner__character {
    width: 72.6% !important;
    height: 122% !important;
}

@media (max-width: 991.98px) {
    .figma-blog-banner {
        grid-template-columns: minmax(0, 1fr) minmax(240px, 42%);
        min-height: 0;
        padding: 42px clamp(28px, 5vw, 48px) !important;
    }
}

@media (max-width: 767.98px) {
    .figma-blog-banner {
        grid-template-columns: 1fr;
        row-gap: 28px;
        padding: 36px 28px !important;
        text-align: left;
    }

    .figma-blog-banner__visual-col {
        order: 2;
    }

    .figma-blog-banner__visual {
        width: min(100%, 330px);
        margin-inline: auto;
    }
}

@media (max-width: 430px) {
    .figma-blog-banner-section {
        padding-inline: 20px;
    }

    .figma-blog-banner {
        padding: 32px 28px !important;
        border-radius: 12px !important;
    }

    .figma-blog-banner h2.fsz-43 {
        font-size: 33px !important;
        line-height: 39px !important;
        letter-spacing: -0.9px;
    }

    .figma-blog-banner .banner1-size-default {
        margin-top: 20px;
        font-size: 16px !important;
        line-height: 25px !important;
    }

    .figma-blog-banner__actions {
        gap: 12px;
        margin-top: 28px;
    }

    .figma-blog-banner__actions .btn {
        min-width: 0;
        height: 46px;
        padding-inline: 20px !important;
    }
}

/* Template order: compact contact step with optional company billing details. */
.site-shell form[data-local-blog-form="details"] > .bg-light-gray {
    padding: 48px 16px 64px;
}

.site-shell form[data-local-blog-form="details"] > .bg-light-gray br {
    display: none;
}

.site-shell form[data-local-blog-form="details"] h2 {
    margin: 0 0 32px;
    color: #010101;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 28px !important;
}

.site-shell form[data-local-blog-form="details"] .container {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.site-shell form[data-local-blog-form="details"] .shrink-to-fit_section {
    width: min(100%, 524px) !important;
    max-width: 524px !important;
    padding: 0 !important;
}

.site-shell form[data-local-blog-form="details"] .shrink-to-fit_section > .bg-white.section-1 {
    padding: 24px !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 24px rgba(1, 1, 1, 0.06);
}

.site-shell form[data-local-blog-form="details"] .shrink-to-fit_section > .bg-white.section-1 > .section-1 {
    border-radius: 0;
}

.site-shell form[data-local-blog-form="details"] .section-1 label.pt-3 {
    display: block;
    margin: 0 0 4px;
    padding-top: 24px !important;
    color: #010101;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.site-shell form[data-local-blog-form="details"] .section-1 label.pt-3:first-child {
    padding-top: 0 !important;
}

.site-shell form[data-local-blog-form="details"] .local-template-person-label {
    padding-top: 0 !important;
}

.site-shell form[data-local-blog-form="details"] .form-control {
    min-height: 48px;
    border: 1px solid #D5D7D8;
    border-radius: 15px;
    background: #F8F8F8 !important;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
}

.site-shell .local-template-billing-toggle {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 24px 0 0;
    padding: 14px 16px;
    border: 1px solid rgba(40, 97, 255, 0.18);
    border-radius: 12px;
    background: rgba(40, 97, 255, 0.06);
    color: #010101;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
}

.site-shell .local-template-billing-field > span {
    font-size: 14px !important;
    line-height: 20px !important;
}

.site-shell .local-template-billing-toggle:has(input:checked) {
    border-color: rgba(40, 97, 255, 0.45);
    background: rgba(40, 97, 255, 0.10);
}

.site-shell .local-template-billing-toggle input {
    flex: 0 0 auto;
    margin-top: 0;
}

.site-shell .local-template-billing-toggle-copy {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    min-width: 0;
    font-size: 14px !important;
    line-height: 20px !important;
}

.site-shell .local-template-billing-toggle-copy strong {
    color: #010101;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.site-shell .local-template-billing-toggle-copy small {
    color: #6D6D6D;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.site-shell .local-template-billing-fields[hidden] {
    display: none !important;
}

.site-shell .local-template-billing-fields {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #D5D7D8;
}

.site-shell .local-template-ares-control {
    display: flex;
    gap: 8px;
    align-items: center;
}

.site-shell .local-template-ares-control .form-control {
    min-width: 0;
}

.site-shell .local-template-ares-button {
    flex: 0 0 auto;
    min-height: 48px;
    padding: 14px 16px !important;
    border: 1px solid #D5D7D8;
    border-radius: 15px !important;
    background: #EDEDED;
    color: #363636;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    white-space: nowrap;
}

.site-shell .local-template-ares-button:hover,
.site-shell .local-template-ares-button:focus {
    border-color: #BFC3C7;
    background: #E1E1E1;
    color: #010101;
}

.site-shell .local-template-ares-button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.site-shell .local-template-ares-status {
    margin: 12px 0 0;
    color: #6D6D6D;
    font-size: 13px;
    line-height: 18px;
}

.site-shell .local-template-ares-status[data-status="success"] {
    color: #177245;
}

.site-shell .local-template-ares-status[data-status="error"] {
    color: #DC3545;
}

.site-shell .local-template-billing-manual-fields {
    margin-top: 16px;
}

.site-shell .local-template-billing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.site-shell .local-template-billing-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    color: #010101;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.site-shell .local-template-billing-field-wide {
    grid-column: 1 / -1;
}

.site-shell .local-template-billing-field small {
    color: #8A8A8A;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.site-shell form[data-local-blog-form="details"] label[for="local-blog-gdpr"] {
    margin-top: 24px !important;
    padding-top: 20px !important;
    border-top: 1px solid #D5D7D8;
}

.site-shell form[data-local-blog-form="details"] label[for="local-blog-terms"] {
    margin-top: 12px;
}

.site-shell form[data-local-blog-form="details"] label[for="local-blog-gdpr"] a.text-orange,
.site-shell form[data-local-blog-form="details"] label[for="local-blog-terms"] a.text-orange {
    background: transparent !important;
    color: #2861FF !important;
    text-decoration: none !important;
}

.site-shell form[data-local-blog-form="details"] label[for="local-blog-gdpr"] a.text-orange:hover,
.site-shell form[data-local-blog-form="details"] label[for="local-blog-gdpr"] a.text-orange:focus,
.site-shell form[data-local-blog-form="details"] label[for="local-blog-terms"] a.text-orange:hover,
.site-shell form[data-local-blog-form="details"] label[for="local-blog-terms"] a.text-orange:focus {
    background: transparent !important;
    color: #1A4ACC !important;
    text-decoration: none !important;
}

.site-shell form[data-local-blog-form="details"] .shrink-to-fit_section > .d-flex.justify-content-between {
    gap: 16px;
    margin-top: 24px;
}

.site-shell form[data-local-blog-form="details"] .shrink-to-fit_section > .d-flex.justify-content-between .btn {
    min-height: 48px;
    padding: 14px 24px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}

@media (max-width: 575.98px) {
    .site-shell form[data-local-blog-form="details"] > .bg-light-gray {
        padding: 40px 20px 48px;
    }

    .site-shell .local-template-billing-grid {
        grid-template-columns: 1fr;
    }

    .site-shell .local-template-billing-field-wide {
        grid-column: auto;
    }

    .site-shell form[data-local-blog-form="details"] .shrink-to-fit_section > .d-flex.justify-content-between {
        flex-direction: column-reverse;
    }

    .site-shell form[data-local-blog-form="details"] .shrink-to-fit_section > .d-flex.justify-content-between > div,
    .site-shell form[data-local-blog-form="details"] .shrink-to-fit_section > .d-flex.justify-content-between .btn {
        width: 100%;
    }
}

/* Template order: payment step aligned with the shared checkout card pattern. */
.site-shell form[data-local-blog-form="payment"] > .local-template-payment-section {
    padding: 48px 16px 104px;
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-panel {
    width: min(100%, 524px);
    margin: 32px auto 0;
    padding: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(1, 1, 1, 0.06);
}

.site-shell form[data-local-blog-form="payment"] h2 {
    margin: 0;
    color: #010101;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 28px !important;
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-options {
    display: grid;
    gap: 12px;
    width: calc(100% - 16px);
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-option {
    min-height: 88px;
    margin: 0;
    padding: 16px;
    border-color: #D5D7D8;
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(1, 1, 1, 0.05);
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-option > span:first-child {
    min-width: 0;
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-option .fw-600 {
    color: #010101;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-option small {
    display: inline-block;
    margin-top: 8px;
    color: #8A8A8A !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-option:hover,
.site-shell form[data-local-blog-form="payment"] .local-template-payment-option.is-selected {
    border-color: #2861FF;
    background: rgba(40, 97, 255, 0.04);
    box-shadow: 0 12px 24px rgba(40, 97, 255, 0.14);
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-option.is-selected .micro-payment-radio {
    border-color: #2861FF;
    background: #2861FF;
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-error {
    margin: 16px 0 0;
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-summary {
    display: grid;
    gap: 8px;
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #D5D7D8;
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-summary > div {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    color: #010101;
    font-size: 16px;
    line-height: 22px;
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-summary > div > span:first-child {
    color: #8A8A8A;
    font-weight: 700;
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-summary strong {
    color: #010101;
    font-weight: 700;
    text-align: right;
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-summary strong span {
    color: inherit;
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-gateway {
    margin: 28px 0 0;
    color: #8A8A8A !important;
    font-size: 14px !important;
    line-height: 20px;
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-gateway strong {
    color: inherit;
    font-weight: 600;
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-actions {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: min(100%, 524px);
    margin: 24px auto 0;
}

.site-shell form[data-local-blog-form="payment"] .local-template-payment-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 24px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}

@media (max-width: 575.98px) {
    .site-shell form[data-local-blog-form="payment"] > .local-template-payment-section {
        padding: 40px 20px 64px;
    }

    .site-shell form[data-local-blog-form="payment"] .local-template-payment-panel {
        margin-top: 24px;
        padding: 24px;
    }

    .site-shell form[data-local-blog-form="payment"] h2 {
        font-size: 22px !important;
        line-height: 28px !important;
    }

    .site-shell form[data-local-blog-form="payment"] .local-template-payment-options {
        margin-top: 0;
    }

    .site-shell form[data-local-blog-form="payment"] .local-template-payment-option {
        min-height: 88px;
        padding: 16px;
    }

    .site-shell form[data-local-blog-form="payment"] .local-template-payment-option .fw-600 {
        font-size: 18px;
        line-height: 24px;
    }

    .site-shell form[data-local-blog-form="payment"] .local-template-payment-option small {
        font-size: 14px;
        line-height: 20px;
    }

    .site-shell form[data-local-blog-form="payment"] .local-template-payment-summary {
        margin-top: 48px;
    }

    .site-shell form[data-local-blog-form="payment"] .local-template-payment-summary > div {
        font-size: 16px;
        line-height: 22px;
    }

    .site-shell form[data-local-blog-form="payment"] .local-template-payment-actions {
        flex-direction: column-reverse;
    }

    .site-shell form[data-local-blog-form="payment"] .local-template-payment-actions .btn {
        width: 100%;
    }
}

.site-shell[data-page-path^="/blog/"][data-order-flow="false"] .fixed-892px-container {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: 892px;
    max-width: 892px;
    padding-left: 0;
    padding-right: 0;
}

.site-shell[data-page-path^="/blog/"][data-order-flow="false"] .blog-detail-bg {
    width: 100%;
    height: clamp(360px, 52vw, 464px);
    overflow: hidden;
    border-radius: 16px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-shell[data-page-path^="/blog/"][data-order-flow="false"] .blog-detail-gradient {
    width: 100%;
    height: 100%;
    border-radius: 16px !important;
    background: linear-gradient(180deg, rgba(40, 97, 255, 0.05) 0%, #0034c3 100%);
}

.site-shell[data-page-path^="/blog/"][data-order-flow="false"] .blog-main-section-details h1.inner-blog-detail-banner {
    right: 64px;
    bottom: 80px;
    left: 64px;
    width: auto;
    max-width: 764px;
    margin: 0;
    padding: 0 !important;
    color: #fff;
    font-size: 54px !important;
    font-weight: 700;
    line-height: 60px !important;
    letter-spacing: -2.16px;
}

.site-shell[data-page-path^="/blog/"][data-order-flow="false"] .blog-main-section-details p.inner-blog-detail-banner {
    right: 64px;
    bottom: 32px;
    left: 64px;
    width: auto;
    margin: 0;
    padding-left: 0 !important;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.site-shell[data-page-path^="/blog/"][data-order-flow="false"] .pozadi-za-fotku-blog {
    position: relative;
    z-index: 1;
    margin-top: -88px;
    background-color: var(--pf-light-bg, #f8f8f8);
}

@media (max-width: 991.98px) {
    .site-shell[data-page-path^="/blog/"][data-order-flow="false"] .fixed-892px-container {
        width: 720px;
        max-width: 720px;
    }

    .site-shell[data-page-path^="/blog/"][data-order-flow="false"] .blog-main-section-details h1.inner-blog-detail-banner {
        right: 40px;
        bottom: 76px;
        left: 40px;
        max-width: calc(100% - 80px);
        font-size: 44px !important;
        line-height: 50px !important;
        letter-spacing: -1.76px;
    }

    .site-shell[data-page-path^="/blog/"][data-order-flow="false"] .blog-main-section-details p.inner-blog-detail-banner {
        right: 40px;
        left: 40px;
    }
}

@media (max-width: 767.98px) {
    .site-shell[data-page-path^="/blog/"][data-order-flow="false"] .fixed-892px-container {
        width: calc(100% - 32px);
        max-width: 100%;
    }

    .site-shell[data-page-path^="/blog/"][data-order-flow="false"] .blog-detail-bg {
        height: clamp(320px, 92vw, 400px);
    }

    .site-shell[data-page-path^="/blog/"][data-order-flow="false"] .blog-main-section-details h1.inner-blog-detail-banner {
        right: 24px;
        bottom: 68px;
        left: 24px;
        max-width: calc(100% - 48px);
        font-size: 34px !important;
        line-height: 40px !important;
        letter-spacing: -1.36px;
    }

    .site-shell[data-page-path^="/blog/"][data-order-flow="false"] .blog-main-section-details p.inner-blog-detail-banner {
        right: 24px;
        bottom: 28px;
        left: 24px;
    }

    .site-shell[data-page-path^="/blog/"][data-order-flow="false"] .pozadi-za-fotku-blog {
        margin-top: -64px;
    }
}

@media (max-width: 575.98px) {
    .site-shell[data-page-path^="/blog/"][data-order-flow="false"] .fixed-892px-container {
        width: calc(100% - 24px);
    }

    .site-shell[data-page-path^="/blog/"][data-order-flow="false"] .blog-main-section-details h1.inner-blog-detail-banner {
        right: 20px;
        left: 20px;
        max-width: calc(100% - 40px);
        font-size: 30px !important;
        line-height: 36px !important;
        letter-spacing: -1.2px;
    }

    .site-shell[data-page-path^="/blog/"][data-order-flow="false"] .blog-main-section-details p.inner-blog-detail-banner {
        right: 20px;
        left: 20px;
    }
}

.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content p,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content li,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article p:not(.b-dwn-pr),
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article li,
.site-shell[data-page-path^="/mikrosluzby-detail"][data-order-flow="false"] .bg-light-gray > .fixed-1440px-container.p-0 > .fixed-subcontainer p,
.site-shell[data-page-path^="/mikrosluzby-detail"][data-order-flow="false"] .bg-light-gray > .fixed-1440px-container.p-0 > .fixed-subcontainer li {
    color: #010101;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400;
    letter-spacing: 0 !important;
    line-height: 30px !important;
}

.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content a,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article a,
.site-shell[data-page-path^="/mikrosluzby-detail"][data-order-flow="false"] .bg-light-gray > .fixed-1440px-container.p-0 > .fixed-subcontainer a {
    font-size: inherit !important;
    line-height: inherit !important;
}

.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article .template-download-card__button.btn-main-blue {
    font-size: 14px !important;
    line-height: 20px !important;
}

.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article p.template-article-last {
    margin-bottom: 48px !important;
}

.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer .obrys-citovani .citovani_blog p {
    color: #363636 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    line-height: 27px !important;
    margin-bottom: 0 !important;
}

.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) > p + p,
.site-shell[data-page-path^="/mikrosluzby-detail"][data-order-flow="false"] .bg-light-gray > .fixed-1440px-container.p-0 > .fixed-subcontainer > p + p {
    margin-top: 16px !important;
}

.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content h2:not(.order-banner-h2),
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content h2:not(.order-banner-h2) b,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content h2:not(.order-banner-h2) strong,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article h2:not(.order-banner-h2),
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article h2:not(.order-banner-h2) b,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article h2:not(.order-banner-h2) strong {
    color: #010101 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 43px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: -1.29px !important;
    line-height: 52px !important;
}

.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content h3,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content h3 b,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content h3 strong,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article h3,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article h3 b,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article h3 strong {
    color: #010101 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 35px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: -0.7px !important;
    line-height: 44px !important;
}

.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content h4,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content h4 b,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content h4 strong,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article h4,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article h4 b,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article h4 strong {
    color: #010101 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: -0.56px !important;
    line-height: 36px !important;
}

.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content h5,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content h5 b,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content h5 strong,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article h5,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article h5 b,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article h5 strong {
    color: #010101 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: -0.044px !important;
    line-height: 28px !important;
}

.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content h6,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content h6 b,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content h6 strong,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article h6,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article h6 b,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article h6 strong {
    color: #010101 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: -0.036px !important;
    line-height: 24px !important;
}

@media (max-width: 767.98px) {
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content p,
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content li,
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article p:not(.b-dwn-pr),
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article li,
    .site-shell[data-page-path^="/mikrosluzby-detail"][data-order-flow="false"] .bg-light-gray > .fixed-1440px-container.p-0 > .fixed-subcontainer p,
    .site-shell[data-page-path^="/mikrosluzby-detail"][data-order-flow="false"] .bg-light-gray > .fixed-1440px-container.p-0 > .fixed-subcontainer li {
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

@media (max-width: 991.98px) {
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h2:not(.order-banner-h2),
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h2:not(.order-banner-h2) :is(b, strong) {
        font-size: 35px !important;
        line-height: 44px !important;
        letter-spacing: -0.7px !important;
    }

    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h3,
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h3 :is(b, strong) {
        font-size: 28px !important;
        line-height: 36px !important;
        letter-spacing: -0.56px !important;
    }

    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h4,
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h4 :is(b, strong) {
        font-size: 24px !important;
        line-height: 32px !important;
        letter-spacing: -0.48px !important;
    }

    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h5,
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h5 :is(b, strong) {
        font-size: 20px !important;
        line-height: 26px !important;
        letter-spacing: -0.04px !important;
    }

    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h6,
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h6 :is(b, strong) {
        font-size: 17px !important;
        line-height: 22px !important;
        letter-spacing: -0.034px !important;
    }
}

@media (max-width: 767.98px) {
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h2:not(.order-banner-h2),
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h2:not(.order-banner-h2) :is(b, strong) {
        font-size: 28px !important;
        line-height: 36px !important;
        letter-spacing: -0.56px !important;
    }

    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h3,
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h3 :is(b, strong) {
        font-size: 24px !important;
        line-height: 32px !important;
        letter-spacing: -0.48px !important;
    }

    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h4,
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h4 :is(b, strong) {
        font-size: 20px !important;
        line-height: 28px !important;
        letter-spacing: -0.04px !important;
    }

    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h5,
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h5 :is(b, strong) {
        font-size: 18px !important;
        line-height: 24px !important;
        letter-spacing: -0.036px !important;
    }

    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h6,
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h6 :is(b, strong) {
        font-size: 16px !important;
        line-height: 22px !important;
        letter-spacing: -0.032px !important;
    }
}

@media (max-width: 575.98px) {
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h2:not(.order-banner-h2),
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h2:not(.order-banner-h2) :is(b, strong) {
        font-size: 24px !important;
        line-height: 32px !important;
        letter-spacing: -0.48px !important;
    }

    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h3,
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h3 :is(b, strong) {
        font-size: 20px !important;
        line-height: 28px !important;
        letter-spacing: -0.04px !important;
    }

    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h4,
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h4 :is(b, strong) {
        font-size: 18px !important;
        line-height: 24px !important;
        letter-spacing: -0.036px !important;
    }

    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h5,
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h5 :is(b, strong) {
        font-size: 16px !important;
        line-height: 22px !important;
        letter-spacing: -0.032px !important;
    }

    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h6,
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer:is(.sluzba-detail-content, .blog-article) h6 :is(b, strong) {
        font-size: 15px !important;
        line-height: 20px !important;
        letter-spacing: -0.03px !important;
    }
}

.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content .prohlednete-si-ukazku .order-banner-h2,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content .prohlednete-si-ukazku .order-banner-h2 b {
    font-size: 32px !important;
    line-height: 36px !important;
    letter-spacing: -0.64px !important;
}

@media (max-width: 767.98px) {
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content .prohlednete-si-ukazku .order-banner-h2,
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content .prohlednete-si-ukazku .order-banner-h2 b {
        font-size: 28px !important;
        line-height: 34px !important;
        letter-spacing: -0.56px !important;
    }
}

@media (max-width: 575.98px) {
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content .prohlednete-si-ukazku .order-banner-h2,
    .site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer.sluzba-detail-content .prohlednete-si-ukazku .order-banner-h2 b {
        font-size: 24px !important;
        line-height: 30px !important;
        letter-spacing: -0.48px !important;
    }
}

.site-shell[data-order-flow="false"][data-page-path^="/blog/vzor-potisku-desek-"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article .cover-print-support {
    box-sizing: border-box;
    width: min(100%, 524px);
    margin: clamp(56px, 7vw, 72px) auto 0;
    color: #010101;
    text-align: left;
}

.site-shell[data-order-flow="false"][data-page-path^="/blog/vzor-potisku-desek-"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article .cover-print-support__wave {
    display: block;
    width: 98px;
    height: 32px;
    margin: 0 0 24px;
}

.site-shell[data-order-flow="false"][data-page-path^="/blog/vzor-potisku-desek-"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article .cover-print-support h2 {
    margin: 0 0 20px !important;
    color: #010101 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 43px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: -1.29px !important;
    line-height: 52px !important;
}

.site-shell[data-order-flow="false"][data-page-path^="/blog/vzor-potisku-desek-"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article .cover-print-support__lead {
    max-width: 524px;
    margin: 0 0 32px !important;
    color: #363636 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: clamp(16px, 2vw, 18px) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: clamp(24px, 3vw, 28px) !important;
}

.site-shell[data-order-flow="false"][data-page-path^="/blog/vzor-potisku-desek-"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article .cover-print-support__list {
    display: grid;
    gap: 16px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.site-shell[data-order-flow="false"][data-page-path^="/blog/vzor-potisku-desek-"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article .cover-print-support__list li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 !important;
    padding: 0 !important;
    color: #363636 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: clamp(16px, 2vw, 18px) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: clamp(24px, 3vw, 28px) !important;
}

.site-shell[data-order-flow="false"][data-page-path^="/blog/vzor-potisku-desek-"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article .cover-print-support__list img {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.site-shell[data-order-flow="false"][data-page-path^="/blog/vzor-potisku-desek-"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article .cover-print-support__actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 32px;
}

.site-shell[data-order-flow="false"][data-page-path^="/blog/vzor-potisku-desek-"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article .cover-print-support__button {
    height: 48px;
    padding: 14px 24px !important;
    border-radius: 16px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

@media (max-width: 575.98px) {
    .site-shell[data-order-flow="false"][data-page-path^="/blog/vzor-potisku-desek-"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article .cover-print-support {
        margin-top: 48px;
    }

    .site-shell[data-order-flow="false"][data-page-path^="/blog/vzor-potisku-desek-"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article .cover-print-support h2 {
        font-size: 35px !important;
        letter-spacing: -0.7px !important;
        line-height: 44px !important;
    }

    .site-shell[data-order-flow="false"][data-page-path^="/blog/vzor-potisku-desek-"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article .cover-print-support__wave {
        width: 98px;
        height: 32px;
        margin-bottom: 22px;
    }

    .site-shell[data-order-flow="false"][data-page-path^="/blog/vzor-potisku-desek-"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article .cover-print-support__lead {
        margin-bottom: 28px !important;
    }

    .site-shell[data-order-flow="false"][data-page-path^="/blog/vzor-potisku-desek-"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article .cover-print-support__actions {
        margin-top: 28px;
    }
}

@media (max-width: 420px) {
    .site-shell[data-order-flow="false"][data-page-path^="/blog/vzor-potisku-desek-"] .fixed-1440px-container.parent-grid .fixed-subcontainer.blog-article .cover-print-support h2 {
        font-size: 28px !important;
        letter-spacing: -0.56px !important;
        line-height: 36px !important;
    }
}

/* ===== Kompaktnější FAQ akordeon („Na co se často ptáte?" apod.) =====
   1) Ikona +/− je menší (32px) a napevno ukotvená vpravo – dřív měla
      v otevřeném a zavřeném stavu jiné okraje, takže při kliknutí
      poskakovala do strany.
   2) Menší svislé mezery: nižší hlavička karty, žádná mezera mezi
      otázkou a odpovědí, menší rozestup mezi kartami. */
.accordion_one .panel-default {
    margin-top: 12px;
    padding-top: 4px;
    /* bílé pozadí + oříznutí do kulatých rohů, aby vnitřek nepřekrýval
       ohraničení karty v rozích */
    background-color: #fff;
    overflow: hidden;
}

.accordion_one .panel .panel-heading a,
.accordion_one .panel .panel-heading a.collapsed {
    max-width: 100%;
    padding: 8px 64px 8px 24px;
    /* shodná typografie v otevřeném i zavřeném stavu, aby nadpis
       při přepnutí neuskakoval (dřív 24px vs 31px řádkování) */
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.036px;
}

.accordion_one .panel-title {
    margin-bottom: 0 !important;
}

.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px;
    float: none;
    left: auto;
    /* přebíjí starší media pravidla s right: -20px/-60px !important,
       která ikonu vysouvala mimo kartu */
    right: 16px !important;
    margin: 0 !important;
}

.accordion_one .panel-group .panel-heading + .panel-collapse > .panel-body {
    padding: 0px 64px 4px 24px;
}

/* ==================================================================
   Sekce „Na co se často ptáte?" (FAQ) jako samostatný, znovupoužitelný
   celek. Zapouzdřeno do .faq-section – přebíjí okolní styly obsahu
   (nadpis h2 s margin-top 48px, modré podtržené odkazy 20px, velké
   odstavce) a dává sekci jednotný vzhled jako v ceníku. Vázáno na
   .fixed-subcontainer, který mají oba obsahové kontejnery, takže platí
   ve stránkách služeb (Formátujeme, K tomu navíc, Pro firmy, Mikroslužby)
   i v článcích blogu. Vkládá se jako jeden HTML blok.
   ================================================================== */

/* stín otevřené karty (jako v ceníku) */
.faq-section .panel:has(.panel-collapse.show) {
    box-shadow: 0px 8px 24px 0px rgba(1, 1, 1, 0.06) !important;
}

/* odstup celé sekce shora = 80px jako v ceníku (slévá se s okrajem
   předchozího odstavce/seznamu) */
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer .faq-section {
    margin-top: 80px !important;
    /* mezera za sekcí (typicky za tlačítkem) symetricky k horní */
    margin-bottom: 80px !important;
}

/* nadpis sekce bez zděděného margin-top 48px – odstup od vlnky řeší
   spacer uvnitř bloku */
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer .faq-section .text-center h2,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer .faq-section .text-center h2 b {
    margin: 0 !important;
}

/* otázka (technicky odkaz) = černý tučný nadpis 18px bez podtržení */
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer .faq-section .panel .panel-heading a,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer .faq-section .panel .panel-heading a:hover,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer .faq-section .panel .panel-heading a:focus {
    color: var(--Black, #010101) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: -0.036px !important;
    line-height: 24px !important;
    text-decoration: none !important;
}

/* nadpis karty bez zděděného horního marginu (jinak text spadne o 20px) */
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer .faq-section .panel-title {
    margin: 0 !important;
}

/* odpověď = drobný šedý text 12px se spodním odsazením 16px */
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer .faq-section .panel-body p {
    color: #363636 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 18px !important;
    margin: 0 0 16px !important;
}

/* odkazy uvnitř odpovědi zůstávají modré, ale v drobné velikosti odpovědi */
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer .faq-section .panel-body a {
    font-size: 12px !important;
    line-height: 18px !important;
}

/* tlačítko (Provést objednávku apod.) = plné tlačítko jako v ceníku,
   ne modrý podtržený odkaz z obsahu */
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer .faq-section a.btn,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer .faq-section a.btn:hover,
.site-shell[data-order-flow="false"] .fixed-1440px-container.parent-grid .fixed-subcontainer .faq-section a.btn:focus {
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    color: #fff !important;
    /* plynulý hover (nadzvednutí + stín) jako tlačítko v hero sekci;
       obsahové styly odkazů jinak nastavují jen transition color 180ms */
    transition: all 0.3s !important;
}

/* Stav nahrávání souborů v objednávkových formulářích (Blob upload) */
.local-upload-file-status {
  margin-left: 8px;
  font-size: 11px;
  color: #6b6b6b;
  white-space: nowrap;
}
.local-upload-file-status-done { color: #2e7d32; }
.local-upload-file-status-error { color: #c62828; font-weight: 600; }
