

/* Start:/local/templates/aspro-allcorp3medc/components/bitrix/catalog.section.list/price/style.css?17792811042135*/

.price-library {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    border: 1px solid var(--stroke_black);
}

.price-library li {
    padding: 0;
    display: block;
    margin: 0;
    border-bottom: 1px solid var(--stroke_black);;
}

.price-library li:last-child {
    border-bottom: none;
}

.price-library li:before {
    display: none;
}

.price-library__title {
    font-size: 16px;
    padding: 14px 38px 14px 20px;
    margin: 0;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
}

.price-library__title:hover, .price-library__child.active > .price-library__title {
    background: var(--stroke_black);
}

.price-library__child {
    display: none;
}

.price-library__child-content {
    display: none;
}

.price-library__child.active > .price-library__child-content {
    display: block;
}

.price-library__title:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--theme-base-color) url(/bitrix/templates/aspro-allcorp3medc/images/svg/Arrows_rolldown_small.svg) -9px 4px no-repeat;
    background-size: 41px;
    border-radius: 50%;
    border: 3px solid var(--theme-base-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right: 16px;
    top: calc(50% - 9px);
}

.price-library__child.active > .price-library__title:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.price-library__child .price-library__child {
    padding-left: 20px;
}

.price-table-list table {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
}

.price-table-list table th {
    background: var(--theme-base-color);
    color: #ffffff;
    white-space: nowrap;
}

.price-table-list table th {
    background: var(--theme-base-color);
    color: #ffffff;
    white-space: nowrap;
    padding: 10px 10px;
}

.price-table-list table td {
    padding: 8px 10px;
    border-bottom: 1px solid var(--stroke_black);
    line-height: 120%;
}

.price-table-list table td:last-child {
    white-space: nowrap;
    font-weight: 600;
}
/* End */
/* /local/templates/aspro-allcorp3medc/components/bitrix/catalog.section.list/price/style.css?17792811042135 */
