

/* Start:/local/templates/clubtort/components/bitrix/catalog/clubtort_catalog/style.css?17387564337070*/
/* region search */
.catalog__search-page {
    margin: 0 12px;

    display: flex;
    flex-direction: column;
    gap: 16px;
}
/* endregion search */

/* region sections */
.catalog-sections-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;

    margin: 0 12px;
}

.catalog-heading {
    color: var(--v-color-hexy);
    font-family: "Value Sans Pro";
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;

    margin: 0;
}
/* endregion sections */



/* region section ---------> */
/* region child-sections */
.catalog-section__child-sections {
    display: flex;
    flex-direction: column;
    gap: 52px;
}

/* endregion child-sections */


/* region elements */
.catalog-section {
    display: flex;
    flex-direction: column;
    gap: 16px;

    margin: 0 12px;
}
/* region sort */

.catalog-section__filter-sort-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;

    align-self: end;
}

.catalog-section__sort-button {
    cursor: pointer;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    position: relative;
    height: 38px;
    padding: 9px;
    cursor: pointer;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px #0000001A;
    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #3D4041;
}


.sort-button__text {
    display: none;
}

@media (min-width: 1024px) {
    .sort-button__text {
        display: inline;
    }
}


.catalog-section__sort-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;

    height: 100%;
    max-height: 100%;
}

.sort__title {
    font-family: "Value Sans Pro";
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--v-color-hexy);
}

.sort__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;

    height: 100%;
    max-height: 100%;
}

.sort__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sort__item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.sort__radio-input {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    appearance: none;
    position: relative;
    width: 18px;
    height: 18px;
    border: 2px solid #BBBBBB;
    border-radius: 50%;
}


.sort__radio-input:checked {
    border: 2px solid var(--v-color-accent);
}

.sort__radio-input:checked::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--v-color-hexy);
    border-radius: 50%;
}

.sort__radio-label {
    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #404040;
}


.sort__button-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sort__button {
    cursor: pointer;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid var(--v-color-hexy);
    background-color: transparent;
    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: var(--v-color-hexy);
    transition: all 0.3s ease;
}

.sort__button_accent {
    border: 1px solid var(--v-color-accent);
    background-color: var(--v-color-accent);
}

/* endregion sort */

/* endregion section <---------*/


/* region elem */
.catalog-element {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.recomendation-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;

    padding: 0 12px;
}
/* endregion elem */



/* region media */

@media (min-width: 1024px) {
    .catalog-sections-wrapper {
        margin: 0;
    }

    .catalog-heading {
        font-size: 22px;
        line-height: 32px;
    }

    /* region section */
    .catalog-section {
        margin: 0;
        gap: 40px;
    }

    .catalog-section__title {
        font-size: 22px;
        line-height: 32px;
    }

    /* region filter */
    .catalog-section__filter-sort-wrapper {
        position: absolute;
    }

    /* sort */
    .catalog-section__filter-sort-wrapper .product__header {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 16px 0;
    }

    .catalog-section__filter-sort-wrapper .product__title {
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        margin: 0;
        color: var(--v-color-outer-space);
    }

    .catalog-section__filter-sort-wrapper .product__heading {
        display: flex;
        gap: 24px;
        align-items: center;
    }

    .smart-filter-toggle {
        cursor: pointer;
        padding: 8px;
        border-radius: 8px;
        outline: none;
        border: none;
        background-color: var(--v-color-soap);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .smart-filter-toggle svg {
        transition: transform 0.5s ease;
        transform: rotate(0deg);
        stroke: var(--v-color-outer-space);
        pointer-events: none;
    }

    .smart-filter-toggle_active svg {
        transform: rotate(180deg);
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter .filter__title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: var(--v-color-nevada);
        margin: 0 32px 0 0;
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter .filter__list {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        border-bottom: 1px solid var(--v-color-platinum);
        margin: 0;
        width: 100%;
        justify-content: space-around;
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter .filter__item {
        font-size: 15px;
        line-height: 18px;
        font-weight: 700;
        color: var(--v-color-nevada);
        margin: 0 32px 0 0;
        padding: 0 0 21px 0;
        border-bottom: 3px solid transparent;
        cursor: pointer;
        transition: color 0.5s ease;
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter .filter__item:last-child {
        margin: 0;
    }

    @media (hover: hover) {
        .catalog-section__filter-sort-wrapper-desk .product-filter .filter__item:hover {
            color: var(--v-color-outer-space);
        }
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter .filter--active {
        color: var(--v-color-outer-space);
        border-bottom: 3px solid var(--v-color-soap);
        cursor: default;
    }
    /* endregion filter */
    /* endregion section */

    /* region elem */
    .catalog-element {
        gap: 56px;
    }
    .recomendation-wrapper {
        gap: 68px;
        padding: 0;
    }
    /* endregion elem */
}
/* endregion media */

/* End */


/* Start:/local/templates/clubtort/components/sunweb/catalog.element/clubtort_detail/style.css?174229665610904*/
@charset "UTF-8";

.product {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.product p,
.product h2 {
    margin: 0;
    padding: 0;
}

.product__info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product__images-wrapper {
    background-color: #fff;
    padding: 24px 16px;
    overflow: hidden;

    width: 100%;
}

.slider-img-big {
    display: flex;
    justify-content: center;
}

.img-big {
    width: auto;
    height: 203px;
}


.product__info.product-info {
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-info__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-info__title {
    font-family: "Value Sans Pro";
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    color: #3D4041;
}
.product__rating {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}
.product__rating-stars {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;

    font-family: "Value Sans Pro";
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #3D4041;
}
.product__rating-counter {
    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    color: #BBBBBB;
}

.product-info__btn-price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-info__price-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
.product-info__price-wrapper_has-discount::after {
    content: "- " attr(data-discount)"%";
    background-color: #E22F37;
    padding: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 12px;
    text-align: center;
}

.product__price {
    font-family: "Value Sans Pro";
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #3D4041;
}
.product__price_old {
    font-family: "Value Sans Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: line-through;

    color: #BBBBBB;
}

.product-info__button-wrapper {
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.product__submit {
    width: 100%;
    padding: 9px;

    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    align-items: center;

    border-radius: 12px;
    background-color: #CFBDFB;
    box-shadow: 0px 1px 2px 0px #0000001A;

    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #3D4041;
    text-align: center;
}

.product__submit-svg {
    width: 20px;
    height: 20px;
}

.product__favorite.favorite-button {
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 9px;

    cursor: pointer;
    box-shadow: 0px 1px 2px 0px #0000001A;
    background-color: #fff;
    border: 0;
    border-radius: 12px;
}
.product__favorite.favorite-button::after {
    content: url("/local/templates/clubtort/components/sunweb/catalog.element/clubtort_detail/img/svg/favorite-no-active.svg");
    width: 24px;
    height: 24px;
}
.product__favorite.favorite-button.active::after {
    content: url("/local/templates/clubtort/components/sunweb/catalog.element/clubtort_detail/img/svg/favorite-active.svg");
}


.product-info__count-wrapper {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
}
.product_quantity {
    font-family: "Value Sans Pro";
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #676C6E;
}
.product__delivery-link.js-stock-modal-show {
    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
    color: #3D4041;
}


.product-info__props-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product__property {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: flex-end;
}
.product__property-name {
    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #9E9E9E;
}

.product__property .dots {
    flex-grow: 1;
    border-bottom: 1px dashed #BBB;
}

.product__property .product__property-value {
    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-decoration: underline;
    color: #3D4041;
}

.product__property-detail-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;

    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #3D4041;
}

.product__delivery-wrapper {
    background-color: #FFF4FF;
    min-height: 162px;
}

.product__description-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;

    padding: 16px 12px 32px 12px;
}

.product__description-title {
    font-family: "Value Sans Pro";
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #3D4041;

    margin: 0;
}

.product__description-text {
    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    color: #3D4041;

    overflow-y: hidden;
}

.product__description-wrapper .product__description-button {
    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    text-decoration: underline;
    color: #3D4041;
}


/*Модальное окно с таблицей*/
.stock__modal {
    padding: 32px;
    display: none;
    border-radius: 6px;
}

.stock__header {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 32px;
}

.stock__icons {
    display: flex;
    flex-wrap: nowrap;
}

.stock__icons-frame {
    padding: 10px 20px;
    width: 110px;
}

.stock__icons .stock__icons-frame:nth-child(2) {
    padding: 10px 11px;
}

.stock__icons .stock__icons-frame:nth-child(3) {
    padding: 10px 14px;
}

.stock__icons-text {
    text-align: left;
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 500;
    color: var(--v-color-nevada);
}

.stock-icon {
    text-align: center;
    margin-bottom: 16px;
}

.stock__header-name {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0em;
    color: var(--v-color-faux);
    margin: 43px 206px 43px 0;
}

.stock-table {
    display: table;
    width: 100%;
}

.stock-table__item {
    margin-bottom: 32px;
    line-height: 150%;
}
.stock-table__item p {
    margin: 0;
}

.stock-table__item .stock-table__value:nth-child(even) {
    background: var(--v-color-bg);
}

.stock-table__address .stock-table__value {
    font-size: 18px;
    font-weight: 500;
    color: var(--v-color-nevada);
    width: 314px;
}

.stock-table__address .stock-table__value {
    padding: 23px 0;
}

.stock-table__number {
    font-size: 15px;
    font-weight: 700;
    color: var(--v-color-jewel);
    width: 86px;
}

.stock-table__number .stock-table__value {
    padding: 23px 0;
    text-align: center;
}

.stock-table__courier,
.stock-table__quickly {
    font-size: 16px;
    font-weight: 400;
    color: var(--v-color-hexy);
    width: 110px;
}

.stock-table__courier .stock-table__value,
.stock-table__quickly .stock-table__value,
.stock-table__pickup .stock-table__value,
.stock-table__country .stock-table__value {
    padding: 23px 0;
    text-align: center;
}

.stock-table__pickup {
    font-size: 16px;
    font-weight: 400;
    width: 110px;
}

.stock-table__country {
    width: 110px;
}

.stock-table__country .delivery-link {
    font-size: 18px;
    font-weight: 400;
    color: var(--v-color-soap);
    text-decoration-line: underline;
}

.stock-table__address, .stock-table__number, .stock-table__courier, .stock-table__quickly, .stock-table__pickup, .stock-table__country {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 8px 0;
}

@media (min-width: 768px) {
    .stock-table__address, .stock-table__number, .stock-table__courier, .stock-table__quickly, .stock-table__pickup, .stock-table__country {
        display: table-cell;
        vertical-align: middle;
    }
}

.stock-table__point {
    float: left;
    margin-left: 10px;
}

.stock-address {
    margin-left: 8px;
}

.table-value__fade {
    color: var(--v-color-platinum);
}

.stock__footer {
    margin-top: 32px;
}

.stock__footer-text {
    text-align: right;
    color: var(--v-color-soap);
    margin-bottom: 16px;
    font-size: 18px;
}

.stock__close {
    float: right;
    font-size: 15px;
    padding: 10px 57px;
}


@media (max-width: 320px) {
    .stock__modal.fancybox__content {
        padding: 15px;
    }
}

@media (max-width: 425px) {
    .stock-table__item {
        margin-bottom: 32px;
        display: flex;
        flex-wrap: nowrap;
    }

    .stock-table__address,
    .stock-table__number,
    .stock-table__courier,
    .stock-table__quickly,
    .stock-table__pickup,
    .stock-table__country {
        flex-direction: row;
        justify-content: space-between;
        margin: 0 0 8px 0;
        flex-wrap: wrap;
        width: auto;
    }

    .stock__modal {
        width: 100%;
    }

    .stock-table__item,
    .stock__header {
        width: 837px;
    }

    .stock__modal-table {
        overflow: auto;
    }

    .stock-table__line {
        width: 110px;
    }

    .stock__header-name {
        margin: 43px 124px 43px 0;
    }

    .stock-table__line:nth-child(1) {
        width: 200px;
    }
}

/*end Модальное окно с таблицей*/


@media (min-width: 1024px) {
    .product {
        gap: 56px;
    }

    .product__info-wrapper {
        gap: 32px;
        display: grid;
        grid-template-areas: 
            "images-wrapper info-wrapper" 
            "delivery-wrapper delivery-wrapper";
    }

    .product__images-wrapper {
        grid-area: images-wrapper;
    }
    .product__info.product-info {
        grid-area: info-wrapper;
    }
    .product__delivery-wrapper {
        grid-area: delivery-wrapper;
    }

    .product__images-wrapper {
        max-height: 480px;
        min-height: 356px;
        border-radius: 24px;
    }
    .img-big {
        width: auto;
        height: 356px;
        margin: 0 auto;
    }

    .product__info.product-info {
        padding: 0;
    }

    .product-info__header {
        gap: 12px;
    }

    .product-info__btn-price-wrapper {
        gap: 24px;
    }

    .product__submit {
        padding: 12px 24px;
        width: auto;
        min-width: 216px;
    }

    .product-info__count-wrapper {
        justify-content: unset;
    }

    .product__description-wrapper {
        padding: 0;
    }

    .product__description-title {
        font-size: 20px;
        line-height: 28px;
    }
}


@media (min-width: 1280px) {
    .product__info-wrapper {
        gap: 32px;
        display: grid;
        grid-template-columns: repeat(2, calc((980px - 32px)/2)) auto;
        grid-template-areas: 
            "images-wrapper info-wrapper delivery-wrapper";
    }
}

/* End */


/* Start:/local/js/sunweb/button_add_to_cart/src/style.css?1737443800618*/
.product__submit {
    cursor: pointer;
}
.product__submit-quantity {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    min-width: 216px;
    background-color: var(--v-color-soap);
    border-radius: 12px;
    max-height: 44px;
    width: 100%;
}

.product__quantity-minus,
.product__quantity-plus {
    display: flex;
    border-radius: 12px;
}

.product__quantity-plus_inactive {
    cursor: default;
}

.product__quantity-svg {
   height: 100%;
   width: auto;
}


@media (min-width: 1024px) {
    .product__submit-quantity {
        width: unset;
    }
}
/* End */


/* Start:/local/templates/clubtort/components/bitrix/catalog/clubtort_catalog/bitrix/news.list/reviews_goods/style.css?17374438002302*/
.reviews,
.reviews__controll_info {
    font-family: "Value Sans Pro";
}

.reviews {
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 8px;
}

.reviews__controll {
    display: flex;
    align-items: center;
}

.reviews__header-h2 {
    font-family: "Value Sans Pro";
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;

    color: #3D4041;
}

.reviews__header_count {
    font-size: 30px;
    font-weight: 600;
    color: var(--v-color-black);
}

.reviews__info_first-row {
    display: flex;
    align-items: center;
}

.reviews__info_second-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reviews__info_text {
    font-size: 16px;
    line-height: 26px;
    color: var(--v-color-hexy);
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.reviews__info_date {
    font-size: 16px;
    margin-top: 5px;
}

.reviews__info {
    row-gap: 14px;
    display: flex;
    flex-direction: column;

    background-color: var(--v-color-white);
    padding: 24px;
    border-radius: 12px;
}

.reviews__content {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.author {
    display: flex;
    font-weight: bold;
    font-size: 16px;
    align-items: center;
}

.author__name {
    margin-top: 5px;
    width: 65px;
}

.reviews__info_date {
    margin-left: 10px;
}

.quote {
    border-radius: 8px;
    margin-left: 16px;
    background-color: var(--v-color-bg);
    max-width: 1000px;
    padding: 24px;
    font-size: 16px;
    line-height: 34px;
}

.quote__text {
    color: var(--v-color-hexy);
}

.quote_autor {
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: 30px;
    gap: 8px;
}

.smallpics {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.smallpic {
    width: 75px;
    height: 75px;
    background-color: var(--v-color-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.smallpics__img {
    max-width: 75px;
    max-height: 75px;
    height: auto;
}

@media (max-width: 425px) {
    .reviews {
        padding: 15px;
    }
}

@media (hover: hover) {
    .js-product-rating {
        cursor: pointer;
    }
}

@media (min-width: 1024px) {
    .reviews {
        padding: 0;
    }
}

/* End */


/* Start:/local/components/sunweb/review.form/templates/.default/style.css?17374438004025*/
.review__controll_info {
    font-size: 16px;
    font-weight: 400;
    color: var(--v-color-hexy);
}

.review__controll_link {
    color: var(--v-color-soap);
    border-bottom: 1px dotted var(--v-color-soap);
}

.review__form {
    font-family: "Value Sans Pro";
    color: #3D4041;
    gap: 5px;
    border-radius: 8px;
    padding: 42px;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.assessment {
    width: max-content;
    font-family: "Value Sans Pro";
}

.form__author {
    gap: 5px;
    display: flex;
    justify-content: flex-end;
    font-family: "Value Sans Pro";
}

.review__form_hide {
    display: none;
}

.review__submit {
    align-self: end;
}

.review-form {
    background: var(--v-color-white);
    width: 100%;
    max-width: 700px;
    min-height: 200px;
    margin: 0;
    padding: 32px;
    border-radius: 4px;
}

.review-form__label {
    color: var(--v-color-soap);
    font-size: 15px;
    font-weight: 700;
}

.review-form__textarea {
    width: 100%;
    height: 98px;
    border: 1px solid var(--v-color-platinum);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px;
    resize: none;
    color: var(--v-color-faux);
    outline: none;
    overscroll-behavior: none;
}

.review-form__select {
    margin: 0 0 24px 0;
    border: 1px solid var(--v-color-platinum);
    padding: 10px 22px;
    font-size: 16px;
    line-height: 24px;
    color: var(--v-color-soap);
    outline: none;
    border-radius: 4px;
    background-color: var(--v-color-white);
    cursor: pointer;
    background-image: url(/local/components/sunweb/select.stores/templates/clubtort_store/svg/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 96%;
    -webkit-appearance: none;
    appearance: none;
}

.review-form__buttons-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

/* file field */
.order__field__file-upload {
    border: 1px solid var(--v-color-platinum);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px;
    margin: 0 0 32px 0;
    display: flex;
}

.order__customer .order__field__file-upload svg {
    max-width: 40px;
    width: 40px;
    max-height: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 40px;
    background: var(--v-color-bg);
    margin: 0 16px 0 0;
}

.order__field-body {
    width: 100%;
}

.order__field__file-upload .order__field-file-link {
    font-size: 14px;
    color: var(--v-color-nevada);
}

.order_file-input {
    display: none;
}

.order__field__file-upload label {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--v-color-soap);
    cursor: pointer;
    display: block;
}

.order__filelist {
    display: flex;
    flex-wrap: wrap;
}

.order__field__file-upload svg {
    max-width: 40px;
    width: 40px;
    max-height: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 40px;
    background: var(--v-color-bg);
    margin: 0 16px 0 0;
}

.order_file-img {
    width: 80px;
}

.order_file {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 16px 0 0;
}

.order__filelist .order_file .order__file-name {
    font-size: 16px;
    font-weight: 400;
    color: var(--v-color-faux);
    margin-bottom: 11px;
    width: 109px;
    display: inline;
    word-break: break-word;
}

.order_file-img img {
    margin-bottom: 8px;
    -o-object-fit: contain;
    object-fit: contain;
}

.order_file .order_file-remove {
    font-size: 16px;
    padding-bottom: 4px;
    border-bottom: 1px dashed var(--v-color-nevada);
    width: auto;
}

.review-form__title {
    color: var(--v-color-soap);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
}
.review__controll .review__controll_button {
    border-radius: 12px;
}
@media (max-width: 600px) {
    .review__form {
        padding: 0;
    }
    .review-form__title {
        margin-bottom: 15px;
    }

    #review-form-modal {
        overflow-y: auto;
    }
}
/* End */


/* Start:/local/templates/clubtort/components/sunweb/catalog.section-new/recomendation/style.css?17479987471142*/
/* region section */
.catalog-items {
    display: grid;
    grid-template-columns: repeat(2, calc(100% / 2 - 9.6px));
    gap: 16px 12px;
}

.catalog-items-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.catalog-items__title {
    margin: 0;
    padding: 0;
    font-family: "Value Sans Pro";
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #3D4041;
}

.splide__arrows {
    display: none;
}
/* endregion section */

@media (min-width: 680px) {
    .catalog-items {
        grid-template-columns: repeat(3, calc(100% / 3 - 9.6px));
    }
    .splide__arrows {
        display: block;
    }
}

@media (min-width: 940px) {
    /* region section */
    .catalog-items {
        grid-template-columns: repeat(4, calc(100% / 4 - 9.6px));
    }
    /* endregion section */

}


@media (min-width: 1024px) {
    .catalog-sections-wrapper {
        margin: 0;
    }

    .catalog-heading {
        font-size: 22px;
        line-height: 32px;
    }

    
}

@media (min-width: 1280px) {
    /* region section */
    .catalog-items {
        display: flex;
    }
    /* endregion section */

}

/* End */


/* Start:/local/js/sunweb/catalog_show_more/src/style.css?1737443800976*/
.show-more__container {
    transition: height 1s ease, padding 1s ease;
    overflow-y: hidden;

    display: flex;
    flex-direction: column;
    gap: 32px;
}

.show-more__button {
    cursor: pointer;
    width: 100%;
    min-width: 150px;
    padding: 12px;

    background: url(/local/js/sunweb/catalog_show_more/src/./img/arrow.svg) no-repeat calc(100% - 12px) center;
    background-color: var(--v-color-white);
    box-shadow: 0px 1px 2px 0px #0000001A;
    border: 0;
    border-radius: 12px;

    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #3D4041;
}

/* region slider */
@media (min-width: 1024px) {
    .catalog-items-wrapper_splide.splide {
        width: 1280px;
    }
    .catalog-items-wrapper_splide .splide__slide {
        width: 200px;
        height: 325px;
    }

    .catalog-items-wrapper_splide .splide__list_recomendation {
        display: flex;
        flex-direction: row;
        gap: 0;
    }
}
/* endregion slider */

/* End */
/* /local/templates/clubtort/components/bitrix/catalog/clubtort_catalog/style.css?17387564337070 */
/* /local/templates/clubtort/components/sunweb/catalog.element/clubtort_detail/style.css?174229665610904 */
/* /local/js/sunweb/button_add_to_cart/src/style.css?1737443800618 */
/* /local/templates/clubtort/components/bitrix/catalog/clubtort_catalog/bitrix/news.list/reviews_goods/style.css?17374438002302 */
/* /local/components/sunweb/review.form/templates/.default/style.css?17374438004025 */
/* /local/templates/clubtort/components/sunweb/catalog.section-new/recomendation/style.css?17479987471142 */
/* /local/js/sunweb/catalog_show_more/src/style.css?1737443800976 */
