

/* Start:/local/components/api/category.tree/templates/.default/style.css?17679757051686*/
.cat-container {
    position: relative;
    overflow: hidden;
    transition: max-height 180ms ease;
}

.cat-container.is-collapsed {
    max-height: calc(5 * 1.6em);
}

.cat-container.is-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0),
            #fff
    );
}

.cat-columns {
    display: flex;
    gap: 12px;
}

.cat-col {
    display: flex;
    flex-direction: column;
}

.cat-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.8em;
    padding-left: 10px;
    background: url(/img/icons/if/aright.svg) no-repeat #f000;
    background-size: 15px;
    background-position-y: 8px;
    background-position-x: -5px;
}

button.cat-toggle {
    cursor: pointer;
    border-bottom: 1px dashed #000;
    background: none;
    text-align: center;
    display: block;
    margin: 12px auto 0;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 1em;
    padding: 0;
}

.filter-promo-block {
    margin-bottom: 20px;
    text-align: right;
    padding-top: 7px;
}

.add-tovar-button {
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    color: #000000 !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    padding: .5ex 2ex;
    border: 1px solid #1f88f8;
}

.add-tovar-button:link:hover, .add-tovar-button:visited:hover {
    color: #ffffff !important;
    background-color: #1870ce !important;
}
/* End */


/* Start:/local/components/api/members.list.promo/templates/.default/style.css?17640623657316*/
/* original css */
.flicking-viewport {
    position: relative;
    overflow: hidden;
}

.flicking-viewport.vertical {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.flicking-viewport.vertical > .flicking-camera {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flicking-viewport.flicking-hidden > .flicking-camera > * {
    visibility: hidden;
}

.flicking-camera {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 1;
    will-change: transform;
}

.flicking-camera > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/*end*/


.members-carousel-wrapper {
    position: relative;
    background-color: beige;
    border-radius: 15px;
}

@media only screen and (min-device-width: 450px) {
    .members-carousel-wrapper {
        margin-bottom: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .members-carousel-wrapper {
        margin-bottom: 20px;
    }
}


.members-carousel-panel {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    margin: 0 8px 8px 8px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

@media only screen and (min-device-width: 450px) {
    .members-carousel-panel {
        max-width: 120px;
        min-width: 110px;
        height: auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .members-carousel-panel {
        max-width: 110px;
        min-width: 100px;
        height: auto;
    }
}


.members-carousel-panel-name {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    width: 100%;
    overflow: hidden;
    word-break: break-word;
    box-sizing: border-box;
    margin-bottom: 5px;
}

@media only screen and (min-device-width: 450px) {
    .members-carousel-panel-name {
        font-size: 1em;
    }

    .members-carousel-panel-name a {
        color: #000;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .members-carousel-panel-name {
        font-size: 1em;
    }

    .members-carousel-panel-name a {
        color: #000;
    }
}

.members-carousel-panel-name-text {
    word-break: break-all;
    flex: 2;
    min-width: 100px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: -0.1px;
    font-weight: normal;
}

.members-carousel-panel-name-promo {
    margin-left: 10px;
    margin-top: 5px;
    min-width: 30px;
}

.members-carousel-panel-name-promo img {
    width: 30px;
    border: none;
}

.members-carousel-panel-price {
    color: #000;
    font-weight: bold;
    font-size: 1.1em;
}

.members-carousel-panel-price span {
    margin-left: 3px;
    font-weight: normal;
}

.members-carousel-panel-geo {
    color: #000;
    padding: 0 7px;
    margin-bottom: 5px;
}

@media only screen and (min-device-width: 450px) {
    .members-carousel-panel-geo {
        font-size: 0.8em;
        color: #ccc;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .members-carousel-panel-geo {
        font-size: 0.8em;
        color: #ccc;
    }
}


.members-carousel-panel-more-button {
    color: #000;
    padding: 0 7px;
    margin-bottom: 5px;
    font-size: 0.8em;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

@media only screen and (min-device-width: 450px) {
    .members-carousel-panel-more-button {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .members-carousel-panel-more-button {
        display: none;
    }
}



.members-carousel-panel-more-button a {
    letter-spacing: 0;
    background-color: #1f88f8;
    border-radius: 7px;
    transition: all .12s ease-out;
    height: 40px;
    padding: 0 16px;
    border-width: 1px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 0;
    font: inherit;
    border: solid transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap;
    overflow: hidden;
    color: #Fff;
    vertical-align: middle;
    font-size: 1.2em;
}

.members-carousel-panel-more-button a:hover {
    background-color: #2a91ff;
    color: #fff!important;
}

.members-carousel-panel-img {
    margin-bottom: 10px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    width: 160px;
    height: 160px;
}

@media only screen and (min-device-width: 450px) {
    .members-carousel-panel-img {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .members-carousel-panel-img {
        width: 100px;
        height: 100px;
    }
}



.members-carousel-panel-img img {
    object-fit: cover;
    border-radius: 5px;
}

@media only screen and (min-device-width: 450px) {
    .members-carousel-panel-img img {
        width: 100px;
        height: 100px;
        position: absolute;
        top: calc(50% - 50px);
        left: calc(50% - 50px);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .members-carousel-panel-img img {
        width: 80px;
        height: 80px;
        position: absolute;
        top: calc(50% - 40px);
        left: calc(50% - 40px);
    }
}

.members-carousel-panel-img-promo {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 2px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
    box-shadow: 0 0 5px #cccccc;
}

.members-carousel-panel-img-promo img {
    width: 20px;
    height: 20px;
}

@media (hover: hover) and (pointer: fine) {
    .members-carousel-wrapper:hover .members-carousel-btn {
        opacity: 1;
        display: block;
    }
}

.members-carousel-btn {
    display: none;
    position: absolute;
    top: 70px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
    border: 1px solid #eee;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    z-index: 2;
    transition: opacity 0.2s ease-out 0s;
    box-shadow: 0 1px 8px rgba(0,0,0,.06), 0 2px 4px rgba(0,0,0,.12);
}

@media only screen and (min-device-width: 450px) {
    .members-carousel-btn {
        /*height: 275px;*/
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .members-carousel-btn {
        height: 240px;
    }
}



.members-carousel-btn.btn-next {
    right: 10px;
}

.members-carousel-btn.btn-prev {
    left: 10px;
    transform: rotate(180deg);
}
/* End */


/* Start:/local/components/api/members.list/templates/sellers/style.css?17725542253922*/
.ml-nothing-found {
    border-radius: 10px;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.supplier-card {
    position: relative;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 12px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.supplier-card.pro {
    background: linear-gradient(135deg, #ffffff 0, #b7dbff);
}

.supplier-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
}

.supplier-badge img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.supplier-header {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.supplier-photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.supplier-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.supplier-name {
    font-weight: 600;
    font-size: 1.2em;
    text-decoration: underline;
}

.supplier-products-label {
    font-weight: 500;
    font-size: 1em;
    color: #555;
}

.supplier-products {
    font-size: 1rem;
    color: #666;
}

.supplier-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 1em;
}

.supplier-contacts-label {
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 15px 15px;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.supplier-contacts-label.email {
    background-image: url(/img/icons/email_ico.svg?2432);
}

.supplier-contacts-label.phone {
    background-image: url(/img/icons/phone_ico.svg?2432);
}

.supplier-contacts-label.url {
    background-image: url(/img/icons/link_ico.svg?2432);
}


.supplier-geo {
    flex: 1 1 100%;
    font-size: 1rem;
    color: #888;
}

.supplier-inn {
    flex: 1 1 100%;
    font-size: 1rem;
    color: #888;
}

.products-list {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 4px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.products-list li {
    flex: 0 0 auto;
    text-align: left;
    font-size: 1rem;
    width: 80px;
    position: relative;
}

.products-list img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.price-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    left: 4px;
    background-color: rgba(0, 123, 255, 0.9);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 2px 4px;
    border-radius: 4px;
    display: none;
}

.product-name {
    margin-top: 4px;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price {
    color: #007bff;
    font-weight: 600;
    display: block;
    margin-top: 2px;
}

.show-more {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #ccc;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    font-size: 0.9rem;
}

a.show-more:hover {
    color: #000!important;
    background-color:#d8d7d7;
}

@media (max-width: 767px) {
    .product-name,
    .product-price {
        display: none;
    }

    .price-badge {
        display: block;
    }
}

@media (min-width: 768px) {
    .supplier-header {
        flex-direction: row;
    }

    .supplier-photo {
        width: 90px;
        height: 90px;
    }

    .products-list li {
        width: 130px;
    }

    .products-list img, .show-more {
        width: 130px;
        height: 130px;
    }
}
/* End */
/* /local/components/api/category.tree/templates/.default/style.css?17679757051686 */
/* /local/components/api/members.list.promo/templates/.default/style.css?17640623657316 */
/* /local/components/api/members.list/templates/sellers/style.css?17725542253922 */
