

/* Start:/local/templates/zamm_2024_wide/components/bitrix/news.detail/catalog-detail/style.css?17519733091615*/
:root {
    --border-radius: 12px;
    --line-height: 28px; }

.available-offer__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: var(--border-radius);
    overflow: hidden;
    padding: 4px;
    background: #eceef2; }

.available-offer__tabs_is_hidden {
    display: none;
}

.available-offer__tab {
    border-radius: var(--border-radius);
    width: 50%;
    text-align: center;
    font-size: 15px;
    line-height: var(--line-height);
    color: rgba(0, 0, 0, 0.6); }
.available-offer__tab:hover {
    cursor: pointer; }
.available-offer__tab_active {
    background: #fff;
    color: black; }
.available-offer__tab-content {
    display: none; }
.available-offer__tab-content_active {
    display: block; }

.available-offer__variant_active {
    border-color: #000 !important; }

/*.available-offer__tab-content_unselected_variants .available-offer__variant_active {
    border-color: transparent !important;
}*/

@media (min-width: 968px) {
    :root {
        --line-height: 24px; }
    .available-offer__tab {
        font-size: 13px; } }

@media (min-width: 1135px) {
    :root {
        --line-height: 28px; }
    .available-offer__tab {
        font-size: 15px; } }

.product-detail__available {
    padding: 15px 0;
}

.product-detail__available .available {
    margin-bottom: 0;
    font-size: 15px;
}

.product-detail__available .available::before {
    width: 18px;
    height: 18px;
}

.product-detail__offer-list .product__props {
    margin-top: 0;
}

/* End */
/* /local/templates/zamm_2024_wide/components/bitrix/news.detail/catalog-detail/style.css?17519733091615 */
