html, body {
    overflow-x: hidden;
}

body * {
    hyphens: none;
}

body, .smartmenu-content {
    background-color: #006756;
}

#mmenu .mod_navigation ul {
    padding: 0 20px 20px 20px;
}

#mmenu .mod_navigation ul li a.highlight {
    padding: 4px 0;
}

#mmenu .mod_navigation ul li {
    padding-bottom: 10px;
}

#mmenu .mod_navigation ul li a {
    border-radius: 2em 0 2em 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#mmenu_middle {
    padding: 20px 0 0 0 !important;
}

.mmenu_trigger {
    right: 20px;
}

.mmenu_trigger .label {
    display: none;
}

.ce_hyperlink a, a.btn {
    margin-bottom: 0;
}

.ce_headerimage:after {
    content: "";
    position: absolute;
    background-color: #000;
    opacity: .35;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ce_headerimage .ce_headerimage_inside {
    z-index: 1;
}

.ce_headerimage .ce_headline .headline {
    padding: 15px 50px !important;
    border-radius: 2em 0 2em 0;
    background: #006756 !important;
}

/* SECTIONS */
.section__slider-iconboxes .ce_iconbox p {
    margin-bottom: 0;
}

.section__new-patients .ce_bgimage-inside {
    padding-left: 15px !important;
}

.section__new-patients .ce_headline_extended:before {
    background-color: #ffffff !important;
}

.section__services .ce_image_extended {
    overflow: visible;
    position: relative;
}

.section__services .container .autogrid_row:nth-of-type(even) .column {
    display: flex;
    justify-content: end;
}

.section__pricelist .attributes {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 2em 0 2em 0;
    background-color: #fff;
    padding: 40px !important;
}

.section__pricelist .attributes .label {
    font-size: 18px;
}

.section__pricelist .attributes .price {
    font-weight: 700;
    font-size: 20px;
}

.section__pricelist .attributes .item {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
}

.section__faq .ce_accordion.style2 .toggler {
    font-size: 18px;
    border-width: 0;
    line-height: 1.3;
    border-radius: 2em 0 2em 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.section__faq .ce_accordion.style2 .accordion {
    padding: 25px 15px;
}

.section__contact-form form .widget-submit {
    margin-bottom: 0;
}

.section__contact-form form button[type="submit"] {
    width: 100%;
}

.section__contact-form form .checkbox_container {
    padding: 0;
    border-width: 0;
}

.section__contact-form table {
    font-size: 16px !important;
}

.section__contact-form .ce_image_extended .image_container img {
    width: auto !important;
}

.section__rating .ce_bgimage-inside {
    padding-left: 15px !important;
}

.section__home-services .ce_iconbox .headline {
    margin-bottom: 0 !important;
}

.section__home-services .ce_iconbox .ce_iconbox_outside {
    border-radius: 2em 0 2em 0;
}

.section__order .col_3 {
    margin-top: -150px;
}

.section__about .image_container,
.section__about .image_container img {
    height: 100%;
}

.section__about .image_container img {
    object-fit: cover;
}

.section__about .ce_teambox {
    height: 100%;
    font-size: 18px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.section__about .ce_teambox .h5 {
    font-size: 22px;
}

.section__about .ce_teambox .teambox_inside {
    height: 100%;
    display: flex;
    flex-direction: row;
    border: 0 !important;
}

.section__about .ce_teambox .description strong {
    font-style: italic;
    font-weight: 400;
}

.section__about .ce_teambox .teambox_inside .image,
.section__about .ce_teambox .teambox_inside .teambox_content {
    flex: 1;
}

.section__about .ce_teambox .teambox_inside .teambox_content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section__about .ce_teambox .teambox_inside .image a {
    display: block;
}

/* RESPONSIVITY */
@media only screen and (max-width: 1024px) {

    .mt-0-t { margin-top: 0 !important; }
    .mt-m-l { margin-top: 50px !important; }
    .mt-m-t { margin-top: 40px !important; }
    .mt-s-t { margin-top: 30px !important; }
    .mt-xs-t { margin-top: 20px !important; }

    .attributes {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .section__about .ce_teambox .teambox_inside {
        flex-direction: column;
    }

    .section__services .container .autogrid_row:nth-of-type(odd) {
        flex-direction: column-reverse;
    }

    .section__pricelist .attributes {
        padding: 40px !important;
    }

    .section__new-patients .attributes {
        padding-left: 3em !important;
    }
}

@media only screen and (max-width: 767px) {

    .mt-0-m { margin-top: 0 !important; }

    .article-pt-m .container {
        padding-top: 40px !important;
    }

    .article-pt-b .container {
        padding-bottom: 40px !important;
    }

    .mod_article .ce_image_extended .image_container img {
        width: 100%;
    }

    .section__new-patients .mobile_image {
        left: -20px;
        margin-top: -50px;
        position: relative;
        width: calc(100% + 40px);
    }

    .section__pricelist .attributes {
        padding: 30px 20px !important;
    }

    .section__pricelist .attributes .ce_headline_extended {
        font-size: 22px;
    }

    .section__new-patients .attributes {
        padding-left: 0 !important;
    }
}

/* ======================================================
   VYBAVENIE – MOBILE
   vzdy: OBRAZOK → TEXT
   len pre stranku Vybavenie
   ====================================================== */
@media only screen and (max-width: 767px) {

    body.page_3234 .autogrid_row {
        display: flex;
        flex-direction: column;
    }

    body.page_3234 .autogrid_row .ce_image_extended {
        order: 1;
        margin-bottom: 24px; /* ← DODANÝ ODSTUP */
    }

    body.page_3234 .autogrid_row .align_center_center {
        order: 2;
    }

}
