

/* Start:/local/templates/libhof_store/components/bitrix/catalog.element/libhof_new/style.css?17466088732986*/
.carousel-product img {
    max-height: 419px;
}

button.more.more_white.more_mobile {
    background-color: transparent;
    box-shadow: none;
    text-transform: none;;
    width: 100%;
    border: none;
}

.card__cart > div:nth-child(1) {
    display: none;
}
.card__cart > div:nth-child(2) {
    display: flex;
}
.card__cart > div:nth-child(3) {
    display: block;
}

.card__cart:has(input[data-value="0"]) > div:nth-child(1) {
    display: block;
}
.card__cart:has(input[data-value="0"]) > div:nth-child(2) {
    display: none;
}
.card__cart:has(input[data-value="0"]) > div:nth-child(3) {
    display: none;
}

/* fix for rutube */
[data-embed-video] .youtube__img {
    top: 0;
}

.youtube_margin {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .youtube_margin {
        width: 100%;
    }
}

/* rutube styles */
.raichu-loader-template-module__wrapper  {
    align-items: center;
    box-sizing: initial;
    display: flex;
    font-family: Open Sans, sans-serif;
    height: 100%;
    justify-content: center;
    position: relative;
    user-select: none;
    width: 100%;
    z-index: 2;
}

.raichu-button-module {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.raichu-button-module__control {
    height: 40px;
    width: 40px;
    padding: 0;
    background: #0000;
    outline: none;
    border: none;
}

.container_video2 {
    display: flex;
    gap: 5%;
}

@media (max-width: 768px) {
    .container_video2 {
        flex-direction: column;
    }
}

.more.more_available {
    font-weight: 500;
    color: #f3f3f3;
    font-size: 1.125rem;
    padding: .875rem .9375rem .9375rem;
    column-gap: .625rem;
}

.more.more_available::before {
    content: "";
    background-color: #54ade1;
    border: .0625rem solid #54ade1;
    clip-path: polygon(0.7rem 0%, calc(100% - 0.7rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.7rem) 100%, 0.7rem 100%, 0% 80%, 0% 20%);
    border-radius: .9375rem;
    position: absolute;
    width: calc(100% - .125rem);
    height: calc(100% - .125rem);
    left: .0625rem;
    top: .0625rem;
    z-index: -1;
}

.more.more_available::after {
    content: "";
    background-color: #54ade1;
    border: .0625rem solid #54ade1;
    clip-path: polygon(0.7rem 0%, calc(100% - 0.7rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.7rem) 100%, 0.7rem 100%, 0% 80%, 0% 20%);
    border-radius: .9375rem;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}

.more.more_available:active::before {
    border-color: #639ec1;
    background-color: #639ec1;
}

.more.more_available:active::after {
    border-color: #639ec1;
    background-color: #639ec1;
}

@media(max-width: 767px) {
    .more.more_available {
        margin-top: 0;
        font-size: .9375rem;
        padding-top: 1rem;
        padding-bottom: 1.0625rem;
    }
}

.card__rate {
    cursor: pointer;
}
/* End */


/* Start:/local/templates/libhof_store/components/chililab/page.reviews.list/lstore/style.css?17482482519355*/
.reviews h2 {
    text-align: center
}

.reviews .reviews__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.9375rem
}

.reviews .reviews__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    gap: .875rem
}

.reviews .reviews__total {
    font-style: normal;
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 2.3125rem;
    margin-bottom: .5rem
}

.reviews .reviews__average {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: right;
    color: #666
}

.reviews .reviews__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px
}

.reviews .reviews__stars img {
    width: 1.4375rem;
    height: 1.4375rem;
    margin-bottom: .25rem
}

.reviews .reviews__stars span {
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: right;
    color: #000
}

.reviews .reviews__add {
    border: none
}

.reviews .reviews__hr {
    background: #d9d9d9;
    margin-bottom: 2.875rem
}

.reviews .reviews__second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.75rem
}

.reviews .reviews__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem
}

.reviews .reviews__sort_text {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: right;
    color: #666
}

.reviews .js-chili-reviews-sort {
    font-style: normal;
    font-weight: 500;
    font-size: .875rem;
    /* line-height: 1.0625rem; */
    color: #000;
    cursor: pointer;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.6875rem;
}

.reviews .js-chili-reviews-sort::after {
    content: url("/local/templates/libhof_store/assets/images/chevron-up-black.svg");
    position: absolute;
    right: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.reviews .js-chili-reviews-sort[data-sort="date_asc"]::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

.reviews .js-chili-reviews-sort[data-sort="date_desc"]::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: .125rem;
}

.reviews .reviews__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.75rem;
    margin-bottom: 2.8125rem
}

.reviews .reviews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3.125rem;
    gap: 1.375rem;
    background: #fff;
    border-radius: 1.625rem
}

.reviews .reviews__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews .reviews__name {
    font-style: normal;
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 2.3125rem;
    color: #000
}

.reviews .reviews__rating img {
    width: 1.4375rem;
    height: 1.4375rem
}

.reviews .reviews__date {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: right;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #666;
    margin-bottom: .3125rem
}

@media(max-width: 767px) {
    .reviews .reviews__top {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .reviews .reviews__numbers {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .reviews .reviews__total {
        font-size: large;
        margin-bottom: 0;
        line-height: normal;
    }

    .reviews .reviews__average {
        font-size: small;
        margin-left: auto
    }

    .reviews .reviews__sort {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .reviews .reviews__item {
        padding: 1rem;
        gap: .5rem
    }

    .reviews .reviews__name {
        font-size: large
    }

    .reviews .reviews__rating img {
        width: 1rem;
        height: 1rem
    }

    .reviews .reviews__item-comment {
        font-size: small
    }

    .reviews .reviews__date {
        font-size: small
    }
}

.reviews .modal {
    border-radius: 3.125rem;
    width: 100%;
    max-width: 51.25rem;
    padding-right: 5.625rem;
    padding-left: 5.625rem;
    z-index: 99999
}

.reviews .modal__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.reviews .reviews__new-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .6875rem
}

.reviews__rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto
}

.reviews .modal__text_medium {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    color: #6a6a6a;
    margin-right: 1.9375rem
}

.reviews .reviews__new-top img {
    width: 1.4375rem;
    height: 1.4375rem
}

.reviews .contact__input-wrap {
    margin-bottom: 0
}

.reviews .reviews__submit-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews .reviews__submit-new .link {
    width: 19.6875rem
}

.reviews .reviews__submit-new button {
    padding: 1.9375rem 3.4375rem
}

.reviews .step {
    margin-bottom: 0
}

.reviews .step label {
    margin-right: 0;
    padding-left: 4rem;
    background: url(/local/templates/libhof_store/assets/images/check-green-no.svg) no-repeat left .1875rem !important;
    background-size: 2.6875rem 2.6875rem;
    color: #6a6a6a;
    line-height: 2.5rem
}

.reviews input:checked+label {
    background: url(/local/templates/libhof_store/assets/images/check-green-yes.svg) no-repeat left .1875rem !important;
    background-size: 2.6875rem 2.6875rem;
    color: #6a6a6a
}

@media(max-width: 767px) {
    .reviews .modal {
        padding:1.75rem 1.375rem;
        border-radius: 1.25rem;
        width: calc(100vw - 2.5rem);
        max-height: 95vh;
        overflow: auto
    }

    .reviews .reviews__new-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.25rem;
        margin-bottom: 0
    }

    .reviews .reviews__rating-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .reviews .modal__text_medium {
        font-size: 1rem
    }

    .reviews .reviews__submit-new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 1.25rem
    }

    .reviews .step label {
        line-height: 3rem
    }

    .reviews .reviews__submit-new .link {
        width: auto;
        width: initial
    }

    .reviews .reviews__submit-new button {
        padding: 1.25rem .9375rem 1.1875rem
    }
}

.reviews .reviews__add img {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.reviews .reviews__add:hover img {
    -webkit-filter: invert(1);
    filter: invert(1)
}
/* End */


/* Start:/local/templates/libhof_store/components/chililab/page.reviews.form/lstore/style.css?175155067212675*/
#chili_page_review_form input.modal__input {
    background: none;
    padding-left: 2.25rem;
}


#chili_page_review_form  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
}

.js-chili-modals-container .red-fade-overlay {
    background: rgba(0, 0, 0, .5411764706);
}

.js-chili-modals-container .red-modality {
    font-family: "Montserrat", sans-serif;
    background: #fff;
    padding: 5.625rem 11.6875rem;
    border-radius: 3.125rem;
    width: 100%;
    max-width: 51.25rem;
    padding-right: 5.625rem;
    padding-left: 5.625rem;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.js-chili-modals-container  .red-modality .header-line {
    padding-bottom: 0;
}

.js-chili-modals-container .red-modality .js-chili-close {
    width: unset;
    height: unset;
    background: none;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    top: 2.9375rem;
    right: 2.9375rem;
}

.js-chili-modals-container .red-modality .red-modality-title {
    font-weight: 500;
    text-align: center;
    line-height: 1.22;
    font-size: 3.1875rem;
    color: #000;
    margin-bottom: 2rem;
    width: 100%;
}

.js-chili-modals-container .line.name-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .6875rem;
    padding-bottom: 0;
}

.js-chili-modals-container .red-modality-left.form-field:has(.modality-name) {
    position: relative;
    z-index: 1;
    margin-right: 0;
    min-width: 50%;
    max-width: 21.125rem
}

.js-chili-modals-container .red-modality-left.form-field:has(.modality-name):before {
 content: "";
    background-color: #fff;
    border: .0625rem solid #fff;
    -webkit-clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 20%, 100% 80%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 80%, 0% 20%);
    clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 20%, 100% 80%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 80%, 0% 20%);
    border-radius: 1.625rem;
    position: absolute;
    width: calc(100% - .125rem);
    height: calc(100% - .125rem);
    left: .0625rem;
    top: .0625rem;
    z-index: -1
}

.js-chili-modals-container .red-modality-left.form-field:has(.modality-name):after {
    content: "";
    background-color: #dcdcdc;
    border: .0625rem solid #dcdcdc;
    -webkit-clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 20%, 100% 80%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 80%, 0% 20%);
    clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 20%, 100% 80%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 80%, 0% 20%);
    border-radius: 1.625rem;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2
}

.js-chili-modals-container input.text.modality-name {
    padding: 0;
    font-size: 1.25rem;
    color: #6a6a6a;
    height: 5.125rem;
    padding-right: .625rem;
    padding-left: 2.25rem;
    border: none;
    margin: 0;
}

.js-chili-modals-container .red-modality-right.form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
}

.js-chili-modals-container .red-modality-notice {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    color: #6a6a6a;
    margin-right: 1.9375rem;
    padding-right: 0;
}

.js-chili-modals-container .red-rating-stars > label {
    margin-left: 0;
    font-size: 0;
    background: url(/local/templates/libhof_store/assets/images/review-star-empty.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.4375rem;
    height: 1.4375rem;
}

.js-chili-modals-container .red-rating-stars > label:hover,
.js-chili-modals-container .red-rating-stars > label:hover ~ label,
.js-chili-modals-container .red-rating-stars > input:checked ~ label {
    background: url(/local/templates/libhof_store/assets/images/review-star-full.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.js-chili-modals-container .recommend-line {
    display: none;
}

.js-chili-modals-container .line.text-review.form-field {
    position: relative;
    margin-bottom: 0;
    padding: 0;
}

.js-chili-modals-container .line.text-review.form-field::before {
    content: "";
    background-color: #fff;
    border: .0625rem solid #fff;
    -webkit-clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 10%, 100% 90%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 90%, 0% 10%);
    clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 10%, 100% 90%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 90%, 0% 10%);
    border-radius: 1.6875rem;
    position: absolute;
    width: calc(100% - .125rem);
    height: calc(100% - .125rem);
    left: .0625rem;
    top: .0625rem;
    z-index: -1;
}

.js-chili-modals-container .line.text-review.form-field::after {
    content: "";
    background-color: #dcdcdc;
    border: .0625rem solid #dcdcdc;
    -webkit-clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 10%, 100% 90%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 90%, 0% 10%);
    clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 10%, 100% 90%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 90%, 0% 10%);
    border-radius: 1.6875rem;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}

.js-chili-modals-container .line.text-review.form-field textarea {
    border: none;
    width: 100%;
    resize: vertical;
    height: auto;
    min-height: 10.125rem;
    max-height: 18.75rem;
    padding-left: 2.3125rem;
    padding-top: 1.75rem;
    padding-right: 2.3125rem;
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #6a6a6a;
    background: none;
}

.js-chili-modals-container .red-modality .line:has(button) {
    border-radius: 1.625rem;
    width: 19.6875rem;
    height: 100%;
    position: relative;
    padding-bottom: 0;;
}

.js-chili-modals-container .red-modality .line:has(button)::before {
    content: "";
    display: block;
    width: calc(100% - 2.25rem);
    height: .375rem;
    -webkit-box-shadow: 0 .25rem 1.25rem 0 #54ade1;
    box-shadow: 0 .25rem 1.25rem 0 #54ade1;
    background: #54ade1;
    position: absolute;
    bottom: .125rem;
    left: 1.125rem;
}

.js-chili-modals-container .red-modality .button {
    font-weight: 500;
    font-size: 1.25rem;
    color: #f3f3f3;
    border: .0625rem solid #dcdcdc;
    -webkit-clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 20%, 100% 80%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 80%, 0% 20%);
    clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 20%, 100% 80%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 80%, 0% 20%);
    border-radius: 1.625rem;
    border-color: rgba(0, 0, 0, 0);
    background-color: #54ade1;
    text-transform: none;
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    line-height: .9;
    font-family: "Montserrat", sans-serif;
    padding: 1.9375rem 3.4375rem;
}

.js-chili-modals-container .red-modality .line button img {
    margin-left: .9375rem;
}

@media (max-width: 1300px) {
    .js-chili-modals-container .line.text-review.form-field textarea {
        font-size: 1.125rem;
    }
}

@media (max-width: 1024px) {
    .js-chili-modals-container .red-modality .red-modality-title {
        font-size: 2.5rem;
    }
    .js-chili-modals-container .red-modality .js-chili-close {
        top: 1.875rem;
        right: 1.875rem;
    }
    .js-chili-modals-container .red-modality-left.form-field:has(.modality-name):before {
        -webkit-clip-path: polygon(0.9rem 0%, calc(100% - 0.9rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.9rem) 100%, 0.9rem 100%, 0% 80%, 0% 20%);
        clip-path: polygon(0.9rem 0%, calc(100% - 0.9rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.9rem) 100%, 0.9rem 100%, 0% 80%, 0% 20%);
        border-radius: 1.0625rem;
    }
    .js-chili-modals-container .red-modality-left.form-field:has(.modality-name):after {
        -webkit-clip-path: polygon(0.9rem 0%, calc(100% - 0.9rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.9rem) 100%, 0.9rem 100%, 0% 80%, 0% 20%);
        clip-path: polygon(0.9rem 0%, calc(100% - 0.9rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.9rem) 100%, 0.9rem 100%, 0% 80%, 0% 20%);
        border-radius: 1.0625rem;
    }
    .js-chili-modals-container input.text.modality-name {
        height: 3.625rem;
    }
    .js-chili-modals-container .red-modality .line button {
        -webkit-clip-path: polygon(0.85rem 0%, calc(100% - 0.85rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.85rem) 100%, 0.85rem 100%, 0% 80%, 0% 20%);
        clip-path: polygon(0.85rem 0%, calc(100% - 0.85rem) 0%, 100% 20%, 100% 80%, calc(100% - 0.85rem) 100%, 0.85rem 100%, 0% 80%, 0% 20%);
        border-radius: 1.0625rem;
    }
}

@media (max-width: 767px) {
    .js-chili-modals-container .red-modality {
        padding: 1.75rem 1.375rem;
        border-radius: 1.25rem;
        width: calc(100vw - 2.5rem);
        max-height: 95vh;
        overflow: auto;
    }
    .js-chili-modals-container .red-modality .red-modality-title {
        font-size: 1.3125rem;
        margin-bottom: 1.25rem;
    }
    .js-chili-modals-container .red-modality .js-chili-close {
        top: .4375rem;
        right: .8125rem;
        width: 1rem;
        margin-top: 0;
    }
    .js-chili-modals-container .line.name-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.25rem;
        margin-bottom: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .js-chili-modals-container .red-modality-left.form-field:has(.modality-name) {
        margin-bottom: 0;
        margin-right: 0;
        width: 100%;
        max-width: 17.75rem;
    }
    .js-chili-modals-container input.text.modality-name {
        font-size: 1rem;
        padding-left: 1.25rem;
    }
    .js-chili-modals-container .red-modality-notice {
        font-size: 1rem;
        margin-right: auto;
    }
    .js-chili-modals-container .red-modality-right.form-field {
        justify-content: end;
        margin-top: 0;
        margin-left: 0;
        padding: 0;
    }
    .js-chili-modals-container .line.text-review.form-field::before {
        -webkit-clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 10%, 100% 90%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 90%, 0% 10%);
        clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 10%, 100% 90%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 90%, 0% 10%);
        border-radius: 1.6875rem;
    }
    .js-chili-modals-container .line.text-review.form-field::after {
        -webkit-clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 10%, 100% 90%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 90%, 0% 10%);
        clip-path: polygon(1.2rem 0%, calc(100% - 1.2rem) 0%, 100% 10%, 100% 90%, calc(100% - 1.2rem) 100%, 1.2rem 100%, 0% 90%, 0% 10%);
        border-radius: 1.6875rem;
    }
    .js-chili-modals-container .line.text-review.form-field textarea {
        font-size: 1rem;
        padding-left: 1.25rem;
        height: 4.375rem;
        padding-top: 1.25rem;
        padding-right: 1.25rem;
    }
    .js-chili-modals-container .red-modality .line:has(button) {
        width: 12.75rem;
        margin-left: auto;
        margin-right: auto;
    }
    .js-chili-modals-container .red-modality .line button {
        font-size: 1rem;
        padding: 1.25rem .9375rem 1.1875rem;
    }
}

.js-chili-modals-container .red-modality .error {
    text-align: center;
    margin-top: unset;
    margin-bottom: unset;
}

.js-chili-modals-container .chili-review-form .form-field.error .error-message {
    position: absolute;
    bottom: -1rem;
    left: 1rem;
}

.js-chili-modals-container .red-modality-right.form-field.error {
    position: relative;
}

@media (min-width: 767px) {
    .js-chili-modals-container .red-modality-right.form-field.error .error-message {
        left: 2.4rem;
    }
}
/* End */


/* Start:/local/templates/libhof_store/components/bitrix/catalog.section/recommend/style.css?17453320991580*/
.catalog-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media (max-width: 1024px) {
    .catalog-container {
        flex-wrap: wrap;
    }
}

button.more.more_white.more_mobile {
    background-color: transparent;
    box-shadow: none;
    text-transform: none;;
    width: 100%;
    border: none;
}

.prod__bottom > div:nth-child(1) {
    display: none;
}
.prod__bottom > div:nth-child(2) {
    display: flex;
}
.prod__bottom > div:nth-child(3) {
    display: block;
}

.prod__bottom:has(input[data-value="0"]) > div:nth-child(1) {
    display: block;
}
.prod__bottom:has(input[data-value="0"]) > div:nth-child(2) {
    display: none;
}
.prod__bottom:has(input[data-value="0"]) > div:nth-child(3) {
    display: none;
}

@media (max-width: 767px) {
    .prod__bottom {
        margin-top: 1.6875rem;
        margin-left: 0!important;
    }
    .prod__bottom.prod__bottom-shift {
        margin-left: -.625rem!important;
    }
    .prod__bottom .quant_row,
    .prod__bottom .more {
        margin-top: 0;
    }
    .prod-item .prod__img {
        margin-top: 0;
    }
    .prod__img img {
        margin-top: 0;
        margin-bottom: auto;
    }
    .flex {
        justify-content: space-between;
    }
    .prod-item:nth-child(3n) {
        margin-right: 0!important;
    }
}

.prod__bottom:has(.more_prod) {
    gap: unset;
}

.js-equalize-image {
    max-height: 270px;
}

.js-equalize-image img {
    max-height: 270px;
}

.prod__top {
    width: min-content;
}

.prod-item [data-control] {
    cursor: pointer;
}
/* End */


/* Start:/local/templates/libhof_store/components/bitrix/catalog.element/libhof_new/photoswipe/pre.css?1747053643640*/
.pswp__button {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0px solid transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}
/* End */


/* Start:/local/templates/libhof_store/components/bitrix/catalog.element/libhof_new/photoswipe/photoswipe.css?17470536438255*/
.pswp {
    z-index: 1500;
    display: none;
    overflow: hidden;
    outline: none;
    -webkit-text-size-adjust: 100%;
    touch-action: none;
    -webkit-backface-visibility: hidden;
}
.pswp img {
    max-width: none;
}
.pswp--animate_opacity {
    opacity: 0.001;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    will-change: opacity;
}
.pswp--open {
    display: block;
}
.pswp__bg {
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    will-change: opacity;
}
.pswp__scroll-wrap {
    overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    touch-action: none;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.pswp__container,
.pswp__img {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transform-origin: left top;
}
.pswp--animated-in :is(.pswp__bg, .pswp__zoom-wrap) {
    transition: none;
}
.pswp__item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.pswp__img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    border-radius: var(--wd-brd-radius);
}
.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
    cursor: grab;
}
.pswp--dragging .pswp__img {
    cursor: grabbing;
}
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
    background: #242424;
}
.pswp__error-msg {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 100%;
    color: #bbb;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}
.pswp__error-msg a {
    color: #bbb;
    text-decoration: underline;
}
.pswp__button {
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    background: none;
    opacity: 0.75;
    transition: opacity 0.2s;
    -webkit-appearance: none;
}
.pswp__button:hover {
    opacity: 1;
}
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.pswp__button,
[class*="pswp__button--arrow--"]:before {
    background: url(/local/templates/libhof_store/components/bitrix/catalog.element/libhof_new/photoswipe/../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
}
@media (-webkit-min-device-pixel-ratio: 1.1),
    (min-resolution: 105dpi),
    (min-resolution: 1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg [class*="pswp__button--arrow--"]:before {
        background-image: url(/local/templates/libhof_store/components/bitrix/catalog.element/libhof_new/photoswipe/../images/default-skin.svg);
    }
    .pswp--svg [class*="pswp__button--arrow--"] {
        background: none;
    }
}
.pswp__button--close {
    background-position: 0 -44px;
}
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}
.pswp__button--share {
    background-position: -44px -44px;
}
.pswp__button--fs {
    display: none;
}
.pswp--supports-fs .pswp__button--fs {
    display: block;
}
.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}
.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}
[class*="pswp__button--arrow--"] {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    background: none;
}
.pswp--touch [class*="pswp__button--arrow--"] {
    visibility: hidden;
}
[class*="pswp__button--arrow--"]:before {
    content: "";
    position: absolute;
    top: 35px;
    width: 32px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.3);
}
.pswp__button--arrow--left {
    left: 0;
}
.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}
.pswp__button--arrow--right {
    right: 0;
}
.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
    user-select: none;
}
.pswp__share-modal {
    z-index: 1600;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__share-modal.pswp__share-modal--hidden {
    display: none;
}
.pswp__share-tooltip {
    position: absolute;
    top: calc(56px + var(--wd-admin-bar-h));
    right: 44px;
    z-index: 1620;
    background: #fff;
    transition: transform 0.25s;
    transform: translateY(6px);
    -webkit-backface-visibility: hidden;
}
.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}
.pswp__share-tooltip a:hover {
    color: #fff;
}
.pswp__share-tooltip:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 15px;
    display: block;
    border: 6px solid transparent;
    border-bottom-color: #fff;
}
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}
.pswp__share-modal--fade-in {
    opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: none;
}
.pswp__share--facebook:hover {
    background: #365493;
}
.pswp__share--twitter:hover {
    background: #55acee;
}
.pswp__share--pinterest:hover {
    background: #ce272d;
}
.pswp__share--download:hover {
    background: var(--wd-primary-color);
}
.pswp__counter {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
    height: 44px;
    color: #fff;
    font-size: 13px;
    line-height: 44px;
    opacity: 0.75;
}
.pswp__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 44px;
    width: 100%;
    display: none;
}
.pswp__caption small {
    color: #bbb;
    font-size: 11px;
}
.pswp__caption__center {
    margin: 0 auto;
    padding: 10px;
    max-width: 420px;
    color: #bbb;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
}
.pswp__caption--empty {
    display: none;
}
.pswp__caption--fake {
    visibility: hidden;
}
.pswp__preloader {
    position: relative;
    display: flex;
    float: right;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 0;
    line-height: 1;
    opacity: 0;
    transition: opacity 0.25s ease-out;
}
@media screen and (min-width: 1025px) {
    .pswp__preloader {
        position: absolute;
        top: 0;
        left: calc(50% - 22px);
    }
}
.pswp__preloader__donut {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(0, 0, 0, 0);
    border-left-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
}
.pswp__preloader--active .pswp__preloader__donut {
    animation: wd-rotate 450ms infinite linear;
}
.pswp__preloader--active {
    opacity: 1;
}
.pswp__ui {
    z-index: 1550;
    visibility: visible;
    -webkit-font-smoothing: auto;
    opacity: 1;
}
.pswp--fs {
    --wd-admin-bar-h: 0;
}
.pswp__top-bar {
    position: absolute;
    top: var(--wd-admin-bar-h);
    left: 0;
    width: 100%;
    height: 44px;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse [class*="pswp__button--arrow--"] {
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp--has_mouse [class*="pswp__button--arrow--"] {
    visibility: visible;
}
:is(.pswp__top-bar, .pswp__caption) {
    background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit :is(.pswp__top-bar, .pswp__caption) {
    background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle [class*="pswp__button--arrow--"] {
    opacity: 0;
}
.pswp__ui--hidden
    :is(.pswp__top-bar, .pswp__caption, [class*="pswp__button--arrow--"]) {
    opacity: 0.001;
}
.pswp__ui--one-slide :is([class*="pswp__button--arrow--"], .pswp__counter) {
    display: none;
}
.pswp__element--disabled {
    display: none !important;
}
.pswp,
.pswp__bg,
.pswp__scroll-wrap,
.pswp__share-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* End */


/* Start:/local/templates/libhof_store/components/bitrix/catalog.element/libhof_new/photoswipe/style.css?174705364375*/
.pswp__button:hover,
.pswp__button:focus {
    background-color: #2398ED;
}
/* End */
/* /local/templates/libhof_store/components/bitrix/catalog.element/libhof_new/style.css?17466088732986 */
/* /local/templates/libhof_store/components/chililab/page.reviews.list/lstore/style.css?17482482519355 */
/* /local/templates/libhof_store/components/chililab/page.reviews.form/lstore/style.css?175155067212675 */
/* /local/templates/libhof_store/components/bitrix/catalog.section/recommend/style.css?17453320991580 */
/* /local/templates/libhof_store/components/bitrix/catalog.element/libhof_new/photoswipe/pre.css?1747053643640 */
/* /local/templates/libhof_store/components/bitrix/catalog.element/libhof_new/photoswipe/photoswipe.css?17470536438255 */
/* /local/templates/libhof_store/components/bitrix/catalog.element/libhof_new/photoswipe/style.css?174705364375 */
