

/* 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/buyers/style.css?17707991744157*/
.buyers-wrap {
    margin-bottom: 40px;
}

.buyers-nothing-found {
    border-radius: 10px;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.buyer-card {
    width: 100%;
    max-width: 760px;
    /*border: 1px solid var(--border-color);*/
    border-radius: 14px;
    padding: 14px;
    overflow: hidden;
    margin-bottom: 30px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px 0 #999;
}

.buyer-title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 14px;
}

.contacts {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.logo img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 6px;
    aspect-ratio: 1;
}

.contacts-info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    line-height: 1.5;
}

.company-name {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.company-name a {
    text-decoration: underline;
}

.address {
    font-size: 1em;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.contact-item {
    margin-bottom: 4px;
    padding-left: 30px;
}

.contact-item.email {
    background: url(/img/icons/email_ico.svg?2432) no-repeat left 6px;
    background-size: 15px 15px;
    padding-left: 22px;
}

.contact-item.phones {
    background: url(/img/icons/phone_ico.svg?2432) no-repeat left 6px;
    background-size: 15px 15px;
    padding-left: 22px;
}

.contact-item.url {
    background: url(/img/icons/link_ico.svg?2432) no-repeat left 6px;
    background-size: 15px 15px;
    padding-left: 22px;
}

.contact-value {
    text-decoration: none;
    word-break: break-word;
}

.contact-value:hover {
    text-decoration: underline;
}

.message-btn {
    align-self: flex-start;
    padding: 12px;
    font-size: 0.95rem;
    border-radius: 8px;
    border: 1px solid var(--accent);
    background: var(--accent-soft);
    color: var(--accent);
    cursor: pointer;
    white-space: nowrap;
}

.message-btn:hover {
    background: var(--accent);
    color: #fff;
}

.purchases-title {
    font-size: 1em;
    font-weight: 500;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.purchase-category {
    color: var(--text-muted);;
    font-size: 1rem;
    margin-bottom: 15px;
}

.purchases-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.purchase-card {
    display: block;
    min-width: 0;
    overflow: hidden;
    padding: 14px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    text-decoration: none;
    color: var(--text-main);
    line-height: 1.4;
}

.purchase-title {
    font-size: 1rem;
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.purchase-sub {
    margin-top: 6px;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.show-more {
    margin-top: 16px;
    font-size: 1em;
    color: var(--accent);
    cursor: pointer;
    display: inline-block;
}

@media (max-width: 480px) {
    .buyer-card {
        padding: 14px;
    }

    .contacts {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .logo img {
        width: 60px;
        height: 60px;
        margin-bottom: 8px;
    }

    .message-btn {
        width: 100%;
    }

    .purchases-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .purchase-card {
        padding: 16px;
    }
}

@media (min-width: 600px) {
    .contacts {
        flex-direction: row;
    }

    .purchases-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }

    .message-btn {
        width: auto;
        white-space: nowrap;
    }
}

.contact-item.phones .phone_showed {
    font-size: 1em!important;
}

.contact-item.phones .phone_showed a {
    color: #236ab1!important;
}


/* 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/buyers/style.css?17707991744157 */
