

/* Start:/local/components/bitrix/breadcrumb/templates/.default/style.css?1782705470776*/
.breadcrumbs {
    margin-top: 40px;
    margin-bottom: 20px
}

.breadcrumbs {
    width: 100%;
    max-width: -moz-max-content;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    flex-wrap: wrap;
    vertical-align: center;
    grid-row-gap: 20px;
    margin-top: 50px;
    margin-bottom: 30px
}

@media(max-width:360px) {
    .breadcrumbs {
        /* width: 100vw;
        margin-left: calc(-50vw + 50%);
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 0; */
        max-width: none;
        margin-top: 40px;
        margin-bottom: 20px
    }
    .product__details {
        padding: 20px !important;
    }
}

@media(min-width:361px) {
    .breadcrumbs {
        max-width: max-content;
    }
}
/* End */


/* Start:/local/components/profmaster/catalog.card/templates/complect/style.css?17833935461713*/
.accordion-button {
    color: #231f20 !important;
    line-height: 1.4;
    padding: 17px 20px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    width: 100%;
    background-color: #f7f7f7;
    border: 0;
    justify-content: center;
    gap: 8px;
    position: relative;
}

/* Стрелка справа (по умолчанию вниз — когда аккордеон свёрнут) */
.accordion-button.collapsed::after {
    content: '';
    display: inline-block;
    width: 20px;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3333 22.6683L20 16.0016L13.3333 9.33496' stroke='%23231f20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
    transform: rotate(90deg);
}

/* Стрелка вверх (когда раскрыт) */
.accordion-button::after {
    content: '';
    display: inline-block;
    width: 20px;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3333 22.6683L20 16.0016L13.3333 9.33496' stroke='%23231f20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
    transform: rotate(-90deg);
}

/* Отступ у описания внутри аккордеона */
.accordion-body .product__description {
    padding-bottom: 20px;
}

/* End */
/* /local/components/bitrix/breadcrumb/templates/.default/style.css?1782705470776 */
/* /local/components/profmaster/catalog.card/templates/complect/style.css?17833935461713 */
