

/* Start:/local/templates/.default/components/bitrix/catalog.section/compare/style.css?174897458818440*/
.right-block {
    display: flex;
    gap: 40px;
}

.cart-goods__footer.cart-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
}

.cart-goods__content-subtitle {
    width: 100%;
    min-height: 48px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-goods__content-subtitle.left-block {
    max-width: 50%;
    order: 1;
}

.cart-goods__content-subtitle.left-block.hidden {
    visibility: hidden;
}

.cart-goods__content-subtitle.right-block {
    justify-content: flex-end;
    width: auto;
    max-width: 50%;
    margin-left: auto;
    position: absolute;
    top: 58px;
    right: 0;
    order: 2;
}

@media screen and (max-width: 767px) {
    .cart-goods__content-subtitle.left-block,
    .cart-goods__content-subtitle.right-block {
        max-width: unset;
        display: flex;
        margin: 0;
    }

    .cart-goods__content-subtitle.left-block {
        background: var(--color-bg-light);
    }

    .cart-goods__content-subtitle.left-block.hidden {
        display: none;
    }

    .cart-goods__content-subtitle.right-block {
        position: static;
        align-items: flex-start;
    }

}

.cart-list-description {
    flex-direction: column;
    border-left: 1px solid var(--color-divider);
    border-top: none;
}

.cart-list-description .slick-list {
    background: var(--color-bg-primary);
}

.cart-list-description .slick-slide {
    min-height: 89px;
    background: var(--color-bg-light);
}

@media screen and (max-width: 767px) {
    .cart-list-description .slick-slide {
        min-height: 97px;
    }
}

.cart-list-description__titile {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    color: var(--color-text-secondary);
    font-family: Inter;
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width: 767px) {
    .cart-list-description__titile {
        position: absolute;
        top: 18px;
        left: 20px;
    }
}

.cart-list-description__wrapper {
    width: 100%;
    min-height: 88px;
    position: relative;
}

.cart-list-description__wrapper .cart-list-description__item.hovered {
    background: rgba(0, 124, 192, 0.05); /* --color-primary + opacity 5% */
    color: var(--color-text-primary);
}

@media screen and (max-width: 767px) {
    .cart-list-description__wrapper {
        border: none;
        background: var(--color-bg-light);
    }
}

.cart-list-description__item {
    padding: 48px 20px 16px 20px;
    border-right: 1px solid var(--color-divider);
    border-bottom: 1px solid var(--color-divider);
    height: unset !important;
}

@media screen and (max-width: 767px) {
    .cart-list-description__item {
        padding: 56px 0 16px 0;
        border-right: none;
        border-bottom: none;
        border-top: 1px solid var(--color-divider);
    }
}

.cart-list-description .cart-list__plug-description {
    border: none;
    height: calc(100% + 2px);
    background: var(--color-bg-primary);
}

@media screen and (max-width: 767px) {
    .cart-list-description .cart-list__plug-description {
        height: 100%;
    }
}


.cart-goods__content {
    display: flex;
    flex-direction: column;
    position: relative;
}

.cart-list-description__content {
    background: var(--color-bg-light);
}

.cart-list-description__content.disable-touch {
    pointer-events: visible;
}

@media screen and (max-width: 767px) {
    .cart-list-description__content.disable-touch .slick-track{
        background: #fff;
    }
}

@media screen and (max-width: 767px) {
    .cart-goods__content {
        padding: 0;
    }

    .cart-goods__content-title,
    .cart-goods__content-subtitle,
    .cart-list-description__content {
        padding: 0 20px;
    }
}

.cart-goods__content-title {
    order: 0;
}

.cart-goods__content-subtitle.left-block {
    order: 1;
}

.cart-goods__content-subtitle.right-block {
    order: 2;
}

.cart-goods__list {
    order: 3;
}

.cart-goods__list-description {
    order: 4;
}

@media screen and (max-width: 767px) {
    .cart-goods__content-subtitle.left-block {
        order: 2;
    }

    .cart-goods__content-subtitle.right-block {
        order: 4;
    }

    .cart-goods__list {
        order: 1;
    }

    .cart-goods__list-description {
        order: 3;
    }
}

.cart-footer__clearCart_compare {
    color: #154269;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.cart-footer__clearCart_compare:hover {
    color: #0081c2;
}

.right-block .header-product-button {
    margin-right: 0;
}

.right-block .icon-wrap,
.right-block .cart-footer__clearSvg {
    margin-right: 16px;
}

.right-block .cart-footer__clearSvg {
    display: block;
}

.right-block .cart-footer__clearCart_compare {
    padding: 0;
}

.cart-list {
    margin-top: 8px;
    border: 1px solid var(--color-divider);
    border-radius: 0;
    border-bottom: 0;
}

.cart-list .goods__wo_price--local {
    margin: 0 0 0 16px;
}

@media screen and (max-width: 767px) {
    .cart-list .goods__wo_price--local {
        margin: 0 0 12px 0;
    }
}

.title-list {
    display: flex;
    gap: 16px;
    overflow-y: auto;
}

.title-list::-webkit-scrollbar {
    display: none;
}

.title-list__button {
    width: auto;
    min-height: 56px;
    padding: 16px 40px;
    border-radius: 4px;
    color: var(--color-text-secondary);
    background: transparent;
    border: 1px solid var(--color-divider);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    white-space: nowrap;
}

.title-list__button.active {
    color: var(--color-text-primary);
    background: var(--color-bg-light);
}

.cart-goods__content-subtitle--mobile {
    display: none;
}

.right-block .header-product-button--share,
.right-block .icon-wrap__text,
.cart-footer__clearCart_compare {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-text-primary);
}

.right-block .header-product-button--share:hover {
    cursor: pointer;
}

.right-block .header-product-button--share:hover .icon-wrap__text {
    color: #0081c2;
}

.notFound__favorites {
    display: flex;
    margin-top: 24px;
}

.notFound__favorites--mobile,
.favorites__empty__message--mobile {
    display: none;
}

.notFound__favorites .cart-empty__text {
    max-width: unset;
    margin: 0;
}

.notFound__favorites .notFound__svg {
    margin: 0;
}

.page__compare .goods-wrapper {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-divider);
    border-right: none;
}

.page__compare .cart-list__plug .goods-wrapper {
    border: none;
    border-left: 1px solid var(--color-divider);
}

.page__compare .slick-track {
    display: flex;
}

.page__compare .slick-track .cart-list__plug {
    height: auto;
}

.page__compare .cart-list_fixed .goods-wrapper {
    border: none;
    border-right: 1px solid var(--color-divider);
}

/* Slick sLide */
#compareSlider.four-slides,
.cart-goods__list-description.cart-list-description.four-slides {
    max-width: 100%;
}

#compareSlider.three-slides,
.cart-goods__list-description.cart-list-description.three-slides {
    max-width: 75%;
}

#compareSlider.two-slides,
.cart-goods__list-description.cart-list-description.two-slides {
    max-width: 50%;
}

/* #compareSlider.one-slide { max-width: 50%; } */


@media screen and (min-width: 768px) {
    .cart-goods__list-description.cart-list-description.two-slides { display: none !important; }
    .page__compare .cart-footer .cart-footer__to-buy_mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #compareSlider.two-slides,
    .cart-goods__list-description.cart-list-description.two-slides {
        max-width: 100%;
    }
}

#compareSlider {
    position: relative;
    box-shadow: none;
    border: none;
}

#compareSlider .slick-arrow,
.cart-list_fixed .slick-arrow {
    position: absolute;
    z-index: 2;
    left: -19px;
    top: 50%;
    transform: translate(0, -50%);
    width: 38px;
    height: 38px;
    padding: 0;
    background-color: var(--color-bg-primary) !important;
    color: var(--color-icon-secondary) !important;
    border: 1px solid var(--color-divider);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, visibility 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}

#compareSlider .slick-arrow:hover,
.cart-list_fixed .slick-arrow:hover {
    color: var(--color-icon-primary);
    border-color: var(--color-secondary);
}

#compareSlider .slick-prev,
.cart-list_fixed .slick-prev {
    left: -19px;
    right: auto;
}


@media screen and (max-width: 767px) {
    #compareSlider .slick-arrow.slick-prev,
    .cart-list_fixed .slick-arrow.slick-prev {
        left: 0 !important;
    }

    .cart-list_fixed .slick-arrow.slick-prev {
        top: 36px;
    }
}

#compareSlider .slick-arrow.slick-prev:after,
.cart-list_fixed .slick-arrow.slick-prev:after {
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: url('/frontend/build/images/slider/ArrowForward.svg') no-repeat !important;
    width: 24px;
    height: 24px;
    margin: auto;
    transform: rotate(180deg);
}

#compareSlider .slick-next,
.cart-list_fixed .slick-next {
    right: -19px;
    left: auto;
}

@media screen and (max-width: 767px) {
    #compareSlider .slick-arrow.slick-next,
    .cart-list_fixed .slick-arrow.slick-next {
        right: 0 !important;
    }

    .cart-list_fixed .slick-arrow.slick-next {
        top: 36px;
    }
}

#compareSlider .slick-arrow.slick-next:after,
.cart-list_fixed .slick-arrow.slick-next:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('/frontend/build/images/slider/ArrowForward.svg') !important;
    background-repeat: no-repeat;
    margin: auto;
}

#compareSlider .slick-arrow.slick-disabled,
.cart-list_fixed .slick-arrow.slick-disabled {
    display: none !important;
}

.cart-list__plug {
    background: #f9f9f9;
}

.cart-list__plug .goods-wrapper {
    width: 100% !important;
}

.cart-list__plug .goods {
    background: #f9f9f9;
    margin: -1px -1px -1px 0;
    padding: 20px;
}

.cart-list__plug-description {
    background: #f9f9f9;
    margin: -1px -1px -1px 0;
}

@media screen and (max-width: 767px) {
    .cart-list__plug-description {
        margin: 0;
    }
}


.two-slides .cart-list__plug-description {
    /* width: 50% !important; */
}

@media screen and (max-width: 767px) {
    .two-slides .cart-list__plug-description {
        background: var(--color-bg-light);
    }
}

.three-slides .cart-list__plug-description {
    width: 33.33% !important;
}

.four-slides .cart-list__plug-description {
    width: 25% !important;
}

.cart-list__plug .goods__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #97AFC4;
    padding: 0;
}
.cart-list__plug:hover .goods__desc {
    border-color: var(--color-primary-hover);
    transition: border 0.2s ease-in-out;

}

.cart-list__plug .goods__card-header svg {
    stroke: var(--color-text-disabled);
}

.cart-list__plug:hover .goods__title {
    color: var(--color-primary-hover);
}
.cart-list__plug:hover .goods__card-header svg {
    stroke: var(--color-primary-hover);
    transition: stroke 0.2s ease-in-out;
}

.cart-list__plug .goods__card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 36%;
    min-width: 160px;
}

.cart-list__plug .goods__title {
    height: auto;
    margin: 16px 0 0 0;
    text-align: center;
    color: #97AFC4;
}

/* Slick sLide */

@media only screen and (max-width: 1024px) {
    .right-block .icon-wrap__text {
        display: block;
    }

    .right-block .header-product-button--share .icon-wrap {
        margin-right: 16px;
    }
}


@media screen and (min-width: 767px) {
    .page__compare .cart-empty__wrapper .cart-goods__footer.cart-footer {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    main .breadcrumbs {
        display: none;
    }

    .page__compare .cart-goods__footer.cart-footer {
        padding: 0 20px 24px;
    }

    .page__compare .cart-footer__to-buy_mobile {
        display: flex;
    }

}

@media screen and (max-width: 767px) {
    .cart-goods__content-subtitle {
        display: none;
    }

    .cart-goods__content-subtitle--mobile {
        display: block;
        margin-top: 8px;
    }

    .page__compare .cart-goods__wrap .header-page {
        /* padding-bottom: 24px; */
    }

    .title-list {
        width: auto;
        gap: 4px;
    }

    .title-list__button {
        white-space: nowrap;
        padding: 8px 16px;
        min-height: 36px;
    }

    .right-block {
        flex-direction: column;
        gap: 0;
    }

    .right-block .header-product-button,
    .right-block .cart-footer__clearCart_compare {
        padding: 12px 0;
        display: flex;
        height: 48px;
    }

    .cart-list {
        margin: 24px 0 0 0;
    }

    .page__compare .cart-footer {
        display: flex;
    }

    .page__compare .notFound-container,
    .page__compare .cart-empty {
        padding: 0;
    }

    .page__compare .notFound {
        padding: 64px 0;
        margin: 0;
    }

    .notFound__favorites,
    .favorites__empty__message--desktop {
        display: none;
    }

    .favorites__empty__message--mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .notFound__favorites--mobile {
        display: flex;
        margin-top: 24px;
    }

    .notFound__favorites--mobile .cart-empty__text {
        max-width: unset;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .notFound__favorites--mobile .notFound__svg {
        margin: 0 0 0 4px;
    }

    .cart-empty__wrapper {
        display: flex;
        flex-direction: column;
    }


    main .breadcrumbs {
        display: none;
    }

    .cart-footer__to-buy_mobile {
        display: flex;
    }

    .cart-footer__to-buyWrap {
        padding-top: 24px;
    }

}

.page__compare .cart-list_fixed {
    max-height: 181px;
    height: auto;
    position: fixed;
    visibility: hidden;
    z-index: 5;
    top: -181px;
    bottom: 0;
    margin: 0;
    padding: 0;
    transform-origin: top;
    transition: top 0.3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
    transform: scaleY(0);
}

.page__compare .cart-list_fixed.show {
    visibility: visible;
    top: 96px;
    position: sticky;
    margin-top: -181px;
    transform: scaleY(1)
}

@media screen and (max-width: 767px) {

    .page__compare .cart-list_fixed {
        max-height: 192px;
        top: -192px;
    }

    .page__compare .cart-list_fixed.show {
        top: 64px;
        margin-top: -192px;
        margin-bottom: 96px;
        box-shadow: 0px 14px 25px 0px #0000000D;
    }
}

.cart-list_fixed .goods__stats-wrapper,
.cart-list_fixed .goods__wo_price,
.cart-list_fixed .goods__badges,
.cart-list_fixed .goods__favorite,
.cart-list_fixed .goods__compare > svg,
.cart-list_fixed .cart-list__plug .goods__title {
    display: none;
}

.cart-list_fixed .goods__compare::after {
    content: url('/frontend/build/images/slider/trash.svg');
    display: block;
    width: 24px;
    height: 24px;
}

.cart-list_fixed .goods {
    display: flex;
    flex-direction: row;
    gap: 16px;
    height: auto;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .cart-list_fixed .goods {
        flex-direction: column;
        padding: 20px;
        min-height: 100%;
    }
}

.cart-list_fixed .goods__desc {
    padding: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
    .cart-list_fixed .goods__desc {
        padding: 0;
    }
}


.cart-list_fixed .cart-list__plug .goods {
    height: 100%;
}

.cart-list_fixed .cart-list__plug .goods__desc {
    padding: 0;
}

.cart-list_fixed .goods__title,
.cart-list_fixed .goods__price {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.cart-list_fixed .goods__price-wrapper {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .cart-list_fixed .goods__card-header {
        display: flex;
        flex-direction: column-reverse;
        gap: 8px;
    }

    .cart-list_fixed .goods__price-wrapper {
        margin: 0;
    }
}

.cart-list_fixed .goods__price {
    font-weight: 600;
}

.cart-list_fixed button[role="add"] {
    width: 100%;
    max-width: 80%;
    margin-right: auto;
}

.cart-list_fixed .goods-wrapper .goods__compare {
    bottom: 32px;
    right: 20px;
    top: unset;
}

@media screen and (max-width: 767px) {
    .cart-list_fixed .goods-wrapper .goods__compare {
        display: none;
    }
}

.cart-list_fixed .goods__preview {
    min-width: 84px;
    height: 100px;
    padding: 0;
}

.cart-list_fixed .goods__preview > img {
    margin: 18px 0 0 20px;
    max-width: 64px;
    max-height: 64px;
}

@media screen and (max-width: 767px) {
    .cart-list_fixed .goods__preview {
        margin: 0;
        min-height: 48px;
        min-width: 48px;
        max-height: 48px;
        max-width: 48px;
    }

    .cart-list_fixed .goods__preview > img {
        margin: 0;
        max-height: 48px;
        max-width: 48px;
    }

    .cart-list_fixed .goods__add {
        display: none;
    }
}

.cart-list_fixed .goods__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .cart-list_fixed .goods__title {
        -webkit-line-clamp: 3;
        max-height: 60px;
        margin-bottom: 0;
    }
}

#compare-sliders {
    margin-top: 75px;
}
.slider-hidden{
    min-height:0;
    height:0;
    overflow:hidden;
}

.page__compare .header-product-button.header-product-button--share {
    display: none;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.section/compare/style.css?174897458818440 */
