

/* Start:/local/components/teplo.knauf/decisions/templates/.default/style.css?17545728643697*/
.sectionDecisions .set-item--quantity .number {
    color: #09F;
}
.set-item-decision {
    margin-top: 20px;
    border: 1px solid #E0E0E0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    transition: border-color 0.4s ease;
}

.sectionSets div[data-section-id],
.sectionSets div.sets-tabs__category[data-section1-id],
.sectionSets .ssubSection {
    display:none;
}
.sectionSets div[data-section-id].active,
.sectionSets div.sets-tabs__category[data-section1-id].active,
.sectionSets .ssubSection.active {
    display: block;
}

.sectionSets .radio-field input:not(:checked) label:hover {
    cursor: pointer;
}

.sectionDecisions .set-item__listItem:not(.disabled) {
    grid-template-columns: 40px 1fr 280px 100px;
}

.sectionDecisions .set-item--quantity .number {
    flex: 0 0 50px;
    max-width: 50px;
}

@media screen and (max-width: 767px) {
    .sectionDecisions .set-item__listItem:not(.disabled) {
        grid-template:
        "num title price" auto
        "empty controls price" auto / 7% 1fr 72px;
        grid-template-columns: 7% 1fr 72px;
    }
}

.sectionDecisions .set-item__content .btn.disabled {
    background-color: #E0E0E0;
    color: #fff;
    cursor: default;
    border: 1px solid #E0E0E0;
}

.sectionDecisions .sets-tabs__item {
    font-size: 14px;
}

.sectionDecisions .sets-tabs__category__item,
.sectionDecisions .sets-tabs__category__item.selected {
    text-align: left;
    color: #262626;
    background-color: #F6F7F7;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #093;
    padding: 36px 24px;
}

.sectionDecisions .sets-tabs__category__item.selected {

}

.sectionDecisions .subsectionName {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.sectionDecisions .subsectionDescription {
    font-size: 18px;
    color: #666;
    margin-bottom: 46px;
}

.sets-tabs__category__item .select_subsection {
    display: none;
}
.sets-tabs__category__item.selected .select_subsection.active {
    display: inline-block;
}
.sets-tabs__category__item:not(.selected) .select_subsection:not(.active) {
    display: inline-block;
}

.sets-tabs__category__item .select_subsection:not(.active) {
    padding: 14px 72px;
}

.sets-tabs__category__item.selected .select_subsection {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    padding: 14px 28px;
    color: #fff;
    position: relative;
    background: #093;
    cursor: default;
    border: 1px solid #093;
}

.sets-tabs__category__item.selected .select_subsection:before {
    content: '';
    position: relative;
    margin-right: 13px;
    width: 20px;
    height: 24px;
    background: url('/local/frontend/img/icon_check_small.svg') center center / contain no-repeat;
    display: inline-block;
    vertical-align: bottom;
}

@media screen and (max-width: 991px) {
    .sectionDecisions .subsectionName {
        font-size: 14px;
    }
    .sectionDecisions .subsectionDescription {
        font-size: 12px;
    }
    .sets-tabs__category__item.selected .select_subsection {
        font-size: 14px;
        padding: 10px 20px;
    }
    .sets-tabs__category__item .select_subsection:not(.active) {
        padding: 10px 40px;
        font-size: 14px;
        line-height: 26px;
    }
    .sectionDecisions .sets-tabs__category__item, .sectionDecisions .sets-tabs__category__item.selected {
        padding: 15px 10px;
    }
}

@media screen and (max-width: 767px) {
    .sectionDecisions .sets-tabs__category__item {
        width: 100%;
    }
}

/* End */
/* /local/components/teplo.knauf/decisions/templates/.default/style.css?17545728643697 */
