

/* Start:/customer-service/style.css?1742039418410*/
.table>:not(caption)>*>* {
    padding: 1rem 0.5rem !important;
}
.table th:last-child, .table td:last-child {
    display: none;
}
.ship-pay-block .subheader {
    text-align: center;
    margin-bottom: 20px;
}
.ship-pay-block .accordion-item button {
    height: 100px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .table th:last-child, .table td:last-child {
        display: table-cell;
    }
}
/* End */


/* Start:/bitrix/templates/mav/components/bitrix/menu/custom/style.css?1742039388544*/
.horizontal-menu-block {
	justify-content: center;
	border-bottom: 1px solid #dfdfe1 !important;
	margin-bottom: 40px;
	display: flex;
}

ul.left-menu {
	display: flex;
	list-style: none;
	padding-left: 0;
	padding-top: 20px;
	margin-bottom: 20px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
ul.left-menu li {
	margin: 10px;
	padding: 10px 20px;
	background-color: var(--bs-light-plus);
	border-radius: 50px;
}
ul.left-menu li.selected {
	background-color: var(--bs-secondary);
}
ul.left-menu li.selected a {
	color: #fff;
}
/* End */
/* /customer-service/style.css?1742039418410 */
/* /bitrix/templates/mav/components/bitrix/menu/custom/style.css?1742039388544 */
