

/* Start:/local/templates/shop/components/bitrix/catalog.element/.default/style.css?17815348981296*/
.reviews-filter {
    margin-bottom: 30px;
}
.reviews-filter__item {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    color: var(--blue-dark);
    border: 0;
    margin-right: 10px;
    transition: .3s;
    cursor: pointer;
}
.reviews-filter__item:hover {
    color: var(--blue);
}
.reviews-filter__item._active {
    background: var(--gray-dark);
    color: var(--blue-dark);
}
.catalog-detail__button-default button {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width:768px) {
    .reviews-filter__item {
        height: 24px;
        line-height: 24px;
        border-radius: 12px;
        padding: 0 10px;
        font-size: 12px;
        margin-right: 5px;
    }
    .reviews-total__counter {
        display: none;
    }
    .catalog-detail__sku._mobile {
        margin-bottom: 10px !important;
    }
    .catalog-detail__sku-name {
        margin-bottom: 7px !important;
    }
    .product-detail__sku-item {
        margin-right: 5px;
        margin-bottom: 5px;
    }
}

/* MOBILE APP */

@media screen and (max-width: 540px) {
    ._app .catalog-floating-card {
        bottom: 71px;
        border-top: 0;
        background: none;
    }
}
/* End */


/* Start:/local/components/axiweb/tags/templates/.default/style.css?17647567933340*/
.tags {
    margin-bottom: 40px;
}
.tags .container {
    position: relative;
}
.tags-container {
    position: relative;
    width: 100%;
}
.tags-wrapper {
    position: relative;
    width: calc(100% - 150px);
}
.tags-wrapper--prev,
.tags-wrapper--next {
    display: block;
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
    opacity: 1;
    visibility: visible;
    transition: .1s;
    cursor: pointer;
    z-index: 100;
}
.tags-wrapper--prev:hover,
.tags-wrapper--next:hover {
    background: #fdfdfd;
}
.tags-wrapper--prev svg,
.tags-wrapper--next svg {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 11px;
}
.tags-wrapper--prev {
    left: -15px;
}
.tags-wrapper--prev svg {
    left: 9px;
}
.tags-wrapper--next {
    right: -15px;
}
.tags-wrapper._start .tags-wrapper--prev,
.tags-wrapper._end .tags-wrapper--next {
    opacity: 0;
    visibility: hidden;
}
.tags-list {
    overflow-x: auto;
    scrollbar-width: none;
}
.tags-list__item {
    padding: 0 3px;
}
.tags-list__item-link {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: var(--blue-dark);
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 13px;
    background: var(--gray);
    border-radius: 4px;
    white-space: nowrap;
    border: 0;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.tags-list__item-link:hover {
    background: var(--gray-dark);
}
.tags-list .tags-list__item._more {
    display: none;
}
.tags-list__item-link._active::after {
    content: '×';
    position: absolute;
    display: block;
    top: 0;
    right: 15px;
    font-size: 15px;
    color: var(--white);
}
.tags-list__item-link._active {
    background: var(--blue);
    color: var(--white);
    padding-right: 35px;
}
.tags-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 5px;
    background: var(--white);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .15);
    z-index: 500;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.tags-overlay._show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.tags-overlay__close {
    position: absolute;
    display: block;
    right: 5px;
    top: 5px;
    background: none;
    cursor: pointer;
}
.tags-overlay__close svg {
    width: 10px;
    height: 10px;
}
.tags-overlay__list {
    padding: 20px 20px 14px 20px;
}
.tags-overlay__list .tags-list__item {
    margin-bottom: 6px;
}
@media screen and (max-width:640px){
    .tags-wrapper {
        width: 100%;
    }
    .tags-list .tags-list__item,
    .tags-list__item._more._outter {
        display: none;
    }
    .tags-wrapper--prev {
        left: -7px;
    }
    .tags-wrapper--next {
        right: -7px;
    }
    .tags-list .tags-list__item:nth-child(1),
    .tags-list .tags-list__item:nth-child(2),
    .tags-list .tags-list__item:nth-child(3),
    .tags-list .tags-list__item._more {
        display: block;
    }
    .tags-overlay .tags-list__item {
        display: block;
    }
}
/* End */


/* Start:/local/templates/shop/components/bitrix/news.list/rubricator/style.css?1759487899213*/
.tabs-head::-webkit-scrollbar {
    width: 0 !important;
    height: 0;
    display: none !important;
    background: transparent;
}
.tabs-head {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
/* End */
/* /local/templates/shop/components/bitrix/catalog.element/.default/style.css?17815348981296 */
/* /local/components/axiweb/tags/templates/.default/style.css?17647567933340 */
/* /local/templates/shop/components/bitrix/news.list/rubricator/style.css?1759487899213 */
