

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1750415207124*/
.load_more {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
}
/* End */


/* Start:/local/templates/orange/components/bitrix/news.list/c-werk/style.css?17504152071521*/
.group_head {
    background: #dad9d4;
}

.cd-features-list li {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.features .cd-features-list li {
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: normal;
    line-break: auto;
    hyphens: manual;
    white-space: normal;

    justify-content: flex-start;
}

.features .top-info {
    display: flex;
    align-items: center;
}

.cd-diff input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.cd-diff label {
    cursor: pointer;
    text-indent: -9999px;
    width: 100px;
    height: 50px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.cd-diff label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 40px;
    transition: 0.3s;
}

.cd-diff input:checked + label {
    background: #b4432d;
}

.cd-diff input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.cd-diff label:active:after {
    width: 90px;
}

.cd-diff {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.js-same.hidden {
    display: none;
}


.cd-products-columns {
    width: 640px;
    margin-left: 160px !important;
}

@media (min-width: 992px) {
    .cd-products-columns {
        width: 1140px;
        margin-left: 285px !important;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1750415207124 */
/* /local/templates/orange/components/bitrix/news.list/c-werk/style.css?17504152071521 */
