

/* Start:/local/templates/disma/components/bitrix/catalog/.default/style.css?175282853110641*/
.catalog__title {
    margin-block: 20px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

.catalog__wrapper {
    display: flex;
    gap: 20px;
    height: 100%;
}

.catalog__sidebar {
    width: 270px;
    display: flex;
    flex-direction: column;
}

.catalog__sidebar>.catalog__filter-item {
    margin-bottom: 0;
}

.catalog__body {
    flex: 1 1 calc(100% - 270px);
    height: 100%;
}


/*Сортировака*/
.jq-selectbox__dropdown .option-custom-selected {
    display: none;
}

.catalog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /*margin: 0 -15px 45px;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
    gap: 20px;
    margin-bottom: 15px;
}

.catalog__top-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}


#catalog_sorter-styler li {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

#catalog_sorter-styler li:hover {
    font-weight: 700;
}


.catalog__top-sort-title {
    align-self: center;
    margin: 0px 15px 0px 0px;
}

.catalog__top-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    border: 2px solid var(--color-light-gray)
}

.catalog__top-btn-change-view {
    border: none;
    background-color: transparent;
    outline: none;
    padding: 13px;
    transition: background-color .3s ease-in-out;

    cursor: pointer;
}

.catalog__top-btn-change-view.active {
    background-color: var(--color-light-gray);
    cursor: default;
}

.jq-selectbox__select {
    padding: 8px 23px;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-stroke);
    border-radius: 8px;
    cursor: pointer;
}

.jq-selectbox__select-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;

}

.jq-selectbox {
    position: relative;
}

.jq-selectbox .jq-selectbox__dropdown {
    position: absolute;
    border-radius: 8px;
    background-color: var(--color-white);

    top: calc(100% + 10px);
    left: 0;
    min-width: 100%;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.jq-selectbox .jq-selectbox__dropdown li {
    position: relative;
    padding: 8px 11px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    transition: all .2s ease-in-out;
    background-color: transparent;
}

.jq-selectbox .jq-selectbox__dropdown li.custom-selected {
    background-color: var(--color-gray);
}

.jq-selectbox .jq-selectbox__dropdown li:hover {
    font-weight: 500 !important;
    background-color: var(--color-gray);
}

.catalog__top-sort .jq-selectbox li.price::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 6px;
    width: 10px;
    height: 10px;
    background-size: contain;
}

.catalog__top-sort .jq-selectbox li.price::before {
    background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/up.svg") no-repeat;
}

.catalog__top-sort .jq-selectbox li.up::before {
    background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/up.svg") no-repeat;
}

.catalog__top-sort .jq-selectbox li.down::before {
    background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/down.svg") no-repeat;
}
.catalog__action-img img {
    max-width: 100%;
}

.catalog__action-img img.desktop {
    display: block;
}
.catalog__action-img img.mob {
    display: none;
}



@media (min-width: 900px) {
    .catalog__top-sort .jq-selectbox li.price::before {
        content: '';
        position: absolute;
        top: 3px;
        right: -2px;
        width: 10px;
        height: 10px;
        background-size: contain;
    }

    .catalog__top-sort .jq-selectbox__dropdown {
        display: block !important;
        position: static;
        border: none;
        border-radius: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        font: inherit;
    }

    .catalog__top-sort .jq-selectbox__dropdown ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        gap: 10px;
    }

    .catalog__top-sort .jq-selectbox__select {
        display: none;
    }

    .catalog__top-sort .jq-selectbox li {
        min-height: unset;
        padding: 0;
        color: var(--color-text);
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        -webkit-transition: all 280ms ease;
        -o-transition: all 280ms ease;
        transition: all 280ms ease;
    }

    .catalog__top-sort .jq-selectbox li.price {
        margin-right: 8px;
    }

    .catalog__top-sort .jq-selectbox li {
        position: relative;
        padding-right: 10px;
    }

    .catalog__top-sort .jq-selectbox li.custom-selected {
        background-color: transparent;
        color: var(--color-fiolet);
        font-weight: 600;
    }

    .catalog__top-sort .jq-selectbox li:hover {
        background-color: transparent;
        color: var(--color-fiolet);
    }

    .catalog__top-sort .jq-selectbox__dropdown li.price {
        display: block;
    }

    .catalog__top-sort .jq-selectbox__dropdown li.custom-selected.price {
        display: none;
    }

    .catalog__top-sort .jq-selectbox__dropdown:has(li.popular.custom-selected) li.down.price {
        display: block;
    }
}


@media (max-width: 900px) {
    .catalog__wrapper {
        flex-direction: column;
    }

    .catalog__sidebar {
        width: 100%;
    }

    .catalog__sidebar>.catalog__filter-item {
        border-bottom: none;
        padding-bottom: 0;
    }

    .catalog__body {
        height: auto;
        width: 100%;
    }

    .catalog__title {
        margin-block: 20px;
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
    }

    .catalog__top-sort.with-filter .catalog__top-sort-title {
        display: none;
    }

    .catalog__top-btn-change-view {
        display: none;
    }

    .catalog__top-btn {
        border: none;
    }

    .catalog__top-btn-filter {
        padding: 8px 23px;
        background-color: var(--color-white);
        border: 1px solid var(--color-gray-stroke);
        border-radius: 8px;
        cursor: pointer;
    }

    .jq-selectbox__select-text.price-up::before {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 10px;
        height: 10px;
        background-size: contain;
        background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/up.svg") no-repeat;
    }

    .jq-selectbox__select-text.price-down::before {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 10px;
        height: 10px;
        background-size: contain;
        background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/down.svg") no-repeat;
    }

    .catalog__top-sort .jq-selectbox li.price::before {
        background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/up.svg") no-repeat;
    }

    .catalog__top-sort .jq-selectbox li.up::before {
        background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/up.svg") no-repeat;
    }

    .catalog__top-sort .jq-selectbox li.down::before {
        background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/down.svg") no-repeat;
    }
}

@media (max-width: 768px) {
    .catalog__wrapper {
        flex-direction: column;
    }

    .catalog__sidebar {
        width: 100%;
    }

    .catalog__body {
        height: auto;
    }
    .catalog__action-img img.desktop {
        display: none;
    }
    .catalog__action-img img.mob {
        display: block;
    }
}

.product-card-page {
    gap: 25px;
    flex-direction: column;
}

/*TABS*/

.product-card__tabs {
    overflow-x: hidden;
}

.product-card__tabs-header {
    padding-block: 12px;
    border-bottom: 1px solid var(--color-gray);
    position: relative;
}



.product-card__tabs-border {
    position: absolute;
    height: 3px;
    left: 0;
    width: 130px;
    bottom: -2px;
    background-color: var(--color-text);
    transition: all .5s ease;
}

.product-card__tabs-header-item {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: var(--color-gray-stroke);
    cursor: pointer;
    transition: color .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
}

.product-card__tabs-header-item.active {
    color: var(--color-text);
}

.product-card__tabs-content {
    padding-top: 50px;
    transition: all .5s ease;
}

.product-card__tabs-content-item {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    min-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.product-card__tabs-content-item.active {
    visibility: visible;
    opacity: 1;
    max-height: none;
}

.product-card__tabs-content-item h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: var(--color-text);
    margin-bottom: 16px;
}

.product-card__tabs-content:has(.product-card__tabs-content-item-1.active) {
    transform: translateX(0);
}

.product-card__tabs-content:has(.product-card__tabs-content-item-2.active) {
    transform: translateX(-100%);
}

.product-card__tabs-content:has(.product-card__tabs-content-item-3.active) {
    transform: translateX(-200%);
}

.product-card__tabs-content:has(.product-card__tabs-content-item-4.active) {
    transform: translateX(-300%);
}

/*properties*/
.product-card__tabs-properties {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.product-card__tabs-property {
    display: flex;
    align-items: center;
    gap: 13px;
}

.product-card__tabs-property-name {
    display: flex;
    gap: 13px;
    align-items: center;
    flex-basis: 390px;
    flex-shrink: 1;
    flex-grow: 1;
    max-width: 390px;
}

.product-card__tabs-property-spacer {
    flex: 1 1 auto;
    height: 1px;
    background-color: var(--color-gray-stroke);
}

@media (max-width: 998px) {
    .product-card__tabs .product-card__tabs-header {
        display: none;
    }

    .product-card__tabs-content {
        gap: 20px;
        width: 100%;
        flex-direction: column;
    }

    .product-card__tabs-content-item {
        opacity: 1;
        max-height: none;
        visibility: visible;
    }
}



@media (max-width: 560px) {
    .product-card__tabs-property-name {
        flex-basis: 100%;
        max-width: none;
    }

    .product-card__tabs-property-value {
        text-align: right;
    }
}

/* End */


/* Start:/local/components/disma/catalog.section.list/templates/.default/style.css?17563611721838*/
.catalog {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
    gap: 25px;
    padding-block: 40px;
}

.catalog-item {
    position: relative;
    background-color: var(--color-white);
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    padding: 15px;
    padding-top: 25px;
    border-radius: 8px;
    box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.05);
    transition: all .2s ease;
}

.catalog-item__count {
    font-size: 14px;
    color: var(--color-text);
    opacity: 0.6;
}

@media (hover: hover) {
    .catalog-item:hover {
        box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.15);
        scale: 1.05;
    }
}


.catalog-item__img {
    justify-self: flex-end;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
}

.catalog-item__img img {
    object-fit: contain;
    object-position: center;
    max-width: 100%;
}

.catalog-item__title {
    margin-top: auto;
    color: var(--color-text);
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 500;
    margin-bottom: 6px;
}

@media screen and (max-width: 470px) {
    .catalog {
        padding-block: 20px;
        gap: 15px;
        display: flex;
        flex-direction: column;
    }

    .catalog-item {
        display: flex;
        gap: 15px;
        justify-content: space-between;

        padding: 5px;
        padding-top: 5px;
    }

    .catalog-item__title {
        padding-left: 10px;
        padding-top: 10px;
    }

    .catalog-item__count {
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .catalog-item__img {
        margin-bottom: 0;
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px;

    }
}
/* End */
/* /local/templates/disma/components/bitrix/catalog/.default/style.css?175282853110641 */
/* /local/components/disma/catalog.section.list/templates/.default/style.css?17563611721838 */
