.catalog-list__header-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.catalog-list__header-table {
    display: flex;
    padding: 15px 60px 15px 30px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #EEE;
    background: rgba(255, 255, 255, 0.40);
}

.header-table__searched-products {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-table__title {
    color: var(--dark-main, #262626);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.header-table__title-selected {
    color: var(--green-main, #5FBD6F);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.header-table__sort-service {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort-service__title {
    color: var(--dark-lighten, #525252);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sort-service__dropdown {
    display: flex;
    padding: 6px 5px 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 8px;
    border: 1px solid var(--grey-light, #E5E5E5);
    background: var(--white-main, #FFF);
    color: var(--dark-lighten, #525252);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.catalog-list {
    background: #FFF;
    border-radius: 25px;
    /* padding: 54px 0 50px; */
}

.catalog-list {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.catalog-empty {
    display: flex;
    margin-top: 100px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.catalog-empy__content {
    display: flex;
    min-width: 280px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.catalog-empty__graphics {
    width: 243px;
    height: 230px;
    opacity: 0.8;
    background: url('/static/img/svg/catalog-empty__graphics.svg');
}

.catalog-empty__content-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.catalog-empty__block-title {
    align-self: stretch;
    color: var(--dark-main, #262626);
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.catalog-empty__block-text {
    align-self: stretch;
    color: var(--grey-darken, #A3A3A3);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 18.9px */
    letter-spacing: 0.21px;
}

.catalog {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 30px 0px 30px 30px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 45px 30px;
    flex-wrap: wrap;
}

.catalog-item {
    display: flex;
    position: relative;
    overflow: hidden;
    min-width: 200px;
    max-width: 229px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    width: 228px;
    align-self: stretch;
}

.catalog-item__pic {
    width: 225px;
    height: 225px;
    flex-shrink: 0;
    border-radius: 12px;
    object-fit: contain;
    object-position: center;
    background-color: transparent;
    /* background: linear-gradient(180deg, rgba(25, 25, 25, 0.00) 0%, rgba(25, 25, 25, 0.04) 58.71%, rgba(25, 25, 25, 0.14) 78.87%, rgba(25, 25, 25, 0.29) 100%); */
}

.catalog-item__pic-image {
    height: 225px;
    align-self: stretch;
}

.catalog-item__labels {
    display: flex;
    /* padding-top: 25px; */
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.catalog-item__label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    position: relative;
}

.catalog-item__name {
    color: var(--dark-main, #262626);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 20px */
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

.catalog-item__name {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 140px; */
}

.catalog-item__category {
    color: #424242;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3px;
}

/* Невидимо, до создания функционала */
.catalog-item__rewiev-product {
    display: flex;
    height: 30px;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 99px;
    background: #EDEDED;
    position: absolute;
    /* DEFAULT */
    right: -0.5px;
    display: none;
}

.catalog-item__rewiev-value {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--dark-grey, #515151);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 17.5px */
}

.catalog-item__rewiev-stars {
    width: 16px;
    height: 16px;
    background: url('/static/img/svg/catalog-item__rewiev-stars.svg');
}

/* .bestseller-label {
    width: 100px;
    height: 33px;
    line-height: 33px;
    background: #28B810;
    border-radius: 0px 0px 0px 15px;
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    color: #fff;
} */

.catalog-item__blank-line {
    display: flex;
    /* padding-top: 25px; */
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.catalog-item__active {
    display: flex;
    padding-left: 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.catalog-item__price {
    color: var(--dark-main, #262626);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 25px */
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.cip__dr {
    display: flex;
    flex-direction: column;
}

.cipdl {
    color: #9ca3af;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 25px */
    letter-spacing: 0.4px;
    text-transform: capitalize;
    text-decoration: line-through;
}

.cipdc {
    color: #059669;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 25px */

    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.rc__bldv {
    color: var(--green-main, #059669);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 20px */
}

.rc__bldv {
    position: absolute;
    top: 20px;
    right: -45px;

    background: #059669;
    color: white;

    padding: 6px 40px;
    font-size: 14px;
    font-weight: 600;

    transform: rotate(45deg);
    text-align: center;
}

.rc__bldv {
    transition: transform 0.2s ease;
}

.catalog-item:hover .rc__bldv {
    transform: rotate(45deg) scale(1.05);
}

.catalog-item__cart-button {
    display: flex;
    height: 30px;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.00);
    background: var(--green-darken, linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(244, 244, 244, 0.15) 61.67%), #0E7336);
    box-shadow: 0px 1px 1px 0px rgba(25, 25, 25, 0.10), 0px -4px 5px 0px rgba(255, 255, 255, 0.10) inset;
    color: var(--white-main, #FFF);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 17.5px */
    text-transform: capitalize;
    cursor: pointer;
}

.catalog-list__pagination {
    display: flex;
    height: 100px;
    padding: 15px 60px 15px 30px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    border-top: 1px solid var(--grey-main, #EEE);
    background: var(--white-main, #FFF);
}

.catalog-list__pagination-searched {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.pagination-searched__searched-text {
    color: var(--dark-lighten, #525252);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
}

.pagination-searched__current-products {
    color: var(--grey-darken, #A3A3A3);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
}

.pagination-searched__current-products-all {
    color: var(--green-main, #5FBD6F);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
}

.catalog-list__pagination-pages {
    display: flex;
    border-radius: 6px;
    border: 1px solid var(--grey-main, #EEE);
    background: var(--white-main, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.pagination-pages__arrows {
    display: flex;
    padding: 9px;
    align-items: flex-start;
}

.pagination-pages__arrows__opacity:hover {
    opacity: 0.5;
}

.pagination-pages__arrows__pointer {
    cursor: pointer;
}

.__paginations__st {
    cursor: pointer;
}

#pagination__left-arrow {
    border-radius: 6px 0px 0px 6px;
    border: 1px solid var(--grey-light, #E5E5E5);
}

a#pagination__left-arrow,
a#pagination__right-arrow {
    cursor: pointer;
}

#pagination__right-arrow {
    border-radius: 0px 6px 6px 0px;
    border: 1px solid var(--grey-light, #E5E5E5);
}

.pagination-pages__left-arrow {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    background: url('/static/img/svg/pagination-pages__left-arrow.svg');
}

.pagination-pages__current-pages {
    display: flex;
    align-items: flex-start;
    border: 1px solid var(--grey-light, #E5E5E5);
    background: var(--green-main, #5FBD6F);
    padding: 10px 16px 10px 17px;
    cursor: default;
}

.pagination-pages__current-page {
    color: var(--white-main, #FFF);
    /* input/label */
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pagination-pages__pages {
    display: flex;
    padding: 10px 16px 10px 17px;
    align-items: flex-start;
    border: 1px solid var(--grey-light, #E5E5E5);
    cursor: pointer;
}

.pagination-pages__pages:hover {
    opacity: 0.5;
}

.pagination-pages__other-page {
    color: var(--dark-lighten, #525252);
    /* input/label */
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pagination-pages__ellipsis {
    color: var(--dark-lighten, #525252);
    /* input/label */
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pagination-pages__right-arrow {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    background: url('/static/img/svg/pagination-pages__right-arrow.svg');
}

.--non_available_trg {
    position: relative;
}

.--non_available_blr {
    filter: blur(3px) brightness(0.9);
    opacity: 0.8;
}

.--non_available_blr:hover {
    filter: none;
    opacity: none;
}

.--non_available_trg::after {
    content: "Нет в наличии";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0.28px;
    pointer-events: none;
    width: 129px;
}

.--disabled_ci {
    background: var(--green-accent-light, linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(244, 244, 244, 0.15) 61.67%), black);
    cursor: default;
}