

/* Start:/local/components/general-itech/catalog.favorites/templates/.default/style.css?1698728404560*/
.favorite-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}
.favorite-title.center1200{
    margin-bottom: 40px;
}
.favorite-title h1{
    margin-bottom: 0 !important;
}

.favorite-title .select {
    width: 100%;
}

.favorite-title .select__toggle {
    min-width: 11.5em;
}

.favorite-title .text-field__wrapper {
    margin-right: 4%;
    padding-top: 8px
}

@media screen and (max-width: 1023px) {
    .favorite-title {
        padding: 0 16px;
    }
}

/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/system.show_message/.default/style.css?1698728405208*/
.show_message {
    text-align: center;
    font-size: 15px;
    margin-bottom: 3em;
}

.show_message.errortext {
    color: var(--red-color);
}

.show_message.notetext {
    color: var(--mild-grey-color);
}

/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/catalog.products.viewed/recommendations-carousel/style.css?171349708014712*/
.recommendations {
    margin-bottom: 60px;
}

.recommendations__title-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    margin-bottom: 10px;
}

.events-list_block__switcher {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
}

.recommendations__sections {
    display: flex;
    align-items: flex-start;
    padding-top: 12px;
}

.recommendations__sections-item {
    width: fit-content;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    text-align: center;

    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: border-bottom-color 0.5s ease, color 0.5s ease;
    color: var(--mild-grey-color);
    border-bottom-color: var(--mild-grey-color);
}

.recommendations__sections-item:hover,
.recommendations__sections-item.recommendations__sections-item_active {
    border-bottom-color: var(--blue-color);
    color: var(--dark-blue-color);
}

.events-list__section__subsection__item:hover .events-list__section__subsection__item__list__links {
    opacity: 1;
    visibility: visible;
}

.recommendations-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.recommendations-container {
    padding-bottom: 60px;
    overflow: hidden;
}

.recommendations-content {
    transition: opacity 0.5s ease;
}

/* recommendations-content */

.recommendations-content__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.recommendations-content__sections {
    display: flex;
    align-items: flex-start;
    padding-top: 12px;
    overflow: hidden;
    height: auto;
    transition: opacity 0.5s ease;
}

.recommendations-content__section {
    transition: opacity 0.5s ease;
}

.recommendations-content__section .section__items {
    display: flex;
    position: relative;
    padding-left: 0;
}

.recommendations-content__section .section__item {
    z-index: 1;
    position: relative;
    display: flex;
    width: 100%;
    height: auto !important;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    transition: all 0.5s ease;
}

.recommendations-content__section .section__item-wrapper {
    display: flex;
}

.recommendations-content__section .section__item:hover {
    z-index: 5;
    grid-template-columns: 1fr 1fr;
    box-shadow: 6px -7px 39px rgb(236 236 236 / 15%), -5px -7px 39px rgb(236 236 236 / 15%),
    5px 7px 39px rgb(236 236 236 / 15%);
}

.recommendations-content__section .section__item:hover .section__item-list {
    z-index: 5;
    height: 100%;
    width: 100%;
}

.recommendations-content__section .section__item:hover .section__item-list_item {
    border-bottom: 1px solid transparent;
}

.recommendations-content__section .left-info:hover .section__item-list_item {
}

.recommendations-content__section .section__item:hover .section__item-list_links {
    transform: translateY(100%);
}

.recommendations-content__section .section__item:last-child {
}

.recommendations-content__section .section__item-list {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.recommendations-content__section .section__item-list_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    height: 33%;
    padding: 24px 24px 32px;
    background-color: #fff;

    border-top: 1px solid rgba(168, 169, 173, 0.25);
    border-left: 1px solid rgba(168, 169, 173, 0.25);
    border-right: 1px solid rgba(168, 169, 173, 0.25);
    border-bottom: 1px solid rgba(168, 169, 173, 0.25);
}

.recommendations-content__section .section__item-list_item-img {
    margin-bottom: 16px;
}

.recommendations-content__section .section__item-list_item-img img {
    width: 100%;
}

.recommendations-content__section .section__item-list_item-img_label {
    position: absolute;
    top: 16px;
    left: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #ececec;
    background-color: var(--blue-color);
    color: #fff;
    padding: 6px 9px 6.5px 12px;
}

.recommendations-content__section .section__item-list_item-img_label.img-label__stock {
    border: 1px solid var(--red-color);
    background-color: var(--red-color);
    color: #fff;
}

.recommendations-content__section .section__item-list_item-img_label img {
    width: 100%;
}

.recommendations-content__section .section__item:hover .section__item-list_item-img_buttons {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.recommendations-content__section .section__item-list_item-img_buttons {
    position: absolute;
    flex-direction: column;
    top: 16px;
    right: 16px;
    opacity: 0;
    visibility: hidden;
    transition-property: all;
    transition: all ease 0.25s;
}

.recommendations-content__section .section__item-list_item-img_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    margin-right: 0;
    width: 32px;
    height: 32px;

    background: #ffffff;

    border: 1px solid #ececec;
    border-radius: 2px;
}

.recommendations-content__section .section__item-list_item-img_button.product-favorite-add path {
    fill: var(--orange-color);
    stroke: var(--orange-color);
}

.recommendations-content__section .section__item-list_item-img_button:hover path {
    stroke: var(--orange-color);
    transition: stroke 0.5s ease;
}

.recommendations-content__section .section__item-list_item-bottom {
    display: flex;
    justify-content: space-between;
}

.recommendations-content__section .section__item-list_item-article_block {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.recommendations-content__section .section__item-list_item-article_title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;

    text-transform: uppercase;

    color: var(--mild-grey-color);
}

.recommendations-content__section .section__item-list_item-article {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

.recommendations-content__section .section__item-list_item-brand_title {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    /* Dark/Gray */

    color: #a8a9ad;
}

.recommendations-content__section .section__item-list_item-brand {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

.recommendations-content__section .section__item-list_item-description {
    margin-bottom: 50px;

    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    /* identical to box height, or 22px */

    /* Dark/Black */

    color: #041229;
}

.recommendations-content__section .section__item-list_item-available_block {
    width: 50%;
}

.recommendations-content__section .section__item-list_item-available_title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    /* identical to box height, or 12px */

    text-transform: uppercase;

    /* Dark/Gray */

    color: #a8a9ad;
}

.recommendations-content__section .section__item-list_item-available {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
}

.recommendations-content__section .section__item-list_item-available.available-green {
    color: var(--green-color);
}

.recommendations-content__section .section__item-list_item-available.available-blue {
    color: var(--blue-color);
}

.recommendations-content__section .section__item-list_item-available.available-orange {
    color: var(--orange-color);
}

.recommendations-content__section .section__item-list_item-available.available-red {
    color: var(--red-color);
}

.recommendations-content__section .section__item-list_item-price {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 16px;
}

.recommendations-content__section .section__item-list_item-price__new {
    font-weight: 500;
    font-size: 24px;
    line-height: 132%;
}

.recommendations-content__section .section__item-list_item-price__old {
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;

    text-decoration-line: line-through;
}

.recommendations-content__section .section__item-list_links {
    z-index: -1;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto 0;
    transition-property: all;
    transition: all ease 0.5s;
}
.recommendations-content__section .section__item-list_links > *{
    width: 100%;
}
.recommendations-content__section .section__item-list_cart {
    min-height: 60px;
}

.recommendations-content__section .section__item-list_click {
    min-height: 60px;
    background-color: #fff;
}

.recommendations-content__section .section__item-info {
    position: absolute;
    width: 100%;
    margin: 1px 0px 1px -2.5px;
    height: calc(100% - 2px);
    border-bottom: 1px solid rgba(168, 169, 173, 0.25);
    border-right: 1px solid rgba(168, 169, 173, 0.25);
    background-color: #fff;
    transition-property: all;
    pointer-events: none;
    transition: all 0.5s ease;
}

.recommendations-content__section .left-info .section__item-info {
    left: 0;
    margin: 1px 0px 1px 1px;
    border-left: 1px solid transparent;
}

.recommendations-content__section .left-info:hover .section__item-info {
    border-right: 1px solid rgba(168, 169, 173, 0.25);
    border-left: 1px solid rgba(168, 169, 173, 0.25);
    transform: translateX(-100%) !important;
}

.recommendations-content__section .section__item:hover .section__item-info {
    overflow: hidden;
    width: 100%;
    display: inline-block;
    border-right: 1px solid rgba(168, 169, 173, 0.25);
    transform: translateX(100%);
    box-shadow: 6px -7px 39px rgb(236 236 236 / 25%), -5px -7px 39px rgb(236 236 236 / 25%),
    5px 7px 39px rgb(236 236 236 / 25%);
    margin-left: -1px;
}

.recommendations-content__section .section__item-info_list {
    padding: 24px 3% 32px 4%;
}

.recommendations-content__section .section__item-info_item {
    display: flex;
    justify-content: space-between;

    margin-bottom: 8px;
}

.recommendations-content__section .section__item-info_item-title {
    width: 48%;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    color: #676767;
}

.recommendations-content__section .section__item-info_item-description {
    width: 45%;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #041229;
}

.recommendations-content__section .section__items-slider__next,
.recommendations-content__section .section__items-slider__prev {
    display: none !important;
}

@media screen and (max-width: 1023px) {
    .events-list_block__switcher {
        display: none !important;
    }

    .recommendations {
        margin-bottom: 80px;
        padding: 30px 0 0;
    }

    .recommendations-content__section {
        position: relative;
    }

    .recommendations__title-block {
        position: relative;
        margin-bottom: 0px;
    }

    .recommendations__sections {
        position: absolute;
        top: -80px;
    }

    .recommendations__sections-item {
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
        padding: 0 6px;
        color: #a8a9ad;

        opacity: 0.7;
    }

    .recommendations-content__section .section__item:hover .section__item-info {
        display: none;
    }

    .recommendations__sections-item.recommendations__sections-item_active {
        color: #041229;
        opacity: 1;
    }

    .recommendations-content__section .section__items {
        margin-left: 0;
    }

    .recommendations-content__section .section__items-slider__next,
    .recommendations-content__section .section__items-slider__prev {
        display: flex !important;
    }

    .recommendations-content__section .section__item-list {
        width: inherit;
    }

    .recommendations-content__section .section__item-list_item {
        padding: 16px 16px 30px;
    }

    .recommendations-content__section .section__item .section__item-list_links {
        transform: translateY(100%);
        z-index: 1;
        bottom: 1px;
    }

    .recommendations-content__section .section__item-list_item-img {
        margin-bottom: 8px;
    }

    .recommendations-content__section .section__item-list_item-img_buttons {
        opacity: 1;
        visibility: visible;
    }

    .recommendations-content__section .section__item-list_item-img_buttons {
        display: flex;
        flex-direction: row;
    }

    .recommendations-content__section .section__item-list_item-img_button:first-child {
        margin-right: 8px;
    }

    .recommendations-content__section .section__item-list_item-article {
        margin-bottom: 16px;

        font-weight: 400;
        font-size: 14px;
        line-height: 145%;
        color: var(--mild-grey-color);
    }

    .recommendations-content__section .section__item-list_item-brand {
        margin-bottom: 8px;

        font-weight: 700;
        font-size: 14px;
        line-height: 12px;
    }

    .recommendations-content__section .section__item-list_item-description {
        margin-bottom: 16px;

        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .recommendations-content__section .section__item-list_item-available {
        font-weight: 400;
        font-size: 14px;
        line-height: 145%;
    }

    .recommendations-content__section .section__item-list_item-price {
        align-items: center;
        margin-top: 20px;
        gap: 16px;
    }

    .recommendations-content__section .section__item-list_item-price__old {
        padding-left: 0;
    }

    .recommendations-content__section .section__items-slider__next {
        top: 45% !important;
        width: 45px !important;
        height: 45px !important;
        right: 5px !important;
        border-radius: 50%;
        transform: rotate(-180deg);
        background: rgba(255, 255, 255, 0.65);
        box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.08);
    }

    .recommendations-content__section .section__items-slider__prev {
        top: 45% !important;
        width: 45px !important;
        height: 45px !important;
        left: 5px !important;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.65);
        box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.08);
    }

}

/* End */
/* /local/components/general-itech/catalog.favorites/templates/.default/style.css?1698728404560 */
/* /local/templates/helicon-shop/components/bitrix/system.show_message/.default/style.css?1698728405208 */
/* /local/templates/helicon-shop/components/bitrix/catalog.products.viewed/recommendations-carousel/style.css?171349708014712 */
