

/* Start:/local/templates/2018/components/bitrix/news.detail/flowers/style.css?17887750243527*/
.flower__row{display:block;width:100%;margin:0;padding:0}.flower__row:before,.flower__row:after{display:none;content:none}.flower-entry{--fe-accent:#E02876;--fe-ink:#282225;--fe-muted:#6f656a;--fe-line:#eadfe3;display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:clamp(28px,4vw,58px);align-items:start;width:100%;margin:72px 0 20px}.flower-entry *,.flower-entry *:before,.flower-entry *:after{box-sizing:border-box}.flower-entry__visual{position:sticky;top:24px;display:grid;width:100%;aspect-ratio:1/1;min-height:0;place-items:center;overflow:hidden;padding:clamp(22px,3vw,42px);border:1px solid var(--fe-line);border-radius:26px;background:linear-gradient(145deg,#f8f5f3,#ece9e7);box-shadow:0 18px 45px rgba(60,38,47,.07)}.flower-entry__visual img{display:block;width:100%;height:100%;object-fit:contain}.flower-entry__body{min-width:0;padding:clamp(30px,4vw,56px);border:1px solid var(--fe-line);border-radius:26px;background:#fff;box-shadow:0 18px 45px rgba(60,38,47,.065)}.flower-entry__eyebrow{display:block;margin-bottom:14px;color:var(--fe-accent);font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.flower-entry h1{width:100%;margin:0 0 25px;color:var(--fe-ink);font-size:clamp(38px,4.5vw,62px);line-height:1.04;letter-spacing:-.04em;text-align:left}.flower-entry__description{color:var(--fe-muted);font-size:17px;line-height:1.72}.flower-entry__description>p:first-child{margin-top:0}.flower-entry__description p{margin:0 0 18px}.flower-entry__description h2,.flower-entry__description h3{color:var(--fe-ink);line-height:1.2;text-align:left}.flower-entry__description h2{margin:34px 0 15px;font-size:clamp(25px,2.5vw,34px)}.flower-entry__description h3{margin:26px 0 12px;font-size:21px}.flower-entry__description ul,.flower-entry__description ol{display:grid;gap:10px;margin:18px 0 25px;padding-left:22px}.flower-entry__description li{padding-left:5px}.flower-entry__description li::marker{color:var(--fe-accent)}.flower-entry__description a{color:var(--fe-accent)!important;text-decoration-color:#efabc7}.flower-entry__description blockquote{margin:25px 0;padding:20px 22px;border:0;border-left:3px solid var(--fe-accent);border-radius:0 14px 14px 0;color:#51474c;background:#fff3f7}.flower-entry__footer{display:flex;gap:16px;align-items:center;justify-content:space-between;margin-top:34px;padding-top:24px;border-top:1px solid var(--fe-line)}.flower-entry__share-label{color:#776c71;font-size:14px;font-weight:700}.flower-entry__share-links{display:flex;gap:9px;align-items:center}.flower-entry__share-links a{display:grid;width:42px;height:42px;border:1px solid var(--fe-line);border-radius:50%;place-items:center;color:var(--fe-ink)!important;background:#fff;text-decoration:none!important;transition:border-color .2s,color .2s,transform .2s,background .2s}.flower-entry__share-links a:hover{border-color:var(--fe-accent);color:#fff!important;background:var(--fe-accent);transform:translateY(-2px)}.flower-entry__share-links svg{display:block;width:21px;height:21px;fill:currentColor}
@media(max-width:1000px){.flower-entry{grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:24px}.flower-entry__body{padding:34px 28px}}
@media(max-width:767px){.flower-entry{grid-template-columns:1fr;gap:18px;margin:52px 0 15px}.flower-entry__visual{position:relative;top:auto;aspect-ratio:4/3;padding:22px;border-radius:20px}.flower-entry__body{padding:30px 22px;border-radius:20px}.flower-entry__description{font-size:16px}.flower-entry__footer{margin-top:28px}}

/* End */


/* Start:/local/templates/2018/components/bitrix/catalog.smart.filter/catalog-item-list_new/style.css?177693956710568*/
.filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(47, 40, 40, 0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.filter-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.filter-panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 492px;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1001;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    flex-direction: column;
}

.filter-panel.is-open {
    transform: translateX(0);
    display: flex;
}

.filter-panel__header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 107px;
    background: #fff;
    flex-shrink: 0;
}

.filter-panel__back {
    position: absolute;
    left: 28px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-panel__title {
    margin: 0;
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #2f2828;
    text-transform: uppercase;
}

.filter-panel__body {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 30px;
    background: #fff;
}

.filter-instock {
    padding: 20px 0;
    border-bottom: 1px solid #e6e5e5;
}

.filter-instock .filter-checkbox__text {
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-weight: 500;
}

.filter-section {
    border-bottom: 1px solid #e6e5e5;
    padding: 20px 0;
}

.filter-section:last-child {
    border-bottom: none;
}

.filter-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}

.filter-section__header-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.filter-section__title-group {
    display: flex;
    align-items: center;
    gap: 12.5px;
}

.filter-section__label {
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #2f2828;
    letter-spacing: 0.2px;
}

.filter-section__value {
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.35px;
    color: #966f21;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-section__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #f0f0f0;
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-size: 13.5px;
    color: #292929;
    letter-spacing: 0.35px;
}

.filter-section__badge.hidden {
    display: none !important;
}

.filter-section__actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.filter-section__reset {
    border: 0;
    background: transparent;
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-size: 14px;
    color: #a6a6a6;
    letter-spacing: 0.28px;
    cursor: pointer;
    padding: 0;
}

.filter-section__reset.hidden {
    display: none !important;
}

.filter-section__chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.filter-section.is-collapsed .filter-section__chevron {
    transform: rotate(0deg);
}

.filter-section__body {
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-section__body--colors {
    gap: 14px;
}

.filter-search__input {
    width: 100%;
    height: 38px;
    border: 1px solid #e6e5e5;
    border-radius: 19px;
    background: #fff;
    padding: 0 14px;
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-size: 15px;
    color: #2f2828;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.filter-search__input:focus {
    border-color: #cfcfcf;
    box-shadow: 0 0 0 2px rgba(217, 217, 217, 0.45);
}

.filter-search__input::placeholder {
    color: #a6a6a6;
}

.filter-color-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 245px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
    scrollbar-width: thin;
}

.filter-color-options::-webkit-scrollbar {
    width: 6px;
}

.filter-color-options::-webkit-scrollbar-thumb {
    background: #d7d7d7;
    border-radius: 999px;
}

.filter-color-options::-webkit-scrollbar-track {
    background: transparent;
}

.filter-section__empty {
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-size: 15px;
    color: #9a9a9a;
    line-height: 1.35;
}

.is-hidden {
    display: none !important;
}

.filter-section.is-collapsed .filter-section__body {
    display: none;
}

.filter-sort-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-sort-option {
    width: 100%;
    min-height: 44px;
    border-radius: 22px;
    border: 1px solid #e6e5e5;
    background: #fff;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.filter-sort-option:hover {
    border-color: #d4d4d4;
}

.filter-sort-option.is-active {
    background: #f7f7f7;
    border-color: #d4d4d4;
}

.filter-sort-option__title {
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2f2828;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.filter-sort-option__state {
    margin-left: auto;
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #966f21;
    letter-spacing: 0.2px;
    text-transform: lowercase;
}

.filter-sort-option__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.55;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.filter-sort-option.is-active .filter-sort-option__arrow {
    opacity: 1;
}

.filter-sort-option.is-asc .filter-sort-option__arrow {
    transform: rotate(180deg);
}

.filter-sort-option.is-desc .filter-sort-option__arrow {
    transform: rotate(0deg);
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 13px;
    cursor: pointer;
    user-select: none;
}

.filter-checkbox__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.filter-checkbox__box {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #e6e5e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #fff;
    transition: all 0.2s ease;
}

.filter-checkbox__check {
    display: none;
}

.filter-checkbox.is-checked .filter-checkbox__box {
    background: #e02876;
    border-color: #e02876;
}

.filter-checkbox.is-checked .filter-checkbox__check {
    display: inline-flex;
}

.filter-checkbox__check svg {
    width: 12px;
    height: 10px;
}

.filter-checkbox__text {
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-size: 19px;
    color: #2f2828;
    line-height: 1.2;
}

.filter-checkbox.is-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.filter-checkbox.is-disabled .filter-checkbox__text {
    color: #a6a6a6;
}

.filter-price {
    padding-bottom: 12px;
}

.filter-price__inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 37px;
    gap: 10px;
}

.filter-price__input-wrapper {
    position: relative;
}

.filter-price__input-wrapper--min {
    width: 115px;
}

.filter-price__input-wrapper--max {
    width: 138px;
}

.filter-price__input {
    width: 100%;
    height: 37px;
    background: #f5f5f5;
    border-radius: 18.5px;
    border: 0;
    padding: 0 10px;
    font-family: "TT Hoves", Arial, sans-serif;
    font-size: 17.2px;
    color: #292929;
    text-align: center;
    outline: none;
}

.filter-price__slider {
    position: relative;
    height: 2px;
    background: #f1f1f1;
    margin: 0 10px 10px;
    touch-action: none;
    user-select: none;
}

.filter-price__track {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #b8b8b8;
    border-radius: 2px;
}

.filter-price__thumb {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%);
    cursor: grab;
    z-index: 2;
    touch-action: none;
    user-select: none;
    will-change: left;
}

.filter-price__thumb:active {
    cursor: grabbing;
}

.filter-panel__footer {
    padding: 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-shrink: 0;
}

.filter-panel__apply,
.filter-panel__reset-btn {
    width: 100%;
    height: 61px;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.filter-panel__apply {
    background: #e02876;
    color: #fff;
}

.filter-panel__apply:hover {
    background: #d0246b;
}

.filter-panel__reset-btn {
    background: #f0eeec;
    color: #2f2828;
}

.filter-panel__reset-btn:hover {
    background: #e5e3e1;
}

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

    .filter-panel__header {
        height: 74px;
    }

    .filter-panel__title {
        font-size: 17px;
    }

    .filter-panel__back svg {
        width: 23px;
        height: 16px;
    }

    .filter-panel__footer {
        padding: 24px;
    }

    .filter-panel__apply,
    .filter-panel__reset-btn {
        height: 56px;
        font-size: 13px;
    }

    .filter-section__label {
        font-size: 20px;
    }

    .filter-section__value {
        font-size: 18px;
    }

    .filter-checkbox__text {
        font-size: 19px;
    }

    .filter-sort-option__title {
        font-size: 17px;
    }

    .filter-sort-option__state {
        font-size: 15px;
    }

    .filter-price__input {
        font-size: 17px;
    }

    .filter-checkbox__box {
        width: 18px;
        height: 18px;
    }
}

/* End */


/* Start:/local/templates/2018/components/aero/catalog.section/catalog-item-list_new/style.css?178879021621496*/
.main {
    background-color: white;
}

.breadcrumb {
    margin-top: 1px !important;
    justify-content: start !important;
    margin-left: 0px;
}

.catalog-item.catalog-list-item {
    cursor: pointer;
    border-radius: 15px;
}

.catalog-item.catalog-list-item .card__sku {
    color: inherit;
}

.catalog-item.catalog-list-item .card__sku:hover {
    text-decoration: underline;
}

.catalog-utp {
    position: relative;
}

.catalog-banner {
    display: none;
    position: relative;
    margin: 0px 0px 0;
    border-radius: 16px;
    overflow: hidden;
    background: #f4f3ef;
}

.catalog-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-title {
    margin: 18px 0 0 0px;
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1;
    color: #292929;
    letter-spacing: 0.6px;
    text-align: left;
}

.filter-bar {
    position: relative;
    z-index: 5;
    margin: 28px 0 0 0px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 11px 18px 9px;
    border-radius: 29px;
    border: 1px solid #d9d9d9;
    background: #fff;
    cursor: pointer;
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.28px;
    color: #292929;
    line-height: 20px;
    white-space: nowrap;
    transition: background-color .25s ease;
}

.btn-filter:hover {
    background-color: #f0f0f0;
}

.btn-filter--main {
    border: 0;
    background: #f0f0f0;
}

.btn-filter__text {
    text-transform: uppercase;
}

.btn-filter__count {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-filter__count-num {
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #292929;
    line-height: 1;
}

.sort-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-filter__arrow {
    width: 12px;
    height: 6px;
    transition: transform .25s ease;
}

.btn-filter--sort.is-active {
    background-color: #f0f0f0;
}

.btn-filter--sort.arrow-up .btn-filter__arrow {
    transform: rotate(180deg);
}

.mobile-sort,
.mobile-toolbar {
    display: none;
}

.catalog_item_list {
    margin: 35px 0px 0px;
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 48px 22px;
    padding-bottom: 50px;
}

.card--desktop {
    position: relative;
    width: 100%;
    min-width: 0;
}

.card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 15px;
    overflow: hidden;
    background: #f4f3ef;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.card__image-link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
}

.card__image img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transform: translateZ(0);
    transition: transform .3s ease;
}

.card__image:hover img {
    transform: translateZ(0) scale(1.04);
}

.card__quick-view {
    position: absolute;
    top: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 154px;
    width: auto;
    height: 28px;
    padding: 0 12px;
    border-radius: 23px;
    border: 1px solid #ebebea;
    background: rgba(235, 235, 234, .75);
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-size: 13px;
    color: #292929;
    letter-spacing: .3px;
    opacity: 0;
    transition: opacity .3s ease, background-color .2s ease;
}

.card__quick-view:hover {
    background: rgba(235, 235, 234, .95);
}

.card__image:hover .card__quick-view {
    opacity: 1;
}

.card__heart {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 28px;
    height: 24px;
    border: 0;
    background: transparent;
    padding: 0;
    z-index: 3;
}

.card__heart svg {
    width: 100%;
    height: 100%;
}

.card__heart .heart-outline,
.mobile-card__heart .heart-outline {
    fill: #ececec;
    transition: opacity .2s ease;
}

.card__heart .heart-filled,
.mobile-card__heart .heart-filled {
    opacity: 0;
    fill: #ea336f;
    transition: opacity .2s ease;
}

.card__heart:hover .heart-outline,
.mobile-card__heart:hover .heart-outline {
    opacity: 0;
}

.card__heart:not(.is-liked):hover .heart-filled,
.mobile-card__heart:hover .heart-filled {
    opacity: 1;
    fill: #ececec;
}

.card__heart.is-liked .heart-outline,
.card__heart.is-active .heart-outline,
.mobile-card__heart.is-liked .heart-outline,
.mobile-card__heart.is-active .heart-outline {
    opacity: 0;
}

.card__heart.is-liked .heart-filled,
.card__heart.is-active .heart-filled,
.mobile-card__heart.is-liked .heart-filled,
.mobile-card__heart.is-active .heart-filled {
    opacity: 1;
}

.card__badges,
.card__badges.catalog-list__badges {
    position: absolute;
    left: 18px;
    top: auto;
    bottom: 18px;
    display: flex;
    flex-wrap: nowrap;
    z-index: 3;
}

.card__badge,
.card__badge.catalog-list__badge,
.card__badge-new,
.card__badge-discount,
.card__badge-hit {
    min-width: 52px;
    height: 25px;
    padding: 0 12px;
    border-radius: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-size: 13px;
    color: #292929;
    letter-spacing: .28px;
    line-height: 1;
    z-index: 3;
    text-decoration: none;
}

a.card__badge:hover,
a.mobile-card__badge:hover,
a.catalog-list__badge:hover {
    text-decoration: none;
}

.card__badge-new {
    background: #b7eb56;
    border: 1px solid #c2ff0e;
}

.card__badge-discount {
    background: #ffdd18;
}

.card__badge-hit {
    background: #f785ff;
}

.card__sizes {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    z-index: 3;
    margin: 0;
    padding: 0;
    list-style: none;
}

.card__size-item {
    min-width: 38px;
    width: auto;
    padding: 0 8px;
    height: 24px;
    border-radius: 23px;
    background: rgba(235, 235, 234, .75);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-size: 13px;
    color: #292929;
    letter-spacing: .2px;
    cursor: pointer;
    transition: all .2s ease;
}

.card__size-item:hover {
    background: rgba(235, 235, 234, .95);
}

.card__size-item.selected {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.catalog-item__bottom {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    padding: 0;
    text-shadow: none;
    margin: 16px 3px 0;
}

.catalog-utp .catalog-item.catalog-list-item .catalog-item__bottom {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    padding: 0;
    text-shadow: none;
}

.catalog-utp .catalog-item.catalog-list-item .catalog-item__bottom a,
.catalog-utp .catalog-item.catalog-list-item .catalog-item__bottom a:hover {
    color: inherit;
    text-shadow: none;
}

.card__bottom-link {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-top: 0;
    text-decoration: none;
}

.card__price,
.catalog-item__price {
    position: relative;
    font-family: "TT Hoves", Arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #292929;
    letter-spacing: .34px;
    line-height: 1;
    white-space: nowrap;
}

.catalog-utp .catalog-item.catalog-list-item .catalog-item__price {
    position: relative;
    font-family: "TT Hoves", Arial, sans-serif;
    font-weight: 500;
    color: #292929;
}

.card__price-wrapper .card__price {
    display: inline-flex;
    align-items: baseline;
    gap: 12px;
}

.card__old-price {
    position: static;
    font-family: "TT Hoves", Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #afafaf;
    letter-spacing: .22px;
    text-decoration: line-through;
    white-space: nowrap;
}

.card__sku-group {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.card__indicator,
.mobile-card__indicator,
.catalog-item__status-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: none !important;
    filter: none !important;
}

.card__sku {
    font-family: "TT Hoves", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    color: #292929;
    letter-spacing: .24px;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card--custom {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(145deg, #fdfbf9 0%, #f7efeb 100%) !important;
    color: #292929;
    min-height: 324px;
    padding: 34px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    border: 1px solid #eadfd9;
    box-shadow: 0 14px 38px rgba(65, 43, 34, .09);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.card--custom::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -65px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(224, 40, 118, .055);
    pointer-events: none;
}

.card--custom::after {
    content: "Собрать букет  →";
    display: inline-flex;
    min-height: 42px;
    margin-top: 24px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    background: #E02876;
}

.card--custom:hover,
.card--custom:focus {
    color: #292929;
    text-decoration: none;
    border-color: #ddc9bf;
    box-shadow: 0 20px 46px rgba(65, 43, 34, .14);
    transform: translateY(-3px);
}

.card--custom__icon {
    display: inline-flex;
    width: 76px;
    height: 76px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #9a6b55;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 10px 26px rgba(65, 43, 34, .1);
}

.card--custom__icon svg {
    width: 44px;
    height: 44px;
}

.card--custom__icon svg * {
    fill: currentColor !important;
    stroke: currentColor !important;
}

.card--custom__text {
    max-width: 245px;
    font-family: "TT Norms Pro", Arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.34;
    letter-spacing: .1px;
}

.card--mobile,
.card--custom-mobile {
    display: none;
}

.mobile-card__heart,
.mobile-card__sizes {
    display: flex;
}

.mobile-card__badges,
.mobile-card__badge-new,
.mobile-card__badge-discount,
.mobile-card__badge-hit,
.mobile-card__old-price {
    display: none;
}

.mobile-cards.is-single-col .mobile-card__badges,
.mobile-cards.is-single-col .mobile-card__badge-new,
.mobile-cards.is-single-col .mobile-card__badge-discount,
.mobile-cards.is-single-col .mobile-card__badge-hit,
.mobile-cards.is-single-col .mobile-card__old-price {
    display: flex;
}

@media (max-width: 1200px) {
    .catalog-banner {
        margin: 0px 0px 0;
    }

    .catalog_item_list {
        grid-template-columns: repeat(3, minmax(220px, 1fr));
    }
}

@media (max-width: 992px) {
    .catalog_item_list {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
}

@media (max-width: 768px) {
    .catalog-banner {
        margin: 0px 0 14px;
        border-radius: 13px;
    }

    .catalog-title {
        margin: 0;
        padding: 0 0 16px;
        font-size: 34px;
        line-height: 36px;
        text-align: left;
    }

    .filter-bar {
        display: none;
    }

    .mobile-sort {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 0;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .mobile-sort::-webkit-scrollbar {
        display: none;
    }

    .mobile-sort__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 11px 14px 9px;
        border-radius: 23px;
        background: transparent;
        border: .625px solid #d9d9d9;
        cursor: pointer;
        transition: background-color .3s ease;
        flex: 0 0 auto;
    }

    .mobile-sort__btn span {
        font-family: "TT Norms Pro", Arial, sans-serif;
        font-size: 10px;
        font-weight: 500;
        color: #292929;
        letter-spacing: .28px;
    }

    .mobile-sort__btn svg {
        width: 10px;
        height: 5px;
        margin-left: 10px;
    }

    .mobile-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0;
    }

    .mobile-filter-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        border: 0;
        background: transparent;
        padding: 0;
    }

    .mobile-filter-btn__inner {
        display: flex;
        align-items: center;
        gap: 12px;
        font-family: "TT Norms Pro", Arial, sans-serif;
        font-size: 12px;
        font-weight: 500;
        color: #292929;
        letter-spacing: .28px;
    }

    .mobile-filter-btn__inner svg {
        width: 20px;
        height: 20px;
    }

    .mob-filter-count {
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        min-width: 18px;
        border-radius: 50%;
        background: #aaa;
    }

    .mob-filter-count .btn-filter__count-num {
        color: #fff;
        font-size: 10px;
    }

    .mobile-grid-toggle {
        width: 36px;
        height: 36px;
        border: 0;
        background: transparent;
        padding: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        touch-action: manipulation;
    }

    .mobile-grid-toggle svg {
        width: 100%;
        height: 100%;
    }

    .catalog_item_list {
        margin: 0;
        padding: 14px 0 40px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 14px;
    }

    .catalog_item_list.is-single-col {
        grid-template-columns: 1fr;
    }

    .card--desktop,
    .card--custom {
        display: none;
    }

    .card--mobile,
    .card--custom-mobile {
        display: flex;
    }

    .mobile-card {
        width: 100%;
        min-width: 0;
        flex-direction: column;
    }

    .mobile-card__image {
        position: relative;
        width: 100%;
        aspect-ratio: 176 / 180;
        border-radius: 13px;
        overflow: hidden;
        background: #f4f3ef;
        -webkit-mask-image: -webkit-radial-gradient(white, black);
    }

    .catalog_item_list.is-single-col .mobile-card__image {
        aspect-ratio: 1 / 1;
        border-radius: 16px;
    }

    .mobile-card__image-link {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        overflow: hidden;
    }

    .mobile-card__image img {
        display: block;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: inherit;
        transform: translateZ(0);
    }

    .mobile-card__heart {
        position: absolute;
        display: block;
        right: 13px;
        top: 13px;
        width: 21px;
        height: 18px;
        border: 0;
        background: transparent;
        z-index: 4;
    }

    .catalog_item_list.is-single-col .mobile-card__heart {
        right: 20px;
        top: 20px;
        width: 28px;
        height: 24px;
    }

    .mobile-card__sizes {
        position: absolute;
        right: 13px;
        bottom: 13px;
        display: flex;
        flex-wrap: nowrap;
        gap: 6px;
        z-index: 3;
    }

    .catalog_item_list.is-single-col .mobile-card__sizes {
        right: 18px;
        bottom: 18px;
        gap: 8px;
    }

    .mobile-card__size-item {
        min-width: 34px;
        width: auto;
        padding: 0 8px;
        height: 24px;
        border-radius: 23px;
        border: 1px solid #d9d9d9;
        background: rgba(235, 235, 234, .75);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: "TT Norms Pro", Arial, sans-serif;
        font-size: 13px;
        color: #292929;
    }

    .mobile-card__size-item.is-selected {
        background: #fff;
        border-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    }

    .mobile-card__badges,
    .mobile-card__badges.catalog-list__badges {
        position: absolute;
        left: 18px;
        top: auto;
        bottom: 18px;
        flex-wrap: nowrap;
        z-index: 3;
    }

    .mobile-card__badge,
    .mobile-card__badge.catalog-list__badge,
    .mobile-card__badge-new,
    .mobile-card__badge-discount,
    .mobile-card__badge-hit {
        min-width: 50px;
        max-width: 100px;
        height: 25px;
        padding: 0 12px;
        border-radius: 23px;
        align-items: center;
        justify-content: center;
        font-family: "TT Norms Pro", Arial, sans-serif;
        font-size: 13px;
        color: #292929;
        letter-spacing: .28px;
        z-index: 3;
    }

    .mobile-card__badge-new {
        background: #b7eb56;
        border: 1px solid #c2ff0e;
    }

    .mobile-card__badge-discount {
        background: #ffdd18;
    }

    .mobile-card__badge-hit {
        background: #f785ff;
    }

    .mobile-card__info-row {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-top: 10px;
        padding: 0 3px 1px;
        gap: 8px;
        min-width: 0;
        text-decoration: none;
    }

    .catalog_item_list.is-single-col .mobile-card__info-row {
        align-items: center;
        margin-top: 18px;
        padding: 0 6px;
    }

    .mobile-card__price {
        font-family: "TT Hoves", Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #292929;
        letter-spacing: .36px;
        white-space: nowrap;
    }

    .catalog_item_list.is-single-col .mobile-card__price {
        font-size: 20px;
    }

    .mobile-card__price-wrapper {
        display: flex;
        align-items: baseline;
        gap: 12px;
        flex-shrink: 0;
    }

    .mobile-card__old-price {
        font-family: "TT Hoves", Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #afafaf;
        letter-spacing: .36px;
        text-decoration: line-through;
        white-space: nowrap;
    }

    .mobile-card__sku-group {
        display: flex;
        align-items: center;
        gap: 8px;
        min-width: 0;
        flex: 1 1 auto;
        justify-content: flex-end;
    }

    .catalog_item_list.is-single-col .mobile-card__sku-group {
        gap: 13px;
    }

    .mobile-card__indicator {
        width: 8px;
        height: 8px;
    }

    .catalog_item_list.is-single-col .mobile-card__indicator {
        width: 12px;
        height: 12px;
    }

    .mobile-card__sku {
        font-family: "TT Hoves", Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #292929;
        letter-spacing: .24px;
        text-transform: uppercase;
        white-space: nowrap;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .catalog_item_list.is-single-col .mobile-card__sku {
        font-size: 16px;
    }

    .card--custom-mobile {
        position: relative;
        overflow: hidden;
        border-radius: 16px;
        background: linear-gradient(145deg, #fdfbf9 0%, #f7efeb 100%);
        color: #292929;
        min-height: 230px;
        padding: 26px 14px 18px;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-decoration: none;
        border: 1px solid #eadfd9;
        box-shadow: 0 8px 22px rgba(65, 43, 34, .08);
    }

    .card--custom-mobile::after {
        content: "Собрать  →";
        display: inline-flex;
        min-height: 36px;
        margin-top: 16px;
        padding: 0 15px;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        color: #fff;
        font-family: "TT Norms Pro", Arial, sans-serif;
        font-size: 12px;
        font-weight: 600;
        background: #E02876;
    }

    .card--custom-mobile .card--custom__icon {
        width: 58px;
        height: 58px;
        margin-bottom: 14px;
    }

    .card--custom-mobile .card--custom__icon svg {
        width: 34px;
        height: 34px;
    }

    .card--custom-mobile .card--custom__text {
        max-width: 160px;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.3;
    }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/2018/components/bitrix/news.list/flowers-playlists-carousel/style.css?17887750393062*/
.related-flowers{--rf-accent:#E02876;--rf-ink:#282225;--rf-muted:#756b70;--rf-line:#eadfe3;width:100%;margin:76px 0}.related-flowers *,.related-flowers *:before,.related-flowers *:after{box-sizing:border-box}.related-flowers__header{display:flex;gap:24px;align-items:flex-end;justify-content:space-between;margin-bottom:28px}.related-flowers__eyebrow{display:block;margin-bottom:9px;color:var(--rf-accent);font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.related-flowers h2{margin:0;color:var(--rf-ink);font-size:clamp(29px,3vw,43px);line-height:1.12;letter-spacing:-.025em;text-align:left}.related-flowers__controls{display:flex;gap:9px}.related-flowers__arrow{display:grid;width:46px;height:46px;padding:0;border:1px solid var(--rf-line);border-radius:50%;place-items:center;color:var(--rf-ink);background:#fff;font:400 27px/1 Arial,sans-serif;cursor:pointer;transition:border-color .2s,color .2s,transform .2s}.related-flowers__arrow:hover{border-color:var(--rf-accent);color:var(--rf-accent);transform:translateY(-2px)}.related-flowers__rail{display:grid;grid-auto-columns:calc((100% - 64px)/5);grid-auto-flow:column;gap:16px;width:100%;padding:2px 2px 18px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#e6cbd6 transparent}.related-flowers__card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--rf-line);border-radius:20px;color:var(--rf-ink)!important;background:#fff;text-decoration:none!important;scroll-snap-align:start;box-shadow:0 10px 30px rgba(62,38,48,.045);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.related-flowers__card:hover{border-color:#ecb7cc;transform:translateY(-4px);box-shadow:0 17px 40px rgba(77,41,56,.1)}.related-flowers__image{display:grid;width:100%;aspect-ratio:1/1;place-items:center;overflow:hidden;background:linear-gradient(145deg,#f8f4f2,#eeeae8)}.related-flowers__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.related-flowers__card:hover img{transform:scale(1.045)}.related-flowers__name{display:block;padding:18px 18px 5px;font-size:18px;font-weight:700;line-height:1.25;overflow-wrap:anywhere}.related-flowers__link{display:flex;gap:7px;align-items:center;margin-top:auto;padding:8px 18px 20px;color:var(--rf-accent);font-size:13px;font-weight:700}.related-flowers__link i{font-style:normal;transition:transform .2s ease}.related-flowers__card:hover .related-flowers__link i{transform:translateX(4px)}
@media(max-width:1100px){.related-flowers__rail{grid-auto-columns:calc((100% - 32px)/3)}}
@media(max-width:767px){.related-flowers{margin:52px 0}.related-flowers__header{align-items:center;margin-bottom:20px}.related-flowers__controls{display:none}.related-flowers__rail{grid-auto-columns:min(76vw,270px);gap:12px;margin-right:-15px;padding-bottom:14px}.related-flowers__card{border-radius:17px}.related-flowers__name{padding:16px 16px 4px;font-size:17px}.related-flowers__link{padding:8px 16px 18px}}

/* End */
/* /local/templates/2018/components/bitrix/news.detail/flowers/style.css?17887750243527 */
/* /local/templates/2018/components/bitrix/catalog.smart.filter/catalog-item-list_new/style.css?177693956710568 */
/* /local/templates/2018/components/aero/catalog.section/catalog-item-list_new/style.css?178879021621496 */
/* /local/templates/2018/components/bitrix/news.list/flowers-playlists-carousel/style.css?17887750393062 */
