#table-zebra tr:nth-child(odd) {
    background-color: rgb(246, 246, 246);
}

#table-zebra tr {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

#table-zebra td:nth-child(odd) {
    font-weight: 600;
    color: #333 !important;
    width: 55%;
}

/* Odie's Certificate */
.odies-certificate-container {
    display: flex;
    flex-direction: row;
    max-width: 850px;
    margin: 20px auto;
    align-items: center;
    gap: 20px;
    border: 1px solid lightgray;
    border-radius: 15px;
    /* Zaokrąglone rogi */
    padding: 17px;
    /* Dodanie odstępu wewnętrznego */

}

.odies-certificate-image {
    max-height: 130px !important;
    width: auto;
    /* Utrzymuje proporcje */
    flex-shrink: 0;
    border-radius: 8px;
    /* Zaokrąglenie rogów zdjęcia */
}

.odies-certificate-description {
    flex-grow: 1;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 0px !important;
}

@media (max-width: 768px) {
    .odies-certificate-container {
        flex-direction: column;
        text-align: center;
    }

    .odies-certificate-image {
        height: auto;
        /* Przeciwdziała zbyt dużemu obrazowi w wersji mobilnej */
        max-width: 100%;
        /* Utrzymuje responsywność */
    }
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
}

strong {
    font-weight: 600;
}

.cm p, .cm ul, .cm ol {
    font-size: 12pt;
}

@media (min-width: 757px) {
    .navigation_desc.--bottom.cm {
        overflow: hidden;
        margin-bottom: 1.5rem;
        background: #f8f6f2;
        padding: 5rem 6rem 4rem;
        border-radius: 0.8rem;
        margin-top: 50px;
    }
}

.navigation_desc.--bottom.cm {
  margin-bottom: 1rem;
  overflow: initial;
}

.catalogs-container {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.catalog-box {
    background-color: white;
    margin: 15px;
    padding: 10px;
    border: 1px solid lightgray;
    text-align: center;
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.17), 0 6px 5px 0 rgba(0, 0, 0, 0.16);
}

#Navigation .navigation_item .count {
  font-style: italic;
  color: #b0abab;
}

#Navigation .navigation_item .name {
    text-decoration: none !important;
}


/* CAM/CAD SOFTWARE COMPARISON */



.soft-box {
    min-width: 150px;
    display: flex;
    flex-direction: column;
    background-color: #f0f0f0;
}

#soft-box-params {
    width: 180px !important;
}

.soft-comp-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.logo-container {
    height: 60px;
    padding: px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid white;
}

#cut2d-box {
    background-color: #05ce6346 !important;
    border-color: #05ce6346 !important;
}

#vcarve-box {
    background-color: #abc0e169 !important;
    border-color: #abc0e169 !important;
}

#aspire-box {
    background-color: #ea959b63 !important;
    border-color: #ea959b63 !important;
}


.logo-container-header {
    background-color: #e5e5e5;
}

.soft-params-box {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px;
    border-bottom: 1px solid white;
    line-height: 1.2;
}

.soft-button-box {
    min-height: 60px;
    background-color: white !important;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    display: flex;
}

.soft-params-value {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15pt;
}

.cross-value {
    color: red;
}

.check-value {
    color: #555;
}

.soft-params-name {
    color: #555;
    font-size: 10pt;
    font-weight: bold;
}

.soft-text-value {
    font-size: 12pt;
    font-weight: bold;
    color: #555;
}

/*Wklejone 22-05-2025 17:23*/

.sb-hd-box {
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: center;
}

.sb-hd-pr {
    font-size: 30px !important;
    line-height: 45px !important;
    font-weight: bold !important;
    margin: 5px auto;
}

.sb-hd-sc {
    display: none;
    margin-bottom: 5px !important;
}

.subheader-option {
    margin-bottom: 5px !important;
}

.sb-de-cr,
.sb-de-lt,
.advantage-content {
    font-size: 16px !important;
    line-height: 24px !important;
}

.sb-img-box {
    max-width: 650px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px !important;
}

.sb-img {
    margin: 0px auto;
    border-radius: 20px;
}

.sb-de-hd {
    font-size: 20px;
    color: #333 !important;
    font-weight: 500;
}

#sb-de-bd {
    font-size: 16px !important;
    line-height: 1.4;
    text-align: center;
    margin: 0px auto;
    color: #333;
}

.sb-de-box {
    margin-bottom: 30px;
}

/* NEW */

.sb-block {
    padding: 0px 15px;
}

.text--center {
    text-align: center;
}

/* HEADER */

.sb-header-block--center {
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: center;
}

/* END HEADER */

/* DESCRIPTION */

.sb-description--block {
    margin-bottom: 30px;
}


/* -- END -- */

#sb-icon-time>img {
    width: 150px !important;
}

#sb-icon-time {
    margin: 0px auto;
    text-align: center;
}

.sb-de-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.text--center--xs {
    font-size: 16px !important;
    line-height: 24px !important;
    display: none;
    text-align: center;
}

.text--bold {
    font-weight: 600;
    color: #333;
}

.display-inline-block {
    display: inline-block;
}

.sb-de-container>div.sb-de-box {
    max-width: 550px;
}

.sb-de-container-nw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.sb-de-container-nw>div.sb-video-yt {
    max-width: 350px;
    margin-bottom: 15px;
}

#yetitool-tech-table tr:nth-child(odd) {
    background-color: rgb(246, 246, 246);
}

#yetitool-tech-table tr {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

#yetitool-tech-table td:nth-child(odd) {
    font-weight: 600;
    color: #333;
    width: 55%;
}

#yetitool-tech-table td:nth-child(even) {
    width: 45%;
}

.header-secondary--blue {
    font-size: 20px !important;
    line-height: 30px !important;
    color: #0362ff;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}


#tech-data-section {
    display: hidden;
}

#yetitool-tech-table {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #333;
}

.blocks {
    display: inline-block;
}

.sb-box {
    padding: 0px 15px;
}

/* advantages */

.advantage-row--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.advantage-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
    padding: 15px;
    margin: 7px;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 15px;
    background-color: #fcfcfd;
}


.advantage-header {
    font-size: 20px;
    color: #333 !important;
    font-weight: 500;
    margin: 15px 0px;
}

.advantage-container>div.advantage-content {
    text-align: center;
}

.advantage-icon {
    width: 50px;
    margin-right: 15px;
}

@media (max-width: 767px) {

    #tech-data-section {
        display: hidden;
    }

}



@media (max-width: 600px) {

    .sb-box {
        padding: 0px;
    }

    .advantage-head--flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 18px;
    }

    .advantage-icon {
        margin-bottom: 7px;
    }

    .sb-hd-hide,
    .sb-de-hide {
        display: none;
    }

    .sb-hd-sc,
    #sb-de-bd {
        display: block;
    }

    .sb-de-cr,
    .sb-de-hd {
        text-align: center;
    }

    .text--center--xs {
        display: block;
    }

}

#phone-call.show,
#toTopNew.show {
    bottom: 90px !important;
}

/* opis peanut */

#peanut-icon {
    margin: 0px auto;
    text-align: center;
    width: 50%;
    min-width: 350px;
}

.desc-flex-container {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bor-1-s-g {
    border: 1px solid lightgray;
}

.desc-header-box {
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: center;
}

.desc-header-primary {
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 5px auto;
}

.desc-main-box {
    margin-bottom: 30px;

}

.desc-text-box>.desc-header {
    font-size: 21px;
    color: #333 !important;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

.desc-text-center {
    font-size: 16px !important;
    line-height: 24px !important;

}

.desc-img-box {
    width: 50%;
    min-width: 350px;
}

.desc-text-box {
    width: 50%;
    text-align: center;
    min-width: 350px;
}

.desc-flex-container>.order-rev {
    order: 2;
}

.text-strong {
    font-weight: 550;
    color: #333 !important;
}

#peanut-1-materials {
    max-width: 750px;
}

p.center {
    text-align: center;
}

/* zs peanut 1 2 */
.peanut-box {
    text-align: center;
}

.peanut-img {
    max-width: 250px !important;
}

.peanut-header {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.peanut-text-center {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center;
}


@media (max-width:1200px) {
    .bor-1-s-g {
        border: none;
    }

    .desc-text-box>.desc-header {
        margin-top: 20px;
    }

    .desc-text-box {
        background-color: #eefcff;
    }

    .desc-flex-container>.order-rev {
        order: 0;
    }
}

/* Smartbench MINI DESC */

.sb-mini {
    background-color: white;
    width: 220px;
}

@media (max-width:498px) {
    .sb-mini {
        width: 150px;
        padding: 7px;
    }
}



#table-zebra tr:nth-child(odd) {
    background-color: rgb(246, 246, 246);
}

#table-zebra tr {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

#table-zebra td:nth-child(odd) {
    font-weight: 600;
    color: #333 !important;
    width: 55%;
}

/* FLEXSCREEN - DESCRIPTION */

    
    .numbered-circle-list {
        counter-reset: circle-counter;
        list-style-type: none;
        padding-left: 0;
    }

    .numbered-circle-list>li {
        position: relative;
        margin-bottom: 20px;
        padding-left: 35px;
    }

    .numbered-circle-list>li::before {
        content: counter(circle-counter);
        counter-increment: circle-counter;
        position: absolute;
        left: 0;
        top: 0;
        width: 25px;
        height: 25px;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        background-color: white;
    }

    .numbered-circle-list--flexscreen>li::before {
        background-color: #0c3c4f;
    }


    .flexscreen-sub-steps {
        margin-top: 15px;
        padding-left: 20px;
    }

    .flexscreen-sub-steps li {
        margin-bottom: 10px;
    }

    .flexscreen-highlight {
        background-color: #f0f7fa;
        padding: 2px 5px;
        border-radius: 3px;
        font-weight: 500;
        color: #0c3c4f;
    }

    .flexscreen-example {
        margin: 15px 0;
        padding: 12px;
        background-color: #f5f5f5;
        border-radius: 5px;
    }

    .flexscreen-important-note {
        border-left: 3px solid #0c3c4f;
        padding: 10px 15px;
        margin-top: 10px;
        background-color: #f0f7fa;
        font-style: italic;
    }

    .flexscreen-order-note {
        margin-top: 25px;
        padding-top: 15px;
        border-top: 1px solid #e0e0e0;
    }

    .flexscreen-order-note p {
        margin: 5px 0;
        font-style: italic;
        color: #555;
    }

    /* Style dla rozwijanych sekcji */
    .collapsible-section {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .collapsible-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background-color: #f9f9f9;
        cursor: pointer;
    }

    .collapsible-header h3 {
        margin: 0;
        color: #333;
        font-size: 1.2rem;
    }

    .toggle-button {
        background: none;
        border: none;
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        max-width: 30px;
        max-height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: white;
        cursor: pointer;
        transition: transform 0.3s ease;
        padding: 0;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .fs-bg-primary {
        background-color: #0c3c4f;
    }

    .toggle-icon {
        display: inline-block;
        transition: transform 0.3s ease;
    }

    .collapsible-content {
        padding: 0 20px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease, padding 0.5s ease;
    }

    .collapsible-section.active .collapsible-content {
        max-height: 2700px;
        /* Wystarczająco duża wartość, żeby pomieścić treść */
        padding: 20px;
    }

    .collapsible-section.active .toggle-icon {
        transform: rotate(45deg);
    }

    .mesh-container {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .mesh-card {
        width: calc(33.33% - 10px);
        min-width: 250px;
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
    }

    .mesh-image-container {
        padding: 15px;
        text-align: center;
    }

    .mesh-image {
        max-width: 120px;
        max-height: 120px;
        height: auto;
    }

    .mesh-content {
        padding: 0 15px 15px 15px;
    }

    .mesh-title {
        margin-top: 0;
        margin-bottom: 5px;
        color: #0c3c4f;
        text-align: center;
    }

    p.mesh-description {
        text-align: center;
        margin-top: 0;
        margin-bottom: 12px;
        font-size: 9pt;
        color: #555;
    }

    .mesh-specs {
        display: flex;
        flex-direction: column;
        gap: 5px;
        font-size: 13px;
    }

    .mesh-parameter {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 4px;
    }

    .mesh-parameter:last-child {
        border-bottom: none;
    }

    .param-name {
        font-style: italic;
        color: #555;
    }

    .param-value {
        color: #333;
    }

    @media (max-width: 767px) {
        .mesh-container {
            justify-content: space-around;
        }

        .mesh-card {
            width: calc(50% - 10px) !important;
            min-width: 150px !important;
        }
    }

    @media (max-width: 480px) {
        .mesh-card {
            width: 80% !important;
            margin-left: auto;
            margin-right: auto;
        }
    }

.configurator__limit {
    color: #d03030 !important;
}

.blog-item h2 {
    font-weight: 600 !important; 
}
.blog-item h3 {
    font-weight: 500 !important; 
}