.site-name img {
    max-width: 300px;
}
.welcome h1 {
    display: none;
}
.whole-about-home {
    display: flex;
    flex-direction: row;
    gap:40px;
    align-items:center;
}

.left-about-home, .right-about-home{
    flex:1;
}
.represent-h1{
    font-size:40px!important;
    line-height: 48px;
}
.right-about-home img{
  border-radius: 20px;
}
@media(max-width:1199px){
    .whole-about-home{
        flex-direction:column;
        gap:0;
    }
    .represent-h1{
    	font-size:32px!important;
    	line-height: 38px;
		}
}
@media(max-width:1023px){

}
@media(max-width:767px){
    .represent-h1{
    font-size:28px!important;
    line-height: 34px;
}}

/*o nas*/
/* ====== ZÁKLAD ====== */

.mzk-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0px;
}

.mzk-about .mzk-hero h2{
  text-align:left;
}
.mzk-about h2 {
  margin-top:0;
  text-align: center;
}

/* ====== HERO ====== */
.mzk-hero {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.mzk-hero-text {
  flex: 1;
  min-width: 280px;
}

.mzk-hero img {
  flex: 1;
  max-width: calc(50% - 30px);
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.mzk-story {
  max-width: 800px;
  text-align:center;
  margin: 0 auto;
}

/* ====== VALUES ====== */
.mzk-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.mzk-value {
  text-align: center;
}

.mzk-value img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.mzk-value h3 {
  font-size: 20px;
margin-top:20px;
  margin-bottom: 15px;
}

.mzk-cta {
  text-align: center;
  background: #fafafa;
  border-radius: 20px;
  padding: 60px 30px;
}

.mzk-button {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 32px;
  background: var(--color-secondary);
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  font-weight: 600;
  transition: 0.3s ease;
}

.mzk-button:hover {
  background: var(--color-primary-hover);
  color:white;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 991px) {
  .mzk-values {
    grid-template-columns: 1fr;
  }

  .mzk-hero {
    flex-direction: column;
    gap:0;
  }
.mzk-story, .mzk-story h2{
  text-align:left;
}

  .mzk-about h1 {
    font-size: 32px;
  }
  .mzk-hero img {
    max-width:100%;
  }
  .mzk-container{
    padding:20px 0;
  }
  .mzk-cta{
    padding: 40px 20px;
  }
}


/* ===== KONTAKT ===== */

.mzk-contact-intro {
  margin-bottom: 50px;
}
.mzk-contact-intro h2{
  margin-top:0;
}
.mzk-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.mzk-contact-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mzk-contact-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.mzk-contact-left img{
  width:28px;
}

.mzk-contact-item a {
  color: var(--color-secondary);
  text-decoration: none;
  font-weight: 500;
}

.mzk-contact-item a:hover {
  text-decoration: underline;
}

/* fakturační box */
.mzk-contact-right {
  background: #fafafa;
  padding: 30px;
  border-radius: 20px;
  font-size: 15px;
height: -webkit-fill-available;
}

.mzk-contact-right h2 {
  margin-top: 0;
}

/* formulář užší */
.mzk-contact-form {
  max-width: 800px;
}

.mzk-contact-form form {
  max-width: 100%;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 991px) {
  .mzk-contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .mzk-contact-intro {
  margin-bottom: 40px;
}
}
.map iframe {
    border-radius: 20px;
    max-height: 320px;
}

div#form-l {
    max-width: 800px;
}


/* ====== ZÁKLAD ====== */

/* ====== ÚVOD ====== */
.mzk-sp-intro h2 {
  text-align: left;
  margin-top:0;
}

.mzk-sp-intro p {
  text-align: left;
  margin: 0 auto 15px auto;
}

/* ====== TABULKY DOPRAVA & PLATBA ====== */
.mzk-shipping-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-top: 30px;
}

.mzk-shipping-table-wrapper h2 {
  margin-top:0;
}

.mzk-shipping-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  color: #2E2E2E;
}

.mzk-shipping-table tr:nth-child(odd) {
  background: #f1f1f1;
}

.mzk-shipping-table tr:nth-child(even) {
  background: #ffffff;
}

.mzk-shipping-table td {
  padding: 20px 18px;
  vertical-align: middle;
}
td.mzk-logo img {
  height: auto;
  display: block;
  margin: 0 auto;
}
/* Cena vpravo */
.mzk-shipping-table .mzk-price {
  width: 90px;
  text-align: right;
  font-weight: 700;
  color: #2E2E2E;
}
.mzk-shipping-table .mzk-logo .smaller {
    width: 50px;
    height: 50px;
}


.table-wrap {
    border-radius: 8px;
    border: 1px solid #ccc;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.mzk-shipping-table td.mzk-logo {
    width: 160px;
    /* max-width: 175px; */
    height: 90px;
}
.mzk-deliver-table .mzk-price {
    display: none;
}
/* ====== RESPONSIVE ====== */
@media (max-width: 991px) {
.mzk-shipping-table tr {
    display: flex;
    flex-direction: column;
}
.mzk-shipping-table td {
  padding:14px 18px;
  text-align:left!important;
}
  .mzk-shipping-table td.mzk-logo{
    width:100%;
    height:auto;
  }
  td.mzk-logo img{
    margin:0;
    max-width: 110px;
  }
}








.siteCookies.siteCookies--bottom.siteCookies--dark.js-siteCookies.siteCookies--scrolled,.siteCookies__form  {
    background: var(--color-secondary);
}
button.siteCookies__link.js-cookies-settings{
    transition:0.3s ease all;
}
button.siteCookies__link.js-cookies-settings:hover {
    color: var(--color-secondary);
    background:white
}


span.rate-average {
    text-align: center;
}

.rate-average-wrap.col-xs-12.col-sm-6{
    justify-content:center;
}

span.stars {
    display:flex!important;
    justify-content:center;
}


input.form-control:focus,textarea.form-control:focus,textarea.dkLabNote.dkLabNoteTextArea:focus,select#parameter-id-17:focus{
    outline: var(--color-secondary) 1px solid!important;
outline-offset:0!important;
}



div#dkLabNoteMainWrapper {
    display:flex;
    flex-direction:column;
}
div#dkLabNoteMainWrapper 
.dkLabNoteAttachmentWrapper  {
    order:2;
}
div#dkLabNoteMainWrapper div#dkLabNoteDetailWrapper {
    order:1;
}



.faq-intro {
  margin-bottom: 30px;
}
.mzk-faq h2{
margin-top:0;}
/* ===== FAQ POLOŽKY ===== */
.faq-item {
  margin-bottom: 15px;
  border-radius: 20px;
  overflow: hidden;
}
.faq-item:last-child{
margin-bottom:0;}
/* ===== FAQ OTÁZKA ===== */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  background: var(--color-secondary);
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  border-radius: 20px 20px 0 0;
  border: none;
  z-index:2;
  transition: background 0.3s ease;
  position: relative;
}

.faq-question:hover {
  background: var(--color-primary-hover);
}
.faq-item.active .faq-question{
  background: var(--color-primary-hover);
}
.faq-icon {
  width: 25px;
  height: 25px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  content: url('/user/documents/upload/Ikonky/white_minus.svg');
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding:0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  position: relative;
  background: #f7f7f7;
  border-left: 4px solid var(--color-primary-hover);
  color: #333;
  border-radius: 0 0 12px 12px;
}
.faq-answer p:last-child{
  margin:0;
}
.faq-answer-inner {
  padding: 16px 20px 16px 20px;
}

.faq-item.active .faq-answer {
  opacity: 1;
}

@media (max-width: 991px) {
  span.faq-text {
  text-align:left;
}
}


.benefitBanner__data {
    color: var(--color-tertiary-hover);
}

#rate-form .form-group input.btn.btn-sm.btn-primary {
    padding: 16px;
}





.latest-contribution-wrapper h2 {
    grid-column: 1 / -1;
}
.latest-contribution-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.latest-contribution {
    display: contents !important;
}

/* ---- JEDNA RECENZE (KARTA) ---- */
.latest-contribution-inner {
    padding: 24px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #eeeeee;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
}
.latest-contribution-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}
span.latest-contribution-date {
    display: none;
}
  .homepage-latest-contribution .latest-contribution a{
        padding:24px;
    }
/* ---- INFO ŘÁDEK ---- */
.latest-contribution-info {
    color:#2121218F;
}
@media (max-width: 1199px) {
    .latest-contribution-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
  
}

/* pod 768px = 1 sloupec */
@media (max-width: 767px) {
    .latest-contribution-wrapper {
        grid-template-columns: 1fr;
    }
    .latest-contribution-inner {
        grid-column: auto !important;
    }
    .latest-contribution-inner {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .latest-contribution-image img {
        width: 120px;
        height: 120px;
    }

    .latest-contribution-info {
        justify-content: center;
    }
}
textarea.dkLabNote.dkLabNoteTextArea {
    border-radius: 8px;
    height: 48px;
   max-width:400px;
    margin-bottom: 16px;
    font-size: 16px;
    width: 100%;
    padding: 11.2px 16px;
    background-color: #fff;
    border-color: #dadada;
    color: #666;
}
@media(max-width:767px){
    textarea.dkLabNote.dkLabNoteTextArea {

        max-width:100%;
        padding:13px 16px;
}
}



#dkLabNoteDetailWrapper .dkLabNoteHeader span:last-child {
    font-size: 0; /* skryje původní text */
}

#dkLabNoteDetailWrapper .dkLabNoteHeader span:last-child::after {
    content: "*";
    font-size: 18px;
    color: red;
    margin-left:-5px;
    margin-top:-10px;
}












