.text-block-55 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    max-height: 5.6em;
    font-weight: 300;
    line-height: 1.3em;
    overflow: hidden;
}
.select-field {appearance: none;}

.menu-link:last-child {
    border-right: none;
}

.items-garant__col:last-child > .div-block-49 .num-line {
    display: none;
}

.price-list__item:nth-child(even) {
    background-color: #F3F2F2;
}

/* Plugin CSS */
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

/* =============================================
   Praca / Współpraca / Franczyza page
   ============================================= */

.praca-desc {
    color: #555;
    font-size: 17px;
    max-width: 720px;
    margin-bottom: 8px;
}

.praca-tabs {
    display: flex;
    gap: 12px;
    margin: 32px 0 40px;
    flex-wrap: wrap;
}

button.praca-tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 28px;
    background: #f3f2f2;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    -webkit-appearance: none;
    appearance: none;
}

.praca-tab small {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    margin-top: 3px;
}

button.praca-tab:hover {
    border-color: #e83844;
    background: #fff;
}

button.praca-tab.active {
    background: #e83844;
    color: #fff;
    border-color: #e83844;
}

button.praca-tab.active small {
    color: rgba(255, 255, 255, .75);
}

.praca-pane {
    display: none;
}

.praca-pane.active {
    display: block;
}

.praca-pane__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    padding-bottom: 64px;
}

.praca-pane__info h2 {
    font-size: 24px;
    margin-bottom: 16px;
}

.praca-pane__info p {
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

ul.praca-list {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

ul.praca-list li {
    padding: 10px 0 10px 28px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    line-height: 1.4;
    list-style: none;
}

.praca-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #e83844;
    font-weight: 700;
}

.praca-textarea {
    height: 100px !important;
    resize: vertical;
}

@media (max-width: 991px) {
    .praca-pane__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .praca-tabs {
        gap: 8px;
        margin: 24px 0 28px;
    }

    button.praca-tab {
        padding: 12px 20px;
        font-size: 15px;
    }
}

/* M6: Prevent iOS auto-zoom on input focus (requires >= 16px) */
.w-input, .w-select, textarea {
    font-size: 16px;
}

/* M5: Minimum touch target size for accessibility */
.checkbox {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
}
.w-checkbox-input--inputType-custom {
    width: 24px;
    height: 24px;
}

/* Homepage ISO 9001 trust badge */
.home-trust-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(44px, 5vw, 96px);
    width: min(1290px, 90vw);
    margin-bottom: 1.75vw;
}

.main-content--home {
    max-width: min(1120px, 78vw);
}

.main-content--home .row-desc {
    flex: 0 0 min(555px, 39vw);
    max-width: min(555px, 39vw);
    padding-bottom: 0;
}

.home-quality-badge {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    gap: 18px;
    width: min(430px, 36vw);
    margin: -1vw 0 1.75vw;
    padding: 12px 18px 12px 14px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(9, 28, 47, .08);
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(9, 28, 47, .10);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: inherit;
    text-decoration: none;
}

.home-quality-badge:focus-visible {
    outline: 3px solid rgba(255, 85, 90, .45);
    outline-offset: 4px;
}

.home-quality-badge--mobile {
    display: none;
}

.home-quality-badge__media {
    flex: 0 0 146px;
    width: 146px;
    padding: 6px 8px;
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(42, 71, 151, .08);
}

.home-quality-badge__image {
    display: block;
    width: 100%;
    height: auto;
}

.home-quality-badge__copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #091c2f;
    font-size: 14px;
    line-height: 1.25;
}

.home-quality-badge__copy span {
    color: rgba(9, 28, 47, .68);
    font-weight: 500;
    white-space: nowrap;
}

.home-quality-badge__copy strong {
    color: #e83844;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .02em;
}

@media (max-width: 991px) {
    .main-content--home {
        max-width: 100%;
    }

    .home-trust-row {
        display: block;
        margin-bottom: 24px;
    }

    .main-content--home .row-desc {
        max-width: 555px;
        padding-bottom: 0;
    }

    .home-quality-badge {
        width: min(460px, 55vw);
        margin: -8px 0 24px;
    }
}

@media (max-width: 767px) {
    .main-content--home {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .main-content--home .desc-form,
    .main-content--home .form-block {
        width: 100%;
    }

    .main-content--home .form-block {
        order: 2;
    }

    .home-quality-badge--desktop {
        display: none;
    }

    .home-quality-badge--mobile {
        display: inline-flex;
    }

    .home-quality-badge {
        order: 1;
        width: 100%;
        max-width: none;
        gap: 14px;
        margin: 4vw 0 5.5vw;
        padding: 14px;
        border-radius: 16px;
    }

    .home-quality-badge__media {
        flex-basis: 40%;
        width: 40%;
        max-width: 165px;
        min-width: 130px;
    }

    .home-quality-badge__copy {
        font-size: clamp(12px, 3.35vw, 14px);
    }

    .home-quality-badge__copy strong {
        font-size: clamp(15px, 4.15vw, 17px);
    }
}

@media (max-width: 374px) {
    .home-quality-badge {
        align-items: flex-start;
        gap: 10px;
        padding: 12px;
    }

    .home-quality-badge__media {
        min-width: 112px;
    }

    .home-quality-badge__copy {
        font-size: 12px;
    }

    .home-quality-badge__copy strong {
        font-size: 15px;
    }
}

.items-doc__col-sw .text-block-67 {
    display: -webkit-box;
    min-height: 40px;
    max-width: 11.8vw;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    white-space: pre-line;
    overflow-wrap: normal;
}

.sw-cert-modal-open,
.sw-cert-modal-open body {
    overflow: hidden;
}

.sw-cert-modal {
    position: fixed;
    z-index: 2147483000;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.sw-cert-modal.is-open {
    display: flex;
}

.sw-cert-modal__backdrop {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(9, 28, 47, .72);
    cursor: zoom-out;
}

.sw-cert-modal__panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(980px, 94vw);
    max-height: 92vh;
    max-height: 92dvh;
    padding: 18px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(9, 28, 47, .28);
}

.sw-cert-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #ff5553;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(255, 85, 83, .3);
}

.sw-cert-modal__image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: calc(92vh - 92px);
    max-height: calc(92dvh - 92px);
    border-radius: 8px;
    object-fit: contain;
}

.sw-cert-modal__caption {
    width: 100%;
    margin-top: 12px;
    color: #404040;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

@media (max-width: 991px) {
    .items-doc__col-sw .text-block-67 {
        max-width: 170px;
    }
}

@media (max-width: 767px) {
    .sw-cert-modal {
        padding: 14px;
    }

    .sw-cert-modal__panel {
        width: 100%;
        max-height: 88vh;
        max-height: 88dvh;
        padding: 12px;
        border-radius: 12px;
    }

    .sw-cert-modal__close {
        top: 8px;
        right: 8px;
        width: 40px;
        height: 40px;
        font-size: 30px;
    }

    .sw-cert-modal__image {
        max-height: calc(88vh - 82px);
        max-height: calc(88dvh - 82px);
    }

    .sw-cert-modal__caption {
        font-size: 14px;
    }
}
